char-def.lua /size: 5217 Kb    last modification: 2025-02-21 11:03
1if not modules then modules = { } end modules ['char-def'] = {
2    version   = 1.001,
3    comment   = "companion to char-ini.mkiv",
4    author    = "Hans Hagen, PRAGMA-ADE, Hasselt NL",
5    copyright = "PRAGMA ADE / ConTeXt Development Team",
6    license   = "see context related readme files",
7    dataonly  = true,
8}
9
10--[[
11The first version of this table was generated from unicode tables but after that was
12mostly updated manual using data present in ConTeXt and elsewhere. I did my best to
13make this table as complete as needed for proper use in ConTeXt MkIV. All errors are
14mine. If you find an error or ommision, just let me know.  This file is updated every
15now and then using mtx-unicode where we check against the latest unicode txt files
16(normally once per year around the tex live code freeze) and checked afterwards for
17differences. We could save some bytes by sharing variant tables but it's not worth
18the trouble. Some additional data is kept in other files.
19
20For a generic subset of the data here, run "context luatex-basics-prepare.tex" after
21adapting this file.
22
23Todo: get rid of specials = { "font", ... } in math ... we have already vectors.
24Todo: remove adobe names (move them to the glyph list, done)
25Todo: remove some never used context names (idem)
26
27]]--
28
29local variants_emoji={
30   [0xFE0E]="text style",
31   [0xFE0F]="emoji style",
32}
33
34local variants_forms={
35   [0xFE00]="corner-justified form",
36   [0xFE01]="centered form",
37}
38
39local variants_style={
40   [0xFE00]="chancery style",
41   [0xFE01]="roundhand style",
42}
43
44local variants_dotted={
45   [0xFE00]="dotted form",
46}
47
48local variants_90={
49   [0xFE00]="rotated 90 degrees",
50}
51
52local variants_180={
53   [0xFE01]="rotated 180 degrees",
54}
55
56local variants_270={
57   [0xFE02]="rotated 270 degrees",
58}
59
60local variants_expanded={
61   [0xFE00]="expanded",
62}
63
64local variants_90_180={
65   [0xFE00]="rotated 90 degrees",
66   [0xFE01]="rotated 180 degrees",
67}
68
69local variants_90_180_270={
70   [0xFE00]="rotated 90 degrees",
71   [0xFE01]="rotated 180 degrees",
72   [0xFE02]="rotated 270 degrees",
73}
74
75local variants_180_270={
76   [0xFE01]="rotated 180 degrees",
77   [0xFE02]="rotated 270 degrees",
78}
79
80local variants_90_270={
81   [0xFE00]="rotated 90 degrees",
82   [0xFE02]="rotated 270 degrees",
83}
84
85characters = characters or { }
86
87characters.data={
88 [0x0]={
89  category="cc",
90  description="NULL",
91  direction="bn",
92  linebreak="cm",
93  unicodeslot=0x0,
94 },
95 {
96  category="cc",
97  description="START OF HEADING",
98  direction="bn",
99  linebreak="cm",
100  unicodeslot=0x1,
101 },
102 {
103  category="cc",
104  description="START OF TEXT",
105  direction="bn",
106  linebreak="cm",
107  unicodeslot=0x2,
108 },
109 {
110  category="cc",
111  description="END OF TEXT",
112  direction="bn",
113  linebreak="cm",
114  unicodeslot=0x3,
115 },
116 {
117  category="cc",
118  description="END OF TRANSMISSION",
119  direction="bn",
120  linebreak="cm",
121  unicodeslot=0x4,
122 },
123 {
124  category="cc",
125  description="ENQUIRY",
126  direction="bn",
127  linebreak="cm",
128  unicodeslot=0x5,
129 },
130 {
131  category="cc",
132  description="ACKNOWLEDGE",
133  direction="bn",
134  linebreak="cm",
135  unicodeslot=0x6,
136 },
137 {
138  category="cc",
139  description="BELL",
140  direction="bn",
141  linebreak="cm",
142  unicodeslot=0x7,
143 },
144 {
145  category="cc",
146  description="BACKSPACE",
147  direction="bn",
148  linebreak="cm",
149  unicodeslot=0x8,
150 },
151 {
152  category="cc",
153  description="CHARACTER TABULATION",
154  direction="s",
155  linebreak="ba",
156  synonyms={ "horizontal tabulation", "ht", "tab" },
157  unicodeslot=0x9,
158 },
159 {
160  category="cc",
161  description="LINE FEED (LF)",
162  direction="b",
163  linebreak="lf",
164  synonyms={ "end of line", "eol", "lf", "new line", "nl" },
165  unicodeslot=0xA,
166 },
167 {
168  category="cc",
169  description="LINE TABULATION",
170  direction="s",
171  linebreak="bk",
172  synonyms={ "vertical tabulation", "vt" },
173  unicodeslot=0xB,
174 },
175 {
176  category="cc",
177  description="FORM FEED (FF)",
178  direction="ws",
179  linebreak="bk",
180  synonyms={ "ff" },
181  unicodeslot=0xC,
182 },
183 {
184  category="cc",
185  description="CARRIAGE RETURN (CR)",
186  direction="b",
187  linebreak="cr",
188  synonyms={ "cr" },
189  unicodeslot=0xD,
190 },
191 {
192  category="cc",
193  description="SHIFT OUT",
194  direction="bn",
195  linebreak="cm",
196  unicodeslot=0xE,
197 },
198 {
199  category="cc",
200  description="SHIFT IN",
201  direction="bn",
202  linebreak="cm",
203  unicodeslot=0xF,
204 },
205 {
206  category="cc",
207  description="DATA LINK ESCAPE",
208  direction="bn",
209  linebreak="cm",
210  unicodeslot=0x10,
211 },
212 {
213  category="cc",
214  description="DEVICE CONTROL ONE",
215  direction="bn",
216  linebreak="cm",
217  unicodeslot=0x11,
218 },
219 {
220  category="cc",
221  description="DEVICE CONTROL TWO",
222  direction="bn",
223  linebreak="cm",
224  unicodeslot=0x12,
225 },
226 {
227  category="cc",
228  description="DEVICE CONTROL THREE",
229  direction="bn",
230  linebreak="cm",
231  unicodeslot=0x13,
232 },
233 {
234  category="cc",
235  description="DEVICE CONTROL FOUR",
236  direction="bn",
237  linebreak="cm",
238  unicodeslot=0x14,
239 },
240 {
241  category="cc",
242  description="NEGATIVE ACKNOWLEDGE",
243  direction="bn",
244  linebreak="cm",
245  unicodeslot=0x15,
246 },
247 {
248  category="cc",
249  description="SYNCHRONOUS IDLE",
250  direction="bn",
251  linebreak="cm",
252  unicodeslot=0x16,
253 },
254 {
255  category="cc",
256  description="END OF TRANSMISSION BLOCK",
257  direction="bn",
258  linebreak="cm",
259  unicodeslot=0x17,
260 },
261 {
262  category="cc",
263  description="CANCEL",
264  direction="bn",
265  linebreak="cm",
266  unicodeslot=0x18,
267 },
268 {
269  category="cc",
270  description="END OF MEDIUM",
271  direction="bn",
272  linebreak="cm",
273  unicodeslot=0x19,
274 },
275 {
276  category="cc",
277  description="SUBSTITUTE",
278  direction="bn",
279  linebreak="cm",
280  unicodeslot=0x1A,
281 },
282 {
283  category="cc",
284  description="ESCAPE",
285  direction="bn",
286  linebreak="cm",
287  unicodeslot=0x1B,
288 },
289 {
290  category="cc",
291  description="INFORMATION SEPARATOR FOUR",
292  direction="b",
293  linebreak="cm",
294  synonyms={ "file separator" },
295  unicodeslot=0x1C,
296 },
297 {
298  category="cc",
299  description="INFORMATION SEPARATOR THREE",
300  direction="b",
301  linebreak="cm",
302  synonyms={ "group separator" },
303  unicodeslot=0x1D,
304 },
305 {
306  category="cc",
307  description="INFORMATION SEPARATOR TWO",
308  direction="b",
309  linebreak="cm",
310  synonyms={ "record separator" },
311  unicodeslot=0x1E,
312 },
313 {
314  category="cc",
315  description="INFORMATION SEPARATOR ONE",
316  direction="s",
317  linebreak="cm",
318  synonyms={ "unit separator" },
319  unicodeslot=0x1F,
320 },
321 {
322  category="zs",
323  cjkwd="na",
324  description="SPACE",
325  direction="ws",
326  linebreak="sp",
327  unicodeslot=0x20,
328 },
329 {
330  category="po",
331  cjkwd="na",
332  description="EXCLAMATION MARK",
333  direction="on",
334  linebreak="ex",
335  mathclass="factorial",
336  mathgroup="factorial",
337  mathmeaning="factorial",
338  synonyms={ "bang", "factorial" },
339  unicodeslot=0x21,
340 },
341 {
342  category="po",
343  cjkwd="na",
344  contextname="quotedbl",
345  description="QUOTATION MARK",
346  direction="on",
347  linebreak="qu",
348  mathclass="ordinary",
349  synonyms={ "neutral quotation mark" },
350  unicodeslot=0x22,
351 },
352 {
353  category="po",
354  cjkwd="na",
355  contextname="texthash",
356  description="NUMBER SIGN",
357  direction="et",
358  linebreak="al",
359  mathclass="binary",
360  mathgroup="unary arithmetic",
361  mathmeaning="the number of",
362  mathname="mathhash",
363  synonyms={ "crosshatch", "hash", "octothorpe", "pound sign" },
364  unicodeslot=0x23,
365  variants=variants_emoji,
366 },
367 {
368  category="sc",
369  cjkwd="na",
370  contextname="textdollar",
371  description="DOLLAR SIGN",
372  direction="et",
373  linebreak="pr",
374  mathclass="binary",
375  mathname="mathdollar",
376  synonyms={ "escudo", "milreis" },
377  unicodeslot=0x24,
378 },
379 {
380  category="po",
381  cjkwd="na",
382  contextname="textpercent",
383  description="PERCENT SIGN",
384  direction="et",
385  linebreak="po",
386  mathclass="binary",
387  mathgroup="quantifier",
388  mathmeaning="percent",
389  mathname="mathpercent",
390  unicodeslot=0x25,
391 },
392 {
393  category="po",
394  cjkwd="na",
395  contextname="textampersand",
396  description="AMPERSAND",
397  direction="on",
398  linebreak="al",
399  mathclass="binary",
400  mathgroup="binary logical",
401  mathmeaning="and",
402  mathname="mathampersand",
403  unicodeslot=0x26,
404 },
405 {
406  category="po",
407  cjkwd="na",
408  contextname="quotesingle",
409  description="APOSTROPHE",
410  direction="on",
411  linebreak="qu",
412  mathclass="prime",
413  synonyms={ "apl quote", "apostrophe-quote", "neutral single quotation mark" },
414  unicodeslot=0x27,
415 },
416 {
417  category="ps",
418  cjkwd="na",
419  description="LEFT PARENTHESIS",
420  direction="on",
421  linebreak="op",
422  mathclass="open",
423  mathname="lparent",
424  mirror=0x29,
425  synonyms={ "opening parenthesis" },
426  textclass="open",
427  unicodeslot=0x28,
428 },
429 {
430  category="pe",
431  cjkwd="na",
432  description="RIGHT PARENTHESIS",
433  direction="on",
434  linebreak="cp",
435  mathclass="close",
436  mathname="rparent",
437  mirror=0x28,
438  synonyms={ "closing parenthesis" },
439  textclass="close",
440  unicodeslot=0x29,
441 },
442 {
443  category="po",
444  cjkwd="na",
445  description="ASTERISK",
446  direction="on",
447  linebreak="al",
448  mathclass="binary",
449  mathsymbol=0x2217,
450  synonyms={ "star" },
451  unicodeslot=0x2A,
452  variants=variants_emoji,
453 },
454 {
455  category="sm",
456  cjkwd="na",
457  description="PLUS SIGN",
458  direction="es",
459  linebreak="pr",
460  mathclass="binary",
461  mathgroup="binary arithmetic",
462  mathmeaning="plus",
463  unicodeslot=0x2B,
464 },
465 {
466  category="po",
467  cjkwd="na",
468  contextname="textcomma",
469  description="COMMA",
470  direction="cs",
471  linebreak="is",
472  mathclass="punctuation",
473  mathgroup="punctuation",
474  mathmeaning="comma",
475  synonyms={ "decimal separator" },
476  unicodeslot=0x2C,
477 },
478 {
479  category="pd",
480  cjkwd="na",
481  contextname="texthyphen",
482  description="HYPHEN-MINUS",
483  direction="es",
484  linebreak="hy",
485  mathclass="ordinary",
486  mathextensible="h",
487  mathfiller="relfill",
488  mathgroup="binary arithmetic",
489  mathname="mathhyphen",
490  mathsymbol=0x2212,
491  synonyms={ "hyphen or minus sign", "hyphus" },
492  unicodeslot=0x2D,
493 },
494 {
495  category="po",
496  cjkwd="na",
497  comment="class needed for autopunctuation",
498  contextname="textperiod",
499  description="FULL STOP",
500  direction="cs",
501  linebreak="is",
502  mathclass="punctuation",
503  mathspec={
504   {
505    class="binary",
506    name="ldot",
507   },
508   {
509    class="punctuation",
510    name="ldotp",
511   },
512  },
513  synonyms={ "decimal point", "dot", "period" },
514  unicodeslot=0x2E,
515 },
516 {
517  category="po",
518  cjkwd="na",
519  contextname="textslash",
520  description="SOLIDUS",
521  direction="cs",
522  linebreak="sy",
523  mathclass="division",
524  mathgroup="binary arithmetic",
525  mathmeaning="divided by",
526  mathspec={
527   {
528    class="division",
529    name="slash",
530   },
531   {
532    class="division",
533    name="solidus",
534   },
535  },
536  synonyms={ "slash", "virgule" },
537  unicodeslot=0x2F,
538 },
539 {
540  category="nd",
541  cjkwd="na",
542  description="DIGIT ZERO",
543  direction="en",
544  linebreak="nu",
545  mathclass="digit",
546  unicodeslot=0x30,
547  variants={
548   [0xFE00]="short diagonal stroke form",
549   [0xFE0E]="text style",
550   [0xFE0F]="emoji style",
551  },
552 },
553 {
554  category="nd",
555  cjkwd="na",
556  description="DIGIT ONE",
557  direction="en",
558  linebreak="nu",
559  mathclass="digit",
560  unicodeslot=0x31,
561  variants=variants_emoji,
562 },
563 {
564  category="nd",
565  cjkwd="na",
566  description="DIGIT TWO",
567  direction="en",
568  linebreak="nu",
569  mathclass="digit",
570  unicodeslot=0x32,
571  variants=variants_emoji,
572 },
573 {
574  category="nd",
575  cjkwd="na",
576  description="DIGIT THREE",
577  direction="en",
578  linebreak="nu",
579  mathclass="digit",
580  unicodeslot=0x33,
581  variants=variants_emoji,
582 },
583 {
584  category="nd",
585  cjkwd="na",
586  description="DIGIT FOUR",
587  direction="en",
588  linebreak="nu",
589  mathclass="digit",
590  unicodeslot=0x34,
591  variants=variants_emoji,
592 },
593 {
594  category="nd",
595  cjkwd="na",
596  description="DIGIT FIVE",
597  direction="en",
598  linebreak="nu",
599  mathclass="digit",
600  unicodeslot=0x35,
601  variants=variants_emoji,
602 },
603 {
604  category="nd",
605  cjkwd="na",
606  description="DIGIT SIX",
607  direction="en",
608  linebreak="nu",
609  mathclass="digit",
610  unicodeslot=0x36,
611  variants=variants_emoji,
612 },
613 {
614  category="nd",
615  cjkwd="na",
616  description="DIGIT SEVEN",
617  direction="en",
618  linebreak="nu",
619  mathclass="digit",
620  unicodeslot=0x37,
621  variants=variants_emoji,
622 },
623 {
624  category="nd",
625  cjkwd="na",
626  description="DIGIT EIGHT",
627  direction="en",
628  linebreak="nu",
629  mathclass="digit",
630  unicodeslot=0x38,
631  variants=variants_emoji,
632 },
633 {
634  category="nd",
635  cjkwd="na",
636  description="DIGIT NINE",
637  direction="en",
638  linebreak="nu",
639  mathclass="digit",
640  unicodeslot=0x39,
641  variants=variants_emoji,
642 },
643 {
644  category="po",
645  cjkwd="na",
646  comment="mathclass=punctuation,mathname=colon,mathsymbol=0x2236",
647  description="COLON",
648  direction="cs",
649  linebreak="is",
650  mathclass="relation",
651  unicodeslot=0x3A,
652 },
653 {
654  category="po",
655  cjkwd="na",
656  description="SEMICOLON",
657  direction="on",
658  linebreak="is",
659  mathclass="punctuation",
660  synonyms={ "greek question mark" },
661  unicodeslot=0x3B,
662 },
663 {
664  category="sm",
665  cjkwd="na",
666  description="LESS-THAN SIGN",
667  direction="on",
668  linebreak="al",
669  mathclass="relation",
670  mathgroup="binary relation",
671  mathmeaning="is less than",
672  mathname="lt",
673  mirror=0x3E,
674  textclass="open",
675  unicodeslot=0x3C,
676 },
677 {
678  category="sm",
679  cjkwd="na",
680  comment="mathclass=binary",
681  description="EQUALS SIGN",
682  direction="on",
683  linebreak="al",
684  mathextensible="h",
685  mathfiller="equalfill",
686  mathgroup="binary relation",
687  mathmeaning="equals",
688  mathspec={
689   {
690    class="relation",
691    name="eq",
692   },
693   {
694    class="relation",
695    comment="useless",
696    name="Relbar",
697   },
698  },
699  unicodeslot=0x3D,
700 },
701 {
702  category="sm",
703  cjkwd="na",
704  description="GREATER-THAN SIGN",
705  direction="on",
706  linebreak="al",
707  mathclass="relation",
708  mathgroup="binary relation",
709  mathmeaning="is greater than",
710  mathname="gt",
711  mirror=0x3C,
712  textclass="close",
713  unicodeslot=0x3E,
714 },
715 {
716  category="po",
717  cjkwd="na",
718  description="QUESTION MARK",
719  direction="on",
720  linebreak="ex",
721  mathclass="close",
722  unicodeslot=0x3F,
723 },
724 {
725  category="po",
726  cjkwd="na",
727  contextname="textat",
728  description="COMMERCIAL AT",
729  direction="on",
730  linebreak="al",
731  synonyms={ "at sign" },
732  unicodeslot=0x40,
733 },
734 {
735  category="lu",
736  cjkwd="na",
737  description="LATIN CAPITAL LETTER A",
738  direction="l",
739  lccode=0x61,
740  linebreak="al",
741  mathclass="variable",
742  unicodeslot=0x41,
743 },
744 {
745  category="lu",
746  cjkwd="na",
747  description="LATIN CAPITAL LETTER B",
748  direction="l",
749  lccode=0x62,
750  linebreak="al",
751  mathclass="variable",
752  unicodeslot=0x42,
753 },
754 {
755  category="lu",
756  cjkwd="na",
757  description="LATIN CAPITAL LETTER C",
758  direction="l",
759  lccode=0x63,
760  linebreak="al",
761  mathclass="variable",
762  unicodeslot=0x43,
763 },
764 {
765  category="lu",
766  cjkwd="na",
767  description="LATIN CAPITAL LETTER D",
768  direction="l",
769  lccode=0x64,
770  linebreak="al",
771  mathclass="variable",
772  mathspec={
773   {
774    class="differential",
775    group="differential",
776    meaning="differential operator D",
777    name="mathDuprightshape",
778   },
779  },
780  unicodeslot=0x44,
781 },
782 {
783  category="lu",
784  cjkwd="na",
785  description="LATIN CAPITAL LETTER E",
786  direction="l",
787  lccode=0x65,
788  linebreak="al",
789  mathclass="variable",
790  unicodeslot=0x45,
791 },
792 {
793  category="lu",
794  cjkwd="na",
795  description="LATIN CAPITAL LETTER F",
796  direction="l",
797  lccode=0x66,
798  linebreak="al",
799  mathclass="variable",
800  unicodeslot=0x46,
801 },
802 {
803  category="lu",
804  cjkwd="na",
805  description="LATIN CAPITAL LETTER G",
806  direction="l",
807  lccode=0x67,
808  linebreak="al",
809  mathclass="variable",
810  unicodeslot=0x47,
811 },
812 {
813  category="lu",
814  cjkwd="na",
815  description="LATIN CAPITAL LETTER H",
816  direction="l",
817  lccode=0x68,
818  linebreak="al",
819  mathclass="variable",
820  unicodeslot=0x48,
821 },
822 {
823  category="lu",
824  cjkwd="na",
825  contextname="dotlessI",
826  description="LATIN CAPITAL LETTER I",
827  direction="l",
828  lccode=0x69,
829  linebreak="al",
830  mathclass="variable",
831  unicodeslot=0x49,
832 },
833 {
834  category="lu",
835  cjkwd="na",
836  contextname="dotlessJ",
837  description="LATIN CAPITAL LETTER J",
838  direction="l",
839  lccode=0x6A,
840  linebreak="al",
841  mathclass="variable",
842  unicodeslot=0x4A,
843 },
844 {
845  category="lu",
846  cjkwd="na",
847  description="LATIN CAPITAL LETTER K",
848  direction="l",
849  lccode=0x6B,
850  linebreak="al",
851  mathclass="variable",
852  unicodeslot=0x4B,
853 },
854 {
855  category="lu",
856  cjkwd="na",
857  description="LATIN CAPITAL LETTER L",
858  direction="l",
859  lccode=0x6C,
860  linebreak="al",
861  mathclass="variable",
862  unicodeslot=0x4C,
863 },
864 {
865  category="lu",
866  cjkwd="na",
867  description="LATIN CAPITAL LETTER M",
868  direction="l",
869  lccode=0x6D,
870  linebreak="al",
871  mathclass="variable",
872  unicodeslot=0x4D,
873 },
874 {
875  category="lu",
876  cjkwd="na",
877  description="LATIN CAPITAL LETTER N",
878  direction="l",
879  lccode=0x6E,
880  linebreak="al",
881  mathclass="variable",
882  unicodeslot=0x4E,
883 },
884 {
885  category="lu",
886  cjkwd="na",
887  description="LATIN CAPITAL LETTER O",
888  direction="l",
889  lccode=0x6F,
890  linebreak="al",
891  mathclass="variable",
892  unicodeslot=0x4F,
893 },
894 {
895  category="lu",
896  cjkwd="na",
897  description="LATIN CAPITAL LETTER P",
898  direction="l",
899  lccode=0x70,
900  linebreak="al",
901  mathclass="variable",
902  unicodeslot=0x50,
903 },
904 {
905  category="lu",
906  cjkwd="na",
907  description="LATIN CAPITAL LETTER Q",
908  direction="l",
909  lccode=0x71,
910  linebreak="al",
911  mathclass="variable",
912  unicodeslot=0x51,
913 },
914 {
915  category="lu",
916  cjkwd="na",
917  description="LATIN CAPITAL LETTER R",
918  direction="l",
919  lccode=0x72,
920  linebreak="al",
921  mathclass="variable",
922  unicodeslot=0x52,
923 },
924 {
925  category="lu",
926  cjkwd="na",
927  description="LATIN CAPITAL LETTER S",
928  direction="l",
929  lccode=0x73,
930  linebreak="al",
931  mathclass="variable",
932  unicodeslot=0x53,
933 },
934 {
935  category="lu",
936  cjkwd="na",
937  description="LATIN CAPITAL LETTER T",
938  direction="l",
939  lccode=0x74,
940  linebreak="al",
941  mathclass="variable",
942  unicodeslot=0x54,
943 },
944 {
945  category="lu",
946  cjkwd="na",
947  description="LATIN CAPITAL LETTER U",
948  direction="l",
949  lccode=0x75,
950  linebreak="al",
951  mathclass="variable",
952  unicodeslot=0x55,
953 },
954 {
955  category="lu",
956  cjkwd="na",
957  description="LATIN CAPITAL LETTER V",
958  direction="l",
959  lccode=0x76,
960  linebreak="al",
961  mathclass="variable",
962  unicodeslot=0x56,
963 },
964 {
965  category="lu",
966  cjkwd="na",
967  description="LATIN CAPITAL LETTER W",
968  direction="l",
969  lccode=0x77,
970  linebreak="al",
971  mathclass="variable",
972  unicodeslot=0x57,
973 },
974 {
975  category="lu",
976  cjkwd="na",
977  description="LATIN CAPITAL LETTER X",
978  direction="l",
979  lccode=0x78,
980  linebreak="al",
981  mathclass="variable",
982  unicodeslot=0x58,
983 },
984 {
985  category="lu",
986  cjkwd="na",
987  description="LATIN CAPITAL LETTER Y",
988  direction="l",
989  lccode=0x79,
990  linebreak="al",
991  mathclass="variable",
992  unicodeslot=0x59,
993 },
994 {
995  category="lu",
996  cjkwd="na",
997  description="LATIN CAPITAL LETTER Z",
998  direction="l",
999  lccode=0x7A,
1000  linebreak="al",
1001  mathclass="variable",
1002  unicodeslot=0x5A,
1003 },
1004 {
1005  category="ps",
1006  cjkwd="na",
1007  description="LEFT SQUARE BRACKET",
1008  direction="on",
1009  linebreak="op",
1010  mathclass="open",
1011  mathname="lbracket",
1012  mirror=0x5D,
1013  synonyms={ "opening square bracket" },
1014  textclass="open",
1015  unicodeslot=0x5B,
1016 },
1017 {
1018  category="po",
1019  cjkwd="na",
1020  contextname="textbackslash",
1021  description="REVERSE SOLIDUS",
1022  direction="on",
1023  linebreak="pr",
1024  mathclass="division",
1025  mathname="backslash",
1026  synonyms={ "backslash" },
1027  unicodeslot=0x5C,
1028 },
1029 {
1030  category="pe",
1031  cjkwd="na",
1032  description="RIGHT SQUARE BRACKET",
1033  direction="on",
1034  linebreak="cp",
1035  mathclass="close",
1036  mathname="rbracket",
1037  mirror=0x5B,
1038  synonyms={ "closing square bracket" },
1039  textclass="close",
1040  unicodeslot=0x5D,
1041 },
1042 {
1043  category="sk",
1044  cjkwd="na",
1045  comment="the Hat looks rediculous in most fonts",
1046  contextname="textasciicircum",
1047  description="CIRCUMFLEX ACCENT",
1048  direction="on",
1049  linebreak="al",
1050  synonyms={ "spacing circumflex accent" },
1051  unicodeslot=0x5E,
1052 },
1053 {
1054  category="pc",
1055  cjkwd="na",
1056  contextname="textunderscore",
1057  description="LOW LINE",
1058  direction="on",
1059  linebreak="al",
1060  synonyms={ "spacing underscore" },
1061  unicodeslot=0x5F,
1062 },
1063 {
1064  category="sk",
1065  cjkwd="na",
1066  contextname="textgrave",
1067  description="GRAVE ACCENT",
1068  direction="on",
1069  linebreak="al",
1070  mathspec={
1071   {
1072    class="topaccent",
1073    name="grave",
1074   },
1075   {
1076    class="topaccent",
1077    name="widegrave",
1078    stretch="h",
1079   },
1080  },
1081  synonyms={ "spacing grave accent" },
1082  unicodeslot=0x60,
1083 },
1084 {
1085  category="ll",
1086  cjkwd="na",
1087  description="LATIN SMALL LETTER A",
1088  direction="l",
1089  linebreak="al",
1090  mathclass="variable",
1091  uccode=0x41,
1092  unicodeslot=0x61,
1093 },
1094 {
1095  category="ll",
1096  cjkwd="na",
1097  description="LATIN SMALL LETTER B",
1098  direction="l",
1099  linebreak="al",
1100  mathclass="variable",
1101  uccode=0x42,
1102  unicodeslot=0x62,
1103 },
1104 {
1105  category="ll",
1106  cjkwd="na",
1107  description="LATIN SMALL LETTER C",
1108  direction="l",
1109  linebreak="al",
1110  mathclass="variable",
1111  uccode=0x43,
1112  unicodeslot=0x63,
1113 },
1114 {
1115  category="ll",
1116  cjkwd="na",
1117  description="LATIN SMALL LETTER D",
1118  direction="l",
1119  linebreak="al",
1120  mathclass="variable",
1121  mathmeaning="d",
1122  mathspec={
1123   {
1124    class="differential",
1125    group="differential",
1126    meaning="differential d",
1127    name="mathduprightshape",
1128   },
1129  },
1130  uccode=0x44,
1131  unicodeslot=0x64,
1132 },
1133 {
1134  category="ll",
1135  cjkwd="na",
1136  description="LATIN SMALL LETTER E",
1137  direction="l",
1138  linebreak="al",
1139  mathclass="variable",
1140  mathmeaning="e",
1141  mathspec={
1142   {
1143    class="exponential",
1144    group="exponential",
1145    meaning="exponential e",
1146    name="matheuprightshape",
1147   },
1148  },
1149  uccode=0x45,
1150  unicodeslot=0x65,
1151 },
1152 {
1153  category="ll",
1154  cjkwd="na",
1155  description="LATIN SMALL LETTER F",
1156  direction="l",
1157  linebreak="al",
1158  mathclass="variable",
1159  uccode=0x46,
1160  unicodeslot=0x66,
1161 },
1162 {
1163  category="ll",
1164  cjkwd="na",
1165  description="LATIN SMALL LETTER G",
1166  direction="l",
1167  linebreak="al",
1168  mathclass="variable",
1169  uccode=0x47,
1170  unicodeslot=0x67,
1171 },
1172 {
1173  category="ll",
1174  cjkwd="na",
1175  description="LATIN SMALL LETTER H",
1176  direction="l",
1177  linebreak="al",
1178  mathclass="variable",
1179  uccode=0x48,
1180  unicodeslot=0x68,
1181 },
1182 {
1183  category="ll",
1184  cjkwd="na",
1185  contextname="idotaccent",
1186  description="LATIN SMALL LETTER I",
1187  direction="l",
1188  linebreak="al",
1189  mathclass="variable",
1190  mathmeaning="i",
1191  mathspec={
1192   {
1193    class="imaginary",
1194    group="imaginary",
1195    meaning="imaginary i",
1196    name="mathiuprightshape",
1197   },
1198  },
1199  uccode=0x49,
1200  unicodeslot=0x69,
1201 },
1202 {
1203  category="ll",
1204  cjkwd="na",
1205  description="LATIN SMALL LETTER J",
1206  direction="l",
1207  linebreak="al",
1208  mathclass="variable",
1209  mathmeaning="j",
1210  mathspec={
1211   {
1212    class="imaginary",
1213    group="imaginary",
1214    meaning="imaginary j",
1215    name="mathjuprightshape",
1216   },
1217  },
1218  uccode=0x4A,
1219  unicodeslot=0x6A,
1220 },
1221 {
1222  category="ll",
1223  cjkwd="na",
1224  description="LATIN SMALL LETTER K",
1225  direction="l",
1226  linebreak="al",
1227  mathclass="variable",
1228  uccode=0x4B,
1229  unicodeslot=0x6B,
1230 },
1231 {
1232  category="ll",
1233  cjkwd="na",
1234  description="LATIN SMALL LETTER L",
1235  direction="l",
1236  linebreak="al",
1237  mathclass="variable",
1238  uccode=0x4C,
1239  unicodeslot=0x6C,
1240 },
1241 {
1242  category="ll",
1243  cjkwd="na",
1244  description="LATIN SMALL LETTER M",
1245  direction="l",
1246  linebreak="al",
1247  mathclass="variable",
1248  uccode=0x4D,
1249  unicodeslot=0x6D,
1250 },
1251 {
1252  category="ll",
1253  cjkwd="na",
1254  description="LATIN SMALL LETTER N",
1255  direction="l",
1256  linebreak="al",
1257  mathclass="variable",
1258  uccode=0x4E,
1259  unicodeslot=0x6E,
1260 },
1261 {
1262  category="ll",
1263  cjkwd="na",
1264  description="LATIN SMALL LETTER O",
1265  direction="l",
1266  linebreak="al",
1267  mathclass="variable",
1268  uccode=0x4F,
1269  unicodeslot=0x6F,
1270 },
1271 {
1272  category="ll",
1273  cjkwd="na",
1274  description="LATIN SMALL LETTER P",
1275  direction="l",
1276  linebreak="al",
1277  mathclass="variable",
1278  uccode=0x50,
1279  unicodeslot=0x70,
1280 },
1281 {
1282  category="ll",
1283  cjkwd="na",
1284  description="LATIN SMALL LETTER Q",
1285  direction="l",
1286  linebreak="al",
1287  mathclass="variable",
1288  uccode=0x51,
1289  unicodeslot=0x71,
1290 },
1291 {
1292  category="ll",
1293  cjkwd="na",
1294  description="LATIN SMALL LETTER R",
1295  direction="l",
1296  linebreak="al",
1297  mathclass="variable",
1298  uccode=0x52,
1299  unicodeslot=0x72,
1300 },
1301 {
1302  category="ll",
1303  cjkwd="na",
1304  description="LATIN SMALL LETTER S",
1305  direction="l",
1306  linebreak="al",
1307  mathclass="variable",
1308  uccode=0x53,
1309  unicodeslot=0x73,
1310 },
1311 {
1312  category="ll",
1313  cjkwd="na",
1314  description="LATIN SMALL LETTER T",
1315  direction="l",
1316  linebreak="al",
1317  mathclass="variable",
1318  uccode=0x54,
1319  unicodeslot=0x74,
1320 },
1321 {
1322  category="ll",
1323  cjkwd="na",
1324  description="LATIN SMALL LETTER U",
1325  direction="l",
1326  linebreak="al",
1327  mathclass="variable",
1328  uccode=0x55,
1329  unicodeslot=0x75,
1330 },
1331 {
1332  category="ll",
1333  cjkwd="na",
1334  description="LATIN SMALL LETTER V",
1335  direction="l",
1336  linebreak="al",
1337  mathclass="variable",
1338  uccode=0x56,
1339  unicodeslot=0x76,
1340 },
1341 {
1342  category="ll",
1343  cjkwd="na",
1344  description="LATIN SMALL LETTER W",
1345  direction="l",
1346  linebreak="al",
1347  mathclass="variable",
1348  uccode=0x57,
1349  unicodeslot=0x77,
1350 },
1351 {
1352  category="ll",
1353  cjkwd="na",
1354  description="LATIN SMALL LETTER X",
1355  direction="l",
1356  linebreak="al",
1357  mathclass="variable",
1358  uccode=0x58,
1359  unicodeslot=0x78,
1360 },
1361 {
1362  category="ll",
1363  cjkwd="na",
1364  description="LATIN SMALL LETTER Y",
1365  direction="l",
1366  linebreak="al",
1367  mathclass="variable",
1368  uccode=0x59,
1369  unicodeslot=0x79,
1370 },
1371 {
1372  category="ll",
1373  cjkwd="na",
1374  description="LATIN SMALL LETTER Z",
1375  direction="l",
1376  linebreak="al",
1377  mathclass="variable",
1378  uccode=0x5A,
1379  unicodeslot=0x7A,
1380 },
1381 {
1382  category="ps",
1383  cjkwd="na",
1384  contextname="textbraceleft",
1385  description="LEFT CURLY BRACKET",
1386  direction="on",
1387  linebreak="op",
1388  mathclass="open",
1389  mathname="lbrace",
1390  mirror=0x7D,
1391  synonyms={ "opening brace", "opening curly bracket" },
1392  textclass="open",
1393  unicodeslot=0x7B,
1394 },
1395 {
1396  category="sm",
1397  cjkwd="na",
1398  comment="mathclass=binary,mathname=bar",
1399  contextname="textbar",
1400  description="VERTICAL LINE",
1401  direction="on",
1402  linebreak="ba",
1403  mathclass="ordinary",
1404  mathspec={
1405   {
1406    class="delimiter",
1407    name="vert",
1408   },
1409   {
1410    class="open",
1411    name="lvert",
1412   },
1413   {
1414    class="middle",
1415    name="mvert",
1416   },
1417   {
1418    class="close",
1419    name="rvert",
1420   },
1421   {
1422    class="delimiter",
1423    name="singleverticalbar",
1424   },
1425  },
1426  synonyms={ "absolute value", "vertical bar" },
1427  unicodeslot=0x7C,
1428 },
1429 {
1430  category="pe",
1431  cjkwd="na",
1432  contextname="textbraceright",
1433  description="RIGHT CURLY BRACKET",
1434  direction="on",
1435  linebreak="cl",
1436  mathclass="close",
1437  mathname="rbrace",
1438  mirror=0x7B,
1439  synonyms={ "closing brace", "closing curly bracket" },
1440  textclass="close",
1441  unicodeslot=0x7D,
1442 },
1443 {
1444  category="sm",
1445  cjkwd="na",
1446  contextname="textasciitilde",
1447  description="TILDE",
1448  direction="on",
1449  linebreak="al",
1450  mathclass="relation",
1451  synonyms={ "spacing tilde" },
1452  unicodeslot=0x7E,
1453 },
1454 {
1455  category="cc",
1456  description="DELETE",
1457  direction="bn",
1458  linebreak="cm",
1459  unicodeslot=0x7F,
1460 },
1461 {
1462  category="cc",
1463  description="NONE",
1464  direction="bn",
1465  linebreak="cm",
1466  unicodeslot=0x80,
1467 },
1468 {
1469  category="cc",
1470  description="NONE",
1471  direction="bn",
1472  linebreak="cm",
1473  unicodeslot=0x81,
1474 },
1475 {
1476  category="cc",
1477  description="BREAK PERMITTED HERE",
1478  direction="bn",
1479  linebreak="cm",
1480  unicodeslot=0x82,
1481 },
1482 {
1483  category="cc",
1484  description="NO BREAK HERE",
1485  direction="bn",
1486  linebreak="cm",
1487  unicodeslot=0x83,
1488 },
1489 {
1490  category="cc",
1491  description="NONE",
1492  direction="bn",
1493  linebreak="cm",
1494  unicodeslot=0x84,
1495 },
1496 {
1497  category="cc",
1498  description="NEXT LINE (NEL)",
1499  direction="b",
1500  linebreak="nl",
1501  synonyms={ "nel" },
1502  unicodeslot=0x85,
1503 },
1504 {
1505  category="cc",
1506  description="START OF SELECTED AREA",
1507  direction="bn",
1508  linebreak="cm",
1509  unicodeslot=0x86,
1510 },
1511 {
1512  category="cc",
1513  description="END OF SELECTED AREA",
1514  direction="bn",
1515  linebreak="cm",
1516  unicodeslot=0x87,
1517 },
1518 {
1519  category="cc",
1520  description="CHARACTER TABULATION SET",
1521  direction="bn",
1522  linebreak="cm",
1523  unicodeslot=0x88,
1524 },
1525 {
1526  category="cc",
1527  description="CHARACTER TABULATION WITH JUSTIFICATION",
1528  direction="bn",
1529  linebreak="cm",
1530  unicodeslot=0x89,
1531 },
1532 {
1533  category="cc",
1534  description="LINE TABULATION SET",
1535  direction="bn",
1536  linebreak="cm",
1537  unicodeslot=0x8A,
1538 },
1539 {
1540  category="cc",
1541  description="PARTIAL LINE FORWARD",
1542  direction="bn",
1543  linebreak="cm",
1544  unicodeslot=0x8B,
1545 },
1546 {
1547  category="cc",
1548  description="PARTIAL LINE BACKWARD",
1549  direction="bn",
1550  linebreak="cm",
1551  unicodeslot=0x8C,
1552 },
1553 {
1554  category="cc",
1555  description="REVERSE LINE FEED",
1556  direction="bn",
1557  linebreak="cm",
1558  unicodeslot=0x8D,
1559 },
1560 {
1561  category="cc",
1562  description="SINGLE SHIFT TWO",
1563  direction="bn",
1564  linebreak="cm",
1565  unicodeslot=0x8E,
1566 },
1567 {
1568  category="cc",
1569  description="SINGLE SHIFT THREE",
1570  direction="bn",
1571  linebreak="cm",
1572  unicodeslot=0x8F,
1573 },
1574 {
1575  category="cc",
1576  description="DEVICE CONTROL STRING",
1577  direction="bn",
1578  linebreak="cm",
1579  unicodeslot=0x90,
1580 },
1581 {
1582  category="cc",
1583  description="PRIVATE USE ONE",
1584  direction="bn",
1585  linebreak="cm",
1586  unicodeslot=0x91,
1587 },
1588 {
1589  category="cc",
1590  description="PRIVATE USE TWO",
1591  direction="bn",
1592  linebreak="cm",
1593  unicodeslot=0x92,
1594 },
1595 {
1596  category="cc",
1597  description="SET TRANSMIT STATE",
1598  direction="bn",
1599  linebreak="cm",
1600  unicodeslot=0x93,
1601 },
1602 {
1603  category="cc",
1604  description="CANCEL CHARACTER",
1605  direction="bn",
1606  linebreak="cm",
1607  unicodeslot=0x94,
1608 },
1609 {
1610  category="cc",
1611  description="MESSAGE WAITING",
1612  direction="bn",
1613  linebreak="cm",
1614  unicodeslot=0x95,
1615 },
1616 {
1617  category="cc",
1618  description="START OF GUARDED AREA",
1619  direction="bn",
1620  linebreak="cm",
1621  unicodeslot=0x96,
1622 },
1623 {
1624  category="cc",
1625  description="END OF GUARDED AREA",
1626  direction="bn",
1627  linebreak="cm",
1628  unicodeslot=0x97,
1629 },
1630 {
1631  category="cc",
1632  description="START OF STRING",
1633  direction="bn",
1634  linebreak="cm",
1635  unicodeslot=0x98,
1636 },
1637 {
1638  category="cc",
1639  description="NONE",
1640  direction="bn",
1641  linebreak="cm",
1642  unicodeslot=0x99,
1643 },
1644 {
1645  category="cc",
1646  description="SINGLE CHARACTER INTRODUCER",
1647  direction="bn",
1648  linebreak="cm",
1649  unicodeslot=0x9A,
1650 },
1651 {
1652  category="cc",
1653  description="CONTROL SEQUENCE INTRODUCER",
1654  direction="bn",
1655  linebreak="cm",
1656  unicodeslot=0x9B,
1657 },
1658 {
1659  category="cc",
1660  description="STRING TERMINATOR",
1661  direction="bn",
1662  linebreak="cm",
1663  unicodeslot=0x9C,
1664 },
1665 {
1666  category="cc",
1667  description="OPERATING SYSTEM COMMAND",
1668  direction="bn",
1669  linebreak="cm",
1670  unicodeslot=0x9D,
1671 },
1672 {
1673  category="cc",
1674  description="PRIVACY MESSAGE",
1675  direction="bn",
1676  linebreak="cm",
1677  unicodeslot=0x9E,
1678 },
1679 {
1680  category="cc",
1681  description="APPLICATION PROGRAM COMMAND",
1682  direction="bn",
1683  linebreak="cm",
1684  unicodeslot=0x9F,
1685 },
1686 {
1687  category="zs",
1688  contextname="nobreakspace",
1689  description="NO-BREAK SPACE",
1690  direction="cs",
1691  linebreak="gl",
1692  mongolian="nj",
1693  specials={ "nobreak", 0x20 },
1694  synonyms={ "nbsp", "non-breaking space" },
1695  unicodeslot=0xA0,
1696 },
1697 {
1698  category="po",
1699  cjkwd="a",
1700  contextname="exclamdown",
1701  description="INVERTED EXCLAMATION MARK",
1702  direction="on",
1703  linebreak="op",
1704  unicodeslot=0xA1,
1705 },
1706 {
1707  category="sc",
1708  cjkwd="na",
1709  contextname="textcent",
1710  description="CENT SIGN",
1711  direction="et",
1712  linebreak="po",
1713  unicodeslot=0xA2,
1714 },
1715 {
1716  category="sc",
1717  cjkwd="na",
1718  contextname="textsterling",
1719  description="POUND SIGN",
1720  direction="et",
1721  linebreak="pr",
1722  synonyms={ "irish punt", "italian lira", "pound sterling" },
1723  unicodeslot=0xA3,
1724 },
1725 {
1726  category="sc",
1727  cjkwd="a",
1728  contextname="textcurrency",
1729  description="CURRENCY SIGN",
1730  direction="et",
1731  linebreak="pr",
1732  unicodeslot=0xA4,
1733 },
1734 {
1735  category="sc",
1736  cjkwd="na",
1737  contextname="textyen",
1738  description="YEN SIGN",
1739  direction="et",
1740  linebreak="pr",
1741  mathclass="ordinary",
1742  mathname="yen",
1743  synonyms={ "yuan sign" },
1744  unicodeslot=0xA5,
1745 },
1746 {
1747  category="so",
1748  cjkwd="na",
1749  contextname="textbrokenbar",
1750  description="BROKEN BAR",
1751  direction="on",
1752  linebreak="al",
1753  synonyms={ "broken vertical bar", "parted rule" },
1754  unicodeslot=0xA6,
1755 },
1756 {
1757  category="so",
1758  cjkwd="a",
1759  contextname="sectionmark",
1760  description="SECTION SIGN",
1761  direction="on",
1762  linebreak="ai",
1763  mathclass="ordinary",
1764  mathname="S",
1765  synonyms={ "european paragraph sign" },
1766  unicodeslot=0xA7,
1767 },
1768 {
1769  category="sk",
1770  cjkwd="a",
1771  contextname="textdiaeresis",
1772  description="DIAERESIS",
1773  direction="on",
1774  linebreak="ai",
1775  mathspec={
1776   {
1777    class="topaccent",
1778    name="ddot",
1779   },
1780   {
1781    class="topaccent",
1782    name="wideddot",
1783    stretch="h",
1784   },
1785  },
1786  specials={ "compat", 0x20, 0x308 },
1787  synonyms={ "spacing diaeresis" },
1788  unicodeslot=0xA8,
1789 },
1790 {
1791  category="so",
1792  contextname="copyright",
1793  description="COPYRIGHT SIGN",
1794  direction="on",
1795  linebreak="al",
1796  unicodeslot=0xA9,
1797  variants=variants_emoji,
1798 },
1799 {
1800  category="ll",
1801  cjkwd="a",
1802  contextname="ordfeminine",
1803  description="FEMININE ORDINAL INDICATOR",
1804  direction="l",
1805  linebreak="ai",
1806  specials={ "super", 0x61 },
1807  unicodeslot=0xAA,
1808 },
1809 {
1810  category="pi",
1811  contextname="leftguillemot",
1812  description="LEFT-POINTING DOUBLE ANGLE QUOTATION MARK",
1813  direction="on",
1814  linebreak="qu",
1815  mirror=0xBB,
1816  synonyms={ "chevrons", "left pointing guillemet" },
1817  textclass="open",
1818  unicodeslot=0xAB,
1819 },
1820 {
1821  category="sm",
1822  cjkwd="na",
1823  comment="neg is now implemented as function",
1824  contextname="textlognot",
1825  description="NOT SIGN",
1826  direction="on",
1827  linebreak="al",
1828  mathgroup="unary logical",
1829  mathmeaning="not",
1830  mathname="lnot",
1831  synonyms={ "angled dash" },
1832  unicodeslot=0xAC,
1833 },
1834 {
1835  category="cf",
1836  cjkwd="a",
1837  contextname="softhyphen",
1838  description="SOFT HYPHEN",
1839  direction="bn",
1840  linebreak="ba",
1841  synonyms={ "discretionary hyphen", "shy" },
1842  unicodeslot=0xAD,
1843 },
1844 {
1845  category="so",
1846  cjkwd="a",
1847  contextname="registered",
1848  description="REGISTERED SIGN",
1849  direction="on",
1850  linebreak="al",
1851  synonyms={ "registered trade mark sign" },
1852  unicodeslot=0xAE,
1853  variants=variants_emoji,
1854 },
1855 {
1856  category="sk",
1857  cjkwd="na",
1858  contextname="textmacron",
1859  description="MACRON",
1860  direction="on",
1861  linebreak="al",
1862  mathspec={
1863   {
1864    class="topaccent",
1865    name="bar",
1866   },
1867   {
1868    class="topaccent",
1869    name="widebar",
1870    stretch="h",
1871   },
1872  },
1873  specials={ "compat", 0x20, 0x304 },
1874  synonyms={ "apl overbar", "overline", "spacing macron" },
1875  unicodeslot=0xAF,
1876 },
1877 {
1878  category="so",
1879  cjkwd="a",
1880  contextname="textdegree",
1881  description="DEGREE SIGN",
1882  direction="et",
1883  linebreak="po",
1884  unicodeslot=0xB0,
1885 },
1886 {
1887  category="sm",
1888  cjkwd="a",
1889  contextname="textpm",
1890  description="PLUS-MINUS SIGN",
1891  direction="et",
1892  linebreak="pr",
1893  mathclass="binary",
1894  mathgroup="binary arithmetic",
1895  mathmeaning="plus minus",
1896  mathname="pm",
1897  unicodeslot=0xB1,
1898 },
1899 {
1900  category="no",
1901  cjkwd="a",
1902  contextname="twosuperior",
1903  description="SUPERSCRIPT TWO",
1904  direction="en",
1905  linebreak="ai",
1906  specials={ "super", 0x32 },
1907  synonyms={ "squared" },
1908  unicodeslot=0xB2,
1909 },
1910 {
1911  category="no",
1912  cjkwd="a",
1913  contextname="threesuperior",
1914  description="SUPERSCRIPT THREE",
1915  direction="en",
1916  linebreak="ai",
1917  specials={ "super", 0x33 },
1918  synonyms={ "cubed" },
1919  unicodeslot=0xB3,
1920 },
1921 {
1922  category="sk",
1923  cjkwd="a",
1924  contextname="textacute",
1925  description="ACUTE ACCENT",
1926  direction="on",
1927  linebreak="bb",
1928  mathspec={
1929   {
1930    class="topaccent",
1931    name="acute",
1932   },
1933   {
1934    class="topaccent",
1935    name="wideacute",
1936    stretch="h",
1937   },
1938  },
1939  specials={ "compat", 0x20, 0x301 },
1940  synonyms={ "spacing acute accent" },
1941  unicodeslot=0xB4,
1942 },
1943 {
1944  category="ll",
1945  contextname="textmu",
1946  description="MICRO SIGN",
1947  direction="l",
1948  linebreak="al",
1949  specials={ "compat", 0x3BC },
1950  uccode=0x3BC,
1951  unicodeslot=0xB5,
1952 },
1953 {
1954  category="so",
1955  cjkwd="a",
1956  contextname="paragraphmark",
1957  description="PILCROW SIGN",
1958  direction="on",
1959  linebreak="ai",
1960  mathclass="ordinary",
1961  mathname="P",
1962  synonyms={ "european section sign", "paragraph sign" },
1963  unicodeslot=0xB6,
1964 },
1965 {
1966  category="po",
1967  cjkwd="a",
1968  contextname="periodcentered",
1969  description="MIDDLE DOT",
1970  direction="on",
1971  linebreak="ai",
1972  mathclass="binary",
1973  mathgroup="binary arithmetic",
1974  mathsymbol=0x22C5,
1975  synonyms={ "georgian comma", "greek ano teleia", "greek middle dot", "midpoint" },
1976  unicodeslot=0xB7,
1977 },
1978 {
1979  category="sk",
1980  cjkwd="a",
1981  contextname="textcedilla",
1982  description="CEDILLA",
1983  direction="on",
1984  linebreak="ai",
1985  specials={ "compat", 0x20, 0x327 },
1986  synonyms={ "spacing cedilla" },
1987  unicodeslot=0xB8,
1988 },
1989 {
1990  category="no",
1991  cjkwd="a",
1992  contextname="onesuperior",
1993  description="SUPERSCRIPT ONE",
1994  direction="en",
1995  linebreak="ai",
1996  specials={ "super", 0x31 },
1997  unicodeslot=0xB9,
1998 },
1999 {
2000  category="ll",
2001  cjkwd="a",
2002  contextname="ordmasculine",
2003  description="MASCULINE ORDINAL INDICATOR",
2004  direction="l",
2005  linebreak="ai",
2006  specials={ "super", 0x6F },
2007  unicodeslot=0xBA,
2008 },
2009 {
2010  category="pf",
2011  contextname="rightguillemot",
2012  description="RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK",
2013  direction="on",
2014  linebreak="qu",
2015  mirror=0xAB,
2016  synonyms={ "right pointing guillemet" },
2017  textclass="close",
2018  unicodeslot=0xBB,
2019 },
2020 {
2021  category="no",
2022  cjkwd="a",
2023  contextname="onequarter",
2024  description="VULGAR FRACTION ONE QUARTER",
2025  direction="on",
2026  linebreak="ai",
2027  specials={ "fraction", 0x31, 0x2044, 0x34 },
2028  unicodeslot=0xBC,
2029 },
2030 {
2031  category="no",
2032  cjkwd="a",
2033  contextname="onehalf",
2034  description="VULGAR FRACTION ONE HALF",
2035  direction="on",
2036  linebreak="ai",
2037  specials={ "fraction", 0x31, 0x2044, 0x32 },
2038  unicodeslot=0xBD,
2039 },
2040 {
2041  category="no",
2042  cjkwd="a",
2043  contextname="threequarter",
2044  description="VULGAR FRACTION THREE QUARTERS",
2045  direction="on",
2046  linebreak="ai",
2047  specials={ "fraction", 0x33, 0x2044, 0x34 },
2048  unicodeslot=0xBE,
2049 },
2050 {
2051  category="po",
2052  cjkwd="a",
2053  contextname="questiondown",
2054  description="INVERTED QUESTION MARK",
2055  direction="on",
2056  linebreak="op",
2057  synonyms={ "turned question mark" },
2058  unicodeslot=0xBF,
2059 },
2060 {
2061  category="lu",
2062  contextname="Agrave",
2063  description="LATIN CAPITAL LETTER A WITH GRAVE",
2064  direction="l",
2065  lccode=0xE0,
2066  linebreak="al",
2067  shcode=0x41,
2068  specials={ "char", 0x41, 0x300 },
2069  unicodeslot=0xC0,
2070 },
2071 {
2072  category="lu",
2073  contextname="Aacute",
2074  description="LATIN CAPITAL LETTER A WITH ACUTE",
2075  direction="l",
2076  lccode=0xE1,
2077  linebreak="al",
2078  shcode=0x41,
2079  specials={ "char", 0x41, 0x301 },
2080  unicodeslot=0xC1,
2081 },
2082 {
2083  category="lu",
2084  contextname="Acircumflex",
2085  description="LATIN CAPITAL LETTER A WITH CIRCUMFLEX",
2086  direction="l",
2087  lccode=0xE2,
2088  linebreak="al",
2089  shcode=0x41,
2090  specials={ "char", 0x41, 0x302 },
2091  unicodeslot=0xC2,
2092 },
2093 {
2094  category="lu",
2095  contextname="Atilde",
2096  description="LATIN CAPITAL LETTER A WITH TILDE",
2097  direction="l",
2098  lccode=0xE3,
2099  linebreak="al",
2100  shcode=0x41,
2101  specials={ "char", 0x41, 0x303 },
2102  unicodeslot=0xC3,
2103 },
2104 {
2105  category="lu",
2106  contextname="Adiaeresis",
2107  description="LATIN CAPITAL LETTER A WITH DIAERESIS",
2108  direction="l",
2109  lccode=0xE4,
2110  linebreak="al",
2111  shcode=0x41,
2112  specials={ "char", 0x41, 0x308 },
2113  unicodeslot=0xC4,
2114 },
2115 {
2116  category="lu",
2117  contextname="Aring",
2118  description="LATIN CAPITAL LETTER A WITH RING ABOVE",
2119  direction="l",
2120  lccode=0xE5,
2121  linebreak="al",
2122  shcode=0x41,
2123  specials={ "char", 0x41, 0x30A },
2124  unicodeslot=0xC5,
2125 },
2126 {
2127  category="lu",
2128  cjkwd="a",
2129  contextname="AEligature",
2130  description="LATIN CAPITAL LETTER AE",
2131  direction="l",
2132  lccode=0xE6,
2133  linebreak="al",
2134  shcode={ 0x41, 0x45 },
2135  synonyms={ "latin capital ligature ae" },
2136  unicodeslot=0xC6,
2137 },
2138 {
2139  category="lu",
2140  contextname="Ccedilla",
2141  description="LATIN CAPITAL LETTER C WITH CEDILLA",
2142  direction="l",
2143  lccode=0xE7,
2144  linebreak="al",
2145  shcode=0x43,
2146  specials={ "char", 0x43, 0x327 },
2147  unicodeslot=0xC7,
2148 },
2149 {
2150  category="lu",
2151  contextname="Egrave",
2152  description="LATIN CAPITAL LETTER E WITH GRAVE",
2153  direction="l",
2154  lccode=0xE8,
2155  linebreak="al",
2156  shcode=0x45,
2157  specials={ "char", 0x45, 0x300 },
2158  unicodeslot=0xC8,
2159 },
2160 {
2161  category="lu",
2162  contextname="Eacute",
2163  description="LATIN CAPITAL LETTER E WITH ACUTE",
2164  direction="l",
2165  lccode=0xE9,
2166  linebreak="al",
2167  shcode=0x45,
2168  specials={ "char", 0x45, 0x301 },
2169  unicodeslot=0xC9,
2170 },
2171 {
2172  category="lu",
2173  contextname="Ecircumflex",
2174  description="LATIN CAPITAL LETTER E WITH CIRCUMFLEX",
2175  direction="l",
2176  lccode=0xEA,
2177  linebreak="al",
2178  shcode=0x45,
2179  specials={ "char", 0x45, 0x302 },
2180  unicodeslot=0xCA,
2181 },
2182 {
2183  category="lu",
2184  contextname="Ediaeresis",
2185  description="LATIN CAPITAL LETTER E WITH DIAERESIS",
2186  direction="l",
2187  lccode=0xEB,
2188  linebreak="al",
2189  shcode=0x45,
2190  specials={ "char", 0x45, 0x308 },
2191  unicodeslot=0xCB,
2192 },
2193 {
2194  category="lu",
2195  contextname="Igrave",
2196  description="LATIN CAPITAL LETTER I WITH GRAVE",
2197  direction="l",
2198  lccode=0xEC,
2199  linebreak="al",
2200  shcode=0x49,
2201  specials={ "char", 0x49, 0x300 },
2202  unicodeslot=0xCC,
2203 },
2204 {
2205  category="lu",
2206  contextname="Iacute",
2207  description="LATIN CAPITAL LETTER I WITH ACUTE",
2208  direction="l",
2209  lccode=0xED,
2210  linebreak="al",
2211  shcode=0x49,
2212  specials={ "char", 0x49, 0x301 },
2213  unicodeslot=0xCD,
2214 },
2215 {
2216  category="lu",
2217  contextname="Icircumflex",
2218  description="LATIN CAPITAL LETTER I WITH CIRCUMFLEX",
2219  direction="l",
2220  lccode=0xEE,
2221  linebreak="al",
2222  shcode=0x49,
2223  specials={ "char", 0x49, 0x302 },
2224  unicodeslot=0xCE,
2225 },
2226 {
2227  category="lu",
2228  contextname="Idiaeresis",
2229  description="LATIN CAPITAL LETTER I WITH DIAERESIS",
2230  direction="l",
2231  lccode=0xEF,
2232  linebreak="al",
2233  shcode=0x49,
2234  specials={ "char", 0x49, 0x308 },
2235  unicodeslot=0xCF,
2236 },
2237 {
2238  category="lu",
2239  cjkwd="a",
2240  contextname="Eth",
2241  description="LATIN CAPITAL LETTER ETH",
2242  direction="l",
2243  lccode=0xF0,
2244  linebreak="al",
2245  unicodeslot=0xD0,
2246 },
2247 {
2248  category="lu",
2249  contextname="Ntilde",
2250  description="LATIN CAPITAL LETTER N WITH TILDE",
2251  direction="l",
2252  lccode=0xF1,
2253  linebreak="al",
2254  shcode=0x4E,
2255  specials={ "char", 0x4E, 0x303 },
2256  unicodeslot=0xD1,
2257 },
2258 {
2259  category="lu",
2260  contextname="Ograve",
2261  description="LATIN CAPITAL LETTER O WITH GRAVE",
2262  direction="l",
2263  lccode=0xF2,
2264  linebreak="al",
2265  shcode=0x4F,
2266  specials={ "char", 0x4F, 0x300 },
2267  unicodeslot=0xD2,
2268 },
2269 {
2270  category="lu",
2271  contextname="Oacute",
2272  description="LATIN CAPITAL LETTER O WITH ACUTE",
2273  direction="l",
2274  lccode=0xF3,
2275  linebreak="al",
2276  shcode=0x4F,
2277  specials={ "char", 0x4F, 0x301 },
2278  unicodeslot=0xD3,
2279 },
2280 {
2281  category="lu",
2282  contextname="Ocircumflex",
2283  description="LATIN CAPITAL LETTER O WITH CIRCUMFLEX",
2284  direction="l",
2285  lccode=0xF4,
2286  linebreak="al",
2287  shcode=0x4F,
2288  specials={ "char", 0x4F, 0x302 },
2289  unicodeslot=0xD4,
2290 },
2291 {
2292  category="lu",
2293  contextname="Otilde",
2294  description="LATIN CAPITAL LETTER O WITH TILDE",
2295  direction="l",
2296  lccode=0xF5,
2297  linebreak="al",
2298  shcode=0x4F,
2299  specials={ "char", 0x4F, 0x303 },
2300  unicodeslot=0xD5,
2301 },
2302 {
2303  category="lu",
2304  contextname="Odiaeresis",
2305  description="LATIN CAPITAL LETTER O WITH DIAERESIS",
2306  direction="l",
2307  lccode=0xF6,
2308  linebreak="al",
2309  shcode=0x4F,
2310  specials={ "char", 0x4F, 0x308 },
2311  unicodeslot=0xD6,
2312 },
2313 {
2314  category="sm",
2315  cjkwd="a",
2316  contextname="textmultiply",
2317  description="MULTIPLICATION SIGN",
2318  direction="on",
2319  linebreak="ai",
2320  mathclass="binary",
2321  mathgroup="binary arithmetic",
2322  mathmeaning="times",
2323  mathspec={
2324   {
2325    class="binary",
2326    group="binary arithmetic",
2327    meaning="multiplication",
2328    name="times",
2329   },
2330   {
2331    class="binary",
2332    group="binary vector",
2333    meaning="crossproduct",
2334    name="crossproduct",
2335   },
2336  },
2337  synonyms={ "cartesian product" },
2338  unicodeslot=0xD7,
2339 },
2340 {
2341  category="lu",
2342  cjkwd="a",
2343  contextname="Ostroke",
2344  description="LATIN CAPITAL LETTER O WITH STROKE",
2345  direction="l",
2346  lccode=0xF8,
2347  linebreak="al",
2348  shcode=0x4F,
2349  specials={ "with", 0x4F, 0x2F },
2350  synonyms={ "latin capital letter o slash" },
2351  unicodeslot=0xD8,
2352 },
2353 {
2354  category="lu",
2355  contextname="Ugrave",
2356  description="LATIN CAPITAL LETTER U WITH GRAVE",
2357  direction="l",
2358  lccode=0xF9,
2359  linebreak="al",
2360  shcode=0x55,
2361  specials={ "char", 0x55, 0x300 },
2362  unicodeslot=0xD9,
2363 },
2364 {
2365  category="lu",
2366  contextname="Uacute",
2367  description="LATIN CAPITAL LETTER U WITH ACUTE",
2368  direction="l",
2369  lccode=0xFA,
2370  linebreak="al",
2371  shcode=0x55,
2372  specials={ "char", 0x55, 0x301 },
2373  unicodeslot=0xDA,
2374 },
2375 {
2376  category="lu",
2377  contextname="Ucircumflex",
2378  description="LATIN CAPITAL LETTER U WITH CIRCUMFLEX",
2379  direction="l",
2380  lccode=0xFB,
2381  linebreak="al",
2382  shcode=0x55,
2383  specials={ "char", 0x55, 0x302 },
2384  unicodeslot=0xDB,
2385 },
2386 {
2387  category="lu",
2388  contextname="Udiaeresis",
2389  description="LATIN CAPITAL LETTER U WITH DIAERESIS",
2390  direction="l",
2391  lccode=0xFC,
2392  linebreak="al",
2393  shcode=0x55,
2394  specials={ "char", 0x55, 0x308 },
2395  unicodeslot=0xDC,
2396 },
2397 {
2398  category="lu",
2399  contextname="Yacute",
2400  description="LATIN CAPITAL LETTER Y WITH ACUTE",
2401  direction="l",
2402  lccode=0xFD,
2403  linebreak="al",
2404  shcode=0x59,
2405  specials={ "char", 0x59, 0x301 },
2406  unicodeslot=0xDD,
2407 },
2408 {
2409  category="lu",
2410  cjkwd="a",
2411  contextname="Thorn",
2412  description="LATIN CAPITAL LETTER THORN",
2413  direction="l",
2414  lccode=0xFE,
2415  linebreak="al",
2416  unicodeslot=0xDE,
2417 },
2418 {
2419  category="ll",
2420  cjkwd="a",
2421  comment="uppercase can be 0x1E9E",
2422  contextname="ssharp",
2423  description="LATIN SMALL LETTER SHARP S",
2424  direction="l",
2425  linebreak="al",
2426  shcode={ 0x73, 0x73 },
2427  synonyms={ "eszett" },
2428  uccode={ 0x53, 0x53 },
2429  unicodeslot=0xDF,
2430 },
2431 {
2432  category="ll",
2433  cjkwd="a",
2434  contextname="agrave",
2435  description="LATIN SMALL LETTER A WITH GRAVE",
2436  direction="l",
2437  linebreak="al",
2438  shcode=0x61,
2439  specials={ "char", 0x61, 0x300 },
2440  uccode=0xC0,
2441  unicodeslot=0xE0,
2442 },
2443 {
2444  category="ll",
2445  cjkwd="a",
2446  contextname="aacute",
2447  description="LATIN SMALL LETTER A WITH ACUTE",
2448  direction="l",
2449  linebreak="al",
2450  shcode=0x61,
2451  specials={ "char", 0x61, 0x301 },
2452  uccode=0xC1,
2453  unicodeslot=0xE1,
2454 },
2455 {
2456  category="ll",
2457  contextname="acircumflex",
2458  description="LATIN SMALL LETTER A WITH CIRCUMFLEX",
2459  direction="l",
2460  linebreak="al",
2461  shcode=0x61,
2462  specials={ "char", 0x61, 0x302 },
2463  uccode=0xC2,
2464  unicodeslot=0xE2,
2465 },
2466 {
2467  category="ll",
2468  contextname="atilde",
2469  description="LATIN SMALL LETTER A WITH TILDE",
2470  direction="l",
2471  linebreak="al",
2472  shcode=0x61,
2473  specials={ "char", 0x61, 0x303 },
2474  uccode=0xC3,
2475  unicodeslot=0xE3,
2476 },
2477 {
2478  category="ll",
2479  contextname="adiaeresis",
2480  description="LATIN SMALL LETTER A WITH DIAERESIS",
2481  direction="l",
2482  linebreak="al",
2483  shcode=0x61,
2484  specials={ "char", 0x61, 0x308 },
2485  uccode=0xC4,
2486  unicodeslot=0xE4,
2487 },
2488 {
2489  category="ll",
2490  contextname="aring",
2491  description="LATIN SMALL LETTER A WITH RING ABOVE",
2492  direction="l",
2493  linebreak="al",
2494  shcode=0x61,
2495  specials={ "char", 0x61, 0x30A },
2496  uccode=0xC5,
2497  unicodeslot=0xE5,
2498 },
2499 {
2500  category="ll",
2501  cjkwd="a",
2502  contextname="aeligature",
2503  description="LATIN SMALL LETTER AE",
2504  direction="l",
2505  linebreak="al",
2506  shcode={ 0x61, 0x65 },
2507  synonyms={ "ash", "latin small ligature ae" },
2508  uccode=0xC6,
2509  unicodeslot=0xE6,
2510 },
2511 {
2512  category="ll",
2513  contextname="ccedilla",
2514  description="LATIN SMALL LETTER C WITH CEDILLA",
2515  direction="l",
2516  linebreak="al",
2517  shcode=0x63,
2518  specials={ "char", 0x63, 0x327 },
2519  uccode=0xC7,
2520  unicodeslot=0xE7,
2521 },
2522 {
2523  category="ll",
2524  cjkwd="a",
2525  contextname="egrave",
2526  description="LATIN SMALL LETTER E WITH GRAVE",
2527  direction="l",
2528  linebreak="al",
2529  shcode=0x65,
2530  specials={ "char", 0x65, 0x300 },
2531  uccode=0xC8,
2532  unicodeslot=0xE8,
2533 },
2534 {
2535  category="ll",
2536  cjkwd="a",
2537  contextname="eacute",
2538  description="LATIN SMALL LETTER E WITH ACUTE",
2539  direction="l",
2540  linebreak="al",
2541  shcode=0x65,
2542  specials={ "char", 0x65, 0x301 },
2543  uccode=0xC9,
2544  unicodeslot=0xE9,
2545 },
2546 {
2547  category="ll",
2548  cjkwd="a",
2549  contextname="ecircumflex",
2550  description="LATIN SMALL LETTER E WITH CIRCUMFLEX",
2551  direction="l",
2552  linebreak="al",
2553  shcode=0x65,
2554  specials={ "char", 0x65, 0x302 },
2555  uccode=0xCA,
2556  unicodeslot=0xEA,
2557 },
2558 {
2559  category="ll",
2560  contextname="ediaeresis",
2561  description="LATIN SMALL LETTER E WITH DIAERESIS",
2562  direction="l",
2563  linebreak="al",
2564  shcode=0x65,
2565  specials={ "char", 0x65, 0x308 },
2566  uccode=0xCB,
2567  unicodeslot=0xEB,
2568 },
2569 {
2570  category="ll",
2571  cjkwd="a",
2572  contextname="igrave",
2573  description="LATIN SMALL LETTER I WITH GRAVE",
2574  direction="l",
2575  linebreak="al",
2576  shcode=0x69,
2577  specials={ "char", 0x69, 0x300 },
2578  uccode=0xCC,
2579  unicodeslot=0xEC,
2580 },
2581 {
2582  category="ll",
2583  cjkwd="a",
2584  contextname="iacute",
2585  description="LATIN SMALL LETTER I WITH ACUTE",
2586  direction="l",
2587  linebreak="al",
2588  shcode=0x69,
2589  specials={ "char", 0x69, 0x301 },
2590  uccode=0xCD,
2591  unicodeslot=0xED,
2592 },
2593 {
2594  category="ll",
2595  contextname="icircumflex",
2596  description="LATIN SMALL LETTER I WITH CIRCUMFLEX",
2597  direction="l",
2598  linebreak="al",
2599  shcode=0x69,
2600  specials={ "char", 0x69, 0x302 },
2601  uccode=0xCE,
2602  unicodeslot=0xEE,
2603 },
2604 {
2605  category="ll",
2606  contextname="idiaeresis",
2607  description="LATIN SMALL LETTER I WITH DIAERESIS",
2608  direction="l",
2609  linebreak="al",
2610  shcode=0x69,
2611  specials={ "char", 0x69, 0x308 },
2612  uccode=0xCF,
2613  unicodeslot=0xEF,
2614 },
2615 {
2616  category="ll",
2617  cjkwd="a",
2618  comment="contextname=eth",
2619  description="LATIN SMALL LETTER ETH",
2620  direction="l",
2621  linebreak="al",
2622  mathclass="ordinary",
2623  mathname="eth",
2624  uccode=0xD0,
2625  unicodeslot=0xF0,
2626 },
2627 {
2628  category="ll",
2629  contextname="ntilde",
2630  description="LATIN SMALL LETTER N WITH TILDE",
2631  direction="l",
2632  linebreak="al",
2633  shcode=0x6E,
2634  specials={ "char", 0x6E, 0x303 },
2635  uccode=0xD1,
2636  unicodeslot=0xF1,
2637 },
2638 {
2639  category="ll",
2640  cjkwd="a",
2641  contextname="ograve",
2642  description="LATIN SMALL LETTER O WITH GRAVE",
2643  direction="l",
2644  linebreak="al",
2645  shcode=0x6F,
2646  specials={ "char", 0x6F, 0x300 },
2647  uccode=0xD2,
2648  unicodeslot=0xF2,
2649 },
2650 {
2651  category="ll",
2652  cjkwd="a",
2653  contextname="oacute",
2654  description="LATIN SMALL LETTER O WITH ACUTE",
2655  direction="l",
2656  linebreak="al",
2657  shcode=0x6F,
2658  specials={ "char", 0x6F, 0x301 },
2659  uccode=0xD3,
2660  unicodeslot=0xF3,
2661 },
2662 {
2663  category="ll",
2664  contextname="ocircumflex",
2665  description="LATIN SMALL LETTER O WITH CIRCUMFLEX",
2666  direction="l",
2667  linebreak="al",
2668  shcode=0x6F,
2669  specials={ "char", 0x6F, 0x302 },
2670  uccode=0xD4,
2671  unicodeslot=0xF4,
2672 },
2673 {
2674  category="ll",
2675  contextname="otilde",
2676  description="LATIN SMALL LETTER O WITH TILDE",
2677  direction="l",
2678  linebreak="al",
2679  shcode=0x6F,
2680  specials={ "char", 0x6F, 0x303 },
2681  uccode=0xD5,
2682  unicodeslot=0xF5,
2683 },
2684 {
2685  category="ll",
2686  contextname="odiaeresis",
2687  description="LATIN SMALL LETTER O WITH DIAERESIS",
2688  direction="l",
2689  linebreak="al",
2690  shcode=0x6F,
2691  specials={ "char", 0x6F, 0x308 },
2692  uccode=0xD6,
2693  unicodeslot=0xF6,
2694 },
2695 {
2696  category="sm",
2697  cjkwd="a",
2698  contextname="textdiv",
2699  description="DIVISION SIGN",
2700  direction="on",
2701  linebreak="ai",
2702  mathclass="binary",
2703  mathgroup="binary arithmetic",
2704  mathmeaning="divided by",
2705  mathname="div",
2706  synonyms={ "obelus" },
2707  unicodeslot=0xF7,
2708 },
2709 {
2710  category="ll",
2711  cjkwd="a",
2712  contextname="ostroke",
2713  description="LATIN SMALL LETTER O WITH STROKE",
2714  direction="l",
2715  linebreak="al",
2716  shcode=0x6F,
2717  specials={ "with", 0x6F, 0x2F },
2718  synonyms={ "latin small letter o slash" },
2719  uccode=0xD8,
2720  unicodeslot=0xF8,
2721 },
2722 {
2723  category="ll",
2724  cjkwd="a",
2725  contextname="ugrave",
2726  description="LATIN SMALL LETTER U WITH GRAVE",
2727  direction="l",
2728  linebreak="al",
2729  shcode=0x75,
2730  specials={ "char", 0x75, 0x300 },
2731  uccode=0xD9,
2732  unicodeslot=0xF9,
2733 },
2734 {
2735  category="ll",
2736  cjkwd="a",
2737  contextname="uacute",
2738  description="LATIN SMALL LETTER U WITH ACUTE",
2739  direction="l",
2740  linebreak="al",
2741  shcode=0x75,
2742  specials={ "char", 0x75, 0x301 },
2743  uccode=0xDA,
2744  unicodeslot=0xFA,
2745 },
2746 {
2747  category="ll",
2748  contextname="ucircumflex",
2749  description="LATIN SMALL LETTER U WITH CIRCUMFLEX",
2750  direction="l",
2751  linebreak="al",
2752  shcode=0x75,
2753  specials={ "char", 0x75, 0x302 },
2754  uccode=0xDB,
2755  unicodeslot=0xFB,
2756 },
2757 {
2758  category="ll",
2759  cjkwd="a",
2760  contextname="udiaeresis",
2761  description="LATIN SMALL LETTER U WITH DIAERESIS",
2762  direction="l",
2763  linebreak="al",
2764  shcode=0x75,
2765  specials={ "char", 0x75, 0x308 },
2766  uccode=0xDC,
2767  unicodeslot=0xFC,
2768 },
2769 {
2770  category="ll",
2771  contextname="yacute",
2772  description="LATIN SMALL LETTER Y WITH ACUTE",
2773  direction="l",
2774  linebreak="al",
2775  shcode=0x79,
2776  specials={ "char", 0x79, 0x301 },
2777  uccode=0xDD,
2778  unicodeslot=0xFD,
2779 },
2780 {
2781  category="ll",
2782  cjkwd="a",
2783  contextname="thorn",
2784  description="LATIN SMALL LETTER THORN",
2785  direction="l",
2786  linebreak="al",
2787  uccode=0xDE,
2788  unicodeslot=0xFE,
2789 },
2790 {
2791  category="ll",
2792  contextname="ydiaeresis",
2793  description="LATIN SMALL LETTER Y WITH DIAERESIS",
2794  direction="l",
2795  linebreak="al",
2796  shcode=0x79,
2797  specials={ "char", 0x79, 0x308 },
2798  uccode=0x178,
2799  unicodeslot=0xFF,
2800 },
2801 {
2802  category="lu",
2803  contextname="Amacron",
2804  description="LATIN CAPITAL LETTER A WITH MACRON",
2805  direction="l",
2806  lccode=0x101,
2807  linebreak="al",
2808  shcode=0x41,
2809  specials={ "char", 0x41, 0x304 },
2810  unicodeslot=0x100,
2811 },
2812 {
2813  category="ll",
2814  cjkwd="a",
2815  contextname="amacron",
2816  description="LATIN SMALL LETTER A WITH MACRON",
2817  direction="l",
2818  linebreak="al",
2819  shcode=0x61,
2820  specials={ "char", 0x61, 0x304 },
2821  uccode=0x100,
2822  unicodeslot=0x101,
2823 },
2824 {
2825  category="lu",
2826  contextname="Abreve",
2827  description="LATIN CAPITAL LETTER A WITH BREVE",
2828  direction="l",
2829  lccode=0x103,
2830  linebreak="al",
2831  shcode=0x41,
2832  specials={ "char", 0x41, 0x306 },
2833  unicodeslot=0x102,
2834 },
2835 {
2836  category="ll",
2837  contextname="abreve",
2838  description="LATIN SMALL LETTER A WITH BREVE",
2839  direction="l",
2840  linebreak="al",
2841  shcode=0x61,
2842  specials={ "char", 0x61, 0x306 },
2843  uccode=0x102,
2844  unicodeslot=0x103,
2845 },
2846 {
2847  category="lu",
2848  contextname="Aogonek",
2849  description="LATIN CAPITAL LETTER A WITH OGONEK",
2850  direction="l",
2851  lccode=0x105,
2852  linebreak="al",
2853  shcode=0x41,
2854  specials={ "char", 0x41, 0x328 },
2855  unicodeslot=0x104,
2856 },
2857 {
2858  category="ll",
2859  contextname="aogonek",
2860  description="LATIN SMALL LETTER A WITH OGONEK",
2861  direction="l",
2862  linebreak="al",
2863  shcode=0x61,
2864  specials={ "char", 0x61, 0x328 },
2865  uccode=0x104,
2866  unicodeslot=0x105,
2867 },
2868 {
2869  category="lu",
2870  contextname="Cacute",
2871  description="LATIN CAPITAL LETTER C WITH ACUTE",
2872  direction="l",
2873  lccode=0x107,
2874  linebreak="al",
2875  shcode=0x43,
2876  specials={ "char", 0x43, 0x301 },
2877  unicodeslot=0x106,
2878 },
2879 {
2880  category="ll",
2881  contextname="cacute",
2882  description="LATIN SMALL LETTER C WITH ACUTE",
2883  direction="l",
2884  linebreak="al",
2885  shcode=0x63,
2886  specials={ "char", 0x63, 0x301 },
2887  uccode=0x106,
2888  unicodeslot=0x107,
2889 },
2890 {
2891  category="lu",
2892  contextname="Ccircumflex",
2893  description="LATIN CAPITAL LETTER C WITH CIRCUMFLEX",
2894  direction="l",
2895  lccode=0x109,
2896  linebreak="al",
2897  shcode=0x43,
2898  specials={ "char", 0x43, 0x302 },
2899  unicodeslot=0x108,
2900 },
2901 {
2902  category="ll",
2903  contextname="ccircumflex",
2904  description="LATIN SMALL LETTER C WITH CIRCUMFLEX",
2905  direction="l",
2906  linebreak="al",
2907  shcode=0x63,
2908  specials={ "char", 0x63, 0x302 },
2909  uccode=0x108,
2910  unicodeslot=0x109,
2911 },
2912 {
2913  category="lu",
2914  contextname="Cdotaccent",
2915  description="LATIN CAPITAL LETTER C WITH DOT ABOVE",
2916  direction="l",
2917  lccode=0x10B,
2918  linebreak="al",
2919  shcode=0x43,
2920  specials={ "char", 0x43, 0x307 },
2921  unicodeslot=0x10A,
2922 },
2923 {
2924  category="ll",
2925  contextname="cdotaccent",
2926  description="LATIN SMALL LETTER C WITH DOT ABOVE",
2927  direction="l",
2928  linebreak="al",
2929  shcode=0x63,
2930  specials={ "char", 0x63, 0x307 },
2931  uccode=0x10A,
2932  unicodeslot=0x10B,
2933 },
2934 {
2935  category="lu",
2936  contextname="Ccaron",
2937  description="LATIN CAPITAL LETTER C WITH CARON",
2938  direction="l",
2939  lccode=0x10D,
2940  linebreak="al",
2941  shcode=0x43,
2942  specials={ "char", 0x43, 0x30C },
2943  unicodeslot=0x10C,
2944 },
2945 {
2946  category="ll",
2947  contextname="ccaron",
2948  description="LATIN SMALL LETTER C WITH CARON",
2949  direction="l",
2950  linebreak="al",
2951  shcode=0x63,
2952  specials={ "char", 0x63, 0x30C },
2953  uccode=0x10C,
2954  unicodeslot=0x10D,
2955 },
2956 {
2957  category="lu",
2958  contextname="Dcaron",
2959  description="LATIN CAPITAL LETTER D WITH CARON",
2960  direction="l",
2961  lccode=0x10F,
2962  linebreak="al",
2963  shcode=0x44,
2964  specials={ "char", 0x44, 0x30C },
2965  unicodeslot=0x10E,
2966 },
2967 {
2968  category="ll",
2969  contextname="dcaron",
2970  description="LATIN SMALL LETTER D WITH CARON",
2971  direction="l",
2972  linebreak="al",
2973  shcode=0x64,
2974  specials={ "char", 0x64, 0x30C },
2975  uccode=0x10E,
2976  unicodeslot=0x10F,
2977 },
2978 {
2979  category="lu",
2980  contextname="Dstroke",
2981  description="LATIN CAPITAL LETTER D WITH STROKE",
2982  direction="l",
2983  lccode=0x111,
2984  linebreak="al",
2985  shcode=0x44,
2986  specials={ "with", 0x44, 0x2F },
2987  unicodeslot=0x110,
2988 },
2989 {
2990  category="ll",
2991  cjkwd="a",
2992  contextname="dstroke",
2993  description="LATIN SMALL LETTER D WITH STROKE",
2994  direction="l",
2995  linebreak="al",
2996  shcode=0x64,
2997  specials={ "with", 0x64, 0x2F },
2998  uccode=0x110,
2999  unicodeslot=0x111,
3000 },
3001 {
3002  category="lu",
3003  contextname="Emacron",
3004  description="LATIN CAPITAL LETTER E WITH MACRON",
3005  direction="l",
3006  lccode=0x113,
3007  linebreak="al",
3008  shcode=0x45,
3009  specials={ "char", 0x45, 0x304 },
3010  unicodeslot=0x112,
3011 },
3012 {
3013  category="ll",
3014  cjkwd="a",
3015  contextname="emacron",
3016  description="LATIN SMALL LETTER E WITH MACRON",
3017  direction="l",
3018  linebreak="al",
3019  shcode=0x65,
3020  specials={ "char", 0x65, 0x304 },
3021  uccode=0x112,
3022  unicodeslot=0x113,
3023 },
3024 {
3025  category="lu",
3026  contextname="Ebreve",
3027  description="LATIN CAPITAL LETTER E WITH BREVE",
3028  direction="l",
3029  lccode=0x115,
3030  linebreak="al",
3031  shcode=0x45,
3032  specials={ "char", 0x45, 0x306 },
3033  unicodeslot=0x114,
3034 },
3035 {
3036  category="ll",
3037  contextname="ebreve",
3038  description="LATIN SMALL LETTER E WITH BREVE",
3039  direction="l",
3040  linebreak="al",
3041  shcode=0x65,
3042  specials={ "char", 0x65, 0x306 },
3043  uccode=0x114,
3044  unicodeslot=0x115,
3045 },
3046 {
3047  category="lu",
3048  contextname="Edotaccent",
3049  description="LATIN CAPITAL LETTER E WITH DOT ABOVE",
3050  direction="l",
3051  lccode=0x117,
3052  linebreak="al",
3053  shcode=0x45,
3054  specials={ "char", 0x45, 0x307 },
3055  unicodeslot=0x116,
3056 },
3057 {
3058  category="ll",
3059  contextname="edotaccent",
3060  description="LATIN SMALL LETTER E WITH DOT ABOVE",
3061  direction="l",
3062  linebreak="al",
3063  shcode=0x65,
3064  specials={ "char", 0x65, 0x307 },
3065  uccode=0x116,
3066  unicodeslot=0x117,
3067 },
3068 {
3069  category="lu",
3070  contextname="Eogonek",
3071  description="LATIN CAPITAL LETTER E WITH OGONEK",
3072  direction="l",
3073  lccode=0x119,
3074  linebreak="al",
3075  shcode=0x45,
3076  specials={ "char", 0x45, 0x328 },
3077  unicodeslot=0x118,
3078 },
3079 {
3080  category="ll",
3081  contextname="eogonek",
3082  description="LATIN SMALL LETTER E WITH OGONEK",
3083  direction="l",
3084  linebreak="al",
3085  shcode=0x65,
3086  specials={ "char", 0x65, 0x328 },
3087  uccode=0x118,
3088  unicodeslot=0x119,
3089 },
3090 {
3091  category="lu",
3092  contextname="Ecaron",
3093  description="LATIN CAPITAL LETTER E WITH CARON",
3094  direction="l",
3095  lccode=0x11B,
3096  linebreak="al",
3097  shcode=0x45,
3098  specials={ "char", 0x45, 0x30C },
3099  unicodeslot=0x11A,
3100 },
3101 {
3102  category="ll",
3103  cjkwd="a",
3104  contextname="ecaron",
3105  description="LATIN SMALL LETTER E WITH CARON",
3106  direction="l",
3107  linebreak="al",
3108  shcode=0x65,
3109  specials={ "char", 0x65, 0x30C },
3110  uccode=0x11A,
3111  unicodeslot=0x11B,
3112 },
3113 {
3114  category="lu",
3115  contextname="Gcircumflex",
3116  description="LATIN CAPITAL LETTER G WITH CIRCUMFLEX",
3117  direction="l",
3118  lccode=0x11D,
3119  linebreak="al",
3120  shcode=0x47,
3121  specials={ "char", 0x47, 0x302 },
3122  unicodeslot=0x11C,
3123 },
3124 {
3125  category="ll",
3126  contextname="gcircumflex",
3127  description="LATIN SMALL LETTER G WITH CIRCUMFLEX",
3128  direction="l",
3129  linebreak="al",
3130  shcode=0x67,
3131  specials={ "char", 0x67, 0x302 },
3132  uccode=0x11C,
3133  unicodeslot=0x11D,
3134 },
3135 {
3136  category="lu",
3137  contextname="Gbreve",
3138  description="LATIN CAPITAL LETTER G WITH BREVE",
3139  direction="l",
3140  lccode=0x11F,
3141  linebreak="al",
3142  shcode=0x47,
3143  specials={ "char", 0x47, 0x306 },
3144  unicodeslot=0x11E,
3145 },
3146 {
3147  category="ll",
3148  contextname="gbreve",
3149  description="LATIN SMALL LETTER G WITH BREVE",
3150  direction="l",
3151  linebreak="al",
3152  shcode=0x67,
3153  specials={ "char", 0x67, 0x306 },
3154  uccode=0x11E,
3155  unicodeslot=0x11F,
3156 },
3157 {
3158  category="lu",
3159  contextname="Gdotaccent",
3160  description="LATIN CAPITAL LETTER G WITH DOT ABOVE",
3161  direction="l",
3162  lccode=0x121,
3163  linebreak="al",
3164  shcode=0x47,
3165  specials={ "char", 0x47, 0x307 },
3166  unicodeslot=0x120,
3167 },
3168 {
3169  category="ll",
3170  contextname="gdotaccent",
3171  description="LATIN SMALL LETTER G WITH DOT ABOVE",
3172  direction="l",
3173  linebreak="al",
3174  shcode=0x67,
3175  specials={ "char", 0x67, 0x307 },
3176  uccode=0x120,
3177  unicodeslot=0x121,
3178 },
3179 {
3180  category="lu",
3181  contextname="Gcommaaccent",
3182  description="LATIN CAPITAL LETTER G WITH CEDILLA",
3183  direction="l",
3184  lccode=0x123,
3185  linebreak="al",
3186  shcode=0x47,
3187  specials={ "char", 0x47, 0x327 },
3188  unicodeslot=0x122,
3189 },
3190 {
3191  category="ll",
3192  contextname="gcommaaccent",
3193  description="LATIN SMALL LETTER G WITH CEDILLA",
3194  direction="l",
3195  linebreak="al",
3196  shcode=0x67,
3197  specials={ "char", 0x67, 0x327 },
3198  uccode=0x122,
3199  unicodeslot=0x123,
3200 },
3201 {
3202  category="lu",
3203  contextname="Hcircumflex",
3204  description="LATIN CAPITAL LETTER H WITH CIRCUMFLEX",
3205  direction="l",
3206  lccode=0x125,
3207  linebreak="al",
3208  shcode=0x48,
3209  specials={ "char", 0x48, 0x302 },
3210  unicodeslot=0x124,
3211 },
3212 {
3213  category="ll",
3214  contextname="hcircumflex",
3215  description="LATIN SMALL LETTER H WITH CIRCUMFLEX",
3216  direction="l",
3217  linebreak="al",
3218  shcode=0x68,
3219  specials={ "char", 0x68, 0x302 },
3220  uccode=0x124,
3221  unicodeslot=0x125,
3222 },
3223 {
3224  category="lu",
3225  cjkwd="a",
3226  contextname="Hstroke",
3227  description="LATIN CAPITAL LETTER H WITH STROKE",
3228  direction="l",
3229  lccode=0x127,
3230  linebreak="al",
3231  shcode=0x48,
3232  specials={ "with", 0x48, 0x2F },
3233  unicodeslot=0x126,
3234 },
3235 {
3236  category="ll",
3237  cjkwd="a",
3238  contextname="hstroke",
3239  description="LATIN SMALL LETTER H WITH STROKE",
3240  direction="l",
3241  linebreak="al",
3242  shcode=0x68,
3243  specials={ "with", 0x68, 0x2F },
3244  uccode=0x126,
3245  unicodeslot=0x127,
3246 },
3247 {
3248  category="lu",
3249  contextname="Itilde",
3250  description="LATIN CAPITAL LETTER I WITH TILDE",
3251  direction="l",
3252  lccode=0x129,
3253  linebreak="al",
3254  shcode=0x49,
3255  specials={ "char", 0x49, 0x303 },
3256  unicodeslot=0x128,
3257 },
3258 {
3259  category="ll",
3260  contextname="itilde",
3261  description="LATIN SMALL LETTER I WITH TILDE",
3262  direction="l",
3263  linebreak="al",
3264  shcode=0x69,
3265  specials={ "char", 0x69, 0x303 },
3266  uccode=0x128,
3267  unicodeslot=0x129,
3268 },
3269 {
3270  category="lu",
3271  contextname="Imacron",
3272  description="LATIN CAPITAL LETTER I WITH MACRON",
3273  direction="l",
3274  lccode=0x12B,
3275  linebreak="al",
3276  shcode=0x49,
3277  specials={ "char", 0x49, 0x304 },
3278  unicodeslot=0x12A,
3279 },
3280 {
3281  category="ll",
3282  cjkwd="a",
3283  contextname="imacron",
3284  description="LATIN SMALL LETTER I WITH MACRON",
3285  direction="l",
3286  linebreak="al",
3287  shcode=0x69,
3288  specials={ "char", 0x69, 0x304 },
3289  uccode=0x12A,
3290  unicodeslot=0x12B,
3291 },
3292 {
3293  category="lu",
3294  contextname="Ibreve",
3295  description="LATIN CAPITAL LETTER I WITH BREVE",
3296  direction="l",
3297  lccode=0x12D,
3298  linebreak="al",
3299  shcode=0x49,
3300  specials={ "char", 0x49, 0x306 },
3301  unicodeslot=0x12C,
3302 },
3303 {
3304  category="ll",
3305  contextname="ibreve",
3306  description="LATIN SMALL LETTER I WITH BREVE",
3307  direction="l",
3308  linebreak="al",
3309  shcode=0x69,
3310  specials={ "char", 0x69, 0x306 },
3311  uccode=0x12C,
3312  unicodeslot=0x12D,
3313 },
3314 {
3315  category="lu",
3316  contextname="Iogonek",
3317  description="LATIN CAPITAL LETTER I WITH OGONEK",
3318  direction="l",
3319  lccode=0x12F,
3320  linebreak="al",
3321  shcode=0x49,
3322  specials={ "char", 0x49, 0x328 },
3323  unicodeslot=0x12E,
3324 },
3325 {
3326  category="ll",
3327  contextname="iogonek",
3328  description="LATIN SMALL LETTER I WITH OGONEK",
3329  direction="l",
3330  linebreak="al",
3331  shcode=0x69,
3332  specials={ "char", 0x69, 0x328 },
3333  uccode=0x12E,
3334  unicodeslot=0x12F,
3335 },
3336 {
3337  category="lu",
3338  contextname="Idotaccent",
3339  description="LATIN CAPITAL LETTER I WITH DOT ABOVE",
3340  direction="l",
3341  lccode=0x69,
3342  linebreak="al",
3343  shcode=0x49,
3344  specials={ "char", 0x49, 0x307 },
3345  synonyms={ "latin capital letter i dot" },
3346  unicodeslot=0x130,
3347 },
3348 {
3349  category="ll",
3350  cjkwd="a",
3351  contextname="dotlessi",
3352  description="LATIN SMALL LETTER DOTLESS I",
3353  direction="l",
3354  linebreak="al",
3355  uccode=0x49,
3356  unicodeslot=0x131,
3357 },
3358 {
3359  category="lu",
3360  cjkwd="a",
3361  contextname="IJligature",
3362  description="LATIN CAPITAL LIGATURE IJ",
3363  direction="l",
3364  lccode=0x133,
3365  linebreak="al",
3366  shcode={ 0x49, 0x4A },
3367  specials={ "compat", 0x49, 0x4A },
3368  unicodeslot=0x132,
3369 },
3370 {
3371  category="ll",
3372  cjkwd="a",
3373  contextname="ijligature",
3374  description="LATIN SMALL LIGATURE IJ",
3375  direction="l",
3376  linebreak="al",
3377  shcode={ 0x69, 0x6A },
3378  specials={ "compat", 0x69, 0x6A },
3379  uccode=0x132,
3380  unicodeslot=0x133,
3381 },
3382 {
3383  category="lu",
3384  contextname="Jcircumflex",
3385  description="LATIN CAPITAL LETTER J WITH CIRCUMFLEX",
3386  direction="l",
3387  lccode=0x135,
3388  linebreak="al",
3389  shcode=0x4A,
3390  specials={ "char", 0x4A, 0x302 },
3391  unicodeslot=0x134,
3392 },
3393 {
3394  category="ll",
3395  contextname="jcircumflex",
3396  description="LATIN SMALL LETTER J WITH CIRCUMFLEX",
3397  direction="l",
3398  linebreak="al",
3399  shcode=0x6A,
3400  specials={ "char", 0x6A, 0x302 },
3401  uccode=0x134,
3402  unicodeslot=0x135,
3403 },
3404 {
3405  category="lu",
3406  contextname="Kcommaaccent",
3407  description="LATIN CAPITAL LETTER K WITH CEDILLA",
3408  direction="l",
3409  lccode=0x137,
3410  linebreak="al",
3411  shcode=0x4B,
3412  specials={ "char", 0x4B, 0x327 },
3413  unicodeslot=0x136,
3414 },
3415 {
3416  category="ll",
3417  contextname="kcommaaccent",
3418  description="LATIN SMALL LETTER K WITH CEDILLA",
3419  direction="l",
3420  linebreak="al",
3421  shcode=0x6B,
3422  specials={ "char", 0x6B, 0x327 },
3423  uccode=0x136,
3424  unicodeslot=0x137,
3425 },
3426 {
3427  category="ll",
3428  cjkwd="a",
3429  contextname="kkra",
3430  description="LATIN SMALL LETTER KRA",
3431  direction="l",
3432  linebreak="al",
3433  unicodeslot=0x138,
3434 },
3435 {
3436  category="lu",
3437  contextname="Lacute",
3438  description="LATIN CAPITAL LETTER L WITH ACUTE",
3439  direction="l",
3440  lccode=0x13A,
3441  linebreak="al",
3442  shcode=0x4C,
3443  specials={ "char", 0x4C, 0x301 },
3444  unicodeslot=0x139,
3445 },
3446 {
3447  category="ll",
3448  contextname="lacute",
3449  description="LATIN SMALL LETTER L WITH ACUTE",
3450  direction="l",
3451  linebreak="al",
3452  shcode=0x6C,
3453  specials={ "char", 0x6C, 0x301 },
3454  uccode=0x139,
3455  unicodeslot=0x13A,
3456 },
3457 {
3458  category="lu",
3459  contextname="Lcommaaccent",
3460  description="LATIN CAPITAL LETTER L WITH CEDILLA",
3461  direction="l",
3462  lccode=0x13C,
3463  linebreak="al",
3464  shcode=0x4C,
3465  specials={ "char", 0x4C, 0x327 },
3466  unicodeslot=0x13B,
3467 },
3468 {
3469  category="ll",
3470  contextname="lcommaaccent",
3471  description="LATIN SMALL LETTER L WITH CEDILLA",
3472  direction="l",
3473  linebreak="al",
3474  shcode=0x6C,
3475  specials={ "char", 0x6C, 0x327 },
3476  uccode=0x13B,
3477  unicodeslot=0x13C,
3478 },
3479 {
3480  category="lu",
3481  contextname="Lcaron",
3482  description="LATIN CAPITAL LETTER L WITH CARON",
3483  direction="l",
3484  lccode=0x13E,
3485  linebreak="al",
3486  shcode=0x4C,
3487  specials={ "char", 0x4C, 0x30C },
3488  unicodeslot=0x13D,
3489 },
3490 {
3491  category="ll",
3492  contextname="lcaron",
3493  description="LATIN SMALL LETTER L WITH CARON",
3494  direction="l",
3495  linebreak="al",
3496  shcode=0x6C,
3497  specials={ "char", 0x6C, 0x30C },
3498  uccode=0x13D,
3499  unicodeslot=0x13E,
3500 },
3501 {
3502  category="lu",
3503  cjkwd="a",
3504  contextname="Ldotmiddle",
3505  description="LATIN CAPITAL LETTER L WITH MIDDLE DOT",
3506  direction="l",
3507  lccode=0x140,
3508  linebreak="al",
3509  shcode=0x4C,
3510  specials={ "compat", 0x4C, 0xB7 },
3511  unicodeslot=0x13F,
3512 },
3513 {
3514  category="ll",
3515  cjkwd="a",
3516  contextname="ldotmiddle",
3517  description="LATIN SMALL LETTER L WITH MIDDLE DOT",
3518  direction="l",
3519  linebreak="al",
3520  shcode=0x6C,
3521  specials={ "compat", 0x6C, 0xB7 },
3522  uccode=0x13F,
3523  unicodeslot=0x140,
3524 },
3525 {
3526  category="lu",
3527  cjkwd="a",
3528  contextname="Lstroke",
3529  description="LATIN CAPITAL LETTER L WITH STROKE",
3530  direction="l",
3531  lccode=0x142,
3532  linebreak="al",
3533  shcode=0x4C,
3534  specials={ "with", 0x4C, 0x2F },
3535  unicodeslot=0x141,
3536 },
3537 {
3538  category="ll",
3539  cjkwd="a",
3540  contextname="lstroke",
3541  description="LATIN SMALL LETTER L WITH STROKE",
3542  direction="l",
3543  linebreak="al",
3544  shcode=0x6C,
3545  specials={ "with", 0x6C, 0x2F },
3546  uccode=0x141,
3547  unicodeslot=0x142,
3548 },
3549 {
3550  category="lu",
3551  contextname="Nacute",
3552  description="LATIN CAPITAL LETTER N WITH ACUTE",
3553  direction="l",
3554  lccode=0x144,
3555  linebreak="al",
3556  shcode=0x4E,
3557  specials={ "char", 0x4E, 0x301 },
3558  unicodeslot=0x143,
3559 },
3560 {
3561  category="ll",
3562  cjkwd="a",
3563  contextname="nacute",
3564  description="LATIN SMALL LETTER N WITH ACUTE",
3565  direction="l",
3566  linebreak="al",
3567  shcode=0x6E,
3568  specials={ "char", 0x6E, 0x301 },
3569  uccode=0x143,
3570  unicodeslot=0x144,
3571 },
3572 {
3573  category="lu",
3574  contextname="Ncommaaccent",
3575  description="LATIN CAPITAL LETTER N WITH CEDILLA",
3576  direction="l",
3577  lccode=0x146,
3578  linebreak="al",
3579  shcode=0x4E,
3580  specials={ "char", 0x4E, 0x327 },
3581  unicodeslot=0x145,
3582 },
3583 {
3584  category="ll",
3585  contextname="ncommaaccent",
3586  description="LATIN SMALL LETTER N WITH CEDILLA",
3587  direction="l",
3588  linebreak="al",
3589  shcode=0x6E,
3590  specials={ "char", 0x6E, 0x327 },
3591  uccode=0x145,
3592  unicodeslot=0x146,
3593 },
3594 {
3595  category="lu",
3596  contextname="Ncaron",
3597  description="LATIN CAPITAL LETTER N WITH CARON",
3598  direction="l",
3599  lccode=0x148,
3600  linebreak="al",
3601  shcode=0x4E,
3602  specials={ "char", 0x4E, 0x30C },
3603  unicodeslot=0x147,
3604 },
3605 {
3606  category="ll",
3607  cjkwd="a",
3608  contextname="ncaron",
3609  description="LATIN SMALL LETTER N WITH CARON",
3610  direction="l",
3611  linebreak="al",
3612  shcode=0x6E,
3613  specials={ "char", 0x6E, 0x30C },
3614  uccode=0x147,
3615  unicodeslot=0x148,
3616 },
3617 {
3618  category="ll",
3619  cjkwd="a",
3620  contextname="napostrophe",
3621  description="LATIN SMALL LETTER N PRECEDED BY APOSTROPHE",
3622  direction="l",
3623  linebreak="al",
3624  specials={ "compat", 0x2BC, 0x6E },
3625  uccode={ 0x2BC, 0x6E },
3626  unicodeslot=0x149,
3627 },
3628 {
3629  category="lu",
3630  cjkwd="a",
3631  contextname="Neng",
3632  description="LATIN CAPITAL LETTER ENG",
3633  direction="l",
3634  lccode=0x14B,
3635  linebreak="al",
3636  unicodeslot=0x14A,
3637 },
3638 {
3639  category="ll",
3640  cjkwd="a",
3641  contextname="neng",
3642  description="LATIN SMALL LETTER ENG",
3643  direction="l",
3644  linebreak="al",
3645  uccode=0x14A,
3646  unicodeslot=0x14B,
3647 },
3648 {
3649  category="lu",
3650  contextname="Omacron",
3651  description="LATIN CAPITAL LETTER O WITH MACRON",
3652  direction="l",
3653  lccode=0x14D,
3654  linebreak="al",
3655  shcode=0x4F,
3656  specials={ "char", 0x4F, 0x304 },
3657  unicodeslot=0x14C,
3658 },
3659 {
3660  category="ll",
3661  cjkwd="a",
3662  contextname="omacron",
3663  description="LATIN SMALL LETTER O WITH MACRON",
3664  direction="l",
3665  linebreak="al",
3666  shcode=0x6F,
3667  specials={ "char", 0x6F, 0x304 },
3668  uccode=0x14C,
3669  unicodeslot=0x14D,
3670 },
3671 {
3672  category="lu",
3673  contextname="Obreve",
3674  description="LATIN CAPITAL LETTER O WITH BREVE",
3675  direction="l",
3676  lccode=0x14F,
3677  linebreak="al",
3678  shcode=0x4F,
3679  specials={ "char", 0x4F, 0x306 },
3680  unicodeslot=0x14E,
3681 },
3682 {
3683  category="ll",
3684  contextname="obreve",
3685  description="LATIN SMALL LETTER O WITH BREVE",
3686  direction="l",
3687  linebreak="al",
3688  shcode=0x6F,
3689  specials={ "char", 0x6F, 0x306 },
3690  uccode=0x14E,
3691  unicodeslot=0x14F,
3692 },
3693 {
3694  category="lu",
3695  contextname="Ohungarumlaut",
3696  description="LATIN CAPITAL LETTER O WITH DOUBLE ACUTE",
3697  direction="l",
3698  lccode=0x151,
3699  linebreak="al",
3700  shcode=0x4F,
3701  specials={ "char", 0x4F, 0x30B },
3702  unicodeslot=0x150,
3703 },
3704 {
3705  category="ll",
3706  contextname="ohungarumlaut",
3707  description="LATIN SMALL LETTER O WITH DOUBLE ACUTE",
3708  direction="l",
3709  linebreak="al",
3710  shcode=0x6F,
3711  specials={ "char", 0x6F, 0x30B },
3712  uccode=0x150,
3713  unicodeslot=0x151,
3714 },
3715 {
3716  category="lu",
3717  cjkwd="a",
3718  contextname="OEligature",
3719  description="LATIN CAPITAL LIGATURE OE",
3720  direction="l",
3721  lccode=0x153,
3722  linebreak="al",
3723  shcode={ 0x4F, 0x45 },
3724  unicodeslot=0x152,
3725 },
3726 {
3727  category="ll",
3728  cjkwd="a",
3729  contextname="oeligature",
3730  description="LATIN SMALL LIGATURE OE",
3731  direction="l",
3732  linebreak="al",
3733  shcode={ 0x6F, 0x65 },
3734  synonyms={ "ethel", "latin small letter o e" },
3735  uccode=0x152,
3736  unicodeslot=0x153,
3737 },
3738 {
3739  category="lu",
3740  contextname="Racute",
3741  description="LATIN CAPITAL LETTER R WITH ACUTE",
3742  direction="l",
3743  lccode=0x155,
3744  linebreak="al",
3745  shcode=0x52,
3746  specials={ "char", 0x52, 0x301 },
3747  unicodeslot=0x154,
3748 },
3749 {
3750  category="ll",
3751  contextname="racute",
3752  description="LATIN SMALL LETTER R WITH ACUTE",
3753  direction="l",
3754  linebreak="al",
3755  shcode=0x72,
3756  specials={ "char", 0x72, 0x301 },
3757  uccode=0x154,
3758  unicodeslot=0x155,
3759 },
3760 {
3761  category="lu",
3762  contextname="Rcommaaccent",
3763  description="LATIN CAPITAL LETTER R WITH CEDILLA",
3764  direction="l",
3765  lccode=0x157,
3766  linebreak="al",
3767  shcode=0x52,
3768  specials={ "char", 0x52, 0x327 },
3769  unicodeslot=0x156,
3770 },
3771 {
3772  category="ll",
3773  contextname="rcommaaccent",
3774  description="LATIN SMALL LETTER R WITH CEDILLA",
3775  direction="l",
3776  linebreak="al",
3777  shcode=0x72,
3778  specials={ "char", 0x72, 0x327 },
3779  uccode=0x156,
3780  unicodeslot=0x157,
3781 },
3782 {
3783  category="lu",
3784  contextname="Rcaron",
3785  description="LATIN CAPITAL LETTER R WITH CARON",
3786  direction="l",
3787  lccode=0x159,
3788  linebreak="al",
3789  shcode=0x52,
3790  specials={ "char", 0x52, 0x30C },
3791  unicodeslot=0x158,
3792 },
3793 {
3794  category="ll",
3795  contextname="rcaron",
3796  description="LATIN SMALL LETTER R WITH CARON",
3797  direction="l",
3798  linebreak="al",
3799  shcode=0x72,
3800  specials={ "char", 0x72, 0x30C },
3801  uccode=0x158,
3802  unicodeslot=0x159,
3803 },
3804 {
3805  category="lu",
3806  contextname="Sacute",
3807  description="LATIN CAPITAL LETTER S WITH ACUTE",
3808  direction="l",
3809  lccode=0x15B,
3810  linebreak="al",
3811  shcode=0x53,
3812  specials={ "char", 0x53, 0x301 },
3813  unicodeslot=0x15A,
3814 },
3815 {
3816  category="ll",
3817  contextname="sacute",
3818  description="LATIN SMALL LETTER S WITH ACUTE",
3819  direction="l",
3820  linebreak="al",
3821  shcode=0x73,
3822  specials={ "char", 0x73, 0x301 },
3823  uccode=0x15A,
3824  unicodeslot=0x15B,
3825 },
3826 {
3827  category="lu",
3828  contextname="Scircumflex",
3829  description="LATIN CAPITAL LETTER S WITH CIRCUMFLEX",
3830  direction="l",
3831  lccode=0x15D,
3832  linebreak="al",
3833  shcode=0x53,
3834  specials={ "char", 0x53, 0x302 },
3835  unicodeslot=0x15C,
3836 },
3837 {
3838  category="ll",
3839  contextname="scircumflex",
3840  description="LATIN SMALL LETTER S WITH CIRCUMFLEX",
3841  direction="l",
3842  linebreak="al",
3843  shcode=0x73,
3844  specials={ "char", 0x73, 0x302 },
3845  uccode=0x15C,
3846  unicodeslot=0x15D,
3847 },
3848 {
3849  category="lu",
3850  contextname="Scedilla",
3851  description="LATIN CAPITAL LETTER S WITH CEDILLA",
3852  direction="l",
3853  lccode=0x15F,
3854  linebreak="al",
3855  shcode=0x53,
3856  specials={ "char", 0x53, 0x327 },
3857  unicodeslot=0x15E,
3858 },
3859 {
3860  category="ll",
3861  contextname="scedilla",
3862  description="LATIN SMALL LETTER S WITH CEDILLA",
3863  direction="l",
3864  linebreak="al",
3865  shcode=0x73,
3866  specials={ "char", 0x73, 0x327 },
3867  uccode=0x15E,
3868  unicodeslot=0x15F,
3869 },
3870 {
3871  category="lu",
3872  contextname="Scaron",
3873  description="LATIN CAPITAL LETTER S WITH CARON",
3874  direction="l",
3875  lccode=0x161,
3876  linebreak="al",
3877  shcode=0x53,
3878  specials={ "char", 0x53, 0x30C },
3879  unicodeslot=0x160,
3880 },
3881 {
3882  category="ll",
3883  contextname="scaron",
3884  description="LATIN SMALL LETTER S WITH CARON",
3885  direction="l",
3886  linebreak="al",
3887  shcode=0x73,
3888  specials={ "char", 0x73, 0x30C },
3889  uccode=0x160,
3890  unicodeslot=0x161,
3891 },
3892 {
3893  category="lu",
3894  contextname="Tcedilla",
3895  description="LATIN CAPITAL LETTER T WITH CEDILLA",
3896  direction="l",
3897  lccode=0x163,
3898  linebreak="al",
3899  shcode=0x54,
3900  specials={ "char", 0x54, 0x327 },
3901  unicodeslot=0x162,
3902 },
3903 {
3904  category="ll",
3905  contextname="tcedilla",
3906  description="LATIN SMALL LETTER T WITH CEDILLA",
3907  direction="l",
3908  linebreak="al",
3909  shcode=0x74,
3910  specials={ "char", 0x74, 0x327 },
3911  uccode=0x162,
3912  unicodeslot=0x163,
3913 },
3914 {
3915  category="lu",
3916  contextname="Tcaron",
3917  description="LATIN CAPITAL LETTER T WITH CARON",
3918  direction="l",
3919  lccode=0x165,
3920  linebreak="al",
3921  shcode=0x54,
3922  specials={ "char", 0x54, 0x30C },
3923  unicodeslot=0x164,
3924 },
3925 {
3926  category="ll",
3927  contextname="tcaron",
3928  description="LATIN SMALL LETTER T WITH CARON",
3929  direction="l",
3930  linebreak="al",
3931  shcode=0x74,
3932  specials={ "char", 0x74, 0x30C },
3933  uccode=0x164,
3934  unicodeslot=0x165,
3935 },
3936 {
3937  category="lu",
3938  cjkwd="a",
3939  contextname="Tstroke",
3940  description="LATIN CAPITAL LETTER T WITH STROKE",
3941  direction="l",
3942  lccode=0x167,
3943  linebreak="al",
3944  shcode=0x54,
3945  specials={ "with", 0x54, 0x2F },
3946  unicodeslot=0x166,
3947 },
3948 {
3949  category="ll",
3950  cjkwd="a",
3951  contextname="tstroke",
3952  description="LATIN SMALL LETTER T WITH STROKE",
3953  direction="l",
3954  linebreak="al",
3955  shcode=0x74,
3956  specials={ "with", 0x74, 0x2F },
3957  uccode=0x166,
3958  unicodeslot=0x167,
3959 },
3960 {
3961  category="lu",
3962  contextname="Utilde",
3963  description="LATIN CAPITAL LETTER U WITH TILDE",
3964  direction="l",
3965  lccode=0x169,
3966  linebreak="al",
3967  shcode=0x55,
3968  specials={ "char", 0x55, 0x303 },
3969  unicodeslot=0x168,
3970 },
3971 {
3972  category="ll",
3973  contextname="utilde",
3974  description="LATIN SMALL LETTER U WITH TILDE",
3975  direction="l",
3976  linebreak="al",
3977  shcode=0x75,
3978  specials={ "char", 0x75, 0x303 },
3979  uccode=0x168,
3980  unicodeslot=0x169,
3981 },
3982 {
3983  category="lu",
3984  contextname="Umacron",
3985  description="LATIN CAPITAL LETTER U WITH MACRON",
3986  direction="l",
3987  lccode=0x16B,
3988  linebreak="al",
3989  shcode=0x55,
3990  specials={ "char", 0x55, 0x304 },
3991  unicodeslot=0x16A,
3992 },
3993 {
3994  category="ll",
3995  cjkwd="a",
3996  contextname="umacron",
3997  description="LATIN SMALL LETTER U WITH MACRON",
3998  direction="l",
3999  linebreak="al",
4000  shcode=0x75,
4001  specials={ "char", 0x75, 0x304 },
4002  uccode=0x16A,
4003  unicodeslot=0x16B,
4004 },
4005 {
4006  category="lu",
4007  contextname="Ubreve",
4008  description="LATIN CAPITAL LETTER U WITH BREVE",
4009  direction="l",
4010  lccode=0x16D,
4011  linebreak="al",
4012  shcode=0x55,
4013  specials={ "char", 0x55, 0x306 },
4014  unicodeslot=0x16C,
4015 },
4016 {
4017  category="ll",
4018  contextname="ubreve",
4019  description="LATIN SMALL LETTER U WITH BREVE",
4020  direction="l",
4021  linebreak="al",
4022  shcode=0x75,
4023  specials={ "char", 0x75, 0x306 },
4024  uccode=0x16C,
4025  unicodeslot=0x16D,
4026 },
4027 {
4028  category="lu",
4029  contextname="Uring",
4030  description="LATIN CAPITAL LETTER U WITH RING ABOVE",
4031  direction="l",
4032  lccode=0x16F,
4033  linebreak="al",
4034  shcode=0x55,
4035  specials={ "char", 0x55, 0x30A },
4036  unicodeslot=0x16E,
4037 },
4038 {
4039  category="ll",
4040  contextname="uring",
4041  description="LATIN SMALL LETTER U WITH RING ABOVE",
4042  direction="l",
4043  linebreak="al",
4044  shcode=0x75,
4045  specials={ "char", 0x75, 0x30A },
4046  uccode=0x16E,
4047  unicodeslot=0x16F,
4048 },
4049 {
4050  category="lu",
4051  contextname="Uhungarumlaut",
4052  description="LATIN CAPITAL LETTER U WITH DOUBLE ACUTE",
4053  direction="l",
4054  lccode=0x171,
4055  linebreak="al",
4056  shcode=0x55,
4057  specials={ "char", 0x55, 0x30B },
4058  unicodeslot=0x170,
4059 },
4060 {
4061  category="ll",
4062  contextname="uhungarumlaut",
4063  description="LATIN SMALL LETTER U WITH DOUBLE ACUTE",
4064  direction="l",
4065  linebreak="al",
4066  shcode=0x75,
4067  specials={ "char", 0x75, 0x30B },
4068  uccode=0x170,
4069  unicodeslot=0x171,
4070 },
4071 {
4072  category="lu",
4073  contextname="Uogonek",
4074  description="LATIN CAPITAL LETTER U WITH OGONEK",
4075  direction="l",
4076  lccode=0x173,
4077  linebreak="al",
4078  shcode=0x55,
4079  specials={ "char", 0x55, 0x328 },
4080  unicodeslot=0x172,
4081 },
4082 {
4083  category="ll",
4084  contextname="uogonek",
4085  description="LATIN SMALL LETTER U WITH OGONEK",
4086  direction="l",
4087  linebreak="al",
4088  shcode=0x75,
4089  specials={ "char", 0x75, 0x328 },
4090  uccode=0x172,
4091  unicodeslot=0x173,
4092 },
4093 {
4094  category="lu",
4095  contextname="Wcircumflex",
4096  description="LATIN CAPITAL LETTER W WITH CIRCUMFLEX",
4097  direction="l",
4098  lccode=0x175,
4099  linebreak="al",
4100  shcode=0x57,
4101  specials={ "char", 0x57, 0x302 },
4102  unicodeslot=0x174,
4103 },
4104 {
4105  category="ll",
4106  contextname="wcircumflex",
4107  description="LATIN SMALL LETTER W WITH CIRCUMFLEX",
4108  direction="l",
4109  linebreak="al",
4110  shcode=0x77,
4111  specials={ "char", 0x77, 0x302 },
4112  uccode=0x174,
4113  unicodeslot=0x175,
4114 },
4115 {
4116  category="lu",
4117  contextname="Ycircumflex",
4118  description="LATIN CAPITAL LETTER Y WITH CIRCUMFLEX",
4119  direction="l",
4120  lccode=0x177,
4121  linebreak="al",
4122  shcode=0x59,
4123  specials={ "char", 0x59, 0x302 },
4124  unicodeslot=0x176,
4125 },
4126 {
4127  category="ll",
4128  contextname="ycircumflex",
4129  description="LATIN SMALL LETTER Y WITH CIRCUMFLEX",
4130  direction="l",
4131  linebreak="al",
4132  shcode=0x79,
4133  specials={ "char", 0x79, 0x302 },
4134  uccode=0x176,
4135  unicodeslot=0x177,
4136 },
4137 {
4138  category="lu",
4139  contextname="Ydiaeresis",
4140  description="LATIN CAPITAL LETTER Y WITH DIAERESIS",
4141  direction="l",
4142  lccode=0xFF,
4143  linebreak="al",
4144  shcode=0x59,
4145  specials={ "char", 0x59, 0x308 },
4146  unicodeslot=0x178,
4147 },
4148 {
4149  category="lu",
4150  contextname="Zacute",
4151  description="LATIN CAPITAL LETTER Z WITH ACUTE",
4152  direction="l",
4153  lccode=0x17A,
4154  linebreak="al",
4155  shcode=0x5A,
4156  specials={ "char", 0x5A, 0x301 },
4157  unicodeslot=0x179,
4158 },
4159 {
4160  category="ll",
4161  contextname="zacute",
4162  description="LATIN SMALL LETTER Z WITH ACUTE",
4163  direction="l",
4164  linebreak="al",
4165  shcode=0x7A,
4166  specials={ "char", 0x7A, 0x301 },
4167  uccode=0x179,
4168  unicodeslot=0x17A,
4169 },
4170 {
4171  category="lu",
4172  contextname="Zdotaccent",
4173  description="LATIN CAPITAL LETTER Z WITH DOT ABOVE",
4174  direction="l",
4175  lccode=0x17C,
4176  linebreak="al",
4177  shcode=0x5A,
4178  specials={ "char", 0x5A, 0x307 },
4179  unicodeslot=0x17B,
4180 },
4181 {
4182  category="ll",
4183  contextname="zdotaccent",
4184  description="LATIN SMALL LETTER Z WITH DOT ABOVE",
4185  direction="l",
4186  linebreak="al",
4187  shcode=0x7A,
4188  specials={ "char", 0x7A, 0x307 },
4189  uccode=0x17B,
4190  unicodeslot=0x17C,
4191 },
4192 {
4193  category="lu",
4194  contextname="Zcaron",
4195  description="LATIN CAPITAL LETTER Z WITH CARON",
4196  direction="l",
4197  lccode=0x17E,
4198  linebreak="al",
4199  shcode=0x5A,
4200  specials={ "char", 0x5A, 0x30C },
4201  unicodeslot=0x17D,
4202 },
4203 {
4204  category="ll",
4205  contextname="zcaron",
4206  description="LATIN SMALL LETTER Z WITH CARON",
4207  direction="l",
4208  linebreak="al",
4209  shcode=0x7A,
4210  specials={ "char", 0x7A, 0x30C },
4211  uccode=0x17D,
4212  unicodeslot=0x17E,
4213 },
4214 {
4215  category="ll",
4216  contextname="slong",
4217  description="LATIN SMALL LETTER LONG S",
4218  direction="l",
4219  linebreak="al",
4220  specials={ "compat", 0x73 },
4221  uccode=0x73,
4222  unicodeslot=0x17F,
4223 },
4224 {
4225  category="ll",
4226  contextname="bstroke",
4227  description="LATIN SMALL LETTER B WITH STROKE",
4228  direction="l",
4229  linebreak="al",
4230  shcode=0x62,
4231  specials={ "with", 0x62, 0x2F },
4232  uccode=0x243,
4233  unicodeslot=0x180,
4234 },
4235 {
4236  category="lu",
4237  contextname="Bhook",
4238  description="LATIN CAPITAL LETTER B WITH HOOK",
4239  direction="l",
4240  lccode=0x253,
4241  linebreak="al",
4242  shcode=0x42,
4243  specials={ "with", 0x42, 0x1FA9D },
4244  unicodeslot=0x181,
4245 },
4246 {
4247  category="lu",
4248  description="LATIN CAPITAL LETTER B WITH TOPBAR",
4249  direction="l",
4250  lccode=0x183,
4251  linebreak="al",
4252  shcode=0x42,
4253  unicodeslot=0x182,
4254 },
4255 {
4256  category="ll",
4257  description="LATIN SMALL LETTER B WITH TOPBAR",
4258  direction="l",
4259  linebreak="al",
4260  shcode=0x62,
4261  uccode=0x182,
4262  unicodeslot=0x183,
4263 },
4264 {
4265  category="lu",
4266  description="LATIN CAPITAL LETTER TONE SIX",
4267  direction="l",
4268  lccode=0x185,
4269  linebreak="al",
4270  unicodeslot=0x184,
4271 },
4272 {
4273  category="ll",
4274  description="LATIN SMALL LETTER TONE SIX",
4275  direction="l",
4276  linebreak="al",
4277  uccode=0x184,
4278  unicodeslot=0x185,
4279 },
4280 {
4281  category="lu",
4282  description="LATIN CAPITAL LETTER OPEN O",
4283  direction="l",
4284  lccode=0x254,
4285  linebreak="al",
4286  unicodeslot=0x186,
4287 },
4288 {
4289  category="lu",
4290  contextname="Chook",
4291  description="LATIN CAPITAL LETTER C WITH HOOK",
4292  direction="l",
4293  lccode=0x188,
4294  linebreak="al",
4295  shcode=0x43,
4296  specials={ "with", 0x43, 0x1FA9D },
4297  unicodeslot=0x187,
4298 },
4299 {
4300  category="ll",
4301  contextname="chook",
4302  description="LATIN SMALL LETTER C WITH HOOK",
4303  direction="l",
4304  linebreak="al",
4305  shcode=0x63,
4306  specials={ "with", 0x63, 0x1FA9D },
4307  uccode=0x187,
4308  unicodeslot=0x188,
4309 },
4310 {
4311  category="lu",
4312  contextname="Dafrican",
4313  description="LATIN CAPITAL LETTER AFRICAN D",
4314  direction="l",
4315  lccode=0x256,
4316  linebreak="al",
4317  unicodeslot=0x189,
4318 },
4319 {
4320  category="lu",
4321  contextname="Dhook",
4322  description="LATIN CAPITAL LETTER D WITH HOOK",
4323  direction="l",
4324  lccode=0x257,
4325  linebreak="al",
4326  shcode=0x44,
4327  specials={ "with", 0x44, 0x1FA9D },
4328  unicodeslot=0x18A,
4329 },
4330 {
4331  category="lu",
4332  description="LATIN CAPITAL LETTER D WITH TOPBAR",
4333  direction="l",
4334  lccode=0x18C,
4335  linebreak="al",
4336  shcode=0x44,
4337  unicodeslot=0x18B,
4338 },
4339 {
4340  category="ll",
4341  description="LATIN SMALL LETTER D WITH TOPBAR",
4342  direction="l",
4343  linebreak="al",
4344  shcode=0x64,
4345  uccode=0x18B,
4346  unicodeslot=0x18C,
4347 },
4348 {
4349  category="ll",
4350  description="LATIN SMALL LETTER TURNED DELTA",
4351  direction="l",
4352  linebreak="al",
4353  unicodeslot=0x18D,
4354 },
4355 {
4356  category="lu",
4357  description="LATIN CAPITAL LETTER REVERSED E",
4358  direction="l",
4359  lccode=0x1DD,
4360  linebreak="al",
4361  synonyms={ "latin capital letter turned e" },
4362  unicodeslot=0x18E,
4363 },
4364 {
4365  category="lu",
4366  contextname="Schwa",
4367  description="LATIN CAPITAL LETTER SCHWA",
4368  direction="l",
4369  lccode=0x259,
4370  linebreak="al",
4371  unicodeslot=0x18F,
4372 },
4373 {
4374  category="lu",
4375  description="LATIN CAPITAL LETTER OPEN E",
4376  direction="l",
4377  lccode=0x25B,
4378  linebreak="al",
4379  synonyms={ "latin capital letter epsilon" },
4380  unicodeslot=0x190,
4381 },
4382 {
4383  category="lu",
4384  contextname="Fhook",
4385  description="LATIN CAPITAL LETTER F WITH HOOK",
4386  direction="l",
4387  lccode=0x192,
4388  linebreak="al",
4389  shcode=0x46,
4390  specials={ "with", 0x46, 0x1FA9D },
4391  unicodeslot=0x191,
4392 },
4393 {
4394  category="ll",
4395  contextname="fhook",
4396  description="LATIN SMALL LETTER F WITH HOOK",
4397  direction="l",
4398  linebreak="al",
4399  shcode=0x66,
4400  specials={ "with", 0x66, 0x1FA9D },
4401  synonyms={ "florin currency symbol", "folder", "function symbol", "latin small letter script f" },
4402  uccode=0x191,
4403  unicodeslot=0x192,
4404 },
4405 {
4406  category="lu",
4407  contextname="Ghook",
4408  description="LATIN CAPITAL LETTER G WITH HOOK",
4409  direction="l",
4410  lccode=0x260,
4411  linebreak="al",
4412  shcode=0x47,
4413  specials={ "with", 0x47, 0x1FA9D },
4414  unicodeslot=0x193,
4415 },
4416 {
4417  category="lu",
4418  description="LATIN CAPITAL LETTER GAMMA",
4419  direction="l",
4420  lccode=0x263,
4421  linebreak="al",
4422  unicodeslot=0x194,
4423 },
4424 {
4425  category="ll",
4426  description="LATIN SMALL LETTER HV",
4427  direction="l",
4428  linebreak="al",
4429  uccode=0x1F6,
4430  unicodeslot=0x195,
4431 },
4432 {
4433  category="lu",
4434  description="LATIN CAPITAL LETTER IOTA",
4435  direction="l",
4436  lccode=0x269,
4437  linebreak="al",
4438  unicodeslot=0x196,
4439 },
4440 {
4441  category="lu",
4442  contextname="Istroke",
4443  description="LATIN CAPITAL LETTER I WITH STROKE",
4444  direction="l",
4445  lccode=0x268,
4446  linebreak="al",
4447  shcode=0x49,
4448  specials={ "with", 0x49, 0x2F },
4449  synonyms={ "latin capital letter i bar" },
4450  unicodeslot=0x197,
4451 },
4452 {
4453  category="lu",
4454  contextname="Khook",
4455  description="LATIN CAPITAL LETTER K WITH HOOK",
4456  direction="l",
4457  lccode=0x199,
4458  linebreak="al",
4459  shcode=0x4B,
4460  specials={ "with", 0x4B, 0x1FA9D },
4461  unicodeslot=0x198,
4462 },
4463 {
4464  category="ll",
4465  contextname="khook",
4466  description="LATIN SMALL LETTER K WITH HOOK",
4467  direction="l",
4468  linebreak="al",
4469  shcode=0x6B,
4470  specials={ "with", 0x6B, 0x1FA9D },
4471  uccode=0x198,
4472  unicodeslot=0x199,
4473 },
4474 {
4475  category="ll",
4476  contextname="lbar",
4477  description="LATIN SMALL LETTER L WITH BAR",
4478  direction="l",
4479  linebreak="al",
4480  shcode=0x6C,
4481  uccode=0x23D,
4482  unicodeslot=0x19A,
4483 },
4484 {
4485  category="ll",
4486  description="LATIN SMALL LETTER LAMBDA WITH STROKE",
4487  direction="l",
4488  linebreak="al",
4489  mathname="lambdabar",
4490  specials={ "with", 0xA7DB, 0x2F },
4491  synonyms={ "latin letter lambda bar" },
4492  unicodeslot=0x19B,
4493 },
4494 {
4495  category="lu",
4496  description="LATIN CAPITAL LETTER TURNED M",
4497  direction="l",
4498  lccode=0x26F,
4499  linebreak="al",
4500  unicodeslot=0x19C,
4501 },
4502 {
4503  category="lu",
4504  description="LATIN CAPITAL LETTER N WITH LEFT HOOK",
4505  direction="l",
4506  lccode=0x272,
4507  linebreak="al",
4508  shcode=0x4E,
4509  unicodeslot=0x19D,
4510 },
4511 {
4512  category="ll",
4513  description="LATIN SMALL LETTER N WITH LONG RIGHT LEG",
4514  direction="l",
4515  linebreak="al",
4516  shcode=0x6E,
4517  uccode=0x220,
4518  unicodeslot=0x19E,
4519 },
4520 {
4521  category="lu",
4522  description="LATIN CAPITAL LETTER O WITH MIDDLE TILDE",
4523  direction="l",
4524  lccode=0x275,
4525  linebreak="al",
4526  shcode=0x4F,
4527  synonyms={ "latin capital letter barred o", "latin capital letter o bar" },
4528  unicodeslot=0x19F,
4529 },
4530 {
4531  category="lu",
4532  contextname="Ohorn",
4533  description="LATIN CAPITAL LETTER O WITH HORN",
4534  direction="l",
4535  lccode=0x1A1,
4536  linebreak="al",
4537  shcode=0x4F,
4538  specials={ "char", 0x4F, 0x31B },
4539  unicodeslot=0x1A0,
4540 },
4541 {
4542  category="ll",
4543  contextname="ohorn",
4544  description="LATIN SMALL LETTER O WITH HORN",
4545  direction="l",
4546  linebreak="al",
4547  shcode=0x6F,
4548  specials={ "char", 0x6F, 0x31B },
4549  uccode=0x1A0,
4550  unicodeslot=0x1A1,
4551 },
4552 {
4553  category="lu",
4554  description="LATIN CAPITAL LETTER OI",
4555  direction="l",
4556  lccode=0x1A3,
4557  linebreak="al",
4558  unicodeslot=0x1A2,
4559 },
4560 {
4561  category="ll",
4562  description="LATIN SMALL LETTER OI",
4563  direction="l",
4564  linebreak="al",
4565  uccode=0x1A2,
4566  unicodeslot=0x1A3,
4567 },
4568 {
4569  category="lu",
4570  contextname="Phook",
4571  description="LATIN CAPITAL LETTER P WITH HOOK",
4572  direction="l",
4573  lccode=0x1A5,
4574  linebreak="al",
4575  shcode=0x50,
4576  specials={ "with", 0x50, 0x1FA9D },
4577  unicodeslot=0x1A4,
4578 },
4579 {
4580  category="ll",
4581  contextname="phook",
4582  description="LATIN SMALL LETTER P WITH HOOK",
4583  direction="l",
4584  linebreak="al",
4585  shcode=0x70,
4586  specials={ "with", 0x70, 0x1FA9D },
4587  uccode=0x1A4,
4588  unicodeslot=0x1A5,
4589 },
4590 {
4591  category="lu",
4592  description="LATIN LETTER YR",
4593  direction="l",
4594  lccode=0x280,
4595  linebreak="al",
4596  unicodeslot=0x1A6,
4597 },
4598 {
4599  category="lu",
4600  description="LATIN CAPITAL LETTER TONE TWO",
4601  direction="l",
4602  lccode=0x1A8,
4603  linebreak="al",
4604  unicodeslot=0x1A7,
4605 },
4606 {
4607  category="ll",
4608  description="LATIN SMALL LETTER TONE TWO",
4609  direction="l",
4610  linebreak="al",
4611  uccode=0x1A7,
4612  unicodeslot=0x1A8,
4613 },
4614 {
4615  category="lu",
4616  description="LATIN CAPITAL LETTER ESH",
4617  direction="l",
4618  lccode=0x283,
4619  linebreak="al",
4620  unicodeslot=0x1A9,
4621 },
4622 {
4623  category="ll",
4624  description="LATIN LETTER REVERSED ESH LOOP",
4625  direction="l",
4626  linebreak="al",
4627  unicodeslot=0x1AA,
4628 },
4629 {
4630  category="ll",
4631  description="LATIN SMALL LETTER T WITH PALATAL HOOK",
4632  direction="l",
4633  linebreak="al",
4634  shcode=0x74,
4635  unicodeslot=0x1AB,
4636 },
4637 {
4638  category="lu",
4639  contextname="Thook",
4640  description="LATIN CAPITAL LETTER T WITH HOOK",
4641  direction="l",
4642  lccode=0x1AD,
4643  linebreak="al",
4644  shcode=0x54,
4645  specials={ "with", 0x54, 0x1FA9D },
4646  unicodeslot=0x1AC,
4647 },
4648 {
4649  category="ll",
4650  contextname="thook",
4651  description="LATIN SMALL LETTER T WITH HOOK",
4652  direction="l",
4653  linebreak="al",
4654  shcode=0x74,
4655  specials={ "with", 0x74, 0x1FA9D },
4656  uccode=0x1AC,
4657  unicodeslot=0x1AD,
4658 },
4659 {
4660  category="lu",
4661  description="LATIN CAPITAL LETTER T WITH RETROFLEX HOOK",
4662  direction="l",
4663  lccode=0x288,
4664  linebreak="al",
4665  shcode=0x54,
4666  unicodeslot=0x1AE,
4667 },
4668 {
4669  category="lu",
4670  contextname="Uhorn",
4671  description="LATIN CAPITAL LETTER U WITH HORN",
4672  direction="l",
4673  lccode=0x1B0,
4674  linebreak="al",
4675  shcode=0x55,
4676  specials={ "char", 0x55, 0x31B },
4677  unicodeslot=0x1AF,
4678 },
4679 {
4680  category="ll",
4681  contextname="uhorn",
4682  description="LATIN SMALL LETTER U WITH HORN",
4683  direction="l",
4684  linebreak="al",
4685  shcode=0x75,
4686  specials={ "char", 0x75, 0x31B },
4687  uccode=0x1AF,
4688  unicodeslot=0x1B0,
4689 },
4690 {
4691  category="lu",
4692  description="LATIN CAPITAL LETTER UPSILON",
4693  direction="l",
4694  lccode=0x28A,
4695  linebreak="al",
4696  unicodeslot=0x1B1,
4697 },
4698 {
4699  category="lu",
4700  contextname="Vhook",
4701  description="LATIN CAPITAL LETTER V WITH HOOK",
4702  direction="l",
4703  lccode=0x28B,
4704  linebreak="al",
4705  shcode=0x56,
4706  specials={ "with", 0x56, 0x1FA9D },
4707  synonyms={ "latin capital letter script v" },
4708  unicodeslot=0x1B2,
4709 },
4710 {
4711  category="lu",
4712  contextname="Yhook",
4713  description="LATIN CAPITAL LETTER Y WITH HOOK",
4714  direction="l",
4715  lccode=0x1B4,
4716  linebreak="al",
4717  shcode=0x59,
4718  specials={ "with", 0x59, 0x1FA9D },
4719  unicodeslot=0x1B3,
4720 },
4721 {
4722  category="ll",
4723  contextname="yhook",
4724  description="LATIN SMALL LETTER Y WITH HOOK",
4725  direction="l",
4726  linebreak="al",
4727  shcode=0x79,
4728  specials={ "with", 0x79, 0x1FA9D },
4729  uccode=0x1B3,
4730  unicodeslot=0x1B4,
4731 },
4732 {
4733  category="lu",
4734  contextname="Zstroke",
4735  description="LATIN CAPITAL LETTER Z WITH STROKE",
4736  direction="l",
4737  lccode=0x1B6,
4738  linebreak="al",
4739  shcode=0x5A,
4740  specials={ "with", 0x5A, 0x2F },
4741  unicodeslot=0x1B5,
4742 },
4743 {
4744  category="ll",
4745  contextname="zstroke",
4746  description="LATIN SMALL LETTER Z WITH STROKE",
4747  direction="l",
4748  linebreak="al",
4749  shcode=0x7A,
4750  specials={ "with", 0x7A, 0x2F },
4751  synonyms={ "latin small letter z bar" },
4752  uccode=0x1B5,
4753  unicodeslot=0x1B6,
4754 },
4755 {
4756  category="lu",
4757  description="LATIN CAPITAL LETTER EZH",
4758  direction="l",
4759  lccode=0x292,
4760  linebreak="al",
4761  unicodeslot=0x1B7,
4762 },
4763 {
4764  category="lu",
4765  description="LATIN CAPITAL LETTER EZH REVERSED",
4766  direction="l",
4767  lccode=0x1B9,
4768  linebreak="al",
4769  unicodeslot=0x1B8,
4770 },
4771 {
4772  category="ll",
4773  description="LATIN SMALL LETTER EZH REVERSED",
4774  direction="l",
4775  linebreak="al",
4776  uccode=0x1B8,
4777  unicodeslot=0x1B9,
4778 },
4779 {
4780  category="ll",
4781  description="LATIN SMALL LETTER EZH WITH TAIL",
4782  direction="l",
4783  linebreak="al",
4784  shcode=0x292,
4785  unicodeslot=0x1BA,
4786 },
4787 {
4788  category="lo",
4789  description="LATIN LETTER TWO WITH STROKE",
4790  direction="l",
4791  linebreak="al",
4792  unicodeslot=0x1BB,
4793 },
4794 {
4795  category="lu",
4796  description="LATIN CAPITAL LETTER TONE FIVE",
4797  direction="l",
4798  lccode=0x1BD,
4799  linebreak="al",
4800  unicodeslot=0x1BC,
4801 },
4802 {
4803  category="ll",
4804  description="LATIN SMALL LETTER TONE FIVE",
4805  direction="l",
4806  linebreak="al",
4807  uccode=0x1BC,
4808  unicodeslot=0x1BD,
4809 },
4810 {
4811  category="ll",
4812  description="LATIN LETTER INVERTED GLOTTAL STOP WITH STROKE",
4813  direction="l",
4814  linebreak="al",
4815  specials={ "with", 0x296, 0x2F },
4816  unicodeslot=0x1BE,
4817 },
4818 {
4819  category="ll",
4820  description="LATIN LETTER WYNN",
4821  direction="l",
4822  linebreak="al",
4823  uccode=0x1F7,
4824  unicodeslot=0x1BF,
4825 },
4826 {
4827  category="lo",
4828  description="LATIN LETTER DENTAL CLICK",
4829  direction="l",
4830  linebreak="al",
4831  synonyms={ "pipe" },
4832  unicodeslot=0x1C0,
4833 },
4834 {
4835  category="lo",
4836  description="LATIN LETTER LATERAL CLICK",
4837  direction="l",
4838  linebreak="al",
4839  synonyms={ "double pipe" },
4840  unicodeslot=0x1C1,
4841 },
4842 {
4843  category="lo",
4844  description="LATIN LETTER ALVEOLAR CLICK",
4845  direction="l",
4846  linebreak="al",
4847  synonyms={ "double-barred pipe" },
4848  unicodeslot=0x1C2,
4849 },
4850 {
4851  category="lo",
4852  description="LATIN LETTER RETROFLEX CLICK",
4853  direction="l",
4854  linebreak="al",
4855  synonyms={ "latin letter exclamation mark" },
4856  unicodeslot=0x1C3,
4857 },
4858 {
4859  category="lu",
4860  contextname="DZcaronligature",
4861  description="LATIN CAPITAL LETTER DZ WITH CARON",
4862  direction="l",
4863  lccode=0x1C6,
4864  linebreak="al",
4865  shcode=0x1F1,
4866  specials={ "compat", 0x44, 0x17D },
4867  uccode=0x1C5,
4868  unicodeslot=0x1C4,
4869 },
4870 {
4871  category="lt",
4872  contextname="Dzcaronligature",
4873  description="LATIN CAPITAL LETTER D WITH SMALL LETTER Z WITH CARON",
4874  direction="l",
4875  lccode=0x1C6,
4876  linebreak="al",
4877  shcode=0x1F2,
4878  specials={ "compat", 0x44, 0x17E },
4879  uccode=0x1C4,
4880  unicodeslot=0x1C5,
4881 },
4882 {
4883  category="ll",
4884  contextname="dzcaronligature",
4885  description="LATIN SMALL LETTER DZ WITH CARON",
4886  direction="l",
4887  linebreak="al",
4888  shcode=0x1F3,
4889  specials={ "compat", 0x64, 0x17E },
4890  uccode=0x1C4,
4891  unicodeslot=0x1C6,
4892 },
4893 {
4894  category="lu",
4895  contextname="LJligature",
4896  description="LATIN CAPITAL LETTER LJ",
4897  direction="l",
4898  lccode=0x1C9,
4899  linebreak="al",
4900  shcode={ 0x4C, 0x4A },
4901  specials={ "compat", 0x4C, 0x4A },
4902  uccode=0x1C8,
4903  unicodeslot=0x1C7,
4904 },
4905 {
4906  category="lt",
4907  contextname="Ljligature",
4908  description="LATIN CAPITAL LETTER L WITH SMALL LETTER J",
4909  direction="l",
4910  lccode=0x1C9,
4911  linebreak="al",
4912  shcode={ 0x4C, 0x6A },
4913  specials={ "compat", 0x4C, 0x6A },
4914  uccode=0x1C7,
4915  unicodeslot=0x1C8,
4916 },
4917 {
4918  category="ll",
4919  contextname="ljligature",
4920  description="LATIN SMALL LETTER LJ",
4921  direction="l",
4922  linebreak="al",
4923  shcode={ 0x6C, 0x6A },
4924  specials={ "compat", 0x6C, 0x6A },
4925  uccode=0x1C7,
4926  unicodeslot=0x1C9,
4927 },
4928 {
4929  category="lu",
4930  contextname="NJligature",
4931  description="LATIN CAPITAL LETTER NJ",
4932  direction="l",
4933  lccode=0x1CC,
4934  linebreak="al",
4935  shcode={ 0x4E, 0x4A },
4936  specials={ "compat", 0x4E, 0x4A },
4937  uccode=0x1CB,
4938  unicodeslot=0x1CA,
4939 },
4940 {
4941  category="lt",
4942  contextname="Njligature",
4943  description="LATIN CAPITAL LETTER N WITH SMALL LETTER J",
4944  direction="l",
4945  lccode=0x1CC,
4946  linebreak="al",
4947  shcode=0x4E,
4948  specials={ "compat", 0x4E, 0x6A },
4949  uccode=0x1CA,
4950  unicodeslot=0x1CB,
4951 },
4952 {
4953  category="ll",
4954  contextname="njligature",
4955  description="LATIN SMALL LETTER NJ",
4956  direction="l",
4957  linebreak="al",
4958  shcode={ 0x6E, 0x6A },
4959  specials={ "compat", 0x6E, 0x6A },
4960  uccode=0x1CA,
4961  unicodeslot=0x1CC,
4962 },
4963 {
4964  category="lu",
4965  contextname="Acaron",
4966  description="LATIN CAPITAL LETTER A WITH CARON",
4967  direction="l",
4968  lccode=0x1CE,
4969  linebreak="al",
4970  shcode=0x41,
4971  specials={ "char", 0x41, 0x30C },
4972  unicodeslot=0x1CD,
4973 },
4974 {
4975  category="ll",
4976  cjkwd="a",
4977  contextname="acaron",
4978  description="LATIN SMALL LETTER A WITH CARON",
4979  direction="l",
4980  linebreak="al",
4981  shcode=0x61,
4982  specials={ "char", 0x61, 0x30C },
4983  uccode=0x1CD,
4984  unicodeslot=0x1CE,
4985 },
4986 {
4987  category="lu",
4988  contextname="Icaron",
4989  description="LATIN CAPITAL LETTER I WITH CARON",
4990  direction="l",
4991  lccode=0x1D0,
4992  linebreak="al",
4993  shcode=0x49,
4994  specials={ "char", 0x49, 0x30C },
4995  unicodeslot=0x1CF,
4996 },
4997 {
4998  category="ll",
4999  cjkwd="a",
5000  contextname="icaron",
5001  description="LATIN SMALL LETTER I WITH CARON",
5002  direction="l",
5003  linebreak="al",
5004  shcode=0x69,
5005  specials={ "char", 0x69, 0x30C },
5006  uccode=0x1CF,
5007  unicodeslot=0x1D0,
5008 },
5009 {
5010  category="lu",
5011  contextname="Ocaron",
5012  description="LATIN CAPITAL LETTER O WITH CARON",
5013  direction="l",
5014  lccode=0x1D2,
5015  linebreak="al",
5016  shcode=0x4F,
5017  specials={ "char", 0x4F, 0x30C },
5018  unicodeslot=0x1D1,
5019 },
5020 {
5021  category="ll",
5022  cjkwd="a",
5023  contextname="ocaron",
5024  description="LATIN SMALL LETTER O WITH CARON",
5025  direction="l",
5026  linebreak="al",
5027  shcode=0x6F,
5028  specials={ "char", 0x6F, 0x30C },
5029  uccode=0x1D1,
5030  unicodeslot=0x1D2,
5031 },
5032 {
5033  category="lu",
5034  contextname="Ucaron",
5035  description="LATIN CAPITAL LETTER U WITH CARON",
5036  direction="l",
5037  lccode=0x1D4,
5038  linebreak="al",
5039  shcode=0x55,
5040  specials={ "char", 0x55, 0x30C },
5041  unicodeslot=0x1D3,
5042 },
5043 {
5044  category="ll",
5045  cjkwd="a",
5046  contextname="ucaron",
5047  description="LATIN SMALL LETTER U WITH CARON",
5048  direction="l",
5049  linebreak="al",
5050  shcode=0x75,
5051  specials={ "char", 0x75, 0x30C },
5052  uccode=0x1D3,
5053  unicodeslot=0x1D4,
5054 },
5055 {
5056  category="lu",
5057  contextname="Udiaeresismacron",
5058  description="LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON",
5059  direction="l",
5060  lccode=0x1D6,
5061  linebreak="al",
5062  shcode=0x55,
5063  specials={ "char", 0xDC, 0x304 },
5064  unicodeslot=0x1D5,
5065 },
5066 {
5067  category="ll",
5068  cjkwd="a",
5069  contextname="udiaeresismacron",
5070  description="LATIN SMALL LETTER U WITH DIAERESIS AND MACRON",
5071  direction="l",
5072  linebreak="al",
5073  shcode=0x75,
5074  specials={ "char", 0xFC, 0x304 },
5075  uccode=0x1D5,
5076  unicodeslot=0x1D6,
5077 },
5078 {
5079  category="lu",
5080  contextname="Udiaeresisacute",
5081  description="LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE",
5082  direction="l",
5083  lccode=0x1D8,
5084  linebreak="al",
5085  shcode=0x55,
5086  specials={ "char", 0xDC, 0x301 },
5087  unicodeslot=0x1D7,
5088 },
5089 {
5090  category="ll",
5091  cjkwd="a",
5092  contextname="udiaeresisacute",
5093  description="LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE",
5094  direction="l",
5095  linebreak="al",
5096  shcode=0x75,
5097  specials={ "char", 0xFC, 0x301 },
5098  uccode=0x1D7,
5099  unicodeslot=0x1D8,
5100 },
5101 {
5102  category="lu",
5103  contextname="Udiaeresiscaron",
5104  description="LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON",
5105  direction="l",
5106  lccode=0x1DA,
5107  linebreak="al",
5108  shcode=0x55,
5109  specials={ "char", 0xDC, 0x30C },
5110  unicodeslot=0x1D9,
5111 },
5112 {
5113  category="ll",
5114  cjkwd="a",
5115  contextname="udiaeresiscaron",
5116  description="LATIN SMALL LETTER U WITH DIAERESIS AND CARON",
5117  direction="l",
5118  linebreak="al",
5119  shcode=0x75,
5120  specials={ "char", 0xFC, 0x30C },
5121  uccode=0x1D9,
5122  unicodeslot=0x1DA,
5123 },
5124 {
5125  category="lu",
5126  contextname="Udiaeresisgrave",
5127  description="LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE",
5128  direction="l",
5129  lccode=0x1DC,
5130  linebreak="al",
5131  shcode=0x55,
5132  specials={ "char", 0xDC, 0x300 },
5133  unicodeslot=0x1DB,
5134 },
5135 {
5136  category="ll",
5137  cjkwd="a",
5138  contextname="udiaeresisgrave",
5139  description="LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE",
5140  direction="l",
5141  linebreak="al",
5142  shcode=0x75,
5143  specials={ "char", 0xFC, 0x300 },
5144  uccode=0x1DB,
5145  unicodeslot=0x1DC,
5146 },
5147 {
5148  category="ll",
5149  description="LATIN SMALL LETTER TURNED E",
5150  direction="l",
5151  linebreak="al",
5152  uccode=0x18E,
5153  unicodeslot=0x1DD,
5154 },
5155 {
5156  category="lu",
5157  contextname="Adiaeresismacron",
5158  description="LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON",
5159  direction="l",
5160  lccode=0x1DF,
5161  linebreak="al",
5162  shcode=0x41,
5163  specials={ "char", 0xC4, 0x304 },
5164  unicodeslot=0x1DE,
5165 },
5166 {
5167  category="ll",
5168  contextname="adiaeresismacron",
5169  description="LATIN SMALL LETTER A WITH DIAERESIS AND MACRON",
5170  direction="l",
5171  linebreak="al",
5172  shcode=0x61,
5173  specials={ "char", 0xE4, 0x304 },
5174  uccode=0x1DE,
5175  unicodeslot=0x1DF,
5176 },
5177 {
5178  category="lu",
5179  contextname="Adotaccentmacron",
5180  description="LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON",
5181  direction="l",
5182  lccode=0x1E1,
5183  linebreak="al",
5184  shcode=0x41,
5185  specials={ "char", 0x226, 0x304 },
5186  unicodeslot=0x1E0,
5187 },
5188 {
5189  category="ll",
5190  contextname="adotaccentmacron",
5191  description="LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON",
5192  direction="l",
5193  linebreak="al",
5194  shcode=0x61,
5195  specials={ "char", 0x227, 0x304 },
5196  uccode=0x1E0,
5197  unicodeslot=0x1E1,
5198 },
5199 {
5200  category="lu",
5201  contextname="AEmacron",
5202  description="LATIN CAPITAL LETTER AE WITH MACRON",
5203  direction="l",
5204  lccode=0x1E3,
5205  linebreak="al",
5206  shcode=0xC6,
5207  specials={ "char", 0xC6, 0x304 },
5208  unicodeslot=0x1E2,
5209 },
5210 {
5211  category="ll",
5212  contextname="aemacron",
5213  description="LATIN SMALL LETTER AE WITH MACRON",
5214  direction="l",
5215  linebreak="al",
5216  shcode=0xE6,
5217  specials={ "char", 0xE6, 0x304 },
5218  uccode=0x1E2,
5219  unicodeslot=0x1E3,
5220 },
5221 {
5222  category="lu",
5223  contextname="Gstroke",
5224  description="LATIN CAPITAL LETTER G WITH STROKE",
5225  direction="l",
5226  lccode=0x1E5,
5227  linebreak="al",
5228  shcode=0x47,
5229  specials={ "with", 0x47, 0x2F },
5230  unicodeslot=0x1E4,
5231 },
5232 {
5233  category="ll",
5234  contextname="gstroke",
5235  description="LATIN SMALL LETTER G WITH STROKE",
5236  direction="l",
5237  linebreak="al",
5238  shcode=0x67,
5239  specials={ "with", 0x67, 0x2F },
5240  uccode=0x1E4,
5241  unicodeslot=0x1E5,
5242 },
5243 {
5244  category="lu",
5245  contextname="Gcaron",
5246  description="LATIN CAPITAL LETTER G WITH CARON",
5247  direction="l",
5248  lccode=0x1E7,
5249  linebreak="al",
5250  shcode=0x47,
5251  specials={ "char", 0x47, 0x30C },
5252  unicodeslot=0x1E6,
5253 },
5254 {
5255  category="ll",
5256  contextname="gcaron",
5257  description="LATIN SMALL LETTER G WITH CARON",
5258  direction="l",
5259  linebreak="al",
5260  shcode=0x67,
5261  specials={ "char", 0x67, 0x30C },
5262  uccode=0x1E6,
5263  unicodeslot=0x1E7,
5264 },
5265 {
5266  category="lu",
5267  contextname="Kcaron",
5268  description="LATIN CAPITAL LETTER K WITH CARON",
5269  direction="l",
5270  lccode=0x1E9,
5271  linebreak="al",
5272  shcode=0x4B,
5273  specials={ "char", 0x4B, 0x30C },
5274  unicodeslot=0x1E8,
5275 },
5276 {
5277  category="ll",
5278  contextname="kcaron",
5279  description="LATIN SMALL LETTER K WITH CARON",
5280  direction="l",
5281  linebreak="al",
5282  shcode=0x6B,
5283  specials={ "char", 0x6B, 0x30C },
5284  uccode=0x1E8,
5285  unicodeslot=0x1E9,
5286 },
5287 {
5288  category="lu",
5289  contextname="Oogonek",
5290  description="LATIN CAPITAL LETTER O WITH OGONEK",
5291  direction="l",
5292  lccode=0x1EB,
5293  linebreak="al",
5294  shcode=0x4F,
5295  specials={ "char", 0x4F, 0x328 },
5296  unicodeslot=0x1EA,
5297 },
5298 {
5299  category="ll",
5300  contextname="oogonek",
5301  description="LATIN SMALL LETTER O WITH OGONEK",
5302  direction="l",
5303  linebreak="al",
5304  shcode=0x6F,
5305  specials={ "char", 0x6F, 0x328 },
5306  uccode=0x1EA,
5307  unicodeslot=0x1EB,
5308 },
5309 {
5310  category="lu",
5311  contextname="Oogonekmacron",
5312  description="LATIN CAPITAL LETTER O WITH OGONEK AND MACRON",
5313  direction="l",
5314  lccode=0x1ED,
5315  linebreak="al",
5316  shcode=0x4F,
5317  specials={ "char", 0x1EA, 0x304 },
5318  unicodeslot=0x1EC,
5319 },
5320 {
5321  category="ll",
5322  contextname="oogonekmacron",
5323  description="LATIN SMALL LETTER O WITH OGONEK AND MACRON",
5324  direction="l",
5325  linebreak="al",
5326  shcode=0x6F,
5327  specials={ "char", 0x1EB, 0x304 },
5328  uccode=0x1EC,
5329  unicodeslot=0x1ED,
5330 },
5331 {
5332  category="lu",
5333  description="LATIN CAPITAL LETTER EZH WITH CARON",
5334  direction="l",
5335  lccode=0x1EF,
5336  linebreak="al",
5337  shcode=0x1B7,
5338  specials={ "char", 0x1B7, 0x30C },
5339  unicodeslot=0x1EE,
5340 },
5341 {
5342  category="ll",
5343  description="LATIN SMALL LETTER EZH WITH CARON",
5344  direction="l",
5345  linebreak="al",
5346  shcode=0x292,
5347  specials={ "char", 0x292, 0x30C },
5348  uccode=0x1EE,
5349  unicodeslot=0x1EF,
5350 },
5351 {
5352  category="ll",
5353  contextname="jcaron",
5354  description="LATIN SMALL LETTER J WITH CARON",
5355  direction="l",
5356  linebreak="al",
5357  shcode=0x6A,
5358  specials={ "char", 0x6A, 0x30C },
5359  uccode={ 0x6A, 0x30C },
5360  unicodeslot=0x1F0,
5361 },
5362 {
5363  category="lu",
5364  contextname="DZligature",
5365  description="LATIN CAPITAL LETTER DZ",
5366  direction="l",
5367  lccode=0x1F3,
5368  linebreak="al",
5369  specials={ "compat", 0x44, 0x5A },
5370  uccode=0x1F2,
5371  unicodeslot=0x1F1,
5372 },
5373 {
5374  category="lt",
5375  contextname="Dzligature",
5376  description="LATIN CAPITAL LETTER D WITH SMALL LETTER Z",
5377  direction="l",
5378  lccode=0x1F3,
5379  linebreak="al",
5380  shcode=0x44,
5381  specials={ "compat", 0x44, 0x7A },
5382  uccode=0x1F1,
5383  unicodeslot=0x1F2,
5384 },
5385 {
5386  category="ll",
5387  contextname="dzligature",
5388  description="LATIN SMALL LETTER DZ",
5389  direction="l",
5390  linebreak="al",
5391  specials={ "compat", 0x64, 0x7A },
5392  uccode=0x1F1,
5393  unicodeslot=0x1F3,
5394 },
5395 {
5396  category="lu",
5397  contextname="Gacute",
5398  description="LATIN CAPITAL LETTER G WITH ACUTE",
5399  direction="l",
5400  lccode=0x1F5,
5401  linebreak="al",
5402  shcode=0x47,
5403  specials={ "char", 0x47, 0x301 },
5404  unicodeslot=0x1F4,
5405 },
5406 {
5407  category="ll",
5408  contextname="gacute",
5409  description="LATIN SMALL LETTER G WITH ACUTE",
5410  direction="l",
5411  linebreak="al",
5412  shcode=0x67,
5413  specials={ "char", 0x67, 0x301 },
5414  uccode=0x1F4,
5415  unicodeslot=0x1F5,
5416 },
5417 {
5418  category="lu",
5419  description="LATIN CAPITAL LETTER HWAIR",
5420  direction="l",
5421  lccode=0x195,
5422  linebreak="al",
5423  unicodeslot=0x1F6,
5424 },
5425 {
5426  category="lu",
5427  description="LATIN CAPITAL LETTER WYNN",
5428  direction="l",
5429  lccode=0x1BF,
5430  linebreak="al",
5431  unicodeslot=0x1F7,
5432 },
5433 {
5434  category="lu",
5435  contextname="Ngrave",
5436  description="LATIN CAPITAL LETTER N WITH GRAVE",
5437  direction="l",
5438  lccode=0x1F9,
5439  linebreak="al",
5440  shcode=0x4E,
5441  specials={ "char", 0x4E, 0x300 },
5442  unicodeslot=0x1F8,
5443 },
5444 {
5445  category="ll",
5446  contextname="ngrave",
5447  description="LATIN SMALL LETTER N WITH GRAVE",
5448  direction="l",
5449  linebreak="al",
5450  shcode=0x6E,
5451  specials={ "char", 0x6E, 0x300 },
5452  uccode=0x1F8,
5453  unicodeslot=0x1F9,
5454 },
5455 {
5456  category="lu",
5457  contextname="Aringacute",
5458  description="LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE",
5459  direction="l",
5460  lccode=0x1FB,
5461  linebreak="al",
5462  shcode=0x41,
5463  specials={ "char", 0xC5, 0x301 },
5464  unicodeslot=0x1FA,
5465 },
5466 {
5467  category="ll",
5468  contextname="aringacute",
5469  description="LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE",
5470  direction="l",
5471  linebreak="al",
5472  shcode=0x61,
5473  specials={ "char", 0xE5, 0x301 },
5474  uccode=0x1FA,
5475  unicodeslot=0x1FB,
5476 },
5477 {
5478  category="lu",
5479  contextname="AEacute",
5480  description="LATIN CAPITAL LETTER AE WITH ACUTE",
5481  direction="l",
5482  lccode=0x1FD,
5483  linebreak="al",
5484  shcode=0xC6,
5485  specials={ "char", 0xC6, 0x301 },
5486  unicodeslot=0x1FC,
5487 },
5488 {
5489  category="ll",
5490  contextname="aeacute",
5491  description="LATIN SMALL LETTER AE WITH ACUTE",
5492  direction="l",
5493  linebreak="al",
5494  shcode=0xE6,
5495  specials={ "char", 0xE6, 0x301 },
5496  uccode=0x1FC,
5497  unicodeslot=0x1FD,
5498 },
5499 {
5500  category="lu",
5501  contextname="Ostrokeacute",
5502  description="LATIN CAPITAL LETTER O WITH STROKE AND ACUTE",
5503  direction="l",
5504  lccode=0x1FF,
5505  linebreak="al",
5506  shcode=0x4F,
5507  specials={ "char", 0xD8, 0x301 },
5508  unicodeslot=0x1FE,
5509 },
5510 {
5511  category="ll",
5512  contextname="ostrokeacute",
5513  description="LATIN SMALL LETTER O WITH STROKE AND ACUTE",
5514  direction="l",
5515  linebreak="al",
5516  shcode=0x6F,
5517  specials={ "char", 0xF8, 0x301 },
5518  uccode=0x1FE,
5519  unicodeslot=0x1FF,
5520 },
5521 {
5522  category="lu",
5523  contextname="Adoublegrave",
5524  description="LATIN CAPITAL LETTER A WITH DOUBLE GRAVE",
5525  direction="l",
5526  lccode=0x201,
5527  linebreak="al",
5528  shcode=0x41,
5529  specials={ "char", 0x41, 0x30F },
5530  unicodeslot=0x200,
5531 },
5532 {
5533  category="ll",
5534  contextname="adoublegrave",
5535  description="LATIN SMALL LETTER A WITH DOUBLE GRAVE",
5536  direction="l",
5537  linebreak="al",
5538  shcode=0x61,
5539  specials={ "char", 0x61, 0x30F },
5540  uccode=0x200,
5541  unicodeslot=0x201,
5542 },
5543 {
5544  category="lu",
5545  contextname="Ainvertedbreve",
5546  description="LATIN CAPITAL LETTER A WITH INVERTED BREVE",
5547  direction="l",
5548  lccode=0x203,
5549  linebreak="al",
5550  shcode=0x41,
5551  specials={ "char", 0x41, 0x311 },
5552  unicodeslot=0x202,
5553 },
5554 {
5555  category="ll",
5556  contextname="ainvertedbreve",
5557  description="LATIN SMALL LETTER A WITH INVERTED BREVE",
5558  direction="l",
5559  linebreak="al",
5560  shcode=0x61,
5561  specials={ "char", 0x61, 0x311 },
5562  uccode=0x202,
5563  unicodeslot=0x203,
5564 },
5565 {
5566  category="lu",
5567  contextname="Edoublegrave",
5568  description="LATIN CAPITAL LETTER E WITH DOUBLE GRAVE",
5569  direction="l",
5570  lccode=0x205,
5571  linebreak="al",
5572  shcode=0x45,
5573  specials={ "char", 0x45, 0x30F },
5574  unicodeslot=0x204,
5575 },
5576 {
5577  category="ll",
5578  contextname="edoublegrave",
5579  description="LATIN SMALL LETTER E WITH DOUBLE GRAVE",
5580  direction="l",
5581  linebreak="al",
5582  shcode=0x65,
5583  specials={ "char", 0x65, 0x30F },
5584  uccode=0x204,
5585  unicodeslot=0x205,
5586 },
5587 {
5588  category="lu",
5589  contextname="Einvertedbreve",
5590  description="LATIN CAPITAL LETTER E WITH INVERTED BREVE",
5591  direction="l",
5592  lccode=0x207,
5593  linebreak="al",
5594  shcode=0x45,
5595  specials={ "char", 0x45, 0x311 },
5596  unicodeslot=0x206,
5597 },
5598 {
5599  category="ll",
5600  contextname="einvertedbreve",
5601  description="LATIN SMALL LETTER E WITH INVERTED BREVE",
5602  direction="l",
5603  linebreak="al",
5604  shcode=0x65,
5605  specials={ "char", 0x65, 0x311 },
5606  uccode=0x206,
5607  unicodeslot=0x207,
5608 },
5609 {
5610  category="lu",
5611  contextname="Idoublegrave",
5612  description="LATIN CAPITAL LETTER I WITH DOUBLE GRAVE",
5613  direction="l",
5614  lccode=0x209,
5615  linebreak="al",
5616  shcode=0x49,
5617  specials={ "char", 0x49, 0x30F },
5618  unicodeslot=0x208,
5619 },
5620 {
5621  category="ll",
5622  contextname="idoublegrave",
5623  description="LATIN SMALL LETTER I WITH DOUBLE GRAVE",
5624  direction="l",
5625  linebreak="al",
5626  shcode=0x69,
5627  specials={ "char", 0x69, 0x30F },
5628  uccode=0x208,
5629  unicodeslot=0x209,
5630 },
5631 {
5632  category="lu",
5633  contextname="Iinvertedbreve",
5634  description="LATIN CAPITAL LETTER I WITH INVERTED BREVE",
5635  direction="l",
5636  lccode=0x20B,
5637  linebreak="al",
5638  shcode=0x49,
5639  specials={ "char", 0x49, 0x311 },
5640  unicodeslot=0x20A,
5641 },
5642 {
5643  category="ll",
5644  contextname="iinvertedbreve",
5645  description="LATIN SMALL LETTER I WITH INVERTED BREVE",
5646  direction="l",
5647  linebreak="al",
5648  shcode=0x69,
5649  specials={ "char", 0x69, 0x311 },
5650  uccode=0x20A,
5651  unicodeslot=0x20B,
5652 },
5653 {
5654  category="lu",
5655  contextname="Odoublegrave",
5656  description="LATIN CAPITAL LETTER O WITH DOUBLE GRAVE",
5657  direction="l",
5658  lccode=0x20D,
5659  linebreak="al",
5660  shcode=0x4F,
5661  specials={ "char", 0x4F, 0x30F },
5662  unicodeslot=0x20C,
5663 },
5664 {
5665  category="ll",
5666  contextname="odoublegrave",
5667  description="LATIN SMALL LETTER O WITH DOUBLE GRAVE",
5668  direction="l",
5669  linebreak="al",
5670  shcode=0x6F,
5671  specials={ "char", 0x6F, 0x30F },
5672  uccode=0x20C,
5673  unicodeslot=0x20D,
5674 },
5675 {
5676  category="lu",
5677  contextname="Oinvertedbreve",
5678  description="LATIN CAPITAL LETTER O WITH INVERTED BREVE",
5679  direction="l",
5680  lccode=0x20F,
5681  linebreak="al",
5682  shcode=0x4F,
5683  specials={ "char", 0x4F, 0x311 },
5684  unicodeslot=0x20E,
5685 },
5686 {
5687  category="ll",
5688  contextname="oinvertedbreve",
5689  description="LATIN SMALL LETTER O WITH INVERTED BREVE",
5690  direction="l",
5691  linebreak="al",
5692  shcode=0x6F,
5693  specials={ "char", 0x6F, 0x311 },
5694  uccode=0x20E,
5695  unicodeslot=0x20F,
5696 },
5697 {
5698  category="lu",
5699  contextname="Rdoublegrave",
5700  description="LATIN CAPITAL LETTER R WITH DOUBLE GRAVE",
5701  direction="l",
5702  lccode=0x211,
5703  linebreak="al",
5704  shcode=0x52,
5705  specials={ "char", 0x52, 0x30F },
5706  unicodeslot=0x210,
5707 },
5708 {
5709  category="ll",
5710  contextname="rdoublegrave",
5711  description="LATIN SMALL LETTER R WITH DOUBLE GRAVE",
5712  direction="l",
5713  linebreak="al",
5714  shcode=0x72,
5715  specials={ "char", 0x72, 0x30F },
5716  uccode=0x210,
5717  unicodeslot=0x211,
5718 },
5719 {
5720  category="lu",
5721  contextname="Rinvertedbreve",
5722  description="LATIN CAPITAL LETTER R WITH INVERTED BREVE",
5723  direction="l",
5724  lccode=0x213,
5725  linebreak="al",
5726  shcode=0x52,
5727  specials={ "char", 0x52, 0x311 },
5728  unicodeslot=0x212,
5729 },
5730 {
5731  category="ll",
5732  contextname="rinvertedbreve",
5733  description="LATIN SMALL LETTER R WITH INVERTED BREVE",
5734  direction="l",
5735  linebreak="al",
5736  shcode=0x72,
5737  specials={ "char", 0x72, 0x311 },
5738  uccode=0x212,
5739  unicodeslot=0x213,
5740 },
5741 {
5742  category="lu",
5743  contextname="Udoublegrave",
5744  description="LATIN CAPITAL LETTER U WITH DOUBLE GRAVE",
5745  direction="l",
5746  lccode=0x215,
5747  linebreak="al",
5748  shcode=0x55,
5749  specials={ "char", 0x55, 0x30F },
5750  unicodeslot=0x214,
5751 },
5752 {
5753  category="ll",
5754  contextname="udoublegrave",
5755  description="LATIN SMALL LETTER U WITH DOUBLE GRAVE",
5756  direction="l",
5757  linebreak="al",
5758  shcode=0x75,
5759  specials={ "char", 0x75, 0x30F },
5760  uccode=0x214,
5761  unicodeslot=0x215,
5762 },
5763 {
5764  category="lu",
5765  contextname="Uinvertedbreve",
5766  description="LATIN CAPITAL LETTER U WITH INVERTED BREVE",
5767  direction="l",
5768  lccode=0x217,
5769  linebreak="al",
5770  shcode=0x55,
5771  specials={ "char", 0x55, 0x311 },
5772  unicodeslot=0x216,
5773 },
5774 {
5775  category="ll",
5776  contextname="uinvertedbreve",
5777  description="LATIN SMALL LETTER U WITH INVERTED BREVE",
5778  direction="l",
5779  linebreak="al",
5780  shcode=0x75,
5781  specials={ "char", 0x75, 0x311 },
5782  uccode=0x216,
5783  unicodeslot=0x217,
5784 },
5785 {
5786  category="lu",
5787  contextname="Scommaaccent",
5788  description="LATIN CAPITAL LETTER S WITH COMMA BELOW",
5789  direction="l",
5790  lccode=0x219,
5791  linebreak="al",
5792  shcode=0x53,
5793  specials={ "char", 0x53, 0x326 },
5794  unicodeslot=0x218,
5795 },
5796 {
5797  category="ll",
5798  contextname="scommaaccent",
5799  description="LATIN SMALL LETTER S WITH COMMA BELOW",
5800  direction="l",
5801  linebreak="al",
5802  shcode=0x73,
5803  specials={ "char", 0x73, 0x326 },
5804  uccode=0x218,
5805  unicodeslot=0x219,
5806 },
5807 {
5808  category="lu",
5809  contextname="Tcommaaccent",
5810  description="LATIN CAPITAL LETTER T WITH COMMA BELOW",
5811  direction="l",
5812  lccode=0x21B,
5813  linebreak="al",
5814  shcode=0x54,
5815  specials={ "char", 0x54, 0x326 },
5816  unicodeslot=0x21A,
5817 },
5818 {
5819  category="ll",
5820  contextname="tcommaaccent",
5821  description="LATIN SMALL LETTER T WITH COMMA BELOW",
5822  direction="l",
5823  linebreak="al",
5824  shcode=0x74,
5825  specials={ "char", 0x74, 0x326 },
5826  uccode=0x21A,
5827  unicodeslot=0x21B,
5828 },
5829 {
5830  category="lu",
5831  description="LATIN CAPITAL LETTER YOGH",
5832  direction="l",
5833  lccode=0x21D,
5834  linebreak="al",
5835  unicodeslot=0x21C,
5836 },
5837 {
5838  category="ll",
5839  description="LATIN SMALL LETTER YOGH",
5840  direction="l",
5841  linebreak="al",
5842  uccode=0x21C,
5843  unicodeslot=0x21D,
5844 },
5845 {
5846  category="lu",
5847  contextname="Hcaron",
5848  description="LATIN CAPITAL LETTER H WITH CARON",
5849  direction="l",
5850  lccode=0x21F,
5851  linebreak="al",
5852  shcode=0x48,
5853  specials={ "char", 0x48, 0x30C },
5854  unicodeslot=0x21E,
5855 },
5856 {
5857  category="ll",
5858  contextname="hcaron",
5859  description="LATIN SMALL LETTER H WITH CARON",
5860  direction="l",
5861  linebreak="al",
5862  shcode=0x68,
5863  specials={ "char", 0x68, 0x30C },
5864  uccode=0x21E,
5865  unicodeslot=0x21F,
5866 },
5867 {
5868  category="lu",
5869  description="LATIN CAPITAL LETTER N WITH LONG RIGHT LEG",
5870  direction="l",
5871  lccode=0x19E,
5872  linebreak="al",
5873  shcode=0x4E,
5874  unicodeslot=0x220,
5875 },
5876 {
5877  category="ll",
5878  contextname="dcurl",
5879  description="LATIN SMALL LETTER D WITH CURL",
5880  direction="l",
5881  linebreak="al",
5882  shcode=0x64,
5883  unicodeslot=0x221,
5884 },
5885 {
5886  category="lu",
5887  description="LATIN CAPITAL LETTER OU",
5888  direction="l",
5889  lccode=0x223,
5890  linebreak="al",
5891  unicodeslot=0x222,
5892 },
5893 {
5894  category="ll",
5895  description="LATIN SMALL LETTER OU",
5896  direction="l",
5897  linebreak="al",
5898  uccode=0x222,
5899  unicodeslot=0x223,
5900 },
5901 {
5902  category="lu",
5903  contextname="Zhook",
5904  description="LATIN CAPITAL LETTER Z WITH HOOK",
5905  direction="l",
5906  lccode=0x225,
5907  linebreak="al",
5908  shcode=0x5A,
5909  specials={ "with", 0x5A, 0x1FA9D },
5910  unicodeslot=0x224,
5911 },
5912 {
5913  category="ll",
5914  contextname="zhook",
5915  description="LATIN SMALL LETTER Z WITH HOOK",
5916  direction="l",
5917  linebreak="al",
5918  shcode=0x7A,
5919  specials={ "with", 0x7A, 0x1FA9D },
5920  uccode=0x224,
5921  unicodeslot=0x225,
5922 },
5923 {
5924  category="lu",
5925  contextname="Adotaccent",
5926  description="LATIN CAPITAL LETTER A WITH DOT ABOVE",
5927  direction="l",
5928  lccode=0x227,
5929  linebreak="al",
5930  shcode=0x41,
5931  specials={ "char", 0x41, 0x307 },
5932  unicodeslot=0x226,
5933 },
5934 {
5935  category="ll",
5936  contextname="adotaccent",
5937  description="LATIN SMALL LETTER A WITH DOT ABOVE",
5938  direction="l",
5939  linebreak="al",
5940  shcode=0x61,
5941  specials={ "char", 0x61, 0x307 },
5942  uccode=0x226,
5943  unicodeslot=0x227,
5944 },
5945 {
5946  category="lu",
5947  contextname="Ecedilla",
5948  description="LATIN CAPITAL LETTER E WITH CEDILLA",
5949  direction="l",
5950  lccode=0x229,
5951  linebreak="al",
5952  shcode=0x45,
5953  specials={ "char", 0x45, 0x327 },
5954  unicodeslot=0x228,
5955 },
5956 {
5957  category="ll",
5958  contextname="ecedilla",
5959  description="LATIN SMALL LETTER E WITH CEDILLA",
5960  direction="l",
5961  linebreak="al",
5962  shcode=0x65,
5963  specials={ "char", 0x65, 0x327 },
5964  uccode=0x228,
5965  unicodeslot=0x229,
5966 },
5967 {
5968  category="lu",
5969  contextname="Odiaeresismacron",
5970  description="LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON",
5971  direction="l",
5972  lccode=0x22B,
5973  linebreak="al",
5974  shcode=0x4F,
5975  specials={ "char", 0xD6, 0x304 },
5976  unicodeslot=0x22A,
5977 },
5978 {
5979  category="ll",
5980  contextname="odiaeresismacron",
5981  description="LATIN SMALL LETTER O WITH DIAERESIS AND MACRON",
5982  direction="l",
5983  linebreak="al",
5984  shcode=0x6F,
5985  specials={ "char", 0xF6, 0x304 },
5986  uccode=0x22A,
5987  unicodeslot=0x22B,
5988 },
5989 {
5990  category="lu",
5991  contextname="Otildemacron",
5992  description="LATIN CAPITAL LETTER O WITH TILDE AND MACRON",
5993  direction="l",
5994  lccode=0x22D,
5995  linebreak="al",
5996  shcode=0x4F,
5997  specials={ "char", 0xD5, 0x304 },
5998  unicodeslot=0x22C,
5999 },
6000 {
6001  category="ll",
6002  contextname="otildemacron",
6003  description="LATIN SMALL LETTER O WITH TILDE AND MACRON",
6004  direction="l",
6005  linebreak="al",
6006  shcode=0x6F,
6007  specials={ "char", 0xF5, 0x304 },
6008  uccode=0x22C,
6009  unicodeslot=0x22D,
6010 },
6011 {
6012  category="lu",
6013  contextname="Odotaccent",
6014  description="LATIN CAPITAL LETTER O WITH DOT ABOVE",
6015  direction="l",
6016  lccode=0x22F,
6017  linebreak="al",
6018  shcode=0x4F,
6019  specials={ "char", 0x4F, 0x307 },
6020  unicodeslot=0x22E,
6021 },
6022 {
6023  category="ll",
6024  contextname="odotaccent",
6025  description="LATIN SMALL LETTER O WITH DOT ABOVE",
6026  direction="l",
6027  linebreak="al",
6028  shcode=0x6F,
6029  specials={ "char", 0x6F, 0x307 },
6030  uccode=0x22E,
6031  unicodeslot=0x22F,
6032 },
6033 {
6034  category="lu",
6035  contextname="Odotaccentmacron",
6036  description="LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON",
6037  direction="l",
6038  lccode=0x231,
6039  linebreak="al",
6040  shcode=0x4F,
6041  specials={ "char", 0x22E, 0x304 },
6042  unicodeslot=0x230,
6043 },
6044 {
6045  category="ll",
6046  contextname="odotaccentmacron",
6047  description="LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON",
6048  direction="l",
6049  linebreak="al",
6050  shcode=0x6F,
6051  specials={ "char", 0x22F, 0x304 },
6052  uccode=0x230,
6053  unicodeslot=0x231,
6054 },
6055 {
6056  category="lu",
6057  contextname="Ymacron",
6058  description="LATIN CAPITAL LETTER Y WITH MACRON",
6059  direction="l",
6060  lccode=0x233,
6061  linebreak="al",
6062  shcode=0x59,
6063  specials={ "char", 0x59, 0x304 },
6064  unicodeslot=0x232,
6065 },
6066 {
6067  category="ll",
6068  contextname="ymacron",
6069  description="LATIN SMALL LETTER Y WITH MACRON",
6070  direction="l",
6071  linebreak="al",
6072  shcode=0x79,
6073  specials={ "char", 0x79, 0x304 },
6074  uccode=0x232,
6075  unicodeslot=0x233,
6076 },
6077 {
6078  category="ll",
6079  contextname="lcurl",
6080  description="LATIN SMALL LETTER L WITH CURL",
6081  direction="l",
6082  linebreak="al",
6083  shcode=0x6C,
6084  unicodeslot=0x234,
6085 },
6086 {
6087  category="ll",
6088  contextname="ncurl",
6089  description="LATIN SMALL LETTER N WITH CURL",
6090  direction="l",
6091  linebreak="al",
6092  shcode=0x6E,
6093  unicodeslot=0x235,
6094 },
6095 {
6096  category="ll",
6097  contextname="tcurl",
6098  description="LATIN SMALL LETTER T WITH CURL",
6099  direction="l",
6100  linebreak="al",
6101  shcode=0x74,
6102  unicodeslot=0x236,
6103 },
6104 {
6105  category="ll",
6106  contextname="dotlessj",
6107  description="LATIN SMALL LETTER DOTLESS J",
6108  direction="l",
6109  linebreak="al",
6110  unicodeslot=0x237,
6111 },
6112 {
6113  category="ll",
6114  description="LATIN SMALL LETTER DB DIGRAPH",
6115  direction="l",
6116  linebreak="al",
6117  unicodeslot=0x238,
6118 },
6119 {
6120  category="ll",
6121  description="LATIN SMALL LETTER QP DIGRAPH",
6122  direction="l",
6123  linebreak="al",
6124  unicodeslot=0x239,
6125 },
6126 {
6127  category="lu",
6128  contextname="Astroke",
6129  description="LATIN CAPITAL LETTER A WITH STROKE",
6130  direction="l",
6131  lccode=0x2C65,
6132  linebreak="al",
6133  shcode=0x41,
6134  specials={ "with", 0x41, 0x2F },
6135  unicodeslot=0x23A,
6136 },
6137 {
6138  category="lu",
6139  contextname="Cstroke",
6140  description="LATIN CAPITAL LETTER C WITH STROKE",
6141  direction="l",
6142  lccode=0x23C,
6143  linebreak="al",
6144  shcode=0x43,
6145  specials={ "with", 0x43, 0x2F },
6146  unicodeslot=0x23B,
6147 },
6148 {
6149  category="ll",
6150  contextname="cstroke",
6151  description="LATIN SMALL LETTER C WITH STROKE",
6152  direction="l",
6153  linebreak="al",
6154  shcode=0x63,
6155  specials={ "with", 0x63, 0x2F },
6156  uccode=0x23B,
6157  unicodeslot=0x23C,
6158 },
6159 {
6160  category="lu",
6161  contextname="Lbar",
6162  description="LATIN CAPITAL LETTER L WITH BAR",
6163  direction="l",
6164  lccode=0x19A,
6165  linebreak="al",
6166  shcode=0x4C,
6167  unicodeslot=0x23D,
6168 },
6169 {
6170  category="lu",
6171  description="LATIN CAPITAL LETTER T WITH DIAGONAL STROKE",
6172  direction="l",
6173  lccode=0x2C66,
6174  linebreak="al",
6175  shcode=0x54,
6176  unicodeslot=0x23E,
6177 },
6178 {
6179  category="ll",
6180  description="LATIN SMALL LETTER S WITH SWASH TAIL",
6181  direction="l",
6182  linebreak="al",
6183  shcode=0x73,
6184  unicodeslot=0x23F,
6185 },
6186 {
6187  category="ll",
6188  description="LATIN SMALL LETTER Z WITH SWASH TAIL",
6189  direction="l",
6190  linebreak="al",
6191  shcode=0x7A,
6192  unicodeslot=0x240,
6193 },
6194 {
6195  category="lu",
6196  description="LATIN CAPITAL LETTER GLOTTAL STOP",
6197  direction="l",
6198  lccode=0x242,
6199  linebreak="al",
6200  unicodeslot=0x241,
6201 },
6202 {
6203  category="ll",
6204  description="LATIN SMALL LETTER GLOTTAL STOP",
6205  direction="l",
6206  linebreak="al",
6207  uccode=0x241,
6208  unicodeslot=0x242,
6209 },
6210 {
6211  category="lu",
6212  description="LATIN CAPITAL LETTER B WITH STROKE",
6213  direction="l",
6214  lccode=0x180,
6215  linebreak="al",
6216  shcode=0x42,
6217  specials={ "with", 0x42, 0x2F },
6218  unicodeslot=0x243,
6219 },
6220 {
6221  category="lu",
6222  description="LATIN CAPITAL LETTER U BAR",
6223  direction="l",
6224  lccode=0x289,
6225  linebreak="al",
6226  unicodeslot=0x244,
6227 },
6228 {
6229  category="lu",
6230  description="LATIN CAPITAL LETTER TURNED V",
6231  direction="l",
6232  lccode=0x28C,
6233  linebreak="al",
6234  unicodeslot=0x245,
6235 },
6236 {
6237  category="lu",
6238  description="LATIN CAPITAL LETTER E WITH STROKE",
6239  direction="l",
6240  lccode=0x247,
6241  linebreak="al",
6242  shcode=0x45,
6243  specials={ "with", 0x45, 0x2F },
6244  unicodeslot=0x246,
6245 },
6246 {
6247  category="ll",
6248  description="LATIN SMALL LETTER E WITH STROKE",
6249  direction="l",
6250  linebreak="al",
6251  shcode=0x65,
6252  specials={ "with", 0x65, 0x2F },
6253  uccode=0x246,
6254  unicodeslot=0x247,
6255 },
6256 {
6257  category="lu",
6258  description="LATIN CAPITAL LETTER J WITH STROKE",
6259  direction="l",
6260  lccode=0x249,
6261  linebreak="al",
6262  shcode=0x4A,
6263  specials={ "with", 0x4A, 0x2F },
6264  unicodeslot=0x248,
6265 },
6266 {
6267  category="ll",
6268  description="LATIN SMALL LETTER J WITH STROKE",
6269  direction="l",
6270  linebreak="al",
6271  shcode=0x6A,
6272  specials={ "with", 0x6A, 0x2F },
6273  uccode=0x248,
6274  unicodeslot=0x249,
6275 },
6276 {
6277  category="lu",
6278  description="LATIN CAPITAL LETTER SMALL Q WITH HOOK TAIL",
6279  direction="l",
6280  lccode=0x24B,
6281  linebreak="al",
6282  unicodeslot=0x24A,
6283 },
6284 {
6285  category="ll",
6286  description="LATIN SMALL LETTER Q WITH HOOK TAIL",
6287  direction="l",
6288  linebreak="al",
6289  shcode=0x71,
6290  uccode=0x24A,
6291  unicodeslot=0x24B,
6292 },
6293 {
6294  category="lu",
6295  description="LATIN CAPITAL LETTER R WITH STROKE",
6296  direction="l",
6297  lccode=0x24D,
6298  linebreak="al",
6299  shcode=0x52,
6300  specials={ "with", 0x52, 0x2F },
6301  unicodeslot=0x24C,
6302 },
6303 {
6304  category="ll",
6305  description="LATIN SMALL LETTER R WITH STROKE",
6306  direction="l",
6307  linebreak="al",
6308  shcode=0x72,
6309  specials={ "with", 0x72, 0x2F },
6310  uccode=0x24C,
6311  unicodeslot=0x24D,
6312 },
6313 {
6314  category="lu",
6315  description="LATIN CAPITAL LETTER Y WITH STROKE",
6316  direction="l",
6317  lccode=0x24F,
6318  linebreak="al",
6319  shcode=0x59,
6320  specials={ "with", 0x59, 0x2F },
6321  unicodeslot=0x24E,
6322 },
6323 {
6324  category="ll",
6325  description="LATIN SMALL LETTER Y WITH STROKE",
6326  direction="l",
6327  linebreak="al",
6328  shcode=0x79,
6329  specials={ "with", 0x79, 0x2F },
6330  uccode=0x24E,
6331  unicodeslot=0x24F,
6332 },
6333 {
6334  category="ll",
6335  description="LATIN SMALL LETTER TURNED A",
6336  direction="l",
6337  linebreak="al",
6338  unicodeslot=0x250,
6339 },
6340 {
6341  category="ll",
6342  cjkwd="a",
6343  description="LATIN SMALL LETTER ALPHA",
6344  direction="l",
6345  linebreak="al",
6346  synonyms={ "latin small letter script a" },
6347  unicodeslot=0x251,
6348 },
6349 {
6350  category="ll",
6351  description="LATIN SMALL LETTER TURNED ALPHA",
6352  direction="l",
6353  linebreak="al",
6354  unicodeslot=0x252,
6355 },
6356 {
6357  category="ll",
6358  contextname="bhook",
6359  description="LATIN SMALL LETTER B WITH HOOK",
6360  direction="l",
6361  linebreak="al",
6362  shcode=0x62,
6363  specials={ "with", 0x62, 0x1FA9D },
6364  uccode=0x181,
6365  unicodeslot=0x253,
6366 },
6367 {
6368  category="ll",
6369  description="LATIN SMALL LETTER OPEN O",
6370  direction="l",
6371  linebreak="al",
6372  uccode=0x186,
6373  unicodeslot=0x254,
6374 },
6375 {
6376  category="ll",
6377  contextname="ccurl",
6378  description="LATIN SMALL LETTER C WITH CURL",
6379  direction="l",
6380  linebreak="al",
6381  shcode=0x63,
6382  unicodeslot=0x255,
6383 },
6384 {
6385  category="ll",
6386  contextname="dtail",
6387  description="LATIN SMALL LETTER D WITH TAIL",
6388  direction="l",
6389  linebreak="al",
6390  shcode=0x64,
6391  synonyms={ "latin small letter d retroflex hook" },
6392  uccode=0x189,
6393  unicodeslot=0x256,
6394 },
6395 {
6396  category="ll",
6397  contextname="dhook",
6398  description="LATIN SMALL LETTER D WITH HOOK",
6399  direction="l",
6400  linebreak="al",
6401  shcode=0x64,
6402  specials={ "with", 0x64, 0x1FA9D },
6403  uccode=0x18A,
6404  unicodeslot=0x257,
6405 },
6406 {
6407  category="ll",
6408  description="LATIN SMALL LETTER REVERSED E",
6409  direction="l",
6410  linebreak="al",
6411  unicodeslot=0x258,
6412 },
6413 {
6414  category="ll",
6415  contextname="schwa",
6416  description="LATIN SMALL LETTER SCHWA",
6417  direction="l",
6418  linebreak="al",
6419  uccode=0x18F,
6420  unicodeslot=0x259,
6421 },
6422 {
6423  category="ll",
6424  contextname="schwahook",
6425  description="LATIN SMALL LETTER SCHWA WITH HOOK",
6426  direction="l",
6427  linebreak="al",
6428  shcode=0x259,
6429  specials={ "with", 0x259, 0x1FA9D },
6430  unicodeslot=0x25A,
6431 },
6432 {
6433  category="ll",
6434  description="LATIN SMALL LETTER OPEN E",
6435  direction="l",
6436  linebreak="al",
6437  synonyms={ "latin small letter epsilon" },
6438  uccode=0x190,
6439  unicodeslot=0x25B,
6440 },
6441 {
6442  category="ll",
6443  description="LATIN SMALL LETTER REVERSED OPEN E",
6444  direction="l",
6445  linebreak="al",
6446  unicodeslot=0x25C,
6447 },
6448 {
6449  category="ll",
6450  description="LATIN SMALL LETTER REVERSED OPEN E WITH HOOK",
6451  direction="l",
6452  linebreak="al",
6453  specials={ "with", 0x25C, 0x1FA9D },
6454  unicodeslot=0x25D,
6455 },
6456 {
6457  category="ll",
6458  description="LATIN SMALL LETTER CLOSED REVERSED OPEN E",
6459  direction="l",
6460  linebreak="al",
6461  synonyms={ "latin small letter closed reversed epsilon" },
6462  unicodeslot=0x25E,
6463 },
6464 {
6465  category="ll",
6466  contextname="dotlessjstroke",
6467  description="LATIN SMALL LETTER DOTLESS J WITH STROKE",
6468  direction="l",
6469  linebreak="al",
6470  specials={ "with", 0x237, 0x2F },
6471  unicodeslot=0x25F,
6472 },
6473 {
6474  category="ll",
6475  description="LATIN SMALL LETTER G WITH HOOK",
6476  direction="l",
6477  linebreak="al",
6478  shcode=0x67,
6479  specials={ "with", 0x67, 0x1FA9D },
6480  uccode=0x193,
6481  unicodeslot=0x260,
6482 },
6483 {
6484  category="ll",
6485  cjkwd="a",
6486  description="LATIN SMALL LETTER SCRIPT G",
6487  direction="l",
6488  linebreak="al",
6489  unicodeslot=0x261,
6490 },
6491 {
6492  category="ll",
6493  description="LATIN LETTER SMALL CAPITAL G",
6494  direction="l",
6495  linebreak="al",
6496  unicodeslot=0x262,
6497 },
6498 {
6499  category="ll",
6500  description="LATIN SMALL LETTER GAMMA",
6501  direction="l",
6502  linebreak="al",
6503  uccode=0x194,
6504  unicodeslot=0x263,
6505 },
6506 {
6507  category="ll",
6508  description="LATIN SMALL LETTER RAMS HORN",
6509  direction="l",
6510  linebreak="al",
6511  synonyms={ "latin small letter baby gamma" },
6512  unicodeslot=0x264,
6513 },
6514 {
6515  category="ll",
6516  description="LATIN SMALL LETTER TURNED H",
6517  direction="l",
6518  linebreak="al",
6519  unicodeslot=0x265,
6520 },
6521 {
6522  category="ll",
6523  description="LATIN SMALL LETTER H WITH HOOK",
6524  direction="l",
6525  linebreak="al",
6526  shcode=0x68,
6527  specials={ "with", 0x68, 0x1FA9D },
6528  unicodeslot=0x266,
6529 },
6530 {
6531  category="ll",
6532  description="LATIN SMALL LETTER HENG WITH HOOK",
6533  direction="l",
6534  linebreak="al",
6535  specials={ "with", 0xA727, 0x1FA9D },
6536  unicodeslot=0x267,
6537 },
6538 {
6539  category="ll",
6540  description="LATIN SMALL LETTER I WITH STROKE",
6541  direction="l",
6542  linebreak="al",
6543  shcode=0x69,
6544  specials={ "with", 0x69, 0x2F },
6545  uccode=0x197,
6546  unicodeslot=0x268,
6547 },
6548 {
6549  category="ll",
6550  description="LATIN SMALL LETTER IOTA",
6551  direction="l",
6552  linebreak="al",
6553  uccode=0x196,
6554  unicodeslot=0x269,
6555 },
6556 {
6557  category="ll",
6558  description="LATIN LETTER SMALL CAPITAL I",
6559  direction="l",
6560  linebreak="al",
6561  unicodeslot=0x26A,
6562 },
6563 {
6564  category="ll",
6565  description="LATIN SMALL LETTER L WITH MIDDLE TILDE",
6566  direction="l",
6567  linebreak="al",
6568  shcode=0x6C,
6569  uccode=0x2C62,
6570  unicodeslot=0x26B,
6571 },
6572 {
6573  category="ll",
6574  description="LATIN SMALL LETTER L WITH BELT",
6575  direction="l",
6576  linebreak="al",
6577  shcode=0x6C,
6578  unicodeslot=0x26C,
6579 },
6580 {
6581  category="ll",
6582  description="LATIN SMALL LETTER L WITH RETROFLEX HOOK",
6583  direction="l",
6584  linebreak="al",
6585  shcode=0x6C,
6586  unicodeslot=0x26D,
6587 },
6588 {
6589  category="ll",
6590  description="LATIN SMALL LETTER LEZH",
6591  direction="l",
6592  linebreak="al",
6593  unicodeslot=0x26E,
6594 },
6595 {
6596  category="ll",
6597  description="LATIN SMALL LETTER TURNED M",
6598  direction="l",
6599  linebreak="al",
6600  uccode=0x19C,
6601  unicodeslot=0x26F,
6602 },
6603 {
6604  category="ll",
6605  description="LATIN SMALL LETTER TURNED M WITH LONG LEG",
6606  direction="l",
6607  linebreak="al",
6608  unicodeslot=0x270,
6609 },
6610 {
6611  category="ll",
6612  description="LATIN SMALL LETTER M WITH HOOK",
6613  direction="l",
6614  linebreak="al",
6615  shcode=0x6D,
6616  specials={ "with", 0x6D, 0x1FA9D },
6617  unicodeslot=0x271,
6618 },
6619 {
6620  category="ll",
6621  description="LATIN SMALL LETTER N WITH LEFT HOOK",
6622  direction="l",
6623  linebreak="al",
6624  shcode=0x6E,
6625  uccode=0x19D,
6626  unicodeslot=0x272,
6627 },
6628 {
6629  category="ll",
6630  description="LATIN SMALL LETTER N WITH RETROFLEX HOOK",
6631  direction="l",
6632  linebreak="al",
6633  shcode=0x6E,
6634  unicodeslot=0x273,
6635 },
6636 {
6637  category="ll",
6638  description="LATIN LETTER SMALL CAPITAL N",
6639  direction="l",
6640  linebreak="al",
6641  unicodeslot=0x274,
6642 },
6643 {
6644  category="ll",
6645  description="LATIN SMALL LETTER BARRED O",
6646  direction="l",
6647  linebreak="al",
6648  synonyms={ "latin small letter o bar" },
6649  uccode=0x19F,
6650  unicodeslot=0x275,
6651 },
6652 {
6653  category="ll",
6654  description="LATIN LETTER SMALL CAPITAL OE",
6655  direction="l",
6656  linebreak="al",
6657  unicodeslot=0x276,
6658 },
6659 {
6660  category="ll",
6661  description="LATIN SMALL LETTER CLOSED OMEGA",
6662  direction="l",
6663  linebreak="al",
6664  unicodeslot=0x277,
6665 },
6666 {
6667  category="ll",
6668  description="LATIN SMALL LETTER PHI",
6669  direction="l",
6670  linebreak="al",
6671  unicodeslot=0x278,
6672 },
6673 {
6674  category="ll",
6675  description="LATIN SMALL LETTER TURNED R",
6676  direction="l",
6677  linebreak="al",
6678  unicodeslot=0x279,
6679 },
6680 {
6681  category="ll",
6682  description="LATIN SMALL LETTER TURNED R WITH LONG LEG",
6683  direction="l",
6684  linebreak="al",
6685  unicodeslot=0x27A,
6686 },
6687 {
6688  category="ll",
6689  description="LATIN SMALL LETTER TURNED R WITH HOOK",
6690  direction="l",
6691  linebreak="al",
6692  specials={ "with", 0x279, 0x1FA9D },
6693  unicodeslot=0x27B,
6694 },
6695 {
6696  category="ll",
6697  description="LATIN SMALL LETTER R WITH LONG LEG",
6698  direction="l",
6699  linebreak="al",
6700  shcode=0x72,
6701  unicodeslot=0x27C,
6702 },
6703 {
6704  category="ll",
6705  description="LATIN SMALL LETTER R WITH TAIL",
6706  direction="l",
6707  linebreak="al",
6708  shcode=0x72,
6709  uccode=0x2C64,
6710  unicodeslot=0x27D,
6711 },
6712 {
6713  category="ll",
6714  description="LATIN SMALL LETTER R WITH FISHHOOK",
6715  direction="l",
6716  linebreak="al",
6717  shcode=0x72,
6718  unicodeslot=0x27E,
6719 },
6720 {
6721  category="ll",
6722  description="LATIN SMALL LETTER REVERSED R WITH FISHHOOK",
6723  direction="l",
6724  linebreak="al",
6725  unicodeslot=0x27F,
6726 },
6727 {
6728  category="ll",
6729  description="LATIN LETTER SMALL CAPITAL R",
6730  direction="l",
6731  linebreak="al",
6732  uccode=0x1A6,
6733  unicodeslot=0x280,
6734 },
6735 {
6736  category="ll",
6737  description="LATIN LETTER SMALL CAPITAL INVERTED R",
6738  direction="l",
6739  linebreak="al",
6740  unicodeslot=0x281,
6741 },
6742 {
6743  category="ll",
6744  description="LATIN SMALL LETTER S WITH HOOK",
6745  direction="l",
6746  linebreak="al",
6747  shcode=0x73,
6748  specials={ "with", 0x73, 0x1FA9D },
6749  unicodeslot=0x282,
6750 },
6751 {
6752  category="ll",
6753  description="LATIN SMALL LETTER ESH",
6754  direction="l",
6755  linebreak="al",
6756  uccode=0x1A9,
6757  unicodeslot=0x283,
6758 },
6759 {
6760  category="ll",
6761  description="LATIN SMALL LETTER DOTLESS J WITH STROKE AND HOOK",
6762  direction="l",
6763  linebreak="al",
6764  unicodeslot=0x284,
6765 },
6766 {
6767  category="ll",
6768  description="LATIN SMALL LETTER SQUAT REVERSED ESH",
6769  direction="l",
6770  linebreak="al",
6771  unicodeslot=0x285,
6772 },
6773 {
6774  category="ll",
6775  description="LATIN SMALL LETTER ESH WITH CURL",
6776  direction="l",
6777  linebreak="al",
6778  shcode=0x283,
6779  unicodeslot=0x286,
6780 },
6781 {
6782  category="ll",
6783  description="LATIN SMALL LETTER TURNED T",
6784  direction="l",
6785  linebreak="al",
6786  unicodeslot=0x287,
6787 },
6788 {
6789  category="ll",
6790  description="LATIN SMALL LETTER T WITH RETROFLEX HOOK",
6791  direction="l",
6792  linebreak="al",
6793  shcode=0x74,
6794  uccode=0x1AE,
6795  unicodeslot=0x288,
6796 },
6797 {
6798  category="ll",
6799  description="LATIN SMALL LETTER U BAR",
6800  direction="l",
6801  linebreak="al",
6802  uccode=0x244,
6803  unicodeslot=0x289,
6804 },
6805 {
6806  category="ll",
6807  description="LATIN SMALL LETTER UPSILON",
6808  direction="l",
6809  linebreak="al",
6810  uccode=0x1B1,
6811  unicodeslot=0x28A,
6812 },
6813 {
6814  category="ll",
6815  description="LATIN SMALL LETTER V WITH HOOK",
6816  direction="l",
6817  linebreak="al",
6818  shcode=0x76,
6819  specials={ "with", 0x76, 0x1FA9D },
6820  synonyms={ "latin small letter script v" },
6821  uccode=0x1B2,
6822  unicodeslot=0x28B,
6823 },
6824 {
6825  category="ll",
6826  description="LATIN SMALL LETTER TURNED V",
6827  direction="l",
6828  linebreak="al",
6829  synonyms={ "caret" },
6830  uccode=0x245,
6831  unicodeslot=0x28C,
6832 },
6833 {
6834  category="ll",
6835  description="LATIN SMALL LETTER TURNED W",
6836  direction="l",
6837  linebreak="al",
6838  unicodeslot=0x28D,
6839 },
6840 {
6841  category="ll",
6842  description="LATIN SMALL LETTER TURNED Y",
6843  direction="l",
6844  linebreak="al",
6845  unicodeslot=0x28E,
6846 },
6847 {
6848  category="ll",
6849  description="LATIN LETTER SMALL CAPITAL Y",
6850  direction="l",
6851  linebreak="al",
6852  unicodeslot=0x28F,
6853 },
6854 {
6855  category="ll",
6856  description="LATIN SMALL LETTER Z WITH RETROFLEX HOOK",
6857  direction="l",
6858  linebreak="al",
6859  shcode=0x7A,
6860  unicodeslot=0x290,
6861 },
6862 {
6863  category="ll",
6864  description="LATIN SMALL LETTER Z WITH CURL",
6865  direction="l",
6866  linebreak="al",
6867  shcode=0x7A,
6868  unicodeslot=0x291,
6869 },
6870 {
6871  category="ll",
6872  description="LATIN SMALL LETTER EZH",
6873  direction="l",
6874  linebreak="al",
6875  synonyms={ "dram" },
6876  uccode=0x1B7,
6877  unicodeslot=0x292,
6878 },
6879 {
6880  category="ll",
6881  description="LATIN SMALL LETTER EZH WITH CURL",
6882  direction="l",
6883  linebreak="al",
6884  shcode=0x292,
6885  unicodeslot=0x293,
6886 },
6887 {
6888  category="lo",
6889  description="LATIN LETTER GLOTTAL STOP",
6890  direction="l",
6891  linebreak="al",
6892  unicodeslot=0x294,
6893 },
6894 {
6895  category="ll",
6896  description="LATIN LETTER PHARYNGEAL VOICED FRICATIVE",
6897  direction="l",
6898  linebreak="al",
6899  synonyms={ "latin letter reversed glottal stop" },
6900  unicodeslot=0x295,
6901 },
6902 {
6903  category="ll",
6904  description="LATIN LETTER INVERTED GLOTTAL STOP",
6905  direction="l",
6906  linebreak="al",
6907  unicodeslot=0x296,
6908 },
6909 {
6910  category="ll",
6911  description="LATIN LETTER STRETCHED C",
6912  direction="l",
6913  linebreak="al",
6914  unicodeslot=0x297,
6915 },
6916 {
6917  category="ll",
6918  description="LATIN LETTER BILABIAL CLICK",
6919  direction="l",
6920  linebreak="al",
6921  synonyms={ "latin letter bullseye" },
6922  unicodeslot=0x298,
6923 },
6924 {
6925  category="ll",
6926  description="LATIN LETTER SMALL CAPITAL B",
6927  direction="l",
6928  linebreak="al",
6929  unicodeslot=0x299,
6930 },
6931 {
6932  category="ll",
6933  description="LATIN SMALL LETTER CLOSED OPEN E",
6934  direction="l",
6935  linebreak="al",
6936  synonyms={ "latin small letter closed epsilon" },
6937  unicodeslot=0x29A,
6938 },
6939 {
6940  category="ll",
6941  description="LATIN LETTER SMALL CAPITAL G WITH HOOK",
6942  direction="l",
6943  linebreak="al",
6944  specials={ "with", 0x262, 0x1FA9D },
6945  unicodeslot=0x29B,
6946 },
6947 {
6948  category="ll",
6949  description="LATIN LETTER SMALL CAPITAL H",
6950  direction="l",
6951  linebreak="al",
6952  unicodeslot=0x29C,
6953 },
6954 {
6955  category="ll",
6956  description="LATIN SMALL LETTER J WITH CROSSED-TAIL",
6957  direction="l",
6958  linebreak="al",
6959  shcode=0x6A,
6960  unicodeslot=0x29D,
6961 },
6962 {
6963  category="ll",
6964  description="LATIN SMALL LETTER TURNED K",
6965  direction="l",
6966  linebreak="al",
6967  unicodeslot=0x29E,
6968 },
6969 {
6970  category="ll",
6971  description="LATIN LETTER SMALL CAPITAL L",
6972  direction="l",
6973  linebreak="al",
6974  unicodeslot=0x29F,
6975 },
6976 {
6977  category="ll",
6978  description="LATIN SMALL LETTER Q WITH HOOK",
6979  direction="l",
6980  linebreak="al",
6981  shcode=0x71,
6982  specials={ "with", 0x71, 0x1FA9D },
6983  unicodeslot=0x2A0,
6984 },
6985 {
6986  category="ll",
6987  description="LATIN LETTER GLOTTAL STOP WITH STROKE",
6988  direction="l",
6989  linebreak="al",
6990  specials={ "with", 0x294, 0x2F },
6991  unicodeslot=0x2A1,
6992 },
6993 {
6994  category="ll",
6995  description="LATIN LETTER REVERSED GLOTTAL STOP WITH STROKE",
6996  direction="l",
6997  linebreak="al",
6998  unicodeslot=0x2A2,
6999 },
7000 {
7001  category="ll",
7002  description="LATIN SMALL LETTER DZ DIGRAPH",
7003  direction="l",
7004  linebreak="al",
7005  unicodeslot=0x2A3,
7006 },
7007 {
7008  category="ll",
7009  description="LATIN SMALL LETTER DEZH DIGRAPH",
7010  direction="l",
7011  linebreak="al",
7012  unicodeslot=0x2A4,
7013 },
7014 {
7015  category="ll",
7016  description="LATIN SMALL LETTER DZ DIGRAPH WITH CURL",
7017  direction="l",
7018  linebreak="al",
7019  unicodeslot=0x2A5,
7020 },
7021 {
7022  category="ll",
7023  description="LATIN SMALL LETTER TS DIGRAPH",
7024  direction="l",
7025  linebreak="al",
7026  unicodeslot=0x2A6,
7027 },
7028 {
7029  category="ll",
7030  description="LATIN SMALL LETTER TESH DIGRAPH",
7031  direction="l",
7032  linebreak="al",
7033  unicodeslot=0x2A7,
7034 },
7035 {
7036  category="ll",
7037  description="LATIN SMALL LETTER TC DIGRAPH WITH CURL",
7038  direction="l",
7039  linebreak="al",
7040  unicodeslot=0x2A8,
7041 },
7042 {
7043  category="ll",
7044  description="LATIN SMALL LETTER FENG DIGRAPH",
7045  direction="l",
7046  linebreak="al",
7047  unicodeslot=0x2A9,
7048 },
7049 {
7050  category="ll",
7051  description="LATIN SMALL LETTER LS DIGRAPH",
7052  direction="l",
7053  linebreak="al",
7054  unicodeslot=0x2AA,
7055 },
7056 {
7057  category="ll",
7058  description="LATIN SMALL LETTER LZ DIGRAPH",
7059  direction="l",
7060  linebreak="al",
7061  unicodeslot=0x2AB,
7062 },
7063 {
7064  category="ll",
7065  description="LATIN LETTER BILABIAL PERCUSSIVE",
7066  direction="l",
7067  linebreak="al",
7068  unicodeslot=0x2AC,
7069 },
7070 {
7071  category="ll",
7072  description="LATIN LETTER BIDENTAL PERCUSSIVE",
7073  direction="l",
7074  linebreak="al",
7075  unicodeslot=0x2AD,
7076 },
7077 {
7078  category="ll",
7079  description="LATIN SMALL LETTER TURNED H WITH FISHHOOK",
7080  direction="l",
7081  linebreak="al",
7082  unicodeslot=0x2AE,
7083 },
7084 {
7085  category="ll",
7086  description="LATIN SMALL LETTER TURNED H WITH FISHHOOK AND TAIL",
7087  direction="l",
7088  linebreak="al",
7089  unicodeslot=0x2AF,
7090 },
7091 {
7092  category="lm",
7093  description="MODIFIER LETTER SMALL H",
7094  direction="l",
7095  linebreak="al",
7096  specials={ "super", 0x68 },
7097  unicodeslot=0x2B0,
7098 },
7099 {
7100  category="lm",
7101  description="MODIFIER LETTER SMALL H WITH HOOK",
7102  direction="l",
7103  linebreak="al",
7104  specials={ "super", 0x266 },
7105  unicodeslot=0x2B1,
7106 },
7107 {
7108  category="lm",
7109  description="MODIFIER LETTER SMALL J",
7110  direction="l",
7111  linebreak="al",
7112  specials={ "super", 0x6A },
7113  unicodeslot=0x2B2,
7114 },
7115 {
7116  category="lm",
7117  description="MODIFIER LETTER SMALL R",
7118  direction="l",
7119  linebreak="al",
7120  specials={ "super", 0x72 },
7121  unicodeslot=0x2B3,
7122 },
7123 {
7124  category="lm",
7125  description="MODIFIER LETTER SMALL TURNED R",
7126  direction="l",
7127  linebreak="al",
7128  specials={ "super", 0x279 },
7129  unicodeslot=0x2B4,
7130 },
7131 {
7132  category="lm",
7133  description="MODIFIER LETTER SMALL TURNED R WITH HOOK",
7134  direction="l",
7135  linebreak="al",
7136  specials={ "super", 0x27B },
7137  unicodeslot=0x2B5,
7138 },
7139 {
7140  category="lm",
7141  description="MODIFIER LETTER SMALL CAPITAL INVERTED R",
7142  direction="l",
7143  linebreak="al",
7144  specials={ "super", 0x281 },
7145  unicodeslot=0x2B6,
7146 },
7147 {
7148  category="lm",
7149  description="MODIFIER LETTER SMALL W",
7150  direction="l",
7151  linebreak="al",
7152  specials={ "super", 0x77 },
7153  unicodeslot=0x2B7,
7154 },
7155 {
7156  category="lm",
7157  description="MODIFIER LETTER SMALL Y",
7158  direction="l",
7159  linebreak="al",
7160  specials={ "super", 0x79 },
7161  unicodeslot=0x2B8,
7162 },
7163 {
7164  category="lm",
7165  description="MODIFIER LETTER PRIME",
7166  direction="on",
7167  linebreak="al",
7168  unicodeslot=0x2B9,
7169 },
7170 {
7171  category="lm",
7172  description="MODIFIER LETTER DOUBLE PRIME",
7173  direction="on",
7174  linebreak="al",
7175  unicodeslot=0x2BA,
7176 },
7177 {
7178  category="lm",
7179  description="MODIFIER LETTER TURNED COMMA",
7180  direction="l",
7181  linebreak="al",
7182  unicodeslot=0x2BB,
7183 },
7184 {
7185  category="lm",
7186  description="MODIFIER LETTER APOSTROPHE",
7187  direction="l",
7188  linebreak="al",
7189  synonyms={ "glottal stop", "neutral apostrophe" },
7190  unicodeslot=0x2BC,
7191 },
7192 {
7193  category="lm",
7194  description="MODIFIER LETTER REVERSED COMMA",
7195  direction="l",
7196  linebreak="al",
7197  unicodeslot=0x2BD,
7198 },
7199 {
7200  category="lm",
7201  description="MODIFIER LETTER RIGHT HALF RING",
7202  direction="l",
7203  linebreak="al",
7204  unicodeslot=0x2BE,
7205 },
7206 {
7207  category="lm",
7208  description="MODIFIER LETTER LEFT HALF RING",
7209  direction="l",
7210  linebreak="al",
7211  unicodeslot=0x2BF,
7212 },
7213 {
7214  category="lm",
7215  description="MODIFIER LETTER GLOTTAL STOP",
7216  direction="l",
7217  linebreak="al",
7218  unicodeslot=0x2C0,
7219 },
7220 {
7221  category="lm",
7222  description="MODIFIER LETTER REVERSED GLOTTAL STOP",
7223  direction="l",
7224  linebreak="al",
7225  unicodeslot=0x2C1,
7226 },
7227 {
7228  category="sk",
7229  description="MODIFIER LETTER LEFT ARROWHEAD",
7230  direction="on",
7231  linebreak="al",
7232  unicodeslot=0x2C2,
7233 },
7234 {
7235  category="sk",
7236  description="MODIFIER LETTER RIGHT ARROWHEAD",
7237  direction="on",
7238  linebreak="al",
7239  unicodeslot=0x2C3,
7240 },
7241 {
7242  category="sk",
7243  cjkwd="a",
7244  description="MODIFIER LETTER UP ARROWHEAD",
7245  direction="on",
7246  linebreak="al",
7247  unicodeslot=0x2C4,
7248 },
7249 {
7250  category="sk",
7251  description="MODIFIER LETTER DOWN ARROWHEAD",
7252  direction="on",
7253  linebreak="al",
7254  unicodeslot=0x2C5,
7255 },
7256 {
7257  category="lm",
7258  comment="check special",
7259  contextname="textcircumflex",
7260  description="MODIFIER LETTER CIRCUMFLEX ACCENT",
7261  direction="on",
7262  linebreak="al",
7263  mathspec={
7264   {
7265    class="topaccent",
7266    name="hat",
7267   },
7268   {
7269    class="topaccent",
7270    name="widehat",
7271    stretch="h",
7272   },
7273  },
7274  specials={ "compat", 0x20, 0x302 },
7275  unicodeslot=0x2C6,
7276 },
7277 {
7278  category="lm",
7279  cjkwd="a",
7280  comment="check special",
7281  contextname="textcaron",
7282  description="CARON",
7283  direction="on",
7284  linebreak="ai",
7285  mathspec={
7286   {
7287    class="topaccent",
7288    name="check",
7289   },
7290   {
7291    class="topaccent",
7292    name="widecheck",
7293    stretch="h",
7294   },
7295  },
7296  specials={ "compat", 0x20, 0x30C },
7297  synonyms={ "mandarin chinese third tone", "modifier letter hacek" },
7298  unicodeslot=0x2C7,
7299 },
7300 {
7301  category="lm",
7302  description="MODIFIER LETTER VERTICAL LINE",
7303  direction="on",
7304  linebreak="bb",
7305  unicodeslot=0x2C8,
7306 },
7307 {
7308  category="lm",
7309  cjkwd="a",
7310  description="MODIFIER LETTER MACRON",
7311  direction="on",
7312  linebreak="ai",
7313  synonyms={ "mandarin chinese first tone" },
7314  unicodeslot=0x2C9,
7315 },
7316 {
7317  category="lm",
7318  cjkwd="a",
7319  description="MODIFIER LETTER ACUTE ACCENT",
7320  direction="on",
7321  linebreak="ai",
7322  synonyms={ "mandarin chinese second tone" },
7323  unicodeslot=0x2CA,
7324 },
7325 {
7326  category="lm",
7327  cjkwd="a",
7328  description="MODIFIER LETTER GRAVE ACCENT",
7329  direction="on",
7330  linebreak="ai",
7331  synonyms={ "mandarin chinese fourth tone" },
7332  unicodeslot=0x2CB,
7333 },
7334 {
7335  category="lm",
7336  description="MODIFIER LETTER LOW VERTICAL LINE",
7337  direction="on",
7338  linebreak="bb",
7339  unicodeslot=0x2CC,
7340 },
7341 {
7342  category="lm",
7343  cjkwd="a",
7344  description="MODIFIER LETTER LOW MACRON",
7345  direction="on",
7346  linebreak="ai",
7347  unicodeslot=0x2CD,
7348 },
7349 {
7350  category="lm",
7351  description="MODIFIER LETTER LOW GRAVE ACCENT",
7352  direction="on",
7353  linebreak="al",
7354  unicodeslot=0x2CE,
7355 },
7356 {
7357  category="lm",
7358  description="MODIFIER LETTER LOW ACUTE ACCENT",
7359  direction="on",
7360  linebreak="al",
7361  unicodeslot=0x2CF,
7362 },
7363 {
7364  category="lm",
7365  cjkwd="a",
7366  description="MODIFIER LETTER TRIANGULAR COLON",
7367  direction="l",
7368  linebreak="ai",
7369  unicodeslot=0x2D0,
7370 },
7371 {
7372  category="lm",
7373  description="MODIFIER LETTER HALF TRIANGULAR COLON",
7374  direction="l",
7375  linebreak="al",
7376  unicodeslot=0x2D1,
7377 },
7378 {
7379  category="sk",
7380  description="MODIFIER LETTER CENTRED RIGHT HALF RING",
7381  direction="on",
7382  linebreak="al",
7383  unicodeslot=0x2D2,
7384 },
7385 {
7386  category="sk",
7387  description="MODIFIER LETTER CENTRED LEFT HALF RING",
7388  direction="on",
7389  linebreak="al",
7390  unicodeslot=0x2D3,
7391 },
7392 {
7393  category="sk",
7394  description="MODIFIER LETTER UP TACK",
7395  direction="on",
7396  linebreak="al",
7397  unicodeslot=0x2D4,
7398 },
7399 {
7400  category="sk",
7401  description="MODIFIER LETTER DOWN TACK",
7402  direction="on",
7403  linebreak="al",
7404  unicodeslot=0x2D5,
7405 },
7406 {
7407  category="sk",
7408  description="MODIFIER LETTER PLUS SIGN",
7409  direction="on",
7410  linebreak="al",
7411  unicodeslot=0x2D6,
7412 },
7413 {
7414  category="sk",
7415  description="MODIFIER LETTER MINUS SIGN",
7416  direction="on",
7417  linebreak="al",
7418  unicodeslot=0x2D7,
7419 },
7420 {
7421  category="sk",
7422  cjkwd="a",
7423  contextname="textbreve",
7424  description="BREVE",
7425  direction="on",
7426  linebreak="ai",
7427  mathspec={
7428   {
7429    class="topaccent",
7430    name="breve",
7431   },
7432   {
7433    class="topaccent",
7434    name="widebreve",
7435    stretch="h",
7436   },
7437  },
7438  specials={ "compat", 0x20, 0x306 },
7439  unicodeslot=0x2D8,
7440 },
7441 {
7442  category="sk",
7443  cjkwd="a",
7444  contextname="textdotaccent",
7445  description="DOT ABOVE",
7446  direction="on",
7447  linebreak="ai",
7448  mathspec={
7449   {
7450    class="topaccent",
7451    name="dot",
7452   },
7453   {
7454    class="topaccent",
7455    name="widedot",
7456    stretch="h",
7457   },
7458  },
7459  specials={ "compat", 0x20, 0x307 },
7460  synonyms={ "mandarin chinese fifth or neutral tone" },
7461  unicodeslot=0x2D9,
7462 },
7463 {
7464  category="sk",
7465  cjkwd="a",
7466  contextname="textring",
7467  description="RING ABOVE",
7468  direction="on",
7469  linebreak="ai",
7470  mathspec={
7471   {
7472    class="topaccent",
7473    name="ring",
7474   },
7475   {
7476    class="topaccent",
7477    name="widering",
7478    stretch="h",
7479   },
7480  },
7481  specials={ "compat", 0x20, 0x30A },
7482  unicodeslot=0x2DA,
7483 },
7484 {
7485  category="sk",
7486  cjkwd="a",
7487  contextname="textogonek",
7488  description="OGONEK",
7489  direction="on",
7490  linebreak="ai",
7491  specials={ "compat", 0x20, 0x328 },
7492  unicodeslot=0x2DB,
7493 },
7494 {
7495  category="sk",
7496  contextname="texttilde",
7497  description="SMALL TILDE",
7498  direction="on",
7499  linebreak="al",
7500  mathspec={
7501   {
7502    class="topaccent",
7503    name="tilde",
7504   },
7505   {
7506    class="topaccent",
7507    name="widetilde",
7508    stretch="h",
7509   },
7510  },
7511  specials={ "compat", 0x20, 0x303 },
7512  unicodeslot=0x2DC,
7513 },
7514 {
7515  category="sk",
7516  cjkwd="a",
7517  contextname="texthungarumlaut",
7518  description="DOUBLE ACUTE ACCENT",
7519  direction="on",
7520  linebreak="ai",
7521  specials={ "compat", 0x20, 0x30B },
7522  unicodeslot=0x2DD,
7523 },
7524 {
7525  category="sk",
7526  description="MODIFIER LETTER RHOTIC HOOK",
7527  direction="on",
7528  linebreak="al",
7529  unicodeslot=0x2DE,
7530 },
7531 {
7532  category="sk",
7533  cjkwd="a",
7534  description="MODIFIER LETTER CROSS ACCENT",
7535  direction="on",
7536  linebreak="bb",
7537  synonyms={ "swedish grave accent" },
7538  unicodeslot=0x2DF,
7539 },
7540 {
7541  category="lm",
7542  description="MODIFIER LETTER SMALL GAMMA",
7543  direction="l",
7544  linebreak="al",
7545  specials={ "super", 0x263 },
7546  unicodeslot=0x2E0,
7547 },
7548 {
7549  category="lm",
7550  description="MODIFIER LETTER SMALL L",
7551  direction="l",
7552  linebreak="al",
7553  specials={ "super", 0x6C },
7554  unicodeslot=0x2E1,
7555 },
7556 {
7557  category="lm",
7558  description="MODIFIER LETTER SMALL S",
7559  direction="l",
7560  linebreak="al",
7561  specials={ "super", 0x73 },
7562  unicodeslot=0x2E2,
7563 },
7564 {
7565  category="lm",
7566  description="MODIFIER LETTER SMALL X",
7567  direction="l",
7568  linebreak="al",
7569  specials={ "super", 0x78 },
7570  unicodeslot=0x2E3,
7571 },
7572 {
7573  category="lm",
7574  description="MODIFIER LETTER SMALL REVERSED GLOTTAL STOP",
7575  direction="l",
7576  linebreak="al",
7577  specials={ "super", 0x295 },
7578  unicodeslot=0x2E4,
7579 },
7580 {
7581  category="sk",
7582  description="MODIFIER LETTER EXTRA-HIGH TONE BAR",
7583  direction="on",
7584  linebreak="al",
7585  unicodeslot=0x2E5,
7586 },
7587 {
7588  category="sk",
7589  description="MODIFIER LETTER HIGH TONE BAR",
7590  direction="on",
7591  linebreak="al",
7592  unicodeslot=0x2E6,
7593 },
7594 {
7595  category="sk",
7596  description="MODIFIER LETTER MID TONE BAR",
7597  direction="on",
7598  linebreak="al",
7599  unicodeslot=0x2E7,
7600 },
7601 {
7602  category="sk",
7603  description="MODIFIER LETTER LOW TONE BAR",
7604  direction="on",
7605  linebreak="al",
7606  unicodeslot=0x2E8,
7607 },
7608 {
7609  category="sk",
7610  description="MODIFIER LETTER EXTRA-LOW TONE BAR",
7611  direction="on",
7612  linebreak="al",
7613  unicodeslot=0x2E9,
7614 },
7615 {
7616  category="sk",
7617  description="MODIFIER LETTER YIN DEPARTING TONE MARK",
7618  direction="on",
7619  linebreak="al",
7620  unicodeslot=0x2EA,
7621 },
7622 {
7623  category="sk",
7624  description="MODIFIER LETTER YANG DEPARTING TONE MARK",
7625  direction="on",
7626  linebreak="al",
7627  unicodeslot=0x2EB,
7628 },
7629 {
7630  category="sk",
7631  description="MODIFIER LETTER VOICING",
7632  direction="on",
7633  linebreak="al",
7634  unicodeslot=0x2EC,
7635 },
7636 {
7637  category="sk",
7638  description="MODIFIER LETTER UNASPIRATED",
7639  direction="on",
7640  linebreak="al",
7641  unicodeslot=0x2ED,
7642 },
7643 {
7644  category="lm",
7645  description="MODIFIER LETTER DOUBLE APOSTROPHE",
7646  direction="l",
7647  linebreak="al",
7648  unicodeslot=0x2EE,
7649 },
7650 {
7651  category="sk",
7652  description="MODIFIER LETTER LOW DOWN ARROWHEAD",
7653  direction="on",
7654  linebreak="al",
7655  unicodeslot=0x2EF,
7656 },
7657 {
7658  category="sk",
7659  description="MODIFIER LETTER LOW UP ARROWHEAD",
7660  direction="on",
7661  linebreak="al",
7662  unicodeslot=0x2F0,
7663 },
7664 {
7665  category="sk",
7666  description="MODIFIER LETTER LOW LEFT ARROWHEAD",
7667  direction="on",
7668  linebreak="al",
7669  unicodeslot=0x2F1,
7670 },
7671 {
7672  category="sk",
7673  description="MODIFIER LETTER LOW RIGHT ARROWHEAD",
7674  direction="on",
7675  linebreak="al",
7676  unicodeslot=0x2F2,
7677 },
7678 {
7679  category="sk",
7680  description="MODIFIER LETTER LOW RING",
7681  direction="on",
7682  linebreak="al",
7683  unicodeslot=0x2F3,
7684 },
7685 {
7686  category="sk",
7687  description="MODIFIER LETTER MIDDLE GRAVE ACCENT",
7688  direction="on",
7689  linebreak="al",
7690  unicodeslot=0x2F4,
7691 },
7692 {
7693  category="sk",
7694  description="MODIFIER LETTER MIDDLE DOUBLE GRAVE ACCENT",
7695  direction="on",
7696  linebreak="al",
7697  unicodeslot=0x2F5,
7698 },
7699 {
7700  category="sk",
7701  description="MODIFIER LETTER MIDDLE DOUBLE ACUTE ACCENT",
7702  direction="on",
7703  linebreak="al",
7704  unicodeslot=0x2F6,
7705 },
7706 {
7707  category="sk",
7708  description="MODIFIER LETTER LOW TILDE",
7709  direction="on",
7710  linebreak="al",
7711  unicodeslot=0x2F7,
7712 },
7713 {
7714  category="sk",
7715  description="MODIFIER LETTER RAISED COLON",
7716  direction="on",
7717  linebreak="al",
7718  unicodeslot=0x2F8,
7719 },
7720 {
7721  category="sk",
7722  description="MODIFIER LETTER BEGIN HIGH TONE",
7723  direction="on",
7724  linebreak="al",
7725  unicodeslot=0x2F9,
7726 },
7727 {
7728  category="sk",
7729  description="MODIFIER LETTER END HIGH TONE",
7730  direction="on",
7731  linebreak="al",
7732  unicodeslot=0x2FA,
7733 },
7734 {
7735  category="sk",
7736  description="MODIFIER LETTER BEGIN LOW TONE",
7737  direction="on",
7738  linebreak="al",
7739  unicodeslot=0x2FB,
7740 },
7741 {
7742  category="sk",
7743  description="MODIFIER LETTER END LOW TONE",
7744  direction="on",
7745  linebreak="al",
7746  unicodeslot=0x2FC,
7747 },
7748 {
7749  category="sk",
7750  description="MODIFIER LETTER SHELF",
7751  direction="on",
7752  linebreak="al",
7753  unicodeslot=0x2FD,
7754 },
7755 {
7756  category="sk",
7757  description="MODIFIER LETTER OPEN SHELF",
7758  direction="on",
7759  linebreak="al",
7760  unicodeslot=0x2FE,
7761 },
7762 {
7763  category="sk",
7764  description="MODIFIER LETTER LOW LEFT ARROW",
7765  direction="on",
7766  linebreak="al",
7767  unicodeslot=0x2FF,
7768 },
7769 {
7770  category="mn",
7771  cjkwd="a",
7772  combining=0xE6,
7773  description="COMBINING GRAVE ACCENT",
7774  direction="nsm",
7775  linebreak="cm",
7776  synonyms={ "greek varia" },
7777  unicodeslot=0x300,
7778 },
7779 {
7780  category="mn",
7781  cjkwd="a",
7782  combining=0xE6,
7783  description="COMBINING ACUTE ACCENT",
7784  direction="nsm",
7785  linebreak="cm",
7786  synonyms={ "greek oxia", "greek tonos", "stress mark" },
7787  unicodeslot=0x301,
7788 },
7789 {
7790  category="mn",
7791  cjkwd="a",
7792  combining=0xE6,
7793  description="COMBINING CIRCUMFLEX ACCENT",
7794  direction="nsm",
7795  linebreak="cm",
7796  unicodeslot=0x302,
7797 },
7798 {
7799  category="mn",
7800  cjkwd="a",
7801  combining=0xE6,
7802  description="COMBINING TILDE",
7803  direction="nsm",
7804  linebreak="cm",
7805  unicodeslot=0x303,
7806 },
7807 {
7808  category="mn",
7809  cjkwd="a",
7810  combining=0xE6,
7811  description="COMBINING MACRON",
7812  direction="nsm",
7813  linebreak="cm",
7814  synonyms={ "long" },
7815  unicodeslot=0x304,
7816 },
7817 {
7818  category="mn",
7819  cjkwd="a",
7820  combining=0xE6,
7821  description="COMBINING OVERLINE",
7822  direction="nsm",
7823  linebreak="cm",
7824  synonyms={ "overscore", "vinculum" },
7825  unicodeslot=0x305,
7826 },
7827 {
7828  category="mn",
7829  cjkwd="a",
7830  combining=0xE6,
7831  description="COMBINING BREVE",
7832  direction="nsm",
7833  linebreak="cm",
7834  synonyms={ "greek vrachy", "short" },
7835  unicodeslot=0x306,
7836 },
7837 {
7838  category="mn",
7839  cjkwd="a",
7840  combining=0xE6,
7841  description="COMBINING DOT ABOVE",
7842  direction="nsm",
7843  linebreak="cm",
7844  synonyms={ "derivative" },
7845  unicodeslot=0x307,
7846 },
7847 {
7848  category="mn",
7849  cjkwd="a",
7850  combining=0xE6,
7851  description="COMBINING DIAERESIS",
7852  direction="nsm",
7853  linebreak="cm",
7854  synonyms={ "double derivative", "double dot above", "greek dialytika", "umlaut" },
7855  unicodeslot=0x308,
7856 },
7857 {
7858  category="mn",
7859  cjkwd="a",
7860  combining=0xE6,
7861  description="COMBINING HOOK ABOVE",
7862  direction="nsm",
7863  linebreak="cm",
7864  unicodeslot=0x309,
7865 },
7866 {
7867  category="mn",
7868  cjkwd="a",
7869  combining=0xE6,
7870  description="COMBINING RING ABOVE",
7871  direction="nsm",
7872  linebreak="cm",
7873  unicodeslot=0x30A,
7874 },
7875 {
7876  category="mn",
7877  cjkwd="a",
7878  combining=0xE6,
7879  description="COMBINING DOUBLE ACUTE ACCENT",
7880  direction="nsm",
7881  linebreak="cm",
7882  unicodeslot=0x30B,
7883 },
7884 {
7885  category="mn",
7886  cjkwd="a",
7887  combining=0xE6,
7888  description="COMBINING CARON",
7889  direction="nsm",
7890  linebreak="cm",
7891  synonyms={ "combining hacek", "v above" },
7892  unicodeslot=0x30C,
7893 },
7894 {
7895  category="mn",
7896  cjkwd="a",
7897  combining=0xE6,
7898  description="COMBINING VERTICAL LINE ABOVE",
7899  direction="nsm",
7900  linebreak="cm",
7901  unicodeslot=0x30D,
7902 },
7903 {
7904  category="mn",
7905  cjkwd="a",
7906  combining=0xE6,
7907  description="COMBINING DOUBLE VERTICAL LINE ABOVE",
7908  direction="nsm",
7909  linebreak="cm",
7910  unicodeslot=0x30E,
7911 },
7912 {
7913  category="mn",
7914  cjkwd="a",
7915  combining=0xE6,
7916  description="COMBINING DOUBLE GRAVE ACCENT",
7917  direction="nsm",
7918  linebreak="cm",
7919  unicodeslot=0x30F,
7920 },
7921 {
7922  category="mn",
7923  cjkwd="a",
7924  combining=0xE6,
7925  description="COMBINING CANDRABINDU",
7926  direction="nsm",
7927  linebreak="cm",
7928  unicodeslot=0x310,
7929 },
7930 {
7931  category="mn",
7932  cjkwd="a",
7933  combining=0xE6,
7934  description="COMBINING INVERTED BREVE",
7935  direction="nsm",
7936  linebreak="cm",
7937  unicodeslot=0x311,
7938 },
7939 {
7940  category="mn",
7941  cjkwd="a",
7942  combining=0xE6,
7943  description="COMBINING TURNED COMMA ABOVE",
7944  direction="nsm",
7945  linebreak="cm",
7946  synonyms={ "cedilla above" },
7947  unicodeslot=0x312,
7948 },
7949 {
7950  category="mn",
7951  cjkwd="a",
7952  combining=0xE6,
7953  description="COMBINING COMMA ABOVE",
7954  direction="nsm",
7955  linebreak="cm",
7956  synonyms={ "greek psili", "greek smooth breathing mark" },
7957  unicodeslot=0x313,
7958 },
7959 {
7960  category="mn",
7961  cjkwd="a",
7962  combining=0xE6,
7963  description="COMBINING REVERSED COMMA ABOVE",
7964  direction="nsm",
7965  linebreak="cm",
7966  synonyms={ "greek dasia", "greek rough breathing mark" },
7967  unicodeslot=0x314,
7968 },
7969 {
7970  category="mn",
7971  cjkwd="a",
7972  combining=0xE8,
7973  description="COMBINING COMMA ABOVE RIGHT",
7974  direction="nsm",
7975  linebreak="cm",
7976  unicodeslot=0x315,
7977 },
7978 {
7979  category="mn",
7980  cjkwd="a",
7981  combining=0xDC,
7982  description="COMBINING GRAVE ACCENT BELOW",
7983  direction="nsm",
7984  linebreak="cm",
7985  unicodeslot=0x316,
7986 },
7987 {
7988  category="mn",
7989  cjkwd="a",
7990  combining=0xDC,
7991  description="COMBINING ACUTE ACCENT BELOW",
7992  direction="nsm",
7993  linebreak="cm",
7994  unicodeslot=0x317,
7995 },
7996 {
7997  category="mn",
7998  cjkwd="a",
7999  combining=0xDC,
8000  description="COMBINING LEFT TACK BELOW",
8001  direction="nsm",
8002  linebreak="cm",
8003  unicodeslot=0x318,
8004 },
8005 {
8006  category="mn",
8007  cjkwd="a",
8008  combining=0xDC,
8009  description="COMBINING RIGHT TACK BELOW",
8010  direction="nsm",
8011  linebreak="cm",
8012  unicodeslot=0x319,
8013 },
8014 {
8015  category="mn",
8016  cjkwd="a",
8017  combining=0xE8,
8018  description="COMBINING LEFT ANGLE ABOVE",
8019  direction="nsm",
8020  linebreak="cm",
8021  unicodeslot=0x31A,
8022 },
8023 {
8024  category="mn",
8025  cjkwd="a",
8026  combining=0xD8,
8027  description="COMBINING HORN",
8028  direction="nsm",
8029  linebreak="cm",
8030  unicodeslot=0x31B,
8031 },
8032 {
8033  category="mn",
8034  cjkwd="a",
8035  combining=0xDC,
8036  description="COMBINING LEFT HALF RING BELOW",
8037  direction="nsm",
8038  linebreak="cm",
8039  unicodeslot=0x31C,
8040 },
8041 {
8042  category="mn",
8043  cjkwd="a",
8044  combining=0xDC,
8045  description="COMBINING UP TACK BELOW",
8046  direction="nsm",
8047  linebreak="cm",
8048  unicodeslot=0x31D,
8049 },
8050 {
8051  category="mn",
8052  cjkwd="a",
8053  combining=0xDC,
8054  description="COMBINING DOWN TACK BELOW",
8055  direction="nsm",
8056  linebreak="cm",
8057  unicodeslot=0x31E,
8058 },
8059 {
8060  category="mn",
8061  cjkwd="a",
8062  combining=0xDC,
8063  description="COMBINING PLUS SIGN BELOW",
8064  direction="nsm",
8065  linebreak="cm",
8066  unicodeslot=0x31F,
8067 },
8068 {
8069  category="mn",
8070  cjkwd="a",
8071  combining=0xDC,
8072  description="COMBINING MINUS SIGN BELOW",
8073  direction="nsm",
8074  linebreak="cm",
8075  unicodeslot=0x320,
8076 },
8077 {
8078  category="mn",
8079  cjkwd="a",
8080  combining=0xCA,
8081  description="COMBINING PALATALIZED HOOK BELOW",
8082  direction="nsm",
8083  linebreak="cm",
8084  unicodeslot=0x321,
8085 },
8086 {
8087  category="mn",
8088  cjkwd="a",
8089  combining=0xCA,
8090  description="COMBINING RETROFLEX HOOK BELOW",
8091  direction="nsm",
8092  linebreak="cm",
8093  unicodeslot=0x322,
8094 },
8095 {
8096  category="mn",
8097  cjkwd="a",
8098  combining=0xDC,
8099  contextname="textbottomdot",
8100  description="COMBINING DOT BELOW",
8101  direction="nsm",
8102  linebreak="cm",
8103  unicodeslot=0x323,
8104 },
8105 {
8106  category="mn",
8107  cjkwd="a",
8108  combining=0xDC,
8109  description="COMBINING DIAERESIS BELOW",
8110  direction="nsm",
8111  linebreak="cm",
8112  unicodeslot=0x324,
8113 },
8114 {
8115  category="mn",
8116  cjkwd="a",
8117  combining=0xDC,
8118  description="COMBINING RING BELOW",
8119  direction="nsm",
8120  linebreak="cm",
8121  unicodeslot=0x325,
8122 },
8123 {
8124  category="mn",
8125  cjkwd="a",
8126  combining=0xDC,
8127  contextname="textbottomcomma",
8128  description="COMBINING COMMA BELOW",
8129  direction="nsm",
8130  linebreak="cm",
8131  unicodeslot=0x326,
8132 },
8133 {
8134  category="mn",
8135  cjkwd="a",
8136  combining=0xCA,
8137  description="COMBINING CEDILLA",
8138  direction="nsm",
8139  linebreak="cm",
8140  unicodeslot=0x327,
8141 },
8142 {
8143  category="mn",
8144  cjkwd="a",
8145  combining=0xCA,
8146  description="COMBINING OGONEK",
8147  direction="nsm",
8148  linebreak="cm",
8149  synonyms={ "nasal hook" },
8150  unicodeslot=0x328,
8151 },
8152 {
8153  category="mn",
8154  cjkwd="a",
8155  combining=0xDC,
8156  description="COMBINING VERTICAL LINE BELOW",
8157  direction="nsm",
8158  linebreak="cm",
8159  unicodeslot=0x329,
8160 },
8161 {
8162  category="mn",
8163  cjkwd="a",
8164  combining=0xDC,
8165  description="COMBINING BRIDGE BELOW",
8166  direction="nsm",
8167  linebreak="cm",
8168  unicodeslot=0x32A,
8169 },
8170 {
8171  category="mn",
8172  cjkwd="a",
8173  combining=0xDC,
8174  description="COMBINING INVERTED DOUBLE ARCH BELOW",
8175  direction="nsm",
8176  linebreak="cm",
8177  unicodeslot=0x32B,
8178 },
8179 {
8180  category="mn",
8181  cjkwd="a",
8182  combining=0xDC,
8183  description="COMBINING CARON BELOW",
8184  direction="nsm",
8185  linebreak="cm",
8186  unicodeslot=0x32C,
8187 },
8188 {
8189  category="mn",
8190  cjkwd="a",
8191  combining=0xDC,
8192  description="COMBINING CIRCUMFLEX ACCENT BELOW",
8193  direction="nsm",
8194  linebreak="cm",
8195  unicodeslot=0x32D,
8196 },
8197 {
8198  category="mn",
8199  cjkwd="a",
8200  combining=0xDC,
8201  description="COMBINING BREVE BELOW",
8202  direction="nsm",
8203  linebreak="cm",
8204  unicodeslot=0x32E,
8205 },
8206 {
8207  category="mn",
8208  cjkwd="a",
8209  combining=0xDC,
8210  description="COMBINING INVERTED BREVE BELOW",
8211  direction="nsm",
8212  linebreak="cm",
8213  unicodeslot=0x32F,
8214 },
8215 {
8216  category="mn",
8217  cjkwd="a",
8218  combining=0xDC,
8219  description="COMBINING TILDE BELOW",
8220  direction="nsm",
8221  linebreak="cm",
8222  unicodeslot=0x330,
8223 },
8224 {
8225  category="mn",
8226  cjkwd="a",
8227  combining=0xDC,
8228  description="COMBINING MACRON BELOW",
8229  direction="nsm",
8230  linebreak="cm",
8231  unicodeslot=0x331,
8232 },
8233 {
8234  category="mn",
8235  cjkwd="a",
8236  combining=0xDC,
8237  description="COMBINING LOW LINE",
8238  direction="nsm",
8239  linebreak="cm",
8240  mathextensible="l",
8241  synonyms={ "underline", "underscore" },
8242  unicodeslot=0x332,
8243 },
8244 {
8245  category="mn",
8246  cjkwd="a",
8247  combining=0xDC,
8248  description="COMBINING DOUBLE LOW LINE",
8249  direction="nsm",
8250  linebreak="cm",
8251  synonyms={ "double underline", "double underscore" },
8252  unicodeslot=0x333,
8253 },
8254 {
8255  category="mn",
8256  cjkwd="a",
8257  combining=0x1,
8258  description="COMBINING TILDE OVERLAY",
8259  direction="nsm",
8260  linebreak="cm",
8261  unicodeslot=0x334,
8262 },
8263 {
8264  category="mn",
8265  cjkwd="a",
8266  combining=0x1,
8267  description="COMBINING SHORT STROKE OVERLAY",
8268  direction="nsm",
8269  linebreak="cm",
8270  unicodeslot=0x335,
8271 },
8272 {
8273  category="mn",
8274  cjkwd="a",
8275  combining=0x1,
8276  description="COMBINING LONG STROKE OVERLAY",
8277  direction="nsm",
8278  linebreak="cm",
8279  unicodeslot=0x336,
8280 },
8281 {
8282  category="mn",
8283  cjkwd="a",
8284  combining=0x1,
8285  description="COMBINING SHORT SOLIDUS OVERLAY",
8286  direction="nsm",
8287  linebreak="cm",
8288  synonyms={ "short slash overlay" },
8289  unicodeslot=0x337,
8290 },
8291 {
8292  category="mn",
8293  cjkwd="a",
8294  combining=0x1,
8295  description="COMBINING LONG SOLIDUS OVERLAY",
8296  direction="nsm",
8297  linebreak="cm",
8298  mathclass="relation",
8299  mathname="not",
8300  synonyms={ "long slash overlay" },
8301  unicodeslot=0x338,
8302 },
8303 {
8304  category="mn",
8305  cjkwd="a",
8306  combining=0xDC,
8307  description="COMBINING RIGHT HALF RING BELOW",
8308  direction="nsm",
8309  linebreak="cm",
8310  unicodeslot=0x339,
8311 },
8312 {
8313  category="mn",
8314  cjkwd="a",
8315  combining=0xDC,
8316  description="COMBINING INVERTED BRIDGE BELOW",
8317  direction="nsm",
8318  linebreak="cm",
8319  unicodeslot=0x33A,
8320 },
8321 {
8322  category="mn",
8323  cjkwd="a",
8324  combining=0xDC,
8325  description="COMBINING SQUARE BELOW",
8326  direction="nsm",
8327  linebreak="cm",
8328  unicodeslot=0x33B,
8329 },
8330 {
8331  category="mn",
8332  cjkwd="a",
8333  combining=0xDC,
8334  description="COMBINING SEAGULL BELOW",
8335  direction="nsm",
8336  linebreak="cm",
8337  unicodeslot=0x33C,
8338 },
8339 {
8340  category="mn",
8341  cjkwd="a",
8342  combining=0xE6,
8343  description="COMBINING X ABOVE",
8344  direction="nsm",
8345  linebreak="cm",
8346  unicodeslot=0x33D,
8347 },
8348 {
8349  category="mn",
8350  cjkwd="a",
8351  combining=0xE6,
8352  description="COMBINING VERTICAL TILDE",
8353  direction="nsm",
8354  linebreak="cm",
8355  unicodeslot=0x33E,
8356 },
8357 {
8358  category="mn",
8359  cjkwd="a",
8360  combining=0xE6,
8361  description="COMBINING DOUBLE OVERLINE",
8362  direction="nsm",
8363  linebreak="cm",
8364  unicodeslot=0x33F,
8365 },
8366 {
8367  category="mn",
8368  cjkwd="a",
8369  combining=0xE6,
8370  description="COMBINING GRAVE TONE MARK",
8371  direction="nsm",
8372  linebreak="cm",
8373  specials={ "char", 0x300 },
8374  unicodeslot=0x340,
8375 },
8376 {
8377  category="mn",
8378  cjkwd="a",
8379  combining=0xE6,
8380  description="COMBINING ACUTE TONE MARK",
8381  direction="nsm",
8382  linebreak="cm",
8383  specials={ "char", 0x301 },
8384  unicodeslot=0x341,
8385 },
8386 {
8387  category="mn",
8388  cjkwd="a",
8389  combining=0xE6,
8390  description="COMBINING GREEK PERISPOMENI",
8391  direction="nsm",
8392  linebreak="cm",
8393  unicodeslot=0x342,
8394 },
8395 {
8396  category="mn",
8397  cjkwd="a",
8398  combining=0xE6,
8399  description="COMBINING GREEK KORONIS",
8400  direction="nsm",
8401  linebreak="cm",
8402  specials={ "char", 0x313 },
8403  unicodeslot=0x343,
8404 },
8405 {
8406  category="mn",
8407  cjkwd="a",
8408  combining=0xE6,
8409  description="COMBINING GREEK DIALYTIKA TONOS",
8410  direction="nsm",
8411  linebreak="cm",
8412  specials={ "char", 0x308, 0x301 },
8413  unicodeslot=0x344,
8414 },
8415 {
8416  category="mn",
8417  cjkwd="a",
8418  combining=0xF0,
8419  description="COMBINING GREEK YPOGEGRAMMENI",
8420  direction="nsm",
8421  linebreak="cm",
8422  synonyms={ "greek iota subscript", "greek non-spacing iota below" },
8423  uccode=0x399,
8424  unicodeslot=0x345,
8425 },
8426 {
8427  category="mn",
8428  cjkwd="a",
8429  combining=0xE6,
8430  description="COMBINING BRIDGE ABOVE",
8431  direction="nsm",
8432  linebreak="cm",
8433  unicodeslot=0x346,
8434 },
8435 {
8436  category="mn",
8437  cjkwd="a",
8438  combining=0xDC,
8439  description="COMBINING EQUALS SIGN BELOW",
8440  direction="nsm",
8441  linebreak="cm",
8442  unicodeslot=0x347,
8443 },
8444 {
8445  category="mn",
8446  cjkwd="a",
8447  combining=0xDC,
8448  description="COMBINING DOUBLE VERTICAL LINE BELOW",
8449  direction="nsm",
8450  linebreak="cm",
8451  unicodeslot=0x348,
8452 },
8453 {
8454  category="mn",
8455  cjkwd="a",
8456  combining=0xDC,
8457  description="COMBINING LEFT ANGLE BELOW",
8458  direction="nsm",
8459  linebreak="cm",
8460  unicodeslot=0x349,
8461 },
8462 {
8463  category="mn",
8464  cjkwd="a",
8465  combining=0xE6,
8466  description="COMBINING NOT TILDE ABOVE",
8467  direction="nsm",
8468  linebreak="cm",
8469  unicodeslot=0x34A,
8470 },
8471 {
8472  category="mn",
8473  cjkwd="a",
8474  combining=0xE6,
8475  description="COMBINING HOMOTHETIC ABOVE",
8476  direction="nsm",
8477  linebreak="cm",
8478  unicodeslot=0x34B,
8479 },
8480 {
8481  category="mn",
8482  cjkwd="a",
8483  combining=0xE6,
8484  description="COMBINING ALMOST EQUAL TO ABOVE",
8485  direction="nsm",
8486  linebreak="cm",
8487  unicodeslot=0x34C,
8488 },
8489 {
8490  category="mn",
8491  cjkwd="a",
8492  combining=0xDC,
8493  description="COMBINING LEFT RIGHT ARROW BELOW",
8494  direction="nsm",
8495  linebreak="cm",
8496  unicodeslot=0x34D,
8497 },
8498 {
8499  category="mn",
8500  cjkwd="a",
8501  combining=0xDC,
8502  description="COMBINING UPWARDS ARROW BELOW",
8503  direction="nsm",
8504  linebreak="cm",
8505  unicodeslot=0x34E,
8506 },
8507 {
8508  category="mn",
8509  cjkwd="a",
8510  description="COMBINING GRAPHEME JOINER",
8511  direction="nsm",
8512  linebreak="gl",
8513  synonyms={ "cgj" },
8514  unicodeslot=0x34F,
8515 },
8516 {
8517  category="mn",
8518  cjkwd="a",
8519  combining=0xE6,
8520  description="COMBINING RIGHT ARROWHEAD ABOVE",
8521  direction="nsm",
8522  linebreak="cm",
8523  unicodeslot=0x350,
8524 },
8525 {
8526  category="mn",
8527  cjkwd="a",
8528  combining=0xE6,
8529  description="COMBINING LEFT HALF RING ABOVE",
8530  direction="nsm",
8531  linebreak="cm",
8532  unicodeslot=0x351,
8533 },
8534 {
8535  category="mn",
8536  cjkwd="a",
8537  combining=0xE6,
8538  description="COMBINING FERMATA",
8539  direction="nsm",
8540  linebreak="cm",
8541  unicodeslot=0x352,
8542 },
8543 {
8544  category="mn",
8545  cjkwd="a",
8546  combining=0xDC,
8547  description="COMBINING X BELOW",
8548  direction="nsm",
8549  linebreak="cm",
8550  unicodeslot=0x353,
8551 },
8552 {
8553  category="mn",
8554  cjkwd="a",
8555  combining=0xDC,
8556  description="COMBINING LEFT ARROWHEAD BELOW",
8557  direction="nsm",
8558  linebreak="cm",
8559  unicodeslot=0x354,
8560 },
8561 {
8562  category="mn",
8563  cjkwd="a",
8564  combining=0xDC,
8565  description="COMBINING RIGHT ARROWHEAD BELOW",
8566  direction="nsm",
8567  linebreak="cm",
8568  unicodeslot=0x355,
8569 },
8570 {
8571  category="mn",
8572  cjkwd="a",
8573  combining=0xDC,
8574  description="COMBINING RIGHT ARROWHEAD AND UP ARROWHEAD BELOW",
8575  direction="nsm",
8576  linebreak="cm",
8577  unicodeslot=0x356,
8578 },
8579 {
8580  category="mn",
8581  cjkwd="a",
8582  combining=0xE6,
8583  description="COMBINING RIGHT HALF RING ABOVE",
8584  direction="nsm",
8585  linebreak="cm",
8586  unicodeslot=0x357,
8587 },
8588 {
8589  category="mn",
8590  cjkwd="a",
8591  combining=0xE8,
8592  description="COMBINING DOT ABOVE RIGHT",
8593  direction="nsm",
8594  linebreak="cm",
8595  unicodeslot=0x358,
8596 },
8597 {
8598  category="mn",
8599  cjkwd="a",
8600  combining=0xDC,
8601  description="COMBINING ASTERISK BELOW",
8602  direction="nsm",
8603  linebreak="cm",
8604  unicodeslot=0x359,
8605 },
8606 {
8607  category="mn",
8608  cjkwd="a",
8609  combining=0xDC,
8610  description="COMBINING DOUBLE RING BELOW",
8611  direction="nsm",
8612  linebreak="cm",
8613  unicodeslot=0x35A,
8614 },
8615 {
8616  category="mn",
8617  cjkwd="a",
8618  combining=0xE6,
8619  description="COMBINING ZIGZAG ABOVE",
8620  direction="nsm",
8621  linebreak="cm",
8622  unicodeslot=0x35B,
8623 },
8624 {
8625  category="mn",
8626  cjkwd="a",
8627  combining=0xE9,
8628  description="COMBINING DOUBLE BREVE BELOW",
8629  direction="nsm",
8630  linebreak="gl",
8631  synonyms={ "ligature tie below", "papyrological hyphen" },
8632  unicodeslot=0x35C,
8633 },
8634 {
8635  category="mn",
8636  cjkwd="a",
8637  combining=0xEA,
8638  description="COMBINING DOUBLE BREVE",
8639  direction="nsm",
8640  linebreak="gl",
8641  unicodeslot=0x35D,
8642 },
8643 {
8644  category="mn",
8645  cjkwd="a",
8646  combining=0xEA,
8647  description="COMBINING DOUBLE MACRON",
8648  direction="nsm",
8649  linebreak="gl",
8650  unicodeslot=0x35E,
8651 },
8652 {
8653  category="mn",
8654  cjkwd="a",
8655  combining=0xE9,
8656  description="COMBINING DOUBLE MACRON BELOW",
8657  direction="nsm",
8658  linebreak="gl",
8659  unicodeslot=0x35F,
8660 },
8661 {
8662  category="mn",
8663  cjkwd="a",
8664  combining=0xEA,
8665  description="COMBINING DOUBLE TILDE",
8666  direction="nsm",
8667  linebreak="gl",
8668  unicodeslot=0x360,
8669 },
8670 {
8671  category="mn",
8672  cjkwd="a",
8673  combining=0xEA,
8674  description="COMBINING DOUBLE INVERTED BREVE",
8675  direction="nsm",
8676  linebreak="gl",
8677  synonyms={ "ligature tie" },
8678  unicodeslot=0x361,
8679 },
8680 {
8681  category="mn",
8682  cjkwd="a",
8683  combining=0xE9,
8684  description="COMBINING DOUBLE RIGHTWARDS ARROW BELOW",
8685  direction="nsm",
8686  linebreak="gl",
8687  unicodeslot=0x362,
8688 },
8689 {
8690  category="mn",
8691  cjkwd="a",
8692  combining=0xE6,
8693  description="COMBINING LATIN SMALL LETTER A",
8694  direction="nsm",
8695  linebreak="cm",
8696  unicodeslot=0x363,
8697 },
8698 {
8699  category="mn",
8700  cjkwd="a",
8701  combining=0xE6,
8702  description="COMBINING LATIN SMALL LETTER E",
8703  direction="nsm",
8704  linebreak="cm",
8705  unicodeslot=0x364,
8706 },
8707 {
8708  category="mn",
8709  cjkwd="a",
8710  combining=0xE6,
8711  description="COMBINING LATIN SMALL LETTER I",
8712  direction="nsm",
8713  linebreak="cm",
8714  unicodeslot=0x365,
8715 },
8716 {
8717  category="mn",
8718  cjkwd="a",
8719  combining=0xE6,
8720  description="COMBINING LATIN SMALL LETTER O",
8721  direction="nsm",
8722  linebreak="cm",
8723  unicodeslot=0x366,
8724 },
8725 {
8726  category="mn",
8727  cjkwd="a",
8728  combining=0xE6,
8729  description="COMBINING LATIN SMALL LETTER U",
8730  direction="nsm",
8731  linebreak="cm",
8732  unicodeslot=0x367,
8733 },
8734 {
8735  category="mn",
8736  cjkwd="a",
8737  combining=0xE6,
8738  description="COMBINING LATIN SMALL LETTER C",
8739  direction="nsm",
8740  linebreak="cm",
8741  unicodeslot=0x368,
8742 },
8743 {
8744  category="mn",
8745  cjkwd="a",
8746  combining=0xE6,
8747  description="COMBINING LATIN SMALL LETTER D",
8748  direction="nsm",
8749  linebreak="cm",
8750  unicodeslot=0x369,
8751 },
8752 {
8753  category="mn",
8754  cjkwd="a",
8755  combining=0xE6,
8756  description="COMBINING LATIN SMALL LETTER H",
8757  direction="nsm",
8758  linebreak="cm",
8759  unicodeslot=0x36A,
8760 },
8761 {
8762  category="mn",
8763  cjkwd="a",
8764  combining=0xE6,
8765  description="COMBINING LATIN SMALL LETTER M",
8766  direction="nsm",
8767  linebreak="cm",
8768  unicodeslot=0x36B,
8769 },
8770 {
8771  category="mn",
8772  cjkwd="a",
8773  combining=0xE6,
8774  description="COMBINING LATIN SMALL LETTER R",
8775  direction="nsm",
8776  linebreak="cm",
8777  unicodeslot=0x36C,
8778 },
8779 {
8780  category="mn",
8781  cjkwd="a",
8782  combining=0xE6,
8783  description="COMBINING LATIN SMALL LETTER T",
8784  direction="nsm",
8785  linebreak="cm",
8786  unicodeslot=0x36D,
8787 },
8788 {
8789  category="mn",
8790  cjkwd="a",
8791  combining=0xE6,
8792  description="COMBINING LATIN SMALL LETTER V",
8793  direction="nsm",
8794  linebreak="cm",
8795  unicodeslot=0x36E,
8796 },
8797 {
8798  category="mn",
8799  cjkwd="a",
8800  combining=0xE6,
8801  description="COMBINING LATIN SMALL LETTER X",
8802  direction="nsm",
8803  linebreak="cm",
8804  unicodeslot=0x36F,
8805 },
8806 {
8807  category="lu",
8808  description="GREEK CAPITAL LETTER HETA",
8809  direction="l",
8810  lccode=0x371,
8811  linebreak="al",
8812  unicodeslot=0x370,
8813 },
8814 {
8815  category="ll",
8816  description="GREEK SMALL LETTER HETA",
8817  direction="l",
8818  linebreak="al",
8819  unicodeslot=0x371,
8820 },
8821 {
8822  category="lu",
8823  description="GREEK CAPITAL LETTER ARCHAIC SAMPI",
8824  direction="l",
8825  lccode=0x373,
8826  linebreak="al",
8827  unicodeslot=0x372,
8828 },
8829 {
8830  category="ll",
8831  description="GREEK SMALL LETTER ARCHAIC SAMPI",
8832  direction="l",
8833  linebreak="al",
8834  unicodeslot=0x373,
8835 },
8836 {
8837  category="sk",
8838  description="GREEK NUMERAL SIGN",
8839  direction="on",
8840  linebreak="al",
8841  specials={ "char", 0x2B9 },
8842  unicodeslot=0x374,
8843 },
8844 {
8845  category="sk",
8846  description="GREEK LOWER NUMERAL SIGN",
8847  direction="on",
8848  linebreak="al",
8849  unicodeslot=0x375,
8850 },
8851 {
8852  category="lu",
8853  description="GREEK CAPITAL LETTER PAMPHYLIAN DIGAMMA",
8854  direction="l",
8855  lccode=0x377,
8856  linebreak="al",
8857  unicodeslot=0x376,
8858 },
8859 {
8860  category="ll",
8861  description="GREEK SMALL LETTER PAMPHYLIAN DIGAMMA",
8862  direction="l",
8863  linebreak="al",
8864  unicodeslot=0x377,
8865 },
8866 [0x37A]={
8867  category="lm",
8868  description="GREEK YPOGEGRAMMENI",
8869  direction="l",
8870  linebreak="al",
8871  specials={ "compat", 0x20, 0x345 },
8872  unicodeslot=0x37A,
8873 },
8874 [0x37B]={
8875  category="ll",
8876  description="GREEK SMALL REVERSED LUNATE SIGMA SYMBOL",
8877  direction="l",
8878  linebreak="al",
8879  uccode=0x3FD,
8880  unicodeslot=0x37B,
8881 },
8882 [0x37C]={
8883  category="ll",
8884  description="GREEK SMALL DOTTED LUNATE SIGMA SYMBOL",
8885  direction="l",
8886  linebreak="al",
8887  uccode=0x3FE,
8888  unicodeslot=0x37C,
8889 },
8890 [0x37D]={
8891  category="ll",
8892  description="GREEK SMALL REVERSED DOTTED LUNATE SIGMA SYMBOL",
8893  direction="l",
8894  linebreak="al",
8895  uccode=0x3FF,
8896  unicodeslot=0x37D,
8897 },
8898 [0x37E]={
8899  category="po",
8900  description="GREEK QUESTION MARK",
8901  direction="on",
8902  linebreak="is",
8903  specials={ "char", 0x3B },
8904  unicodeslot=0x37E,
8905 },
8906 [0x37F]={
8907  category="lu",
8908  description="GREEK CAPITAL LETTER YOT",
8909  direction="l",
8910  lccode=0x3F3,
8911  linebreak="al",
8912  unicodeslot=0x37F,
8913 },
8914 [0x384]={
8915  category="sk",
8916  contextname="greektonos",
8917  description="GREEK TONOS",
8918  direction="on",
8919  linebreak="al",
8920  specials={ "compat", 0x20, 0x301 },
8921  unicodeslot=0x384,
8922 },
8923 [0x385]={
8924  category="sk",
8925  contextname="greekdialytikatonos",
8926  description="GREEK DIALYTIKA TONOS",
8927  direction="on",
8928  linebreak="al",
8929  specials={ "char", 0xA8, 0x301 },
8930  unicodeslot=0x385,
8931 },
8932 [0x386]={
8933  category="lu",
8934  contextname="greekAlphatonos",
8935  description="GREEK CAPITAL LETTER ALPHA WITH TONOS",
8936  direction="l",
8937  lccode=0x3AC,
8938  linebreak="al",
8939  shcode=0x391,
8940  specials={ "char", 0x391, 0x301 },
8941  unicodeslot=0x386,
8942 },
8943 [0x387]={
8944  category="po",
8945  description="GREEK ANO TELEIA",
8946  direction="on",
8947  linebreak="al",
8948  specials={ "char", 0xB7 },
8949  unicodeslot=0x387,
8950 },
8951 [0x388]={
8952  category="lu",
8953  contextname="greekEpsilontonos",
8954  description="GREEK CAPITAL LETTER EPSILON WITH TONOS",
8955  direction="l",
8956  lccode=0x3AD,
8957  linebreak="al",
8958  shcode=0x395,
8959  specials={ "char", 0x395, 0x301 },
8960  unicodeslot=0x388,
8961 },
8962 [0x389]={
8963  category="lu",
8964  contextname="greekEtatonos",
8965  description="GREEK CAPITAL LETTER ETA WITH TONOS",
8966  direction="l",
8967  lccode=0x3AE,
8968  linebreak="al",
8969  shcode=0x397,
8970  specials={ "char", 0x397, 0x301 },
8971  unicodeslot=0x389,
8972 },
8973 [0x38A]={
8974  category="lu",
8975  contextname="greekIotatonos",
8976  description="GREEK CAPITAL LETTER IOTA WITH TONOS",
8977  direction="l",
8978  lccode=0x3AF,
8979  linebreak="al",
8980  shcode=0x399,
8981  specials={ "char", 0x399, 0x301 },
8982  unicodeslot=0x38A,
8983 },
8984 [0x38C]={
8985  category="lu",
8986  contextname="greekOmicrontonos",
8987  description="GREEK CAPITAL LETTER OMICRON WITH TONOS",
8988  direction="l",
8989  lccode=0x3CC,
8990  linebreak="al",
8991  shcode=0x39F,
8992  specials={ "char", 0x39F, 0x301 },
8993  unicodeslot=0x38C,
8994 },
8995 [0x38E]={
8996  category="lu",
8997  contextname="greekUpsilontonos",
8998  description="GREEK CAPITAL LETTER UPSILON WITH TONOS",
8999  direction="l",
9000  lccode=0x3CD,
9001  linebreak="al",
9002  shcode=0x3A5,
9003  specials={ "char", 0x3A5, 0x301 },
9004  unicodeslot=0x38E,
9005 },
9006 [0x38F]={
9007  category="lu",
9008  contextname="greekOmegatonos",
9009  description="GREEK CAPITAL LETTER OMEGA WITH TONOS",
9010  direction="l",
9011  lccode=0x3CE,
9012  linebreak="al",
9013  shcode=0x3A9,
9014  specials={ "char", 0x3A9, 0x301 },
9015  unicodeslot=0x38F,
9016 },
9017 [0x390]={
9018  category="ll",
9019  contextname="greekiotadialytikatonos",
9020  description="GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS",
9021  direction="l",
9022  linebreak="al",
9023  shcode=0x3B9,
9024  specials={ "char", 0x3CA, 0x301 },
9025  uccode={ 0x3B9, 0x308, 0x301 },
9026  unicodeslot=0x390,
9027 },
9028 [0x391]={
9029  category="lu",
9030  cjkwd="a",
9031  contextname="greekAlpha",
9032  description="GREEK CAPITAL LETTER ALPHA",
9033  direction="l",
9034  lccode=0x3B1,
9035  linebreak="al",
9036  mathclass="variable",
9037  mathname="Alpha",
9038  unicodeslot=0x391,
9039 },
9040 [0x392]={
9041  category="lu",
9042  cjkwd="a",
9043  contextname="greekBeta",
9044  description="GREEK CAPITAL LETTER BETA",
9045  direction="l",
9046  lccode=0x3B2,
9047  linebreak="al",
9048  mathclass="variable",
9049  mathname="Beta",
9050  unicodeslot=0x392,
9051 },
9052 [0x393]={
9053  category="lu",
9054  cjkwd="a",
9055  contextname="greekGamma",
9056  description="GREEK CAPITAL LETTER GAMMA",
9057  direction="l",
9058  lccode=0x3B3,
9059  linebreak="al",
9060  mathclass="variable",
9061  mathname="Gamma",
9062  synonyms={ "gamma function" },
9063  unicodeslot=0x393,
9064 },
9065 [0x394]={
9066  category="lu",
9067  cjkwd="a",
9068  contextname="greekDelta",
9069  description="GREEK CAPITAL LETTER DELTA",
9070  direction="l",
9071  lccode=0x3B4,
9072  linebreak="al",
9073  mathclass="variable",
9074  mathname="Delta",
9075  unicodeslot=0x394,
9076 },
9077 [0x395]={
9078  category="lu",
9079  cjkwd="a",
9080  contextname="greekEpsilon",
9081  description="GREEK CAPITAL LETTER EPSILON",
9082  direction="l",
9083  lccode=0x3B5,
9084  linebreak="al",
9085  mathclass="variable",
9086  mathname="Epsilon",
9087  unicodeslot=0x395,
9088 },
9089 [0x396]={
9090  category="lu",
9091  cjkwd="a",
9092  contextname="greekZeta",
9093  description="GREEK CAPITAL LETTER ZETA",
9094  direction="l",
9095  lccode=0x3B6,
9096  linebreak="al",
9097  mathclass="variable",
9098  mathname="Zeta",
9099  unicodeslot=0x396,
9100 },
9101 [0x397]={
9102  category="lu",
9103  cjkwd="a",
9104  contextname="greekEta",
9105  description="GREEK CAPITAL LETTER ETA",
9106  direction="l",
9107  lccode=0x3B7,
9108  linebreak="al",
9109  mathclass="variable",
9110  mathname="Eta",
9111  unicodeslot=0x397,
9112 },
9113 [0x398]={
9114  category="lu",
9115  cjkwd="a",
9116  contextname="greekTheta",
9117  description="GREEK CAPITAL LETTER THETA",
9118  direction="l",
9119  lccode=0x3B8,
9120  linebreak="al",
9121  mathclass="variable",
9122  mathname="Theta",
9123  unicodeslot=0x398,
9124 },
9125 [0x399]={
9126  category="lu",
9127  cjkwd="a",
9128  contextname="greekIota",
9129  description="GREEK CAPITAL LETTER IOTA",
9130  direction="l",
9131  lccode=0x3B9,
9132  linebreak="al",
9133  mathclass="variable",
9134  mathname="Iota",
9135  unicodeslot=0x399,
9136 },
9137 [0x39A]={
9138  category="lu",
9139  cjkwd="a",
9140  contextname="greekKappa",
9141  description="GREEK CAPITAL LETTER KAPPA",
9142  direction="l",
9143  lccode=0x3BA,
9144  linebreak="al",
9145  mathclass="variable",
9146  mathname="Kappa",
9147  unicodeslot=0x39A,
9148 },
9149 [0x39B]={
9150  category="lu",
9151  cjkwd="a",
9152  contextname="greekLambda",
9153  description="GREEK CAPITAL LETTER LAMDA",
9154  direction="l",
9155  lccode=0x3BB,
9156  linebreak="al",
9157  mathclass="variable",
9158  mathname="Lambda",
9159  unicodeslot=0x39B,
9160 },
9161 [0x39C]={
9162  category="lu",
9163  cjkwd="a",
9164  contextname="greekMu",
9165  description="GREEK CAPITAL LETTER MU",
9166  direction="l",
9167  lccode=0x3BC,
9168  linebreak="al",
9169  mathclass="variable",
9170  mathname="Mu",
9171  unicodeslot=0x39C,
9172 },
9173 [0x39D]={
9174  category="lu",
9175  cjkwd="a",
9176  contextname="greekNu",
9177  description="GREEK CAPITAL LETTER NU",
9178  direction="l",
9179  lccode=0x3BD,
9180  linebreak="al",
9181  mathclass="variable",
9182  mathname="Nu",
9183  unicodeslot=0x39D,
9184 },
9185 [0x39E]={
9186  category="lu",
9187  cjkwd="a",
9188  contextname="greekXi",
9189  description="GREEK CAPITAL LETTER XI",
9190  direction="l",
9191  lccode=0x3BE,
9192  linebreak="al",
9193  mathclass="variable",
9194  mathname="Xi",
9195  unicodeslot=0x39E,
9196 },
9197 [0x39F]={
9198  category="lu",
9199  cjkwd="a",
9200  contextname="greekOmicron",
9201  description="GREEK CAPITAL LETTER OMICRON",
9202  direction="l",
9203  lccode=0x3BF,
9204  linebreak="al",
9205  mathclass="variable",
9206  mathname="Omicron",
9207  unicodeslot=0x39F,
9208 },
9209 [0x3A0]={
9210  category="lu",
9211  cjkwd="a",
9212  contextname="greekPi",
9213  description="GREEK CAPITAL LETTER PI",
9214  direction="l",
9215  lccode=0x3C0,
9216  linebreak="al",
9217  mathclass="variable",
9218  mathname="Pi",
9219  unicodeslot=0x3A0,
9220 },
9221 [0x3A1]={
9222  category="lu",
9223  cjkwd="a",
9224  contextname="greekRho",
9225  description="GREEK CAPITAL LETTER RHO",
9226  direction="l",
9227  lccode=0x3C1,
9228  linebreak="al",
9229  mathclass="variable",
9230  mathname="Rho",
9231  unicodeslot=0x3A1,
9232 },
9233 [0x3A3]={
9234  category="lu",
9235  cjkwd="a",
9236  contextname="greekSigma",
9237  description="GREEK CAPITAL LETTER SIGMA",
9238  direction="l",
9239  lccode=0x3C3,
9240  linebreak="al",
9241  mathclass="variable",
9242  mathname="Sigma",
9243  unicodeslot=0x3A3,
9244 },
9245 [0x3A4]={
9246  category="lu",
9247  cjkwd="a",
9248  contextname="greekTau",
9249  description="GREEK CAPITAL LETTER TAU",
9250  direction="l",
9251  lccode=0x3C4,
9252  linebreak="al",
9253  mathclass="variable",
9254  mathname="Tau",
9255  unicodeslot=0x3A4,
9256 },
9257 [0x3A5]={
9258  category="lu",
9259  cjkwd="a",
9260  contextname="greekUpsilon",
9261  description="GREEK CAPITAL LETTER UPSILON",
9262  direction="l",
9263  lccode=0x3C5,
9264  linebreak="al",
9265  mathclass="variable",
9266  mathname="Upsilon",
9267  unicodeslot=0x3A5,
9268 },
9269 [0x3A6]={
9270  category="lu",
9271  cjkwd="a",
9272  contextname="greekPhi",
9273  description="GREEK CAPITAL LETTER PHI",
9274  direction="l",
9275  lccode=0x3C6,
9276  linebreak="al",
9277  mathclass="variable",
9278  mathname="Phi",
9279  unicodeslot=0x3A6,
9280 },
9281 [0x3A7]={
9282  category="lu",
9283  cjkwd="a",
9284  contextname="greekChi",
9285  description="GREEK CAPITAL LETTER CHI",
9286  direction="l",
9287  lccode=0x3C7,
9288  linebreak="al",
9289  mathclass="variable",
9290  mathname="Chi",
9291  unicodeslot=0x3A7,
9292 },
9293 [0x3A8]={
9294  category="lu",
9295  cjkwd="a",
9296  contextname="greekPsi",
9297  description="GREEK CAPITAL LETTER PSI",
9298  direction="l",
9299  lccode=0x3C8,
9300  linebreak="al",
9301  mathclass="variable",
9302  mathname="Psi",
9303  unicodeslot=0x3A8,
9304 },
9305 [0x3A9]={
9306  category="lu",
9307  cjkwd="a",
9308  contextname="greekOmega",
9309  description="GREEK CAPITAL LETTER OMEGA",
9310  direction="l",
9311  lccode=0x3C9,
9312  linebreak="al",
9313  mathclass="variable",
9314  mathname="Omega",
9315  unicodeslot=0x3A9,
9316 },
9317 [0x3AA]={
9318  category="lu",
9319  contextname="greekIotadialytika",
9320  description="GREEK CAPITAL LETTER IOTA WITH DIALYTIKA",
9321  direction="l",
9322  lccode=0x3CA,
9323  linebreak="al",
9324  mathclass="variable",
9325  shcode=0x399,
9326  specials={ "char", 0x399, 0x308 },
9327  unicodeslot=0x3AA,
9328 },
9329 [0x3AB]={
9330  category="lu",
9331  contextname="greekUpsilondialytika",
9332  description="GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA",
9333  direction="l",
9334  lccode=0x3CB,
9335  linebreak="al",
9336  shcode=0x3A5,
9337  specials={ "char", 0x3A5, 0x308 },
9338  unicodeslot=0x3AB,
9339 },
9340 [0x3AC]={
9341  category="ll",
9342  contextname="greekalphatonos",
9343  description="GREEK SMALL LETTER ALPHA WITH TONOS",
9344  direction="l",
9345  linebreak="al",
9346  shcode=0x3B1,
9347  specials={ "char", 0x3B1, 0x301 },
9348  uccode=0x386,
9349  unicodeslot=0x3AC,
9350 },
9351 [0x3AD]={
9352  category="ll",
9353  contextname="greekepsilontonos",
9354  description="GREEK SMALL LETTER EPSILON WITH TONOS",
9355  direction="l",
9356  linebreak="al",
9357  shcode=0x3B5,
9358  specials={ "char", 0x3B5, 0x301 },
9359  uccode=0x388,
9360  unicodeslot=0x3AD,
9361 },
9362 [0x3AE]={
9363  category="ll",
9364  contextname="greeketatonos",
9365  description="GREEK SMALL LETTER ETA WITH TONOS",
9366  direction="l",
9367  linebreak="al",
9368  shcode=0x3B7,
9369  specials={ "char", 0x3B7, 0x301 },
9370  uccode=0x389,
9371  unicodeslot=0x3AE,
9372 },
9373 [0x3AF]={
9374  category="ll",
9375  contextname="greekiotatonos",
9376  description="GREEK SMALL LETTER IOTA WITH TONOS",
9377  direction="l",
9378  linebreak="al",
9379  shcode=0x3B9,
9380  specials={ "char", 0x3B9, 0x301 },
9381  uccode=0x38A,
9382  unicodeslot=0x3AF,
9383 },
9384 [0x3B0]={
9385  category="ll",
9386  contextname="greekupsilondialytikatonos",
9387  description="GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS",
9388  direction="l",
9389  linebreak="al",
9390  shcode=0x3C5,
9391  specials={ "char", 0x3CB, 0x301 },
9392  uccode={ 0x3C5, 0x308, 0x301 },
9393  unicodeslot=0x3B0,
9394 },
9395 [0x3B1]={
9396  category="ll",
9397  cjkwd="a",
9398  contextname="greekalpha",
9399  description="GREEK SMALL LETTER ALPHA",
9400  direction="l",
9401  linebreak="al",
9402  mathclass="variable",
9403  mathname="alpha",
9404  uccode=0x391,
9405  unicodeslot=0x3B1,
9406 },
9407 [0x3B2]={
9408  category="ll",
9409  cjkwd="a",
9410  contextname="greekbeta",
9411  description="GREEK SMALL LETTER BETA",
9412  direction="l",
9413  linebreak="al",
9414  mathclass="variable",
9415  mathname="beta",
9416  uccode=0x392,
9417  unicodeslot=0x3B2,
9418 },
9419 [0x3B3]={
9420  category="ll",
9421  cjkwd="a",
9422  contextname="greekgamma",
9423  description="GREEK SMALL LETTER GAMMA",
9424  direction="l",
9425  linebreak="al",
9426  mathclass="variable",
9427  mathname="gamma",
9428  uccode=0x393,
9429  unicodeslot=0x3B3,
9430 },
9431 [0x3B4]={
9432  category="ll",
9433  cjkwd="a",
9434  contextname="greekdelta",
9435  description="GREEK SMALL LETTER DELTA",
9436  direction="l",
9437  linebreak="al",
9438  mathclass="variable",
9439  mathname="delta",
9440  uccode=0x394,
9441  unicodeslot=0x3B4,
9442 },
9443 [0x3B5]={
9444  category="ll",
9445  cjkwd="a",
9446  contextname="greekepsilon",
9447  description="GREEK SMALL LETTER EPSILON",
9448  direction="l",
9449  linebreak="al",
9450  mathclass="variable",
9451  mathname="varepsilon",
9452  uccode=0x395,
9453  unicodeslot=0x3B5,
9454 },
9455 [0x3B6]={
9456  category="ll",
9457  cjkwd="a",
9458  contextname="greekzeta",
9459  description="GREEK SMALL LETTER ZETA",
9460  direction="l",
9461  linebreak="al",
9462  mathclass="variable",
9463  mathname="zeta",
9464  uccode=0x396,
9465  unicodeslot=0x3B6,
9466 },
9467 [0x3B7]={
9468  category="ll",
9469  cjkwd="a",
9470  contextname="greeketa",
9471  description="GREEK SMALL LETTER ETA",
9472  direction="l",
9473  linebreak="al",
9474  mathclass="variable",
9475  mathname="eta",
9476  uccode=0x397,
9477  unicodeslot=0x3B7,
9478 },
9479 [0x3B8]={
9480  category="ll",
9481  cjkwd="a",
9482  contextname="greektheta",
9483  description="GREEK SMALL LETTER THETA",
9484  direction="l",
9485  linebreak="al",
9486  mathclass="variable",
9487  mathname="theta",
9488  uccode=0x398,
9489  unicodeslot=0x3B8,
9490 },
9491 [0x3B9]={
9492  category="ll",
9493  cjkwd="a",
9494  contextname="greekiota",
9495  description="GREEK SMALL LETTER IOTA",
9496  direction="l",
9497  linebreak="al",
9498  mathclass="variable",
9499  mathname="iota",
9500  uccode=0x399,
9501  unicodeslot=0x3B9,
9502 },
9503 [0x3BA]={
9504  category="ll",
9505  cjkwd="a",
9506  contextname="greekkappa",
9507  description="GREEK SMALL LETTER KAPPA",
9508  direction="l",
9509  linebreak="al",
9510  mathclass="variable",
9511  mathname="kappa",
9512  uccode=0x39A,
9513  unicodeslot=0x3BA,
9514 },
9515 [0x3BB]={
9516  category="ll",
9517  cjkwd="a",
9518  contextname="greeklambda",
9519  description="GREEK SMALL LETTER LAMDA",
9520  direction="l",
9521  linebreak="al",
9522  mathclass="variable",
9523  mathname="lambda",
9524  uccode=0x39B,
9525  unicodeslot=0x3BB,
9526 },
9527 [0x3BC]={
9528  category="ll",
9529  cjkwd="a",
9530  contextname="greekmu",
9531  description="GREEK SMALL LETTER MU",
9532  direction="l",
9533  linebreak="al",
9534  mathclass="variable",
9535  mathname="mu",
9536  uccode=0x39C,
9537  unicodeslot=0x3BC,
9538 },
9539 [0x3BD]={
9540  category="ll",
9541  cjkwd="a",
9542  contextname="greeknu",
9543  description="GREEK SMALL LETTER NU",
9544  direction="l",
9545  linebreak="al",
9546  mathclass="variable",
9547  mathname="nu",
9548  uccode=0x39D,
9549  unicodeslot=0x3BD,
9550 },
9551 [0x3BE]={
9552  category="ll",
9553  cjkwd="a",
9554  contextname="greekxi",
9555  description="GREEK SMALL LETTER XI",
9556  direction="l",
9557  linebreak="al",
9558  mathclass="variable",
9559  mathname="xi",
9560  uccode=0x39E,
9561  unicodeslot=0x3BE,
9562 },
9563 [0x3BF]={
9564  category="ll",
9565  cjkwd="a",
9566  contextname="greekomicron",
9567  description="GREEK SMALL LETTER OMICRON",
9568  direction="l",
9569  linebreak="al",
9570  mathclass="variable",
9571  mathname="omicron",
9572  uccode=0x39F,
9573  unicodeslot=0x3BF,
9574 },
9575 [0x3C0]={
9576  category="ll",
9577  cjkwd="a",
9578  contextname="greekpi",
9579  description="GREEK SMALL LETTER PI",
9580  direction="l",
9581  linebreak="al",
9582  mathclass="variable",
9583  mathname="mathpiuprightshape",
9584  synonyms={ "mathematical constant 3.141592... pi", "mathematical constant pi" },
9585  uccode=0x3A0,
9586  unicodeslot=0x3C0,
9587 },
9588 [0x3C1]={
9589  category="ll",
9590  cjkwd="a",
9591  contextname="greekrho",
9592  description="GREEK SMALL LETTER RHO",
9593  direction="l",
9594  linebreak="al",
9595  mathclass="variable",
9596  mathname="rho",
9597  uccode=0x3A1,
9598  unicodeslot=0x3C1,
9599 },
9600 [0x3C2]={
9601  category="ll",
9602  contextname="greekfinalsigma",
9603  description="GREEK SMALL LETTER FINAL SIGMA",
9604  direction="l",
9605  linebreak="al",
9606  mathclass="variable",
9607  mathname="varsigma",
9608  uccode=0x3C3,
9609  unicodeslot=0x3C2,
9610 },
9611 [0x3C3]={
9612  category="ll",
9613  cjkwd="a",
9614  contextname="greeksigma",
9615  description="GREEK SMALL LETTER SIGMA",
9616  direction="l",
9617  linebreak="al",
9618  mathclass="variable",
9619  mathname="sigma",
9620  uccode=0x3A3,
9621  unicodeslot=0x3C3,
9622 },
9623 [0x3C4]={
9624  category="ll",
9625  cjkwd="a",
9626  contextname="greektau",
9627  description="GREEK SMALL LETTER TAU",
9628  direction="l",
9629  linebreak="al",
9630  mathclass="variable",
9631  mathname="tau",
9632  uccode=0x3A4,
9633  unicodeslot=0x3C4,
9634 },
9635 [0x3C5]={
9636  category="ll",
9637  cjkwd="a",
9638  contextname="greekupsilon",
9639  description="GREEK SMALL LETTER UPSILON",
9640  direction="l",
9641  linebreak="al",
9642  mathclass="variable",
9643  mathname="upsilon",
9644  uccode=0x3A5,
9645  unicodeslot=0x3C5,
9646 },
9647 [0x3C6]={
9648  category="ll",
9649  cjkwd="a",
9650  contextname="greekphi",
9651  description="GREEK SMALL LETTER PHI",
9652  direction="l",
9653  linebreak="al",
9654  mathclass="variable",
9655  mathname="varphi",
9656  uccode=0x3A6,
9657  unicodeslot=0x3C6,
9658 },
9659 [0x3C7]={
9660  category="ll",
9661  cjkwd="a",
9662  contextname="greekchi",
9663  description="GREEK SMALL LETTER CHI",
9664  direction="l",
9665  linebreak="al",
9666  mathclass="variable",
9667  mathname="chi",
9668  uccode=0x3A7,
9669  unicodeslot=0x3C7,
9670 },
9671 [0x3C8]={
9672  category="ll",
9673  cjkwd="a",
9674  contextname="greekpsi",
9675  description="GREEK SMALL LETTER PSI",
9676  direction="l",
9677  linebreak="al",
9678  mathclass="variable",
9679  mathname="psi",
9680  uccode=0x3A8,
9681  unicodeslot=0x3C8,
9682 },
9683 [0x3C9]={
9684  category="ll",
9685  cjkwd="a",
9686  contextname="greekomega",
9687  description="GREEK SMALL LETTER OMEGA",
9688  direction="l",
9689  linebreak="al",
9690  mathclass="variable",
9691  mathname="omega",
9692  uccode=0x3A9,
9693  unicodeslot=0x3C9,
9694 },
9695 [0x3CA]={
9696  category="ll",
9697  contextname="greekiotadialytika",
9698  description="GREEK SMALL LETTER IOTA WITH DIALYTIKA",
9699  direction="l",
9700  linebreak="al",
9701  shcode=0x3B9,
9702  specials={ "char", 0x3B9, 0x308 },
9703  uccode=0x3AA,
9704  unicodeslot=0x3CA,
9705 },
9706 [0x3CB]={
9707  category="ll",
9708  contextname="greekupsilondiaeresis",
9709  description="GREEK SMALL LETTER UPSILON WITH DIALYTIKA",
9710  direction="l",
9711  linebreak="al",
9712  shcode=0x3C5,
9713  specials={ "char", 0x3C5, 0x308 },
9714  uccode=0x3AB,
9715  unicodeslot=0x3CB,
9716 },
9717 [0x3CC]={
9718  category="ll",
9719  contextname="greekomicrontonos",
9720  description="GREEK SMALL LETTER OMICRON WITH TONOS",
9721  direction="l",
9722  linebreak="al",
9723  shcode=0x3BF,
9724  specials={ "char", 0x3BF, 0x301 },
9725  uccode=0x38C,
9726  unicodeslot=0x3CC,
9727 },
9728 [0x3CD]={
9729  category="ll",
9730  contextname="greekupsilontonos",
9731  description="GREEK SMALL LETTER UPSILON WITH TONOS",
9732  direction="l",
9733  linebreak="al",
9734  shcode=0x3C5,
9735  specials={ "char", 0x3C5, 0x301 },
9736  uccode=0x38E,
9737  unicodeslot=0x3CD,
9738 },
9739 [0x3CE]={
9740  category="ll",
9741  contextname="greekomegatonos",
9742  description="GREEK SMALL LETTER OMEGA WITH TONOS",
9743  direction="l",
9744  linebreak="al",
9745  shcode=0x3C9,
9746  specials={ "char", 0x3C9, 0x301 },
9747  uccode=0x38F,
9748  unicodeslot=0x3CE,
9749 },
9750 [0x3CF]={
9751  category="lu",
9752  description="GREEK CAPITAL KAI SYMBOL",
9753  direction="l",
9754  lccode=0x3D7,
9755  linebreak="al",
9756  unicodeslot=0x3CF,
9757 },
9758 [0x3D0]={
9759  category="ll",
9760  contextname="greekbetaalt",
9761  description="GREEK BETA SYMBOL",
9762  direction="l",
9763  linebreak="al",
9764  specials={ "compat", 0x3B2 },
9765  synonyms={ "curled beta" },
9766  uccode=0x3B2,
9767  unicodeslot=0x3D0,
9768 },
9769 [0x3D1]={
9770  category="ll",
9771  contextname="greekthetaalt",
9772  description="GREEK THETA SYMBOL",
9773  direction="l",
9774  linebreak="al",
9775  mathname="varTheta",
9776  specials={ "compat", 0x3B8 },
9777  synonyms={ "script theta" },
9778  uccode=0x3B8,
9779  unicodeslot=0x3D1,
9780 },
9781 [0x3D2]={
9782  category="lu",
9783  description="GREEK UPSILON WITH HOOK SYMBOL",
9784  direction="l",
9785  linebreak="al",
9786  specials={ "compat", 0x3A5 },
9787  unicodeslot=0x3D2,
9788 },
9789 [0x3D3]={
9790  category="lu",
9791  description="GREEK UPSILON WITH ACUTE AND HOOK SYMBOL",
9792  direction="l",
9793  linebreak="al",
9794  specials={ "char", 0x3D2, 0x301 },
9795  unicodeslot=0x3D3,
9796 },
9797 [0x3D4]={
9798  category="lu",
9799  description="GREEK UPSILON WITH DIAERESIS AND HOOK SYMBOL",
9800  direction="l",
9801  linebreak="al",
9802  specials={ "char", 0x3D2, 0x308 },
9803  unicodeslot=0x3D4,
9804 },
9805 [0x3D5]={
9806  category="ll",
9807  contextname="greekphialt",
9808  description="GREEK PHI SYMBOL",
9809  direction="l",
9810  linebreak="al",
9811  mathname="phi",
9812  specials={ "compat", 0x3C6 },
9813  uccode=0x3C6,
9814  unicodeslot=0x3D5,
9815 },
9816 [0x3D6]={
9817  category="ll",
9818  contextname="greekpialt",
9819  description="GREEK PI SYMBOL",
9820  direction="l",
9821  linebreak="al",
9822  mathname="varpi",
9823  specials={ "compat", 0x3C0 },
9824  synonyms={ "omega pi" },
9825  uccode=0x3C0,
9826  unicodeslot=0x3D6,
9827 },
9828 [0x3D7]={
9829  category="ll",
9830  description="GREEK KAI SYMBOL",
9831  direction="l",
9832  linebreak="al",
9833  unicodeslot=0x3D7,
9834 },
9835 [0x3D8]={
9836  category="lu",
9837  description="GREEK LETTER ARCHAIC KOPPA",
9838  direction="l",
9839  lccode=0x3D9,
9840  linebreak="al",
9841  unicodeslot=0x3D8,
9842 },
9843 [0x3D9]={
9844  category="ll",
9845  contextname="greekkoppa",
9846  description="GREEK SMALL LETTER ARCHAIC KOPPA",
9847  direction="l",
9848  linebreak="al",
9849  uccode=0x3D8,
9850  unicodeslot=0x3D9,
9851 },
9852 [0x3DA]={
9853  category="lu",
9854  description="GREEK LETTER STIGMA",
9855  direction="l",
9856  lccode=0x3DB,
9857  linebreak="al",
9858  unicodeslot=0x3DA,
9859 },
9860 [0x3DB]={
9861  category="ll",
9862  contextname="greekstigma",
9863  description="GREEK SMALL LETTER STIGMA",
9864  direction="l",
9865  linebreak="al",
9866  uccode=0x3DA,
9867  unicodeslot=0x3DB,
9868 },
9869 [0x3DC]={
9870  category="lu",
9871  description="GREEK LETTER DIGAMMA",
9872  direction="l",
9873  lccode=0x3DD,
9874  linebreak="al",
9875  mathname="digamma",
9876  unicodeslot=0x3DC,
9877 },
9878 [0x3DD]={
9879  category="ll",
9880  contextname="greekdigamma",
9881  description="GREEK SMALL LETTER DIGAMMA",
9882  direction="l",
9883  linebreak="al",
9884  uccode=0x3DC,
9885  unicodeslot=0x3DD,
9886 },
9887 [0x3DE]={
9888  category="lu",
9889  description="GREEK LETTER KOPPA",
9890  direction="l",
9891  lccode=0x3DF,
9892  linebreak="al",
9893  unicodeslot=0x3DE,
9894 },
9895 [0x3DF]={
9896  category="ll",
9897  contextname="greeknumkoppa",
9898  description="GREEK SMALL LETTER KOPPA",
9899  direction="l",
9900  linebreak="al",
9901  uccode=0x3DE,
9902  unicodeslot=0x3DF,
9903 },
9904 [0x3E0]={
9905  category="lu",
9906  description="GREEK LETTER SAMPI",
9907  direction="l",
9908  lccode=0x3E1,
9909  linebreak="al",
9910  unicodeslot=0x3E0,
9911 },
9912 [0x3E1]={
9913  category="ll",
9914  contextname="greeksampi",
9915  description="GREEK SMALL LETTER SAMPI",
9916  direction="l",
9917  linebreak="al",
9918  uccode=0x3E0,
9919  unicodeslot=0x3E1,
9920 },
9921 [0x3E2]={
9922  category="lu",
9923  description="COPTIC CAPITAL LETTER SHEI",
9924  direction="l",
9925  lccode=0x3E3,
9926  linebreak="al",
9927  unicodeslot=0x3E2,
9928 },
9929 [0x3E3]={
9930  category="ll",
9931  description="COPTIC SMALL LETTER SHEI",
9932  direction="l",
9933  linebreak="al",
9934  uccode=0x3E2,
9935  unicodeslot=0x3E3,
9936 },
9937 [0x3E4]={
9938  category="lu",
9939  description="COPTIC CAPITAL LETTER FEI",
9940  direction="l",
9941  lccode=0x3E5,
9942  linebreak="al",
9943  unicodeslot=0x3E4,
9944 },
9945 [0x3E5]={
9946  category="ll",
9947  description="COPTIC SMALL LETTER FEI",
9948  direction="l",
9949  linebreak="al",
9950  uccode=0x3E4,
9951  unicodeslot=0x3E5,
9952 },
9953 [0x3E6]={
9954  category="lu",
9955  description="COPTIC CAPITAL LETTER KHEI",
9956  direction="l",
9957  lccode=0x3E7,
9958  linebreak="al",
9959  unicodeslot=0x3E6,
9960 },
9961 [0x3E7]={
9962  category="ll",
9963  description="COPTIC SMALL LETTER KHEI",
9964  direction="l",
9965  linebreak="al",
9966  uccode=0x3E6,
9967  unicodeslot=0x3E7,
9968 },
9969 [0x3E8]={
9970  category="lu",
9971  description="COPTIC CAPITAL LETTER HORI",
9972  direction="l",
9973  lccode=0x3E9,
9974  linebreak="al",
9975  unicodeslot=0x3E8,
9976 },
9977 [0x3E9]={
9978  category="ll",
9979  description="COPTIC SMALL LETTER HORI",
9980  direction="l",
9981  linebreak="al",
9982  uccode=0x3E8,
9983  unicodeslot=0x3E9,
9984 },
9985 [0x3EA]={
9986  category="lu",
9987  description="COPTIC CAPITAL LETTER GANGIA",
9988  direction="l",
9989  lccode=0x3EB,
9990  linebreak="al",
9991  unicodeslot=0x3EA,
9992 },
9993 [0x3EB]={
9994  category="ll",
9995  description="COPTIC SMALL LETTER GANGIA",
9996  direction="l",
9997  linebreak="al",
9998  uccode=0x3EA,
9999  unicodeslot=0x3EB,
10000 },
10001 [0x3EC]={
10002  category="lu",
10003  description="COPTIC CAPITAL LETTER SHIMA",
10004  direction="l",
10005  lccode=0x3ED,
10006  linebreak="al",
10007  unicodeslot=0x3EC,
10008 },
10009 [0x3ED]={
10010  category="ll",
10011  description="COPTIC SMALL LETTER SHIMA",
10012  direction="l",
10013  linebreak="al",
10014  uccode=0x3EC,
10015  unicodeslot=0x3ED,
10016 },
10017 [0x3EE]={
10018  category="lu",
10019  description="COPTIC CAPITAL LETTER DEI",
10020  direction="l",
10021  lccode=0x3EF,
10022  linebreak="al",
10023  unicodeslot=0x3EE,
10024 },
10025 [0x3EF]={
10026  category="ll",
10027  description="COPTIC SMALL LETTER DEI",
10028  direction="l",
10029  linebreak="al",
10030  uccode=0x3EE,
10031  unicodeslot=0x3EF,
10032 },
10033 [0x3F0]={
10034  category="ll",
10035  description="GREEK KAPPA SYMBOL",
10036  direction="l",
10037  linebreak="al",
10038  mathclass="ordinary",
10039  specials={ "compat", 0x3BA },
10040  uccode=0x3BA,
10041  unicodeslot=0x3F0,
10042 },
10043 [0x3F1]={
10044  category="ll",
10045  contextname="greekrhoalt",
10046  description="GREEK RHO SYMBOL",
10047  direction="l",
10048  linebreak="al",
10049  specials={ "compat", 0x3C1 },
10050  uccode=0x3C1,
10051  unicodeslot=0x3F1,
10052 },
10053 [0x3F2]={
10054  category="ll",
10055  contextname="greeksigmalunate",
10056  description="GREEK LUNATE SIGMA SYMBOL",
10057  direction="l",
10058  linebreak="al",
10059  specials={ "compat", 0x3C2 },
10060  synonyms={ "greek small letter lunate sigma" },
10061  uccode=0x3F9,
10062  unicodeslot=0x3F2,
10063 },
10064 [0x3F3]={
10065  category="ll",
10066  description="GREEK LETTER YOT",
10067  direction="l",
10068  linebreak="al",
10069  unicodeslot=0x3F3,
10070 },
10071 [0x3F4]={
10072  category="lu",
10073  description="GREEK CAPITAL THETA SYMBOL",
10074  direction="l",
10075  lccode=0x3B8,
10076  linebreak="al",
10077  specials={ "compat", 0x398 },
10078  unicodeslot=0x3F4,
10079 },
10080 [0x3F5]={
10081  category="ll",
10082  contextname="greekepsilonalt",
10083  description="GREEK LUNATE EPSILON SYMBOL",
10084  direction="l",
10085  linebreak="al",
10086  mathname="epsilon",
10087  specials={ "compat", 0x3B5 },
10088  synonyms={ "straight epsilon" },
10089  uccode=0x3B5,
10090  unicodeslot=0x3F5,
10091 },
10092 [0x3F6]={
10093  category="sm",
10094  description="GREEK REVERSED LUNATE EPSILON SYMBOL",
10095  direction="on",
10096  linebreak="al",
10097  mathname="backepsilon",
10098  synonyms={ "reversed straight epsilon" },
10099  unicodeslot=0x3F6,
10100 },
10101 [0x3F7]={
10102  category="lu",
10103  description="GREEK CAPITAL LETTER SHO",
10104  direction="l",
10105  lccode=0x3F8,
10106  linebreak="al",
10107  unicodeslot=0x3F7,
10108 },
10109 [0x3F8]={
10110  category="ll",
10111  description="GREEK SMALL LETTER SHO",
10112  direction="l",
10113  linebreak="al",
10114  uccode=0x3F7,
10115  unicodeslot=0x3F8,
10116 },
10117 [0x3F9]={
10118  category="lu",
10119  contextname="greekSigmalunate",
10120  description="GREEK CAPITAL LUNATE SIGMA SYMBOL",
10121  direction="l",
10122  lccode=0x3F2,
10123  linebreak="al",
10124  specials={ "compat", 0x3A3 },
10125  unicodeslot=0x3F9,
10126 },
10127 [0x3FA]={
10128  category="lu",
10129  description="GREEK CAPITAL LETTER SAN",
10130  direction="l",
10131  lccode=0x3FB,
10132  linebreak="al",
10133  unicodeslot=0x3FA,
10134 },
10135 [0x3FB]={
10136  category="ll",
10137  description="GREEK SMALL LETTER SAN",
10138  direction="l",
10139  linebreak="al",
10140  uccode=0x3FA,
10141  unicodeslot=0x3FB,
10142 },
10143 [0x3FC]={
10144  category="ll",
10145  description="GREEK RHO WITH STROKE SYMBOL",
10146  direction="l",
10147  linebreak="al",
10148  unicodeslot=0x3FC,
10149 },
10150 [0x3FD]={
10151  category="lu",
10152  description="GREEK CAPITAL REVERSED LUNATE SIGMA SYMBOL",
10153  direction="l",
10154  lccode=0x37B,
10155  linebreak="al",
10156  unicodeslot=0x3FD,
10157 },
10158 [0x3FE]={
10159  category="lu",
10160  description="GREEK CAPITAL DOTTED LUNATE SIGMA SYMBOL",
10161  direction="l",
10162  lccode=0x37C,
10163  linebreak="al",
10164  unicodeslot=0x3FE,
10165 },
10166 [0x3FF]={
10167  category="lu",
10168  description="GREEK CAPITAL REVERSED DOTTED LUNATE SIGMA SYMBOL",
10169  direction="l",
10170  lccode=0x37D,
10171  linebreak="al",
10172  unicodeslot=0x3FF,
10173 },
10174 [0x400]={
10175  category="lu",
10176  contextname="cyrillicEgrave",
10177  description="CYRILLIC CAPITAL LETTER IE WITH GRAVE",
10178  direction="l",
10179  lccode=0x450,
10180  linebreak="al",
10181  shcode=0x415,
10182  specials={ "char", 0x415, 0x300 },
10183  unicodeslot=0x400,
10184 },
10185 [0x401]={
10186  category="lu",
10187  cjkwd="a",
10188  contextname="cyrillicYO",
10189  description="CYRILLIC CAPITAL LETTER IO",
10190  direction="l",
10191  lccode=0x451,
10192  linebreak="al",
10193  specials={ "char", 0x415, 0x308 },
10194  unicodeslot=0x401,
10195 },
10196 [0x402]={
10197  category="lu",
10198  contextname="cyrillicDJE",
10199  description="CYRILLIC CAPITAL LETTER DJE",
10200  direction="l",
10201  lccode=0x452,
10202  linebreak="al",
10203  unicodeslot=0x402,
10204 },
10205 [0x403]={
10206  category="lu",
10207  contextname="cyrillicGJE",
10208  description="CYRILLIC CAPITAL LETTER GJE",
10209  direction="l",
10210  lccode=0x453,
10211  linebreak="al",
10212  specials={ "char", 0x413, 0x301 },
10213  unicodeslot=0x403,
10214 },
10215 [0x404]={
10216  category="lu",
10217  contextname="cyrillicIE",
10218  description="CYRILLIC CAPITAL LETTER UKRAINIAN IE",
10219  direction="l",
10220  lccode=0x454,
10221  linebreak="al",
10222  unicodeslot=0x404,
10223 },
10224 [0x405]={
10225  category="lu",
10226  contextname="cyrillicDZE",
10227  description="CYRILLIC CAPITAL LETTER DZE",
10228  direction="l",
10229  lccode=0x455,
10230  linebreak="al",
10231  unicodeslot=0x405,
10232 },
10233 [0x406]={
10234  category="lu",
10235  contextname="cyrillicII",
10236  description="CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I",
10237  direction="l",
10238  lccode=0x456,
10239  linebreak="al",
10240  unicodeslot=0x406,
10241 },
10242 [0x407]={
10243  category="lu",
10244  contextname="cyrillicYI",
10245  description="CYRILLIC CAPITAL LETTER YI",
10246  direction="l",
10247  lccode=0x457,
10248  linebreak="al",
10249  specials={ "char", 0x406, 0x308 },
10250  unicodeslot=0x407,
10251 },
10252 [0x408]={
10253  category="lu",
10254  contextname="cyrillicJE",
10255  description="CYRILLIC CAPITAL LETTER JE",
10256  direction="l",
10257  lccode=0x458,
10258  linebreak="al",
10259  unicodeslot=0x408,
10260 },
10261 [0x409]={
10262  category="lu",
10263  contextname="cyrillicLJE",
10264  description="CYRILLIC CAPITAL LETTER LJE",
10265  direction="l",
10266  lccode=0x459,
10267  linebreak="al",
10268  unicodeslot=0x409,
10269 },
10270 [0x40A]={
10271  category="lu",
10272  contextname="cyrillicNJE",
10273  description="CYRILLIC CAPITAL LETTER NJE",
10274  direction="l",
10275  lccode=0x45A,
10276  linebreak="al",
10277  unicodeslot=0x40A,
10278 },
10279 [0x40B]={
10280  category="lu",
10281  contextname="cyrillicTSHE",
10282  description="CYRILLIC CAPITAL LETTER TSHE",
10283  direction="l",
10284  lccode=0x45B,
10285  linebreak="al",
10286  unicodeslot=0x40B,
10287 },
10288 [0x40C]={
10289  category="lu",
10290  contextname="cyrillicKJE",
10291  description="CYRILLIC CAPITAL LETTER KJE",
10292  direction="l",
10293  lccode=0x45C,
10294  linebreak="al",
10295  specials={ "char", 0x41A, 0x301 },
10296  unicodeslot=0x40C,
10297 },
10298 [0x40D]={
10299  category="lu",
10300  contextname="cyrillicIgrave",
10301  description="CYRILLIC CAPITAL LETTER I WITH GRAVE",
10302  direction="l",
10303  lccode=0x45D,
10304  linebreak="al",
10305  shcode=0x418,
10306  specials={ "char", 0x418, 0x300 },
10307  unicodeslot=0x40D,
10308 },
10309 [0x40E]={
10310  category="lu",
10311  contextname="cyrillicUSHRT",
10312  description="CYRILLIC CAPITAL LETTER SHORT U",
10313  direction="l",
10314  lccode=0x45E,
10315  linebreak="al",
10316  specials={ "char", 0x423, 0x306 },
10317  unicodeslot=0x40E,
10318 },
10319 [0x40F]={
10320  category="lu",
10321  contextname="cyrillicDZHE",
10322  description="CYRILLIC CAPITAL LETTER DZHE",
10323  direction="l",
10324  lccode=0x45F,
10325  linebreak="al",
10326  unicodeslot=0x40F,
10327 },
10328 [0x410]={
10329  category="lu",
10330  cjkwd="a",
10331  contextname="cyrillicA",
10332  description="CYRILLIC CAPITAL LETTER A",
10333  direction="l",
10334  lccode=0x430,
10335  linebreak="al",
10336  unicodeslot=0x410,
10337 },
10338 [0x411]={
10339  category="lu",
10340  cjkwd="a",
10341  contextname="cyrillicB",
10342  description="CYRILLIC CAPITAL LETTER BE",
10343  direction="l",
10344  lccode=0x431,
10345  linebreak="al",
10346  unicodeslot=0x411,
10347 },
10348 [0x412]={
10349  category="lu",
10350  cjkwd="a",
10351  contextname="cyrillicV",
10352  description="CYRILLIC CAPITAL LETTER VE",
10353  direction="l",
10354  lccode=0x432,
10355  linebreak="al",
10356  unicodeslot=0x412,
10357 },
10358 [0x413]={
10359  category="lu",
10360  cjkwd="a",
10361  contextname="cyrillicG",
10362  description="CYRILLIC CAPITAL LETTER GHE",
10363  direction="l",
10364  lccode=0x433,
10365  linebreak="al",
10366  unicodeslot=0x413,
10367 },
10368 [0x414]={
10369  category="lu",
10370  cjkwd="a",
10371  contextname="cyrillicD",
10372  description="CYRILLIC CAPITAL LETTER DE",
10373  direction="l",
10374  lccode=0x434,
10375  linebreak="al",
10376  unicodeslot=0x414,
10377 },
10378 [0x415]={
10379  category="lu",
10380  cjkwd="a",
10381  contextname="cyrillicE",
10382  description="CYRILLIC CAPITAL LETTER IE",
10383  direction="l",
10384  lccode=0x435,
10385  linebreak="al",
10386  unicodeslot=0x415,
10387 },
10388 [0x416]={
10389  category="lu",
10390  cjkwd="a",
10391  contextname="cyrillicZH",
10392  description="CYRILLIC CAPITAL LETTER ZHE",
10393  direction="l",
10394  lccode=0x436,
10395  linebreak="al",
10396  unicodeslot=0x416,
10397 },
10398 [0x417]={
10399  category="lu",
10400  cjkwd="a",
10401  contextname="cyrillicZ",
10402  description="CYRILLIC CAPITAL LETTER ZE",
10403  direction="l",
10404  lccode=0x437,
10405  linebreak="al",
10406  unicodeslot=0x417,
10407 },
10408 [0x418]={
10409  category="lu",
10410  cjkwd="a",
10411  contextname="cyrillicI",
10412  description="CYRILLIC CAPITAL LETTER I",
10413  direction="l",
10414  lccode=0x438,
10415  linebreak="al",
10416  unicodeslot=0x418,
10417 },
10418 [0x419]={
10419  category="lu",
10420  cjkwd="a",
10421  contextname="cyrillicISHRT",
10422  description="CYRILLIC CAPITAL LETTER SHORT I",
10423  direction="l",
10424  lccode=0x439,
10425  linebreak="al",
10426  specials={ "char", 0x418, 0x306 },
10427  unicodeslot=0x419,
10428 },
10429 [0x41A]={
10430  category="lu",
10431  cjkwd="a",
10432  contextname="cyrillicK",
10433  description="CYRILLIC CAPITAL LETTER KA",
10434  direction="l",
10435  lccode=0x43A,
10436  linebreak="al",
10437  unicodeslot=0x41A,
10438 },
10439 [0x41B]={
10440  category="lu",
10441  cjkwd="a",
10442  contextname="cyrillicL",
10443  description="CYRILLIC CAPITAL LETTER EL",
10444  direction="l",
10445  lccode=0x43B,
10446  linebreak="al",
10447  unicodeslot=0x41B,
10448 },
10449 [0x41C]={
10450  category="lu",
10451  cjkwd="a",
10452  contextname="cyrillicM",
10453  description="CYRILLIC CAPITAL LETTER EM",
10454  direction="l",
10455  lccode=0x43C,
10456  linebreak="al",
10457  unicodeslot=0x41C,
10458 },
10459 [0x41D]={
10460  category="lu",
10461  cjkwd="a",
10462  contextname="cyrillicN",
10463  description="CYRILLIC CAPITAL LETTER EN",
10464  direction="l",
10465  lccode=0x43D,
10466  linebreak="al",
10467  unicodeslot=0x41D,
10468 },
10469 [0x41E]={
10470  category="lu",
10471  cjkwd="a",
10472  contextname="cyrillicO",
10473  description="CYRILLIC CAPITAL LETTER O",
10474  direction="l",
10475  lccode=0x43E,
10476  linebreak="al",
10477  unicodeslot=0x41E,
10478 },
10479 [0x41F]={
10480  category="lu",
10481  cjkwd="a",
10482  contextname="cyrillicP",
10483  description="CYRILLIC CAPITAL LETTER PE",
10484  direction="l",
10485  lccode=0x43F,
10486  linebreak="al",
10487  unicodeslot=0x41F,
10488 },
10489 [0x420]={
10490  category="lu",
10491  cjkwd="a",
10492  contextname="cyrillicR",
10493  description="CYRILLIC CAPITAL LETTER ER",
10494  direction="l",
10495  lccode=0x440,
10496  linebreak="al",
10497  unicodeslot=0x420,
10498 },
10499 [0x421]={
10500  category="lu",
10501  cjkwd="a",
10502  contextname="cyrillicS",
10503  description="CYRILLIC CAPITAL LETTER ES",
10504  direction="l",
10505  lccode=0x441,
10506  linebreak="al",
10507  unicodeslot=0x421,
10508 },
10509 [0x422]={
10510  category="lu",
10511  cjkwd="a",
10512  contextname="cyrillicT",
10513  description="CYRILLIC CAPITAL LETTER TE",
10514  direction="l",
10515  lccode=0x442,
10516  linebreak="al",
10517  unicodeslot=0x422,
10518 },
10519 [0x423]={
10520  category="lu",
10521  cjkwd="a",
10522  contextname="cyrillicU",
10523  description="CYRILLIC CAPITAL LETTER U",
10524  direction="l",
10525  lccode=0x443,
10526  linebreak="al",
10527  unicodeslot=0x423,
10528 },
10529 [0x424]={
10530  category="lu",
10531  cjkwd="a",
10532  contextname="cyrillicF",
10533  description="CYRILLIC CAPITAL LETTER EF",
10534  direction="l",
10535  lccode=0x444,
10536  linebreak="al",
10537  unicodeslot=0x424,
10538 },
10539 [0x425]={
10540  category="lu",
10541  cjkwd="a",
10542  contextname="cyrillicH",
10543  description="CYRILLIC CAPITAL LETTER HA",
10544  direction="l",
10545  lccode=0x445,
10546  linebreak="al",
10547  unicodeslot=0x425,
10548 },
10549 [0x426]={
10550  category="lu",
10551  cjkwd="a",
10552  contextname="cyrillicC",
10553  description="CYRILLIC CAPITAL LETTER TSE",
10554  direction="l",
10555  lccode=0x446,
10556  linebreak="al",
10557  unicodeslot=0x426,
10558 },
10559 [0x427]={
10560  category="lu",
10561  cjkwd="a",
10562  contextname="cyrillicCH",
10563  description="CYRILLIC CAPITAL LETTER CHE",
10564  direction="l",
10565  lccode=0x447,
10566  linebreak="al",
10567  unicodeslot=0x427,
10568 },
10569 [0x428]={
10570  category="lu",
10571  cjkwd="a",
10572  contextname="cyrillicSH",
10573  description="CYRILLIC CAPITAL LETTER SHA",
10574  direction="l",
10575  lccode=0x448,
10576  linebreak="al",
10577  unicodeslot=0x428,
10578 },
10579 [0x429]={
10580  category="lu",
10581  cjkwd="a",
10582  contextname="cyrillicSHCH",
10583  description="CYRILLIC CAPITAL LETTER SHCHA",
10584  direction="l",
10585  lccode=0x449,
10586  linebreak="al",
10587  unicodeslot=0x429,
10588 },
10589 [0x42A]={
10590  category="lu",
10591  cjkwd="a",
10592  contextname="cyrillicHRDSN",
10593  description="CYRILLIC CAPITAL LETTER HARD SIGN",
10594  direction="l",
10595  lccode=0x44A,
10596  linebreak="al",
10597  unicodeslot=0x42A,
10598 },
10599 [0x42B]={
10600  category="lu",
10601  cjkwd="a",
10602  contextname="cyrillicERY",
10603  description="CYRILLIC CAPITAL LETTER YERU",
10604  direction="l",
10605  lccode=0x44B,
10606  linebreak="al",
10607  unicodeslot=0x42B,
10608 },
10609 [0x42C]={
10610  category="lu",
10611  cjkwd="a",
10612  contextname="cyrillicSFTSN",
10613  description="CYRILLIC CAPITAL LETTER SOFT SIGN",
10614  direction="l",
10615  lccode=0x44C,
10616  linebreak="al",
10617  unicodeslot=0x42C,
10618 },
10619 [0x42D]={
10620  category="lu",
10621  cjkwd="a",
10622  contextname="cyrillicEREV",
10623  description="CYRILLIC CAPITAL LETTER E",
10624  direction="l",
10625  lccode=0x44D,
10626  linebreak="al",
10627  unicodeslot=0x42D,
10628 },
10629 [0x42E]={
10630  category="lu",
10631  cjkwd="a",
10632  contextname="cyrillicYU",
10633  description="CYRILLIC CAPITAL LETTER YU",
10634  direction="l",
10635  lccode=0x44E,
10636  linebreak="al",
10637  unicodeslot=0x42E,
10638 },
10639 [0x42F]={
10640  category="lu",
10641  cjkwd="a",
10642  contextname="cyrillicYA",
10643  description="CYRILLIC CAPITAL LETTER YA",
10644  direction="l",
10645  lccode=0x44F,
10646  linebreak="al",
10647  unicodeslot=0x42F,
10648 },
10649 [0x430]={
10650  category="ll",
10651  cjkwd="a",
10652  contextname="cyrillica",
10653  description="CYRILLIC SMALL LETTER A",
10654  direction="l",
10655  linebreak="al",
10656  uccode=0x410,
10657  unicodeslot=0x430,
10658 },
10659 [0x431]={
10660  category="ll",
10661  cjkwd="a",
10662  contextname="cyrillicb",
10663  description="CYRILLIC SMALL LETTER BE",
10664  direction="l",
10665  linebreak="al",
10666  uccode=0x411,
10667  unicodeslot=0x431,
10668 },
10669 [0x432]={
10670  category="ll",
10671  cjkwd="a",
10672  contextname="cyrillicv",
10673  description="CYRILLIC SMALL LETTER VE",
10674  direction="l",
10675  linebreak="al",
10676  uccode=0x412,
10677  unicodeslot=0x432,
10678 },
10679 [0x433]={
10680  category="ll",
10681  cjkwd="a",
10682  contextname="cyrillicg",
10683  description="CYRILLIC SMALL LETTER GHE",
10684  direction="l",
10685  linebreak="al",
10686  uccode=0x413,
10687  unicodeslot=0x433,
10688 },
10689 [0x434]={
10690  category="ll",
10691  cjkwd="a",
10692  contextname="cyrillicd",
10693  description="CYRILLIC SMALL LETTER DE",
10694  direction="l",
10695  linebreak="al",
10696  uccode=0x414,
10697  unicodeslot=0x434,
10698 },
10699 [0x435]={
10700  category="ll",
10701  cjkwd="a",
10702  contextname="cyrillice",
10703  description="CYRILLIC SMALL LETTER IE",
10704  direction="l",
10705  linebreak="al",
10706  uccode=0x415,
10707  unicodeslot=0x435,
10708 },
10709 [0x436]={
10710  category="ll",
10711  cjkwd="a",
10712  contextname="cyrilliczh",
10713  description="CYRILLIC SMALL LETTER ZHE",
10714  direction="l",
10715  linebreak="al",
10716  uccode=0x416,
10717  unicodeslot=0x436,
10718 },
10719 [0x437]={
10720  category="ll",
10721  cjkwd="a",
10722  contextname="cyrillicz",
10723  description="CYRILLIC SMALL LETTER ZE",
10724  direction="l",
10725  linebreak="al",
10726  uccode=0x417,
10727  unicodeslot=0x437,
10728 },
10729 [0x438]={
10730  category="ll",
10731  cjkwd="a",
10732  contextname="cyrillici",
10733  description="CYRILLIC SMALL LETTER I",
10734  direction="l",
10735  linebreak="al",
10736  uccode=0x418,
10737  unicodeslot=0x438,
10738 },
10739 [0x439]={
10740  category="ll",
10741  cjkwd="a",
10742  contextname="cyrillicishrt",
10743  description="CYRILLIC SMALL LETTER SHORT I",
10744  direction="l",
10745  linebreak="al",
10746  specials={ "char", 0x438, 0x306 },
10747  uccode=0x419,
10748  unicodeslot=0x439,
10749 },
10750 [0x43A]={
10751  category="ll",
10752  cjkwd="a",
10753  contextname="cyrillick",
10754  description="CYRILLIC SMALL LETTER KA",
10755  direction="l",
10756  linebreak="al",
10757  uccode=0x41A,
10758  unicodeslot=0x43A,
10759 },
10760 [0x43B]={
10761  category="ll",
10762  cjkwd="a",
10763  contextname="cyrillicl",
10764  description="CYRILLIC SMALL LETTER EL",
10765  direction="l",
10766  linebreak="al",
10767  uccode=0x41B,
10768  unicodeslot=0x43B,
10769 },
10770 [0x43C]={
10771  category="ll",
10772  cjkwd="a",
10773  contextname="cyrillicm",
10774  description="CYRILLIC SMALL LETTER EM",
10775  direction="l",
10776  linebreak="al",
10777  uccode=0x41C,
10778  unicodeslot=0x43C,
10779 },
10780 [0x43D]={
10781  category="ll",
10782  cjkwd="a",
10783  contextname="cyrillicn",
10784  description="CYRILLIC SMALL LETTER EN",
10785  direction="l",
10786  linebreak="al",
10787  uccode=0x41D,
10788  unicodeslot=0x43D,
10789 },
10790 [0x43E]={
10791  category="ll",
10792  cjkwd="a",
10793  contextname="cyrillico",
10794  description="CYRILLIC SMALL LETTER O",
10795  direction="l",
10796  linebreak="al",
10797  uccode=0x41E,
10798  unicodeslot=0x43E,
10799 },
10800 [0x43F]={
10801  category="ll",
10802  cjkwd="a",
10803  contextname="cyrillicp",
10804  description="CYRILLIC SMALL LETTER PE",
10805  direction="l",
10806  linebreak="al",
10807  uccode=0x41F,
10808  unicodeslot=0x43F,
10809 },
10810 [0x440]={
10811  category="ll",
10812  cjkwd="a",
10813  contextname="cyrillicr",
10814  description="CYRILLIC SMALL LETTER ER",
10815  direction="l",
10816  linebreak="al",
10817  uccode=0x420,
10818  unicodeslot=0x440,
10819 },
10820 [0x441]={
10821  category="ll",
10822  cjkwd="a",
10823  contextname="cyrillics",
10824  description="CYRILLIC SMALL LETTER ES",
10825  direction="l",
10826  linebreak="al",
10827  uccode=0x421,
10828  unicodeslot=0x441,
10829 },
10830 [0x442]={
10831  category="ll",
10832  cjkwd="a",
10833  contextname="cyrillict",
10834  description="CYRILLIC SMALL LETTER TE",
10835  direction="l",
10836  linebreak="al",
10837  uccode=0x422,
10838  unicodeslot=0x442,
10839 },
10840 [0x443]={
10841  category="ll",
10842  cjkwd="a",
10843  contextname="cyrillicu",
10844  description="CYRILLIC SMALL LETTER U",
10845  direction="l",
10846  linebreak="al",
10847  uccode=0x423,
10848  unicodeslot=0x443,
10849 },
10850 [0x444]={
10851  category="ll",
10852  cjkwd="a",
10853  contextname="cyrillicf",
10854  description="CYRILLIC SMALL LETTER EF",
10855  direction="l",
10856  linebreak="al",
10857  uccode=0x424,
10858  unicodeslot=0x444,
10859 },
10860 [0x445]={
10861  category="ll",
10862  cjkwd="a",
10863  contextname="cyrillich",
10864  description="CYRILLIC SMALL LETTER HA",
10865  direction="l",
10866  linebreak="al",
10867  uccode=0x425,
10868  unicodeslot=0x445,
10869 },
10870 [0x446]={
10871  category="ll",
10872  cjkwd="a",
10873  contextname="cyrillicc",
10874  description="CYRILLIC SMALL LETTER TSE",
10875  direction="l",
10876  linebreak="al",
10877  uccode=0x426,
10878  unicodeslot=0x446,
10879 },
10880 [0x447]={
10881  category="ll",
10882  cjkwd="a",
10883  contextname="cyrillicch",
10884  description="CYRILLIC SMALL LETTER CHE",
10885  direction="l",
10886  linebreak="al",
10887  uccode=0x427,
10888  unicodeslot=0x447,
10889 },
10890 [0x448]={
10891  category="ll",
10892  cjkwd="a",
10893  contextname="cyrillicsh",
10894  description="CYRILLIC SMALL LETTER SHA",
10895  direction="l",
10896  linebreak="al",
10897  uccode=0x428,
10898  unicodeslot=0x448,
10899 },
10900 [0x449]={
10901  category="ll",
10902  cjkwd="a",
10903  contextname="cyrillicshch",
10904  description="CYRILLIC SMALL LETTER SHCHA",
10905  direction="l",
10906  linebreak="al",
10907  uccode=0x429,
10908  unicodeslot=0x449,
10909 },
10910 [0x44A]={
10911  category="ll",
10912  cjkwd="a",
10913  contextname="cyrillichrdsn",
10914  description="CYRILLIC SMALL LETTER HARD SIGN",
10915  direction="l",
10916  linebreak="al",
10917  uccode=0x42A,
10918  unicodeslot=0x44A,
10919 },
10920 [0x44B]={
10921  category="ll",
10922  cjkwd="a",
10923  contextname="cyrillicery",
10924  description="CYRILLIC SMALL LETTER YERU",
10925  direction="l",
10926  linebreak="al",
10927  uccode=0x42B,
10928  unicodeslot=0x44B,
10929 },
10930 [0x44C]={
10931  category="ll",
10932  cjkwd="a",
10933  contextname="cyrillicsftsn",
10934  description="CYRILLIC SMALL LETTER SOFT SIGN",
10935  direction="l",
10936  linebreak="al",
10937  uccode=0x42C,
10938  unicodeslot=0x44C,
10939 },
10940 [0x44D]={
10941  category="ll",
10942  cjkwd="a",
10943  contextname="cyrillicerev",
10944  description="CYRILLIC SMALL LETTER E",
10945  direction="l",
10946  linebreak="al",
10947  uccode=0x42D,
10948  unicodeslot=0x44D,
10949 },
10950 [0x44E]={
10951  category="ll",
10952  cjkwd="a",
10953  contextname="cyrillicyu",
10954  description="CYRILLIC SMALL LETTER YU",
10955  direction="l",
10956  linebreak="al",
10957  uccode=0x42E,
10958  unicodeslot=0x44E,
10959 },
10960 [0x44F]={
10961  category="ll",
10962  cjkwd="a",
10963  contextname="cyrillicya",
10964  description="CYRILLIC SMALL LETTER YA",
10965  direction="l",
10966  linebreak="al",
10967  uccode=0x42F,
10968  unicodeslot=0x44F,
10969 },
10970 [0x450]={
10971  category="ll",
10972  contextname="cyrillicegrave",
10973  description="CYRILLIC SMALL LETTER IE WITH GRAVE",
10974  direction="l",
10975  linebreak="al",
10976  shcode=0x435,
10977  specials={ "char", 0x435, 0x300 },
10978  uccode=0x400,
10979  unicodeslot=0x450,
10980 },
10981 [0x451]={
10982  category="ll",
10983  cjkwd="a",
10984  contextname="cyrillicyo",
10985  description="CYRILLIC SMALL LETTER IO",
10986  direction="l",
10987  linebreak="al",
10988  specials={ "char", 0x435, 0x308 },
10989  uccode=0x401,
10990  unicodeslot=0x451,
10991 },
10992 [0x452]={
10993  category="ll",
10994  contextname="cyrillicdje",
10995  description="CYRILLIC SMALL LETTER DJE",
10996  direction="l",
10997  linebreak="al",
10998  uccode=0x402,
10999  unicodeslot=0x452,
11000 },
11001 [0x453]={
11002  category="ll",
11003  contextname="cyrillicgje",
11004  description="CYRILLIC SMALL LETTER GJE",
11005  direction="l",
11006  linebreak="al",
11007  specials={ "char", 0x433, 0x301 },
11008  uccode=0x403,
11009  unicodeslot=0x453,
11010 },
11011 [0x454]={
11012  category="ll",
11013  contextname="cyrillicie",
11014  description="CYRILLIC SMALL LETTER UKRAINIAN IE",
11015  direction="l",
11016  linebreak="al",
11017  uccode=0x404,
11018  unicodeslot=0x454,
11019 },
11020 [0x455]={
11021  category="ll",
11022  contextname="cyrillicdze",
11023  description="CYRILLIC SMALL LETTER DZE",
11024  direction="l",
11025  linebreak="al",
11026  uccode=0x405,
11027  unicodeslot=0x455,
11028 },
11029 [0x456]={
11030  category="ll",
11031  contextname="cyrillicii",
11032  description="CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I",
11033  direction="l",
11034  linebreak="al",
11035  uccode=0x406,
11036  unicodeslot=0x456,
11037 },
11038 [0x457]={
11039  category="ll",
11040  contextname="cyrillicyi",
11041  description="CYRILLIC SMALL LETTER YI",
11042  direction="l",
11043  linebreak="al",
11044  specials={ "char", 0x456, 0x308 },
11045  uccode=0x407,
11046  unicodeslot=0x457,
11047 },
11048 [0x458]={
11049  category="ll",
11050  contextname="cyrillicje",
11051  description="CYRILLIC SMALL LETTER JE",
11052  direction="l",
11053  linebreak="al",
11054  uccode=0x408,
11055  unicodeslot=0x458,
11056 },
11057 [0x459]={
11058  category="ll",
11059  contextname="cyrilliclje",
11060  description="CYRILLIC SMALL LETTER LJE",
11061  direction="l",
11062  linebreak="al",
11063  uccode=0x409,
11064  unicodeslot=0x459,
11065 },
11066 [0x45A]={
11067  category="ll",
11068  contextname="cyrillicnje",
11069  description="CYRILLIC SMALL LETTER NJE",
11070  direction="l",
11071  linebreak="al",
11072  uccode=0x40A,
11073  unicodeslot=0x45A,
11074 },
11075 [0x45B]={
11076  category="ll",
11077  contextname="cyrillictshe",
11078  description="CYRILLIC SMALL LETTER TSHE",
11079  direction="l",
11080  linebreak="al",
11081  uccode=0x40B,
11082  unicodeslot=0x45B,
11083 },
11084 [0x45C]={
11085  category="ll",
11086  contextname="cyrillickje",
11087  description="CYRILLIC SMALL LETTER KJE",
11088  direction="l",
11089  linebreak="al",
11090  specials={ "char", 0x43A, 0x301 },
11091  uccode=0x40C,
11092  unicodeslot=0x45C,
11093 },
11094 [0x45D]={
11095  category="ll",
11096  contextname="cyrillicigrave",
11097  description="CYRILLIC SMALL LETTER I WITH GRAVE",
11098  direction="l",
11099  linebreak="al",
11100  shcode=0x438,
11101  specials={ "char", 0x438, 0x300 },
11102  uccode=0x40D,
11103  unicodeslot=0x45D,
11104 },
11105 [0x45E]={
11106  category="ll",
11107  contextname="cyrillicushrt",
11108  description="CYRILLIC SMALL LETTER SHORT U",
11109  direction="l",
11110  linebreak="al",
11111  specials={ "char", 0x443, 0x306 },
11112  uccode=0x40E,
11113  unicodeslot=0x45E,
11114 },
11115 [0x45F]={
11116  category="ll",
11117  contextname="cyrillicdzhe",
11118  description="CYRILLIC SMALL LETTER DZHE",
11119  direction="l",
11120  linebreak="al",
11121  uccode=0x40F,
11122  unicodeslot=0x45F,
11123 },
11124 [0x460]={
11125  category="lu",
11126  contextname="cyrillicOMEGA",
11127  description="CYRILLIC CAPITAL LETTER OMEGA",
11128  direction="l",
11129  lccode=0x461,
11130  linebreak="al",
11131  unicodeslot=0x460,
11132 },
11133 [0x461]={
11134  category="ll",
11135  contextname="cyrillicomega",
11136  description="CYRILLIC SMALL LETTER OMEGA",
11137  direction="l",
11138  linebreak="al",
11139  uccode=0x460,
11140  unicodeslot=0x461,
11141 },
11142 [0x462]={
11143  category="lu",
11144  contextname="cyrillicYAT",
11145  description="CYRILLIC CAPITAL LETTER YAT",
11146  direction="l",
11147  lccode=0x463,
11148  linebreak="al",
11149  unicodeslot=0x462,
11150 },
11151 [0x463]={
11152  category="ll",
11153  contextname="cyrillicyat",
11154  description="CYRILLIC SMALL LETTER YAT",
11155  direction="l",
11156  linebreak="al",
11157  uccode=0x462,
11158  unicodeslot=0x463,
11159 },
11160 [0x464]={
11161  category="lu",
11162  contextname="cyrillicEiotified",
11163  description="CYRILLIC CAPITAL LETTER IOTIFIED E",
11164  direction="l",
11165  lccode=0x465,
11166  linebreak="al",
11167  unicodeslot=0x464,
11168 },
11169 [0x465]={
11170  category="ll",
11171  contextname="cyrilliceiotified",
11172  description="CYRILLIC SMALL LETTER IOTIFIED E",
11173  direction="l",
11174  linebreak="al",
11175  uccode=0x464,
11176  unicodeslot=0x465,
11177 },
11178 [0x466]={
11179  category="lu",
11180  contextname="cyrillicLITTLEYUS",
11181  description="CYRILLIC CAPITAL LETTER LITTLE YUS",
11182  direction="l",
11183  lccode=0x467,
11184  linebreak="al",
11185  unicodeslot=0x466,
11186 },
11187 [0x467]={
11188  category="ll",
11189  contextname="cyrilliclittleyus",
11190  description="CYRILLIC SMALL LETTER LITTLE YUS",
11191  direction="l",
11192  linebreak="al",
11193  uccode=0x466,
11194  unicodeslot=0x467,
11195 },
11196 [0x468]={
11197  category="lu",
11198  contextname="cyrillicLITTLEYUSiotified",
11199  description="CYRILLIC CAPITAL LETTER IOTIFIED LITTLE YUS",
11200  direction="l",
11201  lccode=0x469,
11202  linebreak="al",
11203  unicodeslot=0x468,
11204 },
11205 [0x469]={
11206  category="ll",
11207  contextname="cyrilliclittleyusiotified",
11208  description="CYRILLIC SMALL LETTER IOTIFIED LITTLE YUS",
11209  direction="l",
11210  linebreak="al",
11211  uccode=0x468,
11212  unicodeslot=0x469,
11213 },
11214 [0x46A]={
11215  category="lu",
11216  contextname="cyrillicBIGYUS",
11217  description="CYRILLIC CAPITAL LETTER BIG YUS",
11218  direction="l",
11219  lccode=0x46B,
11220  linebreak="al",
11221  unicodeslot=0x46A,
11222 },
11223 [0x46B]={
11224  category="ll",
11225  contextname="cyrillicbigyus",
11226  description="CYRILLIC SMALL LETTER BIG YUS",
11227  direction="l",
11228  linebreak="al",
11229  uccode=0x46A,
11230  unicodeslot=0x46B,
11231 },
11232 [0x46C]={
11233  category="lu",
11234  contextname="cyrillicBIGYUSiotified",
11235  description="CYRILLIC CAPITAL LETTER IOTIFIED BIG YUS",
11236  direction="l",
11237  lccode=0x46D,
11238  linebreak="al",
11239  unicodeslot=0x46C,
11240 },
11241 [0x46D]={
11242  category="ll",
11243  contextname="cyrillicbigyusiotified",
11244  description="CYRILLIC SMALL LETTER IOTIFIED BIG YUS",
11245  direction="l",
11246  linebreak="al",
11247  uccode=0x46C,
11248  unicodeslot=0x46D,
11249 },
11250 [0x46E]={
11251  category="lu",
11252  contextname="cyrillicKSI",
11253  description="CYRILLIC CAPITAL LETTER KSI",
11254  direction="l",
11255  lccode=0x46F,
11256  linebreak="al",
11257  unicodeslot=0x46E,
11258 },
11259 [0x46F]={
11260  category="ll",
11261  contextname="cyrillicksi",
11262  description="CYRILLIC SMALL LETTER KSI",
11263  direction="l",
11264  linebreak="al",
11265  uccode=0x46E,
11266  unicodeslot=0x46F,
11267 },
11268 [0x470]={
11269  category="lu",
11270  contextname="cyrillicPSI",
11271  description="CYRILLIC CAPITAL LETTER PSI",
11272  direction="l",
11273  lccode=0x471,
11274  linebreak="al",
11275  unicodeslot=0x470,
11276 },
11277 [0x471]={
11278  category="ll",
11279  contextname="cyrillicpsi",
11280  description="CYRILLIC SMALL LETTER PSI",
11281  direction="l",
11282  linebreak="al",
11283  uccode=0x470,
11284  unicodeslot=0x471,
11285 },
11286 [0x472]={
11287  category="lu",
11288  contextname="cyrillicFITA",
11289  description="CYRILLIC CAPITAL LETTER FITA",
11290  direction="l",
11291  lccode=0x473,
11292  linebreak="al",
11293  unicodeslot=0x472,
11294 },
11295 [0x473]={
11296  category="ll",
11297  contextname="cyrillicfita",
11298  description="CYRILLIC SMALL LETTER FITA",
11299  direction="l",
11300  linebreak="al",
11301  uccode=0x472,
11302  unicodeslot=0x473,
11303 },
11304 [0x474]={
11305  category="lu",
11306  contextname="cyrillicIZHITSA",
11307  description="CYRILLIC CAPITAL LETTER IZHITSA",
11308  direction="l",
11309  lccode=0x475,
11310  linebreak="al",
11311  unicodeslot=0x474,
11312 },
11313 [0x475]={
11314  category="ll",
11315  contextname="cyrillicizhitsa",
11316  description="CYRILLIC SMALL LETTER IZHITSA",
11317  direction="l",
11318  linebreak="al",
11319  uccode=0x474,
11320  unicodeslot=0x475,
11321 },
11322 [0x476]={
11323  category="lu",
11324  contextname="cyrillicIZHITSAdoublegrave",
11325  description="CYRILLIC CAPITAL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT",
11326  direction="l",
11327  lccode=0x477,
11328  linebreak="al",
11329  shcode=0x474,
11330  specials={ "char", 0x474, 0x30F },
11331  unicodeslot=0x476,
11332 },
11333 [0x477]={
11334  category="ll",
11335  contextname="cyrillicizhitsadoublegrave",
11336  description="CYRILLIC SMALL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT",
11337  direction="l",
11338  linebreak="al",
11339  shcode=0x475,
11340  specials={ "char", 0x475, 0x30F },
11341  uccode=0x476,
11342  unicodeslot=0x477,
11343 },
11344 [0x478]={
11345  category="lu",
11346  contextname="cyrillicUK",
11347  description="CYRILLIC CAPITAL LETTER UK",
11348  direction="l",
11349  lccode=0x479,
11350  linebreak="al",
11351  unicodeslot=0x478,
11352 },
11353 [0x479]={
11354  category="ll",
11355  contextname="cyrillicuk",
11356  description="CYRILLIC SMALL LETTER UK",
11357  direction="l",
11358  linebreak="al",
11359  uccode=0x478,
11360  unicodeslot=0x479,
11361 },
11362 [0x47A]={
11363  category="lu",
11364  contextname="cyrillicOMEGAround",
11365  description="CYRILLIC CAPITAL LETTER ROUND OMEGA",
11366  direction="l",
11367  lccode=0x47B,
11368  linebreak="al",
11369  unicodeslot=0x47A,
11370 },
11371 [0x47B]={
11372  category="ll",
11373  contextname="cyrillicomegaround",
11374  description="CYRILLIC SMALL LETTER ROUND OMEGA",
11375  direction="l",
11376  linebreak="al",
11377  uccode=0x47A,
11378  unicodeslot=0x47B,
11379 },
11380 [0x47C]={
11381  category="lu",
11382  contextname="cyrillicOMEGAtitlo",
11383  description="CYRILLIC CAPITAL LETTER OMEGA WITH TITLO",
11384  direction="l",
11385  lccode=0x47D,
11386  linebreak="al",
11387  shcode=0x460,
11388  unicodeslot=0x47C,
11389 },
11390 [0x47D]={
11391  category="ll",
11392  contextname="cyrillicomegatitlo",
11393  description="CYRILLIC SMALL LETTER OMEGA WITH TITLO",
11394  direction="l",
11395  linebreak="al",
11396  shcode=0x461,
11397  uccode=0x47C,
11398  unicodeslot=0x47D,
11399 },
11400 [0x47E]={
11401  category="lu",
11402  contextname="cyrillicOT",
11403  description="CYRILLIC CAPITAL LETTER OT",
11404  direction="l",
11405  lccode=0x47F,
11406  linebreak="al",
11407  unicodeslot=0x47E,
11408 },
11409 [0x47F]={
11410  category="ll",
11411  contextname="cyrillicot",
11412  description="CYRILLIC SMALL LETTER OT",
11413  direction="l",
11414  linebreak="al",
11415  uccode=0x47E,
11416  unicodeslot=0x47F,
11417 },
11418 [0x480]={
11419  category="lu",
11420  contextname="cyrillicKOPPA",
11421  description="CYRILLIC CAPITAL LETTER KOPPA",
11422  direction="l",
11423  lccode=0x481,
11424  linebreak="al",
11425  unicodeslot=0x480,
11426 },
11427 [0x481]={
11428  category="ll",
11429  contextname="cyrillickoppa",
11430  description="CYRILLIC SMALL LETTER KOPPA",
11431  direction="l",
11432  linebreak="al",
11433  uccode=0x480,
11434  unicodeslot=0x481,
11435 },
11436 [0x482]={
11437  category="so",
11438  description="CYRILLIC THOUSANDS SIGN",
11439  direction="l",
11440  linebreak="al",
11441  unicodeslot=0x482,
11442 },
11443 [0x483]={
11444  category="mn",
11445  combining=0xE6,
11446  contextname="cyrillicTITLO",
11447  description="COMBINING CYRILLIC TITLO",
11448  direction="nsm",
11449  linebreak="cm",
11450  unicodeslot=0x483,
11451 },
11452 [0x484]={
11453  category="mn",
11454  combining=0xE6,
11455  contextname="cyrillicPALATALIZATION",
11456  description="COMBINING CYRILLIC PALATALIZATION",
11457  direction="nsm",
11458  linebreak="cm",
11459  unicodeslot=0x484,
11460 },
11461 [0x485]={
11462  category="mn",
11463  combining=0xE6,
11464  contextname="cyrillicDASIAPNEUMATA",
11465  description="COMBINING CYRILLIC DASIA PNEUMATA",
11466  direction="nsm",
11467  linebreak="cm",
11468  unicodeslot=0x485,
11469 },
11470 [0x486]={
11471  category="mn",
11472  combining=0xE6,
11473  contextname="cyrillicPSILIPNEUMATA",
11474  description="COMBINING CYRILLIC PSILI PNEUMATA",
11475  direction="nsm",
11476  linebreak="cm",
11477  unicodeslot=0x486,
11478 },
11479 [0x487]={
11480  category="mn",
11481  combining=0xE6,
11482  description="COMBINING CYRILLIC POKRYTIE",
11483  direction="nsm",
11484  linebreak="cm",
11485  unicodeslot=0x487,
11486 },
11487 [0x488]={
11488  category="me",
11489  description="COMBINING CYRILLIC HUNDRED THOUSANDS SIGN",
11490  direction="nsm",
11491  linebreak="cm",
11492  unicodeslot=0x488,
11493 },
11494 [0x489]={
11495  category="me",
11496  description="COMBINING CYRILLIC MILLIONS SIGN",
11497  direction="nsm",
11498  linebreak="cm",
11499  unicodeslot=0x489,
11500 },
11501 [0x48A]={
11502  category="lu",
11503  contextname="cyrillicISHRTtail",
11504  description="CYRILLIC CAPITAL LETTER SHORT I WITH TAIL",
11505  direction="l",
11506  lccode=0x48B,
11507  linebreak="al",
11508  unicodeslot=0x48A,
11509 },
11510 [0x48B]={
11511  category="ll",
11512  contextname="cyrillicishrttail",
11513  description="CYRILLIC SMALL LETTER SHORT I WITH TAIL",
11514  direction="l",
11515  linebreak="al",
11516  uccode=0x48A,
11517  unicodeslot=0x48B,
11518 },
11519 [0x48C]={
11520  category="lu",
11521  contextname="cyrillicSEMISOFT",
11522  description="CYRILLIC CAPITAL LETTER SEMISOFT SIGN",
11523  direction="l",
11524  lccode=0x48D,
11525  linebreak="al",
11526  unicodeslot=0x48C,
11527 },
11528 [0x48D]={
11529  category="ll",
11530  contextname="cyrillicsemisoft",
11531  description="CYRILLIC SMALL LETTER SEMISOFT SIGN",
11532  direction="l",
11533  linebreak="al",
11534  uccode=0x48C,
11535  unicodeslot=0x48D,
11536 },
11537 [0x48E]={
11538  category="lu",
11539  contextname="cyrillicERtick",
11540  description="CYRILLIC CAPITAL LETTER ER WITH TICK",
11541  direction="l",
11542  lccode=0x48F,
11543  linebreak="al",
11544  shcode=0x420,
11545  unicodeslot=0x48E,
11546 },
11547 [0x48F]={
11548  category="ll",
11549  contextname="cyrillicertick",
11550  description="CYRILLIC SMALL LETTER ER WITH TICK",
11551  direction="l",
11552  linebreak="al",
11553  shcode=0x440,
11554  uccode=0x48E,
11555  unicodeslot=0x48F,
11556 },
11557 [0x490]={
11558  category="lu",
11559  contextname="cyrillicGHEupturn",
11560  description="CYRILLIC CAPITAL LETTER GHE WITH UPTURN",
11561  direction="l",
11562  lccode=0x491,
11563  linebreak="al",
11564  shcode=0x413,
11565  unicodeslot=0x490,
11566 },
11567 [0x491]={
11568  category="ll",
11569  contextname="cyrillicgheupturn",
11570  description="CYRILLIC SMALL LETTER GHE WITH UPTURN",
11571  direction="l",
11572  linebreak="al",
11573  shcode=0x433,
11574  uccode=0x490,
11575  unicodeslot=0x491,
11576 },
11577 [0x492]={
11578  category="lu",
11579  contextname="cyrillicGHEstroke",
11580  description="CYRILLIC CAPITAL LETTER GHE WITH STROKE",
11581  direction="l",
11582  lccode=0x493,
11583  linebreak="al",
11584  shcode=0x413,
11585  specials={ "with", 0x413, 0x2F },
11586  unicodeslot=0x492,
11587 },
11588 [0x493]={
11589  category="ll",
11590  contextname="cyrillicghestroke",
11591  description="CYRILLIC SMALL LETTER GHE WITH STROKE",
11592  direction="l",
11593  linebreak="al",
11594  shcode=0x433,
11595  specials={ "with", 0x433, 0x2F },
11596  uccode=0x492,
11597  unicodeslot=0x493,
11598 },
11599 [0x494]={
11600  category="lu",
11601  contextname="cyrillicGHEmidhook",
11602  description="CYRILLIC CAPITAL LETTER GHE WITH MIDDLE HOOK",
11603  direction="l",
11604  lccode=0x495,
11605  linebreak="al",
11606  shcode=0x413,
11607  unicodeslot=0x494,
11608 },
11609 [0x495]={
11610  category="ll",
11611  contextname="cyrillicghemidhook",
11612  description="CYRILLIC SMALL LETTER GHE WITH MIDDLE HOOK",
11613  direction="l",
11614  linebreak="al",
11615  shcode=0x433,
11616  uccode=0x494,
11617  unicodeslot=0x495,
11618 },
11619 [0x496]={
11620  category="lu",
11621  contextname="cyrillicZHEdescender",
11622  description="CYRILLIC CAPITAL LETTER ZHE WITH DESCENDER",
11623  direction="l",
11624  lccode=0x497,
11625  linebreak="al",
11626  shcode=0x416,
11627  unicodeslot=0x496,
11628 },
11629 [0x497]={
11630  category="ll",
11631  contextname="cyrilliczhedescender",
11632  description="CYRILLIC SMALL LETTER ZHE WITH DESCENDER",
11633  direction="l",
11634  linebreak="al",
11635  shcode=0x436,
11636  uccode=0x496,
11637  unicodeslot=0x497,
11638 },
11639 [0x498]={
11640  category="lu",
11641  contextname="cyrillicZDSC",
11642  description="CYRILLIC CAPITAL LETTER ZE WITH DESCENDER",
11643  direction="l",
11644  lccode=0x499,
11645  linebreak="al",
11646  shcode=0x417,
11647  unicodeslot=0x498,
11648 },
11649 [0x499]={
11650  category="ll",
11651  contextname="cyrilliczdsc",
11652  description="CYRILLIC SMALL LETTER ZE WITH DESCENDER",
11653  direction="l",
11654  linebreak="al",
11655  shcode=0x437,
11656  uccode=0x498,
11657  unicodeslot=0x499,
11658 },
11659 [0x49A]={
11660  category="lu",
11661  contextname="cyrillicKADC",
11662  description="CYRILLIC CAPITAL LETTER KA WITH DESCENDER",
11663  direction="l",
11664  lccode=0x49B,
11665  linebreak="al",
11666  shcode=0x41A,
11667  unicodeslot=0x49A,
11668 },
11669 [0x49B]={
11670  category="ll",
11671  contextname="cyrillickadc",
11672  description="CYRILLIC SMALL LETTER KA WITH DESCENDER",
11673  direction="l",
11674  linebreak="al",
11675  shcode=0x43A,
11676  uccode=0x49A,
11677  unicodeslot=0x49B,
11678 },
11679 [0x49C]={
11680  category="lu",
11681  contextname="cyrillicKAvertstroke",
11682  description="CYRILLIC CAPITAL LETTER KA WITH VERTICAL STROKE",
11683  direction="l",
11684  lccode=0x49D,
11685  linebreak="al",
11686  shcode=0x41A,
11687  unicodeslot=0x49C,
11688 },
11689 [0x49D]={
11690  category="ll",
11691  contextname="cyrillickavertstroke",
11692  description="CYRILLIC SMALL LETTER KA WITH VERTICAL STROKE",
11693  direction="l",
11694  linebreak="al",
11695  shcode=0x43A,
11696  uccode=0x49C,
11697  unicodeslot=0x49D,
11698 },
11699 [0x49E]={
11700  category="lu",
11701  contextname="cyrillicKAstroke",
11702  description="CYRILLIC CAPITAL LETTER KA WITH STROKE",
11703  direction="l",
11704  lccode=0x49F,
11705  linebreak="al",
11706  shcode=0x41A,
11707  specials={ "with", 0x41A, 0x2F },
11708  unicodeslot=0x49E,
11709 },
11710 [0x49F]={
11711  category="ll",
11712  contextname="cyrillickastroke",
11713  description="CYRILLIC SMALL LETTER KA WITH STROKE",
11714  direction="l",
11715  linebreak="al",
11716  shcode=0x43A,
11717  specials={ "with", 0x43A, 0x2F },
11718  uccode=0x49E,
11719  unicodeslot=0x49F,
11720 },
11721 [0x4A0]={
11722  category="lu",
11723  contextname="cyrillicKAbashkir",
11724  description="CYRILLIC CAPITAL LETTER BASHKIR KA",
11725  direction="l",
11726  lccode=0x4A1,
11727  linebreak="al",
11728  unicodeslot=0x4A0,
11729 },
11730 [0x4A1]={
11731  category="ll",
11732  contextname="cyrillickabashkir",
11733  description="CYRILLIC SMALL LETTER BASHKIR KA",
11734  direction="l",
11735  linebreak="al",
11736  uccode=0x4A0,
11737  unicodeslot=0x4A1,
11738 },
11739 [0x4A2]={
11740  category="lu",
11741  contextname="cyrillicENDC",
11742  description="CYRILLIC CAPITAL LETTER EN WITH DESCENDER",
11743  direction="l",
11744  lccode=0x4A3,
11745  linebreak="al",
11746  shcode=0x41D,
11747  unicodeslot=0x4A2,
11748 },
11749 [0x4A3]={
11750  category="ll",
11751  contextname="cyrillicendc",
11752  description="CYRILLIC SMALL LETTER EN WITH DESCENDER",
11753  direction="l",
11754  linebreak="al",
11755  shcode=0x43D,
11756  uccode=0x4A2,
11757  unicodeslot=0x4A3,
11758 },
11759 [0x4A4]={
11760  category="lu",
11761  contextname="cyrillicENGHE",
11762  description="CYRILLIC CAPITAL LIGATURE EN GHE",
11763  direction="l",
11764  lccode=0x4A5,
11765  linebreak="al",
11766  unicodeslot=0x4A4,
11767 },
11768 [0x4A5]={
11769  category="ll",
11770  contextname="cyrillicenghe",
11771  description="CYRILLIC SMALL LIGATURE EN GHE",
11772  direction="l",
11773  linebreak="al",
11774  uccode=0x4A4,
11775  unicodeslot=0x4A5,
11776 },
11777 [0x4A6]={
11778  category="lu",
11779  contextname="cyrillicPEmidhook",
11780  description="CYRILLIC CAPITAL LETTER PE WITH MIDDLE HOOK",
11781  direction="l",
11782  lccode=0x4A7,
11783  linebreak="al",
11784  shcode=0x41F,
11785  unicodeslot=0x4A6,
11786 },
11787 [0x4A7]={
11788  category="ll",
11789  contextname="cyrillicpemidhook",
11790  description="CYRILLIC SMALL LETTER PE WITH MIDDLE HOOK",
11791  direction="l",
11792  linebreak="al",
11793  shcode=0x43F,
11794  uccode=0x4A6,
11795  unicodeslot=0x4A7,
11796 },
11797 [0x4A8]={
11798  category="lu",
11799  contextname="cyrillicHA",
11800  description="CYRILLIC CAPITAL LETTER ABKHASIAN HA",
11801  direction="l",
11802  lccode=0x4A9,
11803  linebreak="al",
11804  unicodeslot=0x4A8,
11805 },
11806 [0x4A9]={
11807  category="ll",
11808  contextname="cyrillicha",
11809  description="CYRILLIC SMALL LETTER ABKHASIAN HA",
11810  direction="l",
11811  linebreak="al",
11812  uccode=0x4A8,
11813  unicodeslot=0x4A9,
11814 },
11815 [0x4AA]={
11816  category="lu",
11817  contextname="cyrillicSDSC",
11818  description="CYRILLIC CAPITAL LETTER ES WITH DESCENDER",
11819  direction="l",
11820  lccode=0x4AB,
11821  linebreak="al",
11822  shcode=0x421,
11823  unicodeslot=0x4AA,
11824 },
11825 [0x4AB]={
11826  category="ll",
11827  contextname="cyrillicsdsc",
11828  description="CYRILLIC SMALL LETTER ES WITH DESCENDER",
11829  direction="l",
11830  linebreak="al",
11831  shcode=0x441,
11832  uccode=0x4AA,
11833  unicodeslot=0x4AB,
11834 },
11835 [0x4AC]={
11836  category="lu",
11837  contextname="cyrillicTEDC",
11838  description="CYRILLIC CAPITAL LETTER TE WITH DESCENDER",
11839  direction="l",
11840  lccode=0x4AD,
11841  linebreak="al",
11842  shcode=0x422,
11843  unicodeslot=0x4AC,
11844 },
11845 [0x4AD]={
11846  category="ll",
11847  contextname="cyrillictedc",
11848  description="CYRILLIC SMALL LETTER TE WITH DESCENDER",
11849  direction="l",
11850  linebreak="al",
11851  shcode=0x442,
11852  uccode=0x4AC,
11853  unicodeslot=0x4AD,
11854 },
11855 [0x4AE]={
11856  category="lu",
11857  contextname="cyrillicYstr",
11858  description="CYRILLIC CAPITAL LETTER STRAIGHT U",
11859  direction="l",
11860  lccode=0x4AF,
11861  linebreak="al",
11862  unicodeslot=0x4AE,
11863 },
11864 [0x4AF]={
11865  category="ll",
11866  contextname="cyrillicystr",
11867  description="CYRILLIC SMALL LETTER STRAIGHT U",
11868  direction="l",
11869  linebreak="al",
11870  uccode=0x4AE,
11871  unicodeslot=0x4AF,
11872 },
11873 [0x4B0]={
11874  category="lu",
11875  contextname="cyrillicYstrstroke",
11876  description="CYRILLIC CAPITAL LETTER STRAIGHT U WITH STROKE",
11877  direction="l",
11878  lccode=0x4B1,
11879  linebreak="al",
11880  specials={ "with", 0x4AE, 0x2F },
11881  unicodeslot=0x4B0,
11882 },
11883 [0x4B1]={
11884  category="ll",
11885  contextname="cyrillicystrstroke",
11886  description="CYRILLIC SMALL LETTER STRAIGHT U WITH STROKE",
11887  direction="l",
11888  linebreak="al",
11889  specials={ "with", 0x4AF, 0x2F },
11890  uccode=0x4B0,
11891  unicodeslot=0x4B1,
11892 },
11893 [0x4B2]={
11894  category="lu",
11895  contextname="cyrillicHADC",
11896  description="CYRILLIC CAPITAL LETTER HA WITH DESCENDER",
11897  direction="l",
11898  lccode=0x4B3,
11899  linebreak="al",
11900  shcode=0x425,
11901  unicodeslot=0x4B2,
11902 },
11903 [0x4B3]={
11904  category="ll",
11905  contextname="cyrillichadc",
11906  description="CYRILLIC SMALL LETTER HA WITH DESCENDER",
11907  direction="l",
11908  linebreak="al",
11909  shcode=0x445,
11910  uccode=0x4B2,
11911  unicodeslot=0x4B3,
11912 },
11913 [0x4B4]={
11914  category="lu",
11915  contextname="cyrillicTETSE",
11916  description="CYRILLIC CAPITAL LIGATURE TE TSE",
11917  direction="l",
11918  lccode=0x4B5,
11919  linebreak="al",
11920  unicodeslot=0x4B4,
11921 },
11922 [0x4B5]={
11923  category="ll",
11924  contextname="cyrillictetse",
11925  description="CYRILLIC SMALL LIGATURE TE TSE",
11926  direction="l",
11927  linebreak="al",
11928  uccode=0x4B4,
11929  unicodeslot=0x4B5,
11930 },
11931 [0x4B6]={
11932  category="lu",
11933  contextname="cyrillicCHEDC",
11934  description="CYRILLIC CAPITAL LETTER CHE WITH DESCENDER",
11935  direction="l",
11936  lccode=0x4B7,
11937  linebreak="al",
11938  shcode=0x427,
11939  unicodeslot=0x4B6,
11940 },
11941 [0x4B7]={
11942  category="ll",
11943  contextname="cyrillicchedc",
11944  description="CYRILLIC SMALL LETTER CHE WITH DESCENDER",
11945  direction="l",
11946  linebreak="al",
11947  shcode=0x447,
11948  uccode=0x4B6,
11949  unicodeslot=0x4B7,
11950 },
11951 [0x4B8]={
11952  category="lu",
11953  contextname="cyrillicCHEvertstroke",
11954  description="CYRILLIC CAPITAL LETTER CHE WITH VERTICAL STROKE",
11955  direction="l",
11956  lccode=0x4B9,
11957  linebreak="al",
11958  shcode=0x427,
11959  unicodeslot=0x4B8,
11960 },
11961 [0x4B9]={
11962  category="ll",
11963  contextname="cyrillicchevertstroke",
11964  description="CYRILLIC SMALL LETTER CHE WITH VERTICAL STROKE",
11965  direction="l",
11966  linebreak="al",
11967  shcode=0x447,
11968  uccode=0x4B8,
11969  unicodeslot=0x4B9,
11970 },
11971 [0x4BA]={
11972  category="lu",
11973  contextname="cyrillicSHHA",
11974  description="CYRILLIC CAPITAL LETTER SHHA",
11975  direction="l",
11976  lccode=0x4BB,
11977  linebreak="al",
11978  unicodeslot=0x4BA,
11979 },
11980 [0x4BB]={
11981  category="ll",
11982  contextname="cyrillicshha",
11983  description="CYRILLIC SMALL LETTER SHHA",
11984  direction="l",
11985  linebreak="al",
11986  uccode=0x4BA,
11987  unicodeslot=0x4BB,
11988 },
11989 [0x4BC]={
11990  category="lu",
11991  contextname="cyrillicCHEabkhasian",
11992  description="CYRILLIC CAPITAL LETTER ABKHASIAN CHE",
11993  direction="l",
11994  lccode=0x4BD,
11995  linebreak="al",
11996  unicodeslot=0x4BC,
11997 },
11998 [0x4BD]={
11999  category="ll",
12000  contextname="cyrilliccheabkhasian",
12001  description="CYRILLIC SMALL LETTER ABKHASIAN CHE",
12002  direction="l",
12003  linebreak="al",
12004  uccode=0x4BC,
12005  unicodeslot=0x4BD,
12006 },
12007 [0x4BE]={
12008  category="lu",
12009  contextname="cyrillicCHEDCabkhasian",
12010  description="CYRILLIC CAPITAL LETTER ABKHASIAN CHE WITH DESCENDER",
12011  direction="l",
12012  lccode=0x4BF,
12013  linebreak="al",
12014  unicodeslot=0x4BE,
12015 },
12016 [0x4BF]={
12017  category="ll",
12018  contextname="cyrillicchedcabkhasian",
12019  description="CYRILLIC SMALL LETTER ABKHASIAN CHE WITH DESCENDER",
12020  direction="l",
12021  linebreak="al",
12022  uccode=0x4BE,
12023  unicodeslot=0x4BF,
12024 },
12025 [0x4C0]={
12026  category="lu",
12027  contextname="cyrillicPALOCHKA",
12028  description="CYRILLIC LETTER PALOCHKA",
12029  direction="l",
12030  lccode=0x4CF,
12031  linebreak="al",
12032  unicodeslot=0x4C0,
12033 },
12034 [0x4C1]={
12035  category="lu",
12036  contextname="cyrillicZHEbreve",
12037  description="CYRILLIC CAPITAL LETTER ZHE WITH BREVE",
12038  direction="l",
12039  lccode=0x4C2,
12040  linebreak="al",
12041  shcode=0x416,
12042  specials={ "char", 0x416, 0x306 },
12043  unicodeslot=0x4C1,
12044 },
12045 [0x4C2]={
12046  category="ll",
12047  contextname="cyrilliczhebreve",
12048  description="CYRILLIC SMALL LETTER ZHE WITH BREVE",
12049  direction="l",
12050  linebreak="al",
12051  shcode=0x436,
12052  specials={ "char", 0x436, 0x306 },
12053  uccode=0x4C1,
12054  unicodeslot=0x4C2,
12055 },
12056 [0x4C3]={
12057  category="lu",
12058  contextname="cyrillicKAhook",
12059  description="CYRILLIC CAPITAL LETTER KA WITH HOOK",
12060  direction="l",
12061  lccode=0x4C4,
12062  linebreak="al",
12063  shcode=0x41A,
12064  specials={ "with", 0x41A, 0x1FA9D },
12065  unicodeslot=0x4C3,
12066 },
12067 [0x4C4]={
12068  category="ll",
12069  contextname="cyrillickahook",
12070  description="CYRILLIC SMALL LETTER KA WITH HOOK",
12071  direction="l",
12072  linebreak="al",
12073  shcode=0x43A,
12074  specials={ "with", 0x43A, 0x1FA9D },
12075  uccode=0x4C3,
12076  unicodeslot=0x4C4,
12077 },
12078 [0x4C5]={
12079  category="lu",
12080  contextname="cyrillicELtail",
12081  description="CYRILLIC CAPITAL LETTER EL WITH TAIL",
12082  direction="l",
12083  lccode=0x4C6,
12084  linebreak="al",
12085  shcode=0x41B,
12086  unicodeslot=0x4C5,
12087 },
12088 [0x4C6]={
12089  category="ll",
12090  contextname="cyrilliceltail",
12091  description="CYRILLIC SMALL LETTER EL WITH TAIL",
12092  direction="l",
12093  linebreak="al",
12094  shcode=0x43B,
12095  uccode=0x4C5,
12096  unicodeslot=0x4C6,
12097 },
12098 [0x4C7]={
12099  category="lu",
12100  contextname="cyrillicENhook",
12101  description="CYRILLIC CAPITAL LETTER EN WITH HOOK",
12102  direction="l",
12103  lccode=0x4C8,
12104  linebreak="al",
12105  shcode=0x41D,
12106  specials={ "with", 0x41D, 0x1FA9D },
12107  unicodeslot=0x4C7,
12108 },
12109 [0x4C8]={
12110  category="ll",
12111  contextname="cyrillicenhook",
12112  description="CYRILLIC SMALL LETTER EN WITH HOOK",
12113  direction="l",
12114  linebreak="al",
12115  shcode=0x43D,
12116  specials={ "with", 0x43D, 0x1FA9D },
12117  uccode=0x4C7,
12118  unicodeslot=0x4C8,
12119 },
12120 [0x4C9]={
12121  category="lu",
12122  contextname="cyrillicENtail",
12123  description="CYRILLIC CAPITAL LETTER EN WITH TAIL",
12124  direction="l",
12125  lccode=0x4CA,
12126  linebreak="al",
12127  shcode=0x41D,
12128  unicodeslot=0x4C9,
12129 },
12130 [0x4CA]={
12131  category="ll",
12132  contextname="cyrillicentail",
12133  description="CYRILLIC SMALL LETTER EN WITH TAIL",
12134  direction="l",
12135  linebreak="al",
12136  shcode=0x43D,
12137  uccode=0x4C9,
12138  unicodeslot=0x4CA,
12139 },
12140 [0x4CB]={
12141  category="lu",
12142  contextname="cyrillicCHEkhakassian",
12143  description="CYRILLIC CAPITAL LETTER KHAKASSIAN CHE",
12144  direction="l",
12145  lccode=0x4CC,
12146  linebreak="al",
12147  unicodeslot=0x4CB,
12148 },
12149 [0x4CC]={
12150  category="ll",
12151  contextname="cyrillicchekhakassian",
12152  description="CYRILLIC SMALL LETTER KHAKASSIAN CHE",
12153  direction="l",
12154  linebreak="al",
12155  uccode=0x4CB,
12156  unicodeslot=0x4CC,
12157 },
12158 [0x4CD]={
12159  category="lu",
12160  contextname="cyrillicEMtail",
12161  description="CYRILLIC CAPITAL LETTER EM WITH TAIL",
12162  direction="l",
12163  lccode=0x4CE,
12164  linebreak="al",
12165  shcode=0x41C,
12166  unicodeslot=0x4CD,
12167 },
12168 [0x4CE]={
12169  category="ll",
12170  contextname="cyrillicemtail",
12171  description="CYRILLIC SMALL LETTER EM WITH TAIL",
12172  direction="l",
12173  linebreak="al",
12174  shcode=0x43C,
12175  uccode=0x4CD,
12176  unicodeslot=0x4CE,
12177 },
12178 [0x4CF]={
12179  category="ll",
12180  description="CYRILLIC SMALL LETTER PALOCHKA",
12181  direction="l",
12182  linebreak="al",
12183  uccode=0x4C0,
12184  unicodeslot=0x4CF,
12185 },
12186 [0x4D0]={
12187  category="lu",
12188  contextname="cyrillicAbreve",
12189  description="CYRILLIC CAPITAL LETTER A WITH BREVE",
12190  direction="l",
12191  lccode=0x4D1,
12192  linebreak="al",
12193  shcode=0x410,
12194  specials={ "char", 0x410, 0x306 },
12195  unicodeslot=0x4D0,
12196 },
12197 [0x4D1]={
12198  category="ll",
12199  contextname="cyrillicabreve",
12200  description="CYRILLIC SMALL LETTER A WITH BREVE",
12201  direction="l",
12202  linebreak="al",
12203  shcode=0x430,
12204  specials={ "char", 0x430, 0x306 },
12205  uccode=0x4D0,
12206  unicodeslot=0x4D1,
12207 },
12208 [0x4D2]={
12209  category="lu",
12210  contextname="cyrillicAdiaeresis",
12211  description="CYRILLIC CAPITAL LETTER A WITH DIAERESIS",
12212  direction="l",
12213  lccode=0x4D3,
12214  linebreak="al",
12215  shcode=0x410,
12216  specials={ "char", 0x410, 0x308 },
12217  unicodeslot=0x4D2,
12218 },
12219 [0x4D3]={
12220  category="ll",
12221  contextname="cyrillicadiaeresis",
12222  description="CYRILLIC SMALL LETTER A WITH DIAERESIS",
12223  direction="l",
12224  linebreak="al",
12225  shcode=0x430,
12226  specials={ "char", 0x430, 0x308 },
12227  uccode=0x4D2,
12228  unicodeslot=0x4D3,
12229 },
12230 [0x4D4]={
12231  category="lu",
12232  contextname="cyrillicAE",
12233  description="CYRILLIC CAPITAL LIGATURE A IE",
12234  direction="l",
12235  lccode=0x4D5,
12236  linebreak="al",
12237  unicodeslot=0x4D4,
12238 },
12239 [0x4D5]={
12240  category="ll",
12241  contextname="cyrillicae",
12242  description="CYRILLIC SMALL LIGATURE A IE",
12243  direction="l",
12244  linebreak="al",
12245  uccode=0x4D4,
12246  unicodeslot=0x4D5,
12247 },
12248 [0x4D6]={
12249  category="lu",
12250  contextname="cyrillicEbreve",
12251  description="CYRILLIC CAPITAL LETTER IE WITH BREVE",
12252  direction="l",
12253  lccode=0x4D7,
12254  linebreak="al",
12255  shcode=0x415,
12256  specials={ "char", 0x415, 0x306 },
12257  unicodeslot=0x4D6,
12258 },
12259 [0x4D7]={
12260  category="ll",
12261  contextname="cyrillicebreve",
12262  description="CYRILLIC SMALL LETTER IE WITH BREVE",
12263  direction="l",
12264  linebreak="al",
12265  shcode=0x435,
12266  specials={ "char", 0x435, 0x306 },
12267  uccode=0x4D6,
12268  unicodeslot=0x4D7,
12269 },
12270 [0x4D8]={
12271  category="lu",
12272  contextname="cyrillicSCHWA",
12273  description="CYRILLIC CAPITAL LETTER SCHWA",
12274  direction="l",
12275  lccode=0x4D9,
12276  linebreak="al",
12277  unicodeslot=0x4D8,
12278 },
12279 [0x4D9]={
12280  category="ll",
12281  contextname="cyrillicschwa",
12282  description="CYRILLIC SMALL LETTER SCHWA",
12283  direction="l",
12284  linebreak="al",
12285  uccode=0x4D8,
12286  unicodeslot=0x4D9,
12287 },
12288 [0x4DA]={
12289  category="lu",
12290  contextname="cyrillicSCHWAdiaeresis",
12291  description="CYRILLIC CAPITAL LETTER SCHWA WITH DIAERESIS",
12292  direction="l",
12293  lccode=0x4DB,
12294  linebreak="al",
12295  shcode=0x4D8,
12296  specials={ "char", 0x4D8, 0x308 },
12297  unicodeslot=0x4DA,
12298 },
12299 [0x4DB]={
12300  category="ll",
12301  contextname="cyrillicschwadiaeresis",
12302  description="CYRILLIC SMALL LETTER SCHWA WITH DIAERESIS",
12303  direction="l",
12304  linebreak="al",
12305  shcode=0x4D9,
12306  specials={ "char", 0x4D9, 0x308 },
12307  uccode=0x4DA,
12308  unicodeslot=0x4DB,
12309 },
12310 [0x4DC]={
12311  category="lu",
12312  contextname="cyrillicZHEdiaeresis",
12313  description="CYRILLIC CAPITAL LETTER ZHE WITH DIAERESIS",
12314  direction="l",
12315  lccode=0x4DD,
12316  linebreak="al",
12317  shcode=0x416,
12318  specials={ "char", 0x416, 0x308 },
12319  unicodeslot=0x4DC,
12320 },
12321 [0x4DD]={
12322  category="ll",
12323  contextname="cyrilliczhediaeresis",
12324  description="CYRILLIC SMALL LETTER ZHE WITH DIAERESIS",
12325  direction="l",
12326  linebreak="al",
12327  shcode=0x436,
12328  specials={ "char", 0x436, 0x308 },
12329  uccode=0x4DC,
12330  unicodeslot=0x4DD,
12331 },
12332 [0x4DE]={
12333  category="lu",
12334  contextname="cyrillicZEdiaeresis",
12335  description="CYRILLIC CAPITAL LETTER ZE WITH DIAERESIS",
12336  direction="l",
12337  lccode=0x4DF,
12338  linebreak="al",
12339  shcode=0x417,
12340  specials={ "char", 0x417, 0x308 },
12341  unicodeslot=0x4DE,
12342 },
12343 [0x4DF]={
12344  category="ll",
12345  contextname="cyrilliczediaeresis",
12346  description="CYRILLIC SMALL LETTER ZE WITH DIAERESIS",
12347  direction="l",
12348  linebreak="al",
12349  shcode=0x437,
12350  specials={ "char", 0x437, 0x308 },
12351  uccode=0x4DE,
12352  unicodeslot=0x4DF,
12353 },
12354 [0x4E0]={
12355  category="lu",
12356  contextname="cyrillicDZEabkhasian",
12357  description="CYRILLIC CAPITAL LETTER ABKHASIAN DZE",
12358  direction="l",
12359  lccode=0x4E1,
12360  linebreak="al",
12361  unicodeslot=0x4E0,
12362 },
12363 [0x4E1]={
12364  category="ll",
12365  contextname="cyrillicdzeabkhasian",
12366  description="CYRILLIC SMALL LETTER ABKHASIAN DZE",
12367  direction="l",
12368  linebreak="al",
12369  uccode=0x4E0,
12370  unicodeslot=0x4E1,
12371 },
12372 [0x4E2]={
12373  category="lu",
12374  contextname="cyrillicImacron",
12375  description="CYRILLIC CAPITAL LETTER I WITH MACRON",
12376  direction="l",
12377  lccode=0x4E3,
12378  linebreak="al",
12379  shcode=0x418,
12380  specials={ "char", 0x418, 0x304 },
12381  unicodeslot=0x4E2,
12382 },
12383 [0x4E3]={
12384  category="ll",
12385  contextname="cyrillicimacron",
12386  description="CYRILLIC SMALL LETTER I WITH MACRON",
12387  direction="l",
12388  linebreak="al",
12389  shcode=0x438,
12390  specials={ "char", 0x438, 0x304 },
12391  uccode=0x4E2,
12392  unicodeslot=0x4E3,
12393 },
12394 [0x4E4]={
12395  category="lu",
12396  contextname="cyrillicIdiaeresis",
12397  description="CYRILLIC CAPITAL LETTER I WITH DIAERESIS",
12398  direction="l",
12399  lccode=0x4E5,
12400  linebreak="al",
12401  shcode=0x418,
12402  specials={ "char", 0x418, 0x308 },
12403  unicodeslot=0x4E4,
12404 },
12405 [0x4E5]={
12406  category="ll",
12407  contextname="cyrillicidiaeresis",
12408  description="CYRILLIC SMALL LETTER I WITH DIAERESIS",
12409  direction="l",
12410  linebreak="al",
12411  shcode=0x438,
12412  specials={ "char", 0x438, 0x308 },
12413  uccode=0x4E4,
12414  unicodeslot=0x4E5,
12415 },
12416 [0x4E6]={
12417  category="lu",
12418  contextname="cyrillicOdiaeresis",
12419  description="CYRILLIC CAPITAL LETTER O WITH DIAERESIS",
12420  direction="l",
12421  lccode=0x4E7,
12422  linebreak="al",
12423  shcode=0x41E,
12424  specials={ "char", 0x41E, 0x308 },
12425  unicodeslot=0x4E6,
12426 },
12427 [0x4E7]={
12428  category="ll",
12429  contextname="cyrillicodiaeresis",
12430  description="CYRILLIC SMALL LETTER O WITH DIAERESIS",
12431  direction="l",
12432  linebreak="al",
12433  shcode=0x43E,
12434  specials={ "char", 0x43E, 0x308 },
12435  uccode=0x4E6,
12436  unicodeslot=0x4E7,
12437 },
12438 [0x4E8]={
12439  category="lu",
12440  contextname="cyrillicObarred",
12441  description="CYRILLIC CAPITAL LETTER BARRED O",
12442  direction="l",
12443  lccode=0x4E9,
12444  linebreak="al",
12445  unicodeslot=0x4E8,
12446 },
12447 [0x4E9]={
12448  category="ll",
12449  contextname="cyrillicobarred",
12450  description="CYRILLIC SMALL LETTER BARRED O",
12451  direction="l",
12452  linebreak="al",
12453  uccode=0x4E8,
12454  unicodeslot=0x4E9,
12455 },
12456 [0x4EA]={
12457  category="lu",
12458  contextname="cyrillicObarreddiaeresis",
12459  description="CYRILLIC CAPITAL LETTER BARRED O WITH DIAERESIS",
12460  direction="l",
12461  lccode=0x4EB,
12462  linebreak="al",
12463  specials={ "char", 0x4E8, 0x308 },
12464  unicodeslot=0x4EA,
12465 },
12466 [0x4EB]={
12467  category="ll",
12468  contextname="cyrillicobarreddiaeresis",
12469  description="CYRILLIC SMALL LETTER BARRED O WITH DIAERESIS",
12470  direction="l",
12471  linebreak="al",
12472  specials={ "char", 0x4E9, 0x308 },
12473  uccode=0x4EA,
12474  unicodeslot=0x4EB,
12475 },
12476 [0x4EC]={
12477  category="lu",
12478  contextname="cyrillicEdiaeresis",
12479  description="CYRILLIC CAPITAL LETTER E WITH DIAERESIS",
12480  direction="l",
12481  lccode=0x4ED,
12482  linebreak="al",
12483  shcode=0x42D,
12484  specials={ "char", 0x42D, 0x308 },
12485  unicodeslot=0x4EC,
12486 },
12487 [0x4ED]={
12488  category="ll",
12489  contextname="cyrillicediaeresis",
12490  description="CYRILLIC SMALL LETTER E WITH DIAERESIS",
12491  direction="l",
12492  linebreak="al",
12493  shcode=0x44D,
12494  specials={ "char", 0x44D, 0x308 },
12495  uccode=0x4EC,
12496  unicodeslot=0x4ED,
12497 },
12498 [0x4EE]={
12499  category="lu",
12500  contextname="cyrillicUmacron",
12501  description="CYRILLIC CAPITAL LETTER U WITH MACRON",
12502  direction="l",
12503  lccode=0x4EF,
12504  linebreak="al",
12505  shcode=0x423,
12506  specials={ "char", 0x423, 0x304 },
12507  unicodeslot=0x4EE,
12508 },
12509 [0x4EF]={
12510  category="ll",
12511  contextname="cyrillicumacron",
12512  description="CYRILLIC SMALL LETTER U WITH MACRON",
12513  direction="l",
12514  linebreak="al",
12515  shcode=0x443,
12516  specials={ "char", 0x443, 0x304 },
12517  uccode=0x4EE,
12518  unicodeslot=0x4EF,
12519 },
12520 [0x4F0]={
12521  category="lu",
12522  contextname="cyrillicUdiaeresis",
12523  description="CYRILLIC CAPITAL LETTER U WITH DIAERESIS",
12524  direction="l",
12525  lccode=0x4F1,
12526  linebreak="al",
12527  shcode=0x423,
12528  specials={ "char", 0x423, 0x308 },
12529  unicodeslot=0x4F0,
12530 },
12531 [0x4F1]={
12532  category="ll",
12533  contextname="cyrillicudiaeresis",
12534  description="CYRILLIC SMALL LETTER U WITH DIAERESIS",
12535  direction="l",
12536  linebreak="al",
12537  shcode=0x443,
12538  specials={ "char", 0x443, 0x308 },
12539  uccode=0x4F0,
12540  unicodeslot=0x4F1,
12541 },
12542 [0x4F2]={
12543  category="lu",
12544  contextname="cyrillicUdoubleacute",
12545  description="CYRILLIC CAPITAL LETTER U WITH DOUBLE ACUTE",
12546  direction="l",
12547  lccode=0x4F3,
12548  linebreak="al",
12549  shcode=0x423,
12550  specials={ "char", 0x423, 0x30B },
12551  unicodeslot=0x4F2,
12552 },
12553 [0x4F3]={
12554  category="ll",
12555  contextname="cyrillicudoubleacute",
12556  description="CYRILLIC SMALL LETTER U WITH DOUBLE ACUTE",
12557  direction="l",
12558  linebreak="al",
12559  shcode=0x443,
12560  specials={ "char", 0x443, 0x30B },
12561  uccode=0x4F2,
12562  unicodeslot=0x4F3,
12563 },
12564 [0x4F4]={
12565  category="lu",
12566  contextname="cyrillicCHEdiaeresis",
12567  description="CYRILLIC CAPITAL LETTER CHE WITH DIAERESIS",
12568  direction="l",
12569  lccode=0x4F5,
12570  linebreak="al",
12571  shcode=0x427,
12572  specials={ "char", 0x427, 0x308 },
12573  unicodeslot=0x4F4,
12574 },
12575 [0x4F5]={
12576  category="ll",
12577  contextname="cyrillicchediaeresis",
12578  description="CYRILLIC SMALL LETTER CHE WITH DIAERESIS",
12579  direction="l",
12580  linebreak="al",
12581  shcode=0x447,
12582  specials={ "char", 0x447, 0x308 },
12583  uccode=0x4F4,
12584  unicodeslot=0x4F5,
12585 },
12586 [0x4F6]={
12587  category="lu",
12588  description="CYRILLIC CAPITAL LETTER GHE WITH DESCENDER",
12589  direction="l",
12590  lccode=0x4F7,
12591  linebreak="al",
12592  shcode=0x413,
12593  unicodeslot=0x4F6,
12594 },
12595 [0x4F7]={
12596  category="ll",
12597  description="CYRILLIC SMALL LETTER GHE WITH DESCENDER",
12598  direction="l",
12599  linebreak="al",
12600  shcode=0x433,
12601  uccode=0x4F6,
12602  unicodeslot=0x4F7,
12603 },
12604 [0x4F8]={
12605  category="lu",
12606  contextname="cyrillicYERUdiaeresis",
12607  description="CYRILLIC CAPITAL LETTER YERU WITH DIAERESIS",
12608  direction="l",
12609  lccode=0x4F9,
12610  linebreak="al",
12611  shcode=0x42B,
12612  specials={ "char", 0x42B, 0x308 },
12613  unicodeslot=0x4F8,
12614 },
12615 [0x4F9]={
12616  category="ll",
12617  contextname="cyrillicyerudiaeresis",
12618  description="CYRILLIC SMALL LETTER YERU WITH DIAERESIS",
12619  direction="l",
12620  linebreak="al",
12621  shcode=0x44B,
12622  specials={ "char", 0x44B, 0x308 },
12623  uccode=0x4F8,
12624  unicodeslot=0x4F9,
12625 },
12626 [0x4FA]={
12627  category="lu",
12628  description="CYRILLIC CAPITAL LETTER GHE WITH STROKE AND HOOK",
12629  direction="l",
12630  lccode=0x4FB,
12631  linebreak="al",
12632  shcode=0x413,
12633  unicodeslot=0x4FA,
12634 },
12635 [0x4FB]={
12636  category="ll",
12637  description="CYRILLIC SMALL LETTER GHE WITH STROKE AND HOOK",
12638  direction="l",
12639  linebreak="al",
12640  shcode=0x433,
12641  uccode=0x4FA,
12642  unicodeslot=0x4FB,
12643 },
12644 [0x4FC]={
12645  category="lu",
12646  description="CYRILLIC CAPITAL LETTER HA WITH HOOK",
12647  direction="l",
12648  lccode=0x4FD,
12649  linebreak="al",
12650  shcode=0x425,
12651  specials={ "with", 0x425, 0x1FA9D },
12652  unicodeslot=0x4FC,
12653 },
12654 [0x4FD]={
12655  category="ll",
12656  description="CYRILLIC SMALL LETTER HA WITH HOOK",
12657  direction="l",
12658  linebreak="al",
12659  shcode=0x445,
12660  specials={ "with", 0x445, 0x1FA9D },
12661  uccode=0x4FC,
12662  unicodeslot=0x4FD,
12663 },
12664 [0x4FE]={
12665  category="lu",
12666  description="CYRILLIC CAPITAL LETTER HA WITH STROKE",
12667  direction="l",
12668  lccode=0x4FF,
12669  linebreak="al",
12670  shcode=0x425,
12671  specials={ "with", 0x425, 0x2F },
12672  unicodeslot=0x4FE,
12673 },
12674 [0x4FF]={
12675  category="ll",
12676  description="CYRILLIC SMALL LETTER HA WITH STROKE",
12677  direction="l",
12678  linebreak="al",
12679  shcode=0x445,
12680  specials={ "with", 0x445, 0x2F },
12681  uccode=0x4FE,
12682  unicodeslot=0x4FF,
12683 },
12684 [0x500]={
12685  category="lu",
12686  description="CYRILLIC CAPITAL LETTER KOMI DE",
12687  direction="l",
12688  lccode=0x501,
12689  linebreak="al",
12690  unicodeslot=0x500,
12691 },
12692 [0x501]={
12693  category="ll",
12694  description="CYRILLIC SMALL LETTER KOMI DE",
12695  direction="l",
12696  linebreak="al",
12697  uccode=0x500,
12698  unicodeslot=0x501,
12699 },
12700 [0x502]={
12701  category="lu",
12702  description="CYRILLIC CAPITAL LETTER KOMI DJE",
12703  direction="l",
12704  lccode=0x503,
12705  linebreak="al",
12706  unicodeslot=0x502,
12707 },
12708 [0x503]={
12709  category="ll",
12710  description="CYRILLIC SMALL LETTER KOMI DJE",
12711  direction="l",
12712  linebreak="al",
12713  uccode=0x502,
12714  unicodeslot=0x503,
12715 },
12716 [0x504]={
12717  category="lu",
12718  description="CYRILLIC CAPITAL LETTER KOMI ZJE",
12719  direction="l",
12720  lccode=0x505,
12721  linebreak="al",
12722  unicodeslot=0x504,
12723 },
12724 [0x505]={
12725  category="ll",
12726  description="CYRILLIC SMALL LETTER KOMI ZJE",
12727  direction="l",
12728  linebreak="al",
12729  uccode=0x504,
12730  unicodeslot=0x505,
12731 },
12732 [0x506]={
12733  category="lu",
12734  description="CYRILLIC CAPITAL LETTER KOMI DZJE",
12735  direction="l",
12736  lccode=0x507,
12737  linebreak="al",
12738  unicodeslot=0x506,
12739 },
12740 [0x507]={
12741  category="ll",
12742  description="CYRILLIC SMALL LETTER KOMI DZJE",
12743  direction="l",
12744  linebreak="al",
12745  uccode=0x506,
12746  unicodeslot=0x507,
12747 },
12748 [0x508]={
12749  category="lu",
12750  description="CYRILLIC CAPITAL LETTER KOMI LJE",
12751  direction="l",
12752  lccode=0x509,
12753  linebreak="al",
12754  unicodeslot=0x508,
12755 },
12756 [0x509]={
12757  category="ll",
12758  description="CYRILLIC SMALL LETTER KOMI LJE",
12759  direction="l",
12760  linebreak="al",
12761  uccode=0x508,
12762  unicodeslot=0x509,
12763 },
12764 [0x50A]={
12765  category="lu",
12766  description="CYRILLIC CAPITAL LETTER KOMI NJE",
12767  direction="l",
12768  lccode=0x50B,
12769  linebreak="al",
12770  unicodeslot=0x50A,
12771 },
12772 [0x50B]={
12773  category="ll",
12774  description="CYRILLIC SMALL LETTER KOMI NJE",
12775  direction="l",
12776  linebreak="al",
12777  uccode=0x50A,
12778  unicodeslot=0x50B,
12779 },
12780 [0x50C]={
12781  category="lu",
12782  description="CYRILLIC CAPITAL LETTER KOMI SJE",
12783  direction="l",
12784  lccode=0x50D,
12785  linebreak="al",
12786  unicodeslot=0x50C,
12787 },
12788 [0x50D]={
12789  category="ll",
12790  description="CYRILLIC SMALL LETTER KOMI SJE",
12791  direction="l",
12792  linebreak="al",
12793  uccode=0x50C,
12794  unicodeslot=0x50D,
12795 },
12796 [0x50E]={
12797  category="lu",
12798  description="CYRILLIC CAPITAL LETTER KOMI TJE",
12799  direction="l",
12800  lccode=0x50F,
12801  linebreak="al",
12802  unicodeslot=0x50E,
12803 },
12804 [0x50F]={
12805  category="ll",
12806  description="CYRILLIC SMALL LETTER KOMI TJE",
12807  direction="l",
12808  linebreak="al",
12809  uccode=0x50E,
12810  unicodeslot=0x50F,
12811 },
12812 [0x510]={
12813  category="lu",
12814  description="CYRILLIC CAPITAL LETTER REVERSED ZE",
12815  direction="l",
12816  lccode=0x511,
12817  linebreak="al",
12818  unicodeslot=0x510,
12819 },
12820 [0x511]={
12821  category="ll",
12822  description="CYRILLIC SMALL LETTER REVERSED ZE",
12823  direction="l",
12824  linebreak="al",
12825  uccode=0x510,
12826  unicodeslot=0x511,
12827 },
12828 [0x512]={
12829  category="lu",
12830  description="CYRILLIC CAPITAL LETTER EL WITH HOOK",
12831  direction="l",
12832  lccode=0x513,
12833  linebreak="al",
12834  shcode=0x41B,
12835  specials={ "with", 0x41B, 0x1FA9D },
12836  unicodeslot=0x512,
12837 },
12838 [0x513]={
12839  category="ll",
12840  description="CYRILLIC SMALL LETTER EL WITH HOOK",
12841  direction="l",
12842  linebreak="al",
12843  shcode=0x43B,
12844  specials={ "with", 0x43B, 0x1FA9D },
12845  uccode=0x512,
12846  unicodeslot=0x513,
12847 },
12848 [0x514]={
12849  category="lu",
12850  description="CYRILLIC CAPITAL LETTER LHA",
12851  direction="l",
12852  lccode=0x515,
12853  linebreak="al",
12854  unicodeslot=0x514,
12855 },
12856 [0x515]={
12857  category="ll",
12858  description="CYRILLIC SMALL LETTER LHA",
12859  direction="l",
12860  linebreak="al",
12861  unicodeslot=0x515,
12862 },
12863 [0x516]={
12864  category="lu",
12865  description="CYRILLIC CAPITAL LETTER RHA",
12866  direction="l",
12867  lccode=0x517,
12868  linebreak="al",
12869  unicodeslot=0x516,
12870 },
12871 [0x517]={
12872  category="ll",
12873  description="CYRILLIC SMALL LETTER RHA",
12874  direction="l",
12875  linebreak="al",
12876  unicodeslot=0x517,
12877 },
12878 [0x518]={
12879  category="lu",
12880  description="CYRILLIC CAPITAL LETTER YAE",
12881  direction="l",
12882  lccode=0x519,
12883  linebreak="al",
12884  unicodeslot=0x518,
12885 },
12886 [0x519]={
12887  category="ll",
12888  description="CYRILLIC SMALL LETTER YAE",
12889  direction="l",
12890  linebreak="al",
12891  unicodeslot=0x519,
12892 },
12893 [0x51A]={
12894  category="lu",
12895  description="CYRILLIC CAPITAL LETTER QA",
12896  direction="l",
12897  lccode=0x51B,
12898  linebreak="al",
12899  unicodeslot=0x51A,
12900 },
12901 [0x51B]={
12902  category="ll",
12903  description="CYRILLIC SMALL LETTER QA",
12904  direction="l",
12905  linebreak="al",
12906  unicodeslot=0x51B,
12907 },
12908 [0x51C]={
12909  category="lu",
12910  description="CYRILLIC CAPITAL LETTER WE",
12911  direction="l",
12912  lccode=0x51D,
12913  linebreak="al",
12914  unicodeslot=0x51C,
12915 },
12916 [0x51D]={
12917  category="ll",
12918  description="CYRILLIC SMALL LETTER WE",
12919  direction="l",
12920  linebreak="al",
12921  unicodeslot=0x51D,
12922 },
12923 [0x51E]={
12924  category="lu",
12925  description="CYRILLIC CAPITAL LETTER ALEUT KA",
12926  direction="l",
12927  lccode=0x51F,
12928  linebreak="al",
12929  unicodeslot=0x51E,
12930 },
12931 [0x51F]={
12932  category="ll",
12933  description="CYRILLIC SMALL LETTER ALEUT KA",
12934  direction="l",
12935  linebreak="al",
12936  unicodeslot=0x51F,
12937 },
12938 [0x520]={
12939  category="lu",
12940  description="CYRILLIC CAPITAL LETTER EL WITH MIDDLE HOOK",
12941  direction="l",
12942  lccode=0x521,
12943  linebreak="al",
12944  unicodeslot=0x520,
12945 },
12946 [0x521]={
12947  category="ll",
12948  description="CYRILLIC SMALL LETTER EL WITH MIDDLE HOOK",
12949  direction="l",
12950  linebreak="al",
12951  unicodeslot=0x521,
12952 },
12953 [0x522]={
12954  category="lu",
12955  description="CYRILLIC CAPITAL LETTER EN WITH MIDDLE HOOK",
12956  direction="l",
12957  lccode=0x523,
12958  linebreak="al",
12959  unicodeslot=0x522,
12960 },
12961 [0x523]={
12962  category="ll",
12963  description="CYRILLIC SMALL LETTER EN WITH MIDDLE HOOK",
12964  direction="l",
12965  linebreak="al",
12966  unicodeslot=0x523,
12967 },
12968 [0x524]={
12969  category="lu",
12970  description="CYRILLIC CAPITAL LETTER PE WITH DESCENDER",
12971  direction="l",
12972  lccode=0x525,
12973  linebreak="al",
12974  unicodeslot=0x524,
12975 },
12976 [0x525]={
12977  category="ll",
12978  description="CYRILLIC SMALL LETTER PE WITH DESCENDER",
12979  direction="l",
12980  linebreak="al",
12981  unicodeslot=0x525,
12982 },
12983 [0x526]={
12984  category="lu",
12985  description="CYRILLIC CAPITAL LETTER SHHA WITH DESCENDER",
12986  direction="l",
12987  lccode=0x527,
12988  linebreak="al",
12989  unicodeslot=0x526,
12990 },
12991 [0x527]={
12992  category="ll",
12993  description="CYRILLIC SMALL LETTER SHHA WITH DESCENDER",
12994  direction="l",
12995  linebreak="al",
12996  unicodeslot=0x527,
12997 },
12998 [0x528]={
12999  category="lu",
13000  description="CYRILLIC CAPITAL LETTER EN WITH LEFT HOOK",
13001  direction="l",
13002  lccode=0x529,
13003  linebreak="al",
13004  unicodeslot=0x528,
13005 },
13006 [0x529]={
13007  category="ll",
13008  description="CYRILLIC SMALL LETTER EN WITH LEFT HOOK",
13009  direction="l",
13010  linebreak="al",
13011  unicodeslot=0x529,
13012 },
13013 [0x52A]={
13014  category="lu",
13015  description="CYRILLIC CAPITAL LETTER DZZHE",
13016  direction="l",
13017  lccode=0x52B,
13018  linebreak="al",
13019  unicodeslot=0x52A,
13020 },
13021 [0x52B]={
13022  category="ll",
13023  description="CYRILLIC SMALL LETTER DZZHE",
13024  direction="l",
13025  linebreak="al",
13026  unicodeslot=0x52B,
13027 },
13028 [0x52C]={
13029  category="lu",
13030  description="CYRILLIC CAPITAL LETTER DCHE",
13031  direction="l",
13032  lccode=0x52D,
13033  linebreak="al",
13034  unicodeslot=0x52C,
13035 },
13036 [0x52D]={
13037  category="ll",
13038  description="CYRILLIC SMALL LETTER DCHE",
13039  direction="l",
13040  linebreak="al",
13041  unicodeslot=0x52D,
13042 },
13043 [0x52E]={
13044  category="lu",
13045  description="CYRILLIC CAPITAL LETTER EL WITH DESCENDER",
13046  direction="l",
13047  lccode=0x52F,
13048  linebreak="al",
13049  unicodeslot=0x52E,
13050 },
13051 [0x52F]={
13052  category="ll",
13053  description="CYRILLIC SMALL LETTER EL WITH DESCENDER",
13054  direction="l",
13055  linebreak="al",
13056  unicodeslot=0x52F,
13057 },
13058 [0x531]={
13059  category="lu",
13060  description="ARMENIAN CAPITAL LETTER AYB",
13061  direction="l",
13062  lccode=0x561,
13063  linebreak="al",
13064  unicodeslot=0x531,
13065 },
13066 [0x532]={
13067  category="lu",
13068  description="ARMENIAN CAPITAL LETTER BEN",
13069  direction="l",
13070  lccode=0x562,
13071  linebreak="al",
13072  unicodeslot=0x532,
13073 },
13074 [0x533]={
13075  category="lu",
13076  description="ARMENIAN CAPITAL LETTER GIM",
13077  direction="l",
13078  lccode=0x563,
13079  linebreak="al",
13080  unicodeslot=0x533,
13081 },
13082 [0x534]={
13083  category="lu",
13084  description="ARMENIAN CAPITAL LETTER DA",
13085  direction="l",
13086  lccode=0x564,
13087  linebreak="al",
13088  unicodeslot=0x534,
13089 },
13090 [0x535]={
13091  category="lu",
13092  description="ARMENIAN CAPITAL LETTER ECH",
13093  direction="l",
13094  lccode=0x565,
13095  linebreak="al",
13096  unicodeslot=0x535,
13097 },
13098 [0x536]={
13099  category="lu",
13100  description="ARMENIAN CAPITAL LETTER ZA",
13101  direction="l",
13102  lccode=0x566,
13103  linebreak="al",
13104  unicodeslot=0x536,
13105 },
13106 [0x537]={
13107  category="lu",
13108  description="ARMENIAN CAPITAL LETTER EH",
13109  direction="l",
13110  lccode=0x567,
13111  linebreak="al",
13112  unicodeslot=0x537,
13113 },
13114 [0x538]={
13115  category="lu",
13116  description="ARMENIAN CAPITAL LETTER ET",
13117  direction="l",
13118  lccode=0x568,
13119  linebreak="al",
13120  unicodeslot=0x538,
13121 },
13122 [0x539]={
13123  category="lu",
13124  description="ARMENIAN CAPITAL LETTER TO",
13125  direction="l",
13126  lccode=0x569,
13127  linebreak="al",
13128  unicodeslot=0x539,
13129 },
13130 [0x53A]={
13131  category="lu",
13132  description="ARMENIAN CAPITAL LETTER ZHE",
13133  direction="l",
13134  lccode=0x56A,
13135  linebreak="al",
13136  unicodeslot=0x53A,
13137 },
13138 [0x53B]={
13139  category="lu",
13140  description="ARMENIAN CAPITAL LETTER INI",
13141  direction="l",
13142  lccode=0x56B,
13143  linebreak="al",
13144  unicodeslot=0x53B,
13145 },
13146 [0x53C]={
13147  category="lu",
13148  description="ARMENIAN CAPITAL LETTER LIWN",
13149  direction="l",
13150  lccode=0x56C,
13151  linebreak="al",
13152  unicodeslot=0x53C,
13153 },
13154 [0x53D]={
13155  category="lu",
13156  description="ARMENIAN CAPITAL LETTER XEH",
13157  direction="l",
13158  lccode=0x56D,
13159  linebreak="al",
13160  unicodeslot=0x53D,
13161 },
13162 [0x53E]={
13163  category="lu",
13164  description="ARMENIAN CAPITAL LETTER CA",
13165  direction="l",
13166  lccode=0x56E,
13167  linebreak="al",
13168  unicodeslot=0x53E,
13169 },
13170 [0x53F]={
13171  category="lu",
13172  description="ARMENIAN CAPITAL LETTER KEN",
13173  direction="l",
13174  lccode=0x56F,
13175  linebreak="al",
13176  unicodeslot=0x53F,
13177 },
13178 [0x540]={
13179  category="lu",
13180  description="ARMENIAN CAPITAL LETTER HO",
13181  direction="l",
13182  lccode=0x570,
13183  linebreak="al",
13184  unicodeslot=0x540,
13185 },
13186 [0x541]={
13187  category="lu",
13188  description="ARMENIAN CAPITAL LETTER JA",
13189  direction="l",
13190  lccode=0x571,
13191  linebreak="al",
13192  unicodeslot=0x541,
13193 },
13194 [0x542]={
13195  category="lu",
13196  description="ARMENIAN CAPITAL LETTER GHAD",
13197  direction="l",
13198  lccode=0x572,
13199  linebreak="al",
13200  unicodeslot=0x542,
13201 },
13202 [0x543]={
13203  category="lu",
13204  description="ARMENIAN CAPITAL LETTER CHEH",
13205  direction="l",
13206  lccode=0x573,
13207  linebreak="al",
13208  unicodeslot=0x543,
13209 },
13210 [0x544]={
13211  category="lu",
13212  description="ARMENIAN CAPITAL LETTER MEN",
13213  direction="l",
13214  lccode=0x574,
13215  linebreak="al",
13216  unicodeslot=0x544,
13217 },
13218 [0x545]={
13219  category="lu",
13220  description="ARMENIAN CAPITAL LETTER YI",
13221  direction="l",
13222  lccode=0x575,
13223  linebreak="al",
13224  unicodeslot=0x545,
13225 },
13226 [0x546]={
13227  category="lu",
13228  description="ARMENIAN CAPITAL LETTER NOW",
13229  direction="l",
13230  lccode=0x576,
13231  linebreak="al",
13232  unicodeslot=0x546,
13233 },
13234 [0x547]={
13235  category="lu",
13236  description="ARMENIAN CAPITAL LETTER SHA",
13237  direction="l",
13238  lccode=0x577,
13239  linebreak="al",
13240  unicodeslot=0x547,
13241 },
13242 [0x548]={
13243  category="lu",
13244  description="ARMENIAN CAPITAL LETTER VO",
13245  direction="l",
13246  lccode=0x578,
13247  linebreak="al",
13248  unicodeslot=0x548,
13249 },
13250 [0x549]={
13251  category="lu",
13252  description="ARMENIAN CAPITAL LETTER CHA",
13253  direction="l",
13254  lccode=0x579,
13255  linebreak="al",
13256  unicodeslot=0x549,
13257 },
13258 [0x54A]={
13259  category="lu",
13260  description="ARMENIAN CAPITAL LETTER PEH",
13261  direction="l",
13262  lccode=0x57A,
13263  linebreak="al",
13264  unicodeslot=0x54A,
13265 },
13266 [0x54B]={
13267  category="lu",
13268  description="ARMENIAN CAPITAL LETTER JHEH",
13269  direction="l",
13270  lccode=0x57B,
13271  linebreak="al",
13272  unicodeslot=0x54B,
13273 },
13274 [0x54C]={
13275  category="lu",
13276  description="ARMENIAN CAPITAL LETTER RA",
13277  direction="l",
13278  lccode=0x57C,
13279  linebreak="al",
13280  unicodeslot=0x54C,
13281 },
13282 [0x54D]={
13283  category="lu",
13284  description="ARMENIAN CAPITAL LETTER SEH",
13285  direction="l",
13286  lccode=0x57D,
13287  linebreak="al",
13288  unicodeslot=0x54D,
13289 },
13290 [0x54E]={
13291  category="lu",
13292  description="ARMENIAN CAPITAL LETTER VEW",
13293  direction="l",
13294  lccode=0x57E,
13295  linebreak="al",
13296  unicodeslot=0x54E,
13297 },
13298 [0x54F]={
13299  category="lu",
13300  description="ARMENIAN CAPITAL LETTER TIWN",
13301  direction="l",
13302  lccode=0x57F,
13303  linebreak="al",
13304  unicodeslot=0x54F,
13305 },
13306 [0x550]={
13307  category="lu",
13308  description="ARMENIAN CAPITAL LETTER REH",
13309  direction="l",
13310  lccode=0x580,
13311  linebreak="al",
13312  unicodeslot=0x550,
13313 },
13314 [0x551]={
13315  category="lu",
13316  description="ARMENIAN CAPITAL LETTER CO",
13317  direction="l",
13318  lccode=0x581,
13319  linebreak="al",
13320  unicodeslot=0x551,
13321 },
13322 [0x552]={
13323  category="lu",
13324  description="ARMENIAN CAPITAL LETTER YIWN",
13325  direction="l",
13326  lccode=0x582,
13327  linebreak="al",
13328  unicodeslot=0x552,
13329 },
13330 [0x553]={
13331  category="lu",
13332  description="ARMENIAN CAPITAL LETTER PIWR",
13333  direction="l",
13334  lccode=0x583,
13335  linebreak="al",
13336  unicodeslot=0x553,
13337 },
13338 [0x554]={
13339  category="lu",
13340  description="ARMENIAN CAPITAL LETTER KEH",
13341  direction="l",
13342  lccode=0x584,
13343  linebreak="al",
13344  unicodeslot=0x554,
13345 },
13346 [0x555]={
13347  category="lu",
13348  description="ARMENIAN CAPITAL LETTER OH",
13349  direction="l",
13350  lccode=0x585,
13351  linebreak="al",
13352  unicodeslot=0x555,
13353 },
13354 [0x556]={
13355  category="lu",
13356  description="ARMENIAN CAPITAL LETTER FEH",
13357  direction="l",
13358  lccode=0x586,
13359  linebreak="al",
13360  unicodeslot=0x556,
13361 },
13362 [0x559]={
13363  category="lm",
13364  description="ARMENIAN MODIFIER LETTER LEFT HALF RING",
13365  direction="l",
13366  linebreak="al",
13367  unicodeslot=0x559,
13368 },
13369 [0x55A]={
13370  category="po",
13371  description="ARMENIAN APOSTROPHE",
13372  direction="l",
13373  linebreak="al",
13374  synonyms={ "armenian modifier letter right half ring" },
13375  unicodeslot=0x55A,
13376 },
13377 [0x55B]={
13378  category="po",
13379  description="ARMENIAN EMPHASIS MARK",
13380  direction="l",
13381  linebreak="al",
13382  synonyms={ "armenian shesht" },
13383  unicodeslot=0x55B,
13384 },
13385 [0x55C]={
13386  category="po",
13387  description="ARMENIAN EXCLAMATION MARK",
13388  direction="l",
13389  linebreak="al",
13390  synonyms={ "armenian batsaganchakan nshan" },
13391  unicodeslot=0x55C,
13392 },
13393 [0x55D]={
13394  category="po",
13395  description="ARMENIAN COMMA",
13396  direction="l",
13397  linebreak="al",
13398  synonyms={ "armenian bowt" },
13399  unicodeslot=0x55D,
13400 },
13401 [0x55E]={
13402  category="po",
13403  description="ARMENIAN QUESTION MARK",
13404  direction="l",
13405  linebreak="al",
13406  synonyms={ "armenian hartsakan nshan" },
13407  unicodeslot=0x55E,
13408 },
13409 [0x55F]={
13410  category="po",
13411  description="ARMENIAN ABBREVIATION MARK",
13412  direction="l",
13413  linebreak="al",
13414  synonyms={ "armenian patiw" },
13415  unicodeslot=0x55F,
13416 },
13417 [0x560]={
13418  category="ll",
13419  description="ARMENIAN SMALL LETTER TURNED AYB",
13420  direction="l",
13421  linebreak="al",
13422  unicodeslot=0x560,
13423 },
13424 [0x561]={
13425  category="ll",
13426  description="ARMENIAN SMALL LETTER AYB",
13427  direction="l",
13428  linebreak="al",
13429  uccode=0x531,
13430  unicodeslot=0x561,
13431 },
13432 [0x562]={
13433  category="ll",
13434  description="ARMENIAN SMALL LETTER BEN",
13435  direction="l",
13436  linebreak="al",
13437  uccode=0x532,
13438  unicodeslot=0x562,
13439 },
13440 [0x563]={
13441  category="ll",
13442  description="ARMENIAN SMALL LETTER GIM",
13443  direction="l",
13444  linebreak="al",
13445  uccode=0x533,
13446  unicodeslot=0x563,
13447 },
13448 [0x564]={
13449  category="ll",
13450  description="ARMENIAN SMALL LETTER DA",
13451  direction="l",
13452  linebreak="al",
13453  uccode=0x534,
13454  unicodeslot=0x564,
13455 },
13456 [0x565]={
13457  category="ll",
13458  description="ARMENIAN SMALL LETTER ECH",
13459  direction="l",
13460  linebreak="al",
13461  uccode=0x535,
13462  unicodeslot=0x565,
13463 },
13464 [0x566]={
13465  category="ll",
13466  description="ARMENIAN SMALL LETTER ZA",
13467  direction="l",
13468  linebreak="al",
13469  uccode=0x536,
13470  unicodeslot=0x566,
13471 },
13472 [0x567]={
13473  category="ll",
13474  description="ARMENIAN SMALL LETTER EH",
13475  direction="l",
13476  linebreak="al",
13477  uccode=0x537,
13478  unicodeslot=0x567,
13479 },
13480 [0x568]={
13481  category="ll",
13482  description="ARMENIAN SMALL LETTER ET",
13483  direction="l",
13484  linebreak="al",
13485  uccode=0x538,
13486  unicodeslot=0x568,
13487 },
13488 [0x569]={
13489  category="ll",
13490  description="ARMENIAN SMALL LETTER TO",
13491  direction="l",
13492  linebreak="al",
13493  uccode=0x539,
13494  unicodeslot=0x569,
13495 },
13496 [0x56A]={
13497  category="ll",
13498  description="ARMENIAN SMALL LETTER ZHE",
13499  direction="l",
13500  linebreak="al",
13501  uccode=0x53A,
13502  unicodeslot=0x56A,
13503 },
13504 [0x56B]={
13505  category="ll",
13506  description="ARMENIAN SMALL LETTER INI",
13507  direction="l",
13508  linebreak="al",
13509  uccode=0x53B,
13510  unicodeslot=0x56B,
13511 },
13512 [0x56C]={
13513  category="ll",
13514  description="ARMENIAN SMALL LETTER LIWN",
13515  direction="l",
13516  linebreak="al",
13517  uccode=0x53C,
13518  unicodeslot=0x56C,
13519 },
13520 [0x56D]={
13521  category="ll",
13522  description="ARMENIAN SMALL LETTER XEH",
13523  direction="l",
13524  linebreak="al",
13525  uccode=0x53D,
13526  unicodeslot=0x56D,
13527 },
13528 [0x56E]={
13529  category="ll",
13530  description="ARMENIAN SMALL LETTER CA",
13531  direction="l",
13532  linebreak="al",
13533  uccode=0x53E,
13534  unicodeslot=0x56E,
13535 },
13536 [0x56F]={
13537  category="ll",
13538  description="ARMENIAN SMALL LETTER KEN",
13539  direction="l",
13540  linebreak="al",
13541  uccode=0x53F,
13542  unicodeslot=0x56F,
13543 },
13544 [0x570]={
13545  category="ll",
13546  description="ARMENIAN SMALL LETTER HO",
13547  direction="l",
13548  linebreak="al",
13549  uccode=0x540,
13550  unicodeslot=0x570,
13551 },
13552 [0x571]={
13553  category="ll",
13554  description="ARMENIAN SMALL LETTER JA",
13555  direction="l",
13556  linebreak="al",
13557  uccode=0x541,
13558  unicodeslot=0x571,
13559 },
13560 [0x572]={
13561  category="ll",
13562  description="ARMENIAN SMALL LETTER GHAD",
13563  direction="l",
13564  linebreak="al",
13565  uccode=0x542,
13566  unicodeslot=0x572,
13567 },
13568 [0x573]={
13569  category="ll",
13570  description="ARMENIAN SMALL LETTER CHEH",
13571  direction="l",
13572  linebreak="al",
13573  uccode=0x543,
13574  unicodeslot=0x573,
13575 },
13576 [0x574]={
13577  category="ll",
13578  description="ARMENIAN SMALL LETTER MEN",
13579  direction="l",
13580  linebreak="al",
13581  uccode=0x544,
13582  unicodeslot=0x574,
13583 },
13584 [0x575]={
13585  category="ll",
13586  description="ARMENIAN SMALL LETTER YI",
13587  direction="l",
13588  linebreak="al",
13589  uccode=0x545,
13590  unicodeslot=0x575,
13591 },
13592 [0x576]={
13593  category="ll",
13594  description="ARMENIAN SMALL LETTER NOW",
13595  direction="l",
13596  linebreak="al",
13597  uccode=0x546,
13598  unicodeslot=0x576,
13599 },
13600 [0x577]={
13601  category="ll",
13602  description="ARMENIAN SMALL LETTER SHA",
13603  direction="l",
13604  linebreak="al",
13605  uccode=0x547,
13606  unicodeslot=0x577,
13607 },
13608 [0x578]={
13609  category="ll",
13610  description="ARMENIAN SMALL LETTER VO",
13611  direction="l",
13612  linebreak="al",
13613  uccode=0x548,
13614  unicodeslot=0x578,
13615 },
13616 [0x579]={
13617  category="ll",
13618  description="ARMENIAN SMALL LETTER CHA",
13619  direction="l",
13620  linebreak="al",
13621  uccode=0x549,
13622  unicodeslot=0x579,
13623 },
13624 [0x57A]={
13625  category="ll",
13626  description="ARMENIAN SMALL LETTER PEH",
13627  direction="l",
13628  linebreak="al",
13629  uccode=0x54A,
13630  unicodeslot=0x57A,
13631 },
13632 [0x57B]={
13633  category="ll",
13634  description="ARMENIAN SMALL LETTER JHEH",
13635  direction="l",
13636  linebreak="al",
13637  uccode=0x54B,
13638  unicodeslot=0x57B,
13639 },
13640 [0x57C]={
13641  category="ll",
13642  description="ARMENIAN SMALL LETTER RA",
13643  direction="l",
13644  linebreak="al",
13645  uccode=0x54C,
13646  unicodeslot=0x57C,
13647 },
13648 [0x57D]={
13649  category="ll",
13650  description="ARMENIAN SMALL LETTER SEH",
13651  direction="l",
13652  linebreak="al",
13653  uccode=0x54D,
13654  unicodeslot=0x57D,
13655 },
13656 [0x57E]={
13657  category="ll",
13658  description="ARMENIAN SMALL LETTER VEW",
13659  direction="l",
13660  linebreak="al",
13661  uccode=0x54E,
13662  unicodeslot=0x57E,
13663 },
13664 [0x57F]={
13665  category="ll",
13666  description="ARMENIAN SMALL LETTER TIWN",
13667  direction="l",
13668  linebreak="al",
13669  uccode=0x54F,
13670  unicodeslot=0x57F,
13671 },
13672 [0x580]={
13673  category="ll",
13674  description="ARMENIAN SMALL LETTER REH",
13675  direction="l",
13676  linebreak="al",
13677  uccode=0x550,
13678  unicodeslot=0x580,
13679 },
13680 [0x581]={
13681  category="ll",
13682  description="ARMENIAN SMALL LETTER CO",
13683  direction="l",
13684  linebreak="al",
13685  uccode=0x551,
13686  unicodeslot=0x581,
13687 },
13688 [0x582]={
13689  category="ll",
13690  description="ARMENIAN SMALL LETTER YIWN",
13691  direction="l",
13692  linebreak="al",
13693  uccode=0x552,
13694  unicodeslot=0x582,
13695 },
13696 [0x583]={
13697  category="ll",
13698  description="ARMENIAN SMALL LETTER PIWR",
13699  direction="l",
13700  linebreak="al",
13701  uccode=0x553,
13702  unicodeslot=0x583,
13703 },
13704 [0x584]={
13705  category="ll",
13706  description="ARMENIAN SMALL LETTER KEH",
13707  direction="l",
13708  linebreak="al",
13709  uccode=0x554,
13710  unicodeslot=0x584,
13711 },
13712 [0x585]={
13713  category="ll",
13714  description="ARMENIAN SMALL LETTER OH",
13715  direction="l",
13716  linebreak="al",
13717  uccode=0x555,
13718  unicodeslot=0x585,
13719 },
13720 [0x586]={
13721  category="ll",
13722  description="ARMENIAN SMALL LETTER FEH",
13723  direction="l",
13724  linebreak="al",
13725  uccode=0x556,
13726  unicodeslot=0x586,
13727 },
13728 [0x587]={
13729  category="ll",
13730  description="ARMENIAN SMALL LIGATURE ECH YIWN",
13731  direction="l",
13732  linebreak="al",
13733  specials={ "compat", 0x565, 0x582 },
13734  uccode={ 0x565, 0x582 },
13735  unicodeslot=0x587,
13736 },
13737 [0x588]={
13738  category="ll",
13739  description="ARMENIAN SMALL LETTER YI WITH STROKE",
13740  direction="l",
13741  linebreak="al",
13742  unicodeslot=0x588,
13743 },
13744 [0x589]={
13745  category="po",
13746  description="ARMENIAN FULL STOP",
13747  direction="l",
13748  linebreak="is",
13749  synonyms={ "armenian vertsaket", "georgian full stop" },
13750  unicodeslot=0x589,
13751 },
13752 [0x58A]={
13753  category="pd",
13754  description="ARMENIAN HYPHEN",
13755  direction="on",
13756  linebreak="ba",
13757  synonyms={ "armenian yentamna" },
13758  unicodeslot=0x58A,
13759 },
13760 [0x58D]={
13761  category="so",
13762  description="RIGHT-FACING ARMENIAN ETERNITY SIGN",
13763  direction="on",
13764  linebreak="al",
13765  unicodeslot=0x58D,
13766 },
13767 [0x58E]={
13768  category="so",
13769  description="LEFT-FACING ARMENIAN ETERNITY SIGN",
13770  direction="on",
13771  linebreak="al",
13772  unicodeslot=0x58E,
13773 },
13774 [0x58F]={
13775  category="sc",
13776  description="ARMENIAN DRAM SIGN",
13777  direction="et",
13778  linebreak="pr",
13779  synonyms={ "armenian currency" },
13780  unicodeslot=0x58F,
13781 },
13782 [0x591]={
13783  category="mn",
13784  combining=0xDC,
13785  description="HEBREW ACCENT ETNAHTA",
13786  direction="nsm",
13787  linebreak="cm",
13788  unicodeslot=0x591,
13789 },
13790 [0x592]={
13791  category="mn",
13792  combining=0xE6,
13793  description="HEBREW ACCENT SEGOL",
13794  direction="nsm",
13795  linebreak="cm",
13796  unicodeslot=0x592,
13797 },
13798 [0x593]={
13799  category="mn",
13800  combining=0xE6,
13801  description="HEBREW ACCENT SHALSHELET",
13802  direction="nsm",
13803  linebreak="cm",
13804  unicodeslot=0x593,
13805 },
13806 [0x594]={
13807  category="mn",
13808  combining=0xE6,
13809  description="HEBREW ACCENT ZAQEF QATAN",
13810  direction="nsm",
13811  linebreak="cm",
13812  unicodeslot=0x594,
13813 },
13814 [0x595]={
13815  category="mn",
13816  combining=0xE6,
13817  description="HEBREW ACCENT ZAQEF GADOL",
13818  direction="nsm",
13819  linebreak="cm",
13820  unicodeslot=0x595,
13821 },
13822 [0x596]={
13823  category="mn",
13824  combining=0xDC,
13825  description="HEBREW ACCENT TIPEHA",
13826  direction="nsm",
13827  linebreak="cm",
13828  unicodeslot=0x596,
13829 },
13830 [0x597]={
13831  category="mn",
13832  combining=0xE6,
13833  description="HEBREW ACCENT REVIA",
13834  direction="nsm",
13835  linebreak="cm",
13836  unicodeslot=0x597,
13837 },
13838 [0x598]={
13839  category="mn",
13840  combining=0xE6,
13841  description="HEBREW ACCENT ZARQA",
13842  direction="nsm",
13843  linebreak="cm",
13844  unicodeslot=0x598,
13845 },
13846 [0x599]={
13847  category="mn",
13848  combining=0xE6,
13849  description="HEBREW ACCENT PASHTA",
13850  direction="nsm",
13851  linebreak="cm",
13852  unicodeslot=0x599,
13853 },
13854 [0x59A]={
13855  category="mn",
13856  combining=0xDE,
13857  description="HEBREW ACCENT YETIV",
13858  direction="nsm",
13859  linebreak="cm",
13860  unicodeslot=0x59A,
13861 },
13862 [0x59B]={
13863  category="mn",
13864  combining=0xDC,
13865  description="HEBREW ACCENT TEVIR",
13866  direction="nsm",
13867  linebreak="cm",
13868  unicodeslot=0x59B,
13869 },
13870 [0x59C]={
13871  category="mn",
13872  combining=0xE6,
13873  description="HEBREW ACCENT GERESH",
13874  direction="nsm",
13875  linebreak="cm",
13876  unicodeslot=0x59C,
13877 },
13878 [0x59D]={
13879  category="mn",
13880  combining=0xE6,
13881  description="HEBREW ACCENT GERESH MUQDAM",
13882  direction="nsm",
13883  linebreak="cm",
13884  unicodeslot=0x59D,
13885 },
13886 [0x59E]={
13887  category="mn",
13888  combining=0xE6,
13889  description="HEBREW ACCENT GERSHAYIM",
13890  direction="nsm",
13891  linebreak="cm",
13892  unicodeslot=0x59E,
13893 },
13894 [0x59F]={
13895  category="mn",
13896  combining=0xE6,
13897  description="HEBREW ACCENT QARNEY PARA",
13898  direction="nsm",
13899  linebreak="cm",
13900  unicodeslot=0x59F,
13901 },
13902 [0x5A0]={
13903  category="mn",
13904  combining=0xE6,
13905  description="HEBREW ACCENT TELISHA GEDOLA",
13906  direction="nsm",
13907  linebreak="cm",
13908  unicodeslot=0x5A0,
13909 },
13910 [0x5A1]={
13911  category="mn",
13912  combining=0xE6,
13913  description="HEBREW ACCENT PAZER",
13914  direction="nsm",
13915  linebreak="cm",
13916  unicodeslot=0x5A1,
13917 },
13918 [0x5A2]={
13919  category="mn",
13920  combining=0xDC,
13921  description="HEBREW ACCENT ATNAH HAFUKH",
13922  direction="nsm",
13923  linebreak="cm",
13924  unicodeslot=0x5A2,
13925 },
13926 [0x5A3]={
13927  category="mn",
13928  combining=0xDC,
13929  description="HEBREW ACCENT MUNAH",
13930  direction="nsm",
13931  linebreak="cm",
13932  unicodeslot=0x5A3,
13933 },
13934 [0x5A4]={
13935  category="mn",
13936  combining=0xDC,
13937  description="HEBREW ACCENT MAHAPAKH",
13938  direction="nsm",
13939  linebreak="cm",
13940  unicodeslot=0x5A4,
13941 },
13942 [0x5A5]={
13943  category="mn",
13944  combining=0xDC,
13945  description="HEBREW ACCENT MERKHA",
13946  direction="nsm",
13947  linebreak="cm",
13948  unicodeslot=0x5A5,
13949 },
13950 [0x5A6]={
13951  category="mn",
13952  combining=0xDC,
13953  description="HEBREW ACCENT MERKHA KEFULA",
13954  direction="nsm",
13955  linebreak="cm",
13956  unicodeslot=0x5A6,
13957 },
13958 [0x5A7]={
13959  category="mn",
13960  combining=0xDC,
13961  description="HEBREW ACCENT DARGA",
13962  direction="nsm",
13963  linebreak="cm",
13964  unicodeslot=0x5A7,
13965 },
13966 [0x5A8]={
13967  category="mn",
13968  combining=0xE6,
13969  description="HEBREW ACCENT QADMA",
13970  direction="nsm",
13971  linebreak="cm",
13972  unicodeslot=0x5A8,
13973 },
13974 [0x5A9]={
13975  category="mn",
13976  combining=0xE6,
13977  description="HEBREW ACCENT TELISHA QETANA",
13978  direction="nsm",
13979  linebreak="cm",
13980  unicodeslot=0x5A9,
13981 },
13982 [0x5AA]={
13983  category="mn",
13984  combining=0xDC,
13985  description="HEBREW ACCENT YERAH BEN YOMO",
13986  direction="nsm",
13987  linebreak="cm",
13988  unicodeslot=0x5AA,
13989 },
13990 [0x5AB]={
13991  category="mn",
13992  combining=0xE6,
13993  description="HEBREW ACCENT OLE",
13994  direction="nsm",
13995  linebreak="cm",
13996  unicodeslot=0x5AB,
13997 },
13998 [0x5AC]={
13999  category="mn",
14000  combining=0xE6,
14001  description="HEBREW ACCENT ILUY",
14002  direction="nsm",
14003  linebreak="cm",
14004  unicodeslot=0x5AC,
14005 },
14006 [0x5AD]={
14007  category="mn",
14008  combining=0xDE,
14009  description="HEBREW ACCENT DEHI",
14010  direction="nsm",
14011  linebreak="cm",
14012  unicodeslot=0x5AD,
14013 },
14014 [0x5AE]={
14015  category="mn",
14016  combining=0xE4,
14017  description="HEBREW ACCENT ZINOR",
14018  direction="nsm",
14019  linebreak="cm",
14020  unicodeslot=0x5AE,
14021 },
14022 [0x5AF]={
14023  category="mn",
14024  combining=0xE6,
14025  description="HEBREW MARK MASORA CIRCLE",
14026  direction="nsm",
14027  linebreak="cm",
14028  unicodeslot=0x5AF,
14029 },
14030 [0x5B0]={
14031  category="mn",
14032  combining=0xA,
14033  description="HEBREW POINT SHEVA",
14034  direction="nsm",
14035  linebreak="cm",
14036  unicodeslot=0x5B0,
14037 },
14038 [0x5B1]={
14039  category="mn",
14040  combining=0xB,
14041  description="HEBREW POINT HATAF SEGOL",
14042  direction="nsm",
14043  linebreak="cm",
14044  unicodeslot=0x5B1,
14045 },
14046 [0x5B2]={
14047  category="mn",
14048  combining=0xC,
14049  description="HEBREW POINT HATAF PATAH",
14050  direction="nsm",
14051  linebreak="cm",
14052  unicodeslot=0x5B2,
14053 },
14054 [0x5B3]={
14055  category="mn",
14056  combining=0xD,
14057  description="HEBREW POINT HATAF QAMATS",
14058  direction="nsm",
14059  linebreak="cm",
14060  unicodeslot=0x5B3,
14061 },
14062 [0x5B4]={
14063  category="mn",
14064  combining=0xE,
14065  description="HEBREW POINT HIRIQ",
14066  direction="nsm",
14067  linebreak="cm",
14068  unicodeslot=0x5B4,
14069 },
14070 [0x5B5]={
14071  category="mn",
14072  combining=0xF,
14073  description="HEBREW POINT TSERE",
14074  direction="nsm",
14075  linebreak="cm",
14076  unicodeslot=0x5B5,
14077 },
14078 [0x5B6]={
14079  category="mn",
14080  combining=0x10,
14081  description="HEBREW POINT SEGOL",
14082  direction="nsm",
14083  linebreak="cm",
14084  unicodeslot=0x5B6,
14085 },
14086 [0x5B7]={
14087  category="mn",
14088  combining=0x11,
14089  description="HEBREW POINT PATAH",
14090  direction="nsm",
14091  linebreak="cm",
14092  unicodeslot=0x5B7,
14093 },
14094 [0x5B8]={
14095  category="mn",
14096  combining=0x12,
14097  description="HEBREW POINT QAMATS",
14098  direction="nsm",
14099  linebreak="cm",
14100  unicodeslot=0x5B8,
14101 },
14102 [0x5B9]={
14103  category="mn",
14104  combining=0x13,
14105  description="HEBREW POINT HOLAM",
14106  direction="nsm",
14107  linebreak="cm",
14108  unicodeslot=0x5B9,
14109 },
14110 [0x5BA]={
14111  category="mn",
14112  combining=0x13,
14113  description="HEBREW POINT HOLAM HASER FOR VAV",
14114  direction="nsm",
14115  linebreak="cm",
14116  unicodeslot=0x5BA,
14117 },
14118 [0x5BB]={
14119  category="mn",
14120  combining=0x14,
14121  description="HEBREW POINT QUBUTS",
14122  direction="nsm",
14123  linebreak="cm",
14124  unicodeslot=0x5BB,
14125 },
14126 [0x5BC]={
14127  category="mn",
14128  combining=0x15,
14129  description="HEBREW POINT DAGESH OR MAPIQ",
14130  direction="nsm",
14131  linebreak="cm",
14132  unicodeslot=0x5BC,
14133 },
14134 [0x5BD]={
14135  category="mn",
14136  combining=0x16,
14137  description="HEBREW POINT METEG",
14138  direction="nsm",
14139  linebreak="cm",
14140  unicodeslot=0x5BD,
14141 },
14142 [0x5BE]={
14143  category="po",
14144  description="HEBREW PUNCTUATION MAQAF",
14145  direction="r",
14146  linebreak="ba",
14147  unicodeslot=0x5BE,
14148 },
14149 [0x5BF]={
14150  category="mn",
14151  combining=0x17,
14152  description="HEBREW POINT RAFE",
14153  direction="nsm",
14154  linebreak="cm",
14155  unicodeslot=0x5BF,
14156 },
14157 [0x5C0]={
14158  category="po",
14159  description="HEBREW PUNCTUATION PASEQ",
14160  direction="r",
14161  linebreak="al",
14162  unicodeslot=0x5C0,
14163 },
14164 [0x5C1]={
14165  category="mn",
14166  combining=0x18,
14167  description="HEBREW POINT SHIN DOT",
14168  direction="nsm",
14169  linebreak="cm",
14170  unicodeslot=0x5C1,
14171 },
14172 [0x5C2]={
14173  category="mn",
14174  combining=0x19,
14175  description="HEBREW POINT SIN DOT",
14176  direction="nsm",
14177  linebreak="cm",
14178  unicodeslot=0x5C2,
14179 },
14180 [0x5C3]={
14181  category="po",
14182  description="HEBREW PUNCTUATION SOF PASUQ",
14183  direction="r",
14184  linebreak="al",
14185  unicodeslot=0x5C3,
14186 },
14187 [0x5C4]={
14188  category="mn",
14189  combining=0xE6,
14190  description="HEBREW MARK UPPER DOT",
14191  direction="nsm",
14192  linebreak="cm",
14193  unicodeslot=0x5C4,
14194 },
14195 [0x5C5]={
14196  category="mn",
14197  combining=0xDC,
14198  description="HEBREW MARK LOWER DOT",
14199  direction="nsm",
14200  linebreak="cm",
14201  unicodeslot=0x5C5,
14202 },
14203 [0x5C6]={
14204  category="po",
14205  description="HEBREW PUNCTUATION NUN HAFUKHA",
14206  direction="r",
14207  linebreak="ex",
14208  unicodeslot=0x5C6,
14209 },
14210 [0x5C7]={
14211  category="mn",
14212  combining=0x12,
14213  description="HEBREW POINT QAMATS QATAN",
14214  direction="nsm",
14215  linebreak="cm",
14216  unicodeslot=0x5C7,
14217 },
14218 [0x5D0]={
14219  category="lo",
14220  contextname="hebrewAlef",
14221  description="HEBREW LETTER ALEF",
14222  direction="r",
14223  linebreak="hl",
14224  unicodeslot=0x5D0,
14225 },
14226 [0x5D1]={
14227  category="lo",
14228  contextname="hebrewBet",
14229  description="HEBREW LETTER BET",
14230  direction="r",
14231  linebreak="hl",
14232  unicodeslot=0x5D1,
14233 },
14234 [0x5D2]={
14235  category="lo",
14236  contextname="hebrewGimel",
14237  description="HEBREW LETTER GIMEL",
14238  direction="r",
14239  linebreak="hl",
14240  unicodeslot=0x5D2,
14241 },
14242 [0x5D3]={
14243  category="lo",
14244  contextname="hebrewDalet",
14245  description="HEBREW LETTER DALET",
14246  direction="r",
14247  linebreak="hl",
14248  unicodeslot=0x5D3,
14249 },
14250 [0x5D4]={
14251  category="lo",
14252  contextname="hebrewHe",
14253  description="HEBREW LETTER HE",
14254  direction="r",
14255  linebreak="hl",
14256  unicodeslot=0x5D4,
14257 },
14258 [0x5D5]={
14259  category="lo",
14260  contextname="hebrewVav",
14261  description="HEBREW LETTER VAV",
14262  direction="r",
14263  linebreak="hl",
14264  unicodeslot=0x5D5,
14265 },
14266 [0x5D6]={
14267  category="lo",
14268  contextname="hebrewZayin",
14269  description="HEBREW LETTER ZAYIN",
14270  direction="r",
14271  linebreak="hl",
14272  unicodeslot=0x5D6,
14273 },
14274 [0x5D7]={
14275  category="lo",
14276  contextname="hebrewHet",
14277  description="HEBREW LETTER HET",
14278  direction="r",
14279  linebreak="hl",
14280  unicodeslot=0x5D7,
14281 },
14282 [0x5D8]={
14283  category="lo",
14284  contextname="hebrewTet",
14285  description="HEBREW LETTER TET",
14286  direction="r",
14287  linebreak="hl",
14288  unicodeslot=0x5D8,
14289 },
14290 [0x5D9]={
14291  category="lo",
14292  contextname="hebrewYod",
14293  description="HEBREW LETTER YOD",
14294  direction="r",
14295  linebreak="hl",
14296  unicodeslot=0x5D9,
14297 },
14298 [0x5DA]={
14299  category="lo",
14300  contextname="hebrewKaffinal",
14301  description="HEBREW LETTER FINAL KAF",
14302  direction="r",
14303  linebreak="hl",
14304  unicodeslot=0x5DA,
14305 },
14306 [0x5DB]={
14307  category="lo",
14308  contextname="hebrewKaf",
14309  description="HEBREW LETTER KAF",
14310  direction="r",
14311  linebreak="hl",
14312  unicodeslot=0x5DB,
14313 },
14314 [0x5DC]={
14315  category="lo",
14316  contextname="hebrewLamed",
14317  description="HEBREW LETTER LAMED",
14318  direction="r",
14319  linebreak="hl",
14320  unicodeslot=0x5DC,
14321 },
14322 [0x5DD]={
14323  category="lo",
14324  contextname="hebrewMemfinal",
14325  description="HEBREW LETTER FINAL MEM",
14326  direction="r",
14327  linebreak="hl",
14328  unicodeslot=0x5DD,
14329 },
14330 [0x5DE]={
14331  category="lo",
14332  contextname="hebrewMem",
14333  description="HEBREW LETTER MEM",
14334  direction="r",
14335  linebreak="hl",
14336  unicodeslot=0x5DE,
14337 },
14338 [0x5DF]={
14339  category="lo",
14340  contextname="hebrewNunfinal",
14341  description="HEBREW LETTER FINAL NUN",
14342  direction="r",
14343  linebreak="hl",
14344  unicodeslot=0x5DF,
14345 },
14346 [0x5E0]={
14347  category="lo",
14348  contextname="hebrewNun",
14349  description="HEBREW LETTER NUN",
14350  direction="r",
14351  linebreak="hl",
14352  unicodeslot=0x5E0,
14353 },
14354 [0x5E1]={
14355  category="lo",
14356  contextname="hebrewSamekh",
14357  description="HEBREW LETTER SAMEKH",
14358  direction="r",
14359  linebreak="hl",
14360  unicodeslot=0x5E1,
14361 },
14362 [0x5E2]={
14363  category="lo",
14364  contextname="hebrewAyin",
14365  description="HEBREW LETTER AYIN",
14366  direction="r",
14367  linebreak="hl",
14368  unicodeslot=0x5E2,
14369 },
14370 [0x5E3]={
14371  category="lo",
14372  contextname="hebrewPefinal",
14373  description="HEBREW LETTER FINAL PE",
14374  direction="r",
14375  linebreak="hl",
14376  unicodeslot=0x5E3,
14377 },
14378 [0x5E4]={
14379  category="lo",
14380  contextname="hebrewPe",
14381  description="HEBREW LETTER PE",
14382  direction="r",
14383  linebreak="hl",
14384  unicodeslot=0x5E4,
14385 },
14386 [0x5E5]={
14387  category="lo",
14388  contextname="hebrewTsadifinal",
14389  description="HEBREW LETTER FINAL TSADI",
14390  direction="r",
14391  linebreak="hl",
14392  unicodeslot=0x5E5,
14393 },
14394 [0x5E6]={
14395  category="lo",
14396  contextname="hebrewTsadi",
14397  description="HEBREW LETTER TSADI",
14398  direction="r",
14399  linebreak="hl",
14400  unicodeslot=0x5E6,
14401 },
14402 [0x5E7]={
14403  category="lo",
14404  contextname="hebrewQof",
14405  description="HEBREW LETTER QOF",
14406  direction="r",
14407  linebreak="hl",
14408  unicodeslot=0x5E7,
14409 },
14410 [0x5E8]={
14411  category="lo",
14412  contextname="hebrewResh",
14413  description="HEBREW LETTER RESH",
14414  direction="r",
14415  linebreak="hl",
14416  unicodeslot=0x5E8,
14417 },
14418 [0x5E9]={
14419  category="lo",
14420  contextname="hebrewShin",
14421  description="HEBREW LETTER SHIN",
14422  direction="r",
14423  linebreak="hl",
14424  unicodeslot=0x5E9,
14425 },
14426 [0x5EA]={
14427  category="lo",
14428  contextname="hebrewTav",
14429  description="HEBREW LETTER TAV",
14430  direction="r",
14431  linebreak="hl",
14432  unicodeslot=0x5EA,
14433 },
14434 [0x5EF]={
14435  category="lo",
14436  description="HEBREW YOD TRIANGLE",
14437  direction="r",
14438  linebreak="hl",
14439  unicodeslot=0x5EF,
14440 },
14441 [0x5F0]={
14442  category="lo",
14443  description="HEBREW LIGATURE YIDDISH DOUBLE VAV",
14444  direction="r",
14445  linebreak="hl",
14446  unicodeslot=0x5F0,
14447 },
14448 [0x5F1]={
14449  category="lo",
14450  description="HEBREW LIGATURE YIDDISH VAV YOD",
14451  direction="r",
14452  linebreak="hl",
14453  unicodeslot=0x5F1,
14454 },
14455 [0x5F2]={
14456  category="lo",
14457  description="HEBREW LIGATURE YIDDISH DOUBLE YOD",
14458  direction="r",
14459  linebreak="hl",
14460  unicodeslot=0x5F2,
14461 },
14462 [0x5F3]={
14463  category="po",
14464  description="HEBREW PUNCTUATION GERESH",
14465  direction="r",
14466  linebreak="al",
14467  unicodeslot=0x5F3,
14468 },
14469 [0x5F4]={
14470  category="po",
14471  description="HEBREW PUNCTUATION GERSHAYIM",
14472  direction="r",
14473  linebreak="al",
14474  unicodeslot=0x5F4,
14475 },
14476 [0x600]={
14477  arabic="u",
14478  category="cf",
14479  contextname="arabicnumber",
14480  description="ARABIC NUMBER SIGN",
14481  direction="an",
14482  linebreak="nu",
14483  unicodeslot=0x600,
14484  visible=true,
14485 },
14486 [0x601]={
14487  arabic="u",
14488  category="cf",
14489  contextname="arabicsanah",
14490  description="ARABIC SIGN SANAH",
14491  direction="an",
14492  linebreak="nu",
14493  unicodeslot=0x601,
14494  visible=true,
14495 },
14496 [0x602]={
14497  arabic="u",
14498  category="cf",
14499  contextname="arabicfootnotemarker",
14500  description="ARABIC FOOTNOTE MARKER",
14501  direction="an",
14502  linebreak="nu",
14503  unicodeslot=0x602,
14504  visible=true,
14505 },
14506 [0x603]={
14507  arabic="u",
14508  category="cf",
14509  contextname="arabicsafha",
14510  description="ARABIC SIGN SAFHA",
14511  direction="an",
14512  linebreak="nu",
14513  unicodeslot=0x603,
14514  visible=true,
14515 },
14516 [0x604]={
14517  arabic="u",
14518  category="cf",
14519  contextname="arabicsamvat",
14520  description="ARABIC SIGN SAMVAT",
14521  direction="an",
14522  linebreak="nu",
14523  unicodeslot=0x604,
14524 },
14525 [0x605]={
14526  arabic="u",
14527  category="cf",
14528  contextname="arabicnumberabove",
14529  description="ARABIC NUMBER MARK ABOVE",
14530  direction="an",
14531  linebreak="nu",
14532  unicodeslot=0x605,
14533 },
14534 [0x606]={
14535  category="sm",
14536  contextname="arabiccuberoot",
14537  description="ARABIC-INDIC CUBE ROOT",
14538  direction="on",
14539  linebreak="al",
14540  unicodeslot=0x606,
14541 },
14542 [0x607]={
14543  category="sm",
14544  contextname="arabicfourthroot",
14545  description="ARABIC-INDIC FOURTH ROOT",
14546  direction="on",
14547  linebreak="al",
14548  unicodeslot=0x607,
14549 },
14550 [0x608]={
14551  arabic="u",
14552  category="sm",
14553  contextname="arabicray",
14554  description="ARABIC RAY",
14555  direction="al",
14556  linebreak="al",
14557  unicodeslot=0x608,
14558 },
14559 [0x609]={
14560  category="po",
14561  contextname="arabicpermille",
14562  description="ARABIC-INDIC PER MILLE SIGN",
14563  direction="et",
14564  linebreak="po",
14565  unicodeslot=0x609,
14566 },
14567 [0x60A]={
14568  category="po",
14569  contextname="arabicpertenthousand",
14570  description="ARABIC-INDIC PER TEN THOUSAND SIGN",
14571  direction="et",
14572  linebreak="po",
14573  unicodeslot=0x60A,
14574 },
14575 [0x60B]={
14576  arabic="u",
14577  category="sc",
14578  contextname="afghanicurrency",
14579  description="AFGHANI SIGN",
14580  direction="al",
14581  linebreak="po",
14582  unicodeslot=0x60B,
14583 },
14584 [0x60C]={
14585  category="po",
14586  contextname="arabiccomma",
14587  description="ARABIC COMMA",
14588  direction="cs",
14589  linebreak="is",
14590  unicodeslot=0x60C,
14591 },
14592 [0x60D]={
14593  category="po",
14594  contextname="arabicdateseparator",
14595  description="ARABIC DATE SEPARATOR",
14596  direction="al",
14597  linebreak="is",
14598  unicodeslot=0x60D,
14599 },
14600 [0x60E]={
14601  category="so",
14602  contextname="arabicpoeticverse",
14603  description="ARABIC POETIC VERSE SIGN",
14604  direction="on",
14605  linebreak="al",
14606  unicodeslot=0x60E,
14607 },
14608 [0x60F]={
14609  category="so",
14610  contextname="arabicmisra",
14611  description="ARABIC SIGN MISRA",
14612  direction="on",
14613  linebreak="al",
14614  unicodeslot=0x60F,
14615 },
14616 [0x610]={
14617  category="mn",
14618  combining=0xE6,
14619  contextname="arabichighsallallahou",
14620  description="ARABIC SIGN SALLALLAHOU ALAYHE WASSALLAM",
14621  direction="nsm",
14622  linebreak="cm",
14623  unicodeslot=0x610,
14624 },
14625 [0x611]={
14626  category="mn",
14627  combining=0xE6,
14628  contextname="arabichighalayheassallam",
14629  description="ARABIC SIGN ALAYHE ASSALLAM",
14630  direction="nsm",
14631  linebreak="cm",
14632  unicodeslot=0x611,
14633 },
14634 [0x612]={
14635  category="mn",
14636  combining=0xE6,
14637  contextname="arabichighrahmatullahalayhe",
14638  description="ARABIC SIGN RAHMATULLAH ALAYHE",
14639  direction="nsm",
14640  linebreak="cm",
14641  unicodeslot=0x612,
14642 },
14643 [0x613]={
14644  category="mn",
14645  combining=0xE6,
14646  contextname="arabichighradiallahouanhu",
14647  description="ARABIC SIGN RADI ALLAHOU ANHU",
14648  direction="nsm",
14649  linebreak="cm",
14650  unicodeslot=0x613,
14651 },
14652 [0x614]={
14653  category="mn",
14654  combining=0xE6,
14655  contextname="arabichightakhallus",
14656  description="ARABIC SIGN TAKHALLUS",
14657  direction="nsm",
14658  linebreak="cm",
14659  unicodeslot=0x614,
14660 },
14661 [0x615]={
14662  category="mn",
14663  combining=0xE6,
14664  contextname="arabichightah",
14665  description="ARABIC SMALL HIGH TAH",
14666  direction="nsm",
14667  linebreak="cm",
14668  unicodeslot=0x615,
14669 },
14670 [0x616]={
14671  category="mn",
14672  combining=0xE6,
14673  description="ARABIC SMALL HIGH LIGATURE ALEF WITH LAM WITH YEH",
14674  direction="nsm",
14675  linebreak="cm",
14676  unicodeslot=0x616,
14677 },
14678 [0x617]={
14679  category="mn",
14680  combining=0xE6,
14681  contextname="arabichighzain",
14682  description="ARABIC SMALL HIGH ZAIN",
14683  direction="nsm",
14684  linebreak="cm",
14685  unicodeslot=0x617,
14686 },
14687 [0x618]={
14688  category="mn",
14689  combining=0x1E,
14690  description="ARABIC SMALL FATHA",
14691  direction="nsm",
14692  linebreak="cm",
14693  unicodeslot=0x618,
14694 },
14695 [0x619]={
14696  category="mn",
14697  combining=0x1F,
14698  description="ARABIC SMALL DAMMA",
14699  direction="nsm",
14700  linebreak="cm",
14701  unicodeslot=0x619,
14702 },
14703 [0x61A]={
14704  category="mn",
14705  combining=0x20,
14706  description="ARABIC SMALL KASRA",
14707  direction="nsm",
14708  linebreak="cm",
14709  unicodeslot=0x61A,
14710 },
14711 [0x61B]={
14712  category="po",
14713  contextname="arabicsemicolon",
14714  description="ARABIC SEMICOLON",
14715  direction="al",
14716  linebreak="ex",
14717  unicodeslot=0x61B,
14718 },
14719 [0x61C]={
14720  category="cf",
14721  contextname="arabiclettermark",
14722  description="ARABIC LETTER MARK",
14723  direction="al",
14724  linebreak="cm",
14725  unicodeslot=0x61C,
14726 },
14727 [0x61D]={
14728  category="po",
14729  description="ARABIC END OF TEXT MARK",
14730  direction="al",
14731  linebreak="ex",
14732  unicodeslot=0x61D,
14733 },
14734 [0x61E]={
14735  category="po",
14736  contextname="arabictripledot",
14737  description="ARABIC TRIPLE DOT PUNCTUATION MARK",
14738  direction="al",
14739  linebreak="ex",
14740  unicodeslot=0x61E,
14741 },
14742 [0x61F]={
14743  category="po",
14744  contextname="arabicquestion",
14745  description="ARABIC QUESTION MARK",
14746  direction="al",
14747  linebreak="ex",
14748  unicodeslot=0x61F,
14749 },
14750 [0x620]={
14751  arabic="d",
14752  category="lo",
14753  description="ARABIC LETTER KASHMIRI YEH",
14754  direction="al",
14755  linebreak="al",
14756  unicodeslot=0x620,
14757 },
14758 [0x621]={
14759  arabic="u",
14760  category="lo",
14761  description="ARABIC LETTER HAMZA",
14762  direction="al",
14763  linebreak="al",
14764  unicodeslot=0x621,
14765 },
14766 [0x622]={
14767  arabic="r",
14768  category="lo",
14769  description="ARABIC LETTER ALEF WITH MADDA ABOVE",
14770  direction="al",
14771  linebreak="al",
14772  shcode=0x627,
14773  specials={ "char", 0x627, 0x653 },
14774  unicodeslot=0x622,
14775 },
14776 [0x623]={
14777  arabic="r",
14778  category="lo",
14779  description="ARABIC LETTER ALEF WITH HAMZA ABOVE",
14780  direction="al",
14781  linebreak="al",
14782  shcode=0x627,
14783  specials={ "char", 0x627, 0x654 },
14784  unicodeslot=0x623,
14785 },
14786 [0x624]={
14787  arabic="r",
14788  category="lo",
14789  description="ARABIC LETTER WAW WITH HAMZA ABOVE",
14790  direction="al",
14791  linebreak="al",
14792  shcode=0x648,
14793  specials={ "char", 0x648, 0x654 },
14794  unicodeslot=0x624,
14795 },
14796 [0x625]={
14797  arabic="r",
14798  category="lo",
14799  description="ARABIC LETTER ALEF WITH HAMZA BELOW",
14800  direction="al",
14801  linebreak="al",
14802  shcode=0x627,
14803  specials={ "char", 0x627, 0x655 },
14804  unicodeslot=0x625,
14805 },
14806 [0x626]={
14807  arabic="d",
14808  category="lo",
14809  description="ARABIC LETTER YEH WITH HAMZA ABOVE",
14810  direction="al",
14811  linebreak="al",
14812  shcode=0x64A,
14813  specials={ "char", 0x64A, 0x654 },
14814  unicodeslot=0x626,
14815 },
14816 [0x627]={
14817  arabic="r",
14818  category="lo",
14819  description="ARABIC LETTER ALEF",
14820  direction="al",
14821  linebreak="al",
14822  unicodeslot=0x627,
14823 },
14824 [0x628]={
14825  arabic="d",
14826  category="lo",
14827  description="ARABIC LETTER BEH",
14828  direction="al",
14829  linebreak="al",
14830  unicodeslot=0x628,
14831 },
14832 [0x629]={
14833  arabic="r",
14834  category="lo",
14835  description="ARABIC LETTER TEH MARBUTA",
14836  direction="al",
14837  linebreak="al",
14838  unicodeslot=0x629,
14839 },
14840 [0x62A]={
14841  arabic="d",
14842  category="lo",
14843  description="ARABIC LETTER TEH",
14844  direction="al",
14845  linebreak="al",
14846  unicodeslot=0x62A,
14847 },
14848 [0x62B]={
14849  arabic="d",
14850  category="lo",
14851  description="ARABIC LETTER THEH",
14852  direction="al",
14853  linebreak="al",
14854  unicodeslot=0x62B,
14855 },
14856 [0x62C]={
14857  arabic="d",
14858  category="lo",
14859  description="ARABIC LETTER JEEM",
14860  direction="al",
14861  linebreak="al",
14862  unicodeslot=0x62C,
14863 },
14864 [0x62D]={
14865  arabic="d",
14866  category="lo",
14867  description="ARABIC LETTER HAH",
14868  direction="al",
14869  linebreak="al",
14870  unicodeslot=0x62D,
14871 },
14872 [0x62E]={
14873  arabic="d",
14874  category="lo",
14875  description="ARABIC LETTER KHAH",
14876  direction="al",
14877  linebreak="al",
14878  unicodeslot=0x62E,
14879 },
14880 [0x62F]={
14881  arabic="r",
14882  category="lo",
14883  description="ARABIC LETTER DAL",
14884  direction="al",
14885  linebreak="al",
14886  unicodeslot=0x62F,
14887 },
14888 [0x630]={
14889  arabic="r",
14890  category="lo",
14891  description="ARABIC LETTER THAL",
14892  direction="al",
14893  linebreak="al",
14894  unicodeslot=0x630,
14895 },
14896 [0x631]={
14897  arabic="r",
14898  category="lo",
14899  description="ARABIC LETTER REH",
14900  direction="al",
14901  linebreak="al",
14902  unicodeslot=0x631,
14903 },
14904 [0x632]={
14905  arabic="r",
14906  category="lo",
14907  description="ARABIC LETTER ZAIN",
14908  direction="al",
14909  linebreak="al",
14910  unicodeslot=0x632,
14911 },
14912 [0x633]={
14913  arabic="d",
14914  category="lo",
14915  description="ARABIC LETTER SEEN",
14916  direction="al",
14917  linebreak="al",
14918  unicodeslot=0x633,
14919 },
14920 [0x634]={
14921  arabic="d",
14922  category="lo",
14923  description="ARABIC LETTER SHEEN",
14924  direction="al",
14925  linebreak="al",
14926  unicodeslot=0x634,
14927 },
14928 [0x635]={
14929  arabic="d",
14930  category="lo",
14931  description="ARABIC LETTER SAD",
14932  direction="al",
14933  linebreak="al",
14934  unicodeslot=0x635,
14935 },
14936 [0x636]={
14937  arabic="d",
14938  category="lo",
14939  description="ARABIC LETTER DAD",
14940  direction="al",
14941  linebreak="al",
14942  unicodeslot=0x636,
14943 },
14944 [0x637]={
14945  arabic="d",
14946  category="lo",
14947  description="ARABIC LETTER TAH",
14948  direction="al",
14949  linebreak="al",
14950  unicodeslot=0x637,
14951 },
14952 [0x638]={
14953  arabic="d",
14954  category="lo",
14955  description="ARABIC LETTER ZAH",
14956  direction="al",
14957  linebreak="al",
14958  unicodeslot=0x638,
14959 },
14960 [0x639]={
14961  arabic="d",
14962  category="lo",
14963  description="ARABIC LETTER AIN",
14964  direction="al",
14965  linebreak="al",
14966  unicodeslot=0x639,
14967 },
14968 [0x63A]={
14969  arabic="d",
14970  category="lo",
14971  description="ARABIC LETTER GHAIN",
14972  direction="al",
14973  linebreak="al",
14974  unicodeslot=0x63A,
14975 },
14976 [0x63B]={
14977  arabic="d",
14978  category="lo",
14979  description="ARABIC LETTER KEHEH WITH TWO DOTS ABOVE",
14980  direction="al",
14981  linebreak="al",
14982  unicodeslot=0x63B,
14983 },
14984 [0x63C]={
14985  arabic="d",
14986  category="lo",
14987  description="ARABIC LETTER KEHEH WITH THREE DOTS BELOW",
14988  direction="al",
14989  linebreak="al",
14990  unicodeslot=0x63C,
14991 },
14992 [0x63D]={
14993  arabic="d",
14994  category="lo",
14995  description="ARABIC LETTER FARSI YEH WITH INVERTED V",
14996  direction="al",
14997  linebreak="al",
14998  unicodeslot=0x63D,
14999 },
15000 [0x63E]={
15001  arabic="d",
15002  category="lo",
15003  description="ARABIC LETTER FARSI YEH WITH TWO DOTS ABOVE",
15004  direction="al",
15005  linebreak="al",
15006  unicodeslot=0x63E,
15007 },
15008 [0x63F]={
15009  arabic="d",
15010  category="lo",
15011  description="ARABIC LETTER FARSI YEH WITH THREE DOTS ABOVE",
15012  direction="al",
15013  linebreak="al",
15014  unicodeslot=0x63F,
15015 },
15016 [0x640]={
15017  arabic="c",
15018  category="lm",
15019  description="ARABIC TATWEEL",
15020  direction="al",
15021  linebreak="al",
15022  synonyms={ "arabic kashida" },
15023  unicodeslot=0x640,
15024 },
15025 [0x641]={
15026  arabic="d",
15027  category="lo",
15028  description="ARABIC LETTER FEH",
15029  direction="al",
15030  linebreak="al",
15031  unicodeslot=0x641,
15032 },
15033 [0x642]={
15034  arabic="d",
15035  category="lo",
15036  description="ARABIC LETTER QAF",
15037  direction="al",
15038  linebreak="al",
15039  unicodeslot=0x642,
15040 },
15041 [0x643]={
15042  arabic="d",
15043  category="lo",
15044  description="ARABIC LETTER KAF",
15045  direction="al",
15046  linebreak="al",
15047  unicodeslot=0x643,
15048 },
15049 [0x644]={
15050  arabic="d",
15051  category="lo",
15052  description="ARABIC LETTER LAM",
15053  direction="al",
15054  linebreak="al",
15055  unicodeslot=0x644,
15056 },
15057 [0x645]={
15058  arabic="d",
15059  category="lo",
15060  description="ARABIC LETTER MEEM",
15061  direction="al",
15062  linebreak="al",
15063  unicodeslot=0x645,
15064 },
15065 [0x646]={
15066  arabic="d",
15067  category="lo",
15068  description="ARABIC LETTER NOON",
15069  direction="al",
15070  linebreak="al",
15071  unicodeslot=0x646,
15072 },
15073 [0x647]={
15074  arabic="d",
15075  category="lo",
15076  description="ARABIC LETTER HEH",
15077  direction="al",
15078  linebreak="al",
15079  unicodeslot=0x647,
15080 },
15081 [0x648]={
15082  arabic="r",
15083  category="lo",
15084  description="ARABIC LETTER WAW",
15085  direction="al",
15086  linebreak="al",
15087  unicodeslot=0x648,
15088 },
15089 [0x649]={
15090  arabic="d",
15091  category="lo",
15092  description="ARABIC LETTER ALEF MAKSURA",
15093  direction="al",
15094  linebreak="al",
15095  unicodeslot=0x649,
15096 },
15097 [0x64A]={
15098  arabic="d",
15099  category="lo",
15100  description="ARABIC LETTER YEH",
15101  direction="al",
15102  linebreak="al",
15103  unicodeslot=0x64A,
15104 },
15105 [0x64B]={
15106  category="mn",
15107  combining=0x1B,
15108  description="ARABIC FATHATAN",
15109  direction="nsm",
15110  linebreak="cm",
15111  unicodeslot=0x64B,
15112 },
15113 [0x64C]={
15114  category="mn",
15115  combining=0x1C,
15116  description="ARABIC DAMMATAN",
15117  direction="nsm",
15118  linebreak="cm",
15119  unicodeslot=0x64C,
15120 },
15121 [0x64D]={
15122  category="mn",
15123  combining=0x1D,
15124  description="ARABIC KASRATAN",
15125  direction="nsm",
15126  linebreak="cm",
15127  unicodeslot=0x64D,
15128 },
15129 [0x64E]={
15130  category="mn",
15131  combining=0x1E,
15132  description="ARABIC FATHA",
15133  direction="nsm",
15134  linebreak="cm",
15135  unicodeslot=0x64E,
15136 },
15137 [0x64F]={
15138  category="mn",
15139  combining=0x1F,
15140  description="ARABIC DAMMA",
15141  direction="nsm",
15142  linebreak="cm",
15143  unicodeslot=0x64F,
15144 },
15145 [0x650]={
15146  category="mn",
15147  combining=0x20,
15148  description="ARABIC KASRA",
15149  direction="nsm",
15150  linebreak="cm",
15151  unicodeslot=0x650,
15152 },
15153 [0x651]={
15154  category="mn",
15155  combining=0x21,
15156  description="ARABIC SHADDA",
15157  direction="nsm",
15158  linebreak="cm",
15159  unicodeslot=0x651,
15160 },
15161 [0x652]={
15162  category="mn",
15163  combining=0x22,
15164  description="ARABIC SUKUN",
15165  direction="nsm",
15166  linebreak="cm",
15167  unicodeslot=0x652,
15168 },
15169 [0x653]={
15170  category="mn",
15171  combining=0xE6,
15172  description="ARABIC MADDAH ABOVE",
15173  direction="nsm",
15174  linebreak="cm",
15175  unicodeslot=0x653,
15176 },
15177 [0x654]={
15178  category="mn",
15179  combining=0xE6,
15180  description="ARABIC HAMZA ABOVE",
15181  direction="nsm",
15182  linebreak="cm",
15183  unicodeslot=0x654,
15184 },
15185 [0x655]={
15186  category="mn",
15187  combining=0xDC,
15188  description="ARABIC HAMZA BELOW",
15189  direction="nsm",
15190  linebreak="cm",
15191  unicodeslot=0x655,
15192 },
15193 [0x656]={
15194  category="mn",
15195  combining=0xDC,
15196  description="ARABIC SUBSCRIPT ALEF",
15197  direction="nsm",
15198  linebreak="cm",
15199  unicodeslot=0x656,
15200 },
15201 [0x657]={
15202  category="mn",
15203  combining=0xE6,
15204  description="ARABIC INVERTED DAMMA",
15205  direction="nsm",
15206  linebreak="cm",
15207  unicodeslot=0x657,
15208 },
15209 [0x658]={
15210  category="mn",
15211  combining=0xE6,
15212  description="ARABIC MARK NOON GHUNNA",
15213  direction="nsm",
15214  linebreak="cm",
15215  unicodeslot=0x658,
15216 },
15217 [0x659]={
15218  category="mn",
15219  combining=0xE6,
15220  description="ARABIC ZWARAKAY",
15221  direction="nsm",
15222  linebreak="cm",
15223  unicodeslot=0x659,
15224 },
15225 [0x65A]={
15226  category="mn",
15227  combining=0xE6,
15228  description="ARABIC VOWEL SIGN SMALL V ABOVE",
15229  direction="nsm",
15230  linebreak="cm",
15231  unicodeslot=0x65A,
15232 },
15233 [0x65B]={
15234  category="mn",
15235  combining=0xE6,
15236  description="ARABIC VOWEL SIGN INVERTED SMALL V ABOVE",
15237  direction="nsm",
15238  linebreak="cm",
15239  unicodeslot=0x65B,
15240 },
15241 [0x65C]={
15242  category="mn",
15243  combining=0xDC,
15244  description="ARABIC VOWEL SIGN DOT BELOW",
15245  direction="nsm",
15246  linebreak="cm",
15247  unicodeslot=0x65C,
15248 },
15249 [0x65D]={
15250  category="mn",
15251  combining=0xE6,
15252  description="ARABIC REVERSED DAMMA",
15253  direction="nsm",
15254  linebreak="cm",
15255  unicodeslot=0x65D,
15256 },
15257 [0x65E]={
15258  category="mn",
15259  combining=0xE6,
15260  description="ARABIC FATHA WITH TWO DOTS",
15261  direction="nsm",
15262  linebreak="cm",
15263  unicodeslot=0x65E,
15264 },
15265 [0x65F]={
15266  category="mn",
15267  combining=0xDC,
15268  description="ARABIC WAVY HAMZA BELOW",
15269  direction="nsm",
15270  linebreak="cm",
15271  unicodeslot=0x65F,
15272 },
15273 [0x660]={
15274  category="nd",
15275  description="ARABIC-INDIC DIGIT ZERO",
15276  direction="an",
15277  linebreak="nu",
15278  mathclass="digit",
15279  unicodeslot=0x660,
15280 },
15281 [0x661]={
15282  category="nd",
15283  description="ARABIC-INDIC DIGIT ONE",
15284  direction="an",
15285  linebreak="nu",
15286  mathclass="digit",
15287  unicodeslot=0x661,
15288 },
15289 [0x662]={
15290  category="nd",
15291  description="ARABIC-INDIC DIGIT TWO",
15292  direction="an",
15293  linebreak="nu",
15294  mathclass="digit",
15295  unicodeslot=0x662,
15296 },
15297 [0x663]={
15298  category="nd",
15299  description="ARABIC-INDIC DIGIT THREE",
15300  direction="an",
15301  linebreak="nu",
15302  mathclass="digit",
15303  unicodeslot=0x663,
15304 },
15305 [0x664]={
15306  category="nd",
15307  description="ARABIC-INDIC DIGIT FOUR",
15308  direction="an",
15309  linebreak="nu",
15310  mathclass="digit",
15311  unicodeslot=0x664,
15312 },
15313 [0x665]={
15314  category="nd",
15315  description="ARABIC-INDIC DIGIT FIVE",
15316  direction="an",
15317  linebreak="nu",
15318  mathclass="digit",
15319  unicodeslot=0x665,
15320 },
15321 [0x666]={
15322  category="nd",
15323  description="ARABIC-INDIC DIGIT SIX",
15324  direction="an",
15325  linebreak="nu",
15326  mathclass="digit",
15327  unicodeslot=0x666,
15328 },
15329 [0x667]={
15330  category="nd",
15331  description="ARABIC-INDIC DIGIT SEVEN",
15332  direction="an",
15333  linebreak="nu",
15334  mathclass="digit",
15335  unicodeslot=0x667,
15336 },
15337 [0x668]={
15338  category="nd",
15339  description="ARABIC-INDIC DIGIT EIGHT",
15340  direction="an",
15341  linebreak="nu",
15342  mathclass="digit",
15343  unicodeslot=0x668,
15344 },
15345 [0x669]={
15346  category="nd",
15347  description="ARABIC-INDIC DIGIT NINE",
15348  direction="an",
15349  linebreak="nu",
15350  mathclass="digit",
15351  unicodeslot=0x669,
15352 },
15353 [0x66A]={
15354  category="po",
15355  contextname="arabicpercent",
15356  description="ARABIC PERCENT SIGN",
15357  direction="et",
15358  linebreak="po",
15359  unicodeslot=0x66A,
15360 },
15361 [0x66B]={
15362  category="po",
15363  contextname="persiandecimalseparator",
15364  description="ARABIC DECIMAL SEPARATOR",
15365  direction="an",
15366  linebreak="nu",
15367  unicodeslot=0x66B,
15368 },
15369 [0x66C]={
15370  category="po",
15371  contextname="persianthousandsseparator",
15372  description="ARABIC THOUSANDS SEPARATOR",
15373  direction="an",
15374  linebreak="nu",
15375  synonyms={ "arabic phrase separator" },
15376  unicodeslot=0x66C,
15377 },
15378 [0x66D]={
15379  category="po",
15380  contextname="arabicasterisk",
15381  description="ARABIC FIVE POINTED STAR",
15382  direction="al",
15383  linebreak="al",
15384  unicodeslot=0x66D,
15385 },
15386 [0x66E]={
15387  arabic="d",
15388  category="lo",
15389  description="ARABIC LETTER DOTLESS BEH",
15390  direction="al",
15391  linebreak="al",
15392  unicodeslot=0x66E,
15393 },
15394 [0x66F]={
15395  arabic="d",
15396  category="lo",
15397  description="ARABIC LETTER DOTLESS QAF",
15398  direction="al",
15399  linebreak="al",
15400  unicodeslot=0x66F,
15401 },
15402 [0x670]={
15403  category="mn",
15404  combining=0x23,
15405  description="ARABIC LETTER SUPERSCRIPT ALEF",
15406  direction="nsm",
15407  linebreak="cm",
15408  unicodeslot=0x670,
15409 },
15410 [0x671]={
15411  arabic="r",
15412  category="lo",
15413  description="ARABIC LETTER ALEF WASLA",
15414  direction="al",
15415  linebreak="al",
15416  unicodeslot=0x671,
15417 },
15418 [0x672]={
15419  arabic="r",
15420  category="lo",
15421  description="ARABIC LETTER ALEF WITH WAVY HAMZA ABOVE",
15422  direction="al",
15423  linebreak="al",
15424  shcode=0x627,
15425  unicodeslot=0x672,
15426 },
15427 [0x673]={
15428  arabic="r",
15429  category="lo",
15430  description="ARABIC LETTER ALEF WITH WAVY HAMZA BELOW",
15431  direction="al",
15432  linebreak="al",
15433  shcode=0x627,
15434  unicodeslot=0x673,
15435 },
15436 [0x674]={
15437  arabic="u",
15438  category="lo",
15439  description="ARABIC LETTER HIGH HAMZA",
15440  direction="al",
15441  linebreak="al",
15442  unicodeslot=0x674,
15443 },
15444 [0x675]={
15445  arabic="r",
15446  category="lo",
15447  description="ARABIC LETTER HIGH HAMZA ALEF",
15448  direction="al",
15449  linebreak="al",
15450  specials={ "compat", 0x627, 0x674 },
15451  unicodeslot=0x675,
15452 },
15453 [0x676]={
15454  arabic="r",
15455  category="lo",
15456  description="ARABIC LETTER HIGH HAMZA WAW",
15457  direction="al",
15458  linebreak="al",
15459  specials={ "compat", 0x648, 0x674 },
15460  unicodeslot=0x676,
15461 },
15462 [0x677]={
15463  arabic="r",
15464  category="lo",
15465  description="ARABIC LETTER U WITH HAMZA ABOVE",
15466  direction="al",
15467  linebreak="al",
15468  shcode=0x6C7,
15469  specials={ "compat", 0x6C7, 0x674 },
15470  unicodeslot=0x677,
15471 },
15472 [0x678]={
15473  arabic="d",
15474  category="lo",
15475  description="ARABIC LETTER HIGH HAMZA YEH",
15476  direction="al",
15477  linebreak="al",
15478  specials={ "compat", 0x64A, 0x674 },
15479  unicodeslot=0x678,
15480 },
15481 [0x679]={
15482  arabic="d",
15483  category="lo",
15484  description="ARABIC LETTER TTEH",
15485  direction="al",
15486  linebreak="al",
15487  unicodeslot=0x679,
15488 },
15489 [0x67A]={
15490  arabic="d",
15491  category="lo",
15492  description="ARABIC LETTER TTEHEH",
15493  direction="al",
15494  linebreak="al",
15495  unicodeslot=0x67A,
15496 },
15497 [0x67B]={
15498  arabic="d",
15499  category="lo",
15500  description="ARABIC LETTER BEEH",
15501  direction="al",
15502  linebreak="al",
15503  unicodeslot=0x67B,
15504 },
15505 [0x67C]={
15506  arabic="d",
15507  category="lo",
15508  description="ARABIC LETTER TEH WITH RING",
15509  direction="al",
15510  linebreak="al",
15511  shcode=0x62A,
15512  unicodeslot=0x67C,
15513 },
15514 [0x67D]={
15515  arabic="d",
15516  category="lo",
15517  description="ARABIC LETTER TEH WITH THREE DOTS ABOVE DOWNWARDS",
15518  direction="al",
15519  linebreak="al",
15520  shcode=0x62A,
15521  unicodeslot=0x67D,
15522 },
15523 [0x67E]={
15524  arabic="d",
15525  category="lo",
15526  description="ARABIC LETTER PEH",
15527  direction="al",
15528  linebreak="al",
15529  unicodeslot=0x67E,
15530 },
15531 [0x67F]={
15532  arabic="d",
15533  category="lo",
15534  description="ARABIC LETTER TEHEH",
15535  direction="al",
15536  linebreak="al",
15537  unicodeslot=0x67F,
15538 },
15539 [0x680]={
15540  arabic="d",
15541  category="lo",
15542  description="ARABIC LETTER BEHEH",
15543  direction="al",
15544  linebreak="al",
15545  unicodeslot=0x680,
15546 },
15547 [0x681]={
15548  arabic="d",
15549  category="lo",
15550  description="ARABIC LETTER HAH WITH HAMZA ABOVE",
15551  direction="al",
15552  linebreak="al",
15553  shcode=0x62D,
15554  unicodeslot=0x681,
15555 },
15556 [0x682]={
15557  arabic="d",
15558  category="lo",
15559  description="ARABIC LETTER HAH WITH TWO DOTS VERTICAL ABOVE",
15560  direction="al",
15561  linebreak="al",
15562  shcode=0x62D,
15563  unicodeslot=0x682,
15564 },
15565 [0x683]={
15566  arabic="d",
15567  category="lo",
15568  description="ARABIC LETTER NYEH",
15569  direction="al",
15570  linebreak="al",
15571  unicodeslot=0x683,
15572 },
15573 [0x684]={
15574  arabic="d",
15575  category="lo",
15576  description="ARABIC LETTER DYEH",
15577  direction="al",
15578  linebreak="al",
15579  unicodeslot=0x684,
15580 },
15581 [0x685]={
15582  arabic="d",
15583  category="lo",
15584  description="ARABIC LETTER HAH WITH THREE DOTS ABOVE",
15585  direction="al",
15586  linebreak="al",
15587  shcode=0x62D,
15588  unicodeslot=0x685,
15589 },
15590 [0x686]={
15591  arabic="d",
15592  category="lo",
15593  description="ARABIC LETTER TCHEH",
15594  direction="al",
15595  linebreak="al",
15596  unicodeslot=0x686,
15597 },
15598 [0x687]={
15599  arabic="d",
15600  category="lo",
15601  description="ARABIC LETTER TCHEHEH",
15602  direction="al",
15603  linebreak="al",
15604  unicodeslot=0x687,
15605 },
15606 [0x688]={
15607  arabic="r",
15608  category="lo",
15609  description="ARABIC LETTER DDAL",
15610  direction="al",
15611  linebreak="al",
15612  unicodeslot=0x688,
15613 },
15614 [0x689]={
15615  arabic="r",
15616  category="lo",
15617  description="ARABIC LETTER DAL WITH RING",
15618  direction="al",
15619  linebreak="al",
15620  shcode=0x62F,
15621  unicodeslot=0x689,
15622 },
15623 [0x68A]={
15624  arabic="r",
15625  category="lo",
15626  description="ARABIC LETTER DAL WITH DOT BELOW",
15627  direction="al",
15628  linebreak="al",
15629  shcode=0x62F,
15630  unicodeslot=0x68A,
15631 },
15632 [0x68B]={
15633  arabic="r",
15634  category="lo",
15635  description="ARABIC LETTER DAL WITH DOT BELOW AND SMALL TAH",
15636  direction="al",
15637  linebreak="al",
15638  shcode=0x62F,
15639  unicodeslot=0x68B,
15640 },
15641 [0x68C]={
15642  arabic="r",
15643  category="lo",
15644  description="ARABIC LETTER DAHAL",
15645  direction="al",
15646  linebreak="al",
15647  unicodeslot=0x68C,
15648 },
15649 [0x68D]={
15650  arabic="r",
15651  category="lo",
15652  description="ARABIC LETTER DDAHAL",
15653  direction="al",
15654  linebreak="al",
15655  unicodeslot=0x68D,
15656 },
15657 [0x68E]={
15658  arabic="r",
15659  category="lo",
15660  description="ARABIC LETTER DUL",
15661  direction="al",
15662  linebreak="al",
15663  unicodeslot=0x68E,
15664 },
15665 [0x68F]={
15666  arabic="r",
15667  category="lo",
15668  description="ARABIC LETTER DAL WITH THREE DOTS ABOVE DOWNWARDS",
15669  direction="al",
15670  linebreak="al",
15671  shcode=0x62F,
15672  unicodeslot=0x68F,
15673 },
15674 [0x690]={
15675  arabic="r",
15676  category="lo",
15677  description="ARABIC LETTER DAL WITH FOUR DOTS ABOVE",
15678  direction="al",
15679  linebreak="al",
15680  shcode=0x62F,
15681  unicodeslot=0x690,
15682 },
15683 [0x691]={
15684  arabic="r",
15685  category="lo",
15686  description="ARABIC LETTER RREH",
15687  direction="al",
15688  linebreak="al",
15689  unicodeslot=0x691,
15690 },
15691 [0x692]={
15692  arabic="r",
15693  category="lo",
15694  description="ARABIC LETTER REH WITH SMALL V",
15695  direction="al",
15696  linebreak="al",
15697  shcode=0x631,
15698  unicodeslot=0x692,
15699 },
15700 [0x693]={
15701  arabic="r",
15702  category="lo",
15703  description="ARABIC LETTER REH WITH RING",
15704  direction="al",
15705  linebreak="al",
15706  shcode=0x631,
15707  unicodeslot=0x693,
15708 },
15709 [0x694]={
15710  arabic="r",
15711  category="lo",
15712  description="ARABIC LETTER REH WITH DOT BELOW",
15713  direction="al",
15714  linebreak="al",
15715  shcode=0x631,
15716  unicodeslot=0x694,
15717 },
15718 [0x695]={
15719  arabic="r",
15720  category="lo",
15721  description="ARABIC LETTER REH WITH SMALL V BELOW",
15722  direction="al",
15723  linebreak="al",
15724  shcode=0x631,
15725  unicodeslot=0x695,
15726 },
15727 [0x696]={
15728  arabic="r",
15729  category="lo",
15730  description="ARABIC LETTER REH WITH DOT BELOW AND DOT ABOVE",
15731  direction="al",
15732  linebreak="al",
15733  shcode=0x631,
15734  unicodeslot=0x696,
15735 },
15736 [0x697]={
15737  arabic="r",
15738  category="lo",
15739  description="ARABIC LETTER REH WITH TWO DOTS ABOVE",
15740  direction="al",
15741  linebreak="al",
15742  shcode=0x631,
15743  unicodeslot=0x697,
15744 },
15745 [0x698]={
15746  arabic="r",
15747  category="lo",
15748  description="ARABIC LETTER JEH",
15749  direction="al",
15750  linebreak="al",
15751  unicodeslot=0x698,
15752 },
15753 [0x699]={
15754  arabic="r",
15755  category="lo",
15756  description="ARABIC LETTER REH WITH FOUR DOTS ABOVE",
15757  direction="al",
15758  linebreak="al",
15759  shcode=0x631,
15760  unicodeslot=0x699,
15761 },
15762 [0x69A]={
15763  arabic="d",
15764  category="lo",
15765  description="ARABIC LETTER SEEN WITH DOT BELOW AND DOT ABOVE",
15766  direction="al",
15767  linebreak="al",
15768  shcode=0x633,
15769  unicodeslot=0x69A,
15770 },
15771 [0x69B]={
15772  arabic="d",
15773  category="lo",
15774  description="ARABIC LETTER SEEN WITH THREE DOTS BELOW",
15775  direction="al",
15776  linebreak="al",
15777  shcode=0x633,
15778  unicodeslot=0x69B,
15779 },
15780 [0x69C]={
15781  arabic="d",
15782  category="lo",
15783  description="ARABIC LETTER SEEN WITH THREE DOTS BELOW AND THREE DOTS ABOVE",
15784  direction="al",
15785  linebreak="al",
15786  shcode=0x633,
15787  unicodeslot=0x69C,
15788 },
15789 [0x69D]={
15790  arabic="d",
15791  category="lo",
15792  description="ARABIC LETTER SAD WITH TWO DOTS BELOW",
15793  direction="al",
15794  linebreak="al",
15795  shcode=0x635,
15796  unicodeslot=0x69D,
15797 },
15798 [0x69E]={
15799  arabic="d",
15800  category="lo",
15801  description="ARABIC LETTER SAD WITH THREE DOTS ABOVE",
15802  direction="al",
15803  linebreak="al",
15804  shcode=0x635,
15805  unicodeslot=0x69E,
15806 },
15807 [0x69F]={
15808  arabic="d",
15809  category="lo",
15810  description="ARABIC LETTER TAH WITH THREE DOTS ABOVE",
15811  direction="al",
15812  linebreak="al",
15813  shcode=0x637,
15814  unicodeslot=0x69F,
15815 },
15816 [0x6A0]={
15817  arabic="d",
15818  category="lo",
15819  description="ARABIC LETTER AIN WITH THREE DOTS ABOVE",
15820  direction="al",
15821  linebreak="al",
15822  shcode=0x639,
15823  unicodeslot=0x6A0,
15824 },
15825 [0x6A1]={
15826  arabic="d",
15827  category="lo",
15828  description="ARABIC LETTER DOTLESS FEH",
15829  direction="al",
15830  linebreak="al",
15831  unicodeslot=0x6A1,
15832 },
15833 [0x6A2]={
15834  arabic="d",
15835  category="lo",
15836  description="ARABIC LETTER FEH WITH DOT MOVED BELOW",
15837  direction="al",
15838  linebreak="al",
15839  shcode=0x641,
15840  unicodeslot=0x6A2,
15841 },
15842 [0x6A3]={
15843  arabic="d",
15844  category="lo",
15845  description="ARABIC LETTER FEH WITH DOT BELOW",
15846  direction="al",
15847  linebreak="al",
15848  shcode=0x641,
15849  unicodeslot=0x6A3,
15850 },
15851 [0x6A4]={
15852  arabic="d",
15853  category="lo",
15854  description="ARABIC LETTER VEH",
15855  direction="al",
15856  linebreak="al",
15857  unicodeslot=0x6A4,
15858 },
15859 [0x6A5]={
15860  arabic="d",
15861  category="lo",
15862  description="ARABIC LETTER FEH WITH THREE DOTS BELOW",
15863  direction="al",
15864  linebreak="al",
15865  shcode=0x641,
15866  unicodeslot=0x6A5,
15867 },
15868 [0x6A6]={
15869  arabic="d",
15870  category="lo",
15871  description="ARABIC LETTER PEHEH",
15872  direction="al",
15873  linebreak="al",
15874  unicodeslot=0x6A6,
15875 },
15876 [0x6A7]={
15877  arabic="d",
15878  category="lo",
15879  description="ARABIC LETTER QAF WITH DOT ABOVE",
15880  direction="al",
15881  linebreak="al",
15882  shcode=0x642,
15883  unicodeslot=0x6A7,
15884 },
15885 [0x6A8]={
15886  arabic="d",
15887  category="lo",
15888  description="ARABIC LETTER QAF WITH THREE DOTS ABOVE",
15889  direction="al",
15890  linebreak="al",
15891  shcode=0x642,
15892  unicodeslot=0x6A8,
15893 },
15894 [0x6A9]={
15895  arabic="d",
15896  category="lo",
15897  description="ARABIC LETTER KEHEH",
15898  direction="al",
15899  linebreak="al",
15900  unicodeslot=0x6A9,
15901 },
15902 [0x6AA]={
15903  arabic="d",
15904  category="lo",
15905  description="ARABIC LETTER SWASH KAF",
15906  direction="al",
15907  linebreak="al",
15908  unicodeslot=0x6AA,
15909 },
15910 [0x6AB]={
15911  arabic="d",
15912  category="lo",
15913  description="ARABIC LETTER KAF WITH RING",
15914  direction="al",
15915  linebreak="al",
15916  shcode=0x643,
15917  unicodeslot=0x6AB,
15918 },
15919 [0x6AC]={
15920  arabic="d",
15921  category="lo",
15922  description="ARABIC LETTER KAF WITH DOT ABOVE",
15923  direction="al",
15924  linebreak="al",
15925  shcode=0x643,
15926  unicodeslot=0x6AC,
15927 },
15928 [0x6AD]={
15929  arabic="d",
15930  category="lo",
15931  description="ARABIC LETTER NG",
15932  direction="al",
15933  linebreak="al",
15934  unicodeslot=0x6AD,
15935 },
15936 [0x6AE]={
15937  arabic="d",
15938  category="lo",
15939  description="ARABIC LETTER KAF WITH THREE DOTS BELOW",
15940  direction="al",
15941  linebreak="al",
15942  shcode=0x643,
15943  unicodeslot=0x6AE,
15944 },
15945 [0x6AF]={
15946  arabic="d",
15947  category="lo",
15948  description="ARABIC LETTER GAF",
15949  direction="al",
15950  linebreak="al",
15951  unicodeslot=0x6AF,
15952 },
15953 [0x6B0]={
15954  arabic="d",
15955  category="lo",
15956  description="ARABIC LETTER GAF WITH RING",
15957  direction="al",
15958  linebreak="al",
15959  shcode=0x6AF,
15960  unicodeslot=0x6B0,
15961 },
15962 [0x6B1]={
15963  arabic="d",
15964  category="lo",
15965  description="ARABIC LETTER NGOEH",
15966  direction="al",
15967  linebreak="al",
15968  unicodeslot=0x6B1,
15969 },
15970 [0x6B2]={
15971  arabic="d",
15972  category="lo",
15973  description="ARABIC LETTER GAF WITH TWO DOTS BELOW",
15974  direction="al",
15975  linebreak="al",
15976  shcode=0x6AF,
15977  unicodeslot=0x6B2,
15978 },
15979 [0x6B3]={
15980  arabic="d",
15981  category="lo",
15982  description="ARABIC LETTER GUEH",
15983  direction="al",
15984  linebreak="al",
15985  unicodeslot=0x6B3,
15986 },
15987 [0x6B4]={
15988  arabic="d",
15989  category="lo",
15990  description="ARABIC LETTER GAF WITH THREE DOTS ABOVE",
15991  direction="al",
15992  linebreak="al",
15993  shcode=0x6AF,
15994  unicodeslot=0x6B4,
15995 },
15996 [0x6B5]={
15997  arabic="d",
15998  category="lo",
15999  description="ARABIC LETTER LAM WITH SMALL V",
16000  direction="al",
16001  linebreak="al",
16002  shcode=0x644,
16003  unicodeslot=0x6B5,
16004 },
16005 [0x6B6]={
16006  arabic="d",
16007  category="lo",
16008  description="ARABIC LETTER LAM WITH DOT ABOVE",
16009  direction="al",
16010  linebreak="al",
16011  shcode=0x644,
16012  unicodeslot=0x6B6,
16013 },
16014 [0x6B7]={
16015  arabic="d",
16016  category="lo",
16017  description="ARABIC LETTER LAM WITH THREE DOTS ABOVE",
16018  direction="al",
16019  linebreak="al",
16020  shcode=0x644,
16021  unicodeslot=0x6B7,
16022 },
16023 [0x6B8]={
16024  arabic="d",
16025  category="lo",
16026  description="ARABIC LETTER LAM WITH THREE DOTS BELOW",
16027  direction="al",
16028  linebreak="al",
16029  shcode=0x644,
16030  unicodeslot=0x6B8,
16031 },
16032 [0x6B9]={
16033  arabic="d",
16034  category="lo",
16035  description="ARABIC LETTER NOON WITH DOT BELOW",
16036  direction="al",
16037  linebreak="al",
16038  shcode=0x646,
16039  unicodeslot=0x6B9,
16040 },
16041 [0x6BA]={
16042  arabic="d",
16043  category="lo",
16044  description="ARABIC LETTER NOON GHUNNA",
16045  direction="al",
16046  linebreak="al",
16047  unicodeslot=0x6BA,
16048 },
16049 [0x6BB]={
16050  arabic="d",
16051  category="lo",
16052  description="ARABIC LETTER RNOON",
16053  direction="al",
16054  linebreak="al",
16055  unicodeslot=0x6BB,
16056 },
16057 [0x6BC]={
16058  arabic="d",
16059  category="lo",
16060  description="ARABIC LETTER NOON WITH RING",
16061  direction="al",
16062  linebreak="al",
16063  shcode=0x646,
16064  unicodeslot=0x6BC,
16065 },
16066 [0x6BD]={
16067  arabic="d",
16068  category="lo",
16069  description="ARABIC LETTER NOON WITH THREE DOTS ABOVE",
16070  direction="al",
16071  linebreak="al",
16072  shcode=0x646,
16073  unicodeslot=0x6BD,
16074 },
16075 [0x6BE]={
16076  arabic="d",
16077  category="lo",
16078  description="ARABIC LETTER HEH DOACHASHMEE",
16079  direction="al",
16080  linebreak="al",
16081  unicodeslot=0x6BE,
16082 },
16083 [0x6BF]={
16084  arabic="d",
16085  category="lo",
16086  description="ARABIC LETTER TCHEH WITH DOT ABOVE",
16087  direction="al",
16088  linebreak="al",
16089  shcode=0x686,
16090  unicodeslot=0x6BF,
16091 },
16092 [0x6C0]={
16093  arabic="r",
16094  category="lo",
16095  description="ARABIC LETTER HEH WITH YEH ABOVE",
16096  direction="al",
16097  linebreak="al",
16098  shcode=0x647,
16099  specials={ "char", 0x6D5, 0x654 },
16100  synonyms={ "arabic letter hamzah on ha", "izafet" },
16101  unicodeslot=0x6C0,
16102 },
16103 [0x6C1]={
16104  arabic="d",
16105  category="lo",
16106  description="ARABIC LETTER HEH GOAL",
16107  direction="al",
16108  linebreak="al",
16109  unicodeslot=0x6C1,
16110 },
16111 [0x6C2]={
16112  arabic="d",
16113  category="lo",
16114  description="ARABIC LETTER HEH GOAL WITH HAMZA ABOVE",
16115  direction="al",
16116  linebreak="al",
16117  specials={ "char", 0x6C1, 0x654 },
16118  unicodeslot=0x6C2,
16119 },
16120 [0x6C3]={
16121  arabic="r",
16122  category="lo",
16123  description="ARABIC LETTER TEH MARBUTA GOAL",
16124  direction="al",
16125  linebreak="al",
16126  unicodeslot=0x6C3,
16127 },
16128 [0x6C4]={
16129  arabic="r",
16130  category="lo",
16131  description="ARABIC LETTER WAW WITH RING",
16132  direction="al",
16133  linebreak="al",
16134  shcode=0x648,
16135  unicodeslot=0x6C4,
16136 },
16137 [0x6C5]={
16138  arabic="r",
16139  category="lo",
16140  description="ARABIC LETTER KIRGHIZ OE",
16141  direction="al",
16142  linebreak="al",
16143  unicodeslot=0x6C5,
16144 },
16145 [0x6C6]={
16146  arabic="r",
16147  category="lo",
16148  description="ARABIC LETTER OE",
16149  direction="al",
16150  linebreak="al",
16151  unicodeslot=0x6C6,
16152 },
16153 [0x6C7]={
16154  arabic="r",
16155  category="lo",
16156  description="ARABIC LETTER U",
16157  direction="al",
16158  linebreak="al",
16159  unicodeslot=0x6C7,
16160 },
16161 [0x6C8]={
16162  arabic="r",
16163  category="lo",
16164  description="ARABIC LETTER YU",
16165  direction="al",
16166  linebreak="al",
16167  unicodeslot=0x6C8,
16168 },
16169 [0x6C9]={
16170  arabic="r",
16171  category="lo",
16172  description="ARABIC LETTER KIRGHIZ YU",
16173  direction="al",
16174  linebreak="al",
16175  unicodeslot=0x6C9,
16176 },
16177 [0x6CA]={
16178  arabic="r",
16179  category="lo",
16180  description="ARABIC LETTER WAW WITH TWO DOTS ABOVE",
16181  direction="al",
16182  linebreak="al",
16183  shcode=0x648,
16184  unicodeslot=0x6CA,
16185 },
16186 [0x6CB]={
16187  arabic="r",
16188  category="lo",
16189  description="ARABIC LETTER VE",
16190  direction="al",
16191  linebreak="al",
16192  unicodeslot=0x6CB,
16193 },
16194 [0x6CC]={
16195  arabic="d",
16196  category="lo",
16197  description="ARABIC LETTER FARSI YEH",
16198  direction="al",
16199  linebreak="al",
16200  unicodeslot=0x6CC,
16201 },
16202 [0x6CD]={
16203  arabic="r",
16204  category="lo",
16205  description="ARABIC LETTER YEH WITH TAIL",
16206  direction="al",
16207  linebreak="al",
16208  shcode=0x64A,
16209  unicodeslot=0x6CD,
16210 },
16211 [0x6CE]={
16212  arabic="d",
16213  category="lo",
16214  description="ARABIC LETTER YEH WITH SMALL V",
16215  direction="al",
16216  linebreak="al",
16217  shcode=0x64A,
16218  unicodeslot=0x6CE,
16219 },
16220 [0x6CF]={
16221  arabic="r",
16222  category="lo",
16223  description="ARABIC LETTER WAW WITH DOT ABOVE",
16224  direction="al",
16225  linebreak="al",
16226  shcode=0x648,
16227  unicodeslot=0x6CF,
16228 },
16229 [0x6D0]={
16230  arabic="d",
16231  category="lo",
16232  description="ARABIC LETTER E",
16233  direction="al",
16234  linebreak="al",
16235  unicodeslot=0x6D0,
16236 },
16237 [0x6D1]={
16238  arabic="d",
16239  category="lo",
16240  description="ARABIC LETTER YEH WITH THREE DOTS BELOW",
16241  direction="al",
16242  linebreak="al",
16243  shcode=0x64A,
16244  unicodeslot=0x6D1,
16245 },
16246 [0x6D2]={
16247  arabic="r",
16248  category="lo",
16249  description="ARABIC LETTER YEH BARREE",
16250  direction="al",
16251  linebreak="al",
16252  unicodeslot=0x6D2,
16253 },
16254 [0x6D3]={
16255  arabic="r",
16256  category="lo",
16257  description="ARABIC LETTER YEH BARREE WITH HAMZA ABOVE",
16258  direction="al",
16259  linebreak="al",
16260  specials={ "char", 0x6D2, 0x654 },
16261  unicodeslot=0x6D3,
16262 },
16263 [0x6D4]={
16264  category="po",
16265  contextname="arabicperiod",
16266  description="ARABIC FULL STOP",
16267  direction="al",
16268  linebreak="ex",
16269  unicodeslot=0x6D4,
16270 },
16271 [0x6D5]={
16272  arabic="r",
16273  category="lo",
16274  description="ARABIC LETTER AE",
16275  direction="al",
16276  linebreak="al",
16277  unicodeslot=0x6D5,
16278 },
16279 [0x6D6]={
16280  category="mn",
16281  combining=0xE6,
16282  contextname="arabichighesala",
16283  description="ARABIC SMALL HIGH LIGATURE SAD WITH LAM WITH ALEF MAKSURA",
16284  direction="nsm",
16285  linebreak="cm",
16286  unicodeslot=0x6D6,
16287 },
16288 [0x6D7]={
16289  category="mn",
16290  combining=0xE6,
16291  contextname="arabichigheqala",
16292  description="ARABIC SMALL HIGH LIGATURE QAF WITH LAM WITH ALEF MAKSURA",
16293  direction="nsm",
16294  linebreak="cm",
16295  unicodeslot=0x6D7,
16296 },
16297 [0x6D8]={
16298  category="mn",
16299  combining=0xE6,
16300  contextname="arabichighmeemshort",
16301  description="ARABIC SMALL HIGH MEEM INITIAL FORM",
16302  direction="nsm",
16303  linebreak="cm",
16304  unicodeslot=0x6D8,
16305 },
16306 [0x6D9]={
16307  category="mn",
16308  combining=0xE6,
16309  contextname="arabichighlamalef",
16310  description="ARABIC SMALL HIGH LAM ALEF",
16311  direction="nsm",
16312  linebreak="cm",
16313  unicodeslot=0x6D9,
16314 },
16315 [0x6DA]={
16316  category="mn",
16317  combining=0xE6,
16318  contextname="arabichighjeem",
16319  description="ARABIC SMALL HIGH JEEM",
16320  direction="nsm",
16321  linebreak="cm",
16322  unicodeslot=0x6DA,
16323 },
16324 [0x6DB]={
16325  category="mn",
16326  combining=0xE6,
16327  contextname="arabicshighthreedots",
16328  description="ARABIC SMALL HIGH THREE DOTS",
16329  direction="nsm",
16330  linebreak="cm",
16331  unicodeslot=0x6DB,
16332 },
16333 [0x6DC]={
16334  category="mn",
16335  combining=0xE6,
16336  contextname="arabichighseen",
16337  description="ARABIC SMALL HIGH SEEN",
16338  direction="nsm",
16339  linebreak="cm",
16340  unicodeslot=0x6DC,
16341 },
16342 [0x6DD]={
16343  arabic="u",
16344  category="cf",
16345  contextname="arabicendofayah",
16346  description="ARABIC END OF AYAH",
16347  direction="an",
16348  linebreak="nu",
16349  unicodeslot=0x6DD,
16350  visible=true,
16351 },
16352 [0x6DE]={
16353  category="me",
16354  contextname="arabicstartofrubc",
16355  description="ARABIC START OF RUB EL HIZB",
16356  direction="on",
16357  linebreak="al",
16358  unicodeslot=0x6DE,
16359 },
16360 [0x6DF]={
16361  category="mn",
16362  combining=0xE6,
16363  description="ARABIC SMALL HIGH ROUNDED ZERO",
16364  direction="nsm",
16365  linebreak="cm",
16366  unicodeslot=0x6DF,
16367 },
16368 [0x6E0]={
16369  category="mn",
16370  combining=0xE6,
16371  description="ARABIC SMALL HIGH UPRIGHT RECTANGULAR ZERO",
16372  direction="nsm",
16373  linebreak="cm",
16374  unicodeslot=0x6E0,
16375 },
16376 [0x6E1]={
16377  category="mn",
16378  combining=0xE6,
16379  description="ARABIC SMALL HIGH DOTLESS HEAD OF KHAH",
16380  direction="nsm",
16381  linebreak="cm",
16382  unicodeslot=0x6E1,
16383 },
16384 [0x6E2]={
16385  category="mn",
16386  combining=0xE6,
16387  contextname="arabichighmeemlong",
16388  description="ARABIC SMALL HIGH MEEM ISOLATED FORM",
16389  direction="nsm",
16390  linebreak="cm",
16391  unicodeslot=0x6E2,
16392 },
16393 [0x6E3]={
16394  category="mn",
16395  combining=0xDC,
16396  contextname="arabiclowseen",
16397  description="ARABIC SMALL LOW SEEN",
16398  direction="nsm",
16399  linebreak="cm",
16400  unicodeslot=0x6E3,
16401 },
16402 [0x6E4]={
16403  category="mn",
16404  combining=0xE6,
16405  contextname="arabichighmadda",
16406  description="ARABIC SMALL HIGH MADDA",
16407  direction="nsm",
16408  linebreak="cm",
16409  unicodeslot=0x6E4,
16410 },
16411 [0x6E5]={
16412  category="lm",
16413  contextname="arabicvowelwaw",
16414  description="ARABIC SMALL WAW",
16415  direction="al",
16416  linebreak="al",
16417  unicodeslot=0x6E5,
16418 },
16419 [0x6E6]={
16420  category="lm",
16421  contextname="arabicvowelyeh",
16422  description="ARABIC SMALL YEH",
16423  direction="al",
16424  linebreak="al",
16425  unicodeslot=0x6E6,
16426 },
16427 [0x6E7]={
16428  category="mn",
16429  combining=0xE6,
16430  contextname="arabichighyeh",
16431  description="ARABIC SMALL HIGH YEH",
16432  direction="nsm",
16433  linebreak="cm",
16434  unicodeslot=0x6E7,
16435 },
16436 [0x6E8]={
16437  category="mn",
16438  combining=0xE6,
16439  contextname="arabichighnoon",
16440  description="ARABIC SMALL HIGH NOON",
16441  direction="nsm",
16442  linebreak="cm",
16443  unicodeslot=0x6E8,
16444 },
16445 [0x6E9]={
16446  category="so",
16447  contextname="arabicsajdah",
16448  description="ARABIC PLACE OF SAJDAH",
16449  direction="on",
16450  linebreak="al",
16451  unicodeslot=0x6E9,
16452 },
16453 [0x6EA]={
16454  category="mn",
16455  combining=0xDC,
16456  description="ARABIC EMPTY CENTRE LOW STOP",
16457  direction="nsm",
16458  linebreak="cm",
16459  unicodeslot=0x6EA,
16460 },
16461 [0x6EB]={
16462  category="mn",
16463  combining=0xE6,
16464  description="ARABIC EMPTY CENTRE HIGH STOP",
16465  direction="nsm",
16466  linebreak="cm",
16467  unicodeslot=0x6EB,
16468 },
16469 [0x6EC]={
16470  category="mn",
16471  combining=0xE6,
16472  description="ARABIC ROUNDED HIGH STOP WITH FILLED CENTRE",
16473  direction="nsm",
16474  linebreak="cm",
16475  unicodeslot=0x6EC,
16476 },
16477 [0x6ED]={
16478  category="mn",
16479  combining=0xDC,
16480  contextname="arabiclowmeemlong",
16481  description="ARABIC SMALL LOW MEEM",
16482  direction="nsm",
16483  linebreak="cm",
16484  unicodeslot=0x6ED,
16485 },
16486 [0x6EE]={
16487  arabic="r",
16488  category="lo",
16489  description="ARABIC LETTER DAL WITH INVERTED V",
16490  direction="al",
16491  linebreak="al",
16492  shcode=0x62F,
16493  unicodeslot=0x6EE,
16494 },
16495 [0x6EF]={
16496  arabic="r",
16497  category="lo",
16498  description="ARABIC LETTER REH WITH INVERTED V",
16499  direction="al",
16500  linebreak="al",
16501  shcode=0x631,
16502  unicodeslot=0x6EF,
16503 },
16504 [0x6F0]={
16505  category="nd",
16506  description="EXTENDED ARABIC-INDIC DIGIT ZERO",
16507  direction="en",
16508  linebreak="nu",
16509  mathclass="digit",
16510  unicodeslot=0x6F0,
16511 },
16512 [0x6F1]={
16513  category="nd",
16514  description="EXTENDED ARABIC-INDIC DIGIT ONE",
16515  direction="en",
16516  linebreak="nu",
16517  mathclass="digit",
16518  unicodeslot=0x6F1,
16519 },
16520 [0x6F2]={
16521  category="nd",
16522  description="EXTENDED ARABIC-INDIC DIGIT TWO",
16523  direction="en",
16524  linebreak="nu",
16525  mathclass="digit",
16526  unicodeslot=0x6F2,
16527 },
16528 [0x6F3]={
16529  category="nd",
16530  description="EXTENDED ARABIC-INDIC DIGIT THREE",
16531  direction="en",
16532  linebreak="nu",
16533  mathclass="digit",
16534  unicodeslot=0x6F3,
16535 },
16536 [0x6F4]={
16537  category="nd",
16538  description="EXTENDED ARABIC-INDIC DIGIT FOUR",
16539  direction="en",
16540  linebreak="nu",
16541  mathclass="digit",
16542  unicodeslot=0x6F4,
16543 },
16544 [0x6F5]={
16545  category="nd",
16546  description="EXTENDED ARABIC-INDIC DIGIT FIVE",
16547  direction="en",
16548  linebreak="nu",
16549  mathclass="digit",
16550  unicodeslot=0x6F5,
16551 },
16552 [0x6F6]={
16553  category="nd",
16554  description="EXTENDED ARABIC-INDIC DIGIT SIX",
16555  direction="en",
16556  linebreak="nu",
16557  mathclass="digit",
16558  unicodeslot=0x6F6,
16559 },
16560 [0x6F7]={
16561  category="nd",
16562  description="EXTENDED ARABIC-INDIC DIGIT SEVEN",
16563  direction="en",
16564  linebreak="nu",
16565  mathclass="digit",
16566  unicodeslot=0x6F7,
16567 },
16568 [0x6F8]={
16569  category="nd",
16570  description="EXTENDED ARABIC-INDIC DIGIT EIGHT",
16571  direction="en",
16572  linebreak="nu",
16573  mathclass="digit",
16574  unicodeslot=0x6F8,
16575 },
16576 [0x6F9]={
16577  category="nd",
16578  description="EXTENDED ARABIC-INDIC DIGIT NINE",
16579  direction="en",
16580  linebreak="nu",
16581  mathclass="digit",
16582  unicodeslot=0x6F9,
16583 },
16584 [0x6FA]={
16585  arabic="d",
16586  category="lo",
16587  description="ARABIC LETTER SHEEN WITH DOT BELOW",
16588  direction="al",
16589  linebreak="al",
16590  shcode=0x634,
16591  unicodeslot=0x6FA,
16592 },
16593 [0x6FB]={
16594  arabic="d",
16595  category="lo",
16596  description="ARABIC LETTER DAD WITH DOT BELOW",
16597  direction="al",
16598  linebreak="al",
16599  shcode=0x636,
16600  unicodeslot=0x6FB,
16601 },
16602 [0x6FC]={
16603  arabic="d",
16604  category="lo",
16605  description="ARABIC LETTER GHAIN WITH DOT BELOW",
16606  direction="al",
16607  linebreak="al",
16608  shcode=0x63A,
16609  unicodeslot=0x6FC,
16610 },
16611 [0x6FD]={
16612  category="so",
16613  description="ARABIC SIGN SINDHI AMPERSAND",
16614  direction="al",
16615  linebreak="al",
16616  unicodeslot=0x6FD,
16617 },
16618 [0x6FE]={
16619  category="so",
16620  description="ARABIC SIGN SINDHI POSTPOSITION MEN",
16621  direction="al",
16622  linebreak="al",
16623  unicodeslot=0x6FE,
16624 },
16625 [0x6FF]={
16626  arabic="d",
16627  category="lo",
16628  description="ARABIC LETTER HEH WITH INVERTED V",
16629  direction="al",
16630  linebreak="al",
16631  shcode=0x647,
16632  unicodeslot=0x6FF,
16633 },
16634 [0x700]={
16635  category="po",
16636  description="SYRIAC END OF PARAGRAPH",
16637  direction="al",
16638  linebreak="al",
16639  unicodeslot=0x700,
16640 },
16641 [0x701]={
16642  category="po",
16643  description="SYRIAC SUPRALINEAR FULL STOP",
16644  direction="al",
16645  linebreak="al",
16646  unicodeslot=0x701,
16647 },
16648 [0x702]={
16649  category="po",
16650  description="SYRIAC SUBLINEAR FULL STOP",
16651  direction="al",
16652  linebreak="al",
16653  unicodeslot=0x702,
16654 },
16655 [0x703]={
16656  category="po",
16657  description="SYRIAC SUPRALINEAR COLON",
16658  direction="al",
16659  linebreak="al",
16660  unicodeslot=0x703,
16661 },
16662 [0x704]={
16663  category="po",
16664  description="SYRIAC SUBLINEAR COLON",
16665  direction="al",
16666  linebreak="al",
16667  unicodeslot=0x704,
16668 },
16669 [0x705]={
16670  category="po",
16671  description="SYRIAC HORIZONTAL COLON",
16672  direction="al",
16673  linebreak="al",
16674  unicodeslot=0x705,
16675 },
16676 [0x706]={
16677  category="po",
16678  description="SYRIAC COLON SKEWED LEFT",
16679  direction="al",
16680  linebreak="al",
16681  unicodeslot=0x706,
16682 },
16683 [0x707]={
16684  category="po",
16685  description="SYRIAC COLON SKEWED RIGHT",
16686  direction="al",
16687  linebreak="al",
16688  unicodeslot=0x707,
16689 },
16690 [0x708]={
16691  category="po",
16692  description="SYRIAC SUPRALINEAR COLON SKEWED LEFT",
16693  direction="al",
16694  linebreak="al",
16695  unicodeslot=0x708,
16696 },
16697 [0x709]={
16698  category="po",
16699  description="SYRIAC SUBLINEAR COLON SKEWED RIGHT",
16700  direction="al",
16701  linebreak="al",
16702  unicodeslot=0x709,
16703 },
16704 [0x70A]={
16705  category="po",
16706  description="SYRIAC CONTRACTION",
16707  direction="al",
16708  linebreak="al",
16709  unicodeslot=0x70A,
16710 },
16711 [0x70B]={
16712  category="po",
16713  description="SYRIAC HARKLEAN OBELUS",
16714  direction="al",
16715  linebreak="al",
16716  unicodeslot=0x70B,
16717 },
16718 [0x70C]={
16719  category="po",
16720  description="SYRIAC HARKLEAN METOBELUS",
16721  direction="al",
16722  linebreak="al",
16723  unicodeslot=0x70C,
16724 },
16725 [0x70D]={
16726  category="po",
16727  description="SYRIAC HARKLEAN ASTERISCUS",
16728  direction="al",
16729  linebreak="al",
16730  unicodeslot=0x70D,
16731 },
16732 [0x70F]={
16733  arabic="t",
16734  category="cf",
16735  description="SYRIAC ABBREVIATION MARK",
16736  direction="al",
16737  linebreak="al",
16738  synonyms={ "syriac sam" },
16739  unicodeslot=0x70F,
16740  visible=true,
16741 },
16742 [0x710]={
16743  arabic="r",
16744  category="lo",
16745  description="SYRIAC LETTER ALAPH",
16746  direction="al",
16747  linebreak="al",
16748  unicodeslot=0x710,
16749 },
16750 [0x711]={
16751  category="mn",
16752  combining=0x24,
16753  description="SYRIAC LETTER SUPERSCRIPT ALAPH",
16754  direction="nsm",
16755  linebreak="cm",
16756  unicodeslot=0x711,
16757 },
16758 [0x712]={
16759  arabic="d",
16760  category="lo",
16761  description="SYRIAC LETTER BETH",
16762  direction="al",
16763  linebreak="al",
16764  unicodeslot=0x712,
16765 },
16766 [0x713]={
16767  arabic="d",
16768  category="lo",
16769  description="SYRIAC LETTER GAMAL",
16770  direction="al",
16771  linebreak="al",
16772  unicodeslot=0x713,
16773 },
16774 [0x714]={
16775  arabic="d",
16776  category="lo",
16777  description="SYRIAC LETTER GAMAL GARSHUNI",
16778  direction="al",
16779  linebreak="al",
16780  unicodeslot=0x714,
16781 },
16782 [0x715]={
16783  arabic="r",
16784  category="lo",
16785  description="SYRIAC LETTER DALATH",
16786  direction="al",
16787  linebreak="al",
16788  unicodeslot=0x715,
16789 },
16790 [0x716]={
16791  arabic="r",
16792  category="lo",
16793  description="SYRIAC LETTER DOTLESS DALATH RISH",
16794  direction="al",
16795  linebreak="al",
16796  unicodeslot=0x716,
16797 },
16798 [0x717]={
16799  arabic="r",
16800  category="lo",
16801  description="SYRIAC LETTER HE",
16802  direction="al",
16803  linebreak="al",
16804  unicodeslot=0x717,
16805 },
16806 [0x718]={
16807  arabic="r",
16808  category="lo",
16809  description="SYRIAC LETTER WAW",
16810  direction="al",
16811  linebreak="al",
16812  unicodeslot=0x718,
16813 },
16814 [0x719]={
16815  arabic="r",
16816  category="lo",
16817  description="SYRIAC LETTER ZAIN",
16818  direction="al",
16819  linebreak="al",
16820  unicodeslot=0x719,
16821 },
16822 [0x71A]={
16823  arabic="d",
16824  category="lo",
16825  description="SYRIAC LETTER HETH",
16826  direction="al",
16827  linebreak="al",
16828  unicodeslot=0x71A,
16829 },
16830 [0x71B]={
16831  arabic="d",
16832  category="lo",
16833  description="SYRIAC LETTER TETH",
16834  direction="al",
16835  linebreak="al",
16836  unicodeslot=0x71B,
16837 },
16838 [0x71C]={
16839  arabic="d",
16840  category="lo",
16841  description="SYRIAC LETTER TETH GARSHUNI",
16842  direction="al",
16843  linebreak="al",
16844  unicodeslot=0x71C,
16845 },
16846 [0x71D]={
16847  arabic="d",
16848  category="lo",
16849  description="SYRIAC LETTER YUDH",
16850  direction="al",
16851  linebreak="al",
16852  unicodeslot=0x71D,
16853 },
16854 [0x71E]={
16855  arabic="r",
16856  category="lo",
16857  description="SYRIAC LETTER YUDH HE",
16858  direction="al",
16859  linebreak="al",
16860  unicodeslot=0x71E,
16861 },
16862 [0x71F]={
16863  arabic="d",
16864  category="lo",
16865  description="SYRIAC LETTER KAPH",
16866  direction="al",
16867  linebreak="al",
16868  unicodeslot=0x71F,
16869 },
16870 [0x720]={
16871  arabic="d",
16872  category="lo",
16873  description="SYRIAC LETTER LAMADH",
16874  direction="al",
16875  linebreak="al",
16876  unicodeslot=0x720,
16877 },
16878 [0x721]={
16879  arabic="d",
16880  category="lo",
16881  description="SYRIAC LETTER MIM",
16882  direction="al",
16883  linebreak="al",
16884  unicodeslot=0x721,
16885 },
16886 [0x722]={
16887  arabic="d",
16888  category="lo",
16889  description="SYRIAC LETTER NUN",
16890  direction="al",
16891  linebreak="al",
16892  unicodeslot=0x722,
16893 },
16894 [0x723]={
16895  arabic="d",
16896  category="lo",
16897  description="SYRIAC LETTER SEMKATH",
16898  direction="al",
16899  linebreak="al",
16900  unicodeslot=0x723,
16901 },
16902 [0x724]={
16903  arabic="d",
16904  category="lo",
16905  description="SYRIAC LETTER FINAL SEMKATH",
16906  direction="al",
16907  linebreak="al",
16908  unicodeslot=0x724,
16909 },
16910 [0x725]={
16911  arabic="d",
16912  category="lo",
16913  description="SYRIAC LETTER E",
16914  direction="al",
16915  linebreak="al",
16916  unicodeslot=0x725,
16917 },
16918 [0x726]={
16919  arabic="d",
16920  category="lo",
16921  description="SYRIAC LETTER PE",
16922  direction="al",
16923  linebreak="al",
16924  unicodeslot=0x726,
16925 },
16926 [0x727]={
16927  arabic="d",
16928  category="lo",
16929  description="SYRIAC LETTER REVERSED PE",
16930  direction="al",
16931  linebreak="al",
16932  unicodeslot=0x727,
16933 },
16934 [0x728]={
16935  arabic="r",
16936  category="lo",
16937  description="SYRIAC LETTER SADHE",
16938  direction="al",
16939  linebreak="al",
16940  unicodeslot=0x728,
16941 },
16942 [0x729]={
16943  arabic="d",
16944  category="lo",
16945  description="SYRIAC LETTER QAPH",
16946  direction="al",
16947  linebreak="al",
16948  unicodeslot=0x729,
16949 },
16950 [0x72A]={
16951  arabic="r",
16952  category="lo",
16953  description="SYRIAC LETTER RISH",
16954  direction="al",
16955  linebreak="al",
16956  unicodeslot=0x72A,
16957 },
16958 [0x72B]={
16959  arabic="d",
16960  category="lo",
16961  description="SYRIAC LETTER SHIN",
16962  direction="al",
16963  linebreak="al",
16964  unicodeslot=0x72B,
16965 },
16966 [0x72C]={
16967  arabic="r",
16968  category="lo",
16969  description="SYRIAC LETTER TAW",
16970  direction="al",
16971  linebreak="al",
16972  unicodeslot=0x72C,
16973 },
16974 [0x72D]={
16975  arabic="d",
16976  category="lo",
16977  description="SYRIAC LETTER PERSIAN BHETH",
16978  direction="al",
16979  linebreak="al",
16980  unicodeslot=0x72D,
16981 },
16982 [0x72E]={
16983  arabic="d",
16984  category="lo",
16985  description="SYRIAC LETTER PERSIAN GHAMAL",
16986  direction="al",
16987  linebreak="al",
16988  unicodeslot=0x72E,
16989 },
16990 [0x72F]={
16991  arabic="r",
16992  category="lo",
16993  description="SYRIAC LETTER PERSIAN DHALATH",
16994  direction="al",
16995  linebreak="al",
16996  unicodeslot=0x72F,
16997 },
16998 [0x730]={
16999  category="mn",
17000  combining=0xE6,
17001  description="SYRIAC PTHAHA ABOVE",
17002  direction="nsm",
17003  linebreak="cm",
17004  unicodeslot=0x730,
17005 },
17006 [0x731]={
17007  category="mn",
17008  combining=0xDC,
17009  description="SYRIAC PTHAHA BELOW",
17010  direction="nsm",
17011  linebreak="cm",
17012  unicodeslot=0x731,
17013 },
17014 [0x732]={
17015  category="mn",
17016  combining=0xE6,
17017  description="SYRIAC PTHAHA DOTTED",
17018  direction="nsm",
17019  linebreak="cm",
17020  unicodeslot=0x732,
17021 },
17022 [0x733]={
17023  category="mn",
17024  combining=0xE6,
17025  description="SYRIAC ZQAPHA ABOVE",
17026  direction="nsm",
17027  linebreak="cm",
17028  unicodeslot=0x733,
17029 },
17030 [0x734]={
17031  category="mn",
17032  combining=0xDC,
17033  description="SYRIAC ZQAPHA BELOW",
17034  direction="nsm",
17035  linebreak="cm",
17036  unicodeslot=0x734,
17037 },
17038 [0x735]={
17039  category="mn",
17040  combining=0xE6,
17041  description="SYRIAC ZQAPHA DOTTED",
17042  direction="nsm",
17043  linebreak="cm",
17044  unicodeslot=0x735,
17045 },
17046 [0x736]={
17047  category="mn",
17048  combining=0xE6,
17049  description="SYRIAC RBASA ABOVE",
17050  direction="nsm",
17051  linebreak="cm",
17052  unicodeslot=0x736,
17053 },
17054 [0x737]={
17055  category="mn",
17056  combining=0xDC,
17057  description="SYRIAC RBASA BELOW",
17058  direction="nsm",
17059  linebreak="cm",
17060  unicodeslot=0x737,
17061 },
17062 [0x738]={
17063  category="mn",
17064  combining=0xDC,
17065  description="SYRIAC DOTTED ZLAMA HORIZONTAL",
17066  direction="nsm",
17067  linebreak="cm",
17068  unicodeslot=0x738,
17069 },
17070 [0x739]={
17071  category="mn",
17072  combining=0xDC,
17073  description="SYRIAC DOTTED ZLAMA ANGULAR",
17074  direction="nsm",
17075  linebreak="cm",
17076  unicodeslot=0x739,
17077 },
17078 [0x73A]={
17079  category="mn",
17080  combining=0xE6,
17081  description="SYRIAC HBASA ABOVE",
17082  direction="nsm",
17083  linebreak="cm",
17084  unicodeslot=0x73A,
17085 },
17086 [0x73B]={
17087  category="mn",
17088  combining=0xDC,
17089  description="SYRIAC HBASA BELOW",
17090  direction="nsm",
17091  linebreak="cm",
17092  unicodeslot=0x73B,
17093 },
17094 [0x73C]={
17095  category="mn",
17096  combining=0xDC,
17097  description="SYRIAC HBASA-ESASA DOTTED",
17098  direction="nsm",
17099  linebreak="cm",
17100  unicodeslot=0x73C,
17101 },
17102 [0x73D]={
17103  category="mn",
17104  combining=0xE6,
17105  description="SYRIAC ESASA ABOVE",
17106  direction="nsm",
17107  linebreak="cm",
17108  unicodeslot=0x73D,
17109 },
17110 [0x73E]={
17111  category="mn",
17112  combining=0xDC,
17113  description="SYRIAC ESASA BELOW",
17114  direction="nsm",
17115  linebreak="cm",
17116  unicodeslot=0x73E,
17117 },
17118 [0x73F]={
17119  category="mn",
17120  combining=0xE6,
17121  description="SYRIAC RWAHA",
17122  direction="nsm",
17123  linebreak="cm",
17124  unicodeslot=0x73F,
17125 },
17126 [0x740]={
17127  category="mn",
17128  combining=0xE6,
17129  description="SYRIAC FEMININE DOT",
17130  direction="nsm",
17131  linebreak="cm",
17132  unicodeslot=0x740,
17133 },
17134 [0x741]={
17135  category="mn",
17136  combining=0xE6,
17137  description="SYRIAC QUSHSHAYA",
17138  direction="nsm",
17139  linebreak="cm",
17140  unicodeslot=0x741,
17141 },
17142 [0x742]={
17143  category="mn",
17144  combining=0xDC,
17145  description="SYRIAC RUKKAKHA",
17146  direction="nsm",
17147  linebreak="cm",
17148  unicodeslot=0x742,
17149 },
17150 [0x743]={
17151  category="mn",
17152  combining=0xE6,
17153  description="SYRIAC TWO VERTICAL DOTS ABOVE",
17154  direction="nsm",
17155  linebreak="cm",
17156  unicodeslot=0x743,
17157 },
17158 [0x744]={
17159  category="mn",
17160  combining=0xDC,
17161  description="SYRIAC TWO VERTICAL DOTS BELOW",
17162  direction="nsm",
17163  linebreak="cm",
17164  unicodeslot=0x744,
17165 },
17166 [0x745]={
17167  category="mn",
17168  combining=0xE6,
17169  description="SYRIAC THREE DOTS ABOVE",
17170  direction="nsm",
17171  linebreak="cm",
17172  unicodeslot=0x745,
17173 },
17174 [0x746]={
17175  category="mn",
17176  combining=0xDC,
17177  description="SYRIAC THREE DOTS BELOW",
17178  direction="nsm",
17179  linebreak="cm",
17180  unicodeslot=0x746,
17181 },
17182 [0x747]={
17183  category="mn",
17184  combining=0xE6,
17185  description="SYRIAC OBLIQUE LINE ABOVE",
17186  direction="nsm",
17187  linebreak="cm",
17188  unicodeslot=0x747,
17189 },
17190 [0x748]={
17191  category="mn",
17192  combining=0xDC,
17193  description="SYRIAC OBLIQUE LINE BELOW",
17194  direction="nsm",
17195  linebreak="cm",
17196  unicodeslot=0x748,
17197 },
17198 [0x749]={
17199  category="mn",
17200  combining=0xE6,
17201  description="SYRIAC MUSIC",
17202  direction="nsm",
17203  linebreak="cm",
17204  unicodeslot=0x749,
17205 },
17206 [0x74A]={
17207  category="mn",
17208  combining=0xE6,
17209  description="SYRIAC BARREKH",
17210  direction="nsm",
17211  linebreak="cm",
17212  unicodeslot=0x74A,
17213 },
17214 [0x74D]={
17215  arabic="r",
17216  category="lo",
17217  description="SYRIAC LETTER SOGDIAN ZHAIN",
17218  direction="al",
17219  linebreak="al",
17220  unicodeslot=0x74D,
17221 },
17222 [0x74E]={
17223  arabic="d",
17224  category="lo",
17225  description="SYRIAC LETTER SOGDIAN KHAPH",
17226  direction="al",
17227  linebreak="al",
17228  unicodeslot=0x74E,
17229 },
17230 [0x74F]={
17231  arabic="d",
17232  category="lo",
17233  description="SYRIAC LETTER SOGDIAN FE",
17234  direction="al",
17235  linebreak="al",
17236  unicodeslot=0x74F,
17237 },
17238 [0x750]={
17239  arabic="d",
17240  category="lo",
17241  description="ARABIC LETTER BEH WITH THREE DOTS HORIZONTALLY BELOW",
17242  direction="al",
17243  linebreak="al",
17244  shcode=0x628,
17245  unicodeslot=0x750,
17246 },
17247 [0x751]={
17248  arabic="d",
17249  category="lo",
17250  description="ARABIC LETTER BEH WITH DOT BELOW AND THREE DOTS ABOVE",
17251  direction="al",
17252  linebreak="al",
17253  shcode=0x628,
17254  unicodeslot=0x751,
17255 },
17256 [0x752]={
17257  arabic="d",
17258  category="lo",
17259  description="ARABIC LETTER BEH WITH THREE DOTS POINTING UPWARDS BELOW",
17260  direction="al",
17261  linebreak="al",
17262  shcode=0x628,
17263  unicodeslot=0x752,
17264 },
17265 [0x753]={
17266  arabic="d",
17267  category="lo",
17268  description="ARABIC LETTER BEH WITH THREE DOTS POINTING UPWARDS BELOW AND TWO DOTS ABOVE",
17269  direction="al",
17270  linebreak="al",
17271  shcode=0x628,
17272  unicodeslot=0x753,
17273 },
17274 [0x754]={
17275  arabic="d",
17276  category="lo",
17277  description="ARABIC LETTER BEH WITH TWO DOTS BELOW AND DOT ABOVE",
17278  direction="al",
17279  linebreak="al",
17280  shcode=0x628,
17281  unicodeslot=0x754,
17282 },
17283 [0x755]={
17284  arabic="d",
17285  category="lo",
17286  description="ARABIC LETTER BEH WITH INVERTED SMALL V BELOW",
17287  direction="al",
17288  linebreak="al",
17289  shcode=0x628,
17290  unicodeslot=0x755,
17291 },
17292 [0x756]={
17293  arabic="d",
17294  category="lo",
17295  description="ARABIC LETTER BEH WITH SMALL V",
17296  direction="al",
17297  linebreak="al",
17298  shcode=0x628,
17299  unicodeslot=0x756,
17300 },
17301 [0x757]={
17302  arabic="d",
17303  category="lo",
17304  description="ARABIC LETTER HAH WITH TWO DOTS ABOVE",
17305  direction="al",
17306  linebreak="al",
17307  shcode=0x62D,
17308  unicodeslot=0x757,
17309 },
17310 [0x758]={
17311  arabic="d",
17312  category="lo",
17313  description="ARABIC LETTER HAH WITH THREE DOTS POINTING UPWARDS BELOW",
17314  direction="al",
17315  linebreak="al",
17316  shcode=0x62D,
17317  unicodeslot=0x758,
17318 },
17319 [0x759]={
17320  arabic="r",
17321  category="lo",
17322  description="ARABIC LETTER DAL WITH TWO DOTS VERTICALLY BELOW AND SMALL TAH",
17323  direction="al",
17324  linebreak="al",
17325  shcode=0x62F,
17326  unicodeslot=0x759,
17327 },
17328 [0x75A]={
17329  arabic="r",
17330  category="lo",
17331  description="ARABIC LETTER DAL WITH INVERTED SMALL V BELOW",
17332  direction="al",
17333  linebreak="al",
17334  shcode=0x62F,
17335  unicodeslot=0x75A,
17336 },
17337 [0x75B]={
17338  arabic="r",
17339  category="lo",
17340  description="ARABIC LETTER REH WITH STROKE",
17341  direction="al",
17342  linebreak="al",
17343  shcode=0x631,
17344  unicodeslot=0x75B,
17345 },
17346 [0x75C]={
17347  arabic="d",
17348  category="lo",
17349  description="ARABIC LETTER SEEN WITH FOUR DOTS ABOVE",
17350  direction="al",
17351  linebreak="al",
17352  shcode=0x633,
17353  unicodeslot=0x75C,
17354 },
17355 [0x75D]={
17356  arabic="d",
17357  category="lo",
17358  description="ARABIC LETTER AIN WITH TWO DOTS ABOVE",
17359  direction="al",
17360  linebreak="al",
17361  shcode=0x639,
17362  unicodeslot=0x75D,
17363 },
17364 [0x75E]={
17365  arabic="d",
17366  category="lo",
17367  description="ARABIC LETTER AIN WITH THREE DOTS POINTING DOWNWARDS ABOVE",
17368  direction="al",
17369  linebreak="al",
17370  shcode=0x639,
17371  unicodeslot=0x75E,
17372 },
17373 [0x75F]={
17374  arabic="d",
17375  category="lo",
17376  description="ARABIC LETTER AIN WITH TWO DOTS VERTICALLY ABOVE",
17377  direction="al",
17378  linebreak="al",
17379  shcode=0x639,
17380  unicodeslot=0x75F,
17381 },
17382 [0x760]={
17383  arabic="d",
17384  category="lo",
17385  description="ARABIC LETTER FEH WITH TWO DOTS BELOW",
17386  direction="al",
17387  linebreak="al",
17388  shcode=0x641,
17389  unicodeslot=0x760,
17390 },
17391 [0x761]={
17392  arabic="d",
17393  category="lo",
17394  description="ARABIC LETTER FEH WITH THREE DOTS POINTING UPWARDS BELOW",
17395  direction="al",
17396  linebreak="al",
17397  shcode=0x641,
17398  unicodeslot=0x761,
17399 },
17400 [0x762]={
17401  arabic="d",
17402  category="lo",
17403  description="ARABIC LETTER KEHEH WITH DOT ABOVE",
17404  direction="al",
17405  linebreak="al",
17406  shcode=0x6A9,
17407  unicodeslot=0x762,
17408 },
17409 [0x763]={
17410  arabic="d",
17411  category="lo",
17412  description="ARABIC LETTER KEHEH WITH THREE DOTS ABOVE",
17413  direction="al",
17414  linebreak="al",
17415  shcode=0x6A9,
17416  unicodeslot=0x763,
17417 },
17418 [0x764]={
17419  arabic="d",
17420  category="lo",
17421  description="ARABIC LETTER KEHEH WITH THREE DOTS POINTING UPWARDS BELOW",
17422  direction="al",
17423  linebreak="al",
17424  shcode=0x6A9,
17425  unicodeslot=0x764,
17426 },
17427 [0x765]={
17428  arabic="d",
17429  category="lo",
17430  description="ARABIC LETTER MEEM WITH DOT ABOVE",
17431  direction="al",
17432  linebreak="al",
17433  shcode=0x645,
17434  unicodeslot=0x765,
17435 },
17436 [0x766]={
17437  arabic="d",
17438  category="lo",
17439  description="ARABIC LETTER MEEM WITH DOT BELOW",
17440  direction="al",
17441  linebreak="al",
17442  shcode=0x645,
17443  unicodeslot=0x766,
17444 },
17445 [0x767]={
17446  arabic="d",
17447  category="lo",
17448  description="ARABIC LETTER NOON WITH TWO DOTS BELOW",
17449  direction="al",
17450  linebreak="al",
17451  shcode=0x646,
17452  unicodeslot=0x767,
17453 },
17454 [0x768]={
17455  arabic="d",
17456  category="lo",
17457  description="ARABIC LETTER NOON WITH SMALL TAH",
17458  direction="al",
17459  linebreak="al",
17460  shcode=0x646,
17461  unicodeslot=0x768,
17462 },
17463 [0x769]={
17464  arabic="d",
17465  category="lo",
17466  description="ARABIC LETTER NOON WITH SMALL V",
17467  direction="al",
17468  linebreak="al",
17469  shcode=0x646,
17470  unicodeslot=0x769,
17471 },
17472 [0x76A]={
17473  arabic="d",
17474  category="lo",
17475  description="ARABIC LETTER LAM WITH BAR",
17476  direction="al",
17477  linebreak="al",
17478  shcode=0x644,
17479  unicodeslot=0x76A,
17480 },
17481 [0x76B]={
17482  arabic="r",
17483  category="lo",
17484  description="ARABIC LETTER REH WITH TWO DOTS VERTICALLY ABOVE",
17485  direction="al",
17486  linebreak="al",
17487  shcode=0x631,
17488  unicodeslot=0x76B,
17489 },
17490 [0x76C]={
17491  arabic="r",
17492  category="lo",
17493  description="ARABIC LETTER REH WITH HAMZA ABOVE",
17494  direction="al",
17495  linebreak="al",
17496  shcode=0x631,
17497  unicodeslot=0x76C,
17498 },
17499 [0x76D]={
17500  arabic="d",
17501  category="lo",
17502  description="ARABIC LETTER SEEN WITH TWO DOTS VERTICALLY ABOVE",
17503  direction="al",
17504  linebreak="al",
17505  shcode=0x633,
17506  unicodeslot=0x76D,
17507 },
17508 [0x76E]={
17509  arabic="d",
17510  category="lo",
17511  description="ARABIC LETTER HAH WITH SMALL ARABIC LETTER TAH BELOW",
17512  direction="al",
17513  linebreak="al",
17514  unicodeslot=0x76E,
17515 },
17516 [0x76F]={
17517  arabic="d",
17518  category="lo",
17519  description="ARABIC LETTER HAH WITH SMALL ARABIC LETTER TAH AND TWO DOTS",
17520  direction="al",
17521  linebreak="al",
17522  unicodeslot=0x76F,
17523 },
17524 [0x770]={
17525  arabic="d",
17526  category="lo",
17527  description="ARABIC LETTER SEEN WITH SMALL ARABIC LETTER TAH AND TWO DOTS",
17528  direction="al",
17529  linebreak="al",
17530  unicodeslot=0x770,
17531 },
17532 [0x771]={
17533  arabic="r",
17534  category="lo",
17535  description="ARABIC LETTER REH WITH SMALL ARABIC LETTER TAH AND TWO DOTS",
17536  direction="al",
17537  linebreak="al",
17538  unicodeslot=0x771,
17539 },
17540 [0x772]={
17541  arabic="d",
17542  category="lo",
17543  description="ARABIC LETTER HAH WITH SMALL ARABIC LETTER TAH ABOVE",
17544  direction="al",
17545  linebreak="al",
17546  unicodeslot=0x772,
17547 },
17548 [0x773]={
17549  arabic="r",
17550  category="lo",
17551  description="ARABIC LETTER ALEF WITH EXTENDED ARABIC-INDIC DIGIT TWO ABOVE",
17552  direction="al",
17553  linebreak="al",
17554  unicodeslot=0x773,
17555 },
17556 [0x774]={
17557  arabic="r",
17558  category="lo",
17559  description="ARABIC LETTER ALEF WITH EXTENDED ARABIC-INDIC DIGIT THREE ABOVE",
17560  direction="al",
17561  linebreak="al",
17562  unicodeslot=0x774,
17563 },
17564 [0x775]={
17565  arabic="d",
17566  category="lo",
17567  description="ARABIC LETTER FARSI YEH WITH EXTENDED ARABIC-INDIC DIGIT TWO ABOVE",
17568  direction="al",
17569  linebreak="al",
17570  unicodeslot=0x775,
17571 },
17572 [0x776]={
17573  arabic="d",
17574  category="lo",
17575  description="ARABIC LETTER FARSI YEH WITH EXTENDED ARABIC-INDIC DIGIT THREE ABOVE",
17576  direction="al",
17577  linebreak="al",
17578  unicodeslot=0x776,
17579 },
17580 [0x777]={
17581  arabic="d",
17582  category="lo",
17583  description="ARABIC LETTER FARSI YEH WITH EXTENDED ARABIC-INDIC DIGIT FOUR BELOW",
17584  direction="al",
17585  linebreak="al",
17586  unicodeslot=0x777,
17587 },
17588 [0x778]={
17589  arabic="r",
17590  category="lo",
17591  description="ARABIC LETTER WAW WITH EXTENDED ARABIC-INDIC DIGIT TWO ABOVE",
17592  direction="al",
17593  linebreak="al",
17594  unicodeslot=0x778,
17595 },
17596 [0x779]={
17597  arabic="r",
17598  category="lo",
17599  description="ARABIC LETTER WAW WITH EXTENDED ARABIC-INDIC DIGIT THREE ABOVE",
17600  direction="al",
17601  linebreak="al",
17602  unicodeslot=0x779,
17603 },
17604 [0x77A]={
17605  arabic="d",
17606  category="lo",
17607  description="ARABIC LETTER YEH BARREE WITH EXTENDED ARABIC-INDIC DIGIT TWO ABOVE",
17608  direction="al",
17609  linebreak="al",
17610  unicodeslot=0x77A,
17611 },
17612 [0x77B]={
17613  arabic="d",
17614  category="lo",
17615  description="ARABIC LETTER YEH BARREE WITH EXTENDED ARABIC-INDIC DIGIT THREE ABOVE",
17616  direction="al",
17617  linebreak="al",
17618  unicodeslot=0x77B,
17619 },
17620 [0x77C]={
17621  arabic="d",
17622  category="lo",
17623  description="ARABIC LETTER HAH WITH EXTENDED ARABIC-INDIC DIGIT FOUR BELOW",
17624  direction="al",
17625  linebreak="al",
17626  unicodeslot=0x77C,
17627 },
17628 [0x77D]={
17629  arabic="d",
17630  category="lo",
17631  description="ARABIC LETTER SEEN WITH EXTENDED ARABIC-INDIC DIGIT FOUR ABOVE",
17632  direction="al",
17633  linebreak="al",
17634  unicodeslot=0x77D,
17635 },
17636 [0x77E]={
17637  arabic="d",
17638  category="lo",
17639  description="ARABIC LETTER SEEN WITH INVERTED V",
17640  direction="al",
17641  linebreak="al",
17642  unicodeslot=0x77E,
17643 },
17644 [0x77F]={
17645  arabic="d",
17646  category="lo",
17647  description="ARABIC LETTER KAF WITH TWO DOTS ABOVE",
17648  direction="al",
17649  linebreak="al",
17650  unicodeslot=0x77F,
17651 },
17652 [0x780]={
17653  category="lo",
17654  description="THAANA LETTER HAA",
17655  direction="al",
17656  linebreak="al",
17657  unicodeslot=0x780,
17658 },
17659 [0x781]={
17660  category="lo",
17661  description="THAANA LETTER SHAVIYANI",
17662  direction="al",
17663  linebreak="al",
17664  unicodeslot=0x781,
17665 },
17666 [0x782]={
17667  category="lo",
17668  description="THAANA LETTER NOONU",
17669  direction="al",
17670  linebreak="al",
17671  unicodeslot=0x782,
17672 },
17673 [0x783]={
17674  category="lo",
17675  description="THAANA LETTER RAA",
17676  direction="al",
17677  linebreak="al",
17678  unicodeslot=0x783,
17679 },
17680 [0x784]={
17681  category="lo",
17682  description="THAANA LETTER BAA",
17683  direction="al",
17684  linebreak="al",
17685  unicodeslot=0x784,
17686 },
17687 [0x785]={
17688  category="lo",
17689  description="THAANA LETTER LHAVIYANI",
17690  direction="al",
17691  linebreak="al",
17692  unicodeslot=0x785,
17693 },
17694 [0x786]={
17695  category="lo",
17696  description="THAANA LETTER KAAFU",
17697  direction="al",
17698  linebreak="al",
17699  unicodeslot=0x786,
17700 },
17701 [0x787]={
17702  category="lo",
17703  description="THAANA LETTER ALIFU",
17704  direction="al",
17705  linebreak="al",
17706  unicodeslot=0x787,
17707 },
17708 [0x788]={
17709  category="lo",
17710  description="THAANA LETTER VAAVU",
17711  direction="al",
17712  linebreak="al",
17713  unicodeslot=0x788,
17714 },
17715 [0x789]={
17716  category="lo",
17717  description="THAANA LETTER MEEMU",
17718  direction="al",
17719  linebreak="al",
17720  unicodeslot=0x789,
17721 },
17722 [0x78A]={
17723  category="lo",
17724  description="THAANA LETTER FAAFU",
17725  direction="al",
17726  linebreak="al",
17727  unicodeslot=0x78A,
17728 },
17729 [0x78B]={
17730  category="lo",
17731  description="THAANA LETTER DHAALU",
17732  direction="al",
17733  linebreak="al",
17734  unicodeslot=0x78B,
17735 },
17736 [0x78C]={
17737  category="lo",
17738  description="THAANA LETTER THAA",
17739  direction="al",
17740  linebreak="al",
17741  unicodeslot=0x78C,
17742 },
17743 [0x78D]={
17744  category="lo",
17745  description="THAANA LETTER LAAMU",
17746  direction="al",
17747  linebreak="al",
17748  unicodeslot=0x78D,
17749 },
17750 [0x78E]={
17751  category="lo",
17752  description="THAANA LETTER GAAFU",
17753  direction="al",
17754  linebreak="al",
17755  unicodeslot=0x78E,
17756 },
17757 [0x78F]={
17758  category="lo",
17759  description="THAANA LETTER GNAVIYANI",
17760  direction="al",
17761  linebreak="al",
17762  unicodeslot=0x78F,
17763 },
17764 [0x790]={
17765  category="lo",
17766  description="THAANA LETTER SEENU",
17767  direction="al",
17768  linebreak="al",
17769  unicodeslot=0x790,
17770 },
17771 [0x791]={
17772  category="lo",
17773  description="THAANA LETTER DAVIYANI",
17774  direction="al",
17775  linebreak="al",
17776  unicodeslot=0x791,
17777 },
17778 [0x792]={
17779  category="lo",
17780  description="THAANA LETTER ZAVIYANI",
17781  direction="al",
17782  linebreak="al",
17783  unicodeslot=0x792,
17784 },
17785 [0x793]={
17786  category="lo",
17787  description="THAANA LETTER TAVIYANI",
17788  direction="al",
17789  linebreak="al",
17790  unicodeslot=0x793,
17791 },
17792 [0x794]={
17793  category="lo",
17794  description="THAANA LETTER YAA",
17795  direction="al",
17796  linebreak="al",
17797  unicodeslot=0x794,
17798 },
17799 [0x795]={
17800  category="lo",
17801  description="THAANA LETTER PAVIYANI",
17802  direction="al",
17803  linebreak="al",
17804  unicodeslot=0x795,
17805 },
17806 [0x796]={
17807  category="lo",
17808  description="THAANA LETTER JAVIYANI",
17809  direction="al",
17810  linebreak="al",
17811  unicodeslot=0x796,
17812 },
17813 [0x797]={
17814  category="lo",
17815  description="THAANA LETTER CHAVIYANI",
17816  direction="al",
17817  linebreak="al",
17818  unicodeslot=0x797,
17819 },
17820 [0x798]={
17821  category="lo",
17822  description="THAANA LETTER TTAA",
17823  direction="al",
17824  linebreak="al",
17825  unicodeslot=0x798,
17826 },
17827 [0x799]={
17828  category="lo",
17829  description="THAANA LETTER HHAA",
17830  direction="al",
17831  linebreak="al",
17832  unicodeslot=0x799,
17833 },
17834 [0x79A]={
17835  category="lo",
17836  description="THAANA LETTER KHAA",
17837  direction="al",
17838  linebreak="al",
17839  unicodeslot=0x79A,
17840 },
17841 [0x79B]={
17842  category="lo",
17843  description="THAANA LETTER THAALU",
17844  direction="al",
17845  linebreak="al",
17846  unicodeslot=0x79B,
17847 },
17848 [0x79C]={
17849  category="lo",
17850  description="THAANA LETTER ZAA",
17851  direction="al",
17852  linebreak="al",
17853  unicodeslot=0x79C,
17854 },
17855 [0x79D]={
17856  category="lo",
17857  description="THAANA LETTER SHEENU",
17858  direction="al",
17859  linebreak="al",
17860  unicodeslot=0x79D,
17861 },
17862 [0x79E]={
17863  category="lo",
17864  description="THAANA LETTER SAADHU",
17865  direction="al",
17866  linebreak="al",
17867  unicodeslot=0x79E,
17868 },
17869 [0x79F]={
17870  category="lo",
17871  description="THAANA LETTER DAADHU",
17872  direction="al",
17873  linebreak="al",
17874  unicodeslot=0x79F,
17875 },
17876 [0x7A0]={
17877  category="lo",
17878  description="THAANA LETTER TO",
17879  direction="al",
17880  linebreak="al",
17881  unicodeslot=0x7A0,
17882 },
17883 [0x7A1]={
17884  category="lo",
17885  description="THAANA LETTER ZO",
17886  direction="al",
17887  linebreak="al",
17888  unicodeslot=0x7A1,
17889 },
17890 [0x7A2]={
17891  category="lo",
17892  description="THAANA LETTER AINU",
17893  direction="al",
17894  linebreak="al",
17895  unicodeslot=0x7A2,
17896 },
17897 [0x7A3]={
17898  category="lo",
17899  description="THAANA LETTER GHAINU",
17900  direction="al",
17901  linebreak="al",
17902  unicodeslot=0x7A3,
17903 },
17904 [0x7A4]={
17905  category="lo",
17906  description="THAANA LETTER QAAFU",
17907  direction="al",
17908  linebreak="al",
17909  unicodeslot=0x7A4,
17910 },
17911 [0x7A5]={
17912  category="lo",
17913  description="THAANA LETTER WAAVU",
17914  direction="al",
17915  linebreak="al",
17916  unicodeslot=0x7A5,
17917 },
17918 [0x7A6]={
17919  category="mn",
17920  description="THAANA ABAFILI",
17921  direction="nsm",
17922  linebreak="cm",
17923  unicodeslot=0x7A6,
17924 },
17925 [0x7A7]={
17926  category="mn",
17927  description="THAANA AABAAFILI",
17928  direction="nsm",
17929  linebreak="cm",
17930  unicodeslot=0x7A7,
17931 },
17932 [0x7A8]={
17933  category="mn",
17934  description="THAANA IBIFILI",
17935  direction="nsm",
17936  linebreak="cm",
17937  unicodeslot=0x7A8,
17938 },
17939 [0x7A9]={
17940  category="mn",
17941  description="THAANA EEBEEFILI",
17942  direction="nsm",
17943  linebreak="cm",
17944  unicodeslot=0x7A9,
17945 },
17946 [0x7AA]={
17947  category="mn",
17948  description="THAANA UBUFILI",
17949  direction="nsm",
17950  linebreak="cm",
17951  unicodeslot=0x7AA,
17952 },
17953 [0x7AB]={
17954  category="mn",
17955  description="THAANA OOBOOFILI",
17956  direction="nsm",
17957  linebreak="cm",
17958  unicodeslot=0x7AB,
17959 },
17960 [0x7AC]={
17961  category="mn",
17962  description="THAANA EBEFILI",
17963  direction="nsm",
17964  linebreak="cm",
17965  unicodeslot=0x7AC,
17966 },
17967 [0x7AD]={
17968  category="mn",
17969  description="THAANA EYBEYFILI",
17970  direction="nsm",
17971  linebreak="cm",
17972  unicodeslot=0x7AD,
17973 },
17974 [0x7AE]={
17975  category="mn",
17976  description="THAANA OBOFILI",
17977  direction="nsm",
17978  linebreak="cm",
17979  unicodeslot=0x7AE,
17980 },
17981 [0x7AF]={
17982  category="mn",
17983  description="THAANA OABOAFILI",
17984  direction="nsm",
17985  linebreak="cm",
17986  unicodeslot=0x7AF,
17987 },
17988 [0x7B0]={
17989  category="mn",
17990  description="THAANA SUKUN",
17991  direction="nsm",
17992  linebreak="cm",
17993  unicodeslot=0x7B0,
17994 },
17995 [0x7B1]={
17996  category="lo",
17997  description="THAANA LETTER NAA",
17998  direction="al",
17999  linebreak="al",
18000  unicodeslot=0x7B1,
18001 },
18002 [0x7C0]={
18003  category="nd",
18004  description="NKO DIGIT ZERO",
18005  direction="r",
18006  linebreak="nu",
18007  unicodeslot=0x7C0,
18008 },
18009 [0x7C1]={
18010  category="nd",
18011  description="NKO DIGIT ONE",
18012  direction="r",
18013  linebreak="nu",
18014  unicodeslot=0x7C1,
18015 },
18016 [0x7C2]={
18017  category="nd",
18018  description="NKO DIGIT TWO",
18019  direction="r",
18020  linebreak="nu",
18021  unicodeslot=0x7C2,
18022 },
18023 [0x7C3]={
18024  category="nd",
18025  description="NKO DIGIT THREE",
18026  direction="r",
18027  linebreak="nu",
18028  unicodeslot=0x7C3,
18029 },
18030 [0x7C4]={
18031  category="nd",
18032  description="NKO DIGIT FOUR",
18033  direction="r",
18034  linebreak="nu",
18035  unicodeslot=0x7C4,
18036 },
18037 [0x7C5]={
18038  category="nd",
18039  description="NKO DIGIT FIVE",
18040  direction="r",
18041  linebreak="nu",
18042  unicodeslot=0x7C5,
18043 },
18044 [0x7C6]={
18045  category="nd",
18046  description="NKO DIGIT SIX",
18047  direction="r",
18048  linebreak="nu",
18049  unicodeslot=0x7C6,
18050 },
18051 [0x7C7]={
18052  category="nd",
18053  description="NKO DIGIT SEVEN",
18054  direction="r",
18055  linebreak="nu",
18056  unicodeslot=0x7C7,
18057 },
18058 [0x7C8]={
18059  category="nd",
18060  description="NKO DIGIT EIGHT",
18061  direction="r",
18062  linebreak="nu",
18063  unicodeslot=0x7C8,
18064 },
18065 [0x7C9]={
18066  category="nd",
18067  description="NKO DIGIT NINE",
18068  direction="r",
18069  linebreak="nu",
18070  unicodeslot=0x7C9,
18071 },
18072 [0x7CA]={
18073  arabic="d",
18074  category="lo",
18075  description="NKO LETTER A",
18076  direction="r",
18077  linebreak="al",
18078  unicodeslot=0x7CA,
18079 },
18080 [0x7CB]={
18081  arabic="d",
18082  category="lo",
18083  description="NKO LETTER EE",
18084  direction="r",
18085  linebreak="al",
18086  unicodeslot=0x7CB,
18087 },
18088 [0x7CC]={
18089  arabic="d",
18090  category="lo",
18091  description="NKO LETTER I",
18092  direction="r",
18093  linebreak="al",
18094  unicodeslot=0x7CC,
18095 },
18096 [0x7CD]={
18097  arabic="d",
18098  category="lo",
18099  description="NKO LETTER E",
18100  direction="r",
18101  linebreak="al",
18102  unicodeslot=0x7CD,
18103 },
18104 [0x7CE]={
18105  arabic="d",
18106  category="lo",
18107  description="NKO LETTER U",
18108  direction="r",
18109  linebreak="al",
18110  unicodeslot=0x7CE,
18111 },
18112 [0x7CF]={
18113  arabic="d",
18114  category="lo",
18115  description="NKO LETTER OO",
18116  direction="r",
18117  linebreak="al",
18118  unicodeslot=0x7CF,
18119 },
18120 [0x7D0]={
18121  arabic="d",
18122  category="lo",
18123  description="NKO LETTER O",
18124  direction="r",
18125  linebreak="al",
18126  unicodeslot=0x7D0,
18127 },
18128 [0x7D1]={
18129  arabic="d",
18130  category="lo",
18131  description="NKO LETTER DAGBASINNA",
18132  direction="r",
18133  linebreak="al",
18134  unicodeslot=0x7D1,
18135 },
18136 [0x7D2]={
18137  arabic="d",
18138  category="lo",
18139  description="NKO LETTER N",
18140  direction="r",
18141  linebreak="al",
18142  unicodeslot=0x7D2,
18143 },
18144 [0x7D3]={
18145  arabic="d",
18146  category="lo",
18147  description="NKO LETTER BA",
18148  direction="r",
18149  linebreak="al",
18150  unicodeslot=0x7D3,
18151 },
18152 [0x7D4]={
18153  arabic="d",
18154  category="lo",
18155  description="NKO LETTER PA",
18156  direction="r",
18157  linebreak="al",
18158  unicodeslot=0x7D4,
18159 },
18160 [0x7D5]={
18161  arabic="d",
18162  category="lo",
18163  description="NKO LETTER TA",
18164  direction="r",
18165  linebreak="al",
18166  unicodeslot=0x7D5,
18167 },
18168 [0x7D6]={
18169  arabic="d",
18170  category="lo",
18171  description="NKO LETTER JA",
18172  direction="r",
18173  linebreak="al",
18174  unicodeslot=0x7D6,
18175 },
18176 [0x7D7]={
18177  arabic="d",
18178  category="lo",
18179  description="NKO LETTER CHA",
18180  direction="r",
18181  linebreak="al",
18182  unicodeslot=0x7D7,
18183 },
18184 [0x7D8]={
18185  arabic="d",
18186  category="lo",
18187  description="NKO LETTER DA",
18188  direction="r",
18189  linebreak="al",
18190  unicodeslot=0x7D8,
18191 },
18192 [0x7D9]={
18193  arabic="d",
18194  category="lo",
18195  description="NKO LETTER RA",
18196  direction="r",
18197  linebreak="al",
18198  unicodeslot=0x7D9,
18199 },
18200 [0x7DA]={
18201  arabic="d",
18202  category="lo",
18203  description="NKO LETTER RRA",
18204  direction="r",
18205  linebreak="al",
18206  unicodeslot=0x7DA,
18207 },
18208 [0x7DB]={
18209  arabic="d",
18210  category="lo",
18211  description="NKO LETTER SA",
18212  direction="r",
18213  linebreak="al",
18214  unicodeslot=0x7DB,
18215 },
18216 [0x7DC]={
18217  arabic="d",
18218  category="lo",
18219  description="NKO LETTER GBA",
18220  direction="r",
18221  linebreak="al",
18222  unicodeslot=0x7DC,
18223 },
18224 [0x7DD]={
18225  arabic="d",
18226  category="lo",
18227  description="NKO LETTER FA",
18228  direction="r",
18229  linebreak="al",
18230  unicodeslot=0x7DD,
18231 },
18232 [0x7DE]={
18233  arabic="d",
18234  category="lo",
18235  description="NKO LETTER KA",
18236  direction="r",
18237  linebreak="al",
18238  unicodeslot=0x7DE,
18239 },
18240 [0x7DF]={
18241  arabic="d",
18242  category="lo",
18243  description="NKO LETTER LA",
18244  direction="r",
18245  linebreak="al",
18246  unicodeslot=0x7DF,
18247 },
18248 [0x7E0]={
18249  arabic="d",
18250  category="lo",
18251  description="NKO LETTER NA WOLOSO",
18252  direction="r",
18253  linebreak="al",
18254  unicodeslot=0x7E0,
18255 },
18256 [0x7E1]={
18257  arabic="d",
18258  category="lo",
18259  description="NKO LETTER MA",
18260  direction="r",
18261  linebreak="al",
18262  unicodeslot=0x7E1,
18263 },
18264 [0x7E2]={
18265  arabic="d",
18266  category="lo",
18267  description="NKO LETTER NYA",
18268  direction="r",
18269  linebreak="al",
18270  unicodeslot=0x7E2,
18271 },
18272 [0x7E3]={
18273  arabic="d",
18274  category="lo",
18275  description="NKO LETTER NA",
18276  direction="r",
18277  linebreak="al",
18278  unicodeslot=0x7E3,
18279 },
18280 [0x7E4]={
18281  arabic="d",
18282  category="lo",
18283  description="NKO LETTER HA",
18284  direction="r",
18285  linebreak="al",
18286  unicodeslot=0x7E4,
18287 },
18288 [0x7E5]={
18289  arabic="d",
18290  category="lo",
18291  description="NKO LETTER WA",
18292  direction="r",
18293  linebreak="al",
18294  unicodeslot=0x7E5,
18295 },
18296 [0x7E6]={
18297  arabic="d",
18298  category="lo",
18299  description="NKO LETTER YA",
18300  direction="r",
18301  linebreak="al",
18302  unicodeslot=0x7E6,
18303 },
18304 [0x7E7]={
18305  arabic="d",
18306  category="lo",
18307  description="NKO LETTER NYA WOLOSO",
18308  direction="r",
18309  linebreak="al",
18310  unicodeslot=0x7E7,
18311 },
18312 [0x7E8]={
18313  arabic="d",
18314  category="lo",
18315  description="NKO LETTER JONA JA",
18316  direction="r",
18317  linebreak="al",
18318  unicodeslot=0x7E8,
18319 },
18320 [0x7E9]={
18321  arabic="d",
18322  category="lo",
18323  description="NKO LETTER JONA CHA",
18324  direction="r",
18325  linebreak="al",
18326  unicodeslot=0x7E9,
18327 },
18328 [0x7EA]={
18329  arabic="d",
18330  category="lo",
18331  description="NKO LETTER JONA RA",
18332  direction="r",
18333  linebreak="al",
18334  unicodeslot=0x7EA,
18335 },
18336 [0x7EB]={
18337  category="mn",
18338  combining=0xE6,
18339  description="NKO COMBINING SHORT HIGH TONE",
18340  direction="nsm",
18341  linebreak="cm",
18342  unicodeslot=0x7EB,
18343 },
18344 [0x7EC]={
18345  category="mn",
18346  combining=0xE6,
18347  description="NKO COMBINING SHORT LOW TONE",
18348  direction="nsm",
18349  linebreak="cm",
18350  unicodeslot=0x7EC,
18351 },
18352 [0x7ED]={
18353  category="mn",
18354  combining=0xE6,
18355  description="NKO COMBINING SHORT RISING TONE",
18356  direction="nsm",
18357  linebreak="cm",
18358  unicodeslot=0x7ED,
18359 },
18360 [0x7EE]={
18361  category="mn",
18362  combining=0xE6,
18363  description="NKO COMBINING LONG DESCENDING TONE",
18364  direction="nsm",
18365  linebreak="cm",
18366  unicodeslot=0x7EE,
18367 },
18368 [0x7EF]={
18369  category="mn",
18370  combining=0xE6,
18371  description="NKO COMBINING LONG HIGH TONE",
18372  direction="nsm",
18373  linebreak="cm",
18374  unicodeslot=0x7EF,
18375 },
18376 [0x7F0]={
18377  category="mn",
18378  combining=0xE6,
18379  description="NKO COMBINING LONG LOW TONE",
18380  direction="nsm",
18381  linebreak="cm",
18382  unicodeslot=0x7F0,
18383 },
18384 [0x7F1]={
18385  category="mn",
18386  combining=0xE6,
18387  description="NKO COMBINING LONG RISING TONE",
18388  direction="nsm",
18389  linebreak="cm",
18390  unicodeslot=0x7F1,
18391 },
18392 [0x7F2]={
18393  category="mn",
18394  combining=0xDC,
18395  description="NKO COMBINING NASALIZATION MARK",
18396  direction="nsm",
18397  linebreak="cm",
18398  unicodeslot=0x7F2,
18399 },
18400 [0x7F3]={
18401  category="mn",
18402  combining=0xE6,
18403  description="NKO COMBINING DOUBLE DOT ABOVE",
18404  direction="nsm",
18405  linebreak="cm",
18406  unicodeslot=0x7F3,
18407 },
18408 [0x7F4]={
18409  category="lm",
18410  description="NKO HIGH TONE APOSTROPHE",
18411  direction="r",
18412  linebreak="al",
18413  unicodeslot=0x7F4,
18414 },
18415 [0x7F5]={
18416  category="lm",
18417  description="NKO LOW TONE APOSTROPHE",
18418  direction="r",
18419  linebreak="al",
18420  unicodeslot=0x7F5,
18421 },
18422 [0x7F6]={
18423  category="so",
18424  description="NKO SYMBOL OO DENNEN",
18425  direction="on",
18426  linebreak="al",
18427  unicodeslot=0x7F6,
18428 },
18429 [0x7F7]={
18430  category="po",
18431  description="NKO SYMBOL GBAKURUNEN",
18432  direction="on",
18433  linebreak="al",
18434  unicodeslot=0x7F7,
18435 },
18436 [0x7F8]={
18437  category="po",
18438  description="NKO COMMA",
18439  direction="on",
18440  linebreak="is",
18441  unicodeslot=0x7F8,
18442 },
18443 [0x7F9]={
18444  category="po",
18445  description="NKO EXCLAMATION MARK",
18446  direction="on",
18447  linebreak="ex",
18448  unicodeslot=0x7F9,
18449 },
18450 [0x7FA]={
18451  arabic="c",
18452  category="lm",
18453  description="NKO LAJANYALAN",
18454  direction="r",
18455  linebreak="al",
18456  unicodeslot=0x7FA,
18457 },
18458 [0x7FD]={
18459  category="mn",
18460  combining=0xDC,
18461  description="NKO DANTAYALAN",
18462  direction="nsm",
18463  linebreak="cm",
18464  unicodeslot=0x7FD,
18465 },
18466 [0x7FE]={
18467  category="sc",
18468  description="NKO DOROME SIGN",
18469  direction="r",
18470  linebreak="pr",
18471  unicodeslot=0x7FE,
18472 },
18473 [0x7FF]={
18474  category="sc",
18475  description="NKO TAMAN SIGN",
18476  direction="r",
18477  linebreak="pr",
18478  unicodeslot=0x7FF,
18479 },
18480 [0x800]={
18481  category="lo",
18482  description="SAMARITAN LETTER ALAF",
18483  direction="r",
18484  linebreak="al",
18485  unicodeslot=0x800,
18486 },
18487 [0x801]={
18488  category="lo",
18489  description="SAMARITAN LETTER BIT",
18490  direction="r",
18491  linebreak="al",
18492  unicodeslot=0x801,
18493 },
18494 [0x802]={
18495  category="lo",
18496  description="SAMARITAN LETTER GAMAN",
18497  direction="r",
18498  linebreak="al",
18499  unicodeslot=0x802,
18500 },
18501 [0x803]={
18502  category="lo",
18503  description="SAMARITAN LETTER DALAT",
18504  direction="r",
18505  linebreak="al",
18506  unicodeslot=0x803,
18507 },
18508 [0x804]={
18509  category="lo",
18510  description="SAMARITAN LETTER IY",
18511  direction="r",
18512  linebreak="al",
18513  unicodeslot=0x804,
18514 },
18515 [0x805]={
18516  category="lo",
18517  description="SAMARITAN LETTER BAA",
18518  direction="r",
18519  linebreak="al",
18520  unicodeslot=0x805,
18521 },
18522 [0x806]={
18523  category="lo",
18524  description="SAMARITAN LETTER ZEN",
18525  direction="r",
18526  linebreak="al",
18527  unicodeslot=0x806,
18528 },
18529 [0x807]={
18530  category="lo",
18531  description="SAMARITAN LETTER IT",
18532  direction="r",
18533  linebreak="al",
18534  unicodeslot=0x807,
18535 },
18536 [0x808]={
18537  category="lo",
18538  description="SAMARITAN LETTER TIT",
18539  direction="r",
18540  linebreak="al",
18541  unicodeslot=0x808,
18542 },
18543 [0x809]={
18544  category="lo",
18545  description="SAMARITAN LETTER YUT",
18546  direction="r",
18547  linebreak="al",
18548  unicodeslot=0x809,
18549 },
18550 [0x80A]={
18551  category="lo",
18552  description="SAMARITAN LETTER KAAF",
18553  direction="r",
18554  linebreak="al",
18555  unicodeslot=0x80A,
18556 },
18557 [0x80B]={
18558  category="lo",
18559  description="SAMARITAN LETTER LABAT",
18560  direction="r",
18561  linebreak="al",
18562  unicodeslot=0x80B,
18563 },
18564 [0x80C]={
18565  category="lo",
18566  description="SAMARITAN LETTER MIM",
18567  direction="r",
18568  linebreak="al",
18569  unicodeslot=0x80C,
18570 },
18571 [0x80D]={
18572  category="lo",
18573  description="SAMARITAN LETTER NUN",
18574  direction="r",
18575  linebreak="al",
18576  unicodeslot=0x80D,
18577 },
18578 [0x80E]={
18579  category="lo",
18580  description="SAMARITAN LETTER SINGAAT",
18581  direction="r",
18582  linebreak="al",
18583  unicodeslot=0x80E,
18584 },
18585 [0x80F]={
18586  category="lo",
18587  description="SAMARITAN LETTER IN",
18588  direction="r",
18589  linebreak="al",
18590  unicodeslot=0x80F,
18591 },
18592 [0x810]={
18593  category="lo",
18594  description="SAMARITAN LETTER FI",
18595  direction="r",
18596  linebreak="al",
18597  unicodeslot=0x810,
18598 },
18599 [0x811]={
18600  category="lo",
18601  description="SAMARITAN LETTER TSAADIY",
18602  direction="r",
18603  linebreak="al",
18604  unicodeslot=0x811,
18605 },
18606 [0x812]={
18607  category="lo",
18608  description="SAMARITAN LETTER QUF",
18609  direction="r",
18610  linebreak="al",
18611  unicodeslot=0x812,
18612 },
18613 [0x813]={
18614  category="lo",
18615  description="SAMARITAN LETTER RISH",
18616  direction="r",
18617  linebreak="al",
18618  unicodeslot=0x813,
18619 },
18620 [0x814]={
18621  category="lo",
18622  description="SAMARITAN LETTER SHAN",
18623  direction="r",
18624  linebreak="al",
18625  unicodeslot=0x814,
18626 },
18627 [0x815]={
18628  category="lo",
18629  description="SAMARITAN LETTER TAAF",
18630  direction="r",
18631  linebreak="al",
18632  unicodeslot=0x815,
18633 },
18634 [0x816]={
18635  category="mn",
18636  combining=0xE6,
18637  description="SAMARITAN MARK IN",
18638  direction="nsm",
18639  linebreak="cm",
18640  unicodeslot=0x816,
18641 },
18642 [0x817]={
18643  category="mn",
18644  combining=0xE6,
18645  description="SAMARITAN MARK IN-ALAF",
18646  direction="nsm",
18647  linebreak="cm",
18648  unicodeslot=0x817,
18649 },
18650 [0x818]={
18651  category="mn",
18652  combining=0xE6,
18653  description="SAMARITAN MARK OCCLUSION",
18654  direction="nsm",
18655  linebreak="cm",
18656  unicodeslot=0x818,
18657 },
18658 [0x819]={
18659  category="mn",
18660  combining=0xE6,
18661  description="SAMARITAN MARK DAGESH",
18662  direction="nsm",
18663  linebreak="cm",
18664  unicodeslot=0x819,
18665 },
18666 [0x81A]={
18667  category="lm",
18668  description="SAMARITAN MODIFIER LETTER EPENTHETIC YUT",
18669  direction="r",
18670  linebreak="al",
18671  unicodeslot=0x81A,
18672 },
18673 [0x81B]={
18674  category="mn",
18675  combining=0xE6,
18676  description="SAMARITAN MARK EPENTHETIC YUT",
18677  direction="nsm",
18678  linebreak="cm",
18679  unicodeslot=0x81B,
18680 },
18681 [0x81C]={
18682  category="mn",
18683  combining=0xE6,
18684  description="SAMARITAN VOWEL SIGN LONG E",
18685  direction="nsm",
18686  linebreak="cm",
18687  unicodeslot=0x81C,
18688 },
18689 [0x81D]={
18690  category="mn",
18691  combining=0xE6,
18692  description="SAMARITAN VOWEL SIGN E",
18693  direction="nsm",
18694  linebreak="cm",
18695  unicodeslot=0x81D,
18696 },
18697 [0x81E]={
18698  category="mn",
18699  combining=0xE6,
18700  description="SAMARITAN VOWEL SIGN OVERLONG AA",
18701  direction="nsm",
18702  linebreak="cm",
18703  unicodeslot=0x81E,
18704 },
18705 [0x81F]={
18706  category="mn",
18707  combining=0xE6,
18708  description="SAMARITAN VOWEL SIGN LONG AA",
18709  direction="nsm",
18710  linebreak="cm",
18711  unicodeslot=0x81F,
18712 },
18713 [0x820]={
18714  category="mn",
18715  combining=0xE6,
18716  description="SAMARITAN VOWEL SIGN AA",
18717  direction="nsm",
18718  linebreak="cm",
18719  unicodeslot=0x820,
18720 },
18721 [0x821]={
18722  category="mn",
18723  combining=0xE6,
18724  description="SAMARITAN VOWEL SIGN OVERLONG A",
18725  direction="nsm",
18726  linebreak="cm",
18727  unicodeslot=0x821,
18728 },
18729 [0x822]={
18730  category="mn",
18731  combining=0xE6,
18732  description="SAMARITAN VOWEL SIGN LONG A",
18733  direction="nsm",
18734  linebreak="cm",
18735  unicodeslot=0x822,
18736 },
18737 [0x823]={
18738  category="mn",
18739  combining=0xE6,
18740  description="SAMARITAN VOWEL SIGN A",
18741  direction="nsm",
18742  linebreak="cm",
18743  unicodeslot=0x823,
18744 },
18745 [0x824]={
18746  category="lm",
18747  description="SAMARITAN MODIFIER LETTER SHORT A",
18748  direction="r",
18749  linebreak="al",
18750  unicodeslot=0x824,
18751 },
18752 [0x825]={
18753  category="mn",
18754  combining=0xE6,
18755  description="SAMARITAN VOWEL SIGN SHORT A",
18756  direction="nsm",
18757  linebreak="cm",
18758  unicodeslot=0x825,
18759 },
18760 [0x826]={
18761  category="mn",
18762  combining=0xE6,
18763  description="SAMARITAN VOWEL SIGN LONG U",
18764  direction="nsm",
18765  linebreak="cm",
18766  unicodeslot=0x826,
18767 },
18768 [0x827]={
18769  category="mn",
18770  combining=0xE6,
18771  description="SAMARITAN VOWEL SIGN U",
18772  direction="nsm",
18773  linebreak="cm",
18774  unicodeslot=0x827,
18775 },
18776 [0x828]={
18777  category="lm",
18778  description="SAMARITAN MODIFIER LETTER I",
18779  direction="r",
18780  linebreak="al",
18781  unicodeslot=0x828,
18782 },
18783 [0x829]={
18784  category="mn",
18785  combining=0xE6,
18786  description="SAMARITAN VOWEL SIGN LONG I",
18787  direction="nsm",
18788  linebreak="cm",
18789  unicodeslot=0x829,
18790 },
18791 [0x82A]={
18792  category="mn",
18793  combining=0xE6,
18794  description="SAMARITAN VOWEL SIGN I",
18795  direction="nsm",
18796  linebreak="cm",
18797  unicodeslot=0x82A,
18798 },
18799 [0x82B]={
18800  category="mn",
18801  combining=0xE6,
18802  description="SAMARITAN VOWEL SIGN O",
18803  direction="nsm",
18804  linebreak="cm",
18805  unicodeslot=0x82B,
18806 },
18807 [0x82C]={
18808  category="mn",
18809  combining=0xE6,
18810  description="SAMARITAN VOWEL SIGN SUKUN",
18811  direction="nsm",
18812  linebreak="cm",
18813  unicodeslot=0x82C,
18814 },
18815 [0x82D]={
18816  category="mn",
18817  combining=0xE6,
18818  description="SAMARITAN MARK NEQUDAA",
18819  direction="nsm",
18820  linebreak="cm",
18821  unicodeslot=0x82D,
18822 },
18823 [0x830]={
18824  category="po",
18825  description="SAMARITAN PUNCTUATION NEQUDAA",
18826  direction="r",
18827  linebreak="al",
18828  unicodeslot=0x830,
18829 },
18830 [0x831]={
18831  category="po",
18832  description="SAMARITAN PUNCTUATION AFSAAQ",
18833  direction="r",
18834  linebreak="al",
18835  unicodeslot=0x831,
18836 },
18837 [0x832]={
18838  category="po",
18839  description="SAMARITAN PUNCTUATION ANGED",
18840  direction="r",
18841  linebreak="al",
18842  unicodeslot=0x832,
18843 },
18844 [0x833]={
18845  category="po",
18846  description="SAMARITAN PUNCTUATION BAU",
18847  direction="r",
18848  linebreak="al",
18849  unicodeslot=0x833,
18850 },
18851 [0x834]={
18852  category="po",
18853  description="SAMARITAN PUNCTUATION ATMAAU",
18854  direction="r",
18855  linebreak="al",
18856  unicodeslot=0x834,
18857 },
18858 [0x835]={
18859  category="po",
18860  description="SAMARITAN PUNCTUATION SHIYYAALAA",
18861  direction="r",
18862  linebreak="al",
18863  unicodeslot=0x835,
18864 },
18865 [0x836]={
18866  category="po",
18867  description="SAMARITAN ABBREVIATION MARK",
18868  direction="r",
18869  linebreak="al",
18870  unicodeslot=0x836,
18871 },
18872 [0x837]={
18873  category="po",
18874  description="SAMARITAN PUNCTUATION MELODIC QITSA",
18875  direction="r",
18876  linebreak="al",
18877  unicodeslot=0x837,
18878 },
18879 [0x838]={
18880  category="po",
18881  description="SAMARITAN PUNCTUATION ZIQAA",
18882  direction="r",
18883  linebreak="al",
18884  unicodeslot=0x838,
18885 },
18886 [0x839]={
18887  category="po",
18888  description="SAMARITAN PUNCTUATION QITSA",
18889  direction="r",
18890  linebreak="al",
18891  unicodeslot=0x839,
18892 },
18893 [0x83A]={
18894  category="po",
18895  description="SAMARITAN PUNCTUATION ZAEF",
18896  direction="r",
18897  linebreak="al",
18898  unicodeslot=0x83A,
18899 },
18900 [0x83B]={
18901  category="po",
18902  description="SAMARITAN PUNCTUATION TURU",
18903  direction="r",
18904  linebreak="al",
18905  unicodeslot=0x83B,
18906 },
18907 [0x83C]={
18908  category="po",
18909  description="SAMARITAN PUNCTUATION ARKAANU",
18910  direction="r",
18911  linebreak="al",
18912  unicodeslot=0x83C,
18913 },
18914 [0x83D]={
18915  category="po",
18916  description="SAMARITAN PUNCTUATION SOF MASHFAAT",
18917  direction="r",
18918  linebreak="al",
18919  unicodeslot=0x83D,
18920 },
18921 [0x83E]={
18922  category="po",
18923  description="SAMARITAN PUNCTUATION ANNAAU",
18924  direction="r",
18925  linebreak="al",
18926  unicodeslot=0x83E,
18927 },
18928 [0x840]={
18929  arabic="r",
18930  category="lo",
18931  description="MANDAIC LETTER HALQA",
18932  direction="r",
18933  linebreak="al",
18934  unicodeslot=0x840,
18935 },
18936 [0x841]={
18937  arabic="d",
18938  category="lo",
18939  description="MANDAIC LETTER AB",
18940  direction="r",
18941  linebreak="al",
18942  unicodeslot=0x841,
18943 },
18944 [0x842]={
18945  arabic="d",
18946  category="lo",
18947  description="MANDAIC LETTER AG",
18948  direction="r",
18949  linebreak="al",
18950  unicodeslot=0x842,
18951 },
18952 [0x843]={
18953  arabic="d",
18954  category="lo",
18955  description="MANDAIC LETTER AD",
18956  direction="r",
18957  linebreak="al",
18958  unicodeslot=0x843,
18959 },
18960 [0x844]={
18961  arabic="d",
18962  category="lo",
18963  description="MANDAIC LETTER AH",
18964  direction="r",
18965  linebreak="al",
18966  unicodeslot=0x844,
18967 },
18968 [0x845]={
18969  arabic="d",
18970  category="lo",
18971  description="MANDAIC LETTER USHENNA",
18972  direction="r",
18973  linebreak="al",
18974  unicodeslot=0x845,
18975 },
18976 [0x846]={
18977  arabic="r",
18978  category="lo",
18979  description="MANDAIC LETTER AZ",
18980  direction="r",
18981  linebreak="al",
18982  unicodeslot=0x846,
18983 },
18984 [0x847]={
18985  arabic="r",
18986  category="lo",
18987  description="MANDAIC LETTER IT",
18988  direction="r",
18989  linebreak="al",
18990  unicodeslot=0x847,
18991 },
18992 [0x848]={
18993  arabic="d",
18994  category="lo",
18995  description="MANDAIC LETTER ATT",
18996  direction="r",
18997  linebreak="al",
18998  unicodeslot=0x848,
18999 },
19000 [0x849]={
19001  arabic="r",
19002  category="lo",
19003  description="MANDAIC LETTER AKSA",
19004  direction="r",
19005  linebreak="al",
19006  unicodeslot=0x849,
19007 },
19008 [0x84A]={
19009  arabic="d",
19010  category="lo",
19011  description="MANDAIC LETTER AK",
19012  direction="r",
19013  linebreak="al",
19014  unicodeslot=0x84A,
19015 },
19016 [0x84B]={
19017  arabic="d",
19018  category="lo",
19019  description="MANDAIC LETTER AL",
19020  direction="r",
19021  linebreak="al",
19022  unicodeslot=0x84B,
19023 },
19024 [0x84C]={
19025  arabic="d",
19026  category="lo",
19027  description="MANDAIC LETTER AM",
19028  direction="r",
19029  linebreak="al",
19030  unicodeslot=0x84C,
19031 },
19032 [0x84D]={
19033  arabic="d",
19034  category="lo",
19035  description="MANDAIC LETTER AN",
19036  direction="r",
19037  linebreak="al",
19038  unicodeslot=0x84D,
19039 },
19040 [0x84E]={
19041  arabic="d",
19042  category="lo",
19043  description="MANDAIC LETTER AS",
19044  direction="r",
19045  linebreak="al",
19046  unicodeslot=0x84E,
19047 },
19048 [0x84F]={
19049  arabic="d",
19050  category="lo",
19051  description="MANDAIC LETTER IN",
19052  direction="r",
19053  linebreak="al",
19054  unicodeslot=0x84F,
19055 },
19056 [0x850]={
19057  arabic="d",
19058  category="lo",
19059  description="MANDAIC LETTER AP",
19060  direction="r",
19061  linebreak="al",
19062  unicodeslot=0x850,
19063 },
19064 [0x851]={
19065  arabic="d",
19066  category="lo",
19067  description="MANDAIC LETTER ASZ",
19068  direction="r",
19069  linebreak="al",
19070  unicodeslot=0x851,
19071 },
19072 [0x852]={
19073  arabic="d",
19074  category="lo",
19075  description="MANDAIC LETTER AQ",
19076  direction="r",
19077  linebreak="al",
19078  unicodeslot=0x852,
19079 },
19080 [0x853]={
19081  arabic="d",
19082  category="lo",
19083  description="MANDAIC LETTER AR",
19084  direction="r",
19085  linebreak="al",
19086  unicodeslot=0x853,
19087 },
19088 [0x854]={
19089  arabic="r",
19090  category="lo",
19091  description="MANDAIC LETTER ASH",
19092  direction="r",
19093  linebreak="al",
19094  unicodeslot=0x854,
19095 },
19096 [0x855]={
19097  arabic="d",
19098  category="lo",
19099  description="MANDAIC LETTER AT",
19100  direction="r",
19101  linebreak="al",
19102  unicodeslot=0x855,
19103 },
19104 [0x856]={
19105  arabic="r",
19106  category="lo",
19107  description="MANDAIC LETTER DUSHENNA",
19108  direction="r",
19109  linebreak="al",
19110  unicodeslot=0x856,
19111 },
19112 [0x857]={
19113  arabic="r",
19114  category="lo",
19115  description="MANDAIC LETTER KAD",
19116  direction="r",
19117  linebreak="al",
19118  unicodeslot=0x857,
19119 },
19120 [0x858]={
19121  arabic="r",
19122  category="lo",
19123  description="MANDAIC LETTER AIN",
19124  direction="r",
19125  linebreak="al",
19126  unicodeslot=0x858,
19127 },
19128 [0x859]={
19129  category="mn",
19130  combining=0xDC,
19131  description="MANDAIC AFFRICATION MARK",
19132  direction="nsm",
19133  linebreak="cm",
19134  unicodeslot=0x859,
19135 },
19136 [0x85A]={
19137  category="mn",
19138  combining=0xDC,
19139  description="MANDAIC VOCALIZATION MARK",
19140  direction="nsm",
19141  linebreak="cm",
19142  unicodeslot=0x85A,
19143 },
19144 [0x85B]={
19145  category="mn",
19146  combining=0xDC,
19147  description="MANDAIC GEMINATION MARK",
19148  direction="nsm",
19149  linebreak="cm",
19150  unicodeslot=0x85B,
19151 },
19152 [0x85E]={
19153  category="po",
19154  description="MANDAIC PUNCTUATION",
19155  direction="r",
19156  linebreak="al",
19157  unicodeslot=0x85E,
19158 },
19159 [0x860]={
19160  arabic="d",
19161  category="lo",
19162  description="SYRIAC LETTER MALAYALAM NGA",
19163  direction="al",
19164  linebreak="al",
19165  unicodeslot=0x860,
19166 },
19167 [0x861]={
19168  arabic="u",
19169  category="lo",
19170  description="SYRIAC LETTER MALAYALAM JA",
19171  direction="al",
19172  linebreak="al",
19173  unicodeslot=0x861,
19174 },
19175 [0x862]={
19176  arabic="d",
19177  category="lo",
19178  description="SYRIAC LETTER MALAYALAM NYA",
19179  direction="al",
19180  linebreak="al",
19181  unicodeslot=0x862,
19182 },
19183 [0x863]={
19184  arabic="d",
19185  category="lo",
19186  description="SYRIAC LETTER MALAYALAM TTA",
19187  direction="al",
19188  linebreak="al",
19189  unicodeslot=0x863,
19190 },
19191 [0x864]={
19192  arabic="d",
19193  category="lo",
19194  description="SYRIAC LETTER MALAYALAM NNA",
19195  direction="al",
19196  linebreak="al",
19197  unicodeslot=0x864,
19198 },
19199 [0x865]={
19200  arabic="d",
19201  category="lo",
19202  description="SYRIAC LETTER MALAYALAM NNNA",
19203  direction="al",
19204  linebreak="al",
19205  unicodeslot=0x865,
19206 },
19207 [0x866]={
19208  arabic="u",
19209  category="lo",
19210  description="SYRIAC LETTER MALAYALAM BHA",
19211  direction="al",
19212  linebreak="al",
19213  unicodeslot=0x866,
19214 },
19215 [0x867]={
19216  arabic="r",
19217  category="lo",
19218  description="SYRIAC LETTER MALAYALAM RA",
19219  direction="al",
19220  linebreak="al",
19221  unicodeslot=0x867,
19222 },
19223 [0x868]={
19224  arabic="d",
19225  category="lo",
19226  description="SYRIAC LETTER MALAYALAM LLA",
19227  direction="al",
19228  linebreak="al",
19229  unicodeslot=0x868,
19230 },
19231 [0x869]={
19232  arabic="r",
19233  category="lo",
19234  description="SYRIAC LETTER MALAYALAM LLLA",
19235  direction="al",
19236  linebreak="al",
19237  unicodeslot=0x869,
19238 },
19239 [0x86A]={
19240  arabic="r",
19241  category="lo",
19242  description="SYRIAC LETTER MALAYALAM SSA",
19243  direction="al",
19244  linebreak="al",
19245  unicodeslot=0x86A,
19246 },
19247 [0x870]={
19248  arabic="r",
19249  category="lo",
19250  description="ARABIC LETTER ALEF WITH ATTACHED FATHA",
19251  direction="al",
19252  linebreak="al",
19253  unicodeslot=0x870,
19254 },
19255 [0x871]={
19256  arabic="r",
19257  category="lo",
19258  description="ARABIC LETTER ALEF WITH ATTACHED TOP RIGHT FATHA",
19259  direction="al",
19260  linebreak="al",
19261  unicodeslot=0x871,
19262 },
19263 [0x872]={
19264  arabic="r",
19265  category="lo",
19266  description="ARABIC LETTER ALEF WITH RIGHT MIDDLE STROKE",
19267  direction="al",
19268  linebreak="al",
19269  unicodeslot=0x872,
19270 },
19271 [0x873]={
19272  arabic="r",
19273  category="lo",
19274  description="ARABIC LETTER ALEF WITH LEFT MIDDLE STROKE",
19275  direction="al",
19276  linebreak="al",
19277  unicodeslot=0x873,
19278 },
19279 [0x874]={
19280  arabic="r",
19281  category="lo",
19282  description="ARABIC LETTER ALEF WITH ATTACHED KASRA",
19283  direction="al",
19284  linebreak="al",
19285  unicodeslot=0x874,
19286 },
19287 [0x875]={
19288  arabic="r",
19289  category="lo",
19290  description="ARABIC LETTER ALEF WITH ATTACHED BOTTOM RIGHT KASRA",
19291  direction="al",
19292  linebreak="al",
19293  unicodeslot=0x875,
19294 },
19295 [0x876]={
19296  arabic="r",
19297  category="lo",
19298  description="ARABIC LETTER ALEF WITH ATTACHED ROUND DOT ABOVE",
19299  direction="al",
19300  linebreak="al",
19301  unicodeslot=0x876,
19302 },
19303 [0x877]={
19304  arabic="r",
19305  category="lo",
19306  description="ARABIC LETTER ALEF WITH ATTACHED RIGHT ROUND DOT",
19307  direction="al",
19308  linebreak="al",
19309  unicodeslot=0x877,
19310 },
19311 [0x878]={
19312  arabic="r",
19313  category="lo",
19314  description="ARABIC LETTER ALEF WITH ATTACHED LEFT ROUND DOT",
19315  direction="al",
19316  linebreak="al",
19317  unicodeslot=0x878,
19318 },
19319 [0x879]={
19320  arabic="r",
19321  category="lo",
19322  description="ARABIC LETTER ALEF WITH ATTACHED ROUND DOT BELOW",
19323  direction="al",
19324  linebreak="al",
19325  unicodeslot=0x879,
19326 },
19327 [0x87A]={
19328  arabic="r",
19329  category="lo",
19330  description="ARABIC LETTER ALEF WITH DOT ABOVE",
19331  direction="al",
19332  linebreak="al",
19333  unicodeslot=0x87A,
19334 },
19335 [0x87B]={
19336  arabic="r",
19337  category="lo",
19338  description="ARABIC LETTER ALEF WITH ATTACHED TOP RIGHT FATHA AND DOT ABOVE",
19339  direction="al",
19340  linebreak="al",
19341  unicodeslot=0x87B,
19342 },
19343 [0x87C]={
19344  arabic="r",
19345  category="lo",
19346  description="ARABIC LETTER ALEF WITH RIGHT MIDDLE STROKE AND DOT ABOVE",
19347  direction="al",
19348  linebreak="al",
19349  unicodeslot=0x87C,
19350 },
19351 [0x87D]={
19352  arabic="r",
19353  category="lo",
19354  description="ARABIC LETTER ALEF WITH ATTACHED BOTTOM RIGHT KASRA AND DOT ABOVE",
19355  direction="al",
19356  linebreak="al",
19357  unicodeslot=0x87D,
19358 },
19359 [0x87E]={
19360  arabic="r",
19361  category="lo",
19362  description="ARABIC LETTER ALEF WITH ATTACHED TOP RIGHT FATHA AND LEFT RING",
19363  direction="al",
19364  linebreak="al",
19365  unicodeslot=0x87E,
19366 },
19367 [0x87F]={
19368  arabic="r",
19369  category="lo",
19370  description="ARABIC LETTER ALEF WITH RIGHT MIDDLE STROKE AND LEFT RING",
19371  direction="al",
19372  linebreak="al",
19373  unicodeslot=0x87F,
19374 },
19375 [0x880]={
19376  arabic="r",
19377  category="lo",
19378  description="ARABIC LETTER ALEF WITH ATTACHED BOTTOM RIGHT KASRA AND LEFT RING",
19379  direction="al",
19380  linebreak="al",
19381  unicodeslot=0x880,
19382 },
19383 [0x881]={
19384  arabic="r",
19385  category="lo",
19386  description="ARABIC LETTER ALEF WITH ATTACHED RIGHT HAMZA",
19387  direction="al",
19388  linebreak="al",
19389  unicodeslot=0x881,
19390 },
19391 [0x882]={
19392  arabic="r",
19393  category="lo",
19394  description="ARABIC LETTER ALEF WITH ATTACHED LEFT HAMZA",
19395  direction="al",
19396  linebreak="al",
19397  unicodeslot=0x882,
19398 },
19399 [0x883]={
19400  arabic="c",
19401  category="lo",
19402  description="ARABIC TATWEEL WITH OVERSTRUCK HAMZA",
19403  direction="al",
19404  linebreak="al",
19405  unicodeslot=0x883,
19406 },
19407 [0x884]={
19408  arabic="c",
19409  category="lo",
19410  description="ARABIC TATWEEL WITH OVERSTRUCK WAW",
19411  direction="al",
19412  linebreak="al",
19413  unicodeslot=0x884,
19414 },
19415 [0x885]={
19416  arabic="c",
19417  category="lo",
19418  description="ARABIC TATWEEL WITH TWO DOTS BELOW",
19419  direction="al",
19420  linebreak="al",
19421  unicodeslot=0x885,
19422 },
19423 [0x886]={
19424  arabic="d",
19425  category="lo",
19426  description="ARABIC LETTER THIN YEH",
19427  direction="al",
19428  linebreak="al",
19429  unicodeslot=0x886,
19430 },
19431 [0x887]={
19432  arabic="u",
19433  category="lo",
19434  description="ARABIC BASELINE ROUND DOT",
19435  direction="al",
19436  linebreak="al",
19437  unicodeslot=0x887,
19438 },
19439 [0x888]={
19440  arabic="u",
19441  category="sk",
19442  description="ARABIC RAISED ROUND DOT",
19443  direction="al",
19444  linebreak="al",
19445  unicodeslot=0x888,
19446 },
19447 [0x889]={
19448  arabic="d",
19449  category="lo",
19450  description="ARABIC LETTER NOON WITH INVERTED SMALL V",
19451  direction="al",
19452  linebreak="al",
19453  unicodeslot=0x889,
19454 },
19455 [0x88A]={
19456  arabic="d",
19457  category="lo",
19458  description="ARABIC LETTER HAH WITH INVERTED SMALL V BELOW",
19459  direction="al",
19460  linebreak="al",
19461  unicodeslot=0x88A,
19462 },
19463 [0x88B]={
19464  arabic="d",
19465  category="lo",
19466  description="ARABIC LETTER TAH WITH DOT BELOW",
19467  direction="al",
19468  linebreak="al",
19469  unicodeslot=0x88B,
19470 },
19471 [0x88C]={
19472  arabic="d",
19473  category="lo",
19474  description="ARABIC LETTER TAH WITH THREE DOTS BELOW",
19475  direction="al",
19476  linebreak="al",
19477  unicodeslot=0x88C,
19478 },
19479 [0x88D]={
19480  arabic="d",
19481  category="lo",
19482  description="ARABIC LETTER KEHEH WITH TWO DOTS VERTICALLY BELOW",
19483  direction="al",
19484  linebreak="al",
19485  unicodeslot=0x88D,
19486 },
19487 [0x88E]={
19488  arabic="r",
19489  category="lo",
19490  description="ARABIC VERTICAL TAIL",
19491  direction="al",
19492  linebreak="al",
19493  unicodeslot=0x88E,
19494 },
19495 [0x890]={
19496  arabic="u",
19497  category="cf",
19498  description="ARABIC POUND MARK ABOVE",
19499  direction="an",
19500  linebreak="nu",
19501  unicodeslot=0x890,
19502 },
19503 [0x891]={
19504  arabic="u",
19505  category="cf",
19506  description="ARABIC PIASTRE MARK ABOVE",
19507  direction="an",
19508  linebreak="nu",
19509  unicodeslot=0x891,
19510 },
19511 [0x897]={
19512  category="mn",
19513  combining=0xE6,
19514  description="ARABIC PEPET",
19515  direction="nsm",
19516  linebreak="cm",
19517  unicodeslot=0x897,
19518 },
19519 [0x898]={
19520  category="mn",
19521  combining=0xE6,
19522  description="ARABIC SMALL HIGH WORD AL-JUZ",
19523  direction="nsm",
19524  linebreak="cm",
19525  unicodeslot=0x898,
19526 },
19527 [0x899]={
19528  category="mn",
19529  combining=0xDC,
19530  description="ARABIC SMALL LOW WORD ISHMAAM",
19531  direction="nsm",
19532  linebreak="cm",
19533  unicodeslot=0x899,
19534 },
19535 [0x89A]={
19536  category="mn",
19537  combining=0xDC,
19538  description="ARABIC SMALL LOW WORD IMAALA",
19539  direction="nsm",
19540  linebreak="cm",
19541  unicodeslot=0x89A,
19542 },
19543 [0x89B]={
19544  category="mn",
19545  combining=0xDC,
19546  description="ARABIC SMALL LOW WORD TASHEEL",
19547  direction="nsm",
19548  linebreak="cm",
19549  unicodeslot=0x89B,
19550 },
19551 [0x89C]={
19552  category="mn",
19553  combining=0xE6,
19554  description="ARABIC MADDA WAAJIB",
19555  direction="nsm",
19556  linebreak="cm",
19557  unicodeslot=0x89C,
19558 },
19559 [0x89D]={
19560  category="mn",
19561  combining=0xE6,
19562  description="ARABIC SUPERSCRIPT ALEF MOKHASSAS",
19563  direction="nsm",
19564  linebreak="cm",
19565  unicodeslot=0x89D,
19566 },
19567 [0x89E]={
19568  category="mn",
19569  combining=0xE6,
19570  description="ARABIC DOUBLED MADDA",
19571  direction="nsm",
19572  linebreak="cm",
19573  unicodeslot=0x89E,
19574 },
19575 [0x89F]={
19576  category="mn",
19577  combining=0xE6,
19578  description="ARABIC HALF MADDA OVER MADDA",
19579  direction="nsm",
19580  linebreak="cm",
19581  unicodeslot=0x89F,
19582 },
19583 [0x8A0]={
19584  arabic="d",
19585  category="lo",
19586  description="ARABIC LETTER BEH WITH SMALL V BELOW",
19587  direction="al",
19588  linebreak="al",
19589  unicodeslot=0x8A0,
19590 },
19591 [0x8A1]={
19592  arabic="d",
19593  category="lo",
19594  description="ARABIC LETTER BEH WITH HAMZA ABOVE",
19595  direction="al",
19596  linebreak="al",
19597  unicodeslot=0x8A1,
19598 },
19599 [0x8A2]={
19600  arabic="d",
19601  category="lo",
19602  description="ARABIC LETTER JEEM WITH TWO DOTS ABOVE",
19603  direction="al",
19604  linebreak="al",
19605  unicodeslot=0x8A2,
19606 },
19607 [0x8A3]={
19608  arabic="d",
19609  category="lo",
19610  description="ARABIC LETTER TAH WITH TWO DOTS ABOVE",
19611  direction="al",
19612  linebreak="al",
19613  unicodeslot=0x8A3,
19614 },
19615 [0x8A4]={
19616  arabic="d",
19617  category="lo",
19618  description="ARABIC LETTER FEH WITH DOT BELOW AND THREE DOTS ABOVE",
19619  direction="al",
19620  linebreak="al",
19621  unicodeslot=0x8A4,
19622 },
19623 [0x8A5]={
19624  arabic="d",
19625  category="lo",
19626  description="ARABIC LETTER QAF WITH DOT BELOW",
19627  direction="al",
19628  linebreak="al",
19629  unicodeslot=0x8A5,
19630 },
19631 [0x8A6]={
19632  arabic="d",
19633  category="lo",
19634  description="ARABIC LETTER LAM WITH DOUBLE BAR",
19635  direction="al",
19636  linebreak="al",
19637  unicodeslot=0x8A6,
19638 },
19639 [0x8A7]={
19640  arabic="d",
19641  category="lo",
19642  description="ARABIC LETTER MEEM WITH THREE DOTS ABOVE",
19643  direction="al",
19644  linebreak="al",
19645  unicodeslot=0x8A7,
19646 },
19647 [0x8A8]={
19648  arabic="d",
19649  category="lo",
19650  description="ARABIC LETTER YEH WITH TWO DOTS BELOW AND HAMZA ABOVE",
19651  direction="al",
19652  linebreak="al",
19653  unicodeslot=0x8A8,
19654 },
19655 [0x8A9]={
19656  arabic="d",
19657  category="lo",
19658  description="ARABIC LETTER YEH WITH TWO DOTS BELOW AND DOT ABOVE",
19659  direction="al",
19660  linebreak="al",
19661  unicodeslot=0x8A9,
19662 },
19663 [0x8AA]={
19664  arabic="r",
19665  category="lo",
19666  description="ARABIC LETTER REH WITH LOOP",
19667  direction="al",
19668  linebreak="al",
19669  unicodeslot=0x8AA,
19670 },
19671 [0x8AB]={
19672  arabic="r",
19673  category="lo",
19674  description="ARABIC LETTER WAW WITH DOT WITHIN",
19675  direction="al",
19676  linebreak="al",
19677  unicodeslot=0x8AB,
19678 },
19679 [0x8AC]={
19680  arabic="r",
19681  category="lo",
19682  description="ARABIC LETTER ROHINGYA YEH",
19683  direction="al",
19684  linebreak="al",
19685  unicodeslot=0x8AC,
19686 },
19687 [0x8AD]={
19688  arabic="u",
19689  category="lo",
19690  description="ARABIC LETTER LOW ALEF",
19691  direction="al",
19692  linebreak="al",
19693  unicodeslot=0x8AD,
19694 },
19695 [0x8AE]={
19696  arabic="r",
19697  category="lo",
19698  description="ARABIC LETTER DAL WITH THREE DOTS BELOW",
19699  direction="al",
19700  linebreak="al",
19701  unicodeslot=0x8AE,
19702 },
19703 [0x8AF]={
19704  arabic="d",
19705  category="lo",
19706  description="ARABIC LETTER SAD WITH THREE DOTS BELOW",
19707  direction="al",
19708  linebreak="al",
19709  unicodeslot=0x8AF,
19710 },
19711 [0x8B0]={
19712  arabic="d",
19713  category="lo",
19714  description="ARABIC LETTER GAF WITH INVERTED STROKE",
19715  direction="al",
19716  linebreak="al",
19717  unicodeslot=0x8B0,
19718 },
19719 [0x8B1]={
19720  arabic="r",
19721  category="lo",
19722  description="ARABIC LETTER STRAIGHT WAW",
19723  direction="al",
19724  linebreak="al",
19725  unicodeslot=0x8B1,
19726 },
19727 [0x8B2]={
19728  arabic="r",
19729  category="lo",
19730  description="ARABIC LETTER ZAIN WITH INVERTED V ABOVE",
19731  direction="al",
19732  linebreak="al",
19733  unicodeslot=0x8B2,
19734 },
19735 [0x8B3]={
19736  arabic="d",
19737  category="lo",
19738  description="ARABIC LETTER AIN WITH THREE DOTS BELOW",
19739  direction="al",
19740  linebreak="al",
19741  unicodeslot=0x8B3,
19742 },
19743 [0x8B4]={
19744  arabic="d",
19745  category="lo",
19746  description="ARABIC LETTER KAF WITH DOT BELOW",
19747  direction="al",
19748  linebreak="al",
19749  unicodeslot=0x8B4,
19750 },
19751 [0x8B5]={
19752  arabic="d",
19753  category="lo",
19754  description="ARABIC LETTER QAF WITH DOT BELOW AND NO DOTS ABOVE",
19755  direction="al",
19756  linebreak="al",
19757  unicodeslot=0x8B5,
19758 },
19759 [0x8B6]={
19760  arabic="d",
19761  category="lo",
19762  description="ARABIC LETTER BEH WITH SMALL MEEM ABOVE",
19763  direction="al",
19764  linebreak="al",
19765  unicodeslot=0x8B6,
19766 },
19767 [0x8B7]={
19768  arabic="d",
19769  category="lo",
19770  description="ARABIC LETTER PEH WITH SMALL MEEM ABOVE",
19771  direction="al",
19772  linebreak="al",
19773  unicodeslot=0x8B7,
19774 },
19775 [0x8B8]={
19776  arabic="d",
19777  category="lo",
19778  description="ARABIC LETTER TEH WITH SMALL TEH ABOVE",
19779  direction="al",
19780  linebreak="al",
19781  unicodeslot=0x8B8,
19782 },
19783 [0x8B9]={
19784  arabic="r",
19785  category="lo",
19786  description="ARABIC LETTER REH WITH SMALL NOON ABOVE",
19787  direction="al",
19788  linebreak="al",
19789  unicodeslot=0x8B9,
19790 },
19791 [0x8BA]={
19792  arabic="d",
19793  category="lo",
19794  description="ARABIC LETTER YEH WITH TWO DOTS BELOW AND SMALL NOON ABOVE",
19795  direction="al",
19796  linebreak="al",
19797  unicodeslot=0x8BA,
19798 },
19799 [0x8BB]={
19800  arabic="d",
19801  category="lo",
19802  description="ARABIC LETTER AFRICAN FEH",
19803  direction="al",
19804  linebreak="al",
19805  unicodeslot=0x8BB,
19806 },
19807 [0x8BC]={
19808  arabic="d",
19809  category="lo",
19810  description="ARABIC LETTER AFRICAN QAF",
19811  direction="al",
19812  linebreak="al",
19813  unicodeslot=0x8BC,
19814 },
19815 [0x8BD]={
19816  arabic="d",
19817  category="lo",
19818  description="ARABIC LETTER AFRICAN NOON",
19819  direction="al",
19820  linebreak="al",
19821  unicodeslot=0x8BD,
19822 },
19823 [0x8BE]={
19824  arabic="d",
19825  category="lo",
19826  description="ARABIC LETTER PEH WITH SMALL V",
19827  direction="al",
19828  linebreak="al",
19829  unicodeslot=0x8BE,
19830 },
19831 [0x8BF]={
19832  arabic="d",
19833  category="lo",
19834  description="ARABIC LETTER TEH WITH SMALL V",
19835  direction="al",
19836  linebreak="al",
19837  unicodeslot=0x8BF,
19838 },
19839 [0x8C0]={
19840  arabic="d",
19841  category="lo",
19842  description="ARABIC LETTER TTEH WITH SMALL V",
19843  direction="al",
19844  linebreak="al",
19845  unicodeslot=0x8C0,
19846 },
19847 [0x8C1]={
19848  arabic="d",
19849  category="lo",
19850  description="ARABIC LETTER TCHEH WITH SMALL V",
19851  direction="al",
19852  linebreak="al",
19853  unicodeslot=0x8C1,
19854 },
19855 [0x8C2]={
19856  arabic="d",
19857  category="lo",
19858  description="ARABIC LETTER KEHEH WITH SMALL V",
19859  direction="al",
19860  linebreak="al",
19861  unicodeslot=0x8C2,
19862 },
19863 [0x8C3]={
19864  arabic="d",
19865  category="lo",
19866  description="ARABIC LETTER GHAIN WITH THREE DOTS ABOVE",
19867  direction="al",
19868  linebreak="al",
19869  unicodeslot=0x8C3,
19870 },
19871 [0x8C4]={
19872  arabic="d",
19873  category="lo",
19874  description="ARABIC LETTER AFRICAN QAF WITH THREE DOTS ABOVE",
19875  direction="al",
19876  linebreak="al",
19877  unicodeslot=0x8C4,
19878 },
19879 [0x8C5]={
19880  arabic="d",
19881  category="lo",
19882  description="ARABIC LETTER JEEM WITH THREE DOTS ABOVE",
19883  direction="al",
19884  linebreak="al",
19885  unicodeslot=0x8C5,
19886 },
19887 [0x8C6]={
19888  arabic="d",
19889  category="lo",
19890  description="ARABIC LETTER JEEM WITH THREE DOTS BELOW",
19891  direction="al",
19892  linebreak="al",
19893  unicodeslot=0x8C6,
19894 },
19895 [0x8C7]={
19896  arabic="d",
19897  category="lo",
19898  description="ARABIC LETTER LAM WITH SMALL ARABIC LETTER TAH ABOVE",
19899  direction="al",
19900  linebreak="al",
19901  unicodeslot=0x8C7,
19902 },
19903 [0x8C8]={
19904  arabic="d",
19905  category="lo",
19906  description="ARABIC LETTER GRAF",
19907  direction="al",
19908  linebreak="al",
19909  unicodeslot=0x8C8,
19910 },
19911 [0x8C9]={
19912  category="lm",
19913  description="ARABIC SMALL FARSI YEH",
19914  direction="al",
19915  linebreak="al",
19916  unicodeslot=0x8C9,
19917 },
19918 [0x8CA]={
19919  category="mn",
19920  combining=0xE6,
19921  description="ARABIC SMALL HIGH FARSI YEH",
19922  direction="nsm",
19923  linebreak="cm",
19924  unicodeslot=0x8CA,
19925 },
19926 [0x8CB]={
19927  category="mn",
19928  combining=0xE6,
19929  description="ARABIC SMALL HIGH YEH BARREE WITH TWO DOTS BELOW",
19930  direction="nsm",
19931  linebreak="cm",
19932  unicodeslot=0x8CB,
19933 },
19934 [0x8CC]={
19935  category="mn",
19936  combining=0xE6,
19937  description="ARABIC SMALL HIGH WORD SAH",
19938  direction="nsm",
19939  linebreak="cm",
19940  unicodeslot=0x8CC,
19941 },
19942 [0x8CD]={
19943  category="mn",
19944  combining=0xE6,
19945  description="ARABIC SMALL HIGH ZAH",
19946  direction="nsm",
19947  linebreak="cm",
19948  unicodeslot=0x8CD,
19949 },
19950 [0x8CE]={
19951  category="mn",
19952  combining=0xE6,
19953  description="ARABIC LARGE ROUND DOT ABOVE",
19954  direction="nsm",
19955  linebreak="cm",
19956  unicodeslot=0x8CE,
19957 },
19958 [0x8CF]={
19959  category="mn",
19960  combining=0xDC,
19961  description="ARABIC LARGE ROUND DOT BELOW",
19962  direction="nsm",
19963  linebreak="cm",
19964  unicodeslot=0x8CF,
19965 },
19966 [0x8D0]={
19967  category="mn",
19968  combining=0xDC,
19969  description="ARABIC SUKUN BELOW",
19970  direction="nsm",
19971  linebreak="cm",
19972  unicodeslot=0x8D0,
19973 },
19974 [0x8D1]={
19975  category="mn",
19976  combining=0xDC,
19977  description="ARABIC LARGE CIRCLE BELOW",
19978  direction="nsm",
19979  linebreak="cm",
19980  unicodeslot=0x8D1,
19981 },
19982 [0x8D2]={
19983  category="mn",
19984  combining=0xDC,
19985  description="ARABIC LARGE ROUND DOT INSIDE CIRCLE BELOW",
19986  direction="nsm",
19987  linebreak="cm",
19988  unicodeslot=0x8D2,
19989 },
19990 [0x8D3]={
19991  category="mn",
19992  combining=0xDC,
19993  description="ARABIC SMALL LOW WAW",
19994  direction="nsm",
19995  linebreak="cm",
19996  unicodeslot=0x8D3,
19997 },
19998 [0x8D4]={
19999  category="mn",
20000  combining=0xE6,
20001  contextname="arabichighrubc",
20002  description="ARABIC SMALL HIGH WORD AR-RUB",
20003  direction="nsm",
20004  linebreak="cm",
20005  unicodeslot=0x8D4,
20006 },
20007 [0x8D5]={
20008  category="mn",
20009  combining=0xE6,
20010  contextname="arabichighsad",
20011  description="ARABIC SMALL HIGH SAD",
20012  direction="nsm",
20013  linebreak="cm",
20014  unicodeslot=0x8D5,
20015 },
20016 [0x8D6]={
20017  category="mn",
20018  combining=0xE6,
20019  contextname="arabichighain",
20020  description="ARABIC SMALL HIGH AIN",
20021  direction="nsm",
20022  linebreak="cm",
20023  unicodeslot=0x8D6,
20024 },
20025 [0x8D7]={
20026  category="mn",
20027  combining=0xE6,
20028  contextname="arabichighqaf",
20029  description="ARABIC SMALL HIGH QAF",
20030  direction="nsm",
20031  linebreak="cm",
20032  unicodeslot=0x8D7,
20033 },
20034 [0x8D8]={
20035  category="mn",
20036  combining=0xE6,
20037  contextname="arabichighnoonkasra",
20038  description="ARABIC SMALL HIGH NOON WITH KASRA",
20039  direction="nsm",
20040  linebreak="cm",
20041  unicodeslot=0x8D8,
20042 },
20043 [0x8D9]={
20044  category="mn",
20045  combining=0xE6,
20046  contextname="arabiclownoonkasra",
20047  description="ARABIC SMALL LOW NOON WITH KASRA",
20048  direction="nsm",
20049  linebreak="cm",
20050  unicodeslot=0x8D9,
20051 },
20052 [0x8DA]={
20053  category="mn",
20054  combining=0xE6,
20055  contextname="arabichighthalatha",
20056  description="ARABIC SMALL HIGH WORD ATH-THALATHA",
20057  direction="nsm",
20058  linebreak="cm",
20059  unicodeslot=0x8DA,
20060 },
20061 [0x8DB]={
20062  category="mn",
20063  combining=0xE6,
20064  contextname="arabichighsajda",
20065  description="ARABIC SMALL HIGH WORD AS-SAJDA",
20066  direction="nsm",
20067  linebreak="cm",
20068  unicodeslot=0x8DB,
20069 },
20070 [0x8DC]={
20071  category="mn",
20072  combining=0xE6,
20073  contextname="arabichighnisf",
20074  description="ARABIC SMALL HIGH WORD AN-NISF",
20075  direction="nsm",
20076  linebreak="cm",
20077  unicodeslot=0x8DC,
20078 },
20079 [0x8DD]={
20080  category="mn",
20081  combining=0xE6,
20082  contextname="arabichighsakta",
20083  description="ARABIC SMALL HIGH WORD SAKTA",
20084  direction="nsm",
20085  linebreak="cm",
20086  unicodeslot=0x8DD,
20087 },
20088 [0x8DE]={
20089  category="mn",
20090  combining=0xE6,
20091  contextname="arabichighqif",
20092  description="ARABIC SMALL HIGH WORD QIF",
20093  direction="nsm",
20094  linebreak="cm",
20095  unicodeslot=0x8DE,
20096 },
20097 [0x8DF]={
20098  category="mn",
20099  combining=0xE6,
20100  contextname="arabichighwaqf",
20101  description="ARABIC SMALL HIGH WORD WAQFA",
20102  direction="nsm",
20103  linebreak="cm",
20104  unicodeslot=0x8DF,
20105 },
20106 [0x8E0]={
20107  category="mn",
20108  combining=0xE6,
20109  contextname="arabichighfootnotemarker",
20110  description="ARABIC SMALL HIGH FOOTNOTE MARKER",
20111  direction="nsm",
20112  linebreak="cm",
20113  unicodeslot=0x8E0,
20114 },
20115 [0x8E1]={
20116  category="mn",
20117  combining=0xE6,
20118  contextname="arabichighsmallsafha",
20119  description="ARABIC SMALL HIGH SIGN SAFHA",
20120  direction="nsm",
20121  linebreak="cm",
20122  unicodeslot=0x8E1,
20123 },
20124 [0x8E2]={
20125  arabic="u",
20126  category="cf",
20127  contextname="arabicdisputedendofayah",
20128  description="ARABIC DISPUTED END OF AYAH",
20129  direction="an",
20130  linebreak="nu",
20131  unicodeslot=0x8E2,
20132 },
20133 [0x8E3]={
20134  category="mn",
20135  combining=0xDC,
20136  description="ARABIC TURNED DAMMA BELOW",
20137  direction="nsm",
20138  linebreak="cm",
20139  unicodeslot=0x8E3,
20140 },
20141 [0x8E4]={
20142  category="mn",
20143  combining=0xE6,
20144  description="ARABIC CURLY FATHA",
20145  direction="nsm",
20146  linebreak="cm",
20147  unicodeslot=0x8E4,
20148 },
20149 [0x8E5]={
20150  category="mn",
20151  combining=0xE6,
20152  description="ARABIC CURLY DAMMA",
20153  direction="nsm",
20154  linebreak="cm",
20155  unicodeslot=0x8E5,
20156 },
20157 [0x8E6]={
20158  category="mn",
20159  combining=0xDC,
20160  description="ARABIC CURLY KASRA",
20161  direction="nsm",
20162  linebreak="cm",
20163  unicodeslot=0x8E6,
20164 },
20165 [0x8E7]={
20166  category="mn",
20167  combining=0xE6,
20168  description="ARABIC CURLY FATHATAN",
20169  direction="nsm",
20170  linebreak="cm",
20171  unicodeslot=0x8E7,
20172 },
20173 [0x8E8]={
20174  category="mn",
20175  combining=0xE6,
20176  description="ARABIC CURLY DAMMATAN",
20177  direction="nsm",
20178  linebreak="cm",
20179  unicodeslot=0x8E8,
20180 },
20181 [0x8E9]={
20182  category="mn",
20183  combining=0xDC,
20184  description="ARABIC CURLY KASRATAN",
20185  direction="nsm",
20186  linebreak="cm",
20187  unicodeslot=0x8E9,
20188 },
20189 [0x8EA]={
20190  category="mn",
20191  combining=0xE6,
20192  description="ARABIC TONE ONE DOT ABOVE",
20193  direction="nsm",
20194  linebreak="cm",
20195  unicodeslot=0x8EA,
20196 },
20197 [0x8EB]={
20198  category="mn",
20199  combining=0xE6,
20200  description="ARABIC TONE TWO DOTS ABOVE",
20201  direction="nsm",
20202  linebreak="cm",
20203  unicodeslot=0x8EB,
20204 },
20205 [0x8EC]={
20206  category="mn",
20207  combining=0xE6,
20208  description="ARABIC TONE LOOP ABOVE",
20209  direction="nsm",
20210  linebreak="cm",
20211  unicodeslot=0x8EC,
20212 },
20213 [0x8ED]={
20214  category="mn",
20215  combining=0xDC,
20216  description="ARABIC TONE ONE DOT BELOW",
20217  direction="nsm",
20218  linebreak="cm",
20219  unicodeslot=0x8ED,
20220 },
20221 [0x8EE]={
20222  category="mn",
20223  combining=0xDC,
20224  description="ARABIC TONE TWO DOTS BELOW",
20225  direction="nsm",
20226  linebreak="cm",
20227  unicodeslot=0x8EE,
20228 },
20229 [0x8EF]={
20230  category="mn",
20231  combining=0xDC,
20232  description="ARABIC TONE LOOP BELOW",
20233  direction="nsm",
20234  linebreak="cm",
20235  unicodeslot=0x8EF,
20236 },
20237 [0x8F0]={
20238  category="mn",
20239  combining=0x1B,
20240  description="ARABIC OPEN FATHATAN",
20241  direction="nsm",
20242  linebreak="cm",
20243  unicodeslot=0x8F0,
20244 },
20245 [0x8F1]={
20246  category="mn",
20247  combining=0x1C,
20248  description="ARABIC OPEN DAMMATAN",
20249  direction="nsm",
20250  linebreak="cm",
20251  unicodeslot=0x8F1,
20252 },
20253 [0x8F2]={
20254  category="mn",
20255  combining=0x1D,
20256  description="ARABIC OPEN KASRATAN",
20257  direction="nsm",
20258  linebreak="cm",
20259  unicodeslot=0x8F2,
20260 },
20261 [0x8F3]={
20262  category="mn",
20263  combining=0xE6,
20264  description="ARABIC SMALL HIGH WAW",
20265  direction="nsm",
20266  linebreak="cm",
20267  unicodeslot=0x8F3,
20268 },
20269 [0x8F4]={
20270  category="mn",
20271  combining=0xE6,
20272  description="ARABIC FATHA WITH RING",
20273  direction="nsm",
20274  linebreak="cm",
20275  unicodeslot=0x8F4,
20276 },
20277 [0x8F5]={
20278  category="mn",
20279  combining=0xE6,
20280  description="ARABIC FATHA WITH DOT ABOVE",
20281  direction="nsm",
20282  linebreak="cm",
20283  unicodeslot=0x8F5,
20284 },
20285 [0x8F6]={
20286  category="mn",
20287  combining=0xDC,
20288  description="ARABIC KASRA WITH DOT BELOW",
20289  direction="nsm",
20290  linebreak="cm",
20291  unicodeslot=0x8F6,
20292 },
20293 [0x8F7]={
20294  category="mn",
20295  combining=0xE6,
20296  description="ARABIC LEFT ARROWHEAD ABOVE",
20297  direction="nsm",
20298  linebreak="cm",
20299  unicodeslot=0x8F7,
20300 },
20301 [0x8F8]={
20302  category="mn",
20303  combining=0xE6,
20304  description="ARABIC RIGHT ARROWHEAD ABOVE",
20305  direction="nsm",
20306  linebreak="cm",
20307  unicodeslot=0x8F8,
20308 },
20309 [0x8F9]={
20310  category="mn",
20311  combining=0xDC,
20312  description="ARABIC LEFT ARROWHEAD BELOW",
20313  direction="nsm",
20314  linebreak="cm",
20315  unicodeslot=0x8F9,
20316 },
20317 [0x8FA]={
20318  category="mn",
20319  combining=0xDC,
20320  description="ARABIC RIGHT ARROWHEAD BELOW",
20321  direction="nsm",
20322  linebreak="cm",
20323  unicodeslot=0x8FA,
20324 },
20325 [0x8FB]={
20326  category="mn",
20327  combining=0xE6,
20328  description="ARABIC DOUBLE RIGHT ARROWHEAD ABOVE",
20329  direction="nsm",
20330  linebreak="cm",
20331  unicodeslot=0x8FB,
20332 },
20333 [0x8FC]={
20334  category="mn",
20335  combining=0xE6,
20336  description="ARABIC DOUBLE RIGHT ARROWHEAD ABOVE WITH DOT",
20337  direction="nsm",
20338  linebreak="cm",
20339  unicodeslot=0x8FC,
20340 },
20341 [0x8FD]={
20342  category="mn",
20343  combining=0xE6,
20344  description="ARABIC RIGHT ARROWHEAD ABOVE WITH DOT",
20345  direction="nsm",
20346  linebreak="cm",
20347  unicodeslot=0x8FD,
20348 },
20349 [0x8FE]={
20350  category="mn",
20351  combining=0xE6,
20352  description="ARABIC DAMMA WITH DOT",
20353  direction="nsm",
20354  linebreak="cm",
20355  unicodeslot=0x8FE,
20356 },
20357 [0x8FF]={
20358  category="mn",
20359  combining=0xE6,
20360  description="ARABIC MARK SIDEWAYS NOON GHUNNA",
20361  direction="nsm",
20362  linebreak="cm",
20363  unicodeslot=0x8FF,
20364 },
20365 [0x900]={
20366  category="mn",
20367  description="DEVANAGARI SIGN INVERTED CANDRABINDU",
20368  direction="nsm",
20369  indic="m",
20370  indicmark="t",
20371  linebreak="cm",
20372  unicodeslot=0x900,
20373 },
20374 [0x901]={
20375  category="mn",
20376  description="DEVANAGARI SIGN CANDRABINDU",
20377  direction="nsm",
20378  indic="m",
20379  indicmark="t",
20380  linebreak="cm",
20381  synonyms={ "devanagari anunasika" },
20382  unicodeslot=0x901,
20383 },
20384 [0x902]={
20385  category="mn",
20386  description="DEVANAGARI SIGN ANUSVARA",
20387  direction="nsm",
20388  indic="m",
20389  indicmark="t",
20390  linebreak="cm",
20391  synonyms={ "devanagari bindu" },
20392  unicodeslot=0x902,
20393 },
20394 [0x903]={
20395  category="mc",
20396  description="DEVANAGARI SIGN VISARGA",
20397  direction="l",
20398  indic="m",
20399  indicmark="r",
20400  linebreak="cm",
20401  unicodeslot=0x903,
20402 },
20403 [0x904]={
20404  category="lo",
20405  description="DEVANAGARI LETTER SHORT A",
20406  direction="l",
20407  indic="i",
20408  linebreak="al",
20409  unicodeslot=0x904,
20410 },
20411 [0x905]={
20412  category="lo",
20413  description="DEVANAGARI LETTER A",
20414  direction="l",
20415  indic="i",
20416  linebreak="al",
20417  unicodeslot=0x905,
20418 },
20419 [0x906]={
20420  category="lo",
20421  description="DEVANAGARI LETTER AA",
20422  direction="l",
20423  indic="i",
20424  linebreak="al",
20425  unicodeslot=0x906,
20426 },
20427 [0x907]={
20428  category="lo",
20429  description="DEVANAGARI LETTER I",
20430  direction="l",
20431  indic="i",
20432  linebreak="al",
20433  unicodeslot=0x907,
20434 },
20435 [0x908]={
20436  category="lo",
20437  description="DEVANAGARI LETTER II",
20438  direction="l",
20439  indic="i",
20440  linebreak="al",
20441  unicodeslot=0x908,
20442 },
20443 [0x909]={
20444  category="lo",
20445  description="DEVANAGARI LETTER U",
20446  direction="l",
20447  indic="i",
20448  linebreak="al",
20449  unicodeslot=0x909,
20450 },
20451 [0x90A]={
20452  category="lo",
20453  description="DEVANAGARI LETTER UU",
20454  direction="l",
20455  indic="i",
20456  linebreak="al",
20457  unicodeslot=0x90A,
20458 },
20459 [0x90B]={
20460  category="lo",
20461  description="DEVANAGARI LETTER VOCALIC R",
20462  direction="l",
20463  indic="i",
20464  linebreak="al",
20465  unicodeslot=0x90B,
20466 },
20467 [0x90C]={
20468  category="lo",
20469  description="DEVANAGARI LETTER VOCALIC L",
20470  direction="l",
20471  indic="i",
20472  linebreak="al",
20473  unicodeslot=0x90C,
20474 },
20475 [0x90D]={
20476  category="lo",
20477  description="DEVANAGARI LETTER CANDRA E",
20478  direction="l",
20479  indic="i",
20480  linebreak="al",
20481  unicodeslot=0x90D,
20482 },
20483 [0x90E]={
20484  category="lo",
20485  description="DEVANAGARI LETTER SHORT E",
20486  direction="l",
20487  indic="i",
20488  linebreak="al",
20489  unicodeslot=0x90E,
20490 },
20491 [0x90F]={
20492  category="lo",
20493  description="DEVANAGARI LETTER E",
20494  direction="l",
20495  indic="i",
20496  linebreak="al",
20497  unicodeslot=0x90F,
20498 },
20499 [0x910]={
20500  category="lo",
20501  description="DEVANAGARI LETTER AI",
20502  direction="l",
20503  indic="i",
20504  linebreak="al",
20505  unicodeslot=0x910,
20506 },
20507 [0x911]={
20508  category="lo",
20509  description="DEVANAGARI LETTER CANDRA O",
20510  direction="l",
20511  indic="i",
20512  linebreak="al",
20513  unicodeslot=0x911,
20514 },
20515 [0x912]={
20516  category="lo",
20517  description="DEVANAGARI LETTER SHORT O",
20518  direction="l",
20519  indic="i",
20520  linebreak="al",
20521  unicodeslot=0x912,
20522 },
20523 [0x913]={
20524  category="lo",
20525  description="DEVANAGARI LETTER O",
20526  direction="l",
20527  indic="i",
20528  linebreak="al",
20529  unicodeslot=0x913,
20530 },
20531 [0x914]={
20532  category="lo",
20533  description="DEVANAGARI LETTER AU",
20534  direction="l",
20535  indic="i",
20536  linebreak="al",
20537  unicodeslot=0x914,
20538 },
20539 [0x915]={
20540  category="lo",
20541  description="DEVANAGARI LETTER KA",
20542  direction="l",
20543  indic="c",
20544  linebreak="al",
20545  unicodeslot=0x915,
20546 },
20547 [0x916]={
20548  category="lo",
20549  description="DEVANAGARI LETTER KHA",
20550  direction="l",
20551  indic="c",
20552  linebreak="al",
20553  unicodeslot=0x916,
20554 },
20555 [0x917]={
20556  category="lo",
20557  description="DEVANAGARI LETTER GA",
20558  direction="l",
20559  indic="c",
20560  linebreak="al",
20561  unicodeslot=0x917,
20562 },
20563 [0x918]={
20564  category="lo",
20565  description="DEVANAGARI LETTER GHA",
20566  direction="l",
20567  indic="c",
20568  linebreak="al",
20569  unicodeslot=0x918,
20570 },
20571 [0x919]={
20572  category="lo",
20573  description="DEVANAGARI LETTER NGA",
20574  direction="l",
20575  indic="c",
20576  linebreak="al",
20577  unicodeslot=0x919,
20578 },
20579 [0x91A]={
20580  category="lo",
20581  description="DEVANAGARI LETTER CA",
20582  direction="l",
20583  indic="c",
20584  linebreak="al",
20585  unicodeslot=0x91A,
20586 },
20587 [0x91B]={
20588  category="lo",
20589  description="DEVANAGARI LETTER CHA",
20590  direction="l",
20591  indic="c",
20592  linebreak="al",
20593  unicodeslot=0x91B,
20594 },
20595 [0x91C]={
20596  category="lo",
20597  description="DEVANAGARI LETTER JA",
20598  direction="l",
20599  indic="c",
20600  linebreak="al",
20601  unicodeslot=0x91C,
20602 },
20603 [0x91D]={
20604  category="lo",
20605  description="DEVANAGARI LETTER JHA",
20606  direction="l",
20607  indic="c",
20608  linebreak="al",
20609  unicodeslot=0x91D,
20610 },
20611 [0x91E]={
20612  category="lo",
20613  description="DEVANAGARI LETTER NYA",
20614  direction="l",
20615  indic="c",
20616  linebreak="al",
20617  unicodeslot=0x91E,
20618 },
20619 [0x91F]={
20620  category="lo",
20621  description="DEVANAGARI LETTER TTA",
20622  direction="l",
20623  indic="c",
20624  linebreak="al",
20625  unicodeslot=0x91F,
20626 },
20627 [0x920]={
20628  category="lo",
20629  description="DEVANAGARI LETTER TTHA",
20630  direction="l",
20631  indic="c",
20632  linebreak="al",
20633  unicodeslot=0x920,
20634 },
20635 [0x921]={
20636  category="lo",
20637  description="DEVANAGARI LETTER DDA",
20638  direction="l",
20639  indic="c",
20640  linebreak="al",
20641  unicodeslot=0x921,
20642 },
20643 [0x922]={
20644  category="lo",
20645  description="DEVANAGARI LETTER DDHA",
20646  direction="l",
20647  indic="c",
20648  linebreak="al",
20649  unicodeslot=0x922,
20650 },
20651 [0x923]={
20652  category="lo",
20653  description="DEVANAGARI LETTER NNA",
20654  direction="l",
20655  indic="c",
20656  linebreak="al",
20657  unicodeslot=0x923,
20658 },
20659 [0x924]={
20660  category="lo",
20661  description="DEVANAGARI LETTER TA",
20662  direction="l",
20663  indic="c",
20664  linebreak="al",
20665  unicodeslot=0x924,
20666 },
20667 [0x925]={
20668  category="lo",
20669  description="DEVANAGARI LETTER THA",
20670  direction="l",
20671  indic="c",
20672  linebreak="al",
20673  unicodeslot=0x925,
20674 },
20675 [0x926]={
20676  category="lo",
20677  description="DEVANAGARI LETTER DA",
20678  direction="l",
20679  indic="c",
20680  linebreak="al",
20681  unicodeslot=0x926,
20682 },
20683 [0x927]={
20684  category="lo",
20685  description="DEVANAGARI LETTER DHA",
20686  direction="l",
20687  indic="c",
20688  linebreak="al",
20689  unicodeslot=0x927,
20690 },
20691 [0x928]={
20692  category="lo",
20693  description="DEVANAGARI LETTER NA",
20694  direction="l",
20695  indic="c",
20696  linebreak="al",
20697  unicodeslot=0x928,
20698 },
20699 [0x929]={
20700  category="lo",
20701  description="DEVANAGARI LETTER NNNA",
20702  direction="l",
20703  indic="c",
20704  linebreak="al",
20705  specials={ "char", 0x928, 0x93C },
20706  unicodeslot=0x929,
20707 },
20708 [0x92A]={
20709  category="lo",
20710  description="DEVANAGARI LETTER PA",
20711  direction="l",
20712  indic="c",
20713  linebreak="al",
20714  unicodeslot=0x92A,
20715 },
20716 [0x92B]={
20717  category="lo",
20718  description="DEVANAGARI LETTER PHA",
20719  direction="l",
20720  indic="c",
20721  linebreak="al",
20722  unicodeslot=0x92B,
20723 },
20724 [0x92C]={
20725  category="lo",
20726  description="DEVANAGARI LETTER BA",
20727  direction="l",
20728  indic="c",
20729  linebreak="al",
20730  unicodeslot=0x92C,
20731 },
20732 [0x92D]={
20733  category="lo",
20734  description="DEVANAGARI LETTER BHA",
20735  direction="l",
20736  indic="c",
20737  linebreak="al",
20738  unicodeslot=0x92D,
20739 },
20740 [0x92E]={
20741  category="lo",
20742  description="DEVANAGARI LETTER MA",
20743  direction="l",
20744  indic="c",
20745  linebreak="al",
20746  unicodeslot=0x92E,
20747 },
20748 [0x92F]={
20749  category="lo",
20750  description="DEVANAGARI LETTER YA",
20751  direction="l",
20752  indic="c",
20753  linebreak="al",
20754  unicodeslot=0x92F,
20755 },
20756 [0x930]={
20757  category="lo",
20758  description="DEVANAGARI LETTER RA",
20759  direction="l",
20760  indic="c",
20761  indicclass="ra",
20762  indicorder="bp",
20763  linebreak="al",
20764  unicodeslot=0x930,
20765 },
20766 [0x931]={
20767  category="lo",
20768  description="DEVANAGARI LETTER RRA",
20769  direction="l",
20770  indic="c",
20771  linebreak="al",
20772  specials={ "char", 0x930, 0x93C },
20773  unicodeslot=0x931,
20774 },
20775 [0x932]={
20776  category="lo",
20777  description="DEVANAGARI LETTER LA",
20778  direction="l",
20779  indic="c",
20780  linebreak="al",
20781  unicodeslot=0x932,
20782 },
20783 [0x933]={
20784  category="lo",
20785  description="DEVANAGARI LETTER LLA",
20786  direction="l",
20787  indic="c",
20788  linebreak="al",
20789  unicodeslot=0x933,
20790 },
20791 [0x934]={
20792  category="lo",
20793  description="DEVANAGARI LETTER LLLA",
20794  direction="l",
20795  indic="c",
20796  linebreak="al",
20797  specials={ "char", 0x933, 0x93C },
20798  unicodeslot=0x934,
20799 },
20800 [0x935]={
20801  category="lo",
20802  description="DEVANAGARI LETTER VA",
20803  direction="l",
20804  indic="c",
20805  linebreak="al",
20806  unicodeslot=0x935,
20807 },
20808 [0x936]={
20809  category="lo",
20810  description="DEVANAGARI LETTER SHA",
20811  direction="l",
20812  indic="c",
20813  linebreak="al",
20814  unicodeslot=0x936,
20815 },
20816 [0x937]={
20817  category="lo",
20818  description="DEVANAGARI LETTER SSA",
20819  direction="l",
20820  indic="c",
20821  linebreak="al",
20822  unicodeslot=0x937,
20823 },
20824 [0x938]={
20825  category="lo",
20826  description="DEVANAGARI LETTER SA",
20827  direction="l",
20828  indic="c",
20829  linebreak="al",
20830  unicodeslot=0x938,
20831 },
20832 [0x939]={
20833  category="lo",
20834  description="DEVANAGARI LETTER HA",
20835  direction="l",
20836  indic="c",
20837  linebreak="al",
20838  unicodeslot=0x939,
20839 },
20840 [0x93A]={
20841  category="mn",
20842  description="DEVANAGARI VOWEL SIGN OE",
20843  direction="nsm",
20844  indic="d",
20845  indicmark="t",
20846  linebreak="cm",
20847  unicodeslot=0x93A,
20848 },
20849 [0x93B]={
20850  category="mc",
20851  description="DEVANAGARI VOWEL SIGN OOE",
20852  direction="l",
20853  indic="d",
20854  indicmark="r",
20855  linebreak="cm",
20856  unicodeslot=0x93B,
20857 },
20858 [0x93C]={
20859  category="mn",
20860  combining=0x7,
20861  description="DEVANAGARI SIGN NUKTA",
20862  direction="nsm",
20863  indic="o",
20864  indicclass="nukta",
20865  indicmark="b",
20866  linebreak="cm",
20867  unicodeslot=0x93C,
20868 },
20869 [0x93D]={
20870  category="lo",
20871  description="DEVANAGARI SIGN AVAGRAHA",
20872  direction="l",
20873  indic="o",
20874  linebreak="al",
20875  unicodeslot=0x93D,
20876 },
20877 [0x93E]={
20878  category="mc",
20879  description="DEVANAGARI VOWEL SIGN AA",
20880  direction="l",
20881  indic="d",
20882  indicmark="r",
20883  indicorder="as",
20884  linebreak="cm",
20885  unicodeslot=0x93E,
20886 },
20887 [0x93F]={
20888  category="mc",
20889  description="DEVANAGARI VOWEL SIGN I",
20890  direction="l",
20891  indic="d",
20892  indicmark="l",
20893  indicorder="bh",
20894  linebreak="cm",
20895  unicodeslot=0x93F,
20896 },
20897 [0x940]={
20898  category="mc",
20899  description="DEVANAGARI VOWEL SIGN II",
20900  direction="l",
20901  indic="d",
20902  indicmark="r",
20903  indicorder="as",
20904  linebreak="cm",
20905  unicodeslot=0x940,
20906 },
20907 [0x941]={
20908  category="mn",
20909  description="DEVANAGARI VOWEL SIGN U",
20910  direction="nsm",
20911  indic="d",
20912  indicmark="b",
20913  indicorder="as",
20914  linebreak="cm",
20915  unicodeslot=0x941,
20916 },
20917 [0x942]={
20918  category="mn",
20919  description="DEVANAGARI VOWEL SIGN UU",
20920  direction="nsm",
20921  indic="d",
20922  indicmark="b",
20923  indicorder="as",
20924  linebreak="cm",
20925  unicodeslot=0x942,
20926 },
20927 [0x943]={
20928  category="mn",
20929  description="DEVANAGARI VOWEL SIGN VOCALIC R",
20930  direction="nsm",
20931  indic="d",
20932  indicmark="b",
20933  indicorder="as",
20934  linebreak="cm",
20935  unicodeslot=0x943,
20936 },
20937 [0x944]={
20938  category="mn",
20939  description="DEVANAGARI VOWEL SIGN VOCALIC RR",
20940  direction="nsm",
20941  indic="d",
20942  indicmark="b",
20943  indicorder="as",
20944  linebreak="cm",
20945  unicodeslot=0x944,
20946 },
20947 [0x945]={
20948  category="mn",
20949  description="DEVANAGARI VOWEL SIGN CANDRA E",
20950  direction="nsm",
20951  indic="d",
20952  indicmark="t",
20953  indicorder="as",
20954  linebreak="cm",
20955  unicodeslot=0x945,
20956 },
20957 [0x946]={
20958  category="mn",
20959  description="DEVANAGARI VOWEL SIGN SHORT E",
20960  direction="nsm",
20961  indic="d",
20962  indicmark="t",
20963  indicorder="as",
20964  linebreak="cm",
20965  unicodeslot=0x946,
20966 },
20967 [0x947]={
20968  category="mn",
20969  description="DEVANAGARI VOWEL SIGN E",
20970  direction="nsm",
20971  indic="d",
20972  indicmark="t",
20973  indicorder="as",
20974  linebreak="cm",
20975  unicodeslot=0x947,
20976 },
20977 [0x948]={
20978  category="mn",
20979  description="DEVANAGARI VOWEL SIGN AI",
20980  direction="nsm",
20981  indic="d",
20982  indicmark="t",
20983  indicorder="as",
20984  linebreak="cm",
20985  unicodeslot=0x948,
20986 },
20987 [0x949]={
20988  category="mc",
20989  description="DEVANAGARI VOWEL SIGN CANDRA O",
20990  direction="l",
20991  indic="d",
20992  indicmark="r",
20993  indicorder="as",
20994  linebreak="cm",
20995  unicodeslot=0x949,
20996 },
20997 [0x94A]={
20998  category="mc",
20999  description="DEVANAGARI VOWEL SIGN SHORT O",
21000  direction="l",
21001  indic="d",
21002  indicmark="r",
21003  indicorder="as",
21004  linebreak="cm",
21005  unicodeslot=0x94A,
21006 },
21007 [0x94B]={
21008  category="mc",
21009  description="DEVANAGARI VOWEL SIGN O",
21010  direction="l",
21011  indic="d",
21012  indicmark="r",
21013  indicorder="as",
21014  linebreak="cm",
21015  unicodeslot=0x94B,
21016 },
21017 [0x94C]={
21018  category="mc",
21019  description="DEVANAGARI VOWEL SIGN AU",
21020  direction="l",
21021  indic="d",
21022  indicmark="r",
21023  indicorder="as",
21024  linebreak="cm",
21025  unicodeslot=0x94C,
21026 },
21027 [0x94D]={
21028  category="mn",
21029  combining=0x9,
21030  description="DEVANAGARI SIGN VIRAMA",
21031  direction="nsm",
21032  indic="o",
21033  indicclass="halant",
21034  indicmark="b",
21035  linebreak="cm",
21036  synonyms={ "halant" },
21037  unicodeslot=0x94D,
21038 },
21039 [0x94E]={
21040  category="mc",
21041  description="DEVANAGARI VOWEL SIGN PRISHTHAMATRA E",
21042  direction="l",
21043  indic="d",
21044  indicmark="l",
21045  indicorder="bh",
21046  linebreak="cm",
21047  unicodeslot=0x94E,
21048 },
21049 [0x94F]={
21050  category="mc",
21051  description="DEVANAGARI VOWEL SIGN AW",
21052  direction="l",
21053  indic="d",
21054  indicmark="r",
21055  linebreak="cm",
21056  unicodeslot=0x94F,
21057 },
21058 [0x950]={
21059  category="lo",
21060  description="DEVANAGARI OM",
21061  direction="l",
21062  indic="o",
21063  linebreak="al",
21064  unicodeslot=0x950,
21065 },
21066 [0x951]={
21067  category="mn",
21068  combining=0xE6,
21069  description="DEVANAGARI STRESS SIGN UDATTA",
21070  direction="nsm",
21071  indic="s",
21072  indicmark="t",
21073  linebreak="cm",
21074  unicodeslot=0x951,
21075 },
21076 [0x952]={
21077  category="mn",
21078  combining=0xDC,
21079  description="DEVANAGARI STRESS SIGN ANUDATTA",
21080  direction="nsm",
21081  indic="s",
21082  indicclass="anudatta",
21083  indicmark="b",
21084  linebreak="cm",
21085  unicodeslot=0x952,
21086 },
21087 [0x953]={
21088  category="mn",
21089  combining=0xE6,
21090  description="DEVANAGARI GRAVE ACCENT",
21091  direction="nsm",
21092  indic="s",
21093  indicmark="t",
21094  linebreak="cm",
21095  unicodeslot=0x953,
21096 },
21097 [0x954]={
21098  category="mn",
21099  combining=0xE6,
21100  description="DEVANAGARI ACUTE ACCENT",
21101  direction="nsm",
21102  indic="s",
21103  indicmark="t",
21104  linebreak="cm",
21105  unicodeslot=0x954,
21106 },
21107 [0x955]={
21108  category="mn",
21109  description="DEVANAGARI VOWEL SIGN CANDRA LONG E",
21110  direction="nsm",
21111  indic="d",
21112  indicmark="t",
21113  linebreak="cm",
21114  unicodeslot=0x955,
21115 },
21116 [0x956]={
21117  category="mn",
21118  description="DEVANAGARI VOWEL SIGN UE",
21119  direction="nsm",
21120  indic="d",
21121  indicmark="b",
21122  linebreak="cm",
21123  unicodeslot=0x956,
21124 },
21125 [0x957]={
21126  category="mn",
21127  description="DEVANAGARI VOWEL SIGN UUE",
21128  direction="nsm",
21129  indic="d",
21130  indicmark="b",
21131  linebreak="cm",
21132  unicodeslot=0x957,
21133 },
21134 [0x958]={
21135  category="lo",
21136  description="DEVANAGARI LETTER QA",
21137  direction="l",
21138  indic="c",
21139  linebreak="al",
21140  specials={ "char", 0x915, 0x93C },
21141  unicodeslot=0x958,
21142 },
21143 [0x959]={
21144  category="lo",
21145  description="DEVANAGARI LETTER KHHA",
21146  direction="l",
21147  indic="c",
21148  linebreak="al",
21149  specials={ "char", 0x916, 0x93C },
21150  unicodeslot=0x959,
21151 },
21152 [0x95A]={
21153  category="lo",
21154  description="DEVANAGARI LETTER GHHA",
21155  direction="l",
21156  indic="c",
21157  linebreak="al",
21158  specials={ "char", 0x917, 0x93C },
21159  unicodeslot=0x95A,
21160 },
21161 [0x95B]={
21162  category="lo",
21163  description="DEVANAGARI LETTER ZA",
21164  direction="l",
21165  indic="c",
21166  linebreak="al",
21167  specials={ "char", 0x91C, 0x93C },
21168  unicodeslot=0x95B,
21169 },
21170 [0x95C]={
21171  category="lo",
21172  description="DEVANAGARI LETTER DDDHA",
21173  direction="l",
21174  indic="c",
21175  linebreak="al",
21176  specials={ "char", 0x921, 0x93C },
21177  unicodeslot=0x95C,
21178 },
21179 [0x95D]={
21180  category="lo",
21181  description="DEVANAGARI LETTER RHA",
21182  direction="l",
21183  indic="c",
21184  linebreak="al",
21185  specials={ "char", 0x922, 0x93C },
21186  unicodeslot=0x95D,
21187 },
21188 [0x95E]={
21189  category="lo",
21190  description="DEVANAGARI LETTER FA",
21191  direction="l",
21192  indic="c",
21193  linebreak="al",
21194  specials={ "char", 0x92B, 0x93C },
21195  unicodeslot=0x95E,
21196 },
21197 [0x95F]={
21198  category="lo",
21199  description="DEVANAGARI LETTER YYA",
21200  direction="l",
21201  indic="c",
21202  linebreak="al",
21203  specials={ "char", 0x92F, 0x93C },
21204  unicodeslot=0x95F,
21205 },
21206 [0x960]={
21207  category="lo",
21208  description="DEVANAGARI LETTER VOCALIC RR",
21209  direction="l",
21210  indic="i",
21211  linebreak="al",
21212  unicodeslot=0x960,
21213 },
21214 [0x961]={
21215  category="lo",
21216  description="DEVANAGARI LETTER VOCALIC LL",
21217  direction="l",
21218  indic="i",
21219  linebreak="al",
21220  unicodeslot=0x961,
21221 },
21222 [0x962]={
21223  category="mn",
21224  description="DEVANAGARI VOWEL SIGN VOCALIC L",
21225  direction="nsm",
21226  indic="d",
21227  indicmark="b",
21228  indicorder="as",
21229  linebreak="cm",
21230  unicodeslot=0x962,
21231 },
21232 [0x963]={
21233  category="mn",
21234  description="DEVANAGARI VOWEL SIGN VOCALIC LL",
21235  direction="nsm",
21236  indic="d",
21237  indicmark="b",
21238  indicorder="as",
21239  linebreak="cm",
21240  unicodeslot=0x963,
21241 },
21242 [0x964]={
21243  category="po",
21244  description="DEVANAGARI DANDA",
21245  direction="l",
21246  indic="o",
21247  linebreak="ba",
21248  synonyms={ "devanagari phrase separator", "devanagari purna viram" },
21249  unicodeslot=0x964,
21250 },
21251 [0x965]={
21252  category="po",
21253  description="DEVANAGARI DOUBLE DANDA",
21254  direction="l",
21255  indic="o",
21256  linebreak="ba",
21257  synonyms={ "devanagari deergh viram" },
21258  unicodeslot=0x965,
21259 },
21260 [0x966]={
21261  category="nd",
21262  description="DEVANAGARI DIGIT ZERO",
21263  direction="l",
21264  indic="o",
21265  linebreak="nu",
21266  unicodeslot=0x966,
21267 },
21268 [0x967]={
21269  category="nd",
21270  description="DEVANAGARI DIGIT ONE",
21271  direction="l",
21272  indic="o",
21273  linebreak="nu",
21274  unicodeslot=0x967,
21275 },
21276 [0x968]={
21277  category="nd",
21278  description="DEVANAGARI DIGIT TWO",
21279  direction="l",
21280  indic="o",
21281  linebreak="nu",
21282  unicodeslot=0x968,
21283 },
21284 [0x969]={
21285  category="nd",
21286  description="DEVANAGARI DIGIT THREE",
21287  direction="l",
21288  indic="o",
21289  linebreak="nu",
21290  unicodeslot=0x969,
21291 },
21292 [0x96A]={
21293  category="nd",
21294  description="DEVANAGARI DIGIT FOUR",
21295  direction="l",
21296  indic="o",
21297  linebreak="nu",
21298  unicodeslot=0x96A,
21299 },
21300 [0x96B]={
21301  category="nd",
21302  description="DEVANAGARI DIGIT FIVE",
21303  direction="l",
21304  indic="o",
21305  linebreak="nu",
21306  unicodeslot=0x96B,
21307 },
21308 [0x96C]={
21309  category="nd",
21310  description="DEVANAGARI DIGIT SIX",
21311  direction="l",
21312  indic="o",
21313  linebreak="nu",
21314  unicodeslot=0x96C,
21315 },
21316 [0x96D]={
21317  category="nd",
21318  description="DEVANAGARI DIGIT SEVEN",
21319  direction="l",
21320  indic="o",
21321  linebreak="nu",
21322  unicodeslot=0x96D,
21323 },
21324 [0x96E]={
21325  category="nd",
21326  description="DEVANAGARI DIGIT EIGHT",
21327  direction="l",
21328  indic="o",
21329  linebreak="nu",
21330  unicodeslot=0x96E,
21331 },
21332 [0x96F]={
21333  category="nd",
21334  description="DEVANAGARI DIGIT NINE",
21335  direction="l",
21336  indic="o",
21337  linebreak="nu",
21338  unicodeslot=0x96F,
21339 },
21340 [0x970]={
21341  category="po",
21342  description="DEVANAGARI ABBREVIATION SIGN",
21343  direction="l",
21344  indic="o",
21345  linebreak="al",
21346  unicodeslot=0x970,
21347 },
21348 [0x971]={
21349  category="lm",
21350  description="DEVANAGARI SIGN HIGH SPACING DOT",
21351  direction="l",
21352  indic="o",
21353  linebreak="al",
21354  unicodeslot=0x971,
21355 },
21356 [0x972]={
21357  category="lo",
21358  description="DEVANAGARI LETTER CANDRA A",
21359  direction="l",
21360  indic="i",
21361  linebreak="al",
21362  unicodeslot=0x972,
21363 },
21364 [0x973]={
21365  category="lo",
21366  description="DEVANAGARI LETTER OE",
21367  direction="l",
21368  indic="i",
21369  linebreak="al",
21370  unicodeslot=0x973,
21371 },
21372 [0x974]={
21373  category="lo",
21374  description="DEVANAGARI LETTER OOE",
21375  direction="l",
21376  indic="i",
21377  linebreak="al",
21378  unicodeslot=0x974,
21379 },
21380 [0x975]={
21381  category="lo",
21382  description="DEVANAGARI LETTER AW",
21383  direction="l",
21384  indic="i",
21385  linebreak="al",
21386  unicodeslot=0x975,
21387 },
21388 [0x976]={
21389  category="lo",
21390  description="DEVANAGARI LETTER UE",
21391  direction="l",
21392  indic="i",
21393  linebreak="al",
21394  unicodeslot=0x976,
21395 },
21396 [0x977]={
21397  category="lo",
21398  description="DEVANAGARI LETTER UUE",
21399  direction="l",
21400  indic="i",
21401  linebreak="al",
21402  unicodeslot=0x977,
21403 },
21404 [0x978]={
21405  category="lo",
21406  description="DEVANAGARI LETTER MARWARI DDA",
21407  direction="l",
21408  indic="c",
21409  linebreak="al",
21410  unicodeslot=0x978,
21411 },
21412 [0x979]={
21413  category="lo",
21414  description="DEVANAGARI LETTER ZHA",
21415  direction="l",
21416  indic="c",
21417  linebreak="al",
21418  unicodeslot=0x979,
21419 },
21420 [0x97A]={
21421  category="lo",
21422  description="DEVANAGARI LETTER HEAVY YA",
21423  direction="l",
21424  indic="c",
21425  linebreak="al",
21426  unicodeslot=0x97A,
21427 },
21428 [0x97B]={
21429  category="lo",
21430  description="DEVANAGARI LETTER GGA",
21431  direction="l",
21432  indic="o",
21433  linebreak="al",
21434  unicodeslot=0x97B,
21435 },
21436 [0x97C]={
21437  category="lo",
21438  description="DEVANAGARI LETTER JJA",
21439  direction="l",
21440  indic="o",
21441  linebreak="al",
21442  unicodeslot=0x97C,
21443 },
21444 [0x97D]={
21445  category="lo",
21446  description="DEVANAGARI LETTER GLOTTAL STOP",
21447  direction="l",
21448  indic="o",
21449  linebreak="al",
21450  unicodeslot=0x97D,
21451 },
21452 [0x97E]={
21453  category="lo",
21454  description="DEVANAGARI LETTER DDDA",
21455  direction="l",
21456  indic="o",
21457  linebreak="al",
21458  unicodeslot=0x97E,
21459 },
21460 [0x97F]={
21461  category="lo",
21462  description="DEVANAGARI LETTER BBA",
21463  direction="l",
21464  indic="o",
21465  linebreak="al",
21466  unicodeslot=0x97F,
21467 },
21468 [0x980]={
21469  category="lo",
21470  description="BENGALI ANJI",
21471  direction="l",
21472  indic="o",
21473  linebreak="al",
21474  unicodeslot=0x980,
21475 },
21476 [0x981]={
21477  category="mn",
21478  description="BENGALI SIGN CANDRABINDU",
21479  direction="nsm",
21480  indic="m",
21481  indicorder="ap",
21482  linebreak="cm",
21483  unicodeslot=0x981,
21484 },
21485 [0x982]={
21486  category="mc",
21487  description="BENGALI SIGN ANUSVARA",
21488  direction="l",
21489  indic="o",
21490  linebreak="cm",
21491  unicodeslot=0x982,
21492 },
21493 [0x983]={
21494  category="mc",
21495  description="BENGALI SIGN VISARGA",
21496  direction="l",
21497  indic="o",
21498  linebreak="cm",
21499  unicodeslot=0x983,
21500 },
21501 [0x985]={
21502  category="lo",
21503  description="BENGALI LETTER A",
21504  direction="l",
21505  indic="i",
21506  linebreak="al",
21507  unicodeslot=0x985,
21508 },
21509 [0x986]={
21510  category="lo",
21511  description="BENGALI LETTER AA",
21512  direction="l",
21513  indic="i",
21514  linebreak="al",
21515  unicodeslot=0x986,
21516 },
21517 [0x987]={
21518  category="lo",
21519  description="BENGALI LETTER I",
21520  direction="l",
21521  indic="i",
21522  linebreak="al",
21523  unicodeslot=0x987,
21524 },
21525 [0x988]={
21526  category="lo",
21527  description="BENGALI LETTER II",
21528  direction="l",
21529  indic="i",
21530  linebreak="al",
21531  unicodeslot=0x988,
21532 },
21533 [0x989]={
21534  category="lo",
21535  description="BENGALI LETTER U",
21536  direction="l",
21537  indic="i",
21538  linebreak="al",
21539  unicodeslot=0x989,
21540 },
21541 [0x98A]={
21542  category="lo",
21543  description="BENGALI LETTER UU",
21544  direction="l",
21545  indic="i",
21546  linebreak="al",
21547  unicodeslot=0x98A,
21548 },
21549 [0x98B]={
21550  category="lo",
21551  description="BENGALI LETTER VOCALIC R",
21552  direction="l",
21553  indic="i",
21554  linebreak="al",
21555  unicodeslot=0x98B,
21556 },
21557 [0x98C]={
21558  category="lo",
21559  description="BENGALI LETTER VOCALIC L",
21560  direction="l",
21561  indic="i",
21562  linebreak="al",
21563  unicodeslot=0x98C,
21564 },
21565 [0x98F]={
21566  category="lo",
21567  description="BENGALI LETTER E",
21568  direction="l",
21569  indic="i",
21570  linebreak="al",
21571  unicodeslot=0x98F,
21572 },
21573 [0x990]={
21574  category="lo",
21575  description="BENGALI LETTER AI",
21576  direction="l",
21577  indic="i",
21578  linebreak="al",
21579  unicodeslot=0x990,
21580 },
21581 [0x993]={
21582  category="lo",
21583  description="BENGALI LETTER O",
21584  direction="l",
21585  indic="i",
21586  linebreak="al",
21587  unicodeslot=0x993,
21588 },
21589 [0x994]={
21590  category="lo",
21591  description="BENGALI LETTER AU",
21592  direction="l",
21593  indic="i",
21594  linebreak="al",
21595  unicodeslot=0x994,
21596 },
21597 [0x995]={
21598  category="lo",
21599  description="BENGALI LETTER KA",
21600  direction="l",
21601  indic="c",
21602  linebreak="al",
21603  unicodeslot=0x995,
21604 },
21605 [0x996]={
21606  category="lo",
21607  description="BENGALI LETTER KHA",
21608  direction="l",
21609  indic="c",
21610  linebreak="al",
21611  unicodeslot=0x996,
21612 },
21613 [0x997]={
21614  category="lo",
21615  description="BENGALI LETTER GA",
21616  direction="l",
21617  indic="c",
21618  linebreak="al",
21619  unicodeslot=0x997,
21620 },
21621 [0x998]={
21622  category="lo",
21623  description="BENGALI LETTER GHA",
21624  direction="l",
21625  indic="c",
21626  linebreak="al",
21627  unicodeslot=0x998,
21628 },
21629 [0x999]={
21630  category="lo",
21631  description="BENGALI LETTER NGA",
21632  direction="l",
21633  indic="c",
21634  linebreak="al",
21635  unicodeslot=0x999,
21636 },
21637 [0x99A]={
21638  category="lo",
21639  description="BENGALI LETTER CA",
21640  direction="l",
21641  indic="c",
21642  linebreak="al",
21643  unicodeslot=0x99A,
21644 },
21645 [0x99B]={
21646  category="lo",
21647  description="BENGALI LETTER CHA",
21648  direction="l",
21649  indic="c",
21650  linebreak="al",
21651  unicodeslot=0x99B,
21652 },
21653 [0x99C]={
21654  category="lo",
21655  description="BENGALI LETTER JA",
21656  direction="l",
21657  indic="c",
21658  linebreak="al",
21659  unicodeslot=0x99C,
21660 },
21661 [0x99D]={
21662  category="lo",
21663  description="BENGALI LETTER JHA",
21664  direction="l",
21665  indic="c",
21666  linebreak="al",
21667  unicodeslot=0x99D,
21668 },
21669 [0x99E]={
21670  category="lo",
21671  description="BENGALI LETTER NYA",
21672  direction="l",
21673  indic="c",
21674  linebreak="al",
21675  unicodeslot=0x99E,
21676 },
21677 [0x99F]={
21678  category="lo",
21679  description="BENGALI LETTER TTA",
21680  direction="l",
21681  indic="c",
21682  linebreak="al",
21683  unicodeslot=0x99F,
21684 },
21685 [0x9A0]={
21686  category="lo",
21687  description="BENGALI LETTER TTHA",
21688  direction="l",
21689  indic="c",
21690  linebreak="al",
21691  unicodeslot=0x9A0,
21692 },
21693 [0x9A1]={
21694  category="lo",
21695  description="BENGALI LETTER DDA",
21696  direction="l",
21697  indic="c",
21698  linebreak="al",
21699  unicodeslot=0x9A1,
21700 },
21701 [0x9A2]={
21702  category="lo",
21703  description="BENGALI LETTER DDHA",
21704  direction="l",
21705  indic="c",
21706  linebreak="al",
21707  unicodeslot=0x9A2,
21708 },
21709 [0x9A3]={
21710  category="lo",
21711  description="BENGALI LETTER NNA",
21712  direction="l",
21713  indic="c",
21714  linebreak="al",
21715  unicodeslot=0x9A3,
21716 },
21717 [0x9A4]={
21718  category="lo",
21719  description="BENGALI LETTER TA",
21720  direction="l",
21721  indic="c",
21722  linebreak="al",
21723  unicodeslot=0x9A4,
21724 },
21725 [0x9A5]={
21726  category="lo",
21727  description="BENGALI LETTER THA",
21728  direction="l",
21729  indic="c",
21730  linebreak="al",
21731  unicodeslot=0x9A5,
21732 },
21733 [0x9A6]={
21734  category="lo",
21735  description="BENGALI LETTER DA",
21736  direction="l",
21737  indic="c",
21738  linebreak="al",
21739  unicodeslot=0x9A6,
21740 },
21741 [0x9A7]={
21742  category="lo",
21743  description="BENGALI LETTER DHA",
21744  direction="l",
21745  indic="c",
21746  linebreak="al",
21747  unicodeslot=0x9A7,
21748 },
21749 [0x9A8]={
21750  category="lo",
21751  description="BENGALI LETTER NA",
21752  direction="l",
21753  indic="c",
21754  linebreak="al",
21755  unicodeslot=0x9A8,
21756 },
21757 [0x9AA]={
21758  category="lo",
21759  description="BENGALI LETTER PA",
21760  direction="l",
21761  indic="c",
21762  linebreak="al",
21763  unicodeslot=0x9AA,
21764 },
21765 [0x9AB]={
21766  category="lo",
21767  description="BENGALI LETTER PHA",
21768  direction="l",
21769  indic="c",
21770  linebreak="al",
21771  unicodeslot=0x9AB,
21772 },
21773 [0x9AC]={
21774  category="lo",
21775  description="BENGALI LETTER BA",
21776  direction="l",
21777  indic="c",
21778  linebreak="al",
21779  unicodeslot=0x9AC,
21780 },
21781 [0x9AD]={
21782  category="lo",
21783  description="BENGALI LETTER BHA",
21784  direction="l",
21785  indic="c",
21786  linebreak="al",
21787  unicodeslot=0x9AD,
21788 },
21789 [0x9AE]={
21790  category="lo",
21791  description="BENGALI LETTER MA",
21792  direction="l",
21793  indic="c",
21794  linebreak="al",
21795  unicodeslot=0x9AE,
21796 },
21797 [0x9AF]={
21798  category="lo",
21799  description="BENGALI LETTER YA",
21800  direction="l",
21801  indic="c",
21802  linebreak="al",
21803  unicodeslot=0x9AF,
21804 },
21805 [0x9B0]={
21806  category="lo",
21807  description="BENGALI LETTER RA",
21808  direction="l",
21809  indic="c",
21810  indicclass="ra",
21811  indicorder="as",
21812  linebreak="al",
21813  unicodeslot=0x9B0,
21814 },
21815 [0x9B2]={
21816  category="lo",
21817  description="BENGALI LETTER LA",
21818  direction="l",
21819  indic="c",
21820  linebreak="al",
21821  unicodeslot=0x9B2,
21822 },
21823 [0x9B6]={
21824  category="lo",
21825  description="BENGALI LETTER SHA",
21826  direction="l",
21827  indic="c",
21828  linebreak="al",
21829  unicodeslot=0x9B6,
21830 },
21831 [0x9B7]={
21832  category="lo",
21833  description="BENGALI LETTER SSA",
21834  direction="l",
21835  indic="c",
21836  linebreak="al",
21837  unicodeslot=0x9B7,
21838 },
21839 [0x9B8]={
21840  category="lo",
21841  description="BENGALI LETTER SA",
21842  direction="l",
21843  indic="c",
21844  linebreak="al",
21845  unicodeslot=0x9B8,
21846 },
21847 [0x9B9]={
21848  category="lo",
21849  description="BENGALI LETTER HA",
21850  direction="l",
21851  indic="c",
21852  linebreak="al",
21853  unicodeslot=0x9B9,
21854 },
21855 [0x9BC]={
21856  category="mn",
21857  combining=0x7,
21858  description="BENGALI SIGN NUKTA",
21859  direction="nsm",
21860  indic="o",
21861  indicclass="nukta",
21862  indicmark="b",
21863  linebreak="cm",
21864  unicodeslot=0x9BC,
21865 },
21866 [0x9BD]={
21867  category="lo",
21868  description="BENGALI SIGN AVAGRAHA",
21869  direction="l",
21870  indic="o",
21871  linebreak="al",
21872  unicodeslot=0x9BD,
21873 },
21874 [0x9BE]={
21875  category="mc",
21876  description="BENGALI VOWEL SIGN AA",
21877  direction="l",
21878  indic="d",
21879  indicmark="r",
21880  indicorder="ap",
21881  linebreak="cm",
21882  unicodeslot=0x9BE,
21883 },
21884 [0x9BF]={
21885  category="mc",
21886  description="BENGALI VOWEL SIGN I",
21887  direction="l",
21888  indic="d",
21889  indicmark="l",
21890  indicorder="bh",
21891  linebreak="cm",
21892  unicodeslot=0x9BF,
21893 },
21894 [0x9C0]={
21895  category="mc",
21896  description="BENGALI VOWEL SIGN II",
21897  direction="l",
21898  indic="o",
21899  indicmark="r",
21900  indicorder="ap",
21901  linebreak="cm",
21902  unicodeslot=0x9C0,
21903 },
21904 [0x9C1]={
21905  category="mn",
21906  description="BENGALI VOWEL SIGN U",
21907  direction="nsm",
21908  indic="d",
21909  indicmark="b",
21910  indicorder="as",
21911  linebreak="cm",
21912  unicodeslot=0x9C1,
21913 },
21914 [0x9C2]={
21915  category="mn",
21916  description="BENGALI VOWEL SIGN UU",
21917  direction="nsm",
21918  indic="d",
21919  indicmark="b",
21920  indicorder="as",
21921  linebreak="cm",
21922  unicodeslot=0x9C2,
21923 },
21924 [0x9C3]={
21925  category="mn",
21926  description="BENGALI VOWEL SIGN VOCALIC R",
21927  direction="nsm",
21928  indic="d",
21929  indicmark="b",
21930  indicorder="as",
21931  linebreak="cm",
21932  unicodeslot=0x9C3,
21933 },
21934 [0x9C4]={
21935  category="mn",
21936  description="BENGALI VOWEL SIGN VOCALIC RR",
21937  direction="nsm",
21938  indic="d",
21939  indicmark="b",
21940  indicorder="as",
21941  linebreak="cm",
21942  unicodeslot=0x9C4,
21943 },
21944 [0x9C7]={
21945  category="mc",
21946  description="BENGALI VOWEL SIGN E",
21947  direction="l",
21948  indic="d",
21949  indicmark="l",
21950  indicorder="bh",
21951  linebreak="cm",
21952  unicodeslot=0x9C7,
21953 },
21954 [0x9C8]={
21955  category="mc",
21956  description="BENGALI VOWEL SIGN AI",
21957  direction="l",
21958  indic="d",
21959  indicmark="l",
21960  linebreak="cm",
21961  unicodeslot=0x9C8,
21962 },
21963 [0x9CB]={
21964  category="mc",
21965  description="BENGALI VOWEL SIGN O",
21966  direction="l",
21967  indic="d",
21968  indicmark="s",
21969  linebreak="cm",
21970  specials={ "char", 0x9C7, 0x9BE },
21971  unicodeslot=0x9CB,
21972 },
21973 [0x9CC]={
21974  category="mc",
21975  description="BENGALI VOWEL SIGN AU",
21976  direction="l",
21977  indic="d",
21978  indicmark="s",
21979  linebreak="cm",
21980  specials={ "char", 0x9C7, 0x9D7 },
21981  unicodeslot=0x9CC,
21982 },
21983 [0x9CD]={
21984  category="mn",
21985  combining=0x9,
21986  description="BENGALI SIGN VIRAMA",
21987  direction="nsm",
21988  indic="o",
21989  indicclass="halant",
21990  indicmark="b",
21991  linebreak="cm",
21992  synonyms={ "bengali hasant" },
21993  unicodeslot=0x9CD,
21994 },
21995 [0x9CE]={
21996  category="lo",
21997  description="BENGALI LETTER KHANDA TA",
21998  direction="l",
21999  indic="c",
22000  linebreak="al",
22001  synonyms={ "bangla khanda ta" },
22002  unicodeslot=0x9CE,
22003 },
22004 [0x9D7]={
22005  category="mc",
22006  description="BENGALI AU LENGTH MARK",
22007  direction="l",
22008  indic="d",
22009  indicmark="r",
22010  indicorder="ap",
22011  linebreak="cm",
22012  unicodeslot=0x9D7,
22013 },
22014 [0x9DC]={
22015  category="lo",
22016  description="BENGALI LETTER RRA",
22017  direction="l",
22018  indic="c",
22019  linebreak="al",
22020  specials={ "char", 0x9A1, 0x9BC },
22021  unicodeslot=0x9DC,
22022 },
22023 [0x9DD]={
22024  category="lo",
22025  description="BENGALI LETTER RHA",
22026  direction="l",
22027  indic="c",
22028  linebreak="al",
22029  specials={ "char", 0x9A2, 0x9BC },
22030  unicodeslot=0x9DD,
22031 },
22032 [0x9DF]={
22033  category="lo",
22034  description="BENGALI LETTER YYA",
22035  direction="l",
22036  indic="c",
22037  linebreak="al",
22038  specials={ "char", 0x9AF, 0x9BC },
22039  unicodeslot=0x9DF,
22040 },
22041 [0x9E0]={
22042  category="lo",
22043  description="BENGALI LETTER VOCALIC RR",
22044  direction="l",
22045  indic="i",
22046  linebreak="al",
22047  unicodeslot=0x9E0,
22048 },
22049 [0x9E1]={
22050  category="lo",
22051  description="BENGALI LETTER VOCALIC LL",
22052  direction="l",
22053  indic="i",
22054  linebreak="al",
22055  unicodeslot=0x9E1,
22056 },
22057 [0x9E2]={
22058  category="mn",
22059  description="BENGALI VOWEL SIGN VOCALIC L",
22060  direction="nsm",
22061  indic="i",
22062  indicorder="as",
22063  linebreak="cm",
22064  unicodeslot=0x9E2,
22065 },
22066 [0x9E3]={
22067  category="mn",
22068  description="BENGALI VOWEL SIGN VOCALIC LL",
22069  direction="nsm",
22070  indic="i",
22071  indicorder="as",
22072  linebreak="cm",
22073  unicodeslot=0x9E3,
22074 },
22075 [0x9E6]={
22076  category="nd",
22077  description="BENGALI DIGIT ZERO",
22078  direction="l",
22079  indic="o",
22080  linebreak="nu",
22081  unicodeslot=0x9E6,
22082 },
22083 [0x9E7]={
22084  category="nd",
22085  description="BENGALI DIGIT ONE",
22086  direction="l",
22087  indic="o",
22088  linebreak="nu",
22089  unicodeslot=0x9E7,
22090 },
22091 [0x9E8]={
22092  category="nd",
22093  description="BENGALI DIGIT TWO",
22094  direction="l",
22095  indic="o",
22096  linebreak="nu",
22097  unicodeslot=0x9E8,
22098 },
22099 [0x9E9]={
22100  category="nd",
22101  description="BENGALI DIGIT THREE",
22102  direction="l",
22103  indic="o",
22104  linebreak="nu",
22105  unicodeslot=0x9E9,
22106 },
22107 [0x9EA]={
22108  category="nd",
22109  description="BENGALI DIGIT FOUR",
22110  direction="l",
22111  indic="o",
22112  linebreak="nu",
22113  unicodeslot=0x9EA,
22114 },
22115 [0x9EB]={
22116  category="nd",
22117  description="BENGALI DIGIT FIVE",
22118  direction="l",
22119  indic="o",
22120  linebreak="nu",
22121  unicodeslot=0x9EB,
22122 },
22123 [0x9EC]={
22124  category="nd",
22125  description="BENGALI DIGIT SIX",
22126  direction="l",
22127  indic="o",
22128  linebreak="nu",
22129  unicodeslot=0x9EC,
22130 },
22131 [0x9ED]={
22132  category="nd",
22133  description="BENGALI DIGIT SEVEN",
22134  direction="l",
22135  indic="o",
22136  linebreak="nu",
22137  unicodeslot=0x9ED,
22138 },
22139 [0x9EE]={
22140  category="nd",
22141  description="BENGALI DIGIT EIGHT",
22142  direction="l",
22143  indic="o",
22144  linebreak="nu",
22145  unicodeslot=0x9EE,
22146 },
22147 [0x9EF]={
22148  category="nd",
22149  description="BENGALI DIGIT NINE",
22150  direction="l",
22151  indic="o",
22152  linebreak="nu",
22153  unicodeslot=0x9EF,
22154 },
22155 [0x9F0]={
22156  category="lo",
22157  description="BENGALI LETTER RA WITH MIDDLE DIAGONAL",
22158  direction="l",
22159  indic="o",
22160  indicclass="ra",
22161  indicorder="as",
22162  linebreak="al",
22163  shcode=0x9B0,
22164  unicodeslot=0x9F0,
22165 },
22166 [0x9F1]={
22167  category="lo",
22168  description="BENGALI LETTER RA WITH LOWER DIAGONAL",
22169  direction="l",
22170  indic="o",
22171  linebreak="al",
22172  shcode=0x9B0,
22173  unicodeslot=0x9F1,
22174 },
22175 [0x9F2]={
22176  category="sc",
22177  description="BENGALI RUPEE MARK",
22178  direction="et",
22179  indic="o",
22180  linebreak="po",
22181  unicodeslot=0x9F2,
22182 },
22183 [0x9F3]={
22184  category="sc",
22185  description="BENGALI RUPEE SIGN",
22186  direction="et",
22187  indic="o",
22188  linebreak="po",
22189  unicodeslot=0x9F3,
22190 },
22191 [0x9F4]={
22192  category="no",
22193  description="BENGALI CURRENCY NUMERATOR ONE",
22194  direction="l",
22195  indic="o",
22196  linebreak="al",
22197  unicodeslot=0x9F4,
22198 },
22199 [0x9F5]={
22200  category="no",
22201  description="BENGALI CURRENCY NUMERATOR TWO",
22202  direction="l",
22203  indic="o",
22204  linebreak="al",
22205  unicodeslot=0x9F5,
22206 },
22207 [0x9F6]={
22208  category="no",
22209  description="BENGALI CURRENCY NUMERATOR THREE",
22210  direction="l",
22211  indic="o",
22212  linebreak="al",
22213  unicodeslot=0x9F6,
22214 },
22215 [0x9F7]={
22216  category="no",
22217  description="BENGALI CURRENCY NUMERATOR FOUR",
22218  direction="l",
22219  indic="o",
22220  linebreak="al",
22221  unicodeslot=0x9F7,
22222 },
22223 [0x9F8]={
22224  category="no",
22225  description="BENGALI CURRENCY NUMERATOR ONE LESS THAN THE DENOMINATOR",
22226  direction="l",
22227  indic="o",
22228  linebreak="al",
22229  unicodeslot=0x9F8,
22230 },
22231 [0x9F9]={
22232  category="no",
22233  description="BENGALI CURRENCY DENOMINATOR SIXTEEN",
22234  direction="l",
22235  indic="o",
22236  linebreak="po",
22237  unicodeslot=0x9F9,
22238 },
22239 [0x9FA]={
22240  category="so",
22241  description="BENGALI ISSHAR",
22242  direction="l",
22243  indic="o",
22244  linebreak="al",
22245  unicodeslot=0x9FA,
22246 },
22247 [0x9FB]={
22248  category="sc",
22249  description="BENGALI GANDA MARK",
22250  direction="et",
22251  indic="o",
22252  linebreak="pr",
22253  unicodeslot=0x9FB,
22254 },
22255 [0x9FC]={
22256  category="lo",
22257  description="BENGALI LETTER VEDIC ANUSVARA",
22258  direction="l",
22259  indic="o",
22260  linebreak="al",
22261  unicodeslot=0x9FC,
22262 },
22263 [0x9FD]={
22264  category="po",
22265  description="BENGALI ABBREVIATION SIGN",
22266  direction="l",
22267  indic="o",
22268  linebreak="al",
22269  unicodeslot=0x9FD,
22270 },
22271 [0x9FE]={
22272  category="mn",
22273  combining=0xE6,
22274  description="BENGALI SANDHI MARK",
22275  direction="nsm",
22276  linebreak="cm",
22277  unicodeslot=0x9FE,
22278 },
22279 [0xA01]={
22280  category="mn",
22281  description="GURMUKHI SIGN ADAK BINDI",
22282  direction="nsm",
22283  indic="o",
22284  indicorder="ap",
22285  linebreak="cm",
22286  unicodeslot=0xA01,
22287 },
22288 [0xA02]={
22289  category="mn",
22290  description="GURMUKHI SIGN BINDI",
22291  direction="nsm",
22292  indic="o",
22293  indicorder="ap",
22294  linebreak="cm",
22295  unicodeslot=0xA02,
22296 },
22297 [0xA03]={
22298  category="mc",
22299  description="GURMUKHI SIGN VISARGA",
22300  direction="l",
22301  indic="o",
22302  linebreak="cm",
22303  unicodeslot=0xA03,
22304 },
22305 [0xA05]={
22306  category="lo",
22307  description="GURMUKHI LETTER A",
22308  direction="l",
22309  indic="i",
22310  linebreak="al",
22311  unicodeslot=0xA05,
22312 },
22313 [0xA06]={
22314  category="lo",
22315  description="GURMUKHI LETTER AA",
22316  direction="l",
22317  indic="i",
22318  linebreak="al",
22319  unicodeslot=0xA06,
22320 },
22321 [0xA07]={
22322  category="lo",
22323  description="GURMUKHI LETTER I",
22324  direction="l",
22325  indic="i",
22326  linebreak="al",
22327  unicodeslot=0xA07,
22328 },
22329 [0xA08]={
22330  category="lo",
22331  description="GURMUKHI LETTER II",
22332  direction="l",
22333  indic="i",
22334  linebreak="al",
22335  unicodeslot=0xA08,
22336 },
22337 [0xA09]={
22338  category="lo",
22339  description="GURMUKHI LETTER U",
22340  direction="l",
22341  indic="i",
22342  linebreak="al",
22343  unicodeslot=0xA09,
22344 },
22345 [0xA0A]={
22346  category="lo",
22347  description="GURMUKHI LETTER UU",
22348  direction="l",
22349  indic="i",
22350  linebreak="al",
22351  unicodeslot=0xA0A,
22352 },
22353 [0xA0F]={
22354  category="lo",
22355  description="GURMUKHI LETTER EE",
22356  direction="l",
22357  indic="i",
22358  linebreak="al",
22359  unicodeslot=0xA0F,
22360 },
22361 [0xA10]={
22362  category="lo",
22363  description="GURMUKHI LETTER AI",
22364  direction="l",
22365  indic="i",
22366  linebreak="al",
22367  unicodeslot=0xA10,
22368 },
22369 [0xA13]={
22370  category="lo",
22371  description="GURMUKHI LETTER OO",
22372  direction="l",
22373  indic="i",
22374  linebreak="al",
22375  unicodeslot=0xA13,
22376 },
22377 [0xA14]={
22378  category="lo",
22379  description="GURMUKHI LETTER AU",
22380  direction="l",
22381  indic="i",
22382  linebreak="al",
22383  unicodeslot=0xA14,
22384 },
22385 [0xA15]={
22386  category="lo",
22387  description="GURMUKHI LETTER KA",
22388  direction="l",
22389  indic="c",
22390  linebreak="al",
22391  unicodeslot=0xA15,
22392 },
22393 [0xA16]={
22394  category="lo",
22395  description="GURMUKHI LETTER KHA",
22396  direction="l",
22397  indic="c",
22398  linebreak="al",
22399  unicodeslot=0xA16,
22400 },
22401 [0xA17]={
22402  category="lo",
22403  description="GURMUKHI LETTER GA",
22404  direction="l",
22405  indic="c",
22406  linebreak="al",
22407  unicodeslot=0xA17,
22408 },
22409 [0xA18]={
22410  category="lo",
22411  description="GURMUKHI LETTER GHA",
22412  direction="l",
22413  indic="c",
22414  linebreak="al",
22415  unicodeslot=0xA18,
22416 },
22417 [0xA19]={
22418  category="lo",
22419  description="GURMUKHI LETTER NGA",
22420  direction="l",
22421  indic="c",
22422  linebreak="al",
22423  unicodeslot=0xA19,
22424 },
22425 [0xA1A]={
22426  category="lo",
22427  description="GURMUKHI LETTER CA",
22428  direction="l",
22429  indic="c",
22430  linebreak="al",
22431  unicodeslot=0xA1A,
22432 },
22433 [0xA1B]={
22434  category="lo",
22435  description="GURMUKHI LETTER CHA",
22436  direction="l",
22437  indic="c",
22438  linebreak="al",
22439  unicodeslot=0xA1B,
22440 },
22441 [0xA1C]={
22442  category="lo",
22443  description="GURMUKHI LETTER JA",
22444  direction="l",
22445  indic="c",
22446  linebreak="al",
22447  unicodeslot=0xA1C,
22448 },
22449 [0xA1D]={
22450  category="lo",
22451  description="GURMUKHI LETTER JHA",
22452  direction="l",
22453  indic="c",
22454  linebreak="al",
22455  unicodeslot=0xA1D,
22456 },
22457 [0xA1E]={
22458  category="lo",
22459  description="GURMUKHI LETTER NYA",
22460  direction="l",
22461  indic="c",
22462  linebreak="al",
22463  unicodeslot=0xA1E,
22464 },
22465 [0xA1F]={
22466  category="lo",
22467  description="GURMUKHI LETTER TTA",
22468  direction="l",
22469  indic="c",
22470  linebreak="al",
22471  unicodeslot=0xA1F,
22472 },
22473 [0xA20]={
22474  category="lo",
22475  description="GURMUKHI LETTER TTHA",
22476  direction="l",
22477  indic="c",
22478  linebreak="al",
22479  unicodeslot=0xA20,
22480 },
22481 [0xA21]={
22482  category="lo",
22483  description="GURMUKHI LETTER DDA",
22484  direction="l",
22485  indic="c",
22486  linebreak="al",
22487  unicodeslot=0xA21,
22488 },
22489 [0xA22]={
22490  category="lo",
22491  description="GURMUKHI LETTER DDHA",
22492  direction="l",
22493  indic="c",
22494  linebreak="al",
22495  unicodeslot=0xA22,
22496 },
22497 [0xA23]={
22498  category="lo",
22499  description="GURMUKHI LETTER NNA",
22500  direction="l",
22501  indic="c",
22502  linebreak="al",
22503  unicodeslot=0xA23,
22504 },
22505 [0xA24]={
22506  category="lo",
22507  description="GURMUKHI LETTER TA",
22508  direction="l",
22509  indic="c",
22510  linebreak="al",
22511  unicodeslot=0xA24,
22512 },
22513 [0xA25]={
22514  category="lo",
22515  description="GURMUKHI LETTER THA",
22516  direction="l",
22517  indic="c",
22518  linebreak="al",
22519  unicodeslot=0xA25,
22520 },
22521 [0xA26]={
22522  category="lo",
22523  description="GURMUKHI LETTER DA",
22524  direction="l",
22525  indic="c",
22526  linebreak="al",
22527  unicodeslot=0xA26,
22528 },
22529 [0xA27]={
22530  category="lo",
22531  description="GURMUKHI LETTER DHA",
22532  direction="l",
22533  indic="c",
22534  linebreak="al",
22535  unicodeslot=0xA27,
22536 },
22537 [0xA28]={
22538  category="lo",
22539  description="GURMUKHI LETTER NA",
22540  direction="l",
22541  indic="c",
22542  linebreak="al",
22543  unicodeslot=0xA28,
22544 },
22545 [0xA2A]={
22546  category="lo",
22547  description="GURMUKHI LETTER PA",
22548  direction="l",
22549  indic="c",
22550  linebreak="al",
22551  unicodeslot=0xA2A,
22552 },
22553 [0xA2B]={
22554  category="lo",
22555  description="GURMUKHI LETTER PHA",
22556  direction="l",
22557  indic="c",
22558  linebreak="al",
22559  unicodeslot=0xA2B,
22560 },
22561 [0xA2C]={
22562  category="lo",
22563  description="GURMUKHI LETTER BA",
22564  direction="l",
22565  indic="c",
22566  linebreak="al",
22567  unicodeslot=0xA2C,
22568 },
22569 [0xA2D]={
22570  category="lo",
22571  description="GURMUKHI LETTER BHA",
22572  direction="l",
22573  indic="c",
22574  linebreak="al",
22575  unicodeslot=0xA2D,
22576 },
22577 [0xA2E]={
22578  category="lo",
22579  description="GURMUKHI LETTER MA",
22580  direction="l",
22581  indic="c",
22582  linebreak="al",
22583  unicodeslot=0xA2E,
22584 },
22585 [0xA2F]={
22586  category="lo",
22587  description="GURMUKHI LETTER YA",
22588  direction="l",
22589  indic="c",
22590  linebreak="al",
22591  unicodeslot=0xA2F,
22592 },
22593 [0xA30]={
22594  category="lo",
22595  description="GURMUKHI LETTER RA",
22596  direction="l",
22597  indic="c",
22598  indicclass="ra",
22599  indicorder="bs",
22600  linebreak="al",
22601  unicodeslot=0xA30,
22602 },
22603 [0xA32]={
22604  category="lo",
22605  description="GURMUKHI LETTER LA",
22606  direction="l",
22607  indic="c",
22608  linebreak="al",
22609  unicodeslot=0xA32,
22610 },
22611 [0xA33]={
22612  category="lo",
22613  description="GURMUKHI LETTER LLA",
22614  direction="l",
22615  indic="c",
22616  linebreak="al",
22617  specials={ "char", 0xA32, 0xA3C },
22618  unicodeslot=0xA33,
22619 },
22620 [0xA35]={
22621  category="lo",
22622  description="GURMUKHI LETTER VA",
22623  direction="l",
22624  indic="c",
22625  linebreak="al",
22626  unicodeslot=0xA35,
22627 },
22628 [0xA36]={
22629  category="lo",
22630  description="GURMUKHI LETTER SHA",
22631  direction="l",
22632  indic="c",
22633  linebreak="al",
22634  specials={ "char", 0xA38, 0xA3C },
22635  unicodeslot=0xA36,
22636 },
22637 [0xA38]={
22638  category="lo",
22639  description="GURMUKHI LETTER SA",
22640  direction="l",
22641  indic="c",
22642  linebreak="al",
22643  unicodeslot=0xA38,
22644 },
22645 [0xA39]={
22646  category="lo",
22647  description="GURMUKHI LETTER HA",
22648  direction="l",
22649  indic="c",
22650  linebreak="al",
22651  unicodeslot=0xA39,
22652 },
22653 [0xA3C]={
22654  category="mn",
22655  combining=0x7,
22656  description="GURMUKHI SIGN NUKTA",
22657  direction="nsm",
22658  indic="o",
22659  indicclass="nukta",
22660  indicmark="b",
22661  linebreak="cm",
22662  unicodeslot=0xA3C,
22663 },
22664 [0xA3E]={
22665  category="mc",
22666  description="GURMUKHI VOWEL SIGN AA",
22667  direction="l",
22668  indic="d",
22669  indicmark="r",
22670  indicorder="ap",
22671  linebreak="cm",
22672  unicodeslot=0xA3E,
22673 },
22674 [0xA3F]={
22675  category="mc",
22676  description="GURMUKHI VOWEL SIGN I",
22677  direction="l",
22678  indic="d",
22679  indicmark="l",
22680  indicorder="bh",
22681  linebreak="cm",
22682  unicodeslot=0xA3F,
22683 },
22684 [0xA40]={
22685  category="mc",
22686  description="GURMUKHI VOWEL SIGN II",
22687  direction="l",
22688  indic="d",
22689  indicmark="r",
22690  indicorder="ap",
22691  linebreak="cm",
22692  unicodeslot=0xA40,
22693 },
22694 [0xA41]={
22695  category="mn",
22696  description="GURMUKHI VOWEL SIGN U",
22697  direction="nsm",
22698  indic="d",
22699  indicmark="b",
22700  indicorder="ap",
22701  linebreak="cm",
22702  unicodeslot=0xA41,
22703 },
22704 [0xA42]={
22705  category="mn",
22706  description="GURMUKHI VOWEL SIGN UU",
22707  direction="nsm",
22708  indic="d",
22709  indicmark="b",
22710  indicorder="ap",
22711  linebreak="cm",
22712  unicodeslot=0xA42,
22713 },
22714 [0xA47]={
22715  category="mn",
22716  description="GURMUKHI VOWEL SIGN EE",
22717  direction="nsm",
22718  indic="d",
22719  indicmark="t",
22720  indicorder="as",
22721  linebreak="cm",
22722  unicodeslot=0xA47,
22723 },
22724 [0xA48]={
22725  category="mn",
22726  description="GURMUKHI VOWEL SIGN AI",
22727  direction="nsm",
22728  indic="d",
22729  indicmark="t",
22730  indicorder="as",
22731  linebreak="cm",
22732  unicodeslot=0xA48,
22733 },
22734 [0xA4B]={
22735  category="mn",
22736  description="GURMUKHI VOWEL SIGN OO",
22737  direction="nsm",
22738  indic="d",
22739  indicmark="t",
22740  indicorder="as",
22741  linebreak="cm",
22742  unicodeslot=0xA4B,
22743 },
22744 [0xA4C]={
22745  category="mn",
22746  description="GURMUKHI VOWEL SIGN AU",
22747  direction="nsm",
22748  indic="d",
22749  indicmark="t",
22750  indicorder="as",
22751  linebreak="cm",
22752  unicodeslot=0xA4C,
22753 },
22754 [0xA4D]={
22755  category="mn",
22756  combining=0x9,
22757  description="GURMUKHI SIGN VIRAMA",
22758  direction="nsm",
22759  indic="o",
22760  indicclass="halant",
22761  indicmark="b",
22762  linebreak="cm",
22763  unicodeslot=0xA4D,
22764 },
22765 [0xA51]={
22766  category="mn",
22767  description="GURMUKHI SIGN UDAAT",
22768  direction="nsm",
22769  indic="o",
22770  linebreak="cm",
22771  unicodeslot=0xA51,
22772 },
22773 [0xA59]={
22774  category="lo",
22775  description="GURMUKHI LETTER KHHA",
22776  direction="l",
22777  indic="c",
22778  linebreak="al",
22779  specials={ "char", 0xA16, 0xA3C },
22780  unicodeslot=0xA59,
22781 },
22782 [0xA5A]={
22783  category="lo",
22784  description="GURMUKHI LETTER GHHA",
22785  direction="l",
22786  indic="c",
22787  linebreak="al",
22788  specials={ "char", 0xA17, 0xA3C },
22789  unicodeslot=0xA5A,
22790 },
22791 [0xA5B]={
22792  category="lo",
22793  description="GURMUKHI LETTER ZA",
22794  direction="l",
22795  indic="c",
22796  linebreak="al",
22797  specials={ "char", 0xA1C, 0xA3C },
22798  unicodeslot=0xA5B,
22799 },
22800 [0xA5C]={
22801  category="lo",
22802  description="GURMUKHI LETTER RRA",
22803  direction="l",
22804  indic="c",
22805  linebreak="al",
22806  unicodeslot=0xA5C,
22807 },
22808 [0xA5E]={
22809  category="lo",
22810  description="GURMUKHI LETTER FA",
22811  direction="l",
22812  indic="c",
22813  linebreak="al",
22814  specials={ "char", 0xA2B, 0xA3C },
22815  unicodeslot=0xA5E,
22816 },
22817 [0xA66]={
22818  category="nd",
22819  description="GURMUKHI DIGIT ZERO",
22820  direction="l",
22821  indic="o",
22822  linebreak="nu",
22823  unicodeslot=0xA66,
22824 },
22825 [0xA67]={
22826  category="nd",
22827  description="GURMUKHI DIGIT ONE",
22828  direction="l",
22829  indic="o",
22830  linebreak="nu",
22831  unicodeslot=0xA67,
22832 },
22833 [0xA68]={
22834  category="nd",
22835  description="GURMUKHI DIGIT TWO",
22836  direction="l",
22837  indic="o",
22838  linebreak="nu",
22839  unicodeslot=0xA68,
22840 },
22841 [0xA69]={
22842  category="nd",
22843  description="GURMUKHI DIGIT THREE",
22844  direction="l",
22845  indic="o",
22846  linebreak="nu",
22847  unicodeslot=0xA69,
22848 },
22849 [0xA6A]={
22850  category="nd",
22851  description="GURMUKHI DIGIT FOUR",
22852  direction="l",
22853  indic="o",
22854  linebreak="nu",
22855  unicodeslot=0xA6A,
22856 },
22857 [0xA6B]={
22858  category="nd",
22859  description="GURMUKHI DIGIT FIVE",
22860  direction="l",
22861  indic="o",
22862  linebreak="nu",
22863  unicodeslot=0xA6B,
22864 },
22865 [0xA6C]={
22866  category="nd",
22867  description="GURMUKHI DIGIT SIX",
22868  direction="l",
22869  indic="o",
22870  linebreak="nu",
22871  unicodeslot=0xA6C,
22872 },
22873 [0xA6D]={
22874  category="nd",
22875  description="GURMUKHI DIGIT SEVEN",
22876  direction="l",
22877  indic="o",
22878  linebreak="nu",
22879  unicodeslot=0xA6D,
22880 },
22881 [0xA6E]={
22882  category="nd",
22883  description="GURMUKHI DIGIT EIGHT",
22884  direction="l",
22885  indic="o",
22886  linebreak="nu",
22887  unicodeslot=0xA6E,
22888 },
22889 [0xA6F]={
22890  category="nd",
22891  description="GURMUKHI DIGIT NINE",
22892  direction="l",
22893  indic="o",
22894  linebreak="nu",
22895  unicodeslot=0xA6F,
22896 },
22897 [0xA70]={
22898  category="mn",
22899  description="GURMUKHI TIPPI",
22900  direction="nsm",
22901  indic="o",
22902  indicorder="ap",
22903  linebreak="cm",
22904  unicodeslot=0xA70,
22905 },
22906 [0xA71]={
22907  category="mn",
22908  description="GURMUKHI ADDAK",
22909  direction="nsm",
22910  indic="o",
22911  indicorder="ap",
22912  linebreak="cm",
22913  unicodeslot=0xA71,
22914 },
22915 [0xA72]={
22916  category="lo",
22917  description="GURMUKHI IRI",
22918  direction="l",
22919  indic="o",
22920  linebreak="al",
22921  unicodeslot=0xA72,
22922 },
22923 [0xA73]={
22924  category="lo",
22925  description="GURMUKHI URA",
22926  direction="l",
22927  indic="o",
22928  linebreak="al",
22929  unicodeslot=0xA73,
22930 },
22931 [0xA74]={
22932  category="lo",
22933  description="GURMUKHI EK ONKAR",
22934  direction="l",
22935  indic="o",
22936  linebreak="al",
22937  unicodeslot=0xA74,
22938 },
22939 [0xA75]={
22940  category="mn",
22941  description="GURMUKHI SIGN YAKASH",
22942  direction="nsm",
22943  indic="o",
22944  linebreak="cm",
22945  unicodeslot=0xA75,
22946 },
22947 [0xA76]={
22948  category="po",
22949  description="GURMUKHI ABBREVIATION SIGN",
22950  direction="l",
22951  linebreak="al",
22952  unicodeslot=0xA76,
22953 },
22954 [0xA81]={
22955  category="mn",
22956  description="GUJARATI SIGN CANDRABINDU",
22957  direction="nsm",
22958  indic="o",
22959  linebreak="cm",
22960  unicodeslot=0xA81,
22961 },
22962 [0xA82]={
22963  category="mn",
22964  description="GUJARATI SIGN ANUSVARA",
22965  direction="nsm",
22966  indic="o",
22967  indicmark="t",
22968  linebreak="cm",
22969  unicodeslot=0xA82,
22970 },
22971 [0xA83]={
22972  category="mc",
22973  description="GUJARATI SIGN VISARGA",
22974  direction="l",
22975  indic="o",
22976  linebreak="cm",
22977  unicodeslot=0xA83,
22978 },
22979 [0xA85]={
22980  category="lo",
22981  description="GUJARATI LETTER A",
22982  direction="l",
22983  indic="i",
22984  linebreak="al",
22985  unicodeslot=0xA85,
22986 },
22987 [0xA86]={
22988  category="lo",
22989  description="GUJARATI LETTER AA",
22990  direction="l",
22991  indic="i",
22992  linebreak="al",
22993  unicodeslot=0xA86,
22994 },
22995 [0xA87]={
22996  category="lo",
22997  description="GUJARATI LETTER I",
22998  direction="l",
22999  indic="i",
23000  linebreak="al",
23001  unicodeslot=0xA87,
23002 },
23003 [0xA88]={
23004  category="lo",
23005  description="GUJARATI LETTER II",
23006  direction="l",
23007  indic="i",
23008  linebreak="al",
23009  unicodeslot=0xA88,
23010 },
23011 [0xA89]={
23012  category="lo",
23013  description="GUJARATI LETTER U",
23014  direction="l",
23015  indic="i",
23016  linebreak="al",
23017  unicodeslot=0xA89,
23018 },
23019 [0xA8A]={
23020  category="lo",
23021  description="GUJARATI LETTER UU",
23022  direction="l",
23023  indic="i",
23024  linebreak="al",
23025  unicodeslot=0xA8A,
23026 },
23027 [0xA8B]={
23028  category="lo",
23029  description="GUJARATI LETTER VOCALIC R",
23030  direction="l",
23031  indic="i",
23032  linebreak="al",
23033  unicodeslot=0xA8B,
23034 },
23035 [0xA8C]={
23036  category="lo",
23037  description="GUJARATI LETTER VOCALIC L",
23038  direction="l",
23039  indic="i",
23040  linebreak="al",
23041  unicodeslot=0xA8C,
23042 },
23043 [0xA8D]={
23044  category="lo",
23045  description="GUJARATI VOWEL CANDRA E",
23046  direction="l",
23047  indic="i",
23048  linebreak="al",
23049  unicodeslot=0xA8D,
23050 },
23051 [0xA8F]={
23052  category="lo",
23053  description="GUJARATI LETTER E",
23054  direction="l",
23055  indic="i",
23056  linebreak="al",
23057  unicodeslot=0xA8F,
23058 },
23059 [0xA90]={
23060  category="lo",
23061  description="GUJARATI LETTER AI",
23062  direction="l",
23063  indic="i",
23064  linebreak="al",
23065  unicodeslot=0xA90,
23066 },
23067 [0xA91]={
23068  category="lo",
23069  description="GUJARATI VOWEL CANDRA O",
23070  direction="l",
23071  indic="i",
23072  linebreak="al",
23073  unicodeslot=0xA91,
23074 },
23075 [0xA93]={
23076  category="lo",
23077  description="GUJARATI LETTER O",
23078  direction="l",
23079  indic="i",
23080  linebreak="al",
23081  unicodeslot=0xA93,
23082 },
23083 [0xA94]={
23084  category="lo",
23085  description="GUJARATI LETTER AU",
23086  direction="l",
23087  indic="i",
23088  linebreak="al",
23089  unicodeslot=0xA94,
23090 },
23091 [0xA95]={
23092  category="lo",
23093  description="GUJARATI LETTER KA",
23094  direction="l",
23095  indic="c",
23096  linebreak="al",
23097  unicodeslot=0xA95,
23098 },
23099 [0xA96]={
23100  category="lo",
23101  description="GUJARATI LETTER KHA",
23102  direction="l",
23103  indic="c",
23104  linebreak="al",
23105  unicodeslot=0xA96,
23106 },
23107 [0xA97]={
23108  category="lo",
23109  description="GUJARATI LETTER GA",
23110  direction="l",
23111  indic="c",
23112  linebreak="al",
23113  unicodeslot=0xA97,
23114 },
23115 [0xA98]={
23116  category="lo",
23117  description="GUJARATI LETTER GHA",
23118  direction="l",
23119  indic="c",
23120  linebreak="al",
23121  unicodeslot=0xA98,
23122 },
23123 [0xA99]={
23124  category="lo",
23125  description="GUJARATI LETTER NGA",
23126  direction="l",
23127  indic="c",
23128  linebreak="al",
23129  unicodeslot=0xA99,
23130 },
23131 [0xA9A]={
23132  category="lo",
23133  description="GUJARATI LETTER CA",
23134  direction="l",
23135  indic="c",
23136  linebreak="al",
23137  unicodeslot=0xA9A,
23138 },
23139 [0xA9B]={
23140  category="lo",
23141  description="GUJARATI LETTER CHA",
23142  direction="l",
23143  indic="c",
23144  linebreak="al",
23145  unicodeslot=0xA9B,
23146 },
23147 [0xA9C]={
23148  category="lo",
23149  description="GUJARATI LETTER JA",
23150  direction="l",
23151  indic="c",
23152  linebreak="al",
23153  unicodeslot=0xA9C,
23154 },
23155 [0xA9D]={
23156  category="lo",
23157  description="GUJARATI LETTER JHA",
23158  direction="l",
23159  indic="c",
23160  linebreak="al",
23161  unicodeslot=0xA9D,
23162 },
23163 [0xA9E]={
23164  category="lo",
23165  description="GUJARATI LETTER NYA",
23166  direction="l",
23167  indic="c",
23168  linebreak="al",
23169  unicodeslot=0xA9E,
23170 },
23171 [0xA9F]={
23172  category="lo",
23173  description="GUJARATI LETTER TTA",
23174  direction="l",
23175  indic="c",
23176  linebreak="al",
23177  unicodeslot=0xA9F,
23178 },
23179 [0xAA0]={
23180  category="lo",
23181  description="GUJARATI LETTER TTHA",
23182  direction="l",
23183  indic="c",
23184  linebreak="al",
23185  unicodeslot=0xAA0,
23186 },
23187 [0xAA1]={
23188  category="lo",
23189  description="GUJARATI LETTER DDA",
23190  direction="l",
23191  indic="c",
23192  linebreak="al",
23193  unicodeslot=0xAA1,
23194 },
23195 [0xAA2]={
23196  category="lo",
23197  description="GUJARATI LETTER DDHA",
23198  direction="l",
23199  indic="c",
23200  linebreak="al",
23201  unicodeslot=0xAA2,
23202 },
23203 [0xAA3]={
23204  category="lo",
23205  description="GUJARATI LETTER NNA",
23206  direction="l",
23207  indic="c",
23208  linebreak="al",
23209  unicodeslot=0xAA3,
23210 },
23211 [0xAA4]={
23212  category="lo",
23213  description="GUJARATI LETTER TA",
23214  direction="l",
23215  indic="c",
23216  linebreak="al",
23217  unicodeslot=0xAA4,
23218 },
23219 [0xAA5]={
23220  category="lo",
23221  description="GUJARATI LETTER THA",
23222  direction="l",
23223  indic="c",
23224  linebreak="al",
23225  unicodeslot=0xAA5,
23226 },
23227 [0xAA6]={
23228  category="lo",
23229  description="GUJARATI LETTER DA",
23230  direction="l",
23231  indic="c",
23232  linebreak="al",
23233  unicodeslot=0xAA6,
23234 },
23235 [0xAA7]={
23236  category="lo",
23237  description="GUJARATI LETTER DHA",
23238  direction="l",
23239  indic="c",
23240  linebreak="al",
23241  unicodeslot=0xAA7,
23242 },
23243 [0xAA8]={
23244  category="lo",
23245  description="GUJARATI LETTER NA",
23246  direction="l",
23247  indic="c",
23248  linebreak="al",
23249  unicodeslot=0xAA8,
23250 },
23251 [0xAAA]={
23252  category="lo",
23253  description="GUJARATI LETTER PA",
23254  direction="l",
23255  indic="c",
23256  linebreak="al",
23257  unicodeslot=0xAAA,
23258 },
23259 [0xAAB]={
23260  category="lo",
23261  description="GUJARATI LETTER PHA",
23262  direction="l",
23263  indic="c",
23264  linebreak="al",
23265  unicodeslot=0xAAB,
23266 },
23267 [0xAAC]={
23268  category="lo",
23269  description="GUJARATI LETTER BA",
23270  direction="l",
23271  indic="c",
23272  linebreak="al",
23273  unicodeslot=0xAAC,
23274 },
23275 [0xAAD]={
23276  category="lo",
23277  description="GUJARATI LETTER BHA",
23278  direction="l",
23279  indic="c",
23280  linebreak="al",
23281  unicodeslot=0xAAD,
23282 },
23283 [0xAAE]={
23284  category="lo",
23285  description="GUJARATI LETTER MA",
23286  direction="l",
23287  indic="c",
23288  linebreak="al",
23289  unicodeslot=0xAAE,
23290 },
23291 [0xAAF]={
23292  category="lo",
23293  description="GUJARATI LETTER YA",
23294  direction="l",
23295  indic="c",
23296  indicorder="ap",
23297  linebreak="al",
23298  unicodeslot=0xAAF,
23299 },
23300 [0xAB0]={
23301  category="lo",
23302  description="GUJARATI LETTER RA",
23303  direction="l",
23304  indic="c",
23305  indicclass="ra",
23306  indicorder="bp",
23307  linebreak="al",
23308  unicodeslot=0xAB0,
23309 },
23310 [0xAB2]={
23311  category="lo",
23312  description="GUJARATI LETTER LA",
23313  direction="l",
23314  indic="c",
23315  linebreak="al",
23316  unicodeslot=0xAB2,
23317 },
23318 [0xAB3]={
23319  category="lo",
23320  description="GUJARATI LETTER LLA",
23321  direction="l",
23322  indic="c",
23323  linebreak="al",
23324  unicodeslot=0xAB3,
23325 },
23326 [0xAB5]={
23327  category="lo",
23328  description="GUJARATI LETTER VA",
23329  direction="l",
23330  indic="c",
23331  linebreak="al",
23332  unicodeslot=0xAB5,
23333 },
23334 [0xAB6]={
23335  category="lo",
23336  description="GUJARATI LETTER SHA",
23337  direction="l",
23338  indic="c",
23339  linebreak="al",
23340  unicodeslot=0xAB6,
23341 },
23342 [0xAB7]={
23343  category="lo",
23344  description="GUJARATI LETTER SSA",
23345  direction="l",
23346  indic="c",
23347  linebreak="al",
23348  unicodeslot=0xAB7,
23349 },
23350 [0xAB8]={
23351  category="lo",
23352  description="GUJARATI LETTER SA",
23353  direction="l",
23354  indic="c",
23355  linebreak="al",
23356  unicodeslot=0xAB8,
23357 },
23358 [0xAB9]={
23359  category="lo",
23360  description="GUJARATI LETTER HA",
23361  direction="l",
23362  indic="c",
23363  linebreak="al",
23364  unicodeslot=0xAB9,
23365 },
23366 [0xABC]={
23367  category="mn",
23368  combining=0x7,
23369  description="GUJARATI SIGN NUKTA",
23370  direction="nsm",
23371  indic="o",
23372  indicclass="nukta",
23373  indicmark="b",
23374  linebreak="cm",
23375  unicodeslot=0xABC,
23376 },
23377 [0xABD]={
23378  category="lo",
23379  description="GUJARATI SIGN AVAGRAHA",
23380  direction="l",
23381  indic="o",
23382  linebreak="al",
23383  unicodeslot=0xABD,
23384 },
23385 [0xABE]={
23386  category="mc",
23387  description="GUJARATI VOWEL SIGN AA",
23388  direction="l",
23389  indic="d",
23390  indicmark="r",
23391  indicorder="ap",
23392  linebreak="cm",
23393  unicodeslot=0xABE,
23394 },
23395 [0xABF]={
23396  category="mc",
23397  description="GUJARATI VOWEL SIGN I",
23398  direction="l",
23399  indic="d",
23400  indicmark="l",
23401  indicorder="bh",
23402  linebreak="cm",
23403  unicodeslot=0xABF,
23404 },
23405 [0xAC0]={
23406  category="mc",
23407  description="GUJARATI VOWEL SIGN II",
23408  direction="l",
23409  indic="d",
23410  indicmark="r",
23411  indicorder="ap",
23412  linebreak="cm",
23413  unicodeslot=0xAC0,
23414 },
23415 [0xAC1]={
23416  category="mn",
23417  description="GUJARATI VOWEL SIGN U",
23418  direction="nsm",
23419  indic="d",
23420  indicmark="b",
23421  indicorder="ap",
23422  linebreak="cm",
23423  unicodeslot=0xAC1,
23424 },
23425 [0xAC2]={
23426  category="mn",
23427  description="GUJARATI VOWEL SIGN UU",
23428  direction="nsm",
23429  indic="d",
23430  indicmark="b",
23431  indicorder="ap",
23432  linebreak="cm",
23433  unicodeslot=0xAC2,
23434 },
23435 [0xAC3]={
23436  category="mn",
23437  description="GUJARATI VOWEL SIGN VOCALIC R",
23438  direction="nsm",
23439  indic="d",
23440  indicmark="b",
23441  indicorder="ap",
23442  linebreak="cm",
23443  unicodeslot=0xAC3,
23444 },
23445 [0xAC4]={
23446  category="mn",
23447  description="GUJARATI VOWEL SIGN VOCALIC RR",
23448  direction="nsm",
23449  indic="d",
23450  indicmark="b",
23451  indicorder="ap",
23452  linebreak="cm",
23453  unicodeslot=0xAC4,
23454 },
23455 [0xAC5]={
23456  category="mn",
23457  description="GUJARATI VOWEL SIGN CANDRA E",
23458  direction="nsm",
23459  indic="d",
23460  indicmark="t",
23461  indicorder="as",
23462  linebreak="cm",
23463  unicodeslot=0xAC5,
23464 },
23465 [0xAC7]={
23466  category="mn",
23467  description="GUJARATI VOWEL SIGN E",
23468  direction="nsm",
23469  indic="d",
23470  indicmark="t",
23471  indicorder="as",
23472  linebreak="cm",
23473  unicodeslot=0xAC7,
23474 },
23475 [0xAC8]={
23476  category="mn",
23477  description="GUJARATI VOWEL SIGN AI",
23478  direction="nsm",
23479  indic="d",
23480  indicmark="t",
23481  indicorder="as",
23482  linebreak="cm",
23483  unicodeslot=0xAC8,
23484 },
23485 [0xAC9]={
23486  category="mc",
23487  description="GUJARATI VOWEL SIGN CANDRA O",
23488  direction="l",
23489  indic="d",
23490  indicmark="r",
23491  indicorder="ap",
23492  linebreak="cm",
23493  unicodeslot=0xAC9,
23494 },
23495 [0xACB]={
23496  category="mc",
23497  description="GUJARATI VOWEL SIGN O",
23498  direction="l",
23499  indic="d",
23500  indicmark="r",
23501  indicorder="ap",
23502  linebreak="cm",
23503  unicodeslot=0xACB,
23504 },
23505 [0xACC]={
23506  category="mc",
23507  description="GUJARATI VOWEL SIGN AU",
23508  direction="l",
23509  indic="d",
23510  indicmark="r",
23511  indicorder="ap",
23512  linebreak="cm",
23513  unicodeslot=0xACC,
23514 },
23515 [0xACD]={
23516  category="mn",
23517  combining=0x9,
23518  description="GUJARATI SIGN VIRAMA",
23519  direction="nsm",
23520  indic="o",
23521  indicclass="halant",
23522  indicmark="b",
23523  linebreak="cm",
23524  unicodeslot=0xACD,
23525 },
23526 [0xAD0]={
23527  category="lo",
23528  description="GUJARATI OM",
23529  direction="l",
23530  indic="o",
23531  linebreak="al",
23532  unicodeslot=0xAD0,
23533 },
23534 [0xAE0]={
23535  category="lo",
23536  description="GUJARATI LETTER VOCALIC RR",
23537  direction="l",
23538  indic="i",
23539  linebreak="al",
23540  unicodeslot=0xAE0,
23541 },
23542 [0xAE1]={
23543  category="lo",
23544  description="GUJARATI LETTER VOCALIC LL",
23545  direction="l",
23546  indic="i",
23547  linebreak="al",
23548  unicodeslot=0xAE1,
23549 },
23550 [0xAE2]={
23551  category="mn",
23552  description="GUJARATI VOWEL SIGN VOCALIC L",
23553  direction="nsm",
23554  indic="i",
23555  indicorder="ap",
23556  linebreak="cm",
23557  unicodeslot=0xAE2,
23558 },
23559 [0xAE3]={
23560  category="mn",
23561  description="GUJARATI VOWEL SIGN VOCALIC LL",
23562  direction="nsm",
23563  indic="i",
23564  indicorder="ap",
23565  linebreak="cm",
23566  unicodeslot=0xAE3,
23567 },
23568 [0xAE6]={
23569  category="nd",
23570  description="GUJARATI DIGIT ZERO",
23571  direction="l",
23572  indic="o",
23573  linebreak="nu",
23574  unicodeslot=0xAE6,
23575 },
23576 [0xAE7]={
23577  category="nd",
23578  description="GUJARATI DIGIT ONE",
23579  direction="l",
23580  indic="o",
23581  linebreak="nu",
23582  unicodeslot=0xAE7,
23583 },
23584 [0xAE8]={
23585  category="nd",
23586  description="GUJARATI DIGIT TWO",
23587  direction="l",
23588  indic="o",
23589  linebreak="nu",
23590  unicodeslot=0xAE8,
23591 },
23592 [0xAE9]={
23593  category="nd",
23594  description="GUJARATI DIGIT THREE",
23595  direction="l",
23596  indic="o",
23597  linebreak="nu",
23598  unicodeslot=0xAE9,
23599 },
23600 [0xAEA]={
23601  category="nd",
23602  description="GUJARATI DIGIT FOUR",
23603  direction="l",
23604  indic="o",
23605  linebreak="nu",
23606  unicodeslot=0xAEA,
23607 },
23608 [0xAEB]={
23609  category="nd",
23610  description="GUJARATI DIGIT FIVE",
23611  direction="l",
23612  indic="o",
23613  linebreak="nu",
23614  unicodeslot=0xAEB,
23615 },
23616 [0xAEC]={
23617  category="nd",
23618  description="GUJARATI DIGIT SIX",
23619  direction="l",
23620  indic="o",
23621  linebreak="nu",
23622  unicodeslot=0xAEC,
23623 },
23624 [0xAED]={
23625  category="nd",
23626  description="GUJARATI DIGIT SEVEN",
23627  direction="l",
23628  indic="o",
23629  linebreak="nu",
23630  unicodeslot=0xAED,
23631 },
23632 [0xAEE]={
23633  category="nd",
23634  description="GUJARATI DIGIT EIGHT",
23635  direction="l",
23636  indic="o",
23637  linebreak="nu",
23638  unicodeslot=0xAEE,
23639 },
23640 [0xAEF]={
23641  category="nd",
23642  description="GUJARATI DIGIT NINE",
23643  direction="l",
23644  indic="o",
23645  linebreak="nu",
23646  unicodeslot=0xAEF,
23647 },
23648 [0xAF0]={
23649  category="po",
23650  description="GUJARATI ABBREVIATION SIGN",
23651  direction="l",
23652  indic="o",
23653  linebreak="al",
23654  unicodeslot=0xAF0,
23655 },
23656 [0xAF1]={
23657  category="sc",
23658  description="GUJARATI RUPEE SIGN",
23659  direction="et",
23660  indic="o",
23661  linebreak="pr",
23662  unicodeslot=0xAF1,
23663 },
23664 [0xAF9]={
23665  category="lo",
23666  description="GUJARATI LETTER ZHA",
23667  direction="l",
23668  indic="o",
23669  linebreak="al",
23670  unicodeslot=0xAF9,
23671 },
23672 [0xAFA]={
23673  category="mn",
23674  description="GUJARATI SIGN SUKUN",
23675  direction="nsm",
23676  indic="o",
23677  linebreak="cm",
23678  unicodeslot=0xAFA,
23679 },
23680 [0xAFB]={
23681  category="mn",
23682  description="GUJARATI SIGN SHADDA",
23683  direction="nsm",
23684  indic="o",
23685  linebreak="cm",
23686  unicodeslot=0xAFB,
23687 },
23688 [0xAFC]={
23689  category="mn",
23690  description="GUJARATI SIGN MADDAH",
23691  direction="nsm",
23692  indic="o",
23693  linebreak="cm",
23694  unicodeslot=0xAFC,
23695 },
23696 [0xAFD]={
23697  category="mn",
23698  description="GUJARATI SIGN THREE-DOT NUKTA ABOVE",
23699  direction="nsm",
23700  indic="o",
23701  linebreak="cm",
23702  unicodeslot=0xAFD,
23703 },
23704 [0xAFE]={
23705  category="mn",
23706  description="GUJARATI SIGN CIRCLE NUKTA ABOVE",
23707  direction="nsm",
23708  indic="o",
23709  linebreak="cm",
23710  unicodeslot=0xAFE,
23711 },
23712 [0xAFF]={
23713  category="mn",
23714  description="GUJARATI SIGN TWO-CIRCLE NUKTA ABOVE",
23715  direction="nsm",
23716  indic="o",
23717  linebreak="cm",
23718  unicodeslot=0xAFF,
23719 },
23720 [0xB01]={
23721  category="mn",
23722  description="ORIYA SIGN CANDRABINDU",
23723  direction="nsm",
23724  indic="o",
23725  indicorder="bs",
23726  linebreak="cm",
23727  unicodeslot=0xB01,
23728 },
23729 [0xB02]={
23730  category="mc",
23731  description="ORIYA SIGN ANUSVARA",
23732  direction="l",
23733  indic="o",
23734  linebreak="cm",
23735  unicodeslot=0xB02,
23736 },
23737 [0xB03]={
23738  category="mc",
23739  description="ORIYA SIGN VISARGA",
23740  direction="l",
23741  indic="o",
23742  linebreak="cm",
23743  unicodeslot=0xB03,
23744 },
23745 [0xB05]={
23746  category="lo",
23747  description="ORIYA LETTER A",
23748  direction="l",
23749  indic="i",
23750  linebreak="al",
23751  unicodeslot=0xB05,
23752 },
23753 [0xB06]={
23754  category="lo",
23755  description="ORIYA LETTER AA",
23756  direction="l",
23757  indic="i",
23758  linebreak="al",
23759  unicodeslot=0xB06,
23760 },
23761 [0xB07]={
23762  category="lo",
23763  description="ORIYA LETTER I",
23764  direction="l",
23765  indic="i",
23766  linebreak="al",
23767  unicodeslot=0xB07,
23768 },
23769 [0xB08]={
23770  category="lo",
23771  description="ORIYA LETTER II",
23772  direction="l",
23773  indic="i",
23774  linebreak="al",
23775  unicodeslot=0xB08,
23776 },
23777 [0xB09]={
23778  category="lo",
23779  description="ORIYA LETTER U",
23780  direction="l",
23781  indic="i",
23782  linebreak="al",
23783  unicodeslot=0xB09,
23784 },
23785 [0xB0A]={
23786  category="lo",
23787  description="ORIYA LETTER UU",
23788  direction="l",
23789  indic="i",
23790  linebreak="al",
23791  unicodeslot=0xB0A,
23792 },
23793 [0xB0B]={
23794  category="lo",
23795  description="ORIYA LETTER VOCALIC R",
23796  direction="l",
23797  indic="i",
23798  linebreak="al",
23799  unicodeslot=0xB0B,
23800 },
23801 [0xB0C]={
23802  category="lo",
23803  description="ORIYA LETTER VOCALIC L",
23804  direction="l",
23805  indic="i",
23806  linebreak="al",
23807  unicodeslot=0xB0C,
23808 },
23809 [0xB0F]={
23810  category="lo",
23811  description="ORIYA LETTER E",
23812  direction="l",
23813  indic="i",
23814  linebreak="al",
23815  unicodeslot=0xB0F,
23816 },
23817 [0xB10]={
23818  category="lo",
23819  description="ORIYA LETTER AI",
23820  direction="l",
23821  indic="i",
23822  linebreak="al",
23823  unicodeslot=0xB10,
23824 },
23825 [0xB13]={
23826  category="lo",
23827  description="ORIYA LETTER O",
23828  direction="l",
23829  indic="i",
23830  linebreak="al",
23831  unicodeslot=0xB13,
23832 },
23833 [0xB14]={
23834  category="lo",
23835  description="ORIYA LETTER AU",
23836  direction="l",
23837  indic="i",
23838  linebreak="al",
23839  unicodeslot=0xB14,
23840 },
23841 [0xB15]={
23842  category="lo",
23843  description="ORIYA LETTER KA",
23844  direction="l",
23845  indic="c",
23846  linebreak="al",
23847  unicodeslot=0xB15,
23848 },
23849 [0xB16]={
23850  category="lo",
23851  description="ORIYA LETTER KHA",
23852  direction="l",
23853  indic="c",
23854  linebreak="al",
23855  unicodeslot=0xB16,
23856 },
23857 [0xB17]={
23858  category="lo",
23859  description="ORIYA LETTER GA",
23860  direction="l",
23861  indic="c",
23862  linebreak="al",
23863  unicodeslot=0xB17,
23864 },
23865 [0xB18]={
23866  category="lo",
23867  description="ORIYA LETTER GHA",
23868  direction="l",
23869  indic="c",
23870  linebreak="al",
23871  unicodeslot=0xB18,
23872 },
23873 [0xB19]={
23874  category="lo",
23875  description="ORIYA LETTER NGA",
23876  direction="l",
23877  indic="c",
23878  linebreak="al",
23879  unicodeslot=0xB19,
23880 },
23881 [0xB1A]={
23882  category="lo",
23883  description="ORIYA LETTER CA",
23884  direction="l",
23885  indic="c",
23886  linebreak="al",
23887  unicodeslot=0xB1A,
23888 },
23889 [0xB1B]={
23890  category="lo",
23891  description="ORIYA LETTER CHA",
23892  direction="l",
23893  indic="c",
23894  linebreak="al",
23895  unicodeslot=0xB1B,
23896 },
23897 [0xB1C]={
23898  category="lo",
23899  description="ORIYA LETTER JA",
23900  direction="l",
23901  indic="c",
23902  linebreak="al",
23903  unicodeslot=0xB1C,
23904 },
23905 [0xB1D]={
23906  category="lo",
23907  description="ORIYA LETTER JHA",
23908  direction="l",
23909  indic="c",
23910  linebreak="al",
23911  unicodeslot=0xB1D,
23912 },
23913 [0xB1E]={
23914  category="lo",
23915  description="ORIYA LETTER NYA",
23916  direction="l",
23917  indic="c",
23918  linebreak="al",
23919  unicodeslot=0xB1E,
23920 },
23921 [0xB1F]={
23922  category="lo",
23923  description="ORIYA LETTER TTA",
23924  direction="l",
23925  indic="c",
23926  linebreak="al",
23927  unicodeslot=0xB1F,
23928 },
23929 [0xB20]={
23930  category="lo",
23931  description="ORIYA LETTER TTHA",
23932  direction="l",
23933  indic="c",
23934  linebreak="al",
23935  unicodeslot=0xB20,
23936 },
23937 [0xB21]={
23938  category="lo",
23939  description="ORIYA LETTER DDA",
23940  direction="l",
23941  indic="c",
23942  linebreak="al",
23943  unicodeslot=0xB21,
23944 },
23945 [0xB22]={
23946  category="lo",
23947  description="ORIYA LETTER DDHA",
23948  direction="l",
23949  indic="c",
23950  linebreak="al",
23951  unicodeslot=0xB22,
23952 },
23953 [0xB23]={
23954  category="lo",
23955  description="ORIYA LETTER NNA",
23956  direction="l",
23957  indic="c",
23958  linebreak="al",
23959  unicodeslot=0xB23,
23960 },
23961 [0xB24]={
23962  category="lo",
23963  description="ORIYA LETTER TA",
23964  direction="l",
23965  indic="c",
23966  linebreak="al",
23967  unicodeslot=0xB24,
23968 },
23969 [0xB25]={
23970  category="lo",
23971  description="ORIYA LETTER THA",
23972  direction="l",
23973  indic="c",
23974  linebreak="al",
23975  unicodeslot=0xB25,
23976 },
23977 [0xB26]={
23978  category="lo",
23979  description="ORIYA LETTER DA",
23980  direction="l",
23981  indic="c",
23982  linebreak="al",
23983  unicodeslot=0xB26,
23984 },
23985 [0xB27]={
23986  category="lo",
23987  description="ORIYA LETTER DHA",
23988  direction="l",
23989  indic="c",
23990  linebreak="al",
23991  unicodeslot=0xB27,
23992 },
23993 [0xB28]={
23994  category="lo",
23995  description="ORIYA LETTER NA",
23996  direction="l",
23997  indic="c",
23998  linebreak="al",
23999  unicodeslot=0xB28,
24000 },
24001 [0xB2A]={
24002  category="lo",
24003  description="ORIYA LETTER PA",
24004  direction="l",
24005  indic="c",
24006  linebreak="al",
24007  unicodeslot=0xB2A,
24008 },
24009 [0xB2B]={
24010  category="lo",
24011  description="ORIYA LETTER PHA",
24012  direction="l",
24013  indic="c",
24014  linebreak="al",
24015  unicodeslot=0xB2B,
24016 },
24017 [0xB2C]={
24018  category="lo",
24019  description="ORIYA LETTER BA",
24020  direction="l",
24021  indic="c",
24022  linebreak="al",
24023  unicodeslot=0xB2C,
24024 },
24025 [0xB2D]={
24026  category="lo",
24027  description="ORIYA LETTER BHA",
24028  direction="l",
24029  indic="c",
24030  linebreak="al",
24031  unicodeslot=0xB2D,
24032 },
24033 [0xB2E]={
24034  category="lo",
24035  description="ORIYA LETTER MA",
24036  direction="l",
24037  indic="c",
24038  linebreak="al",
24039  unicodeslot=0xB2E,
24040 },
24041 [0xB2F]={
24042  category="lo",
24043  description="ORIYA LETTER YA",
24044  direction="l",
24045  indic="c",
24046  linebreak="al",
24047  unicodeslot=0xB2F,
24048 },
24049 [0xB30]={
24050  category="lo",
24051  description="ORIYA LETTER RA",
24052  direction="l",
24053  indic="c",
24054  indicclass="ra",
24055  indicorder="am",
24056  linebreak="al",
24057  unicodeslot=0xB30,
24058 },
24059 [0xB32]={
24060  category="lo",
24061  description="ORIYA LETTER LA",
24062  direction="l",
24063  indic="c",
24064  linebreak="al",
24065  unicodeslot=0xB32,
24066 },
24067 [0xB33]={
24068  category="lo",
24069  description="ORIYA LETTER LLA",
24070  direction="l",
24071  indic="c",
24072  linebreak="al",
24073  unicodeslot=0xB33,
24074 },
24075 [0xB35]={
24076  category="lo",
24077  description="ORIYA LETTER VA",
24078  direction="l",
24079  indic="c",
24080  linebreak="al",
24081  unicodeslot=0xB35,
24082 },
24083 [0xB36]={
24084  category="lo",
24085  description="ORIYA LETTER SHA",
24086  direction="l",
24087  indic="c",
24088  linebreak="al",
24089  unicodeslot=0xB36,
24090 },
24091 [0xB37]={
24092  category="lo",
24093  description="ORIYA LETTER SSA",
24094  direction="l",
24095  indic="c",
24096  linebreak="al",
24097  unicodeslot=0xB37,
24098 },
24099 [0xB38]={
24100  category="lo",
24101  description="ORIYA LETTER SA",
24102  direction="l",
24103  indic="c",
24104  linebreak="al",
24105  unicodeslot=0xB38,
24106 },
24107 [0xB39]={
24108  category="lo",
24109  description="ORIYA LETTER HA",
24110  direction="l",
24111  indic="c",
24112  linebreak="al",
24113  unicodeslot=0xB39,
24114 },
24115 [0xB3C]={
24116  category="mn",
24117  combining=0x7,
24118  description="ORIYA SIGN NUKTA",
24119  direction="nsm",
24120  indic="o",
24121  indicclass="nukta",
24122  indicmark="b",
24123  linebreak="cm",
24124  unicodeslot=0xB3C,
24125 },
24126 [0xB3D]={
24127  category="lo",
24128  description="ORIYA SIGN AVAGRAHA",
24129  direction="l",
24130  indic="o",
24131  linebreak="al",
24132  unicodeslot=0xB3D,
24133 },
24134 [0xB3E]={
24135  category="mc",
24136  description="ORIYA VOWEL SIGN AA",
24137  direction="l",
24138  indic="d",
24139  indicmark="r",
24140  indicorder="ap",
24141  linebreak="cm",
24142  unicodeslot=0xB3E,
24143 },
24144 [0xB3F]={
24145  category="mn",
24146  description="ORIYA VOWEL SIGN I",
24147  direction="nsm",
24148  indic="d",
24149  indicmark="t",
24150  indicorder="am",
24151  linebreak="cm",
24152  unicodeslot=0xB3F,
24153 },
24154 [0xB40]={
24155  category="mc",
24156  description="ORIYA VOWEL SIGN II",
24157  direction="l",
24158  indic="d",
24159  indicmark="r",
24160  indicorder="ap",
24161  linebreak="cm",
24162  unicodeslot=0xB40,
24163 },
24164 [0xB41]={
24165  category="mn",
24166  description="ORIYA VOWEL SIGN U",
24167  direction="nsm",
24168  indic="d",
24169  indicmark="b",
24170  indicorder="as",
24171  linebreak="cm",
24172  unicodeslot=0xB41,
24173 },
24174 [0xB42]={
24175  category="mn",
24176  description="ORIYA VOWEL SIGN UU",
24177  direction="nsm",
24178  indic="d",
24179  indicmark="b",
24180  indicorder="as",
24181  linebreak="cm",
24182  unicodeslot=0xB42,
24183 },
24184 [0xB43]={
24185  category="mn",
24186  description="ORIYA VOWEL SIGN VOCALIC R",
24187  direction="nsm",
24188  indic="d",
24189  indicmark="b",
24190  indicorder="as",
24191  linebreak="cm",
24192  unicodeslot=0xB43,
24193 },
24194 [0xB44]={
24195  category="mn",
24196  description="ORIYA VOWEL SIGN VOCALIC RR",
24197  direction="nsm",
24198  indic="d",
24199  indicmark="b",
24200  linebreak="cm",
24201  unicodeslot=0xB44,
24202 },
24203 [0xB47]={
24204  category="mc",
24205  description="ORIYA VOWEL SIGN E",
24206  direction="l",
24207  indic="d",
24208  indicmark="l",
24209  indicorder="bh",
24210  linebreak="cm",
24211  unicodeslot=0xB47,
24212 },
24213 [0xB48]={
24214  category="mc",
24215  description="ORIYA VOWEL SIGN AI",
24216  direction="l",
24217  indic="d",
24218  indicmark="s",
24219  linebreak="cm",
24220  specials={ "char", 0xB47, 0xB56 },
24221  unicodeslot=0xB48,
24222 },
24223 [0xB4B]={
24224  category="mc",
24225  description="ORIYA VOWEL SIGN O",
24226  direction="l",
24227  indic="d",
24228  indicmark="s",
24229  linebreak="cm",
24230  specials={ "char", 0xB47, 0xB3E },
24231  unicodeslot=0xB4B,
24232 },
24233 [0xB4C]={
24234  category="mc",
24235  description="ORIYA VOWEL SIGN AU",
24236  direction="l",
24237  indic="d",
24238  indicmark="s",
24239  linebreak="cm",
24240  specials={ "char", 0xB47, 0xB57 },
24241  unicodeslot=0xB4C,
24242 },
24243 [0xB4D]={
24244  category="mn",
24245  combining=0x9,
24246  description="ORIYA SIGN VIRAMA",
24247  direction="nsm",
24248  indic="o",
24249  indicclass="halant",
24250  indicmark="b",
24251  linebreak="cm",
24252  unicodeslot=0xB4D,
24253 },
24254 [0xB55]={
24255  category="mn",
24256  comment="todo: indic check",
24257  description="ORIYA SIGN OVERLINE",
24258  direction="nsm",
24259  linebreak="cm",
24260  unicodeslot=0xB55,
24261 },
24262 [0xB56]={
24263  category="mn",
24264  description="ORIYA AI LENGTH MARK",
24265  direction="nsm",
24266  indic="o",
24267  indicorder="am",
24268  linebreak="cm",
24269  unicodeslot=0xB56,
24270 },
24271 [0xB57]={
24272  category="mc",
24273  description="ORIYA AU LENGTH MARK",
24274  direction="l",
24275  indic="o",
24276  indicorder="ap",
24277  linebreak="cm",
24278  unicodeslot=0xB57,
24279 },
24280 [0xB5C]={
24281  category="lo",
24282  description="ORIYA LETTER RRA",
24283  direction="l",
24284  indic="c",
24285  linebreak="al",
24286  specials={ "char", 0xB21, 0xB3C },
24287  unicodeslot=0xB5C,
24288 },
24289 [0xB5D]={
24290  category="lo",
24291  description="ORIYA LETTER RHA",
24292  direction="l",
24293  indic="c",
24294  linebreak="al",
24295  specials={ "char", 0xB22, 0xB3C },
24296  unicodeslot=0xB5D,
24297 },
24298 [0xB5F]={
24299  category="lo",
24300  description="ORIYA LETTER YYA",
24301  direction="l",
24302  indic="o",
24303  linebreak="al",
24304  unicodeslot=0xB5F,
24305 },
24306 [0xB60]={
24307  category="lo",
24308  description="ORIYA LETTER VOCALIC RR",
24309  direction="l",
24310  indic="i",
24311  linebreak="al",
24312  unicodeslot=0xB60,
24313 },
24314 [0xB61]={
24315  category="lo",
24316  description="ORIYA LETTER VOCALIC LL",
24317  direction="l",
24318  indic="i",
24319  linebreak="al",
24320  unicodeslot=0xB61,
24321 },
24322 [0xB62]={
24323  category="mn",
24324  description="ORIYA VOWEL SIGN VOCALIC L",
24325  direction="nsm",
24326  indic="d",
24327  indicmark="b",
24328  linebreak="cm",
24329  unicodeslot=0xB62,
24330 },
24331 [0xB63]={
24332  category="mn",
24333  description="ORIYA VOWEL SIGN VOCALIC LL",
24334  direction="nsm",
24335  indic="d",
24336  indicmark="b",
24337  linebreak="cm",
24338  unicodeslot=0xB63,
24339 },
24340 [0xB66]={
24341  category="nd",
24342  description="ORIYA DIGIT ZERO",
24343  direction="l",
24344  indic="o",
24345  linebreak="nu",
24346  unicodeslot=0xB66,
24347 },
24348 [0xB67]={
24349  category="nd",
24350  description="ORIYA DIGIT ONE",
24351  direction="l",
24352  indic="o",
24353  linebreak="nu",
24354  unicodeslot=0xB67,
24355 },
24356 [0xB68]={
24357  category="nd",
24358  description="ORIYA DIGIT TWO",
24359  direction="l",
24360  indic="o",
24361  linebreak="nu",
24362  unicodeslot=0xB68,
24363 },
24364 [0xB69]={
24365  category="nd",
24366  description="ORIYA DIGIT THREE",
24367  direction="l",
24368  indic="o",
24369  linebreak="nu",
24370  unicodeslot=0xB69,
24371 },
24372 [0xB6A]={
24373  category="nd",
24374  description="ORIYA DIGIT FOUR",
24375  direction="l",
24376  indic="o",
24377  linebreak="nu",
24378  unicodeslot=0xB6A,
24379 },
24380 [0xB6B]={
24381  category="nd",
24382  description="ORIYA DIGIT FIVE",
24383  direction="l",
24384  indic="o",
24385  linebreak="nu",
24386  unicodeslot=0xB6B,
24387 },
24388 [0xB6C]={
24389  category="nd",
24390  description="ORIYA DIGIT SIX",
24391  direction="l",
24392  indic="o",
24393  linebreak="nu",
24394  unicodeslot=0xB6C,
24395 },
24396 [0xB6D]={
24397  category="nd",
24398  description="ORIYA DIGIT SEVEN",
24399  direction="l",
24400  indic="o",
24401  linebreak="nu",
24402  unicodeslot=0xB6D,
24403 },
24404 [0xB6E]={
24405  category="nd",
24406  description="ORIYA DIGIT EIGHT",
24407  direction="l",
24408  indic="o",
24409  linebreak="nu",
24410  unicodeslot=0xB6E,
24411 },
24412 [0xB6F]={
24413  category="nd",
24414  description="ORIYA DIGIT NINE",
24415  direction="l",
24416  indic="o",
24417  linebreak="nu",
24418  unicodeslot=0xB6F,
24419 },
24420 [0xB70]={
24421  category="so",
24422  description="ORIYA ISSHAR",
24423  direction="l",
24424  indic="o",
24425  linebreak="al",
24426  unicodeslot=0xB70,
24427 },
24428 [0xB71]={
24429  category="lo",
24430  description="ORIYA LETTER WA",
24431  direction="l",
24432  indic="c",
24433  linebreak="al",
24434  unicodeslot=0xB71,
24435 },
24436 [0xB72]={
24437  category="no",
24438  description="ORIYA FRACTION ONE QUARTER",
24439  direction="l",
24440  indic="o",
24441  linebreak="al",
24442  unicodeslot=0xB72,
24443 },
24444 [0xB73]={
24445  category="no",
24446  description="ORIYA FRACTION ONE HALF",
24447  direction="l",
24448  indic="o",
24449  linebreak="al",
24450  unicodeslot=0xB73,
24451 },
24452 [0xB74]={
24453  category="no",
24454  description="ORIYA FRACTION THREE QUARTERS",
24455  direction="l",
24456  indic="o",
24457  linebreak="al",
24458  unicodeslot=0xB74,
24459 },
24460 [0xB75]={
24461  category="no",
24462  description="ORIYA FRACTION ONE SIXTEENTH",
24463  direction="l",
24464  indic="o",
24465  linebreak="al",
24466  unicodeslot=0xB75,
24467 },
24468 [0xB76]={
24469  category="no",
24470  description="ORIYA FRACTION ONE EIGHTH",
24471  direction="l",
24472  indic="o",
24473  linebreak="al",
24474  unicodeslot=0xB76,
24475 },
24476 [0xB77]={
24477  category="no",
24478  description="ORIYA FRACTION THREE SIXTEENTHS",
24479  direction="l",
24480  indic="o",
24481  linebreak="al",
24482  unicodeslot=0xB77,
24483 },
24484 [0xB82]={
24485  category="mn",
24486  description="TAMIL SIGN ANUSVARA",
24487  direction="nsm",
24488  indic="o",
24489  linebreak="cm",
24490  unicodeslot=0xB82,
24491 },
24492 [0xB83]={
24493  category="lo",
24494  description="TAMIL SIGN VISARGA",
24495  direction="l",
24496  indic="o",
24497  linebreak="al",
24498  synonyms={ "tamil aytham" },
24499  unicodeslot=0xB83,
24500 },
24501 [0xB85]={
24502  category="lo",
24503  description="TAMIL LETTER A",
24504  direction="l",
24505  indic="i",
24506  linebreak="al",
24507  unicodeslot=0xB85,
24508 },
24509 [0xB86]={
24510  category="lo",
24511  description="TAMIL LETTER AA",
24512  direction="l",
24513  indic="i",
24514  linebreak="al",
24515  unicodeslot=0xB86,
24516 },
24517 [0xB87]={
24518  category="lo",
24519  description="TAMIL LETTER I",
24520  direction="l",
24521  indic="i",
24522  linebreak="al",
24523  unicodeslot=0xB87,
24524 },
24525 [0xB88]={
24526  category="lo",
24527  description="TAMIL LETTER II",
24528  direction="l",
24529  indic="i",
24530  linebreak="al",
24531  unicodeslot=0xB88,
24532 },
24533 [0xB89]={
24534  category="lo",
24535  description="TAMIL LETTER U",
24536  direction="l",
24537  indic="i",
24538  linebreak="al",
24539  unicodeslot=0xB89,
24540 },
24541 [0xB8A]={
24542  category="lo",
24543  description="TAMIL LETTER UU",
24544  direction="l",
24545  indic="i",
24546  linebreak="al",
24547  unicodeslot=0xB8A,
24548 },
24549 [0xB8E]={
24550  category="lo",
24551  description="TAMIL LETTER E",
24552  direction="l",
24553  indic="i",
24554  linebreak="al",
24555  unicodeslot=0xB8E,
24556 },
24557 [0xB8F]={
24558  category="lo",
24559  description="TAMIL LETTER EE",
24560  direction="l",
24561  indic="i",
24562  linebreak="al",
24563  unicodeslot=0xB8F,
24564 },
24565 [0xB90]={
24566  category="lo",
24567  description="TAMIL LETTER AI",
24568  direction="l",
24569  indic="i",
24570  linebreak="al",
24571  unicodeslot=0xB90,
24572 },
24573 [0xB92]={
24574  category="lo",
24575  description="TAMIL LETTER O",
24576  direction="l",
24577  indic="i",
24578  linebreak="al",
24579  unicodeslot=0xB92,
24580 },
24581 [0xB93]={
24582  category="lo",
24583  description="TAMIL LETTER OO",
24584  direction="l",
24585  indic="i",
24586  linebreak="al",
24587  unicodeslot=0xB93,
24588 },
24589 [0xB94]={
24590  category="lo",
24591  description="TAMIL LETTER AU",
24592  direction="l",
24593  indic="i",
24594  linebreak="al",
24595  specials={ "char", 0xB92, 0xBD7 },
24596  unicodeslot=0xB94,
24597 },
24598 [0xB95]={
24599  category="lo",
24600  description="TAMIL LETTER KA",
24601  direction="l",
24602  indic="c",
24603  linebreak="al",
24604  unicodeslot=0xB95,
24605 },
24606 [0xB99]={
24607  category="lo",
24608  description="TAMIL LETTER NGA",
24609  direction="l",
24610  indic="c",
24611  linebreak="al",
24612  unicodeslot=0xB99,
24613 },
24614 [0xB9A]={
24615  category="lo",
24616  description="TAMIL LETTER CA",
24617  direction="l",
24618  indic="c",
24619  linebreak="al",
24620  unicodeslot=0xB9A,
24621 },
24622 [0xB9C]={
24623  category="lo",
24624  description="TAMIL LETTER JA",
24625  direction="l",
24626  indic="c",
24627  linebreak="al",
24628  unicodeslot=0xB9C,
24629 },
24630 [0xB9E]={
24631  category="lo",
24632  description="TAMIL LETTER NYA",
24633  direction="l",
24634  indic="c",
24635  linebreak="al",
24636  unicodeslot=0xB9E,
24637 },
24638 [0xB9F]={
24639  category="lo",
24640  description="TAMIL LETTER TTA",
24641  direction="l",
24642  indic="c",
24643  linebreak="al",
24644  unicodeslot=0xB9F,
24645 },
24646 [0xBA3]={
24647  category="lo",
24648  description="TAMIL LETTER NNA",
24649  direction="l",
24650  indic="c",
24651  linebreak="al",
24652  unicodeslot=0xBA3,
24653 },
24654 [0xBA4]={
24655  category="lo",
24656  description="TAMIL LETTER TA",
24657  direction="l",
24658  indic="c",
24659  linebreak="al",
24660  unicodeslot=0xBA4,
24661 },
24662 [0xBA8]={
24663  category="lo",
24664  description="TAMIL LETTER NA",
24665  direction="l",
24666  indic="c",
24667  linebreak="al",
24668  unicodeslot=0xBA8,
24669 },
24670 [0xBA9]={
24671  category="lo",
24672  description="TAMIL LETTER NNNA",
24673  direction="l",
24674  indic="c",
24675  linebreak="al",
24676  unicodeslot=0xBA9,
24677 },
24678 [0xBAA]={
24679  category="lo",
24680  description="TAMIL LETTER PA",
24681  direction="l",
24682  indic="c",
24683  linebreak="al",
24684  unicodeslot=0xBAA,
24685 },
24686 [0xBAE]={
24687  category="lo",
24688  description="TAMIL LETTER MA",
24689  direction="l",
24690  indic="c",
24691  linebreak="al",
24692  unicodeslot=0xBAE,
24693 },
24694 [0xBAF]={
24695  category="lo",
24696  description="TAMIL LETTER YA",
24697  direction="l",
24698  indic="c",
24699  linebreak="al",
24700  unicodeslot=0xBAF,
24701 },
24702 [0xBB0]={
24703  category="lo",
24704  description="TAMIL LETTER RA",
24705  direction="l",
24706  indic="c",
24707  indicclass="ra",
24708  indicorder="ap",
24709  linebreak="al",
24710  unicodeslot=0xBB0,
24711 },
24712 [0xBB1]={
24713  category="lo",
24714  description="TAMIL LETTER RRA",
24715  direction="l",
24716  indic="c",
24717  linebreak="al",
24718  unicodeslot=0xBB1,
24719 },
24720 [0xBB2]={
24721  category="lo",
24722  description="TAMIL LETTER LA",
24723  direction="l",
24724  indic="c",
24725  linebreak="al",
24726  unicodeslot=0xBB2,
24727 },
24728 [0xBB3]={
24729  category="lo",
24730  description="TAMIL LETTER LLA",
24731  direction="l",
24732  indic="c",
24733  linebreak="al",
24734  unicodeslot=0xBB3,
24735 },
24736 [0xBB4]={
24737  category="lo",
24738  description="TAMIL LETTER LLLA",
24739  direction="l",
24740  indic="c",
24741  linebreak="al",
24742  unicodeslot=0xBB4,
24743 },
24744 [0xBB5]={
24745  category="lo",
24746  description="TAMIL LETTER VA",
24747  direction="l",
24748  indic="c",
24749  linebreak="al",
24750  unicodeslot=0xBB5,
24751 },
24752 [0xBB6]={
24753  category="lo",
24754  description="TAMIL LETTER SHA",
24755  direction="l",
24756  indic="c",
24757  linebreak="al",
24758  unicodeslot=0xBB6,
24759 },
24760 [0xBB7]={
24761  category="lo",
24762  description="TAMIL LETTER SSA",
24763  direction="l",
24764  indic="c",
24765  linebreak="al",
24766  unicodeslot=0xBB7,
24767 },
24768 [0xBB8]={
24769  category="lo",
24770  description="TAMIL LETTER SA",
24771  direction="l",
24772  indic="c",
24773  linebreak="al",
24774  unicodeslot=0xBB8,
24775 },
24776 [0xBB9]={
24777  category="lo",
24778  description="TAMIL LETTER HA",
24779  direction="l",
24780  indic="c",
24781  linebreak="al",
24782  unicodeslot=0xBB9,
24783 },
24784 [0xBBE]={
24785  category="mc",
24786  description="TAMIL VOWEL SIGN AA",
24787  direction="l",
24788  indic="d",
24789  indicmark="r",
24790  indicorder="ap",
24791  linebreak="cm",
24792  unicodeslot=0xBBE,
24793 },
24794 [0xBBF]={
24795  category="mc",
24796  description="TAMIL VOWEL SIGN I",
24797  direction="l",
24798  indic="d",
24799  indicmark="r",
24800  indicorder="ap",
24801  linebreak="cm",
24802  unicodeslot=0xBBF,
24803 },
24804 [0xBC0]={
24805  category="mn",
24806  description="TAMIL VOWEL SIGN II",
24807  direction="nsm",
24808  indic="d",
24809  indicmark="t",
24810  indicorder="as",
24811  linebreak="cm",
24812  unicodeslot=0xBC0,
24813 },
24814 [0xBC1]={
24815  category="mc",
24816  description="TAMIL VOWEL SIGN U",
24817  direction="l",
24818  indic="d",
24819  indicmark="b",
24820  indicorder="ap",
24821  linebreak="cm",
24822  unicodeslot=0xBC1,
24823 },
24824 [0xBC2]={
24825  category="mc",
24826  description="TAMIL VOWEL SIGN UU",
24827  direction="l",
24828  indic="d",
24829  indicmark="b",
24830  indicorder="ap",
24831  linebreak="cm",
24832  unicodeslot=0xBC2,
24833 },
24834 [0xBC6]={
24835  category="mc",
24836  description="TAMIL VOWEL SIGN E",
24837  direction="l",
24838  indic="d",
24839  indicmark="l",
24840  indicorder="bm",
24841  linebreak="cm",
24842  unicodeslot=0xBC6,
24843 },
24844 [0xBC7]={
24845  category="mc",
24846  description="TAMIL VOWEL SIGN EE",
24847  direction="l",
24848  indic="d",
24849  indicmark="l",
24850  indicorder="bm",
24851  linebreak="cm",
24852  unicodeslot=0xBC7,
24853 },
24854 [0xBC8]={
24855  category="mc",
24856  description="TAMIL VOWEL SIGN AI",
24857  direction="l",
24858  indic="d",
24859  indicmark="l",
24860  indicorder="bm",
24861  linebreak="cm",
24862  unicodeslot=0xBC8,
24863 },
24864 [0xBCA]={
24865  category="mc",
24866  description="TAMIL VOWEL SIGN O",
24867  direction="l",
24868  indic="d",
24869  indicmark="s",
24870  linebreak="cm",
24871  specials={ "char", 0xBC6, 0xBBE },
24872  unicodeslot=0xBCA,
24873 },
24874 [0xBCB]={
24875  category="mc",
24876  description="TAMIL VOWEL SIGN OO",
24877  direction="l",
24878  indic="d",
24879  indicmark="s",
24880  linebreak="cm",
24881  specials={ "char", 0xBC7, 0xBBE },
24882  unicodeslot=0xBCB,
24883 },
24884 [0xBCC]={
24885  category="mc",
24886  description="TAMIL VOWEL SIGN AU",
24887  direction="l",
24888  indic="d",
24889  indicmark="s",
24890  linebreak="cm",
24891  specials={ "char", 0xBC6, 0xBD7 },
24892  unicodeslot=0xBCC,
24893 },
24894 [0xBCD]={
24895  category="mn",
24896  combining=0x9,
24897  description="TAMIL SIGN VIRAMA",
24898  direction="nsm",
24899  indic="o",
24900  indicclass="halant",
24901  indicmark="t",
24902  linebreak="cm",
24903  unicodeslot=0xBCD,
24904 },
24905 [0xBD0]={
24906  category="lo",
24907  description="TAMIL OM",
24908  direction="l",
24909  indic="o",
24910  linebreak="al",
24911  unicodeslot=0xBD0,
24912 },
24913 [0xBD7]={
24914  category="mc",
24915  description="TAMIL AU LENGTH MARK",
24916  direction="l",
24917  indic="o",
24918  indicorder="ap",
24919  linebreak="cm",
24920  unicodeslot=0xBD7,
24921 },
24922 [0xBE6]={
24923  category="nd",
24924  description="TAMIL DIGIT ZERO",
24925  direction="l",
24926  indic="o",
24927  linebreak="nu",
24928  unicodeslot=0xBE6,
24929 },
24930 [0xBE7]={
24931  category="nd",
24932  description="TAMIL DIGIT ONE",
24933  direction="l",
24934  indic="o",
24935  linebreak="nu",
24936  unicodeslot=0xBE7,
24937 },
24938 [0xBE8]={
24939  category="nd",
24940  description="TAMIL DIGIT TWO",
24941  direction="l",
24942  indic="o",
24943  linebreak="nu",
24944  unicodeslot=0xBE8,
24945 },
24946 [0xBE9]={
24947  category="nd",
24948  description="TAMIL DIGIT THREE",
24949  direction="l",
24950  indic="o",
24951  linebreak="nu",
24952  unicodeslot=0xBE9,
24953 },
24954 [0xBEA]={
24955  category="nd",
24956  description="TAMIL DIGIT FOUR",
24957  direction="l",
24958  indic="o",
24959  linebreak="nu",
24960  unicodeslot=0xBEA,
24961 },
24962 [0xBEB]={
24963  category="nd",
24964  description="TAMIL DIGIT FIVE",
24965  direction="l",
24966  indic="o",
24967  linebreak="nu",
24968  unicodeslot=0xBEB,
24969 },
24970 [0xBEC]={
24971  category="nd",
24972  description="TAMIL DIGIT SIX",
24973  direction="l",
24974  indic="o",
24975  linebreak="nu",
24976  unicodeslot=0xBEC,
24977 },
24978 [0xBED]={
24979  category="nd",
24980  description="TAMIL DIGIT SEVEN",
24981  direction="l",
24982  indic="o",
24983  linebreak="nu",
24984  unicodeslot=0xBED,
24985 },
24986 [0xBEE]={
24987  category="nd",
24988  description="TAMIL DIGIT EIGHT",
24989  direction="l",
24990  indic="o",
24991  linebreak="nu",
24992  unicodeslot=0xBEE,
24993 },
24994 [0xBEF]={
24995  category="nd",
24996  description="TAMIL DIGIT NINE",
24997  direction="l",
24998  indic="o",
24999  linebreak="nu",
25000  unicodeslot=0xBEF,
25001 },
25002 [0xBF0]={
25003  category="no",
25004  description="TAMIL NUMBER TEN",
25005  direction="l",
25006  indic="o",
25007  linebreak="al",
25008  unicodeslot=0xBF0,
25009 },
25010 [0xBF1]={
25011  category="no",
25012  description="TAMIL NUMBER ONE HUNDRED",
25013  direction="l",
25014  indic="o",
25015  linebreak="al",
25016  unicodeslot=0xBF1,
25017 },
25018 [0xBF2]={
25019  category="no",
25020  description="TAMIL NUMBER ONE THOUSAND",
25021  direction="l",
25022  indic="o",
25023  linebreak="al",
25024  unicodeslot=0xBF2,
25025 },
25026 [0xBF3]={
25027  category="so",
25028  description="TAMIL DAY SIGN",
25029  direction="on",
25030  indic="o",
25031  linebreak="al",
25032  synonyms={ "tamil naal" },
25033  unicodeslot=0xBF3,
25034 },
25035 [0xBF4]={
25036  category="so",
25037  description="TAMIL MONTH SIGN",
25038  direction="on",
25039  indic="o",
25040  linebreak="al",
25041  synonyms={ "tamil maatham" },
25042  unicodeslot=0xBF4,
25043 },
25044 [0xBF5]={
25045  category="so",
25046  description="TAMIL YEAR SIGN",
25047  direction="on",
25048  indic="o",
25049  linebreak="al",
25050  synonyms={ "tamil varudam" },
25051  unicodeslot=0xBF5,
25052 },
25053 [0xBF6]={
25054  category="so",
25055  description="TAMIL DEBIT SIGN",
25056  direction="on",
25057  indic="o",
25058  linebreak="al",
25059  synonyms={ "tamil patru" },
25060  unicodeslot=0xBF6,
25061 },
25062 [0xBF7]={
25063  category="so",
25064  description="TAMIL CREDIT SIGN",
25065  direction="on",
25066  indic="o",
25067  linebreak="al",
25068  synonyms={ "tamil varavu" },
25069  unicodeslot=0xBF7,
25070 },
25071 [0xBF8]={
25072  category="so",
25073  description="TAMIL AS ABOVE SIGN",
25074  direction="on",
25075  indic="o",
25076  linebreak="al",
25077  synonyms={ "tamil merpadi" },
25078  unicodeslot=0xBF8,
25079 },
25080 [0xBF9]={
25081  category="sc",
25082  description="TAMIL RUPEE SIGN",
25083  direction="et",
25084  indic="o",
25085  linebreak="pr",
25086  synonyms={ "tamil rupai" },
25087  unicodeslot=0xBF9,
25088 },
25089 [0xBFA]={
25090  category="so",
25091  description="TAMIL NUMBER SIGN",
25092  direction="on",
25093  indic="o",
25094  linebreak="al",
25095  synonyms={ "tamil enn" },
25096  unicodeslot=0xBFA,
25097 },
25098 [0xC00]={
25099  category="mn",
25100  description="TELUGU SIGN COMBINING CANDRABINDU ABOVE",
25101  direction="nsm",
25102  indic="o",
25103  linebreak="cm",
25104  unicodeslot=0xC00,
25105 },
25106 [0xC01]={
25107  category="mc",
25108  description="TELUGU SIGN CANDRABINDU",
25109  direction="l",
25110  indic="o",
25111  linebreak="cm",
25112  unicodeslot=0xC01,
25113 },
25114 [0xC02]={
25115  category="mc",
25116  description="TELUGU SIGN ANUSVARA",
25117  direction="l",
25118  indic="o",
25119  linebreak="cm",
25120  synonyms={ "telugu sunna" },
25121  unicodeslot=0xC02,
25122 },
25123 [0xC03]={
25124  category="mc",
25125  description="TELUGU SIGN VISARGA",
25126  direction="l",
25127  indic="o",
25128  linebreak="cm",
25129  unicodeslot=0xC03,
25130 },
25131 [0xC04]={
25132  category="mn",
25133  description="TELUGU SIGN COMBINING ANUSVARA ABOVE",
25134  direction="nsm",
25135  linebreak="cm",
25136  unicodeslot=0xC04,
25137 },
25138 [0xC05]={
25139  category="lo",
25140  description="TELUGU LETTER A",
25141  direction="l",
25142  indic="i",
25143  linebreak="al",
25144  unicodeslot=0xC05,
25145 },
25146 [0xC06]={
25147  category="lo",
25148  description="TELUGU LETTER AA",
25149  direction="l",
25150  indic="i",
25151  linebreak="al",
25152  unicodeslot=0xC06,
25153 },
25154 [0xC07]={
25155  category="lo",
25156  description="TELUGU LETTER I",
25157  direction="l",
25158  indic="i",
25159  linebreak="al",
25160  unicodeslot=0xC07,
25161 },
25162 [0xC08]={
25163  category="lo",
25164  description="TELUGU LETTER II",
25165  direction="l",
25166  indic="i",
25167  linebreak="al",
25168  unicodeslot=0xC08,
25169 },
25170 [0xC09]={
25171  category="lo",
25172  description="TELUGU LETTER U",
25173  direction="l",
25174  indic="i",
25175  linebreak="al",
25176  unicodeslot=0xC09,
25177 },
25178 [0xC0A]={
25179  category="lo",
25180  description="TELUGU LETTER UU",
25181  direction="l",
25182  indic="i",
25183  linebreak="al",
25184  unicodeslot=0xC0A,
25185 },
25186 [0xC0B]={
25187  category="lo",
25188  description="TELUGU LETTER VOCALIC R",
25189  direction="l",
25190  indic="i",
25191  linebreak="al",
25192  unicodeslot=0xC0B,
25193 },
25194 [0xC0C]={
25195  category="lo",
25196  description="TELUGU LETTER VOCALIC L",
25197  direction="l",
25198  indic="i",
25199  linebreak="al",
25200  unicodeslot=0xC0C,
25201 },
25202 [0xC0E]={
25203  category="lo",
25204  description="TELUGU LETTER E",
25205  direction="l",
25206  indic="i",
25207  linebreak="al",
25208  unicodeslot=0xC0E,
25209 },
25210 [0xC0F]={
25211  category="lo",
25212  description="TELUGU LETTER EE",
25213  direction="l",
25214  indic="i",
25215  linebreak="al",
25216  unicodeslot=0xC0F,
25217 },
25218 [0xC10]={
25219  category="lo",
25220  description="TELUGU LETTER AI",
25221  direction="l",
25222  indic="i",
25223  linebreak="al",
25224  unicodeslot=0xC10,
25225 },
25226 [0xC12]={
25227  category="lo",
25228  description="TELUGU LETTER O",
25229  direction="l",
25230  indic="i",
25231  linebreak="al",
25232  unicodeslot=0xC12,
25233 },
25234 [0xC13]={
25235  category="lo",
25236  description="TELUGU LETTER OO",
25237  direction="l",
25238  indic="i",
25239  linebreak="al",
25240  unicodeslot=0xC13,
25241 },
25242 [0xC14]={
25243  category="lo",
25244  description="TELUGU LETTER AU",
25245  direction="l",
25246  indic="i",
25247  linebreak="al",
25248  unicodeslot=0xC14,
25249 },
25250 [0xC15]={
25251  category="lo",
25252  description="TELUGU LETTER KA",
25253  direction="l",
25254  indic="c",
25255  linebreak="al",
25256  unicodeslot=0xC15,
25257 },
25258 [0xC16]={
25259  category="lo",
25260  description="TELUGU LETTER KHA",
25261  direction="l",
25262  indic="c",
25263  linebreak="al",
25264  unicodeslot=0xC16,
25265 },
25266 [0xC17]={
25267  category="lo",
25268  description="TELUGU LETTER GA",
25269  direction="l",
25270  indic="c",
25271  linebreak="al",
25272  unicodeslot=0xC17,
25273 },
25274 [0xC18]={
25275  category="lo",
25276  description="TELUGU LETTER GHA",
25277  direction="l",
25278  indic="c",
25279  linebreak="al",
25280  unicodeslot=0xC18,
25281 },
25282 [0xC19]={
25283  category="lo",
25284  description="TELUGU LETTER NGA",
25285  direction="l",
25286  indic="c",
25287  linebreak="al",
25288  unicodeslot=0xC19,
25289 },
25290 [0xC1A]={
25291  category="lo",
25292  description="TELUGU LETTER CA",
25293  direction="l",
25294  indic="c",
25295  linebreak="al",
25296  unicodeslot=0xC1A,
25297 },
25298 [0xC1B]={
25299  category="lo",
25300  description="TELUGU LETTER CHA",
25301  direction="l",
25302  indic="c",
25303  linebreak="al",
25304  unicodeslot=0xC1B,
25305 },
25306 [0xC1C]={
25307  category="lo",
25308  description="TELUGU LETTER JA",
25309  direction="l",
25310  indic="c",
25311  linebreak="al",
25312  unicodeslot=0xC1C,
25313 },
25314 [0xC1D]={
25315  category="lo",
25316  description="TELUGU LETTER JHA",
25317  direction="l",
25318  indic="c",
25319  linebreak="al",
25320  unicodeslot=0xC1D,
25321 },
25322 [0xC1E]={
25323  category="lo",
25324  description="TELUGU LETTER NYA",
25325  direction="l",
25326  indic="c",
25327  linebreak="al",
25328  unicodeslot=0xC1E,
25329 },
25330 [0xC1F]={
25331  category="lo",
25332  description="TELUGU LETTER TTA",
25333  direction="l",
25334  indic="c",
25335  linebreak="al",
25336  unicodeslot=0xC1F,
25337 },
25338 [0xC20]={
25339  category="lo",
25340  description="TELUGU LETTER TTHA",
25341  direction="l",
25342  indic="c",
25343  linebreak="al",
25344  unicodeslot=0xC20,
25345 },
25346 [0xC21]={
25347  category="lo",
25348  description="TELUGU LETTER DDA",
25349  direction="l",
25350  indic="c",
25351  linebreak="al",
25352  unicodeslot=0xC21,
25353 },
25354 [0xC22]={
25355  category="lo",
25356  description="TELUGU LETTER DDHA",
25357  direction="l",
25358  indic="c",
25359  linebreak="al",
25360  unicodeslot=0xC22,
25361 },
25362 [0xC23]={
25363  category="lo",
25364  description="TELUGU LETTER NNA",
25365  direction="l",
25366  indic="c",
25367  linebreak="al",
25368  unicodeslot=0xC23,
25369 },
25370 [0xC24]={
25371  category="lo",
25372  description="TELUGU LETTER TA",
25373  direction="l",
25374  indic="c",
25375  linebreak="al",
25376  unicodeslot=0xC24,
25377 },
25378 [0xC25]={
25379  category="lo",
25380  description="TELUGU LETTER THA",
25381  direction="l",
25382  indic="c",
25383  linebreak="al",
25384  unicodeslot=0xC25,
25385 },
25386 [0xC26]={
25387  category="lo",
25388  description="TELUGU LETTER DA",
25389  direction="l",
25390  indic="c",
25391  linebreak="al",
25392  unicodeslot=0xC26,
25393 },
25394 [0xC27]={
25395  category="lo",
25396  description="TELUGU LETTER DHA",
25397  direction="l",
25398  indic="c",
25399  linebreak="al",
25400  unicodeslot=0xC27,
25401 },
25402 [0xC28]={
25403  category="lo",
25404  description="TELUGU LETTER NA",
25405  direction="l",
25406  indic="c",
25407  linebreak="al",
25408  unicodeslot=0xC28,
25409 },
25410 [0xC2A]={
25411  category="lo",
25412  description="TELUGU LETTER PA",
25413  direction="l",
25414  indic="c",
25415  linebreak="al",
25416  unicodeslot=0xC2A,
25417 },
25418 [0xC2B]={
25419  category="lo",
25420  description="TELUGU LETTER PHA",
25421  direction="l",
25422  indic="c",
25423  linebreak="al",
25424  unicodeslot=0xC2B,
25425 },
25426 [0xC2C]={
25427  category="lo",
25428  description="TELUGU LETTER BA",
25429  direction="l",
25430  indic="c",
25431  linebreak="al",
25432  unicodeslot=0xC2C,
25433 },
25434 [0xC2D]={
25435  category="lo",
25436  description="TELUGU LETTER BHA",
25437  direction="l",
25438  indic="c",
25439  linebreak="al",
25440  unicodeslot=0xC2D,
25441 },
25442 [0xC2E]={
25443  category="lo",
25444  description="TELUGU LETTER MA",
25445  direction="l",
25446  indic="c",
25447  linebreak="al",
25448  unicodeslot=0xC2E,
25449 },
25450 [0xC2F]={
25451  category="lo",
25452  description="TELUGU LETTER YA",
25453  direction="l",
25454  indic="c",
25455  linebreak="al",
25456  unicodeslot=0xC2F,
25457 },
25458 [0xC30]={
25459  category="lo",
25460  description="TELUGU LETTER RA",
25461  direction="l",
25462  indic="c",
25463  indicclass="ra",
25464  indicorder="ap",
25465  linebreak="al",
25466  unicodeslot=0xC30,
25467 },
25468 [0xC31]={
25469  category="lo",
25470  description="TELUGU LETTER RRA",
25471  direction="l",
25472  indic="c",
25473  linebreak="al",
25474  unicodeslot=0xC31,
25475 },
25476 [0xC32]={
25477  category="lo",
25478  description="TELUGU LETTER LA",
25479  direction="l",
25480  indic="c",
25481  linebreak="al",
25482  unicodeslot=0xC32,
25483 },
25484 [0xC33]={
25485  category="lo",
25486  description="TELUGU LETTER LLA",
25487  direction="l",
25488  indic="c",
25489  linebreak="al",
25490  unicodeslot=0xC33,
25491 },
25492 [0xC34]={
25493  category="lo",
25494  description="TELUGU LETTER LLLA",
25495  direction="l",
25496  indic="c",
25497  linebreak="al",
25498  unicodeslot=0xC34,
25499 },
25500 [0xC35]={
25501  category="lo",
25502  description="TELUGU LETTER VA",
25503  direction="l",
25504  indic="c",
25505  linebreak="al",
25506  unicodeslot=0xC35,
25507 },
25508 [0xC36]={
25509  category="lo",
25510  description="TELUGU LETTER SHA",
25511  direction="l",
25512  indic="c",
25513  linebreak="al",
25514  unicodeslot=0xC36,
25515 },
25516 [0xC37]={
25517  category="lo",
25518  description="TELUGU LETTER SSA",
25519  direction="l",
25520  indic="c",
25521  linebreak="al",
25522  unicodeslot=0xC37,
25523 },
25524 [0xC38]={
25525  category="lo",
25526  description="TELUGU LETTER SA",
25527  direction="l",
25528  indic="c",
25529  linebreak="al",
25530  unicodeslot=0xC38,
25531 },
25532 [0xC39]={
25533  category="lo",
25534  description="TELUGU LETTER HA",
25535  direction="l",
25536  indic="c",
25537  linebreak="al",
25538  unicodeslot=0xC39,
25539 },
25540 [0xC3C]={
25541  category="mn",
25542  combining=0x7,
25543  description="TELUGU SIGN NUKTA",
25544  direction="nsm",
25545  indic="o",
25546  indicclass="nukta",
25547  indicmark="b",
25548  linebreak="cm",
25549  unicodeslot=0xC3C,
25550 },
25551 [0xC3D]={
25552  category="lo",
25553  description="TELUGU SIGN AVAGRAHA",
25554  direction="l",
25555  indic="c",
25556  linebreak="al",
25557  unicodeslot=0xC3D,
25558 },
25559 [0xC3E]={
25560  category="mn",
25561  description="TELUGU VOWEL SIGN AA",
25562  direction="nsm",
25563  indic="d",
25564  indicmark="t",
25565  indicorder="bs",
25566  linebreak="cm",
25567  unicodeslot=0xC3E,
25568 },
25569 [0xC3F]={
25570  category="mn",
25571  description="TELUGU VOWEL SIGN I",
25572  direction="nsm",
25573  indic="d",
25574  indicmark="t",
25575  indicorder="bs",
25576  linebreak="cm",
25577  unicodeslot=0xC3F,
25578 },
25579 [0xC40]={
25580  category="mn",
25581  description="TELUGU VOWEL SIGN II",
25582  direction="nsm",
25583  indic="d",
25584  indicmark="t",
25585  indicorder="bs",
25586  linebreak="cm",
25587  unicodeslot=0xC40,
25588 },
25589 [0xC41]={
25590  category="mc",
25591  description="TELUGU VOWEL SIGN U",
25592  direction="l",
25593  indic="d",
25594  indicmark="r",
25595  indicorder="bs",
25596  linebreak="cm",
25597  unicodeslot=0xC41,
25598 },
25599 [0xC42]={
25600  category="mc",
25601  description="TELUGU VOWEL SIGN UU",
25602  direction="l",
25603  indic="d",
25604  indicmark="r",
25605  indicorder="bs",
25606  linebreak="cm",
25607  unicodeslot=0xC42,
25608 },
25609 [0xC43]={
25610  category="mc",
25611  description="TELUGU VOWEL SIGN VOCALIC R",
25612  direction="l",
25613  indic="d",
25614  indicmark="r",
25615  indicorder="as",
25616  linebreak="cm",
25617  unicodeslot=0xC43,
25618 },
25619 [0xC44]={
25620  category="mc",
25621  description="TELUGU VOWEL SIGN VOCALIC RR",
25622  direction="l",
25623  indic="d",
25624  indicmark="r",
25625  indicorder="as",
25626  linebreak="cm",
25627  unicodeslot=0xC44,
25628 },
25629 [0xC46]={
25630  category="mn",
25631  description="TELUGU VOWEL SIGN E",
25632  direction="nsm",
25633  indic="d",
25634  indicmark="t",
25635  indicorder="bs",
25636  linebreak="cm",
25637  unicodeslot=0xC46,
25638 },
25639 [0xC47]={
25640  category="mn",
25641  description="TELUGU VOWEL SIGN EE",
25642  direction="nsm",
25643  indic="d",
25644  indicmark="t",
25645  indicorder="bs",
25646  linebreak="cm",
25647  unicodeslot=0xC47,
25648 },
25649 [0xC48]={
25650  category="mn",
25651  description="TELUGU VOWEL SIGN AI",
25652  direction="nsm",
25653  indic="d",
25654  indicmark="s",
25655  linebreak="cm",
25656  specials={ "char", 0xC46, 0xC56 },
25657  unicodeslot=0xC48,
25658 },
25659 [0xC4A]={
25660  category="mn",
25661  description="TELUGU VOWEL SIGN O",
25662  direction="nsm",
25663  indic="d",
25664  indicmark="t",
25665  indicorder="bs",
25666  linebreak="cm",
25667  unicodeslot=0xC4A,
25668 },
25669 [0xC4B]={
25670  category="mn",
25671  description="TELUGU VOWEL SIGN OO",
25672  direction="nsm",
25673  indic="d",
25674  indicmark="t",
25675  indicorder="bs",
25676  linebreak="cm",
25677  unicodeslot=0xC4B,
25678 },
25679 [0xC4C]={
25680  category="mn",
25681  description="TELUGU VOWEL SIGN AU",
25682  direction="nsm",
25683  indic="d",
25684  indicmark="t",
25685  indicorder="bs",
25686  linebreak="cm",
25687  unicodeslot=0xC4C,
25688 },
25689 [0xC4D]={
25690  category="mn",
25691  combining=0x9,
25692  description="TELUGU SIGN VIRAMA",
25693  direction="nsm",
25694  indic="o",
25695  indicclass="halant",
25696  indicmark="t",
25697  linebreak="cm",
25698  unicodeslot=0xC4D,
25699 },
25700 [0xC55]={
25701  category="mn",
25702  combining=0x54,
25703  description="TELUGU LENGTH MARK",
25704  direction="nsm",
25705  indic="o",
25706  indicorder="bs",
25707  linebreak="cm",
25708  unicodeslot=0xC55,
25709 },
25710 [0xC56]={
25711  category="mn",
25712  combining=0x5B,
25713  description="TELUGU AI LENGTH MARK",
25714  direction="nsm",
25715  indic="o",
25716  indicorder="bs",
25717  linebreak="cm",
25718  unicodeslot=0xC56,
25719 },
25720 [0xC58]={
25721  category="lo",
25722  description="TELUGU LETTER TSA",
25723  direction="l",
25724  indic="o",
25725  linebreak="al",
25726  unicodeslot=0xC58,
25727 },
25728 [0xC59]={
25729  category="lo",
25730  description="TELUGU LETTER DZA",
25731  direction="l",
25732  indic="o",
25733  linebreak="al",
25734  unicodeslot=0xC59,
25735 },
25736 [0xC5A]={
25737  category="lo",
25738  description="TELUGU LETTER RRRA",
25739  direction="l",
25740  indic="o",
25741  linebreak="al",
25742  unicodeslot=0xC5A,
25743 },
25744 [0xC5D]={
25745  category="lo",
25746  comment="check indic",
25747  description="TELUGU LETTER NAKAARA POLLU",
25748  direction="l",
25749  indic="i",
25750  linebreak="al",
25751  unicodeslot=0xC5D,
25752 },
25753 [0xC60]={
25754  category="lo",
25755  description="TELUGU LETTER VOCALIC RR",
25756  direction="l",
25757  indic="i",
25758  linebreak="al",
25759  unicodeslot=0xC60,
25760 },
25761 [0xC61]={
25762  category="lo",
25763  description="TELUGU LETTER VOCALIC LL",
25764  direction="l",
25765  indic="i",
25766  linebreak="al",
25767  unicodeslot=0xC61,
25768 },
25769 [0xC62]={
25770  category="mn",
25771  description="TELUGU VOWEL SIGN VOCALIC L",
25772  direction="nsm",
25773  indic="d",
25774  indicmark="b",
25775  linebreak="cm",
25776  unicodeslot=0xC62,
25777 },
25778 [0xC63]={
25779  category="mn",
25780  description="TELUGU VOWEL SIGN VOCALIC LL",
25781  direction="nsm",
25782  indic="d",
25783  indicmark="b",
25784  linebreak="cm",
25785  unicodeslot=0xC63,
25786 },
25787 [0xC66]={
25788  category="nd",
25789  description="TELUGU DIGIT ZERO",
25790  direction="l",
25791  indic="o",
25792  linebreak="nu",
25793  unicodeslot=0xC66,
25794 },
25795 [0xC67]={
25796  category="nd",
25797  description="TELUGU DIGIT ONE",
25798  direction="l",
25799  indic="o",
25800  linebreak="nu",
25801  unicodeslot=0xC67,
25802 },
25803 [0xC68]={
25804  category="nd",
25805  description="TELUGU DIGIT TWO",
25806  direction="l",
25807  indic="o",
25808  linebreak="nu",
25809  unicodeslot=0xC68,
25810 },
25811 [0xC69]={
25812  category="nd",
25813  description="TELUGU DIGIT THREE",
25814  direction="l",
25815  indic="o",
25816  linebreak="nu",
25817  unicodeslot=0xC69,
25818 },
25819 [0xC6A]={
25820  category="nd",
25821  description="TELUGU DIGIT FOUR",
25822  direction="l",
25823  indic="o",
25824  linebreak="nu",
25825  unicodeslot=0xC6A,
25826 },
25827 [0xC6B]={
25828  category="nd",
25829  description="TELUGU DIGIT FIVE",
25830  direction="l",
25831  indic="o",
25832  linebreak="nu",
25833  unicodeslot=0xC6B,
25834 },
25835 [0xC6C]={
25836  category="nd",
25837  description="TELUGU DIGIT SIX",
25838  direction="l",
25839  indic="o",
25840  linebreak="nu",
25841  unicodeslot=0xC6C,
25842 },
25843 [0xC6D]={
25844  category="nd",
25845  description="TELUGU DIGIT SEVEN",
25846  direction="l",
25847  indic="o",
25848  linebreak="nu",
25849  unicodeslot=0xC6D,
25850 },
25851 [0xC6E]={
25852  category="nd",
25853  description="TELUGU DIGIT EIGHT",
25854  direction="l",
25855  indic="o",
25856  linebreak="nu",
25857  unicodeslot=0xC6E,
25858 },
25859 [0xC6F]={
25860  category="nd",
25861  description="TELUGU DIGIT NINE",
25862  direction="l",
25863  indic="o",
25864  linebreak="nu",
25865  unicodeslot=0xC6F,
25866 },
25867 [0xC77]={
25868  category="po",
25869  description="TELUGU SIGN SIDDHAM",
25870  direction="l",
25871  linebreak="bb",
25872  unicodeslot=0xC77,
25873 },
25874 [0xC78]={
25875  category="no",
25876  description="TELUGU FRACTION DIGIT ZERO FOR ODD POWERS OF FOUR",
25877  direction="on",
25878  indic="o",
25879  linebreak="al",
25880  unicodeslot=0xC78,
25881 },
25882 [0xC79]={
25883  category="no",
25884  description="TELUGU FRACTION DIGIT ONE FOR ODD POWERS OF FOUR",
25885  direction="on",
25886  indic="o",
25887  linebreak="al",
25888  unicodeslot=0xC79,
25889 },
25890 [0xC7A]={
25891  category="no",
25892  description="TELUGU FRACTION DIGIT TWO FOR ODD POWERS OF FOUR",
25893  direction="on",
25894  indic="o",
25895  linebreak="al",
25896  unicodeslot=0xC7A,
25897 },
25898 [0xC7B]={
25899  category="no",
25900  description="TELUGU FRACTION DIGIT THREE FOR ODD POWERS OF FOUR",
25901  direction="on",
25902  indic="o",
25903  linebreak="al",
25904  unicodeslot=0xC7B,
25905 },
25906 [0xC7C]={
25907  category="no",
25908  description="TELUGU FRACTION DIGIT ONE FOR EVEN POWERS OF FOUR",
25909  direction="on",
25910  indic="o",
25911  linebreak="al",
25912  unicodeslot=0xC7C,
25913 },
25914 [0xC7D]={
25915  category="no",
25916  description="TELUGU FRACTION DIGIT TWO FOR EVEN POWERS OF FOUR",
25917  direction="on",
25918  indic="o",
25919  linebreak="al",
25920  unicodeslot=0xC7D,
25921 },
25922 [0xC7E]={
25923  category="no",
25924  description="TELUGU FRACTION DIGIT THREE FOR EVEN POWERS OF FOUR",
25925  direction="on",
25926  indic="o",
25927  linebreak="al",
25928  unicodeslot=0xC7E,
25929 },
25930 [0xC7F]={
25931  category="so",
25932  description="TELUGU SIGN TUUMU",
25933  direction="l",
25934  indic="o",
25935  linebreak="al",
25936  unicodeslot=0xC7F,
25937 },
25938 [0xC80]={
25939  category="lo",
25940  description="KANNADA SIGN SPACING CANDRABINDU",
25941  direction="l",
25942  indic="o",
25943  linebreak="al",
25944  unicodeslot=0xC80,
25945 },
25946 [0xC81]={
25947  category="mn",
25948  description="KANNADA SIGN CANDRABINDU",
25949  direction="nsm",
25950  indic="o",
25951  linebreak="cm",
25952  unicodeslot=0xC81,
25953 },
25954 [0xC82]={
25955  category="mc",
25956  description="KANNADA SIGN ANUSVARA",
25957  direction="l",
25958  indic="o",
25959  linebreak="cm",
25960  unicodeslot=0xC82,
25961 },
25962 [0xC83]={
25963  category="mc",
25964  description="KANNADA SIGN VISARGA",
25965  direction="l",
25966  indic="o",
25967  linebreak="cm",
25968  unicodeslot=0xC83,
25969 },
25970 [0xC84]={
25971  category="po",
25972  description="KANNADA SIGN SIDDHAM",
25973  direction="l",
25974  linebreak="bb",
25975  unicodeslot=0xC84,
25976 },
25977 [0xC85]={
25978  category="lo",
25979  description="KANNADA LETTER A",
25980  direction="l",
25981  indic="i",
25982  linebreak="al",
25983  unicodeslot=0xC85,
25984 },
25985 [0xC86]={
25986  category="lo",
25987  description="KANNADA LETTER AA",
25988  direction="l",
25989  indic="i",
25990  linebreak="al",
25991  unicodeslot=0xC86,
25992 },
25993 [0xC87]={
25994  category="lo",
25995  description="KANNADA LETTER I",
25996  direction="l",
25997  indic="i",
25998  linebreak="al",
25999  unicodeslot=0xC87,
26000 },
26001 [0xC88]={
26002  category="lo",
26003  description="KANNADA LETTER II",
26004  direction="l",
26005  indic="i",
26006  linebreak="al",
26007  unicodeslot=0xC88,
26008 },
26009 [0xC89]={
26010  category="lo",
26011  description="KANNADA LETTER U",
26012  direction="l",
26013  indic="i",
26014  linebreak="al",
26015  unicodeslot=0xC89,
26016 },
26017 [0xC8A]={
26018  category="lo",
26019  description="KANNADA LETTER UU",
26020  direction="l",
26021  indic="i",
26022  linebreak="al",
26023  unicodeslot=0xC8A,
26024 },
26025 [0xC8B]={
26026  category="lo",
26027  description="KANNADA LETTER VOCALIC R",
26028  direction="l",
26029  indic="i",
26030  linebreak="al",
26031  unicodeslot=0xC8B,
26032 },
26033 [0xC8C]={
26034  category="lo",
26035  description="KANNADA LETTER VOCALIC L",
26036  direction="l",
26037  indic="i",
26038  linebreak="al",
26039  unicodeslot=0xC8C,
26040 },
26041 [0xC8E]={
26042  category="lo",
26043  description="KANNADA LETTER E",
26044  direction="l",
26045  indic="i",
26046  linebreak="al",
26047  unicodeslot=0xC8E,
26048 },
26049 [0xC8F]={
26050  category="lo",
26051  description="KANNADA LETTER EE",
26052  direction="l",
26053  indic="i",
26054  linebreak="al",
26055  unicodeslot=0xC8F,
26056 },
26057 [0xC90]={
26058  category="lo",
26059  description="KANNADA LETTER AI",
26060  direction="l",
26061  indic="i",
26062  linebreak="al",
26063  unicodeslot=0xC90,
26064 },
26065 [0xC92]={
26066  category="lo",
26067  description="KANNADA LETTER O",
26068  direction="l",
26069  indic="i",
26070  linebreak="al",
26071  unicodeslot=0xC92,
26072 },
26073 [0xC93]={
26074  category="lo",
26075  description="KANNADA LETTER OO",
26076  direction="l",
26077  indic="i",
26078  linebreak="al",
26079  unicodeslot=0xC93,
26080 },
26081 [0xC94]={
26082  category="lo",
26083  description="KANNADA LETTER AU",
26084  direction="l",
26085  indic="i",
26086  linebreak="al",
26087  unicodeslot=0xC94,
26088 },
26089 [0xC95]={
26090  category="lo",
26091  description="KANNADA LETTER KA",
26092  direction="l",
26093  indic="c",
26094  linebreak="al",
26095  unicodeslot=0xC95,
26096 },
26097 [0xC96]={
26098  category="lo",
26099  description="KANNADA LETTER KHA",
26100  direction="l",
26101  indic="c",
26102  linebreak="al",
26103  unicodeslot=0xC96,
26104 },
26105 [0xC97]={
26106  category="lo",
26107  description="KANNADA LETTER GA",
26108  direction="l",
26109  indic="c",
26110  linebreak="al",
26111  unicodeslot=0xC97,
26112 },
26113 [0xC98]={
26114  category="lo",
26115  description="KANNADA LETTER GHA",
26116  direction="l",
26117  indic="c",
26118  linebreak="al",
26119  unicodeslot=0xC98,
26120 },
26121 [0xC99]={
26122  category="lo",
26123  description="KANNADA LETTER NGA",
26124  direction="l",
26125  indic="c",
26126  linebreak="al",
26127  unicodeslot=0xC99,
26128 },
26129 [0xC9A]={
26130  category="lo",
26131  description="KANNADA LETTER CA",
26132  direction="l",
26133  indic="c",
26134  linebreak="al",
26135  unicodeslot=0xC9A,
26136 },
26137 [0xC9B]={
26138  category="lo",
26139  description="KANNADA LETTER CHA",
26140  direction="l",
26141  indic="c",
26142  linebreak="al",
26143  unicodeslot=0xC9B,
26144 },
26145 [0xC9C]={
26146  category="lo",
26147  description="KANNADA LETTER JA",
26148  direction="l",
26149  indic="c",
26150  linebreak="al",
26151  unicodeslot=0xC9C,
26152 },
26153 [0xC9D]={
26154  category="lo",
26155  description="KANNADA LETTER JHA",
26156  direction="l",
26157  indic="c",
26158  linebreak="al",
26159  unicodeslot=0xC9D,
26160 },
26161 [0xC9E]={
26162  category="lo",
26163  description="KANNADA LETTER NYA",
26164  direction="l",
26165  indic="c",
26166  linebreak="al",
26167  unicodeslot=0xC9E,
26168 },
26169 [0xC9F]={
26170  category="lo",
26171  description="KANNADA LETTER TTA",
26172  direction="l",
26173  indic="c",
26174  linebreak="al",
26175  unicodeslot=0xC9F,
26176 },
26177 [0xCA0]={
26178  category="lo",
26179  description="KANNADA LETTER TTHA",
26180  direction="l",
26181  indic="c",
26182  linebreak="al",
26183  unicodeslot=0xCA0,
26184 },
26185 [0xCA1]={
26186  category="lo",
26187  description="KANNADA LETTER DDA",
26188  direction="l",
26189  indic="c",
26190  linebreak="al",
26191  unicodeslot=0xCA1,
26192 },
26193 [0xCA2]={
26194  category="lo",
26195  description="KANNADA LETTER DDHA",
26196  direction="l",
26197  indic="c",
26198  linebreak="al",
26199  unicodeslot=0xCA2,
26200 },
26201 [0xCA3]={
26202  category="lo",
26203  description="KANNADA LETTER NNA",
26204  direction="l",
26205  indic="c",
26206  linebreak="al",
26207  unicodeslot=0xCA3,
26208 },
26209 [0xCA4]={
26210  category="lo",
26211  description="KANNADA LETTER TA",
26212  direction="l",
26213  indic="c",
26214  linebreak="al",
26215  unicodeslot=0xCA4,
26216 },
26217 [0xCA5]={
26218  category="lo",
26219  description="KANNADA LETTER THA",
26220  direction="l",
26221  indic="c",
26222  linebreak="al",
26223  unicodeslot=0xCA5,
26224 },
26225 [0xCA6]={
26226  category="lo",
26227  description="KANNADA LETTER DA",
26228  direction="l",
26229  indic="c",
26230  linebreak="al",
26231  unicodeslot=0xCA6,
26232 },
26233 [0xCA7]={
26234  category="lo",
26235  description="KANNADA LETTER DHA",
26236  direction="l",
26237  indic="c",
26238  linebreak="al",
26239  unicodeslot=0xCA7,
26240 },
26241 [0xCA8]={
26242  category="lo",
26243  description="KANNADA LETTER NA",
26244  direction="l",
26245  indic="c",
26246  linebreak="al",
26247  unicodeslot=0xCA8,
26248 },
26249 [0xCAA]={
26250  category="lo",
26251  description="KANNADA LETTER PA",
26252  direction="l",
26253  indic="c",
26254  linebreak="al",
26255  unicodeslot=0xCAA,
26256 },
26257 [0xCAB]={
26258  category="lo",
26259  description="KANNADA LETTER PHA",
26260  direction="l",
26261  indic="c",
26262  linebreak="al",
26263  unicodeslot=0xCAB,
26264 },
26265 [0xCAC]={
26266  category="lo",
26267  description="KANNADA LETTER BA",
26268  direction="l",
26269  indic="c",
26270  linebreak="al",
26271  unicodeslot=0xCAC,
26272 },
26273 [0xCAD]={
26274  category="lo",
26275  description="KANNADA LETTER BHA",
26276  direction="l",
26277  indic="c",
26278  linebreak="al",
26279  unicodeslot=0xCAD,
26280 },
26281 [0xCAE]={
26282  category="lo",
26283  description="KANNADA LETTER MA",
26284  direction="l",
26285  indic="c",
26286  linebreak="al",
26287  unicodeslot=0xCAE,
26288 },
26289 [0xCAF]={
26290  category="lo",
26291  description="KANNADA LETTER YA",
26292  direction="l",
26293  indic="c",
26294  linebreak="al",
26295  unicodeslot=0xCAF,
26296 },
26297 [0xCB0]={
26298  category="lo",
26299  description="KANNADA LETTER RA",
26300  direction="l",
26301  indic="c",
26302  indicclass="ra",
26303  indicorder="ap",
26304  linebreak="al",
26305  unicodeslot=0xCB0,
26306 },
26307 [0xCB1]={
26308  category="lo",
26309  description="KANNADA LETTER RRA",
26310  direction="l",
26311  indic="c",
26312  linebreak="al",
26313  unicodeslot=0xCB1,
26314 },
26315 [0xCB2]={
26316  category="lo",
26317  description="KANNADA LETTER LA",
26318  direction="l",
26319  indic="c",
26320  linebreak="al",
26321  unicodeslot=0xCB2,
26322 },
26323 [0xCB3]={
26324  category="lo",
26325  description="KANNADA LETTER LLA",
26326  direction="l",
26327  indic="c",
26328  linebreak="al",
26329  unicodeslot=0xCB3,
26330 },
26331 [0xCB5]={
26332  category="lo",
26333  description="KANNADA LETTER VA",
26334  direction="l",
26335  indic="c",
26336  linebreak="al",
26337  unicodeslot=0xCB5,
26338 },
26339 [0xCB6]={
26340  category="lo",
26341  description="KANNADA LETTER SHA",
26342  direction="l",
26343  indic="c",
26344  linebreak="al",
26345  unicodeslot=0xCB6,
26346 },
26347 [0xCB7]={
26348  category="lo",
26349  description="KANNADA LETTER SSA",
26350  direction="l",
26351  indic="c",
26352  linebreak="al",
26353  unicodeslot=0xCB7,
26354 },
26355 [0xCB8]={
26356  category="lo",
26357  description="KANNADA LETTER SA",
26358  direction="l",
26359  indic="c",
26360  linebreak="al",
26361  unicodeslot=0xCB8,
26362 },
26363 [0xCB9]={
26364  category="lo",
26365  description="KANNADA LETTER HA",
26366  direction="l",
26367  indic="c",
26368  linebreak="al",
26369  unicodeslot=0xCB9,
26370 },
26371 [0xCBC]={
26372  category="mn",
26373  combining=0x7,
26374  description="KANNADA SIGN NUKTA",
26375  direction="nsm",
26376  indic="o",
26377  indicclass="nukta",
26378  indicmark="b",
26379  linebreak="cm",
26380  unicodeslot=0xCBC,
26381 },
26382 [0xCBD]={
26383  category="lo",
26384  description="KANNADA SIGN AVAGRAHA",
26385  direction="l",
26386  indic="o",
26387  linebreak="al",
26388  unicodeslot=0xCBD,
26389 },
26390 [0xCBE]={
26391  category="mc",
26392  description="KANNADA VOWEL SIGN AA",
26393  direction="l",
26394  indic="d",
26395  indicmark="r",
26396  indicorder="bs",
26397  linebreak="cm",
26398  unicodeslot=0xCBE,
26399 },
26400 [0xCBF]={
26401  category="mn",
26402  description="KANNADA VOWEL SIGN I",
26403  direction="l",
26404  indic="d",
26405  indicmark="t",
26406  indicorder="bs",
26407  linebreak="cm",
26408  unicodeslot=0xCBF,
26409 },
26410 [0xCC0]={
26411  category="mc",
26412  description="KANNADA VOWEL SIGN II",
26413  direction="l",
26414  indic="d",
26415  indicmark="s",
26416  linebreak="cm",
26417  specials={ "char", 0xCBF, 0xCD5 },
26418  unicodeslot=0xCC0,
26419 },
26420 [0xCC1]={
26421  category="mc",
26422  description="KANNADA VOWEL SIGN U",
26423  direction="l",
26424  indic="d",
26425  indicmark="r",
26426  indicorder="bs",
26427  linebreak="cm",
26428  unicodeslot=0xCC1,
26429 },
26430 [0xCC2]={
26431  category="mc",
26432  description="KANNADA VOWEL SIGN UU",
26433  direction="l",
26434  indic="d",
26435  indicmark="r",
26436  indicorder="bs",
26437  linebreak="cm",
26438  unicodeslot=0xCC2,
26439 },
26440 [0xCC3]={
26441  category="mc",
26442  description="KANNADA VOWEL SIGN VOCALIC R",
26443  direction="l",
26444  indic="d",
26445  indicmark="r",
26446  indicorder="as",
26447  linebreak="cm",
26448  unicodeslot=0xCC3,
26449 },
26450 [0xCC4]={
26451  category="mc",
26452  description="KANNADA VOWEL SIGN VOCALIC RR",
26453  direction="l",
26454  indic="d",
26455  indicmark="r",
26456  indicorder="as",
26457  linebreak="cm",
26458  unicodeslot=0xCC4,
26459 },
26460 [0xCC6]={
26461  category="mn",
26462  description="KANNADA VOWEL SIGN E",
26463  direction="l",
26464  indic="d",
26465  indicmark="t",
26466  indicorder="bs",
26467  linebreak="cm",
26468  unicodeslot=0xCC6,
26469 },
26470 [0xCC7]={
26471  category="mc",
26472  description="KANNADA VOWEL SIGN EE",
26473  direction="l",
26474  indic="d",
26475  indicmark="s",
26476  linebreak="cm",
26477  specials={ "char", 0xCC6, 0xCD5 },
26478  unicodeslot=0xCC7,
26479 },
26480 [0xCC8]={
26481  category="mc",
26482  description="KANNADA VOWEL SIGN AI",
26483  direction="l",
26484  indic="d",
26485  indicmark="s",
26486  linebreak="cm",
26487  specials={ "char", 0xCC6, 0xCD6 },
26488  unicodeslot=0xCC8,
26489 },
26490 [0xCCA]={
26491  category="mc",
26492  description="KANNADA VOWEL SIGN O",
26493  direction="l",
26494  indic="d",
26495  indicmark="s",
26496  linebreak="cm",
26497  specials={ "char", 0xCC6, 0xCC2 },
26498  unicodeslot=0xCCA,
26499 },
26500 [0xCCB]={
26501  category="mc",
26502  description="KANNADA VOWEL SIGN OO",
26503  direction="l",
26504  indic="d",
26505  indicmark="s",
26506  linebreak="cm",
26507  specials={ "char", 0xCCA, 0xCD5 },
26508  unicodeslot=0xCCB,
26509 },
26510 [0xCCC]={
26511  category="mn",
26512  description="KANNADA VOWEL SIGN AU",
26513  direction="nsm",
26514  indic="d",
26515  indicmark="r",
26516  indicorder="bs",
26517  linebreak="cm",
26518  unicodeslot=0xCCC,
26519 },
26520 [0xCCD]={
26521  category="mn",
26522  combining=0x9,
26523  description="KANNADA SIGN VIRAMA",
26524  direction="nsm",
26525  indic="o",
26526  indicclass="halant",
26527  linebreak="cm",
26528  unicodeslot=0xCCD,
26529 },
26530 [0xCD5]={
26531  category="mc",
26532  description="KANNADA LENGTH MARK",
26533  direction="l",
26534  indic="d",
26535  indicmark="r",
26536  indicorder="as",
26537  linebreak="cm",
26538  unicodeslot=0xCD5,
26539 },
26540 [0xCD6]={
26541  category="mc",
26542  description="KANNADA AI LENGTH MARK",
26543  direction="l",
26544  indic="d",
26545  indicmark="b",
26546  indicorder="as",
26547  linebreak="cm",
26548  unicodeslot=0xCD6,
26549 },
26550 [0xCDD]={
26551  category="lo",
26552  comment="check indic",
26553  description="KANNADA LETTER NAKAARA POLLU",
26554  direction="l",
26555  indic="i",
26556  linebreak="al",
26557  unicodeslot=0xCDD,
26558 },
26559 [0xCDE]={
26560  category="lo",
26561  description="KANNADA LETTER FA",
26562  direction="l",
26563  indic="c",
26564  linebreak="al",
26565  unicodeslot=0xCDE,
26566 },
26567 [0xCE0]={
26568  category="lo",
26569  description="KANNADA LETTER VOCALIC RR",
26570  direction="l",
26571  indic="i",
26572  linebreak="al",
26573  unicodeslot=0xCE0,
26574 },
26575 [0xCE1]={
26576  category="lo",
26577  description="KANNADA LETTER VOCALIC LL",
26578  direction="l",
26579  indic="i",
26580  linebreak="al",
26581  unicodeslot=0xCE1,
26582 },
26583 [0xCE2]={
26584  category="mn",
26585  description="KANNADA VOWEL SIGN VOCALIC L",
26586  direction="nsm",
26587  indic="d",
26588  indicmark="b",
26589  indicorder="bs",
26590  linebreak="cm",
26591  unicodeslot=0xCE2,
26592 },
26593 [0xCE3]={
26594  category="mn",
26595  description="KANNADA VOWEL SIGN VOCALIC LL",
26596  direction="nsm",
26597  indic="d",
26598  indicmark="b",
26599  indicorder="bs",
26600  linebreak="cm",
26601  unicodeslot=0xCE3,
26602 },
26603 [0xCE6]={
26604  category="nd",
26605  description="KANNADA DIGIT ZERO",
26606  direction="l",
26607  indic="o",
26608  linebreak="nu",
26609  unicodeslot=0xCE6,
26610 },
26611 [0xCE7]={
26612  category="nd",
26613  description="KANNADA DIGIT ONE",
26614  direction="l",
26615  indic="o",
26616  linebreak="nu",
26617  unicodeslot=0xCE7,
26618 },
26619 [0xCE8]={
26620  category="nd",
26621  description="KANNADA DIGIT TWO",
26622  direction="l",
26623  indic="o",
26624  linebreak="nu",
26625  unicodeslot=0xCE8,
26626 },
26627 [0xCE9]={
26628  category="nd",
26629  description="KANNADA DIGIT THREE",
26630  direction="l",
26631  indic="o",
26632  linebreak="nu",
26633  unicodeslot=0xCE9,
26634 },
26635 [0xCEA]={
26636  category="nd",
26637  description="KANNADA DIGIT FOUR",
26638  direction="l",
26639  indic="o",
26640  linebreak="nu",
26641  unicodeslot=0xCEA,
26642 },
26643 [0xCEB]={
26644  category="nd",
26645  description="KANNADA DIGIT FIVE",
26646  direction="l",
26647  indic="o",
26648  linebreak="nu",
26649  unicodeslot=0xCEB,
26650 },
26651 [0xCEC]={
26652  category="nd",
26653  description="KANNADA DIGIT SIX",
26654  direction="l",
26655  indic="o",
26656  linebreak="nu",
26657  unicodeslot=0xCEC,
26658 },
26659 [0xCED]={
26660  category="nd",
26661  description="KANNADA DIGIT SEVEN",
26662  direction="l",
26663  indic="o",
26664  linebreak="nu",
26665  unicodeslot=0xCED,
26666 },
26667 [0xCEE]={
26668  category="nd",
26669  description="KANNADA DIGIT EIGHT",
26670  direction="l",
26671  indic="o",
26672  linebreak="nu",
26673  unicodeslot=0xCEE,
26674 },
26675 [0xCEF]={
26676  category="nd",
26677  description="KANNADA DIGIT NINE",
26678  direction="l",
26679  indic="o",
26680  linebreak="nu",
26681  unicodeslot=0xCEF,
26682 },
26683 [0xCF1]={
26684  category="so",
26685  description="KANNADA SIGN JIHVAMULIYA",
26686  direction="l",
26687  indic="o",
26688  linebreak="al",
26689  unicodeslot=0xCF1,
26690 },
26691 [0xCF2]={
26692  category="so",
26693  description="KANNADA SIGN UPADHMANIYA",
26694  direction="l",
26695  indic="o",
26696  linebreak="al",
26697  unicodeslot=0xCF2,
26698 },
26699 [0xCF3]={
26700  category="mc",
26701  description="KANNADA SIGN COMBINING ANUSVARA ABOVE RIGHT",
26702  direction="l",
26703  linebreak="cm",
26704  unicodeslot=0xCF3,
26705 },
26706 [0xD00]={
26707  category="mn",
26708  description="MALAYALAM SIGN COMBINING ANUSVARA ABOVE",
26709  direction="nsm",
26710  indic="o",
26711  linebreak="cm",
26712  unicodeslot=0xD00,
26713 },
26714 [0xD01]={
26715  category="mn",
26716  description="MALAYALAM SIGN CANDRABINDU",
26717  direction="nsm",
26718  indic="o",
26719  linebreak="cm",
26720  unicodeslot=0xD01,
26721 },
26722 [0xD02]={
26723  category="mc",
26724  description="MALAYALAM SIGN ANUSVARA",
26725  direction="l",
26726  indic="m",
26727  linebreak="cm",
26728  unicodeslot=0xD02,
26729 },
26730 [0xD03]={
26731  category="mc",
26732  description="MALAYALAM SIGN VISARGA",
26733  direction="l",
26734  indic="m",
26735  linebreak="cm",
26736  unicodeslot=0xD03,
26737 },
26738 [0xD04]={
26739  category="lo",
26740  comment="todo: indic check",
26741  description="MALAYALAM LETTER VEDIC ANUSVARA",
26742  direction="l",
26743  linebreak="al",
26744  unicodeslot=0xD04,
26745 },
26746 [0xD05]={
26747  category="lo",
26748  description="MALAYALAM LETTER A",
26749  direction="l",
26750  indic="i",
26751  linebreak="al",
26752  unicodeslot=0xD05,
26753 },
26754 [0xD06]={
26755  category="lo",
26756  description="MALAYALAM LETTER AA",
26757  direction="l",
26758  indic="i",
26759  linebreak="al",
26760  unicodeslot=0xD06,
26761 },
26762 [0xD07]={
26763  category="lo",
26764  description="MALAYALAM LETTER I",
26765  direction="l",
26766  indic="i",
26767  linebreak="al",
26768  unicodeslot=0xD07,
26769 },
26770 [0xD08]={
26771  category="lo",
26772  description="MALAYALAM LETTER II",
26773  direction="l",
26774  indic="i",
26775  linebreak="al",
26776  unicodeslot=0xD08,
26777 },
26778 [0xD09]={
26779  category="lo",
26780  description="MALAYALAM LETTER U",
26781  direction="l",
26782  indic="i",
26783  linebreak="al",
26784  unicodeslot=0xD09,
26785 },
26786 [0xD0A]={
26787  category="lo",
26788  description="MALAYALAM LETTER UU",
26789  direction="l",
26790  indic="i",
26791  linebreak="al",
26792  unicodeslot=0xD0A,
26793 },
26794 [0xD0B]={
26795  category="lo",
26796  description="MALAYALAM LETTER VOCALIC R",
26797  direction="l",
26798  indic="i",
26799  linebreak="al",
26800  unicodeslot=0xD0B,
26801 },
26802 [0xD0C]={
26803  category="lo",
26804  description="MALAYALAM LETTER VOCALIC L",
26805  direction="l",
26806  indic="i",
26807  linebreak="al",
26808  unicodeslot=0xD0C,
26809 },
26810 [0xD0E]={
26811  category="lo",
26812  description="MALAYALAM LETTER E",
26813  direction="l",
26814  indic="i",
26815  linebreak="al",
26816  unicodeslot=0xD0E,
26817 },
26818 [0xD0F]={
26819  category="lo",
26820  description="MALAYALAM LETTER EE",
26821  direction="l",
26822  indic="i",
26823  linebreak="al",
26824  unicodeslot=0xD0F,
26825 },
26826 [0xD10]={
26827  category="lo",
26828  description="MALAYALAM LETTER AI",
26829  direction="l",
26830  indic="i",
26831  linebreak="al",
26832  unicodeslot=0xD10,
26833 },
26834 [0xD12]={
26835  category="lo",
26836  description="MALAYALAM LETTER O",
26837  direction="l",
26838  indic="i",
26839  linebreak="al",
26840  unicodeslot=0xD12,
26841 },
26842 [0xD13]={
26843  category="lo",
26844  description="MALAYALAM LETTER OO",
26845  direction="l",
26846  indic="i",
26847  linebreak="al",
26848  unicodeslot=0xD13,
26849 },
26850 [0xD14]={
26851  category="lo",
26852  description="MALAYALAM LETTER AU",
26853  direction="l",
26854  indic="i",
26855  linebreak="al",
26856  unicodeslot=0xD14,
26857 },
26858 [0xD15]={
26859  category="lo",
26860  description="MALAYALAM LETTER KA",
26861  direction="l",
26862  indic="c",
26863  linebreak="al",
26864  unicodeslot=0xD15,
26865 },
26866 [0xD16]={
26867  category="lo",
26868  description="MALAYALAM LETTER KHA",
26869  direction="l",
26870  indic="c",
26871  linebreak="al",
26872  unicodeslot=0xD16,
26873 },
26874 [0xD17]={
26875  category="lo",
26876  description="MALAYALAM LETTER GA",
26877  direction="l",
26878  indic="c",
26879  linebreak="al",
26880  unicodeslot=0xD17,
26881 },
26882 [0xD18]={
26883  category="lo",
26884  description="MALAYALAM LETTER GHA",
26885  direction="l",
26886  indic="c",
26887  linebreak="al",
26888  unicodeslot=0xD18,
26889 },
26890 [0xD19]={
26891  category="lo",
26892  description="MALAYALAM LETTER NGA",
26893  direction="l",
26894  indic="c",
26895  linebreak="al",
26896  unicodeslot=0xD19,
26897 },
26898 [0xD1A]={
26899  category="lo",
26900  description="MALAYALAM LETTER CA",
26901  direction="l",
26902  indic="c",
26903  linebreak="al",
26904  unicodeslot=0xD1A,
26905 },
26906 [0xD1B]={
26907  category="lo",
26908  description="MALAYALAM LETTER CHA",
26909  direction="l",
26910  indic="c",
26911  linebreak="al",
26912  unicodeslot=0xD1B,
26913 },
26914 [0xD1C]={
26915  category="lo",
26916  description="MALAYALAM LETTER JA",
26917  direction="l",
26918  indic="c",
26919  linebreak="al",
26920  unicodeslot=0xD1C,
26921 },
26922 [0xD1D]={
26923  category="lo",
26924  description="MALAYALAM LETTER JHA",
26925  direction="l",
26926  indic="c",
26927  linebreak="al",
26928  unicodeslot=0xD1D,
26929 },
26930 [0xD1E]={
26931  category="lo",
26932  description="MALAYALAM LETTER NYA",
26933  direction="l",
26934  indic="c",
26935  linebreak="al",
26936  unicodeslot=0xD1E,
26937 },
26938 [0xD1F]={
26939  category="lo",
26940  description="MALAYALAM LETTER TTA",
26941  direction="l",
26942  indic="c",
26943  linebreak="al",
26944  unicodeslot=0xD1F,
26945 },
26946 [0xD20]={
26947  category="lo",
26948  description="MALAYALAM LETTER TTHA",
26949  direction="l",
26950  indic="c",
26951  linebreak="al",
26952  unicodeslot=0xD20,
26953 },
26954 [0xD21]={
26955  category="lo",
26956  description="MALAYALAM LETTER DDA",
26957  direction="l",
26958  indic="c",
26959  linebreak="al",
26960  unicodeslot=0xD21,
26961 },
26962 [0xD22]={
26963  category="lo",
26964  description="MALAYALAM LETTER DDHA",
26965  direction="l",
26966  indic="c",
26967  linebreak="al",
26968  unicodeslot=0xD22,
26969 },
26970 [0xD23]={
26971  category="lo",
26972  description="MALAYALAM LETTER NNA",
26973  direction="l",
26974  indic="c",
26975  linebreak="al",
26976  unicodeslot=0xD23,
26977 },
26978 [0xD24]={
26979  category="lo",
26980  description="MALAYALAM LETTER TA",
26981  direction="l",
26982  indic="c",
26983  linebreak="al",
26984  unicodeslot=0xD24,
26985 },
26986 [0xD25]={
26987  category="lo",
26988  description="MALAYALAM LETTER THA",
26989  direction="l",
26990  indic="c",
26991  linebreak="al",
26992  unicodeslot=0xD25,
26993 },
26994 [0xD26]={
26995  category="lo",
26996  description="MALAYALAM LETTER DA",
26997  direction="l",
26998  indic="c",
26999  linebreak="al",
27000  unicodeslot=0xD26,
27001 },
27002 [0xD27]={
27003  category="lo",
27004  description="MALAYALAM LETTER DHA",
27005  direction="l",
27006  indic="c",
27007  linebreak="al",
27008  unicodeslot=0xD27,
27009 },
27010 [0xD28]={
27011  category="lo",
27012  description="MALAYALAM LETTER NA",
27013  direction="l",
27014  indic="c",
27015  linebreak="al",
27016  unicodeslot=0xD28,
27017 },
27018 [0xD29]={
27019  category="lo",
27020  description="MALAYALAM LETTER NNNA",
27021  direction="l",
27022  indic="c",
27023  linebreak="al",
27024  unicodeslot=0xD29,
27025 },
27026 [0xD2A]={
27027  category="lo",
27028  description="MALAYALAM LETTER PA",
27029  direction="l",
27030  indic="c",
27031  linebreak="al",
27032  unicodeslot=0xD2A,
27033 },
27034 [0xD2B]={
27035  category="lo",
27036  description="MALAYALAM LETTER PHA",
27037  direction="l",
27038  indic="c",
27039  linebreak="al",
27040  unicodeslot=0xD2B,
27041 },
27042 [0xD2C]={
27043  category="lo",
27044  description="MALAYALAM LETTER BA",
27045  direction="l",
27046  indic="c",
27047  linebreak="al",
27048  unicodeslot=0xD2C,
27049 },
27050 [0xD2D]={
27051  category="lo",
27052  description="MALAYALAM LETTER BHA",
27053  direction="l",
27054  indic="c",
27055  linebreak="al",
27056  unicodeslot=0xD2D,
27057 },
27058 [0xD2E]={
27059  category="lo",
27060  description="MALAYALAM LETTER MA",
27061  direction="l",
27062  indic="c",
27063  linebreak="al",
27064  unicodeslot=0xD2E,
27065 },
27066 [0xD2F]={
27067  category="lo",
27068  description="MALAYALAM LETTER YA",
27069  direction="l",
27070  indic="c",
27071  linebreak="al",
27072  unicodeslot=0xD2F,
27073 },
27074 [0xD30]={
27075  category="lo",
27076  description="MALAYALAM LETTER RA",
27077  direction="l",
27078  indic="c",
27079  indicclass="ra",
27080  indicorder="am",
27081  linebreak="al",
27082  unicodeslot=0xD30,
27083 },
27084 [0xD31]={
27085  category="lo",
27086  description="MALAYALAM LETTER RRA",
27087  direction="l",
27088  indic="c",
27089  linebreak="al",
27090  unicodeslot=0xD31,
27091 },
27092 [0xD32]={
27093  category="lo",
27094  description="MALAYALAM LETTER LA",
27095  direction="l",
27096  indic="c",
27097  linebreak="al",
27098  unicodeslot=0xD32,
27099 },
27100 [0xD33]={
27101  category="lo",
27102  description="MALAYALAM LETTER LLA",
27103  direction="l",
27104  indic="c",
27105  linebreak="al",
27106  unicodeslot=0xD33,
27107 },
27108 [0xD34]={
27109  category="lo",
27110  description="MALAYALAM LETTER LLLA",
27111  direction="l",
27112  indic="c",
27113  linebreak="al",
27114  unicodeslot=0xD34,
27115 },
27116 [0xD35]={
27117  category="lo",
27118  description="MALAYALAM LETTER VA",
27119  direction="l",
27120  indic="c",
27121  linebreak="al",
27122  unicodeslot=0xD35,
27123 },
27124 [0xD36]={
27125  category="lo",
27126  description="MALAYALAM LETTER SHA",
27127  direction="l",
27128  indic="c",
27129  linebreak="al",
27130  unicodeslot=0xD36,
27131 },
27132 [0xD37]={
27133  category="lo",
27134  description="MALAYALAM LETTER SSA",
27135  direction="l",
27136  indic="c",
27137  linebreak="al",
27138  unicodeslot=0xD37,
27139 },
27140 [0xD38]={
27141  category="lo",
27142  description="MALAYALAM LETTER SA",
27143  direction="l",
27144  indic="c",
27145  linebreak="al",
27146  unicodeslot=0xD38,
27147 },
27148 [0xD39]={
27149  category="lo",
27150  description="MALAYALAM LETTER HA",
27151  direction="l",
27152  indic="c",
27153  linebreak="al",
27154  unicodeslot=0xD39,
27155 },
27156 [0xD3A]={
27157  category="lo",
27158  description="MALAYALAM LETTER TTTA",
27159  direction="l",
27160  indic="c",
27161  linebreak="al",
27162  unicodeslot=0xD3A,
27163 },
27164 [0xD3B]={
27165  category="mn",
27166  combining=0x9,
27167  description="MALAYALAM SIGN VERTICAL BAR VIRAMA",
27168  direction="nsm",
27169  indic="o",
27170  linebreak="cm",
27171  unicodeslot=0xD3B,
27172 },
27173 [0xD3C]={
27174  category="mn",
27175  combining=0x9,
27176  description="MALAYALAM SIGN CIRCULAR VIRAMA",
27177  direction="nsm",
27178  indic="o",
27179  linebreak="cm",
27180  unicodeslot=0xD3C,
27181 },
27182 [0xD3D]={
27183  category="lo",
27184  description="MALAYALAM SIGN AVAGRAHA",
27185  direction="l",
27186  indic="o",
27187  linebreak="al",
27188  unicodeslot=0xD3D,
27189 },
27190 [0xD3E]={
27191  category="mc",
27192  description="MALAYALAM VOWEL SIGN AA",
27193  direction="l",
27194  indic="d",
27195  indicmark="r",
27196  indicorder="ap",
27197  linebreak="cm",
27198  unicodeslot=0xD3E,
27199 },
27200 [0xD3F]={
27201  category="mc",
27202  description="MALAYALAM VOWEL SIGN I",
27203  direction="l",
27204  indic="d",
27205  indicmark="r",
27206  indicorder="ap",
27207  linebreak="cm",
27208  unicodeslot=0xD3F,
27209 },
27210 [0xD40]={
27211  category="mc",
27212  description="MALAYALAM VOWEL SIGN II",
27213  direction="l",
27214  indic="d",
27215  indicmark="r",
27216  indicorder="ap",
27217  linebreak="cm",
27218  unicodeslot=0xD40,
27219 },
27220 [0xD41]={
27221  category="mn",
27222  description="MALAYALAM VOWEL SIGN U",
27223  direction="nsm",
27224  indic="d",
27225  indicmark="r",
27226  indicorder="ap",
27227  linebreak="cm",
27228  unicodeslot=0xD41,
27229 },
27230 [0xD42]={
27231  category="mn",
27232  description="MALAYALAM VOWEL SIGN UU",
27233  direction="nsm",
27234  indic="d",
27235  indicmark="r",
27236  indicorder="ap",
27237  linebreak="cm",
27238  unicodeslot=0xD42,
27239 },
27240 [0xD43]={
27241  category="mn",
27242  description="MALAYALAM VOWEL SIGN VOCALIC R",
27243  direction="nsm",
27244  indic="d",
27245  indicmark="r",
27246  indicorder="ap",
27247  linebreak="cm",
27248  unicodeslot=0xD43,
27249 },
27250 [0xD44]={
27251  category="mn",
27252  description="MALAYALAM VOWEL SIGN VOCALIC RR",
27253  direction="nsm",
27254  indic="d",
27255  indicmark="r",
27256  linebreak="cm",
27257  unicodeslot=0xD44,
27258 },
27259 [0xD46]={
27260  category="mc",
27261  description="MALAYALAM VOWEL SIGN E",
27262  direction="l",
27263  indic="d",
27264  indicmark="l",
27265  indicorder="bm",
27266  linebreak="cm",
27267  unicodeslot=0xD46,
27268 },
27269 [0xD47]={
27270  category="mc",
27271  description="MALAYALAM VOWEL SIGN EE",
27272  direction="l",
27273  indic="d",
27274  indicmark="l",
27275  indicorder="bm",
27276  linebreak="cm",
27277  unicodeslot=0xD47,
27278 },
27279 [0xD48]={
27280  category="mc",
27281  description="MALAYALAM VOWEL SIGN AI",
27282  direction="l",
27283  indic="d",
27284  indicmark="l",
27285  indicorder="bm",
27286  linebreak="cm",
27287  unicodeslot=0xD48,
27288 },
27289 [0xD4A]={
27290  category="mc",
27291  description="MALAYALAM VOWEL SIGN O",
27292  direction="l",
27293  indic="d",
27294  indicmark="s",
27295  linebreak="cm",
27296  specials={ "char", 0xD46, 0xD3E },
27297  unicodeslot=0xD4A,
27298 },
27299 [0xD4B]={
27300  category="mc",
27301  description="MALAYALAM VOWEL SIGN OO",
27302  direction="l",
27303  indic="d",
27304  indicmark="s",
27305  linebreak="cm",
27306  specials={ "char", 0xD47, 0xD3E },
27307  unicodeslot=0xD4B,
27308 },
27309 [0xD4C]={
27310  category="mc",
27311  description="MALAYALAM VOWEL SIGN AU",
27312  direction="l",
27313  indic="d",
27314  indicmark="s",
27315  linebreak="cm",
27316  specials={ "char", 0xD46, 0xD57 },
27317  unicodeslot=0xD4C,
27318 },
27319 [0xD4D]={
27320  category="mn",
27321  combining=0x9,
27322  description="MALAYALAM SIGN VIRAMA",
27323  direction="nsm",
27324  indic="o",
27325  indicclass="halant",
27326  indicmark="r",
27327  linebreak="cm",
27328  synonyms={ "malayalam chandrakkala", "malayalam vowel half-u" },
27329  unicodeslot=0xD4D,
27330 },
27331 [0xD4E]={
27332  category="lo",
27333  description="MALAYALAM LETTER DOT REPH",
27334  direction="l",
27335  indic="o",
27336  indicmark="t",
27337  linebreak="al",
27338  unicodeslot=0xD4E,
27339 },
27340 [0xD4F]={
27341  category="so",
27342  description="MALAYALAM SIGN PARA",
27343  direction="l",
27344  indic="o",
27345  linebreak="al",
27346  unicodeslot=0xD4F,
27347 },
27348 [0xD54]={
27349  category="lo",
27350  description="MALAYALAM LETTER CHILLU M",
27351  direction="l",
27352  indic="o",
27353  linebreak="al",
27354  unicodeslot=0xD54,
27355 },
27356 [0xD55]={
27357  category="lo",
27358  description="MALAYALAM LETTER CHILLU Y",
27359  direction="l",
27360  indic="o",
27361  linebreak="al",
27362  unicodeslot=0xD55,
27363 },
27364 [0xD56]={
27365  category="lo",
27366  description="MALAYALAM LETTER CHILLU LLL",
27367  direction="l",
27368  indic="o",
27369  linebreak="al",
27370  unicodeslot=0xD56,
27371 },
27372 [0xD57]={
27373  category="mc",
27374  description="MALAYALAM AU LENGTH MARK",
27375  direction="l",
27376  indic="d",
27377  indicmark="r",
27378  indicorder="ap",
27379  linebreak="cm",
27380  unicodeslot=0xD57,
27381 },
27382 [0xD58]={
27383  category="no",
27384  description="MALAYALAM FRACTION ONE ONE-HUNDRED-AND-SIXTIETH",
27385  direction="l",
27386  indic="o",
27387  linebreak="al",
27388  unicodeslot=0xD58,
27389 },
27390 [0xD59]={
27391  category="no",
27392  description="MALAYALAM FRACTION ONE FORTIETH",
27393  direction="l",
27394  indic="o",
27395  linebreak="al",
27396  unicodeslot=0xD59,
27397 },
27398 [0xD5A]={
27399  category="no",
27400  description="MALAYALAM FRACTION THREE EIGHTIETHS",
27401  direction="l",
27402  indic="o",
27403  linebreak="al",
27404  unicodeslot=0xD5A,
27405 },
27406 [0xD5B]={
27407  category="no",
27408  description="MALAYALAM FRACTION ONE TWENTIETH",
27409  direction="l",
27410  indic="o",
27411  linebreak="al",
27412  unicodeslot=0xD5B,
27413 },
27414 [0xD5C]={
27415  category="no",
27416  description="MALAYALAM FRACTION ONE TENTH",
27417  direction="l",
27418  indic="o",
27419  linebreak="al",
27420  unicodeslot=0xD5C,
27421 },
27422 [0xD5D]={
27423  category="no",
27424  description="MALAYALAM FRACTION THREE TWENTIETHS",
27425  direction="l",
27426  indic="o",
27427  linebreak="al",
27428  unicodeslot=0xD5D,
27429 },
27430 [0xD5E]={
27431  category="no",
27432  description="MALAYALAM FRACTION ONE FIFTH",
27433  direction="l",
27434  indic="o",
27435  linebreak="al",
27436  unicodeslot=0xD5E,
27437 },
27438 [0xD5F]={
27439  category="lo",
27440  description="MALAYALAM LETTER ARCHAIC II",
27441  direction="l",
27442  indic="i",
27443  linebreak="al",
27444  unicodeslot=0xD5F,
27445 },
27446 [0xD60]={
27447  category="lo",
27448  description="MALAYALAM LETTER VOCALIC RR",
27449  direction="l",
27450  indic="i",
27451  linebreak="al",
27452  unicodeslot=0xD60,
27453 },
27454 [0xD61]={
27455  category="lo",
27456  description="MALAYALAM LETTER VOCALIC LL",
27457  direction="l",
27458  indic="i",
27459  linebreak="al",
27460  unicodeslot=0xD61,
27461 },
27462 [0xD62]={
27463  category="mn",
27464  description="MALAYALAM VOWEL SIGN VOCALIC L",
27465  direction="nsm",
27466  indic="d",
27467  indicmark="b",
27468  linebreak="cm",
27469  unicodeslot=0xD62,
27470 },
27471 [0xD63]={
27472  category="mn",
27473  description="MALAYALAM VOWEL SIGN VOCALIC LL",
27474  direction="nsm",
27475  indic="d",
27476  indicmark="b",
27477  linebreak="cm",
27478  unicodeslot=0xD63,
27479 },
27480 [0xD66]={
27481  category="nd",
27482  description="MALAYALAM DIGIT ZERO",
27483  direction="l",
27484  indic="o",
27485  linebreak="nu",
27486  unicodeslot=0xD66,
27487 },
27488 [0xD67]={
27489  category="nd",
27490  description="MALAYALAM DIGIT ONE",
27491  direction="l",
27492  indic="o",
27493  linebreak="nu",
27494  unicodeslot=0xD67,
27495 },
27496 [0xD68]={
27497  category="nd",
27498  description="MALAYALAM DIGIT TWO",
27499  direction="l",
27500  indic="o",
27501  linebreak="nu",
27502  unicodeslot=0xD68,
27503 },
27504 [0xD69]={
27505  category="nd",
27506  description="MALAYALAM DIGIT THREE",
27507  direction="l",
27508  indic="o",
27509  linebreak="nu",
27510  unicodeslot=0xD69,
27511 },
27512 [0xD6A]={
27513  category="nd",
27514  description="MALAYALAM DIGIT FOUR",
27515  direction="l",
27516  indic="o",
27517  linebreak="nu",
27518  unicodeslot=0xD6A,
27519 },
27520 [0xD6B]={
27521  category="nd",
27522  description="MALAYALAM DIGIT FIVE",
27523  direction="l",
27524  indic="o",
27525  linebreak="nu",
27526  unicodeslot=0xD6B,
27527 },
27528 [0xD6C]={
27529  category="nd",
27530  description="MALAYALAM DIGIT SIX",
27531  direction="l",
27532  indic="o",
27533  linebreak="nu",
27534  unicodeslot=0xD6C,
27535 },
27536 [0xD6D]={
27537  category="nd",
27538  description="MALAYALAM DIGIT SEVEN",
27539  direction="l",
27540  indic="o",
27541  linebreak="nu",
27542  unicodeslot=0xD6D,
27543 },
27544 [0xD6E]={
27545  category="nd",
27546  description="MALAYALAM DIGIT EIGHT",
27547  direction="l",
27548  indic="o",
27549  linebreak="nu",
27550  unicodeslot=0xD6E,
27551 },
27552 [0xD6F]={
27553  category="nd",
27554  description="MALAYALAM DIGIT NINE",
27555  direction="l",
27556  indic="o",
27557  linebreak="nu",
27558  unicodeslot=0xD6F,
27559 },
27560 [0xD70]={
27561  category="no",
27562  description="MALAYALAM NUMBER TEN",
27563  direction="l",
27564  indic="o",
27565  linebreak="al",
27566  unicodeslot=0xD70,
27567 },
27568 [0xD71]={
27569  category="no",
27570  description="MALAYALAM NUMBER ONE HUNDRED",
27571  direction="l",
27572  indic="o",
27573  linebreak="al",
27574  unicodeslot=0xD71,
27575 },
27576 [0xD72]={
27577  category="no",
27578  description="MALAYALAM NUMBER ONE THOUSAND",
27579  direction="l",
27580  indic="o",
27581  linebreak="al",
27582  unicodeslot=0xD72,
27583 },
27584 [0xD73]={
27585  category="no",
27586  description="MALAYALAM FRACTION ONE QUARTER",
27587  direction="l",
27588  indic="o",
27589  linebreak="al",
27590  unicodeslot=0xD73,
27591 },
27592 [0xD74]={
27593  category="no",
27594  description="MALAYALAM FRACTION ONE HALF",
27595  direction="l",
27596  indic="o",
27597  linebreak="al",
27598  unicodeslot=0xD74,
27599 },
27600 [0xD75]={
27601  category="no",
27602  description="MALAYALAM FRACTION THREE QUARTERS",
27603  direction="l",
27604  indic="o",
27605  linebreak="al",
27606  unicodeslot=0xD75,
27607 },
27608 [0xD76]={
27609  category="no",
27610  description="MALAYALAM FRACTION ONE SIXTEENTH",
27611  direction="l",
27612  indic="o",
27613  linebreak="al",
27614  unicodeslot=0xD76,
27615 },
27616 [0xD77]={
27617  category="no",
27618  description="MALAYALAM FRACTION ONE EIGHTH",
27619  direction="l",
27620  indic="o",
27621  linebreak="al",
27622  unicodeslot=0xD77,
27623 },
27624 [0xD78]={
27625  category="no",
27626  description="MALAYALAM FRACTION THREE SIXTEENTHS",
27627  direction="l",
27628  indic="o",
27629  linebreak="al",
27630  unicodeslot=0xD78,
27631 },
27632 [0xD79]={
27633  category="so",
27634  description="MALAYALAM DATE MARK",
27635  direction="l",
27636  indic="o",
27637  linebreak="po",
27638  unicodeslot=0xD79,
27639 },
27640 [0xD7A]={
27641  category="lo",
27642  description="MALAYALAM LETTER CHILLU NN",
27643  direction="l",
27644  indic="o",
27645  linebreak="al",
27646  unicodeslot=0xD7A,
27647 },
27648 [0xD7B]={
27649  category="lo",
27650  description="MALAYALAM LETTER CHILLU N",
27651  direction="l",
27652  indic="o",
27653  linebreak="al",
27654  unicodeslot=0xD7B,
27655 },
27656 [0xD7C]={
27657  category="lo",
27658  description="MALAYALAM LETTER CHILLU RR",
27659  direction="l",
27660  indic="o",
27661  linebreak="al",
27662  unicodeslot=0xD7C,
27663 },
27664 [0xD7D]={
27665  category="lo",
27666  description="MALAYALAM LETTER CHILLU L",
27667  direction="l",
27668  indic="o",
27669  linebreak="al",
27670  unicodeslot=0xD7D,
27671 },
27672 [0xD7E]={
27673  category="lo",
27674  description="MALAYALAM LETTER CHILLU LL",
27675  direction="l",
27676  indic="o",
27677  linebreak="al",
27678  unicodeslot=0xD7E,
27679 },
27680 [0xD7F]={
27681  category="lo",
27682  description="MALAYALAM LETTER CHILLU K",
27683  direction="l",
27684  indic="o",
27685  linebreak="al",
27686  unicodeslot=0xD7F,
27687 },
27688 [0xD81]={
27689  category="mn",
27690  description="SINHALA SIGN CANDRABINDU",
27691  direction="nsm",
27692  linebreak="cm",
27693  unicodeslot=0xD81,
27694 },
27695 [0xD82]={
27696  category="mc",
27697  description="SINHALA SIGN ANUSVARAYA",
27698  direction="l",
27699  linebreak="cm",
27700  unicodeslot=0xD82,
27701 },
27702 [0xD83]={
27703  category="mc",
27704  description="SINHALA SIGN VISARGAYA",
27705  direction="l",
27706  linebreak="cm",
27707  unicodeslot=0xD83,
27708 },
27709 [0xD85]={
27710  category="lo",
27711  description="SINHALA LETTER AYANNA",
27712  direction="l",
27713  linebreak="al",
27714  unicodeslot=0xD85,
27715 },
27716 [0xD86]={
27717  category="lo",
27718  description="SINHALA LETTER AAYANNA",
27719  direction="l",
27720  linebreak="al",
27721  unicodeslot=0xD86,
27722 },
27723 [0xD87]={
27724  category="lo",
27725  description="SINHALA LETTER AEYANNA",
27726  direction="l",
27727  linebreak="al",
27728  unicodeslot=0xD87,
27729 },
27730 [0xD88]={
27731  category="lo",
27732  description="SINHALA LETTER AEEYANNA",
27733  direction="l",
27734  linebreak="al",
27735  unicodeslot=0xD88,
27736 },
27737 [0xD89]={
27738  category="lo",
27739  description="SINHALA LETTER IYANNA",
27740  direction="l",
27741  linebreak="al",
27742  unicodeslot=0xD89,
27743 },
27744 [0xD8A]={
27745  category="lo",
27746  description="SINHALA LETTER IIYANNA",
27747  direction="l",
27748  linebreak="al",
27749  unicodeslot=0xD8A,
27750 },
27751 [0xD8B]={
27752  category="lo",
27753  description="SINHALA LETTER UYANNA",
27754  direction="l",
27755  linebreak="al",
27756  unicodeslot=0xD8B,
27757 },
27758 [0xD8C]={
27759  category="lo",
27760  description="SINHALA LETTER UUYANNA",
27761  direction="l",
27762  linebreak="al",
27763  unicodeslot=0xD8C,
27764 },
27765 [0xD8D]={
27766  category="lo",
27767  description="SINHALA LETTER IRUYANNA",
27768  direction="l",
27769  linebreak="al",
27770  unicodeslot=0xD8D,
27771 },
27772 [0xD8E]={
27773  category="lo",
27774  description="SINHALA LETTER IRUUYANNA",
27775  direction="l",
27776  linebreak="al",
27777  unicodeslot=0xD8E,
27778 },
27779 [0xD8F]={
27780  category="lo",
27781  description="SINHALA LETTER ILUYANNA",
27782  direction="l",
27783  linebreak="al",
27784  unicodeslot=0xD8F,
27785 },
27786 [0xD90]={
27787  category="lo",
27788  description="SINHALA LETTER ILUUYANNA",
27789  direction="l",
27790  linebreak="al",
27791  unicodeslot=0xD90,
27792 },
27793 [0xD91]={
27794  category="lo",
27795  description="SINHALA LETTER EYANNA",
27796  direction="l",
27797  linebreak="al",
27798  unicodeslot=0xD91,
27799 },
27800 [0xD92]={
27801  category="lo",
27802  description="SINHALA LETTER EEYANNA",
27803  direction="l",
27804  linebreak="al",
27805  unicodeslot=0xD92,
27806 },
27807 [0xD93]={
27808  category="lo",
27809  description="SINHALA LETTER AIYANNA",
27810  direction="l",
27811  linebreak="al",
27812  unicodeslot=0xD93,
27813 },
27814 [0xD94]={
27815  category="lo",
27816  description="SINHALA LETTER OYANNA",
27817  direction="l",
27818  linebreak="al",
27819  unicodeslot=0xD94,
27820 },
27821 [0xD95]={
27822  category="lo",
27823  description="SINHALA LETTER OOYANNA",
27824  direction="l",
27825  linebreak="al",
27826  unicodeslot=0xD95,
27827 },
27828 [0xD96]={
27829  category="lo",
27830  description="SINHALA LETTER AUYANNA",
27831  direction="l",
27832  linebreak="al",
27833  unicodeslot=0xD96,
27834 },
27835 [0xD9A]={
27836  category="lo",
27837  description="SINHALA LETTER ALPAPRAANA KAYANNA",
27838  direction="l",
27839  linebreak="al",
27840  unicodeslot=0xD9A,
27841 },
27842 [0xD9B]={
27843  category="lo",
27844  description="SINHALA LETTER MAHAAPRAANA KAYANNA",
27845  direction="l",
27846  linebreak="al",
27847  unicodeslot=0xD9B,
27848 },
27849 [0xD9C]={
27850  category="lo",
27851  description="SINHALA LETTER ALPAPRAANA GAYANNA",
27852  direction="l",
27853  linebreak="al",
27854  unicodeslot=0xD9C,
27855 },
27856 [0xD9D]={
27857  category="lo",
27858  description="SINHALA LETTER MAHAAPRAANA GAYANNA",
27859  direction="l",
27860  linebreak="al",
27861  unicodeslot=0xD9D,
27862 },
27863 [0xD9E]={
27864  category="lo",
27865  description="SINHALA LETTER KANTAJA NAASIKYAYA",
27866  direction="l",
27867  linebreak="al",
27868  unicodeslot=0xD9E,
27869 },
27870 [0xD9F]={
27871  category="lo",
27872  description="SINHALA LETTER SANYAKA GAYANNA",
27873  direction="l",
27874  linebreak="al",
27875  unicodeslot=0xD9F,
27876 },
27877 [0xDA0]={
27878  category="lo",
27879  description="SINHALA LETTER ALPAPRAANA CAYANNA",
27880  direction="l",
27881  linebreak="al",
27882  unicodeslot=0xDA0,
27883 },
27884 [0xDA1]={
27885  category="lo",
27886  description="SINHALA LETTER MAHAAPRAANA CAYANNA",
27887  direction="l",
27888  linebreak="al",
27889  unicodeslot=0xDA1,
27890 },
27891 [0xDA2]={
27892  category="lo",
27893  description="SINHALA LETTER ALPAPRAANA JAYANNA",
27894  direction="l",
27895  linebreak="al",
27896  unicodeslot=0xDA2,
27897 },
27898 [0xDA3]={
27899  category="lo",
27900  description="SINHALA LETTER MAHAAPRAANA JAYANNA",
27901  direction="l",
27902  linebreak="al",
27903  unicodeslot=0xDA3,
27904 },
27905 [0xDA4]={
27906  category="lo",
27907  description="SINHALA LETTER TAALUJA NAASIKYAYA",
27908  direction="l",
27909  linebreak="al",
27910  unicodeslot=0xDA4,
27911 },
27912 [0xDA5]={
27913  category="lo",
27914  description="SINHALA LETTER TAALUJA SANYOOGA NAAKSIKYAYA",
27915  direction="l",
27916  linebreak="al",
27917  unicodeslot=0xDA5,
27918 },
27919 [0xDA6]={
27920  category="lo",
27921  description="SINHALA LETTER SANYAKA JAYANNA",
27922  direction="l",
27923  linebreak="al",
27924  unicodeslot=0xDA6,
27925 },
27926 [0xDA7]={
27927  category="lo",
27928  description="SINHALA LETTER ALPAPRAANA TTAYANNA",
27929  direction="l",
27930  linebreak="al",
27931  unicodeslot=0xDA7,
27932 },
27933 [0xDA8]={
27934  category="lo",
27935  description="SINHALA LETTER MAHAAPRAANA TTAYANNA",
27936  direction="l",
27937  linebreak="al",
27938  unicodeslot=0xDA8,
27939 },
27940 [0xDA9]={
27941  category="lo",
27942  description="SINHALA LETTER ALPAPRAANA DDAYANNA",
27943  direction="l",
27944  linebreak="al",
27945  unicodeslot=0xDA9,
27946 },
27947 [0xDAA]={
27948  category="lo",
27949  description="SINHALA LETTER MAHAAPRAANA DDAYANNA",
27950  direction="l",
27951  linebreak="al",
27952  unicodeslot=0xDAA,
27953 },
27954 [0xDAB]={
27955  category="lo",
27956  description="SINHALA LETTER MUURDHAJA NAYANNA",
27957  direction="l",
27958  linebreak="al",
27959  unicodeslot=0xDAB,
27960 },
27961 [0xDAC]={
27962  category="lo",
27963  description="SINHALA LETTER SANYAKA DDAYANNA",
27964  direction="l",
27965  linebreak="al",
27966  unicodeslot=0xDAC,
27967 },
27968 [0xDAD]={
27969  category="lo",
27970  description="SINHALA LETTER ALPAPRAANA TAYANNA",
27971  direction="l",
27972  linebreak="al",
27973  unicodeslot=0xDAD,
27974 },
27975 [0xDAE]={
27976  category="lo",
27977  description="SINHALA LETTER MAHAAPRAANA TAYANNA",
27978  direction="l",
27979  linebreak="al",
27980  unicodeslot=0xDAE,
27981 },
27982 [0xDAF]={
27983  category="lo",
27984  description="SINHALA LETTER ALPAPRAANA DAYANNA",
27985  direction="l",
27986  linebreak="al",
27987  unicodeslot=0xDAF,
27988 },
27989 [0xDB0]={
27990  category="lo",
27991  description="SINHALA LETTER MAHAAPRAANA DAYANNA",
27992  direction="l",
27993  linebreak="al",
27994  unicodeslot=0xDB0,
27995 },
27996 [0xDB1]={
27997  category="lo",
27998  description="SINHALA LETTER DANTAJA NAYANNA",
27999  direction="l",
28000  linebreak="al",
28001  unicodeslot=0xDB1,
28002 },
28003 [0xDB3]={
28004  category="lo",
28005  description="SINHALA LETTER SANYAKA DAYANNA",
28006  direction="l",
28007  linebreak="al",
28008  unicodeslot=0xDB3,
28009 },
28010 [0xDB4]={
28011  category="lo",
28012  description="SINHALA LETTER ALPAPRAANA PAYANNA",
28013  direction="l",
28014  linebreak="al",
28015  unicodeslot=0xDB4,
28016 },
28017 [0xDB5]={
28018  category="lo",
28019  description="SINHALA LETTER MAHAAPRAANA PAYANNA",
28020  direction="l",
28021  linebreak="al",
28022  unicodeslot=0xDB5,
28023 },
28024 [0xDB6]={
28025  category="lo",
28026  description="SINHALA LETTER ALPAPRAANA BAYANNA",
28027  direction="l",
28028  linebreak="al",
28029  unicodeslot=0xDB6,
28030 },
28031 [0xDB7]={
28032  category="lo",
28033  description="SINHALA LETTER MAHAAPRAANA BAYANNA",
28034  direction="l",
28035  linebreak="al",
28036  unicodeslot=0xDB7,
28037 },
28038 [0xDB8]={
28039  category="lo",
28040  description="SINHALA LETTER MAYANNA",
28041  direction="l",
28042  linebreak="al",
28043  unicodeslot=0xDB8,
28044 },
28045 [0xDB9]={
28046  category="lo",
28047  description="SINHALA LETTER AMBA BAYANNA",
28048  direction="l",
28049  linebreak="al",
28050  unicodeslot=0xDB9,
28051 },
28052 [0xDBA]={
28053  category="lo",
28054  description="SINHALA LETTER YAYANNA",
28055  direction="l",
28056  linebreak="al",
28057  unicodeslot=0xDBA,
28058 },
28059 [0xDBB]={
28060  category="lo",
28061  description="SINHALA LETTER RAYANNA",
28062  direction="l",
28063  linebreak="al",
28064  unicodeslot=0xDBB,
28065 },
28066 [0xDBD]={
28067  category="lo",
28068  description="SINHALA LETTER DANTAJA LAYANNA",
28069  direction="l",
28070  linebreak="al",
28071  unicodeslot=0xDBD,
28072 },
28073 [0xDC0]={
28074  category="lo",
28075  description="SINHALA LETTER VAYANNA",
28076  direction="l",
28077  linebreak="al",
28078  unicodeslot=0xDC0,
28079 },
28080 [0xDC1]={
28081  category="lo",
28082  description="SINHALA LETTER TAALUJA SAYANNA",
28083  direction="l",
28084  linebreak="al",
28085  unicodeslot=0xDC1,
28086 },
28087 [0xDC2]={
28088  category="lo",
28089  description="SINHALA LETTER MUURDHAJA SAYANNA",
28090  direction="l",
28091  linebreak="al",
28092  unicodeslot=0xDC2,
28093 },
28094 [0xDC3]={
28095  category="lo",
28096  description="SINHALA LETTER DANTAJA SAYANNA",
28097  direction="l",
28098  linebreak="al",
28099  unicodeslot=0xDC3,
28100 },
28101 [0xDC4]={
28102  category="lo",
28103  description="SINHALA LETTER HAYANNA",
28104  direction="l",
28105  linebreak="al",
28106  unicodeslot=0xDC4,
28107 },
28108 [0xDC5]={
28109  category="lo",
28110  description="SINHALA LETTER MUURDHAJA LAYANNA",
28111  direction="l",
28112  linebreak="al",
28113  unicodeslot=0xDC5,
28114 },
28115 [0xDC6]={
28116  category="lo",
28117  description="SINHALA LETTER FAYANNA",
28118  direction="l",
28119  linebreak="al",
28120  unicodeslot=0xDC6,
28121 },
28122 [0xDCA]={
28123  category="mn",
28124  combining=0x9,
28125  description="SINHALA SIGN AL-LAKUNA",
28126  direction="nsm",
28127  linebreak="cm",
28128  synonyms={ "sinhala virama" },
28129  unicodeslot=0xDCA,
28130 },
28131 [0xDCF]={
28132  category="mc",
28133  description="SINHALA VOWEL SIGN AELA-PILLA",
28134  direction="l",
28135  linebreak="cm",
28136  unicodeslot=0xDCF,
28137 },
28138 [0xDD0]={
28139  category="mc",
28140  description="SINHALA VOWEL SIGN KETTI AEDA-PILLA",
28141  direction="l",
28142  linebreak="cm",
28143  unicodeslot=0xDD0,
28144 },
28145 [0xDD1]={
28146  category="mc",
28147  description="SINHALA VOWEL SIGN DIGA AEDA-PILLA",
28148  direction="l",
28149  linebreak="cm",
28150  unicodeslot=0xDD1,
28151 },
28152 [0xDD2]={
28153  category="mn",
28154  description="SINHALA VOWEL SIGN KETTI IS-PILLA",
28155  direction="nsm",
28156  linebreak="cm",
28157  unicodeslot=0xDD2,
28158 },
28159 [0xDD3]={
28160  category="mn",
28161  description="SINHALA VOWEL SIGN DIGA IS-PILLA",
28162  direction="nsm",
28163  linebreak="cm",
28164  unicodeslot=0xDD3,
28165 },
28166 [0xDD4]={
28167  category="mn",
28168  description="SINHALA VOWEL SIGN KETTI PAA-PILLA",
28169  direction="nsm",
28170  linebreak="cm",
28171  unicodeslot=0xDD4,
28172 },
28173 [0xDD6]={
28174  category="mn",
28175  description="SINHALA VOWEL SIGN DIGA PAA-PILLA",
28176  direction="nsm",
28177  linebreak="cm",
28178  unicodeslot=0xDD6,
28179 },
28180 [0xDD8]={
28181  category="mc",
28182  description="SINHALA VOWEL SIGN GAETTA-PILLA",
28183  direction="l",
28184  linebreak="cm",
28185  unicodeslot=0xDD8,
28186 },
28187 [0xDD9]={
28188  category="mc",
28189  description="SINHALA VOWEL SIGN KOMBUVA",
28190  direction="l",
28191  linebreak="cm",
28192  unicodeslot=0xDD9,
28193 },
28194 [0xDDA]={
28195  category="mc",
28196  description="SINHALA VOWEL SIGN DIGA KOMBUVA",
28197  direction="l",
28198  linebreak="cm",
28199  specials={ "char", 0xDD9, 0xDCA },
28200  unicodeslot=0xDDA,
28201 },
28202 [0xDDB]={
28203  category="mc",
28204  description="SINHALA VOWEL SIGN KOMBU DEKA",
28205  direction="l",
28206  linebreak="cm",
28207  unicodeslot=0xDDB,
28208 },
28209 [0xDDC]={
28210  category="mc",
28211  description="SINHALA VOWEL SIGN KOMBUVA HAA AELA-PILLA",
28212  direction="l",
28213  linebreak="cm",
28214  specials={ "char", 0xDD9, 0xDCF },
28215  unicodeslot=0xDDC,
28216 },
28217 [0xDDD]={
28218  category="mc",
28219  description="SINHALA VOWEL SIGN KOMBUVA HAA DIGA AELA-PILLA",
28220  direction="l",
28221  linebreak="cm",
28222  specials={ "char", 0xDDC, 0xDCA },
28223  unicodeslot=0xDDD,
28224 },
28225 [0xDDE]={
28226  category="mc",
28227  description="SINHALA VOWEL SIGN KOMBUVA HAA GAYANUKITTA",
28228  direction="l",
28229  linebreak="cm",
28230  specials={ "char", 0xDD9, 0xDDF },
28231  unicodeslot=0xDDE,
28232 },
28233 [0xDDF]={
28234  category="mc",
28235  description="SINHALA VOWEL SIGN GAYANUKITTA",
28236  direction="l",
28237  linebreak="cm",
28238  unicodeslot=0xDDF,
28239 },
28240 [0xDE6]={
28241  category="nd",
28242  description="SINHALA LITH DIGIT ZERO",
28243  direction="l",
28244  linebreak="nu",
28245  unicodeslot=0xDE6,
28246 },
28247 [0xDE7]={
28248  category="nd",
28249  description="SINHALA LITH DIGIT ONE",
28250  direction="l",
28251  linebreak="nu",
28252  unicodeslot=0xDE7,
28253 },
28254 [0xDE8]={
28255  category="nd",
28256  description="SINHALA LITH DIGIT TWO",
28257  direction="l",
28258  linebreak="nu",
28259  unicodeslot=0xDE8,
28260 },
28261 [0xDE9]={
28262  category="nd",
28263  description="SINHALA LITH DIGIT THREE",
28264  direction="l",
28265  linebreak="nu",
28266  unicodeslot=0xDE9,
28267 },
28268 [0xDEA]={
28269  category="nd",
28270  description="SINHALA LITH DIGIT FOUR",
28271  direction="l",
28272  linebreak="nu",
28273  unicodeslot=0xDEA,
28274 },
28275 [0xDEB]={
28276  category="nd",
28277  description="SINHALA LITH DIGIT FIVE",
28278  direction="l",
28279  linebreak="nu",
28280  unicodeslot=0xDEB,
28281 },
28282 [0xDEC]={
28283  category="nd",
28284  description="SINHALA LITH DIGIT SIX",
28285  direction="l",
28286  linebreak="nu",
28287  unicodeslot=0xDEC,
28288 },
28289 [0xDED]={
28290  category="nd",
28291  description="SINHALA LITH DIGIT SEVEN",
28292  direction="l",
28293  linebreak="nu",
28294  unicodeslot=0xDED,
28295 },
28296 [0xDEE]={
28297  category="nd",
28298  description="SINHALA LITH DIGIT EIGHT",
28299  direction="l",
28300  linebreak="nu",
28301  unicodeslot=0xDEE,
28302 },
28303 [0xDEF]={
28304  category="nd",
28305  description="SINHALA LITH DIGIT NINE",
28306  direction="l",
28307  linebreak="nu",
28308  unicodeslot=0xDEF,
28309 },
28310 [0xDF2]={
28311  category="mc",
28312  description="SINHALA VOWEL SIGN DIGA GAETTA-PILLA",
28313  direction="l",
28314  linebreak="cm",
28315  unicodeslot=0xDF2,
28316 },
28317 [0xDF3]={
28318  category="mc",
28319  description="SINHALA VOWEL SIGN DIGA GAYANUKITTA",
28320  direction="l",
28321  linebreak="cm",
28322  unicodeslot=0xDF3,
28323 },
28324 [0xDF4]={
28325  category="po",
28326  description="SINHALA PUNCTUATION KUNDDALIYA",
28327  direction="l",
28328  linebreak="al",
28329  unicodeslot=0xDF4,
28330 },
28331 [0xE01]={
28332  category="lo",
28333  description="THAI CHARACTER KO KAI",
28334  direction="l",
28335  linebreak="sa",
28336  unicodeslot=0xE01,
28337 },
28338 [0xE02]={
28339  category="lo",
28340  description="THAI CHARACTER KHO KHAI",
28341  direction="l",
28342  linebreak="sa",
28343  unicodeslot=0xE02,
28344 },
28345 [0xE03]={
28346  category="lo",
28347  description="THAI CHARACTER KHO KHUAT",
28348  direction="l",
28349  linebreak="sa",
28350  unicodeslot=0xE03,
28351 },
28352 [0xE04]={
28353  category="lo",
28354  description="THAI CHARACTER KHO KHWAI",
28355  direction="l",
28356  linebreak="sa",
28357  unicodeslot=0xE04,
28358 },
28359 [0xE05]={
28360  category="lo",
28361  description="THAI CHARACTER KHO KHON",
28362  direction="l",
28363  linebreak="sa",
28364  unicodeslot=0xE05,
28365 },
28366 [0xE06]={
28367  category="lo",
28368  description="THAI CHARACTER KHO RAKHANG",
28369  direction="l",
28370  linebreak="sa",
28371  unicodeslot=0xE06,
28372 },
28373 [0xE07]={
28374  category="lo",
28375  description="THAI CHARACTER NGO NGU",
28376  direction="l",
28377  linebreak="sa",
28378  unicodeslot=0xE07,
28379 },
28380 [0xE08]={
28381  category="lo",
28382  description="THAI CHARACTER CHO CHAN",
28383  direction="l",
28384  linebreak="sa",
28385  unicodeslot=0xE08,
28386 },
28387 [0xE09]={
28388  category="lo",
28389  description="THAI CHARACTER CHO CHING",
28390  direction="l",
28391  linebreak="sa",
28392  unicodeslot=0xE09,
28393 },
28394 [0xE0A]={
28395  category="lo",
28396  description="THAI CHARACTER CHO CHANG",
28397  direction="l",
28398  linebreak="sa",
28399  unicodeslot=0xE0A,
28400 },
28401 [0xE0B]={
28402  category="lo",
28403  description="THAI CHARACTER SO SO",
28404  direction="l",
28405  linebreak="sa",
28406  unicodeslot=0xE0B,
28407 },
28408 [0xE0C]={
28409  category="lo",
28410  description="THAI CHARACTER CHO CHOE",
28411  direction="l",
28412  linebreak="sa",
28413  unicodeslot=0xE0C,
28414 },
28415 [0xE0D]={
28416  category="lo",
28417  description="THAI CHARACTER YO YING",
28418  direction="l",
28419  linebreak="sa",
28420  unicodeslot=0xE0D,
28421 },
28422 [0xE0E]={
28423  category="lo",
28424  description="THAI CHARACTER DO CHADA",
28425  direction="l",
28426  linebreak="sa",
28427  unicodeslot=0xE0E,
28428 },
28429 [0xE0F]={
28430  category="lo",
28431  description="THAI CHARACTER TO PATAK",
28432  direction="l",
28433  linebreak="sa",
28434  unicodeslot=0xE0F,
28435 },
28436 [0xE10]={
28437  category="lo",
28438  description="THAI CHARACTER THO THAN",
28439  direction="l",
28440  linebreak="sa",
28441  unicodeslot=0xE10,
28442 },
28443 [0xE11]={
28444  category="lo",
28445  description="THAI CHARACTER THO NANGMONTHO",
28446  direction="l",
28447  linebreak="sa",
28448  unicodeslot=0xE11,
28449 },
28450 [0xE12]={
28451  category="lo",
28452  description="THAI CHARACTER THO PHUTHAO",
28453  direction="l",
28454  linebreak="sa",
28455  unicodeslot=0xE12,
28456 },
28457 [0xE13]={
28458  category="lo",
28459  description="THAI CHARACTER NO NEN",
28460  direction="l",
28461  linebreak="sa",
28462  unicodeslot=0xE13,
28463 },
28464 [0xE14]={
28465  category="lo",
28466  description="THAI CHARACTER DO DEK",
28467  direction="l",
28468  linebreak="sa",
28469  unicodeslot=0xE14,
28470 },
28471 [0xE15]={
28472  category="lo",
28473  description="THAI CHARACTER TO TAO",
28474  direction="l",
28475  linebreak="sa",
28476  unicodeslot=0xE15,
28477 },
28478 [0xE16]={
28479  category="lo",
28480  description="THAI CHARACTER THO THUNG",
28481  direction="l",
28482  linebreak="sa",
28483  unicodeslot=0xE16,
28484 },
28485 [0xE17]={
28486  category="lo",
28487  description="THAI CHARACTER THO THAHAN",
28488  direction="l",
28489  linebreak="sa",
28490  unicodeslot=0xE17,
28491 },
28492 [0xE18]={
28493  category="lo",
28494  description="THAI CHARACTER THO THONG",
28495  direction="l",
28496  linebreak="sa",
28497  unicodeslot=0xE18,
28498 },
28499 [0xE19]={
28500  category="lo",
28501  description="THAI CHARACTER NO NU",
28502  direction="l",
28503  linebreak="sa",
28504  unicodeslot=0xE19,
28505 },
28506 [0xE1A]={
28507  category="lo",
28508  description="THAI CHARACTER BO BAIMAI",
28509  direction="l",
28510  linebreak="sa",
28511  unicodeslot=0xE1A,
28512 },
28513 [0xE1B]={
28514  category="lo",
28515  description="THAI CHARACTER PO PLA",
28516  direction="l",
28517  linebreak="sa",
28518  unicodeslot=0xE1B,
28519 },
28520 [0xE1C]={
28521  category="lo",
28522  description="THAI CHARACTER PHO PHUNG",
28523  direction="l",
28524  linebreak="sa",
28525  unicodeslot=0xE1C,
28526 },
28527 [0xE1D]={
28528  category="lo",
28529  description="THAI CHARACTER FO FA",
28530  direction="l",
28531  linebreak="sa",
28532  unicodeslot=0xE1D,
28533 },
28534 [0xE1E]={
28535  category="lo",
28536  description="THAI CHARACTER PHO PHAN",
28537  direction="l",
28538  linebreak="sa",
28539  unicodeslot=0xE1E,
28540 },
28541 [0xE1F]={
28542  category="lo",
28543  description="THAI CHARACTER FO FAN",
28544  direction="l",
28545  linebreak="sa",
28546  unicodeslot=0xE1F,
28547 },
28548 [0xE20]={
28549  category="lo",
28550  description="THAI CHARACTER PHO SAMPHAO",
28551  direction="l",
28552  linebreak="sa",
28553  unicodeslot=0xE20,
28554 },
28555 [0xE21]={
28556  category="lo",
28557  description="THAI CHARACTER MO MA",
28558  direction="l",
28559  linebreak="sa",
28560  unicodeslot=0xE21,
28561 },
28562 [0xE22]={
28563  category="lo",
28564  description="THAI CHARACTER YO YAK",
28565  direction="l",
28566  linebreak="sa",
28567  unicodeslot=0xE22,
28568 },
28569 [0xE23]={
28570  category="lo",
28571  description="THAI CHARACTER RO RUA",
28572  direction="l",
28573  linebreak="sa",
28574  unicodeslot=0xE23,
28575 },
28576 [0xE24]={
28577  category="lo",
28578  description="THAI CHARACTER RU",
28579  direction="l",
28580  linebreak="sa",
28581  unicodeslot=0xE24,
28582 },
28583 [0xE25]={
28584  category="lo",
28585  description="THAI CHARACTER LO LING",
28586  direction="l",
28587  linebreak="sa",
28588  unicodeslot=0xE25,
28589 },
28590 [0xE26]={
28591  category="lo",
28592  description="THAI CHARACTER LU",
28593  direction="l",
28594  linebreak="sa",
28595  unicodeslot=0xE26,
28596 },
28597 [0xE27]={
28598  category="lo",
28599  description="THAI CHARACTER WO WAEN",
28600  direction="l",
28601  linebreak="sa",
28602  unicodeslot=0xE27,
28603 },
28604 [0xE28]={
28605  category="lo",
28606  description="THAI CHARACTER SO SALA",
28607  direction="l",
28608  linebreak="sa",
28609  unicodeslot=0xE28,
28610 },
28611 [0xE29]={
28612  category="lo",
28613  description="THAI CHARACTER SO RUSI",
28614  direction="l",
28615  linebreak="sa",
28616  unicodeslot=0xE29,
28617 },
28618 [0xE2A]={
28619  category="lo",
28620  description="THAI CHARACTER SO SUA",
28621  direction="l",
28622  linebreak="sa",
28623  unicodeslot=0xE2A,
28624 },
28625 [0xE2B]={
28626  category="lo",
28627  description="THAI CHARACTER HO HIP",
28628  direction="l",
28629  linebreak="sa",
28630  unicodeslot=0xE2B,
28631 },
28632 [0xE2C]={
28633  category="lo",
28634  description="THAI CHARACTER LO CHULA",
28635  direction="l",
28636  linebreak="sa",
28637  unicodeslot=0xE2C,
28638 },
28639 [0xE2D]={
28640  category="lo",
28641  description="THAI CHARACTER O ANG",
28642  direction="l",
28643  linebreak="sa",
28644  unicodeslot=0xE2D,
28645 },
28646 [0xE2E]={
28647  category="lo",
28648  description="THAI CHARACTER HO NOKHUK",
28649  direction="l",
28650  linebreak="sa",
28651  unicodeslot=0xE2E,
28652 },
28653 [0xE2F]={
28654  category="lo",
28655  description="THAI CHARACTER PAIYANNOI",
28656  direction="l",
28657  linebreak="sa",
28658  unicodeslot=0xE2F,
28659 },
28660 [0xE30]={
28661  category="lo",
28662  description="THAI CHARACTER SARA A",
28663  direction="l",
28664  linebreak="sa",
28665  unicodeslot=0xE30,
28666 },
28667 [0xE31]={
28668  category="mn",
28669  description="THAI CHARACTER MAI HAN-AKAT",
28670  direction="nsm",
28671  linebreak="sa",
28672  unicodeslot=0xE31,
28673 },
28674 [0xE32]={
28675  category="lo",
28676  description="THAI CHARACTER SARA AA",
28677  direction="l",
28678  linebreak="sa",
28679  unicodeslot=0xE32,
28680 },
28681 [0xE33]={
28682  category="lo",
28683  description="THAI CHARACTER SARA AM",
28684  direction="l",
28685  linebreak="sa",
28686  specials={ "compat", 0xE4D, 0xE32 },
28687  unicodeslot=0xE33,
28688 },
28689 [0xE34]={
28690  category="mn",
28691  description="THAI CHARACTER SARA I",
28692  direction="nsm",
28693  linebreak="sa",
28694  unicodeslot=0xE34,
28695 },
28696 [0xE35]={
28697  category="mn",
28698  description="THAI CHARACTER SARA II",
28699  direction="nsm",
28700  linebreak="sa",
28701  unicodeslot=0xE35,
28702 },
28703 [0xE36]={
28704  category="mn",
28705  description="THAI CHARACTER SARA UE",
28706  direction="nsm",
28707  linebreak="sa",
28708  unicodeslot=0xE36,
28709 },
28710 [0xE37]={
28711  category="mn",
28712  description="THAI CHARACTER SARA UEE",
28713  direction="nsm",
28714  linebreak="sa",
28715  unicodeslot=0xE37,
28716 },
28717 [0xE38]={
28718  category="mn",
28719  combining=0x67,
28720  description="THAI CHARACTER SARA U",
28721  direction="nsm",
28722  linebreak="sa",
28723  unicodeslot=0xE38,
28724 },
28725 [0xE39]={
28726  category="mn",
28727  combining=0x67,
28728  description="THAI CHARACTER SARA UU",
28729  direction="nsm",
28730  linebreak="sa",
28731  unicodeslot=0xE39,
28732 },
28733 [0xE3A]={
28734  category="mn",
28735  combining=0x9,
28736  description="THAI CHARACTER PHINTHU",
28737  direction="nsm",
28738  linebreak="sa",
28739  unicodeslot=0xE3A,
28740 },
28741 [0xE3F]={
28742  category="sc",
28743  description="THAI CURRENCY SYMBOL BAHT",
28744  direction="et",
28745  linebreak="pr",
28746  unicodeslot=0xE3F,
28747 },
28748 [0xE40]={
28749  category="lo",
28750  description="THAI CHARACTER SARA E",
28751  direction="l",
28752  linebreak="sa",
28753  unicodeslot=0xE40,
28754 },
28755 [0xE41]={
28756  category="lo",
28757  description="THAI CHARACTER SARA AE",
28758  direction="l",
28759  linebreak="sa",
28760  unicodeslot=0xE41,
28761 },
28762 [0xE42]={
28763  category="lo",
28764  description="THAI CHARACTER SARA O",
28765  direction="l",
28766  linebreak="sa",
28767  unicodeslot=0xE42,
28768 },
28769 [0xE43]={
28770  category="lo",
28771  description="THAI CHARACTER SARA AI MAIMUAN",
28772  direction="l",
28773  linebreak="sa",
28774  unicodeslot=0xE43,
28775 },
28776 [0xE44]={
28777  category="lo",
28778  description="THAI CHARACTER SARA AI MAIMALAI",
28779  direction="l",
28780  linebreak="sa",
28781  unicodeslot=0xE44,
28782 },
28783 [0xE45]={
28784  category="lo",
28785  description="THAI CHARACTER LAKKHANGYAO",
28786  direction="l",
28787  linebreak="sa",
28788  unicodeslot=0xE45,
28789 },
28790 [0xE46]={
28791  category="lm",
28792  description="THAI CHARACTER MAIYAMOK",
28793  direction="l",
28794  linebreak="sa",
28795  unicodeslot=0xE46,
28796 },
28797 [0xE47]={
28798  category="mn",
28799  description="THAI CHARACTER MAITAIKHU",
28800  direction="nsm",
28801  linebreak="sa",
28802  unicodeslot=0xE47,
28803 },
28804 [0xE48]={
28805  category="mn",
28806  combining=0x6B,
28807  description="THAI CHARACTER MAI EK",
28808  direction="nsm",
28809  linebreak="sa",
28810  unicodeslot=0xE48,
28811 },
28812 [0xE49]={
28813  category="mn",
28814  combining=0x6B,
28815  description="THAI CHARACTER MAI THO",
28816  direction="nsm",
28817  linebreak="sa",
28818  unicodeslot=0xE49,
28819 },
28820 [0xE4A]={
28821  category="mn",
28822  combining=0x6B,
28823  description="THAI CHARACTER MAI TRI",
28824  direction="nsm",
28825  linebreak="sa",
28826  unicodeslot=0xE4A,
28827 },
28828 [0xE4B]={
28829  category="mn",
28830  combining=0x6B,
28831  description="THAI CHARACTER MAI CHATTAWA",
28832  direction="nsm",
28833  linebreak="sa",
28834  unicodeslot=0xE4B,
28835 },
28836 [0xE4C]={
28837  category="mn",
28838  description="THAI CHARACTER THANTHAKHAT",
28839  direction="nsm",
28840  linebreak="sa",
28841  unicodeslot=0xE4C,
28842 },
28843 [0xE4D]={
28844  category="mn",
28845  description="THAI CHARACTER NIKHAHIT",
28846  direction="nsm",
28847  linebreak="sa",
28848  unicodeslot=0xE4D,
28849 },
28850 [0xE4E]={
28851  category="mn",
28852  description="THAI CHARACTER YAMAKKAN",
28853  direction="nsm",
28854  linebreak="sa",
28855  unicodeslot=0xE4E,
28856 },
28857 [0xE4F]={
28858  category="po",
28859  description="THAI CHARACTER FONGMAN",
28860  direction="l",
28861  linebreak="al",
28862  unicodeslot=0xE4F,
28863 },
28864 [0xE50]={
28865  category="nd",
28866  description="THAI DIGIT ZERO",
28867  direction="l",
28868  linebreak="nu",
28869  unicodeslot=0xE50,
28870 },
28871 [0xE51]={
28872  category="nd",
28873  description="THAI DIGIT ONE",
28874  direction="l",
28875  linebreak="nu",
28876  unicodeslot=0xE51,
28877 },
28878 [0xE52]={
28879  category="nd",
28880  description="THAI DIGIT TWO",
28881  direction="l",
28882  linebreak="nu",
28883  unicodeslot=0xE52,
28884 },
28885 [0xE53]={
28886  category="nd",
28887  description="THAI DIGIT THREE",
28888  direction="l",
28889  linebreak="nu",
28890  unicodeslot=0xE53,
28891 },
28892 [0xE54]={
28893  category="nd",
28894  description="THAI DIGIT FOUR",
28895  direction="l",
28896  linebreak="nu",
28897  unicodeslot=0xE54,
28898 },
28899 [0xE55]={
28900  category="nd",
28901  description="THAI DIGIT FIVE",
28902  direction="l",
28903  linebreak="nu",
28904  unicodeslot=0xE55,
28905 },
28906 [0xE56]={
28907  category="nd",
28908  description="THAI DIGIT SIX",
28909  direction="l",
28910  linebreak="nu",
28911  unicodeslot=0xE56,
28912 },
28913 [0xE57]={
28914  category="nd",
28915  description="THAI DIGIT SEVEN",
28916  direction="l",
28917  linebreak="nu",
28918  unicodeslot=0xE57,
28919 },
28920 [0xE58]={
28921  category="nd",
28922  description="THAI DIGIT EIGHT",
28923  direction="l",
28924  linebreak="nu",
28925  unicodeslot=0xE58,
28926 },
28927 [0xE59]={
28928  category="nd",
28929  description="THAI DIGIT NINE",
28930  direction="l",
28931  linebreak="nu",
28932  unicodeslot=0xE59,
28933 },
28934 [0xE5A]={
28935  category="po",
28936  description="THAI CHARACTER ANGKHANKHU",
28937  direction="l",
28938  linebreak="ba",
28939  unicodeslot=0xE5A,
28940 },
28941 [0xE5B]={
28942  category="po",
28943  description="THAI CHARACTER KHOMUT",
28944  direction="l",
28945  linebreak="ba",
28946  unicodeslot=0xE5B,
28947 },
28948 [0xE81]={
28949  category="lo",
28950  description="LAO LETTER KO",
28951  direction="l",
28952  linebreak="sa",
28953  unicodeslot=0xE81,
28954 },
28955 [0xE82]={
28956  category="lo",
28957  description="LAO LETTER KHO SUNG",
28958  direction="l",
28959  linebreak="sa",
28960  unicodeslot=0xE82,
28961 },
28962 [0xE84]={
28963  category="lo",
28964  description="LAO LETTER KHO TAM",
28965  direction="l",
28966  linebreak="sa",
28967  unicodeslot=0xE84,
28968 },
28969 [0xE86]={
28970  category="lo",
28971  description="LAO LETTER PALI GHA",
28972  direction="l",
28973  linebreak="sa",
28974  unicodeslot=0xE86,
28975 },
28976 [0xE87]={
28977  category="lo",
28978  description="LAO LETTER NGO",
28979  direction="l",
28980  linebreak="sa",
28981  unicodeslot=0xE87,
28982 },
28983 [0xE88]={
28984  category="lo",
28985  description="LAO LETTER CO",
28986  direction="l",
28987  linebreak="sa",
28988  unicodeslot=0xE88,
28989 },
28990 [0xE89]={
28991  category="lo",
28992  description="LAO LETTER PALI CHA",
28993  direction="l",
28994  linebreak="sa",
28995  unicodeslot=0xE89,
28996 },
28997 [0xE8A]={
28998  category="lo",
28999  description="LAO LETTER SO TAM",
29000  direction="l",
29001  linebreak="sa",
29002  unicodeslot=0xE8A,
29003 },
29004 [0xE8C]={
29005  category="lo",
29006  description="LAO LETTER PALI JHA",
29007  direction="l",
29008  linebreak="sa",
29009  unicodeslot=0xE8C,
29010 },
29011 [0xE8D]={
29012  category="lo",
29013  description="LAO LETTER NYO",
29014  direction="l",
29015  linebreak="sa",
29016  unicodeslot=0xE8D,
29017 },
29018 [0xE8E]={
29019  category="lo",
29020  description="LAO LETTER PALI NYA",
29021  direction="l",
29022  linebreak="sa",
29023  unicodeslot=0xE8E,
29024 },
29025 [0xE8F]={
29026  category="lo",
29027  description="LAO LETTER PALI TTA",
29028  direction="l",
29029  linebreak="sa",
29030  unicodeslot=0xE8F,
29031 },
29032 [0xE90]={
29033  category="lo",
29034  description="LAO LETTER PALI TTHA",
29035  direction="l",
29036  linebreak="sa",
29037  unicodeslot=0xE90,
29038 },
29039 [0xE91]={
29040  category="lo",
29041  description="LAO LETTER PALI DDA",
29042  direction="l",
29043  linebreak="sa",
29044  unicodeslot=0xE91,
29045 },
29046 [0xE92]={
29047  category="lo",
29048  description="LAO LETTER PALI DDHA",
29049  direction="l",
29050  linebreak="sa",
29051  unicodeslot=0xE92,
29052 },
29053 [0xE93]={
29054  category="lo",
29055  description="LAO LETTER PALI NNA",
29056  direction="l",
29057  linebreak="sa",
29058  unicodeslot=0xE93,
29059 },
29060 [0xE94]={
29061  category="lo",
29062  description="LAO LETTER DO",
29063  direction="l",
29064  linebreak="sa",
29065  unicodeslot=0xE94,
29066 },
29067 [0xE95]={
29068  category="lo",
29069  description="LAO LETTER TO",
29070  direction="l",
29071  linebreak="sa",
29072  unicodeslot=0xE95,
29073 },
29074 [0xE96]={
29075  category="lo",
29076  description="LAO LETTER THO SUNG",
29077  direction="l",
29078  linebreak="sa",
29079  unicodeslot=0xE96,
29080 },
29081 [0xE97]={
29082  category="lo",
29083  description="LAO LETTER THO TAM",
29084  direction="l",
29085  linebreak="sa",
29086  unicodeslot=0xE97,
29087 },
29088 [0xE98]={
29089  category="lo",
29090  description="LAO LETTER PALI DHA",
29091  direction="l",
29092  linebreak="sa",
29093  unicodeslot=0xE98,
29094 },
29095 [0xE99]={
29096  category="lo",
29097  description="LAO LETTER NO",
29098  direction="l",
29099  linebreak="sa",
29100  unicodeslot=0xE99,
29101 },
29102 [0xE9A]={
29103  category="lo",
29104  description="LAO LETTER BO",
29105  direction="l",
29106  linebreak="sa",
29107  unicodeslot=0xE9A,
29108 },
29109 [0xE9B]={
29110  category="lo",
29111  description="LAO LETTER PO",
29112  direction="l",
29113  linebreak="sa",
29114  unicodeslot=0xE9B,
29115 },
29116 [0xE9C]={
29117  category="lo",
29118  description="LAO LETTER PHO SUNG",
29119  direction="l",
29120  linebreak="sa",
29121  unicodeslot=0xE9C,
29122 },
29123 [0xE9D]={
29124  category="lo",
29125  description="LAO LETTER FO TAM",
29126  direction="l",
29127  linebreak="sa",
29128  unicodeslot=0xE9D,
29129 },
29130 [0xE9E]={
29131  category="lo",
29132  description="LAO LETTER PHO TAM",
29133  direction="l",
29134  linebreak="sa",
29135  unicodeslot=0xE9E,
29136 },
29137 [0xE9F]={
29138  category="lo",
29139  description="LAO LETTER FO SUNG",
29140  direction="l",
29141  linebreak="sa",
29142  unicodeslot=0xE9F,
29143 },
29144 [0xEA0]={
29145  category="lo",
29146  description="LAO LETTER PALI BHA",
29147  direction="l",
29148  linebreak="sa",
29149  unicodeslot=0xEA0,
29150 },
29151 [0xEA1]={
29152  category="lo",
29153  description="LAO LETTER MO",
29154  direction="l",
29155  linebreak="sa",
29156  unicodeslot=0xEA1,
29157 },
29158 [0xEA2]={
29159  category="lo",
29160  description="LAO LETTER YO",
29161  direction="l",
29162  linebreak="sa",
29163  unicodeslot=0xEA2,
29164 },
29165 [0xEA3]={
29166  category="lo",
29167  description="LAO LETTER LO LING",
29168  direction="l",
29169  linebreak="sa",
29170  unicodeslot=0xEA3,
29171 },
29172 [0xEA5]={
29173  category="lo",
29174  description="LAO LETTER LO LOOT",
29175  direction="l",
29176  linebreak="sa",
29177  unicodeslot=0xEA5,
29178 },
29179 [0xEA7]={
29180  category="lo",
29181  description="LAO LETTER WO",
29182  direction="l",
29183  linebreak="sa",
29184  unicodeslot=0xEA7,
29185 },
29186 [0xEA8]={
29187  category="lo",
29188  description="LAO LETTER SANSKRIT SHA",
29189  direction="l",
29190  linebreak="sa",
29191  unicodeslot=0xEA8,
29192 },
29193 [0xEA9]={
29194  category="lo",
29195  description="LAO LETTER SANSKRIT SSA",
29196  direction="l",
29197  linebreak="sa",
29198  unicodeslot=0xEA9,
29199 },
29200 [0xEAA]={
29201  category="lo",
29202  description="LAO LETTER SO SUNG",
29203  direction="l",
29204  linebreak="sa",
29205  unicodeslot=0xEAA,
29206 },
29207 [0xEAB]={
29208  category="lo",
29209  description="LAO LETTER HO SUNG",
29210  direction="l",
29211  linebreak="sa",
29212  unicodeslot=0xEAB,
29213 },
29214 [0xEAC]={
29215  category="lo",
29216  description="LAO LETTER PALI LLA",
29217  direction="l",
29218  linebreak="sa",
29219  unicodeslot=0xEAC,
29220 },
29221 [0xEAD]={
29222  category="lo",
29223  description="LAO LETTER O",
29224  direction="l",
29225  linebreak="sa",
29226  unicodeslot=0xEAD,
29227 },
29228 [0xEAE]={
29229  category="lo",
29230  description="LAO LETTER HO TAM",
29231  direction="l",
29232  linebreak="sa",
29233  unicodeslot=0xEAE,
29234 },
29235 [0xEAF]={
29236  category="lo",
29237  description="LAO ELLIPSIS",
29238  direction="l",
29239  linebreak="sa",
29240  unicodeslot=0xEAF,
29241 },
29242 [0xEB0]={
29243  category="lo",
29244  description="LAO VOWEL SIGN A",
29245  direction="l",
29246  linebreak="sa",
29247  unicodeslot=0xEB0,
29248 },
29249 [0xEB1]={
29250  category="mn",
29251  description="LAO VOWEL SIGN MAI KAN",
29252  direction="nsm",
29253  linebreak="sa",
29254  unicodeslot=0xEB1,
29255 },
29256 [0xEB2]={
29257  category="lo",
29258  description="LAO VOWEL SIGN AA",
29259  direction="l",
29260  linebreak="sa",
29261  unicodeslot=0xEB2,
29262 },
29263 [0xEB3]={
29264  category="lo",
29265  description="LAO VOWEL SIGN AM",
29266  direction="l",
29267  linebreak="sa",
29268  specials={ "compat", 0xECD, 0xEB2 },
29269  unicodeslot=0xEB3,
29270 },
29271 [0xEB4]={
29272  category="mn",
29273  description="LAO VOWEL SIGN I",
29274  direction="nsm",
29275  linebreak="sa",
29276  unicodeslot=0xEB4,
29277 },
29278 [0xEB5]={
29279  category="mn",
29280  description="LAO VOWEL SIGN II",
29281  direction="nsm",
29282  linebreak="sa",
29283  unicodeslot=0xEB5,
29284 },
29285 [0xEB6]={
29286  category="mn",
29287  description="LAO VOWEL SIGN Y",
29288  direction="nsm",
29289  linebreak="sa",
29290  unicodeslot=0xEB6,
29291 },
29292 [0xEB7]={
29293  category="mn",
29294  description="LAO VOWEL SIGN YY",
29295  direction="nsm",
29296  linebreak="sa",
29297  unicodeslot=0xEB7,
29298 },
29299 [0xEB8]={
29300  category="mn",
29301  combining=0x76,
29302  description="LAO VOWEL SIGN U",
29303  direction="nsm",
29304  linebreak="sa",
29305  unicodeslot=0xEB8,
29306 },
29307 [0xEB9]={
29308  category="mn",
29309  combining=0x76,
29310  description="LAO VOWEL SIGN UU",
29311  direction="nsm",
29312  linebreak="sa",
29313  unicodeslot=0xEB9,
29314 },
29315 [0xEBA]={
29316  category="mn",
29317  combining=0x9,
29318  description="LAO SIGN PALI VIRAMA",
29319  direction="nsm",
29320  linebreak="sa",
29321  unicodeslot=0xEBA,
29322 },
29323 [0xEBB]={
29324  category="mn",
29325  description="LAO VOWEL SIGN MAI KON",
29326  direction="nsm",
29327  linebreak="sa",
29328  unicodeslot=0xEBB,
29329 },
29330 [0xEBC]={
29331  category="mn",
29332  description="LAO SEMIVOWEL SIGN LO",
29333  direction="nsm",
29334  linebreak="sa",
29335  unicodeslot=0xEBC,
29336 },
29337 [0xEBD]={
29338  category="lo",
29339  description="LAO SEMIVOWEL SIGN NYO",
29340  direction="l",
29341  linebreak="sa",
29342  unicodeslot=0xEBD,
29343 },
29344 [0xEC0]={
29345  category="lo",
29346  description="LAO VOWEL SIGN E",
29347  direction="l",
29348  linebreak="sa",
29349  unicodeslot=0xEC0,
29350 },
29351 [0xEC1]={
29352  category="lo",
29353  description="LAO VOWEL SIGN EI",
29354  direction="l",
29355  linebreak="sa",
29356  unicodeslot=0xEC1,
29357 },
29358 [0xEC2]={
29359  category="lo",
29360  description="LAO VOWEL SIGN O",
29361  direction="l",
29362  linebreak="sa",
29363  unicodeslot=0xEC2,
29364 },
29365 [0xEC3]={
29366  category="lo",
29367  description="LAO VOWEL SIGN AY",
29368  direction="l",
29369  linebreak="sa",
29370  unicodeslot=0xEC3,
29371 },
29372 [0xEC4]={
29373  category="lo",
29374  description="LAO VOWEL SIGN AI",
29375  direction="l",
29376  linebreak="sa",
29377  unicodeslot=0xEC4,
29378 },
29379 [0xEC6]={
29380  category="lm",
29381  description="LAO KO LA",
29382  direction="l",
29383  linebreak="sa",
29384  unicodeslot=0xEC6,
29385 },
29386 [0xEC8]={
29387  category="mn",
29388  combining=0x7A,
29389  description="LAO TONE MAI EK",
29390  direction="nsm",
29391  linebreak="sa",
29392  unicodeslot=0xEC8,
29393 },
29394 [0xEC9]={
29395  category="mn",
29396  combining=0x7A,
29397  description="LAO TONE MAI THO",
29398  direction="nsm",
29399  linebreak="sa",
29400  unicodeslot=0xEC9,
29401 },
29402 [0xECA]={
29403  category="mn",
29404  combining=0x7A,
29405  description="LAO TONE MAI TI",
29406  direction="nsm",
29407  linebreak="sa",
29408  unicodeslot=0xECA,
29409 },
29410 [0xECB]={
29411  category="mn",
29412  combining=0x7A,
29413  description="LAO TONE MAI CATAWA",
29414  direction="nsm",
29415  linebreak="sa",
29416  unicodeslot=0xECB,
29417 },
29418 [0xECC]={
29419  category="mn",
29420  description="LAO CANCELLATION MARK",
29421  direction="nsm",
29422  linebreak="sa",
29423  unicodeslot=0xECC,
29424 },
29425 [0xECD]={
29426  category="mn",
29427  description="LAO NIGGAHITA",
29428  direction="nsm",
29429  linebreak="sa",
29430  unicodeslot=0xECD,
29431 },
29432 [0xECE]={
29433  category="mn",
29434  description="LAO YAMAKKAN",
29435  direction="nsm",
29436  linebreak="sa",
29437  unicodeslot=0xECE,
29438 },
29439 [0xED0]={
29440  category="nd",
29441  description="LAO DIGIT ZERO",
29442  direction="l",
29443  linebreak="nu",
29444  unicodeslot=0xED0,
29445 },
29446 [0xED1]={
29447  category="nd",
29448  description="LAO DIGIT ONE",
29449  direction="l",
29450  linebreak="nu",
29451  unicodeslot=0xED1,
29452 },
29453 [0xED2]={
29454  category="nd",
29455  description="LAO DIGIT TWO",
29456  direction="l",
29457  linebreak="nu",
29458  unicodeslot=0xED2,
29459 },
29460 [0xED3]={
29461  category="nd",
29462  description="LAO DIGIT THREE",
29463  direction="l",
29464  linebreak="nu",
29465  unicodeslot=0xED3,
29466 },
29467 [0xED4]={
29468  category="nd",
29469  description="LAO DIGIT FOUR",
29470  direction="l",
29471  linebreak="nu",
29472  unicodeslot=0xED4,
29473 },
29474 [0xED5]={
29475  category="nd",
29476  description="LAO DIGIT FIVE",
29477  direction="l",
29478  linebreak="nu",
29479  unicodeslot=0xED5,
29480 },
29481 [0xED6]={
29482  category="nd",
29483  description="LAO DIGIT SIX",
29484  direction="l",
29485  linebreak="nu",
29486  unicodeslot=0xED6,
29487 },
29488 [0xED7]={
29489  category="nd",
29490  description="LAO DIGIT SEVEN",
29491  direction="l",
29492  linebreak="nu",
29493  unicodeslot=0xED7,
29494 },
29495 [0xED8]={
29496  category="nd",
29497  description="LAO DIGIT EIGHT",
29498  direction="l",
29499  linebreak="nu",
29500  unicodeslot=0xED8,
29501 },
29502 [0xED9]={
29503  category="nd",
29504  description="LAO DIGIT NINE",
29505  direction="l",
29506  linebreak="nu",
29507  unicodeslot=0xED9,
29508 },
29509 [0xEDC]={
29510  category="lo",
29511  description="LAO HO NO",
29512  direction="l",
29513  linebreak="sa",
29514  specials={ "compat", 0xEAB, 0xE99 },
29515  unicodeslot=0xEDC,
29516 },
29517 [0xEDD]={
29518  category="lo",
29519  description="LAO HO MO",
29520  direction="l",
29521  linebreak="sa",
29522  specials={ "compat", 0xEAB, 0xEA1 },
29523  unicodeslot=0xEDD,
29524 },
29525 [0xEDE]={
29526  category="lo",
29527  description="LAO LETTER KHMU GO",
29528  direction="l",
29529  linebreak="sa",
29530  unicodeslot=0xEDE,
29531 },
29532 [0xEDF]={
29533  category="lo",
29534  description="LAO LETTER KHMU NYO",
29535  direction="l",
29536  linebreak="sa",
29537  unicodeslot=0xEDF,
29538 },
29539 [0xF00]={
29540  category="lo",
29541  description="TIBETAN SYLLABLE OM",
29542  direction="l",
29543  linebreak="al",
29544  unicodeslot=0xF00,
29545 },
29546 [0xF01]={
29547  category="so",
29548  description="TIBETAN MARK GTER YIG MGO TRUNCATED A",
29549  direction="l",
29550  linebreak="bb",
29551  unicodeslot=0xF01,
29552 },
29553 [0xF02]={
29554  category="so",
29555  description="TIBETAN MARK GTER YIG MGO -UM RNAM BCAD MA",
29556  direction="l",
29557  linebreak="bb",
29558  unicodeslot=0xF02,
29559 },
29560 [0xF03]={
29561  category="so",
29562  description="TIBETAN MARK GTER YIG MGO -UM GTER TSHEG MA",
29563  direction="l",
29564  linebreak="bb",
29565  unicodeslot=0xF03,
29566 },
29567 [0xF04]={
29568  category="po",
29569  description="TIBETAN MARK INITIAL YIG MGO MDUN MA",
29570  direction="l",
29571  linebreak="bb",
29572  unicodeslot=0xF04,
29573 },
29574 [0xF05]={
29575  category="po",
29576  description="TIBETAN MARK CLOSING YIG MGO SGAB MA",
29577  direction="l",
29578  linebreak="al",
29579  unicodeslot=0xF05,
29580 },
29581 [0xF06]={
29582  category="po",
29583  description="TIBETAN MARK CARET YIG MGO PHUR SHAD MA",
29584  direction="l",
29585  linebreak="bb",
29586  unicodeslot=0xF06,
29587 },
29588 [0xF07]={
29589  category="po",
29590  description="TIBETAN MARK YIG MGO TSHEG SHAD MA",
29591  direction="l",
29592  linebreak="bb",
29593  unicodeslot=0xF07,
29594 },
29595 [0xF08]={
29596  category="po",
29597  description="TIBETAN MARK SBRUL SHAD",
29598  direction="l",
29599  linebreak="gl",
29600  unicodeslot=0xF08,
29601 },
29602 [0xF09]={
29603  category="po",
29604  description="TIBETAN MARK BSKUR YIG MGO",
29605  direction="l",
29606  linebreak="bb",
29607  unicodeslot=0xF09,
29608 },
29609 [0xF0A]={
29610  category="po",
29611  description="TIBETAN MARK BKA- SHOG YIG MGO",
29612  direction="l",
29613  linebreak="bb",
29614  unicodeslot=0xF0A,
29615 },
29616 [0xF0B]={
29617  category="po",
29618  description="TIBETAN MARK INTERSYLLABIC TSHEG",
29619  direction="l",
29620  linebreak="ba",
29621  unicodeslot=0xF0B,
29622 },
29623 [0xF0C]={
29624  category="po",
29625  description="TIBETAN MARK DELIMITER TSHEG BSTAR",
29626  direction="l",
29627  linebreak="gl",
29628  specials={ "nobreak", 0xF0B },
29629  unicodeslot=0xF0C,
29630 },
29631 [0xF0D]={
29632  category="po",
29633  description="TIBETAN MARK SHAD",
29634  direction="l",
29635  linebreak="ex",
29636  unicodeslot=0xF0D,
29637 },
29638 [0xF0E]={
29639  category="po",
29640  description="TIBETAN MARK NYIS SHAD",
29641  direction="l",
29642  linebreak="ex",
29643  unicodeslot=0xF0E,
29644 },
29645 [0xF0F]={
29646  category="po",
29647  description="TIBETAN MARK TSHEG SHAD",
29648  direction="l",
29649  linebreak="ex",
29650  unicodeslot=0xF0F,
29651 },
29652 [0xF10]={
29653  category="po",
29654  description="TIBETAN MARK NYIS TSHEG SHAD",
29655  direction="l",
29656  linebreak="ex",
29657  unicodeslot=0xF10,
29658 },
29659 [0xF11]={
29660  category="po",
29661  description="TIBETAN MARK RIN CHEN SPUNGS SHAD",
29662  direction="l",
29663  linebreak="ex",
29664  unicodeslot=0xF11,
29665 },
29666 [0xF12]={
29667  category="po",
29668  description="TIBETAN MARK RGYA GRAM SHAD",
29669  direction="l",
29670  linebreak="gl",
29671  unicodeslot=0xF12,
29672 },
29673 [0xF13]={
29674  category="so",
29675  description="TIBETAN MARK CARET -DZUD RTAGS ME LONG CAN",
29676  direction="l",
29677  linebreak="al",
29678  unicodeslot=0xF13,
29679 },
29680 [0xF14]={
29681  category="so",
29682  description="TIBETAN MARK GTER TSHEG",
29683  direction="l",
29684  linebreak="ex",
29685  unicodeslot=0xF14,
29686 },
29687 [0xF15]={
29688  category="so",
29689  description="TIBETAN LOGOTYPE SIGN CHAD RTAGS",
29690  direction="l",
29691  linebreak="al",
29692  unicodeslot=0xF15,
29693 },
29694 [0xF16]={
29695  category="so",
29696  description="TIBETAN LOGOTYPE SIGN LHAG RTAGS",
29697  direction="l",
29698  linebreak="al",
29699  unicodeslot=0xF16,
29700 },
29701 [0xF17]={
29702  category="so",
29703  description="TIBETAN ASTROLOGICAL SIGN SGRA GCAN -CHAR RTAGS",
29704  direction="l",
29705  linebreak="al",
29706  unicodeslot=0xF17,
29707 },
29708 [0xF18]={
29709  category="mn",
29710  combining=0xDC,
29711  description="TIBETAN ASTROLOGICAL SIGN -KHYUD PA",
29712  direction="nsm",
29713  linebreak="cm",
29714  unicodeslot=0xF18,
29715 },
29716 [0xF19]={
29717  category="mn",
29718  combining=0xDC,
29719  description="TIBETAN ASTROLOGICAL SIGN SDONG TSHUGS",
29720  direction="nsm",
29721  linebreak="cm",
29722  unicodeslot=0xF19,
29723 },
29724 [0xF1A]={
29725  category="so",
29726  description="TIBETAN SIGN RDEL DKAR GCIG",
29727  direction="l",
29728  linebreak="al",
29729  unicodeslot=0xF1A,
29730 },
29731 [0xF1B]={
29732  category="so",
29733  description="TIBETAN SIGN RDEL DKAR GNYIS",
29734  direction="l",
29735  linebreak="al",
29736  unicodeslot=0xF1B,
29737 },
29738 [0xF1C]={
29739  category="so",
29740  description="TIBETAN SIGN RDEL DKAR GSUM",
29741  direction="l",
29742  linebreak="al",
29743  unicodeslot=0xF1C,
29744 },
29745 [0xF1D]={
29746  category="so",
29747  description="TIBETAN SIGN RDEL NAG GCIG",
29748  direction="l",
29749  linebreak="al",
29750  unicodeslot=0xF1D,
29751 },
29752 [0xF1E]={
29753  category="so",
29754  description="TIBETAN SIGN RDEL NAG GNYIS",
29755  direction="l",
29756  linebreak="al",
29757  unicodeslot=0xF1E,
29758 },
29759 [0xF1F]={
29760  category="so",
29761  description="TIBETAN SIGN RDEL DKAR RDEL NAG",
29762  direction="l",
29763  linebreak="al",
29764  unicodeslot=0xF1F,
29765 },
29766 [0xF20]={
29767  category="nd",
29768  description="TIBETAN DIGIT ZERO",
29769  direction="l",
29770  linebreak="nu",
29771  unicodeslot=0xF20,
29772 },
29773 [0xF21]={
29774  category="nd",
29775  description="TIBETAN DIGIT ONE",
29776  direction="l",
29777  linebreak="nu",
29778  unicodeslot=0xF21,
29779 },
29780 [0xF22]={
29781  category="nd",
29782  description="TIBETAN DIGIT TWO",
29783  direction="l",
29784  linebreak="nu",
29785  unicodeslot=0xF22,
29786 },
29787 [0xF23]={
29788  category="nd",
29789  description="TIBETAN DIGIT THREE",
29790  direction="l",
29791  linebreak="nu",
29792  unicodeslot=0xF23,
29793 },
29794 [0xF24]={
29795  category="nd",
29796  description="TIBETAN DIGIT FOUR",
29797  direction="l",
29798  linebreak="nu",
29799  unicodeslot=0xF24,
29800 },
29801 [0xF25]={
29802  category="nd",
29803  description="TIBETAN DIGIT FIVE",
29804  direction="l",
29805  linebreak="nu",
29806  unicodeslot=0xF25,
29807 },
29808 [0xF26]={
29809  category="nd",
29810  description="TIBETAN DIGIT SIX",
29811  direction="l",
29812  linebreak="nu",
29813  unicodeslot=0xF26,
29814 },
29815 [0xF27]={
29816  category="nd",
29817  description="TIBETAN DIGIT SEVEN",
29818  direction="l",
29819  linebreak="nu",
29820  unicodeslot=0xF27,
29821 },
29822 [0xF28]={
29823  category="nd",
29824  description="TIBETAN DIGIT EIGHT",
29825  direction="l",
29826  linebreak="nu",
29827  unicodeslot=0xF28,
29828 },
29829 [0xF29]={
29830  category="nd",
29831  description="TIBETAN DIGIT NINE",
29832  direction="l",
29833  linebreak="nu",
29834  unicodeslot=0xF29,
29835 },
29836 [0xF2A]={
29837  category="no",
29838  description="TIBETAN DIGIT HALF ONE",
29839  direction="l",
29840  linebreak="al",
29841  unicodeslot=0xF2A,
29842 },
29843 [0xF2B]={
29844  category="no",
29845  description="TIBETAN DIGIT HALF TWO",
29846  direction="l",
29847  linebreak="al",
29848  unicodeslot=0xF2B,
29849 },
29850 [0xF2C]={
29851  category="no",
29852  description="TIBETAN DIGIT HALF THREE",
29853  direction="l",
29854  linebreak="al",
29855  unicodeslot=0xF2C,
29856 },
29857 [0xF2D]={
29858  category="no",
29859  description="TIBETAN DIGIT HALF FOUR",
29860  direction="l",
29861  linebreak="al",
29862  unicodeslot=0xF2D,
29863 },
29864 [0xF2E]={
29865  category="no",
29866  description="TIBETAN DIGIT HALF FIVE",
29867  direction="l",
29868  linebreak="al",
29869  unicodeslot=0xF2E,
29870 },
29871 [0xF2F]={
29872  category="no",
29873  description="TIBETAN DIGIT HALF SIX",
29874  direction="l",
29875  linebreak="al",
29876  unicodeslot=0xF2F,
29877 },
29878 [0xF30]={
29879  category="no",
29880  description="TIBETAN DIGIT HALF SEVEN",
29881  direction="l",
29882  linebreak="al",
29883  unicodeslot=0xF30,
29884 },
29885 [0xF31]={
29886  category="no",
29887  description="TIBETAN DIGIT HALF EIGHT",
29888  direction="l",
29889  linebreak="al",
29890  unicodeslot=0xF31,
29891 },
29892 [0xF32]={
29893  category="no",
29894  description="TIBETAN DIGIT HALF NINE",
29895  direction="l",
29896  linebreak="al",
29897  unicodeslot=0xF32,
29898 },
29899 [0xF33]={
29900  category="no",
29901  description="TIBETAN DIGIT HALF ZERO",
29902  direction="l",
29903  linebreak="al",
29904  unicodeslot=0xF33,
29905 },
29906 [0xF34]={
29907  category="so",
29908  description="TIBETAN MARK BSDUS RTAGS",
29909  direction="l",
29910  linebreak="ba",
29911  unicodeslot=0xF34,
29912 },
29913 [0xF35]={
29914  category="mn",
29915  combining=0xDC,
29916  description="TIBETAN MARK NGAS BZUNG NYI ZLA",
29917  direction="nsm",
29918  linebreak="cm",
29919  unicodeslot=0xF35,
29920 },
29921 [0xF36]={
29922  category="so",
29923  description="TIBETAN MARK CARET -DZUD RTAGS BZHI MIG CAN",
29924  direction="l",
29925  linebreak="al",
29926  unicodeslot=0xF36,
29927 },
29928 [0xF37]={
29929  category="mn",
29930  combining=0xDC,
29931  description="TIBETAN MARK NGAS BZUNG SGOR RTAGS",
29932  direction="nsm",
29933  linebreak="cm",
29934  unicodeslot=0xF37,
29935 },
29936 [0xF38]={
29937  category="so",
29938  description="TIBETAN MARK CHE MGO",
29939  direction="l",
29940  linebreak="al",
29941  unicodeslot=0xF38,
29942 },
29943 [0xF39]={
29944  category="mn",
29945  combining=0xD8,
29946  description="TIBETAN MARK TSA -PHRU",
29947  direction="nsm",
29948  linebreak="cm",
29949  unicodeslot=0xF39,
29950 },
29951 [0xF3A]={
29952  category="ps",
29953  description="TIBETAN MARK GUG RTAGS GYON",
29954  direction="on",
29955  linebreak="op",
29956  mirror=0xF3B,
29957  unicodeslot=0xF3A,
29958 },
29959 [0xF3B]={
29960  category="pe",
29961  description="TIBETAN MARK GUG RTAGS GYAS",
29962  direction="on",
29963  linebreak="cl",
29964  mirror=0xF3A,
29965  unicodeslot=0xF3B,
29966 },
29967 [0xF3C]={
29968  category="ps",
29969  description="TIBETAN MARK ANG KHANG GYON",
29970  direction="on",
29971  linebreak="op",
29972  mirror=0xF3D,
29973  unicodeslot=0xF3C,
29974 },
29975 [0xF3D]={
29976  category="pe",
29977  description="TIBETAN MARK ANG KHANG GYAS",
29978  direction="on",
29979  linebreak="cl",
29980  mirror=0xF3C,
29981  unicodeslot=0xF3D,
29982 },
29983 [0xF3E]={
29984  category="mc",
29985  description="TIBETAN SIGN YAR TSHES",
29986  direction="l",
29987  linebreak="cm",
29988  unicodeslot=0xF3E,
29989 },
29990 [0xF3F]={
29991  category="mc",
29992  description="TIBETAN SIGN MAR TSHES",
29993  direction="l",
29994  linebreak="cm",
29995  unicodeslot=0xF3F,
29996 },
29997 [0xF40]={
29998  category="lo",
29999  description="TIBETAN LETTER KA",
30000  direction="l",
30001  linebreak="al",
30002  unicodeslot=0xF40,
30003 },
30004 [0xF41]={
30005  category="lo",
30006  description="TIBETAN LETTER KHA",
30007  direction="l",
30008  linebreak="al",
30009  unicodeslot=0xF41,
30010 },
30011 [0xF42]={
30012  category="lo",
30013  description="TIBETAN LETTER GA",
30014  direction="l",
30015  linebreak="al",
30016  unicodeslot=0xF42,
30017 },
30018 [0xF43]={
30019  category="lo",
30020  description="TIBETAN LETTER GHA",
30021  direction="l",
30022  linebreak="al",
30023  specials={ "char", 0xF42, 0xFB7 },
30024  unicodeslot=0xF43,
30025 },
30026 [0xF44]={
30027  category="lo",
30028  description="TIBETAN LETTER NGA",
30029  direction="l",
30030  linebreak="al",
30031  unicodeslot=0xF44,
30032 },
30033 [0xF45]={
30034  category="lo",
30035  description="TIBETAN LETTER CA",
30036  direction="l",
30037  linebreak="al",
30038  unicodeslot=0xF45,
30039 },
30040 [0xF46]={
30041  category="lo",
30042  description="TIBETAN LETTER CHA",
30043  direction="l",
30044  linebreak="al",
30045  unicodeslot=0xF46,
30046 },
30047 [0xF47]={
30048  category="lo",
30049  description="TIBETAN LETTER JA",
30050  direction="l",
30051  linebreak="al",
30052  unicodeslot=0xF47,
30053 },
30054 [0xF49]={
30055  category="lo",
30056  description="TIBETAN LETTER NYA",
30057  direction="l",
30058  linebreak="al",
30059  unicodeslot=0xF49,
30060 },
30061 [0xF4A]={
30062  category="lo",
30063  description="TIBETAN LETTER TTA",
30064  direction="l",
30065  linebreak="al",
30066  unicodeslot=0xF4A,
30067 },
30068 [0xF4B]={
30069  category="lo",
30070  description="TIBETAN LETTER TTHA",
30071  direction="l",
30072  linebreak="al",
30073  unicodeslot=0xF4B,
30074 },
30075 [0xF4C]={
30076  category="lo",
30077  description="TIBETAN LETTER DDA",
30078  direction="l",
30079  linebreak="al",
30080  unicodeslot=0xF4C,
30081 },
30082 [0xF4D]={
30083  category="lo",
30084  description="TIBETAN LETTER DDHA",
30085  direction="l",
30086  linebreak="al",
30087  specials={ "char", 0xF4C, 0xFB7 },
30088  unicodeslot=0xF4D,
30089 },
30090 [0xF4E]={
30091  category="lo",
30092  description="TIBETAN LETTER NNA",
30093  direction="l",
30094  linebreak="al",
30095  unicodeslot=0xF4E,
30096 },
30097 [0xF4F]={
30098  category="lo",
30099  description="TIBETAN LETTER TA",
30100  direction="l",
30101  linebreak="al",
30102  unicodeslot=0xF4F,
30103 },
30104 [0xF50]={
30105  category="lo",
30106  description="TIBETAN LETTER THA",
30107  direction="l",
30108  linebreak="al",
30109  unicodeslot=0xF50,
30110 },
30111 [0xF51]={
30112  category="lo",
30113  description="TIBETAN LETTER DA",
30114  direction="l",
30115  linebreak="al",
30116  unicodeslot=0xF51,
30117 },
30118 [0xF52]={
30119  category="lo",
30120  description="TIBETAN LETTER DHA",
30121  direction="l",
30122  linebreak="al",
30123  specials={ "char", 0xF51, 0xFB7 },
30124  unicodeslot=0xF52,
30125 },
30126 [0xF53]={
30127  category="lo",
30128  description="TIBETAN LETTER NA",
30129  direction="l",
30130  linebreak="al",
30131  unicodeslot=0xF53,
30132 },
30133 [0xF54]={
30134  category="lo",
30135  description="TIBETAN LETTER PA",
30136  direction="l",
30137  linebreak="al",
30138  unicodeslot=0xF54,
30139 },
30140 [0xF55]={
30141  category="lo",
30142  description="TIBETAN LETTER PHA",
30143  direction="l",
30144  linebreak="al",
30145  unicodeslot=0xF55,
30146 },
30147 [0xF56]={
30148  category="lo",
30149  description="TIBETAN LETTER BA",
30150  direction="l",
30151  linebreak="al",
30152  unicodeslot=0xF56,
30153 },
30154 [0xF57]={
30155  category="lo",
30156  description="TIBETAN LETTER BHA",
30157  direction="l",
30158  linebreak="al",
30159  specials={ "char", 0xF56, 0xFB7 },
30160  unicodeslot=0xF57,
30161 },
30162 [0xF58]={
30163  category="lo",
30164  description="TIBETAN LETTER MA",
30165  direction="l",
30166  linebreak="al",
30167  unicodeslot=0xF58,
30168 },
30169 [0xF59]={
30170  category="lo",
30171  description="TIBETAN LETTER TSA",
30172  direction="l",
30173  linebreak="al",
30174  unicodeslot=0xF59,
30175 },
30176 [0xF5A]={
30177  category="lo",
30178  description="TIBETAN LETTER TSHA",
30179  direction="l",
30180  linebreak="al",
30181  unicodeslot=0xF5A,
30182 },
30183 [0xF5B]={
30184  category="lo",
30185  description="TIBETAN LETTER DZA",
30186  direction="l",
30187  linebreak="al",
30188  unicodeslot=0xF5B,
30189 },
30190 [0xF5C]={
30191  category="lo",
30192  description="TIBETAN LETTER DZHA",
30193  direction="l",
30194  linebreak="al",
30195  specials={ "char", 0xF5B, 0xFB7 },
30196  unicodeslot=0xF5C,
30197 },
30198 [0xF5D]={
30199  category="lo",
30200  description="TIBETAN LETTER WA",
30201  direction="l",
30202  linebreak="al",
30203  unicodeslot=0xF5D,
30204 },
30205 [0xF5E]={
30206  category="lo",
30207  description="TIBETAN LETTER ZHA",
30208  direction="l",
30209  linebreak="al",
30210  unicodeslot=0xF5E,
30211 },
30212 [0xF5F]={
30213  category="lo",
30214  description="TIBETAN LETTER ZA",
30215  direction="l",
30216  linebreak="al",
30217  unicodeslot=0xF5F,
30218 },
30219 [0xF60]={
30220  category="lo",
30221  description="TIBETAN LETTER -A",
30222  direction="l",
30223  linebreak="al",
30224  unicodeslot=0xF60,
30225 },
30226 [0xF61]={
30227  category="lo",
30228  description="TIBETAN LETTER YA",
30229  direction="l",
30230  linebreak="al",
30231  unicodeslot=0xF61,
30232 },
30233 [0xF62]={
30234  category="lo",
30235  description="TIBETAN LETTER RA",
30236  direction="l",
30237  linebreak="al",
30238  unicodeslot=0xF62,
30239 },
30240 [0xF63]={
30241  category="lo",
30242  description="TIBETAN LETTER LA",
30243  direction="l",
30244  linebreak="al",
30245  unicodeslot=0xF63,
30246 },
30247 [0xF64]={
30248  category="lo",
30249  description="TIBETAN LETTER SHA",
30250  direction="l",
30251  linebreak="al",
30252  unicodeslot=0xF64,
30253 },
30254 [0xF65]={
30255  category="lo",
30256  description="TIBETAN LETTER SSA",
30257  direction="l",
30258  linebreak="al",
30259  unicodeslot=0xF65,
30260 },
30261 [0xF66]={
30262  category="lo",
30263  description="TIBETAN LETTER SA",
30264  direction="l",
30265  linebreak="al",
30266  unicodeslot=0xF66,
30267 },
30268 [0xF67]={
30269  category="lo",
30270  description="TIBETAN LETTER HA",
30271  direction="l",
30272  linebreak="al",
30273  unicodeslot=0xF67,
30274 },
30275 [0xF68]={
30276  category="lo",
30277  description="TIBETAN LETTER A",
30278  direction="l",
30279  linebreak="al",
30280  unicodeslot=0xF68,
30281 },
30282 [0xF69]={
30283  category="lo",
30284  description="TIBETAN LETTER KSSA",
30285  direction="l",
30286  linebreak="al",
30287  specials={ "char", 0xF40, 0xFB5 },
30288  unicodeslot=0xF69,
30289 },
30290 [0xF6A]={
30291  category="lo",
30292  description="TIBETAN LETTER FIXED-FORM RA",
30293  direction="l",
30294  linebreak="al",
30295  unicodeslot=0xF6A,
30296 },
30297 [0xF6B]={
30298  category="lo",
30299  description="TIBETAN LETTER KKA",
30300  direction="l",
30301  linebreak="al",
30302  unicodeslot=0xF6B,
30303 },
30304 [0xF6C]={
30305  category="lo",
30306  description="TIBETAN LETTER RRA",
30307  direction="l",
30308  linebreak="al",
30309  unicodeslot=0xF6C,
30310 },
30311 [0xF71]={
30312  category="mn",
30313  combining=0x81,
30314  description="TIBETAN VOWEL SIGN AA",
30315  direction="nsm",
30316  linebreak="cm",
30317  unicodeslot=0xF71,
30318 },
30319 [0xF72]={
30320  category="mn",
30321  combining=0x82,
30322  description="TIBETAN VOWEL SIGN I",
30323  direction="nsm",
30324  linebreak="cm",
30325  unicodeslot=0xF72,
30326 },
30327 [0xF73]={
30328  category="mn",
30329  description="TIBETAN VOWEL SIGN II",
30330  direction="nsm",
30331  linebreak="cm",
30332  specials={ "char", 0xF71, 0xF72 },
30333  unicodeslot=0xF73,
30334 },
30335 [0xF74]={
30336  category="mn",
30337  combining=0x84,
30338  description="TIBETAN VOWEL SIGN U",
30339  direction="nsm",
30340  linebreak="cm",
30341  unicodeslot=0xF74,
30342 },
30343 [0xF75]={
30344  category="mn",
30345  description="TIBETAN VOWEL SIGN UU",
30346  direction="nsm",
30347  linebreak="cm",
30348  specials={ "char", 0xF71, 0xF74 },
30349  unicodeslot=0xF75,
30350 },
30351 [0xF76]={
30352  category="mn",
30353  description="TIBETAN VOWEL SIGN VOCALIC R",
30354  direction="nsm",
30355  linebreak="cm",
30356  specials={ "char", 0xFB2, 0xF80 },
30357  unicodeslot=0xF76,
30358 },
30359 [0xF77]={
30360  category="mn",
30361  description="TIBETAN VOWEL SIGN VOCALIC RR",
30362  direction="nsm",
30363  linebreak="cm",
30364  specials={ "compat", 0xFB2, 0xF81 },
30365  unicodeslot=0xF77,
30366 },
30367 [0xF78]={
30368  category="mn",
30369  description="TIBETAN VOWEL SIGN VOCALIC L",
30370  direction="nsm",
30371  linebreak="cm",
30372  specials={ "char", 0xFB3, 0xF80 },
30373  unicodeslot=0xF78,
30374 },
30375 [0xF79]={
30376  category="mn",
30377  description="TIBETAN VOWEL SIGN VOCALIC LL",
30378  direction="nsm",
30379  linebreak="cm",
30380  specials={ "compat", 0xFB3, 0xF81 },
30381  unicodeslot=0xF79,
30382 },
30383 [0xF7A]={
30384  category="mn",
30385  combining=0x82,
30386  description="TIBETAN VOWEL SIGN E",
30387  direction="nsm",
30388  linebreak="cm",
30389  unicodeslot=0xF7A,
30390 },
30391 [0xF7B]={
30392  category="mn",
30393  combining=0x82,
30394  description="TIBETAN VOWEL SIGN EE",
30395  direction="nsm",
30396  linebreak="cm",
30397  unicodeslot=0xF7B,
30398 },
30399 [0xF7C]={
30400  category="mn",
30401  combining=0x82,
30402  description="TIBETAN VOWEL SIGN O",
30403  direction="nsm",
30404  linebreak="cm",
30405  unicodeslot=0xF7C,
30406 },
30407 [0xF7D]={
30408  category="mn",
30409  combining=0x82,
30410  description="TIBETAN VOWEL SIGN OO",
30411  direction="nsm",
30412  linebreak="cm",
30413  unicodeslot=0xF7D,
30414 },
30415 [0xF7E]={
30416  category="mn",
30417  description="TIBETAN SIGN RJES SU NGA RO",
30418  direction="nsm",
30419  linebreak="cm",
30420  synonyms={ "tibetan anusvara" },
30421  unicodeslot=0xF7E,
30422 },
30423 [0xF7F]={
30424  category="mc",
30425  description="TIBETAN SIGN RNAM BCAD",
30426  direction="l",
30427  linebreak="ba",
30428  synonyms={ "tibetan visarga" },
30429  unicodeslot=0xF7F,
30430 },
30431 [0xF80]={
30432  category="mn",
30433  combining=0x82,
30434  description="TIBETAN VOWEL SIGN REVERSED I",
30435  direction="nsm",
30436  linebreak="cm",
30437  unicodeslot=0xF80,
30438 },
30439 [0xF81]={
30440  category="mn",
30441  description="TIBETAN VOWEL SIGN REVERSED II",
30442  direction="nsm",
30443  linebreak="cm",
30444  specials={ "char", 0xF71, 0xF80 },
30445  unicodeslot=0xF81,
30446 },
30447 [0xF82]={
30448  category="mn",
30449  combining=0xE6,
30450  description="TIBETAN SIGN NYI ZLA NAA DA",
30451  direction="nsm",
30452  linebreak="cm",
30453  unicodeslot=0xF82,
30454 },
30455 [0xF83]={
30456  category="mn",
30457  combining=0xE6,
30458  description="TIBETAN SIGN SNA LDAN",
30459  direction="nsm",
30460  linebreak="cm",
30461  unicodeslot=0xF83,
30462 },
30463 [0xF84]={
30464  category="mn",
30465  combining=0x9,
30466  description="TIBETAN MARK HALANTA",
30467  direction="nsm",
30468  linebreak="cm",
30469  synonyms={ "tibetan srog med" },
30470  unicodeslot=0xF84,
30471 },
30472 [0xF85]={
30473  category="po",
30474  description="TIBETAN MARK PALUTA",
30475  direction="l",
30476  linebreak="ba",
30477  unicodeslot=0xF85,
30478 },
30479 [0xF86]={
30480  category="mn",
30481  combining=0xE6,
30482  description="TIBETAN SIGN LCI RTAGS",
30483  direction="nsm",
30484  linebreak="cm",
30485  unicodeslot=0xF86,
30486 },
30487 [0xF87]={
30488  category="mn",
30489  combining=0xE6,
30490  description="TIBETAN SIGN YANG RTAGS",
30491  direction="nsm",
30492  linebreak="cm",
30493  unicodeslot=0xF87,
30494 },
30495 [0xF88]={
30496  category="lo",
30497  description="TIBETAN SIGN LCE TSA CAN",
30498  direction="l",
30499  linebreak="al",
30500  unicodeslot=0xF88,
30501 },
30502 [0xF89]={
30503  category="lo",
30504  description="TIBETAN SIGN MCHU CAN",
30505  direction="l",
30506  linebreak="al",
30507  unicodeslot=0xF89,
30508 },
30509 [0xF8A]={
30510  category="lo",
30511  description="TIBETAN SIGN GRU CAN RGYINGS",
30512  direction="l",
30513  linebreak="al",
30514  unicodeslot=0xF8A,
30515 },
30516 [0xF8B]={
30517  category="lo",
30518  description="TIBETAN SIGN GRU MED RGYINGS",
30519  direction="l",
30520  linebreak="al",
30521  unicodeslot=0xF8B,
30522 },
30523 [0xF8C]={
30524  category="lo",
30525  description="TIBETAN SIGN INVERTED MCHU CAN",
30526  direction="l",
30527  linebreak="al",
30528  unicodeslot=0xF8C,
30529 },
30530 [0xF8D]={
30531  category="mn",
30532  description="TIBETAN SUBJOINED SIGN LCE TSA CAN",
30533  direction="nsm",
30534  linebreak="cm",
30535  unicodeslot=0xF8D,
30536 },
30537 [0xF8E]={
30538  category="mn",
30539  description="TIBETAN SUBJOINED SIGN MCHU CAN",
30540  direction="nsm",
30541  linebreak="cm",
30542  unicodeslot=0xF8E,
30543 },
30544 [0xF8F]={
30545  category="mn",
30546  description="TIBETAN SUBJOINED SIGN INVERTED MCHU CAN",
30547  direction="nsm",
30548  linebreak="cm",
30549  unicodeslot=0xF8F,
30550 },
30551 [0xF90]={
30552  category="mn",
30553  description="TIBETAN SUBJOINED LETTER KA",
30554  direction="nsm",
30555  linebreak="cm",
30556  unicodeslot=0xF90,
30557 },
30558 [0xF91]={
30559  category="mn",
30560  description="TIBETAN SUBJOINED LETTER KHA",
30561  direction="nsm",
30562  linebreak="cm",
30563  unicodeslot=0xF91,
30564 },
30565 [0xF92]={
30566  category="mn",
30567  description="TIBETAN SUBJOINED LETTER GA",
30568  direction="nsm",
30569  linebreak="cm",
30570  unicodeslot=0xF92,
30571 },
30572 [0xF93]={
30573  category="mn",
30574  description="TIBETAN SUBJOINED LETTER GHA",
30575  direction="nsm",
30576  linebreak="cm",
30577  specials={ "char", 0xF92, 0xFB7 },
30578  unicodeslot=0xF93,
30579 },
30580 [0xF94]={
30581  category="mn",
30582  description="TIBETAN SUBJOINED LETTER NGA",
30583  direction="nsm",
30584  linebreak="cm",
30585  unicodeslot=0xF94,
30586 },
30587 [0xF95]={
30588  category="mn",
30589  description="TIBETAN SUBJOINED LETTER CA",
30590  direction="nsm",
30591  linebreak="cm",
30592  unicodeslot=0xF95,
30593 },
30594 [0xF96]={
30595  category="mn",
30596  description="TIBETAN SUBJOINED LETTER CHA",
30597  direction="nsm",
30598  linebreak="cm",
30599  unicodeslot=0xF96,
30600 },
30601 [0xF97]={
30602  category="mn",
30603  description="TIBETAN SUBJOINED LETTER JA",
30604  direction="nsm",
30605  linebreak="cm",
30606  unicodeslot=0xF97,
30607 },
30608 [0xF99]={
30609  category="mn",
30610  description="TIBETAN SUBJOINED LETTER NYA",
30611  direction="nsm",
30612  linebreak="cm",
30613  unicodeslot=0xF99,
30614 },
30615 [0xF9A]={
30616  category="mn",
30617  description="TIBETAN SUBJOINED LETTER TTA",
30618  direction="nsm",
30619  linebreak="cm",
30620  unicodeslot=0xF9A,
30621 },
30622 [0xF9B]={
30623  category="mn",
30624  description="TIBETAN SUBJOINED LETTER TTHA",
30625  direction="nsm",
30626  linebreak="cm",
30627  unicodeslot=0xF9B,
30628 },
30629 [0xF9C]={
30630  category="mn",
30631  description="TIBETAN SUBJOINED LETTER DDA",
30632  direction="nsm",
30633  linebreak="cm",
30634  unicodeslot=0xF9C,
30635 },
30636 [0xF9D]={
30637  category="mn",
30638  description="TIBETAN SUBJOINED LETTER DDHA",
30639  direction="nsm",
30640  linebreak="cm",
30641  specials={ "char", 0xF9C, 0xFB7 },
30642  unicodeslot=0xF9D,
30643 },
30644 [0xF9E]={
30645  category="mn",
30646  description="TIBETAN SUBJOINED LETTER NNA",
30647  direction="nsm",
30648  linebreak="cm",
30649  unicodeslot=0xF9E,
30650 },
30651 [0xF9F]={
30652  category="mn",
30653  description="TIBETAN SUBJOINED LETTER TA",
30654  direction="nsm",
30655  linebreak="cm",
30656  unicodeslot=0xF9F,
30657 },
30658 [0xFA0]={
30659  category="mn",
30660  description="TIBETAN SUBJOINED LETTER THA",
30661  direction="nsm",
30662  linebreak="cm",
30663  unicodeslot=0xFA0,
30664 },
30665 [0xFA1]={
30666  category="mn",
30667  description="TIBETAN SUBJOINED LETTER DA",
30668  direction="nsm",
30669  linebreak="cm",
30670  unicodeslot=0xFA1,
30671 },
30672 [0xFA2]={
30673  category="mn",
30674  description="TIBETAN SUBJOINED LETTER DHA",
30675  direction="nsm",
30676  linebreak="cm",
30677  specials={ "char", 0xFA1, 0xFB7 },
30678  unicodeslot=0xFA2,
30679 },
30680 [0xFA3]={
30681  category="mn",
30682  description="TIBETAN SUBJOINED LETTER NA",
30683  direction="nsm",
30684  linebreak="cm",
30685  unicodeslot=0xFA3,
30686 },
30687 [0xFA4]={
30688  category="mn",
30689  description="TIBETAN SUBJOINED LETTER PA",
30690  direction="nsm",
30691  linebreak="cm",
30692  unicodeslot=0xFA4,
30693 },
30694 [0xFA5]={
30695  category="mn",
30696  description="TIBETAN SUBJOINED LETTER PHA",
30697  direction="nsm",
30698  linebreak="cm",
30699  unicodeslot=0xFA5,
30700 },
30701 [0xFA6]={
30702  category="mn",
30703  description="TIBETAN SUBJOINED LETTER BA",
30704  direction="nsm",
30705  linebreak="cm",
30706  unicodeslot=0xFA6,
30707 },
30708 [0xFA7]={
30709  category="mn",
30710  description="TIBETAN SUBJOINED LETTER BHA",
30711  direction="nsm",
30712  linebreak="cm",
30713  specials={ "char", 0xFA6, 0xFB7 },
30714  unicodeslot=0xFA7,
30715 },
30716 [0xFA8]={
30717  category="mn",
30718  description="TIBETAN SUBJOINED LETTER MA",
30719  direction="nsm",
30720  linebreak="cm",
30721  unicodeslot=0xFA8,
30722 },
30723 [0xFA9]={
30724  category="mn",
30725  description="TIBETAN SUBJOINED LETTER TSA",
30726  direction="nsm",
30727  linebreak="cm",
30728  unicodeslot=0xFA9,
30729 },
30730 [0xFAA]={
30731  category="mn",
30732  description="TIBETAN SUBJOINED LETTER TSHA",
30733  direction="nsm",
30734  linebreak="cm",
30735  unicodeslot=0xFAA,
30736 },
30737 [0xFAB]={
30738  category="mn",
30739  description="TIBETAN SUBJOINED LETTER DZA",
30740  direction="nsm",
30741  linebreak="cm",
30742  unicodeslot=0xFAB,
30743 },
30744 [0xFAC]={
30745  category="mn",
30746  description="TIBETAN SUBJOINED LETTER DZHA",
30747  direction="nsm",
30748  linebreak="cm",
30749  specials={ "char", 0xFAB, 0xFB7 },
30750  unicodeslot=0xFAC,
30751 },
30752 [0xFAD]={
30753  category="mn",
30754  description="TIBETAN SUBJOINED LETTER WA",
30755  direction="nsm",
30756  linebreak="cm",
30757  unicodeslot=0xFAD,
30758 },
30759 [0xFAE]={
30760  category="mn",
30761  description="TIBETAN SUBJOINED LETTER ZHA",
30762  direction="nsm",
30763  linebreak="cm",
30764  unicodeslot=0xFAE,
30765 },
30766 [0xFAF]={
30767  category="mn",
30768  description="TIBETAN SUBJOINED LETTER ZA",
30769  direction="nsm",
30770  linebreak="cm",
30771  unicodeslot=0xFAF,
30772 },
30773 [0xFB0]={
30774  category="mn",
30775  description="TIBETAN SUBJOINED LETTER -A",
30776  direction="nsm",
30777  linebreak="cm",
30778  unicodeslot=0xFB0,
30779 },
30780 [0xFB1]={
30781  category="mn",
30782  description="TIBETAN SUBJOINED LETTER YA",
30783  direction="nsm",
30784  linebreak="cm",
30785  unicodeslot=0xFB1,
30786 },
30787 [0xFB2]={
30788  category="mn",
30789  description="TIBETAN SUBJOINED LETTER RA",
30790  direction="nsm",
30791  linebreak="cm",
30792  unicodeslot=0xFB2,
30793 },
30794 [0xFB3]={
30795  category="mn",
30796  description="TIBETAN SUBJOINED LETTER LA",
30797  direction="nsm",
30798  linebreak="cm",
30799  unicodeslot=0xFB3,
30800 },
30801 [0xFB4]={
30802  category="mn",
30803  description="TIBETAN SUBJOINED LETTER SHA",
30804  direction="nsm",
30805  linebreak="cm",
30806  unicodeslot=0xFB4,
30807 },
30808 [0xFB5]={
30809  category="mn",
30810  description="TIBETAN SUBJOINED LETTER SSA",
30811  direction="nsm",
30812  linebreak="cm",
30813  unicodeslot=0xFB5,
30814 },
30815 [0xFB6]={
30816  category="mn",
30817  description="TIBETAN SUBJOINED LETTER SA",
30818  direction="nsm",
30819  linebreak="cm",
30820  unicodeslot=0xFB6,
30821 },
30822 [0xFB7]={
30823  category="mn",
30824  description="TIBETAN SUBJOINED LETTER HA",
30825  direction="nsm",
30826  linebreak="cm",
30827  unicodeslot=0xFB7,
30828 },
30829 [0xFB8]={
30830  category="mn",
30831  description="TIBETAN SUBJOINED LETTER A",
30832  direction="nsm",
30833  linebreak="cm",
30834  unicodeslot=0xFB8,
30835 },
30836 [0xFB9]={
30837  category="mn",
30838  description="TIBETAN SUBJOINED LETTER KSSA",
30839  direction="nsm",
30840  linebreak="cm",
30841  specials={ "char", 0xF90, 0xFB5 },
30842  unicodeslot=0xFB9,
30843 },
30844 [0xFBA]={
30845  category="mn",
30846  description="TIBETAN SUBJOINED LETTER FIXED-FORM WA",
30847  direction="nsm",
30848  linebreak="cm",
30849  unicodeslot=0xFBA,
30850 },
30851 [0xFBB]={
30852  category="mn",
30853  description="TIBETAN SUBJOINED LETTER FIXED-FORM YA",
30854  direction="nsm",
30855  linebreak="cm",
30856  unicodeslot=0xFBB,
30857 },
30858 [0xFBC]={
30859  category="mn",
30860  description="TIBETAN SUBJOINED LETTER FIXED-FORM RA",
30861  direction="nsm",
30862  linebreak="cm",
30863  unicodeslot=0xFBC,
30864 },
30865 [0xFBE]={
30866  category="so",
30867  description="TIBETAN KU RU KHA",
30868  direction="l",
30869  linebreak="ba",
30870  unicodeslot=0xFBE,
30871 },
30872 [0xFBF]={
30873  category="so",
30874  description="TIBETAN KU RU KHA BZHI MIG CAN",
30875  direction="l",
30876  linebreak="ba",
30877  unicodeslot=0xFBF,
30878 },
30879 [0xFC0]={
30880  category="so",
30881  description="TIBETAN CANTILLATION SIGN HEAVY BEAT",
30882  direction="l",
30883  linebreak="al",
30884  unicodeslot=0xFC0,
30885 },
30886 [0xFC1]={
30887  category="so",
30888  description="TIBETAN CANTILLATION SIGN LIGHT BEAT",
30889  direction="l",
30890  linebreak="al",
30891  unicodeslot=0xFC1,
30892 },
30893 [0xFC2]={
30894  category="so",
30895  description="TIBETAN CANTILLATION SIGN CANG TE-U",
30896  direction="l",
30897  linebreak="al",
30898  unicodeslot=0xFC2,
30899 },
30900 [0xFC3]={
30901  category="so",
30902  description="TIBETAN CANTILLATION SIGN SBUB -CHAL",
30903  direction="l",
30904  linebreak="al",
30905  unicodeslot=0xFC3,
30906 },
30907 [0xFC4]={
30908  category="so",
30909  description="TIBETAN SYMBOL DRIL BU",
30910  direction="l",
30911  linebreak="al",
30912  unicodeslot=0xFC4,
30913 },
30914 [0xFC5]={
30915  category="so",
30916  description="TIBETAN SYMBOL RDO RJE",
30917  direction="l",
30918  linebreak="al",
30919  unicodeslot=0xFC5,
30920 },
30921 [0xFC6]={
30922  category="mn",
30923  combining=0xDC,
30924  description="TIBETAN SYMBOL PADMA GDAN",
30925  direction="nsm",
30926  linebreak="cm",
30927  unicodeslot=0xFC6,
30928 },
30929 [0xFC7]={
30930  category="so",
30931  description="TIBETAN SYMBOL RDO RJE RGYA GRAM",
30932  direction="l",
30933  linebreak="al",
30934  unicodeslot=0xFC7,
30935 },
30936 [0xFC8]={
30937  category="so",
30938  description="TIBETAN SYMBOL PHUR PA",
30939  direction="l",
30940  linebreak="al",
30941  unicodeslot=0xFC8,
30942 },
30943 [0xFC9]={
30944  category="so",
30945  description="TIBETAN SYMBOL NOR BU",
30946  direction="l",
30947  linebreak="al",
30948  unicodeslot=0xFC9,
30949 },
30950 [0xFCA]={
30951  category="so",
30952  description="TIBETAN SYMBOL NOR BU NYIS -KHYIL",
30953  direction="l",
30954  linebreak="al",
30955  unicodeslot=0xFCA,
30956 },
30957 [0xFCB]={
30958  category="so",
30959  description="TIBETAN SYMBOL NOR BU GSUM -KHYIL",
30960  direction="l",
30961  linebreak="al",
30962  unicodeslot=0xFCB,
30963 },
30964 [0xFCC]={
30965  category="so",
30966  description="TIBETAN SYMBOL NOR BU BZHI -KHYIL",
30967  direction="l",
30968  linebreak="al",
30969  unicodeslot=0xFCC,
30970 },
30971 [0xFCE]={
30972  category="so",
30973  description="TIBETAN SIGN RDEL NAG RDEL DKAR",
30974  direction="l",
30975  linebreak="al",
30976  unicodeslot=0xFCE,
30977 },
30978 [0xFCF]={
30979  category="so",
30980  description="TIBETAN SIGN RDEL NAG GSUM",
30981  direction="l",
30982  linebreak="al",
30983  unicodeslot=0xFCF,
30984 },
30985 [0xFD0]={
30986  category="po",
30987  description="TIBETAN MARK BSKA- SHOG GI MGO RGYAN",
30988  direction="l",
30989  linebreak="bb",
30990  unicodeslot=0xFD0,
30991 },
30992 [0xFD1]={
30993  category="po",
30994  description="TIBETAN MARK MNYAM YIG GI MGO RGYAN",
30995  direction="l",
30996  linebreak="bb",
30997  unicodeslot=0xFD1,
30998 },
30999 [0xFD2]={
31000  category="po",
31001  description="TIBETAN MARK NYIS TSHEG",
31002  direction="l",
31003  linebreak="ba",
31004  unicodeslot=0xFD2,
31005 },
31006 [0xFD3]={
31007  category="po",
31008  description="TIBETAN MARK INITIAL BRDA RNYING YIG MGO MDUN MA",
31009  direction="l",
31010  linebreak="bb",
31011  unicodeslot=0xFD3,
31012 },
31013 [0xFD4]={
31014  category="po",
31015  description="TIBETAN MARK CLOSING BRDA RNYING YIG MGO SGAB MA",
31016  direction="l",
31017  linebreak="al",
31018  unicodeslot=0xFD4,
31019 },
31020 [0xFD5]={
31021  category="so",
31022  description="RIGHT-FACING SVASTI SIGN",
31023  direction="l",
31024  linebreak="al",
31025  unicodeslot=0xFD5,
31026 },
31027 [0xFD6]={
31028  category="so",
31029  description="LEFT-FACING SVASTI SIGN",
31030  direction="l",
31031  linebreak="al",
31032  unicodeslot=0xFD6,
31033 },
31034 [0xFD7]={
31035  category="so",
31036  description="RIGHT-FACING SVASTI SIGN WITH DOTS",
31037  direction="l",
31038  linebreak="al",
31039  unicodeslot=0xFD7,
31040 },
31041 [0xFD8]={
31042  category="so",
31043  description="LEFT-FACING SVASTI SIGN WITH DOTS",
31044  direction="l",
31045  linebreak="al",
31046  unicodeslot=0xFD8,
31047 },
31048 [0xFD9]={
31049  category="po",
31050  description="TIBETAN MARK LEADING MCHAN RTAGS",
31051  direction="l",
31052  linebreak="gl",
31053  unicodeslot=0xFD9,
31054 },
31055 [0xFDA]={
31056  category="po",
31057  description="TIBETAN MARK TRAILING MCHAN RTAGS",
31058  direction="l",
31059  linebreak="gl",
31060  unicodeslot=0xFDA,
31061 },
31062 [0x1000]={
31063  category="lo",
31064  description="MYANMAR LETTER KA",
31065  direction="l",
31066  indic="c",
31067  linebreak="sa",
31068  unicodeslot=0x1000,
31069  variants=variants_dotted,
31070 },
31071 [0x1001]={
31072  category="lo",
31073  description="MYANMAR LETTER KHA",
31074  direction="l",
31075  indic="c",
31076  linebreak="sa",
31077  unicodeslot=0x1001,
31078 },
31079 [0x1002]={
31080  category="lo",
31081  description="MYANMAR LETTER GA",
31082  direction="l",
31083  indic="c",
31084  linebreak="sa",
31085  unicodeslot=0x1002,
31086  variants=variants_dotted,
31087 },
31088 [0x1003]={
31089  category="lo",
31090  description="MYANMAR LETTER GHA",
31091  direction="l",
31092  indic="c",
31093  linebreak="sa",
31094  unicodeslot=0x1003,
31095 },
31096 [0x1004]={
31097  category="lo",
31098  description="MYANMAR LETTER NGA",
31099  direction="l",
31100  indic="c",
31101  linebreak="sa",
31102  unicodeslot=0x1004,
31103  variants=variants_dotted,
31104 },
31105 [0x1005]={
31106  category="lo",
31107  description="MYANMAR LETTER CA",
31108  direction="l",
31109  indic="c",
31110  linebreak="sa",
31111  unicodeslot=0x1005,
31112 },
31113 [0x1006]={
31114  category="lo",
31115  description="MYANMAR LETTER CHA",
31116  direction="l",
31117  indic="c",
31118  linebreak="sa",
31119  unicodeslot=0x1006,
31120 },
31121 [0x1007]={
31122  category="lo",
31123  description="MYANMAR LETTER JA",
31124  direction="l",
31125  indic="c",
31126  linebreak="sa",
31127  unicodeslot=0x1007,
31128 },
31129 [0x1008]={
31130  category="lo",
31131  description="MYANMAR LETTER JHA",
31132  direction="l",
31133  indic="c",
31134  linebreak="sa",
31135  unicodeslot=0x1008,
31136 },
31137 [0x1009]={
31138  category="lo",
31139  description="MYANMAR LETTER NYA",
31140  direction="l",
31141  indic="c",
31142  linebreak="sa",
31143  unicodeslot=0x1009,
31144 },
31145 [0x100A]={
31146  category="lo",
31147  description="MYANMAR LETTER NNYA",
31148  direction="l",
31149  indic="c",
31150  linebreak="sa",
31151  unicodeslot=0x100A,
31152 },
31153 [0x100B]={
31154  category="lo",
31155  description="MYANMAR LETTER TTA",
31156  direction="l",
31157  indic="c",
31158  linebreak="sa",
31159  unicodeslot=0x100B,
31160 },
31161 [0x100C]={
31162  category="lo",
31163  description="MYANMAR LETTER TTHA",
31164  direction="l",
31165  indic="c",
31166  linebreak="sa",
31167  unicodeslot=0x100C,
31168 },
31169 [0x100D]={
31170  category="lo",
31171  description="MYANMAR LETTER DDA",
31172  direction="l",
31173  indic="c",
31174  linebreak="sa",
31175  unicodeslot=0x100D,
31176 },
31177 [0x100E]={
31178  category="lo",
31179  description="MYANMAR LETTER DDHA",
31180  direction="l",
31181  indic="c",
31182  linebreak="sa",
31183  unicodeslot=0x100E,
31184 },
31185 [0x100F]={
31186  category="lo",
31187  description="MYANMAR LETTER NNA",
31188  direction="l",
31189  indic="c",
31190  linebreak="sa",
31191  unicodeslot=0x100F,
31192 },
31193 [0x1010]={
31194  category="lo",
31195  description="MYANMAR LETTER TA",
31196  direction="l",
31197  indic="c",
31198  linebreak="sa",
31199  unicodeslot=0x1010,
31200  variants=variants_dotted,
31201 },
31202 [0x1011]={
31203  category="lo",
31204  description="MYANMAR LETTER THA",
31205  direction="l",
31206  indic="c",
31207  linebreak="sa",
31208  unicodeslot=0x1011,
31209  variants=variants_dotted,
31210 },
31211 [0x1012]={
31212  category="lo",
31213  description="MYANMAR LETTER DA",
31214  direction="l",
31215  indic="c",
31216  linebreak="sa",
31217  unicodeslot=0x1012,
31218 },
31219 [0x1013]={
31220  category="lo",
31221  description="MYANMAR LETTER DHA",
31222  direction="l",
31223  indic="c",
31224  linebreak="sa",
31225  unicodeslot=0x1013,
31226 },
31227 [0x1014]={
31228  category="lo",
31229  description="MYANMAR LETTER NA",
31230  direction="l",
31231  indic="c",
31232  linebreak="sa",
31233  unicodeslot=0x1014,
31234 },
31235 [0x1015]={
31236  category="lo",
31237  description="MYANMAR LETTER PA",
31238  direction="l",
31239  indic="c",
31240  linebreak="sa",
31241  unicodeslot=0x1015,
31242  variants=variants_dotted,
31243 },
31244 [0x1016]={
31245  category="lo",
31246  description="MYANMAR LETTER PHA",
31247  direction="l",
31248  indic="c",
31249  linebreak="sa",
31250  unicodeslot=0x1016,
31251 },
31252 [0x1017]={
31253  category="lo",
31254  description="MYANMAR LETTER BA",
31255  direction="l",
31256  indic="c",
31257  linebreak="sa",
31258  unicodeslot=0x1017,
31259 },
31260 [0x1018]={
31261  category="lo",
31262  description="MYANMAR LETTER BHA",
31263  direction="l",
31264  indic="c",
31265  linebreak="sa",
31266  unicodeslot=0x1018,
31267 },
31268 [0x1019]={
31269  category="lo",
31270  description="MYANMAR LETTER MA",
31271  direction="l",
31272  indic="c",
31273  linebreak="sa",
31274  unicodeslot=0x1019,
31275  variants=variants_dotted,
31276 },
31277 [0x101A]={
31278  category="lo",
31279  description="MYANMAR LETTER YA",
31280  direction="l",
31281  indic="c",
31282  linebreak="sa",
31283  unicodeslot=0x101A,
31284  variants=variants_dotted,
31285 },
31286 [0x101B]={
31287  category="lo",
31288  description="MYANMAR LETTER RA",
31289  direction="l",
31290  indic="c",
31291  linebreak="sa",
31292  unicodeslot=0x101B,
31293 },
31294 [0x101C]={
31295  category="lo",
31296  description="MYANMAR LETTER LA",
31297  direction="l",
31298  indic="c",
31299  linebreak="sa",
31300  unicodeslot=0x101C,
31301  variants=variants_dotted,
31302 },
31303 [0x101D]={
31304  category="lo",
31305  description="MYANMAR LETTER WA",
31306  direction="l",
31307  indic="c",
31308  linebreak="sa",
31309  unicodeslot=0x101D,
31310  variants=variants_dotted,
31311 },
31312 [0x101E]={
31313  category="lo",
31314  description="MYANMAR LETTER SA",
31315  direction="l",
31316  indic="c",
31317  linebreak="sa",
31318  unicodeslot=0x101E,
31319 },
31320 [0x101F]={
31321  category="lo",
31322  description="MYANMAR LETTER HA",
31323  direction="l",
31324  indic="c",
31325  linebreak="sa",
31326  unicodeslot=0x101F,
31327 },
31328 [0x1020]={
31329  category="lo",
31330  description="MYANMAR LETTER LLA",
31331  direction="l",
31332  indic="c",
31333  linebreak="sa",
31334  unicodeslot=0x1020,
31335 },
31336 [0x1021]={
31337  category="lo",
31338  description="MYANMAR LETTER A",
31339  direction="l",
31340  indic="i",
31341  linebreak="sa",
31342  unicodeslot=0x1021,
31343 },
31344 [0x1022]={
31345  category="lo",
31346  description="MYANMAR LETTER SHAN A",
31347  direction="l",
31348  indic="i",
31349  linebreak="sa",
31350  unicodeslot=0x1022,
31351  variants=variants_dotted,
31352 },
31353 [0x1023]={
31354  category="lo",
31355  description="MYANMAR LETTER I",
31356  direction="l",
31357  indic="i",
31358  linebreak="sa",
31359  unicodeslot=0x1023,
31360 },
31361 [0x1024]={
31362  category="lo",
31363  description="MYANMAR LETTER II",
31364  direction="l",
31365  indic="i",
31366  linebreak="sa",
31367  unicodeslot=0x1024,
31368 },
31369 [0x1025]={
31370  category="lo",
31371  description="MYANMAR LETTER U",
31372  direction="l",
31373  indic="i",
31374  linebreak="sa",
31375  unicodeslot=0x1025,
31376 },
31377 [0x1026]={
31378  category="lo",
31379  description="MYANMAR LETTER UU",
31380  direction="l",
31381  indic="i",
31382  linebreak="sa",
31383  specials={ "char", 0x1025, 0x102E },
31384  unicodeslot=0x1026,
31385 },
31386 [0x1027]={
31387  category="lo",
31388  description="MYANMAR LETTER E",
31389  direction="l",
31390  indic="i",
31391  linebreak="sa",
31392  unicodeslot=0x1027,
31393 },
31394 [0x1028]={
31395  category="lo",
31396  description="MYANMAR LETTER MON E",
31397  direction="l",
31398  indic="i",
31399  linebreak="sa",
31400  unicodeslot=0x1028,
31401 },
31402 [0x1029]={
31403  category="lo",
31404  description="MYANMAR LETTER O",
31405  direction="l",
31406  indic="i",
31407  linebreak="sa",
31408  unicodeslot=0x1029,
31409 },
31410 [0x102A]={
31411  category="lo",
31412  description="MYANMAR LETTER AU",
31413  direction="l",
31414  indic="i",
31415  linebreak="sa",
31416  unicodeslot=0x102A,
31417 },
31418 [0x102B]={
31419  category="mc",
31420  description="MYANMAR VOWEL SIGN TALL AA",
31421  direction="l",
31422  indic="d",
31423  indicmark="r",
31424  linebreak="sa",
31425  unicodeslot=0x102B,
31426 },
31427 [0x102C]={
31428  category="mc",
31429  description="MYANMAR VOWEL SIGN AA",
31430  direction="l",
31431  indic="d",
31432  indicmark="r",
31433  linebreak="sa",
31434  unicodeslot=0x102C,
31435 },
31436 [0x102D]={
31437  category="mn",
31438  description="MYANMAR VOWEL SIGN I",
31439  direction="nsm",
31440  indic="d",
31441  indicmark="t",
31442  linebreak="sa",
31443  unicodeslot=0x102D,
31444 },
31445 [0x102E]={
31446  category="mn",
31447  description="MYANMAR VOWEL SIGN II",
31448  direction="nsm",
31449  indic="d",
31450  indicmark="t",
31451  linebreak="sa",
31452  unicodeslot=0x102E,
31453 },
31454 [0x102F]={
31455  category="mn",
31456  description="MYANMAR VOWEL SIGN U",
31457  direction="nsm",
31458  indic="d",
31459  indicmark="b",
31460  linebreak="sa",
31461  unicodeslot=0x102F,
31462 },
31463 [0x1030]={
31464  category="mn",
31465  description="MYANMAR VOWEL SIGN UU",
31466  direction="nsm",
31467  indic="d",
31468  indicmark="b",
31469  linebreak="sa",
31470  unicodeslot=0x1030,
31471 },
31472 [0x1031]={
31473  category="mc",
31474  description="MYANMAR VOWEL SIGN E",
31475  direction="l",
31476  indic="d",
31477  indicmark="l",
31478  linebreak="sa",
31479  unicodeslot=0x1031,
31480  variants=variants_dotted,
31481 },
31482 [0x1032]={
31483  category="mn",
31484  description="MYANMAR VOWEL SIGN AI",
31485  direction="nsm",
31486  indic="d",
31487  indicmark="t",
31488  linebreak="sa",
31489  unicodeslot=0x1032,
31490 },
31491 [0x1033]={
31492  category="mn",
31493  description="MYANMAR VOWEL SIGN MON II",
31494  direction="nsm",
31495  indic="d",
31496  indicmark="t",
31497  linebreak="sa",
31498  unicodeslot=0x1033,
31499 },
31500 [0x1034]={
31501  category="mn",
31502  description="MYANMAR VOWEL SIGN MON O",
31503  direction="nsm",
31504  indic="d",
31505  indicmark="t",
31506  linebreak="sa",
31507  unicodeslot=0x1034,
31508 },
31509 [0x1035]={
31510  category="mn",
31511  description="MYANMAR VOWEL SIGN E ABOVE",
31512  direction="nsm",
31513  indic="d",
31514  indicmark="t",
31515  linebreak="sa",
31516  unicodeslot=0x1035,
31517 },
31518 [0x1036]={
31519  category="mn",
31520  description="MYANMAR SIGN ANUSVARA",
31521  direction="nsm",
31522  indic="m",
31523  indicmark="t",
31524  linebreak="sa",
31525  unicodeslot=0x1036,
31526 },
31527 [0x1037]={
31528  category="mn",
31529  combining=0x7,
31530  description="MYANMAR SIGN DOT BELOW",
31531  direction="nsm",
31532  indic="s",
31533  indicmark="b",
31534  linebreak="sa",
31535  unicodeslot=0x1037,
31536 },
31537 [0x1038]={
31538  category="mc",
31539  description="MYANMAR SIGN VISARGA",
31540  direction="l",
31541  indic="m",
31542  indicmark="r",
31543  linebreak="sa",
31544  unicodeslot=0x1038,
31545 },
31546 [0x1039]={
31547  category="mn",
31548  combining=0x9,
31549  description="MYANMAR SIGN VIRAMA",
31550  direction="nsm",
31551  indic="m",
31552  indicmark="b",
31553  linebreak="sa",
31554  synonyms={ "myanmar killer" },
31555  unicodeslot=0x1039,
31556 },
31557 [0x103A]={
31558  category="mn",
31559  combining=0x9,
31560  description="MYANMAR SIGN ASAT",
31561  direction="nsm",
31562  indic="m",
31563  indicmark="t",
31564  linebreak="sa",
31565  unicodeslot=0x103A,
31566 },
31567 [0x103B]={
31568  category="mc",
31569  description="MYANMAR CONSONANT SIGN MEDIAL YA",
31570  direction="l",
31571  indic="c",
31572  indicmark="r",
31573  linebreak="sa",
31574  unicodeslot=0x103B,
31575 },
31576 [0x103C]={
31577  category="mc",
31578  description="MYANMAR CONSONANT SIGN MEDIAL RA",
31579  direction="l",
31580  indic="c",
31581  linebreak="sa",
31582  unicodeslot=0x103C,
31583 },
31584 [0x103D]={
31585  category="mn",
31586  description="MYANMAR CONSONANT SIGN MEDIAL WA",
31587  direction="nsm",
31588  indic="c",
31589  indicmark="b",
31590  linebreak="sa",
31591  unicodeslot=0x103D,
31592 },
31593 [0x103E]={
31594  category="mn",
31595  description="MYANMAR CONSONANT SIGN MEDIAL HA",
31596  direction="nsm",
31597  indic="c",
31598  indicmark="b",
31599  linebreak="sa",
31600  unicodeslot=0x103E,
31601 },
31602 [0x103F]={
31603  category="lo",
31604  description="MYANMAR LETTER GREAT SA",
31605  direction="l",
31606  indic="c",
31607  linebreak="sa",
31608  unicodeslot=0x103F,
31609 },
31610 [0x1040]={
31611  category="nd",
31612  description="MYANMAR DIGIT ZERO",
31613  direction="l",
31614  indic="o",
31615  linebreak="nu",
31616  unicodeslot=0x1040,
31617 },
31618 [0x1041]={
31619  category="nd",
31620  description="MYANMAR DIGIT ONE",
31621  direction="l",
31622  indic="o",
31623  linebreak="nu",
31624  unicodeslot=0x1041,
31625 },
31626 [0x1042]={
31627  category="nd",
31628  description="MYANMAR DIGIT TWO",
31629  direction="l",
31630  indic="o",
31631  linebreak="nu",
31632  unicodeslot=0x1042,
31633 },
31634 [0x1043]={
31635  category="nd",
31636  description="MYANMAR DIGIT THREE",
31637  direction="l",
31638  indic="o",
31639  linebreak="nu",
31640  unicodeslot=0x1043,
31641 },
31642 [0x1044]={
31643  category="nd",
31644  description="MYANMAR DIGIT FOUR",
31645  direction="l",
31646  indic="o",
31647  linebreak="nu",
31648  unicodeslot=0x1044,
31649 },
31650 [0x1045]={
31651  category="nd",
31652  description="MYANMAR DIGIT FIVE",
31653  direction="l",
31654  indic="o",
31655  linebreak="nu",
31656  unicodeslot=0x1045,
31657 },
31658 [0x1046]={
31659  category="nd",
31660  description="MYANMAR DIGIT SIX",
31661  direction="l",
31662  indic="o",
31663  linebreak="nu",
31664  unicodeslot=0x1046,
31665 },
31666 [0x1047]={
31667  category="nd",
31668  description="MYANMAR DIGIT SEVEN",
31669  direction="l",
31670  indic="o",
31671  linebreak="nu",
31672  unicodeslot=0x1047,
31673 },
31674 [0x1048]={
31675  category="nd",
31676  description="MYANMAR DIGIT EIGHT",
31677  direction="l",
31678  indic="o",
31679  linebreak="nu",
31680  unicodeslot=0x1048,
31681 },
31682 [0x1049]={
31683  category="nd",
31684  description="MYANMAR DIGIT NINE",
31685  direction="l",
31686  indic="o",
31687  linebreak="nu",
31688  unicodeslot=0x1049,
31689 },
31690 [0x104A]={
31691  category="po",
31692  description="MYANMAR SIGN LITTLE SECTION",
31693  direction="l",
31694  indic="o",
31695  linebreak="ba",
31696  unicodeslot=0x104A,
31697 },
31698 [0x104B]={
31699  category="po",
31700  description="MYANMAR SIGN SECTION",
31701  direction="l",
31702  indic="o",
31703  linebreak="ba",
31704  unicodeslot=0x104B,
31705 },
31706 [0x104C]={
31707  category="po",
31708  description="MYANMAR SYMBOL LOCATIVE",
31709  direction="l",
31710  indic="o",
31711  linebreak="al",
31712  unicodeslot=0x104C,
31713 },
31714 [0x104D]={
31715  category="po",
31716  description="MYANMAR SYMBOL COMPLETED",
31717  direction="l",
31718  indic="o",
31719  linebreak="al",
31720  unicodeslot=0x104D,
31721 },
31722 [0x104E]={
31723  category="po",
31724  description="MYANMAR SYMBOL AFOREMENTIONED",
31725  direction="l",
31726  indic="o",
31727  linebreak="al",
31728  unicodeslot=0x104E,
31729 },
31730 [0x104F]={
31731  category="po",
31732  description="MYANMAR SYMBOL GENITIVE",
31733  direction="l",
31734  indic="o",
31735  linebreak="al",
31736  unicodeslot=0x104F,
31737 },
31738 [0x1050]={
31739  category="lo",
31740  description="MYANMAR LETTER SHA",
31741  direction="l",
31742  indic="c",
31743  linebreak="sa",
31744  unicodeslot=0x1050,
31745 },
31746 [0x1051]={
31747  category="lo",
31748  description="MYANMAR LETTER SSA",
31749  direction="l",
31750  indic="c",
31751  linebreak="sa",
31752  unicodeslot=0x1051,
31753 },
31754 [0x1052]={
31755  category="lo",
31756  description="MYANMAR LETTER VOCALIC R",
31757  direction="l",
31758  indic="i",
31759  linebreak="sa",
31760  unicodeslot=0x1052,
31761 },
31762 [0x1053]={
31763  category="lo",
31764  description="MYANMAR LETTER VOCALIC RR",
31765  direction="l",
31766  indic="i",
31767  linebreak="sa",
31768  unicodeslot=0x1053,
31769 },
31770 [0x1054]={
31771  category="lo",
31772  description="MYANMAR LETTER VOCALIC L",
31773  direction="l",
31774  indic="i",
31775  linebreak="sa",
31776  unicodeslot=0x1054,
31777 },
31778 [0x1055]={
31779  category="lo",
31780  description="MYANMAR LETTER VOCALIC LL",
31781  direction="l",
31782  indic="i",
31783  linebreak="sa",
31784  unicodeslot=0x1055,
31785 },
31786 [0x1056]={
31787  category="mc",
31788  description="MYANMAR VOWEL SIGN VOCALIC R",
31789  direction="l",
31790  indic="d",
31791  indicmark="r",
31792  linebreak="sa",
31793  unicodeslot=0x1056,
31794 },
31795 [0x1057]={
31796  category="mc",
31797  description="MYANMAR VOWEL SIGN VOCALIC RR",
31798  direction="l",
31799  indic="d",
31800  indicmark="r",
31801  linebreak="sa",
31802  unicodeslot=0x1057,
31803 },
31804 [0x1058]={
31805  category="mn",
31806  description="MYANMAR VOWEL SIGN VOCALIC L",
31807  direction="nsm",
31808  indic="d",
31809  indicmark="b",
31810  linebreak="sa",
31811  unicodeslot=0x1058,
31812 },
31813 [0x1059]={
31814  category="mn",
31815  description="MYANMAR VOWEL SIGN VOCALIC LL",
31816  direction="nsm",
31817  indic="d",
31818  indicmark="b",
31819  linebreak="sa",
31820  unicodeslot=0x1059,
31821 },
31822 [0x105A]={
31823  category="lo",
31824  description="MYANMAR LETTER MON NGA",
31825  direction="l",
31826  indic="c",
31827  linebreak="sa",
31828  unicodeslot=0x105A,
31829 },
31830 [0x105B]={
31831  category="lo",
31832  description="MYANMAR LETTER MON JHA",
31833  direction="l",
31834  indic="c",
31835  linebreak="sa",
31836  unicodeslot=0x105B,
31837 },
31838 [0x105C]={
31839  category="lo",
31840  description="MYANMAR LETTER MON BBA",
31841  direction="l",
31842  indic="c",
31843  linebreak="sa",
31844  unicodeslot=0x105C,
31845 },
31846 [0x105D]={
31847  category="lo",
31848  description="MYANMAR LETTER MON BBE",
31849  direction="l",
31850  indic="c",
31851  linebreak="sa",
31852  unicodeslot=0x105D,
31853 },
31854 [0x105E]={
31855  category="mn",
31856  description="MYANMAR CONSONANT SIGN MON MEDIAL NA",
31857  direction="nsm",
31858  indic="c",
31859  indicmark="b",
31860  linebreak="sa",
31861  unicodeslot=0x105E,
31862 },
31863 [0x105F]={
31864  category="mn",
31865  description="MYANMAR CONSONANT SIGN MON MEDIAL MA",
31866  direction="nsm",
31867  indic="c",
31868  indicmark="b",
31869  linebreak="sa",
31870  unicodeslot=0x105F,
31871 },
31872 [0x1060]={
31873  category="mn",
31874  description="MYANMAR CONSONANT SIGN MON MEDIAL LA",
31875  direction="nsm",
31876  indic="c",
31877  indicmark="b",
31878  linebreak="sa",
31879  unicodeslot=0x1060,
31880 },
31881 [0x1061]={
31882  category="lo",
31883  description="MYANMAR LETTER SGAW KAREN SHA",
31884  direction="l",
31885  indic="c",
31886  linebreak="sa",
31887  unicodeslot=0x1061,
31888 },
31889 [0x1062]={
31890  category="mc",
31891  description="MYANMAR VOWEL SIGN SGAW KAREN EU",
31892  direction="l",
31893  indic="d",
31894  indicmark="r",
31895  linebreak="sa",
31896  unicodeslot=0x1062,
31897 },
31898 [0x1063]={
31899  category="mc",
31900  description="MYANMAR TONE MARK SGAW KAREN HATHI",
31901  direction="l",
31902  indic="s",
31903  indicmark="r",
31904  linebreak="sa",
31905  unicodeslot=0x1063,
31906 },
31907 [0x1064]={
31908  category="mc",
31909  description="MYANMAR TONE MARK SGAW KAREN KE PHO",
31910  direction="l",
31911  indic="s",
31912  indicmark="r",
31913  linebreak="sa",
31914  unicodeslot=0x1064,
31915 },
31916 [0x1065]={
31917  category="lo",
31918  description="MYANMAR LETTER WESTERN PWO KAREN THA",
31919  direction="l",
31920  indic="c",
31921  linebreak="sa",
31922  unicodeslot=0x1065,
31923 },
31924 [0x1066]={
31925  category="lo",
31926  description="MYANMAR LETTER WESTERN PWO KAREN PWA",
31927  direction="l",
31928  indic="c",
31929  linebreak="sa",
31930  unicodeslot=0x1066,
31931 },
31932 [0x1067]={
31933  category="mc",
31934  description="MYANMAR VOWEL SIGN WESTERN PWO KAREN EU",
31935  direction="l",
31936  indic="d",
31937  indicmark="r",
31938  linebreak="sa",
31939  unicodeslot=0x1067,
31940 },
31941 [0x1068]={
31942  category="mc",
31943  description="MYANMAR VOWEL SIGN WESTERN PWO KAREN UE",
31944  direction="l",
31945  indic="d",
31946  indicmark="r",
31947  linebreak="sa",
31948  unicodeslot=0x1068,
31949 },
31950 [0x1069]={
31951  category="mc",
31952  description="MYANMAR SIGN WESTERN PWO KAREN TONE-1",
31953  direction="l",
31954  indic="s",
31955  indicmark="r",
31956  linebreak="sa",
31957  unicodeslot=0x1069,
31958 },
31959 [0x106A]={
31960  category="mc",
31961  description="MYANMAR SIGN WESTERN PWO KAREN TONE-2",
31962  direction="l",
31963  indic="s",
31964  indicmark="r",
31965  linebreak="sa",
31966  unicodeslot=0x106A,
31967 },
31968 [0x106B]={
31969  category="mc",
31970  description="MYANMAR SIGN WESTERN PWO KAREN TONE-3",
31971  direction="l",
31972  indic="s",
31973  indicmark="r",
31974  linebreak="sa",
31975  unicodeslot=0x106B,
31976 },
31977 [0x106C]={
31978  category="mc",
31979  description="MYANMAR SIGN WESTERN PWO KAREN TONE-4",
31980  direction="l",
31981  indic="s",
31982  indicmark="r",
31983  linebreak="sa",
31984  unicodeslot=0x106C,
31985 },
31986 [0x106D]={
31987  category="mc",
31988  description="MYANMAR SIGN WESTERN PWO KAREN TONE-5",
31989  direction="l",
31990  indic="s",
31991  indicmark="r",
31992  linebreak="sa",
31993  unicodeslot=0x106D,
31994 },
31995 [0x106E]={
31996  category="lo",
31997  description="MYANMAR LETTER EASTERN PWO KAREN NNA",
31998  direction="l",
31999  indic="c",
32000  linebreak="sa",
32001  unicodeslot=0x106E,
32002 },
32003 [0x106F]={
32004  category="lo",
32005  description="MYANMAR LETTER EASTERN PWO KAREN YWA",
32006  direction="l",
32007  indic="c",
32008  linebreak="sa",
32009  unicodeslot=0x106F,
32010 },
32011 [0x1070]={
32012  category="lo",
32013  description="MYANMAR LETTER EASTERN PWO KAREN GHWA",
32014  direction="l",
32015  indic="c",
32016  linebreak="sa",
32017  unicodeslot=0x1070,
32018 },
32019 [0x1071]={
32020  category="mn",
32021  description="MYANMAR VOWEL SIGN GEBA KAREN I",
32022  direction="nsm",
32023  indic="d",
32024  indicmark="t",
32025  linebreak="sa",
32026  unicodeslot=0x1071,
32027 },
32028 [0x1072]={
32029  category="mn",
32030  description="MYANMAR VOWEL SIGN KAYAH OE",
32031  direction="nsm",
32032  indic="d",
32033  indicmark="t",
32034  linebreak="sa",
32035  unicodeslot=0x1072,
32036 },
32037 [0x1073]={
32038  category="mn",
32039  description="MYANMAR VOWEL SIGN KAYAH U",
32040  direction="nsm",
32041  indic="d",
32042  indicmark="t",
32043  linebreak="sa",
32044  unicodeslot=0x1073,
32045 },
32046 [0x1074]={
32047  category="mn",
32048  description="MYANMAR VOWEL SIGN KAYAH EE",
32049  direction="nsm",
32050  indic="d",
32051  indicmark="t",
32052  linebreak="sa",
32053  unicodeslot=0x1074,
32054 },
32055 [0x1075]={
32056  category="lo",
32057  description="MYANMAR LETTER SHAN KA",
32058  direction="l",
32059  indic="c",
32060  linebreak="sa",
32061  unicodeslot=0x1075,
32062  variants=variants_dotted,
32063 },
32064 [0x1076]={
32065  category="lo",
32066  description="MYANMAR LETTER SHAN KHA",
32067  direction="l",
32068  indic="c",
32069  linebreak="sa",
32070  unicodeslot=0x1076,
32071 },
32072 [0x1077]={
32073  category="lo",
32074  description="MYANMAR LETTER SHAN GA",
32075  direction="l",
32076  indic="c",
32077  linebreak="sa",
32078  unicodeslot=0x1077,
32079 },
32080 [0x1078]={
32081  category="lo",
32082  description="MYANMAR LETTER SHAN CA",
32083  direction="l",
32084  indic="c",
32085  linebreak="sa",
32086  unicodeslot=0x1078,
32087  variants=variants_dotted,
32088 },
32089 [0x1079]={
32090  category="lo",
32091  description="MYANMAR LETTER SHAN ZA",
32092  direction="l",
32093  indic="c",
32094  linebreak="sa",
32095  unicodeslot=0x1079,
32096 },
32097 [0x107A]={
32098  category="lo",
32099  description="MYANMAR LETTER SHAN NYA",
32100  direction="l",
32101  indic="c",
32102  linebreak="sa",
32103  unicodeslot=0x107A,
32104  variants=variants_dotted,
32105 },
32106 [0x107B]={
32107  category="lo",
32108  description="MYANMAR LETTER SHAN DA",
32109  direction="l",
32110  indic="c",
32111  linebreak="sa",
32112  unicodeslot=0x107B,
32113 },
32114 [0x107C]={
32115  category="lo",
32116  description="MYANMAR LETTER SHAN NA",
32117  direction="l",
32118  indic="c",
32119  linebreak="sa",
32120  unicodeslot=0x107C,
32121 },
32122 [0x107D]={
32123  category="lo",
32124  description="MYANMAR LETTER SHAN PHA",
32125  direction="l",
32126  indic="c",
32127  linebreak="sa",
32128  unicodeslot=0x107D,
32129 },
32130 [0x107E]={
32131  category="lo",
32132  description="MYANMAR LETTER SHAN FA",
32133  direction="l",
32134  indic="c",
32135  linebreak="sa",
32136  unicodeslot=0x107E,
32137 },
32138 [0x107F]={
32139  category="lo",
32140  description="MYANMAR LETTER SHAN BA",
32141  direction="l",
32142  indic="c",
32143  linebreak="sa",
32144  unicodeslot=0x107F,
32145 },
32146 [0x1080]={
32147  category="lo",
32148  description="MYANMAR LETTER SHAN THA",
32149  direction="l",
32150  indic="c",
32151  linebreak="sa",
32152  unicodeslot=0x1080,
32153  variants=variants_dotted,
32154 },
32155 [0x1081]={
32156  category="lo",
32157  description="MYANMAR LETTER SHAN HA",
32158  direction="l",
32159  indic="c",
32160  linebreak="sa",
32161  unicodeslot=0x1081,
32162 },
32163 [0x1082]={
32164  category="mn",
32165  description="MYANMAR CONSONANT SIGN SHAN MEDIAL WA",
32166  direction="nsm",
32167  indic="c",
32168  indicmark="b",
32169  linebreak="sa",
32170  unicodeslot=0x1082,
32171 },
32172 [0x1083]={
32173  category="mc",
32174  description="MYANMAR VOWEL SIGN SHAN AA",
32175  direction="l",
32176  indic="d",
32177  indicmark="r",
32178  linebreak="sa",
32179  unicodeslot=0x1083,
32180 },
32181 [0x1084]={
32182  category="mc",
32183  description="MYANMAR VOWEL SIGN SHAN E",
32184  direction="l",
32185  indic="d",
32186  indicmark="l",
32187  linebreak="sa",
32188  unicodeslot=0x1084,
32189 },
32190 [0x1085]={
32191  category="mn",
32192  description="MYANMAR VOWEL SIGN SHAN E ABOVE",
32193  direction="nsm",
32194  indic="d",
32195  indicmark="t",
32196  linebreak="sa",
32197  unicodeslot=0x1085,
32198 },
32199 [0x1086]={
32200  category="mn",
32201  description="MYANMAR VOWEL SIGN SHAN FINAL Y",
32202  direction="nsm",
32203  indic="d",
32204  indicmark="t",
32205  linebreak="sa",
32206  unicodeslot=0x1086,
32207 },
32208 [0x1087]={
32209  category="mc",
32210  description="MYANMAR SIGN SHAN TONE-2",
32211  direction="l",
32212  indic="s",
32213  indicmark="r",
32214  linebreak="sa",
32215  unicodeslot=0x1087,
32216 },
32217 [0x1088]={
32218  category="mc",
32219  description="MYANMAR SIGN SHAN TONE-3",
32220  direction="l",
32221  indic="s",
32222  indicmark="r",
32223  linebreak="sa",
32224  unicodeslot=0x1088,
32225 },
32226 [0x1089]={
32227  category="mc",
32228  description="MYANMAR SIGN SHAN TONE-5",
32229  direction="l",
32230  indic="s",
32231  indicmark="r",
32232  linebreak="sa",
32233  unicodeslot=0x1089,
32234 },
32235 [0x108A]={
32236  category="mc",
32237  description="MYANMAR SIGN SHAN TONE-6",
32238  direction="l",
32239  indic="s",
32240  indicmark="r",
32241  linebreak="sa",
32242  unicodeslot=0x108A,
32243 },
32244 [0x108B]={
32245  category="mc",
32246  description="MYANMAR SIGN SHAN COUNCIL TONE-2",
32247  direction="l",
32248  indic="s",
32249  indicmark="r",
32250  linebreak="sa",
32251  unicodeslot=0x108B,
32252 },
32253 [0x108C]={
32254  category="mc",
32255  description="MYANMAR SIGN SHAN COUNCIL TONE-3",
32256  direction="l",
32257  indic="s",
32258  indicmark="r",
32259  linebreak="sa",
32260  unicodeslot=0x108C,
32261 },
32262 [0x108D]={
32263  category="mn",
32264  combining=0xDC,
32265  description="MYANMAR SIGN SHAN COUNCIL EMPHATIC TONE",
32266  direction="nsm",
32267  indic="s",
32268  indicmark="b",
32269  linebreak="sa",
32270  unicodeslot=0x108D,
32271 },
32272 [0x108E]={
32273  category="lo",
32274  description="MYANMAR LETTER RUMAI PALAUNG FA",
32275  direction="l",
32276  indic="c",
32277  linebreak="sa",
32278  unicodeslot=0x108E,
32279 },
32280 [0x108F]={
32281  category="mc",
32282  description="MYANMAR SIGN RUMAI PALAUNG TONE-5",
32283  direction="l",
32284  indic="s",
32285  indicmark="r",
32286  linebreak="sa",
32287  unicodeslot=0x108F,
32288 },
32289 [0x1090]={
32290  category="nd",
32291  description="MYANMAR SHAN DIGIT ZERO",
32292  direction="l",
32293  indic="o",
32294  linebreak="nu",
32295  unicodeslot=0x1090,
32296 },
32297 [0x1091]={
32298  category="nd",
32299  description="MYANMAR SHAN DIGIT ONE",
32300  direction="l",
32301  indic="o",
32302  linebreak="nu",
32303  unicodeslot=0x1091,
32304 },
32305 [0x1092]={
32306  category="nd",
32307  description="MYANMAR SHAN DIGIT TWO",
32308  direction="l",
32309  indic="o",
32310  linebreak="nu",
32311  unicodeslot=0x1092,
32312 },
32313 [0x1093]={
32314  category="nd",
32315  description="MYANMAR SHAN DIGIT THREE",
32316  direction="l",
32317  indic="o",
32318  linebreak="nu",
32319  unicodeslot=0x1093,
32320 },
32321 [0x1094]={
32322  category="nd",
32323  description="MYANMAR SHAN DIGIT FOUR",
32324  direction="l",
32325  indic="o",
32326  linebreak="nu",
32327  unicodeslot=0x1094,
32328 },
32329 [0x1095]={
32330  category="nd",
32331  description="MYANMAR SHAN DIGIT FIVE",
32332  direction="l",
32333  indic="o",
32334  linebreak="nu",
32335  unicodeslot=0x1095,
32336 },
32337 [0x1096]={
32338  category="nd",
32339  description="MYANMAR SHAN DIGIT SIX",
32340  direction="l",
32341  indic="o",
32342  linebreak="nu",
32343  unicodeslot=0x1096,
32344 },
32345 [0x1097]={
32346  category="nd",
32347  description="MYANMAR SHAN DIGIT SEVEN",
32348  direction="l",
32349  indic="o",
32350  linebreak="nu",
32351  unicodeslot=0x1097,
32352 },
32353 [0x1098]={
32354  category="nd",
32355  description="MYANMAR SHAN DIGIT EIGHT",
32356  direction="l",
32357  indic="o",
32358  linebreak="nu",
32359  unicodeslot=0x1098,
32360 },
32361 [0x1099]={
32362  category="nd",
32363  description="MYANMAR SHAN DIGIT NINE",
32364  direction="l",
32365  indic="o",
32366  linebreak="nu",
32367  unicodeslot=0x1099,
32368 },
32369 [0x109A]={
32370  category="mc",
32371  description="MYANMAR SIGN KHAMTI TONE-1",
32372  direction="l",
32373  indic="s",
32374  indicmark="r",
32375  linebreak="sa",
32376  unicodeslot=0x109A,
32377 },
32378 [0x109B]={
32379  category="mc",
32380  description="MYANMAR SIGN KHAMTI TONE-3",
32381  direction="l",
32382  indic="s",
32383  indicmark="r",
32384  linebreak="sa",
32385  unicodeslot=0x109B,
32386 },
32387 [0x109C]={
32388  category="mc",
32389  description="MYANMAR VOWEL SIGN AITON A",
32390  direction="l",
32391  indic="d",
32392  indicmark="r",
32393  linebreak="sa",
32394  unicodeslot=0x109C,
32395 },
32396 [0x109D]={
32397  category="mn",
32398  description="MYANMAR VOWEL SIGN AITON AI",
32399  direction="nsm",
32400  indic="d",
32401  indicmark="t",
32402  linebreak="sa",
32403  unicodeslot=0x109D,
32404 },
32405 [0x109E]={
32406  category="so",
32407  description="MYANMAR SYMBOL SHAN ONE",
32408  direction="l",
32409  indic="o",
32410  linebreak="sa",
32411  unicodeslot=0x109E,
32412 },
32413 [0x109F]={
32414  category="so",
32415  description="MYANMAR SYMBOL SHAN EXCLAMATION",
32416  direction="l",
32417  indic="o",
32418  linebreak="sa",
32419  unicodeslot=0x109F,
32420 },
32421 [0x10A0]={
32422  category="lu",
32423  description="GEORGIAN CAPITAL LETTER AN",
32424  direction="l",
32425  lccode=0x2D00,
32426  linebreak="al",
32427  unicodeslot=0x10A0,
32428 },
32429 [0x10A1]={
32430  category="lu",
32431  description="GEORGIAN CAPITAL LETTER BAN",
32432  direction="l",
32433  lccode=0x2D01,
32434  linebreak="al",
32435  unicodeslot=0x10A1,
32436 },
32437 [0x10A2]={
32438  category="lu",
32439  description="GEORGIAN CAPITAL LETTER GAN",
32440  direction="l",
32441  lccode=0x2D02,
32442  linebreak="al",
32443  unicodeslot=0x10A2,
32444 },
32445 [0x10A3]={
32446  category="lu",
32447  description="GEORGIAN CAPITAL LETTER DON",
32448  direction="l",
32449  lccode=0x2D03,
32450  linebreak="al",
32451  unicodeslot=0x10A3,
32452 },
32453 [0x10A4]={
32454  category="lu",
32455  description="GEORGIAN CAPITAL LETTER EN",
32456  direction="l",
32457  lccode=0x2D04,
32458  linebreak="al",
32459  unicodeslot=0x10A4,
32460 },
32461 [0x10A5]={
32462  category="lu",
32463  description="GEORGIAN CAPITAL LETTER VIN",
32464  direction="l",
32465  lccode=0x2D05,
32466  linebreak="al",
32467  unicodeslot=0x10A5,
32468 },
32469 [0x10A6]={
32470  category="lu",
32471  description="GEORGIAN CAPITAL LETTER ZEN",
32472  direction="l",
32473  lccode=0x2D06,
32474  linebreak="al",
32475  unicodeslot=0x10A6,
32476 },
32477 [0x10A7]={
32478  category="lu",
32479  description="GEORGIAN CAPITAL LETTER TAN",
32480  direction="l",
32481  lccode=0x2D07,
32482  linebreak="al",
32483  unicodeslot=0x10A7,
32484 },
32485 [0x10A8]={
32486  category="lu",
32487  description="GEORGIAN CAPITAL LETTER IN",
32488  direction="l",
32489  lccode=0x2D08,
32490  linebreak="al",
32491  unicodeslot=0x10A8,
32492 },
32493 [0x10A9]={
32494  category="lu",
32495  description="GEORGIAN CAPITAL LETTER KAN",
32496  direction="l",
32497  lccode=0x2D09,
32498  linebreak="al",
32499  unicodeslot=0x10A9,
32500 },
32501 [0x10AA]={
32502  category="lu",
32503  description="GEORGIAN CAPITAL LETTER LAS",
32504  direction="l",
32505  lccode=0x2D0A,
32506  linebreak="al",
32507  unicodeslot=0x10AA,
32508 },
32509 [0x10AB]={
32510  category="lu",
32511  description="GEORGIAN CAPITAL LETTER MAN",
32512  direction="l",
32513  lccode=0x2D0B,
32514  linebreak="al",
32515  unicodeslot=0x10AB,
32516 },
32517 [0x10AC]={
32518  category="lu",
32519  description="GEORGIAN CAPITAL LETTER NAR",
32520  direction="l",
32521  lccode=0x2D0C,
32522  linebreak="al",
32523  unicodeslot=0x10AC,
32524 },
32525 [0x10AD]={
32526  category="lu",
32527  description="GEORGIAN CAPITAL LETTER ON",
32528  direction="l",
32529  lccode=0x2D0D,
32530  linebreak="al",
32531  unicodeslot=0x10AD,
32532 },
32533 [0x10AE]={
32534  category="lu",
32535  description="GEORGIAN CAPITAL LETTER PAR",
32536  direction="l",
32537  lccode=0x2D0E,
32538  linebreak="al",
32539  unicodeslot=0x10AE,
32540 },
32541 [0x10AF]={
32542  category="lu",
32543  description="GEORGIAN CAPITAL LETTER ZHAR",
32544  direction="l",
32545  lccode=0x2D0F,
32546  linebreak="al",
32547  unicodeslot=0x10AF,
32548 },
32549 [0x10B0]={
32550  category="lu",
32551  description="GEORGIAN CAPITAL LETTER RAE",
32552  direction="l",
32553  lccode=0x2D10,
32554  linebreak="al",
32555  unicodeslot=0x10B0,
32556 },
32557 [0x10B1]={
32558  category="lu",
32559  description="GEORGIAN CAPITAL LETTER SAN",
32560  direction="l",
32561  lccode=0x2D11,
32562  linebreak="al",
32563  unicodeslot=0x10B1,
32564 },
32565 [0x10B2]={
32566  category="lu",
32567  description="GEORGIAN CAPITAL LETTER TAR",
32568  direction="l",
32569  lccode=0x2D12,
32570  linebreak="al",
32571  unicodeslot=0x10B2,
32572 },
32573 [0x10B3]={
32574  category="lu",
32575  description="GEORGIAN CAPITAL LETTER UN",
32576  direction="l",
32577  lccode=0x2D13,
32578  linebreak="al",
32579  unicodeslot=0x10B3,
32580 },
32581 [0x10B4]={
32582  category="lu",
32583  description="GEORGIAN CAPITAL LETTER PHAR",
32584  direction="l",
32585  lccode=0x2D14,
32586  linebreak="al",
32587  unicodeslot=0x10B4,
32588 },
32589 [0x10B5]={
32590  category="lu",
32591  description="GEORGIAN CAPITAL LETTER KHAR",
32592  direction="l",
32593  lccode=0x2D15,
32594  linebreak="al",
32595  unicodeslot=0x10B5,
32596 },
32597 [0x10B6]={
32598  category="lu",
32599  description="GEORGIAN CAPITAL LETTER GHAN",
32600  direction="l",
32601  lccode=0x2D16,
32602  linebreak="al",
32603  unicodeslot=0x10B6,
32604 },
32605 [0x10B7]={
32606  category="lu",
32607  description="GEORGIAN CAPITAL LETTER QAR",
32608  direction="l",
32609  lccode=0x2D17,
32610  linebreak="al",
32611  unicodeslot=0x10B7,
32612 },
32613 [0x10B8]={
32614  category="lu",
32615  description="GEORGIAN CAPITAL LETTER SHIN",
32616  direction="l",
32617  lccode=0x2D18,
32618  linebreak="al",
32619  unicodeslot=0x10B8,
32620 },
32621 [0x10B9]={
32622  category="lu",
32623  description="GEORGIAN CAPITAL LETTER CHIN",
32624  direction="l",
32625  lccode=0x2D19,
32626  linebreak="al",
32627  unicodeslot=0x10B9,
32628 },
32629 [0x10BA]={
32630  category="lu",
32631  description="GEORGIAN CAPITAL LETTER CAN",
32632  direction="l",
32633  lccode=0x2D1A,
32634  linebreak="al",
32635  unicodeslot=0x10BA,
32636 },
32637 [0x10BB]={
32638  category="lu",
32639  description="GEORGIAN CAPITAL LETTER JIL",
32640  direction="l",
32641  lccode=0x2D1B,
32642  linebreak="al",
32643  unicodeslot=0x10BB,
32644 },
32645 [0x10BC]={
32646  category="lu",
32647  description="GEORGIAN CAPITAL LETTER CIL",
32648  direction="l",
32649  lccode=0x2D1C,
32650  linebreak="al",
32651  unicodeslot=0x10BC,
32652 },
32653 [0x10BD]={
32654  category="lu",
32655  description="GEORGIAN CAPITAL LETTER CHAR",
32656  direction="l",
32657  lccode=0x2D1D,
32658  linebreak="al",
32659  unicodeslot=0x10BD,
32660 },
32661 [0x10BE]={
32662  category="lu",
32663  description="GEORGIAN CAPITAL LETTER XAN",
32664  direction="l",
32665  lccode=0x2D1E,
32666  linebreak="al",
32667  unicodeslot=0x10BE,
32668 },
32669 [0x10BF]={
32670  category="lu",
32671  description="GEORGIAN CAPITAL LETTER JHAN",
32672  direction="l",
32673  lccode=0x2D1F,
32674  linebreak="al",
32675  unicodeslot=0x10BF,
32676 },
32677 [0x10C0]={
32678  category="lu",
32679  description="GEORGIAN CAPITAL LETTER HAE",
32680  direction="l",
32681  lccode=0x2D20,
32682  linebreak="al",
32683  unicodeslot=0x10C0,
32684 },
32685 [0x10C1]={
32686  category="lu",
32687  description="GEORGIAN CAPITAL LETTER HE",
32688  direction="l",
32689  lccode=0x2D21,
32690  linebreak="al",
32691  unicodeslot=0x10C1,
32692 },
32693 [0x10C2]={
32694  category="lu",
32695  description="GEORGIAN CAPITAL LETTER HIE",
32696  direction="l",
32697  lccode=0x2D22,
32698  linebreak="al",
32699  unicodeslot=0x10C2,
32700 },
32701 [0x10C3]={
32702  category="lu",
32703  description="GEORGIAN CAPITAL LETTER WE",
32704  direction="l",
32705  lccode=0x2D23,
32706  linebreak="al",
32707  unicodeslot=0x10C3,
32708 },
32709 [0x10C4]={
32710  category="lu",
32711  description="GEORGIAN CAPITAL LETTER HAR",
32712  direction="l",
32713  lccode=0x2D24,
32714  linebreak="al",
32715  unicodeslot=0x10C4,
32716 },
32717 [0x10C5]={
32718  category="lu",
32719  description="GEORGIAN CAPITAL LETTER HOE",
32720  direction="l",
32721  lccode=0x2D25,
32722  linebreak="al",
32723  unicodeslot=0x10C5,
32724 },
32725 [0x10C7]={
32726  category="lu",
32727  description="GEORGIAN CAPITAL LETTER YN",
32728  direction="l",
32729  lccode=0x2D27,
32730  linebreak="al",
32731  unicodeslot=0x10C7,
32732 },
32733 [0x10CD]={
32734  category="lu",
32735  description="GEORGIAN CAPITAL LETTER AEN",
32736  direction="l",
32737  lccode=0x2D2D,
32738  linebreak="al",
32739  unicodeslot=0x10CD,
32740 },
32741 [0x10D0]={
32742  category="lo",
32743  description="GEORGIAN LETTER AN",
32744  direction="l",
32745  linebreak="al",
32746  unicodeslot=0x10D0,
32747 },
32748 [0x10D1]={
32749  category="lo",
32750  description="GEORGIAN LETTER BAN",
32751  direction="l",
32752  linebreak="al",
32753  unicodeslot=0x10D1,
32754 },
32755 [0x10D2]={
32756  category="lo",
32757  description="GEORGIAN LETTER GAN",
32758  direction="l",
32759  linebreak="al",
32760  unicodeslot=0x10D2,
32761 },
32762 [0x10D3]={
32763  category="lo",
32764  description="GEORGIAN LETTER DON",
32765  direction="l",
32766  linebreak="al",
32767  unicodeslot=0x10D3,
32768 },
32769 [0x10D4]={
32770  category="lo",
32771  description="GEORGIAN LETTER EN",
32772  direction="l",
32773  linebreak="al",
32774  unicodeslot=0x10D4,
32775 },
32776 [0x10D5]={
32777  category="lo",
32778  description="GEORGIAN LETTER VIN",
32779  direction="l",
32780  linebreak="al",
32781  unicodeslot=0x10D5,
32782 },
32783 [0x10D6]={
32784  category="lo",
32785  description="GEORGIAN LETTER ZEN",
32786  direction="l",
32787  linebreak="al",
32788  unicodeslot=0x10D6,
32789 },
32790 [0x10D7]={
32791  category="lo",
32792  description="GEORGIAN LETTER TAN",
32793  direction="l",
32794  linebreak="al",
32795  unicodeslot=0x10D7,
32796 },
32797 [0x10D8]={
32798  category="lo",
32799  description="GEORGIAN LETTER IN",
32800  direction="l",
32801  linebreak="al",
32802  unicodeslot=0x10D8,
32803 },
32804 [0x10D9]={
32805  category="lo",
32806  description="GEORGIAN LETTER KAN",
32807  direction="l",
32808  linebreak="al",
32809  unicodeslot=0x10D9,
32810 },
32811 [0x10DA]={
32812  category="lo",
32813  description="GEORGIAN LETTER LAS",
32814  direction="l",
32815  linebreak="al",
32816  unicodeslot=0x10DA,
32817 },
32818 [0x10DB]={
32819  category="lo",
32820  description="GEORGIAN LETTER MAN",
32821  direction="l",
32822  linebreak="al",
32823  unicodeslot=0x10DB,
32824 },
32825 [0x10DC]={
32826  category="lo",
32827  description="GEORGIAN LETTER NAR",
32828  direction="l",
32829  linebreak="al",
32830  unicodeslot=0x10DC,
32831 },
32832 [0x10DD]={
32833  category="lo",
32834  description="GEORGIAN LETTER ON",
32835  direction="l",
32836  linebreak="al",
32837  unicodeslot=0x10DD,
32838 },
32839 [0x10DE]={
32840  category="lo",
32841  description="GEORGIAN LETTER PAR",
32842  direction="l",
32843  linebreak="al",
32844  unicodeslot=0x10DE,
32845 },
32846 [0x10DF]={
32847  category="lo",
32848  description="GEORGIAN LETTER ZHAR",
32849  direction="l",
32850  linebreak="al",
32851  unicodeslot=0x10DF,
32852 },
32853 [0x10E0]={
32854  category="lo",
32855  description="GEORGIAN LETTER RAE",
32856  direction="l",
32857  linebreak="al",
32858  unicodeslot=0x10E0,
32859 },
32860 [0x10E1]={
32861  category="lo",
32862  description="GEORGIAN LETTER SAN",
32863  direction="l",
32864  linebreak="al",
32865  unicodeslot=0x10E1,
32866 },
32867 [0x10E2]={
32868  category="lo",
32869  description="GEORGIAN LETTER TAR",
32870  direction="l",
32871  linebreak="al",
32872  unicodeslot=0x10E2,
32873 },
32874 [0x10E3]={
32875  category="lo",
32876  description="GEORGIAN LETTER UN",
32877  direction="l",
32878  linebreak="al",
32879  unicodeslot=0x10E3,
32880 },
32881 [0x10E4]={
32882  category="lo",
32883  description="GEORGIAN LETTER PHAR",
32884  direction="l",
32885  linebreak="al",
32886  unicodeslot=0x10E4,
32887 },
32888 [0x10E5]={
32889  category="lo",
32890  description="GEORGIAN LETTER KHAR",
32891  direction="l",
32892  linebreak="al",
32893  unicodeslot=0x10E5,
32894 },
32895 [0x10E6]={
32896  category="lo",
32897  description="GEORGIAN LETTER GHAN",
32898  direction="l",
32899  linebreak="al",
32900  unicodeslot=0x10E6,
32901 },
32902 [0x10E7]={
32903  category="lo",
32904  description="GEORGIAN LETTER QAR",
32905  direction="l",
32906  linebreak="al",
32907  unicodeslot=0x10E7,
32908 },
32909 [0x10E8]={
32910  category="lo",
32911  description="GEORGIAN LETTER SHIN",
32912  direction="l",
32913  linebreak="al",
32914  unicodeslot=0x10E8,
32915 },
32916 [0x10E9]={
32917  category="lo",
32918  description="GEORGIAN LETTER CHIN",
32919  direction="l",
32920  linebreak="al",
32921  unicodeslot=0x10E9,
32922 },
32923 [0x10EA]={
32924  category="lo",
32925  description="GEORGIAN LETTER CAN",
32926  direction="l",
32927  linebreak="al",
32928  unicodeslot=0x10EA,
32929 },
32930 [0x10EB]={
32931  category="lo",
32932  description="GEORGIAN LETTER JIL",
32933  direction="l",
32934  linebreak="al",
32935  unicodeslot=0x10EB,
32936 },
32937 [0x10EC]={
32938  category="lo",
32939  description="GEORGIAN LETTER CIL",
32940  direction="l",
32941  linebreak="al",
32942  unicodeslot=0x10EC,
32943 },
32944 [0x10ED]={
32945  category="lo",
32946  description="GEORGIAN LETTER CHAR",
32947  direction="l",
32948  linebreak="al",
32949  unicodeslot=0x10ED,
32950 },
32951 [0x10EE]={
32952  category="lo",
32953  description="GEORGIAN LETTER XAN",
32954  direction="l",
32955  linebreak="al",
32956  unicodeslot=0x10EE,
32957 },
32958 [0x10EF]={
32959  category="lo",
32960  description="GEORGIAN LETTER JHAN",
32961  direction="l",
32962  linebreak="al",
32963  unicodeslot=0x10EF,
32964 },
32965 [0x10F0]={
32966  category="lo",
32967  description="GEORGIAN LETTER HAE",
32968  direction="l",
32969  linebreak="al",
32970  unicodeslot=0x10F0,
32971 },
32972 [0x10F1]={
32973  category="lo",
32974  description="GEORGIAN LETTER HE",
32975  direction="l",
32976  linebreak="al",
32977  unicodeslot=0x10F1,
32978 },
32979 [0x10F2]={
32980  category="lo",
32981  description="GEORGIAN LETTER HIE",
32982  direction="l",
32983  linebreak="al",
32984  unicodeslot=0x10F2,
32985 },
32986 [0x10F3]={
32987  category="lo",
32988  description="GEORGIAN LETTER WE",
32989  direction="l",
32990  linebreak="al",
32991  unicodeslot=0x10F3,
32992 },
32993 [0x10F4]={
32994  category="lo",
32995  description="GEORGIAN LETTER HAR",
32996  direction="l",
32997  linebreak="al",
32998  unicodeslot=0x10F4,
32999 },
33000 [0x10F5]={
33001  category="lo",
33002  description="GEORGIAN LETTER HOE",
33003  direction="l",
33004  linebreak="al",
33005  unicodeslot=0x10F5,
33006 },
33007 [0x10F6]={
33008  category="lo",
33009  description="GEORGIAN LETTER FI",
33010  direction="l",
33011  linebreak="al",
33012  unicodeslot=0x10F6,
33013 },
33014 [0x10F7]={
33015  category="lo",
33016  description="GEORGIAN LETTER YN",
33017  direction="l",
33018  linebreak="al",
33019  unicodeslot=0x10F7,
33020 },
33021 [0x10F8]={
33022  category="lo",
33023  description="GEORGIAN LETTER ELIFI",
33024  direction="l",
33025  linebreak="al",
33026  unicodeslot=0x10F8,
33027 },
33028 [0x10F9]={
33029  category="lo",
33030  description="GEORGIAN LETTER TURNED GAN",
33031  direction="l",
33032  linebreak="al",
33033  unicodeslot=0x10F9,
33034 },
33035 [0x10FA]={
33036  category="lo",
33037  description="GEORGIAN LETTER AIN",
33038  direction="l",
33039  linebreak="al",
33040  unicodeslot=0x10FA,
33041 },
33042 [0x10FB]={
33043  category="po",
33044  description="GEORGIAN PARAGRAPH SEPARATOR",
33045  direction="l",
33046  linebreak="al",
33047  unicodeslot=0x10FB,
33048 },
33049 [0x10FC]={
33050  category="lm",
33051  description="MODIFIER LETTER GEORGIAN NAR",
33052  direction="l",
33053  linebreak="al",
33054  specials={ "super", 0x10DC },
33055  unicodeslot=0x10FC,
33056 },
33057 [0x10FD]={
33058  category="lo",
33059  description="GEORGIAN LETTER AEN",
33060  direction="l",
33061  linebreak="al",
33062  unicodeslot=0x10FD,
33063 },
33064 [0x10FE]={
33065  category="lo",
33066  description="GEORGIAN LETTER HARD SIGN",
33067  direction="l",
33068  linebreak="al",
33069  unicodeslot=0x10FE,
33070 },
33071 [0x10FF]={
33072  category="lo",
33073  description="GEORGIAN LETTER LABIAL SIGN",
33074  direction="l",
33075  linebreak="al",
33076  unicodeslot=0x10FF,
33077 },
33078 [0x1100]={
33079  category="lo",
33080  cjkwd="w",
33081  description="HANGUL CHOSEONG KIYEOK",
33082  direction="l",
33083  linebreak="jl",
33084  unicodeslot=0x1100,
33085 },
33086 [0x1101]={
33087  category="lo",
33088  cjkwd="w",
33089  description="HANGUL CHOSEONG SSANGKIYEOK",
33090  direction="l",
33091  linebreak="jl",
33092  unicodeslot=0x1101,
33093 },
33094 [0x1102]={
33095  category="lo",
33096  cjkwd="w",
33097  description="HANGUL CHOSEONG NIEUN",
33098  direction="l",
33099  linebreak="jl",
33100  unicodeslot=0x1102,
33101 },
33102 [0x1103]={
33103  category="lo",
33104  cjkwd="w",
33105  description="HANGUL CHOSEONG TIKEUT",
33106  direction="l",
33107  linebreak="jl",
33108  unicodeslot=0x1103,
33109 },
33110 [0x1104]={
33111  category="lo",
33112  cjkwd="w",
33113  description="HANGUL CHOSEONG SSANGTIKEUT",
33114  direction="l",
33115  linebreak="jl",
33116  unicodeslot=0x1104,
33117 },
33118 [0x1105]={
33119  category="lo",
33120  cjkwd="w",
33121  description="HANGUL CHOSEONG RIEUL",
33122  direction="l",
33123  linebreak="jl",
33124  unicodeslot=0x1105,
33125 },
33126 [0x1106]={
33127  category="lo",
33128  cjkwd="w",
33129  description="HANGUL CHOSEONG MIEUM",
33130  direction="l",
33131  linebreak="jl",
33132  unicodeslot=0x1106,
33133 },
33134 [0x1107]={
33135  category="lo",
33136  cjkwd="w",
33137  description="HANGUL CHOSEONG PIEUP",
33138  direction="l",
33139  linebreak="jl",
33140  unicodeslot=0x1107,
33141 },
33142 [0x1108]={
33143  category="lo",
33144  cjkwd="w",
33145  description="HANGUL CHOSEONG SSANGPIEUP",
33146  direction="l",
33147  linebreak="jl",
33148  unicodeslot=0x1108,
33149 },
33150 [0x1109]={
33151  category="lo",
33152  cjkwd="w",
33153  description="HANGUL CHOSEONG SIOS",
33154  direction="l",
33155  linebreak="jl",
33156  unicodeslot=0x1109,
33157 },
33158 [0x110A]={
33159  category="lo",
33160  cjkwd="w",
33161  description="HANGUL CHOSEONG SSANGSIOS",
33162  direction="l",
33163  linebreak="jl",
33164  unicodeslot=0x110A,
33165 },
33166 [0x110B]={
33167  category="lo",
33168  cjkwd="w",
33169  description="HANGUL CHOSEONG IEUNG",
33170  direction="l",
33171  linebreak="jl",
33172  unicodeslot=0x110B,
33173 },
33174 [0x110C]={
33175  category="lo",
33176  cjkwd="w",
33177  description="HANGUL CHOSEONG CIEUC",
33178  direction="l",
33179  linebreak="jl",
33180  unicodeslot=0x110C,
33181 },
33182 [0x110D]={
33183  category="lo",
33184  cjkwd="w",
33185  description="HANGUL CHOSEONG SSANGCIEUC",
33186  direction="l",
33187  linebreak="jl",
33188  unicodeslot=0x110D,
33189 },
33190 [0x110E]={
33191  category="lo",
33192  cjkwd="w",
33193  description="HANGUL CHOSEONG CHIEUCH",
33194  direction="l",
33195  linebreak="jl",
33196  unicodeslot=0x110E,
33197 },
33198 [0x110F]={
33199  category="lo",
33200  cjkwd="w",
33201  description="HANGUL CHOSEONG KHIEUKH",
33202  direction="l",
33203  linebreak="jl",
33204  unicodeslot=0x110F,
33205 },
33206 [0x1110]={
33207  category="lo",
33208  cjkwd="w",
33209  description="HANGUL CHOSEONG THIEUTH",
33210  direction="l",
33211  linebreak="jl",
33212  unicodeslot=0x1110,
33213 },
33214 [0x1111]={
33215  category="lo",
33216  cjkwd="w",
33217  description="HANGUL CHOSEONG PHIEUPH",
33218  direction="l",
33219  linebreak="jl",
33220  unicodeslot=0x1111,
33221 },
33222 [0x1112]={
33223  category="lo",
33224  cjkwd="w",
33225  description="HANGUL CHOSEONG HIEUH",
33226  direction="l",
33227  linebreak="jl",
33228  unicodeslot=0x1112,
33229 },
33230 [0x1113]={
33231  category="lo",
33232  cjkwd="w",
33233  description="HANGUL CHOSEONG NIEUN-KIYEOK",
33234  direction="l",
33235  linebreak="jl",
33236  unicodeslot=0x1113,
33237 },
33238 [0x1114]={
33239  category="lo",
33240  cjkwd="w",
33241  description="HANGUL CHOSEONG SSANGNIEUN",
33242  direction="l",
33243  linebreak="jl",
33244  unicodeslot=0x1114,
33245 },
33246 [0x1115]={
33247  category="lo",
33248  cjkwd="w",
33249  description="HANGUL CHOSEONG NIEUN-TIKEUT",
33250  direction="l",
33251  linebreak="jl",
33252  unicodeslot=0x1115,
33253 },
33254 [0x1116]={
33255  category="lo",
33256  cjkwd="w",
33257  description="HANGUL CHOSEONG NIEUN-PIEUP",
33258  direction="l",
33259  linebreak="jl",
33260  unicodeslot=0x1116,
33261 },
33262 [0x1117]={
33263  category="lo",
33264  cjkwd="w",
33265  description="HANGUL CHOSEONG TIKEUT-KIYEOK",
33266  direction="l",
33267  linebreak="jl",
33268  unicodeslot=0x1117,
33269 },
33270 [0x1118]={
33271  category="lo",
33272  cjkwd="w",
33273  description="HANGUL CHOSEONG RIEUL-NIEUN",
33274  direction="l",
33275  linebreak="jl",
33276  unicodeslot=0x1118,
33277 },
33278 [0x1119]={
33279  category="lo",
33280  cjkwd="w",
33281  description="HANGUL CHOSEONG SSANGRIEUL",
33282  direction="l",
33283  linebreak="jl",
33284  unicodeslot=0x1119,
33285 },
33286 [0x111A]={
33287  category="lo",
33288  cjkwd="w",
33289  description="HANGUL CHOSEONG RIEUL-HIEUH",
33290  direction="l",
33291  linebreak="jl",
33292  unicodeslot=0x111A,
33293 },
33294 [0x111B]={
33295  category="lo",
33296  cjkwd="w",
33297  description="HANGUL CHOSEONG KAPYEOUNRIEUL",
33298  direction="l",
33299  linebreak="jl",
33300  unicodeslot=0x111B,
33301 },
33302 [0x111C]={
33303  category="lo",
33304  cjkwd="w",
33305  description="HANGUL CHOSEONG MIEUM-PIEUP",
33306  direction="l",
33307  linebreak="jl",
33308  unicodeslot=0x111C,
33309 },
33310 [0x111D]={
33311  category="lo",
33312  cjkwd="w",
33313  description="HANGUL CHOSEONG KAPYEOUNMIEUM",
33314  direction="l",
33315  linebreak="jl",
33316  unicodeslot=0x111D,
33317 },
33318 [0x111E]={
33319  category="lo",
33320  cjkwd="w",
33321  description="HANGUL CHOSEONG PIEUP-KIYEOK",
33322  direction="l",
33323  linebreak="jl",
33324  unicodeslot=0x111E,
33325 },
33326 [0x111F]={
33327  category="lo",
33328  cjkwd="w",
33329  description="HANGUL CHOSEONG PIEUP-NIEUN",
33330  direction="l",
33331  linebreak="jl",
33332  unicodeslot=0x111F,
33333 },
33334 [0x1120]={
33335  category="lo",
33336  cjkwd="w",
33337  description="HANGUL CHOSEONG PIEUP-TIKEUT",
33338  direction="l",
33339  linebreak="jl",
33340  unicodeslot=0x1120,
33341 },
33342 [0x1121]={
33343  category="lo",
33344  cjkwd="w",
33345  description="HANGUL CHOSEONG PIEUP-SIOS",
33346  direction="l",
33347  linebreak="jl",
33348  unicodeslot=0x1121,
33349 },
33350 [0x1122]={
33351  category="lo",
33352  cjkwd="w",
33353  description="HANGUL CHOSEONG PIEUP-SIOS-KIYEOK",
33354  direction="l",
33355  linebreak="jl",
33356  unicodeslot=0x1122,
33357 },
33358 [0x1123]={
33359  category="lo",
33360  cjkwd="w",
33361  description="HANGUL CHOSEONG PIEUP-SIOS-TIKEUT",
33362  direction="l",
33363  linebreak="jl",
33364  unicodeslot=0x1123,
33365 },
33366 [0x1124]={
33367  category="lo",
33368  cjkwd="w",
33369  description="HANGUL CHOSEONG PIEUP-SIOS-PIEUP",
33370  direction="l",
33371  linebreak="jl",
33372  unicodeslot=0x1124,
33373 },
33374 [0x1125]={
33375  category="lo",
33376  cjkwd="w",
33377  description="HANGUL CHOSEONG PIEUP-SSANGSIOS",
33378  direction="l",
33379  linebreak="jl",
33380  unicodeslot=0x1125,
33381 },
33382 [0x1126]={
33383  category="lo",
33384  cjkwd="w",
33385  description="HANGUL CHOSEONG PIEUP-SIOS-CIEUC",
33386  direction="l",
33387  linebreak="jl",
33388  unicodeslot=0x1126,
33389 },
33390 [0x1127]={
33391  category="lo",
33392  cjkwd="w",
33393  description="HANGUL CHOSEONG PIEUP-CIEUC",
33394  direction="l",
33395  linebreak="jl",
33396  unicodeslot=0x1127,
33397 },
33398 [0x1128]={
33399  category="lo",
33400  cjkwd="w",
33401  description="HANGUL CHOSEONG PIEUP-CHIEUCH",
33402  direction="l",
33403  linebreak="jl",
33404  unicodeslot=0x1128,
33405 },
33406 [0x1129]={
33407  category="lo",
33408  cjkwd="w",
33409  description="HANGUL CHOSEONG PIEUP-THIEUTH",
33410  direction="l",
33411  linebreak="jl",
33412  unicodeslot=0x1129,
33413 },
33414 [0x112A]={
33415  category="lo",
33416  cjkwd="w",
33417  description="HANGUL CHOSEONG PIEUP-PHIEUPH",
33418  direction="l",
33419  linebreak="jl",
33420  unicodeslot=0x112A,
33421 },
33422 [0x112B]={
33423  category="lo",
33424  cjkwd="w",
33425  description="HANGUL CHOSEONG KAPYEOUNPIEUP",
33426  direction="l",
33427  linebreak="jl",
33428  unicodeslot=0x112B,
33429 },
33430 [0x112C]={
33431  category="lo",
33432  cjkwd="w",
33433  description="HANGUL CHOSEONG KAPYEOUNSSANGPIEUP",
33434  direction="l",
33435  linebreak="jl",
33436  unicodeslot=0x112C,
33437 },
33438 [0x112D]={
33439  category="lo",
33440  cjkwd="w",
33441  description="HANGUL CHOSEONG SIOS-KIYEOK",
33442  direction="l",
33443  linebreak="jl",
33444  unicodeslot=0x112D,
33445 },
33446 [0x112E]={
33447  category="lo",
33448  cjkwd="w",
33449  description="HANGUL CHOSEONG SIOS-NIEUN",
33450  direction="l",
33451  linebreak="jl",
33452  unicodeslot=0x112E,
33453 },
33454 [0x112F]={
33455  category="lo",
33456  cjkwd="w",
33457  description="HANGUL CHOSEONG SIOS-TIKEUT",
33458  direction="l",
33459  linebreak="jl",
33460  unicodeslot=0x112F,
33461 },
33462 [0x1130]={
33463  category="lo",
33464  cjkwd="w",
33465  description="HANGUL CHOSEONG SIOS-RIEUL",
33466  direction="l",
33467  linebreak="jl",
33468  unicodeslot=0x1130,
33469 },
33470 [0x1131]={
33471  category="lo",
33472  cjkwd="w",
33473  description="HANGUL CHOSEONG SIOS-MIEUM",
33474  direction="l",
33475  linebreak="jl",
33476  unicodeslot=0x1131,
33477 },
33478 [0x1132]={
33479  category="lo",
33480  cjkwd="w",
33481  description="HANGUL CHOSEONG SIOS-PIEUP",
33482  direction="l",
33483  linebreak="jl",
33484  unicodeslot=0x1132,
33485 },
33486 [0x1133]={
33487  category="lo",
33488  cjkwd="w",
33489  description="HANGUL CHOSEONG SIOS-PIEUP-KIYEOK",
33490  direction="l",
33491  linebreak="jl",
33492  unicodeslot=0x1133,
33493 },
33494 [0x1134]={
33495  category="lo",
33496  cjkwd="w",
33497  description="HANGUL CHOSEONG SIOS-SSANGSIOS",
33498  direction="l",
33499  linebreak="jl",
33500  unicodeslot=0x1134,
33501 },
33502 [0x1135]={
33503  category="lo",
33504  cjkwd="w",
33505  description="HANGUL CHOSEONG SIOS-IEUNG",
33506  direction="l",
33507  linebreak="jl",
33508  unicodeslot=0x1135,
33509 },
33510 [0x1136]={
33511  category="lo",
33512  cjkwd="w",
33513  description="HANGUL CHOSEONG SIOS-CIEUC",
33514  direction="l",
33515  linebreak="jl",
33516  unicodeslot=0x1136,
33517 },
33518 [0x1137]={
33519  category="lo",
33520  cjkwd="w",
33521  description="HANGUL CHOSEONG SIOS-CHIEUCH",
33522  direction="l",
33523  linebreak="jl",
33524  unicodeslot=0x1137,
33525 },
33526 [0x1138]={
33527  category="lo",
33528  cjkwd="w",
33529  description="HANGUL CHOSEONG SIOS-KHIEUKH",
33530  direction="l",
33531  linebreak="jl",
33532  unicodeslot=0x1138,
33533 },
33534 [0x1139]={
33535  category="lo",
33536  cjkwd="w",
33537  description="HANGUL CHOSEONG SIOS-THIEUTH",
33538  direction="l",
33539  linebreak="jl",
33540  unicodeslot=0x1139,
33541 },
33542 [0x113A]={
33543  category="lo",
33544  cjkwd="w",
33545  description="HANGUL CHOSEONG SIOS-PHIEUPH",
33546  direction="l",
33547  linebreak="jl",
33548  unicodeslot=0x113A,
33549 },
33550 [0x113B]={
33551  category="lo",
33552  cjkwd="w",
33553  description="HANGUL CHOSEONG SIOS-HIEUH",
33554  direction="l",
33555  linebreak="jl",
33556  unicodeslot=0x113B,
33557 },
33558 [0x113C]={
33559  category="lo",
33560  cjkwd="w",
33561  description="HANGUL CHOSEONG CHITUEUMSIOS",
33562  direction="l",
33563  linebreak="jl",
33564  unicodeslot=0x113C,
33565 },
33566 [0x113D]={
33567  category="lo",
33568  cjkwd="w",
33569  description="HANGUL CHOSEONG CHITUEUMSSANGSIOS",
33570  direction="l",
33571  linebreak="jl",
33572  unicodeslot=0x113D,
33573 },
33574 [0x113E]={
33575  category="lo",
33576  cjkwd="w",
33577  description="HANGUL CHOSEONG CEONGCHIEUMSIOS",
33578  direction="l",
33579  linebreak="jl",
33580  unicodeslot=0x113E,
33581 },
33582 [0x113F]={
33583  category="lo",
33584  cjkwd="w",
33585  description="HANGUL CHOSEONG CEONGCHIEUMSSANGSIOS",
33586  direction="l",
33587  linebreak="jl",
33588  unicodeslot=0x113F,
33589 },
33590 [0x1140]={
33591  category="lo",
33592  cjkwd="w",
33593  description="HANGUL CHOSEONG PANSIOS",
33594  direction="l",
33595  linebreak="jl",
33596  unicodeslot=0x1140,
33597 },
33598 [0x1141]={
33599  category="lo",
33600  cjkwd="w",
33601  description="HANGUL CHOSEONG IEUNG-KIYEOK",
33602  direction="l",
33603  linebreak="jl",
33604  unicodeslot=0x1141,
33605 },
33606 [0x1142]={
33607  category="lo",
33608  cjkwd="w",
33609  description="HANGUL CHOSEONG IEUNG-TIKEUT",
33610  direction="l",
33611  linebreak="jl",
33612  unicodeslot=0x1142,
33613 },
33614 [0x1143]={
33615  category="lo",
33616  cjkwd="w",
33617  description="HANGUL CHOSEONG IEUNG-MIEUM",
33618  direction="l",
33619  linebreak="jl",
33620  unicodeslot=0x1143,
33621 },
33622 [0x1144]={
33623  category="lo",
33624  cjkwd="w",
33625  description="HANGUL CHOSEONG IEUNG-PIEUP",
33626  direction="l",
33627  linebreak="jl",
33628  unicodeslot=0x1144,
33629 },
33630 [0x1145]={
33631  category="lo",
33632  cjkwd="w",
33633  description="HANGUL CHOSEONG IEUNG-SIOS",
33634  direction="l",
33635  linebreak="jl",
33636  unicodeslot=0x1145,
33637 },
33638 [0x1146]={
33639  category="lo",
33640  cjkwd="w",
33641  description="HANGUL CHOSEONG IEUNG-PANSIOS",
33642  direction="l",
33643  linebreak="jl",
33644  unicodeslot=0x1146,
33645 },
33646 [0x1147]={
33647  category="lo",
33648  cjkwd="w",
33649  description="HANGUL CHOSEONG SSANGIEUNG",
33650  direction="l",
33651  linebreak="jl",
33652  unicodeslot=0x1147,
33653 },
33654 [0x1148]={
33655  category="lo",
33656  cjkwd="w",
33657  description="HANGUL CHOSEONG IEUNG-CIEUC",
33658  direction="l",
33659  linebreak="jl",
33660  unicodeslot=0x1148,
33661 },
33662 [0x1149]={
33663  category="lo",
33664  cjkwd="w",
33665  description="HANGUL CHOSEONG IEUNG-CHIEUCH",
33666  direction="l",
33667  linebreak="jl",
33668  unicodeslot=0x1149,
33669 },
33670 [0x114A]={
33671  category="lo",
33672  cjkwd="w",
33673  description="HANGUL CHOSEONG IEUNG-THIEUTH",
33674  direction="l",
33675  linebreak="jl",
33676  unicodeslot=0x114A,
33677 },
33678 [0x114B]={
33679  category="lo",
33680  cjkwd="w",
33681  description="HANGUL CHOSEONG IEUNG-PHIEUPH",
33682  direction="l",
33683  linebreak="jl",
33684  unicodeslot=0x114B,
33685 },
33686 [0x114C]={
33687  category="lo",
33688  cjkwd="w",
33689  description="HANGUL CHOSEONG YESIEUNG",
33690  direction="l",
33691  linebreak="jl",
33692  unicodeslot=0x114C,
33693 },
33694 [0x114D]={
33695  category="lo",
33696  cjkwd="w",
33697  description="HANGUL CHOSEONG CIEUC-IEUNG",
33698  direction="l",
33699  linebreak="jl",
33700  unicodeslot=0x114D,
33701 },
33702 [0x114E]={
33703  category="lo",
33704  cjkwd="w",
33705  description="HANGUL CHOSEONG CHITUEUMCIEUC",
33706  direction="l",
33707  linebreak="jl",
33708  unicodeslot=0x114E,
33709 },
33710 [0x114F]={
33711  category="lo",
33712  cjkwd="w",
33713  description="HANGUL CHOSEONG CHITUEUMSSANGCIEUC",
33714  direction="l",
33715  linebreak="jl",
33716  unicodeslot=0x114F,
33717 },
33718 [0x1150]={
33719  category="lo",
33720  cjkwd="w",
33721  description="HANGUL CHOSEONG CEONGCHIEUMCIEUC",
33722  direction="l",
33723  linebreak="jl",
33724  unicodeslot=0x1150,
33725 },
33726 [0x1151]={
33727  category="lo",
33728  cjkwd="w",
33729  description="HANGUL CHOSEONG CEONGCHIEUMSSANGCIEUC",
33730  direction="l",
33731  linebreak="jl",
33732  unicodeslot=0x1151,
33733 },
33734 [0x1152]={
33735  category="lo",
33736  cjkwd="w",
33737  description="HANGUL CHOSEONG CHIEUCH-KHIEUKH",
33738  direction="l",
33739  linebreak="jl",
33740  unicodeslot=0x1152,
33741 },
33742 [0x1153]={
33743  category="lo",
33744  cjkwd="w",
33745  description="HANGUL CHOSEONG CHIEUCH-HIEUH",
33746  direction="l",
33747  linebreak="jl",
33748  unicodeslot=0x1153,
33749 },
33750 [0x1154]={
33751  category="lo",
33752  cjkwd="w",
33753  description="HANGUL CHOSEONG CHITUEUMCHIEUCH",
33754  direction="l",
33755  linebreak="jl",
33756  unicodeslot=0x1154,
33757 },
33758 [0x1155]={
33759  category="lo",
33760  cjkwd="w",
33761  description="HANGUL CHOSEONG CEONGCHIEUMCHIEUCH",
33762  direction="l",
33763  linebreak="jl",
33764  unicodeslot=0x1155,
33765 },
33766 [0x1156]={
33767  category="lo",
33768  cjkwd="w",
33769  description="HANGUL CHOSEONG PHIEUPH-PIEUP",
33770  direction="l",
33771  linebreak="jl",
33772  unicodeslot=0x1156,
33773 },
33774 [0x1157]={
33775  category="lo",
33776  cjkwd="w",
33777  description="HANGUL CHOSEONG KAPYEOUNPHIEUPH",
33778  direction="l",
33779  linebreak="jl",
33780  unicodeslot=0x1157,
33781 },
33782 [0x1158]={
33783  category="lo",
33784  cjkwd="w",
33785  description="HANGUL CHOSEONG SSANGHIEUH",
33786  direction="l",
33787  linebreak="jl",
33788  unicodeslot=0x1158,
33789 },
33790 [0x1159]={
33791  category="lo",
33792  cjkwd="w",
33793  description="HANGUL CHOSEONG YEORINHIEUH",
33794  direction="l",
33795  linebreak="jl",
33796  unicodeslot=0x1159,
33797 },
33798 [0x115A]={
33799  category="lo",
33800  cjkwd="w",
33801  description="HANGUL CHOSEONG KIYEOK-TIKEUT",
33802  direction="l",
33803  linebreak="jl",
33804  unicodeslot=0x115A,
33805 },
33806 [0x115B]={
33807  category="lo",
33808  cjkwd="w",
33809  description="HANGUL CHOSEONG NIEUN-SIOS",
33810  direction="l",
33811  linebreak="jl",
33812  unicodeslot=0x115B,
33813 },
33814 [0x115C]={
33815  category="lo",
33816  cjkwd="w",
33817  description="HANGUL CHOSEONG NIEUN-CIEUC",
33818  direction="l",
33819  linebreak="jl",
33820  unicodeslot=0x115C,
33821 },
33822 [0x115D]={
33823  category="lo",
33824  cjkwd="w",
33825  description="HANGUL CHOSEONG NIEUN-HIEUH",
33826  direction="l",
33827  linebreak="jl",
33828  unicodeslot=0x115D,
33829 },
33830 [0x115E]={
33831  category="lo",
33832  cjkwd="w",
33833  description="HANGUL CHOSEONG TIKEUT-RIEUL",
33834  direction="l",
33835  linebreak="jl",
33836  unicodeslot=0x115E,
33837 },
33838 [0x115F]={
33839  category="lo",
33840  cjkwd="w",
33841  description="HANGUL CHOSEONG FILLER",
33842  direction="l",
33843  linebreak="jl",
33844  unicodeslot=0x115F,
33845 },
33846 [0x1160]={
33847  category="lo",
33848  description="HANGUL JUNGSEONG FILLER",
33849  direction="l",
33850  linebreak="jv",
33851  unicodeslot=0x1160,
33852 },
33853 [0x1161]={
33854  category="lo",
33855  description="HANGUL JUNGSEONG A",
33856  direction="l",
33857  linebreak="jv",
33858  unicodeslot=0x1161,
33859 },
33860 [0x1162]={
33861  category="lo",
33862  description="HANGUL JUNGSEONG AE",
33863  direction="l",
33864  linebreak="jv",
33865  unicodeslot=0x1162,
33866 },
33867 [0x1163]={
33868  category="lo",
33869  description="HANGUL JUNGSEONG YA",
33870  direction="l",
33871  linebreak="jv",
33872  unicodeslot=0x1163,
33873 },
33874 [0x1164]={
33875  category="lo",
33876  description="HANGUL JUNGSEONG YAE",
33877  direction="l",
33878  linebreak="jv",
33879  unicodeslot=0x1164,
33880 },
33881 [0x1165]={
33882  category="lo",
33883  description="HANGUL JUNGSEONG EO",
33884  direction="l",
33885  linebreak="jv",
33886  unicodeslot=0x1165,
33887 },
33888 [0x1166]={
33889  category="lo",
33890  description="HANGUL JUNGSEONG E",
33891  direction="l",
33892  linebreak="jv",
33893  unicodeslot=0x1166,
33894 },
33895 [0x1167]={
33896  category="lo",
33897  description="HANGUL JUNGSEONG YEO",
33898  direction="l",
33899  linebreak="jv",
33900  unicodeslot=0x1167,
33901 },
33902 [0x1168]={
33903  category="lo",
33904  description="HANGUL JUNGSEONG YE",
33905  direction="l",
33906  linebreak="jv",
33907  unicodeslot=0x1168,
33908 },
33909 [0x1169]={
33910  category="lo",
33911  description="HANGUL JUNGSEONG O",
33912  direction="l",
33913  linebreak="jv",
33914  unicodeslot=0x1169,
33915 },
33916 [0x116A]={
33917  category="lo",
33918  description="HANGUL JUNGSEONG WA",
33919  direction="l",
33920  linebreak="jv",
33921  unicodeslot=0x116A,
33922 },
33923 [0x116B]={
33924  category="lo",
33925  description="HANGUL JUNGSEONG WAE",
33926  direction="l",
33927  linebreak="jv",
33928  unicodeslot=0x116B,
33929 },
33930 [0x116C]={
33931  category="lo",
33932  description="HANGUL JUNGSEONG OE",
33933  direction="l",
33934  linebreak="jv",
33935  unicodeslot=0x116C,
33936 },
33937 [0x116D]={
33938  category="lo",
33939  description="HANGUL JUNGSEONG YO",
33940  direction="l",
33941  linebreak="jv",
33942  unicodeslot=0x116D,
33943 },
33944 [0x116E]={
33945  category="lo",
33946  description="HANGUL JUNGSEONG U",
33947  direction="l",
33948  linebreak="jv",
33949  unicodeslot=0x116E,
33950 },
33951 [0x116F]={
33952  category="lo",
33953  description="HANGUL JUNGSEONG WEO",
33954  direction="l",
33955  linebreak="jv",
33956  unicodeslot=0x116F,
33957 },
33958 [0x1170]={
33959  category="lo",
33960  description="HANGUL JUNGSEONG WE",
33961  direction="l",
33962  linebreak="jv",
33963  unicodeslot=0x1170,
33964 },
33965 [0x1171]={
33966  category="lo",
33967  description="HANGUL JUNGSEONG WI",
33968  direction="l",
33969  linebreak="jv",
33970  unicodeslot=0x1171,
33971 },
33972 [0x1172]={
33973  category="lo",
33974  description="HANGUL JUNGSEONG YU",
33975  direction="l",
33976  linebreak="jv",
33977  unicodeslot=0x1172,
33978 },
33979 [0x1173]={
33980  category="lo",
33981  description="HANGUL JUNGSEONG EU",
33982  direction="l",
33983  linebreak="jv",
33984  unicodeslot=0x1173,
33985 },
33986 [0x1174]={
33987  category="lo",
33988  description="HANGUL JUNGSEONG YI",
33989  direction="l",
33990  linebreak="jv",
33991  unicodeslot=0x1174,
33992 },
33993 [0x1175]={
33994  category="lo",
33995  description="HANGUL JUNGSEONG I",
33996  direction="l",
33997  linebreak="jv",
33998  unicodeslot=0x1175,
33999 },
34000 [0x1176]={
34001  category="lo",
34002  description="HANGUL JUNGSEONG A-O",
34003  direction="l",
34004  linebreak="jv",
34005  unicodeslot=0x1176,
34006 },
34007 [0x1177]={
34008  category="lo",
34009  description="HANGUL JUNGSEONG A-U",
34010  direction="l",
34011  linebreak="jv",
34012  unicodeslot=0x1177,
34013 },
34014 [0x1178]={
34015  category="lo",
34016  description="HANGUL JUNGSEONG YA-O",
34017  direction="l",
34018  linebreak="jv",
34019  unicodeslot=0x1178,
34020 },
34021 [0x1179]={
34022  category="lo",
34023  description="HANGUL JUNGSEONG YA-YO",
34024  direction="l",
34025  linebreak="jv",
34026  unicodeslot=0x1179,
34027 },
34028 [0x117A]={
34029  category="lo",
34030  description="HANGUL JUNGSEONG EO-O",
34031  direction="l",
34032  linebreak="jv",
34033  unicodeslot=0x117A,
34034 },
34035 [0x117B]={
34036  category="lo",
34037  description="HANGUL JUNGSEONG EO-U",
34038  direction="l",
34039  linebreak="jv",
34040  unicodeslot=0x117B,
34041 },
34042 [0x117C]={
34043  category="lo",
34044  description="HANGUL JUNGSEONG EO-EU",
34045  direction="l",
34046  linebreak="jv",
34047  unicodeslot=0x117C,
34048 },
34049 [0x117D]={
34050  category="lo",
34051  description="HANGUL JUNGSEONG YEO-O",
34052  direction="l",
34053  linebreak="jv",
34054  unicodeslot=0x117D,
34055 },
34056 [0x117E]={
34057  category="lo",
34058  description="HANGUL JUNGSEONG YEO-U",
34059  direction="l",
34060  linebreak="jv",
34061  unicodeslot=0x117E,
34062 },
34063 [0x117F]={
34064  category="lo",
34065  description="HANGUL JUNGSEONG O-EO",
34066  direction="l",
34067  linebreak="jv",
34068  unicodeslot=0x117F,
34069 },
34070 [0x1180]={
34071  category="lo",
34072  description="HANGUL JUNGSEONG O-E",
34073  direction="l",
34074  linebreak="jv",
34075  unicodeslot=0x1180,
34076 },
34077 [0x1181]={
34078  category="lo",
34079  description="HANGUL JUNGSEONG O-YE",
34080  direction="l",
34081  linebreak="jv",
34082  unicodeslot=0x1181,
34083 },
34084 [0x1182]={
34085  category="lo",
34086  description="HANGUL JUNGSEONG O-O",
34087  direction="l",
34088  linebreak="jv",
34089  unicodeslot=0x1182,
34090 },
34091 [0x1183]={
34092  category="lo",
34093  description="HANGUL JUNGSEONG O-U",
34094  direction="l",
34095  linebreak="jv",
34096  unicodeslot=0x1183,
34097 },
34098 [0x1184]={
34099  category="lo",
34100  description="HANGUL JUNGSEONG YO-YA",
34101  direction="l",
34102  linebreak="jv",
34103  unicodeslot=0x1184,
34104 },
34105 [0x1185]={
34106  category="lo",
34107  description="HANGUL JUNGSEONG YO-YAE",
34108  direction="l",
34109  linebreak="jv",
34110  unicodeslot=0x1185,
34111 },
34112 [0x1186]={
34113  category="lo",
34114  description="HANGUL JUNGSEONG YO-YEO",
34115  direction="l",
34116  linebreak="jv",
34117  unicodeslot=0x1186,
34118 },
34119 [0x1187]={
34120  category="lo",
34121  description="HANGUL JUNGSEONG YO-O",
34122  direction="l",
34123  linebreak="jv",
34124  unicodeslot=0x1187,
34125 },
34126 [0x1188]={
34127  category="lo",
34128  description="HANGUL JUNGSEONG YO-I",
34129  direction="l",
34130  linebreak="jv",
34131  unicodeslot=0x1188,
34132 },
34133 [0x1189]={
34134  category="lo",
34135  description="HANGUL JUNGSEONG U-A",
34136  direction="l",
34137  linebreak="jv",
34138  unicodeslot=0x1189,
34139 },
34140 [0x118A]={
34141  category="lo",
34142  description="HANGUL JUNGSEONG U-AE",
34143  direction="l",
34144  linebreak="jv",
34145  unicodeslot=0x118A,
34146 },
34147 [0x118B]={
34148  category="lo",
34149  description="HANGUL JUNGSEONG U-EO-EU",
34150  direction="l",
34151  linebreak="jv",
34152  unicodeslot=0x118B,
34153 },
34154 [0x118C]={
34155  category="lo",
34156  description="HANGUL JUNGSEONG U-YE",
34157  direction="l",
34158  linebreak="jv",
34159  unicodeslot=0x118C,
34160 },
34161 [0x118D]={
34162  category="lo",
34163  description="HANGUL JUNGSEONG U-U",
34164  direction="l",
34165  linebreak="jv",
34166  unicodeslot=0x118D,
34167 },
34168 [0x118E]={
34169  category="lo",
34170  description="HANGUL JUNGSEONG YU-A",
34171  direction="l",
34172  linebreak="jv",
34173  unicodeslot=0x118E,
34174 },
34175 [0x118F]={
34176  category="lo",
34177  description="HANGUL JUNGSEONG YU-EO",
34178  direction="l",
34179  linebreak="jv",
34180  unicodeslot=0x118F,
34181 },
34182 [0x1190]={
34183  category="lo",
34184  description="HANGUL JUNGSEONG YU-E",
34185  direction="l",
34186  linebreak="jv",
34187  unicodeslot=0x1190,
34188 },
34189 [0x1191]={
34190  category="lo",
34191  description="HANGUL JUNGSEONG YU-YEO",
34192  direction="l",
34193  linebreak="jv",
34194  unicodeslot=0x1191,
34195 },
34196 [0x1192]={
34197  category="lo",
34198  description="HANGUL JUNGSEONG YU-YE",
34199  direction="l",
34200  linebreak="jv",
34201  unicodeslot=0x1192,
34202 },
34203 [0x1193]={
34204  category="lo",
34205  description="HANGUL JUNGSEONG YU-U",
34206  direction="l",
34207  linebreak="jv",
34208  unicodeslot=0x1193,
34209 },
34210 [0x1194]={
34211  category="lo",
34212  description="HANGUL JUNGSEONG YU-I",
34213  direction="l",
34214  linebreak="jv",
34215  unicodeslot=0x1194,
34216 },
34217 [0x1195]={
34218  category="lo",
34219  description="HANGUL JUNGSEONG EU-U",
34220  direction="l",
34221  linebreak="jv",
34222  unicodeslot=0x1195,
34223 },
34224 [0x1196]={
34225  category="lo",
34226  description="HANGUL JUNGSEONG EU-EU",
34227  direction="l",
34228  linebreak="jv",
34229  unicodeslot=0x1196,
34230 },
34231 [0x1197]={
34232  category="lo",
34233  description="HANGUL JUNGSEONG YI-U",
34234  direction="l",
34235  linebreak="jv",
34236  unicodeslot=0x1197,
34237 },
34238 [0x1198]={
34239  category="lo",
34240  description="HANGUL JUNGSEONG I-A",
34241  direction="l",
34242  linebreak="jv",
34243  unicodeslot=0x1198,
34244 },
34245 [0x1199]={
34246  category="lo",
34247  description="HANGUL JUNGSEONG I-YA",
34248  direction="l",
34249  linebreak="jv",
34250  unicodeslot=0x1199,
34251 },
34252 [0x119A]={
34253  category="lo",
34254  description="HANGUL JUNGSEONG I-O",
34255  direction="l",
34256  linebreak="jv",
34257  unicodeslot=0x119A,
34258 },
34259 [0x119B]={
34260  category="lo",
34261  description="HANGUL JUNGSEONG I-U",
34262  direction="l",
34263  linebreak="jv",
34264  unicodeslot=0x119B,
34265 },
34266 [0x119C]={
34267  category="lo",
34268  description="HANGUL JUNGSEONG I-EU",
34269  direction="l",
34270  linebreak="jv",
34271  unicodeslot=0x119C,
34272 },
34273 [0x119D]={
34274  category="lo",
34275  description="HANGUL JUNGSEONG I-ARAEA",
34276  direction="l",
34277  linebreak="jv",
34278  unicodeslot=0x119D,
34279 },
34280 [0x119E]={
34281  category="lo",
34282  description="HANGUL JUNGSEONG ARAEA",
34283  direction="l",
34284  linebreak="jv",
34285  unicodeslot=0x119E,
34286 },
34287 [0x119F]={
34288  category="lo",
34289  description="HANGUL JUNGSEONG ARAEA-EO",
34290  direction="l",
34291  linebreak="jv",
34292  unicodeslot=0x119F,
34293 },
34294 [0x11A0]={
34295  category="lo",
34296  description="HANGUL JUNGSEONG ARAEA-U",
34297  direction="l",
34298  linebreak="jv",
34299  unicodeslot=0x11A0,
34300 },
34301 [0x11A1]={
34302  category="lo",
34303  description="HANGUL JUNGSEONG ARAEA-I",
34304  direction="l",
34305  linebreak="jv",
34306  unicodeslot=0x11A1,
34307 },
34308 [0x11A2]={
34309  category="lo",
34310  description="HANGUL JUNGSEONG SSANGARAEA",
34311  direction="l",
34312  linebreak="jv",
34313  unicodeslot=0x11A2,
34314 },
34315 [0x11A3]={
34316  category="lo",
34317  description="HANGUL JUNGSEONG A-EU",
34318  direction="l",
34319  linebreak="jv",
34320  unicodeslot=0x11A3,
34321 },
34322 [0x11A4]={
34323  category="lo",
34324  description="HANGUL JUNGSEONG YA-U",
34325  direction="l",
34326  linebreak="jv",
34327  unicodeslot=0x11A4,
34328 },
34329 [0x11A5]={
34330  category="lo",
34331  description="HANGUL JUNGSEONG YEO-YA",
34332  direction="l",
34333  linebreak="jv",
34334  unicodeslot=0x11A5,
34335 },
34336 [0x11A6]={
34337  category="lo",
34338  description="HANGUL JUNGSEONG O-YA",
34339  direction="l",
34340  linebreak="jv",
34341  unicodeslot=0x11A6,
34342 },
34343 [0x11A7]={
34344  category="lo",
34345  description="HANGUL JUNGSEONG O-YAE",
34346  direction="l",
34347  linebreak="jv",
34348  unicodeslot=0x11A7,
34349 },
34350 [0x11A8]={
34351  category="lo",
34352  description="HANGUL JONGSEONG KIYEOK",
34353  direction="l",
34354  linebreak="jt",
34355  unicodeslot=0x11A8,
34356 },
34357 [0x11A9]={
34358  category="lo",
34359  description="HANGUL JONGSEONG SSANGKIYEOK",
34360  direction="l",
34361  linebreak="jt",
34362  unicodeslot=0x11A9,
34363 },
34364 [0x11AA]={
34365  category="lo",
34366  description="HANGUL JONGSEONG KIYEOK-SIOS",
34367  direction="l",
34368  linebreak="jt",
34369  unicodeslot=0x11AA,
34370 },
34371 [0x11AB]={
34372  category="lo",
34373  description="HANGUL JONGSEONG NIEUN",
34374  direction="l",
34375  linebreak="jt",
34376  unicodeslot=0x11AB,
34377 },
34378 [0x11AC]={
34379  category="lo",
34380  description="HANGUL JONGSEONG NIEUN-CIEUC",
34381  direction="l",
34382  linebreak="jt",
34383  unicodeslot=0x11AC,
34384 },
34385 [0x11AD]={
34386  category="lo",
34387  description="HANGUL JONGSEONG NIEUN-HIEUH",
34388  direction="l",
34389  linebreak="jt",
34390  unicodeslot=0x11AD,
34391 },
34392 [0x11AE]={
34393  category="lo",
34394  description="HANGUL JONGSEONG TIKEUT",
34395  direction="l",
34396  linebreak="jt",
34397  unicodeslot=0x11AE,
34398 },
34399 [0x11AF]={
34400  category="lo",
34401  description="HANGUL JONGSEONG RIEUL",
34402  direction="l",
34403  linebreak="jt",
34404  unicodeslot=0x11AF,
34405 },
34406 [0x11B0]={
34407  category="lo",
34408  description="HANGUL JONGSEONG RIEUL-KIYEOK",
34409  direction="l",
34410  linebreak="jt",
34411  unicodeslot=0x11B0,
34412 },
34413 [0x11B1]={
34414  category="lo",
34415  description="HANGUL JONGSEONG RIEUL-MIEUM",
34416  direction="l",
34417  linebreak="jt",
34418  unicodeslot=0x11B1,
34419 },
34420 [0x11B2]={
34421  category="lo",
34422  description="HANGUL JONGSEONG RIEUL-PIEUP",
34423  direction="l",
34424  linebreak="jt",
34425  unicodeslot=0x11B2,
34426 },
34427 [0x11B3]={
34428  category="lo",
34429  description="HANGUL JONGSEONG RIEUL-SIOS",
34430  direction="l",
34431  linebreak="jt",
34432  unicodeslot=0x11B3,
34433 },
34434 [0x11B4]={
34435  category="lo",
34436  description="HANGUL JONGSEONG RIEUL-THIEUTH",
34437  direction="l",
34438  linebreak="jt",
34439  unicodeslot=0x11B4,
34440 },
34441 [0x11B5]={
34442  category="lo",
34443  description="HANGUL JONGSEONG RIEUL-PHIEUPH",
34444  direction="l",
34445  linebreak="jt",
34446  unicodeslot=0x11B5,
34447 },
34448 [0x11B6]={
34449  category="lo",
34450  description="HANGUL JONGSEONG RIEUL-HIEUH",
34451  direction="l",
34452  linebreak="jt",
34453  unicodeslot=0x11B6,
34454 },
34455 [0x11B7]={
34456  category="lo",
34457  description="HANGUL JONGSEONG MIEUM",
34458  direction="l",
34459  linebreak="jt",
34460  unicodeslot=0x11B7,
34461 },
34462 [0x11B8]={
34463  category="lo",
34464  description="HANGUL JONGSEONG PIEUP",
34465  direction="l",
34466  linebreak="jt",
34467  unicodeslot=0x11B8,
34468 },
34469 [0x11B9]={
34470  category="lo",
34471  description="HANGUL JONGSEONG PIEUP-SIOS",
34472  direction="l",
34473  linebreak="jt",
34474  unicodeslot=0x11B9,
34475 },
34476 [0x11BA]={
34477  category="lo",
34478  description="HANGUL JONGSEONG SIOS",
34479  direction="l",
34480  linebreak="jt",
34481  unicodeslot=0x11BA,
34482 },
34483 [0x11BB]={
34484  category="lo",
34485  description="HANGUL JONGSEONG SSANGSIOS",
34486  direction="l",
34487  linebreak="jt",
34488  unicodeslot=0x11BB,
34489 },
34490 [0x11BC]={
34491  category="lo",
34492  description="HANGUL JONGSEONG IEUNG",
34493  direction="l",
34494  linebreak="jt",
34495  unicodeslot=0x11BC,
34496 },
34497 [0x11BD]={
34498  category="lo",
34499  description="HANGUL JONGSEONG CIEUC",
34500  direction="l",
34501  linebreak="jt",
34502  unicodeslot=0x11BD,
34503 },
34504 [0x11BE]={
34505  category="lo",
34506  description="HANGUL JONGSEONG CHIEUCH",
34507  direction="l",
34508  linebreak="jt",
34509  unicodeslot=0x11BE,
34510 },
34511 [0x11BF]={
34512  category="lo",
34513  description="HANGUL JONGSEONG KHIEUKH",
34514  direction="l",
34515  linebreak="jt",
34516  unicodeslot=0x11BF,
34517 },
34518 [0x11C0]={
34519  category="lo",
34520  description="HANGUL JONGSEONG THIEUTH",
34521  direction="l",
34522  linebreak="jt",
34523  unicodeslot=0x11C0,
34524 },
34525 [0x11C1]={
34526  category="lo",
34527  description="HANGUL JONGSEONG PHIEUPH",
34528  direction="l",
34529  linebreak="jt",
34530  unicodeslot=0x11C1,
34531 },
34532 [0x11C2]={
34533  category="lo",
34534  description="HANGUL JONGSEONG HIEUH",
34535  direction="l",
34536  linebreak="jt",
34537  unicodeslot=0x11C2,
34538 },
34539 [0x11C3]={
34540  category="lo",
34541  description="HANGUL JONGSEONG KIYEOK-RIEUL",
34542  direction="l",
34543  linebreak="jt",
34544  unicodeslot=0x11C3,
34545 },
34546 [0x11C4]={
34547  category="lo",
34548  description="HANGUL JONGSEONG KIYEOK-SIOS-KIYEOK",
34549  direction="l",
34550  linebreak="jt",
34551  unicodeslot=0x11C4,
34552 },
34553 [0x11C5]={
34554  category="lo",
34555  description="HANGUL JONGSEONG NIEUN-KIYEOK",
34556  direction="l",
34557  linebreak="jt",
34558  unicodeslot=0x11C5,
34559 },
34560 [0x11C6]={
34561  category="lo",
34562  description="HANGUL JONGSEONG NIEUN-TIKEUT",
34563  direction="l",
34564  linebreak="jt",
34565  unicodeslot=0x11C6,
34566 },
34567 [0x11C7]={
34568  category="lo",
34569  description="HANGUL JONGSEONG NIEUN-SIOS",
34570  direction="l",
34571  linebreak="jt",
34572  unicodeslot=0x11C7,
34573 },
34574 [0x11C8]={
34575  category="lo",
34576  description="HANGUL JONGSEONG NIEUN-PANSIOS",
34577  direction="l",
34578  linebreak="jt",
34579  unicodeslot=0x11C8,
34580 },
34581 [0x11C9]={
34582  category="lo",
34583  description="HANGUL JONGSEONG NIEUN-THIEUTH",
34584  direction="l",
34585  linebreak="jt",
34586  unicodeslot=0x11C9,
34587 },
34588 [0x11CA]={
34589  category="lo",
34590  description="HANGUL JONGSEONG TIKEUT-KIYEOK",
34591  direction="l",
34592  linebreak="jt",
34593  unicodeslot=0x11CA,
34594 },
34595 [0x11CB]={
34596  category="lo",
34597  description="HANGUL JONGSEONG TIKEUT-RIEUL",
34598  direction="l",
34599  linebreak="jt",
34600  unicodeslot=0x11CB,
34601 },
34602 [0x11CC]={
34603  category="lo",
34604  description="HANGUL JONGSEONG RIEUL-KIYEOK-SIOS",
34605  direction="l",
34606  linebreak="jt",
34607  unicodeslot=0x11CC,
34608 },
34609 [0x11CD]={
34610  category="lo",
34611  description="HANGUL JONGSEONG RIEUL-NIEUN",
34612  direction="l",
34613  linebreak="jt",
34614  unicodeslot=0x11CD,
34615 },
34616 [0x11CE]={
34617  category="lo",
34618  description="HANGUL JONGSEONG RIEUL-TIKEUT",
34619  direction="l",
34620  linebreak="jt",
34621  unicodeslot=0x11CE,
34622 },
34623 [0x11CF]={
34624  category="lo",
34625  description="HANGUL JONGSEONG RIEUL-TIKEUT-HIEUH",
34626  direction="l",
34627  linebreak="jt",
34628  unicodeslot=0x11CF,
34629 },
34630 [0x11D0]={
34631  category="lo",
34632  description="HANGUL JONGSEONG SSANGRIEUL",
34633  direction="l",
34634  linebreak="jt",
34635  unicodeslot=0x11D0,
34636 },
34637 [0x11D1]={
34638  category="lo",
34639  description="HANGUL JONGSEONG RIEUL-MIEUM-KIYEOK",
34640  direction="l",
34641  linebreak="jt",
34642  unicodeslot=0x11D1,
34643 },
34644 [0x11D2]={
34645  category="lo",
34646  description="HANGUL JONGSEONG RIEUL-MIEUM-SIOS",
34647  direction="l",
34648  linebreak="jt",
34649  unicodeslot=0x11D2,
34650 },
34651 [0x11D3]={
34652  category="lo",
34653  description="HANGUL JONGSEONG RIEUL-PIEUP-SIOS",
34654  direction="l",
34655  linebreak="jt",
34656  unicodeslot=0x11D3,
34657 },
34658 [0x11D4]={
34659  category="lo",
34660  description="HANGUL JONGSEONG RIEUL-PIEUP-HIEUH",
34661  direction="l",
34662  linebreak="jt",
34663  unicodeslot=0x11D4,
34664 },
34665 [0x11D5]={
34666  category="lo",
34667  description="HANGUL JONGSEONG RIEUL-KAPYEOUNPIEUP",
34668  direction="l",
34669  linebreak="jt",
34670  unicodeslot=0x11D5,
34671 },
34672 [0x11D6]={
34673  category="lo",
34674  description="HANGUL JONGSEONG RIEUL-SSANGSIOS",
34675  direction="l",
34676  linebreak="jt",
34677  unicodeslot=0x11D6,
34678 },
34679 [0x11D7]={
34680  category="lo",
34681  description="HANGUL JONGSEONG RIEUL-PANSIOS",
34682  direction="l",
34683  linebreak="jt",
34684  unicodeslot=0x11D7,
34685 },
34686 [0x11D8]={
34687  category="lo",
34688  description="HANGUL JONGSEONG RIEUL-KHIEUKH",
34689  direction="l",
34690  linebreak="jt",
34691  unicodeslot=0x11D8,
34692 },
34693 [0x11D9]={
34694  category="lo",
34695  description="HANGUL JONGSEONG RIEUL-YEORINHIEUH",
34696  direction="l",
34697  linebreak="jt",
34698  unicodeslot=0x11D9,
34699 },
34700 [0x11DA]={
34701  category="lo",
34702  description="HANGUL JONGSEONG MIEUM-KIYEOK",
34703  direction="l",
34704  linebreak="jt",
34705  unicodeslot=0x11DA,
34706 },
34707 [0x11DB]={
34708  category="lo",
34709  description="HANGUL JONGSEONG MIEUM-RIEUL",
34710  direction="l",
34711  linebreak="jt",
34712  unicodeslot=0x11DB,
34713 },
34714 [0x11DC]={
34715  category="lo",
34716  description="HANGUL JONGSEONG MIEUM-PIEUP",
34717  direction="l",
34718  linebreak="jt",
34719  unicodeslot=0x11DC,
34720 },
34721 [0x11DD]={
34722  category="lo",
34723  description="HANGUL JONGSEONG MIEUM-SIOS",
34724  direction="l",
34725  linebreak="jt",
34726  unicodeslot=0x11DD,
34727 },
34728 [0x11DE]={
34729  category="lo",
34730  description="HANGUL JONGSEONG MIEUM-SSANGSIOS",
34731  direction="l",
34732  linebreak="jt",
34733  unicodeslot=0x11DE,
34734 },
34735 [0x11DF]={
34736  category="lo",
34737  description="HANGUL JONGSEONG MIEUM-PANSIOS",
34738  direction="l",
34739  linebreak="jt",
34740  unicodeslot=0x11DF,
34741 },
34742 [0x11E0]={
34743  category="lo",
34744  description="HANGUL JONGSEONG MIEUM-CHIEUCH",
34745  direction="l",
34746  linebreak="jt",
34747  unicodeslot=0x11E0,
34748 },
34749 [0x11E1]={
34750  category="lo",
34751  description="HANGUL JONGSEONG MIEUM-HIEUH",
34752  direction="l",
34753  linebreak="jt",
34754  unicodeslot=0x11E1,
34755 },
34756 [0x11E2]={
34757  category="lo",
34758  description="HANGUL JONGSEONG KAPYEOUNMIEUM",
34759  direction="l",
34760  linebreak="jt",
34761  unicodeslot=0x11E2,
34762 },
34763 [0x11E3]={
34764  category="lo",
34765  description="HANGUL JONGSEONG PIEUP-RIEUL",
34766  direction="l",
34767  linebreak="jt",
34768  unicodeslot=0x11E3,
34769 },
34770 [0x11E4]={
34771  category="lo",
34772  description="HANGUL JONGSEONG PIEUP-PHIEUPH",
34773  direction="l",
34774  linebreak="jt",
34775  unicodeslot=0x11E4,
34776 },
34777 [0x11E5]={
34778  category="lo",
34779  description="HANGUL JONGSEONG PIEUP-HIEUH",
34780  direction="l",
34781  linebreak="jt",
34782  unicodeslot=0x11E5,
34783 },
34784 [0x11E6]={
34785  category="lo",
34786  description="HANGUL JONGSEONG KAPYEOUNPIEUP",
34787  direction="l",
34788  linebreak="jt",
34789  unicodeslot=0x11E6,
34790 },
34791 [0x11E7]={
34792  category="lo",
34793  description="HANGUL JONGSEONG SIOS-KIYEOK",
34794  direction="l",
34795  linebreak="jt",
34796  unicodeslot=0x11E7,
34797 },
34798 [0x11E8]={
34799  category="lo",
34800  description="HANGUL JONGSEONG SIOS-TIKEUT",
34801  direction="l",
34802  linebreak="jt",
34803  unicodeslot=0x11E8,
34804 },
34805 [0x11E9]={
34806  category="lo",
34807  description="HANGUL JONGSEONG SIOS-RIEUL",
34808  direction="l",
34809  linebreak="jt",
34810  unicodeslot=0x11E9,
34811 },
34812 [0x11EA]={
34813  category="lo",
34814  description="HANGUL JONGSEONG SIOS-PIEUP",
34815  direction="l",
34816  linebreak="jt",
34817  unicodeslot=0x11EA,
34818 },
34819 [0x11EB]={
34820  category="lo",
34821  description="HANGUL JONGSEONG PANSIOS",
34822  direction="l",
34823  linebreak="jt",
34824  unicodeslot=0x11EB,
34825 },
34826 [0x11EC]={
34827  category="lo",
34828  description="HANGUL JONGSEONG IEUNG-KIYEOK",
34829  direction="l",
34830  linebreak="jt",
34831  unicodeslot=0x11EC,
34832 },
34833 [0x11ED]={
34834  category="lo",
34835  description="HANGUL JONGSEONG IEUNG-SSANGKIYEOK",
34836  direction="l",
34837  linebreak="jt",
34838  unicodeslot=0x11ED,
34839 },
34840 [0x11EE]={
34841  category="lo",
34842  description="HANGUL JONGSEONG SSANGIEUNG",
34843  direction="l",
34844  linebreak="jt",
34845  unicodeslot=0x11EE,
34846 },
34847 [0x11EF]={
34848  category="lo",
34849  description="HANGUL JONGSEONG IEUNG-KHIEUKH",
34850  direction="l",
34851  linebreak="jt",
34852  unicodeslot=0x11EF,
34853 },
34854 [0x11F0]={
34855  category="lo",
34856  description="HANGUL JONGSEONG YESIEUNG",
34857  direction="l",
34858  linebreak="jt",
34859  unicodeslot=0x11F0,
34860 },
34861 [0x11F1]={
34862  category="lo",
34863  description="HANGUL JONGSEONG YESIEUNG-SIOS",
34864  direction="l",
34865  linebreak="jt",
34866  unicodeslot=0x11F1,
34867 },
34868 [0x11F2]={
34869  category="lo",
34870  description="HANGUL JONGSEONG YESIEUNG-PANSIOS",
34871  direction="l",
34872  linebreak="jt",
34873  unicodeslot=0x11F2,
34874 },
34875 [0x11F3]={
34876  category="lo",
34877  description="HANGUL JONGSEONG PHIEUPH-PIEUP",
34878  direction="l",
34879  linebreak="jt",
34880  unicodeslot=0x11F3,
34881 },
34882 [0x11F4]={
34883  category="lo",
34884  description="HANGUL JONGSEONG KAPYEOUNPHIEUPH",
34885  direction="l",
34886  linebreak="jt",
34887  unicodeslot=0x11F4,
34888 },
34889 [0x11F5]={
34890  category="lo",
34891  description="HANGUL JONGSEONG HIEUH-NIEUN",
34892  direction="l",
34893  linebreak="jt",
34894  unicodeslot=0x11F5,
34895 },
34896 [0x11F6]={
34897  category="lo",
34898  description="HANGUL JONGSEONG HIEUH-RIEUL",
34899  direction="l",
34900  linebreak="jt",
34901  unicodeslot=0x11F6,
34902 },
34903 [0x11F7]={
34904  category="lo",
34905  description="HANGUL JONGSEONG HIEUH-MIEUM",
34906  direction="l",
34907  linebreak="jt",
34908  unicodeslot=0x11F7,
34909 },
34910 [0x11F8]={
34911  category="lo",
34912  description="HANGUL JONGSEONG HIEUH-PIEUP",
34913  direction="l",
34914  linebreak="jt",
34915  unicodeslot=0x11F8,
34916 },
34917 [0x11F9]={
34918  category="lo",
34919  description="HANGUL JONGSEONG YEORINHIEUH",
34920  direction="l",
34921  linebreak="jt",
34922  unicodeslot=0x11F9,
34923 },
34924 [0x11FA]={
34925  category="lo",
34926  description="HANGUL JONGSEONG KIYEOK-NIEUN",
34927  direction="l",
34928  linebreak="jt",
34929  unicodeslot=0x11FA,
34930 },
34931 [0x11FB]={
34932  category="lo",
34933  description="HANGUL JONGSEONG KIYEOK-PIEUP",
34934  direction="l",
34935  linebreak="jt",
34936  unicodeslot=0x11FB,
34937 },
34938 [0x11FC]={
34939  category="lo",
34940  description="HANGUL JONGSEONG KIYEOK-CHIEUCH",
34941  direction="l",
34942  linebreak="jt",
34943  unicodeslot=0x11FC,
34944 },
34945 [0x11FD]={
34946  category="lo",
34947  description="HANGUL JONGSEONG KIYEOK-KHIEUKH",
34948  direction="l",
34949  linebreak="jt",
34950  unicodeslot=0x11FD,
34951 },
34952 [0x11FE]={
34953  category="lo",
34954  description="HANGUL JONGSEONG KIYEOK-HIEUH",
34955  direction="l",
34956  linebreak="jt",
34957  unicodeslot=0x11FE,
34958 },
34959 [0x11FF]={
34960  category="lo",
34961  description="HANGUL JONGSEONG SSANGNIEUN",
34962  direction="l",
34963  linebreak="jt",
34964  unicodeslot=0x11FF,
34965 },
34966 [0x1200]={
34967  category="lo",
34968  description="ETHIOPIC SYLLABLE HA",
34969  direction="l",
34970  linebreak="al",
34971  unicodeslot=0x1200,
34972 },
34973 [0x1201]={
34974  category="lo",
34975  description="ETHIOPIC SYLLABLE HU",
34976  direction="l",
34977  linebreak="al",
34978  unicodeslot=0x1201,
34979 },
34980 [0x1202]={
34981  category="lo",
34982  description="ETHIOPIC SYLLABLE HI",
34983  direction="l",
34984  linebreak="al",
34985  unicodeslot=0x1202,
34986 },
34987 [0x1203]={
34988  category="lo",
34989  description="ETHIOPIC SYLLABLE HAA",
34990  direction="l",
34991  linebreak="al",
34992  unicodeslot=0x1203,
34993 },
34994 [0x1204]={
34995  category="lo",
34996  description="ETHIOPIC SYLLABLE HEE",
34997  direction="l",
34998  linebreak="al",
34999  unicodeslot=0x1204,
35000 },
35001 [0x1205]={
35002  category="lo",
35003  description="ETHIOPIC SYLLABLE HE",
35004  direction="l",
35005  linebreak="al",
35006  unicodeslot=0x1205,
35007 },
35008 [0x1206]={
35009  category="lo",
35010  description="ETHIOPIC SYLLABLE HO",
35011  direction="l",
35012  linebreak="al",
35013  unicodeslot=0x1206,
35014 },
35015 [0x1207]={
35016  category="lo",
35017  description="ETHIOPIC SYLLABLE HOA",
35018  direction="l",
35019  linebreak="al",
35020  unicodeslot=0x1207,
35021 },
35022 [0x1208]={
35023  category="lo",
35024  description="ETHIOPIC SYLLABLE LA",
35025  direction="l",
35026  linebreak="al",
35027  unicodeslot=0x1208,
35028 },
35029 [0x1209]={
35030  category="lo",
35031  description="ETHIOPIC SYLLABLE LU",
35032  direction="l",
35033  linebreak="al",
35034  unicodeslot=0x1209,
35035 },
35036 [0x120A]={
35037  category="lo",
35038  description="ETHIOPIC SYLLABLE LI",
35039  direction="l",
35040  linebreak="al",
35041  unicodeslot=0x120A,
35042 },
35043 [0x120B]={
35044  category="lo",
35045  description="ETHIOPIC SYLLABLE LAA",
35046  direction="l",
35047  linebreak="al",
35048  unicodeslot=0x120B,
35049 },
35050 [0x120C]={
35051  category="lo",
35052  description="ETHIOPIC SYLLABLE LEE",
35053  direction="l",
35054  linebreak="al",
35055  unicodeslot=0x120C,
35056 },
35057 [0x120D]={
35058  category="lo",
35059  description="ETHIOPIC SYLLABLE LE",
35060  direction="l",
35061  linebreak="al",
35062  unicodeslot=0x120D,
35063 },
35064 [0x120E]={
35065  category="lo",
35066  description="ETHIOPIC SYLLABLE LO",
35067  direction="l",
35068  linebreak="al",
35069  unicodeslot=0x120E,
35070 },
35071 [0x120F]={
35072  category="lo",
35073  description="ETHIOPIC SYLLABLE LWA",
35074  direction="l",
35075  linebreak="al",
35076  unicodeslot=0x120F,
35077 },
35078 [0x1210]={
35079  category="lo",
35080  description="ETHIOPIC SYLLABLE HHA",
35081  direction="l",
35082  linebreak="al",
35083  unicodeslot=0x1210,
35084 },
35085 [0x1211]={
35086  category="lo",
35087  description="ETHIOPIC SYLLABLE HHU",
35088  direction="l",
35089  linebreak="al",
35090  unicodeslot=0x1211,
35091 },
35092 [0x1212]={
35093  category="lo",
35094  description="ETHIOPIC SYLLABLE HHI",
35095  direction="l",
35096  linebreak="al",
35097  unicodeslot=0x1212,
35098 },
35099 [0x1213]={
35100  category="lo",
35101  description="ETHIOPIC SYLLABLE HHAA",
35102  direction="l",
35103  linebreak="al",
35104  unicodeslot=0x1213,
35105 },
35106 [0x1214]={
35107  category="lo",
35108  description="ETHIOPIC SYLLABLE HHEE",
35109  direction="l",
35110  linebreak="al",
35111  unicodeslot=0x1214,
35112 },
35113 [0x1215]={
35114  category="lo",
35115  description="ETHIOPIC SYLLABLE HHE",
35116  direction="l",
35117  linebreak="al",
35118  unicodeslot=0x1215,
35119 },
35120 [0x1216]={
35121  category="lo",
35122  description="ETHIOPIC SYLLABLE HHO",
35123  direction="l",
35124  linebreak="al",
35125  unicodeslot=0x1216,
35126 },
35127 [0x1217]={
35128  category="lo",
35129  description="ETHIOPIC SYLLABLE HHWA",
35130  direction="l",
35131  linebreak="al",
35132  unicodeslot=0x1217,
35133 },
35134 [0x1218]={
35135  category="lo",
35136  description="ETHIOPIC SYLLABLE MA",
35137  direction="l",
35138  linebreak="al",
35139  unicodeslot=0x1218,
35140 },
35141 [0x1219]={
35142  category="lo",
35143  description="ETHIOPIC SYLLABLE MU",
35144  direction="l",
35145  linebreak="al",
35146  unicodeslot=0x1219,
35147 },
35148 [0x121A]={
35149  category="lo",
35150  description="ETHIOPIC SYLLABLE MI",
35151  direction="l",
35152  linebreak="al",
35153  unicodeslot=0x121A,
35154 },
35155 [0x121B]={
35156  category="lo",
35157  description="ETHIOPIC SYLLABLE MAA",
35158  direction="l",
35159  linebreak="al",
35160  unicodeslot=0x121B,
35161 },
35162 [0x121C]={
35163  category="lo",
35164  description="ETHIOPIC SYLLABLE MEE",
35165  direction="l",
35166  linebreak="al",
35167  unicodeslot=0x121C,
35168 },
35169 [0x121D]={
35170  category="lo",
35171  description="ETHIOPIC SYLLABLE ME",
35172  direction="l",
35173  linebreak="al",
35174  unicodeslot=0x121D,
35175 },
35176 [0x121E]={
35177  category="lo",
35178  description="ETHIOPIC SYLLABLE MO",
35179  direction="l",
35180  linebreak="al",
35181  unicodeslot=0x121E,
35182 },
35183 [0x121F]={
35184  category="lo",
35185  description="ETHIOPIC SYLLABLE MWA",
35186  direction="l",
35187  linebreak="al",
35188  unicodeslot=0x121F,
35189 },
35190 [0x1220]={
35191  category="lo",
35192  description="ETHIOPIC SYLLABLE SZA",
35193  direction="l",
35194  linebreak="al",
35195  unicodeslot=0x1220,
35196 },
35197 [0x1221]={
35198  category="lo",
35199  description="ETHIOPIC SYLLABLE SZU",
35200  direction="l",
35201  linebreak="al",
35202  unicodeslot=0x1221,
35203 },
35204 [0x1222]={
35205  category="lo",
35206  description="ETHIOPIC SYLLABLE SZI",
35207  direction="l",
35208  linebreak="al",
35209  unicodeslot=0x1222,
35210 },
35211 [0x1223]={
35212  category="lo",
35213  description="ETHIOPIC SYLLABLE SZAA",
35214  direction="l",
35215  linebreak="al",
35216  unicodeslot=0x1223,
35217 },
35218 [0x1224]={
35219  category="lo",
35220  description="ETHIOPIC SYLLABLE SZEE",
35221  direction="l",
35222  linebreak="al",
35223  unicodeslot=0x1224,
35224 },
35225 [0x1225]={
35226  category="lo",
35227  description="ETHIOPIC SYLLABLE SZE",
35228  direction="l",
35229  linebreak="al",
35230  unicodeslot=0x1225,
35231 },
35232 [0x1226]={
35233  category="lo",
35234  description="ETHIOPIC SYLLABLE SZO",
35235  direction="l",
35236  linebreak="al",
35237  unicodeslot=0x1226,
35238 },
35239 [0x1227]={
35240  category="lo",
35241  description="ETHIOPIC SYLLABLE SZWA",
35242  direction="l",
35243  linebreak="al",
35244  unicodeslot=0x1227,
35245 },
35246 [0x1228]={
35247  category="lo",
35248  description="ETHIOPIC SYLLABLE RA",
35249  direction="l",
35250  linebreak="al",
35251  unicodeslot=0x1228,
35252 },
35253 [0x1229]={
35254  category="lo",
35255  description="ETHIOPIC SYLLABLE RU",
35256  direction="l",
35257  linebreak="al",
35258  unicodeslot=0x1229,
35259 },
35260 [0x122A]={
35261  category="lo",
35262  description="ETHIOPIC SYLLABLE RI",
35263  direction="l",
35264  linebreak="al",
35265  unicodeslot=0x122A,
35266 },
35267 [0x122B]={
35268  category="lo",
35269  description="ETHIOPIC SYLLABLE RAA",
35270  direction="l",
35271  linebreak="al",
35272  unicodeslot=0x122B,
35273 },
35274 [0x122C]={
35275  category="lo",
35276  description="ETHIOPIC SYLLABLE REE",
35277  direction="l",
35278  linebreak="al",
35279  unicodeslot=0x122C,
35280 },
35281 [0x122D]={
35282  category="lo",
35283  description="ETHIOPIC SYLLABLE RE",
35284  direction="l",
35285  linebreak="al",
35286  unicodeslot=0x122D,
35287 },
35288 [0x122E]={
35289  category="lo",
35290  description="ETHIOPIC SYLLABLE RO",
35291  direction="l",
35292  linebreak="al",
35293  unicodeslot=0x122E,
35294 },
35295 [0x122F]={
35296  category="lo",
35297  description="ETHIOPIC SYLLABLE RWA",
35298  direction="l",
35299  linebreak="al",
35300  unicodeslot=0x122F,
35301 },
35302 [0x1230]={
35303  category="lo",
35304  description="ETHIOPIC SYLLABLE SA",
35305  direction="l",
35306  linebreak="al",
35307  unicodeslot=0x1230,
35308 },
35309 [0x1231]={
35310  category="lo",
35311  description="ETHIOPIC SYLLABLE SU",
35312  direction="l",
35313  linebreak="al",
35314  unicodeslot=0x1231,
35315 },
35316 [0x1232]={
35317  category="lo",
35318  description="ETHIOPIC SYLLABLE SI",
35319  direction="l",
35320  linebreak="al",
35321  unicodeslot=0x1232,
35322 },
35323 [0x1233]={
35324  category="lo",
35325  description="ETHIOPIC SYLLABLE SAA",
35326  direction="l",
35327  linebreak="al",
35328  unicodeslot=0x1233,
35329 },
35330 [0x1234]={
35331  category="lo",
35332  description="ETHIOPIC SYLLABLE SEE",
35333  direction="l",
35334  linebreak="al",
35335  unicodeslot=0x1234,
35336 },
35337 [0x1235]={
35338  category="lo",
35339  description="ETHIOPIC SYLLABLE SE",
35340  direction="l",
35341  linebreak="al",
35342  unicodeslot=0x1235,
35343 },
35344 [0x1236]={
35345  category="lo",
35346  description="ETHIOPIC SYLLABLE SO",
35347  direction="l",
35348  linebreak="al",
35349  unicodeslot=0x1236,
35350 },
35351 [0x1237]={
35352  category="lo",
35353  description="ETHIOPIC SYLLABLE SWA",
35354  direction="l",
35355  linebreak="al",
35356  unicodeslot=0x1237,
35357 },
35358 [0x1238]={
35359  category="lo",
35360  description="ETHIOPIC SYLLABLE SHA",
35361  direction="l",
35362  linebreak="al",
35363  unicodeslot=0x1238,
35364 },
35365 [0x1239]={
35366  category="lo",
35367  description="ETHIOPIC SYLLABLE SHU",
35368  direction="l",
35369  linebreak="al",
35370  unicodeslot=0x1239,
35371 },
35372 [0x123A]={
35373  category="lo",
35374  description="ETHIOPIC SYLLABLE SHI",
35375  direction="l",
35376  linebreak="al",
35377  unicodeslot=0x123A,
35378 },
35379 [0x123B]={
35380  category="lo",
35381  description="ETHIOPIC SYLLABLE SHAA",
35382  direction="l",
35383  linebreak="al",
35384  unicodeslot=0x123B,
35385 },
35386 [0x123C]={
35387  category="lo",
35388  description="ETHIOPIC SYLLABLE SHEE",
35389  direction="l",
35390  linebreak="al",
35391  unicodeslot=0x123C,
35392 },
35393 [0x123D]={
35394  category="lo",
35395  description="ETHIOPIC SYLLABLE SHE",
35396  direction="l",
35397  linebreak="al",
35398  unicodeslot=0x123D,
35399 },
35400 [0x123E]={
35401  category="lo",
35402  description="ETHIOPIC SYLLABLE SHO",
35403  direction="l",
35404  linebreak="al",
35405  unicodeslot=0x123E,
35406 },
35407 [0x123F]={
35408  category="lo",
35409  description="ETHIOPIC SYLLABLE SHWA",
35410  direction="l",
35411  linebreak="al",
35412  unicodeslot=0x123F,
35413 },
35414 [0x1240]={
35415  category="lo",
35416  description="ETHIOPIC SYLLABLE QA",
35417  direction="l",
35418  linebreak="al",
35419  unicodeslot=0x1240,
35420 },
35421 [0x1241]={
35422  category="lo",
35423  description="ETHIOPIC SYLLABLE QU",
35424  direction="l",
35425  linebreak="al",
35426  unicodeslot=0x1241,
35427 },
35428 [0x1242]={
35429  category="lo",
35430  description="ETHIOPIC SYLLABLE QI",
35431  direction="l",
35432  linebreak="al",
35433  unicodeslot=0x1242,
35434 },
35435 [0x1243]={
35436  category="lo",
35437  description="ETHIOPIC SYLLABLE QAA",
35438  direction="l",
35439  linebreak="al",
35440  unicodeslot=0x1243,
35441 },
35442 [0x1244]={
35443  category="lo",
35444  description="ETHIOPIC SYLLABLE QEE",
35445  direction="l",
35446  linebreak="al",
35447  unicodeslot=0x1244,
35448 },
35449 [0x1245]={
35450  category="lo",
35451  description="ETHIOPIC SYLLABLE QE",
35452  direction="l",
35453  linebreak="al",
35454  unicodeslot=0x1245,
35455 },
35456 [0x1246]={
35457  category="lo",
35458  description="ETHIOPIC SYLLABLE QO",
35459  direction="l",
35460  linebreak="al",
35461  unicodeslot=0x1246,
35462 },
35463 [0x1247]={
35464  category="lo",
35465  description="ETHIOPIC SYLLABLE QOA",
35466  direction="l",
35467  linebreak="al",
35468  unicodeslot=0x1247,
35469 },
35470 [0x1248]={
35471  category="lo",
35472  description="ETHIOPIC SYLLABLE QWA",
35473  direction="l",
35474  linebreak="al",
35475  unicodeslot=0x1248,
35476 },
35477 [0x124A]={
35478  category="lo",
35479  description="ETHIOPIC SYLLABLE QWI",
35480  direction="l",
35481  linebreak="al",
35482  unicodeslot=0x124A,
35483 },
35484 [0x124B]={
35485  category="lo",
35486  description="ETHIOPIC SYLLABLE QWAA",
35487  direction="l",
35488  linebreak="al",
35489  unicodeslot=0x124B,
35490 },
35491 [0x124C]={
35492  category="lo",
35493  description="ETHIOPIC SYLLABLE QWEE",
35494  direction="l",
35495  linebreak="al",
35496  unicodeslot=0x124C,
35497 },
35498 [0x124D]={
35499  category="lo",
35500  description="ETHIOPIC SYLLABLE QWE",
35501  direction="l",
35502  linebreak="al",
35503  unicodeslot=0x124D,
35504 },
35505 [0x1250]={
35506  category="lo",
35507  description="ETHIOPIC SYLLABLE QHA",
35508  direction="l",
35509  linebreak="al",
35510  unicodeslot=0x1250,
35511 },
35512 [0x1251]={
35513  category="lo",
35514  description="ETHIOPIC SYLLABLE QHU",
35515  direction="l",
35516  linebreak="al",
35517  unicodeslot=0x1251,
35518 },
35519 [0x1252]={
35520  category="lo",
35521  description="ETHIOPIC SYLLABLE QHI",
35522  direction="l",
35523  linebreak="al",
35524  unicodeslot=0x1252,
35525 },
35526 [0x1253]={
35527  category="lo",
35528  description="ETHIOPIC SYLLABLE QHAA",
35529  direction="l",
35530  linebreak="al",
35531  unicodeslot=0x1253,
35532 },
35533 [0x1254]={
35534  category="lo",
35535  description="ETHIOPIC SYLLABLE QHEE",
35536  direction="l",
35537  linebreak="al",
35538  unicodeslot=0x1254,
35539 },
35540 [0x1255]={
35541  category="lo",
35542  description="ETHIOPIC SYLLABLE QHE",
35543  direction="l",
35544  linebreak="al",
35545  unicodeslot=0x1255,
35546 },
35547 [0x1256]={
35548  category="lo",
35549  description="ETHIOPIC SYLLABLE QHO",
35550  direction="l",
35551  linebreak="al",
35552  unicodeslot=0x1256,
35553 },
35554 [0x1258]={
35555  category="lo",
35556  description="ETHIOPIC SYLLABLE QHWA",
35557  direction="l",
35558  linebreak="al",
35559  unicodeslot=0x1258,
35560 },
35561 [0x125A]={
35562  category="lo",
35563  description="ETHIOPIC SYLLABLE QHWI",
35564  direction="l",
35565  linebreak="al",
35566  unicodeslot=0x125A,
35567 },
35568 [0x125B]={
35569  category="lo",
35570  description="ETHIOPIC SYLLABLE QHWAA",
35571  direction="l",
35572  linebreak="al",
35573  unicodeslot=0x125B,
35574 },
35575 [0x125C]={
35576  category="lo",
35577  description="ETHIOPIC SYLLABLE QHWEE",
35578  direction="l",
35579  linebreak="al",
35580  unicodeslot=0x125C,
35581 },
35582 [0x125D]={
35583  category="lo",
35584  description="ETHIOPIC SYLLABLE QHWE",
35585  direction="l",
35586  linebreak="al",
35587  unicodeslot=0x125D,
35588 },
35589 [0x1260]={
35590  category="lo",
35591  description="ETHIOPIC SYLLABLE BA",
35592  direction="l",
35593  linebreak="al",
35594  unicodeslot=0x1260,
35595 },
35596 [0x1261]={
35597  category="lo",
35598  description="ETHIOPIC SYLLABLE BU",
35599  direction="l",
35600  linebreak="al",
35601  unicodeslot=0x1261,
35602 },
35603 [0x1262]={
35604  category="lo",
35605  description="ETHIOPIC SYLLABLE BI",
35606  direction="l",
35607  linebreak="al",
35608  unicodeslot=0x1262,
35609 },
35610 [0x1263]={
35611  category="lo",
35612  description="ETHIOPIC SYLLABLE BAA",
35613  direction="l",
35614  linebreak="al",
35615  unicodeslot=0x1263,
35616 },
35617 [0x1264]={
35618  category="lo",
35619  description="ETHIOPIC SYLLABLE BEE",
35620  direction="l",
35621  linebreak="al",
35622  unicodeslot=0x1264,
35623 },
35624 [0x1265]={
35625  category="lo",
35626  description="ETHIOPIC SYLLABLE BE",
35627  direction="l",
35628  linebreak="al",
35629  unicodeslot=0x1265,
35630 },
35631 [0x1266]={
35632  category="lo",
35633  description="ETHIOPIC SYLLABLE BO",
35634  direction="l",
35635  linebreak="al",
35636  unicodeslot=0x1266,
35637 },
35638 [0x1267]={
35639  category="lo",
35640  description="ETHIOPIC SYLLABLE BWA",
35641  direction="l",
35642  linebreak="al",
35643  unicodeslot=0x1267,
35644 },
35645 [0x1268]={
35646  category="lo",
35647  description="ETHIOPIC SYLLABLE VA",
35648  direction="l",
35649  linebreak="al",
35650  unicodeslot=0x1268,
35651 },
35652 [0x1269]={
35653  category="lo",
35654  description="ETHIOPIC SYLLABLE VU",
35655  direction="l",
35656  linebreak="al",
35657  unicodeslot=0x1269,
35658 },
35659 [0x126A]={
35660  category="lo",
35661  description="ETHIOPIC SYLLABLE VI",
35662  direction="l",
35663  linebreak="al",
35664  unicodeslot=0x126A,
35665 },
35666 [0x126B]={
35667  category="lo",
35668  description="ETHIOPIC SYLLABLE VAA",
35669  direction="l",
35670  linebreak="al",
35671  unicodeslot=0x126B,
35672 },
35673 [0x126C]={
35674  category="lo",
35675  description="ETHIOPIC SYLLABLE VEE",
35676  direction="l",
35677  linebreak="al",
35678  unicodeslot=0x126C,
35679 },
35680 [0x126D]={
35681  category="lo",
35682  description="ETHIOPIC SYLLABLE VE",
35683  direction="l",
35684  linebreak="al",
35685  unicodeslot=0x126D,
35686 },
35687 [0x126E]={
35688  category="lo",
35689  description="ETHIOPIC SYLLABLE VO",
35690  direction="l",
35691  linebreak="al",
35692  unicodeslot=0x126E,
35693 },
35694 [0x126F]={
35695  category="lo",
35696  description="ETHIOPIC SYLLABLE VWA",
35697  direction="l",
35698  linebreak="al",
35699  unicodeslot=0x126F,
35700 },
35701 [0x1270]={
35702  category="lo",
35703  description="ETHIOPIC SYLLABLE TA",
35704  direction="l",
35705  linebreak="al",
35706  unicodeslot=0x1270,
35707 },
35708 [0x1271]={
35709  category="lo",
35710  description="ETHIOPIC SYLLABLE TU",
35711  direction="l",
35712  linebreak="al",
35713  unicodeslot=0x1271,
35714 },
35715 [0x1272]={
35716  category="lo",
35717  description="ETHIOPIC SYLLABLE TI",
35718  direction="l",
35719  linebreak="al",
35720  unicodeslot=0x1272,
35721 },
35722 [0x1273]={
35723  category="lo",
35724  description="ETHIOPIC SYLLABLE TAA",
35725  direction="l",
35726  linebreak="al",
35727  unicodeslot=0x1273,
35728 },
35729 [0x1274]={
35730  category="lo",
35731  description="ETHIOPIC SYLLABLE TEE",
35732  direction="l",
35733  linebreak="al",
35734  unicodeslot=0x1274,
35735 },
35736 [0x1275]={
35737  category="lo",
35738  description="ETHIOPIC SYLLABLE TE",
35739  direction="l",
35740  linebreak="al",
35741  unicodeslot=0x1275,
35742 },
35743 [0x1276]={
35744  category="lo",
35745  description="ETHIOPIC SYLLABLE TO",
35746  direction="l",
35747  linebreak="al",
35748  unicodeslot=0x1276,
35749 },
35750 [0x1277]={
35751  category="lo",
35752  description="ETHIOPIC SYLLABLE TWA",
35753  direction="l",
35754  linebreak="al",
35755  unicodeslot=0x1277,
35756 },
35757 [0x1278]={
35758  category="lo",
35759  description="ETHIOPIC SYLLABLE CA",
35760  direction="l",
35761  linebreak="al",
35762  unicodeslot=0x1278,
35763 },
35764 [0x1279]={
35765  category="lo",
35766  description="ETHIOPIC SYLLABLE CU",
35767  direction="l",
35768  linebreak="al",
35769  unicodeslot=0x1279,
35770 },
35771 [0x127A]={
35772  category="lo",
35773  description="ETHIOPIC SYLLABLE CI",
35774  direction="l",
35775  linebreak="al",
35776  unicodeslot=0x127A,
35777 },
35778 [0x127B]={
35779  category="lo",
35780  description="ETHIOPIC SYLLABLE CAA",
35781  direction="l",
35782  linebreak="al",
35783  unicodeslot=0x127B,
35784 },
35785 [0x127C]={
35786  category="lo",
35787  description="ETHIOPIC SYLLABLE CEE",
35788  direction="l",
35789  linebreak="al",
35790  unicodeslot=0x127C,
35791 },
35792 [0x127D]={
35793  category="lo",
35794  description="ETHIOPIC SYLLABLE CE",
35795  direction="l",
35796  linebreak="al",
35797  unicodeslot=0x127D,
35798 },
35799 [0x127E]={
35800  category="lo",
35801  description="ETHIOPIC SYLLABLE CO",
35802  direction="l",
35803  linebreak="al",
35804  unicodeslot=0x127E,
35805 },
35806 [0x127F]={
35807  category="lo",
35808  description="ETHIOPIC SYLLABLE CWA",
35809  direction="l",
35810  linebreak="al",
35811  unicodeslot=0x127F,
35812 },
35813 [0x1280]={
35814  category="lo",
35815  description="ETHIOPIC SYLLABLE XA",
35816  direction="l",
35817  linebreak="al",
35818  unicodeslot=0x1280,
35819 },
35820 [0x1281]={
35821  category="lo",
35822  description="ETHIOPIC SYLLABLE XU",
35823  direction="l",
35824  linebreak="al",
35825  unicodeslot=0x1281,
35826 },
35827 [0x1282]={
35828  category="lo",
35829  description="ETHIOPIC SYLLABLE XI",
35830  direction="l",
35831  linebreak="al",
35832  unicodeslot=0x1282,
35833 },
35834 [0x1283]={
35835  category="lo",
35836  description="ETHIOPIC SYLLABLE XAA",
35837  direction="l",
35838  linebreak="al",
35839  unicodeslot=0x1283,
35840 },
35841 [0x1284]={
35842  category="lo",
35843  description="ETHIOPIC SYLLABLE XEE",
35844  direction="l",
35845  linebreak="al",
35846  unicodeslot=0x1284,
35847 },
35848 [0x1285]={
35849  category="lo",
35850  description="ETHIOPIC SYLLABLE XE",
35851  direction="l",
35852  linebreak="al",
35853  unicodeslot=0x1285,
35854 },
35855 [0x1286]={
35856  category="lo",
35857  description="ETHIOPIC SYLLABLE XO",
35858  direction="l",
35859  linebreak="al",
35860  unicodeslot=0x1286,
35861 },
35862 [0x1287]={
35863  category="lo",
35864  description="ETHIOPIC SYLLABLE XOA",
35865  direction="l",
35866  linebreak="al",
35867  unicodeslot=0x1287,
35868 },
35869 [0x1288]={
35870  category="lo",
35871  description="ETHIOPIC SYLLABLE XWA",
35872  direction="l",
35873  linebreak="al",
35874  unicodeslot=0x1288,
35875 },
35876 [0x128A]={
35877  category="lo",
35878  description="ETHIOPIC SYLLABLE XWI",
35879  direction="l",
35880  linebreak="al",
35881  unicodeslot=0x128A,
35882 },
35883 [0x128B]={
35884  category="lo",
35885  description="ETHIOPIC SYLLABLE XWAA",
35886  direction="l",
35887  linebreak="al",
35888  unicodeslot=0x128B,
35889 },
35890 [0x128C]={
35891  category="lo",
35892  description="ETHIOPIC SYLLABLE XWEE",
35893  direction="l",
35894  linebreak="al",
35895  unicodeslot=0x128C,
35896 },
35897 [0x128D]={
35898  category="lo",
35899  description="ETHIOPIC SYLLABLE XWE",
35900  direction="l",
35901  linebreak="al",
35902  unicodeslot=0x128D,
35903 },
35904 [0x1290]={
35905  category="lo",
35906  description="ETHIOPIC SYLLABLE NA",
35907  direction="l",
35908  linebreak="al",
35909  unicodeslot=0x1290,
35910 },
35911 [0x1291]={
35912  category="lo",
35913  description="ETHIOPIC SYLLABLE NU",
35914  direction="l",
35915  linebreak="al",
35916  unicodeslot=0x1291,
35917 },
35918 [0x1292]={
35919  category="lo",
35920  description="ETHIOPIC SYLLABLE NI",
35921  direction="l",
35922  linebreak="al",
35923  unicodeslot=0x1292,
35924 },
35925 [0x1293]={
35926  category="lo",
35927  description="ETHIOPIC SYLLABLE NAA",
35928  direction="l",
35929  linebreak="al",
35930  unicodeslot=0x1293,
35931 },
35932 [0x1294]={
35933  category="lo",
35934  description="ETHIOPIC SYLLABLE NEE",
35935  direction="l",
35936  linebreak="al",
35937  unicodeslot=0x1294,
35938 },
35939 [0x1295]={
35940  category="lo",
35941  description="ETHIOPIC SYLLABLE NE",
35942  direction="l",
35943  linebreak="al",
35944  unicodeslot=0x1295,
35945 },
35946 [0x1296]={
35947  category="lo",
35948  description="ETHIOPIC SYLLABLE NO",
35949  direction="l",
35950  linebreak="al",
35951  unicodeslot=0x1296,
35952 },
35953 [0x1297]={
35954  category="lo",
35955  description="ETHIOPIC SYLLABLE NWA",
35956  direction="l",
35957  linebreak="al",
35958  unicodeslot=0x1297,
35959 },
35960 [0x1298]={
35961  category="lo",
35962  description="ETHIOPIC SYLLABLE NYA",
35963  direction="l",
35964  linebreak="al",
35965  unicodeslot=0x1298,
35966 },
35967 [0x1299]={
35968  category="lo",
35969  description="ETHIOPIC SYLLABLE NYU",
35970  direction="l",
35971  linebreak="al",
35972  unicodeslot=0x1299,
35973 },
35974 [0x129A]={
35975  category="lo",
35976  description="ETHIOPIC SYLLABLE NYI",
35977  direction="l",
35978  linebreak="al",
35979  unicodeslot=0x129A,
35980 },
35981 [0x129B]={
35982  category="lo",
35983  description="ETHIOPIC SYLLABLE NYAA",
35984  direction="l",
35985  linebreak="al",
35986  unicodeslot=0x129B,
35987 },
35988 [0x129C]={
35989  category="lo",
35990  description="ETHIOPIC SYLLABLE NYEE",
35991  direction="l",
35992  linebreak="al",
35993  unicodeslot=0x129C,
35994 },
35995 [0x129D]={
35996  category="lo",
35997  description="ETHIOPIC SYLLABLE NYE",
35998  direction="l",
35999  linebreak="al",
36000  unicodeslot=0x129D,
36001 },
36002 [0x129E]={
36003  category="lo",
36004  description="ETHIOPIC SYLLABLE NYO",
36005  direction="l",
36006  linebreak="al",
36007  unicodeslot=0x129E,
36008 },
36009 [0x129F]={
36010  category="lo",
36011  description="ETHIOPIC SYLLABLE NYWA",
36012  direction="l",
36013  linebreak="al",
36014  unicodeslot=0x129F,
36015 },
36016 [0x12A0]={
36017  category="lo",
36018  description="ETHIOPIC SYLLABLE GLOTTAL A",
36019  direction="l",
36020  linebreak="al",
36021  unicodeslot=0x12A0,
36022 },
36023 [0x12A1]={
36024  category="lo",
36025  description="ETHIOPIC SYLLABLE GLOTTAL U",
36026  direction="l",
36027  linebreak="al",
36028  unicodeslot=0x12A1,
36029 },
36030 [0x12A2]={
36031  category="lo",
36032  description="ETHIOPIC SYLLABLE GLOTTAL I",
36033  direction="l",
36034  linebreak="al",
36035  unicodeslot=0x12A2,
36036 },
36037 [0x12A3]={
36038  category="lo",
36039  description="ETHIOPIC SYLLABLE GLOTTAL AA",
36040  direction="l",
36041  linebreak="al",
36042  unicodeslot=0x12A3,
36043 },
36044 [0x12A4]={
36045  category="lo",
36046  description="ETHIOPIC SYLLABLE GLOTTAL EE",
36047  direction="l",
36048  linebreak="al",
36049  unicodeslot=0x12A4,
36050 },
36051 [0x12A5]={
36052  category="lo",
36053  description="ETHIOPIC SYLLABLE GLOTTAL E",
36054  direction="l",
36055  linebreak="al",
36056  unicodeslot=0x12A5,
36057 },
36058 [0x12A6]={
36059  category="lo",
36060  description="ETHIOPIC SYLLABLE GLOTTAL O",
36061  direction="l",
36062  linebreak="al",
36063  unicodeslot=0x12A6,
36064 },
36065 [0x12A7]={
36066  category="lo",
36067  description="ETHIOPIC SYLLABLE GLOTTAL WA",
36068  direction="l",
36069  linebreak="al",
36070  unicodeslot=0x12A7,
36071 },
36072 [0x12A8]={
36073  category="lo",
36074  description="ETHIOPIC SYLLABLE KA",
36075  direction="l",
36076  linebreak="al",
36077  unicodeslot=0x12A8,
36078 },
36079 [0x12A9]={
36080  category="lo",
36081  description="ETHIOPIC SYLLABLE KU",
36082  direction="l",
36083  linebreak="al",
36084  unicodeslot=0x12A9,
36085 },
36086 [0x12AA]={
36087  category="lo",
36088  description="ETHIOPIC SYLLABLE KI",
36089  direction="l",
36090  linebreak="al",
36091  unicodeslot=0x12AA,
36092 },
36093 [0x12AB]={
36094  category="lo",
36095  description="ETHIOPIC SYLLABLE KAA",
36096  direction="l",
36097  linebreak="al",
36098  unicodeslot=0x12AB,
36099 },
36100 [0x12AC]={
36101  category="lo",
36102  description="ETHIOPIC SYLLABLE KEE",
36103  direction="l",
36104  linebreak="al",
36105  unicodeslot=0x12AC,
36106 },
36107 [0x12AD]={
36108  category="lo",
36109  description="ETHIOPIC SYLLABLE KE",
36110  direction="l",
36111  linebreak="al",
36112  unicodeslot=0x12AD,
36113 },
36114 [0x12AE]={
36115  category="lo",
36116  description="ETHIOPIC SYLLABLE KO",
36117  direction="l",
36118  linebreak="al",
36119  unicodeslot=0x12AE,
36120 },
36121 [0x12AF]={
36122  category="lo",
36123  description="ETHIOPIC SYLLABLE KOA",
36124  direction="l",
36125  linebreak="al",
36126  unicodeslot=0x12AF,
36127 },
36128 [0x12B0]={
36129  category="lo",
36130  description="ETHIOPIC SYLLABLE KWA",
36131  direction="l",
36132  linebreak="al",
36133  unicodeslot=0x12B0,
36134 },
36135 [0x12B2]={
36136  category="lo",
36137  description="ETHIOPIC SYLLABLE KWI",
36138  direction="l",
36139  linebreak="al",
36140  unicodeslot=0x12B2,
36141 },
36142 [0x12B3]={
36143  category="lo",
36144  description="ETHIOPIC SYLLABLE KWAA",
36145  direction="l",
36146  linebreak="al",
36147  unicodeslot=0x12B3,
36148 },
36149 [0x12B4]={
36150  category="lo",
36151  description="ETHIOPIC SYLLABLE KWEE",
36152  direction="l",
36153  linebreak="al",
36154  unicodeslot=0x12B4,
36155 },
36156 [0x12B5]={
36157  category="lo",
36158  description="ETHIOPIC SYLLABLE KWE",
36159  direction="l",
36160  linebreak="al",
36161  unicodeslot=0x12B5,
36162 },
36163 [0x12B8]={
36164  category="lo",
36165  description="ETHIOPIC SYLLABLE KXA",
36166  direction="l",
36167  linebreak="al",
36168  unicodeslot=0x12B8,
36169 },
36170 [0x12B9]={
36171  category="lo",
36172  description="ETHIOPIC SYLLABLE KXU",
36173  direction="l",
36174  linebreak="al",
36175  unicodeslot=0x12B9,
36176 },
36177 [0x12BA]={
36178  category="lo",
36179  description="ETHIOPIC SYLLABLE KXI",
36180  direction="l",
36181  linebreak="al",
36182  unicodeslot=0x12BA,
36183 },
36184 [0x12BB]={
36185  category="lo",
36186  description="ETHIOPIC SYLLABLE KXAA",
36187  direction="l",
36188  linebreak="al",
36189  unicodeslot=0x12BB,
36190 },
36191 [0x12BC]={
36192  category="lo",
36193  description="ETHIOPIC SYLLABLE KXEE",
36194  direction="l",
36195  linebreak="al",
36196  unicodeslot=0x12BC,
36197 },
36198 [0x12BD]={
36199  category="lo",
36200  description="ETHIOPIC SYLLABLE KXE",
36201  direction="l",
36202  linebreak="al",
36203  unicodeslot=0x12BD,
36204 },
36205 [0x12BE]={
36206  category="lo",
36207  description="ETHIOPIC SYLLABLE KXO",
36208  direction="l",
36209  linebreak="al",
36210  unicodeslot=0x12BE,
36211 },
36212 [0x12C0]={
36213  category="lo",
36214  description="ETHIOPIC SYLLABLE KXWA",
36215  direction="l",
36216  linebreak="al",
36217  unicodeslot=0x12C0,
36218 },
36219 [0x12C2]={
36220  category="lo",
36221  description="ETHIOPIC SYLLABLE KXWI",
36222  direction="l",
36223  linebreak="al",
36224  unicodeslot=0x12C2,
36225 },
36226 [0x12C3]={
36227  category="lo",
36228  description="ETHIOPIC SYLLABLE KXWAA",
36229  direction="l",
36230  linebreak="al",
36231  unicodeslot=0x12C3,
36232 },
36233 [0x12C4]={
36234  category="lo",
36235  description="ETHIOPIC SYLLABLE KXWEE",
36236  direction="l",
36237  linebreak="al",
36238  unicodeslot=0x12C4,
36239 },
36240 [0x12C5]={
36241  category="lo",
36242  description="ETHIOPIC SYLLABLE KXWE",
36243  direction="l",
36244  linebreak="al",
36245  unicodeslot=0x12C5,
36246 },
36247 [0x12C8]={
36248  category="lo",
36249  description="ETHIOPIC SYLLABLE WA",
36250  direction="l",
36251  linebreak="al",
36252  unicodeslot=0x12C8,
36253 },
36254 [0x12C9]={
36255  category="lo",
36256  description="ETHIOPIC SYLLABLE WU",
36257  direction="l",
36258  linebreak="al",
36259  unicodeslot=0x12C9,
36260 },
36261 [0x12CA]={
36262  category="lo",
36263  description="ETHIOPIC SYLLABLE WI",
36264  direction="l",
36265  linebreak="al",
36266  unicodeslot=0x12CA,
36267 },
36268 [0x12CB]={
36269  category="lo",
36270  description="ETHIOPIC SYLLABLE WAA",
36271  direction="l",
36272  linebreak="al",
36273  unicodeslot=0x12CB,
36274 },
36275 [0x12CC]={
36276  category="lo",
36277  description="ETHIOPIC SYLLABLE WEE",
36278  direction="l",
36279  linebreak="al",
36280  unicodeslot=0x12CC,
36281 },
36282 [0x12CD]={
36283  category="lo",
36284  description="ETHIOPIC SYLLABLE WE",
36285  direction="l",
36286  linebreak="al",
36287  unicodeslot=0x12CD,
36288 },
36289 [0x12CE]={
36290  category="lo",
36291  description="ETHIOPIC SYLLABLE WO",
36292  direction="l",
36293  linebreak="al",
36294  unicodeslot=0x12CE,
36295 },
36296 [0x12CF]={
36297  category="lo",
36298  description="ETHIOPIC SYLLABLE WOA",
36299  direction="l",
36300  linebreak="al",
36301  unicodeslot=0x12CF,
36302 },
36303 [0x12D0]={
36304  category="lo",
36305  description="ETHIOPIC SYLLABLE PHARYNGEAL A",
36306  direction="l",
36307  linebreak="al",
36308  unicodeslot=0x12D0,
36309 },
36310 [0x12D1]={
36311  category="lo",
36312  description="ETHIOPIC SYLLABLE PHARYNGEAL U",
36313  direction="l",
36314  linebreak="al",
36315  unicodeslot=0x12D1,
36316 },
36317 [0x12D2]={
36318  category="lo",
36319  description="ETHIOPIC SYLLABLE PHARYNGEAL I",
36320  direction="l",
36321  linebreak="al",
36322  unicodeslot=0x12D2,
36323 },
36324 [0x12D3]={
36325  category="lo",
36326  description="ETHIOPIC SYLLABLE PHARYNGEAL AA",
36327  direction="l",
36328  linebreak="al",
36329  unicodeslot=0x12D3,
36330 },
36331 [0x12D4]={
36332  category="lo",
36333  description="ETHIOPIC SYLLABLE PHARYNGEAL EE",
36334  direction="l",
36335  linebreak="al",
36336  unicodeslot=0x12D4,
36337 },
36338 [0x12D5]={
36339  category="lo",
36340  description="ETHIOPIC SYLLABLE PHARYNGEAL E",
36341  direction="l",
36342  linebreak="al",
36343  unicodeslot=0x12D5,
36344 },
36345 [0x12D6]={
36346  category="lo",
36347  description="ETHIOPIC SYLLABLE PHARYNGEAL O",
36348  direction="l",
36349  linebreak="al",
36350  unicodeslot=0x12D6,
36351 },
36352 [0x12D8]={
36353  category="lo",
36354  description="ETHIOPIC SYLLABLE ZA",
36355  direction="l",
36356  linebreak="al",
36357  unicodeslot=0x12D8,
36358 },
36359 [0x12D9]={
36360  category="lo",
36361  description="ETHIOPIC SYLLABLE ZU",
36362  direction="l",
36363  linebreak="al",
36364  unicodeslot=0x12D9,
36365 },
36366 [0x12DA]={
36367  category="lo",
36368  description="ETHIOPIC SYLLABLE ZI",
36369  direction="l",
36370  linebreak="al",
36371  unicodeslot=0x12DA,
36372 },
36373 [0x12DB]={
36374  category="lo",
36375  description="ETHIOPIC SYLLABLE ZAA",
36376  direction="l",
36377  linebreak="al",
36378  unicodeslot=0x12DB,
36379 },
36380 [0x12DC]={
36381  category="lo",
36382  description="ETHIOPIC SYLLABLE ZEE",
36383  direction="l",
36384  linebreak="al",
36385  unicodeslot=0x12DC,
36386 },
36387 [0x12DD]={
36388  category="lo",
36389  description="ETHIOPIC SYLLABLE ZE",
36390  direction="l",
36391  linebreak="al",
36392  unicodeslot=0x12DD,
36393 },
36394 [0x12DE]={
36395  category="lo",
36396  description="ETHIOPIC SYLLABLE ZO",
36397  direction="l",
36398  linebreak="al",
36399  unicodeslot=0x12DE,
36400 },
36401 [0x12DF]={
36402  category="lo",
36403  description="ETHIOPIC SYLLABLE ZWA",
36404  direction="l",
36405  linebreak="al",
36406  unicodeslot=0x12DF,
36407 },
36408 [0x12E0]={
36409  category="lo",
36410  description="ETHIOPIC SYLLABLE ZHA",
36411  direction="l",
36412  linebreak="al",
36413  unicodeslot=0x12E0,
36414 },
36415 [0x12E1]={
36416  category="lo",
36417  description="ETHIOPIC SYLLABLE ZHU",
36418  direction="l",
36419  linebreak="al",
36420  unicodeslot=0x12E1,
36421 },
36422 [0x12E2]={
36423  category="lo",
36424  description="ETHIOPIC SYLLABLE ZHI",
36425  direction="l",
36426  linebreak="al",
36427  unicodeslot=0x12E2,
36428 },
36429 [0x12E3]={
36430  category="lo",
36431  description="ETHIOPIC SYLLABLE ZHAA",
36432  direction="l",
36433  linebreak="al",
36434  unicodeslot=0x12E3,
36435 },
36436 [0x12E4]={
36437  category="lo",
36438  description="ETHIOPIC SYLLABLE ZHEE",
36439  direction="l",
36440  linebreak="al",
36441  unicodeslot=0x12E4,
36442 },
36443 [0x12E5]={
36444  category="lo",
36445  description="ETHIOPIC SYLLABLE ZHE",
36446  direction="l",
36447  linebreak="al",
36448  unicodeslot=0x12E5,
36449 },
36450 [0x12E6]={
36451  category="lo",
36452  description="ETHIOPIC SYLLABLE ZHO",
36453  direction="l",
36454  linebreak="al",
36455  unicodeslot=0x12E6,
36456 },
36457 [0x12E7]={
36458  category="lo",
36459  description="ETHIOPIC SYLLABLE ZHWA",
36460  direction="l",
36461  linebreak="al",
36462  unicodeslot=0x12E7,
36463 },
36464 [0x12E8]={
36465  category="lo",
36466  description="ETHIOPIC SYLLABLE YA",
36467  direction="l",
36468  linebreak="al",
36469  unicodeslot=0x12E8,
36470 },
36471 [0x12E9]={
36472  category="lo",
36473  description="ETHIOPIC SYLLABLE YU",
36474  direction="l",
36475  linebreak="al",
36476  unicodeslot=0x12E9,
36477 },
36478 [0x12EA]={
36479  category="lo",
36480  description="ETHIOPIC SYLLABLE YI",
36481  direction="l",
36482  linebreak="al",
36483  unicodeslot=0x12EA,
36484 },
36485 [0x12EB]={
36486  category="lo",
36487  description="ETHIOPIC SYLLABLE YAA",
36488  direction="l",
36489  linebreak="al",
36490  unicodeslot=0x12EB,
36491 },
36492 [0x12EC]={
36493  category="lo",
36494  description="ETHIOPIC SYLLABLE YEE",
36495  direction="l",
36496  linebreak="al",
36497  unicodeslot=0x12EC,
36498 },
36499 [0x12ED]={
36500  category="lo",
36501  description="ETHIOPIC SYLLABLE YE",
36502  direction="l",
36503  linebreak="al",
36504  unicodeslot=0x12ED,
36505 },
36506 [0x12EE]={
36507  category="lo",
36508  description="ETHIOPIC SYLLABLE YO",
36509  direction="l",
36510  linebreak="al",
36511  unicodeslot=0x12EE,
36512 },
36513 [0x12EF]={
36514  category="lo",
36515  description="ETHIOPIC SYLLABLE YOA",
36516  direction="l",
36517  linebreak="al",
36518  unicodeslot=0x12EF,
36519 },
36520 [0x12F0]={
36521  category="lo",
36522  description="ETHIOPIC SYLLABLE DA",
36523  direction="l",
36524  linebreak="al",
36525  unicodeslot=0x12F0,
36526 },
36527 [0x12F1]={
36528  category="lo",
36529  description="ETHIOPIC SYLLABLE DU",
36530  direction="l",
36531  linebreak="al",
36532  unicodeslot=0x12F1,
36533 },
36534 [0x12F2]={
36535  category="lo",
36536  description="ETHIOPIC SYLLABLE DI",
36537  direction="l",
36538  linebreak="al",
36539  unicodeslot=0x12F2,
36540 },
36541 [0x12F3]={
36542  category="lo",
36543  description="ETHIOPIC SYLLABLE DAA",
36544  direction="l",
36545  linebreak="al",
36546  unicodeslot=0x12F3,
36547 },
36548 [0x12F4]={
36549  category="lo",
36550  description="ETHIOPIC SYLLABLE DEE",
36551  direction="l",
36552  linebreak="al",
36553  unicodeslot=0x12F4,
36554 },
36555 [0x12F5]={
36556  category="lo",
36557  description="ETHIOPIC SYLLABLE DE",
36558  direction="l",
36559  linebreak="al",
36560  unicodeslot=0x12F5,
36561 },
36562 [0x12F6]={
36563  category="lo",
36564  description="ETHIOPIC SYLLABLE DO",
36565  direction="l",
36566  linebreak="al",
36567  unicodeslot=0x12F6,
36568 },
36569 [0x12F7]={
36570  category="lo",
36571  description="ETHIOPIC SYLLABLE DWA",
36572  direction="l",
36573  linebreak="al",
36574  unicodeslot=0x12F7,
36575 },
36576 [0x12F8]={
36577  category="lo",
36578  description="ETHIOPIC SYLLABLE DDA",
36579  direction="l",
36580  linebreak="al",
36581  unicodeslot=0x12F8,
36582 },
36583 [0x12F9]={
36584  category="lo",
36585  description="ETHIOPIC SYLLABLE DDU",
36586  direction="l",
36587  linebreak="al",
36588  unicodeslot=0x12F9,
36589 },
36590 [0x12FA]={
36591  category="lo",
36592  description="ETHIOPIC SYLLABLE DDI",
36593  direction="l",
36594  linebreak="al",
36595  unicodeslot=0x12FA,
36596 },
36597 [0x12FB]={
36598  category="lo",
36599  description="ETHIOPIC SYLLABLE DDAA",
36600  direction="l",
36601  linebreak="al",
36602  unicodeslot=0x12FB,
36603 },
36604 [0x12FC]={
36605  category="lo",
36606  description="ETHIOPIC SYLLABLE DDEE",
36607  direction="l",
36608  linebreak="al",
36609  unicodeslot=0x12FC,
36610 },
36611 [0x12FD]={
36612  category="lo",
36613  description="ETHIOPIC SYLLABLE DDE",
36614  direction="l",
36615  linebreak="al",
36616  unicodeslot=0x12FD,
36617 },
36618 [0x12FE]={
36619  category="lo",
36620  description="ETHIOPIC SYLLABLE DDO",
36621  direction="l",
36622  linebreak="al",
36623  unicodeslot=0x12FE,
36624 },
36625 [0x12FF]={
36626  category="lo",
36627  description="ETHIOPIC SYLLABLE DDWA",
36628  direction="l",
36629  linebreak="al",
36630  unicodeslot=0x12FF,
36631 },
36632 [0x1300]={
36633  category="lo",
36634  description="ETHIOPIC SYLLABLE JA",
36635  direction="l",
36636  linebreak="al",
36637  unicodeslot=0x1300,
36638 },
36639 [0x1301]={
36640  category="lo",
36641  description="ETHIOPIC SYLLABLE JU",
36642  direction="l",
36643  linebreak="al",
36644  unicodeslot=0x1301,
36645 },
36646 [0x1302]={
36647  category="lo",
36648  description="ETHIOPIC SYLLABLE JI",
36649  direction="l",
36650  linebreak="al",
36651  unicodeslot=0x1302,
36652 },
36653 [0x1303]={
36654  category="lo",
36655  description="ETHIOPIC SYLLABLE JAA",
36656  direction="l",
36657  linebreak="al",
36658  unicodeslot=0x1303,
36659 },
36660 [0x1304]={
36661  category="lo",
36662  description="ETHIOPIC SYLLABLE JEE",
36663  direction="l",
36664  linebreak="al",
36665  unicodeslot=0x1304,
36666 },
36667 [0x1305]={
36668  category="lo",
36669  description="ETHIOPIC SYLLABLE JE",
36670  direction="l",
36671  linebreak="al",
36672  unicodeslot=0x1305,
36673 },
36674 [0x1306]={
36675  category="lo",
36676  description="ETHIOPIC SYLLABLE JO",
36677  direction="l",
36678  linebreak="al",
36679  unicodeslot=0x1306,
36680 },
36681 [0x1307]={
36682  category="lo",
36683  description="ETHIOPIC SYLLABLE JWA",
36684  direction="l",
36685  linebreak="al",
36686  unicodeslot=0x1307,
36687 },
36688 [0x1308]={
36689  category="lo",
36690  description="ETHIOPIC SYLLABLE GA",
36691  direction="l",
36692  linebreak="al",
36693  unicodeslot=0x1308,
36694 },
36695 [0x1309]={
36696  category="lo",
36697  description="ETHIOPIC SYLLABLE GU",
36698  direction="l",
36699  linebreak="al",
36700  unicodeslot=0x1309,
36701 },
36702 [0x130A]={
36703  category="lo",
36704  description="ETHIOPIC SYLLABLE GI",
36705  direction="l",
36706  linebreak="al",
36707  unicodeslot=0x130A,
36708 },
36709 [0x130B]={
36710  category="lo",
36711  description="ETHIOPIC SYLLABLE GAA",
36712  direction="l",
36713  linebreak="al",
36714  unicodeslot=0x130B,
36715 },
36716 [0x130C]={
36717  category="lo",
36718  description="ETHIOPIC SYLLABLE GEE",
36719  direction="l",
36720  linebreak="al",
36721  unicodeslot=0x130C,
36722 },
36723 [0x130D]={
36724  category="lo",
36725  description="ETHIOPIC SYLLABLE GE",
36726  direction="l",
36727  linebreak="al",
36728  unicodeslot=0x130D,
36729 },
36730 [0x130E]={
36731  category="lo",
36732  description="ETHIOPIC SYLLABLE GO",
36733  direction="l",
36734  linebreak="al",
36735  unicodeslot=0x130E,
36736 },
36737 [0x130F]={
36738  category="lo",
36739  description="ETHIOPIC SYLLABLE GOA",
36740  direction="l",
36741  linebreak="al",
36742  unicodeslot=0x130F,
36743 },
36744 [0x1310]={
36745  category="lo",
36746  description="ETHIOPIC SYLLABLE GWA",
36747  direction="l",
36748  linebreak="al",
36749  unicodeslot=0x1310,
36750 },
36751 [0x1312]={
36752  category="lo",
36753  description="ETHIOPIC SYLLABLE GWI",
36754  direction="l",
36755  linebreak="al",
36756  unicodeslot=0x1312,
36757 },
36758 [0x1313]={
36759  category="lo",
36760  description="ETHIOPIC SYLLABLE GWAA",
36761  direction="l",
36762  linebreak="al",
36763  unicodeslot=0x1313,
36764 },
36765 [0x1314]={
36766  category="lo",
36767  description="ETHIOPIC SYLLABLE GWEE",
36768  direction="l",
36769  linebreak="al",
36770  unicodeslot=0x1314,
36771 },
36772 [0x1315]={
36773  category="lo",
36774  description="ETHIOPIC SYLLABLE GWE",
36775  direction="l",
36776  linebreak="al",
36777  unicodeslot=0x1315,
36778 },
36779 [0x1318]={
36780  category="lo",
36781  description="ETHIOPIC SYLLABLE GGA",
36782  direction="l",
36783  linebreak="al",
36784  unicodeslot=0x1318,
36785 },
36786 [0x1319]={
36787  category="lo",
36788  description="ETHIOPIC SYLLABLE GGU",
36789  direction="l",
36790  linebreak="al",
36791  unicodeslot=0x1319,
36792 },
36793 [0x131A]={
36794  category="lo",
36795  description="ETHIOPIC SYLLABLE GGI",
36796  direction="l",
36797  linebreak="al",
36798  unicodeslot=0x131A,
36799 },
36800 [0x131B]={
36801  category="lo",
36802  description="ETHIOPIC SYLLABLE GGAA",
36803  direction="l",
36804  linebreak="al",
36805  unicodeslot=0x131B,
36806 },
36807 [0x131C]={
36808  category="lo",
36809  description="ETHIOPIC SYLLABLE GGEE",
36810  direction="l",
36811  linebreak="al",
36812  unicodeslot=0x131C,
36813 },
36814 [0x131D]={
36815  category="lo",
36816  description="ETHIOPIC SYLLABLE GGE",
36817  direction="l",
36818  linebreak="al",
36819  unicodeslot=0x131D,
36820 },
36821 [0x131E]={
36822  category="lo",
36823  description="ETHIOPIC SYLLABLE GGO",
36824  direction="l",
36825  linebreak="al",
36826  unicodeslot=0x131E,
36827 },
36828 [0x131F]={
36829  category="lo",
36830  description="ETHIOPIC SYLLABLE GGWAA",
36831  direction="l",
36832  linebreak="al",
36833  unicodeslot=0x131F,
36834 },
36835 [0x1320]={
36836  category="lo",
36837  description="ETHIOPIC SYLLABLE THA",
36838  direction="l",
36839  linebreak="al",
36840  unicodeslot=0x1320,
36841 },
36842 [0x1321]={
36843  category="lo",
36844  description="ETHIOPIC SYLLABLE THU",
36845  direction="l",
36846  linebreak="al",
36847  unicodeslot=0x1321,
36848 },
36849 [0x1322]={
36850  category="lo",
36851  description="ETHIOPIC SYLLABLE THI",
36852  direction="l",
36853  linebreak="al",
36854  unicodeslot=0x1322,
36855 },
36856 [0x1323]={
36857  category="lo",
36858  description="ETHIOPIC SYLLABLE THAA",
36859  direction="l",
36860  linebreak="al",
36861  unicodeslot=0x1323,
36862 },
36863 [0x1324]={
36864  category="lo",
36865  description="ETHIOPIC SYLLABLE THEE",
36866  direction="l",
36867  linebreak="al",
36868  unicodeslot=0x1324,
36869 },
36870 [0x1325]={
36871  category="lo",
36872  description="ETHIOPIC SYLLABLE THE",
36873  direction="l",
36874  linebreak="al",
36875  unicodeslot=0x1325,
36876 },
36877 [0x1326]={
36878  category="lo",
36879  description="ETHIOPIC SYLLABLE THO",
36880  direction="l",
36881  linebreak="al",
36882  unicodeslot=0x1326,
36883 },
36884 [0x1327]={
36885  category="lo",
36886  description="ETHIOPIC SYLLABLE THWA",
36887  direction="l",
36888  linebreak="al",
36889  unicodeslot=0x1327,
36890 },
36891 [0x1328]={
36892  category="lo",
36893  description="ETHIOPIC SYLLABLE CHA",
36894  direction="l",
36895  linebreak="al",
36896  unicodeslot=0x1328,
36897 },
36898 [0x1329]={
36899  category="lo",
36900  description="ETHIOPIC SYLLABLE CHU",
36901  direction="l",
36902  linebreak="al",
36903  unicodeslot=0x1329,
36904 },
36905 [0x132A]={
36906  category="lo",
36907  description="ETHIOPIC SYLLABLE CHI",
36908  direction="l",
36909  linebreak="al",
36910  unicodeslot=0x132A,
36911 },
36912 [0x132B]={
36913  category="lo",
36914  description="ETHIOPIC SYLLABLE CHAA",
36915  direction="l",
36916  linebreak="al",
36917  unicodeslot=0x132B,
36918 },
36919 [0x132C]={
36920  category="lo",
36921  description="ETHIOPIC SYLLABLE CHEE",
36922  direction="l",
36923  linebreak="al",
36924  unicodeslot=0x132C,
36925 },
36926 [0x132D]={
36927  category="lo",
36928  description="ETHIOPIC SYLLABLE CHE",
36929  direction="l",
36930  linebreak="al",
36931  unicodeslot=0x132D,
36932 },
36933 [0x132E]={
36934  category="lo",
36935  description="ETHIOPIC SYLLABLE CHO",
36936  direction="l",
36937  linebreak="al",
36938  unicodeslot=0x132E,
36939 },
36940 [0x132F]={
36941  category="lo",
36942  description="ETHIOPIC SYLLABLE CHWA",
36943  direction="l",
36944  linebreak="al",
36945  unicodeslot=0x132F,
36946 },
36947 [0x1330]={
36948  category="lo",
36949  description="ETHIOPIC SYLLABLE PHA",
36950  direction="l",
36951  linebreak="al",
36952  unicodeslot=0x1330,
36953 },
36954 [0x1331]={
36955  category="lo",
36956  description="ETHIOPIC SYLLABLE PHU",
36957  direction="l",
36958  linebreak="al",
36959  unicodeslot=0x1331,
36960 },
36961 [0x1332]={
36962  category="lo",
36963  description="ETHIOPIC SYLLABLE PHI",
36964  direction="l",
36965  linebreak="al",
36966  unicodeslot=0x1332,
36967 },
36968 [0x1333]={
36969  category="lo",
36970  description="ETHIOPIC SYLLABLE PHAA",
36971  direction="l",
36972  linebreak="al",
36973  unicodeslot=0x1333,
36974 },
36975 [0x1334]={
36976  category="lo",
36977  description="ETHIOPIC SYLLABLE PHEE",
36978  direction="l",
36979  linebreak="al",
36980  unicodeslot=0x1334,
36981 },
36982 [0x1335]={
36983  category="lo",
36984  description="ETHIOPIC SYLLABLE PHE",
36985  direction="l",
36986  linebreak="al",
36987  unicodeslot=0x1335,
36988 },
36989 [0x1336]={
36990  category="lo",
36991  description="ETHIOPIC SYLLABLE PHO",
36992  direction="l",
36993  linebreak="al",
36994  unicodeslot=0x1336,
36995 },
36996 [0x1337]={
36997  category="lo",
36998  description="ETHIOPIC SYLLABLE PHWA",
36999  direction="l",
37000  linebreak="al",
37001  unicodeslot=0x1337,
37002 },
37003 [0x1338]={
37004  category="lo",
37005  description="ETHIOPIC SYLLABLE TSA",
37006  direction="l",
37007  linebreak="al",
37008  unicodeslot=0x1338,
37009 },
37010 [0x1339]={
37011  category="lo",
37012  description="ETHIOPIC SYLLABLE TSU",
37013  direction="l",
37014  linebreak="al",
37015  unicodeslot=0x1339,
37016 },
37017 [0x133A]={
37018  category="lo",
37019  description="ETHIOPIC SYLLABLE TSI",
37020  direction="l",
37021  linebreak="al",
37022  unicodeslot=0x133A,
37023 },
37024 [0x133B]={
37025  category="lo",
37026  description="ETHIOPIC SYLLABLE TSAA",
37027  direction="l",
37028  linebreak="al",
37029  unicodeslot=0x133B,
37030 },
37031 [0x133C]={
37032  category="lo",
37033  description="ETHIOPIC SYLLABLE TSEE",
37034  direction="l",
37035  linebreak="al",
37036  unicodeslot=0x133C,
37037 },
37038 [0x133D]={
37039  category="lo",
37040  description="ETHIOPIC SYLLABLE TSE",
37041  direction="l",
37042  linebreak="al",
37043  unicodeslot=0x133D,
37044 },
37045 [0x133E]={
37046  category="lo",
37047  description="ETHIOPIC SYLLABLE TSO",
37048  direction="l",
37049  linebreak="al",
37050  unicodeslot=0x133E,
37051 },
37052 [0x133F]={
37053  category="lo",
37054  description="ETHIOPIC SYLLABLE TSWA",
37055  direction="l",
37056  linebreak="al",
37057  unicodeslot=0x133F,
37058 },
37059 [0x1340]={
37060  category="lo",
37061  description="ETHIOPIC SYLLABLE TZA",
37062  direction="l",
37063  linebreak="al",
37064  unicodeslot=0x1340,
37065 },
37066 [0x1341]={
37067  category="lo",
37068  description="ETHIOPIC SYLLABLE TZU",
37069  direction="l",
37070  linebreak="al",
37071  unicodeslot=0x1341,
37072 },
37073 [0x1342]={
37074  category="lo",
37075  description="ETHIOPIC SYLLABLE TZI",
37076  direction="l",
37077  linebreak="al",
37078  unicodeslot=0x1342,
37079 },
37080 [0x1343]={
37081  category="lo",
37082  description="ETHIOPIC SYLLABLE TZAA",
37083  direction="l",
37084  linebreak="al",
37085  unicodeslot=0x1343,
37086 },
37087 [0x1344]={
37088  category="lo",
37089  description="ETHIOPIC SYLLABLE TZEE",
37090  direction="l",
37091  linebreak="al",
37092  unicodeslot=0x1344,
37093 },
37094 [0x1345]={
37095  category="lo",
37096  description="ETHIOPIC SYLLABLE TZE",
37097  direction="l",
37098  linebreak="al",
37099  unicodeslot=0x1345,
37100 },
37101 [0x1346]={
37102  category="lo",
37103  description="ETHIOPIC SYLLABLE TZO",
37104  direction="l",
37105  linebreak="al",
37106  unicodeslot=0x1346,
37107 },
37108 [0x1347]={
37109  category="lo",
37110  description="ETHIOPIC SYLLABLE TZOA",
37111  direction="l",
37112  linebreak="al",
37113  unicodeslot=0x1347,
37114 },
37115 [0x1348]={
37116  category="lo",
37117  description="ETHIOPIC SYLLABLE FA",
37118  direction="l",
37119  linebreak="al",
37120  unicodeslot=0x1348,
37121 },
37122 [0x1349]={
37123  category="lo",
37124  description="ETHIOPIC SYLLABLE FU",
37125  direction="l",
37126  linebreak="al",
37127  unicodeslot=0x1349,
37128 },
37129 [0x134A]={
37130  category="lo",
37131  description="ETHIOPIC SYLLABLE FI",
37132  direction="l",
37133  linebreak="al",
37134  unicodeslot=0x134A,
37135 },
37136 [0x134B]={
37137  category="lo",
37138  description="ETHIOPIC SYLLABLE FAA",
37139  direction="l",
37140  linebreak="al",
37141  unicodeslot=0x134B,
37142 },
37143 [0x134C]={
37144  category="lo",
37145  description="ETHIOPIC SYLLABLE FEE",
37146  direction="l",
37147  linebreak="al",
37148  unicodeslot=0x134C,
37149 },
37150 [0x134D]={
37151  category="lo",
37152  description="ETHIOPIC SYLLABLE FE",
37153  direction="l",
37154  linebreak="al",
37155  unicodeslot=0x134D,
37156 },
37157 [0x134E]={
37158  category="lo",
37159  description="ETHIOPIC SYLLABLE FO",
37160  direction="l",
37161  linebreak="al",
37162  unicodeslot=0x134E,
37163 },
37164 [0x134F]={
37165  category="lo",
37166  description="ETHIOPIC SYLLABLE FWA",
37167  direction="l",
37168  linebreak="al",
37169  unicodeslot=0x134F,
37170 },
37171 [0x1350]={
37172  category="lo",
37173  description="ETHIOPIC SYLLABLE PA",
37174  direction="l",
37175  linebreak="al",
37176  unicodeslot=0x1350,
37177 },
37178 [0x1351]={
37179  category="lo",
37180  description="ETHIOPIC SYLLABLE PU",
37181  direction="l",
37182  linebreak="al",
37183  unicodeslot=0x1351,
37184 },
37185 [0x1352]={
37186  category="lo",
37187  description="ETHIOPIC SYLLABLE PI",
37188  direction="l",
37189  linebreak="al",
37190  unicodeslot=0x1352,
37191 },
37192 [0x1353]={
37193  category="lo",
37194  description="ETHIOPIC SYLLABLE PAA",
37195  direction="l",
37196  linebreak="al",
37197  unicodeslot=0x1353,
37198 },
37199 [0x1354]={
37200  category="lo",
37201  description="ETHIOPIC SYLLABLE PEE",
37202  direction="l",
37203  linebreak="al",
37204  unicodeslot=0x1354,
37205 },
37206 [0x1355]={
37207  category="lo",
37208  description="ETHIOPIC SYLLABLE PE",
37209  direction="l",
37210  linebreak="al",
37211  unicodeslot=0x1355,
37212 },
37213 [0x1356]={
37214  category="lo",
37215  description="ETHIOPIC SYLLABLE PO",
37216  direction="l",
37217  linebreak="al",
37218  unicodeslot=0x1356,
37219 },
37220 [0x1357]={
37221  category="lo",
37222  description="ETHIOPIC SYLLABLE PWA",
37223  direction="l",
37224  linebreak="al",
37225  unicodeslot=0x1357,
37226 },
37227 [0x1358]={
37228  category="lo",
37229  description="ETHIOPIC SYLLABLE RYA",
37230  direction="l",
37231  linebreak="al",
37232  unicodeslot=0x1358,
37233 },
37234 [0x1359]={
37235  category="lo",
37236  description="ETHIOPIC SYLLABLE MYA",
37237  direction="l",
37238  linebreak="al",
37239  unicodeslot=0x1359,
37240 },
37241 [0x135A]={
37242  category="lo",
37243  description="ETHIOPIC SYLLABLE FYA",
37244  direction="l",
37245  linebreak="al",
37246  unicodeslot=0x135A,
37247 },
37248 [0x135D]={
37249  category="mn",
37250  combining=0xE6,
37251  description="ETHIOPIC COMBINING GEMINATION AND VOWEL LENGTH MARK",
37252  direction="nsm",
37253  linebreak="cm",
37254  unicodeslot=0x135D,
37255 },
37256 [0x135E]={
37257  category="mn",
37258  combining=0xE6,
37259  description="ETHIOPIC COMBINING VOWEL LENGTH MARK",
37260  direction="nsm",
37261  linebreak="cm",
37262  unicodeslot=0x135E,
37263 },
37264 [0x135F]={
37265  category="mn",
37266  combining=0xE6,
37267  description="ETHIOPIC COMBINING GEMINATION MARK",
37268  direction="nsm",
37269  linebreak="cm",
37270  unicodeslot=0x135F,
37271 },
37272 [0x1360]={
37273  category="so",
37274  description="ETHIOPIC SECTION MARK",
37275  direction="l",
37276  linebreak="al",
37277  unicodeslot=0x1360,
37278 },
37279 [0x1361]={
37280  category="po",
37281  description="ETHIOPIC WORDSPACE",
37282  direction="l",
37283  linebreak="ba",
37284  unicodeslot=0x1361,
37285 },
37286 [0x1362]={
37287  category="po",
37288  description="ETHIOPIC FULL STOP",
37289  direction="l",
37290  linebreak="al",
37291  unicodeslot=0x1362,
37292 },
37293 [0x1363]={
37294  category="po",
37295  description="ETHIOPIC COMMA",
37296  direction="l",
37297  linebreak="al",
37298  unicodeslot=0x1363,
37299 },
37300 [0x1364]={
37301  category="po",
37302  description="ETHIOPIC SEMICOLON",
37303  direction="l",
37304  linebreak="al",
37305  unicodeslot=0x1364,
37306 },
37307 [0x1365]={
37308  category="po",
37309  description="ETHIOPIC COLON",
37310  direction="l",
37311  linebreak="al",
37312  unicodeslot=0x1365,
37313 },
37314 [0x1366]={
37315  category="po",
37316  description="ETHIOPIC PREFACE COLON",
37317  direction="l",
37318  linebreak="al",
37319  unicodeslot=0x1366,
37320 },
37321 [0x1367]={
37322  category="po",
37323  description="ETHIOPIC QUESTION MARK",
37324  direction="l",
37325  linebreak="al",
37326  unicodeslot=0x1367,
37327 },
37328 [0x1368]={
37329  category="po",
37330  description="ETHIOPIC PARAGRAPH SEPARATOR",
37331  direction="l",
37332  linebreak="al",
37333  unicodeslot=0x1368,
37334 },
37335 [0x1369]={
37336  category="no",
37337  description="ETHIOPIC DIGIT ONE",
37338  direction="l",
37339  linebreak="al",
37340  unicodeslot=0x1369,
37341 },
37342 [0x136A]={
37343  category="no",
37344  description="ETHIOPIC DIGIT TWO",
37345  direction="l",
37346  linebreak="al",
37347  unicodeslot=0x136A,
37348 },
37349 [0x136B]={
37350  category="no",
37351  description="ETHIOPIC DIGIT THREE",
37352  direction="l",
37353  linebreak="al",
37354  unicodeslot=0x136B,
37355 },
37356 [0x136C]={
37357  category="no",
37358  description="ETHIOPIC DIGIT FOUR",
37359  direction="l",
37360  linebreak="al",
37361  unicodeslot=0x136C,
37362 },
37363 [0x136D]={
37364  category="no",
37365  description="ETHIOPIC DIGIT FIVE",
37366  direction="l",
37367  linebreak="al",
37368  unicodeslot=0x136D,
37369 },
37370 [0x136E]={
37371  category="no",
37372  description="ETHIOPIC DIGIT SIX",
37373  direction="l",
37374  linebreak="al",
37375  unicodeslot=0x136E,
37376 },
37377 [0x136F]={
37378  category="no",
37379  description="ETHIOPIC DIGIT SEVEN",
37380  direction="l",
37381  linebreak="al",
37382  unicodeslot=0x136F,
37383 },
37384 [0x1370]={
37385  category="no",
37386  description="ETHIOPIC DIGIT EIGHT",
37387  direction="l",
37388  linebreak="al",
37389  unicodeslot=0x1370,
37390 },
37391 [0x1371]={
37392  category="no",
37393  description="ETHIOPIC DIGIT NINE",
37394  direction="l",
37395  linebreak="al",
37396  unicodeslot=0x1371,
37397 },
37398 [0x1372]={
37399  category="no",
37400  description="ETHIOPIC NUMBER TEN",
37401  direction="l",
37402  linebreak="al",
37403  unicodeslot=0x1372,
37404 },
37405 [0x1373]={
37406  category="no",
37407  description="ETHIOPIC NUMBER TWENTY",
37408  direction="l",
37409  linebreak="al",
37410  unicodeslot=0x1373,
37411 },
37412 [0x1374]={
37413  category="no",
37414  description="ETHIOPIC NUMBER THIRTY",
37415  direction="l",
37416  linebreak="al",
37417  unicodeslot=0x1374,
37418 },
37419 [0x1375]={
37420  category="no",
37421  description="ETHIOPIC NUMBER FORTY",
37422  direction="l",
37423  linebreak="al",
37424  unicodeslot=0x1375,
37425 },
37426 [0x1376]={
37427  category="no",
37428  description="ETHIOPIC NUMBER FIFTY",
37429  direction="l",
37430  linebreak="al",
37431  unicodeslot=0x1376,
37432 },
37433 [0x1377]={
37434  category="no",
37435  description="ETHIOPIC NUMBER SIXTY",
37436  direction="l",
37437  linebreak="al",
37438  unicodeslot=0x1377,
37439 },
37440 [0x1378]={
37441  category="no",
37442  description="ETHIOPIC NUMBER SEVENTY",
37443  direction="l",
37444  linebreak="al",
37445  unicodeslot=0x1378,
37446 },
37447 [0x1379]={
37448  category="no",
37449  description="ETHIOPIC NUMBER EIGHTY",
37450  direction="l",
37451  linebreak="al",
37452  unicodeslot=0x1379,
37453 },
37454 [0x137A]={
37455  category="no",
37456  description="ETHIOPIC NUMBER NINETY",
37457  direction="l",
37458  linebreak="al",
37459  unicodeslot=0x137A,
37460 },
37461 [0x137B]={
37462  category="no",
37463  description="ETHIOPIC NUMBER HUNDRED",
37464  direction="l",
37465  linebreak="al",
37466  unicodeslot=0x137B,
37467 },
37468 [0x137C]={
37469  category="no",
37470  description="ETHIOPIC NUMBER TEN THOUSAND",
37471  direction="l",
37472  linebreak="al",
37473  unicodeslot=0x137C,
37474 },
37475 [0x1380]={
37476  category="lo",
37477  description="ETHIOPIC SYLLABLE SEBATBEIT MWA",
37478  direction="l",
37479  linebreak="al",
37480  unicodeslot=0x1380,
37481 },
37482 [0x1381]={
37483  category="lo",
37484  description="ETHIOPIC SYLLABLE MWI",
37485  direction="l",
37486  linebreak="al",
37487  unicodeslot=0x1381,
37488 },
37489 [0x1382]={
37490  category="lo",
37491  description="ETHIOPIC SYLLABLE MWEE",
37492  direction="l",
37493  linebreak="al",
37494  unicodeslot=0x1382,
37495 },
37496 [0x1383]={
37497  category="lo",
37498  description="ETHIOPIC SYLLABLE MWE",
37499  direction="l",
37500  linebreak="al",
37501  unicodeslot=0x1383,
37502 },
37503 [0x1384]={
37504  category="lo",
37505  description="ETHIOPIC SYLLABLE SEBATBEIT BWA",
37506  direction="l",
37507  linebreak="al",
37508  unicodeslot=0x1384,
37509 },
37510 [0x1385]={
37511  category="lo",
37512  description="ETHIOPIC SYLLABLE BWI",
37513  direction="l",
37514  linebreak="al",
37515  unicodeslot=0x1385,
37516 },
37517 [0x1386]={
37518  category="lo",
37519  description="ETHIOPIC SYLLABLE BWEE",
37520  direction="l",
37521  linebreak="al",
37522  unicodeslot=0x1386,
37523 },
37524 [0x1387]={
37525  category="lo",
37526  description="ETHIOPIC SYLLABLE BWE",
37527  direction="l",
37528  linebreak="al",
37529  unicodeslot=0x1387,
37530 },
37531 [0x1388]={
37532  category="lo",
37533  description="ETHIOPIC SYLLABLE SEBATBEIT FWA",
37534  direction="l",
37535  linebreak="al",
37536  unicodeslot=0x1388,
37537 },
37538 [0x1389]={
37539  category="lo",
37540  description="ETHIOPIC SYLLABLE FWI",
37541  direction="l",
37542  linebreak="al",
37543  unicodeslot=0x1389,
37544 },
37545 [0x138A]={
37546  category="lo",
37547  description="ETHIOPIC SYLLABLE FWEE",
37548  direction="l",
37549  linebreak="al",
37550  unicodeslot=0x138A,
37551 },
37552 [0x138B]={
37553  category="lo",
37554  description="ETHIOPIC SYLLABLE FWE",
37555  direction="l",
37556  linebreak="al",
37557  unicodeslot=0x138B,
37558 },
37559 [0x138C]={
37560  category="lo",
37561  description="ETHIOPIC SYLLABLE SEBATBEIT PWA",
37562  direction="l",
37563  linebreak="al",
37564  unicodeslot=0x138C,
37565 },
37566 [0x138D]={
37567  category="lo",
37568  description="ETHIOPIC SYLLABLE PWI",
37569  direction="l",
37570  linebreak="al",
37571  unicodeslot=0x138D,
37572 },
37573 [0x138E]={
37574  category="lo",
37575  description="ETHIOPIC SYLLABLE PWEE",
37576  direction="l",
37577  linebreak="al",
37578  unicodeslot=0x138E,
37579 },
37580 [0x138F]={
37581  category="lo",
37582  description="ETHIOPIC SYLLABLE PWE",
37583  direction="l",
37584  linebreak="al",
37585  unicodeslot=0x138F,
37586 },
37587 [0x1390]={
37588  category="so",
37589  description="ETHIOPIC TONAL MARK YIZET",
37590  direction="on",
37591  linebreak="al",
37592  unicodeslot=0x1390,
37593 },
37594 [0x1391]={
37595  category="so",
37596  description="ETHIOPIC TONAL MARK DERET",
37597  direction="on",
37598  linebreak="al",
37599  unicodeslot=0x1391,
37600 },
37601 [0x1392]={
37602  category="so",
37603  description="ETHIOPIC TONAL MARK RIKRIK",
37604  direction="on",
37605  linebreak="al",
37606  unicodeslot=0x1392,
37607 },
37608 [0x1393]={
37609  category="so",
37610  description="ETHIOPIC TONAL MARK SHORT RIKRIK",
37611  direction="on",
37612  linebreak="al",
37613  unicodeslot=0x1393,
37614 },
37615 [0x1394]={
37616  category="so",
37617  description="ETHIOPIC TONAL MARK DIFAT",
37618  direction="on",
37619  linebreak="al",
37620  unicodeslot=0x1394,
37621 },
37622 [0x1395]={
37623  category="so",
37624  description="ETHIOPIC TONAL MARK KENAT",
37625  direction="on",
37626  linebreak="al",
37627  unicodeslot=0x1395,
37628 },
37629 [0x1396]={
37630  category="so",
37631  description="ETHIOPIC TONAL MARK CHIRET",
37632  direction="on",
37633  linebreak="al",
37634  unicodeslot=0x1396,
37635 },
37636 [0x1397]={
37637  category="so",
37638  description="ETHIOPIC TONAL MARK HIDET",
37639  direction="on",
37640  linebreak="al",
37641  unicodeslot=0x1397,
37642 },
37643 [0x1398]={
37644  category="so",
37645  description="ETHIOPIC TONAL MARK DERET-HIDET",
37646  direction="on",
37647  linebreak="al",
37648  unicodeslot=0x1398,
37649 },
37650 [0x1399]={
37651  category="so",
37652  description="ETHIOPIC TONAL MARK KURT",
37653  direction="on",
37654  linebreak="al",
37655  unicodeslot=0x1399,
37656 },
37657 [0x13A0]={
37658  category="lo",
37659  description="CHEROKEE LETTER A",
37660  direction="l",
37661  linebreak="al",
37662  unicodeslot=0x13A0,
37663 },
37664 [0x13A1]={
37665  category="lo",
37666  description="CHEROKEE LETTER E",
37667  direction="l",
37668  linebreak="al",
37669  unicodeslot=0x13A1,
37670 },
37671 [0x13A2]={
37672  category="lo",
37673  description="CHEROKEE LETTER I",
37674  direction="l",
37675  linebreak="al",
37676  unicodeslot=0x13A2,
37677 },
37678 [0x13A3]={
37679  category="lo",
37680  description="CHEROKEE LETTER O",
37681  direction="l",
37682  linebreak="al",
37683  unicodeslot=0x13A3,
37684 },
37685 [0x13A4]={
37686  category="lo",
37687  description="CHEROKEE LETTER U",
37688  direction="l",
37689  linebreak="al",
37690  unicodeslot=0x13A4,
37691 },
37692 [0x13A5]={
37693  category="lo",
37694  description="CHEROKEE LETTER V",
37695  direction="l",
37696  linebreak="al",
37697  unicodeslot=0x13A5,
37698 },
37699 [0x13A6]={
37700  category="lo",
37701  description="CHEROKEE LETTER GA",
37702  direction="l",
37703  linebreak="al",
37704  unicodeslot=0x13A6,
37705 },
37706 [0x13A7]={
37707  category="lo",
37708  description="CHEROKEE LETTER KA",
37709  direction="l",
37710  linebreak="al",
37711  unicodeslot=0x13A7,
37712 },
37713 [0x13A8]={
37714  category="lo",
37715  description="CHEROKEE LETTER GE",
37716  direction="l",
37717  linebreak="al",
37718  unicodeslot=0x13A8,
37719 },
37720 [0x13A9]={
37721  category="lo",
37722  description="CHEROKEE LETTER GI",
37723  direction="l",
37724  linebreak="al",
37725  unicodeslot=0x13A9,
37726 },
37727 [0x13AA]={
37728  category="lo",
37729  description="CHEROKEE LETTER GO",
37730  direction="l",
37731  linebreak="al",
37732  unicodeslot=0x13AA,
37733 },
37734 [0x13AB]={
37735  category="lo",
37736  description="CHEROKEE LETTER GU",
37737  direction="l",
37738  linebreak="al",
37739  unicodeslot=0x13AB,
37740 },
37741 [0x13AC]={
37742  category="lo",
37743  description="CHEROKEE LETTER GV",
37744  direction="l",
37745  linebreak="al",
37746  unicodeslot=0x13AC,
37747 },
37748 [0x13AD]={
37749  category="lo",
37750  description="CHEROKEE LETTER HA",
37751  direction="l",
37752  linebreak="al",
37753  unicodeslot=0x13AD,
37754 },
37755 [0x13AE]={
37756  category="lo",
37757  description="CHEROKEE LETTER HE",
37758  direction="l",
37759  linebreak="al",
37760  unicodeslot=0x13AE,
37761 },
37762 [0x13AF]={
37763  category="lo",
37764  description="CHEROKEE LETTER HI",
37765  direction="l",
37766  linebreak="al",
37767  unicodeslot=0x13AF,
37768 },
37769 [0x13B0]={
37770  category="lo",
37771  description="CHEROKEE LETTER HO",
37772  direction="l",
37773  linebreak="al",
37774  unicodeslot=0x13B0,
37775 },
37776 [0x13B1]={
37777  category="lo",
37778  description="CHEROKEE LETTER HU",
37779  direction="l",
37780  linebreak="al",
37781  unicodeslot=0x13B1,
37782 },
37783 [0x13B2]={
37784  category="lo",
37785  description="CHEROKEE LETTER HV",
37786  direction="l",
37787  linebreak="al",
37788  unicodeslot=0x13B2,
37789 },
37790 [0x13B3]={
37791  category="lo",
37792  description="CHEROKEE LETTER LA",
37793  direction="l",
37794  linebreak="al",
37795  unicodeslot=0x13B3,
37796 },
37797 [0x13B4]={
37798  category="lo",
37799  description="CHEROKEE LETTER LE",
37800  direction="l",
37801  linebreak="al",
37802  unicodeslot=0x13B4,
37803 },
37804 [0x13B5]={
37805  category="lo",
37806  description="CHEROKEE LETTER LI",
37807  direction="l",
37808  linebreak="al",
37809  unicodeslot=0x13B5,
37810 },
37811 [0x13B6]={
37812  category="lo",
37813  description="CHEROKEE LETTER LO",
37814  direction="l",
37815  linebreak="al",
37816  unicodeslot=0x13B6,
37817 },
37818 [0x13B7]={
37819  category="lo",
37820  description="CHEROKEE LETTER LU",
37821  direction="l",
37822  linebreak="al",
37823  unicodeslot=0x13B7,
37824 },
37825 [0x13B8]={
37826  category="lo",
37827  description="CHEROKEE LETTER LV",
37828  direction="l",
37829  linebreak="al",
37830  unicodeslot=0x13B8,
37831 },
37832 [0x13B9]={
37833  category="lo",
37834  description="CHEROKEE LETTER MA",
37835  direction="l",
37836  linebreak="al",
37837  unicodeslot=0x13B9,
37838 },
37839 [0x13BA]={
37840  category="lo",
37841  description="CHEROKEE LETTER ME",
37842  direction="l",
37843  linebreak="al",
37844  unicodeslot=0x13BA,
37845 },
37846 [0x13BB]={
37847  category="lo",
37848  description="CHEROKEE LETTER MI",
37849  direction="l",
37850  linebreak="al",
37851  unicodeslot=0x13BB,
37852 },
37853 [0x13BC]={
37854  category="lo",
37855  description="CHEROKEE LETTER MO",
37856  direction="l",
37857  linebreak="al",
37858  unicodeslot=0x13BC,
37859 },
37860 [0x13BD]={
37861  category="lo",
37862  description="CHEROKEE LETTER MU",
37863  direction="l",
37864  linebreak="al",
37865  unicodeslot=0x13BD,
37866 },
37867 [0x13BE]={
37868  category="lo",
37869  description="CHEROKEE LETTER NA",
37870  direction="l",
37871  linebreak="al",
37872  unicodeslot=0x13BE,
37873 },
37874 [0x13BF]={
37875  category="lo",
37876  description="CHEROKEE LETTER HNA",
37877  direction="l",
37878  linebreak="al",
37879  unicodeslot=0x13BF,
37880 },
37881 [0x13C0]={
37882  category="lo",
37883  description="CHEROKEE LETTER NAH",
37884  direction="l",
37885  linebreak="al",
37886  unicodeslot=0x13C0,
37887 },
37888 [0x13C1]={
37889  category="lo",
37890  description="CHEROKEE LETTER NE",
37891  direction="l",
37892  linebreak="al",
37893  unicodeslot=0x13C1,
37894 },
37895 [0x13C2]={
37896  category="lo",
37897  description="CHEROKEE LETTER NI",
37898  direction="l",
37899  linebreak="al",
37900  unicodeslot=0x13C2,
37901 },
37902 [0x13C3]={
37903  category="lo",
37904  description="CHEROKEE LETTER NO",
37905  direction="l",
37906  linebreak="al",
37907  unicodeslot=0x13C3,
37908 },
37909 [0x13C4]={
37910  category="lo",
37911  description="CHEROKEE LETTER NU",
37912  direction="l",
37913  linebreak="al",
37914  unicodeslot=0x13C4,
37915 },
37916 [0x13C5]={
37917  category="lo",
37918  description="CHEROKEE LETTER NV",
37919  direction="l",
37920  linebreak="al",
37921  unicodeslot=0x13C5,
37922 },
37923 [0x13C6]={
37924  category="lo",
37925  description="CHEROKEE LETTER QUA",
37926  direction="l",
37927  linebreak="al",
37928  unicodeslot=0x13C6,
37929 },
37930 [0x13C7]={
37931  category="lo",
37932  description="CHEROKEE LETTER QUE",
37933  direction="l",
37934  linebreak="al",
37935  unicodeslot=0x13C7,
37936 },
37937 [0x13C8]={
37938  category="lo",
37939  description="CHEROKEE LETTER QUI",
37940  direction="l",
37941  linebreak="al",
37942  unicodeslot=0x13C8,
37943 },
37944 [0x13C9]={
37945  category="lo",
37946  description="CHEROKEE LETTER QUO",
37947  direction="l",
37948  linebreak="al",
37949  unicodeslot=0x13C9,
37950 },
37951 [0x13CA]={
37952  category="lo",
37953  description="CHEROKEE LETTER QUU",
37954  direction="l",
37955  linebreak="al",
37956  unicodeslot=0x13CA,
37957 },
37958 [0x13CB]={
37959  category="lo",
37960  description="CHEROKEE LETTER QUV",
37961  direction="l",
37962  linebreak="al",
37963  unicodeslot=0x13CB,
37964 },
37965 [0x13CC]={
37966  category="lo",
37967  description="CHEROKEE LETTER SA",
37968  direction="l",
37969  linebreak="al",
37970  unicodeslot=0x13CC,
37971 },
37972 [0x13CD]={
37973  category="lo",
37974  description="CHEROKEE LETTER S",
37975  direction="l",
37976  linebreak="al",
37977  unicodeslot=0x13CD,
37978 },
37979 [0x13CE]={
37980  category="lo",
37981  description="CHEROKEE LETTER SE",
37982  direction="l",
37983  linebreak="al",
37984  unicodeslot=0x13CE,
37985 },
37986 [0x13CF]={
37987  category="lo",
37988  description="CHEROKEE LETTER SI",
37989  direction="l",
37990  linebreak="al",
37991  unicodeslot=0x13CF,
37992 },
37993 [0x13D0]={
37994  category="lo",
37995  description="CHEROKEE LETTER SO",
37996  direction="l",
37997  linebreak="al",
37998  unicodeslot=0x13D0,
37999 },
38000 [0x13D1]={
38001  category="lo",
38002  description="CHEROKEE LETTER SU",
38003  direction="l",
38004  linebreak="al",
38005  unicodeslot=0x13D1,
38006 },
38007 [0x13D2]={
38008  category="lo",
38009  description="CHEROKEE LETTER SV",
38010  direction="l",
38011  linebreak="al",
38012  unicodeslot=0x13D2,
38013 },
38014 [0x13D3]={
38015  category="lo",
38016  description="CHEROKEE LETTER DA",
38017  direction="l",
38018  linebreak="al",
38019  unicodeslot=0x13D3,
38020 },
38021 [0x13D4]={
38022  category="lo",
38023  description="CHEROKEE LETTER TA",
38024  direction="l",
38025  linebreak="al",
38026  unicodeslot=0x13D4,
38027 },
38028 [0x13D5]={
38029  category="lo",
38030  description="CHEROKEE LETTER DE",
38031  direction="l",
38032  linebreak="al",
38033  unicodeslot=0x13D5,
38034 },
38035 [0x13D6]={
38036  category="lo",
38037  description="CHEROKEE LETTER TE",
38038  direction="l",
38039  linebreak="al",
38040  unicodeslot=0x13D6,
38041 },
38042 [0x13D7]={
38043  category="lo",
38044  description="CHEROKEE LETTER DI",
38045  direction="l",
38046  linebreak="al",
38047  unicodeslot=0x13D7,
38048 },
38049 [0x13D8]={
38050  category="lo",
38051  description="CHEROKEE LETTER TI",
38052  direction="l",
38053  linebreak="al",
38054  unicodeslot=0x13D8,
38055 },
38056 [0x13D9]={
38057  category="lo",
38058  description="CHEROKEE LETTER DO",
38059  direction="l",
38060  linebreak="al",
38061  unicodeslot=0x13D9,
38062 },
38063 [0x13DA]={
38064  category="lo",
38065  description="CHEROKEE LETTER DU",
38066  direction="l",
38067  linebreak="al",
38068  unicodeslot=0x13DA,
38069 },
38070 [0x13DB]={
38071  category="lo",
38072  description="CHEROKEE LETTER DV",
38073  direction="l",
38074  linebreak="al",
38075  unicodeslot=0x13DB,
38076 },
38077 [0x13DC]={
38078  category="lo",
38079  description="CHEROKEE LETTER DLA",
38080  direction="l",
38081  linebreak="al",
38082  unicodeslot=0x13DC,
38083 },
38084 [0x13DD]={
38085  category="lo",
38086  description="CHEROKEE LETTER TLA",
38087  direction="l",
38088  linebreak="al",
38089  unicodeslot=0x13DD,
38090 },
38091 [0x13DE]={
38092  category="lo",
38093  description="CHEROKEE LETTER TLE",
38094  direction="l",
38095  linebreak="al",
38096  unicodeslot=0x13DE,
38097 },
38098 [0x13DF]={
38099  category="lo",
38100  description="CHEROKEE LETTER TLI",
38101  direction="l",
38102  linebreak="al",
38103  unicodeslot=0x13DF,
38104 },
38105 [0x13E0]={
38106  category="lo",
38107  description="CHEROKEE LETTER TLO",
38108  direction="l",
38109  linebreak="al",
38110  unicodeslot=0x13E0,
38111 },
38112 [0x13E1]={
38113  category="lo",
38114  description="CHEROKEE LETTER TLU",
38115  direction="l",
38116  linebreak="al",
38117  unicodeslot=0x13E1,
38118 },
38119 [0x13E2]={
38120  category="lo",
38121  description="CHEROKEE LETTER TLV",
38122  direction="l",
38123  linebreak="al",
38124  unicodeslot=0x13E2,
38125 },
38126 [0x13E3]={
38127  category="lo",
38128  description="CHEROKEE LETTER TSA",
38129  direction="l",
38130  linebreak="al",
38131  unicodeslot=0x13E3,
38132 },
38133 [0x13E4]={
38134  category="lo",
38135  description="CHEROKEE LETTER TSE",
38136  direction="l",
38137  linebreak="al",
38138  unicodeslot=0x13E4,
38139 },
38140 [0x13E5]={
38141  category="lo",
38142  description="CHEROKEE LETTER TSI",
38143  direction="l",
38144  linebreak="al",
38145  unicodeslot=0x13E5,
38146 },
38147 [0x13E6]={
38148  category="lo",
38149  description="CHEROKEE LETTER TSO",
38150  direction="l",
38151  linebreak="al",
38152  unicodeslot=0x13E6,
38153 },
38154 [0x13E7]={
38155  category="lo",
38156  description="CHEROKEE LETTER TSU",
38157  direction="l",
38158  linebreak="al",
38159  unicodeslot=0x13E7,
38160 },
38161 [0x13E8]={
38162  category="lo",
38163  description="CHEROKEE LETTER TSV",
38164  direction="l",
38165  linebreak="al",
38166  unicodeslot=0x13E8,
38167 },
38168 [0x13E9]={
38169  category="lo",
38170  description="CHEROKEE LETTER WA",
38171  direction="l",
38172  linebreak="al",
38173  unicodeslot=0x13E9,
38174 },
38175 [0x13EA]={
38176  category="lo",
38177  description="CHEROKEE LETTER WE",
38178  direction="l",
38179  linebreak="al",
38180  unicodeslot=0x13EA,
38181 },
38182 [0x13EB]={
38183  category="lo",
38184  description="CHEROKEE LETTER WI",
38185  direction="l",
38186  linebreak="al",
38187  unicodeslot=0x13EB,
38188 },
38189 [0x13EC]={
38190  category="lo",
38191  description="CHEROKEE LETTER WO",
38192  direction="l",
38193  linebreak="al",
38194  unicodeslot=0x13EC,
38195 },
38196 [0x13ED]={
38197  category="lo",
38198  description="CHEROKEE LETTER WU",
38199  direction="l",
38200  linebreak="al",
38201  unicodeslot=0x13ED,
38202 },
38203 [0x13EE]={
38204  category="lo",
38205  description="CHEROKEE LETTER WV",
38206  direction="l",
38207  linebreak="al",
38208  unicodeslot=0x13EE,
38209 },
38210 [0x13EF]={
38211  category="lo",
38212  description="CHEROKEE LETTER YA",
38213  direction="l",
38214  linebreak="al",
38215  unicodeslot=0x13EF,
38216 },
38217 [0x13F0]={
38218  category="lo",
38219  description="CHEROKEE LETTER YE",
38220  direction="l",
38221  linebreak="al",
38222  unicodeslot=0x13F0,
38223 },
38224 [0x13F1]={
38225  category="lo",
38226  description="CHEROKEE LETTER YI",
38227  direction="l",
38228  linebreak="al",
38229  unicodeslot=0x13F1,
38230 },
38231 [0x13F2]={
38232  category="lo",
38233  description="CHEROKEE LETTER YO",
38234  direction="l",
38235  linebreak="al",
38236  unicodeslot=0x13F2,
38237 },
38238 [0x13F3]={
38239  category="lo",
38240  description="CHEROKEE LETTER YU",
38241  direction="l",
38242  linebreak="al",
38243  unicodeslot=0x13F3,
38244 },
38245 [0x13F4]={
38246  category="lo",
38247  description="CHEROKEE LETTER YV",
38248  direction="l",
38249  linebreak="al",
38250  unicodeslot=0x13F4,
38251 },
38252 [0x13F5]={
38253  category="lu",
38254  description="CHEROKEE LETTER MV",
38255  direction="l",
38256  linebreak="al",
38257  unicodeslot=0x13F5,
38258 },
38259 [0x13F8]={
38260  category="ll",
38261  description="CHEROKEE SMALL LETTER YE",
38262  direction="l",
38263  linebreak="al",
38264  uccode=0x13F0,
38265  unicodeslot=0x13F8,
38266 },
38267 [0x13F9]={
38268  category="ll",
38269  description="CHEROKEE SMALL LETTER YI",
38270  direction="l",
38271  linebreak="al",
38272  uccode=0x13F1,
38273  unicodeslot=0x13F9,
38274 },
38275 [0x13FA]={
38276  category="ll",
38277  description="CHEROKEE SMALL LETTER YO",
38278  direction="l",
38279  linebreak="al",
38280  uccode=0x13F2,
38281  unicodeslot=0x13FA,
38282 },
38283 [0x13FB]={
38284  category="ll",
38285  description="CHEROKEE SMALL LETTER YU",
38286  direction="l",
38287  linebreak="al",
38288  uccode=0x13F3,
38289  unicodeslot=0x13FB,
38290 },
38291 [0x13FC]={
38292  category="ll",
38293  description="CHEROKEE SMALL LETTER YV",
38294  direction="l",
38295  linebreak="al",
38296  uccode=0x13F4,
38297  unicodeslot=0x13FC,
38298 },
38299 [0x13FD]={
38300  category="ll",
38301  description="CHEROKEE SMALL LETTER MV",
38302  direction="l",
38303  linebreak="al",
38304  uccode=0x13F5,
38305  unicodeslot=0x13FD,
38306 },
38307 [0x1400]={
38308  category="pd",
38309  description="CANADIAN SYLLABICS HYPHEN",
38310  direction="on",
38311  linebreak="ba",
38312  unicodeslot=0x1400,
38313 },
38314 [0x1401]={
38315  category="lo",
38316  description="CANADIAN SYLLABICS E",
38317  direction="l",
38318  linebreak="al",
38319  unicodeslot=0x1401,
38320 },
38321 [0x1402]={
38322  category="lo",
38323  description="CANADIAN SYLLABICS AAI",
38324  direction="l",
38325  linebreak="al",
38326  unicodeslot=0x1402,
38327 },
38328 [0x1403]={
38329  category="lo",
38330  description="CANADIAN SYLLABICS I",
38331  direction="l",
38332  linebreak="al",
38333  unicodeslot=0x1403,
38334 },
38335 [0x1404]={
38336  category="lo",
38337  description="CANADIAN SYLLABICS II",
38338  direction="l",
38339  linebreak="al",
38340  unicodeslot=0x1404,
38341 },
38342 [0x1405]={
38343  category="lo",
38344  description="CANADIAN SYLLABICS O",
38345  direction="l",
38346  linebreak="al",
38347  unicodeslot=0x1405,
38348 },
38349 [0x1406]={
38350  category="lo",
38351  description="CANADIAN SYLLABICS OO",
38352  direction="l",
38353  linebreak="al",
38354  unicodeslot=0x1406,
38355 },
38356 [0x1407]={
38357  category="lo",
38358  description="CANADIAN SYLLABICS Y-CREE OO",
38359  direction="l",
38360  linebreak="al",
38361  unicodeslot=0x1407,
38362 },
38363 [0x1408]={
38364  category="lo",
38365  description="CANADIAN SYLLABICS CARRIER EE",
38366  direction="l",
38367  linebreak="al",
38368  unicodeslot=0x1408,
38369 },
38370 [0x1409]={
38371  category="lo",
38372  description="CANADIAN SYLLABICS CARRIER I",
38373  direction="l",
38374  linebreak="al",
38375  unicodeslot=0x1409,
38376 },
38377 [0x140A]={
38378  category="lo",
38379  description="CANADIAN SYLLABICS A",
38380  direction="l",
38381  linebreak="al",
38382  unicodeslot=0x140A,
38383 },
38384 [0x140B]={
38385  category="lo",
38386  description="CANADIAN SYLLABICS AA",
38387  direction="l",
38388  linebreak="al",
38389  unicodeslot=0x140B,
38390 },
38391 [0x140C]={
38392  category="lo",
38393  description="CANADIAN SYLLABICS WE",
38394  direction="l",
38395  linebreak="al",
38396  unicodeslot=0x140C,
38397 },
38398 [0x140D]={
38399  category="lo",
38400  description="CANADIAN SYLLABICS WEST-CREE WE",
38401  direction="l",
38402  linebreak="al",
38403  unicodeslot=0x140D,
38404 },
38405 [0x140E]={
38406  category="lo",
38407  description="CANADIAN SYLLABICS WI",
38408  direction="l",
38409  linebreak="al",
38410  unicodeslot=0x140E,
38411 },
38412 [0x140F]={
38413  category="lo",
38414  description="CANADIAN SYLLABICS WEST-CREE WI",
38415  direction="l",
38416  linebreak="al",
38417  unicodeslot=0x140F,
38418 },
38419 [0x1410]={
38420  category="lo",
38421  description="CANADIAN SYLLABICS WII",
38422  direction="l",
38423  linebreak="al",
38424  unicodeslot=0x1410,
38425 },
38426 [0x1411]={
38427  category="lo",
38428  description="CANADIAN SYLLABICS WEST-CREE WII",
38429  direction="l",
38430  linebreak="al",
38431  unicodeslot=0x1411,
38432 },
38433 [0x1412]={
38434  category="lo",
38435  description="CANADIAN SYLLABICS WO",
38436  direction="l",
38437  linebreak="al",
38438  unicodeslot=0x1412,
38439 },
38440 [0x1413]={
38441  category="lo",
38442  description="CANADIAN SYLLABICS WEST-CREE WO",
38443  direction="l",
38444  linebreak="al",
38445  unicodeslot=0x1413,
38446 },
38447 [0x1414]={
38448  category="lo",
38449  description="CANADIAN SYLLABICS WOO",
38450  direction="l",
38451  linebreak="al",
38452  unicodeslot=0x1414,
38453 },
38454 [0x1415]={
38455  category="lo",
38456  description="CANADIAN SYLLABICS WEST-CREE WOO",
38457  direction="l",
38458  linebreak="al",
38459  unicodeslot=0x1415,
38460 },
38461 [0x1416]={
38462  category="lo",
38463  description="CANADIAN SYLLABICS NASKAPI WOO",
38464  direction="l",
38465  linebreak="al",
38466  unicodeslot=0x1416,
38467 },
38468 [0x1417]={
38469  category="lo",
38470  description="CANADIAN SYLLABICS WA",
38471  direction="l",
38472  linebreak="al",
38473  unicodeslot=0x1417,
38474 },
38475 [0x1418]={
38476  category="lo",
38477  description="CANADIAN SYLLABICS WEST-CREE WA",
38478  direction="l",
38479  linebreak="al",
38480  unicodeslot=0x1418,
38481 },
38482 [0x1419]={
38483  category="lo",
38484  description="CANADIAN SYLLABICS WAA",
38485  direction="l",
38486  linebreak="al",
38487  unicodeslot=0x1419,
38488 },
38489 [0x141A]={
38490  category="lo",
38491  description="CANADIAN SYLLABICS WEST-CREE WAA",
38492  direction="l",
38493  linebreak="al",
38494  unicodeslot=0x141A,
38495 },
38496 [0x141B]={
38497  category="lo",
38498  description="CANADIAN SYLLABICS NASKAPI WAA",
38499  direction="l",
38500  linebreak="al",
38501  unicodeslot=0x141B,
38502 },
38503 [0x141C]={
38504  category="lo",
38505  description="CANADIAN SYLLABICS AI",
38506  direction="l",
38507  linebreak="al",
38508  unicodeslot=0x141C,
38509 },
38510 [0x141D]={
38511  category="lo",
38512  description="CANADIAN SYLLABICS Y-CREE W",
38513  direction="l",
38514  linebreak="al",
38515  unicodeslot=0x141D,
38516 },
38517 [0x141E]={
38518  category="lo",
38519  description="CANADIAN SYLLABICS GLOTTAL STOP",
38520  direction="l",
38521  linebreak="al",
38522  unicodeslot=0x141E,
38523 },
38524 [0x141F]={
38525  category="lo",
38526  description="CANADIAN SYLLABICS FINAL ACUTE",
38527  direction="l",
38528  linebreak="al",
38529  unicodeslot=0x141F,
38530 },
38531 [0x1420]={
38532  category="lo",
38533  description="CANADIAN SYLLABICS FINAL GRAVE",
38534  direction="l",
38535  linebreak="al",
38536  unicodeslot=0x1420,
38537 },
38538 [0x1421]={
38539  category="lo",
38540  description="CANADIAN SYLLABICS FINAL BOTTOM HALF RING",
38541  direction="l",
38542  linebreak="al",
38543  unicodeslot=0x1421,
38544 },
38545 [0x1422]={
38546  category="lo",
38547  description="CANADIAN SYLLABICS FINAL TOP HALF RING",
38548  direction="l",
38549  linebreak="al",
38550  unicodeslot=0x1422,
38551 },
38552 [0x1423]={
38553  category="lo",
38554  description="CANADIAN SYLLABICS FINAL RIGHT HALF RING",
38555  direction="l",
38556  linebreak="al",
38557  unicodeslot=0x1423,
38558 },
38559 [0x1424]={
38560  category="lo",
38561  description="CANADIAN SYLLABICS FINAL RING",
38562  direction="l",
38563  linebreak="al",
38564  unicodeslot=0x1424,
38565 },
38566 [0x1425]={
38567  category="lo",
38568  description="CANADIAN SYLLABICS FINAL DOUBLE ACUTE",
38569  direction="l",
38570  linebreak="al",
38571  unicodeslot=0x1425,
38572 },
38573 [0x1426]={
38574  category="lo",
38575  description="CANADIAN SYLLABICS FINAL DOUBLE SHORT VERTICAL STROKES",
38576  direction="l",
38577  linebreak="al",
38578  unicodeslot=0x1426,
38579 },
38580 [0x1427]={
38581  category="lo",
38582  description="CANADIAN SYLLABICS FINAL MIDDLE DOT",
38583  direction="l",
38584  linebreak="al",
38585  unicodeslot=0x1427,
38586 },
38587 [0x1428]={
38588  category="lo",
38589  description="CANADIAN SYLLABICS FINAL SHORT HORIZONTAL STROKE",
38590  direction="l",
38591  linebreak="al",
38592  unicodeslot=0x1428,
38593 },
38594 [0x1429]={
38595  category="lo",
38596  description="CANADIAN SYLLABICS FINAL PLUS",
38597  direction="l",
38598  linebreak="al",
38599  unicodeslot=0x1429,
38600 },
38601 [0x142A]={
38602  category="lo",
38603  description="CANADIAN SYLLABICS FINAL DOWN TACK",
38604  direction="l",
38605  linebreak="al",
38606  unicodeslot=0x142A,
38607 },
38608 [0x142B]={
38609  category="lo",
38610  description="CANADIAN SYLLABICS EN",
38611  direction="l",
38612  linebreak="al",
38613  unicodeslot=0x142B,
38614 },
38615 [0x142C]={
38616  category="lo",
38617  description="CANADIAN SYLLABICS IN",
38618  direction="l",
38619  linebreak="al",
38620  unicodeslot=0x142C,
38621 },
38622 [0x142D]={
38623  category="lo",
38624  description="CANADIAN SYLLABICS ON",
38625  direction="l",
38626  linebreak="al",
38627  unicodeslot=0x142D,
38628 },
38629 [0x142E]={
38630  category="lo",
38631  description="CANADIAN SYLLABICS AN",
38632  direction="l",
38633  linebreak="al",
38634  unicodeslot=0x142E,
38635 },
38636 [0x142F]={
38637  category="lo",
38638  description="CANADIAN SYLLABICS PE",
38639  direction="l",
38640  linebreak="al",
38641  unicodeslot=0x142F,
38642 },
38643 [0x1430]={
38644  category="lo",
38645  description="CANADIAN SYLLABICS PAAI",
38646  direction="l",
38647  linebreak="al",
38648  unicodeslot=0x1430,
38649 },
38650 [0x1431]={
38651  category="lo",
38652  description="CANADIAN SYLLABICS PI",
38653  direction="l",
38654  linebreak="al",
38655  unicodeslot=0x1431,
38656 },
38657 [0x1432]={
38658  category="lo",
38659  description="CANADIAN SYLLABICS PII",
38660  direction="l",
38661  linebreak="al",
38662  unicodeslot=0x1432,
38663 },
38664 [0x1433]={
38665  category="lo",
38666  description="CANADIAN SYLLABICS PO",
38667  direction="l",
38668  linebreak="al",
38669  unicodeslot=0x1433,
38670 },
38671 [0x1434]={
38672  category="lo",
38673  description="CANADIAN SYLLABICS POO",
38674  direction="l",
38675  linebreak="al",
38676  unicodeslot=0x1434,
38677 },
38678 [0x1435]={
38679  category="lo",
38680  description="CANADIAN SYLLABICS Y-CREE POO",
38681  direction="l",
38682  linebreak="al",
38683  unicodeslot=0x1435,
38684 },
38685 [0x1436]={
38686  category="lo",
38687  description="CANADIAN SYLLABICS CARRIER HEE",
38688  direction="l",
38689  linebreak="al",
38690  unicodeslot=0x1436,
38691 },
38692 [0x1437]={
38693  category="lo",
38694  description="CANADIAN SYLLABICS CARRIER HI",
38695  direction="l",
38696  linebreak="al",
38697  unicodeslot=0x1437,
38698 },
38699 [0x1438]={
38700  category="lo",
38701  description="CANADIAN SYLLABICS PA",
38702  direction="l",
38703  linebreak="al",
38704  unicodeslot=0x1438,
38705 },
38706 [0x1439]={
38707  category="lo",
38708  description="CANADIAN SYLLABICS PAA",
38709  direction="l",
38710  linebreak="al",
38711  unicodeslot=0x1439,
38712 },
38713 [0x143A]={
38714  category="lo",
38715  description="CANADIAN SYLLABICS PWE",
38716  direction="l",
38717  linebreak="al",
38718  unicodeslot=0x143A,
38719 },
38720 [0x143B]={
38721  category="lo",
38722  description="CANADIAN SYLLABICS WEST-CREE PWE",
38723  direction="l",
38724  linebreak="al",
38725  unicodeslot=0x143B,
38726 },
38727 [0x143C]={
38728  category="lo",
38729  description="CANADIAN SYLLABICS PWI",
38730  direction="l",
38731  linebreak="al",
38732  unicodeslot=0x143C,
38733 },
38734 [0x143D]={
38735  category="lo",
38736  description="CANADIAN SYLLABICS WEST-CREE PWI",
38737  direction="l",
38738  linebreak="al",
38739  unicodeslot=0x143D,
38740 },
38741 [0x143E]={
38742  category="lo",
38743  description="CANADIAN SYLLABICS PWII",
38744  direction="l",
38745  linebreak="al",
38746  unicodeslot=0x143E,
38747 },
38748 [0x143F]={
38749  category="lo",
38750  description="CANADIAN SYLLABICS WEST-CREE PWII",
38751  direction="l",
38752  linebreak="al",
38753  unicodeslot=0x143F,
38754 },
38755 [0x1440]={
38756  category="lo",
38757  description="CANADIAN SYLLABICS PWO",
38758  direction="l",
38759  linebreak="al",
38760  unicodeslot=0x1440,
38761 },
38762 [0x1441]={
38763  category="lo",
38764  description="CANADIAN SYLLABICS WEST-CREE PWO",
38765  direction="l",
38766  linebreak="al",
38767  unicodeslot=0x1441,
38768 },
38769 [0x1442]={
38770  category="lo",
38771  description="CANADIAN SYLLABICS PWOO",
38772  direction="l",
38773  linebreak="al",
38774  unicodeslot=0x1442,
38775 },
38776 [0x1443]={
38777  category="lo",
38778  description="CANADIAN SYLLABICS WEST-CREE PWOO",
38779  direction="l",
38780  linebreak="al",
38781  unicodeslot=0x1443,
38782 },
38783 [0x1444]={
38784  category="lo",
38785  description="CANADIAN SYLLABICS PWA",
38786  direction="l",
38787  linebreak="al",
38788  unicodeslot=0x1444,
38789 },
38790 [0x1445]={
38791  category="lo",
38792  description="CANADIAN SYLLABICS WEST-CREE PWA",
38793  direction="l",
38794  linebreak="al",
38795  unicodeslot=0x1445,
38796 },
38797 [0x1446]={
38798  category="lo",
38799  description="CANADIAN SYLLABICS PWAA",
38800  direction="l",
38801  linebreak="al",
38802  unicodeslot=0x1446,
38803 },
38804 [0x1447]={
38805  category="lo",
38806  description="CANADIAN SYLLABICS WEST-CREE PWAA",
38807  direction="l",
38808  linebreak="al",
38809  unicodeslot=0x1447,
38810 },
38811 [0x1448]={
38812  category="lo",
38813  description="CANADIAN SYLLABICS Y-CREE PWAA",
38814  direction="l",
38815  linebreak="al",
38816  unicodeslot=0x1448,
38817 },
38818 [0x1449]={
38819  category="lo",
38820  description="CANADIAN SYLLABICS P",
38821  direction="l",
38822  linebreak="al",
38823  unicodeslot=0x1449,
38824 },
38825 [0x144A]={
38826  category="lo",
38827  description="CANADIAN SYLLABICS WEST-CREE P",
38828  direction="l",
38829  linebreak="al",
38830  unicodeslot=0x144A,
38831 },
38832 [0x144B]={
38833  category="lo",
38834  description="CANADIAN SYLLABICS CARRIER H",
38835  direction="l",
38836  linebreak="al",
38837  unicodeslot=0x144B,
38838 },
38839 [0x144C]={
38840  category="lo",
38841  description="CANADIAN SYLLABICS TE",
38842  direction="l",
38843  linebreak="al",
38844  unicodeslot=0x144C,
38845 },
38846 [0x144D]={
38847  category="lo",
38848  description="CANADIAN SYLLABICS TAAI",
38849  direction="l",
38850  linebreak="al",
38851  unicodeslot=0x144D,
38852 },
38853 [0x144E]={
38854  category="lo",
38855  description="CANADIAN SYLLABICS TI",
38856  direction="l",
38857  linebreak="al",
38858  unicodeslot=0x144E,
38859 },
38860 [0x144F]={
38861  category="lo",
38862  description="CANADIAN SYLLABICS TII",
38863  direction="l",
38864  linebreak="al",
38865  unicodeslot=0x144F,
38866 },
38867 [0x1450]={
38868  category="lo",
38869  description="CANADIAN SYLLABICS TO",
38870  direction="l",
38871  linebreak="al",
38872  unicodeslot=0x1450,
38873 },
38874 [0x1451]={
38875  category="lo",
38876  description="CANADIAN SYLLABICS TOO",
38877  direction="l",
38878  linebreak="al",
38879  unicodeslot=0x1451,
38880 },
38881 [0x1452]={
38882  category="lo",
38883  description="CANADIAN SYLLABICS Y-CREE TOO",
38884  direction="l",
38885  linebreak="al",
38886  unicodeslot=0x1452,
38887 },
38888 [0x1453]={
38889  category="lo",
38890  description="CANADIAN SYLLABICS CARRIER DEE",
38891  direction="l",
38892  linebreak="al",
38893  unicodeslot=0x1453,
38894 },
38895 [0x1454]={
38896  category="lo",
38897  description="CANADIAN SYLLABICS CARRIER DI",
38898  direction="l",
38899  linebreak="al",
38900  unicodeslot=0x1454,
38901 },
38902 [0x1455]={
38903  category="lo",
38904  description="CANADIAN SYLLABICS TA",
38905  direction="l",
38906  linebreak="al",
38907  unicodeslot=0x1455,
38908 },
38909 [0x1456]={
38910  category="lo",
38911  description="CANADIAN SYLLABICS TAA",
38912  direction="l",
38913  linebreak="al",
38914  unicodeslot=0x1456,
38915 },
38916 [0x1457]={
38917  category="lo",
38918  description="CANADIAN SYLLABICS TWE",
38919  direction="l",
38920  linebreak="al",
38921  unicodeslot=0x1457,
38922 },
38923 [0x1458]={
38924  category="lo",
38925  description="CANADIAN SYLLABICS WEST-CREE TWE",
38926  direction="l",
38927  linebreak="al",
38928  unicodeslot=0x1458,
38929 },
38930 [0x1459]={
38931  category="lo",
38932  description="CANADIAN SYLLABICS TWI",
38933  direction="l",
38934  linebreak="al",
38935  unicodeslot=0x1459,
38936 },
38937 [0x145A]={
38938  category="lo",
38939  description="CANADIAN SYLLABICS WEST-CREE TWI",
38940  direction="l",
38941  linebreak="al",
38942  unicodeslot=0x145A,
38943 },
38944 [0x145B]={
38945  category="lo",
38946  description="CANADIAN SYLLABICS TWII",
38947  direction="l",
38948  linebreak="al",
38949  unicodeslot=0x145B,
38950 },
38951 [0x145C]={
38952  category="lo",
38953  description="CANADIAN SYLLABICS WEST-CREE TWII",
38954  direction="l",
38955  linebreak="al",
38956  unicodeslot=0x145C,
38957 },
38958 [0x145D]={
38959  category="lo",
38960  description="CANADIAN SYLLABICS TWO",
38961  direction="l",
38962  linebreak="al",
38963  unicodeslot=0x145D,
38964 },
38965 [0x145E]={
38966  category="lo",
38967  description="CANADIAN SYLLABICS WEST-CREE TWO",
38968  direction="l",
38969  linebreak="al",
38970  unicodeslot=0x145E,
38971 },
38972 [0x145F]={
38973  category="lo",
38974  description="CANADIAN SYLLABICS TWOO",
38975  direction="l",
38976  linebreak="al",
38977  unicodeslot=0x145F,
38978 },
38979 [0x1460]={
38980  category="lo",
38981  description="CANADIAN SYLLABICS WEST-CREE TWOO",
38982  direction="l",
38983  linebreak="al",
38984  unicodeslot=0x1460,
38985 },
38986 [0x1461]={
38987  category="lo",
38988  description="CANADIAN SYLLABICS TWA",
38989  direction="l",
38990  linebreak="al",
38991  unicodeslot=0x1461,
38992 },
38993 [0x1462]={
38994  category="lo",
38995  description="CANADIAN SYLLABICS WEST-CREE TWA",
38996  direction="l",
38997  linebreak="al",
38998  unicodeslot=0x1462,
38999 },
39000 [0x1463]={
39001  category="lo",
39002  description="CANADIAN SYLLABICS TWAA",
39003  direction="l",
39004  linebreak="al",
39005  unicodeslot=0x1463,
39006 },
39007 [0x1464]={
39008  category="lo",
39009  description="CANADIAN SYLLABICS WEST-CREE TWAA",
39010  direction="l",
39011  linebreak="al",
39012  unicodeslot=0x1464,
39013 },
39014 [0x1465]={
39015  category="lo",
39016  description="CANADIAN SYLLABICS NASKAPI TWAA",
39017  direction="l",
39018  linebreak="al",
39019  unicodeslot=0x1465,
39020 },
39021 [0x1466]={
39022  category="lo",
39023  description="CANADIAN SYLLABICS T",
39024  direction="l",
39025  linebreak="al",
39026  unicodeslot=0x1466,
39027 },
39028 [0x1467]={
39029  category="lo",
39030  description="CANADIAN SYLLABICS TTE",
39031  direction="l",
39032  linebreak="al",
39033  unicodeslot=0x1467,
39034 },
39035 [0x1468]={
39036  category="lo",
39037  description="CANADIAN SYLLABICS TTI",
39038  direction="l",
39039  linebreak="al",
39040  unicodeslot=0x1468,
39041 },
39042 [0x1469]={
39043  category="lo",
39044  description="CANADIAN SYLLABICS TTO",
39045  direction="l",
39046  linebreak="al",
39047  unicodeslot=0x1469,
39048 },
39049 [0x146A]={
39050  category="lo",
39051  description="CANADIAN SYLLABICS TTA",
39052  direction="l",
39053  linebreak="al",
39054  unicodeslot=0x146A,
39055 },
39056 [0x146B]={
39057  category="lo",
39058  description="CANADIAN SYLLABICS KE",
39059  direction="l",
39060  linebreak="al",
39061  unicodeslot=0x146B,
39062 },
39063 [0x146C]={
39064  category="lo",
39065  description="CANADIAN SYLLABICS KAAI",
39066  direction="l",
39067  linebreak="al",
39068  unicodeslot=0x146C,
39069 },
39070 [0x146D]={
39071  category="lo",
39072  description="CANADIAN SYLLABICS KI",
39073  direction="l",
39074  linebreak="al",
39075  unicodeslot=0x146D,
39076 },
39077 [0x146E]={
39078  category="lo",
39079  description="CANADIAN SYLLABICS KII",
39080  direction="l",
39081  linebreak="al",
39082  unicodeslot=0x146E,
39083 },
39084 [0x146F]={
39085  category="lo",
39086  description="CANADIAN SYLLABICS KO",
39087  direction="l",
39088  linebreak="al",
39089  unicodeslot=0x146F,
39090 },
39091 [0x1470]={
39092  category="lo",
39093  description="CANADIAN SYLLABICS KOO",
39094  direction="l",
39095  linebreak="al",
39096  unicodeslot=0x1470,
39097 },
39098 [0x1471]={
39099  category="lo",
39100  description="CANADIAN SYLLABICS Y-CREE KOO",
39101  direction="l",
39102  linebreak="al",
39103  unicodeslot=0x1471,
39104 },
39105 [0x1472]={
39106  category="lo",
39107  description="CANADIAN SYLLABICS KA",
39108  direction="l",
39109  linebreak="al",
39110  unicodeslot=0x1472,
39111 },
39112 [0x1473]={
39113  category="lo",
39114  description="CANADIAN SYLLABICS KAA",
39115  direction="l",
39116  linebreak="al",
39117  unicodeslot=0x1473,
39118 },
39119 [0x1474]={
39120  category="lo",
39121  description="CANADIAN SYLLABICS KWE",
39122  direction="l",
39123  linebreak="al",
39124  unicodeslot=0x1474,
39125 },
39126 [0x1475]={
39127  category="lo",
39128  description="CANADIAN SYLLABICS WEST-CREE KWE",
39129  direction="l",
39130  linebreak="al",
39131  unicodeslot=0x1475,
39132 },
39133 [0x1476]={
39134  category="lo",
39135  description="CANADIAN SYLLABICS KWI",
39136  direction="l",
39137  linebreak="al",
39138  unicodeslot=0x1476,
39139 },
39140 [0x1477]={
39141  category="lo",
39142  description="CANADIAN SYLLABICS WEST-CREE KWI",
39143  direction="l",
39144  linebreak="al",
39145  unicodeslot=0x1477,
39146 },
39147 [0x1478]={
39148  category="lo",
39149  description="CANADIAN SYLLABICS KWII",
39150  direction="l",
39151  linebreak="al",
39152  unicodeslot=0x1478,
39153 },
39154 [0x1479]={
39155  category="lo",
39156  description="CANADIAN SYLLABICS WEST-CREE KWII",
39157  direction="l",
39158  linebreak="al",
39159  unicodeslot=0x1479,
39160 },
39161 [0x147A]={
39162  category="lo",
39163  description="CANADIAN SYLLABICS KWO",
39164  direction="l",
39165  linebreak="al",
39166  unicodeslot=0x147A,
39167 },
39168 [0x147B]={
39169  category="lo",
39170  description="CANADIAN SYLLABICS WEST-CREE KWO",
39171  direction="l",
39172  linebreak="al",
39173  unicodeslot=0x147B,
39174 },
39175 [0x147C]={
39176  category="lo",
39177  description="CANADIAN SYLLABICS KWOO",
39178  direction="l",
39179  linebreak="al",
39180  unicodeslot=0x147C,
39181 },
39182 [0x147D]={
39183  category="lo",
39184  description="CANADIAN SYLLABICS WEST-CREE KWOO",
39185  direction="l",
39186  linebreak="al",
39187  unicodeslot=0x147D,
39188 },
39189 [0x147E]={
39190  category="lo",
39191  description="CANADIAN SYLLABICS KWA",
39192  direction="l",
39193  linebreak="al",
39194  unicodeslot=0x147E,
39195 },
39196 [0x147F]={
39197  category="lo",
39198  description="CANADIAN SYLLABICS WEST-CREE KWA",
39199  direction="l",
39200  linebreak="al",
39201  unicodeslot=0x147F,
39202 },
39203 [0x1480]={
39204  category="lo",
39205  description="CANADIAN SYLLABICS KWAA",
39206  direction="l",
39207  linebreak="al",
39208  unicodeslot=0x1480,
39209 },
39210 [0x1481]={
39211  category="lo",
39212  description="CANADIAN SYLLABICS WEST-CREE KWAA",
39213  direction="l",
39214  linebreak="al",
39215  unicodeslot=0x1481,
39216 },
39217 [0x1482]={
39218  category="lo",
39219  description="CANADIAN SYLLABICS NASKAPI KWAA",
39220  direction="l",
39221  linebreak="al",
39222  unicodeslot=0x1482,
39223 },
39224 [0x1483]={
39225  category="lo",
39226  description="CANADIAN SYLLABICS K",
39227  direction="l",
39228  linebreak="al",
39229  unicodeslot=0x1483,
39230 },
39231 [0x1484]={
39232  category="lo",
39233  description="CANADIAN SYLLABICS KW",
39234  direction="l",
39235  linebreak="al",
39236  unicodeslot=0x1484,
39237 },
39238 [0x1485]={
39239  category="lo",
39240  description="CANADIAN SYLLABICS SOUTH-SLAVEY KEH",
39241  direction="l",
39242  linebreak="al",
39243  unicodeslot=0x1485,
39244 },
39245 [0x1486]={
39246  category="lo",
39247  description="CANADIAN SYLLABICS SOUTH-SLAVEY KIH",
39248  direction="l",
39249  linebreak="al",
39250  unicodeslot=0x1486,
39251 },
39252 [0x1487]={
39253  category="lo",
39254  description="CANADIAN SYLLABICS SOUTH-SLAVEY KOH",
39255  direction="l",
39256  linebreak="al",
39257  unicodeslot=0x1487,
39258 },
39259 [0x1488]={
39260  category="lo",
39261  description="CANADIAN SYLLABICS SOUTH-SLAVEY KAH",
39262  direction="l",
39263  linebreak="al",
39264  unicodeslot=0x1488,
39265 },
39266 [0x1489]={
39267  category="lo",
39268  description="CANADIAN SYLLABICS CE",
39269  direction="l",
39270  linebreak="al",
39271  unicodeslot=0x1489,
39272 },
39273 [0x148A]={
39274  category="lo",
39275  description="CANADIAN SYLLABICS CAAI",
39276  direction="l",
39277  linebreak="al",
39278  unicodeslot=0x148A,
39279 },
39280 [0x148B]={
39281  category="lo",
39282  description="CANADIAN SYLLABICS CI",
39283  direction="l",
39284  linebreak="al",
39285  unicodeslot=0x148B,
39286 },
39287 [0x148C]={
39288  category="lo",
39289  description="CANADIAN SYLLABICS CII",
39290  direction="l",
39291  linebreak="al",
39292  unicodeslot=0x148C,
39293 },
39294 [0x148D]={
39295  category="lo",
39296  description="CANADIAN SYLLABICS CO",
39297  direction="l",
39298  linebreak="al",
39299  unicodeslot=0x148D,
39300 },
39301 [0x148E]={
39302  category="lo",
39303  description="CANADIAN SYLLABICS COO",
39304  direction="l",
39305  linebreak="al",
39306  unicodeslot=0x148E,
39307 },
39308 [0x148F]={
39309  category="lo",
39310  description="CANADIAN SYLLABICS Y-CREE COO",
39311  direction="l",
39312  linebreak="al",
39313  unicodeslot=0x148F,
39314 },
39315 [0x1490]={
39316  category="lo",
39317  description="CANADIAN SYLLABICS CA",
39318  direction="l",
39319  linebreak="al",
39320  unicodeslot=0x1490,
39321 },
39322 [0x1491]={
39323  category="lo",
39324  description="CANADIAN SYLLABICS CAA",
39325  direction="l",
39326  linebreak="al",
39327  unicodeslot=0x1491,
39328 },
39329 [0x1492]={
39330  category="lo",
39331  description="CANADIAN SYLLABICS CWE",
39332  direction="l",
39333  linebreak="al",
39334  unicodeslot=0x1492,
39335 },
39336 [0x1493]={
39337  category="lo",
39338  description="CANADIAN SYLLABICS WEST-CREE CWE",
39339  direction="l",
39340  linebreak="al",
39341  unicodeslot=0x1493,
39342 },
39343 [0x1494]={
39344  category="lo",
39345  description="CANADIAN SYLLABICS CWI",
39346  direction="l",
39347  linebreak="al",
39348  unicodeslot=0x1494,
39349 },
39350 [0x1495]={
39351  category="lo",
39352  description="CANADIAN SYLLABICS WEST-CREE CWI",
39353  direction="l",
39354  linebreak="al",
39355  unicodeslot=0x1495,
39356 },
39357 [0x1496]={
39358  category="lo",
39359  description="CANADIAN SYLLABICS CWII",
39360  direction="l",
39361  linebreak="al",
39362  unicodeslot=0x1496,
39363 },
39364 [0x1497]={
39365  category="lo",
39366  description="CANADIAN SYLLABICS WEST-CREE CWII",
39367  direction="l",
39368  linebreak="al",
39369  unicodeslot=0x1497,
39370 },
39371 [0x1498]={
39372  category="lo",
39373  description="CANADIAN SYLLABICS CWO",
39374  direction="l",
39375  linebreak="al",
39376  unicodeslot=0x1498,
39377 },
39378 [0x1499]={
39379  category="lo",
39380  description="CANADIAN SYLLABICS WEST-CREE CWO",
39381  direction="l",
39382  linebreak="al",
39383  unicodeslot=0x1499,
39384 },
39385 [0x149A]={
39386  category="lo",
39387  description="CANADIAN SYLLABICS CWOO",
39388  direction="l",
39389  linebreak="al",
39390  unicodeslot=0x149A,
39391 },
39392 [0x149B]={
39393  category="lo",
39394  description="CANADIAN SYLLABICS WEST-CREE CWOO",
39395  direction="l",
39396  linebreak="al",
39397  unicodeslot=0x149B,
39398 },
39399 [0x149C]={
39400  category="lo",
39401  description="CANADIAN SYLLABICS CWA",
39402  direction="l",
39403  linebreak="al",
39404  unicodeslot=0x149C,
39405 },
39406 [0x149D]={
39407  category="lo",
39408  description="CANADIAN SYLLABICS WEST-CREE CWA",
39409  direction="l",
39410  linebreak="al",
39411  unicodeslot=0x149D,
39412 },
39413 [0x149E]={
39414  category="lo",
39415  description="CANADIAN SYLLABICS CWAA",
39416  direction="l",
39417  linebreak="al",
39418  unicodeslot=0x149E,
39419 },
39420 [0x149F]={
39421  category="lo",
39422  description="CANADIAN SYLLABICS WEST-CREE CWAA",
39423  direction="l",
39424  linebreak="al",
39425  unicodeslot=0x149F,
39426 },
39427 [0x14A0]={
39428  category="lo",
39429  description="CANADIAN SYLLABICS NASKAPI CWAA",
39430  direction="l",
39431  linebreak="al",
39432  unicodeslot=0x14A0,
39433 },
39434 [0x14A1]={
39435  category="lo",
39436  description="CANADIAN SYLLABICS C",
39437  direction="l",
39438  linebreak="al",
39439  unicodeslot=0x14A1,
39440 },
39441 [0x14A2]={
39442  category="lo",
39443  description="CANADIAN SYLLABICS SAYISI TH",
39444  direction="l",
39445  linebreak="al",
39446  unicodeslot=0x14A2,
39447 },
39448 [0x14A3]={
39449  category="lo",
39450  description="CANADIAN SYLLABICS ME",
39451  direction="l",
39452  linebreak="al",
39453  unicodeslot=0x14A3,
39454 },
39455 [0x14A4]={
39456  category="lo",
39457  description="CANADIAN SYLLABICS MAAI",
39458  direction="l",
39459  linebreak="al",
39460  unicodeslot=0x14A4,
39461 },
39462 [0x14A5]={
39463  category="lo",
39464  description="CANADIAN SYLLABICS MI",
39465  direction="l",
39466  linebreak="al",
39467  unicodeslot=0x14A5,
39468 },
39469 [0x14A6]={
39470  category="lo",
39471  description="CANADIAN SYLLABICS MII",
39472  direction="l",
39473  linebreak="al",
39474  unicodeslot=0x14A6,
39475 },
39476 [0x14A7]={
39477  category="lo",
39478  description="CANADIAN SYLLABICS MO",
39479  direction="l",
39480  linebreak="al",
39481  unicodeslot=0x14A7,
39482 },
39483 [0x14A8]={
39484  category="lo",
39485  description="CANADIAN SYLLABICS MOO",
39486  direction="l",
39487  linebreak="al",
39488  unicodeslot=0x14A8,
39489 },
39490 [0x14A9]={
39491  category="lo",
39492  description="CANADIAN SYLLABICS Y-CREE MOO",
39493  direction="l",
39494  linebreak="al",
39495  unicodeslot=0x14A9,
39496 },
39497 [0x14AA]={
39498  category="lo",
39499  description="CANADIAN SYLLABICS MA",
39500  direction="l",
39501  linebreak="al",
39502  unicodeslot=0x14AA,
39503 },
39504 [0x14AB]={
39505  category="lo",
39506  description="CANADIAN SYLLABICS MAA",
39507  direction="l",
39508  linebreak="al",
39509  unicodeslot=0x14AB,
39510 },
39511 [0x14AC]={
39512  category="lo",
39513  description="CANADIAN SYLLABICS MWE",
39514  direction="l",
39515  linebreak="al",
39516  unicodeslot=0x14AC,
39517 },
39518 [0x14AD]={
39519  category="lo",
39520  description="CANADIAN SYLLABICS WEST-CREE MWE",
39521  direction="l",
39522  linebreak="al",
39523  unicodeslot=0x14AD,
39524 },
39525 [0x14AE]={
39526  category="lo",
39527  description="CANADIAN SYLLABICS MWI",
39528  direction="l",
39529  linebreak="al",
39530  unicodeslot=0x14AE,
39531 },
39532 [0x14AF]={
39533  category="lo",
39534  description="CANADIAN SYLLABICS WEST-CREE MWI",
39535  direction="l",
39536  linebreak="al",
39537  unicodeslot=0x14AF,
39538 },
39539 [0x14B0]={
39540  category="lo",
39541  description="CANADIAN SYLLABICS MWII",
39542  direction="l",
39543  linebreak="al",
39544  unicodeslot=0x14B0,
39545 },
39546 [0x14B1]={
39547  category="lo",
39548  description="CANADIAN SYLLABICS WEST-CREE MWII",
39549  direction="l",
39550  linebreak="al",
39551  unicodeslot=0x14B1,
39552 },
39553 [0x14B2]={
39554  category="lo",
39555  description="CANADIAN SYLLABICS MWO",
39556  direction="l",
39557  linebreak="al",
39558  unicodeslot=0x14B2,
39559 },
39560 [0x14B3]={
39561  category="lo",
39562  description="CANADIAN SYLLABICS WEST-CREE MWO",
39563  direction="l",
39564  linebreak="al",
39565  unicodeslot=0x14B3,
39566 },
39567 [0x14B4]={
39568  category="lo",
39569  description="CANADIAN SYLLABICS MWOO",
39570  direction="l",
39571  linebreak="al",
39572  unicodeslot=0x14B4,
39573 },
39574 [0x14B5]={
39575  category="lo",
39576  description="CANADIAN SYLLABICS WEST-CREE MWOO",
39577  direction="l",
39578  linebreak="al",
39579  unicodeslot=0x14B5,
39580 },
39581 [0x14B6]={
39582  category="lo",
39583  description="CANADIAN SYLLABICS MWA",
39584  direction="l",
39585  linebreak="al",
39586  unicodeslot=0x14B6,
39587 },
39588 [0x14B7]={
39589  category="lo",
39590  description="CANADIAN SYLLABICS WEST-CREE MWA",
39591  direction="l",
39592  linebreak="al",
39593  unicodeslot=0x14B7,
39594 },
39595 [0x14B8]={
39596  category="lo",
39597  description="CANADIAN SYLLABICS MWAA",
39598  direction="l",
39599  linebreak="al",
39600  unicodeslot=0x14B8,
39601 },
39602 [0x14B9]={
39603  category="lo",
39604  description="CANADIAN SYLLABICS WEST-CREE MWAA",
39605  direction="l",
39606  linebreak="al",
39607  unicodeslot=0x14B9,
39608 },
39609 [0x14BA]={
39610  category="lo",
39611  description="CANADIAN SYLLABICS NASKAPI MWAA",
39612  direction="l",
39613  linebreak="al",
39614  unicodeslot=0x14BA,
39615 },
39616 [0x14BB]={
39617  category="lo",
39618  description="CANADIAN SYLLABICS M",
39619  direction="l",
39620  linebreak="al",
39621  unicodeslot=0x14BB,
39622 },
39623 [0x14BC]={
39624  category="lo",
39625  description="CANADIAN SYLLABICS WEST-CREE M",
39626  direction="l",
39627  linebreak="al",
39628  unicodeslot=0x14BC,
39629 },
39630 [0x14BD]={
39631  category="lo",
39632  description="CANADIAN SYLLABICS MH",
39633  direction="l",
39634  linebreak="al",
39635  unicodeslot=0x14BD,
39636 },
39637 [0x14BE]={
39638  category="lo",
39639  description="CANADIAN SYLLABICS ATHAPASCAN M",
39640  direction="l",
39641  linebreak="al",
39642  unicodeslot=0x14BE,
39643 },
39644 [0x14BF]={
39645  category="lo",
39646  description="CANADIAN SYLLABICS SAYISI M",
39647  direction="l",
39648  linebreak="al",
39649  unicodeslot=0x14BF,
39650 },
39651 [0x14C0]={
39652  category="lo",
39653  description="CANADIAN SYLLABICS NE",
39654  direction="l",
39655  linebreak="al",
39656  unicodeslot=0x14C0,
39657 },
39658 [0x14C1]={
39659  category="lo",
39660  description="CANADIAN SYLLABICS NAAI",
39661  direction="l",
39662  linebreak="al",
39663  unicodeslot=0x14C1,
39664 },
39665 [0x14C2]={
39666  category="lo",
39667  description="CANADIAN SYLLABICS NI",
39668  direction="l",
39669  linebreak="al",
39670  unicodeslot=0x14C2,
39671 },
39672 [0x14C3]={
39673  category="lo",
39674  description="CANADIAN SYLLABICS NII",
39675  direction="l",
39676  linebreak="al",
39677  unicodeslot=0x14C3,
39678 },
39679 [0x14C4]={
39680  category="lo",
39681  description="CANADIAN SYLLABICS NO",
39682  direction="l",
39683  linebreak="al",
39684  unicodeslot=0x14C4,
39685 },
39686 [0x14C5]={
39687  category="lo",
39688  description="CANADIAN SYLLABICS NOO",
39689  direction="l",
39690  linebreak="al",
39691  unicodeslot=0x14C5,
39692 },
39693 [0x14C6]={
39694  category="lo",
39695  description="CANADIAN SYLLABICS Y-CREE NOO",
39696  direction="l",
39697  linebreak="al",
39698  unicodeslot=0x14C6,
39699 },
39700 [0x14C7]={
39701  category="lo",
39702  description="CANADIAN SYLLABICS NA",
39703  direction="l",
39704  linebreak="al",
39705  unicodeslot=0x14C7,
39706 },
39707 [0x14C8]={
39708  category="lo",
39709  description="CANADIAN SYLLABICS NAA",
39710  direction="l",
39711  linebreak="al",
39712  unicodeslot=0x14C8,
39713 },
39714 [0x14C9]={
39715  category="lo",
39716  description="CANADIAN SYLLABICS NWE",
39717  direction="l",
39718  linebreak="al",
39719  unicodeslot=0x14C9,
39720 },
39721 [0x14CA]={
39722  category="lo",
39723  description="CANADIAN SYLLABICS WEST-CREE NWE",
39724  direction="l",
39725  linebreak="al",
39726  unicodeslot=0x14CA,
39727 },
39728 [0x14CB]={
39729  category="lo",
39730  description="CANADIAN SYLLABICS NWA",
39731  direction="l",
39732  linebreak="al",
39733  unicodeslot=0x14CB,
39734 },
39735 [0x14CC]={
39736  category="lo",
39737  description="CANADIAN SYLLABICS WEST-CREE NWA",
39738  direction="l",
39739  linebreak="al",
39740  unicodeslot=0x14CC,
39741 },
39742 [0x14CD]={
39743  category="lo",
39744  description="CANADIAN SYLLABICS NWAA",
39745  direction="l",
39746  linebreak="al",
39747  unicodeslot=0x14CD,
39748 },
39749 [0x14CE]={
39750  category="lo",
39751  description="CANADIAN SYLLABICS WEST-CREE NWAA",
39752  direction="l",
39753  linebreak="al",
39754  unicodeslot=0x14CE,
39755 },
39756 [0x14CF]={
39757  category="lo",
39758  description="CANADIAN SYLLABICS NASKAPI NWAA",
39759  direction="l",
39760  linebreak="al",
39761  unicodeslot=0x14CF,
39762 },
39763 [0x14D0]={
39764  category="lo",
39765  description="CANADIAN SYLLABICS N",
39766  direction="l",
39767  linebreak="al",
39768  unicodeslot=0x14D0,
39769 },
39770 [0x14D1]={
39771  category="lo",
39772  description="CANADIAN SYLLABICS CARRIER NG",
39773  direction="l",
39774  linebreak="al",
39775  unicodeslot=0x14D1,
39776 },
39777 [0x14D2]={
39778  category="lo",
39779  description="CANADIAN SYLLABICS NH",
39780  direction="l",
39781  linebreak="al",
39782  unicodeslot=0x14D2,
39783 },
39784 [0x14D3]={
39785  category="lo",
39786  description="CANADIAN SYLLABICS LE",
39787  direction="l",
39788  linebreak="al",
39789  unicodeslot=0x14D3,
39790 },
39791 [0x14D4]={
39792  category="lo",
39793  description="CANADIAN SYLLABICS LAAI",
39794  direction="l",
39795  linebreak="al",
39796  unicodeslot=0x14D4,
39797 },
39798 [0x14D5]={
39799  category="lo",
39800  description="CANADIAN SYLLABICS LI",
39801  direction="l",
39802  linebreak="al",
39803  unicodeslot=0x14D5,
39804 },
39805 [0x14D6]={
39806  category="lo",
39807  description="CANADIAN SYLLABICS LII",
39808  direction="l",
39809  linebreak="al",
39810  unicodeslot=0x14D6,
39811 },
39812 [0x14D7]={
39813  category="lo",
39814  description="CANADIAN SYLLABICS LO",
39815  direction="l",
39816  linebreak="al",
39817  unicodeslot=0x14D7,
39818 },
39819 [0x14D8]={
39820  category="lo",
39821  description="CANADIAN SYLLABICS LOO",
39822  direction="l",
39823  linebreak="al",
39824  unicodeslot=0x14D8,
39825 },
39826 [0x14D9]={
39827  category="lo",
39828  description="CANADIAN SYLLABICS Y-CREE LOO",
39829  direction="l",
39830  linebreak="al",
39831  unicodeslot=0x14D9,
39832 },
39833 [0x14DA]={
39834  category="lo",
39835  description="CANADIAN SYLLABICS LA",
39836  direction="l",
39837  linebreak="al",
39838  unicodeslot=0x14DA,
39839 },
39840 [0x14DB]={
39841  category="lo",
39842  description="CANADIAN SYLLABICS LAA",
39843  direction="l",
39844  linebreak="al",
39845  unicodeslot=0x14DB,
39846 },
39847 [0x14DC]={
39848  category="lo",
39849  description="CANADIAN SYLLABICS LWE",
39850  direction="l",
39851  linebreak="al",
39852  unicodeslot=0x14DC,
39853 },
39854 [0x14DD]={
39855  category="lo",
39856  description="CANADIAN SYLLABICS WEST-CREE LWE",
39857  direction="l",
39858  linebreak="al",
39859  unicodeslot=0x14DD,
39860 },
39861 [0x14DE]={
39862  category="lo",
39863  description="CANADIAN SYLLABICS LWI",
39864  direction="l",
39865  linebreak="al",
39866  unicodeslot=0x14DE,
39867 },
39868 [0x14DF]={
39869  category="lo",
39870  description="CANADIAN SYLLABICS WEST-CREE LWI",
39871  direction="l",
39872  linebreak="al",
39873  unicodeslot=0x14DF,
39874 },
39875 [0x14E0]={
39876  category="lo",
39877  description="CANADIAN SYLLABICS LWII",
39878  direction="l",
39879  linebreak="al",
39880  unicodeslot=0x14E0,
39881 },
39882 [0x14E1]={
39883  category="lo",
39884  description="CANADIAN SYLLABICS WEST-CREE LWII",
39885  direction="l",
39886  linebreak="al",
39887  unicodeslot=0x14E1,
39888 },
39889 [0x14E2]={
39890  category="lo",
39891  description="CANADIAN SYLLABICS LWO",
39892  direction="l",
39893  linebreak="al",
39894  unicodeslot=0x14E2,
39895 },
39896 [0x14E3]={
39897  category="lo",
39898  description="CANADIAN SYLLABICS WEST-CREE LWO",
39899  direction="l",
39900  linebreak="al",
39901  unicodeslot=0x14E3,
39902 },
39903 [0x14E4]={
39904  category="lo",
39905  description="CANADIAN SYLLABICS LWOO",
39906  direction="l",
39907  linebreak="al",
39908  unicodeslot=0x14E4,
39909 },
39910 [0x14E5]={
39911  category="lo",
39912  description="CANADIAN SYLLABICS WEST-CREE LWOO",
39913  direction="l",
39914  linebreak="al",
39915  unicodeslot=0x14E5,
39916 },
39917 [0x14E6]={
39918  category="lo",
39919  description="CANADIAN SYLLABICS LWA",
39920  direction="l",
39921  linebreak="al",
39922  unicodeslot=0x14E6,
39923 },
39924 [0x14E7]={
39925  category="lo",
39926  description="CANADIAN SYLLABICS WEST-CREE LWA",
39927  direction="l",
39928  linebreak="al",
39929  unicodeslot=0x14E7,
39930 },
39931 [0x14E8]={
39932  category="lo",
39933  description="CANADIAN SYLLABICS LWAA",
39934  direction="l",
39935  linebreak="al",
39936  unicodeslot=0x14E8,
39937 },
39938 [0x14E9]={
39939  category="lo",
39940  description="CANADIAN SYLLABICS WEST-CREE LWAA",
39941  direction="l",
39942  linebreak="al",
39943  unicodeslot=0x14E9,
39944 },
39945 [0x14EA]={
39946  category="lo",
39947  description="CANADIAN SYLLABICS L",
39948  direction="l",
39949  linebreak="al",
39950  unicodeslot=0x14EA,
39951 },
39952 [0x14EB]={
39953  category="lo",
39954  description="CANADIAN SYLLABICS WEST-CREE L",
39955  direction="l",
39956  linebreak="al",
39957  unicodeslot=0x14EB,
39958 },
39959 [0x14EC]={
39960  category="lo",
39961  description="CANADIAN SYLLABICS MEDIAL L",
39962  direction="l",
39963  linebreak="al",
39964  unicodeslot=0x14EC,
39965 },
39966 [0x14ED]={
39967  category="lo",
39968  description="CANADIAN SYLLABICS SE",
39969  direction="l",
39970  linebreak="al",
39971  unicodeslot=0x14ED,
39972 },
39973 [0x14EE]={
39974  category="lo",
39975  description="CANADIAN SYLLABICS SAAI",
39976  direction="l",
39977  linebreak="al",
39978  unicodeslot=0x14EE,
39979 },
39980 [0x14EF]={
39981  category="lo",
39982  description="CANADIAN SYLLABICS SI",
39983  direction="l",
39984  linebreak="al",
39985  unicodeslot=0x14EF,
39986 },
39987 [0x14F0]={
39988  category="lo",
39989  description="CANADIAN SYLLABICS SII",
39990  direction="l",
39991  linebreak="al",
39992  unicodeslot=0x14F0,
39993 },
39994 [0x14F1]={
39995  category="lo",
39996  description="CANADIAN SYLLABICS SO",
39997  direction="l",
39998  linebreak="al",
39999  unicodeslot=0x14F1,
40000 },
40001 [0x14F2]={
40002  category="lo",
40003  description="CANADIAN SYLLABICS SOO",
40004  direction="l",
40005  linebreak="al",
40006  unicodeslot=0x14F2,
40007 },
40008 [0x14F3]={
40009  category="lo",
40010  description="CANADIAN SYLLABICS Y-CREE SOO",
40011  direction="l",
40012  linebreak="al",
40013  unicodeslot=0x14F3,
40014 },
40015 [0x14F4]={
40016  category="lo",
40017  description="CANADIAN SYLLABICS SA",
40018  direction="l",
40019  linebreak="al",
40020  unicodeslot=0x14F4,
40021 },
40022 [0x14F5]={
40023  category="lo",
40024  description="CANADIAN SYLLABICS SAA",
40025  direction="l",
40026  linebreak="al",
40027  unicodeslot=0x14F5,
40028 },
40029 [0x14F6]={
40030  category="lo",
40031  description="CANADIAN SYLLABICS SWE",
40032  direction="l",
40033  linebreak="al",
40034  unicodeslot=0x14F6,
40035 },
40036 [0x14F7]={
40037  category="lo",
40038  description="CANADIAN SYLLABICS WEST-CREE SWE",
40039  direction="l",
40040  linebreak="al",
40041  unicodeslot=0x14F7,
40042 },
40043 [0x14F8]={
40044  category="lo",
40045  description="CANADIAN SYLLABICS SWI",
40046  direction="l",
40047  linebreak="al",
40048  unicodeslot=0x14F8,
40049 },
40050 [0x14F9]={
40051  category="lo",
40052  description="CANADIAN SYLLABICS WEST-CREE SWI",
40053  direction="l",
40054  linebreak="al",
40055  unicodeslot=0x14F9,
40056 },
40057 [0x14FA]={
40058  category="lo",
40059  description="CANADIAN SYLLABICS SWII",
40060  direction="l",
40061  linebreak="al",
40062  unicodeslot=0x14FA,
40063 },
40064 [0x14FB]={
40065  category="lo",
40066  description="CANADIAN SYLLABICS WEST-CREE SWII",
40067  direction="l",
40068  linebreak="al",
40069  unicodeslot=0x14FB,
40070 },
40071 [0x14FC]={
40072  category="lo",
40073  description="CANADIAN SYLLABICS SWO",
40074  direction="l",
40075  linebreak="al",
40076  unicodeslot=0x14FC,
40077 },
40078 [0x14FD]={
40079  category="lo",
40080  description="CANADIAN SYLLABICS WEST-CREE SWO",
40081  direction="l",
40082  linebreak="al",
40083  unicodeslot=0x14FD,
40084 },
40085 [0x14FE]={
40086  category="lo",
40087  description="CANADIAN SYLLABICS SWOO",
40088  direction="l",
40089  linebreak="al",
40090  unicodeslot=0x14FE,
40091 },
40092 [0x14FF]={
40093  category="lo",
40094  description="CANADIAN SYLLABICS WEST-CREE SWOO",
40095  direction="l",
40096  linebreak="al",
40097  unicodeslot=0x14FF,
40098 },
40099 [0x1500]={
40100  category="lo",
40101  description="CANADIAN SYLLABICS SWA",
40102  direction="l",
40103  linebreak="al",
40104  unicodeslot=0x1500,
40105 },
40106 [0x1501]={
40107  category="lo",
40108  description="CANADIAN SYLLABICS WEST-CREE SWA",
40109  direction="l",
40110  linebreak="al",
40111  unicodeslot=0x1501,
40112 },
40113 [0x1502]={
40114  category="lo",
40115  description="CANADIAN SYLLABICS SWAA",
40116  direction="l",
40117  linebreak="al",
40118  unicodeslot=0x1502,
40119 },
40120 [0x1503]={
40121  category="lo",
40122  description="CANADIAN SYLLABICS WEST-CREE SWAA",
40123  direction="l",
40124  linebreak="al",
40125  unicodeslot=0x1503,
40126 },
40127 [0x1504]={
40128  category="lo",
40129  description="CANADIAN SYLLABICS NASKAPI SWAA",
40130  direction="l",
40131  linebreak="al",
40132  unicodeslot=0x1504,
40133 },
40134 [0x1505]={
40135  category="lo",
40136  description="CANADIAN SYLLABICS S",
40137  direction="l",
40138  linebreak="al",
40139  unicodeslot=0x1505,
40140 },
40141 [0x1506]={
40142  category="lo",
40143  description="CANADIAN SYLLABICS ATHAPASCAN S",
40144  direction="l",
40145  linebreak="al",
40146  unicodeslot=0x1506,
40147 },
40148 [0x1507]={
40149  category="lo",
40150  description="CANADIAN SYLLABICS SW",
40151  direction="l",
40152  linebreak="al",
40153  unicodeslot=0x1507,
40154 },
40155 [0x1508]={
40156  category="lo",
40157  description="CANADIAN SYLLABICS BLACKFOOT S",
40158  direction="l",
40159  linebreak="al",
40160  unicodeslot=0x1508,
40161 },
40162 [0x1509]={
40163  category="lo",
40164  description="CANADIAN SYLLABICS MOOSE-CREE SK",
40165  direction="l",
40166  linebreak="al",
40167  unicodeslot=0x1509,
40168 },
40169 [0x150A]={
40170  category="lo",
40171  description="CANADIAN SYLLABICS NASKAPI SKW",
40172  direction="l",
40173  linebreak="al",
40174  unicodeslot=0x150A,
40175 },
40176 [0x150B]={
40177  category="lo",
40178  description="CANADIAN SYLLABICS NASKAPI S-W",
40179  direction="l",
40180  linebreak="al",
40181  unicodeslot=0x150B,
40182 },
40183 [0x150C]={
40184  category="lo",
40185  description="CANADIAN SYLLABICS NASKAPI SPWA",
40186  direction="l",
40187  linebreak="al",
40188  unicodeslot=0x150C,
40189 },
40190 [0x150D]={
40191  category="lo",
40192  description="CANADIAN SYLLABICS NASKAPI STWA",
40193  direction="l",
40194  linebreak="al",
40195  unicodeslot=0x150D,
40196 },
40197 [0x150E]={
40198  category="lo",
40199  description="CANADIAN SYLLABICS NASKAPI SKWA",
40200  direction="l",
40201  linebreak="al",
40202  unicodeslot=0x150E,
40203 },
40204 [0x150F]={
40205  category="lo",
40206  description="CANADIAN SYLLABICS NASKAPI SCWA",
40207  direction="l",
40208  linebreak="al",
40209  unicodeslot=0x150F,
40210 },
40211 [0x1510]={
40212  category="lo",
40213  description="CANADIAN SYLLABICS SHE",
40214  direction="l",
40215  linebreak="al",
40216  unicodeslot=0x1510,
40217 },
40218 [0x1511]={
40219  category="lo",
40220  description="CANADIAN SYLLABICS SHI",
40221  direction="l",
40222  linebreak="al",
40223  unicodeslot=0x1511,
40224 },
40225 [0x1512]={
40226  category="lo",
40227  description="CANADIAN SYLLABICS SHII",
40228  direction="l",
40229  linebreak="al",
40230  unicodeslot=0x1512,
40231 },
40232 [0x1513]={
40233  category="lo",
40234  description="CANADIAN SYLLABICS SHO",
40235  direction="l",
40236  linebreak="al",
40237  unicodeslot=0x1513,
40238 },
40239 [0x1514]={
40240  category="lo",
40241  description="CANADIAN SYLLABICS SHOO",
40242  direction="l",
40243  linebreak="al",
40244  unicodeslot=0x1514,
40245 },
40246 [0x1515]={
40247  category="lo",
40248  description="CANADIAN SYLLABICS SHA",
40249  direction="l",
40250  linebreak="al",
40251  unicodeslot=0x1515,
40252 },
40253 [0x1516]={
40254  category="lo",
40255  description="CANADIAN SYLLABICS SHAA",
40256  direction="l",
40257  linebreak="al",
40258  unicodeslot=0x1516,
40259 },
40260 [0x1517]={
40261  category="lo",
40262  description="CANADIAN SYLLABICS SHWE",
40263  direction="l",
40264  linebreak="al",
40265  unicodeslot=0x1517,
40266 },
40267 [0x1518]={
40268  category="lo",
40269  description="CANADIAN SYLLABICS WEST-CREE SHWE",
40270  direction="l",
40271  linebreak="al",
40272  unicodeslot=0x1518,
40273 },
40274 [0x1519]={
40275  category="lo",
40276  description="CANADIAN SYLLABICS SHWI",
40277  direction="l",
40278  linebreak="al",
40279  unicodeslot=0x1519,
40280 },
40281 [0x151A]={
40282  category="lo",
40283  description="CANADIAN SYLLABICS WEST-CREE SHWI",
40284  direction="l",
40285  linebreak="al",
40286  unicodeslot=0x151A,
40287 },
40288 [0x151B]={
40289  category="lo",
40290  description="CANADIAN SYLLABICS SHWII",
40291  direction="l",
40292  linebreak="al",
40293  unicodeslot=0x151B,
40294 },
40295 [0x151C]={
40296  category="lo",
40297  description="CANADIAN SYLLABICS WEST-CREE SHWII",
40298  direction="l",
40299  linebreak="al",
40300  unicodeslot=0x151C,
40301 },
40302 [0x151D]={
40303  category="lo",
40304  description="CANADIAN SYLLABICS SHWO",
40305  direction="l",
40306  linebreak="al",
40307  unicodeslot=0x151D,
40308 },
40309 [0x151E]={
40310  category="lo",
40311  description="CANADIAN SYLLABICS WEST-CREE SHWO",
40312  direction="l",
40313  linebreak="al",
40314  unicodeslot=0x151E,
40315 },
40316 [0x151F]={
40317  category="lo",
40318  description="CANADIAN SYLLABICS SHWOO",
40319  direction="l",
40320  linebreak="al",
40321  unicodeslot=0x151F,
40322 },
40323 [0x1520]={
40324  category="lo",
40325  description="CANADIAN SYLLABICS WEST-CREE SHWOO",
40326  direction="l",
40327  linebreak="al",
40328  unicodeslot=0x1520,
40329 },
40330 [0x1521]={
40331  category="lo",
40332  description="CANADIAN SYLLABICS SHWA",
40333  direction="l",
40334  linebreak="al",
40335  unicodeslot=0x1521,
40336 },
40337 [0x1522]={
40338  category="lo",
40339  description="CANADIAN SYLLABICS WEST-CREE SHWA",
40340  direction="l",
40341  linebreak="al",
40342  unicodeslot=0x1522,
40343 },
40344 [0x1523]={
40345  category="lo",
40346  description="CANADIAN SYLLABICS SHWAA",
40347  direction="l",
40348  linebreak="al",
40349  unicodeslot=0x1523,
40350 },
40351 [0x1524]={
40352  category="lo",
40353  description="CANADIAN SYLLABICS WEST-CREE SHWAA",
40354  direction="l",
40355  linebreak="al",
40356  unicodeslot=0x1524,
40357 },
40358 [0x1525]={
40359  category="lo",
40360  description="CANADIAN SYLLABICS SH",
40361  direction="l",
40362  linebreak="al",
40363  unicodeslot=0x1525,
40364 },
40365 [0x1526]={
40366  category="lo",
40367  description="CANADIAN SYLLABICS YE",
40368  direction="l",
40369  linebreak="al",
40370  unicodeslot=0x1526,
40371 },
40372 [0x1527]={
40373  category="lo",
40374  description="CANADIAN SYLLABICS YAAI",
40375  direction="l",
40376  linebreak="al",
40377  unicodeslot=0x1527,
40378 },
40379 [0x1528]={
40380  category="lo",
40381  description="CANADIAN SYLLABICS YI",
40382  direction="l",
40383  linebreak="al",
40384  unicodeslot=0x1528,
40385 },
40386 [0x1529]={
40387  category="lo",
40388  description="CANADIAN SYLLABICS YII",
40389  direction="l",
40390  linebreak="al",
40391  unicodeslot=0x1529,
40392 },
40393 [0x152A]={
40394  category="lo",
40395  description="CANADIAN SYLLABICS YO",
40396  direction="l",
40397  linebreak="al",
40398  unicodeslot=0x152A,
40399 },
40400 [0x152B]={
40401  category="lo",
40402  description="CANADIAN SYLLABICS YOO",
40403  direction="l",
40404  linebreak="al",
40405  unicodeslot=0x152B,
40406 },
40407 [0x152C]={
40408  category="lo",
40409  description="CANADIAN SYLLABICS Y-CREE YOO",
40410  direction="l",
40411  linebreak="al",
40412  unicodeslot=0x152C,
40413 },
40414 [0x152D]={
40415  category="lo",
40416  description="CANADIAN SYLLABICS YA",
40417  direction="l",
40418  linebreak="al",
40419  unicodeslot=0x152D,
40420 },
40421 [0x152E]={
40422  category="lo",
40423  description="CANADIAN SYLLABICS YAA",
40424  direction="l",
40425  linebreak="al",
40426  unicodeslot=0x152E,
40427 },
40428 [0x152F]={
40429  category="lo",
40430  description="CANADIAN SYLLABICS YWE",
40431  direction="l",
40432  linebreak="al",
40433  unicodeslot=0x152F,
40434 },
40435 [0x1530]={
40436  category="lo",
40437  description="CANADIAN SYLLABICS WEST-CREE YWE",
40438  direction="l",
40439  linebreak="al",
40440  unicodeslot=0x1530,
40441 },
40442 [0x1531]={
40443  category="lo",
40444  description="CANADIAN SYLLABICS YWI",
40445  direction="l",
40446  linebreak="al",
40447  unicodeslot=0x1531,
40448 },
40449 [0x1532]={
40450  category="lo",
40451  description="CANADIAN SYLLABICS WEST-CREE YWI",
40452  direction="l",
40453  linebreak="al",
40454  unicodeslot=0x1532,
40455 },
40456 [0x1533]={
40457  category="lo",
40458  description="CANADIAN SYLLABICS YWII",
40459  direction="l",
40460  linebreak="al",
40461  unicodeslot=0x1533,
40462 },
40463 [0x1534]={
40464  category="lo",
40465  description="CANADIAN SYLLABICS WEST-CREE YWII",
40466  direction="l",
40467  linebreak="al",
40468  unicodeslot=0x1534,
40469 },
40470 [0x1535]={
40471  category="lo",
40472  description="CANADIAN SYLLABICS YWO",
40473  direction="l",
40474  linebreak="al",
40475  unicodeslot=0x1535,
40476 },
40477 [0x1536]={
40478  category="lo",
40479  description="CANADIAN SYLLABICS WEST-CREE YWO",
40480  direction="l",
40481  linebreak="al",
40482  unicodeslot=0x1536,
40483 },
40484 [0x1537]={
40485  category="lo",
40486  description="CANADIAN SYLLABICS YWOO",
40487  direction="l",
40488  linebreak="al",
40489  unicodeslot=0x1537,
40490 },
40491 [0x1538]={
40492  category="lo",
40493  description="CANADIAN SYLLABICS WEST-CREE YWOO",
40494  direction="l",
40495  linebreak="al",
40496  unicodeslot=0x1538,
40497 },
40498 [0x1539]={
40499  category="lo",
40500  description="CANADIAN SYLLABICS YWA",
40501  direction="l",
40502  linebreak="al",
40503  unicodeslot=0x1539,
40504 },
40505 [0x153A]={
40506  category="lo",
40507  description="CANADIAN SYLLABICS WEST-CREE YWA",
40508  direction="l",
40509  linebreak="al",
40510  unicodeslot=0x153A,
40511 },
40512 [0x153B]={
40513  category="lo",
40514  description="CANADIAN SYLLABICS YWAA",
40515  direction="l",
40516  linebreak="al",
40517  unicodeslot=0x153B,
40518 },
40519 [0x153C]={
40520  category="lo",
40521  description="CANADIAN SYLLABICS WEST-CREE YWAA",
40522  direction="l",
40523  linebreak="al",
40524  unicodeslot=0x153C,
40525 },
40526 [0x153D]={
40527  category="lo",
40528  description="CANADIAN SYLLABICS NASKAPI YWAA",
40529  direction="l",
40530  linebreak="al",
40531  unicodeslot=0x153D,
40532 },
40533 [0x153E]={
40534  category="lo",
40535  description="CANADIAN SYLLABICS Y",
40536  direction="l",
40537  linebreak="al",
40538  unicodeslot=0x153E,
40539 },
40540 [0x153F]={
40541  category="lo",
40542  description="CANADIAN SYLLABICS BIBLE-CREE Y",
40543  direction="l",
40544  linebreak="al",
40545  unicodeslot=0x153F,
40546 },
40547 [0x1540]={
40548  category="lo",
40549  description="CANADIAN SYLLABICS WEST-CREE Y",
40550  direction="l",
40551  linebreak="al",
40552  unicodeslot=0x1540,
40553 },
40554 [0x1541]={
40555  category="lo",
40556  description="CANADIAN SYLLABICS SAYISI YI",
40557  direction="l",
40558  linebreak="al",
40559  unicodeslot=0x1541,
40560 },
40561 [0x1542]={
40562  category="lo",
40563  description="CANADIAN SYLLABICS RE",
40564  direction="l",
40565  linebreak="al",
40566  unicodeslot=0x1542,
40567 },
40568 [0x1543]={
40569  category="lo",
40570  description="CANADIAN SYLLABICS R-CREE RE",
40571  direction="l",
40572  linebreak="al",
40573  unicodeslot=0x1543,
40574 },
40575 [0x1544]={
40576  category="lo",
40577  description="CANADIAN SYLLABICS WEST-CREE LE",
40578  direction="l",
40579  linebreak="al",
40580  unicodeslot=0x1544,
40581 },
40582 [0x1545]={
40583  category="lo",
40584  description="CANADIAN SYLLABICS RAAI",
40585  direction="l",
40586  linebreak="al",
40587  unicodeslot=0x1545,
40588 },
40589 [0x1546]={
40590  category="lo",
40591  description="CANADIAN SYLLABICS RI",
40592  direction="l",
40593  linebreak="al",
40594  unicodeslot=0x1546,
40595 },
40596 [0x1547]={
40597  category="lo",
40598  description="CANADIAN SYLLABICS RII",
40599  direction="l",
40600  linebreak="al",
40601  unicodeslot=0x1547,
40602 },
40603 [0x1548]={
40604  category="lo",
40605  description="CANADIAN SYLLABICS RO",
40606  direction="l",
40607  linebreak="al",
40608  unicodeslot=0x1548,
40609 },
40610 [0x1549]={
40611  category="lo",
40612  description="CANADIAN SYLLABICS ROO",
40613  direction="l",
40614  linebreak="al",
40615  unicodeslot=0x1549,
40616 },
40617 [0x154A]={
40618  category="lo",
40619  description="CANADIAN SYLLABICS WEST-CREE LO",
40620  direction="l",
40621  linebreak="al",
40622  unicodeslot=0x154A,
40623 },
40624 [0x154B]={
40625  category="lo",
40626  description="CANADIAN SYLLABICS RA",
40627  direction="l",
40628  linebreak="al",
40629  unicodeslot=0x154B,
40630 },
40631 [0x154C]={
40632  category="lo",
40633  description="CANADIAN SYLLABICS RAA",
40634  direction="l",
40635  linebreak="al",
40636  unicodeslot=0x154C,
40637 },
40638 [0x154D]={
40639  category="lo",
40640  description="CANADIAN SYLLABICS WEST-CREE LA",
40641  direction="l",
40642  linebreak="al",
40643  unicodeslot=0x154D,
40644 },
40645 [0x154E]={
40646  category="lo",
40647  description="CANADIAN SYLLABICS RWAA",
40648  direction="l",
40649  linebreak="al",
40650  unicodeslot=0x154E,
40651 },
40652 [0x154F]={
40653  category="lo",
40654  description="CANADIAN SYLLABICS WEST-CREE RWAA",
40655  direction="l",
40656  linebreak="al",
40657  unicodeslot=0x154F,
40658 },
40659 [0x1550]={
40660  category="lo",
40661  description="CANADIAN SYLLABICS R",
40662  direction="l",
40663  linebreak="al",
40664  unicodeslot=0x1550,
40665 },
40666 [0x1551]={
40667  category="lo",
40668  description="CANADIAN SYLLABICS WEST-CREE R",
40669  direction="l",
40670  linebreak="al",
40671  unicodeslot=0x1551,
40672 },
40673 [0x1552]={
40674  category="lo",
40675  description="CANADIAN SYLLABICS MEDIAL R",
40676  direction="l",
40677  linebreak="al",
40678  unicodeslot=0x1552,
40679 },
40680 [0x1553]={
40681  category="lo",
40682  description="CANADIAN SYLLABICS FE",
40683  direction="l",
40684  linebreak="al",
40685  unicodeslot=0x1553,
40686 },
40687 [0x1554]={
40688  category="lo",
40689  description="CANADIAN SYLLABICS FAAI",
40690  direction="l",
40691  linebreak="al",
40692  unicodeslot=0x1554,
40693 },
40694 [0x1555]={
40695  category="lo",
40696  description="CANADIAN SYLLABICS FI",
40697  direction="l",
40698  linebreak="al",
40699  unicodeslot=0x1555,
40700 },
40701 [0x1556]={
40702  category="lo",
40703  description="CANADIAN SYLLABICS FII",
40704  direction="l",
40705  linebreak="al",
40706  unicodeslot=0x1556,
40707 },
40708 [0x1557]={
40709  category="lo",
40710  description="CANADIAN SYLLABICS FO",
40711  direction="l",
40712  linebreak="al",
40713  unicodeslot=0x1557,
40714 },
40715 [0x1558]={
40716  category="lo",
40717  description="CANADIAN SYLLABICS FOO",
40718  direction="l",
40719  linebreak="al",
40720  unicodeslot=0x1558,
40721 },
40722 [0x1559]={
40723  category="lo",
40724  description="CANADIAN SYLLABICS FA",
40725  direction="l",
40726  linebreak="al",
40727  unicodeslot=0x1559,
40728 },
40729 [0x155A]={
40730  category="lo",
40731  description="CANADIAN SYLLABICS FAA",
40732  direction="l",
40733  linebreak="al",
40734  unicodeslot=0x155A,
40735 },
40736 [0x155B]={
40737  category="lo",
40738  description="CANADIAN SYLLABICS FWAA",
40739  direction="l",
40740  linebreak="al",
40741  unicodeslot=0x155B,
40742 },
40743 [0x155C]={
40744  category="lo",
40745  description="CANADIAN SYLLABICS WEST-CREE FWAA",
40746  direction="l",
40747  linebreak="al",
40748  unicodeslot=0x155C,
40749 },
40750 [0x155D]={
40751  category="lo",
40752  description="CANADIAN SYLLABICS F",
40753  direction="l",
40754  linebreak="al",
40755  unicodeslot=0x155D,
40756 },
40757 [0x155E]={
40758  category="lo",
40759  description="CANADIAN SYLLABICS THE",
40760  direction="l",
40761  linebreak="al",
40762  unicodeslot=0x155E,
40763 },
40764 [0x155F]={
40765  category="lo",
40766  description="CANADIAN SYLLABICS N-CREE THE",
40767  direction="l",
40768  linebreak="al",
40769  unicodeslot=0x155F,
40770 },
40771 [0x1560]={
40772  category="lo",
40773  description="CANADIAN SYLLABICS THI",
40774  direction="l",
40775  linebreak="al",
40776  unicodeslot=0x1560,
40777 },
40778 [0x1561]={
40779  category="lo",
40780  description="CANADIAN SYLLABICS N-CREE THI",
40781  direction="l",
40782  linebreak="al",
40783  unicodeslot=0x1561,
40784 },
40785 [0x1562]={
40786  category="lo",
40787  description="CANADIAN SYLLABICS THII",
40788  direction="l",
40789  linebreak="al",
40790  unicodeslot=0x1562,
40791 },
40792 [0x1563]={
40793  category="lo",
40794  description="CANADIAN SYLLABICS N-CREE THII",
40795  direction="l",
40796  linebreak="al",
40797  unicodeslot=0x1563,
40798 },
40799 [0x1564]={
40800  category="lo",
40801  description="CANADIAN SYLLABICS THO",
40802  direction="l",
40803  linebreak="al",
40804  unicodeslot=0x1564,
40805 },
40806 [0x1565]={
40807  category="lo",
40808  description="CANADIAN SYLLABICS THOO",
40809  direction="l",
40810  linebreak="al",
40811  unicodeslot=0x1565,
40812 },
40813 [0x1566]={
40814  category="lo",
40815  description="CANADIAN SYLLABICS THA",
40816  direction="l",
40817  linebreak="al",
40818  unicodeslot=0x1566,
40819 },
40820 [0x1567]={
40821  category="lo",
40822  description="CANADIAN SYLLABICS THAA",
40823  direction="l",
40824  linebreak="al",
40825  unicodeslot=0x1567,
40826 },
40827 [0x1568]={
40828  category="lo",
40829  description="CANADIAN SYLLABICS THWAA",
40830  direction="l",
40831  linebreak="al",
40832  unicodeslot=0x1568,
40833 },
40834 [0x1569]={
40835  category="lo",
40836  description="CANADIAN SYLLABICS WEST-CREE THWAA",
40837  direction="l",
40838  linebreak="al",
40839  unicodeslot=0x1569,
40840 },
40841 [0x156A]={
40842  category="lo",
40843  description="CANADIAN SYLLABICS TH",
40844  direction="l",
40845  linebreak="al",
40846  unicodeslot=0x156A,
40847 },
40848 [0x156B]={
40849  category="lo",
40850  description="CANADIAN SYLLABICS TTHE",
40851  direction="l",
40852  linebreak="al",
40853  unicodeslot=0x156B,
40854 },
40855 [0x156C]={
40856  category="lo",
40857  description="CANADIAN SYLLABICS TTHI",
40858  direction="l",
40859  linebreak="al",
40860  unicodeslot=0x156C,
40861 },
40862 [0x156D]={
40863  category="lo",
40864  description="CANADIAN SYLLABICS TTHO",
40865  direction="l",
40866  linebreak="al",
40867  unicodeslot=0x156D,
40868 },
40869 [0x156E]={
40870  category="lo",
40871  description="CANADIAN SYLLABICS TTHA",
40872  direction="l",
40873  linebreak="al",
40874  unicodeslot=0x156E,
40875 },
40876 [0x156F]={
40877  category="lo",
40878  description="CANADIAN SYLLABICS TTH",
40879  direction="l",
40880  linebreak="al",
40881  unicodeslot=0x156F,
40882 },
40883 [0x1570]={
40884  category="lo",
40885  description="CANADIAN SYLLABICS TYE",
40886  direction="l",
40887  linebreak="al",
40888  unicodeslot=0x1570,
40889 },
40890 [0x1571]={
40891  category="lo",
40892  description="CANADIAN SYLLABICS TYI",
40893  direction="l",
40894  linebreak="al",
40895  unicodeslot=0x1571,
40896 },
40897 [0x1572]={
40898  category="lo",
40899  description="CANADIAN SYLLABICS TYO",
40900  direction="l",
40901  linebreak="al",
40902  unicodeslot=0x1572,
40903 },
40904 [0x1573]={
40905  category="lo",
40906  description="CANADIAN SYLLABICS TYA",
40907  direction="l",
40908  linebreak="al",
40909  unicodeslot=0x1573,
40910 },
40911 [0x1574]={
40912  category="lo",
40913  description="CANADIAN SYLLABICS NUNAVIK HE",
40914  direction="l",
40915  linebreak="al",
40916  unicodeslot=0x1574,
40917 },
40918 [0x1575]={
40919  category="lo",
40920  description="CANADIAN SYLLABICS NUNAVIK HI",
40921  direction="l",
40922  linebreak="al",
40923  unicodeslot=0x1575,
40924 },
40925 [0x1576]={
40926  category="lo",
40927  description="CANADIAN SYLLABICS NUNAVIK HII",
40928  direction="l",
40929  linebreak="al",
40930  unicodeslot=0x1576,
40931 },
40932 [0x1577]={
40933  category="lo",
40934  description="CANADIAN SYLLABICS NUNAVIK HO",
40935  direction="l",
40936  linebreak="al",
40937  unicodeslot=0x1577,
40938 },
40939 [0x1578]={
40940  category="lo",
40941  description="CANADIAN SYLLABICS NUNAVIK HOO",
40942  direction="l",
40943  linebreak="al",
40944  unicodeslot=0x1578,
40945 },
40946 [0x1579]={
40947  category="lo",
40948  description="CANADIAN SYLLABICS NUNAVIK HA",
40949  direction="l",
40950  linebreak="al",
40951  unicodeslot=0x1579,
40952 },
40953 [0x157A]={
40954  category="lo",
40955  description="CANADIAN SYLLABICS NUNAVIK HAA",
40956  direction="l",
40957  linebreak="al",
40958  unicodeslot=0x157A,
40959 },
40960 [0x157B]={
40961  category="lo",
40962  description="CANADIAN SYLLABICS NUNAVIK H",
40963  direction="l",
40964  linebreak="al",
40965  unicodeslot=0x157B,
40966 },
40967 [0x157C]={
40968  category="lo",
40969  description="CANADIAN SYLLABICS NUNAVUT H",
40970  direction="l",
40971  linebreak="al",
40972  unicodeslot=0x157C,
40973 },
40974 [0x157D]={
40975  category="lo",
40976  description="CANADIAN SYLLABICS HK",
40977  direction="l",
40978  linebreak="al",
40979  unicodeslot=0x157D,
40980 },
40981 [0x157E]={
40982  category="lo",
40983  description="CANADIAN SYLLABICS QAAI",
40984  direction="l",
40985  linebreak="al",
40986  unicodeslot=0x157E,
40987 },
40988 [0x157F]={
40989  category="lo",
40990  description="CANADIAN SYLLABICS QI",
40991  direction="l",
40992  linebreak="al",
40993  unicodeslot=0x157F,
40994 },
40995 [0x1580]={
40996  category="lo",
40997  description="CANADIAN SYLLABICS QII",
40998  direction="l",
40999  linebreak="al",
41000  unicodeslot=0x1580,
41001 },
41002 [0x1581]={
41003  category="lo",
41004  description="CANADIAN SYLLABICS QO",
41005  direction="l",
41006  linebreak="al",
41007  unicodeslot=0x1581,
41008 },
41009 [0x1582]={
41010  category="lo",
41011  description="CANADIAN SYLLABICS QOO",
41012  direction="l",
41013  linebreak="al",
41014  unicodeslot=0x1582,
41015 },
41016 [0x1583]={
41017  category="lo",
41018  description="CANADIAN SYLLABICS QA",
41019  direction="l",
41020  linebreak="al",
41021  unicodeslot=0x1583,
41022 },
41023 [0x1584]={
41024  category="lo",
41025  description="CANADIAN SYLLABICS QAA",
41026  direction="l",
41027  linebreak="al",
41028  unicodeslot=0x1584,
41029 },
41030 [0x1585]={
41031  category="lo",
41032  description="CANADIAN SYLLABICS Q",
41033  direction="l",
41034  linebreak="al",
41035  unicodeslot=0x1585,
41036 },
41037 [0x1586]={
41038  category="lo",
41039  description="CANADIAN SYLLABICS TLHE",
41040  direction="l",
41041  linebreak="al",
41042  unicodeslot=0x1586,
41043 },
41044 [0x1587]={
41045  category="lo",
41046  description="CANADIAN SYLLABICS TLHI",
41047  direction="l",
41048  linebreak="al",
41049  unicodeslot=0x1587,
41050 },
41051 [0x1588]={
41052  category="lo",
41053  description="CANADIAN SYLLABICS TLHO",
41054  direction="l",
41055  linebreak="al",
41056  unicodeslot=0x1588,
41057 },
41058 [0x1589]={
41059  category="lo",
41060  description="CANADIAN SYLLABICS TLHA",
41061  direction="l",
41062  linebreak="al",
41063  unicodeslot=0x1589,
41064 },
41065 [0x158A]={
41066  category="lo",
41067  description="CANADIAN SYLLABICS WEST-CREE RE",
41068  direction="l",
41069  linebreak="al",
41070  unicodeslot=0x158A,
41071 },
41072 [0x158B]={
41073  category="lo",
41074  description="CANADIAN SYLLABICS WEST-CREE RI",
41075  direction="l",
41076  linebreak="al",
41077  unicodeslot=0x158B,
41078 },
41079 [0x158C]={
41080  category="lo",
41081  description="CANADIAN SYLLABICS WEST-CREE RO",
41082  direction="l",
41083  linebreak="al",
41084  unicodeslot=0x158C,
41085 },
41086 [0x158D]={
41087  category="lo",
41088  description="CANADIAN SYLLABICS WEST-CREE RA",
41089  direction="l",
41090  linebreak="al",
41091  unicodeslot=0x158D,
41092 },
41093 [0x158E]={
41094  category="lo",
41095  description="CANADIAN SYLLABICS NGAAI",
41096  direction="l",
41097  linebreak="al",
41098  unicodeslot=0x158E,
41099 },
41100 [0x158F]={
41101  category="lo",
41102  description="CANADIAN SYLLABICS NGI",
41103  direction="l",
41104  linebreak="al",
41105  unicodeslot=0x158F,
41106 },
41107 [0x1590]={
41108  category="lo",
41109  description="CANADIAN SYLLABICS NGII",
41110  direction="l",
41111  linebreak="al",
41112  unicodeslot=0x1590,
41113 },
41114 [0x1591]={
41115  category="lo",
41116  description="CANADIAN SYLLABICS NGO",
41117  direction="l",
41118  linebreak="al",
41119  unicodeslot=0x1591,
41120 },
41121 [0x1592]={
41122  category="lo",
41123  description="CANADIAN SYLLABICS NGOO",
41124  direction="l",
41125  linebreak="al",
41126  unicodeslot=0x1592,
41127 },
41128 [0x1593]={
41129  category="lo",
41130  description="CANADIAN SYLLABICS NGA",
41131  direction="l",
41132  linebreak="al",
41133  unicodeslot=0x1593,
41134 },
41135 [0x1594]={
41136  category="lo",
41137  description="CANADIAN SYLLABICS NGAA",
41138  direction="l",
41139  linebreak="al",
41140  unicodeslot=0x1594,
41141 },
41142 [0x1595]={
41143  category="lo",
41144  description="CANADIAN SYLLABICS NG",
41145  direction="l",
41146  linebreak="al",
41147  unicodeslot=0x1595,
41148 },
41149 [0x1596]={
41150  category="lo",
41151  description="CANADIAN SYLLABICS NNG",
41152  direction="l",
41153  linebreak="al",
41154  unicodeslot=0x1596,
41155 },
41156 [0x1597]={
41157  category="lo",
41158  description="CANADIAN SYLLABICS SAYISI SHE",
41159  direction="l",
41160  linebreak="al",
41161  unicodeslot=0x1597,
41162 },
41163 [0x1598]={
41164  category="lo",
41165  description="CANADIAN SYLLABICS SAYISI SHI",
41166  direction="l",
41167  linebreak="al",
41168  unicodeslot=0x1598,
41169 },
41170 [0x1599]={
41171  category="lo",
41172  description="CANADIAN SYLLABICS SAYISI SHO",
41173  direction="l",
41174  linebreak="al",
41175  unicodeslot=0x1599,
41176 },
41177 [0x159A]={
41178  category="lo",
41179  description="CANADIAN SYLLABICS SAYISI SHA",
41180  direction="l",
41181  linebreak="al",
41182  unicodeslot=0x159A,
41183 },
41184 [0x159B]={
41185  category="lo",
41186  description="CANADIAN SYLLABICS WOODS-CREE THE",
41187  direction="l",
41188  linebreak="al",
41189  unicodeslot=0x159B,
41190 },
41191 [0x159C]={
41192  category="lo",
41193  description="CANADIAN SYLLABICS WOODS-CREE THI",
41194  direction="l",
41195  linebreak="al",
41196  unicodeslot=0x159C,
41197 },
41198 [0x159D]={
41199  category="lo",
41200  description="CANADIAN SYLLABICS WOODS-CREE THO",
41201  direction="l",
41202  linebreak="al",
41203  unicodeslot=0x159D,
41204 },
41205 [0x159E]={
41206  category="lo",
41207  description="CANADIAN SYLLABICS WOODS-CREE THA",
41208  direction="l",
41209  linebreak="al",
41210  unicodeslot=0x159E,
41211 },
41212 [0x159F]={
41213  category="lo",
41214  description="CANADIAN SYLLABICS WOODS-CREE TH",
41215  direction="l",
41216  linebreak="al",
41217  unicodeslot=0x159F,
41218 },
41219 [0x15A0]={
41220  category="lo",
41221  description="CANADIAN SYLLABICS LHI",
41222  direction="l",
41223  linebreak="al",
41224  unicodeslot=0x15A0,
41225 },
41226 [0x15A1]={
41227  category="lo",
41228  description="CANADIAN SYLLABICS LHII",
41229  direction="l",
41230  linebreak="al",
41231  unicodeslot=0x15A1,
41232 },
41233 [0x15A2]={
41234  category="lo",
41235  description="CANADIAN SYLLABICS LHO",
41236  direction="l",
41237  linebreak="al",
41238  unicodeslot=0x15A2,
41239 },
41240 [0x15A3]={
41241  category="lo",
41242  description="CANADIAN SYLLABICS LHOO",
41243  direction="l",
41244  linebreak="al",
41245  unicodeslot=0x15A3,
41246 },
41247 [0x15A4]={
41248  category="lo",
41249  description="CANADIAN SYLLABICS LHA",
41250  direction="l",
41251  linebreak="al",
41252  unicodeslot=0x15A4,
41253 },
41254 [0x15A5]={
41255  category="lo",
41256  description="CANADIAN SYLLABICS LHAA",
41257  direction="l",
41258  linebreak="al",
41259  unicodeslot=0x15A5,
41260 },
41261 [0x15A6]={
41262  category="lo",
41263  description="CANADIAN SYLLABICS LH",
41264  direction="l",
41265  linebreak="al",
41266  unicodeslot=0x15A6,
41267 },
41268 [0x15A7]={
41269  category="lo",
41270  description="CANADIAN SYLLABICS TH-CREE THE",
41271  direction="l",
41272  linebreak="al",
41273  unicodeslot=0x15A7,
41274 },
41275 [0x15A8]={
41276  category="lo",
41277  description="CANADIAN SYLLABICS TH-CREE THI",
41278  direction="l",
41279  linebreak="al",
41280  unicodeslot=0x15A8,
41281 },
41282 [0x15A9]={
41283  category="lo",
41284  description="CANADIAN SYLLABICS TH-CREE THII",
41285  direction="l",
41286  linebreak="al",
41287  unicodeslot=0x15A9,
41288 },
41289 [0x15AA]={
41290  category="lo",
41291  description="CANADIAN SYLLABICS TH-CREE THO",
41292  direction="l",
41293  linebreak="al",
41294  unicodeslot=0x15AA,
41295 },
41296 [0x15AB]={
41297  category="lo",
41298  description="CANADIAN SYLLABICS TH-CREE THOO",
41299  direction="l",
41300  linebreak="al",
41301  unicodeslot=0x15AB,
41302 },
41303 [0x15AC]={
41304  category="lo",
41305  description="CANADIAN SYLLABICS TH-CREE THA",
41306  direction="l",
41307  linebreak="al",
41308  unicodeslot=0x15AC,
41309 },
41310 [0x15AD]={
41311  category="lo",
41312  description="CANADIAN SYLLABICS TH-CREE THAA",
41313  direction="l",
41314  linebreak="al",
41315  unicodeslot=0x15AD,
41316 },
41317 [0x15AE]={
41318  category="lo",
41319  description="CANADIAN SYLLABICS TH-CREE TH",
41320  direction="l",
41321  linebreak="al",
41322  unicodeslot=0x15AE,
41323 },
41324 [0x15AF]={
41325  category="lo",
41326  description="CANADIAN SYLLABICS AIVILIK B",
41327  direction="l",
41328  linebreak="al",
41329  unicodeslot=0x15AF,
41330 },
41331 [0x15B0]={
41332  category="lo",
41333  description="CANADIAN SYLLABICS BLACKFOOT E",
41334  direction="l",
41335  linebreak="al",
41336  unicodeslot=0x15B0,
41337 },
41338 [0x15B1]={
41339  category="lo",
41340  description="CANADIAN SYLLABICS BLACKFOOT I",
41341  direction="l",
41342  linebreak="al",
41343  unicodeslot=0x15B1,
41344 },
41345 [0x15B2]={
41346  category="lo",
41347  description="CANADIAN SYLLABICS BLACKFOOT O",
41348  direction="l",
41349  linebreak="al",
41350  unicodeslot=0x15B2,
41351 },
41352 [0x15B3]={
41353  category="lo",
41354  description="CANADIAN SYLLABICS BLACKFOOT A",
41355  direction="l",
41356  linebreak="al",
41357  unicodeslot=0x15B3,
41358 },
41359 [0x15B4]={
41360  category="lo",
41361  description="CANADIAN SYLLABICS BLACKFOOT WE",
41362  direction="l",
41363  linebreak="al",
41364  unicodeslot=0x15B4,
41365 },
41366 [0x15B5]={
41367  category="lo",
41368  description="CANADIAN SYLLABICS BLACKFOOT WI",
41369  direction="l",
41370  linebreak="al",
41371  unicodeslot=0x15B5,
41372 },
41373 [0x15B6]={
41374  category="lo",
41375  description="CANADIAN SYLLABICS BLACKFOOT WO",
41376  direction="l",
41377  linebreak="al",
41378  unicodeslot=0x15B6,
41379 },
41380 [0x15B7]={
41381  category="lo",
41382  description="CANADIAN SYLLABICS BLACKFOOT WA",
41383  direction="l",
41384  linebreak="al",
41385  unicodeslot=0x15B7,
41386 },
41387 [0x15B8]={
41388  category="lo",
41389  description="CANADIAN SYLLABICS BLACKFOOT NE",
41390  direction="l",
41391  linebreak="al",
41392  unicodeslot=0x15B8,
41393 },
41394 [0x15B9]={
41395  category="lo",
41396  description="CANADIAN SYLLABICS BLACKFOOT NI",
41397  direction="l",
41398  linebreak="al",
41399  unicodeslot=0x15B9,
41400 },
41401 [0x15BA]={
41402  category="lo",
41403  description="CANADIAN SYLLABICS BLACKFOOT NO",
41404  direction="l",
41405  linebreak="al",
41406  unicodeslot=0x15BA,
41407 },
41408 [0x15BB]={
41409  category="lo",
41410  description="CANADIAN SYLLABICS BLACKFOOT NA",
41411  direction="l",
41412  linebreak="al",
41413  unicodeslot=0x15BB,
41414 },
41415 [0x15BC]={
41416  category="lo",
41417  description="CANADIAN SYLLABICS BLACKFOOT KE",
41418  direction="l",
41419  linebreak="al",
41420  unicodeslot=0x15BC,
41421 },
41422 [0x15BD]={
41423  category="lo",
41424  description="CANADIAN SYLLABICS BLACKFOOT KI",
41425  direction="l",
41426  linebreak="al",
41427  unicodeslot=0x15BD,
41428 },
41429 [0x15BE]={
41430  category="lo",
41431  description="CANADIAN SYLLABICS BLACKFOOT KO",
41432  direction="l",
41433  linebreak="al",
41434  unicodeslot=0x15BE,
41435 },
41436 [0x15BF]={
41437  category="lo",
41438  description="CANADIAN SYLLABICS BLACKFOOT KA",
41439  direction="l",
41440  linebreak="al",
41441  unicodeslot=0x15BF,
41442 },
41443 [0x15C0]={
41444  category="lo",
41445  description="CANADIAN SYLLABICS SAYISI HE",
41446  direction="l",
41447  linebreak="al",
41448  unicodeslot=0x15C0,
41449 },
41450 [0x15C1]={
41451  category="lo",
41452  description="CANADIAN SYLLABICS SAYISI HI",
41453  direction="l",
41454  linebreak="al",
41455  unicodeslot=0x15C1,
41456 },
41457 [0x15C2]={
41458  category="lo",
41459  description="CANADIAN SYLLABICS SAYISI HO",
41460  direction="l",
41461  linebreak="al",
41462  unicodeslot=0x15C2,
41463 },
41464 [0x15C3]={
41465  category="lo",
41466  description="CANADIAN SYLLABICS SAYISI HA",
41467  direction="l",
41468  linebreak="al",
41469  unicodeslot=0x15C3,
41470 },
41471 [0x15C4]={
41472  category="lo",
41473  description="CANADIAN SYLLABICS CARRIER GHU",
41474  direction="l",
41475  linebreak="al",
41476  unicodeslot=0x15C4,
41477 },
41478 [0x15C5]={
41479  category="lo",
41480  description="CANADIAN SYLLABICS CARRIER GHO",
41481  direction="l",
41482  linebreak="al",
41483  unicodeslot=0x15C5,
41484 },
41485 [0x15C6]={
41486  category="lo",
41487  description="CANADIAN SYLLABICS CARRIER GHE",
41488  direction="l",
41489  linebreak="al",
41490  unicodeslot=0x15C6,
41491 },
41492 [0x15C7]={
41493  category="lo",
41494  description="CANADIAN SYLLABICS CARRIER GHEE",
41495  direction="l",
41496  linebreak="al",
41497  unicodeslot=0x15C7,
41498 },
41499 [0x15C8]={
41500  category="lo",
41501  description="CANADIAN SYLLABICS CARRIER GHI",
41502  direction="l",
41503  linebreak="al",
41504  unicodeslot=0x15C8,
41505 },
41506 [0x15C9]={
41507  category="lo",
41508  description="CANADIAN SYLLABICS CARRIER GHA",
41509  direction="l",
41510  linebreak="al",
41511  unicodeslot=0x15C9,
41512 },
41513 [0x15CA]={
41514  category="lo",
41515  description="CANADIAN SYLLABICS CARRIER RU",
41516  direction="l",
41517  linebreak="al",
41518  unicodeslot=0x15CA,
41519 },
41520 [0x15CB]={
41521  category="lo",
41522  description="CANADIAN SYLLABICS CARRIER RO",
41523  direction="l",
41524  linebreak="al",
41525  unicodeslot=0x15CB,
41526 },
41527 [0x15CC]={
41528  category="lo",
41529  description="CANADIAN SYLLABICS CARRIER RE",
41530  direction="l",
41531  linebreak="al",
41532  unicodeslot=0x15CC,
41533 },
41534 [0x15CD]={
41535  category="lo",
41536  description="CANADIAN SYLLABICS CARRIER REE",
41537  direction="l",
41538  linebreak="al",
41539  unicodeslot=0x15CD,
41540 },
41541 [0x15CE]={
41542  category="lo",
41543  description="CANADIAN SYLLABICS CARRIER RI",
41544  direction="l",
41545  linebreak="al",
41546  unicodeslot=0x15CE,
41547 },
41548 [0x15CF]={
41549  category="lo",
41550  description="CANADIAN SYLLABICS CARRIER RA",
41551  direction="l",
41552  linebreak="al",
41553  unicodeslot=0x15CF,
41554 },
41555 [0x15D0]={
41556  category="lo",
41557  description="CANADIAN SYLLABICS CARRIER WU",
41558  direction="l",
41559  linebreak="al",
41560  unicodeslot=0x15D0,
41561 },
41562 [0x15D1]={
41563  category="lo",
41564  description="CANADIAN SYLLABICS CARRIER WO",
41565  direction="l",
41566  linebreak="al",
41567  unicodeslot=0x15D1,
41568 },
41569 [0x15D2]={
41570  category="lo",
41571  description="CANADIAN SYLLABICS CARRIER WE",
41572  direction="l",
41573  linebreak="al",
41574  unicodeslot=0x15D2,
41575 },
41576 [0x15D3]={
41577  category="lo",
41578  description="CANADIAN SYLLABICS CARRIER WEE",
41579  direction="l",
41580  linebreak="al",
41581  unicodeslot=0x15D3,
41582 },
41583 [0x15D4]={
41584  category="lo",
41585  description="CANADIAN SYLLABICS CARRIER WI",
41586  direction="l",
41587  linebreak="al",
41588  unicodeslot=0x15D4,
41589 },
41590 [0x15D5]={
41591  category="lo",
41592  description="CANADIAN SYLLABICS CARRIER WA",
41593  direction="l",
41594  linebreak="al",
41595  unicodeslot=0x15D5,
41596 },
41597 [0x15D6]={
41598  category="lo",
41599  description="CANADIAN SYLLABICS CARRIER HWU",
41600  direction="l",
41601  linebreak="al",
41602  unicodeslot=0x15D6,
41603 },
41604 [0x15D7]={
41605  category="lo",
41606  description="CANADIAN SYLLABICS CARRIER HWO",
41607  direction="l",
41608  linebreak="al",
41609  unicodeslot=0x15D7,
41610 },
41611 [0x15D8]={
41612  category="lo",
41613  description="CANADIAN SYLLABICS CARRIER HWE",
41614  direction="l",
41615  linebreak="al",
41616  unicodeslot=0x15D8,
41617 },
41618 [0x15D9]={
41619  category="lo",
41620  description="CANADIAN SYLLABICS CARRIER HWEE",
41621  direction="l",
41622  linebreak="al",
41623  unicodeslot=0x15D9,
41624 },
41625 [0x15DA]={
41626  category="lo",
41627  description="CANADIAN SYLLABICS CARRIER HWI",
41628  direction="l",
41629  linebreak="al",
41630  unicodeslot=0x15DA,
41631 },
41632 [0x15DB]={
41633  category="lo",
41634  description="CANADIAN SYLLABICS CARRIER HWA",
41635  direction="l",
41636  linebreak="al",
41637  unicodeslot=0x15DB,
41638 },
41639 [0x15DC]={
41640  category="lo",
41641  description="CANADIAN SYLLABICS CARRIER THU",
41642  direction="l",
41643  linebreak="al",
41644  unicodeslot=0x15DC,
41645 },
41646 [0x15DD]={
41647  category="lo",
41648  description="CANADIAN SYLLABICS CARRIER THO",
41649  direction="l",
41650  linebreak="al",
41651  unicodeslot=0x15DD,
41652 },
41653 [0x15DE]={
41654  category="lo",
41655  description="CANADIAN SYLLABICS CARRIER THE",
41656  direction="l",
41657  linebreak="al",
41658  unicodeslot=0x15DE,
41659 },
41660 [0x15DF]={
41661  category="lo",
41662  description="CANADIAN SYLLABICS CARRIER THEE",
41663  direction="l",
41664  linebreak="al",
41665  unicodeslot=0x15DF,
41666 },
41667 [0x15E0]={
41668  category="lo",
41669  description="CANADIAN SYLLABICS CARRIER THI",
41670  direction="l",
41671  linebreak="al",
41672  unicodeslot=0x15E0,
41673 },
41674 [0x15E1]={
41675  category="lo",
41676  description="CANADIAN SYLLABICS CARRIER THA",
41677  direction="l",
41678  linebreak="al",
41679  unicodeslot=0x15E1,
41680 },
41681 [0x15E2]={
41682  category="lo",
41683  description="CANADIAN SYLLABICS CARRIER TTU",
41684  direction="l",
41685  linebreak="al",
41686  unicodeslot=0x15E2,
41687 },
41688 [0x15E3]={
41689  category="lo",
41690  description="CANADIAN SYLLABICS CARRIER TTO",
41691  direction="l",
41692  linebreak="al",
41693  unicodeslot=0x15E3,
41694 },
41695 [0x15E4]={
41696  category="lo",
41697  description="CANADIAN SYLLABICS CARRIER TTE",
41698  direction="l",
41699  linebreak="al",
41700  unicodeslot=0x15E4,
41701 },
41702 [0x15E5]={
41703  category="lo",
41704  description="CANADIAN SYLLABICS CARRIER TTEE",
41705  direction="l",
41706  linebreak="al",
41707  unicodeslot=0x15E5,
41708 },
41709 [0x15E6]={
41710  category="lo",
41711  description="CANADIAN SYLLABICS CARRIER TTI",
41712  direction="l",
41713  linebreak="al",
41714  unicodeslot=0x15E6,
41715 },
41716 [0x15E7]={
41717  category="lo",
41718  description="CANADIAN SYLLABICS CARRIER TTA",
41719  direction="l",
41720  linebreak="al",
41721  unicodeslot=0x15E7,
41722 },
41723 [0x15E8]={
41724  category="lo",
41725  description="CANADIAN SYLLABICS CARRIER PU",
41726  direction="l",
41727  linebreak="al",
41728  unicodeslot=0x15E8,
41729 },
41730 [0x15E9]={
41731  category="lo",
41732  description="CANADIAN SYLLABICS CARRIER PO",
41733  direction="l",
41734  linebreak="al",
41735  unicodeslot=0x15E9,
41736 },
41737 [0x15EA]={
41738  category="lo",
41739  description="CANADIAN SYLLABICS CARRIER PE",
41740  direction="l",
41741  linebreak="al",
41742  unicodeslot=0x15EA,
41743 },
41744 [0x15EB]={
41745  category="lo",
41746  description="CANADIAN SYLLABICS CARRIER PEE",
41747  direction="l",
41748  linebreak="al",
41749  unicodeslot=0x15EB,
41750 },
41751 [0x15EC]={
41752  category="lo",
41753  description="CANADIAN SYLLABICS CARRIER PI",
41754  direction="l",
41755  linebreak="al",
41756  unicodeslot=0x15EC,
41757 },
41758 [0x15ED]={
41759  category="lo",
41760  description="CANADIAN SYLLABICS CARRIER PA",
41761  direction="l",
41762  linebreak="al",
41763  unicodeslot=0x15ED,
41764 },
41765 [0x15EE]={
41766  category="lo",
41767  description="CANADIAN SYLLABICS CARRIER P",
41768  direction="l",
41769  linebreak="al",
41770  unicodeslot=0x15EE,
41771 },
41772 [0x15EF]={
41773  category="lo",
41774  description="CANADIAN SYLLABICS CARRIER GU",
41775  direction="l",
41776  linebreak="al",
41777  unicodeslot=0x15EF,
41778 },
41779 [0x15F0]={
41780  category="lo",
41781  description="CANADIAN SYLLABICS CARRIER GO",
41782  direction="l",
41783  linebreak="al",
41784  unicodeslot=0x15F0,
41785 },
41786 [0x15F1]={
41787  category="lo",
41788  description="CANADIAN SYLLABICS CARRIER GE",
41789  direction="l",
41790  linebreak="al",
41791  unicodeslot=0x15F1,
41792 },
41793 [0x15F2]={
41794  category="lo",
41795  description="CANADIAN SYLLABICS CARRIER GEE",
41796  direction="l",
41797  linebreak="al",
41798  unicodeslot=0x15F2,
41799 },
41800 [0x15F3]={
41801  category="lo",
41802  description="CANADIAN SYLLABICS CARRIER GI",
41803  direction="l",
41804  linebreak="al",
41805  unicodeslot=0x15F3,
41806 },
41807 [0x15F4]={
41808  category="lo",
41809  description="CANADIAN SYLLABICS CARRIER GA",
41810  direction="l",
41811  linebreak="al",
41812  unicodeslot=0x15F4,
41813 },
41814 [0x15F5]={
41815  category="lo",
41816  description="CANADIAN SYLLABICS CARRIER KHU",
41817  direction="l",
41818  linebreak="al",
41819  unicodeslot=0x15F5,
41820 },
41821 [0x15F6]={
41822  category="lo",
41823  description="CANADIAN SYLLABICS CARRIER KHO",
41824  direction="l",
41825  linebreak="al",
41826  unicodeslot=0x15F6,
41827 },
41828 [0x15F7]={
41829  category="lo",
41830  description="CANADIAN SYLLABICS CARRIER KHE",
41831  direction="l",
41832  linebreak="al",
41833  unicodeslot=0x15F7,
41834 },
41835 [0x15F8]={
41836  category="lo",
41837  description="CANADIAN SYLLABICS CARRIER KHEE",
41838  direction="l",
41839  linebreak="al",
41840  unicodeslot=0x15F8,
41841 },
41842 [0x15F9]={
41843  category="lo",
41844  description="CANADIAN SYLLABICS CARRIER KHI",
41845  direction="l",
41846  linebreak="al",
41847  unicodeslot=0x15F9,
41848 },
41849 [0x15FA]={
41850  category="lo",
41851  description="CANADIAN SYLLABICS CARRIER KHA",
41852  direction="l",
41853  linebreak="al",
41854  unicodeslot=0x15FA,
41855 },
41856 [0x15FB]={
41857  category="lo",
41858  description="CANADIAN SYLLABICS CARRIER KKU",
41859  direction="l",
41860  linebreak="al",
41861  unicodeslot=0x15FB,
41862 },
41863 [0x15FC]={
41864  category="lo",
41865  description="CANADIAN SYLLABICS CARRIER KKO",
41866  direction="l",
41867  linebreak="al",
41868  unicodeslot=0x15FC,
41869 },
41870 [0x15FD]={
41871  category="lo",
41872  description="CANADIAN SYLLABICS CARRIER KKE",
41873  direction="l",
41874  linebreak="al",
41875  unicodeslot=0x15FD,
41876 },
41877 [0x15FE]={
41878  category="lo",
41879  description="CANADIAN SYLLABICS CARRIER KKEE",
41880  direction="l",
41881  linebreak="al",
41882  unicodeslot=0x15FE,
41883 },
41884 [0x15FF]={
41885  category="lo",
41886  description="CANADIAN SYLLABICS CARRIER KKI",
41887  direction="l",
41888  linebreak="al",
41889  unicodeslot=0x15FF,
41890 },
41891 [0x1600]={
41892  category="lo",
41893  description="CANADIAN SYLLABICS CARRIER KKA",
41894  direction="l",
41895  linebreak="al",
41896  unicodeslot=0x1600,
41897 },
41898 [0x1601]={
41899  category="lo",
41900  description="CANADIAN SYLLABICS CARRIER KK",
41901  direction="l",
41902  linebreak="al",
41903  unicodeslot=0x1601,
41904 },
41905 [0x1602]={
41906  category="lo",
41907  description="CANADIAN SYLLABICS CARRIER NU",
41908  direction="l",
41909  linebreak="al",
41910  unicodeslot=0x1602,
41911 },
41912 [0x1603]={
41913  category="lo",
41914  description="CANADIAN SYLLABICS CARRIER NO",
41915  direction="l",
41916  linebreak="al",
41917  unicodeslot=0x1603,
41918 },
41919 [0x1604]={
41920  category="lo",
41921  description="CANADIAN SYLLABICS CARRIER NE",
41922  direction="l",
41923  linebreak="al",
41924  unicodeslot=0x1604,
41925 },
41926 [0x1605]={
41927  category="lo",
41928  description="CANADIAN SYLLABICS CARRIER NEE",
41929  direction="l",
41930  linebreak="al",
41931  unicodeslot=0x1605,
41932 },
41933 [0x1606]={
41934  category="lo",
41935  description="CANADIAN SYLLABICS CARRIER NI",
41936  direction="l",
41937  linebreak="al",
41938  unicodeslot=0x1606,
41939 },
41940 [0x1607]={
41941  category="lo",
41942  description="CANADIAN SYLLABICS CARRIER NA",
41943  direction="l",
41944  linebreak="al",
41945  unicodeslot=0x1607,
41946 },
41947 [0x1608]={
41948  category="lo",
41949  description="CANADIAN SYLLABICS CARRIER MU",
41950  direction="l",
41951  linebreak="al",
41952  unicodeslot=0x1608,
41953 },
41954 [0x1609]={
41955  category="lo",
41956  description="CANADIAN SYLLABICS CARRIER MO",
41957  direction="l",
41958  linebreak="al",
41959  unicodeslot=0x1609,
41960 },
41961 [0x160A]={
41962  category="lo",
41963  description="CANADIAN SYLLABICS CARRIER ME",
41964  direction="l",
41965  linebreak="al",
41966  unicodeslot=0x160A,
41967 },
41968 [0x160B]={
41969  category="lo",
41970  description="CANADIAN SYLLABICS CARRIER MEE",
41971  direction="l",
41972  linebreak="al",
41973  unicodeslot=0x160B,
41974 },
41975 [0x160C]={
41976  category="lo",
41977  description="CANADIAN SYLLABICS CARRIER MI",
41978  direction="l",
41979  linebreak="al",
41980  unicodeslot=0x160C,
41981 },
41982 [0x160D]={
41983  category="lo",
41984  description="CANADIAN SYLLABICS CARRIER MA",
41985  direction="l",
41986  linebreak="al",
41987  unicodeslot=0x160D,
41988 },
41989 [0x160E]={
41990  category="lo",
41991  description="CANADIAN SYLLABICS CARRIER YU",
41992  direction="l",
41993  linebreak="al",
41994  unicodeslot=0x160E,
41995 },
41996 [0x160F]={
41997  category="lo",
41998  description="CANADIAN SYLLABICS CARRIER YO",
41999  direction="l",
42000  linebreak="al",
42001  unicodeslot=0x160F,
42002 },
42003 [0x1610]={
42004  category="lo",
42005  description="CANADIAN SYLLABICS CARRIER YE",
42006  direction="l",
42007  linebreak="al",
42008  unicodeslot=0x1610,
42009 },
42010 [0x1611]={
42011  category="lo",
42012  description="CANADIAN SYLLABICS CARRIER YEE",
42013  direction="l",
42014  linebreak="al",
42015  unicodeslot=0x1611,
42016 },
42017 [0x1612]={
42018  category="lo",
42019  description="CANADIAN SYLLABICS CARRIER YI",
42020  direction="l",
42021  linebreak="al",
42022  unicodeslot=0x1612,
42023 },
42024 [0x1613]={
42025  category="lo",
42026  description="CANADIAN SYLLABICS CARRIER YA",
42027  direction="l",
42028  linebreak="al",
42029  unicodeslot=0x1613,
42030 },
42031 [0x1614]={
42032  category="lo",
42033  description="CANADIAN SYLLABICS CARRIER JU",
42034  direction="l",
42035  linebreak="al",
42036  unicodeslot=0x1614,
42037 },
42038 [0x1615]={
42039  category="lo",
42040  description="CANADIAN SYLLABICS SAYISI JU",
42041  direction="l",
42042  linebreak="al",
42043  unicodeslot=0x1615,
42044 },
42045 [0x1616]={
42046  category="lo",
42047  description="CANADIAN SYLLABICS CARRIER JO",
42048  direction="l",
42049  linebreak="al",
42050  unicodeslot=0x1616,
42051 },
42052 [0x1617]={
42053  category="lo",
42054  description="CANADIAN SYLLABICS CARRIER JE",
42055  direction="l",
42056  linebreak="al",
42057  unicodeslot=0x1617,
42058 },
42059 [0x1618]={
42060  category="lo",
42061  description="CANADIAN SYLLABICS CARRIER JEE",
42062  direction="l",
42063  linebreak="al",
42064  unicodeslot=0x1618,
42065 },
42066 [0x1619]={
42067  category="lo",
42068  description="CANADIAN SYLLABICS CARRIER JI",
42069  direction="l",
42070  linebreak="al",
42071  unicodeslot=0x1619,
42072 },
42073 [0x161A]={
42074  category="lo",
42075  description="CANADIAN SYLLABICS SAYISI JI",
42076  direction="l",
42077  linebreak="al",
42078  unicodeslot=0x161A,
42079 },
42080 [0x161B]={
42081  category="lo",
42082  description="CANADIAN SYLLABICS CARRIER JA",
42083  direction="l",
42084  linebreak="al",
42085  unicodeslot=0x161B,
42086 },
42087 [0x161C]={
42088  category="lo",
42089  description="CANADIAN SYLLABICS CARRIER JJU",
42090  direction="l",
42091  linebreak="al",
42092  unicodeslot=0x161C,
42093 },
42094 [0x161D]={
42095  category="lo",
42096  description="CANADIAN SYLLABICS CARRIER JJO",
42097  direction="l",
42098  linebreak="al",
42099  unicodeslot=0x161D,
42100 },
42101 [0x161E]={
42102  category="lo",
42103  description="CANADIAN SYLLABICS CARRIER JJE",
42104  direction="l",
42105  linebreak="al",
42106  unicodeslot=0x161E,
42107 },
42108 [0x161F]={
42109  category="lo",
42110  description="CANADIAN SYLLABICS CARRIER JJEE",
42111  direction="l",
42112  linebreak="al",
42113  unicodeslot=0x161F,
42114 },
42115 [0x1620]={
42116  category="lo",
42117  description="CANADIAN SYLLABICS CARRIER JJI",
42118  direction="l",
42119  linebreak="al",
42120  unicodeslot=0x1620,
42121 },
42122 [0x1621]={
42123  category="lo",
42124  description="CANADIAN SYLLABICS CARRIER JJA",
42125  direction="l",
42126  linebreak="al",
42127  unicodeslot=0x1621,
42128 },
42129 [0x1622]={
42130  category="lo",
42131  description="CANADIAN SYLLABICS CARRIER LU",
42132  direction="l",
42133  linebreak="al",
42134  unicodeslot=0x1622,
42135 },
42136 [0x1623]={
42137  category="lo",
42138  description="CANADIAN SYLLABICS CARRIER LO",
42139  direction="l",
42140  linebreak="al",
42141  unicodeslot=0x1623,
42142 },
42143 [0x1624]={
42144  category="lo",
42145  description="CANADIAN SYLLABICS CARRIER LE",
42146  direction="l",
42147  linebreak="al",
42148  unicodeslot=0x1624,
42149 },
42150 [0x1625]={
42151  category="lo",
42152  description="CANADIAN SYLLABICS CARRIER LEE",
42153  direction="l",
42154  linebreak="al",
42155  unicodeslot=0x1625,
42156 },
42157 [0x1626]={
42158  category="lo",
42159  description="CANADIAN SYLLABICS CARRIER LI",
42160  direction="l",
42161  linebreak="al",
42162  unicodeslot=0x1626,
42163 },
42164 [0x1627]={
42165  category="lo",
42166  description="CANADIAN SYLLABICS CARRIER LA",
42167  direction="l",
42168  linebreak="al",
42169  unicodeslot=0x1627,
42170 },
42171 [0x1628]={
42172  category="lo",
42173  description="CANADIAN SYLLABICS CARRIER DLU",
42174  direction="l",
42175  linebreak="al",
42176  unicodeslot=0x1628,
42177 },
42178 [0x1629]={
42179  category="lo",
42180  description="CANADIAN SYLLABICS CARRIER DLO",
42181  direction="l",
42182  linebreak="al",
42183  unicodeslot=0x1629,
42184 },
42185 [0x162A]={
42186  category="lo",
42187  description="CANADIAN SYLLABICS CARRIER DLE",
42188  direction="l",
42189  linebreak="al",
42190  unicodeslot=0x162A,
42191 },
42192 [0x162B]={
42193  category="lo",
42194  description="CANADIAN SYLLABICS CARRIER DLEE",
42195  direction="l",
42196  linebreak="al",
42197  unicodeslot=0x162B,
42198 },
42199 [0x162C]={
42200  category="lo",
42201  description="CANADIAN SYLLABICS CARRIER DLI",
42202  direction="l",
42203  linebreak="al",
42204  unicodeslot=0x162C,
42205 },
42206 [0x162D]={
42207  category="lo",
42208  description="CANADIAN SYLLABICS CARRIER DLA",
42209  direction="l",
42210  linebreak="al",
42211  unicodeslot=0x162D,
42212 },
42213 [0x162E]={
42214  category="lo",
42215  description="CANADIAN SYLLABICS CARRIER LHU",
42216  direction="l",
42217  linebreak="al",
42218  unicodeslot=0x162E,
42219 },
42220 [0x162F]={
42221  category="lo",
42222  description="CANADIAN SYLLABICS CARRIER LHO",
42223  direction="l",
42224  linebreak="al",
42225  unicodeslot=0x162F,
42226 },
42227 [0x1630]={
42228  category="lo",
42229  description="CANADIAN SYLLABICS CARRIER LHE",
42230  direction="l",
42231  linebreak="al",
42232  unicodeslot=0x1630,
42233 },
42234 [0x1631]={
42235  category="lo",
42236  description="CANADIAN SYLLABICS CARRIER LHEE",
42237  direction="l",
42238  linebreak="al",
42239  unicodeslot=0x1631,
42240 },
42241 [0x1632]={
42242  category="lo",
42243  description="CANADIAN SYLLABICS CARRIER LHI",
42244  direction="l",
42245  linebreak="al",
42246  unicodeslot=0x1632,
42247 },
42248 [0x1633]={
42249  category="lo",
42250  description="CANADIAN SYLLABICS CARRIER LHA",
42251  direction="l",
42252  linebreak="al",
42253  unicodeslot=0x1633,
42254 },
42255 [0x1634]={
42256  category="lo",
42257  description="CANADIAN SYLLABICS CARRIER TLHU",
42258  direction="l",
42259  linebreak="al",
42260  unicodeslot=0x1634,
42261 },
42262 [0x1635]={
42263  category="lo",
42264  description="CANADIAN SYLLABICS CARRIER TLHO",
42265  direction="l",
42266  linebreak="al",
42267  unicodeslot=0x1635,
42268 },
42269 [0x1636]={
42270  category="lo",
42271  description="CANADIAN SYLLABICS CARRIER TLHE",
42272  direction="l",
42273  linebreak="al",
42274  unicodeslot=0x1636,
42275 },
42276 [0x1637]={
42277  category="lo",
42278  description="CANADIAN SYLLABICS CARRIER TLHEE",
42279  direction="l",
42280  linebreak="al",
42281  unicodeslot=0x1637,
42282 },
42283 [0x1638]={
42284  category="lo",
42285  description="CANADIAN SYLLABICS CARRIER TLHI",
42286  direction="l",
42287  linebreak="al",
42288  unicodeslot=0x1638,
42289 },
42290 [0x1639]={
42291  category="lo",
42292  description="CANADIAN SYLLABICS CARRIER TLHA",
42293  direction="l",
42294  linebreak="al",
42295  unicodeslot=0x1639,
42296 },
42297 [0x163A]={
42298  category="lo",
42299  description="CANADIAN SYLLABICS CARRIER TLU",
42300  direction="l",
42301  linebreak="al",
42302  unicodeslot=0x163A,
42303 },
42304 [0x163B]={
42305  category="lo",
42306  description="CANADIAN SYLLABICS CARRIER TLO",
42307  direction="l",
42308  linebreak="al",
42309  unicodeslot=0x163B,
42310 },
42311 [0x163C]={
42312  category="lo",
42313  description="CANADIAN SYLLABICS CARRIER TLE",
42314  direction="l",
42315  linebreak="al",
42316  unicodeslot=0x163C,
42317 },
42318 [0x163D]={
42319  category="lo",
42320  description="CANADIAN SYLLABICS CARRIER TLEE",
42321  direction="l",
42322  linebreak="al",
42323  unicodeslot=0x163D,
42324 },
42325 [0x163E]={
42326  category="lo",
42327  description="CANADIAN SYLLABICS CARRIER TLI",
42328  direction="l",
42329  linebreak="al",
42330  unicodeslot=0x163E,
42331 },
42332 [0x163F]={
42333  category="lo",
42334  description="CANADIAN SYLLABICS CARRIER TLA",
42335  direction="l",
42336  linebreak="al",
42337  unicodeslot=0x163F,
42338 },
42339 [0x1640]={
42340  category="lo",
42341  description="CANADIAN SYLLABICS CARRIER ZU",
42342  direction="l",
42343  linebreak="al",
42344  unicodeslot=0x1640,
42345 },
42346 [0x1641]={
42347  category="lo",
42348  description="CANADIAN SYLLABICS CARRIER ZO",
42349  direction="l",
42350  linebreak="al",
42351  unicodeslot=0x1641,
42352 },
42353 [0x1642]={
42354  category="lo",
42355  description="CANADIAN SYLLABICS CARRIER ZE",
42356  direction="l",
42357  linebreak="al",
42358  unicodeslot=0x1642,
42359 },
42360 [0x1643]={
42361  category="lo",
42362  description="CANADIAN SYLLABICS CARRIER ZEE",
42363  direction="l",
42364  linebreak="al",
42365  unicodeslot=0x1643,
42366 },
42367 [0x1644]={
42368  category="lo",
42369  description="CANADIAN SYLLABICS CARRIER ZI",
42370  direction="l",
42371  linebreak="al",
42372  unicodeslot=0x1644,
42373 },
42374 [0x1645]={
42375  category="lo",
42376  description="CANADIAN SYLLABICS CARRIER ZA",
42377  direction="l",
42378  linebreak="al",
42379  unicodeslot=0x1645,
42380 },
42381 [0x1646]={
42382  category="lo",
42383  description="CANADIAN SYLLABICS CARRIER Z",
42384  direction="l",
42385  linebreak="al",
42386  unicodeslot=0x1646,
42387 },
42388 [0x1647]={
42389  category="lo",
42390  description="CANADIAN SYLLABICS CARRIER INITIAL Z",
42391  direction="l",
42392  linebreak="al",
42393  unicodeslot=0x1647,
42394 },
42395 [0x1648]={
42396  category="lo",
42397  description="CANADIAN SYLLABICS CARRIER DZU",
42398  direction="l",
42399  linebreak="al",
42400  unicodeslot=0x1648,
42401 },
42402 [0x1649]={
42403  category="lo",
42404  description="CANADIAN SYLLABICS CARRIER DZO",
42405  direction="l",
42406  linebreak="al",
42407  unicodeslot=0x1649,
42408 },
42409 [0x164A]={
42410  category="lo",
42411  description="CANADIAN SYLLABICS CARRIER DZE",
42412  direction="l",
42413  linebreak="al",
42414  unicodeslot=0x164A,
42415 },
42416 [0x164B]={
42417  category="lo",
42418  description="CANADIAN SYLLABICS CARRIER DZEE",
42419  direction="l",
42420  linebreak="al",
42421  unicodeslot=0x164B,
42422 },
42423 [0x164C]={
42424  category="lo",
42425  description="CANADIAN SYLLABICS CARRIER DZI",
42426  direction="l",
42427  linebreak="al",
42428  unicodeslot=0x164C,
42429 },
42430 [0x164D]={
42431  category="lo",
42432  description="CANADIAN SYLLABICS CARRIER DZA",
42433  direction="l",
42434  linebreak="al",
42435  unicodeslot=0x164D,
42436 },
42437 [0x164E]={
42438  category="lo",
42439  description="CANADIAN SYLLABICS CARRIER SU",
42440  direction="l",
42441  linebreak="al",
42442  unicodeslot=0x164E,
42443 },
42444 [0x164F]={
42445  category="lo",
42446  description="CANADIAN SYLLABICS CARRIER SO",
42447  direction="l",
42448  linebreak="al",
42449  unicodeslot=0x164F,
42450 },
42451 [0x1650]={
42452  category="lo",
42453  description="CANADIAN SYLLABICS CARRIER SE",
42454  direction="l",
42455  linebreak="al",
42456  unicodeslot=0x1650,
42457 },
42458 [0x1651]={
42459  category="lo",
42460  description="CANADIAN SYLLABICS CARRIER SEE",
42461  direction="l",
42462  linebreak="al",
42463  unicodeslot=0x1651,
42464 },
42465 [0x1652]={
42466  category="lo",
42467  description="CANADIAN SYLLABICS CARRIER SI",
42468  direction="l",
42469  linebreak="al",
42470  unicodeslot=0x1652,
42471 },
42472 [0x1653]={
42473  category="lo",
42474  description="CANADIAN SYLLABICS CARRIER SA",
42475  direction="l",
42476  linebreak="al",
42477  unicodeslot=0x1653,
42478 },
42479 [0x1654]={
42480  category="lo",
42481  description="CANADIAN SYLLABICS CARRIER SHU",
42482  direction="l",
42483  linebreak="al",
42484  unicodeslot=0x1654,
42485 },
42486 [0x1655]={
42487  category="lo",
42488  description="CANADIAN SYLLABICS CARRIER SHO",
42489  direction="l",
42490  linebreak="al",
42491  unicodeslot=0x1655,
42492 },
42493 [0x1656]={
42494  category="lo",
42495  description="CANADIAN SYLLABICS CARRIER SHE",
42496  direction="l",
42497  linebreak="al",
42498  unicodeslot=0x1656,
42499 },
42500 [0x1657]={
42501  category="lo",
42502  description="CANADIAN SYLLABICS CARRIER SHEE",
42503  direction="l",
42504  linebreak="al",
42505  unicodeslot=0x1657,
42506 },
42507 [0x1658]={
42508  category="lo",
42509  description="CANADIAN SYLLABICS CARRIER SHI",
42510  direction="l",
42511  linebreak="al",
42512  unicodeslot=0x1658,
42513 },
42514 [0x1659]={
42515  category="lo",
42516  description="CANADIAN SYLLABICS CARRIER SHA",
42517  direction="l",
42518  linebreak="al",
42519  unicodeslot=0x1659,
42520 },
42521 [0x165A]={
42522  category="lo",
42523  description="CANADIAN SYLLABICS CARRIER SH",
42524  direction="l",
42525  linebreak="al",
42526  unicodeslot=0x165A,
42527 },
42528 [0x165B]={
42529  category="lo",
42530  description="CANADIAN SYLLABICS CARRIER TSU",
42531  direction="l",
42532  linebreak="al",
42533  unicodeslot=0x165B,
42534 },
42535 [0x165C]={
42536  category="lo",
42537  description="CANADIAN SYLLABICS CARRIER TSO",
42538  direction="l",
42539  linebreak="al",
42540  unicodeslot=0x165C,
42541 },
42542 [0x165D]={
42543  category="lo",
42544  description="CANADIAN SYLLABICS CARRIER TSE",
42545  direction="l",
42546  linebreak="al",
42547  unicodeslot=0x165D,
42548 },
42549 [0x165E]={
42550  category="lo",
42551  description="CANADIAN SYLLABICS CARRIER TSEE",
42552  direction="l",
42553  linebreak="al",
42554  unicodeslot=0x165E,
42555 },
42556 [0x165F]={
42557  category="lo",
42558  description="CANADIAN SYLLABICS CARRIER TSI",
42559  direction="l",
42560  linebreak="al",
42561  unicodeslot=0x165F,
42562 },
42563 [0x1660]={
42564  category="lo",
42565  description="CANADIAN SYLLABICS CARRIER TSA",
42566  direction="l",
42567  linebreak="al",
42568  unicodeslot=0x1660,
42569 },
42570 [0x1661]={
42571  category="lo",
42572  description="CANADIAN SYLLABICS CARRIER CHU",
42573  direction="l",
42574  linebreak="al",
42575  unicodeslot=0x1661,
42576 },
42577 [0x1662]={
42578  category="lo",
42579  description="CANADIAN SYLLABICS CARRIER CHO",
42580  direction="l",
42581  linebreak="al",
42582  unicodeslot=0x1662,
42583 },
42584 [0x1663]={
42585  category="lo",
42586  description="CANADIAN SYLLABICS CARRIER CHE",
42587  direction="l",
42588  linebreak="al",
42589  unicodeslot=0x1663,
42590 },
42591 [0x1664]={
42592  category="lo",
42593  description="CANADIAN SYLLABICS CARRIER CHEE",
42594  direction="l",
42595  linebreak="al",
42596  unicodeslot=0x1664,
42597 },
42598 [0x1665]={
42599  category="lo",
42600  description="CANADIAN SYLLABICS CARRIER CHI",
42601  direction="l",
42602  linebreak="al",
42603  unicodeslot=0x1665,
42604 },
42605 [0x1666]={
42606  category="lo",
42607  description="CANADIAN SYLLABICS CARRIER CHA",
42608  direction="l",
42609  linebreak="al",
42610  unicodeslot=0x1666,
42611 },
42612 [0x1667]={
42613  category="lo",
42614  description="CANADIAN SYLLABICS CARRIER TTSU",
42615  direction="l",
42616  linebreak="al",
42617  unicodeslot=0x1667,
42618 },
42619 [0x1668]={
42620  category="lo",
42621  description="CANADIAN SYLLABICS CARRIER TTSO",
42622  direction="l",
42623  linebreak="al",
42624  unicodeslot=0x1668,
42625 },
42626 [0x1669]={
42627  category="lo",
42628  description="CANADIAN SYLLABICS CARRIER TTSE",
42629  direction="l",
42630  linebreak="al",
42631  unicodeslot=0x1669,
42632 },
42633 [0x166A]={
42634  category="lo",
42635  description="CANADIAN SYLLABICS CARRIER TTSEE",
42636  direction="l",
42637  linebreak="al",
42638  unicodeslot=0x166A,
42639 },
42640 [0x166B]={
42641  category="lo",
42642  description="CANADIAN SYLLABICS CARRIER TTSI",
42643  direction="l",
42644  linebreak="al",
42645  unicodeslot=0x166B,
42646 },
42647 [0x166C]={
42648  category="lo",
42649  description="CANADIAN SYLLABICS CARRIER TTSA",
42650  direction="l",
42651  linebreak="al",
42652  unicodeslot=0x166C,
42653 },
42654 [0x166D]={
42655  category="po",
42656  description="CANADIAN SYLLABICS CHI SIGN",
42657  direction="l",
42658  linebreak="al",
42659  unicodeslot=0x166D,
42660 },
42661 [0x166E]={
42662  category="po",
42663  description="CANADIAN SYLLABICS FULL STOP",
42664  direction="l",
42665  linebreak="al",
42666  unicodeslot=0x166E,
42667 },
42668 [0x166F]={
42669  category="lo",
42670  description="CANADIAN SYLLABICS QAI",
42671  direction="l",
42672  linebreak="al",
42673  unicodeslot=0x166F,
42674 },
42675 [0x1670]={
42676  category="lo",
42677  description="CANADIAN SYLLABICS NGAI",
42678  direction="l",
42679  linebreak="al",
42680  unicodeslot=0x1670,
42681 },
42682 [0x1671]={
42683  category="lo",
42684  description="CANADIAN SYLLABICS NNGI",
42685  direction="l",
42686  linebreak="al",
42687  unicodeslot=0x1671,
42688 },
42689 [0x1672]={
42690  category="lo",
42691  description="CANADIAN SYLLABICS NNGII",
42692  direction="l",
42693  linebreak="al",
42694  unicodeslot=0x1672,
42695 },
42696 [0x1673]={
42697  category="lo",
42698  description="CANADIAN SYLLABICS NNGO",
42699  direction="l",
42700  linebreak="al",
42701  unicodeslot=0x1673,
42702 },
42703 [0x1674]={
42704  category="lo",
42705  description="CANADIAN SYLLABICS NNGOO",
42706  direction="l",
42707  linebreak="al",
42708  unicodeslot=0x1674,
42709 },
42710 [0x1675]={
42711  category="lo",
42712  description="CANADIAN SYLLABICS NNGA",
42713  direction="l",
42714  linebreak="al",
42715  unicodeslot=0x1675,
42716 },
42717 [0x1676]={
42718  category="lo",
42719  description="CANADIAN SYLLABICS NNGAA",
42720  direction="l",
42721  linebreak="al",
42722  unicodeslot=0x1676,
42723 },
42724 [0x1677]={
42725  category="lo",
42726  description="CANADIAN SYLLABICS WOODS-CREE THWEE",
42727  direction="l",
42728  linebreak="al",
42729  unicodeslot=0x1677,
42730 },
42731 [0x1678]={
42732  category="lo",
42733  description="CANADIAN SYLLABICS WOODS-CREE THWI",
42734  direction="l",
42735  linebreak="al",
42736  unicodeslot=0x1678,
42737 },
42738 [0x1679]={
42739  category="lo",
42740  description="CANADIAN SYLLABICS WOODS-CREE THWII",
42741  direction="l",
42742  linebreak="al",
42743  unicodeslot=0x1679,
42744 },
42745 [0x167A]={
42746  category="lo",
42747  description="CANADIAN SYLLABICS WOODS-CREE THWO",
42748  direction="l",
42749  linebreak="al",
42750  unicodeslot=0x167A,
42751 },
42752 [0x167B]={
42753  category="lo",
42754  description="CANADIAN SYLLABICS WOODS-CREE THWOO",
42755  direction="l",
42756  linebreak="al",
42757  unicodeslot=0x167B,
42758 },
42759 [0x167C]={
42760  category="lo",
42761  description="CANADIAN SYLLABICS WOODS-CREE THWA",
42762  direction="l",
42763  linebreak="al",
42764  unicodeslot=0x167C,
42765 },
42766 [0x167D]={
42767  category="lo",
42768  description="CANADIAN SYLLABICS WOODS-CREE THWAA",
42769  direction="l",
42770  linebreak="al",
42771  unicodeslot=0x167D,
42772 },
42773 [0x167E]={
42774  category="lo",
42775  description="CANADIAN SYLLABICS WOODS-CREE FINAL TH",
42776  direction="l",
42777  linebreak="al",
42778  unicodeslot=0x167E,
42779 },
42780 [0x167F]={
42781  category="lo",
42782  description="CANADIAN SYLLABICS BLACKFOOT W",
42783  direction="l",
42784  linebreak="al",
42785  unicodeslot=0x167F,
42786 },
42787 [0x1680]={
42788  category="zs",
42789  description="OGHAM SPACE MARK",
42790  direction="ws",
42791  linebreak="ba",
42792  unicodeslot=0x1680,
42793 },
42794 [0x1681]={
42795  category="lo",
42796  description="OGHAM LETTER BEITH",
42797  direction="l",
42798  linebreak="al",
42799  unicodeslot=0x1681,
42800 },
42801 [0x1682]={
42802  category="lo",
42803  description="OGHAM LETTER LUIS",
42804  direction="l",
42805  linebreak="al",
42806  unicodeslot=0x1682,
42807 },
42808 [0x1683]={
42809  category="lo",
42810  description="OGHAM LETTER FEARN",
42811  direction="l",
42812  linebreak="al",
42813  unicodeslot=0x1683,
42814 },
42815 [0x1684]={
42816  category="lo",
42817  description="OGHAM LETTER SAIL",
42818  direction="l",
42819  linebreak="al",
42820  unicodeslot=0x1684,
42821 },
42822 [0x1685]={
42823  category="lo",
42824  description="OGHAM LETTER NION",
42825  direction="l",
42826  linebreak="al",
42827  unicodeslot=0x1685,
42828 },
42829 [0x1686]={
42830  category="lo",
42831  description="OGHAM LETTER UATH",
42832  direction="l",
42833  linebreak="al",
42834  unicodeslot=0x1686,
42835 },
42836 [0x1687]={
42837  category="lo",
42838  description="OGHAM LETTER DAIR",
42839  direction="l",
42840  linebreak="al",
42841  unicodeslot=0x1687,
42842 },
42843 [0x1688]={
42844  category="lo",
42845  description="OGHAM LETTER TINNE",
42846  direction="l",
42847  linebreak="al",
42848  unicodeslot=0x1688,
42849 },
42850 [0x1689]={
42851  category="lo",
42852  description="OGHAM LETTER COLL",
42853  direction="l",
42854  linebreak="al",
42855  unicodeslot=0x1689,
42856 },
42857 [0x168A]={
42858  category="lo",
42859  description="OGHAM LETTER CEIRT",
42860  direction="l",
42861  linebreak="al",
42862  unicodeslot=0x168A,
42863 },
42864 [0x168B]={
42865  category="lo",
42866  description="OGHAM LETTER MUIN",
42867  direction="l",
42868  linebreak="al",
42869  unicodeslot=0x168B,
42870 },
42871 [0x168C]={
42872  category="lo",
42873  description="OGHAM LETTER GORT",
42874  direction="l",
42875  linebreak="al",
42876  unicodeslot=0x168C,
42877 },
42878 [0x168D]={
42879  category="lo",
42880  description="OGHAM LETTER NGEADAL",
42881  direction="l",
42882  linebreak="al",
42883  unicodeslot=0x168D,
42884 },
42885 [0x168E]={
42886  category="lo",
42887  description="OGHAM LETTER STRAIF",
42888  direction="l",
42889  linebreak="al",
42890  unicodeslot=0x168E,
42891 },
42892 [0x168F]={
42893  category="lo",
42894  description="OGHAM LETTER RUIS",
42895  direction="l",
42896  linebreak="al",
42897  unicodeslot=0x168F,
42898 },
42899 [0x1690]={
42900  category="lo",
42901  description="OGHAM LETTER AILM",
42902  direction="l",
42903  linebreak="al",
42904  unicodeslot=0x1690,
42905 },
42906 [0x1691]={
42907  category="lo",
42908  description="OGHAM LETTER ONN",
42909  direction="l",
42910  linebreak="al",
42911  unicodeslot=0x1691,
42912 },
42913 [0x1692]={
42914  category="lo",
42915  description="OGHAM LETTER UR",
42916  direction="l",
42917  linebreak="al",
42918  unicodeslot=0x1692,
42919 },
42920 [0x1693]={
42921  category="lo",
42922  description="OGHAM LETTER EADHADH",
42923  direction="l",
42924  linebreak="al",
42925  unicodeslot=0x1693,
42926 },
42927 [0x1694]={
42928  category="lo",
42929  description="OGHAM LETTER IODHADH",
42930  direction="l",
42931  linebreak="al",
42932  unicodeslot=0x1694,
42933 },
42934 [0x1695]={
42935  category="lo",
42936  description="OGHAM LETTER EABHADH",
42937  direction="l",
42938  linebreak="al",
42939  unicodeslot=0x1695,
42940 },
42941 [0x1696]={
42942  category="lo",
42943  description="OGHAM LETTER OR",
42944  direction="l",
42945  linebreak="al",
42946  unicodeslot=0x1696,
42947 },
42948 [0x1697]={
42949  category="lo",
42950  description="OGHAM LETTER UILLEANN",
42951  direction="l",
42952  linebreak="al",
42953  unicodeslot=0x1697,
42954 },
42955 [0x1698]={
42956  category="lo",
42957  description="OGHAM LETTER IFIN",
42958  direction="l",
42959  linebreak="al",
42960  unicodeslot=0x1698,
42961 },
42962 [0x1699]={
42963  category="lo",
42964  description="OGHAM LETTER EAMHANCHOLL",
42965  direction="l",
42966  linebreak="al",
42967  unicodeslot=0x1699,
42968 },
42969 [0x169A]={
42970  category="lo",
42971  description="OGHAM LETTER PEITH",
42972  direction="l",
42973  linebreak="al",
42974  unicodeslot=0x169A,
42975 },
42976 [0x169B]={
42977  category="ps",
42978  description="OGHAM FEATHER MARK",
42979  direction="on",
42980  linebreak="op",
42981  mirror=0x169C,
42982  unicodeslot=0x169B,
42983 },
42984 [0x169C]={
42985  category="pe",
42986  description="OGHAM REVERSED FEATHER MARK",
42987  direction="on",
42988  linebreak="cl",
42989  mirror=0x169B,
42990  unicodeslot=0x169C,
42991 },
42992 [0x16A0]={
42993  category="lo",
42994  description="RUNIC LETTER FEHU FEOH FE F",
42995  direction="l",
42996  linebreak="al",
42997  unicodeslot=0x16A0,
42998 },
42999 [0x16A1]={
43000  category="lo",
43001  description="RUNIC LETTER V",
43002  direction="l",
43003  linebreak="al",
43004  unicodeslot=0x16A1,
43005 },
43006 [0x16A2]={
43007  category="lo",
43008  description="RUNIC LETTER URUZ UR U",
43009  direction="l",
43010  linebreak="al",
43011  unicodeslot=0x16A2,
43012 },
43013 [0x16A3]={
43014  category="lo",
43015  description="RUNIC LETTER YR",
43016  direction="l",
43017  linebreak="al",
43018  unicodeslot=0x16A3,
43019 },
43020 [0x16A4]={
43021  category="lo",
43022  description="RUNIC LETTER Y",
43023  direction="l",
43024  linebreak="al",
43025  unicodeslot=0x16A4,
43026 },
43027 [0x16A5]={
43028  category="lo",
43029  description="RUNIC LETTER W",
43030  direction="l",
43031  linebreak="al",
43032  unicodeslot=0x16A5,
43033 },
43034 [0x16A6]={
43035  category="lo",
43036  description="RUNIC LETTER THURISAZ THURS THORN",
43037  direction="l",
43038  linebreak="al",
43039  unicodeslot=0x16A6,
43040 },
43041 [0x16A7]={
43042  category="lo",
43043  description="RUNIC LETTER ETH",
43044  direction="l",
43045  linebreak="al",
43046  unicodeslot=0x16A7,
43047 },
43048 [0x16A8]={
43049  category="lo",
43050  description="RUNIC LETTER ANSUZ A",
43051  direction="l",
43052  linebreak="al",
43053  unicodeslot=0x16A8,
43054 },
43055 [0x16A9]={
43056  category="lo",
43057  description="RUNIC LETTER OS O",
43058  direction="l",
43059  linebreak="al",
43060  unicodeslot=0x16A9,
43061 },
43062 [0x16AA]={
43063  category="lo",
43064  description="RUNIC LETTER AC A",
43065  direction="l",
43066  linebreak="al",
43067  unicodeslot=0x16AA,
43068 },
43069 [0x16AB]={
43070  category="lo",
43071  description="RUNIC LETTER AESC",
43072  direction="l",
43073  linebreak="al",
43074  unicodeslot=0x16AB,
43075 },
43076 [0x16AC]={
43077  category="lo",
43078  description="RUNIC LETTER LONG-BRANCH-OSS O",
43079  direction="l",
43080  linebreak="al",
43081  unicodeslot=0x16AC,
43082 },
43083 [0x16AD]={
43084  category="lo",
43085  description="RUNIC LETTER SHORT-TWIG-OSS O",
43086  direction="l",
43087  linebreak="al",
43088  unicodeslot=0x16AD,
43089 },
43090 [0x16AE]={
43091  category="lo",
43092  description="RUNIC LETTER O",
43093  direction="l",
43094  linebreak="al",
43095  unicodeslot=0x16AE,
43096 },
43097 [0x16AF]={
43098  category="lo",
43099  description="RUNIC LETTER OE",
43100  direction="l",
43101  linebreak="al",
43102  unicodeslot=0x16AF,
43103 },
43104 [0x16B0]={
43105  category="lo",
43106  description="RUNIC LETTER ON",
43107  direction="l",
43108  linebreak="al",
43109  unicodeslot=0x16B0,
43110 },
43111 [0x16B1]={
43112  category="lo",
43113  description="RUNIC LETTER RAIDO RAD REID R",
43114  direction="l",
43115  linebreak="al",
43116  unicodeslot=0x16B1,
43117 },
43118 [0x16B2]={
43119  category="lo",
43120  description="RUNIC LETTER KAUNA",
43121  direction="l",
43122  linebreak="al",
43123  unicodeslot=0x16B2,
43124 },
43125 [0x16B3]={
43126  category="lo",
43127  description="RUNIC LETTER CEN",
43128  direction="l",
43129  linebreak="al",
43130  unicodeslot=0x16B3,
43131 },
43132 [0x16B4]={
43133  category="lo",
43134  description="RUNIC LETTER KAUN K",
43135  direction="l",
43136  linebreak="al",
43137  unicodeslot=0x16B4,
43138 },
43139 [0x16B5]={
43140  category="lo",
43141  description="RUNIC LETTER G",
43142  direction="l",
43143  linebreak="al",
43144  unicodeslot=0x16B5,
43145 },
43146 [0x16B6]={
43147  category="lo",
43148  description="RUNIC LETTER ENG",
43149  direction="l",
43150  linebreak="al",
43151  unicodeslot=0x16B6,
43152 },
43153 [0x16B7]={
43154  category="lo",
43155  description="RUNIC LETTER GEBO GYFU G",
43156  direction="l",
43157  linebreak="al",
43158  unicodeslot=0x16B7,
43159 },
43160 [0x16B8]={
43161  category="lo",
43162  description="RUNIC LETTER GAR",
43163  direction="l",
43164  linebreak="al",
43165  unicodeslot=0x16B8,
43166 },
43167 [0x16B9]={
43168  category="lo",
43169  description="RUNIC LETTER WUNJO WYNN W",
43170  direction="l",
43171  linebreak="al",
43172  unicodeslot=0x16B9,
43173 },
43174 [0x16BA]={
43175  category="lo",
43176  description="RUNIC LETTER HAGLAZ H",
43177  direction="l",
43178  linebreak="al",
43179  unicodeslot=0x16BA,
43180 },
43181 [0x16BB]={
43182  category="lo",
43183  description="RUNIC LETTER HAEGL H",
43184  direction="l",
43185  linebreak="al",
43186  unicodeslot=0x16BB,
43187 },
43188 [0x16BC]={
43189  category="lo",
43190  description="RUNIC LETTER LONG-BRANCH-HAGALL H",
43191  direction="l",
43192  linebreak="al",
43193  unicodeslot=0x16BC,
43194 },
43195 [0x16BD]={
43196  category="lo",
43197  description="RUNIC LETTER SHORT-TWIG-HAGALL H",
43198  direction="l",
43199  linebreak="al",
43200  unicodeslot=0x16BD,
43201 },
43202 [0x16BE]={
43203  category="lo",
43204  description="RUNIC LETTER NAUDIZ NYD NAUD N",
43205  direction="l",
43206  linebreak="al",
43207  unicodeslot=0x16BE,
43208 },
43209 [0x16BF]={
43210  category="lo",
43211  description="RUNIC LETTER SHORT-TWIG-NAUD N",
43212  direction="l",
43213  linebreak="al",
43214  unicodeslot=0x16BF,
43215 },
43216 [0x16C0]={
43217  category="lo",
43218  description="RUNIC LETTER DOTTED-N",
43219  direction="l",
43220  linebreak="al",
43221  unicodeslot=0x16C0,
43222 },
43223 [0x16C1]={
43224  category="lo",
43225  description="RUNIC LETTER ISAZ IS ISS I",
43226  direction="l",
43227  linebreak="al",
43228  unicodeslot=0x16C1,
43229 },
43230 [0x16C2]={
43231  category="lo",
43232  description="RUNIC LETTER E",
43233  direction="l",
43234  linebreak="al",
43235  unicodeslot=0x16C2,
43236 },
43237 [0x16C3]={
43238  category="lo",
43239  description="RUNIC LETTER JERAN J",
43240  direction="l",
43241  linebreak="al",
43242  unicodeslot=0x16C3,
43243 },
43244 [0x16C4]={
43245  category="lo",
43246  description="RUNIC LETTER GER",
43247  direction="l",
43248  linebreak="al",
43249  unicodeslot=0x16C4,
43250 },
43251 [0x16C5]={
43252  category="lo",
43253  description="RUNIC LETTER LONG-BRANCH-AR AE",
43254  direction="l",
43255  linebreak="al",
43256  unicodeslot=0x16C5,
43257 },
43258 [0x16C6]={
43259  category="lo",
43260  description="RUNIC LETTER SHORT-TWIG-AR A",
43261  direction="l",
43262  linebreak="al",
43263  unicodeslot=0x16C6,
43264 },
43265 [0x16C7]={
43266  category="lo",
43267  description="RUNIC LETTER IWAZ EOH",
43268  direction="l",
43269  linebreak="al",
43270  unicodeslot=0x16C7,
43271 },
43272 [0x16C8]={
43273  category="lo",
43274  description="RUNIC LETTER PERTHO PEORTH P",
43275  direction="l",
43276  linebreak="al",
43277  unicodeslot=0x16C8,
43278 },
43279 [0x16C9]={
43280  category="lo",
43281  description="RUNIC LETTER ALGIZ EOLHX",
43282  direction="l",
43283  linebreak="al",
43284  unicodeslot=0x16C9,
43285 },
43286 [0x16CA]={
43287  category="lo",
43288  description="RUNIC LETTER SOWILO S",
43289  direction="l",
43290  linebreak="al",
43291  unicodeslot=0x16CA,
43292 },
43293 [0x16CB]={
43294  category="lo",
43295  description="RUNIC LETTER SIGEL LONG-BRANCH-SOL S",
43296  direction="l",
43297  linebreak="al",
43298  unicodeslot=0x16CB,
43299 },
43300 [0x16CC]={
43301  category="lo",
43302  description="RUNIC LETTER SHORT-TWIG-SOL S",
43303  direction="l",
43304  linebreak="al",
43305  unicodeslot=0x16CC,
43306 },
43307 [0x16CD]={
43308  category="lo",
43309  description="RUNIC LETTER C",
43310  direction="l",
43311  linebreak="al",
43312  unicodeslot=0x16CD,
43313 },
43314 [0x16CE]={
43315  category="lo",
43316  description="RUNIC LETTER Z",
43317  direction="l",
43318  linebreak="al",
43319  unicodeslot=0x16CE,
43320 },
43321 [0x16CF]={
43322  category="lo",
43323  description="RUNIC LETTER TIWAZ TIR TYR T",
43324  direction="l",
43325  linebreak="al",
43326  unicodeslot=0x16CF,
43327 },
43328 [0x16D0]={
43329  category="lo",
43330  description="RUNIC LETTER SHORT-TWIG-TYR T",
43331  direction="l",
43332  linebreak="al",
43333  unicodeslot=0x16D0,
43334 },
43335 [0x16D1]={
43336  category="lo",
43337  description="RUNIC LETTER D",
43338  direction="l",
43339  linebreak="al",
43340  unicodeslot=0x16D1,
43341 },
43342 [0x16D2]={
43343  category="lo",
43344  description="RUNIC LETTER BERKANAN BEORC BJARKAN B",
43345  direction="l",
43346  linebreak="al",
43347  unicodeslot=0x16D2,
43348 },
43349 [0x16D3]={
43350  category="lo",
43351  description="RUNIC LETTER SHORT-TWIG-BJARKAN B",
43352  direction="l",
43353  linebreak="al",
43354  unicodeslot=0x16D3,
43355 },
43356 [0x16D4]={
43357  category="lo",
43358  description="RUNIC LETTER DOTTED-P",
43359  direction="l",
43360  linebreak="al",
43361  unicodeslot=0x16D4,
43362 },
43363 [0x16D5]={
43364  category="lo",
43365  description="RUNIC LETTER OPEN-P",
43366  direction="l",
43367  linebreak="al",
43368  unicodeslot=0x16D5,
43369 },
43370 [0x16D6]={
43371  category="lo",
43372  description="RUNIC LETTER EHWAZ EH E",
43373  direction="l",
43374  linebreak="al",
43375  unicodeslot=0x16D6,
43376 },
43377 [0x16D7]={
43378  category="lo",
43379  description="RUNIC LETTER MANNAZ MAN M",
43380  direction="l",
43381  linebreak="al",
43382  unicodeslot=0x16D7,
43383 },
43384 [0x16D8]={
43385  category="lo",
43386  description="RUNIC LETTER LONG-BRANCH-MADR M",
43387  direction="l",
43388  linebreak="al",
43389  unicodeslot=0x16D8,
43390 },
43391 [0x16D9]={
43392  category="lo",
43393  description="RUNIC LETTER SHORT-TWIG-MADR M",
43394  direction="l",
43395  linebreak="al",
43396  unicodeslot=0x16D9,
43397 },
43398 [0x16DA]={
43399  category="lo",
43400  description="RUNIC LETTER LAUKAZ LAGU LOGR L",
43401  direction="l",
43402  linebreak="al",
43403  unicodeslot=0x16DA,
43404 },
43405 [0x16DB]={
43406  category="lo",
43407  description="RUNIC LETTER DOTTED-L",
43408  direction="l",
43409  linebreak="al",
43410  unicodeslot=0x16DB,
43411 },
43412 [0x16DC]={
43413  category="lo",
43414  description="RUNIC LETTER INGWAZ",
43415  direction="l",
43416  linebreak="al",
43417  unicodeslot=0x16DC,
43418 },
43419 [0x16DD]={
43420  category="lo",
43421  description="RUNIC LETTER ING",
43422  direction="l",
43423  linebreak="al",
43424  unicodeslot=0x16DD,
43425 },
43426 [0x16DE]={
43427  category="lo",
43428  description="RUNIC LETTER DAGAZ DAEG D",
43429  direction="l",
43430  linebreak="al",
43431  unicodeslot=0x16DE,
43432 },
43433 [0x16DF]={
43434  category="lo",
43435  description="RUNIC LETTER OTHALAN ETHEL O",
43436  direction="l",
43437  linebreak="al",
43438  unicodeslot=0x16DF,
43439 },
43440 [0x16E0]={
43441  category="lo",
43442  description="RUNIC LETTER EAR",
43443  direction="l",
43444  linebreak="al",
43445  unicodeslot=0x16E0,
43446 },
43447 [0x16E1]={
43448  category="lo",
43449  description="RUNIC LETTER IOR",
43450  direction="l",
43451  linebreak="al",
43452  unicodeslot=0x16E1,
43453 },
43454 [0x16E2]={
43455  category="lo",
43456  description="RUNIC LETTER CWEORTH",
43457  direction="l",
43458  linebreak="al",
43459  unicodeslot=0x16E2,
43460 },
43461 [0x16E3]={
43462  category="lo",
43463  description="RUNIC LETTER CALC",
43464  direction="l",
43465  linebreak="al",
43466  unicodeslot=0x16E3,
43467 },
43468 [0x16E4]={
43469  category="lo",
43470  description="RUNIC LETTER CEALC",
43471  direction="l",
43472  linebreak="al",
43473  unicodeslot=0x16E4,
43474 },
43475 [0x16E5]={
43476  category="lo",
43477  description="RUNIC LETTER STAN",
43478  direction="l",
43479  linebreak="al",
43480  unicodeslot=0x16E5,
43481 },
43482 [0x16E6]={
43483  category="lo",
43484  description="RUNIC LETTER LONG-BRANCH-YR",
43485  direction="l",
43486  linebreak="al",
43487  unicodeslot=0x16E6,
43488 },
43489 [0x16E7]={
43490  category="lo",
43491  description="RUNIC LETTER SHORT-TWIG-YR",
43492  direction="l",
43493  linebreak="al",
43494  unicodeslot=0x16E7,
43495 },
43496 [0x16E8]={
43497  category="lo",
43498  description="RUNIC LETTER ICELANDIC-YR",
43499  direction="l",
43500  linebreak="al",
43501  unicodeslot=0x16E8,
43502 },
43503 [0x16E9]={
43504  category="lo",
43505  description="RUNIC LETTER Q",
43506  direction="l",
43507  linebreak="al",
43508  unicodeslot=0x16E9,
43509 },
43510 [0x16EA]={
43511  category="lo",
43512  description="RUNIC LETTER X",
43513  direction="l",
43514  linebreak="al",
43515  unicodeslot=0x16EA,
43516 },
43517 [0x16EB]={
43518  category="po",
43519  description="RUNIC SINGLE PUNCTUATION",
43520  direction="l",
43521  linebreak="ba",
43522  unicodeslot=0x16EB,
43523 },
43524 [0x16EC]={
43525  category="po",
43526  description="RUNIC MULTIPLE PUNCTUATION",
43527  direction="l",
43528  linebreak="ba",
43529  unicodeslot=0x16EC,
43530 },
43531 [0x16ED]={
43532  category="po",
43533  description="RUNIC CROSS PUNCTUATION",
43534  direction="l",
43535  linebreak="ba",
43536  unicodeslot=0x16ED,
43537 },
43538 [0x16EE]={
43539  category="nl",
43540  description="RUNIC ARLAUG SYMBOL",
43541  direction="l",
43542  linebreak="al",
43543  unicodeslot=0x16EE,
43544 },
43545 [0x16EF]={
43546  category="nl",
43547  description="RUNIC TVIMADUR SYMBOL",
43548  direction="l",
43549  linebreak="al",
43550  unicodeslot=0x16EF,
43551 },
43552 [0x16F0]={
43553  category="nl",
43554  description="RUNIC BELGTHOR SYMBOL",
43555  direction="l",
43556  linebreak="al",
43557  unicodeslot=0x16F0,
43558 },
43559 [0x16F1]={
43560  category="lo",
43561  description="RUNIC LETTER K",
43562  direction="l",
43563  linebreak="al",
43564  unicodeslot=0x16F1,
43565 },
43566 [0x16F2]={
43567  category="lo",
43568  description="RUNIC LETTER SH",
43569  direction="l",
43570  linebreak="al",
43571  unicodeslot=0x16F2,
43572 },
43573 [0x16F3]={
43574  category="lo",
43575  description="RUNIC LETTER OO",
43576  direction="l",
43577  linebreak="al",
43578  unicodeslot=0x16F3,
43579 },
43580 [0x16F4]={
43581  category="lo",
43582  description="RUNIC LETTER FRANKS CASKET OS",
43583  direction="l",
43584  linebreak="al",
43585  unicodeslot=0x16F4,
43586 },
43587 [0x16F5]={
43588  category="lo",
43589  description="RUNIC LETTER FRANKS CASKET IS",
43590  direction="l",
43591  linebreak="al",
43592  unicodeslot=0x16F5,
43593 },
43594 [0x16F6]={
43595  category="lo",
43596  description="RUNIC LETTER FRANKS CASKET EH",
43597  direction="l",
43598  linebreak="al",
43599  unicodeslot=0x16F6,
43600 },
43601 [0x16F7]={
43602  category="lo",
43603  description="RUNIC LETTER FRANKS CASKET AC",
43604  direction="l",
43605  linebreak="al",
43606  unicodeslot=0x16F7,
43607 },
43608 [0x16F8]={
43609  category="lo",
43610  description="RUNIC LETTER FRANKS CASKET AESC",
43611  direction="l",
43612  linebreak="al",
43613  unicodeslot=0x16F8,
43614 },
43615 [0x1700]={
43616  category="lo",
43617  description="TAGALOG LETTER A",
43618  direction="l",
43619  linebreak="al",
43620  unicodeslot=0x1700,
43621 },
43622 [0x1701]={
43623  category="lo",
43624  description="TAGALOG LETTER I",
43625  direction="l",
43626  linebreak="al",
43627  unicodeslot=0x1701,
43628 },
43629 [0x1702]={
43630  category="lo",
43631  description="TAGALOG LETTER U",
43632  direction="l",
43633  linebreak="al",
43634  unicodeslot=0x1702,
43635 },
43636 [0x1703]={
43637  category="lo",
43638  description="TAGALOG LETTER KA",
43639  direction="l",
43640  linebreak="al",
43641  unicodeslot=0x1703,
43642 },
43643 [0x1704]={
43644  category="lo",
43645  description="TAGALOG LETTER GA",
43646  direction="l",
43647  linebreak="al",
43648  unicodeslot=0x1704,
43649 },
43650 [0x1705]={
43651  category="lo",
43652  description="TAGALOG LETTER NGA",
43653  direction="l",
43654  linebreak="al",
43655  unicodeslot=0x1705,
43656 },
43657 [0x1706]={
43658  category="lo",
43659  description="TAGALOG LETTER TA",
43660  direction="l",
43661  linebreak="al",
43662  unicodeslot=0x1706,
43663 },
43664 [0x1707]={
43665  category="lo",
43666  description="TAGALOG LETTER DA",
43667  direction="l",
43668  linebreak="al",
43669  unicodeslot=0x1707,
43670 },
43671 [0x1708]={
43672  category="lo",
43673  description="TAGALOG LETTER NA",
43674  direction="l",
43675  linebreak="al",
43676  unicodeslot=0x1708,
43677 },
43678 [0x1709]={
43679  category="lo",
43680  description="TAGALOG LETTER PA",
43681  direction="l",
43682  linebreak="al",
43683  unicodeslot=0x1709,
43684 },
43685 [0x170A]={
43686  category="lo",
43687  description="TAGALOG LETTER BA",
43688  direction="l",
43689  linebreak="al",
43690  unicodeslot=0x170A,
43691 },
43692 [0x170B]={
43693  category="lo",
43694  description="TAGALOG LETTER MA",
43695  direction="l",
43696  linebreak="al",
43697  unicodeslot=0x170B,
43698 },
43699 [0x170C]={
43700  category="lo",
43701  description="TAGALOG LETTER YA",
43702  direction="l",
43703  linebreak="al",
43704  unicodeslot=0x170C,
43705 },
43706 [0x170D]={
43707  category="lo",
43708  comment="check indic",
43709  description="TAGALOG LETTER RA",
43710  direction="l",
43711  indic="c",
43712  indicclass="ra",
43713  indicorder="am",
43714  linebreak="al",
43715  unicodeslot=0x170D,
43716 },
43717 [0x170E]={
43718  category="lo",
43719  description="TAGALOG LETTER LA",
43720  direction="l",
43721  linebreak="al",
43722  unicodeslot=0x170E,
43723 },
43724 [0x170F]={
43725  category="lo",
43726  description="TAGALOG LETTER WA",
43727  direction="l",
43728  linebreak="al",
43729  unicodeslot=0x170F,
43730 },
43731 [0x1710]={
43732  category="lo",
43733  description="TAGALOG LETTER SA",
43734  direction="l",
43735  linebreak="al",
43736  unicodeslot=0x1710,
43737 },
43738 [0x1711]={
43739  category="lo",
43740  description="TAGALOG LETTER HA",
43741  direction="l",
43742  linebreak="al",
43743  unicodeslot=0x1711,
43744 },
43745 [0x1712]={
43746  category="mn",
43747  description="TAGALOG VOWEL SIGN I",
43748  direction="nsm",
43749  linebreak="cm",
43750  unicodeslot=0x1712,
43751 },
43752 [0x1713]={
43753  category="mn",
43754  description="TAGALOG VOWEL SIGN U",
43755  direction="nsm",
43756  linebreak="cm",
43757  unicodeslot=0x1713,
43758 },
43759 [0x1714]={
43760  category="mn",
43761  combining=0x9,
43762  description="TAGALOG SIGN VIRAMA",
43763  direction="nsm",
43764  linebreak="cm",
43765  unicodeslot=0x1714,
43766 },
43767 [0x1715]={
43768  category="mc",
43769  combining=0x9,
43770  description="TAGALOG SIGN PAMUDPOD",
43771  direction="l",
43772  linebreak="cm",
43773  unicodeslot=0x1715,
43774 },
43775 [0x171F]={
43776  category="lo",
43777  description="TAGALOG LETTER ARCHAIC RA",
43778  direction="l",
43779  linebreak="al",
43780  unicodeslot=0x171F,
43781 },
43782 [0x1720]={
43783  category="lo",
43784  description="HANUNOO LETTER A",
43785  direction="l",
43786  linebreak="al",
43787  unicodeslot=0x1720,
43788 },
43789 [0x1721]={
43790  category="lo",
43791  description="HANUNOO LETTER I",
43792  direction="l",
43793  linebreak="al",
43794  unicodeslot=0x1721,
43795 },
43796 [0x1722]={
43797  category="lo",
43798  description="HANUNOO LETTER U",
43799  direction="l",
43800  linebreak="al",
43801  unicodeslot=0x1722,
43802 },
43803 [0x1723]={
43804  category="lo",
43805  description="HANUNOO LETTER KA",
43806  direction="l",
43807  linebreak="al",
43808  unicodeslot=0x1723,
43809 },
43810 [0x1724]={
43811  category="lo",
43812  description="HANUNOO LETTER GA",
43813  direction="l",
43814  linebreak="al",
43815  unicodeslot=0x1724,
43816 },
43817 [0x1725]={
43818  category="lo",
43819  description="HANUNOO LETTER NGA",
43820  direction="l",
43821  linebreak="al",
43822  unicodeslot=0x1725,
43823 },
43824 [0x1726]={
43825  category="lo",
43826  description="HANUNOO LETTER TA",
43827  direction="l",
43828  linebreak="al",
43829  unicodeslot=0x1726,
43830 },
43831 [0x1727]={
43832  category="lo",
43833  description="HANUNOO LETTER DA",
43834  direction="l",
43835  linebreak="al",
43836  unicodeslot=0x1727,
43837 },
43838 [0x1728]={
43839  category="lo",
43840  description="HANUNOO LETTER NA",
43841  direction="l",
43842  linebreak="al",
43843  unicodeslot=0x1728,
43844 },
43845 [0x1729]={
43846  category="lo",
43847  description="HANUNOO LETTER PA",
43848  direction="l",
43849  linebreak="al",
43850  unicodeslot=0x1729,
43851 },
43852 [0x172A]={
43853  category="lo",
43854  description="HANUNOO LETTER BA",
43855  direction="l",
43856  linebreak="al",
43857  unicodeslot=0x172A,
43858 },
43859 [0x172B]={
43860  category="lo",
43861  description="HANUNOO LETTER MA",
43862  direction="l",
43863  linebreak="al",
43864  unicodeslot=0x172B,
43865 },
43866 [0x172C]={
43867  category="lo",
43868  description="HANUNOO LETTER YA",
43869  direction="l",
43870  linebreak="al",
43871  unicodeslot=0x172C,
43872 },
43873 [0x172D]={
43874  category="lo",
43875  description="HANUNOO LETTER RA",
43876  direction="l",
43877  linebreak="al",
43878  unicodeslot=0x172D,
43879 },
43880 [0x172E]={
43881  category="lo",
43882  description="HANUNOO LETTER LA",
43883  direction="l",
43884  linebreak="al",
43885  unicodeslot=0x172E,
43886 },
43887 [0x172F]={
43888  category="lo",
43889  description="HANUNOO LETTER WA",
43890  direction="l",
43891  linebreak="al",
43892  unicodeslot=0x172F,
43893 },
43894 [0x1730]={
43895  category="lo",
43896  description="HANUNOO LETTER SA",
43897  direction="l",
43898  linebreak="al",
43899  unicodeslot=0x1730,
43900 },
43901 [0x1731]={
43902  category="lo",
43903  description="HANUNOO LETTER HA",
43904  direction="l",
43905  linebreak="al",
43906  unicodeslot=0x1731,
43907 },
43908 [0x1732]={
43909  category="mn",
43910  description="HANUNOO VOWEL SIGN I",
43911  direction="nsm",
43912  linebreak="cm",
43913  unicodeslot=0x1732,
43914 },
43915 [0x1733]={
43916  category="mn",
43917  description="HANUNOO VOWEL SIGN U",
43918  direction="nsm",
43919  linebreak="cm",
43920  unicodeslot=0x1733,
43921 },
43922 [0x1734]={
43923  category="mn",
43924  combining=0x9,
43925  description="HANUNOO SIGN PAMUDPOD",
43926  direction="l",
43927  linebreak="cm",
43928  unicodeslot=0x1734,
43929 },
43930 [0x1735]={
43931  category="po",
43932  description="PHILIPPINE SINGLE PUNCTUATION",
43933  direction="l",
43934  linebreak="ba",
43935  unicodeslot=0x1735,
43936 },
43937 [0x1736]={
43938  category="po",
43939  description="PHILIPPINE DOUBLE PUNCTUATION",
43940  direction="l",
43941  linebreak="ba",
43942  unicodeslot=0x1736,
43943 },
43944 [0x1740]={
43945  category="lo",
43946  description="BUHID LETTER A",
43947  direction="l",
43948  linebreak="al",
43949  unicodeslot=0x1740,
43950 },
43951 [0x1741]={
43952  category="lo",
43953  description="BUHID LETTER I",
43954  direction="l",
43955  linebreak="al",
43956  unicodeslot=0x1741,
43957 },
43958 [0x1742]={
43959  category="lo",
43960  description="BUHID LETTER U",
43961  direction="l",
43962  linebreak="al",
43963  unicodeslot=0x1742,
43964 },
43965 [0x1743]={
43966  category="lo",
43967  description="BUHID LETTER KA",
43968  direction="l",
43969  linebreak="al",
43970  unicodeslot=0x1743,
43971 },
43972 [0x1744]={
43973  category="lo",
43974  description="BUHID LETTER GA",
43975  direction="l",
43976  linebreak="al",
43977  unicodeslot=0x1744,
43978 },
43979 [0x1745]={
43980  category="lo",
43981  description="BUHID LETTER NGA",
43982  direction="l",
43983  linebreak="al",
43984  unicodeslot=0x1745,
43985 },
43986 [0x1746]={
43987  category="lo",
43988  description="BUHID LETTER TA",
43989  direction="l",
43990  linebreak="al",
43991  unicodeslot=0x1746,
43992 },
43993 [0x1747]={
43994  category="lo",
43995  description="BUHID LETTER DA",
43996  direction="l",
43997  linebreak="al",
43998  unicodeslot=0x1747,
43999 },
44000 [0x1748]={
44001  category="lo",
44002  description="BUHID LETTER NA",
44003  direction="l",
44004  linebreak="al",
44005  unicodeslot=0x1748,
44006 },
44007 [0x1749]={
44008  category="lo",
44009  description="BUHID LETTER PA",
44010  direction="l",
44011  linebreak="al",
44012  unicodeslot=0x1749,
44013 },
44014 [0x174A]={
44015  category="lo",
44016  description="BUHID LETTER BA",
44017  direction="l",
44018  linebreak="al",
44019  unicodeslot=0x174A,
44020 },
44021 [0x174B]={
44022  category="lo",
44023  description="BUHID LETTER MA",
44024  direction="l",
44025  linebreak="al",
44026  unicodeslot=0x174B,
44027 },
44028 [0x174C]={
44029  category="lo",
44030  description="BUHID LETTER YA",
44031  direction="l",
44032  linebreak="al",
44033  unicodeslot=0x174C,
44034 },
44035 [0x174D]={
44036  category="lo",
44037  description="BUHID LETTER RA",
44038  direction="l",
44039  linebreak="al",
44040  unicodeslot=0x174D,
44041 },
44042 [0x174E]={
44043  category="lo",
44044  description="BUHID LETTER LA",
44045  direction="l",
44046  linebreak="al",
44047  unicodeslot=0x174E,
44048 },
44049 [0x174F]={
44050  category="lo",
44051  description="BUHID LETTER WA",
44052  direction="l",
44053  linebreak="al",
44054  unicodeslot=0x174F,
44055 },
44056 [0x1750]={
44057  category="lo",
44058  description="BUHID LETTER SA",
44059  direction="l",
44060  linebreak="al",
44061  unicodeslot=0x1750,
44062 },
44063 [0x1751]={
44064  category="lo",
44065  description="BUHID LETTER HA",
44066  direction="l",
44067  linebreak="al",
44068  unicodeslot=0x1751,
44069 },
44070 [0x1752]={
44071  category="mn",
44072  description="BUHID VOWEL SIGN I",
44073  direction="nsm",
44074  linebreak="cm",
44075  unicodeslot=0x1752,
44076 },
44077 [0x1753]={
44078  category="mn",
44079  description="BUHID VOWEL SIGN U",
44080  direction="nsm",
44081  linebreak="cm",
44082  unicodeslot=0x1753,
44083 },
44084 [0x1760]={
44085  category="lo",
44086  description="TAGBANWA LETTER A",
44087  direction="l",
44088  linebreak="al",
44089  unicodeslot=0x1760,
44090 },
44091 [0x1761]={
44092  category="lo",
44093  description="TAGBANWA LETTER I",
44094  direction="l",
44095  linebreak="al",
44096  unicodeslot=0x1761,
44097 },
44098 [0x1762]={
44099  category="lo",
44100  description="TAGBANWA LETTER U",
44101  direction="l",
44102  linebreak="al",
44103  unicodeslot=0x1762,
44104 },
44105 [0x1763]={
44106  category="lo",
44107  description="TAGBANWA LETTER KA",
44108  direction="l",
44109  linebreak="al",
44110  unicodeslot=0x1763,
44111 },
44112 [0x1764]={
44113  category="lo",
44114  description="TAGBANWA LETTER GA",
44115  direction="l",
44116  linebreak="al",
44117  unicodeslot=0x1764,
44118 },
44119 [0x1765]={
44120  category="lo",
44121  description="TAGBANWA LETTER NGA",
44122  direction="l",
44123  linebreak="al",
44124  unicodeslot=0x1765,
44125 },
44126 [0x1766]={
44127  category="lo",
44128  description="TAGBANWA LETTER TA",
44129  direction="l",
44130  linebreak="al",
44131  unicodeslot=0x1766,
44132 },
44133 [0x1767]={
44134  category="lo",
44135  description="TAGBANWA LETTER DA",
44136  direction="l",
44137  linebreak="al",
44138  unicodeslot=0x1767,
44139 },
44140 [0x1768]={
44141  category="lo",
44142  description="TAGBANWA LETTER NA",
44143  direction="l",
44144  linebreak="al",
44145  unicodeslot=0x1768,
44146 },
44147 [0x1769]={
44148  category="lo",
44149  description="TAGBANWA LETTER PA",
44150  direction="l",
44151  linebreak="al",
44152  unicodeslot=0x1769,
44153 },
44154 [0x176A]={
44155  category="lo",
44156  description="TAGBANWA LETTER BA",
44157  direction="l",
44158  linebreak="al",
44159  unicodeslot=0x176A,
44160 },
44161 [0x176B]={
44162  category="lo",
44163  description="TAGBANWA LETTER MA",
44164  direction="l",
44165  linebreak="al",
44166  unicodeslot=0x176B,
44167 },
44168 [0x176C]={
44169  category="lo",
44170  description="TAGBANWA LETTER YA",
44171  direction="l",
44172  linebreak="al",
44173  unicodeslot=0x176C,
44174 },
44175 [0x176E]={
44176  category="lo",
44177  description="TAGBANWA LETTER LA",
44178  direction="l",
44179  linebreak="al",
44180  unicodeslot=0x176E,
44181 },
44182 [0x176F]={
44183  category="lo",
44184  description="TAGBANWA LETTER WA",
44185  direction="l",
44186  linebreak="al",
44187  unicodeslot=0x176F,
44188 },
44189 [0x1770]={
44190  category="lo",
44191  description="TAGBANWA LETTER SA",
44192  direction="l",
44193  linebreak="al",
44194  unicodeslot=0x1770,
44195 },
44196 [0x1772]={
44197  category="mn",
44198  description="TAGBANWA VOWEL SIGN I",
44199  direction="nsm",
44200  linebreak="cm",
44201  unicodeslot=0x1772,
44202 },
44203 [0x1773]={
44204  category="mn",
44205  description="TAGBANWA VOWEL SIGN U",
44206  direction="nsm",
44207  linebreak="cm",
44208  unicodeslot=0x1773,
44209 },
44210 [0x1780]={
44211  category="lo",
44212  description="KHMER LETTER KA",
44213  direction="l",
44214  linebreak="sa",
44215  unicodeslot=0x1780,
44216 },
44217 [0x1781]={
44218  category="lo",
44219  description="KHMER LETTER KHA",
44220  direction="l",
44221  linebreak="sa",
44222  unicodeslot=0x1781,
44223 },
44224 [0x1782]={
44225  category="lo",
44226  description="KHMER LETTER KO",
44227  direction="l",
44228  linebreak="sa",
44229  unicodeslot=0x1782,
44230 },
44231 [0x1783]={
44232  category="lo",
44233  description="KHMER LETTER KHO",
44234  direction="l",
44235  linebreak="sa",
44236  unicodeslot=0x1783,
44237 },
44238 [0x1784]={
44239  category="lo",
44240  description="KHMER LETTER NGO",
44241  direction="l",
44242  linebreak="sa",
44243  unicodeslot=0x1784,
44244 },
44245 [0x1785]={
44246  category="lo",
44247  description="KHMER LETTER CA",
44248  direction="l",
44249  linebreak="sa",
44250  unicodeslot=0x1785,
44251 },
44252 [0x1786]={
44253  category="lo",
44254  description="KHMER LETTER CHA",
44255  direction="l",
44256  linebreak="sa",
44257  unicodeslot=0x1786,
44258 },
44259 [0x1787]={
44260  category="lo",
44261  description="KHMER LETTER CO",
44262  direction="l",
44263  linebreak="sa",
44264  unicodeslot=0x1787,
44265 },
44266 [0x1788]={
44267  category="lo",
44268  description="KHMER LETTER CHO",
44269  direction="l",
44270  linebreak="sa",
44271  unicodeslot=0x1788,
44272 },
44273 [0x1789]={
44274  category="lo",
44275  description="KHMER LETTER NYO",
44276  direction="l",
44277  linebreak="sa",
44278  unicodeslot=0x1789,
44279 },
44280 [0x178A]={
44281  category="lo",
44282  description="KHMER LETTER DA",
44283  direction="l",
44284  linebreak="sa",
44285  unicodeslot=0x178A,
44286 },
44287 [0x178B]={
44288  category="lo",
44289  description="KHMER LETTER TTHA",
44290  direction="l",
44291  linebreak="sa",
44292  unicodeslot=0x178B,
44293 },
44294 [0x178C]={
44295  category="lo",
44296  description="KHMER LETTER DO",
44297  direction="l",
44298  linebreak="sa",
44299  unicodeslot=0x178C,
44300 },
44301 [0x178D]={
44302  category="lo",
44303  description="KHMER LETTER TTHO",
44304  direction="l",
44305  linebreak="sa",
44306  unicodeslot=0x178D,
44307 },
44308 [0x178E]={
44309  category="lo",
44310  description="KHMER LETTER NNO",
44311  direction="l",
44312  linebreak="sa",
44313  unicodeslot=0x178E,
44314 },
44315 [0x178F]={
44316  category="lo",
44317  description="KHMER LETTER TA",
44318  direction="l",
44319  linebreak="sa",
44320  unicodeslot=0x178F,
44321 },
44322 [0x1790]={
44323  category="lo",
44324  description="KHMER LETTER THA",
44325  direction="l",
44326  linebreak="sa",
44327  unicodeslot=0x1790,
44328 },
44329 [0x1791]={
44330  category="lo",
44331  description="KHMER LETTER TO",
44332  direction="l",
44333  linebreak="sa",
44334  unicodeslot=0x1791,
44335 },
44336 [0x1792]={
44337  category="lo",
44338  description="KHMER LETTER THO",
44339  direction="l",
44340  linebreak="sa",
44341  unicodeslot=0x1792,
44342 },
44343 [0x1793]={
44344  category="lo",
44345  description="KHMER LETTER NO",
44346  direction="l",
44347  linebreak="sa",
44348  unicodeslot=0x1793,
44349 },
44350 [0x1794]={
44351  category="lo",
44352  description="KHMER LETTER BA",
44353  direction="l",
44354  linebreak="sa",
44355  unicodeslot=0x1794,
44356 },
44357 [0x1795]={
44358  category="lo",
44359  description="KHMER LETTER PHA",
44360  direction="l",
44361  linebreak="sa",
44362  unicodeslot=0x1795,
44363 },
44364 [0x1796]={
44365  category="lo",
44366  description="KHMER LETTER PO",
44367  direction="l",
44368  linebreak="sa",
44369  unicodeslot=0x1796,
44370 },
44371 [0x1797]={
44372  category="lo",
44373  description="KHMER LETTER PHO",
44374  direction="l",
44375  linebreak="sa",
44376  unicodeslot=0x1797,
44377 },
44378 [0x1798]={
44379  category="lo",
44380  description="KHMER LETTER MO",
44381  direction="l",
44382  linebreak="sa",
44383  unicodeslot=0x1798,
44384 },
44385 [0x1799]={
44386  category="lo",
44387  description="KHMER LETTER YO",
44388  direction="l",
44389  linebreak="sa",
44390  unicodeslot=0x1799,
44391 },
44392 [0x179A]={
44393  category="lo",
44394  description="KHMER LETTER RO",
44395  direction="l",
44396  linebreak="sa",
44397  unicodeslot=0x179A,
44398 },
44399 [0x179B]={
44400  category="lo",
44401  description="KHMER LETTER LO",
44402  direction="l",
44403  linebreak="sa",
44404  unicodeslot=0x179B,
44405 },
44406 [0x179C]={
44407  category="lo",
44408  description="KHMER LETTER VO",
44409  direction="l",
44410  linebreak="sa",
44411  unicodeslot=0x179C,
44412 },
44413 [0x179D]={
44414  category="lo",
44415  description="KHMER LETTER SHA",
44416  direction="l",
44417  linebreak="sa",
44418  unicodeslot=0x179D,
44419 },
44420 [0x179E]={
44421  category="lo",
44422  description="KHMER LETTER SSO",
44423  direction="l",
44424  linebreak="sa",
44425  unicodeslot=0x179E,
44426 },
44427 [0x179F]={
44428  category="lo",
44429  description="KHMER LETTER SA",
44430  direction="l",
44431  linebreak="sa",
44432  unicodeslot=0x179F,
44433 },
44434 [0x17A0]={
44435  category="lo",
44436  description="KHMER LETTER HA",
44437  direction="l",
44438  linebreak="sa",
44439  unicodeslot=0x17A0,
44440 },
44441 [0x17A1]={
44442  category="lo",
44443  description="KHMER LETTER LA",
44444  direction="l",
44445  linebreak="sa",
44446  unicodeslot=0x17A1,
44447 },
44448 [0x17A2]={
44449  category="lo",
44450  description="KHMER LETTER QA",
44451  direction="l",
44452  linebreak="sa",
44453  unicodeslot=0x17A2,
44454 },
44455 [0x17A3]={
44456  category="lo",
44457  description="KHMER INDEPENDENT VOWEL QAQ",
44458  direction="l",
44459  linebreak="sa",
44460  unicodeslot=0x17A3,
44461 },
44462 [0x17A4]={
44463  category="lo",
44464  description="KHMER INDEPENDENT VOWEL QAA",
44465  direction="l",
44466  linebreak="sa",
44467  unicodeslot=0x17A4,
44468 },
44469 [0x17A5]={
44470  category="lo",
44471  description="KHMER INDEPENDENT VOWEL QI",
44472  direction="l",
44473  linebreak="sa",
44474  unicodeslot=0x17A5,
44475 },
44476 [0x17A6]={
44477  category="lo",
44478  description="KHMER INDEPENDENT VOWEL QII",
44479  direction="l",
44480  linebreak="sa",
44481  unicodeslot=0x17A6,
44482 },
44483 [0x17A7]={
44484  category="lo",
44485  description="KHMER INDEPENDENT VOWEL QU",
44486  direction="l",
44487  linebreak="sa",
44488  unicodeslot=0x17A7,
44489 },
44490 [0x17A8]={
44491  category="lo",
44492  description="KHMER INDEPENDENT VOWEL QUK",
44493  direction="l",
44494  linebreak="sa",
44495  unicodeslot=0x17A8,
44496 },
44497 [0x17A9]={
44498  category="lo",
44499  description="KHMER INDEPENDENT VOWEL QUU",
44500  direction="l",
44501  linebreak="sa",
44502  unicodeslot=0x17A9,
44503 },
44504 [0x17AA]={
44505  category="lo",
44506  description="KHMER INDEPENDENT VOWEL QUUV",
44507  direction="l",
44508  linebreak="sa",
44509  unicodeslot=0x17AA,
44510 },
44511 [0x17AB]={
44512  category="lo",
44513  description="KHMER INDEPENDENT VOWEL RY",
44514  direction="l",
44515  linebreak="sa",
44516  unicodeslot=0x17AB,
44517 },
44518 [0x17AC]={
44519  category="lo",
44520  description="KHMER INDEPENDENT VOWEL RYY",
44521  direction="l",
44522  linebreak="sa",
44523  unicodeslot=0x17AC,
44524 },
44525 [0x17AD]={
44526  category="lo",
44527  description="KHMER INDEPENDENT VOWEL LY",
44528  direction="l",
44529  linebreak="sa",
44530  unicodeslot=0x17AD,
44531 },
44532 [0x17AE]={
44533  category="lo",
44534  description="KHMER INDEPENDENT VOWEL LYY",
44535  direction="l",
44536  linebreak="sa",
44537  unicodeslot=0x17AE,
44538 },
44539 [0x17AF]={
44540  category="lo",
44541  description="KHMER INDEPENDENT VOWEL QE",
44542  direction="l",
44543  linebreak="sa",
44544  unicodeslot=0x17AF,
44545 },
44546 [0x17B0]={
44547  category="lo",
44548  description="KHMER INDEPENDENT VOWEL QAI",
44549  direction="l",
44550  linebreak="sa",
44551  unicodeslot=0x17B0,
44552 },
44553 [0x17B1]={
44554  category="lo",
44555  description="KHMER INDEPENDENT VOWEL QOO TYPE ONE",
44556  direction="l",
44557  linebreak="sa",
44558  unicodeslot=0x17B1,
44559 },
44560 [0x17B2]={
44561  category="lo",
44562  description="KHMER INDEPENDENT VOWEL QOO TYPE TWO",
44563  direction="l",
44564  linebreak="sa",
44565  unicodeslot=0x17B2,
44566 },
44567 [0x17B3]={
44568  category="lo",
44569  description="KHMER INDEPENDENT VOWEL QAU",
44570  direction="l",
44571  linebreak="sa",
44572  unicodeslot=0x17B3,
44573 },
44574 [0x17B4]={
44575  category="cf",
44576  description="KHMER VOWEL INHERENT AQ",
44577  direction="nsm",
44578  linebreak="sa",
44579  unicodeslot=0x17B4,
44580 },
44581 [0x17B5]={
44582  category="cf",
44583  description="KHMER VOWEL INHERENT AA",
44584  direction="nsm",
44585  linebreak="sa",
44586  unicodeslot=0x17B5,
44587 },
44588 [0x17B6]={
44589  category="mc",
44590  description="KHMER VOWEL SIGN AA",
44591  direction="l",
44592  linebreak="sa",
44593  unicodeslot=0x17B6,
44594 },
44595 [0x17B7]={
44596  category="mn",
44597  description="KHMER VOWEL SIGN I",
44598  direction="nsm",
44599  linebreak="sa",
44600  unicodeslot=0x17B7,
44601 },
44602 [0x17B8]={
44603  category="mn",
44604  description="KHMER VOWEL SIGN II",
44605  direction="nsm",
44606  linebreak="sa",
44607  unicodeslot=0x17B8,
44608 },
44609 [0x17B9]={
44610  category="mn",
44611  description="KHMER VOWEL SIGN Y",
44612  direction="nsm",
44613  linebreak="sa",
44614  unicodeslot=0x17B9,
44615 },
44616 [0x17BA]={
44617  category="mn",
44618  description="KHMER VOWEL SIGN YY",
44619  direction="nsm",
44620  linebreak="sa",
44621  unicodeslot=0x17BA,
44622 },
44623 [0x17BB]={
44624  category="mn",
44625  description="KHMER VOWEL SIGN U",
44626  direction="nsm",
44627  linebreak="sa",
44628  unicodeslot=0x17BB,
44629 },
44630 [0x17BC]={
44631  category="mn",
44632  description="KHMER VOWEL SIGN UU",
44633  direction="nsm",
44634  linebreak="sa",
44635  unicodeslot=0x17BC,
44636 },
44637 [0x17BD]={
44638  category="mn",
44639  description="KHMER VOWEL SIGN UA",
44640  direction="nsm",
44641  linebreak="sa",
44642  unicodeslot=0x17BD,
44643 },
44644 [0x17BE]={
44645  category="mc",
44646  description="KHMER VOWEL SIGN OE",
44647  direction="l",
44648  linebreak="sa",
44649  unicodeslot=0x17BE,
44650 },
44651 [0x17BF]={
44652  category="mc",
44653  description="KHMER VOWEL SIGN YA",
44654  direction="l",
44655  linebreak="sa",
44656  unicodeslot=0x17BF,
44657 },
44658 [0x17C0]={
44659  category="mc",
44660  description="KHMER VOWEL SIGN IE",
44661  direction="l",
44662  linebreak="sa",
44663  unicodeslot=0x17C0,
44664 },
44665 [0x17C1]={
44666  category="mc",
44667  description="KHMER VOWEL SIGN E",
44668  direction="l",
44669  linebreak="sa",
44670  unicodeslot=0x17C1,
44671 },
44672 [0x17C2]={
44673  category="mc",
44674  description="KHMER VOWEL SIGN AE",
44675  direction="l",
44676  linebreak="sa",
44677  unicodeslot=0x17C2,
44678 },
44679 [0x17C3]={
44680  category="mc",
44681  description="KHMER VOWEL SIGN AI",
44682  direction="l",
44683  linebreak="sa",
44684  unicodeslot=0x17C3,
44685 },
44686 [0x17C4]={
44687  category="mc",
44688  description="KHMER VOWEL SIGN OO",
44689  direction="l",
44690  linebreak="sa",
44691  unicodeslot=0x17C4,
44692 },
44693 [0x17C5]={
44694  category="mc",
44695  description="KHMER VOWEL SIGN AU",
44696  direction="l",
44697  linebreak="sa",
44698  unicodeslot=0x17C5,
44699 },
44700 [0x17C6]={
44701  category="mn",
44702  description="KHMER SIGN NIKAHIT",
44703  direction="nsm",
44704  linebreak="sa",
44705  synonyms={ "khmer anusvara", "khmer srak am" },
44706  unicodeslot=0x17C6,
44707 },
44708 [0x17C7]={
44709  category="mc",
44710  description="KHMER SIGN REAHMUK",
44711  direction="l",
44712  linebreak="sa",
44713  synonyms={ "khmer srak ah", "khmer visarga" },
44714  unicodeslot=0x17C7,
44715 },
44716 [0x17C8]={
44717  category="mc",
44718  description="KHMER SIGN YUUKALEAPINTU",
44719  direction="l",
44720  linebreak="sa",
44721  unicodeslot=0x17C8,
44722 },
44723 [0x17C9]={
44724  category="mn",
44725  description="KHMER SIGN MUUSIKATOAN",
44726  direction="nsm",
44727  linebreak="sa",
44728  unicodeslot=0x17C9,
44729 },
44730 [0x17CA]={
44731  category="mn",
44732  description="KHMER SIGN TRIISAP",
44733  direction="nsm",
44734  linebreak="sa",
44735  unicodeslot=0x17CA,
44736 },
44737 [0x17CB]={
44738  category="mn",
44739  description="KHMER SIGN BANTOC",
44740  direction="nsm",
44741  linebreak="sa",
44742  unicodeslot=0x17CB,
44743 },
44744 [0x17CC]={
44745  category="mn",
44746  description="KHMER SIGN ROBAT",
44747  direction="nsm",
44748  linebreak="sa",
44749  unicodeslot=0x17CC,
44750 },
44751 [0x17CD]={
44752  category="mn",
44753  description="KHMER SIGN TOANDAKHIAT",
44754  direction="nsm",
44755  linebreak="sa",
44756  unicodeslot=0x17CD,
44757 },
44758 [0x17CE]={
44759  category="mn",
44760  description="KHMER SIGN KAKABAT",
44761  direction="nsm",
44762  linebreak="sa",
44763  unicodeslot=0x17CE,
44764 },
44765 [0x17CF]={
44766  category="mn",
44767  description="KHMER SIGN AHSDA",
44768  direction="nsm",
44769  linebreak="sa",
44770  unicodeslot=0x17CF,
44771 },
44772 [0x17D0]={
44773  category="mn",
44774  description="KHMER SIGN SAMYOK SANNYA",
44775  direction="nsm",
44776  linebreak="sa",
44777  unicodeslot=0x17D0,
44778 },
44779 [0x17D1]={
44780  category="mn",
44781  description="KHMER SIGN VIRIAM",
44782  direction="nsm",
44783  linebreak="sa",
44784  unicodeslot=0x17D1,
44785 },
44786 [0x17D2]={
44787  category="mn",
44788  combining=0x9,
44789  description="KHMER SIGN COENG",
44790  direction="nsm",
44791  linebreak="sa",
44792  unicodeslot=0x17D2,
44793 },
44794 [0x17D3]={
44795  category="mn",
44796  description="KHMER SIGN BATHAMASAT",
44797  direction="nsm",
44798  linebreak="sa",
44799  unicodeslot=0x17D3,
44800 },
44801 [0x17D4]={
44802  category="po",
44803  description="KHMER SIGN KHAN",
44804  direction="l",
44805  linebreak="ba",
44806  unicodeslot=0x17D4,
44807 },
44808 [0x17D5]={
44809  category="po",
44810  description="KHMER SIGN BARIYOOSAN",
44811  direction="l",
44812  linebreak="ba",
44813  unicodeslot=0x17D5,
44814 },
44815 [0x17D6]={
44816  category="po",
44817  description="KHMER SIGN CAMNUC PII KUUH",
44818  direction="l",
44819  linebreak="ns",
44820  unicodeslot=0x17D6,
44821 },
44822 [0x17D7]={
44823  category="lm",
44824  description="KHMER SIGN LEK TOO",
44825  direction="l",
44826  linebreak="sa",
44827  unicodeslot=0x17D7,
44828 },
44829 [0x17D8]={
44830  category="po",
44831  description="KHMER SIGN BEYYAL",
44832  direction="l",
44833  linebreak="ba",
44834  unicodeslot=0x17D8,
44835 },
44836 [0x17D9]={
44837  category="po",
44838  description="KHMER SIGN PHNAEK MUAN",
44839  direction="l",
44840  linebreak="al",
44841  unicodeslot=0x17D9,
44842 },
44843 [0x17DA]={
44844  category="po",
44845  description="KHMER SIGN KOOMUUT",
44846  direction="l",
44847  linebreak="ba",
44848  unicodeslot=0x17DA,
44849 },
44850 [0x17DB]={
44851  category="sc",
44852  description="KHMER CURRENCY SYMBOL RIEL",
44853  direction="et",
44854  linebreak="pr",
44855  unicodeslot=0x17DB,
44856 },
44857 [0x17DC]={
44858  category="lo",
44859  description="KHMER SIGN AVAKRAHASANYA",
44860  direction="l",
44861  linebreak="sa",
44862  unicodeslot=0x17DC,
44863 },
44864 [0x17DD]={
44865  category="mn",
44866  combining=0xE6,
44867  description="KHMER SIGN ATTHACAN",
44868  direction="nsm",
44869  linebreak="sa",
44870  unicodeslot=0x17DD,
44871 },
44872 [0x17E0]={
44873  category="nd",
44874  description="KHMER DIGIT ZERO",
44875  direction="l",
44876  linebreak="nu",
44877  unicodeslot=0x17E0,
44878 },
44879 [0x17E1]={
44880  category="nd",
44881  description="KHMER DIGIT ONE",
44882  direction="l",
44883  linebreak="nu",
44884  unicodeslot=0x17E1,
44885 },
44886 [0x17E2]={
44887  category="nd",
44888  description="KHMER DIGIT TWO",
44889  direction="l",
44890  linebreak="nu",
44891  unicodeslot=0x17E2,
44892 },
44893 [0x17E3]={
44894  category="nd",
44895  description="KHMER DIGIT THREE",
44896  direction="l",
44897  linebreak="nu",
44898  unicodeslot=0x17E3,
44899 },
44900 [0x17E4]={
44901  category="nd",
44902  description="KHMER DIGIT FOUR",
44903  direction="l",
44904  linebreak="nu",
44905  unicodeslot=0x17E4,
44906 },
44907 [0x17E5]={
44908  category="nd",
44909  description="KHMER DIGIT FIVE",
44910  direction="l",
44911  linebreak="nu",
44912  unicodeslot=0x17E5,
44913 },
44914 [0x17E6]={
44915  category="nd",
44916  description="KHMER DIGIT SIX",
44917  direction="l",
44918  linebreak="nu",
44919  unicodeslot=0x17E6,
44920 },
44921 [0x17E7]={
44922  category="nd",
44923  description="KHMER DIGIT SEVEN",
44924  direction="l",
44925  linebreak="nu",
44926  unicodeslot=0x17E7,
44927 },
44928 [0x17E8]={
44929  category="nd",
44930  description="KHMER DIGIT EIGHT",
44931  direction="l",
44932  linebreak="nu",
44933  unicodeslot=0x17E8,
44934 },
44935 [0x17E9]={
44936  category="nd",
44937  description="KHMER DIGIT NINE",
44938  direction="l",
44939  linebreak="nu",
44940  unicodeslot=0x17E9,
44941 },
44942 [0x17F0]={
44943  category="no",
44944  description="KHMER SYMBOL LEK ATTAK SON",
44945  direction="on",
44946  linebreak="al",
44947  unicodeslot=0x17F0,
44948 },
44949 [0x17F1]={
44950  category="no",
44951  description="KHMER SYMBOL LEK ATTAK MUOY",
44952  direction="on",
44953  linebreak="al",
44954  unicodeslot=0x17F1,
44955 },
44956 [0x17F2]={
44957  category="no",
44958  description="KHMER SYMBOL LEK ATTAK PII",
44959  direction="on",
44960  linebreak="al",
44961  unicodeslot=0x17F2,
44962 },
44963 [0x17F3]={
44964  category="no",
44965  description="KHMER SYMBOL LEK ATTAK BEI",
44966  direction="on",
44967  linebreak="al",
44968  unicodeslot=0x17F3,
44969 },
44970 [0x17F4]={
44971  category="no",
44972  description="KHMER SYMBOL LEK ATTAK BUON",
44973  direction="on",
44974  linebreak="al",
44975  unicodeslot=0x17F4,
44976 },
44977 [0x17F5]={
44978  category="no",
44979  description="KHMER SYMBOL LEK ATTAK PRAM",
44980  direction="on",
44981  linebreak="al",
44982  unicodeslot=0x17F5,
44983 },
44984 [0x17F6]={
44985  category="no",
44986  description="KHMER SYMBOL LEK ATTAK PRAM-MUOY",
44987  direction="on",
44988  linebreak="al",
44989  unicodeslot=0x17F6,
44990 },
44991 [0x17F7]={
44992  category="no",
44993  description="KHMER SYMBOL LEK ATTAK PRAM-PII",
44994  direction="on",
44995  linebreak="al",
44996  unicodeslot=0x17F7,
44997 },
44998 [0x17F8]={
44999  category="no",
45000  description="KHMER SYMBOL LEK ATTAK PRAM-BEI",
45001  direction="on",
45002  linebreak="al",
45003  unicodeslot=0x17F8,
45004 },
45005 [0x17F9]={
45006  category="no",
45007  description="KHMER SYMBOL LEK ATTAK PRAM-BUON",
45008  direction="on",
45009  linebreak="al",
45010  unicodeslot=0x17F9,
45011 },
45012 [0x1800]={
45013  category="po",
45014  description="MONGOLIAN BIRGA",
45015  direction="on",
45016  linebreak="al",
45017  mongolian="nj",
45018  unicodeslot=0x1800,
45019 },
45020 [0x1801]={
45021  category="po",
45022  description="MONGOLIAN ELLIPSIS",
45023  direction="on",
45024  linebreak="al",
45025  mongolian="nj",
45026  unicodeslot=0x1801,
45027 },
45028 [0x1802]={
45029  category="po",
45030  description="MONGOLIAN COMMA",
45031  direction="on",
45032  linebreak="ex",
45033  mongolian="nj",
45034  unicodeslot=0x1802,
45035 },
45036 [0x1803]={
45037  category="po",
45038  description="MONGOLIAN FULL STOP",
45039  direction="on",
45040  linebreak="ex",
45041  mongolian="nj",
45042  unicodeslot=0x1803,
45043 },
45044 [0x1804]={
45045  category="po",
45046  description="MONGOLIAN COLON",
45047  direction="on",
45048  linebreak="ba",
45049  mongolian="nj",
45050  unicodeslot=0x1804,
45051 },
45052 [0x1805]={
45053  category="po",
45054  description="MONGOLIAN FOUR DOTS",
45055  direction="on",
45056  linebreak="ba",
45057  mongolian="nj",
45058  unicodeslot=0x1805,
45059 },
45060 [0x1806]={
45061  arabic="u",
45062  category="pd",
45063  description="MONGOLIAN TODO SOFT HYPHEN",
45064  direction="on",
45065  linebreak="bb",
45066  mongolian="nj",
45067  unicodeslot=0x1806,
45068 },
45069 [0x1807]={
45070  arabic="d",
45071  category="po",
45072  description="MONGOLIAN SIBE SYLLABLE BOUNDARY MARKER",
45073  direction="on",
45074  linebreak="al",
45075  mongolian="d",
45076  unicodeslot=0x1807,
45077 },
45078 [0x1808]={
45079  category="po",
45080  description="MONGOLIAN MANCHU COMMA",
45081  direction="on",
45082  linebreak="ex",
45083  mongolian="nj",
45084  unicodeslot=0x1808,
45085 },
45086 [0x1809]={
45087  category="po",
45088  description="MONGOLIAN MANCHU FULL STOP",
45089  direction="on",
45090  linebreak="ex",
45091  mongolian="nj",
45092  unicodeslot=0x1809,
45093 },
45094 [0x180A]={
45095  arabic="c",
45096  category="po",
45097  description="MONGOLIAN NIRUGU",
45098  direction="on",
45099  linebreak="al",
45100  mongolian="jc",
45101  unicodeslot=0x180A,
45102 },
45103 [0x180B]={
45104  category="mn",
45105  description="MONGOLIAN FREE VARIATION SELECTOR ONE",
45106  direction="nsm",
45107  linebreak="cm",
45108  mongolian="t",
45109  synonyms={ "fvs1" },
45110  unicodeslot=0x180B,
45111 },
45112 [0x180C]={
45113  category="mn",
45114  description="MONGOLIAN FREE VARIATION SELECTOR TWO",
45115  direction="nsm",
45116  linebreak="cm",
45117  mongolian="t",
45118  unicodeslot=0x180C,
45119 },
45120 [0x180D]={
45121  category="mn",
45122  description="MONGOLIAN FREE VARIATION SELECTOR THREE",
45123  direction="nsm",
45124  linebreak="cm",
45125  mongolian="t",
45126  unicodeslot=0x180D,
45127 },
45128 [0x180E]={
45129  arabic="u",
45130  category="zs",
45131  description="MONGOLIAN VOWEL SEPARATOR",
45132  direction="bn",
45133  linebreak="gl",
45134  mongolian="nj",
45135  unicodeslot=0x180E,
45136 },
45137 [0x180F]={
45138  category="mn",
45139  description="MONGOLIAN FREE VARIATION SELECTOR FOUR",
45140  direction="nsm",
45141  linebreak="cm",
45142  unicodeslot=0x180F,
45143 },
45144 [0x1810]={
45145  category="nd",
45146  description="MONGOLIAN DIGIT ZERO",
45147  direction="l",
45148  linebreak="nu",
45149  mongolian="nj",
45150  unicodeslot=0x1810,
45151 },
45152 [0x1811]={
45153  category="nd",
45154  description="MONGOLIAN DIGIT ONE",
45155  direction="l",
45156  linebreak="nu",
45157  mongolian="nj",
45158  unicodeslot=0x1811,
45159 },
45160 [0x1812]={
45161  category="nd",
45162  description="MONGOLIAN DIGIT TWO",
45163  direction="l",
45164  linebreak="nu",
45165  mongolian="nj",
45166  unicodeslot=0x1812,
45167 },
45168 [0x1813]={
45169  category="nd",
45170  description="MONGOLIAN DIGIT THREE",
45171  direction="l",
45172  linebreak="nu",
45173  mongolian="nj",
45174  unicodeslot=0x1813,
45175 },
45176 [0x1814]={
45177  category="nd",
45178  description="MONGOLIAN DIGIT FOUR",
45179  direction="l",
45180  linebreak="nu",
45181  mongolian="nj",
45182  unicodeslot=0x1814,
45183 },
45184 [0x1815]={
45185  category="nd",
45186  description="MONGOLIAN DIGIT FIVE",
45187  direction="l",
45188  linebreak="nu",
45189  mongolian="nj",
45190  unicodeslot=0x1815,
45191 },
45192 [0x1816]={
45193  category="nd",
45194  description="MONGOLIAN DIGIT SIX",
45195  direction="l",
45196  linebreak="nu",
45197  mongolian="nj",
45198  unicodeslot=0x1816,
45199 },
45200 [0x1817]={
45201  category="nd",
45202  description="MONGOLIAN DIGIT SEVEN",
45203  direction="l",
45204  linebreak="nu",
45205  mongolian="nj",
45206  unicodeslot=0x1817,
45207 },
45208 [0x1818]={
45209  category="nd",
45210  description="MONGOLIAN DIGIT EIGHT",
45211  direction="l",
45212  linebreak="nu",
45213  mongolian="nj",
45214  unicodeslot=0x1818,
45215 },
45216 [0x1819]={
45217  category="nd",
45218  description="MONGOLIAN DIGIT NINE",
45219  direction="l",
45220  linebreak="nu",
45221  mongolian="nj",
45222  unicodeslot=0x1819,
45223 },
45224 [0x1820]={
45225  arabic="d",
45226  category="lo",
45227  description="MONGOLIAN LETTER A",
45228  direction="l",
45229  linebreak="al",
45230  mongolian="d",
45231  unicodeslot=0x1820,
45232  variants={
45233   [0x180B]="second form",
45234   [0x180C]="third form",
45235  },
45236 },
45237 [0x1821]={
45238  arabic="d",
45239  category="lo",
45240  description="MONGOLIAN LETTER E",
45241  direction="l",
45242  linebreak="al",
45243  mongolian="d",
45244  unicodeslot=0x1821,
45245  variants={
45246   [0x180B]="second form",
45247  },
45248 },
45249 [0x1822]={
45250  arabic="d",
45251  category="lo",
45252  description="MONGOLIAN LETTER I",
45253  direction="l",
45254  linebreak="al",
45255  mongolian="d",
45256  unicodeslot=0x1822,
45257  variants={
45258   [0x180B]="second form",
45259  },
45260 },
45261 [0x1823]={
45262  arabic="d",
45263  category="lo",
45264  description="MONGOLIAN LETTER O",
45265  direction="l",
45266  linebreak="al",
45267  mongolian="d",
45268  unicodeslot=0x1823,
45269  variants={
45270   [0x180B]="second form",
45271  },
45272 },
45273 [0x1824]={
45274  arabic="d",
45275  category="lo",
45276  description="MONGOLIAN LETTER U",
45277  direction="l",
45278  linebreak="al",
45279  mongolian="d",
45280  unicodeslot=0x1824,
45281  variants={
45282   [0x180B]="second form",
45283  },
45284 },
45285 [0x1825]={
45286  arabic="d",
45287  category="lo",
45288  description="MONGOLIAN LETTER OE",
45289  direction="l",
45290  linebreak="al",
45291  mongolian="d",
45292  unicodeslot=0x1825,
45293  variants={
45294   [0x180B]="second form",
45295   [0x180C]="third form",
45296  },
45297 },
45298 [0x1826]={
45299  arabic="d",
45300  category="lo",
45301  description="MONGOLIAN LETTER UE",
45302  direction="l",
45303  linebreak="al",
45304  mongolian="d",
45305  unicodeslot=0x1826,
45306  variants={
45307   [0x180B]="second form",
45308   [0x180C]="third form",
45309  },
45310 },
45311 [0x1827]={
45312  arabic="d",
45313  category="lo",
45314  description="MONGOLIAN LETTER EE",
45315  direction="l",
45316  linebreak="al",
45317  mongolian="d",
45318  unicodeslot=0x1827,
45319 },
45320 [0x1828]={
45321  arabic="d",
45322  category="lo",
45323  description="MONGOLIAN LETTER NA",
45324  direction="l",
45325  linebreak="al",
45326  mongolian="d",
45327  unicodeslot=0x1828,
45328  variants={
45329   [0x180B]="second form",
45330   [0x180C]="third form",
45331   [0x180D]="separate form",
45332  },
45333 },
45334 [0x1829]={
45335  arabic="d",
45336  category="lo",
45337  description="MONGOLIAN LETTER ANG",
45338  direction="l",
45339  linebreak="al",
45340  mongolian="d",
45341  unicodeslot=0x1829,
45342 },
45343 [0x182A]={
45344  arabic="d",
45345  category="lo",
45346  description="MONGOLIAN LETTER BA",
45347  direction="l",
45348  linebreak="al",
45349  mongolian="d",
45350  unicodeslot=0x182A,
45351  variants={
45352   [0x180B]="alternative form",
45353  },
45354 },
45355 [0x182B]={
45356  arabic="d",
45357  category="lo",
45358  description="MONGOLIAN LETTER PA",
45359  direction="l",
45360  linebreak="al",
45361  mongolian="d",
45362  unicodeslot=0x182B,
45363 },
45364 [0x182C]={
45365  arabic="d",
45366  category="lo",
45367  description="MONGOLIAN LETTER QA",
45368  direction="l",
45369  linebreak="al",
45370  mongolian="d",
45371  unicodeslot=0x182C,
45372  variants={
45373   [0x180B]="second form",
45374   [0x180C]="third form",
45375   [0x180D]="fourth form",
45376  },
45377 },
45378 [0x182D]={
45379  arabic="d",
45380  category="lo",
45381  description="MONGOLIAN LETTER GA",
45382  direction="l",
45383  linebreak="al",
45384  mongolian="d",
45385  unicodeslot=0x182D,
45386  variants={
45387   [0x180B]="second form",
45388   [0x180C]="third form",
45389   [0x180D]="feminine form",
45390  },
45391 },
45392 [0x182E]={
45393  arabic="d",
45394  category="lo",
45395  description="MONGOLIAN LETTER MA",
45396  direction="l",
45397  linebreak="al",
45398  mongolian="d",
45399  unicodeslot=0x182E,
45400 },
45401 [0x182F]={
45402  arabic="d",
45403  category="lo",
45404  description="MONGOLIAN LETTER LA",
45405  direction="l",
45406  linebreak="al",
45407  mongolian="d",
45408  unicodeslot=0x182F,
45409 },
45410 [0x1830]={
45411  arabic="d",
45412  category="lo",
45413  description="MONGOLIAN LETTER SA",
45414  direction="l",
45415  linebreak="al",
45416  mongolian="d",
45417  unicodeslot=0x1830,
45418  variants={
45419   [0x180B]="second form",
45420   [0x180C]="third form",
45421  },
45422 },
45423 [0x1831]={
45424  arabic="d",
45425  category="lo",
45426  description="MONGOLIAN LETTER SHA",
45427  direction="l",
45428  linebreak="al",
45429  mongolian="d",
45430  unicodeslot=0x1831,
45431 },
45432 [0x1832]={
45433  arabic="d",
45434  category="lo",
45435  description="MONGOLIAN LETTER TA",
45436  direction="l",
45437  linebreak="al",
45438  mongolian="d",
45439  unicodeslot=0x1832,
45440  variants={
45441   [0x180B]="second form",
45442  },
45443 },
45444 [0x1833]={
45445  arabic="d",
45446  category="lo",
45447  description="MONGOLIAN LETTER DA",
45448  direction="l",
45449  linebreak="al",
45450  mongolian="d",
45451  unicodeslot=0x1833,
45452  variants={
45453   [0x180B]="second form",
45454  },
45455 },
45456 [0x1834]={
45457  arabic="d",
45458  category="lo",
45459  description="MONGOLIAN LETTER CHA",
45460  direction="l",
45461  linebreak="al",
45462  mongolian="d",
45463  unicodeslot=0x1834,
45464 },
45465 [0x1835]={
45466  arabic="d",
45467  category="lo",
45468  description="MONGOLIAN LETTER JA",
45469  direction="l",
45470  linebreak="al",
45471  mongolian="d",
45472  unicodeslot=0x1835,
45473  variants={
45474   [0x180B]="second form",
45475  },
45476 },
45477 [0x1836]={
45478  arabic="d",
45479  category="lo",
45480  description="MONGOLIAN LETTER YA",
45481  direction="l",
45482  linebreak="al",
45483  mongolian="d",
45484  unicodeslot=0x1836,
45485  variants={
45486   [0x180B]="second form",
45487   [0x180C]="third form",
45488  },
45489 },
45490 [0x1837]={
45491  arabic="d",
45492  category="lo",
45493  description="MONGOLIAN LETTER RA",
45494  direction="l",
45495  linebreak="al",
45496  mongolian="d",
45497  unicodeslot=0x1837,
45498 },
45499 [0x1838]={
45500  arabic="d",
45501  category="lo",
45502  description="MONGOLIAN LETTER WA",
45503  direction="l",
45504  linebreak="al",
45505  mongolian="d",
45506  unicodeslot=0x1838,
45507  variants={
45508   [0x180B]="second form",
45509  },
45510 },
45511 [0x1839]={
45512  arabic="d",
45513  category="lo",
45514  description="MONGOLIAN LETTER FA",
45515  direction="l",
45516  linebreak="al",
45517  mongolian="d",
45518  unicodeslot=0x1839,
45519 },
45520 [0x183A]={
45521  arabic="d",
45522  category="lo",
45523  description="MONGOLIAN LETTER KA",
45524  direction="l",
45525  linebreak="al",
45526  mongolian="d",
45527  unicodeslot=0x183A,
45528 },
45529 [0x183B]={
45530  arabic="d",
45531  category="lo",
45532  description="MONGOLIAN LETTER KHA",
45533  direction="l",
45534  linebreak="al",
45535  mongolian="d",
45536  unicodeslot=0x183B,
45537 },
45538 [0x183C]={
45539  arabic="d",
45540  category="lo",
45541  description="MONGOLIAN LETTER TSA",
45542  direction="l",
45543  linebreak="al",
45544  mongolian="d",
45545  unicodeslot=0x183C,
45546 },
45547 [0x183D]={
45548  arabic="d",
45549  category="lo",
45550  description="MONGOLIAN LETTER ZA",
45551  direction="l",
45552  linebreak="al",
45553  mongolian="d",
45554  unicodeslot=0x183D,
45555 },
45556 [0x183E]={
45557  arabic="d",
45558  category="lo",
45559  description="MONGOLIAN LETTER HAA",
45560  direction="l",
45561  linebreak="al",
45562  mongolian="d",
45563  unicodeslot=0x183E,
45564 },
45565 [0x183F]={
45566  arabic="d",
45567  category="lo",
45568  description="MONGOLIAN LETTER ZRA",
45569  direction="l",
45570  linebreak="al",
45571  mongolian="d",
45572  unicodeslot=0x183F,
45573 },
45574 [0x1840]={
45575  arabic="d",
45576  category="lo",
45577  description="MONGOLIAN LETTER LHA",
45578  direction="l",
45579  linebreak="al",
45580  mongolian="d",
45581  unicodeslot=0x1840,
45582 },
45583 [0x1841]={
45584  arabic="d",
45585  category="lo",
45586  description="MONGOLIAN LETTER ZHI",
45587  direction="l",
45588  linebreak="al",
45589  mongolian="d",
45590  unicodeslot=0x1841,
45591 },
45592 [0x1842]={
45593  arabic="d",
45594  category="lo",
45595  description="MONGOLIAN LETTER CHI",
45596  direction="l",
45597  linebreak="al",
45598  mongolian="d",
45599  unicodeslot=0x1842,
45600 },
45601 [0x1843]={
45602  arabic="d",
45603  category="lm",
45604  description="MONGOLIAN LETTER TODO LONG VOWEL SIGN",
45605  direction="l",
45606  linebreak="al",
45607  mongolian="d",
45608  unicodeslot=0x1843,
45609 },
45610 [0x1844]={
45611  arabic="d",
45612  category="lo",
45613  description="MONGOLIAN LETTER TODO E",
45614  direction="l",
45615  linebreak="al",
45616  mongolian="d",
45617  unicodeslot=0x1844,
45618  variants={
45619   [0x180B]="second form",
45620  },
45621 },
45622 [0x1845]={
45623  arabic="d",
45624  category="lo",
45625  description="MONGOLIAN LETTER TODO I",
45626  direction="l",
45627  linebreak="al",
45628  mongolian="d",
45629  unicodeslot=0x1845,
45630  variants={
45631   [0x180B]="second form",
45632  },
45633 },
45634 [0x1846]={
45635  arabic="d",
45636  category="lo",
45637  description="MONGOLIAN LETTER TODO O",
45638  direction="l",
45639  linebreak="al",
45640  mongolian="d",
45641  unicodeslot=0x1846,
45642  variants={
45643   [0x180B]="second form",
45644  },
45645 },
45646 [0x1847]={
45647  arabic="d",
45648  category="lo",
45649  description="MONGOLIAN LETTER TODO U",
45650  direction="l",
45651  linebreak="al",
45652  mongolian="d",
45653  unicodeslot=0x1847,
45654  variants={
45655   [0x180B]="second form",
45656   [0x180C]="third form",
45657  },
45658 },
45659 [0x1848]={
45660  arabic="d",
45661  category="lo",
45662  description="MONGOLIAN LETTER TODO OE",
45663  direction="l",
45664  linebreak="al",
45665  mongolian="d",
45666  unicodeslot=0x1848,
45667  variants={
45668   [0x180B]="second form",
45669  },
45670 },
45671 [0x1849]={
45672  arabic="d",
45673  category="lo",
45674  description="MONGOLIAN LETTER TODO UE",
45675  direction="l",
45676  linebreak="al",
45677  mongolian="d",
45678  unicodeslot=0x1849,
45679  variants={
45680   [0x180B]="second form",
45681  },
45682 },
45683 [0x184A]={
45684  arabic="d",
45685  category="lo",
45686  description="MONGOLIAN LETTER TODO ANG",
45687  direction="l",
45688  linebreak="al",
45689  mongolian="d",
45690  unicodeslot=0x184A,
45691 },
45692 [0x184B]={
45693  arabic="d",
45694  category="lo",
45695  description="MONGOLIAN LETTER TODO BA",
45696  direction="l",
45697  linebreak="al",
45698  mongolian="d",
45699  unicodeslot=0x184B,
45700 },
45701 [0x184C]={
45702  arabic="d",
45703  category="lo",
45704  description="MONGOLIAN LETTER TODO PA",
45705  direction="l",
45706  linebreak="al",
45707  mongolian="d",
45708  unicodeslot=0x184C,
45709 },
45710 [0x184D]={
45711  arabic="d",
45712  category="lo",
45713  description="MONGOLIAN LETTER TODO QA",
45714  direction="l",
45715  linebreak="al",
45716  mongolian="d",
45717  unicodeslot=0x184D,
45718  variants={
45719   [0x180B]="feminine form",
45720  },
45721 },
45722 [0x184E]={
45723  arabic="d",
45724  category="lo",
45725  description="MONGOLIAN LETTER TODO GA",
45726  direction="l",
45727  linebreak="al",
45728  mongolian="d",
45729  unicodeslot=0x184E,
45730  variants={
45731   [0x180B]="second form",
45732  },
45733 },
45734 [0x184F]={
45735  arabic="d",
45736  category="lo",
45737  description="MONGOLIAN LETTER TODO MA",
45738  direction="l",
45739  linebreak="al",
45740  mongolian="d",
45741  unicodeslot=0x184F,
45742 },
45743 [0x1850]={
45744  arabic="d",
45745  category="lo",
45746  description="MONGOLIAN LETTER TODO TA",
45747  direction="l",
45748  linebreak="al",
45749  mongolian="d",
45750  unicodeslot=0x1850,
45751 },
45752 [0x1851]={
45753  arabic="d",
45754  category="lo",
45755  description="MONGOLIAN LETTER TODO DA",
45756  direction="l",
45757  linebreak="al",
45758  mongolian="d",
45759  unicodeslot=0x1851,
45760 },
45761 [0x1852]={
45762  arabic="d",
45763  category="lo",
45764  description="MONGOLIAN LETTER TODO CHA",
45765  direction="l",
45766  linebreak="al",
45767  mongolian="d",
45768  unicodeslot=0x1852,
45769 },
45770 [0x1853]={
45771  arabic="d",
45772  category="lo",
45773  description="MONGOLIAN LETTER TODO JA",
45774  direction="l",
45775  linebreak="al",
45776  mongolian="d",
45777  unicodeslot=0x1853,
45778 },
45779 [0x1854]={
45780  arabic="d",
45781  category="lo",
45782  description="MONGOLIAN LETTER TODO TSA",
45783  direction="l",
45784  linebreak="al",
45785  mongolian="d",
45786  unicodeslot=0x1854,
45787 },
45788 [0x1855]={
45789  arabic="d",
45790  category="lo",
45791  description="MONGOLIAN LETTER TODO YA",
45792  direction="l",
45793  linebreak="al",
45794  mongolian="d",
45795  unicodeslot=0x1855,
45796 },
45797 [0x1856]={
45798  arabic="d",
45799  category="lo",
45800  description="MONGOLIAN LETTER TODO WA",
45801  direction="l",
45802  linebreak="al",
45803  mongolian="d",
45804  unicodeslot=0x1856,
45805 },
45806 [0x1857]={
45807  arabic="d",
45808  category="lo",
45809  description="MONGOLIAN LETTER TODO KA",
45810  direction="l",
45811  linebreak="al",
45812  mongolian="d",
45813  unicodeslot=0x1857,
45814 },
45815 [0x1858]={
45816  arabic="d",
45817  category="lo",
45818  description="MONGOLIAN LETTER TODO GAA",
45819  direction="l",
45820  linebreak="al",
45821  mongolian="d",
45822  unicodeslot=0x1858,
45823 },
45824 [0x1859]={
45825  arabic="d",
45826  category="lo",
45827  description="MONGOLIAN LETTER TODO HAA",
45828  direction="l",
45829  linebreak="al",
45830  mongolian="d",
45831  unicodeslot=0x1859,
45832 },
45833 [0x185A]={
45834  arabic="d",
45835  category="lo",
45836  description="MONGOLIAN LETTER TODO JIA",
45837  direction="l",
45838  linebreak="al",
45839  mongolian="d",
45840  unicodeslot=0x185A,
45841 },
45842 [0x185B]={
45843  arabic="d",
45844  category="lo",
45845  description="MONGOLIAN LETTER TODO NIA",
45846  direction="l",
45847  linebreak="al",
45848  mongolian="d",
45849  unicodeslot=0x185B,
45850 },
45851 [0x185C]={
45852  arabic="d",
45853  category="lo",
45854  description="MONGOLIAN LETTER TODO DZA",
45855  direction="l",
45856  linebreak="al",
45857  mongolian="d",
45858  unicodeslot=0x185C,
45859 },
45860 [0x185D]={
45861  arabic="d",
45862  category="lo",
45863  description="MONGOLIAN LETTER SIBE E",
45864  direction="l",
45865  linebreak="al",
45866  mongolian="d",
45867  unicodeslot=0x185D,
45868  variants={
45869   [0x180B]="second form",
45870  },
45871 },
45872 [0x185E]={
45873  arabic="d",
45874  category="lo",
45875  description="MONGOLIAN LETTER SIBE I",
45876  direction="l",
45877  linebreak="al",
45878  mongolian="d",
45879  unicodeslot=0x185E,
45880  variants={
45881   [0x180B]="second form",
45882   [0x180C]="third form",
45883  },
45884 },
45885 [0x185F]={
45886  arabic="d",
45887  category="lo",
45888  description="MONGOLIAN LETTER SIBE IY",
45889  direction="l",
45890  linebreak="al",
45891  mongolian="d",
45892  unicodeslot=0x185F,
45893 },
45894 [0x1860]={
45895  arabic="d",
45896  category="lo",
45897  description="MONGOLIAN LETTER SIBE UE",
45898  direction="l",
45899  linebreak="al",
45900  mongolian="d",
45901  unicodeslot=0x1860,
45902  variants={
45903   [0x180B]="second form",
45904  },
45905 },
45906 [0x1861]={
45907  arabic="d",
45908  category="lo",
45909  description="MONGOLIAN LETTER SIBE U",
45910  direction="l",
45911  linebreak="al",
45912  mongolian="d",
45913  unicodeslot=0x1861,
45914 },
45915 [0x1862]={
45916  arabic="d",
45917  category="lo",
45918  description="MONGOLIAN LETTER SIBE ANG",
45919  direction="l",
45920  linebreak="al",
45921  mongolian="d",
45922  unicodeslot=0x1862,
45923 },
45924 [0x1863]={
45925  arabic="d",
45926  category="lo",
45927  description="MONGOLIAN LETTER SIBE KA",
45928  direction="l",
45929  linebreak="al",
45930  mongolian="d",
45931  unicodeslot=0x1863,
45932  variants={
45933   [0x180B]="second form",
45934  },
45935 },
45936 [0x1864]={
45937  arabic="d",
45938  category="lo",
45939  description="MONGOLIAN LETTER SIBE GA",
45940  direction="l",
45941  linebreak="al",
45942  mongolian="d",
45943  unicodeslot=0x1864,
45944 },
45945 [0x1865]={
45946  arabic="d",
45947  category="lo",
45948  description="MONGOLIAN LETTER SIBE HA",
45949  direction="l",
45950  linebreak="al",
45951  mongolian="d",
45952  unicodeslot=0x1865,
45953 },
45954 [0x1866]={
45955  arabic="d",
45956  category="lo",
45957  description="MONGOLIAN LETTER SIBE PA",
45958  direction="l",
45959  linebreak="al",
45960  mongolian="d",
45961  unicodeslot=0x1866,
45962 },
45963 [0x1867]={
45964  arabic="d",
45965  category="lo",
45966  description="MONGOLIAN LETTER SIBE SHA",
45967  direction="l",
45968  linebreak="al",
45969  mongolian="d",
45970  unicodeslot=0x1867,
45971 },
45972 [0x1868]={
45973  arabic="d",
45974  category="lo",
45975  description="MONGOLIAN LETTER SIBE TA",
45976  direction="l",
45977  linebreak="al",
45978  mongolian="d",
45979  unicodeslot=0x1868,
45980  variants={
45981   [0x180B]="second form",
45982   [0x180C]="third form",
45983  },
45984 },
45985 [0x1869]={
45986  arabic="d",
45987  category="lo",
45988  description="MONGOLIAN LETTER SIBE DA",
45989  direction="l",
45990  linebreak="al",
45991  mongolian="d",
45992  unicodeslot=0x1869,
45993  variants={
45994   [0x180B]="second form",
45995  },
45996 },
45997 [0x186A]={
45998  arabic="d",
45999  category="lo",
46000  description="MONGOLIAN LETTER SIBE JA",
46001  direction="l",
46002  linebreak="al",
46003  mongolian="d",
46004  unicodeslot=0x186A,
46005 },
46006 [0x186B]={
46007  arabic="d",
46008  category="lo",
46009  description="MONGOLIAN LETTER SIBE FA",
46010  direction="l",
46011  linebreak="al",
46012  mongolian="d",
46013  unicodeslot=0x186B,
46014 },
46015 [0x186C]={
46016  arabic="d",
46017  category="lo",
46018  description="MONGOLIAN LETTER SIBE GAA",
46019  direction="l",
46020  linebreak="al",
46021  mongolian="d",
46022  unicodeslot=0x186C,
46023 },
46024 [0x186D]={
46025  arabic="d",
46026  category="lo",
46027  description="MONGOLIAN LETTER SIBE HAA",
46028  direction="l",
46029  linebreak="al",
46030  mongolian="d",
46031  unicodeslot=0x186D,
46032 },
46033 [0x186E]={
46034  arabic="d",
46035  category="lo",
46036  description="MONGOLIAN LETTER SIBE TSA",
46037  direction="l",
46038  linebreak="al",
46039  mongolian="d",
46040  unicodeslot=0x186E,
46041 },
46042 [0x186F]={
46043  arabic="d",
46044  category="lo",
46045  description="MONGOLIAN LETTER SIBE ZA",
46046  direction="l",
46047  linebreak="al",
46048  mongolian="d",
46049  unicodeslot=0x186F,
46050  variants={
46051   [0x180B]="second form",
46052  },
46053 },
46054 [0x1870]={
46055  arabic="d",
46056  category="lo",
46057  description="MONGOLIAN LETTER SIBE RAA",
46058  direction="l",
46059  linebreak="al",
46060  mongolian="d",
46061  unicodeslot=0x1870,
46062 },
46063 [0x1871]={
46064  arabic="d",
46065  category="lo",
46066  description="MONGOLIAN LETTER SIBE CHA",
46067  direction="l",
46068  linebreak="al",
46069  mongolian="d",
46070  unicodeslot=0x1871,
46071 },
46072 [0x1872]={
46073  arabic="d",
46074  category="lo",
46075  description="MONGOLIAN LETTER SIBE ZHA",
46076  direction="l",
46077  linebreak="al",
46078  mongolian="d",
46079  unicodeslot=0x1872,
46080 },
46081 [0x1873]={
46082  arabic="d",
46083  category="lo",
46084  description="MONGOLIAN LETTER MANCHU I",
46085  direction="l",
46086  linebreak="al",
46087  mongolian="d",
46088  unicodeslot=0x1873,
46089  variants={
46090   [0x180B]="second form",
46091   [0x180C]="third form",
46092   [0x180D]="fourth form",
46093  },
46094 },
46095 [0x1874]={
46096  arabic="d",
46097  category="lo",
46098  description="MONGOLIAN LETTER MANCHU KA",
46099  direction="l",
46100  linebreak="al",
46101  mongolian="d",
46102  unicodeslot=0x1874,
46103  variants={
46104   [0x180B]="second form",
46105   [0x180C]="feminine first medial form",
46106   [0x180D]="feminine second medial form",
46107  },
46108 },
46109 [0x1875]={
46110  arabic="d",
46111  category="lo",
46112  description="MONGOLIAN LETTER MANCHU RA",
46113  direction="l",
46114  linebreak="al",
46115  mongolian="d",
46116  unicodeslot=0x1875,
46117 },
46118 [0x1876]={
46119  arabic="d",
46120  category="lo",
46121  description="MONGOLIAN LETTER MANCHU FA",
46122  direction="l",
46123  linebreak="al",
46124  mongolian="d",
46125  unicodeslot=0x1876,
46126  variants={
46127   [0x180B]="second form",
46128  },
46129 },
46130 [0x1877]={
46131  arabic="d",
46132  category="lo",
46133  description="MONGOLIAN LETTER MANCHU ZHA",
46134  direction="l",
46135  linebreak="al",
46136  mongolian="d",
46137  unicodeslot=0x1877,
46138 },
46139 [0x1878]={
46140  arabic="d",
46141  category="lo",
46142  description="MONGOLIAN LETTER CHA WITH TWO DOTS",
46143  direction="l",
46144  linebreak="al",
46145  mongolian="d",
46146  unicodeslot=0x1878,
46147 },
46148 [0x1880]={
46149  arabic="u",
46150  category="lo",
46151  description="MONGOLIAN LETTER ALI GALI ANUSVARA ONE",
46152  direction="l",
46153  linebreak="al",
46154  mongolian="nj",
46155  unicodeslot=0x1880,
46156  variants={
46157   [0x180B]="second form",
46158  },
46159 },
46160 [0x1881]={
46161  arabic="u",
46162  category="lo",
46163  description="MONGOLIAN LETTER ALI GALI VISARGA ONE",
46164  direction="l",
46165  linebreak="al",
46166  mongolian="nj",
46167  unicodeslot=0x1881,
46168  variants={
46169   [0x180B]="second form",
46170  },
46171 },
46172 [0x1882]={
46173  arabic="u",
46174  category="lo",
46175  description="MONGOLIAN LETTER ALI GALI DAMARU",
46176  direction="l",
46177  linebreak="al",
46178  mongolian="nj",
46179  unicodeslot=0x1882,
46180 },
46181 [0x1883]={
46182  arabic="u",
46183  category="lo",
46184  description="MONGOLIAN LETTER ALI GALI UBADAMA",
46185  direction="l",
46186  linebreak="al",
46187  mongolian="nj",
46188  unicodeslot=0x1883,
46189 },
46190 [0x1884]={
46191  arabic="u",
46192  category="lo",
46193  description="MONGOLIAN LETTER ALI GALI INVERTED UBADAMA",
46194  direction="l",
46195  linebreak="al",
46196  mongolian="nj",
46197  unicodeslot=0x1884,
46198 },
46199 [0x1885]={
46200  arabic="t",
46201  category="lo",
46202  description="MONGOLIAN LETTER ALI GALI BALUDA",
46203  direction="nsm",
46204  linebreak="cm",
46205  mongolian="t",
46206  unicodeslot=0x1885,
46207 },
46208 [0x1886]={
46209  arabic="t",
46210  category="lo",
46211  description="MONGOLIAN LETTER ALI GALI THREE BALUDA",
46212  direction="nsm",
46213  linebreak="cm",
46214  mongolian="t",
46215  unicodeslot=0x1886,
46216 },
46217 [0x1887]={
46218  arabic="d",
46219  category="lo",
46220  description="MONGOLIAN LETTER ALI GALI A",
46221  direction="l",
46222  linebreak="al",
46223  mongolian="d",
46224  unicodeslot=0x1887,
46225  variants={
46226   [0x180B]="second form",
46227   [0x180C]="third form",
46228   [0x180D]="fourth form",
46229  },
46230 },
46231 [0x1888]={
46232  arabic="d",
46233  category="lo",
46234  description="MONGOLIAN LETTER ALI GALI I",
46235  direction="l",
46236  linebreak="al",
46237  mongolian="d",
46238  unicodeslot=0x1888,
46239  variants={
46240   [0x180B]="second form",
46241  },
46242 },
46243 [0x1889]={
46244  arabic="d",
46245  category="lo",
46246  description="MONGOLIAN LETTER ALI GALI KA",
46247  direction="l",
46248  linebreak="al",
46249  mongolian="d",
46250  unicodeslot=0x1889,
46251 },
46252 [0x188A]={
46253  arabic="d",
46254  category="lo",
46255  description="MONGOLIAN LETTER ALI GALI NGA",
46256  direction="l",
46257  linebreak="al",
46258  mongolian="d",
46259  unicodeslot=0x188A,
46260  variants={
46261   [0x180B]="second form",
46262  },
46263 },
46264 [0x188B]={
46265  arabic="d",
46266  category="lo",
46267  description="MONGOLIAN LETTER ALI GALI CA",
46268  direction="l",
46269  linebreak="al",
46270  mongolian="d",
46271  unicodeslot=0x188B,
46272 },
46273 [0x188C]={
46274  arabic="d",
46275  category="lo",
46276  description="MONGOLIAN LETTER ALI GALI TTA",
46277  direction="l",
46278  linebreak="al",
46279  mongolian="d",
46280  unicodeslot=0x188C,
46281 },
46282 [0x188D]={
46283  arabic="d",
46284  category="lo",
46285  description="MONGOLIAN LETTER ALI GALI TTHA",
46286  direction="l",
46287  linebreak="al",
46288  mongolian="d",
46289  unicodeslot=0x188D,
46290 },
46291 [0x188E]={
46292  arabic="d",
46293  category="lo",
46294  description="MONGOLIAN LETTER ALI GALI DDA",
46295  direction="l",
46296  linebreak="al",
46297  mongolian="d",
46298  unicodeslot=0x188E,
46299 },
46300 [0x188F]={
46301  arabic="d",
46302  category="lo",
46303  description="MONGOLIAN LETTER ALI GALI NNA",
46304  direction="l",
46305  linebreak="al",
46306  mongolian="d",
46307  unicodeslot=0x188F,
46308 },
46309 [0x1890]={
46310  arabic="d",
46311  category="lo",
46312  description="MONGOLIAN LETTER ALI GALI TA",
46313  direction="l",
46314  linebreak="al",
46315  mongolian="d",
46316  unicodeslot=0x1890,
46317 },
46318 [0x1891]={
46319  arabic="d",
46320  category="lo",
46321  description="MONGOLIAN LETTER ALI GALI DA",
46322  direction="l",
46323  linebreak="al",
46324  mongolian="d",
46325  unicodeslot=0x1891,
46326 },
46327 [0x1892]={
46328  arabic="d",
46329  category="lo",
46330  description="MONGOLIAN LETTER ALI GALI PA",
46331  direction="l",
46332  linebreak="al",
46333  mongolian="d",
46334  unicodeslot=0x1892,
46335 },
46336 [0x1893]={
46337  arabic="d",
46338  category="lo",
46339  description="MONGOLIAN LETTER ALI GALI PHA",
46340  direction="l",
46341  linebreak="al",
46342  mongolian="d",
46343  unicodeslot=0x1893,
46344 },
46345 [0x1894]={
46346  arabic="d",
46347  category="lo",
46348  description="MONGOLIAN LETTER ALI GALI SSA",
46349  direction="l",
46350  linebreak="al",
46351  mongolian="d",
46352  unicodeslot=0x1894,
46353 },
46354 [0x1895]={
46355  arabic="d",
46356  category="lo",
46357  description="MONGOLIAN LETTER ALI GALI ZHA",
46358  direction="l",
46359  linebreak="al",
46360  mongolian="d",
46361  unicodeslot=0x1895,
46362 },
46363 [0x1896]={
46364  arabic="d",
46365  category="lo",
46366  description="MONGOLIAN LETTER ALI GALI ZA",
46367  direction="l",
46368  linebreak="al",
46369  mongolian="d",
46370  unicodeslot=0x1896,
46371 },
46372 [0x1897]={
46373  arabic="d",
46374  category="lo",
46375  description="MONGOLIAN LETTER ALI GALI AH",
46376  direction="l",
46377  linebreak="al",
46378  mongolian="d",
46379  unicodeslot=0x1897,
46380 },
46381 [0x1898]={
46382  arabic="d",
46383  category="lo",
46384  description="MONGOLIAN LETTER TODO ALI GALI TA",
46385  direction="l",
46386  linebreak="al",
46387  mongolian="d",
46388  unicodeslot=0x1898,
46389 },
46390 [0x1899]={
46391  arabic="d",
46392  category="lo",
46393  description="MONGOLIAN LETTER TODO ALI GALI ZHA",
46394  direction="l",
46395  linebreak="al",
46396  mongolian="d",
46397  unicodeslot=0x1899,
46398 },
46399 [0x189A]={
46400  arabic="d",
46401  category="lo",
46402  description="MONGOLIAN LETTER MANCHU ALI GALI GHA",
46403  direction="l",
46404  linebreak="al",
46405  mongolian="d",
46406  unicodeslot=0x189A,
46407 },
46408 [0x189B]={
46409  arabic="d",
46410  category="lo",
46411  description="MONGOLIAN LETTER MANCHU ALI GALI NGA",
46412  direction="l",
46413  linebreak="al",
46414  mongolian="d",
46415  unicodeslot=0x189B,
46416 },
46417 [0x189C]={
46418  arabic="d",
46419  category="lo",
46420  description="MONGOLIAN LETTER MANCHU ALI GALI CA",
46421  direction="l",
46422  linebreak="al",
46423  mongolian="d",
46424  unicodeslot=0x189C,
46425 },
46426 [0x189D]={
46427  arabic="d",
46428  category="lo",
46429  description="MONGOLIAN LETTER MANCHU ALI GALI JHA",
46430  direction="l",
46431  linebreak="al",
46432  mongolian="d",
46433  unicodeslot=0x189D,
46434 },
46435 [0x189E]={
46436  arabic="d",
46437  category="lo",
46438  description="MONGOLIAN LETTER MANCHU ALI GALI TTA",
46439  direction="l",
46440  linebreak="al",
46441  mongolian="d",
46442  unicodeslot=0x189E,
46443 },
46444 [0x189F]={
46445  arabic="d",
46446  category="lo",
46447  description="MONGOLIAN LETTER MANCHU ALI GALI DDHA",
46448  direction="l",
46449  linebreak="al",
46450  mongolian="d",
46451  unicodeslot=0x189F,
46452 },
46453 [0x18A0]={
46454  arabic="d",
46455  category="lo",
46456  description="MONGOLIAN LETTER MANCHU ALI GALI TA",
46457  direction="l",
46458  linebreak="al",
46459  mongolian="d",
46460  unicodeslot=0x18A0,
46461 },
46462 [0x18A1]={
46463  arabic="d",
46464  category="lo",
46465  description="MONGOLIAN LETTER MANCHU ALI GALI DHA",
46466  direction="l",
46467  linebreak="al",
46468  mongolian="d",
46469  unicodeslot=0x18A1,
46470 },
46471 [0x18A2]={
46472  arabic="d",
46473  category="lo",
46474  description="MONGOLIAN LETTER MANCHU ALI GALI SSA",
46475  direction="l",
46476  linebreak="al",
46477  mongolian="d",
46478  unicodeslot=0x18A2,
46479 },
46480 [0x18A3]={
46481  arabic="d",
46482  category="lo",
46483  description="MONGOLIAN LETTER MANCHU ALI GALI CYA",
46484  direction="l",
46485  linebreak="al",
46486  mongolian="d",
46487  unicodeslot=0x18A3,
46488 },
46489 [0x18A4]={
46490  arabic="d",
46491  category="lo",
46492  description="MONGOLIAN LETTER MANCHU ALI GALI ZHA",
46493  direction="l",
46494  linebreak="al",
46495  mongolian="d",
46496  unicodeslot=0x18A4,
46497 },
46498 [0x18A5]={
46499  arabic="d",
46500  category="lo",
46501  description="MONGOLIAN LETTER MANCHU ALI GALI ZA",
46502  direction="l",
46503  linebreak="al",
46504  mongolian="d",
46505  unicodeslot=0x18A5,
46506 },
46507 [0x18A6]={
46508  arabic="d",
46509  category="lo",
46510  description="MONGOLIAN LETTER ALI GALI HALF U",
46511  direction="l",
46512  linebreak="al",
46513  mongolian="d",
46514  unicodeslot=0x18A6,
46515 },
46516 [0x18A7]={
46517  arabic="d",
46518  category="lo",
46519  description="MONGOLIAN LETTER ALI GALI HALF YA",
46520  direction="l",
46521  linebreak="al",
46522  mongolian="d",
46523  unicodeslot=0x18A7,
46524 },
46525 [0x18A8]={
46526  arabic="d",
46527  category="lo",
46528  description="MONGOLIAN LETTER MANCHU ALI GALI BHA",
46529  direction="l",
46530  linebreak="al",
46531  mongolian="d",
46532  unicodeslot=0x18A8,
46533 },
46534 [0x18A9]={
46535  category="mn",
46536  combining=0xE4,
46537  description="MONGOLIAN LETTER ALI GALI DAGALGA",
46538  direction="nsm",
46539  linebreak="cm",
46540  mongolian="t",
46541  unicodeslot=0x18A9,
46542 },
46543 [0x18AA]={
46544  arabic="d",
46545  category="lo",
46546  description="MONGOLIAN LETTER MANCHU ALI GALI LHA",
46547  direction="l",
46548  linebreak="al",
46549  mongolian="d",
46550  unicodeslot=0x18AA,
46551 },
46552 [0x18B0]={
46553  category="lo",
46554  description="CANADIAN SYLLABICS OY",
46555  direction="l",
46556  linebreak="al",
46557  unicodeslot=0x18B0,
46558 },
46559 [0x18B1]={
46560  category="lo",
46561  description="CANADIAN SYLLABICS AY",
46562  direction="l",
46563  linebreak="al",
46564  unicodeslot=0x18B1,
46565 },
46566 [0x18B2]={
46567  category="lo",
46568  description="CANADIAN SYLLABICS AAY",
46569  direction="l",
46570  linebreak="al",
46571  unicodeslot=0x18B2,
46572 },
46573 [0x18B3]={
46574  category="lo",
46575  description="CANADIAN SYLLABICS WAY",
46576  direction="l",
46577  linebreak="al",
46578  unicodeslot=0x18B3,
46579 },
46580 [0x18B4]={
46581  category="lo",
46582  description="CANADIAN SYLLABICS POY",
46583  direction="l",
46584  linebreak="al",
46585  unicodeslot=0x18B4,
46586 },
46587 [0x18B5]={
46588  category="lo",
46589  description="CANADIAN SYLLABICS PAY",
46590  direction="l",
46591  linebreak="al",
46592  unicodeslot=0x18B5,
46593 },
46594 [0x18B6]={
46595  category="lo",
46596  description="CANADIAN SYLLABICS PWOY",
46597  direction="l",
46598  linebreak="al",
46599  unicodeslot=0x18B6,
46600 },
46601 [0x18B7]={
46602  category="lo",
46603  description="CANADIAN SYLLABICS TAY",
46604  direction="l",
46605  linebreak="al",
46606  unicodeslot=0x18B7,
46607 },
46608 [0x18B8]={
46609  category="lo",
46610  description="CANADIAN SYLLABICS KAY",
46611  direction="l",
46612  linebreak="al",
46613  unicodeslot=0x18B8,
46614 },
46615 [0x18B9]={
46616  category="lo",
46617  description="CANADIAN SYLLABICS KWAY",
46618  direction="l",
46619  linebreak="al",
46620  unicodeslot=0x18B9,
46621 },
46622 [0x18BA]={
46623  category="lo",
46624  description="CANADIAN SYLLABICS MAY",
46625  direction="l",
46626  linebreak="al",
46627  unicodeslot=0x18BA,
46628 },
46629 [0x18BB]={
46630  category="lo",
46631  description="CANADIAN SYLLABICS NOY",
46632  direction="l",
46633  linebreak="al",
46634  unicodeslot=0x18BB,
46635 },
46636 [0x18BC]={
46637  category="lo",
46638  description="CANADIAN SYLLABICS NAY",
46639  direction="l",
46640  linebreak="al",
46641  unicodeslot=0x18BC,
46642 },
46643 [0x18BD]={
46644  category="lo",
46645  description="CANADIAN SYLLABICS LAY",
46646  direction="l",
46647  linebreak="al",
46648  unicodeslot=0x18BD,
46649 },
46650 [0x18BE]={
46651  category="lo",
46652  description="CANADIAN SYLLABICS SOY",
46653  direction="l",
46654  linebreak="al",
46655  unicodeslot=0x18BE,
46656 },
46657 [0x18BF]={
46658  category="lo",
46659  description="CANADIAN SYLLABICS SAY",
46660  direction="l",
46661  linebreak="al",
46662  unicodeslot=0x18BF,
46663 },
46664 [0x18C0]={
46665  category="lo",
46666  description="CANADIAN SYLLABICS SHOY",
46667  direction="l",
46668  linebreak="al",
46669  unicodeslot=0x18C0,
46670 },
46671 [0x18C1]={
46672  category="lo",
46673  description="CANADIAN SYLLABICS SHAY",
46674  direction="l",
46675  linebreak="al",
46676  unicodeslot=0x18C1,
46677 },
46678 [0x18C2]={
46679  category="lo",
46680  description="CANADIAN SYLLABICS SHWOY",
46681  direction="l",
46682  linebreak="al",
46683  unicodeslot=0x18C2,
46684 },
46685 [0x18C3]={
46686  category="lo",
46687  description="CANADIAN SYLLABICS YOY",
46688  direction="l",
46689  linebreak="al",
46690  unicodeslot=0x18C3,
46691 },
46692 [0x18C4]={
46693  category="lo",
46694  description="CANADIAN SYLLABICS YAY",
46695  direction="l",
46696  linebreak="al",
46697  unicodeslot=0x18C4,
46698 },
46699 [0x18C5]={
46700  category="lo",
46701  description="CANADIAN SYLLABICS RAY",
46702  direction="l",
46703  linebreak="al",
46704  unicodeslot=0x18C5,
46705 },
46706 [0x18C6]={
46707  category="lo",
46708  description="CANADIAN SYLLABICS NWI",
46709  direction="l",
46710  linebreak="al",
46711  unicodeslot=0x18C6,
46712 },
46713 [0x18C7]={
46714  category="lo",
46715  description="CANADIAN SYLLABICS OJIBWAY NWI",
46716  direction="l",
46717  linebreak="al",
46718  unicodeslot=0x18C7,
46719 },
46720 [0x18C8]={
46721  category="lo",
46722  description="CANADIAN SYLLABICS NWII",
46723  direction="l",
46724  linebreak="al",
46725  unicodeslot=0x18C8,
46726 },
46727 [0x18C9]={
46728  category="lo",
46729  description="CANADIAN SYLLABICS OJIBWAY NWII",
46730  direction="l",
46731  linebreak="al",
46732  unicodeslot=0x18C9,
46733 },
46734 [0x18CA]={
46735  category="lo",
46736  description="CANADIAN SYLLABICS NWO",
46737  direction="l",
46738  linebreak="al",
46739  unicodeslot=0x18CA,
46740 },
46741 [0x18CB]={
46742  category="lo",
46743  description="CANADIAN SYLLABICS OJIBWAY NWO",
46744  direction="l",
46745  linebreak="al",
46746  unicodeslot=0x18CB,
46747 },
46748 [0x18CC]={
46749  category="lo",
46750  description="CANADIAN SYLLABICS NWOO",
46751  direction="l",
46752  linebreak="al",
46753  unicodeslot=0x18CC,
46754 },
46755 [0x18CD]={
46756  category="lo",
46757  description="CANADIAN SYLLABICS OJIBWAY NWOO",
46758  direction="l",
46759  linebreak="al",
46760  unicodeslot=0x18CD,
46761 },
46762 [0x18CE]={
46763  category="lo",
46764  description="CANADIAN SYLLABICS RWEE",
46765  direction="l",
46766  linebreak="al",
46767  unicodeslot=0x18CE,
46768 },
46769 [0x18CF]={
46770  category="lo",
46771  description="CANADIAN SYLLABICS RWI",
46772  direction="l",
46773  linebreak="al",
46774  unicodeslot=0x18CF,
46775 },
46776 [0x18D0]={
46777  category="lo",
46778  description="CANADIAN SYLLABICS RWII",
46779  direction="l",
46780  linebreak="al",
46781  unicodeslot=0x18D0,
46782 },
46783 [0x18D1]={
46784  category="lo",
46785  description="CANADIAN SYLLABICS RWO",
46786  direction="l",
46787  linebreak="al",
46788  unicodeslot=0x18D1,
46789 },
46790 [0x18D2]={
46791  category="lo",
46792  description="CANADIAN SYLLABICS RWOO",
46793  direction="l",
46794  linebreak="al",
46795  unicodeslot=0x18D2,
46796 },
46797 [0x18D3]={
46798  category="lo",
46799  description="CANADIAN SYLLABICS RWA",
46800  direction="l",
46801  linebreak="al",
46802  unicodeslot=0x18D3,
46803 },
46804 [0x18D4]={
46805  category="lo",
46806  description="CANADIAN SYLLABICS OJIBWAY P",
46807  direction="l",
46808  linebreak="al",
46809  unicodeslot=0x18D4,
46810 },
46811 [0x18D5]={
46812  category="lo",
46813  description="CANADIAN SYLLABICS OJIBWAY T",
46814  direction="l",
46815  linebreak="al",
46816  unicodeslot=0x18D5,
46817 },
46818 [0x18D6]={
46819  category="lo",
46820  description="CANADIAN SYLLABICS OJIBWAY K",
46821  direction="l",
46822  linebreak="al",
46823  unicodeslot=0x18D6,
46824 },
46825 [0x18D7]={
46826  category="lo",
46827  description="CANADIAN SYLLABICS OJIBWAY C",
46828  direction="l",
46829  linebreak="al",
46830  unicodeslot=0x18D7,
46831 },
46832 [0x18D8]={
46833  category="lo",
46834  description="CANADIAN SYLLABICS OJIBWAY M",
46835  direction="l",
46836  linebreak="al",
46837  unicodeslot=0x18D8,
46838 },
46839 [0x18D9]={
46840  category="lo",
46841  description="CANADIAN SYLLABICS OJIBWAY N",
46842  direction="l",
46843  linebreak="al",
46844  unicodeslot=0x18D9,
46845 },
46846 [0x18DA]={
46847  category="lo",
46848  description="CANADIAN SYLLABICS OJIBWAY S",
46849  direction="l",
46850  linebreak="al",
46851  unicodeslot=0x18DA,
46852 },
46853 [0x18DB]={
46854  category="lo",
46855  description="CANADIAN SYLLABICS OJIBWAY SH",
46856  direction="l",
46857  linebreak="al",
46858  unicodeslot=0x18DB,
46859 },
46860 [0x18DC]={
46861  category="lo",
46862  description="CANADIAN SYLLABICS EASTERN W",
46863  direction="l",
46864  linebreak="al",
46865  unicodeslot=0x18DC,
46866 },
46867 [0x18DD]={
46868  category="lo",
46869  description="CANADIAN SYLLABICS WESTERN W",
46870  direction="l",
46871  linebreak="al",
46872  unicodeslot=0x18DD,
46873 },
46874 [0x18DE]={
46875  category="lo",
46876  description="CANADIAN SYLLABICS FINAL SMALL RING",
46877  direction="l",
46878  linebreak="al",
46879  unicodeslot=0x18DE,
46880 },
46881 [0x18DF]={
46882  category="lo",
46883  description="CANADIAN SYLLABICS FINAL RAISED DOT",
46884  direction="l",
46885  linebreak="al",
46886  unicodeslot=0x18DF,
46887 },
46888 [0x18E0]={
46889  category="lo",
46890  description="CANADIAN SYLLABICS R-CREE RWE",
46891  direction="l",
46892  linebreak="al",
46893  unicodeslot=0x18E0,
46894 },
46895 [0x18E1]={
46896  category="lo",
46897  description="CANADIAN SYLLABICS WEST-CREE LOO",
46898  direction="l",
46899  linebreak="al",
46900  unicodeslot=0x18E1,
46901 },
46902 [0x18E2]={
46903  category="lo",
46904  description="CANADIAN SYLLABICS WEST-CREE LAA",
46905  direction="l",
46906  linebreak="al",
46907  unicodeslot=0x18E2,
46908 },
46909 [0x18E3]={
46910  category="lo",
46911  description="CANADIAN SYLLABICS THWE",
46912  direction="l",
46913  linebreak="al",
46914  unicodeslot=0x18E3,
46915 },
46916 [0x18E4]={
46917  category="lo",
46918  description="CANADIAN SYLLABICS THWA",
46919  direction="l",
46920  linebreak="al",
46921  unicodeslot=0x18E4,
46922 },
46923 [0x18E5]={
46924  category="lo",
46925  description="CANADIAN SYLLABICS TTHWE",
46926  direction="l",
46927  linebreak="al",
46928  unicodeslot=0x18E5,
46929 },
46930 [0x18E6]={
46931  category="lo",
46932  description="CANADIAN SYLLABICS TTHOO",
46933  direction="l",
46934  linebreak="al",
46935  unicodeslot=0x18E6,
46936 },
46937 [0x18E7]={
46938  category="lo",
46939  description="CANADIAN SYLLABICS TTHAA",
46940  direction="l",
46941  linebreak="al",
46942  unicodeslot=0x18E7,
46943 },
46944 [0x18E8]={
46945  category="lo",
46946  description="CANADIAN SYLLABICS TLHWE",
46947  direction="l",
46948  linebreak="al",
46949  unicodeslot=0x18E8,
46950 },
46951 [0x18E9]={
46952  category="lo",
46953  description="CANADIAN SYLLABICS TLHOO",
46954  direction="l",
46955  linebreak="al",
46956  unicodeslot=0x18E9,
46957 },
46958 [0x18EA]={
46959  category="lo",
46960  description="CANADIAN SYLLABICS SAYISI SHWE",
46961  direction="l",
46962  linebreak="al",
46963  unicodeslot=0x18EA,
46964 },
46965 [0x18EB]={
46966  category="lo",
46967  description="CANADIAN SYLLABICS SAYISI SHOO",
46968  direction="l",
46969  linebreak="al",
46970  unicodeslot=0x18EB,
46971 },
46972 [0x18EC]={
46973  category="lo",
46974  description="CANADIAN SYLLABICS SAYISI HOO",
46975  direction="l",
46976  linebreak="al",
46977  unicodeslot=0x18EC,
46978 },
46979 [0x18ED]={
46980  category="lo",
46981  description="CANADIAN SYLLABICS CARRIER GWU",
46982  direction="l",
46983  linebreak="al",
46984  unicodeslot=0x18ED,
46985 },
46986 [0x18EE]={
46987  category="lo",
46988  description="CANADIAN SYLLABICS CARRIER DENE GEE",
46989  direction="l",
46990  linebreak="al",
46991  unicodeslot=0x18EE,
46992 },
46993 [0x18EF]={
46994  category="lo",
46995  description="CANADIAN SYLLABICS CARRIER GAA",
46996  direction="l",
46997  linebreak="al",
46998  unicodeslot=0x18EF,
46999 },
47000 [0x18F0]={
47001  category="lo",
47002  description="CANADIAN SYLLABICS CARRIER GWA",
47003  direction="l",
47004  linebreak="al",
47005  unicodeslot=0x18F0,
47006 },
47007 [0x18F1]={
47008  category="lo",
47009  description="CANADIAN SYLLABICS SAYISI JUU",
47010  direction="l",
47011  linebreak="al",
47012  unicodeslot=0x18F1,
47013 },
47014 [0x18F2]={
47015  category="lo",
47016  description="CANADIAN SYLLABICS CARRIER JWA",
47017  direction="l",
47018  linebreak="al",
47019  unicodeslot=0x18F2,
47020 },
47021 [0x18F3]={
47022  category="lo",
47023  description="CANADIAN SYLLABICS BEAVER DENE L",
47024  direction="l",
47025  linebreak="al",
47026  unicodeslot=0x18F3,
47027 },
47028 [0x18F4]={
47029  category="lo",
47030  description="CANADIAN SYLLABICS BEAVER DENE R",
47031  direction="l",
47032  linebreak="al",
47033  unicodeslot=0x18F4,
47034 },
47035 [0x18F5]={
47036  category="lo",
47037  description="CANADIAN SYLLABICS CARRIER DENTAL S",
47038  direction="l",
47039  linebreak="al",
47040  unicodeslot=0x18F5,
47041 },
47042 [0x1900]={
47043  category="lo",
47044  description="LIMBU VOWEL-CARRIER LETTER",
47045  direction="l",
47046  linebreak="al",
47047  unicodeslot=0x1900,
47048 },
47049 [0x1901]={
47050  category="lo",
47051  description="LIMBU LETTER KA",
47052  direction="l",
47053  linebreak="al",
47054  unicodeslot=0x1901,
47055 },
47056 [0x1902]={
47057  category="lo",
47058  description="LIMBU LETTER KHA",
47059  direction="l",
47060  linebreak="al",
47061  unicodeslot=0x1902,
47062 },
47063 [0x1903]={
47064  category="lo",
47065  description="LIMBU LETTER GA",
47066  direction="l",
47067  linebreak="al",
47068  unicodeslot=0x1903,
47069 },
47070 [0x1904]={
47071  category="lo",
47072  description="LIMBU LETTER GHA",
47073  direction="l",
47074  linebreak="al",
47075  unicodeslot=0x1904,
47076 },
47077 [0x1905]={
47078  category="lo",
47079  description="LIMBU LETTER NGA",
47080  direction="l",
47081  linebreak="al",
47082  unicodeslot=0x1905,
47083 },
47084 [0x1906]={
47085  category="lo",
47086  description="LIMBU LETTER CA",
47087  direction="l",
47088  linebreak="al",
47089  unicodeslot=0x1906,
47090 },
47091 [0x1907]={
47092  category="lo",
47093  description="LIMBU LETTER CHA",
47094  direction="l",
47095  linebreak="al",
47096  unicodeslot=0x1907,
47097 },
47098 [0x1908]={
47099  category="lo",
47100  description="LIMBU LETTER JA",
47101  direction="l",
47102  linebreak="al",
47103  unicodeslot=0x1908,
47104 },
47105 [0x1909]={
47106  category="lo",
47107  description="LIMBU LETTER JHA",
47108  direction="l",
47109  linebreak="al",
47110  unicodeslot=0x1909,
47111 },
47112 [0x190A]={
47113  category="lo",
47114  description="LIMBU LETTER YAN",
47115  direction="l",
47116  linebreak="al",
47117  unicodeslot=0x190A,
47118 },
47119 [0x190B]={
47120  category="lo",
47121  description="LIMBU LETTER TA",
47122  direction="l",
47123  linebreak="al",
47124  unicodeslot=0x190B,
47125 },
47126 [0x190C]={
47127  category="lo",
47128  description="LIMBU LETTER THA",
47129  direction="l",
47130  linebreak="al",
47131  unicodeslot=0x190C,
47132 },
47133 [0x190D]={
47134  category="lo",
47135  description="LIMBU LETTER DA",
47136  direction="l",
47137  linebreak="al",
47138  unicodeslot=0x190D,
47139 },
47140 [0x190E]={
47141  category="lo",
47142  description="LIMBU LETTER DHA",
47143  direction="l",
47144  linebreak="al",
47145  unicodeslot=0x190E,
47146 },
47147 [0x190F]={
47148  category="lo",
47149  description="LIMBU LETTER NA",
47150  direction="l",
47151  linebreak="al",
47152  unicodeslot=0x190F,
47153 },
47154 [0x1910]={
47155  category="lo",
47156  description="LIMBU LETTER PA",
47157  direction="l",
47158  linebreak="al",
47159  unicodeslot=0x1910,
47160 },
47161 [0x1911]={
47162  category="lo",
47163  description="LIMBU LETTER PHA",
47164  direction="l",
47165  linebreak="al",
47166  unicodeslot=0x1911,
47167 },
47168 [0x1912]={
47169  category="lo",
47170  description="LIMBU LETTER BA",
47171  direction="l",
47172  linebreak="al",
47173  unicodeslot=0x1912,
47174 },
47175 [0x1913]={
47176  category="lo",
47177  description="LIMBU LETTER BHA",
47178  direction="l",
47179  linebreak="al",
47180  unicodeslot=0x1913,
47181 },
47182 [0x1914]={
47183  category="lo",
47184  description="LIMBU LETTER MA",
47185  direction="l",
47186  linebreak="al",
47187  unicodeslot=0x1914,
47188 },
47189 [0x1915]={
47190  category="lo",
47191  description="LIMBU LETTER YA",
47192  direction="l",
47193  linebreak="al",
47194  unicodeslot=0x1915,
47195 },
47196 [0x1916]={
47197  category="lo",
47198  description="LIMBU LETTER RA",
47199  direction="l",
47200  linebreak="al",
47201  unicodeslot=0x1916,
47202 },
47203 [0x1917]={
47204  category="lo",
47205  description="LIMBU LETTER LA",
47206  direction="l",
47207  linebreak="al",
47208  unicodeslot=0x1917,
47209 },
47210 [0x1918]={
47211  category="lo",
47212  description="LIMBU LETTER WA",
47213  direction="l",
47214  linebreak="al",
47215  unicodeslot=0x1918,
47216 },
47217 [0x1919]={
47218  category="lo",
47219  description="LIMBU LETTER SHA",
47220  direction="l",
47221  linebreak="al",
47222  unicodeslot=0x1919,
47223 },
47224 [0x191A]={
47225  category="lo",
47226  description="LIMBU LETTER SSA",
47227  direction="l",
47228  linebreak="al",
47229  unicodeslot=0x191A,
47230 },
47231 [0x191B]={
47232  category="lo",
47233  description="LIMBU LETTER SA",
47234  direction="l",
47235  linebreak="al",
47236  unicodeslot=0x191B,
47237 },
47238 [0x191C]={
47239  category="lo",
47240  description="LIMBU LETTER HA",
47241  direction="l",
47242  linebreak="al",
47243  unicodeslot=0x191C,
47244 },
47245 [0x191D]={
47246  category="lo",
47247  description="LIMBU LETTER GYAN",
47248  direction="l",
47249  linebreak="al",
47250  unicodeslot=0x191D,
47251 },
47252 [0x191E]={
47253  category="lo",
47254  description="LIMBU LETTER TRA",
47255  direction="l",
47256  linebreak="al",
47257  unicodeslot=0x191E,
47258 },
47259 [0x1920]={
47260  category="mn",
47261  description="LIMBU VOWEL SIGN A",
47262  direction="nsm",
47263  linebreak="cm",
47264  unicodeslot=0x1920,
47265 },
47266 [0x1921]={
47267  category="mn",
47268  description="LIMBU VOWEL SIGN I",
47269  direction="nsm",
47270  linebreak="cm",
47271  unicodeslot=0x1921,
47272 },
47273 [0x1922]={
47274  category="mn",
47275  description="LIMBU VOWEL SIGN U",
47276  direction="nsm",
47277  linebreak="cm",
47278  unicodeslot=0x1922,
47279 },
47280 [0x1923]={
47281  category="mc",
47282  description="LIMBU VOWEL SIGN EE",
47283  direction="l",
47284  linebreak="cm",
47285  unicodeslot=0x1923,
47286 },
47287 [0x1924]={
47288  category="mc",
47289  description="LIMBU VOWEL SIGN AI",
47290  direction="l",
47291  linebreak="cm",
47292  unicodeslot=0x1924,
47293 },
47294 [0x1925]={
47295  category="mc",
47296  description="LIMBU VOWEL SIGN OO",
47297  direction="l",
47298  linebreak="cm",
47299  unicodeslot=0x1925,
47300 },
47301 [0x1926]={
47302  category="mc",
47303  description="LIMBU VOWEL SIGN AU",
47304  direction="l",
47305  linebreak="cm",
47306  unicodeslot=0x1926,
47307 },
47308 [0x1927]={
47309  category="mn",
47310  description="LIMBU VOWEL SIGN E",
47311  direction="nsm",
47312  linebreak="cm",
47313  unicodeslot=0x1927,
47314 },
47315 [0x1928]={
47316  category="mn",
47317  description="LIMBU VOWEL SIGN O",
47318  direction="nsm",
47319  linebreak="cm",
47320  unicodeslot=0x1928,
47321 },
47322 [0x1929]={
47323  category="mc",
47324  description="LIMBU SUBJOINED LETTER YA",
47325  direction="l",
47326  linebreak="cm",
47327  unicodeslot=0x1929,
47328 },
47329 [0x192A]={
47330  category="mc",
47331  description="LIMBU SUBJOINED LETTER RA",
47332  direction="l",
47333  linebreak="cm",
47334  unicodeslot=0x192A,
47335 },
47336 [0x192B]={
47337  category="mc",
47338  description="LIMBU SUBJOINED LETTER WA",
47339  direction="l",
47340  linebreak="cm",
47341  unicodeslot=0x192B,
47342 },
47343 [0x1930]={
47344  category="mc",
47345  description="LIMBU SMALL LETTER KA",
47346  direction="l",
47347  linebreak="cm",
47348  unicodeslot=0x1930,
47349 },
47350 [0x1931]={
47351  category="mc",
47352  description="LIMBU SMALL LETTER NGA",
47353  direction="l",
47354  linebreak="cm",
47355  unicodeslot=0x1931,
47356 },
47357 [0x1932]={
47358  category="mn",
47359  description="LIMBU SMALL LETTER ANUSVARA",
47360  direction="nsm",
47361  linebreak="cm",
47362  unicodeslot=0x1932,
47363 },
47364 [0x1933]={
47365  category="mc",
47366  description="LIMBU SMALL LETTER TA",
47367  direction="l",
47368  linebreak="cm",
47369  unicodeslot=0x1933,
47370 },
47371 [0x1934]={
47372  category="mc",
47373  description="LIMBU SMALL LETTER NA",
47374  direction="l",
47375  linebreak="cm",
47376  unicodeslot=0x1934,
47377 },
47378 [0x1935]={
47379  category="mc",
47380  description="LIMBU SMALL LETTER PA",
47381  direction="l",
47382  linebreak="cm",
47383  unicodeslot=0x1935,
47384 },
47385 [0x1936]={
47386  category="mc",
47387  description="LIMBU SMALL LETTER MA",
47388  direction="l",
47389  linebreak="cm",
47390  unicodeslot=0x1936,
47391 },
47392 [0x1937]={
47393  category="mc",
47394  description="LIMBU SMALL LETTER RA",
47395  direction="l",
47396  linebreak="cm",
47397  unicodeslot=0x1937,
47398 },
47399 [0x1938]={
47400  category="mc",
47401  description="LIMBU SMALL LETTER LA",
47402  direction="l",
47403  linebreak="cm",
47404  unicodeslot=0x1938,
47405 },
47406 [0x1939]={
47407  category="mn",
47408  combining=0xDE,
47409  description="LIMBU SIGN MUKPHRENG",
47410  direction="nsm",
47411  linebreak="cm",
47412  unicodeslot=0x1939,
47413 },
47414 [0x193A]={
47415  category="mn",
47416  combining=0xE6,
47417  description="LIMBU SIGN KEMPHRENG",
47418  direction="nsm",
47419  linebreak="cm",
47420  unicodeslot=0x193A,
47421 },
47422 [0x193B]={
47423  category="mn",
47424  combining=0xDC,
47425  description="LIMBU SIGN SA-I",
47426  direction="nsm",
47427  linebreak="cm",
47428  unicodeslot=0x193B,
47429 },
47430 [0x1940]={
47431  category="so",
47432  description="LIMBU SIGN LOO",
47433  direction="on",
47434  linebreak="al",
47435  unicodeslot=0x1940,
47436 },
47437 [0x1944]={
47438  category="po",
47439  description="LIMBU EXCLAMATION MARK",
47440  direction="on",
47441  linebreak="ex",
47442  unicodeslot=0x1944,
47443 },
47444 [0x1945]={
47445  category="po",
47446  description="LIMBU QUESTION MARK",
47447  direction="on",
47448  linebreak="ex",
47449  unicodeslot=0x1945,
47450 },
47451 [0x1946]={
47452  category="nd",
47453  description="LIMBU DIGIT ZERO",
47454  direction="l",
47455  linebreak="nu",
47456  unicodeslot=0x1946,
47457 },
47458 [0x1947]={
47459  category="nd",
47460  description="LIMBU DIGIT ONE",
47461  direction="l",
47462  linebreak="nu",
47463  unicodeslot=0x1947,
47464 },
47465 [0x1948]={
47466  category="nd",
47467  description="LIMBU DIGIT TWO",
47468  direction="l",
47469  linebreak="nu",
47470  unicodeslot=0x1948,
47471 },
47472 [0x1949]={
47473  category="nd",
47474  description="LIMBU DIGIT THREE",
47475  direction="l",
47476  linebreak="nu",
47477  unicodeslot=0x1949,
47478 },
47479 [0x194A]={
47480  category="nd",
47481  description="LIMBU DIGIT FOUR",
47482  direction="l",
47483  linebreak="nu",
47484  unicodeslot=0x194A,
47485 },
47486 [0x194B]={
47487  category="nd",
47488  description="LIMBU DIGIT FIVE",
47489  direction="l",
47490  linebreak="nu",
47491  unicodeslot=0x194B,
47492 },
47493 [0x194C]={
47494  category="nd",
47495  description="LIMBU DIGIT SIX",
47496  direction="l",
47497  linebreak="nu",
47498  unicodeslot=0x194C,
47499 },
47500 [0x194D]={
47501  category="nd",
47502  description="LIMBU DIGIT SEVEN",
47503  direction="l",
47504  linebreak="nu",
47505  unicodeslot=0x194D,
47506 },
47507 [0x194E]={
47508  category="nd",
47509  description="LIMBU DIGIT EIGHT",
47510  direction="l",
47511  linebreak="nu",
47512  unicodeslot=0x194E,
47513 },
47514 [0x194F]={
47515  category="nd",
47516  description="LIMBU DIGIT NINE",
47517  direction="l",
47518  linebreak="nu",
47519  unicodeslot=0x194F,
47520 },
47521 [0x1950]={
47522  category="lo",
47523  description="TAI LE LETTER KA",
47524  direction="l",
47525  linebreak="sa",
47526  unicodeslot=0x1950,
47527 },
47528 [0x1951]={
47529  category="lo",
47530  description="TAI LE LETTER XA",
47531  direction="l",
47532  linebreak="sa",
47533  unicodeslot=0x1951,
47534 },
47535 [0x1952]={
47536  category="lo",
47537  description="TAI LE LETTER NGA",
47538  direction="l",
47539  linebreak="sa",
47540  unicodeslot=0x1952,
47541 },
47542 [0x1953]={
47543  category="lo",
47544  description="TAI LE LETTER TSA",
47545  direction="l",
47546  linebreak="sa",
47547  unicodeslot=0x1953,
47548 },
47549 [0x1954]={
47550  category="lo",
47551  description="TAI LE LETTER SA",
47552  direction="l",
47553  linebreak="sa",
47554  unicodeslot=0x1954,
47555 },
47556 [0x1955]={
47557  category="lo",
47558  description="TAI LE LETTER YA",
47559  direction="l",
47560  linebreak="sa",
47561  unicodeslot=0x1955,
47562 },
47563 [0x1956]={
47564  category="lo",
47565  description="TAI LE LETTER TA",
47566  direction="l",
47567  linebreak="sa",
47568  unicodeslot=0x1956,
47569 },
47570 [0x1957]={
47571  category="lo",
47572  description="TAI LE LETTER THA",
47573  direction="l",
47574  linebreak="sa",
47575  unicodeslot=0x1957,
47576 },
47577 [0x1958]={
47578  category="lo",
47579  description="TAI LE LETTER LA",
47580  direction="l",
47581  linebreak="sa",
47582  unicodeslot=0x1958,
47583 },
47584 [0x1959]={
47585  category="lo",
47586  description="TAI LE LETTER PA",
47587  direction="l",
47588  linebreak="sa",
47589  unicodeslot=0x1959,
47590 },
47591 [0x195A]={
47592  category="lo",
47593  description="TAI LE LETTER PHA",
47594  direction="l",
47595  linebreak="sa",
47596  unicodeslot=0x195A,
47597 },
47598 [0x195B]={
47599  category="lo",
47600  description="TAI LE LETTER MA",
47601  direction="l",
47602  linebreak="sa",
47603  unicodeslot=0x195B,
47604 },
47605 [0x195C]={
47606  category="lo",
47607  description="TAI LE LETTER FA",
47608  direction="l",
47609  linebreak="sa",
47610  unicodeslot=0x195C,
47611 },
47612 [0x195D]={
47613  category="lo",
47614  description="TAI LE LETTER VA",
47615  direction="l",
47616  linebreak="sa",
47617  unicodeslot=0x195D,
47618 },
47619 [0x195E]={
47620  category="lo",
47621  description="TAI LE LETTER HA",
47622  direction="l",
47623  linebreak="sa",
47624  unicodeslot=0x195E,
47625 },
47626 [0x195F]={
47627  category="lo",
47628  description="TAI LE LETTER QA",
47629  direction="l",
47630  linebreak="sa",
47631  unicodeslot=0x195F,
47632 },
47633 [0x1960]={
47634  category="lo",
47635  description="TAI LE LETTER KHA",
47636  direction="l",
47637  linebreak="sa",
47638  unicodeslot=0x1960,
47639 },
47640 [0x1961]={
47641  category="lo",
47642  description="TAI LE LETTER TSHA",
47643  direction="l",
47644  linebreak="sa",
47645  unicodeslot=0x1961,
47646 },
47647 [0x1962]={
47648  category="lo",
47649  description="TAI LE LETTER NA",
47650  direction="l",
47651  linebreak="sa",
47652  unicodeslot=0x1962,
47653 },
47654 [0x1963]={
47655  category="lo",
47656  description="TAI LE LETTER A",
47657  direction="l",
47658  linebreak="sa",
47659  unicodeslot=0x1963,
47660 },
47661 [0x1964]={
47662  category="lo",
47663  description="TAI LE LETTER I",
47664  direction="l",
47665  linebreak="sa",
47666  unicodeslot=0x1964,
47667 },
47668 [0x1965]={
47669  category="lo",
47670  description="TAI LE LETTER EE",
47671  direction="l",
47672  linebreak="sa",
47673  unicodeslot=0x1965,
47674 },
47675 [0x1966]={
47676  category="lo",
47677  description="TAI LE LETTER EH",
47678  direction="l",
47679  linebreak="sa",
47680  unicodeslot=0x1966,
47681 },
47682 [0x1967]={
47683  category="lo",
47684  description="TAI LE LETTER U",
47685  direction="l",
47686  linebreak="sa",
47687  unicodeslot=0x1967,
47688 },
47689 [0x1968]={
47690  category="lo",
47691  description="TAI LE LETTER OO",
47692  direction="l",
47693  linebreak="sa",
47694  unicodeslot=0x1968,
47695 },
47696 [0x1969]={
47697  category="lo",
47698  description="TAI LE LETTER O",
47699  direction="l",
47700  linebreak="sa",
47701  unicodeslot=0x1969,
47702 },
47703 [0x196A]={
47704  category="lo",
47705  description="TAI LE LETTER UE",
47706  direction="l",
47707  linebreak="sa",
47708  unicodeslot=0x196A,
47709 },
47710 [0x196B]={
47711  category="lo",
47712  description="TAI LE LETTER E",
47713  direction="l",
47714  linebreak="sa",
47715  unicodeslot=0x196B,
47716 },
47717 [0x196C]={
47718  category="lo",
47719  description="TAI LE LETTER AUE",
47720  direction="l",
47721  linebreak="sa",
47722  unicodeslot=0x196C,
47723 },
47724 [0x196D]={
47725  category="lo",
47726  description="TAI LE LETTER AI",
47727  direction="l",
47728  linebreak="sa",
47729  unicodeslot=0x196D,
47730 },
47731 [0x1970]={
47732  category="lo",
47733  description="TAI LE LETTER TONE-0x0002",
47734  direction="l",
47735  linebreak="sa",
47736  unicodeslot=0x1970,
47737 },
47738 [0x1971]={
47739  category="lo",
47740  description="TAI LE LETTER TONE-0x0003",
47741  direction="l",
47742  linebreak="sa",
47743  unicodeslot=0x1971,
47744 },
47745 [0x1972]={
47746  category="lo",
47747  description="TAI LE LETTER TONE-0x0004",
47748  direction="l",
47749  linebreak="sa",
47750  unicodeslot=0x1972,
47751 },
47752 [0x1973]={
47753  category="lo",
47754  description="TAI LE LETTER TONE-0x0005",
47755  direction="l",
47756  linebreak="sa",
47757  unicodeslot=0x1973,
47758 },
47759 [0x1974]={
47760  category="lo",
47761  description="TAI LE LETTER TONE-0x0006",
47762  direction="l",
47763  linebreak="sa",
47764  unicodeslot=0x1974,
47765 },
47766 [0x1980]={
47767  category="lo",
47768  description="NEW TAI LUE LETTER HIGH QA",
47769  direction="l",
47770  linebreak="sa",
47771  unicodeslot=0x1980,
47772 },
47773 [0x1981]={
47774  category="lo",
47775  description="NEW TAI LUE LETTER LOW QA",
47776  direction="l",
47777  linebreak="sa",
47778  unicodeslot=0x1981,
47779 },
47780 [0x1982]={
47781  category="lo",
47782  description="NEW TAI LUE LETTER HIGH KA",
47783  direction="l",
47784  linebreak="sa",
47785  unicodeslot=0x1982,
47786 },
47787 [0x1983]={
47788  category="lo",
47789  description="NEW TAI LUE LETTER HIGH XA",
47790  direction="l",
47791  linebreak="sa",
47792  unicodeslot=0x1983,
47793 },
47794 [0x1984]={
47795  category="lo",
47796  description="NEW TAI LUE LETTER HIGH NGA",
47797  direction="l",
47798  linebreak="sa",
47799  unicodeslot=0x1984,
47800 },
47801 [0x1985]={
47802  category="lo",
47803  description="NEW TAI LUE LETTER LOW KA",
47804  direction="l",
47805  linebreak="sa",
47806  unicodeslot=0x1985,
47807 },
47808 [0x1986]={
47809  category="lo",
47810  description="NEW TAI LUE LETTER LOW XA",
47811  direction="l",
47812  linebreak="sa",
47813  unicodeslot=0x1986,
47814 },
47815 [0x1987]={
47816  category="lo",
47817  description="NEW TAI LUE LETTER LOW NGA",
47818  direction="l",
47819  linebreak="sa",
47820  unicodeslot=0x1987,
47821 },
47822 [0x1988]={
47823  category="lo",
47824  description="NEW TAI LUE LETTER HIGH TSA",
47825  direction="l",
47826  linebreak="sa",
47827  unicodeslot=0x1988,
47828 },
47829 [0x1989]={
47830  category="lo",
47831  description="NEW TAI LUE LETTER HIGH SA",
47832  direction="l",
47833  linebreak="sa",
47834  unicodeslot=0x1989,
47835 },
47836 [0x198A]={
47837  category="lo",
47838  description="NEW TAI LUE LETTER HIGH YA",
47839  direction="l",
47840  linebreak="sa",
47841  unicodeslot=0x198A,
47842 },
47843 [0x198B]={
47844  category="lo",
47845  description="NEW TAI LUE LETTER LOW TSA",
47846  direction="l",
47847  linebreak="sa",
47848  unicodeslot=0x198B,
47849 },
47850 [0x198C]={
47851  category="lo",
47852  description="NEW TAI LUE LETTER LOW SA",
47853  direction="l",
47854  linebreak="sa",
47855  unicodeslot=0x198C,
47856 },
47857 [0x198D]={
47858  category="lo",
47859  description="NEW TAI LUE LETTER LOW YA",
47860  direction="l",
47861  linebreak="sa",
47862  unicodeslot=0x198D,
47863 },
47864 [0x198E]={
47865  category="lo",
47866  description="NEW TAI LUE LETTER HIGH TA",
47867  direction="l",
47868  linebreak="sa",
47869  unicodeslot=0x198E,
47870 },
47871 [0x198F]={
47872  category="lo",
47873  description="NEW TAI LUE LETTER HIGH THA",
47874  direction="l",
47875  linebreak="sa",
47876  unicodeslot=0x198F,
47877 },
47878 [0x1990]={
47879  category="lo",
47880  description="NEW TAI LUE LETTER HIGH NA",
47881  direction="l",
47882  linebreak="sa",
47883  unicodeslot=0x1990,
47884 },
47885 [0x1991]={
47886  category="lo",
47887  description="NEW TAI LUE LETTER LOW TA",
47888  direction="l",
47889  linebreak="sa",
47890  unicodeslot=0x1991,
47891 },
47892 [0x1992]={
47893  category="lo",
47894  description="NEW TAI LUE LETTER LOW THA",
47895  direction="l",
47896  linebreak="sa",
47897  unicodeslot=0x1992,
47898 },
47899 [0x1993]={
47900  category="lo",
47901  description="NEW TAI LUE LETTER LOW NA",
47902  direction="l",
47903  linebreak="sa",
47904  unicodeslot=0x1993,
47905 },
47906 [0x1994]={
47907  category="lo",
47908  description="NEW TAI LUE LETTER HIGH PA",
47909  direction="l",
47910  linebreak="sa",
47911  unicodeslot=0x1994,
47912 },
47913 [0x1995]={
47914  category="lo",
47915  description="NEW TAI LUE LETTER HIGH PHA",
47916  direction="l",
47917  linebreak="sa",
47918  unicodeslot=0x1995,
47919 },
47920 [0x1996]={
47921  category="lo",
47922  description="NEW TAI LUE LETTER HIGH MA",
47923  direction="l",
47924  linebreak="sa",
47925  unicodeslot=0x1996,
47926 },
47927 [0x1997]={
47928  category="lo",
47929  description="NEW TAI LUE LETTER LOW PA",
47930  direction="l",
47931  linebreak="sa",
47932  unicodeslot=0x1997,
47933 },
47934 [0x1998]={
47935  category="lo",
47936  description="NEW TAI LUE LETTER LOW PHA",
47937  direction="l",
47938  linebreak="sa",
47939  unicodeslot=0x1998,
47940 },
47941 [0x1999]={
47942  category="lo",
47943  description="NEW TAI LUE LETTER LOW MA",
47944  direction="l",
47945  linebreak="sa",
47946  unicodeslot=0x1999,
47947 },
47948 [0x199A]={
47949  category="lo",
47950  description="NEW TAI LUE LETTER HIGH FA",
47951  direction="l",
47952  linebreak="sa",
47953  unicodeslot=0x199A,
47954 },
47955 [0x199B]={
47956  category="lo",
47957  description="NEW TAI LUE LETTER HIGH VA",
47958  direction="l",
47959  linebreak="sa",
47960  unicodeslot=0x199B,
47961 },
47962 [0x199C]={
47963  category="lo",
47964  description="NEW TAI LUE LETTER HIGH LA",
47965  direction="l",
47966  linebreak="sa",
47967  unicodeslot=0x199C,
47968 },
47969 [0x199D]={
47970  category="lo",
47971  description="NEW TAI LUE LETTER LOW FA",
47972  direction="l",
47973  linebreak="sa",
47974  unicodeslot=0x199D,
47975 },
47976 [0x199E]={
47977  category="lo",
47978  description="NEW TAI LUE LETTER LOW VA",
47979  direction="l",
47980  linebreak="sa",
47981  unicodeslot=0x199E,
47982 },
47983 [0x199F]={
47984  category="lo",
47985  description="NEW TAI LUE LETTER LOW LA",
47986  direction="l",
47987  linebreak="sa",
47988  unicodeslot=0x199F,
47989 },
47990 [0x19A0]={
47991  category="lo",
47992  description="NEW TAI LUE LETTER HIGH HA",
47993  direction="l",
47994  linebreak="sa",
47995  unicodeslot=0x19A0,
47996 },
47997 [0x19A1]={
47998  category="lo",
47999  description="NEW TAI LUE LETTER HIGH DA",
48000  direction="l",
48001  linebreak="sa",
48002  unicodeslot=0x19A1,
48003 },
48004 [0x19A2]={
48005  category="lo",
48006  description="NEW TAI LUE LETTER HIGH BA",
48007  direction="l",
48008  linebreak="sa",
48009  unicodeslot=0x19A2,
48010 },
48011 [0x19A3]={
48012  category="lo",
48013  description="NEW TAI LUE LETTER LOW HA",
48014  direction="l",
48015  linebreak="sa",
48016  unicodeslot=0x19A3,
48017 },
48018 [0x19A4]={
48019  category="lo",
48020  description="NEW TAI LUE LETTER LOW DA",
48021  direction="l",
48022  linebreak="sa",
48023  unicodeslot=0x19A4,
48024 },
48025 [0x19A5]={
48026  category="lo",
48027  description="NEW TAI LUE LETTER LOW BA",
48028  direction="l",
48029  linebreak="sa",
48030  unicodeslot=0x19A5,
48031 },
48032 [0x19A6]={
48033  category="lo",
48034  description="NEW TAI LUE LETTER HIGH KVA",
48035  direction="l",
48036  linebreak="sa",
48037  unicodeslot=0x19A6,
48038 },
48039 [0x19A7]={
48040  category="lo",
48041  description="NEW TAI LUE LETTER HIGH XVA",
48042  direction="l",
48043  linebreak="sa",
48044  unicodeslot=0x19A7,
48045 },
48046 [0x19A8]={
48047  category="lo",
48048  description="NEW TAI LUE LETTER LOW KVA",
48049  direction="l",
48050  linebreak="sa",
48051  unicodeslot=0x19A8,
48052 },
48053 [0x19A9]={
48054  category="lo",
48055  description="NEW TAI LUE LETTER LOW XVA",
48056  direction="l",
48057  linebreak="sa",
48058  unicodeslot=0x19A9,
48059 },
48060 [0x19AA]={
48061  category="lo",
48062  description="NEW TAI LUE LETTER HIGH SUA",
48063  direction="l",
48064  linebreak="sa",
48065  unicodeslot=0x19AA,
48066 },
48067 [0x19AB]={
48068  category="lo",
48069  description="NEW TAI LUE LETTER LOW SUA",
48070  direction="l",
48071  linebreak="sa",
48072  unicodeslot=0x19AB,
48073 },
48074 [0x19B0]={
48075  category="mc",
48076  description="NEW TAI LUE VOWEL SIGN VOWEL SHORTENER",
48077  direction="l",
48078  linebreak="sa",
48079  unicodeslot=0x19B0,
48080 },
48081 [0x19B1]={
48082  category="mc",
48083  description="NEW TAI LUE VOWEL SIGN AA",
48084  direction="l",
48085  linebreak="sa",
48086  unicodeslot=0x19B1,
48087 },
48088 [0x19B2]={
48089  category="mc",
48090  description="NEW TAI LUE VOWEL SIGN II",
48091  direction="l",
48092  linebreak="sa",
48093  unicodeslot=0x19B2,
48094 },
48095 [0x19B3]={
48096  category="mc",
48097  description="NEW TAI LUE VOWEL SIGN U",
48098  direction="l",
48099  linebreak="sa",
48100  unicodeslot=0x19B3,
48101 },
48102 [0x19B4]={
48103  category="mc",
48104  description="NEW TAI LUE VOWEL SIGN UU",
48105  direction="l",
48106  linebreak="sa",
48107  unicodeslot=0x19B4,
48108 },
48109 [0x19B5]={
48110  category="mc",
48111  description="NEW TAI LUE VOWEL SIGN E",
48112  direction="l",
48113  linebreak="sa",
48114  unicodeslot=0x19B5,
48115 },
48116 [0x19B6]={
48117  category="mc",
48118  description="NEW TAI LUE VOWEL SIGN AE",
48119  direction="l",
48120  linebreak="sa",
48121  unicodeslot=0x19B6,
48122 },
48123 [0x19B7]={
48124  category="mc",
48125  description="NEW TAI LUE VOWEL SIGN O",
48126  direction="l",
48127  linebreak="sa",
48128  unicodeslot=0x19B7,
48129 },
48130 [0x19B8]={
48131  category="mc",
48132  description="NEW TAI LUE VOWEL SIGN OA",
48133  direction="l",
48134  linebreak="sa",
48135  unicodeslot=0x19B8,
48136 },
48137 [0x19B9]={
48138  category="mc",
48139  description="NEW TAI LUE VOWEL SIGN UE",
48140  direction="l",
48141  linebreak="sa",
48142  unicodeslot=0x19B9,
48143 },
48144 [0x19BA]={
48145  category="mc",
48146  description="NEW TAI LUE VOWEL SIGN AY",
48147  direction="l",
48148  linebreak="sa",
48149  unicodeslot=0x19BA,
48150 },
48151 [0x19BB]={
48152  category="mc",
48153  description="NEW TAI LUE VOWEL SIGN AAY",
48154  direction="l",
48155  linebreak="sa",
48156  unicodeslot=0x19BB,
48157 },
48158 [0x19BC]={
48159  category="mc",
48160  description="NEW TAI LUE VOWEL SIGN UY",
48161  direction="l",
48162  linebreak="sa",
48163  unicodeslot=0x19BC,
48164 },
48165 [0x19BD]={
48166  category="mc",
48167  description="NEW TAI LUE VOWEL SIGN OY",
48168  direction="l",
48169  linebreak="sa",
48170  unicodeslot=0x19BD,
48171 },
48172 [0x19BE]={
48173  category="mc",
48174  description="NEW TAI LUE VOWEL SIGN OAY",
48175  direction="l",
48176  linebreak="sa",
48177  unicodeslot=0x19BE,
48178 },
48179 [0x19BF]={
48180  category="mc",
48181  description="NEW TAI LUE VOWEL SIGN UEY",
48182  direction="l",
48183  linebreak="sa",
48184  unicodeslot=0x19BF,
48185 },
48186 [0x19C0]={
48187  category="mc",
48188  description="NEW TAI LUE VOWEL SIGN IY",
48189  direction="l",
48190  linebreak="sa",
48191  unicodeslot=0x19C0,
48192 },
48193 [0x19C1]={
48194  category="lo",
48195  description="NEW TAI LUE LETTER FINAL V",
48196  direction="l",
48197  linebreak="sa",
48198  unicodeslot=0x19C1,
48199 },
48200 [0x19C2]={
48201  category="lo",
48202  description="NEW TAI LUE LETTER FINAL NG",
48203  direction="l",
48204  linebreak="sa",
48205  unicodeslot=0x19C2,
48206 },
48207 [0x19C3]={
48208  category="lo",
48209  description="NEW TAI LUE LETTER FINAL N",
48210  direction="l",
48211  linebreak="sa",
48212  unicodeslot=0x19C3,
48213 },
48214 [0x19C4]={
48215  category="lo",
48216  description="NEW TAI LUE LETTER FINAL M",
48217  direction="l",
48218  linebreak="sa",
48219  unicodeslot=0x19C4,
48220 },
48221 [0x19C5]={
48222  category="lo",
48223  description="NEW TAI LUE LETTER FINAL K",
48224  direction="l",
48225  linebreak="sa",
48226  unicodeslot=0x19C5,
48227 },
48228 [0x19C6]={
48229  category="lo",
48230  description="NEW TAI LUE LETTER FINAL D",
48231  direction="l",
48232  linebreak="sa",
48233  unicodeslot=0x19C6,
48234 },
48235 [0x19C7]={
48236  category="lo",
48237  description="NEW TAI LUE LETTER FINAL B",
48238  direction="l",
48239  linebreak="sa",
48240  unicodeslot=0x19C7,
48241 },
48242 [0x19C8]={
48243  category="mc",
48244  description="NEW TAI LUE TONE MARK-0x0001",
48245  direction="l",
48246  linebreak="sa",
48247  unicodeslot=0x19C8,
48248 },
48249 [0x19C9]={
48250  category="mc",
48251  description="NEW TAI LUE TONE MARK-0x0002",
48252  direction="l",
48253  linebreak="sa",
48254  unicodeslot=0x19C9,
48255 },
48256 [0x19D0]={
48257  category="nd",
48258  description="NEW TAI LUE DIGIT ZERO",
48259  direction="l",
48260  linebreak="nu",
48261  unicodeslot=0x19D0,
48262 },
48263 [0x19D1]={
48264  category="nd",
48265  description="NEW TAI LUE DIGIT ONE",
48266  direction="l",
48267  linebreak="nu",
48268  unicodeslot=0x19D1,
48269 },
48270 [0x19D2]={
48271  category="nd",
48272  description="NEW TAI LUE DIGIT TWO",
48273  direction="l",
48274  linebreak="nu",
48275  unicodeslot=0x19D2,
48276 },
48277 [0x19D3]={
48278  category="nd",
48279  description="NEW TAI LUE DIGIT THREE",
48280  direction="l",
48281  linebreak="nu",
48282  unicodeslot=0x19D3,
48283 },
48284 [0x19D4]={
48285  category="nd",
48286  description="NEW TAI LUE DIGIT FOUR",
48287  direction="l",
48288  linebreak="nu",
48289  unicodeslot=0x19D4,
48290 },
48291 [0x19D5]={
48292  category="nd",
48293  description="NEW TAI LUE DIGIT FIVE",
48294  direction="l",
48295  linebreak="nu",
48296  unicodeslot=0x19D5,
48297 },
48298 [0x19D6]={
48299  category="nd",
48300  description="NEW TAI LUE DIGIT SIX",
48301  direction="l",
48302  linebreak="nu",
48303  unicodeslot=0x19D6,
48304 },
48305 [0x19D7]={
48306  category="nd",
48307  description="NEW TAI LUE DIGIT SEVEN",
48308  direction="l",
48309  linebreak="nu",
48310  unicodeslot=0x19D7,
48311 },
48312 [0x19D8]={
48313  category="nd",
48314  description="NEW TAI LUE DIGIT EIGHT",
48315  direction="l",
48316  linebreak="nu",
48317  unicodeslot=0x19D8,
48318 },
48319 [0x19D9]={
48320  category="nd",
48321  description="NEW TAI LUE DIGIT NINE",
48322  direction="l",
48323  linebreak="nu",
48324  unicodeslot=0x19D9,
48325 },
48326 [0x19DA]={
48327  category="no",
48328  description="NEW TAI LUE THAM DIGIT ONE",
48329  direction="l",
48330  linebreak="nu",
48331  unicodeslot=0x19DA,
48332 },
48333 [0x19DE]={
48334  category="po",
48335  description="NEW TAI LUE SIGN LAE",
48336  direction="on",
48337  linebreak="sa",
48338  unicodeslot=0x19DE,
48339 },
48340 [0x19DF]={
48341  category="po",
48342  description="NEW TAI LUE SIGN LAEV",
48343  direction="on",
48344  linebreak="sa",
48345  unicodeslot=0x19DF,
48346 },
48347 [0x19E0]={
48348  category="so",
48349  description="KHMER SYMBOL PATHAMASAT",
48350  direction="on",
48351  linebreak="al",
48352  unicodeslot=0x19E0,
48353 },
48354 [0x19E1]={
48355  category="so",
48356  description="KHMER SYMBOL MUOY KOET",
48357  direction="on",
48358  linebreak="al",
48359  unicodeslot=0x19E1,
48360 },
48361 [0x19E2]={
48362  category="so",
48363  description="KHMER SYMBOL PII KOET",
48364  direction="on",
48365  linebreak="al",
48366  unicodeslot=0x19E2,
48367 },
48368 [0x19E3]={
48369  category="so",
48370  description="KHMER SYMBOL BEI KOET",
48371  direction="on",
48372  linebreak="al",
48373  unicodeslot=0x19E3,
48374 },
48375 [0x19E4]={
48376  category="so",
48377  description="KHMER SYMBOL BUON KOET",
48378  direction="on",
48379  linebreak="al",
48380  unicodeslot=0x19E4,
48381 },
48382 [0x19E5]={
48383  category="so",
48384  description="KHMER SYMBOL PRAM KOET",
48385  direction="on",
48386  linebreak="al",
48387  unicodeslot=0x19E5,
48388 },
48389 [0x19E6]={
48390  category="so",
48391  description="KHMER SYMBOL PRAM-MUOY KOET",
48392  direction="on",
48393  linebreak="al",
48394  unicodeslot=0x19E6,
48395 },
48396 [0x19E7]={
48397  category="so",
48398  description="KHMER SYMBOL PRAM-PII KOET",
48399  direction="on",
48400  linebreak="al",
48401  unicodeslot=0x19E7,
48402 },
48403 [0x19E8]={
48404  category="so",
48405  description="KHMER SYMBOL PRAM-BEI KOET",
48406  direction="on",
48407  linebreak="al",
48408  unicodeslot=0x19E8,
48409 },
48410 [0x19E9]={
48411  category="so",
48412  description="KHMER SYMBOL PRAM-BUON KOET",
48413  direction="on",
48414  linebreak="al",
48415  unicodeslot=0x19E9,
48416 },
48417 [0x19EA]={
48418  category="so",
48419  description="KHMER SYMBOL DAP KOET",
48420  direction="on",
48421  linebreak="al",
48422  unicodeslot=0x19EA,
48423 },
48424 [0x19EB]={
48425  category="so",
48426  description="KHMER SYMBOL DAP-MUOY KOET",
48427  direction="on",
48428  linebreak="al",
48429  unicodeslot=0x19EB,
48430 },
48431 [0x19EC]={
48432  category="so",
48433  description="KHMER SYMBOL DAP-PII KOET",
48434  direction="on",
48435  linebreak="al",
48436  unicodeslot=0x19EC,
48437 },
48438 [0x19ED]={
48439  category="so",
48440  description="KHMER SYMBOL DAP-BEI KOET",
48441  direction="on",
48442  linebreak="al",
48443  unicodeslot=0x19ED,
48444 },
48445 [0x19EE]={
48446  category="so",
48447  description="KHMER SYMBOL DAP-BUON KOET",
48448  direction="on",
48449  linebreak="al",
48450  unicodeslot=0x19EE,
48451 },
48452 [0x19EF]={
48453  category="so",
48454  description="KHMER SYMBOL DAP-PRAM KOET",
48455  direction="on",
48456  linebreak="al",
48457  unicodeslot=0x19EF,
48458 },
48459 [0x19F0]={
48460  category="so",
48461  description="KHMER SYMBOL TUTEYASAT",
48462  direction="on",
48463  linebreak="al",
48464  unicodeslot=0x19F0,
48465 },
48466 [0x19F1]={
48467  category="so",
48468  description="KHMER SYMBOL MUOY ROC",
48469  direction="on",
48470  linebreak="al",
48471  unicodeslot=0x19F1,
48472 },
48473 [0x19F2]={
48474  category="so",
48475  description="KHMER SYMBOL PII ROC",
48476  direction="on",
48477  linebreak="al",
48478  unicodeslot=0x19F2,
48479 },
48480 [0x19F3]={
48481  category="so",
48482  description="KHMER SYMBOL BEI ROC",
48483  direction="on",
48484  linebreak="al",
48485  unicodeslot=0x19F3,
48486 },
48487 [0x19F4]={
48488  category="so",
48489  description="KHMER SYMBOL BUON ROC",
48490  direction="on",
48491  linebreak="al",
48492  unicodeslot=0x19F4,
48493 },
48494 [0x19F5]={
48495  category="so",
48496  description="KHMER SYMBOL PRAM ROC",
48497  direction="on",
48498  linebreak="al",
48499  unicodeslot=0x19F5,
48500 },
48501 [0x19F6]={
48502  category="so",
48503  description="KHMER SYMBOL PRAM-MUOY ROC",
48504  direction="on",
48505  linebreak="al",
48506  unicodeslot=0x19F6,
48507 },
48508 [0x19F7]={
48509  category="so",
48510  description="KHMER SYMBOL PRAM-PII ROC",
48511  direction="on",
48512  linebreak="al",
48513  unicodeslot=0x19F7,
48514 },
48515 [0x19F8]={
48516  category="so",
48517  description="KHMER SYMBOL PRAM-BEI ROC",
48518  direction="on",
48519  linebreak="al",
48520  unicodeslot=0x19F8,
48521 },
48522 [0x19F9]={
48523  category="so",
48524  description="KHMER SYMBOL PRAM-BUON ROC",
48525  direction="on",
48526  linebreak="al",
48527  unicodeslot=0x19F9,
48528 },
48529 [0x19FA]={
48530  category="so",
48531  description="KHMER SYMBOL DAP ROC",
48532  direction="on",
48533  linebreak="al",
48534  unicodeslot=0x19FA,
48535 },
48536 [0x19FB]={
48537  category="so",
48538  description="KHMER SYMBOL DAP-MUOY ROC",
48539  direction="on",
48540  linebreak="al",
48541  unicodeslot=0x19FB,
48542 },
48543 [0x19FC]={
48544  category="so",
48545  description="KHMER SYMBOL DAP-PII ROC",
48546  direction="on",
48547  linebreak="al",
48548  unicodeslot=0x19FC,
48549 },
48550 [0x19FD]={
48551  category="so",
48552  description="KHMER SYMBOL DAP-BEI ROC",
48553  direction="on",
48554  linebreak="al",
48555  unicodeslot=0x19FD,
48556 },
48557 [0x19FE]={
48558  category="so",
48559  description="KHMER SYMBOL DAP-BUON ROC",
48560  direction="on",
48561  linebreak="al",
48562  unicodeslot=0x19FE,
48563 },
48564 [0x19FF]={
48565  category="so",
48566  description="KHMER SYMBOL DAP-PRAM ROC",
48567  direction="on",
48568  linebreak="al",
48569  unicodeslot=0x19FF,
48570 },
48571 [0x1A00]={
48572  category="lo",
48573  description="BUGINESE LETTER KA",
48574  direction="l",
48575  linebreak="al",
48576  unicodeslot=0x1A00,
48577 },
48578 [0x1A01]={
48579  category="lo",
48580  description="BUGINESE LETTER GA",
48581  direction="l",
48582  linebreak="al",
48583  unicodeslot=0x1A01,
48584 },
48585 [0x1A02]={
48586  category="lo",
48587  description="BUGINESE LETTER NGA",
48588  direction="l",
48589  linebreak="al",
48590  unicodeslot=0x1A02,
48591 },
48592 [0x1A03]={
48593  category="lo",
48594  description="BUGINESE LETTER NGKA",
48595  direction="l",
48596  linebreak="al",
48597  unicodeslot=0x1A03,
48598 },
48599 [0x1A04]={
48600  category="lo",
48601  description="BUGINESE LETTER PA",
48602  direction="l",
48603  linebreak="al",
48604  unicodeslot=0x1A04,
48605 },
48606 [0x1A05]={
48607  category="lo",
48608  description="BUGINESE LETTER BA",
48609  direction="l",
48610  linebreak="al",
48611  unicodeslot=0x1A05,
48612 },
48613 [0x1A06]={
48614  category="lo",
48615  description="BUGINESE LETTER MA",
48616  direction="l",
48617  linebreak="al",
48618  unicodeslot=0x1A06,
48619 },
48620 [0x1A07]={
48621  category="lo",
48622  description="BUGINESE LETTER MPA",
48623  direction="l",
48624  linebreak="al",
48625  unicodeslot=0x1A07,
48626 },
48627 [0x1A08]={
48628  category="lo",
48629  description="BUGINESE LETTER TA",
48630  direction="l",
48631  linebreak="al",
48632  unicodeslot=0x1A08,
48633 },
48634 [0x1A09]={
48635  category="lo",
48636  description="BUGINESE LETTER DA",
48637  direction="l",
48638  linebreak="al",
48639  unicodeslot=0x1A09,
48640 },
48641 [0x1A0A]={
48642  category="lo",
48643  description="BUGINESE LETTER NA",
48644  direction="l",
48645  linebreak="al",
48646  unicodeslot=0x1A0A,
48647 },
48648 [0x1A0B]={
48649  category="lo",
48650  description="BUGINESE LETTER NRA",
48651  direction="l",
48652  linebreak="al",
48653  unicodeslot=0x1A0B,
48654 },
48655 [0x1A0C]={
48656  category="lo",
48657  description="BUGINESE LETTER CA",
48658  direction="l",
48659  linebreak="al",
48660  unicodeslot=0x1A0C,
48661 },
48662 [0x1A0D]={
48663  category="lo",
48664  description="BUGINESE LETTER JA",
48665  direction="l",
48666  linebreak="al",
48667  unicodeslot=0x1A0D,
48668 },
48669 [0x1A0E]={
48670  category="lo",
48671  description="BUGINESE LETTER NYA",
48672  direction="l",
48673  linebreak="al",
48674  unicodeslot=0x1A0E,
48675 },
48676 [0x1A0F]={
48677  category="lo",
48678  description="BUGINESE LETTER NYCA",
48679  direction="l",
48680  linebreak="al",
48681  unicodeslot=0x1A0F,
48682 },
48683 [0x1A10]={
48684  category="lo",
48685  description="BUGINESE LETTER YA",
48686  direction="l",
48687  linebreak="al",
48688  unicodeslot=0x1A10,
48689 },
48690 [0x1A11]={
48691  category="lo",
48692  description="BUGINESE LETTER RA",
48693  direction="l",
48694  linebreak="al",
48695  unicodeslot=0x1A11,
48696 },
48697 [0x1A12]={
48698  category="lo",
48699  description="BUGINESE LETTER LA",
48700  direction="l",
48701  linebreak="al",
48702  unicodeslot=0x1A12,
48703 },
48704 [0x1A13]={
48705  category="lo",
48706  description="BUGINESE LETTER VA",
48707  direction="l",
48708  linebreak="al",
48709  unicodeslot=0x1A13,
48710 },
48711 [0x1A14]={
48712  category="lo",
48713  description="BUGINESE LETTER SA",
48714  direction="l",
48715  linebreak="al",
48716  unicodeslot=0x1A14,
48717 },
48718 [0x1A15]={
48719  category="lo",
48720  description="BUGINESE LETTER A",
48721  direction="l",
48722  linebreak="al",
48723  unicodeslot=0x1A15,
48724 },
48725 [0x1A16]={
48726  category="lo",
48727  description="BUGINESE LETTER HA",
48728  direction="l",
48729  linebreak="al",
48730  unicodeslot=0x1A16,
48731 },
48732 [0x1A17]={
48733  category="mn",
48734  combining=0xE6,
48735  description="BUGINESE VOWEL SIGN I",
48736  direction="nsm",
48737  linebreak="cm",
48738  unicodeslot=0x1A17,
48739 },
48740 [0x1A18]={
48741  category="mn",
48742  combining=0xDC,
48743  description="BUGINESE VOWEL SIGN U",
48744  direction="nsm",
48745  linebreak="cm",
48746  unicodeslot=0x1A18,
48747 },
48748 [0x1A19]={
48749  category="mc",
48750  description="BUGINESE VOWEL SIGN E",
48751  direction="l",
48752  linebreak="cm",
48753  unicodeslot=0x1A19,
48754 },
48755 [0x1A1A]={
48756  category="mc",
48757  description="BUGINESE VOWEL SIGN O",
48758  direction="l",
48759  linebreak="cm",
48760  unicodeslot=0x1A1A,
48761 },
48762 [0x1A1B]={
48763  category="mc",
48764  description="BUGINESE VOWEL SIGN AE",
48765  direction="nsm",
48766  linebreak="cm",
48767  unicodeslot=0x1A1B,
48768 },
48769 [0x1A1E]={
48770  category="po",
48771  description="BUGINESE PALLAWA",
48772  direction="l",
48773  linebreak="al",
48774  unicodeslot=0x1A1E,
48775 },
48776 [0x1A1F]={
48777  category="po",
48778  description="BUGINESE END OF SECTION",
48779  direction="l",
48780  linebreak="al",
48781  unicodeslot=0x1A1F,
48782 },
48783 [0x1A20]={
48784  category="lo",
48785  description="TAI THAM LETTER HIGH KA",
48786  direction="l",
48787  linebreak="sa",
48788  unicodeslot=0x1A20,
48789 },
48790 [0x1A21]={
48791  category="lo",
48792  description="TAI THAM LETTER HIGH KHA",
48793  direction="l",
48794  linebreak="sa",
48795  unicodeslot=0x1A21,
48796 },
48797 [0x1A22]={
48798  category="lo",
48799  description="TAI THAM LETTER HIGH KXA",
48800  direction="l",
48801  linebreak="sa",
48802  unicodeslot=0x1A22,
48803 },
48804 [0x1A23]={
48805  category="lo",
48806  description="TAI THAM LETTER LOW KA",
48807  direction="l",
48808  linebreak="sa",
48809  unicodeslot=0x1A23,
48810 },
48811 [0x1A24]={
48812  category="lo",
48813  description="TAI THAM LETTER LOW KXA",
48814  direction="l",
48815  linebreak="sa",
48816  unicodeslot=0x1A24,
48817 },
48818 [0x1A25]={
48819  category="lo",
48820  description="TAI THAM LETTER LOW KHA",
48821  direction="l",
48822  linebreak="sa",
48823  unicodeslot=0x1A25,
48824 },
48825 [0x1A26]={
48826  category="lo",
48827  description="TAI THAM LETTER NGA",
48828  direction="l",
48829  linebreak="sa",
48830  unicodeslot=0x1A26,
48831 },
48832 [0x1A27]={
48833  category="lo",
48834  description="TAI THAM LETTER HIGH CA",
48835  direction="l",
48836  linebreak="sa",
48837  unicodeslot=0x1A27,
48838 },
48839 [0x1A28]={
48840  category="lo",
48841  description="TAI THAM LETTER HIGH CHA",
48842  direction="l",
48843  linebreak="sa",
48844  unicodeslot=0x1A28,
48845 },
48846 [0x1A29]={
48847  category="lo",
48848  description="TAI THAM LETTER LOW CA",
48849  direction="l",
48850  linebreak="sa",
48851  unicodeslot=0x1A29,
48852 },
48853 [0x1A2A]={
48854  category="lo",
48855  description="TAI THAM LETTER LOW SA",
48856  direction="l",
48857  linebreak="sa",
48858  unicodeslot=0x1A2A,
48859 },
48860 [0x1A2B]={
48861  category="lo",
48862  description="TAI THAM LETTER LOW CHA",
48863  direction="l",
48864  linebreak="sa",
48865  unicodeslot=0x1A2B,
48866 },
48867 [0x1A2C]={
48868  category="lo",
48869  description="TAI THAM LETTER NYA",
48870  direction="l",
48871  linebreak="sa",
48872  unicodeslot=0x1A2C,
48873 },
48874 [0x1A2D]={
48875  category="lo",
48876  description="TAI THAM LETTER RATA",
48877  direction="l",
48878  linebreak="sa",
48879  unicodeslot=0x1A2D,
48880 },
48881 [0x1A2E]={
48882  category="lo",
48883  description="TAI THAM LETTER HIGH RATHA",
48884  direction="l",
48885  linebreak="sa",
48886  unicodeslot=0x1A2E,
48887 },
48888 [0x1A2F]={
48889  category="lo",
48890  description="TAI THAM LETTER DA",
48891  direction="l",
48892  linebreak="sa",
48893  unicodeslot=0x1A2F,
48894 },
48895 [0x1A30]={
48896  category="lo",
48897  description="TAI THAM LETTER LOW RATHA",
48898  direction="l",
48899  linebreak="sa",
48900  unicodeslot=0x1A30,
48901 },
48902 [0x1A31]={
48903  category="lo",
48904  description="TAI THAM LETTER RANA",
48905  direction="l",
48906  linebreak="sa",
48907  unicodeslot=0x1A31,
48908 },
48909 [0x1A32]={
48910  category="lo",
48911  description="TAI THAM LETTER HIGH TA",
48912  direction="l",
48913  linebreak="sa",
48914  unicodeslot=0x1A32,
48915 },
48916 [0x1A33]={
48917  category="lo",
48918  description="TAI THAM LETTER HIGH THA",
48919  direction="l",
48920  linebreak="sa",
48921  unicodeslot=0x1A33,
48922 },
48923 [0x1A34]={
48924  category="lo",
48925  description="TAI THAM LETTER LOW TA",
48926  direction="l",
48927  linebreak="sa",
48928  unicodeslot=0x1A34,
48929 },
48930 [0x1A35]={
48931  category="lo",
48932  description="TAI THAM LETTER LOW THA",
48933  direction="l",
48934  linebreak="sa",
48935  unicodeslot=0x1A35,
48936 },
48937 [0x1A36]={
48938  category="lo",
48939  description="TAI THAM LETTER NA",
48940  direction="l",
48941  linebreak="sa",
48942  unicodeslot=0x1A36,
48943 },
48944 [0x1A37]={
48945  category="lo",
48946  description="TAI THAM LETTER BA",
48947  direction="l",
48948  linebreak="sa",
48949  unicodeslot=0x1A37,
48950 },
48951 [0x1A38]={
48952  category="lo",
48953  description="TAI THAM LETTER HIGH PA",
48954  direction="l",
48955  linebreak="sa",
48956  unicodeslot=0x1A38,
48957 },
48958 [0x1A39]={
48959  category="lo",
48960  description="TAI THAM LETTER HIGH PHA",
48961  direction="l",
48962  linebreak="sa",
48963  unicodeslot=0x1A39,
48964 },
48965 [0x1A3A]={
48966  category="lo",
48967  description="TAI THAM LETTER HIGH FA",
48968  direction="l",
48969  linebreak="sa",
48970  unicodeslot=0x1A3A,
48971 },
48972 [0x1A3B]={
48973  category="lo",
48974  description="TAI THAM LETTER LOW PA",
48975  direction="l",
48976  linebreak="sa",
48977  unicodeslot=0x1A3B,
48978 },
48979 [0x1A3C]={
48980  category="lo",
48981  description="TAI THAM LETTER LOW FA",
48982  direction="l",
48983  linebreak="sa",
48984  unicodeslot=0x1A3C,
48985 },
48986 [0x1A3D]={
48987  category="lo",
48988  description="TAI THAM LETTER LOW PHA",
48989  direction="l",
48990  linebreak="sa",
48991  unicodeslot=0x1A3D,
48992 },
48993 [0x1A3E]={
48994  category="lo",
48995  description="TAI THAM LETTER MA",
48996  direction="l",
48997  linebreak="sa",
48998  unicodeslot=0x1A3E,
48999 },
49000 [0x1A3F]={
49001  category="lo",
49002  description="TAI THAM LETTER LOW YA",
49003  direction="l",
49004  linebreak="sa",
49005  unicodeslot=0x1A3F,
49006 },
49007 [0x1A40]={
49008  category="lo",
49009  description="TAI THAM LETTER HIGH YA",
49010  direction="l",
49011  linebreak="sa",
49012  unicodeslot=0x1A40,
49013 },
49014 [0x1A41]={
49015  category="lo",
49016  description="TAI THAM LETTER RA",
49017  direction="l",
49018  linebreak="sa",
49019  unicodeslot=0x1A41,
49020 },
49021 [0x1A42]={
49022  category="lo",
49023  description="TAI THAM LETTER RUE",
49024  direction="l",
49025  linebreak="sa",
49026  unicodeslot=0x1A42,
49027 },
49028 [0x1A43]={
49029  category="lo",
49030  description="TAI THAM LETTER LA",
49031  direction="l",
49032  linebreak="sa",
49033  unicodeslot=0x1A43,
49034 },
49035 [0x1A44]={
49036  category="lo",
49037  description="TAI THAM LETTER LUE",
49038  direction="l",
49039  linebreak="sa",
49040  unicodeslot=0x1A44,
49041 },
49042 [0x1A45]={
49043  category="lo",
49044  description="TAI THAM LETTER WA",
49045  direction="l",
49046  linebreak="sa",
49047  unicodeslot=0x1A45,
49048 },
49049 [0x1A46]={
49050  category="lo",
49051  description="TAI THAM LETTER HIGH SHA",
49052  direction="l",
49053  linebreak="sa",
49054  unicodeslot=0x1A46,
49055 },
49056 [0x1A47]={
49057  category="lo",
49058  description="TAI THAM LETTER HIGH SSA",
49059  direction="l",
49060  linebreak="sa",
49061  unicodeslot=0x1A47,
49062 },
49063 [0x1A48]={
49064  category="lo",
49065  description="TAI THAM LETTER HIGH SA",
49066  direction="l",
49067  linebreak="sa",
49068  unicodeslot=0x1A48,
49069 },
49070 [0x1A49]={
49071  category="lo",
49072  description="TAI THAM LETTER HIGH HA",
49073  direction="l",
49074  linebreak="sa",
49075  unicodeslot=0x1A49,
49076 },
49077 [0x1A4A]={
49078  category="lo",
49079  description="TAI THAM LETTER LLA",
49080  direction="l",
49081  linebreak="sa",
49082  unicodeslot=0x1A4A,
49083 },
49084 [0x1A4B]={
49085  category="lo",
49086  description="TAI THAM LETTER A",
49087  direction="l",
49088  linebreak="sa",
49089  unicodeslot=0x1A4B,
49090 },
49091 [0x1A4C]={
49092  category="lo",
49093  description="TAI THAM LETTER LOW HA",
49094  direction="l",
49095  linebreak="sa",
49096  unicodeslot=0x1A4C,
49097 },
49098 [0x1A4D]={
49099  category="lo",
49100  description="TAI THAM LETTER I",
49101  direction="l",
49102  linebreak="sa",
49103  unicodeslot=0x1A4D,
49104 },
49105 [0x1A4E]={
49106  category="lo",
49107  description="TAI THAM LETTER II",
49108  direction="l",
49109  linebreak="sa",
49110  unicodeslot=0x1A4E,
49111 },
49112 [0x1A4F]={
49113  category="lo",
49114  description="TAI THAM LETTER U",
49115  direction="l",
49116  linebreak="sa",
49117  unicodeslot=0x1A4F,
49118 },
49119 [0x1A50]={
49120  category="lo",
49121  description="TAI THAM LETTER UU",
49122  direction="l",
49123  linebreak="sa",
49124  unicodeslot=0x1A50,
49125 },
49126 [0x1A51]={
49127  category="lo",
49128  description="TAI THAM LETTER EE",
49129  direction="l",
49130  linebreak="sa",
49131  unicodeslot=0x1A51,
49132 },
49133 [0x1A52]={
49134  category="lo",
49135  description="TAI THAM LETTER OO",
49136  direction="l",
49137  linebreak="sa",
49138  unicodeslot=0x1A52,
49139 },
49140 [0x1A53]={
49141  category="lo",
49142  description="TAI THAM LETTER LAE",
49143  direction="l",
49144  linebreak="sa",
49145  unicodeslot=0x1A53,
49146 },
49147 [0x1A54]={
49148  category="lo",
49149  description="TAI THAM LETTER GREAT SA",
49150  direction="l",
49151  linebreak="sa",
49152  unicodeslot=0x1A54,
49153 },
49154 [0x1A55]={
49155  category="mc",
49156  description="TAI THAM CONSONANT SIGN MEDIAL RA",
49157  direction="l",
49158  linebreak="sa",
49159  unicodeslot=0x1A55,
49160 },
49161 [0x1A56]={
49162  category="mn",
49163  description="TAI THAM CONSONANT SIGN MEDIAL LA",
49164  direction="nsm",
49165  linebreak="sa",
49166  unicodeslot=0x1A56,
49167 },
49168 [0x1A57]={
49169  category="mc",
49170  description="TAI THAM CONSONANT SIGN LA TANG LAI",
49171  direction="l",
49172  linebreak="sa",
49173  unicodeslot=0x1A57,
49174 },
49175 [0x1A58]={
49176  category="mn",
49177  description="TAI THAM SIGN MAI KANG LAI",
49178  direction="nsm",
49179  linebreak="sa",
49180  unicodeslot=0x1A58,
49181 },
49182 [0x1A59]={
49183  category="mn",
49184  description="TAI THAM CONSONANT SIGN FINAL NGA",
49185  direction="nsm",
49186  linebreak="sa",
49187  unicodeslot=0x1A59,
49188 },
49189 [0x1A5A]={
49190  category="mn",
49191  description="TAI THAM CONSONANT SIGN LOW PA",
49192  direction="nsm",
49193  linebreak="sa",
49194  unicodeslot=0x1A5A,
49195 },
49196 [0x1A5B]={
49197  category="mn",
49198  description="TAI THAM CONSONANT SIGN HIGH RATHA OR LOW PA",
49199  direction="nsm",
49200  linebreak="sa",
49201  unicodeslot=0x1A5B,
49202 },
49203 [0x1A5C]={
49204  category="mn",
49205  description="TAI THAM CONSONANT SIGN MA",
49206  direction="nsm",
49207  linebreak="sa",
49208  unicodeslot=0x1A5C,
49209 },
49210 [0x1A5D]={
49211  category="mn",
49212  description="TAI THAM CONSONANT SIGN BA",
49213  direction="nsm",
49214  linebreak="sa",
49215  unicodeslot=0x1A5D,
49216 },
49217 [0x1A5E]={
49218  category="mn",
49219  description="TAI THAM CONSONANT SIGN SA",
49220  direction="nsm",
49221  linebreak="sa",
49222  unicodeslot=0x1A5E,
49223 },
49224 [0x1A60]={
49225  category="mn",
49226  combining=0x9,
49227  description="TAI THAM SIGN SAKOT",
49228  direction="nsm",
49229  linebreak="sa",
49230  unicodeslot=0x1A60,
49231 },
49232 [0x1A61]={
49233  category="mc",
49234  description="TAI THAM VOWEL SIGN A",
49235  direction="l",
49236  linebreak="sa",
49237  unicodeslot=0x1A61,
49238 },
49239 [0x1A62]={
49240  category="mn",
49241  description="TAI THAM VOWEL SIGN MAI SAT",
49242  direction="nsm",
49243  linebreak="sa",
49244  unicodeslot=0x1A62,
49245 },
49246 [0x1A63]={
49247  category="mc",
49248  description="TAI THAM VOWEL SIGN AA",
49249  direction="l",
49250  linebreak="sa",
49251  unicodeslot=0x1A63,
49252 },
49253 [0x1A64]={
49254  category="mc",
49255  description="TAI THAM VOWEL SIGN TALL AA",
49256  direction="l",
49257  linebreak="sa",
49258  unicodeslot=0x1A64,
49259 },
49260 [0x1A65]={
49261  category="mn",
49262  description="TAI THAM VOWEL SIGN I",
49263  direction="nsm",
49264  linebreak="sa",
49265  unicodeslot=0x1A65,
49266 },
49267 [0x1A66]={
49268  category="mn",
49269  description="TAI THAM VOWEL SIGN II",
49270  direction="nsm",
49271  linebreak="sa",
49272  unicodeslot=0x1A66,
49273 },
49274 [0x1A67]={
49275  category="mn",
49276  description="TAI THAM VOWEL SIGN UE",
49277  direction="nsm",
49278  linebreak="sa",
49279  unicodeslot=0x1A67,
49280 },
49281 [0x1A68]={
49282  category="mn",
49283  description="TAI THAM VOWEL SIGN UUE",
49284  direction="nsm",
49285  linebreak="sa",
49286  unicodeslot=0x1A68,
49287 },
49288 [0x1A69]={
49289  category="mn",
49290  description="TAI THAM VOWEL SIGN U",
49291  direction="nsm",
49292  linebreak="sa",
49293  unicodeslot=0x1A69,
49294 },
49295 [0x1A6A]={
49296  category="mn",
49297  description="TAI THAM VOWEL SIGN UU",
49298  direction="nsm",
49299  linebreak="sa",
49300  unicodeslot=0x1A6A,
49301 },
49302 [0x1A6B]={
49303  category="mn",
49304  description="TAI THAM VOWEL SIGN O",
49305  direction="nsm",
49306  linebreak="sa",
49307  unicodeslot=0x1A6B,
49308 },
49309 [0x1A6C]={
49310  category="mn",
49311  description="TAI THAM VOWEL SIGN OA BELOW",
49312  direction="nsm",
49313  linebreak="sa",
49314  unicodeslot=0x1A6C,
49315 },
49316 [0x1A6D]={
49317  category="mc",
49318  description="TAI THAM VOWEL SIGN OY",
49319  direction="l",
49320  linebreak="sa",
49321  unicodeslot=0x1A6D,
49322 },
49323 [0x1A6E]={
49324  category="mc",
49325  description="TAI THAM VOWEL SIGN E",
49326  direction="l",
49327  linebreak="sa",
49328  unicodeslot=0x1A6E,
49329 },
49330 [0x1A6F]={
49331  category="mc",
49332  description="TAI THAM VOWEL SIGN AE",
49333  direction="l",
49334  linebreak="sa",
49335  unicodeslot=0x1A6F,
49336 },
49337 [0x1A70]={
49338  category="mc",
49339  description="TAI THAM VOWEL SIGN OO",
49340  direction="l",
49341  linebreak="sa",
49342  unicodeslot=0x1A70,
49343 },
49344 [0x1A71]={
49345  category="mc",
49346  description="TAI THAM VOWEL SIGN AI",
49347  direction="l",
49348  linebreak="sa",
49349  unicodeslot=0x1A71,
49350 },
49351 [0x1A72]={
49352  category="mc",
49353  description="TAI THAM VOWEL SIGN THAM AI",
49354  direction="l",
49355  linebreak="sa",
49356  unicodeslot=0x1A72,
49357 },
49358 [0x1A73]={
49359  category="mn",
49360  description="TAI THAM VOWEL SIGN OA ABOVE",
49361  direction="nsm",
49362  linebreak="sa",
49363  unicodeslot=0x1A73,
49364 },
49365 [0x1A74]={
49366  category="mn",
49367  description="TAI THAM SIGN MAI KANG",
49368  direction="nsm",
49369  linebreak="sa",
49370  unicodeslot=0x1A74,
49371 },
49372 [0x1A75]={
49373  category="mn",
49374  combining=0xE6,
49375  description="TAI THAM SIGN TONE-1",
49376  direction="nsm",
49377  linebreak="sa",
49378  unicodeslot=0x1A75,
49379 },
49380 [0x1A76]={
49381  category="mn",
49382  combining=0xE6,
49383  description="TAI THAM SIGN TONE-2",
49384  direction="nsm",
49385  linebreak="sa",
49386  unicodeslot=0x1A76,
49387 },
49388 [0x1A77]={
49389  category="mn",
49390  combining=0xE6,
49391  description="TAI THAM SIGN KHUEN TONE-3",
49392  direction="nsm",
49393  linebreak="sa",
49394  unicodeslot=0x1A77,
49395 },
49396 [0x1A78]={
49397  category="mn",
49398  combining=0xE6,
49399  description="TAI THAM SIGN KHUEN TONE-4",
49400  direction="nsm",
49401  linebreak="sa",
49402  unicodeslot=0x1A78,
49403 },
49404 [0x1A79]={
49405  category="mn",
49406  combining=0xE6,
49407  description="TAI THAM SIGN KHUEN TONE-5",
49408  direction="nsm",
49409  linebreak="sa",
49410  unicodeslot=0x1A79,
49411 },
49412 [0x1A7A]={
49413  category="mn",
49414  combining=0xE6,
49415  description="TAI THAM SIGN RA HAAM",
49416  direction="nsm",
49417  linebreak="sa",
49418  unicodeslot=0x1A7A,
49419 },
49420 [0x1A7B]={
49421  category="mn",
49422  combining=0xE6,
49423  description="TAI THAM SIGN MAI SAM",
49424  direction="nsm",
49425  linebreak="sa",
49426  unicodeslot=0x1A7B,
49427 },
49428 [0x1A7C]={
49429  category="mn",
49430  combining=0xE6,
49431  description="TAI THAM SIGN KHUEN-LUE KARAN",
49432  direction="nsm",
49433  linebreak="sa",
49434  unicodeslot=0x1A7C,
49435 },
49436 [0x1A7F]={
49437  category="mn",
49438  combining=0xDC,
49439  description="TAI THAM COMBINING CRYPTOGRAMMIC DOT",
49440  direction="nsm",
49441  linebreak="cm",
49442  unicodeslot=0x1A7F,
49443 },
49444 [0x1A80]={
49445  category="nd",
49446  description="TAI THAM HORA DIGIT ZERO",
49447  direction="l",
49448  linebreak="nu",
49449  unicodeslot=0x1A80,
49450 },
49451 [0x1A81]={
49452  category="nd",
49453  description="TAI THAM HORA DIGIT ONE",
49454  direction="l",
49455  linebreak="nu",
49456  unicodeslot=0x1A81,
49457 },
49458 [0x1A82]={
49459  category="nd",
49460  description="TAI THAM HORA DIGIT TWO",
49461  direction="l",
49462  linebreak="nu",
49463  unicodeslot=0x1A82,
49464 },
49465 [0x1A83]={
49466  category="nd",
49467  description="TAI THAM HORA DIGIT THREE",
49468  direction="l",
49469  linebreak="nu",
49470  unicodeslot=0x1A83,
49471 },
49472 [0x1A84]={
49473  category="nd",
49474  description="TAI THAM HORA DIGIT FOUR",
49475  direction="l",
49476  linebreak="nu",
49477  unicodeslot=0x1A84,
49478 },
49479 [0x1A85]={
49480  category="nd",
49481  description="TAI THAM HORA DIGIT FIVE",
49482  direction="l",
49483  linebreak="nu",
49484  unicodeslot=0x1A85,
49485 },
49486 [0x1A86]={
49487  category="nd",
49488  description="TAI THAM HORA DIGIT SIX",
49489  direction="l",
49490  linebreak="nu",
49491  unicodeslot=0x1A86,
49492 },
49493 [0x1A87]={
49494  category="nd",
49495  description="TAI THAM HORA DIGIT SEVEN",
49496  direction="l",
49497  linebreak="nu",
49498  unicodeslot=0x1A87,
49499 },
49500 [0x1A88]={
49501  category="nd",
49502  description="TAI THAM HORA DIGIT EIGHT",
49503  direction="l",
49504  linebreak="nu",
49505  unicodeslot=0x1A88,
49506 },
49507 [0x1A89]={
49508  category="nd",
49509  description="TAI THAM HORA DIGIT NINE",
49510  direction="l",
49511  linebreak="nu",
49512  unicodeslot=0x1A89,
49513 },
49514 [0x1A90]={
49515  category="nd",
49516  description="TAI THAM THAM DIGIT ZERO",
49517  direction="l",
49518  linebreak="nu",
49519  unicodeslot=0x1A90,
49520 },
49521 [0x1A91]={
49522  category="nd",
49523  description="TAI THAM THAM DIGIT ONE",
49524  direction="l",
49525  linebreak="nu",
49526  unicodeslot=0x1A91,
49527 },
49528 [0x1A92]={
49529  category="nd",
49530  description="TAI THAM THAM DIGIT TWO",
49531  direction="l",
49532  linebreak="nu",
49533  unicodeslot=0x1A92,
49534 },
49535 [0x1A93]={
49536  category="nd",
49537  description="TAI THAM THAM DIGIT THREE",
49538  direction="l",
49539  linebreak="nu",
49540  unicodeslot=0x1A93,
49541 },
49542 [0x1A94]={
49543  category="nd",
49544  description="TAI THAM THAM DIGIT FOUR",
49545  direction="l",
49546  linebreak="nu",
49547  unicodeslot=0x1A94,
49548 },
49549 [0x1A95]={
49550  category="nd",
49551  description="TAI THAM THAM DIGIT FIVE",
49552  direction="l",
49553  linebreak="nu",
49554  unicodeslot=0x1A95,
49555 },
49556 [0x1A96]={
49557  category="nd",
49558  description="TAI THAM THAM DIGIT SIX",
49559  direction="l",
49560  linebreak="nu",
49561  unicodeslot=0x1A96,
49562 },
49563 [0x1A97]={
49564  category="nd",
49565  description="TAI THAM THAM DIGIT SEVEN",
49566  direction="l",
49567  linebreak="nu",
49568  unicodeslot=0x1A97,
49569 },
49570 [0x1A98]={
49571  category="nd",
49572  description="TAI THAM THAM DIGIT EIGHT",
49573  direction="l",
49574  linebreak="nu",
49575  unicodeslot=0x1A98,
49576 },
49577 [0x1A99]={
49578  category="nd",
49579  description="TAI THAM THAM DIGIT NINE",
49580  direction="l",
49581  linebreak="nu",
49582  unicodeslot=0x1A99,
49583 },
49584 [0x1AA0]={
49585  category="po",
49586  description="TAI THAM SIGN WIANG",
49587  direction="l",
49588  linebreak="sa",
49589  unicodeslot=0x1AA0,
49590 },
49591 [0x1AA1]={
49592  category="po",
49593  description="TAI THAM SIGN WIANGWAAK",
49594  direction="l",
49595  linebreak="sa",
49596  unicodeslot=0x1AA1,
49597 },
49598 [0x1AA2]={
49599  category="po",
49600  description="TAI THAM SIGN SAWAN",
49601  direction="l",
49602  linebreak="sa",
49603  unicodeslot=0x1AA2,
49604 },
49605 [0x1AA3]={
49606  category="po",
49607  description="TAI THAM SIGN KEOW",
49608  direction="l",
49609  linebreak="sa",
49610  unicodeslot=0x1AA3,
49611 },
49612 [0x1AA4]={
49613  category="po",
49614  description="TAI THAM SIGN HOY",
49615  direction="l",
49616  linebreak="sa",
49617  unicodeslot=0x1AA4,
49618 },
49619 [0x1AA5]={
49620  category="po",
49621  description="TAI THAM SIGN DOKMAI",
49622  direction="l",
49623  linebreak="sa",
49624  unicodeslot=0x1AA5,
49625 },
49626 [0x1AA6]={
49627  category="po",
49628  description="TAI THAM SIGN REVERSED ROTATED RANA",
49629  direction="l",
49630  linebreak="sa",
49631  unicodeslot=0x1AA6,
49632 },
49633 [0x1AA7]={
49634  category="lm",
49635  description="TAI THAM SIGN MAI YAMOK",
49636  direction="l",
49637  linebreak="sa",
49638  unicodeslot=0x1AA7,
49639 },
49640 [0x1AA8]={
49641  category="po",
49642  description="TAI THAM SIGN KAAN",
49643  direction="l",
49644  linebreak="sa",
49645  unicodeslot=0x1AA8,
49646 },
49647 [0x1AA9]={
49648  category="po",
49649  description="TAI THAM SIGN KAANKUU",
49650  direction="l",
49651  linebreak="sa",
49652  unicodeslot=0x1AA9,
49653 },
49654 [0x1AAA]={
49655  category="po",
49656  description="TAI THAM SIGN SATKAAN",
49657  direction="l",
49658  linebreak="sa",
49659  unicodeslot=0x1AAA,
49660 },
49661 [0x1AAB]={
49662  category="po",
49663  description="TAI THAM SIGN SATKAANKUU",
49664  direction="l",
49665  linebreak="sa",
49666  unicodeslot=0x1AAB,
49667 },
49668 [0x1AAC]={
49669  category="po",
49670  description="TAI THAM SIGN HANG",
49671  direction="l",
49672  linebreak="sa",
49673  unicodeslot=0x1AAC,
49674 },
49675 [0x1AAD]={
49676  category="po",
49677  description="TAI THAM SIGN CAANG",
49678  direction="l",
49679  linebreak="sa",
49680  unicodeslot=0x1AAD,
49681 },
49682 [0x1AB0]={
49683  category="mn",
49684  combining=0xE6,
49685  description="COMBINING DOUBLED CIRCUMFLEX ACCENT",
49686  direction="nsm",
49687  linebreak="cm",
49688  unicodeslot=0x1AB0,
49689 },
49690 [0x1AB1]={
49691  category="mn",
49692  combining=0xE6,
49693  description="COMBINING DIAERESIS-RING",
49694  direction="nsm",
49695  linebreak="cm",
49696  unicodeslot=0x1AB1,
49697 },
49698 [0x1AB2]={
49699  category="mn",
49700  combining=0xE6,
49701  description="COMBINING INFINITY",
49702  direction="nsm",
49703  linebreak="cm",
49704  unicodeslot=0x1AB2,
49705 },
49706 [0x1AB3]={
49707  category="mn",
49708  combining=0xE6,
49709  description="COMBINING DOWNWARDS ARROW",
49710  direction="nsm",
49711  linebreak="cm",
49712  unicodeslot=0x1AB3,
49713 },
49714 [0x1AB4]={
49715  category="mn",
49716  combining=0xE6,
49717  description="COMBINING TRIPLE DOT",
49718  direction="nsm",
49719  linebreak="cm",
49720  unicodeslot=0x1AB4,
49721 },
49722 [0x1AB5]={
49723  category="mn",
49724  combining=0xDC,
49725  description="COMBINING X-X BELOW",
49726  direction="nsm",
49727  linebreak="cm",
49728  unicodeslot=0x1AB5,
49729 },
49730 [0x1AB6]={
49731  category="mn",
49732  combining=0xDC,
49733  description="COMBINING WIGGLY LINE BELOW",
49734  direction="nsm",
49735  linebreak="cm",
49736  unicodeslot=0x1AB6,
49737 },
49738 [0x1AB7]={
49739  category="mn",
49740  combining=0xDC,
49741  description="COMBINING OPEN MARK BELOW",
49742  direction="nsm",
49743  linebreak="cm",
49744  unicodeslot=0x1AB7,
49745 },
49746 [0x1AB8]={
49747  category="mn",
49748  combining=0xDC,
49749  description="COMBINING DOUBLE OPEN MARK BELOW",
49750  direction="nsm",
49751  linebreak="cm",
49752  unicodeslot=0x1AB8,
49753 },
49754 [0x1AB9]={
49755  category="mn",
49756  combining=0xDC,
49757  description="COMBINING LIGHT CENTRALIZATION STROKE BELOW",
49758  direction="nsm",
49759  linebreak="cm",
49760  unicodeslot=0x1AB9,
49761 },
49762 [0x1ABA]={
49763  category="mn",
49764  combining=0xDC,
49765  description="COMBINING STRONG CENTRALIZATION STROKE BELOW",
49766  direction="nsm",
49767  linebreak="cm",
49768  unicodeslot=0x1ABA,
49769 },
49770 [0x1ABB]={
49771  category="mn",
49772  combining=0xE6,
49773  description="COMBINING PARENTHESES ABOVE",
49774  direction="nsm",
49775  linebreak="cm",
49776  unicodeslot=0x1ABB,
49777 },
49778 [0x1ABC]={
49779  category="mn",
49780  combining=0xE6,
49781  description="COMBINING DOUBLE PARENTHESES ABOVE",
49782  direction="nsm",
49783  linebreak="cm",
49784  unicodeslot=0x1ABC,
49785 },
49786 [0x1ABD]={
49787  category="mn",
49788  combining=0xDC,
49789  description="COMBINING PARENTHESES BELOW",
49790  direction="nsm",
49791  linebreak="cm",
49792  unicodeslot=0x1ABD,
49793 },
49794 [0x1ABE]={
49795  category="me",
49796  description="COMBINING PARENTHESES OVERLAY",
49797  direction="nsm",
49798  linebreak="cm",
49799  unicodeslot=0x1ABE,
49800 },
49801 [0x1ABF]={
49802  category="mn",
49803  combining=0xDC,
49804  description="COMBINING LATIN SMALL LETTER W BELOW",
49805  direction="nsm",
49806  linebreak="cm",
49807  unicodeslot=0x1ABF,
49808 },
49809 [0x1AC0]={
49810  category="mn",
49811  combining=0xDC,
49812  description="COMBINING LATIN SMALL LETTER TURNED W BELOW",
49813  direction="nsm",
49814  linebreak="cm",
49815  unicodeslot=0x1AC0,
49816 },
49817 [0x1AC1]={
49818  category="mn",
49819  combining=0xE6,
49820  description="COMBINING LEFT PARENTHESIS ABOVE LEFT",
49821  direction="nsm",
49822  linebreak="cm",
49823  unicodeslot=0x1AC1,
49824 },
49825 [0x1AC2]={
49826  category="mn",
49827  combining=0xE6,
49828  description="COMBINING RIGHT PARENTHESIS ABOVE RIGHT",
49829  direction="nsm",
49830  linebreak="cm",
49831  unicodeslot=0x1AC2,
49832 },
49833 [0x1AC3]={
49834  category="mn",
49835  combining=0xDC,
49836  description="COMBINING LEFT PARENTHESIS BELOW LEFT",
49837  direction="nsm",
49838  linebreak="cm",
49839  unicodeslot=0x1AC3,
49840 },
49841 [0x1AC4]={
49842  category="mn",
49843  combining=0xDC,
49844  description="COMBINING RIGHT PARENTHESIS BELOW RIGHT",
49845  direction="nsm",
49846  linebreak="cm",
49847  unicodeslot=0x1AC4,
49848 },
49849 [0x1AC5]={
49850  category="mn",
49851  combining=0xE6,
49852  description="COMBINING SQUARE BRACKETS ABOVE",
49853  direction="nsm",
49854  linebreak="cm",
49855  unicodeslot=0x1AC5,
49856 },
49857 [0x1AC6]={
49858  category="mn",
49859  combining=0xE6,
49860  description="COMBINING NUMBER SIGN ABOVE",
49861  direction="nsm",
49862  linebreak="cm",
49863  unicodeslot=0x1AC6,
49864 },
49865 [0x1AC7]={
49866  category="mn",
49867  combining=0xE6,
49868  description="COMBINING INVERTED DOUBLE ARCH ABOVE",
49869  direction="nsm",
49870  linebreak="cm",
49871  unicodeslot=0x1AC7,
49872 },
49873 [0x1AC8]={
49874  category="mn",
49875  combining=0xE6,
49876  description="COMBINING PLUS SIGN ABOVE",
49877  direction="nsm",
49878  linebreak="cm",
49879  unicodeslot=0x1AC8,
49880 },
49881 [0x1AC9]={
49882  category="mn",
49883  combining=0xE6,
49884  description="COMBINING DOUBLE PLUS SIGN ABOVE",
49885  direction="nsm",
49886  linebreak="cm",
49887  unicodeslot=0x1AC9,
49888 },
49889 [0x1ACA]={
49890  category="mn",
49891  combining=0xDC,
49892  description="COMBINING DOUBLE PLUS SIGN BELOW",
49893  direction="nsm",
49894  linebreak="cm",
49895  unicodeslot=0x1ACA,
49896 },
49897 [0x1ACB]={
49898  category="mn",
49899  combining=0xE6,
49900  description="COMBINING TRIPLE ACUTE ACCENT",
49901  direction="nsm",
49902  linebreak="cm",
49903  unicodeslot=0x1ACB,
49904 },
49905 [0x1ACC]={
49906  category="mn",
49907  combining=0xE6,
49908  description="COMBINING LATIN SMALL LETTER INSULAR G",
49909  direction="nsm",
49910  linebreak="cm",
49911  unicodeslot=0x1ACC,
49912 },
49913 [0x1ACD]={
49914  category="mn",
49915  combining=0xE6,
49916  description="COMBINING LATIN SMALL LETTER INSULAR R",
49917  direction="nsm",
49918  linebreak="cm",
49919  unicodeslot=0x1ACD,
49920 },
49921 [0x1ACE]={
49922  category="mn",
49923  combining=0xE6,
49924  description="COMBINING LATIN SMALL LETTER INSULAR T",
49925  direction="nsm",
49926  linebreak="cm",
49927  unicodeslot=0x1ACE,
49928 },
49929 [0x1B00]={
49930  category="mn",
49931  description="BALINESE SIGN ULU RICEM",
49932  direction="nsm",
49933  linebreak="cm",
49934  unicodeslot=0x1B00,
49935 },
49936 [0x1B01]={
49937  category="mn",
49938  description="BALINESE SIGN ULU CANDRA",
49939  direction="nsm",
49940  linebreak="cm",
49941  unicodeslot=0x1B01,
49942 },
49943 [0x1B02]={
49944  category="mn",
49945  description="BALINESE SIGN CECEK",
49946  direction="nsm",
49947  linebreak="cm",
49948  unicodeslot=0x1B02,
49949 },
49950 [0x1B03]={
49951  category="mn",
49952  description="BALINESE SIGN SURANG",
49953  direction="nsm",
49954  linebreak="cm",
49955  unicodeslot=0x1B03,
49956 },
49957 [0x1B04]={
49958  category="mc",
49959  description="BALINESE SIGN BISAH",
49960  direction="l",
49961  linebreak="cm",
49962  unicodeslot=0x1B04,
49963 },
49964 [0x1B05]={
49965  category="lo",
49966  description="BALINESE LETTER AKARA",
49967  direction="l",
49968  linebreak="ak",
49969  unicodeslot=0x1B05,
49970 },
49971 [0x1B06]={
49972  category="lo",
49973  description="BALINESE LETTER AKARA TEDUNG",
49974  direction="l",
49975  linebreak="ak",
49976  specials={ "char", 0x1B05, 0x1B35 },
49977  unicodeslot=0x1B06,
49978 },
49979 [0x1B07]={
49980  category="lo",
49981  description="BALINESE LETTER IKARA",
49982  direction="l",
49983  linebreak="ak",
49984  unicodeslot=0x1B07,
49985 },
49986 [0x1B08]={
49987  category="lo",
49988  description="BALINESE LETTER IKARA TEDUNG",
49989  direction="l",
49990  linebreak="ak",
49991  specials={ "char", 0x1B07, 0x1B35 },
49992  unicodeslot=0x1B08,
49993 },
49994 [0x1B09]={
49995  category="lo",
49996  description="BALINESE LETTER UKARA",
49997  direction="l",
49998  linebreak="ak",
49999  unicodeslot=0x1B09,
50000 },
50001 [0x1B0A]={
50002  category="lo",
50003  description="BALINESE LETTER UKARA TEDUNG",
50004  direction="l",
50005  linebreak="ak",
50006  specials={ "char", 0x1B09, 0x1B35 },
50007  unicodeslot=0x1B0A,
50008 },
50009 [0x1B0B]={
50010  category="lo",
50011  description="BALINESE LETTER RA REPA",
50012  direction="l",
50013  linebreak="ak",
50014  unicodeslot=0x1B0B,
50015 },
50016 [0x1B0C]={
50017  category="lo",
50018  description="BALINESE LETTER RA REPA TEDUNG",
50019  direction="l",
50020  linebreak="ak",
50021  specials={ "char", 0x1B0B, 0x1B35 },
50022  unicodeslot=0x1B0C,
50023 },
50024 [0x1B0D]={
50025  category="lo",
50026  description="BALINESE LETTER LA LENGA",
50027  direction="l",
50028  linebreak="ak",
50029  unicodeslot=0x1B0D,
50030 },
50031 [0x1B0E]={
50032  category="lo",
50033  description="BALINESE LETTER LA LENGA TEDUNG",
50034  direction="l",
50035  linebreak="ak",
50036  specials={ "char", 0x1B0D, 0x1B35 },
50037  unicodeslot=0x1B0E,
50038 },
50039 [0x1B0F]={
50040  category="lo",
50041  description="BALINESE LETTER EKARA",
50042  direction="l",
50043  linebreak="ak",
50044  unicodeslot=0x1B0F,
50045 },
50046 [0x1B10]={
50047  category="lo",
50048  description="BALINESE LETTER AIKARA",
50049  direction="l",
50050  linebreak="ak",
50051  unicodeslot=0x1B10,
50052 },
50053 [0x1B11]={
50054  category="lo",
50055  description="BALINESE LETTER OKARA",
50056  direction="l",
50057  linebreak="ak",
50058  unicodeslot=0x1B11,
50059 },
50060 [0x1B12]={
50061  category="lo",
50062  description="BALINESE LETTER OKARA TEDUNG",
50063  direction="l",
50064  linebreak="ak",
50065  specials={ "char", 0x1B11, 0x1B35 },
50066  unicodeslot=0x1B12,
50067 },
50068 [0x1B13]={
50069  category="lo",
50070  description="BALINESE LETTER KA",
50071  direction="l",
50072  linebreak="ak",
50073  unicodeslot=0x1B13,
50074 },
50075 [0x1B14]={
50076  category="lo",
50077  description="BALINESE LETTER KA MAHAPRANA",
50078  direction="l",
50079  linebreak="ak",
50080  unicodeslot=0x1B14,
50081 },
50082 [0x1B15]={
50083  category="lo",
50084  description="BALINESE LETTER GA",
50085  direction="l",
50086  linebreak="ak",
50087  unicodeslot=0x1B15,
50088 },
50089 [0x1B16]={
50090  category="lo",
50091  description="BALINESE LETTER GA GORA",
50092  direction="l",
50093  linebreak="ak",
50094  unicodeslot=0x1B16,
50095 },
50096 [0x1B17]={
50097  category="lo",
50098  description="BALINESE LETTER NGA",
50099  direction="l",
50100  linebreak="ak",
50101  unicodeslot=0x1B17,
50102 },
50103 [0x1B18]={
50104  category="lo",
50105  description="BALINESE LETTER CA",
50106  direction="l",
50107  linebreak="ak",
50108  unicodeslot=0x1B18,
50109 },
50110 [0x1B19]={
50111  category="lo",
50112  description="BALINESE LETTER CA LACA",
50113  direction="l",
50114  linebreak="ak",
50115  unicodeslot=0x1B19,
50116 },
50117 [0x1B1A]={
50118  category="lo",
50119  description="BALINESE LETTER JA",
50120  direction="l",
50121  linebreak="ak",
50122  unicodeslot=0x1B1A,
50123 },
50124 [0x1B1B]={
50125  category="lo",
50126  description="BALINESE LETTER JA JERA",
50127  direction="l",
50128  linebreak="ak",
50129  unicodeslot=0x1B1B,
50130 },
50131 [0x1B1C]={
50132  category="lo",
50133  description="BALINESE LETTER NYA",
50134  direction="l",
50135  linebreak="ak",
50136  unicodeslot=0x1B1C,
50137 },
50138 [0x1B1D]={
50139  category="lo",
50140  description="BALINESE LETTER TA LATIK",
50141  direction="l",
50142  linebreak="ak",
50143  unicodeslot=0x1B1D,
50144 },
50145 [0x1B1E]={
50146  category="lo",
50147  description="BALINESE LETTER TA MURDA MAHAPRANA",
50148  direction="l",
50149  linebreak="ak",
50150  unicodeslot=0x1B1E,
50151 },
50152 [0x1B1F]={
50153  category="lo",
50154  description="BALINESE LETTER DA MURDA ALPAPRANA",
50155  direction="l",
50156  linebreak="ak",
50157  unicodeslot=0x1B1F,
50158 },
50159 [0x1B20]={
50160  category="lo",
50161  description="BALINESE LETTER DA MURDA MAHAPRANA",
50162  direction="l",
50163  linebreak="ak",
50164  unicodeslot=0x1B20,
50165 },
50166 [0x1B21]={
50167  category="lo",
50168  description="BALINESE LETTER NA RAMBAT",
50169  direction="l",
50170  linebreak="ak",
50171  unicodeslot=0x1B21,
50172 },
50173 [0x1B22]={
50174  category="lo",
50175  description="BALINESE LETTER TA",
50176  direction="l",
50177  linebreak="ak",
50178  unicodeslot=0x1B22,
50179 },
50180 [0x1B23]={
50181  category="lo",
50182  description="BALINESE LETTER TA TAWA",
50183  direction="l",
50184  linebreak="ak",
50185  unicodeslot=0x1B23,
50186 },
50187 [0x1B24]={
50188  category="lo",
50189  description="BALINESE LETTER DA",
50190  direction="l",
50191  linebreak="ak",
50192  unicodeslot=0x1B24,
50193 },
50194 [0x1B25]={
50195  category="lo",
50196  description="BALINESE LETTER DA MADU",
50197  direction="l",
50198  linebreak="ak",
50199  unicodeslot=0x1B25,
50200 },
50201 [0x1B26]={
50202  category="lo",
50203  description="BALINESE LETTER NA",
50204  direction="l",
50205  linebreak="ak",
50206  unicodeslot=0x1B26,
50207 },
50208 [0x1B27]={
50209  category="lo",
50210  description="BALINESE LETTER PA",
50211  direction="l",
50212  linebreak="ak",
50213  unicodeslot=0x1B27,
50214 },
50215 [0x1B28]={
50216  category="lo",
50217  description="BALINESE LETTER PA KAPAL",
50218  direction="l",
50219  linebreak="ak",
50220  unicodeslot=0x1B28,
50221 },
50222 [0x1B29]={
50223  category="lo",
50224  description="BALINESE LETTER BA",
50225  direction="l",
50226  linebreak="ak",
50227  unicodeslot=0x1B29,
50228 },
50229 [0x1B2A]={
50230  category="lo",
50231  description="BALINESE LETTER BA KEMBANG",
50232  direction="l",
50233  linebreak="ak",
50234  unicodeslot=0x1B2A,
50235 },
50236 [0x1B2B]={
50237  category="lo",
50238  description="BALINESE LETTER MA",
50239  direction="l",
50240  linebreak="ak",
50241  unicodeslot=0x1B2B,
50242 },
50243 [0x1B2C]={
50244  category="lo",
50245  description="BALINESE LETTER YA",
50246  direction="l",
50247  linebreak="ak",
50248  unicodeslot=0x1B2C,
50249 },
50250 [0x1B2D]={
50251  category="lo",
50252  description="BALINESE LETTER RA",
50253  direction="l",
50254  linebreak="ak",
50255  unicodeslot=0x1B2D,
50256 },
50257 [0x1B2E]={
50258  category="lo",
50259  description="BALINESE LETTER LA",
50260  direction="l",
50261  linebreak="ak",
50262  unicodeslot=0x1B2E,
50263 },
50264 [0x1B2F]={
50265  category="lo",
50266  description="BALINESE LETTER WA",
50267  direction="l",
50268  linebreak="ak",
50269  unicodeslot=0x1B2F,
50270 },
50271 [0x1B30]={
50272  category="lo",
50273  description="BALINESE LETTER SA SAGA",
50274  direction="l",
50275  linebreak="ak",
50276  unicodeslot=0x1B30,
50277 },
50278 [0x1B31]={
50279  category="lo",
50280  description="BALINESE LETTER SA SAPA",
50281  direction="l",
50282  linebreak="ak",
50283  unicodeslot=0x1B31,
50284 },
50285 [0x1B32]={
50286  category="lo",
50287  description="BALINESE LETTER SA",
50288  direction="l",
50289  linebreak="ak",
50290  unicodeslot=0x1B32,
50291 },
50292 [0x1B33]={
50293  category="lo",
50294  description="BALINESE LETTER HA",
50295  direction="l",
50296  linebreak="ak",
50297  unicodeslot=0x1B33,
50298 },
50299 [0x1B34]={
50300  category="mn",
50301  combining=0x7,
50302  description="BALINESE SIGN REREKAN",
50303  direction="nsm",
50304  linebreak="cm",
50305  unicodeslot=0x1B34,
50306 },
50307 [0x1B35]={
50308  category="mc",
50309  description="BALINESE VOWEL SIGN TEDUNG",
50310  direction="l",
50311  linebreak="cm",
50312  unicodeslot=0x1B35,
50313 },
50314 [0x1B36]={
50315  category="mn",
50316  description="BALINESE VOWEL SIGN ULU",
50317  direction="nsm",
50318  linebreak="cm",
50319  unicodeslot=0x1B36,
50320 },
50321 [0x1B37]={
50322  category="mn",
50323  description="BALINESE VOWEL SIGN ULU SARI",
50324  direction="nsm",
50325  linebreak="cm",
50326  unicodeslot=0x1B37,
50327 },
50328 [0x1B38]={
50329  category="mn",
50330  description="BALINESE VOWEL SIGN SUKU",
50331  direction="nsm",
50332  linebreak="cm",
50333  unicodeslot=0x1B38,
50334 },
50335 [0x1B39]={
50336  category="mn",
50337  description="BALINESE VOWEL SIGN SUKU ILUT",
50338  direction="nsm",
50339  linebreak="cm",
50340  unicodeslot=0x1B39,
50341 },
50342 [0x1B3A]={
50343  category="mn",
50344  description="BALINESE VOWEL SIGN RA REPA",
50345  direction="nsm",
50346  linebreak="cm",
50347  unicodeslot=0x1B3A,
50348 },
50349 [0x1B3B]={
50350  category="mc",
50351  description="BALINESE VOWEL SIGN RA REPA TEDUNG",
50352  direction="l",
50353  linebreak="cm",
50354  specials={ "char", 0x1B3A, 0x1B35 },
50355  unicodeslot=0x1B3B,
50356 },
50357 [0x1B3C]={
50358  category="mn",
50359  description="BALINESE VOWEL SIGN LA LENGA",
50360  direction="nsm",
50361  linebreak="cm",
50362  unicodeslot=0x1B3C,
50363 },
50364 [0x1B3D]={
50365  category="mc",
50366  description="BALINESE VOWEL SIGN LA LENGA TEDUNG",
50367  direction="l",
50368  linebreak="cm",
50369  specials={ "char", 0x1B3C, 0x1B35 },
50370  unicodeslot=0x1B3D,
50371 },
50372 [0x1B3E]={
50373  category="mc",
50374  description="BALINESE VOWEL SIGN TALING",
50375  direction="l",
50376  linebreak="cm",
50377  unicodeslot=0x1B3E,
50378 },
50379 [0x1B3F]={
50380  category="mc",
50381  description="BALINESE VOWEL SIGN TALING REPA",
50382  direction="l",
50383  linebreak="cm",
50384  unicodeslot=0x1B3F,
50385 },
50386 [0x1B40]={
50387  category="mc",
50388  description="BALINESE VOWEL SIGN TALING TEDUNG",
50389  direction="l",
50390  linebreak="cm",
50391  specials={ "char", 0x1B3E, 0x1B35 },
50392  unicodeslot=0x1B40,
50393 },
50394 [0x1B41]={
50395  category="mc",
50396  description="BALINESE VOWEL SIGN TALING REPA TEDUNG",
50397  direction="l",
50398  linebreak="cm",
50399  specials={ "char", 0x1B3F, 0x1B35 },
50400  unicodeslot=0x1B41,
50401 },
50402 [0x1B42]={
50403  category="mn",
50404  description="BALINESE VOWEL SIGN PEPET",
50405  direction="nsm",
50406  linebreak="cm",
50407  unicodeslot=0x1B42,
50408 },
50409 [0x1B43]={
50410  category="mc",
50411  description="BALINESE VOWEL SIGN PEPET TEDUNG",
50412  direction="l",
50413  linebreak="cm",
50414  specials={ "char", 0x1B42, 0x1B35 },
50415  unicodeslot=0x1B43,
50416 },
50417 [0x1B44]={
50418  category="mc",
50419  combining=0x9,
50420  description="BALINESE ADEG ADEG",
50421  direction="l",
50422  linebreak="vi",
50423  unicodeslot=0x1B44,
50424 },
50425 [0x1B45]={
50426  category="lo",
50427  description="BALINESE LETTER KAF SASAK",
50428  direction="l",
50429  linebreak="ak",
50430  unicodeslot=0x1B45,
50431 },
50432 [0x1B46]={
50433  category="lo",
50434  description="BALINESE LETTER KHOT SASAK",
50435  direction="l",
50436  linebreak="ak",
50437  unicodeslot=0x1B46,
50438 },
50439 [0x1B47]={
50440  category="lo",
50441  description="BALINESE LETTER TZIR SASAK",
50442  direction="l",
50443  linebreak="ak",
50444  unicodeslot=0x1B47,
50445 },
50446 [0x1B48]={
50447  category="lo",
50448  description="BALINESE LETTER EF SASAK",
50449  direction="l",
50450  linebreak="ak",
50451  unicodeslot=0x1B48,
50452 },
50453 [0x1B49]={
50454  category="lo",
50455  description="BALINESE LETTER VE SASAK",
50456  direction="l",
50457  linebreak="ak",
50458  unicodeslot=0x1B49,
50459 },
50460 [0x1B4A]={
50461  category="lo",
50462  description="BALINESE LETTER ZAL SASAK",
50463  direction="l",
50464  linebreak="ak",
50465  unicodeslot=0x1B4A,
50466 },
50467 [0x1B4B]={
50468  category="lo",
50469  description="BALINESE LETTER ASYURA SASAK",
50470  direction="l",
50471  linebreak="ak",
50472  unicodeslot=0x1B4B,
50473 },
50474 [0x1B4C]={
50475  category="lo",
50476  description="BALINESE LETTER ARCHAIC JNYA",
50477  direction="l",
50478  linebreak="ak",
50479  unicodeslot=0x1B4C,
50480 },
50481 [0x1B4E]={
50482  category="po",
50483  description="BALINESE INVERTED CARIK SIKI",
50484  direction="l",
50485  linebreak="ba",
50486  unicodeslot=0x1B4E,
50487 },
50488 [0x1B4F]={
50489  category="po",
50490  description="BALINESE INVERTED CARIK PAREREN",
50491  direction="l",
50492  linebreak="ba",
50493  unicodeslot=0x1B4F,
50494 },
50495 [0x1B50]={
50496  category="nd",
50497  description="BALINESE DIGIT ZERO",
50498  direction="l",
50499  linebreak="as",
50500  unicodeslot=0x1B50,
50501 },
50502 [0x1B51]={
50503  category="nd",
50504  description="BALINESE DIGIT ONE",
50505  direction="l",
50506  linebreak="as",
50507  unicodeslot=0x1B51,
50508 },
50509 [0x1B52]={
50510  category="nd",
50511  description="BALINESE DIGIT TWO",
50512  direction="l",
50513  linebreak="as",
50514  unicodeslot=0x1B52,
50515 },
50516 [0x1B53]={
50517  category="nd",
50518  description="BALINESE DIGIT THREE",
50519  direction="l",
50520  linebreak="as",
50521  unicodeslot=0x1B53,
50522 },
50523 [0x1B54]={
50524  category="nd",
50525  description="BALINESE DIGIT FOUR",
50526  direction="l",
50527  linebreak="as",
50528  unicodeslot=0x1B54,
50529 },
50530 [0x1B55]={
50531  category="nd",
50532  description="BALINESE DIGIT FIVE",
50533  direction="l",
50534  linebreak="as",
50535  unicodeslot=0x1B55,
50536 },
50537 [0x1B56]={
50538  category="nd",
50539  description="BALINESE DIGIT SIX",
50540  direction="l",
50541  linebreak="as",
50542  unicodeslot=0x1B56,
50543 },
50544 [0x1B57]={
50545  category="nd",
50546  description="BALINESE DIGIT SEVEN",
50547  direction="l",
50548  linebreak="as",
50549  unicodeslot=0x1B57,
50550 },
50551 [0x1B58]={
50552  category="nd",
50553  description="BALINESE DIGIT EIGHT",
50554  direction="l",
50555  linebreak="as",
50556  unicodeslot=0x1B58,
50557 },
50558 [0x1B59]={
50559  category="nd",
50560  description="BALINESE DIGIT NINE",
50561  direction="l",
50562  linebreak="as",
50563  unicodeslot=0x1B59,
50564 },
50565 [0x1B5A]={
50566  category="po",
50567  description="BALINESE PANTI",
50568  direction="l",
50569  linebreak="ba",
50570  unicodeslot=0x1B5A,
50571 },
50572 [0x1B5B]={
50573  category="po",
50574  description="BALINESE PAMADA",
50575  direction="l",
50576  linebreak="ba",
50577  unicodeslot=0x1B5B,
50578 },
50579 [0x1B5C]={
50580  category="po",
50581  description="BALINESE WINDU",
50582  direction="l",
50583  linebreak="id",
50584  unicodeslot=0x1B5C,
50585 },
50586 [0x1B5D]={
50587  category="po",
50588  description="BALINESE CARIK PAMUNGKAH",
50589  direction="l",
50590  linebreak="ba",
50591  unicodeslot=0x1B5D,
50592 },
50593 [0x1B5E]={
50594  category="po",
50595  description="BALINESE CARIK SIKI",
50596  direction="l",
50597  linebreak="ba",
50598  unicodeslot=0x1B5E,
50599 },
50600 [0x1B5F]={
50601  category="po",
50602  description="BALINESE CARIK PAREREN",
50603  direction="l",
50604  linebreak="ba",
50605  unicodeslot=0x1B5F,
50606 },
50607 [0x1B60]={
50608  category="po",
50609  description="BALINESE PAMENENG",
50610  direction="l",
50611  linebreak="ba",
50612  unicodeslot=0x1B60,
50613 },
50614 [0x1B61]={
50615  category="so",
50616  description="BALINESE MUSICAL SYMBOL DONG",
50617  direction="l",
50618  linebreak="id",
50619  unicodeslot=0x1B61,
50620 },
50621 [0x1B62]={
50622  category="so",
50623  description="BALINESE MUSICAL SYMBOL DENG",
50624  direction="l",
50625  linebreak="id",
50626  unicodeslot=0x1B62,
50627 },
50628 [0x1B63]={
50629  category="so",
50630  description="BALINESE MUSICAL SYMBOL DUNG",
50631  direction="l",
50632  linebreak="id",
50633  unicodeslot=0x1B63,
50634 },
50635 [0x1B64]={
50636  category="so",
50637  description="BALINESE MUSICAL SYMBOL DANG",
50638  direction="l",
50639  linebreak="id",
50640  unicodeslot=0x1B64,
50641 },
50642 [0x1B65]={
50643  category="so",
50644  description="BALINESE MUSICAL SYMBOL DANG SURANG",
50645  direction="l",
50646  linebreak="id",
50647  unicodeslot=0x1B65,
50648 },
50649 [0x1B66]={
50650  category="so",
50651  description="BALINESE MUSICAL SYMBOL DING",
50652  direction="l",
50653  linebreak="id",
50654  unicodeslot=0x1B66,
50655 },
50656 [0x1B67]={
50657  category="so",
50658  description="BALINESE MUSICAL SYMBOL DAENG",
50659  direction="l",
50660  linebreak="id",
50661  unicodeslot=0x1B67,
50662 },
50663 [0x1B68]={
50664  category="so",
50665  description="BALINESE MUSICAL SYMBOL DEUNG",
50666  direction="l",
50667  linebreak="id",
50668  unicodeslot=0x1B68,
50669 },
50670 [0x1B69]={
50671  category="so",
50672  description="BALINESE MUSICAL SYMBOL DAING",
50673  direction="l",
50674  linebreak="id",
50675  unicodeslot=0x1B69,
50676 },
50677 [0x1B6A]={
50678  category="so",
50679  description="BALINESE MUSICAL SYMBOL DANG GEDE",
50680  direction="l",
50681  linebreak="id",
50682  unicodeslot=0x1B6A,
50683 },
50684 [0x1B6B]={
50685  category="mn",
50686  combining=0xE6,
50687  description="BALINESE MUSICAL SYMBOL COMBINING TEGEH",
50688  direction="nsm",
50689  linebreak="cm",
50690  unicodeslot=0x1B6B,
50691 },
50692 [0x1B6C]={
50693  category="mn",
50694  combining=0xDC,
50695  description="BALINESE MUSICAL SYMBOL COMBINING ENDEP",
50696  direction="nsm",
50697  linebreak="cm",
50698  unicodeslot=0x1B6C,
50699 },
50700 [0x1B6D]={
50701  category="mn",
50702  combining=0xE6,
50703  description="BALINESE MUSICAL SYMBOL COMBINING KEMPUL",
50704  direction="nsm",
50705  linebreak="cm",
50706  unicodeslot=0x1B6D,
50707 },
50708 [0x1B6E]={
50709  category="mn",
50710  combining=0xE6,
50711  description="BALINESE MUSICAL SYMBOL COMBINING KEMPLI",
50712  direction="nsm",
50713  linebreak="cm",
50714  unicodeslot=0x1B6E,
50715 },
50716 [0x1B6F]={
50717  category="mn",
50718  combining=0xE6,
50719  description="BALINESE MUSICAL SYMBOL COMBINING JEGOGAN",
50720  direction="nsm",
50721  linebreak="cm",
50722  unicodeslot=0x1B6F,
50723 },
50724 [0x1B70]={
50725  category="mn",
50726  combining=0xE6,
50727  description="BALINESE MUSICAL SYMBOL COMBINING KEMPUL WITH JEGOGAN",
50728  direction="nsm",
50729  linebreak="cm",
50730  unicodeslot=0x1B70,
50731 },
50732 [0x1B71]={
50733  category="mn",
50734  combining=0xE6,
50735  description="BALINESE MUSICAL SYMBOL COMBINING KEMPLI WITH JEGOGAN",
50736  direction="nsm",
50737  linebreak="cm",
50738  unicodeslot=0x1B71,
50739 },
50740 [0x1B72]={
50741  category="mn",
50742  combining=0xE6,
50743  description="BALINESE MUSICAL SYMBOL COMBINING BENDE",
50744  direction="nsm",
50745  linebreak="cm",
50746  unicodeslot=0x1B72,
50747 },
50748 [0x1B73]={
50749  category="mn",
50750  combining=0xE6,
50751  description="BALINESE MUSICAL SYMBOL COMBINING GONG",
50752  direction="nsm",
50753  linebreak="cm",
50754  unicodeslot=0x1B73,
50755 },
50756 [0x1B74]={
50757  category="so",
50758  description="BALINESE MUSICAL SYMBOL RIGHT-HAND OPEN DUG",
50759  direction="l",
50760  linebreak="id",
50761  unicodeslot=0x1B74,
50762 },
50763 [0x1B75]={
50764  category="so",
50765  description="BALINESE MUSICAL SYMBOL RIGHT-HAND OPEN DAG",
50766  direction="l",
50767  linebreak="id",
50768  unicodeslot=0x1B75,
50769 },
50770 [0x1B76]={
50771  category="so",
50772  description="BALINESE MUSICAL SYMBOL RIGHT-HAND CLOSED TUK",
50773  direction="l",
50774  linebreak="id",
50775  unicodeslot=0x1B76,
50776 },
50777 [0x1B77]={
50778  category="so",
50779  description="BALINESE MUSICAL SYMBOL RIGHT-HAND CLOSED TAK",
50780  direction="l",
50781  linebreak="id",
50782  unicodeslot=0x1B77,
50783 },
50784 [0x1B78]={
50785  category="so",
50786  description="BALINESE MUSICAL SYMBOL LEFT-HAND OPEN PANG",
50787  direction="l",
50788  linebreak="id",
50789  unicodeslot=0x1B78,
50790 },
50791 [0x1B79]={
50792  category="so",
50793  description="BALINESE MUSICAL SYMBOL LEFT-HAND OPEN PUNG",
50794  direction="l",
50795  linebreak="id",
50796  unicodeslot=0x1B79,
50797 },
50798 [0x1B7A]={
50799  category="so",
50800  description="BALINESE MUSICAL SYMBOL LEFT-HAND CLOSED PLAK",
50801  direction="l",
50802  linebreak="id",
50803  unicodeslot=0x1B7A,
50804 },
50805 [0x1B7B]={
50806  category="so",
50807  description="BALINESE MUSICAL SYMBOL LEFT-HAND CLOSED PLUK",
50808  direction="l",
50809  linebreak="id",
50810  unicodeslot=0x1B7B,
50811 },
50812 [0x1B7C]={
50813  category="so",
50814  description="BALINESE MUSICAL SYMBOL LEFT-HAND OPEN PING",
50815  direction="l",
50816  linebreak="id",
50817  unicodeslot=0x1B7C,
50818 },
50819 [0x1B7D]={
50820  category="po",
50821  description="BALINESE PANTI LANTANG",
50822  direction="l",
50823  linebreak="ba",
50824  unicodeslot=0x1B7D,
50825 },
50826 [0x1B7E]={
50827  category="po",
50828  description="BALINESE PAMADA LANTANG",
50829  direction="l",
50830  linebreak="ba",
50831  unicodeslot=0x1B7E,
50832 },
50833 [0x1B7F]={
50834  category="po",
50835  description="BALINESE PANTI BAWAK",
50836  direction="l",
50837  linebreak="ba",
50838  unicodeslot=0x1B7F,
50839 },
50840 [0x1B80]={
50841  category="mn",
50842  description="SUNDANESE SIGN PANYECEK",
50843  direction="nsm",
50844  linebreak="cm",
50845  unicodeslot=0x1B80,
50846 },
50847 [0x1B81]={
50848  category="mn",
50849  description="SUNDANESE SIGN PANGLAYAR",
50850  direction="nsm",
50851  linebreak="cm",
50852  unicodeslot=0x1B81,
50853 },
50854 [0x1B82]={
50855  category="mc",
50856  description="SUNDANESE SIGN PANGWISAD",
50857  direction="l",
50858  linebreak="cm",
50859  unicodeslot=0x1B82,
50860 },
50861 [0x1B83]={
50862  category="lo",
50863  description="SUNDANESE LETTER A",
50864  direction="l",
50865  linebreak="al",
50866  unicodeslot=0x1B83,
50867 },
50868 [0x1B84]={
50869  category="lo",
50870  description="SUNDANESE LETTER I",
50871  direction="l",
50872  linebreak="al",
50873  unicodeslot=0x1B84,
50874 },
50875 [0x1B85]={
50876  category="lo",
50877  description="SUNDANESE LETTER U",
50878  direction="l",
50879  linebreak="al",
50880  unicodeslot=0x1B85,
50881 },
50882 [0x1B86]={
50883  category="lo",
50884  description="SUNDANESE LETTER AE",
50885  direction="l",
50886  linebreak="al",
50887  unicodeslot=0x1B86,
50888 },
50889 [0x1B87]={
50890  category="lo",
50891  description="SUNDANESE LETTER O",
50892  direction="l",
50893  linebreak="al",
50894  unicodeslot=0x1B87,
50895 },
50896 [0x1B88]={
50897  category="lo",
50898  description="SUNDANESE LETTER E",
50899  direction="l",
50900  linebreak="al",
50901  unicodeslot=0x1B88,
50902 },
50903 [0x1B89]={
50904  category="lo",
50905  description="SUNDANESE LETTER EU",
50906  direction="l",
50907  linebreak="al",
50908  unicodeslot=0x1B89,
50909 },
50910 [0x1B8A]={
50911  category="lo",
50912  description="SUNDANESE LETTER KA",
50913  direction="l",
50914  linebreak="al",
50915  unicodeslot=0x1B8A,
50916 },
50917 [0x1B8B]={
50918  category="lo",
50919  description="SUNDANESE LETTER QA",
50920  direction="l",
50921  linebreak="al",
50922  unicodeslot=0x1B8B,
50923 },
50924 [0x1B8C]={
50925  category="lo",
50926  description="SUNDANESE LETTER GA",
50927  direction="l",
50928  linebreak="al",
50929  unicodeslot=0x1B8C,
50930 },
50931 [0x1B8D]={
50932  category="lo",
50933  description="SUNDANESE LETTER NGA",
50934  direction="l",
50935  linebreak="al",
50936  unicodeslot=0x1B8D,
50937 },
50938 [0x1B8E]={
50939  category="lo",
50940  description="SUNDANESE LETTER CA",
50941  direction="l",
50942  linebreak="al",
50943  unicodeslot=0x1B8E,
50944 },
50945 [0x1B8F]={
50946  category="lo",
50947  description="SUNDANESE LETTER JA",
50948  direction="l",
50949  linebreak="al",
50950  unicodeslot=0x1B8F,
50951 },
50952 [0x1B90]={
50953  category="lo",
50954  description="SUNDANESE LETTER ZA",
50955  direction="l",
50956  linebreak="al",
50957  unicodeslot=0x1B90,
50958 },
50959 [0x1B91]={
50960  category="lo",
50961  description="SUNDANESE LETTER NYA",
50962  direction="l",
50963  linebreak="al",
50964  unicodeslot=0x1B91,
50965 },
50966 [0x1B92]={
50967  category="lo",
50968  description="SUNDANESE LETTER TA",
50969  direction="l",
50970  linebreak="al",
50971  unicodeslot=0x1B92,
50972 },
50973 [0x1B93]={
50974  category="lo",
50975  description="SUNDANESE LETTER DA",
50976  direction="l",
50977  linebreak="al",
50978  unicodeslot=0x1B93,
50979 },
50980 [0x1B94]={
50981  category="lo",
50982  description="SUNDANESE LETTER NA",
50983  direction="l",
50984  linebreak="al",
50985  unicodeslot=0x1B94,
50986 },
50987 [0x1B95]={
50988  category="lo",
50989  description="SUNDANESE LETTER PA",
50990  direction="l",
50991  linebreak="al",
50992  unicodeslot=0x1B95,
50993 },
50994 [0x1B96]={
50995  category="lo",
50996  description="SUNDANESE LETTER FA",
50997  direction="l",
50998  linebreak="al",
50999  unicodeslot=0x1B96,
51000 },
51001 [0x1B97]={
51002  category="lo",
51003  description="SUNDANESE LETTER VA",
51004  direction="l",
51005  linebreak="al",
51006  unicodeslot=0x1B97,
51007 },
51008 [0x1B98]={
51009  category="lo",
51010  description="SUNDANESE LETTER BA",
51011  direction="l",
51012  linebreak="al",
51013  unicodeslot=0x1B98,
51014 },
51015 [0x1B99]={
51016  category="lo",
51017  description="SUNDANESE LETTER MA",
51018  direction="l",
51019  linebreak="al",
51020  unicodeslot=0x1B99,
51021 },
51022 [0x1B9A]={
51023  category="lo",
51024  description="SUNDANESE LETTER YA",
51025  direction="l",
51026  linebreak="al",
51027  unicodeslot=0x1B9A,
51028 },
51029 [0x1B9B]={
51030  category="lo",
51031  description="SUNDANESE LETTER RA",
51032  direction="l",
51033  linebreak="al",
51034  unicodeslot=0x1B9B,
51035 },
51036 [0x1B9C]={
51037  category="lo",
51038  description="SUNDANESE LETTER LA",
51039  direction="l",
51040  linebreak="al",
51041  unicodeslot=0x1B9C,
51042 },
51043 [0x1B9D]={
51044  category="lo",
51045  description="SUNDANESE LETTER WA",
51046  direction="l",
51047  linebreak="al",
51048  unicodeslot=0x1B9D,
51049 },
51050 [0x1B9E]={
51051  category="lo",
51052  description="SUNDANESE LETTER SA",
51053  direction="l",
51054  linebreak="al",
51055  unicodeslot=0x1B9E,
51056 },
51057 [0x1B9F]={
51058  category="lo",
51059  description="SUNDANESE LETTER XA",
51060  direction="l",
51061  linebreak="al",
51062  unicodeslot=0x1B9F,
51063 },
51064 [0x1BA0]={
51065  category="lo",
51066  description="SUNDANESE LETTER HA",
51067  direction="l",
51068  linebreak="al",
51069  unicodeslot=0x1BA0,
51070 },
51071 [0x1BA1]={
51072  category="mc",
51073  description="SUNDANESE CONSONANT SIGN PAMINGKAL",
51074  direction="l",
51075  linebreak="cm",
51076  unicodeslot=0x1BA1,
51077 },
51078 [0x1BA2]={
51079  category="mn",
51080  description="SUNDANESE CONSONANT SIGN PANYAKRA",
51081  direction="nsm",
51082  linebreak="cm",
51083  unicodeslot=0x1BA2,
51084 },
51085 [0x1BA3]={
51086  category="mn",
51087  description="SUNDANESE CONSONANT SIGN PANYIKU",
51088  direction="nsm",
51089  linebreak="cm",
51090  unicodeslot=0x1BA3,
51091 },
51092 [0x1BA4]={
51093  category="mn",
51094  description="SUNDANESE VOWEL SIGN PANGHULU",
51095  direction="nsm",
51096  linebreak="cm",
51097  unicodeslot=0x1BA4,
51098 },
51099 [0x1BA5]={
51100  category="mn",
51101  description="SUNDANESE VOWEL SIGN PANYUKU",
51102  direction="nsm",
51103  linebreak="cm",
51104  unicodeslot=0x1BA5,
51105 },
51106 [0x1BA6]={
51107  category="mc",
51108  description="SUNDANESE VOWEL SIGN PANAELAENG",
51109  direction="l",
51110  linebreak="cm",
51111  unicodeslot=0x1BA6,
51112 },
51113 [0x1BA7]={
51114  category="mc",
51115  description="SUNDANESE VOWEL SIGN PANOLONG",
51116  direction="l",
51117  linebreak="cm",
51118  unicodeslot=0x1BA7,
51119 },
51120 [0x1BA8]={
51121  category="mn",
51122  description="SUNDANESE VOWEL SIGN PAMEPET",
51123  direction="nsm",
51124  linebreak="cm",
51125  unicodeslot=0x1BA8,
51126 },
51127 [0x1BA9]={
51128  category="mn",
51129  description="SUNDANESE VOWEL SIGN PANEULEUNG",
51130  direction="nsm",
51131  linebreak="cm",
51132  unicodeslot=0x1BA9,
51133 },
51134 [0x1BAA]={
51135  category="mc",
51136  combining=0x9,
51137  description="SUNDANESE SIGN PAMAAEH",
51138  direction="l",
51139  linebreak="cm",
51140  unicodeslot=0x1BAA,
51141 },
51142 [0x1BAB]={
51143  category="mn",
51144  combining=0x9,
51145  description="SUNDANESE SIGN VIRAMA",
51146  direction="nsm",
51147  linebreak="cm",
51148  unicodeslot=0x1BAB,
51149 },
51150 [0x1BAC]={
51151  category="mc",
51152  description="SUNDANESE CONSONANT SIGN PASANGAN MA",
51153  direction="nsm",
51154  linebreak="cm",
51155  unicodeslot=0x1BAC,
51156 },
51157 [0x1BAD]={
51158  category="mc",
51159  description="SUNDANESE CONSONANT SIGN PASANGAN WA",
51160  direction="nsm",
51161  linebreak="cm",
51162  unicodeslot=0x1BAD,
51163 },
51164 [0x1BAE]={
51165  category="lo",
51166  description="SUNDANESE LETTER KHA",
51167  direction="l",
51168  linebreak="al",
51169  unicodeslot=0x1BAE,
51170 },
51171 [0x1BAF]={
51172  category="lo",
51173  description="SUNDANESE LETTER SYA",
51174  direction="l",
51175  linebreak="al",
51176  unicodeslot=0x1BAF,
51177 },
51178 [0x1BB0]={
51179  category="nd",
51180  description="SUNDANESE DIGIT ZERO",
51181  direction="l",
51182  linebreak="nu",
51183  unicodeslot=0x1BB0,
51184 },
51185 [0x1BB1]={
51186  category="nd",
51187  description="SUNDANESE DIGIT ONE",
51188  direction="l",
51189  linebreak="nu",
51190  unicodeslot=0x1BB1,
51191 },
51192 [0x1BB2]={
51193  category="nd",
51194  description="SUNDANESE DIGIT TWO",
51195  direction="l",
51196  linebreak="nu",
51197  unicodeslot=0x1BB2,
51198 },
51199 [0x1BB3]={
51200  category="nd",
51201  description="SUNDANESE DIGIT THREE",
51202  direction="l",
51203  linebreak="nu",
51204  unicodeslot=0x1BB3,
51205 },
51206 [0x1BB4]={
51207  category="nd",
51208  description="SUNDANESE DIGIT FOUR",
51209  direction="l",
51210  linebreak="nu",
51211  unicodeslot=0x1BB4,
51212 },
51213 [0x1BB5]={
51214  category="nd",
51215  description="SUNDANESE DIGIT FIVE",
51216  direction="l",
51217  linebreak="nu",
51218  unicodeslot=0x1BB5,
51219 },
51220 [0x1BB6]={
51221  category="nd",
51222  description="SUNDANESE DIGIT SIX",
51223  direction="l",
51224  linebreak="nu",
51225  unicodeslot=0x1BB6,
51226 },
51227 [0x1BB7]={
51228  category="nd",
51229  description="SUNDANESE DIGIT SEVEN",
51230  direction="l",
51231  linebreak="nu",
51232  unicodeslot=0x1BB7,
51233 },
51234 [0x1BB8]={
51235  category="nd",
51236  description="SUNDANESE DIGIT EIGHT",
51237  direction="l",
51238  linebreak="nu",
51239  unicodeslot=0x1BB8,
51240 },
51241 [0x1BB9]={
51242  category="nd",
51243  description="SUNDANESE DIGIT NINE",
51244  direction="l",
51245  linebreak="nu",
51246  unicodeslot=0x1BB9,
51247 },
51248 [0x1BBA]={
51249  category="lo",
51250  description="SUNDANESE AVAGRAHA",
51251  direction="l",
51252  linebreak="al",
51253  unicodeslot=0x1BBA,
51254 },
51255 [0x1BBB]={
51256  category="lo",
51257  description="SUNDANESE LETTER REU",
51258  direction="l",
51259  linebreak="al",
51260  unicodeslot=0x1BBB,
51261 },
51262 [0x1BBC]={
51263  category="lo",
51264  description="SUNDANESE LETTER LEU",
51265  direction="l",
51266  linebreak="al",
51267  unicodeslot=0x1BBC,
51268 },
51269 [0x1BBD]={
51270  category="lo",
51271  description="SUNDANESE LETTER BHA",
51272  direction="l",
51273  linebreak="al",
51274  unicodeslot=0x1BBD,
51275 },
51276 [0x1BBE]={
51277  category="lo",
51278  description="SUNDANESE LETTER FINAL K",
51279  direction="l",
51280  linebreak="al",
51281  unicodeslot=0x1BBE,
51282 },
51283 [0x1BBF]={
51284  category="lo",
51285  description="SUNDANESE LETTER FINAL M",
51286  direction="l",
51287  linebreak="al",
51288  unicodeslot=0x1BBF,
51289 },
51290 [0x1BC0]={
51291  category="lo",
51292  description="BATAK LETTER A",
51293  direction="l",
51294  linebreak="as",
51295  unicodeslot=0x1BC0,
51296 },
51297 [0x1BC1]={
51298  category="lo",
51299  description="BATAK LETTER SIMALUNGUN A",
51300  direction="l",
51301  linebreak="as",
51302  unicodeslot=0x1BC1,
51303 },
51304 [0x1BC2]={
51305  category="lo",
51306  description="BATAK LETTER HA",
51307  direction="l",
51308  linebreak="as",
51309  unicodeslot=0x1BC2,
51310 },
51311 [0x1BC3]={
51312  category="lo",
51313  description="BATAK LETTER SIMALUNGUN HA",
51314  direction="l",
51315  linebreak="as",
51316  unicodeslot=0x1BC3,
51317 },
51318 [0x1BC4]={
51319  category="lo",
51320  description="BATAK LETTER MANDAILING HA",
51321  direction="l",
51322  linebreak="as",
51323  unicodeslot=0x1BC4,
51324 },
51325 [0x1BC5]={
51326  category="lo",
51327  description="BATAK LETTER BA",
51328  direction="l",
51329  linebreak="as",
51330  unicodeslot=0x1BC5,
51331 },
51332 [0x1BC6]={
51333  category="lo",
51334  description="BATAK LETTER KARO BA",
51335  direction="l",
51336  linebreak="as",
51337  unicodeslot=0x1BC6,
51338 },
51339 [0x1BC7]={
51340  category="lo",
51341  description="BATAK LETTER PA",
51342  direction="l",
51343  linebreak="as",
51344  unicodeslot=0x1BC7,
51345 },
51346 [0x1BC8]={
51347  category="lo",
51348  description="BATAK LETTER SIMALUNGUN PA",
51349  direction="l",
51350  linebreak="as",
51351  unicodeslot=0x1BC8,
51352 },
51353 [0x1BC9]={
51354  category="lo",
51355  description="BATAK LETTER NA",
51356  direction="l",
51357  linebreak="as",
51358  unicodeslot=0x1BC9,
51359 },
51360 [0x1BCA]={
51361  category="lo",
51362  description="BATAK LETTER MANDAILING NA",
51363  direction="l",
51364  linebreak="as",
51365  unicodeslot=0x1BCA,
51366 },
51367 [0x1BCB]={
51368  category="lo",
51369  description="BATAK LETTER WA",
51370  direction="l",
51371  linebreak="as",
51372  unicodeslot=0x1BCB,
51373 },
51374 [0x1BCC]={
51375  category="lo",
51376  description="BATAK LETTER SIMALUNGUN WA",
51377  direction="l",
51378  linebreak="as",
51379  unicodeslot=0x1BCC,
51380 },
51381 [0x1BCD]={
51382  category="lo",
51383  description="BATAK LETTER PAKPAK WA",
51384  direction="l",
51385  linebreak="as",
51386  unicodeslot=0x1BCD,
51387 },
51388 [0x1BCE]={
51389  category="lo",
51390  description="BATAK LETTER GA",
51391  direction="l",
51392  linebreak="as",
51393  unicodeslot=0x1BCE,
51394 },
51395 [0x1BCF]={
51396  category="lo",
51397  description="BATAK LETTER SIMALUNGUN GA",
51398  direction="l",
51399  linebreak="as",
51400  unicodeslot=0x1BCF,
51401 },
51402 [0x1BD0]={
51403  category="lo",
51404  description="BATAK LETTER JA",
51405  direction="l",
51406  linebreak="as",
51407  unicodeslot=0x1BD0,
51408 },
51409 [0x1BD1]={
51410  category="lo",
51411  description="BATAK LETTER DA",
51412  direction="l",
51413  linebreak="as",
51414  unicodeslot=0x1BD1,
51415 },
51416 [0x1BD2]={
51417  category="lo",
51418  description="BATAK LETTER RA",
51419  direction="l",
51420  linebreak="as",
51421  unicodeslot=0x1BD2,
51422 },
51423 [0x1BD3]={
51424  category="lo",
51425  description="BATAK LETTER SIMALUNGUN RA",
51426  direction="l",
51427  linebreak="as",
51428  unicodeslot=0x1BD3,
51429 },
51430 [0x1BD4]={
51431  category="lo",
51432  description="BATAK LETTER MA",
51433  direction="l",
51434  linebreak="as",
51435  unicodeslot=0x1BD4,
51436 },
51437 [0x1BD5]={
51438  category="lo",
51439  description="BATAK LETTER SIMALUNGUN MA",
51440  direction="l",
51441  linebreak="as",
51442  unicodeslot=0x1BD5,
51443 },
51444 [0x1BD6]={
51445  category="lo",
51446  description="BATAK LETTER SOUTHERN TA",
51447  direction="l",
51448  linebreak="as",
51449  unicodeslot=0x1BD6,
51450 },
51451 [0x1BD7]={
51452  category="lo",
51453  description="BATAK LETTER NORTHERN TA",
51454  direction="l",
51455  linebreak="as",
51456  unicodeslot=0x1BD7,
51457 },
51458 [0x1BD8]={
51459  category="lo",
51460  description="BATAK LETTER SA",
51461  direction="l",
51462  linebreak="as",
51463  unicodeslot=0x1BD8,
51464 },
51465 [0x1BD9]={
51466  category="lo",
51467  description="BATAK LETTER SIMALUNGUN SA",
51468  direction="l",
51469  linebreak="as",
51470  unicodeslot=0x1BD9,
51471 },
51472 [0x1BDA]={
51473  category="lo",
51474  description="BATAK LETTER MANDAILING SA",
51475  direction="l",
51476  linebreak="as",
51477  unicodeslot=0x1BDA,
51478 },
51479 [0x1BDB]={
51480  category="lo",
51481  description="BATAK LETTER YA",
51482  direction="l",
51483  linebreak="as",
51484  unicodeslot=0x1BDB,
51485 },
51486 [0x1BDC]={
51487  category="lo",
51488  description="BATAK LETTER SIMALUNGUN YA",
51489  direction="l",
51490  linebreak="as",
51491  unicodeslot=0x1BDC,
51492 },
51493 [0x1BDD]={
51494  category="lo",
51495  description="BATAK LETTER NGA",
51496  direction="l",
51497  linebreak="as",
51498  unicodeslot=0x1BDD,
51499 },
51500 [0x1BDE]={
51501  category="lo",
51502  description="BATAK LETTER LA",
51503  direction="l",
51504  linebreak="as",
51505  unicodeslot=0x1BDE,
51506 },
51507 [0x1BDF]={
51508  category="lo",
51509  description="BATAK LETTER SIMALUNGUN LA",
51510  direction="l",
51511  linebreak="as",
51512  unicodeslot=0x1BDF,
51513 },
51514 [0x1BE0]={
51515  category="lo",
51516  description="BATAK LETTER NYA",
51517  direction="l",
51518  linebreak="as",
51519  unicodeslot=0x1BE0,
51520 },
51521 [0x1BE1]={
51522  category="lo",
51523  description="BATAK LETTER CA",
51524  direction="l",
51525  linebreak="as",
51526  unicodeslot=0x1BE1,
51527 },
51528 [0x1BE2]={
51529  category="lo",
51530  description="BATAK LETTER NDA",
51531  direction="l",
51532  linebreak="as",
51533  unicodeslot=0x1BE2,
51534 },
51535 [0x1BE3]={
51536  category="lo",
51537  description="BATAK LETTER MBA",
51538  direction="l",
51539  linebreak="as",
51540  unicodeslot=0x1BE3,
51541 },
51542 [0x1BE4]={
51543  category="lo",
51544  description="BATAK LETTER I",
51545  direction="l",
51546  linebreak="as",
51547  unicodeslot=0x1BE4,
51548 },
51549 [0x1BE5]={
51550  category="lo",
51551  description="BATAK LETTER U",
51552  direction="l",
51553  linebreak="as",
51554  unicodeslot=0x1BE5,
51555 },
51556 [0x1BE6]={
51557  category="mn",
51558  combining=0x7,
51559  description="BATAK SIGN TOMPI",
51560  direction="nsm",
51561  linebreak="cm",
51562  unicodeslot=0x1BE6,
51563 },
51564 [0x1BE7]={
51565  category="mc",
51566  description="BATAK VOWEL SIGN E",
51567  direction="l",
51568  linebreak="cm",
51569  unicodeslot=0x1BE7,
51570 },
51571 [0x1BE8]={
51572  category="mn",
51573  description="BATAK VOWEL SIGN PAKPAK E",
51574  direction="nsm",
51575  linebreak="cm",
51576  unicodeslot=0x1BE8,
51577 },
51578 [0x1BE9]={
51579  category="mn",
51580  description="BATAK VOWEL SIGN EE",
51581  direction="nsm",
51582  linebreak="cm",
51583  unicodeslot=0x1BE9,
51584 },
51585 [0x1BEA]={
51586  category="mc",
51587  description="BATAK VOWEL SIGN I",
51588  direction="l",
51589  linebreak="cm",
51590  unicodeslot=0x1BEA,
51591 },
51592 [0x1BEB]={
51593  category="mc",
51594  description="BATAK VOWEL SIGN KARO I",
51595  direction="l",
51596  linebreak="cm",
51597  unicodeslot=0x1BEB,
51598 },
51599 [0x1BEC]={
51600  category="mc",
51601  description="BATAK VOWEL SIGN O",
51602  direction="l",
51603  linebreak="cm",
51604  unicodeslot=0x1BEC,
51605 },
51606 [0x1BED]={
51607  category="mn",
51608  description="BATAK VOWEL SIGN KARO O",
51609  direction="nsm",
51610  linebreak="cm",
51611  unicodeslot=0x1BED,
51612 },
51613 [0x1BEE]={
51614  category="mc",
51615  description="BATAK VOWEL SIGN U",
51616  direction="l",
51617  linebreak="cm",
51618  unicodeslot=0x1BEE,
51619 },
51620 [0x1BEF]={
51621  category="mn",
51622  description="BATAK VOWEL SIGN U FOR SIMALUNGUN SA",
51623  direction="nsm",
51624  linebreak="cm",
51625  unicodeslot=0x1BEF,
51626 },
51627 [0x1BF0]={
51628  category="mn",
51629  description="BATAK CONSONANT SIGN NG",
51630  direction="nsm",
51631  linebreak="cm",
51632  unicodeslot=0x1BF0,
51633 },
51634 [0x1BF1]={
51635  category="mn",
51636  description="BATAK CONSONANT SIGN H",
51637  direction="nsm",
51638  linebreak="cm",
51639  unicodeslot=0x1BF1,
51640 },
51641 [0x1BF2]={
51642  category="mc",
51643  combining=0x9,
51644  description="BATAK PANGOLAT",
51645  direction="l",
51646  linebreak="vf",
51647  unicodeslot=0x1BF2,
51648 },
51649 [0x1BF3]={
51650  category="mc",
51651  combining=0x9,
51652  description="BATAK PANONGONAN",
51653  direction="l",
51654  linebreak="vf",
51655  unicodeslot=0x1BF3,
51656 },
51657 [0x1BFC]={
51658  category="po",
51659  description="BATAK SYMBOL BINDU NA METEK",
51660  direction="l",
51661  linebreak="al",
51662  unicodeslot=0x1BFC,
51663 },
51664 [0x1BFD]={
51665  category="po",
51666  description="BATAK SYMBOL BINDU PINARBORAS",
51667  direction="l",
51668  linebreak="al",
51669  unicodeslot=0x1BFD,
51670 },
51671 [0x1BFE]={
51672  category="po",
51673  description="BATAK SYMBOL BINDU JUDUL",
51674  direction="l",
51675  linebreak="al",
51676  unicodeslot=0x1BFE,
51677 },
51678 [0x1BFF]={
51679  category="po",
51680  description="BATAK SYMBOL BINDU PANGOLAT",
51681  direction="l",
51682  linebreak="al",
51683  unicodeslot=0x1BFF,
51684 },
51685 [0x1C00]={
51686  category="lo",
51687  description="LEPCHA LETTER KA",
51688  direction="l",
51689  linebreak="al",
51690  unicodeslot=0x1C00,
51691 },
51692 [0x1C01]={
51693  category="lo",
51694  description="LEPCHA LETTER KLA",
51695  direction="l",
51696  linebreak="al",
51697  unicodeslot=0x1C01,
51698 },
51699 [0x1C02]={
51700  category="lo",
51701  description="LEPCHA LETTER KHA",
51702  direction="l",
51703  linebreak="al",
51704  unicodeslot=0x1C02,
51705 },
51706 [0x1C03]={
51707  category="lo",
51708  description="LEPCHA LETTER GA",
51709  direction="l",
51710  linebreak="al",
51711  unicodeslot=0x1C03,
51712 },
51713 [0x1C04]={
51714  category="lo",
51715  description="LEPCHA LETTER GLA",
51716  direction="l",
51717  linebreak="al",
51718  unicodeslot=0x1C04,
51719 },
51720 [0x1C05]={
51721  category="lo",
51722  description="LEPCHA LETTER NGA",
51723  direction="l",
51724  linebreak="al",
51725  unicodeslot=0x1C05,
51726 },
51727 [0x1C06]={
51728  category="lo",
51729  description="LEPCHA LETTER CA",
51730  direction="l",
51731  linebreak="al",
51732  unicodeslot=0x1C06,
51733 },
51734 [0x1C07]={
51735  category="lo",
51736  description="LEPCHA LETTER CHA",
51737  direction="l",
51738  linebreak="al",
51739  unicodeslot=0x1C07,
51740 },
51741 [0x1C08]={
51742  category="lo",
51743  description="LEPCHA LETTER JA",
51744  direction="l",
51745  linebreak="al",
51746  unicodeslot=0x1C08,
51747 },
51748 [0x1C09]={
51749  category="lo",
51750  description="LEPCHA LETTER NYA",
51751  direction="l",
51752  linebreak="al",
51753  unicodeslot=0x1C09,
51754 },
51755 [0x1C0A]={
51756  category="lo",
51757  description="LEPCHA LETTER TA",
51758  direction="l",
51759  linebreak="al",
51760  unicodeslot=0x1C0A,
51761 },
51762 [0x1C0B]={
51763  category="lo",
51764  description="LEPCHA LETTER THA",
51765  direction="l",
51766  linebreak="al",
51767  unicodeslot=0x1C0B,
51768 },
51769 [0x1C0C]={
51770  category="lo",
51771  description="LEPCHA LETTER DA",
51772  direction="l",
51773  linebreak="al",
51774  unicodeslot=0x1C0C,
51775 },
51776 [0x1C0D]={
51777  category="lo",
51778  description="LEPCHA LETTER NA",
51779  direction="l",
51780  linebreak="al",
51781  unicodeslot=0x1C0D,
51782 },
51783 [0x1C0E]={
51784  category="lo",
51785  description="LEPCHA LETTER PA",
51786  direction="l",
51787  linebreak="al",
51788  unicodeslot=0x1C0E,
51789 },
51790 [0x1C0F]={
51791  category="lo",
51792  description="LEPCHA LETTER PLA",
51793  direction="l",
51794  linebreak="al",
51795  unicodeslot=0x1C0F,
51796 },
51797 [0x1C10]={
51798  category="lo",
51799  description="LEPCHA LETTER PHA",
51800  direction="l",
51801  linebreak="al",
51802  unicodeslot=0x1C10,
51803 },
51804 [0x1C11]={
51805  category="lo",
51806  description="LEPCHA LETTER FA",
51807  direction="l",
51808  linebreak="al",
51809  unicodeslot=0x1C11,
51810 },
51811 [0x1C12]={
51812  category="lo",
51813  description="LEPCHA LETTER FLA",
51814  direction="l",
51815  linebreak="al",
51816  unicodeslot=0x1C12,
51817 },
51818 [0x1C13]={
51819  category="lo",
51820  description="LEPCHA LETTER BA",
51821  direction="l",
51822  linebreak="al",
51823  unicodeslot=0x1C13,
51824 },
51825 [0x1C14]={
51826  category="lo",
51827  description="LEPCHA LETTER BLA",
51828  direction="l",
51829  linebreak="al",
51830  unicodeslot=0x1C14,
51831 },
51832 [0x1C15]={
51833  category="lo",
51834  description="LEPCHA LETTER MA",
51835  direction="l",
51836  linebreak="al",
51837  unicodeslot=0x1C15,
51838 },
51839 [0x1C16]={
51840  category="lo",
51841  description="LEPCHA LETTER MLA",
51842  direction="l",
51843  linebreak="al",
51844  unicodeslot=0x1C16,
51845 },
51846 [0x1C17]={
51847  category="lo",
51848  description="LEPCHA LETTER TSA",
51849  direction="l",
51850  linebreak="al",
51851  unicodeslot=0x1C17,
51852 },
51853 [0x1C18]={
51854  category="lo",
51855  description="LEPCHA LETTER TSHA",
51856  direction="l",
51857  linebreak="al",
51858  unicodeslot=0x1C18,
51859 },
51860 [0x1C19]={
51861  category="lo",
51862  description="LEPCHA LETTER DZA",
51863  direction="l",
51864  linebreak="al",
51865  unicodeslot=0x1C19,
51866 },
51867 [0x1C1A]={
51868  category="lo",
51869  description="LEPCHA LETTER YA",
51870  direction="l",
51871  linebreak="al",
51872  unicodeslot=0x1C1A,
51873 },
51874 [0x1C1B]={
51875  category="lo",
51876  description="LEPCHA LETTER RA",
51877  direction="l",
51878  linebreak="al",
51879  unicodeslot=0x1C1B,
51880 },
51881 [0x1C1C]={
51882  category="lo",
51883  description="LEPCHA LETTER LA",
51884  direction="l",
51885  linebreak="al",
51886  unicodeslot=0x1C1C,
51887 },
51888 [0x1C1D]={
51889  category="lo",
51890  description="LEPCHA LETTER HA",
51891  direction="l",
51892  linebreak="al",
51893  unicodeslot=0x1C1D,
51894 },
51895 [0x1C1E]={
51896  category="lo",
51897  description="LEPCHA LETTER HLA",
51898  direction="l",
51899  linebreak="al",
51900  unicodeslot=0x1C1E,
51901 },
51902 [0x1C1F]={
51903  category="lo",
51904  description="LEPCHA LETTER VA",
51905  direction="l",
51906  linebreak="al",
51907  unicodeslot=0x1C1F,
51908 },
51909 [0x1C20]={
51910  category="lo",
51911  description="LEPCHA LETTER SA",
51912  direction="l",
51913  linebreak="al",
51914  unicodeslot=0x1C20,
51915 },
51916 [0x1C21]={
51917  category="lo",
51918  description="LEPCHA LETTER SHA",
51919  direction="l",
51920  linebreak="al",
51921  unicodeslot=0x1C21,
51922 },
51923 [0x1C22]={
51924  category="lo",
51925  description="LEPCHA LETTER WA",
51926  direction="l",
51927  linebreak="al",
51928  unicodeslot=0x1C22,
51929 },
51930 [0x1C23]={
51931  category="lo",
51932  description="LEPCHA LETTER A",
51933  direction="l",
51934  linebreak="al",
51935  unicodeslot=0x1C23,
51936 },
51937 [0x1C24]={
51938  category="mc",
51939  description="LEPCHA SUBJOINED LETTER YA",
51940  direction="l",
51941  linebreak="cm",
51942  unicodeslot=0x1C24,
51943 },
51944 [0x1C25]={
51945  category="mc",
51946  description="LEPCHA SUBJOINED LETTER RA",
51947  direction="l",
51948  linebreak="cm",
51949  unicodeslot=0x1C25,
51950 },
51951 [0x1C26]={
51952  category="mc",
51953  description="LEPCHA VOWEL SIGN AA",
51954  direction="l",
51955  linebreak="cm",
51956  unicodeslot=0x1C26,
51957 },
51958 [0x1C27]={
51959  category="mc",
51960  description="LEPCHA VOWEL SIGN I",
51961  direction="l",
51962  linebreak="cm",
51963  unicodeslot=0x1C27,
51964 },
51965 [0x1C28]={
51966  category="mc",
51967  description="LEPCHA VOWEL SIGN O",
51968  direction="l",
51969  linebreak="cm",
51970  unicodeslot=0x1C28,
51971 },
51972 [0x1C29]={
51973  category="mc",
51974  description="LEPCHA VOWEL SIGN OO",
51975  direction="l",
51976  linebreak="cm",
51977  unicodeslot=0x1C29,
51978 },
51979 [0x1C2A]={
51980  category="mc",
51981  description="LEPCHA VOWEL SIGN U",
51982  direction="l",
51983  linebreak="cm",
51984  unicodeslot=0x1C2A,
51985 },
51986 [0x1C2B]={
51987  category="mc",
51988  description="LEPCHA VOWEL SIGN UU",
51989  direction="l",
51990  linebreak="cm",
51991  unicodeslot=0x1C2B,
51992 },
51993 [0x1C2C]={
51994  category="mn",
51995  description="LEPCHA VOWEL SIGN E",
51996  direction="nsm",
51997  linebreak="cm",
51998  unicodeslot=0x1C2C,
51999 },
52000 [0x1C2D]={
52001  category="mn",
52002  description="LEPCHA CONSONANT SIGN K",
52003  direction="nsm",
52004  linebreak="cm",
52005  unicodeslot=0x1C2D,
52006 },
52007 [0x1C2E]={
52008  category="mn",
52009  description="LEPCHA CONSONANT SIGN M",
52010  direction="nsm",
52011  linebreak="cm",
52012  unicodeslot=0x1C2E,
52013 },
52014 [0x1C2F]={
52015  category="mn",
52016  description="LEPCHA CONSONANT SIGN L",
52017  direction="nsm",
52018  linebreak="cm",
52019  unicodeslot=0x1C2F,
52020 },
52021 [0x1C30]={
52022  category="mn",
52023  description="LEPCHA CONSONANT SIGN N",
52024  direction="nsm",
52025  linebreak="cm",
52026  unicodeslot=0x1C30,
52027 },
52028 [0x1C31]={
52029  category="mn",
52030  description="LEPCHA CONSONANT SIGN P",
52031  direction="nsm",
52032  linebreak="cm",
52033  unicodeslot=0x1C31,
52034 },
52035 [0x1C32]={
52036  category="mn",
52037  description="LEPCHA CONSONANT SIGN R",
52038  direction="nsm",
52039  linebreak="cm",
52040  unicodeslot=0x1C32,
52041 },
52042 [0x1C33]={
52043  category="mn",
52044  description="LEPCHA CONSONANT SIGN T",
52045  direction="nsm",
52046  linebreak="cm",
52047  unicodeslot=0x1C33,
52048 },
52049 [0x1C34]={
52050  category="mc",
52051  description="LEPCHA CONSONANT SIGN NYIN-DO",
52052  direction="l",
52053  linebreak="cm",
52054  unicodeslot=0x1C34,
52055 },
52056 [0x1C35]={
52057  category="mc",
52058  description="LEPCHA CONSONANT SIGN KANG",
52059  direction="l",
52060  linebreak="cm",
52061  unicodeslot=0x1C35,
52062 },
52063 [0x1C36]={
52064  category="mn",
52065  description="LEPCHA SIGN RAN",
52066  direction="nsm",
52067  linebreak="cm",
52068  unicodeslot=0x1C36,
52069 },
52070 [0x1C37]={
52071  category="mn",
52072  combining=0x7,
52073  description="LEPCHA SIGN NUKTA",
52074  direction="nsm",
52075  linebreak="cm",
52076  unicodeslot=0x1C37,
52077 },
52078 [0x1C3B]={
52079  category="po",
52080  description="LEPCHA PUNCTUATION TA-ROL",
52081  direction="l",
52082  linebreak="ba",
52083  unicodeslot=0x1C3B,
52084 },
52085 [0x1C3C]={
52086  category="po",
52087  description="LEPCHA PUNCTUATION NYET THYOOM TA-ROL",
52088  direction="l",
52089  linebreak="ba",
52090  unicodeslot=0x1C3C,
52091 },
52092 [0x1C3D]={
52093  category="po",
52094  description="LEPCHA PUNCTUATION CER-WA",
52095  direction="l",
52096  linebreak="ba",
52097  unicodeslot=0x1C3D,
52098 },
52099 [0x1C3E]={
52100  category="po",
52101  description="LEPCHA PUNCTUATION TSHOOK CER-WA",
52102  direction="l",
52103  linebreak="ba",
52104  unicodeslot=0x1C3E,
52105 },
52106 [0x1C3F]={
52107  category="po",
52108  description="LEPCHA PUNCTUATION TSHOOK",
52109  direction="l",
52110  linebreak="ba",
52111  unicodeslot=0x1C3F,
52112 },
52113 [0x1C40]={
52114  category="nd",
52115  description="LEPCHA DIGIT ZERO",
52116  direction="l",
52117  linebreak="nu",
52118  unicodeslot=0x1C40,
52119 },
52120 [0x1C41]={
52121  category="nd",
52122  description="LEPCHA DIGIT ONE",
52123  direction="l",
52124  linebreak="nu",
52125  unicodeslot=0x1C41,
52126 },
52127 [0x1C42]={
52128  category="nd",
52129  description="LEPCHA DIGIT TWO",
52130  direction="l",
52131  linebreak="nu",
52132  unicodeslot=0x1C42,
52133 },
52134 [0x1C43]={
52135  category="nd",
52136  description="LEPCHA DIGIT THREE",
52137  direction="l",
52138  linebreak="nu",
52139  unicodeslot=0x1C43,
52140 },
52141 [0x1C44]={
52142  category="nd",
52143  description="LEPCHA DIGIT FOUR",
52144  direction="l",
52145  linebreak="nu",
52146  unicodeslot=0x1C44,
52147 },
52148 [0x1C45]={
52149  category="nd",
52150  description="LEPCHA DIGIT FIVE",
52151  direction="l",
52152  linebreak="nu",
52153  unicodeslot=0x1C45,
52154 },
52155 [0x1C46]={
52156  category="nd",
52157  description="LEPCHA DIGIT SIX",
52158  direction="l",
52159  linebreak="nu",
52160  unicodeslot=0x1C46,
52161 },
52162 [0x1C47]={
52163  category="nd",
52164  description="LEPCHA DIGIT SEVEN",
52165  direction="l",
52166  linebreak="nu",
52167  unicodeslot=0x1C47,
52168 },
52169 [0x1C48]={
52170  category="nd",
52171  description="LEPCHA DIGIT EIGHT",
52172  direction="l",
52173  linebreak="nu",
52174  unicodeslot=0x1C48,
52175 },
52176 [0x1C49]={
52177  category="nd",
52178  description="LEPCHA DIGIT NINE",
52179  direction="l",
52180  linebreak="nu",
52181  unicodeslot=0x1C49,
52182 },
52183 [0x1C4D]={
52184  category="lo",
52185  description="LEPCHA LETTER TTA",
52186  direction="l",
52187  linebreak="al",
52188  unicodeslot=0x1C4D,
52189 },
52190 [0x1C4E]={
52191  category="lo",
52192  description="LEPCHA LETTER TTHA",
52193  direction="l",
52194  linebreak="al",
52195  unicodeslot=0x1C4E,
52196 },
52197 [0x1C4F]={
52198  category="lo",
52199  description="LEPCHA LETTER DDA",
52200  direction="l",
52201  linebreak="al",
52202  unicodeslot=0x1C4F,
52203 },
52204 [0x1C50]={
52205  category="nd",
52206  description="OL CHIKI DIGIT ZERO",
52207  direction="l",
52208  linebreak="nu",
52209  unicodeslot=0x1C50,
52210 },
52211 [0x1C51]={
52212  category="nd",
52213  description="OL CHIKI DIGIT ONE",
52214  direction="l",
52215  linebreak="nu",
52216  unicodeslot=0x1C51,
52217 },
52218 [0x1C52]={
52219  category="nd",
52220  description="OL CHIKI DIGIT TWO",
52221  direction="l",
52222  linebreak="nu",
52223  unicodeslot=0x1C52,
52224 },
52225 [0x1C53]={
52226  category="nd",
52227  description="OL CHIKI DIGIT THREE",
52228  direction="l",
52229  linebreak="nu",
52230  unicodeslot=0x1C53,
52231 },
52232 [0x1C54]={
52233  category="nd",
52234  description="OL CHIKI DIGIT FOUR",
52235  direction="l",
52236  linebreak="nu",
52237  unicodeslot=0x1C54,
52238 },
52239 [0x1C55]={
52240  category="nd",
52241  description="OL CHIKI DIGIT FIVE",
52242  direction="l",
52243  linebreak="nu",
52244  unicodeslot=0x1C55,
52245 },
52246 [0x1C56]={
52247  category="nd",
52248  description="OL CHIKI DIGIT SIX",
52249  direction="l",
52250  linebreak="nu",
52251  unicodeslot=0x1C56,
52252 },
52253 [0x1C57]={
52254  category="nd",
52255  description="OL CHIKI DIGIT SEVEN",
52256  direction="l",
52257  linebreak="nu",
52258  unicodeslot=0x1C57,
52259 },
52260 [0x1C58]={
52261  category="nd",
52262  description="OL CHIKI DIGIT EIGHT",
52263  direction="l",
52264  linebreak="nu",
52265  unicodeslot=0x1C58,
52266 },
52267 [0x1C59]={
52268  category="nd",
52269  description="OL CHIKI DIGIT NINE",
52270  direction="l",
52271  linebreak="nu",
52272  unicodeslot=0x1C59,
52273 },
52274 [0x1C5A]={
52275  category="lo",
52276  description="OL CHIKI LETTER LA",
52277  direction="l",
52278  linebreak="al",
52279  unicodeslot=0x1C5A,
52280 },
52281 [0x1C5B]={
52282  category="lo",
52283  description="OL CHIKI LETTER AT",
52284  direction="l",
52285  linebreak="al",
52286  unicodeslot=0x1C5B,
52287 },
52288 [0x1C5C]={
52289  category="lo",
52290  description="OL CHIKI LETTER AG",
52291  direction="l",
52292  linebreak="al",
52293  unicodeslot=0x1C5C,
52294 },
52295 [0x1C5D]={
52296  category="lo",
52297  description="OL CHIKI LETTER ANG",
52298  direction="l",
52299  linebreak="al",
52300  unicodeslot=0x1C5D,
52301 },
52302 [0x1C5E]={
52303  category="lo",
52304  description="OL CHIKI LETTER AL",
52305  direction="l",
52306  linebreak="al",
52307  unicodeslot=0x1C5E,
52308 },
52309 [0x1C5F]={
52310  category="lo",
52311  description="OL CHIKI LETTER LAA",
52312  direction="l",
52313  linebreak="al",
52314  unicodeslot=0x1C5F,
52315 },
52316 [0x1C60]={
52317  category="lo",
52318  description="OL CHIKI LETTER AAK",
52319  direction="l",
52320  linebreak="al",
52321  unicodeslot=0x1C60,
52322 },
52323 [0x1C61]={
52324  category="lo",
52325  description="OL CHIKI LETTER AAJ",
52326  direction="l",
52327  linebreak="al",
52328  unicodeslot=0x1C61,
52329 },
52330 [0x1C62]={
52331  category="lo",
52332  description="OL CHIKI LETTER AAM",
52333  direction="l",
52334  linebreak="al",
52335  unicodeslot=0x1C62,
52336 },
52337 [0x1C63]={
52338  category="lo",
52339  description="OL CHIKI LETTER AAW",
52340  direction="l",
52341  linebreak="al",
52342  unicodeslot=0x1C63,
52343 },
52344 [0x1C64]={
52345  category="lo",
52346  description="OL CHIKI LETTER LI",
52347  direction="l",
52348  linebreak="al",
52349  unicodeslot=0x1C64,
52350 },
52351 [0x1C65]={
52352  category="lo",
52353  description="OL CHIKI LETTER IS",
52354  direction="l",
52355  linebreak="al",
52356  unicodeslot=0x1C65,
52357 },
52358 [0x1C66]={
52359  category="lo",
52360  description="OL CHIKI LETTER IH",
52361  direction="l",
52362  linebreak="al",
52363  unicodeslot=0x1C66,
52364 },
52365 [0x1C67]={
52366  category="lo",
52367  description="OL CHIKI LETTER INY",
52368  direction="l",
52369  linebreak="al",
52370  unicodeslot=0x1C67,
52371 },
52372 [0x1C68]={
52373  category="lo",
52374  description="OL CHIKI LETTER IR",
52375  direction="l",
52376  linebreak="al",
52377  unicodeslot=0x1C68,
52378 },
52379 [0x1C69]={
52380  category="lo",
52381  description="OL CHIKI LETTER LU",
52382  direction="l",
52383  linebreak="al",
52384  unicodeslot=0x1C69,
52385 },
52386 [0x1C6A]={
52387  category="lo",
52388  description="OL CHIKI LETTER UC",
52389  direction="l",
52390  linebreak="al",
52391  unicodeslot=0x1C6A,
52392 },
52393 [0x1C6B]={
52394  category="lo",
52395  description="OL CHIKI LETTER UD",
52396  direction="l",
52397  linebreak="al",
52398  unicodeslot=0x1C6B,
52399 },
52400 [0x1C6C]={
52401  category="lo",
52402  description="OL CHIKI LETTER UNN",
52403  direction="l",
52404  linebreak="al",
52405  unicodeslot=0x1C6C,
52406 },
52407 [0x1C6D]={
52408  category="lo",
52409  description="OL CHIKI LETTER UY",
52410  direction="l",
52411  linebreak="al",
52412  unicodeslot=0x1C6D,
52413 },
52414 [0x1C6E]={
52415  category="lo",
52416  description="OL CHIKI LETTER LE",
52417  direction="l",
52418  linebreak="al",
52419  unicodeslot=0x1C6E,
52420 },
52421 [0x1C6F]={
52422  category="lo",
52423  description="OL CHIKI LETTER EP",
52424  direction="l",
52425  linebreak="al",
52426  unicodeslot=0x1C6F,
52427 },
52428 [0x1C70]={
52429  category="lo",
52430  description="OL CHIKI LETTER EDD",
52431  direction="l",
52432  linebreak="al",
52433  unicodeslot=0x1C70,
52434 },
52435 [0x1C71]={
52436  category="lo",
52437  description="OL CHIKI LETTER EN",
52438  direction="l",
52439  linebreak="al",
52440  unicodeslot=0x1C71,
52441 },
52442 [0x1C72]={
52443  category="lo",
52444  description="OL CHIKI LETTER ERR",
52445  direction="l",
52446  linebreak="al",
52447  unicodeslot=0x1C72,
52448 },
52449 [0x1C73]={
52450  category="lo",
52451  description="OL CHIKI LETTER LO",
52452  direction="l",
52453  linebreak="al",
52454  unicodeslot=0x1C73,
52455 },
52456 [0x1C74]={
52457  category="lo",
52458  description="OL CHIKI LETTER OTT",
52459  direction="l",
52460  linebreak="al",
52461  unicodeslot=0x1C74,
52462 },
52463 [0x1C75]={
52464  category="lo",
52465  description="OL CHIKI LETTER OB",
52466  direction="l",
52467  linebreak="al",
52468  unicodeslot=0x1C75,
52469 },
52470 [0x1C76]={
52471  category="lo",
52472  description="OL CHIKI LETTER OV",
52473  direction="l",
52474  linebreak="al",
52475  unicodeslot=0x1C76,
52476 },
52477 [0x1C77]={
52478  category="lo",
52479  description="OL CHIKI LETTER OH",
52480  direction="l",
52481  linebreak="al",
52482  unicodeslot=0x1C77,
52483 },
52484 [0x1C78]={
52485  category="lm",
52486  description="OL CHIKI MU TTUDDAG",
52487  direction="l",
52488  linebreak="al",
52489  unicodeslot=0x1C78,
52490 },
52491 [0x1C79]={
52492  category="lm",
52493  description="OL CHIKI GAAHLAA TTUDDAAG",
52494  direction="l",
52495  linebreak="al",
52496  unicodeslot=0x1C79,
52497 },
52498 [0x1C7A]={
52499  category="lm",
52500  description="OL CHIKI MU-GAAHLAA TTUDDAAG",
52501  direction="l",
52502  linebreak="al",
52503  unicodeslot=0x1C7A,
52504 },
52505 [0x1C7B]={
52506  category="lm",
52507  description="OL CHIKI RELAA",
52508  direction="l",
52509  linebreak="al",
52510  unicodeslot=0x1C7B,
52511 },
52512 [0x1C7C]={
52513  category="lm",
52514  description="OL CHIKI PHAARKAA",
52515  direction="l",
52516  linebreak="al",
52517  unicodeslot=0x1C7C,
52518 },
52519 [0x1C7D]={
52520  category="lm",
52521  description="OL CHIKI AHAD",
52522  direction="l",
52523  linebreak="al",
52524  unicodeslot=0x1C7D,
52525 },
52526 [0x1C7E]={
52527  category="po",
52528  description="OL CHIKI PUNCTUATION MUCAAD",
52529  direction="l",
52530  linebreak="ba",
52531  unicodeslot=0x1C7E,
52532 },
52533 [0x1C7F]={
52534  category="po",
52535  description="OL CHIKI PUNCTUATION DOUBLE MUCAAD",
52536  direction="l",
52537  linebreak="ba",
52538  unicodeslot=0x1C7F,
52539 },
52540 [0x1C80]={
52541  category="ll",
52542  description="CYRILLIC SMALL LETTER ROUNDED VE",
52543  direction="l",
52544  linebreak="al",
52545  uccode=0x432,
52546  unicodeslot=0x1C80,
52547 },
52548 [0x1C81]={
52549  category="ll",
52550  description="CYRILLIC SMALL LETTER LONG-LEGGED DE",
52551  direction="l",
52552  linebreak="al",
52553  uccode=0x434,
52554  unicodeslot=0x1C81,
52555 },
52556 [0x1C82]={
52557  category="ll",
52558  description="CYRILLIC SMALL LETTER NARROW O",
52559  direction="l",
52560  linebreak="al",
52561  uccode=0x43E,
52562  unicodeslot=0x1C82,
52563 },
52564 [0x1C83]={
52565  category="ll",
52566  description="CYRILLIC SMALL LETTER WIDE ES",
52567  direction="l",
52568  linebreak="al",
52569  uccode=0x441,
52570  unicodeslot=0x1C83,
52571 },
52572 [0x1C84]={
52573  category="ll",
52574  description="CYRILLIC SMALL LETTER TALL TE",
52575  direction="l",
52576  linebreak="al",
52577  uccode=0x442,
52578  unicodeslot=0x1C84,
52579 },
52580 [0x1C85]={
52581  category="ll",
52582  description="CYRILLIC SMALL LETTER THREE-LEGGED TE",
52583  direction="l",
52584  linebreak="al",
52585  uccode=0x442,
52586  unicodeslot=0x1C85,
52587 },
52588 [0x1C86]={
52589  category="ll",
52590  description="CYRILLIC SMALL LETTER TALL HARD SIGN",
52591  direction="l",
52592  linebreak="al",
52593  uccode=0x44A,
52594  unicodeslot=0x1C86,
52595 },
52596 [0x1C87]={
52597  category="ll",
52598  description="CYRILLIC SMALL LETTER TALL YAT",
52599  direction="l",
52600  linebreak="al",
52601  uccode=0x463,
52602  unicodeslot=0x1C87,
52603 },
52604 [0x1C88]={
52605  category="ll",
52606  description="CYRILLIC SMALL LETTER UNBLENDED UK",
52607  direction="l",
52608  linebreak="al",
52609  uccode=0xA64B,
52610  unicodeslot=0x1C88,
52611 },
52612 [0x1C89]={
52613  category="lu",
52614  description="CYRILLIC CAPITAL LETTER TJE",
52615  direction="l",
52616  lccode=0x1C8A,
52617  linebreak="al",
52618  unicodeslot=0x1C89,
52619 },
52620 [0x1C8A]={
52621  category="ll",
52622  description="CYRILLIC SMALL LETTER TJE",
52623  direction="l",
52624  linebreak="al",
52625  unicodeslot=0x1C8A,
52626 },
52627 [0x1C90]={
52628  category="lu",
52629  description="GEORGIAN MTAVRULI CAPITAL LETTER AN",
52630  direction="l",
52631  lccode=0x10D0,
52632  linebreak="al",
52633  unicodeslot=0x1C90,
52634 },
52635 [0x1C91]={
52636  category="lu",
52637  description="GEORGIAN MTAVRULI CAPITAL LETTER BAN",
52638  direction="l",
52639  lccode=0x10D1,
52640  linebreak="al",
52641  unicodeslot=0x1C91,
52642 },
52643 [0x1C92]={
52644  category="lu",
52645  description="GEORGIAN MTAVRULI CAPITAL LETTER GAN",
52646  direction="l",
52647  lccode=0x10D2,
52648  linebreak="al",
52649  unicodeslot=0x1C92,
52650 },
52651 [0x1C93]={
52652  category="lu",
52653  description="GEORGIAN MTAVRULI CAPITAL LETTER DON",
52654  direction="l",
52655  lccode=0x10D3,
52656  linebreak="al",
52657  unicodeslot=0x1C93,
52658 },
52659 [0x1C94]={
52660  category="lu",
52661  description="GEORGIAN MTAVRULI CAPITAL LETTER EN",
52662  direction="l",
52663  lccode=0x10D4,
52664  linebreak="al",
52665  unicodeslot=0x1C94,
52666 },
52667 [0x1C95]={
52668  category="lu",
52669  description="GEORGIAN MTAVRULI CAPITAL LETTER VIN",
52670  direction="l",
52671  lccode=0x10D5,
52672  linebreak="al",
52673  unicodeslot=0x1C95,
52674 },
52675 [0x1C96]={
52676  category="lu",
52677  description="GEORGIAN MTAVRULI CAPITAL LETTER ZEN",
52678  direction="l",
52679  lccode=0x10D6,
52680  linebreak="al",
52681  unicodeslot=0x1C96,
52682 },
52683 [0x1C97]={
52684  category="lu",
52685  description="GEORGIAN MTAVRULI CAPITAL LETTER TAN",
52686  direction="l",
52687  lccode=0x10D7,
52688  linebreak="al",
52689  unicodeslot=0x1C97,
52690 },
52691 [0x1C98]={
52692  category="lu",
52693  description="GEORGIAN MTAVRULI CAPITAL LETTER IN",
52694  direction="l",
52695  lccode=0x10D8,
52696  linebreak="al",
52697  unicodeslot=0x1C98,
52698 },
52699 [0x1C99]={
52700  category="lu",
52701  description="GEORGIAN MTAVRULI CAPITAL LETTER KAN",
52702  direction="l",
52703  lccode=0x10D9,
52704  linebreak="al",
52705  unicodeslot=0x1C99,
52706 },
52707 [0x1C9A]={
52708  category="lu",
52709  description="GEORGIAN MTAVRULI CAPITAL LETTER LAS",
52710  direction="l",
52711  lccode=0x10DA,
52712  linebreak="al",
52713  unicodeslot=0x1C9A,
52714 },
52715 [0x1C9B]={
52716  category="lu",
52717  description="GEORGIAN MTAVRULI CAPITAL LETTER MAN",
52718  direction="l",
52719  lccode=0x10DB,
52720  linebreak="al",
52721  unicodeslot=0x1C9B,
52722 },
52723 [0x1C9C]={
52724  category="lu",
52725  description="GEORGIAN MTAVRULI CAPITAL LETTER NAR",
52726  direction="l",
52727  lccode=0x10DC,
52728  linebreak="al",
52729  unicodeslot=0x1C9C,
52730 },
52731 [0x1C9D]={
52732  category="lu",
52733  description="GEORGIAN MTAVRULI CAPITAL LETTER ON",
52734  direction="l",
52735  lccode=0x10DD,
52736  linebreak="al",
52737  unicodeslot=0x1C9D,
52738 },
52739 [0x1C9E]={
52740  category="lu",
52741  description="GEORGIAN MTAVRULI CAPITAL LETTER PAR",
52742  direction="l",
52743  lccode=0x10DE,
52744  linebreak="al",
52745  unicodeslot=0x1C9E,
52746 },
52747 [0x1C9F]={
52748  category="lu",
52749  description="GEORGIAN MTAVRULI CAPITAL LETTER ZHAR",
52750  direction="l",
52751  lccode=0x10DF,
52752  linebreak="al",
52753  unicodeslot=0x1C9F,
52754 },
52755 [0x1CA0]={
52756  category="lu",
52757  description="GEORGIAN MTAVRULI CAPITAL LETTER RAE",
52758  direction="l",
52759  lccode=0x10E0,
52760  linebreak="al",
52761  unicodeslot=0x1CA0,
52762 },
52763 [0x1CA1]={
52764  category="lu",
52765  description="GEORGIAN MTAVRULI CAPITAL LETTER SAN",
52766  direction="l",
52767  lccode=0x10E1,
52768  linebreak="al",
52769  unicodeslot=0x1CA1,
52770 },
52771 [0x1CA2]={
52772  category="lu",
52773  description="GEORGIAN MTAVRULI CAPITAL LETTER TAR",
52774  direction="l",
52775  lccode=0x10E2,
52776  linebreak="al",
52777  unicodeslot=0x1CA2,
52778 },
52779 [0x1CA3]={
52780  category="lu",
52781  description="GEORGIAN MTAVRULI CAPITAL LETTER UN",
52782  direction="l",
52783  lccode=0x10E3,
52784  linebreak="al",
52785  unicodeslot=0x1CA3,
52786 },
52787 [0x1CA4]={
52788  category="lu",
52789  description="GEORGIAN MTAVRULI CAPITAL LETTER PHAR",
52790  direction="l",
52791  lccode=0x10E4,
52792  linebreak="al",
52793  unicodeslot=0x1CA4,
52794 },
52795 [0x1CA5]={
52796  category="lu",
52797  description="GEORGIAN MTAVRULI CAPITAL LETTER KHAR",
52798  direction="l",
52799  lccode=0x10E5,
52800  linebreak="al",
52801  unicodeslot=0x1CA5,
52802 },
52803 [0x1CA6]={
52804  category="lu",
52805  description="GEORGIAN MTAVRULI CAPITAL LETTER GHAN",
52806  direction="l",
52807  lccode=0x10E6,
52808  linebreak="al",
52809  unicodeslot=0x1CA6,
52810 },
52811 [0x1CA7]={
52812  category="lu",
52813  description="GEORGIAN MTAVRULI CAPITAL LETTER QAR",
52814  direction="l",
52815  lccode=0x10E7,
52816  linebreak="al",
52817  unicodeslot=0x1CA7,
52818 },
52819 [0x1CA8]={
52820  category="lu",
52821  description="GEORGIAN MTAVRULI CAPITAL LETTER SHIN",
52822  direction="l",
52823  lccode=0x10E8,
52824  linebreak="al",
52825  unicodeslot=0x1CA8,
52826 },
52827 [0x1CA9]={
52828  category="lu",
52829  description="GEORGIAN MTAVRULI CAPITAL LETTER CHIN",
52830  direction="l",
52831  lccode=0x10E9,
52832  linebreak="al",
52833  unicodeslot=0x1CA9,
52834 },
52835 [0x1CAA]={
52836  category="lu",
52837  description="GEORGIAN MTAVRULI CAPITAL LETTER CAN",
52838  direction="l",
52839  lccode=0x10EA,
52840  linebreak="al",
52841  unicodeslot=0x1CAA,
52842 },
52843 [0x1CAB]={
52844  category="lu",
52845  description="GEORGIAN MTAVRULI CAPITAL LETTER JIL",
52846  direction="l",
52847  lccode=0x10EB,
52848  linebreak="al",
52849  unicodeslot=0x1CAB,
52850 },
52851 [0x1CAC]={
52852  category="lu",
52853  description="GEORGIAN MTAVRULI CAPITAL LETTER CIL",
52854  direction="l",
52855  lccode=0x10EC,
52856  linebreak="al",
52857  unicodeslot=0x1CAC,
52858 },
52859 [0x1CAD]={
52860  category="lu",
52861  description="GEORGIAN MTAVRULI CAPITAL LETTER CHAR",
52862  direction="l",
52863  lccode=0x10ED,
52864  linebreak="al",
52865  unicodeslot=0x1CAD,
52866 },
52867 [0x1CAE]={
52868  category="lu",
52869  description="GEORGIAN MTAVRULI CAPITAL LETTER XAN",
52870  direction="l",
52871  lccode=0x10EE,
52872  linebreak="al",
52873  unicodeslot=0x1CAE,
52874 },
52875 [0x1CAF]={
52876  category="lu",
52877  description="GEORGIAN MTAVRULI CAPITAL LETTER JHAN",
52878  direction="l",
52879  lccode=0x10EF,
52880  linebreak="al",
52881  unicodeslot=0x1CAF,
52882 },
52883 [0x1CB0]={
52884  category="lu",
52885  description="GEORGIAN MTAVRULI CAPITAL LETTER HAE",
52886  direction="l",
52887  lccode=0x10F0,
52888  linebreak="al",
52889  unicodeslot=0x1CB0,
52890 },
52891 [0x1CB1]={
52892  category="lu",
52893  description="GEORGIAN MTAVRULI CAPITAL LETTER HE",
52894  direction="l",
52895  lccode=0x10F1,
52896  linebreak="al",
52897  unicodeslot=0x1CB1,
52898 },
52899 [0x1CB2]={
52900  category="lu",
52901  description="GEORGIAN MTAVRULI CAPITAL LETTER HIE",
52902  direction="l",
52903  lccode=0x10F2,
52904  linebreak="al",
52905  unicodeslot=0x1CB2,
52906 },
52907 [0x1CB3]={
52908  category="lu",
52909  description="GEORGIAN MTAVRULI CAPITAL LETTER WE",
52910  direction="l",
52911  lccode=0x10F3,
52912  linebreak="al",
52913  unicodeslot=0x1CB3,
52914 },
52915 [0x1CB4]={
52916  category="lu",
52917  description="GEORGIAN MTAVRULI CAPITAL LETTER HAR",
52918  direction="l",
52919  lccode=0x10F4,
52920  linebreak="al",
52921  unicodeslot=0x1CB4,
52922 },
52923 [0x1CB5]={
52924  category="lu",
52925  description="GEORGIAN MTAVRULI CAPITAL LETTER HOE",
52926  direction="l",
52927  lccode=0x10F5,
52928  linebreak="al",
52929  unicodeslot=0x1CB5,
52930 },
52931 [0x1CB6]={
52932  category="lu",
52933  description="GEORGIAN MTAVRULI CAPITAL LETTER FI",
52934  direction="l",
52935  lccode=0x10F6,
52936  linebreak="al",
52937  unicodeslot=0x1CB6,
52938 },
52939 [0x1CB7]={
52940  category="lu",
52941  description="GEORGIAN MTAVRULI CAPITAL LETTER YN",
52942  direction="l",
52943  lccode=0x10F7,
52944  linebreak="al",
52945  unicodeslot=0x1CB7,
52946 },
52947 [0x1CB8]={
52948  category="lu",
52949  description="GEORGIAN MTAVRULI CAPITAL LETTER ELIFI",
52950  direction="l",
52951  lccode=0x10F8,
52952  linebreak="al",
52953  unicodeslot=0x1CB8,
52954 },
52955 [0x1CB9]={
52956  category="lu",
52957  description="GEORGIAN MTAVRULI CAPITAL LETTER TURNED GAN",
52958  direction="l",
52959  lccode=0x10F9,
52960  linebreak="al",
52961  unicodeslot=0x1CB9,
52962 },
52963 [0x1CBA]={
52964  category="lu",
52965  description="GEORGIAN MTAVRULI CAPITAL LETTER AIN",
52966  direction="l",
52967  lccode=0x10FA,
52968  linebreak="al",
52969  unicodeslot=0x1CBA,
52970 },
52971 [0x1CBD]={
52972  category="lu",
52973  description="GEORGIAN MTAVRULI CAPITAL LETTER AEN",
52974  direction="l",
52975  lccode=0x10FD,
52976  linebreak="al",
52977  unicodeslot=0x1CBD,
52978 },
52979 [0x1CBE]={
52980  category="lu",
52981  description="GEORGIAN MTAVRULI CAPITAL LETTER HARD SIGN",
52982  direction="l",
52983  lccode=0x10FE,
52984  linebreak="al",
52985  unicodeslot=0x1CBE,
52986 },
52987 [0x1CBF]={
52988  category="lu",
52989  description="GEORGIAN MTAVRULI CAPITAL LETTER LABIAL SIGN",
52990  direction="l",
52991  lccode=0x10FF,
52992  linebreak="al",
52993  unicodeslot=0x1CBF,
52994 },
52995 [0x1CC0]={
52996  category="po",
52997  description="SUNDANESE PUNCTUATION BINDU SURYA",
52998  direction="l",
52999  linebreak="al",
53000  unicodeslot=0x1CC0,
53001 },
53002 [0x1CC1]={
53003  category="po",
53004  description="SUNDANESE PUNCTUATION BINDU PANGLONG",
53005  direction="l",
53006  linebreak="al",
53007  unicodeslot=0x1CC1,
53008 },
53009 [0x1CC2]={
53010  category="po",
53011  description="SUNDANESE PUNCTUATION BINDU PURNAMA",
53012  direction="l",
53013  linebreak="al",
53014  unicodeslot=0x1CC2,
53015 },
53016 [0x1CC3]={
53017  category="po",
53018  description="SUNDANESE PUNCTUATION BINDU CAKRA",
53019  direction="l",
53020  linebreak="al",
53021  unicodeslot=0x1CC3,
53022 },
53023 [0x1CC4]={
53024  category="po",
53025  description="SUNDANESE PUNCTUATION BINDU LEU SATANGA",
53026  direction="l",
53027  linebreak="al",
53028  unicodeslot=0x1CC4,
53029 },
53030 [0x1CC5]={
53031  category="po",
53032  description="SUNDANESE PUNCTUATION BINDU KA SATANGA",
53033  direction="l",
53034  linebreak="al",
53035  unicodeslot=0x1CC5,
53036 },
53037 [0x1CC6]={
53038  category="po",
53039  description="SUNDANESE PUNCTUATION BINDU DA SATANGA",
53040  direction="l",
53041  linebreak="al",
53042  unicodeslot=0x1CC6,
53043 },
53044 [0x1CC7]={
53045  category="po",
53046  description="SUNDANESE PUNCTUATION BINDU BA SATANGA",
53047  direction="l",
53048  linebreak="al",
53049  unicodeslot=0x1CC7,
53050 },
53051 [0x1CD0]={
53052  category="mn",
53053  combining=0xE6,
53054  description="VEDIC TONE KARSHANA",
53055  direction="nsm",
53056  linebreak="cm",
53057  unicodeslot=0x1CD0,
53058 },
53059 [0x1CD1]={
53060  category="mn",
53061  combining=0xE6,
53062  description="VEDIC TONE SHARA",
53063  direction="nsm",
53064  linebreak="cm",
53065  unicodeslot=0x1CD1,
53066 },
53067 [0x1CD2]={
53068  category="mn",
53069  combining=0xE6,
53070  description="VEDIC TONE PRENKHA",
53071  direction="nsm",
53072  linebreak="cm",
53073  unicodeslot=0x1CD2,
53074 },
53075 [0x1CD3]={
53076  category="po",
53077  description="VEDIC SIGN NIHSHVASA",
53078  direction="l",
53079  linebreak="al",
53080  unicodeslot=0x1CD3,
53081 },
53082 [0x1CD4]={
53083  category="mn",
53084  combining=0x1,
53085  description="VEDIC SIGN YAJURVEDIC MIDLINE SVARITA",
53086  direction="nsm",
53087  linebreak="cm",
53088  unicodeslot=0x1CD4,
53089 },
53090 [0x1CD5]={
53091  category="mn",
53092  combining=0xDC,
53093  description="VEDIC TONE YAJURVEDIC AGGRAVATED INDEPENDENT SVARITA",
53094  direction="nsm",
53095  linebreak="cm",
53096  unicodeslot=0x1CD5,
53097 },
53098 [0x1CD6]={
53099  category="mn",
53100  combining=0xDC,
53101  description="VEDIC TONE YAJURVEDIC INDEPENDENT SVARITA",
53102  direction="nsm",
53103  linebreak="cm",
53104  unicodeslot=0x1CD6,
53105 },
53106 [0x1CD7]={
53107  category="mn",
53108  combining=0xDC,
53109  description="VEDIC TONE YAJURVEDIC KATHAKA INDEPENDENT SVARITA",
53110  direction="nsm",
53111  linebreak="cm",
53112  unicodeslot=0x1CD7,
53113 },
53114 [0x1CD8]={
53115  category="mn",
53116  combining=0xDC,
53117  description="VEDIC TONE CANDRA BELOW",
53118  direction="nsm",
53119  linebreak="cm",
53120  unicodeslot=0x1CD8,
53121 },
53122 [0x1CD9]={
53123  category="mn",
53124  combining=0xDC,
53125  description="VEDIC TONE YAJURVEDIC KATHAKA INDEPENDENT SVARITA SCHROEDER",
53126  direction="nsm",
53127  linebreak="cm",
53128  unicodeslot=0x1CD9,
53129 },
53130 [0x1CDA]={
53131  category="mn",
53132  combining=0xE6,
53133  description="VEDIC TONE DOUBLE SVARITA",
53134  direction="nsm",
53135  linebreak="cm",
53136  unicodeslot=0x1CDA,
53137 },
53138 [0x1CDB]={
53139  category="mn",
53140  combining=0xE6,
53141  description="VEDIC TONE TRIPLE SVARITA",
53142  direction="nsm",
53143  linebreak="cm",
53144  unicodeslot=0x1CDB,
53145 },
53146 [0x1CDC]={
53147  category="mn",
53148  combining=0xDC,
53149  description="VEDIC TONE KATHAKA ANUDATTA",
53150  direction="nsm",
53151  linebreak="cm",
53152  unicodeslot=0x1CDC,
53153 },
53154 [0x1CDD]={
53155  category="mn",
53156  combining=0xDC,
53157  description="VEDIC TONE DOT BELOW",
53158  direction="nsm",
53159  linebreak="cm",
53160  unicodeslot=0x1CDD,
53161 },
53162 [0x1CDE]={
53163  category="mn",
53164  combining=0xDC,
53165  description="VEDIC TONE TWO DOTS BELOW",
53166  direction="nsm",
53167  linebreak="cm",
53168  unicodeslot=0x1CDE,
53169 },
53170 [0x1CDF]={
53171  category="mn",
53172  combining=0xDC,
53173  description="VEDIC TONE THREE DOTS BELOW",
53174  direction="nsm",
53175  linebreak="cm",
53176  unicodeslot=0x1CDF,
53177 },
53178 [0x1CE0]={
53179  category="mn",
53180  combining=0xE6,
53181  description="VEDIC TONE RIGVEDIC KASHMIRI INDEPENDENT SVARITA",
53182  direction="nsm",
53183  linebreak="cm",
53184  unicodeslot=0x1CE0,
53185 },
53186 [0x1CE1]={
53187  category="mc",
53188  description="VEDIC TONE ATHARVAVEDIC INDEPENDENT SVARITA",
53189  direction="l",
53190  linebreak="cm",
53191  unicodeslot=0x1CE1,
53192 },
53193 [0x1CE2]={
53194  category="mn",
53195  combining=0x1,
53196  description="VEDIC SIGN VISARGA SVARITA",
53197  direction="nsm",
53198  linebreak="cm",
53199  unicodeslot=0x1CE2,
53200 },
53201 [0x1CE3]={
53202  category="mn",
53203  combining=0x1,
53204  description="VEDIC SIGN VISARGA UDATTA",
53205  direction="nsm",
53206  linebreak="cm",
53207  unicodeslot=0x1CE3,
53208 },
53209 [0x1CE4]={
53210  category="mn",
53211  combining=0x1,
53212  description="VEDIC SIGN REVERSED VISARGA UDATTA",
53213  direction="nsm",
53214  linebreak="cm",
53215  unicodeslot=0x1CE4,
53216 },
53217 [0x1CE5]={
53218  category="mn",
53219  combining=0x1,
53220  description="VEDIC SIGN VISARGA ANUDATTA",
53221  direction="nsm",
53222  linebreak="cm",
53223  unicodeslot=0x1CE5,
53224 },
53225 [0x1CE6]={
53226  category="mn",
53227  combining=0x1,
53228  description="VEDIC SIGN REVERSED VISARGA ANUDATTA",
53229  direction="nsm",
53230  linebreak="cm",
53231  unicodeslot=0x1CE6,
53232 },
53233 [0x1CE7]={
53234  category="mn",
53235  combining=0x1,
53236  description="VEDIC SIGN VISARGA UDATTA WITH TAIL",
53237  direction="nsm",
53238  linebreak="cm",
53239  unicodeslot=0x1CE7,
53240 },
53241 [0x1CE8]={
53242  category="mn",
53243  combining=0x1,
53244  description="VEDIC SIGN VISARGA ANUDATTA WITH TAIL",
53245  direction="nsm",
53246  linebreak="cm",
53247  unicodeslot=0x1CE8,
53248 },
53249 [0x1CE9]={
53250  category="lo",
53251  description="VEDIC SIGN ANUSVARA ANTARGOMUKHA",
53252  direction="l",
53253  linebreak="al",
53254  unicodeslot=0x1CE9,
53255 },
53256 [0x1CEA]={
53257  category="lo",
53258  description="VEDIC SIGN ANUSVARA BAHIRGOMUKHA",
53259  direction="l",
53260  linebreak="al",
53261  unicodeslot=0x1CEA,
53262 },
53263 [0x1CEB]={
53264  category="lo",
53265  description="VEDIC SIGN ANUSVARA VAMAGOMUKHA",
53266  direction="l",
53267  linebreak="al",
53268  unicodeslot=0x1CEB,
53269 },
53270 [0x1CEC]={
53271  category="lo",
53272  description="VEDIC SIGN ANUSVARA VAMAGOMUKHA WITH TAIL",
53273  direction="l",
53274  linebreak="al",
53275  unicodeslot=0x1CEC,
53276 },
53277 [0x1CED]={
53278  category="mn",
53279  combining=0xDC,
53280  description="VEDIC SIGN TIRYAK",
53281  direction="nsm",
53282  linebreak="cm",
53283  unicodeslot=0x1CED,
53284 },
53285 [0x1CEE]={
53286  category="lo",
53287  description="VEDIC SIGN HEXIFORM LONG ANUSVARA",
53288  direction="l",
53289  linebreak="al",
53290  unicodeslot=0x1CEE,
53291 },
53292 [0x1CEF]={
53293  category="lo",
53294  description="VEDIC SIGN LONG ANUSVARA",
53295  direction="l",
53296  linebreak="al",
53297  unicodeslot=0x1CEF,
53298 },
53299 [0x1CF0]={
53300  category="lo",
53301  description="VEDIC SIGN RTHANG LONG ANUSVARA",
53302  direction="l",
53303  linebreak="al",
53304  unicodeslot=0x1CF0,
53305 },
53306 [0x1CF1]={
53307  category="lo",
53308  description="VEDIC SIGN ANUSVARA UBHAYATO MUKHA",
53309  direction="l",
53310  linebreak="al",
53311  unicodeslot=0x1CF1,
53312 },
53313 [0x1CF2]={
53314  category="mc",
53315  description="VEDIC SIGN ARDHAVISARGA",
53316  direction="l",
53317  linebreak="al",
53318  unicodeslot=0x1CF2,
53319 },
53320 [0x1CF3]={
53321  category="mc",
53322  description="VEDIC SIGN ROTATED ARDHAVISARGA",
53323  direction="l",
53324  linebreak="al",
53325  unicodeslot=0x1CF3,
53326 },
53327 [0x1CF4]={
53328  category="mn",
53329  combining=0xE6,
53330  description="VEDIC TONE CANDRA ABOVE",
53331  direction="nsm",
53332  linebreak="cm",
53333  unicodeslot=0x1CF4,
53334 },
53335 [0x1CF5]={
53336  category="lo",
53337  description="VEDIC SIGN JIHVAMULIYA",
53338  direction="l",
53339  linebreak="al",
53340  unicodeslot=0x1CF5,
53341 },
53342 [0x1CF6]={
53343  category="lo",
53344  description="VEDIC SIGN UPADHMANIYA",
53345  direction="l",
53346  linebreak="al",
53347  unicodeslot=0x1CF6,
53348 },
53349 [0x1CF7]={
53350  category="mc",
53351  description="VEDIC SIGN ATIKRAMA",
53352  direction="l",
53353  linebreak="cm",
53354  unicodeslot=0x1CF7,
53355 },
53356 [0x1CF8]={
53357  category="mn",
53358  combining=0xE6,
53359  description="VEDIC TONE RING ABOVE",
53360  direction="nsm",
53361  linebreak="cm",
53362  unicodeslot=0x1CF8,
53363 },
53364 [0x1CF9]={
53365  category="mn",
53366  combining=0xE6,
53367  description="VEDIC TONE DOUBLE RING ABOVE",
53368  direction="nsm",
53369  linebreak="cm",
53370  unicodeslot=0x1CF9,
53371 },
53372 [0x1CFA]={
53373  category="lo",
53374  description="VEDIC SIGN DOUBLE ANUSVARA ANTARGOMUKHA",
53375  direction="l",
53376  linebreak="al",
53377  unicodeslot=0x1CFA,
53378 },
53379 [0x1D00]={
53380  category="ll",
53381  description="LATIN LETTER SMALL CAPITAL A",
53382  direction="l",
53383  linebreak="al",
53384  unicodeslot=0x1D00,
53385 },
53386 [0x1D01]={
53387  category="ll",
53388  description="LATIN LETTER SMALL CAPITAL AE",
53389  direction="l",
53390  linebreak="al",
53391  unicodeslot=0x1D01,
53392 },
53393 [0x1D02]={
53394  category="ll",
53395  description="LATIN SMALL LETTER TURNED AE",
53396  direction="l",
53397  linebreak="al",
53398  unicodeslot=0x1D02,
53399 },
53400 [0x1D03]={
53401  category="ll",
53402  description="LATIN LETTER SMALL CAPITAL BARRED B",
53403  direction="l",
53404  linebreak="al",
53405  unicodeslot=0x1D03,
53406 },
53407 [0x1D04]={
53408  category="ll",
53409  description="LATIN LETTER SMALL CAPITAL C",
53410  direction="l",
53411  linebreak="al",
53412  unicodeslot=0x1D04,
53413 },
53414 [0x1D05]={
53415  category="ll",
53416  description="LATIN LETTER SMALL CAPITAL D",
53417  direction="l",
53418  linebreak="al",
53419  unicodeslot=0x1D05,
53420 },
53421 [0x1D06]={
53422  category="ll",
53423  description="LATIN LETTER SMALL CAPITAL ETH",
53424  direction="l",
53425  linebreak="al",
53426  unicodeslot=0x1D06,
53427 },
53428 [0x1D07]={
53429  category="ll",
53430  description="LATIN LETTER SMALL CAPITAL E",
53431  direction="l",
53432  linebreak="al",
53433  unicodeslot=0x1D07,
53434 },
53435 [0x1D08]={
53436  category="ll",
53437  description="LATIN SMALL LETTER TURNED OPEN E",
53438  direction="l",
53439  linebreak="al",
53440  unicodeslot=0x1D08,
53441 },
53442 [0x1D09]={
53443  category="ll",
53444  description="LATIN SMALL LETTER TURNED I",
53445  direction="l",
53446  linebreak="al",
53447  unicodeslot=0x1D09,
53448 },
53449 [0x1D0A]={
53450  category="ll",
53451  description="LATIN LETTER SMALL CAPITAL J",
53452  direction="l",
53453  linebreak="al",
53454  unicodeslot=0x1D0A,
53455 },
53456 [0x1D0B]={
53457  category="ll",
53458  description="LATIN LETTER SMALL CAPITAL K",
53459  direction="l",
53460  linebreak="al",
53461  unicodeslot=0x1D0B,
53462 },
53463 [0x1D0C]={
53464  category="ll",
53465  description="LATIN LETTER SMALL CAPITAL L WITH STROKE",
53466  direction="l",
53467  linebreak="al",
53468  specials={ "with", 0x29F, 0x2F },
53469  unicodeslot=0x1D0C,
53470 },
53471 [0x1D0D]={
53472  category="ll",
53473  description="LATIN LETTER SMALL CAPITAL M",
53474  direction="l",
53475  linebreak="al",
53476  unicodeslot=0x1D0D,
53477 },
53478 [0x1D0E]={
53479  category="ll",
53480  description="LATIN LETTER SMALL CAPITAL REVERSED N",
53481  direction="l",
53482  linebreak="al",
53483  unicodeslot=0x1D0E,
53484 },
53485 [0x1D0F]={
53486  category="ll",
53487  description="LATIN LETTER SMALL CAPITAL O",
53488  direction="l",
53489  linebreak="al",
53490  unicodeslot=0x1D0F,
53491 },
53492 [0x1D10]={
53493  category="ll",
53494  description="LATIN LETTER SMALL CAPITAL OPEN O",
53495  direction="l",
53496  linebreak="al",
53497  unicodeslot=0x1D10,
53498 },
53499 [0x1D11]={
53500  category="ll",
53501  description="LATIN SMALL LETTER SIDEWAYS O",
53502  direction="l",
53503  linebreak="al",
53504  unicodeslot=0x1D11,
53505 },
53506 [0x1D12]={
53507  category="ll",
53508  description="LATIN SMALL LETTER SIDEWAYS OPEN O",
53509  direction="l",
53510  linebreak="al",
53511  unicodeslot=0x1D12,
53512 },
53513 [0x1D13]={
53514  category="ll",
53515  description="LATIN SMALL LETTER SIDEWAYS O WITH STROKE",
53516  direction="l",
53517  linebreak="al",
53518  specials={ "with", 0x1D11, 0x2F },
53519  unicodeslot=0x1D13,
53520 },
53521 [0x1D14]={
53522  category="ll",
53523  description="LATIN SMALL LETTER TURNED OE",
53524  direction="l",
53525  linebreak="al",
53526  unicodeslot=0x1D14,
53527 },
53528 [0x1D15]={
53529  category="ll",
53530  description="LATIN LETTER SMALL CAPITAL OU",
53531  direction="l",
53532  linebreak="al",
53533  unicodeslot=0x1D15,
53534 },
53535 [0x1D16]={
53536  category="ll",
53537  description="LATIN SMALL LETTER TOP HALF O",
53538  direction="l",
53539  linebreak="al",
53540  unicodeslot=0x1D16,
53541 },
53542 [0x1D17]={
53543  category="ll",
53544  description="LATIN SMALL LETTER BOTTOM HALF O",
53545  direction="l",
53546  linebreak="al",
53547  unicodeslot=0x1D17,
53548 },
53549 [0x1D18]={
53550  category="ll",
53551  description="LATIN LETTER SMALL CAPITAL P",
53552  direction="l",
53553  linebreak="al",
53554  unicodeslot=0x1D18,
53555 },
53556 [0x1D19]={
53557  category="ll",
53558  description="LATIN LETTER SMALL CAPITAL REVERSED R",
53559  direction="l",
53560  linebreak="al",
53561  unicodeslot=0x1D19,
53562 },
53563 [0x1D1A]={
53564  category="ll",
53565  description="LATIN LETTER SMALL CAPITAL TURNED R",
53566  direction="l",
53567  linebreak="al",
53568  unicodeslot=0x1D1A,
53569 },
53570 [0x1D1B]={
53571  category="ll",
53572  description="LATIN LETTER SMALL CAPITAL T",
53573  direction="l",
53574  linebreak="al",
53575  unicodeslot=0x1D1B,
53576 },
53577 [0x1D1C]={
53578  category="ll",
53579  description="LATIN LETTER SMALL CAPITAL U",
53580  direction="l",
53581  linebreak="al",
53582  unicodeslot=0x1D1C,
53583 },
53584 [0x1D1D]={
53585  category="ll",
53586  description="LATIN SMALL LETTER SIDEWAYS U",
53587  direction="l",
53588  linebreak="al",
53589  unicodeslot=0x1D1D,
53590 },
53591 [0x1D1E]={
53592  category="ll",
53593  description="LATIN SMALL LETTER SIDEWAYS DIAERESIZED U",
53594  direction="l",
53595  linebreak="al",
53596  unicodeslot=0x1D1E,
53597 },
53598 [0x1D1F]={
53599  category="ll",
53600  description="LATIN SMALL LETTER SIDEWAYS TURNED M",
53601  direction="l",
53602  linebreak="al",
53603  unicodeslot=0x1D1F,
53604 },
53605 [0x1D20]={
53606  category="ll",
53607  description="LATIN LETTER SMALL CAPITAL V",
53608  direction="l",
53609  linebreak="al",
53610  unicodeslot=0x1D20,
53611 },
53612 [0x1D21]={
53613  category="ll",
53614  description="LATIN LETTER SMALL CAPITAL W",
53615  direction="l",
53616  linebreak="al",
53617  unicodeslot=0x1D21,
53618 },
53619 [0x1D22]={
53620  category="ll",
53621  description="LATIN LETTER SMALL CAPITAL Z",
53622  direction="l",
53623  linebreak="al",
53624  unicodeslot=0x1D22,
53625 },
53626 [0x1D23]={
53627  category="ll",
53628  description="LATIN LETTER SMALL CAPITAL EZH",
53629  direction="l",
53630  linebreak="al",
53631  unicodeslot=0x1D23,
53632 },
53633 [0x1D24]={
53634  category="ll",
53635  description="LATIN LETTER VOICED LARYNGEAL SPIRANT",
53636  direction="l",
53637  linebreak="al",
53638  unicodeslot=0x1D24,
53639 },
53640 [0x1D25]={
53641  category="ll",
53642  description="LATIN LETTER AIN",
53643  direction="l",
53644  linebreak="al",
53645  unicodeslot=0x1D25,
53646 },
53647 [0x1D26]={
53648  category="ll",
53649  description="GREEK LETTER SMALL CAPITAL GAMMA",
53650  direction="l",
53651  linebreak="al",
53652  unicodeslot=0x1D26,
53653 },
53654 [0x1D27]={
53655  category="ll",
53656  description="GREEK LETTER SMALL CAPITAL LAMDA",
53657  direction="l",
53658  linebreak="al",
53659  unicodeslot=0x1D27,
53660 },
53661 [0x1D28]={
53662  category="ll",
53663  description="GREEK LETTER SMALL CAPITAL PI",
53664  direction="l",
53665  linebreak="al",
53666  unicodeslot=0x1D28,
53667 },
53668 [0x1D29]={
53669  category="ll",
53670  description="GREEK LETTER SMALL CAPITAL RHO",
53671  direction="l",
53672  linebreak="al",
53673  unicodeslot=0x1D29,
53674 },
53675 [0x1D2A]={
53676  category="ll",
53677  description="GREEK LETTER SMALL CAPITAL PSI",
53678  direction="l",
53679  linebreak="al",
53680  unicodeslot=0x1D2A,
53681 },
53682 [0x1D2B]={
53683  category="ll",
53684  description="CYRILLIC LETTER SMALL CAPITAL EL",
53685  direction="l",
53686  linebreak="al",
53687  unicodeslot=0x1D2B,
53688 },
53689 [0x1D2C]={
53690  category="lm",
53691  description="MODIFIER LETTER CAPITAL A",
53692  direction="l",
53693  linebreak="al",
53694  specials={ "super", 0x41 },
53695  unicodeslot=0x1D2C,
53696 },
53697 [0x1D2D]={
53698  category="lm",
53699  description="MODIFIER LETTER CAPITAL AE",
53700  direction="l",
53701  linebreak="al",
53702  specials={ "super", 0xC6 },
53703  unicodeslot=0x1D2D,
53704 },
53705 [0x1D2E]={
53706  category="lm",
53707  description="MODIFIER LETTER CAPITAL B",
53708  direction="l",
53709  linebreak="al",
53710  specials={ "super", 0x42 },
53711  unicodeslot=0x1D2E,
53712 },
53713 [0x1D2F]={
53714  category="lm",
53715  description="MODIFIER LETTER CAPITAL BARRED B",
53716  direction="l",
53717  linebreak="al",
53718  unicodeslot=0x1D2F,
53719 },
53720 [0x1D30]={
53721  category="lm",
53722  description="MODIFIER LETTER CAPITAL D",
53723  direction="l",
53724  linebreak="al",
53725  specials={ "super", 0x44 },
53726  unicodeslot=0x1D30,
53727 },
53728 [0x1D31]={
53729  category="lm",
53730  description="MODIFIER LETTER CAPITAL E",
53731  direction="l",
53732  linebreak="al",
53733  specials={ "super", 0x45 },
53734  unicodeslot=0x1D31,
53735 },
53736 [0x1D32]={
53737  category="lm",
53738  description="MODIFIER LETTER CAPITAL REVERSED E",
53739  direction="l",
53740  linebreak="al",
53741  specials={ "super", 0x18E },
53742  unicodeslot=0x1D32,
53743 },
53744 [0x1D33]={
53745  category="lm",
53746  description="MODIFIER LETTER CAPITAL G",
53747  direction="l",
53748  linebreak="al",
53749  specials={ "super", 0x47 },
53750  unicodeslot=0x1D33,
53751 },
53752 [0x1D34]={
53753  category="lm",
53754  description="MODIFIER LETTER CAPITAL H",
53755  direction="l",
53756  linebreak="al",
53757  specials={ "super", 0x48 },
53758  unicodeslot=0x1D34,
53759 },
53760 [0x1D35]={
53761  category="lm",
53762  description="MODIFIER LETTER CAPITAL I",
53763  direction="l",
53764  linebreak="al",
53765  specials={ "super", 0x49 },
53766  unicodeslot=0x1D35,
53767 },
53768 [0x1D36]={
53769  category="lm",
53770  description="MODIFIER LETTER CAPITAL J",
53771  direction="l",
53772  linebreak="al",
53773  specials={ "super", 0x4A },
53774  unicodeslot=0x1D36,
53775 },
53776 [0x1D37]={
53777  category="lm",
53778  description="MODIFIER LETTER CAPITAL K",
53779  direction="l",
53780  linebreak="al",
53781  specials={ "super", 0x4B },
53782  unicodeslot=0x1D37,
53783 },
53784 [0x1D38]={
53785  category="lm",
53786  description="MODIFIER LETTER CAPITAL L",
53787  direction="l",
53788  linebreak="al",
53789  specials={ "super", 0x4C },
53790  unicodeslot=0x1D38,
53791 },
53792 [0x1D39]={
53793  category="lm",
53794  description="MODIFIER LETTER CAPITAL M",
53795  direction="l",
53796  linebreak="al",
53797  specials={ "super", 0x4D },
53798  unicodeslot=0x1D39,
53799 },
53800 [0x1D3A]={
53801  category="lm",
53802  description="MODIFIER LETTER CAPITAL N",
53803  direction="l",
53804  linebreak="al",
53805  specials={ "super", 0x4E },
53806  unicodeslot=0x1D3A,
53807 },
53808 [0x1D3B]={
53809  category="lm",
53810  description="MODIFIER LETTER CAPITAL REVERSED N",
53811  direction="l",
53812  linebreak="al",
53813  unicodeslot=0x1D3B,
53814 },
53815 [0x1D3C]={
53816  category="lm",
53817  description="MODIFIER LETTER CAPITAL O",
53818  direction="l",
53819  linebreak="al",
53820  specials={ "super", 0x4F },
53821  unicodeslot=0x1D3C,
53822 },
53823 [0x1D3D]={
53824  category="lm",
53825  description="MODIFIER LETTER CAPITAL OU",
53826  direction="l",
53827  linebreak="al",
53828  specials={ "super", 0x222 },
53829  unicodeslot=0x1D3D,
53830 },
53831 [0x1D3E]={
53832  category="lm",
53833  description="MODIFIER LETTER CAPITAL P",
53834  direction="l",
53835  linebreak="al",
53836  specials={ "super", 0x50 },
53837  unicodeslot=0x1D3E,
53838 },
53839 [0x1D3F]={
53840  category="lm",
53841  description="MODIFIER LETTER CAPITAL R",
53842  direction="l",
53843  linebreak="al",
53844  specials={ "super", 0x52 },
53845  unicodeslot=0x1D3F,
53846 },
53847 [0x1D40]={
53848  category="lm",
53849  description="MODIFIER LETTER CAPITAL T",
53850  direction="l",
53851  linebreak="al",
53852  specials={ "super", 0x54 },
53853  unicodeslot=0x1D40,
53854 },
53855 [0x1D41]={
53856  category="lm",
53857  description="MODIFIER LETTER CAPITAL U",
53858  direction="l",
53859  linebreak="al",
53860  specials={ "super", 0x55 },
53861  unicodeslot=0x1D41,
53862 },
53863 [0x1D42]={
53864  category="lm",
53865  description="MODIFIER LETTER CAPITAL W",
53866  direction="l",
53867  linebreak="al",
53868  specials={ "super", 0x57 },
53869  unicodeslot=0x1D42,
53870 },
53871 [0x1D43]={
53872  category="lm",
53873  description="MODIFIER LETTER SMALL A",
53874  direction="l",
53875  linebreak="al",
53876  specials={ "super", 0x61 },
53877  unicodeslot=0x1D43,
53878 },
53879 [0x1D44]={
53880  category="lm",
53881  description="MODIFIER LETTER SMALL TURNED A",
53882  direction="l",
53883  linebreak="al",
53884  specials={ "super", 0x250 },
53885  unicodeslot=0x1D44,
53886 },
53887 [0x1D45]={
53888  category="lm",
53889  description="MODIFIER LETTER SMALL ALPHA",
53890  direction="l",
53891  linebreak="al",
53892  specials={ "super", 0x251 },
53893  unicodeslot=0x1D45,
53894 },
53895 [0x1D46]={
53896  category="lm",
53897  description="MODIFIER LETTER SMALL TURNED AE",
53898  direction="l",
53899  linebreak="al",
53900  specials={ "super", 0x1D02 },
53901  unicodeslot=0x1D46,
53902 },
53903 [0x1D47]={
53904  category="lm",
53905  description="MODIFIER LETTER SMALL B",
53906  direction="l",
53907  linebreak="al",
53908  specials={ "super", 0x62 },
53909  unicodeslot=0x1D47,
53910 },
53911 [0x1D48]={
53912  category="lm",
53913  description="MODIFIER LETTER SMALL D",
53914  direction="l",
53915  linebreak="al",
53916  specials={ "super", 0x64 },
53917  unicodeslot=0x1D48,
53918 },
53919 [0x1D49]={
53920  category="lm",
53921  description="MODIFIER LETTER SMALL E",
53922  direction="l",
53923  linebreak="al",
53924  specials={ "super", 0x65 },
53925  unicodeslot=0x1D49,
53926 },
53927 [0x1D4A]={
53928  category="lm",
53929  description="MODIFIER LETTER SMALL SCHWA",
53930  direction="l",
53931  linebreak="al",
53932  specials={ "super", 0x259 },
53933  unicodeslot=0x1D4A,
53934 },
53935 [0x1D4B]={
53936  category="lm",
53937  description="MODIFIER LETTER SMALL OPEN E",
53938  direction="l",
53939  linebreak="al",
53940  specials={ "super", 0x25B },
53941  unicodeslot=0x1D4B,
53942 },
53943 [0x1D4C]={
53944  category="lm",
53945  description="MODIFIER LETTER SMALL TURNED OPEN E",
53946  direction="l",
53947  linebreak="al",
53948  specials={ "super", 0x25C },
53949  unicodeslot=0x1D4C,
53950 },
53951 [0x1D4D]={
53952  category="lm",
53953  description="MODIFIER LETTER SMALL G",
53954  direction="l",
53955  linebreak="al",
53956  specials={ "super", 0x67 },
53957  unicodeslot=0x1D4D,
53958 },
53959 [0x1D4E]={
53960  category="lm",
53961  description="MODIFIER LETTER SMALL TURNED I",
53962  direction="l",
53963  linebreak="al",
53964  unicodeslot=0x1D4E,
53965 },
53966 [0x1D4F]={
53967  category="lm",
53968  description="MODIFIER LETTER SMALL K",
53969  direction="l",
53970  linebreak="al",
53971  specials={ "super", 0x6B },
53972  unicodeslot=0x1D4F,
53973 },
53974 [0x1D50]={
53975  category="lm",
53976  description="MODIFIER LETTER SMALL M",
53977  direction="l",
53978  linebreak="al",
53979  specials={ "super", 0x6D },
53980  unicodeslot=0x1D50,
53981 },
53982 [0x1D51]={
53983  category="lm",
53984  description="MODIFIER LETTER SMALL ENG",
53985  direction="l",
53986  linebreak="al",
53987  specials={ "super", 0x14B },
53988  unicodeslot=0x1D51,
53989 },
53990 [0x1D52]={
53991  category="lm",
53992  description="MODIFIER LETTER SMALL O",
53993  direction="l",
53994  linebreak="al",
53995  specials={ "super", 0x6F },
53996  unicodeslot=0x1D52,
53997 },
53998 [0x1D53]={
53999  category="lm",
54000  description="MODIFIER LETTER SMALL OPEN O",
54001  direction="l",
54002  linebreak="al",
54003  specials={ "super", 0x254 },
54004  unicodeslot=0x1D53,
54005 },
54006 [0x1D54]={
54007  category="lm",
54008  description="MODIFIER LETTER SMALL TOP HALF O",
54009  direction="l",
54010  linebreak="al",
54011  specials={ "super", 0x1D16 },
54012  unicodeslot=0x1D54,
54013 },
54014 [0x1D55]={
54015  category="lm",
54016  description="MODIFIER LETTER SMALL BOTTOM HALF O",
54017  direction="l",
54018  linebreak="al",
54019  specials={ "super", 0x1D17 },
54020  unicodeslot=0x1D55,
54021 },
54022 [0x1D56]={
54023  category="lm",
54024  description="MODIFIER LETTER SMALL P",
54025  direction="l",
54026  linebreak="al",
54027  specials={ "super", 0x70 },
54028  unicodeslot=0x1D56,
54029 },
54030 [0x1D57]={
54031  category="lm",
54032  description="MODIFIER LETTER SMALL T",
54033  direction="l",
54034  linebreak="al",
54035  specials={ "super", 0x74 },
54036  unicodeslot=0x1D57,
54037 },
54038 [0x1D58]={
54039  category="lm",
54040  description="MODIFIER LETTER SMALL U",
54041  direction="l",
54042  linebreak="al",
54043  specials={ "super", 0x75 },
54044  unicodeslot=0x1D58,
54045 },
54046 [0x1D59]={
54047  category="lm",
54048  description="MODIFIER LETTER SMALL SIDEWAYS U",
54049  direction="l",
54050  linebreak="al",
54051  specials={ "super", 0x1D1D },
54052  unicodeslot=0x1D59,
54053 },
54054 [0x1D5A]={
54055  category="lm",
54056  description="MODIFIER LETTER SMALL TURNED M",
54057  direction="l",
54058  linebreak="al",
54059  specials={ "super", 0x26F },
54060  unicodeslot=0x1D5A,
54061 },
54062 [0x1D5B]={
54063  category="lm",
54064  description="MODIFIER LETTER SMALL V",
54065  direction="l",
54066  linebreak="al",
54067  specials={ "super", 0x76 },
54068  unicodeslot=0x1D5B,
54069 },
54070 [0x1D5C]={
54071  category="lm",
54072  description="MODIFIER LETTER SMALL AIN",
54073  direction="l",
54074  linebreak="al",
54075  specials={ "super", 0x1D25 },
54076  unicodeslot=0x1D5C,
54077 },
54078 [0x1D5D]={
54079  category="lm",
54080  description="MODIFIER LETTER SMALL BETA",
54081  direction="l",
54082  linebreak="al",
54083  specials={ "super", 0x3B2 },
54084  unicodeslot=0x1D5D,
54085 },
54086 [0x1D5E]={
54087  category="lm",
54088  description="MODIFIER LETTER SMALL GREEK GAMMA",
54089  direction="l",
54090  linebreak="al",
54091  specials={ "super", 0x3B3 },
54092  unicodeslot=0x1D5E,
54093 },
54094 [0x1D5F]={
54095  category="lm",
54096  description="MODIFIER LETTER SMALL DELTA",
54097  direction="l",
54098  linebreak="al",
54099  specials={ "super", 0x3B4 },
54100  unicodeslot=0x1D5F,
54101 },
54102 [0x1D60]={
54103  category="lm",
54104  description="MODIFIER LETTER SMALL GREEK PHI",
54105  direction="l",
54106  linebreak="al",
54107  specials={ "super", 0x3C6 },
54108  unicodeslot=0x1D60,
54109 },
54110 [0x1D61]={
54111  category="lm",
54112  description="MODIFIER LETTER SMALL CHI",
54113  direction="l",
54114  linebreak="al",
54115  specials={ "super", 0x3C7 },
54116  unicodeslot=0x1D61,
54117 },
54118 [0x1D62]={
54119  category="ll",
54120  description="LATIN SUBSCRIPT SMALL LETTER I",
54121  direction="l",
54122  linebreak="al",
54123  specials={ "sub", 0x69 },
54124  unicodeslot=0x1D62,
54125 },
54126 [0x1D63]={
54127  category="ll",
54128  description="LATIN SUBSCRIPT SMALL LETTER R",
54129  direction="l",
54130  linebreak="al",
54131  specials={ "sub", 0x72 },
54132  unicodeslot=0x1D63,
54133 },
54134 [0x1D64]={
54135  category="ll",
54136  description="LATIN SUBSCRIPT SMALL LETTER U",
54137  direction="l",
54138  linebreak="al",
54139  specials={ "sub", 0x75 },
54140  unicodeslot=0x1D64,
54141 },
54142 [0x1D65]={
54143  category="ll",
54144  description="LATIN SUBSCRIPT SMALL LETTER V",
54145  direction="l",
54146  linebreak="al",
54147  specials={ "sub", 0x76 },
54148  unicodeslot=0x1D65,
54149 },
54150 [0x1D66]={
54151  category="ll",
54152  description="GREEK SUBSCRIPT SMALL LETTER BETA",
54153  direction="l",
54154  linebreak="al",
54155  specials={ "sub", 0x3B2 },
54156  unicodeslot=0x1D66,
54157 },
54158 [0x1D67]={
54159  category="ll",
54160  description="GREEK SUBSCRIPT SMALL LETTER GAMMA",
54161  direction="l",
54162  linebreak="al",
54163  specials={ "sub", 0x3B3 },
54164  unicodeslot=0x1D67,
54165 },
54166 [0x1D68]={
54167  category="ll",
54168  description="GREEK SUBSCRIPT SMALL LETTER RHO",
54169  direction="l",
54170  linebreak="al",
54171  specials={ "sub", 0x3C1 },
54172  unicodeslot=0x1D68,
54173 },
54174 [0x1D69]={
54175  category="ll",
54176  description="GREEK SUBSCRIPT SMALL LETTER PHI",
54177  direction="l",
54178  linebreak="al",
54179  specials={ "sub", 0x3C6 },
54180  unicodeslot=0x1D69,
54181 },
54182 [0x1D6A]={
54183  category="ll",
54184  description="GREEK SUBSCRIPT SMALL LETTER CHI",
54185  direction="l",
54186  linebreak="al",
54187  specials={ "sub", 0x3C7 },
54188  unicodeslot=0x1D6A,
54189 },
54190 [0x1D6B]={
54191  category="ll",
54192  description="LATIN SMALL LETTER UE",
54193  direction="l",
54194  linebreak="al",
54195  unicodeslot=0x1D6B,
54196 },
54197 [0x1D6C]={
54198  category="ll",
54199  description="LATIN SMALL LETTER B WITH MIDDLE TILDE",
54200  direction="l",
54201  linebreak="al",
54202  shcode=0x62,
54203  unicodeslot=0x1D6C,
54204 },
54205 [0x1D6D]={
54206  category="ll",
54207  description="LATIN SMALL LETTER D WITH MIDDLE TILDE",
54208  direction="l",
54209  linebreak="al",
54210  shcode=0x64,
54211  unicodeslot=0x1D6D,
54212 },
54213 [0x1D6E]={
54214  category="ll",
54215  description="LATIN SMALL LETTER F WITH MIDDLE TILDE",
54216  direction="l",
54217  linebreak="al",
54218  shcode=0x66,
54219  unicodeslot=0x1D6E,
54220 },
54221 [0x1D6F]={
54222  category="ll",
54223  description="LATIN SMALL LETTER M WITH MIDDLE TILDE",
54224  direction="l",
54225  linebreak="al",
54226  shcode=0x6D,
54227  unicodeslot=0x1D6F,
54228 },
54229 [0x1D70]={
54230  category="ll",
54231  description="LATIN SMALL LETTER N WITH MIDDLE TILDE",
54232  direction="l",
54233  linebreak="al",
54234  shcode=0x6E,
54235  unicodeslot=0x1D70,
54236 },
54237 [0x1D71]={
54238  category="ll",
54239  description="LATIN SMALL LETTER P WITH MIDDLE TILDE",
54240  direction="l",
54241  linebreak="al",
54242  shcode=0x70,
54243  unicodeslot=0x1D71,
54244 },
54245 [0x1D72]={
54246  category="ll",
54247  description="LATIN SMALL LETTER R WITH MIDDLE TILDE",
54248  direction="l",
54249  linebreak="al",
54250  shcode=0x72,
54251  unicodeslot=0x1D72,
54252 },
54253 [0x1D73]={
54254  category="ll",
54255  description="LATIN SMALL LETTER R WITH FISHHOOK AND MIDDLE TILDE",
54256  direction="l",
54257  linebreak="al",
54258  shcode=0x72,
54259  unicodeslot=0x1D73,
54260 },
54261 [0x1D74]={
54262  category="ll",
54263  description="LATIN SMALL LETTER S WITH MIDDLE TILDE",
54264  direction="l",
54265  linebreak="al",
54266  shcode=0x73,
54267  unicodeslot=0x1D74,
54268 },
54269 [0x1D75]={
54270  category="ll",
54271  description="LATIN SMALL LETTER T WITH MIDDLE TILDE",
54272  direction="l",
54273  linebreak="al",
54274  shcode=0x74,
54275  unicodeslot=0x1D75,
54276 },
54277 [0x1D76]={
54278  category="ll",
54279  description="LATIN SMALL LETTER Z WITH MIDDLE TILDE",
54280  direction="l",
54281  linebreak="al",
54282  shcode=0x7A,
54283  unicodeslot=0x1D76,
54284 },
54285 [0x1D77]={
54286  category="ll",
54287  description="LATIN SMALL LETTER TURNED G",
54288  direction="l",
54289  linebreak="al",
54290  unicodeslot=0x1D77,
54291 },
54292 [0x1D78]={
54293  category="lm",
54294  description="MODIFIER LETTER CYRILLIC EN",
54295  direction="l",
54296  linebreak="al",
54297  specials={ "super", 0x43D },
54298  unicodeslot=0x1D78,
54299 },
54300 [0x1D79]={
54301  category="ll",
54302  description="LATIN SMALL LETTER INSULAR G",
54303  direction="l",
54304  linebreak="al",
54305  unicodeslot=0x1D79,
54306 },
54307 [0x1D7A]={
54308  category="ll",
54309  description="LATIN SMALL LETTER TH WITH STRIKETHROUGH",
54310  direction="l",
54311  linebreak="al",
54312  unicodeslot=0x1D7A,
54313 },
54314 [0x1D7B]={
54315  category="ll",
54316  description="LATIN SMALL CAPITAL LETTER I WITH STROKE",
54317  direction="l",
54318  linebreak="al",
54319  unicodeslot=0x1D7B,
54320 },
54321 [0x1D7C]={
54322  category="ll",
54323  description="LATIN SMALL LETTER IOTA WITH STROKE",
54324  direction="l",
54325  linebreak="al",
54326  shcode=0x269,
54327  specials={ "with", 0x269, 0x2F },
54328  unicodeslot=0x1D7C,
54329 },
54330 [0x1D7D]={
54331  category="ll",
54332  description="LATIN SMALL LETTER P WITH STROKE",
54333  direction="l",
54334  linebreak="al",
54335  shcode=0x70,
54336  specials={ "with", 0x70, 0x2F },
54337  uccode=0x2C63,
54338  unicodeslot=0x1D7D,
54339 },
54340 [0x1D7E]={
54341  category="ll",
54342  description="LATIN SMALL CAPITAL LETTER U WITH STROKE",
54343  direction="l",
54344  linebreak="al",
54345  unicodeslot=0x1D7E,
54346 },
54347 [0x1D7F]={
54348  category="ll",
54349  description="LATIN SMALL LETTER UPSILON WITH STROKE",
54350  direction="l",
54351  linebreak="al",
54352  shcode=0x28A,
54353  specials={ "with", 0x28A, 0x2F },
54354  unicodeslot=0x1D7F,
54355 },
54356 [0x1D80]={
54357  category="ll",
54358  description="LATIN SMALL LETTER B WITH PALATAL HOOK",
54359  direction="l",
54360  linebreak="al",
54361  shcode=0x62,
54362  unicodeslot=0x1D80,
54363 },
54364 [0x1D81]={
54365  category="ll",
54366  description="LATIN SMALL LETTER D WITH PALATAL HOOK",
54367  direction="l",
54368  linebreak="al",
54369  shcode=0x64,
54370  unicodeslot=0x1D81,
54371 },
54372 [0x1D82]={
54373  category="ll",
54374  description="LATIN SMALL LETTER F WITH PALATAL HOOK",
54375  direction="l",
54376  linebreak="al",
54377  shcode=0x66,
54378  unicodeslot=0x1D82,
54379 },
54380 [0x1D83]={
54381  category="ll",
54382  description="LATIN SMALL LETTER G WITH PALATAL HOOK",
54383  direction="l",
54384  linebreak="al",
54385  shcode=0x67,
54386  unicodeslot=0x1D83,
54387 },
54388 [0x1D84]={
54389  category="ll",
54390  description="LATIN SMALL LETTER K WITH PALATAL HOOK",
54391  direction="l",
54392  linebreak="al",
54393  shcode=0x6B,
54394  unicodeslot=0x1D84,
54395 },
54396 [0x1D85]={
54397  category="ll",
54398  description="LATIN SMALL LETTER L WITH PALATAL HOOK",
54399  direction="l",
54400  linebreak="al",
54401  shcode=0x6C,
54402  unicodeslot=0x1D85,
54403 },
54404 [0x1D86]={
54405  category="ll",
54406  description="LATIN SMALL LETTER M WITH PALATAL HOOK",
54407  direction="l",
54408  linebreak="al",
54409  shcode=0x6D,
54410  unicodeslot=0x1D86,
54411 },
54412 [0x1D87]={
54413  category="ll",
54414  description="LATIN SMALL LETTER N WITH PALATAL HOOK",
54415  direction="l",
54416  linebreak="al",
54417  shcode=0x6E,
54418  unicodeslot=0x1D87,
54419 },
54420 [0x1D88]={
54421  category="ll",
54422  description="LATIN SMALL LETTER P WITH PALATAL HOOK",
54423  direction="l",
54424  linebreak="al",
54425  shcode=0x70,
54426  unicodeslot=0x1D88,
54427 },
54428 [0x1D89]={
54429  category="ll",
54430  description="LATIN SMALL LETTER R WITH PALATAL HOOK",
54431  direction="l",
54432  linebreak="al",
54433  shcode=0x72,
54434  unicodeslot=0x1D89,
54435 },
54436 [0x1D8A]={
54437  category="ll",
54438  description="LATIN SMALL LETTER S WITH PALATAL HOOK",
54439  direction="l",
54440  linebreak="al",
54441  shcode=0x73,
54442  unicodeslot=0x1D8A,
54443 },
54444 [0x1D8B]={
54445  category="ll",
54446  description="LATIN SMALL LETTER ESH WITH PALATAL HOOK",
54447  direction="l",
54448  linebreak="al",
54449  shcode=0x283,
54450  unicodeslot=0x1D8B,
54451 },
54452 [0x1D8C]={
54453  category="ll",
54454  description="LATIN SMALL LETTER V WITH PALATAL HOOK",
54455  direction="l",
54456  linebreak="al",
54457  shcode=0x76,
54458  unicodeslot=0x1D8C,
54459 },
54460 [0x1D8D]={
54461  category="ll",
54462  description="LATIN SMALL LETTER X WITH PALATAL HOOK",
54463  direction="l",
54464  linebreak="al",
54465  shcode=0x78,
54466  unicodeslot=0x1D8D,
54467 },
54468 [0x1D8E]={
54469  category="ll",
54470  description="LATIN SMALL LETTER Z WITH PALATAL HOOK",
54471  direction="l",
54472  linebreak="al",
54473  shcode=0x7A,
54474  unicodeslot=0x1D8E,
54475 },
54476 [0x1D8F]={
54477  category="ll",
54478  description="LATIN SMALL LETTER A WITH RETROFLEX HOOK",
54479  direction="l",
54480  linebreak="al",
54481  shcode=0x61,
54482  unicodeslot=0x1D8F,
54483 },
54484 [0x1D90]={
54485  category="ll",
54486  description="LATIN SMALL LETTER ALPHA WITH RETROFLEX HOOK",
54487  direction="l",
54488  linebreak="al",
54489  shcode=0x251,
54490  unicodeslot=0x1D90,
54491 },
54492 [0x1D91]={
54493  category="ll",
54494  description="LATIN SMALL LETTER D WITH HOOK AND TAIL",
54495  direction="l",
54496  linebreak="al",
54497  shcode=0x64,
54498  unicodeslot=0x1D91,
54499 },
54500 [0x1D92]={
54501  category="ll",
54502  description="LATIN SMALL LETTER E WITH RETROFLEX HOOK",
54503  direction="l",
54504  linebreak="al",
54505  shcode=0x65,
54506  unicodeslot=0x1D92,
54507 },
54508 [0x1D93]={
54509  category="ll",
54510  description="LATIN SMALL LETTER OPEN E WITH RETROFLEX HOOK",
54511  direction="l",
54512  linebreak="al",
54513  unicodeslot=0x1D93,
54514 },
54515 [0x1D94]={
54516  category="ll",
54517  description="LATIN SMALL LETTER REVERSED OPEN E WITH RETROFLEX HOOK",
54518  direction="l",
54519  linebreak="al",
54520  unicodeslot=0x1D94,
54521 },
54522 [0x1D95]={
54523  category="ll",
54524  description="LATIN SMALL LETTER SCHWA WITH RETROFLEX HOOK",
54525  direction="l",
54526  linebreak="al",
54527  shcode=0x259,
54528  unicodeslot=0x1D95,
54529 },
54530 [0x1D96]={
54531  category="ll",
54532  description="LATIN SMALL LETTER I WITH RETROFLEX HOOK",
54533  direction="l",
54534  linebreak="al",
54535  shcode=0x69,
54536  unicodeslot=0x1D96,
54537 },
54538 [0x1D97]={
54539  category="ll",
54540  description="LATIN SMALL LETTER OPEN O WITH RETROFLEX HOOK",
54541  direction="l",
54542  linebreak="al",
54543  unicodeslot=0x1D97,
54544 },
54545 [0x1D98]={
54546  category="ll",
54547  description="LATIN SMALL LETTER ESH WITH RETROFLEX HOOK",
54548  direction="l",
54549  linebreak="al",
54550  shcode=0x283,
54551  unicodeslot=0x1D98,
54552 },
54553 [0x1D99]={
54554  category="ll",
54555  description="LATIN SMALL LETTER U WITH RETROFLEX HOOK",
54556  direction="l",
54557  linebreak="al",
54558  shcode=0x75,
54559  unicodeslot=0x1D99,
54560 },
54561 [0x1D9A]={
54562  category="ll",
54563  description="LATIN SMALL LETTER EZH WITH RETROFLEX HOOK",
54564  direction="l",
54565  linebreak="al",
54566  shcode=0x292,
54567  unicodeslot=0x1D9A,
54568 },
54569 [0x1D9B]={
54570  category="lm",
54571  description="MODIFIER LETTER SMALL TURNED ALPHA",
54572  direction="l",
54573  linebreak="al",
54574  specials={ "super", 0x252 },
54575  unicodeslot=0x1D9B,
54576 },
54577 [0x1D9C]={
54578  category="lm",
54579  description="MODIFIER LETTER SMALL C",
54580  direction="l",
54581  linebreak="al",
54582  specials={ "super", 0x63 },
54583  unicodeslot=0x1D9C,
54584 },
54585 [0x1D9D]={
54586  category="lm",
54587  description="MODIFIER LETTER SMALL C WITH CURL",
54588  direction="l",
54589  linebreak="al",
54590  specials={ "super", 0x255 },
54591  unicodeslot=0x1D9D,
54592 },
54593 [0x1D9E]={
54594  category="lm",
54595  description="MODIFIER LETTER SMALL ETH",
54596  direction="l",
54597  linebreak="al",
54598  specials={ "super", 0xF0 },
54599  unicodeslot=0x1D9E,
54600 },
54601 [0x1D9F]={
54602  category="lm",
54603  description="MODIFIER LETTER SMALL REVERSED OPEN E",
54604  direction="l",
54605  linebreak="al",
54606  specials={ "super", 0x25C },
54607  unicodeslot=0x1D9F,
54608 },
54609 [0x1DA0]={
54610  category="lm",
54611  description="MODIFIER LETTER SMALL F",
54612  direction="l",
54613  linebreak="al",
54614  specials={ "super", 0x66 },
54615  unicodeslot=0x1DA0,
54616 },
54617 [0x1DA1]={
54618  category="lm",
54619  description="MODIFIER LETTER SMALL DOTLESS J WITH STROKE",
54620  direction="l",
54621  linebreak="al",
54622  specials={ "super", 0x25F },
54623  unicodeslot=0x1DA1,
54624 },
54625 [0x1DA2]={
54626  category="lm",
54627  description="MODIFIER LETTER SMALL SCRIPT G",
54628  direction="l",
54629  linebreak="al",
54630  specials={ "super", 0x261 },
54631  unicodeslot=0x1DA2,
54632 },
54633 [0x1DA3]={
54634  category="lm",
54635  description="MODIFIER LETTER SMALL TURNED H",
54636  direction="l",
54637  linebreak="al",
54638  specials={ "super", 0x265 },
54639  unicodeslot=0x1DA3,
54640 },
54641 [0x1DA4]={
54642  category="lm",
54643  description="MODIFIER LETTER SMALL I WITH STROKE",
54644  direction="l",
54645  linebreak="al",
54646  specials={ "super", 0x268 },
54647  unicodeslot=0x1DA4,
54648 },
54649 [0x1DA5]={
54650  category="lm",
54651  description="MODIFIER LETTER SMALL IOTA",
54652  direction="l",
54653  linebreak="al",
54654  specials={ "super", 0x269 },
54655  unicodeslot=0x1DA5,
54656 },
54657 [0x1DA6]={
54658  category="lm",
54659  description="MODIFIER LETTER SMALL CAPITAL I",
54660  direction="l",
54661  linebreak="al",
54662  specials={ "super", 0x26A },
54663  unicodeslot=0x1DA6,
54664 },
54665 [0x1DA7]={
54666  category="lm",
54667  description="MODIFIER LETTER SMALL CAPITAL I WITH STROKE",
54668  direction="l",
54669  linebreak="al",
54670  specials={ "super", 0x1D7B },
54671  unicodeslot=0x1DA7,
54672 },
54673 [0x1DA8]={
54674  category="lm",
54675  description="MODIFIER LETTER SMALL J WITH CROSSED-TAIL",
54676  direction="l",
54677  linebreak="al",
54678  specials={ "super", 0x29D },
54679  unicodeslot=0x1DA8,
54680 },
54681 [0x1DA9]={
54682  category="lm",
54683  description="MODIFIER LETTER SMALL L WITH RETROFLEX HOOK",
54684  direction="l",
54685  linebreak="al",
54686  specials={ "super", 0x26D },
54687  unicodeslot=0x1DA9,
54688 },
54689 [0x1DAA]={
54690  category="lm",
54691  description="MODIFIER LETTER SMALL L WITH PALATAL HOOK",
54692  direction="l",
54693  linebreak="al",
54694  specials={ "super", 0x1D85 },
54695  unicodeslot=0x1DAA,
54696 },
54697 [0x1DAB]={
54698  category="lm",
54699  description="MODIFIER LETTER SMALL CAPITAL L",
54700  direction="l",
54701  linebreak="al",
54702  specials={ "super", 0x29F },
54703  unicodeslot=0x1DAB,
54704 },
54705 [0x1DAC]={
54706  category="lm",
54707  description="MODIFIER LETTER SMALL M WITH HOOK",
54708  direction="l",
54709  linebreak="al",
54710  specials={ "super", 0x271 },
54711  unicodeslot=0x1DAC,
54712 },
54713 [0x1DAD]={
54714  category="lm",
54715  description="MODIFIER LETTER SMALL TURNED M WITH LONG LEG",
54716  direction="l",
54717  linebreak="al",
54718  specials={ "super", 0x270 },
54719  unicodeslot=0x1DAD,
54720 },
54721 [0x1DAE]={
54722  category="lm",
54723  description="MODIFIER LETTER SMALL N WITH LEFT HOOK",
54724  direction="l",
54725  linebreak="al",
54726  specials={ "super", 0x272 },
54727  unicodeslot=0x1DAE,
54728 },
54729 [0x1DAF]={
54730  category="lm",
54731  description="MODIFIER LETTER SMALL N WITH RETROFLEX HOOK",
54732  direction="l",
54733  linebreak="al",
54734  specials={ "super", 0x273 },
54735  unicodeslot=0x1DAF,
54736 },
54737 [0x1DB0]={
54738  category="lm",
54739  description="MODIFIER LETTER SMALL CAPITAL N",
54740  direction="l",
54741  linebreak="al",
54742  specials={ "super", 0x274 },
54743  unicodeslot=0x1DB0,
54744 },
54745 [0x1DB1]={
54746  category="lm",
54747  description="MODIFIER LETTER SMALL BARRED O",
54748  direction="l",
54749  linebreak="al",
54750  specials={ "super", 0x275 },
54751  unicodeslot=0x1DB1,
54752 },
54753 [0x1DB2]={
54754  category="lm",
54755  description="MODIFIER LETTER SMALL PHI",
54756  direction="l",
54757  linebreak="al",
54758  specials={ "super", 0x278 },
54759  unicodeslot=0x1DB2,
54760 },
54761 [0x1DB3]={
54762  category="lm",
54763  description="MODIFIER LETTER SMALL S WITH HOOK",
54764  direction="l",
54765  linebreak="al",
54766  specials={ "super", 0x282 },
54767  unicodeslot=0x1DB3,
54768 },
54769 [0x1DB4]={
54770  category="lm",
54771  description="MODIFIER LETTER SMALL ESH",
54772  direction="l",
54773  linebreak="al",
54774  specials={ "super", 0x283 },
54775  unicodeslot=0x1DB4,
54776 },
54777 [0x1DB5]={
54778  category="lm",
54779  description="MODIFIER LETTER SMALL T WITH PALATAL HOOK",
54780  direction="l",
54781  linebreak="al",
54782  specials={ "super", 0x1AB },
54783  unicodeslot=0x1DB5,
54784 },
54785 [0x1DB6]={
54786  category="lm",
54787  description="MODIFIER LETTER SMALL U BAR",
54788  direction="l",
54789  linebreak="al",
54790  specials={ "super", 0x289 },
54791  unicodeslot=0x1DB6,
54792 },
54793 [0x1DB7]={
54794  category="lm",
54795  description="MODIFIER LETTER SMALL UPSILON",
54796  direction="l",
54797  linebreak="al",
54798  specials={ "super", 0x28A },
54799  unicodeslot=0x1DB7,
54800 },
54801 [0x1DB8]={
54802  category="lm",
54803  description="MODIFIER LETTER SMALL CAPITAL U",
54804  direction="l",
54805  linebreak="al",
54806  specials={ "super", 0x1D1C },
54807  unicodeslot=0x1DB8,
54808 },
54809 [0x1DB9]={
54810  category="lm",
54811  description="MODIFIER LETTER SMALL V WITH HOOK",
54812  direction="l",
54813  linebreak="al",
54814  specials={ "super", 0x28B },
54815  unicodeslot=0x1DB9,
54816 },
54817 [0x1DBA]={
54818  category="lm",
54819  description="MODIFIER LETTER SMALL TURNED V",
54820  direction="l",
54821  linebreak="al",
54822  specials={ "super", 0x28C },
54823  unicodeslot=0x1DBA,
54824 },
54825 [0x1DBB]={
54826  category="lm",
54827  description="MODIFIER LETTER SMALL Z",
54828  direction="l",
54829  linebreak="al",
54830  specials={ "super", 0x7A },
54831  unicodeslot=0x1DBB,
54832 },
54833 [0x1DBC]={
54834  category="lm",
54835  description="MODIFIER LETTER SMALL Z WITH RETROFLEX HOOK",
54836  direction="l",
54837  linebreak="al",
54838  specials={ "super", 0x290 },
54839  unicodeslot=0x1DBC,
54840 },
54841 [0x1DBD]={
54842  category="lm",
54843  description="MODIFIER LETTER SMALL Z WITH CURL",
54844  direction="l",
54845  linebreak="al",
54846  specials={ "super", 0x291 },
54847  unicodeslot=0x1DBD,
54848 },
54849 [0x1DBE]={
54850  category="lm",
54851  description="MODIFIER LETTER SMALL EZH",
54852  direction="l",
54853  linebreak="al",
54854  specials={ "super", 0x292 },
54855  unicodeslot=0x1DBE,
54856 },
54857 [0x1DBF]={
54858  category="lm",
54859  description="MODIFIER LETTER SMALL THETA",
54860  direction="l",
54861  linebreak="al",
54862  specials={ "super", 0x3B8 },
54863  unicodeslot=0x1DBF,
54864 },
54865 [0x1DC0]={
54866  category="mn",
54867  combining=0xE6,
54868  description="COMBINING DOTTED GRAVE ACCENT",
54869  direction="nsm",
54870  linebreak="cm",
54871  unicodeslot=0x1DC0,
54872 },
54873 [0x1DC1]={
54874  category="mn",
54875  combining=0xE6,
54876  description="COMBINING DOTTED ACUTE ACCENT",
54877  direction="nsm",
54878  linebreak="cm",
54879  unicodeslot=0x1DC1,
54880 },
54881 [0x1DC2]={
54882  category="mn",
54883  combining=0xDC,
54884  description="COMBINING SNAKE BELOW",
54885  direction="nsm",
54886  linebreak="cm",
54887  unicodeslot=0x1DC2,
54888 },
54889 [0x1DC3]={
54890  category="mn",
54891  combining=0xE6,
54892  description="COMBINING SUSPENSION MARK",
54893  direction="nsm",
54894  linebreak="cm",
54895  unicodeslot=0x1DC3,
54896 },
54897 [0x1DC4]={
54898  category="mn",
54899  combining=0xE6,
54900  description="COMBINING MACRON-ACUTE",
54901  direction="nsm",
54902  linebreak="cm",
54903  unicodeslot=0x1DC4,
54904 },
54905 [0x1DC5]={
54906  category="mn",
54907  combining=0xE6,
54908  description="COMBINING GRAVE-MACRON",
54909  direction="nsm",
54910  linebreak="cm",
54911  unicodeslot=0x1DC5,
54912 },
54913 [0x1DC6]={
54914  category="mn",
54915  combining=0xE6,
54916  description="COMBINING MACRON-GRAVE",
54917  direction="nsm",
54918  linebreak="cm",
54919  unicodeslot=0x1DC6,
54920 },
54921 [0x1DC7]={
54922  category="mn",
54923  combining=0xE6,
54924  description="COMBINING ACUTE-MACRON",
54925  direction="nsm",
54926  linebreak="cm",
54927  unicodeslot=0x1DC7,
54928 },
54929 [0x1DC8]={
54930  category="mn",
54931  combining=0xE6,
54932  description="COMBINING GRAVE-ACUTE-GRAVE",
54933  direction="nsm",
54934  linebreak="cm",
54935  unicodeslot=0x1DC8,
54936 },
54937 [0x1DC9]={
54938  category="mn",
54939  combining=0xE6,
54940  description="COMBINING ACUTE-GRAVE-ACUTE",
54941  direction="nsm",
54942  linebreak="cm",
54943  unicodeslot=0x1DC9,
54944 },
54945 [0x1DCA]={
54946  category="mn",
54947  combining=0xDC,
54948  description="COMBINING LATIN SMALL LETTER R BELOW",
54949  direction="nsm",
54950  linebreak="cm",
54951  unicodeslot=0x1DCA,
54952 },
54953 [0x1DCB]={
54954  category="mn",
54955  combining=0xE6,
54956  description="COMBINING BREVE-MACRON",
54957  direction="nsm",
54958  linebreak="cm",
54959  unicodeslot=0x1DCB,
54960 },
54961 [0x1DCC]={
54962  category="mn",
54963  combining=0xE6,
54964  description="COMBINING MACRON-BREVE",
54965  direction="nsm",
54966  linebreak="cm",
54967  unicodeslot=0x1DCC,
54968 },
54969 [0x1DCD]={
54970  category="mn",
54971  combining=0xEA,
54972  description="COMBINING DOUBLE CIRCUMFLEX ABOVE",
54973  direction="nsm",
54974  linebreak="gl",
54975  unicodeslot=0x1DCD,
54976 },
54977 [0x1DCE]={
54978  category="mn",
54979  combining=0xD6,
54980  description="COMBINING OGONEK ABOVE",
54981  direction="nsm",
54982  linebreak="cm",
54983  unicodeslot=0x1DCE,
54984 },
54985 [0x1DCF]={
54986  category="mn",
54987  combining=0xDC,
54988  description="COMBINING ZIGZAG BELOW",
54989  direction="nsm",
54990  linebreak="cm",
54991  unicodeslot=0x1DCF,
54992 },
54993 [0x1DD0]={
54994  category="mn",
54995  combining=0xCA,
54996  description="COMBINING IS BELOW",
54997  direction="nsm",
54998  linebreak="cm",
54999  unicodeslot=0x1DD0,
55000 },
55001 [0x1DD1]={
55002  category="mn",
55003  combining=0xE6,
55004  description="COMBINING UR ABOVE",
55005  direction="nsm",
55006  linebreak="cm",
55007  unicodeslot=0x1DD1,
55008 },
55009 [0x1DD2]={
55010  category="mn",
55011  combining=0xE6,
55012  description="COMBINING US ABOVE",
55013  direction="nsm",
55014  linebreak="cm",
55015  unicodeslot=0x1DD2,
55016 },
55017 [0x1DD3]={
55018  category="mn",
55019  combining=0xE6,
55020  description="COMBINING LATIN SMALL LETTER FLATTENED OPEN A ABOVE",
55021  direction="nsm",
55022  linebreak="cm",
55023  unicodeslot=0x1DD3,
55024 },
55025 [0x1DD4]={
55026  category="mn",
55027  combining=0xE6,
55028  description="COMBINING LATIN SMALL LETTER AE",
55029  direction="nsm",
55030  linebreak="cm",
55031  unicodeslot=0x1DD4,
55032 },
55033 [0x1DD5]={
55034  category="mn",
55035  combining=0xE6,
55036  description="COMBINING LATIN SMALL LETTER AO",
55037  direction="nsm",
55038  linebreak="cm",
55039  unicodeslot=0x1DD5,
55040 },
55041 [0x1DD6]={
55042  category="mn",
55043  combining=0xE6,
55044  description="COMBINING LATIN SMALL LETTER AV",
55045  direction="nsm",
55046  linebreak="cm",
55047  unicodeslot=0x1DD6,
55048 },
55049 [0x1DD7]={
55050  category="mn",
55051  combining=0xE6,
55052  description="COMBINING LATIN SMALL LETTER C CEDILLA",
55053  direction="nsm",
55054  linebreak="cm",
55055  unicodeslot=0x1DD7,
55056 },
55057 [0x1DD8]={
55058  category="mn",
55059  combining=0xE6,
55060  description="COMBINING LATIN SMALL LETTER INSULAR D",
55061  direction="nsm",
55062  linebreak="cm",
55063  unicodeslot=0x1DD8,
55064 },
55065 [0x1DD9]={
55066  category="mn",
55067  combining=0xE6,
55068  description="COMBINING LATIN SMALL LETTER ETH",
55069  direction="nsm",
55070  linebreak="cm",
55071  unicodeslot=0x1DD9,
55072 },
55073 [0x1DDA]={
55074  category="mn",
55075  combining=0xE6,
55076  description="COMBINING LATIN SMALL LETTER G",
55077  direction="nsm",
55078  linebreak="cm",
55079  unicodeslot=0x1DDA,
55080 },
55081 [0x1DDB]={
55082  category="mn",
55083  combining=0xE6,
55084  description="COMBINING LATIN LETTER SMALL CAPITAL G",
55085  direction="nsm",
55086  linebreak="cm",
55087  unicodeslot=0x1DDB,
55088 },
55089 [0x1DDC]={
55090  category="mn",
55091  combining=0xE6,
55092  description="COMBINING LATIN SMALL LETTER K",
55093  direction="nsm",
55094  linebreak="cm",
55095  unicodeslot=0x1DDC,
55096 },
55097 [0x1DDD]={
55098  category="mn",
55099  combining=0xE6,
55100  description="COMBINING LATIN SMALL LETTER L",
55101  direction="nsm",
55102  linebreak="cm",
55103  unicodeslot=0x1DDD,
55104 },
55105 [0x1DDE]={
55106  category="mn",
55107  combining=0xE6,
55108  description="COMBINING LATIN LETTER SMALL CAPITAL L",
55109  direction="nsm",
55110  linebreak="cm",
55111  unicodeslot=0x1DDE,
55112 },
55113 [0x1DDF]={
55114  category="mn",
55115  combining=0xE6,
55116  description="COMBINING LATIN LETTER SMALL CAPITAL M",
55117  direction="nsm",
55118  linebreak="cm",
55119  unicodeslot=0x1DDF,
55120 },
55121 [0x1DE0]={
55122  category="mn",
55123  combining=0xE6,
55124  description="COMBINING LATIN SMALL LETTER N",
55125  direction="nsm",
55126  linebreak="cm",
55127  unicodeslot=0x1DE0,
55128 },
55129 [0x1DE1]={
55130  category="mn",
55131  combining=0xE6,
55132  description="COMBINING LATIN LETTER SMALL CAPITAL N",
55133  direction="nsm",
55134  linebreak="cm",
55135  unicodeslot=0x1DE1,
55136 },
55137 [0x1DE2]={
55138  category="mn",
55139  combining=0xE6,
55140  description="COMBINING LATIN LETTER SMALL CAPITAL R",
55141  direction="nsm",
55142  linebreak="cm",
55143  unicodeslot=0x1DE2,
55144 },
55145 [0x1DE3]={
55146  category="mn",
55147  combining=0xE6,
55148  description="COMBINING LATIN SMALL LETTER R ROTUNDA",
55149  direction="nsm",
55150  linebreak="cm",
55151  unicodeslot=0x1DE3,
55152 },
55153 [0x1DE4]={
55154  category="mn",
55155  combining=0xE6,
55156  description="COMBINING LATIN SMALL LETTER S",
55157  direction="nsm",
55158  linebreak="cm",
55159  unicodeslot=0x1DE4,
55160 },
55161 [0x1DE5]={
55162  category="mn",
55163  combining=0xE6,
55164  description="COMBINING LATIN SMALL LETTER LONG S",
55165  direction="nsm",
55166  linebreak="cm",
55167  unicodeslot=0x1DE5,
55168 },
55169 [0x1DE6]={
55170  category="mn",
55171  combining=0xE6,
55172  description="COMBINING LATIN SMALL LETTER Z",
55173  direction="nsm",
55174  linebreak="cm",
55175  unicodeslot=0x1DE6,
55176 },
55177 [0x1DE7]={
55178  category="mn",
55179  combining=0xE6,
55180  description="COMBINING LATIN SMALL LETTER ALPHA",
55181  direction="nsm",
55182  linebreak="cm",
55183  unicodeslot=0x1DE7,
55184 },
55185 [0x1DE8]={
55186  category="mn",
55187  combining=0xE6,
55188  description="COMBINING LATIN SMALL LETTER B",
55189  direction="nsm",
55190  linebreak="cm",
55191  unicodeslot=0x1DE8,
55192 },
55193 [0x1DE9]={
55194  category="mn",
55195  combining=0xE6,
55196  description="COMBINING LATIN SMALL LETTER BETA",
55197  direction="nsm",
55198  linebreak="cm",
55199  unicodeslot=0x1DE9,
55200 },
55201 [0x1DEA]={
55202  category="mn",
55203  combining=0xE6,
55204  description="COMBINING LATIN SMALL LETTER SCHWA",
55205  direction="nsm",
55206  linebreak="cm",
55207  unicodeslot=0x1DEA,
55208 },
55209 [0x1DEB]={
55210  category="mn",
55211  combining=0xE6,
55212  description="COMBINING LATIN SMALL LETTER F",
55213  direction="nsm",
55214  linebreak="cm",
55215  unicodeslot=0x1DEB,
55216 },
55217 [0x1DEC]={
55218  category="mn",
55219  combining=0xE6,
55220  description="COMBINING LATIN SMALL LETTER L WITH DOUBLE MIDDLE TILDE",
55221  direction="nsm",
55222  linebreak="cm",
55223  unicodeslot=0x1DEC,
55224 },
55225 [0x1DED]={
55226  category="mn",
55227  combining=0xE6,
55228  description="COMBINING LATIN SMALL LETTER O WITH LIGHT CENTRALIZATION STROKE",
55229  direction="nsm",
55230  linebreak="cm",
55231  unicodeslot=0x1DED,
55232 },
55233 [0x1DEE]={
55234  category="mn",
55235  combining=0xE6,
55236  description="COMBINING LATIN SMALL LETTER P",
55237  direction="nsm",
55238  linebreak="cm",
55239  unicodeslot=0x1DEE,
55240 },
55241 [0x1DEF]={
55242  category="mn",
55243  combining=0xE6,
55244  description="COMBINING LATIN SMALL LETTER ESH",
55245  direction="nsm",
55246  linebreak="cm",
55247  unicodeslot=0x1DEF,
55248 },
55249 [0x1DF0]={
55250  category="mn",
55251  combining=0xE6,
55252  description="COMBINING LATIN SMALL LETTER U WITH LIGHT CENTRALIZATION STROKE",
55253  direction="nsm",
55254  linebreak="cm",
55255  unicodeslot=0x1DF0,
55256 },
55257 [0x1DF1]={
55258  category="mn",
55259  combining=0xE6,
55260  description="COMBINING LATIN SMALL LETTER W",
55261  direction="nsm",
55262  linebreak="cm",
55263  unicodeslot=0x1DF1,
55264 },
55265 [0x1DF2]={
55266  category="mn",
55267  combining=0xE6,
55268  description="COMBINING LATIN SMALL LETTER A WITH DIAERESIS",
55269  direction="nsm",
55270  linebreak="cm",
55271  unicodeslot=0x1DF2,
55272 },
55273 [0x1DF3]={
55274  category="mn",
55275  combining=0xE6,
55276  description="COMBINING LATIN SMALL LETTER O WITH DIAERESIS",
55277  direction="nsm",
55278  linebreak="cm",
55279  unicodeslot=0x1DF3,
55280 },
55281 [0x1DF4]={
55282  category="mn",
55283  combining=0xE6,
55284  description="COMBINING LATIN SMALL LETTER U WITH DIAERESIS",
55285  direction="nsm",
55286  linebreak="cm",
55287  unicodeslot=0x1DF4,
55288 },
55289 [0x1DF5]={
55290  category="mn",
55291  combining=0xE6,
55292  description="COMBINING UP TACK ABOVE",
55293  direction="nsm",
55294  linebreak="cm",
55295  unicodeslot=0x1DF5,
55296 },
55297 [0x1DF6]={
55298  category="mn",
55299  combining=0xE8,
55300  description="COMBINING KAVYKA ABOVE RIGHT",
55301  direction="nsm",
55302  linebreak="cm",
55303  unicodeslot=0x1DF6,
55304 },
55305 [0x1DF7]={
55306  category="mn",
55307  combining=0xE4,
55308  description="COMBINING KAVYKA ABOVE LEFT",
55309  direction="nsm",
55310  linebreak="cm",
55311  unicodeslot=0x1DF7,
55312 },
55313 [0x1DF8]={
55314  category="mn",
55315  combining=0xE4,
55316  description="COMBINING DOT ABOVE LEFT",
55317  direction="nsm",
55318  linebreak="cm",
55319  unicodeslot=0x1DF8,
55320 },
55321 [0x1DF9]={
55322  category="mn",
55323  combining=0xDC,
55324  description="COMBINING WIDE INVERTED BRIDGE BELOW",
55325  direction="nsm",
55326  linebreak="cm",
55327  unicodeslot=0x1DF9,
55328 },
55329 [0x1DFA]={
55330  category="mn",
55331  combining=0xDA,
55332  description="COMBINING DOT BELOW LEFT",
55333  direction="nsm",
55334  linebreak="cm",
55335  unicodeslot=0x1DFA,
55336 },
55337 [0x1DFB]={
55338  category="mn",
55339  combining=0xE6,
55340  description="COMBINING DELETION MARK",
55341  direction="nsm",
55342  linebreak="cm",
55343  unicodeslot=0x1DFB,
55344 },
55345 [0x1DFC]={
55346  category="mn",
55347  combining=0xE9,
55348  description="COMBINING DOUBLE INVERTED BREVE BELOW",
55349  direction="nsm",
55350  linebreak="gl",
55351  unicodeslot=0x1DFC,
55352 },
55353 [0x1DFD]={
55354  category="mn",
55355  combining=0xDC,
55356  description="COMBINING ALMOST EQUAL TO BELOW",
55357  direction="nsm",
55358  linebreak="cm",
55359  unicodeslot=0x1DFD,
55360 },
55361 [0x1DFE]={
55362  category="mn",
55363  combining=0xE6,
55364  description="COMBINING LEFT ARROWHEAD ABOVE",
55365  direction="nsm",
55366  linebreak="cm",
55367  unicodeslot=0x1DFE,
55368 },
55369 [0x1DFF]={
55370  category="mn",
55371  combining=0xDC,
55372  description="COMBINING RIGHT ARROWHEAD AND DOWN ARROWHEAD BELOW",
55373  direction="nsm",
55374  linebreak="cm",
55375  unicodeslot=0x1DFF,
55376 },
55377 [0x1E00]={
55378  category="lu",
55379  description="LATIN CAPITAL LETTER A WITH RING BELOW",
55380  direction="l",
55381  lccode=0x1E01,
55382  linebreak="al",
55383  shcode=0x41,
55384  specials={ "char", 0x41, 0x325 },
55385  unicodeslot=0x1E00,
55386 },
55387 [0x1E01]={
55388  category="ll",
55389  description="LATIN SMALL LETTER A WITH RING BELOW",
55390  direction="l",
55391  linebreak="al",
55392  shcode=0x61,
55393  specials={ "char", 0x61, 0x325 },
55394  uccode=0x1E00,
55395  unicodeslot=0x1E01,
55396 },
55397 [0x1E02]={
55398  category="lu",
55399  description="LATIN CAPITAL LETTER B WITH DOT ABOVE",
55400  direction="l",
55401  lccode=0x1E03,
55402  linebreak="al",
55403  shcode=0x42,
55404  specials={ "char", 0x42, 0x307 },
55405  unicodeslot=0x1E02,
55406 },
55407 [0x1E03]={
55408  category="ll",
55409  description="LATIN SMALL LETTER B WITH DOT ABOVE",
55410  direction="l",
55411  linebreak="al",
55412  shcode=0x62,
55413  specials={ "char", 0x62, 0x307 },
55414  uccode=0x1E02,
55415  unicodeslot=0x1E03,
55416 },
55417 [0x1E04]={
55418  category="lu",
55419  description="LATIN CAPITAL LETTER B WITH DOT BELOW",
55420  direction="l",
55421  lccode=0x1E05,
55422  linebreak="al",
55423  shcode=0x42,
55424  specials={ "char", 0x42, 0x323 },
55425  unicodeslot=0x1E04,
55426 },
55427 [0x1E05]={
55428  category="ll",
55429  description="LATIN SMALL LETTER B WITH DOT BELOW",
55430  direction="l",
55431  linebreak="al",
55432  shcode=0x62,
55433  specials={ "char", 0x62, 0x323 },
55434  uccode=0x1E04,
55435  unicodeslot=0x1E05,
55436 },
55437 [0x1E06]={
55438  category="lu",
55439  description="LATIN CAPITAL LETTER B WITH LINE BELOW",
55440  direction="l",
55441  lccode=0x1E07,
55442  linebreak="al",
55443  shcode=0x42,
55444  specials={ "char", 0x42, 0x331 },
55445  unicodeslot=0x1E06,
55446 },
55447 [0x1E07]={
55448  category="ll",
55449  description="LATIN SMALL LETTER B WITH LINE BELOW",
55450  direction="l",
55451  linebreak="al",
55452  shcode=0x62,
55453  specials={ "char", 0x62, 0x331 },
55454  uccode=0x1E06,
55455  unicodeslot=0x1E07,
55456 },
55457 [0x1E08]={
55458  category="lu",
55459  description="LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE",
55460  direction="l",
55461  lccode=0x1E09,
55462  linebreak="al",
55463  shcode=0x43,
55464  specials={ "char", 0xC7, 0x301 },
55465  unicodeslot=0x1E08,
55466 },
55467 [0x1E09]={
55468  category="ll",
55469  description="LATIN SMALL LETTER C WITH CEDILLA AND ACUTE",
55470  direction="l",
55471  linebreak="al",
55472  shcode=0x63,
55473  specials={ "char", 0xE7, 0x301 },
55474  uccode=0x1E08,
55475  unicodeslot=0x1E09,
55476 },
55477 [0x1E0A]={
55478  category="lu",
55479  description="LATIN CAPITAL LETTER D WITH DOT ABOVE",
55480  direction="l",
55481  lccode=0x1E0B,
55482  linebreak="al",
55483  shcode=0x44,
55484  specials={ "char", 0x44, 0x307 },
55485  unicodeslot=0x1E0A,
55486 },
55487 [0x1E0B]={
55488  category="ll",
55489  description="LATIN SMALL LETTER D WITH DOT ABOVE",
55490  direction="l",
55491  linebreak="al",
55492  shcode=0x64,
55493  specials={ "char", 0x64, 0x307 },
55494  uccode=0x1E0A,
55495  unicodeslot=0x1E0B,
55496 },
55497 [0x1E0C]={
55498  category="lu",
55499  description="LATIN CAPITAL LETTER D WITH DOT BELOW",
55500  direction="l",
55501  lccode=0x1E0D,
55502  linebreak="al",
55503  shcode=0x44,
55504  specials={ "char", 0x44, 0x323 },
55505  unicodeslot=0x1E0C,
55506 },
55507 [0x1E0D]={
55508  category="ll",
55509  description="LATIN SMALL LETTER D WITH DOT BELOW",
55510  direction="l",
55511  linebreak="al",
55512  shcode=0x64,
55513  specials={ "char", 0x64, 0x323 },
55514  uccode=0x1E0C,
55515  unicodeslot=0x1E0D,
55516 },
55517 [0x1E0E]={
55518  category="lu",
55519  description="LATIN CAPITAL LETTER D WITH LINE BELOW",
55520  direction="l",
55521  lccode=0x1E0F,
55522  linebreak="al",
55523  shcode=0x44,
55524  specials={ "char", 0x44, 0x331 },
55525  unicodeslot=0x1E0E,
55526 },
55527 [0x1E0F]={
55528  category="ll",
55529  description="LATIN SMALL LETTER D WITH LINE BELOW",
55530  direction="l",
55531  linebreak="al",
55532  shcode=0x64,
55533  specials={ "char", 0x64, 0x331 },
55534  uccode=0x1E0E,
55535  unicodeslot=0x1E0F,
55536 },
55537 [0x1E10]={
55538  category="lu",
55539  description="LATIN CAPITAL LETTER D WITH CEDILLA",
55540  direction="l",
55541  lccode=0x1E11,
55542  linebreak="al",
55543  shcode=0x44,
55544  specials={ "char", 0x44, 0x327 },
55545  unicodeslot=0x1E10,
55546 },
55547 [0x1E11]={
55548  category="ll",
55549  description="LATIN SMALL LETTER D WITH CEDILLA",
55550  direction="l",
55551  linebreak="al",
55552  shcode=0x64,
55553  specials={ "char", 0x64, 0x327 },
55554  uccode=0x1E10,
55555  unicodeslot=0x1E11,
55556 },
55557 [0x1E12]={
55558  category="lu",
55559  description="LATIN CAPITAL LETTER D WITH CIRCUMFLEX BELOW",
55560  direction="l",
55561  lccode=0x1E13,
55562  linebreak="al",
55563  shcode=0x44,
55564  specials={ "char", 0x44, 0x32D },
55565  unicodeslot=0x1E12,
55566 },
55567 [0x1E13]={
55568  category="ll",
55569  description="LATIN SMALL LETTER D WITH CIRCUMFLEX BELOW",
55570  direction="l",
55571  linebreak="al",
55572  shcode=0x64,
55573  specials={ "char", 0x64, 0x32D },
55574  uccode=0x1E12,
55575  unicodeslot=0x1E13,
55576 },
55577 [0x1E14]={
55578  category="lu",
55579  description="LATIN CAPITAL LETTER E WITH MACRON AND GRAVE",
55580  direction="l",
55581  lccode=0x1E15,
55582  linebreak="al",
55583  shcode=0x45,
55584  specials={ "char", 0x112, 0x300 },
55585  unicodeslot=0x1E14,
55586 },
55587 [0x1E15]={
55588  category="ll",
55589  description="LATIN SMALL LETTER E WITH MACRON AND GRAVE",
55590  direction="l",
55591  linebreak="al",
55592  shcode=0x65,
55593  specials={ "char", 0x113, 0x300 },
55594  uccode=0x1E14,
55595  unicodeslot=0x1E15,
55596 },
55597 [0x1E16]={
55598  category="lu",
55599  description="LATIN CAPITAL LETTER E WITH MACRON AND ACUTE",
55600  direction="l",
55601  lccode=0x1E17,
55602  linebreak="al",
55603  shcode=0x45,
55604  specials={ "char", 0x112, 0x301 },
55605  unicodeslot=0x1E16,
55606 },
55607 [0x1E17]={
55608  category="ll",
55609  description="LATIN SMALL LETTER E WITH MACRON AND ACUTE",
55610  direction="l",
55611  linebreak="al",
55612  shcode=0x65,
55613  specials={ "char", 0x113, 0x301 },
55614  uccode=0x1E16,
55615  unicodeslot=0x1E17,
55616 },
55617 [0x1E18]={
55618  category="lu",
55619  description="LATIN CAPITAL LETTER E WITH CIRCUMFLEX BELOW",
55620  direction="l",
55621  lccode=0x1E19,
55622  linebreak="al",
55623  shcode=0x45,
55624  specials={ "char", 0x45, 0x32D },
55625  unicodeslot=0x1E18,
55626 },
55627 [0x1E19]={
55628  category="ll",
55629  description="LATIN SMALL LETTER E WITH CIRCUMFLEX BELOW",
55630  direction="l",
55631  linebreak="al",
55632  shcode=0x65,
55633  specials={ "char", 0x65, 0x32D },
55634  uccode=0x1E18,
55635  unicodeslot=0x1E19,
55636 },
55637 [0x1E1A]={
55638  category="lu",
55639  description="LATIN CAPITAL LETTER E WITH TILDE BELOW",
55640  direction="l",
55641  lccode=0x1E1B,
55642  linebreak="al",
55643  shcode=0x45,
55644  specials={ "char", 0x45, 0x330 },
55645  unicodeslot=0x1E1A,
55646 },
55647 [0x1E1B]={
55648  category="ll",
55649  description="LATIN SMALL LETTER E WITH TILDE BELOW",
55650  direction="l",
55651  linebreak="al",
55652  shcode=0x65,
55653  specials={ "char", 0x65, 0x330 },
55654  uccode=0x1E1A,
55655  unicodeslot=0x1E1B,
55656 },
55657 [0x1E1C]={
55658  category="lu",
55659  description="LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE",
55660  direction="l",
55661  lccode=0x1E1D,
55662  linebreak="al",
55663  shcode=0x45,
55664  specials={ "char", 0x228, 0x306 },
55665  unicodeslot=0x1E1C,
55666 },
55667 [0x1E1D]={
55668  category="ll",
55669  description="LATIN SMALL LETTER E WITH CEDILLA AND BREVE",
55670  direction="l",
55671  linebreak="al",
55672  shcode=0x65,
55673  specials={ "char", 0x229, 0x306 },
55674  uccode=0x1E1C,
55675  unicodeslot=0x1E1D,
55676 },
55677 [0x1E1E]={
55678  category="lu",
55679  description="LATIN CAPITAL LETTER F WITH DOT ABOVE",
55680  direction="l",
55681  lccode=0x1E1F,
55682  linebreak="al",
55683  shcode=0x46,
55684  specials={ "char", 0x46, 0x307 },
55685  unicodeslot=0x1E1E,
55686 },
55687 [0x1E1F]={
55688  category="ll",
55689  description="LATIN SMALL LETTER F WITH DOT ABOVE",
55690  direction="l",
55691  linebreak="al",
55692  shcode=0x66,
55693  specials={ "char", 0x66, 0x307 },
55694  uccode=0x1E1E,
55695  unicodeslot=0x1E1F,
55696 },
55697 [0x1E20]={
55698  category="lu",
55699  description="LATIN CAPITAL LETTER G WITH MACRON",
55700  direction="l",
55701  lccode=0x1E21,
55702  linebreak="al",
55703  shcode=0x47,
55704  specials={ "char", 0x47, 0x304 },
55705  unicodeslot=0x1E20,
55706 },
55707 [0x1E21]={
55708  category="ll",
55709  description="LATIN SMALL LETTER G WITH MACRON",
55710  direction="l",
55711  linebreak="al",
55712  shcode=0x67,
55713  specials={ "char", 0x67, 0x304 },
55714  uccode=0x1E20,
55715  unicodeslot=0x1E21,
55716 },
55717 [0x1E22]={
55718  category="lu",
55719  description="LATIN CAPITAL LETTER H WITH DOT ABOVE",
55720  direction="l",
55721  lccode=0x1E23,
55722  linebreak="al",
55723  shcode=0x48,
55724  specials={ "char", 0x48, 0x307 },
55725  unicodeslot=0x1E22,
55726 },
55727 [0x1E23]={
55728  category="ll",
55729  description="LATIN SMALL LETTER H WITH DOT ABOVE",
55730  direction="l",
55731  linebreak="al",
55732  shcode=0x68,
55733  specials={ "char", 0x68, 0x307 },
55734  uccode=0x1E22,
55735  unicodeslot=0x1E23,
55736 },
55737 [0x1E24]={
55738  category="lu",
55739  description="LATIN CAPITAL LETTER H WITH DOT BELOW",
55740  direction="l",
55741  lccode=0x1E25,
55742  linebreak="al",
55743  shcode=0x48,
55744  specials={ "char", 0x48, 0x323 },
55745  unicodeslot=0x1E24,
55746 },
55747 [0x1E25]={
55748  category="ll",
55749  description="LATIN SMALL LETTER H WITH DOT BELOW",
55750  direction="l",
55751  linebreak="al",
55752  shcode=0x68,
55753  specials={ "char", 0x68, 0x323 },
55754  uccode=0x1E24,
55755  unicodeslot=0x1E25,
55756 },
55757 [0x1E26]={
55758  category="lu",
55759  description="LATIN CAPITAL LETTER H WITH DIAERESIS",
55760  direction="l",
55761  lccode=0x1E27,
55762  linebreak="al",
55763  shcode=0x48,
55764  specials={ "char", 0x48, 0x308 },
55765  unicodeslot=0x1E26,
55766 },
55767 [0x1E27]={
55768  category="ll",
55769  description="LATIN SMALL LETTER H WITH DIAERESIS",
55770  direction="l",
55771  linebreak="al",
55772  shcode=0x68,
55773  specials={ "char", 0x68, 0x308 },
55774  uccode=0x1E26,
55775  unicodeslot=0x1E27,
55776 },
55777 [0x1E28]={
55778  category="lu",
55779  description="LATIN CAPITAL LETTER H WITH CEDILLA",
55780  direction="l",
55781  lccode=0x1E29,
55782  linebreak="al",
55783  shcode=0x48,
55784  specials={ "char", 0x48, 0x327 },
55785  unicodeslot=0x1E28,
55786 },
55787 [0x1E29]={
55788  category="ll",
55789  description="LATIN SMALL LETTER H WITH CEDILLA",
55790  direction="l",
55791  linebreak="al",
55792  shcode=0x68,
55793  specials={ "char", 0x68, 0x327 },
55794  uccode=0x1E28,
55795  unicodeslot=0x1E29,
55796 },
55797 [0x1E2A]={
55798  category="lu",
55799  description="LATIN CAPITAL LETTER H WITH BREVE BELOW",
55800  direction="l",
55801  lccode=0x1E2B,
55802  linebreak="al",
55803  shcode=0x48,
55804  specials={ "char", 0x48, 0x32E },
55805  unicodeslot=0x1E2A,
55806 },
55807 [0x1E2B]={
55808  category="ll",
55809  description="LATIN SMALL LETTER H WITH BREVE BELOW",
55810  direction="l",
55811  linebreak="al",
55812  shcode=0x68,
55813  specials={ "char", 0x68, 0x32E },
55814  uccode=0x1E2A,
55815  unicodeslot=0x1E2B,
55816 },
55817 [0x1E2C]={
55818  category="lu",
55819  description="LATIN CAPITAL LETTER I WITH TILDE BELOW",
55820  direction="l",
55821  lccode=0x1E2D,
55822  linebreak="al",
55823  shcode=0x49,
55824  specials={ "char", 0x49, 0x330 },
55825  unicodeslot=0x1E2C,
55826 },
55827 [0x1E2D]={
55828  category="ll",
55829  description="LATIN SMALL LETTER I WITH TILDE BELOW",
55830  direction="l",
55831  linebreak="al",
55832  shcode=0x69,
55833  specials={ "char", 0x69, 0x330 },
55834  uccode=0x1E2C,
55835  unicodeslot=0x1E2D,
55836 },
55837 [0x1E2E]={
55838  category="lu",
55839  description="LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE",
55840  direction="l",
55841  lccode=0x1E2F,
55842  linebreak="al",
55843  shcode=0x49,
55844  specials={ "char", 0xCF, 0x301 },
55845  unicodeslot=0x1E2E,
55846 },
55847 [0x1E2F]={
55848  category="ll",
55849  description="LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE",
55850  direction="l",
55851  linebreak="al",
55852  shcode=0x69,
55853  specials={ "char", 0xEF, 0x301 },
55854  uccode=0x1E2E,
55855  unicodeslot=0x1E2F,
55856 },
55857 [0x1E30]={
55858  category="lu",
55859  description="LATIN CAPITAL LETTER K WITH ACUTE",
55860  direction="l",
55861  lccode=0x1E31,
55862  linebreak="al",
55863  shcode=0x4B,
55864  specials={ "char", 0x4B, 0x301 },
55865  unicodeslot=0x1E30,
55866 },
55867 [0x1E31]={
55868  category="ll",
55869  description="LATIN SMALL LETTER K WITH ACUTE",
55870  direction="l",
55871  linebreak="al",
55872  shcode=0x6B,
55873  specials={ "char", 0x6B, 0x301 },
55874  uccode=0x1E30,
55875  unicodeslot=0x1E31,
55876 },
55877 [0x1E32]={
55878  category="lu",
55879  description="LATIN CAPITAL LETTER K WITH DOT BELOW",
55880  direction="l",
55881  lccode=0x1E33,
55882  linebreak="al",
55883  shcode=0x4B,
55884  specials={ "char", 0x4B, 0x323 },
55885  unicodeslot=0x1E32,
55886 },
55887 [0x1E33]={
55888  category="ll",
55889  description="LATIN SMALL LETTER K WITH DOT BELOW",
55890  direction="l",
55891  linebreak="al",
55892  shcode=0x6B,
55893  specials={ "char", 0x6B, 0x323 },
55894  uccode=0x1E32,
55895  unicodeslot=0x1E33,
55896 },
55897 [0x1E34]={
55898  category="lu",
55899  description="LATIN CAPITAL LETTER K WITH LINE BELOW",
55900  direction="l",
55901  lccode=0x1E35,
55902  linebreak="al",
55903  shcode=0x4B,
55904  specials={ "char", 0x4B, 0x331 },
55905  unicodeslot=0x1E34,
55906 },
55907 [0x1E35]={
55908  category="ll",
55909  description="LATIN SMALL LETTER K WITH LINE BELOW",
55910  direction="l",
55911  linebreak="al",
55912  shcode=0x6B,
55913  specials={ "char", 0x6B, 0x331 },
55914  uccode=0x1E34,
55915  unicodeslot=0x1E35,
55916 },
55917 [0x1E36]={
55918  category="lu",
55919  description="LATIN CAPITAL LETTER L WITH DOT BELOW",
55920  direction="l",
55921  lccode=0x1E37,
55922  linebreak="al",
55923  shcode=0x4C,
55924  specials={ "char", 0x4C, 0x323 },
55925  unicodeslot=0x1E36,
55926 },
55927 [0x1E37]={
55928  category="ll",
55929  description="LATIN SMALL LETTER L WITH DOT BELOW",
55930  direction="l",
55931  linebreak="al",
55932  shcode=0x6C,
55933  specials={ "char", 0x6C, 0x323 },
55934  uccode=0x1E36,
55935  unicodeslot=0x1E37,
55936 },
55937 [0x1E38]={
55938  category="lu",
55939  description="LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON",
55940  direction="l",
55941  lccode=0x1E39,
55942  linebreak="al",
55943  shcode=0x4C,
55944  specials={ "char", 0x1E36, 0x304 },
55945  unicodeslot=0x1E38,
55946 },
55947 [0x1E39]={
55948  category="ll",
55949  description="LATIN SMALL LETTER L WITH DOT BELOW AND MACRON",
55950  direction="l",
55951  linebreak="al",
55952  shcode=0x6C,
55953  specials={ "char", 0x1E37, 0x304 },
55954  uccode=0x1E38,
55955  unicodeslot=0x1E39,
55956 },
55957 [0x1E3A]={
55958  category="lu",
55959  description="LATIN CAPITAL LETTER L WITH LINE BELOW",
55960  direction="l",
55961  lccode=0x1E3B,
55962  linebreak="al",
55963  shcode=0x4C,
55964  specials={ "char", 0x4C, 0x331 },
55965  unicodeslot=0x1E3A,
55966 },
55967 [0x1E3B]={
55968  category="ll",
55969  description="LATIN SMALL LETTER L WITH LINE BELOW",
55970  direction="l",
55971  linebreak="al",
55972  shcode=0x6C,
55973  specials={ "char", 0x6C, 0x331 },
55974  uccode=0x1E3A,
55975  unicodeslot=0x1E3B,
55976 },
55977 [0x1E3C]={
55978  category="lu",
55979  description="LATIN CAPITAL LETTER L WITH CIRCUMFLEX BELOW",
55980  direction="l",
55981  lccode=0x1E3D,
55982  linebreak="al",
55983  shcode=0x4C,
55984  specials={ "char", 0x4C, 0x32D },
55985  unicodeslot=0x1E3C,
55986 },
55987 [0x1E3D]={
55988  category="ll",
55989  description="LATIN SMALL LETTER L WITH CIRCUMFLEX BELOW",
55990  direction="l",
55991  linebreak="al",
55992  shcode=0x6C,
55993  specials={ "char", 0x6C, 0x32D },
55994  uccode=0x1E3C,
55995  unicodeslot=0x1E3D,
55996 },
55997 [0x1E3E]={
55998  category="lu",
55999  description="LATIN CAPITAL LETTER M WITH ACUTE",
56000  direction="l",
56001  lccode=0x1E3F,
56002  linebreak="al",
56003  shcode=0x4D,
56004  specials={ "char", 0x4D, 0x301 },
56005  unicodeslot=0x1E3E,
56006 },
56007 [0x1E3F]={
56008  category="ll",
56009  description="LATIN SMALL LETTER M WITH ACUTE",
56010  direction="l",
56011  linebreak="al",
56012  shcode=0x6D,
56013  specials={ "char", 0x6D, 0x301 },
56014  uccode=0x1E3E,
56015  unicodeslot=0x1E3F,
56016 },
56017 [0x1E40]={
56018  category="lu",
56019  description="LATIN CAPITAL LETTER M WITH DOT ABOVE",
56020  direction="l",
56021  lccode=0x1E41,
56022  linebreak="al",
56023  shcode=0x4D,
56024  specials={ "char", 0x4D, 0x307 },
56025  unicodeslot=0x1E40,
56026 },
56027 [0x1E41]={
56028  category="ll",
56029  description="LATIN SMALL LETTER M WITH DOT ABOVE",
56030  direction="l",
56031  linebreak="al",
56032  shcode=0x6D,
56033  specials={ "char", 0x6D, 0x307 },
56034  uccode=0x1E40,
56035  unicodeslot=0x1E41,
56036 },
56037 [0x1E42]={
56038  category="lu",
56039  description="LATIN CAPITAL LETTER M WITH DOT BELOW",
56040  direction="l",
56041  lccode=0x1E43,
56042  linebreak="al",
56043  shcode=0x4D,
56044  specials={ "char", 0x4D, 0x323 },
56045  unicodeslot=0x1E42,
56046 },
56047 [0x1E43]={
56048  category="ll",
56049  description="LATIN SMALL LETTER M WITH DOT BELOW",
56050  direction="l",
56051  linebreak="al",
56052  shcode=0x6D,
56053  specials={ "char", 0x6D, 0x323 },
56054  uccode=0x1E42,
56055  unicodeslot=0x1E43,
56056 },
56057 [0x1E44]={
56058  category="lu",
56059  description="LATIN CAPITAL LETTER N WITH DOT ABOVE",
56060  direction="l",
56061  lccode=0x1E45,
56062  linebreak="al",
56063  shcode=0x4E,
56064  specials={ "char", 0x4E, 0x307 },
56065  unicodeslot=0x1E44,
56066 },
56067 [0x1E45]={
56068  category="ll",
56069  description="LATIN SMALL LETTER N WITH DOT ABOVE",
56070  direction="l",
56071  linebreak="al",
56072  shcode=0x6E,
56073  specials={ "char", 0x6E, 0x307 },
56074  uccode=0x1E44,
56075  unicodeslot=0x1E45,
56076 },
56077 [0x1E46]={
56078  category="lu",
56079  description="LATIN CAPITAL LETTER N WITH DOT BELOW",
56080  direction="l",
56081  lccode=0x1E47,
56082  linebreak="al",
56083  shcode=0x4E,
56084  specials={ "char", 0x4E, 0x323 },
56085  unicodeslot=0x1E46,
56086 },
56087 [0x1E47]={
56088  category="ll",
56089  description="LATIN SMALL LETTER N WITH DOT BELOW",
56090  direction="l",
56091  linebreak="al",
56092  shcode=0x6E,
56093  specials={ "char", 0x6E, 0x323 },
56094  uccode=0x1E46,
56095  unicodeslot=0x1E47,
56096 },
56097 [0x1E48]={
56098  category="lu",
56099  description="LATIN CAPITAL LETTER N WITH LINE BELOW",
56100  direction="l",
56101  lccode=0x1E49,
56102  linebreak="al",
56103  shcode=0x4E,
56104  specials={ "char", 0x4E, 0x331 },
56105  unicodeslot=0x1E48,
56106 },
56107 [0x1E49]={
56108  category="ll",
56109  description="LATIN SMALL LETTER N WITH LINE BELOW",
56110  direction="l",
56111  linebreak="al",
56112  shcode=0x6E,
56113  specials={ "char", 0x6E, 0x331 },
56114  uccode=0x1E48,
56115  unicodeslot=0x1E49,
56116 },
56117 [0x1E4A]={
56118  category="lu",
56119  description="LATIN CAPITAL LETTER N WITH CIRCUMFLEX BELOW",
56120  direction="l",
56121  lccode=0x1E4B,
56122  linebreak="al",
56123  shcode=0x4E,
56124  specials={ "char", 0x4E, 0x32D },
56125  unicodeslot=0x1E4A,
56126 },
56127 [0x1E4B]={
56128  category="ll",
56129  description="LATIN SMALL LETTER N WITH CIRCUMFLEX BELOW",
56130  direction="l",
56131  linebreak="al",
56132  shcode=0x6E,
56133  specials={ "char", 0x6E, 0x32D },
56134  uccode=0x1E4A,
56135  unicodeslot=0x1E4B,
56136 },
56137 [0x1E4C]={
56138  category="lu",
56139  description="LATIN CAPITAL LETTER O WITH TILDE AND ACUTE",
56140  direction="l",
56141  lccode=0x1E4D,
56142  linebreak="al",
56143  shcode=0x4F,
56144  specials={ "char", 0xD5, 0x301 },
56145  unicodeslot=0x1E4C,
56146 },
56147 [0x1E4D]={
56148  category="ll",
56149  description="LATIN SMALL LETTER O WITH TILDE AND ACUTE",
56150  direction="l",
56151  linebreak="al",
56152  shcode=0x6F,
56153  specials={ "char", 0xF5, 0x301 },
56154  uccode=0x1E4C,
56155  unicodeslot=0x1E4D,
56156 },
56157 [0x1E4E]={
56158  category="lu",
56159  description="LATIN CAPITAL LETTER O WITH TILDE AND DIAERESIS",
56160  direction="l",
56161  lccode=0x1E4F,
56162  linebreak="al",
56163  shcode=0x4F,
56164  specials={ "char", 0xD5, 0x308 },
56165  unicodeslot=0x1E4E,
56166 },
56167 [0x1E4F]={
56168  category="ll",
56169  description="LATIN SMALL LETTER O WITH TILDE AND DIAERESIS",
56170  direction="l",
56171  linebreak="al",
56172  shcode=0x6F,
56173  specials={ "char", 0xF5, 0x308 },
56174  uccode=0x1E4E,
56175  unicodeslot=0x1E4F,
56176 },
56177 [0x1E50]={
56178  category="lu",
56179  description="LATIN CAPITAL LETTER O WITH MACRON AND GRAVE",
56180  direction="l",
56181  lccode=0x1E51,
56182  linebreak="al",
56183  shcode=0x4F,
56184  specials={ "char", 0x14C, 0x300 },
56185  unicodeslot=0x1E50,
56186 },
56187 [0x1E51]={
56188  category="ll",
56189  description="LATIN SMALL LETTER O WITH MACRON AND GRAVE",
56190  direction="l",
56191  linebreak="al",
56192  shcode=0x6F,
56193  specials={ "char", 0x14D, 0x300 },
56194  uccode=0x1E50,
56195  unicodeslot=0x1E51,
56196 },
56197 [0x1E52]={
56198  category="lu",
56199  description="LATIN CAPITAL LETTER O WITH MACRON AND ACUTE",
56200  direction="l",
56201  lccode=0x1E53,
56202  linebreak="al",
56203  shcode=0x4F,
56204  specials={ "char", 0x14C, 0x301 },
56205  unicodeslot=0x1E52,
56206 },
56207 [0x1E53]={
56208  category="ll",
56209  description="LATIN SMALL LETTER O WITH MACRON AND ACUTE",
56210  direction="l",
56211  linebreak="al",
56212  shcode=0x6F,
56213  specials={ "char", 0x14D, 0x301 },
56214  uccode=0x1E52,
56215  unicodeslot=0x1E53,
56216 },
56217 [0x1E54]={
56218  category="lu",
56219  description="LATIN CAPITAL LETTER P WITH ACUTE",
56220  direction="l",
56221  lccode=0x1E55,
56222  linebreak="al",
56223  shcode=0x50,
56224  specials={ "char", 0x50, 0x301 },
56225  unicodeslot=0x1E54,
56226 },
56227 [0x1E55]={
56228  category="ll",
56229  description="LATIN SMALL LETTER P WITH ACUTE",
56230  direction="l",
56231  linebreak="al",
56232  shcode=0x70,
56233  specials={ "char", 0x70, 0x301 },
56234  uccode=0x1E54,
56235  unicodeslot=0x1E55,
56236 },
56237 [0x1E56]={
56238  category="lu",
56239  description="LATIN CAPITAL LETTER P WITH DOT ABOVE",
56240  direction="l",
56241  lccode=0x1E57,
56242  linebreak="al",
56243  shcode=0x50,
56244  specials={ "char", 0x50, 0x307 },
56245  unicodeslot=0x1E56,
56246 },
56247 [0x1E57]={
56248  category="ll",
56249  description="LATIN SMALL LETTER P WITH DOT ABOVE",
56250  direction="l",
56251  linebreak="al",
56252  shcode=0x70,
56253  specials={ "char", 0x70, 0x307 },
56254  uccode=0x1E56,
56255  unicodeslot=0x1E57,
56256 },
56257 [0x1E58]={
56258  category="lu",
56259  description="LATIN CAPITAL LETTER R WITH DOT ABOVE",
56260  direction="l",
56261  lccode=0x1E59,
56262  linebreak="al",
56263  shcode=0x52,
56264  specials={ "char", 0x52, 0x307 },
56265  unicodeslot=0x1E58,
56266 },
56267 [0x1E59]={
56268  category="ll",
56269  description="LATIN SMALL LETTER R WITH DOT ABOVE",
56270  direction="l",
56271  linebreak="al",
56272  shcode=0x72,
56273  specials={ "char", 0x72, 0x307 },
56274  uccode=0x1E58,
56275  unicodeslot=0x1E59,
56276 },
56277 [0x1E5A]={
56278  category="lu",
56279  description="LATIN CAPITAL LETTER R WITH DOT BELOW",
56280  direction="l",
56281  lccode=0x1E5B,
56282  linebreak="al",
56283  shcode=0x52,
56284  specials={ "char", 0x52, 0x323 },
56285  unicodeslot=0x1E5A,
56286 },
56287 [0x1E5B]={
56288  category="ll",
56289  description="LATIN SMALL LETTER R WITH DOT BELOW",
56290  direction="l",
56291  linebreak="al",
56292  shcode=0x72,
56293  specials={ "char", 0x72, 0x323 },
56294  uccode=0x1E5A,
56295  unicodeslot=0x1E5B,
56296 },
56297 [0x1E5C]={
56298  category="lu",
56299  description="LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON",
56300  direction="l",
56301  lccode=0x1E5D,
56302  linebreak="al",
56303  shcode=0x52,
56304  specials={ "char", 0x1E5A, 0x304 },
56305  unicodeslot=0x1E5C,
56306 },
56307 [0x1E5D]={
56308  category="ll",
56309  description="LATIN SMALL LETTER R WITH DOT BELOW AND MACRON",
56310  direction="l",
56311  linebreak="al",
56312  shcode=0x72,
56313  specials={ "char", 0x1E5B, 0x304 },
56314  uccode=0x1E5C,
56315  unicodeslot=0x1E5D,
56316 },
56317 [0x1E5E]={
56318  category="lu",
56319  description="LATIN CAPITAL LETTER R WITH LINE BELOW",
56320  direction="l",
56321  lccode=0x1E5F,
56322  linebreak="al",
56323  shcode=0x52,
56324  specials={ "char", 0x52, 0x331 },
56325  unicodeslot=0x1E5E,
56326 },
56327 [0x1E5F]={
56328  category="ll",
56329  description="LATIN SMALL LETTER R WITH LINE BELOW",
56330  direction="l",
56331  linebreak="al",
56332  shcode=0x72,
56333  specials={ "char", 0x72, 0x331 },
56334  uccode=0x1E5E,
56335  unicodeslot=0x1E5F,
56336 },
56337 [0x1E60]={
56338  category="lu",
56339  description="LATIN CAPITAL LETTER S WITH DOT ABOVE",
56340  direction="l",
56341  lccode=0x1E61,
56342  linebreak="al",
56343  shcode=0x53,
56344  specials={ "char", 0x53, 0x307 },
56345  unicodeslot=0x1E60,
56346 },
56347 [0x1E61]={
56348  category="ll",
56349  description="LATIN SMALL LETTER S WITH DOT ABOVE",
56350  direction="l",
56351  linebreak="al",
56352  shcode=0x73,
56353  specials={ "char", 0x73, 0x307 },
56354  uccode=0x1E60,
56355  unicodeslot=0x1E61,
56356 },
56357 [0x1E62]={
56358  category="lu",
56359  description="LATIN CAPITAL LETTER S WITH DOT BELOW",
56360  direction="l",
56361  lccode=0x1E63,
56362  linebreak="al",
56363  shcode=0x53,
56364  specials={ "char", 0x53, 0x323 },
56365  unicodeslot=0x1E62,
56366 },
56367 [0x1E63]={
56368  category="ll",
56369  description="LATIN SMALL LETTER S WITH DOT BELOW",
56370  direction="l",
56371  linebreak="al",
56372  shcode=0x73,
56373  specials={ "char", 0x73, 0x323 },
56374  uccode=0x1E62,
56375  unicodeslot=0x1E63,
56376 },
56377 [0x1E64]={
56378  category="lu",
56379  description="LATIN CAPITAL LETTER S WITH ACUTE AND DOT ABOVE",
56380  direction="l",
56381  lccode=0x1E65,
56382  linebreak="al",
56383  shcode=0x53,
56384  specials={ "char", 0x15A, 0x307 },
56385  unicodeslot=0x1E64,
56386 },
56387 [0x1E65]={
56388  category="ll",
56389  description="LATIN SMALL LETTER S WITH ACUTE AND DOT ABOVE",
56390  direction="l",
56391  linebreak="al",
56392  shcode=0x73,
56393  specials={ "char", 0x15B, 0x307 },
56394  uccode=0x1E64,
56395  unicodeslot=0x1E65,
56396 },
56397 [0x1E66]={
56398  category="lu",
56399  description="LATIN CAPITAL LETTER S WITH CARON AND DOT ABOVE",
56400  direction="l",
56401  lccode=0x1E67,
56402  linebreak="al",
56403  shcode=0x53,
56404  specials={ "char", 0x160, 0x307 },
56405  unicodeslot=0x1E66,
56406 },
56407 [0x1E67]={
56408  category="ll",
56409  description="LATIN SMALL LETTER S WITH CARON AND DOT ABOVE",
56410  direction="l",
56411  linebreak="al",
56412  shcode=0x73,
56413  specials={ "char", 0x161, 0x307 },
56414  uccode=0x1E66,
56415  unicodeslot=0x1E67,
56416 },
56417 [0x1E68]={
56418  category="lu",
56419  description="LATIN CAPITAL LETTER S WITH DOT BELOW AND DOT ABOVE",
56420  direction="l",
56421  lccode=0x1E69,
56422  linebreak="al",
56423  shcode=0x53,
56424  specials={ "char", 0x1E62, 0x307 },
56425  unicodeslot=0x1E68,
56426 },
56427 [0x1E69]={
56428  category="ll",
56429  description="LATIN SMALL LETTER S WITH DOT BELOW AND DOT ABOVE",
56430  direction="l",
56431  linebreak="al",
56432  shcode=0x73,
56433  specials={ "char", 0x1E63, 0x307 },
56434  uccode=0x1E68,
56435  unicodeslot=0x1E69,
56436 },
56437 [0x1E6A]={
56438  category="lu",
56439  description="LATIN CAPITAL LETTER T WITH DOT ABOVE",
56440  direction="l",
56441  lccode=0x1E6B,
56442  linebreak="al",
56443  shcode=0x54,
56444  specials={ "char", 0x54, 0x307 },
56445  unicodeslot=0x1E6A,
56446 },
56447 [0x1E6B]={
56448  category="ll",
56449  description="LATIN SMALL LETTER T WITH DOT ABOVE",
56450  direction="l",
56451  linebreak="al",
56452  shcode=0x74,
56453  specials={ "char", 0x74, 0x307 },
56454  uccode=0x1E6A,
56455  unicodeslot=0x1E6B,
56456 },
56457 [0x1E6C]={
56458  category="lu",
56459  description="LATIN CAPITAL LETTER T WITH DOT BELOW",
56460  direction="l",
56461  lccode=0x1E6D,
56462  linebreak="al",
56463  shcode=0x54,
56464  specials={ "char", 0x54, 0x323 },
56465  unicodeslot=0x1E6C,
56466 },
56467 [0x1E6D]={
56468  category="ll",
56469  description="LATIN SMALL LETTER T WITH DOT BELOW",
56470  direction="l",
56471  linebreak="al",
56472  shcode=0x74,
56473  specials={ "char", 0x74, 0x323 },
56474  uccode=0x1E6C,
56475  unicodeslot=0x1E6D,
56476 },
56477 [0x1E6E]={
56478  category="lu",
56479  description="LATIN CAPITAL LETTER T WITH LINE BELOW",
56480  direction="l",
56481  lccode=0x1E6F,
56482  linebreak="al",
56483  shcode=0x54,
56484  specials={ "char", 0x54, 0x331 },
56485  unicodeslot=0x1E6E,
56486 },
56487 [0x1E6F]={
56488  category="ll",
56489  description="LATIN SMALL LETTER T WITH LINE BELOW",
56490  direction="l",
56491  linebreak="al",
56492  shcode=0x74,
56493  specials={ "char", 0x74, 0x331 },
56494  uccode=0x1E6E,
56495  unicodeslot=0x1E6F,
56496 },
56497 [0x1E70]={
56498  category="lu",
56499  description="LATIN CAPITAL LETTER T WITH CIRCUMFLEX BELOW",
56500  direction="l",
56501  lccode=0x1E71,
56502  linebreak="al",
56503  shcode=0x54,
56504  specials={ "char", 0x54, 0x32D },
56505  unicodeslot=0x1E70,
56506 },
56507 [0x1E71]={
56508  category="ll",
56509  description="LATIN SMALL LETTER T WITH CIRCUMFLEX BELOW",
56510  direction="l",
56511  linebreak="al",
56512  shcode=0x74,
56513  specials={ "char", 0x74, 0x32D },
56514  uccode=0x1E70,
56515  unicodeslot=0x1E71,
56516 },
56517 [0x1E72]={
56518  category="lu",
56519  description="LATIN CAPITAL LETTER U WITH DIAERESIS BELOW",
56520  direction="l",
56521  lccode=0x1E73,
56522  linebreak="al",
56523  shcode=0x55,
56524  specials={ "char", 0x55, 0x324 },
56525  unicodeslot=0x1E72,
56526 },
56527 [0x1E73]={
56528  category="ll",
56529  description="LATIN SMALL LETTER U WITH DIAERESIS BELOW",
56530  direction="l",
56531  linebreak="al",
56532  shcode=0x75,
56533  specials={ "char", 0x75, 0x324 },
56534  uccode=0x1E72,
56535  unicodeslot=0x1E73,
56536 },
56537 [0x1E74]={
56538  category="lu",
56539  description="LATIN CAPITAL LETTER U WITH TILDE BELOW",
56540  direction="l",
56541  lccode=0x1E75,
56542  linebreak="al",
56543  shcode=0x55,
56544  specials={ "char", 0x55, 0x330 },
56545  unicodeslot=0x1E74,
56546 },
56547 [0x1E75]={
56548  category="ll",
56549  description="LATIN SMALL LETTER U WITH TILDE BELOW",
56550  direction="l",
56551  linebreak="al",
56552  shcode=0x75,
56553  specials={ "char", 0x75, 0x330 },
56554  uccode=0x1E74,
56555  unicodeslot=0x1E75,
56556 },
56557 [0x1E76]={
56558  category="lu",
56559  description="LATIN CAPITAL LETTER U WITH CIRCUMFLEX BELOW",
56560  direction="l",
56561  lccode=0x1E77,
56562  linebreak="al",
56563  shcode=0x55,
56564  specials={ "char", 0x55, 0x32D },
56565  unicodeslot=0x1E76,
56566 },
56567 [0x1E77]={
56568  category="ll",
56569  description="LATIN SMALL LETTER U WITH CIRCUMFLEX BELOW",
56570  direction="l",
56571  linebreak="al",
56572  shcode=0x75,
56573  specials={ "char", 0x75, 0x32D },
56574  uccode=0x1E76,
56575  unicodeslot=0x1E77,
56576 },
56577 [0x1E78]={
56578  category="lu",
56579  description="LATIN CAPITAL LETTER U WITH TILDE AND ACUTE",
56580  direction="l",
56581  lccode=0x1E79,
56582  linebreak="al",
56583  shcode=0x55,
56584  specials={ "char", 0x168, 0x301 },
56585  unicodeslot=0x1E78,
56586 },
56587 [0x1E79]={
56588  category="ll",
56589  description="LATIN SMALL LETTER U WITH TILDE AND ACUTE",
56590  direction="l",
56591  linebreak="al",
56592  shcode=0x75,
56593  specials={ "char", 0x169, 0x301 },
56594  uccode=0x1E78,
56595  unicodeslot=0x1E79,
56596 },
56597 [0x1E7A]={
56598  category="lu",
56599  description="LATIN CAPITAL LETTER U WITH MACRON AND DIAERESIS",
56600  direction="l",
56601  lccode=0x1E7B,
56602  linebreak="al",
56603  shcode=0x55,
56604  specials={ "char", 0x16A, 0x308 },
56605  unicodeslot=0x1E7A,
56606 },
56607 [0x1E7B]={
56608  category="ll",
56609  description="LATIN SMALL LETTER U WITH MACRON AND DIAERESIS",
56610  direction="l",
56611  linebreak="al",
56612  shcode=0x75,
56613  specials={ "char", 0x16B, 0x308 },
56614  uccode=0x1E7A,
56615  unicodeslot=0x1E7B,
56616 },
56617 [0x1E7C]={
56618  category="lu",
56619  description="LATIN CAPITAL LETTER V WITH TILDE",
56620  direction="l",
56621  lccode=0x1E7D,
56622  linebreak="al",
56623  shcode=0x56,
56624  specials={ "char", 0x56, 0x303 },
56625  unicodeslot=0x1E7C,
56626 },
56627 [0x1E7D]={
56628  category="ll",
56629  description="LATIN SMALL LETTER V WITH TILDE",
56630  direction="l",
56631  linebreak="al",
56632  shcode=0x76,
56633  specials={ "char", 0x76, 0x303 },
56634  uccode=0x1E7C,
56635  unicodeslot=0x1E7D,
56636 },
56637 [0x1E7E]={
56638  category="lu",
56639  description="LATIN CAPITAL LETTER V WITH DOT BELOW",
56640  direction="l",
56641  lccode=0x1E7F,
56642  linebreak="al",
56643  shcode=0x56,
56644  specials={ "char", 0x56, 0x323 },
56645  unicodeslot=0x1E7E,
56646 },
56647 [0x1E7F]={
56648  category="ll",
56649  description="LATIN SMALL LETTER V WITH DOT BELOW",
56650  direction="l",
56651  linebreak="al",
56652  shcode=0x76,
56653  specials={ "char", 0x76, 0x323 },
56654  uccode=0x1E7E,
56655  unicodeslot=0x1E7F,
56656 },
56657 [0x1E80]={
56658  category="lu",
56659  description="LATIN CAPITAL LETTER W WITH GRAVE",
56660  direction="l",
56661  lccode=0x1E81,
56662  linebreak="al",
56663  shcode=0x57,
56664  specials={ "char", 0x57, 0x300 },
56665  unicodeslot=0x1E80,
56666 },
56667 [0x1E81]={
56668  category="ll",
56669  description="LATIN SMALL LETTER W WITH GRAVE",
56670  direction="l",
56671  linebreak="al",
56672  shcode=0x77,
56673  specials={ "char", 0x77, 0x300 },
56674  uccode=0x1E80,
56675  unicodeslot=0x1E81,
56676 },
56677 [0x1E82]={
56678  category="lu",
56679  description="LATIN CAPITAL LETTER W WITH ACUTE",
56680  direction="l",
56681  lccode=0x1E83,
56682  linebreak="al",
56683  shcode=0x57,
56684  specials={ "char", 0x57, 0x301 },
56685  unicodeslot=0x1E82,
56686 },
56687 [0x1E83]={
56688  category="ll",
56689  description="LATIN SMALL LETTER W WITH ACUTE",
56690  direction="l",
56691  linebreak="al",
56692  shcode=0x77,
56693  specials={ "char", 0x77, 0x301 },
56694  uccode=0x1E82,
56695  unicodeslot=0x1E83,
56696 },
56697 [0x1E84]={
56698  category="lu",
56699  description="LATIN CAPITAL LETTER W WITH DIAERESIS",
56700  direction="l",
56701  lccode=0x1E85,
56702  linebreak="al",
56703  shcode=0x57,
56704  specials={ "char", 0x57, 0x308 },
56705  unicodeslot=0x1E84,
56706 },
56707 [0x1E85]={
56708  category="ll",
56709  description="LATIN SMALL LETTER W WITH DIAERESIS",
56710  direction="l",
56711  linebreak="al",
56712  shcode=0x77,
56713  specials={ "char", 0x77, 0x308 },
56714  uccode=0x1E84,
56715  unicodeslot=0x1E85,
56716 },
56717 [0x1E86]={
56718  category="lu",
56719  description="LATIN CAPITAL LETTER W WITH DOT ABOVE",
56720  direction="l",
56721  lccode=0x1E87,
56722  linebreak="al",
56723  shcode=0x57,
56724  specials={ "char", 0x57, 0x307 },
56725  unicodeslot=0x1E86,
56726 },
56727 [0x1E87]={
56728  category="ll",
56729  description="LATIN SMALL LETTER W WITH DOT ABOVE",
56730  direction="l",
56731  linebreak="al",
56732  shcode=0x77,
56733  specials={ "char", 0x77, 0x307 },
56734  uccode=0x1E86,
56735  unicodeslot=0x1E87,
56736 },
56737 [0x1E88]={
56738  category="lu",
56739  description="LATIN CAPITAL LETTER W WITH DOT BELOW",
56740  direction="l",
56741  lccode=0x1E89,
56742  linebreak="al",
56743  shcode=0x57,
56744  specials={ "char", 0x57, 0x323 },
56745  unicodeslot=0x1E88,
56746 },
56747 [0x1E89]={
56748  category="ll",
56749  description="LATIN SMALL LETTER W WITH DOT BELOW",
56750  direction="l",
56751  linebreak="al",
56752  shcode=0x77,
56753  specials={ "char", 0x77, 0x323 },
56754  uccode=0x1E88,
56755  unicodeslot=0x1E89,
56756 },
56757 [0x1E8A]={
56758  category="lu",
56759  description="LATIN CAPITAL LETTER X WITH DOT ABOVE",
56760  direction="l",
56761  lccode=0x1E8B,
56762  linebreak="al",
56763  shcode=0x58,
56764  specials={ "char", 0x58, 0x307 },
56765  unicodeslot=0x1E8A,
56766 },
56767 [0x1E8B]={
56768  category="ll",
56769  description="LATIN SMALL LETTER X WITH DOT ABOVE",
56770  direction="l",
56771  linebreak="al",
56772  shcode=0x78,
56773  specials={ "char", 0x78, 0x307 },
56774  uccode=0x1E8A,
56775  unicodeslot=0x1E8B,
56776 },
56777 [0x1E8C]={
56778  category="lu",
56779  description="LATIN CAPITAL LETTER X WITH DIAERESIS",
56780  direction="l",
56781  lccode=0x1E8D,
56782  linebreak="al",
56783  shcode=0x58,
56784  specials={ "char", 0x58, 0x308 },
56785  unicodeslot=0x1E8C,
56786 },
56787 [0x1E8D]={
56788  category="ll",
56789  description="LATIN SMALL LETTER X WITH DIAERESIS",
56790  direction="l",
56791  linebreak="al",
56792  shcode=0x78,
56793  specials={ "char", 0x78, 0x308 },
56794  uccode=0x1E8C,
56795  unicodeslot=0x1E8D,
56796 },
56797 [0x1E8E]={
56798  category="lu",
56799  description="LATIN CAPITAL LETTER Y WITH DOT ABOVE",
56800  direction="l",
56801  lccode=0x1E8F,
56802  linebreak="al",
56803  shcode=0x59,
56804  specials={ "char", 0x59, 0x307 },
56805  unicodeslot=0x1E8E,
56806 },
56807 [0x1E8F]={
56808  category="ll",
56809  description="LATIN SMALL LETTER Y WITH DOT ABOVE",
56810  direction="l",
56811  linebreak="al",
56812  shcode=0x79,
56813  specials={ "char", 0x79, 0x307 },
56814  uccode=0x1E8E,
56815  unicodeslot=0x1E8F,
56816 },
56817 [0x1E90]={
56818  category="lu",
56819  description="LATIN CAPITAL LETTER Z WITH CIRCUMFLEX",
56820  direction="l",
56821  lccode=0x1E91,
56822  linebreak="al",
56823  shcode=0x5A,
56824  specials={ "char", 0x5A, 0x302 },
56825  unicodeslot=0x1E90,
56826 },
56827 [0x1E91]={
56828  category="ll",
56829  description="LATIN SMALL LETTER Z WITH CIRCUMFLEX",
56830  direction="l",
56831  linebreak="al",
56832  shcode=0x7A,
56833  specials={ "char", 0x7A, 0x302 },
56834  uccode=0x1E90,
56835  unicodeslot=0x1E91,
56836 },
56837 [0x1E92]={
56838  category="lu",
56839  description="LATIN CAPITAL LETTER Z WITH DOT BELOW",
56840  direction="l",
56841  lccode=0x1E93,
56842  linebreak="al",
56843  shcode=0x5A,
56844  specials={ "char", 0x5A, 0x323 },
56845  unicodeslot=0x1E92,
56846 },
56847 [0x1E93]={
56848  category="ll",
56849  description="LATIN SMALL LETTER Z WITH DOT BELOW",
56850  direction="l",
56851  linebreak="al",
56852  shcode=0x7A,
56853  specials={ "char", 0x7A, 0x323 },
56854  uccode=0x1E92,
56855  unicodeslot=0x1E93,
56856 },
56857 [0x1E94]={
56858  category="lu",
56859  description="LATIN CAPITAL LETTER Z WITH LINE BELOW",
56860  direction="l",
56861  lccode=0x1E95,
56862  linebreak="al",
56863  shcode=0x5A,
56864  specials={ "char", 0x5A, 0x331 },
56865  unicodeslot=0x1E94,
56866 },
56867 [0x1E95]={
56868  category="ll",
56869  description="LATIN SMALL LETTER Z WITH LINE BELOW",
56870  direction="l",
56871  linebreak="al",
56872  shcode=0x7A,
56873  specials={ "char", 0x7A, 0x331 },
56874  uccode=0x1E94,
56875  unicodeslot=0x1E95,
56876 },
56877 [0x1E96]={
56878  category="ll",
56879  description="LATIN SMALL LETTER H WITH LINE BELOW",
56880  direction="l",
56881  linebreak="al",
56882  shcode=0x68,
56883  specials={ "char", 0x68, 0x331 },
56884  uccode={ 0x68, 0x331 },
56885  unicodeslot=0x1E96,
56886 },
56887 [0x1E97]={
56888  category="ll",
56889  description="LATIN SMALL LETTER T WITH DIAERESIS",
56890  direction="l",
56891  linebreak="al",
56892  shcode=0x74,
56893  specials={ "char", 0x74, 0x308 },
56894  uccode={ 0x74, 0x308 },
56895  unicodeslot=0x1E97,
56896 },
56897 [0x1E98]={
56898  category="ll",
56899  description="LATIN SMALL LETTER W WITH RING ABOVE",
56900  direction="l",
56901  linebreak="al",
56902  shcode=0x77,
56903  specials={ "char", 0x77, 0x30A },
56904  uccode={ 0x77, 0x30A },
56905  unicodeslot=0x1E98,
56906 },
56907 [0x1E99]={
56908  category="ll",
56909  description="LATIN SMALL LETTER Y WITH RING ABOVE",
56910  direction="l",
56911  linebreak="al",
56912  shcode=0x79,
56913  specials={ "char", 0x79, 0x30A },
56914  uccode={ 0x79, 0x30A },
56915  unicodeslot=0x1E99,
56916 },
56917 [0x1E9A]={
56918  category="ll",
56919  description="LATIN SMALL LETTER A WITH RIGHT HALF RING",
56920  direction="l",
56921  linebreak="al",
56922  shcode=0x61,
56923  specials={ "compat", 0x61, 0x2BE },
56924  uccode={ 0x61, 0x2BE },
56925  unicodeslot=0x1E9A,
56926 },
56927 [0x1E9B]={
56928  category="ll",
56929  description="LATIN SMALL LETTER LONG S WITH DOT ABOVE",
56930  direction="l",
56931  linebreak="al",
56932  specials={ "char", 0x17F, 0x307 },
56933  uccode=0x1E61,
56934  unicodeslot=0x1E9B,
56935 },
56936 [0x1E9C]={
56937  category="ll",
56938  description="LATIN SMALL LETTER LONG S WITH DIAGONAL STROKE",
56939  direction="l",
56940  linebreak="al",
56941  unicodeslot=0x1E9C,
56942 },
56943 [0x1E9D]={
56944  category="ll",
56945  description="LATIN SMALL LETTER LONG S WITH HIGH STROKE",
56946  direction="l",
56947  linebreak="al",
56948  unicodeslot=0x1E9D,
56949 },
56950 [0x1E9E]={
56951  category="lu",
56952  description="LATIN CAPITAL LETTER SHARP S",
56953  direction="l",
56954  lccode=0xDF,
56955  linebreak="al",
56956  shcode={ 0x53, 0x53 },
56957  unicodeslot=0x1E9E,
56958 },
56959 [0x1E9F]={
56960  category="ll",
56961  description="LATIN SMALL LETTER DELTA",
56962  direction="l",
56963  linebreak="al",
56964  unicodeslot=0x1E9F,
56965 },
56966 [0x1EA0]={
56967  category="lu",
56968  contextname="Adotbelow",
56969  description="LATIN CAPITAL LETTER A WITH DOT BELOW",
56970  direction="l",
56971  lccode=0x1EA1,
56972  linebreak="al",
56973  shcode=0x41,
56974  specials={ "char", 0x41, 0x323 },
56975  unicodeslot=0x1EA0,
56976 },
56977 [0x1EA1]={
56978  category="ll",
56979  contextname="adotbelow",
56980  description="LATIN SMALL LETTER A WITH DOT BELOW",
56981  direction="l",
56982  linebreak="al",
56983  shcode=0x61,
56984  specials={ "char", 0x61, 0x323 },
56985  uccode=0x1EA0,
56986  unicodeslot=0x1EA1,
56987 },
56988 [0x1EA2]={
56989  category="lu",
56990  contextname="Ahook",
56991  description="LATIN CAPITAL LETTER A WITH HOOK ABOVE",
56992  direction="l",
56993  lccode=0x1EA3,
56994  linebreak="al",
56995  shcode=0x41,
56996  specials={ "char", 0x41, 0x309 },
56997  unicodeslot=0x1EA2,
56998 },
56999 [0x1EA3]={
57000  category="ll",
57001  contextname="ahook",
57002  description="LATIN SMALL LETTER A WITH HOOK ABOVE",
57003  direction="l",
57004  linebreak="al",
57005  shcode=0x61,
57006  specials={ "char", 0x61, 0x309 },
57007  uccode=0x1EA2,
57008  unicodeslot=0x1EA3,
57009 },
57010 [0x1EA4]={
57011  category="lu",
57012  contextname="Acircumflexacute",
57013  description="LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE",
57014  direction="l",
57015  lccode=0x1EA5,
57016  linebreak="al",
57017  shcode=0x41,
57018  specials={ "char", 0xC2, 0x301 },
57019  unicodeslot=0x1EA4,
57020 },
57021 [0x1EA5]={
57022  category="ll",
57023  contextname="acircumflexacute",
57024  description="LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE",
57025  direction="l",
57026  linebreak="al",
57027  shcode=0x61,
57028  specials={ "char", 0xE2, 0x301 },
57029  uccode=0x1EA4,
57030  unicodeslot=0x1EA5,
57031 },
57032 [0x1EA6]={
57033  category="lu",
57034  contextname="Acircumflexgrave",
57035  description="LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND GRAVE",
57036  direction="l",
57037  lccode=0x1EA7,
57038  linebreak="al",
57039  shcode=0x41,
57040  specials={ "char", 0xC2, 0x300 },
57041  unicodeslot=0x1EA6,
57042 },
57043 [0x1EA7]={
57044  category="ll",
57045  contextname="acircumflexgrave",
57046  description="LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE",
57047  direction="l",
57048  linebreak="al",
57049  shcode=0x61,
57050  specials={ "char", 0xE2, 0x300 },
57051  uccode=0x1EA6,
57052  unicodeslot=0x1EA7,
57053 },
57054 [0x1EA8]={
57055  category="lu",
57056  contextname="Acircumflexhook",
57057  description="LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE",
57058  direction="l",
57059  lccode=0x1EA9,
57060  linebreak="al",
57061  shcode=0x41,
57062  specials={ "char", 0xC2, 0x309 },
57063  unicodeslot=0x1EA8,
57064 },
57065 [0x1EA9]={
57066  category="ll",
57067  contextname="acircumflexhook",
57068  description="LATIN SMALL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE",
57069  direction="l",
57070  linebreak="al",
57071  shcode=0x61,
57072  specials={ "char", 0xE2, 0x309 },
57073  uccode=0x1EA8,
57074  unicodeslot=0x1EA9,
57075 },
57076 [0x1EAA]={
57077  category="lu",
57078  contextname="Acircumflextilde",
57079  description="LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND TILDE",
57080  direction="l",
57081  lccode=0x1EAB,
57082  linebreak="al",
57083  shcode=0x41,
57084  specials={ "char", 0xC2, 0x303 },
57085  unicodeslot=0x1EAA,
57086 },
57087 [0x1EAB]={
57088  category="ll",
57089  contextname="acircumflextilde",
57090  description="LATIN SMALL LETTER A WITH CIRCUMFLEX AND TILDE",
57091  direction="l",
57092  linebreak="al",
57093  shcode=0x61,
57094  specials={ "char", 0xE2, 0x303 },
57095  uccode=0x1EAA,
57096  unicodeslot=0x1EAB,
57097 },
57098 [0x1EAC]={
57099  category="lu",
57100  contextname="Acircumflexdotbelow",
57101  description="LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND DOT BELOW",
57102  direction="l",
57103  lccode=0x1EAD,
57104  linebreak="al",
57105  shcode=0x41,
57106  specials={ "char", 0x1EA0, 0x302 },
57107  unicodeslot=0x1EAC,
57108 },
57109 [0x1EAD]={
57110  category="ll",
57111  contextname="acircumflexdotbelow",
57112  description="LATIN SMALL LETTER A WITH CIRCUMFLEX AND DOT BELOW",
57113  direction="l",
57114  linebreak="al",
57115  shcode=0x61,
57116  specials={ "char", 0x1EA1, 0x302 },
57117  uccode=0x1EAC,
57118  unicodeslot=0x1EAD,
57119 },
57120 [0x1EAE]={
57121  category="lu",
57122  contextname="Abreveacute",
57123  description="LATIN CAPITAL LETTER A WITH BREVE AND ACUTE",
57124  direction="l",
57125  lccode=0x1EAF,
57126  linebreak="al",
57127  shcode=0x41,
57128  specials={ "char", 0x102, 0x301 },
57129  unicodeslot=0x1EAE,
57130 },
57131 [0x1EAF]={
57132  category="ll",
57133  contextname="abreveacute",
57134  description="LATIN SMALL LETTER A WITH BREVE AND ACUTE",
57135  direction="l",
57136  linebreak="al",
57137  shcode=0x61,
57138  specials={ "char", 0x103, 0x301 },
57139  uccode=0x1EAE,
57140  unicodeslot=0x1EAF,
57141 },
57142 [0x1EB0]={
57143  category="lu",
57144  contextname="Abrevegrave",
57145  description="LATIN CAPITAL LETTER A WITH BREVE AND GRAVE",
57146  direction="l",
57147  lccode=0x1EB1,
57148  linebreak="al",
57149  shcode=0x41,
57150  specials={ "char", 0x102, 0x300 },
57151  unicodeslot=0x1EB0,
57152 },
57153 [0x1EB1]={
57154  category="ll",
57155  contextname="abrevegrave",
57156  description="LATIN SMALL LETTER A WITH BREVE AND GRAVE",
57157  direction="l",
57158  linebreak="al",
57159  shcode=0x61,
57160  specials={ "char", 0x103, 0x300 },
57161  uccode=0x1EB0,
57162  unicodeslot=0x1EB1,
57163 },
57164 [0x1EB2]={
57165  category="lu",
57166  contextname="Abrevehook",
57167  description="LATIN CAPITAL LETTER A WITH BREVE AND HOOK ABOVE",
57168  direction="l",
57169  lccode=0x1EB3,
57170  linebreak="al",
57171  shcode=0x41,
57172  specials={ "char", 0x102, 0x309 },
57173  unicodeslot=0x1EB2,
57174 },
57175 [0x1EB3]={
57176  category="ll",
57177  contextname="abrevehook",
57178  description="LATIN SMALL LETTER A WITH BREVE AND HOOK ABOVE",
57179  direction="l",
57180  linebreak="al",
57181  shcode=0x61,
57182  specials={ "char", 0x103, 0x309 },
57183  uccode=0x1EB2,
57184  unicodeslot=0x1EB3,
57185 },
57186 [0x1EB4]={
57187  category="lu",
57188  contextname="Abrevetilde",
57189  description="LATIN CAPITAL LETTER A WITH BREVE AND TILDE",
57190  direction="l",
57191  lccode=0x1EB5,
57192  linebreak="al",
57193  shcode=0x41,
57194  specials={ "char", 0x102, 0x303 },
57195  unicodeslot=0x1EB4,
57196 },
57197 [0x1EB5]={
57198  category="ll",
57199  contextname="abrevetilde",
57200  description="LATIN SMALL LETTER A WITH BREVE AND TILDE",
57201  direction="l",
57202  linebreak="al",
57203  shcode=0x61,
57204  specials={ "char", 0x103, 0x303 },
57205  uccode=0x1EB4,
57206  unicodeslot=0x1EB5,
57207 },
57208 [0x1EB6]={
57209  category="lu",
57210  contextname="Abrevedotbelow",
57211  description="LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW",
57212  direction="l",
57213  lccode=0x1EB7,
57214  linebreak="al",
57215  shcode=0x41,
57216  specials={ "char", 0x1EA0, 0x306 },
57217  unicodeslot=0x1EB6,
57218 },
57219 [0x1EB7]={
57220  category="ll",
57221  contextname="abrevedotbelow",
57222  description="LATIN SMALL LETTER A WITH BREVE AND DOT BELOW",
57223  direction="l",
57224  linebreak="al",
57225  shcode=0x61,
57226  specials={ "char", 0x1EA1, 0x306 },
57227  uccode=0x1EB6,
57228  unicodeslot=0x1EB7,
57229 },
57230 [0x1EB8]={
57231  category="lu",
57232  contextname="Edotbelow",
57233  description="LATIN CAPITAL LETTER E WITH DOT BELOW",
57234  direction="l",
57235  lccode=0x1EB9,
57236  linebreak="al",
57237  shcode=0x45,
57238  specials={ "char", 0x45, 0x323 },
57239  unicodeslot=0x1EB8,
57240 },
57241 [0x1EB9]={
57242  category="ll",
57243  contextname="edotbelow",
57244  description="LATIN SMALL LETTER E WITH DOT BELOW",
57245  direction="l",
57246  linebreak="al",
57247  shcode=0x65,
57248  specials={ "char", 0x65, 0x323 },
57249  uccode=0x1EB8,
57250  unicodeslot=0x1EB9,
57251 },
57252 [0x1EBA]={
57253  category="lu",
57254  contextname="Ehook",
57255  description="LATIN CAPITAL LETTER E WITH HOOK ABOVE",
57256  direction="l",
57257  lccode=0x1EBB,
57258  linebreak="al",
57259  shcode=0x45,
57260  specials={ "char", 0x45, 0x309 },
57261  unicodeslot=0x1EBA,
57262 },
57263 [0x1EBB]={
57264  category="ll",
57265  contextname="ehook",
57266  description="LATIN SMALL LETTER E WITH HOOK ABOVE",
57267  direction="l",
57268  linebreak="al",
57269  shcode=0x65,
57270  specials={ "char", 0x65, 0x309 },
57271  uccode=0x1EBA,
57272  unicodeslot=0x1EBB,
57273 },
57274 [0x1EBC]={
57275  category="lu",
57276  contextname="Etilde",
57277  description="LATIN CAPITAL LETTER E WITH TILDE",
57278  direction="l",
57279  lccode=0x1EBD,
57280  linebreak="al",
57281  shcode=0x45,
57282  specials={ "char", 0x45, 0x303 },
57283  unicodeslot=0x1EBC,
57284 },
57285 [0x1EBD]={
57286  category="ll",
57287  contextname="etilde",
57288  description="LATIN SMALL LETTER E WITH TILDE",
57289  direction="l",
57290  linebreak="al",
57291  shcode=0x65,
57292  specials={ "char", 0x65, 0x303 },
57293  uccode=0x1EBC,
57294  unicodeslot=0x1EBD,
57295 },
57296 [0x1EBE]={
57297  category="lu",
57298  contextname="Ecircumflexacute",
57299  description="LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE",
57300  direction="l",
57301  lccode=0x1EBF,
57302  linebreak="al",
57303  shcode=0x45,
57304  specials={ "char", 0xCA, 0x301 },
57305  unicodeslot=0x1EBE,
57306 },
57307 [0x1EBF]={
57308  category="ll",
57309  contextname="ecircumflexacute",
57310  description="LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE",
57311  direction="l",
57312  linebreak="al",
57313  shcode=0x65,
57314  specials={ "char", 0xEA, 0x301 },
57315  uccode=0x1EBE,
57316  unicodeslot=0x1EBF,
57317 },
57318 [0x1EC0]={
57319  category="lu",
57320  contextname="Ecircumflexgrave",
57321  description="LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND GRAVE",
57322  direction="l",
57323  lccode=0x1EC1,
57324  linebreak="al",
57325  shcode=0x45,
57326  specials={ "char", 0xCA, 0x300 },
57327  unicodeslot=0x1EC0,
57328 },
57329 [0x1EC1]={
57330  category="ll",
57331  contextname="ecircumflexgrave",
57332  description="LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE",
57333  direction="l",
57334  linebreak="al",
57335  shcode=0x65,
57336  specials={ "char", 0xEA, 0x300 },
57337  uccode=0x1EC0,
57338  unicodeslot=0x1EC1,
57339 },
57340 [0x1EC2]={
57341  category="lu",
57342  contextname="Ecircumflexhook",
57343  description="LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE",
57344  direction="l",
57345  lccode=0x1EC3,
57346  linebreak="al",
57347  shcode=0x45,
57348  specials={ "char", 0xCA, 0x309 },
57349  unicodeslot=0x1EC2,
57350 },
57351 [0x1EC3]={
57352  category="ll",
57353  contextname="ecircumflexhook",
57354  description="LATIN SMALL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE",
57355  direction="l",
57356  linebreak="al",
57357  shcode=0x65,
57358  specials={ "char", 0xEA, 0x309 },
57359  uccode=0x1EC2,
57360  unicodeslot=0x1EC3,
57361 },
57362 [0x1EC4]={
57363  category="lu",
57364  contextname="Ecircumflextilde",
57365  description="LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND TILDE",
57366  direction="l",
57367  lccode=0x1EC5,
57368  linebreak="al",
57369  shcode=0x45,
57370  specials={ "char", 0xCA, 0x303 },
57371  unicodeslot=0x1EC4,
57372 },
57373 [0x1EC5]={
57374  category="ll",
57375  contextname="ecircumflextilde",
57376  description="LATIN SMALL LETTER E WITH CIRCUMFLEX AND TILDE",
57377  direction="l",
57378  linebreak="al",
57379  shcode=0x65,
57380  specials={ "char", 0xEA, 0x303 },
57381  uccode=0x1EC4,
57382  unicodeslot=0x1EC5,
57383 },
57384 [0x1EC6]={
57385  category="lu",
57386  contextname="Ecircumflexdotbelow",
57387  description="LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW",
57388  direction="l",
57389  lccode=0x1EC7,
57390  linebreak="al",
57391  shcode=0x45,
57392  specials={ "char", 0x1EB8, 0x302 },
57393  unicodeslot=0x1EC6,
57394 },
57395 [0x1EC7]={
57396  category="ll",
57397  contextname="ecircumflexdotbelow",
57398  description="LATIN SMALL LETTER E WITH CIRCUMFLEX AND DOT BELOW",
57399  direction="l",
57400  linebreak="al",
57401  shcode=0x65,
57402  specials={ "char", 0x1EB9, 0x302 },
57403  uccode=0x1EC6,
57404  unicodeslot=0x1EC7,
57405 },
57406 [0x1EC8]={
57407  category="lu",
57408  contextname="Ihook",
57409  description="LATIN CAPITAL LETTER I WITH HOOK ABOVE",
57410  direction="l",
57411  lccode=0x1EC9,
57412  linebreak="al",
57413  shcode=0x49,
57414  specials={ "char", 0x49, 0x309 },
57415  unicodeslot=0x1EC8,
57416 },
57417 [0x1EC9]={
57418  category="ll",
57419  contextname="ihook",
57420  description="LATIN SMALL LETTER I WITH HOOK ABOVE",
57421  direction="l",
57422  linebreak="al",
57423  shcode=0x69,
57424  specials={ "char", 0x69, 0x309 },
57425  uccode=0x1EC8,
57426  unicodeslot=0x1EC9,
57427 },
57428 [0x1ECA]={
57429  category="lu",
57430  contextname="Idotbelow",
57431  description="LATIN CAPITAL LETTER I WITH DOT BELOW",
57432  direction="l",
57433  lccode=0x1ECB,
57434  linebreak="al",
57435  shcode=0x49,
57436  specials={ "char", 0x49, 0x323 },
57437  unicodeslot=0x1ECA,
57438 },
57439 [0x1ECB]={
57440  category="ll",
57441  contextname="idotbelow",
57442  description="LATIN SMALL LETTER I WITH DOT BELOW",
57443  direction="l",
57444  linebreak="al",
57445  shcode=0x69,
57446  specials={ "char", 0x69, 0x323 },
57447  uccode=0x1ECA,
57448  unicodeslot=0x1ECB,
57449 },
57450 [0x1ECC]={
57451  category="lu",
57452  contextname="Odotbelow",
57453  description="LATIN CAPITAL LETTER O WITH DOT BELOW",
57454  direction="l",
57455  lccode=0x1ECD,
57456  linebreak="al",
57457  shcode=0x4F,
57458  specials={ "char", 0x4F, 0x323 },
57459  unicodeslot=0x1ECC,
57460 },
57461 [0x1ECD]={
57462  category="ll",
57463  contextname="odotbelow",
57464  description="LATIN SMALL LETTER O WITH DOT BELOW",
57465  direction="l",
57466  linebreak="al",
57467  shcode=0x6F,
57468  specials={ "char", 0x6F, 0x323 },
57469  uccode=0x1ECC,
57470  unicodeslot=0x1ECD,
57471 },
57472 [0x1ECE]={
57473  category="lu",
57474  contextname="Ohook",
57475  description="LATIN CAPITAL LETTER O WITH HOOK ABOVE",
57476  direction="l",
57477  lccode=0x1ECF,
57478  linebreak="al",
57479  shcode=0x4F,
57480  specials={ "char", 0x4F, 0x309 },
57481  unicodeslot=0x1ECE,
57482 },
57483 [0x1ECF]={
57484  category="ll",
57485  contextname="ohook",
57486  description="LATIN SMALL LETTER O WITH HOOK ABOVE",
57487  direction="l",
57488  linebreak="al",
57489  shcode=0x6F,
57490  specials={ "char", 0x6F, 0x309 },
57491  uccode=0x1ECE,
57492  unicodeslot=0x1ECF,
57493 },
57494 [0x1ED0]={
57495  category="lu",
57496  contextname="Ocircumflexacute",
57497  description="LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE",
57498  direction="l",
57499  lccode=0x1ED1,
57500  linebreak="al",
57501  shcode=0x4F,
57502  specials={ "char", 0xD4, 0x301 },
57503  unicodeslot=0x1ED0,
57504 },
57505 [0x1ED1]={
57506  category="ll",
57507  contextname="ocircumflexacute",
57508  description="LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE",
57509  direction="l",
57510  linebreak="al",
57511  shcode=0x6F,
57512  specials={ "char", 0xF4, 0x301 },
57513  uccode=0x1ED0,
57514  unicodeslot=0x1ED1,
57515 },
57516 [0x1ED2]={
57517  category="lu",
57518  contextname="Ocircumflexgrave",
57519  description="LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND GRAVE",
57520  direction="l",
57521  lccode=0x1ED3,
57522  linebreak="al",
57523  shcode=0x4F,
57524  specials={ "char", 0xD4, 0x300 },
57525  unicodeslot=0x1ED2,
57526 },
57527 [0x1ED3]={
57528  category="ll",
57529  contextname="ocircumflexgrave",
57530  description="LATIN SMALL LETTER O WITH CIRCUMFLEX AND GRAVE",
57531  direction="l",
57532  linebreak="al",
57533  shcode=0x6F,
57534  specials={ "char", 0xF4, 0x300 },
57535  uccode=0x1ED2,
57536  unicodeslot=0x1ED3,
57537 },
57538 [0x1ED4]={
57539  category="lu",
57540  contextname="Ocircumflexhook",
57541  description="LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE",
57542  direction="l",
57543  lccode=0x1ED5,
57544  linebreak="al",
57545  shcode=0x4F,
57546  specials={ "char", 0xD4, 0x309 },
57547  unicodeslot=0x1ED4,
57548 },
57549 [0x1ED5]={
57550  category="ll",
57551  contextname="ocircumflexhook",
57552  description="LATIN SMALL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE",
57553  direction="l",
57554  linebreak="al",
57555  shcode=0x6F,
57556  specials={ "char", 0xF4, 0x309 },
57557  uccode=0x1ED4,
57558  unicodeslot=0x1ED5,
57559 },
57560 [0x1ED6]={
57561  category="lu",
57562  contextname="Ocircumflextilde",
57563  description="LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND TILDE",
57564  direction="l",
57565  lccode=0x1ED7,
57566  linebreak="al",
57567  shcode=0x4F,
57568  specials={ "char", 0xD4, 0x303 },
57569  unicodeslot=0x1ED6,
57570 },
57571 [0x1ED7]={
57572  category="ll",
57573  contextname="ocircumflextilde",
57574  description="LATIN SMALL LETTER O WITH CIRCUMFLEX AND TILDE",
57575  direction="l",
57576  linebreak="al",
57577  shcode=0x6F,
57578  specials={ "char", 0xF4, 0x303 },
57579  uccode=0x1ED6,
57580  unicodeslot=0x1ED7,
57581 },
57582 [0x1ED8]={
57583  category="lu",
57584  contextname="Ocircumflexdotbelow",
57585  description="LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND DOT BELOW",
57586  direction="l",
57587  lccode=0x1ED9,
57588  linebreak="al",
57589  shcode=0x4F,
57590  specials={ "char", 0x1ECC, 0x302 },
57591  unicodeslot=0x1ED8,
57592 },
57593 [0x1ED9]={
57594  category="ll",
57595  contextname="ocircumflexdotbelow",
57596  description="LATIN SMALL LETTER O WITH CIRCUMFLEX AND DOT BELOW",
57597  direction="l",
57598  linebreak="al",
57599  shcode=0x6F,
57600  specials={ "char", 0x1ECD, 0x302 },
57601  uccode=0x1ED8,
57602  unicodeslot=0x1ED9,
57603 },
57604 [0x1EDA]={
57605  category="lu",
57606  contextname="Ohornacute",
57607  description="LATIN CAPITAL LETTER O WITH HORN AND ACUTE",
57608  direction="l",
57609  lccode=0x1EDB,
57610  linebreak="al",
57611  shcode=0x4F,
57612  specials={ "char", 0x1A0, 0x301 },
57613  unicodeslot=0x1EDA,
57614 },
57615 [0x1EDB]={
57616  category="ll",
57617  contextname="ohornacute",
57618  description="LATIN SMALL LETTER O WITH HORN AND ACUTE",
57619  direction="l",
57620  linebreak="al",
57621  shcode=0x6F,
57622  specials={ "char", 0x1A1, 0x301 },
57623  uccode=0x1EDA,
57624  unicodeslot=0x1EDB,
57625 },
57626 [0x1EDC]={
57627  category="lu",
57628  contextname="Ohorngrave",
57629  description="LATIN CAPITAL LETTER O WITH HORN AND GRAVE",
57630  direction="l",
57631  lccode=0x1EDD,
57632  linebreak="al",
57633  shcode=0x4F,
57634  specials={ "char", 0x1A0, 0x300 },
57635  unicodeslot=0x1EDC,
57636 },
57637 [0x1EDD]={
57638  category="ll",
57639  contextname="ohorngrave",
57640  description="LATIN SMALL LETTER O WITH HORN AND GRAVE",
57641  direction="l",
57642  linebreak="al",
57643  shcode=0x6F,
57644  specials={ "char", 0x1A1, 0x300 },
57645  uccode=0x1EDC,
57646  unicodeslot=0x1EDD,
57647 },
57648 [0x1EDE]={
57649  category="lu",
57650  contextname="Ohornhook",
57651  description="LATIN CAPITAL LETTER O WITH HORN AND HOOK ABOVE",
57652  direction="l",
57653  lccode=0x1EDF,
57654  linebreak="al",
57655  shcode=0x4F,
57656  specials={ "char", 0x1A0, 0x309 },
57657  unicodeslot=0x1EDE,
57658 },
57659 [0x1EDF]={
57660  category="ll",
57661  contextname="ohornhook",
57662  description="LATIN SMALL LETTER O WITH HORN AND HOOK ABOVE",
57663  direction="l",
57664  linebreak="al",
57665  shcode=0x6F,
57666  specials={ "char", 0x1A1, 0x309 },
57667  uccode=0x1EDE,
57668  unicodeslot=0x1EDF,
57669 },
57670 [0x1EE0]={
57671  category="lu",
57672  contextname="Ohorntilde",
57673  description="LATIN CAPITAL LETTER O WITH HORN AND TILDE",
57674  direction="l",
57675  lccode=0x1EE1,
57676  linebreak="al",
57677  shcode=0x4F,
57678  specials={ "char", 0x1A0, 0x303 },
57679  unicodeslot=0x1EE0,
57680 },
57681 [0x1EE1]={
57682  category="ll",
57683  contextname="ohorntilde",
57684  description="LATIN SMALL LETTER O WITH HORN AND TILDE",
57685  direction="l",
57686  linebreak="al",
57687  shcode=0x6F,
57688  specials={ "char", 0x1A1, 0x303 },
57689  uccode=0x1EE0,
57690  unicodeslot=0x1EE1,
57691 },
57692 [0x1EE2]={
57693  category="lu",
57694  contextname="Ohorndotbelow",
57695  description="LATIN CAPITAL LETTER O WITH HORN AND DOT BELOW",
57696  direction="l",
57697  lccode=0x1EE3,
57698  linebreak="al",
57699  shcode=0x4F,
57700  specials={ "char", 0x1A0, 0x323 },
57701  unicodeslot=0x1EE2,
57702 },
57703 [0x1EE3]={
57704  category="ll",
57705  contextname="ohorndotbelow",
57706  description="LATIN SMALL LETTER O WITH HORN AND DOT BELOW",
57707  direction="l",
57708  linebreak="al",
57709  shcode=0x6F,
57710  specials={ "char", 0x1A1, 0x323 },
57711  uccode=0x1EE2,
57712  unicodeslot=0x1EE3,
57713 },
57714 [0x1EE4]={
57715  category="lu",
57716  contextname="Udotbelow",
57717  description="LATIN CAPITAL LETTER U WITH DOT BELOW",
57718  direction="l",
57719  lccode=0x1EE5,
57720  linebreak="al",
57721  shcode=0x55,
57722  specials={ "char", 0x55, 0x323 },
57723  unicodeslot=0x1EE4,
57724 },
57725 [0x1EE5]={
57726  category="ll",
57727  contextname="udotbelow",
57728  description="LATIN SMALL LETTER U WITH DOT BELOW",
57729  direction="l",
57730  linebreak="al",
57731  shcode=0x75,
57732  specials={ "char", 0x75, 0x323 },
57733  uccode=0x1EE4,
57734  unicodeslot=0x1EE5,
57735 },
57736 [0x1EE6]={
57737  category="lu",
57738  contextname="Uhook",
57739  description="LATIN CAPITAL LETTER U WITH HOOK ABOVE",
57740  direction="l",
57741  lccode=0x1EE7,
57742  linebreak="al",
57743  shcode=0x55,
57744  specials={ "char", 0x55, 0x309 },
57745  unicodeslot=0x1EE6,
57746 },
57747 [0x1EE7]={
57748  category="ll",
57749  contextname="uhook",
57750  description="LATIN SMALL LETTER U WITH HOOK ABOVE",
57751  direction="l",
57752  linebreak="al",
57753  shcode=0x75,
57754  specials={ "char", 0x75, 0x309 },
57755  uccode=0x1EE6,
57756  unicodeslot=0x1EE7,
57757 },
57758 [0x1EE8]={
57759  category="lu",
57760  contextname="Uhornacute",
57761  description="LATIN CAPITAL LETTER U WITH HORN AND ACUTE",
57762  direction="l",
57763  lccode=0x1EE9,
57764  linebreak="al",
57765  shcode=0x55,
57766  specials={ "char", 0x1AF, 0x301 },
57767  unicodeslot=0x1EE8,
57768 },
57769 [0x1EE9]={
57770  category="ll",
57771  contextname="uhornacute",
57772  description="LATIN SMALL LETTER U WITH HORN AND ACUTE",
57773  direction="l",
57774  linebreak="al",
57775  shcode=0x75,
57776  specials={ "char", 0x1B0, 0x301 },
57777  uccode=0x1EE8,
57778  unicodeslot=0x1EE9,
57779 },
57780 [0x1EEA]={
57781  category="lu",
57782  contextname="Uhorngrave",
57783  description="LATIN CAPITAL LETTER U WITH HORN AND GRAVE",
57784  direction="l",
57785  lccode=0x1EEB,
57786  linebreak="al",
57787  shcode=0x55,
57788  specials={ "char", 0x1AF, 0x300 },
57789  unicodeslot=0x1EEA,
57790 },
57791 [0x1EEB]={
57792  category="ll",
57793  contextname="uhorngrave",
57794  description="LATIN SMALL LETTER U WITH HORN AND GRAVE",
57795  direction="l",
57796  linebreak="al",
57797  shcode=0x75,
57798  specials={ "char", 0x1B0, 0x300 },
57799  uccode=0x1EEA,
57800  unicodeslot=0x1EEB,
57801 },
57802 [0x1EEC]={
57803  category="lu",
57804  contextname="Uhornhook",
57805  description="LATIN CAPITAL LETTER U WITH HORN AND HOOK ABOVE",
57806  direction="l",
57807  lccode=0x1EED,
57808  linebreak="al",
57809  shcode=0x55,
57810  specials={ "char", 0x1AF, 0x309 },
57811  unicodeslot=0x1EEC,
57812 },
57813 [0x1EED]={
57814  category="ll",
57815  contextname="uhornhook",
57816  description="LATIN SMALL LETTER U WITH HORN AND HOOK ABOVE",
57817  direction="l",
57818  linebreak="al",
57819  shcode=0x75,
57820  specials={ "char", 0x1B0, 0x309 },
57821  uccode=0x1EEC,
57822  unicodeslot=0x1EED,
57823 },
57824 [0x1EEE]={
57825  category="lu",
57826  contextname="Uhorntilde",
57827  description="LATIN CAPITAL LETTER U WITH HORN AND TILDE",
57828  direction="l",
57829  lccode=0x1EEF,
57830  linebreak="al",
57831  shcode=0x55,
57832  specials={ "char", 0x1AF, 0x303 },
57833  unicodeslot=0x1EEE,
57834 },
57835 [0x1EEF]={
57836  category="ll",
57837  contextname="uhorntilde",
57838  description="LATIN SMALL LETTER U WITH HORN AND TILDE",
57839  direction="l",
57840  linebreak="al",
57841  shcode=0x75,
57842  specials={ "char", 0x1B0, 0x303 },
57843  uccode=0x1EEE,
57844  unicodeslot=0x1EEF,
57845 },
57846 [0x1EF0]={
57847  category="lu",
57848  contextname="Uhorndotbelow",
57849  description="LATIN CAPITAL LETTER U WITH HORN AND DOT BELOW",
57850  direction="l",
57851  lccode=0x1EF1,
57852  linebreak="al",
57853  shcode=0x55,
57854  specials={ "char", 0x1AF, 0x323 },
57855  unicodeslot=0x1EF0,
57856 },
57857 [0x1EF1]={
57858  category="ll",
57859  contextname="uhorndotbelow",
57860  description="LATIN SMALL LETTER U WITH HORN AND DOT BELOW",
57861  direction="l",
57862  linebreak="al",
57863  shcode=0x75,
57864  specials={ "char", 0x1B0, 0x323 },
57865  uccode=0x1EF0,
57866  unicodeslot=0x1EF1,
57867 },
57868 [0x1EF2]={
57869  category="lu",
57870  contextname="Ygrave",
57871  description="LATIN CAPITAL LETTER Y WITH GRAVE",
57872  direction="l",
57873  lccode=0x1EF3,
57874  linebreak="al",
57875  shcode=0x59,
57876  specials={ "char", 0x59, 0x300 },
57877  unicodeslot=0x1EF2,
57878 },
57879 [0x1EF3]={
57880  category="ll",
57881  contextname="ygrave",
57882  description="LATIN SMALL LETTER Y WITH GRAVE",
57883  direction="l",
57884  linebreak="al",
57885  shcode=0x79,
57886  specials={ "char", 0x79, 0x300 },
57887  uccode=0x1EF2,
57888  unicodeslot=0x1EF3,
57889 },
57890 [0x1EF4]={
57891  category="lu",
57892  contextname="Ydotbelow",
57893  description="LATIN CAPITAL LETTER Y WITH DOT BELOW",
57894  direction="l",
57895  lccode=0x1EF5,
57896  linebreak="al",
57897  shcode=0x59,
57898  specials={ "char", 0x59, 0x323 },
57899  unicodeslot=0x1EF4,
57900 },
57901 [0x1EF5]={
57902  category="ll",
57903  contextname="ydotbelow",
57904  description="LATIN SMALL LETTER Y WITH DOT BELOW",
57905  direction="l",
57906  linebreak="al",
57907  shcode=0x79,
57908  specials={ "char", 0x79, 0x323 },
57909  uccode=0x1EF4,
57910  unicodeslot=0x1EF5,
57911 },
57912 [0x1EF6]={
57913  category="lu",
57914  description="LATIN CAPITAL LETTER Y WITH HOOK ABOVE",
57915  direction="l",
57916  lccode=0x1EF7,
57917  linebreak="al",
57918  shcode=0x59,
57919  specials={ "char", 0x59, 0x309 },
57920  unicodeslot=0x1EF6,
57921 },
57922 [0x1EF7]={
57923  category="ll",
57924  description="LATIN SMALL LETTER Y WITH HOOK ABOVE",
57925  direction="l",
57926  linebreak="al",
57927  shcode=0x79,
57928  specials={ "char", 0x79, 0x309 },
57929  uccode=0x1EF6,
57930  unicodeslot=0x1EF7,
57931 },
57932 [0x1EF8]={
57933  category="lu",
57934  contextname="Ytilde",
57935  description="LATIN CAPITAL LETTER Y WITH TILDE",
57936  direction="l",
57937  lccode=0x1EF9,
57938  linebreak="al",
57939  shcode=0x59,
57940  specials={ "char", 0x59, 0x303 },
57941  unicodeslot=0x1EF8,
57942 },
57943 [0x1EF9]={
57944  category="ll",
57945  contextname="ytilde",
57946  description="LATIN SMALL LETTER Y WITH TILDE",
57947  direction="l",
57948  linebreak="al",
57949  shcode=0x79,
57950  specials={ "char", 0x79, 0x303 },
57951  uccode=0x1EF8,
57952  unicodeslot=0x1EF9,
57953 },
57954 [0x1EFA]={
57955  category="lu",
57956  description="LATIN CAPITAL LETTER MIDDLE-WELSH LL",
57957  direction="l",
57958  lccode=0x1EFB,
57959  linebreak="al",
57960  unicodeslot=0x1EFA,
57961 },
57962 [0x1EFB]={
57963  category="ll",
57964  description="LATIN SMALL LETTER MIDDLE-WELSH LL",
57965  direction="l",
57966  linebreak="al",
57967  unicodeslot=0x1EFB,
57968 },
57969 [0x1EFC]={
57970  category="lu",
57971  description="LATIN CAPITAL LETTER MIDDLE-WELSH V",
57972  direction="l",
57973  lccode=0x1EFD,
57974  linebreak="al",
57975  unicodeslot=0x1EFC,
57976 },
57977 [0x1EFD]={
57978  category="ll",
57979  description="LATIN SMALL LETTER MIDDLE-WELSH V",
57980  direction="l",
57981  linebreak="al",
57982  unicodeslot=0x1EFD,
57983 },
57984 [0x1EFE]={
57985  category="lu",
57986  description="LATIN CAPITAL LETTER Y WITH LOOP",
57987  direction="l",
57988  lccode=0x1EFF,
57989  linebreak="al",
57990  unicodeslot=0x1EFE,
57991 },
57992 [0x1EFF]={
57993  category="ll",
57994  description="LATIN SMALL LETTER Y WITH LOOP",
57995  direction="l",
57996  linebreak="al",
57997  unicodeslot=0x1EFF,
57998 },
57999 [0x1F00]={
58000  category="ll",
58001  contextname="greekalphapsili",
58002  description="GREEK SMALL LETTER ALPHA WITH PSILI",
58003  direction="l",
58004  linebreak="al",
58005  shcode=0x3B1,
58006  specials={ "char", 0x3B1, 0x313 },
58007  uccode=0x1F08,
58008  unicodeslot=0x1F00,
58009 },
58010 [0x1F01]={
58011  category="ll",
58012  contextname="greekalphadasia",
58013  description="GREEK SMALL LETTER ALPHA WITH DASIA",
58014  direction="l",
58015  linebreak="al",
58016  shcode=0x3B1,
58017  specials={ "char", 0x3B1, 0x314 },
58018  uccode=0x1F09,
58019  unicodeslot=0x1F01,
58020 },
58021 [0x1F02]={
58022  category="ll",
58023  contextname="greekalphapsilivaria",
58024  description="GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA",
58025  direction="l",
58026  linebreak="al",
58027  shcode=0x3B1,
58028  specials={ "char", 0x1F00, 0x300 },
58029  uccode=0x1F0A,
58030  unicodeslot=0x1F02,
58031 },
58032 [0x1F03]={
58033  category="ll",
58034  contextname="greekalphadasiavaria",
58035  description="GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA",
58036  direction="l",
58037  linebreak="al",
58038  shcode=0x3B1,
58039  specials={ "char", 0x1F01, 0x300 },
58040  uccode=0x1F0B,
58041  unicodeslot=0x1F03,
58042 },
58043 [0x1F04]={
58044  category="ll",
58045  contextname="greekalphapsilitonos",
58046  description="GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA",
58047  direction="l",
58048  linebreak="al",
58049  shcode=0x3B1,
58050  specials={ "char", 0x1F00, 0x301 },
58051  uccode=0x1F0C,
58052  unicodeslot=0x1F04,
58053 },
58054 [0x1F05]={
58055  category="ll",
58056  contextname="greekalphadasiatonos",
58057  description="GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA",
58058  direction="l",
58059  linebreak="al",
58060  shcode=0x3B1,
58061  specials={ "char", 0x1F01, 0x301 },
58062  uccode=0x1F0D,
58063  unicodeslot=0x1F05,
58064 },
58065 [0x1F06]={
58066  category="ll",
58067  contextname="greekalphapsiliperispomeni",
58068  description="GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI",
58069  direction="l",
58070  linebreak="al",
58071  shcode=0x3B1,
58072  specials={ "char", 0x1F00, 0x342 },
58073  uccode=0x1F0E,
58074  unicodeslot=0x1F06,
58075 },
58076 [0x1F07]={
58077  category="ll",
58078  contextname="greekalphadasiaperispomeni",
58079  description="GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI",
58080  direction="l",
58081  linebreak="al",
58082  shcode=0x3B1,
58083  specials={ "char", 0x1F01, 0x342 },
58084  uccode=0x1F0F,
58085  unicodeslot=0x1F07,
58086 },
58087 [0x1F08]={
58088  category="lu",
58089  contextname="greekAlphapsili",
58090  description="GREEK CAPITAL LETTER ALPHA WITH PSILI",
58091  direction="l",
58092  lccode=0x1F00,
58093  linebreak="al",
58094  shcode=0x391,
58095  specials={ "char", 0x391, 0x313 },
58096  unicodeslot=0x1F08,
58097 },
58098 [0x1F09]={
58099  category="lu",
58100  contextname="greekAlphadasia",
58101  description="GREEK CAPITAL LETTER ALPHA WITH DASIA",
58102  direction="l",
58103  lccode=0x1F01,
58104  linebreak="al",
58105  shcode=0x391,
58106  specials={ "char", 0x391, 0x314 },
58107  unicodeslot=0x1F09,
58108 },
58109 [0x1F0A]={
58110  category="lu",
58111  contextname="greekAlphapsilivaria",
58112  description="GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA",
58113  direction="l",
58114  lccode=0x1F02,
58115  linebreak="al",
58116  shcode=0x391,
58117  specials={ "char", 0x1F08, 0x300 },
58118  unicodeslot=0x1F0A,
58119 },
58120 [0x1F0B]={
58121  category="lu",
58122  contextname="greekAlphadasiavaria",
58123  description="GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA",
58124  direction="l",
58125  lccode=0x1F03,
58126  linebreak="al",
58127  shcode=0x391,
58128  specials={ "char", 0x1F09, 0x300 },
58129  unicodeslot=0x1F0B,
58130 },
58131 [0x1F0C]={
58132  category="lu",
58133  contextname="greekAlphapsilitonos",
58134  description="GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA",
58135  direction="l",
58136  lccode=0x1F04,
58137  linebreak="al",
58138  shcode=0x391,
58139  specials={ "char", 0x1F08, 0x301 },
58140  unicodeslot=0x1F0C,
58141 },
58142 [0x1F0D]={
58143  category="lu",
58144  contextname="greekAlphadasiatonos",
58145  description="GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA",
58146  direction="l",
58147  lccode=0x1F05,
58148  linebreak="al",
58149  shcode=0x391,
58150  specials={ "char", 0x1F09, 0x301 },
58151  unicodeslot=0x1F0D,
58152 },
58153 [0x1F0E]={
58154  category="lu",
58155  contextname="greekAlphapsiliperispomeni",
58156  description="GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI",
58157  direction="l",
58158  lccode=0x1F06,
58159  linebreak="al",
58160  shcode=0x391,
58161  specials={ "char", 0x1F08, 0x342 },
58162  unicodeslot=0x1F0E,
58163 },
58164 [0x1F0F]={
58165  category="lu",
58166  contextname="greekAlphadasiaperispomeni",
58167  description="GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI",
58168  direction="l",
58169  lccode=0x1F07,
58170  linebreak="al",
58171  shcode=0x391,
58172  specials={ "char", 0x1F09, 0x342 },
58173  unicodeslot=0x1F0F,
58174 },
58175 [0x1F10]={
58176  category="ll",
58177  contextname="greekepsilonpsili",
58178  description="GREEK SMALL LETTER EPSILON WITH PSILI",
58179  direction="l",
58180  linebreak="al",
58181  shcode=0x3B5,
58182  specials={ "char", 0x3B5, 0x313 },
58183  uccode=0x1F18,
58184  unicodeslot=0x1F10,
58185 },
58186 [0x1F11]={
58187  category="ll",
58188  contextname="greekepsilondasia",
58189  description="GREEK SMALL LETTER EPSILON WITH DASIA",
58190  direction="l",
58191  linebreak="al",
58192  shcode=0x3B5,
58193  specials={ "char", 0x3B5, 0x314 },
58194  uccode=0x1F19,
58195  unicodeslot=0x1F11,
58196 },
58197 [0x1F12]={
58198  category="ll",
58199  contextname="greekepsilonpsilivaria",
58200  description="GREEK SMALL LETTER EPSILON WITH PSILI AND VARIA",
58201  direction="l",
58202  linebreak="al",
58203  shcode=0x3B5,
58204  specials={ "char", 0x1F10, 0x300 },
58205  uccode=0x1F1A,
58206  unicodeslot=0x1F12,
58207 },
58208 [0x1F13]={
58209  category="ll",
58210  contextname="greekepsilondasiavaria",
58211  description="GREEK SMALL LETTER EPSILON WITH DASIA AND VARIA",
58212  direction="l",
58213  linebreak="al",
58214  shcode=0x3B5,
58215  specials={ "char", 0x1F11, 0x300 },
58216  uccode=0x1F1B,
58217  unicodeslot=0x1F13,
58218 },
58219 [0x1F14]={
58220  category="ll",
58221  contextname="greekepsilonpsilitonos",
58222  description="GREEK SMALL LETTER EPSILON WITH PSILI AND OXIA",
58223  direction="l",
58224  linebreak="al",
58225  shcode=0x3B5,
58226  specials={ "char", 0x1F10, 0x301 },
58227  uccode=0x1F1C,
58228  unicodeslot=0x1F14,
58229 },
58230 [0x1F15]={
58231  category="ll",
58232  contextname="greekepsilondasiatonos",
58233  description="GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA",
58234  direction="l",
58235  linebreak="al",
58236  shcode=0x3B5,
58237  specials={ "char", 0x1F11, 0x301 },
58238  uccode=0x1F1D,
58239  unicodeslot=0x1F15,
58240 },
58241 [0x1F18]={
58242  category="lu",
58243  contextname="greekEpsilonpsili",
58244  description="GREEK CAPITAL LETTER EPSILON WITH PSILI",
58245  direction="l",
58246  lccode=0x1F10,
58247  linebreak="al",
58248  shcode=0x395,
58249  specials={ "char", 0x395, 0x313 },
58250  unicodeslot=0x1F18,
58251 },
58252 [0x1F19]={
58253  category="lu",
58254  contextname="greekEpsilondasia",
58255  description="GREEK CAPITAL LETTER EPSILON WITH DASIA",
58256  direction="l",
58257  lccode=0x1F11,
58258  linebreak="al",
58259  shcode=0x395,
58260  specials={ "char", 0x395, 0x314 },
58261  unicodeslot=0x1F19,
58262 },
58263 [0x1F1A]={
58264  category="lu",
58265  contextname="greekEpsilonpsilivaria",
58266  description="GREEK CAPITAL LETTER EPSILON WITH PSILI AND VARIA",
58267  direction="l",
58268  lccode=0x1F12,
58269  linebreak="al",
58270  shcode=0x395,
58271  specials={ "char", 0x1F18, 0x300 },
58272  unicodeslot=0x1F1A,
58273 },
58274 [0x1F1B]={
58275  category="lu",
58276  contextname="greekEpsilondasiavaria",
58277  description="GREEK CAPITAL LETTER EPSILON WITH DASIA AND VARIA",
58278  direction="l",
58279  lccode=0x1F13,
58280  linebreak="al",
58281  shcode=0x395,
58282  specials={ "char", 0x1F19, 0x300 },
58283  unicodeslot=0x1F1B,
58284 },
58285 [0x1F1C]={
58286  category="lu",
58287  contextname="greekEpsilonpsilitonos",
58288  description="GREEK CAPITAL LETTER EPSILON WITH PSILI AND OXIA",
58289  direction="l",
58290  lccode=0x1F14,
58291  linebreak="al",
58292  shcode=0x395,
58293  specials={ "char", 0x1F18, 0x301 },
58294  unicodeslot=0x1F1C,
58295 },
58296 [0x1F1D]={
58297  category="lu",
58298  contextname="greekEpsilondasiatonos",
58299  description="GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA",
58300  direction="l",
58301  lccode=0x1F15,
58302  linebreak="al",
58303  shcode=0x395,
58304  specials={ "char", 0x1F19, 0x301 },
58305  unicodeslot=0x1F1D,
58306 },
58307 [0x1F20]={
58308  category="ll",
58309  contextname="greeketapsili",
58310  description="GREEK SMALL LETTER ETA WITH PSILI",
58311  direction="l",
58312  linebreak="al",
58313  shcode=0x3B7,
58314  specials={ "char", 0x3B7, 0x313 },
58315  uccode=0x1F28,
58316  unicodeslot=0x1F20,
58317 },
58318 [0x1F21]={
58319  category="ll",
58320  contextname="greeketadasia",
58321  description="GREEK SMALL LETTER ETA WITH DASIA",
58322  direction="l",
58323  linebreak="al",
58324  shcode=0x3B7,
58325  specials={ "char", 0x3B7, 0x314 },
58326  uccode=0x1F29,
58327  unicodeslot=0x1F21,
58328 },
58329 [0x1F22]={
58330  category="ll",
58331  contextname="greeketapsilivaria",
58332  description="GREEK SMALL LETTER ETA WITH PSILI AND VARIA",
58333  direction="l",
58334  linebreak="al",
58335  shcode=0x3B7,
58336  specials={ "char", 0x1F20, 0x300 },
58337  uccode=0x1F2A,
58338  unicodeslot=0x1F22,
58339 },
58340 [0x1F23]={
58341  category="ll",
58342  contextname="greeketadasiavaria",
58343  description="GREEK SMALL LETTER ETA WITH DASIA AND VARIA",
58344  direction="l",
58345  linebreak="al",
58346  shcode=0x3B7,
58347  specials={ "char", 0x1F21, 0x300 },
58348  uccode=0x1F2B,
58349  unicodeslot=0x1F23,
58350 },
58351 [0x1F24]={
58352  category="ll",
58353  contextname="greeketapsilitonos",
58354  description="GREEK SMALL LETTER ETA WITH PSILI AND OXIA",
58355  direction="l",
58356  linebreak="al",
58357  shcode=0x3B7,
58358  specials={ "char", 0x1F20, 0x301 },
58359  uccode=0x1F2C,
58360  unicodeslot=0x1F24,
58361 },
58362 [0x1F25]={
58363  category="ll",
58364  contextname="greeketadasiatonos",
58365  description="GREEK SMALL LETTER ETA WITH DASIA AND OXIA",
58366  direction="l",
58367  linebreak="al",
58368  shcode=0x3B7,
58369  specials={ "char", 0x1F21, 0x301 },
58370  uccode=0x1F2D,
58371  unicodeslot=0x1F25,
58372 },
58373 [0x1F26]={
58374  category="ll",
58375  contextname="greeketapsiliperispomeni",
58376  description="GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI",
58377  direction="l",
58378  linebreak="al",
58379  shcode=0x3B7,
58380  specials={ "char", 0x1F20, 0x342 },
58381  uccode=0x1F2E,
58382  unicodeslot=0x1F26,
58383 },
58384 [0x1F27]={
58385  category="ll",
58386  contextname="greeketadasiaperispomeni",
58387  description="GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI",
58388  direction="l",
58389  linebreak="al",
58390  shcode=0x3B7,
58391  specials={ "char", 0x1F21, 0x342 },
58392  uccode=0x1F2F,
58393  unicodeslot=0x1F27,
58394 },
58395 [0x1F28]={
58396  category="lu",
58397  contextname="greekEtapsili",
58398  description="GREEK CAPITAL LETTER ETA WITH PSILI",
58399  direction="l",
58400  lccode=0x1F20,
58401  linebreak="al",
58402  shcode=0x397,
58403  specials={ "char", 0x397, 0x313 },
58404  unicodeslot=0x1F28,
58405 },
58406 [0x1F29]={
58407  category="lu",
58408  contextname="greekEtadasia",
58409  description="GREEK CAPITAL LETTER ETA WITH DASIA",
58410  direction="l",
58411  lccode=0x1F21,
58412  linebreak="al",
58413  shcode=0x397,
58414  specials={ "char", 0x397, 0x314 },
58415  unicodeslot=0x1F29,
58416 },
58417 [0x1F2A]={
58418  category="lu",
58419  contextname="greekEtapsilivaria",
58420  description="GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA",
58421  direction="l",
58422  lccode=0x1F22,
58423  linebreak="al",
58424  shcode=0x397,
58425  specials={ "char", 0x1F28, 0x300 },
58426  unicodeslot=0x1F2A,
58427 },
58428 [0x1F2B]={
58429  category="lu",
58430  contextname="greekEtadasiavaria",
58431  description="GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA",
58432  direction="l",
58433  lccode=0x1F23,
58434  linebreak="al",
58435  shcode=0x397,
58436  specials={ "char", 0x1F29, 0x300 },
58437  unicodeslot=0x1F2B,
58438 },
58439 [0x1F2C]={
58440  category="lu",
58441  contextname="greekEtapsilitonos",
58442  description="GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA",
58443  direction="l",
58444  lccode=0x1F24,
58445  linebreak="al",
58446  shcode=0x397,
58447  specials={ "char", 0x1F28, 0x301 },
58448  unicodeslot=0x1F2C,
58449 },
58450 [0x1F2D]={
58451  category="lu",
58452  contextname="greekEtadasiatonos",
58453  description="GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA",
58454  direction="l",
58455  lccode=0x1F25,
58456  linebreak="al",
58457  shcode=0x397,
58458  specials={ "char", 0x1F29, 0x301 },
58459  unicodeslot=0x1F2D,
58460 },
58461 [0x1F2E]={
58462  category="lu",
58463  contextname="greekEtapsiliperispomeni",
58464  description="GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI",
58465  direction="l",
58466  lccode=0x1F26,
58467  linebreak="al",
58468  shcode=0x397,
58469  specials={ "char", 0x1F28, 0x342 },
58470  unicodeslot=0x1F2E,
58471 },
58472 [0x1F2F]={
58473  category="lu",
58474  contextname="greekEtadasiaperispomeni",
58475  description="GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI",
58476  direction="l",
58477  lccode=0x1F27,
58478  linebreak="al",
58479  shcode=0x397,
58480  specials={ "char", 0x1F29, 0x342 },
58481  unicodeslot=0x1F2F,
58482 },
58483 [0x1F30]={
58484  category="ll",
58485  contextname="greekiotapsili",
58486  description="GREEK SMALL LETTER IOTA WITH PSILI",
58487  direction="l",
58488  linebreak="al",
58489  shcode=0x3B9,
58490  specials={ "char", 0x3B9, 0x313 },
58491  uccode=0x1F38,
58492  unicodeslot=0x1F30,
58493 },
58494 [0x1F31]={
58495  category="ll",
58496  contextname="greekiotadasia",
58497  description="GREEK SMALL LETTER IOTA WITH DASIA",
58498  direction="l",
58499  linebreak="al",
58500  shcode=0x3B9,
58501  specials={ "char", 0x3B9, 0x314 },
58502  uccode=0x1F39,
58503  unicodeslot=0x1F31,
58504 },
58505 [0x1F32]={
58506  category="ll",
58507  contextname="greekiotapsilivaria",
58508  description="GREEK SMALL LETTER IOTA WITH PSILI AND VARIA",
58509  direction="l",
58510  linebreak="al",
58511  shcode=0x3B9,
58512  specials={ "char", 0x1F30, 0x300 },
58513  uccode=0x1F3A,
58514  unicodeslot=0x1F32,
58515 },
58516 [0x1F33]={
58517  category="ll",
58518  contextname="greekiotadasiavaria",
58519  description="GREEK SMALL LETTER IOTA WITH DASIA AND VARIA",
58520  direction="l",
58521  linebreak="al",
58522  shcode=0x3B9,
58523  specials={ "char", 0x1F31, 0x300 },
58524  uccode=0x1F3B,
58525  unicodeslot=0x1F33,
58526 },
58527 [0x1F34]={
58528  category="ll",
58529  contextname="greekiotapsilitonos",
58530  description="GREEK SMALL LETTER IOTA WITH PSILI AND OXIA",
58531  direction="l",
58532  linebreak="al",
58533  shcode=0x3B9,
58534  specials={ "char", 0x1F30, 0x301 },
58535  uccode=0x1F3C,
58536  unicodeslot=0x1F34,
58537 },
58538 [0x1F35]={
58539  category="ll",
58540  contextname="greekiotadasiatonos",
58541  description="GREEK SMALL LETTER IOTA WITH DASIA AND OXIA",
58542  direction="l",
58543  linebreak="al",
58544  shcode=0x3B9,
58545  specials={ "char", 0x1F31, 0x301 },
58546  uccode=0x1F3D,
58547  unicodeslot=0x1F35,
58548 },
58549 [0x1F36]={
58550  category="ll",
58551  contextname="greekiotapsiliperispomeni",
58552  description="GREEK SMALL LETTER IOTA WITH PSILI AND PERISPOMENI",
58553  direction="l",
58554  linebreak="al",
58555  shcode=0x3B9,
58556  specials={ "char", 0x1F30, 0x342 },
58557  uccode=0x1F3E,
58558  unicodeslot=0x1F36,
58559 },
58560 [0x1F37]={
58561  category="ll",
58562  contextname="greekiotadasiaperispomeni",
58563  description="GREEK SMALL LETTER IOTA WITH DASIA AND PERISPOMENI",
58564  direction="l",
58565  linebreak="al",
58566  shcode=0x3B9,
58567  specials={ "char", 0x1F31, 0x342 },
58568  uccode=0x1F3F,
58569  unicodeslot=0x1F37,
58570 },
58571 [0x1F38]={
58572  category="lu",
58573  contextname="greekIotapsili",
58574  description="GREEK CAPITAL LETTER IOTA WITH PSILI",
58575  direction="l",
58576  lccode=0x1F30,
58577  linebreak="al",
58578  shcode=0x399,
58579  specials={ "char", 0x399, 0x313 },
58580  unicodeslot=0x1F38,
58581 },
58582 [0x1F39]={
58583  category="lu",
58584  contextname="greekIotadasia",
58585  description="GREEK CAPITAL LETTER IOTA WITH DASIA",
58586  direction="l",
58587  lccode=0x1F31,
58588  linebreak="al",
58589  shcode=0x399,
58590  specials={ "char", 0x399, 0x314 },
58591  unicodeslot=0x1F39,
58592 },
58593 [0x1F3A]={
58594  category="lu",
58595  contextname="greekIotapsilivaria",
58596  description="GREEK CAPITAL LETTER IOTA WITH PSILI AND VARIA",
58597  direction="l",
58598  lccode=0x1F32,
58599  linebreak="al",
58600  shcode=0x399,
58601  specials={ "char", 0x1F38, 0x300 },
58602  unicodeslot=0x1F3A,
58603 },
58604 [0x1F3B]={
58605  category="lu",
58606  contextname="greekIotadasiavaria",
58607  description="GREEK CAPITAL LETTER IOTA WITH DASIA AND VARIA",
58608  direction="l",
58609  lccode=0x1F33,
58610  linebreak="al",
58611  shcode=0x399,
58612  specials={ "char", 0x1F39, 0x300 },
58613  unicodeslot=0x1F3B,
58614 },
58615 [0x1F3C]={
58616  category="lu",
58617  contextname="greekIotapsilitonos",
58618  description="GREEK CAPITAL LETTER IOTA WITH PSILI AND OXIA",
58619  direction="l",
58620  lccode=0x1F34,
58621  linebreak="al",
58622  shcode=0x399,
58623  specials={ "char", 0x1F38, 0x301 },
58624  unicodeslot=0x1F3C,
58625 },
58626 [0x1F3D]={
58627  category="lu",
58628  contextname="greekIotadasiatonos",
58629  description="GREEK CAPITAL LETTER IOTA WITH DASIA AND OXIA",
58630  direction="l",
58631  lccode=0x1F35,
58632  linebreak="al",
58633  shcode=0x399,
58634  specials={ "char", 0x1F39, 0x301 },
58635  unicodeslot=0x1F3D,
58636 },
58637 [0x1F3E]={
58638  category="lu",
58639  contextname="greekIotapsiliperispomeni",
58640  description="GREEK CAPITAL LETTER IOTA WITH PSILI AND PERISPOMENI",
58641  direction="l",
58642  lccode=0x1F36,
58643  linebreak="al",
58644  shcode=0x399,
58645  specials={ "char", 0x1F38, 0x342 },
58646  unicodeslot=0x1F3E,
58647 },
58648 [0x1F3F]={
58649  category="lu",
58650  contextname="greekIotadasiaperispomeni",
58651  description="GREEK CAPITAL LETTER IOTA WITH DASIA AND PERISPOMENI",
58652  direction="l",
58653  lccode=0x1F37,
58654  linebreak="al",
58655  shcode=0x399,
58656  specials={ "char", 0x1F39, 0x342 },
58657  unicodeslot=0x1F3F,
58658 },
58659 [0x1F40]={
58660  category="ll",
58661  contextname="greekomicronpsili",
58662  description="GREEK SMALL LETTER OMICRON WITH PSILI",
58663  direction="l",
58664  linebreak="al",
58665  shcode=0x3BF,
58666  specials={ "char", 0x3BF, 0x313 },
58667  uccode=0x1F48,
58668  unicodeslot=0x1F40,
58669 },
58670 [0x1F41]={
58671  category="ll",
58672  contextname="greekomicrondasia",
58673  description="GREEK SMALL LETTER OMICRON WITH DASIA",
58674  direction="l",
58675  linebreak="al",
58676  shcode=0x3BF,
58677  specials={ "char", 0x3BF, 0x314 },
58678  uccode=0x1F49,
58679  unicodeslot=0x1F41,
58680 },
58681 [0x1F42]={
58682  category="ll",
58683  contextname="greekomicronpsilivaria",
58684  description="GREEK SMALL LETTER OMICRON WITH PSILI AND VARIA",
58685  direction="l",
58686  linebreak="al",
58687  shcode=0x3BF,
58688  specials={ "char", 0x1F40, 0x300 },
58689  uccode=0x1F4A,
58690  unicodeslot=0x1F42,
58691 },
58692 [0x1F43]={
58693  category="ll",
58694  contextname="greekomicrondasiavaria",
58695  description="GREEK SMALL LETTER OMICRON WITH DASIA AND VARIA",
58696  direction="l",
58697  linebreak="al",
58698  shcode=0x3BF,
58699  specials={ "char", 0x1F41, 0x300 },
58700  uccode=0x1F4B,
58701  unicodeslot=0x1F43,
58702 },
58703 [0x1F44]={
58704  category="ll",
58705  contextname="greekomicronpsilitonos",
58706  description="GREEK SMALL LETTER OMICRON WITH PSILI AND OXIA",
58707  direction="l",
58708  linebreak="al",
58709  shcode=0x3BF,
58710  specials={ "char", 0x1F40, 0x301 },
58711  uccode=0x1F4C,
58712  unicodeslot=0x1F44,
58713 },
58714 [0x1F45]={
58715  category="ll",
58716  contextname="greekomicrondasiatonos",
58717  description="GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA",
58718  direction="l",
58719  linebreak="al",
58720  shcode=0x3BF,
58721  specials={ "char", 0x1F41, 0x301 },
58722  uccode=0x1F4D,
58723  unicodeslot=0x1F45,
58724 },
58725 [0x1F48]={
58726  category="lu",
58727  contextname="greekOmicronpsili",
58728  description="GREEK CAPITAL LETTER OMICRON WITH PSILI",
58729  direction="l",
58730  lccode=0x1F40,
58731  linebreak="al",
58732  shcode=0x39F,
58733  specials={ "char", 0x39F, 0x313 },
58734  unicodeslot=0x1F48,
58735 },
58736 [0x1F49]={
58737  category="lu",
58738  contextname="greekOmicrondasia",
58739  description="GREEK CAPITAL LETTER OMICRON WITH DASIA",
58740  direction="l",
58741  lccode=0x1F41,
58742  linebreak="al",
58743  shcode=0x39F,
58744  specials={ "char", 0x39F, 0x314 },
58745  unicodeslot=0x1F49,
58746 },
58747 [0x1F4A]={
58748  category="lu",
58749  contextname="greekOmicronpsilivaria",
58750  description="GREEK CAPITAL LETTER OMICRON WITH PSILI AND VARIA",
58751  direction="l",
58752  lccode=0x1F42,
58753  linebreak="al",
58754  shcode=0x39F,
58755  specials={ "char", 0x1F48, 0x300 },
58756  unicodeslot=0x1F4A,
58757 },
58758 [0x1F4B]={
58759  category="lu",
58760  contextname="greekOmicrondasiavaria",
58761  description="GREEK CAPITAL LETTER OMICRON WITH DASIA AND VARIA",
58762  direction="l",
58763  lccode=0x1F43,
58764  linebreak="al",
58765  shcode=0x39F,
58766  specials={ "char", 0x1F49, 0x300 },
58767  unicodeslot=0x1F4B,
58768 },
58769 [0x1F4C]={
58770  category="lu",
58771  contextname="greekOmicronpsilitonos",
58772  description="GREEK CAPITAL LETTER OMICRON WITH PSILI AND OXIA",
58773  direction="l",
58774  lccode=0x1F44,
58775  linebreak="al",
58776  shcode=0x39F,
58777  specials={ "char", 0x1F48, 0x301 },
58778  unicodeslot=0x1F4C,
58779 },
58780 [0x1F4D]={
58781  category="lu",
58782  contextname="greekOmicrondasiatonos",
58783  description="GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA",
58784  direction="l",
58785  lccode=0x1F45,
58786  linebreak="al",
58787  shcode=0x39F,
58788  specials={ "char", 0x1F49, 0x301 },
58789  unicodeslot=0x1F4D,
58790 },
58791 [0x1F50]={
58792  category="ll",
58793  contextname="greekupsilonpsili",
58794  description="GREEK SMALL LETTER UPSILON WITH PSILI",
58795  direction="l",
58796  linebreak="al",
58797  shcode=0x3C5,
58798  specials={ "char", 0x3C5, 0x313 },
58799  uccode={ 0x3C5, 0x313 },
58800  unicodeslot=0x1F50,
58801 },
58802 [0x1F51]={
58803  category="ll",
58804  contextname="greekupsilondasia",
58805  description="GREEK SMALL LETTER UPSILON WITH DASIA",
58806  direction="l",
58807  linebreak="al",
58808  shcode=0x3C5,
58809  specials={ "char", 0x3C5, 0x314 },
58810  uccode=0x1F59,
58811  unicodeslot=0x1F51,
58812 },
58813 [0x1F52]={
58814  category="ll",
58815  contextname="greekupsilonpsilivaria",
58816  description="GREEK SMALL LETTER UPSILON WITH PSILI AND VARIA",
58817  direction="l",
58818  linebreak="al",
58819  shcode=0x3C5,
58820  specials={ "char", 0x1F50, 0x300 },
58821  uccode={ 0x3C5, 0x313, 0x300 },
58822  unicodeslot=0x1F52,
58823 },
58824 [0x1F53]={
58825  category="ll",
58826  contextname="greekupsilondasiavaria",
58827  description="GREEK SMALL LETTER UPSILON WITH DASIA AND VARIA",
58828  direction="l",
58829  linebreak="al",
58830  shcode=0x3C5,
58831  specials={ "char", 0x1F51, 0x300 },
58832  uccode=0x1F5B,
58833  unicodeslot=0x1F53,
58834 },
58835 [0x1F54]={
58836  category="ll",
58837  contextname="greekupsilonpsilitonos",
58838  description="GREEK SMALL LETTER UPSILON WITH PSILI AND OXIA",
58839  direction="l",
58840  linebreak="al",
58841  shcode=0x3C5,
58842  specials={ "char", 0x1F50, 0x301 },
58843  uccode={ 0x3C5, 0x313, 0x301 },
58844  unicodeslot=0x1F54,
58845 },
58846 [0x1F55]={
58847  category="ll",
58848  contextname="greekupsilondasiatonos",
58849  description="GREEK SMALL LETTER UPSILON WITH DASIA AND OXIA",
58850  direction="l",
58851  linebreak="al",
58852  shcode=0x3C5,
58853  specials={ "char", 0x1F51, 0x301 },
58854  uccode=0x1F5D,
58855  unicodeslot=0x1F55,
58856 },
58857 [0x1F56]={
58858  category="ll",
58859  contextname="greekupsilonpsiliperispomeni",
58860  description="GREEK SMALL LETTER UPSILON WITH PSILI AND PERISPOMENI",
58861  direction="l",
58862  linebreak="al",
58863  shcode=0x3C5,
58864  specials={ "char", 0x1F50, 0x342 },
58865  uccode={ 0x3C5, 0x313, 0x342 },
58866  unicodeslot=0x1F56,
58867 },
58868 [0x1F57]={
58869  category="ll",
58870  contextname="greekupsilondasiaperispomeni",
58871  description="GREEK SMALL LETTER UPSILON WITH DASIA AND PERISPOMENI",
58872  direction="l",
58873  linebreak="al",
58874  shcode=0x3C5,
58875  specials={ "char", 0x1F51, 0x342 },
58876  uccode=0x1F5F,
58877  unicodeslot=0x1F57,
58878 },
58879 [0x1F59]={
58880  category="lu",
58881  contextname="greekUpsilondasia",
58882  description="GREEK CAPITAL LETTER UPSILON WITH DASIA",
58883  direction="l",
58884  lccode=0x1F51,
58885  linebreak="al",
58886  shcode=0x3A5,
58887  specials={ "char", 0x3A5, 0x314 },
58888  unicodeslot=0x1F59,
58889 },
58890 [0x1F5B]={
58891  category="lu",
58892  contextname="greekUpsilondasiavaria",
58893  description="GREEK CAPITAL LETTER UPSILON WITH DASIA AND VARIA",
58894  direction="l",
58895  lccode=0x1F53,
58896  linebreak="al",
58897  shcode=0x3A5,
58898  specials={ "char", 0x1F59, 0x300 },
58899  unicodeslot=0x1F5B,
58900 },
58901 [0x1F5D]={
58902  category="lu",
58903  contextname="greekUpsilondasiatonos",
58904  description="GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA",
58905  direction="l",
58906  lccode=0x1F55,
58907  linebreak="al",
58908  shcode=0x3A5,
58909  specials={ "char", 0x1F59, 0x301 },
58910  unicodeslot=0x1F5D,
58911 },
58912 [0x1F5F]={
58913  category="lu",
58914  contextname="greekUpsilondasiaperispomeni",
58915  description="GREEK CAPITAL LETTER UPSILON WITH DASIA AND PERISPOMENI",
58916  direction="l",
58917  lccode=0x1F57,
58918  linebreak="al",
58919  shcode=0x3A5,
58920  specials={ "char", 0x1F59, 0x342 },
58921  unicodeslot=0x1F5F,
58922 },
58923 [0x1F60]={
58924  category="ll",
58925  contextname="greekomegapsili",
58926  description="GREEK SMALL LETTER OMEGA WITH PSILI",
58927  direction="l",
58928  linebreak="al",
58929  shcode=0x3C9,
58930  specials={ "char", 0x3C9, 0x313 },
58931  uccode=0x1F68,
58932  unicodeslot=0x1F60,
58933 },
58934 [0x1F61]={
58935  category="ll",
58936  contextname="greekomegadasia",
58937  description="GREEK SMALL LETTER OMEGA WITH DASIA",
58938  direction="l",
58939  linebreak="al",
58940  shcode=0x3C9,
58941  specials={ "char", 0x3C9, 0x314 },
58942  uccode=0x1F69,
58943  unicodeslot=0x1F61,
58944 },
58945 [0x1F62]={
58946  category="ll",
58947  contextname="greekomegapsilivaria",
58948  description="GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA",
58949  direction="l",
58950  linebreak="al",
58951  shcode=0x3C9,
58952  specials={ "char", 0x1F60, 0x300 },
58953  uccode=0x1F6A,
58954  unicodeslot=0x1F62,
58955 },
58956 [0x1F63]={
58957  category="ll",
58958  contextname="greekomegadasiavaria",
58959  description="GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA",
58960  direction="l",
58961  linebreak="al",
58962  shcode=0x3C9,
58963  specials={ "char", 0x1F61, 0x300 },
58964  uccode=0x1F6B,
58965  unicodeslot=0x1F63,
58966 },
58967 [0x1F64]={
58968  category="ll",
58969  contextname="greekomegapsilitonos",
58970  description="GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA",
58971  direction="l",
58972  linebreak="al",
58973  shcode=0x3C9,
58974  specials={ "char", 0x1F60, 0x301 },
58975  uccode=0x1F6C,
58976  unicodeslot=0x1F64,
58977 },
58978 [0x1F65]={
58979  category="ll",
58980  contextname="greekomegadasiatonos",
58981  description="GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA",
58982  direction="l",
58983  linebreak="al",
58984  shcode=0x3C9,
58985  specials={ "char", 0x1F61, 0x301 },
58986  uccode=0x1F6D,
58987  unicodeslot=0x1F65,
58988 },
58989 [0x1F66]={
58990  category="ll",
58991  contextname="greekomegapsiliperispomeni",
58992  description="GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI",
58993  direction="l",
58994  linebreak="al",
58995  shcode=0x3C9,
58996  specials={ "char", 0x1F60, 0x342 },
58997  uccode=0x1F6E,
58998  unicodeslot=0x1F66,
58999 },
59000 [0x1F67]={
59001  category="ll",
59002  contextname="greekomegadasiaperispomeni",
59003  description="GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI",
59004  direction="l",
59005  linebreak="al",
59006  shcode=0x3C9,
59007  specials={ "char", 0x1F61, 0x342 },
59008  uccode=0x1F6F,
59009  unicodeslot=0x1F67,
59010 },
59011 [0x1F68]={
59012  category="lu",
59013  contextname="greekOmegapsili",
59014  description="GREEK CAPITAL LETTER OMEGA WITH PSILI",
59015  direction="l",
59016  lccode=0x1F60,
59017  linebreak="al",
59018  shcode=0x3A9,
59019  specials={ "char", 0x3A9, 0x313 },
59020  unicodeslot=0x1F68,
59021 },
59022 [0x1F69]={
59023  category="lu",
59024  contextname="greekOmegadasia",
59025  description="GREEK CAPITAL LETTER OMEGA WITH DASIA",
59026  direction="l",
59027  lccode=0x1F61,
59028  linebreak="al",
59029  shcode=0x3A9,
59030  specials={ "char", 0x3A9, 0x314 },
59031  unicodeslot=0x1F69,
59032 },
59033 [0x1F6A]={
59034  category="lu",
59035  contextname="greekOmegapsilivaria",
59036  description="GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA",
59037  direction="l",
59038  lccode=0x1F62,
59039  linebreak="al",
59040  shcode=0x3A9,
59041  specials={ "char", 0x1F68, 0x300 },
59042  unicodeslot=0x1F6A,
59043 },
59044 [0x1F6B]={
59045  category="lu",
59046  contextname="greekOmegadasiavaria",
59047  description="GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA",
59048  direction="l",
59049  lccode=0x1F63,
59050  linebreak="al",
59051  shcode=0x3A9,
59052  specials={ "char", 0x1F69, 0x300 },
59053  unicodeslot=0x1F6B,
59054 },
59055 [0x1F6C]={
59056  category="lu",
59057  contextname="greekOmegapsilitonos",
59058  description="GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA",
59059  direction="l",
59060  lccode=0x1F64,
59061  linebreak="al",
59062  shcode=0x3A9,
59063  specials={ "char", 0x1F68, 0x301 },
59064  unicodeslot=0x1F6C,
59065 },
59066 [0x1F6D]={
59067  category="lu",
59068  contextname="greekOmegadasiatonos",
59069  description="GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA",
59070  direction="l",
59071  lccode=0x1F65,
59072  linebreak="al",
59073  shcode=0x3A9,
59074  specials={ "char", 0x1F69, 0x301 },
59075  unicodeslot=0x1F6D,
59076 },
59077 [0x1F6E]={
59078  category="lu",
59079  contextname="greekOmegapsiliperispomeni",
59080  description="GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI",
59081  direction="l",
59082  lccode=0x1F66,
59083  linebreak="al",
59084  shcode=0x3A9,
59085  specials={ "char", 0x1F68, 0x342 },
59086  unicodeslot=0x1F6E,
59087 },
59088 [0x1F6F]={
59089  category="lu",
59090  contextname="greekOmegadasiaperispomeni",
59091  description="GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI",
59092  direction="l",
59093  lccode=0x1F67,
59094  linebreak="al",
59095  shcode=0x3A9,
59096  specials={ "char", 0x1F69, 0x342 },
59097  unicodeslot=0x1F6F,
59098 },
59099 [0x1F70]={
59100  category="ll",
59101  contextname="greekalphavaria",
59102  description="GREEK SMALL LETTER ALPHA WITH VARIA",
59103  direction="l",
59104  linebreak="al",
59105  shcode=0x3B1,
59106  specials={ "char", 0x3B1, 0x300 },
59107  uccode=0x1FBA,
59108  unicodeslot=0x1F70,
59109 },
59110 [0x1F71]={
59111  category="ll",
59112  contextname="greekalphaoxia",
59113  description="GREEK SMALL LETTER ALPHA WITH OXIA",
59114  direction="l",
59115  linebreak="al",
59116  shcode=0x3B1,
59117  specials={ "char", 0x3AC },
59118  uccode=0x1FBB,
59119  unicodeslot=0x1F71,
59120 },
59121 [0x1F72]={
59122  category="ll",
59123  contextname="greekepsilonvaria",
59124  description="GREEK SMALL LETTER EPSILON WITH VARIA",
59125  direction="l",
59126  linebreak="al",
59127  shcode=0x3B5,
59128  specials={ "char", 0x3B5, 0x300 },
59129  uccode=0x1FC8,
59130  unicodeslot=0x1F72,
59131 },
59132 [0x1F73]={
59133  category="ll",
59134  contextname="greekepsilonoxia",
59135  description="GREEK SMALL LETTER EPSILON WITH OXIA",
59136  direction="l",
59137  linebreak="al",
59138  shcode=0x3B5,
59139  specials={ "char", 0x3AD },
59140  uccode=0x1FC9,
59141  unicodeslot=0x1F73,
59142 },
59143 [0x1F74]={
59144  category="ll",
59145  contextname="greeketavaria",
59146  description="GREEK SMALL LETTER ETA WITH VARIA",
59147  direction="l",
59148  linebreak="al",
59149  shcode=0x3B7,
59150  specials={ "char", 0x3B7, 0x300 },
59151  uccode=0x1FCA,
59152  unicodeslot=0x1F74,
59153 },
59154 [0x1F75]={
59155  category="ll",
59156  contextname="greeketaoxia",
59157  description="GREEK SMALL LETTER ETA WITH OXIA",
59158  direction="l",
59159  linebreak="al",
59160  shcode=0x3B7,
59161  specials={ "char", 0x3AE },
59162  uccode=0x1FCB,
59163  unicodeslot=0x1F75,
59164 },
59165 [0x1F76]={
59166  category="ll",
59167  contextname="greekiotavaria",
59168  description="GREEK SMALL LETTER IOTA WITH VARIA",
59169  direction="l",
59170  linebreak="al",
59171  shcode=0x3B9,
59172  specials={ "char", 0x3B9, 0x300 },
59173  uccode=0x1FDA,
59174  unicodeslot=0x1F76,
59175 },
59176 [0x1F77]={
59177  category="ll",
59178  contextname="greekiotaoxia",
59179  description="GREEK SMALL LETTER IOTA WITH OXIA",
59180  direction="l",
59181  linebreak="al",
59182  shcode=0x3B9,
59183  specials={ "char", 0x3AF },
59184  uccode=0x1FDB,
59185  unicodeslot=0x1F77,
59186 },
59187 [0x1F78]={
59188  category="ll",
59189  contextname="greekomicronvaria",
59190  description="GREEK SMALL LETTER OMICRON WITH VARIA",
59191  direction="l",
59192  linebreak="al",
59193  shcode=0x3BF,
59194  specials={ "char", 0x3BF, 0x300 },
59195  uccode=0x1FF8,
59196  unicodeslot=0x1F78,
59197 },
59198 [0x1F79]={
59199  category="ll",
59200  contextname="greekomicronoxia",
59201  description="GREEK SMALL LETTER OMICRON WITH OXIA",
59202  direction="l",
59203  linebreak="al",
59204  shcode=0x3BF,
59205  specials={ "char", 0x3CC },
59206  uccode=0x1FF9,
59207  unicodeslot=0x1F79,
59208 },
59209 [0x1F7A]={
59210  category="ll",
59211  contextname="greekupsilonvaria",
59212  description="GREEK SMALL LETTER UPSILON WITH VARIA",
59213  direction="l",
59214  linebreak="al",
59215  shcode=0x3C5,
59216  specials={ "char", 0x3C5, 0x300 },
59217  uccode=0x1FEA,
59218  unicodeslot=0x1F7A,
59219 },
59220 [0x1F7B]={
59221  category="ll",
59222  contextname="greekupsilonoxia",
59223  description="GREEK SMALL LETTER UPSILON WITH OXIA",
59224  direction="l",
59225  linebreak="al",
59226  shcode=0x3C5,
59227  specials={ "char", 0x3CD },
59228  uccode=0x1FEB,
59229  unicodeslot=0x1F7B,
59230 },
59231 [0x1F7C]={
59232  category="ll",
59233  contextname="greekomegavaria",
59234  description="GREEK SMALL LETTER OMEGA WITH VARIA",
59235  direction="l",
59236  linebreak="al",
59237  shcode=0x3C9,
59238  specials={ "char", 0x3C9, 0x300 },
59239  uccode=0x1FFA,
59240  unicodeslot=0x1F7C,
59241 },
59242 [0x1F7D]={
59243  category="ll",
59244  contextname="greekomegaoxia",
59245  description="GREEK SMALL LETTER OMEGA WITH OXIA",
59246  direction="l",
59247  linebreak="al",
59248  shcode=0x3C9,
59249  specials={ "char", 0x3CE },
59250  uccode=0x1FFB,
59251  unicodeslot=0x1F7D,
59252 },
59253 [0x1F80]={
59254  category="ll",
59255  contextname="greekalphaiotasubpsili",
59256  description="GREEK SMALL LETTER ALPHA WITH PSILI AND YPOGEGRAMMENI",
59257  direction="l",
59258  linebreak="al",
59259  shcode=0x3B1,
59260  specials={ "char", 0x1F00, 0x345 },
59261  uccode={ 0x1F00, 0x3B9 },
59262  unicodeslot=0x1F80,
59263 },
59264 [0x1F81]={
59265  category="ll",
59266  contextname="greekalphaiotasubdasia",
59267  description="GREEK SMALL LETTER ALPHA WITH DASIA AND YPOGEGRAMMENI",
59268  direction="l",
59269  linebreak="al",
59270  shcode=0x3B1,
59271  specials={ "char", 0x1F01, 0x345 },
59272  uccode={ 0x1F01, 0x3B9 },
59273  unicodeslot=0x1F81,
59274 },
59275 [0x1F82]={
59276  category="ll",
59277  contextname="greekalphaiotasubpsilivaria",
59278  description="GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI",
59279  direction="l",
59280  linebreak="al",
59281  shcode=0x3B1,
59282  specials={ "char", 0x1F02, 0x345 },
59283  uccode={ 0x1F02, 0x3B9 },
59284  unicodeslot=0x1F82,
59285 },
59286 [0x1F83]={
59287  category="ll",
59288  contextname="greekalphaiotasubdasiavaria",
59289  description="GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI",
59290  direction="l",
59291  linebreak="al",
59292  shcode=0x3B1,
59293  specials={ "char", 0x1F03, 0x345 },
59294  uccode={ 0x1F03, 0x3B9 },
59295  unicodeslot=0x1F83,
59296 },
59297 [0x1F84]={
59298  category="ll",
59299  contextname="greekalphaiotasubpsilitonos",
59300  description="GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI",
59301  direction="l",
59302  linebreak="al",
59303  shcode=0x3B1,
59304  specials={ "char", 0x1F04, 0x345 },
59305  uccode={ 0x1F04, 0x3B9 },
59306  unicodeslot=0x1F84,
59307 },
59308 [0x1F85]={
59309  category="ll",
59310  contextname="greekalphaiotasubdasiatonos",
59311  description="GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI",
59312  direction="l",
59313  linebreak="al",
59314  shcode=0x3B1,
59315  specials={ "char", 0x1F05, 0x345 },
59316  uccode={ 0x1F05, 0x3B9 },
59317  unicodeslot=0x1F85,
59318 },
59319 [0x1F86]={
59320  category="ll",
59321  contextname="greekalphaiotasubpsiliperispomeni",
59322  description="GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI",
59323  direction="l",
59324  linebreak="al",
59325  shcode=0x3B1,
59326  specials={ "char", 0x1F06, 0x345 },
59327  uccode={ 0x1F06, 0x3B9 },
59328  unicodeslot=0x1F86,
59329 },
59330 [0x1F87]={
59331  category="ll",
59332  contextname="greekalphaiotasubdasiaperispomeni",
59333  description="GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI",
59334  direction="l",
59335  linebreak="al",
59336  shcode=0x3B1,
59337  specials={ "char", 0x1F07, 0x345 },
59338  uccode={ 0x1F07, 0x3B9 },
59339  unicodeslot=0x1F87,
59340 },
59341 [0x1F88]={
59342  category="lt",
59343  contextname="greekAlphaiotasubpsili",
59344  description="GREEK CAPITAL LETTER ALPHA WITH PSILI AND PROSGEGRAMMENI",
59345  direction="l",
59346  lccode=0x1F80,
59347  linebreak="al",
59348  shcode=0x391,
59349  specials={ "char", 0x1F08, 0x345 },
59350  unicodeslot=0x1F88,
59351 },
59352 [0x1F89]={
59353  category="lt",
59354  contextname="greekAlphaiotasubdasia",
59355  description="GREEK CAPITAL LETTER ALPHA WITH DASIA AND PROSGEGRAMMENI",
59356  direction="l",
59357  lccode=0x1F81,
59358  linebreak="al",
59359  shcode=0x391,
59360  specials={ "char", 0x1F09, 0x345 },
59361  unicodeslot=0x1F89,
59362 },
59363 [0x1F8A]={
59364  category="lt",
59365  contextname="greekAlphaiotasubpsilivaria",
59366  description="GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI",
59367  direction="l",
59368  lccode=0x1F82,
59369  linebreak="al",
59370  shcode=0x391,
59371  specials={ "char", 0x1F0A, 0x345 },
59372  unicodeslot=0x1F8A,
59373 },
59374 [0x1F8B]={
59375  category="lt",
59376  contextname="greekAlphaiotasubdasiavaria",
59377  description="GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI",
59378  direction="l",
59379  lccode=0x1F83,
59380  linebreak="al",
59381  shcode=0x391,
59382  specials={ "char", 0x1F0B, 0x345 },
59383  unicodeslot=0x1F8B,
59384 },
59385 [0x1F8C]={
59386  category="lt",
59387  contextname="greekAlphaiotasubpsilitonos",
59388  description="GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI",
59389  direction="l",
59390  lccode=0x1F84,
59391  linebreak="al",
59392  shcode=0x391,
59393  specials={ "char", 0x1F0C, 0x345 },
59394  unicodeslot=0x1F8C,
59395 },
59396 [0x1F8D]={
59397  category="lt",
59398  contextname="greekAlphaiotasubdasiatonos",
59399  description="GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI",
59400  direction="l",
59401  lccode=0x1F85,
59402  linebreak="al",
59403  shcode=0x391,
59404  specials={ "char", 0x1F0D, 0x345 },
59405  unicodeslot=0x1F8D,
59406 },
59407 [0x1F8E]={
59408  category="lt",
59409  contextname="greekAlphaiotasubpsiliperispomeni",
59410  description="GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI",
59411  direction="l",
59412  lccode=0x1F86,
59413  linebreak="al",
59414  shcode=0x391,
59415  specials={ "char", 0x1F0E, 0x345 },
59416  unicodeslot=0x1F8E,
59417 },
59418 [0x1F8F]={
59419  category="lt",
59420  contextname="greekAlphaiotasubdasiaperispomeni",
59421  description="GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI",
59422  direction="l",
59423  lccode=0x1F87,
59424  linebreak="al",
59425  shcode=0x391,
59426  specials={ "char", 0x1F0F, 0x345 },
59427  unicodeslot=0x1F8F,
59428 },
59429 [0x1F90]={
59430  category="ll",
59431  contextname="greeketaiotasubpsili",
59432  description="GREEK SMALL LETTER ETA WITH PSILI AND YPOGEGRAMMENI",
59433  direction="l",
59434  linebreak="al",
59435  shcode=0x3B7,
59436  specials={ "char", 0x1F20, 0x345 },
59437  uccode={ 0x1F20, 0x3B9 },
59438  unicodeslot=0x1F90,
59439 },
59440 [0x1F91]={
59441  category="ll",
59442  contextname="greeketaiotasubdasia",
59443  description="GREEK SMALL LETTER ETA WITH DASIA AND YPOGEGRAMMENI",
59444  direction="l",
59445  linebreak="al",
59446  shcode=0x3B7,
59447  specials={ "char", 0x1F21, 0x345 },
59448  uccode={ 0x1F21, 0x3B9 },
59449  unicodeslot=0x1F91,
59450 },
59451 [0x1F92]={
59452  category="ll",
59453  contextname="greeketaiotasubpsilivaria",
59454  description="GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI",
59455  direction="l",
59456  linebreak="al",
59457  shcode=0x3B7,
59458  specials={ "char", 0x1F22, 0x345 },
59459  uccode={ 0x1F22, 0x3B9 },
59460  unicodeslot=0x1F92,
59461 },
59462 [0x1F93]={
59463  category="ll",
59464  contextname="greeketaiotasubdasiavaria",
59465  description="GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI",
59466  direction="l",
59467  linebreak="al",
59468  shcode=0x3B7,
59469  specials={ "char", 0x1F23, 0x345 },
59470  uccode={ 0x1F23, 0x3B9 },
59471  unicodeslot=0x1F93,
59472 },
59473 [0x1F94]={
59474  category="ll",
59475  contextname="greeketaiotasubpsilitonos",
59476  description="GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI",
59477  direction="l",
59478  linebreak="al",
59479  shcode=0x3B7,
59480  specials={ "char", 0x1F24, 0x345 },
59481  uccode={ 0x1F24, 0x3B9 },
59482  unicodeslot=0x1F94,
59483 },
59484 [0x1F95]={
59485  category="ll",
59486  contextname="greeketaiotasubdasiatonos",
59487  description="GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI",
59488  direction="l",
59489  linebreak="al",
59490  shcode=0x3B7,
59491  specials={ "char", 0x1F25, 0x345 },
59492  uccode={ 0x1F25, 0x3B9 },
59493  unicodeslot=0x1F95,
59494 },
59495 [0x1F96]={
59496  category="ll",
59497  contextname="greeketaiotasubpsiliperispomeni",
59498  description="GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI",
59499  direction="l",
59500  linebreak="al",
59501  shcode=0x3B7,
59502  specials={ "char", 0x1F26, 0x345 },
59503  uccode={ 0x1F26, 0x3B9 },
59504  unicodeslot=0x1F96,
59505 },
59506 [0x1F97]={
59507  category="ll",
59508  contextname="greeketaiotasubdasiaperispomeni",
59509  description="GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI",
59510  direction="l",
59511  linebreak="al",
59512  shcode=0x3B7,
59513  specials={ "char", 0x1F27, 0x345 },
59514  uccode={ 0x1F27, 0x3B9 },
59515  unicodeslot=0x1F97,
59516 },
59517 [0x1F98]={
59518  category="lt",
59519  contextname="greekEtaiotasubpsili",
59520  description="GREEK CAPITAL LETTER ETA WITH PSILI AND PROSGEGRAMMENI",
59521  direction="l",
59522  lccode=0x1F90,
59523  linebreak="al",
59524  shcode=0x397,
59525  specials={ "char", 0x1F28, 0x345 },
59526  unicodeslot=0x1F98,
59527 },
59528 [0x1F99]={
59529  category="lt",
59530  contextname="greekEtaiotasubdasia",
59531  description="GREEK CAPITAL LETTER ETA WITH DASIA AND PROSGEGRAMMENI",
59532  direction="l",
59533  lccode=0x1F91,
59534  linebreak="al",
59535  shcode=0x397,
59536  specials={ "char", 0x1F29, 0x345 },
59537  unicodeslot=0x1F99,
59538 },
59539 [0x1F9A]={
59540  category="lt",
59541  contextname="greekEtaiotasubpsilivaria",
59542  description="GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI",
59543  direction="l",
59544  lccode=0x1F92,
59545  linebreak="al",
59546  shcode=0x397,
59547  specials={ "char", 0x1F2A, 0x345 },
59548  unicodeslot=0x1F9A,
59549 },
59550 [0x1F9B]={
59551  category="lt",
59552  contextname="greekEtaiotasubdasiavaria",
59553  description="GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI",
59554  direction="l",
59555  lccode=0x1F93,
59556  linebreak="al",
59557  shcode=0x397,
59558  specials={ "char", 0x1F2B, 0x345 },
59559  unicodeslot=0x1F9B,
59560 },
59561 [0x1F9C]={
59562  category="lt",
59563  contextname="greekEtaiotasubpsilitonos",
59564  description="GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI",
59565  direction="l",
59566  lccode=0x1F94,
59567  linebreak="al",
59568  shcode=0x397,
59569  specials={ "char", 0x1F2C, 0x345 },
59570  unicodeslot=0x1F9C,
59571 },
59572 [0x1F9D]={
59573  category="lt",
59574  contextname="greekEtaiotasubdasiatonos",
59575  description="GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI",
59576  direction="l",
59577  lccode=0x1F95,
59578  linebreak="al",
59579  shcode=0x397,
59580  specials={ "char", 0x1F2D, 0x345 },
59581  unicodeslot=0x1F9D,
59582 },
59583 [0x1F9E]={
59584  category="lt",
59585  contextname="greekEtaiotasubpsiliperispomeni",
59586  description="GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI",
59587  direction="l",
59588  lccode=0x1F96,
59589  linebreak="al",
59590  shcode=0x397,
59591  specials={ "char", 0x1F2E, 0x345 },
59592  unicodeslot=0x1F9E,
59593 },
59594 [0x1F9F]={
59595  category="lt",
59596  contextname="greekEtaiotasubdasiaperispomeni",
59597  description="GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI",
59598  direction="l",
59599  lccode=0x1F97,
59600  linebreak="al",
59601  shcode=0x397,
59602  specials={ "char", 0x1F2F, 0x345 },
59603  unicodeslot=0x1F9F,
59604 },
59605 [0x1FA0]={
59606  category="ll",
59607  contextname="greekomegaiotasubpsili",
59608  description="GREEK SMALL LETTER OMEGA WITH PSILI AND YPOGEGRAMMENI",
59609  direction="l",
59610  linebreak="al",
59611  shcode=0x3C9,
59612  specials={ "char", 0x1F60, 0x345 },
59613  uccode={ 0x1F60, 0x3B9 },
59614  unicodeslot=0x1FA0,
59615 },
59616 [0x1FA1]={
59617  category="ll",
59618  contextname="greekomegaiotasubdasia",
59619  description="GREEK SMALL LETTER OMEGA WITH DASIA AND YPOGEGRAMMENI",
59620  direction="l",
59621  linebreak="al",
59622  shcode=0x3C9,
59623  specials={ "char", 0x1F61, 0x345 },
59624  uccode={ 0x1F61, 0x3B9 },
59625  unicodeslot=0x1FA1,
59626 },
59627 [0x1FA2]={
59628  category="ll",
59629  contextname="greekomegaiotasubpsilivaria",
59630  description="GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI",
59631  direction="l",
59632  linebreak="al",
59633  shcode=0x3C9,
59634  specials={ "char", 0x1F62, 0x345 },
59635  uccode={ 0x1F62, 0x3B9 },
59636  unicodeslot=0x1FA2,
59637 },
59638 [0x1FA3]={
59639  category="ll",
59640  contextname="greekomegaiotasubdasiavaria",
59641  description="GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI",
59642  direction="l",
59643  linebreak="al",
59644  shcode=0x3C9,
59645  specials={ "char", 0x1F63, 0x345 },
59646  uccode={ 0x1F63, 0x3B9 },
59647  unicodeslot=0x1FA3,
59648 },
59649 [0x1FA4]={
59650  category="ll",
59651  contextname="greekomegaiotasubpsilitonos",
59652  description="GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI",
59653  direction="l",
59654  linebreak="al",
59655  shcode=0x3C9,
59656  specials={ "char", 0x1F64, 0x345 },
59657  uccode={ 0x1F64, 0x3B9 },
59658  unicodeslot=0x1FA4,
59659 },
59660 [0x1FA5]={
59661  category="ll",
59662  contextname="greekomegaiotasubdasiatonos",
59663  description="GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI",
59664  direction="l",
59665  linebreak="al",
59666  shcode=0x3C9,
59667  specials={ "char", 0x1F65, 0x345 },
59668  uccode={ 0x1F65, 0x3B9 },
59669  unicodeslot=0x1FA5,
59670 },
59671 [0x1FA6]={
59672  category="ll",
59673  contextname="greekomegaiotasubpsiliperispomeni",
59674  description="GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI",
59675  direction="l",
59676  linebreak="al",
59677  shcode=0x3C9,
59678  specials={ "char", 0x1F66, 0x345 },
59679  uccode={ 0x1F66, 0x3B9 },
59680  unicodeslot=0x1FA6,
59681 },
59682 [0x1FA7]={
59683  category="ll",
59684  contextname="greekomegaiotasubdasiaperispomeni",
59685  description="GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI",
59686  direction="l",
59687  linebreak="al",
59688  shcode=0x3C9,
59689  specials={ "char", 0x1F67, 0x345 },
59690  uccode={ 0x1F67, 0x3B9 },
59691  unicodeslot=0x1FA7,
59692 },
59693 [0x1FA8]={
59694  category="lt",
59695  contextname="greekOmegaiotasubpsili",
59696  description="GREEK CAPITAL LETTER OMEGA WITH PSILI AND PROSGEGRAMMENI",
59697  direction="l",
59698  lccode=0x1FA0,
59699  linebreak="al",
59700  shcode=0x3A9,
59701  specials={ "char", 0x1F68, 0x345 },
59702  unicodeslot=0x1FA8,
59703 },
59704 [0x1FA9]={
59705  category="lt",
59706  contextname="greekOmegaiotasubdasia",
59707  description="GREEK CAPITAL LETTER OMEGA WITH DASIA AND PROSGEGRAMMENI",
59708  direction="l",
59709  lccode=0x1FA1,
59710  linebreak="al",
59711  shcode=0x3A9,
59712  specials={ "char", 0x1F69, 0x345 },
59713  unicodeslot=0x1FA9,
59714 },
59715 [0x1FAA]={
59716  category="lt",
59717  contextname="greekOmegaiotasubpsilivaria",
59718  description="GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI",
59719  direction="l",
59720  lccode=0x1FA2,
59721  linebreak="al",
59722  shcode=0x3A9,
59723  specials={ "char", 0x1F6A, 0x345 },
59724  unicodeslot=0x1FAA,
59725 },
59726 [0x1FAB]={
59727  category="lt",
59728  contextname="greekOmegaiotasubdasiavaria",
59729  description="GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI",
59730  direction="l",
59731  lccode=0x1FA3,
59732  linebreak="al",
59733  shcode=0x3A9,
59734  specials={ "char", 0x1F6B, 0x345 },
59735  unicodeslot=0x1FAB,
59736 },
59737 [0x1FAC]={
59738  category="lt",
59739  contextname="greekOmegaiotasubpsilitonos",
59740  description="GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI",
59741  direction="l",
59742  lccode=0x1FA4,
59743  linebreak="al",
59744  shcode=0x3A9,
59745  specials={ "char", 0x1F6C, 0x345 },
59746  unicodeslot=0x1FAC,
59747 },
59748 [0x1FAD]={
59749  category="lt",
59750  contextname="greekOmegaiotasubdasiatonos",
59751  description="GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI",
59752  direction="l",
59753  lccode=0x1FA5,
59754  linebreak="al",
59755  shcode=0x3A9,
59756  specials={ "char", 0x1F6D, 0x345 },
59757  unicodeslot=0x1FAD,
59758 },
59759 [0x1FAE]={
59760  category="lt",
59761  contextname="greekOmegaiotasubpsiliperispomeni",
59762  description="GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI",
59763  direction="l",
59764  lccode=0x1FA6,
59765  linebreak="al",
59766  shcode=0x3A9,
59767  specials={ "char", 0x1F6E, 0x345 },
59768  unicodeslot=0x1FAE,
59769 },
59770 [0x1FAF]={
59771  category="lt",
59772  contextname="greekOmegaiotasubdasiaperispomeni",
59773  description="GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI",
59774  direction="l",
59775  lccode=0x1FA7,
59776  linebreak="al",
59777  shcode=0x3A9,
59778  specials={ "char", 0x1F6F, 0x345 },
59779  unicodeslot=0x1FAF,
59780 },
59781 [0x1FB0]={
59782  category="ll",
59783  contextname="greekalphavrachy",
59784  description="GREEK SMALL LETTER ALPHA WITH VRACHY",
59785  direction="l",
59786  linebreak="al",
59787  shcode=0x3B1,
59788  specials={ "char", 0x3B1, 0x306 },
59789  uccode=0x1FB8,
59790  unicodeslot=0x1FB0,
59791 },
59792 [0x1FB1]={
59793  category="ll",
59794  contextname="greekalphamacron",
59795  description="GREEK SMALL LETTER ALPHA WITH MACRON",
59796  direction="l",
59797  linebreak="al",
59798  shcode=0x3B1,
59799  specials={ "char", 0x3B1, 0x304 },
59800  uccode=0x1FB9,
59801  unicodeslot=0x1FB1,
59802 },
59803 [0x1FB2]={
59804  category="ll",
59805  contextname="greekalphaiotasubvaria",
59806  description="GREEK SMALL LETTER ALPHA WITH VARIA AND YPOGEGRAMMENI",
59807  direction="l",
59808  linebreak="al",
59809  shcode=0x3B1,
59810  specials={ "char", 0x1F70, 0x345 },
59811  uccode={ 0x1F70, 0x3B9 },
59812  unicodeslot=0x1FB2,
59813 },
59814 [0x1FB3]={
59815  category="ll",
59816  contextname="greekalphaiotasub",
59817  description="GREEK SMALL LETTER ALPHA WITH YPOGEGRAMMENI",
59818  direction="l",
59819  linebreak="al",
59820  shcode=0x3B1,
59821  specials={ "char", 0x3B1, 0x345 },
59822  uccode={ 0x3B1, 0x3B9 },
59823  unicodeslot=0x1FB3,
59824 },
59825 [0x1FB4]={
59826  category="ll",
59827  contextname="greekalphaiotasubtonos",
59828  description="GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI",
59829  direction="l",
59830  linebreak="al",
59831  shcode=0x3B1,
59832  specials={ "char", 0x3AC, 0x345 },
59833  uccode={ 0x3AC, 0x3B9 },
59834  unicodeslot=0x1FB4,
59835 },
59836 [0x1FB6]={
59837  category="ll",
59838  contextname="greekalphaperispomeni",
59839  description="GREEK SMALL LETTER ALPHA WITH PERISPOMENI",
59840  direction="l",
59841  linebreak="al",
59842  shcode=0x3B1,
59843  specials={ "char", 0x3B1, 0x342 },
59844  uccode={ 0x3B1, 0x342 },
59845  unicodeslot=0x1FB6,
59846 },
59847 [0x1FB7]={
59848  category="ll",
59849  contextname="greekalphaiotasubperispomeni",
59850  description="GREEK SMALL LETTER ALPHA WITH PERISPOMENI AND YPOGEGRAMMENI",
59851  direction="l",
59852  linebreak="al",
59853  shcode=0x3B1,
59854  specials={ "char", 0x1FB6, 0x345 },
59855  uccode={ 0x3B1, 0x342, 0x3B9 },
59856  unicodeslot=0x1FB7,
59857 },
59858 [0x1FB8]={
59859  category="lu",
59860  contextname="greekAlphavrachy",
59861  description="GREEK CAPITAL LETTER ALPHA WITH VRACHY",
59862  direction="l",
59863  lccode=0x1FB0,
59864  linebreak="al",
59865  shcode=0x391,
59866  specials={ "char", 0x391, 0x306 },
59867  unicodeslot=0x1FB8,
59868 },
59869 [0x1FB9]={
59870  category="lu",
59871  contextname="greekAlphamacron",
59872  description="GREEK CAPITAL LETTER ALPHA WITH MACRON",
59873  direction="l",
59874  lccode=0x1FB1,
59875  linebreak="al",
59876  shcode=0x391,
59877  specials={ "char", 0x391, 0x304 },
59878  unicodeslot=0x1FB9,
59879 },
59880 [0x1FBA]={
59881  category="lu",
59882  contextname="greekAlphavaria",
59883  description="GREEK CAPITAL LETTER ALPHA WITH VARIA",
59884  direction="l",
59885  lccode=0x1F70,
59886  linebreak="al",
59887  shcode=0x391,
59888  specials={ "char", 0x391, 0x300 },
59889  unicodeslot=0x1FBA,
59890 },
59891 [0x1FBB]={
59892  category="lu",
59893  comment="conflict: greekAlphatonos",
59894  description="GREEK CAPITAL LETTER ALPHA WITH OXIA",
59895  direction="l",
59896  lccode=0x1F71,
59897  linebreak="al",
59898  shcode=0x391,
59899  specials={ "char", 0x386 },
59900  unicodeslot=0x1FBB,
59901 },
59902 [0x1FBC]={
59903  category="lt",
59904  contextname="greekAlphaiotasub",
59905  description="GREEK CAPITAL LETTER ALPHA WITH PROSGEGRAMMENI",
59906  direction="l",
59907  lccode=0x1FB3,
59908  linebreak="al",
59909  shcode=0x391,
59910  specials={ "char", 0x391, 0x345 },
59911  unicodeslot=0x1FBC,
59912 },
59913 [0x1FBD]={
59914  category="sk",
59915  contextname="greekCoronis",
59916  description="GREEK KORONIS",
59917  direction="on",
59918  linebreak="al",
59919  specials={ "compat", 0x20, 0x313 },
59920  unicodeslot=0x1FBD,
59921 },
59922 [0x1FBE]={
59923  category="ll",
59924  contextname="greekprosgegrammeni",
59925  description="GREEK PROSGEGRAMMENI",
59926  direction="l",
59927  linebreak="al",
59928  specials={ "char", 0x3B9 },
59929  uccode=0x3B9,
59930  unicodeslot=0x1FBE,
59931 },
59932 [0x1FBF]={
59933  category="sk",
59934  contextname="greekpsili",
59935  description="GREEK PSILI",
59936  direction="on",
59937  linebreak="al",
59938  specials={ "compat", 0x20, 0x313 },
59939  unicodeslot=0x1FBF,
59940 },
59941 [0x1FC0]={
59942  category="sk",
59943  contextname="greekperispomeni",
59944  description="GREEK PERISPOMENI",
59945  direction="on",
59946  linebreak="al",
59947  specials={ "compat", 0x20, 0x342 },
59948  unicodeslot=0x1FC0,
59949 },
59950 [0x1FC1]={
59951  category="sk",
59952  contextname="greekdialytikaperispomeni",
59953  description="GREEK DIALYTIKA AND PERISPOMENI",
59954  direction="on",
59955  linebreak="al",
59956  specials={ "char", 0xA8, 0x342 },
59957  unicodeslot=0x1FC1,
59958 },
59959 [0x1FC2]={
59960  category="ll",
59961  contextname="greeketaiotasubvaria",
59962  description="GREEK SMALL LETTER ETA WITH VARIA AND YPOGEGRAMMENI",
59963  direction="l",
59964  linebreak="al",
59965  shcode=0x3B7,
59966  specials={ "char", 0x1F74, 0x345 },
59967  uccode={ 0x1F74, 0x3B9 },
59968  unicodeslot=0x1FC2,
59969 },
59970 [0x1FC3]={
59971  category="ll",
59972  contextname="greeketaiotasub",
59973  description="GREEK SMALL LETTER ETA WITH YPOGEGRAMMENI",
59974  direction="l",
59975  linebreak="al",
59976  shcode=0x3B7,
59977  specials={ "char", 0x3B7, 0x345 },
59978  uccode={ 0x3B7, 0x3B9 },
59979  unicodeslot=0x1FC3,
59980 },
59981 [0x1FC4]={
59982  category="ll",
59983  contextname="greeketaiotasubtonos",
59984  description="GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI",
59985  direction="l",
59986  linebreak="al",
59987  shcode=0x3B7,
59988  specials={ "char", 0x3AE, 0x345 },
59989  uccode={ 0x3AE, 0x3B9 },
59990  unicodeslot=0x1FC4,
59991 },
59992 [0x1FC6]={
59993  category="ll",
59994  contextname="greeketaperispomeni",
59995  description="GREEK SMALL LETTER ETA WITH PERISPOMENI",
59996  direction="l",
59997  linebreak="al",
59998  shcode=0x3B7,
59999  specials={ "char", 0x3B7, 0x342 },
60000  uccode={ 0x3B7, 0x342 },
60001  unicodeslot=0x1FC6,
60002 },
60003 [0x1FC7]={
60004  category="ll",
60005  contextname="greeketaiotasubperispomeni",
60006  description="GREEK SMALL LETTER ETA WITH PERISPOMENI AND YPOGEGRAMMENI",
60007  direction="l",
60008  linebreak="al",
60009  shcode=0x3B7,
60010  specials={ "char", 0x1FC6, 0x345 },
60011  uccode={ 0x3B7, 0x342, 0x3B9 },
60012  unicodeslot=0x1FC7,
60013 },
60014 [0x1FC8]={
60015  category="lu",
60016  contextname="greekEpsilonvaria",
60017  description="GREEK CAPITAL LETTER EPSILON WITH VARIA",
60018  direction="l",
60019  lccode=0x1F72,
60020  linebreak="al",
60021  shcode=0x395,
60022  specials={ "char", 0x395, 0x300 },
60023  unicodeslot=0x1FC8,
60024 },
60025 [0x1FC9]={
60026  category="lu",
60027  comment="conflict: greekEpsilontonos",
60028  description="GREEK CAPITAL LETTER EPSILON WITH OXIA",
60029  direction="l",
60030  lccode=0x1F73,
60031  linebreak="al",
60032  shcode=0x395,
60033  specials={ "char", 0x388 },
60034  unicodeslot=0x1FC9,
60035 },
60036 [0x1FCA]={
60037  category="lu",
60038  contextname="greekEtavaria",
60039  description="GREEK CAPITAL LETTER ETA WITH VARIA",
60040  direction="l",
60041  lccode=0x1F74,
60042  linebreak="al",
60043  shcode=0x397,
60044  specials={ "char", 0x397, 0x300 },
60045  unicodeslot=0x1FCA,
60046 },
60047 [0x1FCB]={
60048  category="lu",
60049  comment="conflict: greekEtatonos",
60050  description="GREEK CAPITAL LETTER ETA WITH OXIA",
60051  direction="l",
60052  lccode=0x1F75,
60053  linebreak="al",
60054  shcode=0x397,
60055  specials={ "char", 0x389 },
60056  unicodeslot=0x1FCB,
60057 },
60058 [0x1FCC]={
60059  category="lt",
60060  contextname="greekEtaiotasub",
60061  description="GREEK CAPITAL LETTER ETA WITH PROSGEGRAMMENI",
60062  direction="l",
60063  lccode=0x1FC3,
60064  linebreak="al",
60065  shcode=0x397,
60066  specials={ "char", 0x397, 0x345 },
60067  unicodeslot=0x1FCC,
60068 },
60069 [0x1FCD]={
60070  category="sk",
60071  contextname="greekpsilivaria",
60072  description="GREEK PSILI AND VARIA",
60073  direction="on",
60074  linebreak="al",
60075  specials={ "char", 0x1FBF, 0x300 },
60076  unicodeslot=0x1FCD,
60077 },
60078 [0x1FCE]={
60079  category="sk",
60080  comment="conflict: greekpsilitonos",
60081  description="GREEK PSILI AND OXIA",
60082  direction="on",
60083  linebreak="al",
60084  specials={ "char", 0x1FBF, 0x301 },
60085  unicodeslot=0x1FCE,
60086 },
60087 [0x1FCF]={
60088  category="sk",
60089  contextname="greekpsiliperispomeni",
60090  description="GREEK PSILI AND PERISPOMENI",
60091  direction="on",
60092  linebreak="al",
60093  specials={ "char", 0x1FBF, 0x342 },
60094  unicodeslot=0x1FCF,
60095 },
60096 [0x1FD0]={
60097  category="ll",
60098  contextname="greekiotavrachy",
60099  description="GREEK SMALL LETTER IOTA WITH VRACHY",
60100  direction="l",
60101  linebreak="al",
60102  shcode=0x3B9,
60103  specials={ "char", 0x3B9, 0x306 },
60104  uccode=0x1FD8,
60105  unicodeslot=0x1FD0,
60106 },
60107 [0x1FD1]={
60108  category="ll",
60109  contextname="greekiotamacron",
60110  description="GREEK SMALL LETTER IOTA WITH MACRON",
60111  direction="l",
60112  linebreak="al",
60113  shcode=0x3B9,
60114  specials={ "char", 0x3B9, 0x304 },
60115  uccode=0x1FD9,
60116  unicodeslot=0x1FD1,
60117 },
60118 [0x1FD2]={
60119  category="ll",
60120  contextname="greekiotadialytikavaria",
60121  description="GREEK SMALL LETTER IOTA WITH DIALYTIKA AND VARIA",
60122  direction="l",
60123  linebreak="al",
60124  shcode=0x3B9,
60125  specials={ "char", 0x3CA, 0x300 },
60126  uccode={ 0x3B9, 0x308, 0x300 },
60127  unicodeslot=0x1FD2,
60128 },
60129 [0x1FD3]={
60130  category="ll",
60131  comment="conflict: greekiotadialytikatonos",
60132  description="GREEK SMALL LETTER IOTA WITH DIALYTIKA AND OXIA",
60133  direction="l",
60134  linebreak="al",
60135  shcode=0x3B9,
60136  specials={ "char", 0x390 },
60137  uccode={ 0x3B9, 0x308, 0x301 },
60138  unicodeslot=0x1FD3,
60139 },
60140 [0x1FD6]={
60141  category="ll",
60142  contextname="greekiotaperispomeni",
60143  description="GREEK SMALL LETTER IOTA WITH PERISPOMENI",
60144  direction="l",
60145  linebreak="al",
60146  shcode=0x3B9,
60147  specials={ "char", 0x3B9, 0x342 },
60148  uccode={ 0x3B9, 0x342 },
60149  unicodeslot=0x1FD6,
60150 },
60151 [0x1FD7]={
60152  category="ll",
60153  contextname="greekiotadialytikaperispomeni",
60154  description="GREEK SMALL LETTER IOTA WITH DIALYTIKA AND PERISPOMENI",
60155  direction="l",
60156  linebreak="al",
60157  shcode=0x3B9,
60158  specials={ "char", 0x3CA, 0x342 },
60159  uccode={ 0x3B9, 0x308, 0x342 },
60160  unicodeslot=0x1FD7,
60161 },
60162 [0x1FD8]={
60163  category="lu",
60164  contextname="greekIotavrachy",
60165  description="GREEK CAPITAL LETTER IOTA WITH VRACHY",
60166  direction="l",
60167  lccode=0x1FD0,
60168  linebreak="al",
60169  shcode=0x399,
60170  specials={ "char", 0x399, 0x306 },
60171  unicodeslot=0x1FD8,
60172 },
60173 [0x1FD9]={
60174  category="lu",
60175  contextname="greekIotamacron",
60176  description="GREEK CAPITAL LETTER IOTA WITH MACRON",
60177  direction="l",
60178  lccode=0x1FD1,
60179  linebreak="al",
60180  shcode=0x399,
60181  specials={ "char", 0x399, 0x304 },
60182  unicodeslot=0x1FD9,
60183 },
60184 [0x1FDA]={
60185  category="lu",
60186  contextname="greekIotavaria",
60187  description="GREEK CAPITAL LETTER IOTA WITH VARIA",
60188  direction="l",
60189  lccode=0x1F76,
60190  linebreak="al",
60191  shcode=0x399,
60192  specials={ "char", 0x399, 0x300 },
60193  unicodeslot=0x1FDA,
60194 },
60195 [0x1FDB]={
60196  category="lu",
60197  comment="conflict: greekIotatonos",
60198  description="GREEK CAPITAL LETTER IOTA WITH OXIA",
60199  direction="l",
60200  lccode=0x1F77,
60201  linebreak="al",
60202  shcode=0x399,
60203  specials={ "char", 0x38A },
60204  unicodeslot=0x1FDB,
60205 },
60206 [0x1FDD]={
60207  category="sk",
60208  contextname="greekdasiavaria",
60209  description="GREEK DASIA AND VARIA",
60210  direction="on",
60211  linebreak="al",
60212  specials={ "char", 0x1FFE, 0x300 },
60213  unicodeslot=0x1FDD,
60214 },
60215 [0x1FDE]={
60216  category="sk",
60217  comment="conflict: greekdasiatonos",
60218  description="GREEK DASIA AND OXIA",
60219  direction="on",
60220  linebreak="al",
60221  specials={ "char", 0x1FFE, 0x301 },
60222  unicodeslot=0x1FDE,
60223 },
60224 [0x1FDF]={
60225  category="sk",
60226  contextname="greekdasiaperispomeni",
60227  description="GREEK DASIA AND PERISPOMENI",
60228  direction="on",
60229  linebreak="al",
60230  specials={ "char", 0x1FFE, 0x342 },
60231  unicodeslot=0x1FDF,
60232 },
60233 [0x1FE0]={
60234  category="ll",
60235  contextname="greekupsilonvrachy",
60236  description="GREEK SMALL LETTER UPSILON WITH VRACHY",
60237  direction="l",
60238  linebreak="al",
60239  shcode=0x3C5,
60240  specials={ "char", 0x3C5, 0x306 },
60241  uccode=0x1FE8,
60242  unicodeslot=0x1FE0,
60243 },
60244 [0x1FE1]={
60245  category="ll",
60246  contextname="greekupsilonmacron",
60247  description="GREEK SMALL LETTER UPSILON WITH MACRON",
60248  direction="l",
60249  linebreak="al",
60250  shcode=0x3C5,
60251  specials={ "char", 0x3C5, 0x304 },
60252  uccode=0x1FE9,
60253  unicodeslot=0x1FE1,
60254 },
60255 [0x1FE2]={
60256  category="ll",
60257  contextname="greekupsilondialytikavaria",
60258  description="GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND VARIA",
60259  direction="l",
60260  linebreak="al",
60261  shcode=0x3C5,
60262  specials={ "char", 0x3CB, 0x300 },
60263  uccode={ 0x3C5, 0x308, 0x300 },
60264  unicodeslot=0x1FE2,
60265 },
60266 [0x1FE3]={
60267  category="ll",
60268  comment="conflict: greekupsilondialytikatonos",
60269  description="GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND OXIA",
60270  direction="l",
60271  linebreak="al",
60272  shcode=0x3C5,
60273  specials={ "char", 0x3B0 },
60274  uccode={ 0x3C5, 0x308, 0x301 },
60275  unicodeslot=0x1FE3,
60276 },
60277 [0x1FE4]={
60278  category="ll",
60279  contextname="greekrhopsili",
60280  description="GREEK SMALL LETTER RHO WITH PSILI",
60281  direction="l",
60282  linebreak="al",
60283  shcode=0x3C1,
60284  specials={ "char", 0x3C1, 0x313 },
60285  uccode={ 0x3C1, 0x313 },
60286  unicodeslot=0x1FE4,
60287 },
60288 [0x1FE5]={
60289  category="ll",
60290  contextname="greekrhodasia",
60291  description="GREEK SMALL LETTER RHO WITH DASIA",
60292  direction="l",
60293  linebreak="al",
60294  shcode=0x3C1,
60295  specials={ "char", 0x3C1, 0x314 },
60296  uccode=0x1FEC,
60297  unicodeslot=0x1FE5,
60298 },
60299 [0x1FE6]={
60300  category="ll",
60301  contextname="greekupsilonperispomeni",
60302  description="GREEK SMALL LETTER UPSILON WITH PERISPOMENI",
60303  direction="l",
60304  linebreak="al",
60305  shcode=0x3C5,
60306  specials={ "char", 0x3C5, 0x342 },
60307  uccode={ 0x3C5, 0x342 },
60308  unicodeslot=0x1FE6,
60309 },
60310 [0x1FE7]={
60311  category="ll",
60312  contextname="greekupsilondialytikaperispomeni",
60313  description="GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND PERISPOMENI",
60314  direction="l",
60315  linebreak="al",
60316  shcode=0x3C5,
60317  specials={ "char", 0x3CB, 0x342 },
60318  uccode={ 0x3C5, 0x308, 0x342 },
60319  unicodeslot=0x1FE7,
60320 },
60321 [0x1FE8]={
60322  category="lu",
60323  contextname="greekUpsilonvrachy",
60324  description="GREEK CAPITAL LETTER UPSILON WITH VRACHY",
60325  direction="l",
60326  lccode=0x1FE0,
60327  linebreak="al",
60328  shcode=0x3A5,
60329  specials={ "char", 0x3A5, 0x306 },
60330  unicodeslot=0x1FE8,
60331 },
60332 [0x1FE9]={
60333  category="lu",
60334  contextname="greekUpsilonmacron",
60335  description="GREEK CAPITAL LETTER UPSILON WITH MACRON",
60336  direction="l",
60337  lccode=0x1FE1,
60338  linebreak="al",
60339  shcode=0x3A5,
60340  specials={ "char", 0x3A5, 0x304 },
60341  unicodeslot=0x1FE9,
60342 },
60343 [0x1FEA]={
60344  category="lu",
60345  contextname="greekUpsilonvaria",
60346  description="GREEK CAPITAL LETTER UPSILON WITH VARIA",
60347  direction="l",
60348  lccode=0x1F7A,
60349  linebreak="al",
60350  shcode=0x3A5,
60351  specials={ "char", 0x3A5, 0x300 },
60352  unicodeslot=0x1FEA,
60353 },
60354 [0x1FEB]={
60355  category="lu",
60356  comment="conflict: greekUpsilontonos",
60357  description="GREEK CAPITAL LETTER UPSILON WITH OXIA",
60358  direction="l",
60359  lccode=0x1F7B,
60360  linebreak="al",
60361  shcode=0x3A5,
60362  specials={ "char", 0x38E },
60363  unicodeslot=0x1FEB,
60364 },
60365 [0x1FEC]={
60366  category="lu",
60367  contextname="greekRhodasia",
60368  description="GREEK CAPITAL LETTER RHO WITH DASIA",
60369  direction="l",
60370  lccode=0x1FE5,
60371  linebreak="al",
60372  shcode=0x3A1,
60373  specials={ "char", 0x3A1, 0x314 },
60374  unicodeslot=0x1FEC,
60375 },
60376 [0x1FED]={
60377  category="sk",
60378  contextname="greekdialytikavaria",
60379  description="GREEK DIALYTIKA AND VARIA",
60380  direction="on",
60381  linebreak="al",
60382  specials={ "char", 0xA8, 0x300 },
60383  unicodeslot=0x1FED,
60384 },
60385 [0x1FEE]={
60386  category="sk",
60387  comment="conflict: greekdialytikatonos",
60388  description="GREEK DIALYTIKA AND OXIA",
60389  direction="on",
60390  linebreak="al",
60391  specials={ "char", 0x385 },
60392  unicodeslot=0x1FEE,
60393 },
60394 [0x1FEF]={
60395  category="sk",
60396  contextname="greekvaria",
60397  description="GREEK VARIA",
60398  direction="on",
60399  linebreak="al",
60400  specials={ "char", 0x60 },
60401  unicodeslot=0x1FEF,
60402 },
60403 [0x1FF2]={
60404  category="ll",
60405  contextname="greekomegaiotasubvaria",
60406  description="GREEK SMALL LETTER OMEGA WITH VARIA AND YPOGEGRAMMENI",
60407  direction="l",
60408  linebreak="al",
60409  shcode=0x3C9,
60410  specials={ "char", 0x1F7C, 0x345 },
60411  uccode={ 0x1F7C, 0x3B9 },
60412  unicodeslot=0x1FF2,
60413 },
60414 [0x1FF3]={
60415  category="ll",
60416  contextname="greekomegaiotasub",
60417  description="GREEK SMALL LETTER OMEGA WITH YPOGEGRAMMENI",
60418  direction="l",
60419  linebreak="al",
60420  shcode=0x3C9,
60421  specials={ "char", 0x3C9, 0x345 },
60422  uccode={ 0x3C9, 0x3B9 },
60423  unicodeslot=0x1FF3,
60424 },
60425 [0x1FF4]={
60426  category="ll",
60427  contextname="greekomegaiotasubtonos",
60428  description="GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI",
60429  direction="l",
60430  linebreak="al",
60431  shcode=0x3C9,
60432  specials={ "char", 0x3CE, 0x345 },
60433  uccode={ 0x3CE, 0x3B9 },
60434  unicodeslot=0x1FF4,
60435 },
60436 [0x1FF6]={
60437  category="ll",
60438  contextname="greekomegaperispomeni",
60439  description="GREEK SMALL LETTER OMEGA WITH PERISPOMENI",
60440  direction="l",
60441  linebreak="al",
60442  shcode=0x3C9,
60443  specials={ "char", 0x3C9, 0x342 },
60444  uccode={ 0x3C9, 0x342 },
60445  unicodeslot=0x1FF6,
60446 },
60447 [0x1FF7]={
60448  category="ll",
60449  contextname="greekomegaiotasubperispomeni",
60450  description="GREEK SMALL LETTER OMEGA WITH PERISPOMENI AND YPOGEGRAMMENI",
60451  direction="l",
60452  linebreak="al",
60453  shcode=0x3C9,
60454  specials={ "char", 0x1FF6, 0x345 },
60455  uccode={ 0x3C9, 0x342, 0x3B9 },
60456  unicodeslot=0x1FF7,
60457 },
60458 [0x1FF8]={
60459  category="lu",
60460  contextname="greekOmicronvaria",
60461  description="GREEK CAPITAL LETTER OMICRON WITH VARIA",
60462  direction="l",
60463  lccode=0x1F78,
60464  linebreak="al",
60465  shcode=0x39F,
60466  specials={ "char", 0x39F, 0x300 },
60467  unicodeslot=0x1FF8,
60468 },
60469 [0x1FF9]={
60470  category="lu",
60471  comment="conflict: greekOmicrontonos",
60472  description="GREEK CAPITAL LETTER OMICRON WITH OXIA",
60473  direction="l",
60474  lccode=0x1F79,
60475  linebreak="al",
60476  shcode=0x39F,
60477  specials={ "char", 0x38C },
60478  unicodeslot=0x1FF9,
60479 },
60480 [0x1FFA]={
60481  category="lu",
60482  contextname="greekOmegavaria",
60483  description="GREEK CAPITAL LETTER OMEGA WITH VARIA",
60484  direction="l",
60485  lccode=0x1F7C,
60486  linebreak="al",
60487  shcode=0x3A9,
60488  specials={ "char", 0x3A9, 0x300 },
60489  unicodeslot=0x1FFA,
60490 },
60491 [0x1FFB]={
60492  category="lu",
60493  comment="conflict: greekOmegatonos",
60494  description="GREEK CAPITAL LETTER OMEGA WITH OXIA",
60495  direction="l",
60496  lccode=0x1F7D,
60497  linebreak="al",
60498  shcode=0x3A9,
60499  specials={ "char", 0x38F },
60500  unicodeslot=0x1FFB,
60501 },
60502 [0x1FFC]={
60503  category="lt",
60504  contextname="greekOmegaiotasub",
60505  description="GREEK CAPITAL LETTER OMEGA WITH PROSGEGRAMMENI",
60506  direction="l",
60507  lccode=0x1FF3,
60508  linebreak="al",
60509  shcode=0x3A9,
60510  specials={ "char", 0x3A9, 0x345 },
60511  unicodeslot=0x1FFC,
60512 },
60513 [0x1FFD]={
60514  category="sk",
60515  contextname="greekoxia",
60516  description="GREEK OXIA",
60517  direction="on",
60518  linebreak="bb",
60519  specials={ "char", 0xB4 },
60520  unicodeslot=0x1FFD,
60521 },
60522 [0x1FFE]={
60523  category="sk",
60524  contextname="greekdasia",
60525  description="GREEK DASIA",
60526  direction="on",
60527  linebreak="al",
60528  specials={ "compat", 0x20, 0x314 },
60529  unicodeslot=0x1FFE,
60530 },
60531 [0x2000]={
60532  category="zs",
60533  contextname="enquad",
60534  description="EN QUAD",
60535  direction="ws",
60536  linebreak="ba",
60537  specials={ "char", 0x2002 },
60538  unicodeslot=0x2000,
60539 },
60540 [0x2001]={
60541  category="zs",
60542  contextname="emquad",
60543  description="EM QUAD",
60544  direction="ws",
60545  linebreak="ba",
60546  specials={ "char", 0x2003 },
60547  synonyms={ "mutton quad" },
60548  unicodeslot=0x2001,
60549 },
60550 [0x2002]={
60551  category="zs",
60552  contextname="enspace",
60553  description="EN SPACE",
60554  direction="ws",
60555  linebreak="ba",
60556  specials={ "compat", 0x20 },
60557  synonyms={ "nut" },
60558  unicodeslot=0x2002,
60559 },
60560 [0x2003]={
60561  category="zs",
60562  contextname="emspace",
60563  description="EM SPACE",
60564  direction="ws",
60565  linebreak="ba",
60566  specials={ "compat", 0x20 },
60567  synonyms={ "mutton" },
60568  unicodeslot=0x2003,
60569 },
60570 [0x2004]={
60571  category="zs",
60572  contextname="threeperemspace",
60573  description="THREE-PER-EM SPACE",
60574  direction="ws",
60575  linebreak="ba",
60576  specials={ "compat", 0x20 },
60577  synonyms={ "thick space" },
60578  unicodeslot=0x2004,
60579 },
60580 [0x2005]={
60581  category="zs",
60582  contextname="fourperemspace",
60583  description="FOUR-PER-EM SPACE",
60584  direction="ws",
60585  linebreak="ba",
60586  specials={ "compat", 0x20 },
60587  synonyms={ "mid space" },
60588  unicodeslot=0x2005,
60589 },
60590 [0x2006]={
60591  category="zs",
60592  contextname="sixperemspace",
60593  description="SIX-PER-EM SPACE",
60594  direction="ws",
60595  linebreak="ba",
60596  specials={ "compat", 0x20 },
60597  unicodeslot=0x2006,
60598 },
60599 [0x2007]={
60600  category="zs",
60601  contextname="figurespace",
60602  description="FIGURE SPACE",
60603  direction="ws",
60604  linebreak="gl",
60605  specials={ "nobreak", 0x20 },
60606  unicodeslot=0x2007,
60607 },
60608 [0x2008]={
60609  category="zs",
60610  contextname="punctuationspace",
60611  description="PUNCTUATION SPACE",
60612  direction="ws",
60613  linebreak="ba",
60614  specials={ "compat", 0x20 },
60615  unicodeslot=0x2008,
60616 },
60617 [0x2009]={
60618  category="zs",
60619  contextname="breakablethinspace",
60620  description="THIN SPACE",
60621  direction="ws",
60622  linebreak="ba",
60623  specials={ "compat", 0x20 },
60624  unicodeslot=0x2009,
60625 },
60626 [0x200A]={
60627  category="zs",
60628  contextname="hairspace",
60629  description="HAIR SPACE",
60630  direction="ws",
60631  linebreak="ba",
60632  specials={ "compat", 0x20 },
60633  unicodeslot=0x200A,
60634 },
60635 [0x200B]={
60636  category="cf",
60637  contextname="zerowidthspace",
60638  description="ZERO WIDTH SPACE",
60639  direction="bn",
60640  linebreak="zw",
60641  mathclass="ordinary",
60642  mathspec={
60643   {
60644    class="ghost",
60645    group="whatever",
60646    meaning="notimes",
60647    name="notimes",
60648   },
60649  },
60650  synonyms={ "zwsp" },
60651  unicodeslot=0x200B,
60652 },
60653 [0x200C]={
60654  arabic="u",
60655  category="cf",
60656  contextname="zwnj",
60657  description="ZERO WIDTH NON-JOINER",
60658  direction="bn",
60659  linebreak="cm",
60660  mongolian="nj",
60661  synonyms={ "zwnj" },
60662  unicodeslot=0x200C,
60663 },
60664 [0x200D]={
60665  arabic="c",
60666  category="cf",
60667  contextname="zwj",
60668  description="ZERO WIDTH JOINER",
60669  direction="bn",
60670  linebreak="zwj",
60671  mongolian="nj",
60672  synonyms={ "zwj" },
60673  unicodeslot=0x200D,
60674 },
60675 [0x200E]={
60676  category="cf",
60677  description="LEFT-TO-RIGHT MARK",
60678  direction="l",
60679  linebreak="cm",
60680  synonyms={ "lrm" },
60681  unicodeslot=0x200E,
60682 },
60683 [0x200F]={
60684  category="cf",
60685  description="RIGHT-TO-LEFT MARK",
60686  direction="r",
60687  linebreak="cm",
60688  synonyms={ "rlm" },
60689  unicodeslot=0x200F,
60690 },
60691 [0x2010]={
60692  category="pd",
60693  cjkwd="a",
60694  description="HYPHEN",
60695  direction="on",
60696  linebreak="ba",
60697  mongolian="nj",
60698  unicodeslot=0x2010,
60699 },
60700 [0x2011]={
60701  category="pd",
60702  description="NON-BREAKING HYPHEN",
60703  direction="on",
60704  linebreak="gl",
60705  mongolian="nj",
60706  specials={ "nobreak", 0x2010 },
60707  unicodeslot=0x2011,
60708 },
60709 [0x2012]={
60710  category="pd",
60711  contextname="figuredash",
60712  contextspec={ "textminus" },
60713  description="FIGURE DASH",
60714  direction="on",
60715  linebreak="ba",
60716  mongolian="nj",
60717  unicodeslot=0x2012,
60718 },
60719 [0x2013]={
60720  category="pd",
60721  cjkwd="a",
60722  contextname="endash",
60723  description="EN DASH",
60724  direction="on",
60725  linebreak="ba",
60726  mongolian="nj",
60727  unicodeslot=0x2013,
60728 },
60729 [0x2014]={
60730  category="pd",
60731  cjkwd="a",
60732  contextname="emdash",
60733  description="EM DASH",
60734  direction="on",
60735  linebreak="b2",
60736  mongolian="nj",
60737  unicodeslot=0x2014,
60738 },
60739 [0x2015]={
60740  category="pd",
60741  cjkwd="a",
60742  contextname="texthorizontalbar",
60743  description="HORIZONTAL BAR",
60744  direction="on",
60745  linebreak="ai",
60746  synonyms={ "quotation dash" },
60747  unicodeslot=0x2015,
60748 },
60749 [0x2016]={
60750  category="po",
60751  cjkwd="a",
60752  description="DOUBLE VERTICAL LINE",
60753  direction="on",
60754  linebreak="ai",
60755  mathlist={ 0x7C, 0x7C },
60756  mathspec={
60757   {
60758    class="delimiter",
60759    name="Vert",
60760   },
60761 --{
60762 -- class="ordinary",
60763 -- name="Arrowvert",
60764 --},
60765   {
60766    class="open",
60767    name="lVert",
60768   },
60769   {
60770    class="middle",
60771    name="mVert",
60772   },
60773   {
60774    class="close",
60775    name="rVert",
60776   },
60777   {
60778    class="delimiter",
60779    name="doubleverticalbar",
60780   },
60781  },
60782  unicodeslot=0x2016,
60783 },
60784 [0x2017]={
60785  category="po",
60786  description="DOUBLE LOW LINE",
60787  direction="on",
60788  linebreak="al",
60789  specials={ "compat", 0x20, 0x333 },
60790  synonyms={ "spacing double underscore" },
60791  unicodeslot=0x2017,
60792 },
60793 [0x2018]={
60794  category="pi",
60795  cjkwd="a",
60796  contextname="quoteleft",
60797  description="LEFT SINGLE QUOTATION MARK",
60798  direction="on",
60799  linebreak="qu",
60800  synonyms={ "single turned comma quotation mark" },
60801  unicodeslot=0x2018,
60802  variants={
60803   [0xFE00]="non-fullwidth form",
60804   [0xFE01]="right-justified fullwidth form",
60805  },
60806 },
60807 [0x2019]={
60808  category="pf",
60809  cjkwd="a",
60810  contextname="quoteright",
60811  description="RIGHT SINGLE QUOTATION MARK",
60812  direction="on",
60813  linebreak="qu",
60814  synonyms={ "apostrophe", "single comma quotation mark" },
60815  unicodeslot=0x2019,
60816  variants={
60817   [0xFE00]="non-fullwidth form",
60818   [0xFE01]="left-justified fullwidth form",
60819  },
60820 },
60821 [0x201A]={
60822  category="ps",
60823  contextname="quotesinglebase",
60824  description="SINGLE LOW-0x0009 QUOTATION MARK",
60825  direction="on",
60826  linebreak="op",
60827  synonyms={ "low single comma quotation mark" },
60828  unicodeslot=0x201A,
60829 },
60830 [0x201B]={
60831  category="pi",
60832  description="SINGLE HIGH-REVERSED-0x0009 QUOTATION MARK",
60833  direction="on",
60834  linebreak="qu",
60835  synonyms={ "single reversed comma quotation mark" },
60836  unicodeslot=0x201B,
60837 },
60838 [0x201C]={
60839  category="pi",
60840  cjkwd="a",
60841  contextname="quotedblleft",
60842  description="LEFT DOUBLE QUOTATION MARK",
60843  direction="on",
60844  linebreak="qu",
60845  synonyms={ "double turned comma quotation mark" },
60846  unicodeslot=0x201C,
60847  variants={
60848   [0xFE00]="non-fullwidth form",
60849   [0xFE01]="right-justified fullwidth form",
60850  },
60851 },
60852 [0x201D]={
60853  category="pf",
60854  cjkwd="a",
60855  contextname="quotedblright",
60856  description="RIGHT DOUBLE QUOTATION MARK",
60857  direction="on",
60858  linebreak="qu",
60859  synonyms={ "double comma quotation mark" },
60860  unicodeslot=0x201D,
60861  variants={
60862   [0xFE00]="non-fullwidth form",
60863   [0xFE01]="left-justified fullwidth form",
60864  },
60865 },
60866 [0x201E]={
60867  category="ps",
60868  contextname="quotedblbase",
60869  description="DOUBLE LOW-0x0009 QUOTATION MARK",
60870  direction="on",
60871  linebreak="op",
60872  synonyms={ "low double comma quotation mark" },
60873  unicodeslot=0x201E,
60874 },
60875 [0x201F]={
60876  category="pi",
60877  description="DOUBLE HIGH-REVERSED-0x0009 QUOTATION MARK",
60878  direction="on",
60879  linebreak="qu",
60880  synonyms={ "double reversed comma quotation mark" },
60881  unicodeslot=0x201F,
60882 },
60883 [0x2020]={
60884  category="po",
60885  cjkwd="a",
60886  contextname="textdag",
60887  description="DAGGER",
60888  direction="on",
60889  linebreak="ai",
60890  mathspec={
60891   {
60892    class="binary",
60893    name="dagger",
60894   },
60895   {
60896    class="ordinary",
60897    name="dag",
60898   },
60899  },
60900  synonyms={ "long cross" },
60901  unicodeslot=0x2020,
60902 },
60903 [0x2021]={
60904  category="po",
60905  cjkwd="a",
60906  contextname="textddag",
60907  description="DOUBLE DAGGER",
60908  direction="on",
60909  linebreak="ai",
60910  mathspec={
60911   {
60912    class="binary",
60913    name="ddagger",
60914   },
60915   {
60916    class="ordinary",
60917    name="ddag",
60918   },
60919  },
60920  synonyms={ "diesis" },
60921  unicodeslot=0x2021,
60922 },
60923 [0x2022]={
60924  category="po",
60925  cjkwd="a",
60926  contextname="textbullet",
60927  description="BULLET",
60928  direction="on",
60929  linebreak="al",
60930  mathclass="binary",
60931  mathname="bullet",
60932  synonyms={ "black small circle" },
60933  unicodeslot=0x2022,
60934 },
60935 [0x2023]={
60936  category="po",
60937  description="TRIANGULAR BULLET",
60938  direction="on",
60939  linebreak="al",
60940  unicodeslot=0x2023,
60941 },
60942 [0x2024]={
60943  category="po",
60944  cjkwd="a",
60945  description="ONE DOT LEADER",
60946  direction="on",
60947  linebreak="in",
60948  specials={ "compat", 0x2E },
60949  unicodeslot=0x2024,
60950 },
60951 [0x2025]={
60952  category="po",
60953  cjkwd="a",
60954  description="TWO DOT LEADER",
60955  direction="on",
60956  linebreak="in",
60957  specials={ "compat", 0x2E, 0x2E },
60958  unicodeslot=0x2025,
60959 },
60960 [0x2026]={
60961  category="po",
60962  cjkwd="a",
60963  contextname="textellipsis",
60964  description="HORIZONTAL ELLIPSIS",
60965  direction="on",
60966  linebreak="in",
60967  mathspec={
60968   {
60969    class="ellipsis",
60970    group="punctuation",
60971    meaning="and so on",
60972    name="ldots",
60973   },
60974   {
60975    class="ellipsis",
60976    name="dots",
60977   },
60978  },
60979  specials={ "compat", 0x2E, 0x2E, 0x2E },
60980  synonyms={ "three dot leader" },
60981  unicodeslot=0x2026,
60982 },
60983 [0x2027]={
60984  category="po",
60985  cjkwd="a",
60986  description="HYPHENATION POINT",
60987  direction="on",
60988  linebreak="ba",
60989  unicodeslot=0x2027,
60990 },
60991 [0x2028]={
60992  category="zl",
60993  description="LINE SEPARATOR",
60994  direction="ws",
60995  linebreak="bk",
60996  unicodeslot=0x2028,
60997 },
60998 [0x2029]={
60999  category="zp",
61000  description="PARAGRAPH SEPARATOR",
61001  direction="b",
61002  linebreak="bk",
61003  unicodeslot=0x2029,
61004 },
61005 [0x202A]={
61006  category="cf",
61007  description="LEFT-TO-RIGHT EMBEDDING",
61008  direction="lre",
61009  linebreak="cm",
61010  synonyms={ "lre" },
61011  unicodeslot=0x202A,
61012 },
61013 [0x202B]={
61014  category="cf",
61015  description="RIGHT-TO-LEFT EMBEDDING",
61016  direction="rle",
61017  linebreak="cm",
61018  synonyms={ "rle" },
61019  unicodeslot=0x202B,
61020 },
61021 [0x202C]={
61022  category="cf",
61023  description="POP DIRECTIONAL FORMATTING",
61024  direction="pdf",
61025  linebreak="cm",
61026  synonyms={ "pdf" },
61027  unicodeslot=0x202C,
61028 },
61029 [0x202D]={
61030  category="cf",
61031  description="LEFT-TO-RIGHT OVERRIDE",
61032  direction="lro",
61033  linebreak="cm",
61034  synonyms={ "lro" },
61035  unicodeslot=0x202D,
61036 },
61037 [0x202E]={
61038  category="cf",
61039  description="RIGHT-TO-LEFT OVERRIDE",
61040  direction="rlo",
61041  linebreak="cm",
61042  synonyms={ "rlo" },
61043  unicodeslot=0x202E,
61044 },
61045 [0x202F]={
61046  arabic="u",
61047  category="zs",
61048  contextname="narrownobreakspace",
61049  description="NARROW NO-BREAK SPACE",
61050  direction="cs",
61051  linebreak="gl",
61052  mongolian="nj",
61053  specials={ "nobreak", 0x20 },
61054  synonyms={ "nnbsp" },
61055  unicodeslot=0x202F,
61056 },
61057 [0x2030]={
61058  category="po",
61059  cjkwd="a",
61060  contextname="perthousand",
61061  description="PER MILLE SIGN",
61062  direction="et",
61063  linebreak="po",
61064  synonyms={ "per thousand" },
61065  unicodeslot=0x2030,
61066 },
61067 [0x2031]={
61068  category="po",
61069  description="PER TEN THOUSAND SIGN",
61070  direction="et",
61071  linebreak="po",
61072  unicodeslot=0x2031,
61073 },
61074 [0x2032]={
61075  category="po",
61076  cjkwd="a",
61077  description="PRIME",
61078  direction="et",
61079  linebreak="po",
61080  mathspec={
61081   {
61082    class="prime",
61083    group="prime",
61084    meaning="prime",
61085    name="prime",
61086   },
61087   {
61088    class="prime",
61089    group="postfix operator",
61090    meaning="derivative",
61091    name="derivativesymbol",
61092   },
61093  },
61094  synonyms={ "feet", "minutes" },
61095  unicodeslot=0x2032,
61096 },
61097 [0x2033]={
61098  category="po",
61099  cjkwd="a",
61100  description="DOUBLE PRIME",
61101  direction="et",
61102  linebreak="po",
61103  mathspec={
61104   {
61105    class="prime",
61106    group="prime",
61107    meaning="double prime",
61108    name="doubleprime",
61109   },
61110   {
61111    class="prime",
61112    group="postfix operator",
61113    meaning="second derivative",
61114    name="secondderivativesymbol",
61115   },
61116  },
61117  specials={ "compat", 0x2032, 0x2032 },
61118  synonyms={ "inches", "seconds" },
61119  unicodeslot=0x2033,
61120 },
61121 [0x2034]={
61122  category="po",
61123  description="TRIPLE PRIME",
61124  direction="et",
61125  linebreak="po",
61126  mathspec={
61127   {
61128    class="prime",
61129    group="prime",
61130    meaning="triple prime",
61131    name="tripleprime",
61132   },
61133   {
61134    class="prime",
61135    group="postfix operator",
61136    meaning="third derivative",
61137    name="thirdderivativesymbol",
61138   },
61139  },
61140  specials={ "compat", 0x2032, 0x2032, 0x2032 },
61141  unicodeslot=0x2034,
61142 },
61143 [0x2035]={
61144  category="po",
61145  cjkwd="a",
61146  description="REVERSED PRIME",
61147  direction="on",
61148  linebreak="po",
61149  mathclass="prime",
61150  mathgroup="prime",
61151  mathmeaning="reversed prime",
61152  mathname="reversedprime",
61153  unicodeslot=0x2035,
61154 },
61155 [0x2036]={
61156  category="po",
61157  description="REVERSED DOUBLE PRIME",
61158  direction="on",
61159  linebreak="po",
61160  mathclass="prime",
61161  mathgroup="prime",
61162  mathmeaning="reversed doubleprime",
61163  mathname="reverseddoubleprime",
61164  specials={ "compat", 0x2035, 0x2035 },
61165  unicodeslot=0x2036,
61166 },
61167 [0x2037]={
61168  category="po",
61169  description="REVERSED TRIPLE PRIME",
61170  direction="on",
61171  linebreak="po",
61172  mathclass="prime",
61173  mathgroup="prime",
61174  mathmeaning="reversed triple prime",
61175  mathname="reversedtripleprime",
61176  specials={ "compat", 0x2035, 0x2035, 0x2035 },
61177  unicodeslot=0x2037,
61178 },
61179 [0x2038]={
61180  category="po",
61181  description="CARET",
61182  direction="on",
61183  linebreak="al",
61184  unicodeslot=0x2038,
61185 },
61186 [0x2039]={
61187  category="pi",
61188  contextname="guilsingleleft",
61189  description="SINGLE LEFT-POINTING ANGLE QUOTATION MARK",
61190  direction="on",
61191  linebreak="qu",
61192  mirror=0x203A,
61193  synonyms={ "left pointing single guillemet" },
61194  textclass="open",
61195  unicodeslot=0x2039,
61196 },
61197 [0x203A]={
61198  category="pf",
61199  contextname="guilsingleright",
61200  description="SINGLE RIGHT-POINTING ANGLE QUOTATION MARK",
61201  direction="on",
61202  linebreak="qu",
61203  mirror=0x2039,
61204  synonyms={ "right pointing single guillemet" },
61205  textclass="close",
61206  unicodeslot=0x203A,
61207 },
61208 [0x203B]={
61209  category="po",
61210  cjkwd="a",
61211  description="REFERENCE MARK",
61212  direction="on",
61213  linebreak="ai",
61214  synonyms={ "japanese kome", "urdu paragraph separator" },
61215  unicodeslot=0x203B,
61216 },
61217 [0x203C]={
61218  category="po",
61219  description="DOUBLE EXCLAMATION MARK",
61220  direction="on",
61221  linebreak="ns",
61222  specials={ "compat", 0x21, 0x21 },
61223  unicodeslot=0x203C,
61224  variants=variants_emoji,
61225 },
61226 [0x203D]={
61227  category="po",
61228  description="INTERROBANG",
61229  direction="on",
61230  linebreak="ns",
61231  unicodeslot=0x203D,
61232 },
61233 [0x203E]={
61234  category="po",
61235  cjkwd="a",
61236  comment="mathspec={ { class=\"topaccent\", name=\"overbar\" }, { class=\"botaccent\", name=\"underbar\" } }\"",
61237  description="OVERLINE",
61238  direction="on",
61239  linebreak="al",
61240  mathextensible="l",
61241  mathfiller="barfill",
61242  mathspec={
61243   {
61244    class="under",
61245    name="underbar",
61246   },
61247   {
61248    class="over",
61249    name="overbar",
61250   },
61251  },
61252  mathstretch="h",
61253  specials={ "compat", 0x20, 0x305 },
61254  synonyms={ "spacing overscore" },
61255  unicodeslot=0x203E,
61256 },
61257 [0x203F]={
61258  category="pc",
61259  description="UNDERTIE",
61260  direction="on",
61261  linebreak="al",
61262  synonyms={ "greek enotikon" },
61263  unicodeslot=0x203F,
61264 },
61265 [0x2040]={
61266  category="pc",
61267  description="CHARACTER TIE",
61268  direction="on",
61269  linebreak="al",
61270  synonyms={ "sequence concatenation" },
61271  unicodeslot=0x2040,
61272 },
61273 [0x2041]={
61274  category="po",
61275  description="CARET INSERTION POINT",
61276  direction="on",
61277  linebreak="al",
61278  unicodeslot=0x2041,
61279 },
61280 [0x2042]={
61281  category="po",
61282  description="ASTERISM",
61283  direction="on",
61284  linebreak="al",
61285  unicodeslot=0x2042,
61286 },
61287 [0x2043]={
61288  category="po",
61289  description="HYPHEN BULLET",
61290  direction="on",
61291  linebreak="al",
61292  unicodeslot=0x2043,
61293 },
61294 [0x2044]={
61295  category="sm",
61296  contextname="textfraction",
61297  description="FRACTION SLASH",
61298  direction="cs",
61299  linebreak="is",
61300  synonyms={ "solidus" },
61301  unicodeslot=0x2044,
61302 },
61303 [0x2045]={
61304  category="ps",
61305  description="LEFT SQUARE BRACKET WITH QUILL",
61306  direction="on",
61307  linebreak="op",
61308  mirror=0x2046,
61309  unicodeslot=0x2045,
61310 },
61311 [0x2046]={
61312  category="pe",
61313  description="RIGHT SQUARE BRACKET WITH QUILL",
61314  direction="on",
61315  linebreak="cl",
61316  mirror=0x2045,
61317  unicodeslot=0x2046,
61318 },
61319 [0x2047]={
61320  category="po",
61321  description="DOUBLE QUESTION MARK",
61322  direction="on",
61323  linebreak="ns",
61324  specials={ "compat", 0x3F, 0x3F },
61325  unicodeslot=0x2047,
61326 },
61327 [0x2048]={
61328  category="po",
61329  description="QUESTION EXCLAMATION MARK",
61330  direction="on",
61331  linebreak="ns",
61332  specials={ "compat", 0x3F, 0x21 },
61333  unicodeslot=0x2048,
61334 },
61335 [0x2049]={
61336  category="po",
61337  description="EXCLAMATION QUESTION MARK",
61338  direction="on",
61339  linebreak="ns",
61340  specials={ "compat", 0x21, 0x3F },
61341  unicodeslot=0x2049,
61342  variants=variants_emoji,
61343 },
61344 [0x204A]={
61345  category="po",
61346  description="TIRONIAN SIGN ET",
61347  direction="on",
61348  linebreak="al",
61349  unicodeslot=0x204A,
61350 },
61351 [0x204B]={
61352  category="po",
61353  description="REVERSED PILCROW SIGN",
61354  direction="on",
61355  linebreak="al",
61356  unicodeslot=0x204B,
61357 },
61358 [0x204C]={
61359  category="po",
61360  description="BLACK LEFTWARDS BULLET",
61361  direction="on",
61362  linebreak="al",
61363  unicodeslot=0x204C,
61364 },
61365 [0x204D]={
61366  category="po",
61367  description="BLACK RIGHTWARDS BULLET",
61368  direction="on",
61369  linebreak="al",
61370  unicodeslot=0x204D,
61371 },
61372 [0x204E]={
61373  category="po",
61374  description="LOW ASTERISK",
61375  direction="on",
61376  linebreak="al",
61377  unicodeslot=0x204E,
61378 },
61379 [0x204F]={
61380  category="po",
61381  description="REVERSED SEMICOLON",
61382  direction="on",
61383  linebreak="al",
61384  unicodeslot=0x204F,
61385 },
61386 [0x2050]={
61387  category="po",
61388  description="CLOSE UP",
61389  direction="on",
61390  linebreak="al",
61391  unicodeslot=0x2050,
61392 },
61393 [0x2051]={
61394  category="po",
61395  description="TWO ASTERISKS ALIGNED VERTICALLY",
61396  direction="on",
61397  linebreak="al",
61398  unicodeslot=0x2051,
61399 },
61400 [0x2052]={
61401  category="sm",
61402  description="COMMERCIAL MINUS SIGN",
61403  direction="on",
61404  linebreak="al",
61405  synonyms={ "med avdrag av", "piska" },
61406  unicodeslot=0x2052,
61407 },
61408 [0x2053]={
61409  category="po",
61410  description="SWUNG DASH",
61411  direction="on",
61412  linebreak="al",
61413  unicodeslot=0x2053,
61414 },
61415 [0x2054]={
61416  category="pc",
61417  description="INVERTED UNDERTIE",
61418  direction="on",
61419  linebreak="al",
61420  unicodeslot=0x2054,
61421 },
61422 [0x2055]={
61423  category="po",
61424  description="FLOWER PUNCTUATION MARK",
61425  direction="on",
61426  linebreak="al",
61427  synonyms={ "phul", "puspika" },
61428  unicodeslot=0x2055,
61429 },
61430 [0x2056]={
61431  category="po",
61432  description="THREE DOT PUNCTUATION",
61433  direction="on",
61434  linebreak="ba",
61435  unicodeslot=0x2056,
61436 },
61437 [0x2057]={
61438  category="po",
61439  description="QUADRUPLE PRIME",
61440  direction="on",
61441  linebreak="po",
61442  mathspec={
61443   {
61444    class="prime",
61445    group="prime",
61446    meaning="quadruple prime",
61447    name="quadrupleprime",
61448   },
61449   {
61450    class="prime",
61451    group="postfix operator",
61452    meaning="fourth derivative",
61453    name="fourthderivativesymbol",
61454   },
61455  },
61456  specials={ "compat", 0x2032, 0x2032, 0x2032, 0x2032 },
61457  unicodeslot=0x2057,
61458 },
61459 [0x2058]={
61460  category="po",
61461  description="FOUR DOT PUNCTUATION",
61462  direction="on",
61463  linebreak="ba",
61464  unicodeslot=0x2058,
61465 },
61466 [0x2059]={
61467  category="po",
61468  description="FIVE DOT PUNCTUATION",
61469  direction="on",
61470  linebreak="ba",
61471  synonyms={ "greek pentonkion" },
61472  unicodeslot=0x2059,
61473 },
61474 [0x205A]={
61475  category="po",
61476  description="TWO DOT PUNCTUATION",
61477  direction="on",
61478  linebreak="ba",
61479  unicodeslot=0x205A,
61480 },
61481 [0x205B]={
61482  category="po",
61483  description="FOUR DOT MARK",
61484  direction="on",
61485  linebreak="ba",
61486  unicodeslot=0x205B,
61487 },
61488 [0x205C]={
61489  category="po",
61490  description="DOTTED CROSS",
61491  direction="on",
61492  linebreak="al",
61493  unicodeslot=0x205C,
61494 },
61495 [0x205D]={
61496  category="po",
61497  description="TRICOLON",
61498  direction="on",
61499  linebreak="ba",
61500  synonyms={ "epidaurean acrophonic symbol three" },
61501  unicodeslot=0x205D,
61502 },
61503 [0x205E]={
61504  category="po",
61505  description="VERTICAL FOUR DOTS",
61506  direction="on",
61507  linebreak="ba",
61508  unicodeslot=0x205E,
61509 },
61510 [0x205F]={
61511  category="zs",
61512  contextname="medspace",
61513  description="MEDIUM MATHEMATICAL SPACE",
61514  direction="ws",
61515  linebreak="ba",
61516  specials={ "compat", 0x20 },
61517  synonyms={ "mmsp" },
61518  unicodeslot=0x205F,
61519 },
61520 [0x2060]={
61521  category="cf",
61522  description="WORD JOINER",
61523  direction="bn",
61524  linebreak="wj",
61525  synonyms={ "wj" },
61526  unicodeslot=0x2060,
61527 },
61528 [0x2061]={
61529  category="cf",
61530  comment="ordinary",
61531  description="FUNCTION APPLICATION",
61532  direction="bn",
61533  linebreak="al",
61534  mathclass="ordinary",
61535  mathspec={
61536   {
61537    class="ghost",
61538    group="whatever",
61539    meaning="applyfunction",
61540    name="applyfunction",
61541   },
61542   {
61543    class="ghost",
61544    group="whatever2",
61545    meaning="applyfunctionof",
61546    name="applyfunctionof",
61547   },
61548  },
61549  unicodeslot=0x2061,
61550 },
61551 [0x2062]={
61552  category="cf",
61553  comment="binary",
61554  description="INVISIBLE TIMES",
61555  direction="bn",
61556  linebreak="al",
61557  mathclass="ghost",
61558  mathname="invisibletimes",
61559  unicodeslot=0x2062,
61560 },
61561 [0x2063]={
61562  category="cf",
61563  comment="punctuation",
61564  description="INVISIBLE SEPARATOR",
61565  direction="bn",
61566  linebreak="al",
61567  mathclass="ghost",
61568  mathname="invisiblecomma",
61569  synonyms={ "invisible comma" },
61570  unicodeslot=0x2063,
61571 },
61572 [0x2064]={
61573  category="cf",
61574  comment="binary",
61575  description="INVISIBLE PLUS",
61576  direction="bn",
61577  linebreak="al",
61578  mathclass="ghost",
61579  mathname="invisibleplus",
61580  unicodeslot=0x2064,
61581 },
61582 [0x2066]={
61583  arabic="u",
61584  category="cf",
61585  description="LEFT-TO-RIGHT ISOLATE",
61586  direction="lri",
61587  linebreak="cm",
61588  unicodeslot=0x2066,
61589 },
61590 [0x2067]={
61591  arabic="u",
61592  category="cf",
61593  description="RIGHT-TO-LEFT ISOLATE",
61594  direction="rli",
61595  linebreak="cm",
61596  unicodeslot=0x2067,
61597 },
61598 [0x2068]={
61599  arabic="u",
61600  category="cf",
61601  description="FIRST STRONG ISOLATE",
61602  direction="fsi",
61603  linebreak="cm",
61604  unicodeslot=0x2068,
61605 },
61606 [0x2069]={
61607  arabic="u",
61608  category="cf",
61609  description="POP DIRECTIONAL ISOLATE",
61610  direction="pdi",
61611  linebreak="cm",
61612  unicodeslot=0x2069,
61613 },
61614 [0x206A]={
61615  category="cf",
61616  description="INHIBIT SYMMETRIC SWAPPING",
61617  direction="bn",
61618  linebreak="cm",
61619  unicodeslot=0x206A,
61620 },
61621 [0x206B]={
61622  category="cf",
61623  description="ACTIVATE SYMMETRIC SWAPPING",
61624  direction="bn",
61625  linebreak="cm",
61626  unicodeslot=0x206B,
61627 },
61628 [0x206C]={
61629  category="cf",
61630  description="INHIBIT ARABIC FORM SHAPING",
61631  direction="bn",
61632  linebreak="cm",
61633  unicodeslot=0x206C,
61634 },
61635 [0x206D]={
61636  category="cf",
61637  description="ACTIVATE ARABIC FORM SHAPING",
61638  direction="bn",
61639  linebreak="cm",
61640  unicodeslot=0x206D,
61641 },
61642 [0x206E]={
61643  category="cf",
61644  description="NATIONAL DIGIT SHAPES",
61645  direction="bn",
61646  linebreak="cm",
61647  unicodeslot=0x206E,
61648 },
61649 [0x206F]={
61650  category="cf",
61651  description="NOMINAL DIGIT SHAPES",
61652  direction="bn",
61653  linebreak="cm",
61654  unicodeslot=0x206F,
61655 },
61656 [0x2070]={
61657  category="no",
61658  description="SUPERSCRIPT ZERO",
61659  direction="en",
61660  linebreak="al",
61661  specials={ "super", 0x30 },
61662  unicodeslot=0x2070,
61663 },
61664 [0x2071]={
61665  category="ll",
61666  description="SUPERSCRIPT LATIN SMALL LETTER I",
61667  direction="l",
61668  linebreak="al",
61669  specials={ "super", 0x69 },
61670  unicodeslot=0x2071,
61671 },
61672 [0x2074]={
61673  category="no",
61674  cjkwd="a",
61675  description="SUPERSCRIPT FOUR",
61676  direction="en",
61677  linebreak="ai",
61678  specials={ "super", 0x34 },
61679  unicodeslot=0x2074,
61680 },
61681 [0x2075]={
61682  category="no",
61683  description="SUPERSCRIPT FIVE",
61684  direction="en",
61685  linebreak="al",
61686  specials={ "super", 0x35 },
61687  unicodeslot=0x2075,
61688 },
61689 [0x2076]={
61690  category="no",
61691  description="SUPERSCRIPT SIX",
61692  direction="en",
61693  linebreak="al",
61694  specials={ "super", 0x36 },
61695  unicodeslot=0x2076,
61696 },
61697 [0x2077]={
61698  category="no",
61699  description="SUPERSCRIPT SEVEN",
61700  direction="en",
61701  linebreak="al",
61702  specials={ "super", 0x37 },
61703  unicodeslot=0x2077,
61704 },
61705 [0x2078]={
61706  category="no",
61707  description="SUPERSCRIPT EIGHT",
61708  direction="en",
61709  linebreak="al",
61710  specials={ "super", 0x38 },
61711  unicodeslot=0x2078,
61712 },
61713 [0x2079]={
61714  category="no",
61715  description="SUPERSCRIPT NINE",
61716  direction="en",
61717  linebreak="al",
61718  specials={ "super", 0x39 },
61719  unicodeslot=0x2079,
61720 },
61721 [0x207A]={
61722  category="sm",
61723  description="SUPERSCRIPT PLUS SIGN",
61724  direction="es",
61725  linebreak="al",
61726  mathclass="binary",
61727  mathname="positivesign",
61728  specials={ "super", 0x2B },
61729  unicodeslot=0x207A,
61730 },
61731 [0x207B]={
61732  category="sm",
61733  description="SUPERSCRIPT MINUS",
61734  direction="es",
61735  linebreak="al",
61736  mathclass="binary",
61737  mathname="negativesign",
61738  specials={ "super", 0x2212 },
61739  unicodeslot=0x207B,
61740 },
61741 [0x207C]={
61742  category="sm",
61743  description="SUPERSCRIPT EQUALS SIGN",
61744  direction="on",
61745  linebreak="al",
61746  specials={ "super", 0x3D },
61747  unicodeslot=0x207C,
61748 },
61749 [0x207D]={
61750  category="ps",
61751  description="SUPERSCRIPT LEFT PARENTHESIS",
61752  direction="on",
61753  linebreak="op",
61754  mirror=0x207E,
61755  specials={ "super", 0x28 },
61756  textclass="open",
61757  unicodeslot=0x207D,
61758 },
61759 [0x207E]={
61760  category="pe",
61761  description="SUPERSCRIPT RIGHT PARENTHESIS",
61762  direction="on",
61763  linebreak="cl",
61764  mirror=0x207D,
61765  specials={ "super", 0x29 },
61766  textclass="close",
61767  unicodeslot=0x207E,
61768 },
61769 [0x207F]={
61770  category="ll",
61771  cjkwd="a",
61772  description="SUPERSCRIPT LATIN SMALL LETTER N",
61773  direction="l",
61774  linebreak="ai",
61775  specials={ "super", 0x6E },
61776  unicodeslot=0x207F,
61777 },
61778 [0x2080]={
61779  category="no",
61780  description="SUBSCRIPT ZERO",
61781  direction="en",
61782  linebreak="al",
61783  specials={ "sub", 0x30 },
61784  unicodeslot=0x2080,
61785 },
61786 [0x2081]={
61787  category="no",
61788  cjkwd="a",
61789  description="SUBSCRIPT ONE",
61790  direction="en",
61791  linebreak="ai",
61792  specials={ "sub", 0x31 },
61793  unicodeslot=0x2081,
61794 },
61795 [0x2082]={
61796  category="no",
61797  cjkwd="a",
61798  description="SUBSCRIPT TWO",
61799  direction="en",
61800  linebreak="ai",
61801  specials={ "sub", 0x32 },
61802  unicodeslot=0x2082,
61803 },
61804 [0x2083]={
61805  category="no",
61806  cjkwd="a",
61807  description="SUBSCRIPT THREE",
61808  direction="en",
61809  linebreak="ai",
61810  specials={ "sub", 0x33 },
61811  unicodeslot=0x2083,
61812 },
61813 [0x2084]={
61814  category="no",
61815  cjkwd="a",
61816  description="SUBSCRIPT FOUR",
61817  direction="en",
61818  linebreak="ai",
61819  specials={ "sub", 0x34 },
61820  unicodeslot=0x2084,
61821 },
61822 [0x2085]={
61823  category="no",
61824  description="SUBSCRIPT FIVE",
61825  direction="en",
61826  linebreak="al",
61827  specials={ "sub", 0x35 },
61828  unicodeslot=0x2085,
61829 },
61830 [0x2086]={
61831  category="no",
61832  description="SUBSCRIPT SIX",
61833  direction="en",
61834  linebreak="al",
61835  specials={ "sub", 0x36 },
61836  unicodeslot=0x2086,
61837 },
61838 [0x2087]={
61839  category="no",
61840  description="SUBSCRIPT SEVEN",
61841  direction="en",
61842  linebreak="al",
61843  specials={ "sub", 0x37 },
61844  unicodeslot=0x2087,
61845 },
61846 [0x2088]={
61847  category="no",
61848  description="SUBSCRIPT EIGHT",
61849  direction="en",
61850  linebreak="al",
61851  specials={ "sub", 0x38 },
61852  unicodeslot=0x2088,
61853 },
61854 [0x2089]={
61855  category="no",
61856  description="SUBSCRIPT NINE",
61857  direction="en",
61858  linebreak="al",
61859  specials={ "sub", 0x39 },
61860  unicodeslot=0x2089,
61861 },
61862 [0x208A]={
61863  category="sm",
61864  description="SUBSCRIPT PLUS SIGN",
61865  direction="es",
61866  linebreak="al",
61867  specials={ "sub", 0x2B },
61868  unicodeslot=0x208A,
61869 },
61870 [0x208B]={
61871  category="sm",
61872  description="SUBSCRIPT MINUS",
61873  direction="es",
61874  linebreak="al",
61875  specials={ "sub", 0x2212 },
61876  unicodeslot=0x208B,
61877 },
61878 [0x208C]={
61879  category="sm",
61880  description="SUBSCRIPT EQUALS SIGN",
61881  direction="on",
61882  linebreak="al",
61883  specials={ "sub", 0x3D },
61884  unicodeslot=0x208C,
61885 },
61886 [0x208D]={
61887  category="ps",
61888  description="SUBSCRIPT LEFT PARENTHESIS",
61889  direction="on",
61890  linebreak="op",
61891  mirror=0x208E,
61892  specials={ "sub", 0x28 },
61893  textclass="open",
61894  unicodeslot=0x208D,
61895 },
61896 [0x208E]={
61897  category="pe",
61898  description="SUBSCRIPT RIGHT PARENTHESIS",
61899  direction="on",
61900  linebreak="cl",
61901  mirror=0x208D,
61902  specials={ "sub", 0x29 },
61903  textclass="close",
61904  unicodeslot=0x208E,
61905 },
61906 [0x2090]={
61907  category="lm",
61908  description="LATIN SUBSCRIPT SMALL LETTER A",
61909  direction="l",
61910  linebreak="al",
61911  specials={ "sub", 0x61 },
61912  unicodeslot=0x2090,
61913 },
61914 [0x2091]={
61915  category="lm",
61916  description="LATIN SUBSCRIPT SMALL LETTER E",
61917  direction="l",
61918  linebreak="al",
61919  specials={ "sub", 0x65 },
61920  unicodeslot=0x2091,
61921 },
61922 [0x2092]={
61923  category="lm",
61924  description="LATIN SUBSCRIPT SMALL LETTER O",
61925  direction="l",
61926  linebreak="al",
61927  specials={ "sub", 0x6F },
61928  unicodeslot=0x2092,
61929 },
61930 [0x2093]={
61931  category="lm",
61932  description="LATIN SUBSCRIPT SMALL LETTER X",
61933  direction="l",
61934  linebreak="al",
61935  specials={ "sub", 0x78 },
61936  unicodeslot=0x2093,
61937 },
61938 [0x2094]={
61939  category="lm",
61940  description="LATIN SUBSCRIPT SMALL LETTER SCHWA",
61941  direction="l",
61942  linebreak="al",
61943  specials={ "sub", 0x259 },
61944  unicodeslot=0x2094,
61945 },
61946 [0x2095]={
61947  category="lm",
61948  description="LATIN SUBSCRIPT SMALL LETTER H",
61949  direction="l",
61950  linebreak="al",
61951  specials={ "sub", 0x68 },
61952  unicodeslot=0x2095,
61953 },
61954 [0x2096]={
61955  category="lm",
61956  description="LATIN SUBSCRIPT SMALL LETTER K",
61957  direction="l",
61958  linebreak="al",
61959  specials={ "sub", 0x6B },
61960  unicodeslot=0x2096,
61961 },
61962 [0x2097]={
61963  category="lm",
61964  description="LATIN SUBSCRIPT SMALL LETTER L",
61965  direction="l",
61966  linebreak="al",
61967  specials={ "sub", 0x6C },
61968  unicodeslot=0x2097,
61969 },
61970 [0x2098]={
61971  category="lm",
61972  description="LATIN SUBSCRIPT SMALL LETTER M",
61973  direction="l",
61974  linebreak="al",
61975  specials={ "sub", 0x6D },
61976  unicodeslot=0x2098,
61977 },
61978 [0x2099]={
61979  category="lm",
61980  description="LATIN SUBSCRIPT SMALL LETTER N",
61981  direction="l",
61982  linebreak="al",
61983  specials={ "sub", 0x6E },
61984  unicodeslot=0x2099,
61985 },
61986 [0x209A]={
61987  category="lm",
61988  description="LATIN SUBSCRIPT SMALL LETTER P",
61989  direction="l",
61990  linebreak="al",
61991  specials={ "sub", 0x70 },
61992  unicodeslot=0x209A,
61993 },
61994 [0x209B]={
61995  category="lm",
61996  description="LATIN SUBSCRIPT SMALL LETTER S",
61997  direction="l",
61998  linebreak="al",
61999  specials={ "sub", 0x73 },
62000  unicodeslot=0x209B,
62001 },
62002 [0x209C]={
62003  category="lm",
62004  description="LATIN SUBSCRIPT SMALL LETTER T",
62005  direction="l",
62006  linebreak="al",
62007  specials={ "sub", 0x74 },
62008  unicodeslot=0x209C,
62009 },
62010 [0x20A0]={
62011  category="sc",
62012  description="EURO-CURRENCY SIGN",
62013  direction="et",
62014  linebreak="pr",
62015  unicodeslot=0x20A0,
62016 },
62017 [0x20A1]={
62018  category="sc",
62019  description="COLON SIGN",
62020  direction="et",
62021  linebreak="pr",
62022  synonyms={ "costa rican currency", "el salvadorian currency" },
62023  unicodeslot=0x20A1,
62024 },
62025 [0x20A2]={
62026  category="sc",
62027  description="CRUZEIRO SIGN",
62028  direction="et",
62029  linebreak="pr",
62030  synonyms={ "brazilian currency" },
62031  unicodeslot=0x20A2,
62032 },
62033 [0x20A3]={
62034  category="sc",
62035  description="FRENCH FRANC SIGN",
62036  direction="et",
62037  linebreak="pr",
62038  synonyms={ "french currency" },
62039  unicodeslot=0x20A3,
62040 },
62041 [0x20A4]={
62042  category="sc",
62043  description="LIRA SIGN",
62044  direction="et",
62045  linebreak="pr",
62046  synonyms={ "italian currency", "turkish currency" },
62047  unicodeslot=0x20A4,
62048 },
62049 [0x20A5]={
62050  category="sc",
62051  description="MILL SIGN",
62052  direction="et",
62053  linebreak="pr",
62054  unicodeslot=0x20A5,
62055 },
62056 [0x20A6]={
62057  category="sc",
62058  description="NAIRA SIGN",
62059  direction="et",
62060  linebreak="pr",
62061  synonyms={ "nigerian currency" },
62062  unicodeslot=0x20A6,
62063 },
62064 [0x20A7]={
62065  category="sc",
62066  description="PESETA SIGN",
62067  direction="et",
62068  linebreak="po",
62069  synonyms={ "spanish currency" },
62070  unicodeslot=0x20A7,
62071 },
62072 [0x20A8]={
62073  category="sc",
62074  description="RUPEE SIGN",
62075  direction="et",
62076  linebreak="pr",
62077  specials={ "compat", 0x52, 0x73 },
62078  synonyms={ "indian currency" },
62079  unicodeslot=0x20A8,
62080 },
62081 [0x20A9]={
62082  category="sc",
62083  cjkwd="h",
62084  description="WON SIGN",
62085  direction="et",
62086  linebreak="pr",
62087  synonyms={ "korean currency" },
62088  unicodeslot=0x20A9,
62089 },
62090 [0x20AA]={
62091  category="sc",
62092  description="NEW SHEQEL SIGN",
62093  direction="et",
62094  linebreak="pr",
62095  synonyms={ "israeli currency" },
62096  unicodeslot=0x20AA,
62097 },
62098 [0x20AB]={
62099  category="sc",
62100  contextname="textdong",
62101  description="DONG SIGN",
62102  direction="et",
62103  linebreak="pr",
62104  synonyms={ "vietnamese currency" },
62105  unicodeslot=0x20AB,
62106 },
62107 [0x20AC]={
62108  category="sc",
62109  cjkwd="a",
62110  contextname="texteuro",
62111  description="EURO SIGN",
62112  direction="et",
62113  linebreak="pr",
62114  synonyms={ "euro european currency" },
62115  unicodeslot=0x20AC,
62116 },
62117 [0x20AD]={
62118  category="sc",
62119  description="KIP SIGN",
62120  direction="et",
62121  linebreak="pr",
62122  synonyms={ "laotian currency" },
62123  unicodeslot=0x20AD,
62124 },
62125 [0x20AE]={
62126  category="sc",
62127  description="TUGRIK SIGN",
62128  direction="et",
62129  linebreak="pr",
62130  synonyms={ "mongolian currency" },
62131  unicodeslot=0x20AE,
62132 },
62133 [0x20AF]={
62134  category="sc",
62135  description="DRACHMA SIGN",
62136  direction="et",
62137  linebreak="pr",
62138  synonyms={ "greek currency" },
62139  unicodeslot=0x20AF,
62140 },
62141 [0x20B0]={
62142  category="sc",
62143  description="GERMAN PENNY SIGN",
62144  direction="et",
62145  linebreak="pr",
62146  unicodeslot=0x20B0,
62147 },
62148 [0x20B1]={
62149  category="sc",
62150  description="PESO SIGN",
62151  direction="et",
62152  linebreak="pr",
62153  synonyms={ "phillipine currency" },
62154  unicodeslot=0x20B1,
62155 },
62156 [0x20B2]={
62157  category="sc",
62158  description="GUARANI SIGN",
62159  direction="et",
62160  linebreak="pr",
62161  synonyms={ "paraguayan currency" },
62162  unicodeslot=0x20B2,
62163 },
62164 [0x20B3]={
62165  category="sc",
62166  description="AUSTRAL SIGN",
62167  direction="et",
62168  linebreak="pr",
62169  synonyms={ "argentinian former currency" },
62170  unicodeslot=0x20B3,
62171 },
62172 [0x20B4]={
62173  category="sc",
62174  description="HRYVNIA SIGN",
62175  direction="et",
62176  linebreak="pr",
62177  synonyms={ "ukrainian currency" },
62178  unicodeslot=0x20B4,
62179 },
62180 [0x20B5]={
62181  category="sc",
62182  description="CEDI SIGN",
62183  direction="et",
62184  linebreak="pr",
62185  synonyms={ "ghana currency" },
62186  unicodeslot=0x20B5,
62187 },
62188 [0x20B6]={
62189  category="sc",
62190  description="LIVRE TOURNOIS SIGN",
62191  direction="et",
62192  linebreak="po",
62193  unicodeslot=0x20B6,
62194 },
62195 [0x20B7]={
62196  category="sc",
62197  description="SPESMILO SIGN",
62198  direction="et",
62199  linebreak="pr",
62200  unicodeslot=0x20B7,
62201 },
62202 [0x20B8]={
62203  category="sc",
62204  description="TENGE SIGN",
62205  direction="et",
62206  linebreak="pr",
62207  unicodeslot=0x20B8,
62208 },
62209 [0x20B9]={
62210  category="sc",
62211  description="INDIAN RUPEE SIGN",
62212  direction="et",
62213  linebreak="pr",
62214  unicodeslot=0x20B9,
62215 },
62216 [0x20BA]={
62217  category="sc",
62218  description="TURKISH LIRA SIGN",
62219  direction="et",
62220  linebreak="pr",
62221  unicodeslot=0x20BA,
62222 },
62223 [0x20BB]={
62224  category="sc",
62225  description="NORDIC MARK SIGN",
62226  direction="et",
62227  linebreak="po",
62228  unicodeslot=0x20BB,
62229 },
62230 [0x20BC]={
62231  category="sc",
62232  description="MANAT SIGN",
62233  direction="et",
62234  linebreak="pr",
62235  synonyms={ "azerbaijani currency" },
62236  unicodeslot=0x20BC,
62237 },
62238 [0x20BD]={
62239  category="sc",
62240  description="RUBLE SIGN",
62241  direction="et",
62242  linebreak="pr",
62243  synonyms={ "russian currency" },
62244  unicodeslot=0x20BD,
62245 },
62246 [0x20BE]={
62247  category="sc",
62248  description="LARI SIGN",
62249  direction="et",
62250  linebreak="po",
62251  synonyms={ "georgian currency" },
62252  unicodeslot=0x20BE,
62253 },
62254 [0x20BF]={
62255  category="sc",
62256  description="BITCOIN SIGN",
62257  direction="et",
62258  linebreak="pr",
62259  unicodeslot=0x20BF,
62260 },
62261 [0x20C0]={
62262  category="sc",
62263  description="SOM SIGN",
62264  direction="et",
62265  linebreak="po",
62266  unicodeslot=0x20C0,
62267 },
62268 [0x20D0]={
62269  category="mn",
62270  combining=0xE6,
62271  description="COMBINING LEFT HARPOON ABOVE",
62272  direction="nsm",
62273  linebreak="cm",
62274  unicodeslot=0x20D0,
62275 },
62276 [0x20D1]={
62277  category="mn",
62278  combining=0xE6,
62279  description="COMBINING RIGHT HARPOON ABOVE",
62280  direction="nsm",
62281  linebreak="cm",
62282  unicodeslot=0x20D1,
62283 },
62284 [0x20D2]={
62285  category="mn",
62286  combining=0x1,
62287  description="COMBINING LONG VERTICAL LINE OVERLAY",
62288  direction="nsm",
62289  linebreak="cm",
62290  unicodeslot=0x20D2,
62291 },
62292 [0x20D3]={
62293  category="mn",
62294  combining=0x1,
62295  description="COMBINING SHORT VERTICAL LINE OVERLAY",
62296  direction="nsm",
62297  linebreak="cm",
62298  unicodeslot=0x20D3,
62299 },
62300 [0x20D4]={
62301  category="mn",
62302  combining=0xE6,
62303  description="COMBINING ANTICLOCKWISE ARROW ABOVE",
62304  direction="nsm",
62305  linebreak="cm",
62306  synonyms={ "combining counterclockwise arrow above" },
62307  unicodeslot=0x20D4,
62308 },
62309 [0x20D5]={
62310  category="mn",
62311  combining=0xE6,
62312  description="COMBINING CLOCKWISE ARROW ABOVE",
62313  direction="nsm",
62314  linebreak="cm",
62315  unicodeslot=0x20D5,
62316 },
62317 [0x20D6]={
62318  category="mn",
62319  combining=0xE6,
62320  description="COMBINING LEFT ARROW ABOVE",
62321  direction="nsm",
62322  linebreak="cm",
62323  mathclass="topaccent",
62324  mathstretch="h",
62325  unicodeslot=0x20D6,
62326 },
62327 [0x20D7]={
62328  category="mn",
62329  combining=0xE6,
62330  description="COMBINING RIGHT ARROW ABOVE",
62331  direction="nsm",
62332  linebreak="cm",
62333  mathclass="topaccent",
62334  mathname="vec",
62335  mathstretch="h",
62336  synonyms={ "vector" },
62337  unicodeslot=0x20D7,
62338 },
62339 [0x20D8]={
62340  category="mn",
62341  combining=0x1,
62342  description="COMBINING RING OVERLAY",
62343  direction="nsm",
62344  linebreak="cm",
62345  unicodeslot=0x20D8,
62346 },
62347 [0x20D9]={
62348  category="mn",
62349  combining=0x1,
62350  description="COMBINING CLOCKWISE RING OVERLAY",
62351  direction="nsm",
62352  linebreak="cm",
62353  unicodeslot=0x20D9,
62354 },
62355 [0x20DA]={
62356  category="mn",
62357  combining=0x1,
62358  description="COMBINING ANTICLOCKWISE RING OVERLAY",
62359  direction="nsm",
62360  linebreak="cm",
62361  synonyms={ "combining counterclockwise ring overlay" },
62362  unicodeslot=0x20DA,
62363 },
62364 [0x20DB]={
62365  category="mn",
62366  combining=0xE6,
62367  description="COMBINING THREE DOTS ABOVE",
62368  direction="nsm",
62369  linebreak="cm",
62370  mathclass="topaccent",
62371  mathname="dddot",
62372  synonyms={ "third derivative" },
62373  unicodeslot=0x20DB,
62374 },
62375 [0x20DC]={
62376  category="mn",
62377  combining=0xE6,
62378  description="COMBINING FOUR DOTS ABOVE",
62379  direction="nsm",
62380  linebreak="cm",
62381  synonyms={ "fourth derivative" },
62382  unicodeslot=0x20DC,
62383 },
62384 [0x20DD]={
62385  category="me",
62386  description="COMBINING ENCLOSING CIRCLE",
62387  direction="nsm",
62388  linebreak="cm",
62389  mathspec={
62390   {
62391    class="binary",
62392    name="bigcircle",
62393   },
62394  },
62395  synonyms={ "jis composition circle" },
62396  unicodeslot=0x20DD,
62397 },
62398 [0x20DE]={
62399  category="me",
62400  description="COMBINING ENCLOSING SQUARE",
62401  direction="nsm",
62402  linebreak="cm",
62403  mathclass="ordinary",
62404  mathname="bigsquare",
62405  unicodeslot=0x20DE,
62406 },
62407 [0x20DF]={
62408  category="me",
62409  description="COMBINING ENCLOSING DIAMOND",
62410  direction="nsm",
62411  linebreak="cm",
62412  mathclass="ordinary",
62413  mathname="bigdiamond",
62414  unicodeslot=0x20DF,
62415 },
62416 [0x20E0]={
62417  category="me",
62418  description="COMBINING ENCLOSING CIRCLE BACKSLASH",
62419  direction="nsm",
62420  linebreak="cm",
62421  synonyms={ "no", "prohibition" },
62422  unicodeslot=0x20E0,
62423 },
62424 [0x20E1]={
62425  category="mn",
62426  combining=0xE6,
62427  description="COMBINING LEFT RIGHT ARROW ABOVE",
62428  direction="nsm",
62429  linebreak="cm",
62430  unicodeslot=0x20E1,
62431 },
62432 [0x20E2]={
62433  category="me",
62434  description="COMBINING ENCLOSING SCREEN",
62435  direction="nsm",
62436  linebreak="cm",
62437  unicodeslot=0x20E2,
62438 },
62439 [0x20E3]={
62440  category="me",
62441  description="COMBINING ENCLOSING KEYCAP",
62442  direction="nsm",
62443  linebreak="cm",
62444  unicodeslot=0x20E3,
62445 },
62446 [0x20E4]={
62447  category="me",
62448  description="COMBINING ENCLOSING UPWARD POINTING TRIANGLE",
62449  direction="nsm",
62450  linebreak="cm",
62451  unicodeslot=0x20E4,
62452 },
62453 [0x20E5]={
62454  category="mn",
62455  combining=0x1,
62456  description="COMBINING REVERSE SOLIDUS OVERLAY",
62457  direction="nsm",
62458  linebreak="cm",
62459  unicodeslot=0x20E5,
62460 },
62461 [0x20E6]={
62462  category="mn",
62463  combining=0x1,
62464  description="COMBINING DOUBLE VERTICAL STROKE OVERLAY",
62465  direction="nsm",
62466  linebreak="cm",
62467  synonyms={ "finite function diacritic" },
62468  unicodeslot=0x20E6,
62469 },
62470 [0x20E7]={
62471  category="mn",
62472  combining=0xE6,
62473  description="COMBINING ANNUITY SYMBOL",
62474  direction="nsm",
62475  linebreak="cm",
62476  mathclass="topaccent",
62477  mathname="actuarial",
62478  synonyms={ "actuarial bend" },
62479  unicodeslot=0x20E7,
62480 },
62481 [0x20E8]={
62482  category="mn",
62483  combining=0xDC,
62484  description="COMBINING TRIPLE UNDERDOT",
62485  direction="nsm",
62486  linebreak="cm",
62487  unicodeslot=0x20E8,
62488 },
62489 [0x20E9]={
62490  category="mn",
62491  combining=0xE6,
62492  description="COMBINING WIDE BRIDGE ABOVE",
62493  direction="nsm",
62494  linebreak="cm",
62495  mathclass="topaccent",
62496  synonyms={ "contraction operator" },
62497  unicodeslot=0x20E9,
62498 },
62499 [0x20EA]={
62500  category="mn",
62501  combining=0x1,
62502  description="COMBINING LEFTWARDS ARROW OVERLAY",
62503  direction="nsm",
62504  linebreak="cm",
62505  unicodeslot=0x20EA,
62506 },
62507 [0x20EB]={
62508  category="mn",
62509  combining=0x1,
62510  description="COMBINING LONG DOUBLE SOLIDUS OVERLAY",
62511  direction="nsm",
62512  linebreak="cm",
62513  synonyms={ "long double slash overlay" },
62514  unicodeslot=0x20EB,
62515 },
62516 [0x20EC]={
62517  category="mn",
62518  combining=0xDC,
62519  description="COMBINING RIGHTWARDS HARPOON WITH BARB DOWNWARDS",
62520  direction="nsm",
62521  linebreak="cm",
62522  unicodeslot=0x20EC,
62523 },
62524 [0x20ED]={
62525  category="mn",
62526  combining=0xDC,
62527  description="COMBINING LEFTWARDS HARPOON WITH BARB DOWNWARDS",
62528  direction="nsm",
62529  linebreak="cm",
62530  unicodeslot=0x20ED,
62531 },
62532 [0x20EE]={
62533  category="mn",
62534  combining=0xDC,
62535  description="COMBINING LEFT ARROW BELOW",
62536  direction="nsm",
62537  linebreak="cm",
62538  mathclass="bottomaccent",
62539  mathstretch="h",
62540  unicodeslot=0x20EE,
62541 },
62542 [0x20EF]={
62543  category="mn",
62544  combining=0xDC,
62545  description="COMBINING RIGHT ARROW BELOW",
62546  direction="nsm",
62547  linebreak="cm",
62548  mathclass="bottomaccent",
62549  mathstretch="h",
62550  unicodeslot=0x20EF,
62551 },
62552 [0x20F0]={
62553  category="mn",
62554  combining=0xE6,
62555  description="COMBINING ASTERISK ABOVE",
62556  direction="nsm",
62557  linebreak="cm",
62558  unicodeslot=0x20F0,
62559 },
62560 [0x2100]={
62561  category="so",
62562  description="ACCOUNT OF",
62563  direction="on",
62564  linebreak="al",
62565  mathclass="variable",
62566  specials={ "compat", 0x61, 0x2F, 0x63 },
62567  unicodeslot=0x2100,
62568 },
62569 [0x2101]={
62570  category="so",
62571  description="ADDRESSED TO THE SUBJECT",
62572  direction="on",
62573  linebreak="al",
62574  mathclass="variable",
62575  specials={ "compat", 0x61, 0x2F, 0x73 },
62576  unicodeslot=0x2101,
62577 },
62578 [0x2102]={
62579  category="lu",
62580  description="DOUBLE-STRUCK CAPITAL C",
62581  direction="l",
62582  linebreak="al",
62583  mathclass="variable",
62584  mathspec={
62585   {
62586    class="ordinary",
62587    group="number set",
62588    meaning="the complex numbers",
62589    name="complexes",
62590   },
62591  },
62592  specials={ "font", 0x43 },
62593  synonyms={ "complex numbers", "the set of complex numbers" },
62594  unicodeslot=0x2102,
62595 },
62596 [0x2103]={
62597  category="so",
62598  cjkwd="a",
62599  contextname="textcelsius",
62600  description="DEGREE CELSIUS",
62601  direction="on",
62602  linebreak="po",
62603  mathclass="variable",
62604  specials={ "compat", 0xB0, 0x43 },
62605  synonyms={ "degrees centigrade" },
62606  unicodeslot=0x2103,
62607 },
62608 [0x2104]={
62609  category="so",
62610  description="CENTRE LINE SYMBOL",
62611  direction="on",
62612  linebreak="al",
62613  mathclass="variable",
62614  synonyms={ "clone" },
62615  unicodeslot=0x2104,
62616 },
62617 [0x2105]={
62618  category="so",
62619  cjkwd="a",
62620  description="CARE OF",
62621  direction="on",
62622  linebreak="ai",
62623  mathclass="variable",
62624  specials={ "compat", 0x63, 0x2F, 0x6F },
62625  unicodeslot=0x2105,
62626 },
62627 [0x2106]={
62628  category="so",
62629  description="CADA UNA",
62630  direction="on",
62631  linebreak="al",
62632  mathclass="variable",
62633  specials={ "compat", 0x63, 0x2F, 0x75 },
62634  unicodeslot=0x2106,
62635 },
62636 [0x2107]={
62637  category="lu",
62638  description="EULER CONSTANT",
62639  direction="l",
62640  linebreak="al",
62641  mathclass="variable",
62642  mathname="Eulerconst",
62643  specials={ "compat", 0x190 },
62644  unicodeslot=0x2107,
62645 },
62646 [0x2108]={
62647  category="so",
62648  description="SCRUPLE",
62649  direction="on",
62650  linebreak="al",
62651  mathclass="variable",
62652  unicodeslot=0x2108,
62653 },
62654 [0x2109]={
62655  category="so",
62656  cjkwd="a",
62657  description="DEGREE FAHRENHEIT",
62658  direction="on",
62659  linebreak="po",
62660  mathclass="variable",
62661  specials={ "compat", 0xB0, 0x46 },
62662  unicodeslot=0x2109,
62663 },
62664 [0x210A]={
62665  category="ll",
62666  description="SCRIPT SMALL G",
62667  direction="l",
62668  linebreak="al",
62669  mathclass="variable",
62670  specials={ "font", 0x67 },
62671  synonyms={ "real number symbol" },
62672  unicodeslot=0x210A,
62673  visual="it",
62674 },
62675 [0x210B]={
62676  category="lu",
62677  description="SCRIPT CAPITAL H",
62678  direction="l",
62679  linebreak="al",
62680  mathclass="variable",
62681  specials={ "font", 0x48 },
62682  unicodeslot=0x210B,
62683  variants=variants_style,
62684  visual="it",
62685 },
62686 [0x210C]={
62687  category="lu",
62688  description="BLACK-LETTER CAPITAL H",
62689  direction="l",
62690  linebreak="al",
62691  mathclass="variable",
62692  specials={ "font", 0x48 },
62693  synonyms={ "hilbert space" },
62694  unicodeslot=0x210C,
62695 },
62696 [0x210D]={
62697  category="lu",
62698  description="DOUBLE-STRUCK CAPITAL H",
62699  direction="l",
62700  linebreak="al",
62701  mathclass="variable",
62702  mathgroup="number set",
62703  mathmeaning="the quaternions",
62704  specials={ "font", 0x48 },
62705  unicodeslot=0x210D,
62706 },
62707 [0x210E]={
62708  category="ll",
62709  description="PLANCK CONSTANT",
62710  direction="l",
62711  linebreak="al",
62712  mathclass="variable",
62713  mathname="Planckconst",
62714  specials={ "font", 0x68 },
62715  unicodeslot=0x210E,
62716 },
62717 [0x210F]={
62718  category="ll",
62719  description="PLANCK CONSTANT OVER TWO PI",
62720  direction="l",
62721  linebreak="al",
62722  mathclass="variable",
62723  mathspec={
62724   {
62725    class="variable",
62726    name="hslash",
62727   },
62728   {
62729    class="variable",
62730    name="hbar",
62731   },
62732  },
62733  specials={ "font", 0x127 },
62734  unicodeslot=0x210F,
62735 },
62736 [0x2110]={
62737  category="lu",
62738  description="SCRIPT CAPITAL I",
62739  direction="l",
62740  linebreak="al",
62741  mathclass="variable",
62742  specials={ "font", 0x49 },
62743  unicodeslot=0x2110,
62744  variants=variants_style,
62745  visual="it",
62746 },
62747 [0x2111]={
62748  category="lu",
62749  description="BLACK-LETTER CAPITAL I",
62750  direction="l",
62751  linebreak="al",
62752  mathclass="variable",
62753  mathname="Im",
62754  specials={ "font", 0x49 },
62755  synonyms={ "imaginary part" },
62756  unicodeslot=0x2111,
62757 },
62758 [0x2112]={
62759  category="lu",
62760  description="SCRIPT CAPITAL L",
62761  direction="l",
62762  linebreak="al",
62763  mathclass="variable",
62764  specials={ "font", 0x4C },
62765  synonyms={ "laplace transform" },
62766  unicodeslot=0x2112,
62767  variants=variants_style,
62768  visual="it",
62769 },
62770 [0x2113]={
62771  category="ll",
62772  cjkwd="a",
62773  comment="not: MATHEMATICAL SCRIPT SMALL L",
62774  description="SCRIPT SMALL L",
62775  direction="l",
62776  linebreak="ai",
62777  mathclass="variable",
62778  mathname="ell",
62779  specials={ "font", 0x6C },
62780  synonyms={ "liter" },
62781  unicodeslot=0x2113,
62782 },
62783 [0x2114]={
62784  category="so",
62785  description="L B BAR SYMBOL",
62786  direction="on",
62787  linebreak="al",
62788  mathclass="variable",
62789  synonyms={ "pounds" },
62790  unicodeslot=0x2114,
62791 },
62792 [0x2115]={
62793  category="lu",
62794  description="DOUBLE-STRUCK CAPITAL N",
62795  direction="l",
62796  linebreak="al",
62797  mathclass="variable",
62798  mathgroup="number set",
62799  mathmeaning="the natural numbers",
62800  mathname="naturalnumbers",
62801  specials={ "font", 0x4E },
62802  synonyms={ "natural number" },
62803  unicodeslot=0x2115,
62804 },
62805 [0x2116]={
62806  category="so",
62807  cjkwd="a",
62808  contextname="textnumero",
62809  description="NUMERO SIGN",
62810  direction="on",
62811  linebreak="pr",
62812  mathclass="variable",
62813  specials={ "compat", 0x4E, 0x6F },
62814  unicodeslot=0x2116,
62815 },
62816 [0x2117]={
62817  category="so",
62818  contextname="textcircledP",
62819  description="SOUND RECORDING COPYRIGHT",
62820  direction="on",
62821  linebreak="al",
62822  mathclass="variable",
62823  synonyms={ "phonorecord sign", "published" },
62824  unicodeslot=0x2117,
62825 },
62826 [0x2118]={
62827  category="so",
62828  description="SCRIPT CAPITAL P",
62829  direction="on",
62830  linebreak="al",
62831  mathclass="variable",
62832  mathname="wp",
62833  synonyms={ "weierstrass elliptic function" },
62834  unicodeslot=0x2118,
62835 },
62836 [0x2119]={
62837  category="lu",
62838  description="DOUBLE-STRUCK CAPITAL P",
62839  direction="l",
62840  linebreak="al",
62841  mathclass="variable",
62842  mathgroup="number set",
62843  mathmeaning="the prime numbers",
62844  mathname="primes",
62845  specials={ "font", 0x50 },
62846  unicodeslot=0x2119,
62847 },
62848 [0x211A]={
62849  category="lu",
62850  description="DOUBLE-STRUCK CAPITAL Q",
62851  direction="l",
62852  linebreak="al",
62853  mathclass="variable",
62854  mathgroup="number set",
62855  mathmeaning="the rational numbers",
62856  mathname="rationals",
62857  specials={ "font", 0x51 },
62858  synonyms={ "rational numbers", "the set of rational numbers" },
62859  unicodeslot=0x211A,
62860 },
62861 [0x211B]={
62862  category="lu",
62863  description="SCRIPT CAPITAL R",
62864  direction="l",
62865  linebreak="al",
62866  mathclass="variable",
62867  specials={ "font", 0x52 },
62868  synonyms={ "riemann integral" },
62869  unicodeslot=0x211B,
62870  variants=variants_style,
62871  visual="it",
62872 },
62873 [0x211C]={
62874  category="lu",
62875  description="BLACK-LETTER CAPITAL R",
62876  direction="l",
62877  linebreak="al",
62878  mathclass="variable",
62879  mathname="Re",
62880  specials={ "font", 0x52 },
62881  synonyms={ "real part" },
62882  unicodeslot=0x211C,
62883 },
62884 [0x211D]={
62885  category="lu",
62886  description="DOUBLE-STRUCK CAPITAL R",
62887  direction="l",
62888  linebreak="al",
62889  mathclass="variable",
62890  mathgroup="number set",
62891  mathmeaning="the real numbers",
62892  mathname="reals",
62893  specials={ "font", 0x52 },
62894  synonyms={ "real numbers", "the set of real numbers" },
62895  unicodeslot=0x211D,
62896 },
62897 [0x211E]={
62898  category="so",
62899  description="PRESCRIPTION TAKE",
62900  direction="on",
62901  linebreak="al",
62902  mathclass="variable",
62903  synonyms={ "cross ratio", "recipe" },
62904  unicodeslot=0x211E,
62905 },
62906 [0x211F]={
62907  category="so",
62908  description="RESPONSE",
62909  direction="on",
62910  linebreak="al",
62911  mathclass="variable",
62912  unicodeslot=0x211F,
62913 },
62914 [0x2120]={
62915  category="so",
62916  description="SERVICE MARK",
62917  direction="on",
62918  linebreak="al",
62919  mathclass="variable",
62920  specials={ "super", 0x53, 0x4D },
62921  unicodeslot=0x2120,
62922 },
62923 [0x2121]={
62924  category="so",
62925  cjkwd="a",
62926  description="TELEPHONE SIGN",
62927  direction="on",
62928  linebreak="ai",
62929  mathclass="variable",
62930  specials={ "compat", 0x54, 0x45, 0x4C },
62931  unicodeslot=0x2121,
62932 },
62933 [0x2122]={
62934  category="so",
62935  cjkwd="a",
62936  contextname="trademark",
62937  description="TRADE MARK SIGN",
62938  direction="on",
62939  linebreak="ai",
62940  mathclass="variable",
62941  specials={ "super", 0x54, 0x4D },
62942  unicodeslot=0x2122,
62943  variants=variants_emoji,
62944 },
62945 [0x2123]={
62946  category="so",
62947  description="VERSICLE",
62948  direction="on",
62949  linebreak="al",
62950  mathclass="variable",
62951  unicodeslot=0x2123,
62952 },
62953 [0x2124]={
62954  category="lu",
62955  description="DOUBLE-STRUCK CAPITAL Z",
62956  direction="l",
62957  linebreak="al",
62958  mathclass="variable",
62959  mathgroup="number set",
62960  mathmeaning="the integers",
62961  mathname="integers",
62962  specials={ "font", 0x5A },
62963  synonyms={ "integers", "the set of integers" },
62964  unicodeslot=0x2124,
62965 },
62966 [0x2125]={
62967  category="so",
62968  contextname="textounce",
62969  description="OUNCE SIGN",
62970  direction="on",
62971  linebreak="al",
62972  mathclass="variable",
62973  unicodeslot=0x2125,
62974 },
62975 [0x2126]={
62976  category="lu",
62977  cjkwd="a",
62978  contextname="textohm",
62979  description="OHM SIGN",
62980  direction="l",
62981  lccode=0x3C9,
62982  linebreak="al",
62983  mathclass="variable",
62984  mathname="ohm",
62985  specials={ "char", 0x3A9 },
62986  unicodeslot=0x2126,
62987 },
62988 [0x2127]={
62989  category="so",
62990  contextname="textmho",
62991  description="INVERTED OHM SIGN",
62992  direction="on",
62993  linebreak="al",
62994  mathclass="variable",
62995  mathname="mho",
62996  synonyms={ "mho" },
62997  unicodeslot=0x2127,
62998 },
62999 [0x2128]={
63000  category="lu",
63001  description="BLACK-LETTER CAPITAL Z",
63002  direction="l",
63003  linebreak="al",
63004  mathclass="variable",
63005  specials={ "font", 0x5A },
63006  unicodeslot=0x2128,
63007 },
63008 [0x2129]={
63009  category="so",
63010  description="TURNED GREEK SMALL LETTER IOTA",
63011  direction="on",
63012  linebreak="al",
63013  mathclass="variable",
63014  mathname="turnediota",
63015  synonyms={ "unique element" },
63016  unicodeslot=0x2129,
63017 },
63018 [0x212A]={
63019  category="lu",
63020  contextname="textkelvin",
63021  description="KELVIN SIGN",
63022  direction="l",
63023  lccode=0x6B,
63024  linebreak="al",
63025  mathclass="variable",
63026  specials={ "char", 0x4B },
63027  unicodeslot=0x212A,
63028 },
63029 [0x212B]={
63030  category="lu",
63031  cjkwd="a",
63032  contextname="textAngstrom",
63033  description="ANGSTROM SIGN",
63034  direction="l",
63035  lccode=0xE5,
63036  linebreak="ai",
63037  mathclass="variable",
63038  mathname="Angstrom",
63039  specials={ "char", 0xC5 },
63040  unicodeslot=0x212B,
63041 },
63042 [0x212C]={
63043  category="lu",
63044  description="SCRIPT CAPITAL B",
63045  direction="l",
63046  linebreak="al",
63047  mathclass="variable",
63048  specials={ "font", 0x42 },
63049  synonyms={ "bernoulli function" },
63050  unicodeslot=0x212C,
63051  variants=variants_style,
63052  visual="it",
63053 },
63054 [0x212D]={
63055  category="lu",
63056  description="BLACK-LETTER CAPITAL C",
63057  direction="l",
63058  linebreak="al",
63059  mathclass="variable",
63060  specials={ "font", 0x43 },
63061  unicodeslot=0x212D,
63062 },
63063 [0x212E]={
63064  category="so",
63065  description="ESTIMATED SYMBOL",
63066  direction="et",
63067  linebreak="al",
63068  mathclass="variable",
63069  unicodeslot=0x212E,
63070 },
63071 [0x212F]={
63072  category="ll",
63073  description="SCRIPT SMALL E",
63074  direction="l",
63075  linebreak="al",
63076  mathclass="variable",
63077  specials={ "font", 0x65 },
63078  synonyms={ "error", "natural exponent" },
63079  unicodeslot=0x212F,
63080  visual="it",
63081 },
63082 [0x2130]={
63083  category="lu",
63084  description="SCRIPT CAPITAL E",
63085  direction="l",
63086  linebreak="al",
63087  mathclass="variable",
63088  specials={ "font", 0x45 },
63089  synonyms={ "electromotive force", "emf" },
63090  unicodeslot=0x2130,
63091  variants=variants_style,
63092  visual="it",
63093 },
63094 [0x2131]={
63095  category="lu",
63096  description="SCRIPT CAPITAL F",
63097  direction="l",
63098  linebreak="al",
63099  mathclass="variable",
63100  specials={ "font", 0x46 },
63101  synonyms={ "fourier transform" },
63102  unicodeslot=0x2131,
63103  variants=variants_style,
63104  visual="it",
63105 },
63106 [0x2132]={
63107  category="lu",
63108  description="TURNED CAPITAL F",
63109  direction="l",
63110  lccode=0x214E,
63111  linebreak="al",
63112  mathclass="variable",
63113  mathname="Finv",
63114  synonyms={ "claudian digamma inversum" },
63115  unicodeslot=0x2132,
63116 },
63117 [0x2133]={
63118  category="lu",
63119  description="SCRIPT CAPITAL M",
63120  direction="l",
63121  linebreak="al",
63122  mathclass="variable",
63123  specials={ "font", 0x4D },
63124  synonyms={ "german mark pre-wwii", "m-matrix" },
63125  unicodeslot=0x2133,
63126  variants=variants_style,
63127  visual="it",
63128 },
63129 [0x2134]={
63130  category="ll",
63131  description="SCRIPT SMALL O",
63132  direction="l",
63133  linebreak="al",
63134  mathclass="variable",
63135  specials={ "font", 0x6F },
63136  synonyms={ "order" },
63137  unicodeslot=0x2134,
63138  visual="it",
63139 },
63140 [0x2135]={
63141  category="lo",
63142  description="ALEF SYMBOL",
63143  direction="l",
63144  linebreak="al",
63145  mathclass="variable",
63146  mathname="aleph",
63147  specials={ "compat", 0x5D0 },
63148  synonyms={ "first transfinite cardinal", "first transfinite cardinal countable" },
63149  unicodeslot=0x2135,
63150 },
63151 [0x2136]={
63152  category="lo",
63153  description="BET SYMBOL",
63154  direction="l",
63155  linebreak="al",
63156  mathclass="variable",
63157  mathname="beth",
63158  specials={ "compat", 0x5D1 },
63159  synonyms={ "second transfinite cardinal", "second transfinite cardinal continuum" },
63160  unicodeslot=0x2136,
63161 },
63162 [0x2137]={
63163  category="lo",
63164  description="GIMEL SYMBOL",
63165  direction="l",
63166  linebreak="al",
63167  mathclass="variable",
63168  mathname="gimel",
63169  specials={ "compat", 0x5D2 },
63170  synonyms={ "third transfinite cardinal" },
63171  unicodeslot=0x2137,
63172 },
63173 [0x2138]={
63174  category="lo",
63175  description="DALET SYMBOL",
63176  direction="l",
63177  linebreak="al",
63178  mathclass="variable",
63179  mathname="daleth",
63180  specials={ "compat", 0x5D3 },
63181  synonyms={ "fourth transfinite cardinal" },
63182  unicodeslot=0x2138,
63183 },
63184 [0x2139]={
63185  category="ll",
63186  description="INFORMATION SOURCE",
63187  direction="l",
63188  linebreak="al",
63189  mathclass="variable",
63190  specials={ "font", 0x69 },
63191  unicodeslot=0x2139,
63192  variants=variants_emoji,
63193 },
63194 [0x213A]={
63195  category="so",
63196  description="ROTATED CAPITAL Q",
63197  direction="on",
63198  linebreak="al",
63199  mathclass="variable",
63200  unicodeslot=0x213A,
63201 },
63202 [0x213B]={
63203  category="so",
63204  description="FACSIMILE SIGN",
63205  direction="on",
63206  linebreak="al",
63207  mathclass="variable",
63208  specials={ "compat", 0x46, 0x41, 0x58 },
63209  unicodeslot=0x213B,
63210 },
63211 [0x213C]={
63212  category="ll",
63213  description="DOUBLE-STRUCK SMALL PI",
63214  direction="l",
63215  linebreak="al",
63216  mathclass="variable",
63217  specials={ "font", 0x3C0 },
63218  unicodeslot=0x213C,
63219 },
63220 [0x213D]={
63221  category="ll",
63222  description="DOUBLE-STRUCK SMALL GAMMA",
63223  direction="l",
63224  linebreak="al",
63225  mathclass="variable",
63226  specials={ "font", 0x3B3 },
63227  unicodeslot=0x213D,
63228 },
63229 [0x213E]={
63230  category="lu",
63231  description="DOUBLE-STRUCK CAPITAL GAMMA",
63232  direction="l",
63233  linebreak="al",
63234  mathclass="variable",
63235  specials={ "font", 0x393 },
63236  unicodeslot=0x213E,
63237 },
63238 [0x213F]={
63239  category="lu",
63240  description="DOUBLE-STRUCK CAPITAL PI",
63241  direction="l",
63242  linebreak="al",
63243  mathclass="variable",
63244  specials={ "font", 0x3A0 },
63245  unicodeslot=0x213F,
63246 },
63247 [0x2140]={
63248  category="sm",
63249  description="DOUBLE-STRUCK N-ARY SUMMATION",
63250  direction="on",
63251  linebreak="al",
63252  mathclass="variable",
63253  specials={ "font", 0x2211 },
63254  unicodeslot=0x2140,
63255 },
63256 [0x2141]={
63257  category="sm",
63258  description="TURNED SANS-SERIF CAPITAL G",
63259  direction="on",
63260  linebreak="al",
63261  mathclass="variable",
63262  mathname="Game",
63263  synonyms={ "game" },
63264  unicodeslot=0x2141,
63265 },
63266 [0x2142]={
63267  category="sm",
63268  comment="mathname=sansLturned",
63269  description="TURNED SANS-SERIF CAPITAL L",
63270  direction="on",
63271  linebreak="al",
63272  mathclass="variable",
63273  unicodeslot=0x2142,
63274 },
63275 [0x2143]={
63276  category="sm",
63277  comment="mathname=sansLmirrored",
63278  description="REVERSED SANS-SERIF CAPITAL L",
63279  direction="on",
63280  linebreak="al",
63281  mathclass="variable",
63282  unicodeslot=0x2143,
63283 },
63284 [0x2144]={
63285  category="sm",
63286  comment="mathname=Yup",
63287  description="TURNED SANS-SERIF CAPITAL Y",
63288  direction="on",
63289  linebreak="al",
63290  mathclass="variable",
63291  unicodeslot=0x2144,
63292 },
63293 [0x2145]={
63294  category="lu",
63295  description="DOUBLE-STRUCK ITALIC CAPITAL D",
63296  direction="l",
63297  linebreak="al",
63298  mathclass="variable",
63299  mathspec={
63300   {
63301    class="differential",
63302    name="differentialD",
63303   },
63304  },
63305  specials={ "font", 0x44 },
63306  unicodeslot=0x2145,
63307 },
63308 [0x2146]={
63309  category="ll",
63310  description="DOUBLE-STRUCK ITALIC SMALL D",
63311  direction="l",
63312  linebreak="al",
63313  mathclass="variable",
63314  mathspec={
63315   {
63316    class="differential",
63317    name="differentiald",
63318   },
63319  },
63320  specials={ "font", 0x64 },
63321  unicodeslot=0x2146,
63322 },
63323 [0x2147]={
63324  category="ll",
63325  description="DOUBLE-STRUCK ITALIC SMALL E",
63326  direction="l",
63327  linebreak="al",
63328  mathclass="variable",
63329  mathspec={
63330   {
63331    class="exponential",
63332    name="exponentiale",
63333   },
63334  },
63335  specials={ "font", 0x65 },
63336  unicodeslot=0x2147,
63337 },
63338 [0x2148]={
63339  category="ll",
63340  description="DOUBLE-STRUCK ITALIC SMALL I",
63341  direction="l",
63342  linebreak="al",
63343  mathclass="variable",
63344  mathspec={
63345   {
63346    class="imaginary",
63347    name="imaginaryi",
63348   },
63349  },
63350  specials={ "font", 0x69 },
63351  unicodeslot=0x2148,
63352 },
63353 [0x2149]={
63354  category="ll",
63355  description="DOUBLE-STRUCK ITALIC SMALL J",
63356  direction="l",
63357  linebreak="al",
63358  mathclass="variable",
63359  mathspec={
63360   {
63361    class="imaginary",
63362    name="imaginaryj",
63363   },
63364  },
63365  specials={ "font", 0x6A },
63366  unicodeslot=0x2149,
63367 },
63368 [0x214A]={
63369  category="so",
63370  comment="PropertyLine",
63371  description="PROPERTY LINE",
63372  direction="on",
63373  linebreak="al",
63374  mathclass="ordinary",
63375  unicodeslot=0x214A,
63376 },
63377 [0x214B]={
63378  category="sm",
63379  description="TURNED AMPERSAND",
63380  direction="on",
63381  linebreak="al",
63382  mathclass="binary",
63383  mathname="upand",
63384  unicodeslot=0x214B,
63385 },
63386 [0x214C]={
63387  category="so",
63388  description="PER SIGN",
63389  direction="on",
63390  linebreak="al",
63391  mathclass="variable",
63392  unicodeslot=0x214C,
63393 },
63394 [0x214D]={
63395  category="so",
63396  description="AKTIESELSKAB",
63397  direction="on",
63398  linebreak="al",
63399  mathclass="variable",
63400  unicodeslot=0x214D,
63401 },
63402 [0x214E]={
63403  category="ll",
63404  description="TURNED SMALL F",
63405  direction="l",
63406  linebreak="al",
63407  mathclass="variable",
63408  uccode=0x2132,
63409  unicodeslot=0x214E,
63410 },
63411 [0x214F]={
63412  category="so",
63413  description="SYMBOL FOR SAMARITAN SOURCE",
63414  direction="l",
63415  linebreak="al",
63416  mathclass="variable",
63417  unicodeslot=0x214F,
63418 },
63419 [0x2150]={
63420  category="no",
63421  description="VULGAR FRACTION ONE SEVENTH",
63422  direction="on",
63423  linebreak="ai",
63424  specials={ "fraction", 0x31, 0x2044, 0x37 },
63425  unicodeslot=0x2150,
63426 },
63427 [0x2151]={
63428  category="no",
63429  description="VULGAR FRACTION ONE NINTH",
63430  direction="on",
63431  linebreak="ai",
63432  specials={ "fraction", 0x31, 0x2044, 0x39 },
63433  unicodeslot=0x2151,
63434 },
63435 [0x2152]={
63436  category="no",
63437  description="VULGAR FRACTION ONE TENTH",
63438  direction="on",
63439  linebreak="ai",
63440  specials={ "fraction", 0x31, 0x2044, 0x31, 0x30 },
63441  unicodeslot=0x2152,
63442 },
63443 [0x2153]={
63444  category="no",
63445  cjkwd="a",
63446  contextname="onethird",
63447  description="VULGAR FRACTION ONE THIRD",
63448  direction="on",
63449  linebreak="ai",
63450  specials={ "fraction", 0x31, 0x2044, 0x33 },
63451  unicodeslot=0x2153,
63452 },
63453 [0x2154]={
63454  category="no",
63455  cjkwd="a",
63456  contextname="twothirds",
63457  description="VULGAR FRACTION TWO THIRDS",
63458  direction="on",
63459  linebreak="ai",
63460  specials={ "fraction", 0x32, 0x2044, 0x33 },
63461  unicodeslot=0x2154,
63462 },
63463 [0x2155]={
63464  category="no",
63465  contextname="onefifth",
63466  description="VULGAR FRACTION ONE FIFTH",
63467  direction="on",
63468  linebreak="ai",
63469  specials={ "fraction", 0x31, 0x2044, 0x35 },
63470  unicodeslot=0x2155,
63471 },
63472 [0x2156]={
63473  category="no",
63474  contextname="twofifths",
63475  description="VULGAR FRACTION TWO FIFTHS",
63476  direction="on",
63477  linebreak="ai",
63478  specials={ "fraction", 0x32, 0x2044, 0x35 },
63479  unicodeslot=0x2156,
63480 },
63481 [0x2157]={
63482  category="no",
63483  contextname="threefifths",
63484  description="VULGAR FRACTION THREE FIFTHS",
63485  direction="on",
63486  linebreak="ai",
63487  specials={ "fraction", 0x33, 0x2044, 0x35 },
63488  unicodeslot=0x2157,
63489 },
63490 [0x2158]={
63491  category="no",
63492  contextname="fourfifths",
63493  description="VULGAR FRACTION FOUR FIFTHS",
63494  direction="on",
63495  linebreak="ai",
63496  specials={ "fraction", 0x34, 0x2044, 0x35 },
63497  unicodeslot=0x2158,
63498 },
63499 [0x2159]={
63500  category="no",
63501  contextname="onesixth",
63502  description="VULGAR FRACTION ONE SIXTH",
63503  direction="on",
63504  linebreak="ai",
63505  specials={ "fraction", 0x31, 0x2044, 0x36 },
63506  unicodeslot=0x2159,
63507 },
63508 [0x215A]={
63509  category="no",
63510  contextname="fivesixths",
63511  description="VULGAR FRACTION FIVE SIXTHS",
63512  direction="on",
63513  linebreak="ai",
63514  specials={ "fraction", 0x35, 0x2044, 0x36 },
63515  unicodeslot=0x215A,
63516 },
63517 [0x215B]={
63518  category="no",
63519  cjkwd="a",
63520  contextname="oneeighth",
63521  description="VULGAR FRACTION ONE EIGHTH",
63522  direction="on",
63523  linebreak="ai",
63524  specials={ "fraction", 0x31, 0x2044, 0x38 },
63525  unicodeslot=0x215B,
63526 },
63527 [0x215C]={
63528  category="no",
63529  cjkwd="a",
63530  contextname="threeeighths",
63531  description="VULGAR FRACTION THREE EIGHTHS",
63532  direction="on",
63533  linebreak="ai",
63534  specials={ "fraction", 0x33, 0x2044, 0x38 },
63535  unicodeslot=0x215C,
63536 },
63537 [0x215D]={
63538  category="no",
63539  cjkwd="a",
63540  contextname="fiveeighths",
63541  description="VULGAR FRACTION FIVE EIGHTHS",
63542  direction="on",
63543  linebreak="ai",
63544  specials={ "fraction", 0x35, 0x2044, 0x38 },
63545  unicodeslot=0x215D,
63546 },
63547 [0x215E]={
63548  category="no",
63549  cjkwd="a",
63550  contextname="seveneighths",
63551  description="VULGAR FRACTION SEVEN EIGHTHS",
63552  direction="on",
63553  linebreak="ai",
63554  specials={ "fraction", 0x37, 0x2044, 0x38 },
63555  unicodeslot=0x215E,
63556 },
63557 [0x215F]={
63558  category="no",
63559  description="FRACTION NUMERATOR ONE",
63560  direction="on",
63561  linebreak="al",
63562  specials={ "fraction", 0x31, 0x2044 },
63563  unicodeslot=0x215F,
63564 },
63565 [0x2160]={
63566  category="nl",
63567  cjkwd="a",
63568  contextname="romanI",
63569  description="ROMAN NUMERAL ONE",
63570  direction="l",
63571  lccode=0x2170,
63572  linebreak="ai",
63573  specials={ "compat", 0x49 },
63574  unicodeslot=0x2160,
63575 },
63576 [0x2161]={
63577  category="nl",
63578  cjkwd="a",
63579  contextname="romanII",
63580  description="ROMAN NUMERAL TWO",
63581  direction="l",
63582  lccode=0x2171,
63583  linebreak="ai",
63584  specials={ "compat", 0x49, 0x49 },
63585  unicodeslot=0x2161,
63586 },
63587 [0x2162]={
63588  category="nl",
63589  cjkwd="a",
63590  contextname="romanIII",
63591  description="ROMAN NUMERAL THREE",
63592  direction="l",
63593  lccode=0x2172,
63594  linebreak="ai",
63595  specials={ "compat", 0x49, 0x49, 0x49 },
63596  unicodeslot=0x2162,
63597 },
63598 [0x2163]={
63599  category="nl",
63600  cjkwd="a",
63601  contextname="romanIV",
63602  description="ROMAN NUMERAL FOUR",
63603  direction="l",
63604  lccode=0x2173,
63605  linebreak="ai",
63606  specials={ "compat", 0x49, 0x56 },
63607  unicodeslot=0x2163,
63608 },
63609 [0x2164]={
63610  category="nl",
63611  cjkwd="a",
63612  contextname="romanV",
63613  description="ROMAN NUMERAL FIVE",
63614  direction="l",
63615  lccode=0x2174,
63616  linebreak="ai",
63617  specials={ "compat", 0x56 },
63618  unicodeslot=0x2164,
63619 },
63620 [0x2165]={
63621  category="nl",
63622  cjkwd="a",
63623  contextname="romanVI",
63624  description="ROMAN NUMERAL SIX",
63625  direction="l",
63626  lccode=0x2175,
63627  linebreak="ai",
63628  specials={ "compat", 0x56, 0x49 },
63629  unicodeslot=0x2165,
63630 },
63631 [0x2166]={
63632  category="nl",
63633  cjkwd="a",
63634  contextname="romanVII",
63635  description="ROMAN NUMERAL SEVEN",
63636  direction="l",
63637  lccode=0x2176,
63638  linebreak="ai",
63639  specials={ "compat", 0x56, 0x49, 0x49 },
63640  unicodeslot=0x2166,
63641 },
63642 [0x2167]={
63643  category="nl",
63644  cjkwd="a",
63645  contextname="romanVIII",
63646  description="ROMAN NUMERAL EIGHT",
63647  direction="l",
63648  lccode=0x2177,
63649  linebreak="ai",
63650  specials={ "compat", 0x56, 0x49, 0x49, 0x49 },
63651  unicodeslot=0x2167,
63652 },
63653 [0x2168]={
63654  category="nl",
63655  cjkwd="a",
63656  contextname="romanIX",
63657  description="ROMAN NUMERAL NINE",
63658  direction="l",
63659  lccode=0x2178,
63660  linebreak="ai",
63661  specials={ "compat", 0x49, 0x58 },
63662  unicodeslot=0x2168,
63663 },
63664 [0x2169]={
63665  category="nl",
63666  cjkwd="a",
63667  contextname="romanX",
63668  description="ROMAN NUMERAL TEN",
63669  direction="l",
63670  lccode=0x2179,
63671  linebreak="ai",
63672  specials={ "compat", 0x58 },
63673  unicodeslot=0x2169,
63674 },
63675 [0x216A]={
63676  category="nl",
63677  cjkwd="a",
63678  contextname="romanXI",
63679  description="ROMAN NUMERAL ELEVEN",
63680  direction="l",
63681  lccode=0x217A,
63682  linebreak="ai",
63683  specials={ "compat", 0x58, 0x49 },
63684  unicodeslot=0x216A,
63685 },
63686 [0x216B]={
63687  category="nl",
63688  cjkwd="a",
63689  contextname="romanXII",
63690  description="ROMAN NUMERAL TWELVE",
63691  direction="l",
63692  lccode=0x217B,
63693  linebreak="ai",
63694  specials={ "compat", 0x58, 0x49, 0x49 },
63695  unicodeslot=0x216B,
63696 },
63697 [0x216C]={
63698  category="nl",
63699  contextname="romanL",
63700  description="ROMAN NUMERAL FIFTY",
63701  direction="l",
63702  lccode=0x217C,
63703  linebreak="al",
63704  specials={ "compat", 0x4C },
63705  unicodeslot=0x216C,
63706 },
63707 [0x216D]={
63708  category="nl",
63709  contextname="romanC",
63710  description="ROMAN NUMERAL ONE HUNDRED",
63711  direction="l",
63712  lccode=0x217D,
63713  linebreak="al",
63714  specials={ "compat", 0x43 },
63715  unicodeslot=0x216D,
63716 },
63717 [0x216E]={
63718  category="nl",
63719  contextname="romanD",
63720  description="ROMAN NUMERAL FIVE HUNDRED",
63721  direction="l",
63722  lccode=0x217E,
63723  linebreak="al",
63724  specials={ "compat", 0x44 },
63725  unicodeslot=0x216E,
63726 },
63727 [0x216F]={
63728  category="nl",
63729  contextname="romanM",
63730  description="ROMAN NUMERAL ONE THOUSAND",
63731  direction="l",
63732  lccode=0x217F,
63733  linebreak="al",
63734  specials={ "compat", 0x4D },
63735  unicodeslot=0x216F,
63736 },
63737 [0x2170]={
63738  category="nl",
63739  cjkwd="a",
63740  contextname="romani",
63741  description="SMALL ROMAN NUMERAL ONE",
63742  direction="l",
63743  linebreak="ai",
63744  specials={ "compat", 0x69 },
63745  uccode=0x2160,
63746  unicodeslot=0x2170,
63747 },
63748 [0x2171]={
63749  category="nl",
63750  cjkwd="a",
63751  contextname="romanii",
63752  description="SMALL ROMAN NUMERAL TWO",
63753  direction="l",
63754  linebreak="ai",
63755  specials={ "compat", 0x69, 0x69 },
63756  uccode=0x2161,
63757  unicodeslot=0x2171,
63758 },
63759 [0x2172]={
63760  category="nl",
63761  cjkwd="a",
63762  contextname="romaniii",
63763  description="SMALL ROMAN NUMERAL THREE",
63764  direction="l",
63765  linebreak="ai",
63766  specials={ "compat", 0x69, 0x69, 0x69 },
63767  uccode=0x2162,
63768  unicodeslot=0x2172,
63769 },
63770 [0x2173]={
63771  category="nl",
63772  cjkwd="a",
63773  contextname="romaniv",
63774  description="SMALL ROMAN NUMERAL FOUR",
63775  direction="l",
63776  linebreak="ai",
63777  specials={ "compat", 0x69, 0x76 },
63778  uccode=0x2163,
63779  unicodeslot=0x2173,
63780 },
63781 [0x2174]={
63782  category="nl",
63783  cjkwd="a",
63784  contextname="romanv",
63785  description="SMALL ROMAN NUMERAL FIVE",
63786  direction="l",
63787  linebreak="ai",
63788  specials={ "compat", 0x76 },
63789  uccode=0x2164,
63790  unicodeslot=0x2174,
63791 },
63792 [0x2175]={
63793  category="nl",
63794  cjkwd="a",
63795  contextname="romanvi",
63796  description="SMALL ROMAN NUMERAL SIX",
63797  direction="l",
63798  linebreak="ai",
63799  specials={ "compat", 0x76, 0x69 },
63800  uccode=0x2165,
63801  unicodeslot=0x2175,
63802 },
63803 [0x2176]={
63804  category="nl",
63805  cjkwd="a",
63806  contextname="romanvii",
63807  description="SMALL ROMAN NUMERAL SEVEN",
63808  direction="l",
63809  linebreak="ai",
63810  specials={ "compat", 0x76, 0x69, 0x69 },
63811  uccode=0x2166,
63812  unicodeslot=0x2176,
63813 },
63814 [0x2177]={
63815  category="nl",
63816  cjkwd="a",
63817  contextname="romanviii",
63818  description="SMALL ROMAN NUMERAL EIGHT",
63819  direction="l",
63820  linebreak="ai",
63821  specials={ "compat", 0x76, 0x69, 0x69, 0x69 },
63822  uccode=0x2167,
63823  unicodeslot=0x2177,
63824 },
63825 [0x2178]={
63826  category="nl",
63827  cjkwd="a",
63828  contextname="romanix",
63829  description="SMALL ROMAN NUMERAL NINE",
63830  direction="l",
63831  linebreak="ai",
63832  specials={ "compat", 0x69, 0x78 },
63833  uccode=0x2168,
63834  unicodeslot=0x2178,
63835 },
63836 [0x2179]={
63837  category="nl",
63838  cjkwd="a",
63839  contextname="romanx",
63840  description="SMALL ROMAN NUMERAL TEN",
63841  direction="l",
63842  linebreak="ai",
63843  specials={ "compat", 0x78 },
63844  uccode=0x2169,
63845  unicodeslot=0x2179,
63846 },
63847 [0x217A]={
63848  category="nl",
63849  contextname="romanxi",
63850  description="SMALL ROMAN NUMERAL ELEVEN",
63851  direction="l",
63852  linebreak="al",
63853  specials={ "compat", 0x78, 0x69 },
63854  uccode=0x216A,
63855  unicodeslot=0x217A,
63856 },
63857 [0x217B]={
63858  category="nl",
63859  contextname="romanxii",
63860  description="SMALL ROMAN NUMERAL TWELVE",
63861  direction="l",
63862  linebreak="al",
63863  specials={ "compat", 0x78, 0x69, 0x69 },
63864  uccode=0x216B,
63865  unicodeslot=0x217B,
63866 },
63867 [0x217C]={
63868  category="nl",
63869  contextname="romanl",
63870  description="SMALL ROMAN NUMERAL FIFTY",
63871  direction="l",
63872  linebreak="al",
63873  specials={ "compat", 0x6C },
63874  uccode=0x216C,
63875  unicodeslot=0x217C,
63876 },
63877 [0x217D]={
63878  category="nl",
63879  contextname="romanc",
63880  description="SMALL ROMAN NUMERAL ONE HUNDRED",
63881  direction="l",
63882  linebreak="al",
63883  specials={ "compat", 0x63 },
63884  uccode=0x216D,
63885  unicodeslot=0x217D,
63886 },
63887 [0x217E]={
63888  category="nl",
63889  contextname="romand",
63890  description="SMALL ROMAN NUMERAL FIVE HUNDRED",
63891  direction="l",
63892  linebreak="al",
63893  specials={ "compat", 0x64 },
63894  uccode=0x216E,
63895  unicodeslot=0x217E,
63896 },
63897 [0x217F]={
63898  category="nl",
63899  contextname="romanm",
63900  description="SMALL ROMAN NUMERAL ONE THOUSAND",
63901  direction="l",
63902  linebreak="al",
63903  specials={ "compat", 0x6D },
63904  uccode=0x216F,
63905  unicodeslot=0x217F,
63906 },
63907 [0x2180]={
63908  category="nl",
63909  description="ROMAN NUMERAL ONE THOUSAND C D",
63910  direction="l",
63911  linebreak="al",
63912  unicodeslot=0x2180,
63913 },
63914 [0x2181]={
63915  category="nl",
63916  description="ROMAN NUMERAL FIVE THOUSAND",
63917  direction="l",
63918  linebreak="al",
63919  unicodeslot=0x2181,
63920 },
63921 [0x2182]={
63922  category="nl",
63923  description="ROMAN NUMERAL TEN THOUSAND",
63924  direction="l",
63925  linebreak="al",
63926  unicodeslot=0x2182,
63927 },
63928 [0x2183]={
63929  category="lu",
63930  description="ROMAN NUMERAL REVERSED ONE HUNDRED",
63931  direction="l",
63932  lccode=0x2184,
63933  linebreak="al",
63934  synonyms={ "apostrophic c", "claudian antisigma" },
63935  unicodeslot=0x2183,
63936 },
63937 [0x2184]={
63938  category="ll",
63939  description="LATIN SMALL LETTER REVERSED C",
63940  direction="l",
63941  linebreak="al",
63942  uccode=0x2183,
63943  unicodeslot=0x2184,
63944 },
63945 [0x2185]={
63946  category="nl",
63947  description="ROMAN NUMERAL SIX LATE FORM",
63948  direction="l",
63949  linebreak="al",
63950  unicodeslot=0x2185,
63951 },
63952 [0x2186]={
63953  category="nl",
63954  description="ROMAN NUMERAL FIFTY EARLY FORM",
63955  direction="l",
63956  linebreak="al",
63957  unicodeslot=0x2186,
63958 },
63959 [0x2187]={
63960  category="nl",
63961  description="ROMAN NUMERAL FIFTY THOUSAND",
63962  direction="l",
63963  linebreak="al",
63964  unicodeslot=0x2187,
63965 },
63966 [0x2188]={
63967  category="nl",
63968  description="ROMAN NUMERAL ONE HUNDRED THOUSAND",
63969  direction="l",
63970  linebreak="al",
63971  unicodeslot=0x2188,
63972 },
63973 [0x2189]={
63974  category="no",
63975  cjkwd="a",
63976  description="VULGAR FRACTION ZERO THIRDS",
63977  direction="on",
63978  linebreak="ai",
63979  specials={ "fraction", 0x30, 0x2044, 0x33 },
63980  unicodeslot=0x2189,
63981 },
63982 [0x218A]={
63983  category="so",
63984  description="TURNED DIGIT TWO",
63985  direction="on",
63986  linebreak="al",
63987  unicodeslot=0x218A,
63988 },
63989 [0x218B]={
63990  category="so",
63991  description="TURNED DIGIT THREE",
63992  direction="on",
63993  linebreak="al",
63994  unicodeslot=0x218B,
63995 },
63996 [0x2190]={
63997  category="sm",
63998  cjkwd="a",
63999  description="LEFTWARDS ARROW",
64000  direction="on",
64001  linebreak="ai",
64002  mathextensible="l",
64003  mathfiller="leftarrowfill",
64004  mathgroup="binary relation",
64005  mathlist={ 0x3C, 0x2212 },
64006  mathmeaning="gets",
64007  mathspec={
64008   {
64009    class="relation",
64010    name="leftarrow",
64011   },
64012   {
64013    class="relation",
64014    name="gets",
64015   },
64016   {
64017    class="under",
64018    name="underleftarrow",
64019   },
64020   {
64021    class="over",
64022    name="overleftarrow",
64023   },
64024  },
64025  mathstretch="h",
64026  unicodeslot=0x2190,
64027 },
64028 [0x2191]={
64029  category="sm",
64030  cjkwd="a",
64031  description="UPWARDS ARROW",
64032  direction="on",
64033  linebreak="ai",
64034  mathclass="relation",
64035  mathextensible="u",
64036  mathgroup="limit",
64037  mathmeaning="tends from below to",
64038  mathname="uparrow",
64039  synonyms={ "egressive airflow" },
64040  unicodeslot=0x2191,
64041 },
64042 [0x2192]={
64043  category="sm",
64044  cjkwd="a",
64045  description="RIGHTWARDS ARROW",
64046  direction="on",
64047  linebreak="ai",
64048  mathextensible="r",
64049  mathfiller="rightarrowfill",
64050  mathgroup="limit",
64051  mathlist={ 0x2212, 0x3E },
64052  mathmeaning="to",
64053  mathspec={
64054   {
64055    class="relation",
64056    name="rightarrow",
64057   },
64058   {
64059    class="relation",
64060    group="binary set relation",
64061    meaning="to",
64062    name="to",
64063   },
64064   {
64065    class="relation",
64066    group="limit",
64067    meaning="tends to",
64068    name="tendsto",
64069   },
64070   {
64071    class="under",
64072    name="underrightarrow",
64073   },
64074   {
64075    class="over",
64076    name="overrightarrow",
64077   },
64078  },
64079  mathstretch="h",
64080  synonyms={ "total function" },
64081  unicodeslot=0x2192,
64082 },
64083 [0x2193]={
64084  category="sm",
64085  cjkwd="a",
64086  description="DOWNWARDS ARROW",
64087  direction="on",
64088  linebreak="ai",
64089  mathclass="relation",
64090  mathextensible="d",
64091  mathgroup="limit",
64092  mathmeaning="tends from above to",
64093  mathname="downarrow",
64094  synonyms={ "ingressive airflow" },
64095  unicodeslot=0x2193,
64096 },
64097 [0x2194]={
64098  category="sm",
64099  cjkwd="a",
64100  description="LEFT RIGHT ARROW",
64101  direction="on",
64102  linebreak="ai",
64103  mathclass="relation",
64104  mathextensible="h",
64105  mathlist={ 0x3C, 0x2212, 0x3E },
64106  mathname="leftrightarrow",
64107  synonyms={ "relation" },
64108  unicodeslot=0x2194,
64109  variants=variants_emoji,
64110 },
64111 [0x2195]={
64112  category="so",
64113  cjkwd="a",
64114  description="UP DOWN ARROW",
64115  direction="on",
64116  linebreak="ai",
64117  mathclass="relation",
64118  mathextensible="v",
64119  mathname="updownarrow",
64120  unicodeslot=0x2195,
64121  variants=variants_emoji,
64122 },
64123 [0x2196]={
64124  category="so",
64125  cjkwd="a",
64126  description="NORTH WEST ARROW",
64127  direction="on",
64128  linebreak="ai",
64129  mathclass="relation",
64130  mathname="nwarrow",
64131  unicodeslot=0x2196,
64132  variants=variants_emoji,
64133 },
64134 [0x2197]={
64135  category="so",
64136  cjkwd="a",
64137  description="NORTH EAST ARROW",
64138  direction="on",
64139  linebreak="ai",
64140  mathclass="relation",
64141  mathgroup="limit",
64142  mathmeaning="tends from below to",
64143  mathname="nearrow",
64144  unicodeslot=0x2197,
64145  variants=variants_emoji,
64146 },
64147 [0x2198]={
64148  category="so",
64149  cjkwd="a",
64150  description="SOUTH EAST ARROW",
64151  direction="on",
64152  linebreak="ai",
64153  mathclass="relation",
64154  mathgroup="limit",
64155  mathmeaning="tends from above to",
64156  mathname="searrow",
64157  unicodeslot=0x2198,
64158  variants=variants_emoji,
64159 },
64160 [0x2199]={
64161  category="so",
64162  cjkwd="a",
64163  description="SOUTH WEST ARROW",
64164  direction="on",
64165  linebreak="ai",
64166  mathclass="relation",
64167  mathname="swarrow",
64168  unicodeslot=0x2199,
64169  variants=variants_emoji,
64170 },
64171 [0x219A]={
64172  category="sm",
64173  description="LEFTWARDS ARROW WITH STROKE",
64174  direction="on",
64175  linebreak="al",
64176  mathclass="relation",
64177  mathextensible="l",
64178  mathname="nleftarrow",
64179  specials={ "char", 0x2190, 0x338 },
64180  unicodeslot=0x219A,
64181 },
64182 [0x219B]={
64183  category="sm",
64184  description="RIGHTWARDS ARROW WITH STROKE",
64185  direction="on",
64186  linebreak="al",
64187  mathclass="relation",
64188  mathextensible="r",
64189  mathname="nrightarrow",
64190  specials={ "char", 0x2192, 0x338 },
64191  unicodeslot=0x219B,
64192 },
64193 [0x219C]={
64194  category="so",
64195  description="LEFTWARDS WAVE ARROW",
64196  direction="on",
64197  linebreak="al",
64198  mathclass="relation",
64199  mathextensible="l",
64200  mathname="leftwavearrow",
64201  unicodeslot=0x219C,
64202 },
64203 [0x219D]={
64204  category="so",
64205  description="RIGHTWARDS WAVE ARROW",
64206  direction="on",
64207  linebreak="al",
64208  mathclass="relation",
64209  mathextensible="r",
64210  mathname="rightwavearrow",
64211  unicodeslot=0x219D,
64212 },
64213 [0x219E]={
64214  category="so",
64215  description="LEFTWARDS TWO HEADED ARROW",
64216  direction="on",
64217  linebreak="al",
64218  mathclass="relation",
64219  mathextensible="l",
64220  mathfiller="twoheadleftarrowfill",
64221  mathname="twoheadleftarrow",
64222  synonyms={ "fast cursor left" },
64223  unicodeslot=0x219E,
64224 },
64225 [0x219F]={
64226  category="so",
64227  description="UPWARDS TWO HEADED ARROW",
64228  direction="on",
64229  linebreak="al",
64230  mathclass="relation",
64231  mathextensible="u",
64232  mathname="twoheaduparrow",
64233  synonyms={ "fast cursor up" },
64234  unicodeslot=0x219F,
64235 },
64236 [0x21A0]={
64237  category="sm",
64238  description="RIGHTWARDS TWO HEADED ARROW",
64239  direction="on",
64240  linebreak="al",
64241  mathclass="relation",
64242  mathextensible="r",
64243  mathfiller="twoheadrightarrowfill",
64244  mathname="twoheadrightarrow",
64245  synonyms={ "fast cursor right", "total surjection" },
64246  unicodeslot=0x21A0,
64247 },
64248 [0x21A1]={
64249  category="so",
64250  description="DOWNWARDS TWO HEADED ARROW",
64251  direction="on",
64252  linebreak="al",
64253  mathclass="relation",
64254  mathextensible="d",
64255  mathname="twoheaddownarrow",
64256  synonyms={ "fast cursor down", "form feed" },
64257  unicodeslot=0x21A1,
64258 },
64259 [0x21A2]={
64260  category="so",
64261  description="LEFTWARDS ARROW WITH TAIL",
64262  direction="on",
64263  linebreak="al",
64264  mathclass="relation",
64265  mathextensible="l",
64266  mathname="leftarrowtail",
64267  unicodeslot=0x21A2,
64268 },
64269 [0x21A3]={
64270  category="sm",
64271  description="RIGHTWARDS ARROW WITH TAIL",
64272  direction="on",
64273  linebreak="al",
64274  mathclass="relation",
64275  mathextensible="r",
64276  mathname="rightarrowtail",
64277  synonyms={ "total injection" },
64278  unicodeslot=0x21A3,
64279 },
64280 [0x21A4]={
64281  category="so",
64282  description="LEFTWARDS ARROW FROM BAR",
64283  direction="on",
64284  linebreak="al",
64285  mathclass="relation",
64286  mathextensible="l",
64287  mathgroup="binary relation",
64288  mathmeaning="maps from",
64289  mathname="mapsfrom",
64290  unicodeslot=0x21A4,
64291 },
64292 [0x21A5]={
64293  category="so",
64294  description="UPWARDS ARROW FROM BAR",
64295  direction="on",
64296  linebreak="al",
64297  mathclass="relation",
64298  mathextensible="u",
64299  mathgroup="binary relation",
64300  mathmeaning="maps up",
64301  mathname="mapsup",
64302  unicodeslot=0x21A5,
64303 },
64304 [0x21A6]={
64305  category="sm",
64306  description="RIGHTWARDS ARROW FROM BAR",
64307  direction="on",
64308  linebreak="al",
64309  mathclass="relation",
64310  mathextensible="r",
64311  mathfiller="mapstofill",
64312  mathgroup="binary relation",
64313  mathmeaning="maps to",
64314  mathname="mapsto",
64315  synonyms={ "maplet" },
64316  unicodeslot=0x21A6,
64317 },
64318 [0x21A7]={
64319  category="so",
64320  description="DOWNWARDS ARROW FROM BAR",
64321  direction="on",
64322  linebreak="al",
64323  mathclass="relation",
64324  mathextensible="d",
64325  mathgroup="binary relation",
64326  mathmeaning="maps down",
64327  mathname="mapsdown",
64328  synonyms={ "depth symbol" },
64329  unicodeslot=0x21A7,
64330 },
64331 [0x21A8]={
64332  category="so",
64333  description="UP DOWN ARROW WITH BASE",
64334  direction="on",
64335  linebreak="al",
64336  mathclass="ordinary",
64337  mathextensible="v",
64338  mathname="updownarrowbar",
64339  unicodeslot=0x21A8,
64340 },
64341 [0x21A9]={
64342  category="so",
64343  description="LEFTWARDS ARROW WITH HOOK",
64344  direction="on",
64345  linebreak="al",
64346  mathclass="relation",
64347  mathextensible="l",
64348  mathfiller="hookleftarrowfill",
64349  mathname="hookleftarrow",
64350  unicodeslot=0x21A9,
64351  variants=variants_emoji,
64352 },
64353 [0x21AA]={
64354  category="so",
64355  description="RIGHTWARDS ARROW WITH HOOK",
64356  direction="on",
64357  linebreak="al",
64358  mathclass="relation",
64359  mathextensible="r",
64360  mathfiller="hookrightarrowfill",
64361  mathname="hookrightarrow",
64362  unicodeslot=0x21AA,
64363  variants=variants_emoji,
64364 },
64365 [0x21AB]={
64366  category="so",
64367  description="LEFTWARDS ARROW WITH LOOP",
64368  direction="on",
64369  linebreak="al",
64370  mathclass="relation",
64371  mathextensible="l",
64372  mathname="looparrowleft",
64373  unicodeslot=0x21AB,
64374 },
64375 [0x21AC]={
64376  category="so",
64377  description="RIGHTWARDS ARROW WITH LOOP",
64378  direction="on",
64379  linebreak="al",
64380  mathclass="relation",
64381  mathextensible="r",
64382  mathname="looparrowright",
64383  unicodeslot=0x21AC,
64384 },
64385 [0x21AD]={
64386  category="so",
64387  description="LEFT RIGHT WAVE ARROW",
64388  direction="on",
64389  linebreak="al",
64390  mathclass="relation",
64391  mathextensible="h",
64392  mathname="leftrightsquigarrow",
64393  unicodeslot=0x21AD,
64394 },
64395 [0x21AE]={
64396  category="sm",
64397  description="LEFT RIGHT ARROW WITH STROKE",
64398  direction="on",
64399  linebreak="al",
64400  mathclass="relation",
64401  mathextensible="h",
64402  mathname="nleftrightarrow",
64403  specials={ "char", 0x2194, 0x338 },
64404  unicodeslot=0x21AE,
64405 },
64406 [0x21AF]={
64407  category="so",
64408  description="DOWNWARDS ZIGZAG ARROW",
64409  direction="on",
64410  linebreak="al",
64411  mathclass="relation",
64412  mathextensible="d",
64413  mathname="downzigzagarrow",
64414  synonyms={ "electrolysis" },
64415  unicodeslot=0x21AF,
64416 },
64417 [0x21B0]={
64418  category="so",
64419  description="UPWARDS ARROW WITH TIP LEFTWARDS",
64420  direction="on",
64421  linebreak="al",
64422  mathclass="relation",
64423  mathextensible="m",
64424  mathname="Lsh",
64425  unicodeslot=0x21B0,
64426 },
64427 [0x21B1]={
64428  category="so",
64429  description="UPWARDS ARROW WITH TIP RIGHTWARDS",
64430  direction="on",
64431  linebreak="al",
64432  mathclass="relation",
64433  mathextensible="m",
64434  mathname="Rsh",
64435  unicodeslot=0x21B1,
64436 },
64437 [0x21B2]={
64438  category="so",
64439  description="DOWNWARDS ARROW WITH TIP LEFTWARDS",
64440  direction="on",
64441  linebreak="al",
64442  mathclass="relation",
64443  mathextensible="m",
64444  mathname="Ldsh",
64445  unicodeslot=0x21B2,
64446 },
64447 [0x21B3]={
64448  category="so",
64449  description="DOWNWARDS ARROW WITH TIP RIGHTWARDS",
64450  direction="on",
64451  linebreak="al",
64452  mathclass="relation",
64453  mathextensible="m",
64454  mathname="Rdsh",
64455  unicodeslot=0x21B3,
64456 },
64457 [0x21B4]={
64458  category="so",
64459  description="RIGHTWARDS ARROW WITH CORNER DOWNWARDS",
64460  direction="on",
64461  linebreak="al",
64462  mathclass="ordinary",
64463  mathextensible="m",
64464  mathname="linefeed",
64465  synonyms={ "line feed" },
64466  unicodeslot=0x21B4,
64467 },
64468 [0x21B5]={
64469  category="so",
64470  comment="conflict: carriagereturn",
64471  description="DOWNWARDS ARROW WITH CORNER LEFTWARDS",
64472  direction="on",
64473  linebreak="al",
64474  mathclass="ordinary",
64475  mathextensible="m",
64476  mathname="carriagereturn",
64477  unicodeslot=0x21B5,
64478 },
64479 [0x21B6]={
64480  category="so",
64481  description="ANTICLOCKWISE TOP SEMICIRCLE ARROW",
64482  direction="on",
64483  linebreak="al",
64484  mathclass="relation",
64485  mathname="curvearrowleft",
64486  unicodeslot=0x21B6,
64487 },
64488 [0x21B7]={
64489  category="so",
64490  description="CLOCKWISE TOP SEMICIRCLE ARROW",
64491  direction="on",
64492  linebreak="al",
64493  mathclass="relation",
64494  mathname="curvearrowright",
64495  unicodeslot=0x21B7,
64496 },
64497 [0x21B8]={
64498  category="so",
64499  cjkwd="a",
64500  description="NORTH WEST ARROW TO LONG BAR",
64501  direction="on",
64502  linebreak="al",
64503  mathclass="relation",
64504  mathname="barovernorthwestarrow",
64505  unicodeslot=0x21B8,
64506 },
64507 [0x21B9]={
64508  category="so",
64509  cjkwd="a",
64510  description="LEFTWARDS ARROW TO BAR OVER RIGHTWARDS ARROW TO BAR",
64511  direction="on",
64512  linebreak="al",
64513  mathclass="relation",
64514  mathextensible="h",
64515  mathname="barleftarrowrightarrowbar",
64516  synonyms={ "tab with shift tab" },
64517  unicodeslot=0x21B9,
64518 },
64519 [0x21BA]={
64520  category="so",
64521  description="ANTICLOCKWISE OPEN CIRCLE ARROW",
64522  direction="on",
64523  linebreak="al",
64524  mathspec={
64525   {
64526    class="relation",
64527    name="circlearrowright",
64528   },
64529   {
64530    class="relation",
64531    name="acwopencirclearrow",
64532   },
64533  },
64534  unicodeslot=0x21BA,
64535 },
64536 [0x21BB]={
64537  category="so",
64538  description="CLOCKWISE OPEN CIRCLE ARROW",
64539  direction="on",
64540  linebreak="al",
64541  mathspec={
64542   {
64543    class="relation",
64544    name="circlearrowleft",
64545   },
64546   {
64547    class="relation",
64548    name="cwopencirclearrow",
64549   },
64550  },
64551  unicodeslot=0x21BB,
64552 },
64553 [0x21BC]={
64554  category="so",
64555  description="LEFTWARDS HARPOON WITH BARB UPWARDS",
64556  direction="on",
64557  linebreak="al",
64558  mathclass="relation",
64559  mathextensible="l",
64560  mathfiller="leftharpoonupfill",
64561  mathname="leftharpoonup",
64562  unicodeslot=0x21BC,
64563 },
64564 [0x21BD]={
64565  category="so",
64566  description="LEFTWARDS HARPOON WITH BARB DOWNWARDS",
64567  direction="on",
64568  linebreak="al",
64569  mathclass="relation",
64570  mathextensible="l",
64571  mathfiller="leftharpoondownfill",
64572  mathname="leftharpoondown",
64573  unicodeslot=0x21BD,
64574 },
64575 [0x21BE]={
64576  category="so",
64577  description="UPWARDS HARPOON WITH BARB RIGHTWARDS",
64578  direction="on",
64579  linebreak="al",
64580  mathgroup="binary relation",
64581  mathmeaning="restriction",
64582  mathspec={
64583   {
64584    class="relation",
64585    name="upharpoonright",
64586   },
64587   {
64588    class="relation",
64589    name="restriction",
64590   },
64591  },
64592  unicodeslot=0x21BE,
64593 },
64594 [0x21BF]={
64595  category="so",
64596  description="UPWARDS HARPOON WITH BARB LEFTWARDS",
64597  direction="on",
64598  linebreak="al",
64599  mathclass="relation",
64600  mathname="upharpoonleft",
64601  unicodeslot=0x21BF,
64602 },
64603 [0x21C0]={
64604  category="so",
64605  description="RIGHTWARDS HARPOON WITH BARB UPWARDS",
64606  direction="on",
64607  linebreak="al",
64608  mathclass="relation",
64609  mathextensible="r",
64610  mathfiller="rightharpoonupfill",
64611  mathname="rightharpoonup",
64612  unicodeslot=0x21C0,
64613 },
64614 [0x21C1]={
64615  category="so",
64616  description="RIGHTWARDS HARPOON WITH BARB DOWNWARDS",
64617  direction="on",
64618  linebreak="al",
64619  mathclass="relation",
64620  mathextensible="r",
64621  mathfiller="rightharpoondownfill",
64622  mathname="rightharpoondown",
64623  unicodeslot=0x21C1,
64624 },
64625 [0x21C2]={
64626  category="so",
64627  description="DOWNWARDS HARPOON WITH BARB RIGHTWARDS",
64628  direction="on",
64629  linebreak="al",
64630  mathclass="relation",
64631  mathname="downharpoonright",
64632  unicodeslot=0x21C2,
64633 },
64634 [0x21C3]={
64635  category="so",
64636  description="DOWNWARDS HARPOON WITH BARB LEFTWARDS",
64637  direction="on",
64638  linebreak="al",
64639  mathclass="relation",
64640  mathname="downharpoonleft",
64641  unicodeslot=0x21C3,
64642 },
64643 [0x21C4]={
64644  category="so",
64645  description="RIGHTWARDS ARROW OVER LEFTWARDS ARROW",
64646  direction="on",
64647  linebreak="al",
64648  mathclass="relation",
64649  mathextensible="h",
64650  mathfiller="rightoverleftarrowfill",
64651  mathname="rightleftarrows",
64652  unicodeslot=0x21C4,
64653 },
64654 [0x21C5]={
64655  category="so",
64656  description="UPWARDS ARROW LEFTWARDS OF DOWNWARDS ARROW",
64657  direction="on",
64658  linebreak="al",
64659  mathclass="relation",
64660  mathextensible="m",
64661  mathname="updownarrows",
64662  unicodeslot=0x21C5,
64663 },
64664 [0x21C6]={
64665  category="so",
64666  description="LEFTWARDS ARROW OVER RIGHTWARDS ARROW",
64667  direction="on",
64668  linebreak="al",
64669  mathclass="relation",
64670  mathextensible="h",
64671  mathfiller="lefgtoverrightarrowfill",
64672  mathname="leftrightarrows",
64673  unicodeslot=0x21C6,
64674 },
64675 [0x21C7]={
64676  category="so",
64677  description="LEFTWARDS PAIRED ARROWS",
64678  direction="on",
64679  linebreak="al",
64680  mathclass="relation",
64681  mathextensible="l",
64682  mathname="leftleftarrows",
64683  unicodeslot=0x21C7,
64684 },
64685 [0x21C8]={
64686  category="so",
64687  description="UPWARDS PAIRED ARROWS",
64688  direction="on",
64689  linebreak="al",
64690  mathclass="relation",
64691  mathextensible="u",
64692  mathname="upuparrows",
64693  unicodeslot=0x21C8,
64694 },
64695 [0x21C9]={
64696  category="so",
64697  description="RIGHTWARDS PAIRED ARROWS",
64698  direction="on",
64699  linebreak="al",
64700  mathclass="relation",
64701  mathextensible="r",
64702  mathname="rightrightarrows",
64703  unicodeslot=0x21C9,
64704 },
64705 [0x21CA]={
64706  category="so",
64707  description="DOWNWARDS PAIRED ARROWS",
64708  direction="on",
64709  linebreak="al",
64710  mathclass="relation",
64711  mathextensible="d",
64712  mathname="downdownarrows",
64713  unicodeslot=0x21CA,
64714 },
64715 [0x21CB]={
64716  category="so",
64717  description="LEFTWARDS HARPOON OVER RIGHTWARDS HARPOON",
64718  direction="on",
64719  linebreak="al",
64720  mathclass="relation",
64721  mathextensible="h",
64722  mathfiller="leftrightharpoonsfill",
64723  mathname="leftrightharpoons",
64724  unicodeslot=0x21CB,
64725 },
64726 [0x21CC]={
64727  category="so",
64728  description="RIGHTWARDS HARPOON OVER LEFTWARDS HARPOON",
64729  direction="on",
64730  linebreak="al",
64731  mathclass="relation",
64732  mathextensible="h",
64733  mathfiller="rightleftharpoonsfill",
64734  mathname="rightleftharpoons",
64735  unicodeslot=0x21CC,
64736 },
64737 [0x21CD]={
64738  category="so",
64739  description="LEFTWARDS DOUBLE ARROW WITH STROKE",
64740  direction="on",
64741  linebreak="al",
64742  mathclass="relation",
64743  mathextensible="l",
64744  mathgroup="binary relation",
64745  mathmeaning="is not implied by",
64746  mathname="nLeftarrow",
64747  specials={ "char", 0x21D0, 0x338 },
64748  unicodeslot=0x21CD,
64749 },
64750 [0x21CE]={
64751  category="sm",
64752  description="LEFT RIGHT DOUBLE ARROW WITH STROKE",
64753  direction="on",
64754  linebreak="al",
64755  mathclass="relation",
64756  mathextensible="h",
64757  mathname="nLeftrightarrow",
64758  specials={ "char", 0x21D4, 0x338 },
64759  unicodeslot=0x21CE,
64760 },
64761 [0x21CF]={
64762  category="sm",
64763  description="RIGHTWARDS DOUBLE ARROW WITH STROKE",
64764  direction="on",
64765  linebreak="al",
64766  mathclass="relation",
64767  mathextensible="r",
64768  mathname="nRightarrow",
64769  specials={ "char", 0x21D2, 0x338 },
64770  unicodeslot=0x21CF,
64771 },
64772 [0x21D0]={
64773  category="so",
64774  description="LEFTWARDS DOUBLE ARROW",
64775  direction="on",
64776  linebreak="al",
64777  mathclass="relation",
64778  mathextensible="l",
64779  mathgroup="binary relation",
64780  mathlist={ 0x3C, 0x3D, 0x3D },
64781  mathmeaning="is implied by",
64782  mathname="Leftarrow",
64783  unicodeslot=0x21D0,
64784 },
64785 [0x21D1]={
64786  category="so",
64787  description="UPWARDS DOUBLE ARROW",
64788  direction="on",
64789  linebreak="al",
64790  mathclass="relation",
64791  mathextensible="u",
64792  mathname="Uparrow",
64793  unicodeslot=0x21D1,
64794 },
64795 [0x21D2]={
64796  category="sm",
64797  cjkwd="a",
64798  description="RIGHTWARDS DOUBLE ARROW",
64799  direction="on",
64800  linebreak="ai",
64801  mathextensible="r",
64802  mathgroup="binary relation",
64803  mathlist={ 0x3D, 0x3D, 0x3E },
64804  mathmeaning="implies",
64805  mathspec={
64806   {
64807    class="relation",
64808    name="Rightarrow",
64809   },
64810   {
64811    class="relation",
64812    name="imply",
64813   },
64814  },
64815  unicodeslot=0x21D2,
64816 },
64817 [0x21D3]={
64818  category="so",
64819  description="DOWNWARDS DOUBLE ARROW",
64820  direction="on",
64821  linebreak="al",
64822  mathclass="relation",
64823  mathextensible="d",
64824  mathname="Downarrow",
64825  unicodeslot=0x21D3,
64826 },
64827 [0x21D4]={
64828  category="sm",
64829  cjkwd="a",
64830  description="LEFT RIGHT DOUBLE ARROW",
64831  direction="on",
64832  linebreak="ai",
64833  mathclass="relation",
64834  mathextensible="h",
64835  mathgroup="binary relation",
64836  mathlist={ 0x3C, 0x3D, 0x3D, 0x3E },
64837  mathmeaning="if, and only if",
64838  mathname="Leftrightarrow",
64839  unicodeslot=0x21D4,
64840 },
64841 [0x21D5]={
64842  category="so",
64843  description="UP DOWN DOUBLE ARROW",
64844  direction="on",
64845  linebreak="al",
64846  mathclass="relation",
64847  mathextensible="v",
64848  mathname="Updownarrow",
64849  unicodeslot=0x21D5,
64850 },
64851 [0x21D6]={
64852  category="so",
64853  description="NORTH WEST DOUBLE ARROW",
64854  direction="on",
64855  linebreak="al",
64856  mathclass="relation",
64857  mathname="Nwarrow",
64858  unicodeslot=0x21D6,
64859 },
64860 [0x21D7]={
64861  category="so",
64862  description="NORTH EAST DOUBLE ARROW",
64863  direction="on",
64864  linebreak="al",
64865  mathclass="relation",
64866  mathname="Nearrow",
64867  unicodeslot=0x21D7,
64868 },
64869 [0x21D8]={
64870  category="so",
64871  description="SOUTH EAST DOUBLE ARROW",
64872  direction="on",
64873  linebreak="al",
64874  mathclass="relation",
64875  mathname="Searrow",
64876  unicodeslot=0x21D8,
64877 },
64878 [0x21D9]={
64879  category="so",
64880  description="SOUTH WEST DOUBLE ARROW",
64881  direction="on",
64882  linebreak="al",
64883  mathclass="relation",
64884  mathname="Swarrow",
64885  unicodeslot=0x21D9,
64886 },
64887 [0x21DA]={
64888  category="so",
64889  description="LEFTWARDS TRIPLE ARROW",
64890  direction="on",
64891  linebreak="al",
64892  mathclass="relation",
64893  mathextensible="l",
64894  mathname="Lleftarrow",
64895  unicodeslot=0x21DA,
64896 },
64897 [0x21DB]={
64898  category="so",
64899  description="RIGHTWARDS TRIPLE ARROW",
64900  direction="on",
64901  linebreak="al",
64902  mathclass="relation",
64903  mathextensible="r",
64904  mathname="Rrightarrow",
64905  unicodeslot=0x21DB,
64906 },
64907 [0x21DC]={
64908  category="so",
64909  description="LEFTWARDS SQUIGGLE ARROW",
64910  direction="on",
64911  linebreak="al",
64912  mathclass="relation",
64913  mathextensible="l",
64914  mathname="leftsquigarrow",
64915  unicodeslot=0x21DC,
64916 },
64917 [0x21DD]={
64918  category="so",
64919  description="RIGHTWARDS SQUIGGLE ARROW",
64920  direction="on",
64921  linebreak="al",
64922  mathgroup="binary relation",
64923  mathmeaning="leads to",
64924  mathspec={
64925   {
64926    class="relation",
64927    name="rightsquigarrow",
64928   },
64929   {
64930    class="relation",
64931    name="leadsto",
64932   },
64933  },
64934  unicodeslot=0x21DD,
64935 },
64936 [0x21DE]={
64937  category="so",
64938  description="UPWARDS ARROW WITH DOUBLE STROKE",
64939  direction="on",
64940  linebreak="al",
64941  mathclass="relation",
64942  mathextensible="u",
64943  mathname="nHuparrow",
64944  synonyms={ "page up" },
64945  unicodeslot=0x21DE,
64946 },
64947 [0x21DF]={
64948  category="so",
64949  description="DOWNWARDS ARROW WITH DOUBLE STROKE",
64950  direction="on",
64951  linebreak="al",
64952  mathclass="relation",
64953  mathextensible="d",
64954  mathname="nHdownarrow",
64955  unicodeslot=0x21DF,
64956 },
64957 [0x21E0]={
64958  category="so",
64959  description="LEFTWARDS DASHED ARROW",
64960  direction="on",
64961  linebreak="al",
64962  mathclass="relation",
64963  mathextensible="l",
64964  mathname="leftdasharrow",
64965  unicodeslot=0x21E0,
64966 },
64967 [0x21E1]={
64968  category="so",
64969  description="UPWARDS DASHED ARROW",
64970  direction="on",
64971  linebreak="al",
64972  mathclass="relation",
64973  mathextensible="u",
64974  mathname="updasharrow",
64975  unicodeslot=0x21E1,
64976 },
64977 [0x21E2]={
64978  category="so",
64979  description="RIGHTWARDS DASHED ARROW",
64980  direction="on",
64981  linebreak="al",
64982  mathspec={
64983   {
64984    class="relation",
64985    name="rightdasharrow",
64986   },
64987   {
64988    class="relation",
64989    name="dasharrow",
64990   },
64991  },
64992  unicodeslot=0x21E2,
64993 },
64994 [0x21E3]={
64995  category="so",
64996  description="DOWNWARDS DASHED ARROW",
64997  direction="on",
64998  linebreak="al",
64999  mathclass="relation",
65000  mathextensible="d",
65001  mathname="downdasharrow",
65002  unicodeslot=0x21E3,
65003 },
65004 [0x21E4]={
65005  category="so",
65006  description="LEFTWARDS ARROW TO BAR",
65007  direction="on",
65008  linebreak="al",
65009  mathclass="relation",
65010  mathextensible="l",
65011  mathname="barleftarrow",
65012  synonyms={ "leftward tab" },
65013  unicodeslot=0x21E4,
65014 },
65015 [0x21E5]={
65016  category="so",
65017  description="RIGHTWARDS ARROW TO BAR",
65018  direction="on",
65019  linebreak="al",
65020  mathclass="relation",
65021  mathextensible="r",
65022  mathname="rightarrowbar",
65023  synonyms={ "rightward tab" },
65024  unicodeslot=0x21E5,
65025 },
65026 [0x21E6]={
65027  category="so",
65028  description="LEFTWARDS WHITE ARROW",
65029  direction="on",
65030  linebreak="al",
65031  mathclass="ordinary",
65032  mathextensible="l",
65033  mathname="leftwhitearrow",
65034  unicodeslot=0x21E6,
65035 },
65036 [0x21E7]={
65037  category="so",
65038  cjkwd="a",
65039  description="UPWARDS WHITE ARROW",
65040  direction="on",
65041  linebreak="al",
65042  mathclass="ordinary",
65043  mathextensible="u",
65044  mathname="upwhitearrow",
65045  synonyms={ "shift" },
65046  unicodeslot=0x21E7,
65047 },
65048 [0x21E8]={
65049  category="so",
65050  description="RIGHTWARDS WHITE ARROW",
65051  direction="on",
65052  linebreak="al",
65053  mathclass="ordinary",
65054  mathextensible="r",
65055  mathname="rightwhitearrow",
65056  unicodeslot=0x21E8,
65057 },
65058 [0x21E9]={
65059  category="so",
65060  description="DOWNWARDS WHITE ARROW",
65061  direction="on",
65062  linebreak="al",
65063  mathclass="ordinary",
65064  mathextensible="d",
65065  mathname="downwhitearrow",
65066  unicodeslot=0x21E9,
65067 },
65068 [0x21EA]={
65069  category="so",
65070  description="UPWARDS WHITE ARROW FROM BAR",
65071  direction="on",
65072  linebreak="al",
65073  unicodeslot=0x21EA,
65074 },
65075 [0x21EB]={
65076  category="so",
65077  description="UPWARDS WHITE ARROW ON PEDESTAL",
65078  direction="on",
65079  linebreak="al",
65080  mathclass="ordinary",
65081  mathextensible="u",
65082  mathname="whitearrowupfrombar",
65083  synonyms={ "level 2 lock" },
65084  unicodeslot=0x21EB,
65085 },
65086 [0x21EC]={
65087  category="so",
65088  description="UPWARDS WHITE ARROW ON PEDESTAL WITH HORIZONTAL BAR",
65089  direction="on",
65090  linebreak="al",
65091  synonyms={ "caps lock" },
65092  unicodeslot=0x21EC,
65093 },
65094 [0x21ED]={
65095  category="so",
65096  description="UPWARDS WHITE ARROW ON PEDESTAL WITH VERTICAL BAR",
65097  direction="on",
65098  linebreak="al",
65099  synonyms={ "numerics lock" },
65100  unicodeslot=0x21ED,
65101 },
65102 [0x21EE]={
65103  category="so",
65104  description="UPWARDS WHITE DOUBLE ARROW",
65105  direction="on",
65106  linebreak="al",
65107  synonyms={ "level 3 select" },
65108  unicodeslot=0x21EE,
65109 },
65110 [0x21EF]={
65111  category="so",
65112  description="UPWARDS WHITE DOUBLE ARROW ON PEDESTAL",
65113  direction="on",
65114  linebreak="al",
65115  synonyms={ "level 3 lock" },
65116  unicodeslot=0x21EF,
65117 },
65118 [0x21F0]={
65119  category="so",
65120  description="RIGHTWARDS WHITE ARROW FROM WALL",
65121  direction="on",
65122  linebreak="al",
65123  synonyms={ "group lock" },
65124  unicodeslot=0x21F0,
65125 },
65126 [0x21F1]={
65127  category="so",
65128  description="NORTH WEST ARROW TO CORNER",
65129  direction="on",
65130  linebreak="al",
65131  synonyms={ "home" },
65132  unicodeslot=0x21F1,
65133 },
65134 [0x21F2]={
65135  category="so",
65136  description="SOUTH EAST ARROW TO CORNER",
65137  direction="on",
65138  linebreak="al",
65139  synonyms={ "end" },
65140  unicodeslot=0x21F2,
65141 },
65142 [0x21F3]={
65143  category="so",
65144  description="UP DOWN WHITE ARROW",
65145  direction="on",
65146  linebreak="al",
65147  synonyms={ "scrolling" },
65148  unicodeslot=0x21F3,
65149 },
65150 [0x21F4]={
65151  category="sm",
65152  description="RIGHT ARROW WITH SMALL CIRCLE",
65153  direction="on",
65154  linebreak="al",
65155  mathclass="relation",
65156  mathextensible="r",
65157  mathname="circleonrightarrow",
65158  unicodeslot=0x21F4,
65159 },
65160 [0x21F5]={
65161  category="sm",
65162  description="DOWNWARDS ARROW LEFTWARDS OF UPWARDS ARROW",
65163  direction="on",
65164  linebreak="al",
65165  mathclass="relation",
65166  mathextensible="m",
65167  mathname="downuparrows",
65168  unicodeslot=0x21F5,
65169 },
65170 [0x21F6]={
65171  category="sm",
65172  description="THREE RIGHTWARDS ARROWS",
65173  direction="on",
65174  linebreak="al",
65175  mathclass="relation",
65176  mathextensible="r",
65177  mathname="rightthreearrows",
65178  unicodeslot=0x21F6,
65179 },
65180 [0x21F7]={
65181  category="sm",
65182  description="LEFTWARDS ARROW WITH VERTICAL STROKE",
65183  direction="on",
65184  linebreak="al",
65185  mathclass="relation",
65186  mathextensible="l",
65187  mathname="nvleftarrow",
65188  unicodeslot=0x21F7,
65189 },
65190 [0x21F8]={
65191  category="sm",
65192  description="RIGHTWARDS ARROW WITH VERTICAL STROKE",
65193  direction="on",
65194  linebreak="al",
65195  mathclass="relation",
65196  mathextensible="r",
65197  mathname="nvrightarrow",
65198  synonyms={ "partial function" },
65199  unicodeslot=0x21F8,
65200 },
65201 [0x21F9]={
65202  category="sm",
65203  description="LEFT RIGHT ARROW WITH VERTICAL STROKE",
65204  direction="on",
65205  linebreak="al",
65206  mathclass="relation",
65207  mathextensible="h",
65208  mathname="nvleftrightarrow",
65209  synonyms={ "partial relation" },
65210  unicodeslot=0x21F9,
65211 },
65212 [0x21FA]={
65213  category="sm",
65214  description="LEFTWARDS ARROW WITH DOUBLE VERTICAL STROKE",
65215  direction="on",
65216  linebreak="al",
65217  mathclass="relation",
65218  mathextensible="l",
65219  mathname="nVleftarrow",
65220  unicodeslot=0x21FA,
65221 },
65222 [0x21FB]={
65223  category="sm",
65224  description="RIGHTWARDS ARROW WITH DOUBLE VERTICAL STROKE",
65225  direction="on",
65226  linebreak="al",
65227  mathclass="relation",
65228  mathextensible="r",
65229  mathname="nVrightarrow",
65230  synonyms={ "finite function" },
65231  unicodeslot=0x21FB,
65232 },
65233 [0x21FC]={
65234  category="sm",
65235  description="LEFT RIGHT ARROW WITH DOUBLE VERTICAL STROKE",
65236  direction="on",
65237  linebreak="al",
65238  mathclass="relation",
65239  mathextensible="h",
65240  mathname="nVleftrightarrow",
65241  synonyms={ "finite relation" },
65242  unicodeslot=0x21FC,
65243 },
65244 [0x21FD]={
65245  category="sm",
65246  description="LEFTWARDS OPEN-HEADED ARROW",
65247  direction="on",
65248  linebreak="al",
65249  mathclass="relation",
65250  mathextensible="l",
65251  mathname="leftarrowtriangle",
65252  unicodeslot=0x21FD,
65253 },
65254 [0x21FE]={
65255  category="sm",
65256  description="RIGHTWARDS OPEN-HEADED ARROW",
65257  direction="on",
65258  linebreak="al",
65259  mathclass="relation",
65260  mathextensible="r",
65261  mathname="rightarrowtriangle",
65262  unicodeslot=0x21FE,
65263 },
65264 [0x21FF]={
65265  category="sm",
65266  description="LEFT RIGHT OPEN-HEADED ARROW",
65267  direction="on",
65268  linebreak="al",
65269  mathclass="relation",
65270  mathextensible="h",
65271  mathname="leftrightarrowtriangle",
65272  unicodeslot=0x21FF,
65273 },
65274 [0x2200]={
65275  category="sm",
65276  cjkwd="a",
65277  description="FOR ALL",
65278  direction="on",
65279  linebreak="ai",
65280  mathclass="ordinary",
65281  mathgroup="unary set",
65282  mathmeaning="for all",
65283  mathname="forall",
65284  synonyms={ "universal quantifier" },
65285  unicodeslot=0x2200,
65286 },
65287 [0x2201]={
65288  category="sm",
65289  description="COMPLEMENT",
65290  direction="on",
65291  linebreak="al",
65292  mathclass="ordinary",
65293  mathgroup="unary set",
65294  mathmeaning="the complement of",
65295  mathname="complement",
65296  unicodeslot=0x2201,
65297 },
65298 [0x2202]={
65299  category="sm",
65300  cjkwd="a",
65301  description="PARTIAL DIFFERENTIAL",
65302  direction="on",
65303  linebreak="ai",
65304  mathclass="differential",
65305  mathgroup="differential",
65306  mathmeaning="partial d",
65307  mathname="partial",
65308  unicodeslot=0x2202,
65309 },
65310 [0x2203]={
65311  category="sm",
65312  cjkwd="a",
65313  description="THERE EXISTS",
65314  direction="on",
65315  linebreak="ai",
65316  mathclass="ordinary",
65317  mathgroup="unary set",
65318  mathmeaning="there exists",
65319  mathname="exists",
65320  synonyms={ "existential quantifier" },
65321  unicodeslot=0x2203,
65322 },
65323 [0x2204]={
65324  category="sm",
65325  description="THERE DOES NOT EXIST",
65326  direction="on",
65327  linebreak="al",
65328  mathclass="ordinary",
65329  mathgroup="unary set",
65330  mathmeaning="does not exist",
65331  mathname="nexists",
65332  specials={ "char", 0x2203, 0x338 },
65333  unicodeslot=0x2204,
65334 },
65335 [0x2205]={
65336  category="sm",
65337  description="EMPTY SET",
65338  direction="on",
65339  linebreak="al",
65340  mathclass="ordinary",
65341  mathgroup="constant set",
65342  mathmeaning="empty set",
65343  mathname="emptyset",
65344  synonyms={ "null set" },
65345  unicodeslot=0x2205,
65346  variants={
65347   [0xFE00]="zero with long diagonal stroke overlay form",
65348  },
65349 },
65350 [0x2206]={
65351  category="sm",
65352  description="INCREMENT",
65353  direction="on",
65354  linebreak="al",
65355  mathclass="differential",
65356  mathgroup="differential",
65357  mathmeaning="laplacian",
65358  mathname="laplace",
65359  synonyms={ "forward difference", "laplace operator" },
65360  unicodeslot=0x2206,
65361 },
65362 [0x2207]={
65363  category="sm",
65364  cjkwd="a",
65365  description="NABLA",
65366  direction="on",
65367  linebreak="ai",
65368  mathgroup="differential",
65369  mathspec={
65370   {
65371    class="differential",
65372    group="differential",
65373    meaning="nabla",
65374    name="nabla",
65375   },
65376   {
65377    class="differential",
65378    group="differential2",
65379    meaning="gradient",
65380    name="gradient",
65381   },
65382  },
65383  synonyms={ "backward difference", "del" },
65384  unicodeslot=0x2207,
65385 },
65386 [0x2208]={
65387  category="sm",
65388  cjkwd="a",
65389  description="ELEMENT OF",
65390  direction="on",
65391  linebreak="ai",
65392  mathclass="relation",
65393  mathgroup="binary set relation",
65394  mathmeaning="belongs to",
65395  mathname="in",
65396  mirror=0x220B,
65397  unicodeslot=0x2208,
65398 },
65399 [0x2209]={
65400  category="sm",
65401  description="NOT AN ELEMENT OF",
65402  direction="on",
65403  linebreak="al",
65404  mathgroup="binary set relation",
65405  mathmeaning="does not belong to",
65406  mathspec={
65407   {
65408    class="relation",
65409    name="notin",
65410   },
65411   {
65412    class="relation",
65413    name="nin",
65414   },
65415  },
65416  mirror=0x220C,
65417  specials={ "char", 0x2208, 0x338 },
65418  unicodeslot=0x2209,
65419 },
65420 [0x220A]={
65421  category="sm",
65422  description="SMALL ELEMENT OF",
65423  direction="on",
65424  linebreak="al",
65425  mirror=0x220D,
65426  unicodeslot=0x220A,
65427 },
65428 [0x220B]={
65429  category="sm",
65430  cjkwd="a",
65431  description="CONTAINS AS MEMBER",
65432  direction="on",
65433  linebreak="ai",
65434  mathgroup="binary set relation",
65435  mathmeaning="contains",
65436  mathspec={
65437   {
65438    class="relation",
65439    name="ni",
65440   },
65441   {
65442    class="relation",
65443    name="owns",
65444   },
65445  },
65446  mirror=0x2208,
65447  unicodeslot=0x220B,
65448 },
65449 [0x220C]={
65450  category="sm",
65451  description="DOES NOT CONTAIN AS MEMBER",
65452  direction="on",
65453  linebreak="al",
65454  mathgroup="binary set relation",
65455  mathmeaning="does not contain",
65456  mathspec={
65457   {
65458    class="relation",
65459    name="nni",
65460   },
65461   {
65462    class="relation",
65463    name="nowns",
65464   },
65465  },
65466  mirror=0x2209,
65467  specials={ "char", 0x220B, 0x338 },
65468  unicodeslot=0x220C,
65469 },
65470 [0x220D]={
65471  category="sm",
65472  description="SMALL CONTAINS AS MEMBER",
65473  direction="on",
65474  linebreak="al",
65475  mirror=0x220A,
65476  unicodeslot=0x220D,
65477 },
65478 [0x220E]={
65479  category="sm",
65480  description="END OF PROOF",
65481  direction="on",
65482  linebreak="al",
65483  synonyms={ "q.e.d." },
65484  unicodeslot=0x220E,
65485 },
65486 [0x220F]={
65487  category="sm",
65488  cjkwd="a",
65489  description="N-ARY PRODUCT",
65490  direction="on",
65491  linebreak="ai",
65492  mathclass="operator",
65493  mathgroup="nary operator",
65494  mathmeaning="product",
65495  mathname="prod",
65496  synonyms={ "product sign" },
65497  unicodeslot=0x220F,
65498 },
65499 [0x2210]={
65500  category="sm",
65501  description="N-ARY COPRODUCT",
65502  direction="on",
65503  linebreak="al",
65504  mathclass="operator",
65505  mathgroup="nary operator",
65506  mathmeaning="coproduct",
65507  mathname="coprod",
65508  synonyms={ "coproduct sign" },
65509  unicodeslot=0x2210,
65510 },
65511 [0x2211]={
65512  category="sm",
65513  cjkwd="a",
65514  description="N-ARY SUMMATION",
65515  direction="on",
65516  linebreak="ai",
65517  mathclass="operator",
65518  mathgroup="nary operator",
65519  mathmeaning="sum",
65520  mathname="sum",
65521  synonyms={ "summation sign" },
65522  unicodeslot=0x2211,
65523 },
65524 [0x2212]={
65525  category="sm",
65526  description="MINUS SIGN",
65527  direction="es",
65528  linebreak="pr",
65529  mathextensible="h",
65530  mathgroup="binary operator",
65531  mathmeaning="minus",
65532  mathspec={
65533   {
65534    class="binary",
65535    name="minus",
65536   },
65537   {
65538    class="relation",
65539    comment="useless",
65540    name="relbar",
65541   },
65542  },
65543  unicodeslot=0x2212,
65544 },
65545 [0x2213]={
65546  category="sm",
65547  contextname="textmp",
65548  description="MINUS-OR-PLUS SIGN",
65549  direction="et",
65550  linebreak="pr",
65551  mathclass="binary",
65552  mathgroup="binary arithmetic",
65553  mathmeaning="minus plus",
65554  mathname="mp",
65555  unicodeslot=0x2213,
65556 },
65557 [0x2214]={
65558  category="sm",
65559  description="DOT PLUS",
65560  direction="on",
65561  linebreak="al",
65562  mathclass="binary",
65563  mathgroup="binary arithmetic",
65564  mathmeaning="dot plus",
65565  mathname="dotplus",
65566  unicodeslot=0x2214,
65567 },
65568 [0x2215]={
65569  category="sm",
65570  cjkwd="a",
65571  comment="mathclass=ordinary,mathname=diagup",
65572  description="DIVISION SLASH",
65573  direction="on",
65574  linebreak="ai",
65575  mirror=0x29F5,
65576  unicodeslot=0x2215,
65577 },
65578 [0x2216]={
65579  category="sm",
65580  comment="mathclass=ordinary,mathname=diagdown",
65581  description="SET MINUS",
65582  direction="on",
65583  linebreak="al",
65584  mathgroup="binary arithmetic",
65585  mathmeaning="set minus",
65586  mathspec={
65587   {
65588    class="binary",
65589    name="setminus",
65590   },
65591  },
65592  unicodeslot=0x2216,
65593 },
65594 [0x2217]={
65595  category="sm",
65596  description="ASTERISK OPERATOR",
65597  direction="on",
65598  linebreak="al",
65599  mathspec={
65600   {
65601    class="binary",
65602    group="binary arithmetic",
65603    meaning="asterisk operator",
65604    name="ast",
65605   },
65606   {
65607    class="binary",
65608    group="binary operator",
65609    meaning="convolved with",
65610    name="convolve",
65611   },
65612   {
65613    class="prime",
65614    group="postfix operator",
65615    meaning="adjoint",
65616    name="adjointsymbol",
65617   },
65618  },
65619  unicodeslot=0x2217,
65620 },
65621 [0x2218]={
65622  category="sm",
65623  description="RING OPERATOR",
65624  direction="on",
65625  linebreak="al",
65626  mathclass="binary",
65627  mathgroup="binary arithmetic",
65628  mathmeaning="composed with",
65629  mathname="circ",
65630  synonyms={ "apl jot", "composite function" },
65631  unicodeslot=0x2218,
65632 },
65633 [0x2219]={
65634  category="sm",
65635  description="BULLET OPERATOR",
65636  direction="on",
65637  linebreak="al",
65638  mathclass="binary",
65639  unicodeslot=0x2219,
65640 },
65641 [0x221A]={
65642  category="sm",
65643  cjkwd="a",
65644  description="SQUARE ROOT",
65645  direction="on",
65646  linebreak="ai",
65647  mathspec={
65648   {
65649    class="root",
65650    name="rootradical",
65651   },
65652   {
65653    class="radical",
65654    name="surdradical",
65655   },
65656   {
65657    class="ordinary",
65658    name="surd",
65659   },
65660  },
65661  synonyms={ "radical sign" },
65662  unicodeslot=0x221A,
65663 },
65664 [0x221B]={
65665  category="sm",
65666  description="CUBE ROOT",
65667  direction="on",
65668  linebreak="al",
65669  unicodeslot=0x221B,
65670 },
65671 [0x221C]={
65672  category="sm",
65673  description="FOURTH ROOT",
65674  direction="on",
65675  linebreak="al",
65676  unicodeslot=0x221C,
65677 },
65678 [0x221D]={
65679  category="sm",
65680  cjkwd="a",
65681  description="PROPORTIONAL TO",
65682  direction="on",
65683  linebreak="ai",
65684  mathclass="relation",
65685  mathgroup="binary relation",
65686  mathmeaning="is proportional to",
65687  mathname="propto",
65688  unicodeslot=0x221D,
65689 },
65690 [0x221E]={
65691  category="sm",
65692  cjkwd="a",
65693  description="INFINITY",
65694  direction="on",
65695  linebreak="ai",
65696  mathclass="ordinary",
65697  mathgroup="constant arithmetic",
65698  mathmeaning="infinity",
65699  mathname="infty",
65700  unicodeslot=0x221E,
65701 },
65702 [0x221F]={
65703  category="sm",
65704  cjkwd="a",
65705  description="RIGHT ANGLE",
65706  direction="on",
65707  linebreak="ai",
65708  mathclass="ordinary",
65709  mathname="rightangle",
65710  mirror=0x2BFE,
65711  unicodeslot=0x221F,
65712 },
65713 [0x2220]={
65714  category="sm",
65715  cjkwd="a",
65716  description="ANGLE",
65717  direction="on",
65718  linebreak="ai",
65719  mathclass="ordinary",
65720  mathname="angle",
65721  mirror=0x29A3,
65722  unicodeslot=0x2220,
65723 },
65724 [0x2221]={
65725  category="sm",
65726  description="MEASURED ANGLE",
65727  direction="on",
65728  linebreak="al",
65729  mathclass="ordinary",
65730  mathname="measuredangle",
65731  mirror=0x299B,
65732  unicodeslot=0x2221,
65733 },
65734 [0x2222]={
65735  category="sm",
65736  description="SPHERICAL ANGLE",
65737  direction="on",
65738  linebreak="al",
65739  mathclass="ordinary",
65740  mathname="sphericalangle",
65741  mirror=0x29A0,
65742  synonyms={ "angle arc" },
65743  unicodeslot=0x2222,
65744 },
65745 [0x2223]={
65746  category="sm",
65747  cjkwd="a",
65748  description="DIVIDES",
65749  direction="on",
65750  linebreak="ai",
65751  mathgroup="binary relation",
65752  mathmeaning="divides",
65753  mathspec={
65754   {
65755    class="ordinary",
65756    name="divides",
65757   },
65758   {
65759    class="relation",
65760    name="mid",
65761   },
65762  },
65763  synonyms={ "apl stile", "such that" },
65764  unicodeslot=0x2223,
65765 },
65766 [0x2224]={
65767  category="sm",
65768  description="DOES NOT DIVIDE",
65769  direction="on",
65770  linebreak="al",
65771  mathclass="relation",
65772  mathgroup="binary relation",
65773  mathmeaning="does not divide",
65774  mathspec={
65775   {
65776    class="ordinary",
65777    name="ndivides",
65778   },
65779   {
65780    class="relation",
65781    name="nmid",
65782   },
65783  },
65784  mirror=0x2AEE,
65785  specials={ "char", 0x2223, 0x338 },
65786  unicodeslot=0x2224,
65787 },
65788 [0x2225]={
65789  category="sm",
65790  cjkwd="a",
65791  description="PARALLEL TO",
65792  direction="on",
65793  linebreak="ai",
65794  mathclass="relation",
65795  mathgroup="binary relation",
65796  mathmeaning="is parallel to",
65797  mathspec={
65798   {
65799    class="relation",
65800    name="parallel",
65801   },
65802  },
65803  unicodeslot=0x2225,
65804 },
65805 [0x2226]={
65806  category="sm",
65807  description="NOT PARALLEL TO",
65808  direction="on",
65809  linebreak="al",
65810  mathclass="relation",
65811  mathgroup="binary relation",
65812  mathmeaning="is not parallel to",
65813  mathname="nparallel",
65814  specials={ "char", 0x2225, 0x338 },
65815  unicodeslot=0x2226,
65816 },
65817 [0x2227]={
65818  category="sm",
65819  cjkwd="a",
65820  description="LOGICAL AND",
65821  direction="on",
65822  linebreak="ai",
65823  mathspec={
65824   {
65825    class="binary",
65826    group="binary arithmetic",
65827    meaning="wedge product",
65828    name="wedge",
65829   },
65830   {
65831    class="binary",
65832    group="binary logical",
65833    meaning="and",
65834    name="land",
65835   },
65836  },
65837  synonyms={ "conjunction", "wedge" },
65838  unicodeslot=0x2227,
65839 },
65840 [0x2228]={
65841  category="sm",
65842  cjkwd="a",
65843  description="LOGICAL OR",
65844  direction="on",
65845  linebreak="ai",
65846  mathspec={
65847   {
65848    class="binary",
65849    group="binary arithmetic",
65850    meaning="wedge sum",
65851    name="vee",
65852   },
65853   {
65854    class="binary",
65855    group="binary logical",
65856    meaning="or",
65857    name="lor",
65858   },
65859  },
65860  synonyms={ "disjunction", "vee" },
65861  unicodeslot=0x2228,
65862 },
65863 [0x2229]={
65864  category="sm",
65865  cjkwd="a",
65866  description="INTERSECTION",
65867  direction="on",
65868  linebreak="ai",
65869  mathclass="binary",
65870  mathgroup="binary arithmetic",
65871  mathmeaning="intersection",
65872  mathname="cap",
65873  synonyms={ "cap", "hat" },
65874  unicodeslot=0x2229,
65875  variants={
65876   [0xFE00]="with serifs",
65877  },
65878 },
65879 [0x222A]={
65880  category="sm",
65881  cjkwd="a",
65882  description="UNION",
65883  direction="on",
65884  linebreak="ai",
65885  mathclass="binary",
65886  mathgroup="binary arithmetic",
65887  mathmeaning="union",
65888  mathname="cup",
65889  synonyms={ "cup" },
65890  unicodeslot=0x222A,
65891  variants={
65892   [0xFE00]="with serifs",
65893  },
65894 },
65895 [0x222B]={
65896  category="sm",
65897  cjkwd="a",
65898  description="INTEGRAL",
65899  direction="on",
65900  linebreak="ai",
65901  mathclass="integral",
65902  mathgroup="integral",
65903  mathmeaning="integral",
65904  mathspec={
65905   {
65906    class="integral",
65907    name="int",
65908   },
65909   {
65910    class="ordinary",
65911    name="intop",
65912   },
65913  },
65914  unicodeslot=0x222B,
65915 },
65916 [0x222C]={
65917  category="sm",
65918  cjkwd="a",
65919  description="DOUBLE INTEGRAL",
65920  direction="on",
65921  linebreak="ai",
65922  mathclass="integral",
65923  mathgroup="integral",
65924  mathmeaning="double integral",
65925  mathspec={
65926   {
65927    class="integral",
65928    name="iint",
65929   },
65930   {
65931    class="ordinary",
65932    name="iintop",
65933   },
65934  },
65935  specials={ "compat", 0x222B, 0x222B },
65936  unicodeslot=0x222C,
65937 },
65938 [0x222D]={
65939  category="sm",
65940  description="TRIPLE INTEGRAL",
65941  direction="on",
65942  linebreak="al",
65943  mathclass="integral",
65944  mathgroup="integral",
65945  mathmeaning="triple integral of",
65946  mathspec={
65947   {
65948    class="integral",
65949    name="iiint",
65950   },
65951   {
65952    class="ordinary",
65953    name="iiintop",
65954   },
65955  },
65956  specials={ "compat", 0x222B, 0x222B, 0x222B },
65957  unicodeslot=0x222D,
65958 },
65959 [0x222E]={
65960  category="sm",
65961  cjkwd="a",
65962  description="CONTOUR INTEGRAL",
65963  direction="on",
65964  linebreak="ai",
65965  mathclass="integral",
65966  mathgroup="integral",
65967  mathmeaning="contour integral",
65968  mathname="oint",
65969  unicodeslot=0x222E,
65970 },
65971 [0x222F]={
65972  category="sm",
65973  description="SURFACE INTEGRAL",
65974  direction="on",
65975  linebreak="al",
65976  mathclass="integral",
65977  mathgroup="integral",
65978  mathmeaning="surface integral",
65979  mathname="oiint",
65980  specials={ "compat", 0x222E, 0x222E },
65981  unicodeslot=0x222F,
65982 },
65983 [0x2230]={
65984  category="sm",
65985  description="VOLUME INTEGRAL",
65986  direction="on",
65987  linebreak="al",
65988  mathclass="integral",
65989  mathgroup="integral",
65990  mathmeaning="volume integral",
65991  mathname="oiiint",
65992  specials={ "compat", 0x222E, 0x222E, 0x222E },
65993  unicodeslot=0x2230,
65994 },
65995 [0x2231]={
65996  category="sm",
65997  description="CLOCKWISE INTEGRAL",
65998  direction="on",
65999  linebreak="al",
66000  mathclass="integral",
66001  mathgroup="integral",
66002  mathmeaning="clockwise integral",
66003  mathname="intclockwise",
66004  unicodeslot=0x2231,
66005 },
66006 [0x2232]={
66007  category="sm",
66008  description="CLOCKWISE CONTOUR INTEGRAL",
66009  direction="on",
66010  linebreak="al",
66011  mathclass="integral",
66012  mathgroup="integral",
66013  mathmeaning="clockwise contour integral",
66014  mathname="ointclockwise",
66015  unicodeslot=0x2232,
66016 },
66017 [0x2233]={
66018  category="sm",
66019  description="ANTICLOCKWISE CONTOUR INTEGRAL",
66020  direction="on",
66021  linebreak="al",
66022  mathclass="integral",
66023  mathgroup="integral",
66024  mathmeaning="anticlockwise contour integral",
66025  mathname="ointctrclockwise",
66026  synonyms={ "counterclockwise contour integral" },
66027  unicodeslot=0x2233,
66028 },
66029 [0x2234]={
66030  category="sm",
66031  cjkwd="a",
66032  description="THEREFORE",
66033  direction="on",
66034  linebreak="ai",
66035  mathclass="ellipsis",
66036  mathgroup="whatever",
66037  mathmeaning="therefore, ",
66038  mathname="therefore",
66039  unicodeslot=0x2234,
66040 },
66041 [0x2235]={
66042  category="sm",
66043  cjkwd="a",
66044  description="BECAUSE",
66045  direction="on",
66046  linebreak="ai",
66047  mathclass="ellipsis",
66048  mathgroup="whatever",
66049  mathmeaning="because",
66050  mathname="because",
66051  unicodeslot=0x2235,
66052 },
66053 [0x2236]={
66054  category="sm",
66055  cjkwd="a",
66056  description="RATIO",
66057  direction="on",
66058  linebreak="ai",
66059  mathclass="punctuation",
66060  mathspec={
66061   {
66062    class="punctuation",
66063    group="punctuation",
66064    meaning="colon",
66065    name="colon",
66066   },
66067   {
66068    class="punctuation",
66069    group="specifier",
66070    meaning="maps",
66071    name="maps",
66072   },
66073   {
66074    class="punctuation",
66075    group="specifier2",
66076    meaning="maps as",
66077    name="mapsas",
66078   },
66079  },
66080  unicodeslot=0x2236,
66081 },
66082 [0x2237]={
66083  category="sm",
66084  cjkwd="a",
66085  description="PROPORTION",
66086  direction="on",
66087  linebreak="ai",
66088  mathclass="relation",
66089  mathlist={ 0x3A, 0x3A },
66090  mathname="squaredots",
66091  unicodeslot=0x2237,
66092 },
66093 [0x2238]={
66094  category="sm",
66095  description="DOT MINUS",
66096  direction="on",
66097  linebreak="al",
66098  mathclass="binary",
66099  mathname="dotminus",
66100  synonyms={ "saturating subtraction" },
66101  unicodeslot=0x2238,
66102 },
66103 [0x2239]={
66104  category="sm",
66105  description="EXCESS",
66106  direction="on",
66107  linebreak="al",
66108  mathclass="relation",
66109  mathlist={ 0x2212, 0x3A },
66110  mathname="minuscolon",
66111  unicodeslot=0x2239,
66112 },
66113 [0x223A]={
66114  category="sm",
66115  description="GEOMETRIC PROPORTION",
66116  direction="on",
66117  linebreak="al",
66118  unicodeslot=0x223A,
66119 },
66120 [0x223B]={
66121  category="sm",
66122  description="HOMOTHETIC",
66123  direction="on",
66124  linebreak="al",
66125  unicodeslot=0x223B,
66126 },
66127 [0x223C]={
66128  category="sm",
66129  cjkwd="a",
66130  description="TILDE OPERATOR",
66131  direction="on",
66132  linebreak="ai",
66133  mathclass="relation",
66134  mathname="sim",
66135  mirror=0x223D,
66136  synonyms={ "apl tilde", "cycle", "difference between", "not", "proportional to", "similar to", "varies with" },
66137  unicodeslot=0x223C,
66138 },
66139 [0x223D]={
66140  category="sm",
66141  cjkwd="a",
66142  description="REVERSED TILDE",
66143  direction="on",
66144  linebreak="ai",
66145  mathclass="relation",
66146  mathname="backsim",
66147  mirror=0x223C,
66148  synonyms={ "lazy s" },
66149  unicodeslot=0x223D,
66150 },
66151 [0x223E]={
66152  category="sm",
66153  description="INVERTED LAZY S",
66154  direction="on",
66155  linebreak="al",
66156  synonyms={ "most positive" },
66157  unicodeslot=0x223E,
66158 },
66159 [0x223F]={
66160  category="sm",
66161  description="SINE WAVE",
66162  direction="on",
66163  linebreak="al",
66164  synonyms={ "alternating current" },
66165  unicodeslot=0x223F,
66166 },
66167 [0x2240]={
66168  category="sm",
66169  description="WREATH PRODUCT",
66170  direction="on",
66171  linebreak="al",
66172  mathclass="binary",
66173  mathgroup="binary operator",
66174  mathmeaning="wreath product",
66175  mathname="wr",
66176  unicodeslot=0x2240,
66177 },
66178 [0x2241]={
66179  category="sm",
66180  description="NOT TILDE",
66181  direction="on",
66182  linebreak="al",
66183  mathclass="relation",
66184  mathname="nsim",
66185  specials={ "char", 0x223C, 0x338 },
66186  unicodeslot=0x2241,
66187 },
66188 [0x2242]={
66189  category="sm",
66190  description="MINUS TILDE",
66191  direction="on",
66192  linebreak="al",
66193  mathclass="relation",
66194  mathname="eqsim",
66195  unicodeslot=0x2242,
66196 },
66197 [0x2243]={
66198  category="sm",
66199  description="ASYMPTOTICALLY EQUAL TO",
66200  direction="on",
66201  linebreak="al",
66202  mathclass="relation",
66203  mathgroup="binary relation",
66204  mathmeaning="asymptotically equals",
66205  mathname="simeq",
66206  mirror=0x22CD,
66207  unicodeslot=0x2243,
66208 },
66209 [0x2244]={
66210  category="sm",
66211  description="NOT ASYMPTOTICALLY EQUAL TO",
66212  direction="on",
66213  linebreak="al",
66214  mathclass="relation",
66215  mathgroup="binary relation",
66216  mathmeaning="is not asymptotically equal to",
66217  mathname="nsimeq",
66218  specials={ "char", 0x2243, 0x338 },
66219  unicodeslot=0x2244,
66220 },
66221 [0x2245]={
66222  category="sm",
66223  description="APPROXIMATELY EQUAL TO",
66224  direction="on",
66225  linebreak="al",
66226  mathgroup="binary relation",
66227  mathmeaning="approximately equals",
66228  mathspec={
66229   {
66230    class="relation",
66231    name="approxEq",
66232   },
66233   {
66234    class="relation",
66235    name="cong",
66236   },
66237  },
66238  mirror=0x224C,
66239  unicodeslot=0x2245,
66240 },
66241 [0x2246]={
66242  category="sm",
66243  description="APPROXIMATELY BUT NOT ACTUALLY EQUAL TO",
66244  direction="on",
66245  linebreak="al",
66246  mathgroup="binary relation",
66247  mathmeaning="similar but not equal to",
66248  mathspec={
66249   {
66250    class="relation",
66251    name="napproxEq",
66252   },
66253   {
66254    class="relation",
66255    name="ncong",
66256   },
66257  },
66258  unicodeslot=0x2246,
66259 },
66260 [0x2247]={
66261  category="sm",
66262  description="NEITHER APPROXIMATELY NOR ACTUALLY EQUAL TO",
66263  direction="on",
66264  linebreak="al",
66265  mathclass="relation",
66266  mathgroup="binary relation",
66267  mathmeaning="is neither approximately, nor equal to",
66268  mathname="approxnEq",
66269  specials={ "char", 0x2245, 0x338 },
66270  unicodeslot=0x2247,
66271 },
66272 [0x2248]={
66273  category="sm",
66274  cjkwd="a",
66275  description="ALMOST EQUAL TO",
66276  direction="on",
66277  linebreak="ai",
66278  mathclass="relation",
66279  mathgroup="binary relation",
66280  mathmeaning="approximately equals",
66281  mathname="approx",
66282  synonyms={ "asymptotic to" },
66283  unicodeslot=0x2248,
66284 },
66285 [0x2249]={
66286  category="sm",
66287  description="NOT ALMOST EQUAL TO",
66288  direction="on",
66289  linebreak="al",
66290  mathclass="relation",
66291  mathgroup="binary relation",
66292  mathmeaning="is not approximately equal to",
66293  mathname="napprox",
66294  specials={ "char", 0x2248, 0x338 },
66295  unicodeslot=0x2249,
66296 },
66297 [0x224A]={
66298  category="sm",
66299  description="ALMOST EQUAL OR EQUAL TO",
66300  direction="on",
66301  linebreak="al",
66302  mathclass="relation",
66303  mathgroup="binary relation",
66304  mathmeaning="approximately equals, or equals",
66305  mathname="approxeq",
66306  unicodeslot=0x224A,
66307 },
66308 [0x224B]={
66309  category="sm",
66310  description="TRIPLE TILDE",
66311  direction="on",
66312  linebreak="al",
66313  mathclass="relation",
66314  mathgroup="binary relation",
66315  mathmeaning="approximately identical to",
66316  unicodeslot=0x224B,
66317 },
66318 [0x224C]={
66319  category="sm",
66320  cjkwd="a",
66321  description="ALL EQUAL TO",
66322  direction="on",
66323  linebreak="ai",
66324  mathclass="relation",
66325  mathgroup="binary relation",
66326  mathmeaning="are all equal to",
66327  mirror=0x2245,
66328  unicodeslot=0x224C,
66329 },
66330 [0x224D]={
66331  category="sm",
66332  description="EQUIVALENT TO",
66333  direction="on",
66334  linebreak="al",
66335  mathclass="relation",
66336  mathgroup="binary relation",
66337  mathmeaning="asymptotically equals",
66338  mathname="asymp",
66339  unicodeslot=0x224D,
66340 },
66341 [0x224E]={
66342  category="sm",
66343  description="GEOMETRICALLY EQUIVALENT TO",
66344  direction="on",
66345  linebreak="al",
66346  mathclass="relation",
66347  mathname="Bumpeq",
66348  unicodeslot=0x224E,
66349 },
66350 [0x224F]={
66351  category="sm",
66352  description="DIFFERENCE BETWEEN",
66353  direction="on",
66354  linebreak="al",
66355  unicodeslot=0x224F,
66356 },
66357 [0x2250]={
66358  category="sm",
66359  description="APPROACHES THE LIMIT",
66360  direction="on",
66361  linebreak="al",
66362  mathclass="relation",
66363  mathname="doteq",
66364  unicodeslot=0x2250,
66365 },
66366 [0x2251]={
66367  category="sm",
66368  description="GEOMETRICALLY EQUAL TO",
66369  direction="on",
66370  linebreak="al",
66371  mathspec={
66372   {
66373    class="relation",
66374    name="doteqdot",
66375   },
66376   {
66377    class="relation",
66378    name="Doteq",
66379   },
66380  },
66381  unicodeslot=0x2251,
66382 },
66383 [0x2252]={
66384  category="sm",
66385  cjkwd="a",
66386  description="APPROXIMATELY EQUAL TO OR THE IMAGE OF",
66387  direction="on",
66388  linebreak="ai",
66389  mathclass="relation",
66390  mathname="fallingdotseq",
66391  mirror=0x2253,
66392  synonyms={ "nearly equals" },
66393  unicodeslot=0x2252,
66394 },
66395 [0x2253]={
66396  category="sm",
66397  description="IMAGE OF OR APPROXIMATELY EQUAL TO",
66398  direction="on",
66399  linebreak="al",
66400  mathclass="relation",
66401  mathname="risingdotseq",
66402  mirror=0x2252,
66403  unicodeslot=0x2253,
66404 },
66405 [0x2254]={
66406  category="sm",
66407  description="COLON EQUALS",
66408  direction="on",
66409  linebreak="al",
66410  mathclass="relation",
66411  mathgroup="binary relation",
66412  mathlist={ 0x3A, 0x3D },
66413  mathmeaning="is defined by",
66414  mathname="colonequals",
66415  mirror=0x2255,
66416  unicodeslot=0x2254,
66417 },
66418 [0x2255]={
66419  category="sm",
66420  description="EQUALS COLON",
66421  direction="on",
66422  linebreak="al",
66423  mathclass="relation",
66424  mathgroup="binary relation",
66425  mathlist={ 0x3D, 0x3A },
66426  mathmeaning="defines",
66427  mathname="equalscolon",
66428  mirror=0x2254,
66429  unicodeslot=0x2255,
66430 },
66431 [0x2256]={
66432  category="sm",
66433  description="RING IN EQUAL TO",
66434  direction="on",
66435  linebreak="al",
66436  mathclass="relation",
66437  mathname="eqcirc",
66438  unicodeslot=0x2256,
66439 },
66440 [0x2257]={
66441  category="sm",
66442  description="RING EQUAL TO",
66443  direction="on",
66444  linebreak="al",
66445  mathclass="relation",
66446  mathname="circeq",
66447  synonyms={ "approximately equal to" },
66448  unicodeslot=0x2257,
66449 },
66450 [0x2258]={
66451  category="sm",
66452  description="CORRESPONDS TO",
66453  direction="on",
66454  linebreak="al",
66455  unicodeslot=0x2258,
66456 },
66457 [0x2259]={
66458  category="sm",
66459  description="ESTIMATES",
66460  direction="on",
66461  linebreak="al",
66462  mathclass="relation",
66463  mathname="wedgeeq",
66464  synonyms={ "corresponds to" },
66465  unicodeslot=0x2259,
66466 },
66467 [0x225A]={
66468  category="sm",
66469  description="EQUIANGULAR TO",
66470  direction="on",
66471  linebreak="al",
66472  mathclass="relation",
66473  mathname="veeeq",
66474  unicodeslot=0x225A,
66475 },
66476 [0x225B]={
66477  category="sm",
66478  description="STAR EQUALS",
66479  direction="on",
66480  linebreak="al",
66481  mathclass="relation",
66482  mathname="stareq",
66483  unicodeslot=0x225B,
66484 },
66485 [0x225C]={
66486  category="sm",
66487  description="DELTA EQUAL TO",
66488  direction="on",
66489  linebreak="al",
66490  mathclass="relation",
66491  mathname="triangleq",
66492  synonyms={ "equal to by definition", "equiangular" },
66493  unicodeslot=0x225C,
66494 },
66495 [0x225D]={
66496  category="sm",
66497  description="EQUAL TO BY DEFINITION",
66498  direction="on",
66499  linebreak="al",
66500  mathclass="relation",
66501  mathname="definedeq",
66502  unicodeslot=0x225D,
66503 },
66504 [0x225E]={
66505  category="sm",
66506  description="MEASURED BY",
66507  direction="on",
66508  linebreak="al",
66509  mathclass="relation",
66510  mathname="measuredeq",
66511  unicodeslot=0x225E,
66512 },
66513 [0x225F]={
66514  category="sm",
66515  description="QUESTIONED EQUAL TO",
66516  direction="on",
66517  linebreak="al",
66518  mathclass="relation",
66519  mathname="questionedeq",
66520  unicodeslot=0x225F,
66521 },
66522 [0x2260]={
66523  category="sm",
66524  cjkwd="a",
66525  description="NOT EQUAL TO",
66526  direction="on",
66527  linebreak="ai",
66528  mathgroup="binary relation",
66529  mathlist={ 0x2F, 0x3D },
66530  mathmeaning="is not equal to",
66531  mathspec={
66532   {
66533    class="relation",
66534    name="neq",
66535   },
66536   {
66537    class="relation",
66538    name="ne",
66539   },
66540  },
66541  specials={ "char", 0x3D, 0x338 },
66542  unicodeslot=0x2260,
66543 },
66544 [0x2261]={
66545  category="sm",
66546  cjkwd="a",
66547  description="IDENTICAL TO",
66548  direction="on",
66549  linebreak="ai",
66550  mathclass="relation",
66551  mathextensible="h",
66552  mathgroup="binary relation",
66553  mathlist={ 0x3D, 0x3D },
66554  mathmeaning="is equivalent to",
66555  mathname="equiv",
66556  unicodeslot=0x2261,
66557 },
66558 [0x2262]={
66559  category="sm",
66560  description="NOT IDENTICAL TO",
66561  direction="on",
66562  linebreak="al",
66563  mathclass="relation",
66564  mathextensible="h",
66565  mathfiller="triplerelfill",
66566  mathgroup="binary relation",
66567  mathlist={ 0x2F, 0x3D, 0x3D },
66568  mathmeaning="is not equivalent to",
66569  mathname="nequiv",
66570  specials={ "char", 0x2261, 0x338 },
66571  unicodeslot=0x2262,
66572 },
66573 [0x2263]={
66574  category="sm",
66575  description="STRICTLY EQUIVALENT TO",
66576  direction="on",
66577  linebreak="al",
66578  mathclass="relation",
66579  mathextensible="h",
66580  mathgroup="binary relation",
66581  mathmeaning="is strictly equivalent to",
66582  unicodeslot=0x2263,
66583 },
66584 [0x2264]={
66585  category="sm",
66586  cjkwd="a",
66587  description="LESS-THAN OR EQUAL TO",
66588  direction="on",
66589  linebreak="ai",
66590  mathgroup="binary relation",
66591  mathlist={ 0x3C, 0x3D },
66592  mathmeaning="is less than, or equal to",
66593  mathspec={
66594   {
66595    class="relation",
66596    name="leq",
66597   },
66598   {
66599    class="relation",
66600    name="le",
66601   },
66602  },
66603  mirror=0x2265,
66604  unicodeslot=0x2264,
66605 },
66606 [0x2265]={
66607  category="sm",
66608  cjkwd="a",
66609  description="GREATER-THAN OR EQUAL TO",
66610  direction="on",
66611  linebreak="ai",
66612  mathgroup="binary relation",
66613  mathlist={ 0x3E, 0x3D },
66614  mathmeaning="is greater than, or equal to",
66615  mathspec={
66616   {
66617    class="relation",
66618    name="geq",
66619   },
66620   {
66621    class="relation",
66622    name="ge",
66623   },
66624  },
66625  mirror=0x2264,
66626  unicodeslot=0x2265,
66627 },
66628 [0x2266]={
66629  category="sm",
66630  cjkwd="a",
66631  description="LESS-THAN OVER EQUAL TO",
66632  direction="on",
66633  linebreak="ai",
66634  mathclass="relation",
66635  mathgroup="binary relation",
66636  mathmeaning="is less than, or equal to",
66637  mathname="leqq",
66638  mirror=0x2267,
66639  unicodeslot=0x2266,
66640 },
66641 [0x2267]={
66642  category="sm",
66643  cjkwd="a",
66644  description="GREATER-THAN OVER EQUAL TO",
66645  direction="on",
66646  linebreak="ai",
66647  mathclass="relation",
66648  mathgroup="binary relation",
66649  mathmeaning="is greater than, or equal to",
66650  mathname="geqq",
66651  mirror=0x2266,
66652  unicodeslot=0x2267,
66653 },
66654 [0x2268]={
66655  category="sm",
66656  description="LESS-THAN BUT NOT EQUAL TO",
66657  direction="on",
66658  linebreak="al",
66659  mathclass="relation",
66660  mathgroup="binary relation",
66661  mathmeaning="is less than, but not equal to",
66662  mathname="lneqq",
66663  mirror=0x2269,
66664  unicodeslot=0x2268,
66665  variants={
66666   [0xFE00]="with vertical stroke",
66667  },
66668 },
66669 [0x2269]={
66670  category="sm",
66671  description="GREATER-THAN BUT NOT EQUAL TO",
66672  direction="on",
66673  linebreak="al",
66674  mathclass="relation",
66675  mathgroup="binary relation",
66676  mathmeaning="is greater than, but not equal to",
66677  mathname="gneqq",
66678  mirror=0x2268,
66679  unicodeslot=0x2269,
66680  variants={
66681   [0xFE00]="with vertical stroke",
66682  },
66683 },
66684 [0x226A]={
66685  category="sm",
66686  cjkwd="a",
66687  description="MUCH LESS-THAN",
66688  direction="on",
66689  linebreak="ai",
66690  mathclass="relation",
66691  mathgroup="binary relation",
66692  mathlist={ 0x3C, 0x3C },
66693  mathmeaning="is much less than",
66694  mathname="ll",
66695  mirror=0x226B,
66696  unicodeslot=0x226A,
66697 },
66698 [0x226B]={
66699  category="sm",
66700  cjkwd="a",
66701  description="MUCH GREATER-THAN",
66702  direction="on",
66703  linebreak="ai",
66704  mathclass="relation",
66705  mathgroup="binary relation",
66706  mathlist={ 0x3E, 0x3E },
66707  mathmeaning="is much greater than",
66708  mathname="gg",
66709  mirror=0x226A,
66710  unicodeslot=0x226B,
66711 },
66712 [0x226C]={
66713  category="sm",
66714  description="BETWEEN",
66715  direction="on",
66716  linebreak="al",
66717  mathclass="relation",
66718  mathname="between",
66719  synonyms={ "plaintiff", "quantic" },
66720  unicodeslot=0x226C,
66721 },
66722 [0x226D]={
66723  category="sm",
66724  description="NOT EQUIVALENT TO",
66725  direction="on",
66726  linebreak="al",
66727  mathclass="relation",
66728  mathlist={ 0x2F, 0x224D },
66729  mathname="nasymp",
66730  specials={ "char", 0x224D, 0x338 },
66731  unicodeslot=0x226D,
66732 },
66733 [0x226E]={
66734  category="sm",
66735  cjkwd="a",
66736  description="NOT LESS-THAN",
66737  direction="on",
66738  linebreak="ai",
66739  mathclass="relation",
66740  mathgroup="binary relation",
66741  mathlist={ 0x2F, 0x3C },
66742  mathmeaning="is not less than",
66743  mathname="nless",
66744  mirror=0x226F,
66745  specials={ "char", 0x3C, 0x338 },
66746  unicodeslot=0x226E,
66747 },
66748 [0x226F]={
66749  category="sm",
66750  cjkwd="a",
66751  description="NOT GREATER-THAN",
66752  direction="on",
66753  linebreak="ai",
66754  mathclass="relation",
66755  mathgroup="binary relation",
66756  mathlist={ 0x2F, 0x3E },
66757  mathmeaning="is not greater than",
66758  mathname="ngtr",
66759  mirror=0x226E,
66760  specials={ "char", 0x3E, 0x338 },
66761  unicodeslot=0x226F,
66762 },
66763 [0x2270]={
66764  category="sm",
66765  description="NEITHER LESS-THAN NOR EQUAL TO",
66766  direction="on",
66767  linebreak="al",
66768  mathclass="relation",
66769  mathgroup="binary relation",
66770  mathlist={ 0x2F, 0x3C, 0x3D },
66771  mathmeaning="is neither less than, nor equal to",
66772  mathname="nleq",
66773  mirror=0x2271,
66774  specials={ "char", 0x2264, 0x338 },
66775  unicodeslot=0x2270,
66776 },
66777 [0x2271]={
66778  category="sm",
66779  description="NEITHER GREATER-THAN NOR EQUAL TO",
66780  direction="on",
66781  linebreak="al",
66782  mathclass="relation",
66783  mathgroup="binary relation",
66784  mathlist={ 0x2F, 0x3E, 0x3D },
66785  mathmeaning="is neither greater than, nor equal to",
66786  mathname="ngeq",
66787  mirror=0x2270,
66788  specials={ "char", 0x2265, 0x338 },
66789  unicodeslot=0x2271,
66790 },
66791 [0x2272]={
66792  category="sm",
66793  description="LESS-THAN OR EQUIVALENT TO",
66794  direction="on",
66795  linebreak="al",
66796  mathclass="relation",
66797  mathgroup="binary relation",
66798  mathmeaning="is less than, or similar to",
66799  mathname="lesssim",
66800  mirror=0x2273,
66801  unicodeslot=0x2272,
66802  variants={
66803   [0xFE00]="following the slant of the lower leg",
66804  },
66805 },
66806 [0x2273]={
66807  category="sm",
66808  description="GREATER-THAN OR EQUIVALENT TO",
66809  direction="on",
66810  linebreak="al",
66811  mathclass="relation",
66812  mathgroup="binary relation",
66813  mathmeaning="is greater than, or similar to",
66814  mathname="gtrsim",
66815  mirror=0x2272,
66816  unicodeslot=0x2273,
66817  variants={
66818   [0xFE00]="following the slant of the lower leg",
66819  },
66820 },
66821 [0x2274]={
66822  category="sm",
66823  description="NEITHER LESS-THAN NOR EQUIVALENT TO",
66824  direction="on",
66825  linebreak="al",
66826  mathclass="relation",
66827  mathgroup="binary relation",
66828  mathmeaning="is neither less than, nor similar to",
66829  mathname="nlesssim",
66830  mirror=0x2275,
66831  specials={ "char", 0x2272, 0x338 },
66832  unicodeslot=0x2274,
66833 },
66834 [0x2275]={
66835  category="sm",
66836  description="NEITHER GREATER-THAN NOR EQUIVALENT TO",
66837  direction="on",
66838  linebreak="al",
66839  mathclass="relation",
66840  mathgroup="binary relation",
66841  mathmeaning="is neither greater than, nor similar to",
66842  mathname="ngtrsim",
66843  mirror=0x2274,
66844  specials={ "char", 0x2273, 0x338 },
66845  unicodeslot=0x2275,
66846 },
66847 [0x2276]={
66848  category="sm",
66849  description="LESS-THAN OR GREATER-THAN",
66850  direction="on",
66851  linebreak="al",
66852  mathclass="relation",
66853  mathgroup="binary relation",
66854  mathmeaning="is less than, or greater than",
66855  mathname="lessgtr",
66856  mirror=0x2277,
66857  unicodeslot=0x2276,
66858 },
66859 [0x2277]={
66860  category="sm",
66861  description="GREATER-THAN OR LESS-THAN",
66862  direction="on",
66863  linebreak="al",
66864  mathclass="relation",
66865  mathgroup="binary relation",
66866  mathmeaning="is greater than, or less than",
66867  mathname="gtrless",
66868  mirror=0x2276,
66869  unicodeslot=0x2277,
66870 },
66871 [0x2278]={
66872  category="sm",
66873  description="NEITHER LESS-THAN NOR GREATER-THAN",
66874  direction="on",
66875  linebreak="al",
66876  mathclass="relation",
66877  mathgroup="binary relation",
66878  mathmeaning="is neither less than, nor greater than",
66879  mathname="nlessgtr",
66880  mirror=0x2279,
66881  specials={ "char", 0x2276, 0x338 },
66882  unicodeslot=0x2278,
66883 },
66884 [0x2279]={
66885  category="sm",
66886  description="NEITHER GREATER-THAN NOR LESS-THAN",
66887  direction="on",
66888  linebreak="al",
66889  mathclass="relation",
66890  mathgroup="binary relation",
66891  mathmeaning="is neither greater than, nor less than",
66892  mathname="ngtrless",
66893  mirror=0x2278,
66894  specials={ "char", 0x2277, 0x338 },
66895  unicodeslot=0x2279,
66896 },
66897 [0x227A]={
66898  category="sm",
66899  description="PRECEDES",
66900  direction="on",
66901  linebreak="al",
66902  mathclass="relation",
66903  mathgroup="binary relation",
66904  mathmeaning="precedes",
66905  mathname="prec",
66906  mirror=0x227B,
66907  synonyms={ "lower rank than" },
66908  unicodeslot=0x227A,
66909 },
66910 [0x227B]={
66911  category="sm",
66912  description="SUCCEEDS",
66913  direction="on",
66914  linebreak="al",
66915  mathclass="relation",
66916  mathgroup="binary relation",
66917  mathmeaning="succeeds",
66918  mathname="succ",
66919  mirror=0x227A,
66920  synonyms={ "higher rank than" },
66921  unicodeslot=0x227B,
66922 },
66923 [0x227C]={
66924  category="sm",
66925  description="PRECEDES OR EQUAL TO",
66926  direction="on",
66927  linebreak="al",
66928  mathclass="relation",
66929  mathgroup="binary relation",
66930  mathmeaning="precedes, or equals",
66931  mathname="preccurlyeq",
66932  mirror=0x227D,
66933  unicodeslot=0x227C,
66934 },
66935 [0x227D]={
66936  category="sm",
66937  description="SUCCEEDS OR EQUAL TO",
66938  direction="on",
66939  linebreak="al",
66940  mathclass="relation",
66941  mathgroup="binary relation",
66942  mathmeaning="succeeds, or equals",
66943  mathname="succcurlyeq",
66944  mirror=0x227C,
66945  unicodeslot=0x227D,
66946 },
66947 [0x227E]={
66948  category="sm",
66949  description="PRECEDES OR EQUIVALENT TO",
66950  direction="on",
66951  linebreak="al",
66952  mathclass="relation",
66953  mathgroup="binary relation",
66954  mathmeaning="precedes, or is equivalent to",
66955  mathname="precsim",
66956  mirror=0x227F,
66957  unicodeslot=0x227E,
66958 },
66959 [0x227F]={
66960  category="sm",
66961  description="SUCCEEDS OR EQUIVALENT TO",
66962  direction="on",
66963  linebreak="al",
66964  mathclass="relation",
66965  mathgroup="binary relation",
66966  mathmeaning="succeeds, or is equivalent to",
66967  mathname="succsim",
66968  mirror=0x227E,
66969  unicodeslot=0x227F,
66970 },
66971 [0x2280]={
66972  category="sm",
66973  description="DOES NOT PRECEDE",
66974  direction="on",
66975  linebreak="al",
66976  mathclass="relation",
66977  mathgroup="binary relation",
66978  mathmeaning="does not precede",
66979  mathname="nprec",
66980  mirror=0x2281,
66981  specials={ "char", 0x227A, 0x338 },
66982  unicodeslot=0x2280,
66983 },
66984 [0x2281]={
66985  category="sm",
66986  description="DOES NOT SUCCEED",
66987  direction="on",
66988  linebreak="al",
66989  mathclass="relation",
66990  mathgroup="binary relation",
66991  mathmeaning="does not succeed",
66992  mathname="nsucc",
66993  mirror=0x2280,
66994  specials={ "char", 0x227B, 0x338 },
66995  unicodeslot=0x2281,
66996 },
66997 [0x2282]={
66998  category="sm",
66999  cjkwd="a",
67000  description="SUBSET OF",
67001  direction="on",
67002  linebreak="ai",
67003  mathclass="relation",
67004  mathgroup="binary set relation",
67005  mathmeaning="is a subset of",
67006  mathname="subset",
67007  mirror=0x2283,
67008  synonyms={ "included in set" },
67009  unicodeslot=0x2282,
67010 },
67011 [0x2283]={
67012  category="sm",
67013  cjkwd="a",
67014  description="SUPERSET OF",
67015  direction="on",
67016  linebreak="ai",
67017  mathclass="relation",
67018  mathgroup="binary set relation",
67019  mathmeaning="is a superset of",
67020  mathname="supset",
67021  mirror=0x2282,
67022  synonyms={ "includes in set" },
67023  unicodeslot=0x2283,
67024 },
67025 [0x2284]={
67026  category="sm",
67027  description="NOT A SUBSET OF",
67028  direction="on",
67029  linebreak="al",
67030  mathclass="relation",
67031  mathgroup="binary set relation",
67032  mathmeaning="is not a subset of",
67033  mathname="nsubset",
67034  mirror=0x2285,
67035  specials={ "char", 0x2282, 0x338 },
67036  unicodeslot=0x2284,
67037 },
67038 [0x2285]={
67039  category="sm",
67040  description="NOT A SUPERSET OF",
67041  direction="on",
67042  linebreak="al",
67043  mathclass="relation",
67044  mathgroup="binary set relation",
67045  mathmeaning="is not a superset of",
67046  mathname="nsupset",
67047  mirror=0x2284,
67048  specials={ "char", 0x2283, 0x338 },
67049  unicodeslot=0x2285,
67050 },
67051 [0x2286]={
67052  category="sm",
67053  cjkwd="a",
67054  description="SUBSET OF OR EQUAL TO",
67055  direction="on",
67056  linebreak="ai",
67057  mathclass="relation",
67058  mathgroup="binary set relation",
67059  mathmeaning="is a subset of, or equal to",
67060  mathname="subseteq",
67061  mirror=0x2287,
67062  unicodeslot=0x2286,
67063 },
67064 [0x2287]={
67065  category="sm",
67066  cjkwd="a",
67067  description="SUPERSET OF OR EQUAL TO",
67068  direction="on",
67069  linebreak="ai",
67070  mathclass="relation",
67071  mathgroup="binary set relation",
67072  mathmeaning="is a superset of, or equal to",
67073  mathname="supseteq",
67074  mirror=0x2286,
67075  unicodeslot=0x2287,
67076 },
67077 [0x2288]={
67078  category="sm",
67079  description="NEITHER A SUBSET OF NOR EQUAL TO",
67080  direction="on",
67081  linebreak="al",
67082  mathclass="relation",
67083  mathgroup="binary set relation",
67084  mathmeaning="is neither a subset of, nor equal to",
67085  mathname="nsubseteq",
67086  mirror=0x2289,
67087  specials={ "char", 0x2286, 0x338 },
67088  unicodeslot=0x2288,
67089 },
67090 [0x2289]={
67091  category="sm",
67092  description="NEITHER A SUPERSET OF NOR EQUAL TO",
67093  direction="on",
67094  linebreak="al",
67095  mathclass="relation",
67096  mathgroup="binary set relation",
67097  mathmeaning="is neither a superset of, nor equal to",
67098  mathname="nsupseteq",
67099  mirror=0x2288,
67100  specials={ "char", 0x2287, 0x338 },
67101  unicodeslot=0x2289,
67102 },
67103 [0x228A]={
67104  category="sm",
67105  description="SUBSET OF WITH NOT EQUAL TO",
67106  direction="on",
67107  linebreak="al",
67108  mathclass="relation",
67109  mathgroup="binary set relation",
67110  mathmeaning="is a subset of, but not equal to",
67111  mathname="subsetneq",
67112  mirror=0x228B,
67113  unicodeslot=0x228A,
67114  variants={
67115   [0xFE00]="with stroke through bottom members",
67116  },
67117 },
67118 [0x228B]={
67119  category="sm",
67120  description="SUPERSET OF WITH NOT EQUAL TO",
67121  direction="on",
67122  linebreak="al",
67123  mathclass="relation",
67124  mathgroup="binary set relation",
67125  mathmeaning="is a superset of, but not equal to",
67126  mathname="supsetneq",
67127  mirror=0x228A,
67128  unicodeslot=0x228B,
67129  variants={
67130   [0xFE00]="with stroke through bottom members",
67131  },
67132 },
67133 [0x228C]={
67134  category="sm",
67135  description="MULTISET",
67136  direction="on",
67137  linebreak="al",
67138  unicodeslot=0x228C,
67139 },
67140 [0x228D]={
67141  category="sm",
67142  description="MULTISET MULTIPLICATION",
67143  direction="on",
67144  linebreak="al",
67145  unicodeslot=0x228D,
67146 },
67147 [0x228E]={
67148  category="sm",
67149  description="MULTISET UNION",
67150  direction="on",
67151  linebreak="al",
67152  mathclass="binary",
67153  mathgroup="binary arithmetic",
67154  mathmeaning="multiset union",
67155  mathname="uplus",
67156  synonyms={ "bag addition" },
67157  unicodeslot=0x228E,
67158 },
67159 [0x228F]={
67160  category="sm",
67161  description="SQUARE IMAGE OF",
67162  direction="on",
67163  linebreak="al",
67164  mathclass="relation",
67165  mathname="sqsubset",
67166  mirror=0x2290,
67167  unicodeslot=0x228F,
67168 },
67169 [0x2290]={
67170  category="sm",
67171  description="SQUARE ORIGINAL OF",
67172  direction="on",
67173  linebreak="al",
67174  mathclass="relation",
67175  mathname="sqsupset",
67176  mirror=0x228F,
67177  unicodeslot=0x2290,
67178 },
67179 [0x2291]={
67180  category="sm",
67181  description="SQUARE IMAGE OF OR EQUAL TO",
67182  direction="on",
67183  linebreak="al",
67184  mathclass="binary",
67185  mathname="sqsubseteq",
67186  mirror=0x2292,
67187  unicodeslot=0x2291,
67188 },
67189 [0x2292]={
67190  category="sm",
67191  description="SQUARE ORIGINAL OF OR EQUAL TO",
67192  direction="on",
67193  linebreak="al",
67194  mathclass="binary",
67195  mathname="sqsupseteq",
67196  mirror=0x2291,
67197  unicodeslot=0x2292,
67198 },
67199 [0x2293]={
67200  category="sm",
67201  description="SQUARE CAP",
67202  direction="on",
67203  linebreak="al",
67204  mathclass="binary",
67205  mathname="sqcap",
67206  unicodeslot=0x2293,
67207  variants={
67208   [0xFE00]="with serifs",
67209  },
67210 },
67211 [0x2294]={
67212  category="sm",
67213  description="SQUARE CUP",
67214  direction="on",
67215  linebreak="al",
67216  mathclass="binary",
67217  mathname="sqcup",
67218  unicodeslot=0x2294,
67219  variants={
67220   [0xFE00]="with serifs",
67221  },
67222 },
67223 [0x2295]={
67224  category="sm",
67225  cjkwd="a",
67226  description="CIRCLED PLUS",
67227  direction="on",
67228  linebreak="ai",
67229  mathclass="binary",
67230  mathname="oplus",
67231  synonyms={ "direct sum" },
67232  unicodeslot=0x2295,
67233  variants={
67234   [0xFE00]="with white rim",
67235  },
67236 },
67237 [0x2296]={
67238  category="sm",
67239  description="CIRCLED MINUS",
67240  direction="on",
67241  linebreak="al",
67242  mathclass="binary",
67243  mathname="ominus",
67244  synonyms={ "symmetric difference" },
67245  unicodeslot=0x2296,
67246 },
67247 [0x2297]={
67248  category="sm",
67249  description="CIRCLED TIMES",
67250  direction="on",
67251  linebreak="al",
67252  mathclass="binary",
67253  mathname="otimes",
67254  synonyms={ "tensor product", "vector pointing into page" },
67255  unicodeslot=0x2297,
67256  variants={
67257   [0xFE00]="with white rim",
67258  },
67259 },
67260 [0x2298]={
67261  category="sm",
67262  description="CIRCLED DIVISION SLASH",
67263  direction="on",
67264  linebreak="al",
67265  mathclass="binary",
67266  mathname="oslash",
67267  mirror=0x29B8,
67268  unicodeslot=0x2298,
67269 },
67270 [0x2299]={
67271  category="sm",
67272  cjkwd="a",
67273  description="CIRCLED DOT OPERATOR",
67274  direction="on",
67275  linebreak="ai",
67276  mathclass="binary",
67277  mathname="odot",
67278  synonyms={ "direct product", "vector pointing out of page" },
67279  unicodeslot=0x2299,
67280 },
67281 [0x229A]={
67282  category="sm",
67283  description="CIRCLED RING OPERATOR",
67284  direction="on",
67285  linebreak="al",
67286  mathclass="binary",
67287  mathname="circledcirc",
67288  unicodeslot=0x229A,
67289 },
67290 [0x229B]={
67291  category="sm",
67292  description="CIRCLED ASTERISK OPERATOR",
67293  direction="on",
67294  linebreak="al",
67295  mathclass="binary",
67296  mathname="circledast",
67297  unicodeslot=0x229B,
67298 },
67299 [0x229C]={
67300  category="sm",
67301  description="CIRCLED EQUALS",
67302  direction="on",
67303  linebreak="al",
67304  mathclass="binary",
67305  mathname="circledequals",
67306  unicodeslot=0x229C,
67307  variants={
67308   [0xFE00]="with equal sign touching the circle",
67309  },
67310 },
67311 [0x229D]={
67312  category="sm",
67313  description="CIRCLED DASH",
67314  direction="on",
67315  linebreak="al",
67316  mathclass="binary",
67317  mathname="circleddash",
67318  unicodeslot=0x229D,
67319 },
67320 [0x229E]={
67321  category="sm",
67322  description="SQUARED PLUS",
67323  direction="on",
67324  linebreak="al",
67325  mathclass="binary",
67326  mathname="boxplus",
67327  unicodeslot=0x229E,
67328 },
67329 [0x229F]={
67330  category="sm",
67331  description="SQUARED MINUS",
67332  direction="on",
67333  linebreak="al",
67334  mathclass="binary",
67335  mathname="boxminus",
67336  unicodeslot=0x229F,
67337 },
67338 [0x22A0]={
67339  category="sm",
67340  description="SQUARED TIMES",
67341  direction="on",
67342  linebreak="al",
67343  mathclass="binary",
67344  mathname="boxtimes",
67345  unicodeslot=0x22A0,
67346 },
67347 [0x22A1]={
67348  category="sm",
67349  description="SQUARED DOT OPERATOR",
67350  direction="on",
67351  linebreak="al",
67352  mathclass="binary",
67353  mathname="boxdot",
67354  unicodeslot=0x22A1,
67355 },
67356 [0x22A2]={
67357  category="sm",
67358  description="RIGHT TACK",
67359  direction="on",
67360  linebreak="al",
67361  mathclass="relation",
67362  mathname="vdash",
67363  mirror=0x22A3,
67364  synonyms={ "implies", "proves", "reducible", "turnstile", "yields" },
67365  unicodeslot=0x22A2,
67366 },
67367 [0x22A3]={
67368  category="sm",
67369  description="LEFT TACK",
67370  direction="on",
67371  linebreak="al",
67372  mathclass="relation",
67373  mathname="dashv",
67374  mirror=0x22A2,
67375  synonyms={ "does not yield", "non-theorem", "reverse turnstile" },
67376  unicodeslot=0x22A3,
67377 },
67378 [0x22A4]={
67379  category="sm",
67380  description="DOWN TACK",
67381  direction="on",
67382  linebreak="al",
67383  mathclass="ordinary",
67384  mathgroup="constant logical",
67385  mathmeaning="true",
67386  mathname="top",
67387  synonyms={ "top" },
67388  unicodeslot=0x22A4,
67389 },
67390 [0x22A5]={
67391  category="sm",
67392  cjkwd="a",
67393  description="UP TACK",
67394  direction="on",
67395  linebreak="ai",
67396  mathgroup="constant logical",
67397  mathmeaning="false",
67398  mathspec={
67399   {
67400    class="ordinary",
67401    name="bot",
67402   },
67403   {
67404    class="relation",
67405    name="perp",
67406   },
67407   {
67408    class="prime",
67409    group="postfix operator",
67410    meaning="orthogonal complement",
67411    name="orthogonalcomplementsymbol",
67412   },
67413  },
67414  synonyms={ "base", "bottom", "orthogonal to", "perpendicular" },
67415  unicodeslot=0x22A5,
67416 },
67417 [0x22A6]={
67418  category="sm",
67419  description="ASSERTION",
67420  direction="on",
67421  linebreak="al",
67422  mirror=0x2ADE,
67423  synonyms={ "reduces to" },
67424  unicodeslot=0x22A6,
67425 },
67426 [0x22A7]={
67427  category="sm",
67428  description="MODELS",
67429  direction="on",
67430  linebreak="al",
67431  mathclass="relation",
67432  mathname="models",
67433  unicodeslot=0x22A7,
67434 },
67435 [0x22A8]={
67436  category="sm",
67437  description="TRUE",
67438  direction="on",
67439  linebreak="al",
67440  mathclass="relation",
67441  mathname="vDash",
67442  mirror=0x2AE4,
67443  synonyms={ "results in", "satisfies", "statement is true", "tautology", "valid" },
67444  unicodeslot=0x22A8,
67445 },
67446 [0x22A9]={
67447  category="sm",
67448  description="FORCES",
67449  direction="on",
67450  linebreak="al",
67451  mathclass="relation",
67452  mathname="Vdash",
67453  mirror=0x2AE3,
67454  unicodeslot=0x22A9,
67455 },
67456 [0x22AA]={
67457  category="sm",
67458  description="TRIPLE VERTICAL BAR RIGHT TURNSTILE",
67459  direction="on",
67460  linebreak="al",
67461  mathclass="relation",
67462  mathname="Vvdash",
67463  unicodeslot=0x22AA,
67464 },
67465 [0x22AB]={
67466  category="sm",
67467  description="DOUBLE VERTICAL BAR DOUBLE RIGHT TURNSTILE",
67468  direction="on",
67469  linebreak="al",
67470  mathclass="relation",
67471  mathname="VDash",
67472  mirror=0x2AE5,
67473  unicodeslot=0x22AB,
67474 },
67475 [0x22AC]={
67476  category="sm",
67477  description="DOES NOT PROVE",
67478  direction="on",
67479  linebreak="al",
67480  mathclass="relation",
67481  mathname="nvdash",
67482  specials={ "char", 0x22A2, 0x338 },
67483  unicodeslot=0x22AC,
67484 },
67485 [0x22AD]={
67486  category="sm",
67487  description="NOT TRUE",
67488  direction="on",
67489  linebreak="al",
67490  mathclass="relation",
67491  mathname="nvDash",
67492  specials={ "char", 0x22A8, 0x338 },
67493  unicodeslot=0x22AD,
67494 },
67495 [0x22AE]={
67496  category="sm",
67497  description="DOES NOT FORCE",
67498  direction="on",
67499  linebreak="al",
67500  mathclass="relation",
67501  mathname="nVdash",
67502  specials={ "char", 0x22A9, 0x338 },
67503  unicodeslot=0x22AE,
67504 },
67505 [0x22AF]={
67506  category="sm",
67507  description="NEGATED DOUBLE VERTICAL BAR DOUBLE RIGHT TURNSTILE",
67508  direction="on",
67509  linebreak="al",
67510  mathclass="relation",
67511  mathname="nVDash",
67512  specials={ "char", 0x22AB, 0x338 },
67513  unicodeslot=0x22AF,
67514 },
67515 [0x22B0]={
67516  category="sm",
67517  description="PRECEDES UNDER RELATION",
67518  direction="on",
67519  linebreak="al",
67520  mirror=0x22B1,
67521  unicodeslot=0x22B0,
67522 },
67523 [0x22B1]={
67524  category="sm",
67525  description="SUCCEEDS UNDER RELATION",
67526  direction="on",
67527  linebreak="al",
67528  mirror=0x22B0,
67529  unicodeslot=0x22B1,
67530 },
67531 [0x22B2]={
67532  category="sm",
67533  comment="cramped triangleleft",
67534  description="NORMAL SUBGROUP OF",
67535  direction="on",
67536  linebreak="al",
67537  mathclass="binary",
67538  mirror=0x22B3,
67539  unicodeslot=0x22B2,
67540 },
67541 [0x22B3]={
67542  category="sm",
67543  comment="cramped triangleright",
67544  description="CONTAINS AS NORMAL SUBGROUP",
67545  direction="on",
67546  linebreak="al",
67547  mathclass="binary",
67548  mirror=0x22B2,
67549  unicodeslot=0x22B3,
67550 },
67551 [0x22B4]={
67552  category="sm",
67553  description="NORMAL SUBGROUP OF OR EQUAL TO",
67554  direction="on",
67555  linebreak="al",
67556  mirror=0x22B5,
67557  unicodeslot=0x22B4,
67558 },
67559 [0x22B5]={
67560  category="sm",
67561  description="CONTAINS AS NORMAL SUBGROUP OR EQUAL TO",
67562  direction="on",
67563  linebreak="al",
67564  mirror=0x22B4,
67565  unicodeslot=0x22B5,
67566 },
67567 [0x22B6]={
67568  category="sm",
67569  description="ORIGINAL OF",
67570  direction="on",
67571  linebreak="al",
67572  mathclass="relation",
67573  mathgroup="binary relation",
67574  mathmeaning="original of",
67575  mirror=0x22B7,
67576  unicodeslot=0x22B6,
67577 },
67578 [0x22B7]={
67579  category="sm",
67580  description="IMAGE OF",
67581  direction="on",
67582  linebreak="al",
67583  mathclass="relation",
67584  mathgroup="binary relation",
67585  mathmeaning="image of",
67586  mirror=0x22B6,
67587  unicodeslot=0x22B7,
67588 },
67589 [0x22B8]={
67590  category="sm",
67591  description="MULTIMAP",
67592  direction="on",
67593  linebreak="al",
67594  mathclass="relation",
67595  mathname="multimap",
67596  mirror=0x27DC,
67597  unicodeslot=0x22B8,
67598 },
67599 [0x22B9]={
67600  category="sm",
67601  description="HERMITIAN CONJUGATE MATRIX",
67602  direction="on",
67603  linebreak="al",
67604  unicodeslot=0x22B9,
67605 },
67606 [0x22BA]={
67607  category="sm",
67608  description="INTERCALATE",
67609  direction="on",
67610  linebreak="al",
67611  mathclass="binary",
67612  mathname="intercal",
67613  unicodeslot=0x22BA,
67614 },
67615 [0x22BB]={
67616  category="sm",
67617  description="XOR",
67618  direction="on",
67619  linebreak="al",
67620  mathclass="binary",
67621  mathgroup="binary logical",
67622  mathmeaning="xor",
67623  mathname="veebar",
67624  unicodeslot=0x22BB,
67625 },
67626 [0x22BC]={
67627  category="sm",
67628  description="NAND",
67629  direction="on",
67630  linebreak="al",
67631  mathclass="binary",
67632  mathgroup="binary logical",
67633  mathmeaning="not and",
67634  mathname="barwedge",
67635  unicodeslot=0x22BC,
67636 },
67637 [0x22BD]={
67638  category="sm",
67639  description="NOR",
67640  direction="on",
67641  linebreak="al",
67642  unicodeslot=0x22BD,
67643 },
67644 [0x22BE]={
67645  category="sm",
67646  description="RIGHT ANGLE WITH ARC",
67647  direction="on",
67648  linebreak="al",
67649  unicodeslot=0x22BE,
67650 },
67651 [0x22BF]={
67652  category="sm",
67653  cjkwd="a",
67654  description="RIGHT TRIANGLE",
67655  direction="on",
67656  linebreak="ai",
67657  unicodeslot=0x22BF,
67658 },
67659 [0x22C0]={
67660  category="sm",
67661  description="N-ARY LOGICAL AND",
67662  direction="on",
67663  linebreak="al",
67664  mathclass="operator",
67665  mathgroup="nary logical",
67666  mathmeaning="wedge product",
67667  mathname="bigwedge",
67668  unicodeslot=0x22C0,
67669 },
67670 [0x22C1]={
67671  category="sm",
67672  description="N-ARY LOGICAL OR",
67673  direction="on",
67674  linebreak="al",
67675  mathclass="operator",
67676  mathgroup="nary logical",
67677  mathmeaning="wedge sum",
67678  mathname="bigvee",
67679  unicodeslot=0x22C1,
67680 },
67681 [0x22C2]={
67682  category="sm",
67683  description="N-ARY INTERSECTION",
67684  direction="on",
67685  linebreak="al",
67686  mathclass="operator",
67687  mathgroup="nary operator",
67688  mathmeaning="union",
67689  mathname="bigcap",
67690  synonyms={ "generalized intersection" },
67691  unicodeslot=0x22C2,
67692 },
67693 [0x22C3]={
67694  category="sm",
67695  description="N-ARY UNION",
67696  direction="on",
67697  linebreak="al",
67698  mathclass="operator",
67699  mathgroup="nary operator",
67700  mathmeaning="union",
67701  mathname="bigcup",
67702  synonyms={ "generalized union" },
67703  unicodeslot=0x22C3,
67704 },
67705 [0x22C4]={
67706  category="sm",
67707  description="DIAMOND OPERATOR",
67708  direction="on",
67709  linebreak="al",
67710  mathclass="binary",
67711  mathgroup="binary arithmetic",
67712  mathmeaning="diamond operator",
67713  mathname="diamond",
67714  unicodeslot=0x22C4,
67715 },
67716 [0x22C5]={
67717  category="sm",
67718  comment="we can omit the toplevel math*",
67719  description="DOT OPERATOR",
67720  direction="on",
67721  linebreak="al",
67722  mathclass="binary",
67723  mathgroup="default",
67724  mathmeaning="multiplication",
67725  mathspec={
67726   {
67727    class="binary",
67728    group="binary arithmetic",
67729    meaning="multiplication",
67730    name="cdot",
67731   },
67732   {
67733    class="binary",
67734    group="binary vector",
67735    meaning="scalarproduct",
67736    name="scalarproduct",
67737   },
67738   {
67739    class="punctuation",
67740    name="cdotp",
67741   },
67742  },
67743  unicodeslot=0x22C5,
67744 },
67745 [0x22C6]={
67746  category="sm",
67747  description="STAR OPERATOR",
67748  direction="on",
67749  linebreak="al",
67750  mathclass="binary",
67751  mathgroup="binary arithmetic",
67752  mathmeaning="star operator",
67753  mathname="star",
67754  unicodeslot=0x22C6,
67755 },
67756 [0x22C7]={
67757  category="sm",
67758  description="DIVISION TIMES",
67759  direction="on",
67760  linebreak="al",
67761  mathclass="binary",
67762  mathname="divideontimes",
67763  unicodeslot=0x22C7,
67764 },
67765 [0x22C8]={
67766  category="sm",
67767  description="BOWTIE",
67768  direction="on",
67769  linebreak="al",
67770  mathspec={
67771   {
67772    class="relation",
67773    name="bowtie",
67774   },
67775   {
67776    class="relation",
67777    name="Join",
67778   },
67779  },
67780  unicodeslot=0x22C8,
67781 },
67782 [0x22C9]={
67783  category="sm",
67784  description="LEFT NORMAL FACTOR SEMIDIRECT PRODUCT",
67785  direction="on",
67786  linebreak="al",
67787  mathclass="binary",
67788  mathgroup="binary arithmetic",
67789  mathmeaning="semidirect product",
67790  mathname="ltimes",
67791  mirror=0x22CA,
67792  unicodeslot=0x22C9,
67793 },
67794 [0x22CA]={
67795  category="sm",
67796  description="RIGHT NORMAL FACTOR SEMIDIRECT PRODUCT",
67797  direction="on",
67798  linebreak="al",
67799  mathclass="binary",
67800  mathgroup="binary arithmetic",
67801  mathmeaning="semidirect product",
67802  mathname="rtimes",
67803  mirror=0x22C9,
67804  unicodeslot=0x22CA,
67805 },
67806 [0x22CB]={
67807  category="sm",
67808  description="LEFT SEMIDIRECT PRODUCT",
67809  direction="on",
67810  linebreak="al",
67811  mathclass="binary",
67812  mathgroup="binary arithmetic",
67813  mathmeaning="left semidirect product",
67814  mathname="leftthreetimes",
67815  mirror=0x22CC,
67816  unicodeslot=0x22CB,
67817 },
67818 [0x22CC]={
67819  category="sm",
67820  description="RIGHT SEMIDIRECT PRODUCT",
67821  direction="on",
67822  linebreak="al",
67823  mathclass="binary",
67824  mathgroup="binary arithmetic",
67825  mathmeaning="right semidirect product",
67826  mathname="rightthreetimes",
67827  mirror=0x22CB,
67828  unicodeslot=0x22CC,
67829 },
67830 [0x22CD]={
67831  category="sm",
67832  description="REVERSED TILDE EQUALS",
67833  direction="on",
67834  linebreak="al",
67835  mirror=0x2243,
67836  unicodeslot=0x22CD,
67837 },
67838 [0x22CE]={
67839  category="sm",
67840  description="CURLY LOGICAL OR",
67841  direction="on",
67842  linebreak="al",
67843  mathclass="binary",
67844  mathgroup="binary logical",
67845  mathmeaning="wedge sum",
67846  mathname="curlyvee",
67847  unicodeslot=0x22CE,
67848 },
67849 [0x22CF]={
67850  category="sm",
67851  description="CURLY LOGICAL AND",
67852  direction="on",
67853  linebreak="al",
67854  mathclass="binary",
67855  mathgroup="binary logical",
67856  mathmeaning="wedge product",
67857  mathname="curlywedge",
67858  unicodeslot=0x22CF,
67859 },
67860 [0x22D0]={
67861  category="sm",
67862  description="DOUBLE SUBSET",
67863  direction="on",
67864  linebreak="al",
67865  mathclass="relation",
67866  mathname="Subset",
67867  mirror=0x22D1,
67868  unicodeslot=0x22D0,
67869 },
67870 [0x22D1]={
67871  category="sm",
67872  description="DOUBLE SUPERSET",
67873  direction="on",
67874  linebreak="al",
67875  mathclass="relation",
67876  mathname="Supset",
67877  mirror=0x22D0,
67878  unicodeslot=0x22D1,
67879 },
67880 [0x22D2]={
67881  category="sm",
67882  description="DOUBLE INTERSECTION",
67883  direction="on",
67884  linebreak="al",
67885  mathspec={
67886   {
67887    class="binary",
67888    name="Cap",
67889   },
67890   {
67891    class="binary",
67892    name="doublecap",
67893   },
67894  },
67895  unicodeslot=0x22D2,
67896 },
67897 [0x22D3]={
67898  category="sm",
67899  description="DOUBLE UNION",
67900  direction="on",
67901  linebreak="al",
67902  mathspec={
67903   {
67904    class="binary",
67905    name="Cup",
67906   },
67907   {
67908    class="binary",
67909    name="doublecup",
67910   },
67911  },
67912  unicodeslot=0x22D3,
67913 },
67914 [0x22D4]={
67915  category="sm",
67916  description="PITCHFORK",
67917  direction="on",
67918  linebreak="al",
67919  mathclass="relation",
67920  mathname="pitchfork",
67921  synonyms={ "proper intersection" },
67922  unicodeslot=0x22D4,
67923 },
67924 [0x22D5]={
67925  category="sm",
67926  description="EQUAL AND PARALLEL TO",
67927  direction="on",
67928  linebreak="al",
67929  unicodeslot=0x22D5,
67930 },
67931 [0x22D6]={
67932  category="sm",
67933  description="LESS-THAN WITH DOT",
67934  direction="on",
67935  linebreak="al",
67936  mathclass="binary",
67937  mathname="lessdot",
67938  mirror=0x22D7,
67939  unicodeslot=0x22D6,
67940 },
67941 [0x22D7]={
67942  category="sm",
67943  description="GREATER-THAN WITH DOT",
67944  direction="on",
67945  linebreak="al",
67946  mathclass="binary",
67947  mathname="gtrdot",
67948  mirror=0x22D6,
67949  unicodeslot=0x22D7,
67950 },
67951 [0x22D8]={
67952  category="sm",
67953  description="VERY MUCH LESS-THAN",
67954  direction="on",
67955  linebreak="al",
67956  mathgroup="binary relation",
67957  mathlist={ 0x3C, 0x3C, 0x3C },
67958  mathmeaning="way less than",
67959  mathspec={
67960   {
67961    class="relation",
67962    name="lll",
67963   },
67964   {
67965    class="relation",
67966    name="llless",
67967   },
67968  },
67969  mirror=0x22D9,
67970  unicodeslot=0x22D8,
67971 },
67972 [0x22D9]={
67973  category="sm",
67974  description="VERY MUCH GREATER-THAN",
67975  direction="on",
67976  linebreak="al",
67977  mathgroup="binary relation",
67978  mathlist={ 0x3E, 0x3E, 0x3E },
67979  mathmeaning="way greater than",
67980  mathspec={
67981   {
67982    class="relation",
67983    name="ggg",
67984   },
67985   {
67986    class="relation",
67987    name="gggtr",
67988   },
67989  },
67990  mirror=0x22D8,
67991  unicodeslot=0x22D9,
67992 },
67993 [0x22DA]={
67994  category="sm",
67995  description="LESS-THAN EQUAL TO OR GREATER-THAN",
67996  direction="on",
67997  linebreak="al",
67998  mathclass="relation",
67999  mathgroup="binary relation",
68000  mathmeaning="is less than, equals, or greater than",
68001  mathname="lesseqgtr",
68002  mirror=0x22DB,
68003  unicodeslot=0x22DA,
68004  variants={
68005   [0xFE00]="with slanted equal",
68006  },
68007 },
68008 [0x22DB]={
68009  category="sm",
68010  description="GREATER-THAN EQUAL TO OR LESS-THAN",
68011  direction="on",
68012  linebreak="al",
68013  mathclass="relation",
68014  mathgroup="binary relation",
68015  mathmeaning="is greater than, equals, or less than",
68016  mathname="gtreqless",
68017  mirror=0x22DA,
68018  unicodeslot=0x22DB,
68019  variants={
68020   [0xFE00]="with slanted equal",
68021  },
68022 },
68023 [0x22DC]={
68024  category="sm",
68025  description="EQUAL TO OR LESS-THAN",
68026  direction="on",
68027  linebreak="al",
68028  mathclass="relation",
68029  mathgroup="binary relation",
68030  mathlist={ 0x3D, 0x3C },
68031  mathmeaning="equals, or is less than",
68032  mathname="eqless",
68033  mirror=0x22DD,
68034  unicodeslot=0x22DC,
68035 },
68036 [0x22DD]={
68037  category="sm",
68038  description="EQUAL TO OR GREATER-THAN",
68039  direction="on",
68040  linebreak="al",
68041  mathclass="relation",
68042  mathgroup="binary relation",
68043  mathlist={ 0x3D, 0x3E },
68044  mathmeaning="equals, or is greater than",
68045  mathname="eqgtr",
68046  mirror=0x22DC,
68047  unicodeslot=0x22DD,
68048 },
68049 [0x22DE]={
68050  category="sm",
68051  description="EQUAL TO OR PRECEDES",
68052  direction="on",
68053  linebreak="al",
68054  mathclass="relation",
68055  mathgroup="binary relation",
68056  mathmeaning="equals, or precedes",
68057  mathname="curlyeqprec",
68058  mirror=0x22DF,
68059  unicodeslot=0x22DE,
68060 },
68061 [0x22DF]={
68062  category="sm",
68063  description="EQUAL TO OR SUCCEEDS",
68064  direction="on",
68065  linebreak="al",
68066  mathclass="relation",
68067  mathgroup="binary relation",
68068  mathmeaning="equals, or succeeds",
68069  mathname="curlyeqsucc",
68070  mirror=0x22DE,
68071  unicodeslot=0x22DF,
68072 },
68073 [0x22E0]={
68074  category="sm",
68075  description="DOES NOT PRECEDE OR EQUAL",
68076  direction="on",
68077  linebreak="al",
68078  mathclass="relation",
68079  mathgroup="binary relation",
68080  mathmeaning="does not precede, nor equals to",
68081  mathname="npreccurlyeq",
68082  mirror=0x22E1,
68083  specials={ "char", 0x227C, 0x338 },
68084  unicodeslot=0x22E0,
68085 },
68086 [0x22E1]={
68087  category="sm",
68088  description="DOES NOT SUCCEED OR EQUAL",
68089  direction="on",
68090  linebreak="al",
68091  mathclass="relation",
68092  mathgroup="binary relation",
68093  mathmeaning="does not succeed, nor equals to",
68094  mathname="nsucccurlyeq",
68095  mirror=0x22E0,
68096  specials={ "char", 0x227D, 0x338 },
68097  unicodeslot=0x22E1,
68098 },
68099 [0x22E2]={
68100  category="sm",
68101  description="NOT SQUARE IMAGE OF OR EQUAL TO",
68102  direction="on",
68103  linebreak="al",
68104  mathclass="relation",
68105  mathname="nsqsubseteq",
68106  mirror=0x22E3,
68107  specials={ "char", 0x2291, 0x338 },
68108  unicodeslot=0x22E2,
68109 },
68110 [0x22E3]={
68111  category="sm",
68112  description="NOT SQUARE ORIGINAL OF OR EQUAL TO",
68113  direction="on",
68114  linebreak="al",
68115  mathclass="relation",
68116  mathname="nsqsupseteq",
68117  mirror=0x22E2,
68118  specials={ "char", 0x2292, 0x338 },
68119  unicodeslot=0x22E3,
68120 },
68121 [0x22E4]={
68122  category="sm",
68123  description="SQUARE IMAGE OF OR NOT EQUAL TO",
68124  direction="on",
68125  linebreak="al",
68126  mathclass="relation",
68127  mathname="sqsubsetneq",
68128  mirror=0x22E5,
68129  unicodeslot=0x22E4,
68130 },
68131 [0x22E5]={
68132  category="sm",
68133  description="SQUARE ORIGINAL OF OR NOT EQUAL TO",
68134  direction="on",
68135  linebreak="al",
68136  mathclass="relation",
68137  mathname="sqsupsetneq",
68138  mirror=0x22E4,
68139  unicodeslot=0x22E5,
68140 },
68141 [0x22E6]={
68142  category="sm",
68143  description="LESS-THAN BUT NOT EQUIVALENT TO",
68144  direction="on",
68145  linebreak="al",
68146  mathclass="relation",
68147  mathgroup="binary relation",
68148  mathmeaning="less than, but not equivalent to",
68149  mathname="lnsim",
68150  mirror=0x22E7,
68151  unicodeslot=0x22E6,
68152 },
68153 [0x22E7]={
68154  category="sm",
68155  description="GREATER-THAN BUT NOT EQUIVALENT TO",
68156  direction="on",
68157  linebreak="al",
68158  mathclass="relation",
68159  mathgroup="binary relation",
68160  mathmeaning="greater than, but not equivalent to",
68161  mathname="gnsim",
68162  mirror=0x22E6,
68163  unicodeslot=0x22E7,
68164 },
68165 [0x22E8]={
68166  category="sm",
68167  description="PRECEDES BUT NOT EQUIVALENT TO",
68168  direction="on",
68169  linebreak="al",
68170  mathclass="relation",
68171  mathgroup="binary relation",
68172  mathmeaning="preceeds, but not equivalent to",
68173  mathname="precnsim",
68174  mirror=0x22E9,
68175  unicodeslot=0x22E8,
68176 },
68177 [0x22E9]={
68178  category="sm",
68179  description="SUCCEEDS BUT NOT EQUIVALENT TO",
68180  direction="on",
68181  linebreak="al",
68182  mathclass="relation",
68183  mathgroup="binary relation",
68184  mathmeaning="succeeds, but not equivalent to",
68185  mathname="succnsim",
68186  mirror=0x22E8,
68187  unicodeslot=0x22E9,
68188 },
68189 [0x22EA]={
68190  category="sm",
68191  description="NOT NORMAL SUBGROUP OF",
68192  direction="on",
68193  linebreak="al",
68194  mathclass="relation",
68195  mathgroup="binary relation",
68196  mathmeaning="is not a normal subgroup of",
68197  mathname="ntriangleright",
68198  mirror=0x22EB,
68199  specials={ "char", 0x22B2, 0x338 },
68200  unicodeslot=0x22EA,
68201 },
68202 [0x22EB]={
68203  category="sm",
68204  description="DOES NOT CONTAIN AS NORMAL SUBGROUP",
68205  direction="on",
68206  linebreak="al",
68207  mathclass="relation",
68208  mathgroup="binary relation",
68209  mathmeaning="does not contain a normal subgroup",
68210  mathname="ntriangleleft",
68211  mirror=0x22EA,
68212  specials={ "char", 0x22B3, 0x338 },
68213  unicodeslot=0x22EB,
68214 },
68215 [0x22EC]={
68216  category="sm",
68217  description="NOT NORMAL SUBGROUP OF OR EQUAL TO",
68218  direction="on",
68219  linebreak="al",
68220  mathclass="relation",
68221  mathgroup="binary relation",
68222  mathmeaning="is not a normal subgroup of, nor equal to",
68223  mathname="ntrianglelefteq",
68224  mirror=0x22ED,
68225  specials={ "char", 0x22B4, 0x338 },
68226  unicodeslot=0x22EC,
68227 },
68228 [0x22ED]={
68229  category="sm",
68230  description="DOES NOT CONTAIN AS NORMAL SUBGROUP OR EQUAL",
68231  direction="on",
68232  linebreak="al",
68233  mathclass="relation",
68234  mathgroup="binary relation",
68235  mathmeaning="does not contain a normal subgroup, nor is equal to",
68236  mathname="ntrianglerighteq",
68237  mirror=0x22EC,
68238  specials={ "char", 0x22B5, 0x338 },
68239  unicodeslot=0x22ED,
68240 },
68241 [0x22EE]={
68242  category="sm",
68243  description="VERTICAL ELLIPSIS",
68244  direction="on",
68245  linebreak="al",
68246  mathclass="ellipsis",
68247  mathname="vdots",
68248  unicodeslot=0x22EE,
68249 },
68250 [0x22EF]={
68251  category="sm",
68252  description="MIDLINE HORIZONTAL ELLIPSIS",
68253  direction="on",
68254  linebreak="in",
68255  mathclass="ellipsis",
68256  mathname="cdots",
68257  unicodeslot=0x22EF,
68258 },
68259 [0x22F0]={
68260  category="sm",
68261  description="UP RIGHT DIAGONAL ELLIPSIS",
68262  direction="on",
68263  linebreak="al",
68264  mathclass="ellipsis",
68265  mathname="udots",
68266  mirror=0x22F1,
68267  unicodeslot=0x22F0,
68268 },
68269 [0x22F1]={
68270  category="sm",
68271  description="DOWN RIGHT DIAGONAL ELLIPSIS",
68272  direction="on",
68273  linebreak="al",
68274  mathclass="ellipsis",
68275  mathname="ddots",
68276  mirror=0x22F0,
68277  unicodeslot=0x22F1,
68278 },
68279 [0x22F2]={
68280  category="sm",
68281  description="ELEMENT OF WITH LONG HORIZONTAL STROKE",
68282  direction="on",
68283  linebreak="al",
68284  mirror=0x22FA,
68285  unicodeslot=0x22F2,
68286 },
68287 [0x22F3]={
68288  category="sm",
68289  description="ELEMENT OF WITH VERTICAL BAR AT END OF HORIZONTAL STROKE",
68290  direction="on",
68291  linebreak="al",
68292  mirror=0x22FB,
68293  unicodeslot=0x22F3,
68294 },
68295 [0x22F4]={
68296  category="sm",
68297  description="SMALL ELEMENT OF WITH VERTICAL BAR AT END OF HORIZONTAL STROKE",
68298  direction="on",
68299  linebreak="al",
68300  mirror=0x22FC,
68301  unicodeslot=0x22F4,
68302 },
68303 [0x22F5]={
68304  category="sm",
68305  description="ELEMENT OF WITH DOT ABOVE",
68306  direction="on",
68307  linebreak="al",
68308  unicodeslot=0x22F5,
68309 },
68310 [0x22F6]={
68311  category="sm",
68312  description="ELEMENT OF WITH OVERBAR",
68313  direction="on",
68314  linebreak="al",
68315  mirror=0x22FD,
68316  unicodeslot=0x22F6,
68317 },
68318 [0x22F7]={
68319  category="sm",
68320  description="SMALL ELEMENT OF WITH OVERBAR",
68321  direction="on",
68322  linebreak="al",
68323  mirror=0x22FE,
68324  unicodeslot=0x22F7,
68325 },
68326 [0x22F8]={
68327  category="sm",
68328  description="ELEMENT OF WITH UNDERBAR",
68329  direction="on",
68330  linebreak="al",
68331  unicodeslot=0x22F8,
68332 },
68333 [0x22F9]={
68334  category="sm",
68335  description="ELEMENT OF WITH TWO HORIZONTAL STROKES",
68336  direction="on",
68337  linebreak="al",
68338  unicodeslot=0x22F9,
68339 },
68340 [0x22FA]={
68341  category="sm",
68342  description="CONTAINS WITH LONG HORIZONTAL STROKE",
68343  direction="on",
68344  linebreak="al",
68345  mirror=0x22F2,
68346  unicodeslot=0x22FA,
68347 },
68348 [0x22FB]={
68349  category="sm",
68350  description="CONTAINS WITH VERTICAL BAR AT END OF HORIZONTAL STROKE",
68351  direction="on",
68352  linebreak="al",
68353  mirror=0x22F3,
68354  unicodeslot=0x22FB,
68355 },
68356 [0x22FC]={
68357  category="sm",
68358  description="SMALL CONTAINS WITH VERTICAL BAR AT END OF HORIZONTAL STROKE",
68359  direction="on",
68360  linebreak="al",
68361  mirror=0x22F4,
68362  unicodeslot=0x22FC,
68363 },
68364 [0x22FD]={
68365  category="sm",
68366  description="CONTAINS WITH OVERBAR",
68367  direction="on",
68368  linebreak="al",
68369  mirror=0x22F6,
68370  unicodeslot=0x22FD,
68371 },
68372 [0x22FE]={
68373  category="sm",
68374  description="SMALL CONTAINS WITH OVERBAR",
68375  direction="on",
68376  linebreak="al",
68377  mirror=0x22F7,
68378  unicodeslot=0x22FE,
68379 },
68380 [0x22FF]={
68381  category="sm",
68382  description="Z NOTATION BAG MEMBERSHIP",
68383  direction="on",
68384  linebreak="al",
68385  unicodeslot=0x22FF,
68386 },
68387 [0x2300]={
68388  category="so",
68389  description="DIAMETER SIGN",
68390  direction="on",
68391  linebreak="al",
68392  mathspec={
68393   {
68394    class="ordinary",
68395    name="varnothing",
68396   },
68397   {
68398    class="ordinary",
68399    name="diameter",
68400   },
68401  },
68402  unicodeslot=0x2300,
68403 },
68404 [0x2301]={
68405  category="so",
68406  description="ELECTRIC ARROW",
68407  direction="on",
68408  linebreak="al",
68409  synonyms={ "end of transmission symbol" },
68410  unicodeslot=0x2301,
68411 },
68412 [0x2302]={
68413  category="so",
68414  description="HOUSE",
68415  direction="on",
68416  linebreak="al",
68417  unicodeslot=0x2302,
68418 },
68419 [0x2303]={
68420  category="so",
68421  description="UP ARROWHEAD",
68422  direction="on",
68423  linebreak="al",
68424  unicodeslot=0x2303,
68425 },
68426 [0x2304]={
68427  category="so",
68428  description="DOWN ARROWHEAD",
68429  direction="on",
68430  linebreak="al",
68431  unicodeslot=0x2304,
68432 },
68433 [0x2305]={
68434  category="so",
68435  description="PROJECTIVE",
68436  direction="on",
68437  linebreak="al",
68438  unicodeslot=0x2305,
68439 },
68440 [0x2306]={
68441  category="so",
68442  description="PERSPECTIVE",
68443  direction="on",
68444  linebreak="al",
68445  unicodeslot=0x2306,
68446 },
68447 [0x2307]={
68448  category="so",
68449  description="WAVY LINE",
68450  direction="on",
68451  linebreak="al",
68452  unicodeslot=0x2307,
68453 },
68454 [0x2308]={
68455  category="sm",
68456  description="LEFT CEILING",
68457  direction="on",
68458  linebreak="op",
68459  mathclass="open",
68460  mathname="lceil",
68461  mirror=0x2309,
68462  synonyms={ "apl upstile" },
68463  unicodeslot=0x2308,
68464 },
68465 [0x2309]={
68466  category="sm",
68467  description="RIGHT CEILING",
68468  direction="on",
68469  linebreak="cl",
68470  mathclass="close",
68471  mathname="rceil",
68472  mirror=0x2308,
68473  unicodeslot=0x2309,
68474 },
68475 [0x230A]={
68476  category="sm",
68477  description="LEFT FLOOR",
68478  direction="on",
68479  linebreak="op",
68480  mathclass="open",
68481  mathname="lfloor",
68482  mirror=0x230B,
68483  synonyms={ "apl downstile" },
68484  unicodeslot=0x230A,
68485 },
68486 [0x230B]={
68487  category="sm",
68488  description="RIGHT FLOOR",
68489  direction="on",
68490  linebreak="cl",
68491  mathclass="close",
68492  mathname="rfloor",
68493  mirror=0x230A,
68494  unicodeslot=0x230B,
68495 },
68496 [0x230C]={
68497  category="so",
68498  description="BOTTOM RIGHT CROP",
68499  direction="on",
68500  linebreak="al",
68501  unicodeslot=0x230C,
68502 },
68503 [0x230D]={
68504  category="so",
68505  description="BOTTOM LEFT CROP",
68506  direction="on",
68507  linebreak="al",
68508  unicodeslot=0x230D,
68509 },
68510 [0x230E]={
68511  category="so",
68512  description="TOP RIGHT CROP",
68513  direction="on",
68514  linebreak="al",
68515  unicodeslot=0x230E,
68516 },
68517 [0x230F]={
68518  category="so",
68519  description="TOP LEFT CROP",
68520  direction="on",
68521  linebreak="al",
68522  unicodeslot=0x230F,
68523 },
68524 [0x2310]={
68525  category="so",
68526  description="REVERSED NOT SIGN",
68527  direction="on",
68528  linebreak="al",
68529  synonyms={ "beginning of line" },
68530  unicodeslot=0x2310,
68531 },
68532 [0x2311]={
68533  category="so",
68534  description="SQUARE LOZENGE",
68535  direction="on",
68536  linebreak="al",
68537  synonyms={ "kissen", "pillow" },
68538  unicodeslot=0x2311,
68539 },
68540 [0x2312]={
68541  category="so",
68542  cjkwd="a",
68543  description="ARC",
68544  direction="on",
68545  linebreak="ai",
68546  unicodeslot=0x2312,
68547 },
68548 [0x2313]={
68549  category="so",
68550  description="SEGMENT",
68551  direction="on",
68552  linebreak="al",
68553  unicodeslot=0x2313,
68554 },
68555 [0x2314]={
68556  category="so",
68557  description="SECTOR",
68558  direction="on",
68559  linebreak="al",
68560  unicodeslot=0x2314,
68561 },
68562 [0x2315]={
68563  category="so",
68564  description="TELEPHONE RECORDER",
68565  direction="on",
68566  linebreak="al",
68567  unicodeslot=0x2315,
68568 },
68569 [0x2316]={
68570  category="so",
68571  description="POSITION INDICATOR",
68572  direction="on",
68573  linebreak="al",
68574  unicodeslot=0x2316,
68575 },
68576 [0x2317]={
68577  category="so",
68578  description="VIEWDATA SQUARE",
68579  direction="on",
68580  linebreak="al",
68581  unicodeslot=0x2317,
68582 },
68583 [0x2318]={
68584  category="so",
68585  description="PLACE OF INTEREST SIGN",
68586  direction="on",
68587  linebreak="al",
68588  synonyms={ "command key" },
68589  unicodeslot=0x2318,
68590 },
68591 [0x2319]={
68592  category="so",
68593  description="TURNED NOT SIGN",
68594  direction="on",
68595  linebreak="al",
68596  synonyms={ "line marker" },
68597  unicodeslot=0x2319,
68598 },
68599 [0x231A]={
68600  category="so",
68601  cjkwd="w",
68602  description="WATCH",
68603  direction="on",
68604  linebreak="id",
68605  unicodeslot=0x231A,
68606  variants=variants_emoji,
68607 },
68608 [0x231B]={
68609  category="so",
68610  cjkwd="w",
68611  description="HOURGLASS",
68612  direction="on",
68613  linebreak="id",
68614  unicodeslot=0x231B,
68615  variants=variants_emoji,
68616 },
68617 [0x231C]={
68618  category="so",
68619  description="TOP LEFT CORNER",
68620  direction="on",
68621  linebreak="al",
68622  mathclass="open",
68623  mathname="ulcorner",
68624  unicodeslot=0x231C,
68625 },
68626 [0x231D]={
68627  category="so",
68628  description="TOP RIGHT CORNER",
68629  direction="on",
68630  linebreak="al",
68631  mathclass="close",
68632  mathname="urcorner",
68633  unicodeslot=0x231D,
68634 },
68635 [0x231E]={
68636  category="so",
68637  description="BOTTOM LEFT CORNER",
68638  direction="on",
68639  linebreak="al",
68640  mathclass="open",
68641  mathname="llcorner",
68642  unicodeslot=0x231E,
68643 },
68644 [0x231F]={
68645  category="so",
68646  description="BOTTOM RIGHT CORNER",
68647  direction="on",
68648  linebreak="al",
68649  mathclass="close",
68650  mathname="lrcorner",
68651  unicodeslot=0x231F,
68652 },
68653 [0x2320]={
68654  category="sm",
68655  description="TOP HALF INTEGRAL",
68656  direction="on",
68657  linebreak="al",
68658  unicodeslot=0x2320,
68659 },
68660 [0x2321]={
68661  category="sm",
68662  description="BOTTOM HALF INTEGRAL",
68663  direction="on",
68664  linebreak="al",
68665  unicodeslot=0x2321,
68666 },
68667 [0x2322]={
68668  category="so",
68669  description="FROWN",
68670  direction="on",
68671  linebreak="al",
68672  mathclass="relation",
68673  mathname="frown",
68674  unicodeslot=0x2322,
68675 },
68676 [0x2323]={
68677  category="so",
68678  description="SMILE",
68679  direction="on",
68680  linebreak="al",
68681  mathclass="relation",
68682  mathname="smile",
68683  unicodeslot=0x2323,
68684 },
68685 [0x2324]={
68686  category="so",
68687  description="UP ARROWHEAD BETWEEN TWO HORIZONTAL BARS",
68688  direction="on",
68689  linebreak="al",
68690  synonyms={ "enter key" },
68691  unicodeslot=0x2324,
68692 },
68693 [0x2325]={
68694  category="so",
68695  description="OPTION KEY",
68696  direction="on",
68697  linebreak="al",
68698  unicodeslot=0x2325,
68699 },
68700 [0x2326]={
68701  category="so",
68702  description="ERASE TO THE RIGHT",
68703  direction="on",
68704  linebreak="al",
68705  synonyms={ "delete to the right key" },
68706  unicodeslot=0x2326,
68707 },
68708 [0x2327]={
68709  category="so",
68710  description="X IN A RECTANGLE BOX",
68711  direction="on",
68712  linebreak="al",
68713  synonyms={ "clear key" },
68714  unicodeslot=0x2327,
68715 },
68716 [0x2328]={
68717  category="so",
68718  description="KEYBOARD",
68719  direction="on",
68720  linebreak="al",
68721  unicodeslot=0x2328,
68722  variants=variants_emoji,
68723 },
68724 [0x2329]={
68725  category="ps",
68726  cjkwd="w",
68727  description="LEFT-POINTING ANGLE BRACKET",
68728  direction="on",
68729  linebreak="op",
68730  mirror=0x232A,
68731  specials={ "char", 0x3008 },
68732  unicodeslot=0x2329,
68733 },
68734 [0x232A]={
68735  category="pe",
68736  cjkwd="w",
68737  description="RIGHT-POINTING ANGLE BRACKET",
68738  direction="on",
68739  linebreak="cl",
68740  mirror=0x2329,
68741  specials={ "char", 0x3009 },
68742  unicodeslot=0x232A,
68743 },
68744 [0x232B]={
68745  category="so",
68746  description="ERASE TO THE LEFT",
68747  direction="on",
68748  linebreak="al",
68749  synonyms={ "delete to the left key" },
68750  unicodeslot=0x232B,
68751 },
68752 [0x232C]={
68753  category="so",
68754  description="BENZENE RING",
68755  direction="on",
68756  linebreak="al",
68757  unicodeslot=0x232C,
68758 },
68759 [0x232D]={
68760  category="so",
68761  description="CYLINDRICITY",
68762  direction="on",
68763  linebreak="al",
68764  unicodeslot=0x232D,
68765 },
68766 [0x232E]={
68767  category="so",
68768  description="ALL AROUND-PROFILE",
68769  direction="on",
68770  linebreak="al",
68771  unicodeslot=0x232E,
68772 },
68773 [0x232F]={
68774  category="so",
68775  description="SYMMETRY",
68776  direction="on",
68777  linebreak="al",
68778  unicodeslot=0x232F,
68779 },
68780 [0x2330]={
68781  category="so",
68782  description="TOTAL RUNOUT",
68783  direction="on",
68784  linebreak="al",
68785  unicodeslot=0x2330,
68786 },
68787 [0x2331]={
68788  category="so",
68789  description="DIMENSION ORIGIN",
68790  direction="on",
68791  linebreak="al",
68792  unicodeslot=0x2331,
68793 },
68794 [0x2332]={
68795  category="so",
68796  description="CONICAL TAPER",
68797  direction="on",
68798  linebreak="al",
68799  unicodeslot=0x2332,
68800 },
68801 [0x2333]={
68802  category="so",
68803  description="SLOPE",
68804  direction="on",
68805  linebreak="al",
68806  unicodeslot=0x2333,
68807 },
68808 [0x2334]={
68809  category="so",
68810  description="COUNTERBORE",
68811  direction="on",
68812  linebreak="al",
68813  unicodeslot=0x2334,
68814 },
68815 [0x2335]={
68816  category="so",
68817  description="COUNTERSINK",
68818  direction="on",
68819  linebreak="al",
68820  unicodeslot=0x2335,
68821 },
68822 [0x2336]={
68823  category="so",
68824  description="APL FUNCTIONAL SYMBOL I-BEAM",
68825  direction="l",
68826  linebreak="al",
68827  unicodeslot=0x2336,
68828 },
68829 [0x2337]={
68830  category="so",
68831  description="APL FUNCTIONAL SYMBOL SQUISH QUAD",
68832  direction="l",
68833  linebreak="al",
68834  unicodeslot=0x2337,
68835 },
68836 [0x2338]={
68837  category="so",
68838  description="APL FUNCTIONAL SYMBOL QUAD EQUAL",
68839  direction="l",
68840  linebreak="al",
68841  unicodeslot=0x2338,
68842 },
68843 [0x2339]={
68844  category="so",
68845  description="APL FUNCTIONAL SYMBOL QUAD DIVIDE",
68846  direction="l",
68847  linebreak="al",
68848  unicodeslot=0x2339,
68849 },
68850 [0x233A]={
68851  category="so",
68852  description="APL FUNCTIONAL SYMBOL QUAD DIAMOND",
68853  direction="l",
68854  linebreak="al",
68855  unicodeslot=0x233A,
68856 },
68857 [0x233B]={
68858  category="so",
68859  description="APL FUNCTIONAL SYMBOL QUAD JOT",
68860  direction="l",
68861  linebreak="al",
68862  unicodeslot=0x233B,
68863 },
68864 [0x233C]={
68865  category="so",
68866  description="APL FUNCTIONAL SYMBOL QUAD CIRCLE",
68867  direction="l",
68868  linebreak="al",
68869  unicodeslot=0x233C,
68870 },
68871 [0x233D]={
68872  category="so",
68873  description="APL FUNCTIONAL SYMBOL CIRCLE STILE",
68874  direction="l",
68875  linebreak="al",
68876  unicodeslot=0x233D,
68877 },
68878 [0x233E]={
68879  category="so",
68880  description="APL FUNCTIONAL SYMBOL CIRCLE JOT",
68881  direction="l",
68882  linebreak="al",
68883  unicodeslot=0x233E,
68884 },
68885 [0x233F]={
68886  category="so",
68887  description="APL FUNCTIONAL SYMBOL SLASH BAR",
68888  direction="l",
68889  linebreak="al",
68890  unicodeslot=0x233F,
68891 },
68892 [0x2340]={
68893  category="so",
68894  description="APL FUNCTIONAL SYMBOL BACKSLASH BAR",
68895  direction="l",
68896  linebreak="al",
68897  unicodeslot=0x2340,
68898 },
68899 [0x2341]={
68900  category="so",
68901  description="APL FUNCTIONAL SYMBOL QUAD SLASH",
68902  direction="l",
68903  linebreak="al",
68904  unicodeslot=0x2341,
68905 },
68906 [0x2342]={
68907  category="so",
68908  description="APL FUNCTIONAL SYMBOL QUAD BACKSLASH",
68909  direction="l",
68910  linebreak="al",
68911  unicodeslot=0x2342,
68912 },
68913 [0x2343]={
68914  category="so",
68915  description="APL FUNCTIONAL SYMBOL QUAD LESS-THAN",
68916  direction="l",
68917  linebreak="al",
68918  unicodeslot=0x2343,
68919 },
68920 [0x2344]={
68921  category="so",
68922  description="APL FUNCTIONAL SYMBOL QUAD GREATER-THAN",
68923  direction="l",
68924  linebreak="al",
68925  unicodeslot=0x2344,
68926 },
68927 [0x2345]={
68928  category="so",
68929  description="APL FUNCTIONAL SYMBOL LEFTWARDS VANE",
68930  direction="l",
68931  linebreak="al",
68932  unicodeslot=0x2345,
68933 },
68934 [0x2346]={
68935  category="so",
68936  description="APL FUNCTIONAL SYMBOL RIGHTWARDS VANE",
68937  direction="l",
68938  linebreak="al",
68939  unicodeslot=0x2346,
68940 },
68941 [0x2347]={
68942  category="so",
68943  description="APL FUNCTIONAL SYMBOL QUAD LEFTWARDS ARROW",
68944  direction="l",
68945  linebreak="al",
68946  unicodeslot=0x2347,
68947 },
68948 [0x2348]={
68949  category="so",
68950  description="APL FUNCTIONAL SYMBOL QUAD RIGHTWARDS ARROW",
68951  direction="l",
68952  linebreak="al",
68953  unicodeslot=0x2348,
68954 },
68955 [0x2349]={
68956  category="so",
68957  description="APL FUNCTIONAL SYMBOL CIRCLE BACKSLASH",
68958  direction="l",
68959  linebreak="al",
68960  unicodeslot=0x2349,
68961 },
68962 [0x234A]={
68963  category="so",
68964  description="APL FUNCTIONAL SYMBOL DOWN TACK UNDERBAR",
68965  direction="l",
68966  linebreak="al",
68967  unicodeslot=0x234A,
68968 },
68969 [0x234B]={
68970  category="so",
68971  description="APL FUNCTIONAL SYMBOL DELTA STILE",
68972  direction="l",
68973  linebreak="al",
68974  unicodeslot=0x234B,
68975 },
68976 [0x234C]={
68977  category="so",
68978  description="APL FUNCTIONAL SYMBOL QUAD DOWN CARET",
68979  direction="l",
68980  linebreak="al",
68981  unicodeslot=0x234C,
68982 },
68983 [0x234D]={
68984  category="so",
68985  description="APL FUNCTIONAL SYMBOL QUAD DELTA",
68986  direction="l",
68987  linebreak="al",
68988  unicodeslot=0x234D,
68989 },
68990 [0x234E]={
68991  category="so",
68992  description="APL FUNCTIONAL SYMBOL DOWN TACK JOT",
68993  direction="l",
68994  linebreak="al",
68995  unicodeslot=0x234E,
68996 },
68997 [0x234F]={
68998  category="so",
68999  description="APL FUNCTIONAL SYMBOL UPWARDS VANE",
69000  direction="l",
69001  linebreak="al",
69002  unicodeslot=0x234F,
69003 },
69004 [0x2350]={
69005  category="so",
69006  description="APL FUNCTIONAL SYMBOL QUAD UPWARDS ARROW",
69007  direction="l",
69008  linebreak="al",
69009  unicodeslot=0x2350,
69010 },
69011 [0x2351]={
69012  category="so",
69013  description="APL FUNCTIONAL SYMBOL UP TACK OVERBAR",
69014  direction="l",
69015  linebreak="al",
69016  unicodeslot=0x2351,
69017 },
69018 [0x2352]={
69019  category="so",
69020  description="APL FUNCTIONAL SYMBOL DEL STILE",
69021  direction="l",
69022  linebreak="al",
69023  unicodeslot=0x2352,
69024 },
69025 [0x2353]={
69026  category="so",
69027  description="APL FUNCTIONAL SYMBOL QUAD UP CARET",
69028  direction="l",
69029  linebreak="al",
69030  unicodeslot=0x2353,
69031 },
69032 [0x2354]={
69033  category="so",
69034  description="APL FUNCTIONAL SYMBOL QUAD DEL",
69035  direction="l",
69036  linebreak="al",
69037  unicodeslot=0x2354,
69038 },
69039 [0x2355]={
69040  category="so",
69041  description="APL FUNCTIONAL SYMBOL UP TACK JOT",
69042  direction="l",
69043  linebreak="al",
69044  unicodeslot=0x2355,
69045 },
69046 [0x2356]={
69047  category="so",
69048  description="APL FUNCTIONAL SYMBOL DOWNWARDS VANE",
69049  direction="l",
69050  linebreak="al",
69051  unicodeslot=0x2356,
69052 },
69053 [0x2357]={
69054  category="so",
69055  description="APL FUNCTIONAL SYMBOL QUAD DOWNWARDS ARROW",
69056  direction="l",
69057  linebreak="al",
69058  unicodeslot=0x2357,
69059 },
69060 [0x2358]={
69061  category="so",
69062  description="APL FUNCTIONAL SYMBOL QUOTE UNDERBAR",
69063  direction="l",
69064  linebreak="al",
69065  unicodeslot=0x2358,
69066 },
69067 [0x2359]={
69068  category="so",
69069  description="APL FUNCTIONAL SYMBOL DELTA UNDERBAR",
69070  direction="l",
69071  linebreak="al",
69072  unicodeslot=0x2359,
69073 },
69074 [0x235A]={
69075  category="so",
69076  description="APL FUNCTIONAL SYMBOL DIAMOND UNDERBAR",
69077  direction="l",
69078  linebreak="al",
69079  unicodeslot=0x235A,
69080 },
69081 [0x235B]={
69082  category="so",
69083  description="APL FUNCTIONAL SYMBOL JOT UNDERBAR",
69084  direction="l",
69085  linebreak="al",
69086  unicodeslot=0x235B,
69087 },
69088 [0x235C]={
69089  category="so",
69090  description="APL FUNCTIONAL SYMBOL CIRCLE UNDERBAR",
69091  direction="l",
69092  linebreak="al",
69093  unicodeslot=0x235C,
69094 },
69095 [0x235D]={
69096  category="so",
69097  description="APL FUNCTIONAL SYMBOL UP SHOE JOT",
69098  direction="l",
69099  linebreak="al",
69100  unicodeslot=0x235D,
69101 },
69102 [0x235E]={
69103  category="so",
69104  description="APL FUNCTIONAL SYMBOL QUOTE QUAD",
69105  direction="l",
69106  linebreak="al",
69107  unicodeslot=0x235E,
69108 },
69109 [0x235F]={
69110  category="so",
69111  description="APL FUNCTIONAL SYMBOL CIRCLE STAR",
69112  direction="l",
69113  linebreak="al",
69114  unicodeslot=0x235F,
69115 },
69116 [0x2360]={
69117  category="so",
69118  description="APL FUNCTIONAL SYMBOL QUAD COLON",
69119  direction="l",
69120  linebreak="al",
69121  unicodeslot=0x2360,
69122 },
69123 [0x2361]={
69124  category="so",
69125  description="APL FUNCTIONAL SYMBOL UP TACK DIAERESIS",
69126  direction="l",
69127  linebreak="al",
69128  unicodeslot=0x2361,
69129 },
69130 [0x2362]={
69131  category="so",
69132  description="APL FUNCTIONAL SYMBOL DEL DIAERESIS",
69133  direction="l",
69134  linebreak="al",
69135  unicodeslot=0x2362,
69136 },
69137 [0x2363]={
69138  category="so",
69139  description="APL FUNCTIONAL SYMBOL STAR DIAERESIS",
69140  direction="l",
69141  linebreak="al",
69142  unicodeslot=0x2363,
69143 },
69144 [0x2364]={
69145  category="so",
69146  description="APL FUNCTIONAL SYMBOL JOT DIAERESIS",
69147  direction="l",
69148  linebreak="al",
69149  synonyms={ "hoot" },
69150  unicodeslot=0x2364,
69151 },
69152 [0x2365]={
69153  category="so",
69154  description="APL FUNCTIONAL SYMBOL CIRCLE DIAERESIS",
69155  direction="l",
69156  linebreak="al",
69157  synonyms={ "holler" },
69158  unicodeslot=0x2365,
69159 },
69160 [0x2366]={
69161  category="so",
69162  description="APL FUNCTIONAL SYMBOL DOWN SHOE STILE",
69163  direction="l",
69164  linebreak="al",
69165  unicodeslot=0x2366,
69166 },
69167 [0x2367]={
69168  category="so",
69169  description="APL FUNCTIONAL SYMBOL LEFT SHOE STILE",
69170  direction="l",
69171  linebreak="al",
69172  unicodeslot=0x2367,
69173 },
69174 [0x2368]={
69175  category="so",
69176  description="APL FUNCTIONAL SYMBOL TILDE DIAERESIS",
69177  direction="l",
69178  linebreak="al",
69179  synonyms={ "smirk" },
69180  unicodeslot=0x2368,
69181 },
69182 [0x2369]={
69183  category="so",
69184  description="APL FUNCTIONAL SYMBOL GREATER-THAN DIAERESIS",
69185  direction="l",
69186  linebreak="al",
69187  unicodeslot=0x2369,
69188 },
69189 [0x236A]={
69190  category="so",
69191  description="APL FUNCTIONAL SYMBOL COMMA BAR",
69192  direction="l",
69193  linebreak="al",
69194  unicodeslot=0x236A,
69195 },
69196 [0x236B]={
69197  category="so",
69198  description="APL FUNCTIONAL SYMBOL DEL TILDE",
69199  direction="l",
69200  linebreak="al",
69201  unicodeslot=0x236B,
69202 },
69203 [0x236C]={
69204  category="so",
69205  description="APL FUNCTIONAL SYMBOL ZILDE",
69206  direction="l",
69207  linebreak="al",
69208  unicodeslot=0x236C,
69209 },
69210 [0x236D]={
69211  category="so",
69212  description="APL FUNCTIONAL SYMBOL STILE TILDE",
69213  direction="l",
69214  linebreak="al",
69215  unicodeslot=0x236D,
69216 },
69217 [0x236E]={
69218  category="so",
69219  description="APL FUNCTIONAL SYMBOL SEMICOLON UNDERBAR",
69220  direction="l",
69221  linebreak="al",
69222  unicodeslot=0x236E,
69223 },
69224 [0x236F]={
69225  category="so",
69226  description="APL FUNCTIONAL SYMBOL QUAD NOT EQUAL",
69227  direction="l",
69228  linebreak="al",
69229  unicodeslot=0x236F,
69230 },
69231 [0x2370]={
69232  category="so",
69233  description="APL FUNCTIONAL SYMBOL QUAD QUESTION",
69234  direction="l",
69235  linebreak="al",
69236  unicodeslot=0x2370,
69237 },
69238 [0x2371]={
69239  category="so",
69240  description="APL FUNCTIONAL SYMBOL DOWN CARET TILDE",
69241  direction="l",
69242  linebreak="al",
69243  unicodeslot=0x2371,
69244 },
69245 [0x2372]={
69246  category="so",
69247  description="APL FUNCTIONAL SYMBOL UP CARET TILDE",
69248  direction="l",
69249  linebreak="al",
69250  unicodeslot=0x2372,
69251 },
69252 [0x2373]={
69253  category="so",
69254  description="APL FUNCTIONAL SYMBOL IOTA",
69255  direction="l",
69256  linebreak="al",
69257  unicodeslot=0x2373,
69258 },
69259 [0x2374]={
69260  category="so",
69261  description="APL FUNCTIONAL SYMBOL RHO",
69262  direction="l",
69263  linebreak="al",
69264  unicodeslot=0x2374,
69265 },
69266 [0x2375]={
69267  category="so",
69268  description="APL FUNCTIONAL SYMBOL OMEGA",
69269  direction="l",
69270  linebreak="al",
69271  unicodeslot=0x2375,
69272 },
69273 [0x2376]={
69274  category="so",
69275  description="APL FUNCTIONAL SYMBOL ALPHA UNDERBAR",
69276  direction="l",
69277  linebreak="al",
69278  unicodeslot=0x2376,
69279 },
69280 [0x2377]={
69281  category="so",
69282  description="APL FUNCTIONAL SYMBOL EPSILON UNDERBAR",
69283  direction="l",
69284  linebreak="al",
69285  unicodeslot=0x2377,
69286 },
69287 [0x2378]={
69288  category="so",
69289  description="APL FUNCTIONAL SYMBOL IOTA UNDERBAR",
69290  direction="l",
69291  linebreak="al",
69292  unicodeslot=0x2378,
69293 },
69294 [0x2379]={
69295  category="so",
69296  description="APL FUNCTIONAL SYMBOL OMEGA UNDERBAR",
69297  direction="l",
69298  linebreak="al",
69299  unicodeslot=0x2379,
69300 },
69301 [0x237A]={
69302  category="so",
69303  description="APL FUNCTIONAL SYMBOL ALPHA",
69304  direction="l",
69305  linebreak="al",
69306  unicodeslot=0x237A,
69307 },
69308 [0x237B]={
69309  category="so",
69310  description="NOT CHECK MARK",
69311  direction="on",
69312  linebreak="al",
69313  unicodeslot=0x237B,
69314 },
69315 [0x237C]={
69316  category="sm",
69317  description="RIGHT ANGLE WITH DOWNWARDS ZIGZAG ARROW",
69318  direction="on",
69319  linebreak="al",
69320  unicodeslot=0x237C,
69321 },
69322 [0x237D]={
69323  category="so",
69324  description="SHOULDERED OPEN BOX",
69325  direction="on",
69326  linebreak="al",
69327  synonyms={ "keyboard symbol for no break space" },
69328  unicodeslot=0x237D,
69329 },
69330 [0x237E]={
69331  category="so",
69332  description="BELL SYMBOL",
69333  direction="on",
69334  linebreak="al",
69335  unicodeslot=0x237E,
69336 },
69337 [0x237F]={
69338  category="so",
69339  description="VERTICAL LINE WITH MIDDLE DOT",
69340  direction="on",
69341  linebreak="al",
69342  synonyms={ "symbol for end of medium" },
69343  unicodeslot=0x237F,
69344 },
69345 [0x2380]={
69346  category="so",
69347  description="INSERTION SYMBOL",
69348  direction="on",
69349  linebreak="al",
69350  unicodeslot=0x2380,
69351 },
69352 [0x2381]={
69353  category="so",
69354  description="CONTINUOUS UNDERLINE SYMBOL",
69355  direction="on",
69356  linebreak="al",
69357  unicodeslot=0x2381,
69358 },
69359 [0x2382]={
69360  category="so",
69361  description="DISCONTINUOUS UNDERLINE SYMBOL",
69362  direction="on",
69363  linebreak="al",
69364  unicodeslot=0x2382,
69365 },
69366 [0x2383]={
69367  category="so",
69368  description="EMPHASIS SYMBOL",
69369  direction="on",
69370  linebreak="al",
69371  unicodeslot=0x2383,
69372 },
69373 [0x2384]={
69374  category="so",
69375  description="COMPOSITION SYMBOL",
69376  direction="on",
69377  linebreak="al",
69378  unicodeslot=0x2384,
69379 },
69380 [0x2385]={
69381  category="so",
69382  description="WHITE SQUARE WITH CENTRE VERTICAL LINE",
69383  direction="on",
69384  linebreak="al",
69385  synonyms={ "center" },
69386  unicodeslot=0x2385,
69387 },
69388 [0x2386]={
69389  category="so",
69390  description="ENTER SYMBOL",
69391  direction="on",
69392  linebreak="al",
69393  unicodeslot=0x2386,
69394 },
69395 [0x2387]={
69396  category="so",
69397  description="ALTERNATIVE KEY SYMBOL",
69398  direction="on",
69399  linebreak="al",
69400  unicodeslot=0x2387,
69401 },
69402 [0x2388]={
69403  category="so",
69404  description="HELM SYMBOL",
69405  direction="on",
69406  linebreak="al",
69407  synonyms={ "control" },
69408  unicodeslot=0x2388,
69409 },
69410 [0x2389]={
69411  category="so",
69412  description="CIRCLED HORIZONTAL BAR WITH NOTCH",
69413  direction="on",
69414  linebreak="al",
69415  synonyms={ "pause" },
69416  unicodeslot=0x2389,
69417 },
69418 [0x238A]={
69419  category="so",
69420  description="CIRCLED TRIANGLE DOWN",
69421  direction="on",
69422  linebreak="al",
69423  synonyms={ "interrupt" },
69424  unicodeslot=0x238A,
69425 },
69426 [0x238B]={
69427  category="so",
69428  description="BROKEN CIRCLE WITH NORTHWEST ARROW",
69429  direction="on",
69430  linebreak="al",
69431  unicodeslot=0x238B,
69432 },
69433 [0x238C]={
69434  category="so",
69435  description="UNDO SYMBOL",
69436  direction="on",
69437  linebreak="al",
69438  unicodeslot=0x238C,
69439 },
69440 [0x238D]={
69441  category="so",
69442  description="MONOSTABLE SYMBOL",
69443  direction="on",
69444  linebreak="al",
69445  unicodeslot=0x238D,
69446 },
69447 [0x238E]={
69448  category="so",
69449  description="HYSTERESIS SYMBOL",
69450  direction="on",
69451  linebreak="al",
69452  unicodeslot=0x238E,
69453 },
69454 [0x238F]={
69455  category="so",
69456  description="OPEN-CIRCUIT-OUTPUT H-TYPE SYMBOL",
69457  direction="on",
69458  linebreak="al",
69459  unicodeslot=0x238F,
69460 },
69461 [0x2390]={
69462  category="so",
69463  description="OPEN-CIRCUIT-OUTPUT L-TYPE SYMBOL",
69464  direction="on",
69465  linebreak="al",
69466  unicodeslot=0x2390,
69467 },
69468 [0x2391]={
69469  category="so",
69470  description="PASSIVE-PULL-DOWN-OUTPUT SYMBOL",
69471  direction="on",
69472  linebreak="al",
69473  unicodeslot=0x2391,
69474 },
69475 [0x2392]={
69476  category="so",
69477  description="PASSIVE-PULL-UP-OUTPUT SYMBOL",
69478  direction="on",
69479  linebreak="al",
69480  unicodeslot=0x2392,
69481 },
69482 [0x2393]={
69483  category="so",
69484  description="DIRECT CURRENT SYMBOL FORM TWO",
69485  direction="on",
69486  linebreak="al",
69487  unicodeslot=0x2393,
69488 },
69489 [0x2394]={
69490  category="so",
69491  description="SOFTWARE-FUNCTION SYMBOL",
69492  direction="on",
69493  linebreak="al",
69494  unicodeslot=0x2394,
69495 },
69496 [0x2395]={
69497  category="so",
69498  description="APL FUNCTIONAL SYMBOL QUAD",
69499  direction="l",
69500  linebreak="al",
69501  unicodeslot=0x2395,
69502 },
69503 [0x2396]={
69504  category="so",
69505  description="DECIMAL SEPARATOR KEY SYMBOL",
69506  direction="on",
69507  linebreak="al",
69508  unicodeslot=0x2396,
69509 },
69510 [0x2397]={
69511  category="so",
69512  description="PREVIOUS PAGE",
69513  direction="on",
69514  linebreak="al",
69515  unicodeslot=0x2397,
69516 },
69517 [0x2398]={
69518  category="so",
69519  description="NEXT PAGE",
69520  direction="on",
69521  linebreak="al",
69522  unicodeslot=0x2398,
69523 },
69524 [0x2399]={
69525  category="so",
69526  description="PRINT SCREEN SYMBOL",
69527  direction="on",
69528  linebreak="al",
69529  unicodeslot=0x2399,
69530 },
69531 [0x239A]={
69532  category="so",
69533  description="CLEAR SCREEN SYMBOL",
69534  direction="on",
69535  linebreak="al",
69536  unicodeslot=0x239A,
69537 },
69538 [0x239B]={
69539  category="sm",
69540  description="LEFT PARENTHESIS UPPER HOOK",
69541  direction="on",
69542  linebreak="al",
69543  unicodeslot=0x239B,
69544 },
69545 [0x239C]={
69546  category="sm",
69547  description="LEFT PARENTHESIS EXTENSION",
69548  direction="on",
69549  linebreak="al",
69550  unicodeslot=0x239C,
69551 },
69552 [0x239D]={
69553  category="sm",
69554  description="LEFT PARENTHESIS LOWER HOOK",
69555  direction="on",
69556  linebreak="al",
69557  unicodeslot=0x239D,
69558 },
69559 [0x239E]={
69560  category="sm",
69561  description="RIGHT PARENTHESIS UPPER HOOK",
69562  direction="on",
69563  linebreak="al",
69564  unicodeslot=0x239E,
69565 },
69566 [0x239F]={
69567  category="sm",
69568  description="RIGHT PARENTHESIS EXTENSION",
69569  direction="on",
69570  linebreak="al",
69571  unicodeslot=0x239F,
69572 },
69573 [0x23A0]={
69574  category="sm",
69575  description="RIGHT PARENTHESIS LOWER HOOK",
69576  direction="on",
69577  linebreak="al",
69578  unicodeslot=0x23A0,
69579 },
69580 [0x23A1]={
69581  category="sm",
69582  description="LEFT SQUARE BRACKET UPPER CORNER",
69583  direction="on",
69584  linebreak="al",
69585  unicodeslot=0x23A1,
69586 },
69587 [0x23A2]={
69588  category="sm",
69589  description="LEFT SQUARE BRACKET EXTENSION",
69590  direction="on",
69591  linebreak="al",
69592  unicodeslot=0x23A2,
69593 },
69594 [0x23A3]={
69595  category="sm",
69596  description="LEFT SQUARE BRACKET LOWER CORNER",
69597  direction="on",
69598  linebreak="al",
69599  unicodeslot=0x23A3,
69600 },
69601 [0x23A4]={
69602  category="sm",
69603  description="RIGHT SQUARE BRACKET UPPER CORNER",
69604  direction="on",
69605  linebreak="al",
69606  unicodeslot=0x23A4,
69607 },
69608 [0x23A5]={
69609  category="sm",
69610  description="RIGHT SQUARE BRACKET EXTENSION",
69611  direction="on",
69612  linebreak="al",
69613  unicodeslot=0x23A5,
69614 },
69615 [0x23A6]={
69616  category="sm",
69617  description="RIGHT SQUARE BRACKET LOWER CORNER",
69618  direction="on",
69619  linebreak="al",
69620  unicodeslot=0x23A6,
69621 },
69622 [0x23A7]={
69623  category="sm",
69624  description="LEFT CURLY BRACKET UPPER HOOK",
69625  direction="on",
69626  linebreak="al",
69627  unicodeslot=0x23A7,
69628 },
69629 [0x23A8]={
69630  category="sm",
69631  description="LEFT CURLY BRACKET MIDDLE PIECE",
69632  direction="on",
69633  linebreak="al",
69634  unicodeslot=0x23A8,
69635 },
69636 [0x23A9]={
69637  category="sm",
69638  description="LEFT CURLY BRACKET LOWER HOOK",
69639  direction="on",
69640  linebreak="al",
69641  unicodeslot=0x23A9,
69642 },
69643 [0x23AA]={
69644  category="sm",
69645  description="CURLY BRACKET EXTENSION",
69646  direction="on",
69647  linebreak="al",
69648  unicodeslot=0x23AA,
69649 },
69650 [0x23AB]={
69651  category="sm",
69652  description="RIGHT CURLY BRACKET UPPER HOOK",
69653  direction="on",
69654  linebreak="al",
69655  unicodeslot=0x23AB,
69656 },
69657 [0x23AC]={
69658  category="sm",
69659  description="RIGHT CURLY BRACKET MIDDLE PIECE",
69660  direction="on",
69661  linebreak="al",
69662  unicodeslot=0x23AC,
69663 },
69664 [0x23AD]={
69665  category="sm",
69666  description="RIGHT CURLY BRACKET LOWER HOOK",
69667  direction="on",
69668  linebreak="al",
69669  unicodeslot=0x23AD,
69670 },
69671 [0x23AE]={
69672  category="sm",
69673  description="INTEGRAL EXTENSION",
69674  direction="on",
69675  linebreak="al",
69676  unicodeslot=0x23AE,
69677 },
69678 [0x23AF]={
69679  category="sm",
69680  description="HORIZONTAL LINE EXTENSION",
69681  direction="on",
69682  linebreak="al",
69683  unicodeslot=0x23AF,
69684 },
69685 [0x23B0]={
69686  category="sm",
69687  description="UPPER LEFT OR LOWER RIGHT CURLY BRACKET SECTION",
69688  direction="on",
69689  linebreak="al",
69690  mathclass="open",
69691  mathname="lmoustache",
69692  synonyms={ "left moustache" },
69693  unicodeslot=0x23B0,
69694 },
69695 [0x23B1]={
69696  category="sm",
69697  description="UPPER RIGHT OR LOWER LEFT CURLY BRACKET SECTION",
69698  direction="on",
69699  linebreak="al",
69700  mathclass="close",
69701  mathname="rmoustache",
69702  synonyms={ "right moustache" },
69703  unicodeslot=0x23B1,
69704 },
69705 [0x23B2]={
69706  category="sm",
69707  description="SUMMATION TOP",
69708  direction="on",
69709  linebreak="al",
69710  unicodeslot=0x23B2,
69711 },
69712 [0x23B3]={
69713  category="sm",
69714  description="SUMMATION BOTTOM",
69715  direction="on",
69716  linebreak="al",
69717  unicodeslot=0x23B3,
69718 },
69719 [0x23B4]={
69720  category="so",
69721  description="TOP SQUARE BRACKET",
69722  direction="on",
69723  linebreak="al",
69724  mathclass="topaccent",
69725  mathextensible="h",
69726  mathfiller="overbracketfill",
69727  mathname="overbracket",
69728  unicodeslot=0x23B4,
69729 },
69730 [0x23B5]={
69731  category="so",
69732  description="BOTTOM SQUARE BRACKET",
69733  direction="on",
69734  linebreak="al",
69735  mathclass="botaccent",
69736  mathextensible="h",
69737  mathfiller="underbracketfill",
69738  mathname="underbracket",
69739  unicodeslot=0x23B5,
69740 },
69741 [0x23B6]={
69742  category="so",
69743  description="BOTTOM SQUARE BRACKET OVER TOP SQUARE BRACKET",
69744  direction="on",
69745  linebreak="al",
69746  unicodeslot=0x23B6,
69747 },
69748 [0x23B7]={
69749  category="so",
69750  description="RADICAL SYMBOL BOTTOM",
69751  direction="on",
69752  linebreak="al",
69753  unicodeslot=0x23B7,
69754 },
69755 [0x23B8]={
69756  category="so",
69757  description="LEFT VERTICAL BOX LINE",
69758  direction="on",
69759  linebreak="al",
69760  unicodeslot=0x23B8,
69761 },
69762 [0x23B9]={
69763  category="so",
69764  description="RIGHT VERTICAL BOX LINE",
69765  direction="on",
69766  linebreak="al",
69767  unicodeslot=0x23B9,
69768 },
69769 [0x23BA]={
69770  category="so",
69771  description="HORIZONTAL SCAN LINE-0x0001",
69772  direction="on",
69773  linebreak="al",
69774  unicodeslot=0x23BA,
69775 },
69776 [0x23BB]={
69777  category="so",
69778  description="HORIZONTAL SCAN LINE-0x0003",
69779  direction="on",
69780  linebreak="al",
69781  unicodeslot=0x23BB,
69782 },
69783 [0x23BC]={
69784  category="so",
69785  description="HORIZONTAL SCAN LINE-0x0007",
69786  direction="on",
69787  linebreak="al",
69788  unicodeslot=0x23BC,
69789 },
69790 [0x23BD]={
69791  category="so",
69792  description="HORIZONTAL SCAN LINE-0x0009",
69793  direction="on",
69794  linebreak="al",
69795  unicodeslot=0x23BD,
69796 },
69797 [0x23BE]={
69798  category="so",
69799  description="DENTISTRY SYMBOL LIGHT VERTICAL AND TOP RIGHT",
69800  direction="on",
69801  linebreak="al",
69802  unicodeslot=0x23BE,
69803 },
69804 [0x23BF]={
69805  category="so",
69806  description="DENTISTRY SYMBOL LIGHT VERTICAL AND BOTTOM RIGHT",
69807  direction="on",
69808  linebreak="al",
69809  unicodeslot=0x23BF,
69810 },
69811 [0x23C0]={
69812  category="so",
69813  description="DENTISTRY SYMBOL LIGHT VERTICAL WITH CIRCLE",
69814  direction="on",
69815  linebreak="al",
69816  unicodeslot=0x23C0,
69817 },
69818 [0x23C1]={
69819  category="so",
69820  description="DENTISTRY SYMBOL LIGHT DOWN AND HORIZONTAL WITH CIRCLE",
69821  direction="on",
69822  linebreak="al",
69823  unicodeslot=0x23C1,
69824 },
69825 [0x23C2]={
69826  category="so",
69827  description="DENTISTRY SYMBOL LIGHT UP AND HORIZONTAL WITH CIRCLE",
69828  direction="on",
69829  linebreak="al",
69830  unicodeslot=0x23C2,
69831 },
69832 [0x23C3]={
69833  category="so",
69834  description="DENTISTRY SYMBOL LIGHT VERTICAL WITH TRIANGLE",
69835  direction="on",
69836  linebreak="al",
69837  unicodeslot=0x23C3,
69838 },
69839 [0x23C4]={
69840  category="so",
69841  description="DENTISTRY SYMBOL LIGHT DOWN AND HORIZONTAL WITH TRIANGLE",
69842  direction="on",
69843  linebreak="al",
69844  unicodeslot=0x23C4,
69845 },
69846 [0x23C5]={
69847  category="so",
69848  description="DENTISTRY SYMBOL LIGHT UP AND HORIZONTAL WITH TRIANGLE",
69849  direction="on",
69850  linebreak="al",
69851  unicodeslot=0x23C5,
69852 },
69853 [0x23C6]={
69854  category="so",
69855  description="DENTISTRY SYMBOL LIGHT VERTICAL AND WAVE",
69856  direction="on",
69857  linebreak="al",
69858  unicodeslot=0x23C6,
69859 },
69860 [0x23C7]={
69861  category="so",
69862  description="DENTISTRY SYMBOL LIGHT DOWN AND HORIZONTAL WITH WAVE",
69863  direction="on",
69864  linebreak="al",
69865  unicodeslot=0x23C7,
69866 },
69867 [0x23C8]={
69868  category="so",
69869  description="DENTISTRY SYMBOL LIGHT UP AND HORIZONTAL WITH WAVE",
69870  direction="on",
69871  linebreak="al",
69872  unicodeslot=0x23C8,
69873 },
69874 [0x23C9]={
69875  category="so",
69876  description="DENTISTRY SYMBOL LIGHT DOWN AND HORIZONTAL",
69877  direction="on",
69878  linebreak="al",
69879  unicodeslot=0x23C9,
69880 },
69881 [0x23CA]={
69882  category="so",
69883  description="DENTISTRY SYMBOL LIGHT UP AND HORIZONTAL",
69884  direction="on",
69885  linebreak="al",
69886  unicodeslot=0x23CA,
69887 },
69888 [0x23CB]={
69889  category="so",
69890  description="DENTISTRY SYMBOL LIGHT VERTICAL AND TOP LEFT",
69891  direction="on",
69892  linebreak="al",
69893  unicodeslot=0x23CB,
69894 },
69895 [0x23CC]={
69896  category="so",
69897  description="DENTISTRY SYMBOL LIGHT VERTICAL AND BOTTOM LEFT",
69898  direction="on",
69899  linebreak="al",
69900  unicodeslot=0x23CC,
69901 },
69902 [0x23CD]={
69903  category="so",
69904  description="SQUARE FOOT",
69905  direction="on",
69906  linebreak="al",
69907  unicodeslot=0x23CD,
69908 },
69909 [0x23CE]={
69910  category="so",
69911  description="RETURN SYMBOL",
69912  direction="on",
69913  linebreak="al",
69914  unicodeslot=0x23CE,
69915 },
69916 [0x23CF]={
69917  category="so",
69918  description="EJECT SYMBOL",
69919  direction="on",
69920  linebreak="al",
69921  synonyms={ "eject media" },
69922  unicodeslot=0x23CF,
69923  variants=variants_emoji,
69924 },
69925 [0x23D0]={
69926  category="so",
69927  description="VERTICAL LINE EXTENSION",
69928  direction="on",
69929  linebreak="al",
69930  unicodeslot=0x23D0,
69931 },
69932 [0x23D1]={
69933  category="so",
69934  description="METRICAL BREVE",
69935  direction="on",
69936  linebreak="al",
69937  unicodeslot=0x23D1,
69938 },
69939 [0x23D2]={
69940  category="so",
69941  description="METRICAL LONG OVER SHORT",
69942  direction="on",
69943  linebreak="al",
69944  unicodeslot=0x23D2,
69945 },
69946 [0x23D3]={
69947  category="so",
69948  description="METRICAL SHORT OVER LONG",
69949  direction="on",
69950  linebreak="al",
69951  unicodeslot=0x23D3,
69952 },
69953 [0x23D4]={
69954  category="so",
69955  description="METRICAL LONG OVER TWO SHORTS",
69956  direction="on",
69957  linebreak="al",
69958  unicodeslot=0x23D4,
69959 },
69960 [0x23D5]={
69961  category="so",
69962  description="METRICAL TWO SHORTS OVER LONG",
69963  direction="on",
69964  linebreak="al",
69965  unicodeslot=0x23D5,
69966 },
69967 [0x23D6]={
69968  category="so",
69969  description="METRICAL TWO SHORTS JOINED",
69970  direction="on",
69971  linebreak="al",
69972  unicodeslot=0x23D6,
69973 },
69974 [0x23D7]={
69975  category="so",
69976  description="METRICAL TRISEME",
69977  direction="on",
69978  linebreak="al",
69979  unicodeslot=0x23D7,
69980 },
69981 [0x23D8]={
69982  category="so",
69983  description="METRICAL TETRASEME",
69984  direction="on",
69985  linebreak="al",
69986  unicodeslot=0x23D8,
69987 },
69988 [0x23D9]={
69989  category="so",
69990  description="METRICAL PENTASEME",
69991  direction="on",
69992  linebreak="al",
69993  unicodeslot=0x23D9,
69994 },
69995 [0x23DA]={
69996  category="so",
69997  description="EARTH GROUND",
69998  direction="on",
69999  linebreak="al",
70000  unicodeslot=0x23DA,
70001 },
70002 [0x23DB]={
70003  category="so",
70004  description="FUSE",
70005  direction="on",
70006  linebreak="al",
70007  unicodeslot=0x23DB,
70008 },
70009 [0x23DC]={
70010  category="sm",
70011  description="TOP PARENTHESIS",
70012  direction="on",
70013  linebreak="al",
70014  mathclass="topaccent",
70015  mathextensible="h",
70016  mathfiller="overparentfill",
70017  mathname="overparent",
70018  unicodeslot=0x23DC,
70019 },
70020 [0x23DD]={
70021  category="sm",
70022  description="BOTTOM PARENTHESIS",
70023  direction="on",
70024  linebreak="al",
70025  mathclass="botaccent",
70026  mathextensible="h",
70027  mathfiller="underparentfill",
70028  mathname="underparent",
70029  unicodeslot=0x23DD,
70030 },
70031 [0x23DE]={
70032  category="sm",
70033  description="TOP CURLY BRACKET",
70034  direction="on",
70035  linebreak="al",
70036  mathclass="topaccent",
70037  mathextensible="h",
70038  mathfiller="overbracefill",
70039  mathname="overbrace",
70040  unicodeslot=0x23DE,
70041 },
70042 [0x23DF]={
70043  category="sm",
70044  description="BOTTOM CURLY BRACKET",
70045  direction="on",
70046  linebreak="al",
70047  mathclass="botaccent",
70048  mathextensible="h",
70049  mathfiller="underbracefill",
70050  mathname="underbrace",
70051  unicodeslot=0x23DF,
70052 },
70053 [0x23E0]={
70054  category="sm",
70055  description="TOP TORTOISE SHELL BRACKET",
70056  direction="on",
70057  linebreak="al",
70058  mathclass="topaccent",
70059  unicodeslot=0x23E0,
70060 },
70061 [0x23E1]={
70062  category="sm",
70063  description="BOTTOM TORTOISE SHELL BRACKET",
70064  direction="on",
70065  linebreak="al",
70066  mathclass="botaccent",
70067  unicodeslot=0x23E1,
70068 },
70069 [0x23E2]={
70070  category="so",
70071  description="WHITE TRAPEZIUM",
70072  direction="on",
70073  linebreak="al",
70074  unicodeslot=0x23E2,
70075 },
70076 [0x23E3]={
70077  category="so",
70078  description="BENZENE RING WITH CIRCLE",
70079  direction="on",
70080  linebreak="al",
70081  unicodeslot=0x23E3,
70082 },
70083 [0x23E4]={
70084  category="so",
70085  description="STRAIGHTNESS",
70086  direction="on",
70087  linebreak="al",
70088  unicodeslot=0x23E4,
70089 },
70090 [0x23E5]={
70091  category="so",
70092  description="FLATNESS",
70093  direction="on",
70094  linebreak="al",
70095  unicodeslot=0x23E5,
70096 },
70097 [0x23E6]={
70098  category="so",
70099  description="AC CURRENT",
70100  direction="on",
70101  linebreak="al",
70102  unicodeslot=0x23E6,
70103 },
70104 [0x23E7]={
70105  category="so",
70106  description="ELECTRICAL INTERSECTION",
70107  direction="on",
70108  linebreak="al",
70109  unicodeslot=0x23E7,
70110 },
70111 [0x23E8]={
70112  category="so",
70113  description="DECIMAL EXPONENT SYMBOL",
70114  direction="on",
70115  linebreak="al",
70116  unicodeslot=0x23E8,
70117 },
70118 [0x23E9]={
70119  category="so",
70120  cjkwd="w",
70121  description="BLACK RIGHT-POINTING DOUBLE TRIANGLE",
70122  direction="on",
70123  linebreak="al",
70124  synonyms={ "fast forward" },
70125  unicodeslot=0x23E9,
70126 },
70127 [0x23EA]={
70128  category="so",
70129  cjkwd="w",
70130  description="BLACK LEFT-POINTING DOUBLE TRIANGLE",
70131  direction="on",
70132  linebreak="al",
70133  synonyms={ "fast rewind" },
70134  unicodeslot=0x23EA,
70135 },
70136 [0x23EB]={
70137  category="so",
70138  cjkwd="w",
70139  description="BLACK UP-POINTING DOUBLE TRIANGLE",
70140  direction="on",
70141  linebreak="al",
70142  unicodeslot=0x23EB,
70143 },
70144 [0x23EC]={
70145  category="so",
70146  cjkwd="w",
70147  description="BLACK DOWN-POINTING DOUBLE TRIANGLE",
70148  direction="on",
70149  linebreak="al",
70150  unicodeslot=0x23EC,
70151 },
70152 [0x23ED]={
70153  category="so",
70154  description="BLACK RIGHT-POINTING DOUBLE TRIANGLE WITH VERTICAL BAR",
70155  direction="on",
70156  linebreak="al",
70157  unicodeslot=0x23ED,
70158  variants=variants_emoji,
70159 },
70160 [0x23EE]={
70161  category="so",
70162  description="BLACK LEFT-POINTING DOUBLE TRIANGLE WITH VERTICAL BAR",
70163  direction="on",
70164  linebreak="al",
70165  unicodeslot=0x23EE,
70166  variants=variants_emoji,
70167 },
70168 [0x23EF]={
70169  category="so",
70170  description="BLACK RIGHT-POINTING TRIANGLE WITH DOUBLE VERTICAL BAR",
70171  direction="on",
70172  linebreak="al",
70173  unicodeslot=0x23EF,
70174  variants=variants_emoji,
70175 },
70176 [0x23F0]={
70177  category="so",
70178  cjkwd="w",
70179  description="ALARM CLOCK",
70180  direction="on",
70181  linebreak="id",
70182  unicodeslot=0x23F0,
70183 },
70184 [0x23F1]={
70185  category="so",
70186  description="STOPWATCH",
70187  direction="on",
70188  linebreak="id",
70189  unicodeslot=0x23F1,
70190  variants=variants_emoji,
70191 },
70192 [0x23F2]={
70193  category="so",
70194  description="TIMER CLOCK",
70195  direction="on",
70196  linebreak="id",
70197  unicodeslot=0x23F2,
70198  variants=variants_emoji,
70199 },
70200 [0x23F3]={
70201  category="so",
70202  cjkwd="w",
70203  description="HOURGLASS WITH FLOWING SAND",
70204  direction="on",
70205  linebreak="id",
70206  unicodeslot=0x23F3,
70207 },
70208 [0x23F4]={
70209  category="so",
70210  description="BLACK MEDIUM LEFT-POINTING TRIANGLE",
70211  direction="on",
70212  linebreak="al",
70213  synonyms={ "reverse play" },
70214  unicodeslot=0x23F4,
70215 },
70216 [0x23F5]={
70217  category="so",
70218  description="BLACK MEDIUM RIGHT-POINTING TRIANGLE",
70219  direction="on",
70220  linebreak="al",
70221  synonyms={ "forward play" },
70222  unicodeslot=0x23F5,
70223 },
70224 [0x23F6]={
70225  category="so",
70226  description="BLACK MEDIUM UP-POINTING TRIANGLE",
70227  direction="on",
70228  linebreak="al",
70229  synonyms={ "increase" },
70230  unicodeslot=0x23F6,
70231 },
70232 [0x23F7]={
70233  category="so",
70234  description="BLACK MEDIUM DOWN-POINTING TRIANGLE",
70235  direction="on",
70236  linebreak="al",
70237  synonyms={ "decrease" },
70238  unicodeslot=0x23F7,
70239 },
70240 [0x23F8]={
70241  category="so",
70242  description="DOUBLE VERTICAL BAR",
70243  direction="on",
70244  linebreak="al",
70245  synonyms={ "pause play" },
70246  unicodeslot=0x23F8,
70247  variants=variants_emoji,
70248 },
70249 [0x23F9]={
70250  category="so",
70251  description="BLACK SQUARE FOR STOP",
70252  direction="on",
70253  linebreak="al",
70254  synonyms={ "stop play" },
70255  unicodeslot=0x23F9,
70256  variants=variants_emoji,
70257 },
70258 [0x23FA]={
70259  category="so",
70260  description="BLACK CIRCLE FOR RECORD",
70261  direction="on",
70262  linebreak="al",
70263  synonyms={ "record" },
70264  unicodeslot=0x23FA,
70265  variants=variants_emoji,
70266 },
70267 [0x23FB]={
70268  category="so",
70269  description="POWER SYMBOL",
70270  direction="on",
70271  linebreak="al",
70272  unicodeslot=0x23FB,
70273 },
70274 [0x23FC]={
70275  category="so",
70276  description="POWER ON-OFF SYMBOL",
70277  direction="on",
70278  linebreak="al",
70279  unicodeslot=0x23FC,
70280 },
70281 [0x23FD]={
70282  category="so",
70283  description="POWER ON SYMBOL",
70284  direction="on",
70285  linebreak="al",
70286  unicodeslot=0x23FD,
70287 },
70288 [0x23FE]={
70289  category="so",
70290  description="POWER SLEEP SYMBOL",
70291  direction="on",
70292  linebreak="al",
70293  unicodeslot=0x23FE,
70294 },
70295 [0x23FF]={
70296  category="so",
70297  description="OBSERVER EYE SYMBOL",
70298  direction="on",
70299  linebreak="al",
70300  unicodeslot=0x23FF,
70301 },
70302 [0x2400]={
70303  category="so",
70304  description="SYMBOL FOR NULL",
70305  direction="on",
70306  linebreak="al",
70307  unicodeslot=0x2400,
70308 },
70309 [0x2401]={
70310  category="so",
70311  description="SYMBOL FOR START OF HEADING",
70312  direction="on",
70313  linebreak="al",
70314  unicodeslot=0x2401,
70315 },
70316 [0x2402]={
70317  category="so",
70318  description="SYMBOL FOR START OF TEXT",
70319  direction="on",
70320  linebreak="al",
70321  unicodeslot=0x2402,
70322 },
70323 [0x2403]={
70324  category="so",
70325  description="SYMBOL FOR END OF TEXT",
70326  direction="on",
70327  linebreak="al",
70328  unicodeslot=0x2403,
70329 },
70330 [0x2404]={
70331  category="so",
70332  description="SYMBOL FOR END OF TRANSMISSION",
70333  direction="on",
70334  linebreak="al",
70335  unicodeslot=0x2404,
70336 },
70337 [0x2405]={
70338  category="so",
70339  description="SYMBOL FOR ENQUIRY",
70340  direction="on",
70341  linebreak="al",
70342  unicodeslot=0x2405,
70343 },
70344 [0x2406]={
70345  category="so",
70346  description="SYMBOL FOR ACKNOWLEDGE",
70347  direction="on",
70348  linebreak="al",
70349  unicodeslot=0x2406,
70350 },
70351 [0x2407]={
70352  category="so",
70353  description="SYMBOL FOR BELL",
70354  direction="on",
70355  linebreak="al",
70356  unicodeslot=0x2407,
70357 },
70358 [0x2408]={
70359  category="so",
70360  description="SYMBOL FOR BACKSPACE",
70361  direction="on",
70362  linebreak="al",
70363  unicodeslot=0x2408,
70364 },
70365 [0x2409]={
70366  category="so",
70367  description="SYMBOL FOR HORIZONTAL TABULATION",
70368  direction="on",
70369  linebreak="al",
70370  unicodeslot=0x2409,
70371 },
70372 [0x240A]={
70373  category="so",
70374  description="SYMBOL FOR LINE FEED",
70375  direction="on",
70376  linebreak="al",
70377  unicodeslot=0x240A,
70378 },
70379 [0x240B]={
70380  category="so",
70381  description="SYMBOL FOR VERTICAL TABULATION",
70382  direction="on",
70383  linebreak="al",
70384  unicodeslot=0x240B,
70385 },
70386 [0x240C]={
70387  category="so",
70388  description="SYMBOL FOR FORM FEED",
70389  direction="on",
70390  linebreak="al",
70391  unicodeslot=0x240C,
70392 },
70393 [0x240D]={
70394  category="so",
70395  description="SYMBOL FOR CARRIAGE RETURN",
70396  direction="on",
70397  linebreak="al",
70398  unicodeslot=0x240D,
70399 },
70400 [0x240E]={
70401  category="so",
70402  description="SYMBOL FOR SHIFT OUT",
70403  direction="on",
70404  linebreak="al",
70405  unicodeslot=0x240E,
70406 },
70407 [0x240F]={
70408  category="so",
70409  description="SYMBOL FOR SHIFT IN",
70410  direction="on",
70411  linebreak="al",
70412  unicodeslot=0x240F,
70413 },
70414 [0x2410]={
70415  category="so",
70416  description="SYMBOL FOR DATA LINK ESCAPE",
70417  direction="on",
70418  linebreak="al",
70419  unicodeslot=0x2410,
70420 },
70421 [0x2411]={
70422  category="so",
70423  description="SYMBOL FOR DEVICE CONTROL ONE",
70424  direction="on",
70425  linebreak="al",
70426  unicodeslot=0x2411,
70427 },
70428 [0x2412]={
70429  category="so",
70430  description="SYMBOL FOR DEVICE CONTROL TWO",
70431  direction="on",
70432  linebreak="al",
70433  unicodeslot=0x2412,
70434 },
70435 [0x2413]={
70436  category="so",
70437  description="SYMBOL FOR DEVICE CONTROL THREE",
70438  direction="on",
70439  linebreak="al",
70440  unicodeslot=0x2413,
70441 },
70442 [0x2414]={
70443  category="so",
70444  description="SYMBOL FOR DEVICE CONTROL FOUR",
70445  direction="on",
70446  linebreak="al",
70447  unicodeslot=0x2414,
70448 },
70449 [0x2415]={
70450  category="so",
70451  description="SYMBOL FOR NEGATIVE ACKNOWLEDGE",
70452  direction="on",
70453  linebreak="al",
70454  unicodeslot=0x2415,
70455 },
70456 [0x2416]={
70457  category="so",
70458  description="SYMBOL FOR SYNCHRONOUS IDLE",
70459  direction="on",
70460  linebreak="al",
70461  unicodeslot=0x2416,
70462 },
70463 [0x2417]={
70464  category="so",
70465  description="SYMBOL FOR END OF TRANSMISSION BLOCK",
70466  direction="on",
70467  linebreak="al",
70468  unicodeslot=0x2417,
70469 },
70470 [0x2418]={
70471  category="so",
70472  description="SYMBOL FOR CANCEL",
70473  direction="on",
70474  linebreak="al",
70475  unicodeslot=0x2418,
70476 },
70477 [0x2419]={
70478  category="so",
70479  description="SYMBOL FOR END OF MEDIUM",
70480  direction="on",
70481  linebreak="al",
70482  unicodeslot=0x2419,
70483 },
70484 [0x241A]={
70485  category="so",
70486  description="SYMBOL FOR SUBSTITUTE",
70487  direction="on",
70488  linebreak="al",
70489  unicodeslot=0x241A,
70490 },
70491 [0x241B]={
70492  category="so",
70493  description="SYMBOL FOR ESCAPE",
70494  direction="on",
70495  linebreak="al",
70496  unicodeslot=0x241B,
70497 },
70498 [0x241C]={
70499  category="so",
70500  description="SYMBOL FOR FILE SEPARATOR",
70501  direction="on",
70502  linebreak="al",
70503  unicodeslot=0x241C,
70504 },
70505 [0x241D]={
70506  category="so",
70507  description="SYMBOL FOR GROUP SEPARATOR",
70508  direction="on",
70509  linebreak="al",
70510  unicodeslot=0x241D,
70511 },
70512 [0x241E]={
70513  category="so",
70514  description="SYMBOL FOR RECORD SEPARATOR",
70515  direction="on",
70516  linebreak="al",
70517  unicodeslot=0x241E,
70518 },
70519 [0x241F]={
70520  category="so",
70521  description="SYMBOL FOR UNIT SEPARATOR",
70522  direction="on",
70523  linebreak="al",
70524  unicodeslot=0x241F,
70525 },
70526 [0x2420]={
70527  category="so",
70528  description="SYMBOL FOR SPACE",
70529  direction="on",
70530  linebreak="al",
70531  unicodeslot=0x2420,
70532 },
70533 [0x2421]={
70534  category="so",
70535  description="SYMBOL FOR DELETE",
70536  direction="on",
70537  linebreak="al",
70538  unicodeslot=0x2421,
70539 },
70540 [0x2422]={
70541  category="so",
70542  description="BLANK SYMBOL",
70543  direction="on",
70544  linebreak="al",
70545  unicodeslot=0x2422,
70546 },
70547 [0x2423]={
70548  category="so",
70549  contextname="textcontrolspace",
70550  description="OPEN BOX",
70551  direction="on",
70552  linebreak="al",
70553  synonyms={ "graphic for space" },
70554  unicodeslot=0x2423,
70555 },
70556 [0x2424]={
70557  category="so",
70558  description="SYMBOL FOR NEWLINE",
70559  direction="on",
70560  linebreak="al",
70561  unicodeslot=0x2424,
70562 },
70563 [0x2425]={
70564  category="so",
70565  description="SYMBOL FOR DELETE FORM TWO",
70566  direction="on",
70567  linebreak="al",
70568  unicodeslot=0x2425,
70569 },
70570 [0x2426]={
70571  category="so",
70572  description="SYMBOL FOR SUBSTITUTE FORM TWO",
70573  direction="on",
70574  linebreak="al",
70575  unicodeslot=0x2426,
70576 },
70577 [0x2427]={
70578  category="so",
70579  description="SYMBOL FOR DELETE SQUARE CHECKER BOARD FORM",
70580  direction="on",
70581  linebreak="al",
70582  unicodeslot=0x2427,
70583 },
70584 [0x2428]={
70585  category="so",
70586  description="SYMBOL FOR DELETE RECTANGULAR CHECKER BOARD FORM",
70587  direction="on",
70588  linebreak="al",
70589  unicodeslot=0x2428,
70590 },
70591 [0x2429]={
70592  category="so",
70593  description="SYMBOL FOR DELETE MEDIUM SHADE FORM",
70594  direction="on",
70595  linebreak="al",
70596  unicodeslot=0x2429,
70597 },
70598 [0x2440]={
70599  category="so",
70600  description="OCR HOOK",
70601  direction="on",
70602  linebreak="al",
70603  unicodeslot=0x2440,
70604 },
70605 [0x2441]={
70606  category="so",
70607  description="OCR CHAIR",
70608  direction="on",
70609  linebreak="al",
70610  unicodeslot=0x2441,
70611 },
70612 [0x2442]={
70613  category="so",
70614  description="OCR FORK",
70615  direction="on",
70616  linebreak="al",
70617  unicodeslot=0x2442,
70618 },
70619 [0x2443]={
70620  category="so",
70621  description="OCR INVERTED FORK",
70622  direction="on",
70623  linebreak="al",
70624  unicodeslot=0x2443,
70625 },
70626 [0x2444]={
70627  category="so",
70628  description="OCR BELT BUCKLE",
70629  direction="on",
70630  linebreak="al",
70631  unicodeslot=0x2444,
70632 },
70633 [0x2445]={
70634  category="so",
70635  description="OCR BOW TIE",
70636  direction="on",
70637  linebreak="al",
70638  unicodeslot=0x2445,
70639 },
70640 [0x2446]={
70641  category="so",
70642  description="OCR BRANCH BANK IDENTIFICATION",
70643  direction="on",
70644  linebreak="al",
70645  unicodeslot=0x2446,
70646 },
70647 [0x2447]={
70648  category="so",
70649  description="OCR AMOUNT OF CHECK",
70650  direction="on",
70651  linebreak="al",
70652  unicodeslot=0x2447,
70653 },
70654 [0x2448]={
70655  category="so",
70656  description="OCR DASH",
70657  direction="on",
70658  linebreak="al",
70659  unicodeslot=0x2448,
70660 },
70661 [0x2449]={
70662  category="so",
70663  description="OCR CUSTOMER ACCOUNT NUMBER",
70664  direction="on",
70665  linebreak="al",
70666  unicodeslot=0x2449,
70667 },
70668 [0x244A]={
70669  category="so",
70670  description="OCR DOUBLE BACKSLASH",
70671  direction="on",
70672  linebreak="al",
70673  unicodeslot=0x244A,
70674 },
70675 [0x2460]={
70676  category="no",
70677  cjkwd="a",
70678  description="CIRCLED DIGIT ONE",
70679  direction="on",
70680  linebreak="ai",
70681  specials={ "circle", 0x31 },
70682  unicodeslot=0x2460,
70683 },
70684 [0x2461]={
70685  category="no",
70686  cjkwd="a",
70687  description="CIRCLED DIGIT TWO",
70688  direction="on",
70689  linebreak="ai",
70690  specials={ "circle", 0x32 },
70691  unicodeslot=0x2461,
70692 },
70693 [0x2462]={
70694  category="no",
70695  cjkwd="a",
70696  description="CIRCLED DIGIT THREE",
70697  direction="on",
70698  linebreak="ai",
70699  specials={ "circle", 0x33 },
70700  unicodeslot=0x2462,
70701 },
70702 [0x2463]={
70703  category="no",
70704  cjkwd="a",
70705  description="CIRCLED DIGIT FOUR",
70706  direction="on",
70707  linebreak="ai",
70708  specials={ "circle", 0x34 },
70709  unicodeslot=0x2463,
70710 },
70711 [0x2464]={
70712  category="no",
70713  cjkwd="a",
70714  description="CIRCLED DIGIT FIVE",
70715  direction="on",
70716  linebreak="ai",
70717  specials={ "circle", 0x35 },
70718  unicodeslot=0x2464,
70719 },
70720 [0x2465]={
70721  category="no",
70722  cjkwd="a",
70723  description="CIRCLED DIGIT SIX",
70724  direction="on",
70725  linebreak="ai",
70726  specials={ "circle", 0x36 },
70727  unicodeslot=0x2465,
70728 },
70729 [0x2466]={
70730  category="no",
70731  cjkwd="a",
70732  description="CIRCLED DIGIT SEVEN",
70733  direction="on",
70734  linebreak="ai",
70735  specials={ "circle", 0x37 },
70736  unicodeslot=0x2466,
70737 },
70738 [0x2467]={
70739  category="no",
70740  cjkwd="a",
70741  description="CIRCLED DIGIT EIGHT",
70742  direction="on",
70743  linebreak="ai",
70744  specials={ "circle", 0x38 },
70745  unicodeslot=0x2467,
70746 },
70747 [0x2468]={
70748  category="no",
70749  cjkwd="a",
70750  description="CIRCLED DIGIT NINE",
70751  direction="on",
70752  linebreak="ai",
70753  specials={ "circle", 0x39 },
70754  unicodeslot=0x2468,
70755 },
70756 [0x2469]={
70757  category="no",
70758  cjkwd="a",
70759  description="CIRCLED NUMBER TEN",
70760  direction="on",
70761  linebreak="ai",
70762  specials={ "circle", 0x31, 0x30 },
70763  unicodeslot=0x2469,
70764 },
70765 [0x246A]={
70766  category="no",
70767  cjkwd="a",
70768  description="CIRCLED NUMBER ELEVEN",
70769  direction="on",
70770  linebreak="ai",
70771  specials={ "circle", 0x31, 0x31 },
70772  unicodeslot=0x246A,
70773 },
70774 [0x246B]={
70775  category="no",
70776  cjkwd="a",
70777  description="CIRCLED NUMBER TWELVE",
70778  direction="on",
70779  linebreak="ai",
70780  specials={ "circle", 0x31, 0x32 },
70781  unicodeslot=0x246B,
70782 },
70783 [0x246C]={
70784  category="no",
70785  cjkwd="a",
70786  description="CIRCLED NUMBER THIRTEEN",
70787  direction="on",
70788  linebreak="ai",
70789  specials={ "circle", 0x31, 0x33 },
70790  unicodeslot=0x246C,
70791 },
70792 [0x246D]={
70793  category="no",
70794  cjkwd="a",
70795  description="CIRCLED NUMBER FOURTEEN",
70796  direction="on",
70797  linebreak="ai",
70798  specials={ "circle", 0x31, 0x34 },
70799  unicodeslot=0x246D,
70800 },
70801 [0x246E]={
70802  category="no",
70803  cjkwd="a",
70804  description="CIRCLED NUMBER FIFTEEN",
70805  direction="on",
70806  linebreak="ai",
70807  specials={ "circle", 0x31, 0x35 },
70808  unicodeslot=0x246E,
70809 },
70810 [0x246F]={
70811  category="no",
70812  cjkwd="a",
70813  description="CIRCLED NUMBER SIXTEEN",
70814  direction="on",
70815  linebreak="ai",
70816  specials={ "circle", 0x31, 0x36 },
70817  unicodeslot=0x246F,
70818 },
70819 [0x2470]={
70820  category="no",
70821  cjkwd="a",
70822  description="CIRCLED NUMBER SEVENTEEN",
70823  direction="on",
70824  linebreak="ai",
70825  specials={ "circle", 0x31, 0x37 },
70826  unicodeslot=0x2470,
70827 },
70828 [0x2471]={
70829  category="no",
70830  cjkwd="a",
70831  description="CIRCLED NUMBER EIGHTEEN",
70832  direction="on",
70833  linebreak="ai",
70834  specials={ "circle", 0x31, 0x38 },
70835  unicodeslot=0x2471,
70836 },
70837 [0x2472]={
70838  category="no",
70839  cjkwd="a",
70840  description="CIRCLED NUMBER NINETEEN",
70841  direction="on",
70842  linebreak="ai",
70843  specials={ "circle", 0x31, 0x39 },
70844  unicodeslot=0x2472,
70845 },
70846 [0x2473]={
70847  category="no",
70848  cjkwd="a",
70849  description="CIRCLED NUMBER TWENTY",
70850  direction="on",
70851  linebreak="ai",
70852  specials={ "circle", 0x32, 0x30 },
70853  unicodeslot=0x2473,
70854 },
70855 [0x2474]={
70856  category="no",
70857  cjkwd="a",
70858  description="PARENTHESIZED DIGIT ONE",
70859  direction="on",
70860  linebreak="ai",
70861  specials={ "compat", 0x28, 0x31, 0x29 },
70862  unicodeslot=0x2474,
70863 },
70864 [0x2475]={
70865  category="no",
70866  cjkwd="a",
70867  description="PARENTHESIZED DIGIT TWO",
70868  direction="on",
70869  linebreak="ai",
70870  specials={ "compat", 0x28, 0x32, 0x29 },
70871  unicodeslot=0x2475,
70872 },
70873 [0x2476]={
70874  category="no",
70875  cjkwd="a",
70876  description="PARENTHESIZED DIGIT THREE",
70877  direction="on",
70878  linebreak="ai",
70879  specials={ "compat", 0x28, 0x33, 0x29 },
70880  unicodeslot=0x2476,
70881 },
70882 [0x2477]={
70883  category="no",
70884  cjkwd="a",
70885  description="PARENTHESIZED DIGIT FOUR",
70886  direction="on",
70887  linebreak="ai",
70888  specials={ "compat", 0x28, 0x34, 0x29 },
70889  unicodeslot=0x2477,
70890 },
70891 [0x2478]={
70892  category="no",
70893  cjkwd="a",
70894  description="PARENTHESIZED DIGIT FIVE",
70895  direction="on",
70896  linebreak="ai",
70897  specials={ "compat", 0x28, 0x35, 0x29 },
70898  unicodeslot=0x2478,
70899 },
70900 [0x2479]={
70901  category="no",
70902  cjkwd="a",
70903  description="PARENTHESIZED DIGIT SIX",
70904  direction="on",
70905  linebreak="ai",
70906  specials={ "compat", 0x28, 0x36, 0x29 },
70907  unicodeslot=0x2479,
70908 },
70909 [0x247A]={
70910  category="no",
70911  cjkwd="a",
70912  description="PARENTHESIZED DIGIT SEVEN",
70913  direction="on",
70914  linebreak="ai",
70915  specials={ "compat", 0x28, 0x37, 0x29 },
70916  unicodeslot=0x247A,
70917 },
70918 [0x247B]={
70919  category="no",
70920  cjkwd="a",
70921  description="PARENTHESIZED DIGIT EIGHT",
70922  direction="on",
70923  linebreak="ai",
70924  specials={ "compat", 0x28, 0x38, 0x29 },
70925  unicodeslot=0x247B,
70926 },
70927 [0x247C]={
70928  category="no",
70929  cjkwd="a",
70930  description="PARENTHESIZED DIGIT NINE",
70931  direction="on",
70932  linebreak="ai",
70933  specials={ "compat", 0x28, 0x39, 0x29 },
70934  unicodeslot=0x247C,
70935 },
70936 [0x247D]={
70937  category="no",
70938  cjkwd="a",
70939  description="PARENTHESIZED NUMBER TEN",
70940  direction="on",
70941  linebreak="ai",
70942  specials={ "compat", 0x28, 0x31, 0x30, 0x29 },
70943  unicodeslot=0x247D,
70944 },
70945 [0x247E]={
70946  category="no",
70947  cjkwd="a",
70948  description="PARENTHESIZED NUMBER ELEVEN",
70949  direction="on",
70950  linebreak="ai",
70951  specials={ "compat", 0x28, 0x31, 0x31, 0x29 },
70952  unicodeslot=0x247E,
70953 },
70954 [0x247F]={
70955  category="no",
70956  cjkwd="a",
70957  description="PARENTHESIZED NUMBER TWELVE",
70958  direction="on",
70959  linebreak="ai",
70960  specials={ "compat", 0x28, 0x31, 0x32, 0x29 },
70961  unicodeslot=0x247F,
70962 },
70963 [0x2480]={
70964  category="no",
70965  cjkwd="a",
70966  description="PARENTHESIZED NUMBER THIRTEEN",
70967  direction="on",
70968  linebreak="ai",
70969  specials={ "compat", 0x28, 0x31, 0x33, 0x29 },
70970  unicodeslot=0x2480,
70971 },
70972 [0x2481]={
70973  category="no",
70974  cjkwd="a",
70975  description="PARENTHESIZED NUMBER FOURTEEN",
70976  direction="on",
70977  linebreak="ai",
70978  specials={ "compat", 0x28, 0x31, 0x34, 0x29 },
70979  unicodeslot=0x2481,
70980 },
70981 [0x2482]={
70982  category="no",
70983  cjkwd="a",
70984  description="PARENTHESIZED NUMBER FIFTEEN",
70985  direction="on",
70986  linebreak="ai",
70987  specials={ "compat", 0x28, 0x31, 0x35, 0x29 },
70988  unicodeslot=0x2482,
70989 },
70990 [0x2483]={
70991  category="no",
70992  cjkwd="a",
70993  description="PARENTHESIZED NUMBER SIXTEEN",
70994  direction="on",
70995  linebreak="ai",
70996  specials={ "compat", 0x28, 0x31, 0x36, 0x29 },
70997  unicodeslot=0x2483,
70998 },
70999 [0x2484]={
71000  category="no",
71001  cjkwd="a",
71002  description="PARENTHESIZED NUMBER SEVENTEEN",
71003  direction="on",
71004  linebreak="ai",
71005  specials={ "compat", 0x28, 0x31, 0x37, 0x29 },
71006  unicodeslot=0x2484,
71007 },
71008 [0x2485]={
71009  category="no",
71010  cjkwd="a",
71011  description="PARENTHESIZED NUMBER EIGHTEEN",
71012  direction="on",
71013  linebreak="ai",
71014  specials={ "compat", 0x28, 0x31, 0x38, 0x29 },
71015  unicodeslot=0x2485,
71016 },
71017 [0x2486]={
71018  category="no",
71019  cjkwd="a",
71020  description="PARENTHESIZED NUMBER NINETEEN",
71021  direction="on",
71022  linebreak="ai",
71023  specials={ "compat", 0x28, 0x31, 0x39, 0x29 },
71024  unicodeslot=0x2486,
71025 },
71026 [0x2487]={
71027  category="no",
71028  cjkwd="a",
71029  description="PARENTHESIZED NUMBER TWENTY",
71030  direction="on",
71031  linebreak="ai",
71032  specials={ "compat", 0x28, 0x32, 0x30, 0x29 },
71033  unicodeslot=0x2487,
71034 },
71035 [0x2488]={
71036  category="no",
71037  cjkwd="a",
71038  description="DIGIT ONE FULL STOP",
71039  direction="en",
71040  linebreak="ai",
71041  specials={ "compat", 0x31, 0x2E },
71042  unicodeslot=0x2488,
71043 },
71044 [0x2489]={
71045  category="no",
71046  cjkwd="a",
71047  description="DIGIT TWO FULL STOP",
71048  direction="en",
71049  linebreak="ai",
71050  specials={ "compat", 0x32, 0x2E },
71051  unicodeslot=0x2489,
71052 },
71053 [0x248A]={
71054  category="no",
71055  cjkwd="a",
71056  description="DIGIT THREE FULL STOP",
71057  direction="en",
71058  linebreak="ai",
71059  specials={ "compat", 0x33, 0x2E },
71060  unicodeslot=0x248A,
71061 },
71062 [0x248B]={
71063  category="no",
71064  cjkwd="a",
71065  description="DIGIT FOUR FULL STOP",
71066  direction="en",
71067  linebreak="ai",
71068  specials={ "compat", 0x34, 0x2E },
71069  unicodeslot=0x248B,
71070 },
71071 [0x248C]={
71072  category="no",
71073  cjkwd="a",
71074  description="DIGIT FIVE FULL STOP",
71075  direction="en",
71076  linebreak="ai",
71077  specials={ "compat", 0x35, 0x2E },
71078  unicodeslot=0x248C,
71079 },
71080 [0x248D]={
71081  category="no",
71082  cjkwd="a",
71083  description="DIGIT SIX FULL STOP",
71084  direction="en",
71085  linebreak="ai",
71086  specials={ "compat", 0x36, 0x2E },
71087  unicodeslot=0x248D,
71088 },
71089 [0x248E]={
71090  category="no",
71091  cjkwd="a",
71092  description="DIGIT SEVEN FULL STOP",
71093  direction="en",
71094  linebreak="ai",
71095  specials={ "compat", 0x37, 0x2E },
71096  unicodeslot=0x248E,
71097 },
71098 [0x248F]={
71099  category="no",
71100  cjkwd="a",
71101  description="DIGIT EIGHT FULL STOP",
71102  direction="en",
71103  linebreak="ai",
71104  specials={ "compat", 0x38, 0x2E },
71105  unicodeslot=0x248F,
71106 },
71107 [0x2490]={
71108  category="no",
71109  cjkwd="a",
71110  description="DIGIT NINE FULL STOP",
71111  direction="en",
71112  linebreak="ai",
71113  specials={ "compat", 0x39, 0x2E },
71114  unicodeslot=0x2490,
71115 },
71116 [0x2491]={
71117  category="no",
71118  cjkwd="a",
71119  description="NUMBER TEN FULL STOP",
71120  direction="en",
71121  linebreak="ai",
71122  specials={ "compat", 0x31, 0x30, 0x2E },
71123  unicodeslot=0x2491,
71124 },
71125 [0x2492]={
71126  category="no",
71127  cjkwd="a",
71128  description="NUMBER ELEVEN FULL STOP",
71129  direction="en",
71130  linebreak="ai",
71131  specials={ "compat", 0x31, 0x31, 0x2E },
71132  unicodeslot=0x2492,
71133 },
71134 [0x2493]={
71135  category="no",
71136  cjkwd="a",
71137  description="NUMBER TWELVE FULL STOP",
71138  direction="en",
71139  linebreak="ai",
71140  specials={ "compat", 0x31, 0x32, 0x2E },
71141  unicodeslot=0x2493,
71142 },
71143 [0x2494]={
71144  category="no",
71145  cjkwd="a",
71146  description="NUMBER THIRTEEN FULL STOP",
71147  direction="en",
71148  linebreak="ai",
71149  specials={ "compat", 0x31, 0x33, 0x2E },
71150  unicodeslot=0x2494,
71151 },
71152 [0x2495]={
71153  category="no",
71154  cjkwd="a",
71155  description="NUMBER FOURTEEN FULL STOP",
71156  direction="en",
71157  linebreak="ai",
71158  specials={ "compat", 0x31, 0x34, 0x2E },
71159  unicodeslot=0x2495,
71160 },
71161 [0x2496]={
71162  category="no",
71163  cjkwd="a",
71164  description="NUMBER FIFTEEN FULL STOP",
71165  direction="en",
71166  linebreak="ai",
71167  specials={ "compat", 0x31, 0x35, 0x2E },
71168  unicodeslot=0x2496,
71169 },
71170 [0x2497]={
71171  category="no",
71172  cjkwd="a",
71173  description="NUMBER SIXTEEN FULL STOP",
71174  direction="en",
71175  linebreak="ai",
71176  specials={ "compat", 0x31, 0x36, 0x2E },
71177  unicodeslot=0x2497,
71178 },
71179 [0x2498]={
71180  category="no",
71181  cjkwd="a",
71182  description="NUMBER SEVENTEEN FULL STOP",
71183  direction="en",
71184  linebreak="ai",
71185  specials={ "compat", 0x31, 0x37, 0x2E },
71186  unicodeslot=0x2498,
71187 },
71188 [0x2499]={
71189  category="no",
71190  cjkwd="a",
71191  description="NUMBER EIGHTEEN FULL STOP",
71192  direction="en",
71193  linebreak="ai",
71194  specials={ "compat", 0x31, 0x38, 0x2E },
71195  unicodeslot=0x2499,
71196 },
71197 [0x249A]={
71198  category="no",
71199  cjkwd="a",
71200  description="NUMBER NINETEEN FULL STOP",
71201  direction="en",
71202  linebreak="ai",
71203  specials={ "compat", 0x31, 0x39, 0x2E },
71204  unicodeslot=0x249A,
71205 },
71206 [0x249B]={
71207  category="no",
71208  cjkwd="a",
71209  description="NUMBER TWENTY FULL STOP",
71210  direction="en",
71211  linebreak="ai",
71212  specials={ "compat", 0x32, 0x30, 0x2E },
71213  unicodeslot=0x249B,
71214 },
71215 [0x249C]={
71216  category="so",
71217  cjkwd="a",
71218  description="PARENTHESIZED LATIN SMALL LETTER A",
71219  direction="l",
71220  linebreak="ai",
71221  specials={ "compat", 0x28, 0x61, 0x29 },
71222  unicodeslot=0x249C,
71223 },
71224 [0x249D]={
71225  category="so",
71226  cjkwd="a",
71227  description="PARENTHESIZED LATIN SMALL LETTER B",
71228  direction="l",
71229  linebreak="ai",
71230  specials={ "compat", 0x28, 0x62, 0x29 },
71231  unicodeslot=0x249D,
71232 },
71233 [0x249E]={
71234  category="so",
71235  cjkwd="a",
71236  description="PARENTHESIZED LATIN SMALL LETTER C",
71237  direction="l",
71238  linebreak="ai",
71239  specials={ "compat", 0x28, 0x63, 0x29 },
71240  unicodeslot=0x249E,
71241 },
71242 [0x249F]={
71243  category="so",
71244  cjkwd="a",
71245  description="PARENTHESIZED LATIN SMALL LETTER D",
71246  direction="l",
71247  linebreak="ai",
71248  specials={ "compat", 0x28, 0x64, 0x29 },
71249  unicodeslot=0x249F,
71250 },
71251 [0x24A0]={
71252  category="so",
71253  cjkwd="a",
71254  description="PARENTHESIZED LATIN SMALL LETTER E",
71255  direction="l",
71256  linebreak="ai",
71257  specials={ "compat", 0x28, 0x65, 0x29 },
71258  unicodeslot=0x24A0,
71259 },
71260 [0x24A1]={
71261  category="so",
71262  cjkwd="a",
71263  description="PARENTHESIZED LATIN SMALL LETTER F",
71264  direction="l",
71265  linebreak="ai",
71266  specials={ "compat", 0x28, 0x66, 0x29 },
71267  unicodeslot=0x24A1,
71268 },
71269 [0x24A2]={
71270  category="so",
71271  cjkwd="a",
71272  description="PARENTHESIZED LATIN SMALL LETTER G",
71273  direction="l",
71274  linebreak="ai",
71275  specials={ "compat", 0x28, 0x67, 0x29 },
71276  unicodeslot=0x24A2,
71277 },
71278 [0x24A3]={
71279  category="so",
71280  cjkwd="a",
71281  description="PARENTHESIZED LATIN SMALL LETTER H",
71282  direction="l",
71283  linebreak="ai",
71284  specials={ "compat", 0x28, 0x68, 0x29 },
71285  unicodeslot=0x24A3,
71286 },
71287 [0x24A4]={
71288  category="so",
71289  cjkwd="a",
71290  description="PARENTHESIZED LATIN SMALL LETTER I",
71291  direction="l",
71292  linebreak="ai",
71293  specials={ "compat", 0x28, 0x69, 0x29 },
71294  unicodeslot=0x24A4,
71295 },
71296 [0x24A5]={
71297  category="so",
71298  cjkwd="a",
71299  description="PARENTHESIZED LATIN SMALL LETTER J",
71300  direction="l",
71301  linebreak="ai",
71302  specials={ "compat", 0x28, 0x6A, 0x29 },
71303  unicodeslot=0x24A5,
71304 },
71305 [0x24A6]={
71306  category="so",
71307  cjkwd="a",
71308  description="PARENTHESIZED LATIN SMALL LETTER K",
71309  direction="l",
71310  linebreak="ai",
71311  specials={ "compat", 0x28, 0x6B, 0x29 },
71312  unicodeslot=0x24A6,
71313 },
71314 [0x24A7]={
71315  category="so",
71316  cjkwd="a",
71317  description="PARENTHESIZED LATIN SMALL LETTER L",
71318  direction="l",
71319  linebreak="ai",
71320  specials={ "compat", 0x28, 0x6C, 0x29 },
71321  unicodeslot=0x24A7,
71322 },
71323 [0x24A8]={
71324  category="so",
71325  cjkwd="a",
71326  description="PARENTHESIZED LATIN SMALL LETTER M",
71327  direction="l",
71328  linebreak="ai",
71329  specials={ "compat", 0x28, 0x6D, 0x29 },
71330  unicodeslot=0x24A8,
71331 },
71332 [0x24A9]={
71333  category="so",
71334  cjkwd="a",
71335  description="PARENTHESIZED LATIN SMALL LETTER N",
71336  direction="l",
71337  linebreak="ai",
71338  specials={ "compat", 0x28, 0x6E, 0x29 },
71339  unicodeslot=0x24A9,
71340 },
71341 [0x24AA]={
71342  category="so",
71343  cjkwd="a",
71344  description="PARENTHESIZED LATIN SMALL LETTER O",
71345  direction="l",
71346  linebreak="ai",
71347  specials={ "compat", 0x28, 0x6F, 0x29 },
71348  unicodeslot=0x24AA,
71349 },
71350 [0x24AB]={
71351  category="so",
71352  cjkwd="a",
71353  description="PARENTHESIZED LATIN SMALL LETTER P",
71354  direction="l",
71355  linebreak="ai",
71356  specials={ "compat", 0x28, 0x70, 0x29 },
71357  unicodeslot=0x24AB,
71358 },
71359 [0x24AC]={
71360  category="so",
71361  cjkwd="a",
71362  description="PARENTHESIZED LATIN SMALL LETTER Q",
71363  direction="l",
71364  linebreak="ai",
71365  specials={ "compat", 0x28, 0x71, 0x29 },
71366  unicodeslot=0x24AC,
71367 },
71368 [0x24AD]={
71369  category="so",
71370  cjkwd="a",
71371  description="PARENTHESIZED LATIN SMALL LETTER R",
71372  direction="l",
71373  linebreak="ai",
71374  specials={ "compat", 0x28, 0x72, 0x29 },
71375  unicodeslot=0x24AD,
71376 },
71377 [0x24AE]={
71378  category="so",
71379  cjkwd="a",
71380  description="PARENTHESIZED LATIN SMALL LETTER S",
71381  direction="l",
71382  linebreak="ai",
71383  specials={ "compat", 0x28, 0x73, 0x29 },
71384  unicodeslot=0x24AE,
71385 },
71386 [0x24AF]={
71387  category="so",
71388  cjkwd="a",
71389  description="PARENTHESIZED LATIN SMALL LETTER T",
71390  direction="l",
71391  linebreak="ai",
71392  specials={ "compat", 0x28, 0x74, 0x29 },
71393  unicodeslot=0x24AF,
71394 },
71395 [0x24B0]={
71396  category="so",
71397  cjkwd="a",
71398  description="PARENTHESIZED LATIN SMALL LETTER U",
71399  direction="l",
71400  linebreak="ai",
71401  specials={ "compat", 0x28, 0x75, 0x29 },
71402  unicodeslot=0x24B0,
71403 },
71404 [0x24B1]={
71405  category="so",
71406  cjkwd="a",
71407  description="PARENTHESIZED LATIN SMALL LETTER V",
71408  direction="l",
71409  linebreak="ai",
71410  specials={ "compat", 0x28, 0x76, 0x29 },
71411  unicodeslot=0x24B1,
71412 },
71413 [0x24B2]={
71414  category="so",
71415  cjkwd="a",
71416  description="PARENTHESIZED LATIN SMALL LETTER W",
71417  direction="l",
71418  linebreak="ai",
71419  specials={ "compat", 0x28, 0x77, 0x29 },
71420  unicodeslot=0x24B2,
71421 },
71422 [0x24B3]={
71423  category="so",
71424  cjkwd="a",
71425  description="PARENTHESIZED LATIN SMALL LETTER X",
71426  direction="l",
71427  linebreak="ai",
71428  specials={ "compat", 0x28, 0x78, 0x29 },
71429  unicodeslot=0x24B3,
71430 },
71431 [0x24B4]={
71432  category="so",
71433  cjkwd="a",
71434  description="PARENTHESIZED LATIN SMALL LETTER Y",
71435  direction="l",
71436  linebreak="ai",
71437  specials={ "compat", 0x28, 0x79, 0x29 },
71438  unicodeslot=0x24B4,
71439 },
71440 [0x24B5]={
71441  category="so",
71442  cjkwd="a",
71443  description="PARENTHESIZED LATIN SMALL LETTER Z",
71444  direction="l",
71445  linebreak="ai",
71446  specials={ "compat", 0x28, 0x7A, 0x29 },
71447  unicodeslot=0x24B5,
71448 },
71449 [0x24B6]={
71450  category="so",
71451  cjkwd="a",
71452  description="CIRCLED LATIN CAPITAL LETTER A",
71453  direction="l",
71454  lccode=0x24D0,
71455  linebreak="ai",
71456  specials={ "circle", 0x41 },
71457  unicodeslot=0x24B6,
71458 },
71459 [0x24B7]={
71460  category="so",
71461  cjkwd="a",
71462  description="CIRCLED LATIN CAPITAL LETTER B",
71463  direction="l",
71464  lccode=0x24D1,
71465  linebreak="ai",
71466  specials={ "circle", 0x42 },
71467  unicodeslot=0x24B7,
71468 },
71469 [0x24B8]={
71470  category="so",
71471  cjkwd="a",
71472  description="CIRCLED LATIN CAPITAL LETTER C",
71473  direction="l",
71474  lccode=0x24D2,
71475  linebreak="ai",
71476  specials={ "circle", 0x43 },
71477  unicodeslot=0x24B8,
71478 },
71479 [0x24B9]={
71480  category="so",
71481  cjkwd="a",
71482  description="CIRCLED LATIN CAPITAL LETTER D",
71483  direction="l",
71484  lccode=0x24D3,
71485  linebreak="ai",
71486  specials={ "circle", 0x44 },
71487  unicodeslot=0x24B9,
71488 },
71489 [0x24BA]={
71490  category="so",
71491  cjkwd="a",
71492  description="CIRCLED LATIN CAPITAL LETTER E",
71493  direction="l",
71494  lccode=0x24D4,
71495  linebreak="ai",
71496  specials={ "circle", 0x45 },
71497  unicodeslot=0x24BA,
71498 },
71499 [0x24BB]={
71500  category="so",
71501  cjkwd="a",
71502  description="CIRCLED LATIN CAPITAL LETTER F",
71503  direction="l",
71504  lccode=0x24D5,
71505  linebreak="ai",
71506  specials={ "circle", 0x46 },
71507  unicodeslot=0x24BB,
71508 },
71509 [0x24BC]={
71510  category="so",
71511  cjkwd="a",
71512  description="CIRCLED LATIN CAPITAL LETTER G",
71513  direction="l",
71514  lccode=0x24D6,
71515  linebreak="ai",
71516  specials={ "circle", 0x47 },
71517  unicodeslot=0x24BC,
71518 },
71519 [0x24BD]={
71520  category="so",
71521  cjkwd="a",
71522  description="CIRCLED LATIN CAPITAL LETTER H",
71523  direction="l",
71524  lccode=0x24D7,
71525  linebreak="ai",
71526  specials={ "circle", 0x48 },
71527  unicodeslot=0x24BD,
71528 },
71529 [0x24BE]={
71530  category="so",
71531  cjkwd="a",
71532  description="CIRCLED LATIN CAPITAL LETTER I",
71533  direction="l",
71534  lccode=0x24D8,
71535  linebreak="ai",
71536  specials={ "circle", 0x49 },
71537  unicodeslot=0x24BE,
71538 },
71539 [0x24BF]={
71540  category="so",
71541  cjkwd="a",
71542  description="CIRCLED LATIN CAPITAL LETTER J",
71543  direction="l",
71544  lccode=0x24D9,
71545  linebreak="ai",
71546  specials={ "circle", 0x4A },
71547  unicodeslot=0x24BF,
71548 },
71549 [0x24C0]={
71550  category="so",
71551  cjkwd="a",
71552  description="CIRCLED LATIN CAPITAL LETTER K",
71553  direction="l",
71554  lccode=0x24DA,
71555  linebreak="ai",
71556  specials={ "circle", 0x4B },
71557  unicodeslot=0x24C0,
71558 },
71559 [0x24C1]={
71560  category="so",
71561  cjkwd="a",
71562  description="CIRCLED LATIN CAPITAL LETTER L",
71563  direction="l",
71564  lccode=0x24DB,
71565  linebreak="ai",
71566  specials={ "circle", 0x4C },
71567  unicodeslot=0x24C1,
71568 },
71569 [0x24C2]={
71570  category="so",
71571  cjkwd="a",
71572  description="CIRCLED LATIN CAPITAL LETTER M",
71573  direction="l",
71574  lccode=0x24DC,
71575  linebreak="ai",
71576  specials={ "circle", 0x4D },
71577  unicodeslot=0x24C2,
71578  variants=variants_emoji,
71579 },
71580 [0x24C3]={
71581  category="so",
71582  cjkwd="a",
71583  description="CIRCLED LATIN CAPITAL LETTER N",
71584  direction="l",
71585  lccode=0x24DD,
71586  linebreak="ai",
71587  specials={ "circle", 0x4E },
71588  unicodeslot=0x24C3,
71589 },
71590 [0x24C4]={
71591  category="so",
71592  cjkwd="a",
71593  description="CIRCLED LATIN CAPITAL LETTER O",
71594  direction="l",
71595  lccode=0x24DE,
71596  linebreak="ai",
71597  specials={ "circle", 0x4F },
71598  unicodeslot=0x24C4,
71599 },
71600 [0x24C5]={
71601  category="so",
71602  cjkwd="a",
71603  description="CIRCLED LATIN CAPITAL LETTER P",
71604  direction="l",
71605  lccode=0x24DF,
71606  linebreak="ai",
71607  specials={ "circle", 0x50 },
71608  unicodeslot=0x24C5,
71609 },
71610 [0x24C6]={
71611  category="so",
71612  cjkwd="a",
71613  description="CIRCLED LATIN CAPITAL LETTER Q",
71614  direction="l",
71615  lccode=0x24E0,
71616  linebreak="ai",
71617  specials={ "circle", 0x51 },
71618  unicodeslot=0x24C6,
71619 },
71620 [0x24C7]={
71621  category="so",
71622  cjkwd="a",
71623  description="CIRCLED LATIN CAPITAL LETTER R",
71624  direction="l",
71625  lccode=0x24E1,
71626  linebreak="ai",
71627  mathclass="ordinary",
71628  mathname="circledR",
71629  specials={ "circle", 0x52 },
71630  unicodeslot=0x24C7,
71631 },
71632 [0x24C8]={
71633  category="so",
71634  cjkwd="a",
71635  description="CIRCLED LATIN CAPITAL LETTER S",
71636  direction="l",
71637  lccode=0x24E2,
71638  linebreak="ai",
71639  mathclass="ordinary",
71640  mathname="circledS",
71641  specials={ "circle", 0x53 },
71642  unicodeslot=0x24C8,
71643 },
71644 [0x24C9]={
71645  category="so",
71646  cjkwd="a",
71647  description="CIRCLED LATIN CAPITAL LETTER T",
71648  direction="l",
71649  lccode=0x24E3,
71650  linebreak="ai",
71651  specials={ "circle", 0x54 },
71652  unicodeslot=0x24C9,
71653 },
71654 [0x24CA]={
71655  category="so",
71656  cjkwd="a",
71657  description="CIRCLED LATIN CAPITAL LETTER U",
71658  direction="l",
71659  lccode=0x24E4,
71660  linebreak="ai",
71661  specials={ "circle", 0x55 },
71662  unicodeslot=0x24CA,
71663 },
71664 [0x24CB]={
71665  category="so",
71666  cjkwd="a",
71667  description="CIRCLED LATIN CAPITAL LETTER V",
71668  direction="l",
71669  lccode=0x24E5,
71670  linebreak="ai",
71671  specials={ "circle", 0x56 },
71672  unicodeslot=0x24CB,
71673 },
71674 [0x24CC]={
71675  category="so",
71676  cjkwd="a",
71677  description="CIRCLED LATIN CAPITAL LETTER W",
71678  direction="l",
71679  lccode=0x24E6,
71680  linebreak="ai",
71681  specials={ "circle", 0x57 },
71682  unicodeslot=0x24CC,
71683 },
71684 [0x24CD]={
71685  category="so",
71686  cjkwd="a",
71687  description="CIRCLED LATIN CAPITAL LETTER X",
71688  direction="l",
71689  lccode=0x24E7,
71690  linebreak="ai",
71691  specials={ "circle", 0x58 },
71692  unicodeslot=0x24CD,
71693 },
71694 [0x24CE]={
71695  category="so",
71696  cjkwd="a",
71697  description="CIRCLED LATIN CAPITAL LETTER Y",
71698  direction="l",
71699  lccode=0x24E8,
71700  linebreak="ai",
71701  specials={ "circle", 0x59 },
71702  unicodeslot=0x24CE,
71703 },
71704 [0x24CF]={
71705  category="so",
71706  cjkwd="a",
71707  description="CIRCLED LATIN CAPITAL LETTER Z",
71708  direction="l",
71709  lccode=0x24E9,
71710  linebreak="ai",
71711  specials={ "circle", 0x5A },
71712  unicodeslot=0x24CF,
71713 },
71714 [0x24D0]={
71715  category="so",
71716  cjkwd="a",
71717  description="CIRCLED LATIN SMALL LETTER A",
71718  direction="l",
71719  linebreak="ai",
71720  specials={ "circle", 0x61 },
71721  uccode=0x24B6,
71722  unicodeslot=0x24D0,
71723 },
71724 [0x24D1]={
71725  category="so",
71726  cjkwd="a",
71727  description="CIRCLED LATIN SMALL LETTER B",
71728  direction="l",
71729  linebreak="ai",
71730  specials={ "circle", 0x62 },
71731  uccode=0x24B7,
71732  unicodeslot=0x24D1,
71733 },
71734 [0x24D2]={
71735  category="so",
71736  cjkwd="a",
71737  description="CIRCLED LATIN SMALL LETTER C",
71738  direction="l",
71739  linebreak="ai",
71740  specials={ "circle", 0x63 },
71741  uccode=0x24B8,
71742  unicodeslot=0x24D2,
71743 },
71744 [0x24D3]={
71745  category="so",
71746  cjkwd="a",
71747  description="CIRCLED LATIN SMALL LETTER D",
71748  direction="l",
71749  linebreak="ai",
71750  specials={ "circle", 0x64 },
71751  uccode=0x24B9,
71752  unicodeslot=0x24D3,
71753 },
71754 [0x24D4]={
71755  category="so",
71756  cjkwd="a",
71757  description="CIRCLED LATIN SMALL LETTER E",
71758  direction="l",
71759  linebreak="ai",
71760  specials={ "circle", 0x65 },
71761  uccode=0x24BA,
71762  unicodeslot=0x24D4,
71763 },
71764 [0x24D5]={
71765  category="so",
71766  cjkwd="a",
71767  description="CIRCLED LATIN SMALL LETTER F",
71768  direction="l",
71769  linebreak="ai",
71770  specials={ "circle", 0x66 },
71771  uccode=0x24BB,
71772  unicodeslot=0x24D5,
71773 },
71774 [0x24D6]={
71775  category="so",
71776  cjkwd="a",
71777  description="CIRCLED LATIN SMALL LETTER G",
71778  direction="l",
71779  linebreak="ai",
71780  specials={ "circle", 0x67 },
71781  uccode=0x24BC,
71782  unicodeslot=0x24D6,
71783 },
71784 [0x24D7]={
71785  category="so",
71786  cjkwd="a",
71787  description="CIRCLED LATIN SMALL LETTER H",
71788  direction="l",
71789  linebreak="ai",
71790  specials={ "circle", 0x68 },
71791  uccode=0x24BD,
71792  unicodeslot=0x24D7,
71793 },
71794 [0x24D8]={
71795  category="so",
71796  cjkwd="a",
71797  description="CIRCLED LATIN SMALL LETTER I",
71798  direction="l",
71799  linebreak="ai",
71800  specials={ "circle", 0x69 },
71801  uccode=0x24BE,
71802  unicodeslot=0x24D8,
71803 },
71804 [0x24D9]={
71805  category="so",
71806  cjkwd="a",
71807  description="CIRCLED LATIN SMALL LETTER J",
71808  direction="l",
71809  linebreak="ai",
71810  specials={ "circle", 0x6A },
71811  uccode=0x24BF,
71812  unicodeslot=0x24D9,
71813 },
71814 [0x24DA]={
71815  category="so",
71816  cjkwd="a",
71817  description="CIRCLED LATIN SMALL LETTER K",
71818  direction="l",
71819  linebreak="ai",
71820  specials={ "circle", 0x6B },
71821  uccode=0x24C0,
71822  unicodeslot=0x24DA,
71823 },
71824 [0x24DB]={
71825  category="so",
71826  cjkwd="a",
71827  description="CIRCLED LATIN SMALL LETTER L",
71828  direction="l",
71829  linebreak="ai",
71830  specials={ "circle", 0x6C },
71831  uccode=0x24C1,
71832  unicodeslot=0x24DB,
71833 },
71834 [0x24DC]={
71835  category="so",
71836  cjkwd="a",
71837  description="CIRCLED LATIN SMALL LETTER M",
71838  direction="l",
71839  linebreak="ai",
71840  specials={ "circle", 0x6D },
71841  uccode=0x24C2,
71842  unicodeslot=0x24DC,
71843 },
71844 [0x24DD]={
71845  category="so",
71846  cjkwd="a",
71847  description="CIRCLED LATIN SMALL LETTER N",
71848  direction="l",
71849  linebreak="ai",
71850  specials={ "circle", 0x6E },
71851  uccode=0x24C3,
71852  unicodeslot=0x24DD,
71853 },
71854 [0x24DE]={
71855  category="so",
71856  cjkwd="a",
71857  description="CIRCLED LATIN SMALL LETTER O",
71858  direction="l",
71859  linebreak="ai",
71860  specials={ "circle", 0x6F },
71861  uccode=0x24C4,
71862  unicodeslot=0x24DE,
71863 },
71864 [0x24DF]={
71865  category="so",
71866  cjkwd="a",
71867  description="CIRCLED LATIN SMALL LETTER P",
71868  direction="l",
71869  linebreak="ai",
71870  specials={ "circle", 0x70 },
71871  uccode=0x24C5,
71872  unicodeslot=0x24DF,
71873 },
71874 [0x24E0]={
71875  category="so",
71876  cjkwd="a",
71877  description="CIRCLED LATIN SMALL LETTER Q",
71878  direction="l",
71879  linebreak="ai",
71880  specials={ "circle", 0x71 },
71881  uccode=0x24C6,
71882  unicodeslot=0x24E0,
71883 },
71884 [0x24E1]={
71885  category="so",
71886  cjkwd="a",
71887  description="CIRCLED LATIN SMALL LETTER R",
71888  direction="l",
71889  linebreak="ai",
71890  specials={ "circle", 0x72 },
71891  uccode=0x24C7,
71892  unicodeslot=0x24E1,
71893 },
71894 [0x24E2]={
71895  category="so",
71896  cjkwd="a",
71897  description="CIRCLED LATIN SMALL LETTER S",
71898  direction="l",
71899  linebreak="ai",
71900  specials={ "circle", 0x73 },
71901  uccode=0x24C8,
71902  unicodeslot=0x24E2,
71903 },
71904 [0x24E3]={
71905  category="so",
71906  cjkwd="a",
71907  description="CIRCLED LATIN SMALL LETTER T",
71908  direction="l",
71909  linebreak="ai",
71910  specials={ "circle", 0x74 },
71911  uccode=0x24C9,
71912  unicodeslot=0x24E3,
71913 },
71914 [0x24E4]={
71915  category="so",
71916  cjkwd="a",
71917  description="CIRCLED LATIN SMALL LETTER U",
71918  direction="l",
71919  linebreak="ai",
71920  specials={ "circle", 0x75 },
71921  uccode=0x24CA,
71922  unicodeslot=0x24E4,
71923 },
71924 [0x24E5]={
71925  category="so",
71926  cjkwd="a",
71927  description="CIRCLED LATIN SMALL LETTER V",
71928  direction="l",
71929  linebreak="ai",
71930  specials={ "circle", 0x76 },
71931  uccode=0x24CB,
71932  unicodeslot=0x24E5,
71933 },
71934 [0x24E6]={
71935  category="so",
71936  cjkwd="a",
71937  description="CIRCLED LATIN SMALL LETTER W",
71938  direction="l",
71939  linebreak="ai",
71940  specials={ "circle", 0x77 },
71941  uccode=0x24CC,
71942  unicodeslot=0x24E6,
71943 },
71944 [0x24E7]={
71945  category="so",
71946  cjkwd="a",
71947  description="CIRCLED LATIN SMALL LETTER X",
71948  direction="l",
71949  linebreak="ai",
71950  specials={ "circle", 0x78 },
71951  uccode=0x24CD,
71952  unicodeslot=0x24E7,
71953 },
71954 [0x24E8]={
71955  category="so",
71956  cjkwd="a",
71957  description="CIRCLED LATIN SMALL LETTER Y",
71958  direction="l",
71959  linebreak="ai",
71960  specials={ "circle", 0x79 },
71961  uccode=0x24CE,
71962  unicodeslot=0x24E8,
71963 },
71964 [0x24E9]={
71965  category="so",
71966  cjkwd="a",
71967  description="CIRCLED LATIN SMALL LETTER Z",
71968  direction="l",
71969  linebreak="ai",
71970  specials={ "circle", 0x7A },
71971  uccode=0x24CF,
71972  unicodeslot=0x24E9,
71973 },
71974 [0x24EA]={
71975  category="no",
71976  description="CIRCLED DIGIT ZERO",
71977  direction="on",
71978  linebreak="ai",
71979  specials={ "circle", 0x30 },
71980  unicodeslot=0x24EA,
71981 },
71982 [0x24EB]={
71983  category="no",
71984  cjkwd="a",
71985  description="NEGATIVE CIRCLED NUMBER ELEVEN",
71986  direction="on",
71987  linebreak="ai",
71988  unicodeslot=0x24EB,
71989 },
71990 [0x24EC]={
71991  category="no",
71992  cjkwd="a",
71993  description="NEGATIVE CIRCLED NUMBER TWELVE",
71994  direction="on",
71995  linebreak="ai",
71996  unicodeslot=0x24EC,
71997 },
71998 [0x24ED]={
71999  category="no",
72000  cjkwd="a",
72001  description="NEGATIVE CIRCLED NUMBER THIRTEEN",
72002  direction="on",
72003  linebreak="ai",
72004  unicodeslot=0x24ED,
72005 },
72006 [0x24EE]={
72007  category="no",
72008  cjkwd="a",
72009  description="NEGATIVE CIRCLED NUMBER FOURTEEN",
72010  direction="on",
72011  linebreak="ai",
72012  unicodeslot=0x24EE,
72013 },
72014 [0x24EF]={
72015  category="no",
72016  cjkwd="a",
72017  description="NEGATIVE CIRCLED NUMBER FIFTEEN",
72018  direction="on",
72019  linebreak="ai",
72020  unicodeslot=0x24EF,
72021 },
72022 [0x24F0]={
72023  category="no",
72024  cjkwd="a",
72025  description="NEGATIVE CIRCLED NUMBER SIXTEEN",
72026  direction="on",
72027  linebreak="ai",
72028  unicodeslot=0x24F0,
72029 },
72030 [0x24F1]={
72031  category="no",
72032  cjkwd="a",
72033  description="NEGATIVE CIRCLED NUMBER SEVENTEEN",
72034  direction="on",
72035  linebreak="ai",
72036  unicodeslot=0x24F1,
72037 },
72038 [0x24F2]={
72039  category="no",
72040  cjkwd="a",
72041  description="NEGATIVE CIRCLED NUMBER EIGHTEEN",
72042  direction="on",
72043  linebreak="ai",
72044  unicodeslot=0x24F2,
72045 },
72046 [0x24F3]={
72047  category="no",
72048  cjkwd="a",
72049  description="NEGATIVE CIRCLED NUMBER NINETEEN",
72050  direction="on",
72051  linebreak="ai",
72052  unicodeslot=0x24F3,
72053 },
72054 [0x24F4]={
72055  category="no",
72056  cjkwd="a",
72057  description="NEGATIVE CIRCLED NUMBER TWENTY",
72058  direction="on",
72059  linebreak="ai",
72060  unicodeslot=0x24F4,
72061 },
72062 [0x24F5]={
72063  category="no",
72064  cjkwd="a",
72065  description="DOUBLE CIRCLED DIGIT ONE",
72066  direction="on",
72067  linebreak="ai",
72068  unicodeslot=0x24F5,
72069 },
72070 [0x24F6]={
72071  category="no",
72072  cjkwd="a",
72073  description="DOUBLE CIRCLED DIGIT TWO",
72074  direction="on",
72075  linebreak="ai",
72076  unicodeslot=0x24F6,
72077 },
72078 [0x24F7]={
72079  category="no",
72080  cjkwd="a",
72081  description="DOUBLE CIRCLED DIGIT THREE",
72082  direction="on",
72083  linebreak="ai",
72084  unicodeslot=0x24F7,
72085 },
72086 [0x24F8]={
72087  category="no",
72088  cjkwd="a",
72089  description="DOUBLE CIRCLED DIGIT FOUR",
72090  direction="on",
72091  linebreak="ai",
72092  unicodeslot=0x24F8,
72093 },
72094 [0x24F9]={
72095  category="no",
72096  cjkwd="a",
72097  description="DOUBLE CIRCLED DIGIT FIVE",
72098  direction="on",
72099  linebreak="ai",
72100  unicodeslot=0x24F9,
72101 },
72102 [0x24FA]={
72103  category="no",
72104  cjkwd="a",
72105  description="DOUBLE CIRCLED DIGIT SIX",
72106  direction="on",
72107  linebreak="ai",
72108  unicodeslot=0x24FA,
72109 },
72110 [0x24FB]={
72111  category="no",
72112  cjkwd="a",
72113  description="DOUBLE CIRCLED DIGIT SEVEN",
72114  direction="on",
72115  linebreak="ai",
72116  unicodeslot=0x24FB,
72117 },
72118 [0x24FC]={
72119  category="no",
72120  cjkwd="a",
72121  description="DOUBLE CIRCLED DIGIT EIGHT",
72122  direction="on",
72123  linebreak="ai",
72124  unicodeslot=0x24FC,
72125 },
72126 [0x24FD]={
72127  category="no",
72128  cjkwd="a",
72129  description="DOUBLE CIRCLED DIGIT NINE",
72130  direction="on",
72131  linebreak="ai",
72132  unicodeslot=0x24FD,
72133 },
72134 [0x24FE]={
72135  category="no",
72136  cjkwd="a",
72137  description="DOUBLE CIRCLED NUMBER TEN",
72138  direction="on",
72139  linebreak="ai",
72140  unicodeslot=0x24FE,
72141 },
72142 [0x24FF]={
72143  category="no",
72144  cjkwd="a",
72145  description="NEGATIVE CIRCLED DIGIT ZERO",
72146  direction="on",
72147  linebreak="al",
72148  unicodeslot=0x24FF,
72149 },
72150 [0x2500]={
72151  category="so",
72152  cjkwd="a",
72153  description="BOX DRAWINGS LIGHT HORIZONTAL",
72154  direction="on",
72155  linebreak="ai",
72156  unicodeslot=0x2500,
72157 },
72158 [0x2501]={
72159  category="so",
72160  cjkwd="a",
72161  description="BOX DRAWINGS HEAVY HORIZONTAL",
72162  direction="on",
72163  linebreak="ai",
72164  unicodeslot=0x2501,
72165 },
72166 [0x2502]={
72167  category="so",
72168  cjkwd="a",
72169  description="BOX DRAWINGS LIGHT VERTICAL",
72170  direction="on",
72171  linebreak="ai",
72172  unicodeslot=0x2502,
72173 },
72174 [0x2503]={
72175  category="so",
72176  cjkwd="a",
72177  description="BOX DRAWINGS HEAVY VERTICAL",
72178  direction="on",
72179  linebreak="ai",
72180  unicodeslot=0x2503,
72181 },
72182 [0x2504]={
72183  category="so",
72184  cjkwd="a",
72185  description="BOX DRAWINGS LIGHT TRIPLE DASH HORIZONTAL",
72186  direction="on",
72187  linebreak="ai",
72188  unicodeslot=0x2504,
72189 },
72190 [0x2505]={
72191  category="so",
72192  cjkwd="a",
72193  description="BOX DRAWINGS HEAVY TRIPLE DASH HORIZONTAL",
72194  direction="on",
72195  linebreak="ai",
72196  unicodeslot=0x2505,
72197 },
72198 [0x2506]={
72199  category="so",
72200  cjkwd="a",
72201  description="BOX DRAWINGS LIGHT TRIPLE DASH VERTICAL",
72202  direction="on",
72203  linebreak="ai",
72204  unicodeslot=0x2506,
72205 },
72206 [0x2507]={
72207  category="so",
72208  cjkwd="a",
72209  description="BOX DRAWINGS HEAVY TRIPLE DASH VERTICAL",
72210  direction="on",
72211  linebreak="ai",
72212  unicodeslot=0x2507,
72213 },
72214 [0x2508]={
72215  category="so",
72216  cjkwd="a",
72217  description="BOX DRAWINGS LIGHT QUADRUPLE DASH HORIZONTAL",
72218  direction="on",
72219  linebreak="ai",
72220  unicodeslot=0x2508,
72221 },
72222 [0x2509]={
72223  category="so",
72224  cjkwd="a",
72225  description="BOX DRAWINGS HEAVY QUADRUPLE DASH HORIZONTAL",
72226  direction="on",
72227  linebreak="ai",
72228  unicodeslot=0x2509,
72229 },
72230 [0x250A]={
72231  category="so",
72232  cjkwd="a",
72233  description="BOX DRAWINGS LIGHT QUADRUPLE DASH VERTICAL",
72234  direction="on",
72235  linebreak="ai",
72236  unicodeslot=0x250A,
72237 },
72238 [0x250B]={
72239  category="so",
72240  cjkwd="a",
72241  description="BOX DRAWINGS HEAVY QUADRUPLE DASH VERTICAL",
72242  direction="on",
72243  linebreak="ai",
72244  unicodeslot=0x250B,
72245 },
72246 [0x250C]={
72247  category="so",
72248  cjkwd="a",
72249  description="BOX DRAWINGS LIGHT DOWN AND RIGHT",
72250  direction="on",
72251  linebreak="ai",
72252  unicodeslot=0x250C,
72253 },
72254 [0x250D]={
72255  category="so",
72256  cjkwd="a",
72257  description="BOX DRAWINGS DOWN LIGHT AND RIGHT HEAVY",
72258  direction="on",
72259  linebreak="ai",
72260  unicodeslot=0x250D,
72261 },
72262 [0x250E]={
72263  category="so",
72264  cjkwd="a",
72265  description="BOX DRAWINGS DOWN HEAVY AND RIGHT LIGHT",
72266  direction="on",
72267  linebreak="ai",
72268  unicodeslot=0x250E,
72269 },
72270 [0x250F]={
72271  category="so",
72272  cjkwd="a",
72273  description="BOX DRAWINGS HEAVY DOWN AND RIGHT",
72274  direction="on",
72275  linebreak="ai",
72276  unicodeslot=0x250F,
72277 },
72278 [0x2510]={
72279  category="so",
72280  cjkwd="a",
72281  description="BOX DRAWINGS LIGHT DOWN AND LEFT",
72282  direction="on",
72283  linebreak="ai",
72284  unicodeslot=0x2510,
72285 },
72286 [0x2511]={
72287  category="so",
72288  cjkwd="a",
72289  description="BOX DRAWINGS DOWN LIGHT AND LEFT HEAVY",
72290  direction="on",
72291  linebreak="ai",
72292  unicodeslot=0x2511,
72293 },
72294 [0x2512]={
72295  category="so",
72296  cjkwd="a",
72297  description="BOX DRAWINGS DOWN HEAVY AND LEFT LIGHT",
72298  direction="on",
72299  linebreak="ai",
72300  unicodeslot=0x2512,
72301 },
72302 [0x2513]={
72303  category="so",
72304  cjkwd="a",
72305  description="BOX DRAWINGS HEAVY DOWN AND LEFT",
72306  direction="on",
72307  linebreak="ai",
72308  unicodeslot=0x2513,
72309 },
72310 [0x2514]={
72311  category="so",
72312  cjkwd="a",
72313  description="BOX DRAWINGS LIGHT UP AND RIGHT",
72314  direction="on",
72315  linebreak="ai",
72316  unicodeslot=0x2514,
72317 },
72318 [0x2515]={
72319  category="so",
72320  cjkwd="a",
72321  description="BOX DRAWINGS UP LIGHT AND RIGHT HEAVY",
72322  direction="on",
72323  linebreak="ai",
72324  unicodeslot=0x2515,
72325 },
72326 [0x2516]={
72327  category="so",
72328  cjkwd="a",
72329  description="BOX DRAWINGS UP HEAVY AND RIGHT LIGHT",
72330  direction="on",
72331  linebreak="ai",
72332  unicodeslot=0x2516,
72333 },
72334 [0x2517]={
72335  category="so",
72336  cjkwd="a",
72337  description="BOX DRAWINGS HEAVY UP AND RIGHT",
72338  direction="on",
72339  linebreak="ai",
72340  unicodeslot=0x2517,
72341 },
72342 [0x2518]={
72343  category="so",
72344  cjkwd="a",
72345  description="BOX DRAWINGS LIGHT UP AND LEFT",
72346  direction="on",
72347  linebreak="ai",
72348  unicodeslot=0x2518,
72349 },
72350 [0x2519]={
72351  category="so",
72352  cjkwd="a",
72353  description="BOX DRAWINGS UP LIGHT AND LEFT HEAVY",
72354  direction="on",
72355  linebreak="ai",
72356  unicodeslot=0x2519,
72357 },
72358 [0x251A]={
72359  category="so",
72360  cjkwd="a",
72361  description="BOX DRAWINGS UP HEAVY AND LEFT LIGHT",
72362  direction="on",
72363  linebreak="ai",
72364  unicodeslot=0x251A,
72365 },
72366 [0x251B]={
72367  category="so",
72368  cjkwd="a",
72369  description="BOX DRAWINGS HEAVY UP AND LEFT",
72370  direction="on",
72371  linebreak="ai",
72372  unicodeslot=0x251B,
72373 },
72374 [0x251C]={
72375  category="so",
72376  cjkwd="a",
72377  description="BOX DRAWINGS LIGHT VERTICAL AND RIGHT",
72378  direction="on",
72379  linebreak="ai",
72380  unicodeslot=0x251C,
72381 },
72382 [0x251D]={
72383  category="so",
72384  cjkwd="a",
72385  description="BOX DRAWINGS VERTICAL LIGHT AND RIGHT HEAVY",
72386  direction="on",
72387  linebreak="ai",
72388  unicodeslot=0x251D,
72389 },
72390 [0x251E]={
72391  category="so",
72392  cjkwd="a",
72393  description="BOX DRAWINGS UP HEAVY AND RIGHT DOWN LIGHT",
72394  direction="on",
72395  linebreak="ai",
72396  unicodeslot=0x251E,
72397 },
72398 [0x251F]={
72399  category="so",
72400  cjkwd="a",
72401  description="BOX DRAWINGS DOWN HEAVY AND RIGHT UP LIGHT",
72402  direction="on",
72403  linebreak="ai",
72404  unicodeslot=0x251F,
72405 },
72406 [0x2520]={
72407  category="so",
72408  cjkwd="a",
72409  description="BOX DRAWINGS VERTICAL HEAVY AND RIGHT LIGHT",
72410  direction="on",
72411  linebreak="ai",
72412  unicodeslot=0x2520,
72413 },
72414 [0x2521]={
72415  category="so",
72416  cjkwd="a",
72417  description="BOX DRAWINGS DOWN LIGHT AND RIGHT UP HEAVY",
72418  direction="on",
72419  linebreak="ai",
72420  unicodeslot=0x2521,
72421 },
72422 [0x2522]={
72423  category="so",
72424  cjkwd="a",
72425  description="BOX DRAWINGS UP LIGHT AND RIGHT DOWN HEAVY",
72426  direction="on",
72427  linebreak="ai",
72428  unicodeslot=0x2522,
72429 },
72430 [0x2523]={
72431  category="so",
72432  cjkwd="a",
72433  description="BOX DRAWINGS HEAVY VERTICAL AND RIGHT",
72434  direction="on",
72435  linebreak="ai",
72436  unicodeslot=0x2523,
72437 },
72438 [0x2524]={
72439  category="so",
72440  cjkwd="a",
72441  description="BOX DRAWINGS LIGHT VERTICAL AND LEFT",
72442  direction="on",
72443  linebreak="ai",
72444  unicodeslot=0x2524,
72445 },
72446 [0x2525]={
72447  category="so",
72448  cjkwd="a",
72449  description="BOX DRAWINGS VERTICAL LIGHT AND LEFT HEAVY",
72450  direction="on",
72451  linebreak="ai",
72452  unicodeslot=0x2525,
72453 },
72454 [0x2526]={
72455  category="so",
72456  cjkwd="a",
72457  description="BOX DRAWINGS UP HEAVY AND LEFT DOWN LIGHT",
72458  direction="on",
72459  linebreak="ai",
72460  unicodeslot=0x2526,
72461 },
72462 [0x2527]={
72463  category="so",
72464  cjkwd="a",
72465  description="BOX DRAWINGS DOWN HEAVY AND LEFT UP LIGHT",
72466  direction="on",
72467  linebreak="ai",
72468  unicodeslot=0x2527,
72469 },
72470 [0x2528]={
72471  category="so",
72472  cjkwd="a",
72473  description="BOX DRAWINGS VERTICAL HEAVY AND LEFT LIGHT",
72474  direction="on",
72475  linebreak="ai",
72476  unicodeslot=0x2528,
72477 },
72478 [0x2529]={
72479  category="so",
72480  cjkwd="a",
72481  description="BOX DRAWINGS DOWN LIGHT AND LEFT UP HEAVY",
72482  direction="on",
72483  linebreak="ai",
72484  unicodeslot=0x2529,
72485 },
72486 [0x252A]={
72487  category="so",
72488  cjkwd="a",
72489  description="BOX DRAWINGS UP LIGHT AND LEFT DOWN HEAVY",
72490  direction="on",
72491  linebreak="ai",
72492  unicodeslot=0x252A,
72493 },
72494 [0x252B]={
72495  category="so",
72496  cjkwd="a",
72497  description="BOX DRAWINGS HEAVY VERTICAL AND LEFT",
72498  direction="on",
72499  linebreak="ai",
72500  unicodeslot=0x252B,
72501 },
72502 [0x252C]={
72503  category="so",
72504  cjkwd="a",
72505  description="BOX DRAWINGS LIGHT DOWN AND HORIZONTAL",
72506  direction="on",
72507  linebreak="ai",
72508  unicodeslot=0x252C,
72509 },
72510 [0x252D]={
72511  category="so",
72512  cjkwd="a",
72513  description="BOX DRAWINGS LEFT HEAVY AND RIGHT DOWN LIGHT",
72514  direction="on",
72515  linebreak="ai",
72516  unicodeslot=0x252D,
72517 },
72518 [0x252E]={
72519  category="so",
72520  cjkwd="a",
72521  description="BOX DRAWINGS RIGHT HEAVY AND LEFT DOWN LIGHT",
72522  direction="on",
72523  linebreak="ai",
72524  unicodeslot=0x252E,
72525 },
72526 [0x252F]={
72527  category="so",
72528  cjkwd="a",
72529  description="BOX DRAWINGS DOWN LIGHT AND HORIZONTAL HEAVY",
72530  direction="on",
72531  linebreak="ai",
72532  unicodeslot=0x252F,
72533 },
72534 [0x2530]={
72535  category="so",
72536  cjkwd="a",
72537  description="BOX DRAWINGS DOWN HEAVY AND HORIZONTAL LIGHT",
72538  direction="on",
72539  linebreak="ai",
72540  unicodeslot=0x2530,
72541 },
72542 [0x2531]={
72543  category="so",
72544  cjkwd="a",
72545  description="BOX DRAWINGS RIGHT LIGHT AND LEFT DOWN HEAVY",
72546  direction="on",
72547  linebreak="ai",
72548  unicodeslot=0x2531,
72549 },
72550 [0x2532]={
72551  category="so",
72552  cjkwd="a",
72553  description="BOX DRAWINGS LEFT LIGHT AND RIGHT DOWN HEAVY",
72554  direction="on",
72555  linebreak="ai",
72556  unicodeslot=0x2532,
72557 },
72558 [0x2533]={
72559  category="so",
72560  cjkwd="a",
72561  description="BOX DRAWINGS HEAVY DOWN AND HORIZONTAL",
72562  direction="on",
72563  linebreak="ai",
72564  unicodeslot=0x2533,
72565 },
72566 [0x2534]={
72567  category="so",
72568  cjkwd="a",
72569  description="BOX DRAWINGS LIGHT UP AND HORIZONTAL",
72570  direction="on",
72571  linebreak="ai",
72572  unicodeslot=0x2534,
72573 },
72574 [0x2535]={
72575  category="so",
72576  cjkwd="a",
72577  description="BOX DRAWINGS LEFT HEAVY AND RIGHT UP LIGHT",
72578  direction="on",
72579  linebreak="ai",
72580  unicodeslot=0x2535,
72581 },
72582 [0x2536]={
72583  category="so",
72584  cjkwd="a",
72585  description="BOX DRAWINGS RIGHT HEAVY AND LEFT UP LIGHT",
72586  direction="on",
72587  linebreak="ai",
72588  unicodeslot=0x2536,
72589 },
72590 [0x2537]={
72591  category="so",
72592  cjkwd="a",
72593  description="BOX DRAWINGS UP LIGHT AND HORIZONTAL HEAVY",
72594  direction="on",
72595  linebreak="ai",
72596  unicodeslot=0x2537,
72597 },
72598 [0x2538]={
72599  category="so",
72600  cjkwd="a",
72601  description="BOX DRAWINGS UP HEAVY AND HORIZONTAL LIGHT",
72602  direction="on",
72603  linebreak="ai",
72604  unicodeslot=0x2538,
72605 },
72606 [0x2539]={
72607  category="so",
72608  cjkwd="a",
72609  description="BOX DRAWINGS RIGHT LIGHT AND LEFT UP HEAVY",
72610  direction="on",
72611  linebreak="ai",
72612  unicodeslot=0x2539,
72613 },
72614 [0x253A]={
72615  category="so",
72616  cjkwd="a",
72617  description="BOX DRAWINGS LEFT LIGHT AND RIGHT UP HEAVY",
72618  direction="on",
72619  linebreak="ai",
72620  unicodeslot=0x253A,
72621 },
72622 [0x253B]={
72623  category="so",
72624  cjkwd="a",
72625  description="BOX DRAWINGS HEAVY UP AND HORIZONTAL",
72626  direction="on",
72627  linebreak="ai",
72628  unicodeslot=0x253B,
72629 },
72630 [0x253C]={
72631  category="so",
72632  cjkwd="a",
72633  description="BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL",
72634  direction="on",
72635  linebreak="ai",
72636  unicodeslot=0x253C,
72637 },
72638 [0x253D]={
72639  category="so",
72640  cjkwd="a",
72641  description="BOX DRAWINGS LEFT HEAVY AND RIGHT VERTICAL LIGHT",
72642  direction="on",
72643  linebreak="ai",
72644  unicodeslot=0x253D,
72645 },
72646 [0x253E]={
72647  category="so",
72648  cjkwd="a",
72649  description="BOX DRAWINGS RIGHT HEAVY AND LEFT VERTICAL LIGHT",
72650  direction="on",
72651  linebreak="ai",
72652  unicodeslot=0x253E,
72653 },
72654 [0x253F]={
72655  category="so",
72656  cjkwd="a",
72657  description="BOX DRAWINGS VERTICAL LIGHT AND HORIZONTAL HEAVY",
72658  direction="on",
72659  linebreak="ai",
72660  unicodeslot=0x253F,
72661 },
72662 [0x2540]={
72663  category="so",
72664  cjkwd="a",
72665  description="BOX DRAWINGS UP HEAVY AND DOWN HORIZONTAL LIGHT",
72666  direction="on",
72667  linebreak="ai",
72668  unicodeslot=0x2540,
72669 },
72670 [0x2541]={
72671  category="so",
72672  cjkwd="a",
72673  description="BOX DRAWINGS DOWN HEAVY AND UP HORIZONTAL LIGHT",
72674  direction="on",
72675  linebreak="ai",
72676  unicodeslot=0x2541,
72677 },
72678 [0x2542]={
72679  category="so",
72680  cjkwd="a",
72681  description="BOX DRAWINGS VERTICAL HEAVY AND HORIZONTAL LIGHT",
72682  direction="on",
72683  linebreak="ai",
72684  unicodeslot=0x2542,
72685 },
72686 [0x2543]={
72687  category="so",
72688  cjkwd="a",
72689  description="BOX DRAWINGS LEFT UP HEAVY AND RIGHT DOWN LIGHT",
72690  direction="on",
72691  linebreak="ai",
72692  unicodeslot=0x2543,
72693 },
72694 [0x2544]={
72695  category="so",
72696  cjkwd="a",
72697  description="BOX DRAWINGS RIGHT UP HEAVY AND LEFT DOWN LIGHT",
72698  direction="on",
72699  linebreak="ai",
72700  unicodeslot=0x2544,
72701 },
72702 [0x2545]={
72703  category="so",
72704  cjkwd="a",
72705  description="BOX DRAWINGS LEFT DOWN HEAVY AND RIGHT UP LIGHT",
72706  direction="on",
72707  linebreak="ai",
72708  unicodeslot=0x2545,
72709 },
72710 [0x2546]={
72711  category="so",
72712  cjkwd="a",
72713  description="BOX DRAWINGS RIGHT DOWN HEAVY AND LEFT UP LIGHT",
72714  direction="on",
72715  linebreak="ai",
72716  unicodeslot=0x2546,
72717 },
72718 [0x2547]={
72719  category="so",
72720  cjkwd="a",
72721  description="BOX DRAWINGS DOWN LIGHT AND UP HORIZONTAL HEAVY",
72722  direction="on",
72723  linebreak="ai",
72724  unicodeslot=0x2547,
72725 },
72726 [0x2548]={
72727  category="so",
72728  cjkwd="a",
72729  description="BOX DRAWINGS UP LIGHT AND DOWN HORIZONTAL HEAVY",
72730  direction="on",
72731  linebreak="ai",
72732  unicodeslot=0x2548,
72733 },
72734 [0x2549]={
72735  category="so",
72736  cjkwd="a",
72737  description="BOX DRAWINGS RIGHT LIGHT AND LEFT VERTICAL HEAVY",
72738  direction="on",
72739  linebreak="ai",
72740  unicodeslot=0x2549,
72741 },
72742 [0x254A]={
72743  category="so",
72744  cjkwd="a",
72745  description="BOX DRAWINGS LEFT LIGHT AND RIGHT VERTICAL HEAVY",
72746  direction="on",
72747  linebreak="ai",
72748  unicodeslot=0x254A,
72749 },
72750 [0x254B]={
72751  category="so",
72752  cjkwd="a",
72753  description="BOX DRAWINGS HEAVY VERTICAL AND HORIZONTAL",
72754  direction="on",
72755  linebreak="ai",
72756  unicodeslot=0x254B,
72757 },
72758 [0x254C]={
72759  category="so",
72760  description="BOX DRAWINGS LIGHT DOUBLE DASH HORIZONTAL",
72761  direction="on",
72762  linebreak="al",
72763  unicodeslot=0x254C,
72764 },
72765 [0x254D]={
72766  category="so",
72767  description="BOX DRAWINGS HEAVY DOUBLE DASH HORIZONTAL",
72768  direction="on",
72769  linebreak="al",
72770  unicodeslot=0x254D,
72771 },
72772 [0x254E]={
72773  category="so",
72774  description="BOX DRAWINGS LIGHT DOUBLE DASH VERTICAL",
72775  direction="on",
72776  linebreak="al",
72777  unicodeslot=0x254E,
72778 },
72779 [0x254F]={
72780  category="so",
72781  description="BOX DRAWINGS HEAVY DOUBLE DASH VERTICAL",
72782  direction="on",
72783  linebreak="al",
72784  unicodeslot=0x254F,
72785 },
72786 [0x2550]={
72787  category="so",
72788  cjkwd="a",
72789  description="BOX DRAWINGS DOUBLE HORIZONTAL",
72790  direction="on",
72791  linebreak="ai",
72792  unicodeslot=0x2550,
72793 },
72794 [0x2551]={
72795  category="so",
72796  cjkwd="a",
72797  description="BOX DRAWINGS DOUBLE VERTICAL",
72798  direction="on",
72799  linebreak="ai",
72800  unicodeslot=0x2551,
72801 },
72802 [0x2552]={
72803  category="so",
72804  cjkwd="a",
72805  description="BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE",
72806  direction="on",
72807  linebreak="ai",
72808  unicodeslot=0x2552,
72809 },
72810 [0x2553]={
72811  category="so",
72812  cjkwd="a",
72813  description="BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE",
72814  direction="on",
72815  linebreak="ai",
72816  unicodeslot=0x2553,
72817 },
72818 [0x2554]={
72819  category="so",
72820  cjkwd="a",
72821  description="BOX DRAWINGS DOUBLE DOWN AND RIGHT",
72822  direction="on",
72823  linebreak="ai",
72824  unicodeslot=0x2554,
72825 },
72826 [0x2555]={
72827  category="so",
72828  cjkwd="a",
72829  description="BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE",
72830  direction="on",
72831  linebreak="ai",
72832  unicodeslot=0x2555,
72833 },
72834 [0x2556]={
72835  category="so",
72836  cjkwd="a",
72837  description="BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE",
72838  direction="on",
72839  linebreak="ai",
72840  unicodeslot=0x2556,
72841 },
72842 [0x2557]={
72843  category="so",
72844  cjkwd="a",
72845  description="BOX DRAWINGS DOUBLE DOWN AND LEFT",
72846  direction="on",
72847  linebreak="ai",
72848  unicodeslot=0x2557,
72849 },
72850 [0x2558]={
72851  category="so",
72852  cjkwd="a",
72853  description="BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE",
72854  direction="on",
72855  linebreak="ai",
72856  unicodeslot=0x2558,
72857 },
72858 [0x2559]={
72859  category="so",
72860  cjkwd="a",
72861  description="BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE",
72862  direction="on",
72863  linebreak="ai",
72864  unicodeslot=0x2559,
72865 },
72866 [0x255A]={
72867  category="so",
72868  cjkwd="a",
72869  description="BOX DRAWINGS DOUBLE UP AND RIGHT",
72870  direction="on",
72871  linebreak="ai",
72872  unicodeslot=0x255A,
72873 },
72874 [0x255B]={
72875  category="so",
72876  cjkwd="a",
72877  description="BOX DRAWINGS UP SINGLE AND LEFT DOUBLE",
72878  direction="on",
72879  linebreak="ai",
72880  unicodeslot=0x255B,
72881 },
72882 [0x255C]={
72883  category="so",
72884  cjkwd="a",
72885  description="BOX DRAWINGS UP DOUBLE AND LEFT SINGLE",
72886  direction="on",
72887  linebreak="ai",
72888  unicodeslot=0x255C,
72889 },
72890 [0x255D]={
72891  category="so",
72892  cjkwd="a",
72893  description="BOX DRAWINGS DOUBLE UP AND LEFT",
72894  direction="on",
72895  linebreak="ai",
72896  unicodeslot=0x255D,
72897 },
72898 [0x255E]={
72899  category="so",
72900  cjkwd="a",
72901  description="BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE",
72902  direction="on",
72903  linebreak="ai",
72904  unicodeslot=0x255E,
72905 },
72906 [0x255F]={
72907  category="so",
72908  cjkwd="a",
72909  description="BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE",
72910  direction="on",
72911  linebreak="ai",
72912  unicodeslot=0x255F,
72913 },
72914 [0x2560]={
72915  category="so",
72916  cjkwd="a",
72917  description="BOX DRAWINGS DOUBLE VERTICAL AND RIGHT",
72918  direction="on",
72919  linebreak="ai",
72920  unicodeslot=0x2560,
72921 },
72922 [0x2561]={
72923  category="so",
72924  cjkwd="a",
72925  description="BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE",
72926  direction="on",
72927  linebreak="ai",
72928  unicodeslot=0x2561,
72929 },
72930 [0x2562]={
72931  category="so",
72932  cjkwd="a",
72933  description="BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE",
72934  direction="on",
72935  linebreak="ai",
72936  unicodeslot=0x2562,
72937 },
72938 [0x2563]={
72939  category="so",
72940  cjkwd="a",
72941  description="BOX DRAWINGS DOUBLE VERTICAL AND LEFT",
72942  direction="on",
72943  linebreak="ai",
72944  unicodeslot=0x2563,
72945 },
72946 [0x2564]={
72947  category="so",
72948  cjkwd="a",
72949  description="BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE",
72950  direction="on",
72951  linebreak="ai",
72952  unicodeslot=0x2564,
72953 },
72954 [0x2565]={
72955  category="so",
72956  cjkwd="a",
72957  description="BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE",
72958  direction="on",
72959  linebreak="ai",
72960  unicodeslot=0x2565,
72961 },
72962 [0x2566]={
72963  category="so",
72964  cjkwd="a",
72965  description="BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL",
72966  direction="on",
72967  linebreak="ai",
72968  unicodeslot=0x2566,
72969 },
72970 [0x2567]={
72971  category="so",
72972  cjkwd="a",
72973  description="BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE",
72974  direction="on",
72975  linebreak="ai",
72976  unicodeslot=0x2567,
72977 },
72978 [0x2568]={
72979  category="so",
72980  cjkwd="a",
72981  description="BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE",
72982  direction="on",
72983  linebreak="ai",
72984  unicodeslot=0x2568,
72985 },
72986 [0x2569]={
72987  category="so",
72988  cjkwd="a",
72989  description="BOX DRAWINGS DOUBLE UP AND HORIZONTAL",
72990  direction="on",
72991  linebreak="ai",
72992  unicodeslot=0x2569,
72993 },
72994 [0x256A]={
72995  category="so",
72996  cjkwd="a",
72997  description="BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE",
72998  direction="on",
72999  linebreak="ai",
73000  unicodeslot=0x256A,
73001 },
73002 [0x256B]={
73003  category="so",
73004  cjkwd="a",
73005  description="BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE",
73006  direction="on",
73007  linebreak="ai",
73008  unicodeslot=0x256B,
73009 },
73010 [0x256C]={
73011  category="so",
73012  cjkwd="a",
73013  description="BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL",
73014  direction="on",
73015  linebreak="ai",
73016  unicodeslot=0x256C,
73017 },
73018 [0x256D]={
73019  category="so",
73020  cjkwd="a",
73021  description="BOX DRAWINGS LIGHT ARC DOWN AND RIGHT",
73022  direction="on",
73023  linebreak="ai",
73024  unicodeslot=0x256D,
73025 },
73026 [0x256E]={
73027  category="so",
73028  cjkwd="a",
73029  description="BOX DRAWINGS LIGHT ARC DOWN AND LEFT",
73030  direction="on",
73031  linebreak="ai",
73032  unicodeslot=0x256E,
73033 },
73034 [0x256F]={
73035  category="so",
73036  cjkwd="a",
73037  description="BOX DRAWINGS LIGHT ARC UP AND LEFT",
73038  direction="on",
73039  linebreak="ai",
73040  unicodeslot=0x256F,
73041 },
73042 [0x2570]={
73043  category="so",
73044  cjkwd="a",
73045  description="BOX DRAWINGS LIGHT ARC UP AND RIGHT",
73046  direction="on",
73047  linebreak="ai",
73048  unicodeslot=0x2570,
73049 },
73050 [0x2571]={
73051  category="so",
73052  cjkwd="a",
73053  description="BOX DRAWINGS LIGHT DIAGONAL UPPER RIGHT TO LOWER LEFT",
73054  direction="on",
73055  linebreak="ai",
73056  unicodeslot=0x2571,
73057 },
73058 [0x2572]={
73059  category="so",
73060  cjkwd="a",
73061  description="BOX DRAWINGS LIGHT DIAGONAL UPPER LEFT TO LOWER RIGHT",
73062  direction="on",
73063  linebreak="ai",
73064  unicodeslot=0x2572,
73065 },
73066 [0x2573]={
73067  category="so",
73068  cjkwd="a",
73069  description="BOX DRAWINGS LIGHT DIAGONAL CROSS",
73070  direction="on",
73071  linebreak="ai",
73072  unicodeslot=0x2573,
73073 },
73074 [0x2574]={
73075  category="so",
73076  description="BOX DRAWINGS LIGHT LEFT",
73077  direction="on",
73078  linebreak="ai",
73079  unicodeslot=0x2574,
73080 },
73081 [0x2575]={
73082  category="so",
73083  description="BOX DRAWINGS LIGHT UP",
73084  direction="on",
73085  linebreak="al",
73086  unicodeslot=0x2575,
73087 },
73088 [0x2576]={
73089  category="so",
73090  description="BOX DRAWINGS LIGHT RIGHT",
73091  direction="on",
73092  linebreak="al",
73093  unicodeslot=0x2576,
73094 },
73095 [0x2577]={
73096  category="so",
73097  description="BOX DRAWINGS LIGHT DOWN",
73098  direction="on",
73099  linebreak="al",
73100  unicodeslot=0x2577,
73101 },
73102 [0x2578]={
73103  category="so",
73104  description="BOX DRAWINGS HEAVY LEFT",
73105  direction="on",
73106  linebreak="al",
73107  unicodeslot=0x2578,
73108 },
73109 [0x2579]={
73110  category="so",
73111  description="BOX DRAWINGS HEAVY UP",
73112  direction="on",
73113  linebreak="al",
73114  unicodeslot=0x2579,
73115 },
73116 [0x257A]={
73117  category="so",
73118  description="BOX DRAWINGS HEAVY RIGHT",
73119  direction="on",
73120  linebreak="al",
73121  unicodeslot=0x257A,
73122 },
73123 [0x257B]={
73124  category="so",
73125  description="BOX DRAWINGS HEAVY DOWN",
73126  direction="on",
73127  linebreak="al",
73128  unicodeslot=0x257B,
73129 },
73130 [0x257C]={
73131  category="so",
73132  description="BOX DRAWINGS LIGHT LEFT AND HEAVY RIGHT",
73133  direction="on",
73134  linebreak="al",
73135  unicodeslot=0x257C,
73136 },
73137 [0x257D]={
73138  category="so",
73139  description="BOX DRAWINGS LIGHT UP AND HEAVY DOWN",
73140  direction="on",
73141  linebreak="al",
73142  unicodeslot=0x257D,
73143 },
73144 [0x257E]={
73145  category="so",
73146  description="BOX DRAWINGS HEAVY LEFT AND LIGHT RIGHT",
73147  direction="on",
73148  linebreak="al",
73149  unicodeslot=0x257E,
73150 },
73151 [0x257F]={
73152  category="so",
73153  description="BOX DRAWINGS HEAVY UP AND LIGHT DOWN",
73154  direction="on",
73155  linebreak="al",
73156  unicodeslot=0x257F,
73157 },
73158 [0x2580]={
73159  category="so",
73160  cjkwd="a",
73161  description="UPPER HALF BLOCK",
73162  direction="on",
73163  linebreak="ai",
73164  unicodeslot=0x2580,
73165 },
73166 [0x2581]={
73167  category="so",
73168  cjkwd="a",
73169  description="LOWER ONE EIGHTH BLOCK",
73170  direction="on",
73171  linebreak="ai",
73172  unicodeslot=0x2581,
73173 },
73174 [0x2582]={
73175  category="so",
73176  cjkwd="a",
73177  description="LOWER ONE QUARTER BLOCK",
73178  direction="on",
73179  linebreak="ai",
73180  unicodeslot=0x2582,
73181 },
73182 [0x2583]={
73183  category="so",
73184  cjkwd="a",
73185  description="LOWER THREE EIGHTHS BLOCK",
73186  direction="on",
73187  linebreak="ai",
73188  unicodeslot=0x2583,
73189 },
73190 [0x2584]={
73191  category="so",
73192  cjkwd="a",
73193  description="LOWER HALF BLOCK",
73194  direction="on",
73195  linebreak="ai",
73196  unicodeslot=0x2584,
73197 },
73198 [0x2585]={
73199  category="so",
73200  cjkwd="a",
73201  description="LOWER FIVE EIGHTHS BLOCK",
73202  direction="on",
73203  linebreak="ai",
73204  unicodeslot=0x2585,
73205 },
73206 [0x2586]={
73207  category="so",
73208  cjkwd="a",
73209  description="LOWER THREE QUARTERS BLOCK",
73210  direction="on",
73211  linebreak="ai",
73212  unicodeslot=0x2586,
73213 },
73214 [0x2587]={
73215  category="so",
73216  cjkwd="a",
73217  description="LOWER SEVEN EIGHTHS BLOCK",
73218  direction="on",
73219  linebreak="ai",
73220  unicodeslot=0x2587,
73221 },
73222 [0x2588]={
73223  category="so",
73224  cjkwd="a",
73225  description="FULL BLOCK",
73226  direction="on",
73227  linebreak="ai",
73228  synonyms={ "solid" },
73229  unicodeslot=0x2588,
73230 },
73231 [0x2589]={
73232  category="so",
73233  cjkwd="a",
73234  description="LEFT SEVEN EIGHTHS BLOCK",
73235  direction="on",
73236  linebreak="ai",
73237  unicodeslot=0x2589,
73238 },
73239 [0x258A]={
73240  category="so",
73241  cjkwd="a",
73242  description="LEFT THREE QUARTERS BLOCK",
73243  direction="on",
73244  linebreak="ai",
73245  unicodeslot=0x258A,
73246 },
73247 [0x258B]={
73248  category="so",
73249  cjkwd="a",
73250  description="LEFT FIVE EIGHTHS BLOCK",
73251  direction="on",
73252  linebreak="ai",
73253  unicodeslot=0x258B,
73254 },
73255 [0x258C]={
73256  category="so",
73257  cjkwd="a",
73258  description="LEFT HALF BLOCK",
73259  direction="on",
73260  linebreak="ai",
73261  unicodeslot=0x258C,
73262 },
73263 [0x258D]={
73264  category="so",
73265  cjkwd="a",
73266  description="LEFT THREE EIGHTHS BLOCK",
73267  direction="on",
73268  linebreak="ai",
73269  unicodeslot=0x258D,
73270 },
73271 [0x258E]={
73272  category="so",
73273  cjkwd="a",
73274  description="LEFT ONE QUARTER BLOCK",
73275  direction="on",
73276  linebreak="ai",
73277  unicodeslot=0x258E,
73278 },
73279 [0x258F]={
73280  category="so",
73281  cjkwd="a",
73282  description="LEFT ONE EIGHTH BLOCK",
73283  direction="on",
73284  linebreak="ai",
73285  unicodeslot=0x258F,
73286 },
73287 [0x2590]={
73288  category="so",
73289  description="RIGHT HALF BLOCK",
73290  direction="on",
73291  linebreak="al",
73292  unicodeslot=0x2590,
73293 },
73294 [0x2591]={
73295  category="so",
73296  description="LIGHT SHADE",
73297  direction="on",
73298  linebreak="al",
73299  unicodeslot=0x2591,
73300 },
73301 [0x2592]={
73302  category="so",
73303  cjkwd="a",
73304  description="MEDIUM SHADE",
73305  direction="on",
73306  linebreak="ai",
73307  unicodeslot=0x2592,
73308 },
73309 [0x2593]={
73310  category="so",
73311  cjkwd="a",
73312  description="DARK SHADE",
73313  direction="on",
73314  linebreak="ai",
73315  unicodeslot=0x2593,
73316 },
73317 [0x2594]={
73318  category="so",
73319  cjkwd="a",
73320  description="UPPER ONE EIGHTH BLOCK",
73321  direction="on",
73322  linebreak="ai",
73323  unicodeslot=0x2594,
73324 },
73325 [0x2595]={
73326  category="so",
73327  cjkwd="a",
73328  description="RIGHT ONE EIGHTH BLOCK",
73329  direction="on",
73330  linebreak="ai",
73331  unicodeslot=0x2595,
73332 },
73333 [0x2596]={
73334  category="so",
73335  description="QUADRANT LOWER LEFT",
73336  direction="on",
73337  linebreak="al",
73338  unicodeslot=0x2596,
73339 },
73340 [0x2597]={
73341  category="so",
73342  description="QUADRANT LOWER RIGHT",
73343  direction="on",
73344  linebreak="al",
73345  unicodeslot=0x2597,
73346 },
73347 [0x2598]={
73348  category="so",
73349  description="QUADRANT UPPER LEFT",
73350  direction="on",
73351  linebreak="al",
73352  unicodeslot=0x2598,
73353 },
73354 [0x2599]={
73355  category="so",
73356  description="QUADRANT UPPER LEFT AND LOWER LEFT AND LOWER RIGHT",
73357  direction="on",
73358  linebreak="al",
73359  unicodeslot=0x2599,
73360 },
73361 [0x259A]={
73362  category="so",
73363  description="QUADRANT UPPER LEFT AND LOWER RIGHT",
73364  direction="on",
73365  linebreak="al",
73366  unicodeslot=0x259A,
73367 },
73368 [0x259B]={
73369  category="so",
73370  description="QUADRANT UPPER LEFT AND UPPER RIGHT AND LOWER LEFT",
73371  direction="on",
73372  linebreak="al",
73373  unicodeslot=0x259B,
73374 },
73375 [0x259C]={
73376  category="so",
73377  description="QUADRANT UPPER LEFT AND UPPER RIGHT AND LOWER RIGHT",
73378  direction="on",
73379  linebreak="al",
73380  unicodeslot=0x259C,
73381 },
73382 [0x259D]={
73383  category="so",
73384  description="QUADRANT UPPER RIGHT",
73385  direction="on",
73386  linebreak="al",
73387  unicodeslot=0x259D,
73388 },
73389 [0x259E]={
73390  category="so",
73391  description="QUADRANT UPPER RIGHT AND LOWER LEFT",
73392  direction="on",
73393  linebreak="al",
73394  unicodeslot=0x259E,
73395 },
73396 [0x259F]={
73397  category="so",
73398  description="QUADRANT UPPER RIGHT AND LOWER LEFT AND LOWER RIGHT",
73399  direction="on",
73400  linebreak="al",
73401  unicodeslot=0x259F,
73402 },
73403 [0x25A0]={
73404  category="so",
73405  cjkwd="a",
73406  description="BLACK SQUARE",
73407  direction="on",
73408  linebreak="ai",
73409  mathclass="ordinary",
73410  mathgroup="whatever",
73411  mathmeaning="Q.E.D.",
73412  mathname="blacksquare",
73413  unicodeslot=0x25A0,
73414 },
73415 [0x25A1]={
73416  category="so",
73417  cjkwd="a",
73418  description="WHITE SQUARE",
73419  direction="on",
73420  linebreak="ai",
73421  mathgroup="whatever",
73422  mathmeaning="Q.E.D.",
73423  mathspec={
73424   {
73425    class="ordinary",
73426    name="square",
73427   },
73428   {
73429    class="ordinary",
73430    name="Box",
73431   },
73432  },
73433  synonyms={ "quadrature" },
73434  unicodeslot=0x25A1,
73435 },
73436 [0x25A2]={
73437  category="so",
73438  description="WHITE SQUARE WITH ROUNDED CORNERS",
73439  direction="on",
73440  linebreak="al",
73441  mathclass="ordinary",
73442  unicodeslot=0x25A2,
73443 },
73444 [0x25A3]={
73445  category="so",
73446  cjkwd="a",
73447  description="WHITE SQUARE CONTAINING BLACK SMALL SQUARE",
73448  direction="on",
73449  linebreak="ai",
73450  unicodeslot=0x25A3,
73451 },
73452 [0x25A4]={
73453  category="so",
73454  cjkwd="a",
73455  description="SQUARE WITH HORIZONTAL FILL",
73456  direction="on",
73457  linebreak="ai",
73458  unicodeslot=0x25A4,
73459 },
73460 [0x25A5]={
73461  category="so",
73462  cjkwd="a",
73463  description="SQUARE WITH VERTICAL FILL",
73464  direction="on",
73465  linebreak="ai",
73466  unicodeslot=0x25A5,
73467 },
73468 [0x25A6]={
73469  category="so",
73470  cjkwd="a",
73471  description="SQUARE WITH ORTHOGONAL CROSSHATCH FILL",
73472  direction="on",
73473  linebreak="ai",
73474  unicodeslot=0x25A6,
73475 },
73476 [0x25A7]={
73477  category="so",
73478  cjkwd="a",
73479  description="SQUARE WITH UPPER LEFT TO LOWER RIGHT FILL",
73480  direction="on",
73481  linebreak="ai",
73482  unicodeslot=0x25A7,
73483 },
73484 [0x25A8]={
73485  category="so",
73486  cjkwd="a",
73487  description="SQUARE WITH UPPER RIGHT TO LOWER LEFT FILL",
73488  direction="on",
73489  linebreak="ai",
73490  unicodeslot=0x25A8,
73491 },
73492 [0x25A9]={
73493  category="so",
73494  cjkwd="a",
73495  description="SQUARE WITH DIAGONAL CROSSHATCH FILL",
73496  direction="on",
73497  linebreak="ai",
73498  unicodeslot=0x25A9,
73499 },
73500 [0x25AA]={
73501  category="so",
73502  description="BLACK SMALL SQUARE",
73503  direction="on",
73504  linebreak="al",
73505  unicodeslot=0x25AA,
73506  variants=variants_emoji,
73507 },
73508 [0x25AB]={
73509  category="so",
73510  description="WHITE SMALL SQUARE",
73511  direction="on",
73512  linebreak="al",
73513  unicodeslot=0x25AB,
73514  variants=variants_emoji,
73515 },
73516 [0x25AC]={
73517  category="so",
73518  description="BLACK RECTANGLE",
73519  direction="on",
73520  linebreak="al",
73521  unicodeslot=0x25AC,
73522 },
73523 [0x25AD]={
73524  category="so",
73525  description="WHITE RECTANGLE",
73526  direction="on",
73527  linebreak="al",
73528  unicodeslot=0x25AD,
73529 },
73530 [0x25AE]={
73531  category="so",
73532  description="BLACK VERTICAL RECTANGLE",
73533  direction="on",
73534  linebreak="al",
73535  synonyms={ "histogram marker" },
73536  unicodeslot=0x25AE,
73537 },
73538 [0x25AF]={
73539  category="so",
73540  description="WHITE VERTICAL RECTANGLE",
73541  direction="on",
73542  linebreak="al",
73543  unicodeslot=0x25AF,
73544 },
73545 [0x25B0]={
73546  category="so",
73547  description="BLACK PARALLELOGRAM",
73548  direction="on",
73549  linebreak="al",
73550  unicodeslot=0x25B0,
73551 },
73552 [0x25B1]={
73553  category="so",
73554  description="WHITE PARALLELOGRAM",
73555  direction="on",
73556  linebreak="al",
73557  unicodeslot=0x25B1,
73558 },
73559 [0x25B2]={
73560  category="so",
73561  cjkwd="a",
73562  description="BLACK UP-POINTING TRIANGLE",
73563  direction="on",
73564  linebreak="ai",
73565  mathclass="binary",
73566  mathname="blacktriangle",
73567  unicodeslot=0x25B2,
73568 },
73569 [0x25B3]={
73570  category="so",
73571  cjkwd="a",
73572  description="WHITE UP-POINTING TRIANGLE",
73573  direction="on",
73574  linebreak="ai",
73575  mathspec={
73576   {
73577    class="ordinary",
73578    name="triangle",
73579   },
73580   {
73581    class="binary",
73582    name="bigtriangleup",
73583   },
73584  },
73585  synonyms={ "trine" },
73586  unicodeslot=0x25B3,
73587 },
73588 [0x25B4]={
73589  category="so",
73590  description="BLACK UP-POINTING SMALL TRIANGLE",
73591  direction="on",
73592  linebreak="al",
73593  unicodeslot=0x25B4,
73594 },
73595 [0x25B5]={
73596  category="so",
73597  description="WHITE UP-POINTING SMALL TRIANGLE",
73598  direction="on",
73599  linebreak="al",
73600  unicodeslot=0x25B5,
73601 },
73602 [0x25B6]={
73603  category="so",
73604  cjkwd="a",
73605  description="BLACK RIGHT-POINTING TRIANGLE",
73606  direction="on",
73607  linebreak="ai",
73608  mathclass="binary",
73609  mathname="blacktriangleright",
73610  unicodeslot=0x25B6,
73611  variants=variants_emoji,
73612 },
73613 [0x25B7]={
73614  category="sm",
73615  cjkwd="a",
73616  description="WHITE RIGHT-POINTING TRIANGLE",
73617  direction="on",
73618  linebreak="ai",
73619  mathclass="binary",
73620  mathname="triangleright",
73621  synonyms={ "range restriction" },
73622  unicodeslot=0x25B7,
73623 },
73624 [0x25B8]={
73625  category="so",
73626  description="BLACK RIGHT-POINTING SMALL TRIANGLE",
73627  direction="on",
73628  linebreak="al",
73629  unicodeslot=0x25B8,
73630 },
73631 [0x25B9]={
73632  category="so",
73633  description="WHITE RIGHT-POINTING SMALL TRIANGLE",
73634  direction="on",
73635  linebreak="al",
73636  unicodeslot=0x25B9,
73637 },
73638 [0x25BA]={
73639  category="so",
73640  description="BLACK RIGHT-POINTING POINTER",
73641  direction="on",
73642  linebreak="al",
73643  unicodeslot=0x25BA,
73644 },
73645 [0x25BB]={
73646  category="so",
73647  description="WHITE RIGHT-POINTING POINTER",
73648  direction="on",
73649  linebreak="al",
73650  synonyms={ "forward arrow indicator" },
73651  unicodeslot=0x25BB,
73652 },
73653 [0x25BC]={
73654  category="so",
73655  cjkwd="a",
73656  description="BLACK DOWN-POINTING TRIANGLE",
73657  direction="on",
73658  linebreak="ai",
73659  mathclass="binary",
73660  mathname="blacktriangledown",
73661  unicodeslot=0x25BC,
73662 },
73663 [0x25BD]={
73664  category="so",
73665  cjkwd="a",
73666  description="WHITE DOWN-POINTING TRIANGLE",
73667  direction="on",
73668  linebreak="ai",
73669  mathspec={
73670   {
73671    class="binary",
73672    name="triangledown",
73673   },
73674   {
73675    class="binary",
73676    name="bigtriangledown",
73677   },
73678  },
73679  synonyms={ "hamilton operator" },
73680  unicodeslot=0x25BD,
73681 },
73682 [0x25BE]={
73683  category="so",
73684  description="BLACK DOWN-POINTING SMALL TRIANGLE",
73685  direction="on",
73686  linebreak="al",
73687  unicodeslot=0x25BE,
73688 },
73689 [0x25BF]={
73690  category="so",
73691  description="WHITE DOWN-POINTING SMALL TRIANGLE",
73692  direction="on",
73693  linebreak="al",
73694  unicodeslot=0x25BF,
73695 },
73696 [0x25C0]={
73697  category="so",
73698  cjkwd="a",
73699  description="BLACK LEFT-POINTING TRIANGLE",
73700  direction="on",
73701  linebreak="ai",
73702  mathclass="binary",
73703  mathname="blacktriangleleft",
73704  unicodeslot=0x25C0,
73705  variants=variants_emoji,
73706 },
73707 [0x25C1]={
73708  category="sm",
73709  cjkwd="a",
73710  description="WHITE LEFT-POINTING TRIANGLE",
73711  direction="on",
73712  linebreak="ai",
73713  mathclass="binary",
73714  mathname="triangleleft",
73715  synonyms={ "domain restriction" },
73716  unicodeslot=0x25C1,
73717 },
73718 [0x25C2]={
73719  category="so",
73720  description="BLACK LEFT-POINTING SMALL TRIANGLE",
73721  direction="on",
73722  linebreak="al",
73723  unicodeslot=0x25C2,
73724 },
73725 [0x25C3]={
73726  category="so",
73727  description="WHITE LEFT-POINTING SMALL TRIANGLE",
73728  direction="on",
73729  linebreak="al",
73730  unicodeslot=0x25C3,
73731 },
73732 [0x25C4]={
73733  category="so",
73734  description="BLACK LEFT-POINTING POINTER",
73735  direction="on",
73736  linebreak="al",
73737  unicodeslot=0x25C4,
73738 },
73739 [0x25C5]={
73740  category="so",
73741  description="WHITE LEFT-POINTING POINTER",
73742  direction="on",
73743  linebreak="al",
73744  synonyms={ "backward arrow indicator" },
73745  unicodeslot=0x25C5,
73746 },
73747 [0x25C6]={
73748  category="so",
73749  cjkwd="a",
73750  description="BLACK DIAMOND",
73751  direction="on",
73752  linebreak="ai",
73753  unicodeslot=0x25C6,
73754 },
73755 [0x25C7]={
73756  category="so",
73757  cjkwd="a",
73758  description="WHITE DIAMOND",
73759  direction="on",
73760  linebreak="ai",
73761  unicodeslot=0x25C7,
73762 },
73763 [0x25C8]={
73764  category="so",
73765  cjkwd="a",
73766  description="WHITE DIAMOND CONTAINING BLACK SMALL DIAMOND",
73767  direction="on",
73768  linebreak="ai",
73769  unicodeslot=0x25C8,
73770 },
73771 [0x25C9]={
73772  category="so",
73773  description="FISHEYE",
73774  direction="on",
73775  linebreak="al",
73776  synonyms={ "tainome japanese bullet" },
73777  unicodeslot=0x25C9,
73778 },
73779 [0x25CA]={
73780  category="so",
73781  description="LOZENGE",
73782  direction="on",
73783  linebreak="al",
73784  mathclass="ordinary",
73785  mathname="lozenge",
73786  unicodeslot=0x25CA,
73787 },
73788 [0x25CB]={
73789  category="so",
73790  cjkwd="a",
73791  description="WHITE CIRCLE",
73792  direction="on",
73793  linebreak="ai",
73794  unicodeslot=0x25CB,
73795 },
73796 [0x25CC]={
73797  category="so",
73798  contextname="dottedcircle",
73799  description="DOTTED CIRCLE",
73800  direction="on",
73801  linebreak="al",
73802  mongolian="nj",
73803  unicodeslot=0x25CC,
73804 },
73805 [0x25CD]={
73806  category="so",
73807  description="CIRCLE WITH VERTICAL FILL",
73808  direction="on",
73809  linebreak="al",
73810  unicodeslot=0x25CD,
73811 },
73812 [0x25CE]={
73813  category="so",
73814  cjkwd="a",
73815  description="BULLSEYE",
73816  direction="on",
73817  linebreak="ai",
73818  unicodeslot=0x25CE,
73819 },
73820 [0x25CF]={
73821  category="so",
73822  cjkwd="a",
73823  description="BLACK CIRCLE",
73824  direction="on",
73825  linebreak="ai",
73826  unicodeslot=0x25CF,
73827 },
73828 [0x25D0]={
73829  category="so",
73830  cjkwd="a",
73831  description="CIRCLE WITH LEFT HALF BLACK",
73832  direction="on",
73833  linebreak="ai",
73834  unicodeslot=0x25D0,
73835 },
73836 [0x25D1]={
73837  category="so",
73838  cjkwd="a",
73839  description="CIRCLE WITH RIGHT HALF BLACK",
73840  direction="on",
73841  linebreak="ai",
73842  unicodeslot=0x25D1,
73843 },
73844 [0x25D2]={
73845  category="so",
73846  description="CIRCLE WITH LOWER HALF BLACK",
73847  direction="on",
73848  linebreak="al",
73849  unicodeslot=0x25D2,
73850 },
73851 [0x25D3]={
73852  category="so",
73853  description="CIRCLE WITH UPPER HALF BLACK",
73854  direction="on",
73855  linebreak="al",
73856  unicodeslot=0x25D3,
73857 },
73858 [0x25D4]={
73859  category="so",
73860  description="CIRCLE WITH UPPER RIGHT QUADRANT BLACK",
73861  direction="on",
73862  linebreak="al",
73863  unicodeslot=0x25D4,
73864 },
73865 [0x25D5]={
73866  category="so",
73867  description="CIRCLE WITH ALL BUT UPPER LEFT QUADRANT BLACK",
73868  direction="on",
73869  linebreak="al",
73870  unicodeslot=0x25D5,
73871 },
73872 [0x25D6]={
73873  category="so",
73874  description="LEFT HALF BLACK CIRCLE",
73875  direction="on",
73876  linebreak="al",
73877  unicodeslot=0x25D6,
73878 },
73879 [0x25D7]={
73880  category="so",
73881  description="RIGHT HALF BLACK CIRCLE",
73882  direction="on",
73883  linebreak="al",
73884  unicodeslot=0x25D7,
73885 },
73886 [0x25D8]={
73887  category="so",
73888  description="INVERSE BULLET",
73889  direction="on",
73890  linebreak="al",
73891  unicodeslot=0x25D8,
73892 },
73893 [0x25D9]={
73894  category="so",
73895  description="INVERSE WHITE CIRCLE",
73896  direction="on",
73897  linebreak="al",
73898  unicodeslot=0x25D9,
73899 },
73900 [0x25DA]={
73901  category="so",
73902  description="UPPER HALF INVERSE WHITE CIRCLE",
73903  direction="on",
73904  linebreak="al",
73905  unicodeslot=0x25DA,
73906 },
73907 [0x25DB]={
73908  category="so",
73909  description="LOWER HALF INVERSE WHITE CIRCLE",
73910  direction="on",
73911  linebreak="al",
73912  unicodeslot=0x25DB,
73913 },
73914 [0x25DC]={
73915  category="so",
73916  description="UPPER LEFT QUADRANT CIRCULAR ARC",
73917  direction="on",
73918  linebreak="al",
73919  unicodeslot=0x25DC,
73920 },
73921 [0x25DD]={
73922  category="so",
73923  description="UPPER RIGHT QUADRANT CIRCULAR ARC",
73924  direction="on",
73925  linebreak="al",
73926  unicodeslot=0x25DD,
73927 },
73928 [0x25DE]={
73929  category="so",
73930  description="LOWER RIGHT QUADRANT CIRCULAR ARC",
73931  direction="on",
73932  linebreak="al",
73933  unicodeslot=0x25DE,
73934 },
73935 [0x25DF]={
73936  category="so",
73937  description="LOWER LEFT QUADRANT CIRCULAR ARC",
73938  direction="on",
73939  linebreak="al",
73940  unicodeslot=0x25DF,
73941 },
73942 [0x25E0]={
73943  category="so",
73944  description="UPPER HALF CIRCLE",
73945  direction="on",
73946  linebreak="al",
73947  unicodeslot=0x25E0,
73948 },
73949 [0x25E1]={
73950  category="so",
73951  description="LOWER HALF CIRCLE",
73952  direction="on",
73953  linebreak="al",
73954  unicodeslot=0x25E1,
73955 },
73956 [0x25E2]={
73957  category="so",
73958  cjkwd="a",
73959  description="BLACK LOWER RIGHT TRIANGLE",
73960  direction="on",
73961  linebreak="ai",
73962  unicodeslot=0x25E2,
73963 },
73964 [0x25E3]={
73965  category="so",
73966  cjkwd="a",
73967  description="BLACK LOWER LEFT TRIANGLE",
73968  direction="on",
73969  linebreak="ai",
73970  unicodeslot=0x25E3,
73971 },
73972 [0x25E4]={
73973  category="so",
73974  cjkwd="a",
73975  description="BLACK UPPER LEFT TRIANGLE",
73976  direction="on",
73977  linebreak="ai",
73978  unicodeslot=0x25E4,
73979 },
73980 [0x25E5]={
73981  category="so",
73982  cjkwd="a",
73983  description="BLACK UPPER RIGHT TRIANGLE",
73984  direction="on",
73985  linebreak="ai",
73986  unicodeslot=0x25E5,
73987 },
73988 [0x25E6]={
73989  category="so",
73990  description="WHITE BULLET",
73991  direction="on",
73992  linebreak="al",
73993  unicodeslot=0x25E6,
73994 },
73995 [0x25E7]={
73996  category="so",
73997  description="SQUARE WITH LEFT HALF BLACK",
73998  direction="on",
73999  linebreak="al",
74000  unicodeslot=0x25E7,
74001 },
74002 [0x25E8]={
74003  category="so",
74004  description="SQUARE WITH RIGHT HALF BLACK",
74005  direction="on",
74006  linebreak="al",
74007  unicodeslot=0x25E8,
74008 },
74009 [0x25E9]={
74010  category="so",
74011  description="SQUARE WITH UPPER LEFT DIAGONAL HALF BLACK",
74012  direction="on",
74013  linebreak="al",
74014  unicodeslot=0x25E9,
74015 },
74016 [0x25EA]={
74017  category="so",
74018  description="SQUARE WITH LOWER RIGHT DIAGONAL HALF BLACK",
74019  direction="on",
74020  linebreak="al",
74021  unicodeslot=0x25EA,
74022 },
74023 [0x25EB]={
74024  category="so",
74025  description="WHITE SQUARE WITH VERTICAL BISECTING LINE",
74026  direction="on",
74027  linebreak="al",
74028  unicodeslot=0x25EB,
74029 },
74030 [0x25EC]={
74031  category="so",
74032  description="WHITE UP-POINTING TRIANGLE WITH DOT",
74033  direction="on",
74034  linebreak="al",
74035  unicodeslot=0x25EC,
74036 },
74037 [0x25ED]={
74038  category="so",
74039  description="UP-POINTING TRIANGLE WITH LEFT HALF BLACK",
74040  direction="on",
74041  linebreak="al",
74042  unicodeslot=0x25ED,
74043 },
74044 [0x25EE]={
74045  category="so",
74046  description="UP-POINTING TRIANGLE WITH RIGHT HALF BLACK",
74047  direction="on",
74048  linebreak="al",
74049  unicodeslot=0x25EE,
74050 },
74051 [0x25EF]={
74052  category="so",
74053  cjkwd="a",
74054  description="LARGE CIRCLE",
74055  direction="on",
74056  linebreak="ai",
74057  mathclass="binary",
74058  mathname="bigcirc",
74059  unicodeslot=0x25EF,
74060 },
74061 [0x25F0]={
74062  category="so",
74063  description="WHITE SQUARE WITH UPPER LEFT QUADRANT",
74064  direction="on",
74065  linebreak="al",
74066  unicodeslot=0x25F0,
74067 },
74068 [0x25F1]={
74069  category="so",
74070  description="WHITE SQUARE WITH LOWER LEFT QUADRANT",
74071  direction="on",
74072  linebreak="al",
74073  unicodeslot=0x25F1,
74074 },
74075 [0x25F2]={
74076  category="so",
74077  description="WHITE SQUARE WITH LOWER RIGHT QUADRANT",
74078  direction="on",
74079  linebreak="al",
74080  unicodeslot=0x25F2,
74081 },
74082 [0x25F3]={
74083  category="so",
74084  description="WHITE SQUARE WITH UPPER RIGHT QUADRANT",
74085  direction="on",
74086  linebreak="al",
74087  unicodeslot=0x25F3,
74088 },
74089 [0x25F4]={
74090  category="so",
74091  description="WHITE CIRCLE WITH UPPER LEFT QUADRANT",
74092  direction="on",
74093  linebreak="al",
74094  unicodeslot=0x25F4,
74095 },
74096 [0x25F5]={
74097  category="so",
74098  description="WHITE CIRCLE WITH LOWER LEFT QUADRANT",
74099  direction="on",
74100  linebreak="al",
74101  unicodeslot=0x25F5,
74102 },
74103 [0x25F6]={
74104  category="so",
74105  description="WHITE CIRCLE WITH LOWER RIGHT QUADRANT",
74106  direction="on",
74107  linebreak="al",
74108  unicodeslot=0x25F6,
74109 },
74110 [0x25F7]={
74111  category="so",
74112  description="WHITE CIRCLE WITH UPPER RIGHT QUADRANT",
74113  direction="on",
74114  linebreak="al",
74115  unicodeslot=0x25F7,
74116 },
74117 [0x25F8]={
74118  category="sm",
74119  description="UPPER LEFT TRIANGLE",
74120  direction="on",
74121  linebreak="al",
74122  unicodeslot=0x25F8,
74123 },
74124 [0x25F9]={
74125  category="sm",
74126  description="UPPER RIGHT TRIANGLE",
74127  direction="on",
74128  linebreak="al",
74129  unicodeslot=0x25F9,
74130 },
74131 [0x25FA]={
74132  category="sm",
74133  description="LOWER LEFT TRIANGLE",
74134  direction="on",
74135  linebreak="al",
74136  unicodeslot=0x25FA,
74137 },
74138 [0x25FB]={
74139  category="sm",
74140  description="WHITE MEDIUM SQUARE",
74141  direction="on",
74142  linebreak="al",
74143  synonyms={ "always" },
74144  unicodeslot=0x25FB,
74145  variants=variants_emoji,
74146 },
74147 [0x25FC]={
74148  category="sm",
74149  description="BLACK MEDIUM SQUARE",
74150  direction="on",
74151  linebreak="al",
74152  unicodeslot=0x25FC,
74153  variants=variants_emoji,
74154 },
74155 [0x25FD]={
74156  category="sm",
74157  cjkwd="w",
74158  description="WHITE MEDIUM SMALL SQUARE",
74159  direction="on",
74160  linebreak="al",
74161  unicodeslot=0x25FD,
74162  variants=variants_emoji,
74163 },
74164 [0x25FE]={
74165  category="sm",
74166  cjkwd="w",
74167  description="BLACK MEDIUM SMALL SQUARE",
74168  direction="on",
74169  linebreak="al",
74170  unicodeslot=0x25FE,
74171  variants=variants_emoji,
74172 },
74173 [0x25FF]={
74174  category="sm",
74175  description="LOWER RIGHT TRIANGLE",
74176  direction="on",
74177  linebreak="al",
74178  unicodeslot=0x25FF,
74179 },
74180 [0x2600]={
74181  category="so",
74182  description="BLACK SUN WITH RAYS",
74183  direction="on",
74184  linebreak="id",
74185  synonyms={ "clear weather" },
74186  unicodeslot=0x2600,
74187  variants=variants_emoji,
74188 },
74189 [0x2601]={
74190  category="so",
74191  description="CLOUD",
74192  direction="on",
74193  linebreak="id",
74194  synonyms={ "cloudy weather" },
74195  unicodeslot=0x2601,
74196  variants=variants_emoji,
74197 },
74198 [0x2602]={
74199  category="so",
74200  description="UMBRELLA",
74201  direction="on",
74202  linebreak="id",
74203  synonyms={ "rainy weather" },
74204  unicodeslot=0x2602,
74205  variants=variants_emoji,
74206 },
74207 [0x2603]={
74208  category="so",
74209  description="SNOWMAN",
74210  direction="on",
74211  linebreak="id",
74212  synonyms={ "snowy weather" },
74213  unicodeslot=0x2603,
74214  variants=variants_emoji,
74215 },
74216 [0x2604]={
74217  category="so",
74218  description="COMET",
74219  direction="on",
74220  linebreak="al",
74221  unicodeslot=0x2604,
74222  variants=variants_emoji,
74223 },
74224 [0x2605]={
74225  category="so",
74226  cjkwd="a",
74227  description="BLACK STAR",
74228  direction="on",
74229  linebreak="ai",
74230  mathclass="ordinary",
74231  mathname="bigstar",
74232  unicodeslot=0x2605,
74233 },
74234 [0x2606]={
74235  category="so",
74236  cjkwd="a",
74237  description="WHITE STAR",
74238  direction="on",
74239  linebreak="ai",
74240  unicodeslot=0x2606,
74241 },
74242 [0x2607]={
74243  category="so",
74244  description="LIGHTNING",
74245  direction="on",
74246  linebreak="al",
74247  unicodeslot=0x2607,
74248 },
74249 [0x2608]={
74250  category="so",
74251  description="THUNDERSTORM",
74252  direction="on",
74253  linebreak="al",
74254  unicodeslot=0x2608,
74255 },
74256 [0x2609]={
74257  category="so",
74258  cjkwd="a",
74259  description="SUN",
74260  direction="on",
74261  linebreak="ai",
74262  unicodeslot=0x2609,
74263 },
74264 [0x260A]={
74265  category="so",
74266  description="ASCENDING NODE",
74267  direction="on",
74268  linebreak="al",
74269  unicodeslot=0x260A,
74270 },
74271 [0x260B]={
74272  category="so",
74273  description="DESCENDING NODE",
74274  direction="on",
74275  linebreak="al",
74276  unicodeslot=0x260B,
74277 },
74278 [0x260C]={
74279  category="so",
74280  description="CONJUNCTION",
74281  direction="on",
74282  linebreak="al",
74283  unicodeslot=0x260C,
74284 },
74285 [0x260D]={
74286  category="so",
74287  description="OPPOSITION",
74288  direction="on",
74289  linebreak="al",
74290  unicodeslot=0x260D,
74291 },
74292 [0x260E]={
74293  category="so",
74294  cjkwd="a",
74295  description="BLACK TELEPHONE",
74296  direction="on",
74297  linebreak="ai",
74298  unicodeslot=0x260E,
74299  variants=variants_emoji,
74300 },
74301 [0x260F]={
74302  category="so",
74303  cjkwd="a",
74304  description="WHITE TELEPHONE",
74305  direction="on",
74306  linebreak="ai",
74307  unicodeslot=0x260F,
74308 },
74309 [0x2610]={
74310  category="so",
74311  description="BALLOT BOX",
74312  direction="on",
74313  linebreak="al",
74314  unicodeslot=0x2610,
74315 },
74316 [0x2611]={
74317  category="so",
74318  description="BALLOT BOX WITH CHECK",
74319  direction="on",
74320  linebreak="al",
74321  unicodeslot=0x2611,
74322  variants=variants_emoji,
74323 },
74324 [0x2612]={
74325  category="so",
74326  description="BALLOT BOX WITH X",
74327  direction="on",
74328  linebreak="al",
74329  unicodeslot=0x2612,
74330 },
74331 [0x2613]={
74332  category="so",
74333  description="SALTIRE",
74334  direction="on",
74335  linebreak="al",
74336  synonyms={ "st. andrew's cross" },
74337  unicodeslot=0x2613,
74338 },
74339 [0x2614]={
74340  category="so",
74341  cjkwd="w",
74342  description="UMBRELLA WITH RAIN DROPS",
74343  direction="on",
74344  linebreak="id",
74345  synonyms={ "showery weather" },
74346  unicodeslot=0x2614,
74347  variants=variants_emoji,
74348 },
74349 [0x2615]={
74350  category="so",
74351  cjkwd="w",
74352  description="HOT BEVERAGE",
74353  direction="on",
74354  linebreak="id",
74355  synonyms={ "cup of coffee", "cup of tea" },
74356  unicodeslot=0x2615,
74357  variants=variants_emoji,
74358 },
74359 [0x2616]={
74360  category="so",
74361  description="WHITE SHOGI PIECE",
74362  direction="on",
74363  linebreak="ai",
74364  unicodeslot=0x2616,
74365 },
74366 [0x2617]={
74367  category="so",
74368  description="BLACK SHOGI PIECE",
74369  direction="on",
74370  linebreak="ai",
74371  unicodeslot=0x2617,
74372 },
74373 [0x2618]={
74374  category="so",
74375  description="SHAMROCK",
74376  direction="on",
74377  linebreak="id",
74378  unicodeslot=0x2618,
74379  variants=variants_emoji,
74380 },
74381 [0x2619]={
74382  category="so",
74383  description="REVERSED ROTATED FLORAL HEART BULLET",
74384  direction="on",
74385  linebreak="al",
74386  unicodeslot=0x2619,
74387 },
74388 [0x261A]={
74389  category="so",
74390  description="BLACK LEFT POINTING INDEX",
74391  direction="on",
74392  linebreak="id",
74393  unicodeslot=0x261A,
74394 },
74395 [0x261B]={
74396  category="so",
74397  description="BLACK RIGHT POINTING INDEX",
74398  direction="on",
74399  linebreak="id",
74400  unicodeslot=0x261B,
74401 },
74402 [0x261C]={
74403  category="so",
74404  cjkwd="a",
74405  description="WHITE LEFT POINTING INDEX",
74406  direction="on",
74407  linebreak="id",
74408  unicodeslot=0x261C,
74409 },
74410 [0x261D]={
74411  category="so",
74412  description="WHITE UP POINTING INDEX",
74413  direction="on",
74414  linebreak="eb",
74415  unicodeslot=0x261D,
74416  variants=variants_emoji,
74417 },
74418 [0x261E]={
74419  category="so",
74420  cjkwd="a",
74421  description="WHITE RIGHT POINTING INDEX",
74422  direction="on",
74423  linebreak="id",
74424  synonyms={ "fist" },
74425  unicodeslot=0x261E,
74426 },
74427 [0x261F]={
74428  category="so",
74429  description="WHITE DOWN POINTING INDEX",
74430  direction="on",
74431  linebreak="id",
74432  unicodeslot=0x261F,
74433 },
74434 [0x2620]={
74435  category="so",
74436  description="SKULL AND CROSSBONES",
74437  direction="on",
74438  linebreak="al",
74439  synonyms={ "jolly roger", "poison" },
74440  unicodeslot=0x2620,
74441  variants=variants_emoji,
74442 },
74443 [0x2621]={
74444  category="so",
74445  description="CAUTION SIGN",
74446  direction="on",
74447  linebreak="al",
74448  unicodeslot=0x2621,
74449 },
74450 [0x2622]={
74451  category="so",
74452  description="RADIOACTIVE SIGN",
74453  direction="on",
74454  linebreak="al",
74455  unicodeslot=0x2622,
74456  variants=variants_emoji,
74457 },
74458 [0x2623]={
74459  category="so",
74460  description="BIOHAZARD SIGN",
74461  direction="on",
74462  linebreak="al",
74463  unicodeslot=0x2623,
74464  variants=variants_emoji,
74465 },
74466 [0x2624]={
74467  category="so",
74468  description="CADUCEUS",
74469  direction="on",
74470  linebreak="al",
74471  unicodeslot=0x2624,
74472 },
74473 [0x2625]={
74474  category="so",
74475  description="ANKH",
74476  direction="on",
74477  linebreak="al",
74478  unicodeslot=0x2625,
74479 },
74480 [0x2626]={
74481  category="so",
74482  description="ORTHODOX CROSS",
74483  direction="on",
74484  linebreak="al",
74485  unicodeslot=0x2626,
74486  variants=variants_emoji,
74487 },
74488 [0x2627]={
74489  category="so",
74490  description="CHI RHO",
74491  direction="on",
74492  linebreak="al",
74493  synonyms={ "christogram", "constantine's cross" },
74494  unicodeslot=0x2627,
74495 },
74496 [0x2628]={
74497  category="so",
74498  description="CROSS OF LORRAINE",
74499  direction="on",
74500  linebreak="al",
74501  unicodeslot=0x2628,
74502 },
74503 [0x2629]={
74504  category="so",
74505  description="CROSS OF JERUSALEM",
74506  direction="on",
74507  linebreak="al",
74508  unicodeslot=0x2629,
74509 },
74510 [0x262A]={
74511  category="so",
74512  description="STAR AND CRESCENT",
74513  direction="on",
74514  linebreak="al",
74515  unicodeslot=0x262A,
74516  variants=variants_emoji,
74517 },
74518 [0x262B]={
74519  category="so",
74520  description="FARSI SYMBOL",
74521  direction="on",
74522  linebreak="al",
74523  unicodeslot=0x262B,
74524 },
74525 [0x262C]={
74526  category="so",
74527  description="ADI SHAKTI",
74528  direction="on",
74529  linebreak="al",
74530  synonyms={ "gurmukhi khanda" },
74531  unicodeslot=0x262C,
74532 },
74533 [0x262D]={
74534  category="so",
74535  description="HAMMER AND SICKLE",
74536  direction="on",
74537  linebreak="al",
74538  unicodeslot=0x262D,
74539 },
74540 [0x262E]={
74541  category="so",
74542  description="PEACE SYMBOL",
74543  direction="on",
74544  linebreak="al",
74545  unicodeslot=0x262E,
74546  variants=variants_emoji,
74547 },
74548 [0x262F]={
74549  category="so",
74550  description="YIN YANG",
74551  direction="on",
74552  linebreak="al",
74553  unicodeslot=0x262F,
74554  variants=variants_emoji,
74555 },
74556 [0x2630]={
74557  category="so",
74558  cjkwd="w",
74559  description="TRIGRAM FOR HEAVEN",
74560  direction="on",
74561  linebreak="al",
74562  unicodeslot=0x2630,
74563 },
74564 [0x2631]={
74565  category="so",
74566  cjkwd="w",
74567  description="TRIGRAM FOR LAKE",
74568  direction="on",
74569  linebreak="al",
74570  unicodeslot=0x2631,
74571 },
74572 [0x2632]={
74573  category="so",
74574  cjkwd="w",
74575  description="TRIGRAM FOR FIRE",
74576  direction="on",
74577  linebreak="al",
74578  unicodeslot=0x2632,
74579 },
74580 [0x2633]={
74581  category="so",
74582  cjkwd="w",
74583  description="TRIGRAM FOR THUNDER",
74584  direction="on",
74585  linebreak="al",
74586  unicodeslot=0x2633,
74587 },
74588 [0x2634]={
74589  category="so",
74590  cjkwd="w",
74591  description="TRIGRAM FOR WIND",
74592  direction="on",
74593  linebreak="al",
74594  unicodeslot=0x2634,
74595 },
74596 [0x2635]={
74597  category="so",
74598  cjkwd="w",
74599  description="TRIGRAM FOR WATER",
74600  direction="on",
74601  linebreak="al",
74602  unicodeslot=0x2635,
74603 },
74604 [0x2636]={
74605  category="so",
74606  cjkwd="w",
74607  description="TRIGRAM FOR MOUNTAIN",
74608  direction="on",
74609  linebreak="al",
74610  unicodeslot=0x2636,
74611 },
74612 [0x2637]={
74613  category="so",
74614  cjkwd="w",
74615  description="TRIGRAM FOR EARTH",
74616  direction="on",
74617  linebreak="al",
74618  unicodeslot=0x2637,
74619 },
74620 [0x2638]={
74621  category="so",
74622  description="WHEEL OF DHARMA",
74623  direction="on",
74624  linebreak="al",
74625  unicodeslot=0x2638,
74626  variants=variants_emoji,
74627 },
74628 [0x2639]={
74629  category="so",
74630  description="WHITE FROWNING FACE",
74631  direction="on",
74632  linebreak="id",
74633  unicodeslot=0x2639,
74634  variants=variants_emoji,
74635 },
74636 [0x263A]={
74637  category="so",
74638  description="WHITE SMILING FACE",
74639  direction="on",
74640  linebreak="id",
74641  synonyms={ "have a nice day!" },
74642  unicodeslot=0x263A,
74643  variants=variants_emoji,
74644 },
74645 [0x263B]={
74646  category="so",
74647  description="BLACK SMILING FACE",
74648  direction="on",
74649  linebreak="id",
74650  unicodeslot=0x263B,
74651 },
74652 [0x263C]={
74653  category="so",
74654  description="WHITE SUN WITH RAYS",
74655  direction="on",
74656  linebreak="al",
74657  synonyms={ "compass" },
74658  unicodeslot=0x263C,
74659 },
74660 [0x263D]={
74661  category="so",
74662  description="FIRST QUARTER MOON",
74663  direction="on",
74664  linebreak="al",
74665  unicodeslot=0x263D,
74666 },
74667 [0x263E]={
74668  category="so",
74669  description="LAST QUARTER MOON",
74670  direction="on",
74671  linebreak="al",
74672  unicodeslot=0x263E,
74673 },
74674 [0x263F]={
74675  category="so",
74676  description="MERCURY",
74677  direction="on",
74678  linebreak="al",
74679  unicodeslot=0x263F,
74680 },
74681 [0x2640]={
74682  category="so",
74683  cjkwd="a",
74684  description="FEMALE SIGN",
74685  direction="on",
74686  linebreak="ai",
74687  synonyms={ "venus" },
74688  unicodeslot=0x2640,
74689 },
74690 [0x2641]={
74691  category="so",
74692  description="EARTH",
74693  direction="on",
74694  linebreak="al",
74695  unicodeslot=0x2641,
74696 },
74697 [0x2642]={
74698  category="so",
74699  cjkwd="a",
74700  description="MALE SIGN",
74701  direction="on",
74702  linebreak="ai",
74703  synonyms={ "mars" },
74704  unicodeslot=0x2642,
74705 },
74706 [0x2643]={
74707  category="so",
74708  description="JUPITER",
74709  direction="on",
74710  linebreak="al",
74711  unicodeslot=0x2643,
74712 },
74713 [0x2644]={
74714  category="so",
74715  description="SATURN",
74716  direction="on",
74717  linebreak="al",
74718  unicodeslot=0x2644,
74719 },
74720 [0x2645]={
74721  category="so",
74722  description="URANUS",
74723  direction="on",
74724  linebreak="al",
74725  unicodeslot=0x2645,
74726 },
74727 [0x2646]={
74728  category="so",
74729  description="NEPTUNE",
74730  direction="on",
74731  linebreak="al",
74732  unicodeslot=0x2646,
74733 },
74734 [0x2647]={
74735  category="so",
74736  description="PLUTO",
74737  direction="on",
74738  linebreak="al",
74739  unicodeslot=0x2647,
74740 },
74741 [0x2648]={
74742  category="so",
74743  cjkwd="w",
74744  description="ARIES",
74745  direction="on",
74746  linebreak="al",
74747  unicodeslot=0x2648,
74748  variants=variants_emoji,
74749 },
74750 [0x2649]={
74751  category="so",
74752  cjkwd="w",
74753  description="TAURUS",
74754  direction="on",
74755  linebreak="al",
74756  unicodeslot=0x2649,
74757  variants=variants_emoji,
74758 },
74759 [0x264A]={
74760  category="so",
74761  cjkwd="w",
74762  description="GEMINI",
74763  direction="on",
74764  linebreak="al",
74765  unicodeslot=0x264A,
74766  variants=variants_emoji,
74767 },
74768 [0x264B]={
74769  category="so",
74770  cjkwd="w",
74771  description="CANCER",
74772  direction="on",
74773  linebreak="al",
74774  unicodeslot=0x264B,
74775  variants=variants_emoji,
74776 },
74777 [0x264C]={
74778  category="so",
74779  cjkwd="w",
74780  description="LEO",
74781  direction="on",
74782  linebreak="al",
74783  unicodeslot=0x264C,
74784  variants=variants_emoji,
74785 },
74786 [0x264D]={
74787  category="so",
74788  cjkwd="w",
74789  description="VIRGO",
74790  direction="on",
74791  linebreak="al",
74792  synonyms={ "minim alternate glyph" },
74793  unicodeslot=0x264D,
74794  variants=variants_emoji,
74795 },
74796 [0x264E]={
74797  category="so",
74798  cjkwd="w",
74799  description="LIBRA",
74800  direction="on",
74801  linebreak="al",
74802  unicodeslot=0x264E,
74803  variants=variants_emoji,
74804 },
74805 [0x264F]={
74806  category="so",
74807  cjkwd="w",
74808  description="SCORPIUS",
74809  direction="on",
74810  linebreak="al",
74811  synonyms={ "drop", "minim" },
74812  unicodeslot=0x264F,
74813  variants=variants_emoji,
74814 },
74815 [0x2650]={
74816  category="so",
74817  cjkwd="w",
74818  description="SAGITTARIUS",
74819  direction="on",
74820  linebreak="al",
74821  unicodeslot=0x2650,
74822  variants=variants_emoji,
74823 },
74824 [0x2651]={
74825  category="so",
74826  cjkwd="w",
74827  description="CAPRICORN",
74828  direction="on",
74829  linebreak="al",
74830  unicodeslot=0x2651,
74831  variants=variants_emoji,
74832 },
74833 [0x2652]={
74834  category="so",
74835  cjkwd="w",
74836  description="AQUARIUS",
74837  direction="on",
74838  linebreak="al",
74839  unicodeslot=0x2652,
74840  variants=variants_emoji,
74841 },
74842 [0x2653]={
74843  category="so",
74844  cjkwd="w",
74845  description="PISCES",
74846  direction="on",
74847  linebreak="al",
74848  unicodeslot=0x2653,
74849  variants=variants_emoji,
74850 },
74851 [0x2654]={
74852  category="so",
74853  description="WHITE CHESS KING",
74854  direction="on",
74855  linebreak="al",
74856  unicodeslot=0x2654,
74857 },
74858 [0x2655]={
74859  category="so",
74860  description="WHITE CHESS QUEEN",
74861  direction="on",
74862  linebreak="al",
74863  unicodeslot=0x2655,
74864 },
74865 [0x2656]={
74866  category="so",
74867  description="WHITE CHESS ROOK",
74868  direction="on",
74869  linebreak="al",
74870  unicodeslot=0x2656,
74871 },
74872 [0x2657]={
74873  category="so",
74874  description="WHITE CHESS BISHOP",
74875  direction="on",
74876  linebreak="al",
74877  unicodeslot=0x2657,
74878 },
74879 [0x2658]={
74880  category="so",
74881  description="WHITE CHESS KNIGHT",
74882  direction="on",
74883  linebreak="al",
74884  unicodeslot=0x2658,
74885 },
74886 [0x2659]={
74887  category="so",
74888  description="WHITE CHESS PAWN",
74889  direction="on",
74890  linebreak="al",
74891  unicodeslot=0x2659,
74892 },
74893 [0x265A]={
74894  category="so",
74895  description="BLACK CHESS KING",
74896  direction="on",
74897  linebreak="al",
74898  unicodeslot=0x265A,
74899 },
74900 [0x265B]={
74901  category="so",
74902  description="BLACK CHESS QUEEN",
74903  direction="on",
74904  linebreak="al",
74905  unicodeslot=0x265B,
74906 },
74907 [0x265C]={
74908  category="so",
74909  description="BLACK CHESS ROOK",
74910  direction="on",
74911  linebreak="al",
74912  unicodeslot=0x265C,
74913 },
74914 [0x265D]={
74915  category="so",
74916  description="BLACK CHESS BISHOP",
74917  direction="on",
74918  linebreak="al",
74919  unicodeslot=0x265D,
74920 },
74921 [0x265E]={
74922  category="so",
74923  description="BLACK CHESS KNIGHT",
74924  direction="on",
74925  linebreak="al",
74926  unicodeslot=0x265E,
74927 },
74928 [0x265F]={
74929  category="so",
74930  description="BLACK CHESS PAWN",
74931  direction="on",
74932  linebreak="al",
74933  unicodeslot=0x265F,
74934 },
74935 [0x2660]={
74936  category="so",
74937  cjkwd="a",
74938  description="BLACK SPADE SUIT",
74939  direction="on",
74940  linebreak="ai",
74941  mathclass="ordinary",
74942  mathname="spadesuit",
74943  unicodeslot=0x2660,
74944  variants=variants_emoji,
74945 },
74946 [0x2661]={
74947  category="so",
74948  cjkwd="a",
74949  description="WHITE HEART SUIT",
74950  direction="on",
74951  linebreak="ai",
74952  mathclass="ordinary",
74953  mathname="heartsuit",
74954  unicodeslot=0x2661,
74955 },
74956 [0x2662]={
74957  category="so",
74958  description="WHITE DIAMOND SUIT",
74959  direction="on",
74960  linebreak="al",
74961  mathclass="ordinary",
74962  mathname="diamondsuit",
74963  unicodeslot=0x2662,
74964 },
74965 [0x2663]={
74966  category="so",
74967  cjkwd="a",
74968  description="BLACK CLUB SUIT",
74969  direction="on",
74970  linebreak="ai",
74971  mathclass="ordinary",
74972  mathname="clubsuit",
74973  synonyms={ "shamrock" },
74974  unicodeslot=0x2663,
74975  variants=variants_emoji,
74976 },
74977 [0x2664]={
74978  category="so",
74979  cjkwd="a",
74980  description="WHITE SPADE SUIT",
74981  direction="on",
74982  linebreak="ai",
74983  unicodeslot=0x2664,
74984 },
74985 [0x2665]={
74986  category="so",
74987  cjkwd="a",
74988  description="BLACK HEART SUIT",
74989  direction="on",
74990  linebreak="ai",
74991  synonyms={ "valentine" },
74992  unicodeslot=0x2665,
74993  variants=variants_emoji,
74994 },
74995 [0x2666]={
74996  category="so",
74997  description="BLACK DIAMOND SUIT",
74998  direction="on",
74999  linebreak="al",
75000  mathclass="ordinary",
75001  mathname="blacklozenge",
75002  unicodeslot=0x2666,
75003  variants=variants_emoji,
75004 },
75005 [0x2667]={
75006  category="so",
75007  cjkwd="a",
75008  description="WHITE CLUB SUIT",
75009  direction="on",
75010  linebreak="ai",
75011  unicodeslot=0x2667,
75012 },
75013 [0x2668]={
75014  category="so",
75015  cjkwd="a",
75016  description="HOT SPRINGS",
75017  direction="on",
75018  linebreak="id",
75019  unicodeslot=0x2668,
75020  variants=variants_emoji,
75021 },
75022 [0x2669]={
75023  category="so",
75024  cjkwd="a",
75025  description="QUARTER NOTE",
75026  direction="on",
75027  linebreak="ai",
75028  synonyms={ "crotchet" },
75029  unicodeslot=0x2669,
75030 },
75031 [0x266A]={
75032  category="so",
75033  cjkwd="a",
75034  description="EIGHTH NOTE",
75035  direction="on",
75036  linebreak="ai",
75037  synonyms={ "quaver" },
75038  unicodeslot=0x266A,
75039 },
75040 [0x266B]={
75041  category="so",
75042  description="BEAMED EIGHTH NOTES",
75043  direction="on",
75044  linebreak="al",
75045  synonyms={ "beamed quavers" },
75046  unicodeslot=0x266B,
75047 },
75048 [0x266C]={
75049  category="so",
75050  cjkwd="a",
75051  description="BEAMED SIXTEENTH NOTES",
75052  direction="on",
75053  linebreak="ai",
75054  synonyms={ "beamed semiquavers" },
75055  unicodeslot=0x266C,
75056 },
75057 [0x266D]={
75058  category="so",
75059  cjkwd="a",
75060  description="MUSIC FLAT SIGN",
75061  direction="on",
75062  linebreak="ai",
75063  mathclass="ordinary",
75064  mathname="flat",
75065  unicodeslot=0x266D,
75066 },
75067 [0x266E]={
75068  category="so",
75069  description="MUSIC NATURAL SIGN",
75070  direction="on",
75071  linebreak="al",
75072  mathclass="ordinary",
75073  mathname="natural",
75074  unicodeslot=0x266E,
75075 },
75076 [0x266F]={
75077  category="sm",
75078  cjkwd="a",
75079  description="MUSIC SHARP SIGN",
75080  direction="on",
75081  linebreak="ai",
75082  mathclass="ordinary",
75083  mathname="sharp",
75084  synonyms={ "infix bag count" },
75085  unicodeslot=0x266F,
75086 },
75087 [0x2670]={
75088  category="so",
75089  description="WEST SYRIAC CROSS",
75090  direction="on",
75091  linebreak="al",
75092  unicodeslot=0x2670,
75093 },
75094 [0x2671]={
75095  category="so",
75096  description="EAST SYRIAC CROSS",
75097  direction="on",
75098  linebreak="al",
75099  unicodeslot=0x2671,
75100 },
75101 [0x2672]={
75102  category="so",
75103  description="UNIVERSAL RECYCLING SYMBOL",
75104  direction="on",
75105  linebreak="al",
75106  unicodeslot=0x2672,
75107 },
75108 [0x2673]={
75109  category="so",
75110  description="RECYCLING SYMBOL FOR TYPE-0x0001 PLASTICS",
75111  direction="on",
75112  linebreak="al",
75113  unicodeslot=0x2673,
75114 },
75115 [0x2674]={
75116  category="so",
75117  description="RECYCLING SYMBOL FOR TYPE-0x0002 PLASTICS",
75118  direction="on",
75119  linebreak="al",
75120  unicodeslot=0x2674,
75121 },
75122 [0x2675]={
75123  category="so",
75124  description="RECYCLING SYMBOL FOR TYPE-0x0003 PLASTICS",
75125  direction="on",
75126  linebreak="al",
75127  unicodeslot=0x2675,
75128 },
75129 [0x2676]={
75130  category="so",
75131  description="RECYCLING SYMBOL FOR TYPE-0x0004 PLASTICS",
75132  direction="on",
75133  linebreak="al",
75134  unicodeslot=0x2676,
75135 },
75136 [0x2677]={
75137  category="so",
75138  description="RECYCLING SYMBOL FOR TYPE-0x0005 PLASTICS",
75139  direction="on",
75140  linebreak="al",
75141  unicodeslot=0x2677,
75142 },
75143 [0x2678]={
75144  category="so",
75145  description="RECYCLING SYMBOL FOR TYPE-0x0006 PLASTICS",
75146  direction="on",
75147  linebreak="al",
75148  unicodeslot=0x2678,
75149 },
75150 [0x2679]={
75151  category="so",
75152  description="RECYCLING SYMBOL FOR TYPE-0x0007 PLASTICS",
75153  direction="on",
75154  linebreak="al",
75155  unicodeslot=0x2679,
75156 },
75157 [0x267A]={
75158  category="so",
75159  description="RECYCLING SYMBOL FOR GENERIC MATERIALS",
75160  direction="on",
75161  linebreak="al",
75162  unicodeslot=0x267A,
75163 },
75164 [0x267B]={
75165  category="so",
75166  description="BLACK UNIVERSAL RECYCLING SYMBOL",
75167  direction="on",
75168  linebreak="al",
75169  unicodeslot=0x267B,
75170  variants=variants_emoji,
75171 },
75172 [0x267C]={
75173  category="so",
75174  description="RECYCLED PAPER SYMBOL",
75175  direction="on",
75176  linebreak="al",
75177  unicodeslot=0x267C,
75178 },
75179 [0x267D]={
75180  category="so",
75181  description="PARTIALLY-RECYCLED PAPER SYMBOL",
75182  direction="on",
75183  linebreak="al",
75184  unicodeslot=0x267D,
75185 },
75186 [0x267E]={
75187  category="so",
75188  description="PERMANENT PAPER SIGN",
75189  direction="on",
75190  linebreak="al",
75191  unicodeslot=0x267E,
75192 },
75193 [0x267F]={
75194  category="so",
75195  cjkwd="w",
75196  description="WHEELCHAIR SYMBOL",
75197  direction="on",
75198  linebreak="id",
75199  unicodeslot=0x267F,
75200  variants=variants_emoji,
75201 },
75202 [0x2680]={
75203  category="so",
75204  description="DIE FACE-0x0001",
75205  direction="on",
75206  linebreak="al",
75207  unicodeslot=0x2680,
75208 },
75209 [0x2681]={
75210  category="so",
75211  description="DIE FACE-0x0002",
75212  direction="on",
75213  linebreak="al",
75214  unicodeslot=0x2681,
75215 },
75216 [0x2682]={
75217  category="so",
75218  description="DIE FACE-0x0003",
75219  direction="on",
75220  linebreak="al",
75221  unicodeslot=0x2682,
75222 },
75223 [0x2683]={
75224  category="so",
75225  description="DIE FACE-0x0004",
75226  direction="on",
75227  linebreak="al",
75228  unicodeslot=0x2683,
75229 },
75230 [0x2684]={
75231  category="so",
75232  description="DIE FACE-0x0005",
75233  direction="on",
75234  linebreak="al",
75235  unicodeslot=0x2684,
75236 },
75237 [0x2685]={
75238  category="so",
75239  description="DIE FACE-0x0006",
75240  direction="on",
75241  linebreak="al",
75242  unicodeslot=0x2685,
75243 },
75244 [0x2686]={
75245  category="so",
75246  description="WHITE CIRCLE WITH DOT RIGHT",
75247  direction="on",
75248  linebreak="al",
75249  unicodeslot=0x2686,
75250 },
75251 [0x2687]={
75252  category="so",
75253  description="WHITE CIRCLE WITH TWO DOTS",
75254  direction="on",
75255  linebreak="al",
75256  unicodeslot=0x2687,
75257 },
75258 [0x2688]={
75259  category="so",
75260  description="BLACK CIRCLE WITH WHITE DOT RIGHT",
75261  direction="on",
75262  linebreak="al",
75263  unicodeslot=0x2688,
75264 },
75265 [0x2689]={
75266  category="so",
75267  description="BLACK CIRCLE WITH TWO WHITE DOTS",
75268  direction="on",
75269  linebreak="al",
75270  unicodeslot=0x2689,
75271 },
75272 [0x268A]={
75273  category="so",
75274  cjkwd="w",
75275  description="MONOGRAM FOR YANG",
75276  direction="on",
75277  linebreak="al",
75278  unicodeslot=0x268A,
75279 },
75280 [0x268B]={
75281  category="so",
75282  cjkwd="w",
75283  description="MONOGRAM FOR YIN",
75284  direction="on",
75285  linebreak="al",
75286  unicodeslot=0x268B,
75287 },
75288 [0x268C]={
75289  category="so",
75290  cjkwd="w",
75291  description="DIGRAM FOR GREATER YANG",
75292  direction="on",
75293  linebreak="al",
75294  unicodeslot=0x268C,
75295 },
75296 [0x268D]={
75297  category="so",
75298  cjkwd="w",
75299  description="DIGRAM FOR LESSER YIN",
75300  direction="on",
75301  linebreak="al",
75302  unicodeslot=0x268D,
75303 },
75304 [0x268E]={
75305  category="so",
75306  cjkwd="w",
75307  description="DIGRAM FOR LESSER YANG",
75308  direction="on",
75309  linebreak="al",
75310  unicodeslot=0x268E,
75311 },
75312 [0x268F]={
75313  category="so",
75314  cjkwd="w",
75315  description="DIGRAM FOR GREATER YIN",
75316  direction="on",
75317  linebreak="al",
75318  unicodeslot=0x268F,
75319 },
75320 [0x2690]={
75321  category="so",
75322  description="WHITE FLAG",
75323  direction="on",
75324  linebreak="al",
75325  unicodeslot=0x2690,
75326 },
75327 [0x2691]={
75328  category="so",
75329  description="BLACK FLAG",
75330  direction="on",
75331  linebreak="al",
75332  unicodeslot=0x2691,
75333 },
75334 [0x2692]={
75335  category="so",
75336  description="HAMMER AND PICK",
75337  direction="on",
75338  linebreak="al",
75339  synonyms={ "mining symbol", "working day symbol" },
75340  unicodeslot=0x2692,
75341  variants=variants_emoji,
75342 },
75343 [0x2693]={
75344  category="so",
75345  cjkwd="w",
75346  description="ANCHOR",
75347  direction="on",
75348  linebreak="al",
75349  synonyms={ "harbor symbol" },
75350  unicodeslot=0x2693,
75351  variants=variants_emoji,
75352 },
75353 [0x2694]={
75354  category="so",
75355  description="CROSSED SWORDS",
75356  direction="on",
75357  linebreak="al",
75358  synonyms={ "battleground symbol" },
75359  unicodeslot=0x2694,
75360  variants=variants_emoji,
75361 },
75362 [0x2695]={
75363  category="so",
75364  description="STAFF OF AESCULAPIUS",
75365  direction="on",
75366  linebreak="al",
75367  unicodeslot=0x2695,
75368 },
75369 [0x2696]={
75370  category="so",
75371  description="SCALES",
75372  direction="on",
75373  linebreak="al",
75374  synonyms={ "jurisprudence symbol" },
75375  unicodeslot=0x2696,
75376  variants=variants_emoji,
75377 },
75378 [0x2697]={
75379  category="so",
75380  description="ALEMBIC",
75381  direction="on",
75382  linebreak="al",
75383  unicodeslot=0x2697,
75384  variants=variants_emoji,
75385 },
75386 [0x2698]={
75387  category="so",
75388  description="FLOWER",
75389  direction="on",
75390  linebreak="al",
75391  unicodeslot=0x2698,
75392 },
75393 [0x2699]={
75394  category="so",
75395  description="GEAR",
75396  direction="on",
75397  linebreak="al",
75398  unicodeslot=0x2699,
75399  variants=variants_emoji,
75400 },
75401 [0x269A]={
75402  category="so",
75403  description="STAFF OF HERMES",
75404  direction="on",
75405  linebreak="al",
75406  unicodeslot=0x269A,
75407 },
75408 [0x269B]={
75409  category="so",
75410  description="ATOM SYMBOL",
75411  direction="on",
75412  linebreak="al",
75413  unicodeslot=0x269B,
75414  variants=variants_emoji,
75415 },
75416 [0x269C]={
75417  category="so",
75418  description="FLEUR-DE-LIS",
75419  direction="on",
75420  linebreak="al",
75421  unicodeslot=0x269C,
75422  variants=variants_emoji,
75423 },
75424 [0x269D]={
75425  category="so",
75426  description="OUTLINED WHITE STAR",
75427  direction="on",
75428  linebreak="al",
75429  unicodeslot=0x269D,
75430 },
75431 [0x269E]={
75432  category="so",
75433  cjkwd="a",
75434  description="THREE LINES CONVERGING RIGHT",
75435  direction="on",
75436  linebreak="ai",
75437  unicodeslot=0x269E,
75438 },
75439 [0x269F]={
75440  category="so",
75441  cjkwd="a",
75442  description="THREE LINES CONVERGING LEFT",
75443  direction="on",
75444  linebreak="ai",
75445  unicodeslot=0x269F,
75446 },
75447 [0x26A0]={
75448  category="so",
75449  description="WARNING SIGN",
75450  direction="on",
75451  linebreak="al",
75452  unicodeslot=0x26A0,
75453  variants=variants_emoji,
75454 },
75455 [0x26A1]={
75456  category="so",
75457  cjkwd="w",
75458  description="HIGH VOLTAGE SIGN",
75459  direction="on",
75460  linebreak="al",
75461  synonyms={ "lightning", "thunder" },
75462  unicodeslot=0x26A1,
75463  variants=variants_emoji,
75464 },
75465 [0x26A2]={
75466  category="so",
75467  description="DOUBLED FEMALE SIGN",
75468  direction="on",
75469  linebreak="al",
75470  unicodeslot=0x26A2,
75471 },
75472 [0x26A3]={
75473  category="so",
75474  description="DOUBLED MALE SIGN",
75475  direction="on",
75476  linebreak="al",
75477  unicodeslot=0x26A3,
75478 },
75479 [0x26A4]={
75480  category="so",
75481  description="INTERLOCKED FEMALE AND MALE SIGN",
75482  direction="on",
75483  linebreak="al",
75484  unicodeslot=0x26A4,
75485 },
75486 [0x26A5]={
75487  category="so",
75488  description="MALE AND FEMALE SIGN",
75489  direction="on",
75490  linebreak="al",
75491  unicodeslot=0x26A5,
75492 },
75493 [0x26A6]={
75494  category="so",
75495  description="MALE WITH STROKE SIGN",
75496  direction="on",
75497  linebreak="al",
75498  unicodeslot=0x26A6,
75499 },
75500 [0x26A7]={
75501  category="so",
75502  description="MALE WITH STROKE AND MALE AND FEMALE SIGN",
75503  direction="on",
75504  linebreak="al",
75505  unicodeslot=0x26A7,
75506 },
75507 [0x26A8]={
75508  category="so",
75509  description="VERTICAL MALE WITH STROKE SIGN",
75510  direction="on",
75511  linebreak="al",
75512  unicodeslot=0x26A8,
75513 },
75514 [0x26A9]={
75515  category="so",
75516  description="HORIZONTAL MALE WITH STROKE SIGN",
75517  direction="on",
75518  linebreak="al",
75519  unicodeslot=0x26A9,
75520 },
75521 [0x26AA]={
75522  category="so",
75523  cjkwd="w",
75524  description="MEDIUM WHITE CIRCLE",
75525  direction="on",
75526  linebreak="al",
75527  unicodeslot=0x26AA,
75528  variants=variants_emoji,
75529 },
75530 [0x26AB]={
75531  category="so",
75532  cjkwd="w",
75533  description="MEDIUM BLACK CIRCLE",
75534  direction="on",
75535  linebreak="al",
75536  unicodeslot=0x26AB,
75537  variants=variants_emoji,
75538 },
75539 [0x26AC]={
75540  category="so",
75541  description="MEDIUM SMALL WHITE CIRCLE",
75542  direction="l",
75543  linebreak="al",
75544  unicodeslot=0x26AC,
75545 },
75546 [0x26AD]={
75547  category="so",
75548  description="MARRIAGE SYMBOL",
75549  direction="on",
75550  linebreak="al",
75551  unicodeslot=0x26AD,
75552 },
75553 [0x26AE]={
75554  category="so",
75555  description="DIVORCE SYMBOL",
75556  direction="on",
75557  linebreak="al",
75558  unicodeslot=0x26AE,
75559 },
75560 [0x26AF]={
75561  category="so",
75562  description="UNMARRIED PARTNERSHIP SYMBOL",
75563  direction="on",
75564  linebreak="al",
75565  unicodeslot=0x26AF,
75566 },
75567 [0x26B0]={
75568  category="so",
75569  description="COFFIN",
75570  direction="on",
75571  linebreak="al",
75572  synonyms={ "buried symbol" },
75573  unicodeslot=0x26B0,
75574  variants=variants_emoji,
75575 },
75576 [0x26B1]={
75577  category="so",
75578  description="FUNERAL URN",
75579  direction="on",
75580  linebreak="al",
75581  synonyms={ "cremated symbol" },
75582  unicodeslot=0x26B1,
75583  variants=variants_emoji,
75584 },
75585 [0x26B2]={
75586  category="so",
75587  description="NEUTER",
75588  direction="on",
75589  linebreak="al",
75590  unicodeslot=0x26B2,
75591 },
75592 [0x26B3]={
75593  category="so",
75594  description="CERES",
75595  direction="on",
75596  linebreak="al",
75597  unicodeslot=0x26B3,
75598 },
75599 [0x26B4]={
75600  category="so",
75601  description="PALLAS",
75602  direction="on",
75603  linebreak="al",
75604  unicodeslot=0x26B4,
75605 },
75606 [0x26B5]={
75607  category="so",
75608  description="JUNO",
75609  direction="on",
75610  linebreak="al",
75611  unicodeslot=0x26B5,
75612 },
75613 [0x26B6]={
75614  category="so",
75615  description="VESTA",
75616  direction="on",
75617  linebreak="al",
75618  unicodeslot=0x26B6,
75619 },
75620 [0x26B7]={
75621  category="so",
75622  description="CHIRON",
75623  direction="on",
75624  linebreak="al",
75625  unicodeslot=0x26B7,
75626 },
75627 [0x26B8]={
75628  category="so",
75629  description="BLACK MOON LILITH",
75630  direction="on",
75631  linebreak="al",
75632  unicodeslot=0x26B8,
75633 },
75634 [0x26B9]={
75635  category="so",
75636  description="SEXTILE",
75637  direction="on",
75638  linebreak="al",
75639  unicodeslot=0x26B9,
75640 },
75641 [0x26BA]={
75642  category="so",
75643  description="SEMISEXTILE",
75644  direction="on",
75645  linebreak="al",
75646  unicodeslot=0x26BA,
75647 },
75648 [0x26BB]={
75649  category="so",
75650  description="QUINCUNX",
75651  direction="on",
75652  linebreak="al",
75653  unicodeslot=0x26BB,
75654 },
75655 [0x26BC]={
75656  category="so",
75657  description="SESQUIQUADRATE",
75658  direction="on",
75659  linebreak="al",
75660  unicodeslot=0x26BC,
75661 },
75662 [0x26BD]={
75663  category="so",
75664  cjkwd="w",
75665  description="SOCCER BALL",
75666  direction="on",
75667  linebreak="id",
75668  unicodeslot=0x26BD,
75669  variants=variants_emoji,
75670 },
75671 [0x26BE]={
75672  category="so",
75673  cjkwd="w",
75674  description="BASEBALL",
75675  direction="on",
75676  linebreak="id",
75677  unicodeslot=0x26BE,
75678  variants=variants_emoji,
75679 },
75680 [0x26BF]={
75681  category="so",
75682  cjkwd="a",
75683  description="SQUARED KEY",
75684  direction="on",
75685  linebreak="id",
75686  synonyms={ "parental lock" },
75687  unicodeslot=0x26BF,
75688 },
75689 [0x26C0]={
75690  category="so",
75691  description="WHITE DRAUGHTS MAN",
75692  direction="on",
75693  linebreak="id",
75694  unicodeslot=0x26C0,
75695 },
75696 [0x26C1]={
75697  category="so",
75698  description="WHITE DRAUGHTS KING",
75699  direction="on",
75700  linebreak="id",
75701  unicodeslot=0x26C1,
75702 },
75703 [0x26C2]={
75704  category="so",
75705  description="BLACK DRAUGHTS MAN",
75706  direction="on",
75707  linebreak="id",
75708  unicodeslot=0x26C2,
75709 },
75710 [0x26C3]={
75711  category="so",
75712  description="BLACK DRAUGHTS KING",
75713  direction="on",
75714  linebreak="id",
75715  unicodeslot=0x26C3,
75716 },
75717 [0x26C4]={
75718  category="so",
75719  cjkwd="w",
75720  description="SNOWMAN WITHOUT SNOW",
75721  direction="on",
75722  linebreak="id",
75723  synonyms={ "light snow" },
75724  unicodeslot=0x26C4,
75725  variants=variants_emoji,
75726 },
75727 [0x26C5]={
75728  category="so",
75729  cjkwd="w",
75730  description="SUN BEHIND CLOUD",
75731  direction="on",
75732  linebreak="id",
75733  synonyms={ "partly cloudy" },
75734  unicodeslot=0x26C5,
75735  variants=variants_emoji,
75736 },
75737 [0x26C6]={
75738  category="so",
75739  cjkwd="a",
75740  description="RAIN",
75741  direction="on",
75742  linebreak="id",
75743  unicodeslot=0x26C6,
75744 },
75745 [0x26C7]={
75746  category="so",
75747  cjkwd="a",
75748  description="BLACK SNOWMAN",
75749  direction="on",
75750  linebreak="id",
75751  synonyms={ "heavy snow" },
75752  unicodeslot=0x26C7,
75753 },
75754 [0x26C8]={
75755  category="so",
75756  cjkwd="a",
75757  description="THUNDER CLOUD AND RAIN",
75758  direction="on",
75759  linebreak="id",
75760  synonyms={ "thunderstorm" },
75761  unicodeslot=0x26C8,
75762  variants=variants_emoji,
75763 },
75764 [0x26C9]={
75765  category="so",
75766  cjkwd="a",
75767  description="TURNED WHITE SHOGI PIECE",
75768  direction="on",
75769  linebreak="ai",
75770  unicodeslot=0x26C9,
75771 },
75772 [0x26CA]={
75773  category="so",
75774  cjkwd="a",
75775  description="TURNED BLACK SHOGI PIECE",
75776  direction="on",
75777  linebreak="ai",
75778  unicodeslot=0x26CA,
75779 },
75780 [0x26CB]={
75781  category="so",
75782  cjkwd="a",
75783  description="WHITE DIAMOND IN SQUARE",
75784  direction="on",
75785  linebreak="ai",
75786  unicodeslot=0x26CB,
75787 },
75788 [0x26CC]={
75789  category="so",
75790  cjkwd="a",
75791  description="CROSSING LANES",
75792  direction="on",
75793  linebreak="ai",
75794  synonyms={ "accident" },
75795  unicodeslot=0x26CC,
75796 },
75797 [0x26CD]={
75798  category="so",
75799  cjkwd="a",
75800  description="DISABLED CAR",
75801  direction="on",
75802  linebreak="id",
75803  unicodeslot=0x26CD,
75804 },
75805 [0x26CE]={
75806  category="so",
75807  cjkwd="w",
75808  description="OPHIUCHUS",
75809  direction="on",
75810  linebreak="al",
75811  unicodeslot=0x26CE,
75812 },
75813 [0x26CF]={
75814  category="so",
75815  cjkwd="a",
75816  description="PICK",
75817  direction="on",
75818  linebreak="id",
75819  synonyms={ "construction" },
75820  unicodeslot=0x26CF,
75821  variants=variants_emoji,
75822 },
75823 [0x26D0]={
75824  category="so",
75825  cjkwd="a",
75826  description="CAR SLIDING",
75827  direction="on",
75828  linebreak="id",
75829  synonyms={ "icy road" },
75830  unicodeslot=0x26D0,
75831 },
75832 [0x26D1]={
75833  category="so",
75834  cjkwd="a",
75835  description="HELMET WITH WHITE CROSS",
75836  direction="on",
75837  linebreak="id",
75838  unicodeslot=0x26D1,
75839  variants=variants_emoji,
75840 },
75841 [0x26D2]={
75842  category="so",
75843  cjkwd="a",
75844  description="CIRCLED CROSSING LANES",
75845  direction="on",
75846  linebreak="ai",
75847  synonyms={ "road closed" },
75848  unicodeslot=0x26D2,
75849 },
75850 [0x26D3]={
75851  category="so",
75852  cjkwd="a",
75853  description="CHAINS",
75854  direction="on",
75855  linebreak="id",
75856  unicodeslot=0x26D3,
75857  variants=variants_emoji,
75858 },
75859 [0x26D4]={
75860  category="so",
75861  cjkwd="w",
75862  description="NO ENTRY",
75863  direction="on",
75864  linebreak="id",
75865  synonyms={ "do not enter" },
75866  unicodeslot=0x26D4,
75867  variants=variants_emoji,
75868 },
75869 [0x26D5]={
75870  category="so",
75871  cjkwd="a",
75872  description="ALTERNATE ONE-WAY LEFT WAY TRAFFIC",
75873  direction="on",
75874  linebreak="ai",
75875  unicodeslot=0x26D5,
75876 },
75877 [0x26D6]={
75878  category="so",
75879  cjkwd="a",
75880  description="BLACK TWO-WAY LEFT WAY TRAFFIC",
75881  direction="on",
75882  linebreak="ai",
75883  unicodeslot=0x26D6,
75884 },
75885 [0x26D7]={
75886  category="so",
75887  cjkwd="a",
75888  description="WHITE TWO-WAY LEFT WAY TRAFFIC",
75889  direction="on",
75890  linebreak="ai",
75891  unicodeslot=0x26D7,
75892 },
75893 [0x26D8]={
75894  category="so",
75895  cjkwd="a",
75896  description="BLACK LEFT LANE MERGE",
75897  direction="on",
75898  linebreak="id",
75899  unicodeslot=0x26D8,
75900 },
75901 [0x26D9]={
75902  category="so",
75903  cjkwd="a",
75904  description="WHITE LEFT LANE MERGE",
75905  direction="on",
75906  linebreak="id",
75907  unicodeslot=0x26D9,
75908 },
75909 [0x26DA]={
75910  category="so",
75911  cjkwd="a",
75912  description="DRIVE SLOW SIGN",
75913  direction="on",
75914  linebreak="ai",
75915  unicodeslot=0x26DA,
75916 },
75917 [0x26DB]={
75918  category="so",
75919  cjkwd="a",
75920  description="HEAVY WHITE DOWN-POINTING TRIANGLE",
75921  direction="on",
75922  linebreak="ai",
75923  synonyms={ "yield" },
75924  unicodeslot=0x26DB,
75925 },
75926 [0x26DC]={
75927  category="so",
75928  cjkwd="a",
75929  description="LEFT CLOSED ENTRY",
75930  direction="on",
75931  linebreak="id",
75932  unicodeslot=0x26DC,
75933 },
75934 [0x26DD]={
75935  category="so",
75936  cjkwd="a",
75937  description="SQUARED SALTIRE",
75938  direction="on",
75939  linebreak="ai",
75940  unicodeslot=0x26DD,
75941 },
75942 [0x26DE]={
75943  category="so",
75944  cjkwd="a",
75945  description="FALLING DIAGONAL IN WHITE CIRCLE IN BLACK SQUARE",
75946  direction="on",
75947  linebreak="ai",
75948  unicodeslot=0x26DE,
75949 },
75950 [0x26DF]={
75951  category="so",
75952  cjkwd="a",
75953  description="BLACK TRUCK",
75954  direction="on",
75955  linebreak="id",
75956  synonyms={ "black lorry" },
75957  unicodeslot=0x26DF,
75958 },
75959 [0x26E0]={
75960  category="so",
75961  cjkwd="a",
75962  description="RESTRICTED LEFT ENTRY-1",
75963  direction="on",
75964  linebreak="id",
75965  unicodeslot=0x26E0,
75966 },
75967 [0x26E1]={
75968  category="so",
75969  cjkwd="a",
75970  description="RESTRICTED LEFT ENTRY-2",
75971  direction="on",
75972  linebreak="id",
75973  unicodeslot=0x26E1,
75974 },
75975 [0x26E2]={
75976  category="so",
75977  description="ASTRONOMICAL SYMBOL FOR URANUS",
75978  direction="on",
75979  linebreak="al",
75980  synonyms={ "uranus" },
75981  unicodeslot=0x26E2,
75982 },
75983 [0x26E3]={
75984  category="so",
75985  cjkwd="a",
75986  description="HEAVY CIRCLE WITH STROKE AND TWO DOTS ABOVE",
75987  direction="on",
75988  linebreak="ai",
75989  unicodeslot=0x26E3,
75990 },
75991 [0x26E4]={
75992  category="so",
75993  description="PENTAGRAM",
75994  direction="on",
75995  linebreak="al",
75996  synonyms={ "pentangle pentalpha" },
75997  unicodeslot=0x26E4,
75998 },
75999 [0x26E5]={
76000  category="so",
76001  description="RIGHT-HANDED INTERLACED PENTAGRAM",
76002  direction="on",
76003  linebreak="al",
76004  unicodeslot=0x26E5,
76005 },
76006 [0x26E6]={
76007  category="so",
76008  description="LEFT-HANDED INTERLACED PENTAGRAM",
76009  direction="on",
76010  linebreak="al",
76011  unicodeslot=0x26E6,
76012 },
76013 [0x26E7]={
76014  category="so",
76015  description="INVERTED PENTAGRAM",
76016  direction="on",
76017  linebreak="al",
76018  unicodeslot=0x26E7,
76019 },
76020 [0x26E8]={
76021  category="so",
76022  cjkwd="a",
76023  description="BLACK CROSS ON SHIELD",
76024  direction="on",
76025  linebreak="ai",
76026  synonyms={ "hospital" },
76027  unicodeslot=0x26E8,
76028 },
76029 [0x26E9]={
76030  category="so",
76031  cjkwd="a",
76032  description="SHINTO SHRINE",
76033  direction="on",
76034  linebreak="ai",
76035  synonyms={ "torii" },
76036  unicodeslot=0x26E9,
76037  variants=variants_emoji,
76038 },
76039 [0x26EA]={
76040  category="so",
76041  cjkwd="w",
76042  description="CHURCH",
76043  direction="on",
76044  linebreak="id",
76045  unicodeslot=0x26EA,
76046  variants=variants_emoji,
76047 },
76048 [0x26EB]={
76049  category="so",
76050  cjkwd="a",
76051  description="CASTLE",
76052  direction="on",
76053  linebreak="ai",
76054  unicodeslot=0x26EB,
76055 },
76056 [0x26EC]={
76057  category="so",
76058  cjkwd="a",
76059  description="HISTORIC SITE",
76060  direction="on",
76061  linebreak="ai",
76062  unicodeslot=0x26EC,
76063 },
76064 [0x26ED]={
76065  category="so",
76066  cjkwd="a",
76067  description="GEAR WITHOUT HUB",
76068  direction="on",
76069  linebreak="ai",
76070  synonyms={ "factory" },
76071  unicodeslot=0x26ED,
76072 },
76073 [0x26EE]={
76074  category="so",
76075  cjkwd="a",
76076  description="GEAR WITH HANDLES",
76077  direction="on",
76078  linebreak="ai",
76079  synonyms={ "power plant" },
76080  unicodeslot=0x26EE,
76081 },
76082 [0x26EF]={
76083  category="so",
76084  cjkwd="a",
76085  description="MAP SYMBOL FOR LIGHTHOUSE",
76086  direction="on",
76087  linebreak="ai",
76088  unicodeslot=0x26EF,
76089 },
76090 [0x26F0]={
76091  category="so",
76092  cjkwd="a",
76093  description="MOUNTAIN",
76094  direction="on",
76095  linebreak="ai",
76096  unicodeslot=0x26F0,
76097  variants=variants_emoji,
76098 },
76099 [0x26F1]={
76100  category="so",
76101  cjkwd="a",
76102  description="UMBRELLA ON GROUND",
76103  direction="on",
76104  linebreak="id",
76105  synonyms={ "bathing beach" },
76106  unicodeslot=0x26F1,
76107  variants=variants_emoji,
76108 },
76109 [0x26F2]={
76110  category="so",
76111  cjkwd="w",
76112  description="FOUNTAIN",
76113  direction="on",
76114  linebreak="id",
76115  synonyms={ "park" },
76116  unicodeslot=0x26F2,
76117  variants=variants_emoji,
76118 },
76119 [0x26F3]={
76120  category="so",
76121  cjkwd="w",
76122  description="FLAG IN HOLE",
76123  direction="on",
76124  linebreak="id",
76125  synonyms={ "golf course" },
76126  unicodeslot=0x26F3,
76127  variants=variants_emoji,
76128 },
76129 [0x26F4]={
76130  category="so",
76131  cjkwd="a",
76132  description="FERRY",
76133  direction="on",
76134  linebreak="id",
76135  synonyms={ "boat terminal", "marina or yacht harbour" },
76136  unicodeslot=0x26F4,
76137  variants=variants_emoji,
76138 },
76139 [0x26F5]={
76140  category="so",
76141  cjkwd="w",
76142  description="SAILBOAT",
76143  direction="on",
76144  linebreak="id",
76145  unicodeslot=0x26F5,
76146  variants=variants_emoji,
76147 },
76148 [0x26F6]={
76149  category="so",
76150  cjkwd="a",
76151  description="SQUARE FOUR CORNERS",
76152  direction="on",
76153  linebreak="ai",
76154  unicodeslot=0x26F6,
76155 },
76156 [0x26F7]={
76157  category="so",
76158  cjkwd="a",
76159  description="SKIER",
76160  direction="on",
76161  linebreak="id",
76162  unicodeslot=0x26F7,
76163  variants=variants_emoji,
76164 },
76165 [0x26F8]={
76166  category="so",
76167  cjkwd="a",
76168  description="ICE SKATE",
76169  direction="on",
76170  linebreak="id",
76171  unicodeslot=0x26F8,
76172  variants=variants_emoji,
76173 },
76174 [0x26F9]={
76175  category="so",
76176  cjkwd="a",
76177  description="PERSON WITH BALL",
76178  direction="on",
76179  linebreak="eb",
76180  unicodeslot=0x26F9,
76181  variants=variants_emoji,
76182 },
76183 [0x26FA]={
76184  category="so",
76185  cjkwd="w",
76186  description="TENT",
76187  direction="on",
76188  linebreak="id",
76189  synonyms={ "camping site" },
76190  unicodeslot=0x26FA,
76191  variants=variants_emoji,
76192 },
76193 [0x26FB]={
76194  category="so",
76195  cjkwd="a",
76196  description="JAPANESE BANK SYMBOL",
76197  direction="on",
76198  linebreak="ai",
76199  unicodeslot=0x26FB,
76200 },
76201 [0x26FC]={
76202  category="so",
76203  cjkwd="a",
76204  description="HEADSTONE GRAVEYARD SYMBOL",
76205  direction="on",
76206  linebreak="ai",
76207  synonyms={ "cemetery", "graveyard" },
76208  unicodeslot=0x26FC,
76209 },
76210 [0x26FD]={
76211  category="so",
76212  cjkwd="w",
76213  description="FUEL PUMP",
76214  direction="on",
76215  linebreak="id",
76216  synonyms={ "gas station", "petrol station" },
76217  unicodeslot=0x26FD,
76218  variants=variants_emoji,
76219 },
76220 [0x26FE]={
76221  category="so",
76222  cjkwd="a",
76223  description="CUP ON BLACK SQUARE",
76224  direction="on",
76225  linebreak="id",
76226  synonyms={ "drive-in restaurant" },
76227  unicodeslot=0x26FE,
76228 },
76229 [0x26FF]={
76230  category="so",
76231  cjkwd="a",
76232  description="WHITE FLAG WITH HORIZONTAL MIDDLE BLACK STRIPE",
76233  direction="on",
76234  linebreak="id",
76235  unicodeslot=0x26FF,
76236 },
76237 [0x2700]={
76238  category="so",
76239  description="BLACK SAFETY SCISSORS",
76240  direction="on",
76241  linebreak="id",
76242  unicodeslot=0x2700,
76243 },
76244 [0x2701]={
76245  category="so",
76246  description="UPPER BLADE SCISSORS",
76247  direction="on",
76248  linebreak="id",
76249  unicodeslot=0x2701,
76250 },
76251 [0x2702]={
76252  category="so",
76253  description="BLACK SCISSORS",
76254  direction="on",
76255  linebreak="id",
76256  unicodeslot=0x2702,
76257  variants=variants_emoji,
76258 },
76259 [0x2703]={
76260  category="so",
76261  description="LOWER BLADE SCISSORS",
76262  direction="on",
76263  linebreak="id",
76264  unicodeslot=0x2703,
76265 },
76266 [0x2704]={
76267  category="so",
76268  description="WHITE SCISSORS",
76269  direction="on",
76270  linebreak="id",
76271  unicodeslot=0x2704,
76272 },
76273 [0x2705]={
76274  category="so",
76275  cjkwd="w",
76276  description="WHITE HEAVY CHECK MARK",
76277  direction="on",
76278  linebreak="al",
76279  unicodeslot=0x2705,
76280 },
76281 [0x2706]={
76282  category="so",
76283  description="TELEPHONE LOCATION SIGN",
76284  direction="on",
76285  linebreak="al",
76286  unicodeslot=0x2706,
76287 },
76288 [0x2707]={
76289  category="so",
76290  description="TAPE DRIVE",
76291  direction="on",
76292  linebreak="al",
76293  unicodeslot=0x2707,
76294 },
76295 [0x2708]={
76296  category="so",
76297  description="AIRPLANE",
76298  direction="on",
76299  linebreak="id",
76300  unicodeslot=0x2708,
76301  variants=variants_emoji,
76302 },
76303 [0x2709]={
76304  category="so",
76305  description="ENVELOPE",
76306  direction="on",
76307  linebreak="id",
76308  unicodeslot=0x2709,
76309  variants=variants_emoji,
76310 },
76311 [0x270A]={
76312  category="so",
76313  cjkwd="w",
76314  description="RAISED FIST",
76315  direction="on",
76316  linebreak="eb",
76317  synonyms={ "paper, scissors game rock in rock" },
76318  unicodeslot=0x270A,
76319 },
76320 [0x270B]={
76321  category="so",
76322  cjkwd="w",
76323  description="RAISED HAND",
76324  direction="on",
76325  linebreak="eb",
76326  synonyms={ "paper, scissors game paper in rock" },
76327  unicodeslot=0x270B,
76328 },
76329 [0x270C]={
76330  category="so",
76331  description="VICTORY HAND",
76332  direction="on",
76333  linebreak="eb",
76334  synonyms={ "paper, scissors game scissors in rock" },
76335  unicodeslot=0x270C,
76336  variants=variants_emoji,
76337 },
76338 [0x270D]={
76339  category="so",
76340  description="WRITING HAND",
76341  direction="on",
76342  linebreak="eb",
76343  unicodeslot=0x270D,
76344  variants=variants_emoji,
76345 },
76346 [0x270E]={
76347  category="so",
76348  description="LOWER RIGHT PENCIL",
76349  direction="on",
76350  linebreak="al",
76351  unicodeslot=0x270E,
76352 },
76353 [0x270F]={
76354  category="so",
76355  description="PENCIL",
76356  direction="on",
76357  linebreak="al",
76358  unicodeslot=0x270F,
76359  variants=variants_emoji,
76360 },
76361 [0x2710]={
76362  category="so",
76363  description="UPPER RIGHT PENCIL",
76364  direction="on",
76365  linebreak="al",
76366  unicodeslot=0x2710,
76367 },
76368 [0x2711]={
76369  category="so",
76370  description="WHITE NIB",
76371  direction="on",
76372  linebreak="al",
76373  unicodeslot=0x2711,
76374 },
76375 [0x2712]={
76376  category="so",
76377  description="BLACK NIB",
76378  direction="on",
76379  linebreak="al",
76380  unicodeslot=0x2712,
76381  variants=variants_emoji,
76382 },
76383 [0x2713]={
76384  category="so",
76385  description="CHECK MARK",
76386  direction="on",
76387  linebreak="al",
76388  mathclass="ordinary",
76389  mathname="checkmark",
76390  unicodeslot=0x2713,
76391 },
76392 [0x2714]={
76393  category="so",
76394  description="HEAVY CHECK MARK",
76395  direction="on",
76396  linebreak="al",
76397  unicodeslot=0x2714,
76398  variants=variants_emoji,
76399 },
76400 [0x2715]={
76401  category="so",
76402  description="MULTIPLICATION X",
76403  direction="on",
76404  linebreak="al",
76405  unicodeslot=0x2715,
76406 },
76407 [0x2716]={
76408  category="so",
76409  description="HEAVY MULTIPLICATION X",
76410  direction="on",
76411  linebreak="al",
76412  unicodeslot=0x2716,
76413  variants=variants_emoji,
76414 },
76415 [0x2717]={
76416  category="so",
76417  description="BALLOT X",
76418  direction="on",
76419  linebreak="al",
76420  unicodeslot=0x2717,
76421 },
76422 [0x2718]={
76423  category="so",
76424  description="HEAVY BALLOT X",
76425  direction="on",
76426  linebreak="al",
76427  unicodeslot=0x2718,
76428 },
76429 [0x2719]={
76430  category="so",
76431  description="OUTLINED GREEK CROSS",
76432  direction="on",
76433  linebreak="al",
76434  unicodeslot=0x2719,
76435 },
76436 [0x271A]={
76437  category="so",
76438  description="HEAVY GREEK CROSS",
76439  direction="on",
76440  linebreak="al",
76441  unicodeslot=0x271A,
76442 },
76443 [0x271B]={
76444  category="so",
76445  description="OPEN CENTRE CROSS",
76446  direction="on",
76447  linebreak="al",
76448  unicodeslot=0x271B,
76449 },
76450 [0x271C]={
76451  category="so",
76452  description="HEAVY OPEN CENTRE CROSS",
76453  direction="on",
76454  linebreak="al",
76455  unicodeslot=0x271C,
76456 },
76457 [0x271D]={
76458  category="so",
76459  description="LATIN CROSS",
76460  direction="on",
76461  linebreak="al",
76462  unicodeslot=0x271D,
76463  variants=variants_emoji,
76464 },
76465 [0x271E]={
76466  category="so",
76467  description="SHADOWED WHITE LATIN CROSS",
76468  direction="on",
76469  linebreak="al",
76470  unicodeslot=0x271E,
76471 },
76472 [0x271F]={
76473  category="so",
76474  description="OUTLINED LATIN CROSS",
76475  direction="on",
76476  linebreak="al",
76477  unicodeslot=0x271F,
76478 },
76479 [0x2720]={
76480  category="so",
76481  description="MALTESE CROSS",
76482  direction="on",
76483  linebreak="al",
76484  mathclass="ordinary",
76485  mathname="maltese",
76486  unicodeslot=0x2720,
76487 },
76488 [0x2721]={
76489  category="so",
76490  description="STAR OF DAVID",
76491  direction="on",
76492  linebreak="al",
76493  unicodeslot=0x2721,
76494  variants=variants_emoji,
76495 },
76496 [0x2722]={
76497  category="so",
76498  description="FOUR TEARDROP-SPOKED ASTERISK",
76499  direction="on",
76500  linebreak="al",
76501  unicodeslot=0x2722,
76502 },
76503 [0x2723]={
76504  category="so",
76505  description="FOUR BALLOON-SPOKED ASTERISK",
76506  direction="on",
76507  linebreak="al",
76508  unicodeslot=0x2723,
76509 },
76510 [0x2724]={
76511  category="so",
76512  description="HEAVY FOUR BALLOON-SPOKED ASTERISK",
76513  direction="on",
76514  linebreak="al",
76515  unicodeslot=0x2724,
76516 },
76517 [0x2725]={
76518  category="so",
76519  description="FOUR CLUB-SPOKED ASTERISK",
76520  direction="on",
76521  linebreak="al",
76522  unicodeslot=0x2725,
76523 },
76524 [0x2726]={
76525  category="so",
76526  description="BLACK FOUR POINTED STAR",
76527  direction="on",
76528  linebreak="al",
76529  unicodeslot=0x2726,
76530 },
76531 [0x2727]={
76532  category="so",
76533  description="WHITE FOUR POINTED STAR",
76534  direction="on",
76535  linebreak="al",
76536  unicodeslot=0x2727,
76537 },
76538 [0x2728]={
76539  category="so",
76540  cjkwd="w",
76541  description="SPARKLES",
76542  direction="on",
76543  linebreak="al",
76544  unicodeslot=0x2728,
76545 },
76546 [0x2729]={
76547  category="so",
76548  description="STRESS OUTLINED WHITE STAR",
76549  direction="on",
76550  linebreak="al",
76551  unicodeslot=0x2729,
76552 },
76553 [0x272A]={
76554  category="so",
76555  description="CIRCLED WHITE STAR",
76556  direction="on",
76557  linebreak="al",
76558  unicodeslot=0x272A,
76559 },
76560 [0x272B]={
76561  category="so",
76562  description="OPEN CENTRE BLACK STAR",
76563  direction="on",
76564  linebreak="al",
76565  unicodeslot=0x272B,
76566 },
76567 [0x272C]={
76568  category="so",
76569  description="BLACK CENTRE WHITE STAR",
76570  direction="on",
76571  linebreak="al",
76572  unicodeslot=0x272C,
76573 },
76574 [0x272D]={
76575  category="so",
76576  description="OUTLINED BLACK STAR",
76577  direction="on",
76578  linebreak="al",
76579  unicodeslot=0x272D,
76580 },
76581 [0x272E]={
76582  category="so",
76583  description="HEAVY OUTLINED BLACK STAR",
76584  direction="on",
76585  linebreak="al",
76586  unicodeslot=0x272E,
76587 },
76588 [0x272F]={
76589  category="so",
76590  description="PINWHEEL STAR",
76591  direction="on",
76592  linebreak="al",
76593  unicodeslot=0x272F,
76594 },
76595 [0x2730]={
76596  category="so",
76597  description="SHADOWED WHITE STAR",
76598  direction="on",
76599  linebreak="al",
76600  unicodeslot=0x2730,
76601 },
76602 [0x2731]={
76603  category="so",
76604  description="HEAVY ASTERISK",
76605  direction="on",
76606  linebreak="al",
76607  unicodeslot=0x2731,
76608 },
76609 [0x2732]={
76610  category="so",
76611  description="OPEN CENTRE ASTERISK",
76612  direction="on",
76613  linebreak="al",
76614  unicodeslot=0x2732,
76615 },
76616 [0x2733]={
76617  category="so",
76618  description="EIGHT SPOKED ASTERISK",
76619  direction="on",
76620  linebreak="al",
76621  unicodeslot=0x2733,
76622  variants=variants_emoji,
76623 },
76624 [0x2734]={
76625  category="so",
76626  description="EIGHT POINTED BLACK STAR",
76627  direction="on",
76628  linebreak="al",
76629  unicodeslot=0x2734,
76630  variants=variants_emoji,
76631 },
76632 [0x2735]={
76633  category="so",
76634  description="EIGHT POINTED PINWHEEL STAR",
76635  direction="on",
76636  linebreak="al",
76637  unicodeslot=0x2735,
76638 },
76639 [0x2736]={
76640  category="so",
76641  description="SIX POINTED BLACK STAR",
76642  direction="on",
76643  linebreak="al",
76644  synonyms={ "sextile" },
76645  unicodeslot=0x2736,
76646 },
76647 [0x2737]={
76648  category="so",
76649  description="EIGHT POINTED RECTILINEAR BLACK STAR",
76650  direction="on",
76651  linebreak="al",
76652  unicodeslot=0x2737,
76653 },
76654 [0x2738]={
76655  category="so",
76656  description="HEAVY EIGHT POINTED RECTILINEAR BLACK STAR",
76657  direction="on",
76658  linebreak="al",
76659  unicodeslot=0x2738,
76660 },
76661 [0x2739]={
76662  category="so",
76663  description="TWELVE POINTED BLACK STAR",
76664  direction="on",
76665  linebreak="al",
76666  unicodeslot=0x2739,
76667 },
76668 [0x273A]={
76669  category="so",
76670  description="SIXTEEN POINTED ASTERISK",
76671  direction="on",
76672  linebreak="al",
76673  synonyms={ "starburst" },
76674  unicodeslot=0x273A,
76675 },
76676 [0x273B]={
76677  category="so",
76678  description="TEARDROP-SPOKED ASTERISK",
76679  direction="on",
76680  linebreak="al",
76681  unicodeslot=0x273B,
76682 },
76683 [0x273C]={
76684  category="so",
76685  description="OPEN CENTRE TEARDROP-SPOKED ASTERISK",
76686  direction="on",
76687  linebreak="al",
76688  unicodeslot=0x273C,
76689 },
76690 [0x273D]={
76691  category="so",
76692  cjkwd="a",
76693  description="HEAVY TEARDROP-SPOKED ASTERISK",
76694  direction="on",
76695  linebreak="al",
76696  unicodeslot=0x273D,
76697 },
76698 [0x273E]={
76699  category="so",
76700  description="SIX PETALLED BLACK AND WHITE FLORETTE",
76701  direction="on",
76702  linebreak="al",
76703  unicodeslot=0x273E,
76704 },
76705 [0x273F]={
76706  category="so",
76707  description="BLACK FLORETTE",
76708  direction="on",
76709  linebreak="al",
76710  unicodeslot=0x273F,
76711 },
76712 [0x2740]={
76713  category="so",
76714  description="WHITE FLORETTE",
76715  direction="on",
76716  linebreak="al",
76717  unicodeslot=0x2740,
76718 },
76719 [0x2741]={
76720  category="so",
76721  description="EIGHT PETALLED OUTLINED BLACK FLORETTE",
76722  direction="on",
76723  linebreak="al",
76724  unicodeslot=0x2741,
76725 },
76726 [0x2742]={
76727  category="so",
76728  description="CIRCLED OPEN CENTRE EIGHT POINTED STAR",
76729  direction="on",
76730  linebreak="al",
76731  unicodeslot=0x2742,
76732 },
76733 [0x2743]={
76734  category="so",
76735  description="HEAVY TEARDROP-SPOKED PINWHEEL ASTERISK",
76736  direction="on",
76737  linebreak="al",
76738  unicodeslot=0x2743,
76739 },
76740 [0x2744]={
76741  category="so",
76742  description="SNOWFLAKE",
76743  direction="on",
76744  linebreak="al",
76745  unicodeslot=0x2744,
76746  variants=variants_emoji,
76747 },
76748 [0x2745]={
76749  category="so",
76750  description="TIGHT TRIFOLIATE SNOWFLAKE",
76751  direction="on",
76752  linebreak="al",
76753  unicodeslot=0x2745,
76754 },
76755 [0x2746]={
76756  category="so",
76757  description="HEAVY CHEVRON SNOWFLAKE",
76758  direction="on",
76759  linebreak="al",
76760  unicodeslot=0x2746,
76761 },
76762 [0x2747]={
76763  category="so",
76764  description="SPARKLE",
76765  direction="on",
76766  linebreak="al",
76767  unicodeslot=0x2747,
76768  variants=variants_emoji,
76769 },
76770 [0x2748]={
76771  category="so",
76772  description="HEAVY SPARKLE",
76773  direction="on",
76774  linebreak="al",
76775  unicodeslot=0x2748,
76776 },
76777 [0x2749]={
76778  category="so",
76779  description="BALLOON-SPOKED ASTERISK",
76780  direction="on",
76781  linebreak="al",
76782  synonyms={ "jack" },
76783  unicodeslot=0x2749,
76784 },
76785 [0x274A]={
76786  category="so",
76787  description="EIGHT TEARDROP-SPOKED PROPELLER ASTERISK",
76788  direction="on",
76789  linebreak="al",
76790  unicodeslot=0x274A,
76791 },
76792 [0x274B]={
76793  category="so",
76794  description="HEAVY EIGHT TEARDROP-SPOKED PROPELLER ASTERISK",
76795  direction="on",
76796  linebreak="al",
76797  synonyms={ "turbofan" },
76798  unicodeslot=0x274B,
76799 },
76800 [0x274C]={
76801  category="so",
76802  cjkwd="w",
76803  description="CROSS MARK",
76804  direction="on",
76805  linebreak="al",
76806  unicodeslot=0x274C,
76807 },
76808 [0x274D]={
76809  category="so",
76810  description="SHADOWED WHITE CIRCLE",
76811  direction="on",
76812  linebreak="al",
76813  unicodeslot=0x274D,
76814 },
76815 [0x274E]={
76816  category="so",
76817  cjkwd="w",
76818  description="NEGATIVE SQUARED CROSS MARK",
76819  direction="on",
76820  linebreak="al",
76821  unicodeslot=0x274E,
76822 },
76823 [0x274F]={
76824  category="so",
76825  description="LOWER RIGHT DROP-SHADOWED WHITE SQUARE",
76826  direction="on",
76827  linebreak="al",
76828  unicodeslot=0x274F,
76829 },
76830 [0x2750]={
76831  category="so",
76832  description="UPPER RIGHT DROP-SHADOWED WHITE SQUARE",
76833  direction="on",
76834  linebreak="al",
76835  unicodeslot=0x2750,
76836 },
76837 [0x2751]={
76838  category="so",
76839  description="LOWER RIGHT SHADOWED WHITE SQUARE",
76840  direction="on",
76841  linebreak="al",
76842  unicodeslot=0x2751,
76843 },
76844 [0x2752]={
76845  category="so",
76846  description="UPPER RIGHT SHADOWED WHITE SQUARE",
76847  direction="on",
76848  linebreak="al",
76849  unicodeslot=0x2752,
76850 },
76851 [0x2753]={
76852  category="so",
76853  cjkwd="w",
76854  description="BLACK QUESTION MARK ORNAMENT",
76855  direction="on",
76856  linebreak="al",
76857  unicodeslot=0x2753,
76858 },
76859 [0x2754]={
76860  category="so",
76861  cjkwd="w",
76862  description="WHITE QUESTION MARK ORNAMENT",
76863  direction="on",
76864  linebreak="al",
76865  unicodeslot=0x2754,
76866 },
76867 [0x2755]={
76868  category="so",
76869  cjkwd="w",
76870  description="WHITE EXCLAMATION MARK ORNAMENT",
76871  direction="on",
76872  linebreak="al",
76873  unicodeslot=0x2755,
76874 },
76875 [0x2756]={
76876  category="so",
76877  description="BLACK DIAMOND MINUS WHITE X",
76878  direction="on",
76879  linebreak="al",
76880  unicodeslot=0x2756,
76881 },
76882 [0x2757]={
76883  category="so",
76884  cjkwd="w",
76885  description="HEAVY EXCLAMATION MARK SYMBOL",
76886  direction="on",
76887  linebreak="ai",
76888  unicodeslot=0x2757,
76889  variants=variants_emoji,
76890 },
76891 [0x2758]={
76892  category="so",
76893  description="LIGHT VERTICAL BAR",
76894  direction="on",
76895  linebreak="al",
76896  unicodeslot=0x2758,
76897 },
76898 [0x2759]={
76899  category="so",
76900  description="MEDIUM VERTICAL BAR",
76901  direction="on",
76902  linebreak="al",
76903  unicodeslot=0x2759,
76904 },
76905 [0x275A]={
76906  category="so",
76907  description="HEAVY VERTICAL BAR",
76908  direction="on",
76909  linebreak="al",
76910  unicodeslot=0x275A,
76911 },
76912 [0x275B]={
76913  category="so",
76914  description="HEAVY SINGLE TURNED COMMA QUOTATION MARK ORNAMENT",
76915  direction="on",
76916  linebreak="qu",
76917  unicodeslot=0x275B,
76918 },
76919 [0x275C]={
76920  category="so",
76921  description="HEAVY SINGLE COMMA QUOTATION MARK ORNAMENT",
76922  direction="on",
76923  linebreak="qu",
76924  unicodeslot=0x275C,
76925 },
76926 [0x275D]={
76927  category="so",
76928  description="HEAVY DOUBLE TURNED COMMA QUOTATION MARK ORNAMENT",
76929  direction="on",
76930  linebreak="qu",
76931  unicodeslot=0x275D,
76932 },
76933 [0x275E]={
76934  category="so",
76935  description="HEAVY DOUBLE COMMA QUOTATION MARK ORNAMENT",
76936  direction="on",
76937  linebreak="qu",
76938  unicodeslot=0x275E,
76939 },
76940 [0x275F]={
76941  category="so",
76942  description="HEAVY LOW SINGLE COMMA QUOTATION MARK ORNAMENT",
76943  direction="on",
76944  linebreak="qu",
76945  unicodeslot=0x275F,
76946 },
76947 [0x2760]={
76948  category="so",
76949  description="HEAVY LOW DOUBLE COMMA QUOTATION MARK ORNAMENT",
76950  direction="on",
76951  linebreak="qu",
76952  unicodeslot=0x2760,
76953 },
76954 [0x2761]={
76955  category="so",
76956  description="CURVED STEM PARAGRAPH SIGN ORNAMENT",
76957  direction="on",
76958  linebreak="al",
76959  unicodeslot=0x2761,
76960 },
76961 [0x2762]={
76962  category="so",
76963  description="HEAVY EXCLAMATION MARK ORNAMENT",
76964  direction="on",
76965  linebreak="ex",
76966  unicodeslot=0x2762,
76967 },
76968 [0x2763]={
76969  category="so",
76970  description="HEAVY HEART EXCLAMATION MARK ORNAMENT",
76971  direction="on",
76972  linebreak="ex",
76973  unicodeslot=0x2763,
76974  variants=variants_emoji,
76975 },
76976 [0x2764]={
76977  category="so",
76978  description="HEAVY BLACK HEART",
76979  direction="on",
76980  linebreak="id",
76981  unicodeslot=0x2764,
76982  variants=variants_emoji,
76983 },
76984 [0x2765]={
76985  category="so",
76986  description="ROTATED HEAVY BLACK HEART BULLET",
76987  direction="on",
76988  linebreak="al",
76989  unicodeslot=0x2765,
76990 },
76991 [0x2766]={
76992  category="so",
76993  description="FLORAL HEART",
76994  direction="on",
76995  linebreak="al",
76996  synonyms={ "aldus leaf" },
76997  unicodeslot=0x2766,
76998 },
76999 [0x2767]={
77000  category="so",
77001  description="ROTATED FLORAL HEART BULLET",
77002  direction="on",
77003  linebreak="al",
77004  synonyms={ "hedera", "ivy leaf" },
77005  unicodeslot=0x2767,
77006 },
77007 [0x2768]={
77008  category="ps",
77009  description="MEDIUM LEFT PARENTHESIS ORNAMENT",
77010  direction="on",
77011  linebreak="op",
77012  mirror=0x2769,
77013  unicodeslot=0x2768,
77014 },
77015 [0x2769]={
77016  category="pe",
77017  description="MEDIUM RIGHT PARENTHESIS ORNAMENT",
77018  direction="on",
77019  linebreak="cl",
77020  mirror=0x2768,
77021  unicodeslot=0x2769,
77022 },
77023 [0x276A]={
77024  category="ps",
77025  description="MEDIUM FLATTENED LEFT PARENTHESIS ORNAMENT",
77026  direction="on",
77027  linebreak="op",
77028  mirror=0x276B,
77029  unicodeslot=0x276A,
77030 },
77031 [0x276B]={
77032  category="pe",
77033  description="MEDIUM FLATTENED RIGHT PARENTHESIS ORNAMENT",
77034  direction="on",
77035  linebreak="cl",
77036  mirror=0x276A,
77037  unicodeslot=0x276B,
77038 },
77039 [0x276C]={
77040  category="ps",
77041  description="MEDIUM LEFT-POINTING ANGLE BRACKET ORNAMENT",
77042  direction="on",
77043  linebreak="op",
77044  mirror=0x276D,
77045  unicodeslot=0x276C,
77046 },
77047 [0x276D]={
77048  category="pe",
77049  description="MEDIUM RIGHT-POINTING ANGLE BRACKET ORNAMENT",
77050  direction="on",
77051  linebreak="cl",
77052  mirror=0x276C,
77053  unicodeslot=0x276D,
77054 },
77055 [0x276E]={
77056  category="ps",
77057  description="HEAVY LEFT-POINTING ANGLE QUOTATION MARK ORNAMENT",
77058  direction="on",
77059  linebreak="op",
77060  mirror=0x276F,
77061  unicodeslot=0x276E,
77062 },
77063 [0x276F]={
77064  category="pe",
77065  description="HEAVY RIGHT-POINTING ANGLE QUOTATION MARK ORNAMENT",
77066  direction="on",
77067  linebreak="cl",
77068  mirror=0x276E,
77069  unicodeslot=0x276F,
77070 },
77071 [0x2770]={
77072  category="ps",
77073  description="HEAVY LEFT-POINTING ANGLE BRACKET ORNAMENT",
77074  direction="on",
77075  linebreak="op",
77076  mirror=0x2771,
77077  unicodeslot=0x2770,
77078 },
77079 [0x2771]={
77080  category="pe",
77081  description="HEAVY RIGHT-POINTING ANGLE BRACKET ORNAMENT",
77082  direction="on",
77083  linebreak="cl",
77084  mirror=0x2770,
77085  unicodeslot=0x2771,
77086 },
77087 [0x2772]={
77088  category="ps",
77089  description="LIGHT LEFT TORTOISE SHELL BRACKET ORNAMENT",
77090  direction="on",
77091  linebreak="op",
77092  mirror=0x2773,
77093  unicodeslot=0x2772,
77094 },
77095 [0x2773]={
77096  category="pe",
77097  description="LIGHT RIGHT TORTOISE SHELL BRACKET ORNAMENT",
77098  direction="on",
77099  linebreak="cl",
77100  mirror=0x2772,
77101  unicodeslot=0x2773,
77102 },
77103 [0x2774]={
77104  category="ps",
77105  description="MEDIUM LEFT CURLY BRACKET ORNAMENT",
77106  direction="on",
77107  linebreak="op",
77108  mirror=0x2775,
77109  unicodeslot=0x2774,
77110 },
77111 [0x2775]={
77112  category="pe",
77113  description="MEDIUM RIGHT CURLY BRACKET ORNAMENT",
77114  direction="on",
77115  linebreak="cl",
77116  mirror=0x2774,
77117  unicodeslot=0x2775,
77118 },
77119 [0x2776]={
77120  category="no",
77121  cjkwd="a",
77122  description="DINGBAT NEGATIVE CIRCLED DIGIT ONE",
77123  direction="on",
77124  linebreak="ai",
77125  unicodeslot=0x2776,
77126 },
77127 [0x2777]={
77128  category="no",
77129  cjkwd="a",
77130  description="DINGBAT NEGATIVE CIRCLED DIGIT TWO",
77131  direction="on",
77132  linebreak="ai",
77133  unicodeslot=0x2777,
77134 },
77135 [0x2778]={
77136  category="no",
77137  cjkwd="a",
77138  description="DINGBAT NEGATIVE CIRCLED DIGIT THREE",
77139  direction="on",
77140  linebreak="ai",
77141  unicodeslot=0x2778,
77142 },
77143 [0x2779]={
77144  category="no",
77145  cjkwd="a",
77146  description="DINGBAT NEGATIVE CIRCLED DIGIT FOUR",
77147  direction="on",
77148  linebreak="ai",
77149  unicodeslot=0x2779,
77150 },
77151 [0x277A]={
77152  category="no",
77153  cjkwd="a",
77154  description="DINGBAT NEGATIVE CIRCLED DIGIT FIVE",
77155  direction="on",
77156  linebreak="ai",
77157  unicodeslot=0x277A,
77158 },
77159 [0x277B]={
77160  category="no",
77161  cjkwd="a",
77162  description="DINGBAT NEGATIVE CIRCLED DIGIT SIX",
77163  direction="on",
77164  linebreak="ai",
77165  unicodeslot=0x277B,
77166 },
77167 [0x277C]={
77168  category="no",
77169  cjkwd="a",
77170  description="DINGBAT NEGATIVE CIRCLED DIGIT SEVEN",
77171  direction="on",
77172  linebreak="ai",
77173  unicodeslot=0x277C,
77174 },
77175 [0x277D]={
77176  category="no",
77177  cjkwd="a",
77178  description="DINGBAT NEGATIVE CIRCLED DIGIT EIGHT",
77179  direction="on",
77180  linebreak="ai",
77181  unicodeslot=0x277D,
77182 },
77183 [0x277E]={
77184  category="no",
77185  cjkwd="a",
77186  description="DINGBAT NEGATIVE CIRCLED DIGIT NINE",
77187  direction="on",
77188  linebreak="ai",
77189  unicodeslot=0x277E,
77190 },
77191 [0x277F]={
77192  category="no",
77193  cjkwd="a",
77194  description="DINGBAT NEGATIVE CIRCLED NUMBER TEN",
77195  direction="on",
77196  linebreak="ai",
77197  unicodeslot=0x277F,
77198 },
77199 [0x2780]={
77200  category="no",
77201  description="DINGBAT CIRCLED SANS-SERIF DIGIT ONE",
77202  direction="on",
77203  linebreak="ai",
77204  unicodeslot=0x2780,
77205 },
77206 [0x2781]={
77207  category="no",
77208  description="DINGBAT CIRCLED SANS-SERIF DIGIT TWO",
77209  direction="on",
77210  linebreak="ai",
77211  unicodeslot=0x2781,
77212 },
77213 [0x2782]={
77214  category="no",
77215  description="DINGBAT CIRCLED SANS-SERIF DIGIT THREE",
77216  direction="on",
77217  linebreak="ai",
77218  unicodeslot=0x2782,
77219 },
77220 [0x2783]={
77221  category="no",
77222  description="DINGBAT CIRCLED SANS-SERIF DIGIT FOUR",
77223  direction="on",
77224  linebreak="ai",
77225  unicodeslot=0x2783,
77226 },
77227 [0x2784]={
77228  category="no",
77229  description="DINGBAT CIRCLED SANS-SERIF DIGIT FIVE",
77230  direction="on",
77231  linebreak="ai",
77232  unicodeslot=0x2784,
77233 },
77234 [0x2785]={
77235  category="no",
77236  description="DINGBAT CIRCLED SANS-SERIF DIGIT SIX",
77237  direction="on",
77238  linebreak="ai",
77239  unicodeslot=0x2785,
77240 },
77241 [0x2786]={
77242  category="no",
77243  description="DINGBAT CIRCLED SANS-SERIF DIGIT SEVEN",
77244  direction="on",
77245  linebreak="ai",
77246  unicodeslot=0x2786,
77247 },
77248 [0x2787]={
77249  category="no",
77250  description="DINGBAT CIRCLED SANS-SERIF DIGIT EIGHT",
77251  direction="on",
77252  linebreak="ai",
77253  unicodeslot=0x2787,
77254 },
77255 [0x2788]={
77256  category="no",
77257  description="DINGBAT CIRCLED SANS-SERIF DIGIT NINE",
77258  direction="on",
77259  linebreak="ai",
77260  unicodeslot=0x2788,
77261 },
77262 [0x2789]={
77263  category="no",
77264  description="DINGBAT CIRCLED SANS-SERIF NUMBER TEN",
77265  direction="on",
77266  linebreak="ai",
77267  unicodeslot=0x2789,
77268 },
77269 [0x278A]={
77270  category="no",
77271  description="DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT ONE",
77272  direction="on",
77273  linebreak="ai",
77274  unicodeslot=0x278A,
77275 },
77276 [0x278B]={
77277  category="no",
77278  description="DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT TWO",
77279  direction="on",
77280  linebreak="ai",
77281  unicodeslot=0x278B,
77282 },
77283 [0x278C]={
77284  category="no",
77285  description="DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT THREE",
77286  direction="on",
77287  linebreak="ai",
77288  unicodeslot=0x278C,
77289 },
77290 [0x278D]={
77291  category="no",
77292  description="DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT FOUR",
77293  direction="on",
77294  linebreak="ai",
77295  unicodeslot=0x278D,
77296 },
77297 [0x278E]={
77298  category="no",
77299  description="DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT FIVE",
77300  direction="on",
77301  linebreak="ai",
77302  unicodeslot=0x278E,
77303 },
77304 [0x278F]={
77305  category="no",
77306  description="DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT SIX",
77307  direction="on",
77308  linebreak="ai",
77309  unicodeslot=0x278F,
77310 },
77311 [0x2790]={
77312  category="no",
77313  description="DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT SEVEN",
77314  direction="on",
77315  linebreak="ai",
77316  unicodeslot=0x2790,
77317 },
77318 [0x2791]={
77319  category="no",
77320  description="DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT EIGHT",
77321  direction="on",
77322  linebreak="ai",
77323  unicodeslot=0x2791,
77324 },
77325 [0x2792]={
77326  category="no",
77327  description="DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT NINE",
77328  direction="on",
77329  linebreak="ai",
77330  unicodeslot=0x2792,
77331 },
77332 [0x2793]={
77333  category="no",
77334  description="DINGBAT NEGATIVE CIRCLED SANS-SERIF NUMBER TEN",
77335  direction="on",
77336  linebreak="ai",
77337  unicodeslot=0x2793,
77338 },
77339 [0x2794]={
77340  category="so",
77341  description="HEAVY WIDE-HEADED RIGHTWARDS ARROW",
77342  direction="on",
77343  linebreak="al",
77344  unicodeslot=0x2794,
77345 },
77346 [0x2795]={
77347  category="so",
77348  cjkwd="w",
77349  description="HEAVY PLUS SIGN",
77350  direction="on",
77351  linebreak="al",
77352  unicodeslot=0x2795,
77353 },
77354 [0x2796]={
77355  category="so",
77356  cjkwd="w",
77357  description="HEAVY MINUS SIGN",
77358  direction="on",
77359  linebreak="al",
77360  unicodeslot=0x2796,
77361 },
77362 [0x2797]={
77363  category="so",
77364  cjkwd="w",
77365  description="HEAVY DIVISION SIGN",
77366  direction="on",
77367  linebreak="al",
77368  unicodeslot=0x2797,
77369 },
77370 [0x2798]={
77371  category="so",
77372  description="HEAVY SOUTH EAST ARROW",
77373  direction="on",
77374  linebreak="al",
77375  unicodeslot=0x2798,
77376 },
77377 [0x2799]={
77378  category="so",
77379  description="HEAVY RIGHTWARDS ARROW",
77380  direction="on",
77381  linebreak="al",
77382  unicodeslot=0x2799,
77383 },
77384 [0x279A]={
77385  category="so",
77386  description="HEAVY NORTH EAST ARROW",
77387  direction="on",
77388  linebreak="al",
77389  unicodeslot=0x279A,
77390 },
77391 [0x279B]={
77392  category="so",
77393  description="DRAFTING POINT RIGHTWARDS ARROW",
77394  direction="on",
77395  linebreak="al",
77396  unicodeslot=0x279B,
77397 },
77398 [0x279C]={
77399  category="so",
77400  description="HEAVY ROUND-TIPPED RIGHTWARDS ARROW",
77401  direction="on",
77402  linebreak="al",
77403  unicodeslot=0x279C,
77404 },
77405 [0x279D]={
77406  category="so",
77407  description="TRIANGLE-HEADED RIGHTWARDS ARROW",
77408  direction="on",
77409  linebreak="al",
77410  unicodeslot=0x279D,
77411 },
77412 [0x279E]={
77413  category="so",
77414  description="HEAVY TRIANGLE-HEADED RIGHTWARDS ARROW",
77415  direction="on",
77416  linebreak="al",
77417  unicodeslot=0x279E,
77418 },
77419 [0x279F]={
77420  category="so",
77421  description="DASHED TRIANGLE-HEADED RIGHTWARDS ARROW",
77422  direction="on",
77423  linebreak="al",
77424  unicodeslot=0x279F,
77425 },
77426 [0x27A0]={
77427  category="so",
77428  description="HEAVY DASHED TRIANGLE-HEADED RIGHTWARDS ARROW",
77429  direction="on",
77430  linebreak="al",
77431  unicodeslot=0x27A0,
77432 },
77433 [0x27A1]={
77434  category="so",
77435  description="BLACK RIGHTWARDS ARROW",
77436  direction="on",
77437  linebreak="al",
77438  unicodeslot=0x27A1,
77439  variants=variants_emoji,
77440 },
77441 [0x27A2]={
77442  category="so",
77443  description="THREE-D TOP-LIGHTED RIGHTWARDS ARROWHEAD",
77444  direction="on",
77445  linebreak="al",
77446  unicodeslot=0x27A2,
77447 },
77448 [0x27A3]={
77449  category="so",
77450  description="THREE-D BOTTOM-LIGHTED RIGHTWARDS ARROWHEAD",
77451  direction="on",
77452  linebreak="al",
77453  unicodeslot=0x27A3,
77454 },
77455 [0x27A4]={
77456  category="so",
77457  description="BLACK RIGHTWARDS ARROWHEAD",
77458  direction="on",
77459  linebreak="al",
77460  unicodeslot=0x27A4,
77461 },
77462 [0x27A5]={
77463  category="so",
77464  description="HEAVY BLACK CURVED DOWNWARDS AND RIGHTWARDS ARROW",
77465  direction="on",
77466  linebreak="al",
77467  unicodeslot=0x27A5,
77468 },
77469 [0x27A6]={
77470  category="so",
77471  description="HEAVY BLACK CURVED UPWARDS AND RIGHTWARDS ARROW",
77472  direction="on",
77473  linebreak="al",
77474  unicodeslot=0x27A6,
77475 },
77476 [0x27A7]={
77477  category="so",
77478  description="SQUAT BLACK RIGHTWARDS ARROW",
77479  direction="on",
77480  linebreak="al",
77481  unicodeslot=0x27A7,
77482 },
77483 [0x27A8]={
77484  category="so",
77485  description="HEAVY CONCAVE-POINTED BLACK RIGHTWARDS ARROW",
77486  direction="on",
77487  linebreak="al",
77488  unicodeslot=0x27A8,
77489 },
77490 [0x27A9]={
77491  category="so",
77492  description="RIGHT-SHADED WHITE RIGHTWARDS ARROW",
77493  direction="on",
77494  linebreak="al",
77495  unicodeslot=0x27A9,
77496 },
77497 [0x27AA]={
77498  category="so",
77499  description="LEFT-SHADED WHITE RIGHTWARDS ARROW",
77500  direction="on",
77501  linebreak="al",
77502  unicodeslot=0x27AA,
77503 },
77504 [0x27AB]={
77505  category="so",
77506  description="BACK-TILTED SHADOWED WHITE RIGHTWARDS ARROW",
77507  direction="on",
77508  linebreak="al",
77509  unicodeslot=0x27AB,
77510 },
77511 [0x27AC]={
77512  category="so",
77513  description="FRONT-TILTED SHADOWED WHITE RIGHTWARDS ARROW",
77514  direction="on",
77515  linebreak="al",
77516  unicodeslot=0x27AC,
77517 },
77518 [0x27AD]={
77519  category="so",
77520  description="HEAVY LOWER RIGHT-SHADOWED WHITE RIGHTWARDS ARROW",
77521  direction="on",
77522  linebreak="al",
77523  unicodeslot=0x27AD,
77524 },
77525 [0x27AE]={
77526  category="so",
77527  description="HEAVY UPPER RIGHT-SHADOWED WHITE RIGHTWARDS ARROW",
77528  direction="on",
77529  linebreak="al",
77530  unicodeslot=0x27AE,
77531 },
77532 [0x27AF]={
77533  category="so",
77534  description="NOTCHED LOWER RIGHT-SHADOWED WHITE RIGHTWARDS ARROW",
77535  direction="on",
77536  linebreak="al",
77537  unicodeslot=0x27AF,
77538 },
77539 [0x27B0]={
77540  category="so",
77541  cjkwd="w",
77542  description="CURLY LOOP",
77543  direction="on",
77544  linebreak="al",
77545  unicodeslot=0x27B0,
77546 },
77547 [0x27B1]={
77548  category="so",
77549  description="NOTCHED UPPER RIGHT-SHADOWED WHITE RIGHTWARDS ARROW",
77550  direction="on",
77551  linebreak="al",
77552  unicodeslot=0x27B1,
77553 },
77554 [0x27B2]={
77555  category="so",
77556  description="CIRCLED HEAVY WHITE RIGHTWARDS ARROW",
77557  direction="on",
77558  linebreak="al",
77559  unicodeslot=0x27B2,
77560 },
77561 [0x27B3]={
77562  category="so",
77563  description="WHITE-FEATHERED RIGHTWARDS ARROW",
77564  direction="on",
77565  linebreak="al",
77566  unicodeslot=0x27B3,
77567 },
77568 [0x27B4]={
77569  category="so",
77570  description="BLACK-FEATHERED SOUTH EAST ARROW",
77571  direction="on",
77572  linebreak="al",
77573  unicodeslot=0x27B4,
77574 },
77575 [0x27B5]={
77576  category="so",
77577  description="BLACK-FEATHERED RIGHTWARDS ARROW",
77578  direction="on",
77579  linebreak="al",
77580  unicodeslot=0x27B5,
77581 },
77582 [0x27B6]={
77583  category="so",
77584  description="BLACK-FEATHERED NORTH EAST ARROW",
77585  direction="on",
77586  linebreak="al",
77587  unicodeslot=0x27B6,
77588 },
77589 [0x27B7]={
77590  category="so",
77591  description="HEAVY BLACK-FEATHERED SOUTH EAST ARROW",
77592  direction="on",
77593  linebreak="al",
77594  unicodeslot=0x27B7,
77595 },
77596 [0x27B8]={
77597  category="so",
77598  description="HEAVY BLACK-FEATHERED RIGHTWARDS ARROW",
77599  direction="on",
77600  linebreak="al",
77601  unicodeslot=0x27B8,
77602 },
77603 [0x27B9]={
77604  category="so",
77605  description="HEAVY BLACK-FEATHERED NORTH EAST ARROW",
77606  direction="on",
77607  linebreak="al",
77608  unicodeslot=0x27B9,
77609 },
77610 [0x27BA]={
77611  category="so",
77612  description="TEARDROP-BARBED RIGHTWARDS ARROW",
77613  direction="on",
77614  linebreak="al",
77615  unicodeslot=0x27BA,
77616 },
77617 [0x27BB]={
77618  category="so",
77619  description="HEAVY TEARDROP-SHANKED RIGHTWARDS ARROW",
77620  direction="on",
77621  linebreak="al",
77622  unicodeslot=0x27BB,
77623 },
77624 [0x27BC]={
77625  category="so",
77626  description="WEDGE-TAILED RIGHTWARDS ARROW",
77627  direction="on",
77628  linebreak="al",
77629  unicodeslot=0x27BC,
77630 },
77631 [0x27BD]={
77632  category="so",
77633  description="HEAVY WEDGE-TAILED RIGHTWARDS ARROW",
77634  direction="on",
77635  linebreak="al",
77636  unicodeslot=0x27BD,
77637 },
77638 [0x27BE]={
77639  category="so",
77640  description="OPEN-OUTLINED RIGHTWARDS ARROW",
77641  direction="on",
77642  linebreak="al",
77643  unicodeslot=0x27BE,
77644 },
77645 [0x27BF]={
77646  category="so",
77647  cjkwd="w",
77648  description="DOUBLE CURLY LOOP",
77649  direction="on",
77650  linebreak="al",
77651  unicodeslot=0x27BF,
77652 },
77653 [0x27C0]={
77654  category="sm",
77655  description="THREE DIMENSIONAL ANGLE",
77656  direction="on",
77657  linebreak="al",
77658  unicodeslot=0x27C0,
77659 },
77660 [0x27C1]={
77661  category="sm",
77662  description="WHITE TRIANGLE CONTAINING SMALL WHITE TRIANGLE",
77663  direction="on",
77664  linebreak="al",
77665  unicodeslot=0x27C1,
77666 },
77667 [0x27C2]={
77668  category="sm",
77669  description="PERPENDICULAR",
77670  direction="on",
77671  linebreak="al",
77672  unicodeslot=0x27C2,
77673 },
77674 [0x27C3]={
77675  category="sm",
77676  description="OPEN SUBSET",
77677  direction="on",
77678  linebreak="al",
77679  mirror=0x27C4,
77680  unicodeslot=0x27C3,
77681 },
77682 [0x27C4]={
77683  category="sm",
77684  description="OPEN SUPERSET",
77685  direction="on",
77686  linebreak="al",
77687  mirror=0x27C3,
77688  unicodeslot=0x27C4,
77689 },
77690 [0x27C5]={
77691  category="ps",
77692  description="LEFT S-SHAPED BAG DELIMITER",
77693  direction="on",
77694  linebreak="op",
77695  mirror=0x27C6,
77696  unicodeslot=0x27C5,
77697 },
77698 [0x27C6]={
77699  category="pe",
77700  description="RIGHT S-SHAPED BAG DELIMITER",
77701  direction="on",
77702  linebreak="cl",
77703  mirror=0x27C5,
77704  unicodeslot=0x27C6,
77705 },
77706 [0x27C7]={
77707  category="sm",
77708  description="OR WITH DOT INSIDE",
77709  direction="on",
77710  linebreak="al",
77711  unicodeslot=0x27C7,
77712 },
77713 [0x27C8]={
77714  category="sm",
77715  description="REVERSE SOLIDUS PRECEDING SUBSET",
77716  direction="on",
77717  linebreak="al",
77718  mirror=0x27C9,
77719  unicodeslot=0x27C8,
77720 },
77721 [0x27C9]={
77722  category="sm",
77723  description="SUPERSET PRECEDING SOLIDUS",
77724  direction="on",
77725  linebreak="al",
77726  mirror=0x27C8,
77727  unicodeslot=0x27C9,
77728 },
77729 [0x27CA]={
77730  category="sm",
77731  description="VERTICAL BAR WITH HORIZONTAL STROKE",
77732  direction="on",
77733  linebreak="al",
77734  unicodeslot=0x27CA,
77735 },
77736 [0x27CB]={
77737  category="sm",
77738  comment="check math properties",
77739  description="MATHEMATICAL RISING DIAGONAL",
77740  direction="on",
77741  linebreak="al",
77742  mirror=0x27CD,
77743  unicodeslot=0x27CB,
77744 },
77745 [0x27CC]={
77746  category="sm",
77747  description="LONG DIVISION",
77748  direction="on",
77749  linebreak="al",
77750  unicodeslot=0x27CC,
77751 },
77752 [0x27CD]={
77753  category="sm",
77754  comment="check math properties",
77755  description="MATHEMATICAL FALLING DIAGONAL",
77756  direction="on",
77757  linebreak="al",
77758  mirror=0x27CB,
77759  unicodeslot=0x27CD,
77760 },
77761 [0x27CE]={
77762  category="sm",
77763  description="SQUARED LOGICAL AND",
77764  direction="on",
77765  linebreak="al",
77766  unicodeslot=0x27CE,
77767 },
77768 [0x27CF]={
77769  category="sm",
77770  description="SQUARED LOGICAL OR",
77771  direction="on",
77772  linebreak="al",
77773  unicodeslot=0x27CF,
77774 },
77775 [0x27D0]={
77776  category="sm",
77777  description="WHITE DIAMOND WITH CENTRED DOT",
77778  direction="on",
77779  linebreak="al",
77780  unicodeslot=0x27D0,
77781 },
77782 [0x27D1]={
77783  category="sm",
77784  description="AND WITH DOT",
77785  direction="on",
77786  linebreak="al",
77787  unicodeslot=0x27D1,
77788 },
77789 [0x27D2]={
77790  category="sm",
77791  description="ELEMENT OF OPENING UPWARDS",
77792  direction="on",
77793  linebreak="al",
77794  unicodeslot=0x27D2,
77795 },
77796 [0x27D3]={
77797  category="sm",
77798  description="LOWER RIGHT CORNER WITH DOT",
77799  direction="on",
77800  linebreak="al",
77801  synonyms={ "pullback" },
77802  unicodeslot=0x27D3,
77803 },
77804 [0x27D4]={
77805  category="sm",
77806  description="UPPER LEFT CORNER WITH DOT",
77807  direction="on",
77808  linebreak="al",
77809  synonyms={ "pushout" },
77810  unicodeslot=0x27D4,
77811 },
77812 [0x27D5]={
77813  category="sm",
77814  description="LEFT OUTER JOIN",
77815  direction="on",
77816  linebreak="al",
77817  mirror=0x27D6,
77818  unicodeslot=0x27D5,
77819 },
77820 [0x27D6]={
77821  category="sm",
77822  description="RIGHT OUTER JOIN",
77823  direction="on",
77824  linebreak="al",
77825  mirror=0x27D5,
77826  unicodeslot=0x27D6,
77827 },
77828 [0x27D7]={
77829  category="sm",
77830  description="FULL OUTER JOIN",
77831  direction="on",
77832  linebreak="al",
77833  unicodeslot=0x27D7,
77834 },
77835 [0x27D8]={
77836  category="sm",
77837  description="LARGE UP TACK",
77838  direction="on",
77839  linebreak="al",
77840  unicodeslot=0x27D8,
77841 },
77842 [0x27D9]={
77843  category="sm",
77844  description="LARGE DOWN TACK",
77845  direction="on",
77846  linebreak="al",
77847  unicodeslot=0x27D9,
77848 },
77849 [0x27DA]={
77850  category="sm",
77851  description="LEFT AND RIGHT DOUBLE TURNSTILE",
77852  direction="on",
77853  linebreak="al",
77854  unicodeslot=0x27DA,
77855 },
77856 [0x27DB]={
77857  category="sm",
77858  description="LEFT AND RIGHT TACK",
77859  direction="on",
77860  linebreak="al",
77861  unicodeslot=0x27DB,
77862 },
77863 [0x27DC]={
77864  category="sm",
77865  description="LEFT MULTIMAP",
77866  direction="on",
77867  linebreak="al",
77868  mirror=0x22B8,
77869  unicodeslot=0x27DC,
77870 },
77871 [0x27DD]={
77872  category="sm",
77873  description="LONG RIGHT TACK",
77874  direction="on",
77875  linebreak="al",
77876  mirror=0x27DE,
77877  unicodeslot=0x27DD,
77878 },
77879 [0x27DE]={
77880  category="sm",
77881  description="LONG LEFT TACK",
77882  direction="on",
77883  linebreak="al",
77884  mirror=0x27DD,
77885  unicodeslot=0x27DE,
77886 },
77887 [0x27DF]={
77888  category="sm",
77889  description="UP TACK WITH CIRCLE ABOVE",
77890  direction="on",
77891  linebreak="al",
77892  synonyms={ "radial component" },
77893  unicodeslot=0x27DF,
77894 },
77895 [0x27E0]={
77896  category="sm",
77897  description="LOZENGE DIVIDED BY HORIZONTAL RULE",
77898  direction="on",
77899  linebreak="al",
77900  unicodeslot=0x27E0,
77901 },
77902 [0x27E1]={
77903  category="sm",
77904  description="WHITE CONCAVE-SIDED DIAMOND",
77905  direction="on",
77906  linebreak="al",
77907  unicodeslot=0x27E1,
77908 },
77909 [0x27E2]={
77910  category="sm",
77911  description="WHITE CONCAVE-SIDED DIAMOND WITH LEFTWARDS TICK",
77912  direction="on",
77913  linebreak="al",
77914  mirror=0x27E3,
77915  unicodeslot=0x27E2,
77916 },
77917 [0x27E3]={
77918  category="sm",
77919  description="WHITE CONCAVE-SIDED DIAMOND WITH RIGHTWARDS TICK",
77920  direction="on",
77921  linebreak="al",
77922  mirror=0x27E2,
77923  unicodeslot=0x27E3,
77924 },
77925 [0x27E4]={
77926  category="sm",
77927  description="WHITE SQUARE WITH LEFTWARDS TICK",
77928  direction="on",
77929  linebreak="al",
77930  mirror=0x27E5,
77931  unicodeslot=0x27E4,
77932 },
77933 [0x27E5]={
77934  category="sm",
77935  description="WHITE SQUARE WITH RIGHTWARDS TICK",
77936  direction="on",
77937  linebreak="al",
77938  mirror=0x27E4,
77939  unicodeslot=0x27E5,
77940 },
77941 [0x27E6]={
77942  category="ps",
77943  cjkwd="na",
77944  description="MATHEMATICAL LEFT WHITE SQUARE BRACKET",
77945  direction="on",
77946  linebreak="op",
77947  mathclass="open",
77948  mathname="llbracket",
77949  mirror=0x27E7,
77950  synonyms={ "left bag bracket" },
77951  unicodeslot=0x27E6,
77952 },
77953 [0x27E7]={
77954  category="pe",
77955  cjkwd="na",
77956  description="MATHEMATICAL RIGHT WHITE SQUARE BRACKET",
77957  direction="on",
77958  linebreak="cl",
77959  mathclass="close",
77960  mathname="rrbracket",
77961  mirror=0x27E6,
77962  synonyms={ "right bag bracket" },
77963  unicodeslot=0x27E7,
77964 },
77965 [0x27E8]={
77966  category="ps",
77967  cjkwd="na",
77968  description="MATHEMATICAL LEFT ANGLE BRACKET",
77969  direction="on",
77970  linebreak="op",
77971  mathclass="open",
77972  mathname="langle",
77973  mirror=0x27E9,
77974  synonyms={ "bra", "left sequence bracket" },
77975  unicodeslot=0x27E8,
77976 },
77977 [0x27E9]={
77978  category="pe",
77979  cjkwd="na",
77980  description="MATHEMATICAL RIGHT ANGLE BRACKET",
77981  direction="on",
77982  linebreak="cl",
77983  mathclass="close",
77984  mathname="rangle",
77985  mirror=0x27E8,
77986  synonyms={ "ket", "right sequence bracket" },
77987  unicodeslot=0x27E9,
77988 },
77989 [0x27EA]={
77990  category="ps",
77991  cjkwd="na",
77992  description="MATHEMATICAL LEFT DOUBLE ANGLE BRACKET",
77993  direction="on",
77994  linebreak="op",
77995  mathclass="open",
77996  mathname="llangle",
77997  mirror=0x27EB,
77998  synonyms={ "left chevron bracket" },
77999  unicodeslot=0x27EA,
78000 },
78001 [0x27EB]={
78002  category="pe",
78003  cjkwd="na",
78004  description="MATHEMATICAL RIGHT DOUBLE ANGLE BRACKET",
78005  direction="on",
78006  linebreak="cl",
78007  mathclass="close",
78008  mathname="rrangle",
78009  mirror=0x27EA,
78010  synonyms={ "right chevron bracket" },
78011  unicodeslot=0x27EB,
78012 },
78013 [0x27EC]={
78014  category="ps",
78015  cjkwd="na",
78016  description="MATHEMATICAL LEFT WHITE TORTOISE SHELL BRACKET",
78017  direction="on",
78018  linebreak="op",
78019  mirror=0x27ED,
78020  unicodeslot=0x27EC,
78021 },
78022 [0x27ED]={
78023  category="pe",
78024  cjkwd="na",
78025  description="MATHEMATICAL RIGHT WHITE TORTOISE SHELL BRACKET",
78026  direction="on",
78027  linebreak="cl",
78028  mirror=0x27EC,
78029  unicodeslot=0x27ED,
78030 },
78031 [0x27EE]={
78032  category="ps",
78033  description="MATHEMATICAL LEFT FLATTENED PARENTHESIS",
78034  direction="on",
78035  linebreak="op",
78036  mathclass="open",
78037  mathname="lgroup",
78038  mirror=0x27EF,
78039  synonyms={ "lgroup" },
78040  unicodeslot=0x27EE,
78041 },
78042 [0x27EF]={
78043  category="pe",
78044  description="MATHEMATICAL RIGHT FLATTENED PARENTHESIS",
78045  direction="on",
78046  linebreak="cl",
78047  mathclass="close",
78048  mathname="rgroup",
78049  mirror=0x27EE,
78050  synonyms={ "rgroup" },
78051  unicodeslot=0x27EF,
78052 },
78053 [0x27F0]={
78054  category="sm",
78055  description="UPWARDS QUADRUPLE ARROW",
78056  direction="on",
78057  linebreak="al",
78058  mathextensible="u",
78059  unicodeslot=0x27F0,
78060 },
78061 [0x27F1]={
78062  category="sm",
78063  description="DOWNWARDS QUADRUPLE ARROW",
78064  direction="on",
78065  linebreak="al",
78066  mathextensible="v",
78067  unicodeslot=0x27F1,
78068 },
78069 [0x27F2]={
78070  category="sm",
78071  description="ANTICLOCKWISE GAPPED CIRCLE ARROW",
78072  direction="on",
78073  linebreak="al",
78074  unicodeslot=0x27F2,
78075 },
78076 [0x27F3]={
78077  category="sm",
78078  description="CLOCKWISE GAPPED CIRCLE ARROW",
78079  direction="on",
78080  linebreak="al",
78081  unicodeslot=0x27F3,
78082 },
78083 [0x27F4]={
78084  category="sm",
78085  description="RIGHT ARROW WITH CIRCLED PLUS",
78086  direction="on",
78087  linebreak="al",
78088  mathextensible="r",
78089  unicodeslot=0x27F4,
78090 },
78091 [0x27F5]={
78092  category="sm",
78093  description="LONG LEFTWARDS ARROW",
78094  direction="on",
78095  linebreak="al",
78096  mathclass="relation",
78097  mathextensible="l",
78098  mathlist={ 0x3C, 0x2212, 0x2212 },
78099  mathname="longleftarrow",
78100  unicodeslot=0x27F5,
78101 },
78102 [0x27F6]={
78103  category="sm",
78104  comment="the parent hack is needed for mathml",
78105  description="LONG RIGHTWARDS ARROW",
78106  direction="on",
78107  linebreak="al",
78108  mathclass="relation",
78109  mathextensible="r",
78110  mathfiller="rightarrowfill",
78111  mathgroup="binary relation",
78112  mathlist={ 0x2212, 0x2212, 0x3E },
78113  mathmeaning="to",
78114  mathname="longrightarrow",
78115  mathparent=0x2192,
78116  unicodeslot=0x27F6,
78117 },
78118 [0x27F7]={
78119  category="sm",
78120  comment="the parent hack is needed for mathml",
78121  description="LONG LEFT RIGHT ARROW",
78122  direction="on",
78123  linebreak="al",
78124  mathclass="relation",
78125  mathextensible="h",
78126  mathfiller="leftrightarrowfill",
78127  mathlist={ 0x3C, 0x2212, 0x2212, 0x3E },
78128  mathname="longleftrightarrow",
78129  mathparent=0x2190,
78130  unicodeslot=0x27F7,
78131 },
78132 [0x27F8]={
78133  category="sm",
78134  description="LONG LEFTWARDS DOUBLE ARROW",
78135  direction="on",
78136  linebreak="al",
78137  mathclass="relation",
78138  mathextensible="l",
78139  mathfiller="Leftarrowfill",
78140  mathgroup="binary relation",
78141  mathlist={ 0x3C, 0x3D, 0x3D, 0x3D },
78142  mathmeaning="is implied by",
78143  mathname="Longleftarrow",
78144  unicodeslot=0x27F8,
78145 },
78146 [0x27F9]={
78147  category="sm",
78148  comment="watch the virtual mathpair",
78149  description="LONG RIGHTWARDS DOUBLE ARROW",
78150  direction="on",
78151  linebreak="al",
78152  mathclass="relation",
78153  mathextensible="r",
78154  mathfiller="Rightarrowfill",
78155  mathgroup="binary relation",
78156  mathlist={ 0x3D, 0x3D, 0x3D, 0x3E },
78157  mathmeaning="implies",
78158  mathname="Longrightarrow",
78159  unicodeslot=0x27F9,
78160 },
78161 [0x27FA]={
78162  category="sm",
78163  description="LONG LEFT RIGHT DOUBLE ARROW",
78164  direction="on",
78165  linebreak="al",
78166  mathclass="relation",
78167  mathextensible="h",
78168  mathfiller="Leftrightarrowfill",
78169  mathgroup="binary relation",
78170  mathlist={ 0x3C, 0x3D, 0x3D, 0x3D, 0x3E },
78171  mathmeaning="if, and only if",
78172  mathname="Longleftrightarrow",
78173  unicodeslot=0x27FA,
78174 },
78175 [0x27FB]={
78176  category="sm",
78177  description="LONG LEFTWARDS ARROW FROM BAR",
78178  direction="on",
78179  linebreak="al",
78180  mathclass="relation",
78181  mathextensible="l",
78182  mathgroup="binary relation",
78183  mathmeaning="maps from",
78184  mathname="longmapsfrom",
78185  unicodeslot=0x27FB,
78186 },
78187 [0x27FC]={
78188  category="sm",
78189  description="LONG RIGHTWARDS ARROW FROM BAR",
78190  direction="on",
78191  linebreak="al",
78192  mathclass="relation",
78193  mathextensible="r",
78194  mathgroup="binary relation",
78195  mathmeaning="maps to",
78196  mathname="longmapsto",
78197  unicodeslot=0x27FC,
78198 },
78199 [0x27FD]={
78200  category="sm",
78201  description="LONG LEFTWARDS DOUBLE ARROW FROM BAR",
78202  direction="on",
78203  linebreak="al",
78204  mathclass="relation",
78205  mathextensible="l",
78206  mathname="Longmapsfrom",
78207  unicodeslot=0x27FD,
78208 },
78209 [0x27FE]={
78210  category="sm",
78211  description="LONG RIGHTWARDS DOUBLE ARROW FROM BAR",
78212  direction="on",
78213  linebreak="al",
78214  mathclass="relation",
78215  mathextensible="r",
78216  mathname="Longmapsto",
78217  unicodeslot=0x27FE,
78218 },
78219 [0x27FF]={
78220  category="sm",
78221  description="LONG RIGHTWARDS SQUIGGLE ARROW",
78222  direction="on",
78223  linebreak="al",
78224  mathclass="relation",
78225  mathextensible="r",
78226  mathname="longrightsquigarrow",
78227  unicodeslot=0x27FF,
78228 },
78229 [0x2800]={
78230  category="so",
78231  description="BRAILLE PATTERN BLANK",
78232  direction="l",
78233  linebreak="al",
78234  unicodeslot=0x2800,
78235 },
78236 [0x2801]={
78237  category="so",
78238  description="BRAILLE PATTERN DOTS-0x0001",
78239  direction="l",
78240  linebreak="al",
78241  unicodeslot=0x2801,
78242 },
78243 [0x2802]={
78244  category="so",
78245  description="BRAILLE PATTERN DOTS-0x0002",
78246  direction="l",
78247  linebreak="al",
78248  unicodeslot=0x2802,
78249 },
78250 [0x2803]={
78251  category="so",
78252  description="BRAILLE PATTERN DOTS-0x000C",
78253  direction="l",
78254  linebreak="al",
78255  unicodeslot=0x2803,
78256 },
78257 [0x2804]={
78258  category="so",
78259  description="BRAILLE PATTERN DOTS-0x0003",
78260  direction="l",
78261  linebreak="al",
78262  unicodeslot=0x2804,
78263 },
78264 [0x2805]={
78265  category="so",
78266  description="BRAILLE PATTERN DOTS-0x000D",
78267  direction="l",
78268  linebreak="al",
78269  unicodeslot=0x2805,
78270 },
78271 [0x2806]={
78272  category="so",
78273  description="BRAILLE PATTERN DOTS-0x0017",
78274  direction="l",
78275  linebreak="al",
78276  unicodeslot=0x2806,
78277 },
78278 [0x2807]={
78279  category="so",
78280  description="BRAILLE PATTERN DOTS-0x007B",
78281  direction="l",
78282  linebreak="al",
78283  unicodeslot=0x2807,
78284 },
78285 [0x2808]={
78286  category="so",
78287  description="BRAILLE PATTERN DOTS-0x0004",
78288  direction="l",
78289  linebreak="al",
78290  unicodeslot=0x2808,
78291 },
78292 [0x2809]={
78293  category="so",
78294  description="BRAILLE PATTERN DOTS-0x000E",
78295  direction="l",
78296  linebreak="al",
78297  unicodeslot=0x2809,
78298 },
78299 [0x280A]={
78300  category="so",
78301  description="BRAILLE PATTERN DOTS-0x0018",
78302  direction="l",
78303  linebreak="al",
78304  unicodeslot=0x280A,
78305 },
78306 [0x280B]={
78307  category="so",
78308  description="BRAILLE PATTERN DOTS-0x007C",
78309  direction="l",
78310  linebreak="al",
78311  unicodeslot=0x280B,
78312 },
78313 [0x280C]={
78314  category="so",
78315  description="BRAILLE PATTERN DOTS-0x0022",
78316  direction="l",
78317  linebreak="al",
78318  unicodeslot=0x280C,
78319 },
78320 [0x280D]={
78321  category="so",
78322  description="BRAILLE PATTERN DOTS-0x0086",
78323  direction="l",
78324  linebreak="al",
78325  unicodeslot=0x280D,
78326 },
78327 [0x280E]={
78328  category="so",
78329  description="BRAILLE PATTERN DOTS-0x00EA",
78330  direction="l",
78331  linebreak="al",
78332  unicodeslot=0x280E,
78333 },
78334 [0x280F]={
78335  category="so",
78336  description="BRAILLE PATTERN DOTS-0x04D2",
78337  direction="l",
78338  linebreak="al",
78339  unicodeslot=0x280F,
78340 },
78341 [0x2810]={
78342  category="so",
78343  description="BRAILLE PATTERN DOTS-0x0005",
78344  direction="l",
78345  linebreak="al",
78346  unicodeslot=0x2810,
78347 },
78348 [0x2811]={
78349  category="so",
78350  description="BRAILLE PATTERN DOTS-0x000F",
78351  direction="l",
78352  linebreak="al",
78353  unicodeslot=0x2811,
78354 },
78355 [0x2812]={
78356  category="so",
78357  description="BRAILLE PATTERN DOTS-0x0019",
78358  direction="l",
78359  linebreak="al",
78360  unicodeslot=0x2812,
78361 },
78362 [0x2813]={
78363  category="so",
78364  description="BRAILLE PATTERN DOTS-0x007D",
78365  direction="l",
78366  linebreak="al",
78367  unicodeslot=0x2813,
78368 },
78369 [0x2814]={
78370  category="so",
78371  description="BRAILLE PATTERN DOTS-0x0023",
78372  direction="l",
78373  linebreak="al",
78374  unicodeslot=0x2814,
78375 },
78376 [0x2815]={
78377  category="so",
78378  description="BRAILLE PATTERN DOTS-0x0087",
78379  direction="l",
78380  linebreak="al",
78381  unicodeslot=0x2815,
78382 },
78383 [0x2816]={
78384  category="so",
78385  description="BRAILLE PATTERN DOTS-0x00EB",
78386  direction="l",
78387  linebreak="al",
78388  unicodeslot=0x2816,
78389 },
78390 [0x2817]={
78391  category="so",
78392  description="BRAILLE PATTERN DOTS-0x04D3",
78393  direction="l",
78394  linebreak="al",
78395  unicodeslot=0x2817,
78396 },
78397 [0x2818]={
78398  category="so",
78399  description="BRAILLE PATTERN DOTS-0x002D",
78400  direction="l",
78401  linebreak="al",
78402  unicodeslot=0x2818,
78403 },
78404 [0x2819]={
78405  category="so",
78406  description="BRAILLE PATTERN DOTS-0x0091",
78407  direction="l",
78408  linebreak="al",
78409  unicodeslot=0x2819,
78410 },
78411 [0x281A]={
78412  category="so",
78413  description="BRAILLE PATTERN DOTS-0x00F5",
78414  direction="l",
78415  linebreak="al",
78416  unicodeslot=0x281A,
78417 },
78418 [0x281B]={
78419  category="so",
78420  description="BRAILLE PATTERN DOTS-0x04DD",
78421  direction="l",
78422  linebreak="al",
78423  unicodeslot=0x281B,
78424 },
78425 [0x281C]={
78426  category="so",
78427  description="BRAILLE PATTERN DOTS-0x0159",
78428  direction="l",
78429  linebreak="al",
78430  unicodeslot=0x281C,
78431 },
78432 [0x281D]={
78433  category="so",
78434  description="BRAILLE PATTERN DOTS-0x0541",
78435  direction="l",
78436  linebreak="al",
78437  unicodeslot=0x281D,
78438 },
78439 [0x281E]={
78440  category="so",
78441  description="BRAILLE PATTERN DOTS-0x0929",
78442  direction="l",
78443  linebreak="al",
78444  unicodeslot=0x281E,
78445 },
78446 [0x281F]={
78447  category="so",
78448  description="BRAILLE PATTERN DOTS-0x3039",
78449  direction="l",
78450  linebreak="al",
78451  unicodeslot=0x281F,
78452 },
78453 [0x2820]={
78454  category="so",
78455  description="BRAILLE PATTERN DOTS-0x0006",
78456  direction="l",
78457  linebreak="al",
78458  unicodeslot=0x2820,
78459 },
78460 [0x2821]={
78461  category="so",
78462  description="BRAILLE PATTERN DOTS-0x0010",
78463  direction="l",
78464  linebreak="al",
78465  unicodeslot=0x2821,
78466 },
78467 [0x2822]={
78468  category="so",
78469  description="BRAILLE PATTERN DOTS-0x001A",
78470  direction="l",
78471  linebreak="al",
78472  unicodeslot=0x2822,
78473 },
78474 [0x2823]={
78475  category="so",
78476  description="BRAILLE PATTERN DOTS-0x007E",
78477  direction="l",
78478  linebreak="al",
78479  unicodeslot=0x2823,
78480 },
78481 [0x2824]={
78482  category="so",
78483  description="BRAILLE PATTERN DOTS-0x0024",
78484  direction="l",
78485  linebreak="al",
78486  unicodeslot=0x2824,
78487 },
78488 [0x2825]={
78489  category="so",
78490  description="BRAILLE PATTERN DOTS-0x0088",
78491  direction="l",
78492  linebreak="al",
78493  unicodeslot=0x2825,
78494 },
78495 [0x2826]={
78496  category="so",
78497  description="BRAILLE PATTERN DOTS-0x00EC",
78498  direction="l",
78499  linebreak="al",
78500  unicodeslot=0x2826,
78501 },
78502 [0x2827]={
78503  category="so",
78504  description="BRAILLE PATTERN DOTS-0x04D4",
78505  direction="l",
78506  linebreak="al",
78507  unicodeslot=0x2827,
78508 },
78509 [0x2828]={
78510  category="so",
78511  description="BRAILLE PATTERN DOTS-0x002E",
78512  direction="l",
78513  linebreak="al",
78514  unicodeslot=0x2828,
78515 },
78516 [0x2829]={
78517  category="so",
78518  description="BRAILLE PATTERN DOTS-0x0092",
78519  direction="l",
78520  linebreak="al",
78521  unicodeslot=0x2829,
78522 },
78523 [0x282A]={
78524  category="so",
78525  description="BRAILLE PATTERN DOTS-0x00F6",
78526  direction="l",
78527  linebreak="al",
78528  unicodeslot=0x282A,
78529 },
78530 [0x282B]={
78531  category="so",
78532  description="BRAILLE PATTERN DOTS-0x04DE",
78533  direction="l",
78534  linebreak="al",
78535  unicodeslot=0x282B,
78536 },
78537 [0x282C]={
78538  category="so",
78539  description="BRAILLE PATTERN DOTS-0x015A",
78540  direction="l",
78541  linebreak="al",
78542  unicodeslot=0x282C,
78543 },
78544 [0x282D]={
78545  category="so",
78546  description="BRAILLE PATTERN DOTS-0x0542",
78547  direction="l",
78548  linebreak="al",
78549  unicodeslot=0x282D,
78550 },
78551 [0x282E]={
78552  category="so",
78553  description="BRAILLE PATTERN DOTS-0x092A",
78554  direction="l",
78555  linebreak="al",
78556  unicodeslot=0x282E,
78557 },
78558 [0x282F]={
78559  category="so",
78560  description="BRAILLE PATTERN DOTS-0x303A",
78561  direction="l",
78562  linebreak="al",
78563  unicodeslot=0x282F,
78564 },
78565 [0x2830]={
78566  category="so",
78567  description="BRAILLE PATTERN DOTS-0x0038",
78568  direction="l",
78569  linebreak="al",
78570  unicodeslot=0x2830,
78571 },
78572 [0x2831]={
78573  category="so",
78574  description="BRAILLE PATTERN DOTS-0x009C",
78575  direction="l",
78576  linebreak="al",
78577  unicodeslot=0x2831,
78578 },
78579 [0x2832]={
78580  category="so",
78581  description="BRAILLE PATTERN DOTS-0x0100",
78582  direction="l",
78583  linebreak="al",
78584  unicodeslot=0x2832,
78585 },
78586 [0x2833]={
78587  category="so",
78588  description="BRAILLE PATTERN DOTS-0x04E8",
78589  direction="l",
78590  linebreak="al",
78591  unicodeslot=0x2833,
78592 },
78593 [0x2834]={
78594  category="so",
78595  description="BRAILLE PATTERN DOTS-0x0164",
78596  direction="l",
78597  linebreak="al",
78598  unicodeslot=0x2834,
78599 },
78600 [0x2835]={
78601  category="so",
78602  description="BRAILLE PATTERN DOTS-0x054C",
78603  direction="l",
78604  linebreak="al",
78605  unicodeslot=0x2835,
78606 },
78607 [0x2836]={
78608  category="so",
78609  description="BRAILLE PATTERN DOTS-0x0934",
78610  direction="l",
78611  linebreak="al",
78612  unicodeslot=0x2836,
78613 },
78614 [0x2837]={
78615  category="so",
78616  description="BRAILLE PATTERN DOTS-0x3044",
78617  direction="l",
78618  linebreak="al",
78619  unicodeslot=0x2837,
78620 },
78621 [0x2838]={
78622  category="so",
78623  description="BRAILLE PATTERN DOTS-0x01C8",
78624  direction="l",
78625  linebreak="al",
78626  unicodeslot=0x2838,
78627 },
78628 [0x2839]={
78629  category="so",
78630  description="BRAILLE PATTERN DOTS-0x05B0",
78631  direction="l",
78632  linebreak="al",
78633  unicodeslot=0x2839,
78634 },
78635 [0x283A]={
78636  category="so",
78637  description="BRAILLE PATTERN DOTS-0x0998",
78638  direction="l",
78639  linebreak="al",
78640  unicodeslot=0x283A,
78641 },
78642 [0x283B]={
78643  category="so",
78644  description="BRAILLE PATTERN DOTS-0x30A8",
78645  direction="l",
78646  linebreak="al",
78647  unicodeslot=0x283B,
78648 },
78649 [0x283C]={
78650  category="so",
78651  description="BRAILLE PATTERN DOTS-0x0D80",
78652  direction="l",
78653  linebreak="al",
78654  unicodeslot=0x283C,
78655 },
78656 [0x283D]={
78657  category="so",
78658  description="BRAILLE PATTERN DOTS-0x3490",
78659  direction="l",
78660  linebreak="al",
78661  unicodeslot=0x283D,
78662 },
78663 [0x283E]={
78664  category="so",
78665  description="BRAILLE PATTERN DOTS-0x5BA0",
78666  direction="l",
78667  linebreak="al",
78668  unicodeslot=0x283E,
78669 },
78670 [0x283F]={
78671  category="so",
78672  description="BRAILLE PATTERN DOTS-0x1E240",
78673  direction="l",
78674  linebreak="al",
78675  unicodeslot=0x283F,
78676 },
78677 [0x2840]={
78678  category="so",
78679  description="BRAILLE PATTERN DOTS-0x0007",
78680  direction="l",
78681  linebreak="al",
78682  unicodeslot=0x2840,
78683 },
78684 [0x2841]={
78685  category="so",
78686  description="BRAILLE PATTERN DOTS-0x0011",
78687  direction="l",
78688  linebreak="al",
78689  unicodeslot=0x2841,
78690 },
78691 [0x2842]={
78692  category="so",
78693  description="BRAILLE PATTERN DOTS-0x001B",
78694  direction="l",
78695  linebreak="al",
78696  unicodeslot=0x2842,
78697 },
78698 [0x2843]={
78699  category="so",
78700  description="BRAILLE PATTERN DOTS-0x007F",
78701  direction="l",
78702  linebreak="al",
78703  unicodeslot=0x2843,
78704 },
78705 [0x2844]={
78706  category="so",
78707  description="BRAILLE PATTERN DOTS-0x0025",
78708  direction="l",
78709  linebreak="al",
78710  unicodeslot=0x2844,
78711 },
78712 [0x2845]={
78713  category="so",
78714  description="BRAILLE PATTERN DOTS-0x0089",
78715  direction="l",
78716  linebreak="al",
78717  unicodeslot=0x2845,
78718 },
78719 [0x2846]={
78720  category="so",
78721  description="BRAILLE PATTERN DOTS-0x00ED",
78722  direction="l",
78723  linebreak="al",
78724  unicodeslot=0x2846,
78725 },
78726 [0x2847]={
78727  category="so",
78728  description="BRAILLE PATTERN DOTS-0x04D5",
78729  direction="l",
78730  linebreak="al",
78731  unicodeslot=0x2847,
78732 },
78733 [0x2848]={
78734  category="so",
78735  description="BRAILLE PATTERN DOTS-0x002F",
78736  direction="l",
78737  linebreak="al",
78738  unicodeslot=0x2848,
78739 },
78740 [0x2849]={
78741  category="so",
78742  description="BRAILLE PATTERN DOTS-0x0093",
78743  direction="l",
78744  linebreak="al",
78745  unicodeslot=0x2849,
78746 },
78747 [0x284A]={
78748  category="so",
78749  description="BRAILLE PATTERN DOTS-0x00F7",
78750  direction="l",
78751  linebreak="al",
78752  unicodeslot=0x284A,
78753 },
78754 [0x284B]={
78755  category="so",
78756  description="BRAILLE PATTERN DOTS-0x04DF",
78757  direction="l",
78758  linebreak="al",
78759  unicodeslot=0x284B,
78760 },
78761 [0x284C]={
78762  category="so",
78763  description="BRAILLE PATTERN DOTS-0x015B",
78764  direction="l",
78765  linebreak="al",
78766  unicodeslot=0x284C,
78767 },
78768 [0x284D]={
78769  category="so",
78770  description="BRAILLE PATTERN DOTS-0x0543",
78771  direction="l",
78772  linebreak="al",
78773  unicodeslot=0x284D,
78774 },
78775 [0x284E]={
78776  category="so",
78777  description="BRAILLE PATTERN DOTS-0x092B",
78778  direction="l",
78779  linebreak="al",
78780  unicodeslot=0x284E,
78781 },
78782 [0x284F]={
78783  category="so",
78784  description="BRAILLE PATTERN DOTS-0x303B",
78785  direction="l",
78786  linebreak="al",
78787  unicodeslot=0x284F,
78788 },
78789 [0x2850]={
78790  category="so",
78791  description="BRAILLE PATTERN DOTS-0x0039",
78792  direction="l",
78793  linebreak="al",
78794  unicodeslot=0x2850,
78795 },
78796 [0x2851]={
78797  category="so",
78798  description="BRAILLE PATTERN DOTS-0x009D",
78799  direction="l",
78800  linebreak="al",
78801  unicodeslot=0x2851,
78802 },
78803 [0x2852]={
78804  category="so",
78805  description="BRAILLE PATTERN DOTS-0x0101",
78806  direction="l",
78807  linebreak="al",
78808  unicodeslot=0x2852,
78809 },
78810 [0x2853]={
78811  category="so",
78812  description="BRAILLE PATTERN DOTS-0x04E9",
78813  direction="l",
78814  linebreak="al",
78815  unicodeslot=0x2853,
78816 },
78817 [0x2854]={
78818  category="so",
78819  description="BRAILLE PATTERN DOTS-0x0165",
78820  direction="l",
78821  linebreak="al",
78822  unicodeslot=0x2854,
78823 },
78824 [0x2855]={
78825  category="so",
78826  description="BRAILLE PATTERN DOTS-0x054D",
78827  direction="l",
78828  linebreak="al",
78829  unicodeslot=0x2855,
78830 },
78831 [0x2856]={
78832  category="so",
78833  description="BRAILLE PATTERN DOTS-0x0935",
78834  direction="l",
78835  linebreak="al",
78836  unicodeslot=0x2856,
78837 },
78838 [0x2857]={
78839  category="so",
78840  description="BRAILLE PATTERN DOTS-0x3045",
78841  direction="l",
78842  linebreak="al",
78843  unicodeslot=0x2857,
78844 },
78845 [0x2858]={
78846  category="so",
78847  description="BRAILLE PATTERN DOTS-0x01C9",
78848  direction="l",
78849  linebreak="al",
78850  unicodeslot=0x2858,
78851 },
78852 [0x2859]={
78853  category="so",
78854  description="BRAILLE PATTERN DOTS-0x05B1",
78855  direction="l",
78856  linebreak="al",
78857  unicodeslot=0x2859,
78858 },
78859 [0x285A]={
78860  category="so",
78861  description="BRAILLE PATTERN DOTS-0x0999",
78862  direction="l",
78863  linebreak="al",
78864  unicodeslot=0x285A,
78865 },
78866 [0x285B]={
78867  category="so",
78868  description="BRAILLE PATTERN DOTS-0x30A9",
78869  direction="l",
78870  linebreak="al",
78871  unicodeslot=0x285B,
78872 },
78873 [0x285C]={
78874  category="so",
78875  description="BRAILLE PATTERN DOTS-0x0D81",
78876  direction="l",
78877  linebreak="al",
78878  unicodeslot=0x285C,
78879 },
78880 [0x285D]={
78881  category="so",
78882  description="BRAILLE PATTERN DOTS-0x3491",
78883  direction="l",
78884  linebreak="al",
78885  unicodeslot=0x285D,
78886 },
78887 [0x285E]={
78888  category="so",
78889  description="BRAILLE PATTERN DOTS-0x5BA1",
78890  direction="l",
78891  linebreak="al",
78892  unicodeslot=0x285E,
78893 },
78894 [0x285F]={
78895  category="so",
78896  description="BRAILLE PATTERN DOTS-0x1E241",
78897  direction="l",
78898  linebreak="al",
78899  unicodeslot=0x285F,
78900 },
78901 [0x2860]={
78902  category="so",
78903  description="BRAILLE PATTERN DOTS-0x0043",
78904  direction="l",
78905  linebreak="al",
78906  unicodeslot=0x2860,
78907 },
78908 [0x2861]={
78909  category="so",
78910  description="BRAILLE PATTERN DOTS-0x00A7",
78911  direction="l",
78912  linebreak="al",
78913  unicodeslot=0x2861,
78914 },
78915 [0x2862]={
78916  category="so",
78917  description="BRAILLE PATTERN DOTS-0x010B",
78918  direction="l",
78919  linebreak="al",
78920  unicodeslot=0x2862,
78921 },
78922 [0x2863]={
78923  category="so",
78924  description="BRAILLE PATTERN DOTS-0x04F3",
78925  direction="l",
78926  linebreak="al",
78927  unicodeslot=0x2863,
78928 },
78929 [0x2864]={
78930  category="so",
78931  description="BRAILLE PATTERN DOTS-0x016F",
78932  direction="l",
78933  linebreak="al",
78934  unicodeslot=0x2864,
78935 },
78936 [0x2865]={
78937  category="so",
78938  description="BRAILLE PATTERN DOTS-0x0557",
78939  direction="l",
78940  linebreak="al",
78941  unicodeslot=0x2865,
78942 },
78943 [0x2866]={
78944  category="so",
78945  description="BRAILLE PATTERN DOTS-0x093F",
78946  direction="l",
78947  linebreak="al",
78948  unicodeslot=0x2866,
78949 },
78950 [0x2867]={
78951  category="so",
78952  description="BRAILLE PATTERN DOTS-0x304F",
78953  direction="l",
78954  linebreak="al",
78955  unicodeslot=0x2867,
78956 },
78957 [0x2868]={
78958  category="so",
78959  description="BRAILLE PATTERN DOTS-0x01D3",
78960  direction="l",
78961  linebreak="al",
78962  unicodeslot=0x2868,
78963 },
78964 [0x2869]={
78965  category="so",
78966  description="BRAILLE PATTERN DOTS-0x05BB",
78967  direction="l",
78968  linebreak="al",
78969  unicodeslot=0x2869,
78970 },
78971 [0x286A]={
78972  category="so",
78973  description="BRAILLE PATTERN DOTS-0x09A3",
78974  direction="l",
78975  linebreak="al",
78976  unicodeslot=0x286A,
78977 },
78978 [0x286B]={
78979  category="so",
78980  description="BRAILLE PATTERN DOTS-0x30B3",
78981  direction="l",
78982  linebreak="al",
78983  unicodeslot=0x286B,
78984 },
78985 [0x286C]={
78986  category="so",
78987  description="BRAILLE PATTERN DOTS-0x0D8B",
78988  direction="l",
78989  linebreak="al",
78990  unicodeslot=0x286C,
78991 },
78992 [0x286D]={
78993  category="so",
78994  description="BRAILLE PATTERN DOTS-0x349B",
78995  direction="l",
78996  linebreak="al",
78997  unicodeslot=0x286D,
78998 },
78999 [0x286E]={
79000  category="so",
79001  description="BRAILLE PATTERN DOTS-0x5BAB",
79002  direction="l",
79003  linebreak="al",
79004  unicodeslot=0x286E,
79005 },
79006 [0x286F]={
79007  category="so",
79008  description="BRAILLE PATTERN DOTS-0x1E24B",
79009  direction="l",
79010  linebreak="al",
79011  unicodeslot=0x286F,
79012 },
79013 [0x2870]={
79014  category="so",
79015  description="BRAILLE PATTERN DOTS-0x0237",
79016  direction="l",
79017  linebreak="al",
79018  unicodeslot=0x2870,
79019 },
79020 [0x2871]={
79021  category="so",
79022  description="BRAILLE PATTERN DOTS-0x061F",
79023  direction="l",
79024  linebreak="al",
79025  unicodeslot=0x2871,
79026 },
79027 [0x2872]={
79028  category="so",
79029  description="BRAILLE PATTERN DOTS-0x0A07",
79030  direction="l",
79031  linebreak="al",
79032  unicodeslot=0x2872,
79033 },
79034 [0x2873]={
79035  category="so",
79036  description="BRAILLE PATTERN DOTS-0x3117",
79037  direction="l",
79038  linebreak="al",
79039  unicodeslot=0x2873,
79040 },
79041 [0x2874]={
79042  category="so",
79043  description="BRAILLE PATTERN DOTS-0x0DEF",
79044  direction="l",
79045  linebreak="al",
79046  unicodeslot=0x2874,
79047 },
79048 [0x2875]={
79049  category="so",
79050  description="BRAILLE PATTERN DOTS-0x34FF",
79051  direction="l",
79052  linebreak="al",
79053  unicodeslot=0x2875,
79054 },
79055 [0x2876]={
79056  category="so",
79057  description="BRAILLE PATTERN DOTS-0x5C0F",
79058  direction="l",
79059  linebreak="al",
79060  unicodeslot=0x2876,
79061 },
79062 [0x2877]={
79063  category="so",
79064  description="BRAILLE PATTERN DOTS-0x1E2AF",
79065  direction="l",
79066  linebreak="al",
79067  unicodeslot=0x2877,
79068 },
79069 [0x2878]={
79070  category="so",
79071  description="BRAILLE PATTERN DOTS-0x11D7",
79072  direction="l",
79073  linebreak="al",
79074  unicodeslot=0x2878,
79075 },
79076 [0x2879]={
79077  category="so",
79078  description="BRAILLE PATTERN DOTS-0x38E7",
79079  direction="l",
79080  linebreak="al",
79081  unicodeslot=0x2879,
79082 },
79083 [0x287A]={
79084  category="so",
79085  description="BRAILLE PATTERN DOTS-0x5FF7",
79086  direction="l",
79087  linebreak="al",
79088  unicodeslot=0x287A,
79089 },
79090 [0x287B]={
79091  category="so",
79092  description="BRAILLE PATTERN DOTS-0x1E697",
79093  direction="l",
79094  linebreak="al",
79095  unicodeslot=0x287B,
79096 },
79097 [0x287C]={
79098  category="so",
79099  description="BRAILLE PATTERN DOTS-0x8707",
79100  direction="l",
79101  linebreak="al",
79102  unicodeslot=0x287C,
79103 },
79104 [0x287D]={
79105  category="so",
79106  description="BRAILLE PATTERN DOTS-0x20DA7",
79107  direction="l",
79108  linebreak="al",
79109  unicodeslot=0x287D,
79110 },
79111 [0x287E]={
79112  category="so",
79113  description="BRAILLE PATTERN DOTS-0x39447",
79114  direction="l",
79115  linebreak="al",
79116  unicodeslot=0x287E,
79117 },
79118 [0x287F]={
79119  category="so",
79120  description="BRAILLE PATTERN DOTS-0x12D687",
79121  direction="l",
79122  linebreak="al",
79123  unicodeslot=0x287F,
79124 },
79125 [0x2880]={
79126  category="so",
79127  description="BRAILLE PATTERN DOTS-0x0008",
79128  direction="l",
79129  linebreak="al",
79130  unicodeslot=0x2880,
79131 },
79132 [0x2881]={
79133  category="so",
79134  description="BRAILLE PATTERN DOTS-0x0012",
79135  direction="l",
79136  linebreak="al",
79137  unicodeslot=0x2881,
79138 },
79139 [0x2882]={
79140  category="so",
79141  description="BRAILLE PATTERN DOTS-0x001C",
79142  direction="l",
79143  linebreak="al",
79144  unicodeslot=0x2882,
79145 },
79146 [0x2883]={
79147  category="so",
79148  description="BRAILLE PATTERN DOTS-0x0080",
79149  direction="l",
79150  linebreak="al",
79151  unicodeslot=0x2883,
79152 },
79153 [0x2884]={
79154  category="so",
79155  description="BRAILLE PATTERN DOTS-0x0026",
79156  direction="l",
79157  linebreak="al",
79158  unicodeslot=0x2884,
79159 },
79160 [0x2885]={
79161  category="so",
79162  description="BRAILLE PATTERN DOTS-0x008A",
79163  direction="l",
79164  linebreak="al",
79165  unicodeslot=0x2885,
79166 },
79167 [0x2886]={
79168  category="so",
79169  description="BRAILLE PATTERN DOTS-0x00EE",
79170  direction="l",
79171  linebreak="al",
79172  unicodeslot=0x2886,
79173 },
79174 [0x2887]={
79175  category="so",
79176  description="BRAILLE PATTERN DOTS-0x04D6",
79177  direction="l",
79178  linebreak="al",
79179  unicodeslot=0x2887,
79180 },
79181 [0x2888]={
79182  category="so",
79183  description="BRAILLE PATTERN DOTS-0x0030",
79184  direction="l",
79185  linebreak="al",
79186  unicodeslot=0x2888,
79187 },
79188 [0x2889]={
79189  category="so",
79190  description="BRAILLE PATTERN DOTS-0x0094",
79191  direction="l",
79192  linebreak="al",
79193  unicodeslot=0x2889,
79194 },
79195 [0x288A]={
79196  category="so",
79197  description="BRAILLE PATTERN DOTS-0x00F8",
79198  direction="l",
79199  linebreak="al",
79200  unicodeslot=0x288A,
79201 },
79202 [0x288B]={
79203  category="so",
79204  description="BRAILLE PATTERN DOTS-0x04E0",
79205  direction="l",
79206  linebreak="al",
79207  unicodeslot=0x288B,
79208 },
79209 [0x288C]={
79210  category="so",
79211  description="BRAILLE PATTERN DOTS-0x015C",
79212  direction="l",
79213  linebreak="al",
79214  unicodeslot=0x288C,
79215 },
79216 [0x288D]={
79217  category="so",
79218  description="BRAILLE PATTERN DOTS-0x0544",
79219  direction="l",
79220  linebreak="al",
79221  unicodeslot=0x288D,
79222 },
79223 [0x288E]={
79224  category="so",
79225  description="BRAILLE PATTERN DOTS-0x092C",
79226  direction="l",
79227  linebreak="al",
79228  unicodeslot=0x288E,
79229 },
79230 [0x288F]={
79231  category="so",
79232  description="BRAILLE PATTERN DOTS-0x303C",
79233  direction="l",
79234  linebreak="al",
79235  unicodeslot=0x288F,
79236 },
79237 [0x2890]={
79238  category="so",
79239  description="BRAILLE PATTERN DOTS-0x003A",
79240  direction="l",
79241  linebreak="al",
79242  unicodeslot=0x2890,
79243 },
79244 [0x2891]={
79245  category="so",
79246  description="BRAILLE PATTERN DOTS-0x009E",
79247  direction="l",
79248  linebreak="al",
79249  unicodeslot=0x2891,
79250 },
79251 [0x2892]={
79252  category="so",
79253  description="BRAILLE PATTERN DOTS-0x0102",
79254  direction="l",
79255  linebreak="al",
79256  unicodeslot=0x2892,
79257 },
79258 [0x2893]={
79259  category="so",
79260  description="BRAILLE PATTERN DOTS-0x04EA",
79261  direction="l",
79262  linebreak="al",
79263  unicodeslot=0x2893,
79264 },
79265 [0x2894]={
79266  category="so",
79267  description="BRAILLE PATTERN DOTS-0x0166",
79268  direction="l",
79269  linebreak="al",
79270  unicodeslot=0x2894,
79271 },
79272 [0x2895]={
79273  category="so",
79274  description="BRAILLE PATTERN DOTS-0x054E",
79275  direction="l",
79276  linebreak="al",
79277  unicodeslot=0x2895,
79278 },
79279 [0x2896]={
79280  category="so",
79281  description="BRAILLE PATTERN DOTS-0x0936",
79282  direction="l",
79283  linebreak="al",
79284  unicodeslot=0x2896,
79285 },
79286 [0x2897]={
79287  category="so",
79288  description="BRAILLE PATTERN DOTS-0x3046",
79289  direction="l",
79290  linebreak="al",
79291  unicodeslot=0x2897,
79292 },
79293 [0x2898]={
79294  category="so",
79295  description="BRAILLE PATTERN DOTS-0x01CA",
79296  direction="l",
79297  linebreak="al",
79298  unicodeslot=0x2898,
79299 },
79300 [0x2899]={
79301  category="so",
79302  description="BRAILLE PATTERN DOTS-0x05B2",
79303  direction="l",
79304  linebreak="al",
79305  unicodeslot=0x2899,
79306 },
79307 [0x289A]={
79308  category="so",
79309  description="BRAILLE PATTERN DOTS-0x099A",
79310  direction="l",
79311  linebreak="al",
79312  unicodeslot=0x289A,
79313 },
79314 [0x289B]={
79315  category="so",
79316  description="BRAILLE PATTERN DOTS-0x30AA",
79317  direction="l",
79318  linebreak="al",
79319  unicodeslot=0x289B,
79320 },
79321 [0x289C]={
79322  category="so",
79323  description="BRAILLE PATTERN DOTS-0x0D82",
79324  direction="l",
79325  linebreak="al",
79326  unicodeslot=0x289C,
79327 },
79328 [0x289D]={
79329  category="so",
79330  description="BRAILLE PATTERN DOTS-0x3492",
79331  direction="l",
79332  linebreak="al",
79333  unicodeslot=0x289D,
79334 },
79335 [0x289E]={
79336  category="so",
79337  description="BRAILLE PATTERN DOTS-0x5BA2",
79338  direction="l",
79339  linebreak="al",
79340  unicodeslot=0x289E,
79341 },
79342 [0x289F]={
79343  category="so",
79344  description="BRAILLE PATTERN DOTS-0x1E242",
79345  direction="l",
79346  linebreak="al",
79347  unicodeslot=0x289F,
79348 },
79349 [0x28A0]={
79350  category="so",
79351  description="BRAILLE PATTERN DOTS-0x0044",
79352  direction="l",
79353  linebreak="al",
79354  unicodeslot=0x28A0,
79355 },
79356 [0x28A1]={
79357  category="so",
79358  description="BRAILLE PATTERN DOTS-0x00A8",
79359  direction="l",
79360  linebreak="al",
79361  unicodeslot=0x28A1,
79362 },
79363 [0x28A2]={
79364  category="so",
79365  description="BRAILLE PATTERN DOTS-0x010C",
79366  direction="l",
79367  linebreak="al",
79368  unicodeslot=0x28A2,
79369 },
79370 [0x28A3]={
79371  category="so",
79372  description="BRAILLE PATTERN DOTS-0x04F4",
79373  direction="l",
79374  linebreak="al",
79375  unicodeslot=0x28A3,
79376 },
79377 [0x28A4]={
79378  category="so",
79379  description="BRAILLE PATTERN DOTS-0x0170",
79380  direction="l",
79381  linebreak="al",
79382  unicodeslot=0x28A4,
79383 },
79384 [0x28A5]={
79385  category="so",
79386  description="BRAILLE PATTERN DOTS-0x0558",
79387  direction="l",
79388  linebreak="al",
79389  unicodeslot=0x28A5,
79390 },
79391 [0x28A6]={
79392  category="so",
79393  description="BRAILLE PATTERN DOTS-0x0940",
79394  direction="l",
79395  linebreak="al",
79396  unicodeslot=0x28A6,
79397 },
79398 [0x28A7]={
79399  category="so",
79400  description="BRAILLE PATTERN DOTS-0x3050",
79401  direction="l",
79402  linebreak="al",
79403  unicodeslot=0x28A7,
79404 },
79405 [0x28A8]={
79406  category="so",
79407  description="BRAILLE PATTERN DOTS-0x01D4",
79408  direction="l",
79409  linebreak="al",
79410  unicodeslot=0x28A8,
79411 },
79412 [0x28A9]={
79413  category="so",
79414  description="BRAILLE PATTERN DOTS-0x05BC",
79415  direction="l",
79416  linebreak="al",
79417  unicodeslot=0x28A9,
79418 },
79419 [0x28AA]={
79420  category="so",
79421  description="BRAILLE PATTERN DOTS-0x09A4",
79422  direction="l",
79423  linebreak="al",
79424  unicodeslot=0x28AA,
79425 },
79426 [0x28AB]={
79427  category="so",
79428  description="BRAILLE PATTERN DOTS-0x30B4",
79429  direction="l",
79430  linebreak="al",
79431  unicodeslot=0x28AB,
79432 },
79433 [0x28AC]={
79434  category="so",
79435  description="BRAILLE PATTERN DOTS-0x0D8C",
79436  direction="l",
79437  linebreak="al",
79438  unicodeslot=0x28AC,
79439 },
79440 [0x28AD]={
79441  category="so",
79442  description="BRAILLE PATTERN DOTS-0x349C",
79443  direction="l",
79444  linebreak="al",
79445  unicodeslot=0x28AD,
79446 },
79447 [0x28AE]={
79448  category="so",
79449  description="BRAILLE PATTERN DOTS-0x5BAC",
79450  direction="l",
79451  linebreak="al",
79452  unicodeslot=0x28AE,
79453 },
79454 [0x28AF]={
79455  category="so",
79456  description="BRAILLE PATTERN DOTS-0x1E24C",
79457  direction="l",
79458  linebreak="al",
79459  unicodeslot=0x28AF,
79460 },
79461 [0x28B0]={
79462  category="so",
79463  description="BRAILLE PATTERN DOTS-0x0238",
79464  direction="l",
79465  linebreak="al",
79466  unicodeslot=0x28B0,
79467 },
79468 [0x28B1]={
79469  category="so",
79470  description="BRAILLE PATTERN DOTS-0x0620",
79471  direction="l",
79472  linebreak="al",
79473  unicodeslot=0x28B1,
79474 },
79475 [0x28B2]={
79476  category="so",
79477  description="BRAILLE PATTERN DOTS-0x0A08",
79478  direction="l",
79479  linebreak="al",
79480  unicodeslot=0x28B2,
79481 },
79482 [0x28B3]={
79483  category="so",
79484  description="BRAILLE PATTERN DOTS-0x3118",
79485  direction="l",
79486  linebreak="al",
79487  unicodeslot=0x28B3,
79488 },
79489 [0x28B4]={
79490  category="so",
79491  description="BRAILLE PATTERN DOTS-0x0DF0",
79492  direction="l",
79493  linebreak="al",
79494  unicodeslot=0x28B4,
79495 },
79496 [0x28B5]={
79497  category="so",
79498  description="BRAILLE PATTERN DOTS-0x3500",
79499  direction="l",
79500  linebreak="al",
79501  unicodeslot=0x28B5,
79502 },
79503 [0x28B6]={
79504  category="so",
79505  description="BRAILLE PATTERN DOTS-0x5C10",
79506  direction="l",
79507  linebreak="al",
79508  unicodeslot=0x28B6,
79509 },
79510 [0x28B7]={
79511  category="so",
79512  description="BRAILLE PATTERN DOTS-0x1E2B0",
79513  direction="l",
79514  linebreak="al",
79515  unicodeslot=0x28B7,
79516 },
79517 [0x28B8]={
79518  category="so",
79519  description="BRAILLE PATTERN DOTS-0x11D8",
79520  direction="l",
79521  linebreak="al",
79522  unicodeslot=0x28B8,
79523 },
79524 [0x28B9]={
79525  category="so",
79526  description="BRAILLE PATTERN DOTS-0x38E8",
79527  direction="l",
79528  linebreak="al",
79529  unicodeslot=0x28B9,
79530 },
79531 [0x28BA]={
79532  category="so",
79533  description="BRAILLE PATTERN DOTS-0x5FF8",
79534  direction="l",
79535  linebreak="al",
79536  unicodeslot=0x28BA,
79537 },
79538 [0x28BB]={
79539  category="so",
79540  description="BRAILLE PATTERN DOTS-0x1E698",
79541  direction="l",
79542  linebreak="al",
79543  unicodeslot=0x28BB,
79544 },
79545 [0x28BC]={
79546  category="so",
79547  description="BRAILLE PATTERN DOTS-0x8708",
79548  direction="l",
79549  linebreak="al",
79550  unicodeslot=0x28BC,
79551 },
79552 [0x28BD]={
79553  category="so",
79554  description="BRAILLE PATTERN DOTS-0x20DA8",
79555  direction="l",
79556  linebreak="al",
79557  unicodeslot=0x28BD,
79558 },
79559 [0x28BE]={
79560  category="so",
79561  description="BRAILLE PATTERN DOTS-0x39448",
79562  direction="l",
79563  linebreak="al",
79564  unicodeslot=0x28BE,
79565 },
79566 [0x28BF]={
79567  category="so",
79568  description="BRAILLE PATTERN DOTS-0x12D688",
79569  direction="l",
79570  linebreak="al",
79571  unicodeslot=0x28BF,
79572 },
79573 [0x28C0]={
79574  category="so",
79575  description="BRAILLE PATTERN DOTS-0x004E",
79576  direction="l",
79577  linebreak="al",
79578  unicodeslot=0x28C0,
79579 },
79580 [0x28C1]={
79581  category="so",
79582  description="BRAILLE PATTERN DOTS-0x00B2",
79583  direction="l",
79584  linebreak="al",
79585  unicodeslot=0x28C1,
79586 },
79587 [0x28C2]={
79588  category="so",
79589  description="BRAILLE PATTERN DOTS-0x0116",
79590  direction="l",
79591  linebreak="al",
79592  unicodeslot=0x28C2,
79593 },
79594 [0x28C3]={
79595  category="so",
79596  description="BRAILLE PATTERN DOTS-0x04FE",
79597  direction="l",
79598  linebreak="al",
79599  unicodeslot=0x28C3,
79600 },
79601 [0x28C4]={
79602  category="so",
79603  description="BRAILLE PATTERN DOTS-0x017A",
79604  direction="l",
79605  linebreak="al",
79606  unicodeslot=0x28C4,
79607 },
79608 [0x28C5]={
79609  category="so",
79610  description="BRAILLE PATTERN DOTS-0x0562",
79611  direction="l",
79612  linebreak="al",
79613  unicodeslot=0x28C5,
79614 },
79615 [0x28C6]={
79616  category="so",
79617  description="BRAILLE PATTERN DOTS-0x094A",
79618  direction="l",
79619  linebreak="al",
79620  unicodeslot=0x28C6,
79621 },
79622 [0x28C7]={
79623  category="so",
79624  description="BRAILLE PATTERN DOTS-0x305A",
79625  direction="l",
79626  linebreak="al",
79627  unicodeslot=0x28C7,
79628 },
79629 [0x28C8]={
79630  category="so",
79631  description="BRAILLE PATTERN DOTS-0x01DE",
79632  direction="l",
79633  linebreak="al",
79634  unicodeslot=0x28C8,
79635 },
79636 [0x28C9]={
79637  category="so",
79638  description="BRAILLE PATTERN DOTS-0x05C6",
79639  direction="l",
79640  linebreak="al",
79641  unicodeslot=0x28C9,
79642 },
79643 [0x28CA]={
79644  category="so",
79645  description="BRAILLE PATTERN DOTS-0x09AE",
79646  direction="l",
79647  linebreak="al",
79648  unicodeslot=0x28CA,
79649 },
79650 [0x28CB]={
79651  category="so",
79652  description="BRAILLE PATTERN DOTS-0x30BE",
79653  direction="l",
79654  linebreak="al",
79655  unicodeslot=0x28CB,
79656 },
79657 [0x28CC]={
79658  category="so",
79659  description="BRAILLE PATTERN DOTS-0x0D96",
79660  direction="l",
79661  linebreak="al",
79662  unicodeslot=0x28CC,
79663 },
79664 [0x28CD]={
79665  category="so",
79666  description="BRAILLE PATTERN DOTS-0x34A6",
79667  direction="l",
79668  linebreak="al",
79669  unicodeslot=0x28CD,
79670 },
79671 [0x28CE]={
79672  category="so",
79673  description="BRAILLE PATTERN DOTS-0x5BB6",
79674  direction="l",
79675  linebreak="al",
79676  unicodeslot=0x28CE,
79677 },
79678 [0x28CF]={
79679  category="so",
79680  description="BRAILLE PATTERN DOTS-0x1E256",
79681  direction="l",
79682  linebreak="al",
79683  unicodeslot=0x28CF,
79684 },
79685 [0x28D0]={
79686  category="so",
79687  description="BRAILLE PATTERN DOTS-0x0242",
79688  direction="l",
79689  linebreak="al",
79690  unicodeslot=0x28D0,
79691 },
79692 [0x28D1]={
79693  category="so",
79694  description="BRAILLE PATTERN DOTS-0x062A",
79695  direction="l",
79696  linebreak="al",
79697  unicodeslot=0x28D1,
79698 },
79699 [0x28D2]={
79700  category="so",
79701  description="BRAILLE PATTERN DOTS-0x0A12",
79702  direction="l",
79703  linebreak="al",
79704  unicodeslot=0x28D2,
79705 },
79706 [0x28D3]={
79707  category="so",
79708  description="BRAILLE PATTERN DOTS-0x3122",
79709  direction="l",
79710  linebreak="al",
79711  unicodeslot=0x28D3,
79712 },
79713 [0x28D4]={
79714  category="so",
79715  description="BRAILLE PATTERN DOTS-0x0DFA",
79716  direction="l",
79717  linebreak="al",
79718  unicodeslot=0x28D4,
79719 },
79720 [0x28D5]={
79721  category="so",
79722  description="BRAILLE PATTERN DOTS-0x350A",
79723  direction="l",
79724  linebreak="al",
79725  unicodeslot=0x28D5,
79726 },
79727 [0x28D6]={
79728  category="so",
79729  description="BRAILLE PATTERN DOTS-0x5C1A",
79730  direction="l",
79731  linebreak="al",
79732  unicodeslot=0x28D6,
79733 },
79734 [0x28D7]={
79735  category="so",
79736  description="BRAILLE PATTERN DOTS-0x1E2BA",
79737  direction="l",
79738  linebreak="al",
79739  unicodeslot=0x28D7,
79740 },
79741 [0x28D8]={
79742  category="so",
79743  description="BRAILLE PATTERN DOTS-0x11E2",
79744  direction="l",
79745  linebreak="al",
79746  unicodeslot=0x28D8,
79747 },
79748 [0x28D9]={
79749  category="so",
79750  description="BRAILLE PATTERN DOTS-0x38F2",
79751  direction="l",
79752  linebreak="al",
79753  unicodeslot=0x28D9,
79754 },
79755 [0x28DA]={
79756  category="so",
79757  description="BRAILLE PATTERN DOTS-0x6002",
79758  direction="l",
79759  linebreak="al",
79760  unicodeslot=0x28DA,
79761 },
79762 [0x28DB]={
79763  category="so",
79764  description="BRAILLE PATTERN DOTS-0x1E6A2",
79765  direction="l",
79766  linebreak="al",
79767  unicodeslot=0x28DB,
79768 },
79769 [0x28DC]={
79770  category="so",
79771  description="BRAILLE PATTERN DOTS-0x8712",
79772  direction="l",
79773  linebreak="al",
79774  unicodeslot=0x28DC,
79775 },
79776 [0x28DD]={
79777  category="so",
79778  description="BRAILLE PATTERN DOTS-0x20DB2",
79779  direction="l",
79780  linebreak="al",
79781  unicodeslot=0x28DD,
79782 },
79783 [0x28DE]={
79784  category="so",
79785  description="BRAILLE PATTERN DOTS-0x39452",
79786  direction="l",
79787  linebreak="al",
79788  unicodeslot=0x28DE,
79789 },
79790 [0x28DF]={
79791  category="so",
79792  description="BRAILLE PATTERN DOTS-0x12D692",
79793  direction="l",
79794  linebreak="al",
79795  unicodeslot=0x28DF,
79796 },
79797 [0x28E0]={
79798  category="so",
79799  description="BRAILLE PATTERN DOTS-0x02A6",
79800  direction="l",
79801  linebreak="al",
79802  unicodeslot=0x28E0,
79803 },
79804 [0x28E1]={
79805  category="so",
79806  description="BRAILLE PATTERN DOTS-0x068E",
79807  direction="l",
79808  linebreak="al",
79809  unicodeslot=0x28E1,
79810 },
79811 [0x28E2]={
79812  category="so",
79813  description="BRAILLE PATTERN DOTS-0x0A76",
79814  direction="l",
79815  linebreak="al",
79816  unicodeslot=0x28E2,
79817 },
79818 [0x28E3]={
79819  category="so",
79820  description="BRAILLE PATTERN DOTS-0x3186",
79821  direction="l",
79822  linebreak="al",
79823  unicodeslot=0x28E3,
79824 },
79825 [0x28E4]={
79826  category="so",
79827  description="BRAILLE PATTERN DOTS-0x0E5E",
79828  direction="l",
79829  linebreak="al",
79830  unicodeslot=0x28E4,
79831 },
79832 [0x28E5]={
79833  category="so",
79834  description="BRAILLE PATTERN DOTS-0x356E",
79835  direction="l",
79836  linebreak="al",
79837  unicodeslot=0x28E5,
79838 },
79839 [0x28E6]={
79840  category="so",
79841  description="BRAILLE PATTERN DOTS-0x5C7E",
79842  direction="l",
79843  linebreak="al",
79844  unicodeslot=0x28E6,
79845 },
79846 [0x28E7]={
79847  category="so",
79848  description="BRAILLE PATTERN DOTS-0x1E31E",
79849  direction="l",
79850  linebreak="al",
79851  unicodeslot=0x28E7,
79852 },
79853 [0x28E8]={
79854  category="so",
79855  description="BRAILLE PATTERN DOTS-0x1246",
79856  direction="l",
79857  linebreak="al",
79858  unicodeslot=0x28E8,
79859 },
79860 [0x28E9]={
79861  category="so",
79862  description="BRAILLE PATTERN DOTS-0x3956",
79863  direction="l",
79864  linebreak="al",
79865  unicodeslot=0x28E9,
79866 },
79867 [0x28EA]={
79868  category="so",
79869  description="BRAILLE PATTERN DOTS-0x6066",
79870  direction="l",
79871  linebreak="al",
79872  unicodeslot=0x28EA,
79873 },
79874 [0x28EB]={
79875  category="so",
79876  description="BRAILLE PATTERN DOTS-0x1E706",
79877  direction="l",
79878  linebreak="al",
79879  unicodeslot=0x28EB,
79880 },
79881 [0x28EC]={
79882  category="so",
79883  description="BRAILLE PATTERN DOTS-0x8776",
79884  direction="l",
79885  linebreak="al",
79886  unicodeslot=0x28EC,
79887 },
79888 [0x28ED]={
79889  category="so",
79890  description="BRAILLE PATTERN DOTS-0x20E16",
79891  direction="l",
79892  linebreak="al",
79893  unicodeslot=0x28ED,
79894 },
79895 [0x28EE]={
79896  category="so",
79897  description="BRAILLE PATTERN DOTS-0x394B6",
79898  direction="l",
79899  linebreak="al",
79900  unicodeslot=0x28EE,
79901 },
79902 [0x28EF]={
79903  category="so",
79904  description="BRAILLE PATTERN DOTS-0x12D6F6",
79905  direction="l",
79906  linebreak="al",
79907  unicodeslot=0x28EF,
79908 },
79909 [0x28F0]={
79910  category="so",
79911  description="BRAILLE PATTERN DOTS-0x162E",
79912  direction="l",
79913  linebreak="al",
79914  unicodeslot=0x28F0,
79915 },
79916 [0x28F1]={
79917  category="so",
79918  description="BRAILLE PATTERN DOTS-0x3D3E",
79919  direction="l",
79920  linebreak="al",
79921  unicodeslot=0x28F1,
79922 },
79923 [0x28F2]={
79924  category="so",
79925  description="BRAILLE PATTERN DOTS-0x644E",
79926  direction="l",
79927  linebreak="al",
79928  unicodeslot=0x28F2,
79929 },
79930 [0x28F3]={
79931  category="so",
79932  description="BRAILLE PATTERN DOTS-0x1EAEE",
79933  direction="l",
79934  linebreak="al",
79935  unicodeslot=0x28F3,
79936 },
79937 [0x28F4]={
79938  category="so",
79939  description="BRAILLE PATTERN DOTS-0x8B5E",
79940  direction="l",
79941  linebreak="al",
79942  unicodeslot=0x28F4,
79943 },
79944 [0x28F5]={
79945  category="so",
79946  description="BRAILLE PATTERN DOTS-0x211FE",
79947  direction="l",
79948  linebreak="al",
79949  unicodeslot=0x28F5,
79950 },
79951 [0x28F6]={
79952  category="so",
79953  description="BRAILLE PATTERN DOTS-0x3989E",
79954  direction="l",
79955  linebreak="al",
79956  unicodeslot=0x28F6,
79957 },
79958 [0x28F7]={
79959  category="so",
79960  description="BRAILLE PATTERN DOTS-0x12DADE",
79961  direction="l",
79962  linebreak="al",
79963  unicodeslot=0x28F7,
79964 },
79965 [0x28F8]={
79966  category="so",
79967  description="BRAILLE PATTERN DOTS-0xB26E",
79968  direction="l",
79969  linebreak="al",
79970  unicodeslot=0x28F8,
79971 },
79972 [0x28F9]={
79973  category="so",
79974  description="BRAILLE PATTERN DOTS-0x2390E",
79975  direction="l",
79976  linebreak="al",
79977  unicodeslot=0x28F9,
79978 },
79979 [0x28FA]={
79980  category="so",
79981  description="BRAILLE PATTERN DOTS-0x3BFAE",
79982  direction="l",
79983  linebreak="al",
79984  unicodeslot=0x28FA,
79985 },
79986 [0x28FB]={
79987  category="so",
79988  description="BRAILLE PATTERN DOTS-0x1301EE",
79989  direction="l",
79990  linebreak="al",
79991  unicodeslot=0x28FB,
79992 },
79993 [0x28FC]={
79994  category="so",
79995  description="BRAILLE PATTERN DOTS-0x5464E",
79996  direction="l",
79997  linebreak="al",
79998  unicodeslot=0x28FC,
79999 },
80000 [0x28FD]={
80001  category="so",
80002  description="BRAILLE PATTERN DOTS-0x14888E",
80003  direction="l",
80004  linebreak="al",
80005  unicodeslot=0x28FD,
80006 },
80007 [0x28FE]={
80008  category="so",
80009  description="BRAILLE PATTERN DOTS-0x23CACE",
80010  direction="l",
80011  linebreak="al",
80012  unicodeslot=0x28FE,
80013 },
80014 [0x28FF]={
80015  category="so",
80016  description="BRAILLE PATTERN DOTS-0xBC614E",
80017  direction="l",
80018  linebreak="al",
80019  unicodeslot=0x28FF,
80020 },
80021 [0x2900]={
80022  category="sm",
80023  description="RIGHTWARDS TWO-HEADED ARROW WITH VERTICAL STROKE",
80024  direction="on",
80025  linebreak="al",
80026  mathextensible="r",
80027  synonyms={ "partial surjection" },
80028  unicodeslot=0x2900,
80029 },
80030 [0x2901]={
80031  category="sm",
80032  description="RIGHTWARDS TWO-HEADED ARROW WITH DOUBLE VERTICAL STROKE",
80033  direction="on",
80034  linebreak="al",
80035  mathextensible="r",
80036  synonyms={ "finite surjection" },
80037  unicodeslot=0x2901,
80038 },
80039 [0x2902]={
80040  category="sm",
80041  description="LEFTWARDS DOUBLE ARROW WITH VERTICAL STROKE",
80042  direction="on",
80043  linebreak="al",
80044  mathextensible="l",
80045  unicodeslot=0x2902,
80046 },
80047 [0x2903]={
80048  category="sm",
80049  description="RIGHTWARDS DOUBLE ARROW WITH VERTICAL STROKE",
80050  direction="on",
80051  linebreak="al",
80052  mathextensible="r",
80053  unicodeslot=0x2903,
80054 },
80055 [0x2904]={
80056  category="sm",
80057  description="LEFT RIGHT DOUBLE ARROW WITH VERTICAL STROKE",
80058  direction="on",
80059  linebreak="al",
80060  mathextensible="h",
80061  unicodeslot=0x2904,
80062 },
80063 [0x2905]={
80064  category="sm",
80065  description="RIGHTWARDS TWO-HEADED ARROW FROM BAR",
80066  direction="on",
80067  linebreak="al",
80068  mathextensible="r",
80069  unicodeslot=0x2905,
80070 },
80071 [0x2906]={
80072  category="sm",
80073  description="LEFTWARDS DOUBLE ARROW FROM BAR",
80074  direction="on",
80075  linebreak="al",
80076  mathclass="relation",
80077  mathextensible="l",
80078  mathname="Mapsfrom",
80079  synonyms={ "maps from" },
80080  unicodeslot=0x2906,
80081 },
80082 [0x2907]={
80083  category="sm",
80084  description="RIGHTWARDS DOUBLE ARROW FROM BAR",
80085  direction="on",
80086  linebreak="al",
80087  mathclass="relation",
80088  mathextensible="r",
80089  mathname="Mapsto",
80090  synonyms={ "maps to" },
80091  unicodeslot=0x2907,
80092 },
80093 [0x2908]={
80094  category="sm",
80095  description="DOWNWARDS ARROW WITH HORIZONTAL STROKE",
80096  direction="on",
80097  linebreak="al",
80098  mathextensible="d",
80099  unicodeslot=0x2908,
80100 },
80101 [0x2909]={
80102  category="sm",
80103  description="UPWARDS ARROW WITH HORIZONTAL STROKE",
80104  direction="on",
80105  linebreak="al",
80106  mathextensible="u",
80107  unicodeslot=0x2909,
80108 },
80109 [0x290A]={
80110  category="sm",
80111  description="UPWARDS TRIPLE ARROW",
80112  direction="on",
80113  linebreak="al",
80114  mathclass="relation",
80115  mathextensible="u",
80116  mathname="Uuparrow",
80117  unicodeslot=0x290A,
80118 },
80119 [0x290B]={
80120  category="sm",
80121  description="DOWNWARDS TRIPLE ARROW",
80122  direction="on",
80123  linebreak="al",
80124  mathclass="relation",
80125  mathextensible="d",
80126  mathname="Ddownarrow",
80127  unicodeslot=0x290B,
80128 },
80129 [0x290C]={
80130  category="sm",
80131  description="LEFTWARDS DOUBLE DASH ARROW",
80132  direction="on",
80133  linebreak="al",
80134  mathclass="relation",
80135  mathextensible="l",
80136  mathname="dashedleftarrow",
80137  unicodeslot=0x290C,
80138 },
80139 [0x290D]={
80140  category="sm",
80141  description="RIGHTWARDS DOUBLE DASH ARROW",
80142  direction="on",
80143  linebreak="al",
80144  mathclass="relation",
80145  mathextensible="r",
80146  mathname="dashedrightarrow",
80147  unicodeslot=0x290D,
80148 },
80149 [0x290E]={
80150  category="sm",
80151  description="LEFTWARDS TRIPLE DASH ARROW",
80152  direction="on",
80153  linebreak="al",
80154  mathextensible="l",
80155  unicodeslot=0x290E,
80156 },
80157 [0x290F]={
80158  category="sm",
80159  description="RIGHTWARDS TRIPLE DASH ARROW",
80160  direction="on",
80161  linebreak="al",
80162  mathextensible="r",
80163  unicodeslot=0x290F,
80164 },
80165 [0x2910]={
80166  category="sm",
80167  description="RIGHTWARDS TWO-HEADED TRIPLE DASH ARROW",
80168  direction="on",
80169  linebreak="al",
80170  mathextensible="r",
80171  unicodeslot=0x2910,
80172 },
80173 [0x2911]={
80174  category="sm",
80175  description="RIGHTWARDS ARROW WITH DOTTED STEM",
80176  direction="on",
80177  linebreak="al",
80178  mathclass="relation",
80179  mathextensible="r",
80180  mathname="dottedrightarrow",
80181  unicodeslot=0x2911,
80182 },
80183 [0x2912]={
80184  category="sm",
80185  description="UPWARDS ARROW TO BAR",
80186  direction="on",
80187  linebreak="al",
80188  mathextensible="u",
80189  unicodeslot=0x2912,
80190 },
80191 [0x2913]={
80192  category="sm",
80193  description="DOWNWARDS ARROW TO BAR",
80194  direction="on",
80195  linebreak="al",
80196  mathextensible="d",
80197  unicodeslot=0x2913,
80198 },
80199 [0x2914]={
80200  category="sm",
80201  description="RIGHTWARDS ARROW WITH TAIL WITH VERTICAL STROKE",
80202  direction="on",
80203  linebreak="al",
80204  mathextensible="r",
80205  synonyms={ "partial injection" },
80206  unicodeslot=0x2914,
80207 },
80208 [0x2915]={
80209  category="sm",
80210  description="RIGHTWARDS ARROW WITH TAIL WITH DOUBLE VERTICAL STROKE",
80211  direction="on",
80212  linebreak="al",
80213  mathextensible="r",
80214  synonyms={ "finite injection" },
80215  unicodeslot=0x2915,
80216 },
80217 [0x2916]={
80218  category="sm",
80219  description="RIGHTWARDS TWO-HEADED ARROW WITH TAIL",
80220  direction="on",
80221  linebreak="al",
80222  mathclass="relation",
80223  mathextensible="r",
80224  mathname="twoheadrightarrowtail",
80225  synonyms={ "bijection" },
80226  unicodeslot=0x2916,
80227 },
80228 [0x2917]={
80229  category="sm",
80230  description="RIGHTWARDS TWO-HEADED ARROW WITH TAIL WITH VERTICAL STROKE",
80231  direction="on",
80232  linebreak="al",
80233  mathclass="relation",
80234  mathextensible="r",
80235  synonyms={ "surjective injection" },
80236  unicodeslot=0x2917,
80237 },
80238 [0x2918]={
80239  category="sm",
80240  description="RIGHTWARDS TWO-HEADED ARROW WITH TAIL WITH DOUBLE VERTICAL STROKE",
80241  direction="on",
80242  linebreak="al",
80243  mathextensible="r",
80244  synonyms={ "finite surjective injection" },
80245  unicodeslot=0x2918,
80246 },
80247 [0x2919]={
80248  category="sm",
80249  description="LEFTWARDS ARROW-TAIL",
80250  direction="on",
80251  linebreak="al",
80252  mathextensible="l",
80253  unicodeslot=0x2919,
80254 },
80255 [0x291A]={
80256  category="sm",
80257  description="RIGHTWARDS ARROW-TAIL",
80258  direction="on",
80259  linebreak="al",
80260  mathextensible="r",
80261  unicodeslot=0x291A,
80262 },
80263 [0x291B]={
80264  category="sm",
80265  description="LEFTWARDS DOUBLE ARROW-TAIL",
80266  direction="on",
80267  linebreak="al",
80268  mathextensible="l",
80269  unicodeslot=0x291B,
80270 },
80271 [0x291C]={
80272  category="sm",
80273  description="RIGHTWARDS DOUBLE ARROW-TAIL",
80274  direction="on",
80275  linebreak="al",
80276  mathextensible="r",
80277  unicodeslot=0x291C,
80278 },
80279 [0x291D]={
80280  category="sm",
80281  description="LEFTWARDS ARROW TO BLACK DIAMOND",
80282  direction="on",
80283  linebreak="al",
80284  mathextensible="l",
80285  unicodeslot=0x291D,
80286 },
80287 [0x291E]={
80288  category="sm",
80289  description="RIGHTWARDS ARROW TO BLACK DIAMOND",
80290  direction="on",
80291  linebreak="al",
80292  mathextensible="r",
80293  unicodeslot=0x291E,
80294 },
80295 [0x291F]={
80296  category="sm",
80297  description="LEFTWARDS ARROW FROM BAR TO BLACK DIAMOND",
80298  direction="on",
80299  linebreak="al",
80300  mathextensible="l",
80301  unicodeslot=0x291F,
80302 },
80303 [0x2920]={
80304  category="sm",
80305  description="RIGHTWARDS ARROW FROM BAR TO BLACK DIAMOND",
80306  direction="on",
80307  linebreak="al",
80308  mathextensible="r",
80309  unicodeslot=0x2920,
80310 },
80311 [0x2921]={
80312  category="sm",
80313  description="NORTH WEST AND SOUTH EAST ARROW",
80314  direction="on",
80315  linebreak="al",
80316  mathclass="relation",
80317  mathname="nwsearrow",
80318  unicodeslot=0x2921,
80319 },
80320 [0x2922]={
80321  category="sm",
80322  description="NORTH EAST AND SOUTH WEST ARROW",
80323  direction="on",
80324  linebreak="al",
80325  mathclass="relation",
80326  mathname="neswarrow",
80327  unicodeslot=0x2922,
80328 },
80329 [0x2923]={
80330  category="sm",
80331  description="NORTH WEST ARROW WITH HOOK",
80332  direction="on",
80333  linebreak="al",
80334  mathclass="relation",
80335  mathname="lhooknwarrow",
80336  unicodeslot=0x2923,
80337 },
80338 [0x2924]={
80339  category="sm",
80340  description="NORTH EAST ARROW WITH HOOK",
80341  direction="on",
80342  linebreak="al",
80343  mathclass="relation",
80344  mathname="rhooknearrow",
80345  unicodeslot=0x2924,
80346 },
80347 [0x2925]={
80348  category="sm",
80349  description="SOUTH EAST ARROW WITH HOOK",
80350  direction="on",
80351  linebreak="al",
80352  mathclass="relation",
80353  mathname="lhooksearrow",
80354  unicodeslot=0x2925,
80355 },
80356 [0x2926]={
80357  category="sm",
80358  description="SOUTH WEST ARROW WITH HOOK",
80359  direction="on",
80360  linebreak="al",
80361  mathclass="relation",
80362  mathname="rhookswarrow",
80363  unicodeslot=0x2926,
80364 },
80365 [0x2927]={
80366  category="sm",
80367  description="NORTH WEST ARROW AND NORTH EAST ARROW",
80368  direction="on",
80369  linebreak="al",
80370  unicodeslot=0x2927,
80371 },
80372 [0x2928]={
80373  category="sm",
80374  description="NORTH EAST ARROW AND SOUTH EAST ARROW",
80375  direction="on",
80376  linebreak="al",
80377  unicodeslot=0x2928,
80378 },
80379 [0x2929]={
80380  category="sm",
80381  description="SOUTH EAST ARROW AND SOUTH WEST ARROW",
80382  direction="on",
80383  linebreak="al",
80384  unicodeslot=0x2929,
80385 },
80386 [0x292A]={
80387  category="sm",
80388  description="SOUTH WEST ARROW AND NORTH WEST ARROW",
80389  direction="on",
80390  linebreak="al",
80391  unicodeslot=0x292A,
80392 },
80393 [0x292B]={
80394  category="sm",
80395  description="RISING DIAGONAL CROSSING FALLING DIAGONAL",
80396  direction="on",
80397  linebreak="al",
80398  unicodeslot=0x292B,
80399 },
80400 [0x292C]={
80401  category="sm",
80402  description="FALLING DIAGONAL CROSSING RISING DIAGONAL",
80403  direction="on",
80404  linebreak="al",
80405  unicodeslot=0x292C,
80406 },
80407 [0x292D]={
80408  category="sm",
80409  description="SOUTH EAST ARROW CROSSING NORTH EAST ARROW",
80410  direction="on",
80411  linebreak="al",
80412  unicodeslot=0x292D,
80413 },
80414 [0x292E]={
80415  category="sm",
80416  description="NORTH EAST ARROW CROSSING SOUTH EAST ARROW",
80417  direction="on",
80418  linebreak="al",
80419  unicodeslot=0x292E,
80420 },
80421 [0x292F]={
80422  category="sm",
80423  description="FALLING DIAGONAL CROSSING NORTH EAST ARROW",
80424  direction="on",
80425  linebreak="al",
80426  unicodeslot=0x292F,
80427 },
80428 [0x2930]={
80429  category="sm",
80430  description="RISING DIAGONAL CROSSING SOUTH EAST ARROW",
80431  direction="on",
80432  linebreak="al",
80433  unicodeslot=0x2930,
80434 },
80435 [0x2931]={
80436  category="sm",
80437  description="NORTH EAST ARROW CROSSING NORTH WEST ARROW",
80438  direction="on",
80439  linebreak="al",
80440  unicodeslot=0x2931,
80441 },
80442 [0x2932]={
80443  category="sm",
80444  description="NORTH WEST ARROW CROSSING NORTH EAST ARROW",
80445  direction="on",
80446  linebreak="al",
80447  unicodeslot=0x2932,
80448 },
80449 [0x2933]={
80450  category="sm",
80451  description="WAVE ARROW POINTING DIRECTLY RIGHT",
80452  direction="on",
80453  linebreak="al",
80454  mathextensible="r",
80455  unicodeslot=0x2933,
80456 },
80457 [0x2934]={
80458  category="sm",
80459  description="ARROW POINTING RIGHTWARDS THEN CURVING UPWARDS",
80460  direction="on",
80461  linebreak="al",
80462  mathextensible="m",
80463  unicodeslot=0x2934,
80464  variants=variants_emoji,
80465 },
80466 [0x2935]={
80467  category="sm",
80468  description="ARROW POINTING RIGHTWARDS THEN CURVING DOWNWARDS",
80469  direction="on",
80470  linebreak="al",
80471  mathextensible="m",
80472  unicodeslot=0x2935,
80473  variants=variants_emoji,
80474 },
80475 [0x2936]={
80476  category="sm",
80477  description="ARROW POINTING DOWNWARDS THEN CURVING LEFTWARDS",
80478  direction="on",
80479  linebreak="al",
80480  mathextensible="m",
80481  unicodeslot=0x2936,
80482 },
80483 [0x2937]={
80484  category="sm",
80485  description="ARROW POINTING DOWNWARDS THEN CURVING RIGHTWARDS",
80486  direction="on",
80487  linebreak="al",
80488  mathextensible="m",
80489  unicodeslot=0x2937,
80490 },
80491 [0x2938]={
80492  category="sm",
80493  description="RIGHT-SIDE ARC CLOCKWISE ARROW",
80494  direction="on",
80495  linebreak="al",
80496  mathextensible="r",
80497  unicodeslot=0x2938,
80498 },
80499 [0x2939]={
80500  category="sm",
80501  description="LEFT-SIDE ARC ANTICLOCKWISE ARROW",
80502  direction="on",
80503  linebreak="al",
80504  mathextensible="l",
80505  unicodeslot=0x2939,
80506 },
80507 [0x293A]={
80508  category="sm",
80509  description="TOP ARC ANTICLOCKWISE ARROW",
80510  direction="on",
80511  linebreak="al",
80512  unicodeslot=0x293A,
80513 },
80514 [0x293B]={
80515  category="sm",
80516  description="BOTTOM ARC ANTICLOCKWISE ARROW",
80517  direction="on",
80518  linebreak="al",
80519  unicodeslot=0x293B,
80520 },
80521 [0x293C]={
80522  category="sm",
80523  description="TOP ARC CLOCKWISE ARROW WITH MINUS",
80524  direction="on",
80525  linebreak="al",
80526  unicodeslot=0x293C,
80527 },
80528 [0x293D]={
80529  category="sm",
80530  description="TOP ARC ANTICLOCKWISE ARROW WITH PLUS",
80531  direction="on",
80532  linebreak="al",
80533  unicodeslot=0x293D,
80534 },
80535 [0x293E]={
80536  category="sm",
80537  description="LOWER RIGHT SEMICIRCULAR CLOCKWISE ARROW",
80538  direction="on",
80539  linebreak="al",
80540  mathextensible="r",
80541  unicodeslot=0x293E,
80542 },
80543 [0x293F]={
80544  category="sm",
80545  description="LOWER LEFT SEMICIRCULAR ANTICLOCKWISE ARROW",
80546  direction="on",
80547  linebreak="al",
80548  mathextensible="l",
80549  unicodeslot=0x293F,
80550 },
80551 [0x2940]={
80552  category="sm",
80553  description="ANTICLOCKWISE CLOSED CIRCLE ARROW",
80554  direction="on",
80555  linebreak="al",
80556  unicodeslot=0x2940,
80557 },
80558 [0x2941]={
80559  category="sm",
80560  description="CLOCKWISE CLOSED CIRCLE ARROW",
80561  direction="on",
80562  linebreak="al",
80563  unicodeslot=0x2941,
80564 },
80565 [0x2942]={
80566  category="sm",
80567  description="RIGHTWARDS ARROW ABOVE SHORT LEFTWARDS ARROW",
80568  direction="on",
80569  linebreak="al",
80570  unicodeslot=0x2942,
80571 },
80572 [0x2943]={
80573  category="sm",
80574  description="LEFTWARDS ARROW ABOVE SHORT RIGHTWARDS ARROW",
80575  direction="on",
80576  linebreak="al",
80577  unicodeslot=0x2943,
80578 },
80579 [0x2944]={
80580  category="sm",
80581  description="SHORT RIGHTWARDS ARROW ABOVE LEFTWARDS ARROW",
80582  direction="on",
80583  linebreak="al",
80584  unicodeslot=0x2944,
80585 },
80586 [0x2945]={
80587  category="sm",
80588  description="RIGHTWARDS ARROW WITH PLUS BELOW",
80589  direction="on",
80590  linebreak="al",
80591  mathextensible="r",
80592  unicodeslot=0x2945,
80593 },
80594 [0x2946]={
80595  category="sm",
80596  description="LEFTWARDS ARROW WITH PLUS BELOW",
80597  direction="on",
80598  linebreak="al",
80599  mathextensible="l",
80600  unicodeslot=0x2946,
80601 },
80602 [0x2947]={
80603  category="sm",
80604  description="RIGHTWARDS ARROW THROUGH X",
80605  direction="on",
80606  linebreak="al",
80607  unicodeslot=0x2947,
80608 },
80609 [0x2948]={
80610  category="sm",
80611  description="LEFT RIGHT ARROW THROUGH SMALL CIRCLE",
80612  direction="on",
80613  linebreak="al",
80614  unicodeslot=0x2948,
80615 },
80616 [0x2949]={
80617  category="sm",
80618  description="UPWARDS TWO-HEADED ARROW FROM SMALL CIRCLE",
80619  direction="on",
80620  linebreak="al",
80621  mathextensible="u",
80622  unicodeslot=0x2949,
80623 },
80624 [0x294A]={
80625  category="sm",
80626  description="LEFT BARB UP RIGHT BARB DOWN HARPOON",
80627  direction="on",
80628  linebreak="al",
80629  unicodeslot=0x294A,
80630 },
80631 [0x294B]={
80632  category="sm",
80633  description="LEFT BARB DOWN RIGHT BARB UP HARPOON",
80634  direction="on",
80635  linebreak="al",
80636  unicodeslot=0x294B,
80637 },
80638 [0x294C]={
80639  category="sm",
80640  description="UP BARB RIGHT DOWN BARB LEFT HARPOON",
80641  direction="on",
80642  linebreak="al",
80643  unicodeslot=0x294C,
80644 },
80645 [0x294D]={
80646  category="sm",
80647  description="UP BARB LEFT DOWN BARB RIGHT HARPOON",
80648  direction="on",
80649  linebreak="al",
80650  unicodeslot=0x294D,
80651 },
80652 [0x294E]={
80653  category="sm",
80654  description="LEFT BARB UP RIGHT BARB UP HARPOON",
80655  direction="on",
80656  linebreak="al",
80657  unicodeslot=0x294E,
80658 },
80659 [0x294F]={
80660  category="sm",
80661  description="UP BARB RIGHT DOWN BARB RIGHT HARPOON",
80662  direction="on",
80663  linebreak="al",
80664  unicodeslot=0x294F,
80665 },
80666 [0x2950]={
80667  category="sm",
80668  description="LEFT BARB DOWN RIGHT BARB DOWN HARPOON",
80669  direction="on",
80670  linebreak="al",
80671  unicodeslot=0x2950,
80672 },
80673 [0x2951]={
80674  category="sm",
80675  description="UP BARB LEFT DOWN BARB LEFT HARPOON",
80676  direction="on",
80677  linebreak="al",
80678  unicodeslot=0x2951,
80679 },
80680 [0x2952]={
80681  category="sm",
80682  description="LEFTWARDS HARPOON WITH BARB UP TO BAR",
80683  direction="on",
80684  linebreak="al",
80685  unicodeslot=0x2952,
80686 },
80687 [0x2953]={
80688  category="sm",
80689  description="RIGHTWARDS HARPOON WITH BARB UP TO BAR",
80690  direction="on",
80691  linebreak="al",
80692  unicodeslot=0x2953,
80693 },
80694 [0x2954]={
80695  category="sm",
80696  description="UPWARDS HARPOON WITH BARB RIGHT TO BAR",
80697  direction="on",
80698  linebreak="al",
80699  unicodeslot=0x2954,
80700 },
80701 [0x2955]={
80702  category="sm",
80703  description="DOWNWARDS HARPOON WITH BARB RIGHT TO BAR",
80704  direction="on",
80705  linebreak="al",
80706  unicodeslot=0x2955,
80707 },
80708 [0x2956]={
80709  category="sm",
80710  description="LEFTWARDS HARPOON WITH BARB DOWN TO BAR",
80711  direction="on",
80712  linebreak="al",
80713  unicodeslot=0x2956,
80714 },
80715 [0x2957]={
80716  category="sm",
80717  description="RIGHTWARDS HARPOON WITH BARB DOWN TO BAR",
80718  direction="on",
80719  linebreak="al",
80720  unicodeslot=0x2957,
80721 },
80722 [0x2958]={
80723  category="sm",
80724  description="UPWARDS HARPOON WITH BARB LEFT TO BAR",
80725  direction="on",
80726  linebreak="al",
80727  unicodeslot=0x2958,
80728 },
80729 [0x2959]={
80730  category="sm",
80731  description="DOWNWARDS HARPOON WITH BARB LEFT TO BAR",
80732  direction="on",
80733  linebreak="al",
80734  unicodeslot=0x2959,
80735 },
80736 [0x295A]={
80737  category="sm",
80738  description="LEFTWARDS HARPOON WITH BARB UP FROM BAR",
80739  direction="on",
80740  linebreak="al",
80741  unicodeslot=0x295A,
80742 },
80743 [0x295B]={
80744  category="sm",
80745  description="RIGHTWARDS HARPOON WITH BARB UP FROM BAR",
80746  direction="on",
80747  linebreak="al",
80748  unicodeslot=0x295B,
80749 },
80750 [0x295C]={
80751  category="sm",
80752  description="UPWARDS HARPOON WITH BARB RIGHT FROM BAR",
80753  direction="on",
80754  linebreak="al",
80755  unicodeslot=0x295C,
80756 },
80757 [0x295D]={
80758  category="sm",
80759  description="DOWNWARDS HARPOON WITH BARB RIGHT FROM BAR",
80760  direction="on",
80761  linebreak="al",
80762  unicodeslot=0x295D,
80763 },
80764 [0x295E]={
80765  category="sm",
80766  description="LEFTWARDS HARPOON WITH BARB DOWN FROM BAR",
80767  direction="on",
80768  linebreak="al",
80769  unicodeslot=0x295E,
80770 },
80771 [0x295F]={
80772  category="sm",
80773  description="RIGHTWARDS HARPOON WITH BARB DOWN FROM BAR",
80774  direction="on",
80775  linebreak="al",
80776  unicodeslot=0x295F,
80777 },
80778 [0x2960]={
80779  category="sm",
80780  description="UPWARDS HARPOON WITH BARB LEFT FROM BAR",
80781  direction="on",
80782  linebreak="al",
80783  unicodeslot=0x2960,
80784 },
80785 [0x2961]={
80786  category="sm",
80787  description="DOWNWARDS HARPOON WITH BARB LEFT FROM BAR",
80788  direction="on",
80789  linebreak="al",
80790  unicodeslot=0x2961,
80791 },
80792 [0x2962]={
80793  category="sm",
80794  description="LEFTWARDS HARPOON WITH BARB UP ABOVE LEFTWARDS HARPOON WITH BARB DOWN",
80795  direction="on",
80796  linebreak="al",
80797  unicodeslot=0x2962,
80798 },
80799 [0x2963]={
80800  category="sm",
80801  description="UPWARDS HARPOON WITH BARB LEFT BESIDE UPWARDS HARPOON WITH BARB RIGHT",
80802  direction="on",
80803  linebreak="al",
80804  unicodeslot=0x2963,
80805 },
80806 [0x2964]={
80807  category="sm",
80808  description="RIGHTWARDS HARPOON WITH BARB UP ABOVE RIGHTWARDS HARPOON WITH BARB DOWN",
80809  direction="on",
80810  linebreak="al",
80811  unicodeslot=0x2964,
80812 },
80813 [0x2965]={
80814  category="sm",
80815  description="DOWNWARDS HARPOON WITH BARB LEFT BESIDE DOWNWARDS HARPOON WITH BARB RIGHT",
80816  direction="on",
80817  linebreak="al",
80818  unicodeslot=0x2965,
80819 },
80820 [0x2966]={
80821  category="sm",
80822  description="LEFTWARDS HARPOON WITH BARB UP ABOVE RIGHTWARDS HARPOON WITH BARB UP",
80823  direction="on",
80824  linebreak="al",
80825  unicodeslot=0x2966,
80826 },
80827 [0x2967]={
80828  category="sm",
80829  description="LEFTWARDS HARPOON WITH BARB DOWN ABOVE RIGHTWARDS HARPOON WITH BARB DOWN",
80830  direction="on",
80831  linebreak="al",
80832  unicodeslot=0x2967,
80833 },
80834 [0x2968]={
80835  category="sm",
80836  description="RIGHTWARDS HARPOON WITH BARB UP ABOVE LEFTWARDS HARPOON WITH BARB UP",
80837  direction="on",
80838  linebreak="al",
80839  unicodeslot=0x2968,
80840 },
80841 [0x2969]={
80842  category="sm",
80843  description="RIGHTWARDS HARPOON WITH BARB DOWN ABOVE LEFTWARDS HARPOON WITH BARB DOWN",
80844  direction="on",
80845  linebreak="al",
80846  unicodeslot=0x2969,
80847 },
80848 [0x296A]={
80849  category="sm",
80850  description="LEFTWARDS HARPOON WITH BARB UP ABOVE LONG DASH",
80851  direction="on",
80852  linebreak="al",
80853  unicodeslot=0x296A,
80854 },
80855 [0x296B]={
80856  category="sm",
80857  description="LEFTWARDS HARPOON WITH BARB DOWN BELOW LONG DASH",
80858  direction="on",
80859  linebreak="al",
80860  unicodeslot=0x296B,
80861 },
80862 [0x296C]={
80863  category="sm",
80864  description="RIGHTWARDS HARPOON WITH BARB UP ABOVE LONG DASH",
80865  direction="on",
80866  linebreak="al",
80867  unicodeslot=0x296C,
80868 },
80869 [0x296D]={
80870  category="sm",
80871  description="RIGHTWARDS HARPOON WITH BARB DOWN BELOW LONG DASH",
80872  direction="on",
80873  linebreak="al",
80874  unicodeslot=0x296D,
80875 },
80876 [0x296E]={
80877  category="sm",
80878  description="UPWARDS HARPOON WITH BARB LEFT BESIDE DOWNWARDS HARPOON WITH BARB RIGHT",
80879  direction="on",
80880  linebreak="al",
80881  unicodeslot=0x296E,
80882 },
80883 [0x296F]={
80884  category="sm",
80885  description="DOWNWARDS HARPOON WITH BARB LEFT BESIDE UPWARDS HARPOON WITH BARB RIGHT",
80886  direction="on",
80887  linebreak="al",
80888  unicodeslot=0x296F,
80889 },
80890 [0x2970]={
80891  category="sm",
80892  description="RIGHT DOUBLE ARROW WITH ROUNDED HEAD",
80893  direction="on",
80894  linebreak="al",
80895  mathextensible="r",
80896  unicodeslot=0x2970,
80897 },
80898 [0x2971]={
80899  category="sm",
80900  description="EQUALS SIGN ABOVE RIGHTWARDS ARROW",
80901  direction="on",
80902  linebreak="al",
80903  unicodeslot=0x2971,
80904 },
80905 [0x2972]={
80906  category="sm",
80907  description="TILDE OPERATOR ABOVE RIGHTWARDS ARROW",
80908  direction="on",
80909  linebreak="al",
80910  unicodeslot=0x2972,
80911 },
80912 [0x2973]={
80913  category="sm",
80914  description="LEFTWARDS ARROW ABOVE TILDE OPERATOR",
80915  direction="on",
80916  linebreak="al",
80917  unicodeslot=0x2973,
80918 },
80919 [0x2974]={
80920  category="sm",
80921  description="RIGHTWARDS ARROW ABOVE TILDE OPERATOR",
80922  direction="on",
80923  linebreak="al",
80924  unicodeslot=0x2974,
80925 },
80926 [0x2975]={
80927  category="sm",
80928  description="RIGHTWARDS ARROW ABOVE ALMOST EQUAL TO",
80929  direction="on",
80930  linebreak="al",
80931  unicodeslot=0x2975,
80932 },
80933 [0x2976]={
80934  category="sm",
80935  description="LESS-THAN ABOVE LEFTWARDS ARROW",
80936  direction="on",
80937  linebreak="al",
80938  unicodeslot=0x2976,
80939 },
80940 [0x2977]={
80941  category="sm",
80942  description="LEFTWARDS ARROW THROUGH LESS-THAN",
80943  direction="on",
80944  linebreak="al",
80945  unicodeslot=0x2977,
80946 },
80947 [0x2978]={
80948  category="sm",
80949  description="GREATER-THAN ABOVE RIGHTWARDS ARROW",
80950  direction="on",
80951  linebreak="al",
80952  unicodeslot=0x2978,
80953 },
80954 [0x2979]={
80955  category="sm",
80956  description="SUBSET ABOVE RIGHTWARDS ARROW",
80957  direction="on",
80958  linebreak="al",
80959  unicodeslot=0x2979,
80960 },
80961 [0x297A]={
80962  category="sm",
80963  description="LEFTWARDS ARROW THROUGH SUBSET",
80964  direction="on",
80965  linebreak="al",
80966  unicodeslot=0x297A,
80967 },
80968 [0x297B]={
80969  category="sm",
80970  description="SUPERSET ABOVE LEFTWARDS ARROW",
80971  direction="on",
80972  linebreak="al",
80973  unicodeslot=0x297B,
80974 },
80975 [0x297C]={
80976  category="sm",
80977  description="LEFT FISH TAIL",
80978  direction="on",
80979  linebreak="al",
80980  unicodeslot=0x297C,
80981 },
80982 [0x297D]={
80983  category="sm",
80984  description="RIGHT FISH TAIL",
80985  direction="on",
80986  linebreak="al",
80987  unicodeslot=0x297D,
80988 },
80989 [0x297E]={
80990  category="sm",
80991  description="UP FISH TAIL",
80992  direction="on",
80993  linebreak="al",
80994  unicodeslot=0x297E,
80995 },
80996 [0x297F]={
80997  category="sm",
80998  description="DOWN FISH TAIL",
80999  direction="on",
81000  linebreak="al",
81001  unicodeslot=0x297F,
81002 },
81003 [0x2980]={
81004  category="sm",
81005  description="TRIPLE VERTICAL BAR DELIMITER",
81006  direction="on",
81007  linebreak="al",
81008  mathlist={ 0x7C, 0x7C, 0x7C },
81009  mathspec={
81010   {
81011    class="delimiter",
81012    name="tripleverticalbar",
81013   },
81014  },
81015  unicodeslot=0x2980,
81016 },
81017 [0x2981]={
81018  category="sm",
81019  description="Z NOTATION SPOT",
81020  direction="on",
81021  linebreak="al",
81022  unicodeslot=0x2981,
81023 },
81024 [0x2982]={
81025  category="sm",
81026  description="Z NOTATION TYPE COLON",
81027  direction="on",
81028  linebreak="al",
81029  unicodeslot=0x2982,
81030 },
81031 [0x2983]={
81032  category="ps",
81033  description="LEFT WHITE CURLY BRACKET",
81034  direction="on",
81035  linebreak="op",
81036  mirror=0x2984,
81037  unicodeslot=0x2983,
81038 },
81039 [0x2984]={
81040  category="pe",
81041  description="RIGHT WHITE CURLY BRACKET",
81042  direction="on",
81043  linebreak="cl",
81044  mirror=0x2983,
81045  unicodeslot=0x2984,
81046 },
81047 [0x2985]={
81048  category="ps",
81049  cjkwd="na",
81050  description="LEFT WHITE PARENTHESIS",
81051  direction="on",
81052  linebreak="op",
81053  mirror=0x2986,
81054  unicodeslot=0x2985,
81055 },
81056 [0x2986]={
81057  category="pe",
81058  cjkwd="na",
81059  description="RIGHT WHITE PARENTHESIS",
81060  direction="on",
81061  linebreak="cl",
81062  mirror=0x2985,
81063  unicodeslot=0x2986,
81064 },
81065 [0x2987]={
81066  category="ps",
81067  description="Z NOTATION LEFT IMAGE BRACKET",
81068  direction="on",
81069  linebreak="op",
81070  mirror=0x2988,
81071  unicodeslot=0x2987,
81072 },
81073 [0x2988]={
81074  category="pe",
81075  description="Z NOTATION RIGHT IMAGE BRACKET",
81076  direction="on",
81077  linebreak="cl",
81078  mirror=0x2987,
81079  unicodeslot=0x2988,
81080 },
81081 [0x2989]={
81082  category="ps",
81083  description="Z NOTATION LEFT BINDING BRACKET",
81084  direction="on",
81085  linebreak="op",
81086  mirror=0x298A,
81087  unicodeslot=0x2989,
81088 },
81089 [0x298A]={
81090  category="pe",
81091  description="Z NOTATION RIGHT BINDING BRACKET",
81092  direction="on",
81093  linebreak="cl",
81094  mirror=0x2989,
81095  unicodeslot=0x298A,
81096 },
81097 [0x298B]={
81098  category="ps",
81099  description="LEFT SQUARE BRACKET WITH UNDERBAR",
81100  direction="on",
81101  linebreak="op",
81102  mirror=0x298C,
81103  unicodeslot=0x298B,
81104 },
81105 [0x298C]={
81106  category="pe",
81107  description="RIGHT SQUARE BRACKET WITH UNDERBAR",
81108  direction="on",
81109  linebreak="cl",
81110  mirror=0x298B,
81111  unicodeslot=0x298C,
81112 },
81113 [0x298D]={
81114  category="ps",
81115  description="LEFT SQUARE BRACKET WITH TICK IN TOP CORNER",
81116  direction="on",
81117  linebreak="op",
81118  mirror=0x2990,
81119  unicodeslot=0x298D,
81120 },
81121 [0x298E]={
81122  category="pe",
81123  description="RIGHT SQUARE BRACKET WITH TICK IN BOTTOM CORNER",
81124  direction="on",
81125  linebreak="cl",
81126  mirror=0x298F,
81127  unicodeslot=0x298E,
81128 },
81129 [0x298F]={
81130  category="ps",
81131  description="LEFT SQUARE BRACKET WITH TICK IN BOTTOM CORNER",
81132  direction="on",
81133  linebreak="op",
81134  mirror=0x298E,
81135  unicodeslot=0x298F,
81136 },
81137 [0x2990]={
81138  category="pe",
81139  description="RIGHT SQUARE BRACKET WITH TICK IN TOP CORNER",
81140  direction="on",
81141  linebreak="cl",
81142  mirror=0x298D,
81143  unicodeslot=0x2990,
81144 },
81145 [0x2991]={
81146  category="ps",
81147  description="LEFT ANGLE BRACKET WITH DOT",
81148  direction="on",
81149  linebreak="op",
81150  mirror=0x2992,
81151  unicodeslot=0x2991,
81152 },
81153 [0x2992]={
81154  category="pe",
81155  description="RIGHT ANGLE BRACKET WITH DOT",
81156  direction="on",
81157  linebreak="cl",
81158  mirror=0x2991,
81159  unicodeslot=0x2992,
81160 },
81161 [0x2993]={
81162  category="ps",
81163  description="LEFT ARC LESS-THAN BRACKET",
81164  direction="on",
81165  linebreak="op",
81166  mirror=0x2994,
81167  unicodeslot=0x2993,
81168 },
81169 [0x2994]={
81170  category="pe",
81171  description="RIGHT ARC GREATER-THAN BRACKET",
81172  direction="on",
81173  linebreak="cl",
81174  mirror=0x2993,
81175  unicodeslot=0x2994,
81176 },
81177 [0x2995]={
81178  category="ps",
81179  description="DOUBLE LEFT ARC GREATER-THAN BRACKET",
81180  direction="on",
81181  linebreak="op",
81182  mirror=0x2996,
81183  unicodeslot=0x2995,
81184 },
81185 [0x2996]={
81186  category="pe",
81187  description="DOUBLE RIGHT ARC LESS-THAN BRACKET",
81188  direction="on",
81189  linebreak="cl",
81190  mirror=0x2995,
81191  unicodeslot=0x2996,
81192 },
81193 [0x2997]={
81194  category="ps",
81195  description="LEFT BLACK TORTOISE SHELL BRACKET",
81196  direction="on",
81197  linebreak="op",
81198  mathspec={
81199   {
81200    class="open",
81201    name="linterval",
81202   },
81203   {
81204    class="close",
81205    name="rointerval",
81206   },
81207   {
81208    class="open",
81209    name="llointerval",
81210   },
81211   {
81212    class="close",
81213    name="rlointerval",
81214   },
81215  },
81216  mirror=0x2998,
81217  textclass="open",
81218  unicodeslot=0x2997,
81219 },
81220 [0x2998]={
81221  category="pe",
81222  description="RIGHT BLACK TORTOISE SHELL BRACKET",
81223  direction="on",
81224  linebreak="cl",
81225  mathspec={
81226   {
81227    class="close",
81228    name="rinterval",
81229   },
81230   {
81231    class="open",
81232    name="lointerval",
81233   },
81234   {
81235    class="open",
81236    name="lrointerval",
81237   },
81238   {
81239    class="close",
81240    name="rrointerval",
81241   },
81242  },
81243  mirror=0x2997,
81244  textclass="close",
81245  unicodeslot=0x2998,
81246 },
81247 [0x2999]={
81248  category="sm",
81249  description="DOTTED FENCE",
81250  direction="on",
81251  linebreak="al",
81252  unicodeslot=0x2999,
81253 },
81254 [0x299A]={
81255  category="sm",
81256  description="VERTICAL ZIGZAG LINE",
81257  direction="on",
81258  linebreak="al",
81259  unicodeslot=0x299A,
81260 },
81261 [0x299B]={
81262  category="sm",
81263  description="MEASURED ANGLE OPENING LEFT",
81264  direction="on",
81265  linebreak="al",
81266  mirror=0x2221,
81267  unicodeslot=0x299B,
81268 },
81269 [0x299C]={
81270  category="sm",
81271  description="RIGHT ANGLE VARIANT WITH SQUARE",
81272  direction="on",
81273  linebreak="al",
81274  unicodeslot=0x299C,
81275 },
81276 [0x299D]={
81277  category="sm",
81278  description="MEASURED RIGHT ANGLE WITH DOT",
81279  direction="on",
81280  linebreak="al",
81281  unicodeslot=0x299D,
81282 },
81283 [0x299E]={
81284  category="sm",
81285  description="ANGLE WITH S INSIDE",
81286  direction="on",
81287  linebreak="al",
81288  unicodeslot=0x299E,
81289 },
81290 [0x299F]={
81291  category="sm",
81292  description="ACUTE ANGLE",
81293  direction="on",
81294  linebreak="al",
81295  unicodeslot=0x299F,
81296 },
81297 [0x29A0]={
81298  category="sm",
81299  description="SPHERICAL ANGLE OPENING LEFT",
81300  direction="on",
81301  linebreak="al",
81302  mirror=0x2222,
81303  unicodeslot=0x29A0,
81304 },
81305 [0x29A1]={
81306  category="sm",
81307  description="SPHERICAL ANGLE OPENING UP",
81308  direction="on",
81309  linebreak="al",
81310  unicodeslot=0x29A1,
81311 },
81312 [0x29A2]={
81313  category="sm",
81314  description="TURNED ANGLE",
81315  direction="on",
81316  linebreak="al",
81317  unicodeslot=0x29A2,
81318 },
81319 [0x29A3]={
81320  category="sm",
81321  description="REVERSED ANGLE",
81322  direction="on",
81323  linebreak="al",
81324  mirror=0x2220,
81325  unicodeslot=0x29A3,
81326 },
81327 [0x29A4]={
81328  category="sm",
81329  description="ANGLE WITH UNDERBAR",
81330  direction="on",
81331  linebreak="al",
81332  mirror=0x29A5,
81333  unicodeslot=0x29A4,
81334 },
81335 [0x29A5]={
81336  category="sm",
81337  description="REVERSED ANGLE WITH UNDERBAR",
81338  direction="on",
81339  linebreak="al",
81340  mirror=0x29A4,
81341  unicodeslot=0x29A5,
81342 },
81343 [0x29A6]={
81344  category="sm",
81345  description="OBLIQUE ANGLE OPENING UP",
81346  direction="on",
81347  linebreak="al",
81348  unicodeslot=0x29A6,
81349 },
81350 [0x29A7]={
81351  category="sm",
81352  description="OBLIQUE ANGLE OPENING DOWN",
81353  direction="on",
81354  linebreak="al",
81355  unicodeslot=0x29A7,
81356 },
81357 [0x29A8]={
81358  category="sm",
81359  description="MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING UP AND RIGHT",
81360  direction="on",
81361  linebreak="al",
81362  mirror=0x29A9,
81363  unicodeslot=0x29A8,
81364 },
81365 [0x29A9]={
81366  category="sm",
81367  description="MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING UP AND LEFT",
81368  direction="on",
81369  linebreak="al",
81370  mirror=0x29A8,
81371  unicodeslot=0x29A9,
81372 },
81373 [0x29AA]={
81374  category="sm",
81375  description="MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING DOWN AND RIGHT",
81376  direction="on",
81377  linebreak="al",
81378  mirror=0x29AB,
81379  unicodeslot=0x29AA,
81380 },
81381 [0x29AB]={
81382  category="sm",
81383  description="MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING DOWN AND LEFT",
81384  direction="on",
81385  linebreak="al",
81386  mirror=0x29AA,
81387  unicodeslot=0x29AB,
81388 },
81389 [0x29AC]={
81390  category="sm",
81391  description="MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING RIGHT AND UP",
81392  direction="on",
81393  linebreak="al",
81394  mirror=0x29AD,
81395  unicodeslot=0x29AC,
81396 },
81397 [0x29AD]={
81398  category="sm",
81399  description="MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING LEFT AND UP",
81400  direction="on",
81401  linebreak="al",
81402  mirror=0x29AC,
81403  unicodeslot=0x29AD,
81404 },
81405 [0x29AE]={
81406  category="sm",
81407  description="MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING RIGHT AND DOWN",
81408  direction="on",
81409  linebreak="al",
81410  mirror=0x29AF,
81411  unicodeslot=0x29AE,
81412 },
81413 [0x29AF]={
81414  category="sm",
81415  description="MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING LEFT AND DOWN",
81416  direction="on",
81417  linebreak="al",
81418  mirror=0x29AE,
81419  unicodeslot=0x29AF,
81420 },
81421 [0x29B0]={
81422  category="sm",
81423  description="REVERSED EMPTY SET",
81424  direction="on",
81425  linebreak="al",
81426  unicodeslot=0x29B0,
81427 },
81428 [0x29B1]={
81429  category="sm",
81430  description="EMPTY SET WITH OVERBAR",
81431  direction="on",
81432  linebreak="al",
81433  unicodeslot=0x29B1,
81434 },
81435 [0x29B2]={
81436  category="sm",
81437  description="EMPTY SET WITH SMALL CIRCLE ABOVE",
81438  direction="on",
81439  linebreak="al",
81440  unicodeslot=0x29B2,
81441 },
81442 [0x29B3]={
81443  category="sm",
81444  description="EMPTY SET WITH RIGHT ARROW ABOVE",
81445  direction="on",
81446  linebreak="al",
81447  unicodeslot=0x29B3,
81448 },
81449 [0x29B4]={
81450  category="sm",
81451  description="EMPTY SET WITH LEFT ARROW ABOVE",
81452  direction="on",
81453  linebreak="al",
81454  unicodeslot=0x29B4,
81455 },
81456 [0x29B5]={
81457  category="sm",
81458  description="CIRCLE WITH HORIZONTAL BAR",
81459  direction="on",
81460  linebreak="al",
81461  unicodeslot=0x29B5,
81462 },
81463 [0x29B6]={
81464  category="sm",
81465  description="CIRCLED VERTICAL BAR",
81466  direction="on",
81467  linebreak="al",
81468  unicodeslot=0x29B6,
81469 },
81470 [0x29B7]={
81471  category="sm",
81472  description="CIRCLED PARALLEL",
81473  direction="on",
81474  linebreak="al",
81475  unicodeslot=0x29B7,
81476 },
81477 [0x29B8]={
81478  category="sm",
81479  description="CIRCLED REVERSE SOLIDUS",
81480  direction="on",
81481  linebreak="al",
81482  mirror=0x2298,
81483  unicodeslot=0x29B8,
81484 },
81485 [0x29B9]={
81486  category="sm",
81487  description="CIRCLED PERPENDICULAR",
81488  direction="on",
81489  linebreak="al",
81490  unicodeslot=0x29B9,
81491 },
81492 [0x29BA]={
81493  category="sm",
81494  description="CIRCLE DIVIDED BY HORIZONTAL BAR AND TOP HALF DIVIDED BY VERTICAL BAR",
81495  direction="on",
81496  linebreak="al",
81497  unicodeslot=0x29BA,
81498 },
81499 [0x29BB]={
81500  category="sm",
81501  description="CIRCLE WITH SUPERIMPOSED X",
81502  direction="on",
81503  linebreak="al",
81504  unicodeslot=0x29BB,
81505 },
81506 [0x29BC]={
81507  category="sm",
81508  description="CIRCLED ANTICLOCKWISE-ROTATED DIVISION SIGN",
81509  direction="on",
81510  linebreak="al",
81511  unicodeslot=0x29BC,
81512 },
81513 [0x29BD]={
81514  category="sm",
81515  description="UP ARROW THROUGH CIRCLE",
81516  direction="on",
81517  linebreak="al",
81518  unicodeslot=0x29BD,
81519 },
81520 [0x29BE]={
81521  category="sm",
81522  description="CIRCLED WHITE BULLET",
81523  direction="on",
81524  linebreak="al",
81525  unicodeslot=0x29BE,
81526 },
81527 [0x29BF]={
81528  category="sm",
81529  description="CIRCLED BULLET",
81530  direction="on",
81531  linebreak="al",
81532  unicodeslot=0x29BF,
81533 },
81534 [0x29C0]={
81535  category="sm",
81536  description="CIRCLED LESS-THAN",
81537  direction="on",
81538  linebreak="al",
81539  mirror=0x29C1,
81540  unicodeslot=0x29C0,
81541 },
81542 [0x29C1]={
81543  category="sm",
81544  description="CIRCLED GREATER-THAN",
81545  direction="on",
81546  linebreak="al",
81547  mirror=0x29C0,
81548  unicodeslot=0x29C1,
81549 },
81550 [0x29C2]={
81551  category="sm",
81552  description="CIRCLE WITH SMALL CIRCLE TO THE RIGHT",
81553  direction="on",
81554  linebreak="al",
81555  unicodeslot=0x29C2,
81556 },
81557 [0x29C3]={
81558  category="sm",
81559  description="CIRCLE WITH TWO HORIZONTAL STROKES TO THE RIGHT",
81560  direction="on",
81561  linebreak="al",
81562  unicodeslot=0x29C3,
81563 },
81564 [0x29C4]={
81565  category="sm",
81566  description="SQUARED RISING DIAGONAL SLASH",
81567  direction="on",
81568  linebreak="al",
81569  mirror=0x29C5,
81570  unicodeslot=0x29C4,
81571 },
81572 [0x29C5]={
81573  category="sm",
81574  description="SQUARED FALLING DIAGONAL SLASH",
81575  direction="on",
81576  linebreak="al",
81577  mirror=0x29C4,
81578  unicodeslot=0x29C5,
81579 },
81580 [0x29C6]={
81581  category="sm",
81582  description="SQUARED ASTERISK",
81583  direction="on",
81584  linebreak="al",
81585  unicodeslot=0x29C6,
81586 },
81587 [0x29C7]={
81588  category="sm",
81589  description="SQUARED SMALL CIRCLE",
81590  direction="on",
81591  linebreak="al",
81592  unicodeslot=0x29C7,
81593 },
81594 [0x29C8]={
81595  category="sm",
81596  description="SQUARED SQUARE",
81597  direction="on",
81598  linebreak="al",
81599  unicodeslot=0x29C8,
81600 },
81601 [0x29C9]={
81602  category="sm",
81603  description="TWO JOINED SQUARES",
81604  direction="on",
81605  linebreak="al",
81606  unicodeslot=0x29C9,
81607 },
81608 [0x29CA]={
81609  category="sm",
81610  description="TRIANGLE WITH DOT ABOVE",
81611  direction="on",
81612  linebreak="al",
81613  unicodeslot=0x29CA,
81614 },
81615 [0x29CB]={
81616  category="sm",
81617  description="TRIANGLE WITH UNDERBAR",
81618  direction="on",
81619  linebreak="al",
81620  unicodeslot=0x29CB,
81621 },
81622 [0x29CC]={
81623  category="sm",
81624  description="S IN TRIANGLE",
81625  direction="on",
81626  linebreak="al",
81627  unicodeslot=0x29CC,
81628 },
81629 [0x29CD]={
81630  category="sm",
81631  description="TRIANGLE WITH SERIFS AT BOTTOM",
81632  direction="on",
81633  linebreak="al",
81634  unicodeslot=0x29CD,
81635 },
81636 [0x29CE]={
81637  category="sm",
81638  description="RIGHT TRIANGLE ABOVE LEFT TRIANGLE",
81639  direction="on",
81640  linebreak="al",
81641  unicodeslot=0x29CE,
81642 },
81643 [0x29CF]={
81644  category="sm",
81645  description="LEFT TRIANGLE BESIDE VERTICAL BAR",
81646  direction="on",
81647  linebreak="al",
81648  mirror=0x29D0,
81649  unicodeslot=0x29CF,
81650 },
81651 [0x29D0]={
81652  category="sm",
81653  description="VERTICAL BAR BESIDE RIGHT TRIANGLE",
81654  direction="on",
81655  linebreak="al",
81656  mirror=0x29CF,
81657  unicodeslot=0x29D0,
81658 },
81659 [0x29D1]={
81660  category="sm",
81661  description="BOWTIE WITH LEFT HALF BLACK",
81662  direction="on",
81663  linebreak="al",
81664  mirror=0x29D2,
81665  unicodeslot=0x29D1,
81666 },
81667 [0x29D2]={
81668  category="sm",
81669  description="BOWTIE WITH RIGHT HALF BLACK",
81670  direction="on",
81671  linebreak="al",
81672  mirror=0x29D1,
81673  unicodeslot=0x29D2,
81674 },
81675 [0x29D3]={
81676  category="sm",
81677  description="BLACK BOWTIE",
81678  direction="on",
81679  linebreak="al",
81680  unicodeslot=0x29D3,
81681 },
81682 [0x29D4]={
81683  category="sm",
81684  description="TIMES WITH LEFT HALF BLACK",
81685  direction="on",
81686  linebreak="al",
81687  mirror=0x29D5,
81688  unicodeslot=0x29D4,
81689 },
81690 [0x29D5]={
81691  category="sm",
81692  description="TIMES WITH RIGHT HALF BLACK",
81693  direction="on",
81694  linebreak="al",
81695  mirror=0x29D4,
81696  unicodeslot=0x29D5,
81697 },
81698 [0x29D6]={
81699  category="sm",
81700  description="WHITE HOURGLASS",
81701  direction="on",
81702  linebreak="al",
81703  synonyms={ "vertical bowtie", "white framus" },
81704  unicodeslot=0x29D6,
81705 },
81706 [0x29D7]={
81707  category="sm",
81708  description="BLACK HOURGLASS",
81709  direction="on",
81710  linebreak="al",
81711  unicodeslot=0x29D7,
81712 },
81713 [0x29D8]={
81714  category="ps",
81715  description="LEFT WIGGLY FENCE",
81716  direction="on",
81717  linebreak="op",
81718  mirror=0x29D9,
81719  unicodeslot=0x29D8,
81720 },
81721 [0x29D9]={
81722  category="pe",
81723  description="RIGHT WIGGLY FENCE",
81724  direction="on",
81725  linebreak="cl",
81726  mirror=0x29D8,
81727  unicodeslot=0x29D9,
81728 },
81729 [0x29DA]={
81730  category="ps",
81731  description="LEFT DOUBLE WIGGLY FENCE",
81732  direction="on",
81733  linebreak="op",
81734  mirror=0x29DB,
81735  unicodeslot=0x29DA,
81736 },
81737 [0x29DB]={
81738  category="pe",
81739  description="RIGHT DOUBLE WIGGLY FENCE",
81740  direction="on",
81741  linebreak="cl",
81742  mirror=0x29DA,
81743  unicodeslot=0x29DB,
81744 },
81745 [0x29DC]={
81746  category="sm",
81747  description="INCOMPLETE INFINITY",
81748  direction="on",
81749  linebreak="al",
81750  synonyms={ "isotech entity ⧜" },
81751  unicodeslot=0x29DC,
81752 },
81753 [0x29DD]={
81754  category="sm",
81755  description="TIE OVER INFINITY",
81756  direction="on",
81757  linebreak="al",
81758  unicodeslot=0x29DD,
81759 },
81760 [0x29DE]={
81761  category="sm",
81762  description="INFINITY NEGATED WITH VERTICAL BAR",
81763  direction="on",
81764  linebreak="al",
81765  unicodeslot=0x29DE,
81766 },
81767 [0x29DF]={
81768  category="sm",
81769  description="DOUBLE-ENDED MULTIMAP",
81770  direction="on",
81771  linebreak="al",
81772  unicodeslot=0x29DF,
81773 },
81774 [0x29E0]={
81775  category="sm",
81776  description="SQUARE WITH CONTOURED OUTLINE",
81777  direction="on",
81778  linebreak="al",
81779  synonyms={ "d'alembertian" },
81780  unicodeslot=0x29E0,
81781 },
81782 [0x29E1]={
81783  category="sm",
81784  description="INCREASES AS",
81785  direction="on",
81786  linebreak="al",
81787  unicodeslot=0x29E1,
81788 },
81789 [0x29E2]={
81790  category="sm",
81791  description="SHUFFLE PRODUCT",
81792  direction="on",
81793  linebreak="al",
81794  unicodeslot=0x29E2,
81795 },
81796 [0x29E3]={
81797  category="sm",
81798  description="EQUALS SIGN AND SLANTED PARALLEL",
81799  direction="on",
81800  linebreak="al",
81801  unicodeslot=0x29E3,
81802 },
81803 [0x29E4]={
81804  category="sm",
81805  description="EQUALS SIGN AND SLANTED PARALLEL WITH TILDE ABOVE",
81806  direction="on",
81807  linebreak="al",
81808  unicodeslot=0x29E4,
81809 },
81810 [0x29E5]={
81811  category="sm",
81812  description="IDENTICAL TO AND SLANTED PARALLEL",
81813  direction="on",
81814  linebreak="al",
81815  unicodeslot=0x29E5,
81816 },
81817 [0x29E6]={
81818  category="sm",
81819  description="GLEICH STARK",
81820  direction="on",
81821  linebreak="al",
81822  synonyms={ "tautological equivalent" },
81823  unicodeslot=0x29E6,
81824 },
81825 [0x29E7]={
81826  category="sm",
81827  description="THERMODYNAMIC",
81828  direction="on",
81829  linebreak="al",
81830  unicodeslot=0x29E7,
81831 },
81832 [0x29E8]={
81833  category="sm",
81834  description="DOWN-POINTING TRIANGLE WITH LEFT HALF BLACK",
81835  direction="on",
81836  linebreak="al",
81837  mirror=0x29E9,
81838  unicodeslot=0x29E8,
81839 },
81840 [0x29E9]={
81841  category="sm",
81842  description="DOWN-POINTING TRIANGLE WITH RIGHT HALF BLACK",
81843  direction="on",
81844  linebreak="al",
81845  mirror=0x29E8,
81846  unicodeslot=0x29E9,
81847 },
81848 [0x29EA]={
81849  category="sm",
81850  description="BLACK DIAMOND WITH DOWN ARROW",
81851  direction="on",
81852  linebreak="al",
81853  mathextensible="d",
81854  unicodeslot=0x29EA,
81855 },
81856 [0x29EB]={
81857  category="sm",
81858  description="BLACK LOZENGE",
81859  direction="on",
81860  linebreak="al",
81861  unicodeslot=0x29EB,
81862 },
81863 [0x29EC]={
81864  category="sm",
81865  description="WHITE CIRCLE WITH DOWN ARROW",
81866  direction="on",
81867  linebreak="al",
81868  mathextensible="d",
81869  unicodeslot=0x29EC,
81870 },
81871 [0x29ED]={
81872  category="sm",
81873  description="BLACK CIRCLE WITH DOWN ARROW",
81874  direction="on",
81875  linebreak="al",
81876  mathextensible="d",
81877  unicodeslot=0x29ED,
81878 },
81879 [0x29EE]={
81880  category="sm",
81881  description="ERROR-BARRED WHITE SQUARE",
81882  direction="on",
81883  linebreak="al",
81884  unicodeslot=0x29EE,
81885 },
81886 [0x29EF]={
81887  category="sm",
81888  description="ERROR-BARRED BLACK SQUARE",
81889  direction="on",
81890  linebreak="al",
81891  unicodeslot=0x29EF,
81892 },
81893 [0x29F0]={
81894  category="sm",
81895  description="ERROR-BARRED WHITE DIAMOND",
81896  direction="on",
81897  linebreak="al",
81898  unicodeslot=0x29F0,
81899 },
81900 [0x29F1]={
81901  category="sm",
81902  description="ERROR-BARRED BLACK DIAMOND",
81903  direction="on",
81904  linebreak="al",
81905  unicodeslot=0x29F1,
81906 },
81907 [0x29F2]={
81908  category="sm",
81909  description="ERROR-BARRED WHITE CIRCLE",
81910  direction="on",
81911  linebreak="al",
81912  unicodeslot=0x29F2,
81913 },
81914 [0x29F3]={
81915  category="sm",
81916  description="ERROR-BARRED BLACK CIRCLE",
81917  direction="on",
81918  linebreak="al",
81919  unicodeslot=0x29F3,
81920 },
81921 [0x29F4]={
81922  category="sm",
81923  description="RULE-DELAYED",
81924  direction="on",
81925  linebreak="al",
81926  synonyms={ "colon right arrow" },
81927  unicodeslot=0x29F4,
81928 },
81929 [0x29F5]={
81930  category="sm",
81931  description="REVERSE SOLIDUS OPERATOR",
81932  direction="on",
81933  linebreak="al",
81934  mirror=0x2215,
81935  unicodeslot=0x29F5,
81936 },
81937 [0x29F6]={
81938  category="sm",
81939  description="SOLIDUS WITH OVERBAR",
81940  direction="on",
81941  linebreak="al",
81942  unicodeslot=0x29F6,
81943 },
81944 [0x29F7]={
81945  category="sm",
81946  description="REVERSE SOLIDUS WITH HORIZONTAL STROKE",
81947  direction="on",
81948  linebreak="al",
81949  unicodeslot=0x29F7,
81950 },
81951 [0x29F8]={
81952  category="sm",
81953  description="BIG SOLIDUS",
81954  direction="on",
81955  linebreak="al",
81956  mirror=0x29F9,
81957  unicodeslot=0x29F8,
81958 },
81959 [0x29F9]={
81960  category="sm",
81961  description="BIG REVERSE SOLIDUS",
81962  direction="on",
81963  linebreak="al",
81964  mirror=0x29F8,
81965  synonyms={ "schema hiding" },
81966  unicodeslot=0x29F9,
81967 },
81968 [0x29FA]={
81969  category="sm",
81970  description="DOUBLE PLUS",
81971  direction="on",
81972  linebreak="al",
81973  unicodeslot=0x29FA,
81974 },
81975 [0x29FB]={
81976  category="sm",
81977  description="TRIPLE PLUS",
81978  direction="on",
81979  linebreak="al",
81980  unicodeslot=0x29FB,
81981 },
81982 [0x29FC]={
81983  category="ps",
81984  description="LEFT-POINTING CURVED ANGLE BRACKET",
81985  direction="on",
81986  linebreak="op",
81987  mirror=0x29FD,
81988  unicodeslot=0x29FC,
81989 },
81990 [0x29FD]={
81991  category="pe",
81992  description="RIGHT-POINTING CURVED ANGLE BRACKET",
81993  direction="on",
81994  linebreak="cl",
81995  mirror=0x29FC,
81996  unicodeslot=0x29FD,
81997 },
81998 [0x29FE]={
81999  category="sm",
82000  description="TINY",
82001  direction="on",
82002  linebreak="al",
82003  unicodeslot=0x29FE,
82004 },
82005 [0x29FF]={
82006  category="sm",
82007  description="MINY",
82008  direction="on",
82009  linebreak="al",
82010  unicodeslot=0x29FF,
82011 },
82012 [0x2A00]={
82013  category="sm",
82014  description="N-ARY CIRCLED DOT OPERATOR",
82015  direction="on",
82016  linebreak="al",
82017  mathclass="operator",
82018  mathname="bigodot",
82019  unicodeslot=0x2A00,
82020 },
82021 [0x2A01]={
82022  category="sm",
82023  description="N-ARY CIRCLED PLUS OPERATOR",
82024  direction="on",
82025  linebreak="al",
82026  mathclass="operator",
82027  mathgroup="nary operator",
82028  mathmeaning="direct sum",
82029  mathname="bigoplus",
82030  unicodeslot=0x2A01,
82031 },
82032 [0x2A02]={
82033  category="sm",
82034  description="N-ARY CIRCLED TIMES OPERATOR",
82035  direction="on",
82036  linebreak="al",
82037  mathclass="operator",
82038  mathgroup="nary operator",
82039  mathmeaning="tensor product",
82040  mathname="bigotimes",
82041  unicodeslot=0x2A02,
82042 },
82043 [0x2A03]={
82044  category="sm",
82045  description="N-ARY UNION OPERATOR WITH DOT",
82046  direction="on",
82047  linebreak="al",
82048  mathclass="operator",
82049  mathname="bigudot",
82050  unicodeslot=0x2A03,
82051 },
82052 [0x2A04]={
82053  category="sm",
82054  description="N-ARY UNION OPERATOR WITH PLUS",
82055  direction="on",
82056  linebreak="al",
82057  mathclass="operator",
82058  mathname="biguplus",
82059  unicodeslot=0x2A04,
82060 },
82061 [0x2A05]={
82062  category="sm",
82063  description="N-ARY SQUARE INTERSECTION OPERATOR",
82064  direction="on",
82065  linebreak="al",
82066  mathclass="operator",
82067  mathname="bigsqcap",
82068  unicodeslot=0x2A05,
82069 },
82070 [0x2A06]={
82071  category="sm",
82072  description="N-ARY SQUARE UNION OPERATOR",
82073  direction="on",
82074  linebreak="al",
82075  mathclass="operator",
82076  mathname="bigsqcup",
82077  unicodeslot=0x2A06,
82078 },
82079 [0x2A07]={
82080  category="sm",
82081  description="TWO LOGICAL AND OPERATOR",
82082  direction="on",
82083  linebreak="al",
82084  synonyms={ "merge" },
82085  unicodeslot=0x2A07,
82086 },
82087 [0x2A08]={
82088  category="sm",
82089  description="TWO LOGICAL OR OPERATOR",
82090  direction="on",
82091  linebreak="al",
82092  unicodeslot=0x2A08,
82093 },
82094 [0x2A09]={
82095  category="sm",
82096  description="N-ARY TIMES OPERATOR",
82097  direction="on",
82098  linebreak="al",
82099  mathclass="operator",
82100  mathgroup="nary operator",
82101  mathmeaning="times",
82102  mathname="bigtimes",
82103  unicodeslot=0x2A09,
82104 },
82105 [0x2A0A]={
82106  category="sm",
82107  description="MODULO TWO SUM",
82108  direction="on",
82109  linebreak="al",
82110  unicodeslot=0x2A0A,
82111 },
82112 [0x2A0B]={
82113  category="sm",
82114  description="SUMMATION WITH INTEGRAL",
82115  direction="on",
82116  linebreak="al",
82117  unicodeslot=0x2A0B,
82118 },
82119 [0x2A0C]={
82120  category="sm",
82121  description="QUADRUPLE INTEGRAL OPERATOR",
82122  direction="on",
82123  linebreak="al",
82124  mathclass="integral",
82125  mathgroup="integral",
82126  mathmeaning="quadruple integral of",
82127  mathspec={
82128   {
82129    class="integral",
82130    name="iiiint",
82131   },
82132   {
82133    class="ordinary",
82134    name="iiiintop",
82135   },
82136  },
82137  specials={ "compat", 0x222B, 0x222B, 0x222B, 0x222B },
82138  unicodeslot=0x2A0C,
82139 },
82140 [0x2A0D]={
82141  category="sm",
82142  description="FINITE PART INTEGRAL",
82143  direction="on",
82144  linebreak="al",
82145  unicodeslot=0x2A0D,
82146 },
82147 [0x2A0E]={
82148  category="sm",
82149  description="INTEGRAL WITH DOUBLE STROKE",
82150  direction="on",
82151  linebreak="al",
82152  unicodeslot=0x2A0E,
82153 },
82154 [0x2A0F]={
82155  category="sm",
82156  description="INTEGRAL AVERAGE WITH SLASH",
82157  direction="on",
82158  linebreak="al",
82159  unicodeslot=0x2A0F,
82160 },
82161 [0x2A10]={
82162  category="sm",
82163  description="CIRCULATION FUNCTION",
82164  direction="on",
82165  linebreak="al",
82166  unicodeslot=0x2A10,
82167 },
82168 [0x2A11]={
82169  category="sm",
82170  description="ANTICLOCKWISE INTEGRATION",
82171  direction="on",
82172  linebreak="al",
82173  synonyms={ "counterclockwise integration" },
82174  unicodeslot=0x2A11,
82175 },
82176 [0x2A12]={
82177  category="sm",
82178  description="LINE INTEGRATION WITH RECTANGULAR PATH AROUND POLE",
82179  direction="on",
82180  linebreak="al",
82181  unicodeslot=0x2A12,
82182 },
82183 [0x2A13]={
82184  category="sm",
82185  description="LINE INTEGRATION WITH SEMICIRCULAR PATH AROUND POLE",
82186  direction="on",
82187  linebreak="al",
82188  unicodeslot=0x2A13,
82189 },
82190 [0x2A14]={
82191  category="sm",
82192  description="LINE INTEGRATION NOT INCLUDING THE POLE",
82193  direction="on",
82194  linebreak="al",
82195  unicodeslot=0x2A14,
82196 },
82197 [0x2A15]={
82198  category="sm",
82199  description="INTEGRAL AROUND A POINT OPERATOR",
82200  direction="on",
82201  linebreak="al",
82202  unicodeslot=0x2A15,
82203 },
82204 [0x2A16]={
82205  category="sm",
82206  description="QUATERNION INTEGRAL OPERATOR",
82207  direction="on",
82208  linebreak="al",
82209  unicodeslot=0x2A16,
82210 },
82211 [0x2A17]={
82212  category="sm",
82213  description="INTEGRAL WITH LEFTWARDS ARROW WITH HOOK",
82214  direction="on",
82215  linebreak="al",
82216  mathextensible="l",
82217  unicodeslot=0x2A17,
82218 },
82219 [0x2A18]={
82220  category="sm",
82221  description="INTEGRAL WITH TIMES SIGN",
82222  direction="on",
82223  linebreak="al",
82224  unicodeslot=0x2A18,
82225 },
82226 [0x2A19]={
82227  category="sm",
82228  description="INTEGRAL WITH INTERSECTION",
82229  direction="on",
82230  linebreak="al",
82231  unicodeslot=0x2A19,
82232 },
82233 [0x2A1A]={
82234  category="sm",
82235  description="INTEGRAL WITH UNION",
82236  direction="on",
82237  linebreak="al",
82238  unicodeslot=0x2A1A,
82239 },
82240 [0x2A1B]={
82241  category="sm",
82242  description="INTEGRAL WITH OVERBAR",
82243  direction="on",
82244  linebreak="al",
82245  synonyms={ "upper integral" },
82246  unicodeslot=0x2A1B,
82247 },
82248 [0x2A1C]={
82249  category="sm",
82250  description="INTEGRAL WITH UNDERBAR",
82251  direction="on",
82252  linebreak="al",
82253  synonyms={ "lower integral" },
82254  unicodeslot=0x2A1C,
82255 },
82256 [0x2A1D]={
82257  category="sm",
82258  description="JOIN",
82259  direction="on",
82260  linebreak="al",
82261  synonyms={ "large bowtie" },
82262  unicodeslot=0x2A1D,
82263 },
82264 [0x2A1E]={
82265  category="sm",
82266  description="LARGE LEFT TRIANGLE OPERATOR",
82267  direction="on",
82268  linebreak="al",
82269  unicodeslot=0x2A1E,
82270 },
82271 [0x2A1F]={
82272  category="sm",
82273  description="Z NOTATION SCHEMA COMPOSITION",
82274  direction="on",
82275  linebreak="al",
82276  unicodeslot=0x2A1F,
82277 },
82278 [0x2A20]={
82279  category="sm",
82280  description="Z NOTATION SCHEMA PIPING",
82281  direction="on",
82282  linebreak="al",
82283  unicodeslot=0x2A20,
82284 },
82285 [0x2A21]={
82286  category="sm",
82287  description="Z NOTATION SCHEMA PROJECTION",
82288  direction="on",
82289  linebreak="al",
82290  unicodeslot=0x2A21,
82291 },
82292 [0x2A22]={
82293  category="sm",
82294  description="PLUS SIGN WITH SMALL CIRCLE ABOVE",
82295  direction="on",
82296  linebreak="al",
82297  unicodeslot=0x2A22,
82298 },
82299 [0x2A23]={
82300  category="sm",
82301  description="PLUS SIGN WITH CIRCUMFLEX ACCENT ABOVE",
82302  direction="on",
82303  linebreak="al",
82304  unicodeslot=0x2A23,
82305 },
82306 [0x2A24]={
82307  category="sm",
82308  description="PLUS SIGN WITH TILDE ABOVE",
82309  direction="on",
82310  linebreak="al",
82311  synonyms={ "positive difference or sum" },
82312  unicodeslot=0x2A24,
82313 },
82314 [0x2A25]={
82315  category="sm",
82316  description="PLUS SIGN WITH DOT BELOW",
82317  direction="on",
82318  linebreak="al",
82319  unicodeslot=0x2A25,
82320 },
82321 [0x2A26]={
82322  category="sm",
82323  description="PLUS SIGN WITH TILDE BELOW",
82324  direction="on",
82325  linebreak="al",
82326  synonyms={ "sum or positive difference" },
82327  unicodeslot=0x2A26,
82328 },
82329 [0x2A27]={
82330  category="sm",
82331  description="PLUS SIGN WITH SUBSCRIPT TWO",
82332  direction="on",
82333  linebreak="al",
82334  synonyms={ "nim-addition" },
82335  unicodeslot=0x2A27,
82336 },
82337 [0x2A28]={
82338  category="sm",
82339  description="PLUS SIGN WITH BLACK TRIANGLE",
82340  direction="on",
82341  linebreak="al",
82342  unicodeslot=0x2A28,
82343 },
82344 [0x2A29]={
82345  category="sm",
82346  description="MINUS SIGN WITH COMMA ABOVE",
82347  direction="on",
82348  linebreak="al",
82349  unicodeslot=0x2A29,
82350 },
82351 [0x2A2A]={
82352  category="sm",
82353  description="MINUS SIGN WITH DOT BELOW",
82354  direction="on",
82355  linebreak="al",
82356  unicodeslot=0x2A2A,
82357 },
82358 [0x2A2B]={
82359  category="sm",
82360  description="MINUS SIGN WITH FALLING DOTS",
82361  direction="on",
82362  linebreak="al",
82363  mirror=0x2A2C,
82364  unicodeslot=0x2A2B,
82365 },
82366 [0x2A2C]={
82367  category="sm",
82368  description="MINUS SIGN WITH RISING DOTS",
82369  direction="on",
82370  linebreak="al",
82371  mirror=0x2A2B,
82372  unicodeslot=0x2A2C,
82373 },
82374 [0x2A2D]={
82375  category="sm",
82376  description="PLUS SIGN IN LEFT HALF CIRCLE",
82377  direction="on",
82378  linebreak="al",
82379  mirror=0x2A2E,
82380  unicodeslot=0x2A2D,
82381 },
82382 [0x2A2E]={
82383  category="sm",
82384  description="PLUS SIGN IN RIGHT HALF CIRCLE",
82385  direction="on",
82386  linebreak="al",
82387  mirror=0x2A2D,
82388  unicodeslot=0x2A2E,
82389 },
82390 [0x2A2F]={
82391  category="sm",
82392  description="VECTOR OR CROSS PRODUCT",
82393  direction="on",
82394  linebreak="al",
82395  unicodeslot=0x2A2F,
82396 },
82397 [0x2A30]={
82398  category="sm",
82399  description="MULTIPLICATION SIGN WITH DOT ABOVE",
82400  direction="on",
82401  linebreak="al",
82402  unicodeslot=0x2A30,
82403 },
82404 [0x2A31]={
82405  category="sm",
82406  description="MULTIPLICATION SIGN WITH UNDERBAR",
82407  direction="on",
82408  linebreak="al",
82409  unicodeslot=0x2A31,
82410 },
82411 [0x2A32]={
82412  category="sm",
82413  description="SEMIDIRECT PRODUCT WITH BOTTOM CLOSED",
82414  direction="on",
82415  linebreak="al",
82416  unicodeslot=0x2A32,
82417 },
82418 [0x2A33]={
82419  category="sm",
82420  description="SMASH PRODUCT",
82421  direction="on",
82422  linebreak="al",
82423  unicodeslot=0x2A33,
82424 },
82425 [0x2A34]={
82426  category="sm",
82427  description="MULTIPLICATION SIGN IN LEFT HALF CIRCLE",
82428  direction="on",
82429  linebreak="al",
82430  mirror=0x2A35,
82431  unicodeslot=0x2A34,
82432 },
82433 [0x2A35]={
82434  category="sm",
82435  description="MULTIPLICATION SIGN IN RIGHT HALF CIRCLE",
82436  direction="on",
82437  linebreak="al",
82438  mirror=0x2A34,
82439  unicodeslot=0x2A35,
82440 },
82441 [0x2A36]={
82442  category="sm",
82443  description="CIRCLED MULTIPLICATION SIGN WITH CIRCUMFLEX ACCENT",
82444  direction="on",
82445  linebreak="al",
82446  unicodeslot=0x2A36,
82447 },
82448 [0x2A37]={
82449  category="sm",
82450  description="MULTIPLICATION SIGN IN DOUBLE CIRCLE",
82451  direction="on",
82452  linebreak="al",
82453  unicodeslot=0x2A37,
82454 },
82455 [0x2A38]={
82456  category="sm",
82457  description="CIRCLED DIVISION SIGN",
82458  direction="on",
82459  linebreak="al",
82460  unicodeslot=0x2A38,
82461 },
82462 [0x2A39]={
82463  category="sm",
82464  description="PLUS SIGN IN TRIANGLE",
82465  direction="on",
82466  linebreak="al",
82467  unicodeslot=0x2A39,
82468 },
82469 [0x2A3A]={
82470  category="sm",
82471  description="MINUS SIGN IN TRIANGLE",
82472  direction="on",
82473  linebreak="al",
82474  unicodeslot=0x2A3A,
82475 },
82476 [0x2A3B]={
82477  category="sm",
82478  description="MULTIPLICATION SIGN IN TRIANGLE",
82479  direction="on",
82480  linebreak="al",
82481  unicodeslot=0x2A3B,
82482 },
82483 [0x2A3C]={
82484  category="sm",
82485  description="INTERIOR PRODUCT",
82486  direction="on",
82487  linebreak="al",
82488  mirror=0x2A3D,
82489  unicodeslot=0x2A3C,
82490  variants={
82491   [0xFE00]="tall variant with narrow foot",
82492  },
82493 },
82494 [0x2A3D]={
82495  category="sm",
82496  description="RIGHTHAND INTERIOR PRODUCT",
82497  direction="on",
82498  linebreak="al",
82499  mirror=0x2A3C,
82500  unicodeslot=0x2A3D,
82501  variants={
82502   [0xFE00]="tall variant with narrow foot",
82503  },
82504 },
82505 [0x2A3E]={
82506  category="sm",
82507  description="Z NOTATION RELATIONAL COMPOSITION",
82508  direction="on",
82509  linebreak="al",
82510  unicodeslot=0x2A3E,
82511 },
82512 [0x2A3F]={
82513  category="sm",
82514  description="AMALGAMATION OR COPRODUCT",
82515  direction="on",
82516  linebreak="al",
82517  mathclass="binary",
82518  mathname="amalg",
82519  unicodeslot=0x2A3F,
82520 },
82521 [0x2A40]={
82522  category="sm",
82523  description="INTERSECTION WITH DOT",
82524  direction="on",
82525  linebreak="al",
82526  unicodeslot=0x2A40,
82527 },
82528 [0x2A41]={
82529  category="sm",
82530  description="UNION WITH MINUS SIGN",
82531  direction="on",
82532  linebreak="al",
82533  synonyms={ "bag subtraction" },
82534  unicodeslot=0x2A41,
82535 },
82536 [0x2A42]={
82537  category="sm",
82538  description="UNION WITH OVERBAR",
82539  direction="on",
82540  linebreak="al",
82541  unicodeslot=0x2A42,
82542 },
82543 [0x2A43]={
82544  category="sm",
82545  description="INTERSECTION WITH OVERBAR",
82546  direction="on",
82547  linebreak="al",
82548  unicodeslot=0x2A43,
82549 },
82550 [0x2A44]={
82551  category="sm",
82552  description="INTERSECTION WITH LOGICAL AND",
82553  direction="on",
82554  linebreak="al",
82555  unicodeslot=0x2A44,
82556 },
82557 [0x2A45]={
82558  category="sm",
82559  description="UNION WITH LOGICAL OR",
82560  direction="on",
82561  linebreak="al",
82562  unicodeslot=0x2A45,
82563 },
82564 [0x2A46]={
82565  category="sm",
82566  description="UNION ABOVE INTERSECTION",
82567  direction="on",
82568  linebreak="al",
82569  unicodeslot=0x2A46,
82570 },
82571 [0x2A47]={
82572  category="sm",
82573  description="INTERSECTION ABOVE UNION",
82574  direction="on",
82575  linebreak="al",
82576  unicodeslot=0x2A47,
82577 },
82578 [0x2A48]={
82579  category="sm",
82580  description="UNION ABOVE BAR ABOVE INTERSECTION",
82581  direction="on",
82582  linebreak="al",
82583  unicodeslot=0x2A48,
82584 },
82585 [0x2A49]={
82586  category="sm",
82587  description="INTERSECTION ABOVE BAR ABOVE UNION",
82588  direction="on",
82589  linebreak="al",
82590  unicodeslot=0x2A49,
82591 },
82592 [0x2A4A]={
82593  category="sm",
82594  description="UNION BESIDE AND JOINED WITH UNION",
82595  direction="on",
82596  linebreak="al",
82597  unicodeslot=0x2A4A,
82598 },
82599 [0x2A4B]={
82600  category="sm",
82601  description="INTERSECTION BESIDE AND JOINED WITH INTERSECTION",
82602  direction="on",
82603  linebreak="al",
82604  unicodeslot=0x2A4B,
82605 },
82606 [0x2A4C]={
82607  category="sm",
82608  description="CLOSED UNION WITH SERIFS",
82609  direction="on",
82610  linebreak="al",
82611  unicodeslot=0x2A4C,
82612 },
82613 [0x2A4D]={
82614  category="sm",
82615  description="CLOSED INTERSECTION WITH SERIFS",
82616  direction="on",
82617  linebreak="al",
82618  unicodeslot=0x2A4D,
82619 },
82620 [0x2A4E]={
82621  category="sm",
82622  description="DOUBLE SQUARE INTERSECTION",
82623  direction="on",
82624  linebreak="al",
82625  unicodeslot=0x2A4E,
82626 },
82627 [0x2A4F]={
82628  category="sm",
82629  description="DOUBLE SQUARE UNION",
82630  direction="on",
82631  linebreak="al",
82632  unicodeslot=0x2A4F,
82633 },
82634 [0x2A50]={
82635  category="sm",
82636  description="CLOSED UNION WITH SERIFS AND SMASH PRODUCT",
82637  direction="on",
82638  linebreak="al",
82639  unicodeslot=0x2A50,
82640 },
82641 [0x2A51]={
82642  category="sm",
82643  description="LOGICAL AND WITH DOT ABOVE",
82644  direction="on",
82645  linebreak="al",
82646  unicodeslot=0x2A51,
82647 },
82648 [0x2A52]={
82649  category="sm",
82650  description="LOGICAL OR WITH DOT ABOVE",
82651  direction="on",
82652  linebreak="al",
82653  unicodeslot=0x2A52,
82654 },
82655 [0x2A53]={
82656  category="sm",
82657  description="DOUBLE LOGICAL AND",
82658  direction="on",
82659  linebreak="al",
82660  unicodeslot=0x2A53,
82661 },
82662 [0x2A54]={
82663  category="sm",
82664  description="DOUBLE LOGICAL OR",
82665  direction="on",
82666  linebreak="al",
82667  unicodeslot=0x2A54,
82668 },
82669 [0x2A55]={
82670  category="sm",
82671  description="TWO INTERSECTING LOGICAL AND",
82672  direction="on",
82673  linebreak="al",
82674  unicodeslot=0x2A55,
82675 },
82676 [0x2A56]={
82677  category="sm",
82678  description="TWO INTERSECTING LOGICAL OR",
82679  direction="on",
82680  linebreak="al",
82681  unicodeslot=0x2A56,
82682 },
82683 [0x2A57]={
82684  category="sm",
82685  description="SLOPING LARGE OR",
82686  direction="on",
82687  linebreak="al",
82688  unicodeslot=0x2A57,
82689 },
82690 [0x2A58]={
82691  category="sm",
82692  description="SLOPING LARGE AND",
82693  direction="on",
82694  linebreak="al",
82695  unicodeslot=0x2A58,
82696 },
82697 [0x2A59]={
82698  category="sm",
82699  description="LOGICAL OR OVERLAPPING LOGICAL AND",
82700  direction="on",
82701  linebreak="al",
82702  unicodeslot=0x2A59,
82703 },
82704 [0x2A5A]={
82705  category="sm",
82706  description="LOGICAL AND WITH MIDDLE STEM",
82707  direction="on",
82708  linebreak="al",
82709  unicodeslot=0x2A5A,
82710 },
82711 [0x2A5B]={
82712  category="sm",
82713  description="LOGICAL OR WITH MIDDLE STEM",
82714  direction="on",
82715  linebreak="al",
82716  unicodeslot=0x2A5B,
82717 },
82718 [0x2A5C]={
82719  category="sm",
82720  description="LOGICAL AND WITH HORIZONTAL DASH",
82721  direction="on",
82722  linebreak="al",
82723  unicodeslot=0x2A5C,
82724 },
82725 [0x2A5D]={
82726  category="sm",
82727  description="LOGICAL OR WITH HORIZONTAL DASH",
82728  direction="on",
82729  linebreak="al",
82730  unicodeslot=0x2A5D,
82731 },
82732 [0x2A5E]={
82733  category="sm",
82734  description="LOGICAL AND WITH DOUBLE OVERBAR",
82735  direction="on",
82736  linebreak="al",
82737  unicodeslot=0x2A5E,
82738 },
82739 [0x2A5F]={
82740  category="sm",
82741  description="LOGICAL AND WITH UNDERBAR",
82742  direction="on",
82743  linebreak="al",
82744  unicodeslot=0x2A5F,
82745 },
82746 [0x2A60]={
82747  category="sm",
82748  description="LOGICAL AND WITH DOUBLE UNDERBAR",
82749  direction="on",
82750  linebreak="al",
82751  unicodeslot=0x2A60,
82752 },
82753 [0x2A61]={
82754  category="sm",
82755  description="SMALL VEE WITH UNDERBAR",
82756  direction="on",
82757  linebreak="al",
82758  unicodeslot=0x2A61,
82759 },
82760 [0x2A62]={
82761  category="sm",
82762  description="LOGICAL OR WITH DOUBLE OVERBAR",
82763  direction="on",
82764  linebreak="al",
82765  unicodeslot=0x2A62,
82766 },
82767 [0x2A63]={
82768  category="sm",
82769  description="LOGICAL OR WITH DOUBLE UNDERBAR",
82770  direction="on",
82771  linebreak="al",
82772  unicodeslot=0x2A63,
82773 },
82774 [0x2A64]={
82775  category="sm",
82776  description="Z NOTATION DOMAIN ANTIRESTRICTION",
82777  direction="on",
82778  linebreak="al",
82779  mirror=0x2A65,
82780  unicodeslot=0x2A64,
82781 },
82782 [0x2A65]={
82783  category="sm",
82784  description="Z NOTATION RANGE ANTIRESTRICTION",
82785  direction="on",
82786  linebreak="al",
82787  mirror=0x2A64,
82788  unicodeslot=0x2A65,
82789 },
82790 [0x2A66]={
82791  category="sm",
82792  description="EQUALS SIGN WITH DOT BELOW",
82793  direction="on",
82794  linebreak="al",
82795  unicodeslot=0x2A66,
82796 },
82797 [0x2A67]={
82798  category="sm",
82799  description="IDENTICAL WITH DOT ABOVE",
82800  direction="on",
82801  linebreak="al",
82802  unicodeslot=0x2A67,
82803 },
82804 [0x2A68]={
82805  category="sm",
82806  description="TRIPLE HORIZONTAL BAR WITH DOUBLE VERTICAL STROKE",
82807  direction="on",
82808  linebreak="al",
82809  unicodeslot=0x2A68,
82810 },
82811 [0x2A69]={
82812  category="sm",
82813  description="TRIPLE HORIZONTAL BAR WITH TRIPLE VERTICAL STROKE",
82814  direction="on",
82815  linebreak="al",
82816  unicodeslot=0x2A69,
82817 },
82818 [0x2A6A]={
82819  category="sm",
82820  description="TILDE OPERATOR WITH DOT ABOVE",
82821  direction="on",
82822  linebreak="al",
82823  unicodeslot=0x2A6A,
82824 },
82825 [0x2A6B]={
82826  category="sm",
82827  description="TILDE OPERATOR WITH RISING DOTS",
82828  direction="on",
82829  linebreak="al",
82830  unicodeslot=0x2A6B,
82831 },
82832 [0x2A6C]={
82833  category="sm",
82834  description="SIMILAR MINUS SIMILAR",
82835  direction="on",
82836  linebreak="al",
82837  unicodeslot=0x2A6C,
82838 },
82839 [0x2A6D]={
82840  category="sm",
82841  description="CONGRUENT WITH DOT ABOVE",
82842  direction="on",
82843  linebreak="al",
82844  unicodeslot=0x2A6D,
82845 },
82846 [0x2A6E]={
82847  category="sm",
82848  description="EQUALS WITH ASTERISK",
82849  direction="on",
82850  linebreak="al",
82851  unicodeslot=0x2A6E,
82852 },
82853 [0x2A6F]={
82854  category="sm",
82855  description="ALMOST EQUAL TO WITH CIRCUMFLEX ACCENT",
82856  direction="on",
82857  linebreak="al",
82858  unicodeslot=0x2A6F,
82859 },
82860 [0x2A70]={
82861  category="sm",
82862  description="APPROXIMATELY EQUAL OR EQUAL TO",
82863  direction="on",
82864  linebreak="al",
82865  unicodeslot=0x2A70,
82866 },
82867 [0x2A71]={
82868  category="sm",
82869  description="EQUALS SIGN ABOVE PLUS SIGN",
82870  direction="on",
82871  linebreak="al",
82872  unicodeslot=0x2A71,
82873 },
82874 [0x2A72]={
82875  category="sm",
82876  description="PLUS SIGN ABOVE EQUALS SIGN",
82877  direction="on",
82878  linebreak="al",
82879  unicodeslot=0x2A72,
82880 },
82881 [0x2A73]={
82882  category="sm",
82883  description="EQUALS SIGN ABOVE TILDE OPERATOR",
82884  direction="on",
82885  linebreak="al",
82886  unicodeslot=0x2A73,
82887 },
82888 [0x2A74]={
82889  category="sm",
82890  description="DOUBLE COLON EQUAL",
82891  direction="on",
82892  linebreak="al",
82893  mathclass="relation",
82894  mathname="coloncolonequals",
82895  specials={ "compat", 0x3A, 0x3A, 0x3D },
82896  unicodeslot=0x2A74,
82897 },
82898 [0x2A75]={
82899  category="sm",
82900  description="TWO CONSECUTIVE EQUALS SIGNS",
82901  direction="on",
82902  linebreak="al",
82903  mathclass="relation",
82904  mathgroup="binary relation",
82905  mathmeaning="much more equal to",
82906  mathname="eqeq",
82907  specials={ "compat", 0x3D, 0x3D },
82908  unicodeslot=0x2A75,
82909 },
82910 [0x2A76]={
82911  category="sm",
82912  description="THREE CONSECUTIVE EQUALS SIGNS",
82913  direction="on",
82914  linebreak="al",
82915  mathclass="relation",
82916  mathgroup="binary relation",
82917  mathmeaning="way equal to",
82918  mathname="eqeqeq",
82919  specials={ "compat", 0x3D, 0x3D, 0x3D },
82920  unicodeslot=0x2A76,
82921 },
82922 [0x2A77]={
82923  category="sm",
82924  description="EQUALS SIGN WITH TWO DOTS ABOVE AND TWO DOTS BELOW",
82925  direction="on",
82926  linebreak="al",
82927  unicodeslot=0x2A77,
82928 },
82929 [0x2A78]={
82930  category="sm",
82931  description="EQUIVALENT WITH FOUR DOTS ABOVE",
82932  direction="on",
82933  linebreak="al",
82934  unicodeslot=0x2A78,
82935 },
82936 [0x2A79]={
82937  category="sm",
82938  description="LESS-THAN WITH CIRCLE INSIDE",
82939  direction="on",
82940  linebreak="al",
82941  mirror=0x2A7A,
82942  unicodeslot=0x2A79,
82943 },
82944 [0x2A7A]={
82945  category="sm",
82946  description="GREATER-THAN WITH CIRCLE INSIDE",
82947  direction="on",
82948  linebreak="al",
82949  mirror=0x2A79,
82950  unicodeslot=0x2A7A,
82951 },
82952 [0x2A7B]={
82953  category="sm",
82954  description="LESS-THAN WITH QUESTION MARK ABOVE",
82955  direction="on",
82956  linebreak="al",
82957  mirror=0x2A7C,
82958  unicodeslot=0x2A7B,
82959 },
82960 [0x2A7C]={
82961  category="sm",
82962  description="GREATER-THAN WITH QUESTION MARK ABOVE",
82963  direction="on",
82964  linebreak="al",
82965  mirror=0x2A7B,
82966  unicodeslot=0x2A7C,
82967 },
82968 [0x2A7D]={
82969  category="sm",
82970  description="LESS-THAN OR SLANTED EQUAL TO",
82971  direction="on",
82972  linebreak="al",
82973  mathclass="relation",
82974  mathgroup="binary relation",
82975  mathmeaning="less or equal to",
82976  mathname="leqslant",
82977  mirror=0x2A7E,
82978  unicodeslot=0x2A7D,
82979 },
82980 [0x2A7E]={
82981  category="sm",
82982  description="GREATER-THAN OR SLANTED EQUAL TO",
82983  direction="on",
82984  linebreak="al",
82985  mathclass="relation",
82986  mathgroup="binary relation",
82987  mathmeaning="more or equal to",
82988  mathname="geqslant",
82989  mirror=0x2A7D,
82990  unicodeslot=0x2A7E,
82991 },
82992 [0x2A7F]={
82993  category="sm",
82994  description="LESS-THAN OR SLANTED EQUAL TO WITH DOT INSIDE",
82995  direction="on",
82996  linebreak="al",
82997  mirror=0x2A80,
82998  unicodeslot=0x2A7F,
82999 },
83000 [0x2A80]={
83001  category="sm",
83002  description="GREATER-THAN OR SLANTED EQUAL TO WITH DOT INSIDE",
83003  direction="on",
83004  linebreak="al",
83005  mirror=0x2A7F,
83006  unicodeslot=0x2A80,
83007 },
83008 [0x2A81]={
83009  category="sm",
83010  description="LESS-THAN OR SLANTED EQUAL TO WITH DOT ABOVE",
83011  direction="on",
83012  linebreak="al",
83013  mirror=0x2A82,
83014  unicodeslot=0x2A81,
83015 },
83016 [0x2A82]={
83017  category="sm",
83018  description="GREATER-THAN OR SLANTED EQUAL TO WITH DOT ABOVE",
83019  direction="on",
83020  linebreak="al",
83021  mirror=0x2A81,
83022  unicodeslot=0x2A82,
83023 },
83024 [0x2A83]={
83025  category="sm",
83026  description="LESS-THAN OR SLANTED EQUAL TO WITH DOT ABOVE RIGHT",
83027  direction="on",
83028  linebreak="al",
83029  mirror=0x2A84,
83030  unicodeslot=0x2A83,
83031 },
83032 [0x2A84]={
83033  category="sm",
83034  description="GREATER-THAN OR SLANTED EQUAL TO WITH DOT ABOVE LEFT",
83035  direction="on",
83036  linebreak="al",
83037  mirror=0x2A83,
83038  unicodeslot=0x2A84,
83039 },
83040 [0x2A85]={
83041  category="sm",
83042  description="LESS-THAN OR APPROXIMATE",
83043  direction="on",
83044  linebreak="al",
83045  mathclass="relation",
83046  mathname="lessapprox",
83047  mirror=0x2A86,
83048  unicodeslot=0x2A85,
83049 },
83050 [0x2A86]={
83051  category="sm",
83052  description="GREATER-THAN OR APPROXIMATE",
83053  direction="on",
83054  linebreak="al",
83055  mathclass="relation",
83056  mathname="gtrapprox",
83057  mirror=0x2A85,
83058  unicodeslot=0x2A86,
83059 },
83060 [0x2A87]={
83061  category="sm",
83062  description="LESS-THAN AND SINGLE-LINE NOT EQUAL TO",
83063  direction="on",
83064  linebreak="al",
83065  mathclass="relation",
83066  mathname="lneq",
83067  mirror=0x2A88,
83068  unicodeslot=0x2A87,
83069 },
83070 [0x2A88]={
83071  category="sm",
83072  description="GREATER-THAN AND SINGLE-LINE NOT EQUAL TO",
83073  direction="on",
83074  linebreak="al",
83075  mathclass="relation",
83076  mathname="rneq",
83077  mirror=0x2A87,
83078  unicodeslot=0x2A88,
83079 },
83080 [0x2A89]={
83081  category="sm",
83082  description="LESS-THAN AND NOT APPROXIMATE",
83083  direction="on",
83084  linebreak="al",
83085  mathclass="relation",
83086  mathname="lnapprox",
83087  mirror=0x2A8A,
83088  unicodeslot=0x2A89,
83089 },
83090 [0x2A8A]={
83091  category="sm",
83092  description="GREATER-THAN AND NOT APPROXIMATE",
83093  direction="on",
83094  linebreak="al",
83095  mathclass="relation",
83096  mathname="gnapprox",
83097  mirror=0x2A89,
83098  unicodeslot=0x2A8A,
83099 },
83100 [0x2A8B]={
83101  category="sm",
83102  description="LESS-THAN ABOVE DOUBLE-LINE EQUAL ABOVE GREATER-THAN",
83103  direction="on",
83104  linebreak="al",
83105  mathclass="relation",
83106  mathlist={ 0x3C, 0x3D, 0x3E },
83107  mathname="lesseqqgtr",
83108  mirror=0x2A8C,
83109  unicodeslot=0x2A8B,
83110 },
83111 [0x2A8C]={
83112  category="sm",
83113  description="GREATER-THAN ABOVE DOUBLE-LINE EQUAL ABOVE LESS-THAN",
83114  direction="on",
83115  linebreak="al",
83116  mathclass="relation",
83117  mathlist={ 0x3E, 0x3D, 0x3C },
83118  mathname="gtreqqless",
83119  mirror=0x2A8B,
83120  unicodeslot=0x2A8C,
83121 },
83122 [0x2A8D]={
83123  category="sm",
83124  description="LESS-THAN ABOVE SIMILAR OR EQUAL",
83125  direction="on",
83126  linebreak="al",
83127  mirror=0x2A8E,
83128  unicodeslot=0x2A8D,
83129 },
83130 [0x2A8E]={
83131  category="sm",
83132  description="GREATER-THAN ABOVE SIMILAR OR EQUAL",
83133  direction="on",
83134  linebreak="al",
83135  mirror=0x2A8D,
83136  unicodeslot=0x2A8E,
83137 },
83138 [0x2A8F]={
83139  category="sm",
83140  description="LESS-THAN ABOVE SIMILAR ABOVE GREATER-THAN",
83141  direction="on",
83142  linebreak="al",
83143  mirror=0x2A90,
83144  unicodeslot=0x2A8F,
83145 },
83146 [0x2A90]={
83147  category="sm",
83148  description="GREATER-THAN ABOVE SIMILAR ABOVE LESS-THAN",
83149  direction="on",
83150  linebreak="al",
83151  mirror=0x2A8F,
83152  unicodeslot=0x2A90,
83153 },
83154 [0x2A91]={
83155  category="sm",
83156  description="LESS-THAN ABOVE GREATER-THAN ABOVE DOUBLE-LINE EQUAL",
83157  direction="on",
83158  linebreak="al",
83159  mirror=0x2A92,
83160  unicodeslot=0x2A91,
83161 },
83162 [0x2A92]={
83163  category="sm",
83164  description="GREATER-THAN ABOVE LESS-THAN ABOVE DOUBLE-LINE EQUAL",
83165  direction="on",
83166  linebreak="al",
83167  mirror=0x2A91,
83168  unicodeslot=0x2A92,
83169 },
83170 [0x2A93]={
83171  category="sm",
83172  description="LESS-THAN ABOVE SLANTED EQUAL ABOVE GREATER-THAN ABOVE SLANTED EQUAL",
83173  direction="on",
83174  linebreak="al",
83175  mirror=0x2A94,
83176  unicodeslot=0x2A93,
83177 },
83178 [0x2A94]={
83179  category="sm",
83180  description="GREATER-THAN ABOVE SLANTED EQUAL ABOVE LESS-THAN ABOVE SLANTED EQUAL",
83181  direction="on",
83182  linebreak="al",
83183  mirror=0x2A93,
83184  unicodeslot=0x2A94,
83185 },
83186 [0x2A95]={
83187  category="sm",
83188  description="SLANTED EQUAL TO OR LESS-THAN",
83189  direction="on",
83190  linebreak="al",
83191  mathclass="relation",
83192  mathname="eqslantless",
83193  mirror=0x2A96,
83194  unicodeslot=0x2A95,
83195 },
83196 [0x2A96]={
83197  category="sm",
83198  description="SLANTED EQUAL TO OR GREATER-THAN",
83199  direction="on",
83200  linebreak="al",
83201  mathclass="relation",
83202  mathname="eqslantgtr",
83203  mirror=0x2A95,
83204  unicodeslot=0x2A96,
83205 },
83206 [0x2A97]={
83207  category="sm",
83208  description="SLANTED EQUAL TO OR LESS-THAN WITH DOT INSIDE",
83209  direction="on",
83210  linebreak="al",
83211  mirror=0x2A98,
83212  unicodeslot=0x2A97,
83213 },
83214 [0x2A98]={
83215  category="sm",
83216  description="SLANTED EQUAL TO OR GREATER-THAN WITH DOT INSIDE",
83217  direction="on",
83218  linebreak="al",
83219  mirror=0x2A97,
83220  unicodeslot=0x2A98,
83221 },
83222 [0x2A99]={
83223  category="sm",
83224  description="DOUBLE-LINE EQUAL TO OR LESS-THAN",
83225  direction="on",
83226  linebreak="al",
83227  mirror=0x2A9A,
83228  unicodeslot=0x2A99,
83229 },
83230 [0x2A9A]={
83231  category="sm",
83232  description="DOUBLE-LINE EQUAL TO OR GREATER-THAN",
83233  direction="on",
83234  linebreak="al",
83235  mirror=0x2A99,
83236  unicodeslot=0x2A9A,
83237 },
83238 [0x2A9B]={
83239  category="sm",
83240  description="DOUBLE-LINE SLANTED EQUAL TO OR LESS-THAN",
83241  direction="on",
83242  linebreak="al",
83243  mirror=0x2A9C,
83244  unicodeslot=0x2A9B,
83245 },
83246 [0x2A9C]={
83247  category="sm",
83248  description="DOUBLE-LINE SLANTED EQUAL TO OR GREATER-THAN",
83249  direction="on",
83250  linebreak="al",
83251  mirror=0x2A9B,
83252  unicodeslot=0x2A9C,
83253 },
83254 [0x2A9D]={
83255  category="sm",
83256  description="SIMILAR OR LESS-THAN",
83257  direction="on",
83258  linebreak="al",
83259  mirror=0x2A9E,
83260  unicodeslot=0x2A9D,
83261  variants={
83262   [0xFE00]="with similar following the slant of the upper leg",
83263  },
83264 },
83265 [0x2A9E]={
83266  category="sm",
83267  description="SIMILAR OR GREATER-THAN",
83268  direction="on",
83269  linebreak="al",
83270  mirror=0x2A9D,
83271  unicodeslot=0x2A9E,
83272  variants={
83273   [0xFE00]="with similar following the slant of the upper leg",
83274  },
83275 },
83276 [0x2A9F]={
83277  category="sm",
83278  description="SIMILAR ABOVE LESS-THAN ABOVE EQUALS SIGN",
83279  direction="on",
83280  linebreak="al",
83281  mirror=0x2AA0,
83282  unicodeslot=0x2A9F,
83283 },
83284 [0x2AA0]={
83285  category="sm",
83286  description="SIMILAR ABOVE GREATER-THAN ABOVE EQUALS SIGN",
83287  direction="on",
83288  linebreak="al",
83289  mirror=0x2A9F,
83290  unicodeslot=0x2AA0,
83291 },
83292 [0x2AA1]={
83293  category="sm",
83294  description="DOUBLE NESTED LESS-THAN",
83295  direction="on",
83296  linebreak="al",
83297  mirror=0x2AA2,
83298  synonyms={ "absolute continuity" },
83299  unicodeslot=0x2AA1,
83300 },
83301 [0x2AA2]={
83302  category="sm",
83303  description="DOUBLE NESTED GREATER-THAN",
83304  direction="on",
83305  linebreak="al",
83306  mirror=0x2AA1,
83307  unicodeslot=0x2AA2,
83308 },
83309 [0x2AA3]={
83310  category="sm",
83311  description="DOUBLE NESTED LESS-THAN WITH UNDERBAR",
83312  direction="on",
83313  linebreak="al",
83314  unicodeslot=0x2AA3,
83315 },
83316 [0x2AA4]={
83317  category="sm",
83318  description="GREATER-THAN OVERLAPPING LESS-THAN",
83319  direction="on",
83320  linebreak="al",
83321  unicodeslot=0x2AA4,
83322 },
83323 [0x2AA5]={
83324  category="sm",
83325  description="GREATER-THAN BESIDE LESS-THAN",
83326  direction="on",
83327  linebreak="al",
83328  unicodeslot=0x2AA5,
83329 },
83330 [0x2AA6]={
83331  category="sm",
83332  description="LESS-THAN CLOSED BY CURVE",
83333  direction="on",
83334  linebreak="al",
83335  mirror=0x2AA7,
83336  unicodeslot=0x2AA6,
83337 },
83338 [0x2AA7]={
83339  category="sm",
83340  description="GREATER-THAN CLOSED BY CURVE",
83341  direction="on",
83342  linebreak="al",
83343  mirror=0x2AA6,
83344  unicodeslot=0x2AA7,
83345 },
83346 [0x2AA8]={
83347  category="sm",
83348  description="LESS-THAN CLOSED BY CURVE ABOVE SLANTED EQUAL",
83349  direction="on",
83350  linebreak="al",
83351  mirror=0x2AA9,
83352  unicodeslot=0x2AA8,
83353 },
83354 [0x2AA9]={
83355  category="sm",
83356  description="GREATER-THAN CLOSED BY CURVE ABOVE SLANTED EQUAL",
83357  direction="on",
83358  linebreak="al",
83359  mirror=0x2AA8,
83360  unicodeslot=0x2AA9,
83361 },
83362 [0x2AAA]={
83363  category="sm",
83364  description="SMALLER THAN",
83365  direction="on",
83366  linebreak="al",
83367  mirror=0x2AAB,
83368  unicodeslot=0x2AAA,
83369 },
83370 [0x2AAB]={
83371  category="sm",
83372  description="LARGER THAN",
83373  direction="on",
83374  linebreak="al",
83375  mirror=0x2AAA,
83376  unicodeslot=0x2AAB,
83377 },
83378 [0x2AAC]={
83379  category="sm",
83380  description="SMALLER THAN OR EQUAL TO",
83381  direction="on",
83382  linebreak="al",
83383  mirror=0x2AAD,
83384  unicodeslot=0x2AAC,
83385  variants={
83386   [0xFE00]="with slanted equal",
83387  },
83388 },
83389 [0x2AAD]={
83390  category="sm",
83391  description="LARGER THAN OR EQUAL TO",
83392  direction="on",
83393  linebreak="al",
83394  mirror=0x2AAC,
83395  unicodeslot=0x2AAD,
83396  variants={
83397   [0xFE00]="with slanted equal",
83398  },
83399 },
83400 [0x2AAE]={
83401  category="sm",
83402  description="EQUALS SIGN WITH BUMPY ABOVE",
83403  direction="on",
83404  linebreak="al",
83405  unicodeslot=0x2AAE,
83406 },
83407 [0x2AAF]={
83408  category="sm",
83409  description="PRECEDES ABOVE SINGLE-LINE EQUALS SIGN",
83410  direction="on",
83411  linebreak="al",
83412  mathclass="relation",
83413  mathname="preceq",
83414  mirror=0x2AB0,
83415  unicodeslot=0x2AAF,
83416 },
83417 [0x2AB0]={
83418  category="sm",
83419  description="SUCCEEDS ABOVE SINGLE-LINE EQUALS SIGN",
83420  direction="on",
83421  linebreak="al",
83422  mathclass="relation",
83423  mathname="succeq",
83424  mirror=0x2AAF,
83425  unicodeslot=0x2AB0,
83426 },
83427 [0x2AB1]={
83428  category="sm",
83429  description="PRECEDES ABOVE SINGLE-LINE NOT EQUAL TO",
83430  direction="on",
83431  linebreak="al",
83432  mathclass="relation",
83433  mathname="precneq",
83434  mirror=0x2AB2,
83435  unicodeslot=0x2AB1,
83436 },
83437 [0x2AB2]={
83438  category="sm",
83439  description="SUCCEEDS ABOVE SINGLE-LINE NOT EQUAL TO",
83440  direction="on",
83441  linebreak="al",
83442  mathclass="relation",
83443  mathname="succneq",
83444  mirror=0x2AB1,
83445  unicodeslot=0x2AB2,
83446 },
83447 [0x2AB3]={
83448  category="sm",
83449  description="PRECEDES ABOVE EQUALS SIGN",
83450  direction="on",
83451  linebreak="al",
83452  mathclass="relation",
83453  mathname="preceqq",
83454  mirror=0x2AB4,
83455  unicodeslot=0x2AB3,
83456 },
83457 [0x2AB4]={
83458  category="sm",
83459  description="SUCCEEDS ABOVE EQUALS SIGN",
83460  direction="on",
83461  linebreak="al",
83462  mathclass="relation",
83463  mathname="succeqq",
83464  mirror=0x2AB3,
83465  unicodeslot=0x2AB4,
83466 },
83467 [0x2AB5]={
83468  category="sm",
83469  description="PRECEDES ABOVE NOT EQUAL TO",
83470  direction="on",
83471  linebreak="al",
83472  mathclass="relation",
83473  mathname="precneqq",
83474  mirror=0x2AB6,
83475  unicodeslot=0x2AB5,
83476 },
83477 [0x2AB6]={
83478  category="sm",
83479  description="SUCCEEDS ABOVE NOT EQUAL TO",
83480  direction="on",
83481  linebreak="al",
83482  mathclass="relation",
83483  mathname="succneqq",
83484  mirror=0x2AB5,
83485  unicodeslot=0x2AB6,
83486 },
83487 [0x2AB7]={
83488  category="sm",
83489  description="PRECEDES ABOVE ALMOST EQUAL TO",
83490  direction="on",
83491  linebreak="al",
83492  mathclass="relation",
83493  mathname="precapprox",
83494  mirror=0x2AB8,
83495  unicodeslot=0x2AB7,
83496 },
83497 [0x2AB8]={
83498  category="sm",
83499  description="SUCCEEDS ABOVE ALMOST EQUAL TO",
83500  direction="on",
83501  linebreak="al",
83502  mathclass="relation",
83503  mathname="succapprox",
83504  mirror=0x2AB7,
83505  unicodeslot=0x2AB8,
83506 },
83507 [0x2AB9]={
83508  category="sm",
83509  description="PRECEDES ABOVE NOT ALMOST EQUAL TO",
83510  direction="on",
83511  linebreak="al",
83512  mathclass="relation",
83513  mathname="precnapprox",
83514  mirror=0x2ABA,
83515  unicodeslot=0x2AB9,
83516 },
83517 [0x2ABA]={
83518  category="sm",
83519  description="SUCCEEDS ABOVE NOT ALMOST EQUAL TO",
83520  direction="on",
83521  linebreak="al",
83522  mathclass="relation",
83523  mathname="succnapprox",
83524  mirror=0x2AB9,
83525  unicodeslot=0x2ABA,
83526 },
83527 [0x2ABB]={
83528  category="sm",
83529  description="DOUBLE PRECEDES",
83530  direction="on",
83531  linebreak="al",
83532  mirror=0x2ABC,
83533  unicodeslot=0x2ABB,
83534 },
83535 [0x2ABC]={
83536  category="sm",
83537  description="DOUBLE SUCCEEDS",
83538  direction="on",
83539  linebreak="al",
83540  mirror=0x2ABB,
83541  unicodeslot=0x2ABC,
83542 },
83543 [0x2ABD]={
83544  category="sm",
83545  description="SUBSET WITH DOT",
83546  direction="on",
83547  linebreak="al",
83548  mirror=0x2ABE,
83549  unicodeslot=0x2ABD,
83550 },
83551 [0x2ABE]={
83552  category="sm",
83553  description="SUPERSET WITH DOT",
83554  direction="on",
83555  linebreak="al",
83556  mirror=0x2ABD,
83557  unicodeslot=0x2ABE,
83558 },
83559 [0x2ABF]={
83560  category="sm",
83561  description="SUBSET WITH PLUS SIGN BELOW",
83562  direction="on",
83563  linebreak="al",
83564  mirror=0x2AC0,
83565  unicodeslot=0x2ABF,
83566 },
83567 [0x2AC0]={
83568  category="sm",
83569  description="SUPERSET WITH PLUS SIGN BELOW",
83570  direction="on",
83571  linebreak="al",
83572  mirror=0x2ABF,
83573  unicodeslot=0x2AC0,
83574 },
83575 [0x2AC1]={
83576  category="sm",
83577  description="SUBSET WITH MULTIPLICATION SIGN BELOW",
83578  direction="on",
83579  linebreak="al",
83580  mirror=0x2AC2,
83581  unicodeslot=0x2AC1,
83582 },
83583 [0x2AC2]={
83584  category="sm",
83585  description="SUPERSET WITH MULTIPLICATION SIGN BELOW",
83586  direction="on",
83587  linebreak="al",
83588  mirror=0x2AC1,
83589  unicodeslot=0x2AC2,
83590 },
83591 [0x2AC3]={
83592  category="sm",
83593  description="SUBSET OF OR EQUAL TO WITH DOT ABOVE",
83594  direction="on",
83595  linebreak="al",
83596  mirror=0x2AC4,
83597  unicodeslot=0x2AC3,
83598 },
83599 [0x2AC4]={
83600  category="sm",
83601  description="SUPERSET OF OR EQUAL TO WITH DOT ABOVE",
83602  direction="on",
83603  linebreak="al",
83604  mirror=0x2AC3,
83605  unicodeslot=0x2AC4,
83606 },
83607 [0x2AC5]={
83608  category="sm",
83609  description="SUBSET OF ABOVE EQUALS SIGN",
83610  direction="on",
83611  linebreak="al",
83612  mathclass="relation",
83613  mathname="subseteqq",
83614  mirror=0x2AC6,
83615  unicodeslot=0x2AC5,
83616 },
83617 [0x2AC6]={
83618  category="sm",
83619  description="SUPERSET OF ABOVE EQUALS SIGN",
83620  direction="on",
83621  linebreak="al",
83622  mathclass="relation",
83623  mathname="supseteqq",
83624  mirror=0x2AC5,
83625  unicodeslot=0x2AC6,
83626 },
83627 [0x2AC7]={
83628  category="sm",
83629  description="SUBSET OF ABOVE TILDE OPERATOR",
83630  direction="on",
83631  linebreak="al",
83632  mirror=0x2AC8,
83633  unicodeslot=0x2AC7,
83634 },
83635 [0x2AC8]={
83636  category="sm",
83637  description="SUPERSET OF ABOVE TILDE OPERATOR",
83638  direction="on",
83639  linebreak="al",
83640  mirror=0x2AC7,
83641  unicodeslot=0x2AC8,
83642 },
83643 [0x2AC9]={
83644  category="sm",
83645  description="SUBSET OF ABOVE ALMOST EQUAL TO",
83646  direction="on",
83647  linebreak="al",
83648  mirror=0x2ACA,
83649  unicodeslot=0x2AC9,
83650 },
83651 [0x2ACA]={
83652  category="sm",
83653  description="SUPERSET OF ABOVE ALMOST EQUAL TO",
83654  direction="on",
83655  linebreak="al",
83656  mirror=0x2AC9,
83657  unicodeslot=0x2ACA,
83658 },
83659 [0x2ACB]={
83660  category="sm",
83661  description="SUBSET OF ABOVE NOT EQUAL TO",
83662  direction="on",
83663  linebreak="al",
83664  mathclass="relation",
83665  mathname="subsetneqq",
83666  mirror=0x2ACC,
83667  unicodeslot=0x2ACB,
83668  variants={
83669   [0xFE00]="with stroke through bottom members",
83670  },
83671 },
83672 [0x2ACC]={
83673  category="sm",
83674  description="SUPERSET OF ABOVE NOT EQUAL TO",
83675  direction="on",
83676  linebreak="al",
83677  mathclass="relation",
83678  mathname="supsetneqq",
83679  mirror=0x2ACB,
83680  unicodeslot=0x2ACC,
83681  variants={
83682   [0xFE00]="with stroke through bottom members",
83683  },
83684 },
83685 [0x2ACD]={
83686  category="sm",
83687  description="SQUARE LEFT OPEN BOX OPERATOR",
83688  direction="on",
83689  linebreak="al",
83690  mirror=0x2ACE,
83691  unicodeslot=0x2ACD,
83692 },
83693 [0x2ACE]={
83694  category="sm",
83695  description="SQUARE RIGHT OPEN BOX OPERATOR",
83696  direction="on",
83697  linebreak="al",
83698  mirror=0x2ACD,
83699  unicodeslot=0x2ACE,
83700 },
83701 [0x2ACF]={
83702  category="sm",
83703  description="CLOSED SUBSET",
83704  direction="on",
83705  linebreak="al",
83706  mirror=0x2AD0,
83707  unicodeslot=0x2ACF,
83708 },
83709 [0x2AD0]={
83710  category="sm",
83711  description="CLOSED SUPERSET",
83712  direction="on",
83713  linebreak="al",
83714  mirror=0x2ACF,
83715  unicodeslot=0x2AD0,
83716 },
83717 [0x2AD1]={
83718  category="sm",
83719  description="CLOSED SUBSET OR EQUAL TO",
83720  direction="on",
83721  linebreak="al",
83722  mirror=0x2AD2,
83723  unicodeslot=0x2AD1,
83724 },
83725 [0x2AD2]={
83726  category="sm",
83727  description="CLOSED SUPERSET OR EQUAL TO",
83728  direction="on",
83729  linebreak="al",
83730  mirror=0x2AD1,
83731  unicodeslot=0x2AD2,
83732 },
83733 [0x2AD3]={
83734  category="sm",
83735  description="SUBSET ABOVE SUPERSET",
83736  direction="on",
83737  linebreak="al",
83738  mirror=0x2AD4,
83739  unicodeslot=0x2AD3,
83740 },
83741 [0x2AD4]={
83742  category="sm",
83743  description="SUPERSET ABOVE SUBSET",
83744  direction="on",
83745  linebreak="al",
83746  mirror=0x2AD3,
83747  unicodeslot=0x2AD4,
83748 },
83749 [0x2AD5]={
83750  category="sm",
83751  description="SUBSET ABOVE SUBSET",
83752  direction="on",
83753  linebreak="al",
83754  mirror=0x2AD6,
83755  unicodeslot=0x2AD5,
83756 },
83757 [0x2AD6]={
83758  category="sm",
83759  description="SUPERSET ABOVE SUPERSET",
83760  direction="on",
83761  linebreak="al",
83762  mirror=0x2AD5,
83763  unicodeslot=0x2AD6,
83764 },
83765 [0x2AD7]={
83766  category="sm",
83767  description="SUPERSET BESIDE SUBSET",
83768  direction="on",
83769  linebreak="al",
83770  unicodeslot=0x2AD7,
83771 },
83772 [0x2AD8]={
83773  category="sm",
83774  description="SUPERSET BESIDE AND JOINED BY DASH WITH SUBSET",
83775  direction="on",
83776  linebreak="al",
83777  unicodeslot=0x2AD8,
83778 },
83779 [0x2AD9]={
83780  category="sm",
83781  description="ELEMENT OF OPENING DOWNWARDS",
83782  direction="on",
83783  linebreak="al",
83784  unicodeslot=0x2AD9,
83785 },
83786 [0x2ADA]={
83787  category="sm",
83788  description="PITCHFORK WITH TEE TOP",
83789  direction="on",
83790  linebreak="al",
83791  unicodeslot=0x2ADA,
83792 },
83793 [0x2ADB]={
83794  category="sm",
83795  description="TRANSVERSAL INTERSECTION",
83796  direction="on",
83797  linebreak="al",
83798  unicodeslot=0x2ADB,
83799 },
83800 [0x2ADC]={
83801  category="sm",
83802  description="FORKING",
83803  direction="on",
83804  linebreak="al",
83805  specials={ "char", 0x2ADD, 0x338 },
83806  synonyms={ "not independent" },
83807  unicodeslot=0x2ADC,
83808 },
83809 [0x2ADD]={
83810  category="sm",
83811  description="NONFORKING",
83812  direction="on",
83813  linebreak="al",
83814  synonyms={ "independent" },
83815  unicodeslot=0x2ADD,
83816 },
83817 [0x2ADE]={
83818  category="sm",
83819  description="SHORT LEFT TACK",
83820  direction="on",
83821  linebreak="al",
83822  mirror=0x22A6,
83823  unicodeslot=0x2ADE,
83824 },
83825 [0x2ADF]={
83826  category="sm",
83827  description="SHORT DOWN TACK",
83828  direction="on",
83829  linebreak="al",
83830  unicodeslot=0x2ADF,
83831 },
83832 [0x2AE0]={
83833  category="sm",
83834  description="SHORT UP TACK",
83835  direction="on",
83836  linebreak="al",
83837  unicodeslot=0x2AE0,
83838 },
83839 [0x2AE1]={
83840  category="sm",
83841  description="PERPENDICULAR WITH S",
83842  direction="on",
83843  linebreak="al",
83844  unicodeslot=0x2AE1,
83845 },
83846 [0x2AE2]={
83847  category="sm",
83848  description="VERTICAL BAR TRIPLE RIGHT TURNSTILE",
83849  direction="on",
83850  linebreak="al",
83851  synonyms={ "ordinarily satisfies" },
83852  unicodeslot=0x2AE2,
83853 },
83854 [0x2AE3]={
83855  category="sm",
83856  description="DOUBLE VERTICAL BAR LEFT TURNSTILE",
83857  direction="on",
83858  linebreak="al",
83859  mirror=0x22A9,
83860  unicodeslot=0x2AE3,
83861 },
83862 [0x2AE4]={
83863  category="sm",
83864  description="VERTICAL BAR DOUBLE LEFT TURNSTILE",
83865  direction="on",
83866  linebreak="al",
83867  mirror=0x22A8,
83868  unicodeslot=0x2AE4,
83869 },
83870 [0x2AE5]={
83871  category="sm",
83872  description="DOUBLE VERTICAL BAR DOUBLE LEFT TURNSTILE",
83873  direction="on",
83874  linebreak="al",
83875  mirror=0x22AB,
83876  unicodeslot=0x2AE5,
83877 },
83878 [0x2AE6]={
83879  category="sm",
83880  description="LONG DASH FROM LEFT MEMBER OF DOUBLE VERTICAL",
83881  direction="on",
83882  linebreak="al",
83883  unicodeslot=0x2AE6,
83884 },
83885 [0x2AE7]={
83886  category="sm",
83887  description="SHORT DOWN TACK WITH OVERBAR",
83888  direction="on",
83889  linebreak="al",
83890  unicodeslot=0x2AE7,
83891 },
83892 [0x2AE8]={
83893  category="sm",
83894  description="SHORT UP TACK WITH UNDERBAR",
83895  direction="on",
83896  linebreak="al",
83897  unicodeslot=0x2AE8,
83898 },
83899 [0x2AE9]={
83900  category="sm",
83901  description="SHORT UP TACK ABOVE SHORT DOWN TACK",
83902  direction="on",
83903  linebreak="al",
83904  unicodeslot=0x2AE9,
83905 },
83906 [0x2AEA]={
83907  category="sm",
83908  description="DOUBLE DOWN TACK",
83909  direction="on",
83910  linebreak="al",
83911  unicodeslot=0x2AEA,
83912 },
83913 [0x2AEB]={
83914  category="sm",
83915  description="DOUBLE UP TACK",
83916  direction="on",
83917  linebreak="al",
83918  synonyms={ "independence" },
83919  unicodeslot=0x2AEB,
83920 },
83921 [0x2AEC]={
83922  category="sm",
83923  description="DOUBLE STROKE NOT SIGN",
83924  direction="on",
83925  linebreak="al",
83926  mirror=0x2AED,
83927  unicodeslot=0x2AEC,
83928 },
83929 [0x2AED]={
83930  category="sm",
83931  description="REVERSED DOUBLE STROKE NOT SIGN",
83932  direction="on",
83933  linebreak="al",
83934  mirror=0x2AEC,
83935  unicodeslot=0x2AED,
83936 },
83937 [0x2AEE]={
83938  category="sm",
83939  description="DOES NOT DIVIDE WITH REVERSED NEGATION SLASH",
83940  direction="on",
83941  linebreak="al",
83942  mirror=0x2224,
83943  unicodeslot=0x2AEE,
83944 },
83945 [0x2AEF]={
83946  category="sm",
83947  description="VERTICAL LINE WITH CIRCLE ABOVE",
83948  direction="on",
83949  linebreak="al",
83950  unicodeslot=0x2AEF,
83951 },
83952 [0x2AF0]={
83953  category="sm",
83954  description="VERTICAL LINE WITH CIRCLE BELOW",
83955  direction="on",
83956  linebreak="al",
83957  unicodeslot=0x2AF0,
83958 },
83959 [0x2AF1]={
83960  category="sm",
83961  description="DOWN TACK WITH CIRCLE BELOW",
83962  direction="on",
83963  linebreak="al",
83964  synonyms={ "necessarily satisfies" },
83965  unicodeslot=0x2AF1,
83966 },
83967 [0x2AF2]={
83968  category="sm",
83969  description="PARALLEL WITH HORIZONTAL STROKE",
83970  direction="on",
83971  linebreak="al",
83972  unicodeslot=0x2AF2,
83973 },
83974 [0x2AF3]={
83975  category="sm",
83976  description="PARALLEL WITH TILDE OPERATOR",
83977  direction="on",
83978  linebreak="al",
83979  unicodeslot=0x2AF3,
83980 },
83981 [0x2AF4]={
83982  category="sm",
83983  description="TRIPLE VERTICAL BAR BINARY RELATION",
83984  direction="on",
83985  linebreak="al",
83986  synonyms={ "interleave" },
83987  unicodeslot=0x2AF4,
83988 },
83989 [0x2AF5]={
83990  category="sm",
83991  description="TRIPLE VERTICAL BAR WITH HORIZONTAL STROKE",
83992  direction="on",
83993  linebreak="al",
83994  unicodeslot=0x2AF5,
83995 },
83996 [0x2AF6]={
83997  category="sm",
83998  description="TRIPLE COLON OPERATOR",
83999  direction="on",
84000  linebreak="al",
84001  unicodeslot=0x2AF6,
84002 },
84003 [0x2AF7]={
84004  category="sm",
84005  description="TRIPLE NESTED LESS-THAN",
84006  direction="on",
84007  linebreak="al",
84008  mirror=0x2AF8,
84009  unicodeslot=0x2AF7,
84010 },
84011 [0x2AF8]={
84012  category="sm",
84013  description="TRIPLE NESTED GREATER-THAN",
84014  direction="on",
84015  linebreak="al",
84016  mirror=0x2AF7,
84017  unicodeslot=0x2AF8,
84018 },
84019 [0x2AF9]={
84020  category="sm",
84021  description="DOUBLE-LINE SLANTED LESS-THAN OR EQUAL TO",
84022  direction="on",
84023  linebreak="al",
84024  mirror=0x2AFA,
84025  unicodeslot=0x2AF9,
84026 },
84027 [0x2AFA]={
84028  category="sm",
84029  description="DOUBLE-LINE SLANTED GREATER-THAN OR EQUAL TO",
84030  direction="on",
84031  linebreak="al",
84032  mirror=0x2AF9,
84033  unicodeslot=0x2AFA,
84034 },
84035 [0x2AFB]={
84036  category="sm",
84037  description="TRIPLE SOLIDUS BINARY RELATION",
84038  direction="on",
84039  linebreak="al",
84040  unicodeslot=0x2AFB,
84041 },
84042 [0x2AFC]={
84043  category="sm",
84044  description="LARGE TRIPLE VERTICAL BAR OPERATOR",
84045  direction="on",
84046  linebreak="al",
84047  unicodeslot=0x2AFC,
84048 },
84049 [0x2AFD]={
84050  category="sm",
84051  description="DOUBLE SOLIDUS OPERATOR",
84052  direction="on",
84053  linebreak="al",
84054  unicodeslot=0x2AFD,
84055 },
84056 [0x2AFE]={
84057  category="sm",
84058  description="WHITE VERTICAL BAR",
84059  direction="on",
84060  linebreak="al",
84061  synonyms={ "dijkstra choice" },
84062  unicodeslot=0x2AFE,
84063 },
84064 [0x2AFF]={
84065  category="sm",
84066  description="N-ARY WHITE VERTICAL BAR",
84067  direction="on",
84068  linebreak="al",
84069  synonyms={ "n-ary dijkstra choice" },
84070  unicodeslot=0x2AFF,
84071 },
84072 [0x2B00]={
84073  category="so",
84074  description="NORTH EAST WHITE ARROW",
84075  direction="on",
84076  linebreak="al",
84077  unicodeslot=0x2B00,
84078 },
84079 [0x2B01]={
84080  category="so",
84081  description="NORTH WEST WHITE ARROW",
84082  direction="on",
84083  linebreak="al",
84084  unicodeslot=0x2B01,
84085 },
84086 [0x2B02]={
84087  category="so",
84088  description="SOUTH EAST WHITE ARROW",
84089  direction="on",
84090  linebreak="al",
84091  unicodeslot=0x2B02,
84092 },
84093 [0x2B03]={
84094  category="so",
84095  description="SOUTH WEST WHITE ARROW",
84096  direction="on",
84097  linebreak="al",
84098  unicodeslot=0x2B03,
84099 },
84100 [0x2B04]={
84101  category="so",
84102  description="LEFT RIGHT WHITE ARROW",
84103  direction="on",
84104  linebreak="al",
84105  unicodeslot=0x2B04,
84106 },
84107 [0x2B05]={
84108  category="so",
84109  description="LEFTWARDS BLACK ARROW",
84110  direction="on",
84111  linebreak="al",
84112  unicodeslot=0x2B05,
84113  variants=variants_emoji,
84114 },
84115 [0x2B06]={
84116  category="so",
84117  description="UPWARDS BLACK ARROW",
84118  direction="on",
84119  linebreak="al",
84120  unicodeslot=0x2B06,
84121  variants=variants_emoji,
84122 },
84123 [0x2B07]={
84124  category="so",
84125  description="DOWNWARDS BLACK ARROW",
84126  direction="on",
84127  linebreak="al",
84128  unicodeslot=0x2B07,
84129  variants=variants_emoji,
84130 },
84131 [0x2B08]={
84132  category="so",
84133  description="NORTH EAST BLACK ARROW",
84134  direction="on",
84135  linebreak="al",
84136  unicodeslot=0x2B08,
84137 },
84138 [0x2B09]={
84139  category="so",
84140  description="NORTH WEST BLACK ARROW",
84141  direction="on",
84142  linebreak="al",
84143  unicodeslot=0x2B09,
84144 },
84145 [0x2B0A]={
84146  category="so",
84147  description="SOUTH EAST BLACK ARROW",
84148  direction="on",
84149  linebreak="al",
84150  unicodeslot=0x2B0A,
84151 },
84152 [0x2B0B]={
84153  category="so",
84154  description="SOUTH WEST BLACK ARROW",
84155  direction="on",
84156  linebreak="al",
84157  unicodeslot=0x2B0B,
84158 },
84159 [0x2B0C]={
84160  category="so",
84161  description="LEFT RIGHT BLACK ARROW",
84162  direction="on",
84163  linebreak="al",
84164  unicodeslot=0x2B0C,
84165 },
84166 [0x2B0D]={
84167  category="so",
84168  description="UP DOWN BLACK ARROW",
84169  direction="on",
84170  linebreak="al",
84171  unicodeslot=0x2B0D,
84172 },
84173 [0x2B0E]={
84174  category="so",
84175  description="RIGHTWARDS ARROW WITH TIP DOWNWARDS",
84176  direction="on",
84177  linebreak="al",
84178  unicodeslot=0x2B0E,
84179 },
84180 [0x2B0F]={
84181  category="so",
84182  description="RIGHTWARDS ARROW WITH TIP UPWARDS",
84183  direction="on",
84184  linebreak="al",
84185  unicodeslot=0x2B0F,
84186 },
84187 [0x2B10]={
84188  category="so",
84189  description="LEFTWARDS ARROW WITH TIP DOWNWARDS",
84190  direction="on",
84191  linebreak="al",
84192  unicodeslot=0x2B10,
84193 },
84194 [0x2B11]={
84195  category="so",
84196  description="LEFTWARDS ARROW WITH TIP UPWARDS",
84197  direction="on",
84198  linebreak="al",
84199  unicodeslot=0x2B11,
84200 },
84201 [0x2B12]={
84202  category="so",
84203  description="SQUARE WITH TOP HALF BLACK",
84204  direction="on",
84205  linebreak="al",
84206  unicodeslot=0x2B12,
84207 },
84208 [0x2B13]={
84209  category="so",
84210  description="SQUARE WITH BOTTOM HALF BLACK",
84211  direction="on",
84212  linebreak="al",
84213  unicodeslot=0x2B13,
84214 },
84215 [0x2B14]={
84216  category="so",
84217  description="SQUARE WITH UPPER RIGHT DIAGONAL HALF BLACK",
84218  direction="on",
84219  linebreak="al",
84220  unicodeslot=0x2B14,
84221 },
84222 [0x2B15]={
84223  category="so",
84224  description="SQUARE WITH LOWER LEFT DIAGONAL HALF BLACK",
84225  direction="on",
84226  linebreak="al",
84227  unicodeslot=0x2B15,
84228 },
84229 [0x2B16]={
84230  category="so",
84231  description="DIAMOND WITH LEFT HALF BLACK",
84232  direction="on",
84233  linebreak="al",
84234  unicodeslot=0x2B16,
84235 },
84236 [0x2B17]={
84237  category="so",
84238  description="DIAMOND WITH RIGHT HALF BLACK",
84239  direction="on",
84240  linebreak="al",
84241  unicodeslot=0x2B17,
84242 },
84243 [0x2B18]={
84244  category="so",
84245  description="DIAMOND WITH TOP HALF BLACK",
84246  direction="on",
84247  linebreak="al",
84248  unicodeslot=0x2B18,
84249 },
84250 [0x2B19]={
84251  category="so",
84252  description="DIAMOND WITH BOTTOM HALF BLACK",
84253  direction="on",
84254  linebreak="al",
84255  unicodeslot=0x2B19,
84256 },
84257 [0x2B1A]={
84258  category="so",
84259  description="DOTTED SQUARE",
84260  direction="on",
84261  linebreak="al",
84262  unicodeslot=0x2B1A,
84263 },
84264 [0x2B1B]={
84265  category="so",
84266  cjkwd="w",
84267  description="BLACK LARGE SQUARE",
84268  direction="on",
84269  linebreak="al",
84270  unicodeslot=0x2B1B,
84271  variants=variants_emoji,
84272 },
84273 [0x2B1C]={
84274  category="so",
84275  cjkwd="w",
84276  description="WHITE LARGE SQUARE",
84277  direction="on",
84278  linebreak="al",
84279  unicodeslot=0x2B1C,
84280  variants=variants_emoji,
84281 },
84282 [0x2B1D]={
84283  category="so",
84284  description="BLACK VERY SMALL SQUARE",
84285  direction="on",
84286  linebreak="al",
84287  unicodeslot=0x2B1D,
84288 },
84289 [0x2B1E]={
84290  category="so",
84291  description="WHITE VERY SMALL SQUARE",
84292  direction="on",
84293  linebreak="al",
84294  unicodeslot=0x2B1E,
84295 },
84296 [0x2B1F]={
84297  category="so",
84298  description="BLACK PENTAGON",
84299  direction="on",
84300  linebreak="al",
84301  unicodeslot=0x2B1F,
84302 },
84303 [0x2B20]={
84304  category="so",
84305  description="WHITE PENTAGON",
84306  direction="on",
84307  linebreak="al",
84308  unicodeslot=0x2B20,
84309 },
84310 [0x2B21]={
84311  category="so",
84312  description="WHITE HEXAGON",
84313  direction="on",
84314  linebreak="al",
84315  unicodeslot=0x2B21,
84316 },
84317 [0x2B22]={
84318  category="so",
84319  description="BLACK HEXAGON",
84320  direction="on",
84321  linebreak="al",
84322  unicodeslot=0x2B22,
84323 },
84324 [0x2B23]={
84325  category="so",
84326  description="HORIZONTAL BLACK HEXAGON",
84327  direction="on",
84328  linebreak="al",
84329  unicodeslot=0x2B23,
84330 },
84331 [0x2B24]={
84332  category="so",
84333  description="BLACK LARGE CIRCLE",
84334  direction="on",
84335  linebreak="al",
84336  unicodeslot=0x2B24,
84337 },
84338 [0x2B25]={
84339  category="so",
84340  description="BLACK MEDIUM DIAMOND",
84341  direction="on",
84342  linebreak="al",
84343  unicodeslot=0x2B25,
84344 },
84345 [0x2B26]={
84346  category="so",
84347  description="WHITE MEDIUM DIAMOND",
84348  direction="on",
84349  linebreak="al",
84350  unicodeslot=0x2B26,
84351 },
84352 [0x2B27]={
84353  category="so",
84354  description="BLACK MEDIUM LOZENGE",
84355  direction="on",
84356  linebreak="al",
84357  unicodeslot=0x2B27,
84358 },
84359 [0x2B28]={
84360  category="so",
84361  description="WHITE MEDIUM LOZENGE",
84362  direction="on",
84363  linebreak="al",
84364  unicodeslot=0x2B28,
84365 },
84366 [0x2B29]={
84367  category="so",
84368  description="BLACK SMALL DIAMOND",
84369  direction="on",
84370  linebreak="al",
84371  unicodeslot=0x2B29,
84372 },
84373 [0x2B2A]={
84374  category="so",
84375  description="BLACK SMALL LOZENGE",
84376  direction="on",
84377  linebreak="al",
84378  unicodeslot=0x2B2A,
84379 },
84380 [0x2B2B]={
84381  category="so",
84382  description="WHITE SMALL LOZENGE",
84383  direction="on",
84384  linebreak="al",
84385  unicodeslot=0x2B2B,
84386 },
84387 [0x2B2C]={
84388  category="so",
84389  description="BLACK HORIZONTAL ELLIPSE",
84390  direction="on",
84391  linebreak="al",
84392  unicodeslot=0x2B2C,
84393 },
84394 [0x2B2D]={
84395  category="so",
84396  description="WHITE HORIZONTAL ELLIPSE",
84397  direction="on",
84398  linebreak="al",
84399  unicodeslot=0x2B2D,
84400 },
84401 [0x2B2E]={
84402  category="so",
84403  description="BLACK VERTICAL ELLIPSE",
84404  direction="on",
84405  linebreak="al",
84406  unicodeslot=0x2B2E,
84407 },
84408 [0x2B2F]={
84409  category="so",
84410  description="WHITE VERTICAL ELLIPSE",
84411  direction="on",
84412  linebreak="al",
84413  unicodeslot=0x2B2F,
84414 },
84415 [0x2B30]={
84416  category="sm",
84417  description="LEFT ARROW WITH SMALL CIRCLE",
84418  direction="on",
84419  linebreak="al",
84420  mathextensible="l",
84421  unicodeslot=0x2B30,
84422 },
84423 [0x2B31]={
84424  category="sm",
84425  description="THREE LEFTWARDS ARROWS",
84426  direction="on",
84427  linebreak="al",
84428  mathextensible="l",
84429  unicodeslot=0x2B31,
84430 },
84431 [0x2B32]={
84432  category="sm",
84433  description="LEFT ARROW WITH CIRCLED PLUS",
84434  direction="on",
84435  linebreak="al",
84436  mathextensible="l",
84437  unicodeslot=0x2B32,
84438 },
84439 [0x2B33]={
84440  category="sm",
84441  description="LONG LEFTWARDS SQUIGGLE ARROW",
84442  direction="on",
84443  linebreak="al",
84444  mathextensible="l",
84445  unicodeslot=0x2B33,
84446 },
84447 [0x2B34]={
84448  category="sm",
84449  description="LEFTWARDS TWO-HEADED ARROW WITH VERTICAL STROKE",
84450  direction="on",
84451  linebreak="al",
84452  mathextensible="l",
84453  unicodeslot=0x2B34,
84454 },
84455 [0x2B35]={
84456  category="sm",
84457  description="LEFTWARDS TWO-HEADED ARROW WITH DOUBLE VERTICAL STROKE",
84458  direction="on",
84459  linebreak="al",
84460  mathextensible="l",
84461  unicodeslot=0x2B35,
84462 },
84463 [0x2B36]={
84464  category="sm",
84465  description="LEFTWARDS TWO-HEADED ARROW FROM BAR",
84466  direction="on",
84467  linebreak="al",
84468  mathextensible="l",
84469  unicodeslot=0x2B36,
84470 },
84471 [0x2B37]={
84472  category="sm",
84473  description="LEFTWARDS TWO-HEADED TRIPLE DASH ARROW",
84474  direction="on",
84475  linebreak="al",
84476  mathextensible="l",
84477  unicodeslot=0x2B37,
84478 },
84479 [0x2B38]={
84480  category="sm",
84481  description="LEFTWARDS ARROW WITH DOTTED STEM",
84482  direction="on",
84483  linebreak="al",
84484  mathextensible="l",
84485  unicodeslot=0x2B38,
84486 },
84487 [0x2B39]={
84488  category="sm",
84489  description="LEFTWARDS ARROW WITH TAIL WITH VERTICAL STROKE",
84490  direction="on",
84491  linebreak="al",
84492  mathextensible="l",
84493  unicodeslot=0x2B39,
84494 },
84495 [0x2B3A]={
84496  category="sm",
84497  description="LEFTWARDS ARROW WITH TAIL WITH DOUBLE VERTICAL STROKE",
84498  direction="on",
84499  linebreak="al",
84500  mathextensible="l",
84501  unicodeslot=0x2B3A,
84502 },
84503 [0x2B3B]={
84504  category="sm",
84505  description="LEFTWARDS TWO-HEADED ARROW WITH TAIL",
84506  direction="on",
84507  linebreak="al",
84508  mathextensible="l",
84509  unicodeslot=0x2B3B,
84510 },
84511 [0x2B3C]={
84512  category="sm",
84513  description="LEFTWARDS TWO-HEADED ARROW WITH TAIL WITH VERTICAL STROKE",
84514  direction="on",
84515  linebreak="al",
84516  mathextensible="l",
84517  unicodeslot=0x2B3C,
84518 },
84519 [0x2B3D]={
84520  category="sm",
84521  description="LEFTWARDS TWO-HEADED ARROW WITH TAIL WITH DOUBLE VERTICAL STROKE",
84522  direction="on",
84523  linebreak="al",
84524  mathextensible="l",
84525  unicodeslot=0x2B3D,
84526 },
84527 [0x2B3E]={
84528  category="sm",
84529  description="LEFTWARDS ARROW THROUGH X",
84530  direction="on",
84531  linebreak="al",
84532  unicodeslot=0x2B3E,
84533 },
84534 [0x2B3F]={
84535  category="sm",
84536  description="WAVE ARROW POINTING DIRECTLY LEFT",
84537  direction="on",
84538  linebreak="al",
84539  mathextensible="l",
84540  unicodeslot=0x2B3F,
84541 },
84542 [0x2B40]={
84543  category="sm",
84544  description="EQUALS SIGN ABOVE LEFTWARDS ARROW",
84545  direction="on",
84546  linebreak="al",
84547  unicodeslot=0x2B40,
84548 },
84549 [0x2B41]={
84550  category="sm",
84551  description="REVERSE TILDE OPERATOR ABOVE LEFTWARDS ARROW",
84552  direction="on",
84553  linebreak="al",
84554  unicodeslot=0x2B41,
84555 },
84556 [0x2B42]={
84557  category="sm",
84558  description="LEFTWARDS ARROW ABOVE REVERSE ALMOST EQUAL TO",
84559  direction="on",
84560  linebreak="al",
84561  unicodeslot=0x2B42,
84562 },
84563 [0x2B43]={
84564  category="sm",
84565  description="RIGHTWARDS ARROW THROUGH GREATER-THAN",
84566  direction="on",
84567  linebreak="al",
84568  unicodeslot=0x2B43,
84569 },
84570 [0x2B44]={
84571  category="sm",
84572  description="RIGHTWARDS ARROW THROUGH SUPERSET",
84573  direction="on",
84574  linebreak="al",
84575  unicodeslot=0x2B44,
84576 },
84577 [0x2B45]={
84578  category="so",
84579  description="LEFTWARDS QUADRUPLE ARROW",
84580  direction="on",
84581  linebreak="al",
84582  unicodeslot=0x2B45,
84583 },
84584 [0x2B46]={
84585  category="so",
84586  description="RIGHTWARDS QUADRUPLE ARROW",
84587  direction="on",
84588  linebreak="al",
84589  unicodeslot=0x2B46,
84590 },
84591 [0x2B47]={
84592  category="sm",
84593  description="REVERSE TILDE OPERATOR ABOVE RIGHTWARDS ARROW",
84594  direction="on",
84595  linebreak="al",
84596  unicodeslot=0x2B47,
84597 },
84598 [0x2B48]={
84599  category="sm",
84600  description="RIGHTWARDS ARROW ABOVE REVERSE ALMOST EQUAL TO",
84601  direction="on",
84602  linebreak="al",
84603  unicodeslot=0x2B48,
84604 },
84605 [0x2B49]={
84606  category="sm",
84607  description="TILDE OPERATOR ABOVE LEFTWARDS ARROW",
84608  direction="on",
84609  linebreak="al",
84610  unicodeslot=0x2B49,
84611 },
84612 [0x2B4A]={
84613  category="sm",
84614  description="LEFTWARDS ARROW ABOVE ALMOST EQUAL TO",
84615  direction="on",
84616  linebreak="al",
84617  unicodeslot=0x2B4A,
84618 },
84619 [0x2B4B]={
84620  category="sm",
84621  description="LEFTWARDS ARROW ABOVE REVERSE TILDE OPERATOR",
84622  direction="on",
84623  linebreak="al",
84624  unicodeslot=0x2B4B,
84625 },
84626 [0x2B4C]={
84627  category="sm",
84628  description="RIGHTWARDS ARROW ABOVE REVERSE TILDE OPERATOR",
84629  direction="on",
84630  linebreak="al",
84631  unicodeslot=0x2B4C,
84632 },
84633 [0x2B4D]={
84634  category="so",
84635  description="DOWNWARDS TRIANGLE-HEADED ZIGZAG ARROW",
84636  direction="on",
84637  linebreak="al",
84638  unicodeslot=0x2B4D,
84639 },
84640 [0x2B4E]={
84641  category="so",
84642  description="SHORT SLANTED NORTH ARROW",
84643  direction="on",
84644  linebreak="al",
84645  unicodeslot=0x2B4E,
84646 },
84647 [0x2B4F]={
84648  category="so",
84649  description="SHORT BACKSLANTED SOUTH ARROW",
84650  direction="on",
84651  linebreak="al",
84652  unicodeslot=0x2B4F,
84653 },
84654 [0x2B50]={
84655  category="so",
84656  cjkwd="w",
84657  description="WHITE MEDIUM STAR",
84658  direction="on",
84659  linebreak="al",
84660  unicodeslot=0x2B50,
84661  variants=variants_emoji,
84662 },
84663 [0x2B51]={
84664  category="so",
84665  description="BLACK SMALL STAR",
84666  direction="on",
84667  linebreak="al",
84668  unicodeslot=0x2B51,
84669 },
84670 [0x2B52]={
84671  category="so",
84672  description="WHITE SMALL STAR",
84673  direction="on",
84674  linebreak="al",
84675  unicodeslot=0x2B52,
84676 },
84677 [0x2B53]={
84678  category="so",
84679  description="BLACK RIGHT-POINTING PENTAGON",
84680  direction="on",
84681  linebreak="al",
84682  unicodeslot=0x2B53,
84683 },
84684 [0x2B54]={
84685  category="so",
84686  description="WHITE RIGHT-POINTING PENTAGON",
84687  direction="on",
84688  linebreak="al",
84689  unicodeslot=0x2B54,
84690 },
84691 [0x2B55]={
84692  category="so",
84693  cjkwd="w",
84694  description="HEAVY LARGE CIRCLE",
84695  direction="on",
84696  linebreak="ai",
84697  unicodeslot=0x2B55,
84698  variants=variants_emoji,
84699 },
84700 [0x2B56]={
84701  category="so",
84702  cjkwd="a",
84703  description="HEAVY OVAL WITH OVAL INSIDE",
84704  direction="on",
84705  linebreak="ai",
84706  unicodeslot=0x2B56,
84707 },
84708 [0x2B57]={
84709  category="so",
84710  cjkwd="a",
84711  description="HEAVY CIRCLE WITH CIRCLE INSIDE",
84712  direction="on",
84713  linebreak="ai",
84714  unicodeslot=0x2B57,
84715 },
84716 [0x2B58]={
84717  category="so",
84718  cjkwd="a",
84719  description="HEAVY CIRCLE",
84720  direction="on",
84721  linebreak="ai",
84722  unicodeslot=0x2B58,
84723 },
84724 [0x2B59]={
84725  category="so",
84726  cjkwd="a",
84727  description="HEAVY CIRCLED SALTIRE",
84728  direction="on",
84729  linebreak="ai",
84730  unicodeslot=0x2B59,
84731 },
84732 [0x2B5A]={
84733  category="so",
84734  description="SLANTED NORTH ARROW WITH HOOKED HEAD",
84735  direction="on",
84736  linebreak="al",
84737  unicodeslot=0x2B5A,
84738 },
84739 [0x2B5B]={
84740  category="so",
84741  description="BACKSLANTED SOUTH ARROW WITH HOOKED TAIL",
84742  direction="on",
84743  linebreak="al",
84744  unicodeslot=0x2B5B,
84745 },
84746 [0x2B5C]={
84747  category="so",
84748  description="SLANTED NORTH ARROW WITH HORIZONTAL TAIL",
84749  direction="on",
84750  linebreak="al",
84751  unicodeslot=0x2B5C,
84752 },
84753 [0x2B5D]={
84754  category="so",
84755  description="BACKSLANTED SOUTH ARROW WITH HORIZONTAL TAIL",
84756  direction="on",
84757  linebreak="al",
84758  unicodeslot=0x2B5D,
84759 },
84760 [0x2B5E]={
84761  category="so",
84762  description="BENT ARROW POINTING DOWNWARDS THEN NORTH EAST",
84763  direction="on",
84764  linebreak="al",
84765  unicodeslot=0x2B5E,
84766 },
84767 [0x2B5F]={
84768  category="so",
84769  description="SHORT BENT ARROW POINTING DOWNWARDS THEN NORTH EAST",
84770  direction="on",
84771  linebreak="al",
84772  unicodeslot=0x2B5F,
84773 },
84774 [0x2B60]={
84775  category="so",
84776  description="LEFTWARDS TRIANGLE-HEADED ARROW",
84777  direction="on",
84778  linebreak="al",
84779  unicodeslot=0x2B60,
84780 },
84781 [0x2B61]={
84782  category="so",
84783  description="UPWARDS TRIANGLE-HEADED ARROW",
84784  direction="on",
84785  linebreak="al",
84786  unicodeslot=0x2B61,
84787 },
84788 [0x2B62]={
84789  category="so",
84790  description="RIGHTWARDS TRIANGLE-HEADED ARROW",
84791  direction="on",
84792  linebreak="al",
84793  unicodeslot=0x2B62,
84794 },
84795 [0x2B63]={
84796  category="so",
84797  description="DOWNWARDS TRIANGLE-HEADED ARROW",
84798  direction="on",
84799  linebreak="al",
84800  unicodeslot=0x2B63,
84801 },
84802 [0x2B64]={
84803  category="so",
84804  description="LEFT RIGHT TRIANGLE-HEADED ARROW",
84805  direction="on",
84806  linebreak="al",
84807  unicodeslot=0x2B64,
84808 },
84809 [0x2B65]={
84810  category="so",
84811  description="UP DOWN TRIANGLE-HEADED ARROW",
84812  direction="on",
84813  linebreak="al",
84814  unicodeslot=0x2B65,
84815 },
84816 [0x2B66]={
84817  category="so",
84818  description="NORTH WEST TRIANGLE-HEADED ARROW",
84819  direction="on",
84820  linebreak="al",
84821  unicodeslot=0x2B66,
84822 },
84823 [0x2B67]={
84824  category="so",
84825  description="NORTH EAST TRIANGLE-HEADED ARROW",
84826  direction="on",
84827  linebreak="al",
84828  unicodeslot=0x2B67,
84829 },
84830 [0x2B68]={
84831  category="so",
84832  description="SOUTH EAST TRIANGLE-HEADED ARROW",
84833  direction="on",
84834  linebreak="al",
84835  unicodeslot=0x2B68,
84836 },
84837 [0x2B69]={
84838  category="so",
84839  description="SOUTH WEST TRIANGLE-HEADED ARROW",
84840  direction="on",
84841  linebreak="al",
84842  unicodeslot=0x2B69,
84843 },
84844 [0x2B6A]={
84845  category="so",
84846  description="LEFTWARDS TRIANGLE-HEADED DASHED ARROW",
84847  direction="on",
84848  linebreak="al",
84849  unicodeslot=0x2B6A,
84850 },
84851 [0x2B6B]={
84852  category="so",
84853  description="UPWARDS TRIANGLE-HEADED DASHED ARROW",
84854  direction="on",
84855  linebreak="al",
84856  unicodeslot=0x2B6B,
84857 },
84858 [0x2B6C]={
84859  category="so",
84860  description="RIGHTWARDS TRIANGLE-HEADED DASHED ARROW",
84861  direction="on",
84862  linebreak="al",
84863  unicodeslot=0x2B6C,
84864 },
84865 [0x2B6D]={
84866  category="so",
84867  description="DOWNWARDS TRIANGLE-HEADED DASHED ARROW",
84868  direction="on",
84869  linebreak="al",
84870  unicodeslot=0x2B6D,
84871 },
84872 [0x2B6E]={
84873  category="so",
84874  description="CLOCKWISE TRIANGLE-HEADED OPEN CIRCLE ARROW",
84875  direction="on",
84876  linebreak="al",
84877  unicodeslot=0x2B6E,
84878 },
84879 [0x2B6F]={
84880  category="so",
84881  description="ANTICLOCKWISE TRIANGLE-HEADED OPEN CIRCLE ARROW",
84882  direction="on",
84883  linebreak="al",
84884  unicodeslot=0x2B6F,
84885 },
84886 [0x2B70]={
84887  category="so",
84888  description="LEFTWARDS TRIANGLE-HEADED ARROW TO BAR",
84889  direction="on",
84890  linebreak="al",
84891  synonyms={ "left tab" },
84892  unicodeslot=0x2B70,
84893 },
84894 [0x2B71]={
84895  category="so",
84896  description="UPWARDS TRIANGLE-HEADED ARROW TO BAR",
84897  direction="on",
84898  linebreak="al",
84899  synonyms={ "up tab" },
84900  unicodeslot=0x2B71,
84901 },
84902 [0x2B72]={
84903  category="so",
84904  description="RIGHTWARDS TRIANGLE-HEADED ARROW TO BAR",
84905  direction="on",
84906  linebreak="al",
84907  synonyms={ "right tab" },
84908  unicodeslot=0x2B72,
84909 },
84910 [0x2B73]={
84911  category="so",
84912  description="DOWNWARDS TRIANGLE-HEADED ARROW TO BAR",
84913  direction="on",
84914  linebreak="al",
84915  synonyms={ "down tab" },
84916  unicodeslot=0x2B73,
84917 },
84918 [0x2B76]={
84919  category="so",
84920  description="NORTH WEST TRIANGLE-HEADED ARROW TO BAR",
84921  direction="on",
84922  linebreak="al",
84923  unicodeslot=0x2B76,
84924 },
84925 [0x2B77]={
84926  category="so",
84927  description="NORTH EAST TRIANGLE-HEADED ARROW TO BAR",
84928  direction="on",
84929  linebreak="al",
84930  unicodeslot=0x2B77,
84931 },
84932 [0x2B78]={
84933  category="so",
84934  description="SOUTH EAST TRIANGLE-HEADED ARROW TO BAR",
84935  direction="on",
84936  linebreak="al",
84937  unicodeslot=0x2B78,
84938 },
84939 [0x2B79]={
84940  category="so",
84941  description="SOUTH WEST TRIANGLE-HEADED ARROW TO BAR",
84942  direction="on",
84943  linebreak="al",
84944  unicodeslot=0x2B79,
84945 },
84946 [0x2B7A]={
84947  category="so",
84948  description="LEFTWARDS TRIANGLE-HEADED ARROW WITH DOUBLE HORIZONTAL STROKE",
84949  direction="on",
84950  linebreak="al",
84951  unicodeslot=0x2B7A,
84952 },
84953 [0x2B7B]={
84954  category="so",
84955  description="UPWARDS TRIANGLE-HEADED ARROW WITH DOUBLE HORIZONTAL STROKE",
84956  direction="on",
84957  linebreak="al",
84958  unicodeslot=0x2B7B,
84959 },
84960 [0x2B7C]={
84961  category="so",
84962  description="RIGHTWARDS TRIANGLE-HEADED ARROW WITH DOUBLE HORIZONTAL STROKE",
84963  direction="on",
84964  linebreak="al",
84965  unicodeslot=0x2B7C,
84966 },
84967 [0x2B7D]={
84968  category="so",
84969  description="DOWNWARDS TRIANGLE-HEADED ARROW WITH DOUBLE HORIZONTAL STROKE",
84970  direction="on",
84971  linebreak="al",
84972  synonyms={ "page down" },
84973  unicodeslot=0x2B7D,
84974 },
84975 [0x2B7E]={
84976  category="so",
84977  description="HORIZONTAL TAB KEY",
84978  direction="on",
84979  linebreak="al",
84980  unicodeslot=0x2B7E,
84981 },
84982 [0x2B7F]={
84983  category="so",
84984  description="VERTICAL TAB KEY",
84985  direction="on",
84986  linebreak="al",
84987  unicodeslot=0x2B7F,
84988 },
84989 [0x2B80]={
84990  category="so",
84991  description="LEFTWARDS TRIANGLE-HEADED ARROW OVER RIGHTWARDS TRIANGLE-HEADED ARROW",
84992  direction="on",
84993  linebreak="al",
84994  unicodeslot=0x2B80,
84995 },
84996 [0x2B81]={
84997  category="so",
84998  description="UPWARDS TRIANGLE-HEADED ARROW LEFTWARDS OF DOWNWARDS TRIANGLE-HEADED ARROW",
84999  direction="on",
85000  linebreak="al",
85001  unicodeslot=0x2B81,
85002 },
85003 [0x2B82]={
85004  category="so",
85005  description="RIGHTWARDS TRIANGLE-HEADED ARROW OVER LEFTWARDS TRIANGLE-HEADED ARROW",
85006  direction="on",
85007  linebreak="al",
85008  unicodeslot=0x2B82,
85009 },
85010 [0x2B83]={
85011  category="so",
85012  description="DOWNWARDS TRIANGLE-HEADED ARROW LEFTWARDS OF UPWARDS TRIANGLE-HEADED ARROW",
85013  direction="on",
85014  linebreak="al",
85015  unicodeslot=0x2B83,
85016 },
85017 [0x2B84]={
85018  category="so",
85019  description="LEFTWARDS TRIANGLE-HEADED PAIRED ARROWS",
85020  direction="on",
85021  linebreak="al",
85022  unicodeslot=0x2B84,
85023 },
85024 [0x2B85]={
85025  category="so",
85026  description="UPWARDS TRIANGLE-HEADED PAIRED ARROWS",
85027  direction="on",
85028  linebreak="al",
85029  unicodeslot=0x2B85,
85030 },
85031 [0x2B86]={
85032  category="so",
85033  description="RIGHTWARDS TRIANGLE-HEADED PAIRED ARROWS",
85034  direction="on",
85035  linebreak="al",
85036  unicodeslot=0x2B86,
85037 },
85038 [0x2B87]={
85039  category="so",
85040  description="DOWNWARDS TRIANGLE-HEADED PAIRED ARROWS",
85041  direction="on",
85042  linebreak="al",
85043  unicodeslot=0x2B87,
85044 },
85045 [0x2B88]={
85046  category="so",
85047  description="LEFTWARDS BLACK CIRCLED WHITE ARROW",
85048  direction="on",
85049  linebreak="al",
85050  unicodeslot=0x2B88,
85051 },
85052 [0x2B89]={
85053  category="so",
85054  description="UPWARDS BLACK CIRCLED WHITE ARROW",
85055  direction="on",
85056  linebreak="al",
85057  unicodeslot=0x2B89,
85058 },
85059 [0x2B8A]={
85060  category="so",
85061  description="RIGHTWARDS BLACK CIRCLED WHITE ARROW",
85062  direction="on",
85063  linebreak="al",
85064  unicodeslot=0x2B8A,
85065 },
85066 [0x2B8B]={
85067  category="so",
85068  description="DOWNWARDS BLACK CIRCLED WHITE ARROW",
85069  direction="on",
85070  linebreak="al",
85071  unicodeslot=0x2B8B,
85072 },
85073 [0x2B8C]={
85074  category="so",
85075  description="ANTICLOCKWISE TRIANGLE-HEADED RIGHT U-SHAPED ARROW",
85076  direction="on",
85077  linebreak="al",
85078  unicodeslot=0x2B8C,
85079 },
85080 [0x2B8D]={
85081  category="so",
85082  description="ANTICLOCKWISE TRIANGLE-HEADED BOTTOM U-SHAPED ARROW",
85083  direction="on",
85084  linebreak="al",
85085  unicodeslot=0x2B8D,
85086 },
85087 [0x2B8E]={
85088  category="so",
85089  description="ANTICLOCKWISE TRIANGLE-HEADED LEFT U-SHAPED ARROW",
85090  direction="on",
85091  linebreak="al",
85092  unicodeslot=0x2B8E,
85093 },
85094 [0x2B8F]={
85095  category="so",
85096  description="ANTICLOCKWISE TRIANGLE-HEADED TOP U-SHAPED ARROW",
85097  direction="on",
85098  linebreak="al",
85099  unicodeslot=0x2B8F,
85100 },
85101 [0x2B90]={
85102  category="so",
85103  description="RETURN LEFT",
85104  direction="on",
85105  linebreak="al",
85106  unicodeslot=0x2B90,
85107 },
85108 [0x2B91]={
85109  category="so",
85110  description="RETURN RIGHT",
85111  direction="on",
85112  linebreak="al",
85113  unicodeslot=0x2B91,
85114 },
85115 [0x2B92]={
85116  category="so",
85117  description="NEWLINE LEFT",
85118  direction="on",
85119  linebreak="al",
85120  unicodeslot=0x2B92,
85121 },
85122 [0x2B93]={
85123  category="so",
85124  description="NEWLINE RIGHT",
85125  direction="on",
85126  linebreak="al",
85127  unicodeslot=0x2B93,
85128 },
85129 [0x2B94]={
85130  category="so",
85131  description="FOUR CORNER ARROWS CIRCLING ANTICLOCKWISE",
85132  direction="on",
85133  linebreak="al",
85134  unicodeslot=0x2B94,
85135 },
85136 [0x2B95]={
85137  category="so",
85138  description="RIGHTWARDS BLACK ARROW",
85139  direction="on",
85140  linebreak="al",
85141  unicodeslot=0x2B95,
85142 },
85143 [0x2B97]={
85144  category="so",
85145  description="SYMBOL FOR TYPE A ELECTRONICS",
85146  direction="on",
85147  linebreak="al",
85148  unicodeslot=0x2B97,
85149 },
85150 [0x2B98]={
85151  category="so",
85152  description="THREE-D TOP-LIGHTED LEFTWARDS EQUILATERAL ARROWHEAD",
85153  direction="on",
85154  linebreak="al",
85155  unicodeslot=0x2B98,
85156 },
85157 [0x2B99]={
85158  category="so",
85159  description="THREE-D RIGHT-LIGHTED UPWARDS EQUILATERAL ARROWHEAD",
85160  direction="on",
85161  linebreak="al",
85162  unicodeslot=0x2B99,
85163 },
85164 [0x2B9A]={
85165  category="so",
85166  description="THREE-D TOP-LIGHTED RIGHTWARDS EQUILATERAL ARROWHEAD",
85167  direction="on",
85168  linebreak="al",
85169  unicodeslot=0x2B9A,
85170 },
85171 [0x2B9B]={
85172  category="so",
85173  description="THREE-D LEFT-LIGHTED DOWNWARDS EQUILATERAL ARROWHEAD",
85174  direction="on",
85175  linebreak="al",
85176  unicodeslot=0x2B9B,
85177 },
85178 [0x2B9C]={
85179  category="so",
85180  description="BLACK LEFTWARDS EQUILATERAL ARROWHEAD",
85181  direction="on",
85182  linebreak="al",
85183  unicodeslot=0x2B9C,
85184 },
85185 [0x2B9D]={
85186  category="so",
85187  description="BLACK UPWARDS EQUILATERAL ARROWHEAD",
85188  direction="on",
85189  linebreak="al",
85190  unicodeslot=0x2B9D,
85191 },
85192 [0x2B9E]={
85193  category="so",
85194  description="BLACK RIGHTWARDS EQUILATERAL ARROWHEAD",
85195  direction="on",
85196  linebreak="al",
85197  unicodeslot=0x2B9E,
85198 },
85199 [0x2B9F]={
85200  category="so",
85201  description="BLACK DOWNWARDS EQUILATERAL ARROWHEAD",
85202  direction="on",
85203  linebreak="al",
85204  unicodeslot=0x2B9F,
85205 },
85206 [0x2BA0]={
85207  category="so",
85208  description="DOWNWARDS TRIANGLE-HEADED ARROW WITH LONG TIP LEFTWARDS",
85209  direction="on",
85210  linebreak="al",
85211  unicodeslot=0x2BA0,
85212 },
85213 [0x2BA1]={
85214  category="so",
85215  description="DOWNWARDS TRIANGLE-HEADED ARROW WITH LONG TIP RIGHTWARDS",
85216  direction="on",
85217  linebreak="al",
85218  unicodeslot=0x2BA1,
85219 },
85220 [0x2BA2]={
85221  category="so",
85222  description="UPWARDS TRIANGLE-HEADED ARROW WITH LONG TIP LEFTWARDS",
85223  direction="on",
85224  linebreak="al",
85225  unicodeslot=0x2BA2,
85226 },
85227 [0x2BA3]={
85228  category="so",
85229  description="UPWARDS TRIANGLE-HEADED ARROW WITH LONG TIP RIGHTWARDS",
85230  direction="on",
85231  linebreak="al",
85232  unicodeslot=0x2BA3,
85233 },
85234 [0x2BA4]={
85235  category="so",
85236  description="LEFTWARDS TRIANGLE-HEADED ARROW WITH LONG TIP UPWARDS",
85237  direction="on",
85238  linebreak="al",
85239  unicodeslot=0x2BA4,
85240 },
85241 [0x2BA5]={
85242  category="so",
85243  description="RIGHTWARDS TRIANGLE-HEADED ARROW WITH LONG TIP UPWARDS",
85244  direction="on",
85245  linebreak="al",
85246  unicodeslot=0x2BA5,
85247 },
85248 [0x2BA6]={
85249  category="so",
85250  description="LEFTWARDS TRIANGLE-HEADED ARROW WITH LONG TIP DOWNWARDS",
85251  direction="on",
85252  linebreak="al",
85253  unicodeslot=0x2BA6,
85254 },
85255 [0x2BA7]={
85256  category="so",
85257  description="RIGHTWARDS TRIANGLE-HEADED ARROW WITH LONG TIP DOWNWARDS",
85258  direction="on",
85259  linebreak="al",
85260  unicodeslot=0x2BA7,
85261 },
85262 [0x2BA8]={
85263  category="so",
85264  description="BLACK CURVED DOWNWARDS AND LEFTWARDS ARROW",
85265  direction="on",
85266  linebreak="al",
85267  unicodeslot=0x2BA8,
85268 },
85269 [0x2BA9]={
85270  category="so",
85271  description="BLACK CURVED DOWNWARDS AND RIGHTWARDS ARROW",
85272  direction="on",
85273  linebreak="al",
85274  unicodeslot=0x2BA9,
85275 },
85276 [0x2BAA]={
85277  category="so",
85278  description="BLACK CURVED UPWARDS AND LEFTWARDS ARROW",
85279  direction="on",
85280  linebreak="al",
85281  unicodeslot=0x2BAA,
85282 },
85283 [0x2BAB]={
85284  category="so",
85285  description="BLACK CURVED UPWARDS AND RIGHTWARDS ARROW",
85286  direction="on",
85287  linebreak="al",
85288  unicodeslot=0x2BAB,
85289 },
85290 [0x2BAC]={
85291  category="so",
85292  description="BLACK CURVED LEFTWARDS AND UPWARDS ARROW",
85293  direction="on",
85294  linebreak="al",
85295  unicodeslot=0x2BAC,
85296 },
85297 [0x2BAD]={
85298  category="so",
85299  description="BLACK CURVED RIGHTWARDS AND UPWARDS ARROW",
85300  direction="on",
85301  linebreak="al",
85302  unicodeslot=0x2BAD,
85303 },
85304 [0x2BAE]={
85305  category="so",
85306  description="BLACK CURVED LEFTWARDS AND DOWNWARDS ARROW",
85307  direction="on",
85308  linebreak="al",
85309  unicodeslot=0x2BAE,
85310 },
85311 [0x2BAF]={
85312  category="so",
85313  description="BLACK CURVED RIGHTWARDS AND DOWNWARDS ARROW",
85314  direction="on",
85315  linebreak="al",
85316  unicodeslot=0x2BAF,
85317 },
85318 [0x2BB0]={
85319  category="so",
85320  description="RIBBON ARROW DOWN LEFT",
85321  direction="on",
85322  linebreak="al",
85323  unicodeslot=0x2BB0,
85324 },
85325 [0x2BB1]={
85326  category="so",
85327  description="RIBBON ARROW DOWN RIGHT",
85328  direction="on",
85329  linebreak="al",
85330  unicodeslot=0x2BB1,
85331 },
85332 [0x2BB2]={
85333  category="so",
85334  description="RIBBON ARROW UP LEFT",
85335  direction="on",
85336  linebreak="al",
85337  unicodeslot=0x2BB2,
85338 },
85339 [0x2BB3]={
85340  category="so",
85341  description="RIBBON ARROW UP RIGHT",
85342  direction="on",
85343  linebreak="al",
85344  unicodeslot=0x2BB3,
85345 },
85346 [0x2BB4]={
85347  category="so",
85348  description="RIBBON ARROW LEFT UP",
85349  direction="on",
85350  linebreak="al",
85351  unicodeslot=0x2BB4,
85352 },
85353 [0x2BB5]={
85354  category="so",
85355  description="RIBBON ARROW RIGHT UP",
85356  direction="on",
85357  linebreak="al",
85358  unicodeslot=0x2BB5,
85359 },
85360 [0x2BB6]={
85361  category="so",
85362  description="RIBBON ARROW LEFT DOWN",
85363  direction="on",
85364  linebreak="al",
85365  unicodeslot=0x2BB6,
85366 },
85367 [0x2BB7]={
85368  category="so",
85369  description="RIBBON ARROW RIGHT DOWN",
85370  direction="on",
85371  linebreak="al",
85372  unicodeslot=0x2BB7,
85373 },
85374 [0x2BB8]={
85375  category="so",
85376  description="UPWARDS WHITE ARROW FROM BAR WITH HORIZONTAL BAR",
85377  direction="on",
85378  linebreak="al",
85379  unicodeslot=0x2BB8,
85380 },
85381 [0x2BB9]={
85382  category="so",
85383  description="UP ARROWHEAD IN A RECTANGLE BOX",
85384  direction="on",
85385  linebreak="al",
85386  synonyms={ "escape" },
85387  unicodeslot=0x2BB9,
85388 },
85389 [0x2BBA]={
85390  category="so",
85391  description="OVERLAPPING WHITE SQUARES",
85392  direction="on",
85393  linebreak="al",
85394  unicodeslot=0x2BBA,
85395 },
85396 [0x2BBB]={
85397  category="so",
85398  description="OVERLAPPING WHITE AND BLACK SQUARES",
85399  direction="on",
85400  linebreak="al",
85401  unicodeslot=0x2BBB,
85402 },
85403 [0x2BBC]={
85404  category="so",
85405  description="OVERLAPPING BLACK SQUARES",
85406  direction="on",
85407  linebreak="al",
85408  unicodeslot=0x2BBC,
85409 },
85410 [0x2BBD]={
85411  category="so",
85412  description="BALLOT BOX WITH LIGHT X",
85413  direction="on",
85414  linebreak="al",
85415  unicodeslot=0x2BBD,
85416 },
85417 [0x2BBE]={
85418  category="so",
85419  description="CIRCLED X",
85420  direction="on",
85421  linebreak="al",
85422  unicodeslot=0x2BBE,
85423 },
85424 [0x2BBF]={
85425  category="so",
85426  description="CIRCLED BOLD X",
85427  direction="on",
85428  linebreak="al",
85429  unicodeslot=0x2BBF,
85430 },
85431 [0x2BC0]={
85432  category="so",
85433  description="BLACK SQUARE CENTRED",
85434  direction="on",
85435  linebreak="al",
85436  unicodeslot=0x2BC0,
85437 },
85438 [0x2BC1]={
85439  category="so",
85440  description="BLACK DIAMOND CENTRED",
85441  direction="on",
85442  linebreak="al",
85443  unicodeslot=0x2BC1,
85444 },
85445 [0x2BC2]={
85446  category="so",
85447  description="TURNED BLACK PENTAGON",
85448  direction="on",
85449  linebreak="al",
85450  unicodeslot=0x2BC2,
85451 },
85452 [0x2BC3]={
85453  category="so",
85454  description="HORIZONTAL BLACK OCTAGON",
85455  direction="on",
85456  linebreak="al",
85457  unicodeslot=0x2BC3,
85458 },
85459 [0x2BC4]={
85460  category="so",
85461  description="BLACK OCTAGON",
85462  direction="on",
85463  linebreak="al",
85464  unicodeslot=0x2BC4,
85465 },
85466 [0x2BC5]={
85467  category="so",
85468  description="BLACK MEDIUM UP-POINTING TRIANGLE CENTRED",
85469  direction="on",
85470  linebreak="al",
85471  unicodeslot=0x2BC5,
85472 },
85473 [0x2BC6]={
85474  category="so",
85475  description="BLACK MEDIUM DOWN-POINTING TRIANGLE CENTRED",
85476  direction="on",
85477  linebreak="al",
85478  unicodeslot=0x2BC6,
85479 },
85480 [0x2BC7]={
85481  category="so",
85482  description="BLACK MEDIUM LEFT-POINTING TRIANGLE CENTRED",
85483  direction="on",
85484  linebreak="al",
85485  unicodeslot=0x2BC7,
85486 },
85487 [0x2BC8]={
85488  category="so",
85489  description="BLACK MEDIUM RIGHT-POINTING TRIANGLE CENTRED",
85490  direction="on",
85491  linebreak="al",
85492  unicodeslot=0x2BC8,
85493 },
85494 [0x2BC9]={
85495  category="so",
85496  description="NEPTUNE FORM TWO",
85497  direction="on",
85498  linebreak="al",
85499  unicodeslot=0x2BC9,
85500 },
85501 [0x2BCA]={
85502  category="so",
85503  description="TOP HALF BLACK CIRCLE",
85504  direction="on",
85505  linebreak="al",
85506  unicodeslot=0x2BCA,
85507 },
85508 [0x2BCB]={
85509  category="so",
85510  description="BOTTOM HALF BLACK CIRCLE",
85511  direction="on",
85512  linebreak="al",
85513  unicodeslot=0x2BCB,
85514 },
85515 [0x2BCC]={
85516  category="so",
85517  description="LIGHT FOUR POINTED BLACK CUSP",
85518  direction="on",
85519  linebreak="al",
85520  unicodeslot=0x2BCC,
85521 },
85522 [0x2BCD]={
85523  category="so",
85524  description="ROTATED LIGHT FOUR POINTED BLACK CUSP",
85525  direction="on",
85526  linebreak="al",
85527  unicodeslot=0x2BCD,
85528 },
85529 [0x2BCE]={
85530  category="so",
85531  description="WHITE FOUR POINTED CUSP",
85532  direction="on",
85533  linebreak="al",
85534  unicodeslot=0x2BCE,
85535 },
85536 [0x2BCF]={
85537  category="so",
85538  description="ROTATED WHITE FOUR POINTED CUSP",
85539  direction="on",
85540  linebreak="al",
85541  unicodeslot=0x2BCF,
85542 },
85543 [0x2BD0]={
85544  category="so",
85545  description="SQUARE POSITION INDICATOR",
85546  direction="on",
85547  linebreak="al",
85548  unicodeslot=0x2BD0,
85549 },
85550 [0x2BD1]={
85551  category="so",
85552  description="UNCERTAINTY SIGN",
85553  direction="on",
85554  linebreak="al",
85555  unicodeslot=0x2BD1,
85556 },
85557 [0x2BD2]={
85558  category="so",
85559  description="GROUP MARK",
85560  direction="on",
85561  linebreak="al",
85562  unicodeslot=0x2BD2,
85563 },
85564 [0x2BD3]={
85565  category="so",
85566  description="PLUTO FORM TWO",
85567  direction="on",
85568  linebreak="al",
85569  unicodeslot=0x2BD3,
85570 },
85571 [0x2BD4]={
85572  category="so",
85573  description="PLUTO FORM THREE",
85574  direction="on",
85575  linebreak="al",
85576  unicodeslot=0x2BD4,
85577 },
85578 [0x2BD5]={
85579  category="so",
85580  description="PLUTO FORM FOUR",
85581  direction="on",
85582  linebreak="al",
85583  unicodeslot=0x2BD5,
85584 },
85585 [0x2BD6]={
85586  category="so",
85587  description="PLUTO FORM FIVE",
85588  direction="on",
85589  linebreak="al",
85590  unicodeslot=0x2BD6,
85591 },
85592 [0x2BD7]={
85593  category="so",
85594  description="TRANSPLUTO",
85595  direction="on",
85596  linebreak="al",
85597  unicodeslot=0x2BD7,
85598 },
85599 [0x2BD8]={
85600  category="so",
85601  description="PROSERPINA",
85602  direction="on",
85603  linebreak="al",
85604  unicodeslot=0x2BD8,
85605 },
85606 [0x2BD9]={
85607  category="so",
85608  description="ASTRAEA",
85609  direction="on",
85610  linebreak="al",
85611  unicodeslot=0x2BD9,
85612 },
85613 [0x2BDA]={
85614  category="so",
85615  description="HYGIEA",
85616  direction="on",
85617  linebreak="al",
85618  unicodeslot=0x2BDA,
85619 },
85620 [0x2BDB]={
85621  category="so",
85622  description="PHOLUS",
85623  direction="on",
85624  linebreak="al",
85625  unicodeslot=0x2BDB,
85626 },
85627 [0x2BDC]={
85628  category="so",
85629  description="NESSUS",
85630  direction="on",
85631  linebreak="al",
85632  unicodeslot=0x2BDC,
85633 },
85634 [0x2BDD]={
85635  category="so",
85636  description="WHITE MOON SELENA",
85637  direction="on",
85638  linebreak="al",
85639  unicodeslot=0x2BDD,
85640 },
85641 [0x2BDE]={
85642  category="so",
85643  description="BLACK DIAMOND ON CROSS",
85644  direction="on",
85645  linebreak="al",
85646  unicodeslot=0x2BDE,
85647 },
85648 [0x2BDF]={
85649  category="so",
85650  description="TRUE LIGHT MOON ARTA",
85651  direction="on",
85652  linebreak="al",
85653  unicodeslot=0x2BDF,
85654 },
85655 [0x2BE0]={
85656  category="so",
85657  description="CUPIDO",
85658  direction="on",
85659  linebreak="al",
85660  unicodeslot=0x2BE0,
85661 },
85662 [0x2BE1]={
85663  category="so",
85664  description="HADES",
85665  direction="on",
85666  linebreak="al",
85667  unicodeslot=0x2BE1,
85668 },
85669 [0x2BE2]={
85670  category="so",
85671  description="ZEUS",
85672  direction="on",
85673  linebreak="al",
85674  unicodeslot=0x2BE2,
85675 },
85676 [0x2BE3]={
85677  category="so",
85678  description="KRONOS",
85679  direction="on",
85680  linebreak="al",
85681  unicodeslot=0x2BE3,
85682 },
85683 [0x2BE4]={
85684  category="so",
85685  description="APOLLON",
85686  direction="on",
85687  linebreak="al",
85688  unicodeslot=0x2BE4,
85689 },
85690 [0x2BE5]={
85691  category="so",
85692  description="ADMETOS",
85693  direction="on",
85694  linebreak="al",
85695  unicodeslot=0x2BE5,
85696 },
85697 [0x2BE6]={
85698  category="so",
85699  description="VULCANUS",
85700  direction="on",
85701  linebreak="al",
85702  unicodeslot=0x2BE6,
85703 },
85704 [0x2BE7]={
85705  category="so",
85706  description="POSEIDON",
85707  direction="on",
85708  linebreak="al",
85709  unicodeslot=0x2BE7,
85710 },
85711 [0x2BE8]={
85712  category="so",
85713  description="LEFT HALF BLACK STAR",
85714  direction="on",
85715  linebreak="al",
85716  unicodeslot=0x2BE8,
85717 },
85718 [0x2BE9]={
85719  category="so",
85720  description="RIGHT HALF BLACK STAR",
85721  direction="on",
85722  linebreak="al",
85723  unicodeslot=0x2BE9,
85724 },
85725 [0x2BEA]={
85726  category="so",
85727  description="STAR WITH LEFT HALF BLACK",
85728  direction="on",
85729  linebreak="al",
85730  unicodeslot=0x2BEA,
85731 },
85732 [0x2BEB]={
85733  category="so",
85734  description="STAR WITH RIGHT HALF BLACK",
85735  direction="on",
85736  linebreak="al",
85737  unicodeslot=0x2BEB,
85738 },
85739 [0x2BEC]={
85740  category="so",
85741  description="LEFTWARDS TWO-HEADED ARROW WITH TRIANGLE ARROWHEADS",
85742  direction="on",
85743  linebreak="al",
85744  unicodeslot=0x2BEC,
85745 },
85746 [0x2BED]={
85747  category="so",
85748  description="UPWARDS TWO-HEADED ARROW WITH TRIANGLE ARROWHEADS",
85749  direction="on",
85750  linebreak="al",
85751  unicodeslot=0x2BED,
85752 },
85753 [0x2BEE]={
85754  category="so",
85755  description="RIGHTWARDS TWO-HEADED ARROW WITH TRIANGLE ARROWHEADS",
85756  direction="on",
85757  linebreak="al",
85758  unicodeslot=0x2BEE,
85759 },
85760 [0x2BEF]={
85761  category="so",
85762  description="DOWNWARDS TWO-HEADED ARROW WITH TRIANGLE ARROWHEADS",
85763  direction="on",
85764  linebreak="al",
85765  unicodeslot=0x2BEF,
85766 },
85767 [0x2BF0]={
85768  category="so",
85769  description="ERIS FORM ONE",
85770  direction="on",
85771  linebreak="al",
85772  unicodeslot=0x2BF0,
85773 },
85774 [0x2BF1]={
85775  category="so",
85776  description="ERIS FORM TWO",
85777  direction="on",
85778  linebreak="al",
85779  unicodeslot=0x2BF1,
85780 },
85781 [0x2BF2]={
85782  category="so",
85783  description="SEDNA",
85784  direction="on",
85785  linebreak="al",
85786  unicodeslot=0x2BF2,
85787 },
85788 [0x2BF3]={
85789  category="so",
85790  description="RUSSIAN ASTROLOGICAL SYMBOL VIGINTILE",
85791  direction="on",
85792  linebreak="al",
85793  unicodeslot=0x2BF3,
85794 },
85795 [0x2BF4]={
85796  category="so",
85797  description="RUSSIAN ASTROLOGICAL SYMBOL NOVILE",
85798  direction="on",
85799  linebreak="al",
85800  unicodeslot=0x2BF4,
85801 },
85802 [0x2BF5]={
85803  category="so",
85804  description="RUSSIAN ASTROLOGICAL SYMBOL QUINTILE",
85805  direction="on",
85806  linebreak="al",
85807  unicodeslot=0x2BF5,
85808 },
85809 [0x2BF6]={
85810  category="so",
85811  description="RUSSIAN ASTROLOGICAL SYMBOL BINOVILE",
85812  direction="on",
85813  linebreak="al",
85814  unicodeslot=0x2BF6,
85815 },
85816 [0x2BF7]={
85817  category="so",
85818  description="RUSSIAN ASTROLOGICAL SYMBOL SENTAGON",
85819  direction="on",
85820  linebreak="al",
85821  unicodeslot=0x2BF7,
85822 },
85823 [0x2BF8]={
85824  category="so",
85825  description="RUSSIAN ASTROLOGICAL SYMBOL TREDECILE",
85826  direction="on",
85827  linebreak="al",
85828  unicodeslot=0x2BF8,
85829 },
85830 [0x2BF9]={
85831  category="so",
85832  description="EQUALS SIGN WITH INFINITY BELOW",
85833  direction="on",
85834  linebreak="al",
85835  unicodeslot=0x2BF9,
85836 },
85837 [0x2BFA]={
85838  category="so",
85839  description="UNITED SYMBOL",
85840  direction="on",
85841  linebreak="al",
85842  unicodeslot=0x2BFA,
85843 },
85844 [0x2BFB]={
85845  category="so",
85846  description="SEPARATED SYMBOL",
85847  direction="on",
85848  linebreak="al",
85849  unicodeslot=0x2BFB,
85850 },
85851 [0x2BFC]={
85852  category="so",
85853  description="DOUBLED SYMBOL",
85854  direction="on",
85855  linebreak="al",
85856  unicodeslot=0x2BFC,
85857 },
85858 [0x2BFD]={
85859  category="so",
85860  description="PASSED SYMBOL",
85861  direction="on",
85862  linebreak="al",
85863  unicodeslot=0x2BFD,
85864 },
85865 [0x2BFE]={
85866  category="so",
85867  description="REVERSED RIGHT ANGLE",
85868  direction="on",
85869  linebreak="al",
85870  mirror=0x221F,
85871  unicodeslot=0x2BFE,
85872 },
85873 [0x2BFF]={
85874  category="so",
85875  description="HELLSCHREIBER PAUSE SYMBOL",
85876  direction="on",
85877  linebreak="al",
85878  unicodeslot=0x2BFF,
85879 },
85880 [0x2C00]={
85881  category="lu",
85882  description="GLAGOLITIC CAPITAL LETTER AZU",
85883  direction="l",
85884  lccode=0x2C30,
85885  linebreak="al",
85886  unicodeslot=0x2C00,
85887 },
85888 [0x2C01]={
85889  category="lu",
85890  description="GLAGOLITIC CAPITAL LETTER BUKY",
85891  direction="l",
85892  lccode=0x2C31,
85893  linebreak="al",
85894  unicodeslot=0x2C01,
85895 },
85896 [0x2C02]={
85897  category="lu",
85898  description="GLAGOLITIC CAPITAL LETTER VEDE",
85899  direction="l",
85900  lccode=0x2C32,
85901  linebreak="al",
85902  unicodeslot=0x2C02,
85903 },
85904 [0x2C03]={
85905  category="lu",
85906  description="GLAGOLITIC CAPITAL LETTER GLAGOLI",
85907  direction="l",
85908  lccode=0x2C33,
85909  linebreak="al",
85910  unicodeslot=0x2C03,
85911 },
85912 [0x2C04]={
85913  category="lu",
85914  description="GLAGOLITIC CAPITAL LETTER DOBRO",
85915  direction="l",
85916  lccode=0x2C34,
85917  linebreak="al",
85918  unicodeslot=0x2C04,
85919 },
85920 [0x2C05]={
85921  category="lu",
85922  description="GLAGOLITIC CAPITAL LETTER YESTU",
85923  direction="l",
85924  lccode=0x2C35,
85925  linebreak="al",
85926  unicodeslot=0x2C05,
85927 },
85928 [0x2C06]={
85929  category="lu",
85930  description="GLAGOLITIC CAPITAL LETTER ZHIVETE",
85931  direction="l",
85932  lccode=0x2C36,
85933  linebreak="al",
85934  unicodeslot=0x2C06,
85935 },
85936 [0x2C07]={
85937  category="lu",
85938  description="GLAGOLITIC CAPITAL LETTER DZELO",
85939  direction="l",
85940  lccode=0x2C37,
85941  linebreak="al",
85942  unicodeslot=0x2C07,
85943 },
85944 [0x2C08]={
85945  category="lu",
85946  description="GLAGOLITIC CAPITAL LETTER ZEMLJA",
85947  direction="l",
85948  lccode=0x2C38,
85949  linebreak="al",
85950  unicodeslot=0x2C08,
85951 },
85952 [0x2C09]={
85953  category="lu",
85954  description="GLAGOLITIC CAPITAL LETTER IZHE",
85955  direction="l",
85956  lccode=0x2C39,
85957  linebreak="al",
85958  unicodeslot=0x2C09,
85959 },
85960 [0x2C0A]={
85961  category="lu",
85962  description="GLAGOLITIC CAPITAL LETTER INITIAL IZHE",
85963  direction="l",
85964  lccode=0x2C3A,
85965  linebreak="al",
85966  unicodeslot=0x2C0A,
85967 },
85968 [0x2C0B]={
85969  category="lu",
85970  description="GLAGOLITIC CAPITAL LETTER I",
85971  direction="l",
85972  lccode=0x2C3B,
85973  linebreak="al",
85974  unicodeslot=0x2C0B,
85975 },
85976 [0x2C0C]={
85977  category="lu",
85978  description="GLAGOLITIC CAPITAL LETTER DJERVI",
85979  direction="l",
85980  lccode=0x2C3C,
85981  linebreak="al",
85982  unicodeslot=0x2C0C,
85983 },
85984 [0x2C0D]={
85985  category="lu",
85986  description="GLAGOLITIC CAPITAL LETTER KAKO",
85987  direction="l",
85988  lccode=0x2C3D,
85989  linebreak="al",
85990  unicodeslot=0x2C0D,
85991 },
85992 [0x2C0E]={
85993  category="lu",
85994  description="GLAGOLITIC CAPITAL LETTER LJUDIJE",
85995  direction="l",
85996  lccode=0x2C3E,
85997  linebreak="al",
85998  unicodeslot=0x2C0E,
85999 },
86000 [0x2C0F]={
86001  category="lu",
86002  description="GLAGOLITIC CAPITAL LETTER MYSLITE",
86003  direction="l",
86004  lccode=0x2C3F,
86005  linebreak="al",
86006  unicodeslot=0x2C0F,
86007 },
86008 [0x2C10]={
86009  category="lu",
86010  description="GLAGOLITIC CAPITAL LETTER NASHI",
86011  direction="l",
86012  lccode=0x2C40,
86013  linebreak="al",
86014  unicodeslot=0x2C10,
86015 },
86016 [0x2C11]={
86017  category="lu",
86018  description="GLAGOLITIC CAPITAL LETTER ONU",
86019  direction="l",
86020  lccode=0x2C41,
86021  linebreak="al",
86022  unicodeslot=0x2C11,
86023 },
86024 [0x2C12]={
86025  category="lu",
86026  description="GLAGOLITIC CAPITAL LETTER POKOJI",
86027  direction="l",
86028  lccode=0x2C42,
86029  linebreak="al",
86030  unicodeslot=0x2C12,
86031 },
86032 [0x2C13]={
86033  category="lu",
86034  description="GLAGOLITIC CAPITAL LETTER RITSI",
86035  direction="l",
86036  lccode=0x2C43,
86037  linebreak="al",
86038  unicodeslot=0x2C13,
86039 },
86040 [0x2C14]={
86041  category="lu",
86042  description="GLAGOLITIC CAPITAL LETTER SLOVO",
86043  direction="l",
86044  lccode=0x2C44,
86045  linebreak="al",
86046  unicodeslot=0x2C14,
86047 },
86048 [0x2C15]={
86049  category="lu",
86050  description="GLAGOLITIC CAPITAL LETTER TVRIDO",
86051  direction="l",
86052  lccode=0x2C45,
86053  linebreak="al",
86054  unicodeslot=0x2C15,
86055 },
86056 [0x2C16]={
86057  category="lu",
86058  description="GLAGOLITIC CAPITAL LETTER UKU",
86059  direction="l",
86060  lccode=0x2C46,
86061  linebreak="al",
86062  unicodeslot=0x2C16,
86063 },
86064 [0x2C17]={
86065  category="lu",
86066  description="GLAGOLITIC CAPITAL LETTER FRITU",
86067  direction="l",
86068  lccode=0x2C47,
86069  linebreak="al",
86070  unicodeslot=0x2C17,
86071 },
86072 [0x2C18]={
86073  category="lu",
86074  description="GLAGOLITIC CAPITAL LETTER HERU",
86075  direction="l",
86076  lccode=0x2C48,
86077  linebreak="al",
86078  unicodeslot=0x2C18,
86079 },
86080 [0x2C19]={
86081  category="lu",
86082  description="GLAGOLITIC CAPITAL LETTER OTU",
86083  direction="l",
86084  lccode=0x2C49,
86085  linebreak="al",
86086  unicodeslot=0x2C19,
86087 },
86088 [0x2C1A]={
86089  category="lu",
86090  description="GLAGOLITIC CAPITAL LETTER PE",
86091  direction="l",
86092  lccode=0x2C4A,
86093  linebreak="al",
86094  unicodeslot=0x2C1A,
86095 },
86096 [0x2C1B]={
86097  category="lu",
86098  description="GLAGOLITIC CAPITAL LETTER SHTA",
86099  direction="l",
86100  lccode=0x2C4B,
86101  linebreak="al",
86102  unicodeslot=0x2C1B,
86103 },
86104 [0x2C1C]={
86105  category="lu",
86106  description="GLAGOLITIC CAPITAL LETTER TSI",
86107  direction="l",
86108  lccode=0x2C4C,
86109  linebreak="al",
86110  unicodeslot=0x2C1C,
86111 },
86112 [0x2C1D]={
86113  category="lu",
86114  description="GLAGOLITIC CAPITAL LETTER CHRIVI",
86115  direction="l",
86116  lccode=0x2C4D,
86117  linebreak="al",
86118  unicodeslot=0x2C1D,
86119 },
86120 [0x2C1E]={
86121  category="lu",
86122  description="GLAGOLITIC CAPITAL LETTER SHA",
86123  direction="l",
86124  lccode=0x2C4E,
86125  linebreak="al",
86126  unicodeslot=0x2C1E,
86127 },
86128 [0x2C1F]={
86129  category="lu",
86130  description="GLAGOLITIC CAPITAL LETTER YERU",
86131  direction="l",
86132  lccode=0x2C4F,
86133  linebreak="al",
86134  unicodeslot=0x2C1F,
86135 },
86136 [0x2C20]={
86137  category="lu",
86138  description="GLAGOLITIC CAPITAL LETTER YERI",
86139  direction="l",
86140  lccode=0x2C50,
86141  linebreak="al",
86142  unicodeslot=0x2C20,
86143 },
86144 [0x2C21]={
86145  category="lu",
86146  description="GLAGOLITIC CAPITAL LETTER YATI",
86147  direction="l",
86148  lccode=0x2C51,
86149  linebreak="al",
86150  unicodeslot=0x2C21,
86151 },
86152 [0x2C22]={
86153  category="lu",
86154  description="GLAGOLITIC CAPITAL LETTER SPIDERY HA",
86155  direction="l",
86156  lccode=0x2C52,
86157  linebreak="al",
86158  unicodeslot=0x2C22,
86159 },
86160 [0x2C23]={
86161  category="lu",
86162  description="GLAGOLITIC CAPITAL LETTER YU",
86163  direction="l",
86164  lccode=0x2C53,
86165  linebreak="al",
86166  unicodeslot=0x2C23,
86167 },
86168 [0x2C24]={
86169  category="lu",
86170  description="GLAGOLITIC CAPITAL LETTER SMALL YUS",
86171  direction="l",
86172  lccode=0x2C54,
86173  linebreak="al",
86174  unicodeslot=0x2C24,
86175 },
86176 [0x2C25]={
86177  category="lu",
86178  description="GLAGOLITIC CAPITAL LETTER SMALL YUS WITH TAIL",
86179  direction="l",
86180  lccode=0x2C55,
86181  linebreak="al",
86182  unicodeslot=0x2C25,
86183 },
86184 [0x2C26]={
86185  category="lu",
86186  description="GLAGOLITIC CAPITAL LETTER YO",
86187  direction="l",
86188  lccode=0x2C56,
86189  linebreak="al",
86190  unicodeslot=0x2C26,
86191 },
86192 [0x2C27]={
86193  category="lu",
86194  description="GLAGOLITIC CAPITAL LETTER IOTATED SMALL YUS",
86195  direction="l",
86196  lccode=0x2C57,
86197  linebreak="al",
86198  unicodeslot=0x2C27,
86199 },
86200 [0x2C28]={
86201  category="lu",
86202  description="GLAGOLITIC CAPITAL LETTER BIG YUS",
86203  direction="l",
86204  lccode=0x2C58,
86205  linebreak="al",
86206  unicodeslot=0x2C28,
86207 },
86208 [0x2C29]={
86209  category="lu",
86210  description="GLAGOLITIC CAPITAL LETTER IOTATED BIG YUS",
86211  direction="l",
86212  lccode=0x2C59,
86213  linebreak="al",
86214  unicodeslot=0x2C29,
86215 },
86216 [0x2C2A]={
86217  category="lu",
86218  description="GLAGOLITIC CAPITAL LETTER FITA",
86219  direction="l",
86220  lccode=0x2C5A,
86221  linebreak="al",
86222  unicodeslot=0x2C2A,
86223 },
86224 [0x2C2B]={
86225  category="lu",
86226  description="GLAGOLITIC CAPITAL LETTER IZHITSA",
86227  direction="l",
86228  lccode=0x2C5B,
86229  linebreak="al",
86230  unicodeslot=0x2C2B,
86231 },
86232 [0x2C2C]={
86233  category="lu",
86234  description="GLAGOLITIC CAPITAL LETTER SHTAPIC",
86235  direction="l",
86236  lccode=0x2C5C,
86237  linebreak="al",
86238  unicodeslot=0x2C2C,
86239 },
86240 [0x2C2D]={
86241  category="lu",
86242  description="GLAGOLITIC CAPITAL LETTER TROKUTASTI A",
86243  direction="l",
86244  lccode=0x2C5D,
86245  linebreak="al",
86246  unicodeslot=0x2C2D,
86247 },
86248 [0x2C2E]={
86249  category="lu",
86250  description="GLAGOLITIC CAPITAL LETTER LATINATE MYSLITE",
86251  direction="l",
86252  lccode=0x2C5E,
86253  linebreak="al",
86254  unicodeslot=0x2C2E,
86255 },
86256 [0x2C2F]={
86257  category="lu",
86258  description="GLAGOLITIC CAPITAL LETTER CAUDATE CHRIVI",
86259  direction="l",
86260  lccode=0x2C5F,
86261  linebreak="al",
86262  unicodeslot=0x2C2F,
86263 },
86264 [0x2C30]={
86265  category="ll",
86266  description="GLAGOLITIC SMALL LETTER AZU",
86267  direction="l",
86268  linebreak="al",
86269  uccode=0x2C00,
86270  unicodeslot=0x2C30,
86271 },
86272 [0x2C31]={
86273  category="ll",
86274  description="GLAGOLITIC SMALL LETTER BUKY",
86275  direction="l",
86276  linebreak="al",
86277  uccode=0x2C01,
86278  unicodeslot=0x2C31,
86279 },
86280 [0x2C32]={
86281  category="ll",
86282  description="GLAGOLITIC SMALL LETTER VEDE",
86283  direction="l",
86284  linebreak="al",
86285  uccode=0x2C02,
86286  unicodeslot=0x2C32,
86287 },
86288 [0x2C33]={
86289  category="ll",
86290  description="GLAGOLITIC SMALL LETTER GLAGOLI",
86291  direction="l",
86292  linebreak="al",
86293  uccode=0x2C03,
86294  unicodeslot=0x2C33,
86295 },
86296 [0x2C34]={
86297  category="ll",
86298  description="GLAGOLITIC SMALL LETTER DOBRO",
86299  direction="l",
86300  linebreak="al",
86301  uccode=0x2C04,
86302  unicodeslot=0x2C34,
86303 },
86304 [0x2C35]={
86305  category="ll",
86306  description="GLAGOLITIC SMALL LETTER YESTU",
86307  direction="l",
86308  linebreak="al",
86309  uccode=0x2C05,
86310  unicodeslot=0x2C35,
86311 },
86312 [0x2C36]={
86313  category="ll",
86314  description="GLAGOLITIC SMALL LETTER ZHIVETE",
86315  direction="l",
86316  linebreak="al",
86317  uccode=0x2C06,
86318  unicodeslot=0x2C36,
86319 },
86320 [0x2C37]={
86321  category="ll",
86322  description="GLAGOLITIC SMALL LETTER DZELO",
86323  direction="l",
86324  linebreak="al",
86325  uccode=0x2C07,
86326  unicodeslot=0x2C37,
86327 },
86328 [0x2C38]={
86329  category="ll",
86330  description="GLAGOLITIC SMALL LETTER ZEMLJA",
86331  direction="l",
86332  linebreak="al",
86333  uccode=0x2C08,
86334  unicodeslot=0x2C38,
86335 },
86336 [0x2C39]={
86337  category="ll",
86338  description="GLAGOLITIC SMALL LETTER IZHE",
86339  direction="l",
86340  linebreak="al",
86341  uccode=0x2C09,
86342  unicodeslot=0x2C39,
86343 },
86344 [0x2C3A]={
86345  category="ll",
86346  description="GLAGOLITIC SMALL LETTER INITIAL IZHE",
86347  direction="l",
86348  linebreak="al",
86349  uccode=0x2C0A,
86350  unicodeslot=0x2C3A,
86351 },
86352 [0x2C3B]={
86353  category="ll",
86354  description="GLAGOLITIC SMALL LETTER I",
86355  direction="l",
86356  linebreak="al",
86357  uccode=0x2C0B,
86358  unicodeslot=0x2C3B,
86359 },
86360 [0x2C3C]={
86361  category="ll",
86362  description="GLAGOLITIC SMALL LETTER DJERVI",
86363  direction="l",
86364  linebreak="al",
86365  uccode=0x2C0C,
86366  unicodeslot=0x2C3C,
86367 },
86368 [0x2C3D]={
86369  category="ll",
86370  description="GLAGOLITIC SMALL LETTER KAKO",
86371  direction="l",
86372  linebreak="al",
86373  uccode=0x2C0D,
86374  unicodeslot=0x2C3D,
86375 },
86376 [0x2C3E]={
86377  category="ll",
86378  description="GLAGOLITIC SMALL LETTER LJUDIJE",
86379  direction="l",
86380  linebreak="al",
86381  uccode=0x2C0E,
86382  unicodeslot=0x2C3E,
86383 },
86384 [0x2C3F]={
86385  category="ll",
86386  description="GLAGOLITIC SMALL LETTER MYSLITE",
86387  direction="l",
86388  linebreak="al",
86389  uccode=0x2C0F,
86390  unicodeslot=0x2C3F,
86391 },
86392 [0x2C40]={
86393  category="ll",
86394  description="GLAGOLITIC SMALL LETTER NASHI",
86395  direction="l",
86396  linebreak="al",
86397  uccode=0x2C10,
86398  unicodeslot=0x2C40,
86399 },
86400 [0x2C41]={
86401  category="ll",
86402  description="GLAGOLITIC SMALL LETTER ONU",
86403  direction="l",
86404  linebreak="al",
86405  uccode=0x2C11,
86406  unicodeslot=0x2C41,
86407 },
86408 [0x2C42]={
86409  category="ll",
86410  description="GLAGOLITIC SMALL LETTER POKOJI",
86411  direction="l",
86412  linebreak="al",
86413  uccode=0x2C12,
86414  unicodeslot=0x2C42,
86415 },
86416 [0x2C43]={
86417  category="ll",
86418  description="GLAGOLITIC SMALL LETTER RITSI",
86419  direction="l",
86420  linebreak="al",
86421  uccode=0x2C13,
86422  unicodeslot=0x2C43,
86423 },
86424 [0x2C44]={
86425  category="ll",
86426  description="GLAGOLITIC SMALL LETTER SLOVO",
86427  direction="l",
86428  linebreak="al",
86429  uccode=0x2C14,
86430  unicodeslot=0x2C44,
86431 },
86432 [0x2C45]={
86433  category="ll",
86434  description="GLAGOLITIC SMALL LETTER TVRIDO",
86435  direction="l",
86436  linebreak="al",
86437  uccode=0x2C15,
86438  unicodeslot=0x2C45,
86439 },
86440 [0x2C46]={
86441  category="ll",
86442  description="GLAGOLITIC SMALL LETTER UKU",
86443  direction="l",
86444  linebreak="al",
86445  uccode=0x2C16,
86446  unicodeslot=0x2C46,
86447 },
86448 [0x2C47]={
86449  category="ll",
86450  description="GLAGOLITIC SMALL LETTER FRITU",
86451  direction="l",
86452  linebreak="al",
86453  uccode=0x2C17,
86454  unicodeslot=0x2C47,
86455 },
86456 [0x2C48]={
86457  category="ll",
86458  description="GLAGOLITIC SMALL LETTER HERU",
86459  direction="l",
86460  linebreak="al",
86461  uccode=0x2C18,
86462  unicodeslot=0x2C48,
86463 },
86464 [0x2C49]={
86465  category="ll",
86466  description="GLAGOLITIC SMALL LETTER OTU",
86467  direction="l",
86468  linebreak="al",
86469  uccode=0x2C19,
86470  unicodeslot=0x2C49,
86471 },
86472 [0x2C4A]={
86473  category="ll",
86474  description="GLAGOLITIC SMALL LETTER PE",
86475  direction="l",
86476  linebreak="al",
86477  uccode=0x2C1A,
86478  unicodeslot=0x2C4A,
86479 },
86480 [0x2C4B]={
86481  category="ll",
86482  description="GLAGOLITIC SMALL LETTER SHTA",
86483  direction="l",
86484  linebreak="al",
86485  uccode=0x2C1B,
86486  unicodeslot=0x2C4B,
86487 },
86488 [0x2C4C]={
86489  category="ll",
86490  description="GLAGOLITIC SMALL LETTER TSI",
86491  direction="l",
86492  linebreak="al",
86493  uccode=0x2C1C,
86494  unicodeslot=0x2C4C,
86495 },
86496 [0x2C4D]={
86497  category="ll",
86498  description="GLAGOLITIC SMALL LETTER CHRIVI",
86499  direction="l",
86500  linebreak="al",
86501  uccode=0x2C1D,
86502  unicodeslot=0x2C4D,
86503 },
86504 [0x2C4E]={
86505  category="ll",
86506  description="GLAGOLITIC SMALL LETTER SHA",
86507  direction="l",
86508  linebreak="al",
86509  uccode=0x2C1E,
86510  unicodeslot=0x2C4E,
86511 },
86512 [0x2C4F]={
86513  category="ll",
86514  description="GLAGOLITIC SMALL LETTER YERU",
86515  direction="l",
86516  linebreak="al",
86517  uccode=0x2C1F,
86518  unicodeslot=0x2C4F,
86519 },
86520 [0x2C50]={
86521  category="ll",
86522  description="GLAGOLITIC SMALL LETTER YERI",
86523  direction="l",
86524  linebreak="al",
86525  uccode=0x2C20,
86526  unicodeslot=0x2C50,
86527 },
86528 [0x2C51]={
86529  category="ll",
86530  description="GLAGOLITIC SMALL LETTER YATI",
86531  direction="l",
86532  linebreak="al",
86533  uccode=0x2C21,
86534  unicodeslot=0x2C51,
86535 },
86536 [0x2C52]={
86537  category="ll",
86538  description="GLAGOLITIC SMALL LETTER SPIDERY HA",
86539  direction="l",
86540  linebreak="al",
86541  uccode=0x2C22,
86542  unicodeslot=0x2C52,
86543 },
86544 [0x2C53]={
86545  category="ll",
86546  description="GLAGOLITIC SMALL LETTER YU",
86547  direction="l",
86548  linebreak="al",
86549  uccode=0x2C23,
86550  unicodeslot=0x2C53,
86551 },
86552 [0x2C54]={
86553  category="ll",
86554  description="GLAGOLITIC SMALL LETTER SMALL YUS",
86555  direction="l",
86556  linebreak="al",
86557  uccode=0x2C24,
86558  unicodeslot=0x2C54,
86559 },
86560 [0x2C55]={
86561  category="ll",
86562  description="GLAGOLITIC SMALL LETTER SMALL YUS WITH TAIL",
86563  direction="l",
86564  linebreak="al",
86565  uccode=0x2C25,
86566  unicodeslot=0x2C55,
86567 },
86568 [0x2C56]={
86569  category="ll",
86570  description="GLAGOLITIC SMALL LETTER YO",
86571  direction="l",
86572  linebreak="al",
86573  uccode=0x2C26,
86574  unicodeslot=0x2C56,
86575 },
86576 [0x2C57]={
86577  category="ll",
86578  description="GLAGOLITIC SMALL LETTER IOTATED SMALL YUS",
86579  direction="l",
86580  linebreak="al",
86581  uccode=0x2C27,
86582  unicodeslot=0x2C57,
86583 },
86584 [0x2C58]={
86585  category="ll",
86586  description="GLAGOLITIC SMALL LETTER BIG YUS",
86587  direction="l",
86588  linebreak="al",
86589  uccode=0x2C28,
86590  unicodeslot=0x2C58,
86591 },
86592 [0x2C59]={
86593  category="ll",
86594  description="GLAGOLITIC SMALL LETTER IOTATED BIG YUS",
86595  direction="l",
86596  linebreak="al",
86597  uccode=0x2C29,
86598  unicodeslot=0x2C59,
86599 },
86600 [0x2C5A]={
86601  category="ll",
86602  description="GLAGOLITIC SMALL LETTER FITA",
86603  direction="l",
86604  linebreak="al",
86605  uccode=0x2C2A,
86606  unicodeslot=0x2C5A,
86607 },
86608 [0x2C5B]={
86609  category="ll",
86610  description="GLAGOLITIC SMALL LETTER IZHITSA",
86611  direction="l",
86612  linebreak="al",
86613  uccode=0x2C2B,
86614  unicodeslot=0x2C5B,
86615 },
86616 [0x2C5C]={
86617  category="ll",
86618  description="GLAGOLITIC SMALL LETTER SHTAPIC",
86619  direction="l",
86620  linebreak="al",
86621  uccode=0x2C2C,
86622  unicodeslot=0x2C5C,
86623 },
86624 [0x2C5D]={
86625  category="ll",
86626  description="GLAGOLITIC SMALL LETTER TROKUTASTI A",
86627  direction="l",
86628  linebreak="al",
86629  uccode=0x2C2D,
86630  unicodeslot=0x2C5D,
86631 },
86632 [0x2C5E]={
86633  category="ll",
86634  description="GLAGOLITIC SMALL LETTER LATINATE MYSLITE",
86635  direction="l",
86636  linebreak="al",
86637  uccode=0x2C2E,
86638  unicodeslot=0x2C5E,
86639 },
86640 [0x2C5F]={
86641  category="ll",
86642  description="GLAGOLITIC SMALL LETTER CAUDATE CHRIVI",
86643  direction="l",
86644  linebreak="al",
86645  unicodeslot=0x2C5F,
86646 },
86647 [0x2C60]={
86648  category="lu",
86649  description="LATIN CAPITAL LETTER L WITH DOUBLE BAR",
86650  direction="l",
86651  lccode=0x2C61,
86652  linebreak="al",
86653  shcode=0x4C,
86654  unicodeslot=0x2C60,
86655 },
86656 [0x2C61]={
86657  category="ll",
86658  description="LATIN SMALL LETTER L WITH DOUBLE BAR",
86659  direction="l",
86660  linebreak="al",
86661  shcode=0x6C,
86662  uccode=0x2C60,
86663  unicodeslot=0x2C61,
86664 },
86665 [0x2C62]={
86666  category="lu",
86667  description="LATIN CAPITAL LETTER L WITH MIDDLE TILDE",
86668  direction="l",
86669  lccode=0x26B,
86670  linebreak="al",
86671  shcode=0x4C,
86672  unicodeslot=0x2C62,
86673 },
86674 [0x2C63]={
86675  category="lu",
86676  description="LATIN CAPITAL LETTER P WITH STROKE",
86677  direction="l",
86678  lccode=0x1D7D,
86679  linebreak="al",
86680  shcode=0x50,
86681  specials={ "with", 0x50, 0x2F },
86682  unicodeslot=0x2C63,
86683 },
86684 [0x2C64]={
86685  category="lu",
86686  description="LATIN CAPITAL LETTER R WITH TAIL",
86687  direction="l",
86688  lccode=0x27D,
86689  linebreak="al",
86690  shcode=0x52,
86691  unicodeslot=0x2C64,
86692 },
86693 [0x2C65]={
86694  category="ll",
86695  description="LATIN SMALL LETTER A WITH STROKE",
86696  direction="l",
86697  linebreak="al",
86698  shcode=0x61,
86699  specials={ "with", 0x61, 0x2F },
86700  uccode=0x23A,
86701  unicodeslot=0x2C65,
86702 },
86703 [0x2C66]={
86704  category="ll",
86705  description="LATIN SMALL LETTER T WITH DIAGONAL STROKE",
86706  direction="l",
86707  linebreak="al",
86708  shcode=0x74,
86709  uccode=0x23E,
86710  unicodeslot=0x2C66,
86711 },
86712 [0x2C67]={
86713  category="lu",
86714  description="LATIN CAPITAL LETTER H WITH DESCENDER",
86715  direction="l",
86716  lccode=0x2C68,
86717  linebreak="al",
86718  shcode=0x48,
86719  unicodeslot=0x2C67,
86720 },
86721 [0x2C68]={
86722  category="ll",
86723  description="LATIN SMALL LETTER H WITH DESCENDER",
86724  direction="l",
86725  linebreak="al",
86726  shcode=0x68,
86727  uccode=0x2C67,
86728  unicodeslot=0x2C68,
86729 },
86730 [0x2C69]={
86731  category="lu",
86732  description="LATIN CAPITAL LETTER K WITH DESCENDER",
86733  direction="l",
86734  lccode=0x2C6A,
86735  linebreak="al",
86736  shcode=0x4B,
86737  unicodeslot=0x2C69,
86738 },
86739 [0x2C6A]={
86740  category="ll",
86741  description="LATIN SMALL LETTER K WITH DESCENDER",
86742  direction="l",
86743  linebreak="al",
86744  shcode=0x6B,
86745  uccode=0x2C69,
86746  unicodeslot=0x2C6A,
86747 },
86748 [0x2C6B]={
86749  category="lu",
86750  description="LATIN CAPITAL LETTER Z WITH DESCENDER",
86751  direction="l",
86752  lccode=0x2C6C,
86753  linebreak="al",
86754  shcode=0x5A,
86755  unicodeslot=0x2C6B,
86756 },
86757 [0x2C6C]={
86758  category="ll",
86759  description="LATIN SMALL LETTER Z WITH DESCENDER",
86760  direction="l",
86761  linebreak="al",
86762  shcode=0x7A,
86763  uccode=0x2C6B,
86764  unicodeslot=0x2C6C,
86765 },
86766 [0x2C6D]={
86767  category="lu",
86768  description="LATIN CAPITAL LETTER ALPHA",
86769  direction="l",
86770  lccode=0x251,
86771  linebreak="al",
86772  unicodeslot=0x2C6D,
86773 },
86774 [0x2C6E]={
86775  category="lu",
86776  description="LATIN CAPITAL LETTER M WITH HOOK",
86777  direction="l",
86778  lccode=0x271,
86779  linebreak="al",
86780  specials={ "with", 0x4D, 0x1FA9D },
86781  unicodeslot=0x2C6E,
86782 },
86783 [0x2C6F]={
86784  category="lu",
86785  description="LATIN CAPITAL LETTER TURNED A",
86786  direction="l",
86787  lccode=0x250,
86788  linebreak="al",
86789  unicodeslot=0x2C6F,
86790 },
86791 [0x2C70]={
86792  category="lu",
86793  description="LATIN CAPITAL LETTER TURNED ALPHA",
86794  direction="l",
86795  lccode=0x252,
86796  linebreak="al",
86797  unicodeslot=0x2C70,
86798 },
86799 [0x2C71]={
86800  category="ll",
86801  description="LATIN SMALL LETTER V WITH RIGHT HOOK",
86802  direction="l",
86803  linebreak="al",
86804  unicodeslot=0x2C71,
86805 },
86806 [0x2C72]={
86807  category="lu",
86808  description="LATIN CAPITAL LETTER W WITH HOOK",
86809  direction="l",
86810  lccode=0x2C73,
86811  linebreak="al",
86812  specials={ "with", 0x57, 0x1FA9D },
86813  unicodeslot=0x2C72,
86814 },
86815 [0x2C73]={
86816  category="ll",
86817  description="LATIN SMALL LETTER W WITH HOOK",
86818  direction="l",
86819  linebreak="al",
86820  specials={ "with", 0x77, 0x1FA9D },
86821  unicodeslot=0x2C73,
86822 },
86823 [0x2C74]={
86824  category="ll",
86825  description="LATIN SMALL LETTER V WITH CURL",
86826  direction="l",
86827  linebreak="al",
86828  shcode=0x76,
86829  unicodeslot=0x2C74,
86830 },
86831 [0x2C75]={
86832  category="lu",
86833  description="LATIN CAPITAL LETTER HALF H",
86834  direction="l",
86835  lccode=0x2C76,
86836  linebreak="al",
86837  unicodeslot=0x2C75,
86838 },
86839 [0x2C76]={
86840  category="ll",
86841  description="LATIN SMALL LETTER HALF H",
86842  direction="l",
86843  linebreak="al",
86844  uccode=0x2C75,
86845  unicodeslot=0x2C76,
86846 },
86847 [0x2C77]={
86848  category="ll",
86849  description="LATIN SMALL LETTER TAILLESS PHI",
86850  direction="l",
86851  linebreak="al",
86852  unicodeslot=0x2C77,
86853 },
86854 [0x2C78]={
86855  category="ll",
86856  description="LATIN SMALL LETTER E WITH NOTCH",
86857  direction="l",
86858  linebreak="al",
86859  unicodeslot=0x2C78,
86860 },
86861 [0x2C79]={
86862  category="ll",
86863  description="LATIN SMALL LETTER TURNED R WITH TAIL",
86864  direction="l",
86865  linebreak="al",
86866  unicodeslot=0x2C79,
86867 },
86868 [0x2C7A]={
86869  category="ll",
86870  description="LATIN SMALL LETTER O WITH LOW RING INSIDE",
86871  direction="l",
86872  linebreak="al",
86873  unicodeslot=0x2C7A,
86874 },
86875 [0x2C7B]={
86876  category="ll",
86877  description="LATIN LETTER SMALL CAPITAL TURNED E",
86878  direction="l",
86879  linebreak="al",
86880  unicodeslot=0x2C7B,
86881 },
86882 [0x2C7C]={
86883  category="ll",
86884  description="LATIN SUBSCRIPT SMALL LETTER J",
86885  direction="l",
86886  linebreak="al",
86887  specials={ "sub", 0x6A },
86888  unicodeslot=0x2C7C,
86889 },
86890 [0x2C7D]={
86891  category="lm",
86892  description="MODIFIER LETTER CAPITAL V",
86893  direction="l",
86894  linebreak="al",
86895  specials={ "super", 0x56 },
86896  unicodeslot=0x2C7D,
86897 },
86898 [0x2C7E]={
86899  category="lu",
86900  description="LATIN CAPITAL LETTER S WITH SWASH TAIL",
86901  direction="l",
86902  lccode=0x23F,
86903  linebreak="al",
86904  unicodeslot=0x2C7E,
86905 },
86906 [0x2C7F]={
86907  category="lu",
86908  description="LATIN CAPITAL LETTER Z WITH SWASH TAIL",
86909  direction="l",
86910  lccode=0x240,
86911  linebreak="al",
86912  unicodeslot=0x2C7F,
86913 },
86914 [0x2C80]={
86915  category="lu",
86916  description="COPTIC CAPITAL LETTER ALFA",
86917  direction="l",
86918  lccode=0x2C81,
86919  linebreak="al",
86920  unicodeslot=0x2C80,
86921 },
86922 [0x2C81]={
86923  category="ll",
86924  description="COPTIC SMALL LETTER ALFA",
86925  direction="l",
86926  linebreak="al",
86927  uccode=0x2C80,
86928  unicodeslot=0x2C81,
86929 },
86930 [0x2C82]={
86931  category="lu",
86932  description="COPTIC CAPITAL LETTER VIDA",
86933  direction="l",
86934  lccode=0x2C83,
86935  linebreak="al",
86936  unicodeslot=0x2C82,
86937 },
86938 [0x2C83]={
86939  category="ll",
86940  description="COPTIC SMALL LETTER VIDA",
86941  direction="l",
86942  linebreak="al",
86943  uccode=0x2C82,
86944  unicodeslot=0x2C83,
86945 },
86946 [0x2C84]={
86947  category="lu",
86948  description="COPTIC CAPITAL LETTER GAMMA",
86949  direction="l",
86950  lccode=0x2C85,
86951  linebreak="al",
86952  unicodeslot=0x2C84,
86953 },
86954 [0x2C85]={
86955  category="ll",
86956  description="COPTIC SMALL LETTER GAMMA",
86957  direction="l",
86958  linebreak="al",
86959  uccode=0x2C84,
86960  unicodeslot=0x2C85,
86961 },
86962 [0x2C86]={
86963  category="lu",
86964  description="COPTIC CAPITAL LETTER DALDA",
86965  direction="l",
86966  lccode=0x2C87,
86967  linebreak="al",
86968  unicodeslot=0x2C86,
86969 },
86970 [0x2C87]={
86971  category="ll",
86972  description="COPTIC SMALL LETTER DALDA",
86973  direction="l",
86974  linebreak="al",
86975  uccode=0x2C86,
86976  unicodeslot=0x2C87,
86977 },
86978 [0x2C88]={
86979  category="lu",
86980  description="COPTIC CAPITAL LETTER EIE",
86981  direction="l",
86982  lccode=0x2C89,
86983  linebreak="al",
86984  unicodeslot=0x2C88,
86985 },
86986 [0x2C89]={
86987  category="ll",
86988  description="COPTIC SMALL LETTER EIE",
86989  direction="l",
86990  linebreak="al",
86991  uccode=0x2C88,
86992  unicodeslot=0x2C89,
86993 },
86994 [0x2C8A]={
86995  category="lu",
86996  description="COPTIC CAPITAL LETTER SOU",
86997  direction="l",
86998  lccode=0x2C8B,
86999  linebreak="al",
87000  unicodeslot=0x2C8A,
87001 },
87002 [0x2C8B]={
87003  category="ll",
87004  description="COPTIC SMALL LETTER SOU",
87005  direction="l",
87006  linebreak="al",
87007  uccode=0x2C8A,
87008  unicodeslot=0x2C8B,
87009 },
87010 [0x2C8C]={
87011  category="lu",
87012  description="COPTIC CAPITAL LETTER ZATA",
87013  direction="l",
87014  lccode=0x2C8D,
87015  linebreak="al",
87016  unicodeslot=0x2C8C,
87017 },
87018 [0x2C8D]={
87019  category="ll",
87020  description="COPTIC SMALL LETTER ZATA",
87021  direction="l",
87022  linebreak="al",
87023  uccode=0x2C8C,
87024  unicodeslot=0x2C8D,
87025 },
87026 [0x2C8E]={
87027  category="lu",
87028  description="COPTIC CAPITAL LETTER HATE",
87029  direction="l",
87030  lccode=0x2C8F,
87031  linebreak="al",
87032  unicodeslot=0x2C8E,
87033 },
87034 [0x2C8F]={
87035  category="ll",
87036  description="COPTIC SMALL LETTER HATE",
87037  direction="l",
87038  linebreak="al",
87039  uccode=0x2C8E,
87040  unicodeslot=0x2C8F,
87041 },
87042 [0x2C90]={
87043  category="lu",
87044  description="COPTIC CAPITAL LETTER THETHE",
87045  direction="l",
87046  lccode=0x2C91,
87047  linebreak="al",
87048  unicodeslot=0x2C90,
87049 },
87050 [0x2C91]={
87051  category="ll",
87052  description="COPTIC SMALL LETTER THETHE",
87053  direction="l",
87054  linebreak="al",
87055  uccode=0x2C90,
87056  unicodeslot=0x2C91,
87057 },
87058 [0x2C92]={
87059  category="lu",
87060  description="COPTIC CAPITAL LETTER IAUDA",
87061  direction="l",
87062  lccode=0x2C93,
87063  linebreak="al",
87064  unicodeslot=0x2C92,
87065 },
87066 [0x2C93]={
87067  category="ll",
87068  description="COPTIC SMALL LETTER IAUDA",
87069  direction="l",
87070  linebreak="al",
87071  uccode=0x2C92,
87072  unicodeslot=0x2C93,
87073 },
87074 [0x2C94]={
87075  category="lu",
87076  description="COPTIC CAPITAL LETTER KAPA",
87077  direction="l",
87078  lccode=0x2C95,
87079  linebreak="al",
87080  unicodeslot=0x2C94,
87081 },
87082 [0x2C95]={
87083  category="ll",
87084  description="COPTIC SMALL LETTER KAPA",
87085  direction="l",
87086  linebreak="al",
87087  uccode=0x2C94,
87088  unicodeslot=0x2C95,
87089 },
87090 [0x2C96]={
87091  category="lu",
87092  description="COPTIC CAPITAL LETTER LAULA",
87093  direction="l",
87094  lccode=0x2C97,
87095  linebreak="al",
87096  unicodeslot=0x2C96,
87097 },
87098 [0x2C97]={
87099  category="ll",
87100  description="COPTIC SMALL LETTER LAULA",
87101  direction="l",
87102  linebreak="al",
87103  uccode=0x2C96,
87104  unicodeslot=0x2C97,
87105 },
87106 [0x2C98]={
87107  category="lu",
87108  description="COPTIC CAPITAL LETTER MI",
87109  direction="l",
87110  lccode=0x2C99,
87111  linebreak="al",
87112  unicodeslot=0x2C98,
87113 },
87114 [0x2C99]={
87115  category="ll",
87116  description="COPTIC SMALL LETTER MI",
87117  direction="l",
87118  linebreak="al",
87119  uccode=0x2C98,
87120  unicodeslot=0x2C99,
87121 },
87122 [0x2C9A]={
87123  category="lu",
87124  description="COPTIC CAPITAL LETTER NI",
87125  direction="l",
87126  lccode=0x2C9B,
87127  linebreak="al",
87128  unicodeslot=0x2C9A,
87129 },
87130 [0x2C9B]={
87131  category="ll",
87132  description="COPTIC SMALL LETTER NI",
87133  direction="l",
87134  linebreak="al",
87135  uccode=0x2C9A,
87136  unicodeslot=0x2C9B,
87137 },
87138 [0x2C9C]={
87139  category="lu",
87140  description="COPTIC CAPITAL LETTER KSI",
87141  direction="l",
87142  lccode=0x2C9D,
87143  linebreak="al",
87144  unicodeslot=0x2C9C,
87145 },
87146 [0x2C9D]={
87147  category="ll",
87148  description="COPTIC SMALL LETTER KSI",
87149  direction="l",
87150  linebreak="al",
87151  uccode=0x2C9C,
87152  unicodeslot=0x2C9D,
87153 },
87154 [0x2C9E]={
87155  category="lu",
87156  description="COPTIC CAPITAL LETTER O",
87157  direction="l",
87158  lccode=0x2C9F,
87159  linebreak="al",
87160  unicodeslot=0x2C9E,
87161 },
87162 [0x2C9F]={
87163  category="ll",
87164  description="COPTIC SMALL LETTER O",
87165  direction="l",
87166  linebreak="al",
87167  uccode=0x2C9E,
87168  unicodeslot=0x2C9F,
87169 },
87170 [0x2CA0]={
87171  category="lu",
87172  description="COPTIC CAPITAL LETTER PI",
87173  direction="l",
87174  lccode=0x2CA1,
87175  linebreak="al",
87176  unicodeslot=0x2CA0,
87177 },
87178 [0x2CA1]={
87179  category="ll",
87180  description="COPTIC SMALL LETTER PI",
87181  direction="l",
87182  linebreak="al",
87183  uccode=0x2CA0,
87184  unicodeslot=0x2CA1,
87185 },
87186 [0x2CA2]={
87187  category="lu",
87188  description="COPTIC CAPITAL LETTER RO",
87189  direction="l",
87190  lccode=0x2CA3,
87191  linebreak="al",
87192  unicodeslot=0x2CA2,
87193 },
87194 [0x2CA3]={
87195  category="ll",
87196  description="COPTIC SMALL LETTER RO",
87197  direction="l",
87198  linebreak="al",
87199  uccode=0x2CA2,
87200  unicodeslot=0x2CA3,
87201 },
87202 [0x2CA4]={
87203  category="lu",
87204  description="COPTIC CAPITAL LETTER SIMA",
87205  direction="l",
87206  lccode=0x2CA5,
87207  linebreak="al",
87208  unicodeslot=0x2CA4,
87209 },
87210 [0x2CA5]={
87211  category="ll",
87212  description="COPTIC SMALL LETTER SIMA",
87213  direction="l",
87214  linebreak="al",
87215  uccode=0x2CA4,
87216  unicodeslot=0x2CA5,
87217 },
87218 [0x2CA6]={
87219  category="lu",
87220  description="COPTIC CAPITAL LETTER TAU",
87221  direction="l",
87222  lccode=0x2CA7,
87223  linebreak="al",
87224  unicodeslot=0x2CA6,
87225 },
87226 [0x2CA7]={
87227  category="ll",
87228  description="COPTIC SMALL LETTER TAU",
87229  direction="l",
87230  linebreak="al",
87231  uccode=0x2CA6,
87232  unicodeslot=0x2CA7,
87233 },
87234 [0x2CA8]={
87235  category="lu",
87236  description="COPTIC CAPITAL LETTER UA",
87237  direction="l",
87238  lccode=0x2CA9,
87239  linebreak="al",
87240  unicodeslot=0x2CA8,
87241 },
87242 [0x2CA9]={
87243  category="ll",
87244  description="COPTIC SMALL LETTER UA",
87245  direction="l",
87246  linebreak="al",
87247  uccode=0x2CA8,
87248  unicodeslot=0x2CA9,
87249 },
87250 [0x2CAA]={
87251  category="lu",
87252  description="COPTIC CAPITAL LETTER FI",
87253  direction="l",
87254  lccode=0x2CAB,
87255  linebreak="al",
87256  unicodeslot=0x2CAA,
87257 },
87258 [0x2CAB]={
87259  category="ll",
87260  description="COPTIC SMALL LETTER FI",
87261  direction="l",
87262  linebreak="al",
87263  uccode=0x2CAA,
87264  unicodeslot=0x2CAB,
87265 },
87266 [0x2CAC]={
87267  category="lu",
87268  description="COPTIC CAPITAL LETTER KHI",
87269  direction="l",
87270  lccode=0x2CAD,
87271  linebreak="al",
87272  unicodeslot=0x2CAC,
87273 },
87274 [0x2CAD]={
87275  category="ll",
87276  description="COPTIC SMALL LETTER KHI",
87277  direction="l",
87278  linebreak="al",
87279  uccode=0x2CAC,
87280  unicodeslot=0x2CAD,
87281 },
87282 [0x2CAE]={
87283  category="lu",
87284  description="COPTIC CAPITAL LETTER PSI",
87285  direction="l",
87286  lccode=0x2CAF,
87287  linebreak="al",
87288  unicodeslot=0x2CAE,
87289 },
87290 [0x2CAF]={
87291  category="ll",
87292  description="COPTIC SMALL LETTER PSI",
87293  direction="l",
87294  linebreak="al",
87295  uccode=0x2CAE,
87296  unicodeslot=0x2CAF,
87297 },
87298 [0x2CB0]={
87299  category="lu",
87300  description="COPTIC CAPITAL LETTER OOU",
87301  direction="l",
87302  lccode=0x2CB1,
87303  linebreak="al",
87304  unicodeslot=0x2CB0,
87305 },
87306 [0x2CB1]={
87307  category="ll",
87308  description="COPTIC SMALL LETTER OOU",
87309  direction="l",
87310  linebreak="al",
87311  uccode=0x2CB0,
87312  unicodeslot=0x2CB1,
87313 },
87314 [0x2CB2]={
87315  category="lu",
87316  description="COPTIC CAPITAL LETTER DIALECT-P ALEF",
87317  direction="l",
87318  lccode=0x2CB3,
87319  linebreak="al",
87320  unicodeslot=0x2CB2,
87321 },
87322 [0x2CB3]={
87323  category="ll",
87324  description="COPTIC SMALL LETTER DIALECT-P ALEF",
87325  direction="l",
87326  linebreak="al",
87327  uccode=0x2CB2,
87328  unicodeslot=0x2CB3,
87329 },
87330 [0x2CB4]={
87331  category="lu",
87332  description="COPTIC CAPITAL LETTER OLD COPTIC AIN",
87333  direction="l",
87334  lccode=0x2CB5,
87335  linebreak="al",
87336  unicodeslot=0x2CB4,
87337 },
87338 [0x2CB5]={
87339  category="ll",
87340  description="COPTIC SMALL LETTER OLD COPTIC AIN",
87341  direction="l",
87342  linebreak="al",
87343  uccode=0x2CB4,
87344  unicodeslot=0x2CB5,
87345 },
87346 [0x2CB6]={
87347  category="lu",
87348  description="COPTIC CAPITAL LETTER CRYPTOGRAMMIC EIE",
87349  direction="l",
87350  lccode=0x2CB7,
87351  linebreak="al",
87352  unicodeslot=0x2CB6,
87353 },
87354 [0x2CB7]={
87355  category="ll",
87356  description="COPTIC SMALL LETTER CRYPTOGRAMMIC EIE",
87357  direction="l",
87358  linebreak="al",
87359  uccode=0x2CB6,
87360  unicodeslot=0x2CB7,
87361 },
87362 [0x2CB8]={
87363  category="lu",
87364  description="COPTIC CAPITAL LETTER DIALECT-P KAPA",
87365  direction="l",
87366  lccode=0x2CB9,
87367  linebreak="al",
87368  unicodeslot=0x2CB8,
87369 },
87370 [0x2CB9]={
87371  category="ll",
87372  description="COPTIC SMALL LETTER DIALECT-P KAPA",
87373  direction="l",
87374  linebreak="al",
87375  uccode=0x2CB8,
87376  unicodeslot=0x2CB9,
87377 },
87378 [0x2CBA]={
87379  category="lu",
87380  description="COPTIC CAPITAL LETTER DIALECT-P NI",
87381  direction="l",
87382  lccode=0x2CBB,
87383  linebreak="al",
87384  unicodeslot=0x2CBA,
87385 },
87386 [0x2CBB]={
87387  category="ll",
87388  description="COPTIC SMALL LETTER DIALECT-P NI",
87389  direction="l",
87390  linebreak="al",
87391  uccode=0x2CBA,
87392  unicodeslot=0x2CBB,
87393 },
87394 [0x2CBC]={
87395  category="lu",
87396  description="COPTIC CAPITAL LETTER CRYPTOGRAMMIC NI",
87397  direction="l",
87398  lccode=0x2CBD,
87399  linebreak="al",
87400  unicodeslot=0x2CBC,
87401 },
87402 [0x2CBD]={
87403  category="ll",
87404  description="COPTIC SMALL LETTER CRYPTOGRAMMIC NI",
87405  direction="l",
87406  linebreak="al",
87407  uccode=0x2CBC,
87408  unicodeslot=0x2CBD,
87409 },
87410 [0x2CBE]={
87411  category="lu",
87412  description="COPTIC CAPITAL LETTER OLD COPTIC OOU",
87413  direction="l",
87414  lccode=0x2CBF,
87415  linebreak="al",
87416  unicodeslot=0x2CBE,
87417 },
87418 [0x2CBF]={
87419  category="ll",
87420  description="COPTIC SMALL LETTER OLD COPTIC OOU",
87421  direction="l",
87422  linebreak="al",
87423  uccode=0x2CBE,
87424  unicodeslot=0x2CBF,
87425 },
87426 [0x2CC0]={
87427  category="lu",
87428  description="COPTIC CAPITAL LETTER SAMPI",
87429  direction="l",
87430  lccode=0x2CC1,
87431  linebreak="al",
87432  unicodeslot=0x2CC0,
87433 },
87434 [0x2CC1]={
87435  category="ll",
87436  description="COPTIC SMALL LETTER SAMPI",
87437  direction="l",
87438  linebreak="al",
87439  uccode=0x2CC0,
87440  unicodeslot=0x2CC1,
87441 },
87442 [0x2CC2]={
87443  category="lu",
87444  description="COPTIC CAPITAL LETTER CROSSED SHEI",
87445  direction="l",
87446  lccode=0x2CC3,
87447  linebreak="al",
87448  unicodeslot=0x2CC2,
87449 },
87450 [0x2CC3]={
87451  category="ll",
87452  description="COPTIC SMALL LETTER CROSSED SHEI",
87453  direction="l",
87454  linebreak="al",
87455  uccode=0x2CC2,
87456  unicodeslot=0x2CC3,
87457 },
87458 [0x2CC4]={
87459  category="lu",
87460  description="COPTIC CAPITAL LETTER OLD COPTIC SHEI",
87461  direction="l",
87462  lccode=0x2CC5,
87463  linebreak="al",
87464  unicodeslot=0x2CC4,
87465 },
87466 [0x2CC5]={
87467  category="ll",
87468  description="COPTIC SMALL LETTER OLD COPTIC SHEI",
87469  direction="l",
87470  linebreak="al",
87471  uccode=0x2CC4,
87472  unicodeslot=0x2CC5,
87473 },
87474 [0x2CC6]={
87475  category="lu",
87476  description="COPTIC CAPITAL LETTER OLD COPTIC ESH",
87477  direction="l",
87478  lccode=0x2CC7,
87479  linebreak="al",
87480  unicodeslot=0x2CC6,
87481 },
87482 [0x2CC7]={
87483  category="ll",
87484  description="COPTIC SMALL LETTER OLD COPTIC ESH",
87485  direction="l",
87486  linebreak="al",
87487  uccode=0x2CC6,
87488  unicodeslot=0x2CC7,
87489 },
87490 [0x2CC8]={
87491  category="lu",
87492  description="COPTIC CAPITAL LETTER AKHMIMIC KHEI",
87493  direction="l",
87494  lccode=0x2CC9,
87495  linebreak="al",
87496  unicodeslot=0x2CC8,
87497 },
87498 [0x2CC9]={
87499  category="ll",
87500  description="COPTIC SMALL LETTER AKHMIMIC KHEI",
87501  direction="l",
87502  linebreak="al",
87503  uccode=0x2CC8,
87504  unicodeslot=0x2CC9,
87505 },
87506 [0x2CCA]={
87507  category="lu",
87508  description="COPTIC CAPITAL LETTER DIALECT-P HORI",
87509  direction="l",
87510  lccode=0x2CCB,
87511  linebreak="al",
87512  unicodeslot=0x2CCA,
87513 },
87514 [0x2CCB]={
87515  category="ll",
87516  description="COPTIC SMALL LETTER DIALECT-P HORI",
87517  direction="l",
87518  linebreak="al",
87519  uccode=0x2CCA,
87520  unicodeslot=0x2CCB,
87521 },
87522 [0x2CCC]={
87523  category="lu",
87524  description="COPTIC CAPITAL LETTER OLD COPTIC HORI",
87525  direction="l",
87526  lccode=0x2CCD,
87527  linebreak="al",
87528  unicodeslot=0x2CCC,
87529 },
87530 [0x2CCD]={
87531  category="ll",
87532  description="COPTIC SMALL LETTER OLD COPTIC HORI",
87533  direction="l",
87534  linebreak="al",
87535  uccode=0x2CCC,
87536  unicodeslot=0x2CCD,
87537 },
87538 [0x2CCE]={
87539  category="lu",
87540  description="COPTIC CAPITAL LETTER OLD COPTIC HA",
87541  direction="l",
87542  lccode=0x2CCF,
87543  linebreak="al",
87544  unicodeslot=0x2CCE,
87545 },
87546 [0x2CCF]={
87547  category="ll",
87548  description="COPTIC SMALL LETTER OLD COPTIC HA",
87549  direction="l",
87550  linebreak="al",
87551  uccode=0x2CCE,
87552  unicodeslot=0x2CCF,
87553 },
87554 [0x2CD0]={
87555  category="lu",
87556  description="COPTIC CAPITAL LETTER L-SHAPED HA",
87557  direction="l",
87558  lccode=0x2CD1,
87559  linebreak="al",
87560  unicodeslot=0x2CD0,
87561 },
87562 [0x2CD1]={
87563  category="ll",
87564  description="COPTIC SMALL LETTER L-SHAPED HA",
87565  direction="l",
87566  linebreak="al",
87567  uccode=0x2CD0,
87568  unicodeslot=0x2CD1,
87569 },
87570 [0x2CD2]={
87571  category="lu",
87572  description="COPTIC CAPITAL LETTER OLD COPTIC HEI",
87573  direction="l",
87574  lccode=0x2CD3,
87575  linebreak="al",
87576  unicodeslot=0x2CD2,
87577 },
87578 [0x2CD3]={
87579  category="ll",
87580  description="COPTIC SMALL LETTER OLD COPTIC HEI",
87581  direction="l",
87582  linebreak="al",
87583  uccode=0x2CD2,
87584  unicodeslot=0x2CD3,
87585 },
87586 [0x2CD4]={
87587  category="lu",
87588  description="COPTIC CAPITAL LETTER OLD COPTIC HAT",
87589  direction="l",
87590  lccode=0x2CD5,
87591  linebreak="al",
87592  unicodeslot=0x2CD4,
87593 },
87594 [0x2CD5]={
87595  category="ll",
87596  description="COPTIC SMALL LETTER OLD COPTIC HAT",
87597  direction="l",
87598  linebreak="al",
87599  uccode=0x2CD4,
87600  unicodeslot=0x2CD5,
87601 },
87602 [0x2CD6]={
87603  category="lu",
87604  description="COPTIC CAPITAL LETTER OLD COPTIC GANGIA",
87605  direction="l",
87606  lccode=0x2CD7,
87607  linebreak="al",
87608  unicodeslot=0x2CD6,
87609 },
87610 [0x2CD7]={
87611  category="ll",
87612  description="COPTIC SMALL LETTER OLD COPTIC GANGIA",
87613  direction="l",
87614  linebreak="al",
87615  uccode=0x2CD6,
87616  unicodeslot=0x2CD7,
87617 },
87618 [0x2CD8]={
87619  category="lu",
87620  description="COPTIC CAPITAL LETTER OLD COPTIC DJA",
87621  direction="l",
87622  lccode=0x2CD9,
87623  linebreak="al",
87624  unicodeslot=0x2CD8,
87625 },
87626 [0x2CD9]={
87627  category="ll",
87628  description="COPTIC SMALL LETTER OLD COPTIC DJA",
87629  direction="l",
87630  linebreak="al",
87631  uccode=0x2CD8,
87632  unicodeslot=0x2CD9,
87633 },
87634 [0x2CDA]={
87635  category="lu",
87636  description="COPTIC CAPITAL LETTER OLD COPTIC SHIMA",
87637  direction="l",
87638  lccode=0x2CDB,
87639  linebreak="al",
87640  unicodeslot=0x2CDA,
87641 },
87642 [0x2CDB]={
87643  category="ll",
87644  description="COPTIC SMALL LETTER OLD COPTIC SHIMA",
87645  direction="l",
87646  linebreak="al",
87647  uccode=0x2CDA,
87648  unicodeslot=0x2CDB,
87649 },
87650 [0x2CDC]={
87651  category="lu",
87652  description="COPTIC CAPITAL LETTER OLD NUBIAN SHIMA",
87653  direction="l",
87654  lccode=0x2CDD,
87655  linebreak="al",
87656  unicodeslot=0x2CDC,
87657 },
87658 [0x2CDD]={
87659  category="ll",
87660  description="COPTIC SMALL LETTER OLD NUBIAN SHIMA",
87661  direction="l",
87662  linebreak="al",
87663  uccode=0x2CDC,
87664  unicodeslot=0x2CDD,
87665 },
87666 [0x2CDE]={
87667  category="lu",
87668  description="COPTIC CAPITAL LETTER OLD NUBIAN NGI",
87669  direction="l",
87670  lccode=0x2CDF,
87671  linebreak="al",
87672  unicodeslot=0x2CDE,
87673 },
87674 [0x2CDF]={
87675  category="ll",
87676  description="COPTIC SMALL LETTER OLD NUBIAN NGI",
87677  direction="l",
87678  linebreak="al",
87679  uccode=0x2CDE,
87680  unicodeslot=0x2CDF,
87681 },
87682 [0x2CE0]={
87683  category="lu",
87684  description="COPTIC CAPITAL LETTER OLD NUBIAN NYI",
87685  direction="l",
87686  lccode=0x2CE1,
87687  linebreak="al",
87688  unicodeslot=0x2CE0,
87689 },
87690 [0x2CE1]={
87691  category="ll",
87692  description="COPTIC SMALL LETTER OLD NUBIAN NYI",
87693  direction="l",
87694  linebreak="al",
87695  uccode=0x2CE0,
87696  unicodeslot=0x2CE1,
87697 },
87698 [0x2CE2]={
87699  category="lu",
87700  description="COPTIC CAPITAL LETTER OLD NUBIAN WAU",
87701  direction="l",
87702  lccode=0x2CE3,
87703  linebreak="al",
87704  unicodeslot=0x2CE2,
87705 },
87706 [0x2CE3]={
87707  category="ll",
87708  description="COPTIC SMALL LETTER OLD NUBIAN WAU",
87709  direction="l",
87710  linebreak="al",
87711  uccode=0x2CE2,
87712  unicodeslot=0x2CE3,
87713 },
87714 [0x2CE4]={
87715  category="ll",
87716  description="COPTIC SYMBOL KAI",
87717  direction="l",
87718  linebreak="al",
87719  unicodeslot=0x2CE4,
87720 },
87721 [0x2CE5]={
87722  category="so",
87723  description="COPTIC SYMBOL MI RO",
87724  direction="on",
87725  linebreak="al",
87726  unicodeslot=0x2CE5,
87727 },
87728 [0x2CE6]={
87729  category="so",
87730  description="COPTIC SYMBOL PI RO",
87731  direction="on",
87732  linebreak="al",
87733  unicodeslot=0x2CE6,
87734 },
87735 [0x2CE7]={
87736  category="so",
87737  description="COPTIC SYMBOL STAUROS",
87738  direction="on",
87739  linebreak="al",
87740  unicodeslot=0x2CE7,
87741 },
87742 [0x2CE8]={
87743  category="so",
87744  description="COPTIC SYMBOL TAU RO",
87745  direction="on",
87746  linebreak="al",
87747  unicodeslot=0x2CE8,
87748 },
87749 [0x2CE9]={
87750  category="so",
87751  description="COPTIC SYMBOL KHI RO",
87752  direction="on",
87753  linebreak="al",
87754  unicodeslot=0x2CE9,
87755 },
87756 [0x2CEA]={
87757  category="so",
87758  description="COPTIC SYMBOL SHIMA SIMA",
87759  direction="on",
87760  linebreak="al",
87761  unicodeslot=0x2CEA,
87762 },
87763 [0x2CEB]={
87764  category="lu",
87765  description="COPTIC CAPITAL LETTER CRYPTOGRAMMIC SHEI",
87766  direction="l",
87767  lccode=0x2CEC,
87768  linebreak="al",
87769  unicodeslot=0x2CEB,
87770 },
87771 [0x2CEC]={
87772  category="ll",
87773  description="COPTIC SMALL LETTER CRYPTOGRAMMIC SHEI",
87774  direction="l",
87775  linebreak="al",
87776  unicodeslot=0x2CEC,
87777 },
87778 [0x2CED]={
87779  category="lu",
87780  description="COPTIC CAPITAL LETTER CRYPTOGRAMMIC GANGIA",
87781  direction="l",
87782  lccode=0x2CEE,
87783  linebreak="al",
87784  unicodeslot=0x2CED,
87785 },
87786 [0x2CEE]={
87787  category="ll",
87788  description="COPTIC SMALL LETTER CRYPTOGRAMMIC GANGIA",
87789  direction="l",
87790  linebreak="al",
87791  unicodeslot=0x2CEE,
87792 },
87793 [0x2CEF]={
87794  category="mn",
87795  combining=0xE6,
87796  description="COPTIC COMBINING NI ABOVE",
87797  direction="nsm",
87798  linebreak="cm",
87799  unicodeslot=0x2CEF,
87800 },
87801 [0x2CF0]={
87802  category="mn",
87803  combining=0xE6,
87804  description="COPTIC COMBINING SPIRITUS ASPER",
87805  direction="nsm",
87806  linebreak="cm",
87807  unicodeslot=0x2CF0,
87808 },
87809 [0x2CF1]={
87810  category="mn",
87811  combining=0xE6,
87812  description="COPTIC COMBINING SPIRITUS LENIS",
87813  direction="nsm",
87814  linebreak="cm",
87815  unicodeslot=0x2CF1,
87816 },
87817 [0x2CF2]={
87818  category="lu",
87819  description="COPTIC CAPITAL LETTER BOHAIRIC KHEI",
87820  direction="l",
87821  lccode=0x2CF3,
87822  linebreak="al",
87823  unicodeslot=0x2CF2,
87824 },
87825 [0x2CF3]={
87826  category="ll",
87827  description="COPTIC SMALL LETTER BOHAIRIC KHEI",
87828  direction="l",
87829  linebreak="al",
87830  unicodeslot=0x2CF3,
87831 },
87832 [0x2CF9]={
87833  category="po",
87834  description="COPTIC OLD NUBIAN FULL STOP",
87835  direction="on",
87836  linebreak="ex",
87837  unicodeslot=0x2CF9,
87838 },
87839 [0x2CFA]={
87840  category="po",
87841  description="COPTIC OLD NUBIAN DIRECT QUESTION MARK",
87842  direction="on",
87843  linebreak="ba",
87844  unicodeslot=0x2CFA,
87845 },
87846 [0x2CFB]={
87847  category="po",
87848  description="COPTIC OLD NUBIAN INDIRECT QUESTION MARK",
87849  direction="on",
87850  linebreak="ba",
87851  unicodeslot=0x2CFB,
87852 },
87853 [0x2CFC]={
87854  category="po",
87855  description="COPTIC OLD NUBIAN VERSE DIVIDER",
87856  direction="on",
87857  linebreak="ba",
87858  unicodeslot=0x2CFC,
87859 },
87860 [0x2CFD]={
87861  category="no",
87862  description="COPTIC FRACTION ONE HALF",
87863  direction="on",
87864  linebreak="al",
87865  unicodeslot=0x2CFD,
87866 },
87867 [0x2CFE]={
87868  category="po",
87869  description="COPTIC FULL STOP",
87870  direction="on",
87871  linebreak="ex",
87872  unicodeslot=0x2CFE,
87873 },
87874 [0x2CFF]={
87875  category="po",
87876  description="COPTIC MORPHOLOGICAL DIVIDER",
87877  direction="on",
87878  linebreak="ba",
87879  unicodeslot=0x2CFF,
87880 },
87881 [0x2D00]={
87882  category="ll",
87883  description="GEORGIAN SMALL LETTER AN",
87884  direction="l",
87885  linebreak="al",
87886  uccode=0x10A0,
87887  unicodeslot=0x2D00,
87888 },
87889 [0x2D01]={
87890  category="ll",
87891  description="GEORGIAN SMALL LETTER BAN",
87892  direction="l",
87893  linebreak="al",
87894  uccode=0x10A1,
87895  unicodeslot=0x2D01,
87896 },
87897 [0x2D02]={
87898  category="ll",
87899  description="GEORGIAN SMALL LETTER GAN",
87900  direction="l",
87901  linebreak="al",
87902  uccode=0x10A2,
87903  unicodeslot=0x2D02,
87904 },
87905 [0x2D03]={
87906  category="ll",
87907  description="GEORGIAN SMALL LETTER DON",
87908  direction="l",
87909  linebreak="al",
87910  uccode=0x10A3,
87911  unicodeslot=0x2D03,
87912 },
87913 [0x2D04]={
87914  category="ll",
87915  description="GEORGIAN SMALL LETTER EN",
87916  direction="l",
87917  linebreak="al",
87918  uccode=0x10A4,
87919  unicodeslot=0x2D04,
87920 },
87921 [0x2D05]={
87922  category="ll",
87923  description="GEORGIAN SMALL LETTER VIN",
87924  direction="l",
87925  linebreak="al",
87926  uccode=0x10A5,
87927  unicodeslot=0x2D05,
87928 },
87929 [0x2D06]={
87930  category="ll",
87931  description="GEORGIAN SMALL LETTER ZEN",
87932  direction="l",
87933  linebreak="al",
87934  uccode=0x10A6,
87935  unicodeslot=0x2D06,
87936 },
87937 [0x2D07]={
87938  category="ll",
87939  description="GEORGIAN SMALL LETTER TAN",
87940  direction="l",
87941  linebreak="al",
87942  uccode=0x10A7,
87943  unicodeslot=0x2D07,
87944 },
87945 [0x2D08]={
87946  category="ll",
87947  description="GEORGIAN SMALL LETTER IN",
87948  direction="l",
87949  linebreak="al",
87950  uccode=0x10A8,
87951  unicodeslot=0x2D08,
87952 },
87953 [0x2D09]={
87954  category="ll",
87955  description="GEORGIAN SMALL LETTER KAN",
87956  direction="l",
87957  linebreak="al",
87958  uccode=0x10A9,
87959  unicodeslot=0x2D09,
87960 },
87961 [0x2D0A]={
87962  category="ll",
87963  description="GEORGIAN SMALL LETTER LAS",
87964  direction="l",
87965  linebreak="al",
87966  uccode=0x10AA,
87967  unicodeslot=0x2D0A,
87968 },
87969 [0x2D0B]={
87970  category="ll",
87971  description="GEORGIAN SMALL LETTER MAN",
87972  direction="l",
87973  linebreak="al",
87974  uccode=0x10AB,
87975  unicodeslot=0x2D0B,
87976 },
87977 [0x2D0C]={
87978  category="ll",
87979  description="GEORGIAN SMALL LETTER NAR",
87980  direction="l",
87981  linebreak="al",
87982  uccode=0x10AC,
87983  unicodeslot=0x2D0C,
87984 },
87985 [0x2D0D]={
87986  category="ll",
87987  description="GEORGIAN SMALL LETTER ON",
87988  direction="l",
87989  linebreak="al",
87990  uccode=0x10AD,
87991  unicodeslot=0x2D0D,
87992 },
87993 [0x2D0E]={
87994  category="ll",
87995  description="GEORGIAN SMALL LETTER PAR",
87996  direction="l",
87997  linebreak="al",
87998  uccode=0x10AE,
87999  unicodeslot=0x2D0E,
88000 },
88001 [0x2D0F]={
88002  category="ll",
88003  description="GEORGIAN SMALL LETTER ZHAR",
88004  direction="l",
88005  linebreak="al",
88006  uccode=0x10AF,
88007  unicodeslot=0x2D0F,
88008 },
88009 [0x2D10]={
88010  category="ll",
88011  description="GEORGIAN SMALL LETTER RAE",
88012  direction="l",
88013  linebreak="al",
88014  uccode=0x10B0,
88015  unicodeslot=0x2D10,
88016 },
88017 [0x2D11]={
88018  category="ll",
88019  description="GEORGIAN SMALL LETTER SAN",
88020  direction="l",
88021  linebreak="al",
88022  uccode=0x10B1,
88023  unicodeslot=0x2D11,
88024 },
88025 [0x2D12]={
88026  category="ll",
88027  description="GEORGIAN SMALL LETTER TAR",
88028  direction="l",
88029  linebreak="al",
88030  uccode=0x10B2,
88031  unicodeslot=0x2D12,
88032 },
88033 [0x2D13]={
88034  category="ll",
88035  description="GEORGIAN SMALL LETTER UN",
88036  direction="l",
88037  linebreak="al",
88038  uccode=0x10B3,
88039  unicodeslot=0x2D13,
88040 },
88041 [0x2D14]={
88042  category="ll",
88043  description="GEORGIAN SMALL LETTER PHAR",
88044  direction="l",
88045  linebreak="al",
88046  uccode=0x10B4,
88047  unicodeslot=0x2D14,
88048 },
88049 [0x2D15]={
88050  category="ll",
88051  description="GEORGIAN SMALL LETTER KHAR",
88052  direction="l",
88053  linebreak="al",
88054  uccode=0x10B5,
88055  unicodeslot=0x2D15,
88056 },
88057 [0x2D16]={
88058  category="ll",
88059  description="GEORGIAN SMALL LETTER GHAN",
88060  direction="l",
88061  linebreak="al",
88062  uccode=0x10B6,
88063  unicodeslot=0x2D16,
88064 },
88065 [0x2D17]={
88066  category="ll",
88067  description="GEORGIAN SMALL LETTER QAR",
88068  direction="l",
88069  linebreak="al",
88070  uccode=0x10B7,
88071  unicodeslot=0x2D17,
88072 },
88073 [0x2D18]={
88074  category="ll",
88075  description="GEORGIAN SMALL LETTER SHIN",
88076  direction="l",
88077  linebreak="al",
88078  uccode=0x10B8,
88079  unicodeslot=0x2D18,
88080 },
88081 [0x2D19]={
88082  category="ll",
88083  description="GEORGIAN SMALL LETTER CHIN",
88084  direction="l",
88085  linebreak="al",
88086  uccode=0x10B9,
88087  unicodeslot=0x2D19,
88088 },
88089 [0x2D1A]={
88090  category="ll",
88091  description="GEORGIAN SMALL LETTER CAN",
88092  direction="l",
88093  linebreak="al",
88094  uccode=0x10BA,
88095  unicodeslot=0x2D1A,
88096 },
88097 [0x2D1B]={
88098  category="ll",
88099  description="GEORGIAN SMALL LETTER JIL",
88100  direction="l",
88101  linebreak="al",
88102  uccode=0x10BB,
88103  unicodeslot=0x2D1B,
88104 },
88105 [0x2D1C]={
88106  category="ll",
88107  description="GEORGIAN SMALL LETTER CIL",
88108  direction="l",
88109  linebreak="al",
88110  uccode=0x10BC,
88111  unicodeslot=0x2D1C,
88112 },
88113 [0x2D1D]={
88114  category="ll",
88115  description="GEORGIAN SMALL LETTER CHAR",
88116  direction="l",
88117  linebreak="al",
88118  uccode=0x10BD,
88119  unicodeslot=0x2D1D,
88120 },
88121 [0x2D1E]={
88122  category="ll",
88123  description="GEORGIAN SMALL LETTER XAN",
88124  direction="l",
88125  linebreak="al",
88126  uccode=0x10BE,
88127  unicodeslot=0x2D1E,
88128 },
88129 [0x2D1F]={
88130  category="ll",
88131  description="GEORGIAN SMALL LETTER JHAN",
88132  direction="l",
88133  linebreak="al",
88134  uccode=0x10BF,
88135  unicodeslot=0x2D1F,
88136 },
88137 [0x2D20]={
88138  category="ll",
88139  description="GEORGIAN SMALL LETTER HAE",
88140  direction="l",
88141  linebreak="al",
88142  uccode=0x10C0,
88143  unicodeslot=0x2D20,
88144 },
88145 [0x2D21]={
88146  category="ll",
88147  description="GEORGIAN SMALL LETTER HE",
88148  direction="l",
88149  linebreak="al",
88150  uccode=0x10C1,
88151  unicodeslot=0x2D21,
88152 },
88153 [0x2D22]={
88154  category="ll",
88155  description="GEORGIAN SMALL LETTER HIE",
88156  direction="l",
88157  linebreak="al",
88158  uccode=0x10C2,
88159  unicodeslot=0x2D22,
88160 },
88161 [0x2D23]={
88162  category="ll",
88163  description="GEORGIAN SMALL LETTER WE",
88164  direction="l",
88165  linebreak="al",
88166  uccode=0x10C3,
88167  unicodeslot=0x2D23,
88168 },
88169 [0x2D24]={
88170  category="ll",
88171  description="GEORGIAN SMALL LETTER HAR",
88172  direction="l",
88173  linebreak="al",
88174  uccode=0x10C4,
88175  unicodeslot=0x2D24,
88176 },
88177 [0x2D25]={
88178  category="ll",
88179  description="GEORGIAN SMALL LETTER HOE",
88180  direction="l",
88181  linebreak="al",
88182  uccode=0x10C5,
88183  unicodeslot=0x2D25,
88184 },
88185 [0x2D27]={
88186  category="ll",
88187  description="GEORGIAN SMALL LETTER YN",
88188  direction="l",
88189  linebreak="al",
88190  unicodeslot=0x2D27,
88191 },
88192 [0x2D2D]={
88193  category="ll",
88194  description="GEORGIAN SMALL LETTER AEN",
88195  direction="l",
88196  linebreak="al",
88197  unicodeslot=0x2D2D,
88198 },
88199 [0x2D30]={
88200  category="lo",
88201  description="TIFINAGH LETTER YA",
88202  direction="l",
88203  linebreak="al",
88204  unicodeslot=0x2D30,
88205 },
88206 [0x2D31]={
88207  category="lo",
88208  description="TIFINAGH LETTER YAB",
88209  direction="l",
88210  linebreak="al",
88211  unicodeslot=0x2D31,
88212 },
88213 [0x2D32]={
88214  category="lo",
88215  description="TIFINAGH LETTER YABH",
88216  direction="l",
88217  linebreak="al",
88218  unicodeslot=0x2D32,
88219 },
88220 [0x2D33]={
88221  category="lo",
88222  description="TIFINAGH LETTER YAG",
88223  direction="l",
88224  linebreak="al",
88225  unicodeslot=0x2D33,
88226 },
88227 [0x2D34]={
88228  category="lo",
88229  description="TIFINAGH LETTER YAGHH",
88230  direction="l",
88231  linebreak="al",
88232  unicodeslot=0x2D34,
88233 },
88234 [0x2D35]={
88235  category="lo",
88236  description="TIFINAGH LETTER BERBER ACADEMY YAJ",
88237  direction="l",
88238  linebreak="al",
88239  unicodeslot=0x2D35,
88240 },
88241 [0x2D36]={
88242  category="lo",
88243  description="TIFINAGH LETTER YAJ",
88244  direction="l",
88245  linebreak="al",
88246  unicodeslot=0x2D36,
88247 },
88248 [0x2D37]={
88249  category="lo",
88250  description="TIFINAGH LETTER YAD",
88251  direction="l",
88252  linebreak="al",
88253  unicodeslot=0x2D37,
88254 },
88255 [0x2D38]={
88256  category="lo",
88257  description="TIFINAGH LETTER YADH",
88258  direction="l",
88259  linebreak="al",
88260  unicodeslot=0x2D38,
88261 },
88262 [0x2D39]={
88263  category="lo",
88264  description="TIFINAGH LETTER YADD",
88265  direction="l",
88266  linebreak="al",
88267  unicodeslot=0x2D39,
88268 },
88269 [0x2D3A]={
88270  category="lo",
88271  description="TIFINAGH LETTER YADDH",
88272  direction="l",
88273  linebreak="al",
88274  unicodeslot=0x2D3A,
88275 },
88276 [0x2D3B]={
88277  category="lo",
88278  description="TIFINAGH LETTER YEY",
88279  direction="l",
88280  linebreak="al",
88281  unicodeslot=0x2D3B,
88282 },
88283 [0x2D3C]={
88284  category="lo",
88285  description="TIFINAGH LETTER YAF",
88286  direction="l",
88287  linebreak="al",
88288  unicodeslot=0x2D3C,
88289 },
88290 [0x2D3D]={
88291  category="lo",
88292  description="TIFINAGH LETTER YAK",
88293  direction="l",
88294  linebreak="al",
88295  unicodeslot=0x2D3D,
88296 },
88297 [0x2D3E]={
88298  category="lo",
88299  description="TIFINAGH LETTER TUAREG YAK",
88300  direction="l",
88301  linebreak="al",
88302  unicodeslot=0x2D3E,
88303 },
88304 [0x2D3F]={
88305  category="lo",
88306  description="TIFINAGH LETTER YAKHH",
88307  direction="l",
88308  linebreak="al",
88309  unicodeslot=0x2D3F,
88310 },
88311 [0x2D40]={
88312  category="lo",
88313  description="TIFINAGH LETTER YAH",
88314  direction="l",
88315  linebreak="al",
88316  unicodeslot=0x2D40,
88317 },
88318 [0x2D41]={
88319  category="lo",
88320  description="TIFINAGH LETTER BERBER ACADEMY YAH",
88321  direction="l",
88322  linebreak="al",
88323  unicodeslot=0x2D41,
88324 },
88325 [0x2D42]={
88326  category="lo",
88327  description="TIFINAGH LETTER TUAREG YAH",
88328  direction="l",
88329  linebreak="al",
88330  unicodeslot=0x2D42,
88331 },
88332 [0x2D43]={
88333  category="lo",
88334  description="TIFINAGH LETTER YAHH",
88335  direction="l",
88336  linebreak="al",
88337  unicodeslot=0x2D43,
88338 },
88339 [0x2D44]={
88340  category="lo",
88341  description="TIFINAGH LETTER YAA",
88342  direction="l",
88343  linebreak="al",
88344  unicodeslot=0x2D44,
88345 },
88346 [0x2D45]={
88347  category="lo",
88348  description="TIFINAGH LETTER YAKH",
88349  direction="l",
88350  linebreak="al",
88351  unicodeslot=0x2D45,
88352 },
88353 [0x2D46]={
88354  category="lo",
88355  description="TIFINAGH LETTER TUAREG YAKH",
88356  direction="l",
88357  linebreak="al",
88358  unicodeslot=0x2D46,
88359 },
88360 [0x2D47]={
88361  category="lo",
88362  description="TIFINAGH LETTER YAQ",
88363  direction="l",
88364  linebreak="al",
88365  unicodeslot=0x2D47,
88366 },
88367 [0x2D48]={
88368  category="lo",
88369  description="TIFINAGH LETTER TUAREG YAQ",
88370  direction="l",
88371  linebreak="al",
88372  unicodeslot=0x2D48,
88373 },
88374 [0x2D49]={
88375  category="lo",
88376  description="TIFINAGH LETTER YI",
88377  direction="l",
88378  linebreak="al",
88379  unicodeslot=0x2D49,
88380 },
88381 [0x2D4A]={
88382  category="lo",
88383  description="TIFINAGH LETTER YAZH",
88384  direction="l",
88385  linebreak="al",
88386  unicodeslot=0x2D4A,
88387 },
88388 [0x2D4B]={
88389  category="lo",
88390  description="TIFINAGH LETTER AHAGGAR YAZH",
88391  direction="l",
88392  linebreak="al",
88393  unicodeslot=0x2D4B,
88394 },
88395 [0x2D4C]={
88396  category="lo",
88397  description="TIFINAGH LETTER TUAREG YAZH",
88398  direction="l",
88399  linebreak="al",
88400  unicodeslot=0x2D4C,
88401 },
88402 [0x2D4D]={
88403  category="lo",
88404  description="TIFINAGH LETTER YAL",
88405  direction="l",
88406  linebreak="al",
88407  unicodeslot=0x2D4D,
88408 },
88409 [0x2D4E]={
88410  category="lo",
88411  description="TIFINAGH LETTER YAM",
88412  direction="l",
88413  linebreak="al",
88414  unicodeslot=0x2D4E,
88415 },
88416 [0x2D4F]={
88417  category="lo",
88418  description="TIFINAGH LETTER YAN",
88419  direction="l",
88420  linebreak="al",
88421  unicodeslot=0x2D4F,
88422 },
88423 [0x2D50]={
88424  category="lo",
88425  description="TIFINAGH LETTER TUAREG YAGN",
88426  direction="l",
88427  linebreak="al",
88428  unicodeslot=0x2D50,
88429 },
88430 [0x2D51]={
88431  category="lo",
88432  description="TIFINAGH LETTER TUAREG YANG",
88433  direction="l",
88434  linebreak="al",
88435  unicodeslot=0x2D51,
88436 },
88437 [0x2D52]={
88438  category="lo",
88439  description="TIFINAGH LETTER YAP",
88440  direction="l",
88441  linebreak="al",
88442  unicodeslot=0x2D52,
88443 },
88444 [0x2D53]={
88445  category="lo",
88446  description="TIFINAGH LETTER YU",
88447  direction="l",
88448  linebreak="al",
88449  unicodeslot=0x2D53,
88450 },
88451 [0x2D54]={
88452  category="lo",
88453  description="TIFINAGH LETTER YAR",
88454  direction="l",
88455  linebreak="al",
88456  unicodeslot=0x2D54,
88457 },
88458 [0x2D55]={
88459  category="lo",
88460  description="TIFINAGH LETTER YARR",
88461  direction="l",
88462  linebreak="al",
88463  unicodeslot=0x2D55,
88464 },
88465 [0x2D56]={
88466  category="lo",
88467  description="TIFINAGH LETTER YAGH",
88468  direction="l",
88469  linebreak="al",
88470  unicodeslot=0x2D56,
88471 },
88472 [0x2D57]={
88473  category="lo",
88474  description="TIFINAGH LETTER TUAREG YAGH",
88475  direction="l",
88476  linebreak="al",
88477  unicodeslot=0x2D57,
88478 },
88479 [0x2D58]={
88480  category="lo",
88481  description="TIFINAGH LETTER AYER YAGH",
88482  direction="l",
88483  linebreak="al",
88484  unicodeslot=0x2D58,
88485 },
88486 [0x2D59]={
88487  category="lo",
88488  description="TIFINAGH LETTER YAS",
88489  direction="l",
88490  linebreak="al",
88491  unicodeslot=0x2D59,
88492 },
88493 [0x2D5A]={
88494  category="lo",
88495  description="TIFINAGH LETTER YASS",
88496  direction="l",
88497  linebreak="al",
88498  unicodeslot=0x2D5A,
88499 },
88500 [0x2D5B]={
88501  category="lo",
88502  description="TIFINAGH LETTER YASH",
88503  direction="l",
88504  linebreak="al",
88505  unicodeslot=0x2D5B,
88506 },
88507 [0x2D5C]={
88508  category="lo",
88509  description="TIFINAGH LETTER YAT",
88510  direction="l",
88511  linebreak="al",
88512  unicodeslot=0x2D5C,
88513 },
88514 [0x2D5D]={
88515  category="lo",
88516  description="TIFINAGH LETTER YATH",
88517  direction="l",
88518  linebreak="al",
88519  unicodeslot=0x2D5D,
88520 },
88521 [0x2D5E]={
88522  category="lo",
88523  description="TIFINAGH LETTER YACH",
88524  direction="l",
88525  linebreak="al",
88526  unicodeslot=0x2D5E,
88527 },
88528 [0x2D5F]={
88529  category="lo",
88530  description="TIFINAGH LETTER YATT",
88531  direction="l",
88532  linebreak="al",
88533  unicodeslot=0x2D5F,
88534 },
88535 [0x2D60]={
88536  category="lo",
88537  description="TIFINAGH LETTER YAV",
88538  direction="l",
88539  linebreak="al",
88540  unicodeslot=0x2D60,
88541 },
88542 [0x2D61]={
88543  category="lo",
88544  description="TIFINAGH LETTER YAW",
88545  direction="l",
88546  linebreak="al",
88547  unicodeslot=0x2D61,
88548 },
88549 [0x2D62]={
88550  category="lo",
88551  description="TIFINAGH LETTER YAY",
88552  direction="l",
88553  linebreak="al",
88554  unicodeslot=0x2D62,
88555 },
88556 [0x2D63]={
88557  category="lo",
88558  description="TIFINAGH LETTER YAZ",
88559  direction="l",
88560  linebreak="al",
88561  unicodeslot=0x2D63,
88562 },
88563 [0x2D64]={
88564  category="lo",
88565  description="TIFINAGH LETTER TAWELLEMET YAZ",
88566  direction="l",
88567  linebreak="al",
88568  unicodeslot=0x2D64,
88569 },
88570 [0x2D65]={
88571  category="lo",
88572  description="TIFINAGH LETTER YAZZ",
88573  direction="l",
88574  linebreak="al",
88575  unicodeslot=0x2D65,
88576 },
88577 [0x2D66]={
88578  category="lo",
88579  description="TIFINAGH LETTER YE",
88580  direction="l",
88581  linebreak="al",
88582  unicodeslot=0x2D66,
88583 },
88584 [0x2D67]={
88585  category="lo",
88586  description="TIFINAGH LETTER YO",
88587  direction="l",
88588  linebreak="al",
88589  unicodeslot=0x2D67,
88590 },
88591 [0x2D6F]={
88592  category="lm",
88593  description="TIFINAGH MODIFIER LETTER LABIALIZATION MARK",
88594  direction="l",
88595  linebreak="al",
88596  specials={ "super", 0x2D61 },
88597  unicodeslot=0x2D6F,
88598 },
88599 [0x2D70]={
88600  category="po",
88601  description="TIFINAGH SEPARATOR MARK",
88602  direction="l",
88603  linebreak="ba",
88604  unicodeslot=0x2D70,
88605 },
88606 [0x2D7F]={
88607  category="mn",
88608  combining=0x9,
88609  description="TIFINAGH CONSONANT JOINER",
88610  direction="nsm",
88611  linebreak="cm",
88612  unicodeslot=0x2D7F,
88613 },
88614 [0x2D80]={
88615  category="lo",
88616  description="ETHIOPIC SYLLABLE LOA",
88617  direction="l",
88618  linebreak="al",
88619  unicodeslot=0x2D80,
88620 },
88621 [0x2D81]={
88622  category="lo",
88623  description="ETHIOPIC SYLLABLE MOA",
88624  direction="l",
88625  linebreak="al",
88626  unicodeslot=0x2D81,
88627 },
88628 [0x2D82]={
88629  category="lo",
88630  description="ETHIOPIC SYLLABLE ROA",
88631  direction="l",
88632  linebreak="al",
88633  unicodeslot=0x2D82,
88634 },
88635 [0x2D83]={
88636  category="lo",
88637  description="ETHIOPIC SYLLABLE SOA",
88638  direction="l",
88639  linebreak="al",
88640  unicodeslot=0x2D83,
88641 },
88642 [0x2D84]={
88643  category="lo",
88644  description="ETHIOPIC SYLLABLE SHOA",
88645  direction="l",
88646  linebreak="al",
88647  unicodeslot=0x2D84,
88648 },
88649 [0x2D85]={
88650  category="lo",
88651  description="ETHIOPIC SYLLABLE BOA",
88652  direction="l",
88653  linebreak="al",
88654  unicodeslot=0x2D85,
88655 },
88656 [0x2D86]={
88657  category="lo",
88658  description="ETHIOPIC SYLLABLE TOA",
88659  direction="l",
88660  linebreak="al",
88661  unicodeslot=0x2D86,
88662 },
88663 [0x2D87]={
88664  category="lo",
88665  description="ETHIOPIC SYLLABLE COA",
88666  direction="l",
88667  linebreak="al",
88668  unicodeslot=0x2D87,
88669 },
88670 [0x2D88]={
88671  category="lo",
88672  description="ETHIOPIC SYLLABLE NOA",
88673  direction="l",
88674  linebreak="al",
88675  unicodeslot=0x2D88,
88676 },
88677 [0x2D89]={
88678  category="lo",
88679  description="ETHIOPIC SYLLABLE NYOA",
88680  direction="l",
88681  linebreak="al",
88682  unicodeslot=0x2D89,
88683 },
88684 [0x2D8A]={
88685  category="lo",
88686  description="ETHIOPIC SYLLABLE GLOTTAL OA",
88687  direction="l",
88688  linebreak="al",
88689  unicodeslot=0x2D8A,
88690 },
88691 [0x2D8B]={
88692  category="lo",
88693  description="ETHIOPIC SYLLABLE ZOA",
88694  direction="l",
88695  linebreak="al",
88696  unicodeslot=0x2D8B,
88697 },
88698 [0x2D8C]={
88699  category="lo",
88700  description="ETHIOPIC SYLLABLE DOA",
88701  direction="l",
88702  linebreak="al",
88703  unicodeslot=0x2D8C,
88704 },
88705 [0x2D8D]={
88706  category="lo",
88707  description="ETHIOPIC SYLLABLE DDOA",
88708  direction="l",
88709  linebreak="al",
88710  unicodeslot=0x2D8D,
88711 },
88712 [0x2D8E]={
88713  category="lo",
88714  description="ETHIOPIC SYLLABLE JOA",
88715  direction="l",
88716  linebreak="al",
88717  unicodeslot=0x2D8E,
88718 },
88719 [0x2D8F]={
88720  category="lo",
88721  description="ETHIOPIC SYLLABLE THOA",
88722  direction="l",
88723  linebreak="al",
88724  unicodeslot=0x2D8F,
88725 },
88726 [0x2D90]={
88727  category="lo",
88728  description="ETHIOPIC SYLLABLE CHOA",
88729  direction="l",
88730  linebreak="al",
88731  unicodeslot=0x2D90,
88732 },
88733 [0x2D91]={
88734  category="lo",
88735  description="ETHIOPIC SYLLABLE PHOA",
88736  direction="l",
88737  linebreak="al",
88738  unicodeslot=0x2D91,
88739 },
88740 [0x2D92]={
88741  category="lo",
88742  description="ETHIOPIC SYLLABLE POA",
88743  direction="l",
88744  linebreak="al",
88745  unicodeslot=0x2D92,
88746 },
88747 [0x2D93]={
88748  category="lo",
88749  description="ETHIOPIC SYLLABLE GGWA",
88750  direction="l",
88751  linebreak="al",
88752  unicodeslot=0x2D93,
88753 },
88754 [0x2D94]={
88755  category="lo",
88756  description="ETHIOPIC SYLLABLE GGWI",
88757  direction="l",
88758  linebreak="al",
88759  unicodeslot=0x2D94,
88760 },
88761 [0x2D95]={
88762  category="lo",
88763  description="ETHIOPIC SYLLABLE GGWEE",
88764  direction="l",
88765  linebreak="al",
88766  unicodeslot=0x2D95,
88767 },
88768 [0x2D96]={
88769  category="lo",
88770  description="ETHIOPIC SYLLABLE GGWE",
88771  direction="l",
88772  linebreak="al",
88773  unicodeslot=0x2D96,
88774 },
88775 [0x2DA0]={
88776  category="lo",
88777  description="ETHIOPIC SYLLABLE SSA",
88778  direction="l",
88779  linebreak="al",
88780  unicodeslot=0x2DA0,
88781 },
88782 [0x2DA1]={
88783  category="lo",
88784  description="ETHIOPIC SYLLABLE SSU",
88785  direction="l",
88786  linebreak="al",
88787  unicodeslot=0x2DA1,
88788 },
88789 [0x2DA2]={
88790  category="lo",
88791  description="ETHIOPIC SYLLABLE SSI",
88792  direction="l",
88793  linebreak="al",
88794  unicodeslot=0x2DA2,
88795 },
88796 [0x2DA3]={
88797  category="lo",
88798  description="ETHIOPIC SYLLABLE SSAA",
88799  direction="l",
88800  linebreak="al",
88801  unicodeslot=0x2DA3,
88802 },
88803 [0x2DA4]={
88804  category="lo",
88805  description="ETHIOPIC SYLLABLE SSEE",
88806  direction="l",
88807  linebreak="al",
88808  unicodeslot=0x2DA4,
88809 },
88810 [0x2DA5]={
88811  category="lo",
88812  description="ETHIOPIC SYLLABLE SSE",
88813  direction="l",
88814  linebreak="al",
88815  unicodeslot=0x2DA5,
88816 },
88817 [0x2DA6]={
88818  category="lo",
88819  description="ETHIOPIC SYLLABLE SSO",
88820  direction="l",
88821  linebreak="al",
88822  unicodeslot=0x2DA6,
88823 },
88824 [0x2DA8]={
88825  category="lo",
88826  description="ETHIOPIC SYLLABLE CCA",
88827  direction="l",
88828  linebreak="al",
88829  unicodeslot=0x2DA8,
88830 },
88831 [0x2DA9]={
88832  category="lo",
88833  description="ETHIOPIC SYLLABLE CCU",
88834  direction="l",
88835  linebreak="al",
88836  unicodeslot=0x2DA9,
88837 },
88838 [0x2DAA]={
88839  category="lo",
88840  description="ETHIOPIC SYLLABLE CCI",
88841  direction="l",
88842  linebreak="al",
88843  unicodeslot=0x2DAA,
88844 },
88845 [0x2DAB]={
88846  category="lo",
88847  description="ETHIOPIC SYLLABLE CCAA",
88848  direction="l",
88849  linebreak="al",
88850  unicodeslot=0x2DAB,
88851 },
88852 [0x2DAC]={
88853  category="lo",
88854  description="ETHIOPIC SYLLABLE CCEE",
88855  direction="l",
88856  linebreak="al",
88857  unicodeslot=0x2DAC,
88858 },
88859 [0x2DAD]={
88860  category="lo",
88861  description="ETHIOPIC SYLLABLE CCE",
88862  direction="l",
88863  linebreak="al",
88864  unicodeslot=0x2DAD,
88865 },
88866 [0x2DAE]={
88867  category="lo",
88868  description="ETHIOPIC SYLLABLE CCO",
88869  direction="l",
88870  linebreak="al",
88871  unicodeslot=0x2DAE,
88872 },
88873 [0x2DB0]={
88874  category="lo",
88875  description="ETHIOPIC SYLLABLE ZZA",
88876  direction="l",
88877  linebreak="al",
88878  unicodeslot=0x2DB0,
88879 },
88880 [0x2DB1]={
88881  category="lo",
88882  description="ETHIOPIC SYLLABLE ZZU",
88883  direction="l",
88884  linebreak="al",
88885  unicodeslot=0x2DB1,
88886 },
88887 [0x2DB2]={
88888  category="lo",
88889  description="ETHIOPIC SYLLABLE ZZI",
88890  direction="l",
88891  linebreak="al",
88892  unicodeslot=0x2DB2,
88893 },
88894 [0x2DB3]={
88895  category="lo",
88896  description="ETHIOPIC SYLLABLE ZZAA",
88897  direction="l",
88898  linebreak="al",
88899  unicodeslot=0x2DB3,
88900 },
88901 [0x2DB4]={
88902  category="lo",
88903  description="ETHIOPIC SYLLABLE ZZEE",
88904  direction="l",
88905  linebreak="al",
88906  unicodeslot=0x2DB4,
88907 },
88908 [0x2DB5]={
88909  category="lo",
88910  description="ETHIOPIC SYLLABLE ZZE",
88911  direction="l",
88912  linebreak="al",
88913  unicodeslot=0x2DB5,
88914 },
88915 [0x2DB6]={
88916  category="lo",
88917  description="ETHIOPIC SYLLABLE ZZO",
88918  direction="l",
88919  linebreak="al",
88920  unicodeslot=0x2DB6,
88921 },
88922 [0x2DB8]={
88923  category="lo",
88924  description="ETHIOPIC SYLLABLE CCHA",
88925  direction="l",
88926  linebreak="al",
88927  unicodeslot=0x2DB8,
88928 },
88929 [0x2DB9]={
88930  category="lo",
88931  description="ETHIOPIC SYLLABLE CCHU",
88932  direction="l",
88933  linebreak="al",
88934  unicodeslot=0x2DB9,
88935 },
88936 [0x2DBA]={
88937  category="lo",
88938  description="ETHIOPIC SYLLABLE CCHI",
88939  direction="l",
88940  linebreak="al",
88941  unicodeslot=0x2DBA,
88942 },
88943 [0x2DBB]={
88944  category="lo",
88945  description="ETHIOPIC SYLLABLE CCHAA",
88946  direction="l",
88947  linebreak="al",
88948  unicodeslot=0x2DBB,
88949 },
88950 [0x2DBC]={
88951  category="lo",
88952  description="ETHIOPIC SYLLABLE CCHEE",
88953  direction="l",
88954  linebreak="al",
88955  unicodeslot=0x2DBC,
88956 },
88957 [0x2DBD]={
88958  category="lo",
88959  description="ETHIOPIC SYLLABLE CCHE",
88960  direction="l",
88961  linebreak="al",
88962  unicodeslot=0x2DBD,
88963 },
88964 [0x2DBE]={
88965  category="lo",
88966  description="ETHIOPIC SYLLABLE CCHO",
88967  direction="l",
88968  linebreak="al",
88969  unicodeslot=0x2DBE,
88970 },
88971 [0x2DC0]={
88972  category="lo",
88973  description="ETHIOPIC SYLLABLE QYA",
88974  direction="l",
88975  linebreak="al",
88976  unicodeslot=0x2DC0,
88977 },
88978 [0x2DC1]={
88979  category="lo",
88980  description="ETHIOPIC SYLLABLE QYU",
88981  direction="l",
88982  linebreak="al",
88983  unicodeslot=0x2DC1,
88984 },
88985 [0x2DC2]={
88986  category="lo",
88987  description="ETHIOPIC SYLLABLE QYI",
88988  direction="l",
88989  linebreak="al",
88990  unicodeslot=0x2DC2,
88991 },
88992 [0x2DC3]={
88993  category="lo",
88994  description="ETHIOPIC SYLLABLE QYAA",
88995  direction="l",
88996  linebreak="al",
88997  unicodeslot=0x2DC3,
88998 },
88999 [0x2DC4]={
89000  category="lo",
89001  description="ETHIOPIC SYLLABLE QYEE",
89002  direction="l",
89003  linebreak="al",
89004  unicodeslot=0x2DC4,
89005 },
89006 [0x2DC5]={
89007  category="lo",
89008  description="ETHIOPIC SYLLABLE QYE",
89009  direction="l",
89010  linebreak="al",
89011  unicodeslot=0x2DC5,
89012 },
89013 [0x2DC6]={
89014  category="lo",
89015  description="ETHIOPIC SYLLABLE QYO",
89016  direction="l",
89017  linebreak="al",
89018  unicodeslot=0x2DC6,
89019 },
89020 [0x2DC8]={
89021  category="lo",
89022  description="ETHIOPIC SYLLABLE KYA",
89023  direction="l",
89024  linebreak="al",
89025  unicodeslot=0x2DC8,
89026 },
89027 [0x2DC9]={
89028  category="lo",
89029  description="ETHIOPIC SYLLABLE KYU",
89030  direction="l",
89031  linebreak="al",
89032  unicodeslot=0x2DC9,
89033 },
89034 [0x2DCA]={
89035  category="lo",
89036  description="ETHIOPIC SYLLABLE KYI",
89037  direction="l",
89038  linebreak="al",
89039  unicodeslot=0x2DCA,
89040 },
89041 [0x2DCB]={
89042  category="lo",
89043  description="ETHIOPIC SYLLABLE KYAA",
89044  direction="l",
89045  linebreak="al",
89046  unicodeslot=0x2DCB,
89047 },
89048 [0x2DCC]={
89049  category="lo",
89050  description="ETHIOPIC SYLLABLE KYEE",
89051  direction="l",
89052  linebreak="al",
89053  unicodeslot=0x2DCC,
89054 },
89055 [0x2DCD]={
89056  category="lo",
89057  description="ETHIOPIC SYLLABLE KYE",
89058  direction="l",
89059  linebreak="al",
89060  unicodeslot=0x2DCD,
89061 },
89062 [0x2DCE]={
89063  category="lo",
89064  description="ETHIOPIC SYLLABLE KYO",
89065  direction="l",
89066  linebreak="al",
89067  unicodeslot=0x2DCE,
89068 },
89069 [0x2DD0]={
89070  category="lo",
89071  description="ETHIOPIC SYLLABLE XYA",
89072  direction="l",
89073  linebreak="al",
89074  unicodeslot=0x2DD0,
89075 },
89076 [0x2DD1]={
89077  category="lo",
89078  description="ETHIOPIC SYLLABLE XYU",
89079  direction="l",
89080  linebreak="al",
89081  unicodeslot=0x2DD1,
89082 },
89083 [0x2DD2]={
89084  category="lo",
89085  description="ETHIOPIC SYLLABLE XYI",
89086  direction="l",
89087  linebreak="al",
89088  unicodeslot=0x2DD2,
89089 },
89090 [0x2DD3]={
89091  category="lo",
89092  description="ETHIOPIC SYLLABLE XYAA",
89093  direction="l",
89094  linebreak="al",
89095  unicodeslot=0x2DD3,
89096 },
89097 [0x2DD4]={
89098  category="lo",
89099  description="ETHIOPIC SYLLABLE XYEE",
89100  direction="l",
89101  linebreak="al",
89102  unicodeslot=0x2DD4,
89103 },
89104 [0x2DD5]={
89105  category="lo",
89106  description="ETHIOPIC SYLLABLE XYE",
89107  direction="l",
89108  linebreak="al",
89109  unicodeslot=0x2DD5,
89110 },
89111 [0x2DD6]={
89112  category="lo",
89113  description="ETHIOPIC SYLLABLE XYO",
89114  direction="l",
89115  linebreak="al",
89116  unicodeslot=0x2DD6,
89117 },
89118 [0x2DD8]={
89119  category="lo",
89120  description="ETHIOPIC SYLLABLE GYA",
89121  direction="l",
89122  linebreak="al",
89123  unicodeslot=0x2DD8,
89124 },
89125 [0x2DD9]={
89126  category="lo",
89127  description="ETHIOPIC SYLLABLE GYU",
89128  direction="l",
89129  linebreak="al",
89130  unicodeslot=0x2DD9,
89131 },
89132 [0x2DDA]={
89133  category="lo",
89134  description="ETHIOPIC SYLLABLE GYI",
89135  direction="l",
89136  linebreak="al",
89137  unicodeslot=0x2DDA,
89138 },
89139 [0x2DDB]={
89140  category="lo",
89141  description="ETHIOPIC SYLLABLE GYAA",
89142  direction="l",
89143  linebreak="al",
89144  unicodeslot=0x2DDB,
89145 },
89146 [0x2DDC]={
89147  category="lo",
89148  description="ETHIOPIC SYLLABLE GYEE",
89149  direction="l",
89150  linebreak="al",
89151  unicodeslot=0x2DDC,
89152 },
89153 [0x2DDD]={
89154  category="lo",
89155  description="ETHIOPIC SYLLABLE GYE",
89156  direction="l",
89157  linebreak="al",
89158  unicodeslot=0x2DDD,
89159 },
89160 [0x2DDE]={
89161  category="lo",
89162  description="ETHIOPIC SYLLABLE GYO",
89163  direction="l",
89164  linebreak="al",
89165  unicodeslot=0x2DDE,
89166 },
89167 [0x2DE0]={
89168  category="mn",
89169  combining=0xE6,
89170  description="COMBINING CYRILLIC LETTER BE",
89171  direction="nsm",
89172  linebreak="cm",
89173  unicodeslot=0x2DE0,
89174 },
89175 [0x2DE1]={
89176  category="mn",
89177  combining=0xE6,
89178  description="COMBINING CYRILLIC LETTER VE",
89179  direction="nsm",
89180  linebreak="cm",
89181  unicodeslot=0x2DE1,
89182 },
89183 [0x2DE2]={
89184  category="mn",
89185  combining=0xE6,
89186  description="COMBINING CYRILLIC LETTER GHE",
89187  direction="nsm",
89188  linebreak="cm",
89189  unicodeslot=0x2DE2,
89190 },
89191 [0x2DE3]={
89192  category="mn",
89193  combining=0xE6,
89194  description="COMBINING CYRILLIC LETTER DE",
89195  direction="nsm",
89196  linebreak="cm",
89197  unicodeslot=0x2DE3,
89198 },
89199 [0x2DE4]={
89200  category="mn",
89201  combining=0xE6,
89202  description="COMBINING CYRILLIC LETTER ZHE",
89203  direction="nsm",
89204  linebreak="cm",
89205  unicodeslot=0x2DE4,
89206 },
89207 [0x2DE5]={
89208  category="mn",
89209  combining=0xE6,
89210  description="COMBINING CYRILLIC LETTER ZE",
89211  direction="nsm",
89212  linebreak="cm",
89213  unicodeslot=0x2DE5,
89214 },
89215 [0x2DE6]={
89216  category="mn",
89217  combining=0xE6,
89218  description="COMBINING CYRILLIC LETTER KA",
89219  direction="nsm",
89220  linebreak="cm",
89221  unicodeslot=0x2DE6,
89222 },
89223 [0x2DE7]={
89224  category="mn",
89225  combining=0xE6,
89226  description="COMBINING CYRILLIC LETTER EL",
89227  direction="nsm",
89228  linebreak="cm",
89229  unicodeslot=0x2DE7,
89230 },
89231 [0x2DE8]={
89232  category="mn",
89233  combining=0xE6,
89234  description="COMBINING CYRILLIC LETTER EM",
89235  direction="nsm",
89236  linebreak="cm",
89237  unicodeslot=0x2DE8,
89238 },
89239 [0x2DE9]={
89240  category="mn",
89241  combining=0xE6,
89242  description="COMBINING CYRILLIC LETTER EN",
89243  direction="nsm",
89244  linebreak="cm",
89245  unicodeslot=0x2DE9,
89246 },
89247 [0x2DEA]={
89248  category="mn",
89249  combining=0xE6,
89250  description="COMBINING CYRILLIC LETTER O",
89251  direction="nsm",
89252  linebreak="cm",
89253  unicodeslot=0x2DEA,
89254 },
89255 [0x2DEB]={
89256  category="mn",
89257  combining=0xE6,
89258  description="COMBINING CYRILLIC LETTER PE",
89259  direction="nsm",
89260  linebreak="cm",
89261  unicodeslot=0x2DEB,
89262 },
89263 [0x2DEC]={
89264  category="mn",
89265  combining=0xE6,
89266  description="COMBINING CYRILLIC LETTER ER",
89267  direction="nsm",
89268  linebreak="cm",
89269  unicodeslot=0x2DEC,
89270 },
89271 [0x2DED]={
89272  category="mn",
89273  combining=0xE6,
89274  description="COMBINING CYRILLIC LETTER ES",
89275  direction="nsm",
89276  linebreak="cm",
89277  unicodeslot=0x2DED,
89278 },
89279 [0x2DEE]={
89280  category="mn",
89281  combining=0xE6,
89282  description="COMBINING CYRILLIC LETTER TE",
89283  direction="nsm",
89284  linebreak="cm",
89285  unicodeslot=0x2DEE,
89286 },
89287 [0x2DEF]={
89288  category="mn",
89289  combining=0xE6,
89290  description="COMBINING CYRILLIC LETTER HA",
89291  direction="nsm",
89292  linebreak="cm",
89293  unicodeslot=0x2DEF,
89294 },
89295 [0x2DF0]={
89296  category="mn",
89297  combining=0xE6,
89298  description="COMBINING CYRILLIC LETTER TSE",
89299  direction="nsm",
89300  linebreak="cm",
89301  unicodeslot=0x2DF0,
89302 },
89303 [0x2DF1]={
89304  category="mn",
89305  combining=0xE6,
89306  description="COMBINING CYRILLIC LETTER CHE",
89307  direction="nsm",
89308  linebreak="cm",
89309  unicodeslot=0x2DF1,
89310 },
89311 [0x2DF2]={
89312  category="mn",
89313  combining=0xE6,
89314  description="COMBINING CYRILLIC LETTER SHA",
89315  direction="nsm",
89316  linebreak="cm",
89317  unicodeslot=0x2DF2,
89318 },
89319 [0x2DF3]={
89320  category="mn",
89321  combining=0xE6,
89322  description="COMBINING CYRILLIC LETTER SHCHA",
89323  direction="nsm",
89324  linebreak="cm",
89325  unicodeslot=0x2DF3,
89326 },
89327 [0x2DF4]={
89328  category="mn",
89329  combining=0xE6,
89330  description="COMBINING CYRILLIC LETTER FITA",
89331  direction="nsm",
89332  linebreak="cm",
89333  unicodeslot=0x2DF4,
89334 },
89335 [0x2DF5]={
89336  category="mn",
89337  combining=0xE6,
89338  description="COMBINING CYRILLIC LETTER ES-TE",
89339  direction="nsm",
89340  linebreak="cm",
89341  unicodeslot=0x2DF5,
89342 },
89343 [0x2DF6]={
89344  category="mn",
89345  combining=0xE6,
89346  description="COMBINING CYRILLIC LETTER A",
89347  direction="nsm",
89348  linebreak="cm",
89349  unicodeslot=0x2DF6,
89350 },
89351 [0x2DF7]={
89352  category="mn",
89353  combining=0xE6,
89354  description="COMBINING CYRILLIC LETTER IE",
89355  direction="nsm",
89356  linebreak="cm",
89357  unicodeslot=0x2DF7,
89358 },
89359 [0x2DF8]={
89360  category="mn",
89361  combining=0xE6,
89362  description="COMBINING CYRILLIC LETTER DJERV",
89363  direction="nsm",
89364  linebreak="cm",
89365  unicodeslot=0x2DF8,
89366 },
89367 [0x2DF9]={
89368  category="mn",
89369  combining=0xE6,
89370  description="COMBINING CYRILLIC LETTER MONOGRAPH UK",
89371  direction="nsm",
89372  linebreak="cm",
89373  unicodeslot=0x2DF9,
89374 },
89375 [0x2DFA]={
89376  category="mn",
89377  combining=0xE6,
89378  description="COMBINING CYRILLIC LETTER YAT",
89379  direction="nsm",
89380  linebreak="cm",
89381  unicodeslot=0x2DFA,
89382 },
89383 [0x2DFB]={
89384  category="mn",
89385  combining=0xE6,
89386  description="COMBINING CYRILLIC LETTER YU",
89387  direction="nsm",
89388  linebreak="cm",
89389  unicodeslot=0x2DFB,
89390 },
89391 [0x2DFC]={
89392  category="mn",
89393  combining=0xE6,
89394  description="COMBINING CYRILLIC LETTER IOTIFIED A",
89395  direction="nsm",
89396  linebreak="cm",
89397  unicodeslot=0x2DFC,
89398 },
89399 [0x2DFD]={
89400  category="mn",
89401  combining=0xE6,
89402  description="COMBINING CYRILLIC LETTER LITTLE YUS",
89403  direction="nsm",
89404  linebreak="cm",
89405  unicodeslot=0x2DFD,
89406 },
89407 [0x2DFE]={
89408  category="mn",
89409  combining=0xE6,
89410  description="COMBINING CYRILLIC LETTER BIG YUS",
89411  direction="nsm",
89412  linebreak="cm",
89413  unicodeslot=0x2DFE,
89414 },
89415 [0x2DFF]={
89416  category="mn",
89417  combining=0xE6,
89418  description="COMBINING CYRILLIC LETTER IOTIFIED BIG YUS",
89419  direction="nsm",
89420  linebreak="cm",
89421  unicodeslot=0x2DFF,
89422 },
89423 [0x2E00]={
89424  category="po",
89425  description="RIGHT ANGLE SUBSTITUTION MARKER",
89426  direction="on",
89427  linebreak="qu",
89428  unicodeslot=0x2E00,
89429 },
89430 [0x2E01]={
89431  category="po",
89432  description="RIGHT ANGLE DOTTED SUBSTITUTION MARKER",
89433  direction="on",
89434  linebreak="qu",
89435  unicodeslot=0x2E01,
89436 },
89437 [0x2E02]={
89438  category="pi",
89439  description="LEFT SUBSTITUTION BRACKET",
89440  direction="on",
89441  linebreak="qu",
89442  mirror=0x2E03,
89443  unicodeslot=0x2E02,
89444 },
89445 [0x2E03]={
89446  category="pf",
89447  description="RIGHT SUBSTITUTION BRACKET",
89448  direction="on",
89449  linebreak="qu",
89450  mirror=0x2E02,
89451  unicodeslot=0x2E03,
89452 },
89453 [0x2E04]={
89454  category="pi",
89455  description="LEFT DOTTED SUBSTITUTION BRACKET",
89456  direction="on",
89457  linebreak="qu",
89458  mirror=0x2E05,
89459  unicodeslot=0x2E04,
89460 },
89461 [0x2E05]={
89462  category="pf",
89463  description="RIGHT DOTTED SUBSTITUTION BRACKET",
89464  direction="on",
89465  linebreak="qu",
89466  mirror=0x2E04,
89467  unicodeslot=0x2E05,
89468 },
89469 [0x2E06]={
89470  category="po",
89471  description="RAISED INTERPOLATION MARKER",
89472  direction="on",
89473  linebreak="qu",
89474  unicodeslot=0x2E06,
89475 },
89476 [0x2E07]={
89477  category="po",
89478  description="RAISED DOTTED INTERPOLATION MARKER",
89479  direction="on",
89480  linebreak="qu",
89481  unicodeslot=0x2E07,
89482 },
89483 [0x2E08]={
89484  category="po",
89485  description="DOTTED TRANSPOSITION MARKER",
89486  direction="on",
89487  linebreak="qu",
89488  unicodeslot=0x2E08,
89489 },
89490 [0x2E09]={
89491  category="pi",
89492  description="LEFT TRANSPOSITION BRACKET",
89493  direction="on",
89494  linebreak="qu",
89495  mirror=0x2E0A,
89496  unicodeslot=0x2E09,
89497 },
89498 [0x2E0A]={
89499  category="pf",
89500  description="RIGHT TRANSPOSITION BRACKET",
89501  direction="on",
89502  linebreak="qu",
89503  mirror=0x2E09,
89504  unicodeslot=0x2E0A,
89505 },
89506 [0x2E0B]={
89507  category="po",
89508  description="RAISED SQUARE",
89509  direction="on",
89510  linebreak="qu",
89511  unicodeslot=0x2E0B,
89512 },
89513 [0x2E0C]={
89514  category="pi",
89515  description="LEFT RAISED OMISSION BRACKET",
89516  direction="on",
89517  linebreak="qu",
89518  mirror=0x2E0D,
89519  unicodeslot=0x2E0C,
89520 },
89521 [0x2E0D]={
89522  category="pf",
89523  description="RIGHT RAISED OMISSION BRACKET",
89524  direction="on",
89525  linebreak="qu",
89526  mirror=0x2E0C,
89527  unicodeslot=0x2E0D,
89528 },
89529 [0x2E0E]={
89530  category="po",
89531  description="EDITORIAL CORONIS",
89532  direction="on",
89533  linebreak="ba",
89534  unicodeslot=0x2E0E,
89535 },
89536 [0x2E0F]={
89537  category="po",
89538  description="PARAGRAPHOS",
89539  direction="on",
89540  linebreak="ba",
89541  unicodeslot=0x2E0F,
89542 },
89543 [0x2E10]={
89544  category="po",
89545  description="FORKED PARAGRAPHOS",
89546  direction="on",
89547  linebreak="ba",
89548  unicodeslot=0x2E10,
89549 },
89550 [0x2E11]={
89551  category="po",
89552  description="REVERSED FORKED PARAGRAPHOS",
89553  direction="on",
89554  linebreak="ba",
89555  unicodeslot=0x2E11,
89556 },
89557 [0x2E12]={
89558  category="po",
89559  description="HYPODIASTOLE",
89560  direction="on",
89561  linebreak="ba",
89562  unicodeslot=0x2E12,
89563 },
89564 [0x2E13]={
89565  category="po",
89566  description="DOTTED OBELOS",
89567  direction="on",
89568  linebreak="ba",
89569  unicodeslot=0x2E13,
89570 },
89571 [0x2E14]={
89572  category="po",
89573  description="DOWNWARDS ANCORA",
89574  direction="on",
89575  linebreak="ba",
89576  unicodeslot=0x2E14,
89577 },
89578 [0x2E15]={
89579  category="po",
89580  description="UPWARDS ANCORA",
89581  direction="on",
89582  linebreak="ba",
89583  unicodeslot=0x2E15,
89584 },
89585 [0x2E16]={
89586  category="po",
89587  description="DOTTED RIGHT-POINTING ANGLE",
89588  direction="on",
89589  linebreak="al",
89590  unicodeslot=0x2E16,
89591 },
89592 [0x2E17]={
89593  category="pd",
89594  description="DOUBLE OBLIQUE HYPHEN",
89595  direction="on",
89596  linebreak="ba",
89597  unicodeslot=0x2E17,
89598 },
89599 [0x2E18]={
89600  category="po",
89601  description="INVERTED INTERROBANG",
89602  direction="on",
89603  linebreak="op",
89604  synonyms={ "gnaborretni" },
89605  unicodeslot=0x2E18,
89606 },
89607 [0x2E19]={
89608  category="po",
89609  description="PALM BRANCH",
89610  direction="on",
89611  linebreak="ba",
89612  unicodeslot=0x2E19,
89613 },
89614 [0x2E1A]={
89615  category="pd",
89616  description="HYPHEN WITH DIAERESIS",
89617  direction="on",
89618  linebreak="al",
89619  unicodeslot=0x2E1A,
89620 },
89621 [0x2E1B]={
89622  category="po",
89623  description="TILDE WITH RING ABOVE",
89624  direction="on",
89625  linebreak="al",
89626  unicodeslot=0x2E1B,
89627 },
89628 [0x2E1C]={
89629  category="pi",
89630  description="LEFT LOW PARAPHRASE BRACKET",
89631  direction="on",
89632  linebreak="qu",
89633  mirror=0x2E1D,
89634  unicodeslot=0x2E1C,
89635 },
89636 [0x2E1D]={
89637  category="pf",
89638  description="RIGHT LOW PARAPHRASE BRACKET",
89639  direction="on",
89640  linebreak="qu",
89641  mirror=0x2E1C,
89642  unicodeslot=0x2E1D,
89643 },
89644 [0x2E1E]={
89645  category="po",
89646  description="TILDE WITH DOT ABOVE",
89647  direction="on",
89648  linebreak="al",
89649  unicodeslot=0x2E1E,
89650 },
89651 [0x2E1F]={
89652  category="po",
89653  description="TILDE WITH DOT BELOW",
89654  direction="on",
89655  linebreak="al",
89656  unicodeslot=0x2E1F,
89657 },
89658 [0x2E20]={
89659  category="pi",
89660  description="LEFT VERTICAL BAR WITH QUILL",
89661  direction="on",
89662  linebreak="qu",
89663  mirror=0x2E21,
89664  unicodeslot=0x2E20,
89665 },
89666 [0x2E21]={
89667  category="pf",
89668  description="RIGHT VERTICAL BAR WITH QUILL",
89669  direction="on",
89670  linebreak="qu",
89671  mirror=0x2E20,
89672  unicodeslot=0x2E21,
89673 },
89674 [0x2E22]={
89675  category="ps",
89676  description="TOP LEFT HALF BRACKET",
89677  direction="on",
89678  linebreak="op",
89679  mirror=0x2E23,
89680  unicodeslot=0x2E22,
89681 },
89682 [0x2E23]={
89683  category="pe",
89684  description="TOP RIGHT HALF BRACKET",
89685  direction="on",
89686  linebreak="cl",
89687  mirror=0x2E22,
89688  unicodeslot=0x2E23,
89689 },
89690 [0x2E24]={
89691  category="ps",
89692  description="BOTTOM LEFT HALF BRACKET",
89693  direction="on",
89694  linebreak="op",
89695  mirror=0x2E25,
89696  unicodeslot=0x2E24,
89697 },
89698 [0x2E25]={
89699  category="pe",
89700  description="BOTTOM RIGHT HALF BRACKET",
89701  direction="on",
89702  linebreak="cl",
89703  mirror=0x2E24,
89704  unicodeslot=0x2E25,
89705 },
89706 [0x2E26]={
89707  category="ps",
89708  description="LEFT SIDEWAYS U BRACKET",
89709  direction="on",
89710  linebreak="op",
89711  mirror=0x2E27,
89712  unicodeslot=0x2E26,
89713 },
89714 [0x2E27]={
89715  category="pe",
89716  description="RIGHT SIDEWAYS U BRACKET",
89717  direction="on",
89718  linebreak="cl",
89719  mirror=0x2E26,
89720  unicodeslot=0x2E27,
89721 },
89722 [0x2E28]={
89723  category="ps",
89724  description="LEFT DOUBLE PARENTHESIS",
89725  direction="on",
89726  linebreak="op",
89727  mirror=0x2E29,
89728  unicodeslot=0x2E28,
89729 },
89730 [0x2E29]={
89731  category="pe",
89732  description="RIGHT DOUBLE PARENTHESIS",
89733  direction="on",
89734  linebreak="cl",
89735  mirror=0x2E28,
89736  unicodeslot=0x2E29,
89737 },
89738 [0x2E2A]={
89739  category="po",
89740  description="TWO DOTS OVER ONE DOT PUNCTUATION",
89741  direction="on",
89742  linebreak="ba",
89743  unicodeslot=0x2E2A,
89744 },
89745 [0x2E2B]={
89746  category="po",
89747  description="ONE DOT OVER TWO DOTS PUNCTUATION",
89748  direction="on",
89749  linebreak="ba",
89750  unicodeslot=0x2E2B,
89751 },
89752 [0x2E2C]={
89753  category="po",
89754  description="SQUARED FOUR DOT PUNCTUATION",
89755  direction="on",
89756  linebreak="ba",
89757  unicodeslot=0x2E2C,
89758 },
89759 [0x2E2D]={
89760  category="po",
89761  description="FIVE DOT MARK",
89762  direction="on",
89763  linebreak="ba",
89764  unicodeslot=0x2E2D,
89765 },
89766 [0x2E2E]={
89767  category="po",
89768  description="REVERSED QUESTION MARK",
89769  direction="on",
89770  linebreak="ex",
89771  unicodeslot=0x2E2E,
89772 },
89773 [0x2E2F]={
89774  category="lm",
89775  description="VERTICAL TILDE",
89776  direction="on",
89777  linebreak="al",
89778  unicodeslot=0x2E2F,
89779 },
89780 [0x2E30]={
89781  category="po",
89782  description="RING POINT",
89783  direction="on",
89784  linebreak="ba",
89785  unicodeslot=0x2E30,
89786 },
89787 [0x2E31]={
89788  category="po",
89789  description="WORD SEPARATOR MIDDLE DOT",
89790  direction="on",
89791  linebreak="ba",
89792  unicodeslot=0x2E31,
89793 },
89794 [0x2E32]={
89795  category="po",
89796  description="TURNED COMMA",
89797  direction="on",
89798  linebreak="al",
89799  unicodeslot=0x2E32,
89800 },
89801 [0x2E33]={
89802  category="po",
89803  description="RAISED DOT",
89804  direction="on",
89805  linebreak="ba",
89806  unicodeslot=0x2E33,
89807 },
89808 [0x2E34]={
89809  category="po",
89810  description="RAISED COMMA",
89811  direction="on",
89812  linebreak="ba",
89813  unicodeslot=0x2E34,
89814 },
89815 [0x2E35]={
89816  category="po",
89817  description="TURNED SEMICOLON",
89818  direction="on",
89819  linebreak="al",
89820  unicodeslot=0x2E35,
89821 },
89822 [0x2E36]={
89823  category="po",
89824  description="DAGGER WITH LEFT GUARD",
89825  direction="on",
89826  linebreak="al",
89827  unicodeslot=0x2E36,
89828 },
89829 [0x2E37]={
89830  category="po",
89831  description="DAGGER WITH RIGHT GUARD",
89832  direction="on",
89833  linebreak="al",
89834  unicodeslot=0x2E37,
89835 },
89836 [0x2E38]={
89837  category="po",
89838  description="TURNED DAGGER",
89839  direction="on",
89840  linebreak="al",
89841  unicodeslot=0x2E38,
89842 },
89843 [0x2E39]={
89844  category="po",
89845  description="TOP HALF SECTION SIGN",
89846  direction="on",
89847  linebreak="al",
89848  unicodeslot=0x2E39,
89849 },
89850 [0x2E3A]={
89851  category="pd",
89852  description="TWO-EM DASH",
89853  direction="on",
89854  linebreak="b2",
89855  synonyms={ "omission dash" },
89856  unicodeslot=0x2E3A,
89857 },
89858 [0x2E3B]={
89859  category="pd",
89860  description="THREE-EM DASH",
89861  direction="on",
89862  linebreak="b2",
89863  unicodeslot=0x2E3B,
89864 },
89865 [0x2E3C]={
89866  category="po",
89867  description="STENOGRAPHIC FULL STOP",
89868  direction="on",
89869  linebreak="ba",
89870  unicodeslot=0x2E3C,
89871 },
89872 [0x2E3D]={
89873  category="po",
89874  description="VERTICAL SIX DOTS",
89875  direction="on",
89876  linebreak="ba",
89877  unicodeslot=0x2E3D,
89878 },
89879 [0x2E3E]={
89880  category="po",
89881  description="WIGGLY VERTICAL LINE",
89882  direction="on",
89883  linebreak="ba",
89884  unicodeslot=0x2E3E,
89885 },
89886 [0x2E3F]={
89887  category="po",
89888  description="CAPITULUM",
89889  direction="on",
89890  linebreak="al",
89891  unicodeslot=0x2E3F,
89892 },
89893 [0x2E40]={
89894  category="pd",
89895  description="DOUBLE HYPHEN",
89896  direction="on",
89897  linebreak="ba",
89898  unicodeslot=0x2E40,
89899 },
89900 [0x2E41]={
89901  category="po",
89902  description="REVERSED COMMA",
89903  direction="on",
89904  linebreak="ba",
89905  unicodeslot=0x2E41,
89906 },
89907 [0x2E42]={
89908  category="ps",
89909  description="DOUBLE LOW-REVERSED-9 QUOTATION MARK",
89910  direction="on",
89911  linebreak="op",
89912  unicodeslot=0x2E42,
89913 },
89914 [0x2E43]={
89915  category="po",
89916  description="DASH WITH LEFT UPTURN",
89917  direction="on",
89918  linebreak="ba",
89919  unicodeslot=0x2E43,
89920 },
89921 [0x2E44]={
89922  category="po",
89923  description="DOUBLE SUSPENSION MARK",
89924  direction="on",
89925  linebreak="ba",
89926  unicodeslot=0x2E44,
89927 },
89928 [0x2E45]={
89929  category="po",
89930  description="INVERTED LOW KAVYKA",
89931  direction="on",
89932  linebreak="ba",
89933  unicodeslot=0x2E45,
89934 },
89935 [0x2E46]={
89936  category="po",
89937  description="INVERTED LOW KAVYKA WITH KAVYKA ABOVE",
89938  direction="on",
89939  linebreak="ba",
89940  unicodeslot=0x2E46,
89941 },
89942 [0x2E47]={
89943  category="po",
89944  description="LOW KAVYKA",
89945  direction="on",
89946  linebreak="ba",
89947  unicodeslot=0x2E47,
89948 },
89949 [0x2E48]={
89950  category="po",
89951  description="LOW KAVYKA WITH DOT",
89952  direction="on",
89953  linebreak="ba",
89954  unicodeslot=0x2E48,
89955 },
89956 [0x2E49]={
89957  category="po",
89958  description="DOUBLE STACKED COMMA",
89959  direction="on",
89960  linebreak="ba",
89961  unicodeslot=0x2E49,
89962 },
89963 [0x2E4A]={
89964  category="po",
89965  description="DOTTED SOLIDUS",
89966  direction="on",
89967  linebreak="ba",
89968  unicodeslot=0x2E4A,
89969 },
89970 [0x2E4B]={
89971  category="po",
89972  description="TRIPLE DAGGER",
89973  direction="on",
89974  linebreak="al",
89975  unicodeslot=0x2E4B,
89976 },
89977 [0x2E4C]={
89978  category="po",
89979  description="MEDIEVAL COMMA",
89980  direction="on",
89981  linebreak="ba",
89982  unicodeslot=0x2E4C,
89983 },
89984 [0x2E4D]={
89985  category="po",
89986  description="PARAGRAPHUS MARK",
89987  direction="on",
89988  linebreak="al",
89989  unicodeslot=0x2E4D,
89990 },
89991 [0x2E4E]={
89992  category="po",
89993  description="PUNCTUS ELEVATUS MARK",
89994  direction="on",
89995  linebreak="ba",
89996  unicodeslot=0x2E4E,
89997 },
89998 [0x2E4F]={
89999  category="po",
90000  description="CORNISH VERSE DIVIDER",
90001  direction="on",
90002  linebreak="ba",
90003  unicodeslot=0x2E4F,
90004 },
90005 [0x2E50]={
90006  category="so",
90007  description="CROSS PATTY WITH RIGHT CROSSBAR",
90008  direction="on",
90009  linebreak="al",
90010  unicodeslot=0x2E50,
90011 },
90012 [0x2E51]={
90013  category="so",
90014  description="CROSS PATTY WITH LEFT CROSSBAR",
90015  direction="on",
90016  linebreak="al",
90017  unicodeslot=0x2E51,
90018 },
90019 [0x2E52]={
90020  category="po",
90021  description="TIRONIAN SIGN CAPITAL ET",
90022  direction="on",
90023  linebreak="al",
90024  unicodeslot=0x2E52,
90025 },
90026 [0x2E53]={
90027  category="po",
90028  description="MEDIEVAL EXCLAMATION MARK",
90029  direction="on",
90030  linebreak="ex",
90031  unicodeslot=0x2E53,
90032 },
90033 [0x2E54]={
90034  category="po",
90035  description="MEDIEVAL QUESTION MARK",
90036  direction="on",
90037  linebreak="ex",
90038  unicodeslot=0x2E54,
90039 },
90040 [0x2E55]={
90041  category="ps",
90042  description="LEFT SQUARE BRACKET WITH STROKE",
90043  direction="on",
90044  linebreak="op",
90045  mirror=0x2E56,
90046  unicodeslot=0x2E55,
90047 },
90048 [0x2E56]={
90049  category="pe",
90050  description="RIGHT SQUARE BRACKET WITH STROKE",
90051  direction="on",
90052  linebreak="cp",
90053  mirror=0x2E55,
90054  unicodeslot=0x2E56,
90055 },
90056 [0x2E57]={
90057  category="ps",
90058  description="LEFT SQUARE BRACKET WITH DOUBLE STROKE",
90059  direction="on",
90060  linebreak="op",
90061  mirror=0x2E58,
90062  unicodeslot=0x2E57,
90063 },
90064 [0x2E58]={
90065  category="pe",
90066  description="RIGHT SQUARE BRACKET WITH DOUBLE STROKE",
90067  direction="on",
90068  linebreak="cp",
90069  mirror=0x2E57,
90070  unicodeslot=0x2E58,
90071 },
90072 [0x2E59]={
90073  category="ps",
90074  description="TOP HALF LEFT PARENTHESIS",
90075  direction="on",
90076  linebreak="op",
90077  mirror=0x2E5A,
90078  unicodeslot=0x2E59,
90079 },
90080 [0x2E5A]={
90081  category="pe",
90082  description="TOP HALF RIGHT PARENTHESIS",
90083  direction="on",
90084  linebreak="cp",
90085  mirror=0x2E59,
90086  unicodeslot=0x2E5A,
90087 },
90088 [0x2E5B]={
90089  category="ps",
90090  description="BOTTOM HALF LEFT PARENTHESIS",
90091  direction="on",
90092  linebreak="op",
90093  mirror=0x2E5C,
90094  unicodeslot=0x2E5B,
90095 },
90096 [0x2E5C]={
90097  category="pe",
90098  description="BOTTOM HALF RIGHT PARENTHESIS",
90099  direction="on",
90100  linebreak="cp",
90101  mirror=0x2E5B,
90102  unicodeslot=0x2E5C,
90103 },
90104 [0x2E5D]={
90105  category="pd",
90106  description="OBLIQUE HYPHEN",
90107  direction="on",
90108  linebreak="ba",
90109  unicodeslot=0x2E5D,
90110 },
90111 [0x2E80]={
90112  category="so",
90113  cjkwd="w",
90114  description="CJK RADICAL REPEAT",
90115  direction="on",
90116  linebreak="id",
90117  unicodeslot=0x2E80,
90118 },
90119 [0x2E81]={
90120  category="so",
90121  cjkwd="w",
90122  description="CJK RADICAL CLIFF",
90123  direction="on",
90124  linebreak="id",
90125  unicodeslot=0x2E81,
90126 },
90127 [0x2E82]={
90128  category="so",
90129  cjkwd="w",
90130  description="CJK RADICAL SECOND ONE",
90131  direction="on",
90132  linebreak="id",
90133  unicodeslot=0x2E82,
90134 },
90135 [0x2E83]={
90136  category="so",
90137  cjkwd="w",
90138  description="CJK RADICAL SECOND TWO",
90139  direction="on",
90140  linebreak="id",
90141  unicodeslot=0x2E83,
90142 },
90143 [0x2E84]={
90144  category="so",
90145  cjkwd="w",
90146  description="CJK RADICAL SECOND THREE",
90147  direction="on",
90148  linebreak="id",
90149  unicodeslot=0x2E84,
90150 },
90151 [0x2E85]={
90152  category="so",
90153  cjkwd="w",
90154  description="CJK RADICAL PERSON",
90155  direction="on",
90156  linebreak="id",
90157  unicodeslot=0x2E85,
90158 },
90159 [0x2E86]={
90160  category="so",
90161  cjkwd="w",
90162  description="CJK RADICAL BOX",
90163  direction="on",
90164  linebreak="id",
90165  unicodeslot=0x2E86,
90166 },
90167 [0x2E87]={
90168  category="so",
90169  cjkwd="w",
90170  description="CJK RADICAL TABLE",
90171  direction="on",
90172  linebreak="id",
90173  unicodeslot=0x2E87,
90174 },
90175 [0x2E88]={
90176  category="so",
90177  cjkwd="w",
90178  description="CJK RADICAL KNIFE ONE",
90179  direction="on",
90180  linebreak="id",
90181  unicodeslot=0x2E88,
90182 },
90183 [0x2E89]={
90184  category="so",
90185  cjkwd="w",
90186  description="CJK RADICAL KNIFE TWO",
90187  direction="on",
90188  linebreak="id",
90189  unicodeslot=0x2E89,
90190 },
90191 [0x2E8A]={
90192  category="so",
90193  cjkwd="w",
90194  description="CJK RADICAL DIVINATION",
90195  direction="on",
90196  linebreak="id",
90197  unicodeslot=0x2E8A,
90198 },
90199 [0x2E8B]={
90200  category="so",
90201  cjkwd="w",
90202  description="CJK RADICAL SEAL",
90203  direction="on",
90204  linebreak="id",
90205  unicodeslot=0x2E8B,
90206 },
90207 [0x2E8C]={
90208  category="so",
90209  cjkwd="w",
90210  description="CJK RADICAL SMALL ONE",
90211  direction="on",
90212  linebreak="id",
90213  unicodeslot=0x2E8C,
90214 },
90215 [0x2E8D]={
90216  category="so",
90217  cjkwd="w",
90218  description="CJK RADICAL SMALL TWO",
90219  direction="on",
90220  linebreak="id",
90221  unicodeslot=0x2E8D,
90222 },
90223 [0x2E8E]={
90224  category="so",
90225  cjkwd="w",
90226  description="CJK RADICAL LAME ONE",
90227  direction="on",
90228  linebreak="id",
90229  unicodeslot=0x2E8E,
90230 },
90231 [0x2E8F]={
90232  category="so",
90233  cjkwd="w",
90234  description="CJK RADICAL LAME TWO",
90235  direction="on",
90236  linebreak="id",
90237  unicodeslot=0x2E8F,
90238 },
90239 [0x2E90]={
90240  category="so",
90241  cjkwd="w",
90242  description="CJK RADICAL LAME THREE",
90243  direction="on",
90244  linebreak="id",
90245  unicodeslot=0x2E90,
90246 },
90247 [0x2E91]={
90248  category="so",
90249  cjkwd="w",
90250  description="CJK RADICAL LAME FOUR",
90251  direction="on",
90252  linebreak="id",
90253  unicodeslot=0x2E91,
90254 },
90255 [0x2E92]={
90256  category="so",
90257  cjkwd="w",
90258  description="CJK RADICAL SNAKE",
90259  direction="on",
90260  linebreak="id",
90261  unicodeslot=0x2E92,
90262 },
90263 [0x2E93]={
90264  category="so",
90265  cjkwd="w",
90266  description="CJK RADICAL THREAD",
90267  direction="on",
90268  linebreak="id",
90269  unicodeslot=0x2E93,
90270 },
90271 [0x2E94]={
90272  category="so",
90273  cjkwd="w",
90274  description="CJK RADICAL SNOUT ONE",
90275  direction="on",
90276  linebreak="id",
90277  unicodeslot=0x2E94,
90278 },
90279 [0x2E95]={
90280  category="so",
90281  cjkwd="w",
90282  description="CJK RADICAL SNOUT TWO",
90283  direction="on",
90284  linebreak="id",
90285  unicodeslot=0x2E95,
90286 },
90287 [0x2E96]={
90288  category="so",
90289  cjkwd="w",
90290  description="CJK RADICAL HEART ONE",
90291  direction="on",
90292  linebreak="id",
90293  unicodeslot=0x2E96,
90294 },
90295 [0x2E97]={
90296  category="so",
90297  cjkwd="w",
90298  description="CJK RADICAL HEART TWO",
90299  direction="on",
90300  linebreak="id",
90301  unicodeslot=0x2E97,
90302 },
90303 [0x2E98]={
90304  category="so",
90305  cjkwd="w",
90306  description="CJK RADICAL HAND",
90307  direction="on",
90308  linebreak="id",
90309  unicodeslot=0x2E98,
90310 },
90311 [0x2E99]={
90312  category="so",
90313  cjkwd="w",
90314  description="CJK RADICAL RAP",
90315  direction="on",
90316  linebreak="id",
90317  unicodeslot=0x2E99,
90318 },
90319 [0x2E9B]={
90320  category="so",
90321  cjkwd="w",
90322  description="CJK RADICAL CHOKE",
90323  direction="on",
90324  linebreak="id",
90325  unicodeslot=0x2E9B,
90326 },
90327 [0x2E9C]={
90328  category="so",
90329  cjkwd="w",
90330  description="CJK RADICAL SUN",
90331  direction="on",
90332  linebreak="id",
90333  unicodeslot=0x2E9C,
90334 },
90335 [0x2E9D]={
90336  category="so",
90337  cjkwd="w",
90338  description="CJK RADICAL MOON",
90339  direction="on",
90340  linebreak="id",
90341  unicodeslot=0x2E9D,
90342 },
90343 [0x2E9E]={
90344  category="so",
90345  cjkwd="w",
90346  description="CJK RADICAL DEATH",
90347  direction="on",
90348  linebreak="id",
90349  unicodeslot=0x2E9E,
90350 },
90351 [0x2E9F]={
90352  category="so",
90353  cjkwd="w",
90354  description="CJK RADICAL MOTHER",
90355  direction="on",
90356  linebreak="id",
90357  specials={ "compat", 0x6BCD },
90358  unicodeslot=0x2E9F,
90359 },
90360 [0x2EA0]={
90361  category="so",
90362  cjkwd="w",
90363  description="CJK RADICAL CIVILIAN",
90364  direction="on",
90365  linebreak="id",
90366  unicodeslot=0x2EA0,
90367 },
90368 [0x2EA1]={
90369  category="so",
90370  cjkwd="w",
90371  description="CJK RADICAL WATER ONE",
90372  direction="on",
90373  linebreak="id",
90374  unicodeslot=0x2EA1,
90375 },
90376 [0x2EA2]={
90377  category="so",
90378  cjkwd="w",
90379  description="CJK RADICAL WATER TWO",
90380  direction="on",
90381  linebreak="id",
90382  unicodeslot=0x2EA2,
90383 },
90384 [0x2EA3]={
90385  category="so",
90386  cjkwd="w",
90387  description="CJK RADICAL FIRE",
90388  direction="on",
90389  linebreak="id",
90390  unicodeslot=0x2EA3,
90391 },
90392 [0x2EA4]={
90393  category="so",
90394  cjkwd="w",
90395  description="CJK RADICAL PAW ONE",
90396  direction="on",
90397  linebreak="id",
90398  unicodeslot=0x2EA4,
90399 },
90400 [0x2EA5]={
90401  category="so",
90402  cjkwd="w",
90403  description="CJK RADICAL PAW TWO",
90404  direction="on",
90405  linebreak="id",
90406  unicodeslot=0x2EA5,
90407 },
90408 [0x2EA6]={
90409  category="so",
90410  cjkwd="w",
90411  description="CJK RADICAL SIMPLIFIED HALF TREE TRUNK",
90412  direction="on",
90413  linebreak="id",
90414  unicodeslot=0x2EA6,
90415 },
90416 [0x2EA7]={
90417  category="so",
90418  cjkwd="w",
90419  description="CJK RADICAL COW",
90420  direction="on",
90421  linebreak="id",
90422  unicodeslot=0x2EA7,
90423 },
90424 [0x2EA8]={
90425  category="so",
90426  cjkwd="w",
90427  description="CJK RADICAL DOG",
90428  direction="on",
90429  linebreak="id",
90430  unicodeslot=0x2EA8,
90431 },
90432 [0x2EA9]={
90433  category="so",
90434  cjkwd="w",
90435  description="CJK RADICAL JADE",
90436  direction="on",
90437  linebreak="id",
90438  unicodeslot=0x2EA9,
90439 },
90440 [0x2EAA]={
90441  category="so",
90442  cjkwd="w",
90443  description="CJK RADICAL BOLT OF CLOTH",
90444  direction="on",
90445  linebreak="id",
90446  unicodeslot=0x2EAA,
90447 },
90448 [0x2EAB]={
90449  category="so",
90450  cjkwd="w",
90451  description="CJK RADICAL EYE",
90452  direction="on",
90453  linebreak="id",
90454  unicodeslot=0x2EAB,
90455 },
90456 [0x2EAC]={
90457  category="so",
90458  cjkwd="w",
90459  description="CJK RADICAL SPIRIT ONE",
90460  direction="on",
90461  linebreak="id",
90462  unicodeslot=0x2EAC,
90463 },
90464 [0x2EAD]={
90465  category="so",
90466  cjkwd="w",
90467  description="CJK RADICAL SPIRIT TWO",
90468  direction="on",
90469  linebreak="id",
90470  unicodeslot=0x2EAD,
90471 },
90472 [0x2EAE]={
90473  category="so",
90474  cjkwd="w",
90475  description="CJK RADICAL BAMBOO",
90476  direction="on",
90477  linebreak="id",
90478  unicodeslot=0x2EAE,
90479 },
90480 [0x2EAF]={
90481  category="so",
90482  cjkwd="w",
90483  description="CJK RADICAL SILK",
90484  direction="on",
90485  linebreak="id",
90486  unicodeslot=0x2EAF,
90487 },
90488 [0x2EB0]={
90489  category="so",
90490  cjkwd="w",
90491  description="CJK RADICAL C-SIMPLIFIED SILK",
90492  direction="on",
90493  linebreak="id",
90494  unicodeslot=0x2EB0,
90495 },
90496 [0x2EB1]={
90497  category="so",
90498  cjkwd="w",
90499  description="CJK RADICAL NET ONE",
90500  direction="on",
90501  linebreak="id",
90502  unicodeslot=0x2EB1,
90503 },
90504 [0x2EB2]={
90505  category="so",
90506  cjkwd="w",
90507  description="CJK RADICAL NET TWO",
90508  direction="on",
90509  linebreak="id",
90510  unicodeslot=0x2EB2,
90511 },
90512 [0x2EB3]={
90513  category="so",
90514  cjkwd="w",
90515  description="CJK RADICAL NET THREE",
90516  direction="on",
90517  linebreak="id",
90518  unicodeslot=0x2EB3,
90519 },
90520 [0x2EB4]={
90521  category="so",
90522  cjkwd="w",
90523  description="CJK RADICAL NET FOUR",
90524  direction="on",
90525  linebreak="id",
90526  unicodeslot=0x2EB4,
90527 },
90528 [0x2EB5]={
90529  category="so",
90530  cjkwd="w",
90531  description="CJK RADICAL MESH",
90532  direction="on",
90533  linebreak="id",
90534  unicodeslot=0x2EB5,
90535 },
90536 [0x2EB6]={
90537  category="so",
90538  cjkwd="w",
90539  description="CJK RADICAL SHEEP",
90540  direction="on",
90541  linebreak="id",
90542  unicodeslot=0x2EB6,
90543 },
90544 [0x2EB7]={
90545  category="so",
90546  cjkwd="w",
90547  description="CJK RADICAL RAM",
90548  direction="on",
90549  linebreak="id",
90550  unicodeslot=0x2EB7,
90551 },
90552 [0x2EB8]={
90553  category="so",
90554  cjkwd="w",
90555  description="CJK RADICAL EWE",
90556  direction="on",
90557  linebreak="id",
90558  unicodeslot=0x2EB8,
90559 },
90560 [0x2EB9]={
90561  category="so",
90562  cjkwd="w",
90563  description="CJK RADICAL OLD",
90564  direction="on",
90565  linebreak="id",
90566  unicodeslot=0x2EB9,
90567 },
90568 [0x2EBA]={
90569  category="so",
90570  cjkwd="w",
90571  description="CJK RADICAL BRUSH ONE",
90572  direction="on",
90573  linebreak="id",
90574  unicodeslot=0x2EBA,
90575 },
90576 [0x2EBB]={
90577  category="so",
90578  cjkwd="w",
90579  description="CJK RADICAL BRUSH TWO",
90580  direction="on",
90581  linebreak="id",
90582  unicodeslot=0x2EBB,
90583 },
90584 [0x2EBC]={
90585  category="so",
90586  cjkwd="w",
90587  description="CJK RADICAL MEAT",
90588  direction="on",
90589  linebreak="id",
90590  unicodeslot=0x2EBC,
90591 },
90592 [0x2EBD]={
90593  category="so",
90594  cjkwd="w",
90595  description="CJK RADICAL MORTAR",
90596  direction="on",
90597  linebreak="id",
90598  unicodeslot=0x2EBD,
90599 },
90600 [0x2EBE]={
90601  category="so",
90602  cjkwd="w",
90603  description="CJK RADICAL GRASS ONE",
90604  direction="on",
90605  linebreak="id",
90606  unicodeslot=0x2EBE,
90607 },
90608 [0x2EBF]={
90609  category="so",
90610  cjkwd="w",
90611  description="CJK RADICAL GRASS TWO",
90612  direction="on",
90613  linebreak="id",
90614  unicodeslot=0x2EBF,
90615 },
90616 [0x2EC0]={
90617  category="so",
90618  cjkwd="w",
90619  description="CJK RADICAL GRASS THREE",
90620  direction="on",
90621  linebreak="id",
90622  unicodeslot=0x2EC0,
90623 },
90624 [0x2EC1]={
90625  category="so",
90626  cjkwd="w",
90627  description="CJK RADICAL TIGER",
90628  direction="on",
90629  linebreak="id",
90630  unicodeslot=0x2EC1,
90631 },
90632 [0x2EC2]={
90633  category="so",
90634  cjkwd="w",
90635  description="CJK RADICAL CLOTHES",
90636  direction="on",
90637  linebreak="id",
90638  unicodeslot=0x2EC2,
90639 },
90640 [0x2EC3]={
90641  category="so",
90642  cjkwd="w",
90643  description="CJK RADICAL WEST ONE",
90644  direction="on",
90645  linebreak="id",
90646  unicodeslot=0x2EC3,
90647 },
90648 [0x2EC4]={
90649  category="so",
90650  cjkwd="w",
90651  description="CJK RADICAL WEST TWO",
90652  direction="on",
90653  linebreak="id",
90654  unicodeslot=0x2EC4,
90655 },
90656 [0x2EC5]={
90657  category="so",
90658  cjkwd="w",
90659  description="CJK RADICAL C-SIMPLIFIED SEE",
90660  direction="on",
90661  linebreak="id",
90662  unicodeslot=0x2EC5,
90663 },
90664 [0x2EC6]={
90665  category="so",
90666  cjkwd="w",
90667  description="CJK RADICAL SIMPLIFIED HORN",
90668  direction="on",
90669  linebreak="id",
90670  unicodeslot=0x2EC6,
90671 },
90672 [0x2EC7]={
90673  category="so",
90674  cjkwd="w",
90675  description="CJK RADICAL HORN",
90676  direction="on",
90677  linebreak="id",
90678  unicodeslot=0x2EC7,
90679 },
90680 [0x2EC8]={
90681  category="so",
90682  cjkwd="w",
90683  description="CJK RADICAL C-SIMPLIFIED SPEECH",
90684  direction="on",
90685  linebreak="id",
90686  unicodeslot=0x2EC8,
90687 },
90688 [0x2EC9]={
90689  category="so",
90690  cjkwd="w",
90691  description="CJK RADICAL C-SIMPLIFIED SHELL",
90692  direction="on",
90693  linebreak="id",
90694  unicodeslot=0x2EC9,
90695 },
90696 [0x2ECA]={
90697  category="so",
90698  cjkwd="w",
90699  description="CJK RADICAL FOOT",
90700  direction="on",
90701  linebreak="id",
90702  unicodeslot=0x2ECA,
90703 },
90704 [0x2ECB]={
90705  category="so",
90706  cjkwd="w",
90707  description="CJK RADICAL C-SIMPLIFIED CART",
90708  direction="on",
90709  linebreak="id",
90710  unicodeslot=0x2ECB,
90711 },
90712 [0x2ECC]={
90713  category="so",
90714  cjkwd="w",
90715  description="CJK RADICAL SIMPLIFIED WALK",
90716  direction="on",
90717  linebreak="id",
90718  unicodeslot=0x2ECC,
90719 },
90720 [0x2ECD]={
90721  category="so",
90722  cjkwd="w",
90723  description="CJK RADICAL WALK ONE",
90724  direction="on",
90725  linebreak="id",
90726  unicodeslot=0x2ECD,
90727 },
90728 [0x2ECE]={
90729  category="so",
90730  cjkwd="w",
90731  description="CJK RADICAL WALK TWO",
90732  direction="on",
90733  linebreak="id",
90734  unicodeslot=0x2ECE,
90735 },
90736 [0x2ECF]={
90737  category="so",
90738  cjkwd="w",
90739  description="CJK RADICAL CITY",
90740  direction="on",
90741  linebreak="id",
90742  unicodeslot=0x2ECF,
90743 },
90744 [0x2ED0]={
90745  category="so",
90746  cjkwd="w",
90747  description="CJK RADICAL C-SIMPLIFIED GOLD",
90748  direction="on",
90749  linebreak="id",
90750  unicodeslot=0x2ED0,
90751 },
90752 [0x2ED1]={
90753  category="so",
90754  cjkwd="w",
90755  description="CJK RADICAL LONG ONE",
90756  direction="on",
90757  linebreak="id",
90758  unicodeslot=0x2ED1,
90759 },
90760 [0x2ED2]={
90761  category="so",
90762  cjkwd="w",
90763  description="CJK RADICAL LONG TWO",
90764  direction="on",
90765  linebreak="id",
90766  unicodeslot=0x2ED2,
90767 },
90768 [0x2ED3]={
90769  category="so",
90770  cjkwd="w",
90771  description="CJK RADICAL C-SIMPLIFIED LONG",
90772  direction="on",
90773  linebreak="id",
90774  unicodeslot=0x2ED3,
90775 },
90776 [0x2ED4]={
90777  category="so",
90778  cjkwd="w",
90779  description="CJK RADICAL C-SIMPLIFIED GATE",
90780  direction="on",
90781  linebreak="id",
90782  unicodeslot=0x2ED4,
90783 },
90784 [0x2ED5]={
90785  category="so",
90786  cjkwd="w",
90787  description="CJK RADICAL MOUND ONE",
90788  direction="on",
90789  linebreak="id",
90790  unicodeslot=0x2ED5,
90791 },
90792 [0x2ED6]={
90793  category="so",
90794  cjkwd="w",
90795  description="CJK RADICAL MOUND TWO",
90796  direction="on",
90797  linebreak="id",
90798  unicodeslot=0x2ED6,
90799 },
90800 [0x2ED7]={
90801  category="so",
90802  cjkwd="w",
90803  description="CJK RADICAL RAIN",
90804  direction="on",
90805  linebreak="id",
90806  unicodeslot=0x2ED7,
90807 },
90808 [0x2ED8]={
90809  category="so",
90810  cjkwd="w",
90811  description="CJK RADICAL BLUE",
90812  direction="on",
90813  linebreak="id",
90814  unicodeslot=0x2ED8,
90815 },
90816 [0x2ED9]={
90817  category="so",
90818  cjkwd="w",
90819  description="CJK RADICAL C-SIMPLIFIED TANNED LEATHER",
90820  direction="on",
90821  linebreak="id",
90822  unicodeslot=0x2ED9,
90823 },
90824 [0x2EDA]={
90825  category="so",
90826  cjkwd="w",
90827  description="CJK RADICAL C-SIMPLIFIED LEAF",
90828  direction="on",
90829  linebreak="id",
90830  unicodeslot=0x2EDA,
90831 },
90832 [0x2EDB]={
90833  category="so",
90834  cjkwd="w",
90835  description="CJK RADICAL C-SIMPLIFIED WIND",
90836  direction="on",
90837  linebreak="id",
90838  unicodeslot=0x2EDB,
90839 },
90840 [0x2EDC]={
90841  category="so",
90842  cjkwd="w",
90843  description="CJK RADICAL C-SIMPLIFIED FLY",
90844  direction="on",
90845  linebreak="id",
90846  unicodeslot=0x2EDC,
90847 },
90848 [0x2EDD]={
90849  category="so",
90850  cjkwd="w",
90851  description="CJK RADICAL EAT ONE",
90852  direction="on",
90853  linebreak="id",
90854  unicodeslot=0x2EDD,
90855 },
90856 [0x2EDE]={
90857  category="so",
90858  cjkwd="w",
90859  description="CJK RADICAL EAT TWO",
90860  direction="on",
90861  linebreak="id",
90862  unicodeslot=0x2EDE,
90863 },
90864 [0x2EDF]={
90865  category="so",
90866  cjkwd="w",
90867  description="CJK RADICAL EAT THREE",
90868  direction="on",
90869  linebreak="id",
90870  unicodeslot=0x2EDF,
90871 },
90872 [0x2EE0]={
90873  category="so",
90874  cjkwd="w",
90875  description="CJK RADICAL C-SIMPLIFIED EAT",
90876  direction="on",
90877  linebreak="id",
90878  unicodeslot=0x2EE0,
90879 },
90880 [0x2EE1]={
90881  category="so",
90882  cjkwd="w",
90883  description="CJK RADICAL HEAD",
90884  direction="on",
90885  linebreak="id",
90886  unicodeslot=0x2EE1,
90887 },
90888 [0x2EE2]={
90889  category="so",
90890  cjkwd="w",
90891  description="CJK RADICAL C-SIMPLIFIED HORSE",
90892  direction="on",
90893  linebreak="id",
90894  unicodeslot=0x2EE2,
90895 },
90896 [0x2EE3]={
90897  category="so",
90898  cjkwd="w",
90899  description="CJK RADICAL BONE",
90900  direction="on",
90901  linebreak="id",
90902  unicodeslot=0x2EE3,
90903 },
90904 [0x2EE4]={
90905  category="so",
90906  cjkwd="w",
90907  description="CJK RADICAL GHOST",
90908  direction="on",
90909  linebreak="id",
90910  unicodeslot=0x2EE4,
90911 },
90912 [0x2EE5]={
90913  category="so",
90914  cjkwd="w",
90915  description="CJK RADICAL C-SIMPLIFIED FISH",
90916  direction="on",
90917  linebreak="id",
90918  unicodeslot=0x2EE5,
90919 },
90920 [0x2EE6]={
90921  category="so",
90922  cjkwd="w",
90923  description="CJK RADICAL C-SIMPLIFIED BIRD",
90924  direction="on",
90925  linebreak="id",
90926  unicodeslot=0x2EE6,
90927 },
90928 [0x2EE7]={
90929  category="so",
90930  cjkwd="w",
90931  description="CJK RADICAL C-SIMPLIFIED SALT",
90932  direction="on",
90933  linebreak="id",
90934  unicodeslot=0x2EE7,
90935 },
90936 [0x2EE8]={
90937  category="so",
90938  cjkwd="w",
90939  description="CJK RADICAL SIMPLIFIED WHEAT",
90940  direction="on",
90941  linebreak="id",
90942  unicodeslot=0x2EE8,
90943 },
90944 [0x2EE9]={
90945  category="so",
90946  cjkwd="w",
90947  description="CJK RADICAL SIMPLIFIED YELLOW",
90948  direction="on",
90949  linebreak="id",
90950  unicodeslot=0x2EE9,
90951 },
90952 [0x2EEA]={
90953  category="so",
90954  cjkwd="w",
90955  description="CJK RADICAL C-SIMPLIFIED FROG",
90956  direction="on",
90957  linebreak="id",
90958  unicodeslot=0x2EEA,
90959 },
90960 [0x2EEB]={
90961  category="so",
90962  cjkwd="w",
90963  description="CJK RADICAL J-SIMPLIFIED EVEN",
90964  direction="on",
90965  linebreak="id",
90966  unicodeslot=0x2EEB,
90967 },
90968 [0x2EEC]={
90969  category="so",
90970  cjkwd="w",
90971  description="CJK RADICAL C-SIMPLIFIED EVEN",
90972  direction="on",
90973  linebreak="id",
90974  unicodeslot=0x2EEC,
90975 },
90976 [0x2EED]={
90977  category="so",
90978  cjkwd="w",
90979  description="CJK RADICAL J-SIMPLIFIED TOOTH",
90980  direction="on",
90981  linebreak="id",
90982  unicodeslot=0x2EED,
90983 },
90984 [0x2EEE]={
90985  category="so",
90986  cjkwd="w",
90987  description="CJK RADICAL C-SIMPLIFIED TOOTH",
90988  direction="on",
90989  linebreak="id",
90990  unicodeslot=0x2EEE,
90991 },
90992 [0x2EEF]={
90993  category="so",
90994  cjkwd="w",
90995  description="CJK RADICAL J-SIMPLIFIED DRAGON",
90996  direction="on",
90997  linebreak="id",
90998  unicodeslot=0x2EEF,
90999 },
91000 [0x2EF0]={
91001  category="so",
91002  cjkwd="w",
91003  description="CJK RADICAL C-SIMPLIFIED DRAGON",
91004  direction="on",
91005  linebreak="id",
91006  unicodeslot=0x2EF0,
91007 },
91008 [0x2EF1]={
91009  category="so",
91010  cjkwd="w",
91011  description="CJK RADICAL TURTLE",
91012  direction="on",
91013  linebreak="id",
91014  unicodeslot=0x2EF1,
91015 },
91016 [0x2EF2]={
91017  category="so",
91018  cjkwd="w",
91019  description="CJK RADICAL J-SIMPLIFIED TURTLE",
91020  direction="on",
91021  linebreak="id",
91022  unicodeslot=0x2EF2,
91023 },
91024 [0x2EF3]={
91025  category="so",
91026  cjkwd="w",
91027  description="CJK RADICAL C-SIMPLIFIED TURTLE",
91028  direction="on",
91029  linebreak="id",
91030  specials={ "compat", 0x9F9F },
91031  unicodeslot=0x2EF3,
91032 },
91033 [0x2F00]={
91034  category="so",
91035  cjkwd="w",
91036  description="KANGXI RADICAL ONE",
91037  direction="on",
91038  linebreak="id",
91039  specials={ "compat", 0x4E00 },
91040  unicodeslot=0x2F00,
91041 },
91042 [0x2F01]={
91043  category="so",
91044  cjkwd="w",
91045  description="KANGXI RADICAL LINE",
91046  direction="on",
91047  linebreak="id",
91048  specials={ "compat", 0x4E28 },
91049  unicodeslot=0x2F01,
91050 },
91051 [0x2F02]={
91052  category="so",
91053  cjkwd="w",
91054  description="KANGXI RADICAL DOT",
91055  direction="on",
91056  linebreak="id",
91057  specials={ "compat", 0x4E36 },
91058  unicodeslot=0x2F02,
91059 },
91060 [0x2F03]={
91061  category="so",
91062  cjkwd="w",
91063  description="KANGXI RADICAL SLASH",
91064  direction="on",
91065  linebreak="id",
91066  specials={ "compat", 0x4E3F },
91067  unicodeslot=0x2F03,
91068 },
91069 [0x2F04]={
91070  category="so",
91071  cjkwd="w",
91072  description="KANGXI RADICAL SECOND",
91073  direction="on",
91074  linebreak="id",
91075  specials={ "compat", 0x4E59 },
91076  unicodeslot=0x2F04,
91077 },
91078 [0x2F05]={
91079  category="so",
91080  cjkwd="w",
91081  description="KANGXI RADICAL HOOK",
91082  direction="on",
91083  linebreak="id",
91084  specials={ "compat", 0x4E85 },
91085  unicodeslot=0x2F05,
91086 },
91087 [0x2F06]={
91088  category="so",
91089  cjkwd="w",
91090  description="KANGXI RADICAL TWO",
91091  direction="on",
91092  linebreak="id",
91093  specials={ "compat", 0x4E8C },
91094  unicodeslot=0x2F06,
91095 },
91096 [0x2F07]={
91097  category="so",
91098  cjkwd="w",
91099  description="KANGXI RADICAL LID",
91100  direction="on",
91101  linebreak="id",
91102  specials={ "compat", 0x4EA0 },
91103  unicodeslot=0x2F07,
91104 },
91105 [0x2F08]={
91106  category="so",
91107  cjkwd="w",
91108  description="KANGXI RADICAL MAN",
91109  direction="on",
91110  linebreak="id",
91111  specials={ "compat", 0x4EBA },
91112  unicodeslot=0x2F08,
91113 },
91114 [0x2F09]={
91115  category="so",
91116  cjkwd="w",
91117  description="KANGXI RADICAL LEGS",
91118  direction="on",
91119  linebreak="id",
91120  specials={ "compat", 0x513F },
91121  unicodeslot=0x2F09,
91122 },
91123 [0x2F0A]={
91124  category="so",
91125  cjkwd="w",
91126  description="KANGXI RADICAL ENTER",
91127  direction="on",
91128  linebreak="id",
91129  specials={ "compat", 0x5165 },
91130  unicodeslot=0x2F0A,
91131 },
91132 [0x2F0B]={
91133  category="so",
91134  cjkwd="w",
91135  description="KANGXI RADICAL EIGHT",
91136  direction="on",
91137  linebreak="id",
91138  specials={ "compat", 0x516B },
91139  unicodeslot=0x2F0B,
91140 },
91141 [0x2F0C]={
91142  category="so",
91143  cjkwd="w",
91144  description="KANGXI RADICAL DOWN BOX",
91145  direction="on",
91146  linebreak="id",
91147  specials={ "compat", 0x5182 },
91148  unicodeslot=0x2F0C,
91149 },
91150 [0x2F0D]={
91151  category="so",
91152  cjkwd="w",
91153  description="KANGXI RADICAL COVER",
91154  direction="on",
91155  linebreak="id",
91156  specials={ "compat", 0x5196 },
91157  unicodeslot=0x2F0D,
91158 },
91159 [0x2F0E]={
91160  category="so",
91161  cjkwd="w",
91162  description="KANGXI RADICAL ICE",
91163  direction="on",
91164  linebreak="id",
91165  specials={ "compat", 0x51AB },
91166  unicodeslot=0x2F0E,
91167 },
91168 [0x2F0F]={
91169  category="so",
91170  cjkwd="w",
91171  description="KANGXI RADICAL TABLE",
91172  direction="on",
91173  linebreak="id",
91174  specials={ "compat", 0x51E0 },
91175  unicodeslot=0x2F0F,
91176 },
91177 [0x2F10]={
91178  category="so",
91179  cjkwd="w",
91180  description="KANGXI RADICAL OPEN BOX",
91181  direction="on",
91182  linebreak="id",
91183  specials={ "compat", 0x51F5 },
91184  unicodeslot=0x2F10,
91185 },
91186 [0x2F11]={
91187  category="so",
91188  cjkwd="w",
91189  description="KANGXI RADICAL KNIFE",
91190  direction="on",
91191  linebreak="id",
91192  specials={ "compat", 0x5200 },
91193  unicodeslot=0x2F11,
91194 },
91195 [0x2F12]={
91196  category="so",
91197  cjkwd="w",
91198  description="KANGXI RADICAL POWER",
91199  direction="on",
91200  linebreak="id",
91201  specials={ "compat", 0x529B },
91202  unicodeslot=0x2F12,
91203 },
91204 [0x2F13]={
91205  category="so",
91206  cjkwd="w",
91207  description="KANGXI RADICAL WRAP",
91208  direction="on",
91209  linebreak="id",
91210  specials={ "compat", 0x52F9 },
91211  unicodeslot=0x2F13,
91212 },
91213 [0x2F14]={
91214  category="so",
91215  cjkwd="w",
91216  description="KANGXI RADICAL SPOON",
91217  direction="on",
91218  linebreak="id",
91219  specials={ "compat", 0x5315 },
91220  unicodeslot=0x2F14,
91221 },
91222 [0x2F15]={
91223  category="so",
91224  cjkwd="w",
91225  description="KANGXI RADICAL RIGHT OPEN BOX",
91226  direction="on",
91227  linebreak="id",
91228  specials={ "compat", 0x531A },
91229  unicodeslot=0x2F15,
91230 },
91231 [0x2F16]={
91232  category="so",
91233  cjkwd="w",
91234  description="KANGXI RADICAL HIDING ENCLOSURE",
91235  direction="on",
91236  linebreak="id",
91237  specials={ "compat", 0x5338 },
91238  unicodeslot=0x2F16,
91239 },
91240 [0x2F17]={
91241  category="so",
91242  cjkwd="w",
91243  description="KANGXI RADICAL TEN",
91244  direction="on",
91245  linebreak="id",
91246  specials={ "compat", 0x5341 },
91247  unicodeslot=0x2F17,
91248 },
91249 [0x2F18]={
91250  category="so",
91251  cjkwd="w",
91252  description="KANGXI RADICAL DIVINATION",
91253  direction="on",
91254  linebreak="id",
91255  specials={ "compat", 0x535C },
91256  unicodeslot=0x2F18,
91257 },
91258 [0x2F19]={
91259  category="so",
91260  cjkwd="w",
91261  description="KANGXI RADICAL SEAL",
91262  direction="on",
91263  linebreak="id",
91264  specials={ "compat", 0x5369 },
91265  unicodeslot=0x2F19,
91266 },
91267 [0x2F1A]={
91268  category="so",
91269  cjkwd="w",
91270  description="KANGXI RADICAL CLIFF",
91271  direction="on",
91272  linebreak="id",
91273  specials={ "compat", 0x5382 },
91274  unicodeslot=0x2F1A,
91275 },
91276 [0x2F1B]={
91277  category="so",
91278  cjkwd="w",
91279  description="KANGXI RADICAL PRIVATE",
91280  direction="on",
91281  linebreak="id",
91282  specials={ "compat", 0x53B6 },
91283  unicodeslot=0x2F1B,
91284 },
91285 [0x2F1C]={
91286  category="so",
91287  cjkwd="w",
91288  description="KANGXI RADICAL AGAIN",
91289  direction="on",
91290  linebreak="id",
91291  specials={ "compat", 0x53C8 },
91292  unicodeslot=0x2F1C,
91293 },
91294 [0x2F1D]={
91295  category="so",
91296  cjkwd="w",
91297  description="KANGXI RADICAL MOUTH",
91298  direction="on",
91299  linebreak="id",
91300  specials={ "compat", 0x53E3 },
91301  unicodeslot=0x2F1D,
91302 },
91303 [0x2F1E]={
91304  category="so",
91305  cjkwd="w",
91306  description="KANGXI RADICAL ENCLOSURE",
91307  direction="on",
91308  linebreak="id",
91309  specials={ "compat", 0x56D7 },
91310  unicodeslot=0x2F1E,
91311 },
91312 [0x2F1F]={
91313  category="so",
91314  cjkwd="w",
91315  description="KANGXI RADICAL EARTH",
91316  direction="on",
91317  linebreak="id",
91318  specials={ "compat", 0x571F },
91319  unicodeslot=0x2F1F,
91320 },
91321 [0x2F20]={
91322  category="so",
91323  cjkwd="w",
91324  description="KANGXI RADICAL SCHOLAR",
91325  direction="on",
91326  linebreak="id",
91327  specials={ "compat", 0x58EB },
91328  unicodeslot=0x2F20,
91329 },
91330 [0x2F21]={
91331  category="so",
91332  cjkwd="w",
91333  description="KANGXI RADICAL GO",
91334  direction="on",
91335  linebreak="id",
91336  specials={ "compat", 0x5902 },
91337  unicodeslot=0x2F21,
91338 },
91339 [0x2F22]={
91340  category="so",
91341  cjkwd="w",
91342  description="KANGXI RADICAL GO SLOWLY",
91343  direction="on",
91344  linebreak="id",
91345  specials={ "compat", 0x590A },
91346  unicodeslot=0x2F22,
91347 },
91348 [0x2F23]={
91349  category="so",
91350  cjkwd="w",
91351  description="KANGXI RADICAL EVENING",
91352  direction="on",
91353  linebreak="id",
91354  specials={ "compat", 0x5915 },
91355  unicodeslot=0x2F23,
91356 },
91357 [0x2F24]={
91358  category="so",
91359  cjkwd="w",
91360  description="KANGXI RADICAL BIG",
91361  direction="on",
91362  linebreak="id",
91363  specials={ "compat", 0x5927 },
91364  unicodeslot=0x2F24,
91365 },
91366 [0x2F25]={
91367  category="so",
91368  cjkwd="w",
91369  description="KANGXI RADICAL WOMAN",
91370  direction="on",
91371  linebreak="id",
91372  specials={ "compat", 0x5973 },
91373  unicodeslot=0x2F25,
91374 },
91375 [0x2F26]={
91376  category="so",
91377  cjkwd="w",
91378  description="KANGXI RADICAL CHILD",
91379  direction="on",
91380  linebreak="id",
91381  specials={ "compat", 0x5B50 },
91382  unicodeslot=0x2F26,
91383 },
91384 [0x2F27]={
91385  category="so",
91386  cjkwd="w",
91387  description="KANGXI RADICAL ROOF",
91388  direction="on",
91389  linebreak="id",
91390  specials={ "compat", 0x5B80 },
91391  unicodeslot=0x2F27,
91392 },
91393 [0x2F28]={
91394  category="so",
91395  cjkwd="w",
91396  description="KANGXI RADICAL INCH",
91397  direction="on",
91398  linebreak="id",
91399  specials={ "compat", 0x5BF8 },
91400  unicodeslot=0x2F28,
91401 },
91402 [0x2F29]={
91403  category="so",
91404  cjkwd="w",
91405  description="KANGXI RADICAL SMALL",
91406  direction="on",
91407  linebreak="id",
91408  specials={ "compat", 0x5C0F },
91409  unicodeslot=0x2F29,
91410 },
91411 [0x2F2A]={
91412  category="so",
91413  cjkwd="w",
91414  description="KANGXI RADICAL LAME",
91415  direction="on",
91416  linebreak="id",
91417  specials={ "compat", 0x5C22 },
91418  unicodeslot=0x2F2A,
91419 },
91420 [0x2F2B]={
91421  category="so",
91422  cjkwd="w",
91423  description="KANGXI RADICAL CORPSE",
91424  direction="on",
91425  linebreak="id",
91426  specials={ "compat", 0x5C38 },
91427  unicodeslot=0x2F2B,
91428 },
91429 [0x2F2C]={
91430  category="so",
91431  cjkwd="w",
91432  description="KANGXI RADICAL SPROUT",
91433  direction="on",
91434  linebreak="id",
91435  specials={ "compat", 0x5C6E },
91436  unicodeslot=0x2F2C,
91437 },
91438 [0x2F2D]={
91439  category="so",
91440  cjkwd="w",
91441  description="KANGXI RADICAL MOUNTAIN",
91442  direction="on",
91443  linebreak="id",
91444  specials={ "compat", 0x5C71 },
91445  unicodeslot=0x2F2D,
91446 },
91447 [0x2F2E]={
91448  category="so",
91449  cjkwd="w",
91450  description="KANGXI RADICAL RIVER",
91451  direction="on",
91452  linebreak="id",
91453  specials={ "compat", 0x5DDB },
91454  unicodeslot=0x2F2E,
91455 },
91456 [0x2F2F]={
91457  category="so",
91458  cjkwd="w",
91459  description="KANGXI RADICAL WORK",
91460  direction="on",
91461  linebreak="id",
91462  specials={ "compat", 0x5DE5 },
91463  unicodeslot=0x2F2F,
91464 },
91465 [0x2F30]={
91466  category="so",
91467  cjkwd="w",
91468  description="KANGXI RADICAL ONESELF",
91469  direction="on",
91470  linebreak="id",
91471  specials={ "compat", 0x5DF1 },
91472  unicodeslot=0x2F30,
91473 },
91474 [0x2F31]={
91475  category="so",
91476  cjkwd="w",
91477  description="KANGXI RADICAL TURBAN",
91478  direction="on",
91479  linebreak="id",
91480  specials={ "compat", 0x5DFE },
91481  unicodeslot=0x2F31,
91482 },
91483 [0x2F32]={
91484  category="so",
91485  cjkwd="w",
91486  description="KANGXI RADICAL DRY",
91487  direction="on",
91488  linebreak="id",
91489  specials={ "compat", 0x5E72 },
91490  unicodeslot=0x2F32,
91491 },
91492 [0x2F33]={
91493  category="so",
91494  cjkwd="w",
91495  description="KANGXI RADICAL SHORT THREAD",
91496  direction="on",
91497  linebreak="id",
91498  specials={ "compat", 0x5E7A },
91499  unicodeslot=0x2F33,
91500 },
91501 [0x2F34]={
91502  category="so",
91503  cjkwd="w",
91504  description="KANGXI RADICAL DOTTED CLIFF",
91505  direction="on",
91506  linebreak="id",
91507  specials={ "compat", 0x5E7F },
91508  unicodeslot=0x2F34,
91509 },
91510 [0x2F35]={
91511  category="so",
91512  cjkwd="w",
91513  description="KANGXI RADICAL LONG STRIDE",
91514  direction="on",
91515  linebreak="id",
91516  specials={ "compat", 0x5EF4 },
91517  unicodeslot=0x2F35,
91518 },
91519 [0x2F36]={
91520  category="so",
91521  cjkwd="w",
91522  description="KANGXI RADICAL TWO HANDS",
91523  direction="on",
91524  linebreak="id",
91525  specials={ "compat", 0x5EFE },
91526  unicodeslot=0x2F36,
91527 },
91528 [0x2F37]={
91529  category="so",
91530  cjkwd="w",
91531  description="KANGXI RADICAL SHOOT",
91532  direction="on",
91533  linebreak="id",
91534  specials={ "compat", 0x5F0B },
91535  unicodeslot=0x2F37,
91536 },
91537 [0x2F38]={
91538  category="so",
91539  cjkwd="w",
91540  description="KANGXI RADICAL BOW",
91541  direction="on",
91542  linebreak="id",
91543  specials={ "compat", 0x5F13 },
91544  unicodeslot=0x2F38,
91545 },
91546 [0x2F39]={
91547  category="so",
91548  cjkwd="w",
91549  description="KANGXI RADICAL SNOUT",
91550  direction="on",
91551  linebreak="id",
91552  specials={ "compat", 0x5F50 },
91553  unicodeslot=0x2F39,
91554 },
91555 [0x2F3A]={
91556  category="so",
91557  cjkwd="w",
91558  description="KANGXI RADICAL BRISTLE",
91559  direction="on",
91560  linebreak="id",
91561  specials={ "compat", 0x5F61 },
91562  unicodeslot=0x2F3A,
91563 },
91564 [0x2F3B]={
91565  category="so",
91566  cjkwd="w",
91567  description="KANGXI RADICAL STEP",
91568  direction="on",
91569  linebreak="id",
91570  specials={ "compat", 0x5F73 },
91571  unicodeslot=0x2F3B,
91572 },
91573 [0x2F3C]={
91574  category="so",
91575  cjkwd="w",
91576  description="KANGXI RADICAL HEART",
91577  direction="on",
91578  linebreak="id",
91579  specials={ "compat", 0x5FC3 },
91580  unicodeslot=0x2F3C,
91581 },
91582 [0x2F3D]={
91583  category="so",
91584  cjkwd="w",
91585  description="KANGXI RADICAL HALBERD",
91586  direction="on",
91587  linebreak="id",
91588  specials={ "compat", 0x6208 },
91589  unicodeslot=0x2F3D,
91590 },
91591 [0x2F3E]={
91592  category="so",
91593  cjkwd="w",
91594  description="KANGXI RADICAL DOOR",
91595  direction="on",
91596  linebreak="id",
91597  specials={ "compat", 0x6236 },
91598  unicodeslot=0x2F3E,
91599 },
91600 [0x2F3F]={
91601  category="so",
91602  cjkwd="w",
91603  description="KANGXI RADICAL HAND",
91604  direction="on",
91605  linebreak="id",
91606  specials={ "compat", 0x624B },
91607  unicodeslot=0x2F3F,
91608 },
91609 [0x2F40]={
91610  category="so",
91611  cjkwd="w",
91612  description="KANGXI RADICAL BRANCH",
91613  direction="on",
91614  linebreak="id",
91615  specials={ "compat", 0x652F },
91616  unicodeslot=0x2F40,
91617 },
91618 [0x2F41]={
91619  category="so",
91620  cjkwd="w",
91621  description="KANGXI RADICAL RAP",
91622  direction="on",
91623  linebreak="id",
91624  specials={ "compat", 0x6534 },
91625  unicodeslot=0x2F41,
91626 },
91627 [0x2F42]={
91628  category="so",
91629  cjkwd="w",
91630  description="KANGXI RADICAL SCRIPT",
91631  direction="on",
91632  linebreak="id",
91633  specials={ "compat", 0x6587 },
91634  unicodeslot=0x2F42,
91635 },
91636 [0x2F43]={
91637  category="so",
91638  cjkwd="w",
91639  description="KANGXI RADICAL DIPPER",
91640  direction="on",
91641  linebreak="id",
91642  specials={ "compat", 0x6597 },
91643  unicodeslot=0x2F43,
91644 },
91645 [0x2F44]={
91646  category="so",
91647  cjkwd="w",
91648  description="KANGXI RADICAL AXE",
91649  direction="on",
91650  linebreak="id",
91651  specials={ "compat", 0x65A4 },
91652  unicodeslot=0x2F44,
91653 },
91654 [0x2F45]={
91655  category="so",
91656  cjkwd="w",
91657  description="KANGXI RADICAL SQUARE",
91658  direction="on",
91659  linebreak="id",
91660  specials={ "compat", 0x65B9 },
91661  unicodeslot=0x2F45,
91662 },
91663 [0x2F46]={
91664  category="so",
91665  cjkwd="w",
91666  description="KANGXI RADICAL NOT",
91667  direction="on",
91668  linebreak="id",
91669  specials={ "compat", 0x65E0 },
91670  unicodeslot=0x2F46,
91671 },
91672 [0x2F47]={
91673  category="so",
91674  cjkwd="w",
91675  description="KANGXI RADICAL SUN",
91676  direction="on",
91677  linebreak="id",
91678  specials={ "compat", 0x65E5 },
91679  unicodeslot=0x2F47,
91680 },
91681 [0x2F48]={
91682  category="so",
91683  cjkwd="w",
91684  description="KANGXI RADICAL SAY",
91685  direction="on",
91686  linebreak="id",
91687  specials={ "compat", 0x66F0 },
91688  unicodeslot=0x2F48,
91689 },
91690 [0x2F49]={
91691  category="so",
91692  cjkwd="w",
91693  description="KANGXI RADICAL MOON",
91694  direction="on",
91695  linebreak="id",
91696  specials={ "compat", 0x6708 },
91697  unicodeslot=0x2F49,
91698 },
91699 [0x2F4A]={
91700  category="so",
91701  cjkwd="w",
91702  description="KANGXI RADICAL TREE",
91703  direction="on",
91704  linebreak="id",
91705  specials={ "compat", 0x6728 },
91706  unicodeslot=0x2F4A,
91707 },
91708 [0x2F4B]={
91709  category="so",
91710  cjkwd="w",
91711  description="KANGXI RADICAL LACK",
91712  direction="on",
91713  linebreak="id",
91714  specials={ "compat", 0x6B20 },
91715  unicodeslot=0x2F4B,
91716 },
91717 [0x2F4C]={
91718  category="so",
91719  cjkwd="w",
91720  description="KANGXI RADICAL STOP",
91721  direction="on",
91722  linebreak="id",
91723  specials={ "compat", 0x6B62 },
91724  unicodeslot=0x2F4C,
91725 },
91726 [0x2F4D]={
91727  category="so",
91728  cjkwd="w",
91729  description="KANGXI RADICAL DEATH",
91730  direction="on",
91731  linebreak="id",
91732  specials={ "compat", 0x6B79 },
91733  unicodeslot=0x2F4D,
91734 },
91735 [0x2F4E]={
91736  category="so",
91737  cjkwd="w",
91738  description="KANGXI RADICAL WEAPON",
91739  direction="on",
91740  linebreak="id",
91741  specials={ "compat", 0x6BB3 },
91742  unicodeslot=0x2F4E,
91743 },
91744 [0x2F4F]={
91745  category="so",
91746  cjkwd="w",
91747  description="KANGXI RADICAL DO NOT",
91748  direction="on",
91749  linebreak="id",
91750  specials={ "compat", 0x6BCB },
91751  unicodeslot=0x2F4F,
91752 },
91753 [0x2F50]={
91754  category="so",
91755  cjkwd="w",
91756  description="KANGXI RADICAL COMPARE",
91757  direction="on",
91758  linebreak="id",
91759  specials={ "compat", 0x6BD4 },
91760  unicodeslot=0x2F50,
91761 },
91762 [0x2F51]={
91763  category="so",
91764  cjkwd="w",
91765  description="KANGXI RADICAL FUR",
91766  direction="on",
91767  linebreak="id",
91768  specials={ "compat", 0x6BDB },
91769  unicodeslot=0x2F51,
91770 },
91771 [0x2F52]={
91772  category="so",
91773  cjkwd="w",
91774  description="KANGXI RADICAL CLAN",
91775  direction="on",
91776  linebreak="id",
91777  specials={ "compat", 0x6C0F },
91778  unicodeslot=0x2F52,
91779 },
91780 [0x2F53]={
91781  category="so",
91782  cjkwd="w",
91783  description="KANGXI RADICAL STEAM",
91784  direction="on",
91785  linebreak="id",
91786  specials={ "compat", 0x6C14 },
91787  unicodeslot=0x2F53,
91788 },
91789 [0x2F54]={
91790  category="so",
91791  cjkwd="w",
91792  description="KANGXI RADICAL WATER",
91793  direction="on",
91794  linebreak="id",
91795  specials={ "compat", 0x6C34 },
91796  unicodeslot=0x2F54,
91797 },
91798 [0x2F55]={
91799  category="so",
91800  cjkwd="w",
91801  description="KANGXI RADICAL FIRE",
91802  direction="on",
91803  linebreak="id",
91804  specials={ "compat", 0x706B },
91805  unicodeslot=0x2F55,
91806 },
91807 [0x2F56]={
91808  category="so",
91809  cjkwd="w",
91810  description="KANGXI RADICAL CLAW",
91811  direction="on",
91812  linebreak="id",
91813  specials={ "compat", 0x722A },
91814  unicodeslot=0x2F56,
91815 },
91816 [0x2F57]={
91817  category="so",
91818  cjkwd="w",
91819  description="KANGXI RADICAL FATHER",
91820  direction="on",
91821  linebreak="id",
91822  specials={ "compat", 0x7236 },
91823  unicodeslot=0x2F57,
91824 },
91825 [0x2F58]={
91826  category="so",
91827  cjkwd="w",
91828  description="KANGXI RADICAL DOUBLE X",
91829  direction="on",
91830  linebreak="id",
91831  specials={ "compat", 0x723B },
91832  unicodeslot=0x2F58,
91833 },
91834 [0x2F59]={
91835  category="so",
91836  cjkwd="w",
91837  description="KANGXI RADICAL HALF TREE TRUNK",
91838  direction="on",
91839  linebreak="id",
91840  specials={ "compat", 0x723F },
91841  unicodeslot=0x2F59,
91842 },
91843 [0x2F5A]={
91844  category="so",
91845  cjkwd="w",
91846  description="KANGXI RADICAL SLICE",
91847  direction="on",
91848  linebreak="id",
91849  specials={ "compat", 0x7247 },
91850  unicodeslot=0x2F5A,
91851 },
91852 [0x2F5B]={
91853  category="so",
91854  cjkwd="w",
91855  description="KANGXI RADICAL FANG",
91856  direction="on",
91857  linebreak="id",
91858  specials={ "compat", 0x7259 },
91859  unicodeslot=0x2F5B,
91860 },
91861 [0x2F5C]={
91862  category="so",
91863  cjkwd="w",
91864  description="KANGXI RADICAL COW",
91865  direction="on",
91866  linebreak="id",
91867  specials={ "compat", 0x725B },
91868  unicodeslot=0x2F5C,
91869 },
91870 [0x2F5D]={
91871  category="so",
91872  cjkwd="w",
91873  description="KANGXI RADICAL DOG",
91874  direction="on",
91875  linebreak="id",
91876  specials={ "compat", 0x72AC },
91877  unicodeslot=0x2F5D,
91878 },
91879 [0x2F5E]={
91880  category="so",
91881  cjkwd="w",
91882  description="KANGXI RADICAL PROFOUND",
91883  direction="on",
91884  linebreak="id",
91885  specials={ "compat", 0x7384 },
91886  unicodeslot=0x2F5E,
91887 },
91888 [0x2F5F]={
91889  category="so",
91890  cjkwd="w",
91891  description="KANGXI RADICAL JADE",
91892  direction="on",
91893  linebreak="id",
91894  specials={ "compat", 0x7389 },
91895  unicodeslot=0x2F5F,
91896 },
91897 [0x2F60]={
91898  category="so",
91899  cjkwd="w",
91900  description="KANGXI RADICAL MELON",
91901  direction="on",
91902  linebreak="id",
91903  specials={ "compat", 0x74DC },
91904  unicodeslot=0x2F60,
91905 },
91906 [0x2F61]={
91907  category="so",
91908  cjkwd="w",
91909  description="KANGXI RADICAL TILE",
91910  direction="on",
91911  linebreak="id",
91912  specials={ "compat", 0x74E6 },
91913  unicodeslot=0x2F61,
91914 },
91915 [0x2F62]={
91916  category="so",
91917  cjkwd="w",
91918  description="KANGXI RADICAL SWEET",
91919  direction="on",
91920  linebreak="id",
91921  specials={ "compat", 0x7518 },
91922  unicodeslot=0x2F62,
91923 },
91924 [0x2F63]={
91925  category="so",
91926  cjkwd="w",
91927  description="KANGXI RADICAL LIFE",
91928  direction="on",
91929  linebreak="id",
91930  specials={ "compat", 0x751F },
91931  unicodeslot=0x2F63,
91932 },
91933 [0x2F64]={
91934  category="so",
91935  cjkwd="w",
91936  description="KANGXI RADICAL USE",
91937  direction="on",
91938  linebreak="id",
91939  specials={ "compat", 0x7528 },
91940  unicodeslot=0x2F64,
91941 },
91942 [0x2F65]={
91943  category="so",
91944  cjkwd="w",
91945  description="KANGXI RADICAL FIELD",
91946  direction="on",
91947  linebreak="id",
91948  specials={ "compat", 0x7530 },
91949  unicodeslot=0x2F65,
91950 },
91951 [0x2F66]={
91952  category="so",
91953  cjkwd="w",
91954  description="KANGXI RADICAL BOLT OF CLOTH",
91955  direction="on",
91956  linebreak="id",
91957  specials={ "compat", 0x758B },
91958  unicodeslot=0x2F66,
91959 },
91960 [0x2F67]={
91961  category="so",
91962  cjkwd="w",
91963  description="KANGXI RADICAL SICKNESS",
91964  direction="on",
91965  linebreak="id",
91966  specials={ "compat", 0x7592 },
91967  unicodeslot=0x2F67,
91968 },
91969 [0x2F68]={
91970  category="so",
91971  cjkwd="w",
91972  description="KANGXI RADICAL DOTTED TENT",
91973  direction="on",
91974  linebreak="id",
91975  specials={ "compat", 0x7676 },
91976  unicodeslot=0x2F68,
91977 },
91978 [0x2F69]={
91979  category="so",
91980  cjkwd="w",
91981  description="KANGXI RADICAL WHITE",
91982  direction="on",
91983  linebreak="id",
91984  specials={ "compat", 0x767D },
91985  unicodeslot=0x2F69,
91986 },
91987 [0x2F6A]={
91988  category="so",
91989  cjkwd="w",
91990  description="KANGXI RADICAL SKIN",
91991  direction="on",
91992  linebreak="id",
91993  specials={ "compat", 0x76AE },
91994  unicodeslot=0x2F6A,
91995 },
91996 [0x2F6B]={
91997  category="so",
91998  cjkwd="w",
91999  description="KANGXI RADICAL DISH",
92000  direction="on",
92001  linebreak="id",
92002  specials={ "compat", 0x76BF },
92003  unicodeslot=0x2F6B,
92004 },
92005 [0x2F6C]={
92006  category="so",
92007  cjkwd="w",
92008  description="KANGXI RADICAL EYE",
92009  direction="on",
92010  linebreak="id",
92011  specials={ "compat", 0x76EE },
92012  unicodeslot=0x2F6C,
92013 },
92014 [0x2F6D]={
92015  category="so",
92016  cjkwd="w",
92017  description="KANGXI RADICAL SPEAR",
92018  direction="on",
92019  linebreak="id",
92020  specials={ "compat", 0x77DB },
92021  unicodeslot=0x2F6D,
92022 },
92023 [0x2F6E]={
92024  category="so",
92025  cjkwd="w",
92026  description="KANGXI RADICAL ARROW",
92027  direction="on",
92028  linebreak="id",
92029  specials={ "compat", 0x77E2 },
92030  unicodeslot=0x2F6E,
92031 },
92032 [0x2F6F]={
92033  category="so",
92034  cjkwd="w",
92035  description="KANGXI RADICAL STONE",
92036  direction="on",
92037  linebreak="id",
92038  specials={ "compat", 0x77F3 },
92039  unicodeslot=0x2F6F,
92040 },
92041 [0x2F70]={
92042  category="so",
92043  cjkwd="w",
92044  description="KANGXI RADICAL SPIRIT",
92045  direction="on",
92046  linebreak="id",
92047  specials={ "compat", 0x793A },
92048  unicodeslot=0x2F70,
92049 },
92050 [0x2F71]={
92051  category="so",
92052  cjkwd="w",
92053  description="KANGXI RADICAL TRACK",
92054  direction="on",
92055  linebreak="id",
92056  specials={ "compat", 0x79B8 },
92057  unicodeslot=0x2F71,
92058 },
92059 [0x2F72]={
92060  category="so",
92061  cjkwd="w",
92062  description="KANGXI RADICAL GRAIN",
92063  direction="on",
92064  linebreak="id",
92065  specials={ "compat", 0x79BE },
92066  unicodeslot=0x2F72,
92067 },
92068 [0x2F73]={
92069  category="so",
92070  cjkwd="w",
92071  description="KANGXI RADICAL CAVE",
92072  direction="on",
92073  linebreak="id",
92074  specials={ "compat", 0x7A74 },
92075  unicodeslot=0x2F73,
92076 },
92077 [0x2F74]={
92078  category="so",
92079  cjkwd="w",
92080  description="KANGXI RADICAL STAND",
92081  direction="on",
92082  linebreak="id",
92083  specials={ "compat", 0x7ACB },
92084  unicodeslot=0x2F74,
92085 },
92086 [0x2F75]={
92087  category="so",
92088  cjkwd="w",
92089  description="KANGXI RADICAL BAMBOO",
92090  direction="on",
92091  linebreak="id",
92092  specials={ "compat", 0x7AF9 },
92093  unicodeslot=0x2F75,
92094 },
92095 [0x2F76]={
92096  category="so",
92097  cjkwd="w",
92098  description="KANGXI RADICAL RICE",
92099  direction="on",
92100  linebreak="id",
92101  specials={ "compat", 0x7C73 },
92102  unicodeslot=0x2F76,
92103 },
92104 [0x2F77]={
92105  category="so",
92106  cjkwd="w",
92107  description="KANGXI RADICAL SILK",
92108  direction="on",
92109  linebreak="id",
92110  specials={ "compat", 0x7CF8 },
92111  unicodeslot=0x2F77,
92112 },
92113 [0x2F78]={
92114  category="so",
92115  cjkwd="w",
92116  description="KANGXI RADICAL JAR",
92117  direction="on",
92118  linebreak="id",
92119  specials={ "compat", 0x7F36 },
92120  unicodeslot=0x2F78,
92121 },
92122 [0x2F79]={
92123  category="so",
92124  cjkwd="w",
92125  description="KANGXI RADICAL NET",
92126  direction="on",
92127  linebreak="id",
92128  specials={ "compat", 0x7F51 },
92129  unicodeslot=0x2F79,
92130 },
92131 [0x2F7A]={
92132  category="so",
92133  cjkwd="w",
92134  description="KANGXI RADICAL SHEEP",
92135  direction="on",
92136  linebreak="id",
92137  specials={ "compat", 0x7F8A },
92138  unicodeslot=0x2F7A,
92139 },
92140 [0x2F7B]={
92141  category="so",
92142  cjkwd="w",
92143  description="KANGXI RADICAL FEATHER",
92144  direction="on",
92145  linebreak="id",
92146  specials={ "compat", 0x7FBD },
92147  unicodeslot=0x2F7B,
92148 },
92149 [0x2F7C]={
92150  category="so",
92151  cjkwd="w",
92152  description="KANGXI RADICAL OLD",
92153  direction="on",
92154  linebreak="id",
92155  specials={ "compat", 0x8001 },
92156  unicodeslot=0x2F7C,
92157 },
92158 [0x2F7D]={
92159  category="so",
92160  cjkwd="w",
92161  description="KANGXI RADICAL AND",
92162  direction="on",
92163  linebreak="id",
92164  specials={ "compat", 0x800C },
92165  unicodeslot=0x2F7D,
92166 },
92167 [0x2F7E]={
92168  category="so",
92169  cjkwd="w",
92170  description="KANGXI RADICAL PLOW",
92171  direction="on",
92172  linebreak="id",
92173  specials={ "compat", 0x8012 },
92174  unicodeslot=0x2F7E,
92175 },
92176 [0x2F7F]={
92177  category="so",
92178  cjkwd="w",
92179  description="KANGXI RADICAL EAR",
92180  direction="on",
92181  linebreak="id",
92182  specials={ "compat", 0x8033 },
92183  unicodeslot=0x2F7F,
92184 },
92185 [0x2F80]={
92186  category="so",
92187  cjkwd="w",
92188  description="KANGXI RADICAL BRUSH",
92189  direction="on",
92190  linebreak="id",
92191  specials={ "compat", 0x807F },
92192  unicodeslot=0x2F80,
92193 },
92194 [0x2F81]={
92195  category="so",
92196  cjkwd="w",
92197  description="KANGXI RADICAL MEAT",
92198  direction="on",
92199  linebreak="id",
92200  specials={ "compat", 0x8089 },
92201  unicodeslot=0x2F81,
92202 },
92203 [0x2F82]={
92204  category="so",
92205  cjkwd="w",
92206  description="KANGXI RADICAL MINISTER",
92207  direction="on",
92208  linebreak="id",
92209  specials={ "compat", 0x81E3 },
92210  unicodeslot=0x2F82,
92211 },
92212 [0x2F83]={
92213  category="so",
92214  cjkwd="w",
92215  description="KANGXI RADICAL SELF",
92216  direction="on",
92217  linebreak="id",
92218  specials={ "compat", 0x81EA },
92219  unicodeslot=0x2F83,
92220 },
92221 [0x2F84]={
92222  category="so",
92223  cjkwd="w",
92224  description="KANGXI RADICAL ARRIVE",
92225  direction="on",
92226  linebreak="id",
92227  specials={ "compat", 0x81F3 },
92228  unicodeslot=0x2F84,
92229 },
92230 [0x2F85]={
92231  category="so",
92232  cjkwd="w",
92233  description="KANGXI RADICAL MORTAR",
92234  direction="on",
92235  linebreak="id",
92236  specials={ "compat", 0x81FC },
92237  unicodeslot=0x2F85,
92238 },
92239 [0x2F86]={
92240  category="so",
92241  cjkwd="w",
92242  description="KANGXI RADICAL TONGUE",
92243  direction="on",
92244  linebreak="id",
92245  specials={ "compat", 0x820C },
92246  unicodeslot=0x2F86,
92247 },
92248 [0x2F87]={
92249  category="so",
92250  cjkwd="w",
92251  description="KANGXI RADICAL OPPOSE",
92252  direction="on",
92253  linebreak="id",
92254  specials={ "compat", 0x821B },
92255  unicodeslot=0x2F87,
92256 },
92257 [0x2F88]={
92258  category="so",
92259  cjkwd="w",
92260  description="KANGXI RADICAL BOAT",
92261  direction="on",
92262  linebreak="id",
92263  specials={ "compat", 0x821F },
92264  unicodeslot=0x2F88,
92265 },
92266 [0x2F89]={
92267  category="so",
92268  cjkwd="w",
92269  description="KANGXI RADICAL STOPPING",
92270  direction="on",
92271  linebreak="id",
92272  specials={ "compat", 0x826E },
92273  unicodeslot=0x2F89,
92274 },
92275 [0x2F8A]={
92276  category="so",
92277  cjkwd="w",
92278  description="KANGXI RADICAL COLOR",
92279  direction="on",
92280  linebreak="id",
92281  specials={ "compat", 0x8272 },
92282  unicodeslot=0x2F8A,
92283 },
92284 [0x2F8B]={
92285  category="so",
92286  cjkwd="w",
92287  description="KANGXI RADICAL GRASS",
92288  direction="on",
92289  linebreak="id",
92290  specials={ "compat", 0x8278 },
92291  unicodeslot=0x2F8B,
92292 },
92293 [0x2F8C]={
92294  category="so",
92295  cjkwd="w",
92296  description="KANGXI RADICAL TIGER",
92297  direction="on",
92298  linebreak="id",
92299  specials={ "compat", 0x864D },
92300  unicodeslot=0x2F8C,
92301 },
92302 [0x2F8D]={
92303  category="so",
92304  cjkwd="w",
92305  description="KANGXI RADICAL INSECT",
92306  direction="on",
92307  linebreak="id",
92308  specials={ "compat", 0x866B },
92309  unicodeslot=0x2F8D,
92310 },
92311 [0x2F8E]={
92312  category="so",
92313  cjkwd="w",
92314  description="KANGXI RADICAL BLOOD",
92315  direction="on",
92316  linebreak="id",
92317  specials={ "compat", 0x8840 },
92318  unicodeslot=0x2F8E,
92319 },
92320 [0x2F8F]={
92321  category="so",
92322  cjkwd="w",
92323  description="KANGXI RADICAL WALK ENCLOSURE",
92324  direction="on",
92325  linebreak="id",
92326  specials={ "compat", 0x884C },
92327  unicodeslot=0x2F8F,
92328 },
92329 [0x2F90]={
92330  category="so",
92331  cjkwd="w",
92332  description="KANGXI RADICAL CLOTHES",
92333  direction="on",
92334  linebreak="id",
92335  specials={ "compat", 0x8863 },
92336  unicodeslot=0x2F90,
92337 },
92338 [0x2F91]={
92339  category="so",
92340  cjkwd="w",
92341  description="KANGXI RADICAL WEST",
92342  direction="on",
92343  linebreak="id",
92344  specials={ "compat", 0x897E },
92345  unicodeslot=0x2F91,
92346 },
92347 [0x2F92]={
92348  category="so",
92349  cjkwd="w",
92350  description="KANGXI RADICAL SEE",
92351  direction="on",
92352  linebreak="id",
92353  specials={ "compat", 0x898B },
92354  unicodeslot=0x2F92,
92355 },
92356 [0x2F93]={
92357  category="so",
92358  cjkwd="w",
92359  description="KANGXI RADICAL HORN",
92360  direction="on",
92361  linebreak="id",
92362  specials={ "compat", 0x89D2 },
92363  unicodeslot=0x2F93,
92364 },
92365 [0x2F94]={
92366  category="so",
92367  cjkwd="w",
92368  description="KANGXI RADICAL SPEECH",
92369  direction="on",
92370  linebreak="id",
92371  specials={ "compat", 0x8A00 },
92372  unicodeslot=0x2F94,
92373 },
92374 [0x2F95]={
92375  category="so",
92376  cjkwd="w",
92377  description="KANGXI RADICAL VALLEY",
92378  direction="on",
92379  linebreak="id",
92380  specials={ "compat", 0x8C37 },
92381  unicodeslot=0x2F95,
92382 },
92383 [0x2F96]={
92384  category="so",
92385  cjkwd="w",
92386  description="KANGXI RADICAL BEAN",
92387  direction="on",
92388  linebreak="id",
92389  specials={ "compat", 0x8C46 },
92390  unicodeslot=0x2F96,
92391 },
92392 [0x2F97]={
92393  category="so",
92394  cjkwd="w",
92395  description="KANGXI RADICAL PIG",
92396  direction="on",
92397  linebreak="id",
92398  specials={ "compat", 0x8C55 },
92399  unicodeslot=0x2F97,
92400 },
92401 [0x2F98]={
92402  category="so",
92403  cjkwd="w",
92404  description="KANGXI RADICAL BADGER",
92405  direction="on",
92406  linebreak="id",
92407  specials={ "compat", 0x8C78 },
92408  unicodeslot=0x2F98,
92409 },
92410 [0x2F99]={
92411  category="so",
92412  cjkwd="w",
92413  description="KANGXI RADICAL SHELL",
92414  direction="on",
92415  linebreak="id",
92416  specials={ "compat", 0x8C9D },
92417  unicodeslot=0x2F99,
92418 },
92419 [0x2F9A]={
92420  category="so",
92421  cjkwd="w",
92422  description="KANGXI RADICAL RED",
92423  direction="on",
92424  linebreak="id",
92425  specials={ "compat", 0x8D64 },
92426  unicodeslot=0x2F9A,
92427 },
92428 [0x2F9B]={
92429  category="so",
92430  cjkwd="w",
92431  description="KANGXI RADICAL RUN",
92432  direction="on",
92433  linebreak="id",
92434  specials={ "compat", 0x8D70 },
92435  unicodeslot=0x2F9B,
92436 },
92437 [0x2F9C]={
92438  category="so",
92439  cjkwd="w",
92440  description="KANGXI RADICAL FOOT",
92441  direction="on",
92442  linebreak="id",
92443  specials={ "compat", 0x8DB3 },
92444  unicodeslot=0x2F9C,
92445 },
92446 [0x2F9D]={
92447  category="so",
92448  cjkwd="w",
92449  description="KANGXI RADICAL BODY",
92450  direction="on",
92451  linebreak="id",
92452  specials={ "compat", 0x8EAB },
92453  unicodeslot=0x2F9D,
92454 },
92455 [0x2F9E]={
92456  category="so",
92457  cjkwd="w",
92458  description="KANGXI RADICAL CART",
92459  direction="on",
92460  linebreak="id",
92461  specials={ "compat", 0x8ECA },
92462  unicodeslot=0x2F9E,
92463 },
92464 [0x2F9F]={
92465  category="so",
92466  cjkwd="w",
92467  description="KANGXI RADICAL BITTER",
92468  direction="on",
92469  linebreak="id",
92470  specials={ "compat", 0x8F9B },
92471  unicodeslot=0x2F9F,
92472 },
92473 [0x2FA0]={
92474  category="so",
92475  cjkwd="w",
92476  description="KANGXI RADICAL MORNING",
92477  direction="on",
92478  linebreak="id",
92479  specials={ "compat", 0x8FB0 },
92480  unicodeslot=0x2FA0,
92481 },
92482 [0x2FA1]={
92483  category="so",
92484  cjkwd="w",
92485  description="KANGXI RADICAL WALK",
92486  direction="on",
92487  linebreak="id",
92488  specials={ "compat", 0x8FB5 },
92489  unicodeslot=0x2FA1,
92490 },
92491 [0x2FA2]={
92492  category="so",
92493  cjkwd="w",
92494  description="KANGXI RADICAL CITY",
92495  direction="on",
92496  linebreak="id",
92497  specials={ "compat", 0x9091 },
92498  unicodeslot=0x2FA2,
92499 },
92500 [0x2FA3]={
92501  category="so",
92502  cjkwd="w",
92503  description="KANGXI RADICAL WINE",
92504  direction="on",
92505  linebreak="id",
92506  specials={ "compat", 0x9149 },
92507  unicodeslot=0x2FA3,
92508 },
92509 [0x2FA4]={
92510  category="so",
92511  cjkwd="w",
92512  description="KANGXI RADICAL DISTINGUISH",
92513  direction="on",
92514  linebreak="id",
92515  specials={ "compat", 0x91C6 },
92516  unicodeslot=0x2FA4,
92517 },
92518 [0x2FA5]={
92519  category="so",
92520  cjkwd="w",
92521  description="KANGXI RADICAL VILLAGE",
92522  direction="on",
92523  linebreak="id",
92524  specials={ "compat", 0x91CC },
92525  unicodeslot=0x2FA5,
92526 },
92527 [0x2FA6]={
92528  category="so",
92529  cjkwd="w",
92530  description="KANGXI RADICAL GOLD",
92531  direction="on",
92532  linebreak="id",
92533  specials={ "compat", 0x91D1 },
92534  unicodeslot=0x2FA6,
92535 },
92536 [0x2FA7]={
92537  category="so",
92538  cjkwd="w",
92539  description="KANGXI RADICAL LONG",
92540  direction="on",
92541  linebreak="id",
92542  specials={ "compat", 0x9577 },
92543  unicodeslot=0x2FA7,
92544 },
92545 [0x2FA8]={
92546  category="so",
92547  cjkwd="w",
92548  description="KANGXI RADICAL GATE",
92549  direction="on",
92550  linebreak="id",
92551  specials={ "compat", 0x9580 },
92552  unicodeslot=0x2FA8,
92553 },
92554 [0x2FA9]={
92555  category="so",
92556  cjkwd="w",
92557  description="KANGXI RADICAL MOUND",
92558  direction="on",
92559  linebreak="id",
92560  specials={ "compat", 0x961C },
92561  unicodeslot=0x2FA9,
92562 },
92563 [0x2FAA]={
92564  category="so",
92565  cjkwd="w",
92566  description="KANGXI RADICAL SLAVE",
92567  direction="on",
92568  linebreak="id",
92569  specials={ "compat", 0x96B6 },
92570  unicodeslot=0x2FAA,
92571 },
92572 [0x2FAB]={
92573  category="so",
92574  cjkwd="w",
92575  description="KANGXI RADICAL SHORT TAILED BIRD",
92576  direction="on",
92577  linebreak="id",
92578  specials={ "compat", 0x96B9 },
92579  unicodeslot=0x2FAB,
92580 },
92581 [0x2FAC]={
92582  category="so",
92583  cjkwd="w",
92584  description="KANGXI RADICAL RAIN",
92585  direction="on",
92586  linebreak="id",
92587  specials={ "compat", 0x96E8 },
92588  unicodeslot=0x2FAC,
92589 },
92590 [0x2FAD]={
92591  category="so",
92592  cjkwd="w",
92593  description="KANGXI RADICAL BLUE",
92594  direction="on",
92595  linebreak="id",
92596  specials={ "compat", 0x9751 },
92597  unicodeslot=0x2FAD,
92598 },
92599 [0x2FAE]={
92600  category="so",
92601  cjkwd="w",
92602  description="KANGXI RADICAL WRONG",
92603  direction="on",
92604  linebreak="id",
92605  specials={ "compat", 0x975E },
92606  unicodeslot=0x2FAE,
92607 },
92608 [0x2FAF]={
92609  category="so",
92610  cjkwd="w",
92611  description="KANGXI RADICAL FACE",
92612  direction="on",
92613  linebreak="id",
92614  specials={ "compat", 0x9762 },
92615  unicodeslot=0x2FAF,
92616 },
92617 [0x2FB0]={
92618  category="so",
92619  cjkwd="w",
92620  description="KANGXI RADICAL LEATHER",
92621  direction="on",
92622  linebreak="id",
92623  specials={ "compat", 0x9769 },
92624  unicodeslot=0x2FB0,
92625 },
92626 [0x2FB1]={
92627  category="so",
92628  cjkwd="w",
92629  description="KANGXI RADICAL TANNED LEATHER",
92630  direction="on",
92631  linebreak="id",
92632  specials={ "compat", 0x97CB },
92633  unicodeslot=0x2FB1,
92634 },
92635 [0x2FB2]={
92636  category="so",
92637  cjkwd="w",
92638  description="KANGXI RADICAL LEEK",
92639  direction="on",
92640  linebreak="id",
92641  specials={ "compat", 0x97ED },
92642  unicodeslot=0x2FB2,
92643 },
92644 [0x2FB3]={
92645  category="so",
92646  cjkwd="w",
92647  description="KANGXI RADICAL SOUND",
92648  direction="on",
92649  linebreak="id",
92650  specials={ "compat", 0x97F3 },
92651  unicodeslot=0x2FB3,
92652 },
92653 [0x2FB4]={
92654  category="so",
92655  cjkwd="w",
92656  description="KANGXI RADICAL LEAF",
92657  direction="on",
92658  linebreak="id",
92659  specials={ "compat", 0x9801 },
92660  unicodeslot=0x2FB4,
92661 },
92662 [0x2FB5]={
92663  category="so",
92664  cjkwd="w",
92665  description="KANGXI RADICAL WIND",
92666  direction="on",
92667  linebreak="id",
92668  specials={ "compat", 0x98A8 },
92669  unicodeslot=0x2FB5,
92670 },
92671 [0x2FB6]={
92672  category="so",
92673  cjkwd="w",
92674  description="KANGXI RADICAL FLY",
92675  direction="on",
92676  linebreak="id",
92677  specials={ "compat", 0x98DB },
92678  unicodeslot=0x2FB6,
92679 },
92680 [0x2FB7]={
92681  category="so",
92682  cjkwd="w",
92683  description="KANGXI RADICAL EAT",
92684  direction="on",
92685  linebreak="id",
92686  specials={ "compat", 0x98DF },
92687  unicodeslot=0x2FB7,
92688 },
92689 [0x2FB8]={
92690  category="so",
92691  cjkwd="w",
92692  description="KANGXI RADICAL HEAD",
92693  direction="on",
92694  linebreak="id",
92695  specials={ "compat", 0x9996 },
92696  unicodeslot=0x2FB8,
92697 },
92698 [0x2FB9]={
92699  category="so",
92700  cjkwd="w",
92701  description="KANGXI RADICAL FRAGRANT",
92702  direction="on",
92703  linebreak="id",
92704  specials={ "compat", 0x9999 },
92705  unicodeslot=0x2FB9,
92706 },
92707 [0x2FBA]={
92708  category="so",
92709  cjkwd="w",
92710  description="KANGXI RADICAL HORSE",
92711  direction="on",
92712  linebreak="id",
92713  specials={ "compat", 0x99AC },
92714  unicodeslot=0x2FBA,
92715 },
92716 [0x2FBB]={
92717  category="so",
92718  cjkwd="w",
92719  description="KANGXI RADICAL BONE",
92720  direction="on",
92721  linebreak="id",
92722  specials={ "compat", 0x9AA8 },
92723  unicodeslot=0x2FBB,
92724 },
92725 [0x2FBC]={
92726  category="so",
92727  cjkwd="w",
92728  description="KANGXI RADICAL TALL",
92729  direction="on",
92730  linebreak="id",
92731  specials={ "compat", 0x9AD8 },
92732  unicodeslot=0x2FBC,
92733 },
92734 [0x2FBD]={
92735  category="so",
92736  cjkwd="w",
92737  description="KANGXI RADICAL HAIR",
92738  direction="on",
92739  linebreak="id",
92740  specials={ "compat", 0x9ADF },
92741  unicodeslot=0x2FBD,
92742 },
92743 [0x2FBE]={
92744  category="so",
92745  cjkwd="w",
92746  description="KANGXI RADICAL FIGHT",
92747  direction="on",
92748  linebreak="id",
92749  specials={ "compat", 0x9B25 },
92750  unicodeslot=0x2FBE,
92751 },
92752 [0x2FBF]={
92753  category="so",
92754  cjkwd="w",
92755  description="KANGXI RADICAL SACRIFICIAL WINE",
92756  direction="on",
92757  linebreak="id",
92758  specials={ "compat", 0x9B2F },
92759  unicodeslot=0x2FBF,
92760 },
92761 [0x2FC0]={
92762  category="so",
92763  cjkwd="w",
92764  description="KANGXI RADICAL CAULDRON",
92765  direction="on",
92766  linebreak="id",
92767  specials={ "compat", 0x9B32 },
92768  unicodeslot=0x2FC0,
92769 },
92770 [0x2FC1]={
92771  category="so",
92772  cjkwd="w",
92773  description="KANGXI RADICAL GHOST",
92774  direction="on",
92775  linebreak="id",
92776  specials={ "compat", 0x9B3C },
92777  unicodeslot=0x2FC1,
92778 },
92779 [0x2FC2]={
92780  category="so",
92781  cjkwd="w",
92782  description="KANGXI RADICAL FISH",
92783  direction="on",
92784  linebreak="id",
92785  specials={ "compat", 0x9B5A },
92786  unicodeslot=0x2FC2,
92787 },
92788 [0x2FC3]={
92789  category="so",
92790  cjkwd="w",
92791  description="KANGXI RADICAL BIRD",
92792  direction="on",
92793  linebreak="id",
92794  specials={ "compat", 0x9CE5 },
92795  unicodeslot=0x2FC3,
92796 },
92797 [0x2FC4]={
92798  category="so",
92799  cjkwd="w",
92800  description="KANGXI RADICAL SALT",
92801  direction="on",
92802  linebreak="id",
92803  specials={ "compat", 0x9E75 },
92804  unicodeslot=0x2FC4,
92805 },
92806 [0x2FC5]={
92807  category="so",
92808  cjkwd="w",
92809  description="KANGXI RADICAL DEER",
92810  direction="on",
92811  linebreak="id",
92812  specials={ "compat", 0x9E7F },
92813  unicodeslot=0x2FC5,
92814 },
92815 [0x2FC6]={
92816  category="so",
92817  cjkwd="w",
92818  description="KANGXI RADICAL WHEAT",
92819  direction="on",
92820  linebreak="id",
92821  specials={ "compat", 0x9EA5 },
92822  unicodeslot=0x2FC6,
92823 },
92824 [0x2FC7]={
92825  category="so",
92826  cjkwd="w",
92827  description="KANGXI RADICAL HEMP",
92828  direction="on",
92829  linebreak="id",
92830  specials={ "compat", 0x9EBB },
92831  unicodeslot=0x2FC7,
92832 },
92833 [0x2FC8]={
92834  category="so",
92835  cjkwd="w",
92836  description="KANGXI RADICAL YELLOW",
92837  direction="on",
92838  linebreak="id",
92839  specials={ "compat", 0x9EC3 },
92840  unicodeslot=0x2FC8,
92841 },
92842 [0x2FC9]={
92843  category="so",
92844  cjkwd="w",
92845  description="KANGXI RADICAL MILLET",
92846  direction="on",
92847  linebreak="id",
92848  specials={ "compat", 0x9ECD },
92849  unicodeslot=0x2FC9,
92850 },
92851 [0x2FCA]={
92852  category="so",
92853  cjkwd="w",
92854  description="KANGXI RADICAL BLACK",
92855  direction="on",
92856  linebreak="id",
92857  specials={ "compat", 0x9ED1 },
92858  unicodeslot=0x2FCA,
92859 },
92860 [0x2FCB]={
92861  category="so",
92862  cjkwd="w",
92863  description="KANGXI RADICAL EMBROIDERY",
92864  direction="on",
92865  linebreak="id",
92866  specials={ "compat", 0x9EF9 },
92867  unicodeslot=0x2FCB,
92868 },
92869 [0x2FCC]={
92870  category="so",
92871  cjkwd="w",
92872  description="KANGXI RADICAL FROG",
92873  direction="on",
92874  linebreak="id",
92875  specials={ "compat", 0x9EFD },
92876  unicodeslot=0x2FCC,
92877 },
92878 [0x2FCD]={
92879  category="so",
92880  cjkwd="w",
92881  description="KANGXI RADICAL TRIPOD",
92882  direction="on",
92883  linebreak="id",
92884  specials={ "compat", 0x9F0E },
92885  unicodeslot=0x2FCD,
92886 },
92887 [0x2FCE]={
92888  category="so",
92889  cjkwd="w",
92890  description="KANGXI RADICAL DRUM",
92891  direction="on",
92892  linebreak="id",
92893  specials={ "compat", 0x9F13 },
92894  unicodeslot=0x2FCE,
92895 },
92896 [0x2FCF]={
92897  category="so",
92898  cjkwd="w",
92899  description="KANGXI RADICAL RAT",
92900  direction="on",
92901  linebreak="id",
92902  specials={ "compat", 0x9F20 },
92903  unicodeslot=0x2FCF,
92904 },
92905 [0x2FD0]={
92906  category="so",
92907  cjkwd="w",
92908  description="KANGXI RADICAL NOSE",
92909  direction="on",
92910  linebreak="id",
92911  specials={ "compat", 0x9F3B },
92912  unicodeslot=0x2FD0,
92913 },
92914 [0x2FD1]={
92915  category="so",
92916  cjkwd="w",
92917  description="KANGXI RADICAL EVEN",
92918  direction="on",
92919  linebreak="id",
92920  specials={ "compat", 0x9F4A },
92921  unicodeslot=0x2FD1,
92922 },
92923 [0x2FD2]={
92924  category="so",
92925  cjkwd="w",
92926  description="KANGXI RADICAL TOOTH",
92927  direction="on",
92928  linebreak="id",
92929  specials={ "compat", 0x9F52 },
92930  unicodeslot=0x2FD2,
92931 },
92932 [0x2FD3]={
92933  category="so",
92934  cjkwd="w",
92935  description="KANGXI RADICAL DRAGON",
92936  direction="on",
92937  linebreak="id",
92938  specials={ "compat", 0x9F8D },
92939  unicodeslot=0x2FD3,
92940 },
92941 [0x2FD4]={
92942  category="so",
92943  cjkwd="w",
92944  description="KANGXI RADICAL TURTLE",
92945  direction="on",
92946  linebreak="id",
92947  specials={ "compat", 0x9F9C },
92948  unicodeslot=0x2FD4,
92949 },
92950 [0x2FD5]={
92951  category="so",
92952  cjkwd="w",
92953  description="KANGXI RADICAL FLUTE",
92954  direction="on",
92955  linebreak="id",
92956  specials={ "compat", 0x9FA0 },
92957  unicodeslot=0x2FD5,
92958 },
92959 [0x2FF0]={
92960  category="so",
92961  cjkwd="w",
92962  description="IDEOGRAPHIC DESCRIPTION CHARACTER LEFT TO RIGHT",
92963  direction="on",
92964  linebreak="id",
92965  unicodeslot=0x2FF0,
92966 },
92967 [0x2FF1]={
92968  category="so",
92969  cjkwd="w",
92970  description="IDEOGRAPHIC DESCRIPTION CHARACTER ABOVE TO BELOW",
92971  direction="on",
92972  linebreak="id",
92973  unicodeslot=0x2FF1,
92974 },
92975 [0x2FF2]={
92976  category="so",
92977  cjkwd="w",
92978  description="IDEOGRAPHIC DESCRIPTION CHARACTER LEFT TO MIDDLE AND RIGHT",
92979  direction="on",
92980  linebreak="id",
92981  unicodeslot=0x2FF2,
92982 },
92983 [0x2FF3]={
92984  category="so",
92985  cjkwd="w",
92986  description="IDEOGRAPHIC DESCRIPTION CHARACTER ABOVE TO MIDDLE AND BELOW",
92987  direction="on",
92988  linebreak="id",
92989  unicodeslot=0x2FF3,
92990 },
92991 [0x2FF4]={
92992  category="so",
92993  cjkwd="w",
92994  description="IDEOGRAPHIC DESCRIPTION CHARACTER FULL SURROUND",
92995  direction="on",
92996  linebreak="id",
92997  unicodeslot=0x2FF4,
92998 },
92999 [0x2FF5]={
93000  category="so",
93001  cjkwd="w",
93002  description="IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM ABOVE",
93003  direction="on",
93004  linebreak="id",
93005  unicodeslot=0x2FF5,
93006 },
93007 [0x2FF6]={
93008  category="so",
93009  cjkwd="w",
93010  description="IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM BELOW",
93011  direction="on",
93012  linebreak="id",
93013  unicodeslot=0x2FF6,
93014 },
93015 [0x2FF7]={
93016  category="so",
93017  cjkwd="w",
93018  description="IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM LEFT",
93019  direction="on",
93020  linebreak="id",
93021  unicodeslot=0x2FF7,
93022 },
93023 [0x2FF8]={
93024  category="so",
93025  cjkwd="w",
93026  description="IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM UPPER LEFT",
93027  direction="on",
93028  linebreak="id",
93029  unicodeslot=0x2FF8,
93030 },
93031 [0x2FF9]={
93032  category="so",
93033  cjkwd="w",
93034  description="IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM UPPER RIGHT",
93035  direction="on",
93036  linebreak="id",
93037  unicodeslot=0x2FF9,
93038 },
93039 [0x2FFA]={
93040  category="so",
93041  cjkwd="w",
93042  description="IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM LOWER LEFT",
93043  direction="on",
93044  linebreak="id",
93045  unicodeslot=0x2FFA,
93046 },
93047 [0x2FFB]={
93048  category="so",
93049  cjkwd="w",
93050  description="IDEOGRAPHIC DESCRIPTION CHARACTER OVERLAID",
93051  direction="on",
93052  linebreak="id",
93053  unicodeslot=0x2FFB,
93054 },
93055 [0x2FFC]={
93056  category="so",
93057  cjkwd="w",
93058  description="IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM RIGHT",
93059  direction="on",
93060  linebreak="id",
93061  unicodeslot=0x2FFC,
93062 },
93063 [0x2FFD]={
93064  category="so",
93065  cjkwd="w",
93066  description="IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM LOWER RIGHT",
93067  direction="on",
93068  linebreak="id",
93069  unicodeslot=0x2FFD,
93070 },
93071 [0x2FFE]={
93072  category="so",
93073  cjkwd="w",
93074  description="IDEOGRAPHIC DESCRIPTION CHARACTER HORIZONTAL REFLECTION",
93075  direction="on",
93076  linebreak="id",
93077  unicodeslot=0x2FFE,
93078 },
93079 [0x2FFF]={
93080  category="so",
93081  cjkwd="w",
93082  description="IDEOGRAPHIC DESCRIPTION CHARACTER ROTATION",
93083  direction="on",
93084  linebreak="id",
93085  unicodeslot=0x2FFF,
93086 },
93087 [0x3000]={
93088  category="zs",
93089  cjkwd="f",
93090  contextname="ideographicspace",
93091  description="IDEOGRAPHIC SPACE",
93092  direction="ws",
93093  linebreak="ba",
93094  specials={ "wide", 0x20 },
93095  unicodeslot=0x3000,
93096 },
93097 [0x3001]={
93098  category="po",
93099  cjkwd="w",
93100  description="IDEOGRAPHIC COMMA",
93101  direction="on",
93102  linebreak="cl",
93103  unicodeslot=0x3001,
93104  variants=variants_forms,
93105 },
93106 [0x3002]={
93107  category="po",
93108  cjkwd="w",
93109  description="IDEOGRAPHIC FULL STOP",
93110  direction="on",
93111  linebreak="cl",
93112  unicodeslot=0x3002,
93113  variants=variants_forms,
93114 },
93115 [0x3003]={
93116  category="po",
93117  cjkwd="w",
93118  description="DITTO MARK",
93119  direction="on",
93120  linebreak="id",
93121  unicodeslot=0x3003,
93122 },
93123 [0x3004]={
93124  category="so",
93125  cjkwd="w",
93126  description="JAPANESE INDUSTRIAL STANDARD SYMBOL",
93127  direction="on",
93128  linebreak="id",
93129  unicodeslot=0x3004,
93130 },
93131 [0x3005]={
93132  category="lm",
93133  cjkwd="w",
93134  description="IDEOGRAPHIC ITERATION MARK",
93135  direction="l",
93136  linebreak="ns",
93137  unicodeslot=0x3005,
93138 },
93139 [0x3006]={
93140  category="lo",
93141  cjkwd="w",
93142  description="IDEOGRAPHIC CLOSING MARK",
93143  direction="l",
93144  linebreak="id",
93145  unicodeslot=0x3006,
93146 },
93147 [0x3007]={
93148  category="nl",
93149  cjkwd="w",
93150  description="IDEOGRAPHIC NUMBER ZERO",
93151  direction="l",
93152  linebreak="id",
93153  unicodeslot=0x3007,
93154 },
93155 [0x3008]={
93156  category="ps",
93157  cjkwd="w",
93158  description="LEFT ANGLE BRACKET",
93159  direction="on",
93160  linebreak="op",
93161  mirror=0x3009,
93162  unicodeslot=0x3008,
93163 },
93164 [0x3009]={
93165  category="pe",
93166  cjkwd="w",
93167  description="RIGHT ANGLE BRACKET",
93168  direction="on",
93169  linebreak="cl",
93170  mirror=0x3008,
93171  unicodeslot=0x3009,
93172 },
93173 [0x300A]={
93174  category="ps",
93175  cjkwd="w",
93176  description="LEFT DOUBLE ANGLE BRACKET",
93177  direction="on",
93178  linebreak="op",
93179  mirror=0x300B,
93180  unicodeslot=0x300A,
93181 },
93182 [0x300B]={
93183  category="pe",
93184  cjkwd="w",
93185  description="RIGHT DOUBLE ANGLE BRACKET",
93186  direction="on",
93187  linebreak="cl",
93188  mirror=0x300A,
93189  unicodeslot=0x300B,
93190 },
93191 [0x300C]={
93192  category="ps",
93193  cjkwd="w",
93194  description="LEFT CORNER BRACKET",
93195  direction="on",
93196  linebreak="op",
93197  mirror=0x300D,
93198  unicodeslot=0x300C,
93199 },
93200 [0x300D]={
93201  category="pe",
93202  cjkwd="w",
93203  description="RIGHT CORNER BRACKET",
93204  direction="on",
93205  linebreak="cl",
93206  mirror=0x300C,
93207  unicodeslot=0x300D,
93208 },
93209 [0x300E]={
93210  category="ps",
93211  cjkwd="w",
93212  description="LEFT WHITE CORNER BRACKET",
93213  direction="on",
93214  linebreak="op",
93215  mirror=0x300F,
93216  unicodeslot=0x300E,
93217 },
93218 [0x300F]={
93219  category="pe",
93220  cjkwd="w",
93221  description="RIGHT WHITE CORNER BRACKET",
93222  direction="on",
93223  linebreak="cl",
93224  mirror=0x300E,
93225  unicodeslot=0x300F,
93226 },
93227 [0x3010]={
93228  category="ps",
93229  cjkwd="w",
93230  description="LEFT BLACK LENTICULAR BRACKET",
93231  direction="on",
93232  linebreak="op",
93233  mirror=0x3011,
93234  unicodeslot=0x3010,
93235 },
93236 [0x3011]={
93237  category="pe",
93238  cjkwd="w",
93239  description="RIGHT BLACK LENTICULAR BRACKET",
93240  direction="on",
93241  linebreak="cl",
93242  mirror=0x3010,
93243  unicodeslot=0x3011,
93244 },
93245 [0x3012]={
93246  category="so",
93247  cjkwd="w",
93248  description="POSTAL MARK",
93249  direction="on",
93250  linebreak="id",
93251  unicodeslot=0x3012,
93252 },
93253 [0x3013]={
93254  category="so",
93255  cjkwd="w",
93256  description="GETA MARK",
93257  direction="on",
93258  linebreak="id",
93259  unicodeslot=0x3013,
93260 },
93261 [0x3014]={
93262  category="ps",
93263  cjkwd="w",
93264  description="LEFT TORTOISE SHELL BRACKET",
93265  direction="on",
93266  linebreak="op",
93267  mirror=0x3015,
93268  unicodeslot=0x3014,
93269 },
93270 [0x3015]={
93271  category="pe",
93272  cjkwd="w",
93273  description="RIGHT TORTOISE SHELL BRACKET",
93274  direction="on",
93275  linebreak="cl",
93276  mirror=0x3014,
93277  unicodeslot=0x3015,
93278 },
93279 [0x3016]={
93280  category="ps",
93281  cjkwd="w",
93282  description="LEFT WHITE LENTICULAR BRACKET",
93283  direction="on",
93284  linebreak="op",
93285  mirror=0x3017,
93286  unicodeslot=0x3016,
93287 },
93288 [0x3017]={
93289  category="pe",
93290  cjkwd="w",
93291  description="RIGHT WHITE LENTICULAR BRACKET",
93292  direction="on",
93293  linebreak="cl",
93294  mirror=0x3016,
93295  unicodeslot=0x3017,
93296 },
93297 [0x3018]={
93298  category="ps",
93299  cjkwd="w",
93300  description="LEFT WHITE TORTOISE SHELL BRACKET",
93301  direction="on",
93302  linebreak="op",
93303  mirror=0x3019,
93304  unicodeslot=0x3018,
93305 },
93306 [0x3019]={
93307  category="pe",
93308  cjkwd="w",
93309  description="RIGHT WHITE TORTOISE SHELL BRACKET",
93310  direction="on",
93311  linebreak="cl",
93312  mirror=0x3018,
93313  unicodeslot=0x3019,
93314 },
93315 [0x301A]={
93316  category="ps",
93317  cjkwd="w",
93318  description="LEFT WHITE SQUARE BRACKET",
93319  direction="on",
93320  linebreak="op",
93321  mirror=0x301B,
93322  synonyms={ "left abstract syntax bracket" },
93323  unicodeslot=0x301A,
93324 },
93325 [0x301B]={
93326  category="pe",
93327  cjkwd="w",
93328  description="RIGHT WHITE SQUARE BRACKET",
93329  direction="on",
93330  linebreak="cl",
93331  mirror=0x301A,
93332  synonyms={ "right abstract syntax bracket" },
93333  unicodeslot=0x301B,
93334 },
93335 [0x301C]={
93336  category="pd",
93337  cjkwd="w",
93338  description="WAVE DASH",
93339  direction="on",
93340  linebreak="ns",
93341  unicodeslot=0x301C,
93342 },
93343 [0x301D]={
93344  category="ps",
93345  cjkwd="w",
93346  description="REVERSED DOUBLE PRIME QUOTATION MARK",
93347  direction="on",
93348  linebreak="op",
93349  unicodeslot=0x301D,
93350 },
93351 [0x301E]={
93352  category="pe",
93353  cjkwd="w",
93354  description="DOUBLE PRIME QUOTATION MARK",
93355  direction="on",
93356  linebreak="cl",
93357  unicodeslot=0x301E,
93358 },
93359 [0x301F]={
93360  category="pe",
93361  cjkwd="w",
93362  description="LOW DOUBLE PRIME QUOTATION MARK",
93363  direction="on",
93364  linebreak="cl",
93365  unicodeslot=0x301F,
93366 },
93367 [0x3020]={
93368  category="so",
93369  cjkwd="w",
93370  description="POSTAL MARK FACE",
93371  direction="on",
93372  linebreak="id",
93373  unicodeslot=0x3020,
93374 },
93375 [0x3021]={
93376  category="nl",
93377  cjkwd="w",
93378  description="HANGZHOU NUMERAL ONE",
93379  direction="l",
93380  linebreak="id",
93381  unicodeslot=0x3021,
93382 },
93383 [0x3022]={
93384  category="nl",
93385  cjkwd="w",
93386  description="HANGZHOU NUMERAL TWO",
93387  direction="l",
93388  linebreak="id",
93389  unicodeslot=0x3022,
93390 },
93391 [0x3023]={
93392  category="nl",
93393  cjkwd="w",
93394  description="HANGZHOU NUMERAL THREE",
93395  direction="l",
93396  linebreak="id",
93397  unicodeslot=0x3023,
93398 },
93399 [0x3024]={
93400  category="nl",
93401  cjkwd="w",
93402  description="HANGZHOU NUMERAL FOUR",
93403  direction="l",
93404  linebreak="id",
93405  unicodeslot=0x3024,
93406 },
93407 [0x3025]={
93408  category="nl",
93409  cjkwd="w",
93410  description="HANGZHOU NUMERAL FIVE",
93411  direction="l",
93412  linebreak="id",
93413  unicodeslot=0x3025,
93414 },
93415 [0x3026]={
93416  category="nl",
93417  cjkwd="w",
93418  description="HANGZHOU NUMERAL SIX",
93419  direction="l",
93420  linebreak="id",
93421  unicodeslot=0x3026,
93422 },
93423 [0x3027]={
93424  category="nl",
93425  cjkwd="w",
93426  description="HANGZHOU NUMERAL SEVEN",
93427  direction="l",
93428  linebreak="id",
93429  unicodeslot=0x3027,
93430 },
93431 [0x3028]={
93432  category="nl",
93433  cjkwd="w",
93434  description="HANGZHOU NUMERAL EIGHT",
93435  direction="l",
93436  linebreak="id",
93437  unicodeslot=0x3028,
93438 },
93439 [0x3029]={
93440  category="nl",
93441  cjkwd="w",
93442  description="HANGZHOU NUMERAL NINE",
93443  direction="l",
93444  linebreak="id",
93445  unicodeslot=0x3029,
93446 },
93447 [0x302A]={
93448  category="mn",
93449  cjkwd="w",
93450  combining=0xDA,
93451  description="IDEOGRAPHIC LEVEL TONE MARK",
93452  direction="nsm",
93453  linebreak="cm",
93454  unicodeslot=0x302A,
93455 },
93456 [0x302B]={
93457  category="mn",
93458  cjkwd="w",
93459  combining=0xE4,
93460  description="IDEOGRAPHIC RISING TONE MARK",
93461  direction="nsm",
93462  linebreak="cm",
93463  unicodeslot=0x302B,
93464 },
93465 [0x302C]={
93466  category="mn",
93467  cjkwd="w",
93468  combining=0xE8,
93469  description="IDEOGRAPHIC DEPARTING TONE MARK",
93470  direction="nsm",
93471  linebreak="cm",
93472  unicodeslot=0x302C,
93473 },
93474 [0x302D]={
93475  category="mn",
93476  cjkwd="w",
93477  combining=0xDE,
93478  description="IDEOGRAPHIC ENTERING TONE MARK",
93479  direction="nsm",
93480  linebreak="cm",
93481  unicodeslot=0x302D,
93482 },
93483 [0x302E]={
93484  category="mn",
93485  cjkwd="w",
93486  combining=0xE0,
93487  description="HANGUL SINGLE DOT TONE MARK",
93488  direction="l",
93489  linebreak="cm",
93490  unicodeslot=0x302E,
93491 },
93492 [0x302F]={
93493  category="mn",
93494  cjkwd="w",
93495  combining=0xE0,
93496  description="HANGUL DOUBLE DOT TONE MARK",
93497  direction="l",
93498  linebreak="cm",
93499  unicodeslot=0x302F,
93500 },
93501 [0x3030]={
93502  category="pd",
93503  cjkwd="w",
93504  description="WAVY DASH",
93505  direction="on",
93506  linebreak="id",
93507  unicodeslot=0x3030,
93508  variants=variants_emoji,
93509 },
93510 [0x3031]={
93511  category="lm",
93512  cjkwd="w",
93513  description="VERTICAL KANA REPEAT MARK",
93514  direction="l",
93515  linebreak="id",
93516  unicodeslot=0x3031,
93517 },
93518 [0x3032]={
93519  category="lm",
93520  cjkwd="w",
93521  description="VERTICAL KANA REPEAT WITH VOICED SOUND MARK",
93522  direction="l",
93523  linebreak="id",
93524  unicodeslot=0x3032,
93525 },
93526 [0x3033]={
93527  category="lm",
93528  cjkwd="w",
93529  description="VERTICAL KANA REPEAT MARK UPPER HALF",
93530  direction="l",
93531  linebreak="id",
93532  unicodeslot=0x3033,
93533 },
93534 [0x3034]={
93535  category="lm",
93536  cjkwd="w",
93537  description="VERTICAL KANA REPEAT WITH VOICED SOUND MARK UPPER HALF",
93538  direction="l",
93539  linebreak="id",
93540  unicodeslot=0x3034,
93541 },
93542 [0x3035]={
93543  category="lm",
93544  cjkwd="w",
93545  description="VERTICAL KANA REPEAT MARK LOWER HALF",
93546  direction="l",
93547  linebreak="cm",
93548  unicodeslot=0x3035,
93549 },
93550 [0x3036]={
93551  category="so",
93552  cjkwd="w",
93553  description="CIRCLED POSTAL MARK",
93554  direction="on",
93555  linebreak="id",
93556  specials={ "compat", 0x3012 },
93557  unicodeslot=0x3036,
93558 },
93559 [0x3037]={
93560  category="so",
93561  cjkwd="w",
93562  description="IDEOGRAPHIC TELEGRAPH LINE FEED SEPARATOR SYMBOL",
93563  direction="on",
93564  linebreak="id",
93565  unicodeslot=0x3037,
93566 },
93567 [0x3038]={
93568  category="nl",
93569  cjkwd="w",
93570  description="HANGZHOU NUMERAL TEN",
93571  direction="l",
93572  linebreak="id",
93573  specials={ "compat", 0x5341 },
93574  unicodeslot=0x3038,
93575 },
93576 [0x3039]={
93577  category="nl",
93578  cjkwd="w",
93579  description="HANGZHOU NUMERAL TWENTY",
93580  direction="l",
93581  linebreak="id",
93582  specials={ "compat", 0x5344 },
93583  unicodeslot=0x3039,
93584 },
93585 [0x303A]={
93586  category="nl",
93587  cjkwd="w",
93588  description="HANGZHOU NUMERAL THIRTY",
93589  direction="l",
93590  linebreak="id",
93591  specials={ "compat", 0x5345 },
93592  unicodeslot=0x303A,
93593 },
93594 [0x303B]={
93595  category="lm",
93596  cjkwd="w",
93597  description="VERTICAL IDEOGRAPHIC ITERATION MARK",
93598  direction="l",
93599  linebreak="ns",
93600  unicodeslot=0x303B,
93601 },
93602 [0x303C]={
93603  category="lo",
93604  cjkwd="w",
93605  description="MASU MARK",
93606  direction="l",
93607  linebreak="ns",
93608  unicodeslot=0x303C,
93609 },
93610 [0x303D]={
93611  category="po",
93612  cjkwd="w",
93613  description="PART ALTERNATION MARK",
93614  direction="on",
93615  linebreak="id",
93616  unicodeslot=0x303D,
93617  variants=variants_emoji,
93618 },
93619 [0x303E]={
93620  category="so",
93621  cjkwd="w",
93622  description="IDEOGRAPHIC VARIATION INDICATOR",
93623  direction="on",
93624  linebreak="id",
93625  unicodeslot=0x303E,
93626 },
93627 [0x303F]={
93628  category="so",
93629  contextname="ideographichalffillspace",
93630  description="IDEOGRAPHIC HALF FILL SPACE",
93631  direction="on",
93632  linebreak="id",
93633  unicodeslot=0x303F,
93634 },
93635 [0x3041]={
93636  category="lo",
93637  cjkwd="w",
93638  description="HIRAGANA LETTER SMALL A",
93639  detail="sl",
93640  direction="l",
93641  linebreak="cj",
93642  shcode=0x3042,
93643  sound="unvoiced",
93644  unicodeslot=0x3041,
93645 },
93646 [0x3042]={
93647  category="lo",
93648  cjkwd="w",
93649  description="HIRAGANA LETTER A",
93650  detail="bl",
93651  direction="l",
93652  linebreak="id",
93653  shcode=0x3042,
93654  sound="unvoiced",
93655  unicodeslot=0x3042,
93656 },
93657 [0x3043]={
93658  category="lo",
93659  cjkwd="w",
93660  description="HIRAGANA LETTER SMALL I",
93661  detail="sl",
93662  direction="l",
93663  linebreak="cj",
93664  shcode=0x3044,
93665  sound="unvoiced",
93666  unicodeslot=0x3043,
93667 },
93668 [0x3044]={
93669  category="lo",
93670  cjkwd="w",
93671  description="HIRAGANA LETTER I",
93672  detail="bl",
93673  direction="l",
93674  linebreak="id",
93675  shcode=0x3044,
93676  sound="unvoiced",
93677  unicodeslot=0x3044,
93678 },
93679 [0x3045]={
93680  category="lo",
93681  cjkwd="w",
93682  description="HIRAGANA LETTER SMALL U",
93683  detail="sl",
93684  direction="l",
93685  linebreak="cj",
93686  shcode=0x3046,
93687  sound="unvoiced",
93688  unicodeslot=0x3045,
93689 },
93690 [0x3046]={
93691  category="lo",
93692  cjkwd="w",
93693  description="HIRAGANA LETTER U",
93694  detail="bl",
93695  direction="l",
93696  linebreak="id",
93697  shcode=0x3046,
93698  sound="unvoiced",
93699  unicodeslot=0x3046,
93700 },
93701 [0x3047]={
93702  category="lo",
93703  cjkwd="w",
93704  description="HIRAGANA LETTER SMALL E",
93705  detail="sl",
93706  direction="l",
93707  linebreak="cj",
93708  shcode=0x3048,
93709  sound="unvoiced",
93710  unicodeslot=0x3047,
93711 },
93712 [0x3048]={
93713  category="lo",
93714  cjkwd="w",
93715  description="HIRAGANA LETTER E",
93716  detail="bl",
93717  direction="l",
93718  linebreak="id",
93719  shcode=0x3048,
93720  sound="unvoiced",
93721  unicodeslot=0x3048,
93722 },
93723 [0x3049]={
93724  category="lo",
93725  cjkwd="w",
93726  description="HIRAGANA LETTER SMALL O",
93727  detail="sl",
93728  direction="l",
93729  linebreak="cj",
93730  shcode=0x304A,
93731  sound="unvoiced",
93732  unicodeslot=0x3049,
93733 },
93734 [0x304A]={
93735  category="lo",
93736  cjkwd="w",
93737  description="HIRAGANA LETTER O",
93738  detail="bl",
93739  direction="l",
93740  linebreak="id",
93741  shcode=0x304A,
93742  sound="unvoiced",
93743  unicodeslot=0x304A,
93744 },
93745 [0x304B]={
93746  category="lo",
93747  cjkwd="w",
93748  description="HIRAGANA LETTER KA",
93749  detail="bl",
93750  direction="l",
93751  linebreak="id",
93752  shcode=0x304B,
93753  sound="unvoiced",
93754  unicodeslot=0x304B,
93755 },
93756 [0x304C]={
93757  category="lo",
93758  cjkwd="w",
93759  description="HIRAGANA LETTER GA",
93760  detail="bl",
93761  direction="l",
93762  linebreak="id",
93763  shcode=0x304B,
93764  sound="voiced",
93765  specials={ "char", 0x304B, 0x3099 },
93766  unicodeslot=0x304C,
93767 },
93768 [0x304D]={
93769  category="lo",
93770  cjkwd="w",
93771  description="HIRAGANA LETTER KI",
93772  detail="bl",
93773  direction="l",
93774  linebreak="id",
93775  shcode=0x304D,
93776  sound="unvoiced",
93777  unicodeslot=0x304D,
93778 },
93779 [0x304E]={
93780  category="lo",
93781  cjkwd="w",
93782  description="HIRAGANA LETTER GI",
93783  detail="bl",
93784  direction="l",
93785  linebreak="id",
93786  shcode=0x304D,
93787  sound="voiced",
93788  specials={ "char", 0x304D, 0x3099 },
93789  unicodeslot=0x304E,
93790 },
93791 [0x304F]={
93792  category="lo",
93793  cjkwd="w",
93794  description="HIRAGANA LETTER KU",
93795  detail="bl",
93796  direction="l",
93797  linebreak="id",
93798  shcode=0x304F,
93799  sound="unvoiced",
93800  unicodeslot=0x304F,
93801 },
93802 [0x3050]={
93803  category="lo",
93804  cjkwd="w",
93805  description="HIRAGANA LETTER GU",
93806  detail="bl",
93807  direction="l",
93808  linebreak="id",
93809  shcode=0x304F,
93810  sound="voiced",
93811  specials={ "char", 0x304F, 0x3099 },
93812  unicodeslot=0x3050,
93813 },
93814 [0x3051]={
93815  category="lo",
93816  cjkwd="w",
93817  description="HIRAGANA LETTER KE",
93818  detail="bl",
93819  direction="l",
93820  linebreak="id",
93821  shcode=0x3051,
93822  sound="unvoiced",
93823  unicodeslot=0x3051,
93824 },
93825 [0x3052]={
93826  category="lo",
93827  cjkwd="w",
93828  description="HIRAGANA LETTER GE",
93829  detail="bl",
93830  direction="l",
93831  linebreak="id",
93832  shcode=0x3051,
93833  sound="voiced",
93834  specials={ "char", 0x3051, 0x3099 },
93835  unicodeslot=0x3052,
93836 },
93837 [0x3053]={
93838  category="lo",
93839  cjkwd="w",
93840  description="HIRAGANA LETTER KO",
93841  detail="bl",
93842  direction="l",
93843  linebreak="id",
93844  shcode=0x3053,
93845  sound="unvoiced",
93846  unicodeslot=0x3053,
93847 },
93848 [0x3054]={
93849  category="lo",
93850  cjkwd="w",
93851  description="HIRAGANA LETTER GO",
93852  detail="bl",
93853  direction="l",
93854  linebreak="id",
93855  shcode=0x3053,
93856  sound="voiced",
93857  specials={ "char", 0x3053, 0x3099 },
93858  unicodeslot=0x3054,
93859 },
93860 [0x3055]={
93861  category="lo",
93862  cjkwd="w",
93863  description="HIRAGANA LETTER SA",
93864  detail="bl",
93865  direction="l",
93866  linebreak="id",
93867  shcode=0x3055,
93868  sound="unvoiced",
93869  unicodeslot=0x3055,
93870 },
93871 [0x3056]={
93872  category="lo",
93873  cjkwd="w",
93874  description="HIRAGANA LETTER ZA",
93875  detail="bl",
93876  direction="l",
93877  linebreak="id",
93878  shcode=0x3055,
93879  sound="voiced",
93880  specials={ "char", 0x3055, 0x3099 },
93881  unicodeslot=0x3056,
93882 },
93883 [0x3057]={
93884  category="lo",
93885  cjkwd="w",
93886  description="HIRAGANA LETTER SI",
93887  detail="bl",
93888  direction="l",
93889  linebreak="id",
93890  shcode=0x3057,
93891  sound="unvoiced",
93892  unicodeslot=0x3057,
93893 },
93894 [0x3058]={
93895  category="lo",
93896  cjkwd="w",
93897  description="HIRAGANA LETTER ZI",
93898  detail="bl",
93899  direction="l",
93900  linebreak="id",
93901  shcode=0x3057,
93902  sound="voiced",
93903  specials={ "char", 0x3057, 0x3099 },
93904  unicodeslot=0x3058,
93905 },
93906 [0x3059]={
93907  category="lo",
93908  cjkwd="w",
93909  description="HIRAGANA LETTER SU",
93910  detail="bl",
93911  direction="l",
93912  linebreak="id",
93913  shcode=0x3059,
93914  sound="unvoiced",
93915  unicodeslot=0x3059,
93916 },
93917 [0x305A]={
93918  category="lo",
93919  cjkwd="w",
93920  description="HIRAGANA LETTER ZU",
93921  detail="bl",
93922  direction="l",
93923  linebreak="id",
93924  shcode=0x3059,
93925  sound="voiced",
93926  specials={ "char", 0x3059, 0x3099 },
93927  unicodeslot=0x305A,
93928 },
93929 [0x305B]={
93930  category="lo",
93931  cjkwd="w",
93932  description="HIRAGANA LETTER SE",
93933  detail="bl",
93934  direction="l",
93935  linebreak="id",
93936  shcode=0x305B,
93937  sound="unvoiced",
93938  unicodeslot=0x305B,
93939 },
93940 [0x305C]={
93941  category="lo",
93942  cjkwd="w",
93943  description="HIRAGANA LETTER ZE",
93944  detail="bl",
93945  direction="l",
93946  linebreak="id",
93947  shcode=0x305B,
93948  sound="voiced",
93949  specials={ "char", 0x305B, 0x3099 },
93950  unicodeslot=0x305C,
93951 },
93952 [0x305D]={
93953  category="lo",
93954  cjkwd="w",
93955  description="HIRAGANA LETTER SO",
93956  detail="bl",
93957  direction="l",
93958  linebreak="id",
93959  shcode=0x305D,
93960  sound="unvoiced",
93961  unicodeslot=0x305D,
93962 },
93963 [0x305E]={
93964  category="lo",
93965  cjkwd="w",
93966  description="HIRAGANA LETTER ZO",
93967  detail="bl",
93968  direction="l",
93969  linebreak="id",
93970  shcode=0x305D,
93971  sound="voiced",
93972  specials={ "char", 0x305D, 0x3099 },
93973  unicodeslot=0x305E,
93974 },
93975 [0x305F]={
93976  category="lo",
93977  cjkwd="w",
93978  description="HIRAGANA LETTER TA",
93979  detail="bl",
93980  direction="l",
93981  linebreak="id",
93982  shcode=0x305F,
93983  sound="unvoiced",
93984  unicodeslot=0x305F,
93985 },
93986 [0x3060]={
93987  category="lo",
93988  cjkwd="w",
93989  description="HIRAGANA LETTER DA",
93990  detail="bl",
93991  direction="l",
93992  linebreak="id",
93993  shcode=0x305F,
93994  sound="voiced",
93995  specials={ "char", 0x305F, 0x3099 },
93996  unicodeslot=0x3060,
93997 },
93998 [0x3061]={
93999  category="lo",
94000  cjkwd="w",
94001  description="HIRAGANA LETTER TI",
94002  detail="bl",
94003  direction="l",
94004  linebreak="id",
94005  shcode=0x3061,
94006  sound="unvoiced",
94007  unicodeslot=0x3061,
94008 },
94009 [0x3062]={
94010  category="lo",
94011  cjkwd="w",
94012  description="HIRAGANA LETTER DI",
94013  detail="bl",
94014  direction="l",
94015  linebreak="id",
94016  shcode=0x3061,
94017  sound="voiced",
94018  specials={ "char", 0x3061, 0x3099 },
94019  unicodeslot=0x3062,
94020 },
94021 [0x3063]={
94022  category="lo",
94023  cjkwd="w",
94024  description="HIRAGANA LETTER SMALL TU",
94025  detail="sl",
94026  direction="l",
94027  linebreak="cj",
94028  shcode=0x3064,
94029  sound="unvoiced",
94030  unicodeslot=0x3063,
94031 },
94032 [0x3064]={
94033  category="lo",
94034  cjkwd="w",
94035  description="HIRAGANA LETTER TU",
94036  detail="bl",
94037  direction="l",
94038  linebreak="id",
94039  shcode=0x3064,
94040  sound="unvoiced",
94041  unicodeslot=0x3064,
94042 },
94043 [0x3065]={
94044  category="lo",
94045  cjkwd="w",
94046  description="HIRAGANA LETTER DU",
94047  detail="bl",
94048  direction="l",
94049  linebreak="id",
94050  shcode=0x3064,
94051  sound="voiced",
94052  specials={ "char", 0x3064, 0x3099 },
94053  unicodeslot=0x3065,
94054 },
94055 [0x3066]={
94056  category="lo",
94057  cjkwd="w",
94058  description="HIRAGANA LETTER TE",
94059  detail="bl",
94060  direction="l",
94061  linebreak="id",
94062  shcode=0x3066,
94063  sound="unvoiced",
94064  unicodeslot=0x3066,
94065 },
94066 [0x3067]={
94067  category="lo",
94068  cjkwd="w",
94069  description="HIRAGANA LETTER DE",
94070  detail="bl",
94071  direction="l",
94072  linebreak="id",
94073  shcode=0x3066,
94074  sound="voiced",
94075  specials={ "char", 0x3066, 0x3099 },
94076  unicodeslot=0x3067,
94077 },
94078 [0x3068]={
94079  category="lo",
94080  cjkwd="w",
94081  description="HIRAGANA LETTER TO",
94082  detail="bl",
94083  direction="l",
94084  linebreak="id",
94085  shcode=0x3068,
94086  sound="unvoiced",
94087  unicodeslot=0x3068,
94088 },
94089 [0x3069]={
94090  category="lo",
94091  cjkwd="w",
94092  description="HIRAGANA LETTER DO",
94093  detail="bl",
94094  direction="l",
94095  linebreak="id",
94096  shcode=0x3068,
94097  sound="voiced",
94098  specials={ "char", 0x3068, 0x3099 },
94099  unicodeslot=0x3069,
94100 },
94101 [0x306A]={
94102  category="lo",
94103  cjkwd="w",
94104  description="HIRAGANA LETTER NA",
94105  detail="bl",
94106  direction="l",
94107  linebreak="id",
94108  shcode=0x306A,
94109  sound="unvoiced",
94110  unicodeslot=0x306A,
94111 },
94112 [0x306B]={
94113  category="lo",
94114  cjkwd="w",
94115  description="HIRAGANA LETTER NI",
94116  detail="bl",
94117  direction="l",
94118  linebreak="id",
94119  shcode=0x306B,
94120  sound="unvoiced",
94121  unicodeslot=0x306B,
94122 },
94123 [0x306C]={
94124  category="lo",
94125  cjkwd="w",
94126  description="HIRAGANA LETTER NU",
94127  detail="bl",
94128  direction="l",
94129  linebreak="id",
94130  shcode=0x306C,
94131  sound="unvoiced",
94132  unicodeslot=0x306C,
94133 },
94134 [0x306D]={
94135  category="lo",
94136  cjkwd="w",
94137  description="HIRAGANA LETTER NE",
94138  detail="bl",
94139  direction="l",
94140  linebreak="id",
94141  shcode=0x306D,
94142  sound="unvoiced",
94143  unicodeslot=0x306D,
94144 },
94145 [0x306E]={
94146  category="lo",
94147  cjkwd="w",
94148  description="HIRAGANA LETTER NO",
94149  detail="bl",
94150  direction="l",
94151  linebreak="id",
94152  shcode=0x306E,
94153  sound="unvoiced",
94154  unicodeslot=0x306E,
94155 },
94156 [0x306F]={
94157  category="lo",
94158  cjkwd="w",
94159  description="HIRAGANA LETTER HA",
94160  detail="bl",
94161  direction="l",
94162  linebreak="id",
94163  shcode=0x306F,
94164  sound="unvoiced",
94165  unicodeslot=0x306F,
94166 },
94167 [0x3070]={
94168  category="lo",
94169  cjkwd="w",
94170  description="HIRAGANA LETTER BA",
94171  detail="bl",
94172  direction="l",
94173  linebreak="id",
94174  shcode=0x306F,
94175  sound="voiced",
94176  specials={ "char", 0x306F, 0x3099 },
94177  unicodeslot=0x3070,
94178 },
94179 [0x3071]={
94180  category="lo",
94181  cjkwd="w",
94182  description="HIRAGANA LETTER PA",
94183  detail="bl",
94184  direction="l",
94185  linebreak="id",
94186  shcode=0x306F,
94187  sound="semivoiced",
94188  specials={ "char", 0x306F, 0x309A },
94189  unicodeslot=0x3071,
94190 },
94191 [0x3072]={
94192  category="lo",
94193  cjkwd="w",
94194  description="HIRAGANA LETTER HI",
94195  detail="bl",
94196  direction="l",
94197  linebreak="id",
94198  shcode=0x3072,
94199  sound="unvoiced",
94200  unicodeslot=0x3072,
94201 },
94202 [0x3073]={
94203  category="lo",
94204  cjkwd="w",
94205  description="HIRAGANA LETTER BI",
94206  detail="bl",
94207  direction="l",
94208  linebreak="id",
94209  shcode=0x3072,
94210  sound="voiced",
94211  specials={ "char", 0x3072, 0x3099 },
94212  unicodeslot=0x3073,
94213 },
94214 [0x3074]={
94215  category="lo",
94216  cjkwd="w",
94217  description="HIRAGANA LETTER PI",
94218  detail="bl",
94219  direction="l",
94220  linebreak="id",
94221  shcode=0x3072,
94222  sound="semivoiced",
94223  specials={ "char", 0x3072, 0x309A },
94224  unicodeslot=0x3074,
94225 },
94226 [0x3075]={
94227  category="lo",
94228  cjkwd="w",
94229  description="HIRAGANA LETTER HU",
94230  detail="bl",
94231  direction="l",
94232  linebreak="id",
94233  shcode=0x3075,
94234  sound="unvoiced",
94235  unicodeslot=0x3075,
94236 },
94237 [0x3076]={
94238  category="lo",
94239  cjkwd="w",
94240  description="HIRAGANA LETTER BU",
94241  detail="bl",
94242  direction="l",
94243  linebreak="id",
94244  shcode=0x3075,
94245  sound="voiced",
94246  specials={ "char", 0x3075, 0x3099 },
94247  unicodeslot=0x3076,
94248 },
94249 [0x3077]={
94250  category="lo",
94251  cjkwd="w",
94252  description="HIRAGANA LETTER PU",
94253  detail="bl",
94254  direction="l",
94255  linebreak="id",
94256  shcode=0x3075,
94257  sound="semivoiced",
94258  specials={ "char", 0x3075, 0x309A },
94259  unicodeslot=0x3077,
94260 },
94261 [0x3078]={
94262  category="lo",
94263  cjkwd="w",
94264  description="HIRAGANA LETTER HE",
94265  detail="bl",
94266  direction="l",
94267  linebreak="id",
94268  shcode=0x3078,
94269  sound="unvoiced",
94270  unicodeslot=0x3078,
94271 },
94272 [0x3079]={
94273  category="lo",
94274  cjkwd="w",
94275  description="HIRAGANA LETTER BE",
94276  detail="bl",
94277  direction="l",
94278  linebreak="id",
94279  shcode=0x3078,
94280  sound="voiced",
94281  specials={ "char", 0x3078, 0x3099 },
94282  unicodeslot=0x3079,
94283 },
94284 [0x307A]={
94285  category="lo",
94286  cjkwd="w",
94287  description="HIRAGANA LETTER PE",
94288  detail="bl",
94289  direction="l",
94290  linebreak="id",
94291  shcode=0x3078,
94292  sound="semivoiced",
94293  specials={ "char", 0x3078, 0x309A },
94294  unicodeslot=0x307A,
94295 },
94296 [0x307B]={
94297  category="lo",
94298  cjkwd="w",
94299  description="HIRAGANA LETTER HO",
94300  detail="bl",
94301  direction="l",
94302  linebreak="id",
94303  shcode=0x307B,
94304  sound="unvoiced",
94305  unicodeslot=0x307B,
94306 },
94307 [0x307C]={
94308  category="lo",
94309  cjkwd="w",
94310  description="HIRAGANA LETTER BO",
94311  detail="bl",
94312  direction="l",
94313  linebreak="id",
94314  shcode=0x307B,
94315  sound="voiced",
94316  specials={ "char", 0x307B, 0x3099 },
94317  unicodeslot=0x307C,
94318 },
94319 [0x307D]={
94320  category="lo",
94321  cjkwd="w",
94322  description="HIRAGANA LETTER PO",
94323  detail="bl",
94324  direction="l",
94325  linebreak="id",
94326  shcode=0x307B,
94327  sound="semivoiced",
94328  specials={ "char", 0x307B, 0x309A },
94329  unicodeslot=0x307D,
94330 },
94331 [0x307E]={
94332  category="lo",
94333  cjkwd="w",
94334  description="HIRAGANA LETTER MA",
94335  detail="bl",
94336  direction="l",
94337  linebreak="id",
94338  shcode=0x307E,
94339  sound="unvoiced",
94340  unicodeslot=0x307E,
94341 },
94342 [0x307F]={
94343  category="lo",
94344  cjkwd="w",
94345  description="HIRAGANA LETTER MI",
94346  detail="bl",
94347  direction="l",
94348  linebreak="id",
94349  shcode=0x307F,
94350  sound="unvoiced",
94351  unicodeslot=0x307F,
94352 },
94353 [0x3080]={
94354  category="lo",
94355  cjkwd="w",
94356  description="HIRAGANA LETTER MU",
94357  detail="bl",
94358  direction="l",
94359  linebreak="id",
94360  shcode=0x3080,
94361  sound="unvoiced",
94362  unicodeslot=0x3080,
94363 },
94364 [0x3081]={
94365  category="lo",
94366  cjkwd="w",
94367  description="HIRAGANA LETTER ME",
94368  detail="bl",
94369  direction="l",
94370  linebreak="id",
94371  shcode=0x3081,
94372  sound="unvoiced",
94373  unicodeslot=0x3081,
94374 },
94375 [0x3082]={
94376  category="lo",
94377  cjkwd="w",
94378  description="HIRAGANA LETTER MO",
94379  detail="bl",
94380  direction="l",
94381  linebreak="id",
94382  shcode=0x3082,
94383  sound="unvoiced",
94384  unicodeslot=0x3082,
94385 },
94386 [0x3083]={
94387  category="lo",
94388  cjkwd="w",
94389  description="HIRAGANA LETTER SMALL YA",
94390  detail="sl",
94391  direction="l",
94392  linebreak="cj",
94393  shcode=0x3084,
94394  sound="unvoiced",
94395  unicodeslot=0x3083,
94396 },
94397 [0x3084]={
94398  category="lo",
94399  cjkwd="w",
94400  description="HIRAGANA LETTER YA",
94401  detail="bl",
94402  direction="l",
94403  linebreak="id",
94404  shcode=0x3084,
94405  sound="unvoiced",
94406  unicodeslot=0x3084,
94407 },
94408 [0x3085]={
94409  category="lo",
94410  cjkwd="w",
94411  description="HIRAGANA LETTER SMALL YU",
94412  detail="sl",
94413  direction="l",
94414  linebreak="cj",
94415  shcode=0x3086,
94416  sound="unvoiced",
94417  unicodeslot=0x3085,
94418 },
94419 [0x3086]={
94420  category="lo",
94421  cjkwd="w",
94422  description="HIRAGANA LETTER YU",
94423  detail="bl",
94424  direction="l",
94425  linebreak="id",
94426  shcode=0x3086,
94427  sound="unvoiced",
94428  unicodeslot=0x3086,
94429 },
94430 [0x3087]={
94431  category="lo",
94432  cjkwd="w",
94433  description="HIRAGANA LETTER SMALL YO",
94434  detail="sl",
94435  direction="l",
94436  linebreak="cj",
94437  shcode=0x3088,
94438  sound="unvoiced",
94439  unicodeslot=0x3087,
94440 },
94441 [0x3088]={
94442  category="lo",
94443  cjkwd="w",
94444  description="HIRAGANA LETTER YO",
94445  detail="bl",
94446  direction="l",
94447  linebreak="id",
94448  shcode=0x3088,
94449  sound="unvoiced",
94450  unicodeslot=0x3088,
94451 },
94452 [0x3089]={
94453  category="lo",
94454  cjkwd="w",
94455  description="HIRAGANA LETTER RA",
94456  detail="bl",
94457  direction="l",
94458  linebreak="id",
94459  shcode=0x3089,
94460  sound="unvoiced",
94461  unicodeslot=0x3089,
94462 },
94463 [0x308A]={
94464  category="lo",
94465  cjkwd="w",
94466  description="HIRAGANA LETTER RI",
94467  detail="bl",
94468  direction="l",
94469  linebreak="id",
94470  shcode=0x308A,
94471  sound="unvoiced",
94472  unicodeslot=0x308A,
94473 },
94474 [0x308B]={
94475  category="lo",
94476  cjkwd="w",
94477  description="HIRAGANA LETTER RU",
94478  detail="bl",
94479  direction="l",
94480  linebreak="id",
94481  shcode=0x308B,
94482  sound="unvoiced",
94483  unicodeslot=0x308B,
94484 },
94485 [0x308C]={
94486  category="lo",
94487  cjkwd="w",
94488  description="HIRAGANA LETTER RE",
94489  detail="bl",
94490  direction="l",
94491  linebreak="id",
94492  shcode=0x308C,
94493  sound="unvoiced",
94494  unicodeslot=0x308C,
94495 },
94496 [0x308D]={
94497  category="lo",
94498  cjkwd="w",
94499  description="HIRAGANA LETTER RO",
94500  detail="bl",
94501  direction="l",
94502  linebreak="id",
94503  shcode=0x308D,
94504  sound="unvoiced",
94505  unicodeslot=0x308D,
94506 },
94507 [0x308E]={
94508  category="lo",
94509  cjkwd="w",
94510  description="HIRAGANA LETTER SMALL WA",
94511  detail="sl",
94512  direction="l",
94513  linebreak="cj",
94514  shcode=0x308F,
94515  sound="unvoiced",
94516  unicodeslot=0x308E,
94517 },
94518 [0x308F]={
94519  category="lo",
94520  cjkwd="w",
94521  description="HIRAGANA LETTER WA",
94522  detail="bl",
94523  direction="l",
94524  linebreak="id",
94525  shcode=0x308F,
94526  sound="unvoiced",
94527  unicodeslot=0x308F,
94528 },
94529 [0x3090]={
94530  category="lo",
94531  cjkwd="w",
94532  description="HIRAGANA LETTER WI",
94533  detail="bl",
94534  direction="l",
94535  linebreak="id",
94536  shcode=0x3090,
94537  sound="unvoiced",
94538  unicodeslot=0x3090,
94539 },
94540 [0x3091]={
94541  category="lo",
94542  cjkwd="w",
94543  description="HIRAGANA LETTER WE",
94544  detail="bl",
94545  direction="l",
94546  linebreak="id",
94547  shcode=0x3091,
94548  sound="unvoiced",
94549  unicodeslot=0x3091,
94550 },
94551 [0x3092]={
94552  category="lo",
94553  cjkwd="w",
94554  description="HIRAGANA LETTER WO",
94555  detail="bl",
94556  direction="l",
94557  linebreak="id",
94558  shcode=0x3092,
94559  sound="unvoiced",
94560  unicodeslot=0x3092,
94561 },
94562 [0x3093]={
94563  category="lo",
94564  cjkwd="w",
94565  description="HIRAGANA LETTER N",
94566  detail="bl",
94567  direction="l",
94568  linebreak="id",
94569  shcode=0x3093,
94570  sound="unvoiced",
94571  unicodeslot=0x3093,
94572 },
94573 [0x3094]={
94574  category="lo",
94575  cjkwd="w",
94576  description="HIRAGANA LETTER VU",
94577  detail="bl",
94578  direction="l",
94579  linebreak="id",
94580  shcode=0x3046,
94581  sound="voiced",
94582  specials={ "char", 0x3046, 0x3099 },
94583  unicodeslot=0x3094,
94584 },
94585 [0x3095]={
94586  category="lo",
94587  cjkwd="w",
94588  description="HIRAGANA LETTER SMALL KA",
94589  detail="sl",
94590  direction="l",
94591  linebreak="cj",
94592  shcode=0x304B,
94593  sound="unvoiced",
94594  unicodeslot=0x3095,
94595 },
94596 [0x3096]={
94597  category="lo",
94598  cjkwd="w",
94599  description="HIRAGANA LETTER SMALL KE",
94600  detail="sl",
94601  direction="l",
94602  linebreak="cj",
94603  shcode=0x3051,
94604  sound="unvoiced",
94605  unicodeslot=0x3096,
94606 },
94607 [0x3099]={
94608  category="mn",
94609  cjkwd="w",
94610  combining=0x8,
94611  description="COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK",
94612  direction="nsm",
94613  linebreak="cm",
94614  sound="voiced",
94615  synonyms={ "combining japanese daku-on" },
94616  unicodeslot=0x3099,
94617 },
94618 [0x309A]={
94619  category="mn",
94620  cjkwd="w",
94621  combining=0x8,
94622  description="COMBINING KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK",
94623  direction="nsm",
94624  linebreak="cm",
94625  sound="semivoiced",
94626  synonyms={ "combining japanese han-daku-on" },
94627  unicodeslot=0x309A,
94628 },
94629 [0x309B]={
94630  category="sk",
94631  cjkwd="w",
94632  description="KATAKANA-HIRAGANA VOICED SOUND MARK",
94633  direction="on",
94634  linebreak="ns",
94635  sound="voiced",
94636  specials={ "compat", 0x20, 0x3099 },
94637  synonyms={ "japanese daku-on" },
94638  unicodeslot=0x309B,
94639 },
94640 [0x309C]={
94641  category="sk",
94642  cjkwd="w",
94643  description="KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK",
94644  direction="on",
94645  linebreak="ns",
94646  sound="semivoiced",
94647  specials={ "compat", 0x20, 0x309A },
94648  synonyms={ "japanese han-daku-on" },
94649  unicodeslot=0x309C,
94650 },
94651 [0x309D]={
94652  category="lm",
94653  cjkwd="w",
94654  description="HIRAGANA ITERATION MARK",
94655  detail="im",
94656  direction="l",
94657  linebreak="ns",
94658  shcode=0x309D,
94659  sound="unvoiced",
94660  unicodeslot=0x309D,
94661 },
94662 [0x309E]={
94663  category="lm",
94664  cjkwd="w",
94665  description="HIRAGANA VOICED ITERATION MARK",
94666  detail="im",
94667  direction="l",
94668  linebreak="ns",
94669  shcode=0x309D,
94670  sound="voiced",
94671  specials={ "char", 0x309D, 0x3099 },
94672  unicodeslot=0x309E,
94673 },
94674 [0x309F]={
94675  category="lo",
94676  cjkwd="w",
94677  description="HIRAGANA DIGRAPH YORI",
94678  direction="l",
94679  linebreak="id",
94680  specials={ "vertical", 0x3088, 0x308A },
94681  unicodeslot=0x309F,
94682 },
94683 [0x30A0]={
94684  category="pd",
94685  cjkwd="w",
94686  description="KATAKANA-HIRAGANA DOUBLE HYPHEN",
94687  direction="on",
94688  linebreak="ns",
94689  unicodeslot=0x30A0,
94690 },
94691 [0x30A1]={
94692  category="lo",
94693  cjkwd="w",
94694  description="KATAKANA LETTER SMALL A",
94695  detail="sl",
94696  direction="l",
94697  linebreak="cj",
94698  shcode=0x3042,
94699  sound="unvoiced",
94700  unicodeslot=0x30A1,
94701 },
94702 [0x30A2]={
94703  category="lo",
94704  cjkwd="w",
94705  description="KATAKANA LETTER A",
94706  detail="bl",
94707  direction="l",
94708  linebreak="id",
94709  shcode=0x3042,
94710  sound="unvoiced",
94711  unicodeslot=0x30A2,
94712 },
94713 [0x30A3]={
94714  category="lo",
94715  cjkwd="w",
94716  description="KATAKANA LETTER SMALL I",
94717  detail="sl",
94718  direction="l",
94719  linebreak="cj",
94720  shcode=0x3044,
94721  sound="unvoiced",
94722  unicodeslot=0x30A3,
94723 },
94724 [0x30A4]={
94725  category="lo",
94726  cjkwd="w",
94727  description="KATAKANA LETTER I",
94728  detail="bl",
94729  direction="l",
94730  linebreak="id",
94731  shcode=0x3044,
94732  sound="unvoiced",
94733  unicodeslot=0x30A4,
94734 },
94735 [0x30A5]={
94736  category="lo",
94737  cjkwd="w",
94738  description="KATAKANA LETTER SMALL U",
94739  detail="sl",
94740  direction="l",
94741  linebreak="cj",
94742  shcode=0x3046,
94743  sound="unvoiced",
94744  unicodeslot=0x30A5,
94745 },
94746 [0x30A6]={
94747  category="lo",
94748  cjkwd="w",
94749  description="KATAKANA LETTER U",
94750  detail="bl",
94751  direction="l",
94752  linebreak="id",
94753  shcode=0x3046,
94754  sound="unvoiced",
94755  unicodeslot=0x30A6,
94756 },
94757 [0x30A7]={
94758  category="lo",
94759  cjkwd="w",
94760  description="KATAKANA LETTER SMALL E",
94761  detail="sl",
94762  direction="l",
94763  linebreak="cj",
94764  shcode=0x3048,
94765  sound="unvoiced",
94766  unicodeslot=0x30A7,
94767 },
94768 [0x30A8]={
94769  category="lo",
94770  cjkwd="w",
94771  description="KATAKANA LETTER E",
94772  detail="bl",
94773  direction="l",
94774  linebreak="id",
94775  shcode=0x3048,
94776  sound="unvoiced",
94777  unicodeslot=0x30A8,
94778 },
94779 [0x30A9]={
94780  category="lo",
94781  cjkwd="w",
94782  description="KATAKANA LETTER SMALL O",
94783  detail="sl",
94784  direction="l",
94785  linebreak="cj",
94786  shcode=0x304A,
94787  sound="unvoiced",
94788  unicodeslot=0x30A9,
94789 },
94790 [0x30AA]={
94791  category="lo",
94792  cjkwd="w",
94793  description="KATAKANA LETTER O",
94794  detail="bl",
94795  direction="l",
94796  linebreak="id",
94797  shcode=0x304A,
94798  sound="unvoiced",
94799  unicodeslot=0x30AA,
94800 },
94801 [0x30AB]={
94802  category="lo",
94803  cjkwd="w",
94804  description="KATAKANA LETTER KA",
94805  detail="bl",
94806  direction="l",
94807  linebreak="id",
94808  shcode=0x304B,
94809  sound="unvoiced",
94810  unicodeslot=0x30AB,
94811 },
94812 [0x30AC]={
94813  category="lo",
94814  cjkwd="w",
94815  description="KATAKANA LETTER GA",
94816  detail="bl",
94817  direction="l",
94818  linebreak="id",
94819  shcode=0x304B,
94820  sound="voiced",
94821  specials={ "char", 0x30AB, 0x3099 },
94822  unicodeslot=0x30AC,
94823 },
94824 [0x30AD]={
94825  category="lo",
94826  cjkwd="w",
94827  description="KATAKANA LETTER KI",
94828  detail="bl",
94829  direction="l",
94830  linebreak="id",
94831  shcode=0x304D,
94832  sound="unvoiced",
94833  unicodeslot=0x30AD,
94834 },
94835 [0x30AE]={
94836  category="lo",
94837  cjkwd="w",
94838  description="KATAKANA LETTER GI",
94839  detail="bl",
94840  direction="l",
94841  linebreak="id",
94842  shcode=0x304D,
94843  sound="voiced",
94844  specials={ "char", 0x30AD, 0x3099 },
94845  unicodeslot=0x30AE,
94846 },
94847 [0x30AF]={
94848  category="lo",
94849  cjkwd="w",
94850  description="KATAKANA LETTER KU",
94851  detail="bl",
94852  direction="l",
94853  linebreak="id",
94854  shcode=0x304F,
94855  sound="unvoiced",
94856  unicodeslot=0x30AF,
94857 },
94858 [0x30B0]={
94859  category="lo",
94860  cjkwd="w",
94861  description="KATAKANA LETTER GU",
94862  detail="bl",
94863  direction="l",
94864  linebreak="id",
94865  shcode=0x304F,
94866  sound="voiced",
94867  specials={ "char", 0x30AF, 0x3099 },
94868  unicodeslot=0x30B0,
94869 },
94870 [0x30B1]={
94871  category="lo",
94872  cjkwd="w",
94873  description="KATAKANA LETTER KE",
94874  detail="bl",
94875  direction="l",
94876  linebreak="id",
94877  shcode=0x3051,
94878  sound="unvoiced",
94879  unicodeslot=0x30B1,
94880 },
94881 [0x30B2]={
94882  category="lo",
94883  cjkwd="w",
94884  description="KATAKANA LETTER GE",
94885  detail="bl",
94886  direction="l",
94887  linebreak="id",
94888  shcode=0x3051,
94889  sound="voiced",
94890  specials={ "char", 0x30B1, 0x3099 },
94891  unicodeslot=0x30B2,
94892 },
94893 [0x30B3]={
94894  category="lo",
94895  cjkwd="w",
94896  description="KATAKANA LETTER KO",
94897  detail="bl",
94898  direction="l",
94899  linebreak="id",
94900  shcode=0x3053,
94901  sound="unvoiced",
94902  unicodeslot=0x30B3,
94903 },
94904 [0x30B4]={
94905  category="lo",
94906  cjkwd="w",
94907  description="KATAKANA LETTER GO",
94908  detail="bl",
94909  direction="l",
94910  linebreak="id",
94911  shcode=0x3053,
94912  sound="voiced",
94913  specials={ "char", 0x30B3, 0x3099 },
94914  unicodeslot=0x30B4,
94915 },
94916 [0x30B5]={
94917  category="lo",
94918  cjkwd="w",
94919  description="KATAKANA LETTER SA",
94920  detail="bl",
94921  direction="l",
94922  linebreak="id",
94923  shcode=0x3055,
94924  sound="unvoiced",
94925  unicodeslot=0x30B5,
94926 },
94927 [0x30B6]={
94928  category="lo",
94929  cjkwd="w",
94930  description="KATAKANA LETTER ZA",
94931  detail="bl",
94932  direction="l",
94933  linebreak="id",
94934  shcode=0x3055,
94935  sound="voiced",
94936  specials={ "char", 0x30B5, 0x3099 },
94937  unicodeslot=0x30B6,
94938 },
94939 [0x30B7]={
94940  category="lo",
94941  cjkwd="w",
94942  description="KATAKANA LETTER SI",
94943  detail="bl",
94944  direction="l",
94945  linebreak="id",
94946  shcode=0x3057,
94947  sound="unvoiced",
94948  unicodeslot=0x30B7,
94949 },
94950 [0x30B8]={
94951  category="lo",
94952  cjkwd="w",
94953  description="KATAKANA LETTER ZI",
94954  detail="bl",
94955  direction="l",
94956  linebreak="id",
94957  shcode=0x3057,
94958  sound="voiced",
94959  specials={ "char", 0x30B7, 0x3099 },
94960  unicodeslot=0x30B8,
94961 },
94962 [0x30B9]={
94963  category="lo",
94964  cjkwd="w",
94965  description="KATAKANA LETTER SU",
94966  detail="bl",
94967  direction="l",
94968  linebreak="id",
94969  shcode=0x3059,
94970  sound="unvoiced",
94971  unicodeslot=0x30B9,
94972 },
94973 [0x30BA]={
94974  category="lo",
94975  cjkwd="w",
94976  description="KATAKANA LETTER ZU",
94977  detail="bl",
94978  direction="l",
94979  linebreak="id",
94980  shcode=0x3059,
94981  sound="voiced",
94982  specials={ "char", 0x30B9, 0x3099 },
94983  unicodeslot=0x30BA,
94984 },
94985 [0x30BB]={
94986  category="lo",
94987  cjkwd="w",
94988  description="KATAKANA LETTER SE",
94989  detail="bl",
94990  direction="l",
94991  linebreak="id",
94992  shcode=0x305B,
94993  sound="unvoiced",
94994  unicodeslot=0x30BB,
94995 },
94996 [0x30BC]={
94997  category="lo",
94998  cjkwd="w",
94999  description="KATAKANA LETTER ZE",
95000  detail="bl",
95001  direction="l",
95002  linebreak="id",
95003  shcode=0x305B,
95004  sound="voiced",
95005  specials={ "char", 0x30BB, 0x3099 },
95006  unicodeslot=0x30BC,
95007 },
95008 [0x30BD]={
95009  category="lo",
95010  cjkwd="w",
95011  description="KATAKANA LETTER SO",
95012  detail="bl",
95013  direction="l",
95014  linebreak="id",
95015  shcode=0x305D,
95016  sound="unvoiced",
95017  unicodeslot=0x30BD,
95018 },
95019 [0x30BE]={
95020  category="lo",
95021  cjkwd="w",
95022  description="KATAKANA LETTER ZO",
95023  detail="bl",
95024  direction="l",
95025  linebreak="id",
95026  shcode=0x305D,
95027  sound="voiced",
95028  specials={ "char", 0x30BD, 0x3099 },
95029  unicodeslot=0x30BE,
95030 },
95031 [0x30BF]={
95032  category="lo",
95033  cjkwd="w",
95034  description="KATAKANA LETTER TA",
95035  detail="bl",
95036  direction="l",
95037  linebreak="id",
95038  shcode=0x305F,
95039  sound="unvoiced",
95040  unicodeslot=0x30BF,
95041 },
95042 [0x30C0]={
95043  category="lo",
95044  cjkwd="w",
95045  description="KATAKANA LETTER DA",
95046  detail="bl",
95047  direction="l",
95048  linebreak="id",
95049  shcode=0x305F,
95050  sound="voiced",
95051  specials={ "char", 0x30BF, 0x3099 },
95052  unicodeslot=0x30C0,
95053 },
95054 [0x30C1]={
95055  category="lo",
95056  cjkwd="w",
95057  description="KATAKANA LETTER TI",
95058  detail="bl",
95059  direction="l",
95060  linebreak="id",
95061  shcode=0x3061,
95062  sound="unvoiced",
95063  unicodeslot=0x30C1,
95064 },
95065 [0x30C2]={
95066  category="lo",
95067  cjkwd="w",
95068  description="KATAKANA LETTER DI",
95069  detail="bl",
95070  direction="l",
95071  linebreak="id",
95072  shcode=0x3061,
95073  sound="voiced",
95074  specials={ "char", 0x30C1, 0x3099 },
95075  unicodeslot=0x30C2,
95076 },
95077 [0x30C3]={
95078  category="lo",
95079  cjkwd="w",
95080  description="KATAKANA LETTER SMALL TU",
95081  detail="sl",
95082  direction="l",
95083  linebreak="cj",
95084  shcode=0x3064,
95085  sound="unvoiced",
95086  unicodeslot=0x30C3,
95087 },
95088 [0x30C4]={
95089  category="lo",
95090  cjkwd="w",
95091  description="KATAKANA LETTER TU",
95092  detail="bl",
95093  direction="l",
95094  linebreak="id",
95095  shcode=0x3064,
95096  sound="unvoiced",
95097  unicodeslot=0x30C4,
95098 },
95099 [0x30C5]={
95100  category="lo",
95101  cjkwd="w",
95102  description="KATAKANA LETTER DU",
95103  detail="bl",
95104  direction="l",
95105  linebreak="id",
95106  shcode=0x3064,
95107  sound="voiced",
95108  specials={ "char", 0x30C4, 0x3099 },
95109  unicodeslot=0x30C5,
95110 },
95111 [0x30C6]={
95112  category="lo",
95113  cjkwd="w",
95114  description="KATAKANA LETTER TE",
95115  detail="bl",
95116  direction="l",
95117  linebreak="id",
95118  shcode=0x3066,
95119  sound="unvoiced",
95120  unicodeslot=0x30C6,
95121 },
95122 [0x30C7]={
95123  category="lo",
95124  cjkwd="w",
95125  description="KATAKANA LETTER DE",
95126  detail="bl",
95127  direction="l",
95128  linebreak="id",
95129  shcode=0x3066,
95130  sound="voiced",
95131  specials={ "char", 0x30C6, 0x3099 },
95132  unicodeslot=0x30C7,
95133 },
95134 [0x30C8]={
95135  category="lo",
95136  cjkwd="w",
95137  description="KATAKANA LETTER TO",
95138  detail="bl",
95139  direction="l",
95140  linebreak="id",
95141  shcode=0x3068,
95142  sound="unvoiced",
95143  unicodeslot=0x30C8,
95144 },
95145 [0x30C9]={
95146  category="lo",
95147  cjkwd="w",
95148  description="KATAKANA LETTER DO",
95149  detail="bl",
95150  direction="l",
95151  linebreak="id",
95152  shcode=0x3068,
95153  sound="voiced",
95154  specials={ "char", 0x30C8, 0x3099 },
95155  unicodeslot=0x30C9,
95156 },
95157 [0x30CA]={
95158  category="lo",
95159  cjkwd="w",
95160  description="KATAKANA LETTER NA",
95161  detail="bl",
95162  direction="l",
95163  linebreak="id",
95164  shcode=0x306A,
95165  sound="unvoiced",
95166  unicodeslot=0x30CA,
95167 },
95168 [0x30CB]={
95169  category="lo",
95170  cjkwd="w",
95171  description="KATAKANA LETTER NI",
95172  detail="bl",
95173  direction="l",
95174  linebreak="id",
95175  shcode=0x306B,
95176  sound="unvoiced",
95177  unicodeslot=0x30CB,
95178 },
95179 [0x30CC]={
95180  category="lo",
95181  cjkwd="w",
95182  description="KATAKANA LETTER NU",
95183  detail="bl",
95184  direction="l",
95185  linebreak="id",
95186  shcode=0x306C,
95187  sound="unvoiced",
95188  unicodeslot=0x30CC,
95189 },
95190 [0x30CD]={
95191  category="lo",
95192  cjkwd="w",
95193  description="KATAKANA LETTER NE",
95194  detail="bl",
95195  direction="l",
95196  linebreak="id",
95197  shcode=0x306D,
95198  sound="unvoiced",
95199  unicodeslot=0x30CD,
95200 },
95201 [0x30CE]={
95202  category="lo",
95203  cjkwd="w",
95204  description="KATAKANA LETTER NO",
95205  detail="bl",
95206  direction="l",
95207  linebreak="id",
95208  shcode=0x306E,
95209  sound="unvoiced",
95210  unicodeslot=0x30CE,
95211 },
95212 [0x30CF]={
95213  category="lo",
95214  cjkwd="w",
95215  description="KATAKANA LETTER HA",
95216  detail="bl",
95217  direction="l",
95218  linebreak="id",
95219  shcode=0x306F,
95220  sound="unvoiced",
95221  unicodeslot=0x30CF,
95222 },
95223 [0x30D0]={
95224  category="lo",
95225  cjkwd="w",
95226  description="KATAKANA LETTER BA",
95227  detail="bl",
95228  direction="l",
95229  linebreak="id",
95230  shcode=0x306F,
95231  sound="voiced",
95232  specials={ "char", 0x30CF, 0x3099 },
95233  unicodeslot=0x30D0,
95234 },
95235 [0x30D1]={
95236  category="lo",
95237  cjkwd="w",
95238  description="KATAKANA LETTER PA",
95239  detail="bl",
95240  direction="l",
95241  linebreak="id",
95242  shcode=0x306F,
95243  sound="semivoiced",
95244  specials={ "char", 0x30CF, 0x309A },
95245  unicodeslot=0x30D1,
95246 },
95247 [0x30D2]={
95248  category="lo",
95249  cjkwd="w",
95250  description="KATAKANA LETTER HI",
95251  detail="bl",
95252  direction="l",
95253  linebreak="id",
95254  shcode=0x3072,
95255  sound="unvoiced",
95256  unicodeslot=0x30D2,
95257 },
95258 [0x30D3]={
95259  category="lo",
95260  cjkwd="w",
95261  description="KATAKANA LETTER BI",
95262  detail="bl",
95263  direction="l",
95264  linebreak="id",
95265  shcode=0x3072,
95266  sound="voiced",
95267  specials={ "char", 0x30D2, 0x3099 },
95268  unicodeslot=0x30D3,
95269 },
95270 [0x30D4]={
95271  category="lo",
95272  cjkwd="w",
95273  description="KATAKANA LETTER PI",
95274  detail="bl",
95275  direction="l",
95276  linebreak="id",
95277  shcode=0x3072,
95278  sound="semivoiced",
95279  specials={ "char", 0x30D2, 0x309A },
95280  unicodeslot=0x30D4,
95281 },
95282 [0x30D5]={
95283  category="lo",
95284  cjkwd="w",
95285  description="KATAKANA LETTER HU",
95286  detail="bl",
95287  direction="l",
95288  linebreak="id",
95289  shcode=0x3075,
95290  sound="unvoiced",
95291  unicodeslot=0x30D5,
95292 },
95293 [0x30D6]={
95294  category="lo",
95295  cjkwd="w",
95296  description="KATAKANA LETTER BU",
95297  detail="bl",
95298  direction="l",
95299  linebreak="id",
95300  shcode=0x3075,
95301  sound="voiced",
95302  specials={ "char", 0x30D5, 0x3099 },
95303  unicodeslot=0x30D6,
95304 },
95305 [0x30D7]={
95306  category="lo",
95307  cjkwd="w",
95308  description="KATAKANA LETTER PU",
95309  detail="bl",
95310  direction="l",
95311  linebreak="id",
95312  shcode=0x3075,
95313  sound="semivoiced",
95314  specials={ "char", 0x30D5, 0x309A },
95315  unicodeslot=0x30D7,
95316 },
95317 [0x30D8]={
95318  category="lo",
95319  cjkwd="w",
95320  description="KATAKANA LETTER HE",
95321  detail="bl",
95322  direction="l",
95323  linebreak="id",
95324  shcode=0x3078,
95325  sound="unvoiced",
95326  unicodeslot=0x30D8,
95327 },
95328 [0x30D9]={
95329  category="lo",
95330  cjkwd="w",
95331  description="KATAKANA LETTER BE",
95332  detail="bl",
95333  direction="l",
95334  linebreak="id",
95335  shcode=0x3078,
95336  sound="voiced",
95337  specials={ "char", 0x30D8, 0x3099 },
95338  unicodeslot=0x30D9,
95339 },
95340 [0x30DA]={
95341  category="lo",
95342  cjkwd="w",
95343  description="KATAKANA LETTER PE",
95344  detail="bl",
95345  direction="l",
95346  linebreak="id",
95347  shcode=0x3078,
95348  sound="semivoiced",
95349  specials={ "char", 0x30D8, 0x309A },
95350  unicodeslot=0x30DA,
95351 },
95352 [0x30DB]={
95353  category="lo",
95354  cjkwd="w",
95355  description="KATAKANA LETTER HO",
95356  detail="bl",
95357  direction="l",
95358  linebreak="id",
95359  shcode=0x307B,
95360  sound="unvoiced",
95361  unicodeslot=0x30DB,
95362 },
95363 [0x30DC]={
95364  category="lo",
95365  cjkwd="w",
95366  description="KATAKANA LETTER BO",
95367  detail="bl",
95368  direction="l",
95369  linebreak="id",
95370  shcode=0x307B,
95371  sound="voiced",
95372  specials={ "char", 0x30DB, 0x3099 },
95373  unicodeslot=0x30DC,
95374 },
95375 [0x30DD]={
95376  category="lo",
95377  cjkwd="w",
95378  description="KATAKANA LETTER PO",
95379  detail="bl",
95380  direction="l",
95381  linebreak="id",
95382  shcode=0x307B,
95383  sound="semivoiced",
95384  specials={ "char", 0x30DB, 0x309A },
95385  unicodeslot=0x30DD,
95386 },
95387 [0x30DE]={
95388  category="lo",
95389  cjkwd="w",
95390  description="KATAKANA LETTER MA",
95391  detail="bl",
95392  direction="l",
95393  linebreak="id",
95394  shcode=0x307E,
95395  sound="unvoiced",
95396  unicodeslot=0x30DE,
95397 },
95398 [0x30DF]={
95399  category="lo",
95400  cjkwd="w",
95401  description="KATAKANA LETTER MI",
95402  detail="bl",
95403  direction="l",
95404  linebreak="id",
95405  shcode=0x307F,
95406  sound="unvoiced",
95407  unicodeslot=0x30DF,
95408 },
95409 [0x30E0]={
95410  category="lo",
95411  cjkwd="w",
95412  description="KATAKANA LETTER MU",
95413  detail="bl",
95414  direction="l",
95415  linebreak="id",
95416  shcode=0x3080,
95417  sound="unvoiced",
95418  unicodeslot=0x30E0,
95419 },
95420 [0x30E1]={
95421  category="lo",
95422  cjkwd="w",
95423  description="KATAKANA LETTER ME",
95424  detail="bl",
95425  direction="l",
95426  linebreak="id",
95427  shcode=0x3081,
95428  sound="unvoiced",
95429  unicodeslot=0x30E1,
95430 },
95431 [0x30E2]={
95432  category="lo",
95433  cjkwd="w",
95434  description="KATAKANA LETTER MO",
95435  detail="bl",
95436  direction="l",
95437  linebreak="id",
95438  shcode=0x3082,
95439  sound="unvoiced",
95440  unicodeslot=0x30E2,
95441 },
95442 [0x30E3]={
95443  category="lo",
95444  cjkwd="w",
95445  description="KATAKANA LETTER SMALL YA",
95446  detail="sl",
95447  direction="l",
95448  linebreak="cj",
95449  shcode=0x3084,
95450  sound="unvoiced",
95451  unicodeslot=0x30E3,
95452 },
95453 [0x30E4]={
95454  category="lo",
95455  cjkwd="w",
95456  description="KATAKANA LETTER YA",
95457  detail="bl",
95458  direction="l",
95459  linebreak="id",
95460  shcode=0x3084,
95461  sound="unvoiced",
95462  unicodeslot=0x30E4,
95463 },
95464 [0x30E5]={
95465  category="lo",
95466  cjkwd="w",
95467  description="KATAKANA LETTER SMALL YU",
95468  detail="sl",
95469  direction="l",
95470  linebreak="cj",
95471  shcode=0x3086,
95472  sound="unvoiced",
95473  unicodeslot=0x30E5,
95474 },
95475 [0x30E6]={
95476  category="lo",
95477  cjkwd="w",
95478  description="KATAKANA LETTER YU",
95479  detail="bl",
95480  direction="l",
95481  linebreak="id",
95482  shcode=0x3086,
95483  sound="unvoiced",
95484  unicodeslot=0x30E6,
95485 },
95486 [0x30E7]={
95487  category="lo",
95488  cjkwd="w",
95489  description="KATAKANA LETTER SMALL YO",
95490  detail="sl",
95491  direction="l",
95492  linebreak="cj",
95493  shcode=0x3088,
95494  sound="unvoiced",
95495  unicodeslot=0x30E7,
95496 },
95497 [0x30E8]={
95498  category="lo",
95499  cjkwd="w",
95500  description="KATAKANA LETTER YO",
95501  detail="bl",
95502  direction="l",
95503  linebreak="id",
95504  shcode=0x3088,
95505  sound="unvoiced",
95506  unicodeslot=0x30E8,
95507 },
95508 [0x30E9]={
95509  category="lo",
95510  cjkwd="w",
95511  description="KATAKANA LETTER RA",
95512  detail="bl",
95513  direction="l",
95514  linebreak="id",
95515  shcode=0x3089,
95516  sound="unvoiced",
95517  unicodeslot=0x30E9,
95518 },
95519 [0x30EA]={
95520  category="lo",
95521  cjkwd="w",
95522  description="KATAKANA LETTER RI",
95523  detail="bl",
95524  direction="l",
95525  linebreak="id",
95526  shcode=0x308A,
95527  sound="unvoiced",
95528  unicodeslot=0x30EA,
95529 },
95530 [0x30EB]={
95531  category="lo",
95532  cjkwd="w",
95533  description="KATAKANA LETTER RU",
95534  detail="bl",
95535  direction="l",
95536  linebreak="id",
95537  shcode=0x308B,
95538  sound="unvoiced",
95539  unicodeslot=0x30EB,
95540 },
95541 [0x30EC]={
95542  category="lo",
95543  cjkwd="w",
95544  description="KATAKANA LETTER RE",
95545  detail="bl",
95546  direction="l",
95547  linebreak="id",
95548  shcode=0x308C,
95549  sound="unvoiced",
95550  unicodeslot=0x30EC,
95551 },
95552 [0x30ED]={
95553  category="lo",
95554  cjkwd="w",
95555  description="KATAKANA LETTER RO",
95556  detail="bl",
95557  direction="l",
95558  linebreak="id",
95559  shcode=0x308D,
95560  sound="unvoiced",
95561  unicodeslot=0x30ED,
95562 },
95563 [0x30EE]={
95564  category="lo",
95565  cjkwd="w",
95566  description="KATAKANA LETTER SMALL WA",
95567  detail="sl",
95568  direction="l",
95569  linebreak="cj",
95570  shcode=0x308F,
95571  sound="unvoiced",
95572  unicodeslot=0x30EE,
95573 },
95574 [0x30EF]={
95575  category="lo",
95576  cjkwd="w",
95577  description="KATAKANA LETTER WA",
95578  detail="bl",
95579  direction="l",
95580  linebreak="id",
95581  shcode=0x308F,
95582  sound="unvoiced",
95583  unicodeslot=0x30EF,
95584 },
95585 [0x30F0]={
95586  category="lo",
95587  cjkwd="w",
95588  description="KATAKANA LETTER WI",
95589  detail="bl",
95590  direction="l",
95591  linebreak="id",
95592  shcode=0x3090,
95593  sound="unvoiced",
95594  unicodeslot=0x30F0,
95595 },
95596 [0x30F1]={
95597  category="lo",
95598  cjkwd="w",
95599  description="KATAKANA LETTER WE",
95600  detail="bl",
95601  direction="l",
95602  linebreak="id",
95603  shcode=0x3091,
95604  sound="unvoiced",
95605  unicodeslot=0x30F1,
95606 },
95607 [0x30F2]={
95608  category="lo",
95609  cjkwd="w",
95610  description="KATAKANA LETTER WO",
95611  detail="bl",
95612  direction="l",
95613  linebreak="id",
95614  shcode=0x3092,
95615  sound="unvoiced",
95616  unicodeslot=0x30F2,
95617 },
95618 [0x30F3]={
95619  category="lo",
95620  cjkwd="w",
95621  description="KATAKANA LETTER N",
95622  detail="bl",
95623  direction="l",
95624  linebreak="id",
95625  shcode=0x3093,
95626  sound="unvoiced",
95627  unicodeslot=0x30F3,
95628 },
95629 [0x30F4]={
95630  category="lo",
95631  cjkwd="w",
95632  description="KATAKANA LETTER VU",
95633  detail="bl",
95634  direction="l",
95635  linebreak="id",
95636  shcode=0x3046,
95637  sound="voiced",
95638  specials={ "char", 0x30A6, 0x3099 },
95639  unicodeslot=0x30F4,
95640 },
95641 [0x30F5]={
95642  category="lo",
95643  cjkwd="w",
95644  description="KATAKANA LETTER SMALL KA",
95645  detail="sl",
95646  direction="l",
95647  linebreak="cj",
95648  shcode=0x304B,
95649  sound="unvoiced",
95650  unicodeslot=0x30F5,
95651 },
95652 [0x30F6]={
95653  category="lo",
95654  cjkwd="w",
95655  description="KATAKANA LETTER SMALL KE",
95656  detail="sl",
95657  direction="l",
95658  linebreak="cj",
95659  shcode=0x3051,
95660  sound="unvoiced",
95661  unicodeslot=0x30F6,
95662 },
95663 [0x30F7]={
95664  category="lo",
95665  cjkwd="w",
95666  description="KATAKANA LETTER VA",
95667  direction="l",
95668  linebreak="id",
95669  shcode=0x308F,
95670  sound="voiced",
95671  specials={ "char", 0x30EF, 0x3099 },
95672  unicodeslot=0x30F7,
95673 },
95674 [0x30F8]={
95675  category="lo",
95676  cjkwd="w",
95677  description="KATAKANA LETTER VI",
95678  direction="l",
95679  linebreak="id",
95680  shcode=0x3090,
95681  sound="voiced",
95682  specials={ "char", 0x30F0, 0x3099 },
95683  unicodeslot=0x30F8,
95684 },
95685 [0x30F9]={
95686  category="lo",
95687  cjkwd="w",
95688  description="KATAKANA LETTER VE",
95689  direction="l",
95690  linebreak="id",
95691  shcode=0x3091,
95692  sound="voiced",
95693  specials={ "char", 0x30F1, 0x3099 },
95694  unicodeslot=0x30F9,
95695 },
95696 [0x30FA]={
95697  category="lo",
95698  cjkwd="w",
95699  description="KATAKANA LETTER VO",
95700  direction="l",
95701  linebreak="id",
95702  shcode=0x3092,
95703  sound="voiced",
95704  specials={ "char", 0x30F2, 0x3099 },
95705  unicodeslot=0x30FA,
95706 },
95707 [0x30FB]={
95708  category="po",
95709  cjkwd="w",
95710  description="KATAKANA MIDDLE DOT",
95711  direction="on",
95712  linebreak="ns",
95713  unicodeslot=0x30FB,
95714 },
95715 [0x30FC]={
95716  category="lm",
95717  cjkwd="w",
95718  description="KATAKANA-HIRAGANA PROLONGED SOUND MARK",
95719  detail="pm",
95720  direction="l",
95721  linebreak="cj",
95722  shcode=0x30FC,
95723  sound="unvoiced",
95724  unicodeslot=0x30FC,
95725 },
95726 [0x30FD]={
95727  category="lm",
95728  cjkwd="w",
95729  description="KATAKANA ITERATION MARK",
95730  detail="im",
95731  direction="l",
95732  linebreak="ns",
95733  shcode=0x309D,
95734  sound="unvoiced",
95735  unicodeslot=0x30FD,
95736 },
95737 [0x30FE]={
95738  category="lm",
95739  cjkwd="w",
95740  description="KATAKANA VOICED ITERATION MARK",
95741  detail="im",
95742  direction="l",
95743  linebreak="ns",
95744  shcode=0x309D,
95745  sound="voiced",
95746  specials={ "char", 0x30FD, 0x3099 },
95747  unicodeslot=0x30FE,
95748 },
95749 [0x30FF]={
95750  category="lo",
95751  cjkwd="w",
95752  description="KATAKANA DIGRAPH KOTO",
95753  direction="l",
95754  linebreak="id",
95755  specials={ "vertical", 0x30B3, 0x30C8 },
95756  unicodeslot=0x30FF,
95757 },
95758 [0x3105]={
95759  category="lo",
95760  cjkwd="w",
95761  description="BOPOMOFO LETTER B",
95762  direction="l",
95763  linebreak="id",
95764  unicodeslot=0x3105,
95765 },
95766 [0x3106]={
95767  category="lo",
95768  cjkwd="w",
95769  description="BOPOMOFO LETTER P",
95770  direction="l",
95771  linebreak="id",
95772  unicodeslot=0x3106,
95773 },
95774 [0x3107]={
95775  category="lo",
95776  cjkwd="w",
95777  description="BOPOMOFO LETTER M",
95778  direction="l",
95779  linebreak="id",
95780  unicodeslot=0x3107,
95781 },
95782 [0x3108]={
95783  category="lo",
95784  cjkwd="w",
95785  description="BOPOMOFO LETTER F",
95786  direction="l",
95787  linebreak="id",
95788  unicodeslot=0x3108,
95789 },
95790 [0x3109]={
95791  category="lo",
95792  cjkwd="w",
95793  description="BOPOMOFO LETTER D",
95794  direction="l",
95795  linebreak="id",
95796  unicodeslot=0x3109,
95797 },
95798 [0x310A]={
95799  category="lo",
95800  cjkwd="w",
95801  description="BOPOMOFO LETTER T",
95802  direction="l",
95803  linebreak="id",
95804  unicodeslot=0x310A,
95805 },
95806 [0x310B]={
95807  category="lo",
95808  cjkwd="w",
95809  description="BOPOMOFO LETTER N",
95810  direction="l",
95811  linebreak="id",
95812  unicodeslot=0x310B,
95813 },
95814 [0x310C]={
95815  category="lo",
95816  cjkwd="w",
95817  description="BOPOMOFO LETTER L",
95818  direction="l",
95819  linebreak="id",
95820  unicodeslot=0x310C,
95821 },
95822 [0x310D]={
95823  category="lo",
95824  cjkwd="w",
95825  description="BOPOMOFO LETTER G",
95826  direction="l",
95827  linebreak="id",
95828  unicodeslot=0x310D,
95829 },
95830 [0x310E]={
95831  category="lo",
95832  cjkwd="w",
95833  description="BOPOMOFO LETTER K",
95834  direction="l",
95835  linebreak="id",
95836  unicodeslot=0x310E,
95837 },
95838 [0x310F]={
95839  category="lo",
95840  cjkwd="w",
95841  description="BOPOMOFO LETTER H",
95842  direction="l",
95843  linebreak="id",
95844  unicodeslot=0x310F,
95845 },
95846 [0x3110]={
95847  category="lo",
95848  cjkwd="w",
95849  description="BOPOMOFO LETTER J",
95850  direction="l",
95851  linebreak="id",
95852  unicodeslot=0x3110,
95853 },
95854 [0x3111]={
95855  category="lo",
95856  cjkwd="w",
95857  description="BOPOMOFO LETTER Q",
95858  direction="l",
95859  linebreak="id",
95860  unicodeslot=0x3111,
95861 },
95862 [0x3112]={
95863  category="lo",
95864  cjkwd="w",
95865  description="BOPOMOFO LETTER X",
95866  direction="l",
95867  linebreak="id",
95868  unicodeslot=0x3112,
95869 },
95870 [0x3113]={
95871  category="lo",
95872  cjkwd="w",
95873  description="BOPOMOFO LETTER ZH",
95874  direction="l",
95875  linebreak="id",
95876  unicodeslot=0x3113,
95877 },
95878 [0x3114]={
95879  category="lo",
95880  cjkwd="w",
95881  description="BOPOMOFO LETTER CH",
95882  direction="l",
95883  linebreak="id",
95884  unicodeslot=0x3114,
95885 },
95886 [0x3115]={
95887  category="lo",
95888  cjkwd="w",
95889  description="BOPOMOFO LETTER SH",
95890  direction="l",
95891  linebreak="id",
95892  unicodeslot=0x3115,
95893 },
95894 [0x3116]={
95895  category="lo",
95896  cjkwd="w",
95897  description="BOPOMOFO LETTER R",
95898  direction="l",
95899  linebreak="id",
95900  unicodeslot=0x3116,
95901 },
95902 [0x3117]={
95903  category="lo",
95904  cjkwd="w",
95905  description="BOPOMOFO LETTER Z",
95906  direction="l",
95907  linebreak="id",
95908  unicodeslot=0x3117,
95909 },
95910 [0x3118]={
95911  category="lo",
95912  cjkwd="w",
95913  description="BOPOMOFO LETTER C",
95914  direction="l",
95915  linebreak="id",
95916  unicodeslot=0x3118,
95917 },
95918 [0x3119]={
95919  category="lo",
95920  cjkwd="w",
95921  description="BOPOMOFO LETTER S",
95922  direction="l",
95923  linebreak="id",
95924  unicodeslot=0x3119,
95925 },
95926 [0x311A]={
95927  category="lo",
95928  cjkwd="w",
95929  description="BOPOMOFO LETTER A",
95930  direction="l",
95931  linebreak="id",
95932  unicodeslot=0x311A,
95933 },
95934 [0x311B]={
95935  category="lo",
95936  cjkwd="w",
95937  description="BOPOMOFO LETTER O",
95938  direction="l",
95939  linebreak="id",
95940  unicodeslot=0x311B,
95941 },
95942 [0x311C]={
95943  category="lo",
95944  cjkwd="w",
95945  description="BOPOMOFO LETTER E",
95946  direction="l",
95947  linebreak="id",
95948  unicodeslot=0x311C,
95949 },
95950 [0x311D]={
95951  category="lo",
95952  cjkwd="w",
95953  description="BOPOMOFO LETTER EH",
95954  direction="l",
95955  linebreak="id",
95956  unicodeslot=0x311D,
95957 },
95958 [0x311E]={
95959  category="lo",
95960  cjkwd="w",
95961  description="BOPOMOFO LETTER AI",
95962  direction="l",
95963  linebreak="id",
95964  unicodeslot=0x311E,
95965 },
95966 [0x311F]={
95967  category="lo",
95968  cjkwd="w",
95969  description="BOPOMOFO LETTER EI",
95970  direction="l",
95971  linebreak="id",
95972  unicodeslot=0x311F,
95973 },
95974 [0x3120]={
95975  category="lo",
95976  cjkwd="w",
95977  description="BOPOMOFO LETTER AU",
95978  direction="l",
95979  linebreak="id",
95980  unicodeslot=0x3120,
95981 },
95982 [0x3121]={
95983  category="lo",
95984  cjkwd="w",
95985  description="BOPOMOFO LETTER OU",
95986  direction="l",
95987  linebreak="id",
95988  unicodeslot=0x3121,
95989 },
95990 [0x3122]={
95991  category="lo",
95992  cjkwd="w",
95993  description="BOPOMOFO LETTER AN",
95994  direction="l",
95995  linebreak="id",
95996  unicodeslot=0x3122,
95997 },
95998 [0x3123]={
95999  category="lo",
96000  cjkwd="w",
96001  description="BOPOMOFO LETTER EN",
96002  direction="l",
96003  linebreak="id",
96004  unicodeslot=0x3123,
96005 },
96006 [0x3124]={
96007  category="lo",
96008  cjkwd="w",
96009  description="BOPOMOFO LETTER ANG",
96010  direction="l",
96011  linebreak="id",
96012  unicodeslot=0x3124,
96013 },
96014 [0x3125]={
96015  category="lo",
96016  cjkwd="w",
96017  description="BOPOMOFO LETTER ENG",
96018  direction="l",
96019  linebreak="id",
96020  unicodeslot=0x3125,
96021 },
96022 [0x3126]={
96023  category="lo",
96024  cjkwd="w",
96025  description="BOPOMOFO LETTER ER",
96026  direction="l",
96027  linebreak="id",
96028  unicodeslot=0x3126,
96029 },
96030 [0x3127]={
96031  category="lo",
96032  cjkwd="w",
96033  description="BOPOMOFO LETTER I",
96034  direction="l",
96035  linebreak="id",
96036  unicodeslot=0x3127,
96037 },
96038 [0x3128]={
96039  category="lo",
96040  cjkwd="w",
96041  description="BOPOMOFO LETTER U",
96042  direction="l",
96043  linebreak="id",
96044  unicodeslot=0x3128,
96045 },
96046 [0x3129]={
96047  category="lo",
96048  cjkwd="w",
96049  description="BOPOMOFO LETTER IU",
96050  direction="l",
96051  linebreak="id",
96052  unicodeslot=0x3129,
96053 },
96054 [0x312A]={
96055  category="lo",
96056  cjkwd="w",
96057  description="BOPOMOFO LETTER V",
96058  direction="l",
96059  linebreak="id",
96060  unicodeslot=0x312A,
96061 },
96062 [0x312B]={
96063  category="lo",
96064  cjkwd="w",
96065  description="BOPOMOFO LETTER NG",
96066  direction="l",
96067  linebreak="id",
96068  unicodeslot=0x312B,
96069 },
96070 [0x312C]={
96071  category="lo",
96072  cjkwd="w",
96073  description="BOPOMOFO LETTER GN",
96074  direction="l",
96075  linebreak="id",
96076  unicodeslot=0x312C,
96077 },
96078 [0x312D]={
96079  category="lo",
96080  cjkwd="w",
96081  description="BOPOMOFO LETTER IH",
96082  direction="l",
96083  linebreak="id",
96084  unicodeslot=0x312D,
96085 },
96086 [0x312E]={
96087  category="lo",
96088  cjkwd="w",
96089  description="BOPOMOFO LETTER O WITH DOT ABOVE",
96090  direction="l",
96091  linebreak="id",
96092  unicodeslot=0x312E,
96093 },
96094 [0x312F]={
96095  category="lo",
96096  cjkwd="w",
96097  description="BOPOMOFO LETTER NN",
96098  direction="l",
96099  linebreak="id",
96100  unicodeslot=0x312F,
96101 },
96102 [0x3131]={
96103  category="lo",
96104  cjkwd="w",
96105  description="HANGUL LETTER KIYEOK",
96106  direction="l",
96107  linebreak="id",
96108  specials={ "compat", 0x1100 },
96109  unicodeslot=0x3131,
96110 },
96111 [0x3132]={
96112  category="lo",
96113  cjkwd="w",
96114  description="HANGUL LETTER SSANGKIYEOK",
96115  direction="l",
96116  linebreak="id",
96117  specials={ "compat", 0x1101 },
96118  unicodeslot=0x3132,
96119 },
96120 [0x3133]={
96121  category="lo",
96122  cjkwd="w",
96123  description="HANGUL LETTER KIYEOK-SIOS",
96124  direction="l",
96125  linebreak="id",
96126  specials={ "compat", 0x11AA },
96127  unicodeslot=0x3133,
96128 },
96129 [0x3134]={
96130  category="lo",
96131  cjkwd="w",
96132  description="HANGUL LETTER NIEUN",
96133  direction="l",
96134  linebreak="id",
96135  specials={ "compat", 0x1102 },
96136  unicodeslot=0x3134,
96137 },
96138 [0x3135]={
96139  category="lo",
96140  cjkwd="w",
96141  description="HANGUL LETTER NIEUN-CIEUC",
96142  direction="l",
96143  linebreak="id",
96144  specials={ "compat", 0x11AC },
96145  unicodeslot=0x3135,
96146 },
96147 [0x3136]={
96148  category="lo",
96149  cjkwd="w",
96150  description="HANGUL LETTER NIEUN-HIEUH",
96151  direction="l",
96152  linebreak="id",
96153  specials={ "compat", 0x11AD },
96154  unicodeslot=0x3136,
96155 },
96156 [0x3137]={
96157  category="lo",
96158  cjkwd="w",
96159  description="HANGUL LETTER TIKEUT",
96160  direction="l",
96161  linebreak="id",
96162  specials={ "compat", 0x1103 },
96163  unicodeslot=0x3137,
96164 },
96165 [0x3138]={
96166  category="lo",
96167  cjkwd="w",
96168  description="HANGUL LETTER SSANGTIKEUT",
96169  direction="l",
96170  linebreak="id",
96171  specials={ "compat", 0x1104 },
96172  unicodeslot=0x3138,
96173 },
96174 [0x3139]={
96175  category="lo",
96176  cjkwd="w",
96177  description="HANGUL LETTER RIEUL",
96178  direction="l",
96179  linebreak="id",
96180  specials={ "compat", 0x1105 },
96181  unicodeslot=0x3139,
96182 },
96183 [0x313A]={
96184  category="lo",
96185  cjkwd="w",
96186  description="HANGUL LETTER RIEUL-KIYEOK",
96187  direction="l",
96188  linebreak="id",
96189  specials={ "compat", 0x11B0 },
96190  unicodeslot=0x313A,
96191 },
96192 [0x313B]={
96193  category="lo",
96194  cjkwd="w",
96195  description="HANGUL LETTER RIEUL-MIEUM",
96196  direction="l",
96197  linebreak="id",
96198  specials={ "compat", 0x11B1 },
96199  unicodeslot=0x313B,
96200 },
96201 [0x313C]={
96202  category="lo",
96203  cjkwd="w",
96204  description="HANGUL LETTER RIEUL-PIEUP",
96205  direction="l",
96206  linebreak="id",
96207  specials={ "compat", 0x11B2 },
96208  unicodeslot=0x313C,
96209 },
96210 [0x313D]={
96211  category="lo",
96212  cjkwd="w",
96213  description="HANGUL LETTER RIEUL-SIOS",
96214  direction="l",
96215  linebreak="id",
96216  specials={ "compat", 0x11B3 },
96217  unicodeslot=0x313D,
96218 },
96219 [0x313E]={
96220  category="lo",
96221  cjkwd="w",
96222  description="HANGUL LETTER RIEUL-THIEUTH",
96223  direction="l",
96224  linebreak="id",
96225  specials={ "compat", 0x11B4 },
96226  unicodeslot=0x313E,
96227 },
96228 [0x313F]={
96229  category="lo",
96230  cjkwd="w",
96231  description="HANGUL LETTER RIEUL-PHIEUPH",
96232  direction="l",
96233  linebreak="id",
96234  specials={ "compat", 0x11B5 },
96235  unicodeslot=0x313F,
96236 },
96237 [0x3140]={
96238  category="lo",
96239  cjkwd="w",
96240  description="HANGUL LETTER RIEUL-HIEUH",
96241  direction="l",
96242  linebreak="id",
96243  specials={ "compat", 0x111A },
96244  unicodeslot=0x3140,
96245 },
96246 [0x3141]={
96247  category="lo",
96248  cjkwd="w",
96249  description="HANGUL LETTER MIEUM",
96250  direction="l",
96251  linebreak="id",
96252  specials={ "compat", 0x1106 },
96253  unicodeslot=0x3141,
96254 },
96255 [0x3142]={
96256  category="lo",
96257  cjkwd="w",
96258  description="HANGUL LETTER PIEUP",
96259  direction="l",
96260  linebreak="id",
96261  specials={ "compat", 0x1107 },
96262  unicodeslot=0x3142,
96263 },
96264 [0x3143]={
96265  category="lo",
96266  cjkwd="w",
96267  description="HANGUL LETTER SSANGPIEUP",
96268  direction="l",
96269  linebreak="id",
96270  specials={ "compat", 0x1108 },
96271  unicodeslot=0x3143,
96272 },
96273 [0x3144]={
96274  category="lo",
96275  cjkwd="w",
96276  description="HANGUL LETTER PIEUP-SIOS",
96277  direction="l",
96278  linebreak="id",
96279  specials={ "compat", 0x1121 },
96280  unicodeslot=0x3144,
96281 },
96282 [0x3145]={
96283  category="lo",
96284  cjkwd="w",
96285  description="HANGUL LETTER SIOS",
96286  direction="l",
96287  linebreak="id",
96288  specials={ "compat", 0x1109 },
96289  unicodeslot=0x3145,
96290 },
96291 [0x3146]={
96292  category="lo",
96293  cjkwd="w",
96294  description="HANGUL LETTER SSANGSIOS",
96295  direction="l",
96296  linebreak="id",
96297  specials={ "compat", 0x110A },
96298  unicodeslot=0x3146,
96299 },
96300 [0x3147]={
96301  category="lo",
96302  cjkwd="w",
96303  description="HANGUL LETTER IEUNG",
96304  direction="l",
96305  linebreak="id",
96306  specials={ "compat", 0x110B },
96307  unicodeslot=0x3147,
96308 },
96309 [0x3148]={
96310  category="lo",
96311  cjkwd="w",
96312  description="HANGUL LETTER CIEUC",
96313  direction="l",
96314  linebreak="id",
96315  specials={ "compat", 0x110C },
96316  unicodeslot=0x3148,
96317 },
96318 [0x3149]={
96319  category="lo",
96320  cjkwd="w",
96321  description="HANGUL LETTER SSANGCIEUC",
96322  direction="l",
96323  linebreak="id",
96324  specials={ "compat", 0x110D },
96325  unicodeslot=0x3149,
96326 },
96327 [0x314A]={
96328  category="lo",
96329  cjkwd="w",
96330  description="HANGUL LETTER CHIEUCH",
96331  direction="l",
96332  linebreak="id",
96333  specials={ "compat", 0x110E },
96334  unicodeslot=0x314A,
96335 },
96336 [0x314B]={
96337  category="lo",
96338  cjkwd="w",
96339  description="HANGUL LETTER KHIEUKH",
96340  direction="l",
96341  linebreak="id",
96342  specials={ "compat", 0x110F },
96343  unicodeslot=0x314B,
96344 },
96345 [0x314C]={
96346  category="lo",
96347  cjkwd="w",
96348  description="HANGUL LETTER THIEUTH",
96349  direction="l",
96350  linebreak="id",
96351  specials={ "compat", 0x1110 },
96352  unicodeslot=0x314C,
96353 },
96354 [0x314D]={
96355  category="lo",
96356  cjkwd="w",
96357  description="HANGUL LETTER PHIEUPH",
96358  direction="l",
96359  linebreak="id",
96360  specials={ "compat", 0x1111 },
96361  unicodeslot=0x314D,
96362 },
96363 [0x314E]={
96364  category="lo",
96365  cjkwd="w",
96366  description="HANGUL LETTER HIEUH",
96367  direction="l",
96368  linebreak="id",
96369  specials={ "compat", 0x1112 },
96370  unicodeslot=0x314E,
96371 },
96372 [0x314F]={
96373  category="lo",
96374  cjkwd="w",
96375  description="HANGUL LETTER A",
96376  direction="l",
96377  linebreak="id",
96378  specials={ "compat", 0x1161 },
96379  unicodeslot=0x314F,
96380 },
96381 [0x3150]={
96382  category="lo",
96383  cjkwd="w",
96384  description="HANGUL LETTER AE",
96385  direction="l",
96386  linebreak="id",
96387  specials={ "compat", 0x1162 },
96388  unicodeslot=0x3150,
96389 },
96390 [0x3151]={
96391  category="lo",
96392  cjkwd="w",
96393  description="HANGUL LETTER YA",
96394  direction="l",
96395  linebreak="id",
96396  specials={ "compat", 0x1163 },
96397  unicodeslot=0x3151,
96398 },
96399 [0x3152]={
96400  category="lo",
96401  cjkwd="w",
96402  description="HANGUL LETTER YAE",
96403  direction="l",
96404  linebreak="id",
96405  specials={ "compat", 0x1164 },
96406  unicodeslot=0x3152,
96407 },
96408 [0x3153]={
96409  category="lo",
96410  cjkwd="w",
96411  description="HANGUL LETTER EO",
96412  direction="l",
96413  linebreak="id",
96414  specials={ "compat", 0x1165 },
96415  unicodeslot=0x3153,
96416 },
96417 [0x3154]={
96418  category="lo",
96419  cjkwd="w",
96420  description="HANGUL LETTER E",
96421  direction="l",
96422  linebreak="id",
96423  specials={ "compat", 0x1166 },
96424  unicodeslot=0x3154,
96425 },
96426 [0x3155]={
96427  category="lo",
96428  cjkwd="w",
96429  description="HANGUL LETTER YEO",
96430  direction="l",
96431  linebreak="id",
96432  specials={ "compat", 0x1167 },
96433  unicodeslot=0x3155,
96434 },
96435 [0x3156]={
96436  category="lo",
96437  cjkwd="w",
96438  description="HANGUL LETTER YE",
96439  direction="l",
96440  linebreak="id",
96441  specials={ "compat", 0x1168 },
96442  unicodeslot=0x3156,
96443 },
96444 [0x3157]={
96445  category="lo",
96446  cjkwd="w",
96447  description="HANGUL LETTER O",
96448  direction="l",
96449  linebreak="id",
96450  specials={ "compat", 0x1169 },
96451  unicodeslot=0x3157,
96452 },
96453 [0x3158]={
96454  category="lo",
96455  cjkwd="w",
96456  description="HANGUL LETTER WA",
96457  direction="l",
96458  linebreak="id",
96459  specials={ "compat", 0x116A },
96460  unicodeslot=0x3158,
96461 },
96462 [0x3159]={
96463  category="lo",
96464  cjkwd="w",
96465  description="HANGUL LETTER WAE",
96466  direction="l",
96467  linebreak="id",
96468  specials={ "compat", 0x116B },
96469  unicodeslot=0x3159,
96470 },
96471 [0x315A]={
96472  category="lo",
96473  cjkwd="w",
96474  description="HANGUL LETTER OE",
96475  direction="l",
96476  linebreak="id",
96477  specials={ "compat", 0x116C },
96478  unicodeslot=0x315A,
96479 },
96480 [0x315B]={
96481  category="lo",
96482  cjkwd="w",
96483  description="HANGUL LETTER YO",
96484  direction="l",
96485  linebreak="id",
96486  specials={ "compat", 0x116D },
96487  unicodeslot=0x315B,
96488 },
96489 [0x315C]={
96490  category="lo",
96491  cjkwd="w",
96492  description="HANGUL LETTER U",
96493  direction="l",
96494  linebreak="id",
96495  specials={ "compat", 0x116E },
96496  unicodeslot=0x315C,
96497 },
96498 [0x315D]={
96499  category="lo",
96500  cjkwd="w",
96501  description="HANGUL LETTER WEO",
96502  direction="l",
96503  linebreak="id",
96504  specials={ "compat", 0x116F },
96505  unicodeslot=0x315D,
96506 },
96507 [0x315E]={
96508  category="lo",
96509  cjkwd="w",
96510  description="HANGUL LETTER WE",
96511  direction="l",
96512  linebreak="id",
96513  specials={ "compat", 0x1170 },
96514  unicodeslot=0x315E,
96515 },
96516 [0x315F]={
96517  category="lo",
96518  cjkwd="w",
96519  description="HANGUL LETTER WI",
96520  direction="l",
96521  linebreak="id",
96522  specials={ "compat", 0x1171 },
96523  unicodeslot=0x315F,
96524 },
96525 [0x3160]={
96526  category="lo",
96527  cjkwd="w",
96528  description="HANGUL LETTER YU",
96529  direction="l",
96530  linebreak="id",
96531  specials={ "compat", 0x1172 },
96532  unicodeslot=0x3160,
96533 },
96534 [0x3161]={
96535  category="lo",
96536  cjkwd="w",
96537  description="HANGUL LETTER EU",
96538  direction="l",
96539  linebreak="id",
96540  specials={ "compat", 0x1173 },
96541  unicodeslot=0x3161,
96542 },
96543 [0x3162]={
96544  category="lo",
96545  cjkwd="w",
96546  description="HANGUL LETTER YI",
96547  direction="l",
96548  linebreak="id",
96549  specials={ "compat", 0x1174 },
96550  unicodeslot=0x3162,
96551 },
96552 [0x3163]={
96553  category="lo",
96554  cjkwd="w",
96555  description="HANGUL LETTER I",
96556  direction="l",
96557  linebreak="id",
96558  specials={ "compat", 0x1175 },
96559  unicodeslot=0x3163,
96560 },
96561 [0x3164]={
96562  category="lo",
96563  cjkwd="w",
96564  description="HANGUL FILLER",
96565  direction="l",
96566  linebreak="id",
96567  specials={ "compat", 0x1160 },
96568  unicodeslot=0x3164,
96569 },
96570 [0x3165]={
96571  category="lo",
96572  cjkwd="w",
96573  description="HANGUL LETTER SSANGNIEUN",
96574  direction="l",
96575  linebreak="id",
96576  specials={ "compat", 0x1114 },
96577  unicodeslot=0x3165,
96578 },
96579 [0x3166]={
96580  category="lo",
96581  cjkwd="w",
96582  description="HANGUL LETTER NIEUN-TIKEUT",
96583  direction="l",
96584  linebreak="id",
96585  specials={ "compat", 0x1115 },
96586  unicodeslot=0x3166,
96587 },
96588 [0x3167]={
96589  category="lo",
96590  cjkwd="w",
96591  description="HANGUL LETTER NIEUN-SIOS",
96592  direction="l",
96593  linebreak="id",
96594  specials={ "compat", 0x11C7 },
96595  unicodeslot=0x3167,
96596 },
96597 [0x3168]={
96598  category="lo",
96599  cjkwd="w",
96600  description="HANGUL LETTER NIEUN-PANSIOS",
96601  direction="l",
96602  linebreak="id",
96603  specials={ "compat", 0x11C8 },
96604  unicodeslot=0x3168,
96605 },
96606 [0x3169]={
96607  category="lo",
96608  cjkwd="w",
96609  description="HANGUL LETTER RIEUL-KIYEOK-SIOS",
96610  direction="l",
96611  linebreak="id",
96612  specials={ "compat", 0x11CC },
96613  unicodeslot=0x3169,
96614 },
96615 [0x316A]={
96616  category="lo",
96617  cjkwd="w",
96618  description="HANGUL LETTER RIEUL-TIKEUT",
96619  direction="l",
96620  linebreak="id",
96621  specials={ "compat", 0x11CE },
96622  unicodeslot=0x316A,
96623 },
96624 [0x316B]={
96625  category="lo",
96626  cjkwd="w",
96627  description="HANGUL LETTER RIEUL-PIEUP-SIOS",
96628  direction="l",
96629  linebreak="id",
96630  specials={ "compat", 0x11D3 },
96631  unicodeslot=0x316B,
96632 },
96633 [0x316C]={
96634  category="lo",
96635  cjkwd="w",
96636  description="HANGUL LETTER RIEUL-PANSIOS",
96637  direction="l",
96638  linebreak="id",
96639  specials={ "compat", 0x11D7 },
96640  unicodeslot=0x316C,
96641 },
96642 [0x316D]={
96643  category="lo",
96644  cjkwd="w",
96645  description="HANGUL LETTER RIEUL-YEORINHIEUH",
96646  direction="l",
96647  linebreak="id",
96648  specials={ "compat", 0x11D9 },
96649  unicodeslot=0x316D,
96650 },
96651 [0x316E]={
96652  category="lo",
96653  cjkwd="w",
96654  description="HANGUL LETTER MIEUM-PIEUP",
96655  direction="l",
96656  linebreak="id",
96657  specials={ "compat", 0x111C },
96658  unicodeslot=0x316E,
96659 },
96660 [0x316F]={
96661  category="lo",
96662  cjkwd="w",
96663  description="HANGUL LETTER MIEUM-SIOS",
96664  direction="l",
96665  linebreak="id",
96666  specials={ "compat", 0x11DD },
96667  unicodeslot=0x316F,
96668 },
96669 [0x3170]={
96670  category="lo",
96671  cjkwd="w",
96672  description="HANGUL LETTER MIEUM-PANSIOS",
96673  direction="l",
96674  linebreak="id",
96675  specials={ "compat", 0x11DF },
96676  unicodeslot=0x3170,
96677 },
96678 [0x3171]={
96679  category="lo",
96680  cjkwd="w",
96681  description="HANGUL LETTER KAPYEOUNMIEUM",
96682  direction="l",
96683  linebreak="id",
96684  specials={ "compat", 0x111D },
96685  unicodeslot=0x3171,
96686 },
96687 [0x3172]={
96688  category="lo",
96689  cjkwd="w",
96690  description="HANGUL LETTER PIEUP-KIYEOK",
96691  direction="l",
96692  linebreak="id",
96693  specials={ "compat", 0x111E },
96694  unicodeslot=0x3172,
96695 },
96696 [0x3173]={
96697  category="lo",
96698  cjkwd="w",
96699  description="HANGUL LETTER PIEUP-TIKEUT",
96700  direction="l",
96701  linebreak="id",
96702  specials={ "compat", 0x1120 },
96703  unicodeslot=0x3173,
96704 },
96705 [0x3174]={
96706  category="lo",
96707  cjkwd="w",
96708  description="HANGUL LETTER PIEUP-SIOS-KIYEOK",
96709  direction="l",
96710  linebreak="id",
96711  specials={ "compat", 0x1122 },
96712  unicodeslot=0x3174,
96713 },
96714 [0x3175]={
96715  category="lo",
96716  cjkwd="w",
96717  description="HANGUL LETTER PIEUP-SIOS-TIKEUT",
96718  direction="l",
96719  linebreak="id",
96720  specials={ "compat", 0x1123 },
96721  unicodeslot=0x3175,
96722 },
96723 [0x3176]={
96724  category="lo",
96725  cjkwd="w",
96726  description="HANGUL LETTER PIEUP-CIEUC",
96727  direction="l",
96728  linebreak="id",
96729  specials={ "compat", 0x1127 },
96730  unicodeslot=0x3176,
96731 },
96732 [0x3177]={
96733  category="lo",
96734  cjkwd="w",
96735  description="HANGUL LETTER PIEUP-THIEUTH",
96736  direction="l",
96737  linebreak="id",
96738  specials={ "compat", 0x1129 },
96739  unicodeslot=0x3177,
96740 },
96741 [0x3178]={
96742  category="lo",
96743  cjkwd="w",
96744  description="HANGUL LETTER KAPYEOUNPIEUP",
96745  direction="l",
96746  linebreak="id",
96747  specials={ "compat", 0x112B },
96748  unicodeslot=0x3178,
96749 },
96750 [0x3179]={
96751  category="lo",
96752  cjkwd="w",
96753  description="HANGUL LETTER KAPYEOUNSSANGPIEUP",
96754  direction="l",
96755  linebreak="id",
96756  specials={ "compat", 0x112C },
96757  unicodeslot=0x3179,
96758 },
96759 [0x317A]={
96760  category="lo",
96761  cjkwd="w",
96762  description="HANGUL LETTER SIOS-KIYEOK",
96763  direction="l",
96764  linebreak="id",
96765  specials={ "compat", 0x112D },
96766  unicodeslot=0x317A,
96767 },
96768 [0x317B]={
96769  category="lo",
96770  cjkwd="w",
96771  description="HANGUL LETTER SIOS-NIEUN",
96772  direction="l",
96773  linebreak="id",
96774  specials={ "compat", 0x112E },
96775  unicodeslot=0x317B,
96776 },
96777 [0x317C]={
96778  category="lo",
96779  cjkwd="w",
96780  description="HANGUL LETTER SIOS-TIKEUT",
96781  direction="l",
96782  linebreak="id",
96783  specials={ "compat", 0x112F },
96784  unicodeslot=0x317C,
96785 },
96786 [0x317D]={
96787  category="lo",
96788  cjkwd="w",
96789  description="HANGUL LETTER SIOS-PIEUP",
96790  direction="l",
96791  linebreak="id",
96792  specials={ "compat", 0x1132 },
96793  unicodeslot=0x317D,
96794 },
96795 [0x317E]={
96796  category="lo",
96797  cjkwd="w",
96798  description="HANGUL LETTER SIOS-CIEUC",
96799  direction="l",
96800  linebreak="id",
96801  specials={ "compat", 0x1136 },
96802  unicodeslot=0x317E,
96803 },
96804 [0x317F]={
96805  category="lo",
96806  cjkwd="w",
96807  description="HANGUL LETTER PANSIOS",
96808  direction="l",
96809  linebreak="id",
96810  specials={ "compat", 0x1140 },
96811  unicodeslot=0x317F,
96812 },
96813 [0x3180]={
96814  category="lo",
96815  cjkwd="w",
96816  description="HANGUL LETTER SSANGIEUNG",
96817  direction="l",
96818  linebreak="id",
96819  specials={ "compat", 0x1147 },
96820  unicodeslot=0x3180,
96821 },
96822 [0x3181]={
96823  category="lo",
96824  cjkwd="w",
96825  description="HANGUL LETTER YESIEUNG",
96826  direction="l",
96827  linebreak="id",
96828  specials={ "compat", 0x114C },
96829  unicodeslot=0x3181,
96830 },
96831 [0x3182]={
96832  category="lo",
96833  cjkwd="w",
96834  description="HANGUL LETTER YESIEUNG-SIOS",
96835  direction="l",
96836  linebreak="id",
96837  specials={ "compat", 0x11F1 },
96838  unicodeslot=0x3182,
96839 },
96840 [0x3183]={
96841  category="lo",
96842  cjkwd="w",
96843  description="HANGUL LETTER YESIEUNG-PANSIOS",
96844  direction="l",
96845  linebreak="id",
96846  specials={ "compat", 0x11F2 },
96847  unicodeslot=0x3183,
96848 },
96849 [0x3184]={
96850  category="lo",
96851  cjkwd="w",
96852  description="HANGUL LETTER KAPYEOUNPHIEUPH",
96853  direction="l",
96854  linebreak="id",
96855  specials={ "compat", 0x1157 },
96856  unicodeslot=0x3184,
96857 },
96858 [0x3185]={
96859  category="lo",
96860  cjkwd="w",
96861  description="HANGUL LETTER SSANGHIEUH",
96862  direction="l",
96863  linebreak="id",
96864  specials={ "compat", 0x1158 },
96865  unicodeslot=0x3185,
96866 },
96867 [0x3186]={
96868  category="lo",
96869  cjkwd="w",
96870  description="HANGUL LETTER YEORINHIEUH",
96871  direction="l",
96872  linebreak="id",
96873  specials={ "compat", 0x1159 },
96874  unicodeslot=0x3186,
96875 },
96876 [0x3187]={
96877  category="lo",
96878  cjkwd="w",
96879  description="HANGUL LETTER YO-YA",
96880  direction="l",
96881  linebreak="id",
96882  specials={ "compat", 0x1184 },
96883  unicodeslot=0x3187,
96884 },
96885 [0x3188]={
96886  category="lo",
96887  cjkwd="w",
96888  description="HANGUL LETTER YO-YAE",
96889  direction="l",
96890  linebreak="id",
96891  specials={ "compat", 0x1185 },
96892  unicodeslot=0x3188,
96893 },
96894 [0x3189]={
96895  category="lo",
96896  cjkwd="w",
96897  description="HANGUL LETTER YO-I",
96898  direction="l",
96899  linebreak="id",
96900  specials={ "compat", 0x1188 },
96901  unicodeslot=0x3189,
96902 },
96903 [0x318A]={
96904  category="lo",
96905  cjkwd="w",
96906  description="HANGUL LETTER YU-YEO",
96907  direction="l",
96908  linebreak="id",
96909  specials={ "compat", 0x1191 },
96910  unicodeslot=0x318A,
96911 },
96912 [0x318B]={
96913  category="lo",
96914  cjkwd="w",
96915  description="HANGUL LETTER YU-YE",
96916  direction="l",
96917  linebreak="id",
96918  specials={ "compat", 0x1192 },
96919  unicodeslot=0x318B,
96920 },
96921 [0x318C]={
96922  category="lo",
96923  cjkwd="w",
96924  description="HANGUL LETTER YU-I",
96925  direction="l",
96926  linebreak="id",
96927  specials={ "compat", 0x1194 },
96928  unicodeslot=0x318C,
96929 },
96930 [0x318D]={
96931  category="lo",
96932  cjkwd="w",
96933  description="HANGUL LETTER ARAEA",
96934  direction="l",
96935  linebreak="id",
96936  specials={ "compat", 0x119E },
96937  unicodeslot=0x318D,
96938 },
96939 [0x318E]={
96940  category="lo",
96941  cjkwd="w",
96942  description="HANGUL LETTER ARAEAE",
96943  direction="l",
96944  linebreak="id",
96945  specials={ "compat", 0x11A1 },
96946  unicodeslot=0x318E,
96947 },
96948 [0x3190]={
96949  category="so",
96950  cjkwd="w",
96951  description="IDEOGRAPHIC ANNOTATION LINKING MARK",
96952  direction="l",
96953  linebreak="id",
96954  unicodeslot=0x3190,
96955 },
96956 [0x3191]={
96957  category="so",
96958  cjkwd="w",
96959  description="IDEOGRAPHIC ANNOTATION REVERSE MARK",
96960  direction="l",
96961  linebreak="id",
96962  unicodeslot=0x3191,
96963 },
96964 [0x3192]={
96965  category="no",
96966  cjkwd="w",
96967  description="IDEOGRAPHIC ANNOTATION ONE MARK",
96968  direction="l",
96969  linebreak="id",
96970  specials={ "super", 0x4E00 },
96971  unicodeslot=0x3192,
96972 },
96973 [0x3193]={
96974  category="no",
96975  cjkwd="w",
96976  description="IDEOGRAPHIC ANNOTATION TWO MARK",
96977  direction="l",
96978  linebreak="id",
96979  specials={ "super", 0x4E8C },
96980  unicodeslot=0x3193,
96981 },
96982 [0x3194]={
96983  category="no",
96984  cjkwd="w",
96985  description="IDEOGRAPHIC ANNOTATION THREE MARK",
96986  direction="l",
96987  linebreak="id",
96988  specials={ "super", 0x4E09 },
96989  unicodeslot=0x3194,
96990 },
96991 [0x3195]={
96992  category="no",
96993  cjkwd="w",
96994  description="IDEOGRAPHIC ANNOTATION FOUR MARK",
96995  direction="l",
96996  linebreak="id",
96997  specials={ "super", 0x56DB },
96998  unicodeslot=0x3195,
96999 },
97000 [0x3196]={
97001  category="so",
97002  cjkwd="w",
97003  description="IDEOGRAPHIC ANNOTATION TOP MARK",
97004  direction="l",
97005  linebreak="id",
97006  specials={ "super", 0x4E0A },
97007  unicodeslot=0x3196,
97008 },
97009 [0x3197]={
97010  category="so",
97011  cjkwd="w",
97012  description="IDEOGRAPHIC ANNOTATION MIDDLE MARK",
97013  direction="l",
97014  linebreak="id",
97015  specials={ "super", 0x4E2D },
97016  unicodeslot=0x3197,
97017 },
97018 [0x3198]={
97019  category="so",
97020  cjkwd="w",
97021  description="IDEOGRAPHIC ANNOTATION BOTTOM MARK",
97022  direction="l",
97023  linebreak="id",
97024  specials={ "super", 0x4E0B },
97025  unicodeslot=0x3198,
97026 },
97027 [0x3199]={
97028  category="so",
97029  cjkwd="w",
97030  description="IDEOGRAPHIC ANNOTATION FIRST MARK",
97031  direction="l",
97032  linebreak="id",
97033  specials={ "super", 0x7532 },
97034  unicodeslot=0x3199,
97035 },
97036 [0x319A]={
97037  category="so",
97038  cjkwd="w",
97039  description="IDEOGRAPHIC ANNOTATION SECOND MARK",
97040  direction="l",
97041  linebreak="id",
97042  specials={ "super", 0x4E59 },
97043  unicodeslot=0x319A,
97044 },
97045 [0x319B]={
97046  category="so",
97047  cjkwd="w",
97048  description="IDEOGRAPHIC ANNOTATION THIRD MARK",
97049  direction="l",
97050  linebreak="id",
97051  specials={ "super", 0x4E19 },
97052  unicodeslot=0x319B,
97053 },
97054 [0x319C]={
97055  category="so",
97056  cjkwd="w",
97057  description="IDEOGRAPHIC ANNOTATION FOURTH MARK",
97058  direction="l",
97059  linebreak="id",
97060  specials={ "super", 0x4E01 },
97061  unicodeslot=0x319C,
97062 },
97063 [0x319D]={
97064  category="so",
97065  cjkwd="w",
97066  description="IDEOGRAPHIC ANNOTATION HEAVEN MARK",
97067  direction="l",
97068  linebreak="id",
97069  specials={ "super", 0x5929 },
97070  unicodeslot=0x319D,
97071 },
97072 [0x319E]={
97073  category="so",
97074  cjkwd="w",
97075  description="IDEOGRAPHIC ANNOTATION EARTH MARK",
97076  direction="l",
97077  linebreak="id",
97078  specials={ "super", 0x5730 },
97079  unicodeslot=0x319E,
97080 },
97081 [0x319F]={
97082  category="so",
97083  cjkwd="w",
97084  description="IDEOGRAPHIC ANNOTATION MAN MARK",
97085  direction="l",
97086  linebreak="id",
97087  specials={ "super", 0x4EBA },
97088  unicodeslot=0x319F,
97089 },
97090 [0x31A0]={
97091  category="lo",
97092  cjkwd="w",
97093  description="BOPOMOFO LETTER BU",
97094  direction="l",
97095  linebreak="id",
97096  unicodeslot=0x31A0,
97097 },
97098 [0x31A1]={
97099  category="lo",
97100  cjkwd="w",
97101  description="BOPOMOFO LETTER ZI",
97102  direction="l",
97103  linebreak="id",
97104  unicodeslot=0x31A1,
97105 },
97106 [0x31A2]={
97107  category="lo",
97108  cjkwd="w",
97109  description="BOPOMOFO LETTER JI",
97110  direction="l",
97111  linebreak="id",
97112  unicodeslot=0x31A2,
97113 },
97114 [0x31A3]={
97115  category="lo",
97116  cjkwd="w",
97117  description="BOPOMOFO LETTER GU",
97118  direction="l",
97119  linebreak="id",
97120  unicodeslot=0x31A3,
97121 },
97122 [0x31A4]={
97123  category="lo",
97124  cjkwd="w",
97125  description="BOPOMOFO LETTER EE",
97126  direction="l",
97127  linebreak="id",
97128  unicodeslot=0x31A4,
97129 },
97130 [0x31A5]={
97131  category="lo",
97132  cjkwd="w",
97133  description="BOPOMOFO LETTER ENN",
97134  direction="l",
97135  linebreak="id",
97136  unicodeslot=0x31A5,
97137 },
97138 [0x31A6]={
97139  category="lo",
97140  cjkwd="w",
97141  description="BOPOMOFO LETTER OO",
97142  direction="l",
97143  linebreak="id",
97144  unicodeslot=0x31A6,
97145 },
97146 [0x31A7]={
97147  category="lo",
97148  cjkwd="w",
97149  description="BOPOMOFO LETTER ONN",
97150  direction="l",
97151  linebreak="id",
97152  unicodeslot=0x31A7,
97153 },
97154 [0x31A8]={
97155  category="lo",
97156  cjkwd="w",
97157  description="BOPOMOFO LETTER IR",
97158  direction="l",
97159  linebreak="id",
97160  unicodeslot=0x31A8,
97161 },
97162 [0x31A9]={
97163  category="lo",
97164  cjkwd="w",
97165  description="BOPOMOFO LETTER ANN",
97166  direction="l",
97167  linebreak="id",
97168  unicodeslot=0x31A9,
97169 },
97170 [0x31AA]={
97171  category="lo",
97172  cjkwd="w",
97173  description="BOPOMOFO LETTER INN",
97174  direction="l",
97175  linebreak="id",
97176  unicodeslot=0x31AA,
97177 },
97178 [0x31AB]={
97179  category="lo",
97180  cjkwd="w",
97181  description="BOPOMOFO LETTER UNN",
97182  direction="l",
97183  linebreak="id",
97184  unicodeslot=0x31AB,
97185 },
97186 [0x31AC]={
97187  category="lo",
97188  cjkwd="w",
97189  description="BOPOMOFO LETTER IM",
97190  direction="l",
97191  linebreak="id",
97192  unicodeslot=0x31AC,
97193 },
97194 [0x31AD]={
97195  category="lo",
97196  cjkwd="w",
97197  description="BOPOMOFO LETTER NGG",
97198  direction="l",
97199  linebreak="id",
97200  unicodeslot=0x31AD,
97201 },
97202 [0x31AE]={
97203  category="lo",
97204  cjkwd="w",
97205  description="BOPOMOFO LETTER AINN",
97206  direction="l",
97207  linebreak="id",
97208  unicodeslot=0x31AE,
97209 },
97210 [0x31AF]={
97211  category="lo",
97212  cjkwd="w",
97213  description="BOPOMOFO LETTER AUNN",
97214  direction="l",
97215  linebreak="id",
97216  unicodeslot=0x31AF,
97217 },
97218 [0x31B0]={
97219  category="lo",
97220  cjkwd="w",
97221  description="BOPOMOFO LETTER AM",
97222  direction="l",
97223  linebreak="id",
97224  unicodeslot=0x31B0,
97225 },
97226 [0x31B1]={
97227  category="lo",
97228  cjkwd="w",
97229  description="BOPOMOFO LETTER OM",
97230  direction="l",
97231  linebreak="id",
97232  unicodeslot=0x31B1,
97233 },
97234 [0x31B2]={
97235  category="lo",
97236  cjkwd="w",
97237  description="BOPOMOFO LETTER ONG",
97238  direction="l",
97239  linebreak="id",
97240  unicodeslot=0x31B2,
97241 },
97242 [0x31B3]={
97243  category="lo",
97244  cjkwd="w",
97245  description="BOPOMOFO LETTER INNN",
97246  direction="l",
97247  linebreak="id",
97248  unicodeslot=0x31B3,
97249 },
97250 [0x31B4]={
97251  category="lo",
97252  cjkwd="w",
97253  description="BOPOMOFO FINAL LETTER P",
97254  direction="l",
97255  linebreak="id",
97256  unicodeslot=0x31B4,
97257 },
97258 [0x31B5]={
97259  category="lo",
97260  cjkwd="w",
97261  description="BOPOMOFO FINAL LETTER T",
97262  direction="l",
97263  linebreak="id",
97264  unicodeslot=0x31B5,
97265 },
97266 [0x31B6]={
97267  category="lo",
97268  cjkwd="w",
97269  description="BOPOMOFO FINAL LETTER K",
97270  direction="l",
97271  linebreak="id",
97272  unicodeslot=0x31B6,
97273 },
97274 [0x31B7]={
97275  category="lo",
97276  cjkwd="w",
97277  description="BOPOMOFO FINAL LETTER H",
97278  direction="l",
97279  linebreak="id",
97280  unicodeslot=0x31B7,
97281 },
97282 [0x31B8]={
97283  category="lo",
97284  cjkwd="w",
97285  description="BOPOMOFO LETTER GH",
97286  direction="l",
97287  linebreak="id",
97288  unicodeslot=0x31B8,
97289 },
97290 [0x31B9]={
97291  category="lo",
97292  cjkwd="w",
97293  description="BOPOMOFO LETTER LH",
97294  direction="l",
97295  linebreak="id",
97296  unicodeslot=0x31B9,
97297 },
97298 [0x31BA]={
97299  category="lo",
97300  cjkwd="w",
97301  description="BOPOMOFO LETTER ZY",
97302  direction="l",
97303  linebreak="id",
97304  unicodeslot=0x31BA,
97305 },
97306 [0x31BB]={
97307  category="lo",
97308  cjkwd="w",
97309  description="BOPOMOFO FINAL LETTER G",
97310  direction="l",
97311  linebreak="id",
97312  unicodeslot=0x31BB,
97313 },
97314 [0x31BC]={
97315  category="lo",
97316  cjkwd="w",
97317  description="BOPOMOFO LETTER GW",
97318  direction="l",
97319  linebreak="id",
97320  unicodeslot=0x31BC,
97321 },
97322 [0x31BD]={
97323  category="lo",
97324  cjkwd="w",
97325  description="BOPOMOFO LETTER KW",
97326  direction="l",
97327  linebreak="id",
97328  unicodeslot=0x31BD,
97329 },
97330 [0x31BE]={
97331  category="lo",
97332  cjkwd="w",
97333  description="BOPOMOFO LETTER OE",
97334  direction="l",
97335  linebreak="id",
97336  unicodeslot=0x31BE,
97337 },
97338 [0x31BF]={
97339  category="lo",
97340  cjkwd="w",
97341  description="BOPOMOFO LETTER AH",
97342  direction="l",
97343  linebreak="id",
97344  unicodeslot=0x31BF,
97345 },
97346 [0x31C0]={
97347  category="so",
97348  cjkwd="w",
97349  description="CJK STROKE T",
97350  direction="on",
97351  linebreak="id",
97352  unicodeslot=0x31C0,
97353 },
97354 [0x31C1]={
97355  category="so",
97356  cjkwd="w",
97357  description="CJK STROKE WG",
97358  direction="on",
97359  linebreak="id",
97360  unicodeslot=0x31C1,
97361 },
97362 [0x31C2]={
97363  category="so",
97364  cjkwd="w",
97365  description="CJK STROKE XG",
97366  direction="on",
97367  linebreak="id",
97368  unicodeslot=0x31C2,
97369 },
97370 [0x31C3]={
97371  category="so",
97372  cjkwd="w",
97373  description="CJK STROKE BXG",
97374  direction="on",
97375  linebreak="id",
97376  unicodeslot=0x31C3,
97377 },
97378 [0x31C4]={
97379  category="so",
97380  cjkwd="w",
97381  description="CJK STROKE SW",
97382  direction="on",
97383  linebreak="id",
97384  unicodeslot=0x31C4,
97385 },
97386 [0x31C5]={
97387  category="so",
97388  cjkwd="w",
97389  description="CJK STROKE HZZ",
97390  direction="on",
97391  linebreak="id",
97392  unicodeslot=0x31C5,
97393 },
97394 [0x31C6]={
97395  category="so",
97396  cjkwd="w",
97397  description="CJK STROKE HZG",
97398  direction="on",
97399  linebreak="id",
97400  unicodeslot=0x31C6,
97401 },
97402 [0x31C7]={
97403  category="so",
97404  cjkwd="w",
97405  description="CJK STROKE HP",
97406  direction="on",
97407  linebreak="id",
97408  unicodeslot=0x31C7,
97409 },
97410 [0x31C8]={
97411  category="so",
97412  cjkwd="w",
97413  description="CJK STROKE HZWG",
97414  direction="on",
97415  linebreak="id",
97416  unicodeslot=0x31C8,
97417 },
97418 [0x31C9]={
97419  category="so",
97420  cjkwd="w",
97421  description="CJK STROKE SZWG",
97422  direction="on",
97423  linebreak="id",
97424  unicodeslot=0x31C9,
97425 },
97426 [0x31CA]={
97427  category="so",
97428  cjkwd="w",
97429  description="CJK STROKE HZT",
97430  direction="on",
97431  linebreak="id",
97432  unicodeslot=0x31CA,
97433 },
97434 [0x31CB]={
97435  category="so",
97436  cjkwd="w",
97437  description="CJK STROKE HZZP",
97438  direction="on",
97439  linebreak="id",
97440  unicodeslot=0x31CB,
97441 },
97442 [0x31CC]={
97443  category="so",
97444  cjkwd="w",
97445  description="CJK STROKE HPWG",
97446  direction="on",
97447  linebreak="id",
97448  unicodeslot=0x31CC,
97449 },
97450 [0x31CD]={
97451  category="so",
97452  cjkwd="w",
97453  description="CJK STROKE HZW",
97454  direction="on",
97455  linebreak="id",
97456  unicodeslot=0x31CD,
97457 },
97458 [0x31CE]={
97459  category="so",
97460  cjkwd="w",
97461  description="CJK STROKE HZZZ",
97462  direction="on",
97463  linebreak="id",
97464  unicodeslot=0x31CE,
97465 },
97466 [0x31CF]={
97467  category="so",
97468  cjkwd="w",
97469  description="CJK STROKE N",
97470  direction="on",
97471  linebreak="id",
97472  unicodeslot=0x31CF,
97473 },
97474 [0x31D0]={
97475  category="so",
97476  cjkwd="w",
97477  description="CJK STROKE H",
97478  direction="on",
97479  linebreak="id",
97480  unicodeslot=0x31D0,
97481 },
97482 [0x31D1]={
97483  category="so",
97484  cjkwd="w",
97485  description="CJK STROKE S",
97486  direction="on",
97487  linebreak="id",
97488  unicodeslot=0x31D1,
97489 },
97490 [0x31D2]={
97491  category="so",
97492  cjkwd="w",
97493  description="CJK STROKE P",
97494  direction="on",
97495  linebreak="id",
97496  unicodeslot=0x31D2,
97497 },
97498 [0x31D3]={
97499  category="so",
97500  cjkwd="w",
97501  description="CJK STROKE SP",
97502  direction="on",
97503  linebreak="id",
97504  unicodeslot=0x31D3,
97505 },
97506 [0x31D4]={
97507  category="so",
97508  cjkwd="w",
97509  description="CJK STROKE D",
97510  direction="on",
97511  linebreak="id",
97512  unicodeslot=0x31D4,
97513 },
97514 [0x31D5]={
97515  category="so",
97516  cjkwd="w",
97517  description="CJK STROKE HZ",
97518  direction="on",
97519  linebreak="id",
97520  unicodeslot=0x31D5,
97521 },
97522 [0x31D6]={
97523  category="so",
97524  cjkwd="w",
97525  description="CJK STROKE HG",
97526  direction="on",
97527  linebreak="id",
97528  unicodeslot=0x31D6,
97529 },
97530 [0x31D7]={
97531  category="so",
97532  cjkwd="w",
97533  description="CJK STROKE SZ",
97534  direction="on",
97535  linebreak="id",
97536  unicodeslot=0x31D7,
97537 },
97538 [0x31D8]={
97539  category="so",
97540  cjkwd="w",
97541  description="CJK STROKE SWZ",
97542  direction="on",
97543  linebreak="id",
97544  unicodeslot=0x31D8,
97545 },
97546 [0x31D9]={
97547  category="so",
97548  cjkwd="w",
97549  description="CJK STROKE ST",
97550  direction="on",
97551  linebreak="id",
97552  unicodeslot=0x31D9,
97553 },
97554 [0x31DA]={
97555  category="so",
97556  cjkwd="w",
97557  description="CJK STROKE SG",
97558  direction="on",
97559  linebreak="id",
97560  unicodeslot=0x31DA,
97561 },
97562 [0x31DB]={
97563  category="so",
97564  cjkwd="w",
97565  description="CJK STROKE PD",
97566  direction="on",
97567  linebreak="id",
97568  unicodeslot=0x31DB,
97569 },
97570 [0x31DC]={
97571  category="so",
97572  cjkwd="w",
97573  description="CJK STROKE PZ",
97574  direction="on",
97575  linebreak="id",
97576  unicodeslot=0x31DC,
97577 },
97578 [0x31DD]={
97579  category="so",
97580  cjkwd="w",
97581  description="CJK STROKE TN",
97582  direction="on",
97583  linebreak="id",
97584  unicodeslot=0x31DD,
97585 },
97586 [0x31DE]={
97587  category="so",
97588  cjkwd="w",
97589  description="CJK STROKE SZZ",
97590  direction="on",
97591  linebreak="id",
97592  unicodeslot=0x31DE,
97593 },
97594 [0x31DF]={
97595  category="so",
97596  cjkwd="w",
97597  description="CJK STROKE SWG",
97598  direction="on",
97599  linebreak="id",
97600  unicodeslot=0x31DF,
97601 },
97602 [0x31E0]={
97603  category="so",
97604  cjkwd="w",
97605  description="CJK STROKE HXWG",
97606  direction="on",
97607  linebreak="id",
97608  unicodeslot=0x31E0,
97609 },
97610 [0x31E1]={
97611  category="so",
97612  cjkwd="w",
97613  description="CJK STROKE HZZZG",
97614  direction="on",
97615  linebreak="id",
97616  unicodeslot=0x31E1,
97617 },
97618 [0x31E2]={
97619  category="so",
97620  cjkwd="w",
97621  description="CJK STROKE PG",
97622  direction="on",
97623  linebreak="id",
97624  unicodeslot=0x31E2,
97625 },
97626 [0x31E3]={
97627  category="so",
97628  cjkwd="w",
97629  description="CJK STROKE Q",
97630  direction="on",
97631  linebreak="id",
97632  unicodeslot=0x31E3,
97633 },
97634 [0x31E4]={
97635  category="so",
97636  cjkwd="w",
97637  description="CJK STROKE HXG",
97638  direction="on",
97639  linebreak="id",
97640  unicodeslot=0x31E4,
97641 },
97642 [0x31E5]={
97643  category="so",
97644  cjkwd="w",
97645  description="CJK STROKE SZP",
97646  direction="on",
97647  linebreak="id",
97648  unicodeslot=0x31E5,
97649 },
97650 [0x31EF]={
97651  category="so",
97652  cjkwd="w",
97653  description="IDEOGRAPHIC DESCRIPTION CHARACTER SUBTRACTION",
97654  direction="on",
97655  linebreak="id",
97656  unicodeslot=0x31EF,
97657 },
97658 [0x31F0]={
97659  category="lo",
97660  cjkwd="w",
97661  description="KATAKANA LETTER SMALL KU",
97662  direction="l",
97663  linebreak="cj",
97664  shcode=0x304F,
97665  sound="unvoiced",
97666  unicodeslot=0x31F0,
97667 },
97668 [0x31F1]={
97669  category="lo",
97670  cjkwd="w",
97671  description="KATAKANA LETTER SMALL SI",
97672  direction="l",
97673  linebreak="cj",
97674  shcode=0x3057,
97675  sound="unvoiced",
97676  unicodeslot=0x31F1,
97677 },
97678 [0x31F2]={
97679  category="lo",
97680  cjkwd="w",
97681  description="KATAKANA LETTER SMALL SU",
97682  direction="l",
97683  linebreak="cj",
97684  shcode=0x3059,
97685  sound="unvoiced",
97686  unicodeslot=0x31F2,
97687 },
97688 [0x31F3]={
97689  category="lo",
97690  cjkwd="w",
97691  description="KATAKANA LETTER SMALL TO",
97692  direction="l",
97693  linebreak="cj",
97694  shcode=0x3068,
97695  sound="unvoiced",
97696  unicodeslot=0x31F3,
97697 },
97698 [0x31F4]={
97699  category="lo",
97700  cjkwd="w",
97701  description="KATAKANA LETTER SMALL NU",
97702  direction="l",
97703  linebreak="cj",
97704  shcode=0x306C,
97705  sound="unvoiced",
97706  unicodeslot=0x31F4,
97707 },
97708 [0x31F5]={
97709  category="lo",
97710  cjkwd="w",
97711  description="KATAKANA LETTER SMALL HA",
97712  direction="l",
97713  linebreak="cj",
97714  shcode=0x306F,
97715  sound="unvoiced",
97716  unicodeslot=0x31F5,
97717 },
97718 [0x31F6]={
97719  category="lo",
97720  cjkwd="w",
97721  description="KATAKANA LETTER SMALL HI",
97722  direction="l",
97723  linebreak="cj",
97724  shcode=0x3072,
97725  sound="unvoiced",
97726  unicodeslot=0x31F6,
97727 },
97728 [0x31F7]={
97729  category="lo",
97730  cjkwd="w",
97731  description="KATAKANA LETTER SMALL HU",
97732  direction="l",
97733  linebreak="cj",
97734  shcode=0x3075,
97735  sound="unvoiced",
97736  unicodeslot=0x31F7,
97737 },
97738 [0x31F8]={
97739  category="lo",
97740  cjkwd="w",
97741  description="KATAKANA LETTER SMALL HE",
97742  direction="l",
97743  linebreak="cj",
97744  shcode=0x3078,
97745  sound="unvoiced",
97746  unicodeslot=0x31F8,
97747 },
97748 [0x31F9]={
97749  category="lo",
97750  cjkwd="w",
97751  description="KATAKANA LETTER SMALL HO",
97752  direction="l",
97753  linebreak="cj",
97754  shcode=0x307B,
97755  sound="unvoiced",
97756  unicodeslot=0x31F9,
97757 },
97758 [0x31FA]={
97759  category="lo",
97760  cjkwd="w",
97761  description="KATAKANA LETTER SMALL MU",
97762  direction="l",
97763  linebreak="cj",
97764  shcode=0x3080,
97765  sound="unvoiced",
97766  unicodeslot=0x31FA,
97767 },
97768 [0x31FB]={
97769  category="lo",
97770  cjkwd="w",
97771  description="KATAKANA LETTER SMALL RA",
97772  direction="l",
97773  linebreak="cj",
97774  shcode=0x3089,
97775  sound="unvoiced",
97776  unicodeslot=0x31FB,
97777 },
97778 [0x31FC]={
97779  category="lo",
97780  cjkwd="w",
97781  description="KATAKANA LETTER SMALL RI",
97782  direction="l",
97783  linebreak="cj",
97784  sound="unvoiced",
97785  unicodeslot=0x31FC,
97786 },
97787 [0x31FD]={
97788  category="lo",
97789  cjkwd="w",
97790  description="KATAKANA LETTER SMALL RU",
97791  direction="l",
97792  linebreak="cj",
97793  shcode=0x308B,
97794  sound="unvoiced",
97795  unicodeslot=0x31FD,
97796 },
97797 [0x31FE]={
97798  category="lo",
97799  cjkwd="w",
97800  description="KATAKANA LETTER SMALL RE",
97801  direction="l",
97802  linebreak="cj",
97803  shcode=0x308C,
97804  sound="unvoiced",
97805  unicodeslot=0x31FE,
97806 },
97807 [0x31FF]={
97808  category="lo",
97809  cjkwd="w",
97810  description="KATAKANA LETTER SMALL RO",
97811  direction="l",
97812  linebreak="cj",
97813  shcode=0x308D,
97814  sound="unvoiced",
97815  unicodeslot=0x31FF,
97816 },
97817 [0x3200]={
97818  category="so",
97819  cjkwd="w",
97820  description="PARENTHESIZED HANGUL KIYEOK",
97821  direction="l",
97822  linebreak="id",
97823  specials={ "compat", 0x28, 0x1100, 0x29 },
97824  unicodeslot=0x3200,
97825 },
97826 [0x3201]={
97827  category="so",
97828  cjkwd="w",
97829  description="PARENTHESIZED HANGUL NIEUN",
97830  direction="l",
97831  linebreak="id",
97832  specials={ "compat", 0x28, 0x1102, 0x29 },
97833  unicodeslot=0x3201,
97834 },
97835 [0x3202]={
97836  category="so",
97837  cjkwd="w",
97838  description="PARENTHESIZED HANGUL TIKEUT",
97839  direction="l",
97840  linebreak="id",
97841  specials={ "compat", 0x28, 0x1103, 0x29 },
97842  unicodeslot=0x3202,
97843 },
97844 [0x3203]={
97845  category="so",
97846  cjkwd="w",
97847  description="PARENTHESIZED HANGUL RIEUL",
97848  direction="l",
97849  linebreak="id",
97850  specials={ "compat", 0x28, 0x1105, 0x29 },
97851  unicodeslot=0x3203,
97852 },
97853 [0x3204]={
97854  category="so",
97855  cjkwd="w",
97856  description="PARENTHESIZED HANGUL MIEUM",
97857  direction="l",
97858  linebreak="id",
97859  specials={ "compat", 0x28, 0x1106, 0x29 },
97860  unicodeslot=0x3204,
97861 },
97862 [0x3205]={
97863  category="so",
97864  cjkwd="w",
97865  description="PARENTHESIZED HANGUL PIEUP",
97866  direction="l",
97867  linebreak="id",
97868  specials={ "compat", 0x28, 0x1107, 0x29 },
97869  unicodeslot=0x3205,
97870 },
97871 [0x3206]={
97872  category="so",
97873  cjkwd="w",
97874  description="PARENTHESIZED HANGUL SIOS",
97875  direction="l",
97876  linebreak="id",
97877  specials={ "compat", 0x28, 0x1109, 0x29 },
97878  unicodeslot=0x3206,
97879 },
97880 [0x3207]={
97881  category="so",
97882  cjkwd="w",
97883  description="PARENTHESIZED HANGUL IEUNG",
97884  direction="l",
97885  linebreak="id",
97886  specials={ "compat", 0x28, 0x110B, 0x29 },
97887  unicodeslot=0x3207,
97888 },
97889 [0x3208]={
97890  category="so",
97891  cjkwd="w",
97892  description="PARENTHESIZED HANGUL CIEUC",
97893  direction="l",
97894  linebreak="id",
97895  specials={ "compat", 0x28, 0x110C, 0x29 },
97896  unicodeslot=0x3208,
97897 },
97898 [0x3209]={
97899  category="so",
97900  cjkwd="w",
97901  description="PARENTHESIZED HANGUL CHIEUCH",
97902  direction="l",
97903  linebreak="id",
97904  specials={ "compat", 0x28, 0x110E, 0x29 },
97905  unicodeslot=0x3209,
97906 },
97907 [0x320A]={
97908  category="so",
97909  cjkwd="w",
97910  description="PARENTHESIZED HANGUL KHIEUKH",
97911  direction="l",
97912  linebreak="id",
97913  specials={ "compat", 0x28, 0x110F, 0x29 },
97914  unicodeslot=0x320A,
97915 },
97916 [0x320B]={
97917  category="so",
97918  cjkwd="w",
97919  description="PARENTHESIZED HANGUL THIEUTH",
97920  direction="l",
97921  linebreak="id",
97922  specials={ "compat", 0x28, 0x1110, 0x29 },
97923  unicodeslot=0x320B,
97924 },
97925 [0x320C]={
97926  category="so",
97927  cjkwd="w",
97928  description="PARENTHESIZED HANGUL PHIEUPH",
97929  direction="l",
97930  linebreak="id",
97931  specials={ "compat", 0x28, 0x1111, 0x29 },
97932  unicodeslot=0x320C,
97933 },
97934 [0x320D]={
97935  category="so",
97936  cjkwd="w",
97937  description="PARENTHESIZED HANGUL HIEUH",
97938  direction="l",
97939  linebreak="id",
97940  specials={ "compat", 0x28, 0x1112, 0x29 },
97941  unicodeslot=0x320D,
97942 },
97943 [0x320E]={
97944  category="so",
97945  cjkwd="w",
97946  description="PARENTHESIZED HANGUL KIYEOK A",
97947  direction="l",
97948  linebreak="id",
97949  specials={ "compat", 0x28, 0x1100, 0x1161, 0x29 },
97950  unicodeslot=0x320E,
97951 },
97952 [0x320F]={
97953  category="so",
97954  cjkwd="w",
97955  description="PARENTHESIZED HANGUL NIEUN A",
97956  direction="l",
97957  linebreak="id",
97958  specials={ "compat", 0x28, 0x1102, 0x1161, 0x29 },
97959  unicodeslot=0x320F,
97960 },
97961 [0x3210]={
97962  category="so",
97963  cjkwd="w",
97964  description="PARENTHESIZED HANGUL TIKEUT A",
97965  direction="l",
97966  linebreak="id",
97967  specials={ "compat", 0x28, 0x1103, 0x1161, 0x29 },
97968  unicodeslot=0x3210,
97969 },
97970 [0x3211]={
97971  category="so",
97972  cjkwd="w",
97973  description="PARENTHESIZED HANGUL RIEUL A",
97974  direction="l",
97975  linebreak="id",
97976  specials={ "compat", 0x28, 0x1105, 0x1161, 0x29 },
97977  unicodeslot=0x3211,
97978 },
97979 [0x3212]={
97980  category="so",
97981  cjkwd="w",
97982  description="PARENTHESIZED HANGUL MIEUM A",
97983  direction="l",
97984  linebreak="id",
97985  specials={ "compat", 0x28, 0x1106, 0x1161, 0x29 },
97986  unicodeslot=0x3212,
97987 },
97988 [0x3213]={
97989  category="so",
97990  cjkwd="w",
97991  description="PARENTHESIZED HANGUL PIEUP A",
97992  direction="l",
97993  linebreak="id",
97994  specials={ "compat", 0x28, 0x1107, 0x1161, 0x29 },
97995  unicodeslot=0x3213,
97996 },
97997 [0x3214]={
97998  category="so",
97999  cjkwd="w",
98000  description="PARENTHESIZED HANGUL SIOS A",
98001  direction="l",
98002  linebreak="id",
98003  specials={ "compat", 0x28, 0x1109, 0x1161, 0x29 },
98004  unicodeslot=0x3214,
98005 },
98006 [0x3215]={
98007  category="so",
98008  cjkwd="w",
98009  description="PARENTHESIZED HANGUL IEUNG A",
98010  direction="l",
98011  linebreak="id",
98012  specials={ "compat", 0x28, 0x110B, 0x1161, 0x29 },
98013  unicodeslot=0x3215,
98014 },
98015 [0x3216]={
98016  category="so",
98017  cjkwd="w",
98018  description="PARENTHESIZED HANGUL CIEUC A",
98019  direction="l",
98020  linebreak="id",
98021  specials={ "compat", 0x28, 0x110C, 0x1161, 0x29 },
98022  unicodeslot=0x3216,
98023 },
98024 [0x3217]={
98025  category="so",
98026  cjkwd="w",
98027  description="PARENTHESIZED HANGUL CHIEUCH A",
98028  direction="l",
98029  linebreak="id",
98030  specials={ "compat", 0x28, 0x110E, 0x1161, 0x29 },
98031  unicodeslot=0x3217,
98032 },
98033 [0x3218]={
98034  category="so",
98035  cjkwd="w",
98036  description="PARENTHESIZED HANGUL KHIEUKH A",
98037  direction="l",
98038  linebreak="id",
98039  specials={ "compat", 0x28, 0x110F, 0x1161, 0x29 },
98040  unicodeslot=0x3218,
98041 },
98042 [0x3219]={
98043  category="so",
98044  cjkwd="w",
98045  description="PARENTHESIZED HANGUL THIEUTH A",
98046  direction="l",
98047  linebreak="id",
98048  specials={ "compat", 0x28, 0x1110, 0x1161, 0x29 },
98049  unicodeslot=0x3219,
98050 },
98051 [0x321A]={
98052  category="so",
98053  cjkwd="w",
98054  description="PARENTHESIZED HANGUL PHIEUPH A",
98055  direction="l",
98056  linebreak="id",
98057  specials={ "compat", 0x28, 0x1111, 0x1161, 0x29 },
98058  unicodeslot=0x321A,
98059 },
98060 [0x321B]={
98061  category="so",
98062  cjkwd="w",
98063  description="PARENTHESIZED HANGUL HIEUH A",
98064  direction="l",
98065  linebreak="id",
98066  specials={ "compat", 0x28, 0x1112, 0x1161, 0x29 },
98067  unicodeslot=0x321B,
98068 },
98069 [0x321C]={
98070  category="so",
98071  cjkwd="w",
98072  description="PARENTHESIZED HANGUL CIEUC U",
98073  direction="l",
98074  linebreak="id",
98075  specials={ "compat", 0x28, 0x110C, 0x116E, 0x29 },
98076  unicodeslot=0x321C,
98077 },
98078 [0x321D]={
98079  category="so",
98080  cjkwd="w",
98081  description="PARENTHESIZED KOREAN CHARACTER OJEON",
98082  direction="on",
98083  linebreak="id",
98084  specials={ "compat", 0x28, 0x110B, 0x1169, 0x110C, 0x1165, 0x11AB, 0x29 },
98085  unicodeslot=0x321D,
98086 },
98087 [0x321E]={
98088  category="so",
98089  cjkwd="w",
98090  description="PARENTHESIZED KOREAN CHARACTER O HU",
98091  direction="on",
98092  linebreak="id",
98093  specials={ "compat", 0x28, 0x110B, 0x1169, 0x1112, 0x116E, 0x29 },
98094  unicodeslot=0x321E,
98095 },
98096 [0x3220]={
98097  category="no",
98098  cjkwd="w",
98099  description="PARENTHESIZED IDEOGRAPH ONE",
98100  direction="l",
98101  linebreak="id",
98102  specials={ "compat", 0x28, 0x4E00, 0x29 },
98103  unicodeslot=0x3220,
98104 },
98105 [0x3221]={
98106  category="no",
98107  cjkwd="w",
98108  description="PARENTHESIZED IDEOGRAPH TWO",
98109  direction="l",
98110  linebreak="id",
98111  specials={ "compat", 0x28, 0x4E8C, 0x29 },
98112  unicodeslot=0x3221,
98113 },
98114 [0x3222]={
98115  category="no",
98116  cjkwd="w",
98117  description="PARENTHESIZED IDEOGRAPH THREE",
98118  direction="l",
98119  linebreak="id",
98120  specials={ "compat", 0x28, 0x4E09, 0x29 },
98121  unicodeslot=0x3222,
98122 },
98123 [0x3223]={
98124  category="no",
98125  cjkwd="w",
98126  description="PARENTHESIZED IDEOGRAPH FOUR",
98127  direction="l",
98128  linebreak="id",
98129  specials={ "compat", 0x28, 0x56DB, 0x29 },
98130  unicodeslot=0x3223,
98131 },
98132 [0x3224]={
98133  category="no",
98134  cjkwd="w",
98135  description="PARENTHESIZED IDEOGRAPH FIVE",
98136  direction="l",
98137  linebreak="id",
98138  specials={ "compat", 0x28, 0x4E94, 0x29 },
98139  unicodeslot=0x3224,
98140 },
98141 [0x3225]={
98142  category="no",
98143  cjkwd="w",
98144  description="PARENTHESIZED IDEOGRAPH SIX",
98145  direction="l",
98146  linebreak="id",
98147  specials={ "compat", 0x28, 0x516D, 0x29 },
98148  unicodeslot=0x3225,
98149 },
98150 [0x3226]={
98151  category="no",
98152  cjkwd="w",
98153  description="PARENTHESIZED IDEOGRAPH SEVEN",
98154  direction="l",
98155  linebreak="id",
98156  specials={ "compat", 0x28, 0x4E03, 0x29 },
98157  unicodeslot=0x3226,
98158 },
98159 [0x3227]={
98160  category="no",
98161  cjkwd="w",
98162  description="PARENTHESIZED IDEOGRAPH EIGHT",
98163  direction="l",
98164  linebreak="id",
98165  specials={ "compat", 0x28, 0x516B, 0x29 },
98166  unicodeslot=0x3227,
98167 },
98168 [0x3228]={
98169  category="no",
98170  cjkwd="w",
98171  description="PARENTHESIZED IDEOGRAPH NINE",
98172  direction="l",
98173  linebreak="id",
98174  specials={ "compat", 0x28, 0x4E5D, 0x29 },
98175  unicodeslot=0x3228,
98176 },
98177 [0x3229]={
98178  category="no",
98179  cjkwd="w",
98180  description="PARENTHESIZED IDEOGRAPH TEN",
98181  direction="l",
98182  linebreak="id",
98183  specials={ "compat", 0x28, 0x5341, 0x29 },
98184  unicodeslot=0x3229,
98185 },
98186 [0x322A]={
98187  category="so",
98188  cjkwd="w",
98189  description="PARENTHESIZED IDEOGRAPH MOON",
98190  direction="l",
98191  linebreak="id",
98192  specials={ "compat", 0x28, 0x6708, 0x29 },
98193  unicodeslot=0x322A,
98194 },
98195 [0x322B]={
98196  category="so",
98197  cjkwd="w",
98198  description="PARENTHESIZED IDEOGRAPH FIRE",
98199  direction="l",
98200  linebreak="id",
98201  specials={ "compat", 0x28, 0x706B, 0x29 },
98202  unicodeslot=0x322B,
98203 },
98204 [0x322C]={
98205  category="so",
98206  cjkwd="w",
98207  description="PARENTHESIZED IDEOGRAPH WATER",
98208  direction="l",
98209  linebreak="id",
98210  specials={ "compat", 0x28, 0x6C34, 0x29 },
98211  unicodeslot=0x322C,
98212 },
98213 [0x322D]={
98214  category="so",
98215  cjkwd="w",
98216  description="PARENTHESIZED IDEOGRAPH WOOD",
98217  direction="l",
98218  linebreak="id",
98219  specials={ "compat", 0x28, 0x6728, 0x29 },
98220  unicodeslot=0x322D,
98221 },
98222 [0x322E]={
98223  category="so",
98224  cjkwd="w",
98225  description="PARENTHESIZED IDEOGRAPH METAL",
98226  direction="l",
98227  linebreak="id",
98228  specials={ "compat", 0x28, 0x91D1, 0x29 },
98229  unicodeslot=0x322E,
98230 },
98231 [0x322F]={
98232  category="so",
98233  cjkwd="w",
98234  description="PARENTHESIZED IDEOGRAPH EARTH",
98235  direction="l",
98236  linebreak="id",
98237  specials={ "compat", 0x28, 0x571F, 0x29 },
98238  unicodeslot=0x322F,
98239 },
98240 [0x3230]={
98241  category="so",
98242  cjkwd="w",
98243  description="PARENTHESIZED IDEOGRAPH SUN",
98244  direction="l",
98245  linebreak="id",
98246  specials={ "compat", 0x28, 0x65E5, 0x29 },
98247  unicodeslot=0x3230,
98248 },
98249 [0x3231]={
98250  category="so",
98251  cjkwd="w",
98252  description="PARENTHESIZED IDEOGRAPH STOCK",
98253  direction="l",
98254  linebreak="id",
98255  specials={ "compat", 0x28, 0x682A, 0x29 },
98256  unicodeslot=0x3231,
98257 },
98258 [0x3232]={
98259  category="so",
98260  cjkwd="w",
98261  description="PARENTHESIZED IDEOGRAPH HAVE",
98262  direction="l",
98263  linebreak="id",
98264  specials={ "compat", 0x28, 0x6709, 0x29 },
98265  unicodeslot=0x3232,
98266 },
98267 [0x3233]={
98268  category="so",
98269  cjkwd="w",
98270  description="PARENTHESIZED IDEOGRAPH SOCIETY",
98271  direction="l",
98272  linebreak="id",
98273  specials={ "compat", 0x28, 0x793E, 0x29 },
98274  unicodeslot=0x3233,
98275 },
98276 [0x3234]={
98277  category="so",
98278  cjkwd="w",
98279  description="PARENTHESIZED IDEOGRAPH NAME",
98280  direction="l",
98281  linebreak="id",
98282  specials={ "compat", 0x28, 0x540D, 0x29 },
98283  unicodeslot=0x3234,
98284 },
98285 [0x3235]={
98286  category="so",
98287  cjkwd="w",
98288  description="PARENTHESIZED IDEOGRAPH SPECIAL",
98289  direction="l",
98290  linebreak="id",
98291  specials={ "compat", 0x28, 0x7279, 0x29 },
98292  unicodeslot=0x3235,
98293 },
98294 [0x3236]={
98295  category="so",
98296  cjkwd="w",
98297  description="PARENTHESIZED IDEOGRAPH FINANCIAL",
98298  direction="l",
98299  linebreak="id",
98300  specials={ "compat", 0x28, 0x8CA1, 0x29 },
98301  unicodeslot=0x3236,
98302 },
98303 [0x3237]={
98304  category="so",
98305  cjkwd="w",
98306  description="PARENTHESIZED IDEOGRAPH CONGRATULATION",
98307  direction="l",
98308  linebreak="id",
98309  specials={ "compat", 0x28, 0x795D, 0x29 },
98310  unicodeslot=0x3237,
98311 },
98312 [0x3238]={
98313  category="so",
98314  cjkwd="w",
98315  description="PARENTHESIZED IDEOGRAPH LABOR",
98316  direction="l",
98317  linebreak="id",
98318  specials={ "compat", 0x28, 0x52B4, 0x29 },
98319  unicodeslot=0x3238,
98320 },
98321 [0x3239]={
98322  category="so",
98323  cjkwd="w",
98324  description="PARENTHESIZED IDEOGRAPH REPRESENT",
98325  direction="l",
98326  linebreak="id",
98327  specials={ "compat", 0x28, 0x4EE3, 0x29 },
98328  unicodeslot=0x3239,
98329 },
98330 [0x323A]={
98331  category="so",
98332  cjkwd="w",
98333  description="PARENTHESIZED IDEOGRAPH CALL",
98334  direction="l",
98335  linebreak="id",
98336  specials={ "compat", 0x28, 0x547C, 0x29 },
98337  unicodeslot=0x323A,
98338 },
98339 [0x323B]={
98340  category="so",
98341  cjkwd="w",
98342  description="PARENTHESIZED IDEOGRAPH STUDY",
98343  direction="l",
98344  linebreak="id",
98345  specials={ "compat", 0x28, 0x5B66, 0x29 },
98346  unicodeslot=0x323B,
98347 },
98348 [0x323C]={
98349  category="so",
98350  cjkwd="w",
98351  description="PARENTHESIZED IDEOGRAPH SUPERVISE",
98352  direction="l",
98353  linebreak="id",
98354  specials={ "compat", 0x28, 0x76E3, 0x29 },
98355  unicodeslot=0x323C,
98356 },
98357 [0x323D]={
98358  category="so",
98359  cjkwd="w",
98360  description="PARENTHESIZED IDEOGRAPH ENTERPRISE",
98361  direction="l",
98362  linebreak="id",
98363  specials={ "compat", 0x28, 0x4F01, 0x29 },
98364  unicodeslot=0x323D,
98365 },
98366 [0x323E]={
98367  category="so",
98368  cjkwd="w",
98369  description="PARENTHESIZED IDEOGRAPH RESOURCE",
98370  direction="l",
98371  linebreak="id",
98372  specials={ "compat", 0x28, 0x8CC7, 0x29 },
98373  unicodeslot=0x323E,
98374 },
98375 [0x323F]={
98376  category="so",
98377  cjkwd="w",
98378  description="PARENTHESIZED IDEOGRAPH ALLIANCE",
98379  direction="l",
98380  linebreak="id",
98381  specials={ "compat", 0x28, 0x5354, 0x29 },
98382  unicodeslot=0x323F,
98383 },
98384 [0x3240]={
98385  category="so",
98386  cjkwd="w",
98387  description="PARENTHESIZED IDEOGRAPH FESTIVAL",
98388  direction="l",
98389  linebreak="id",
98390  specials={ "compat", 0x28, 0x796D, 0x29 },
98391  unicodeslot=0x3240,
98392 },
98393 [0x3241]={
98394  category="so",
98395  cjkwd="w",
98396  description="PARENTHESIZED IDEOGRAPH REST",
98397  direction="l",
98398  linebreak="id",
98399  specials={ "compat", 0x28, 0x4F11, 0x29 },
98400  unicodeslot=0x3241,
98401 },
98402 [0x3242]={
98403  category="so",
98404  cjkwd="w",
98405  description="PARENTHESIZED IDEOGRAPH SELF",
98406  direction="l",
98407  linebreak="id",
98408  specials={ "compat", 0x28, 0x81EA, 0x29 },
98409  unicodeslot=0x3242,
98410 },
98411 [0x3243]={
98412  category="so",
98413  cjkwd="w",
98414  description="PARENTHESIZED IDEOGRAPH REACH",
98415  direction="l",
98416  linebreak="id",
98417  specials={ "compat", 0x28, 0x81F3, 0x29 },
98418  unicodeslot=0x3243,
98419 },
98420 [0x3244]={
98421  category="so",
98422  cjkwd="w",
98423  description="CIRCLED IDEOGRAPH QUESTION",
98424  direction="l",
98425  linebreak="id",
98426  specials={ "circle", 0x554F },
98427  unicodeslot=0x3244,
98428 },
98429 [0x3245]={
98430  category="so",
98431  cjkwd="w",
98432  description="CIRCLED IDEOGRAPH KINDERGARTEN",
98433  direction="l",
98434  linebreak="id",
98435  specials={ "circle", 0x5E7C },
98436  unicodeslot=0x3245,
98437 },
98438 [0x3246]={
98439  category="so",
98440  cjkwd="w",
98441  description="CIRCLED IDEOGRAPH SCHOOL",
98442  direction="l",
98443  linebreak="id",
98444  specials={ "circle", 0x6587 },
98445  unicodeslot=0x3246,
98446 },
98447 [0x3247]={
98448  category="so",
98449  cjkwd="w",
98450  description="CIRCLED IDEOGRAPH KOTO",
98451  direction="l",
98452  linebreak="id",
98453  specials={ "circle", 0x7B8F },
98454  unicodeslot=0x3247,
98455 },
98456 [0x3248]={
98457  category="so",
98458  cjkwd="a",
98459  description="CIRCLED NUMBER TEN ON BLACK SQUARE",
98460  direction="l",
98461  linebreak="ai",
98462  unicodeslot=0x3248,
98463 },
98464 [0x3249]={
98465  category="so",
98466  cjkwd="a",
98467  description="CIRCLED NUMBER TWENTY ON BLACK SQUARE",
98468  direction="l",
98469  linebreak="ai",
98470  unicodeslot=0x3249,
98471 },
98472 [0x324A]={
98473  category="so",
98474  cjkwd="a",
98475  description="CIRCLED NUMBER THIRTY ON BLACK SQUARE",
98476  direction="l",
98477  linebreak="ai",
98478  unicodeslot=0x324A,
98479 },
98480 [0x324B]={
98481  category="so",
98482  cjkwd="a",
98483  description="CIRCLED NUMBER FORTY ON BLACK SQUARE",
98484  direction="l",
98485  linebreak="ai",
98486  unicodeslot=0x324B,
98487 },
98488 [0x324C]={
98489  category="so",
98490  cjkwd="a",
98491  description="CIRCLED NUMBER FIFTY ON BLACK SQUARE",
98492  direction="l",
98493  linebreak="ai",
98494  unicodeslot=0x324C,
98495 },
98496 [0x324D]={
98497  category="so",
98498  cjkwd="a",
98499  description="CIRCLED NUMBER SIXTY ON BLACK SQUARE",
98500  direction="l",
98501  linebreak="ai",
98502  unicodeslot=0x324D,
98503 },
98504 [0x324E]={
98505  category="so",
98506  cjkwd="a",
98507  description="CIRCLED NUMBER SEVENTY ON BLACK SQUARE",
98508  direction="l",
98509  linebreak="ai",
98510  unicodeslot=0x324E,
98511 },
98512 [0x324F]={
98513  category="so",
98514  cjkwd="a",
98515  description="CIRCLED NUMBER EIGHTY ON BLACK SQUARE",
98516  direction="l",
98517  linebreak="ai",
98518  unicodeslot=0x324F,
98519 },
98520 [0x3250]={
98521  category="so",
98522  cjkwd="w",
98523  description="PARTNERSHIP SIGN",
98524  direction="on",
98525  linebreak="id",
98526  specials={ "square", 0x50, 0x54, 0x45 },
98527  unicodeslot=0x3250,
98528 },
98529 [0x3251]={
98530  category="no",
98531  cjkwd="w",
98532  description="CIRCLED NUMBER TWENTY ONE",
98533  direction="on",
98534  linebreak="id",
98535  specials={ "circle", 0x32, 0x31 },
98536  unicodeslot=0x3251,
98537 },
98538 [0x3252]={
98539  category="no",
98540  cjkwd="w",
98541  description="CIRCLED NUMBER TWENTY TWO",
98542  direction="on",
98543  linebreak="id",
98544  specials={ "circle", 0x32, 0x32 },
98545  unicodeslot=0x3252,
98546 },
98547 [0x3253]={
98548  category="no",
98549  cjkwd="w",
98550  description="CIRCLED NUMBER TWENTY THREE",
98551  direction="on",
98552  linebreak="id",
98553  specials={ "circle", 0x32, 0x33 },
98554  unicodeslot=0x3253,
98555 },
98556 [0x3254]={
98557  category="no",
98558  cjkwd="w",
98559  description="CIRCLED NUMBER TWENTY FOUR",
98560  direction="on",
98561  linebreak="id",
98562  specials={ "circle", 0x32, 0x34 },
98563  unicodeslot=0x3254,
98564 },
98565 [0x3255]={
98566  category="no",
98567  cjkwd="w",
98568  description="CIRCLED NUMBER TWENTY FIVE",
98569  direction="on",
98570  linebreak="id",
98571  specials={ "circle", 0x32, 0x35 },
98572  unicodeslot=0x3255,
98573 },
98574 [0x3256]={
98575  category="no",
98576  cjkwd="w",
98577  description="CIRCLED NUMBER TWENTY SIX",
98578  direction="on",
98579  linebreak="id",
98580  specials={ "circle", 0x32, 0x36 },
98581  unicodeslot=0x3256,
98582 },
98583 [0x3257]={
98584  category="no",
98585  cjkwd="w",
98586  description="CIRCLED NUMBER TWENTY SEVEN",
98587  direction="on",
98588  linebreak="id",
98589  specials={ "circle", 0x32, 0x37 },
98590  unicodeslot=0x3257,
98591 },
98592 [0x3258]={
98593  category="no",
98594  cjkwd="w",
98595  description="CIRCLED NUMBER TWENTY EIGHT",
98596  direction="on",
98597  linebreak="id",
98598  specials={ "circle", 0x32, 0x38 },
98599  unicodeslot=0x3258,
98600 },
98601 [0x3259]={
98602  category="no",
98603  cjkwd="w",
98604  description="CIRCLED NUMBER TWENTY NINE",
98605  direction="on",
98606  linebreak="id",
98607  specials={ "circle", 0x32, 0x39 },
98608  unicodeslot=0x3259,
98609 },
98610 [0x325A]={
98611  category="no",
98612  cjkwd="w",
98613  description="CIRCLED NUMBER THIRTY",
98614  direction="on",
98615  linebreak="id",
98616  specials={ "circle", 0x33, 0x30 },
98617  unicodeslot=0x325A,
98618 },
98619 [0x325B]={
98620  category="no",
98621  cjkwd="w",
98622  description="CIRCLED NUMBER THIRTY ONE",
98623  direction="on",
98624  linebreak="id",
98625  specials={ "circle", 0x33, 0x31 },
98626  unicodeslot=0x325B,
98627 },
98628 [0x325C]={
98629  category="no",
98630  cjkwd="w",
98631  description="CIRCLED NUMBER THIRTY TWO",
98632  direction="on",
98633  linebreak="id",
98634  specials={ "circle", 0x33, 0x32 },
98635  unicodeslot=0x325C,
98636 },
98637 [0x325D]={
98638  category="no",
98639  cjkwd="w",
98640  description="CIRCLED NUMBER THIRTY THREE",
98641  direction="on",
98642  linebreak="id",
98643  specials={ "circle", 0x33, 0x33 },
98644  unicodeslot=0x325D,
98645 },
98646 [0x325E]={
98647  category="no",
98648  cjkwd="w",
98649  description="CIRCLED NUMBER THIRTY FOUR",
98650  direction="on",
98651  linebreak="id",
98652  specials={ "circle", 0x33, 0x34 },
98653  unicodeslot=0x325E,
98654 },
98655 [0x325F]={
98656  category="no",
98657  cjkwd="w",
98658  description="CIRCLED NUMBER THIRTY FIVE",
98659  direction="on",
98660  linebreak="id",
98661  specials={ "circle", 0x33, 0x35 },
98662  unicodeslot=0x325F,
98663 },
98664 [0x3260]={
98665  category="so",
98666  cjkwd="w",
98667  description="CIRCLED HANGUL KIYEOK",
98668  direction="l",
98669  linebreak="id",
98670  specials={ "circle", 0x1100 },
98671  unicodeslot=0x3260,
98672 },
98673 [0x3261]={
98674  category="so",
98675  cjkwd="w",
98676  description="CIRCLED HANGUL NIEUN",
98677  direction="l",
98678  linebreak="id",
98679  specials={ "circle", 0x1102 },
98680  unicodeslot=0x3261,
98681 },
98682 [0x3262]={
98683  category="so",
98684  cjkwd="w",
98685  description="CIRCLED HANGUL TIKEUT",
98686  direction="l",
98687  linebreak="id",
98688  specials={ "circle", 0x1103 },
98689  unicodeslot=0x3262,
98690 },
98691 [0x3263]={
98692  category="so",
98693  cjkwd="w",
98694  description="CIRCLED HANGUL RIEUL",
98695  direction="l",
98696  linebreak="id",
98697  specials={ "circle", 0x1105 },
98698  unicodeslot=0x3263,
98699 },
98700 [0x3264]={
98701  category="so",
98702  cjkwd="w",
98703  description="CIRCLED HANGUL MIEUM",
98704  direction="l",
98705  linebreak="id",
98706  specials={ "circle", 0x1106 },
98707  unicodeslot=0x3264,
98708 },
98709 [0x3265]={
98710  category="so",
98711  cjkwd="w",
98712  description="CIRCLED HANGUL PIEUP",
98713  direction="l",
98714  linebreak="id",
98715  specials={ "circle", 0x1107 },
98716  unicodeslot=0x3265,
98717 },
98718 [0x3266]={
98719  category="so",
98720  cjkwd="w",
98721  description="CIRCLED HANGUL SIOS",
98722  direction="l",
98723  linebreak="id",
98724  specials={ "circle", 0x1109 },
98725  unicodeslot=0x3266,
98726 },
98727 [0x3267]={
98728  category="so",
98729  cjkwd="w",
98730  description="CIRCLED HANGUL IEUNG",
98731  direction="l",
98732  linebreak="id",
98733  specials={ "circle", 0x110B },
98734  unicodeslot=0x3267,
98735 },
98736 [0x3268]={
98737  category="so",
98738  cjkwd="w",
98739  description="CIRCLED HANGUL CIEUC",
98740  direction="l",
98741  linebreak="id",
98742  specials={ "circle", 0x110C },
98743  unicodeslot=0x3268,
98744 },
98745 [0x3269]={
98746  category="so",
98747  cjkwd="w",
98748  description="CIRCLED HANGUL CHIEUCH",
98749  direction="l",
98750  linebreak="id",
98751  specials={ "circle", 0x110E },
98752  unicodeslot=0x3269,
98753 },
98754 [0x326A]={
98755  category="so",
98756  cjkwd="w",
98757  description="CIRCLED HANGUL KHIEUKH",
98758  direction="l",
98759  linebreak="id",
98760  specials={ "circle", 0x110F },
98761  unicodeslot=0x326A,
98762 },
98763 [0x326B]={
98764  category="so",
98765  cjkwd="w",
98766  description="CIRCLED HANGUL THIEUTH",
98767  direction="l",
98768  linebreak="id",
98769  specials={ "circle", 0x1110 },
98770  unicodeslot=0x326B,
98771 },
98772 [0x326C]={
98773  category="so",
98774  cjkwd="w",
98775  description="CIRCLED HANGUL PHIEUPH",
98776  direction="l",
98777  linebreak="id",
98778  specials={ "circle", 0x1111 },
98779  unicodeslot=0x326C,
98780 },
98781 [0x326D]={
98782  category="so",
98783  cjkwd="w",
98784  description="CIRCLED HANGUL HIEUH",
98785  direction="l",
98786  linebreak="id",
98787  specials={ "circle", 0x1112 },
98788  unicodeslot=0x326D,
98789 },
98790 [0x326E]={
98791  category="so",
98792  cjkwd="w",
98793  description="CIRCLED HANGUL KIYEOK A",
98794  direction="l",
98795  linebreak="id",
98796  specials={ "circle", 0x1100, 0x1161 },
98797  unicodeslot=0x326E,
98798 },
98799 [0x326F]={
98800  category="so",
98801  cjkwd="w",
98802  description="CIRCLED HANGUL NIEUN A",
98803  direction="l",
98804  linebreak="id",
98805  specials={ "circle", 0x1102, 0x1161 },
98806  unicodeslot=0x326F,
98807 },
98808 [0x3270]={
98809  category="so",
98810  cjkwd="w",
98811  description="CIRCLED HANGUL TIKEUT A",
98812  direction="l",
98813  linebreak="id",
98814  specials={ "circle", 0x1103, 0x1161 },
98815  unicodeslot=0x3270,
98816 },
98817 [0x3271]={
98818  category="so",
98819  cjkwd="w",
98820  description="CIRCLED HANGUL RIEUL A",
98821  direction="l",
98822  linebreak="id",
98823  specials={ "circle", 0x1105, 0x1161 },
98824  unicodeslot=0x3271,
98825 },
98826 [0x3272]={
98827  category="so",
98828  cjkwd="w",
98829  description="CIRCLED HANGUL MIEUM A",
98830  direction="l",
98831  linebreak="id",
98832  specials={ "circle", 0x1106, 0x1161 },
98833  unicodeslot=0x3272,
98834 },
98835 [0x3273]={
98836  category="so",
98837  cjkwd="w",
98838  description="CIRCLED HANGUL PIEUP A",
98839  direction="l",
98840  linebreak="id",
98841  specials={ "circle", 0x1107, 0x1161 },
98842  unicodeslot=0x3273,
98843 },
98844 [0x3274]={
98845  category="so",
98846  cjkwd="w",
98847  description="CIRCLED HANGUL SIOS A",
98848  direction="l",
98849  linebreak="id",
98850  specials={ "circle", 0x1109, 0x1161 },
98851  unicodeslot=0x3274,
98852 },
98853 [0x3275]={
98854  category="so",
98855  cjkwd="w",
98856  description="CIRCLED HANGUL IEUNG A",
98857  direction="l",
98858  linebreak="id",
98859  specials={ "circle", 0x110B, 0x1161 },
98860  unicodeslot=0x3275,
98861 },
98862 [0x3276]={
98863  category="so",
98864  cjkwd="w",
98865  description="CIRCLED HANGUL CIEUC A",
98866  direction="l",
98867  linebreak="id",
98868  specials={ "circle", 0x110C, 0x1161 },
98869  unicodeslot=0x3276,
98870 },
98871 [0x3277]={
98872  category="so",
98873  cjkwd="w",
98874  description="CIRCLED HANGUL CHIEUCH A",
98875  direction="l",
98876  linebreak="id",
98877  specials={ "circle", 0x110E, 0x1161 },
98878  unicodeslot=0x3277,
98879 },
98880 [0x3278]={
98881  category="so",
98882  cjkwd="w",
98883  description="CIRCLED HANGUL KHIEUKH A",
98884  direction="l",
98885  linebreak="id",
98886  specials={ "circle", 0x110F, 0x1161 },
98887  unicodeslot=0x3278,
98888 },
98889 [0x3279]={
98890  category="so",
98891  cjkwd="w",
98892  description="CIRCLED HANGUL THIEUTH A",
98893  direction="l",
98894  linebreak="id",
98895  specials={ "circle", 0x1110, 0x1161 },
98896  unicodeslot=0x3279,
98897 },
98898 [0x327A]={
98899  category="so",
98900  cjkwd="w",
98901  description="CIRCLED HANGUL PHIEUPH A",
98902  direction="l",
98903  linebreak="id",
98904  specials={ "circle", 0x1111, 0x1161 },
98905  unicodeslot=0x327A,
98906 },
98907 [0x327B]={
98908  category="so",
98909  cjkwd="w",
98910  description="CIRCLED HANGUL HIEUH A",
98911  direction="l",
98912  linebreak="id",
98913  specials={ "circle", 0x1112, 0x1161 },
98914  unicodeslot=0x327B,
98915 },
98916 [0x327C]={
98917  category="so",
98918  cjkwd="w",
98919  description="CIRCLED KOREAN CHARACTER CHAMKO",
98920  direction="on",
98921  linebreak="id",
98922  specials={ "circle", 0x110E, 0x1161, 0x11B7, 0x1100, 0x1169 },
98923  unicodeslot=0x327C,
98924 },
98925 [0x327D]={
98926  category="so",
98927  cjkwd="w",
98928  description="CIRCLED KOREAN CHARACTER JUEUI",
98929  direction="on",
98930  linebreak="id",
98931  specials={ "circle", 0x110C, 0x116E, 0x110B, 0x1174 },
98932  unicodeslot=0x327D,
98933 },
98934 [0x327E]={
98935  category="so",
98936  cjkwd="w",
98937  description="CIRCLED HANGUL IEUNG U",
98938  direction="on",
98939  linebreak="id",
98940  specials={ "circle", 0x110B, 0x116E },
98941  unicodeslot=0x327E,
98942 },
98943 [0x327F]={
98944  category="so",
98945  cjkwd="w",
98946  description="KOREAN STANDARD SYMBOL",
98947  direction="l",
98948  linebreak="id",
98949  unicodeslot=0x327F,
98950 },
98951 [0x3280]={
98952  category="no",
98953  cjkwd="w",
98954  description="CIRCLED IDEOGRAPH ONE",
98955  direction="l",
98956  linebreak="id",
98957  specials={ "circle", 0x4E00 },
98958  unicodeslot=0x3280,
98959 },
98960 [0x3281]={
98961  category="no",
98962  cjkwd="w",
98963  description="CIRCLED IDEOGRAPH TWO",
98964  direction="l",
98965  linebreak="id",
98966  specials={ "circle", 0x4E8C },
98967  unicodeslot=0x3281,
98968 },
98969 [0x3282]={
98970  category="no",
98971  cjkwd="w",
98972  description="CIRCLED IDEOGRAPH THREE",
98973  direction="l",
98974  linebreak="id",
98975  specials={ "circle", 0x4E09 },
98976  unicodeslot=0x3282,
98977 },
98978 [0x3283]={
98979  category="no",
98980  cjkwd="w",
98981  description="CIRCLED IDEOGRAPH FOUR",
98982  direction="l",
98983  linebreak="id",
98984  specials={ "circle", 0x56DB },
98985  unicodeslot=0x3283,
98986 },
98987 [0x3284]={
98988  category="no",
98989  cjkwd="w",
98990  description="CIRCLED IDEOGRAPH FIVE",
98991  direction="l",
98992  linebreak="id",
98993  specials={ "circle", 0x4E94 },
98994  unicodeslot=0x3284,
98995 },
98996 [0x3285]={
98997  category="no",
98998  cjkwd="w",
98999  description="CIRCLED IDEOGRAPH SIX",
99000  direction="l",
99001  linebreak="id",
99002  specials={ "circle", 0x516D },
99003  unicodeslot=0x3285,
99004 },
99005 [0x3286]={
99006  category="no",
99007  cjkwd="w",
99008  description="CIRCLED IDEOGRAPH SEVEN",
99009  direction="l",
99010  linebreak="id",
99011  specials={ "circle", 0x4E03 },
99012  unicodeslot=0x3286,
99013 },
99014 [0x3287]={
99015  category="no",
99016  cjkwd="w",
99017  description="CIRCLED IDEOGRAPH EIGHT",
99018  direction="l",
99019  linebreak="id",
99020  specials={ "circle", 0x516B },
99021  unicodeslot=0x3287,
99022 },
99023 [0x3288]={
99024  category="no",
99025  cjkwd="w",
99026  description="CIRCLED IDEOGRAPH NINE",
99027  direction="l",
99028  linebreak="id",
99029  specials={ "circle", 0x4E5D },
99030  unicodeslot=0x3288,
99031 },
99032 [0x3289]={
99033  category="no",
99034  cjkwd="w",
99035  description="CIRCLED IDEOGRAPH TEN",
99036  direction="l",
99037  linebreak="id",
99038  specials={ "circle", 0x5341 },
99039  unicodeslot=0x3289,
99040 },
99041 [0x328A]={
99042  category="so",
99043  cjkwd="w",
99044  description="CIRCLED IDEOGRAPH MOON",
99045  direction="l",
99046  linebreak="id",
99047  specials={ "circle", 0x6708 },
99048  unicodeslot=0x328A,
99049 },
99050 [0x328B]={
99051  category="so",
99052  cjkwd="w",
99053  description="CIRCLED IDEOGRAPH FIRE",
99054  direction="l",
99055  linebreak="id",
99056  specials={ "circle", 0x706B },
99057  unicodeslot=0x328B,
99058 },
99059 [0x328C]={
99060  category="so",
99061  cjkwd="w",
99062  description="CIRCLED IDEOGRAPH WATER",
99063  direction="l",
99064  linebreak="id",
99065  specials={ "circle", 0x6C34 },
99066  unicodeslot=0x328C,
99067 },
99068 [0x328D]={
99069  category="so",
99070  cjkwd="w",
99071  description="CIRCLED IDEOGRAPH WOOD",
99072  direction="l",
99073  linebreak="id",
99074  specials={ "circle", 0x6728 },
99075  unicodeslot=0x328D,
99076 },
99077 [0x328E]={
99078  category="so",
99079  cjkwd="w",
99080  description="CIRCLED IDEOGRAPH METAL",
99081  direction="l",
99082  linebreak="id",
99083  specials={ "circle", 0x91D1 },
99084  unicodeslot=0x328E,
99085 },
99086 [0x328F]={
99087  category="so",
99088  cjkwd="w",
99089  description="CIRCLED IDEOGRAPH EARTH",
99090  direction="l",
99091  linebreak="id",
99092  specials={ "circle", 0x571F },
99093  unicodeslot=0x328F,
99094 },
99095 [0x3290]={
99096  category="so",
99097  cjkwd="w",
99098  description="CIRCLED IDEOGRAPH SUN",
99099  direction="l",
99100  linebreak="id",
99101  specials={ "circle", 0x65E5 },
99102  unicodeslot=0x3290,
99103 },
99104 [0x3291]={
99105  category="so",
99106  cjkwd="w",
99107  description="CIRCLED IDEOGRAPH STOCK",
99108  direction="l",
99109  linebreak="id",
99110  specials={ "circle", 0x682A },
99111  unicodeslot=0x3291,
99112 },
99113 [0x3292]={
99114  category="so",
99115  cjkwd="w",
99116  description="CIRCLED IDEOGRAPH HAVE",
99117  direction="l",
99118  linebreak="id",
99119  specials={ "circle", 0x6709 },
99120  unicodeslot=0x3292,
99121 },
99122 [0x3293]={
99123  category="so",
99124  cjkwd="w",
99125  description="CIRCLED IDEOGRAPH SOCIETY",
99126  direction="l",
99127  linebreak="id",
99128  specials={ "circle", 0x793E },
99129  unicodeslot=0x3293,
99130 },
99131 [0x3294]={
99132  category="so",
99133  cjkwd="w",
99134  description="CIRCLED IDEOGRAPH NAME",
99135  direction="l",
99136  linebreak="id",
99137  specials={ "circle", 0x540D },
99138  unicodeslot=0x3294,
99139 },
99140 [0x3295]={
99141  category="so",
99142  cjkwd="w",
99143  description="CIRCLED IDEOGRAPH SPECIAL",
99144  direction="l",
99145  linebreak="id",
99146  specials={ "circle", 0x7279 },
99147  unicodeslot=0x3295,
99148 },
99149 [0x3296]={
99150  category="so",
99151  cjkwd="w",
99152  description="CIRCLED IDEOGRAPH FINANCIAL",
99153  direction="l",
99154  linebreak="id",
99155  specials={ "circle", 0x8CA1 },
99156  unicodeslot=0x3296,
99157 },
99158 [0x3297]={
99159  category="so",
99160  cjkwd="w",
99161  description="CIRCLED IDEOGRAPH CONGRATULATION",
99162  direction="l",
99163  linebreak="id",
99164  specials={ "circle", 0x795D },
99165  unicodeslot=0x3297,
99166  variants=variants_emoji,
99167 },
99168 [0x3298]={
99169  category="so",
99170  cjkwd="w",
99171  description="CIRCLED IDEOGRAPH LABOR",
99172  direction="l",
99173  linebreak="id",
99174  specials={ "circle", 0x52B4 },
99175  unicodeslot=0x3298,
99176 },
99177 [0x3299]={
99178  category="so",
99179  cjkwd="w",
99180  description="CIRCLED IDEOGRAPH SECRET",
99181  direction="l",
99182  linebreak="id",
99183  specials={ "circle", 0x79D8 },
99184  unicodeslot=0x3299,
99185  variants=variants_emoji,
99186 },
99187 [0x329A]={
99188  category="so",
99189  cjkwd="w",
99190  description="CIRCLED IDEOGRAPH MALE",
99191  direction="l",
99192  linebreak="id",
99193  specials={ "circle", 0x7537 },
99194  unicodeslot=0x329A,
99195 },
99196 [0x329B]={
99197  category="so",
99198  cjkwd="w",
99199  description="CIRCLED IDEOGRAPH FEMALE",
99200  direction="l",
99201  linebreak="id",
99202  specials={ "circle", 0x5973 },
99203  unicodeslot=0x329B,
99204 },
99205 [0x329C]={
99206  category="so",
99207  cjkwd="w",
99208  description="CIRCLED IDEOGRAPH SUITABLE",
99209  direction="l",
99210  linebreak="id",
99211  specials={ "circle", 0x9069 },
99212  unicodeslot=0x329C,
99213 },
99214 [0x329D]={
99215  category="so",
99216  cjkwd="w",
99217  description="CIRCLED IDEOGRAPH EXCELLENT",
99218  direction="l",
99219  linebreak="id",
99220  specials={ "circle", 0x512A },
99221  unicodeslot=0x329D,
99222 },
99223 [0x329E]={
99224  category="so",
99225  cjkwd="w",
99226  description="CIRCLED IDEOGRAPH PRINT",
99227  direction="l",
99228  linebreak="id",
99229  specials={ "circle", 0x5370 },
99230  unicodeslot=0x329E,
99231 },
99232 [0x329F]={
99233  category="so",
99234  cjkwd="w",
99235  description="CIRCLED IDEOGRAPH ATTENTION",
99236  direction="l",
99237  linebreak="id",
99238  specials={ "circle", 0x6CE8 },
99239  unicodeslot=0x329F,
99240 },
99241 [0x32A0]={
99242  category="so",
99243  cjkwd="w",
99244  description="CIRCLED IDEOGRAPH ITEM",
99245  direction="l",
99246  linebreak="id",
99247  specials={ "circle", 0x9805 },
99248  unicodeslot=0x32A0,
99249 },
99250 [0x32A1]={
99251  category="so",
99252  cjkwd="w",
99253  description="CIRCLED IDEOGRAPH REST",
99254  direction="l",
99255  linebreak="id",
99256  specials={ "circle", 0x4F11 },
99257  unicodeslot=0x32A1,
99258 },
99259 [0x32A2]={
99260  category="so",
99261  cjkwd="w",
99262  description="CIRCLED IDEOGRAPH COPY",
99263  direction="l",
99264  linebreak="id",
99265  specials={ "circle", 0x5199 },
99266  unicodeslot=0x32A2,
99267 },
99268 [0x32A3]={
99269  category="so",
99270  cjkwd="w",
99271  description="CIRCLED IDEOGRAPH CORRECT",
99272  direction="l",
99273  linebreak="id",
99274  specials={ "circle", 0x6B63 },
99275  unicodeslot=0x32A3,
99276 },
99277 [0x32A4]={
99278  category="so",
99279  cjkwd="w",
99280  description="CIRCLED IDEOGRAPH HIGH",
99281  direction="l",
99282  linebreak="id",
99283  specials={ "circle", 0x4E0A },
99284  unicodeslot=0x32A4,
99285 },
99286 [0x32A5]={
99287  category="so",
99288  cjkwd="w",
99289  description="CIRCLED IDEOGRAPH CENTRE",
99290  direction="l",
99291  linebreak="id",
99292  specials={ "circle", 0x4E2D },
99293  unicodeslot=0x32A5,
99294 },
99295 [0x32A6]={
99296  category="so",
99297  cjkwd="w",
99298  description="CIRCLED IDEOGRAPH LOW",
99299  direction="l",
99300  linebreak="id",
99301  specials={ "circle", 0x4E0B },
99302  unicodeslot=0x32A6,
99303 },
99304 [0x32A7]={
99305  category="so",
99306  cjkwd="w",
99307  description="CIRCLED IDEOGRAPH LEFT",
99308  direction="l",
99309  linebreak="id",
99310  specials={ "circle", 0x5DE6 },
99311  unicodeslot=0x32A7,
99312 },
99313 [0x32A8]={
99314  category="so",
99315  cjkwd="w",
99316  description="CIRCLED IDEOGRAPH RIGHT",
99317  direction="l",
99318  linebreak="id",
99319  specials={ "circle", 0x53F3 },
99320  unicodeslot=0x32A8,
99321 },
99322 [0x32A9]={
99323  category="so",
99324  cjkwd="w",
99325  description="CIRCLED IDEOGRAPH MEDICINE",
99326  direction="l",
99327  linebreak="id",
99328  specials={ "circle", 0x533B },
99329  unicodeslot=0x32A9,
99330 },
99331 [0x32AA]={
99332  category="so",
99333  cjkwd="w",
99334  description="CIRCLED IDEOGRAPH RELIGION",
99335  direction="l",
99336  linebreak="id",
99337  specials={ "circle", 0x5B97 },
99338  unicodeslot=0x32AA,
99339 },
99340 [0x32AB]={
99341  category="so",
99342  cjkwd="w",
99343  description="CIRCLED IDEOGRAPH STUDY",
99344  direction="l",
99345  linebreak="id",
99346  specials={ "circle", 0x5B66 },
99347  unicodeslot=0x32AB,
99348 },
99349 [0x32AC]={
99350  category="so",
99351  cjkwd="w",
99352  description="CIRCLED IDEOGRAPH SUPERVISE",
99353  direction="l",
99354  linebreak="id",
99355  specials={ "circle", 0x76E3 },
99356  unicodeslot=0x32AC,
99357 },
99358 [0x32AD]={
99359  category="so",
99360  cjkwd="w",
99361  description="CIRCLED IDEOGRAPH ENTERPRISE",
99362  direction="l",
99363  linebreak="id",
99364  specials={ "circle", 0x4F01 },
99365  unicodeslot=0x32AD,
99366 },
99367 [0x32AE]={
99368  category="so",
99369  cjkwd="w",
99370  description="CIRCLED IDEOGRAPH RESOURCE",
99371  direction="l",
99372  linebreak="id",
99373  specials={ "circle", 0x8CC7 },
99374  unicodeslot=0x32AE,
99375 },
99376 [0x32AF]={
99377  category="so",
99378  cjkwd="w",
99379  description="CIRCLED IDEOGRAPH ALLIANCE",
99380  direction="l",
99381  linebreak="id",
99382  specials={ "circle", 0x5354 },
99383  unicodeslot=0x32AF,
99384 },
99385 [0x32B0]={
99386  category="so",
99387  cjkwd="w",
99388  description="CIRCLED IDEOGRAPH NIGHT",
99389  direction="l",
99390  linebreak="id",
99391  specials={ "circle", 0x591C },
99392  unicodeslot=0x32B0,
99393 },
99394 [0x32B1]={
99395  category="no",
99396  cjkwd="w",
99397  description="CIRCLED NUMBER THIRTY SIX",
99398  direction="on",
99399  linebreak="id",
99400  specials={ "circle", 0x33, 0x36 },
99401  unicodeslot=0x32B1,
99402 },
99403 [0x32B2]={
99404  category="no",
99405  cjkwd="w",
99406  description="CIRCLED NUMBER THIRTY SEVEN",
99407  direction="on",
99408  linebreak="id",
99409  specials={ "circle", 0x33, 0x37 },
99410  unicodeslot=0x32B2,
99411 },
99412 [0x32B3]={
99413  category="no",
99414  cjkwd="w",
99415  description="CIRCLED NUMBER THIRTY EIGHT",
99416  direction="on",
99417  linebreak="id",
99418  specials={ "circle", 0x33, 0x38 },
99419  unicodeslot=0x32B3,
99420 },
99421 [0x32B4]={
99422  category="no",
99423  cjkwd="w",
99424  description="CIRCLED NUMBER THIRTY NINE",
99425  direction="on",
99426  linebreak="id",
99427  specials={ "circle", 0x33, 0x39 },
99428  unicodeslot=0x32B4,
99429 },
99430 [0x32B5]={
99431  category="no",
99432  cjkwd="w",
99433  description="CIRCLED NUMBER FORTY",
99434  direction="on",
99435  linebreak="id",
99436  specials={ "circle", 0x34, 0x30 },
99437  unicodeslot=0x32B5,
99438 },
99439 [0x32B6]={
99440  category="no",
99441  cjkwd="w",
99442  description="CIRCLED NUMBER FORTY ONE",
99443  direction="on",
99444  linebreak="id",
99445  specials={ "circle", 0x34, 0x31 },
99446  unicodeslot=0x32B6,
99447 },
99448 [0x32B7]={
99449  category="no",
99450  cjkwd="w",
99451  description="CIRCLED NUMBER FORTY TWO",
99452  direction="on",
99453  linebreak="id",
99454  specials={ "circle", 0x34, 0x32 },
99455  unicodeslot=0x32B7,
99456 },
99457 [0x32B8]={
99458  category="no",
99459  cjkwd="w",
99460  description="CIRCLED NUMBER FORTY THREE",
99461  direction="on",
99462  linebreak="id",
99463  specials={ "circle", 0x34, 0x33 },
99464  unicodeslot=0x32B8,
99465 },
99466 [0x32B9]={
99467  category="no",
99468  cjkwd="w",
99469  description="CIRCLED NUMBER FORTY FOUR",
99470  direction="on",
99471  linebreak="id",
99472  specials={ "circle", 0x34, 0x34 },
99473  unicodeslot=0x32B9,
99474 },
99475 [0x32BA]={
99476  category="no",
99477  cjkwd="w",
99478  description="CIRCLED NUMBER FORTY FIVE",
99479  direction="on",
99480  linebreak="id",
99481  specials={ "circle", 0x34, 0x35 },
99482  unicodeslot=0x32BA,
99483 },
99484 [0x32BB]={
99485  category="no",
99486  cjkwd="w",
99487  description="CIRCLED NUMBER FORTY SIX",
99488  direction="on",
99489  linebreak="id",
99490  specials={ "circle", 0x34, 0x36 },
99491  unicodeslot=0x32BB,
99492 },
99493 [0x32BC]={
99494  category="no",
99495  cjkwd="w",
99496  description="CIRCLED NUMBER FORTY SEVEN",
99497  direction="on",
99498  linebreak="id",
99499  specials={ "circle", 0x34, 0x37 },
99500  unicodeslot=0x32BC,
99501 },
99502 [0x32BD]={
99503  category="no",
99504  cjkwd="w",
99505  description="CIRCLED NUMBER FORTY EIGHT",
99506  direction="on",
99507  linebreak="id",
99508  specials={ "circle", 0x34, 0x38 },
99509  unicodeslot=0x32BD,
99510 },
99511 [0x32BE]={
99512  category="no",
99513  cjkwd="w",
99514  description="CIRCLED NUMBER FORTY NINE",
99515  direction="on",
99516  linebreak="id",
99517  specials={ "circle", 0x34, 0x39 },
99518  unicodeslot=0x32BE,
99519 },
99520 [0x32BF]={
99521  category="no",
99522  cjkwd="w",
99523  description="CIRCLED NUMBER FIFTY",
99524  direction="on",
99525  linebreak="id",
99526  specials={ "circle", 0x35, 0x30 },
99527  unicodeslot=0x32BF,
99528 },
99529 [0x32C0]={
99530  category="so",
99531  cjkwd="w",
99532  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR JANUARY",
99533  direction="l",
99534  linebreak="id",
99535  specials={ "compat", 0x31, 0x6708 },
99536  unicodeslot=0x32C0,
99537 },
99538 [0x32C1]={
99539  category="so",
99540  cjkwd="w",
99541  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR FEBRUARY",
99542  direction="l",
99543  linebreak="id",
99544  specials={ "compat", 0x32, 0x6708 },
99545  unicodeslot=0x32C1,
99546 },
99547 [0x32C2]={
99548  category="so",
99549  cjkwd="w",
99550  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR MARCH",
99551  direction="l",
99552  linebreak="id",
99553  specials={ "compat", 0x33, 0x6708 },
99554  unicodeslot=0x32C2,
99555 },
99556 [0x32C3]={
99557  category="so",
99558  cjkwd="w",
99559  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR APRIL",
99560  direction="l",
99561  linebreak="id",
99562  specials={ "compat", 0x34, 0x6708 },
99563  unicodeslot=0x32C3,
99564 },
99565 [0x32C4]={
99566  category="so",
99567  cjkwd="w",
99568  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR MAY",
99569  direction="l",
99570  linebreak="id",
99571  specials={ "compat", 0x35, 0x6708 },
99572  unicodeslot=0x32C4,
99573 },
99574 [0x32C5]={
99575  category="so",
99576  cjkwd="w",
99577  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR JUNE",
99578  direction="l",
99579  linebreak="id",
99580  specials={ "compat", 0x36, 0x6708 },
99581  unicodeslot=0x32C5,
99582 },
99583 [0x32C6]={
99584  category="so",
99585  cjkwd="w",
99586  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR JULY",
99587  direction="l",
99588  linebreak="id",
99589  specials={ "compat", 0x37, 0x6708 },
99590  unicodeslot=0x32C6,
99591 },
99592 [0x32C7]={
99593  category="so",
99594  cjkwd="w",
99595  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR AUGUST",
99596  direction="l",
99597  linebreak="id",
99598  specials={ "compat", 0x38, 0x6708 },
99599  unicodeslot=0x32C7,
99600 },
99601 [0x32C8]={
99602  category="so",
99603  cjkwd="w",
99604  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR SEPTEMBER",
99605  direction="l",
99606  linebreak="id",
99607  specials={ "compat", 0x39, 0x6708 },
99608  unicodeslot=0x32C8,
99609 },
99610 [0x32C9]={
99611  category="so",
99612  cjkwd="w",
99613  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR OCTOBER",
99614  direction="l",
99615  linebreak="id",
99616  specials={ "compat", 0x31, 0x30, 0x6708 },
99617  unicodeslot=0x32C9,
99618 },
99619 [0x32CA]={
99620  category="so",
99621  cjkwd="w",
99622  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR NOVEMBER",
99623  direction="l",
99624  linebreak="id",
99625  specials={ "compat", 0x31, 0x31, 0x6708 },
99626  unicodeslot=0x32CA,
99627 },
99628 [0x32CB]={
99629  category="so",
99630  cjkwd="w",
99631  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DECEMBER",
99632  direction="l",
99633  linebreak="id",
99634  specials={ "compat", 0x31, 0x32, 0x6708 },
99635  unicodeslot=0x32CB,
99636 },
99637 [0x32CC]={
99638  category="so",
99639  cjkwd="w",
99640  description="SQUARE HG",
99641  direction="on",
99642  linebreak="id",
99643  specials={ "square", 0x48, 0x67 },
99644  unicodeslot=0x32CC,
99645 },
99646 [0x32CD]={
99647  category="so",
99648  cjkwd="w",
99649  description="SQUARE ERG",
99650  direction="on",
99651  linebreak="id",
99652  specials={ "square", 0x65, 0x72, 0x67 },
99653  unicodeslot=0x32CD,
99654 },
99655 [0x32CE]={
99656  category="so",
99657  cjkwd="w",
99658  description="SQUARE EV",
99659  direction="on",
99660  linebreak="id",
99661  specials={ "square", 0x65, 0x56 },
99662  unicodeslot=0x32CE,
99663 },
99664 [0x32CF]={
99665  category="so",
99666  cjkwd="w",
99667  description="LIMITED LIABILITY SIGN",
99668  direction="on",
99669  linebreak="id",
99670  specials={ "square", 0x4C, 0x54, 0x44 },
99671  unicodeslot=0x32CF,
99672 },
99673 [0x32D0]={
99674  category="so",
99675  cjkwd="w",
99676  description="CIRCLED KATAKANA A",
99677  direction="l",
99678  linebreak="id",
99679  specials={ "circle", 0x30A2 },
99680  unicodeslot=0x32D0,
99681 },
99682 [0x32D1]={
99683  category="so",
99684  cjkwd="w",
99685  description="CIRCLED KATAKANA I",
99686  direction="l",
99687  linebreak="id",
99688  specials={ "circle", 0x30A4 },
99689  unicodeslot=0x32D1,
99690 },
99691 [0x32D2]={
99692  category="so",
99693  cjkwd="w",
99694  description="CIRCLED KATAKANA U",
99695  direction="l",
99696  linebreak="id",
99697  specials={ "circle", 0x30A6 },
99698  unicodeslot=0x32D2,
99699 },
99700 [0x32D3]={
99701  category="so",
99702  cjkwd="w",
99703  description="CIRCLED KATAKANA E",
99704  direction="l",
99705  linebreak="id",
99706  specials={ "circle", 0x30A8 },
99707  unicodeslot=0x32D3,
99708 },
99709 [0x32D4]={
99710  category="so",
99711  cjkwd="w",
99712  description="CIRCLED KATAKANA O",
99713  direction="l",
99714  linebreak="id",
99715  specials={ "circle", 0x30AA },
99716  unicodeslot=0x32D4,
99717 },
99718 [0x32D5]={
99719  category="so",
99720  cjkwd="w",
99721  description="CIRCLED KATAKANA KA",
99722  direction="l",
99723  linebreak="id",
99724  specials={ "circle", 0x30AB },
99725  unicodeslot=0x32D5,
99726 },
99727 [0x32D6]={
99728  category="so",
99729  cjkwd="w",
99730  description="CIRCLED KATAKANA KI",
99731  direction="l",
99732  linebreak="id",
99733  specials={ "circle", 0x30AD },
99734  unicodeslot=0x32D6,
99735 },
99736 [0x32D7]={
99737  category="so",
99738  cjkwd="w",
99739  description="CIRCLED KATAKANA KU",
99740  direction="l",
99741  linebreak="id",
99742  specials={ "circle", 0x30AF },
99743  unicodeslot=0x32D7,
99744 },
99745 [0x32D8]={
99746  category="so",
99747  cjkwd="w",
99748  description="CIRCLED KATAKANA KE",
99749  direction="l",
99750  linebreak="id",
99751  specials={ "circle", 0x30B1 },
99752  unicodeslot=0x32D8,
99753 },
99754 [0x32D9]={
99755  category="so",
99756  cjkwd="w",
99757  description="CIRCLED KATAKANA KO",
99758  direction="l",
99759  linebreak="id",
99760  specials={ "circle", 0x30B3 },
99761  unicodeslot=0x32D9,
99762 },
99763 [0x32DA]={
99764  category="so",
99765  cjkwd="w",
99766  description="CIRCLED KATAKANA SA",
99767  direction="l",
99768  linebreak="id",
99769  specials={ "circle", 0x30B5 },
99770  unicodeslot=0x32DA,
99771 },
99772 [0x32DB]={
99773  category="so",
99774  cjkwd="w",
99775  description="CIRCLED KATAKANA SI",
99776  direction="l",
99777  linebreak="id",
99778  specials={ "circle", 0x30B7 },
99779  unicodeslot=0x32DB,
99780 },
99781 [0x32DC]={
99782  category="so",
99783  cjkwd="w",
99784  description="CIRCLED KATAKANA SU",
99785  direction="l",
99786  linebreak="id",
99787  specials={ "circle", 0x30B9 },
99788  unicodeslot=0x32DC,
99789 },
99790 [0x32DD]={
99791  category="so",
99792  cjkwd="w",
99793  description="CIRCLED KATAKANA SE",
99794  direction="l",
99795  linebreak="id",
99796  specials={ "circle", 0x30BB },
99797  unicodeslot=0x32DD,
99798 },
99799 [0x32DE]={
99800  category="so",
99801  cjkwd="w",
99802  description="CIRCLED KATAKANA SO",
99803  direction="l",
99804  linebreak="id",
99805  specials={ "circle", 0x30BD },
99806  unicodeslot=0x32DE,
99807 },
99808 [0x32DF]={
99809  category="so",
99810  cjkwd="w",
99811  description="CIRCLED KATAKANA TA",
99812  direction="l",
99813  linebreak="id",
99814  specials={ "circle", 0x30BF },
99815  unicodeslot=0x32DF,
99816 },
99817 [0x32E0]={
99818  category="so",
99819  cjkwd="w",
99820  description="CIRCLED KATAKANA TI",
99821  direction="l",
99822  linebreak="id",
99823  specials={ "circle", 0x30C1 },
99824  unicodeslot=0x32E0,
99825 },
99826 [0x32E1]={
99827  category="so",
99828  cjkwd="w",
99829  description="CIRCLED KATAKANA TU",
99830  direction="l",
99831  linebreak="id",
99832  specials={ "circle", 0x30C4 },
99833  unicodeslot=0x32E1,
99834 },
99835 [0x32E2]={
99836  category="so",
99837  cjkwd="w",
99838  description="CIRCLED KATAKANA TE",
99839  direction="l",
99840  linebreak="id",
99841  specials={ "circle", 0x30C6 },
99842  unicodeslot=0x32E2,
99843 },
99844 [0x32E3]={
99845  category="so",
99846  cjkwd="w",
99847  description="CIRCLED KATAKANA TO",
99848  direction="l",
99849  linebreak="id",
99850  specials={ "circle", 0x30C8 },
99851  unicodeslot=0x32E3,
99852 },
99853 [0x32E4]={
99854  category="so",
99855  cjkwd="w",
99856  description="CIRCLED KATAKANA NA",
99857  direction="l",
99858  linebreak="id",
99859  specials={ "circle", 0x30CA },
99860  unicodeslot=0x32E4,
99861 },
99862 [0x32E5]={
99863  category="so",
99864  cjkwd="w",
99865  description="CIRCLED KATAKANA NI",
99866  direction="l",
99867  linebreak="id",
99868  specials={ "circle", 0x30CB },
99869  unicodeslot=0x32E5,
99870 },
99871 [0x32E6]={
99872  category="so",
99873  cjkwd="w",
99874  description="CIRCLED KATAKANA NU",
99875  direction="l",
99876  linebreak="id",
99877  specials={ "circle", 0x30CC },
99878  unicodeslot=0x32E6,
99879 },
99880 [0x32E7]={
99881  category="so",
99882  cjkwd="w",
99883  description="CIRCLED KATAKANA NE",
99884  direction="l",
99885  linebreak="id",
99886  specials={ "circle", 0x30CD },
99887  unicodeslot=0x32E7,
99888 },
99889 [0x32E8]={
99890  category="so",
99891  cjkwd="w",
99892  description="CIRCLED KATAKANA NO",
99893  direction="l",
99894  linebreak="id",
99895  specials={ "circle", 0x30CE },
99896  unicodeslot=0x32E8,
99897 },
99898 [0x32E9]={
99899  category="so",
99900  cjkwd="w",
99901  description="CIRCLED KATAKANA HA",
99902  direction="l",
99903  linebreak="id",
99904  specials={ "circle", 0x30CF },
99905  unicodeslot=0x32E9,
99906 },
99907 [0x32EA]={
99908  category="so",
99909  cjkwd="w",
99910  description="CIRCLED KATAKANA HI",
99911  direction="l",
99912  linebreak="id",
99913  specials={ "circle", 0x30D2 },
99914  unicodeslot=0x32EA,
99915 },
99916 [0x32EB]={
99917  category="so",
99918  cjkwd="w",
99919  description="CIRCLED KATAKANA HU",
99920  direction="l",
99921  linebreak="id",
99922  specials={ "circle", 0x30D5 },
99923  unicodeslot=0x32EB,
99924 },
99925 [0x32EC]={
99926  category="so",
99927  cjkwd="w",
99928  description="CIRCLED KATAKANA HE",
99929  direction="l",
99930  linebreak="id",
99931  specials={ "circle", 0x30D8 },
99932  unicodeslot=0x32EC,
99933 },
99934 [0x32ED]={
99935  category="so",
99936  cjkwd="w",
99937  description="CIRCLED KATAKANA HO",
99938  direction="l",
99939  linebreak="id",
99940  specials={ "circle", 0x30DB },
99941  unicodeslot=0x32ED,
99942 },
99943 [0x32EE]={
99944  category="so",
99945  cjkwd="w",
99946  description="CIRCLED KATAKANA MA",
99947  direction="l",
99948  linebreak="id",
99949  specials={ "circle", 0x30DE },
99950  unicodeslot=0x32EE,
99951 },
99952 [0x32EF]={
99953  category="so",
99954  cjkwd="w",
99955  description="CIRCLED KATAKANA MI",
99956  direction="l",
99957  linebreak="id",
99958  specials={ "circle", 0x30DF },
99959  unicodeslot=0x32EF,
99960 },
99961 [0x32F0]={
99962  category="so",
99963  cjkwd="w",
99964  description="CIRCLED KATAKANA MU",
99965  direction="l",
99966  linebreak="id",
99967  specials={ "circle", 0x30E0 },
99968  unicodeslot=0x32F0,
99969 },
99970 [0x32F1]={
99971  category="so",
99972  cjkwd="w",
99973  description="CIRCLED KATAKANA ME",
99974  direction="l",
99975  linebreak="id",
99976  specials={ "circle", 0x30E1 },
99977  unicodeslot=0x32F1,
99978 },
99979 [0x32F2]={
99980  category="so",
99981  cjkwd="w",
99982  description="CIRCLED KATAKANA MO",
99983  direction="l",
99984  linebreak="id",
99985  specials={ "circle", 0x30E2 },
99986  unicodeslot=0x32F2,
99987 },
99988 [0x32F3]={
99989  category="so",
99990  cjkwd="w",
99991  description="CIRCLED KATAKANA YA",
99992  direction="l",
99993  linebreak="id",
99994  specials={ "circle", 0x30E4 },
99995  unicodeslot=0x32F3,
99996 },
99997 [0x32F4]={
99998  category="so",
99999  cjkwd="w",
100000  description="CIRCLED KATAKANA YU",
100001  direction="l",
100002  linebreak="id",
100003  specials={ "circle", 0x30E6 },
100004  unicodeslot=0x32F4,
100005 },
100006 [0x32F5]={
100007  category="so",
100008  cjkwd="w",
100009  description="CIRCLED KATAKANA YO",
100010  direction="l",
100011  linebreak="id",
100012  specials={ "circle", 0x30E8 },
100013  unicodeslot=0x32F5,
100014 },
100015 [0x32F6]={
100016  category="so",
100017  cjkwd="w",
100018  description="CIRCLED KATAKANA RA",
100019  direction="l",
100020  linebreak="id",
100021  specials={ "circle", 0x30E9 },
100022  unicodeslot=0x32F6,
100023 },
100024 [0x32F7]={
100025  category="so",
100026  cjkwd="w",
100027  description="CIRCLED KATAKANA RI",
100028  direction="l",
100029  linebreak="id",
100030  specials={ "circle", 0x30EA },
100031  unicodeslot=0x32F7,
100032 },
100033 [0x32F8]={
100034  category="so",
100035  cjkwd="w",
100036  description="CIRCLED KATAKANA RU",
100037  direction="l",
100038  linebreak="id",
100039  specials={ "circle", 0x30EB },
100040  unicodeslot=0x32F8,
100041 },
100042 [0x32F9]={
100043  category="so",
100044  cjkwd="w",
100045  description="CIRCLED KATAKANA RE",
100046  direction="l",
100047  linebreak="id",
100048  specials={ "circle", 0x30EC },
100049  unicodeslot=0x32F9,
100050 },
100051 [0x32FA]={
100052  category="so",
100053  cjkwd="w",
100054  description="CIRCLED KATAKANA RO",
100055  direction="l",
100056  linebreak="id",
100057  specials={ "circle", 0x30ED },
100058  unicodeslot=0x32FA,
100059 },
100060 [0x32FB]={
100061  category="so",
100062  cjkwd="w",
100063  description="CIRCLED KATAKANA WA",
100064  direction="l",
100065  linebreak="id",
100066  specials={ "circle", 0x30EF },
100067  unicodeslot=0x32FB,
100068 },
100069 [0x32FC]={
100070  category="so",
100071  cjkwd="w",
100072  description="CIRCLED KATAKANA WI",
100073  direction="l",
100074  linebreak="id",
100075  specials={ "circle", 0x30F0 },
100076  unicodeslot=0x32FC,
100077 },
100078 [0x32FD]={
100079  category="so",
100080  cjkwd="w",
100081  description="CIRCLED KATAKANA WE",
100082  direction="l",
100083  linebreak="id",
100084  specials={ "circle", 0x30F1 },
100085  unicodeslot=0x32FD,
100086 },
100087 [0x32FE]={
100088  category="so",
100089  cjkwd="w",
100090  description="CIRCLED KATAKANA WO",
100091  direction="l",
100092  linebreak="id",
100093  specials={ "circle", 0x30F2 },
100094  unicodeslot=0x32FE,
100095 },
100096 [0x32FF]={
100097  category="so",
100098  cjkwd="w",
100099  description="SQUARE ERA NAME REIWA",
100100  direction="l",
100101  linebreak="id",
100102  specials={ "square", 0x4EE4, 0x548C },
100103  unicodeslot=0x32FF,
100104 },
100105 [0x3300]={
100106  category="so",
100107  cjkwd="w",
100108  description="SQUARE APAATO",
100109  direction="l",
100110  linebreak="id",
100111  specials={ "square", 0x30A2, 0x30D1, 0x30FC, 0x30C8 },
100112  unicodeslot=0x3300,
100113 },
100114 [0x3301]={
100115  category="so",
100116  cjkwd="w",
100117  description="SQUARE ARUHUA",
100118  direction="l",
100119  linebreak="id",
100120  specials={ "square", 0x30A2, 0x30EB, 0x30D5, 0x30A1 },
100121  unicodeslot=0x3301,
100122 },
100123 [0x3302]={
100124  category="so",
100125  cjkwd="w",
100126  description="SQUARE ANPEA",
100127  direction="l",
100128  linebreak="id",
100129  specials={ "square", 0x30A2, 0x30F3, 0x30DA, 0x30A2 },
100130  unicodeslot=0x3302,
100131 },
100132 [0x3303]={
100133  category="so",
100134  cjkwd="w",
100135  description="SQUARE AARU",
100136  direction="l",
100137  linebreak="id",
100138  specials={ "square", 0x30A2, 0x30FC, 0x30EB },
100139  unicodeslot=0x3303,
100140 },
100141 [0x3304]={
100142  category="so",
100143  cjkwd="w",
100144  description="SQUARE ININGU",
100145  direction="l",
100146  linebreak="id",
100147  specials={ "square", 0x30A4, 0x30CB, 0x30F3, 0x30B0 },
100148  unicodeslot=0x3304,
100149 },
100150 [0x3305]={
100151  category="so",
100152  cjkwd="w",
100153  description="SQUARE INTI",
100154  direction="l",
100155  linebreak="id",
100156  specials={ "square", 0x30A4, 0x30F3, 0x30C1 },
100157  unicodeslot=0x3305,
100158 },
100159 [0x3306]={
100160  category="so",
100161  cjkwd="w",
100162  description="SQUARE UON",
100163  direction="l",
100164  linebreak="id",
100165  specials={ "square", 0x30A6, 0x30A9, 0x30F3 },
100166  unicodeslot=0x3306,
100167 },
100168 [0x3307]={
100169  category="so",
100170  cjkwd="w",
100171  description="SQUARE ESUKUUDO",
100172  direction="l",
100173  linebreak="id",
100174  specials={ "square", 0x30A8, 0x30B9, 0x30AF, 0x30FC, 0x30C9 },
100175  unicodeslot=0x3307,
100176 },
100177 [0x3308]={
100178  category="so",
100179  cjkwd="w",
100180  description="SQUARE EEKAA",
100181  direction="l",
100182  linebreak="id",
100183  specials={ "square", 0x30A8, 0x30FC, 0x30AB, 0x30FC },
100184  unicodeslot=0x3308,
100185 },
100186 [0x3309]={
100187  category="so",
100188  cjkwd="w",
100189  description="SQUARE ONSU",
100190  direction="l",
100191  linebreak="id",
100192  specials={ "square", 0x30AA, 0x30F3, 0x30B9 },
100193  unicodeslot=0x3309,
100194 },
100195 [0x330A]={
100196  category="so",
100197  cjkwd="w",
100198  description="SQUARE OOMU",
100199  direction="l",
100200  linebreak="id",
100201  specials={ "square", 0x30AA, 0x30FC, 0x30E0 },
100202  unicodeslot=0x330A,
100203 },
100204 [0x330B]={
100205  category="so",
100206  cjkwd="w",
100207  description="SQUARE KAIRI",
100208  direction="l",
100209  linebreak="id",
100210  specials={ "square", 0x30AB, 0x30A4, 0x30EA },
100211  unicodeslot=0x330B,
100212 },
100213 [0x330C]={
100214  category="so",
100215  cjkwd="w",
100216  description="SQUARE KARATTO",
100217  direction="l",
100218  linebreak="id",
100219  specials={ "square", 0x30AB, 0x30E9, 0x30C3, 0x30C8 },
100220  unicodeslot=0x330C,
100221 },
100222 [0x330D]={
100223  category="so",
100224  cjkwd="w",
100225  description="SQUARE KARORII",
100226  direction="l",
100227  linebreak="id",
100228  specials={ "square", 0x30AB, 0x30ED, 0x30EA, 0x30FC },
100229  unicodeslot=0x330D,
100230 },
100231 [0x330E]={
100232  category="so",
100233  cjkwd="w",
100234  description="SQUARE GARON",
100235  direction="l",
100236  linebreak="id",
100237  specials={ "square", 0x30AC, 0x30ED, 0x30F3 },
100238  unicodeslot=0x330E,
100239 },
100240 [0x330F]={
100241  category="so",
100242  cjkwd="w",
100243  description="SQUARE GANMA",
100244  direction="l",
100245  linebreak="id",
100246  specials={ "square", 0x30AC, 0x30F3, 0x30DE },
100247  unicodeslot=0x330F,
100248 },
100249 [0x3310]={
100250  category="so",
100251  cjkwd="w",
100252  description="SQUARE GIGA",
100253  direction="l",
100254  linebreak="id",
100255  specials={ "square", 0x30AE, 0x30AC },
100256  unicodeslot=0x3310,
100257 },
100258 [0x3311]={
100259  category="so",
100260  cjkwd="w",
100261  description="SQUARE GINII",
100262  direction="l",
100263  linebreak="id",
100264  specials={ "square", 0x30AE, 0x30CB, 0x30FC },
100265  unicodeslot=0x3311,
100266 },
100267 [0x3312]={
100268  category="so",
100269  cjkwd="w",
100270  description="SQUARE KYURII",
100271  direction="l",
100272  linebreak="id",
100273  specials={ "square", 0x30AD, 0x30E5, 0x30EA, 0x30FC },
100274  unicodeslot=0x3312,
100275 },
100276 [0x3313]={
100277  category="so",
100278  cjkwd="w",
100279  description="SQUARE GIRUDAA",
100280  direction="l",
100281  linebreak="id",
100282  specials={ "square", 0x30AE, 0x30EB, 0x30C0, 0x30FC },
100283  unicodeslot=0x3313,
100284 },
100285 [0x3314]={
100286  category="so",
100287  cjkwd="w",
100288  description="SQUARE KIRO",
100289  direction="l",
100290  linebreak="id",
100291  specials={ "square", 0x30AD, 0x30ED },
100292  unicodeslot=0x3314,
100293 },
100294 [0x3315]={
100295  category="so",
100296  cjkwd="w",
100297  description="SQUARE KIROGURAMU",
100298  direction="l",
100299  linebreak="id",
100300  specials={ "square", 0x30AD, 0x30ED, 0x30B0, 0x30E9, 0x30E0 },
100301  unicodeslot=0x3315,
100302 },
100303 [0x3316]={
100304  category="so",
100305  cjkwd="w",
100306  description="SQUARE KIROMEETORU",
100307  direction="l",
100308  linebreak="id",
100309  specials={ "square", 0x30AD, 0x30ED, 0x30E1, 0x30FC, 0x30C8, 0x30EB },
100310  unicodeslot=0x3316,
100311 },
100312 [0x3317]={
100313  category="so",
100314  cjkwd="w",
100315  description="SQUARE KIROWATTO",
100316  direction="l",
100317  linebreak="id",
100318  specials={ "square", 0x30AD, 0x30ED, 0x30EF, 0x30C3, 0x30C8 },
100319  unicodeslot=0x3317,
100320 },
100321 [0x3318]={
100322  category="so",
100323  cjkwd="w",
100324  description="SQUARE GURAMU",
100325  direction="l",
100326  linebreak="id",
100327  specials={ "square", 0x30B0, 0x30E9, 0x30E0 },
100328  unicodeslot=0x3318,
100329 },
100330 [0x3319]={
100331  category="so",
100332  cjkwd="w",
100333  description="SQUARE GURAMUTON",
100334  direction="l",
100335  linebreak="id",
100336  specials={ "square", 0x30B0, 0x30E9, 0x30E0, 0x30C8, 0x30F3 },
100337  unicodeslot=0x3319,
100338 },
100339 [0x331A]={
100340  category="so",
100341  cjkwd="w",
100342  description="SQUARE KURUZEIRO",
100343  direction="l",
100344  linebreak="id",
100345  specials={ "square", 0x30AF, 0x30EB, 0x30BC, 0x30A4, 0x30ED },
100346  unicodeslot=0x331A,
100347 },
100348 [0x331B]={
100349  category="so",
100350  cjkwd="w",
100351  description="SQUARE KUROONE",
100352  direction="l",
100353  linebreak="id",
100354  specials={ "square", 0x30AF, 0x30ED, 0x30FC, 0x30CD },
100355  unicodeslot=0x331B,
100356 },
100357 [0x331C]={
100358  category="so",
100359  cjkwd="w",
100360  description="SQUARE KEESU",
100361  direction="l",
100362  linebreak="id",
100363  specials={ "square", 0x30B1, 0x30FC, 0x30B9 },
100364  unicodeslot=0x331C,
100365 },
100366 [0x331D]={
100367  category="so",
100368  cjkwd="w",
100369  description="SQUARE KORUNA",
100370  direction="l",
100371  linebreak="id",
100372  specials={ "square", 0x30B3, 0x30EB, 0x30CA },
100373  unicodeslot=0x331D,
100374 },
100375 [0x331E]={
100376  category="so",
100377  cjkwd="w",
100378  description="SQUARE KOOPO",
100379  direction="l",
100380  linebreak="id",
100381  specials={ "square", 0x30B3, 0x30FC, 0x30DD },
100382  unicodeslot=0x331E,
100383 },
100384 [0x331F]={
100385  category="so",
100386  cjkwd="w",
100387  description="SQUARE SAIKURU",
100388  direction="l",
100389  linebreak="id",
100390  specials={ "square", 0x30B5, 0x30A4, 0x30AF, 0x30EB },
100391  unicodeslot=0x331F,
100392 },
100393 [0x3320]={
100394  category="so",
100395  cjkwd="w",
100396  description="SQUARE SANTIIMU",
100397  direction="l",
100398  linebreak="id",
100399  specials={ "square", 0x30B5, 0x30F3, 0x30C1, 0x30FC, 0x30E0 },
100400  unicodeslot=0x3320,
100401 },
100402 [0x3321]={
100403  category="so",
100404  cjkwd="w",
100405  description="SQUARE SIRINGU",
100406  direction="l",
100407  linebreak="id",
100408  specials={ "square", 0x30B7, 0x30EA, 0x30F3, 0x30B0 },
100409  unicodeslot=0x3321,
100410 },
100411 [0x3322]={
100412  category="so",
100413  cjkwd="w",
100414  description="SQUARE SENTI",
100415  direction="l",
100416  linebreak="id",
100417  specials={ "square", 0x30BB, 0x30F3, 0x30C1 },
100418  unicodeslot=0x3322,
100419 },
100420 [0x3323]={
100421  category="so",
100422  cjkwd="w",
100423  description="SQUARE SENTO",
100424  direction="l",
100425  linebreak="id",
100426  specials={ "square", 0x30BB, 0x30F3, 0x30C8 },
100427  unicodeslot=0x3323,
100428 },
100429 [0x3324]={
100430  category="so",
100431  cjkwd="w",
100432  description="SQUARE DAASU",
100433  direction="l",
100434  linebreak="id",
100435  specials={ "square", 0x30C0, 0x30FC, 0x30B9 },
100436  unicodeslot=0x3324,
100437 },
100438 [0x3325]={
100439  category="so",
100440  cjkwd="w",
100441  description="SQUARE DESI",
100442  direction="l",
100443  linebreak="id",
100444  specials={ "square", 0x30C7, 0x30B7 },
100445  unicodeslot=0x3325,
100446 },
100447 [0x3326]={
100448  category="so",
100449  cjkwd="w",
100450  description="SQUARE DORU",
100451  direction="l",
100452  linebreak="id",
100453  specials={ "square", 0x30C9, 0x30EB },
100454  unicodeslot=0x3326,
100455 },
100456 [0x3327]={
100457  category="so",
100458  cjkwd="w",
100459  description="SQUARE TON",
100460  direction="l",
100461  linebreak="id",
100462  specials={ "square", 0x30C8, 0x30F3 },
100463  unicodeslot=0x3327,
100464 },
100465 [0x3328]={
100466  category="so",
100467  cjkwd="w",
100468  description="SQUARE NANO",
100469  direction="l",
100470  linebreak="id",
100471  specials={ "square", 0x30CA, 0x30CE },
100472  unicodeslot=0x3328,
100473 },
100474 [0x3329]={
100475  category="so",
100476  cjkwd="w",
100477  description="SQUARE NOTTO",
100478  direction="l",
100479  linebreak="id",
100480  specials={ "square", 0x30CE, 0x30C3, 0x30C8 },
100481  unicodeslot=0x3329,
100482 },
100483 [0x332A]={
100484  category="so",
100485  cjkwd="w",
100486  description="SQUARE HAITU",
100487  direction="l",
100488  linebreak="id",
100489  specials={ "square", 0x30CF, 0x30A4, 0x30C4 },
100490  unicodeslot=0x332A,
100491 },
100492 [0x332B]={
100493  category="so",
100494  cjkwd="w",
100495  description="SQUARE PAASENTO",
100496  direction="l",
100497  linebreak="id",
100498  specials={ "square", 0x30D1, 0x30FC, 0x30BB, 0x30F3, 0x30C8 },
100499  unicodeslot=0x332B,
100500 },
100501 [0x332C]={
100502  category="so",
100503  cjkwd="w",
100504  description="SQUARE PAATU",
100505  direction="l",
100506  linebreak="id",
100507  specials={ "square", 0x30D1, 0x30FC, 0x30C4 },
100508  unicodeslot=0x332C,
100509 },
100510 [0x332D]={
100511  category="so",
100512  cjkwd="w",
100513  description="SQUARE BAARERU",
100514  direction="l",
100515  linebreak="id",
100516  specials={ "square", 0x30D0, 0x30FC, 0x30EC, 0x30EB },
100517  unicodeslot=0x332D,
100518 },
100519 [0x332E]={
100520  category="so",
100521  cjkwd="w",
100522  description="SQUARE PIASUTORU",
100523  direction="l",
100524  linebreak="id",
100525  specials={ "square", 0x30D4, 0x30A2, 0x30B9, 0x30C8, 0x30EB },
100526  unicodeslot=0x332E,
100527 },
100528 [0x332F]={
100529  category="so",
100530  cjkwd="w",
100531  description="SQUARE PIKURU",
100532  direction="l",
100533  linebreak="id",
100534  specials={ "square", 0x30D4, 0x30AF, 0x30EB },
100535  unicodeslot=0x332F,
100536 },
100537 [0x3330]={
100538  category="so",
100539  cjkwd="w",
100540  description="SQUARE PIKO",
100541  direction="l",
100542  linebreak="id",
100543  specials={ "square", 0x30D4, 0x30B3 },
100544  unicodeslot=0x3330,
100545 },
100546 [0x3331]={
100547  category="so",
100548  cjkwd="w",
100549  description="SQUARE BIRU",
100550  direction="l",
100551  linebreak="id",
100552  specials={ "square", 0x30D3, 0x30EB },
100553  unicodeslot=0x3331,
100554 },
100555 [0x3332]={
100556  category="so",
100557  cjkwd="w",
100558  description="SQUARE HUARADDO",
100559  direction="l",
100560  linebreak="id",
100561  specials={ "square", 0x30D5, 0x30A1, 0x30E9, 0x30C3, 0x30C9 },
100562  unicodeslot=0x3332,
100563 },
100564 [0x3333]={
100565  category="so",
100566  cjkwd="w",
100567  description="SQUARE HUIITO",
100568  direction="l",
100569  linebreak="id",
100570  specials={ "square", 0x30D5, 0x30A3, 0x30FC, 0x30C8 },
100571  unicodeslot=0x3333,
100572 },
100573 [0x3334]={
100574  category="so",
100575  cjkwd="w",
100576  description="SQUARE BUSSYERU",
100577  direction="l",
100578  linebreak="id",
100579  specials={ "square", 0x30D6, 0x30C3, 0x30B7, 0x30A7, 0x30EB },
100580  unicodeslot=0x3334,
100581 },
100582 [0x3335]={
100583  category="so",
100584  cjkwd="w",
100585  description="SQUARE HURAN",
100586  direction="l",
100587  linebreak="id",
100588  specials={ "square", 0x30D5, 0x30E9, 0x30F3 },
100589  unicodeslot=0x3335,
100590 },
100591 [0x3336]={
100592  category="so",
100593  cjkwd="w",
100594  description="SQUARE HEKUTAARU",
100595  direction="l",
100596  linebreak="id",
100597  specials={ "square", 0x30D8, 0x30AF, 0x30BF, 0x30FC, 0x30EB },
100598  unicodeslot=0x3336,
100599 },
100600 [0x3337]={
100601  category="so",
100602  cjkwd="w",
100603  description="SQUARE PESO",
100604  direction="l",
100605  linebreak="id",
100606  specials={ "square", 0x30DA, 0x30BD },
100607  unicodeslot=0x3337,
100608 },
100609 [0x3338]={
100610  category="so",
100611  cjkwd="w",
100612  description="SQUARE PENIHI",
100613  direction="l",
100614  linebreak="id",
100615  specials={ "square", 0x30DA, 0x30CB, 0x30D2 },
100616  unicodeslot=0x3338,
100617 },
100618 [0x3339]={
100619  category="so",
100620  cjkwd="w",
100621  description="SQUARE HERUTU",
100622  direction="l",
100623  linebreak="id",
100624  specials={ "square", 0x30D8, 0x30EB, 0x30C4 },
100625  unicodeslot=0x3339,
100626 },
100627 [0x333A]={
100628  category="so",
100629  cjkwd="w",
100630  description="SQUARE PENSU",
100631  direction="l",
100632  linebreak="id",
100633  specials={ "square", 0x30DA, 0x30F3, 0x30B9 },
100634  unicodeslot=0x333A,
100635 },
100636 [0x333B]={
100637  category="so",
100638  cjkwd="w",
100639  description="SQUARE PEEZI",
100640  direction="l",
100641  linebreak="id",
100642  specials={ "square", 0x30DA, 0x30FC, 0x30B8 },
100643  unicodeslot=0x333B,
100644 },
100645 [0x333C]={
100646  category="so",
100647  cjkwd="w",
100648  description="SQUARE BEETA",
100649  direction="l",
100650  linebreak="id",
100651  specials={ "square", 0x30D9, 0x30FC, 0x30BF },
100652  unicodeslot=0x333C,
100653 },
100654 [0x333D]={
100655  category="so",
100656  cjkwd="w",
100657  description="SQUARE POINTO",
100658  direction="l",
100659  linebreak="id",
100660  specials={ "square", 0x30DD, 0x30A4, 0x30F3, 0x30C8 },
100661  unicodeslot=0x333D,
100662 },
100663 [0x333E]={
100664  category="so",
100665  cjkwd="w",
100666  description="SQUARE BORUTO",
100667  direction="l",
100668  linebreak="id",
100669  specials={ "square", 0x30DC, 0x30EB, 0x30C8 },
100670  unicodeslot=0x333E,
100671 },
100672 [0x333F]={
100673  category="so",
100674  cjkwd="w",
100675  description="SQUARE HON",
100676  direction="l",
100677  linebreak="id",
100678  specials={ "square", 0x30DB, 0x30F3 },
100679  unicodeslot=0x333F,
100680 },
100681 [0x3340]={
100682  category="so",
100683  cjkwd="w",
100684  description="SQUARE PONDO",
100685  direction="l",
100686  linebreak="id",
100687  specials={ "square", 0x30DD, 0x30F3, 0x30C9 },
100688  unicodeslot=0x3340,
100689 },
100690 [0x3341]={
100691  category="so",
100692  cjkwd="w",
100693  description="SQUARE HOORU",
100694  direction="l",
100695  linebreak="id",
100696  specials={ "square", 0x30DB, 0x30FC, 0x30EB },
100697  unicodeslot=0x3341,
100698 },
100699 [0x3342]={
100700  category="so",
100701  cjkwd="w",
100702  description="SQUARE HOON",
100703  direction="l",
100704  linebreak="id",
100705  specials={ "square", 0x30DB, 0x30FC, 0x30F3 },
100706  unicodeslot=0x3342,
100707 },
100708 [0x3343]={
100709  category="so",
100710  cjkwd="w",
100711  description="SQUARE MAIKURO",
100712  direction="l",
100713  linebreak="id",
100714  specials={ "square", 0x30DE, 0x30A4, 0x30AF, 0x30ED },
100715  unicodeslot=0x3343,
100716 },
100717 [0x3344]={
100718  category="so",
100719  cjkwd="w",
100720  description="SQUARE MAIRU",
100721  direction="l",
100722  linebreak="id",
100723  specials={ "square", 0x30DE, 0x30A4, 0x30EB },
100724  unicodeslot=0x3344,
100725 },
100726 [0x3345]={
100727  category="so",
100728  cjkwd="w",
100729  description="SQUARE MAHHA",
100730  direction="l",
100731  linebreak="id",
100732  specials={ "square", 0x30DE, 0x30C3, 0x30CF },
100733  unicodeslot=0x3345,
100734 },
100735 [0x3346]={
100736  category="so",
100737  cjkwd="w",
100738  description="SQUARE MARUKU",
100739  direction="l",
100740  linebreak="id",
100741  specials={ "square", 0x30DE, 0x30EB, 0x30AF },
100742  unicodeslot=0x3346,
100743 },
100744 [0x3347]={
100745  category="so",
100746  cjkwd="w",
100747  description="SQUARE MANSYON",
100748  direction="l",
100749  linebreak="id",
100750  specials={ "square", 0x30DE, 0x30F3, 0x30B7, 0x30E7, 0x30F3 },
100751  unicodeslot=0x3347,
100752 },
100753 [0x3348]={
100754  category="so",
100755  cjkwd="w",
100756  description="SQUARE MIKURON",
100757  direction="l",
100758  linebreak="id",
100759  specials={ "square", 0x30DF, 0x30AF, 0x30ED, 0x30F3 },
100760  unicodeslot=0x3348,
100761 },
100762 [0x3349]={
100763  category="so",
100764  cjkwd="w",
100765  description="SQUARE MIRI",
100766  direction="l",
100767  linebreak="id",
100768  specials={ "square", 0x30DF, 0x30EA },
100769  unicodeslot=0x3349,
100770 },
100771 [0x334A]={
100772  category="so",
100773  cjkwd="w",
100774  description="SQUARE MIRIBAARU",
100775  direction="l",
100776  linebreak="id",
100777  specials={ "square", 0x30DF, 0x30EA, 0x30D0, 0x30FC, 0x30EB },
100778  unicodeslot=0x334A,
100779 },
100780 [0x334B]={
100781  category="so",
100782  cjkwd="w",
100783  description="SQUARE MEGA",
100784  direction="l",
100785  linebreak="id",
100786  specials={ "square", 0x30E1, 0x30AC },
100787  unicodeslot=0x334B,
100788 },
100789 [0x334C]={
100790  category="so",
100791  cjkwd="w",
100792  description="SQUARE MEGATON",
100793  direction="l",
100794  linebreak="id",
100795  specials={ "square", 0x30E1, 0x30AC, 0x30C8, 0x30F3 },
100796  unicodeslot=0x334C,
100797 },
100798 [0x334D]={
100799  category="so",
100800  cjkwd="w",
100801  description="SQUARE MEETORU",
100802  direction="l",
100803  linebreak="id",
100804  specials={ "square", 0x30E1, 0x30FC, 0x30C8, 0x30EB },
100805  unicodeslot=0x334D,
100806 },
100807 [0x334E]={
100808  category="so",
100809  cjkwd="w",
100810  description="SQUARE YAADO",
100811  direction="l",
100812  linebreak="id",
100813  specials={ "square", 0x30E4, 0x30FC, 0x30C9 },
100814  unicodeslot=0x334E,
100815 },
100816 [0x334F]={
100817  category="so",
100818  cjkwd="w",
100819  description="SQUARE YAARU",
100820  direction="l",
100821  linebreak="id",
100822  specials={ "square", 0x30E4, 0x30FC, 0x30EB },
100823  unicodeslot=0x334F,
100824 },
100825 [0x3350]={
100826  category="so",
100827  cjkwd="w",
100828  description="SQUARE YUAN",
100829  direction="l",
100830  linebreak="id",
100831  specials={ "square", 0x30E6, 0x30A2, 0x30F3 },
100832  unicodeslot=0x3350,
100833 },
100834 [0x3351]={
100835  category="so",
100836  cjkwd="w",
100837  description="SQUARE RITTORU",
100838  direction="l",
100839  linebreak="id",
100840  specials={ "square", 0x30EA, 0x30C3, 0x30C8, 0x30EB },
100841  unicodeslot=0x3351,
100842 },
100843 [0x3352]={
100844  category="so",
100845  cjkwd="w",
100846  description="SQUARE RIRA",
100847  direction="l",
100848  linebreak="id",
100849  specials={ "square", 0x30EA, 0x30E9 },
100850  unicodeslot=0x3352,
100851 },
100852 [0x3353]={
100853  category="so",
100854  cjkwd="w",
100855  description="SQUARE RUPII",
100856  direction="l",
100857  linebreak="id",
100858  specials={ "square", 0x30EB, 0x30D4, 0x30FC },
100859  unicodeslot=0x3353,
100860 },
100861 [0x3354]={
100862  category="so",
100863  cjkwd="w",
100864  description="SQUARE RUUBURU",
100865  direction="l",
100866  linebreak="id",
100867  specials={ "square", 0x30EB, 0x30FC, 0x30D6, 0x30EB },
100868  unicodeslot=0x3354,
100869 },
100870 [0x3355]={
100871  category="so",
100872  cjkwd="w",
100873  description="SQUARE REMU",
100874  direction="l",
100875  linebreak="id",
100876  specials={ "square", 0x30EC, 0x30E0 },
100877  unicodeslot=0x3355,
100878 },
100879 [0x3356]={
100880  category="so",
100881  cjkwd="w",
100882  description="SQUARE RENTOGEN",
100883  direction="l",
100884  linebreak="id",
100885  specials={ "square", 0x30EC, 0x30F3, 0x30C8, 0x30B2, 0x30F3 },
100886  unicodeslot=0x3356,
100887 },
100888 [0x3357]={
100889  category="so",
100890  cjkwd="w",
100891  description="SQUARE WATTO",
100892  direction="l",
100893  linebreak="id",
100894  specials={ "square", 0x30EF, 0x30C3, 0x30C8 },
100895  unicodeslot=0x3357,
100896 },
100897 [0x3358]={
100898  category="so",
100899  cjkwd="w",
100900  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR ZERO",
100901  direction="l",
100902  linebreak="id",
100903  specials={ "compat", 0x30, 0x70B9 },
100904  unicodeslot=0x3358,
100905 },
100906 [0x3359]={
100907  category="so",
100908  cjkwd="w",
100909  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR ONE",
100910  direction="l",
100911  linebreak="id",
100912  specials={ "compat", 0x31, 0x70B9 },
100913  unicodeslot=0x3359,
100914 },
100915 [0x335A]={
100916  category="so",
100917  cjkwd="w",
100918  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWO",
100919  direction="l",
100920  linebreak="id",
100921  specials={ "compat", 0x32, 0x70B9 },
100922  unicodeslot=0x335A,
100923 },
100924 [0x335B]={
100925  category="so",
100926  cjkwd="w",
100927  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR THREE",
100928  direction="l",
100929  linebreak="id",
100930  specials={ "compat", 0x33, 0x70B9 },
100931  unicodeslot=0x335B,
100932 },
100933 [0x335C]={
100934  category="so",
100935  cjkwd="w",
100936  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR FOUR",
100937  direction="l",
100938  linebreak="id",
100939  specials={ "compat", 0x34, 0x70B9 },
100940  unicodeslot=0x335C,
100941 },
100942 [0x335D]={
100943  category="so",
100944  cjkwd="w",
100945  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR FIVE",
100946  direction="l",
100947  linebreak="id",
100948  specials={ "compat", 0x35, 0x70B9 },
100949  unicodeslot=0x335D,
100950 },
100951 [0x335E]={
100952  category="so",
100953  cjkwd="w",
100954  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR SIX",
100955  direction="l",
100956  linebreak="id",
100957  specials={ "compat", 0x36, 0x70B9 },
100958  unicodeslot=0x335E,
100959 },
100960 [0x335F]={
100961  category="so",
100962  cjkwd="w",
100963  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR SEVEN",
100964  direction="l",
100965  linebreak="id",
100966  specials={ "compat", 0x37, 0x70B9 },
100967  unicodeslot=0x335F,
100968 },
100969 [0x3360]={
100970  category="so",
100971  cjkwd="w",
100972  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR EIGHT",
100973  direction="l",
100974  linebreak="id",
100975  specials={ "compat", 0x38, 0x70B9 },
100976  unicodeslot=0x3360,
100977 },
100978 [0x3361]={
100979  category="so",
100980  cjkwd="w",
100981  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR NINE",
100982  direction="l",
100983  linebreak="id",
100984  specials={ "compat", 0x39, 0x70B9 },
100985  unicodeslot=0x3361,
100986 },
100987 [0x3362]={
100988  category="so",
100989  cjkwd="w",
100990  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TEN",
100991  direction="l",
100992  linebreak="id",
100993  specials={ "compat", 0x31, 0x30, 0x70B9 },
100994  unicodeslot=0x3362,
100995 },
100996 [0x3363]={
100997  category="so",
100998  cjkwd="w",
100999  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR ELEVEN",
101000  direction="l",
101001  linebreak="id",
101002  specials={ "compat", 0x31, 0x31, 0x70B9 },
101003  unicodeslot=0x3363,
101004 },
101005 [0x3364]={
101006  category="so",
101007  cjkwd="w",
101008  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWELVE",
101009  direction="l",
101010  linebreak="id",
101011  specials={ "compat", 0x31, 0x32, 0x70B9 },
101012  unicodeslot=0x3364,
101013 },
101014 [0x3365]={
101015  category="so",
101016  cjkwd="w",
101017  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR THIRTEEN",
101018  direction="l",
101019  linebreak="id",
101020  specials={ "compat", 0x31, 0x33, 0x70B9 },
101021  unicodeslot=0x3365,
101022 },
101023 [0x3366]={
101024  category="so",
101025  cjkwd="w",
101026  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR FOURTEEN",
101027  direction="l",
101028  linebreak="id",
101029  specials={ "compat", 0x31, 0x34, 0x70B9 },
101030  unicodeslot=0x3366,
101031 },
101032 [0x3367]={
101033  category="so",
101034  cjkwd="w",
101035  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR FIFTEEN",
101036  direction="l",
101037  linebreak="id",
101038  specials={ "compat", 0x31, 0x35, 0x70B9 },
101039  unicodeslot=0x3367,
101040 },
101041 [0x3368]={
101042  category="so",
101043  cjkwd="w",
101044  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR SIXTEEN",
101045  direction="l",
101046  linebreak="id",
101047  specials={ "compat", 0x31, 0x36, 0x70B9 },
101048  unicodeslot=0x3368,
101049 },
101050 [0x3369]={
101051  category="so",
101052  cjkwd="w",
101053  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR SEVENTEEN",
101054  direction="l",
101055  linebreak="id",
101056  specials={ "compat", 0x31, 0x37, 0x70B9 },
101057  unicodeslot=0x3369,
101058 },
101059 [0x336A]={
101060  category="so",
101061  cjkwd="w",
101062  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR EIGHTEEN",
101063  direction="l",
101064  linebreak="id",
101065  specials={ "compat", 0x31, 0x38, 0x70B9 },
101066  unicodeslot=0x336A,
101067 },
101068 [0x336B]={
101069  category="so",
101070  cjkwd="w",
101071  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR NINETEEN",
101072  direction="l",
101073  linebreak="id",
101074  specials={ "compat", 0x31, 0x39, 0x70B9 },
101075  unicodeslot=0x336B,
101076 },
101077 [0x336C]={
101078  category="so",
101079  cjkwd="w",
101080  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY",
101081  direction="l",
101082  linebreak="id",
101083  specials={ "compat", 0x32, 0x30, 0x70B9 },
101084  unicodeslot=0x336C,
101085 },
101086 [0x336D]={
101087  category="so",
101088  cjkwd="w",
101089  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY-ONE",
101090  direction="l",
101091  linebreak="id",
101092  specials={ "compat", 0x32, 0x31, 0x70B9 },
101093  unicodeslot=0x336D,
101094 },
101095 [0x336E]={
101096  category="so",
101097  cjkwd="w",
101098  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY-TWO",
101099  direction="l",
101100  linebreak="id",
101101  specials={ "compat", 0x32, 0x32, 0x70B9 },
101102  unicodeslot=0x336E,
101103 },
101104 [0x336F]={
101105  category="so",
101106  cjkwd="w",
101107  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY-THREE",
101108  direction="l",
101109  linebreak="id",
101110  specials={ "compat", 0x32, 0x33, 0x70B9 },
101111  unicodeslot=0x336F,
101112 },
101113 [0x3370]={
101114  category="so",
101115  cjkwd="w",
101116  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY-FOUR",
101117  direction="l",
101118  linebreak="id",
101119  specials={ "compat", 0x32, 0x34, 0x70B9 },
101120  unicodeslot=0x3370,
101121 },
101122 [0x3371]={
101123  category="so",
101124  cjkwd="w",
101125  description="SQUARE HPA",
101126  direction="l",
101127  linebreak="id",
101128  specials={ "square", 0x68, 0x50, 0x61 },
101129  unicodeslot=0x3371,
101130 },
101131 [0x3372]={
101132  category="so",
101133  cjkwd="w",
101134  description="SQUARE DA",
101135  direction="l",
101136  linebreak="id",
101137  specials={ "square", 0x64, 0x61 },
101138  unicodeslot=0x3372,
101139 },
101140 [0x3373]={
101141  category="so",
101142  cjkwd="w",
101143  description="SQUARE AU",
101144  direction="l",
101145  linebreak="id",
101146  specials={ "square", 0x41, 0x55 },
101147  unicodeslot=0x3373,
101148 },
101149 [0x3374]={
101150  category="so",
101151  cjkwd="w",
101152  description="SQUARE BAR",
101153  direction="l",
101154  linebreak="id",
101155  specials={ "square", 0x62, 0x61, 0x72 },
101156  unicodeslot=0x3374,
101157 },
101158 [0x3375]={
101159  category="so",
101160  cjkwd="w",
101161  description="SQUARE OV",
101162  direction="l",
101163  linebreak="id",
101164  specials={ "square", 0x6F, 0x56 },
101165  unicodeslot=0x3375,
101166 },
101167 [0x3376]={
101168  category="so",
101169  cjkwd="w",
101170  description="SQUARE PC",
101171  direction="l",
101172  linebreak="id",
101173  specials={ "square", 0x70, 0x63 },
101174  unicodeslot=0x3376,
101175 },
101176 [0x3377]={
101177  category="so",
101178  cjkwd="w",
101179  description="SQUARE DM",
101180  direction="on",
101181  linebreak="id",
101182  specials={ "square", 0x64, 0x6D },
101183  unicodeslot=0x3377,
101184 },
101185 [0x3378]={
101186  category="so",
101187  cjkwd="w",
101188  description="SQUARE DM SQUARED",
101189  direction="on",
101190  linebreak="id",
101191  specials={ "square", 0x64, 0x6D, 0xB2 },
101192  unicodeslot=0x3378,
101193 },
101194 [0x3379]={
101195  category="so",
101196  cjkwd="w",
101197  description="SQUARE DM CUBED",
101198  direction="on",
101199  linebreak="id",
101200  specials={ "square", 0x64, 0x6D, 0xB3 },
101201  unicodeslot=0x3379,
101202 },
101203 [0x337A]={
101204  category="so",
101205  cjkwd="w",
101206  description="SQUARE IU",
101207  direction="on",
101208  linebreak="id",
101209  specials={ "square", 0x49, 0x55 },
101210  unicodeslot=0x337A,
101211 },
101212 [0x337B]={
101213  category="so",
101214  cjkwd="w",
101215  description="SQUARE ERA NAME HEISEI",
101216  direction="l",
101217  linebreak="id",
101218  specials={ "square", 0x5E73, 0x6210 },
101219  unicodeslot=0x337B,
101220 },
101221 [0x337C]={
101222  category="so",
101223  cjkwd="w",
101224  description="SQUARE ERA NAME SYOUWA",
101225  direction="l",
101226  linebreak="id",
101227  specials={ "square", 0x662D, 0x548C },
101228  unicodeslot=0x337C,
101229 },
101230 [0x337D]={
101231  category="so",
101232  cjkwd="w",
101233  description="SQUARE ERA NAME TAISYOU",
101234  direction="l",
101235  linebreak="id",
101236  specials={ "square", 0x5927, 0x6B63 },
101237  unicodeslot=0x337D,
101238 },
101239 [0x337E]={
101240  category="so",
101241  cjkwd="w",
101242  description="SQUARE ERA NAME MEIZI",
101243  direction="l",
101244  linebreak="id",
101245  specials={ "square", 0x660E, 0x6CBB },
101246  unicodeslot=0x337E,
101247 },
101248 [0x337F]={
101249  category="so",
101250  cjkwd="w",
101251  description="SQUARE CORPORATION",
101252  direction="l",
101253  linebreak="id",
101254  specials={ "square", 0x682A, 0x5F0F, 0x4F1A, 0x793E },
101255  synonyms={ "japanese incorporated", "kabusiki-gaisya" },
101256  unicodeslot=0x337F,
101257 },
101258 [0x3380]={
101259  category="so",
101260  cjkwd="w",
101261  description="SQUARE PA AMPS",
101262  direction="l",
101263  linebreak="id",
101264  specials={ "square", 0x70, 0x41 },
101265  unicodeslot=0x3380,
101266 },
101267 [0x3381]={
101268  category="so",
101269  cjkwd="w",
101270  description="SQUARE NA",
101271  direction="l",
101272  linebreak="id",
101273  specials={ "square", 0x6E, 0x41 },
101274  unicodeslot=0x3381,
101275 },
101276 [0x3382]={
101277  category="so",
101278  cjkwd="w",
101279  description="SQUARE MU A",
101280  direction="l",
101281  linebreak="id",
101282  specials={ "square", 0x3BC, 0x41 },
101283  unicodeslot=0x3382,
101284 },
101285 [0x3383]={
101286  category="so",
101287  cjkwd="w",
101288  description="SQUARE MA",
101289  direction="l",
101290  linebreak="id",
101291  specials={ "square", 0x6D, 0x41 },
101292  unicodeslot=0x3383,
101293 },
101294 [0x3384]={
101295  category="so",
101296  cjkwd="w",
101297  description="SQUARE KA",
101298  direction="l",
101299  linebreak="id",
101300  specials={ "square", 0x6B, 0x41 },
101301  unicodeslot=0x3384,
101302 },
101303 [0x3385]={
101304  category="so",
101305  cjkwd="w",
101306  description="SQUARE KB",
101307  direction="l",
101308  linebreak="id",
101309  specials={ "square", 0x4B, 0x42 },
101310  unicodeslot=0x3385,
101311 },
101312 [0x3386]={
101313  category="so",
101314  cjkwd="w",
101315  description="SQUARE MB",
101316  direction="l",
101317  linebreak="id",
101318  specials={ "square", 0x4D, 0x42 },
101319  unicodeslot=0x3386,
101320 },
101321 [0x3387]={
101322  category="so",
101323  cjkwd="w",
101324  description="SQUARE GB",
101325  direction="l",
101326  linebreak="id",
101327  specials={ "square", 0x47, 0x42 },
101328  unicodeslot=0x3387,
101329 },
101330 [0x3388]={
101331  category="so",
101332  cjkwd="w",
101333  description="SQUARE CAL",
101334  direction="l",
101335  linebreak="id",
101336  specials={ "square", 0x63, 0x61, 0x6C },
101337  unicodeslot=0x3388,
101338 },
101339 [0x3389]={
101340  category="so",
101341  cjkwd="w",
101342  description="SQUARE KCAL",
101343  direction="l",
101344  linebreak="id",
101345  specials={ "square", 0x6B, 0x63, 0x61, 0x6C },
101346  unicodeslot=0x3389,
101347 },
101348 [0x338A]={
101349  category="so",
101350  cjkwd="w",
101351  description="SQUARE PF",
101352  direction="l",
101353  linebreak="id",
101354  specials={ "square", 0x70, 0x46 },
101355  unicodeslot=0x338A,
101356 },
101357 [0x338B]={
101358  category="so",
101359  cjkwd="w",
101360  description="SQUARE NF",
101361  direction="l",
101362  linebreak="id",
101363  specials={ "square", 0x6E, 0x46 },
101364  unicodeslot=0x338B,
101365 },
101366 [0x338C]={
101367  category="so",
101368  cjkwd="w",
101369  description="SQUARE MU F",
101370  direction="l",
101371  linebreak="id",
101372  specials={ "square", 0x3BC, 0x46 },
101373  unicodeslot=0x338C,
101374 },
101375 [0x338D]={
101376  category="so",
101377  cjkwd="w",
101378  description="SQUARE MU G",
101379  direction="l",
101380  linebreak="id",
101381  specials={ "square", 0x3BC, 0x67 },
101382  unicodeslot=0x338D,
101383 },
101384 [0x338E]={
101385  category="so",
101386  cjkwd="w",
101387  description="SQUARE MG",
101388  direction="l",
101389  linebreak="id",
101390  specials={ "square", 0x6D, 0x67 },
101391  unicodeslot=0x338E,
101392 },
101393 [0x338F]={
101394  category="so",
101395  cjkwd="w",
101396  description="SQUARE KG",
101397  direction="l",
101398  linebreak="id",
101399  specials={ "square", 0x6B, 0x67 },
101400  unicodeslot=0x338F,
101401 },
101402 [0x3390]={
101403  category="so",
101404  cjkwd="w",
101405  description="SQUARE HZ",
101406  direction="l",
101407  linebreak="id",
101408  specials={ "square", 0x48, 0x7A },
101409  unicodeslot=0x3390,
101410 },
101411 [0x3391]={
101412  category="so",
101413  cjkwd="w",
101414  description="SQUARE KHZ",
101415  direction="l",
101416  linebreak="id",
101417  specials={ "square", 0x6B, 0x48, 0x7A },
101418  unicodeslot=0x3391,
101419 },
101420 [0x3392]={
101421  category="so",
101422  cjkwd="w",
101423  description="SQUARE MHZ",
101424  direction="l",
101425  linebreak="id",
101426  specials={ "square", 0x4D, 0x48, 0x7A },
101427  unicodeslot=0x3392,
101428 },
101429 [0x3393]={
101430  category="so",
101431  cjkwd="w",
101432  description="SQUARE GHZ",
101433  direction="l",
101434  linebreak="id",
101435  specials={ "square", 0x47, 0x48, 0x7A },
101436  unicodeslot=0x3393,
101437 },
101438 [0x3394]={
101439  category="so",
101440  cjkwd="w",
101441  description="SQUARE THZ",
101442  direction="l",
101443  linebreak="id",
101444  specials={ "square", 0x54, 0x48, 0x7A },
101445  unicodeslot=0x3394,
101446 },
101447 [0x3395]={
101448  category="so",
101449  cjkwd="w",
101450  description="SQUARE MU L",
101451  direction="l",
101452  linebreak="id",
101453  specials={ "square", 0x3BC, 0x2113 },
101454  unicodeslot=0x3395,
101455 },
101456 [0x3396]={
101457  category="so",
101458  cjkwd="w",
101459  description="SQUARE ML",
101460  direction="l",
101461  linebreak="id",
101462  specials={ "square", 0x6D, 0x2113 },
101463  unicodeslot=0x3396,
101464 },
101465 [0x3397]={
101466  category="so",
101467  cjkwd="w",
101468  description="SQUARE DL",
101469  direction="l",
101470  linebreak="id",
101471  specials={ "square", 0x64, 0x2113 },
101472  unicodeslot=0x3397,
101473 },
101474 [0x3398]={
101475  category="so",
101476  cjkwd="w",
101477  description="SQUARE KL",
101478  direction="l",
101479  linebreak="id",
101480  specials={ "square", 0x6B, 0x2113 },
101481  unicodeslot=0x3398,
101482 },
101483 [0x3399]={
101484  category="so",
101485  cjkwd="w",
101486  description="SQUARE FM",
101487  direction="l",
101488  linebreak="id",
101489  specials={ "square", 0x66, 0x6D },
101490  unicodeslot=0x3399,
101491 },
101492 [0x339A]={
101493  category="so",
101494  cjkwd="w",
101495  description="SQUARE NM",
101496  direction="l",
101497  linebreak="id",
101498  specials={ "square", 0x6E, 0x6D },
101499  unicodeslot=0x339A,
101500 },
101501 [0x339B]={
101502  category="so",
101503  cjkwd="w",
101504  description="SQUARE MU M",
101505  direction="l",
101506  linebreak="id",
101507  specials={ "square", 0x3BC, 0x6D },
101508  unicodeslot=0x339B,
101509 },
101510 [0x339C]={
101511  category="so",
101512  cjkwd="w",
101513  description="SQUARE MM",
101514  direction="l",
101515  linebreak="id",
101516  specials={ "square", 0x6D, 0x6D },
101517  unicodeslot=0x339C,
101518 },
101519 [0x339D]={
101520  category="so",
101521  cjkwd="w",
101522  description="SQUARE CM",
101523  direction="l",
101524  linebreak="id",
101525  specials={ "square", 0x63, 0x6D },
101526  unicodeslot=0x339D,
101527 },
101528 [0x339E]={
101529  category="so",
101530  cjkwd="w",
101531  description="SQUARE KM",
101532  direction="l",
101533  linebreak="id",
101534  specials={ "square", 0x6B, 0x6D },
101535  unicodeslot=0x339E,
101536 },
101537 [0x339F]={
101538  category="so",
101539  cjkwd="w",
101540  description="SQUARE MM SQUARED",
101541  direction="l",
101542  linebreak="id",
101543  specials={ "square", 0x6D, 0x6D, 0xB2 },
101544  unicodeslot=0x339F,
101545 },
101546 [0x33A0]={
101547  category="so",
101548  cjkwd="w",
101549  description="SQUARE CM SQUARED",
101550  direction="l",
101551  linebreak="id",
101552  specials={ "square", 0x63, 0x6D, 0xB2 },
101553  unicodeslot=0x33A0,
101554 },
101555 [0x33A1]={
101556  category="so",
101557  cjkwd="w",
101558  description="SQUARE M SQUARED",
101559  direction="l",
101560  linebreak="id",
101561  specials={ "square", 0x6D, 0xB2 },
101562  unicodeslot=0x33A1,
101563 },
101564 [0x33A2]={
101565  category="so",
101566  cjkwd="w",
101567  description="SQUARE KM SQUARED",
101568  direction="l",
101569  linebreak="id",
101570  specials={ "square", 0x6B, 0x6D, 0xB2 },
101571  unicodeslot=0x33A2,
101572 },
101573 [0x33A3]={
101574  category="so",
101575  cjkwd="w",
101576  description="SQUARE MM CUBED",
101577  direction="l",
101578  linebreak="id",
101579  specials={ "square", 0x6D, 0x6D, 0xB3 },
101580  unicodeslot=0x33A3,
101581 },
101582 [0x33A4]={
101583  category="so",
101584  cjkwd="w",
101585  description="SQUARE CM CUBED",
101586  direction="l",
101587  linebreak="id",
101588  specials={ "square", 0x63, 0x6D, 0xB3 },
101589  unicodeslot=0x33A4,
101590 },
101591 [0x33A5]={
101592  category="so",
101593  cjkwd="w",
101594  description="SQUARE M CUBED",
101595  direction="l",
101596  linebreak="id",
101597  specials={ "square", 0x6D, 0xB3 },
101598  unicodeslot=0x33A5,
101599 },
101600 [0x33A6]={
101601  category="so",
101602  cjkwd="w",
101603  description="SQUARE KM CUBED",
101604  direction="l",
101605  linebreak="id",
101606  specials={ "square", 0x6B, 0x6D, 0xB3 },
101607  unicodeslot=0x33A6,
101608 },
101609 [0x33A7]={
101610  category="so",
101611  cjkwd="w",
101612  description="SQUARE M OVER S",
101613  direction="l",
101614  linebreak="id",
101615  specials={ "square", 0x6D, 0x2215, 0x73 },
101616  unicodeslot=0x33A7,
101617 },
101618 [0x33A8]={
101619  category="so",
101620  cjkwd="w",
101621  description="SQUARE M OVER S SQUARED",
101622  direction="l",
101623  linebreak="id",
101624  specials={ "square", 0x6D, 0x2215, 0x73, 0xB2 },
101625  unicodeslot=0x33A8,
101626 },
101627 [0x33A9]={
101628  category="so",
101629  cjkwd="w",
101630  description="SQUARE PA",
101631  direction="l",
101632  linebreak="id",
101633  specials={ "square", 0x50, 0x61 },
101634  unicodeslot=0x33A9,
101635 },
101636 [0x33AA]={
101637  category="so",
101638  cjkwd="w",
101639  description="SQUARE KPA",
101640  direction="l",
101641  linebreak="id",
101642  specials={ "square", 0x6B, 0x50, 0x61 },
101643  unicodeslot=0x33AA,
101644 },
101645 [0x33AB]={
101646  category="so",
101647  cjkwd="w",
101648  description="SQUARE MPA",
101649  direction="l",
101650  linebreak="id",
101651  specials={ "square", 0x4D, 0x50, 0x61 },
101652  unicodeslot=0x33AB,
101653 },
101654 [0x33AC]={
101655  category="so",
101656  cjkwd="w",
101657  description="SQUARE GPA",
101658  direction="l",
101659  linebreak="id",
101660  specials={ "square", 0x47, 0x50, 0x61 },
101661  unicodeslot=0x33AC,
101662 },
101663 [0x33AD]={
101664  category="so",
101665  cjkwd="w",
101666  description="SQUARE RAD",
101667  direction="l",
101668  linebreak="id",
101669  specials={ "square", 0x72, 0x61, 0x64 },
101670  unicodeslot=0x33AD,
101671 },
101672 [0x33AE]={
101673  category="so",
101674  cjkwd="w",
101675  description="SQUARE RAD OVER S",
101676  direction="l",
101677  linebreak="id",
101678  specials={ "square", 0x72, 0x61, 0x64, 0x2215, 0x73 },
101679  unicodeslot=0x33AE,
101680 },
101681 [0x33AF]={
101682  category="so",
101683  cjkwd="w",
101684  description="SQUARE RAD OVER S SQUARED",
101685  direction="l",
101686  linebreak="id",
101687  specials={ "square", 0x72, 0x61, 0x64, 0x2215, 0x73, 0xB2 },
101688  unicodeslot=0x33AF,
101689 },
101690 [0x33B0]={
101691  category="so",
101692  cjkwd="w",
101693  description="SQUARE PS",
101694  direction="l",
101695  linebreak="id",
101696  specials={ "square", 0x70, 0x73 },
101697  unicodeslot=0x33B0,
101698 },
101699 [0x33B1]={
101700  category="so",
101701  cjkwd="w",
101702  description="SQUARE NS",
101703  direction="l",
101704  linebreak="id",
101705  specials={ "square", 0x6E, 0x73 },
101706  unicodeslot=0x33B1,
101707 },
101708 [0x33B2]={
101709  category="so",
101710  cjkwd="w",
101711  description="SQUARE MU S",
101712  direction="l",
101713  linebreak="id",
101714  specials={ "square", 0x3BC, 0x73 },
101715  unicodeslot=0x33B2,
101716 },
101717 [0x33B3]={
101718  category="so",
101719  cjkwd="w",
101720  description="SQUARE MS",
101721  direction="l",
101722  linebreak="id",
101723  specials={ "square", 0x6D, 0x73 },
101724  unicodeslot=0x33B3,
101725 },
101726 [0x33B4]={
101727  category="so",
101728  cjkwd="w",
101729  description="SQUARE PV",
101730  direction="l",
101731  linebreak="id",
101732  specials={ "square", 0x70, 0x56 },
101733  unicodeslot=0x33B4,
101734 },
101735 [0x33B5]={
101736  category="so",
101737  cjkwd="w",
101738  description="SQUARE NV",
101739  direction="l",
101740  linebreak="id",
101741  specials={ "square", 0x6E, 0x56 },
101742  unicodeslot=0x33B5,
101743 },
101744 [0x33B6]={
101745  category="so",
101746  cjkwd="w",
101747  description="SQUARE MU V",
101748  direction="l",
101749  linebreak="id",
101750  specials={ "square", 0x3BC, 0x56 },
101751  unicodeslot=0x33B6,
101752 },
101753 [0x33B7]={
101754  category="so",
101755  cjkwd="w",
101756  description="SQUARE MV",
101757  direction="l",
101758  linebreak="id",
101759  specials={ "square", 0x6D, 0x56 },
101760  unicodeslot=0x33B7,
101761 },
101762 [0x33B8]={
101763  category="so",
101764  cjkwd="w",
101765  description="SQUARE KV",
101766  direction="l",
101767  linebreak="id",
101768  specials={ "square", 0x6B, 0x56 },
101769  unicodeslot=0x33B8,
101770 },
101771 [0x33B9]={
101772  category="so",
101773  cjkwd="w",
101774  description="SQUARE MV MEGA",
101775  direction="l",
101776  linebreak="id",
101777  specials={ "square", 0x4D, 0x56 },
101778  unicodeslot=0x33B9,
101779 },
101780 [0x33BA]={
101781  category="so",
101782  cjkwd="w",
101783  description="SQUARE PW",
101784  direction="l",
101785  linebreak="id",
101786  specials={ "square", 0x70, 0x57 },
101787  unicodeslot=0x33BA,
101788 },
101789 [0x33BB]={
101790  category="so",
101791  cjkwd="w",
101792  description="SQUARE NW",
101793  direction="l",
101794  linebreak="id",
101795  specials={ "square", 0x6E, 0x57 },
101796  unicodeslot=0x33BB,
101797 },
101798 [0x33BC]={
101799  category="so",
101800  cjkwd="w",
101801  description="SQUARE MU W",
101802  direction="l",
101803  linebreak="id",
101804  specials={ "square", 0x3BC, 0x57 },
101805  unicodeslot=0x33BC,
101806 },
101807 [0x33BD]={
101808  category="so",
101809  cjkwd="w",
101810  description="SQUARE MW",
101811  direction="l",
101812  linebreak="id",
101813  specials={ "square", 0x6D, 0x57 },
101814  unicodeslot=0x33BD,
101815 },
101816 [0x33BE]={
101817  category="so",
101818  cjkwd="w",
101819  description="SQUARE KW",
101820  direction="l",
101821  linebreak="id",
101822  specials={ "square", 0x6B, 0x57 },
101823  unicodeslot=0x33BE,
101824 },
101825 [0x33BF]={
101826  category="so",
101827  cjkwd="w",
101828  description="SQUARE MW MEGA",
101829  direction="l",
101830  linebreak="id",
101831  specials={ "square", 0x4D, 0x57 },
101832  unicodeslot=0x33BF,
101833 },
101834 [0x33C0]={
101835  category="so",
101836  cjkwd="w",
101837  description="SQUARE K OHM",
101838  direction="l",
101839  linebreak="id",
101840  specials={ "square", 0x6B, 0x3A9 },
101841  unicodeslot=0x33C0,
101842 },
101843 [0x33C1]={
101844  category="so",
101845  cjkwd="w",
101846  description="SQUARE M OHM",
101847  direction="l",
101848  linebreak="id",
101849  specials={ "square", 0x4D, 0x3A9 },
101850  unicodeslot=0x33C1,
101851 },
101852 [0x33C2]={
101853  category="so",
101854  cjkwd="w",
101855  description="SQUARE AM",
101856  direction="l",
101857  linebreak="id",
101858  specials={ "square", 0x61, 0x2E, 0x6D, 0x2E },
101859  unicodeslot=0x33C2,
101860 },
101861 [0x33C3]={
101862  category="so",
101863  cjkwd="w",
101864  description="SQUARE BQ",
101865  direction="l",
101866  linebreak="id",
101867  specials={ "square", 0x42, 0x71 },
101868  unicodeslot=0x33C3,
101869 },
101870 [0x33C4]={
101871  category="so",
101872  cjkwd="w",
101873  description="SQUARE CC",
101874  direction="l",
101875  linebreak="id",
101876  specials={ "square", 0x63, 0x63 },
101877  unicodeslot=0x33C4,
101878 },
101879 [0x33C5]={
101880  category="so",
101881  cjkwd="w",
101882  description="SQUARE CD",
101883  direction="l",
101884  linebreak="id",
101885  specials={ "square", 0x63, 0x64 },
101886  unicodeslot=0x33C5,
101887 },
101888 [0x33C6]={
101889  category="so",
101890  cjkwd="w",
101891  description="SQUARE C OVER KG",
101892  direction="l",
101893  linebreak="id",
101894  specials={ "square", 0x43, 0x2215, 0x6B, 0x67 },
101895  unicodeslot=0x33C6,
101896 },
101897 [0x33C7]={
101898  category="so",
101899  cjkwd="w",
101900  description="SQUARE CO",
101901  direction="l",
101902  linebreak="id",
101903  specials={ "square", 0x43, 0x6F, 0x2E },
101904  unicodeslot=0x33C7,
101905 },
101906 [0x33C8]={
101907  category="so",
101908  cjkwd="w",
101909  description="SQUARE DB",
101910  direction="l",
101911  linebreak="id",
101912  specials={ "square", 0x64, 0x42 },
101913  unicodeslot=0x33C8,
101914 },
101915 [0x33C9]={
101916  category="so",
101917  cjkwd="w",
101918  description="SQUARE GY",
101919  direction="l",
101920  linebreak="id",
101921  specials={ "square", 0x47, 0x79 },
101922  unicodeslot=0x33C9,
101923 },
101924 [0x33CA]={
101925  category="so",
101926  cjkwd="w",
101927  description="SQUARE HA",
101928  direction="l",
101929  linebreak="id",
101930  specials={ "square", 0x68, 0x61 },
101931  unicodeslot=0x33CA,
101932 },
101933 [0x33CB]={
101934  category="so",
101935  cjkwd="w",
101936  description="SQUARE HP",
101937  direction="l",
101938  linebreak="id",
101939  specials={ "square", 0x48, 0x50 },
101940  unicodeslot=0x33CB,
101941 },
101942 [0x33CC]={
101943  category="so",
101944  cjkwd="w",
101945  description="SQUARE IN",
101946  direction="l",
101947  linebreak="id",
101948  specials={ "square", 0x69, 0x6E },
101949  unicodeslot=0x33CC,
101950 },
101951 [0x33CD]={
101952  category="so",
101953  cjkwd="w",
101954  description="SQUARE KK",
101955  direction="l",
101956  linebreak="id",
101957  specials={ "square", 0x4B, 0x4B },
101958  unicodeslot=0x33CD,
101959 },
101960 [0x33CE]={
101961  category="so",
101962  cjkwd="w",
101963  description="SQUARE KM CAPITAL",
101964  direction="l",
101965  linebreak="id",
101966  specials={ "square", 0x4B, 0x4D },
101967  unicodeslot=0x33CE,
101968 },
101969 [0x33CF]={
101970  category="so",
101971  cjkwd="w",
101972  description="SQUARE KT",
101973  direction="l",
101974  linebreak="id",
101975  specials={ "square", 0x6B, 0x74 },
101976  unicodeslot=0x33CF,
101977 },
101978 [0x33D0]={
101979  category="so",
101980  cjkwd="w",
101981  description="SQUARE LM",
101982  direction="l",
101983  linebreak="id",
101984  specials={ "square", 0x6C, 0x6D },
101985  unicodeslot=0x33D0,
101986 },
101987 [0x33D1]={
101988  category="so",
101989  cjkwd="w",
101990  description="SQUARE LN",
101991  direction="l",
101992  linebreak="id",
101993  specials={ "square", 0x6C, 0x6E },
101994  unicodeslot=0x33D1,
101995 },
101996 [0x33D2]={
101997  category="so",
101998  cjkwd="w",
101999  description="SQUARE LOG",
102000  direction="l",
102001  linebreak="id",
102002  specials={ "square", 0x6C, 0x6F, 0x67 },
102003  unicodeslot=0x33D2,
102004 },
102005 [0x33D3]={
102006  category="so",
102007  cjkwd="w",
102008  description="SQUARE LX",
102009  direction="l",
102010  linebreak="id",
102011  specials={ "square", 0x6C, 0x78 },
102012  unicodeslot=0x33D3,
102013 },
102014 [0x33D4]={
102015  category="so",
102016  cjkwd="w",
102017  description="SQUARE MB SMALL",
102018  direction="l",
102019  linebreak="id",
102020  specials={ "square", 0x6D, 0x62 },
102021  unicodeslot=0x33D4,
102022 },
102023 [0x33D5]={
102024  category="so",
102025  cjkwd="w",
102026  description="SQUARE MIL",
102027  direction="l",
102028  linebreak="id",
102029  specials={ "square", 0x6D, 0x69, 0x6C },
102030  unicodeslot=0x33D5,
102031 },
102032 [0x33D6]={
102033  category="so",
102034  cjkwd="w",
102035  description="SQUARE MOL",
102036  direction="l",
102037  linebreak="id",
102038  specials={ "square", 0x6D, 0x6F, 0x6C },
102039  unicodeslot=0x33D6,
102040 },
102041 [0x33D7]={
102042  category="so",
102043  cjkwd="w",
102044  description="SQUARE PH",
102045  direction="l",
102046  linebreak="id",
102047  specials={ "square", 0x50, 0x48 },
102048  unicodeslot=0x33D7,
102049 },
102050 [0x33D8]={
102051  category="so",
102052  cjkwd="w",
102053  description="SQUARE PM",
102054  direction="l",
102055  linebreak="id",
102056  specials={ "square", 0x70, 0x2E, 0x6D, 0x2E },
102057  unicodeslot=0x33D8,
102058 },
102059 [0x33D9]={
102060  category="so",
102061  cjkwd="w",
102062  description="SQUARE PPM",
102063  direction="l",
102064  linebreak="id",
102065  specials={ "square", 0x50, 0x50, 0x4D },
102066  unicodeslot=0x33D9,
102067 },
102068 [0x33DA]={
102069  category="so",
102070  cjkwd="w",
102071  description="SQUARE PR",
102072  direction="l",
102073  linebreak="id",
102074  specials={ "square", 0x50, 0x52 },
102075  unicodeslot=0x33DA,
102076 },
102077 [0x33DB]={
102078  category="so",
102079  cjkwd="w",
102080  description="SQUARE SR",
102081  direction="l",
102082  linebreak="id",
102083  specials={ "square", 0x73, 0x72 },
102084  unicodeslot=0x33DB,
102085 },
102086 [0x33DC]={
102087  category="so",
102088  cjkwd="w",
102089  description="SQUARE SV",
102090  direction="l",
102091  linebreak="id",
102092  specials={ "square", 0x53, 0x76 },
102093  unicodeslot=0x33DC,
102094 },
102095 [0x33DD]={
102096  category="so",
102097  cjkwd="w",
102098  description="SQUARE WB",
102099  direction="l",
102100  linebreak="id",
102101  specials={ "square", 0x57, 0x62 },
102102  unicodeslot=0x33DD,
102103 },
102104 [0x33DE]={
102105  category="so",
102106  cjkwd="w",
102107  description="SQUARE V OVER M",
102108  direction="on",
102109  linebreak="id",
102110  specials={ "square", 0x56, 0x2215, 0x6D },
102111  unicodeslot=0x33DE,
102112 },
102113 [0x33DF]={
102114  category="so",
102115  cjkwd="w",
102116  description="SQUARE A OVER M",
102117  direction="on",
102118  linebreak="id",
102119  specials={ "square", 0x41, 0x2215, 0x6D },
102120  unicodeslot=0x33DF,
102121 },
102122 [0x33E0]={
102123  category="so",
102124  cjkwd="w",
102125  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY ONE",
102126  direction="l",
102127  linebreak="id",
102128  specials={ "compat", 0x31, 0x65E5 },
102129  unicodeslot=0x33E0,
102130 },
102131 [0x33E1]={
102132  category="so",
102133  cjkwd="w",
102134  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWO",
102135  direction="l",
102136  linebreak="id",
102137  specials={ "compat", 0x32, 0x65E5 },
102138  unicodeslot=0x33E1,
102139 },
102140 [0x33E2]={
102141  category="so",
102142  cjkwd="w",
102143  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY THREE",
102144  direction="l",
102145  linebreak="id",
102146  specials={ "compat", 0x33, 0x65E5 },
102147  unicodeslot=0x33E2,
102148 },
102149 [0x33E3]={
102150  category="so",
102151  cjkwd="w",
102152  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY FOUR",
102153  direction="l",
102154  linebreak="id",
102155  specials={ "compat", 0x34, 0x65E5 },
102156  unicodeslot=0x33E3,
102157 },
102158 [0x33E4]={
102159  category="so",
102160  cjkwd="w",
102161  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY FIVE",
102162  direction="l",
102163  linebreak="id",
102164  specials={ "compat", 0x35, 0x65E5 },
102165  unicodeslot=0x33E4,
102166 },
102167 [0x33E5]={
102168  category="so",
102169  cjkwd="w",
102170  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY SIX",
102171  direction="l",
102172  linebreak="id",
102173  specials={ "compat", 0x36, 0x65E5 },
102174  unicodeslot=0x33E5,
102175 },
102176 [0x33E6]={
102177  category="so",
102178  cjkwd="w",
102179  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY SEVEN",
102180  direction="l",
102181  linebreak="id",
102182  specials={ "compat", 0x37, 0x65E5 },
102183  unicodeslot=0x33E6,
102184 },
102185 [0x33E7]={
102186  category="so",
102187  cjkwd="w",
102188  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY EIGHT",
102189  direction="l",
102190  linebreak="id",
102191  specials={ "compat", 0x38, 0x65E5 },
102192  unicodeslot=0x33E7,
102193 },
102194 [0x33E8]={
102195  category="so",
102196  cjkwd="w",
102197  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY NINE",
102198  direction="l",
102199  linebreak="id",
102200  specials={ "compat", 0x39, 0x65E5 },
102201  unicodeslot=0x33E8,
102202 },
102203 [0x33E9]={
102204  category="so",
102205  cjkwd="w",
102206  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TEN",
102207  direction="l",
102208  linebreak="id",
102209  specials={ "compat", 0x31, 0x30, 0x65E5 },
102210  unicodeslot=0x33E9,
102211 },
102212 [0x33EA]={
102213  category="so",
102214  cjkwd="w",
102215  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY ELEVEN",
102216  direction="l",
102217  linebreak="id",
102218  specials={ "compat", 0x31, 0x31, 0x65E5 },
102219  unicodeslot=0x33EA,
102220 },
102221 [0x33EB]={
102222  category="so",
102223  cjkwd="w",
102224  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWELVE",
102225  direction="l",
102226  linebreak="id",
102227  specials={ "compat", 0x31, 0x32, 0x65E5 },
102228  unicodeslot=0x33EB,
102229 },
102230 [0x33EC]={
102231  category="so",
102232  cjkwd="w",
102233  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY THIRTEEN",
102234  direction="l",
102235  linebreak="id",
102236  specials={ "compat", 0x31, 0x33, 0x65E5 },
102237  unicodeslot=0x33EC,
102238 },
102239 [0x33ED]={
102240  category="so",
102241  cjkwd="w",
102242  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY FOURTEEN",
102243  direction="l",
102244  linebreak="id",
102245  specials={ "compat", 0x31, 0x34, 0x65E5 },
102246  unicodeslot=0x33ED,
102247 },
102248 [0x33EE]={
102249  category="so",
102250  cjkwd="w",
102251  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY FIFTEEN",
102252  direction="l",
102253  linebreak="id",
102254  specials={ "compat", 0x31, 0x35, 0x65E5 },
102255  unicodeslot=0x33EE,
102256 },
102257 [0x33EF]={
102258  category="so",
102259  cjkwd="w",
102260  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY SIXTEEN",
102261  direction="l",
102262  linebreak="id",
102263  specials={ "compat", 0x31, 0x36, 0x65E5 },
102264  unicodeslot=0x33EF,
102265 },
102266 [0x33F0]={
102267  category="so",
102268  cjkwd="w",
102269  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY SEVENTEEN",
102270  direction="l",
102271  linebreak="id",
102272  specials={ "compat", 0x31, 0x37, 0x65E5 },
102273  unicodeslot=0x33F0,
102274 },
102275 [0x33F1]={
102276  category="so",
102277  cjkwd="w",
102278  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY EIGHTEEN",
102279  direction="l",
102280  linebreak="id",
102281  specials={ "compat", 0x31, 0x38, 0x65E5 },
102282  unicodeslot=0x33F1,
102283 },
102284 [0x33F2]={
102285  category="so",
102286  cjkwd="w",
102287  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY NINETEEN",
102288  direction="l",
102289  linebreak="id",
102290  specials={ "compat", 0x31, 0x39, 0x65E5 },
102291  unicodeslot=0x33F2,
102292 },
102293 [0x33F3]={
102294  category="so",
102295  cjkwd="w",
102296  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY",
102297  direction="l",
102298  linebreak="id",
102299  specials={ "compat", 0x32, 0x30, 0x65E5 },
102300  unicodeslot=0x33F3,
102301 },
102302 [0x33F4]={
102303  category="so",
102304  cjkwd="w",
102305  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-ONE",
102306  direction="l",
102307  linebreak="id",
102308  specials={ "compat", 0x32, 0x31, 0x65E5 },
102309  unicodeslot=0x33F4,
102310 },
102311 [0x33F5]={
102312  category="so",
102313  cjkwd="w",
102314  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-TWO",
102315  direction="l",
102316  linebreak="id",
102317  specials={ "compat", 0x32, 0x32, 0x65E5 },
102318  unicodeslot=0x33F5,
102319 },
102320 [0x33F6]={
102321  category="so",
102322  cjkwd="w",
102323  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-THREE",
102324  direction="l",
102325  linebreak="id",
102326  specials={ "compat", 0x32, 0x33, 0x65E5 },
102327  unicodeslot=0x33F6,
102328 },
102329 [0x33F7]={
102330  category="so",
102331  cjkwd="w",
102332  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-FOUR",
102333  direction="l",
102334  linebreak="id",
102335  specials={ "compat", 0x32, 0x34, 0x65E5 },
102336  unicodeslot=0x33F7,
102337 },
102338 [0x33F8]={
102339  category="so",
102340  cjkwd="w",
102341  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-FIVE",
102342  direction="l",
102343  linebreak="id",
102344  specials={ "compat", 0x32, 0x35, 0x65E5 },
102345  unicodeslot=0x33F8,
102346 },
102347 [0x33F9]={
102348  category="so",
102349  cjkwd="w",
102350  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-SIX",
102351  direction="l",
102352  linebreak="id",
102353  specials={ "compat", 0x32, 0x36, 0x65E5 },
102354  unicodeslot=0x33F9,
102355 },
102356 [0x33FA]={
102357  category="so",
102358  cjkwd="w",
102359  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-SEVEN",
102360  direction="l",
102361  linebreak="id",
102362  specials={ "compat", 0x32, 0x37, 0x65E5 },
102363  unicodeslot=0x33FA,
102364 },
102365 [0x33FB]={
102366  category="so",
102367  cjkwd="w",
102368  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-EIGHT",
102369  direction="l",
102370  linebreak="id",
102371  specials={ "compat", 0x32, 0x38, 0x65E5 },
102372  unicodeslot=0x33FB,
102373 },
102374 [0x33FC]={
102375  category="so",
102376  cjkwd="w",
102377  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-NINE",
102378  direction="l",
102379  linebreak="id",
102380  specials={ "compat", 0x32, 0x39, 0x65E5 },
102381  unicodeslot=0x33FC,
102382 },
102383 [0x33FD]={
102384  category="so",
102385  cjkwd="w",
102386  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY THIRTY",
102387  direction="l",
102388  linebreak="id",
102389  specials={ "compat", 0x33, 0x30, 0x65E5 },
102390  unicodeslot=0x33FD,
102391 },
102392 [0x33FE]={
102393  category="so",
102394  cjkwd="w",
102395  description="IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY THIRTY-ONE",
102396  direction="l",
102397  linebreak="id",
102398  specials={ "compat", 0x33, 0x31, 0x65E5 },
102399  unicodeslot=0x33FE,
102400 },
102401 [0x33FF]={
102402  category="so",
102403  cjkwd="w",
102404  description="SQUARE GAL",
102405  direction="on",
102406  linebreak="id",
102407  specials={ "square", 0x67, 0x61, 0x6C },
102408  unicodeslot=0x33FF,
102409 },
102410 [0x4DC0]={
102411  category="so",
102412  cjkwd="w",
102413  description="HEXAGRAM FOR THE CREATIVE HEAVEN",
102414  direction="on",
102415  linebreak="al",
102416  unicodeslot=0x4DC0,
102417 },
102418 [0x4DC1]={
102419  category="so",
102420  cjkwd="w",
102421  description="HEXAGRAM FOR THE RECEPTIVE EARTH",
102422  direction="on",
102423  linebreak="al",
102424  unicodeslot=0x4DC1,
102425 },
102426 [0x4DC2]={
102427  category="so",
102428  cjkwd="w",
102429  description="HEXAGRAM FOR DIFFICULTY AT THE BEGINNING",
102430  direction="on",
102431  linebreak="al",
102432  unicodeslot=0x4DC2,
102433 },
102434 [0x4DC3]={
102435  category="so",
102436  cjkwd="w",
102437  description="HEXAGRAM FOR YOUTHFUL FOLLY",
102438  direction="on",
102439  linebreak="al",
102440  unicodeslot=0x4DC3,
102441 },
102442 [0x4DC4]={
102443  category="so",
102444  cjkwd="w",
102445  description="HEXAGRAM FOR WAITING",
102446  direction="on",
102447  linebreak="al",
102448  unicodeslot=0x4DC4,
102449 },
102450 [0x4DC5]={
102451  category="so",
102452  cjkwd="w",
102453  description="HEXAGRAM FOR CONFLICT",
102454  direction="on",
102455  linebreak="al",
102456  unicodeslot=0x4DC5,
102457 },
102458 [0x4DC6]={
102459  category="so",
102460  cjkwd="w",
102461  description="HEXAGRAM FOR THE ARMY",
102462  direction="on",
102463  linebreak="al",
102464  unicodeslot=0x4DC6,
102465 },
102466 [0x4DC7]={
102467  category="so",
102468  cjkwd="w",
102469  description="HEXAGRAM FOR HOLDING TOGETHER",
102470  direction="on",
102471  linebreak="al",
102472  unicodeslot=0x4DC7,
102473 },
102474 [0x4DC8]={
102475  category="so",
102476  cjkwd="w",
102477  description="HEXAGRAM FOR SMALL TAMING",
102478  direction="on",
102479  linebreak="al",
102480  unicodeslot=0x4DC8,
102481 },
102482 [0x4DC9]={
102483  category="so",
102484  cjkwd="w",
102485  description="HEXAGRAM FOR TREADING",
102486  direction="on",
102487  linebreak="al",
102488  unicodeslot=0x4DC9,
102489 },
102490 [0x4DCA]={
102491  category="so",
102492  cjkwd="w",
102493  description="HEXAGRAM FOR PEACE",
102494  direction="on",
102495  linebreak="al",
102496  unicodeslot=0x4DCA,
102497 },
102498 [0x4DCB]={
102499  category="so",
102500  cjkwd="w",
102501  description="HEXAGRAM FOR STANDSTILL",
102502  direction="on",
102503  linebreak="al",
102504  unicodeslot=0x4DCB,
102505 },
102506 [0x4DCC]={
102507  category="so",
102508  cjkwd="w",
102509  description="HEXAGRAM FOR FELLOWSHIP",
102510  direction="on",
102511  linebreak="al",
102512  unicodeslot=0x4DCC,
102513 },
102514 [0x4DCD]={
102515  category="so",
102516  cjkwd="w",
102517  description="HEXAGRAM FOR GREAT POSSESSION",
102518  direction="on",
102519  linebreak="al",
102520  unicodeslot=0x4DCD,
102521 },
102522 [0x4DCE]={
102523  category="so",
102524  cjkwd="w",
102525  description="HEXAGRAM FOR MODESTY",
102526  direction="on",
102527  linebreak="al",
102528  unicodeslot=0x4DCE,
102529 },
102530 [0x4DCF]={
102531  category="so",
102532  cjkwd="w",
102533  description="HEXAGRAM FOR ENTHUSIASM",
102534  direction="on",
102535  linebreak="al",
102536  unicodeslot=0x4DCF,
102537 },
102538 [0x4DD0]={
102539  category="so",
102540  cjkwd="w",
102541  description="HEXAGRAM FOR FOLLOWING",
102542  direction="on",
102543  linebreak="al",
102544  unicodeslot=0x4DD0,
102545 },
102546 [0x4DD1]={
102547  category="so",
102548  cjkwd="w",
102549  description="HEXAGRAM FOR WORK ON THE DECAYED",
102550  direction="on",
102551  linebreak="al",
102552  unicodeslot=0x4DD1,
102553 },
102554 [0x4DD2]={
102555  category="so",
102556  cjkwd="w",
102557  description="HEXAGRAM FOR APPROACH",
102558  direction="on",
102559  linebreak="al",
102560  unicodeslot=0x4DD2,
102561 },
102562 [0x4DD3]={
102563  category="so",
102564  cjkwd="w",
102565  description="HEXAGRAM FOR CONTEMPLATION",
102566  direction="on",
102567  linebreak="al",
102568  unicodeslot=0x4DD3,
102569 },
102570 [0x4DD4]={
102571  category="so",
102572  cjkwd="w",
102573  description="HEXAGRAM FOR BITING THROUGH",
102574  direction="on",
102575  linebreak="al",
102576  unicodeslot=0x4DD4,
102577 },
102578 [0x4DD5]={
102579  category="so",
102580  cjkwd="w",
102581  description="HEXAGRAM FOR GRACE",
102582  direction="on",
102583  linebreak="al",
102584  unicodeslot=0x4DD5,
102585 },
102586 [0x4DD6]={
102587  category="so",
102588  cjkwd="w",
102589  description="HEXAGRAM FOR SPLITTING APART",
102590  direction="on",
102591  linebreak="al",
102592  unicodeslot=0x4DD6,
102593 },
102594 [0x4DD7]={
102595  category="so",
102596  cjkwd="w",
102597  description="HEXAGRAM FOR RETURN",
102598  direction="on",
102599  linebreak="al",
102600  unicodeslot=0x4DD7,
102601 },
102602 [0x4DD8]={
102603  category="so",
102604  cjkwd="w",
102605  description="HEXAGRAM FOR INNOCENCE",
102606  direction="on",
102607  linebreak="al",
102608  unicodeslot=0x4DD8,
102609 },
102610 [0x4DD9]={
102611  category="so",
102612  cjkwd="w",
102613  description="HEXAGRAM FOR GREAT TAMING",
102614  direction="on",
102615  linebreak="al",
102616  unicodeslot=0x4DD9,
102617 },
102618 [0x4DDA]={
102619  category="so",
102620  cjkwd="w",
102621  description="HEXAGRAM FOR MOUTH CORNERS",
102622  direction="on",
102623  linebreak="al",
102624  unicodeslot=0x4DDA,
102625 },
102626 [0x4DDB]={
102627  category="so",
102628  cjkwd="w",
102629  description="HEXAGRAM FOR GREAT PREPONDERANCE",
102630  direction="on",
102631  linebreak="al",
102632  unicodeslot=0x4DDB,
102633 },
102634 [0x4DDC]={
102635  category="so",
102636  cjkwd="w",
102637  description="HEXAGRAM FOR THE ABYSMAL WATER",
102638  direction="on",
102639  linebreak="al",
102640  unicodeslot=0x4DDC,
102641 },
102642 [0x4DDD]={
102643  category="so",
102644  cjkwd="w",
102645  description="HEXAGRAM FOR THE CLINGING FIRE",
102646  direction="on",
102647  linebreak="al",
102648  unicodeslot=0x4DDD,
102649 },
102650 [0x4DDE]={
102651  category="so",
102652  cjkwd="w",
102653  description="HEXAGRAM FOR INFLUENCE",
102654  direction="on",
102655  linebreak="al",
102656  unicodeslot=0x4DDE,
102657 },
102658 [0x4DDF]={
102659  category="so",
102660  cjkwd="w",
102661  description="HEXAGRAM FOR DURATION",
102662  direction="on",
102663  linebreak="al",
102664  unicodeslot=0x4DDF,
102665 },
102666 [0x4DE0]={
102667  category="so",
102668  cjkwd="w",
102669  description="HEXAGRAM FOR RETREAT",
102670  direction="on",
102671  linebreak="al",
102672  unicodeslot=0x4DE0,
102673 },
102674 [0x4DE1]={
102675  category="so",
102676  cjkwd="w",
102677  description="HEXAGRAM FOR GREAT POWER",
102678  direction="on",
102679  linebreak="al",
102680  unicodeslot=0x4DE1,
102681 },
102682 [0x4DE2]={
102683  category="so",
102684  cjkwd="w",
102685  description="HEXAGRAM FOR PROGRESS",
102686  direction="on",
102687  linebreak="al",
102688  unicodeslot=0x4DE2,
102689 },
102690 [0x4DE3]={
102691  category="so",
102692  cjkwd="w",
102693  description="HEXAGRAM FOR DARKENING OF THE LIGHT",
102694  direction="on",
102695  linebreak="al",
102696  unicodeslot=0x4DE3,
102697 },
102698 [0x4DE4]={
102699  category="so",
102700  cjkwd="w",
102701  description="HEXAGRAM FOR THE FAMILY",
102702  direction="on",
102703  linebreak="al",
102704  unicodeslot=0x4DE4,
102705 },
102706 [0x4DE5]={
102707  category="so",
102708  cjkwd="w",
102709  description="HEXAGRAM FOR OPPOSITION",
102710  direction="on",
102711  linebreak="al",
102712  unicodeslot=0x4DE5,
102713 },
102714 [0x4DE6]={
102715  category="so",
102716  cjkwd="w",
102717  description="HEXAGRAM FOR OBSTRUCTION",
102718  direction="on",
102719  linebreak="al",
102720  unicodeslot=0x4DE6,
102721 },
102722 [0x4DE7]={
102723  category="so",
102724  cjkwd="w",
102725  description="HEXAGRAM FOR DELIVERANCE",
102726  direction="on",
102727  linebreak="al",
102728  unicodeslot=0x4DE7,
102729 },
102730 [0x4DE8]={
102731  category="so",
102732  cjkwd="w",
102733  description="HEXAGRAM FOR DECREASE",
102734  direction="on",
102735  linebreak="al",
102736  unicodeslot=0x4DE8,
102737 },
102738 [0x4DE9]={
102739  category="so",
102740  cjkwd="w",
102741  description="HEXAGRAM FOR INCREASE",
102742  direction="on",
102743  linebreak="al",
102744  unicodeslot=0x4DE9,
102745 },
102746 [0x4DEA]={
102747  category="so",
102748  cjkwd="w",
102749  description="HEXAGRAM FOR BREAKTHROUGH",
102750  direction="on",
102751  linebreak="al",
102752  unicodeslot=0x4DEA,
102753 },
102754 [0x4DEB]={
102755  category="so",
102756  cjkwd="w",
102757  description="HEXAGRAM FOR COMING TO MEET",
102758  direction="on",
102759  linebreak="al",
102760  unicodeslot=0x4DEB,
102761 },
102762 [0x4DEC]={
102763  category="so",
102764  cjkwd="w",
102765  description="HEXAGRAM FOR GATHERING TOGETHER",
102766  direction="on",
102767  linebreak="al",
102768  unicodeslot=0x4DEC,
102769 },
102770 [0x4DED]={
102771  category="so",
102772  cjkwd="w",
102773  description="HEXAGRAM FOR PUSHING UPWARD",
102774  direction="on",
102775  linebreak="al",
102776  unicodeslot=0x4DED,
102777 },
102778 [0x4DEE]={
102779  category="so",
102780  cjkwd="w",
102781  description="HEXAGRAM FOR OPPRESSION",
102782  direction="on",
102783  linebreak="al",
102784  unicodeslot=0x4DEE,
102785 },
102786 [0x4DEF]={
102787  category="so",
102788  cjkwd="w",
102789  description="HEXAGRAM FOR THE WELL",
102790  direction="on",
102791  linebreak="al",
102792  unicodeslot=0x4DEF,
102793 },
102794 [0x4DF0]={
102795  category="so",
102796  cjkwd="w",
102797  description="HEXAGRAM FOR REVOLUTION",
102798  direction="on",
102799  linebreak="al",
102800  unicodeslot=0x4DF0,
102801 },
102802 [0x4DF1]={
102803  category="so",
102804  cjkwd="w",
102805  description="HEXAGRAM FOR THE CAULDRON",
102806  direction="on",
102807  linebreak="al",
102808  unicodeslot=0x4DF1,
102809 },
102810 [0x4DF2]={
102811  category="so",
102812  cjkwd="w",
102813  description="HEXAGRAM FOR THE AROUSING THUNDER",
102814  direction="on",
102815  linebreak="al",
102816  unicodeslot=0x4DF2,
102817 },
102818 [0x4DF3]={
102819  category="so",
102820  cjkwd="w",
102821  description="HEXAGRAM FOR THE KEEPING STILL MOUNTAIN",
102822  direction="on",
102823  linebreak="al",
102824  unicodeslot=0x4DF3,
102825 },
102826 [0x4DF4]={
102827  category="so",
102828  cjkwd="w",
102829  description="HEXAGRAM FOR DEVELOPMENT",
102830  direction="on",
102831  linebreak="al",
102832  unicodeslot=0x4DF4,
102833 },
102834 [0x4DF5]={
102835  category="so",
102836  cjkwd="w",
102837  description="HEXAGRAM FOR THE MARRYING MAIDEN",
102838  direction="on",
102839  linebreak="al",
102840  unicodeslot=0x4DF5,
102841 },
102842 [0x4DF6]={
102843  category="so",
102844  cjkwd="w",
102845  description="HEXAGRAM FOR ABUNDANCE",
102846  direction="on",
102847  linebreak="al",
102848  unicodeslot=0x4DF6,
102849 },
102850 [0x4DF7]={
102851  category="so",
102852  cjkwd="w",
102853  description="HEXAGRAM FOR THE WANDERER",
102854  direction="on",
102855  linebreak="al",
102856  unicodeslot=0x4DF7,
102857 },
102858 [0x4DF8]={
102859  category="so",
102860  cjkwd="w",
102861  description="HEXAGRAM FOR THE GENTLE WIND",
102862  direction="on",
102863  linebreak="al",
102864  unicodeslot=0x4DF8,
102865 },
102866 [0x4DF9]={
102867  category="so",
102868  cjkwd="w",
102869  description="HEXAGRAM FOR THE JOYOUS LAKE",
102870  direction="on",
102871  linebreak="al",
102872  unicodeslot=0x4DF9,
102873 },
102874 [0x4DFA]={
102875  category="so",
102876  cjkwd="w",
102877  description="HEXAGRAM FOR DISPERSION",
102878  direction="on",
102879  linebreak="al",
102880  unicodeslot=0x4DFA,
102881 },
102882 [0x4DFB]={
102883  category="so",
102884  cjkwd="w",
102885  description="HEXAGRAM FOR LIMITATION",
102886  direction="on",
102887  linebreak="al",
102888  unicodeslot=0x4DFB,
102889 },
102890 [0x4DFC]={
102891  category="so",
102892  cjkwd="w",
102893  description="HEXAGRAM FOR INNER TRUTH",
102894  direction="on",
102895  linebreak="al",
102896  unicodeslot=0x4DFC,
102897 },
102898 [0x4DFD]={
102899  category="so",
102900  cjkwd="w",
102901  description="HEXAGRAM FOR SMALL PREPONDERANCE",
102902  direction="on",
102903  linebreak="al",
102904  unicodeslot=0x4DFD,
102905 },
102906 [0x4DFE]={
102907  category="so",
102908  cjkwd="w",
102909  description="HEXAGRAM FOR AFTER COMPLETION",
102910  direction="on",
102911  linebreak="al",
102912  unicodeslot=0x4DFE,
102913 },
102914 [0x4DFF]={
102915  category="so",
102916  cjkwd="w",
102917  description="HEXAGRAM FOR BEFORE COMPLETION",
102918  direction="on",
102919  linebreak="al",
102920  unicodeslot=0x4DFF,
102921 },
102922 [0xA000]={
102923  category="lo",
102924  cjkwd="w",
102925  description="YI SYLLABLE IT",
102926  direction="l",
102927  linebreak="id",
102928  unicodeslot=0xA000,
102929 },
102930 [0xA001]={
102931  category="lo",
102932  cjkwd="w",
102933  description="YI SYLLABLE IX",
102934  direction="l",
102935  linebreak="id",
102936  unicodeslot=0xA001,
102937 },
102938 [0xA002]={
102939  category="lo",
102940  cjkwd="w",
102941  description="YI SYLLABLE I",
102942  direction="l",
102943  linebreak="id",
102944  unicodeslot=0xA002,
102945 },
102946 [0xA003]={
102947  category="lo",
102948  cjkwd="w",
102949  description="YI SYLLABLE IP",
102950  direction="l",
102951  linebreak="id",
102952  unicodeslot=0xA003,
102953 },
102954 [0xA004]={
102955  category="lo",
102956  cjkwd="w",
102957  description="YI SYLLABLE IET",
102958  direction="l",
102959  linebreak="id",
102960  unicodeslot=0xA004,
102961 },
102962 [0xA005]={
102963  category="lo",
102964  cjkwd="w",
102965  description="YI SYLLABLE IEX",
102966  direction="l",
102967  linebreak="id",
102968  unicodeslot=0xA005,
102969 },
102970 [0xA006]={
102971  category="lo",
102972  cjkwd="w",
102973  description="YI SYLLABLE IE",
102974  direction="l",
102975  linebreak="id",
102976  unicodeslot=0xA006,
102977 },
102978 [0xA007]={
102979  category="lo",
102980  cjkwd="w",
102981  description="YI SYLLABLE IEP",
102982  direction="l",
102983  linebreak="id",
102984  unicodeslot=0xA007,
102985 },
102986 [0xA008]={
102987  category="lo",
102988  cjkwd="w",
102989  description="YI SYLLABLE AT",
102990  direction="l",
102991  linebreak="id",
102992  unicodeslot=0xA008,
102993 },
102994 [0xA009]={
102995  category="lo",
102996  cjkwd="w",
102997  description="YI SYLLABLE AX",
102998  direction="l",
102999  linebreak="id",
103000  unicodeslot=0xA009,
103001 },
103002 [0xA00A]={
103003  category="lo",
103004  cjkwd="w",
103005  description="YI SYLLABLE A",
103006  direction="l",
103007  linebreak="id",
103008  unicodeslot=0xA00A,
103009 },
103010 [0xA00B]={
103011  category="lo",
103012  cjkwd="w",
103013  description="YI SYLLABLE AP",
103014  direction="l",
103015  linebreak="id",
103016  unicodeslot=0xA00B,
103017 },
103018 [0xA00C]={
103019  category="lo",
103020  cjkwd="w",
103021  description="YI SYLLABLE UOX",
103022  direction="l",
103023  linebreak="id",
103024  unicodeslot=0xA00C,
103025 },
103026 [0xA00D]={
103027  category="lo",
103028  cjkwd="w",
103029  description="YI SYLLABLE UO",
103030  direction="l",
103031  linebreak="id",
103032  unicodeslot=0xA00D,
103033 },
103034 [0xA00E]={
103035  category="lo",
103036  cjkwd="w",
103037  description="YI SYLLABLE UOP",
103038  direction="l",
103039  linebreak="id",
103040  unicodeslot=0xA00E,
103041 },
103042 [0xA00F]={
103043  category="lo",
103044  cjkwd="w",
103045  description="YI SYLLABLE OT",
103046  direction="l",
103047  linebreak="id",
103048  unicodeslot=0xA00F,
103049 },
103050 [0xA010]={
103051  category="lo",
103052  cjkwd="w",
103053  description="YI SYLLABLE OX",
103054  direction="l",
103055  linebreak="id",
103056  unicodeslot=0xA010,
103057 },
103058 [0xA011]={
103059  category="lo",
103060  cjkwd="w",
103061  description="YI SYLLABLE O",
103062  direction="l",
103063  linebreak="id",
103064  unicodeslot=0xA011,
103065 },
103066 [0xA012]={
103067  category="lo",
103068  cjkwd="w",
103069  description="YI SYLLABLE OP",
103070  direction="l",
103071  linebreak="id",
103072  unicodeslot=0xA012,
103073 },
103074 [0xA013]={
103075  category="lo",
103076  cjkwd="w",
103077  description="YI SYLLABLE EX",
103078  direction="l",
103079  linebreak="id",
103080  unicodeslot=0xA013,
103081 },
103082 [0xA014]={
103083  category="lo",
103084  cjkwd="w",
103085  description="YI SYLLABLE E",
103086  direction="l",
103087  linebreak="id",
103088  unicodeslot=0xA014,
103089 },
103090 [0xA015]={
103091  category="lm",
103092  cjkwd="w",
103093  description="YI SYLLABLE WU",
103094  direction="l",
103095  linebreak="ns",
103096  unicodeslot=0xA015,
103097 },
103098 [0xA016]={
103099  category="lo",
103100  cjkwd="w",
103101  description="YI SYLLABLE BIT",
103102  direction="l",
103103  linebreak="id",
103104  unicodeslot=0xA016,
103105 },
103106 [0xA017]={
103107  category="lo",
103108  cjkwd="w",
103109  description="YI SYLLABLE BIX",
103110  direction="l",
103111  linebreak="id",
103112  unicodeslot=0xA017,
103113 },
103114 [0xA018]={
103115  category="lo",
103116  cjkwd="w",
103117  description="YI SYLLABLE BI",
103118  direction="l",
103119  linebreak="id",
103120  unicodeslot=0xA018,
103121 },
103122 [0xA019]={
103123  category="lo",
103124  cjkwd="w",
103125  description="YI SYLLABLE BIP",
103126  direction="l",
103127  linebreak="id",
103128  unicodeslot=0xA019,
103129 },
103130 [0xA01A]={
103131  category="lo",
103132  cjkwd="w",
103133  description="YI SYLLABLE BIET",
103134  direction="l",
103135  linebreak="id",
103136  unicodeslot=0xA01A,
103137 },
103138 [0xA01B]={
103139  category="lo",
103140  cjkwd="w",
103141  description="YI SYLLABLE BIEX",
103142  direction="l",
103143  linebreak="id",
103144  unicodeslot=0xA01B,
103145 },
103146 [0xA01C]={
103147  category="lo",
103148  cjkwd="w",
103149  description="YI SYLLABLE BIE",
103150  direction="l",
103151  linebreak="id",
103152  unicodeslot=0xA01C,
103153 },
103154 [0xA01D]={
103155  category="lo",
103156  cjkwd="w",
103157  description="YI SYLLABLE BIEP",
103158  direction="l",
103159  linebreak="id",
103160  unicodeslot=0xA01D,
103161 },
103162 [0xA01E]={
103163  category="lo",
103164  cjkwd="w",
103165  description="YI SYLLABLE BAT",
103166  direction="l",
103167  linebreak="id",
103168  unicodeslot=0xA01E,
103169 },
103170 [0xA01F]={
103171  category="lo",
103172  cjkwd="w",
103173  description="YI SYLLABLE BAX",
103174  direction="l",
103175  linebreak="id",
103176  unicodeslot=0xA01F,
103177 },
103178 [0xA020]={
103179  category="lo",
103180  cjkwd="w",
103181  description="YI SYLLABLE BA",
103182  direction="l",
103183  linebreak="id",
103184  unicodeslot=0xA020,
103185 },
103186 [0xA021]={
103187  category="lo",
103188  cjkwd="w",
103189  description="YI SYLLABLE BAP",
103190  direction="l",
103191  linebreak="id",
103192  unicodeslot=0xA021,
103193 },
103194 [0xA022]={
103195  category="lo",
103196  cjkwd="w",
103197  description="YI SYLLABLE BUOX",
103198  direction="l",
103199  linebreak="id",
103200  unicodeslot=0xA022,
103201 },
103202 [0xA023]={
103203  category="lo",
103204  cjkwd="w",
103205  description="YI SYLLABLE BUO",
103206  direction="l",
103207  linebreak="id",
103208  unicodeslot=0xA023,
103209 },
103210 [0xA024]={
103211  category="lo",
103212  cjkwd="w",
103213  description="YI SYLLABLE BUOP",
103214  direction="l",
103215  linebreak="id",
103216  unicodeslot=0xA024,
103217 },
103218 [0xA025]={
103219  category="lo",
103220  cjkwd="w",
103221  description="YI SYLLABLE BOT",
103222  direction="l",
103223  linebreak="id",
103224  unicodeslot=0xA025,
103225 },
103226 [0xA026]={
103227  category="lo",
103228  cjkwd="w",
103229  description="YI SYLLABLE BOX",
103230  direction="l",
103231  linebreak="id",
103232  unicodeslot=0xA026,
103233 },
103234 [0xA027]={
103235  category="lo",
103236  cjkwd="w",
103237  description="YI SYLLABLE BO",
103238  direction="l",
103239  linebreak="id",
103240  unicodeslot=0xA027,
103241 },
103242 [0xA028]={
103243  category="lo",
103244  cjkwd="w",
103245  description="YI SYLLABLE BOP",
103246  direction="l",
103247  linebreak="id",
103248  unicodeslot=0xA028,
103249 },
103250 [0xA029]={
103251  category="lo",
103252  cjkwd="w",
103253  description="YI SYLLABLE BEX",
103254  direction="l",
103255  linebreak="id",
103256  unicodeslot=0xA029,
103257 },
103258 [0xA02A]={
103259  category="lo",
103260  cjkwd="w",
103261  description="YI SYLLABLE BE",
103262  direction="l",
103263  linebreak="id",
103264  unicodeslot=0xA02A,
103265 },
103266 [0xA02B]={
103267  category="lo",
103268  cjkwd="w",
103269  description="YI SYLLABLE BEP",
103270  direction="l",
103271  linebreak="id",
103272  unicodeslot=0xA02B,
103273 },
103274 [0xA02C]={
103275  category="lo",
103276  cjkwd="w",
103277  description="YI SYLLABLE BUT",
103278  direction="l",
103279  linebreak="id",
103280  unicodeslot=0xA02C,
103281 },
103282 [0xA02D]={
103283  category="lo",
103284  cjkwd="w",
103285  description="YI SYLLABLE BUX",
103286  direction="l",
103287  linebreak="id",
103288  unicodeslot=0xA02D,
103289 },
103290 [0xA02E]={
103291  category="lo",
103292  cjkwd="w",
103293  description="YI SYLLABLE BU",
103294  direction="l",
103295  linebreak="id",
103296  unicodeslot=0xA02E,
103297 },
103298 [0xA02F]={
103299  category="lo",
103300  cjkwd="w",
103301  description="YI SYLLABLE BUP",
103302  direction="l",
103303  linebreak="id",
103304  unicodeslot=0xA02F,
103305 },
103306 [0xA030]={
103307  category="lo",
103308  cjkwd="w",
103309  description="YI SYLLABLE BURX",
103310  direction="l",
103311  linebreak="id",
103312  unicodeslot=0xA030,
103313 },
103314 [0xA031]={
103315  category="lo",
103316  cjkwd="w",
103317  description="YI SYLLABLE BUR",
103318  direction="l",
103319  linebreak="id",
103320  unicodeslot=0xA031,
103321 },
103322 [0xA032]={
103323  category="lo",
103324  cjkwd="w",
103325  description="YI SYLLABLE BYT",
103326  direction="l",
103327  linebreak="id",
103328  unicodeslot=0xA032,
103329 },
103330 [0xA033]={
103331  category="lo",
103332  cjkwd="w",
103333  description="YI SYLLABLE BYX",
103334  direction="l",
103335  linebreak="id",
103336  unicodeslot=0xA033,
103337 },
103338 [0xA034]={
103339  category="lo",
103340  cjkwd="w",
103341  description="YI SYLLABLE BY",
103342  direction="l",
103343  linebreak="id",
103344  unicodeslot=0xA034,
103345 },
103346 [0xA035]={
103347  category="lo",
103348  cjkwd="w",
103349  description="YI SYLLABLE BYP",
103350  direction="l",
103351  linebreak="id",
103352  unicodeslot=0xA035,
103353 },
103354 [0xA036]={
103355  category="lo",
103356  cjkwd="w",
103357  description="YI SYLLABLE BYRX",
103358  direction="l",
103359  linebreak="id",
103360  unicodeslot=0xA036,
103361 },
103362 [0xA037]={
103363  category="lo",
103364  cjkwd="w",
103365  description="YI SYLLABLE BYR",
103366  direction="l",
103367  linebreak="id",
103368  unicodeslot=0xA037,
103369 },
103370 [0xA038]={
103371  category="lo",
103372  cjkwd="w",
103373  description="YI SYLLABLE PIT",
103374  direction="l",
103375  linebreak="id",
103376  unicodeslot=0xA038,
103377 },
103378 [0xA039]={
103379  category="lo",
103380  cjkwd="w",
103381  description="YI SYLLABLE PIX",
103382  direction="l",
103383  linebreak="id",
103384  unicodeslot=0xA039,
103385 },
103386 [0xA03A]={
103387  category="lo",
103388  cjkwd="w",
103389  description="YI SYLLABLE PI",
103390  direction="l",
103391  linebreak="id",
103392  unicodeslot=0xA03A,
103393 },
103394 [0xA03B]={
103395  category="lo",
103396  cjkwd="w",
103397  description="YI SYLLABLE PIP",
103398  direction="l",
103399  linebreak="id",
103400  unicodeslot=0xA03B,
103401 },
103402 [0xA03C]={
103403  category="lo",
103404  cjkwd="w",
103405  description="YI SYLLABLE PIEX",
103406  direction="l",
103407  linebreak="id",
103408  unicodeslot=0xA03C,
103409 },
103410 [0xA03D]={
103411  category="lo",
103412  cjkwd="w",
103413  description="YI SYLLABLE PIE",
103414  direction="l",
103415  linebreak="id",
103416  unicodeslot=0xA03D,
103417 },
103418 [0xA03E]={
103419  category="lo",
103420  cjkwd="w",
103421  description="YI SYLLABLE PIEP",
103422  direction="l",
103423  linebreak="id",
103424  unicodeslot=0xA03E,
103425 },
103426 [0xA03F]={
103427  category="lo",
103428  cjkwd="w",
103429  description="YI SYLLABLE PAT",
103430  direction="l",
103431  linebreak="id",
103432  unicodeslot=0xA03F,
103433 },
103434 [0xA040]={
103435  category="lo",
103436  cjkwd="w",
103437  description="YI SYLLABLE PAX",
103438  direction="l",
103439  linebreak="id",
103440  unicodeslot=0xA040,
103441 },
103442 [0xA041]={
103443  category="lo",
103444  cjkwd="w",
103445  description="YI SYLLABLE PA",
103446  direction="l",
103447  linebreak="id",
103448  unicodeslot=0xA041,
103449 },
103450 [0xA042]={
103451  category="lo",
103452  cjkwd="w",
103453  description="YI SYLLABLE PAP",
103454  direction="l",
103455  linebreak="id",
103456  unicodeslot=0xA042,
103457 },
103458 [0xA043]={
103459  category="lo",
103460  cjkwd="w",
103461  description="YI SYLLABLE PUOX",
103462  direction="l",
103463  linebreak="id",
103464  unicodeslot=0xA043,
103465 },
103466 [0xA044]={
103467  category="lo",
103468  cjkwd="w",
103469  description="YI SYLLABLE PUO",
103470  direction="l",
103471  linebreak="id",
103472  unicodeslot=0xA044,
103473 },
103474 [0xA045]={
103475  category="lo",
103476  cjkwd="w",
103477  description="YI SYLLABLE PUOP",
103478  direction="l",
103479  linebreak="id",
103480  unicodeslot=0xA045,
103481 },
103482 [0xA046]={
103483  category="lo",
103484  cjkwd="w",
103485  description="YI SYLLABLE POT",
103486  direction="l",
103487  linebreak="id",
103488  unicodeslot=0xA046,
103489 },
103490 [0xA047]={
103491  category="lo",
103492  cjkwd="w",
103493  description="YI SYLLABLE POX",
103494  direction="l",
103495  linebreak="id",
103496  unicodeslot=0xA047,
103497 },
103498 [0xA048]={
103499  category="lo",
103500  cjkwd="w",
103501  description="YI SYLLABLE PO",
103502  direction="l",
103503  linebreak="id",
103504  unicodeslot=0xA048,
103505 },
103506 [0xA049]={
103507  category="lo",
103508  cjkwd="w",
103509  description="YI SYLLABLE POP",
103510  direction="l",
103511  linebreak="id",
103512  unicodeslot=0xA049,
103513 },
103514 [0xA04A]={
103515  category="lo",
103516  cjkwd="w",
103517  description="YI SYLLABLE PUT",
103518  direction="l",
103519  linebreak="id",
103520  unicodeslot=0xA04A,
103521 },
103522 [0xA04B]={
103523  category="lo",
103524  cjkwd="w",
103525  description="YI SYLLABLE PUX",
103526  direction="l",
103527  linebreak="id",
103528  unicodeslot=0xA04B,
103529 },
103530 [0xA04C]={
103531  category="lo",
103532  cjkwd="w",
103533  description="YI SYLLABLE PU",
103534  direction="l",
103535  linebreak="id",
103536  unicodeslot=0xA04C,
103537 },
103538 [0xA04D]={
103539  category="lo",
103540  cjkwd="w",
103541  description="YI SYLLABLE PUP",
103542  direction="l",
103543  linebreak="id",
103544  unicodeslot=0xA04D,
103545 },
103546 [0xA04E]={
103547  category="lo",
103548  cjkwd="w",
103549  description="YI SYLLABLE PURX",
103550  direction="l",
103551  linebreak="id",
103552  unicodeslot=0xA04E,
103553 },
103554 [0xA04F]={
103555  category="lo",
103556  cjkwd="w",
103557  description="YI SYLLABLE PUR",
103558  direction="l",
103559  linebreak="id",
103560  unicodeslot=0xA04F,
103561 },
103562 [0xA050]={
103563  category="lo",
103564  cjkwd="w",
103565  description="YI SYLLABLE PYT",
103566  direction="l",
103567  linebreak="id",
103568  unicodeslot=0xA050,
103569 },
103570 [0xA051]={
103571  category="lo",
103572  cjkwd="w",
103573  description="YI SYLLABLE PYX",
103574  direction="l",
103575  linebreak="id",
103576  unicodeslot=0xA051,
103577 },
103578 [0xA052]={
103579  category="lo",
103580  cjkwd="w",
103581  description="YI SYLLABLE PY",
103582  direction="l",
103583  linebreak="id",
103584  unicodeslot=0xA052,
103585 },
103586 [0xA053]={
103587  category="lo",
103588  cjkwd="w",
103589  description="YI SYLLABLE PYP",
103590  direction="l",
103591  linebreak="id",
103592  unicodeslot=0xA053,
103593 },
103594 [0xA054]={
103595  category="lo",
103596  cjkwd="w",
103597  description="YI SYLLABLE PYRX",
103598  direction="l",
103599  linebreak="id",
103600  unicodeslot=0xA054,
103601 },
103602 [0xA055]={
103603  category="lo",
103604  cjkwd="w",
103605  description="YI SYLLABLE PYR",
103606  direction="l",
103607  linebreak="id",
103608  unicodeslot=0xA055,
103609 },
103610 [0xA056]={
103611  category="lo",
103612  cjkwd="w",
103613  description="YI SYLLABLE BBIT",
103614  direction="l",
103615  linebreak="id",
103616  unicodeslot=0xA056,
103617 },
103618 [0xA057]={
103619  category="lo",
103620  cjkwd="w",
103621  description="YI SYLLABLE BBIX",
103622  direction="l",
103623  linebreak="id",
103624  unicodeslot=0xA057,
103625 },
103626 [0xA058]={
103627  category="lo",
103628  cjkwd="w",
103629  description="YI SYLLABLE BBI",
103630  direction="l",
103631  linebreak="id",
103632  unicodeslot=0xA058,
103633 },
103634 [0xA059]={
103635  category="lo",
103636  cjkwd="w",
103637  description="YI SYLLABLE BBIP",
103638  direction="l",
103639  linebreak="id",
103640  unicodeslot=0xA059,
103641 },
103642 [0xA05A]={
103643  category="lo",
103644  cjkwd="w",
103645  description="YI SYLLABLE BBIET",
103646  direction="l",
103647  linebreak="id",
103648  unicodeslot=0xA05A,
103649 },
103650 [0xA05B]={
103651  category="lo",
103652  cjkwd="w",
103653  description="YI SYLLABLE BBIEX",
103654  direction="l",
103655  linebreak="id",
103656  unicodeslot=0xA05B,
103657 },
103658 [0xA05C]={
103659  category="lo",
103660  cjkwd="w",
103661  description="YI SYLLABLE BBIE",
103662  direction="l",
103663  linebreak="id",
103664  unicodeslot=0xA05C,
103665 },
103666 [0xA05D]={
103667  category="lo",
103668  cjkwd="w",
103669  description="YI SYLLABLE BBIEP",
103670  direction="l",
103671  linebreak="id",
103672  unicodeslot=0xA05D,
103673 },
103674 [0xA05E]={
103675  category="lo",
103676  cjkwd="w",
103677  description="YI SYLLABLE BBAT",
103678  direction="l",
103679  linebreak="id",
103680  unicodeslot=0xA05E,
103681 },
103682 [0xA05F]={
103683  category="lo",
103684  cjkwd="w",
103685  description="YI SYLLABLE BBAX",
103686  direction="l",
103687  linebreak="id",
103688  unicodeslot=0xA05F,
103689 },
103690 [0xA060]={
103691  category="lo",
103692  cjkwd="w",
103693  description="YI SYLLABLE BBA",
103694  direction="l",
103695  linebreak="id",
103696  unicodeslot=0xA060,
103697 },
103698 [0xA061]={
103699  category="lo",
103700  cjkwd="w",
103701  description="YI SYLLABLE BBAP",
103702  direction="l",
103703  linebreak="id",
103704  unicodeslot=0xA061,
103705 },
103706 [0xA062]={
103707  category="lo",
103708  cjkwd="w",
103709  description="YI SYLLABLE BBUOX",
103710  direction="l",
103711  linebreak="id",
103712  unicodeslot=0xA062,
103713 },
103714 [0xA063]={
103715  category="lo",
103716  cjkwd="w",
103717  description="YI SYLLABLE BBUO",
103718  direction="l",
103719  linebreak="id",
103720  unicodeslot=0xA063,
103721 },
103722 [0xA064]={
103723  category="lo",
103724  cjkwd="w",
103725  description="YI SYLLABLE BBUOP",
103726  direction="l",
103727  linebreak="id",
103728  unicodeslot=0xA064,
103729 },
103730 [0xA065]={
103731  category="lo",
103732  cjkwd="w",
103733  description="YI SYLLABLE BBOT",
103734  direction="l",
103735  linebreak="id",
103736  unicodeslot=0xA065,
103737 },
103738 [0xA066]={
103739  category="lo",
103740  cjkwd="w",
103741  description="YI SYLLABLE BBOX",
103742  direction="l",
103743  linebreak="id",
103744  unicodeslot=0xA066,
103745 },
103746 [0xA067]={
103747  category="lo",
103748  cjkwd="w",
103749  description="YI SYLLABLE BBO",
103750  direction="l",
103751  linebreak="id",
103752  unicodeslot=0xA067,
103753 },
103754 [0xA068]={
103755  category="lo",
103756  cjkwd="w",
103757  description="YI SYLLABLE BBOP",
103758  direction="l",
103759  linebreak="id",
103760  unicodeslot=0xA068,
103761 },
103762 [0xA069]={
103763  category="lo",
103764  cjkwd="w",
103765  description="YI SYLLABLE BBEX",
103766  direction="l",
103767  linebreak="id",
103768  unicodeslot=0xA069,
103769 },
103770 [0xA06A]={
103771  category="lo",
103772  cjkwd="w",
103773  description="YI SYLLABLE BBE",
103774  direction="l",
103775  linebreak="id",
103776  unicodeslot=0xA06A,
103777 },
103778 [0xA06B]={
103779  category="lo",
103780  cjkwd="w",
103781  description="YI SYLLABLE BBEP",
103782  direction="l",
103783  linebreak="id",
103784  unicodeslot=0xA06B,
103785 },
103786 [0xA06C]={
103787  category="lo",
103788  cjkwd="w",
103789  description="YI SYLLABLE BBUT",
103790  direction="l",
103791  linebreak="id",
103792  unicodeslot=0xA06C,
103793 },
103794 [0xA06D]={
103795  category="lo",
103796  cjkwd="w",
103797  description="YI SYLLABLE BBUX",
103798  direction="l",
103799  linebreak="id",
103800  unicodeslot=0xA06D,
103801 },
103802 [0xA06E]={
103803  category="lo",
103804  cjkwd="w",
103805  description="YI SYLLABLE BBU",
103806  direction="l",
103807  linebreak="id",
103808  unicodeslot=0xA06E,
103809 },
103810 [0xA06F]={
103811  category="lo",
103812  cjkwd="w",
103813  description="YI SYLLABLE BBUP",
103814  direction="l",
103815  linebreak="id",
103816  unicodeslot=0xA06F,
103817 },
103818 [0xA070]={
103819  category="lo",
103820  cjkwd="w",
103821  description="YI SYLLABLE BBURX",
103822  direction="l",
103823  linebreak="id",
103824  unicodeslot=0xA070,
103825 },
103826 [0xA071]={
103827  category="lo",
103828  cjkwd="w",
103829  description="YI SYLLABLE BBUR",
103830  direction="l",
103831  linebreak="id",
103832  unicodeslot=0xA071,
103833 },
103834 [0xA072]={
103835  category="lo",
103836  cjkwd="w",
103837  description="YI SYLLABLE BBYT",
103838  direction="l",
103839  linebreak="id",
103840  unicodeslot=0xA072,
103841 },
103842 [0xA073]={
103843  category="lo",
103844  cjkwd="w",
103845  description="YI SYLLABLE BBYX",
103846  direction="l",
103847  linebreak="id",
103848  unicodeslot=0xA073,
103849 },
103850 [0xA074]={
103851  category="lo",
103852  cjkwd="w",
103853  description="YI SYLLABLE BBY",
103854  direction="l",
103855  linebreak="id",
103856  unicodeslot=0xA074,
103857 },
103858 [0xA075]={
103859  category="lo",
103860  cjkwd="w",
103861  description="YI SYLLABLE BBYP",
103862  direction="l",
103863  linebreak="id",
103864  unicodeslot=0xA075,
103865 },
103866 [0xA076]={
103867  category="lo",
103868  cjkwd="w",
103869  description="YI SYLLABLE NBIT",
103870  direction="l",
103871  linebreak="id",
103872  unicodeslot=0xA076,
103873 },
103874 [0xA077]={
103875  category="lo",
103876  cjkwd="w",
103877  description="YI SYLLABLE NBIX",
103878  direction="l",
103879  linebreak="id",
103880  unicodeslot=0xA077,
103881 },
103882 [0xA078]={
103883  category="lo",
103884  cjkwd="w",
103885  description="YI SYLLABLE NBI",
103886  direction="l",
103887  linebreak="id",
103888  unicodeslot=0xA078,
103889 },
103890 [0xA079]={
103891  category="lo",
103892  cjkwd="w",
103893  description="YI SYLLABLE NBIP",
103894  direction="l",
103895  linebreak="id",
103896  unicodeslot=0xA079,
103897 },
103898 [0xA07A]={
103899  category="lo",
103900  cjkwd="w",
103901  description="YI SYLLABLE NBIEX",
103902  direction="l",
103903  linebreak="id",
103904  unicodeslot=0xA07A,
103905 },
103906 [0xA07B]={
103907  category="lo",
103908  cjkwd="w",
103909  description="YI SYLLABLE NBIE",
103910  direction="l",
103911  linebreak="id",
103912  unicodeslot=0xA07B,
103913 },
103914 [0xA07C]={
103915  category="lo",
103916  cjkwd="w",
103917  description="YI SYLLABLE NBIEP",
103918  direction="l",
103919  linebreak="id",
103920  unicodeslot=0xA07C,
103921 },
103922 [0xA07D]={
103923  category="lo",
103924  cjkwd="w",
103925  description="YI SYLLABLE NBAT",
103926  direction="l",
103927  linebreak="id",
103928  unicodeslot=0xA07D,
103929 },
103930 [0xA07E]={
103931  category="lo",
103932  cjkwd="w",
103933  description="YI SYLLABLE NBAX",
103934  direction="l",
103935  linebreak="id",
103936  unicodeslot=0xA07E,
103937 },
103938 [0xA07F]={
103939  category="lo",
103940  cjkwd="w",
103941  description="YI SYLLABLE NBA",
103942  direction="l",
103943  linebreak="id",
103944  unicodeslot=0xA07F,
103945 },
103946 [0xA080]={
103947  category="lo",
103948  cjkwd="w",
103949  description="YI SYLLABLE NBAP",
103950  direction="l",
103951  linebreak="id",
103952  unicodeslot=0xA080,
103953 },
103954 [0xA081]={
103955  category="lo",
103956  cjkwd="w",
103957  description="YI SYLLABLE NBOT",
103958  direction="l",
103959  linebreak="id",
103960  unicodeslot=0xA081,
103961 },
103962 [0xA082]={
103963  category="lo",
103964  cjkwd="w",
103965  description="YI SYLLABLE NBOX",
103966  direction="l",
103967  linebreak="id",
103968  unicodeslot=0xA082,
103969 },
103970 [0xA083]={
103971  category="lo",
103972  cjkwd="w",
103973  description="YI SYLLABLE NBO",
103974  direction="l",
103975  linebreak="id",
103976  unicodeslot=0xA083,
103977 },
103978 [0xA084]={
103979  category="lo",
103980  cjkwd="w",
103981  description="YI SYLLABLE NBOP",
103982  direction="l",
103983  linebreak="id",
103984  unicodeslot=0xA084,
103985 },
103986 [0xA085]={
103987  category="lo",
103988  cjkwd="w",
103989  description="YI SYLLABLE NBUT",
103990  direction="l",
103991  linebreak="id",
103992  unicodeslot=0xA085,
103993 },
103994 [0xA086]={
103995  category="lo",
103996  cjkwd="w",
103997  description="YI SYLLABLE NBUX",
103998  direction="l",
103999  linebreak="id",
104000  unicodeslot=0xA086,
104001 },
104002 [0xA087]={
104003  category="lo",
104004  cjkwd="w",
104005  description="YI SYLLABLE NBU",
104006  direction="l",
104007  linebreak="id",
104008  unicodeslot=0xA087,
104009 },
104010 [0xA088]={
104011  category="lo",
104012  cjkwd="w",
104013  description="YI SYLLABLE NBUP",
104014  direction="l",
104015  linebreak="id",
104016  unicodeslot=0xA088,
104017 },
104018 [0xA089]={
104019  category="lo",
104020  cjkwd="w",
104021  description="YI SYLLABLE NBURX",
104022  direction="l",
104023  linebreak="id",
104024  unicodeslot=0xA089,
104025 },
104026 [0xA08A]={
104027  category="lo",
104028  cjkwd="w",
104029  description="YI SYLLABLE NBUR",
104030  direction="l",
104031  linebreak="id",
104032  unicodeslot=0xA08A,
104033 },
104034 [0xA08B]={
104035  category="lo",
104036  cjkwd="w",
104037  description="YI SYLLABLE NBYT",
104038  direction="l",
104039  linebreak="id",
104040  unicodeslot=0xA08B,
104041 },
104042 [0xA08C]={
104043  category="lo",
104044  cjkwd="w",
104045  description="YI SYLLABLE NBYX",
104046  direction="l",
104047  linebreak="id",
104048  unicodeslot=0xA08C,
104049 },
104050 [0xA08D]={
104051  category="lo",
104052  cjkwd="w",
104053  description="YI SYLLABLE NBY",
104054  direction="l",
104055  linebreak="id",
104056  unicodeslot=0xA08D,
104057 },
104058 [0xA08E]={
104059  category="lo",
104060  cjkwd="w",
104061  description="YI SYLLABLE NBYP",
104062  direction="l",
104063  linebreak="id",
104064  unicodeslot=0xA08E,
104065 },
104066 [0xA08F]={
104067  category="lo",
104068  cjkwd="w",
104069  description="YI SYLLABLE NBYRX",
104070  direction="l",
104071  linebreak="id",
104072  unicodeslot=0xA08F,
104073 },
104074 [0xA090]={
104075  category="lo",
104076  cjkwd="w",
104077  description="YI SYLLABLE NBYR",
104078  direction="l",
104079  linebreak="id",
104080  unicodeslot=0xA090,
104081 },
104082 [0xA091]={
104083  category="lo",
104084  cjkwd="w",
104085  description="YI SYLLABLE HMIT",
104086  direction="l",
104087  linebreak="id",
104088  unicodeslot=0xA091,
104089 },
104090 [0xA092]={
104091  category="lo",
104092  cjkwd="w",
104093  description="YI SYLLABLE HMIX",
104094  direction="l",
104095  linebreak="id",
104096  unicodeslot=0xA092,
104097 },
104098 [0xA093]={
104099  category="lo",
104100  cjkwd="w",
104101  description="YI SYLLABLE HMI",
104102  direction="l",
104103  linebreak="id",
104104  unicodeslot=0xA093,
104105 },
104106 [0xA094]={
104107  category="lo",
104108  cjkwd="w",
104109  description="YI SYLLABLE HMIP",
104110  direction="l",
104111  linebreak="id",
104112  unicodeslot=0xA094,
104113 },
104114 [0xA095]={
104115  category="lo",
104116  cjkwd="w",
104117  description="YI SYLLABLE HMIEX",
104118  direction="l",
104119  linebreak="id",
104120  unicodeslot=0xA095,
104121 },
104122 [0xA096]={
104123  category="lo",
104124  cjkwd="w",
104125  description="YI SYLLABLE HMIE",
104126  direction="l",
104127  linebreak="id",
104128  unicodeslot=0xA096,
104129 },
104130 [0xA097]={
104131  category="lo",
104132  cjkwd="w",
104133  description="YI SYLLABLE HMIEP",
104134  direction="l",
104135  linebreak="id",
104136  unicodeslot=0xA097,
104137 },
104138 [0xA098]={
104139  category="lo",
104140  cjkwd="w",
104141  description="YI SYLLABLE HMAT",
104142  direction="l",
104143  linebreak="id",
104144  unicodeslot=0xA098,
104145 },
104146 [0xA099]={
104147  category="lo",
104148  cjkwd="w",
104149  description="YI SYLLABLE HMAX",
104150  direction="l",
104151  linebreak="id",
104152  unicodeslot=0xA099,
104153 },
104154 [0xA09A]={
104155  category="lo",
104156  cjkwd="w",
104157  description="YI SYLLABLE HMA",
104158  direction="l",
104159  linebreak="id",
104160  unicodeslot=0xA09A,
104161 },
104162 [0xA09B]={
104163  category="lo",
104164  cjkwd="w",
104165  description="YI SYLLABLE HMAP",
104166  direction="l",
104167  linebreak="id",
104168  unicodeslot=0xA09B,
104169 },
104170 [0xA09C]={
104171  category="lo",
104172  cjkwd="w",
104173  description="YI SYLLABLE HMUOX",
104174  direction="l",
104175  linebreak="id",
104176  unicodeslot=0xA09C,
104177 },
104178 [0xA09D]={
104179  category="lo",
104180  cjkwd="w",
104181  description="YI SYLLABLE HMUO",
104182  direction="l",
104183  linebreak="id",
104184  unicodeslot=0xA09D,
104185 },
104186 [0xA09E]={
104187  category="lo",
104188  cjkwd="w",
104189  description="YI SYLLABLE HMUOP",
104190  direction="l",
104191  linebreak="id",
104192  unicodeslot=0xA09E,
104193 },
104194 [0xA09F]={
104195  category="lo",
104196  cjkwd="w",
104197  description="YI SYLLABLE HMOT",
104198  direction="l",
104199  linebreak="id",
104200  unicodeslot=0xA09F,
104201 },
104202 [0xA0A0]={
104203  category="lo",
104204  cjkwd="w",
104205  description="YI SYLLABLE HMOX",
104206  direction="l",
104207  linebreak="id",
104208  unicodeslot=0xA0A0,
104209 },
104210 [0xA0A1]={
104211  category="lo",
104212  cjkwd="w",
104213  description="YI SYLLABLE HMO",
104214  direction="l",
104215  linebreak="id",
104216  unicodeslot=0xA0A1,
104217 },
104218 [0xA0A2]={
104219  category="lo",
104220  cjkwd="w",
104221  description="YI SYLLABLE HMOP",
104222  direction="l",
104223  linebreak="id",
104224  unicodeslot=0xA0A2,
104225 },
104226 [0xA0A3]={
104227  category="lo",
104228  cjkwd="w",
104229  description="YI SYLLABLE HMUT",
104230  direction="l",
104231  linebreak="id",
104232  unicodeslot=0xA0A3,
104233 },
104234 [0xA0A4]={
104235  category="lo",
104236  cjkwd="w",
104237  description="YI SYLLABLE HMUX",
104238  direction="l",
104239  linebreak="id",
104240  unicodeslot=0xA0A4,
104241 },
104242 [0xA0A5]={
104243  category="lo",
104244  cjkwd="w",
104245  description="YI SYLLABLE HMU",
104246  direction="l",
104247  linebreak="id",
104248  unicodeslot=0xA0A5,
104249 },
104250 [0xA0A6]={
104251  category="lo",
104252  cjkwd="w",
104253  description="YI SYLLABLE HMUP",
104254  direction="l",
104255  linebreak="id",
104256  unicodeslot=0xA0A6,
104257 },
104258 [0xA0A7]={
104259  category="lo",
104260  cjkwd="w",
104261  description="YI SYLLABLE HMURX",
104262  direction="l",
104263  linebreak="id",
104264  unicodeslot=0xA0A7,
104265 },
104266 [0xA0A8]={
104267  category="lo",
104268  cjkwd="w",
104269  description="YI SYLLABLE HMUR",
104270  direction="l",
104271  linebreak="id",
104272  unicodeslot=0xA0A8,
104273 },
104274 [0xA0A9]={
104275  category="lo",
104276  cjkwd="w",
104277  description="YI SYLLABLE HMYX",
104278  direction="l",
104279  linebreak="id",
104280  unicodeslot=0xA0A9,
104281 },
104282 [0xA0AA]={
104283  category="lo",
104284  cjkwd="w",
104285  description="YI SYLLABLE HMY",
104286  direction="l",
104287  linebreak="id",
104288  unicodeslot=0xA0AA,
104289 },
104290 [0xA0AB]={
104291  category="lo",
104292  cjkwd="w",
104293  description="YI SYLLABLE HMYP",
104294  direction="l",
104295  linebreak="id",
104296  unicodeslot=0xA0AB,
104297 },
104298 [0xA0AC]={
104299  category="lo",
104300  cjkwd="w",
104301  description="YI SYLLABLE HMYRX",
104302  direction="l",
104303  linebreak="id",
104304  unicodeslot=0xA0AC,
104305 },
104306 [0xA0AD]={
104307  category="lo",
104308  cjkwd="w",
104309  description="YI SYLLABLE HMYR",
104310  direction="l",
104311  linebreak="id",
104312  unicodeslot=0xA0AD,
104313 },
104314 [0xA0AE]={
104315  category="lo",
104316  cjkwd="w",
104317  description="YI SYLLABLE MIT",
104318  direction="l",
104319  linebreak="id",
104320  unicodeslot=0xA0AE,
104321 },
104322 [0xA0AF]={
104323  category="lo",
104324  cjkwd="w",
104325  description="YI SYLLABLE MIX",
104326  direction="l",
104327  linebreak="id",
104328  unicodeslot=0xA0AF,
104329 },
104330 [0xA0B0]={
104331  category="lo",
104332  cjkwd="w",
104333  description="YI SYLLABLE MI",
104334  direction="l",
104335  linebreak="id",
104336  unicodeslot=0xA0B0,
104337 },
104338 [0xA0B1]={
104339  category="lo",
104340  cjkwd="w",
104341  description="YI SYLLABLE MIP",
104342  direction="l",
104343  linebreak="id",
104344  unicodeslot=0xA0B1,
104345 },
104346 [0xA0B2]={
104347  category="lo",
104348  cjkwd="w",
104349  description="YI SYLLABLE MIEX",
104350  direction="l",
104351  linebreak="id",
104352  unicodeslot=0xA0B2,
104353 },
104354 [0xA0B3]={
104355  category="lo",
104356  cjkwd="w",
104357  description="YI SYLLABLE MIE",
104358  direction="l",
104359  linebreak="id",
104360  unicodeslot=0xA0B3,
104361 },
104362 [0xA0B4]={
104363  category="lo",
104364  cjkwd="w",
104365  description="YI SYLLABLE MIEP",
104366  direction="l",
104367  linebreak="id",
104368  unicodeslot=0xA0B4,
104369 },
104370 [0xA0B5]={
104371  category="lo",
104372  cjkwd="w",
104373  description="YI SYLLABLE MAT",
104374  direction="l",
104375  linebreak="id",
104376  unicodeslot=0xA0B5,
104377 },
104378 [0xA0B6]={
104379  category="lo",
104380  cjkwd="w",
104381  description="YI SYLLABLE MAX",
104382  direction="l",
104383  linebreak="id",
104384  unicodeslot=0xA0B6,
104385 },
104386 [0xA0B7]={
104387  category="lo",
104388  cjkwd="w",
104389  description="YI SYLLABLE MA",
104390  direction="l",
104391  linebreak="id",
104392  unicodeslot=0xA0B7,
104393 },
104394 [0xA0B8]={
104395  category="lo",
104396  cjkwd="w",
104397  description="YI SYLLABLE MAP",
104398  direction="l",
104399  linebreak="id",
104400  unicodeslot=0xA0B8,
104401 },
104402 [0xA0B9]={
104403  category="lo",
104404  cjkwd="w",
104405  description="YI SYLLABLE MUOT",
104406  direction="l",
104407  linebreak="id",
104408  unicodeslot=0xA0B9,
104409 },
104410 [0xA0BA]={
104411  category="lo",
104412  cjkwd="w",
104413  description="YI SYLLABLE MUOX",
104414  direction="l",
104415  linebreak="id",
104416  unicodeslot=0xA0BA,
104417 },
104418 [0xA0BB]={
104419  category="lo",
104420  cjkwd="w",
104421  description="YI SYLLABLE MUO",
104422  direction="l",
104423  linebreak="id",
104424  unicodeslot=0xA0BB,
104425 },
104426 [0xA0BC]={
104427  category="lo",
104428  cjkwd="w",
104429  description="YI SYLLABLE MUOP",
104430  direction="l",
104431  linebreak="id",
104432  unicodeslot=0xA0BC,
104433 },
104434 [0xA0BD]={
104435  category="lo",
104436  cjkwd="w",
104437  description="YI SYLLABLE MOT",
104438  direction="l",
104439  linebreak="id",
104440  unicodeslot=0xA0BD,
104441 },
104442 [0xA0BE]={
104443  category="lo",
104444  cjkwd="w",
104445  description="YI SYLLABLE MOX",
104446  direction="l",
104447  linebreak="id",
104448  unicodeslot=0xA0BE,
104449 },
104450 [0xA0BF]={
104451  category="lo",
104452  cjkwd="w",
104453  description="YI SYLLABLE MO",
104454  direction="l",
104455  linebreak="id",
104456  unicodeslot=0xA0BF,
104457 },
104458 [0xA0C0]={
104459  category="lo",
104460  cjkwd="w",
104461  description="YI SYLLABLE MOP",
104462  direction="l",
104463  linebreak="id",
104464  unicodeslot=0xA0C0,
104465 },
104466 [0xA0C1]={
104467  category="lo",
104468  cjkwd="w",
104469  description="YI SYLLABLE MEX",
104470  direction="l",
104471  linebreak="id",
104472  unicodeslot=0xA0C1,
104473 },
104474 [0xA0C2]={
104475  category="lo",
104476  cjkwd="w",
104477  description="YI SYLLABLE ME",
104478  direction="l",
104479  linebreak="id",
104480  unicodeslot=0xA0C2,
104481 },
104482 [0xA0C3]={
104483  category="lo",
104484  cjkwd="w",
104485  description="YI SYLLABLE MUT",
104486  direction="l",
104487  linebreak="id",
104488  unicodeslot=0xA0C3,
104489 },
104490 [0xA0C4]={
104491  category="lo",
104492  cjkwd="w",
104493  description="YI SYLLABLE MUX",
104494  direction="l",
104495  linebreak="id",
104496  unicodeslot=0xA0C4,
104497 },
104498 [0xA0C5]={
104499  category="lo",
104500  cjkwd="w",
104501  description="YI SYLLABLE MU",
104502  direction="l",
104503  linebreak="id",
104504  unicodeslot=0xA0C5,
104505 },
104506 [0xA0C6]={
104507  category="lo",
104508  cjkwd="w",
104509  description="YI SYLLABLE MUP",
104510  direction="l",
104511  linebreak="id",
104512  unicodeslot=0xA0C6,
104513 },
104514 [0xA0C7]={
104515  category="lo",
104516  cjkwd="w",
104517  description="YI SYLLABLE MURX",
104518  direction="l",
104519  linebreak="id",
104520  unicodeslot=0xA0C7,
104521 },
104522 [0xA0C8]={
104523  category="lo",
104524  cjkwd="w",
104525  description="YI SYLLABLE MUR",
104526  direction="l",
104527  linebreak="id",
104528  unicodeslot=0xA0C8,
104529 },
104530 [0xA0C9]={
104531  category="lo",
104532  cjkwd="w",
104533  description="YI SYLLABLE MYT",
104534  direction="l",
104535  linebreak="id",
104536  unicodeslot=0xA0C9,
104537 },
104538 [0xA0CA]={
104539  category="lo",
104540  cjkwd="w",
104541  description="YI SYLLABLE MYX",
104542  direction="l",
104543  linebreak="id",
104544  unicodeslot=0xA0CA,
104545 },
104546 [0xA0CB]={
104547  category="lo",
104548  cjkwd="w",
104549  description="YI SYLLABLE MY",
104550  direction="l",
104551  linebreak="id",
104552  unicodeslot=0xA0CB,
104553 },
104554 [0xA0CC]={
104555  category="lo",
104556  cjkwd="w",
104557  description="YI SYLLABLE MYP",
104558  direction="l",
104559  linebreak="id",
104560  unicodeslot=0xA0CC,
104561 },
104562 [0xA0CD]={
104563  category="lo",
104564  cjkwd="w",
104565  description="YI SYLLABLE FIT",
104566  direction="l",
104567  linebreak="id",
104568  unicodeslot=0xA0CD,
104569 },
104570 [0xA0CE]={
104571  category="lo",
104572  cjkwd="w",
104573  description="YI SYLLABLE FIX",
104574  direction="l",
104575  linebreak="id",
104576  unicodeslot=0xA0CE,
104577 },
104578 [0xA0CF]={
104579  category="lo",
104580  cjkwd="w",
104581  description="YI SYLLABLE FI",
104582  direction="l",
104583  linebreak="id",
104584  unicodeslot=0xA0CF,
104585 },
104586 [0xA0D0]={
104587  category="lo",
104588  cjkwd="w",
104589  description="YI SYLLABLE FIP",
104590  direction="l",
104591  linebreak="id",
104592  unicodeslot=0xA0D0,
104593 },
104594 [0xA0D1]={
104595  category="lo",
104596  cjkwd="w",
104597  description="YI SYLLABLE FAT",
104598  direction="l",
104599  linebreak="id",
104600  unicodeslot=0xA0D1,
104601 },
104602 [0xA0D2]={
104603  category="lo",
104604  cjkwd="w",
104605  description="YI SYLLABLE FAX",
104606  direction="l",
104607  linebreak="id",
104608  unicodeslot=0xA0D2,
104609 },
104610 [0xA0D3]={
104611  category="lo",
104612  cjkwd="w",
104613  description="YI SYLLABLE FA",
104614  direction="l",
104615  linebreak="id",
104616  unicodeslot=0xA0D3,
104617 },
104618 [0xA0D4]={
104619  category="lo",
104620  cjkwd="w",
104621  description="YI SYLLABLE FAP",
104622  direction="l",
104623  linebreak="id",
104624  unicodeslot=0xA0D4,
104625 },
104626 [0xA0D5]={
104627  category="lo",
104628  cjkwd="w",
104629  description="YI SYLLABLE FOX",
104630  direction="l",
104631  linebreak="id",
104632  unicodeslot=0xA0D5,
104633 },
104634 [0xA0D6]={
104635  category="lo",
104636  cjkwd="w",
104637  description="YI SYLLABLE FO",
104638  direction="l",
104639  linebreak="id",
104640  unicodeslot=0xA0D6,
104641 },
104642 [0xA0D7]={
104643  category="lo",
104644  cjkwd="w",
104645  description="YI SYLLABLE FOP",
104646  direction="l",
104647  linebreak="id",
104648  unicodeslot=0xA0D7,
104649 },
104650 [0xA0D8]={
104651  category="lo",
104652  cjkwd="w",
104653  description="YI SYLLABLE FUT",
104654  direction="l",
104655  linebreak="id",
104656  unicodeslot=0xA0D8,
104657 },
104658 [0xA0D9]={
104659  category="lo",
104660  cjkwd="w",
104661  description="YI SYLLABLE FUX",
104662  direction="l",
104663  linebreak="id",
104664  unicodeslot=0xA0D9,
104665 },
104666 [0xA0DA]={
104667  category="lo",
104668  cjkwd="w",
104669  description="YI SYLLABLE FU",
104670  direction="l",
104671  linebreak="id",
104672  unicodeslot=0xA0DA,
104673 },
104674 [0xA0DB]={
104675  category="lo",
104676  cjkwd="w",
104677  description="YI SYLLABLE FUP",
104678  direction="l",
104679  linebreak="id",
104680  unicodeslot=0xA0DB,
104681 },
104682 [0xA0DC]={
104683  category="lo",
104684  cjkwd="w",
104685  description="YI SYLLABLE FURX",
104686  direction="l",
104687  linebreak="id",
104688  unicodeslot=0xA0DC,
104689 },
104690 [0xA0DD]={
104691  category="lo",
104692  cjkwd="w",
104693  description="YI SYLLABLE FUR",
104694  direction="l",
104695  linebreak="id",
104696  unicodeslot=0xA0DD,
104697 },
104698 [0xA0DE]={
104699  category="lo",
104700  cjkwd="w",
104701  description="YI SYLLABLE FYT",
104702  direction="l",
104703  linebreak="id",
104704  unicodeslot=0xA0DE,
104705 },
104706 [0xA0DF]={
104707  category="lo",
104708  cjkwd="w",
104709  description="YI SYLLABLE FYX",
104710  direction="l",
104711  linebreak="id",
104712  unicodeslot=0xA0DF,
104713 },
104714 [0xA0E0]={
104715  category="lo",
104716  cjkwd="w",
104717  description="YI SYLLABLE FY",
104718  direction="l",
104719  linebreak="id",
104720  unicodeslot=0xA0E0,
104721 },
104722 [0xA0E1]={
104723  category="lo",
104724  cjkwd="w",
104725  description="YI SYLLABLE FYP",
104726  direction="l",
104727  linebreak="id",
104728  unicodeslot=0xA0E1,
104729 },
104730 [0xA0E2]={
104731  category="lo",
104732  cjkwd="w",
104733  description="YI SYLLABLE VIT",
104734  direction="l",
104735  linebreak="id",
104736  unicodeslot=0xA0E2,
104737 },
104738 [0xA0E3]={
104739  category="lo",
104740  cjkwd="w",
104741  description="YI SYLLABLE VIX",
104742  direction="l",
104743  linebreak="id",
104744  unicodeslot=0xA0E3,
104745 },
104746 [0xA0E4]={
104747  category="lo",
104748  cjkwd="w",
104749  description="YI SYLLABLE VI",
104750  direction="l",
104751  linebreak="id",
104752  unicodeslot=0xA0E4,
104753 },
104754 [0xA0E5]={
104755  category="lo",
104756  cjkwd="w",
104757  description="YI SYLLABLE VIP",
104758  direction="l",
104759  linebreak="id",
104760  unicodeslot=0xA0E5,
104761 },
104762 [0xA0E6]={
104763  category="lo",
104764  cjkwd="w",
104765  description="YI SYLLABLE VIET",
104766  direction="l",
104767  linebreak="id",
104768  unicodeslot=0xA0E6,
104769 },
104770 [0xA0E7]={
104771  category="lo",
104772  cjkwd="w",
104773  description="YI SYLLABLE VIEX",
104774  direction="l",
104775  linebreak="id",
104776  unicodeslot=0xA0E7,
104777 },
104778 [0xA0E8]={
104779  category="lo",
104780  cjkwd="w",
104781  description="YI SYLLABLE VIE",
104782  direction="l",
104783  linebreak="id",
104784  unicodeslot=0xA0E8,
104785 },
104786 [0xA0E9]={
104787  category="lo",
104788  cjkwd="w",
104789  description="YI SYLLABLE VIEP",
104790  direction="l",
104791  linebreak="id",
104792  unicodeslot=0xA0E9,
104793 },
104794 [0xA0EA]={
104795  category="lo",
104796  cjkwd="w",
104797  description="YI SYLLABLE VAT",
104798  direction="l",
104799  linebreak="id",
104800  unicodeslot=0xA0EA,
104801 },
104802 [0xA0EB]={
104803  category="lo",
104804  cjkwd="w",
104805  description="YI SYLLABLE VAX",
104806  direction="l",
104807  linebreak="id",
104808  unicodeslot=0xA0EB,
104809 },
104810 [0xA0EC]={
104811  category="lo",
104812  cjkwd="w",
104813  description="YI SYLLABLE VA",
104814  direction="l",
104815  linebreak="id",
104816  unicodeslot=0xA0EC,
104817 },
104818 [0xA0ED]={
104819  category="lo",
104820  cjkwd="w",
104821  description="YI SYLLABLE VAP",
104822  direction="l",
104823  linebreak="id",
104824  unicodeslot=0xA0ED,
104825 },
104826 [0xA0EE]={
104827  category="lo",
104828  cjkwd="w",
104829  description="YI SYLLABLE VOT",
104830  direction="l",
104831  linebreak="id",
104832  unicodeslot=0xA0EE,
104833 },
104834 [0xA0EF]={
104835  category="lo",
104836  cjkwd="w",
104837  description="YI SYLLABLE VOX",
104838  direction="l",
104839  linebreak="id",
104840  unicodeslot=0xA0EF,
104841 },
104842 [0xA0F0]={
104843  category="lo",
104844  cjkwd="w",
104845  description="YI SYLLABLE VO",
104846  direction="l",
104847  linebreak="id",
104848  unicodeslot=0xA0F0,
104849 },
104850 [0xA0F1]={
104851  category="lo",
104852  cjkwd="w",
104853  description="YI SYLLABLE VOP",
104854  direction="l",
104855  linebreak="id",
104856  unicodeslot=0xA0F1,
104857 },
104858 [0xA0F2]={
104859  category="lo",
104860  cjkwd="w",
104861  description="YI SYLLABLE VEX",
104862  direction="l",
104863  linebreak="id",
104864  unicodeslot=0xA0F2,
104865 },
104866 [0xA0F3]={
104867  category="lo",
104868  cjkwd="w",
104869  description="YI SYLLABLE VEP",
104870  direction="l",
104871  linebreak="id",
104872  unicodeslot=0xA0F3,
104873 },
104874 [0xA0F4]={
104875  category="lo",
104876  cjkwd="w",
104877  description="YI SYLLABLE VUT",
104878  direction="l",
104879  linebreak="id",
104880  unicodeslot=0xA0F4,
104881 },
104882 [0xA0F5]={
104883  category="lo",
104884  cjkwd="w",
104885  description="YI SYLLABLE VUX",
104886  direction="l",
104887  linebreak="id",
104888  unicodeslot=0xA0F5,
104889 },
104890 [0xA0F6]={
104891  category="lo",
104892  cjkwd="w",
104893  description="YI SYLLABLE VU",
104894  direction="l",
104895  linebreak="id",
104896  unicodeslot=0xA0F6,
104897 },
104898 [0xA0F7]={
104899  category="lo",
104900  cjkwd="w",
104901  description="YI SYLLABLE VUP",
104902  direction="l",
104903  linebreak="id",
104904  unicodeslot=0xA0F7,
104905 },
104906 [0xA0F8]={
104907  category="lo",
104908  cjkwd="w",
104909  description="YI SYLLABLE VURX",
104910  direction="l",
104911  linebreak="id",
104912  unicodeslot=0xA0F8,
104913 },
104914 [0xA0F9]={
104915  category="lo",
104916  cjkwd="w",
104917  description="YI SYLLABLE VUR",
104918  direction="l",
104919  linebreak="id",
104920  unicodeslot=0xA0F9,
104921 },
104922 [0xA0FA]={
104923  category="lo",
104924  cjkwd="w",
104925  description="YI SYLLABLE VYT",
104926  direction="l",
104927  linebreak="id",
104928  unicodeslot=0xA0FA,
104929 },
104930 [0xA0FB]={
104931  category="lo",
104932  cjkwd="w",
104933  description="YI SYLLABLE VYX",
104934  direction="l",
104935  linebreak="id",
104936  unicodeslot=0xA0FB,
104937 },
104938 [0xA0FC]={
104939  category="lo",
104940  cjkwd="w",
104941  description="YI SYLLABLE VY",
104942  direction="l",
104943  linebreak="id",
104944  unicodeslot=0xA0FC,
104945 },
104946 [0xA0FD]={
104947  category="lo",
104948  cjkwd="w",
104949  description="YI SYLLABLE VYP",
104950  direction="l",
104951  linebreak="id",
104952  unicodeslot=0xA0FD,
104953 },
104954 [0xA0FE]={
104955  category="lo",
104956  cjkwd="w",
104957  description="YI SYLLABLE VYRX",
104958  direction="l",
104959  linebreak="id",
104960  unicodeslot=0xA0FE,
104961 },
104962 [0xA0FF]={
104963  category="lo",
104964  cjkwd="w",
104965  description="YI SYLLABLE VYR",
104966  direction="l",
104967  linebreak="id",
104968  unicodeslot=0xA0FF,
104969 },
104970 [0xA100]={
104971  category="lo",
104972  cjkwd="w",
104973  description="YI SYLLABLE DIT",
104974  direction="l",
104975  linebreak="id",
104976  unicodeslot=0xA100,
104977 },
104978 [0xA101]={
104979  category="lo",
104980  cjkwd="w",
104981  description="YI SYLLABLE DIX",
104982  direction="l",
104983  linebreak="id",
104984  unicodeslot=0xA101,
104985 },
104986 [0xA102]={
104987  category="lo",
104988  cjkwd="w",
104989  description="YI SYLLABLE DI",
104990  direction="l",
104991  linebreak="id",
104992  unicodeslot=0xA102,
104993 },
104994 [0xA103]={
104995  category="lo",
104996  cjkwd="w",
104997  description="YI SYLLABLE DIP",
104998  direction="l",
104999  linebreak="id",
105000  unicodeslot=0xA103,
105001 },
105002 [0xA104]={
105003  category="lo",
105004  cjkwd="w",
105005  description="YI SYLLABLE DIEX",
105006  direction="l",
105007  linebreak="id",
105008  unicodeslot=0xA104,
105009 },
105010 [0xA105]={
105011  category="lo",
105012  cjkwd="w",
105013  description="YI SYLLABLE DIE",
105014  direction="l",
105015  linebreak="id",
105016  unicodeslot=0xA105,
105017 },
105018 [0xA106]={
105019  category="lo",
105020  cjkwd="w",
105021  description="YI SYLLABLE DIEP",
105022  direction="l",
105023  linebreak="id",
105024  unicodeslot=0xA106,
105025 },
105026 [0xA107]={
105027  category="lo",
105028  cjkwd="w",
105029  description="YI SYLLABLE DAT",
105030  direction="l",
105031  linebreak="id",
105032  unicodeslot=0xA107,
105033 },
105034 [0xA108]={
105035  category="lo",
105036  cjkwd="w",
105037  description="YI SYLLABLE DAX",
105038  direction="l",
105039  linebreak="id",
105040  unicodeslot=0xA108,
105041 },
105042 [0xA109]={
105043  category="lo",
105044  cjkwd="w",
105045  description="YI SYLLABLE DA",
105046  direction="l",
105047  linebreak="id",
105048  unicodeslot=0xA109,
105049 },
105050 [0xA10A]={
105051  category="lo",
105052  cjkwd="w",
105053  description="YI SYLLABLE DAP",
105054  direction="l",
105055  linebreak="id",
105056  unicodeslot=0xA10A,
105057 },
105058 [0xA10B]={
105059  category="lo",
105060  cjkwd="w",
105061  description="YI SYLLABLE DUOX",
105062  direction="l",
105063  linebreak="id",
105064  unicodeslot=0xA10B,
105065 },
105066 [0xA10C]={
105067  category="lo",
105068  cjkwd="w",
105069  description="YI SYLLABLE DUO",
105070  direction="l",
105071  linebreak="id",
105072  unicodeslot=0xA10C,
105073 },
105074 [0xA10D]={
105075  category="lo",
105076  cjkwd="w",
105077  description="YI SYLLABLE DOT",
105078  direction="l",
105079  linebreak="id",
105080  unicodeslot=0xA10D,
105081 },
105082 [0xA10E]={
105083  category="lo",
105084  cjkwd="w",
105085  description="YI SYLLABLE DOX",
105086  direction="l",
105087  linebreak="id",
105088  unicodeslot=0xA10E,
105089 },
105090 [0xA10F]={
105091  category="lo",
105092  cjkwd="w",
105093  description="YI SYLLABLE DO",
105094  direction="l",
105095  linebreak="id",
105096  unicodeslot=0xA10F,
105097 },
105098 [0xA110]={
105099  category="lo",
105100  cjkwd="w",
105101  description="YI SYLLABLE DOP",
105102  direction="l",
105103  linebreak="id",
105104  unicodeslot=0xA110,
105105 },
105106 [0xA111]={
105107  category="lo",
105108  cjkwd="w",
105109  description="YI SYLLABLE DEX",
105110  direction="l",
105111  linebreak="id",
105112  unicodeslot=0xA111,
105113 },
105114 [0xA112]={
105115  category="lo",
105116  cjkwd="w",
105117  description="YI SYLLABLE DE",
105118  direction="l",
105119  linebreak="id",
105120  unicodeslot=0xA112,
105121 },
105122 [0xA113]={
105123  category="lo",
105124  cjkwd="w",
105125  description="YI SYLLABLE DEP",
105126  direction="l",
105127  linebreak="id",
105128  unicodeslot=0xA113,
105129 },
105130 [0xA114]={
105131  category="lo",
105132  cjkwd="w",
105133  description="YI SYLLABLE DUT",
105134  direction="l",
105135  linebreak="id",
105136  unicodeslot=0xA114,
105137 },
105138 [0xA115]={
105139  category="lo",
105140  cjkwd="w",
105141  description="YI SYLLABLE DUX",
105142  direction="l",
105143  linebreak="id",
105144  unicodeslot=0xA115,
105145 },
105146 [0xA116]={
105147  category="lo",
105148  cjkwd="w",
105149  description="YI SYLLABLE DU",
105150  direction="l",
105151  linebreak="id",
105152  unicodeslot=0xA116,
105153 },
105154 [0xA117]={
105155  category="lo",
105156  cjkwd="w",
105157  description="YI SYLLABLE DUP",
105158  direction="l",
105159  linebreak="id",
105160  unicodeslot=0xA117,
105161 },
105162 [0xA118]={
105163  category="lo",
105164  cjkwd="w",
105165  description="YI SYLLABLE DURX",
105166  direction="l",
105167  linebreak="id",
105168  unicodeslot=0xA118,
105169 },
105170 [0xA119]={
105171  category="lo",
105172  cjkwd="w",
105173  description="YI SYLLABLE DUR",
105174  direction="l",
105175  linebreak="id",
105176  unicodeslot=0xA119,
105177 },
105178 [0xA11A]={
105179  category="lo",
105180  cjkwd="w",
105181  description="YI SYLLABLE TIT",
105182  direction="l",
105183  linebreak="id",
105184  unicodeslot=0xA11A,
105185 },
105186 [0xA11B]={
105187  category="lo",
105188  cjkwd="w",
105189  description="YI SYLLABLE TIX",
105190  direction="l",
105191  linebreak="id",
105192  unicodeslot=0xA11B,
105193 },
105194 [0xA11C]={
105195  category="lo",
105196  cjkwd="w",
105197  description="YI SYLLABLE TI",
105198  direction="l",
105199  linebreak="id",
105200  unicodeslot=0xA11C,
105201 },
105202 [0xA11D]={
105203  category="lo",
105204  cjkwd="w",
105205  description="YI SYLLABLE TIP",
105206  direction="l",
105207  linebreak="id",
105208  unicodeslot=0xA11D,
105209 },
105210 [0xA11E]={
105211  category="lo",
105212  cjkwd="w",
105213  description="YI SYLLABLE TIEX",
105214  direction="l",
105215  linebreak="id",
105216  unicodeslot=0xA11E,
105217 },
105218 [0xA11F]={
105219  category="lo",
105220  cjkwd="w",
105221  description="YI SYLLABLE TIE",
105222  direction="l",
105223  linebreak="id",
105224  unicodeslot=0xA11F,
105225 },
105226 [0xA120]={
105227  category="lo",
105228  cjkwd="w",
105229  description="YI SYLLABLE TIEP",
105230  direction="l",
105231  linebreak="id",
105232  unicodeslot=0xA120,
105233 },
105234 [0xA121]={
105235  category="lo",
105236  cjkwd="w",
105237  description="YI SYLLABLE TAT",
105238  direction="l",
105239  linebreak="id",
105240  unicodeslot=0xA121,
105241 },
105242 [0xA122]={
105243  category="lo",
105244  cjkwd="w",
105245  description="YI SYLLABLE TAX",
105246  direction="l",
105247  linebreak="id",
105248  unicodeslot=0xA122,
105249 },
105250 [0xA123]={
105251  category="lo",
105252  cjkwd="w",
105253  description="YI SYLLABLE TA",
105254  direction="l",
105255  linebreak="id",
105256  unicodeslot=0xA123,
105257 },
105258 [0xA124]={
105259  category="lo",
105260  cjkwd="w",
105261  description="YI SYLLABLE TAP",
105262  direction="l",
105263  linebreak="id",
105264  unicodeslot=0xA124,
105265 },
105266 [0xA125]={
105267  category="lo",
105268  cjkwd="w",
105269  description="YI SYLLABLE TUOT",
105270  direction="l",
105271  linebreak="id",
105272  unicodeslot=0xA125,
105273 },
105274 [0xA126]={
105275  category="lo",
105276  cjkwd="w",
105277  description="YI SYLLABLE TUOX",
105278  direction="l",
105279  linebreak="id",
105280  unicodeslot=0xA126,
105281 },
105282 [0xA127]={
105283  category="lo",
105284  cjkwd="w",
105285  description="YI SYLLABLE TUO",
105286  direction="l",
105287  linebreak="id",
105288  unicodeslot=0xA127,
105289 },
105290 [0xA128]={
105291  category="lo",
105292  cjkwd="w",
105293  description="YI SYLLABLE TUOP",
105294  direction="l",
105295  linebreak="id",
105296  unicodeslot=0xA128,
105297 },
105298 [0xA129]={
105299  category="lo",
105300  cjkwd="w",
105301  description="YI SYLLABLE TOT",
105302  direction="l",
105303  linebreak="id",
105304  unicodeslot=0xA129,
105305 },
105306 [0xA12A]={
105307  category="lo",
105308  cjkwd="w",
105309  description="YI SYLLABLE TOX",
105310  direction="l",
105311  linebreak="id",
105312  unicodeslot=0xA12A,
105313 },
105314 [0xA12B]={
105315  category="lo",
105316  cjkwd="w",
105317  description="YI SYLLABLE TO",
105318  direction="l",
105319  linebreak="id",
105320  unicodeslot=0xA12B,
105321 },
105322 [0xA12C]={
105323  category="lo",
105324  cjkwd="w",
105325  description="YI SYLLABLE TOP",
105326  direction="l",
105327  linebreak="id",
105328  unicodeslot=0xA12C,
105329 },
105330 [0xA12D]={
105331  category="lo",
105332  cjkwd="w",
105333  description="YI SYLLABLE TEX",
105334  direction="l",
105335  linebreak="id",
105336  unicodeslot=0xA12D,
105337 },
105338 [0xA12E]={
105339  category="lo",
105340  cjkwd="w",
105341  description="YI SYLLABLE TE",
105342  direction="l",
105343  linebreak="id",
105344  unicodeslot=0xA12E,
105345 },
105346 [0xA12F]={
105347  category="lo",
105348  cjkwd="w",
105349  description="YI SYLLABLE TEP",
105350  direction="l",
105351  linebreak="id",
105352  unicodeslot=0xA12F,
105353 },
105354 [0xA130]={
105355  category="lo",
105356  cjkwd="w",
105357  description="YI SYLLABLE TUT",
105358  direction="l",
105359  linebreak="id",
105360  unicodeslot=0xA130,
105361 },
105362 [0xA131]={
105363  category="lo",
105364  cjkwd="w",
105365  description="YI SYLLABLE TUX",
105366  direction="l",
105367  linebreak="id",
105368  unicodeslot=0xA131,
105369 },
105370 [0xA132]={
105371  category="lo",
105372  cjkwd="w",
105373  description="YI SYLLABLE TU",
105374  direction="l",
105375  linebreak="id",
105376  unicodeslot=0xA132,
105377 },
105378 [0xA133]={
105379  category="lo",
105380  cjkwd="w",
105381  description="YI SYLLABLE TUP",
105382  direction="l",
105383  linebreak="id",
105384  unicodeslot=0xA133,
105385 },
105386 [0xA134]={
105387  category="lo",
105388  cjkwd="w",
105389  description="YI SYLLABLE TURX",
105390  direction="l",
105391  linebreak="id",
105392  unicodeslot=0xA134,
105393 },
105394 [0xA135]={
105395  category="lo",
105396  cjkwd="w",
105397  description="YI SYLLABLE TUR",
105398  direction="l",
105399  linebreak="id",
105400  unicodeslot=0xA135,
105401 },
105402 [0xA136]={
105403  category="lo",
105404  cjkwd="w",
105405  description="YI SYLLABLE DDIT",
105406  direction="l",
105407  linebreak="id",
105408  unicodeslot=0xA136,
105409 },
105410 [0xA137]={
105411  category="lo",
105412  cjkwd="w",
105413  description="YI SYLLABLE DDIX",
105414  direction="l",
105415  linebreak="id",
105416  unicodeslot=0xA137,
105417 },
105418 [0xA138]={
105419  category="lo",
105420  cjkwd="w",
105421  description="YI SYLLABLE DDI",
105422  direction="l",
105423  linebreak="id",
105424  unicodeslot=0xA138,
105425 },
105426 [0xA139]={
105427  category="lo",
105428  cjkwd="w",
105429  description="YI SYLLABLE DDIP",
105430  direction="l",
105431  linebreak="id",
105432  unicodeslot=0xA139,
105433 },
105434 [0xA13A]={
105435  category="lo",
105436  cjkwd="w",
105437  description="YI SYLLABLE DDIEX",
105438  direction="l",
105439  linebreak="id",
105440  unicodeslot=0xA13A,
105441 },
105442 [0xA13B]={
105443  category="lo",
105444  cjkwd="w",
105445  description="YI SYLLABLE DDIE",
105446  direction="l",
105447  linebreak="id",
105448  unicodeslot=0xA13B,
105449 },
105450 [0xA13C]={
105451  category="lo",
105452  cjkwd="w",
105453  description="YI SYLLABLE DDIEP",
105454  direction="l",
105455  linebreak="id",
105456  unicodeslot=0xA13C,
105457 },
105458 [0xA13D]={
105459  category="lo",
105460  cjkwd="w",
105461  description="YI SYLLABLE DDAT",
105462  direction="l",
105463  linebreak="id",
105464  unicodeslot=0xA13D,
105465 },
105466 [0xA13E]={
105467  category="lo",
105468  cjkwd="w",
105469  description="YI SYLLABLE DDAX",
105470  direction="l",
105471  linebreak="id",
105472  unicodeslot=0xA13E,
105473 },
105474 [0xA13F]={
105475  category="lo",
105476  cjkwd="w",
105477  description="YI SYLLABLE DDA",
105478  direction="l",
105479  linebreak="id",
105480  unicodeslot=0xA13F,
105481 },
105482 [0xA140]={
105483  category="lo",
105484  cjkwd="w",
105485  description="YI SYLLABLE DDAP",
105486  direction="l",
105487  linebreak="id",
105488  unicodeslot=0xA140,
105489 },
105490 [0xA141]={
105491  category="lo",
105492  cjkwd="w",
105493  description="YI SYLLABLE DDUOX",
105494  direction="l",
105495  linebreak="id",
105496  unicodeslot=0xA141,
105497 },
105498 [0xA142]={
105499  category="lo",
105500  cjkwd="w",
105501  description="YI SYLLABLE DDUO",
105502  direction="l",
105503  linebreak="id",
105504  unicodeslot=0xA142,
105505 },
105506 [0xA143]={
105507  category="lo",
105508  cjkwd="w",
105509  description="YI SYLLABLE DDUOP",
105510  direction="l",
105511  linebreak="id",
105512  unicodeslot=0xA143,
105513 },
105514 [0xA144]={
105515  category="lo",
105516  cjkwd="w",
105517  description="YI SYLLABLE DDOT",
105518  direction="l",
105519  linebreak="id",
105520  unicodeslot=0xA144,
105521 },
105522 [0xA145]={
105523  category="lo",
105524  cjkwd="w",
105525  description="YI SYLLABLE DDOX",
105526  direction="l",
105527  linebreak="id",
105528  unicodeslot=0xA145,
105529 },
105530 [0xA146]={
105531  category="lo",
105532  cjkwd="w",
105533  description="YI SYLLABLE DDO",
105534  direction="l",
105535  linebreak="id",
105536  unicodeslot=0xA146,
105537 },
105538 [0xA147]={
105539  category="lo",
105540  cjkwd="w",
105541  description="YI SYLLABLE DDOP",
105542  direction="l",
105543  linebreak="id",
105544  unicodeslot=0xA147,
105545 },
105546 [0xA148]={
105547  category="lo",
105548  cjkwd="w",
105549  description="YI SYLLABLE DDEX",
105550  direction="l",
105551  linebreak="id",
105552  unicodeslot=0xA148,
105553 },
105554 [0xA149]={
105555  category="lo",
105556  cjkwd="w",
105557  description="YI SYLLABLE DDE",
105558  direction="l",
105559  linebreak="id",
105560  unicodeslot=0xA149,
105561 },
105562 [0xA14A]={
105563  category="lo",
105564  cjkwd="w",
105565  description="YI SYLLABLE DDEP",
105566  direction="l",
105567  linebreak="id",
105568  unicodeslot=0xA14A,
105569 },
105570 [0xA14B]={
105571  category="lo",
105572  cjkwd="w",
105573  description="YI SYLLABLE DDUT",
105574  direction="l",
105575  linebreak="id",
105576  unicodeslot=0xA14B,
105577 },
105578 [0xA14C]={
105579  category="lo",
105580  cjkwd="w",
105581  description="YI SYLLABLE DDUX",
105582  direction="l",
105583  linebreak="id",
105584  unicodeslot=0xA14C,
105585 },
105586 [0xA14D]={
105587  category="lo",
105588  cjkwd="w",
105589  description="YI SYLLABLE DDU",
105590  direction="l",
105591  linebreak="id",
105592  unicodeslot=0xA14D,
105593 },
105594 [0xA14E]={
105595  category="lo",
105596  cjkwd="w",
105597  description="YI SYLLABLE DDUP",
105598  direction="l",
105599  linebreak="id",
105600  unicodeslot=0xA14E,
105601 },
105602 [0xA14F]={
105603  category="lo",
105604  cjkwd="w",
105605  description="YI SYLLABLE DDURX",
105606  direction="l",
105607  linebreak="id",
105608  unicodeslot=0xA14F,
105609 },
105610 [0xA150]={
105611  category="lo",
105612  cjkwd="w",
105613  description="YI SYLLABLE DDUR",
105614  direction="l",
105615  linebreak="id",
105616  unicodeslot=0xA150,
105617 },
105618 [0xA151]={
105619  category="lo",
105620  cjkwd="w",
105621  description="YI SYLLABLE NDIT",
105622  direction="l",
105623  linebreak="id",
105624  unicodeslot=0xA151,
105625 },
105626 [0xA152]={
105627  category="lo",
105628  cjkwd="w",
105629  description="YI SYLLABLE NDIX",
105630  direction="l",
105631  linebreak="id",
105632  unicodeslot=0xA152,
105633 },
105634 [0xA153]={
105635  category="lo",
105636  cjkwd="w",
105637  description="YI SYLLABLE NDI",
105638  direction="l",
105639  linebreak="id",
105640  unicodeslot=0xA153,
105641 },
105642 [0xA154]={
105643  category="lo",
105644  cjkwd="w",
105645  description="YI SYLLABLE NDIP",
105646  direction="l",
105647  linebreak="id",
105648  unicodeslot=0xA154,
105649 },
105650 [0xA155]={
105651  category="lo",
105652  cjkwd="w",
105653  description="YI SYLLABLE NDIEX",
105654  direction="l",
105655  linebreak="id",
105656  unicodeslot=0xA155,
105657 },
105658 [0xA156]={
105659  category="lo",
105660  cjkwd="w",
105661  description="YI SYLLABLE NDIE",
105662  direction="l",
105663  linebreak="id",
105664  unicodeslot=0xA156,
105665 },
105666 [0xA157]={
105667  category="lo",
105668  cjkwd="w",
105669  description="YI SYLLABLE NDAT",
105670  direction="l",
105671  linebreak="id",
105672  unicodeslot=0xA157,
105673 },
105674 [0xA158]={
105675  category="lo",
105676  cjkwd="w",
105677  description="YI SYLLABLE NDAX",
105678  direction="l",
105679  linebreak="id",
105680  unicodeslot=0xA158,
105681 },
105682 [0xA159]={
105683  category="lo",
105684  cjkwd="w",
105685  description="YI SYLLABLE NDA",
105686  direction="l",
105687  linebreak="id",
105688  unicodeslot=0xA159,
105689 },
105690 [0xA15A]={
105691  category="lo",
105692  cjkwd="w",
105693  description="YI SYLLABLE NDAP",
105694  direction="l",
105695  linebreak="id",
105696  unicodeslot=0xA15A,
105697 },
105698 [0xA15B]={
105699  category="lo",
105700  cjkwd="w",
105701  description="YI SYLLABLE NDOT",
105702  direction="l",
105703  linebreak="id",
105704  unicodeslot=0xA15B,
105705 },
105706 [0xA15C]={
105707  category="lo",
105708  cjkwd="w",
105709  description="YI SYLLABLE NDOX",
105710  direction="l",
105711  linebreak="id",
105712  unicodeslot=0xA15C,
105713 },
105714 [0xA15D]={
105715  category="lo",
105716  cjkwd="w",
105717  description="YI SYLLABLE NDO",
105718  direction="l",
105719  linebreak="id",
105720  unicodeslot=0xA15D,
105721 },
105722 [0xA15E]={
105723  category="lo",
105724  cjkwd="w",
105725  description="YI SYLLABLE NDOP",
105726  direction="l",
105727  linebreak="id",
105728  unicodeslot=0xA15E,
105729 },
105730 [0xA15F]={
105731  category="lo",
105732  cjkwd="w",
105733  description="YI SYLLABLE NDEX",
105734  direction="l",
105735  linebreak="id",
105736  unicodeslot=0xA15F,
105737 },
105738 [0xA160]={
105739  category="lo",
105740  cjkwd="w",
105741  description="YI SYLLABLE NDE",
105742  direction="l",
105743  linebreak="id",
105744  unicodeslot=0xA160,
105745 },
105746 [0xA161]={
105747  category="lo",
105748  cjkwd="w",
105749  description="YI SYLLABLE NDEP",
105750  direction="l",
105751  linebreak="id",
105752  unicodeslot=0xA161,
105753 },
105754 [0xA162]={
105755  category="lo",
105756  cjkwd="w",
105757  description="YI SYLLABLE NDUT",
105758  direction="l",
105759  linebreak="id",
105760  unicodeslot=0xA162,
105761 },
105762 [0xA163]={
105763  category="lo",
105764  cjkwd="w",
105765  description="YI SYLLABLE NDUX",
105766  direction="l",
105767  linebreak="id",
105768  unicodeslot=0xA163,
105769 },
105770 [0xA164]={
105771  category="lo",
105772  cjkwd="w",
105773  description="YI SYLLABLE NDU",
105774  direction="l",
105775  linebreak="id",
105776  unicodeslot=0xA164,
105777 },
105778 [0xA165]={
105779  category="lo",
105780  cjkwd="w",
105781  description="YI SYLLABLE NDUP",
105782  direction="l",
105783  linebreak="id",
105784  unicodeslot=0xA165,
105785 },
105786 [0xA166]={
105787  category="lo",
105788  cjkwd="w",
105789  description="YI SYLLABLE NDURX",
105790  direction="l",
105791  linebreak="id",
105792  unicodeslot=0xA166,
105793 },
105794 [0xA167]={
105795  category="lo",
105796  cjkwd="w",
105797  description="YI SYLLABLE NDUR",
105798  direction="l",
105799  linebreak="id",
105800  unicodeslot=0xA167,
105801 },
105802 [0xA168]={
105803  category="lo",
105804  cjkwd="w",
105805  description="YI SYLLABLE HNIT",
105806  direction="l",
105807  linebreak="id",
105808  unicodeslot=0xA168,
105809 },
105810 [0xA169]={
105811  category="lo",
105812  cjkwd="w",
105813  description="YI SYLLABLE HNIX",
105814  direction="l",
105815  linebreak="id",
105816  unicodeslot=0xA169,
105817 },
105818 [0xA16A]={
105819  category="lo",
105820  cjkwd="w",
105821  description="YI SYLLABLE HNI",
105822  direction="l",
105823  linebreak="id",
105824  unicodeslot=0xA16A,
105825 },
105826 [0xA16B]={
105827  category="lo",
105828  cjkwd="w",
105829  description="YI SYLLABLE HNIP",
105830  direction="l",
105831  linebreak="id",
105832  unicodeslot=0xA16B,
105833 },
105834 [0xA16C]={
105835  category="lo",
105836  cjkwd="w",
105837  description="YI SYLLABLE HNIET",
105838  direction="l",
105839  linebreak="id",
105840  unicodeslot=0xA16C,
105841 },
105842 [0xA16D]={
105843  category="lo",
105844  cjkwd="w",
105845  description="YI SYLLABLE HNIEX",
105846  direction="l",
105847  linebreak="id",
105848  unicodeslot=0xA16D,
105849 },
105850 [0xA16E]={
105851  category="lo",
105852  cjkwd="w",
105853  description="YI SYLLABLE HNIE",
105854  direction="l",
105855  linebreak="id",
105856  unicodeslot=0xA16E,
105857 },
105858 [0xA16F]={
105859  category="lo",
105860  cjkwd="w",
105861  description="YI SYLLABLE HNIEP",
105862  direction="l",
105863  linebreak="id",
105864  unicodeslot=0xA16F,
105865 },
105866 [0xA170]={
105867  category="lo",
105868  cjkwd="w",
105869  description="YI SYLLABLE HNAT",
105870  direction="l",
105871  linebreak="id",
105872  unicodeslot=0xA170,
105873 },
105874 [0xA171]={
105875  category="lo",
105876  cjkwd="w",
105877  description="YI SYLLABLE HNAX",
105878  direction="l",
105879  linebreak="id",
105880  unicodeslot=0xA171,
105881 },
105882 [0xA172]={
105883  category="lo",
105884  cjkwd="w",
105885  description="YI SYLLABLE HNA",
105886  direction="l",
105887  linebreak="id",
105888  unicodeslot=0xA172,
105889 },
105890 [0xA173]={
105891  category="lo",
105892  cjkwd="w",
105893  description="YI SYLLABLE HNAP",
105894  direction="l",
105895  linebreak="id",
105896  unicodeslot=0xA173,
105897 },
105898 [0xA174]={
105899  category="lo",
105900  cjkwd="w",
105901  description="YI SYLLABLE HNUOX",
105902  direction="l",
105903  linebreak="id",
105904  unicodeslot=0xA174,
105905 },
105906 [0xA175]={
105907  category="lo",
105908  cjkwd="w",
105909  description="YI SYLLABLE HNUO",
105910  direction="l",
105911  linebreak="id",
105912  unicodeslot=0xA175,
105913 },
105914 [0xA176]={
105915  category="lo",
105916  cjkwd="w",
105917  description="YI SYLLABLE HNOT",
105918  direction="l",
105919  linebreak="id",
105920  unicodeslot=0xA176,
105921 },
105922 [0xA177]={
105923  category="lo",
105924  cjkwd="w",
105925  description="YI SYLLABLE HNOX",
105926  direction="l",
105927  linebreak="id",
105928  unicodeslot=0xA177,
105929 },
105930 [0xA178]={
105931  category="lo",
105932  cjkwd="w",
105933  description="YI SYLLABLE HNOP",
105934  direction="l",
105935  linebreak="id",
105936  unicodeslot=0xA178,
105937 },
105938 [0xA179]={
105939  category="lo",
105940  cjkwd="w",
105941  description="YI SYLLABLE HNEX",
105942  direction="l",
105943  linebreak="id",
105944  unicodeslot=0xA179,
105945 },
105946 [0xA17A]={
105947  category="lo",
105948  cjkwd="w",
105949  description="YI SYLLABLE HNE",
105950  direction="l",
105951  linebreak="id",
105952  unicodeslot=0xA17A,
105953 },
105954 [0xA17B]={
105955  category="lo",
105956  cjkwd="w",
105957  description="YI SYLLABLE HNEP",
105958  direction="l",
105959  linebreak="id",
105960  unicodeslot=0xA17B,
105961 },
105962 [0xA17C]={
105963  category="lo",
105964  cjkwd="w",
105965  description="YI SYLLABLE HNUT",
105966  direction="l",
105967  linebreak="id",
105968  unicodeslot=0xA17C,
105969 },
105970 [0xA17D]={
105971  category="lo",
105972  cjkwd="w",
105973  description="YI SYLLABLE NIT",
105974  direction="l",
105975  linebreak="id",
105976  unicodeslot=0xA17D,
105977 },
105978 [0xA17E]={
105979  category="lo",
105980  cjkwd="w",
105981  description="YI SYLLABLE NIX",
105982  direction="l",
105983  linebreak="id",
105984  unicodeslot=0xA17E,
105985 },
105986 [0xA17F]={
105987  category="lo",
105988  cjkwd="w",
105989  description="YI SYLLABLE NI",
105990  direction="l",
105991  linebreak="id",
105992  unicodeslot=0xA17F,
105993 },
105994 [0xA180]={
105995  category="lo",
105996  cjkwd="w",
105997  description="YI SYLLABLE NIP",
105998  direction="l",
105999  linebreak="id",
106000  unicodeslot=0xA180,
106001 },
106002 [0xA181]={
106003  category="lo",
106004  cjkwd="w",
106005  description="YI SYLLABLE NIEX",
106006  direction="l",
106007  linebreak="id",
106008  unicodeslot=0xA181,
106009 },
106010 [0xA182]={
106011  category="lo",
106012  cjkwd="w",
106013  description="YI SYLLABLE NIE",
106014  direction="l",
106015  linebreak="id",
106016  unicodeslot=0xA182,
106017 },
106018 [0xA183]={
106019  category="lo",
106020  cjkwd="w",
106021  description="YI SYLLABLE NIEP",
106022  direction="l",
106023  linebreak="id",
106024  unicodeslot=0xA183,
106025 },
106026 [0xA184]={
106027  category="lo",
106028  cjkwd="w",
106029  description="YI SYLLABLE NAX",
106030  direction="l",
106031  linebreak="id",
106032  unicodeslot=0xA184,
106033 },
106034 [0xA185]={
106035  category="lo",
106036  cjkwd="w",
106037  description="YI SYLLABLE NA",
106038  direction="l",
106039  linebreak="id",
106040  unicodeslot=0xA185,
106041 },
106042 [0xA186]={
106043  category="lo",
106044  cjkwd="w",
106045  description="YI SYLLABLE NAP",
106046  direction="l",
106047  linebreak="id",
106048  unicodeslot=0xA186,
106049 },
106050 [0xA187]={
106051  category="lo",
106052  cjkwd="w",
106053  description="YI SYLLABLE NUOX",
106054  direction="l",
106055  linebreak="id",
106056  unicodeslot=0xA187,
106057 },
106058 [0xA188]={
106059  category="lo",
106060  cjkwd="w",
106061  description="YI SYLLABLE NUO",
106062  direction="l",
106063  linebreak="id",
106064  unicodeslot=0xA188,
106065 },
106066 [0xA189]={
106067  category="lo",
106068  cjkwd="w",
106069  description="YI SYLLABLE NUOP",
106070  direction="l",
106071  linebreak="id",
106072  unicodeslot=0xA189,
106073 },
106074 [0xA18A]={
106075  category="lo",
106076  cjkwd="w",
106077  description="YI SYLLABLE NOT",
106078  direction="l",
106079  linebreak="id",
106080  unicodeslot=0xA18A,
106081 },
106082 [0xA18B]={
106083  category="lo",
106084  cjkwd="w",
106085  description="YI SYLLABLE NOX",
106086  direction="l",
106087  linebreak="id",
106088  unicodeslot=0xA18B,
106089 },
106090 [0xA18C]={
106091  category="lo",
106092  cjkwd="w",
106093  description="YI SYLLABLE NO",
106094  direction="l",
106095  linebreak="id",
106096  unicodeslot=0xA18C,
106097 },
106098 [0xA18D]={
106099  category="lo",
106100  cjkwd="w",
106101  description="YI SYLLABLE NOP",
106102  direction="l",
106103  linebreak="id",
106104  unicodeslot=0xA18D,
106105 },
106106 [0xA18E]={
106107  category="lo",
106108  cjkwd="w",
106109  description="YI SYLLABLE NEX",
106110  direction="l",
106111  linebreak="id",
106112  unicodeslot=0xA18E,
106113 },
106114 [0xA18F]={
106115  category="lo",
106116  cjkwd="w",
106117  description="YI SYLLABLE NE",
106118  direction="l",
106119  linebreak="id",
106120  unicodeslot=0xA18F,
106121 },
106122 [0xA190]={
106123  category="lo",
106124  cjkwd="w",
106125  description="YI SYLLABLE NEP",
106126  direction="l",
106127  linebreak="id",
106128  unicodeslot=0xA190,
106129 },
106130 [0xA191]={
106131  category="lo",
106132  cjkwd="w",
106133  description="YI SYLLABLE NUT",
106134  direction="l",
106135  linebreak="id",
106136  unicodeslot=0xA191,
106137 },
106138 [0xA192]={
106139  category="lo",
106140  cjkwd="w",
106141  description="YI SYLLABLE NUX",
106142  direction="l",
106143  linebreak="id",
106144  unicodeslot=0xA192,
106145 },
106146 [0xA193]={
106147  category="lo",
106148  cjkwd="w",
106149  description="YI SYLLABLE NU",
106150  direction="l",
106151  linebreak="id",
106152  unicodeslot=0xA193,
106153 },
106154 [0xA194]={
106155  category="lo",
106156  cjkwd="w",
106157  description="YI SYLLABLE NUP",
106158  direction="l",
106159  linebreak="id",
106160  unicodeslot=0xA194,
106161 },
106162 [0xA195]={
106163  category="lo",
106164  cjkwd="w",
106165  description="YI SYLLABLE NURX",
106166  direction="l",
106167  linebreak="id",
106168  unicodeslot=0xA195,
106169 },
106170 [0xA196]={
106171  category="lo",
106172  cjkwd="w",
106173  description="YI SYLLABLE NUR",
106174  direction="l",
106175  linebreak="id",
106176  unicodeslot=0xA196,
106177 },
106178 [0xA197]={
106179  category="lo",
106180  cjkwd="w",
106181  description="YI SYLLABLE HLIT",
106182  direction="l",
106183  linebreak="id",
106184  unicodeslot=0xA197,
106185 },
106186 [0xA198]={
106187  category="lo",
106188  cjkwd="w",
106189  description="YI SYLLABLE HLIX",
106190  direction="l",
106191  linebreak="id",
106192  unicodeslot=0xA198,
106193 },
106194 [0xA199]={
106195  category="lo",
106196  cjkwd="w",
106197  description="YI SYLLABLE HLI",
106198  direction="l",
106199  linebreak="id",
106200  unicodeslot=0xA199,
106201 },
106202 [0xA19A]={
106203  category="lo",
106204  cjkwd="w",
106205  description="YI SYLLABLE HLIP",
106206  direction="l",
106207  linebreak="id",
106208  unicodeslot=0xA19A,
106209 },
106210 [0xA19B]={
106211  category="lo",
106212  cjkwd="w",
106213  description="YI SYLLABLE HLIEX",
106214  direction="l",
106215  linebreak="id",
106216  unicodeslot=0xA19B,
106217 },
106218 [0xA19C]={
106219  category="lo",
106220  cjkwd="w",
106221  description="YI SYLLABLE HLIE",
106222  direction="l",
106223  linebreak="id",
106224  unicodeslot=0xA19C,
106225 },
106226 [0xA19D]={
106227  category="lo",
106228  cjkwd="w",
106229  description="YI SYLLABLE HLIEP",
106230  direction="l",
106231  linebreak="id",
106232  unicodeslot=0xA19D,
106233 },
106234 [0xA19E]={
106235  category="lo",
106236  cjkwd="w",
106237  description="YI SYLLABLE HLAT",
106238  direction="l",
106239  linebreak="id",
106240  unicodeslot=0xA19E,
106241 },
106242 [0xA19F]={
106243  category="lo",
106244  cjkwd="w",
106245  description="YI SYLLABLE HLAX",
106246  direction="l",
106247  linebreak="id",
106248  unicodeslot=0xA19F,
106249 },
106250 [0xA1A0]={
106251  category="lo",
106252  cjkwd="w",
106253  description="YI SYLLABLE HLA",
106254  direction="l",
106255  linebreak="id",
106256  unicodeslot=0xA1A0,
106257 },
106258 [0xA1A1]={
106259  category="lo",
106260  cjkwd="w",
106261  description="YI SYLLABLE HLAP",
106262  direction="l",
106263  linebreak="id",
106264  unicodeslot=0xA1A1,
106265 },
106266 [0xA1A2]={
106267  category="lo",
106268  cjkwd="w",
106269  description="YI SYLLABLE HLUOX",
106270  direction="l",
106271  linebreak="id",
106272  unicodeslot=0xA1A2,
106273 },
106274 [0xA1A3]={
106275  category="lo",
106276  cjkwd="w",
106277  description="YI SYLLABLE HLUO",
106278  direction="l",
106279  linebreak="id",
106280  unicodeslot=0xA1A3,
106281 },
106282 [0xA1A4]={
106283  category="lo",
106284  cjkwd="w",
106285  description="YI SYLLABLE HLUOP",
106286  direction="l",
106287  linebreak="id",
106288  unicodeslot=0xA1A4,
106289 },
106290 [0xA1A5]={
106291  category="lo",
106292  cjkwd="w",
106293  description="YI SYLLABLE HLOX",
106294  direction="l",
106295  linebreak="id",
106296  unicodeslot=0xA1A5,
106297 },
106298 [0xA1A6]={
106299  category="lo",
106300  cjkwd="w",
106301  description="YI SYLLABLE HLO",
106302  direction="l",
106303  linebreak="id",
106304  unicodeslot=0xA1A6,
106305 },
106306 [0xA1A7]={
106307  category="lo",
106308  cjkwd="w",
106309  description="YI SYLLABLE HLOP",
106310  direction="l",
106311  linebreak="id",
106312  unicodeslot=0xA1A7,
106313 },
106314 [0xA1A8]={
106315  category="lo",
106316  cjkwd="w",
106317  description="YI SYLLABLE HLEX",
106318  direction="l",
106319  linebreak="id",
106320  unicodeslot=0xA1A8,
106321 },
106322 [0xA1A9]={
106323  category="lo",
106324  cjkwd="w",
106325  description="YI SYLLABLE HLE",
106326  direction="l",
106327  linebreak="id",
106328  unicodeslot=0xA1A9,
106329 },
106330 [0xA1AA]={
106331  category="lo",
106332  cjkwd="w",
106333  description="YI SYLLABLE HLEP",
106334  direction="l",
106335  linebreak="id",
106336  unicodeslot=0xA1AA,
106337 },
106338 [0xA1AB]={
106339  category="lo",
106340  cjkwd="w",
106341  description="YI SYLLABLE HLUT",
106342  direction="l",
106343  linebreak="id",
106344  unicodeslot=0xA1AB,
106345 },
106346 [0xA1AC]={
106347  category="lo",
106348  cjkwd="w",
106349  description="YI SYLLABLE HLUX",
106350  direction="l",
106351  linebreak="id",
106352  unicodeslot=0xA1AC,
106353 },
106354 [0xA1AD]={
106355  category="lo",
106356  cjkwd="w",
106357  description="YI SYLLABLE HLU",
106358  direction="l",
106359  linebreak="id",
106360  unicodeslot=0xA1AD,
106361 },
106362 [0xA1AE]={
106363  category="lo",
106364  cjkwd="w",
106365  description="YI SYLLABLE HLUP",
106366  direction="l",
106367  linebreak="id",
106368  unicodeslot=0xA1AE,
106369 },
106370 [0xA1AF]={
106371  category="lo",
106372  cjkwd="w",
106373  description="YI SYLLABLE HLURX",
106374  direction="l",
106375  linebreak="id",
106376  unicodeslot=0xA1AF,
106377 },
106378 [0xA1B0]={
106379  category="lo",
106380  cjkwd="w",
106381  description="YI SYLLABLE HLUR",
106382  direction="l",
106383  linebreak="id",
106384  unicodeslot=0xA1B0,
106385 },
106386 [0xA1B1]={
106387  category="lo",
106388  cjkwd="w",
106389  description="YI SYLLABLE HLYT",
106390  direction="l",
106391  linebreak="id",
106392  unicodeslot=0xA1B1,
106393 },
106394 [0xA1B2]={
106395  category="lo",
106396  cjkwd="w",
106397  description="YI SYLLABLE HLYX",
106398  direction="l",
106399  linebreak="id",
106400  unicodeslot=0xA1B2,
106401 },
106402 [0xA1B3]={
106403  category="lo",
106404  cjkwd="w",
106405  description="YI SYLLABLE HLY",
106406  direction="l",
106407  linebreak="id",
106408  unicodeslot=0xA1B3,
106409 },
106410 [0xA1B4]={
106411  category="lo",
106412  cjkwd="w",
106413  description="YI SYLLABLE HLYP",
106414  direction="l",
106415  linebreak="id",
106416  unicodeslot=0xA1B4,
106417 },
106418 [0xA1B5]={
106419  category="lo",
106420  cjkwd="w",
106421  description="YI SYLLABLE HLYRX",
106422  direction="l",
106423  linebreak="id",
106424  unicodeslot=0xA1B5,
106425 },
106426 [0xA1B6]={
106427  category="lo",
106428  cjkwd="w",
106429  description="YI SYLLABLE HLYR",
106430  direction="l",
106431  linebreak="id",
106432  unicodeslot=0xA1B6,
106433 },
106434 [0xA1B7]={
106435  category="lo",
106436  cjkwd="w",
106437  description="YI SYLLABLE LIT",
106438  direction="l",
106439  linebreak="id",
106440  unicodeslot=0xA1B7,
106441 },
106442 [0xA1B8]={
106443  category="lo",
106444  cjkwd="w",
106445  description="YI SYLLABLE LIX",
106446  direction="l",
106447  linebreak="id",
106448  unicodeslot=0xA1B8,
106449 },
106450 [0xA1B9]={
106451  category="lo",
106452  cjkwd="w",
106453  description="YI SYLLABLE LI",
106454  direction="l",
106455  linebreak="id",
106456  unicodeslot=0xA1B9,
106457 },
106458 [0xA1BA]={
106459  category="lo",
106460  cjkwd="w",
106461  description="YI SYLLABLE LIP",
106462  direction="l",
106463  linebreak="id",
106464  unicodeslot=0xA1BA,
106465 },
106466 [0xA1BB]={
106467  category="lo",
106468  cjkwd="w",
106469  description="YI SYLLABLE LIET",
106470  direction="l",
106471  linebreak="id",
106472  unicodeslot=0xA1BB,
106473 },
106474 [0xA1BC]={
106475  category="lo",
106476  cjkwd="w",
106477  description="YI SYLLABLE LIEX",
106478  direction="l",
106479  linebreak="id",
106480  unicodeslot=0xA1BC,
106481 },
106482 [0xA1BD]={
106483  category="lo",
106484  cjkwd="w",
106485  description="YI SYLLABLE LIE",
106486  direction="l",
106487  linebreak="id",
106488  unicodeslot=0xA1BD,
106489 },
106490 [0xA1BE]={
106491  category="lo",
106492  cjkwd="w",
106493  description="YI SYLLABLE LIEP",
106494  direction="l",
106495  linebreak="id",
106496  unicodeslot=0xA1BE,
106497 },
106498 [0xA1BF]={
106499  category="lo",
106500  cjkwd="w",
106501  description="YI SYLLABLE LAT",
106502  direction="l",
106503  linebreak="id",
106504  unicodeslot=0xA1BF,
106505 },
106506 [0xA1C0]={
106507  category="lo",
106508  cjkwd="w",
106509  description="YI SYLLABLE LAX",
106510  direction="l",
106511  linebreak="id",
106512  unicodeslot=0xA1C0,
106513 },
106514 [0xA1C1]={
106515  category="lo",
106516  cjkwd="w",
106517  description="YI SYLLABLE LA",
106518  direction="l",
106519  linebreak="id",
106520  unicodeslot=0xA1C1,
106521 },
106522 [0xA1C2]={
106523  category="lo",
106524  cjkwd="w",
106525  description="YI SYLLABLE LAP",
106526  direction="l",
106527  linebreak="id",
106528  unicodeslot=0xA1C2,
106529 },
106530 [0xA1C3]={
106531  category="lo",
106532  cjkwd="w",
106533  description="YI SYLLABLE LUOT",
106534  direction="l",
106535  linebreak="id",
106536  unicodeslot=0xA1C3,
106537 },
106538 [0xA1C4]={
106539  category="lo",
106540  cjkwd="w",
106541  description="YI SYLLABLE LUOX",
106542  direction="l",
106543  linebreak="id",
106544  unicodeslot=0xA1C4,
106545 },
106546 [0xA1C5]={
106547  category="lo",
106548  cjkwd="w",
106549  description="YI SYLLABLE LUO",
106550  direction="l",
106551  linebreak="id",
106552  unicodeslot=0xA1C5,
106553 },
106554 [0xA1C6]={
106555  category="lo",
106556  cjkwd="w",
106557  description="YI SYLLABLE LUOP",
106558  direction="l",
106559  linebreak="id",
106560  unicodeslot=0xA1C6,
106561 },
106562 [0xA1C7]={
106563  category="lo",
106564  cjkwd="w",
106565  description="YI SYLLABLE LOT",
106566  direction="l",
106567  linebreak="id",
106568  unicodeslot=0xA1C7,
106569 },
106570 [0xA1C8]={
106571  category="lo",
106572  cjkwd="w",
106573  description="YI SYLLABLE LOX",
106574  direction="l",
106575  linebreak="id",
106576  unicodeslot=0xA1C8,
106577 },
106578 [0xA1C9]={
106579  category="lo",
106580  cjkwd="w",
106581  description="YI SYLLABLE LO",
106582  direction="l",
106583  linebreak="id",
106584  unicodeslot=0xA1C9,
106585 },
106586 [0xA1CA]={
106587  category="lo",
106588  cjkwd="w",
106589  description="YI SYLLABLE LOP",
106590  direction="l",
106591  linebreak="id",
106592  unicodeslot=0xA1CA,
106593 },
106594 [0xA1CB]={
106595  category="lo",
106596  cjkwd="w",
106597  description="YI SYLLABLE LEX",
106598  direction="l",
106599  linebreak="id",
106600  unicodeslot=0xA1CB,
106601 },
106602 [0xA1CC]={
106603  category="lo",
106604  cjkwd="w",
106605  description="YI SYLLABLE LE",
106606  direction="l",
106607  linebreak="id",
106608  unicodeslot=0xA1CC,
106609 },
106610 [0xA1CD]={
106611  category="lo",
106612  cjkwd="w",
106613  description="YI SYLLABLE LEP",
106614  direction="l",
106615  linebreak="id",
106616  unicodeslot=0xA1CD,
106617 },
106618 [0xA1CE]={
106619  category="lo",
106620  cjkwd="w",
106621  description="YI SYLLABLE LUT",
106622  direction="l",
106623  linebreak="id",
106624  unicodeslot=0xA1CE,
106625 },
106626 [0xA1CF]={
106627  category="lo",
106628  cjkwd="w",
106629  description="YI SYLLABLE LUX",
106630  direction="l",
106631  linebreak="id",
106632  unicodeslot=0xA1CF,
106633 },
106634 [0xA1D0]={
106635  category="lo",
106636  cjkwd="w",
106637  description="YI SYLLABLE LU",
106638  direction="l",
106639  linebreak="id",
106640  unicodeslot=0xA1D0,
106641 },
106642 [0xA1D1]={
106643  category="lo",
106644  cjkwd="w",
106645  description="YI SYLLABLE LUP",
106646  direction="l",
106647  linebreak="id",
106648  unicodeslot=0xA1D1,
106649 },
106650 [0xA1D2]={
106651  category="lo",
106652  cjkwd="w",
106653  description="YI SYLLABLE LURX",
106654  direction="l",
106655  linebreak="id",
106656  unicodeslot=0xA1D2,
106657 },
106658 [0xA1D3]={
106659  category="lo",
106660  cjkwd="w",
106661  description="YI SYLLABLE LUR",
106662  direction="l",
106663  linebreak="id",
106664  unicodeslot=0xA1D3,
106665 },
106666 [0xA1D4]={
106667  category="lo",
106668  cjkwd="w",
106669  description="YI SYLLABLE LYT",
106670  direction="l",
106671  linebreak="id",
106672  unicodeslot=0xA1D4,
106673 },
106674 [0xA1D5]={
106675  category="lo",
106676  cjkwd="w",
106677  description="YI SYLLABLE LYX",
106678  direction="l",
106679  linebreak="id",
106680  unicodeslot=0xA1D5,
106681 },
106682 [0xA1D6]={
106683  category="lo",
106684  cjkwd="w",
106685  description="YI SYLLABLE LY",
106686  direction="l",
106687  linebreak="id",
106688  unicodeslot=0xA1D6,
106689 },
106690 [0xA1D7]={
106691  category="lo",
106692  cjkwd="w",
106693  description="YI SYLLABLE LYP",
106694  direction="l",
106695  linebreak="id",
106696  unicodeslot=0xA1D7,
106697 },
106698 [0xA1D8]={
106699  category="lo",
106700  cjkwd="w",
106701  description="YI SYLLABLE LYRX",
106702  direction="l",
106703  linebreak="id",
106704  unicodeslot=0xA1D8,
106705 },
106706 [0xA1D9]={
106707  category="lo",
106708  cjkwd="w",
106709  description="YI SYLLABLE LYR",
106710  direction="l",
106711  linebreak="id",
106712  unicodeslot=0xA1D9,
106713 },
106714 [0xA1DA]={
106715  category="lo",
106716  cjkwd="w",
106717  description="YI SYLLABLE GIT",
106718  direction="l",
106719  linebreak="id",
106720  unicodeslot=0xA1DA,
106721 },
106722 [0xA1DB]={
106723  category="lo",
106724  cjkwd="w",
106725  description="YI SYLLABLE GIX",
106726  direction="l",
106727  linebreak="id",
106728  unicodeslot=0xA1DB,
106729 },
106730 [0xA1DC]={
106731  category="lo",
106732  cjkwd="w",
106733  description="YI SYLLABLE GI",
106734  direction="l",
106735  linebreak="id",
106736  unicodeslot=0xA1DC,
106737 },
106738 [0xA1DD]={
106739  category="lo",
106740  cjkwd="w",
106741  description="YI SYLLABLE GIP",
106742  direction="l",
106743  linebreak="id",
106744  unicodeslot=0xA1DD,
106745 },
106746 [0xA1DE]={
106747  category="lo",
106748  cjkwd="w",
106749  description="YI SYLLABLE GIET",
106750  direction="l",
106751  linebreak="id",
106752  unicodeslot=0xA1DE,
106753 },
106754 [0xA1DF]={
106755  category="lo",
106756  cjkwd="w",
106757  description="YI SYLLABLE GIEX",
106758  direction="l",
106759  linebreak="id",
106760  unicodeslot=0xA1DF,
106761 },
106762 [0xA1E0]={
106763  category="lo",
106764  cjkwd="w",
106765  description="YI SYLLABLE GIE",
106766  direction="l",
106767  linebreak="id",
106768  unicodeslot=0xA1E0,
106769 },
106770 [0xA1E1]={
106771  category="lo",
106772  cjkwd="w",
106773  description="YI SYLLABLE GIEP",
106774  direction="l",
106775  linebreak="id",
106776  unicodeslot=0xA1E1,
106777 },
106778 [0xA1E2]={
106779  category="lo",
106780  cjkwd="w",
106781  description="YI SYLLABLE GAT",
106782  direction="l",
106783  linebreak="id",
106784  unicodeslot=0xA1E2,
106785 },
106786 [0xA1E3]={
106787  category="lo",
106788  cjkwd="w",
106789  description="YI SYLLABLE GAX",
106790  direction="l",
106791  linebreak="id",
106792  unicodeslot=0xA1E3,
106793 },
106794 [0xA1E4]={
106795  category="lo",
106796  cjkwd="w",
106797  description="YI SYLLABLE GA",
106798  direction="l",
106799  linebreak="id",
106800  unicodeslot=0xA1E4,
106801 },
106802 [0xA1E5]={
106803  category="lo",
106804  cjkwd="w",
106805  description="YI SYLLABLE GAP",
106806  direction="l",
106807  linebreak="id",
106808  unicodeslot=0xA1E5,
106809 },
106810 [0xA1E6]={
106811  category="lo",
106812  cjkwd="w",
106813  description="YI SYLLABLE GUOT",
106814  direction="l",
106815  linebreak="id",
106816  unicodeslot=0xA1E6,
106817 },
106818 [0xA1E7]={
106819  category="lo",
106820  cjkwd="w",
106821  description="YI SYLLABLE GUOX",
106822  direction="l",
106823  linebreak="id",
106824  unicodeslot=0xA1E7,
106825 },
106826 [0xA1E8]={
106827  category="lo",
106828  cjkwd="w",
106829  description="YI SYLLABLE GUO",
106830  direction="l",
106831  linebreak="id",
106832  unicodeslot=0xA1E8,
106833 },
106834 [0xA1E9]={
106835  category="lo",
106836  cjkwd="w",
106837  description="YI SYLLABLE GUOP",
106838  direction="l",
106839  linebreak="id",
106840  unicodeslot=0xA1E9,
106841 },
106842 [0xA1EA]={
106843  category="lo",
106844  cjkwd="w",
106845  description="YI SYLLABLE GOT",
106846  direction="l",
106847  linebreak="id",
106848  unicodeslot=0xA1EA,
106849 },
106850 [0xA1EB]={
106851  category="lo",
106852  cjkwd="w",
106853  description="YI SYLLABLE GOX",
106854  direction="l",
106855  linebreak="id",
106856  unicodeslot=0xA1EB,
106857 },
106858 [0xA1EC]={
106859  category="lo",
106860  cjkwd="w",
106861  description="YI SYLLABLE GO",
106862  direction="l",
106863  linebreak="id",
106864  unicodeslot=0xA1EC,
106865 },
106866 [0xA1ED]={
106867  category="lo",
106868  cjkwd="w",
106869  description="YI SYLLABLE GOP",
106870  direction="l",
106871  linebreak="id",
106872  unicodeslot=0xA1ED,
106873 },
106874 [0xA1EE]={
106875  category="lo",
106876  cjkwd="w",
106877  description="YI SYLLABLE GET",
106878  direction="l",
106879  linebreak="id",
106880  unicodeslot=0xA1EE,
106881 },
106882 [0xA1EF]={
106883  category="lo",
106884  cjkwd="w",
106885  description="YI SYLLABLE GEX",
106886  direction="l",
106887  linebreak="id",
106888  unicodeslot=0xA1EF,
106889 },
106890 [0xA1F0]={
106891  category="lo",
106892  cjkwd="w",
106893  description="YI SYLLABLE GE",
106894  direction="l",
106895  linebreak="id",
106896  unicodeslot=0xA1F0,
106897 },
106898 [0xA1F1]={
106899  category="lo",
106900  cjkwd="w",
106901  description="YI SYLLABLE GEP",
106902  direction="l",
106903  linebreak="id",
106904  unicodeslot=0xA1F1,
106905 },
106906 [0xA1F2]={
106907  category="lo",
106908  cjkwd="w",
106909  description="YI SYLLABLE GUT",
106910  direction="l",
106911  linebreak="id",
106912  unicodeslot=0xA1F2,
106913 },
106914 [0xA1F3]={
106915  category="lo",
106916  cjkwd="w",
106917  description="YI SYLLABLE GUX",
106918  direction="l",
106919  linebreak="id",
106920  unicodeslot=0xA1F3,
106921 },
106922 [0xA1F4]={
106923  category="lo",
106924  cjkwd="w",
106925  description="YI SYLLABLE GU",
106926  direction="l",
106927  linebreak="id",
106928  unicodeslot=0xA1F4,
106929 },
106930 [0xA1F5]={
106931  category="lo",
106932  cjkwd="w",
106933  description="YI SYLLABLE GUP",
106934  direction="l",
106935  linebreak="id",
106936  unicodeslot=0xA1F5,
106937 },
106938 [0xA1F6]={
106939  category="lo",
106940  cjkwd="w",
106941  description="YI SYLLABLE GURX",
106942  direction="l",
106943  linebreak="id",
106944  unicodeslot=0xA1F6,
106945 },
106946 [0xA1F7]={
106947  category="lo",
106948  cjkwd="w",
106949  description="YI SYLLABLE GUR",
106950  direction="l",
106951  linebreak="id",
106952  unicodeslot=0xA1F7,
106953 },
106954 [0xA1F8]={
106955  category="lo",
106956  cjkwd="w",
106957  description="YI SYLLABLE KIT",
106958  direction="l",
106959  linebreak="id",
106960  unicodeslot=0xA1F8,
106961 },
106962 [0xA1F9]={
106963  category="lo",
106964  cjkwd="w",
106965  description="YI SYLLABLE KIX",
106966  direction="l",
106967  linebreak="id",
106968  unicodeslot=0xA1F9,
106969 },
106970 [0xA1FA]={
106971  category="lo",
106972  cjkwd="w",
106973  description="YI SYLLABLE KI",
106974  direction="l",
106975  linebreak="id",
106976  unicodeslot=0xA1FA,
106977 },
106978 [0xA1FB]={
106979  category="lo",
106980  cjkwd="w",
106981  description="YI SYLLABLE KIP",
106982  direction="l",
106983  linebreak="id",
106984  unicodeslot=0xA1FB,
106985 },
106986 [0xA1FC]={
106987  category="lo",
106988  cjkwd="w",
106989  description="YI SYLLABLE KIEX",
106990  direction="l",
106991  linebreak="id",
106992  unicodeslot=0xA1FC,
106993 },
106994 [0xA1FD]={
106995  category="lo",
106996  cjkwd="w",
106997  description="YI SYLLABLE KIE",
106998  direction="l",
106999  linebreak="id",
107000  unicodeslot=0xA1FD,
107001 },
107002 [0xA1FE]={
107003  category="lo",
107004  cjkwd="w",
107005  description="YI SYLLABLE KIEP",
107006  direction="l",
107007  linebreak="id",
107008  unicodeslot=0xA1FE,
107009 },
107010 [0xA1FF]={
107011  category="lo",
107012  cjkwd="w",
107013  description="YI SYLLABLE KAT",
107014  direction="l",
107015  linebreak="id",
107016  unicodeslot=0xA1FF,
107017 },
107018 [0xA200]={
107019  category="lo",
107020  cjkwd="w",
107021  description="YI SYLLABLE KAX",
107022  direction="l",
107023  linebreak="id",
107024  unicodeslot=0xA200,
107025 },
107026 [0xA201]={
107027  category="lo",
107028  cjkwd="w",
107029  description="YI SYLLABLE KA",
107030  direction="l",
107031  linebreak="id",
107032  unicodeslot=0xA201,
107033 },
107034 [0xA202]={
107035  category="lo",
107036  cjkwd="w",
107037  description="YI SYLLABLE KAP",
107038  direction="l",
107039  linebreak="id",
107040  unicodeslot=0xA202,
107041 },
107042 [0xA203]={
107043  category="lo",
107044  cjkwd="w",
107045  description="YI SYLLABLE KUOX",
107046  direction="l",
107047  linebreak="id",
107048  unicodeslot=0xA203,
107049 },
107050 [0xA204]={
107051  category="lo",
107052  cjkwd="w",
107053  description="YI SYLLABLE KUO",
107054  direction="l",
107055  linebreak="id",
107056  unicodeslot=0xA204,
107057 },
107058 [0xA205]={
107059  category="lo",
107060  cjkwd="w",
107061  description="YI SYLLABLE KUOP",
107062  direction="l",
107063  linebreak="id",
107064  unicodeslot=0xA205,
107065 },
107066 [0xA206]={
107067  category="lo",
107068  cjkwd="w",
107069  description="YI SYLLABLE KOT",
107070  direction="l",
107071  linebreak="id",
107072  unicodeslot=0xA206,
107073 },
107074 [0xA207]={
107075  category="lo",
107076  cjkwd="w",
107077  description="YI SYLLABLE KOX",
107078  direction="l",
107079  linebreak="id",
107080  unicodeslot=0xA207,
107081 },
107082 [0xA208]={
107083  category="lo",
107084  cjkwd="w",
107085  description="YI SYLLABLE KO",
107086  direction="l",
107087  linebreak="id",
107088  unicodeslot=0xA208,
107089 },
107090 [0xA209]={
107091  category="lo",
107092  cjkwd="w",
107093  description="YI SYLLABLE KOP",
107094  direction="l",
107095  linebreak="id",
107096  unicodeslot=0xA209,
107097 },
107098 [0xA20A]={
107099  category="lo",
107100  cjkwd="w",
107101  description="YI SYLLABLE KET",
107102  direction="l",
107103  linebreak="id",
107104  unicodeslot=0xA20A,
107105 },
107106 [0xA20B]={
107107  category="lo",
107108  cjkwd="w",
107109  description="YI SYLLABLE KEX",
107110  direction="l",
107111  linebreak="id",
107112  unicodeslot=0xA20B,
107113 },
107114 [0xA20C]={
107115  category="lo",
107116  cjkwd="w",
107117  description="YI SYLLABLE KE",
107118  direction="l",
107119  linebreak="id",
107120  unicodeslot=0xA20C,
107121 },
107122 [0xA20D]={
107123  category="lo",
107124  cjkwd="w",
107125  description="YI SYLLABLE KEP",
107126  direction="l",
107127  linebreak="id",
107128  unicodeslot=0xA20D,
107129 },
107130 [0xA20E]={
107131  category="lo",
107132  cjkwd="w",
107133  description="YI SYLLABLE KUT",
107134  direction="l",
107135  linebreak="id",
107136  unicodeslot=0xA20E,
107137 },
107138 [0xA20F]={
107139  category="lo",
107140  cjkwd="w",
107141  description="YI SYLLABLE KUX",
107142  direction="l",
107143  linebreak="id",
107144  unicodeslot=0xA20F,
107145 },
107146 [0xA210]={
107147  category="lo",
107148  cjkwd="w",
107149  description="YI SYLLABLE KU",
107150  direction="l",
107151  linebreak="id",
107152  unicodeslot=0xA210,
107153 },
107154 [0xA211]={
107155  category="lo",
107156  cjkwd="w",
107157  description="YI SYLLABLE KUP",
107158  direction="l",
107159  linebreak="id",
107160  unicodeslot=0xA211,
107161 },
107162 [0xA212]={
107163  category="lo",
107164  cjkwd="w",
107165  description="YI SYLLABLE KURX",
107166  direction="l",
107167  linebreak="id",
107168  unicodeslot=0xA212,
107169 },
107170 [0xA213]={
107171  category="lo",
107172  cjkwd="w",
107173  description="YI SYLLABLE KUR",
107174  direction="l",
107175  linebreak="id",
107176  unicodeslot=0xA213,
107177 },
107178 [0xA214]={
107179  category="lo",
107180  cjkwd="w",
107181  description="YI SYLLABLE GGIT",
107182  direction="l",
107183  linebreak="id",
107184  unicodeslot=0xA214,
107185 },
107186 [0xA215]={
107187  category="lo",
107188  cjkwd="w",
107189  description="YI SYLLABLE GGIX",
107190  direction="l",
107191  linebreak="id",
107192  unicodeslot=0xA215,
107193 },
107194 [0xA216]={
107195  category="lo",
107196  cjkwd="w",
107197  description="YI SYLLABLE GGI",
107198  direction="l",
107199  linebreak="id",
107200  unicodeslot=0xA216,
107201 },
107202 [0xA217]={
107203  category="lo",
107204  cjkwd="w",
107205  description="YI SYLLABLE GGIEX",
107206  direction="l",
107207  linebreak="id",
107208  unicodeslot=0xA217,
107209 },
107210 [0xA218]={
107211  category="lo",
107212  cjkwd="w",
107213  description="YI SYLLABLE GGIE",
107214  direction="l",
107215  linebreak="id",
107216  unicodeslot=0xA218,
107217 },
107218 [0xA219]={
107219  category="lo",
107220  cjkwd="w",
107221  description="YI SYLLABLE GGIEP",
107222  direction="l",
107223  linebreak="id",
107224  unicodeslot=0xA219,
107225 },
107226 [0xA21A]={
107227  category="lo",
107228  cjkwd="w",
107229  description="YI SYLLABLE GGAT",
107230  direction="l",
107231  linebreak="id",
107232  unicodeslot=0xA21A,
107233 },
107234 [0xA21B]={
107235  category="lo",
107236  cjkwd="w",
107237  description="YI SYLLABLE GGAX",
107238  direction="l",
107239  linebreak="id",
107240  unicodeslot=0xA21B,
107241 },
107242 [0xA21C]={
107243  category="lo",
107244  cjkwd="w",
107245  description="YI SYLLABLE GGA",
107246  direction="l",
107247  linebreak="id",
107248  unicodeslot=0xA21C,
107249 },
107250 [0xA21D]={
107251  category="lo",
107252  cjkwd="w",
107253  description="YI SYLLABLE GGAP",
107254  direction="l",
107255  linebreak="id",
107256  unicodeslot=0xA21D,
107257 },
107258 [0xA21E]={
107259  category="lo",
107260  cjkwd="w",
107261  description="YI SYLLABLE GGUOT",
107262  direction="l",
107263  linebreak="id",
107264  unicodeslot=0xA21E,
107265 },
107266 [0xA21F]={
107267  category="lo",
107268  cjkwd="w",
107269  description="YI SYLLABLE GGUOX",
107270  direction="l",
107271  linebreak="id",
107272  unicodeslot=0xA21F,
107273 },
107274 [0xA220]={
107275  category="lo",
107276  cjkwd="w",
107277  description="YI SYLLABLE GGUO",
107278  direction="l",
107279  linebreak="id",
107280  unicodeslot=0xA220,
107281 },
107282 [0xA221]={
107283  category="lo",
107284  cjkwd="w",
107285  description="YI SYLLABLE GGUOP",
107286  direction="l",
107287  linebreak="id",
107288  unicodeslot=0xA221,
107289 },
107290 [0xA222]={
107291  category="lo",
107292  cjkwd="w",
107293  description="YI SYLLABLE GGOT",
107294  direction="l",
107295  linebreak="id",
107296  unicodeslot=0xA222,
107297 },
107298 [0xA223]={
107299  category="lo",
107300  cjkwd="w",
107301  description="YI SYLLABLE GGOX",
107302  direction="l",
107303  linebreak="id",
107304  unicodeslot=0xA223,
107305 },
107306 [0xA224]={
107307  category="lo",
107308  cjkwd="w",
107309  description="YI SYLLABLE GGO",
107310  direction="l",
107311  linebreak="id",
107312  unicodeslot=0xA224,
107313 },
107314 [0xA225]={
107315  category="lo",
107316  cjkwd="w",
107317  description="YI SYLLABLE GGOP",
107318  direction="l",
107319  linebreak="id",
107320  unicodeslot=0xA225,
107321 },
107322 [0xA226]={
107323  category="lo",
107324  cjkwd="w",
107325  description="YI SYLLABLE GGET",
107326  direction="l",
107327  linebreak="id",
107328  unicodeslot=0xA226,
107329 },
107330 [0xA227]={
107331  category="lo",
107332  cjkwd="w",
107333  description="YI SYLLABLE GGEX",
107334  direction="l",
107335  linebreak="id",
107336  unicodeslot=0xA227,
107337 },
107338 [0xA228]={
107339  category="lo",
107340  cjkwd="w",
107341  description="YI SYLLABLE GGE",
107342  direction="l",
107343  linebreak="id",
107344  unicodeslot=0xA228,
107345 },
107346 [0xA229]={
107347  category="lo",
107348  cjkwd="w",
107349  description="YI SYLLABLE GGEP",
107350  direction="l",
107351  linebreak="id",
107352  unicodeslot=0xA229,
107353 },
107354 [0xA22A]={
107355  category="lo",
107356  cjkwd="w",
107357  description="YI SYLLABLE GGUT",
107358  direction="l",
107359  linebreak="id",
107360  unicodeslot=0xA22A,
107361 },
107362 [0xA22B]={
107363  category="lo",
107364  cjkwd="w",
107365  description="YI SYLLABLE GGUX",
107366  direction="l",
107367  linebreak="id",
107368  unicodeslot=0xA22B,
107369 },
107370 [0xA22C]={
107371  category="lo",
107372  cjkwd="w",
107373  description="YI SYLLABLE GGU",
107374  direction="l",
107375  linebreak="id",
107376  unicodeslot=0xA22C,
107377 },
107378 [0xA22D]={
107379  category="lo",
107380  cjkwd="w",
107381  description="YI SYLLABLE GGUP",
107382  direction="l",
107383  linebreak="id",
107384  unicodeslot=0xA22D,
107385 },
107386 [0xA22E]={
107387  category="lo",
107388  cjkwd="w",
107389  description="YI SYLLABLE GGURX",
107390  direction="l",
107391  linebreak="id",
107392  unicodeslot=0xA22E,
107393 },
107394 [0xA22F]={
107395  category="lo",
107396  cjkwd="w",
107397  description="YI SYLLABLE GGUR",
107398  direction="l",
107399  linebreak="id",
107400  unicodeslot=0xA22F,
107401 },
107402 [0xA230]={
107403  category="lo",
107404  cjkwd="w",
107405  description="YI SYLLABLE MGIEX",
107406  direction="l",
107407  linebreak="id",
107408  unicodeslot=0xA230,
107409 },
107410 [0xA231]={
107411  category="lo",
107412  cjkwd="w",
107413  description="YI SYLLABLE MGIE",
107414  direction="l",
107415  linebreak="id",
107416  unicodeslot=0xA231,
107417 },
107418 [0xA232]={
107419  category="lo",
107420  cjkwd="w",
107421  description="YI SYLLABLE MGAT",
107422  direction="l",
107423  linebreak="id",
107424  unicodeslot=0xA232,
107425 },
107426 [0xA233]={
107427  category="lo",
107428  cjkwd="w",
107429  description="YI SYLLABLE MGAX",
107430  direction="l",
107431  linebreak="id",
107432  unicodeslot=0xA233,
107433 },
107434 [0xA234]={
107435  category="lo",
107436  cjkwd="w",
107437  description="YI SYLLABLE MGA",
107438  direction="l",
107439  linebreak="id",
107440  unicodeslot=0xA234,
107441 },
107442 [0xA235]={
107443  category="lo",
107444  cjkwd="w",
107445  description="YI SYLLABLE MGAP",
107446  direction="l",
107447  linebreak="id",
107448  unicodeslot=0xA235,
107449 },
107450 [0xA236]={
107451  category="lo",
107452  cjkwd="w",
107453  description="YI SYLLABLE MGUOX",
107454  direction="l",
107455  linebreak="id",
107456  unicodeslot=0xA236,
107457 },
107458 [0xA237]={
107459  category="lo",
107460  cjkwd="w",
107461  description="YI SYLLABLE MGUO",
107462  direction="l",
107463  linebreak="id",
107464  unicodeslot=0xA237,
107465 },
107466 [0xA238]={
107467  category="lo",
107468  cjkwd="w",
107469  description="YI SYLLABLE MGUOP",
107470  direction="l",
107471  linebreak="id",
107472  unicodeslot=0xA238,
107473 },
107474 [0xA239]={
107475  category="lo",
107476  cjkwd="w",
107477  description="YI SYLLABLE MGOT",
107478  direction="l",
107479  linebreak="id",
107480  unicodeslot=0xA239,
107481 },
107482 [0xA23A]={
107483  category="lo",
107484  cjkwd="w",
107485  description="YI SYLLABLE MGOX",
107486  direction="l",
107487  linebreak="id",
107488  unicodeslot=0xA23A,
107489 },
107490 [0xA23B]={
107491  category="lo",
107492  cjkwd="w",
107493  description="YI SYLLABLE MGO",
107494  direction="l",
107495  linebreak="id",
107496  unicodeslot=0xA23B,
107497 },
107498 [0xA23C]={
107499  category="lo",
107500  cjkwd="w",
107501  description="YI SYLLABLE MGOP",
107502  direction="l",
107503  linebreak="id",
107504  unicodeslot=0xA23C,
107505 },
107506 [0xA23D]={
107507  category="lo",
107508  cjkwd="w",
107509  description="YI SYLLABLE MGEX",
107510  direction="l",
107511  linebreak="id",
107512  unicodeslot=0xA23D,
107513 },
107514 [0xA23E]={
107515  category="lo",
107516  cjkwd="w",
107517  description="YI SYLLABLE MGE",
107518  direction="l",
107519  linebreak="id",
107520  unicodeslot=0xA23E,
107521 },
107522 [0xA23F]={
107523  category="lo",
107524  cjkwd="w",
107525  description="YI SYLLABLE MGEP",
107526  direction="l",
107527  linebreak="id",
107528  unicodeslot=0xA23F,
107529 },
107530 [0xA240]={
107531  category="lo",
107532  cjkwd="w",
107533  description="YI SYLLABLE MGUT",
107534  direction="l",
107535  linebreak="id",
107536  unicodeslot=0xA240,
107537 },
107538 [0xA241]={
107539  category="lo",
107540  cjkwd="w",
107541  description="YI SYLLABLE MGUX",
107542  direction="l",
107543  linebreak="id",
107544  unicodeslot=0xA241,
107545 },
107546 [0xA242]={
107547  category="lo",
107548  cjkwd="w",
107549  description="YI SYLLABLE MGU",
107550  direction="l",
107551  linebreak="id",
107552  unicodeslot=0xA242,
107553 },
107554 [0xA243]={
107555  category="lo",
107556  cjkwd="w",
107557  description="YI SYLLABLE MGUP",
107558  direction="l",
107559  linebreak="id",
107560  unicodeslot=0xA243,
107561 },
107562 [0xA244]={
107563  category="lo",
107564  cjkwd="w",
107565  description="YI SYLLABLE MGURX",
107566  direction="l",
107567  linebreak="id",
107568  unicodeslot=0xA244,
107569 },
107570 [0xA245]={
107571  category="lo",
107572  cjkwd="w",
107573  description="YI SYLLABLE MGUR",
107574  direction="l",
107575  linebreak="id",
107576  unicodeslot=0xA245,
107577 },
107578 [0xA246]={
107579  category="lo",
107580  cjkwd="w",
107581  description="YI SYLLABLE HXIT",
107582  direction="l",
107583  linebreak="id",
107584  unicodeslot=0xA246,
107585 },
107586 [0xA247]={
107587  category="lo",
107588  cjkwd="w",
107589  description="YI SYLLABLE HXIX",
107590  direction="l",
107591  linebreak="id",
107592  unicodeslot=0xA247,
107593 },
107594 [0xA248]={
107595  category="lo",
107596  cjkwd="w",
107597  description="YI SYLLABLE HXI",
107598  direction="l",
107599  linebreak="id",
107600  unicodeslot=0xA248,
107601 },
107602 [0xA249]={
107603  category="lo",
107604  cjkwd="w",
107605  description="YI SYLLABLE HXIP",
107606  direction="l",
107607  linebreak="id",
107608  unicodeslot=0xA249,
107609 },
107610 [0xA24A]={
107611  category="lo",
107612  cjkwd="w",
107613  description="YI SYLLABLE HXIET",
107614  direction="l",
107615  linebreak="id",
107616  unicodeslot=0xA24A,
107617 },
107618 [0xA24B]={
107619  category="lo",
107620  cjkwd="w",
107621  description="YI SYLLABLE HXIEX",
107622  direction="l",
107623  linebreak="id",
107624  unicodeslot=0xA24B,
107625 },
107626 [0xA24C]={
107627  category="lo",
107628  cjkwd="w",
107629  description="YI SYLLABLE HXIE",
107630  direction="l",
107631  linebreak="id",
107632  unicodeslot=0xA24C,
107633 },
107634 [0xA24D]={
107635  category="lo",
107636  cjkwd="w",
107637  description="YI SYLLABLE HXIEP",
107638  direction="l",
107639  linebreak="id",
107640  unicodeslot=0xA24D,
107641 },
107642 [0xA24E]={
107643  category="lo",
107644  cjkwd="w",
107645  description="YI SYLLABLE HXAT",
107646  direction="l",
107647  linebreak="id",
107648  unicodeslot=0xA24E,
107649 },
107650 [0xA24F]={
107651  category="lo",
107652  cjkwd="w",
107653  description="YI SYLLABLE HXAX",
107654  direction="l",
107655  linebreak="id",
107656  unicodeslot=0xA24F,
107657 },
107658 [0xA250]={
107659  category="lo",
107660  cjkwd="w",
107661  description="YI SYLLABLE HXA",
107662  direction="l",
107663  linebreak="id",
107664  unicodeslot=0xA250,
107665 },
107666 [0xA251]={
107667  category="lo",
107668  cjkwd="w",
107669  description="YI SYLLABLE HXAP",
107670  direction="l",
107671  linebreak="id",
107672  unicodeslot=0xA251,
107673 },
107674 [0xA252]={
107675  category="lo",
107676  cjkwd="w",
107677  description="YI SYLLABLE HXUOT",
107678  direction="l",
107679  linebreak="id",
107680  unicodeslot=0xA252,
107681 },
107682 [0xA253]={
107683  category="lo",
107684  cjkwd="w",
107685  description="YI SYLLABLE HXUOX",
107686  direction="l",
107687  linebreak="id",
107688  unicodeslot=0xA253,
107689 },
107690 [0xA254]={
107691  category="lo",
107692  cjkwd="w",
107693  description="YI SYLLABLE HXUO",
107694  direction="l",
107695  linebreak="id",
107696  unicodeslot=0xA254,
107697 },
107698 [0xA255]={
107699  category="lo",
107700  cjkwd="w",
107701  description="YI SYLLABLE HXUOP",
107702  direction="l",
107703  linebreak="id",
107704  unicodeslot=0xA255,
107705 },
107706 [0xA256]={
107707  category="lo",
107708  cjkwd="w",
107709  description="YI SYLLABLE HXOT",
107710  direction="l",
107711  linebreak="id",
107712  unicodeslot=0xA256,
107713 },
107714 [0xA257]={
107715  category="lo",
107716  cjkwd="w",
107717  description="YI SYLLABLE HXOX",
107718  direction="l",
107719  linebreak="id",
107720  unicodeslot=0xA257,
107721 },
107722 [0xA258]={
107723  category="lo",
107724  cjkwd="w",
107725  description="YI SYLLABLE HXO",
107726  direction="l",
107727  linebreak="id",
107728  unicodeslot=0xA258,
107729 },
107730 [0xA259]={
107731  category="lo",
107732  cjkwd="w",
107733  description="YI SYLLABLE HXOP",
107734  direction="l",
107735  linebreak="id",
107736  unicodeslot=0xA259,
107737 },
107738 [0xA25A]={
107739  category="lo",
107740  cjkwd="w",
107741  description="YI SYLLABLE HXEX",
107742  direction="l",
107743  linebreak="id",
107744  unicodeslot=0xA25A,
107745 },
107746 [0xA25B]={
107747  category="lo",
107748  cjkwd="w",
107749  description="YI SYLLABLE HXE",
107750  direction="l",
107751  linebreak="id",
107752  unicodeslot=0xA25B,
107753 },
107754 [0xA25C]={
107755  category="lo",
107756  cjkwd="w",
107757  description="YI SYLLABLE HXEP",
107758  direction="l",
107759  linebreak="id",
107760  unicodeslot=0xA25C,
107761 },
107762 [0xA25D]={
107763  category="lo",
107764  cjkwd="w",
107765  description="YI SYLLABLE NGIEX",
107766  direction="l",
107767  linebreak="id",
107768  unicodeslot=0xA25D,
107769 },
107770 [0xA25E]={
107771  category="lo",
107772  cjkwd="w",
107773  description="YI SYLLABLE NGIE",
107774  direction="l",
107775  linebreak="id",
107776  unicodeslot=0xA25E,
107777 },
107778 [0xA25F]={
107779  category="lo",
107780  cjkwd="w",
107781  description="YI SYLLABLE NGIEP",
107782  direction="l",
107783  linebreak="id",
107784  unicodeslot=0xA25F,
107785 },
107786 [0xA260]={
107787  category="lo",
107788  cjkwd="w",
107789  description="YI SYLLABLE NGAT",
107790  direction="l",
107791  linebreak="id",
107792  unicodeslot=0xA260,
107793 },
107794 [0xA261]={
107795  category="lo",
107796  cjkwd="w",
107797  description="YI SYLLABLE NGAX",
107798  direction="l",
107799  linebreak="id",
107800  unicodeslot=0xA261,
107801 },
107802 [0xA262]={
107803  category="lo",
107804  cjkwd="w",
107805  description="YI SYLLABLE NGA",
107806  direction="l",
107807  linebreak="id",
107808  unicodeslot=0xA262,
107809 },
107810 [0xA263]={
107811  category="lo",
107812  cjkwd="w",
107813  description="YI SYLLABLE NGAP",
107814  direction="l",
107815  linebreak="id",
107816  unicodeslot=0xA263,
107817 },
107818 [0xA264]={
107819  category="lo",
107820  cjkwd="w",
107821  description="YI SYLLABLE NGUOT",
107822  direction="l",
107823  linebreak="id",
107824  unicodeslot=0xA264,
107825 },
107826 [0xA265]={
107827  category="lo",
107828  cjkwd="w",
107829  description="YI SYLLABLE NGUOX",
107830  direction="l",
107831  linebreak="id",
107832  unicodeslot=0xA265,
107833 },
107834 [0xA266]={
107835  category="lo",
107836  cjkwd="w",
107837  description="YI SYLLABLE NGUO",
107838  direction="l",
107839  linebreak="id",
107840  unicodeslot=0xA266,
107841 },
107842 [0xA267]={
107843  category="lo",
107844  cjkwd="w",
107845  description="YI SYLLABLE NGOT",
107846  direction="l",
107847  linebreak="id",
107848  unicodeslot=0xA267,
107849 },
107850 [0xA268]={
107851  category="lo",
107852  cjkwd="w",
107853  description="YI SYLLABLE NGOX",
107854  direction="l",
107855  linebreak="id",
107856  unicodeslot=0xA268,
107857 },
107858 [0xA269]={
107859  category="lo",
107860  cjkwd="w",
107861  description="YI SYLLABLE NGO",
107862  direction="l",
107863  linebreak="id",
107864  unicodeslot=0xA269,
107865 },
107866 [0xA26A]={
107867  category="lo",
107868  cjkwd="w",
107869  description="YI SYLLABLE NGOP",
107870  direction="l",
107871  linebreak="id",
107872  unicodeslot=0xA26A,
107873 },
107874 [0xA26B]={
107875  category="lo",
107876  cjkwd="w",
107877  description="YI SYLLABLE NGEX",
107878  direction="l",
107879  linebreak="id",
107880  unicodeslot=0xA26B,
107881 },
107882 [0xA26C]={
107883  category="lo",
107884  cjkwd="w",
107885  description="YI SYLLABLE NGE",
107886  direction="l",
107887  linebreak="id",
107888  unicodeslot=0xA26C,
107889 },
107890 [0xA26D]={
107891  category="lo",
107892  cjkwd="w",
107893  description="YI SYLLABLE NGEP",
107894  direction="l",
107895  linebreak="id",
107896  unicodeslot=0xA26D,
107897 },
107898 [0xA26E]={
107899  category="lo",
107900  cjkwd="w",
107901  description="YI SYLLABLE HIT",
107902  direction="l",
107903  linebreak="id",
107904  unicodeslot=0xA26E,
107905 },
107906 [0xA26F]={
107907  category="lo",
107908  cjkwd="w",
107909  description="YI SYLLABLE HIEX",
107910  direction="l",
107911  linebreak="id",
107912  unicodeslot=0xA26F,
107913 },
107914 [0xA270]={
107915  category="lo",
107916  cjkwd="w",
107917  description="YI SYLLABLE HIE",
107918  direction="l",
107919  linebreak="id",
107920  unicodeslot=0xA270,
107921 },
107922 [0xA271]={
107923  category="lo",
107924  cjkwd="w",
107925  description="YI SYLLABLE HAT",
107926  direction="l",
107927  linebreak="id",
107928  unicodeslot=0xA271,
107929 },
107930 [0xA272]={
107931  category="lo",
107932  cjkwd="w",
107933  description="YI SYLLABLE HAX",
107934  direction="l",
107935  linebreak="id",
107936  unicodeslot=0xA272,
107937 },
107938 [0xA273]={
107939  category="lo",
107940  cjkwd="w",
107941  description="YI SYLLABLE HA",
107942  direction="l",
107943  linebreak="id",
107944  unicodeslot=0xA273,
107945 },
107946 [0xA274]={
107947  category="lo",
107948  cjkwd="w",
107949  description="YI SYLLABLE HAP",
107950  direction="l",
107951  linebreak="id",
107952  unicodeslot=0xA274,
107953 },
107954 [0xA275]={
107955  category="lo",
107956  cjkwd="w",
107957  description="YI SYLLABLE HUOT",
107958  direction="l",
107959  linebreak="id",
107960  unicodeslot=0xA275,
107961 },
107962 [0xA276]={
107963  category="lo",
107964  cjkwd="w",
107965  description="YI SYLLABLE HUOX",
107966  direction="l",
107967  linebreak="id",
107968  unicodeslot=0xA276,
107969 },
107970 [0xA277]={
107971  category="lo",
107972  cjkwd="w",
107973  description="YI SYLLABLE HUO",
107974  direction="l",
107975  linebreak="id",
107976  unicodeslot=0xA277,
107977 },
107978 [0xA278]={
107979  category="lo",
107980  cjkwd="w",
107981  description="YI SYLLABLE HUOP",
107982  direction="l",
107983  linebreak="id",
107984  unicodeslot=0xA278,
107985 },
107986 [0xA279]={
107987  category="lo",
107988  cjkwd="w",
107989  description="YI SYLLABLE HOT",
107990  direction="l",
107991  linebreak="id",
107992  unicodeslot=0xA279,
107993 },
107994 [0xA27A]={
107995  category="lo",
107996  cjkwd="w",
107997  description="YI SYLLABLE HOX",
107998  direction="l",
107999  linebreak="id",
108000  unicodeslot=0xA27A,
108001 },
108002 [0xA27B]={
108003  category="lo",
108004  cjkwd="w",
108005  description="YI SYLLABLE HO",
108006  direction="l",
108007  linebreak="id",
108008  unicodeslot=0xA27B,
108009 },
108010 [0xA27C]={
108011  category="lo",
108012  cjkwd="w",
108013  description="YI SYLLABLE HOP",
108014  direction="l",
108015  linebreak="id",
108016  unicodeslot=0xA27C,
108017 },
108018 [0xA27D]={
108019  category="lo",
108020  cjkwd="w",
108021  description="YI SYLLABLE HEX",
108022  direction="l",
108023  linebreak="id",
108024  unicodeslot=0xA27D,
108025 },
108026 [0xA27E]={
108027  category="lo",
108028  cjkwd="w",
108029  description="YI SYLLABLE HE",
108030  direction="l",
108031  linebreak="id",
108032  unicodeslot=0xA27E,
108033 },
108034 [0xA27F]={
108035  category="lo",
108036  cjkwd="w",
108037  description="YI SYLLABLE HEP",
108038  direction="l",
108039  linebreak="id",
108040  unicodeslot=0xA27F,
108041 },
108042 [0xA280]={
108043  category="lo",
108044  cjkwd="w",
108045  description="YI SYLLABLE WAT",
108046  direction="l",
108047  linebreak="id",
108048  unicodeslot=0xA280,
108049 },
108050 [0xA281]={
108051  category="lo",
108052  cjkwd="w",
108053  description="YI SYLLABLE WAX",
108054  direction="l",
108055  linebreak="id",
108056  unicodeslot=0xA281,
108057 },
108058 [0xA282]={
108059  category="lo",
108060  cjkwd="w",
108061  description="YI SYLLABLE WA",
108062  direction="l",
108063  linebreak="id",
108064  unicodeslot=0xA282,
108065 },
108066 [0xA283]={
108067  category="lo",
108068  cjkwd="w",
108069  description="YI SYLLABLE WAP",
108070  direction="l",
108071  linebreak="id",
108072  unicodeslot=0xA283,
108073 },
108074 [0xA284]={
108075  category="lo",
108076  cjkwd="w",
108077  description="YI SYLLABLE WUOX",
108078  direction="l",
108079  linebreak="id",
108080  unicodeslot=0xA284,
108081 },
108082 [0xA285]={
108083  category="lo",
108084  cjkwd="w",
108085  description="YI SYLLABLE WUO",
108086  direction="l",
108087  linebreak="id",
108088  unicodeslot=0xA285,
108089 },
108090 [0xA286]={
108091  category="lo",
108092  cjkwd="w",
108093  description="YI SYLLABLE WUOP",
108094  direction="l",
108095  linebreak="id",
108096  unicodeslot=0xA286,
108097 },
108098 [0xA287]={
108099  category="lo",
108100  cjkwd="w",
108101  description="YI SYLLABLE WOX",
108102  direction="l",
108103  linebreak="id",
108104  unicodeslot=0xA287,
108105 },
108106 [0xA288]={
108107  category="lo",
108108  cjkwd="w",
108109  description="YI SYLLABLE WO",
108110  direction="l",
108111  linebreak="id",
108112  unicodeslot=0xA288,
108113 },
108114 [0xA289]={
108115  category="lo",
108116  cjkwd="w",
108117  description="YI SYLLABLE WOP",
108118  direction="l",
108119  linebreak="id",
108120  unicodeslot=0xA289,
108121 },
108122 [0xA28A]={
108123  category="lo",
108124  cjkwd="w",
108125  description="YI SYLLABLE WEX",
108126  direction="l",
108127  linebreak="id",
108128  unicodeslot=0xA28A,
108129 },
108130 [0xA28B]={
108131  category="lo",
108132  cjkwd="w",
108133  description="YI SYLLABLE WE",
108134  direction="l",
108135  linebreak="id",
108136  unicodeslot=0xA28B,
108137 },
108138 [0xA28C]={
108139  category="lo",
108140  cjkwd="w",
108141  description="YI SYLLABLE WEP",
108142  direction="l",
108143  linebreak="id",
108144  unicodeslot=0xA28C,
108145 },
108146 [0xA28D]={
108147  category="lo",
108148  cjkwd="w",
108149  description="YI SYLLABLE ZIT",
108150  direction="l",
108151  linebreak="id",
108152  unicodeslot=0xA28D,
108153 },
108154 [0xA28E]={
108155  category="lo",
108156  cjkwd="w",
108157  description="YI SYLLABLE ZIX",
108158  direction="l",
108159  linebreak="id",
108160  unicodeslot=0xA28E,
108161 },
108162 [0xA28F]={
108163  category="lo",
108164  cjkwd="w",
108165  description="YI SYLLABLE ZI",
108166  direction="l",
108167  linebreak="id",
108168  unicodeslot=0xA28F,
108169 },
108170 [0xA290]={
108171  category="lo",
108172  cjkwd="w",
108173  description="YI SYLLABLE ZIP",
108174  direction="l",
108175  linebreak="id",
108176  unicodeslot=0xA290,
108177 },
108178 [0xA291]={
108179  category="lo",
108180  cjkwd="w",
108181  description="YI SYLLABLE ZIEX",
108182  direction="l",
108183  linebreak="id",
108184  unicodeslot=0xA291,
108185 },
108186 [0xA292]={
108187  category="lo",
108188  cjkwd="w",
108189  description="YI SYLLABLE ZIE",
108190  direction="l",
108191  linebreak="id",
108192  unicodeslot=0xA292,
108193 },
108194 [0xA293]={
108195  category="lo",
108196  cjkwd="w",
108197  description="YI SYLLABLE ZIEP",
108198  direction="l",
108199  linebreak="id",
108200  unicodeslot=0xA293,
108201 },
108202 [0xA294]={
108203  category="lo",
108204  cjkwd="w",
108205  description="YI SYLLABLE ZAT",
108206  direction="l",
108207  linebreak="id",
108208  unicodeslot=0xA294,
108209 },
108210 [0xA295]={
108211  category="lo",
108212  cjkwd="w",
108213  description="YI SYLLABLE ZAX",
108214  direction="l",
108215  linebreak="id",
108216  unicodeslot=0xA295,
108217 },
108218 [0xA296]={
108219  category="lo",
108220  cjkwd="w",
108221  description="YI SYLLABLE ZA",
108222  direction="l",
108223  linebreak="id",
108224  unicodeslot=0xA296,
108225 },
108226 [0xA297]={
108227  category="lo",
108228  cjkwd="w",
108229  description="YI SYLLABLE ZAP",
108230  direction="l",
108231  linebreak="id",
108232  unicodeslot=0xA297,
108233 },
108234 [0xA298]={
108235  category="lo",
108236  cjkwd="w",
108237  description="YI SYLLABLE ZUOX",
108238  direction="l",
108239  linebreak="id",
108240  unicodeslot=0xA298,
108241 },
108242 [0xA299]={
108243  category="lo",
108244  cjkwd="w",
108245  description="YI SYLLABLE ZUO",
108246  direction="l",
108247  linebreak="id",
108248  unicodeslot=0xA299,
108249 },
108250 [0xA29A]={
108251  category="lo",
108252  cjkwd="w",
108253  description="YI SYLLABLE ZUOP",
108254  direction="l",
108255  linebreak="id",
108256  unicodeslot=0xA29A,
108257 },
108258 [0xA29B]={
108259  category="lo",
108260  cjkwd="w",
108261  description="YI SYLLABLE ZOT",
108262  direction="l",
108263  linebreak="id",
108264  unicodeslot=0xA29B,
108265 },
108266 [0xA29C]={
108267  category="lo",
108268  cjkwd="w",
108269  description="YI SYLLABLE ZOX",
108270  direction="l",
108271  linebreak="id",
108272  unicodeslot=0xA29C,
108273 },
108274 [0xA29D]={
108275  category="lo",
108276  cjkwd="w",
108277  description="YI SYLLABLE ZO",
108278  direction="l",
108279  linebreak="id",
108280  unicodeslot=0xA29D,
108281 },
108282 [0xA29E]={
108283  category="lo",
108284  cjkwd="w",
108285  description="YI SYLLABLE ZOP",
108286  direction="l",
108287  linebreak="id",
108288  unicodeslot=0xA29E,
108289 },
108290 [0xA29F]={
108291  category="lo",
108292  cjkwd="w",
108293  description="YI SYLLABLE ZEX",
108294  direction="l",
108295  linebreak="id",
108296  unicodeslot=0xA29F,
108297 },
108298 [0xA2A0]={
108299  category="lo",
108300  cjkwd="w",
108301  description="YI SYLLABLE ZE",
108302  direction="l",
108303  linebreak="id",
108304  unicodeslot=0xA2A0,
108305 },
108306 [0xA2A1]={
108307  category="lo",
108308  cjkwd="w",
108309  description="YI SYLLABLE ZEP",
108310  direction="l",
108311  linebreak="id",
108312  unicodeslot=0xA2A1,
108313 },
108314 [0xA2A2]={
108315  category="lo",
108316  cjkwd="w",
108317  description="YI SYLLABLE ZUT",
108318  direction="l",
108319  linebreak="id",
108320  unicodeslot=0xA2A2,
108321 },
108322 [0xA2A3]={
108323  category="lo",
108324  cjkwd="w",
108325  description="YI SYLLABLE ZUX",
108326  direction="l",
108327  linebreak="id",
108328  unicodeslot=0xA2A3,
108329 },
108330 [0xA2A4]={
108331  category="lo",
108332  cjkwd="w",
108333  description="YI SYLLABLE ZU",
108334  direction="l",
108335  linebreak="id",
108336  unicodeslot=0xA2A4,
108337 },
108338 [0xA2A5]={
108339  category="lo",
108340  cjkwd="w",
108341  description="YI SYLLABLE ZUP",
108342  direction="l",
108343  linebreak="id",
108344  unicodeslot=0xA2A5,
108345 },
108346 [0xA2A6]={
108347  category="lo",
108348  cjkwd="w",
108349  description="YI SYLLABLE ZURX",
108350  direction="l",
108351  linebreak="id",
108352  unicodeslot=0xA2A6,
108353 },
108354 [0xA2A7]={
108355  category="lo",
108356  cjkwd="w",
108357  description="YI SYLLABLE ZUR",
108358  direction="l",
108359  linebreak="id",
108360  unicodeslot=0xA2A7,
108361 },
108362 [0xA2A8]={
108363  category="lo",
108364  cjkwd="w",
108365  description="YI SYLLABLE ZYT",
108366  direction="l",
108367  linebreak="id",
108368  unicodeslot=0xA2A8,
108369 },
108370 [0xA2A9]={
108371  category="lo",
108372  cjkwd="w",
108373  description="YI SYLLABLE ZYX",
108374  direction="l",
108375  linebreak="id",
108376  unicodeslot=0xA2A9,
108377 },
108378 [0xA2AA]={
108379  category="lo",
108380  cjkwd="w",
108381  description="YI SYLLABLE ZY",
108382  direction="l",
108383  linebreak="id",
108384  unicodeslot=0xA2AA,
108385 },
108386 [0xA2AB]={
108387  category="lo",
108388  cjkwd="w",
108389  description="YI SYLLABLE ZYP",
108390  direction="l",
108391  linebreak="id",
108392  unicodeslot=0xA2AB,
108393 },
108394 [0xA2AC]={
108395  category="lo",
108396  cjkwd="w",
108397  description="YI SYLLABLE ZYRX",
108398  direction="l",
108399  linebreak="id",
108400  unicodeslot=0xA2AC,
108401 },
108402 [0xA2AD]={
108403  category="lo",
108404  cjkwd="w",
108405  description="YI SYLLABLE ZYR",
108406  direction="l",
108407  linebreak="id",
108408  unicodeslot=0xA2AD,
108409 },
108410 [0xA2AE]={
108411  category="lo",
108412  cjkwd="w",
108413  description="YI SYLLABLE CIT",
108414  direction="l",
108415  linebreak="id",
108416  unicodeslot=0xA2AE,
108417 },
108418 [0xA2AF]={
108419  category="lo",
108420  cjkwd="w",
108421  description="YI SYLLABLE CIX",
108422  direction="l",
108423  linebreak="id",
108424  unicodeslot=0xA2AF,
108425 },
108426 [0xA2B0]={
108427  category="lo",
108428  cjkwd="w",
108429  description="YI SYLLABLE CI",
108430  direction="l",
108431  linebreak="id",
108432  unicodeslot=0xA2B0,
108433 },
108434 [0xA2B1]={
108435  category="lo",
108436  cjkwd="w",
108437  description="YI SYLLABLE CIP",
108438  direction="l",
108439  linebreak="id",
108440  unicodeslot=0xA2B1,
108441 },
108442 [0xA2B2]={
108443  category="lo",
108444  cjkwd="w",
108445  description="YI SYLLABLE CIET",
108446  direction="l",
108447  linebreak="id",
108448  unicodeslot=0xA2B2,
108449 },
108450 [0xA2B3]={
108451  category="lo",
108452  cjkwd="w",
108453  description="YI SYLLABLE CIEX",
108454  direction="l",
108455  linebreak="id",
108456  unicodeslot=0xA2B3,
108457 },
108458 [0xA2B4]={
108459  category="lo",
108460  cjkwd="w",
108461  description="YI SYLLABLE CIE",
108462  direction="l",
108463  linebreak="id",
108464  unicodeslot=0xA2B4,
108465 },
108466 [0xA2B5]={
108467  category="lo",
108468  cjkwd="w",
108469  description="YI SYLLABLE CIEP",
108470  direction="l",
108471  linebreak="id",
108472  unicodeslot=0xA2B5,
108473 },
108474 [0xA2B6]={
108475  category="lo",
108476  cjkwd="w",
108477  description="YI SYLLABLE CAT",
108478  direction="l",
108479  linebreak="id",
108480  unicodeslot=0xA2B6,
108481 },
108482 [0xA2B7]={
108483  category="lo",
108484  cjkwd="w",
108485  description="YI SYLLABLE CAX",
108486  direction="l",
108487  linebreak="id",
108488  unicodeslot=0xA2B7,
108489 },
108490 [0xA2B8]={
108491  category="lo",
108492  cjkwd="w",
108493  description="YI SYLLABLE CA",
108494  direction="l",
108495  linebreak="id",
108496  unicodeslot=0xA2B8,
108497 },
108498 [0xA2B9]={
108499  category="lo",
108500  cjkwd="w",
108501  description="YI SYLLABLE CAP",
108502  direction="l",
108503  linebreak="id",
108504  unicodeslot=0xA2B9,
108505 },
108506 [0xA2BA]={
108507  category="lo",
108508  cjkwd="w",
108509  description="YI SYLLABLE CUOX",
108510  direction="l",
108511  linebreak="id",
108512  unicodeslot=0xA2BA,
108513 },
108514 [0xA2BB]={
108515  category="lo",
108516  cjkwd="w",
108517  description="YI SYLLABLE CUO",
108518  direction="l",
108519  linebreak="id",
108520  unicodeslot=0xA2BB,
108521 },
108522 [0xA2BC]={
108523  category="lo",
108524  cjkwd="w",
108525  description="YI SYLLABLE CUOP",
108526  direction="l",
108527  linebreak="id",
108528  unicodeslot=0xA2BC,
108529 },
108530 [0xA2BD]={
108531  category="lo",
108532  cjkwd="w",
108533  description="YI SYLLABLE COT",
108534  direction="l",
108535  linebreak="id",
108536  unicodeslot=0xA2BD,
108537 },
108538 [0xA2BE]={
108539  category="lo",
108540  cjkwd="w",
108541  description="YI SYLLABLE COX",
108542  direction="l",
108543  linebreak="id",
108544  unicodeslot=0xA2BE,
108545 },
108546 [0xA2BF]={
108547  category="lo",
108548  cjkwd="w",
108549  description="YI SYLLABLE CO",
108550  direction="l",
108551  linebreak="id",
108552  unicodeslot=0xA2BF,
108553 },
108554 [0xA2C0]={
108555  category="lo",
108556  cjkwd="w",
108557  description="YI SYLLABLE COP",
108558  direction="l",
108559  linebreak="id",
108560  unicodeslot=0xA2C0,
108561 },
108562 [0xA2C1]={
108563  category="lo",
108564  cjkwd="w",
108565  description="YI SYLLABLE CEX",
108566  direction="l",
108567  linebreak="id",
108568  unicodeslot=0xA2C1,
108569 },
108570 [0xA2C2]={
108571  category="lo",
108572  cjkwd="w",
108573  description="YI SYLLABLE CE",
108574  direction="l",
108575  linebreak="id",
108576  unicodeslot=0xA2C2,
108577 },
108578 [0xA2C3]={
108579  category="lo",
108580  cjkwd="w",
108581  description="YI SYLLABLE CEP",
108582  direction="l",
108583  linebreak="id",
108584  unicodeslot=0xA2C3,
108585 },
108586 [0xA2C4]={
108587  category="lo",
108588  cjkwd="w",
108589  description="YI SYLLABLE CUT",
108590  direction="l",
108591  linebreak="id",
108592  unicodeslot=0xA2C4,
108593 },
108594 [0xA2C5]={
108595  category="lo",
108596  cjkwd="w",
108597  description="YI SYLLABLE CUX",
108598  direction="l",
108599  linebreak="id",
108600  unicodeslot=0xA2C5,
108601 },
108602 [0xA2C6]={
108603  category="lo",
108604  cjkwd="w",
108605  description="YI SYLLABLE CU",
108606  direction="l",
108607  linebreak="id",
108608  unicodeslot=0xA2C6,
108609 },
108610 [0xA2C7]={
108611  category="lo",
108612  cjkwd="w",
108613  description="YI SYLLABLE CUP",
108614  direction="l",
108615  linebreak="id",
108616  unicodeslot=0xA2C7,
108617 },
108618 [0xA2C8]={
108619  category="lo",
108620  cjkwd="w",
108621  description="YI SYLLABLE CURX",
108622  direction="l",
108623  linebreak="id",
108624  unicodeslot=0xA2C8,
108625 },
108626 [0xA2C9]={
108627  category="lo",
108628  cjkwd="w",
108629  description="YI SYLLABLE CUR",
108630  direction="l",
108631  linebreak="id",
108632  unicodeslot=0xA2C9,
108633 },
108634 [0xA2CA]={
108635  category="lo",
108636  cjkwd="w",
108637  description="YI SYLLABLE CYT",
108638  direction="l",
108639  linebreak="id",
108640  unicodeslot=0xA2CA,
108641 },
108642 [0xA2CB]={
108643  category="lo",
108644  cjkwd="w",
108645  description="YI SYLLABLE CYX",
108646  direction="l",
108647  linebreak="id",
108648  unicodeslot=0xA2CB,
108649 },
108650 [0xA2CC]={
108651  category="lo",
108652  cjkwd="w",
108653  description="YI SYLLABLE CY",
108654  direction="l",
108655  linebreak="id",
108656  unicodeslot=0xA2CC,
108657 },
108658 [0xA2CD]={
108659  category="lo",
108660  cjkwd="w",
108661  description="YI SYLLABLE CYP",
108662  direction="l",
108663  linebreak="id",
108664  unicodeslot=0xA2CD,
108665 },
108666 [0xA2CE]={
108667  category="lo",
108668  cjkwd="w",
108669  description="YI SYLLABLE CYRX",
108670  direction="l",
108671  linebreak="id",
108672  unicodeslot=0xA2CE,
108673 },
108674 [0xA2CF]={
108675  category="lo",
108676  cjkwd="w",
108677  description="YI SYLLABLE CYR",
108678  direction="l",
108679  linebreak="id",
108680  unicodeslot=0xA2CF,
108681 },
108682 [0xA2D0]={
108683  category="lo",
108684  cjkwd="w",
108685  description="YI SYLLABLE ZZIT",
108686  direction="l",
108687  linebreak="id",
108688  unicodeslot=0xA2D0,
108689 },
108690 [0xA2D1]={
108691  category="lo",
108692  cjkwd="w",
108693  description="YI SYLLABLE ZZIX",
108694  direction="l",
108695  linebreak="id",
108696  unicodeslot=0xA2D1,
108697 },
108698 [0xA2D2]={
108699  category="lo",
108700  cjkwd="w",
108701  description="YI SYLLABLE ZZI",
108702  direction="l",
108703  linebreak="id",
108704  unicodeslot=0xA2D2,
108705 },
108706 [0xA2D3]={
108707  category="lo",
108708  cjkwd="w",
108709  description="YI SYLLABLE ZZIP",
108710  direction="l",
108711  linebreak="id",
108712  unicodeslot=0xA2D3,
108713 },
108714 [0xA2D4]={
108715  category="lo",
108716  cjkwd="w",
108717  description="YI SYLLABLE ZZIET",
108718  direction="l",
108719  linebreak="id",
108720  unicodeslot=0xA2D4,
108721 },
108722 [0xA2D5]={
108723  category="lo",
108724  cjkwd="w",
108725  description="YI SYLLABLE ZZIEX",
108726  direction="l",
108727  linebreak="id",
108728  unicodeslot=0xA2D5,
108729 },
108730 [0xA2D6]={
108731  category="lo",
108732  cjkwd="w",
108733  description="YI SYLLABLE ZZIE",
108734  direction="l",
108735  linebreak="id",
108736  unicodeslot=0xA2D6,
108737 },
108738 [0xA2D7]={
108739  category="lo",
108740  cjkwd="w",
108741  description="YI SYLLABLE ZZIEP",
108742  direction="l",
108743  linebreak="id",
108744  unicodeslot=0xA2D7,
108745 },
108746 [0xA2D8]={
108747  category="lo",
108748  cjkwd="w",
108749  description="YI SYLLABLE ZZAT",
108750  direction="l",
108751  linebreak="id",
108752  unicodeslot=0xA2D8,
108753 },
108754 [0xA2D9]={
108755  category="lo",
108756  cjkwd="w",
108757  description="YI SYLLABLE ZZAX",
108758  direction="l",
108759  linebreak="id",
108760  unicodeslot=0xA2D9,
108761 },
108762 [0xA2DA]={
108763  category="lo",
108764  cjkwd="w",
108765  description="YI SYLLABLE ZZA",
108766  direction="l",
108767  linebreak="id",
108768  unicodeslot=0xA2DA,
108769 },
108770 [0xA2DB]={
108771  category="lo",
108772  cjkwd="w",
108773  description="YI SYLLABLE ZZAP",
108774  direction="l",
108775  linebreak="id",
108776  unicodeslot=0xA2DB,
108777 },
108778 [0xA2DC]={
108779  category="lo",
108780  cjkwd="w",
108781  description="YI SYLLABLE ZZOX",
108782  direction="l",
108783  linebreak="id",
108784  unicodeslot=0xA2DC,
108785 },
108786 [0xA2DD]={
108787  category="lo",
108788  cjkwd="w",
108789  description="YI SYLLABLE ZZO",
108790  direction="l",
108791  linebreak="id",
108792  unicodeslot=0xA2DD,
108793 },
108794 [0xA2DE]={
108795  category="lo",
108796  cjkwd="w",
108797  description="YI SYLLABLE ZZOP",
108798  direction="l",
108799  linebreak="id",
108800  unicodeslot=0xA2DE,
108801 },
108802 [0xA2DF]={
108803  category="lo",
108804  cjkwd="w",
108805  description="YI SYLLABLE ZZEX",
108806  direction="l",
108807  linebreak="id",
108808  unicodeslot=0xA2DF,
108809 },
108810 [0xA2E0]={
108811  category="lo",
108812  cjkwd="w",
108813  description="YI SYLLABLE ZZE",
108814  direction="l",
108815  linebreak="id",
108816  unicodeslot=0xA2E0,
108817 },
108818 [0xA2E1]={
108819  category="lo",
108820  cjkwd="w",
108821  description="YI SYLLABLE ZZEP",
108822  direction="l",
108823  linebreak="id",
108824  unicodeslot=0xA2E1,
108825 },
108826 [0xA2E2]={
108827  category="lo",
108828  cjkwd="w",
108829  description="YI SYLLABLE ZZUX",
108830  direction="l",
108831  linebreak="id",
108832  unicodeslot=0xA2E2,
108833 },
108834 [0xA2E3]={
108835  category="lo",
108836  cjkwd="w",
108837  description="YI SYLLABLE ZZU",
108838  direction="l",
108839  linebreak="id",
108840  unicodeslot=0xA2E3,
108841 },
108842 [0xA2E4]={
108843  category="lo",
108844  cjkwd="w",
108845  description="YI SYLLABLE ZZUP",
108846  direction="l",
108847  linebreak="id",
108848  unicodeslot=0xA2E4,
108849 },
108850 [0xA2E5]={
108851  category="lo",
108852  cjkwd="w",
108853  description="YI SYLLABLE ZZURX",
108854  direction="l",
108855  linebreak="id",
108856  unicodeslot=0xA2E5,
108857 },
108858 [0xA2E6]={
108859  category="lo",
108860  cjkwd="w",
108861  description="YI SYLLABLE ZZUR",
108862  direction="l",
108863  linebreak="id",
108864  unicodeslot=0xA2E6,
108865 },
108866 [0xA2E7]={
108867  category="lo",
108868  cjkwd="w",
108869  description="YI SYLLABLE ZZYT",
108870  direction="l",
108871  linebreak="id",
108872  unicodeslot=0xA2E7,
108873 },
108874 [0xA2E8]={
108875  category="lo",
108876  cjkwd="w",
108877  description="YI SYLLABLE ZZYX",
108878  direction="l",
108879  linebreak="id",
108880  unicodeslot=0xA2E8,
108881 },
108882 [0xA2E9]={
108883  category="lo",
108884  cjkwd="w",
108885  description="YI SYLLABLE ZZY",
108886  direction="l",
108887  linebreak="id",
108888  unicodeslot=0xA2E9,
108889 },
108890 [0xA2EA]={
108891  category="lo",
108892  cjkwd="w",
108893  description="YI SYLLABLE ZZYP",
108894  direction="l",
108895  linebreak="id",
108896  unicodeslot=0xA2EA,
108897 },
108898 [0xA2EB]={
108899  category="lo",
108900  cjkwd="w",
108901  description="YI SYLLABLE ZZYRX",
108902  direction="l",
108903  linebreak="id",
108904  unicodeslot=0xA2EB,
108905 },
108906 [0xA2EC]={
108907  category="lo",
108908  cjkwd="w",
108909  description="YI SYLLABLE ZZYR",
108910  direction="l",
108911  linebreak="id",
108912  unicodeslot=0xA2EC,
108913 },
108914 [0xA2ED]={
108915  category="lo",
108916  cjkwd="w",
108917  description="YI SYLLABLE NZIT",
108918  direction="l",
108919  linebreak="id",
108920  unicodeslot=0xA2ED,
108921 },
108922 [0xA2EE]={
108923  category="lo",
108924  cjkwd="w",
108925  description="YI SYLLABLE NZIX",
108926  direction="l",
108927  linebreak="id",
108928  unicodeslot=0xA2EE,
108929 },
108930 [0xA2EF]={
108931  category="lo",
108932  cjkwd="w",
108933  description="YI SYLLABLE NZI",
108934  direction="l",
108935  linebreak="id",
108936  unicodeslot=0xA2EF,
108937 },
108938 [0xA2F0]={
108939  category="lo",
108940  cjkwd="w",
108941  description="YI SYLLABLE NZIP",
108942  direction="l",
108943  linebreak="id",
108944  unicodeslot=0xA2F0,
108945 },
108946 [0xA2F1]={
108947  category="lo",
108948  cjkwd="w",
108949  description="YI SYLLABLE NZIEX",
108950  direction="l",
108951  linebreak="id",
108952  unicodeslot=0xA2F1,
108953 },
108954 [0xA2F2]={
108955  category="lo",
108956  cjkwd="w",
108957  description="YI SYLLABLE NZIE",
108958  direction="l",
108959  linebreak="id",
108960  unicodeslot=0xA2F2,
108961 },
108962 [0xA2F3]={
108963  category="lo",
108964  cjkwd="w",
108965  description="YI SYLLABLE NZIEP",
108966  direction="l",
108967  linebreak="id",
108968  unicodeslot=0xA2F3,
108969 },
108970 [0xA2F4]={
108971  category="lo",
108972  cjkwd="w",
108973  description="YI SYLLABLE NZAT",
108974  direction="l",
108975  linebreak="id",
108976  unicodeslot=0xA2F4,
108977 },
108978 [0xA2F5]={
108979  category="lo",
108980  cjkwd="w",
108981  description="YI SYLLABLE NZAX",
108982  direction="l",
108983  linebreak="id",
108984  unicodeslot=0xA2F5,
108985 },
108986 [0xA2F6]={
108987  category="lo",
108988  cjkwd="w",
108989  description="YI SYLLABLE NZA",
108990  direction="l",
108991  linebreak="id",
108992  unicodeslot=0xA2F6,
108993 },
108994 [0xA2F7]={
108995  category="lo",
108996  cjkwd="w",
108997  description="YI SYLLABLE NZAP",
108998  direction="l",
108999  linebreak="id",
109000  unicodeslot=0xA2F7,
109001 },
109002 [0xA2F8]={
109003  category="lo",
109004  cjkwd="w",
109005  description="YI SYLLABLE NZUOX",
109006  direction="l",
109007  linebreak="id",
109008  unicodeslot=0xA2F8,
109009 },
109010 [0xA2F9]={
109011  category="lo",
109012  cjkwd="w",
109013  description="YI SYLLABLE NZUO",
109014  direction="l",
109015  linebreak="id",
109016  unicodeslot=0xA2F9,
109017 },
109018 [0xA2FA]={
109019  category="lo",
109020  cjkwd="w",
109021  description="YI SYLLABLE NZOX",
109022  direction="l",
109023  linebreak="id",
109024  unicodeslot=0xA2FA,
109025 },
109026 [0xA2FB]={
109027  category="lo",
109028  cjkwd="w",
109029  description="YI SYLLABLE NZOP",
109030  direction="l",
109031  linebreak="id",
109032  unicodeslot=0xA2FB,
109033 },
109034 [0xA2FC]={
109035  category="lo",
109036  cjkwd="w",
109037  description="YI SYLLABLE NZEX",
109038  direction="l",
109039  linebreak="id",
109040  unicodeslot=0xA2FC,
109041 },
109042 [0xA2FD]={
109043  category="lo",
109044  cjkwd="w",
109045  description="YI SYLLABLE NZE",
109046  direction="l",
109047  linebreak="id",
109048  unicodeslot=0xA2FD,
109049 },
109050 [0xA2FE]={
109051  category="lo",
109052  cjkwd="w",
109053  description="YI SYLLABLE NZUX",
109054  direction="l",
109055  linebreak="id",
109056  unicodeslot=0xA2FE,
109057 },
109058 [0xA2FF]={
109059  category="lo",
109060  cjkwd="w",
109061  description="YI SYLLABLE NZU",
109062  direction="l",
109063  linebreak="id",
109064  unicodeslot=0xA2FF,
109065 },
109066 [0xA300]={
109067  category="lo",
109068  cjkwd="w",
109069  description="YI SYLLABLE NZUP",
109070  direction="l",
109071  linebreak="id",
109072  unicodeslot=0xA300,
109073 },
109074 [0xA301]={
109075  category="lo",
109076  cjkwd="w",
109077  description="YI SYLLABLE NZURX",
109078  direction="l",
109079  linebreak="id",
109080  unicodeslot=0xA301,
109081 },
109082 [0xA302]={
109083  category="lo",
109084  cjkwd="w",
109085  description="YI SYLLABLE NZUR",
109086  direction="l",
109087  linebreak="id",
109088  unicodeslot=0xA302,
109089 },
109090 [0xA303]={
109091  category="lo",
109092  cjkwd="w",
109093  description="YI SYLLABLE NZYT",
109094  direction="l",
109095  linebreak="id",
109096  unicodeslot=0xA303,
109097 },
109098 [0xA304]={
109099  category="lo",
109100  cjkwd="w",
109101  description="YI SYLLABLE NZYX",
109102  direction="l",
109103  linebreak="id",
109104  unicodeslot=0xA304,
109105 },
109106 [0xA305]={
109107  category="lo",
109108  cjkwd="w",
109109  description="YI SYLLABLE NZY",
109110  direction="l",
109111  linebreak="id",
109112  unicodeslot=0xA305,
109113 },
109114 [0xA306]={
109115  category="lo",
109116  cjkwd="w",
109117  description="YI SYLLABLE NZYP",
109118  direction="l",
109119  linebreak="id",
109120  unicodeslot=0xA306,
109121 },
109122 [0xA307]={
109123  category="lo",
109124  cjkwd="w",
109125  description="YI SYLLABLE NZYRX",
109126  direction="l",
109127  linebreak="id",
109128  unicodeslot=0xA307,
109129 },
109130 [0xA308]={
109131  category="lo",
109132  cjkwd="w",
109133  description="YI SYLLABLE NZYR",
109134  direction="l",
109135  linebreak="id",
109136  unicodeslot=0xA308,
109137 },
109138 [0xA309]={
109139  category="lo",
109140  cjkwd="w",
109141  description="YI SYLLABLE SIT",
109142  direction="l",
109143  linebreak="id",
109144  unicodeslot=0xA309,
109145 },
109146 [0xA30A]={
109147  category="lo",
109148  cjkwd="w",
109149  description="YI SYLLABLE SIX",
109150  direction="l",
109151  linebreak="id",
109152  unicodeslot=0xA30A,
109153 },
109154 [0xA30B]={
109155  category="lo",
109156  cjkwd="w",
109157  description="YI SYLLABLE SI",
109158  direction="l",
109159  linebreak="id",
109160  unicodeslot=0xA30B,
109161 },
109162 [0xA30C]={
109163  category="lo",
109164  cjkwd="w",
109165  description="YI SYLLABLE SIP",
109166  direction="l",
109167  linebreak="id",
109168  unicodeslot=0xA30C,
109169 },
109170 [0xA30D]={
109171  category="lo",
109172  cjkwd="w",
109173  description="YI SYLLABLE SIEX",
109174  direction="l",
109175  linebreak="id",
109176  unicodeslot=0xA30D,
109177 },
109178 [0xA30E]={
109179  category="lo",
109180  cjkwd="w",
109181  description="YI SYLLABLE SIE",
109182  direction="l",
109183  linebreak="id",
109184  unicodeslot=0xA30E,
109185 },
109186 [0xA30F]={
109187  category="lo",
109188  cjkwd="w",
109189  description="YI SYLLABLE SIEP",
109190  direction="l",
109191  linebreak="id",
109192  unicodeslot=0xA30F,
109193 },
109194 [0xA310]={
109195  category="lo",
109196  cjkwd="w",
109197  description="YI SYLLABLE SAT",
109198  direction="l",
109199  linebreak="id",
109200  unicodeslot=0xA310,
109201 },
109202 [0xA311]={
109203  category="lo",
109204  cjkwd="w",
109205  description="YI SYLLABLE SAX",
109206  direction="l",
109207  linebreak="id",
109208  unicodeslot=0xA311,
109209 },
109210 [0xA312]={
109211  category="lo",
109212  cjkwd="w",
109213  description="YI SYLLABLE SA",
109214  direction="l",
109215  linebreak="id",
109216  unicodeslot=0xA312,
109217 },
109218 [0xA313]={
109219  category="lo",
109220  cjkwd="w",
109221  description="YI SYLLABLE SAP",
109222  direction="l",
109223  linebreak="id",
109224  unicodeslot=0xA313,
109225 },
109226 [0xA314]={
109227  category="lo",
109228  cjkwd="w",
109229  description="YI SYLLABLE SUOX",
109230  direction="l",
109231  linebreak="id",
109232  unicodeslot=0xA314,
109233 },
109234 [0xA315]={
109235  category="lo",
109236  cjkwd="w",
109237  description="YI SYLLABLE SUO",
109238  direction="l",
109239  linebreak="id",
109240  unicodeslot=0xA315,
109241 },
109242 [0xA316]={
109243  category="lo",
109244  cjkwd="w",
109245  description="YI SYLLABLE SUOP",
109246  direction="l",
109247  linebreak="id",
109248  unicodeslot=0xA316,
109249 },
109250 [0xA317]={
109251  category="lo",
109252  cjkwd="w",
109253  description="YI SYLLABLE SOT",
109254  direction="l",
109255  linebreak="id",
109256  unicodeslot=0xA317,
109257 },
109258 [0xA318]={
109259  category="lo",
109260  cjkwd="w",
109261  description="YI SYLLABLE SOX",
109262  direction="l",
109263  linebreak="id",
109264  unicodeslot=0xA318,
109265 },
109266 [0xA319]={
109267  category="lo",
109268  cjkwd="w",
109269  description="YI SYLLABLE SO",
109270  direction="l",
109271  linebreak="id",
109272  unicodeslot=0xA319,
109273 },
109274 [0xA31A]={
109275  category="lo",
109276  cjkwd="w",
109277  description="YI SYLLABLE SOP",
109278  direction="l",
109279  linebreak="id",
109280  unicodeslot=0xA31A,
109281 },
109282 [0xA31B]={
109283  category="lo",
109284  cjkwd="w",
109285  description="YI SYLLABLE SEX",
109286  direction="l",
109287  linebreak="id",
109288  unicodeslot=0xA31B,
109289 },
109290 [0xA31C]={
109291  category="lo",
109292  cjkwd="w",
109293  description="YI SYLLABLE SE",
109294  direction="l",
109295  linebreak="id",
109296  unicodeslot=0xA31C,
109297 },
109298 [0xA31D]={
109299  category="lo",
109300  cjkwd="w",
109301  description="YI SYLLABLE SEP",
109302  direction="l",
109303  linebreak="id",
109304  unicodeslot=0xA31D,
109305 },
109306 [0xA31E]={
109307  category="lo",
109308  cjkwd="w",
109309  description="YI SYLLABLE SUT",
109310  direction="l",
109311  linebreak="id",
109312  unicodeslot=0xA31E,
109313 },
109314 [0xA31F]={
109315  category="lo",
109316  cjkwd="w",
109317  description="YI SYLLABLE SUX",
109318  direction="l",
109319  linebreak="id",
109320  unicodeslot=0xA31F,
109321 },
109322 [0xA320]={
109323  category="lo",
109324  cjkwd="w",
109325  description="YI SYLLABLE SU",
109326  direction="l",
109327  linebreak="id",
109328  unicodeslot=0xA320,
109329 },
109330 [0xA321]={
109331  category="lo",
109332  cjkwd="w",
109333  description="YI SYLLABLE SUP",
109334  direction="l",
109335  linebreak="id",
109336  unicodeslot=0xA321,
109337 },
109338 [0xA322]={
109339  category="lo",
109340  cjkwd="w",
109341  description="YI SYLLABLE SURX",
109342  direction="l",
109343  linebreak="id",
109344  unicodeslot=0xA322,
109345 },
109346 [0xA323]={
109347  category="lo",
109348  cjkwd="w",
109349  description="YI SYLLABLE SUR",
109350  direction="l",
109351  linebreak="id",
109352  unicodeslot=0xA323,
109353 },
109354 [0xA324]={
109355  category="lo",
109356  cjkwd="w",
109357  description="YI SYLLABLE SYT",
109358  direction="l",
109359  linebreak="id",
109360  unicodeslot=0xA324,
109361 },
109362 [0xA325]={
109363  category="lo",
109364  cjkwd="w",
109365  description="YI SYLLABLE SYX",
109366  direction="l",
109367  linebreak="id",
109368  unicodeslot=0xA325,
109369 },
109370 [0xA326]={
109371  category="lo",
109372  cjkwd="w",
109373  description="YI SYLLABLE SY",
109374  direction="l",
109375  linebreak="id",
109376  unicodeslot=0xA326,
109377 },
109378 [0xA327]={
109379  category="lo",
109380  cjkwd="w",
109381  description="YI SYLLABLE SYP",
109382  direction="l",
109383  linebreak="id",
109384  unicodeslot=0xA327,
109385 },
109386 [0xA328]={
109387  category="lo",
109388  cjkwd="w",
109389  description="YI SYLLABLE SYRX",
109390  direction="l",
109391  linebreak="id",
109392  unicodeslot=0xA328,
109393 },
109394 [0xA329]={
109395  category="lo",
109396  cjkwd="w",
109397  description="YI SYLLABLE SYR",
109398  direction="l",
109399  linebreak="id",
109400  unicodeslot=0xA329,
109401 },
109402 [0xA32A]={
109403  category="lo",
109404  cjkwd="w",
109405  description="YI SYLLABLE SSIT",
109406  direction="l",
109407  linebreak="id",
109408  unicodeslot=0xA32A,
109409 },
109410 [0xA32B]={
109411  category="lo",
109412  cjkwd="w",
109413  description="YI SYLLABLE SSIX",
109414  direction="l",
109415  linebreak="id",
109416  unicodeslot=0xA32B,
109417 },
109418 [0xA32C]={
109419  category="lo",
109420  cjkwd="w",
109421  description="YI SYLLABLE SSI",
109422  direction="l",
109423  linebreak="id",
109424  unicodeslot=0xA32C,
109425 },
109426 [0xA32D]={
109427  category="lo",
109428  cjkwd="w",
109429  description="YI SYLLABLE SSIP",
109430  direction="l",
109431  linebreak="id",
109432  unicodeslot=0xA32D,
109433 },
109434 [0xA32E]={
109435  category="lo",
109436  cjkwd="w",
109437  description="YI SYLLABLE SSIEX",
109438  direction="l",
109439  linebreak="id",
109440  unicodeslot=0xA32E,
109441 },
109442 [0xA32F]={
109443  category="lo",
109444  cjkwd="w",
109445  description="YI SYLLABLE SSIE",
109446  direction="l",
109447  linebreak="id",
109448  unicodeslot=0xA32F,
109449 },
109450 [0xA330]={
109451  category="lo",
109452  cjkwd="w",
109453  description="YI SYLLABLE SSIEP",
109454  direction="l",
109455  linebreak="id",
109456  unicodeslot=0xA330,
109457 },
109458 [0xA331]={
109459  category="lo",
109460  cjkwd="w",
109461  description="YI SYLLABLE SSAT",
109462  direction="l",
109463  linebreak="id",
109464  unicodeslot=0xA331,
109465 },
109466 [0xA332]={
109467  category="lo",
109468  cjkwd="w",
109469  description="YI SYLLABLE SSAX",
109470  direction="l",
109471  linebreak="id",
109472  unicodeslot=0xA332,
109473 },
109474 [0xA333]={
109475  category="lo",
109476  cjkwd="w",
109477  description="YI SYLLABLE SSA",
109478  direction="l",
109479  linebreak="id",
109480  unicodeslot=0xA333,
109481 },
109482 [0xA334]={
109483  category="lo",
109484  cjkwd="w",
109485  description="YI SYLLABLE SSAP",
109486  direction="l",
109487  linebreak="id",
109488  unicodeslot=0xA334,
109489 },
109490 [0xA335]={
109491  category="lo",
109492  cjkwd="w",
109493  description="YI SYLLABLE SSOT",
109494  direction="l",
109495  linebreak="id",
109496  unicodeslot=0xA335,
109497 },
109498 [0xA336]={
109499  category="lo",
109500  cjkwd="w",
109501  description="YI SYLLABLE SSOX",
109502  direction="l",
109503  linebreak="id",
109504  unicodeslot=0xA336,
109505 },
109506 [0xA337]={
109507  category="lo",
109508  cjkwd="w",
109509  description="YI SYLLABLE SSO",
109510  direction="l",
109511  linebreak="id",
109512  unicodeslot=0xA337,
109513 },
109514 [0xA338]={
109515  category="lo",
109516  cjkwd="w",
109517  description="YI SYLLABLE SSOP",
109518  direction="l",
109519  linebreak="id",
109520  unicodeslot=0xA338,
109521 },
109522 [0xA339]={
109523  category="lo",
109524  cjkwd="w",
109525  description="YI SYLLABLE SSEX",
109526  direction="l",
109527  linebreak="id",
109528  unicodeslot=0xA339,
109529 },
109530 [0xA33A]={
109531  category="lo",
109532  cjkwd="w",
109533  description="YI SYLLABLE SSE",
109534  direction="l",
109535  linebreak="id",
109536  unicodeslot=0xA33A,
109537 },
109538 [0xA33B]={
109539  category="lo",
109540  cjkwd="w",
109541  description="YI SYLLABLE SSEP",
109542  direction="l",
109543  linebreak="id",
109544  unicodeslot=0xA33B,
109545 },
109546 [0xA33C]={
109547  category="lo",
109548  cjkwd="w",
109549  description="YI SYLLABLE SSUT",
109550  direction="l",
109551  linebreak="id",
109552  unicodeslot=0xA33C,
109553 },
109554 [0xA33D]={
109555  category="lo",
109556  cjkwd="w",
109557  description="YI SYLLABLE SSUX",
109558  direction="l",
109559  linebreak="id",
109560  unicodeslot=0xA33D,
109561 },
109562 [0xA33E]={
109563  category="lo",
109564  cjkwd="w",
109565  description="YI SYLLABLE SSU",
109566  direction="l",
109567  linebreak="id",
109568  unicodeslot=0xA33E,
109569 },
109570 [0xA33F]={
109571  category="lo",
109572  cjkwd="w",
109573  description="YI SYLLABLE SSUP",
109574  direction="l",
109575  linebreak="id",
109576  unicodeslot=0xA33F,
109577 },
109578 [0xA340]={
109579  category="lo",
109580  cjkwd="w",
109581  description="YI SYLLABLE SSYT",
109582  direction="l",
109583  linebreak="id",
109584  unicodeslot=0xA340,
109585 },
109586 [0xA341]={
109587  category="lo",
109588  cjkwd="w",
109589  description="YI SYLLABLE SSYX",
109590  direction="l",
109591  linebreak="id",
109592  unicodeslot=0xA341,
109593 },
109594 [0xA342]={
109595  category="lo",
109596  cjkwd="w",
109597  description="YI SYLLABLE SSY",
109598  direction="l",
109599  linebreak="id",
109600  unicodeslot=0xA342,
109601 },
109602 [0xA343]={
109603  category="lo",
109604  cjkwd="w",
109605  description="YI SYLLABLE SSYP",
109606  direction="l",
109607  linebreak="id",
109608  unicodeslot=0xA343,
109609 },
109610 [0xA344]={
109611  category="lo",
109612  cjkwd="w",
109613  description="YI SYLLABLE SSYRX",
109614  direction="l",
109615  linebreak="id",
109616  unicodeslot=0xA344,
109617 },
109618 [0xA345]={
109619  category="lo",
109620  cjkwd="w",
109621  description="YI SYLLABLE SSYR",
109622  direction="l",
109623  linebreak="id",
109624  unicodeslot=0xA345,
109625 },
109626 [0xA346]={
109627  category="lo",
109628  cjkwd="w",
109629  description="YI SYLLABLE ZHAT",
109630  direction="l",
109631  linebreak="id",
109632  unicodeslot=0xA346,
109633 },
109634 [0xA347]={
109635  category="lo",
109636  cjkwd="w",
109637  description="YI SYLLABLE ZHAX",
109638  direction="l",
109639  linebreak="id",
109640  unicodeslot=0xA347,
109641 },
109642 [0xA348]={
109643  category="lo",
109644  cjkwd="w",
109645  description="YI SYLLABLE ZHA",
109646  direction="l",
109647  linebreak="id",
109648  unicodeslot=0xA348,
109649 },
109650 [0xA349]={
109651  category="lo",
109652  cjkwd="w",
109653  description="YI SYLLABLE ZHAP",
109654  direction="l",
109655  linebreak="id",
109656  unicodeslot=0xA349,
109657 },
109658 [0xA34A]={
109659  category="lo",
109660  cjkwd="w",
109661  description="YI SYLLABLE ZHUOX",
109662  direction="l",
109663  linebreak="id",
109664  unicodeslot=0xA34A,
109665 },
109666 [0xA34B]={
109667  category="lo",
109668  cjkwd="w",
109669  description="YI SYLLABLE ZHUO",
109670  direction="l",
109671  linebreak="id",
109672  unicodeslot=0xA34B,
109673 },
109674 [0xA34C]={
109675  category="lo",
109676  cjkwd="w",
109677  description="YI SYLLABLE ZHUOP",
109678  direction="l",
109679  linebreak="id",
109680  unicodeslot=0xA34C,
109681 },
109682 [0xA34D]={
109683  category="lo",
109684  cjkwd="w",
109685  description="YI SYLLABLE ZHOT",
109686  direction="l",
109687  linebreak="id",
109688  unicodeslot=0xA34D,
109689 },
109690 [0xA34E]={
109691  category="lo",
109692  cjkwd="w",
109693  description="YI SYLLABLE ZHOX",
109694  direction="l",
109695  linebreak="id",
109696  unicodeslot=0xA34E,
109697 },
109698 [0xA34F]={
109699  category="lo",
109700  cjkwd="w",
109701  description="YI SYLLABLE ZHO",
109702  direction="l",
109703  linebreak="id",
109704  unicodeslot=0xA34F,
109705 },
109706 [0xA350]={
109707  category="lo",
109708  cjkwd="w",
109709  description="YI SYLLABLE ZHOP",
109710  direction="l",
109711  linebreak="id",
109712  unicodeslot=0xA350,
109713 },
109714 [0xA351]={
109715  category="lo",
109716  cjkwd="w",
109717  description="YI SYLLABLE ZHET",
109718  direction="l",
109719  linebreak="id",
109720  unicodeslot=0xA351,
109721 },
109722 [0xA352]={
109723  category="lo",
109724  cjkwd="w",
109725  description="YI SYLLABLE ZHEX",
109726  direction="l",
109727  linebreak="id",
109728  unicodeslot=0xA352,
109729 },
109730 [0xA353]={
109731  category="lo",
109732  cjkwd="w",
109733  description="YI SYLLABLE ZHE",
109734  direction="l",
109735  linebreak="id",
109736  unicodeslot=0xA353,
109737 },
109738 [0xA354]={
109739  category="lo",
109740  cjkwd="w",
109741  description="YI SYLLABLE ZHEP",
109742  direction="l",
109743  linebreak="id",
109744  unicodeslot=0xA354,
109745 },
109746 [0xA355]={
109747  category="lo",
109748  cjkwd="w",
109749  description="YI SYLLABLE ZHUT",
109750  direction="l",
109751  linebreak="id",
109752  unicodeslot=0xA355,
109753 },
109754 [0xA356]={
109755  category="lo",
109756  cjkwd="w",
109757  description="YI SYLLABLE ZHUX",
109758  direction="l",
109759  linebreak="id",
109760  unicodeslot=0xA356,
109761 },
109762 [0xA357]={
109763  category="lo",
109764  cjkwd="w",
109765  description="YI SYLLABLE ZHU",
109766  direction="l",
109767  linebreak="id",
109768  unicodeslot=0xA357,
109769 },
109770 [0xA358]={
109771  category="lo",
109772  cjkwd="w",
109773  description="YI SYLLABLE ZHUP",
109774  direction="l",
109775  linebreak="id",
109776  unicodeslot=0xA358,
109777 },
109778 [0xA359]={
109779  category="lo",
109780  cjkwd="w",
109781  description="YI SYLLABLE ZHURX",
109782  direction="l",
109783  linebreak="id",
109784  unicodeslot=0xA359,
109785 },
109786 [0xA35A]={
109787  category="lo",
109788  cjkwd="w",
109789  description="YI SYLLABLE ZHUR",
109790  direction="l",
109791  linebreak="id",
109792  unicodeslot=0xA35A,
109793 },
109794 [0xA35B]={
109795  category="lo",
109796  cjkwd="w",
109797  description="YI SYLLABLE ZHYT",
109798  direction="l",
109799  linebreak="id",
109800  unicodeslot=0xA35B,
109801 },
109802 [0xA35C]={
109803  category="lo",
109804  cjkwd="w",
109805  description="YI SYLLABLE ZHYX",
109806  direction="l",
109807  linebreak="id",
109808  unicodeslot=0xA35C,
109809 },
109810 [0xA35D]={
109811  category="lo",
109812  cjkwd="w",
109813  description="YI SYLLABLE ZHY",
109814  direction="l",
109815  linebreak="id",
109816  unicodeslot=0xA35D,
109817 },
109818 [0xA35E]={
109819  category="lo",
109820  cjkwd="w",
109821  description="YI SYLLABLE ZHYP",
109822  direction="l",
109823  linebreak="id",
109824  unicodeslot=0xA35E,
109825 },
109826 [0xA35F]={
109827  category="lo",
109828  cjkwd="w",
109829  description="YI SYLLABLE ZHYRX",
109830  direction="l",
109831  linebreak="id",
109832  unicodeslot=0xA35F,
109833 },
109834 [0xA360]={
109835  category="lo",
109836  cjkwd="w",
109837  description="YI SYLLABLE ZHYR",
109838  direction="l",
109839  linebreak="id",
109840  unicodeslot=0xA360,
109841 },
109842 [0xA361]={
109843  category="lo",
109844  cjkwd="w",
109845  description="YI SYLLABLE CHAT",
109846  direction="l",
109847  linebreak="id",
109848  unicodeslot=0xA361,
109849 },
109850 [0xA362]={
109851  category="lo",
109852  cjkwd="w",
109853  description="YI SYLLABLE CHAX",
109854  direction="l",
109855  linebreak="id",
109856  unicodeslot=0xA362,
109857 },
109858 [0xA363]={
109859  category="lo",
109860  cjkwd="w",
109861  description="YI SYLLABLE CHA",
109862  direction="l",
109863  linebreak="id",
109864  unicodeslot=0xA363,
109865 },
109866 [0xA364]={
109867  category="lo",
109868  cjkwd="w",
109869  description="YI SYLLABLE CHAP",
109870  direction="l",
109871  linebreak="id",
109872  unicodeslot=0xA364,
109873 },
109874 [0xA365]={
109875  category="lo",
109876  cjkwd="w",
109877  description="YI SYLLABLE CHUOT",
109878  direction="l",
109879  linebreak="id",
109880  unicodeslot=0xA365,
109881 },
109882 [0xA366]={
109883  category="lo",
109884  cjkwd="w",
109885  description="YI SYLLABLE CHUOX",
109886  direction="l",
109887  linebreak="id",
109888  unicodeslot=0xA366,
109889 },
109890 [0xA367]={
109891  category="lo",
109892  cjkwd="w",
109893  description="YI SYLLABLE CHUO",
109894  direction="l",
109895  linebreak="id",
109896  unicodeslot=0xA367,
109897 },
109898 [0xA368]={
109899  category="lo",
109900  cjkwd="w",
109901  description="YI SYLLABLE CHUOP",
109902  direction="l",
109903  linebreak="id",
109904  unicodeslot=0xA368,
109905 },
109906 [0xA369]={
109907  category="lo",
109908  cjkwd="w",
109909  description="YI SYLLABLE CHOT",
109910  direction="l",
109911  linebreak="id",
109912  unicodeslot=0xA369,
109913 },
109914 [0xA36A]={
109915  category="lo",
109916  cjkwd="w",
109917  description="YI SYLLABLE CHOX",
109918  direction="l",
109919  linebreak="id",
109920  unicodeslot=0xA36A,
109921 },
109922 [0xA36B]={
109923  category="lo",
109924  cjkwd="w",
109925  description="YI SYLLABLE CHO",
109926  direction="l",
109927  linebreak="id",
109928  unicodeslot=0xA36B,
109929 },
109930 [0xA36C]={
109931  category="lo",
109932  cjkwd="w",
109933  description="YI SYLLABLE CHOP",
109934  direction="l",
109935  linebreak="id",
109936  unicodeslot=0xA36C,
109937 },
109938 [0xA36D]={
109939  category="lo",
109940  cjkwd="w",
109941  description="YI SYLLABLE CHET",
109942  direction="l",
109943  linebreak="id",
109944  unicodeslot=0xA36D,
109945 },
109946 [0xA36E]={
109947  category="lo",
109948  cjkwd="w",
109949  description="YI SYLLABLE CHEX",
109950  direction="l",
109951  linebreak="id",
109952  unicodeslot=0xA36E,
109953 },
109954 [0xA36F]={
109955  category="lo",
109956  cjkwd="w",
109957  description="YI SYLLABLE CHE",
109958  direction="l",
109959  linebreak="id",
109960  unicodeslot=0xA36F,
109961 },
109962 [0xA370]={
109963  category="lo",
109964  cjkwd="w",
109965  description="YI SYLLABLE CHEP",
109966  direction="l",
109967  linebreak="id",
109968  unicodeslot=0xA370,
109969 },
109970 [0xA371]={
109971  category="lo",
109972  cjkwd="w",
109973  description="YI SYLLABLE CHUX",
109974  direction="l",
109975  linebreak="id",
109976  unicodeslot=0xA371,
109977 },
109978 [0xA372]={
109979  category="lo",
109980  cjkwd="w",
109981  description="YI SYLLABLE CHU",
109982  direction="l",
109983  linebreak="id",
109984  unicodeslot=0xA372,
109985 },
109986 [0xA373]={
109987  category="lo",
109988  cjkwd="w",
109989  description="YI SYLLABLE CHUP",
109990  direction="l",
109991  linebreak="id",
109992  unicodeslot=0xA373,
109993 },
109994 [0xA374]={
109995  category="lo",
109996  cjkwd="w",
109997  description="YI SYLLABLE CHURX",
109998  direction="l",
109999  linebreak="id",
110000  unicodeslot=0xA374,
110001 },
110002 [0xA375]={
110003  category="lo",
110004  cjkwd="w",
110005  description="YI SYLLABLE CHUR",
110006  direction="l",
110007  linebreak="id",
110008  unicodeslot=0xA375,
110009 },
110010 [0xA376]={
110011  category="lo",
110012  cjkwd="w",
110013  description="YI SYLLABLE CHYT",
110014  direction="l",
110015  linebreak="id",
110016  unicodeslot=0xA376,
110017 },
110018 [0xA377]={
110019  category="lo",
110020  cjkwd="w",
110021  description="YI SYLLABLE CHYX",
110022  direction="l",
110023  linebreak="id",
110024  unicodeslot=0xA377,
110025 },
110026 [0xA378]={
110027  category="lo",
110028  cjkwd="w",
110029  description="YI SYLLABLE CHY",
110030  direction="l",
110031  linebreak="id",
110032  unicodeslot=0xA378,
110033 },
110034 [0xA379]={
110035  category="lo",
110036  cjkwd="w",
110037  description="YI SYLLABLE CHYP",
110038  direction="l",
110039  linebreak="id",
110040  unicodeslot=0xA379,
110041 },
110042 [0xA37A]={
110043  category="lo",
110044  cjkwd="w",
110045  description="YI SYLLABLE CHYRX",
110046  direction="l",
110047  linebreak="id",
110048  unicodeslot=0xA37A,
110049 },
110050 [0xA37B]={
110051  category="lo",
110052  cjkwd="w",
110053  description="YI SYLLABLE CHYR",
110054  direction="l",
110055  linebreak="id",
110056  unicodeslot=0xA37B,
110057 },
110058 [0xA37C]={
110059  category="lo",
110060  cjkwd="w",
110061  description="YI SYLLABLE RRAX",
110062  direction="l",
110063  linebreak="id",
110064  unicodeslot=0xA37C,
110065 },
110066 [0xA37D]={
110067  category="lo",
110068  cjkwd="w",
110069  description="YI SYLLABLE RRA",
110070  direction="l",
110071  linebreak="id",
110072  unicodeslot=0xA37D,
110073 },
110074 [0xA37E]={
110075  category="lo",
110076  cjkwd="w",
110077  description="YI SYLLABLE RRUOX",
110078  direction="l",
110079  linebreak="id",
110080  unicodeslot=0xA37E,
110081 },
110082 [0xA37F]={
110083  category="lo",
110084  cjkwd="w",
110085  description="YI SYLLABLE RRUO",
110086  direction="l",
110087  linebreak="id",
110088  unicodeslot=0xA37F,
110089 },
110090 [0xA380]={
110091  category="lo",
110092  cjkwd="w",
110093  description="YI SYLLABLE RROT",
110094  direction="l",
110095  linebreak="id",
110096  unicodeslot=0xA380,
110097 },
110098 [0xA381]={
110099  category="lo",
110100  cjkwd="w",
110101  description="YI SYLLABLE RROX",
110102  direction="l",
110103  linebreak="id",
110104  unicodeslot=0xA381,
110105 },
110106 [0xA382]={
110107  category="lo",
110108  cjkwd="w",
110109  description="YI SYLLABLE RRO",
110110  direction="l",
110111  linebreak="id",
110112  unicodeslot=0xA382,
110113 },
110114 [0xA383]={
110115  category="lo",
110116  cjkwd="w",
110117  description="YI SYLLABLE RROP",
110118  direction="l",
110119  linebreak="id",
110120  unicodeslot=0xA383,
110121 },
110122 [0xA384]={
110123  category="lo",
110124  cjkwd="w",
110125  description="YI SYLLABLE RRET",
110126  direction="l",
110127  linebreak="id",
110128  unicodeslot=0xA384,
110129 },
110130 [0xA385]={
110131  category="lo",
110132  cjkwd="w",
110133  description="YI SYLLABLE RREX",
110134  direction="l",
110135  linebreak="id",
110136  unicodeslot=0xA385,
110137 },
110138 [0xA386]={
110139  category="lo",
110140  cjkwd="w",
110141  description="YI SYLLABLE RRE",
110142  direction="l",
110143  linebreak="id",
110144  unicodeslot=0xA386,
110145 },
110146 [0xA387]={
110147  category="lo",
110148  cjkwd="w",
110149  description="YI SYLLABLE RREP",
110150  direction="l",
110151  linebreak="id",
110152  unicodeslot=0xA387,
110153 },
110154 [0xA388]={
110155  category="lo",
110156  cjkwd="w",
110157  description="YI SYLLABLE RRUT",
110158  direction="l",
110159  linebreak="id",
110160  unicodeslot=0xA388,
110161 },
110162 [0xA389]={
110163  category="lo",
110164  cjkwd="w",
110165  description="YI SYLLABLE RRUX",
110166  direction="l",
110167  linebreak="id",
110168  unicodeslot=0xA389,
110169 },
110170 [0xA38A]={
110171  category="lo",
110172  cjkwd="w",
110173  description="YI SYLLABLE RRU",
110174  direction="l",
110175  linebreak="id",
110176  unicodeslot=0xA38A,
110177 },
110178 [0xA38B]={
110179  category="lo",
110180  cjkwd="w",
110181  description="YI SYLLABLE RRUP",
110182  direction="l",
110183  linebreak="id",
110184  unicodeslot=0xA38B,
110185 },
110186 [0xA38C]={
110187  category="lo",
110188  cjkwd="w",
110189  description="YI SYLLABLE RRURX",
110190  direction="l",
110191  linebreak="id",
110192  unicodeslot=0xA38C,
110193 },
110194 [0xA38D]={
110195  category="lo",
110196  cjkwd="w",
110197  description="YI SYLLABLE RRUR",
110198  direction="l",
110199  linebreak="id",
110200  unicodeslot=0xA38D,
110201 },
110202 [0xA38E]={
110203  category="lo",
110204  cjkwd="w",
110205  description="YI SYLLABLE RRYT",
110206  direction="l",
110207  linebreak="id",
110208  unicodeslot=0xA38E,
110209 },
110210 [0xA38F]={
110211  category="lo",
110212  cjkwd="w",
110213  description="YI SYLLABLE RRYX",
110214  direction="l",
110215  linebreak="id",
110216  unicodeslot=0xA38F,
110217 },
110218 [0xA390]={
110219  category="lo",
110220  cjkwd="w",
110221  description="YI SYLLABLE RRY",
110222  direction="l",
110223  linebreak="id",
110224  unicodeslot=0xA390,
110225 },
110226 [0xA391]={
110227  category="lo",
110228  cjkwd="w",
110229  description="YI SYLLABLE RRYP",
110230  direction="l",
110231  linebreak="id",
110232  unicodeslot=0xA391,
110233 },
110234 [0xA392]={
110235  category="lo",
110236  cjkwd="w",
110237  description="YI SYLLABLE RRYRX",
110238  direction="l",
110239  linebreak="id",
110240  unicodeslot=0xA392,
110241 },
110242 [0xA393]={
110243  category="lo",
110244  cjkwd="w",
110245  description="YI SYLLABLE RRYR",
110246  direction="l",
110247  linebreak="id",
110248  unicodeslot=0xA393,
110249 },
110250 [0xA394]={
110251  category="lo",
110252  cjkwd="w",
110253  description="YI SYLLABLE NRAT",
110254  direction="l",
110255  linebreak="id",
110256  unicodeslot=0xA394,
110257 },
110258 [0xA395]={
110259  category="lo",
110260  cjkwd="w",
110261  description="YI SYLLABLE NRAX",
110262  direction="l",
110263  linebreak="id",
110264  unicodeslot=0xA395,
110265 },
110266 [0xA396]={
110267  category="lo",
110268  cjkwd="w",
110269  description="YI SYLLABLE NRA",
110270  direction="l",
110271  linebreak="id",
110272  unicodeslot=0xA396,
110273 },
110274 [0xA397]={
110275  category="lo",
110276  cjkwd="w",
110277  description="YI SYLLABLE NRAP",
110278  direction="l",
110279  linebreak="id",
110280  unicodeslot=0xA397,
110281 },
110282 [0xA398]={
110283  category="lo",
110284  cjkwd="w",
110285  description="YI SYLLABLE NROX",
110286  direction="l",
110287  linebreak="id",
110288  unicodeslot=0xA398,
110289 },
110290 [0xA399]={
110291  category="lo",
110292  cjkwd="w",
110293  description="YI SYLLABLE NRO",
110294  direction="l",
110295  linebreak="id",
110296  unicodeslot=0xA399,
110297 },
110298 [0xA39A]={
110299  category="lo",
110300  cjkwd="w",
110301  description="YI SYLLABLE NROP",
110302  direction="l",
110303  linebreak="id",
110304  unicodeslot=0xA39A,
110305 },
110306 [0xA39B]={
110307  category="lo",
110308  cjkwd="w",
110309  description="YI SYLLABLE NRET",
110310  direction="l",
110311  linebreak="id",
110312  unicodeslot=0xA39B,
110313 },
110314 [0xA39C]={
110315  category="lo",
110316  cjkwd="w",
110317  description="YI SYLLABLE NREX",
110318  direction="l",
110319  linebreak="id",
110320  unicodeslot=0xA39C,
110321 },
110322 [0xA39D]={
110323  category="lo",
110324  cjkwd="w",
110325  description="YI SYLLABLE NRE",
110326  direction="l",
110327  linebreak="id",
110328  unicodeslot=0xA39D,
110329 },
110330 [0xA39E]={
110331  category="lo",
110332  cjkwd="w",
110333  description="YI SYLLABLE NREP",
110334  direction="l",
110335  linebreak="id",
110336  unicodeslot=0xA39E,
110337 },
110338 [0xA39F]={
110339  category="lo",
110340  cjkwd="w",
110341  description="YI SYLLABLE NRUT",
110342  direction="l",
110343  linebreak="id",
110344  unicodeslot=0xA39F,
110345 },
110346 [0xA3A0]={
110347  category="lo",
110348  cjkwd="w",
110349  description="YI SYLLABLE NRUX",
110350  direction="l",
110351  linebreak="id",
110352  unicodeslot=0xA3A0,
110353 },
110354 [0xA3A1]={
110355  category="lo",
110356  cjkwd="w",
110357  description="YI SYLLABLE NRU",
110358  direction="l",
110359  linebreak="id",
110360  unicodeslot=0xA3A1,
110361 },
110362 [0xA3A2]={
110363  category="lo",
110364  cjkwd="w",
110365  description="YI SYLLABLE NRUP",
110366  direction="l",
110367  linebreak="id",
110368  unicodeslot=0xA3A2,
110369 },
110370 [0xA3A3]={
110371  category="lo",
110372  cjkwd="w",
110373  description="YI SYLLABLE NRURX",
110374  direction="l",
110375  linebreak="id",
110376  unicodeslot=0xA3A3,
110377 },
110378 [0xA3A4]={
110379  category="lo",
110380  cjkwd="w",
110381  description="YI SYLLABLE NRUR",
110382  direction="l",
110383  linebreak="id",
110384  unicodeslot=0xA3A4,
110385 },
110386 [0xA3A5]={
110387  category="lo",
110388  cjkwd="w",
110389  description="YI SYLLABLE NRYT",
110390  direction="l",
110391  linebreak="id",
110392  unicodeslot=0xA3A5,
110393 },
110394 [0xA3A6]={
110395  category="lo",
110396  cjkwd="w",
110397  description="YI SYLLABLE NRYX",
110398  direction="l",
110399  linebreak="id",
110400  unicodeslot=0xA3A6,
110401 },
110402 [0xA3A7]={
110403  category="lo",
110404  cjkwd="w",
110405  description="YI SYLLABLE NRY",
110406  direction="l",
110407  linebreak="id",
110408  unicodeslot=0xA3A7,
110409 },
110410 [0xA3A8]={
110411  category="lo",
110412  cjkwd="w",
110413  description="YI SYLLABLE NRYP",
110414  direction="l",
110415  linebreak="id",
110416  unicodeslot=0xA3A8,
110417 },
110418 [0xA3A9]={
110419  category="lo",
110420  cjkwd="w",
110421  description="YI SYLLABLE NRYRX",
110422  direction="l",
110423  linebreak="id",
110424  unicodeslot=0xA3A9,
110425 },
110426 [0xA3AA]={
110427  category="lo",
110428  cjkwd="w",
110429  description="YI SYLLABLE NRYR",
110430  direction="l",
110431  linebreak="id",
110432  unicodeslot=0xA3AA,
110433 },
110434 [0xA3AB]={
110435  category="lo",
110436  cjkwd="w",
110437  description="YI SYLLABLE SHAT",
110438  direction="l",
110439  linebreak="id",
110440  unicodeslot=0xA3AB,
110441 },
110442 [0xA3AC]={
110443  category="lo",
110444  cjkwd="w",
110445  description="YI SYLLABLE SHAX",
110446  direction="l",
110447  linebreak="id",
110448  unicodeslot=0xA3AC,
110449 },
110450 [0xA3AD]={
110451  category="lo",
110452  cjkwd="w",
110453  description="YI SYLLABLE SHA",
110454  direction="l",
110455  linebreak="id",
110456  unicodeslot=0xA3AD,
110457 },
110458 [0xA3AE]={
110459  category="lo",
110460  cjkwd="w",
110461  description="YI SYLLABLE SHAP",
110462  direction="l",
110463  linebreak="id",
110464  unicodeslot=0xA3AE,
110465 },
110466 [0xA3AF]={
110467  category="lo",
110468  cjkwd="w",
110469  description="YI SYLLABLE SHUOX",
110470  direction="l",
110471  linebreak="id",
110472  unicodeslot=0xA3AF,
110473 },
110474 [0xA3B0]={
110475  category="lo",
110476  cjkwd="w",
110477  description="YI SYLLABLE SHUO",
110478  direction="l",
110479  linebreak="id",
110480  unicodeslot=0xA3B0,
110481 },
110482 [0xA3B1]={
110483  category="lo",
110484  cjkwd="w",
110485  description="YI SYLLABLE SHUOP",
110486  direction="l",
110487  linebreak="id",
110488  unicodeslot=0xA3B1,
110489 },
110490 [0xA3B2]={
110491  category="lo",
110492  cjkwd="w",
110493  description="YI SYLLABLE SHOT",
110494  direction="l",
110495  linebreak="id",
110496  unicodeslot=0xA3B2,
110497 },
110498 [0xA3B3]={
110499  category="lo",
110500  cjkwd="w",
110501  description="YI SYLLABLE SHOX",
110502  direction="l",
110503  linebreak="id",
110504  unicodeslot=0xA3B3,
110505 },
110506 [0xA3B4]={
110507  category="lo",
110508  cjkwd="w",
110509  description="YI SYLLABLE SHO",
110510  direction="l",
110511  linebreak="id",
110512  unicodeslot=0xA3B4,
110513 },
110514 [0xA3B5]={
110515  category="lo",
110516  cjkwd="w",
110517  description="YI SYLLABLE SHOP",
110518  direction="l",
110519  linebreak="id",
110520  unicodeslot=0xA3B5,
110521 },
110522 [0xA3B6]={
110523  category="lo",
110524  cjkwd="w",
110525  description="YI SYLLABLE SHET",
110526  direction="l",
110527  linebreak="id",
110528  unicodeslot=0xA3B6,
110529 },
110530 [0xA3B7]={
110531  category="lo",
110532  cjkwd="w",
110533  description="YI SYLLABLE SHEX",
110534  direction="l",
110535  linebreak="id",
110536  unicodeslot=0xA3B7,
110537 },
110538 [0xA3B8]={
110539  category="lo",
110540  cjkwd="w",
110541  description="YI SYLLABLE SHE",
110542  direction="l",
110543  linebreak="id",
110544  unicodeslot=0xA3B8,
110545 },
110546 [0xA3B9]={
110547  category="lo",
110548  cjkwd="w",
110549  description="YI SYLLABLE SHEP",
110550  direction="l",
110551  linebreak="id",
110552  unicodeslot=0xA3B9,
110553 },
110554 [0xA3BA]={
110555  category="lo",
110556  cjkwd="w",
110557  description="YI SYLLABLE SHUT",
110558  direction="l",
110559  linebreak="id",
110560  unicodeslot=0xA3BA,
110561 },
110562 [0xA3BB]={
110563  category="lo",
110564  cjkwd="w",
110565  description="YI SYLLABLE SHUX",
110566  direction="l",
110567  linebreak="id",
110568  unicodeslot=0xA3BB,
110569 },
110570 [0xA3BC]={
110571  category="lo",
110572  cjkwd="w",
110573  description="YI SYLLABLE SHU",
110574  direction="l",
110575  linebreak="id",
110576  unicodeslot=0xA3BC,
110577 },
110578 [0xA3BD]={
110579  category="lo",
110580  cjkwd="w",
110581  description="YI SYLLABLE SHUP",
110582  direction="l",
110583  linebreak="id",
110584  unicodeslot=0xA3BD,
110585 },
110586 [0xA3BE]={
110587  category="lo",
110588  cjkwd="w",
110589  description="YI SYLLABLE SHURX",
110590  direction="l",
110591  linebreak="id",
110592  unicodeslot=0xA3BE,
110593 },
110594 [0xA3BF]={
110595  category="lo",
110596  cjkwd="w",
110597  description="YI SYLLABLE SHUR",
110598  direction="l",
110599  linebreak="id",
110600  unicodeslot=0xA3BF,
110601 },
110602 [0xA3C0]={
110603  category="lo",
110604  cjkwd="w",
110605  description="YI SYLLABLE SHYT",
110606  direction="l",
110607  linebreak="id",
110608  unicodeslot=0xA3C0,
110609 },
110610 [0xA3C1]={
110611  category="lo",
110612  cjkwd="w",
110613  description="YI SYLLABLE SHYX",
110614  direction="l",
110615  linebreak="id",
110616  unicodeslot=0xA3C1,
110617 },
110618 [0xA3C2]={
110619  category="lo",
110620  cjkwd="w",
110621  description="YI SYLLABLE SHY",
110622  direction="l",
110623  linebreak="id",
110624  unicodeslot=0xA3C2,
110625 },
110626 [0xA3C3]={
110627  category="lo",
110628  cjkwd="w",
110629  description="YI SYLLABLE SHYP",
110630  direction="l",
110631  linebreak="id",
110632  unicodeslot=0xA3C3,
110633 },
110634 [0xA3C4]={
110635  category="lo",
110636  cjkwd="w",
110637  description="YI SYLLABLE SHYRX",
110638  direction="l",
110639  linebreak="id",
110640  unicodeslot=0xA3C4,
110641 },
110642 [0xA3C5]={
110643  category="lo",
110644  cjkwd="w",
110645  description="YI SYLLABLE SHYR",
110646  direction="l",
110647  linebreak="id",
110648  unicodeslot=0xA3C5,
110649 },
110650 [0xA3C6]={
110651  category="lo",
110652  cjkwd="w",
110653  description="YI SYLLABLE RAT",
110654  direction="l",
110655  linebreak="id",
110656  unicodeslot=0xA3C6,
110657 },
110658 [0xA3C7]={
110659  category="lo",
110660  cjkwd="w",
110661  description="YI SYLLABLE RAX",
110662  direction="l",
110663  linebreak="id",
110664  unicodeslot=0xA3C7,
110665 },
110666 [0xA3C8]={
110667  category="lo",
110668  cjkwd="w",
110669  description="YI SYLLABLE RA",
110670  direction="l",
110671  linebreak="id",
110672  unicodeslot=0xA3C8,
110673 },
110674 [0xA3C9]={
110675  category="lo",
110676  cjkwd="w",
110677  description="YI SYLLABLE RAP",
110678  direction="l",
110679  linebreak="id",
110680  unicodeslot=0xA3C9,
110681 },
110682 [0xA3CA]={
110683  category="lo",
110684  cjkwd="w",
110685  description="YI SYLLABLE RUOX",
110686  direction="l",
110687  linebreak="id",
110688  unicodeslot=0xA3CA,
110689 },
110690 [0xA3CB]={
110691  category="lo",
110692  cjkwd="w",
110693  description="YI SYLLABLE RUO",
110694  direction="l",
110695  linebreak="id",
110696  unicodeslot=0xA3CB,
110697 },
110698 [0xA3CC]={
110699  category="lo",
110700  cjkwd="w",
110701  description="YI SYLLABLE RUOP",
110702  direction="l",
110703  linebreak="id",
110704  unicodeslot=0xA3CC,
110705 },
110706 [0xA3CD]={
110707  category="lo",
110708  cjkwd="w",
110709  description="YI SYLLABLE ROT",
110710  direction="l",
110711  linebreak="id",
110712  unicodeslot=0xA3CD,
110713 },
110714 [0xA3CE]={
110715  category="lo",
110716  cjkwd="w",
110717  description="YI SYLLABLE ROX",
110718  direction="l",
110719  linebreak="id",
110720  unicodeslot=0xA3CE,
110721 },
110722 [0xA3CF]={
110723  category="lo",
110724  cjkwd="w",
110725  description="YI SYLLABLE RO",
110726  direction="l",
110727  linebreak="id",
110728  unicodeslot=0xA3CF,
110729 },
110730 [0xA3D0]={
110731  category="lo",
110732  cjkwd="w",
110733  description="YI SYLLABLE ROP",
110734  direction="l",
110735  linebreak="id",
110736  unicodeslot=0xA3D0,
110737 },
110738 [0xA3D1]={
110739  category="lo",
110740  cjkwd="w",
110741  description="YI SYLLABLE REX",
110742  direction="l",
110743  linebreak="id",
110744  unicodeslot=0xA3D1,
110745 },
110746 [0xA3D2]={
110747  category="lo",
110748  cjkwd="w",
110749  description="YI SYLLABLE RE",
110750  direction="l",
110751  linebreak="id",
110752  unicodeslot=0xA3D2,
110753 },
110754 [0xA3D3]={
110755  category="lo",
110756  cjkwd="w",
110757  description="YI SYLLABLE REP",
110758  direction="l",
110759  linebreak="id",
110760  unicodeslot=0xA3D3,
110761 },
110762 [0xA3D4]={
110763  category="lo",
110764  cjkwd="w",
110765  description="YI SYLLABLE RUT",
110766  direction="l",
110767  linebreak="id",
110768  unicodeslot=0xA3D4,
110769 },
110770 [0xA3D5]={
110771  category="lo",
110772  cjkwd="w",
110773  description="YI SYLLABLE RUX",
110774  direction="l",
110775  linebreak="id",
110776  unicodeslot=0xA3D5,
110777 },
110778 [0xA3D6]={
110779  category="lo",
110780  cjkwd="w",
110781  description="YI SYLLABLE RU",
110782  direction="l",
110783  linebreak="id",
110784  unicodeslot=0xA3D6,
110785 },
110786 [0xA3D7]={
110787  category="lo",
110788  cjkwd="w",
110789  description="YI SYLLABLE RUP",
110790  direction="l",
110791  linebreak="id",
110792  unicodeslot=0xA3D7,
110793 },
110794 [0xA3D8]={
110795  category="lo",
110796  cjkwd="w",
110797  description="YI SYLLABLE RURX",
110798  direction="l",
110799  linebreak="id",
110800  unicodeslot=0xA3D8,
110801 },
110802 [0xA3D9]={
110803  category="lo",
110804  cjkwd="w",
110805  description="YI SYLLABLE RUR",
110806  direction="l",
110807  linebreak="id",
110808  unicodeslot=0xA3D9,
110809 },
110810 [0xA3DA]={
110811  category="lo",
110812  cjkwd="w",
110813  description="YI SYLLABLE RYT",
110814  direction="l",
110815  linebreak="id",
110816  unicodeslot=0xA3DA,
110817 },
110818 [0xA3DB]={
110819  category="lo",
110820  cjkwd="w",
110821  description="YI SYLLABLE RYX",
110822  direction="l",
110823  linebreak="id",
110824  unicodeslot=0xA3DB,
110825 },
110826 [0xA3DC]={
110827  category="lo",
110828  cjkwd="w",
110829  description="YI SYLLABLE RY",
110830  direction="l",
110831  linebreak="id",
110832  unicodeslot=0xA3DC,
110833 },
110834 [0xA3DD]={
110835  category="lo",
110836  cjkwd="w",
110837  description="YI SYLLABLE RYP",
110838  direction="l",
110839  linebreak="id",
110840  unicodeslot=0xA3DD,
110841 },
110842 [0xA3DE]={
110843  category="lo",
110844  cjkwd="w",
110845  description="YI SYLLABLE RYRX",
110846  direction="l",
110847  linebreak="id",
110848  unicodeslot=0xA3DE,
110849 },
110850 [0xA3DF]={
110851  category="lo",
110852  cjkwd="w",
110853  description="YI SYLLABLE RYR",
110854  direction="l",
110855  linebreak="id",
110856  unicodeslot=0xA3DF,
110857 },
110858 [0xA3E0]={
110859  category="lo",
110860  cjkwd="w",
110861  description="YI SYLLABLE JIT",
110862  direction="l",
110863  linebreak="id",
110864  unicodeslot=0xA3E0,
110865 },
110866 [0xA3E1]={
110867  category="lo",
110868  cjkwd="w",
110869  description="YI SYLLABLE JIX",
110870  direction="l",
110871  linebreak="id",
110872  unicodeslot=0xA3E1,
110873 },
110874 [0xA3E2]={
110875  category="lo",
110876  cjkwd="w",
110877  description="YI SYLLABLE JI",
110878  direction="l",
110879  linebreak="id",
110880  unicodeslot=0xA3E2,
110881 },
110882 [0xA3E3]={
110883  category="lo",
110884  cjkwd="w",
110885  description="YI SYLLABLE JIP",
110886  direction="l",
110887  linebreak="id",
110888  unicodeslot=0xA3E3,
110889 },
110890 [0xA3E4]={
110891  category="lo",
110892  cjkwd="w",
110893  description="YI SYLLABLE JIET",
110894  direction="l",
110895  linebreak="id",
110896  unicodeslot=0xA3E4,
110897 },
110898 [0xA3E5]={
110899  category="lo",
110900  cjkwd="w",
110901  description="YI SYLLABLE JIEX",
110902  direction="l",
110903  linebreak="id",
110904  unicodeslot=0xA3E5,
110905 },
110906 [0xA3E6]={
110907  category="lo",
110908  cjkwd="w",
110909  description="YI SYLLABLE JIE",
110910  direction="l",
110911  linebreak="id",
110912  unicodeslot=0xA3E6,
110913 },
110914 [0xA3E7]={
110915  category="lo",
110916  cjkwd="w",
110917  description="YI SYLLABLE JIEP",
110918  direction="l",
110919  linebreak="id",
110920  unicodeslot=0xA3E7,
110921 },
110922 [0xA3E8]={
110923  category="lo",
110924  cjkwd="w",
110925  description="YI SYLLABLE JUOT",
110926  direction="l",
110927  linebreak="id",
110928  unicodeslot=0xA3E8,
110929 },
110930 [0xA3E9]={
110931  category="lo",
110932  cjkwd="w",
110933  description="YI SYLLABLE JUOX",
110934  direction="l",
110935  linebreak="id",
110936  unicodeslot=0xA3E9,
110937 },
110938 [0xA3EA]={
110939  category="lo",
110940  cjkwd="w",
110941  description="YI SYLLABLE JUO",
110942  direction="l",
110943  linebreak="id",
110944  unicodeslot=0xA3EA,
110945 },
110946 [0xA3EB]={
110947  category="lo",
110948  cjkwd="w",
110949  description="YI SYLLABLE JUOP",
110950  direction="l",
110951  linebreak="id",
110952  unicodeslot=0xA3EB,
110953 },
110954 [0xA3EC]={
110955  category="lo",
110956  cjkwd="w",
110957  description="YI SYLLABLE JOT",
110958  direction="l",
110959  linebreak="id",
110960  unicodeslot=0xA3EC,
110961 },
110962 [0xA3ED]={
110963  category="lo",
110964  cjkwd="w",
110965  description="YI SYLLABLE JOX",
110966  direction="l",
110967  linebreak="id",
110968  unicodeslot=0xA3ED,
110969 },
110970 [0xA3EE]={
110971  category="lo",
110972  cjkwd="w",
110973  description="YI SYLLABLE JO",
110974  direction="l",
110975  linebreak="id",
110976  unicodeslot=0xA3EE,
110977 },
110978 [0xA3EF]={
110979  category="lo",
110980  cjkwd="w",
110981  description="YI SYLLABLE JOP",
110982  direction="l",
110983  linebreak="id",
110984  unicodeslot=0xA3EF,
110985 },
110986 [0xA3F0]={
110987  category="lo",
110988  cjkwd="w",
110989  description="YI SYLLABLE JUT",
110990  direction="l",
110991  linebreak="id",
110992  unicodeslot=0xA3F0,
110993 },
110994 [0xA3F1]={
110995  category="lo",
110996  cjkwd="w",
110997  description="YI SYLLABLE JUX",
110998  direction="l",
110999  linebreak="id",
111000  unicodeslot=0xA3F1,
111001 },
111002 [0xA3F2]={
111003  category="lo",
111004  cjkwd="w",
111005  description="YI SYLLABLE JU",
111006  direction="l",
111007  linebreak="id",
111008  unicodeslot=0xA3F2,
111009 },
111010 [0xA3F3]={
111011  category="lo",
111012  cjkwd="w",
111013  description="YI SYLLABLE JUP",
111014  direction="l",
111015  linebreak="id",
111016  unicodeslot=0xA3F3,
111017 },
111018 [0xA3F4]={
111019  category="lo",
111020  cjkwd="w",
111021  description="YI SYLLABLE JURX",
111022  direction="l",
111023  linebreak="id",
111024  unicodeslot=0xA3F4,
111025 },
111026 [0xA3F5]={
111027  category="lo",
111028  cjkwd="w",
111029  description="YI SYLLABLE JUR",
111030  direction="l",
111031  linebreak="id",
111032  unicodeslot=0xA3F5,
111033 },
111034 [0xA3F6]={
111035  category="lo",
111036  cjkwd="w",
111037  description="YI SYLLABLE JYT",
111038  direction="l",
111039  linebreak="id",
111040  unicodeslot=0xA3F6,
111041 },
111042 [0xA3F7]={
111043  category="lo",
111044  cjkwd="w",
111045  description="YI SYLLABLE JYX",
111046  direction="l",
111047  linebreak="id",
111048  unicodeslot=0xA3F7,
111049 },
111050 [0xA3F8]={
111051  category="lo",
111052  cjkwd="w",
111053  description="YI SYLLABLE JY",
111054  direction="l",
111055  linebreak="id",
111056  unicodeslot=0xA3F8,
111057 },
111058 [0xA3F9]={
111059  category="lo",
111060  cjkwd="w",
111061  description="YI SYLLABLE JYP",
111062  direction="l",
111063  linebreak="id",
111064  unicodeslot=0xA3F9,
111065 },
111066 [0xA3FA]={
111067  category="lo",
111068  cjkwd="w",
111069  description="YI SYLLABLE JYRX",
111070  direction="l",
111071  linebreak="id",
111072  unicodeslot=0xA3FA,
111073 },
111074 [0xA3FB]={
111075  category="lo",
111076  cjkwd="w",
111077  description="YI SYLLABLE JYR",
111078  direction="l",
111079  linebreak="id",
111080  unicodeslot=0xA3FB,
111081 },
111082 [0xA3FC]={
111083  category="lo",
111084  cjkwd="w",
111085  description="YI SYLLABLE QIT",
111086  direction="l",
111087  linebreak="id",
111088  unicodeslot=0xA3FC,
111089 },
111090 [0xA3FD]={
111091  category="lo",
111092  cjkwd="w",
111093  description="YI SYLLABLE QIX",
111094  direction="l",
111095  linebreak="id",
111096  unicodeslot=0xA3FD,
111097 },
111098 [0xA3FE]={
111099  category="lo",
111100  cjkwd="w",
111101  description="YI SYLLABLE QI",
111102  direction="l",
111103  linebreak="id",
111104  unicodeslot=0xA3FE,
111105 },
111106 [0xA3FF]={
111107  category="lo",
111108  cjkwd="w",
111109  description="YI SYLLABLE QIP",
111110  direction="l",
111111  linebreak="id",
111112  unicodeslot=0xA3FF,
111113 },
111114 [0xA400]={
111115  category="lo",
111116  cjkwd="w",
111117  description="YI SYLLABLE QIET",
111118  direction="l",
111119  linebreak="id",
111120  unicodeslot=0xA400,
111121 },
111122 [0xA401]={
111123  category="lo",
111124  cjkwd="w",
111125  description="YI SYLLABLE QIEX",
111126  direction="l",
111127  linebreak="id",
111128  unicodeslot=0xA401,
111129 },
111130 [0xA402]={
111131  category="lo",
111132  cjkwd="w",
111133  description="YI SYLLABLE QIE",
111134  direction="l",
111135  linebreak="id",
111136  unicodeslot=0xA402,
111137 },
111138 [0xA403]={
111139  category="lo",
111140  cjkwd="w",
111141  description="YI SYLLABLE QIEP",
111142  direction="l",
111143  linebreak="id",
111144  unicodeslot=0xA403,
111145 },
111146 [0xA404]={
111147  category="lo",
111148  cjkwd="w",
111149  description="YI SYLLABLE QUOT",
111150  direction="l",
111151  linebreak="id",
111152  unicodeslot=0xA404,
111153 },
111154 [0xA405]={
111155  category="lo",
111156  cjkwd="w",
111157  description="YI SYLLABLE QUOX",
111158  direction="l",
111159  linebreak="id",
111160  unicodeslot=0xA405,
111161 },
111162 [0xA406]={
111163  category="lo",
111164  cjkwd="w",
111165  description="YI SYLLABLE QUO",
111166  direction="l",
111167  linebreak="id",
111168  unicodeslot=0xA406,
111169 },
111170 [0xA407]={
111171  category="lo",
111172  cjkwd="w",
111173  description="YI SYLLABLE QUOP",
111174  direction="l",
111175  linebreak="id",
111176  unicodeslot=0xA407,
111177 },
111178 [0xA408]={
111179  category="lo",
111180  cjkwd="w",
111181  description="YI SYLLABLE QOT",
111182  direction="l",
111183  linebreak="id",
111184  unicodeslot=0xA408,
111185 },
111186 [0xA409]={
111187  category="lo",
111188  cjkwd="w",
111189  description="YI SYLLABLE QOX",
111190  direction="l",
111191  linebreak="id",
111192  unicodeslot=0xA409,
111193 },
111194 [0xA40A]={
111195  category="lo",
111196  cjkwd="w",
111197  description="YI SYLLABLE QO",
111198  direction="l",
111199  linebreak="id",
111200  unicodeslot=0xA40A,
111201 },
111202 [0xA40B]={
111203  category="lo",
111204  cjkwd="w",
111205  description="YI SYLLABLE QOP",
111206  direction="l",
111207  linebreak="id",
111208  unicodeslot=0xA40B,
111209 },
111210 [0xA40C]={
111211  category="lo",
111212  cjkwd="w",
111213  description="YI SYLLABLE QUT",
111214  direction="l",
111215  linebreak="id",
111216  unicodeslot=0xA40C,
111217 },
111218 [0xA40D]={
111219  category="lo",
111220  cjkwd="w",
111221  description="YI SYLLABLE QUX",
111222  direction="l",
111223  linebreak="id",
111224  unicodeslot=0xA40D,
111225 },
111226 [0xA40E]={
111227  category="lo",
111228  cjkwd="w",
111229  description="YI SYLLABLE QU",
111230  direction="l",
111231  linebreak="id",
111232  unicodeslot=0xA40E,
111233 },
111234 [0xA40F]={
111235  category="lo",
111236  cjkwd="w",
111237  description="YI SYLLABLE QUP",
111238  direction="l",
111239  linebreak="id",
111240  unicodeslot=0xA40F,
111241 },
111242 [0xA410]={
111243  category="lo",
111244  cjkwd="w",
111245  description="YI SYLLABLE QURX",
111246  direction="l",
111247  linebreak="id",
111248  unicodeslot=0xA410,
111249 },
111250 [0xA411]={
111251  category="lo",
111252  cjkwd="w",
111253  description="YI SYLLABLE QUR",
111254  direction="l",
111255  linebreak="id",
111256  unicodeslot=0xA411,
111257 },
111258 [0xA412]={
111259  category="lo",
111260  cjkwd="w",
111261  description="YI SYLLABLE QYT",
111262  direction="l",
111263  linebreak="id",
111264  unicodeslot=0xA412,
111265 },
111266 [0xA413]={
111267  category="lo",
111268  cjkwd="w",
111269  description="YI SYLLABLE QYX",
111270  direction="l",
111271  linebreak="id",
111272  unicodeslot=0xA413,
111273 },
111274 [0xA414]={
111275  category="lo",
111276  cjkwd="w",
111277  description="YI SYLLABLE QY",
111278  direction="l",
111279  linebreak="id",
111280  unicodeslot=0xA414,
111281 },
111282 [0xA415]={
111283  category="lo",
111284  cjkwd="w",
111285  description="YI SYLLABLE QYP",
111286  direction="l",
111287  linebreak="id",
111288  unicodeslot=0xA415,
111289 },
111290 [0xA416]={
111291  category="lo",
111292  cjkwd="w",
111293  description="YI SYLLABLE QYRX",
111294  direction="l",
111295  linebreak="id",
111296  unicodeslot=0xA416,
111297 },
111298 [0xA417]={
111299  category="lo",
111300  cjkwd="w",
111301  description="YI SYLLABLE QYR",
111302  direction="l",
111303  linebreak="id",
111304  unicodeslot=0xA417,
111305 },
111306 [0xA418]={
111307  category="lo",
111308  cjkwd="w",
111309  description="YI SYLLABLE JJIT",
111310  direction="l",
111311  linebreak="id",
111312  unicodeslot=0xA418,
111313 },
111314 [0xA419]={
111315  category="lo",
111316  cjkwd="w",
111317  description="YI SYLLABLE JJIX",
111318  direction="l",
111319  linebreak="id",
111320  unicodeslot=0xA419,
111321 },
111322 [0xA41A]={
111323  category="lo",
111324  cjkwd="w",
111325  description="YI SYLLABLE JJI",
111326  direction="l",
111327  linebreak="id",
111328  unicodeslot=0xA41A,
111329 },
111330 [0xA41B]={
111331  category="lo",
111332  cjkwd="w",
111333  description="YI SYLLABLE JJIP",
111334  direction="l",
111335  linebreak="id",
111336  unicodeslot=0xA41B,
111337 },
111338 [0xA41C]={
111339  category="lo",
111340  cjkwd="w",
111341  description="YI SYLLABLE JJIET",
111342  direction="l",
111343  linebreak="id",
111344  unicodeslot=0xA41C,
111345 },
111346 [0xA41D]={
111347  category="lo",
111348  cjkwd="w",
111349  description="YI SYLLABLE JJIEX",
111350  direction="l",
111351  linebreak="id",
111352  unicodeslot=0xA41D,
111353 },
111354 [0xA41E]={
111355  category="lo",
111356  cjkwd="w",
111357  description="YI SYLLABLE JJIE",
111358  direction="l",
111359  linebreak="id",
111360  unicodeslot=0xA41E,
111361 },
111362 [0xA41F]={
111363  category="lo",
111364  cjkwd="w",
111365  description="YI SYLLABLE JJIEP",
111366  direction="l",
111367  linebreak="id",
111368  unicodeslot=0xA41F,
111369 },
111370 [0xA420]={
111371  category="lo",
111372  cjkwd="w",
111373  description="YI SYLLABLE JJUOX",
111374  direction="l",
111375  linebreak="id",
111376  unicodeslot=0xA420,
111377 },
111378 [0xA421]={
111379  category="lo",
111380  cjkwd="w",
111381  description="YI SYLLABLE JJUO",
111382  direction="l",
111383  linebreak="id",
111384  unicodeslot=0xA421,
111385 },
111386 [0xA422]={
111387  category="lo",
111388  cjkwd="w",
111389  description="YI SYLLABLE JJUOP",
111390  direction="l",
111391  linebreak="id",
111392  unicodeslot=0xA422,
111393 },
111394 [0xA423]={
111395  category="lo",
111396  cjkwd="w",
111397  description="YI SYLLABLE JJOT",
111398  direction="l",
111399  linebreak="id",
111400  unicodeslot=0xA423,
111401 },
111402 [0xA424]={
111403  category="lo",
111404  cjkwd="w",
111405  description="YI SYLLABLE JJOX",
111406  direction="l",
111407  linebreak="id",
111408  unicodeslot=0xA424,
111409 },
111410 [0xA425]={
111411  category="lo",
111412  cjkwd="w",
111413  description="YI SYLLABLE JJO",
111414  direction="l",
111415  linebreak="id",
111416  unicodeslot=0xA425,
111417 },
111418 [0xA426]={
111419  category="lo",
111420  cjkwd="w",
111421  description="YI SYLLABLE JJOP",
111422  direction="l",
111423  linebreak="id",
111424  unicodeslot=0xA426,
111425 },
111426 [0xA427]={
111427  category="lo",
111428  cjkwd="w",
111429  description="YI SYLLABLE JJUT",
111430  direction="l",
111431  linebreak="id",
111432  unicodeslot=0xA427,
111433 },
111434 [0xA428]={
111435  category="lo",
111436  cjkwd="w",
111437  description="YI SYLLABLE JJUX",
111438  direction="l",
111439  linebreak="id",
111440  unicodeslot=0xA428,
111441 },
111442 [0xA429]={
111443  category="lo",
111444  cjkwd="w",
111445  description="YI SYLLABLE JJU",
111446  direction="l",
111447  linebreak="id",
111448  unicodeslot=0xA429,
111449 },
111450 [0xA42A]={
111451  category="lo",
111452  cjkwd="w",
111453  description="YI SYLLABLE JJUP",
111454  direction="l",
111455  linebreak="id",
111456  unicodeslot=0xA42A,
111457 },
111458 [0xA42B]={
111459  category="lo",
111460  cjkwd="w",
111461  description="YI SYLLABLE JJURX",
111462  direction="l",
111463  linebreak="id",
111464  unicodeslot=0xA42B,
111465 },
111466 [0xA42C]={
111467  category="lo",
111468  cjkwd="w",
111469  description="YI SYLLABLE JJUR",
111470  direction="l",
111471  linebreak="id",
111472  unicodeslot=0xA42C,
111473 },
111474 [0xA42D]={
111475  category="lo",
111476  cjkwd="w",
111477  description="YI SYLLABLE JJYT",
111478  direction="l",
111479  linebreak="id",
111480  unicodeslot=0xA42D,
111481 },
111482 [0xA42E]={
111483  category="lo",
111484  cjkwd="w",
111485  description="YI SYLLABLE JJYX",
111486  direction="l",
111487  linebreak="id",
111488  unicodeslot=0xA42E,
111489 },
111490 [0xA42F]={
111491  category="lo",
111492  cjkwd="w",
111493  description="YI SYLLABLE JJY",
111494  direction="l",
111495  linebreak="id",
111496  unicodeslot=0xA42F,
111497 },
111498 [0xA430]={
111499  category="lo",
111500  cjkwd="w",
111501  description="YI SYLLABLE JJYP",
111502  direction="l",
111503  linebreak="id",
111504  unicodeslot=0xA430,
111505 },
111506 [0xA431]={
111507  category="lo",
111508  cjkwd="w",
111509  description="YI SYLLABLE NJIT",
111510  direction="l",
111511  linebreak="id",
111512  unicodeslot=0xA431,
111513 },
111514 [0xA432]={
111515  category="lo",
111516  cjkwd="w",
111517  description="YI SYLLABLE NJIX",
111518  direction="l",
111519  linebreak="id",
111520  unicodeslot=0xA432,
111521 },
111522 [0xA433]={
111523  category="lo",
111524  cjkwd="w",
111525  description="YI SYLLABLE NJI",
111526  direction="l",
111527  linebreak="id",
111528  unicodeslot=0xA433,
111529 },
111530 [0xA434]={
111531  category="lo",
111532  cjkwd="w",
111533  description="YI SYLLABLE NJIP",
111534  direction="l",
111535  linebreak="id",
111536  unicodeslot=0xA434,
111537 },
111538 [0xA435]={
111539  category="lo",
111540  cjkwd="w",
111541  description="YI SYLLABLE NJIET",
111542  direction="l",
111543  linebreak="id",
111544  unicodeslot=0xA435,
111545 },
111546 [0xA436]={
111547  category="lo",
111548  cjkwd="w",
111549  description="YI SYLLABLE NJIEX",
111550  direction="l",
111551  linebreak="id",
111552  unicodeslot=0xA436,
111553 },
111554 [0xA437]={
111555  category="lo",
111556  cjkwd="w",
111557  description="YI SYLLABLE NJIE",
111558  direction="l",
111559  linebreak="id",
111560  unicodeslot=0xA437,
111561 },
111562 [0xA438]={
111563  category="lo",
111564  cjkwd="w",
111565  description="YI SYLLABLE NJIEP",
111566  direction="l",
111567  linebreak="id",
111568  unicodeslot=0xA438,
111569 },
111570 [0xA439]={
111571  category="lo",
111572  cjkwd="w",
111573  description="YI SYLLABLE NJUOX",
111574  direction="l",
111575  linebreak="id",
111576  unicodeslot=0xA439,
111577 },
111578 [0xA43A]={
111579  category="lo",
111580  cjkwd="w",
111581  description="YI SYLLABLE NJUO",
111582  direction="l",
111583  linebreak="id",
111584  unicodeslot=0xA43A,
111585 },
111586 [0xA43B]={
111587  category="lo",
111588  cjkwd="w",
111589  description="YI SYLLABLE NJOT",
111590  direction="l",
111591  linebreak="id",
111592  unicodeslot=0xA43B,
111593 },
111594 [0xA43C]={
111595  category="lo",
111596  cjkwd="w",
111597  description="YI SYLLABLE NJOX",
111598  direction="l",
111599  linebreak="id",
111600  unicodeslot=0xA43C,
111601 },
111602 [0xA43D]={
111603  category="lo",
111604  cjkwd="w",
111605  description="YI SYLLABLE NJO",
111606  direction="l",
111607  linebreak="id",
111608  unicodeslot=0xA43D,
111609 },
111610 [0xA43E]={
111611  category="lo",
111612  cjkwd="w",
111613  description="YI SYLLABLE NJOP",
111614  direction="l",
111615  linebreak="id",
111616  unicodeslot=0xA43E,
111617 },
111618 [0xA43F]={
111619  category="lo",
111620  cjkwd="w",
111621  description="YI SYLLABLE NJUX",
111622  direction="l",
111623  linebreak="id",
111624  unicodeslot=0xA43F,
111625 },
111626 [0xA440]={
111627  category="lo",
111628  cjkwd="w",
111629  description="YI SYLLABLE NJU",
111630  direction="l",
111631  linebreak="id",
111632  unicodeslot=0xA440,
111633 },
111634 [0xA441]={
111635  category="lo",
111636  cjkwd="w",
111637  description="YI SYLLABLE NJUP",
111638  direction="l",
111639  linebreak="id",
111640  unicodeslot=0xA441,
111641 },
111642 [0xA442]={
111643  category="lo",
111644  cjkwd="w",
111645  description="YI SYLLABLE NJURX",
111646  direction="l",
111647  linebreak="id",
111648  unicodeslot=0xA442,
111649 },
111650 [0xA443]={
111651  category="lo",
111652  cjkwd="w",
111653  description="YI SYLLABLE NJUR",
111654  direction="l",
111655  linebreak="id",
111656  unicodeslot=0xA443,
111657 },
111658 [0xA444]={
111659  category="lo",
111660  cjkwd="w",
111661  description="YI SYLLABLE NJYT",
111662  direction="l",
111663  linebreak="id",
111664  unicodeslot=0xA444,
111665 },
111666 [0xA445]={
111667  category="lo",
111668  cjkwd="w",
111669  description="YI SYLLABLE NJYX",
111670  direction="l",
111671  linebreak="id",
111672  unicodeslot=0xA445,
111673 },
111674 [0xA446]={
111675  category="lo",
111676  cjkwd="w",
111677  description="YI SYLLABLE NJY",
111678  direction="l",
111679  linebreak="id",
111680  unicodeslot=0xA446,
111681 },
111682 [0xA447]={
111683  category="lo",
111684  cjkwd="w",
111685  description="YI SYLLABLE NJYP",
111686  direction="l",
111687  linebreak="id",
111688  unicodeslot=0xA447,
111689 },
111690 [0xA448]={
111691  category="lo",
111692  cjkwd="w",
111693  description="YI SYLLABLE NJYRX",
111694  direction="l",
111695  linebreak="id",
111696  unicodeslot=0xA448,
111697 },
111698 [0xA449]={
111699  category="lo",
111700  cjkwd="w",
111701  description="YI SYLLABLE NJYR",
111702  direction="l",
111703  linebreak="id",
111704  unicodeslot=0xA449,
111705 },
111706 [0xA44A]={
111707  category="lo",
111708  cjkwd="w",
111709  description="YI SYLLABLE NYIT",
111710  direction="l",
111711  linebreak="id",
111712  unicodeslot=0xA44A,
111713 },
111714 [0xA44B]={
111715  category="lo",
111716  cjkwd="w",
111717  description="YI SYLLABLE NYIX",
111718  direction="l",
111719  linebreak="id",
111720  unicodeslot=0xA44B,
111721 },
111722 [0xA44C]={
111723  category="lo",
111724  cjkwd="w",
111725  description="YI SYLLABLE NYI",
111726  direction="l",
111727  linebreak="id",
111728  unicodeslot=0xA44C,
111729 },
111730 [0xA44D]={
111731  category="lo",
111732  cjkwd="w",
111733  description="YI SYLLABLE NYIP",
111734  direction="l",
111735  linebreak="id",
111736  unicodeslot=0xA44D,
111737 },
111738 [0xA44E]={
111739  category="lo",
111740  cjkwd="w",
111741  description="YI SYLLABLE NYIET",
111742  direction="l",
111743  linebreak="id",
111744  unicodeslot=0xA44E,
111745 },
111746 [0xA44F]={
111747  category="lo",
111748  cjkwd="w",
111749  description="YI SYLLABLE NYIEX",
111750  direction="l",
111751  linebreak="id",
111752  unicodeslot=0xA44F,
111753 },
111754 [0xA450]={
111755  category="lo",
111756  cjkwd="w",
111757  description="YI SYLLABLE NYIE",
111758  direction="l",
111759  linebreak="id",
111760  unicodeslot=0xA450,
111761 },
111762 [0xA451]={
111763  category="lo",
111764  cjkwd="w",
111765  description="YI SYLLABLE NYIEP",
111766  direction="l",
111767  linebreak="id",
111768  unicodeslot=0xA451,
111769 },
111770 [0xA452]={
111771  category="lo",
111772  cjkwd="w",
111773  description="YI SYLLABLE NYUOX",
111774  direction="l",
111775  linebreak="id",
111776  unicodeslot=0xA452,
111777 },
111778 [0xA453]={
111779  category="lo",
111780  cjkwd="w",
111781  description="YI SYLLABLE NYUO",
111782  direction="l",
111783  linebreak="id",
111784  unicodeslot=0xA453,
111785 },
111786 [0xA454]={
111787  category="lo",
111788  cjkwd="w",
111789  description="YI SYLLABLE NYUOP",
111790  direction="l",
111791  linebreak="id",
111792  unicodeslot=0xA454,
111793 },
111794 [0xA455]={
111795  category="lo",
111796  cjkwd="w",
111797  description="YI SYLLABLE NYOT",
111798  direction="l",
111799  linebreak="id",
111800  unicodeslot=0xA455,
111801 },
111802 [0xA456]={
111803  category="lo",
111804  cjkwd="w",
111805  description="YI SYLLABLE NYOX",
111806  direction="l",
111807  linebreak="id",
111808  unicodeslot=0xA456,
111809 },
111810 [0xA457]={
111811  category="lo",
111812  cjkwd="w",
111813  description="YI SYLLABLE NYO",
111814  direction="l",
111815  linebreak="id",
111816  unicodeslot=0xA457,
111817 },
111818 [0xA458]={
111819  category="lo",
111820  cjkwd="w",
111821  description="YI SYLLABLE NYOP",
111822  direction="l",
111823  linebreak="id",
111824  unicodeslot=0xA458,
111825 },
111826 [0xA459]={
111827  category="lo",
111828  cjkwd="w",
111829  description="YI SYLLABLE NYUT",
111830  direction="l",
111831  linebreak="id",
111832  unicodeslot=0xA459,
111833 },
111834 [0xA45A]={
111835  category="lo",
111836  cjkwd="w",
111837  description="YI SYLLABLE NYUX",
111838  direction="l",
111839  linebreak="id",
111840  unicodeslot=0xA45A,
111841 },
111842 [0xA45B]={
111843  category="lo",
111844  cjkwd="w",
111845  description="YI SYLLABLE NYU",
111846  direction="l",
111847  linebreak="id",
111848  unicodeslot=0xA45B,
111849 },
111850 [0xA45C]={
111851  category="lo",
111852  cjkwd="w",
111853  description="YI SYLLABLE NYUP",
111854  direction="l",
111855  linebreak="id",
111856  unicodeslot=0xA45C,
111857 },
111858 [0xA45D]={
111859  category="lo",
111860  cjkwd="w",
111861  description="YI SYLLABLE XIT",
111862  direction="l",
111863  linebreak="id",
111864  unicodeslot=0xA45D,
111865 },
111866 [0xA45E]={
111867  category="lo",
111868  cjkwd="w",
111869  description="YI SYLLABLE XIX",
111870  direction="l",
111871  linebreak="id",
111872  unicodeslot=0xA45E,
111873 },
111874 [0xA45F]={
111875  category="lo",
111876  cjkwd="w",
111877  description="YI SYLLABLE XI",
111878  direction="l",
111879  linebreak="id",
111880  unicodeslot=0xA45F,
111881 },
111882 [0xA460]={
111883  category="lo",
111884  cjkwd="w",
111885  description="YI SYLLABLE XIP",
111886  direction="l",
111887  linebreak="id",
111888  unicodeslot=0xA460,
111889 },
111890 [0xA461]={
111891  category="lo",
111892  cjkwd="w",
111893  description="YI SYLLABLE XIET",
111894  direction="l",
111895  linebreak="id",
111896  unicodeslot=0xA461,
111897 },
111898 [0xA462]={
111899  category="lo",
111900  cjkwd="w",
111901  description="YI SYLLABLE XIEX",
111902  direction="l",
111903  linebreak="id",
111904  unicodeslot=0xA462,
111905 },
111906 [0xA463]={
111907  category="lo",
111908  cjkwd="w",
111909  description="YI SYLLABLE XIE",
111910  direction="l",
111911  linebreak="id",
111912  unicodeslot=0xA463,
111913 },
111914 [0xA464]={
111915  category="lo",
111916  cjkwd="w",
111917  description="YI SYLLABLE XIEP",
111918  direction="l",
111919  linebreak="id",
111920  unicodeslot=0xA464,
111921 },
111922 [0xA465]={
111923  category="lo",
111924  cjkwd="w",
111925  description="YI SYLLABLE XUOX",
111926  direction="l",
111927  linebreak="id",
111928  unicodeslot=0xA465,
111929 },
111930 [0xA466]={
111931  category="lo",
111932  cjkwd="w",
111933  description="YI SYLLABLE XUO",
111934  direction="l",
111935  linebreak="id",
111936  unicodeslot=0xA466,
111937 },
111938 [0xA467]={
111939  category="lo",
111940  cjkwd="w",
111941  description="YI SYLLABLE XOT",
111942  direction="l",
111943  linebreak="id",
111944  unicodeslot=0xA467,
111945 },
111946 [0xA468]={
111947  category="lo",
111948  cjkwd="w",
111949  description="YI SYLLABLE XOX",
111950  direction="l",
111951  linebreak="id",
111952  unicodeslot=0xA468,
111953 },
111954 [0xA469]={
111955  category="lo",
111956  cjkwd="w",
111957  description="YI SYLLABLE XO",
111958  direction="l",
111959  linebreak="id",
111960  unicodeslot=0xA469,
111961 },
111962 [0xA46A]={
111963  category="lo",
111964  cjkwd="w",
111965  description="YI SYLLABLE XOP",
111966  direction="l",
111967  linebreak="id",
111968  unicodeslot=0xA46A,
111969 },
111970 [0xA46B]={
111971  category="lo",
111972  cjkwd="w",
111973  description="YI SYLLABLE XYT",
111974  direction="l",
111975  linebreak="id",
111976  unicodeslot=0xA46B,
111977 },
111978 [0xA46C]={
111979  category="lo",
111980  cjkwd="w",
111981  description="YI SYLLABLE XYX",
111982  direction="l",
111983  linebreak="id",
111984  unicodeslot=0xA46C,
111985 },
111986 [0xA46D]={
111987  category="lo",
111988  cjkwd="w",
111989  description="YI SYLLABLE XY",
111990  direction="l",
111991  linebreak="id",
111992  unicodeslot=0xA46D,
111993 },
111994 [0xA46E]={
111995  category="lo",
111996  cjkwd="w",
111997  description="YI SYLLABLE XYP",
111998  direction="l",
111999  linebreak="id",
112000  unicodeslot=0xA46E,
112001 },
112002 [0xA46F]={
112003  category="lo",
112004  cjkwd="w",
112005  description="YI SYLLABLE XYRX",
112006  direction="l",
112007  linebreak="id",
112008  unicodeslot=0xA46F,
112009 },
112010 [0xA470]={
112011  category="lo",
112012  cjkwd="w",
112013  description="YI SYLLABLE XYR",
112014  direction="l",
112015  linebreak="id",
112016  unicodeslot=0xA470,
112017 },
112018 [0xA471]={
112019  category="lo",
112020  cjkwd="w",
112021  description="YI SYLLABLE YIT",
112022  direction="l",
112023  linebreak="id",
112024  unicodeslot=0xA471,
112025 },
112026 [0xA472]={
112027  category="lo",
112028  cjkwd="w",
112029  description="YI SYLLABLE YIX",
112030  direction="l",
112031  linebreak="id",
112032  unicodeslot=0xA472,
112033 },
112034 [0xA473]={
112035  category="lo",
112036  cjkwd="w",
112037  description="YI SYLLABLE YI",
112038  direction="l",
112039  linebreak="id",
112040  unicodeslot=0xA473,
112041 },
112042 [0xA474]={
112043  category="lo",
112044  cjkwd="w",
112045  description="YI SYLLABLE YIP",
112046  direction="l",
112047  linebreak="id",
112048  unicodeslot=0xA474,
112049 },
112050 [0xA475]={
112051  category="lo",
112052  cjkwd="w",
112053  description="YI SYLLABLE YIET",
112054  direction="l",
112055  linebreak="id",
112056  unicodeslot=0xA475,
112057 },
112058 [0xA476]={
112059  category="lo",
112060  cjkwd="w",
112061  description="YI SYLLABLE YIEX",
112062  direction="l",
112063  linebreak="id",
112064  unicodeslot=0xA476,
112065 },
112066 [0xA477]={
112067  category="lo",
112068  cjkwd="w",
112069  description="YI SYLLABLE YIE",
112070  direction="l",
112071  linebreak="id",
112072  unicodeslot=0xA477,
112073 },
112074 [0xA478]={
112075  category="lo",
112076  cjkwd="w",
112077  description="YI SYLLABLE YIEP",
112078  direction="l",
112079  linebreak="id",
112080  unicodeslot=0xA478,
112081 },
112082 [0xA479]={
112083  category="lo",
112084  cjkwd="w",
112085  description="YI SYLLABLE YUOT",
112086  direction="l",
112087  linebreak="id",
112088  unicodeslot=0xA479,
112089 },
112090 [0xA47A]={
112091  category="lo",
112092  cjkwd="w",
112093  description="YI SYLLABLE YUOX",
112094  direction="l",
112095  linebreak="id",
112096  unicodeslot=0xA47A,
112097 },
112098 [0xA47B]={
112099  category="lo",
112100  cjkwd="w",
112101  description="YI SYLLABLE YUO",
112102  direction="l",
112103  linebreak="id",
112104  unicodeslot=0xA47B,
112105 },
112106 [0xA47C]={
112107  category="lo",
112108  cjkwd="w",
112109  description="YI SYLLABLE YUOP",
112110  direction="l",
112111  linebreak="id",
112112  unicodeslot=0xA47C,
112113 },
112114 [0xA47D]={
112115  category="lo",
112116  cjkwd="w",
112117  description="YI SYLLABLE YOT",
112118  direction="l",
112119  linebreak="id",
112120  unicodeslot=0xA47D,
112121 },
112122 [0xA47E]={
112123  category="lo",
112124  cjkwd="w",
112125  description="YI SYLLABLE YOX",
112126  direction="l",
112127  linebreak="id",
112128  unicodeslot=0xA47E,
112129 },
112130 [0xA47F]={
112131  category="lo",
112132  cjkwd="w",
112133  description="YI SYLLABLE YO",
112134  direction="l",
112135  linebreak="id",
112136  unicodeslot=0xA47F,
112137 },
112138 [0xA480]={
112139  category="lo",
112140  cjkwd="w",
112141  description="YI SYLLABLE YOP",
112142  direction="l",
112143  linebreak="id",
112144  unicodeslot=0xA480,
112145 },
112146 [0xA481]={
112147  category="lo",
112148  cjkwd="w",
112149  description="YI SYLLABLE YUT",
112150  direction="l",
112151  linebreak="id",
112152  unicodeslot=0xA481,
112153 },
112154 [0xA482]={
112155  category="lo",
112156  cjkwd="w",
112157  description="YI SYLLABLE YUX",
112158  direction="l",
112159  linebreak="id",
112160  unicodeslot=0xA482,
112161 },
112162 [0xA483]={
112163  category="lo",
112164  cjkwd="w",
112165  description="YI SYLLABLE YU",
112166  direction="l",
112167  linebreak="id",
112168  unicodeslot=0xA483,
112169 },
112170 [0xA484]={
112171  category="lo",
112172  cjkwd="w",
112173  description="YI SYLLABLE YUP",
112174  direction="l",
112175  linebreak="id",
112176  unicodeslot=0xA484,
112177 },
112178 [0xA485]={
112179  category="lo",
112180  cjkwd="w",
112181  description="YI SYLLABLE YURX",
112182  direction="l",
112183  linebreak="id",
112184  unicodeslot=0xA485,
112185 },
112186 [0xA486]={
112187  category="lo",
112188  cjkwd="w",
112189  description="YI SYLLABLE YUR",
112190  direction="l",
112191  linebreak="id",
112192  unicodeslot=0xA486,
112193 },
112194 [0xA487]={
112195  category="lo",
112196  cjkwd="w",
112197  description="YI SYLLABLE YYT",
112198  direction="l",
112199  linebreak="id",
112200  unicodeslot=0xA487,
112201 },
112202 [0xA488]={
112203  category="lo",
112204  cjkwd="w",
112205  description="YI SYLLABLE YYX",
112206  direction="l",
112207  linebreak="id",
112208  unicodeslot=0xA488,
112209 },
112210 [0xA489]={
112211  category="lo",
112212  cjkwd="w",
112213  description="YI SYLLABLE YY",
112214  direction="l",
112215  linebreak="id",
112216  unicodeslot=0xA489,
112217 },
112218 [0xA48A]={
112219  category="lo",
112220  cjkwd="w",
112221  description="YI SYLLABLE YYP",
112222  direction="l",
112223  linebreak="id",
112224  unicodeslot=0xA48A,
112225 },
112226 [0xA48B]={
112227  category="lo",
112228  cjkwd="w",
112229  description="YI SYLLABLE YYRX",
112230  direction="l",
112231  linebreak="id",
112232  unicodeslot=0xA48B,
112233 },
112234 [0xA48C]={
112235  category="lo",
112236  cjkwd="w",
112237  description="YI SYLLABLE YYR",
112238  direction="l",
112239  linebreak="id",
112240  unicodeslot=0xA48C,
112241 },
112242 [0xA490]={
112243  category="so",
112244  cjkwd="w",
112245  description="YI RADICAL QOT",
112246  direction="on",
112247  linebreak="id",
112248  unicodeslot=0xA490,
112249 },
112250 [0xA491]={
112251  category="so",
112252  cjkwd="w",
112253  description="YI RADICAL LI",
112254  direction="on",
112255  linebreak="id",
112256  unicodeslot=0xA491,
112257 },
112258 [0xA492]={
112259  category="so",
112260  cjkwd="w",
112261  description="YI RADICAL KIT",
112262  direction="on",
112263  linebreak="id",
112264  unicodeslot=0xA492,
112265 },
112266 [0xA493]={
112267  category="so",
112268  cjkwd="w",
112269  description="YI RADICAL NYIP",
112270  direction="on",
112271  linebreak="id",
112272  unicodeslot=0xA493,
112273 },
112274 [0xA494]={
112275  category="so",
112276  cjkwd="w",
112277  description="YI RADICAL CYP",
112278  direction="on",
112279  linebreak="id",
112280  unicodeslot=0xA494,
112281 },
112282 [0xA495]={
112283  category="so",
112284  cjkwd="w",
112285  description="YI RADICAL SSI",
112286  direction="on",
112287  linebreak="id",
112288  unicodeslot=0xA495,
112289 },
112290 [0xA496]={
112291  category="so",
112292  cjkwd="w",
112293  description="YI RADICAL GGOP",
112294  direction="on",
112295  linebreak="id",
112296  unicodeslot=0xA496,
112297 },
112298 [0xA497]={
112299  category="so",
112300  cjkwd="w",
112301  description="YI RADICAL GEP",
112302  direction="on",
112303  linebreak="id",
112304  unicodeslot=0xA497,
112305 },
112306 [0xA498]={
112307  category="so",
112308  cjkwd="w",
112309  description="YI RADICAL MI",
112310  direction="on",
112311  linebreak="id",
112312  unicodeslot=0xA498,
112313 },
112314 [0xA499]={
112315  category="so",
112316  cjkwd="w",
112317  description="YI RADICAL HXIT",
112318  direction="on",
112319  linebreak="id",
112320  unicodeslot=0xA499,
112321 },
112322 [0xA49A]={
112323  category="so",
112324  cjkwd="w",
112325  description="YI RADICAL LYR",
112326  direction="on",
112327  linebreak="id",
112328  unicodeslot=0xA49A,
112329 },
112330 [0xA49B]={
112331  category="so",
112332  cjkwd="w",
112333  description="YI RADICAL BBUT",
112334  direction="on",
112335  linebreak="id",
112336  unicodeslot=0xA49B,
112337 },
112338 [0xA49C]={
112339  category="so",
112340  cjkwd="w",
112341  description="YI RADICAL MOP",
112342  direction="on",
112343  linebreak="id",
112344  unicodeslot=0xA49C,
112345 },
112346 [0xA49D]={
112347  category="so",
112348  cjkwd="w",
112349  description="YI RADICAL YO",
112350  direction="on",
112351  linebreak="id",
112352  unicodeslot=0xA49D,
112353 },
112354 [0xA49E]={
112355  category="so",
112356  cjkwd="w",
112357  description="YI RADICAL PUT",
112358  direction="on",
112359  linebreak="id",
112360  unicodeslot=0xA49E,
112361 },
112362 [0xA49F]={
112363  category="so",
112364  cjkwd="w",
112365  description="YI RADICAL HXUO",
112366  direction="on",
112367  linebreak="id",
112368  unicodeslot=0xA49F,
112369 },
112370 [0xA4A0]={
112371  category="so",
112372  cjkwd="w",
112373  description="YI RADICAL TAT",
112374  direction="on",
112375  linebreak="id",
112376  unicodeslot=0xA4A0,
112377 },
112378 [0xA4A1]={
112379  category="so",
112380  cjkwd="w",
112381  description="YI RADICAL GA",
112382  direction="on",
112383  linebreak="id",
112384  unicodeslot=0xA4A1,
112385 },
112386 [0xA4A2]={
112387  category="so",
112388  cjkwd="w",
112389  description="YI RADICAL ZUP",
112390  direction="on",
112391  linebreak="id",
112392  unicodeslot=0xA4A2,
112393 },
112394 [0xA4A3]={
112395  category="so",
112396  cjkwd="w",
112397  description="YI RADICAL CYT",
112398  direction="on",
112399  linebreak="id",
112400  unicodeslot=0xA4A3,
112401 },
112402 [0xA4A4]={
112403  category="so",
112404  cjkwd="w",
112405  description="YI RADICAL DDUR",
112406  direction="on",
112407  linebreak="id",
112408  unicodeslot=0xA4A4,
112409 },
112410 [0xA4A5]={
112411  category="so",
112412  cjkwd="w",
112413  description="YI RADICAL BUR",
112414  direction="on",
112415  linebreak="id",
112416  unicodeslot=0xA4A5,
112417 },
112418 [0xA4A6]={
112419  category="so",
112420  cjkwd="w",
112421  description="YI RADICAL GGUO",
112422  direction="on",
112423  linebreak="id",
112424  unicodeslot=0xA4A6,
112425 },
112426 [0xA4A7]={
112427  category="so",
112428  cjkwd="w",
112429  description="YI RADICAL NYOP",
112430  direction="on",
112431  linebreak="id",
112432  unicodeslot=0xA4A7,
112433 },
112434 [0xA4A8]={
112435  category="so",
112436  cjkwd="w",
112437  description="YI RADICAL TU",
112438  direction="on",
112439  linebreak="id",
112440  unicodeslot=0xA4A8,
112441 },
112442 [0xA4A9]={
112443  category="so",
112444  cjkwd="w",
112445  description="YI RADICAL OP",
112446  direction="on",
112447  linebreak="id",
112448  unicodeslot=0xA4A9,
112449 },
112450 [0xA4AA]={
112451  category="so",
112452  cjkwd="w",
112453  description="YI RADICAL JJUT",
112454  direction="on",
112455  linebreak="id",
112456  unicodeslot=0xA4AA,
112457 },
112458 [0xA4AB]={
112459  category="so",
112460  cjkwd="w",
112461  description="YI RADICAL ZOT",
112462  direction="on",
112463  linebreak="id",
112464  unicodeslot=0xA4AB,
112465 },
112466 [0xA4AC]={
112467  category="so",
112468  cjkwd="w",
112469  description="YI RADICAL PYT",
112470  direction="on",
112471  linebreak="id",
112472  unicodeslot=0xA4AC,
112473 },
112474 [0xA4AD]={
112475  category="so",
112476  cjkwd="w",
112477  description="YI RADICAL HMO",
112478  direction="on",
112479  linebreak="id",
112480  unicodeslot=0xA4AD,
112481 },
112482 [0xA4AE]={
112483  category="so",
112484  cjkwd="w",
112485  description="YI RADICAL YIT",
112486  direction="on",
112487  linebreak="id",
112488  unicodeslot=0xA4AE,
112489 },
112490 [0xA4AF]={
112491  category="so",
112492  cjkwd="w",
112493  description="YI RADICAL VUR",
112494  direction="on",
112495  linebreak="id",
112496  unicodeslot=0xA4AF,
112497 },
112498 [0xA4B0]={
112499  category="so",
112500  cjkwd="w",
112501  description="YI RADICAL SHY",
112502  direction="on",
112503  linebreak="id",
112504  unicodeslot=0xA4B0,
112505 },
112506 [0xA4B1]={
112507  category="so",
112508  cjkwd="w",
112509  description="YI RADICAL VEP",
112510  direction="on",
112511  linebreak="id",
112512  unicodeslot=0xA4B1,
112513 },
112514 [0xA4B2]={
112515  category="so",
112516  cjkwd="w",
112517  description="YI RADICAL ZA",
112518  direction="on",
112519  linebreak="id",
112520  unicodeslot=0xA4B2,
112521 },
112522 [0xA4B3]={
112523  category="so",
112524  cjkwd="w",
112525  description="YI RADICAL JO",
112526  direction="on",
112527  linebreak="id",
112528  unicodeslot=0xA4B3,
112529 },
112530 [0xA4B4]={
112531  category="so",
112532  cjkwd="w",
112533  description="YI RADICAL NZUP",
112534  direction="on",
112535  linebreak="id",
112536  unicodeslot=0xA4B4,
112537 },
112538 [0xA4B5]={
112539  category="so",
112540  cjkwd="w",
112541  description="YI RADICAL JJY",
112542  direction="on",
112543  linebreak="id",
112544  unicodeslot=0xA4B5,
112545 },
112546 [0xA4B6]={
112547  category="so",
112548  cjkwd="w",
112549  description="YI RADICAL GOT",
112550  direction="on",
112551  linebreak="id",
112552  unicodeslot=0xA4B6,
112553 },
112554 [0xA4B7]={
112555  category="so",
112556  cjkwd="w",
112557  description="YI RADICAL JJIE",
112558  direction="on",
112559  linebreak="id",
112560  unicodeslot=0xA4B7,
112561 },
112562 [0xA4B8]={
112563  category="so",
112564  cjkwd="w",
112565  description="YI RADICAL WO",
112566  direction="on",
112567  linebreak="id",
112568  unicodeslot=0xA4B8,
112569 },
112570 [0xA4B9]={
112571  category="so",
112572  cjkwd="w",
112573  description="YI RADICAL DU",
112574  direction="on",
112575  linebreak="id",
112576  unicodeslot=0xA4B9,
112577 },
112578 [0xA4BA]={
112579  category="so",
112580  cjkwd="w",
112581  description="YI RADICAL SHUR",
112582  direction="on",
112583  linebreak="id",
112584  unicodeslot=0xA4BA,
112585 },
112586 [0xA4BB]={
112587  category="so",
112588  cjkwd="w",
112589  description="YI RADICAL LIE",
112590  direction="on",
112591  linebreak="id",
112592  unicodeslot=0xA4BB,
112593 },
112594 [0xA4BC]={
112595  category="so",
112596  cjkwd="w",
112597  description="YI RADICAL CY",
112598  direction="on",
112599  linebreak="id",
112600  unicodeslot=0xA4BC,
112601 },
112602 [0xA4BD]={
112603  category="so",
112604  cjkwd="w",
112605  description="YI RADICAL CUOP",
112606  direction="on",
112607  linebreak="id",
112608  unicodeslot=0xA4BD,
112609 },
112610 [0xA4BE]={
112611  category="so",
112612  cjkwd="w",
112613  description="YI RADICAL CIP",
112614  direction="on",
112615  linebreak="id",
112616  unicodeslot=0xA4BE,
112617 },
112618 [0xA4BF]={
112619  category="so",
112620  cjkwd="w",
112621  description="YI RADICAL HXOP",
112622  direction="on",
112623  linebreak="id",
112624  unicodeslot=0xA4BF,
112625 },
112626 [0xA4C0]={
112627  category="so",
112628  cjkwd="w",
112629  description="YI RADICAL SHAT",
112630  direction="on",
112631  linebreak="id",
112632  unicodeslot=0xA4C0,
112633 },
112634 [0xA4C1]={
112635  category="so",
112636  cjkwd="w",
112637  description="YI RADICAL ZUR",
112638  direction="on",
112639  linebreak="id",
112640  unicodeslot=0xA4C1,
112641 },
112642 [0xA4C2]={
112643  category="so",
112644  cjkwd="w",
112645  description="YI RADICAL SHOP",
112646  direction="on",
112647  linebreak="id",
112648  unicodeslot=0xA4C2,
112649 },
112650 [0xA4C3]={
112651  category="so",
112652  cjkwd="w",
112653  description="YI RADICAL CHE",
112654  direction="on",
112655  linebreak="id",
112656  unicodeslot=0xA4C3,
112657 },
112658 [0xA4C4]={
112659  category="so",
112660  cjkwd="w",
112661  description="YI RADICAL ZZIET",
112662  direction="on",
112663  linebreak="id",
112664  unicodeslot=0xA4C4,
112665 },
112666 [0xA4C5]={
112667  category="so",
112668  cjkwd="w",
112669  description="YI RADICAL NBIE",
112670  direction="on",
112671  linebreak="id",
112672  unicodeslot=0xA4C5,
112673 },
112674 [0xA4C6]={
112675  category="so",
112676  cjkwd="w",
112677  description="YI RADICAL KE",
112678  direction="on",
112679  linebreak="id",
112680  unicodeslot=0xA4C6,
112681 },
112682 [0xA4D0]={
112683  category="lo",
112684  description="LISU LETTER BA",
112685  direction="l",
112686  linebreak="al",
112687  unicodeslot=0xA4D0,
112688 },
112689 [0xA4D1]={
112690  category="lo",
112691  description="LISU LETTER PA",
112692  direction="l",
112693  linebreak="al",
112694  unicodeslot=0xA4D1,
112695 },
112696 [0xA4D2]={
112697  category="lo",
112698  description="LISU LETTER PHA",
112699  direction="l",
112700  linebreak="al",
112701  unicodeslot=0xA4D2,
112702 },
112703 [0xA4D3]={
112704  category="lo",
112705  description="LISU LETTER DA",
112706  direction="l",
112707  linebreak="al",
112708  unicodeslot=0xA4D3,
112709 },
112710 [0xA4D4]={
112711  category="lo",
112712  description="LISU LETTER TA",
112713  direction="l",
112714  linebreak="al",
112715  unicodeslot=0xA4D4,
112716 },
112717 [0xA4D5]={
112718  category="lo",
112719  description="LISU LETTER THA",
112720  direction="l",
112721  linebreak="al",
112722  unicodeslot=0xA4D5,
112723 },
112724 [0xA4D6]={
112725  category="lo",
112726  description="LISU LETTER GA",
112727  direction="l",
112728  linebreak="al",
112729  unicodeslot=0xA4D6,
112730 },
112731 [0xA4D7]={
112732  category="lo",
112733  description="LISU LETTER KA",
112734  direction="l",
112735  linebreak="al",
112736  unicodeslot=0xA4D7,
112737 },
112738 [0xA4D8]={
112739  category="lo",
112740  description="LISU LETTER KHA",
112741  direction="l",
112742  linebreak="al",
112743  unicodeslot=0xA4D8,
112744 },
112745 [0xA4D9]={
112746  category="lo",
112747  description="LISU LETTER JA",
112748  direction="l",
112749  linebreak="al",
112750  unicodeslot=0xA4D9,
112751 },
112752 [0xA4DA]={
112753  category="lo",
112754  description="LISU LETTER CA",
112755  direction="l",
112756  linebreak="al",
112757  unicodeslot=0xA4DA,
112758 },
112759 [0xA4DB]={
112760  category="lo",
112761  description="LISU LETTER CHA",
112762  direction="l",
112763  linebreak="al",
112764  unicodeslot=0xA4DB,
112765 },
112766 [0xA4DC]={
112767  category="lo",
112768  description="LISU LETTER DZA",
112769  direction="l",
112770  linebreak="al",
112771  unicodeslot=0xA4DC,
112772 },
112773 [0xA4DD]={
112774  category="lo",
112775  description="LISU LETTER TSA",
112776  direction="l",
112777  linebreak="al",
112778  unicodeslot=0xA4DD,
112779 },
112780 [0xA4DE]={
112781  category="lo",
112782  description="LISU LETTER TSHA",
112783  direction="l",
112784  linebreak="al",
112785  unicodeslot=0xA4DE,
112786 },
112787 [0xA4DF]={
112788  category="lo",
112789  description="LISU LETTER MA",
112790  direction="l",
112791  linebreak="al",
112792  unicodeslot=0xA4DF,
112793 },
112794 [0xA4E0]={
112795  category="lo",
112796  description="LISU LETTER NA",
112797  direction="l",
112798  linebreak="al",
112799  unicodeslot=0xA4E0,
112800 },
112801 [0xA4E1]={
112802  category="lo",
112803  description="LISU LETTER LA",
112804  direction="l",
112805  linebreak="al",
112806  unicodeslot=0xA4E1,
112807 },
112808 [0xA4E2]={
112809  category="lo",
112810  description="LISU LETTER SA",
112811  direction="l",
112812  linebreak="al",
112813  unicodeslot=0xA4E2,
112814 },
112815 [0xA4E3]={
112816  category="lo",
112817  description="LISU LETTER ZHA",
112818  direction="l",
112819  linebreak="al",
112820  unicodeslot=0xA4E3,
112821 },
112822 [0xA4E4]={
112823  category="lo",
112824  description="LISU LETTER ZA",
112825  direction="l",
112826  linebreak="al",
112827  unicodeslot=0xA4E4,
112828 },
112829 [0xA4E5]={
112830  category="lo",
112831  description="LISU LETTER NGA",
112832  direction="l",
112833  linebreak="al",
112834  unicodeslot=0xA4E5,
112835 },
112836 [0xA4E6]={
112837  category="lo",
112838  description="LISU LETTER HA",
112839  direction="l",
112840  linebreak="al",
112841  unicodeslot=0xA4E6,
112842 },
112843 [0xA4E7]={
112844  category="lo",
112845  description="LISU LETTER XA",
112846  direction="l",
112847  linebreak="al",
112848  unicodeslot=0xA4E7,
112849 },
112850 [0xA4E8]={
112851  category="lo",
112852  description="LISU LETTER HHA",
112853  direction="l",
112854  linebreak="al",
112855  unicodeslot=0xA4E8,
112856 },
112857 [0xA4E9]={
112858  category="lo",
112859  description="LISU LETTER FA",
112860  direction="l",
112861  linebreak="al",
112862  unicodeslot=0xA4E9,
112863 },
112864 [0xA4EA]={
112865  category="lo",
112866  description="LISU LETTER WA",
112867  direction="l",
112868  linebreak="al",
112869  unicodeslot=0xA4EA,
112870 },
112871 [0xA4EB]={
112872  category="lo",
112873  description="LISU LETTER SHA",
112874  direction="l",
112875  linebreak="al",
112876  unicodeslot=0xA4EB,
112877 },
112878 [0xA4EC]={
112879  category="lo",
112880  description="LISU LETTER YA",
112881  direction="l",
112882  linebreak="al",
112883  unicodeslot=0xA4EC,
112884 },
112885 [0xA4ED]={
112886  category="lo",
112887  description="LISU LETTER GHA",
112888  direction="l",
112889  linebreak="al",
112890  unicodeslot=0xA4ED,
112891 },
112892 [0xA4EE]={
112893  category="lo",
112894  description="LISU LETTER A",
112895  direction="l",
112896  linebreak="al",
112897  unicodeslot=0xA4EE,
112898 },
112899 [0xA4EF]={
112900  category="lo",
112901  description="LISU LETTER AE",
112902  direction="l",
112903  linebreak="al",
112904  unicodeslot=0xA4EF,
112905 },
112906 [0xA4F0]={
112907  category="lo",
112908  description="LISU LETTER E",
112909  direction="l",
112910  linebreak="al",
112911  unicodeslot=0xA4F0,
112912 },
112913 [0xA4F1]={
112914  category="lo",
112915  description="LISU LETTER EU",
112916  direction="l",
112917  linebreak="al",
112918  unicodeslot=0xA4F1,
112919 },
112920 [0xA4F2]={
112921  category="lo",
112922  description="LISU LETTER I",
112923  direction="l",
112924  linebreak="al",
112925  unicodeslot=0xA4F2,
112926 },
112927 [0xA4F3]={
112928  category="lo",
112929  description="LISU LETTER O",
112930  direction="l",
112931  linebreak="al",
112932  unicodeslot=0xA4F3,
112933 },
112934 [0xA4F4]={
112935  category="lo",
112936  description="LISU LETTER U",
112937  direction="l",
112938  linebreak="al",
112939  unicodeslot=0xA4F4,
112940 },
112941 [0xA4F5]={
112942  category="lo",
112943  description="LISU LETTER UE",
112944  direction="l",
112945  linebreak="al",
112946  unicodeslot=0xA4F5,
112947 },
112948 [0xA4F6]={
112949  category="lo",
112950  description="LISU LETTER UH",
112951  direction="l",
112952  linebreak="al",
112953  unicodeslot=0xA4F6,
112954 },
112955 [0xA4F7]={
112956  category="lo",
112957  description="LISU LETTER OE",
112958  direction="l",
112959  linebreak="al",
112960  unicodeslot=0xA4F7,
112961 },
112962 [0xA4F8]={
112963  category="lm",
112964  description="LISU LETTER TONE MYA TI",
112965  direction="l",
112966  linebreak="al",
112967  unicodeslot=0xA4F8,
112968 },
112969 [0xA4F9]={
112970  category="lm",
112971  description="LISU LETTER TONE NA PO",
112972  direction="l",
112973  linebreak="al",
112974  unicodeslot=0xA4F9,
112975 },
112976 [0xA4FA]={
112977  category="lm",
112978  description="LISU LETTER TONE MYA CYA",
112979  direction="l",
112980  linebreak="al",
112981  unicodeslot=0xA4FA,
112982 },
112983 [0xA4FB]={
112984  category="lm",
112985  description="LISU LETTER TONE MYA BO",
112986  direction="l",
112987  linebreak="al",
112988  unicodeslot=0xA4FB,
112989 },
112990 [0xA4FC]={
112991  category="lm",
112992  description="LISU LETTER TONE MYA NA",
112993  direction="l",
112994  linebreak="al",
112995  unicodeslot=0xA4FC,
112996 },
112997 [0xA4FD]={
112998  category="lm",
112999  description="LISU LETTER TONE MYA JEU",
113000  direction="l",
113001  linebreak="al",
113002  unicodeslot=0xA4FD,
113003 },
113004 [0xA4FE]={
113005  category="po",
113006  description="LISU PUNCTUATION COMMA",
113007  direction="l",
113008  linebreak="ba",
113009  unicodeslot=0xA4FE,
113010 },
113011 [0xA4FF]={
113012  category="po",
113013  description="LISU PUNCTUATION FULL STOP",
113014  direction="l",
113015  linebreak="ba",
113016  unicodeslot=0xA4FF,
113017 },
113018 [0xA500]={
113019  category="lo",
113020  description="VAI SYLLABLE EE",
113021  direction="l",
113022  linebreak="al",
113023  unicodeslot=0xA500,
113024 },
113025 [0xA501]={
113026  category="lo",
113027  description="VAI SYLLABLE EEN",
113028  direction="l",
113029  linebreak="al",
113030  unicodeslot=0xA501,
113031 },
113032 [0xA502]={
113033  category="lo",
113034  description="VAI SYLLABLE HEE",
113035  direction="l",
113036  linebreak="al",
113037  unicodeslot=0xA502,
113038 },
113039 [0xA503]={
113040  category="lo",
113041  description="VAI SYLLABLE WEE",
113042  direction="l",
113043  linebreak="al",
113044  unicodeslot=0xA503,
113045 },
113046 [0xA504]={
113047  category="lo",
113048  description="VAI SYLLABLE WEEN",
113049  direction="l",
113050  linebreak="al",
113051  unicodeslot=0xA504,
113052 },
113053 [0xA505]={
113054  category="lo",
113055  description="VAI SYLLABLE PEE",
113056  direction="l",
113057  linebreak="al",
113058  unicodeslot=0xA505,
113059 },
113060 [0xA506]={
113061  category="lo",
113062  description="VAI SYLLABLE BHEE",
113063  direction="l",
113064  linebreak="al",
113065  unicodeslot=0xA506,
113066 },
113067 [0xA507]={
113068  category="lo",
113069  description="VAI SYLLABLE BEE",
113070  direction="l",
113071  linebreak="al",
113072  unicodeslot=0xA507,
113073 },
113074 [0xA508]={
113075  category="lo",
113076  description="VAI SYLLABLE MBEE",
113077  direction="l",
113078  linebreak="al",
113079  unicodeslot=0xA508,
113080 },
113081 [0xA509]={
113082  category="lo",
113083  description="VAI SYLLABLE KPEE",
113084  direction="l",
113085  linebreak="al",
113086  unicodeslot=0xA509,
113087 },
113088 [0xA50A]={
113089  category="lo",
113090  description="VAI SYLLABLE MGBEE",
113091  direction="l",
113092  linebreak="al",
113093  unicodeslot=0xA50A,
113094 },
113095 [0xA50B]={
113096  category="lo",
113097  description="VAI SYLLABLE GBEE",
113098  direction="l",
113099  linebreak="al",
113100  unicodeslot=0xA50B,
113101 },
113102 [0xA50C]={
113103  category="lo",
113104  description="VAI SYLLABLE FEE",
113105  direction="l",
113106  linebreak="al",
113107  unicodeslot=0xA50C,
113108 },
113109 [0xA50D]={
113110  category="lo",
113111  description="VAI SYLLABLE VEE",
113112  direction="l",
113113  linebreak="al",
113114  unicodeslot=0xA50D,
113115 },
113116 [0xA50E]={
113117  category="lo",
113118  description="VAI SYLLABLE TEE",
113119  direction="l",
113120  linebreak="al",
113121  unicodeslot=0xA50E,
113122 },
113123 [0xA50F]={
113124  category="lo",
113125  description="VAI SYLLABLE THEE",
113126  direction="l",
113127  linebreak="al",
113128  unicodeslot=0xA50F,
113129 },
113130 [0xA510]={
113131  category="lo",
113132  description="VAI SYLLABLE DHEE",
113133  direction="l",
113134  linebreak="al",
113135  unicodeslot=0xA510,
113136 },
113137 [0xA511]={
113138  category="lo",
113139  description="VAI SYLLABLE DHHEE",
113140  direction="l",
113141  linebreak="al",
113142  unicodeslot=0xA511,
113143 },
113144 [0xA512]={
113145  category="lo",
113146  description="VAI SYLLABLE LEE",
113147  direction="l",
113148  linebreak="al",
113149  unicodeslot=0xA512,
113150 },
113151 [0xA513]={
113152  category="lo",
113153  description="VAI SYLLABLE REE",
113154  direction="l",
113155  linebreak="al",
113156  unicodeslot=0xA513,
113157 },
113158 [0xA514]={
113159  category="lo",
113160  description="VAI SYLLABLE DEE",
113161  direction="l",
113162  linebreak="al",
113163  unicodeslot=0xA514,
113164 },
113165 [0xA515]={
113166  category="lo",
113167  description="VAI SYLLABLE NDEE",
113168  direction="l",
113169  linebreak="al",
113170  unicodeslot=0xA515,
113171 },
113172 [0xA516]={
113173  category="lo",
113174  description="VAI SYLLABLE SEE",
113175  direction="l",
113176  linebreak="al",
113177  unicodeslot=0xA516,
113178 },
113179 [0xA517]={
113180  category="lo",
113181  description="VAI SYLLABLE SHEE",
113182  direction="l",
113183  linebreak="al",
113184  unicodeslot=0xA517,
113185 },
113186 [0xA518]={
113187  category="lo",
113188  description="VAI SYLLABLE ZEE",
113189  direction="l",
113190  linebreak="al",
113191  unicodeslot=0xA518,
113192 },
113193 [0xA519]={
113194  category="lo",
113195  description="VAI SYLLABLE ZHEE",
113196  direction="l",
113197  linebreak="al",
113198  unicodeslot=0xA519,
113199 },
113200 [0xA51A]={
113201  category="lo",
113202  description="VAI SYLLABLE CEE",
113203  direction="l",
113204  linebreak="al",
113205  unicodeslot=0xA51A,
113206 },
113207 [0xA51B]={
113208  category="lo",
113209  description="VAI SYLLABLE JEE",
113210  direction="l",
113211  linebreak="al",
113212  unicodeslot=0xA51B,
113213 },
113214 [0xA51C]={
113215  category="lo",
113216  description="VAI SYLLABLE NJEE",
113217  direction="l",
113218  linebreak="al",
113219  unicodeslot=0xA51C,
113220 },
113221 [0xA51D]={
113222  category="lo",
113223  description="VAI SYLLABLE YEE",
113224  direction="l",
113225  linebreak="al",
113226  unicodeslot=0xA51D,
113227 },
113228 [0xA51E]={
113229  category="lo",
113230  description="VAI SYLLABLE KEE",
113231  direction="l",
113232  linebreak="al",
113233  unicodeslot=0xA51E,
113234 },
113235 [0xA51F]={
113236  category="lo",
113237  description="VAI SYLLABLE NGGEE",
113238  direction="l",
113239  linebreak="al",
113240  unicodeslot=0xA51F,
113241 },
113242 [0xA520]={
113243  category="lo",
113244  description="VAI SYLLABLE GEE",
113245  direction="l",
113246  linebreak="al",
113247  unicodeslot=0xA520,
113248 },
113249 [0xA521]={
113250  category="lo",
113251  description="VAI SYLLABLE MEE",
113252  direction="l",
113253  linebreak="al",
113254  unicodeslot=0xA521,
113255 },
113256 [0xA522]={
113257  category="lo",
113258  description="VAI SYLLABLE NEE",
113259  direction="l",
113260  linebreak="al",
113261  unicodeslot=0xA522,
113262 },
113263 [0xA523]={
113264  category="lo",
113265  description="VAI SYLLABLE NYEE",
113266  direction="l",
113267  linebreak="al",
113268  unicodeslot=0xA523,
113269 },
113270 [0xA524]={
113271  category="lo",
113272  description="VAI SYLLABLE I",
113273  direction="l",
113274  linebreak="al",
113275  unicodeslot=0xA524,
113276 },
113277 [0xA525]={
113278  category="lo",
113279  description="VAI SYLLABLE IN",
113280  direction="l",
113281  linebreak="al",
113282  unicodeslot=0xA525,
113283 },
113284 [0xA526]={
113285  category="lo",
113286  description="VAI SYLLABLE HI",
113287  direction="l",
113288  linebreak="al",
113289  unicodeslot=0xA526,
113290 },
113291 [0xA527]={
113292  category="lo",
113293  description="VAI SYLLABLE HIN",
113294  direction="l",
113295  linebreak="al",
113296  unicodeslot=0xA527,
113297 },
113298 [0xA528]={
113299  category="lo",
113300  description="VAI SYLLABLE WI",
113301  direction="l",
113302  linebreak="al",
113303  unicodeslot=0xA528,
113304 },
113305 [0xA529]={
113306  category="lo",
113307  description="VAI SYLLABLE WIN",
113308  direction="l",
113309  linebreak="al",
113310  unicodeslot=0xA529,
113311 },
113312 [0xA52A]={
113313  category="lo",
113314  description="VAI SYLLABLE PI",
113315  direction="l",
113316  linebreak="al",
113317  unicodeslot=0xA52A,
113318 },
113319 [0xA52B]={
113320  category="lo",
113321  description="VAI SYLLABLE BHI",
113322  direction="l",
113323  linebreak="al",
113324  unicodeslot=0xA52B,
113325 },
113326 [0xA52C]={
113327  category="lo",
113328  description="VAI SYLLABLE BI",
113329  direction="l",
113330  linebreak="al",
113331  unicodeslot=0xA52C,
113332 },
113333 [0xA52D]={
113334  category="lo",
113335  description="VAI SYLLABLE MBI",
113336  direction="l",
113337  linebreak="al",
113338  unicodeslot=0xA52D,
113339 },
113340 [0xA52E]={
113341  category="lo",
113342  description="VAI SYLLABLE KPI",
113343  direction="l",
113344  linebreak="al",
113345  unicodeslot=0xA52E,
113346 },
113347 [0xA52F]={
113348  category="lo",
113349  description="VAI SYLLABLE MGBI",
113350  direction="l",
113351  linebreak="al",
113352  unicodeslot=0xA52F,
113353 },
113354 [0xA530]={
113355  category="lo",
113356  description="VAI SYLLABLE GBI",
113357  direction="l",
113358  linebreak="al",
113359  unicodeslot=0xA530,
113360 },
113361 [0xA531]={
113362  category="lo",
113363  description="VAI SYLLABLE FI",
113364  direction="l",
113365  linebreak="al",
113366  unicodeslot=0xA531,
113367 },
113368 [0xA532]={
113369  category="lo",
113370  description="VAI SYLLABLE VI",
113371  direction="l",
113372  linebreak="al",
113373  unicodeslot=0xA532,
113374 },
113375 [0xA533]={
113376  category="lo",
113377  description="VAI SYLLABLE TI",
113378  direction="l",
113379  linebreak="al",
113380  unicodeslot=0xA533,
113381 },
113382 [0xA534]={
113383  category="lo",
113384  description="VAI SYLLABLE THI",
113385  direction="l",
113386  linebreak="al",
113387  unicodeslot=0xA534,
113388 },
113389 [0xA535]={
113390  category="lo",
113391  description="VAI SYLLABLE DHI",
113392  direction="l",
113393  linebreak="al",
113394  unicodeslot=0xA535,
113395 },
113396 [0xA536]={
113397  category="lo",
113398  description="VAI SYLLABLE DHHI",
113399  direction="l",
113400  linebreak="al",
113401  unicodeslot=0xA536,
113402 },
113403 [0xA537]={
113404  category="lo",
113405  description="VAI SYLLABLE LI",
113406  direction="l",
113407  linebreak="al",
113408  unicodeslot=0xA537,
113409 },
113410 [0xA538]={
113411  category="lo",
113412  description="VAI SYLLABLE RI",
113413  direction="l",
113414  linebreak="al",
113415  unicodeslot=0xA538,
113416 },
113417 [0xA539]={
113418  category="lo",
113419  description="VAI SYLLABLE DI",
113420  direction="l",
113421  linebreak="al",
113422  unicodeslot=0xA539,
113423 },
113424 [0xA53A]={
113425  category="lo",
113426  description="VAI SYLLABLE NDI",
113427  direction="l",
113428  linebreak="al",
113429  unicodeslot=0xA53A,
113430 },
113431 [0xA53B]={
113432  category="lo",
113433  description="VAI SYLLABLE SI",
113434  direction="l",
113435  linebreak="al",
113436  unicodeslot=0xA53B,
113437 },
113438 [0xA53C]={
113439  category="lo",
113440  description="VAI SYLLABLE SHI",
113441  direction="l",
113442  linebreak="al",
113443  unicodeslot=0xA53C,
113444 },
113445 [0xA53D]={
113446  category="lo",
113447  description="VAI SYLLABLE ZI",
113448  direction="l",
113449  linebreak="al",
113450  unicodeslot=0xA53D,
113451 },
113452 [0xA53E]={
113453  category="lo",
113454  description="VAI SYLLABLE ZHI",
113455  direction="l",
113456  linebreak="al",
113457  unicodeslot=0xA53E,
113458 },
113459 [0xA53F]={
113460  category="lo",
113461  description="VAI SYLLABLE CI",
113462  direction="l",
113463  linebreak="al",
113464  unicodeslot=0xA53F,
113465 },
113466 [0xA540]={
113467  category="lo",
113468  description="VAI SYLLABLE JI",
113469  direction="l",
113470  linebreak="al",
113471  unicodeslot=0xA540,
113472 },
113473 [0xA541]={
113474  category="lo",
113475  description="VAI SYLLABLE NJI",
113476  direction="l",
113477  linebreak="al",
113478  unicodeslot=0xA541,
113479 },
113480 [0xA542]={
113481  category="lo",
113482  description="VAI SYLLABLE YI",
113483  direction="l",
113484  linebreak="al",
113485  unicodeslot=0xA542,
113486 },
113487 [0xA543]={
113488  category="lo",
113489  description="VAI SYLLABLE KI",
113490  direction="l",
113491  linebreak="al",
113492  unicodeslot=0xA543,
113493 },
113494 [0xA544]={
113495  category="lo",
113496  description="VAI SYLLABLE NGGI",
113497  direction="l",
113498  linebreak="al",
113499  unicodeslot=0xA544,
113500 },
113501 [0xA545]={
113502  category="lo",
113503  description="VAI SYLLABLE GI",
113504  direction="l",
113505  linebreak="al",
113506  unicodeslot=0xA545,
113507 },
113508 [0xA546]={
113509  category="lo",
113510  description="VAI SYLLABLE MI",
113511  direction="l",
113512  linebreak="al",
113513  unicodeslot=0xA546,
113514 },
113515 [0xA547]={
113516  category="lo",
113517  description="VAI SYLLABLE NI",
113518  direction="l",
113519  linebreak="al",
113520  unicodeslot=0xA547,
113521 },
113522 [0xA548]={
113523  category="lo",
113524  description="VAI SYLLABLE NYI",
113525  direction="l",
113526  linebreak="al",
113527  unicodeslot=0xA548,
113528 },
113529 [0xA549]={
113530  category="lo",
113531  description="VAI SYLLABLE A",
113532  direction="l",
113533  linebreak="al",
113534  unicodeslot=0xA549,
113535 },
113536 [0xA54A]={
113537  category="lo",
113538  description="VAI SYLLABLE AN",
113539  direction="l",
113540  linebreak="al",
113541  unicodeslot=0xA54A,
113542 },
113543 [0xA54B]={
113544  category="lo",
113545  description="VAI SYLLABLE NGAN",
113546  direction="l",
113547  linebreak="al",
113548  unicodeslot=0xA54B,
113549 },
113550 [0xA54C]={
113551  category="lo",
113552  description="VAI SYLLABLE HA",
113553  direction="l",
113554  linebreak="al",
113555  unicodeslot=0xA54C,
113556 },
113557 [0xA54D]={
113558  category="lo",
113559  description="VAI SYLLABLE HAN",
113560  direction="l",
113561  linebreak="al",
113562  unicodeslot=0xA54D,
113563 },
113564 [0xA54E]={
113565  category="lo",
113566  description="VAI SYLLABLE WA",
113567  direction="l",
113568  linebreak="al",
113569  unicodeslot=0xA54E,
113570 },
113571 [0xA54F]={
113572  category="lo",
113573  description="VAI SYLLABLE WAN",
113574  direction="l",
113575  linebreak="al",
113576  unicodeslot=0xA54F,
113577 },
113578 [0xA550]={
113579  category="lo",
113580  description="VAI SYLLABLE PA",
113581  direction="l",
113582  linebreak="al",
113583  unicodeslot=0xA550,
113584 },
113585 [0xA551]={
113586  category="lo",
113587  description="VAI SYLLABLE BHA",
113588  direction="l",
113589  linebreak="al",
113590  unicodeslot=0xA551,
113591 },
113592 [0xA552]={
113593  category="lo",
113594  description="VAI SYLLABLE BA",
113595  direction="l",
113596  linebreak="al",
113597  unicodeslot=0xA552,
113598 },
113599 [0xA553]={
113600  category="lo",
113601  description="VAI SYLLABLE MBA",
113602  direction="l",
113603  linebreak="al",
113604  unicodeslot=0xA553,
113605 },
113606 [0xA554]={
113607  category="lo",
113608  description="VAI SYLLABLE KPA",
113609  direction="l",
113610  linebreak="al",
113611  unicodeslot=0xA554,
113612 },
113613 [0xA555]={
113614  category="lo",
113615  description="VAI SYLLABLE KPAN",
113616  direction="l",
113617  linebreak="al",
113618  unicodeslot=0xA555,
113619 },
113620 [0xA556]={
113621  category="lo",
113622  description="VAI SYLLABLE MGBA",
113623  direction="l",
113624  linebreak="al",
113625  unicodeslot=0xA556,
113626 },
113627 [0xA557]={
113628  category="lo",
113629  description="VAI SYLLABLE GBA",
113630  direction="l",
113631  linebreak="al",
113632  unicodeslot=0xA557,
113633 },
113634 [0xA558]={
113635  category="lo",
113636  description="VAI SYLLABLE FA",
113637  direction="l",
113638  linebreak="al",
113639  unicodeslot=0xA558,
113640 },
113641 [0xA559]={
113642  category="lo",
113643  description="VAI SYLLABLE VA",
113644  direction="l",
113645  linebreak="al",
113646  unicodeslot=0xA559,
113647 },
113648 [0xA55A]={
113649  category="lo",
113650  description="VAI SYLLABLE TA",
113651  direction="l",
113652  linebreak="al",
113653  unicodeslot=0xA55A,
113654 },
113655 [0xA55B]={
113656  category="lo",
113657  description="VAI SYLLABLE THA",
113658  direction="l",
113659  linebreak="al",
113660  unicodeslot=0xA55B,
113661 },
113662 [0xA55C]={
113663  category="lo",
113664  description="VAI SYLLABLE DHA",
113665  direction="l",
113666  linebreak="al",
113667  unicodeslot=0xA55C,
113668 },
113669 [0xA55D]={
113670  category="lo",
113671  description="VAI SYLLABLE DHHA",
113672  direction="l",
113673  linebreak="al",
113674  unicodeslot=0xA55D,
113675 },
113676 [0xA55E]={
113677  category="lo",
113678  description="VAI SYLLABLE LA",
113679  direction="l",
113680  linebreak="al",
113681  unicodeslot=0xA55E,
113682 },
113683 [0xA55F]={
113684  category="lo",
113685  description="VAI SYLLABLE RA",
113686  direction="l",
113687  linebreak="al",
113688  unicodeslot=0xA55F,
113689 },
113690 [0xA560]={
113691  category="lo",
113692  description="VAI SYLLABLE DA",
113693  direction="l",
113694  linebreak="al",
113695  unicodeslot=0xA560,
113696 },
113697 [0xA561]={
113698  category="lo",
113699  description="VAI SYLLABLE NDA",
113700  direction="l",
113701  linebreak="al",
113702  unicodeslot=0xA561,
113703 },
113704 [0xA562]={
113705  category="lo",
113706  description="VAI SYLLABLE SA",
113707  direction="l",
113708  linebreak="al",
113709  unicodeslot=0xA562,
113710 },
113711 [0xA563]={
113712  category="lo",
113713  description="VAI SYLLABLE SHA",
113714  direction="l",
113715  linebreak="al",
113716  unicodeslot=0xA563,
113717 },
113718 [0xA564]={
113719  category="lo",
113720  description="VAI SYLLABLE ZA",
113721  direction="l",
113722  linebreak="al",
113723  unicodeslot=0xA564,
113724 },
113725 [0xA565]={
113726  category="lo",
113727  description="VAI SYLLABLE ZHA",
113728  direction="l",
113729  linebreak="al",
113730  unicodeslot=0xA565,
113731 },
113732 [0xA566]={
113733  category="lo",
113734  description="VAI SYLLABLE CA",
113735  direction="l",
113736  linebreak="al",
113737  unicodeslot=0xA566,
113738 },
113739 [0xA567]={
113740  category="lo",
113741  description="VAI SYLLABLE JA",
113742  direction="l",
113743  linebreak="al",
113744  unicodeslot=0xA567,
113745 },
113746 [0xA568]={
113747  category="lo",
113748  description="VAI SYLLABLE NJA",
113749  direction="l",
113750  linebreak="al",
113751  unicodeslot=0xA568,
113752 },
113753 [0xA569]={
113754  category="lo",
113755  description="VAI SYLLABLE YA",
113756  direction="l",
113757  linebreak="al",
113758  unicodeslot=0xA569,
113759 },
113760 [0xA56A]={
113761  category="lo",
113762  description="VAI SYLLABLE KA",
113763  direction="l",
113764  linebreak="al",
113765  unicodeslot=0xA56A,
113766 },
113767 [0xA56B]={
113768  category="lo",
113769  description="VAI SYLLABLE KAN",
113770  direction="l",
113771  linebreak="al",
113772  unicodeslot=0xA56B,
113773 },
113774 [0xA56C]={
113775  category="lo",
113776  description="VAI SYLLABLE NGGA",
113777  direction="l",
113778  linebreak="al",
113779  unicodeslot=0xA56C,
113780 },
113781 [0xA56D]={
113782  category="lo",
113783  description="VAI SYLLABLE GA",
113784  direction="l",
113785  linebreak="al",
113786  unicodeslot=0xA56D,
113787 },
113788 [0xA56E]={
113789  category="lo",
113790  description="VAI SYLLABLE MA",
113791  direction="l",
113792  linebreak="al",
113793  unicodeslot=0xA56E,
113794 },
113795 [0xA56F]={
113796  category="lo",
113797  description="VAI SYLLABLE NA",
113798  direction="l",
113799  linebreak="al",
113800  unicodeslot=0xA56F,
113801 },
113802 [0xA570]={
113803  category="lo",
113804  description="VAI SYLLABLE NYA",
113805  direction="l",
113806  linebreak="al",
113807  unicodeslot=0xA570,
113808 },
113809 [0xA571]={
113810  category="lo",
113811  description="VAI SYLLABLE OO",
113812  direction="l",
113813  linebreak="al",
113814  unicodeslot=0xA571,
113815 },
113816 [0xA572]={
113817  category="lo",
113818  description="VAI SYLLABLE OON",
113819  direction="l",
113820  linebreak="al",
113821  unicodeslot=0xA572,
113822 },
113823 [0xA573]={
113824  category="lo",
113825  description="VAI SYLLABLE HOO",
113826  direction="l",
113827  linebreak="al",
113828  unicodeslot=0xA573,
113829 },
113830 [0xA574]={
113831  category="lo",
113832  description="VAI SYLLABLE WOO",
113833  direction="l",
113834  linebreak="al",
113835  unicodeslot=0xA574,
113836 },
113837 [0xA575]={
113838  category="lo",
113839  description="VAI SYLLABLE WOON",
113840  direction="l",
113841  linebreak="al",
113842  unicodeslot=0xA575,
113843 },
113844 [0xA576]={
113845  category="lo",
113846  description="VAI SYLLABLE POO",
113847  direction="l",
113848  linebreak="al",
113849  unicodeslot=0xA576,
113850 },
113851 [0xA577]={
113852  category="lo",
113853  description="VAI SYLLABLE BHOO",
113854  direction="l",
113855  linebreak="al",
113856  unicodeslot=0xA577,
113857 },
113858 [0xA578]={
113859  category="lo",
113860  description="VAI SYLLABLE BOO",
113861  direction="l",
113862  linebreak="al",
113863  unicodeslot=0xA578,
113864 },
113865 [0xA579]={
113866  category="lo",
113867  description="VAI SYLLABLE MBOO",
113868  direction="l",
113869  linebreak="al",
113870  unicodeslot=0xA579,
113871 },
113872 [0xA57A]={
113873  category="lo",
113874  description="VAI SYLLABLE KPOO",
113875  direction="l",
113876  linebreak="al",
113877  unicodeslot=0xA57A,
113878 },
113879 [0xA57B]={
113880  category="lo",
113881  description="VAI SYLLABLE MGBOO",
113882  direction="l",
113883  linebreak="al",
113884  unicodeslot=0xA57B,
113885 },
113886 [0xA57C]={
113887  category="lo",
113888  description="VAI SYLLABLE GBOO",
113889  direction="l",
113890  linebreak="al",
113891  unicodeslot=0xA57C,
113892 },
113893 [0xA57D]={
113894  category="lo",
113895  description="VAI SYLLABLE FOO",
113896  direction="l",
113897  linebreak="al",
113898  unicodeslot=0xA57D,
113899 },
113900 [0xA57E]={
113901  category="lo",
113902  description="VAI SYLLABLE VOO",
113903  direction="l",
113904  linebreak="al",
113905  unicodeslot=0xA57E,
113906 },
113907 [0xA57F]={
113908  category="lo",
113909  description="VAI SYLLABLE TOO",
113910  direction="l",
113911  linebreak="al",
113912  unicodeslot=0xA57F,
113913 },
113914 [0xA580]={
113915  category="lo",
113916  description="VAI SYLLABLE THOO",
113917  direction="l",
113918  linebreak="al",
113919  unicodeslot=0xA580,
113920 },
113921 [0xA581]={
113922  category="lo",
113923  description="VAI SYLLABLE DHOO",
113924  direction="l",
113925  linebreak="al",
113926  unicodeslot=0xA581,
113927 },
113928 [0xA582]={
113929  category="lo",
113930  description="VAI SYLLABLE DHHOO",
113931  direction="l",
113932  linebreak="al",
113933  unicodeslot=0xA582,
113934 },
113935 [0xA583]={
113936  category="lo",
113937  description="VAI SYLLABLE LOO",
113938  direction="l",
113939  linebreak="al",
113940  unicodeslot=0xA583,
113941 },
113942 [0xA584]={
113943  category="lo",
113944  description="VAI SYLLABLE ROO",
113945  direction="l",
113946  linebreak="al",
113947  unicodeslot=0xA584,
113948 },
113949 [0xA585]={
113950  category="lo",
113951  description="VAI SYLLABLE DOO",
113952  direction="l",
113953  linebreak="al",
113954  unicodeslot=0xA585,
113955 },
113956 [0xA586]={
113957  category="lo",
113958  description="VAI SYLLABLE NDOO",
113959  direction="l",
113960  linebreak="al",
113961  unicodeslot=0xA586,
113962 },
113963 [0xA587]={
113964  category="lo",
113965  description="VAI SYLLABLE SOO",
113966  direction="l",
113967  linebreak="al",
113968  unicodeslot=0xA587,
113969 },
113970 [0xA588]={
113971  category="lo",
113972  description="VAI SYLLABLE SHOO",
113973  direction="l",
113974  linebreak="al",
113975  unicodeslot=0xA588,
113976 },
113977 [0xA589]={
113978  category="lo",
113979  description="VAI SYLLABLE ZOO",
113980  direction="l",
113981  linebreak="al",
113982  unicodeslot=0xA589,
113983 },
113984 [0xA58A]={
113985  category="lo",
113986  description="VAI SYLLABLE ZHOO",
113987  direction="l",
113988  linebreak="al",
113989  unicodeslot=0xA58A,
113990 },
113991 [0xA58B]={
113992  category="lo",
113993  description="VAI SYLLABLE COO",
113994  direction="l",
113995  linebreak="al",
113996  unicodeslot=0xA58B,
113997 },
113998 [0xA58C]={
113999  category="lo",
114000  description="VAI SYLLABLE JOO",
114001  direction="l",
114002  linebreak="al",
114003  unicodeslot=0xA58C,
114004 },
114005 [0xA58D]={
114006  category="lo",
114007  description="VAI SYLLABLE NJOO",
114008  direction="l",
114009  linebreak="al",
114010  unicodeslot=0xA58D,
114011 },
114012 [0xA58E]={
114013  category="lo",
114014  description="VAI SYLLABLE YOO",
114015  direction="l",
114016  linebreak="al",
114017  unicodeslot=0xA58E,
114018 },
114019 [0xA58F]={
114020  category="lo",
114021  description="VAI SYLLABLE KOO",
114022  direction="l",
114023  linebreak="al",
114024  unicodeslot=0xA58F,
114025 },
114026 [0xA590]={
114027  category="lo",
114028  description="VAI SYLLABLE NGGOO",
114029  direction="l",
114030  linebreak="al",
114031  unicodeslot=0xA590,
114032 },
114033 [0xA591]={
114034  category="lo",
114035  description="VAI SYLLABLE GOO",
114036  direction="l",
114037  linebreak="al",
114038  unicodeslot=0xA591,
114039 },
114040 [0xA592]={
114041  category="lo",
114042  description="VAI SYLLABLE MOO",
114043  direction="l",
114044  linebreak="al",
114045  unicodeslot=0xA592,
114046 },
114047 [0xA593]={
114048  category="lo",
114049  description="VAI SYLLABLE NOO",
114050  direction="l",
114051  linebreak="al",
114052  unicodeslot=0xA593,
114053 },
114054 [0xA594]={
114055  category="lo",
114056  description="VAI SYLLABLE NYOO",
114057  direction="l",
114058  linebreak="al",
114059  unicodeslot=0xA594,
114060 },
114061 [0xA595]={
114062  category="lo",
114063  description="VAI SYLLABLE U",
114064  direction="l",
114065  linebreak="al",
114066  unicodeslot=0xA595,
114067 },
114068 [0xA596]={
114069  category="lo",
114070  description="VAI SYLLABLE UN",
114071  direction="l",
114072  linebreak="al",
114073  unicodeslot=0xA596,
114074 },
114075 [0xA597]={
114076  category="lo",
114077  description="VAI SYLLABLE HU",
114078  direction="l",
114079  linebreak="al",
114080  unicodeslot=0xA597,
114081 },
114082 [0xA598]={
114083  category="lo",
114084  description="VAI SYLLABLE HUN",
114085  direction="l",
114086  linebreak="al",
114087  unicodeslot=0xA598,
114088 },
114089 [0xA599]={
114090  category="lo",
114091  description="VAI SYLLABLE WU",
114092  direction="l",
114093  linebreak="al",
114094  unicodeslot=0xA599,
114095 },
114096 [0xA59A]={
114097  category="lo",
114098  description="VAI SYLLABLE WUN",
114099  direction="l",
114100  linebreak="al",
114101  unicodeslot=0xA59A,
114102 },
114103 [0xA59B]={
114104  category="lo",
114105  description="VAI SYLLABLE PU",
114106  direction="l",
114107  linebreak="al",
114108  unicodeslot=0xA59B,
114109 },
114110 [0xA59C]={
114111  category="lo",
114112  description="VAI SYLLABLE BHU",
114113  direction="l",
114114  linebreak="al",
114115  unicodeslot=0xA59C,
114116 },
114117 [0xA59D]={
114118  category="lo",
114119  description="VAI SYLLABLE BU",
114120  direction="l",
114121  linebreak="al",
114122  unicodeslot=0xA59D,
114123 },
114124 [0xA59E]={
114125  category="lo",
114126  description="VAI SYLLABLE MBU",
114127  direction="l",
114128  linebreak="al",
114129  unicodeslot=0xA59E,
114130 },
114131 [0xA59F]={
114132  category="lo",
114133  description="VAI SYLLABLE KPU",
114134  direction="l",
114135  linebreak="al",
114136  unicodeslot=0xA59F,
114137 },
114138 [0xA5A0]={
114139  category="lo",
114140  description="VAI SYLLABLE MGBU",
114141  direction="l",
114142  linebreak="al",
114143  unicodeslot=0xA5A0,
114144 },
114145 [0xA5A1]={
114146  category="lo",
114147  description="VAI SYLLABLE GBU",
114148  direction="l",
114149  linebreak="al",
114150  unicodeslot=0xA5A1,
114151 },
114152 [0xA5A2]={
114153  category="lo",
114154  description="VAI SYLLABLE FU",
114155  direction="l",
114156  linebreak="al",
114157  unicodeslot=0xA5A2,
114158 },
114159 [0xA5A3]={
114160  category="lo",
114161  description="VAI SYLLABLE VU",
114162  direction="l",
114163  linebreak="al",
114164  unicodeslot=0xA5A3,
114165 },
114166 [0xA5A4]={
114167  category="lo",
114168  description="VAI SYLLABLE TU",
114169  direction="l",
114170  linebreak="al",
114171  unicodeslot=0xA5A4,
114172 },
114173 [0xA5A5]={
114174  category="lo",
114175  description="VAI SYLLABLE THU",
114176  direction="l",
114177  linebreak="al",
114178  unicodeslot=0xA5A5,
114179 },
114180 [0xA5A6]={
114181  category="lo",
114182  description="VAI SYLLABLE DHU",
114183  direction="l",
114184  linebreak="al",
114185  unicodeslot=0xA5A6,
114186 },
114187 [0xA5A7]={
114188  category="lo",
114189  description="VAI SYLLABLE DHHU",
114190  direction="l",
114191  linebreak="al",
114192  unicodeslot=0xA5A7,
114193 },
114194 [0xA5A8]={
114195  category="lo",
114196  description="VAI SYLLABLE LU",
114197  direction="l",
114198  linebreak="al",
114199  unicodeslot=0xA5A8,
114200 },
114201 [0xA5A9]={
114202  category="lo",
114203  description="VAI SYLLABLE RU",
114204  direction="l",
114205  linebreak="al",
114206  unicodeslot=0xA5A9,
114207 },
114208 [0xA5AA]={
114209  category="lo",
114210  description="VAI SYLLABLE DU",
114211  direction="l",
114212  linebreak="al",
114213  unicodeslot=0xA5AA,
114214 },
114215 [0xA5AB]={
114216  category="lo",
114217  description="VAI SYLLABLE NDU",
114218  direction="l",
114219  linebreak="al",
114220  unicodeslot=0xA5AB,
114221 },
114222 [0xA5AC]={
114223  category="lo",
114224  description="VAI SYLLABLE SU",
114225  direction="l",
114226  linebreak="al",
114227  unicodeslot=0xA5AC,
114228 },
114229 [0xA5AD]={
114230  category="lo",
114231  description="VAI SYLLABLE SHU",
114232  direction="l",
114233  linebreak="al",
114234  unicodeslot=0xA5AD,
114235 },
114236 [0xA5AE]={
114237  category="lo",
114238  description="VAI SYLLABLE ZU",
114239  direction="l",
114240  linebreak="al",
114241  unicodeslot=0xA5AE,
114242 },
114243 [0xA5AF]={
114244  category="lo",
114245  description="VAI SYLLABLE ZHU",
114246  direction="l",
114247  linebreak="al",
114248  unicodeslot=0xA5AF,
114249 },
114250 [0xA5B0]={
114251  category="lo",
114252  description="VAI SYLLABLE CU",
114253  direction="l",
114254  linebreak="al",
114255  unicodeslot=0xA5B0,
114256 },
114257 [0xA5B1]={
114258  category="lo",
114259  description="VAI SYLLABLE JU",
114260  direction="l",
114261  linebreak="al",
114262  unicodeslot=0xA5B1,
114263 },
114264 [0xA5B2]={
114265  category="lo",
114266  description="VAI SYLLABLE NJU",
114267  direction="l",
114268  linebreak="al",
114269  unicodeslot=0xA5B2,
114270 },
114271 [0xA5B3]={
114272  category="lo",
114273  description="VAI SYLLABLE YU",
114274  direction="l",
114275  linebreak="al",
114276  unicodeslot=0xA5B3,
114277 },
114278 [0xA5B4]={
114279  category="lo",
114280  description="VAI SYLLABLE KU",
114281  direction="l",
114282  linebreak="al",
114283  unicodeslot=0xA5B4,
114284 },
114285 [0xA5B5]={
114286  category="lo",
114287  description="VAI SYLLABLE NGGU",
114288  direction="l",
114289  linebreak="al",
114290  unicodeslot=0xA5B5,
114291 },
114292 [0xA5B6]={
114293  category="lo",
114294  description="VAI SYLLABLE GU",
114295  direction="l",
114296  linebreak="al",
114297  unicodeslot=0xA5B6,
114298 },
114299 [0xA5B7]={
114300  category="lo",
114301  description="VAI SYLLABLE MU",
114302  direction="l",
114303  linebreak="al",
114304  unicodeslot=0xA5B7,
114305 },
114306 [0xA5B8]={
114307  category="lo",
114308  description="VAI SYLLABLE NU",
114309  direction="l",
114310  linebreak="al",
114311  unicodeslot=0xA5B8,
114312 },
114313 [0xA5B9]={
114314  category="lo",
114315  description="VAI SYLLABLE NYU",
114316  direction="l",
114317  linebreak="al",
114318  unicodeslot=0xA5B9,
114319 },
114320 [0xA5BA]={
114321  category="lo",
114322  description="VAI SYLLABLE O",
114323  direction="l",
114324  linebreak="al",
114325  unicodeslot=0xA5BA,
114326 },
114327 [0xA5BB]={
114328  category="lo",
114329  description="VAI SYLLABLE ON",
114330  direction="l",
114331  linebreak="al",
114332  unicodeslot=0xA5BB,
114333 },
114334 [0xA5BC]={
114335  category="lo",
114336  description="VAI SYLLABLE NGON",
114337  direction="l",
114338  linebreak="al",
114339  unicodeslot=0xA5BC,
114340 },
114341 [0xA5BD]={
114342  category="lo",
114343  description="VAI SYLLABLE HO",
114344  direction="l",
114345  linebreak="al",
114346  unicodeslot=0xA5BD,
114347 },
114348 [0xA5BE]={
114349  category="lo",
114350  description="VAI SYLLABLE HON",
114351  direction="l",
114352  linebreak="al",
114353  unicodeslot=0xA5BE,
114354 },
114355 [0xA5BF]={
114356  category="lo",
114357  description="VAI SYLLABLE WO",
114358  direction="l",
114359  linebreak="al",
114360  unicodeslot=0xA5BF,
114361 },
114362 [0xA5C0]={
114363  category="lo",
114364  description="VAI SYLLABLE WON",
114365  direction="l",
114366  linebreak="al",
114367  unicodeslot=0xA5C0,
114368 },
114369 [0xA5C1]={
114370  category="lo",
114371  description="VAI SYLLABLE PO",
114372  direction="l",
114373  linebreak="al",
114374  unicodeslot=0xA5C1,
114375 },
114376 [0xA5C2]={
114377  category="lo",
114378  description="VAI SYLLABLE BHO",
114379  direction="l",
114380  linebreak="al",
114381  unicodeslot=0xA5C2,
114382 },
114383 [0xA5C3]={
114384  category="lo",
114385  description="VAI SYLLABLE BO",
114386  direction="l",
114387  linebreak="al",
114388  unicodeslot=0xA5C3,
114389 },
114390 [0xA5C4]={
114391  category="lo",
114392  description="VAI SYLLABLE MBO",
114393  direction="l",
114394  linebreak="al",
114395  unicodeslot=0xA5C4,
114396 },
114397 [0xA5C5]={
114398  category="lo",
114399  description="VAI SYLLABLE KPO",
114400  direction="l",
114401  linebreak="al",
114402  unicodeslot=0xA5C5,
114403 },
114404 [0xA5C6]={
114405  category="lo",
114406  description="VAI SYLLABLE MGBO",
114407  direction="l",
114408  linebreak="al",
114409  unicodeslot=0xA5C6,
114410 },
114411 [0xA5C7]={
114412  category="lo",
114413  description="VAI SYLLABLE GBO",
114414  direction="l",
114415  linebreak="al",
114416  unicodeslot=0xA5C7,
114417 },
114418 [0xA5C8]={
114419  category="lo",
114420  description="VAI SYLLABLE GBON",
114421  direction="l",
114422  linebreak="al",
114423  unicodeslot=0xA5C8,
114424 },
114425 [0xA5C9]={
114426  category="lo",
114427  description="VAI SYLLABLE FO",
114428  direction="l",
114429  linebreak="al",
114430  unicodeslot=0xA5C9,
114431 },
114432 [0xA5CA]={
114433  category="lo",
114434  description="VAI SYLLABLE VO",
114435  direction="l",
114436  linebreak="al",
114437  unicodeslot=0xA5CA,
114438 },
114439 [0xA5CB]={
114440  category="lo",
114441  description="VAI SYLLABLE TO",
114442  direction="l",
114443  linebreak="al",
114444  unicodeslot=0xA5CB,
114445 },
114446 [0xA5CC]={
114447  category="lo",
114448  description="VAI SYLLABLE THO",
114449  direction="l",
114450  linebreak="al",
114451  unicodeslot=0xA5CC,
114452 },
114453 [0xA5CD]={
114454  category="lo",
114455  description="VAI SYLLABLE DHO",
114456  direction="l",
114457  linebreak="al",
114458  unicodeslot=0xA5CD,
114459 },
114460 [0xA5CE]={
114461  category="lo",
114462  description="VAI SYLLABLE DHHO",
114463  direction="l",
114464  linebreak="al",
114465  unicodeslot=0xA5CE,
114466 },
114467 [0xA5CF]={
114468  category="lo",
114469  description="VAI SYLLABLE LO",
114470  direction="l",
114471  linebreak="al",
114472  unicodeslot=0xA5CF,
114473 },
114474 [0xA5D0]={
114475  category="lo",
114476  description="VAI SYLLABLE RO",
114477  direction="l",
114478  linebreak="al",
114479  unicodeslot=0xA5D0,
114480 },
114481 [0xA5D1]={
114482  category="lo",
114483  description="VAI SYLLABLE DO",
114484  direction="l",
114485  linebreak="al",
114486  unicodeslot=0xA5D1,
114487 },
114488 [0xA5D2]={
114489  category="lo",
114490  description="VAI SYLLABLE NDO",
114491  direction="l",
114492  linebreak="al",
114493  unicodeslot=0xA5D2,
114494 },
114495 [0xA5D3]={
114496  category="lo",
114497  description="VAI SYLLABLE SO",
114498  direction="l",
114499  linebreak="al",
114500  unicodeslot=0xA5D3,
114501 },
114502 [0xA5D4]={
114503  category="lo",
114504  description="VAI SYLLABLE SHO",
114505  direction="l",
114506  linebreak="al",
114507  unicodeslot=0xA5D4,
114508 },
114509 [0xA5D5]={
114510  category="lo",
114511  description="VAI SYLLABLE ZO",
114512  direction="l",
114513  linebreak="al",
114514  unicodeslot=0xA5D5,
114515 },
114516 [0xA5D6]={
114517  category="lo",
114518  description="VAI SYLLABLE ZHO",
114519  direction="l",
114520  linebreak="al",
114521  unicodeslot=0xA5D6,
114522 },
114523 [0xA5D7]={
114524  category="lo",
114525  description="VAI SYLLABLE CO",
114526  direction="l",
114527  linebreak="al",
114528  unicodeslot=0xA5D7,
114529 },
114530 [0xA5D8]={
114531  category="lo",
114532  description="VAI SYLLABLE JO",
114533  direction="l",
114534  linebreak="al",
114535  unicodeslot=0xA5D8,
114536 },
114537 [0xA5D9]={
114538  category="lo",
114539  description="VAI SYLLABLE NJO",
114540  direction="l",
114541  linebreak="al",
114542  unicodeslot=0xA5D9,
114543 },
114544 [0xA5DA]={
114545  category="lo",
114546  description="VAI SYLLABLE YO",
114547  direction="l",
114548  linebreak="al",
114549  unicodeslot=0xA5DA,
114550 },
114551 [0xA5DB]={
114552  category="lo",
114553  description="VAI SYLLABLE KO",
114554  direction="l",
114555  linebreak="al",
114556  unicodeslot=0xA5DB,
114557 },
114558 [0xA5DC]={
114559  category="lo",
114560  description="VAI SYLLABLE NGGO",
114561  direction="l",
114562  linebreak="al",
114563  unicodeslot=0xA5DC,
114564 },
114565 [0xA5DD]={
114566  category="lo",
114567  description="VAI SYLLABLE GO",
114568  direction="l",
114569  linebreak="al",
114570  unicodeslot=0xA5DD,
114571 },
114572 [0xA5DE]={
114573  category="lo",
114574  description="VAI SYLLABLE MO",
114575  direction="l",
114576  linebreak="al",
114577  unicodeslot=0xA5DE,
114578 },
114579 [0xA5DF]={
114580  category="lo",
114581  description="VAI SYLLABLE NO",
114582  direction="l",
114583  linebreak="al",
114584  unicodeslot=0xA5DF,
114585 },
114586 [0xA5E0]={
114587  category="lo",
114588  description="VAI SYLLABLE NYO",
114589  direction="l",
114590  linebreak="al",
114591  unicodeslot=0xA5E0,
114592 },
114593 [0xA5E1]={
114594  category="lo",
114595  description="VAI SYLLABLE E",
114596  direction="l",
114597  linebreak="al",
114598  unicodeslot=0xA5E1,
114599 },
114600 [0xA5E2]={
114601  category="lo",
114602  description="VAI SYLLABLE EN",
114603  direction="l",
114604  linebreak="al",
114605  unicodeslot=0xA5E2,
114606 },
114607 [0xA5E3]={
114608  category="lo",
114609  description="VAI SYLLABLE NGEN",
114610  direction="l",
114611  linebreak="al",
114612  unicodeslot=0xA5E3,
114613 },
114614 [0xA5E4]={
114615  category="lo",
114616  description="VAI SYLLABLE HE",
114617  direction="l",
114618  linebreak="al",
114619  unicodeslot=0xA5E4,
114620 },
114621 [0xA5E5]={
114622  category="lo",
114623  description="VAI SYLLABLE HEN",
114624  direction="l",
114625  linebreak="al",
114626  unicodeslot=0xA5E5,
114627 },
114628 [0xA5E6]={
114629  category="lo",
114630  description="VAI SYLLABLE WE",
114631  direction="l",
114632  linebreak="al",
114633  unicodeslot=0xA5E6,
114634 },
114635 [0xA5E7]={
114636  category="lo",
114637  description="VAI SYLLABLE WEN",
114638  direction="l",
114639  linebreak="al",
114640  unicodeslot=0xA5E7,
114641 },
114642 [0xA5E8]={
114643  category="lo",
114644  description="VAI SYLLABLE PE",
114645  direction="l",
114646  linebreak="al",
114647  unicodeslot=0xA5E8,
114648 },
114649 [0xA5E9]={
114650  category="lo",
114651  description="VAI SYLLABLE BHE",
114652  direction="l",
114653  linebreak="al",
114654  unicodeslot=0xA5E9,
114655 },
114656 [0xA5EA]={
114657  category="lo",
114658  description="VAI SYLLABLE BE",
114659  direction="l",
114660  linebreak="al",
114661  unicodeslot=0xA5EA,
114662 },
114663 [0xA5EB]={
114664  category="lo",
114665  description="VAI SYLLABLE MBE",
114666  direction="l",
114667  linebreak="al",
114668  unicodeslot=0xA5EB,
114669 },
114670 [0xA5EC]={
114671  category="lo",
114672  description="VAI SYLLABLE KPE",
114673  direction="l",
114674  linebreak="al",
114675  unicodeslot=0xA5EC,
114676 },
114677 [0xA5ED]={
114678  category="lo",
114679  description="VAI SYLLABLE KPEN",
114680  direction="l",
114681  linebreak="al",
114682  unicodeslot=0xA5ED,
114683 },
114684 [0xA5EE]={
114685  category="lo",
114686  description="VAI SYLLABLE MGBE",
114687  direction="l",
114688  linebreak="al",
114689  unicodeslot=0xA5EE,
114690 },
114691 [0xA5EF]={
114692  category="lo",
114693  description="VAI SYLLABLE GBE",
114694  direction="l",
114695  linebreak="al",
114696  unicodeslot=0xA5EF,
114697 },
114698 [0xA5F0]={
114699  category="lo",
114700  description="VAI SYLLABLE GBEN",
114701  direction="l",
114702  linebreak="al",
114703  unicodeslot=0xA5F0,
114704 },
114705 [0xA5F1]={
114706  category="lo",
114707  description="VAI SYLLABLE FE",
114708  direction="l",
114709  linebreak="al",
114710  unicodeslot=0xA5F1,
114711 },
114712 [0xA5F2]={
114713  category="lo",
114714  description="VAI SYLLABLE VE",
114715  direction="l",
114716  linebreak="al",
114717  unicodeslot=0xA5F2,
114718 },
114719 [0xA5F3]={
114720  category="lo",
114721  description="VAI SYLLABLE TE",
114722  direction="l",
114723  linebreak="al",
114724  unicodeslot=0xA5F3,
114725 },
114726 [0xA5F4]={
114727  category="lo",
114728  description="VAI SYLLABLE THE",
114729  direction="l",
114730  linebreak="al",
114731  unicodeslot=0xA5F4,
114732 },
114733 [0xA5F5]={
114734  category="lo",
114735  description="VAI SYLLABLE DHE",
114736  direction="l",
114737  linebreak="al",
114738  unicodeslot=0xA5F5,
114739 },
114740 [0xA5F6]={
114741  category="lo",
114742  description="VAI SYLLABLE DHHE",
114743  direction="l",
114744  linebreak="al",
114745  unicodeslot=0xA5F6,
114746 },
114747 [0xA5F7]={
114748  category="lo",
114749  description="VAI SYLLABLE LE",
114750  direction="l",
114751  linebreak="al",
114752  unicodeslot=0xA5F7,
114753 },
114754 [0xA5F8]={
114755  category="lo",
114756  description="VAI SYLLABLE RE",
114757  direction="l",
114758  linebreak="al",
114759  unicodeslot=0xA5F8,
114760 },
114761 [0xA5F9]={
114762  category="lo",
114763  description="VAI SYLLABLE DE",
114764  direction="l",
114765  linebreak="al",
114766  unicodeslot=0xA5F9,
114767 },
114768 [0xA5FA]={
114769  category="lo",
114770  description="VAI SYLLABLE NDE",
114771  direction="l",
114772  linebreak="al",
114773  unicodeslot=0xA5FA,
114774 },
114775 [0xA5FB]={
114776  category="lo",
114777  description="VAI SYLLABLE SE",
114778  direction="l",
114779  linebreak="al",
114780  unicodeslot=0xA5FB,
114781 },
114782 [0xA5FC]={
114783  category="lo",
114784  description="VAI SYLLABLE SHE",
114785  direction="l",
114786  linebreak="al",
114787  unicodeslot=0xA5FC,
114788 },
114789 [0xA5FD]={
114790  category="lo",
114791  description="VAI SYLLABLE ZE",
114792  direction="l",
114793  linebreak="al",
114794  unicodeslot=0xA5FD,
114795 },
114796 [0xA5FE]={
114797  category="lo",
114798  description="VAI SYLLABLE ZHE",
114799  direction="l",
114800  linebreak="al",
114801  unicodeslot=0xA5FE,
114802 },
114803 [0xA5FF]={
114804  category="lo",
114805  description="VAI SYLLABLE CE",
114806  direction="l",
114807  linebreak="al",
114808  unicodeslot=0xA5FF,
114809 },
114810 [0xA600]={
114811  category="lo",
114812  description="VAI SYLLABLE JE",
114813  direction="l",
114814  linebreak="al",
114815  unicodeslot=0xA600,
114816 },
114817 [0xA601]={
114818  category="lo",
114819  description="VAI SYLLABLE NJE",
114820  direction="l",
114821  linebreak="al",
114822  unicodeslot=0xA601,
114823 },
114824 [0xA602]={
114825  category="lo",
114826  description="VAI SYLLABLE YE",
114827  direction="l",
114828  linebreak="al",
114829  unicodeslot=0xA602,
114830 },
114831 [0xA603]={
114832  category="lo",
114833  description="VAI SYLLABLE KE",
114834  direction="l",
114835  linebreak="al",
114836  unicodeslot=0xA603,
114837 },
114838 [0xA604]={
114839  category="lo",
114840  description="VAI SYLLABLE NGGE",
114841  direction="l",
114842  linebreak="al",
114843  unicodeslot=0xA604,
114844 },
114845 [0xA605]={
114846  category="lo",
114847  description="VAI SYLLABLE NGGEN",
114848  direction="l",
114849  linebreak="al",
114850  unicodeslot=0xA605,
114851 },
114852 [0xA606]={
114853  category="lo",
114854  description="VAI SYLLABLE GE",
114855  direction="l",
114856  linebreak="al",
114857  unicodeslot=0xA606,
114858 },
114859 [0xA607]={
114860  category="lo",
114861  description="VAI SYLLABLE GEN",
114862  direction="l",
114863  linebreak="al",
114864  unicodeslot=0xA607,
114865 },
114866 [0xA608]={
114867  category="lo",
114868  description="VAI SYLLABLE ME",
114869  direction="l",
114870  linebreak="al",
114871  unicodeslot=0xA608,
114872 },
114873 [0xA609]={
114874  category="lo",
114875  description="VAI SYLLABLE NE",
114876  direction="l",
114877  linebreak="al",
114878  unicodeslot=0xA609,
114879 },
114880 [0xA60A]={
114881  category="lo",
114882  description="VAI SYLLABLE NYE",
114883  direction="l",
114884  linebreak="al",
114885  unicodeslot=0xA60A,
114886 },
114887 [0xA60B]={
114888  category="lo",
114889  description="VAI SYLLABLE NG",
114890  direction="l",
114891  linebreak="al",
114892  unicodeslot=0xA60B,
114893 },
114894 [0xA60C]={
114895  category="lm",
114896  description="VAI SYLLABLE LENGTHENER",
114897  direction="l",
114898  linebreak="al",
114899  unicodeslot=0xA60C,
114900 },
114901 [0xA60D]={
114902  category="po",
114903  description="VAI COMMA",
114904  direction="on",
114905  linebreak="ba",
114906  unicodeslot=0xA60D,
114907 },
114908 [0xA60E]={
114909  category="po",
114910  description="VAI FULL STOP",
114911  direction="on",
114912  linebreak="ex",
114913  unicodeslot=0xA60E,
114914 },
114915 [0xA60F]={
114916  category="po",
114917  description="VAI QUESTION MARK",
114918  direction="on",
114919  linebreak="ba",
114920  unicodeslot=0xA60F,
114921 },
114922 [0xA610]={
114923  category="lo",
114924  description="VAI SYLLABLE NDOLE FA",
114925  direction="l",
114926  linebreak="al",
114927  unicodeslot=0xA610,
114928 },
114929 [0xA611]={
114930  category="lo",
114931  description="VAI SYLLABLE NDOLE KA",
114932  direction="l",
114933  linebreak="al",
114934  unicodeslot=0xA611,
114935 },
114936 [0xA612]={
114937  category="lo",
114938  description="VAI SYLLABLE NDOLE SOO",
114939  direction="l",
114940  linebreak="al",
114941  unicodeslot=0xA612,
114942 },
114943 [0xA613]={
114944  category="lo",
114945  description="VAI SYMBOL FEENG",
114946  direction="l",
114947  linebreak="al",
114948  unicodeslot=0xA613,
114949 },
114950 [0xA614]={
114951  category="lo",
114952  description="VAI SYMBOL KEENG",
114953  direction="l",
114954  linebreak="al",
114955  unicodeslot=0xA614,
114956 },
114957 [0xA615]={
114958  category="lo",
114959  description="VAI SYMBOL TING",
114960  direction="l",
114961  linebreak="al",
114962  unicodeslot=0xA615,
114963 },
114964 [0xA616]={
114965  category="lo",
114966  description="VAI SYMBOL NII",
114967  direction="l",
114968  linebreak="al",
114969  unicodeslot=0xA616,
114970 },
114971 [0xA617]={
114972  category="lo",
114973  description="VAI SYMBOL BANG",
114974  direction="l",
114975  linebreak="al",
114976  unicodeslot=0xA617,
114977 },
114978 [0xA618]={
114979  category="lo",
114980  description="VAI SYMBOL FAA",
114981  direction="l",
114982  linebreak="al",
114983  unicodeslot=0xA618,
114984 },
114985 [0xA619]={
114986  category="lo",
114987  description="VAI SYMBOL TAA",
114988  direction="l",
114989  linebreak="al",
114990  unicodeslot=0xA619,
114991 },
114992 [0xA61A]={
114993  category="lo",
114994  description="VAI SYMBOL DANG",
114995  direction="l",
114996  linebreak="al",
114997  unicodeslot=0xA61A,
114998 },
114999 [0xA61B]={
115000  category="lo",
115001  description="VAI SYMBOL DOONG",
115002  direction="l",
115003  linebreak="al",
115004  unicodeslot=0xA61B,
115005 },
115006 [0xA61C]={
115007  category="lo",
115008  description="VAI SYMBOL KUNG",
115009  direction="l",
115010  linebreak="al",
115011  unicodeslot=0xA61C,
115012 },
115013 [0xA61D]={
115014  category="lo",
115015  description="VAI SYMBOL TONG",
115016  direction="l",
115017  linebreak="al",
115018  unicodeslot=0xA61D,
115019 },
115020 [0xA61E]={
115021  category="lo",
115022  description="VAI SYMBOL DO-O",
115023  direction="l",
115024  linebreak="al",
115025  unicodeslot=0xA61E,
115026 },
115027 [0xA61F]={
115028  category="lo",
115029  description="VAI SYMBOL JONG",
115030  direction="l",
115031  linebreak="al",
115032  unicodeslot=0xA61F,
115033 },
115034 [0xA620]={
115035  category="nd",
115036  description="VAI DIGIT ZERO",
115037  direction="l",
115038  linebreak="nu",
115039  unicodeslot=0xA620,
115040 },
115041 [0xA621]={
115042  category="nd",
115043  description="VAI DIGIT ONE",
115044  direction="l",
115045  linebreak="nu",
115046  unicodeslot=0xA621,
115047 },
115048 [0xA622]={
115049  category="nd",
115050  description="VAI DIGIT TWO",
115051  direction="l",
115052  linebreak="nu",
115053  unicodeslot=0xA622,
115054 },
115055 [0xA623]={
115056  category="nd",
115057  description="VAI DIGIT THREE",
115058  direction="l",
115059  linebreak="nu",
115060  unicodeslot=0xA623,
115061 },
115062 [0xA624]={
115063  category="nd",
115064  description="VAI DIGIT FOUR",
115065  direction="l",
115066  linebreak="nu",
115067  unicodeslot=0xA624,
115068 },
115069 [0xA625]={
115070  category="nd",
115071  description="VAI DIGIT FIVE",
115072  direction="l",
115073  linebreak="nu",
115074  unicodeslot=0xA625,
115075 },
115076 [0xA626]={
115077  category="nd",
115078  description="VAI DIGIT SIX",
115079  direction="l",
115080  linebreak="nu",
115081  unicodeslot=0xA626,
115082 },
115083 [0xA627]={
115084  category="nd",
115085  description="VAI DIGIT SEVEN",
115086  direction="l",
115087  linebreak="nu",
115088  unicodeslot=0xA627,
115089 },
115090 [0xA628]={
115091  category="nd",
115092  description="VAI DIGIT EIGHT",
115093  direction="l",
115094  linebreak="nu",
115095  unicodeslot=0xA628,
115096 },
115097 [0xA629]={
115098  category="nd",
115099  description="VAI DIGIT NINE",
115100  direction="l",
115101  linebreak="nu",
115102  unicodeslot=0xA629,
115103 },
115104 [0xA62A]={
115105  category="lo",
115106  description="VAI SYLLABLE NDOLE MA",
115107  direction="l",
115108  linebreak="al",
115109  unicodeslot=0xA62A,
115110 },
115111 [0xA62B]={
115112  category="lo",
115113  description="VAI SYLLABLE NDOLE DO",
115114  direction="l",
115115  linebreak="al",
115116  unicodeslot=0xA62B,
115117 },
115118 [0xA640]={
115119  category="lu",
115120  description="CYRILLIC CAPITAL LETTER ZEMLYA",
115121  direction="l",
115122  lccode=0xA641,
115123  linebreak="al",
115124  unicodeslot=0xA640,
115125 },
115126 [0xA641]={
115127  category="ll",
115128  description="CYRILLIC SMALL LETTER ZEMLYA",
115129  direction="l",
115130  linebreak="al",
115131  unicodeslot=0xA641,
115132 },
115133 [0xA642]={
115134  category="lu",
115135  description="CYRILLIC CAPITAL LETTER DZELO",
115136  direction="l",
115137  lccode=0xA643,
115138  linebreak="al",
115139  unicodeslot=0xA642,
115140 },
115141 [0xA643]={
115142  category="ll",
115143  description="CYRILLIC SMALL LETTER DZELO",
115144  direction="l",
115145  linebreak="al",
115146  unicodeslot=0xA643,
115147 },
115148 [0xA644]={
115149  category="lu",
115150  description="CYRILLIC CAPITAL LETTER REVERSED DZE",
115151  direction="l",
115152  lccode=0xA645,
115153  linebreak="al",
115154  unicodeslot=0xA644,
115155 },
115156 [0xA645]={
115157  category="ll",
115158  description="CYRILLIC SMALL LETTER REVERSED DZE",
115159  direction="l",
115160  linebreak="al",
115161  unicodeslot=0xA645,
115162 },
115163 [0xA646]={
115164  category="lu",
115165  description="CYRILLIC CAPITAL LETTER IOTA",
115166  direction="l",
115167  lccode=0xA647,
115168  linebreak="al",
115169  unicodeslot=0xA646,
115170 },
115171 [0xA647]={
115172  category="ll",
115173  description="CYRILLIC SMALL LETTER IOTA",
115174  direction="l",
115175  linebreak="al",
115176  unicodeslot=0xA647,
115177 },
115178 [0xA648]={
115179  category="lu",
115180  description="CYRILLIC CAPITAL LETTER DJERV",
115181  direction="l",
115182  lccode=0xA649,
115183  linebreak="al",
115184  unicodeslot=0xA648,
115185 },
115186 [0xA649]={
115187  category="ll",
115188  description="CYRILLIC SMALL LETTER DJERV",
115189  direction="l",
115190  linebreak="al",
115191  unicodeslot=0xA649,
115192 },
115193 [0xA64A]={
115194  category="lu",
115195  description="CYRILLIC CAPITAL LETTER MONOGRAPH UK",
115196  direction="l",
115197  lccode=0xA64B,
115198  linebreak="al",
115199  unicodeslot=0xA64A,
115200 },
115201 [0xA64B]={
115202  category="ll",
115203  description="CYRILLIC SMALL LETTER MONOGRAPH UK",
115204  direction="l",
115205  linebreak="al",
115206  unicodeslot=0xA64B,
115207 },
115208 [0xA64C]={
115209  category="lu",
115210  description="CYRILLIC CAPITAL LETTER BROAD OMEGA",
115211  direction="l",
115212  lccode=0xA64D,
115213  linebreak="al",
115214  unicodeslot=0xA64C,
115215 },
115216 [0xA64D]={
115217  category="ll",
115218  description="CYRILLIC SMALL LETTER BROAD OMEGA",
115219  direction="l",
115220  linebreak="al",
115221  unicodeslot=0xA64D,
115222 },
115223 [0xA64E]={
115224  category="lu",
115225  description="CYRILLIC CAPITAL LETTER NEUTRAL YER",
115226  direction="l",
115227  lccode=0xA64F,
115228  linebreak="al",
115229  unicodeslot=0xA64E,
115230 },
115231 [0xA64F]={
115232  category="ll",
115233  description="CYRILLIC SMALL LETTER NEUTRAL YER",
115234  direction="l",
115235  linebreak="al",
115236  unicodeslot=0xA64F,
115237 },
115238 [0xA650]={
115239  category="lu",
115240  description="CYRILLIC CAPITAL LETTER YERU WITH BACK YER",
115241  direction="l",
115242  lccode=0xA651,
115243  linebreak="al",
115244  unicodeslot=0xA650,
115245 },
115246 [0xA651]={
115247  category="ll",
115248  description="CYRILLIC SMALL LETTER YERU WITH BACK YER",
115249  direction="l",
115250  linebreak="al",
115251  unicodeslot=0xA651,
115252 },
115253 [0xA652]={
115254  category="lu",
115255  description="CYRILLIC CAPITAL LETTER IOTIFIED YAT",
115256  direction="l",
115257  lccode=0xA653,
115258  linebreak="al",
115259  unicodeslot=0xA652,
115260 },
115261 [0xA653]={
115262  category="ll",
115263  description="CYRILLIC SMALL LETTER IOTIFIED YAT",
115264  direction="l",
115265  linebreak="al",
115266  unicodeslot=0xA653,
115267 },
115268 [0xA654]={
115269  category="lu",
115270  description="CYRILLIC CAPITAL LETTER REVERSED YU",
115271  direction="l",
115272  lccode=0xA655,
115273  linebreak="al",
115274  unicodeslot=0xA654,
115275 },
115276 [0xA655]={
115277  category="ll",
115278  description="CYRILLIC SMALL LETTER REVERSED YU",
115279  direction="l",
115280  linebreak="al",
115281  unicodeslot=0xA655,
115282 },
115283 [0xA656]={
115284  category="lu",
115285  description="CYRILLIC CAPITAL LETTER IOTIFIED A",
115286  direction="l",
115287  lccode=0xA657,
115288  linebreak="al",
115289  unicodeslot=0xA656,
115290 },
115291 [0xA657]={
115292  category="ll",
115293  description="CYRILLIC SMALL LETTER IOTIFIED A",
115294  direction="l",
115295  linebreak="al",
115296  unicodeslot=0xA657,
115297 },
115298 [0xA658]={
115299  category="lu",
115300  description="CYRILLIC CAPITAL LETTER CLOSED LITTLE YUS",
115301  direction="l",
115302  lccode=0xA659,
115303  linebreak="al",
115304  unicodeslot=0xA658,
115305 },
115306 [0xA659]={
115307  category="ll",
115308  description="CYRILLIC SMALL LETTER CLOSED LITTLE YUS",
115309  direction="l",
115310  linebreak="al",
115311  unicodeslot=0xA659,
115312 },
115313 [0xA65A]={
115314  category="lu",
115315  description="CYRILLIC CAPITAL LETTER BLENDED YUS",
115316  direction="l",
115317  lccode=0xA65B,
115318  linebreak="al",
115319  unicodeslot=0xA65A,
115320 },
115321 [0xA65B]={
115322  category="ll",
115323  description="CYRILLIC SMALL LETTER BLENDED YUS",
115324  direction="l",
115325  linebreak="al",
115326  unicodeslot=0xA65B,
115327 },
115328 [0xA65C]={
115329  category="lu",
115330  description="CYRILLIC CAPITAL LETTER IOTIFIED CLOSED LITTLE YUS",
115331  direction="l",
115332  lccode=0xA65D,
115333  linebreak="al",
115334  unicodeslot=0xA65C,
115335 },
115336 [0xA65D]={
115337  category="ll",
115338  description="CYRILLIC SMALL LETTER IOTIFIED CLOSED LITTLE YUS",
115339  direction="l",
115340  linebreak="al",
115341  unicodeslot=0xA65D,
115342 },
115343 [0xA65E]={
115344  category="lu",
115345  description="CYRILLIC CAPITAL LETTER YN",
115346  direction="l",
115347  lccode=0xA65F,
115348  linebreak="al",
115349  unicodeslot=0xA65E,
115350 },
115351 [0xA65F]={
115352  category="ll",
115353  description="CYRILLIC SMALL LETTER YN",
115354  direction="l",
115355  linebreak="al",
115356  unicodeslot=0xA65F,
115357 },
115358 [0xA660]={
115359  category="lu",
115360  description="CYRILLIC CAPITAL LETTER REVERSED TSE",
115361  direction="l",
115362  lccode=0xA661,
115363  linebreak="al",
115364  unicodeslot=0xA660,
115365 },
115366 [0xA661]={
115367  category="ll",
115368  description="CYRILLIC SMALL LETTER REVERSED TSE",
115369  direction="l",
115370  linebreak="al",
115371  unicodeslot=0xA661,
115372 },
115373 [0xA662]={
115374  category="lu",
115375  description="CYRILLIC CAPITAL LETTER SOFT DE",
115376  direction="l",
115377  lccode=0xA663,
115378  linebreak="al",
115379  unicodeslot=0xA662,
115380 },
115381 [0xA663]={
115382  category="ll",
115383  description="CYRILLIC SMALL LETTER SOFT DE",
115384  direction="l",
115385  linebreak="al",
115386  unicodeslot=0xA663,
115387 },
115388 [0xA664]={
115389  category="lu",
115390  description="CYRILLIC CAPITAL LETTER SOFT EL",
115391  direction="l",
115392  lccode=0xA665,
115393  linebreak="al",
115394  unicodeslot=0xA664,
115395 },
115396 [0xA665]={
115397  category="ll",
115398  description="CYRILLIC SMALL LETTER SOFT EL",
115399  direction="l",
115400  linebreak="al",
115401  unicodeslot=0xA665,
115402 },
115403 [0xA666]={
115404  category="lu",
115405  description="CYRILLIC CAPITAL LETTER SOFT EM",
115406  direction="l",
115407  lccode=0xA667,
115408  linebreak="al",
115409  unicodeslot=0xA666,
115410 },
115411 [0xA667]={
115412  category="ll",
115413  description="CYRILLIC SMALL LETTER SOFT EM",
115414  direction="l",
115415  linebreak="al",
115416  unicodeslot=0xA667,
115417 },
115418 [0xA668]={
115419  category="lu",
115420  description="CYRILLIC CAPITAL LETTER MONOCULAR O",
115421  direction="l",
115422  lccode=0xA669,
115423  linebreak="al",
115424  unicodeslot=0xA668,
115425 },
115426 [0xA669]={
115427  category="ll",
115428  description="CYRILLIC SMALL LETTER MONOCULAR O",
115429  direction="l",
115430  linebreak="al",
115431  unicodeslot=0xA669,
115432 },
115433 [0xA66A]={
115434  category="lu",
115435  description="CYRILLIC CAPITAL LETTER BINOCULAR O",
115436  direction="l",
115437  lccode=0xA66B,
115438  linebreak="al",
115439  unicodeslot=0xA66A,
115440 },
115441 [0xA66B]={
115442  category="ll",
115443  description="CYRILLIC SMALL LETTER BINOCULAR O",
115444  direction="l",
115445  linebreak="al",
115446  unicodeslot=0xA66B,
115447 },
115448 [0xA66C]={
115449  category="lu",
115450  description="CYRILLIC CAPITAL LETTER DOUBLE MONOCULAR O",
115451  direction="l",
115452  lccode=0xA66D,
115453  linebreak="al",
115454  unicodeslot=0xA66C,
115455 },
115456 [0xA66D]={
115457  category="ll",
115458  description="CYRILLIC SMALL LETTER DOUBLE MONOCULAR O",
115459  direction="l",
115460  linebreak="al",
115461  unicodeslot=0xA66D,
115462 },
115463 [0xA66E]={
115464  category="lo",
115465  description="CYRILLIC LETTER MULTIOCULAR O",
115466  direction="l",
115467  linebreak="al",
115468  unicodeslot=0xA66E,
115469 },
115470 [0xA66F]={
115471  category="mn",
115472  combining=0xE6,
115473  description="COMBINING CYRILLIC VZMET",
115474  direction="nsm",
115475  linebreak="cm",
115476  unicodeslot=0xA66F,
115477 },
115478 [0xA670]={
115479  category="me",
115480  description="COMBINING CYRILLIC TEN MILLIONS SIGN",
115481  direction="nsm",
115482  linebreak="cm",
115483  unicodeslot=0xA670,
115484 },
115485 [0xA671]={
115486  category="me",
115487  description="COMBINING CYRILLIC HUNDRED MILLIONS SIGN",
115488  direction="nsm",
115489  linebreak="cm",
115490  unicodeslot=0xA671,
115491 },
115492 [0xA672]={
115493  category="me",
115494  description="COMBINING CYRILLIC THOUSAND MILLIONS SIGN",
115495  direction="nsm",
115496  linebreak="cm",
115497  unicodeslot=0xA672,
115498 },
115499 [0xA673]={
115500  category="po",
115501  description="SLAVONIC ASTERISK",
115502  direction="on",
115503  linebreak="al",
115504  unicodeslot=0xA673,
115505 },
115506 [0xA674]={
115507  category="mn",
115508  combining=0xE6,
115509  description="COMBINING CYRILLIC LETTER UKRAINIAN IE",
115510  direction="nsm",
115511  linebreak="cm",
115512  unicodeslot=0xA674,
115513 },
115514 [0xA675]={
115515  category="mn",
115516  combining=0xE6,
115517  description="COMBINING CYRILLIC LETTER I",
115518  direction="nsm",
115519  linebreak="cm",
115520  unicodeslot=0xA675,
115521 },
115522 [0xA676]={
115523  category="mn",
115524  combining=0xE6,
115525  description="COMBINING CYRILLIC LETTER YI",
115526  direction="nsm",
115527  linebreak="cm",
115528  unicodeslot=0xA676,
115529 },
115530 [0xA677]={
115531  category="mn",
115532  combining=0xE6,
115533  description="COMBINING CYRILLIC LETTER U",
115534  direction="nsm",
115535  linebreak="cm",
115536  unicodeslot=0xA677,
115537 },
115538 [0xA678]={
115539  category="mn",
115540  combining=0xE6,
115541  description="COMBINING CYRILLIC LETTER HARD SIGN",
115542  direction="nsm",
115543  linebreak="cm",
115544  unicodeslot=0xA678,
115545 },
115546 [0xA679]={
115547  category="mn",
115548  combining=0xE6,
115549  description="COMBINING CYRILLIC LETTER YERU",
115550  direction="nsm",
115551  linebreak="cm",
115552  unicodeslot=0xA679,
115553 },
115554 [0xA67A]={
115555  category="mn",
115556  combining=0xE6,
115557  description="COMBINING CYRILLIC LETTER SOFT SIGN",
115558  direction="nsm",
115559  linebreak="cm",
115560  unicodeslot=0xA67A,
115561 },
115562 [0xA67B]={
115563  category="mn",
115564  combining=0xE6,
115565  description="COMBINING CYRILLIC LETTER OMEGA",
115566  direction="nsm",
115567  linebreak="cm",
115568  unicodeslot=0xA67B,
115569 },
115570 [0xA67C]={
115571  category="mn",
115572  combining=0xE6,
115573  description="COMBINING CYRILLIC KAVYKA",
115574  direction="nsm",
115575  linebreak="cm",
115576  unicodeslot=0xA67C,
115577 },
115578 [0xA67D]={
115579  category="mn",
115580  combining=0xE6,
115581  description="COMBINING CYRILLIC PAYEROK",
115582  direction="nsm",
115583  linebreak="cm",
115584  unicodeslot=0xA67D,
115585 },
115586 [0xA67E]={
115587  category="po",
115588  description="CYRILLIC KAVYKA",
115589  direction="on",
115590  linebreak="al",
115591  unicodeslot=0xA67E,
115592 },
115593 [0xA67F]={
115594  category="lm",
115595  description="CYRILLIC PAYEROK",
115596  direction="on",
115597  linebreak="al",
115598  unicodeslot=0xA67F,
115599 },
115600 [0xA680]={
115601  category="lu",
115602  description="CYRILLIC CAPITAL LETTER DWE",
115603  direction="l",
115604  lccode=0xA681,
115605  linebreak="al",
115606  unicodeslot=0xA680,
115607 },
115608 [0xA681]={
115609  category="ll",
115610  description="CYRILLIC SMALL LETTER DWE",
115611  direction="l",
115612  linebreak="al",
115613  unicodeslot=0xA681,
115614 },
115615 [0xA682]={
115616  category="lu",
115617  description="CYRILLIC CAPITAL LETTER DZWE",
115618  direction="l",
115619  lccode=0xA683,
115620  linebreak="al",
115621  unicodeslot=0xA682,
115622 },
115623 [0xA683]={
115624  category="ll",
115625  description="CYRILLIC SMALL LETTER DZWE",
115626  direction="l",
115627  linebreak="al",
115628  unicodeslot=0xA683,
115629 },
115630 [0xA684]={
115631  category="lu",
115632  description="CYRILLIC CAPITAL LETTER ZHWE",
115633  direction="l",
115634  lccode=0xA685,
115635  linebreak="al",
115636  unicodeslot=0xA684,
115637 },
115638 [0xA685]={
115639  category="ll",
115640  description="CYRILLIC SMALL LETTER ZHWE",
115641  direction="l",
115642  linebreak="al",
115643  unicodeslot=0xA685,
115644 },
115645 [0xA686]={
115646  category="lu",
115647  description="CYRILLIC CAPITAL LETTER CCHE",
115648  direction="l",
115649  lccode=0xA687,
115650  linebreak="al",
115651  unicodeslot=0xA686,
115652 },
115653 [0xA687]={
115654  category="ll",
115655  description="CYRILLIC SMALL LETTER CCHE",
115656  direction="l",
115657  linebreak="al",
115658  unicodeslot=0xA687,
115659 },
115660 [0xA688]={
115661  category="lu",
115662  description="CYRILLIC CAPITAL LETTER DZZE",
115663  direction="l",
115664  lccode=0xA689,
115665  linebreak="al",
115666  unicodeslot=0xA688,
115667 },
115668 [0xA689]={
115669  category="ll",
115670  description="CYRILLIC SMALL LETTER DZZE",
115671  direction="l",
115672  linebreak="al",
115673  unicodeslot=0xA689,
115674 },
115675 [0xA68A]={
115676  category="lu",
115677  description="CYRILLIC CAPITAL LETTER TE WITH MIDDLE HOOK",
115678  direction="l",
115679  lccode=0xA68B,
115680  linebreak="al",
115681  unicodeslot=0xA68A,
115682 },
115683 [0xA68B]={
115684  category="ll",
115685  description="CYRILLIC SMALL LETTER TE WITH MIDDLE HOOK",
115686  direction="l",
115687  linebreak="al",
115688  unicodeslot=0xA68B,
115689 },
115690 [0xA68C]={
115691  category="lu",
115692  description="CYRILLIC CAPITAL LETTER TWE",
115693  direction="l",
115694  lccode=0xA68D,
115695  linebreak="al",
115696  unicodeslot=0xA68C,
115697 },
115698 [0xA68D]={
115699  category="ll",
115700  description="CYRILLIC SMALL LETTER TWE",
115701  direction="l",
115702  linebreak="al",
115703  unicodeslot=0xA68D,
115704 },
115705 [0xA68E]={
115706  category="lu",
115707  description="CYRILLIC CAPITAL LETTER TSWE",
115708  direction="l",
115709  lccode=0xA68F,
115710  linebreak="al",
115711  unicodeslot=0xA68E,
115712 },
115713 [0xA68F]={
115714  category="ll",
115715  description="CYRILLIC SMALL LETTER TSWE",
115716  direction="l",
115717  linebreak="al",
115718  unicodeslot=0xA68F,
115719 },
115720 [0xA690]={
115721  category="lu",
115722  description="CYRILLIC CAPITAL LETTER TSSE",
115723  direction="l",
115724  lccode=0xA691,
115725  linebreak="al",
115726  unicodeslot=0xA690,
115727 },
115728 [0xA691]={
115729  category="ll",
115730  description="CYRILLIC SMALL LETTER TSSE",
115731  direction="l",
115732  linebreak="al",
115733  unicodeslot=0xA691,
115734 },
115735 [0xA692]={
115736  category="lu",
115737  description="CYRILLIC CAPITAL LETTER TCHE",
115738  direction="l",
115739  lccode=0xA693,
115740  linebreak="al",
115741  unicodeslot=0xA692,
115742 },
115743 [0xA693]={
115744  category="ll",
115745  description="CYRILLIC SMALL LETTER TCHE",
115746  direction="l",
115747  linebreak="al",
115748  unicodeslot=0xA693,
115749 },
115750 [0xA694]={
115751  category="lu",
115752  description="CYRILLIC CAPITAL LETTER HWE",
115753  direction="l",
115754  lccode=0xA695,
115755  linebreak="al",
115756  unicodeslot=0xA694,
115757 },
115758 [0xA695]={
115759  category="ll",
115760  description="CYRILLIC SMALL LETTER HWE",
115761  direction="l",
115762  linebreak="al",
115763  unicodeslot=0xA695,
115764 },
115765 [0xA696]={
115766  category="lu",
115767  description="CYRILLIC CAPITAL LETTER SHWE",
115768  direction="l",
115769  lccode=0xA697,
115770  linebreak="al",
115771  unicodeslot=0xA696,
115772 },
115773 [0xA697]={
115774  category="ll",
115775  description="CYRILLIC SMALL LETTER SHWE",
115776  direction="l",
115777  linebreak="al",
115778  unicodeslot=0xA697,
115779 },
115780 [0xA698]={
115781  category="lu",
115782  description="CYRILLIC CAPITAL LETTER DOUBLE O",
115783  direction="l",
115784  lccode=0xA699,
115785  linebreak="al",
115786  unicodeslot=0xA698,
115787 },
115788 [0xA699]={
115789  category="ll",
115790  description="CYRILLIC SMALL LETTER DOUBLE O",
115791  direction="l",
115792  linebreak="al",
115793  unicodeslot=0xA699,
115794 },
115795 [0xA69A]={
115796  category="lu",
115797  description="CYRILLIC CAPITAL LETTER CROSSED O",
115798  direction="l",
115799  lccode=0xA69B,
115800  linebreak="al",
115801  unicodeslot=0xA69A,
115802 },
115803 [0xA69B]={
115804  category="ll",
115805  description="CYRILLIC SMALL LETTER CROSSED O",
115806  direction="l",
115807  linebreak="al",
115808  unicodeslot=0xA69B,
115809 },
115810 [0xA69C]={
115811  category="lm",
115812  description="MODIFIER LETTER CYRILLIC HARD SIGN",
115813  direction="l",
115814  linebreak="al",
115815  specials={ "super", 0x44A },
115816  unicodeslot=0xA69C,
115817 },
115818 [0xA69D]={
115819  category="lm",
115820  description="MODIFIER LETTER CYRILLIC SOFT SIGN",
115821  direction="l",
115822  linebreak="al",
115823  specials={ "super", 0x44C },
115824  unicodeslot=0xA69D,
115825 },
115826 [0xA69E]={
115827  category="mn",
115828  combining=0xE6,
115829  description="COMBINING CYRILLIC LETTER EF",
115830  direction="nsm",
115831  linebreak="cm",
115832  unicodeslot=0xA69E,
115833 },
115834 [0xA69F]={
115835  category="mn",
115836  combining=0xE6,
115837  description="COMBINING CYRILLIC LETTER IOTIFIED E",
115838  direction="nsm",
115839  linebreak="cm",
115840  unicodeslot=0xA69F,
115841 },
115842 [0xA6A0]={
115843  category="lo",
115844  description="BAMUM LETTER A",
115845  direction="l",
115846  linebreak="al",
115847  unicodeslot=0xA6A0,
115848 },
115849 [0xA6A1]={
115850  category="lo",
115851  description="BAMUM LETTER KA",
115852  direction="l",
115853  linebreak="al",
115854  unicodeslot=0xA6A1,
115855 },
115856 [0xA6A2]={
115857  category="lo",
115858  description="BAMUM LETTER U",
115859  direction="l",
115860  linebreak="al",
115861  unicodeslot=0xA6A2,
115862 },
115863 [0xA6A3]={
115864  category="lo",
115865  description="BAMUM LETTER KU",
115866  direction="l",
115867  linebreak="al",
115868  unicodeslot=0xA6A3,
115869 },
115870 [0xA6A4]={
115871  category="lo",
115872  description="BAMUM LETTER EE",
115873  direction="l",
115874  linebreak="al",
115875  unicodeslot=0xA6A4,
115876 },
115877 [0xA6A5]={
115878  category="lo",
115879  description="BAMUM LETTER REE",
115880  direction="l",
115881  linebreak="al",
115882  unicodeslot=0xA6A5,
115883 },
115884 [0xA6A6]={
115885  category="lo",
115886  description="BAMUM LETTER TAE",
115887  direction="l",
115888  linebreak="al",
115889  unicodeslot=0xA6A6,
115890 },
115891 [0xA6A7]={
115892  category="lo",
115893  description="BAMUM LETTER O",
115894  direction="l",
115895  linebreak="al",
115896  unicodeslot=0xA6A7,
115897 },
115898 [0xA6A8]={
115899  category="lo",
115900  description="BAMUM LETTER NYI",
115901  direction="l",
115902  linebreak="al",
115903  unicodeslot=0xA6A8,
115904 },
115905 [0xA6A9]={
115906  category="lo",
115907  description="BAMUM LETTER I",
115908  direction="l",
115909  linebreak="al",
115910  unicodeslot=0xA6A9,
115911 },
115912 [0xA6AA]={
115913  category="lo",
115914  description="BAMUM LETTER LA",
115915  direction="l",
115916  linebreak="al",
115917  unicodeslot=0xA6AA,
115918 },
115919 [0xA6AB]={
115920  category="lo",
115921  description="BAMUM LETTER PA",
115922  direction="l",
115923  linebreak="al",
115924  unicodeslot=0xA6AB,
115925 },
115926 [0xA6AC]={
115927  category="lo",
115928  description="BAMUM LETTER RII",
115929  direction="l",
115930  linebreak="al",
115931  unicodeslot=0xA6AC,
115932 },
115933 [0xA6AD]={
115934  category="lo",
115935  description="BAMUM LETTER RIEE",
115936  direction="l",
115937  linebreak="al",
115938  unicodeslot=0xA6AD,
115939 },
115940 [0xA6AE]={
115941  category="lo",
115942  description="BAMUM LETTER LEEEE",
115943  direction="l",
115944  linebreak="al",
115945  unicodeslot=0xA6AE,
115946 },
115947 [0xA6AF]={
115948  category="lo",
115949  description="BAMUM LETTER MEEEE",
115950  direction="l",
115951  linebreak="al",
115952  unicodeslot=0xA6AF,
115953 },
115954 [0xA6B0]={
115955  category="lo",
115956  description="BAMUM LETTER TAA",
115957  direction="l",
115958  linebreak="al",
115959  unicodeslot=0xA6B0,
115960 },
115961 [0xA6B1]={
115962  category="lo",
115963  description="BAMUM LETTER NDAA",
115964  direction="l",
115965  linebreak="al",
115966  unicodeslot=0xA6B1,
115967 },
115968 [0xA6B2]={
115969  category="lo",
115970  description="BAMUM LETTER NJAEM",
115971  direction="l",
115972  linebreak="al",
115973  unicodeslot=0xA6B2,
115974 },
115975 [0xA6B3]={
115976  category="lo",
115977  description="BAMUM LETTER M",
115978  direction="l",
115979  linebreak="al",
115980  unicodeslot=0xA6B3,
115981 },
115982 [0xA6B4]={
115983  category="lo",
115984  description="BAMUM LETTER SUU",
115985  direction="l",
115986  linebreak="al",
115987  unicodeslot=0xA6B4,
115988 },
115989 [0xA6B5]={
115990  category="lo",
115991  description="BAMUM LETTER MU",
115992  direction="l",
115993  linebreak="al",
115994  unicodeslot=0xA6B5,
115995 },
115996 [0xA6B6]={
115997  category="lo",
115998  description="BAMUM LETTER SHII",
115999  direction="l",
116000  linebreak="al",
116001  unicodeslot=0xA6B6,
116002 },
116003 [0xA6B7]={
116004  category="lo",
116005  description="BAMUM LETTER SI",
116006  direction="l",
116007  linebreak="al",
116008  unicodeslot=0xA6B7,
116009 },
116010 [0xA6B8]={
116011  category="lo",
116012  description="BAMUM LETTER SHEUX",
116013  direction="l",
116014  linebreak="al",
116015  unicodeslot=0xA6B8,
116016 },
116017 [0xA6B9]={
116018  category="lo",
116019  description="BAMUM LETTER SEUX",
116020  direction="l",
116021  linebreak="al",
116022  unicodeslot=0xA6B9,
116023 },
116024 [0xA6BA]={
116025  category="lo",
116026  description="BAMUM LETTER KYEE",
116027  direction="l",
116028  linebreak="al",
116029  unicodeslot=0xA6BA,
116030 },
116031 [0xA6BB]={
116032  category="lo",
116033  description="BAMUM LETTER KET",
116034  direction="l",
116035  linebreak="al",
116036  unicodeslot=0xA6BB,
116037 },
116038 [0xA6BC]={
116039  category="lo",
116040  description="BAMUM LETTER NUAE",
116041  direction="l",
116042  linebreak="al",
116043  unicodeslot=0xA6BC,
116044 },
116045 [0xA6BD]={
116046  category="lo",
116047  description="BAMUM LETTER NU",
116048  direction="l",
116049  linebreak="al",
116050  unicodeslot=0xA6BD,
116051 },
116052 [0xA6BE]={
116053  category="lo",
116054  description="BAMUM LETTER NJUAE",
116055  direction="l",
116056  linebreak="al",
116057  unicodeslot=0xA6BE,
116058 },
116059 [0xA6BF]={
116060  category="lo",
116061  description="BAMUM LETTER YOQ",
116062  direction="l",
116063  linebreak="al",
116064  unicodeslot=0xA6BF,
116065 },
116066 [0xA6C0]={
116067  category="lo",
116068  description="BAMUM LETTER SHU",
116069  direction="l",
116070  linebreak="al",
116071  unicodeslot=0xA6C0,
116072 },
116073 [0xA6C1]={
116074  category="lo",
116075  description="BAMUM LETTER YUQ",
116076  direction="l",
116077  linebreak="al",
116078  unicodeslot=0xA6C1,
116079 },
116080 [0xA6C2]={
116081  category="lo",
116082  description="BAMUM LETTER YA",
116083  direction="l",
116084  linebreak="al",
116085  unicodeslot=0xA6C2,
116086 },
116087 [0xA6C3]={
116088  category="lo",
116089  description="BAMUM LETTER NSHA",
116090  direction="l",
116091  linebreak="al",
116092  unicodeslot=0xA6C3,
116093 },
116094 [0xA6C4]={
116095  category="lo",
116096  description="BAMUM LETTER KEUX",
116097  direction="l",
116098  linebreak="al",
116099  unicodeslot=0xA6C4,
116100 },
116101 [0xA6C5]={
116102  category="lo",
116103  description="BAMUM LETTER PEUX",
116104  direction="l",
116105  linebreak="al",
116106  unicodeslot=0xA6C5,
116107 },
116108 [0xA6C6]={
116109  category="lo",
116110  description="BAMUM LETTER NJEE",
116111  direction="l",
116112  linebreak="al",
116113  unicodeslot=0xA6C6,
116114 },
116115 [0xA6C7]={
116116  category="lo",
116117  description="BAMUM LETTER NTEE",
116118  direction="l",
116119  linebreak="al",
116120  unicodeslot=0xA6C7,
116121 },
116122 [0xA6C8]={
116123  category="lo",
116124  description="BAMUM LETTER PUE",
116125  direction="l",
116126  linebreak="al",
116127  unicodeslot=0xA6C8,
116128 },
116129 [0xA6C9]={
116130  category="lo",
116131  description="BAMUM LETTER WUE",
116132  direction="l",
116133  linebreak="al",
116134  unicodeslot=0xA6C9,
116135 },
116136 [0xA6CA]={
116137  category="lo",
116138  description="BAMUM LETTER PEE",
116139  direction="l",
116140  linebreak="al",
116141  unicodeslot=0xA6CA,
116142 },
116143 [0xA6CB]={
116144  category="lo",
116145  description="BAMUM LETTER FEE",
116146  direction="l",
116147  linebreak="al",
116148  unicodeslot=0xA6CB,
116149 },
116150 [0xA6CC]={
116151  category="lo",
116152  description="BAMUM LETTER RU",
116153  direction="l",
116154  linebreak="al",
116155  unicodeslot=0xA6CC,
116156 },
116157 [0xA6CD]={
116158  category="lo",
116159  description="BAMUM LETTER LU",
116160  direction="l",
116161  linebreak="al",
116162  unicodeslot=0xA6CD,
116163 },
116164 [0xA6CE]={
116165  category="lo",
116166  description="BAMUM LETTER MI",
116167  direction="l",
116168  linebreak="al",
116169  unicodeslot=0xA6CE,
116170 },
116171 [0xA6CF]={
116172  category="lo",
116173  description="BAMUM LETTER NI",
116174  direction="l",
116175  linebreak="al",
116176  unicodeslot=0xA6CF,
116177 },
116178 [0xA6D0]={
116179  category="lo",
116180  description="BAMUM LETTER REUX",
116181  direction="l",
116182  linebreak="al",
116183  unicodeslot=0xA6D0,
116184 },
116185 [0xA6D1]={
116186  category="lo",
116187  description="BAMUM LETTER RAE",
116188  direction="l",
116189  linebreak="al",
116190  unicodeslot=0xA6D1,
116191 },
116192 [0xA6D2]={
116193  category="lo",
116194  description="BAMUM LETTER KEN",
116195  direction="l",
116196  linebreak="al",
116197  unicodeslot=0xA6D2,
116198 },
116199 [0xA6D3]={
116200  category="lo",
116201  description="BAMUM LETTER NGKWAEN",
116202  direction="l",
116203  linebreak="al",
116204  unicodeslot=0xA6D3,
116205 },
116206 [0xA6D4]={
116207  category="lo",
116208  description="BAMUM LETTER NGGA",
116209  direction="l",
116210  linebreak="al",
116211  unicodeslot=0xA6D4,
116212 },
116213 [0xA6D5]={
116214  category="lo",
116215  description="BAMUM LETTER NGA",
116216  direction="l",
116217  linebreak="al",
116218  unicodeslot=0xA6D5,
116219 },
116220 [0xA6D6]={
116221  category="lo",
116222  description="BAMUM LETTER SHO",
116223  direction="l",
116224  linebreak="al",
116225  unicodeslot=0xA6D6,
116226 },
116227 [0xA6D7]={
116228  category="lo",
116229  description="BAMUM LETTER PUAE",
116230  direction="l",
116231  linebreak="al",
116232  unicodeslot=0xA6D7,
116233 },
116234 [0xA6D8]={
116235  category="lo",
116236  description="BAMUM LETTER FU",
116237  direction="l",
116238  linebreak="al",
116239  unicodeslot=0xA6D8,
116240 },
116241 [0xA6D9]={
116242  category="lo",
116243  description="BAMUM LETTER FOM",
116244  direction="l",
116245  linebreak="al",
116246  unicodeslot=0xA6D9,
116247 },
116248 [0xA6DA]={
116249  category="lo",
116250  description="BAMUM LETTER WA",
116251  direction="l",
116252  linebreak="al",
116253  unicodeslot=0xA6DA,
116254 },
116255 [0xA6DB]={
116256  category="lo",
116257  description="BAMUM LETTER NA",
116258  direction="l",
116259  linebreak="al",
116260  unicodeslot=0xA6DB,
116261 },
116262 [0xA6DC]={
116263  category="lo",
116264  description="BAMUM LETTER LI",
116265  direction="l",
116266  linebreak="al",
116267  unicodeslot=0xA6DC,
116268 },
116269 [0xA6DD]={
116270  category="lo",
116271  description="BAMUM LETTER PI",
116272  direction="l",
116273  linebreak="al",
116274  unicodeslot=0xA6DD,
116275 },
116276 [0xA6DE]={
116277  category="lo",
116278  description="BAMUM LETTER LOQ",
116279  direction="l",
116280  linebreak="al",
116281  unicodeslot=0xA6DE,
116282 },
116283 [0xA6DF]={
116284  category="lo",
116285  description="BAMUM LETTER KO",
116286  direction="l",
116287  linebreak="al",
116288  unicodeslot=0xA6DF,
116289 },
116290 [0xA6E0]={
116291  category="lo",
116292  description="BAMUM LETTER MBEN",
116293  direction="l",
116294  linebreak="al",
116295  unicodeslot=0xA6E0,
116296 },
116297 [0xA6E1]={
116298  category="lo",
116299  description="BAMUM LETTER REN",
116300  direction="l",
116301  linebreak="al",
116302  unicodeslot=0xA6E1,
116303 },
116304 [0xA6E2]={
116305  category="lo",
116306  description="BAMUM LETTER MEN",
116307  direction="l",
116308  linebreak="al",
116309  unicodeslot=0xA6E2,
116310 },
116311 [0xA6E3]={
116312  category="lo",
116313  description="BAMUM LETTER MA",
116314  direction="l",
116315  linebreak="al",
116316  unicodeslot=0xA6E3,
116317 },
116318 [0xA6E4]={
116319  category="lo",
116320  description="BAMUM LETTER TI",
116321  direction="l",
116322  linebreak="al",
116323  unicodeslot=0xA6E4,
116324 },
116325 [0xA6E5]={
116326  category="lo",
116327  description="BAMUM LETTER KI",
116328  direction="l",
116329  linebreak="al",
116330  unicodeslot=0xA6E5,
116331 },
116332 [0xA6E6]={
116333  category="nl",
116334  description="BAMUM LETTER MO",
116335  direction="l",
116336  linebreak="al",
116337  unicodeslot=0xA6E6,
116338 },
116339 [0xA6E7]={
116340  category="nl",
116341  description="BAMUM LETTER MBAA",
116342  direction="l",
116343  linebreak="al",
116344  unicodeslot=0xA6E7,
116345 },
116346 [0xA6E8]={
116347  category="nl",
116348  description="BAMUM LETTER TET",
116349  direction="l",
116350  linebreak="al",
116351  unicodeslot=0xA6E8,
116352 },
116353 [0xA6E9]={
116354  category="nl",
116355  description="BAMUM LETTER KPA",
116356  direction="l",
116357  linebreak="al",
116358  unicodeslot=0xA6E9,
116359 },
116360 [0xA6EA]={
116361  category="nl",
116362  description="BAMUM LETTER TEN",
116363  direction="l",
116364  linebreak="al",
116365  unicodeslot=0xA6EA,
116366 },
116367 [0xA6EB]={
116368  category="nl",
116369  description="BAMUM LETTER NTUU",
116370  direction="l",
116371  linebreak="al",
116372  unicodeslot=0xA6EB,
116373 },
116374 [0xA6EC]={
116375  category="nl",
116376  description="BAMUM LETTER SAMBA",
116377  direction="l",
116378  linebreak="al",
116379  unicodeslot=0xA6EC,
116380 },
116381 [0xA6ED]={
116382  category="nl",
116383  description="BAMUM LETTER FAAMAE",
116384  direction="l",
116385  linebreak="al",
116386  unicodeslot=0xA6ED,
116387 },
116388 [0xA6EE]={
116389  category="nl",
116390  description="BAMUM LETTER KOVUU",
116391  direction="l",
116392  linebreak="al",
116393  unicodeslot=0xA6EE,
116394 },
116395 [0xA6EF]={
116396  category="nl",
116397  description="BAMUM LETTER KOGHOM",
116398  direction="l",
116399  linebreak="al",
116400  unicodeslot=0xA6EF,
116401 },
116402 [0xA6F0]={
116403  category="mn",
116404  combining=0xE6,
116405  description="BAMUM COMBINING MARK KOQNDON",
116406  direction="nsm",
116407  linebreak="cm",
116408  unicodeslot=0xA6F0,
116409 },
116410 [0xA6F1]={
116411  category="mn",
116412  combining=0xE6,
116413  description="BAMUM COMBINING MARK TUKWENTIS",
116414  direction="nsm",
116415  linebreak="cm",
116416  unicodeslot=0xA6F1,
116417 },
116418 [0xA6F2]={
116419  category="po",
116420  description="BAMUM NJAEMLI",
116421  direction="l",
116422  linebreak="al",
116423  unicodeslot=0xA6F2,
116424 },
116425 [0xA6F3]={
116426  category="po",
116427  description="BAMUM FULL STOP",
116428  direction="l",
116429  linebreak="ba",
116430  unicodeslot=0xA6F3,
116431 },
116432 [0xA6F4]={
116433  category="po",
116434  description="BAMUM COLON",
116435  direction="l",
116436  linebreak="ba",
116437  unicodeslot=0xA6F4,
116438 },
116439 [0xA6F5]={
116440  category="po",
116441  description="BAMUM COMMA",
116442  direction="l",
116443  linebreak="ba",
116444  unicodeslot=0xA6F5,
116445 },
116446 [0xA6F6]={
116447  category="po",
116448  description="BAMUM SEMICOLON",
116449  direction="l",
116450  linebreak="ba",
116451  unicodeslot=0xA6F6,
116452 },
116453 [0xA6F7]={
116454  category="po",
116455  description="BAMUM QUESTION MARK",
116456  direction="l",
116457  linebreak="ba",
116458  unicodeslot=0xA6F7,
116459 },
116460 [0xA700]={
116461  category="sk",
116462  description="MODIFIER LETTER CHINESE TONE YIN PING",
116463  direction="on",
116464  linebreak="al",
116465  unicodeslot=0xA700,
116466 },
116467 [0xA701]={
116468  category="sk",
116469  description="MODIFIER LETTER CHINESE TONE YANG PING",
116470  direction="on",
116471  linebreak="al",
116472  unicodeslot=0xA701,
116473 },
116474 [0xA702]={
116475  category="sk",
116476  description="MODIFIER LETTER CHINESE TONE YIN SHANG",
116477  direction="on",
116478  linebreak="al",
116479  unicodeslot=0xA702,
116480 },
116481 [0xA703]={
116482  category="sk",
116483  description="MODIFIER LETTER CHINESE TONE YANG SHANG",
116484  direction="on",
116485  linebreak="al",
116486  unicodeslot=0xA703,
116487 },
116488 [0xA704]={
116489  category="sk",
116490  description="MODIFIER LETTER CHINESE TONE YIN QU",
116491  direction="on",
116492  linebreak="al",
116493  unicodeslot=0xA704,
116494 },
116495 [0xA705]={
116496  category="sk",
116497  description="MODIFIER LETTER CHINESE TONE YANG QU",
116498  direction="on",
116499  linebreak="al",
116500  unicodeslot=0xA705,
116501 },
116502 [0xA706]={
116503  category="sk",
116504  description="MODIFIER LETTER CHINESE TONE YIN RU",
116505  direction="on",
116506  linebreak="al",
116507  unicodeslot=0xA706,
116508 },
116509 [0xA707]={
116510  category="sk",
116511  description="MODIFIER LETTER CHINESE TONE YANG RU",
116512  direction="on",
116513  linebreak="al",
116514  unicodeslot=0xA707,
116515 },
116516 [0xA708]={
116517  category="sk",
116518  description="MODIFIER LETTER EXTRA-HIGH DOTTED TONE BAR",
116519  direction="on",
116520  linebreak="al",
116521  unicodeslot=0xA708,
116522 },
116523 [0xA709]={
116524  category="sk",
116525  description="MODIFIER LETTER HIGH DOTTED TONE BAR",
116526  direction="on",
116527  linebreak="al",
116528  unicodeslot=0xA709,
116529 },
116530 [0xA70A]={
116531  category="sk",
116532  description="MODIFIER LETTER MID DOTTED TONE BAR",
116533  direction="on",
116534  linebreak="al",
116535  unicodeslot=0xA70A,
116536 },
116537 [0xA70B]={
116538  category="sk",
116539  description="MODIFIER LETTER LOW DOTTED TONE BAR",
116540  direction="on",
116541  linebreak="al",
116542  unicodeslot=0xA70B,
116543 },
116544 [0xA70C]={
116545  category="sk",
116546  description="MODIFIER LETTER EXTRA-LOW DOTTED TONE BAR",
116547  direction="on",
116548  linebreak="al",
116549  unicodeslot=0xA70C,
116550 },
116551 [0xA70D]={
116552  category="sk",
116553  description="MODIFIER LETTER EXTRA-HIGH DOTTED LEFT-STEM TONE BAR",
116554  direction="on",
116555  linebreak="al",
116556  unicodeslot=0xA70D,
116557 },
116558 [0xA70E]={
116559  category="sk",
116560  description="MODIFIER LETTER HIGH DOTTED LEFT-STEM TONE BAR",
116561  direction="on",
116562  linebreak="al",
116563  unicodeslot=0xA70E,
116564 },
116565 [0xA70F]={
116566  category="sk",
116567  description="MODIFIER LETTER MID DOTTED LEFT-STEM TONE BAR",
116568  direction="on",
116569  linebreak="al",
116570  unicodeslot=0xA70F,
116571 },
116572 [0xA710]={
116573  category="sk",
116574  description="MODIFIER LETTER LOW DOTTED LEFT-STEM TONE BAR",
116575  direction="on",
116576  linebreak="al",
116577  unicodeslot=0xA710,
116578 },
116579 [0xA711]={
116580  category="sk",
116581  description="MODIFIER LETTER EXTRA-LOW DOTTED LEFT-STEM TONE BAR",
116582  direction="on",
116583  linebreak="al",
116584  unicodeslot=0xA711,
116585 },
116586 [0xA712]={
116587  category="sk",
116588  description="MODIFIER LETTER EXTRA-HIGH LEFT-STEM TONE BAR",
116589  direction="on",
116590  linebreak="al",
116591  unicodeslot=0xA712,
116592 },
116593 [0xA713]={
116594  category="sk",
116595  description="MODIFIER LETTER HIGH LEFT-STEM TONE BAR",
116596  direction="on",
116597  linebreak="al",
116598  unicodeslot=0xA713,
116599 },
116600 [0xA714]={
116601  category="sk",
116602  description="MODIFIER LETTER MID LEFT-STEM TONE BAR",
116603  direction="on",
116604  linebreak="al",
116605  unicodeslot=0xA714,
116606 },
116607 [0xA715]={
116608  category="sk",
116609  description="MODIFIER LETTER LOW LEFT-STEM TONE BAR",
116610  direction="on",
116611  linebreak="al",
116612  unicodeslot=0xA715,
116613 },
116614 [0xA716]={
116615  category="sk",
116616  description="MODIFIER LETTER EXTRA-LOW LEFT-STEM TONE BAR",
116617  direction="on",
116618  linebreak="al",
116619  unicodeslot=0xA716,
116620 },
116621 [0xA717]={
116622  category="lm",
116623  description="MODIFIER LETTER DOT VERTICAL BAR",
116624  direction="on",
116625  linebreak="al",
116626  unicodeslot=0xA717,
116627 },
116628 [0xA718]={
116629  category="lm",
116630  description="MODIFIER LETTER DOT SLASH",
116631  direction="on",
116632  linebreak="al",
116633  unicodeslot=0xA718,
116634 },
116635 [0xA719]={
116636  category="lm",
116637  description="MODIFIER LETTER DOT HORIZONTAL BAR",
116638  direction="on",
116639  linebreak="al",
116640  unicodeslot=0xA719,
116641 },
116642 [0xA71A]={
116643  category="lm",
116644  description="MODIFIER LETTER LOWER RIGHT CORNER ANGLE",
116645  direction="on",
116646  linebreak="al",
116647  unicodeslot=0xA71A,
116648 },
116649 [0xA71B]={
116650  category="lm",
116651  description="MODIFIER LETTER RAISED UP ARROW",
116652  direction="on",
116653  linebreak="al",
116654  unicodeslot=0xA71B,
116655 },
116656 [0xA71C]={
116657  category="lm",
116658  description="MODIFIER LETTER RAISED DOWN ARROW",
116659  direction="on",
116660  linebreak="al",
116661  unicodeslot=0xA71C,
116662 },
116663 [0xA71D]={
116664  category="lm",
116665  description="MODIFIER LETTER RAISED EXCLAMATION MARK",
116666  direction="on",
116667  linebreak="al",
116668  unicodeslot=0xA71D,
116669 },
116670 [0xA71E]={
116671  category="lm",
116672  description="MODIFIER LETTER RAISED INVERTED EXCLAMATION MARK",
116673  direction="on",
116674  linebreak="al",
116675  unicodeslot=0xA71E,
116676 },
116677 [0xA71F]={
116678  category="lm",
116679  description="MODIFIER LETTER LOW INVERTED EXCLAMATION MARK",
116680  direction="on",
116681  linebreak="al",
116682  unicodeslot=0xA71F,
116683 },
116684 [0xA720]={
116685  category="sk",
116686  description="MODIFIER LETTER STRESS AND HIGH TONE",
116687  direction="on",
116688  linebreak="al",
116689  unicodeslot=0xA720,
116690 },
116691 [0xA721]={
116692  category="sk",
116693  description="MODIFIER LETTER STRESS AND LOW TONE",
116694  direction="on",
116695  linebreak="al",
116696  unicodeslot=0xA721,
116697 },
116698 [0xA722]={
116699  category="lu",
116700  description="LATIN CAPITAL LETTER EGYPTOLOGICAL ALEF",
116701  direction="l",
116702  lccode=0xA723,
116703  linebreak="al",
116704  unicodeslot=0xA722,
116705 },
116706 [0xA723]={
116707  category="ll",
116708  description="LATIN SMALL LETTER EGYPTOLOGICAL ALEF",
116709  direction="l",
116710  linebreak="al",
116711  unicodeslot=0xA723,
116712 },
116713 [0xA724]={
116714  category="lu",
116715  description="LATIN CAPITAL LETTER EGYPTOLOGICAL AIN",
116716  direction="l",
116717  lccode=0xA725,
116718  linebreak="al",
116719  unicodeslot=0xA724,
116720 },
116721 [0xA725]={
116722  category="ll",
116723  description="LATIN SMALL LETTER EGYPTOLOGICAL AIN",
116724  direction="l",
116725  linebreak="al",
116726  unicodeslot=0xA725,
116727 },
116728 [0xA726]={
116729  category="lu",
116730  description="LATIN CAPITAL LETTER HENG",
116731  direction="l",
116732  lccode=0xA727,
116733  linebreak="al",
116734  unicodeslot=0xA726,
116735 },
116736 [0xA727]={
116737  category="ll",
116738  description="LATIN SMALL LETTER HENG",
116739  direction="l",
116740  linebreak="al",
116741  unicodeslot=0xA727,
116742 },
116743 [0xA728]={
116744  category="lu",
116745  description="LATIN CAPITAL LETTER TZ",
116746  direction="l",
116747  lccode=0xA729,
116748  linebreak="al",
116749  unicodeslot=0xA728,
116750 },
116751 [0xA729]={
116752  category="ll",
116753  description="LATIN SMALL LETTER TZ",
116754  direction="l",
116755  linebreak="al",
116756  unicodeslot=0xA729,
116757 },
116758 [0xA72A]={
116759  category="lu",
116760  description="LATIN CAPITAL LETTER TRESILLO",
116761  direction="l",
116762  lccode=0xA72B,
116763  linebreak="al",
116764  unicodeslot=0xA72A,
116765 },
116766 [0xA72B]={
116767  category="ll",
116768  description="LATIN SMALL LETTER TRESILLO",
116769  direction="l",
116770  linebreak="al",
116771  unicodeslot=0xA72B,
116772 },
116773 [0xA72C]={
116774  category="lu",
116775  description="LATIN CAPITAL LETTER CUATRILLO",
116776  direction="l",
116777  lccode=0xA72D,
116778  linebreak="al",
116779  unicodeslot=0xA72C,
116780 },
116781 [0xA72D]={
116782  category="ll",
116783  description="LATIN SMALL LETTER CUATRILLO",
116784  direction="l",
116785  linebreak="al",
116786  unicodeslot=0xA72D,
116787 },
116788 [0xA72E]={
116789  category="lu",
116790  description="LATIN CAPITAL LETTER CUATRILLO WITH COMMA",
116791  direction="l",
116792  lccode=0xA72F,
116793  linebreak="al",
116794  specials={ "with", 0xA72C, 0x2C },
116795  unicodeslot=0xA72E,
116796 },
116797 [0xA72F]={
116798  category="ll",
116799  description="LATIN SMALL LETTER CUATRILLO WITH COMMA",
116800  direction="l",
116801  linebreak="al",
116802  specials={ "with", 0xA72D, 0x2C },
116803  unicodeslot=0xA72F,
116804 },
116805 [0xA730]={
116806  category="ll",
116807  description="LATIN LETTER SMALL CAPITAL F",
116808  direction="l",
116809  linebreak="al",
116810  unicodeslot=0xA730,
116811 },
116812 [0xA731]={
116813  category="ll",
116814  description="LATIN LETTER SMALL CAPITAL S",
116815  direction="l",
116816  linebreak="al",
116817  unicodeslot=0xA731,
116818 },
116819 [0xA732]={
116820  category="lu",
116821  description="LATIN CAPITAL LETTER AA",
116822  direction="l",
116823  lccode=0xA733,
116824  linebreak="al",
116825  unicodeslot=0xA732,
116826 },
116827 [0xA733]={
116828  category="ll",
116829  description="LATIN SMALL LETTER AA",
116830  direction="l",
116831  linebreak="al",
116832  unicodeslot=0xA733,
116833 },
116834 [0xA734]={
116835  category="lu",
116836  description="LATIN CAPITAL LETTER AO",
116837  direction="l",
116838  lccode=0xA735,
116839  linebreak="al",
116840  unicodeslot=0xA734,
116841 },
116842 [0xA735]={
116843  category="ll",
116844  description="LATIN SMALL LETTER AO",
116845  direction="l",
116846  linebreak="al",
116847  unicodeslot=0xA735,
116848 },
116849 [0xA736]={
116850  category="lu",
116851  description="LATIN CAPITAL LETTER AU",
116852  direction="l",
116853  lccode=0xA737,
116854  linebreak="al",
116855  unicodeslot=0xA736,
116856 },
116857 [0xA737]={
116858  category="ll",
116859  description="LATIN SMALL LETTER AU",
116860  direction="l",
116861  linebreak="al",
116862  unicodeslot=0xA737,
116863 },
116864 [0xA738]={
116865  category="lu",
116866  description="LATIN CAPITAL LETTER AV",
116867  direction="l",
116868  lccode=0xA739,
116869  linebreak="al",
116870  unicodeslot=0xA738,
116871 },
116872 [0xA739]={
116873  category="ll",
116874  description="LATIN SMALL LETTER AV",
116875  direction="l",
116876  linebreak="al",
116877  unicodeslot=0xA739,
116878 },
116879 [0xA73A]={
116880  category="lu",
116881  description="LATIN CAPITAL LETTER AV WITH HORIZONTAL BAR",
116882  direction="l",
116883  lccode=0xA73B,
116884  linebreak="al",
116885  specials={ "with", 0xA738, 0x2015 },
116886  unicodeslot=0xA73A,
116887 },
116888 [0xA73B]={
116889  category="ll",
116890  description="LATIN SMALL LETTER AV WITH HORIZONTAL BAR",
116891  direction="l",
116892  linebreak="al",
116893  specials={ "with", 0xA739, 0x2015 },
116894  unicodeslot=0xA73B,
116895 },
116896 [0xA73C]={
116897  category="lu",
116898  description="LATIN CAPITAL LETTER AY",
116899  direction="l",
116900  lccode=0xA73D,
116901  linebreak="al",
116902  unicodeslot=0xA73C,
116903 },
116904 [0xA73D]={
116905  category="ll",
116906  description="LATIN SMALL LETTER AY",
116907  direction="l",
116908  linebreak="al",
116909  unicodeslot=0xA73D,
116910 },
116911 [0xA73E]={
116912  category="lu",
116913  description="LATIN CAPITAL LETTER REVERSED C WITH DOT",
116914  direction="l",
116915  lccode=0xA73F,
116916  linebreak="al",
116917  unicodeslot=0xA73E,
116918 },
116919 [0xA73F]={
116920  category="ll",
116921  description="LATIN SMALL LETTER REVERSED C WITH DOT",
116922  direction="l",
116923  linebreak="al",
116924  unicodeslot=0xA73F,
116925 },
116926 [0xA740]={
116927  category="lu",
116928  description="LATIN CAPITAL LETTER K WITH STROKE",
116929  direction="l",
116930  lccode=0xA741,
116931  linebreak="al",
116932  specials={ "with", 0x4B, 0x2F },
116933  unicodeslot=0xA740,
116934 },
116935 [0xA741]={
116936  category="ll",
116937  description="LATIN SMALL LETTER K WITH STROKE",
116938  direction="l",
116939  linebreak="al",
116940  specials={ "with", 0x6B, 0x2F },
116941  unicodeslot=0xA741,
116942 },
116943 [0xA742]={
116944  category="lu",
116945  description="LATIN CAPITAL LETTER K WITH DIAGONAL STROKE",
116946  direction="l",
116947  lccode=0xA743,
116948  linebreak="al",
116949  unicodeslot=0xA742,
116950 },
116951 [0xA743]={
116952  category="ll",
116953  description="LATIN SMALL LETTER K WITH DIAGONAL STROKE",
116954  direction="l",
116955  linebreak="al",
116956  unicodeslot=0xA743,
116957 },
116958 [0xA744]={
116959  category="lu",
116960  description="LATIN CAPITAL LETTER K WITH STROKE AND DIAGONAL STROKE",
116961  direction="l",
116962  lccode=0xA745,
116963  linebreak="al",
116964  unicodeslot=0xA744,
116965 },
116966 [0xA745]={
116967  category="ll",
116968  description="LATIN SMALL LETTER K WITH STROKE AND DIAGONAL STROKE",
116969  direction="l",
116970  linebreak="al",
116971  unicodeslot=0xA745,
116972 },
116973 [0xA746]={
116974  category="lu",
116975  description="LATIN CAPITAL LETTER BROKEN L",
116976  direction="l",
116977  lccode=0xA747,
116978  linebreak="al",
116979  unicodeslot=0xA746,
116980 },
116981 [0xA747]={
116982  category="ll",
116983  description="LATIN SMALL LETTER BROKEN L",
116984  direction="l",
116985  linebreak="al",
116986  unicodeslot=0xA747,
116987 },
116988 [0xA748]={
116989  category="lu",
116990  description="LATIN CAPITAL LETTER L WITH HIGH STROKE",
116991  direction="l",
116992  lccode=0xA749,
116993  linebreak="al",
116994  unicodeslot=0xA748,
116995 },
116996 [0xA749]={
116997  category="ll",
116998  description="LATIN SMALL LETTER L WITH HIGH STROKE",
116999  direction="l",
117000  linebreak="al",
117001  unicodeslot=0xA749,
117002 },
117003 [0xA74A]={
117004  category="lu",
117005  description="LATIN CAPITAL LETTER O WITH LONG STROKE OVERLAY",
117006  direction="l",
117007  lccode=0xA74B,
117008  linebreak="al",
117009  unicodeslot=0xA74A,
117010 },
117011 [0xA74B]={
117012  category="ll",
117013  description="LATIN SMALL LETTER O WITH LONG STROKE OVERLAY",
117014  direction="l",
117015  linebreak="al",
117016  unicodeslot=0xA74B,
117017 },
117018 [0xA74C]={
117019  category="lu",
117020  description="LATIN CAPITAL LETTER O WITH LOOP",
117021  direction="l",
117022  lccode=0xA74D,
117023  linebreak="al",
117024  unicodeslot=0xA74C,
117025 },
117026 [0xA74D]={
117027  category="ll",
117028  description="LATIN SMALL LETTER O WITH LOOP",
117029  direction="l",
117030  linebreak="al",
117031  unicodeslot=0xA74D,
117032 },
117033 [0xA74E]={
117034  category="lu",
117035  description="LATIN CAPITAL LETTER OO",
117036  direction="l",
117037  lccode=0xA74F,
117038  linebreak="al",
117039  unicodeslot=0xA74E,
117040 },
117041 [0xA74F]={
117042  category="ll",
117043  description="LATIN SMALL LETTER OO",
117044  direction="l",
117045  linebreak="al",
117046  unicodeslot=0xA74F,
117047 },
117048 [0xA750]={
117049  category="lu",
117050  description="LATIN CAPITAL LETTER P WITH STROKE THROUGH DESCENDER",
117051  direction="l",
117052  lccode=0xA751,
117053  linebreak="al",
117054  unicodeslot=0xA750,
117055 },
117056 [0xA751]={
117057  category="ll",
117058  description="LATIN SMALL LETTER P WITH STROKE THROUGH DESCENDER",
117059  direction="l",
117060  linebreak="al",
117061  unicodeslot=0xA751,
117062 },
117063 [0xA752]={
117064  category="lu",
117065  description="LATIN CAPITAL LETTER P WITH FLOURISH",
117066  direction="l",
117067  lccode=0xA753,
117068  linebreak="al",
117069  unicodeslot=0xA752,
117070 },
117071 [0xA753]={
117072  category="ll",
117073  description="LATIN SMALL LETTER P WITH FLOURISH",
117074  direction="l",
117075  linebreak="al",
117076  unicodeslot=0xA753,
117077 },
117078 [0xA754]={
117079  category="lu",
117080  description="LATIN CAPITAL LETTER P WITH SQUIRREL TAIL",
117081  direction="l",
117082  lccode=0xA755,
117083  linebreak="al",
117084  unicodeslot=0xA754,
117085 },
117086 [0xA755]={
117087  category="ll",
117088  description="LATIN SMALL LETTER P WITH SQUIRREL TAIL",
117089  direction="l",
117090  linebreak="al",
117091  unicodeslot=0xA755,
117092 },
117093 [0xA756]={
117094  category="lu",
117095  description="LATIN CAPITAL LETTER Q WITH STROKE THROUGH DESCENDER",
117096  direction="l",
117097  lccode=0xA757,
117098  linebreak="al",
117099  unicodeslot=0xA756,
117100 },
117101 [0xA757]={
117102  category="ll",
117103  description="LATIN SMALL LETTER Q WITH STROKE THROUGH DESCENDER",
117104  direction="l",
117105  linebreak="al",
117106  unicodeslot=0xA757,
117107 },
117108 [0xA758]={
117109  category="lu",
117110  description="LATIN CAPITAL LETTER Q WITH DIAGONAL STROKE",
117111  direction="l",
117112  lccode=0xA759,
117113  linebreak="al",
117114  unicodeslot=0xA758,
117115 },
117116 [0xA759]={
117117  category="ll",
117118  description="LATIN SMALL LETTER Q WITH DIAGONAL STROKE",
117119  direction="l",
117120  linebreak="al",
117121  unicodeslot=0xA759,
117122 },
117123 [0xA75A]={
117124  category="lu",
117125  description="LATIN CAPITAL LETTER R ROTUNDA",
117126  direction="l",
117127  lccode=0xA75B,
117128  linebreak="al",
117129  unicodeslot=0xA75A,
117130 },
117131 [0xA75B]={
117132  category="ll",
117133  description="LATIN SMALL LETTER R ROTUNDA",
117134  direction="l",
117135  linebreak="al",
117136  unicodeslot=0xA75B,
117137 },
117138 [0xA75C]={
117139  category="lu",
117140  description="LATIN CAPITAL LETTER RUM ROTUNDA",
117141  direction="l",
117142  lccode=0xA75D,
117143  linebreak="al",
117144  unicodeslot=0xA75C,
117145 },
117146 [0xA75D]={
117147  category="ll",
117148  description="LATIN SMALL LETTER RUM ROTUNDA",
117149  direction="l",
117150  linebreak="al",
117151  unicodeslot=0xA75D,
117152 },
117153 [0xA75E]={
117154  category="lu",
117155  description="LATIN CAPITAL LETTER V WITH DIAGONAL STROKE",
117156  direction="l",
117157  lccode=0xA75F,
117158  linebreak="al",
117159  unicodeslot=0xA75E,
117160 },
117161 [0xA75F]={
117162  category="ll",
117163  description="LATIN SMALL LETTER V WITH DIAGONAL STROKE",
117164  direction="l",
117165  linebreak="al",
117166  unicodeslot=0xA75F,
117167 },
117168 [0xA760]={
117169  category="lu",
117170  description="LATIN CAPITAL LETTER VY",
117171  direction="l",
117172  lccode=0xA761,
117173  linebreak="al",
117174  unicodeslot=0xA760,
117175 },
117176 [0xA761]={
117177  category="ll",
117178  description="LATIN SMALL LETTER VY",
117179  direction="l",
117180  linebreak="al",
117181  unicodeslot=0xA761,
117182 },
117183 [0xA762]={
117184  category="lu",
117185  description="LATIN CAPITAL LETTER VISIGOTHIC Z",
117186  direction="l",
117187  lccode=0xA763,
117188  linebreak="al",
117189  unicodeslot=0xA762,
117190 },
117191 [0xA763]={
117192  category="ll",
117193  description="LATIN SMALL LETTER VISIGOTHIC Z",
117194  direction="l",
117195  linebreak="al",
117196  unicodeslot=0xA763,
117197 },
117198 [0xA764]={
117199  category="lu",
117200  description="LATIN CAPITAL LETTER THORN WITH STROKE",
117201  direction="l",
117202  lccode=0xA765,
117203  linebreak="al",
117204  specials={ "with", 0xDE, 0x2F },
117205  unicodeslot=0xA764,
117206 },
117207 [0xA765]={
117208  category="ll",
117209  description="LATIN SMALL LETTER THORN WITH STROKE",
117210  direction="l",
117211  linebreak="al",
117212  specials={ "with", 0xFE, 0x2F },
117213  unicodeslot=0xA765,
117214 },
117215 [0xA766]={
117216  category="lu",
117217  description="LATIN CAPITAL LETTER THORN WITH STROKE THROUGH DESCENDER",
117218  direction="l",
117219  lccode=0xA767,
117220  linebreak="al",
117221  unicodeslot=0xA766,
117222 },
117223 [0xA767]={
117224  category="ll",
117225  description="LATIN SMALL LETTER THORN WITH STROKE THROUGH DESCENDER",
117226  direction="l",
117227  linebreak="al",
117228  unicodeslot=0xA767,
117229 },
117230 [0xA768]={
117231  category="lu",
117232  description="LATIN CAPITAL LETTER VEND",
117233  direction="l",
117234  lccode=0xA769,
117235  linebreak="al",
117236  unicodeslot=0xA768,
117237 },
117238 [0xA769]={
117239  category="ll",
117240  description="LATIN SMALL LETTER VEND",
117241  direction="l",
117242  linebreak="al",
117243  unicodeslot=0xA769,
117244 },
117245 [0xA76A]={
117246  category="lu",
117247  description="LATIN CAPITAL LETTER ET",
117248  direction="l",
117249  lccode=0xA76B,
117250  linebreak="al",
117251  unicodeslot=0xA76A,
117252 },
117253 [0xA76B]={
117254  category="ll",
117255  description="LATIN SMALL LETTER ET",
117256  direction="l",
117257  linebreak="al",
117258  unicodeslot=0xA76B,
117259 },
117260 [0xA76C]={
117261  category="lu",
117262  description="LATIN CAPITAL LETTER IS",
117263  direction="l",
117264  lccode=0xA76D,
117265  linebreak="al",
117266  unicodeslot=0xA76C,
117267 },
117268 [0xA76D]={
117269  category="ll",
117270  description="LATIN SMALL LETTER IS",
117271  direction="l",
117272  linebreak="al",
117273  unicodeslot=0xA76D,
117274 },
117275 [0xA76E]={
117276  category="lu",
117277  description="LATIN CAPITAL LETTER CON",
117278  direction="l",
117279  lccode=0xA76F,
117280  linebreak="al",
117281  unicodeslot=0xA76E,
117282 },
117283 [0xA76F]={
117284  category="ll",
117285  description="LATIN SMALL LETTER CON",
117286  direction="l",
117287  linebreak="al",
117288  unicodeslot=0xA76F,
117289 },
117290 [0xA770]={
117291  category="lm",
117292  description="MODIFIER LETTER US",
117293  direction="l",
117294  linebreak="al",
117295  specials={ "super", 0xA76F },
117296  unicodeslot=0xA770,
117297 },
117298 [0xA771]={
117299  category="ll",
117300  description="LATIN SMALL LETTER DUM",
117301  direction="l",
117302  linebreak="al",
117303  unicodeslot=0xA771,
117304 },
117305 [0xA772]={
117306  category="ll",
117307  description="LATIN SMALL LETTER LUM",
117308  direction="l",
117309  linebreak="al",
117310  unicodeslot=0xA772,
117311 },
117312 [0xA773]={
117313  category="ll",
117314  description="LATIN SMALL LETTER MUM",
117315  direction="l",
117316  linebreak="al",
117317  unicodeslot=0xA773,
117318 },
117319 [0xA774]={
117320  category="ll",
117321  description="LATIN SMALL LETTER NUM",
117322  direction="l",
117323  linebreak="al",
117324  unicodeslot=0xA774,
117325 },
117326 [0xA775]={
117327  category="ll",
117328  description="LATIN SMALL LETTER RUM",
117329  direction="l",
117330  linebreak="al",
117331  unicodeslot=0xA775,
117332 },
117333 [0xA776]={
117334  category="ll",
117335  description="LATIN LETTER SMALL CAPITAL RUM",
117336  direction="l",
117337  linebreak="al",
117338  unicodeslot=0xA776,
117339 },
117340 [0xA777]={
117341  category="ll",
117342  description="LATIN SMALL LETTER TUM",
117343  direction="l",
117344  linebreak="al",
117345  unicodeslot=0xA777,
117346 },
117347 [0xA778]={
117348  category="ll",
117349  description="LATIN SMALL LETTER UM",
117350  direction="l",
117351  linebreak="al",
117352  unicodeslot=0xA778,
117353 },
117354 [0xA779]={
117355  category="lu",
117356  description="LATIN CAPITAL LETTER INSULAR D",
117357  direction="l",
117358  lccode=0xA77A,
117359  linebreak="al",
117360  unicodeslot=0xA779,
117361 },
117362 [0xA77A]={
117363  category="ll",
117364  description="LATIN SMALL LETTER INSULAR D",
117365  direction="l",
117366  linebreak="al",
117367  unicodeslot=0xA77A,
117368 },
117369 [0xA77B]={
117370  category="lu",
117371  description="LATIN CAPITAL LETTER INSULAR F",
117372  direction="l",
117373  lccode=0xA77C,
117374  linebreak="al",
117375  unicodeslot=0xA77B,
117376 },
117377 [0xA77C]={
117378  category="ll",
117379  description="LATIN SMALL LETTER INSULAR F",
117380  direction="l",
117381  linebreak="al",
117382  unicodeslot=0xA77C,
117383 },
117384 [0xA77D]={
117385  category="lu",
117386  description="LATIN CAPITAL LETTER INSULAR G",
117387  direction="l",
117388  lccode=0x1D79,
117389  linebreak="al",
117390  unicodeslot=0xA77D,
117391 },
117392 [0xA77E]={
117393  category="lu",
117394  description="LATIN CAPITAL LETTER TURNED INSULAR G",
117395  direction="l",
117396  lccode=0xA77F,
117397  linebreak="al",
117398  unicodeslot=0xA77E,
117399 },
117400 [0xA77F]={
117401  category="ll",
117402  description="LATIN SMALL LETTER TURNED INSULAR G",
117403  direction="l",
117404  linebreak="al",
117405  unicodeslot=0xA77F,
117406 },
117407 [0xA780]={
117408  category="lu",
117409  description="LATIN CAPITAL LETTER TURNED L",
117410  direction="l",
117411  lccode=0xA781,
117412  linebreak="al",
117413  unicodeslot=0xA780,
117414 },
117415 [0xA781]={
117416  category="ll",
117417  description="LATIN SMALL LETTER TURNED L",
117418  direction="l",
117419  linebreak="al",
117420  unicodeslot=0xA781,
117421 },
117422 [0xA782]={
117423  category="lu",
117424  description="LATIN CAPITAL LETTER INSULAR R",
117425  direction="l",
117426  lccode=0xA783,
117427  linebreak="al",
117428  unicodeslot=0xA782,
117429 },
117430 [0xA783]={
117431  category="ll",
117432  description="LATIN SMALL LETTER INSULAR R",
117433  direction="l",
117434  linebreak="al",
117435  unicodeslot=0xA783,
117436 },
117437 [0xA784]={
117438  category="lu",
117439  description="LATIN CAPITAL LETTER INSULAR S",
117440  direction="l",
117441  lccode=0xA785,
117442  linebreak="al",
117443  unicodeslot=0xA784,
117444 },
117445 [0xA785]={
117446  category="ll",
117447  description="LATIN SMALL LETTER INSULAR S",
117448  direction="l",
117449  linebreak="al",
117450  unicodeslot=0xA785,
117451 },
117452 [0xA786]={
117453  category="lu",
117454  description="LATIN CAPITAL LETTER INSULAR T",
117455  direction="l",
117456  lccode=0xA787,
117457  linebreak="al",
117458  unicodeslot=0xA786,
117459 },
117460 [0xA787]={
117461  category="ll",
117462  description="LATIN SMALL LETTER INSULAR T",
117463  direction="l",
117464  linebreak="al",
117465  unicodeslot=0xA787,
117466 },
117467 [0xA788]={
117468  category="lm",
117469  description="MODIFIER LETTER LOW CIRCUMFLEX ACCENT",
117470  direction="on",
117471  linebreak="al",
117472  unicodeslot=0xA788,
117473 },
117474 [0xA789]={
117475  category="sk",
117476  description="MODIFIER LETTER COLON",
117477  direction="l",
117478  linebreak="al",
117479  unicodeslot=0xA789,
117480 },
117481 [0xA78A]={
117482  category="sk",
117483  description="MODIFIER LETTER SHORT EQUALS SIGN",
117484  direction="l",
117485  linebreak="al",
117486  unicodeslot=0xA78A,
117487 },
117488 [0xA78B]={
117489  category="lu",
117490  description="LATIN CAPITAL LETTER SALTILLO",
117491  direction="l",
117492  lccode=0xA78C,
117493  linebreak="al",
117494  unicodeslot=0xA78B,
117495 },
117496 [0xA78C]={
117497  category="ll",
117498  description="LATIN SMALL LETTER SALTILLO",
117499  direction="l",
117500  linebreak="al",
117501  unicodeslot=0xA78C,
117502 },
117503 [0xA78D]={
117504  category="lu",
117505  description="LATIN CAPITAL LETTER TURNED H",
117506  direction="l",
117507  lccode=0x265,
117508  linebreak="al",
117509  unicodeslot=0xA78D,
117510 },
117511 [0xA78E]={
117512  category="ll",
117513  description="LATIN SMALL LETTER L WITH RETROFLEX HOOK AND BELT",
117514  direction="l",
117515  linebreak="al",
117516  unicodeslot=0xA78E,
117517 },
117518 [0xA78F]={
117519  category="lo",
117520  description="LATIN LETTER SINOLOGICAL DOT",
117521  direction="l",
117522  linebreak="al",
117523  unicodeslot=0xA78F,
117524 },
117525 [0xA790]={
117526  category="lu",
117527  description="LATIN CAPITAL LETTER N WITH DESCENDER",
117528  direction="l",
117529  lccode=0xA791,
117530  linebreak="al",
117531  unicodeslot=0xA790,
117532 },
117533 [0xA791]={
117534  category="ll",
117535  description="LATIN SMALL LETTER N WITH DESCENDER",
117536  direction="l",
117537  linebreak="al",
117538  unicodeslot=0xA791,
117539 },
117540 [0xA792]={
117541  category="lu",
117542  description="LATIN CAPITAL LETTER C WITH BAR",
117543  direction="l",
117544  lccode=0xA793,
117545  linebreak="al",
117546  unicodeslot=0xA792,
117547 },
117548 [0xA793]={
117549  category="ll",
117550  description="LATIN SMALL LETTER C WITH BAR",
117551  direction="l",
117552  linebreak="al",
117553  unicodeslot=0xA793,
117554 },
117555 [0xA794]={
117556  category="ll",
117557  description="LATIN SMALL LETTER C WITH PALATAL HOOK",
117558  direction="l",
117559  linebreak="al",
117560  unicodeslot=0xA794,
117561 },
117562 [0xA795]={
117563  category="ll",
117564  description="LATIN SMALL LETTER H WITH PALATAL HOOK",
117565  direction="l",
117566  linebreak="al",
117567  unicodeslot=0xA795,
117568 },
117569 [0xA796]={
117570  category="lu",
117571  description="LATIN CAPITAL LETTER B WITH FLOURISH",
117572  direction="l",
117573  lccode=0xA797,
117574  linebreak="al",
117575  unicodeslot=0xA796,
117576 },
117577 [0xA797]={
117578  category="ll",
117579  description="LATIN SMALL LETTER B WITH FLOURISH",
117580  direction="l",
117581  linebreak="al",
117582  unicodeslot=0xA797,
117583 },
117584 [0xA798]={
117585  category="lu",
117586  description="LATIN CAPITAL LETTER F WITH STROKE",
117587  direction="l",
117588  lccode=0xA799,
117589  linebreak="al",
117590  specials={ "with", 0x46, 0x2F },
117591  unicodeslot=0xA798,
117592 },
117593 [0xA799]={
117594  category="ll",
117595  description="LATIN SMALL LETTER F WITH STROKE",
117596  direction="l",
117597  linebreak="al",
117598  specials={ "with", 0x66, 0x2F },
117599  unicodeslot=0xA799,
117600 },
117601 [0xA79A]={
117602  category="lu",
117603  description="LATIN CAPITAL LETTER VOLAPUK AE",
117604  direction="l",
117605  lccode=0xA79B,
117606  linebreak="al",
117607  unicodeslot=0xA79A,
117608 },
117609 [0xA79B]={
117610  category="ll",
117611  description="LATIN SMALL LETTER VOLAPUK AE",
117612  direction="l",
117613  linebreak="al",
117614  unicodeslot=0xA79B,
117615 },
117616 [0xA79C]={
117617  category="lu",
117618  description="LATIN CAPITAL LETTER VOLAPUK OE",
117619  direction="l",
117620  lccode=0xA79D,
117621  linebreak="al",
117622  unicodeslot=0xA79C,
117623 },
117624 [0xA79D]={
117625  category="ll",
117626  description="LATIN SMALL LETTER VOLAPUK OE",
117627  direction="l",
117628  linebreak="al",
117629  unicodeslot=0xA79D,
117630 },
117631 [0xA79E]={
117632  category="lu",
117633  description="LATIN CAPITAL LETTER VOLAPUK UE",
117634  direction="l",
117635  lccode=0xA79F,
117636  linebreak="al",
117637  unicodeslot=0xA79E,
117638 },
117639 [0xA79F]={
117640  category="ll",
117641  description="LATIN SMALL LETTER VOLAPUK UE",
117642  direction="l",
117643  linebreak="al",
117644  unicodeslot=0xA79F,
117645 },
117646 [0xA7A0]={
117647  category="lu",
117648  description="LATIN CAPITAL LETTER G WITH OBLIQUE STROKE",
117649  direction="l",
117650  lccode=0xA7A1,
117651  linebreak="al",
117652  unicodeslot=0xA7A0,
117653 },
117654 [0xA7A1]={
117655  category="ll",
117656  description="LATIN SMALL LETTER G WITH OBLIQUE STROKE",
117657  direction="l",
117658  linebreak="al",
117659  unicodeslot=0xA7A1,
117660 },
117661 [0xA7A2]={
117662  category="lu",
117663  description="LATIN CAPITAL LETTER K WITH OBLIQUE STROKE",
117664  direction="l",
117665  lccode=0xA7A3,
117666  linebreak="al",
117667  unicodeslot=0xA7A2,
117668 },
117669 [0xA7A3]={
117670  category="ll",
117671  description="LATIN SMALL LETTER K WITH OBLIQUE STROKE",
117672  direction="l",
117673  linebreak="al",
117674  unicodeslot=0xA7A3,
117675 },
117676 [0xA7A4]={
117677  category="lu",
117678  description="LATIN CAPITAL LETTER N WITH OBLIQUE STROKE",
117679  direction="l",
117680  lccode=0xA7A5,
117681  linebreak="al",
117682  unicodeslot=0xA7A4,
117683 },
117684 [0xA7A5]={
117685  category="ll",
117686  description="LATIN SMALL LETTER N WITH OBLIQUE STROKE",
117687  direction="l",
117688  linebreak="al",
117689  unicodeslot=0xA7A5,
117690 },
117691 [0xA7A6]={
117692  category="lu",
117693  description="LATIN CAPITAL LETTER R WITH OBLIQUE STROKE",
117694  direction="l",
117695  lccode=0xA7A7,
117696  linebreak="al",
117697  unicodeslot=0xA7A6,
117698 },
117699 [0xA7A7]={
117700  category="ll",
117701  description="LATIN SMALL LETTER R WITH OBLIQUE STROKE",
117702  direction="l",
117703  linebreak="al",
117704  unicodeslot=0xA7A7,
117705 },
117706 [0xA7A8]={
117707  category="lu",
117708  description="LATIN CAPITAL LETTER S WITH OBLIQUE STROKE",
117709  direction="l",
117710  lccode=0xA7A9,
117711  linebreak="al",
117712  unicodeslot=0xA7A8,
117713 },
117714 [0xA7A9]={
117715  category="ll",
117716  description="LATIN SMALL LETTER S WITH OBLIQUE STROKE",
117717  direction="l",
117718  linebreak="al",
117719  unicodeslot=0xA7A9,
117720 },
117721 [0xA7AA]={
117722  category="lu",
117723  description="LATIN CAPITAL LETTER H WITH HOOK",
117724  direction="l",
117725  lccode=0x266,
117726  linebreak="al",
117727  specials={ "with", 0x48, 0x1FA9D },
117728  unicodeslot=0xA7AA,
117729 },
117730 [0xA7AB]={
117731  category="lu",
117732  description="LATIN CAPITAL LETTER REVERSED OPEN E",
117733  direction="l",
117734  lccode=0x25C,
117735  linebreak="al",
117736  unicodeslot=0xA7AB,
117737 },
117738 [0xA7AC]={
117739  category="lu",
117740  description="LATIN CAPITAL LETTER SCRIPT G",
117741  direction="l",
117742  lccode=0x261,
117743  linebreak="al",
117744  unicodeslot=0xA7AC,
117745 },
117746 [0xA7AD]={
117747  category="lu",
117748  description="LATIN CAPITAL LETTER L WITH BELT",
117749  direction="l",
117750  lccode=0x26C,
117751  linebreak="al",
117752  unicodeslot=0xA7AD,
117753 },
117754 [0xA7AE]={
117755  category="lu",
117756  description="LATIN CAPITAL LETTER SMALL CAPITAL I",
117757  direction="l",
117758  lccode=0x26A,
117759  linebreak="al",
117760  unicodeslot=0xA7AE,
117761 },
117762 [0xA7AF]={
117763  category="ll",
117764  description="LATIN LETTER SMALL CAPITAL Q",
117765  direction="l",
117766  linebreak="al",
117767  unicodeslot=0xA7AF,
117768 },
117769 [0xA7B0]={
117770  category="lu",
117771  description="LATIN CAPITAL LETTER TURNED K",
117772  direction="l",
117773  lccode=0x29E,
117774  linebreak="al",
117775  unicodeslot=0xA7B0,
117776 },
117777 [0xA7B1]={
117778  category="lu",
117779  description="LATIN CAPITAL LETTER TURNED T",
117780  direction="l",
117781  lccode=0x287,
117782  linebreak="al",
117783  unicodeslot=0xA7B1,
117784 },
117785 [0xA7B2]={
117786  category="lu",
117787  description="LATIN CAPITAL LETTER J WITH CROSSED-TAIL",
117788  direction="l",
117789  lccode=0x29D,
117790  linebreak="al",
117791  unicodeslot=0xA7B2,
117792 },
117793 [0xA7B3]={
117794  category="lu",
117795  description="LATIN CAPITAL LETTER CHI",
117796  direction="l",
117797  lccode=0xAB53,
117798  linebreak="al",
117799  unicodeslot=0xA7B3,
117800 },
117801 [0xA7B4]={
117802  category="lu",
117803  description="LATIN CAPITAL LETTER BETA",
117804  direction="l",
117805  lccode=0xA7B5,
117806  linebreak="al",
117807  unicodeslot=0xA7B4,
117808 },
117809 [0xA7B5]={
117810  category="ll",
117811  description="LATIN SMALL LETTER BETA",
117812  direction="l",
117813  linebreak="al",
117814  unicodeslot=0xA7B5,
117815 },
117816 [0xA7B6]={
117817  category="lu",
117818  description="LATIN CAPITAL LETTER OMEGA",
117819  direction="l",
117820  lccode=0xA7B7,
117821  linebreak="al",
117822  unicodeslot=0xA7B6,
117823 },
117824 [0xA7B7]={
117825  category="ll",
117826  description="LATIN SMALL LETTER OMEGA",
117827  direction="l",
117828  linebreak="al",
117829  unicodeslot=0xA7B7,
117830 },
117831 [0xA7B8]={
117832  category="lu",
117833  description="LATIN CAPITAL LETTER U WITH STROKE",
117834  direction="l",
117835  lccode=0xA7B9,
117836  linebreak="al",
117837  specials={ "with", 0x55, 0x2F },
117838  unicodeslot=0xA7B8,
117839 },
117840 [0xA7B9]={
117841  category="ll",
117842  description="LATIN SMALL LETTER U WITH STROKE",
117843  direction="l",
117844  linebreak="al",
117845  specials={ "with", 0x75, 0x2F },
117846  unicodeslot=0xA7B9,
117847 },
117848 [0xA7BA]={
117849  category="lu",
117850  description="LATIN CAPITAL LETTER GLOTTAL A",
117851  direction="l",
117852  lccode=0xA7BB,
117853  linebreak="al",
117854  unicodeslot=0xA7BA,
117855 },
117856 [0xA7BB]={
117857  category="ll",
117858  description="LATIN SMALL LETTER GLOTTAL A",
117859  direction="l",
117860  linebreak="al",
117861  unicodeslot=0xA7BB,
117862 },
117863 [0xA7BC]={
117864  category="lu",
117865  description="LATIN CAPITAL LETTER GLOTTAL I",
117866  direction="l",
117867  lccode=0xA7BD,
117868  linebreak="al",
117869  unicodeslot=0xA7BC,
117870 },
117871 [0xA7BD]={
117872  category="ll",
117873  description="LATIN SMALL LETTER GLOTTAL I",
117874  direction="l",
117875  linebreak="al",
117876  unicodeslot=0xA7BD,
117877 },
117878 [0xA7BE]={
117879  category="lu",
117880  description="LATIN CAPITAL LETTER GLOTTAL U",
117881  direction="l",
117882  lccode=0xA7BF,
117883  linebreak="al",
117884  unicodeslot=0xA7BE,
117885 },
117886 [0xA7BF]={
117887  category="ll",
117888  description="LATIN SMALL LETTER GLOTTAL U",
117889  direction="l",
117890  linebreak="al",
117891  unicodeslot=0xA7BF,
117892 },
117893 [0xA7C0]={
117894  category="lu",
117895  description="LATIN CAPITAL LETTER OLD POLISH O",
117896  direction="l",
117897  lccode=0xA7C1,
117898  linebreak="al",
117899  unicodeslot=0xA7C0,
117900 },
117901 [0xA7C1]={
117902  category="ll",
117903  description="LATIN SMALL LETTER OLD POLISH O",
117904  direction="l",
117905  linebreak="al",
117906  unicodeslot=0xA7C1,
117907 },
117908 [0xA7C2]={
117909  category="lu",
117910  description="LATIN CAPITAL LETTER ANGLICANA W",
117911  direction="l",
117912  lccode=0xA7C3,
117913  linebreak="al",
117914  unicodeslot=0xA7C2,
117915 },
117916 [0xA7C3]={
117917  category="ll",
117918  description="LATIN SMALL LETTER ANGLICANA W",
117919  direction="l",
117920  linebreak="al",
117921  unicodeslot=0xA7C3,
117922 },
117923 [0xA7C4]={
117924  category="lu",
117925  description="LATIN CAPITAL LETTER C WITH PALATAL HOOK",
117926  direction="l",
117927  lccode=0xA794,
117928  linebreak="al",
117929  unicodeslot=0xA7C4,
117930 },
117931 [0xA7C5]={
117932  category="lu",
117933  description="LATIN CAPITAL LETTER S WITH HOOK",
117934  direction="l",
117935  lccode=0x282,
117936  linebreak="al",
117937  specials={ "with", 0x53, 0x1FA9D },
117938  unicodeslot=0xA7C5,
117939 },
117940 [0xA7C6]={
117941  category="lu",
117942  description="LATIN CAPITAL LETTER Z WITH PALATAL HOOK",
117943  direction="l",
117944  lccode=0x1D8E,
117945  linebreak="al",
117946  unicodeslot=0xA7C6,
117947 },
117948 [0xA7C7]={
117949  category="lu",
117950  description="LATIN CAPITAL LETTER D WITH SHORT STROKE OVERLAY",
117951  direction="l",
117952  lccode=0xA7C8,
117953  linebreak="al",
117954  unicodeslot=0xA7C7,
117955 },
117956 [0xA7C8]={
117957  category="ll",
117958  description="LATIN SMALL LETTER D WITH SHORT STROKE OVERLAY",
117959  direction="l",
117960  linebreak="al",
117961  unicodeslot=0xA7C8,
117962 },
117963 [0xA7C9]={
117964  category="lu",
117965  description="LATIN CAPITAL LETTER S WITH SHORT STROKE OVERLAY",
117966  direction="l",
117967  lccode=0xA7CA,
117968  linebreak="al",
117969  unicodeslot=0xA7C9,
117970 },
117971 [0xA7CA]={
117972  category="ll",
117973  description="LATIN SMALL LETTER S WITH SHORT STROKE OVERLAY",
117974  direction="l",
117975  linebreak="al",
117976  unicodeslot=0xA7CA,
117977 },
117978 [0xA7CB]={
117979  category="lu",
117980  description="LATIN CAPITAL LETTER RAMS HORN",
117981  direction="l",
117982  lccode=0x264,
117983  linebreak="al",
117984  unicodeslot=0xA7CB,
117985 },
117986 [0xA7CC]={
117987  category="lu",
117988  description="LATIN CAPITAL LETTER S WITH DIAGONAL STROKE",
117989  direction="l",
117990  lccode=0xA7CD,
117991  linebreak="al",
117992  unicodeslot=0xA7CC,
117993 },
117994 [0xA7CD]={
117995  category="ll",
117996  description="LATIN SMALL LETTER S WITH DIAGONAL STROKE",
117997  direction="l",
117998  linebreak="al",
117999  unicodeslot=0xA7CD,
118000 },
118001 [0xA7D0]={
118002  category="lu",
118003  description="LATIN CAPITAL LETTER CLOSED INSULAR G",
118004  direction="l",
118005  lccode=0xA7D1,
118006  linebreak="al",
118007  unicodeslot=0xA7D0,
118008 },
118009 [0xA7D1]={
118010  category="ll",
118011  description="LATIN SMALL LETTER CLOSED INSULAR G",
118012  direction="l",
118013  linebreak="al",
118014  unicodeslot=0xA7D1,
118015 },
118016 [0xA7D3]={
118017  category="ll",
118018  description="LATIN SMALL LETTER DOUBLE THORN",
118019  direction="l",
118020  linebreak="al",
118021  unicodeslot=0xA7D3,
118022 },
118023 [0xA7D5]={
118024  category="ll",
118025  description="LATIN SMALL LETTER DOUBLE WYNN",
118026  direction="l",
118027  linebreak="al",
118028  unicodeslot=0xA7D5,
118029 },
118030 [0xA7D6]={
118031  category="lu",
118032  description="LATIN CAPITAL LETTER MIDDLE SCOTS S",
118033  direction="l",
118034  lccode=0xA7D7,
118035  linebreak="al",
118036  unicodeslot=0xA7D6,
118037 },
118038 [0xA7D7]={
118039  category="ll",
118040  description="LATIN SMALL LETTER MIDDLE SCOTS S",
118041  direction="l",
118042  linebreak="al",
118043  unicodeslot=0xA7D7,
118044 },
118045 [0xA7D8]={
118046  category="lu",
118047  description="LATIN CAPITAL LETTER SIGMOID S",
118048  direction="l",
118049  lccode=0xA7D9,
118050  linebreak="al",
118051  unicodeslot=0xA7D8,
118052 },
118053 [0xA7D9]={
118054  category="ll",
118055  description="LATIN SMALL LETTER SIGMOID S",
118056  direction="l",
118057  linebreak="al",
118058  unicodeslot=0xA7D9,
118059 },
118060 [0xA7DA]={
118061  category="lu",
118062  description="LATIN CAPITAL LETTER LAMBDA",
118063  direction="l",
118064  lccode=0xA7DB,
118065  linebreak="al",
118066  unicodeslot=0xA7DA,
118067 },
118068 [0xA7DB]={
118069  category="ll",
118070  description="LATIN SMALL LETTER LAMBDA",
118071  direction="l",
118072  linebreak="al",
118073  unicodeslot=0xA7DB,
118074 },
118075 [0xA7DC]={
118076  category="lu",
118077  description="LATIN CAPITAL LETTER LAMBDA WITH STROKE",
118078  direction="l",
118079  lccode=0x19B,
118080  linebreak="al",
118081  specials={ "with", 0xA7DA, 0x2F },
118082  unicodeslot=0xA7DC,
118083 },
118084 [0xA7F2]={
118085  category="lm",
118086  description="MODIFIER LETTER CAPITAL C",
118087  direction="l",
118088  linebreak="al",
118089  specials={ "super", 0x43 },
118090  unicodeslot=0xA7F2,
118091 },
118092 [0xA7F3]={
118093  category="lm",
118094  description="MODIFIER LETTER CAPITAL F",
118095  direction="l",
118096  linebreak="al",
118097  specials={ "super", 0x46 },
118098  unicodeslot=0xA7F3,
118099 },
118100 [0xA7F4]={
118101  category="lm",
118102  description="MODIFIER LETTER CAPITAL Q",
118103  direction="l",
118104  linebreak="al",
118105  specials={ "super", 0x51 },
118106  unicodeslot=0xA7F4,
118107 },
118108 [0xA7F5]={
118109  category="lu",
118110  description="LATIN CAPITAL LETTER REVERSED HALF H",
118111  direction="l",
118112  lccode=0xA7F6,
118113  linebreak="al",
118114  unicodeslot=0xA7F5,
118115 },
118116 [0xA7F6]={
118117  category="ll",
118118  description="LATIN SMALL LETTER REVERSED HALF H",
118119  direction="l",
118120  linebreak="al",
118121  unicodeslot=0xA7F6,
118122 },
118123 [0xA7F7]={
118124  category="lo",
118125  description="LATIN EPIGRAPHIC LETTER SIDEWAYS I",
118126  direction="l",
118127  linebreak="al",
118128  unicodeslot=0xA7F7,
118129 },
118130 [0xA7F8]={
118131  category="lm",
118132  description="MODIFIER LETTER CAPITAL H WITH STROKE",
118133  direction="l",
118134  linebreak="al",
118135  specials={ "super", 0x126 },
118136  unicodeslot=0xA7F8,
118137 },
118138 [0xA7F9]={
118139  category="lm",
118140  description="MODIFIER LETTER SMALL LIGATURE OE",
118141  direction="l",
118142  linebreak="al",
118143  specials={ "super", 0x153 },
118144  unicodeslot=0xA7F9,
118145 },
118146 [0xA7FA]={
118147  category="ll",
118148  description="LATIN LETTER SMALL CAPITAL TURNED M",
118149  direction="l",
118150  linebreak="al",
118151  unicodeslot=0xA7FA,
118152 },
118153 [0xA7FB]={
118154  category="lo",
118155  description="LATIN EPIGRAPHIC LETTER REVERSED F",
118156  direction="l",
118157  linebreak="al",
118158  unicodeslot=0xA7FB,
118159 },
118160 [0xA7FC]={
118161  category="lo",
118162  description="LATIN EPIGRAPHIC LETTER REVERSED P",
118163  direction="l",
118164  linebreak="al",
118165  unicodeslot=0xA7FC,
118166 },
118167 [0xA7FD]={
118168  category="lo",
118169  description="LATIN EPIGRAPHIC LETTER INVERTED M",
118170  direction="l",
118171  linebreak="al",
118172  unicodeslot=0xA7FD,
118173 },
118174 [0xA7FE]={
118175  category="lo",
118176  description="LATIN EPIGRAPHIC LETTER I LONGA",
118177  direction="l",
118178  linebreak="al",
118179  unicodeslot=0xA7FE,
118180 },
118181 [0xA7FF]={
118182  category="lo",
118183  description="LATIN EPIGRAPHIC LETTER ARCHAIC M",
118184  direction="l",
118185  linebreak="al",
118186  unicodeslot=0xA7FF,
118187 },
118188 [0xA800]={
118189  category="lo",
118190  description="SYLOTI NAGRI LETTER A",
118191  direction="l",
118192  linebreak="al",
118193  unicodeslot=0xA800,
118194 },
118195 [0xA801]={
118196  category="lo",
118197  description="SYLOTI NAGRI LETTER I",
118198  direction="l",
118199  linebreak="al",
118200  unicodeslot=0xA801,
118201 },
118202 [0xA802]={
118203  category="mc",
118204  description="SYLOTI NAGRI SIGN DVISVARA",
118205  direction="nsm",
118206  linebreak="cm",
118207  unicodeslot=0xA802,
118208 },
118209 [0xA803]={
118210  category="lo",
118211  description="SYLOTI NAGRI LETTER U",
118212  direction="l",
118213  linebreak="al",
118214  unicodeslot=0xA803,
118215 },
118216 [0xA804]={
118217  category="lo",
118218  description="SYLOTI NAGRI LETTER E",
118219  direction="l",
118220  linebreak="al",
118221  unicodeslot=0xA804,
118222 },
118223 [0xA805]={
118224  category="lo",
118225  description="SYLOTI NAGRI LETTER O",
118226  direction="l",
118227  linebreak="al",
118228  unicodeslot=0xA805,
118229 },
118230 [0xA806]={
118231  category="mn",
118232  combining=0x9,
118233  description="SYLOTI NAGRI SIGN HASANTA",
118234  direction="nsm",
118235  linebreak="cm",
118236  unicodeslot=0xA806,
118237 },
118238 [0xA807]={
118239  category="lo",
118240  description="SYLOTI NAGRI LETTER KO",
118241  direction="l",
118242  linebreak="al",
118243  unicodeslot=0xA807,
118244 },
118245 [0xA808]={
118246  category="lo",
118247  description="SYLOTI NAGRI LETTER KHO",
118248  direction="l",
118249  linebreak="al",
118250  unicodeslot=0xA808,
118251 },
118252 [0xA809]={
118253  category="lo",
118254  description="SYLOTI NAGRI LETTER GO",
118255  direction="l",
118256  linebreak="al",
118257  unicodeslot=0xA809,
118258 },
118259 [0xA80A]={
118260  category="lo",
118261  description="SYLOTI NAGRI LETTER GHO",
118262  direction="l",
118263  linebreak="al",
118264  unicodeslot=0xA80A,
118265 },
118266 [0xA80B]={
118267  category="mn",
118268  description="SYLOTI NAGRI SIGN ANUSVARA",
118269  direction="nsm",
118270  linebreak="cm",
118271  unicodeslot=0xA80B,
118272 },
118273 [0xA80C]={
118274  category="lo",
118275  description="SYLOTI NAGRI LETTER CO",
118276  direction="l",
118277  linebreak="al",
118278  unicodeslot=0xA80C,
118279 },
118280 [0xA80D]={
118281  category="lo",
118282  description="SYLOTI NAGRI LETTER CHO",
118283  direction="l",
118284  linebreak="al",
118285  unicodeslot=0xA80D,
118286 },
118287 [0xA80E]={
118288  category="lo",
118289  description="SYLOTI NAGRI LETTER JO",
118290  direction="l",
118291  linebreak="al",
118292  unicodeslot=0xA80E,
118293 },
118294 [0xA80F]={
118295  category="lo",
118296  description="SYLOTI NAGRI LETTER JHO",
118297  direction="l",
118298  linebreak="al",
118299  unicodeslot=0xA80F,
118300 },
118301 [0xA810]={
118302  category="lo",
118303  description="SYLOTI NAGRI LETTER TTO",
118304  direction="l",
118305  linebreak="al",
118306  unicodeslot=0xA810,
118307 },
118308 [0xA811]={
118309  category="lo",
118310  description="SYLOTI NAGRI LETTER TTHO",
118311  direction="l",
118312  linebreak="al",
118313  unicodeslot=0xA811,
118314 },
118315 [0xA812]={
118316  category="lo",
118317  description="SYLOTI NAGRI LETTER DDO",
118318  direction="l",
118319  linebreak="al",
118320  unicodeslot=0xA812,
118321 },
118322 [0xA813]={
118323  category="lo",
118324  description="SYLOTI NAGRI LETTER DDHO",
118325  direction="l",
118326  linebreak="al",
118327  unicodeslot=0xA813,
118328 },
118329 [0xA814]={
118330  category="lo",
118331  description="SYLOTI NAGRI LETTER TO",
118332  direction="l",
118333  linebreak="al",
118334  unicodeslot=0xA814,
118335 },
118336 [0xA815]={
118337  category="lo",
118338  description="SYLOTI NAGRI LETTER THO",
118339  direction="l",
118340  linebreak="al",
118341  unicodeslot=0xA815,
118342 },
118343 [0xA816]={
118344  category="lo",
118345  description="SYLOTI NAGRI LETTER DO",
118346  direction="l",
118347  linebreak="al",
118348  unicodeslot=0xA816,
118349 },
118350 [0xA817]={
118351  category="lo",
118352  description="SYLOTI NAGRI LETTER DHO",
118353  direction="l",
118354  linebreak="al",
118355  unicodeslot=0xA817,
118356 },
118357 [0xA818]={
118358  category="lo",
118359  description="SYLOTI NAGRI LETTER NO",
118360  direction="l",
118361  linebreak="al",
118362  unicodeslot=0xA818,
118363 },
118364 [0xA819]={
118365  category="lo",
118366  description="SYLOTI NAGRI LETTER PO",
118367  direction="l",
118368  linebreak="al",
118369  unicodeslot=0xA819,
118370 },
118371 [0xA81A]={
118372  category="lo",
118373  description="SYLOTI NAGRI LETTER PHO",
118374  direction="l",
118375  linebreak="al",
118376  unicodeslot=0xA81A,
118377 },
118378 [0xA81B]={
118379  category="lo",
118380  description="SYLOTI NAGRI LETTER BO",
118381  direction="l",
118382  linebreak="al",
118383  unicodeslot=0xA81B,
118384 },
118385 [0xA81C]={
118386  category="lo",
118387  description="SYLOTI NAGRI LETTER BHO",
118388  direction="l",
118389  linebreak="al",
118390  unicodeslot=0xA81C,
118391 },
118392 [0xA81D]={
118393  category="lo",
118394  description="SYLOTI NAGRI LETTER MO",
118395  direction="l",
118396  linebreak="al",
118397  unicodeslot=0xA81D,
118398 },
118399 [0xA81E]={
118400  category="lo",
118401  description="SYLOTI NAGRI LETTER RO",
118402  direction="l",
118403  linebreak="al",
118404  unicodeslot=0xA81E,
118405 },
118406 [0xA81F]={
118407  category="lo",
118408  description="SYLOTI NAGRI LETTER LO",
118409  direction="l",
118410  linebreak="al",
118411  unicodeslot=0xA81F,
118412 },
118413 [0xA820]={
118414  category="lo",
118415  description="SYLOTI NAGRI LETTER RRO",
118416  direction="l",
118417  linebreak="al",
118418  unicodeslot=0xA820,
118419 },
118420 [0xA821]={
118421  category="lo",
118422  description="SYLOTI NAGRI LETTER SO",
118423  direction="l",
118424  linebreak="al",
118425  unicodeslot=0xA821,
118426 },
118427 [0xA822]={
118428  category="lo",
118429  description="SYLOTI NAGRI LETTER HO",
118430  direction="l",
118431  linebreak="al",
118432  unicodeslot=0xA822,
118433 },
118434 [0xA823]={
118435  category="mc",
118436  description="SYLOTI NAGRI VOWEL SIGN A",
118437  direction="l",
118438  linebreak="cm",
118439  unicodeslot=0xA823,
118440 },
118441 [0xA824]={
118442  category="mc",
118443  description="SYLOTI NAGRI VOWEL SIGN I",
118444  direction="l",
118445  linebreak="cm",
118446  unicodeslot=0xA824,
118447 },
118448 [0xA825]={
118449  category="mn",
118450  description="SYLOTI NAGRI VOWEL SIGN U",
118451  direction="nsm",
118452  linebreak="cm",
118453  unicodeslot=0xA825,
118454 },
118455 [0xA826]={
118456  category="mn",
118457  description="SYLOTI NAGRI VOWEL SIGN E",
118458  direction="nsm",
118459  linebreak="cm",
118460  unicodeslot=0xA826,
118461 },
118462 [0xA827]={
118463  category="mc",
118464  description="SYLOTI NAGRI VOWEL SIGN OO",
118465  direction="l",
118466  linebreak="cm",
118467  unicodeslot=0xA827,
118468 },
118469 [0xA828]={
118470  category="so",
118471  description="SYLOTI NAGRI POETRY MARK-0x0001",
118472  direction="on",
118473  linebreak="al",
118474  unicodeslot=0xA828,
118475 },
118476 [0xA829]={
118477  category="so",
118478  description="SYLOTI NAGRI POETRY MARK-0x0002",
118479  direction="on",
118480  linebreak="al",
118481  unicodeslot=0xA829,
118482 },
118483 [0xA82A]={
118484  category="so",
118485  description="SYLOTI NAGRI POETRY MARK-0x0003",
118486  direction="on",
118487  linebreak="al",
118488  unicodeslot=0xA82A,
118489 },
118490 [0xA82B]={
118491  category="so",
118492  description="SYLOTI NAGRI POETRY MARK-0x0004",
118493  direction="on",
118494  linebreak="al",
118495  unicodeslot=0xA82B,
118496 },
118497 [0xA82C]={
118498  category="mn",
118499  combining=0x9,
118500  description="SYLOTI NAGRI SIGN ALTERNATE HASANTA",
118501  direction="nsm",
118502  linebreak="cm",
118503  unicodeslot=0xA82C,
118504 },
118505 [0xA830]={
118506  category="no",
118507  description="NORTH INDIC FRACTION ONE QUARTER",
118508  direction="l",
118509  linebreak="al",
118510  unicodeslot=0xA830,
118511 },
118512 [0xA831]={
118513  category="no",
118514  description="NORTH INDIC FRACTION ONE HALF",
118515  direction="l",
118516  linebreak="al",
118517  unicodeslot=0xA831,
118518 },
118519 [0xA832]={
118520  category="no",
118521  description="NORTH INDIC FRACTION THREE QUARTERS",
118522  direction="l",
118523  linebreak="al",
118524  unicodeslot=0xA832,
118525 },
118526 [0xA833]={
118527  category="no",
118528  description="NORTH INDIC FRACTION ONE SIXTEENTH",
118529  direction="l",
118530  linebreak="al",
118531  unicodeslot=0xA833,
118532 },
118533 [0xA834]={
118534  category="no",
118535  description="NORTH INDIC FRACTION ONE EIGHTH",
118536  direction="l",
118537  linebreak="al",
118538  unicodeslot=0xA834,
118539 },
118540 [0xA835]={
118541  category="no",
118542  description="NORTH INDIC FRACTION THREE SIXTEENTHS",
118543  direction="l",
118544  linebreak="al",
118545  unicodeslot=0xA835,
118546 },
118547 [0xA836]={
118548  category="so",
118549  description="NORTH INDIC QUARTER MARK",
118550  direction="l",
118551  linebreak="al",
118552  unicodeslot=0xA836,
118553 },
118554 [0xA837]={
118555  category="so",
118556  description="NORTH INDIC PLACEHOLDER MARK",
118557  direction="l",
118558  linebreak="al",
118559  unicodeslot=0xA837,
118560 },
118561 [0xA838]={
118562  category="sc",
118563  description="NORTH INDIC RUPEE MARK",
118564  direction="et",
118565  linebreak="po",
118566  unicodeslot=0xA838,
118567 },
118568 [0xA839]={
118569  category="so",
118570  description="NORTH INDIC QUANTITY MARK",
118571  direction="et",
118572  linebreak="al",
118573  unicodeslot=0xA839,
118574 },
118575 [0xA840]={
118576  arabic="d",
118577  category="lo",
118578  description="PHAGS-PA LETTER KA",
118579  direction="l",
118580  linebreak="al",
118581  unicodeslot=0xA840,
118582 },
118583 [0xA841]={
118584  arabic="d",
118585  category="lo",
118586  description="PHAGS-PA LETTER KHA",
118587  direction="l",
118588  linebreak="al",
118589  unicodeslot=0xA841,
118590 },
118591 [0xA842]={
118592  arabic="d",
118593  category="lo",
118594  description="PHAGS-PA LETTER GA",
118595  direction="l",
118596  linebreak="al",
118597  unicodeslot=0xA842,
118598 },
118599 [0xA843]={
118600  arabic="d",
118601  category="lo",
118602  description="PHAGS-PA LETTER NGA",
118603  direction="l",
118604  linebreak="al",
118605  unicodeslot=0xA843,
118606 },
118607 [0xA844]={
118608  arabic="d",
118609  category="lo",
118610  description="PHAGS-PA LETTER CA",
118611  direction="l",
118612  linebreak="al",
118613  unicodeslot=0xA844,
118614 },
118615 [0xA845]={
118616  arabic="d",
118617  category="lo",
118618  description="PHAGS-PA LETTER CHA",
118619  direction="l",
118620  linebreak="al",
118621  unicodeslot=0xA845,
118622 },
118623 [0xA846]={
118624  arabic="d",
118625  category="lo",
118626  description="PHAGS-PA LETTER JA",
118627  direction="l",
118628  linebreak="al",
118629  unicodeslot=0xA846,
118630 },
118631 [0xA847]={
118632  arabic="d",
118633  category="lo",
118634  description="PHAGS-PA LETTER NYA",
118635  direction="l",
118636  linebreak="al",
118637  unicodeslot=0xA847,
118638 },
118639 [0xA848]={
118640  arabic="d",
118641  category="lo",
118642  description="PHAGS-PA LETTER TA",
118643  direction="l",
118644  linebreak="al",
118645  unicodeslot=0xA848,
118646 },
118647 [0xA849]={
118648  arabic="d",
118649  category="lo",
118650  description="PHAGS-PA LETTER THA",
118651  direction="l",
118652  linebreak="al",
118653  unicodeslot=0xA849,
118654 },
118655 [0xA84A]={
118656  arabic="d",
118657  category="lo",
118658  description="PHAGS-PA LETTER DA",
118659  direction="l",
118660  linebreak="al",
118661  unicodeslot=0xA84A,
118662 },
118663 [0xA84B]={
118664  arabic="d",
118665  category="lo",
118666  description="PHAGS-PA LETTER NA",
118667  direction="l",
118668  linebreak="al",
118669  unicodeslot=0xA84B,
118670 },
118671 [0xA84C]={
118672  arabic="d",
118673  category="lo",
118674  description="PHAGS-PA LETTER PA",
118675  direction="l",
118676  linebreak="al",
118677  unicodeslot=0xA84C,
118678 },
118679 [0xA84D]={
118680  arabic="d",
118681  category="lo",
118682  description="PHAGS-PA LETTER PHA",
118683  direction="l",
118684  linebreak="al",
118685  unicodeslot=0xA84D,
118686 },
118687 [0xA84E]={
118688  arabic="d",
118689  category="lo",
118690  description="PHAGS-PA LETTER BA",
118691  direction="l",
118692  linebreak="al",
118693  unicodeslot=0xA84E,
118694 },
118695 [0xA84F]={
118696  arabic="d",
118697  category="lo",
118698  description="PHAGS-PA LETTER MA",
118699  direction="l",
118700  linebreak="al",
118701  unicodeslot=0xA84F,
118702 },
118703 [0xA850]={
118704  arabic="d",
118705  category="lo",
118706  description="PHAGS-PA LETTER TSA",
118707  direction="l",
118708  linebreak="al",
118709  unicodeslot=0xA850,
118710 },
118711 [0xA851]={
118712  arabic="d",
118713  category="lo",
118714  description="PHAGS-PA LETTER TSHA",
118715  direction="l",
118716  linebreak="al",
118717  unicodeslot=0xA851,
118718 },
118719 [0xA852]={
118720  arabic="d",
118721  category="lo",
118722  description="PHAGS-PA LETTER DZA",
118723  direction="l",
118724  linebreak="al",
118725  unicodeslot=0xA852,
118726 },
118727 [0xA853]={
118728  arabic="d",
118729  category="lo",
118730  description="PHAGS-PA LETTER WA",
118731  direction="l",
118732  linebreak="al",
118733  unicodeslot=0xA853,
118734 },
118735 [0xA854]={
118736  arabic="d",
118737  category="lo",
118738  description="PHAGS-PA LETTER ZHA",
118739  direction="l",
118740  linebreak="al",
118741  unicodeslot=0xA854,
118742 },
118743 [0xA855]={
118744  arabic="d",
118745  category="lo",
118746  description="PHAGS-PA LETTER ZA",
118747  direction="l",
118748  linebreak="al",
118749  unicodeslot=0xA855,
118750 },
118751 [0xA856]={
118752  arabic="d",
118753  category="lo",
118754  description="PHAGS-PA LETTER SMALL A",
118755  direction="l",
118756  linebreak="al",
118757  unicodeslot=0xA856,
118758  variants={
118759   [0xFE00]="phags-pa letter reversed shaping small a",
118760  },
118761 },
118762 [0xA857]={
118763  arabic="d",
118764  category="lo",
118765  description="PHAGS-PA LETTER YA",
118766  direction="l",
118767  linebreak="al",
118768  unicodeslot=0xA857,
118769 },
118770 [0xA858]={
118771  arabic="d",
118772  category="lo",
118773  description="PHAGS-PA LETTER RA",
118774  direction="l",
118775  linebreak="al",
118776  unicodeslot=0xA858,
118777 },
118778 [0xA859]={
118779  arabic="d",
118780  category="lo",
118781  description="PHAGS-PA LETTER LA",
118782  direction="l",
118783  linebreak="al",
118784  unicodeslot=0xA859,
118785 },
118786 [0xA85A]={
118787  arabic="d",
118788  category="lo",
118789  description="PHAGS-PA LETTER SHA",
118790  direction="l",
118791  linebreak="al",
118792  unicodeslot=0xA85A,
118793 },
118794 [0xA85B]={
118795  arabic="d",
118796  category="lo",
118797  description="PHAGS-PA LETTER SA",
118798  direction="l",
118799  linebreak="al",
118800  unicodeslot=0xA85B,
118801 },
118802 [0xA85C]={
118803  arabic="d",
118804  category="lo",
118805  description="PHAGS-PA LETTER HA",
118806  direction="l",
118807  linebreak="al",
118808  unicodeslot=0xA85C,
118809  variants={
118810   [0xFE00]="phags-pa letter reversed shaping ha",
118811  },
118812 },
118813 [0xA85D]={
118814  arabic="d",
118815  category="lo",
118816  description="PHAGS-PA LETTER A",
118817  direction="l",
118818  linebreak="al",
118819  unicodeslot=0xA85D,
118820 },
118821 [0xA85E]={
118822  arabic="d",
118823  category="lo",
118824  description="PHAGS-PA LETTER I",
118825  direction="l",
118826  linebreak="al",
118827  unicodeslot=0xA85E,
118828  variants={
118829   [0xFE00]="phags-pa letter reversed shaping i",
118830  },
118831 },
118832 [0xA85F]={
118833  arabic="d",
118834  category="lo",
118835  description="PHAGS-PA LETTER U",
118836  direction="l",
118837  linebreak="al",
118838  unicodeslot=0xA85F,
118839  variants={
118840   [0xFE00]="phags-pa letter reversed shaping u",
118841  },
118842 },
118843 [0xA860]={
118844  arabic="d",
118845  category="lo",
118846  description="PHAGS-PA LETTER E",
118847  direction="l",
118848  linebreak="al",
118849  unicodeslot=0xA860,
118850  variants={
118851   [0xFE00]="phags-pa letter reversed shaping e",
118852  },
118853 },
118854 [0xA861]={
118855  arabic="d",
118856  category="lo",
118857  description="PHAGS-PA LETTER O",
118858  direction="l",
118859  linebreak="al",
118860  unicodeslot=0xA861,
118861 },
118862 [0xA862]={
118863  arabic="d",
118864  category="lo",
118865  description="PHAGS-PA LETTER QA",
118866  direction="l",
118867  linebreak="al",
118868  unicodeslot=0xA862,
118869 },
118870 [0xA863]={
118871  arabic="d",
118872  category="lo",
118873  description="PHAGS-PA LETTER XA",
118874  direction="l",
118875  linebreak="al",
118876  unicodeslot=0xA863,
118877 },
118878 [0xA864]={
118879  arabic="d",
118880  category="lo",
118881  description="PHAGS-PA LETTER FA",
118882  direction="l",
118883  linebreak="al",
118884  unicodeslot=0xA864,
118885 },
118886 [0xA865]={
118887  arabic="d",
118888  category="lo",
118889  description="PHAGS-PA LETTER GGA",
118890  direction="l",
118891  linebreak="al",
118892  unicodeslot=0xA865,
118893 },
118894 [0xA866]={
118895  arabic="d",
118896  category="lo",
118897  description="PHAGS-PA LETTER EE",
118898  direction="l",
118899  linebreak="al",
118900  unicodeslot=0xA866,
118901 },
118902 [0xA867]={
118903  arabic="d",
118904  category="lo",
118905  description="PHAGS-PA SUBJOINED LETTER WA",
118906  direction="l",
118907  linebreak="al",
118908  unicodeslot=0xA867,
118909 },
118910 [0xA868]={
118911  arabic="d",
118912  category="lo",
118913  description="PHAGS-PA SUBJOINED LETTER YA",
118914  direction="l",
118915  linebreak="al",
118916  unicodeslot=0xA868,
118917  variants={
118918   [0xFE00]="phags-pa letter reversed shaping subjoined ya",
118919  },
118920 },
118921 [0xA869]={
118922  arabic="d",
118923  category="lo",
118924  description="PHAGS-PA LETTER TTA",
118925  direction="l",
118926  linebreak="al",
118927  unicodeslot=0xA869,
118928 },
118929 [0xA86A]={
118930  arabic="d",
118931  category="lo",
118932  description="PHAGS-PA LETTER TTHA",
118933  direction="l",
118934  linebreak="al",
118935  unicodeslot=0xA86A,
118936 },
118937 [0xA86B]={
118938  arabic="d",
118939  category="lo",
118940  description="PHAGS-PA LETTER DDA",
118941  direction="l",
118942  linebreak="al",
118943  unicodeslot=0xA86B,
118944 },
118945 [0xA86C]={
118946  arabic="d",
118947  category="lo",
118948  description="PHAGS-PA LETTER NNA",
118949  direction="l",
118950  linebreak="al",
118951  unicodeslot=0xA86C,
118952 },
118953 [0xA86D]={
118954  arabic="d",
118955  category="lo",
118956  description="PHAGS-PA LETTER ALTERNATE YA",
118957  direction="l",
118958  linebreak="al",
118959  unicodeslot=0xA86D,
118960 },
118961 [0xA86E]={
118962  arabic="d",
118963  category="lo",
118964  description="PHAGS-PA LETTER VOICELESS SHA",
118965  direction="l",
118966  linebreak="al",
118967  unicodeslot=0xA86E,
118968 },
118969 [0xA86F]={
118970  arabic="d",
118971  category="lo",
118972  description="PHAGS-PA LETTER VOICED HA",
118973  direction="l",
118974  linebreak="al",
118975  unicodeslot=0xA86F,
118976 },
118977 [0xA870]={
118978  arabic="d",
118979  category="lo",
118980  description="PHAGS-PA LETTER ASPIRATED FA",
118981  direction="l",
118982  linebreak="al",
118983  unicodeslot=0xA870,
118984 },
118985 [0xA871]={
118986  arabic="d",
118987  category="lo",
118988  description="PHAGS-PA SUBJOINED LETTER RA",
118989  direction="l",
118990  linebreak="al",
118991  unicodeslot=0xA871,
118992 },
118993 [0xA872]={
118994  arabic="l",
118995  category="lo",
118996  description="PHAGS-PA SUPERFIXED LETTER RA",
118997  direction="l",
118998  linebreak="al",
118999  unicodeslot=0xA872,
119000 },
119001 [0xA873]={
119002  arabic="u",
119003  category="lo",
119004  description="PHAGS-PA LETTER CANDRABINDU",
119005  direction="l",
119006  linebreak="al",
119007  unicodeslot=0xA873,
119008 },
119009 [0xA874]={
119010  category="po",
119011  description="PHAGS-PA SINGLE HEAD MARK",
119012  direction="on",
119013  linebreak="bb",
119014  unicodeslot=0xA874,
119015 },
119016 [0xA875]={
119017  category="po",
119018  description="PHAGS-PA DOUBLE HEAD MARK",
119019  direction="on",
119020  linebreak="bb",
119021  unicodeslot=0xA875,
119022 },
119023 [0xA876]={
119024  category="po",
119025  description="PHAGS-PA MARK SHAD",
119026  direction="on",
119027  linebreak="ex",
119028  unicodeslot=0xA876,
119029 },
119030 [0xA877]={
119031  category="po",
119032  description="PHAGS-PA MARK DOUBLE SHAD",
119033  direction="on",
119034  linebreak="ex",
119035  unicodeslot=0xA877,
119036 },
119037 [0xA880]={
119038  category="mc",
119039  description="SAURASHTRA SIGN ANUSVARA",
119040  direction="l",
119041  linebreak="cm",
119042  unicodeslot=0xA880,
119043 },
119044 [0xA881]={
119045  category="mc",
119046  description="SAURASHTRA SIGN VISARGA",
119047  direction="l",
119048  linebreak="cm",
119049  unicodeslot=0xA881,
119050 },
119051 [0xA882]={
119052  category="lo",
119053  description="SAURASHTRA LETTER A",
119054  direction="l",
119055  linebreak="al",
119056  unicodeslot=0xA882,
119057 },
119058 [0xA883]={
119059  category="lo",
119060  description="SAURASHTRA LETTER AA",
119061  direction="l",
119062  linebreak="al",
119063  unicodeslot=0xA883,
119064 },
119065 [0xA884]={
119066  category="lo",
119067  description="SAURASHTRA LETTER I",
119068  direction="l",
119069  linebreak="al",
119070  unicodeslot=0xA884,
119071 },
119072 [0xA885]={
119073  category="lo",
119074  description="SAURASHTRA LETTER II",
119075  direction="l",
119076  linebreak="al",
119077  unicodeslot=0xA885,
119078 },
119079 [0xA886]={
119080  category="lo",
119081  description="SAURASHTRA LETTER U",
119082  direction="l",
119083  linebreak="al",
119084  unicodeslot=0xA886,
119085 },
119086 [0xA887]={
119087  category="lo",
119088  description="SAURASHTRA LETTER UU",
119089  direction="l",
119090  linebreak="al",
119091  unicodeslot=0xA887,
119092 },
119093 [0xA888]={
119094  category="lo",
119095  description="SAURASHTRA LETTER VOCALIC R",
119096  direction="l",
119097  linebreak="al",
119098  unicodeslot=0xA888,
119099 },
119100 [0xA889]={
119101  category="lo",
119102  description="SAURASHTRA LETTER VOCALIC RR",
119103  direction="l",
119104  linebreak="al",
119105  unicodeslot=0xA889,
119106 },
119107 [0xA88A]={
119108  category="lo",
119109  description="SAURASHTRA LETTER VOCALIC L",
119110  direction="l",
119111  linebreak="al",
119112  unicodeslot=0xA88A,
119113 },
119114 [0xA88B]={
119115  category="lo",
119116  description="SAURASHTRA LETTER VOCALIC LL",
119117  direction="l",
119118  linebreak="al",
119119  unicodeslot=0xA88B,
119120 },
119121 [0xA88C]={
119122  category="lo",
119123  description="SAURASHTRA LETTER E",
119124  direction="l",
119125  linebreak="al",
119126  unicodeslot=0xA88C,
119127 },
119128 [0xA88D]={
119129  category="lo",
119130  description="SAURASHTRA LETTER EE",
119131  direction="l",
119132  linebreak="al",
119133  unicodeslot=0xA88D,
119134 },
119135 [0xA88E]={
119136  category="lo",
119137  description="SAURASHTRA LETTER AI",
119138  direction="l",
119139  linebreak="al",
119140  unicodeslot=0xA88E,
119141 },
119142 [0xA88F]={
119143  category="lo",
119144  description="SAURASHTRA LETTER O",
119145  direction="l",
119146  linebreak="al",
119147  unicodeslot=0xA88F,
119148 },
119149 [0xA890]={
119150  category="lo",
119151  description="SAURASHTRA LETTER OO",
119152  direction="l",
119153  linebreak="al",
119154  unicodeslot=0xA890,
119155 },
119156 [0xA891]={
119157  category="lo",
119158  description="SAURASHTRA LETTER AU",
119159  direction="l",
119160  linebreak="al",
119161  unicodeslot=0xA891,
119162 },
119163 [0xA892]={
119164  category="lo",
119165  description="SAURASHTRA LETTER KA",
119166  direction="l",
119167  linebreak="al",
119168  unicodeslot=0xA892,
119169 },
119170 [0xA893]={
119171  category="lo",
119172  description="SAURASHTRA LETTER KHA",
119173  direction="l",
119174  linebreak="al",
119175  unicodeslot=0xA893,
119176 },
119177 [0xA894]={
119178  category="lo",
119179  description="SAURASHTRA LETTER GA",
119180  direction="l",
119181  linebreak="al",
119182  unicodeslot=0xA894,
119183 },
119184 [0xA895]={
119185  category="lo",
119186  description="SAURASHTRA LETTER GHA",
119187  direction="l",
119188  linebreak="al",
119189  unicodeslot=0xA895,
119190 },
119191 [0xA896]={
119192  category="lo",
119193  description="SAURASHTRA LETTER NGA",
119194  direction="l",
119195  linebreak="al",
119196  unicodeslot=0xA896,
119197 },
119198 [0xA897]={
119199  category="lo",
119200  description="SAURASHTRA LETTER CA",
119201  direction="l",
119202  linebreak="al",
119203  unicodeslot=0xA897,
119204 },
119205 [0xA898]={
119206  category="lo",
119207  description="SAURASHTRA LETTER CHA",
119208  direction="l",
119209  linebreak="al",
119210  unicodeslot=0xA898,
119211 },
119212 [0xA899]={
119213  category="lo",
119214  description="SAURASHTRA LETTER JA",
119215  direction="l",
119216  linebreak="al",
119217  unicodeslot=0xA899,
119218 },
119219 [0xA89A]={
119220  category="lo",
119221  description="SAURASHTRA LETTER JHA",
119222  direction="l",
119223  linebreak="al",
119224  unicodeslot=0xA89A,
119225 },
119226 [0xA89B]={
119227  category="lo",
119228  description="SAURASHTRA LETTER NYA",
119229  direction="l",
119230  linebreak="al",
119231  unicodeslot=0xA89B,
119232 },
119233 [0xA89C]={
119234  category="lo",
119235  description="SAURASHTRA LETTER TTA",
119236  direction="l",
119237  linebreak="al",
119238  unicodeslot=0xA89C,
119239 },
119240 [0xA89D]={
119241  category="lo",
119242  description="SAURASHTRA LETTER TTHA",
119243  direction="l",
119244  linebreak="al",
119245  unicodeslot=0xA89D,
119246 },
119247 [0xA89E]={
119248  category="lo",
119249  description="SAURASHTRA LETTER DDA",
119250  direction="l",
119251  linebreak="al",
119252  unicodeslot=0xA89E,
119253 },
119254 [0xA89F]={
119255  category="lo",
119256  description="SAURASHTRA LETTER DDHA",
119257  direction="l",
119258  linebreak="al",
119259  unicodeslot=0xA89F,
119260 },
119261 [0xA8A0]={
119262  category="lo",
119263  description="SAURASHTRA LETTER NNA",
119264  direction="l",
119265  linebreak="al",
119266  unicodeslot=0xA8A0,
119267 },
119268 [0xA8A1]={
119269  category="lo",
119270  description="SAURASHTRA LETTER TA",
119271  direction="l",
119272  linebreak="al",
119273  unicodeslot=0xA8A1,
119274 },
119275 [0xA8A2]={
119276  category="lo",
119277  description="SAURASHTRA LETTER THA",
119278  direction="l",
119279  linebreak="al",
119280  unicodeslot=0xA8A2,
119281 },
119282 [0xA8A3]={
119283  category="lo",
119284  description="SAURASHTRA LETTER DA",
119285  direction="l",
119286  linebreak="al",
119287  unicodeslot=0xA8A3,
119288 },
119289 [0xA8A4]={
119290  category="lo",
119291  description="SAURASHTRA LETTER DHA",
119292  direction="l",
119293  linebreak="al",
119294  unicodeslot=0xA8A4,
119295 },
119296 [0xA8A5]={
119297  category="lo",
119298  description="SAURASHTRA LETTER NA",
119299  direction="l",
119300  linebreak="al",
119301  unicodeslot=0xA8A5,
119302 },
119303 [0xA8A6]={
119304  category="lo",
119305  description="SAURASHTRA LETTER PA",
119306  direction="l",
119307  linebreak="al",
119308  unicodeslot=0xA8A6,
119309 },
119310 [0xA8A7]={
119311  category="lo",
119312  description="SAURASHTRA LETTER PHA",
119313  direction="l",
119314  linebreak="al",
119315  unicodeslot=0xA8A7,
119316 },
119317 [0xA8A8]={
119318  category="lo",
119319  description="SAURASHTRA LETTER BA",
119320  direction="l",
119321  linebreak="al",
119322  unicodeslot=0xA8A8,
119323 },
119324 [0xA8A9]={
119325  category="lo",
119326  description="SAURASHTRA LETTER BHA",
119327  direction="l",
119328  linebreak="al",
119329  unicodeslot=0xA8A9,
119330 },
119331 [0xA8AA]={
119332  category="lo",
119333  description="SAURASHTRA LETTER MA",
119334  direction="l",
119335  linebreak="al",
119336  unicodeslot=0xA8AA,
119337 },
119338 [0xA8AB]={
119339  category="lo",
119340  description="SAURASHTRA LETTER YA",
119341  direction="l",
119342  linebreak="al",
119343  unicodeslot=0xA8AB,
119344 },
119345 [0xA8AC]={
119346  category="lo",
119347  description="SAURASHTRA LETTER RA",
119348  direction="l",
119349  linebreak="al",
119350  unicodeslot=0xA8AC,
119351 },
119352 [0xA8AD]={
119353  category="lo",
119354  description="SAURASHTRA LETTER LA",
119355  direction="l",
119356  linebreak="al",
119357  unicodeslot=0xA8AD,
119358 },
119359 [0xA8AE]={
119360  category="lo",
119361  description="SAURASHTRA LETTER VA",
119362  direction="l",
119363  linebreak="al",
119364  unicodeslot=0xA8AE,
119365 },
119366 [0xA8AF]={
119367  category="lo",
119368  description="SAURASHTRA LETTER SHA",
119369  direction="l",
119370  linebreak="al",
119371  unicodeslot=0xA8AF,
119372 },
119373 [0xA8B0]={
119374  category="lo",
119375  description="SAURASHTRA LETTER SSA",
119376  direction="l",
119377  linebreak="al",
119378  unicodeslot=0xA8B0,
119379 },
119380 [0xA8B1]={
119381  category="lo",
119382  description="SAURASHTRA LETTER SA",
119383  direction="l",
119384  linebreak="al",
119385  unicodeslot=0xA8B1,
119386 },
119387 [0xA8B2]={
119388  category="lo",
119389  description="SAURASHTRA LETTER HA",
119390  direction="l",
119391  linebreak="al",
119392  unicodeslot=0xA8B2,
119393 },
119394 [0xA8B3]={
119395  category="lo",
119396  description="SAURASHTRA LETTER LLA",
119397  direction="l",
119398  linebreak="al",
119399  unicodeslot=0xA8B3,
119400 },
119401 [0xA8B4]={
119402  category="mc",
119403  description="SAURASHTRA CONSONANT SIGN HAARU",
119404  direction="l",
119405  linebreak="cm",
119406  unicodeslot=0xA8B4,
119407 },
119408 [0xA8B5]={
119409  category="mc",
119410  description="SAURASHTRA VOWEL SIGN AA",
119411  direction="l",
119412  linebreak="cm",
119413  unicodeslot=0xA8B5,
119414 },
119415 [0xA8B6]={
119416  category="mc",
119417  description="SAURASHTRA VOWEL SIGN I",
119418  direction="l",
119419  linebreak="cm",
119420  unicodeslot=0xA8B6,
119421 },
119422 [0xA8B7]={
119423  category="mc",
119424  description="SAURASHTRA VOWEL SIGN II",
119425  direction="l",
119426  linebreak="cm",
119427  unicodeslot=0xA8B7,
119428 },
119429 [0xA8B8]={
119430  category="mc",
119431  description="SAURASHTRA VOWEL SIGN U",
119432  direction="l",
119433  linebreak="cm",
119434  unicodeslot=0xA8B8,
119435 },
119436 [0xA8B9]={
119437  category="mc",
119438  description="SAURASHTRA VOWEL SIGN UU",
119439  direction="l",
119440  linebreak="cm",
119441  unicodeslot=0xA8B9,
119442 },
119443 [0xA8BA]={
119444  category="mc",
119445  description="SAURASHTRA VOWEL SIGN VOCALIC R",
119446  direction="l",
119447  linebreak="cm",
119448  unicodeslot=0xA8BA,
119449 },
119450 [0xA8BB]={
119451  category="mc",
119452  description="SAURASHTRA VOWEL SIGN VOCALIC RR",
119453  direction="l",
119454  linebreak="cm",
119455  unicodeslot=0xA8BB,
119456 },
119457 [0xA8BC]={
119458  category="mc",
119459  description="SAURASHTRA VOWEL SIGN VOCALIC L",
119460  direction="l",
119461  linebreak="cm",
119462  unicodeslot=0xA8BC,
119463 },
119464 [0xA8BD]={
119465  category="mc",
119466  description="SAURASHTRA VOWEL SIGN VOCALIC LL",
119467  direction="l",
119468  linebreak="cm",
119469  unicodeslot=0xA8BD,
119470 },
119471 [0xA8BE]={
119472  category="mc",
119473  description="SAURASHTRA VOWEL SIGN E",
119474  direction="l",
119475  linebreak="cm",
119476  unicodeslot=0xA8BE,
119477 },
119478 [0xA8BF]={
119479  category="mc",
119480  description="SAURASHTRA VOWEL SIGN EE",
119481  direction="l",
119482  linebreak="cm",
119483  unicodeslot=0xA8BF,
119484 },
119485 [0xA8C0]={
119486  category="mc",
119487  description="SAURASHTRA VOWEL SIGN AI",
119488  direction="l",
119489  linebreak="cm",
119490  unicodeslot=0xA8C0,
119491 },
119492 [0xA8C1]={
119493  category="mc",
119494  description="SAURASHTRA VOWEL SIGN O",
119495  direction="l",
119496  linebreak="cm",
119497  unicodeslot=0xA8C1,
119498 },
119499 [0xA8C2]={
119500  category="mc",
119501  description="SAURASHTRA VOWEL SIGN OO",
119502  direction="l",
119503  linebreak="cm",
119504  unicodeslot=0xA8C2,
119505 },
119506 [0xA8C3]={
119507  category="mc",
119508  description="SAURASHTRA VOWEL SIGN AU",
119509  direction="l",
119510  linebreak="cm",
119511  unicodeslot=0xA8C3,
119512 },
119513 [0xA8C4]={
119514  category="mn",
119515  combining=0x9,
119516  description="SAURASHTRA SIGN VIRAMA",
119517  direction="nsm",
119518  linebreak="cm",
119519  unicodeslot=0xA8C4,
119520 },
119521 [0xA8C5]={
119522  category="mn",
119523  description="SAURASHTRA SIGN CANDRABINDU",
119524  direction="nsm",
119525  linebreak="cm",
119526  unicodeslot=0xA8C5,
119527 },
119528 [0xA8CE]={
119529  category="po",
119530  description="SAURASHTRA DANDA",
119531  direction="l",
119532  linebreak="ba",
119533  unicodeslot=0xA8CE,
119534 },
119535 [0xA8CF]={
119536  category="po",
119537  description="SAURASHTRA DOUBLE DANDA",
119538  direction="l",
119539  linebreak="ba",
119540  unicodeslot=0xA8CF,
119541 },
119542 [0xA8D0]={
119543  category="nd",
119544  description="SAURASHTRA DIGIT ZERO",
119545  direction="l",
119546  linebreak="nu",
119547  unicodeslot=0xA8D0,
119548 },
119549 [0xA8D1]={
119550  category="nd",
119551  description="SAURASHTRA DIGIT ONE",
119552  direction="l",
119553  linebreak="nu",
119554  unicodeslot=0xA8D1,
119555 },
119556 [0xA8D2]={
119557  category="nd",
119558  description="SAURASHTRA DIGIT TWO",
119559  direction="l",
119560  linebreak="nu",
119561  unicodeslot=0xA8D2,
119562 },
119563 [0xA8D3]={
119564  category="nd",
119565  description="SAURASHTRA DIGIT THREE",
119566  direction="l",
119567  linebreak="nu",
119568  unicodeslot=0xA8D3,
119569 },
119570 [0xA8D4]={
119571  category="nd",
119572  description="SAURASHTRA DIGIT FOUR",
119573  direction="l",
119574  linebreak="nu",
119575  unicodeslot=0xA8D4,
119576 },
119577 [0xA8D5]={
119578  category="nd",
119579  description="SAURASHTRA DIGIT FIVE",
119580  direction="l",
119581  linebreak="nu",
119582  unicodeslot=0xA8D5,
119583 },
119584 [0xA8D6]={
119585  category="nd",
119586  description="SAURASHTRA DIGIT SIX",
119587  direction="l",
119588  linebreak="nu",
119589  unicodeslot=0xA8D6,
119590 },
119591 [0xA8D7]={
119592  category="nd",
119593  description="SAURASHTRA DIGIT SEVEN",
119594  direction="l",
119595  linebreak="nu",
119596  unicodeslot=0xA8D7,
119597 },
119598 [0xA8D8]={
119599  category="nd",
119600  description="SAURASHTRA DIGIT EIGHT",
119601  direction="l",
119602  linebreak="nu",
119603  unicodeslot=0xA8D8,
119604 },
119605 [0xA8D9]={
119606  category="nd",
119607  description="SAURASHTRA DIGIT NINE",
119608  direction="l",
119609  linebreak="nu",
119610  unicodeslot=0xA8D9,
119611 },
119612 [0xA8E0]={
119613  category="mn",
119614  combining=0xE6,
119615  description="COMBINING DEVANAGARI DIGIT ZERO",
119616  direction="nsm",
119617  indic="m",
119618  indicmark="t",
119619  linebreak="cm",
119620  unicodeslot=0xA8E0,
119621 },
119622 [0xA8E1]={
119623  category="mn",
119624  combining=0xE6,
119625  description="COMBINING DEVANAGARI DIGIT ONE",
119626  direction="nsm",
119627  indic="m",
119628  indicmark="t",
119629  linebreak="cm",
119630  unicodeslot=0xA8E1,
119631 },
119632 [0xA8E2]={
119633  category="mn",
119634  combining=0xE6,
119635  description="COMBINING DEVANAGARI DIGIT TWO",
119636  direction="nsm",
119637  indic="m",
119638  indicmark="t",
119639  linebreak="cm",
119640  unicodeslot=0xA8E2,
119641 },
119642 [0xA8E3]={
119643  category="mn",
119644  combining=0xE6,
119645  description="COMBINING DEVANAGARI DIGIT THREE",
119646  direction="nsm",
119647  indic="m",
119648  indicmark="t",
119649  linebreak="cm",
119650  unicodeslot=0xA8E3,
119651 },
119652 [0xA8E4]={
119653  category="mn",
119654  combining=0xE6,
119655  description="COMBINING DEVANAGARI DIGIT FOUR",
119656  direction="nsm",
119657  indic="m",
119658  indicmark="t",
119659  linebreak="cm",
119660  unicodeslot=0xA8E4,
119661 },
119662 [0xA8E5]={
119663  category="mn",
119664  combining=0xE6,
119665  description="COMBINING DEVANAGARI DIGIT FIVE",
119666  direction="nsm",
119667  indic="m",
119668  indicmark="t",
119669  linebreak="cm",
119670  unicodeslot=0xA8E5,
119671 },
119672 [0xA8E6]={
119673  category="mn",
119674  combining=0xE6,
119675  description="COMBINING DEVANAGARI DIGIT SIX",
119676  direction="nsm",
119677  indic="m",
119678  indicmark="t",
119679  linebreak="cm",
119680  unicodeslot=0xA8E6,
119681 },
119682 [0xA8E7]={
119683  category="mn",
119684  combining=0xE6,
119685  description="COMBINING DEVANAGARI DIGIT SEVEN",
119686  direction="nsm",
119687  indic="m",
119688  indicmark="t",
119689  linebreak="cm",
119690  unicodeslot=0xA8E7,
119691 },
119692 [0xA8E8]={
119693  category="mn",
119694  combining=0xE6,
119695  description="COMBINING DEVANAGARI DIGIT EIGHT",
119696  direction="nsm",
119697  indic="m",
119698  indicmark="t",
119699  linebreak="cm",
119700  unicodeslot=0xA8E8,
119701 },
119702 [0xA8E9]={
119703  category="mn",
119704  combining=0xE6,
119705  description="COMBINING DEVANAGARI DIGIT NINE",
119706  direction="nsm",
119707  indic="m",
119708  indicmark="t",
119709  linebreak="cm",
119710  unicodeslot=0xA8E9,
119711 },
119712 [0xA8EA]={
119713  category="mn",
119714  combining=0xE6,
119715  description="COMBINING DEVANAGARI LETTER A",
119716  direction="nsm",
119717  indic="m",
119718  indicmark="t",
119719  linebreak="cm",
119720  unicodeslot=0xA8EA,
119721 },
119722 [0xA8EB]={
119723  category="mn",
119724  combining=0xE6,
119725  description="COMBINING DEVANAGARI LETTER U",
119726  direction="nsm",
119727  indic="m",
119728  indicmark="t",
119729  linebreak="cm",
119730  unicodeslot=0xA8EB,
119731 },
119732 [0xA8EC]={
119733  category="mn",
119734  combining=0xE6,
119735  description="COMBINING DEVANAGARI LETTER KA",
119736  direction="nsm",
119737  indic="m",
119738  indicmark="t",
119739  linebreak="cm",
119740  unicodeslot=0xA8EC,
119741 },
119742 [0xA8ED]={
119743  category="mn",
119744  combining=0xE6,
119745  description="COMBINING DEVANAGARI LETTER NA",
119746  direction="nsm",
119747  indic="m",
119748  indicmark="t",
119749  linebreak="cm",
119750  unicodeslot=0xA8ED,
119751 },
119752 [0xA8EE]={
119753  category="mn",
119754  combining=0xE6,
119755  description="COMBINING DEVANAGARI LETTER PA",
119756  direction="nsm",
119757  indic="m",
119758  indicmark="t",
119759  linebreak="cm",
119760  unicodeslot=0xA8EE,
119761 },
119762 [0xA8EF]={
119763  category="mn",
119764  combining=0xE6,
119765  description="COMBINING DEVANAGARI LETTER RA",
119766  direction="nsm",
119767  indic="m",
119768  indicmark="t",
119769  linebreak="cm",
119770  unicodeslot=0xA8EF,
119771 },
119772 [0xA8F0]={
119773  category="mn",
119774  combining=0xE6,
119775  description="COMBINING DEVANAGARI LETTER VI",
119776  direction="nsm",
119777  indic="o",
119778  indicmark="t",
119779  linebreak="cm",
119780  unicodeslot=0xA8F0,
119781 },
119782 [0xA8F1]={
119783  category="mn",
119784  combining=0xE6,
119785  description="COMBINING DEVANAGARI SIGN AVAGRAHA",
119786  direction="nsm",
119787  indic="m",
119788  indicmark="t",
119789  linebreak="cm",
119790  unicodeslot=0xA8F1,
119791 },
119792 [0xA8F2]={
119793  category="lo",
119794  description="DEVANAGARI SIGN SPACING CANDRABINDU",
119795  direction="l",
119796  linebreak="al",
119797  unicodeslot=0xA8F2,
119798 },
119799 [0xA8F3]={
119800  category="lo",
119801  description="DEVANAGARI SIGN CANDRABINDU VIRAMA",
119802  direction="l",
119803  linebreak="al",
119804  unicodeslot=0xA8F3,
119805 },
119806 [0xA8F4]={
119807  category="lo",
119808  description="DEVANAGARI SIGN DOUBLE CANDRABINDU VIRAMA",
119809  direction="l",
119810  linebreak="al",
119811  unicodeslot=0xA8F4,
119812 },
119813 [0xA8F5]={
119814  category="lo",
119815  description="DEVANAGARI SIGN CANDRABINDU TWO",
119816  direction="l",
119817  linebreak="al",
119818  unicodeslot=0xA8F5,
119819 },
119820 [0xA8F6]={
119821  category="lo",
119822  description="DEVANAGARI SIGN CANDRABINDU THREE",
119823  direction="l",
119824  linebreak="al",
119825  unicodeslot=0xA8F6,
119826 },
119827 [0xA8F7]={
119828  category="lo",
119829  description="DEVANAGARI SIGN CANDRABINDU AVAGRAHA",
119830  direction="l",
119831  linebreak="al",
119832  unicodeslot=0xA8F7,
119833 },
119834 [0xA8F8]={
119835  category="po",
119836  description="DEVANAGARI SIGN PUSHPIKA",
119837  direction="l",
119838  linebreak="al",
119839  unicodeslot=0xA8F8,
119840 },
119841 [0xA8F9]={
119842  category="po",
119843  description="DEVANAGARI GAP FILLER",
119844  direction="l",
119845  linebreak="al",
119846  unicodeslot=0xA8F9,
119847 },
119848 [0xA8FA]={
119849  category="po",
119850  description="DEVANAGARI CARET",
119851  direction="l",
119852  linebreak="al",
119853  unicodeslot=0xA8FA,
119854 },
119855 [0xA8FB]={
119856  category="lo",
119857  description="DEVANAGARI HEADSTROKE",
119858  direction="l",
119859  linebreak="al",
119860  unicodeslot=0xA8FB,
119861 },
119862 [0xA8FC]={
119863  category="po",
119864  description="DEVANAGARI SIGN SIDDHAM",
119865  direction="l",
119866  linebreak="bb",
119867  unicodeslot=0xA8FC,
119868 },
119869 [0xA8FD]={
119870  category="lo",
119871  description="DEVANAGARI JAIN OM",
119872  direction="l",
119873  linebreak="al",
119874  unicodeslot=0xA8FD,
119875 },
119876 [0xA8FE]={
119877  category="lo",
119878  description="DEVANAGARI LETTER AY",
119879  direction="l",
119880  linebreak="al",
119881  unicodeslot=0xA8FE,
119882 },
119883 [0xA8FF]={
119884  category="mn",
119885  description="DEVANAGARI VOWEL SIGN AY",
119886  direction="nsm",
119887  linebreak="cm",
119888  unicodeslot=0xA8FF,
119889 },
119890 [0xA900]={
119891  category="nd",
119892  description="KAYAH LI DIGIT ZERO",
119893  direction="l",
119894  linebreak="nu",
119895  unicodeslot=0xA900,
119896 },
119897 [0xA901]={
119898  category="nd",
119899  description="KAYAH LI DIGIT ONE",
119900  direction="l",
119901  linebreak="nu",
119902  unicodeslot=0xA901,
119903 },
119904 [0xA902]={
119905  category="nd",
119906  description="KAYAH LI DIGIT TWO",
119907  direction="l",
119908  linebreak="nu",
119909  unicodeslot=0xA902,
119910 },
119911 [0xA903]={
119912  category="nd",
119913  description="KAYAH LI DIGIT THREE",
119914  direction="l",
119915  linebreak="nu",
119916  unicodeslot=0xA903,
119917 },
119918 [0xA904]={
119919  category="nd",
119920  description="KAYAH LI DIGIT FOUR",
119921  direction="l",
119922  linebreak="nu",
119923  unicodeslot=0xA904,
119924 },
119925 [0xA905]={
119926  category="nd",
119927  description="KAYAH LI DIGIT FIVE",
119928  direction="l",
119929  linebreak="nu",
119930  unicodeslot=0xA905,
119931 },
119932 [0xA906]={
119933  category="nd",
119934  description="KAYAH LI DIGIT SIX",
119935  direction="l",
119936  linebreak="nu",
119937  unicodeslot=0xA906,
119938 },
119939 [0xA907]={
119940  category="nd",
119941  description="KAYAH LI DIGIT SEVEN",
119942  direction="l",
119943  linebreak="nu",
119944  unicodeslot=0xA907,
119945 },
119946 [0xA908]={
119947  category="nd",
119948  description="KAYAH LI DIGIT EIGHT",
119949  direction="l",
119950  linebreak="nu",
119951  unicodeslot=0xA908,
119952 },
119953 [0xA909]={
119954  category="nd",
119955  description="KAYAH LI DIGIT NINE",
119956  direction="l",
119957  linebreak="nu",
119958  unicodeslot=0xA909,
119959 },
119960 [0xA90A]={
119961  category="lo",
119962  description="KAYAH LI LETTER KA",
119963  direction="l",
119964  linebreak="al",
119965  unicodeslot=0xA90A,
119966 },
119967 [0xA90B]={
119968  category="lo",
119969  description="KAYAH LI LETTER KHA",
119970  direction="l",
119971  linebreak="al",
119972  unicodeslot=0xA90B,
119973 },
119974 [0xA90C]={
119975  category="lo",
119976  description="KAYAH LI LETTER GA",
119977  direction="l",
119978  linebreak="al",
119979  unicodeslot=0xA90C,
119980 },
119981 [0xA90D]={
119982  category="lo",
119983  description="KAYAH LI LETTER NGA",
119984  direction="l",
119985  linebreak="al",
119986  unicodeslot=0xA90D,
119987 },
119988 [0xA90E]={
119989  category="lo",
119990  description="KAYAH LI LETTER SA",
119991  direction="l",
119992  linebreak="al",
119993  unicodeslot=0xA90E,
119994 },
119995 [0xA90F]={
119996  category="lo",
119997  description="KAYAH LI LETTER SHA",
119998  direction="l",
119999  linebreak="al",
120000  unicodeslot=0xA90F,
120001 },
120002 [0xA910]={
120003  category="lo",
120004  description="KAYAH LI LETTER ZA",
120005  direction="l",
120006  linebreak="al",
120007  unicodeslot=0xA910,
120008 },
120009 [0xA911]={
120010  category="lo",
120011  description="KAYAH LI LETTER NYA",
120012  direction="l",
120013  linebreak="al",
120014  unicodeslot=0xA911,
120015 },
120016 [0xA912]={
120017  category="lo",
120018  description="KAYAH LI LETTER TA",
120019  direction="l",
120020  linebreak="al",
120021  unicodeslot=0xA912,
120022 },
120023 [0xA913]={
120024  category="lo",
120025  description="KAYAH LI LETTER HTA",
120026  direction="l",
120027  linebreak="al",
120028  unicodeslot=0xA913,
120029 },
120030 [0xA914]={
120031  category="lo",
120032  description="KAYAH LI LETTER NA",
120033  direction="l",
120034  linebreak="al",
120035  unicodeslot=0xA914,
120036 },
120037 [0xA915]={
120038  category="lo",
120039  description="KAYAH LI LETTER PA",
120040  direction="l",
120041  linebreak="al",
120042  unicodeslot=0xA915,
120043 },
120044 [0xA916]={
120045  category="lo",
120046  description="KAYAH LI LETTER PHA",
120047  direction="l",
120048  linebreak="al",
120049  unicodeslot=0xA916,
120050 },
120051 [0xA917]={
120052  category="lo",
120053  description="KAYAH LI LETTER MA",
120054  direction="l",
120055  linebreak="al",
120056  unicodeslot=0xA917,
120057 },
120058 [0xA918]={
120059  category="lo",
120060  description="KAYAH LI LETTER DA",
120061  direction="l",
120062  linebreak="al",
120063  unicodeslot=0xA918,
120064 },
120065 [0xA919]={
120066  category="lo",
120067  description="KAYAH LI LETTER BA",
120068  direction="l",
120069  linebreak="al",
120070  unicodeslot=0xA919,
120071 },
120072 [0xA91A]={
120073  category="lo",
120074  description="KAYAH LI LETTER RA",
120075  direction="l",
120076  linebreak="al",
120077  unicodeslot=0xA91A,
120078 },
120079 [0xA91B]={
120080  category="lo",
120081  description="KAYAH LI LETTER YA",
120082  direction="l",
120083  linebreak="al",
120084  unicodeslot=0xA91B,
120085 },
120086 [0xA91C]={
120087  category="lo",
120088  description="KAYAH LI LETTER LA",
120089  direction="l",
120090  linebreak="al",
120091  unicodeslot=0xA91C,
120092 },
120093 [0xA91D]={
120094  category="lo",
120095  description="KAYAH LI LETTER WA",
120096  direction="l",
120097  linebreak="al",
120098  unicodeslot=0xA91D,
120099 },
120100 [0xA91E]={
120101  category="lo",
120102  description="KAYAH LI LETTER THA",
120103  direction="l",
120104  linebreak="al",
120105  unicodeslot=0xA91E,
120106 },
120107 [0xA91F]={
120108  category="lo",
120109  description="KAYAH LI LETTER HA",
120110  direction="l",
120111  linebreak="al",
120112  unicodeslot=0xA91F,
120113 },
120114 [0xA920]={
120115  category="lo",
120116  description="KAYAH LI LETTER VA",
120117  direction="l",
120118  linebreak="al",
120119  unicodeslot=0xA920,
120120 },
120121 [0xA921]={
120122  category="lo",
120123  description="KAYAH LI LETTER CA",
120124  direction="l",
120125  linebreak="al",
120126  unicodeslot=0xA921,
120127 },
120128 [0xA922]={
120129  category="lo",
120130  description="KAYAH LI LETTER A",
120131  direction="l",
120132  linebreak="al",
120133  unicodeslot=0xA922,
120134 },
120135 [0xA923]={
120136  category="lo",
120137  description="KAYAH LI LETTER OE",
120138  direction="l",
120139  linebreak="al",
120140  unicodeslot=0xA923,
120141 },
120142 [0xA924]={
120143  category="lo",
120144  description="KAYAH LI LETTER I",
120145  direction="l",
120146  linebreak="al",
120147  unicodeslot=0xA924,
120148 },
120149 [0xA925]={
120150  category="lo",
120151  description="KAYAH LI LETTER OO",
120152  direction="l",
120153  linebreak="al",
120154  unicodeslot=0xA925,
120155 },
120156 [0xA926]={
120157  category="mn",
120158  description="KAYAH LI VOWEL UE",
120159  direction="nsm",
120160  linebreak="cm",
120161  unicodeslot=0xA926,
120162 },
120163 [0xA927]={
120164  category="mn",
120165  description="KAYAH LI VOWEL E",
120166  direction="nsm",
120167  linebreak="cm",
120168  unicodeslot=0xA927,
120169 },
120170 [0xA928]={
120171  category="mn",
120172  description="KAYAH LI VOWEL U",
120173  direction="nsm",
120174  linebreak="cm",
120175  unicodeslot=0xA928,
120176 },
120177 [0xA929]={
120178  category="mn",
120179  description="KAYAH LI VOWEL EE",
120180  direction="nsm",
120181  linebreak="cm",
120182  unicodeslot=0xA929,
120183 },
120184 [0xA92A]={
120185  category="mn",
120186  description="KAYAH LI VOWEL O",
120187  direction="nsm",
120188  linebreak="cm",
120189  unicodeslot=0xA92A,
120190 },
120191 [0xA92B]={
120192  category="mn",
120193  combining=0xDC,
120194  description="KAYAH LI TONE PLOPHU",
120195  direction="nsm",
120196  linebreak="cm",
120197  unicodeslot=0xA92B,
120198 },
120199 [0xA92C]={
120200  category="mn",
120201  combining=0xDC,
120202  description="KAYAH LI TONE CALYA",
120203  direction="nsm",
120204  linebreak="cm",
120205  unicodeslot=0xA92C,
120206 },
120207 [0xA92D]={
120208  category="mn",
120209  combining=0xDC,
120210  description="KAYAH LI TONE CALYA PLOPHU",
120211  direction="nsm",
120212  linebreak="cm",
120213  unicodeslot=0xA92D,
120214 },
120215 [0xA92E]={
120216  category="po",
120217  description="KAYAH LI SIGN CWI",
120218  direction="l",
120219  linebreak="ba",
120220  unicodeslot=0xA92E,
120221 },
120222 [0xA92F]={
120223  category="po",
120224  description="KAYAH LI SIGN SHYA",
120225  direction="l",
120226  linebreak="ba",
120227  unicodeslot=0xA92F,
120228 },
120229 [0xA930]={
120230  category="lo",
120231  description="REJANG LETTER KA",
120232  direction="l",
120233  linebreak="al",
120234  unicodeslot=0xA930,
120235 },
120236 [0xA931]={
120237  category="lo",
120238  description="REJANG LETTER GA",
120239  direction="l",
120240  linebreak="al",
120241  unicodeslot=0xA931,
120242 },
120243 [0xA932]={
120244  category="lo",
120245  description="REJANG LETTER NGA",
120246  direction="l",
120247  linebreak="al",
120248  unicodeslot=0xA932,
120249 },
120250 [0xA933]={
120251  category="lo",
120252  description="REJANG LETTER TA",
120253  direction="l",
120254  linebreak="al",
120255  unicodeslot=0xA933,
120256 },
120257 [0xA934]={
120258  category="lo",
120259  description="REJANG LETTER DA",
120260  direction="l",
120261  linebreak="al",
120262  unicodeslot=0xA934,
120263 },
120264 [0xA935]={
120265  category="lo",
120266  description="REJANG LETTER NA",
120267  direction="l",
120268  linebreak="al",
120269  unicodeslot=0xA935,
120270 },
120271 [0xA936]={
120272  category="lo",
120273  description="REJANG LETTER PA",
120274  direction="l",
120275  linebreak="al",
120276  unicodeslot=0xA936,
120277 },
120278 [0xA937]={
120279  category="lo",
120280  description="REJANG LETTER BA",
120281  direction="l",
120282  linebreak="al",
120283  unicodeslot=0xA937,
120284 },
120285 [0xA938]={
120286  category="lo",
120287  description="REJANG LETTER MA",
120288  direction="l",
120289  linebreak="al",
120290  unicodeslot=0xA938,
120291 },
120292 [0xA939]={
120293  category="lo",
120294  description="REJANG LETTER CA",
120295  direction="l",
120296  linebreak="al",
120297  unicodeslot=0xA939,
120298 },
120299 [0xA93A]={
120300  category="lo",
120301  description="REJANG LETTER JA",
120302  direction="l",
120303  linebreak="al",
120304  unicodeslot=0xA93A,
120305 },
120306 [0xA93B]={
120307  category="lo",
120308  description="REJANG LETTER NYA",
120309  direction="l",
120310  linebreak="al",
120311  unicodeslot=0xA93B,
120312 },
120313 [0xA93C]={
120314  category="lo",
120315  description="REJANG LETTER SA",
120316  direction="l",
120317  linebreak="al",
120318  unicodeslot=0xA93C,
120319 },
120320 [0xA93D]={
120321  category="lo",
120322  description="REJANG LETTER RA",
120323  direction="l",
120324  linebreak="al",
120325  unicodeslot=0xA93D,
120326 },
120327 [0xA93E]={
120328  category="lo",
120329  description="REJANG LETTER LA",
120330  direction="l",
120331  linebreak="al",
120332  unicodeslot=0xA93E,
120333 },
120334 [0xA93F]={
120335  category="lo",
120336  description="REJANG LETTER YA",
120337  direction="l",
120338  linebreak="al",
120339  unicodeslot=0xA93F,
120340 },
120341 [0xA940]={
120342  category="lo",
120343  description="REJANG LETTER WA",
120344  direction="l",
120345  linebreak="al",
120346  unicodeslot=0xA940,
120347 },
120348 [0xA941]={
120349  category="lo",
120350  description="REJANG LETTER HA",
120351  direction="l",
120352  linebreak="al",
120353  unicodeslot=0xA941,
120354 },
120355 [0xA942]={
120356  category="lo",
120357  description="REJANG LETTER MBA",
120358  direction="l",
120359  linebreak="al",
120360  unicodeslot=0xA942,
120361 },
120362 [0xA943]={
120363  category="lo",
120364  description="REJANG LETTER NGGA",
120365  direction="l",
120366  linebreak="al",
120367  unicodeslot=0xA943,
120368 },
120369 [0xA944]={
120370  category="lo",
120371  description="REJANG LETTER NDA",
120372  direction="l",
120373  linebreak="al",
120374  unicodeslot=0xA944,
120375 },
120376 [0xA945]={
120377  category="lo",
120378  description="REJANG LETTER NYJA",
120379  direction="l",
120380  linebreak="al",
120381  unicodeslot=0xA945,
120382 },
120383 [0xA946]={
120384  category="lo",
120385  description="REJANG LETTER A",
120386  direction="l",
120387  linebreak="al",
120388  unicodeslot=0xA946,
120389 },
120390 [0xA947]={
120391  category="mn",
120392  description="REJANG VOWEL SIGN I",
120393  direction="nsm",
120394  linebreak="cm",
120395  unicodeslot=0xA947,
120396 },
120397 [0xA948]={
120398  category="mn",
120399  description="REJANG VOWEL SIGN U",
120400  direction="nsm",
120401  linebreak="cm",
120402  unicodeslot=0xA948,
120403 },
120404 [0xA949]={
120405  category="mn",
120406  description="REJANG VOWEL SIGN E",
120407  direction="nsm",
120408  linebreak="cm",
120409  unicodeslot=0xA949,
120410 },
120411 [0xA94A]={
120412  category="mn",
120413  description="REJANG VOWEL SIGN AI",
120414  direction="nsm",
120415  linebreak="cm",
120416  unicodeslot=0xA94A,
120417 },
120418 [0xA94B]={
120419  category="mn",
120420  description="REJANG VOWEL SIGN O",
120421  direction="nsm",
120422  linebreak="cm",
120423  unicodeslot=0xA94B,
120424 },
120425 [0xA94C]={
120426  category="mn",
120427  description="REJANG VOWEL SIGN AU",
120428  direction="nsm",
120429  linebreak="cm",
120430  unicodeslot=0xA94C,
120431 },
120432 [0xA94D]={
120433  category="mn",
120434  description="REJANG VOWEL SIGN EU",
120435  direction="nsm",
120436  linebreak="cm",
120437  unicodeslot=0xA94D,
120438 },
120439 [0xA94E]={
120440  category="mn",
120441  description="REJANG VOWEL SIGN EA",
120442  direction="nsm",
120443  linebreak="cm",
120444  unicodeslot=0xA94E,
120445 },
120446 [0xA94F]={
120447  category="mn",
120448  description="REJANG CONSONANT SIGN NG",
120449  direction="nsm",
120450  linebreak="cm",
120451  unicodeslot=0xA94F,
120452 },
120453 [0xA950]={
120454  category="mn",
120455  description="REJANG CONSONANT SIGN N",
120456  direction="nsm",
120457  linebreak="cm",
120458  unicodeslot=0xA950,
120459 },
120460 [0xA951]={
120461  category="mn",
120462  description="REJANG CONSONANT SIGN R",
120463  direction="nsm",
120464  linebreak="cm",
120465  unicodeslot=0xA951,
120466 },
120467 [0xA952]={
120468  category="mc",
120469  description="REJANG CONSONANT SIGN H",
120470  direction="l",
120471  linebreak="cm",
120472  unicodeslot=0xA952,
120473 },
120474 [0xA953]={
120475  category="mc",
120476  combining=0x9,
120477  description="REJANG VIRAMA",
120478  direction="l",
120479  linebreak="cm",
120480  unicodeslot=0xA953,
120481 },
120482 [0xA95F]={
120483  category="po",
120484  description="REJANG SECTION MARK",
120485  direction="l",
120486  linebreak="al",
120487  unicodeslot=0xA95F,
120488 },
120489 [0xA960]={
120490  category="lo",
120491  cjkwd="w",
120492  description="HANGUL CHOSEONG TIKEUT-MIEUM",
120493  direction="l",
120494  linebreak="jl",
120495  unicodeslot=0xA960,
120496 },
120497 [0xA961]={
120498  category="lo",
120499  cjkwd="w",
120500  description="HANGUL CHOSEONG TIKEUT-PIEUP",
120501  direction="l",
120502  linebreak="jl",
120503  unicodeslot=0xA961,
120504 },
120505 [0xA962]={
120506  category="lo",
120507  cjkwd="w",
120508  description="HANGUL CHOSEONG TIKEUT-SIOS",
120509  direction="l",
120510  linebreak="jl",
120511  unicodeslot=0xA962,
120512 },
120513 [0xA963]={
120514  category="lo",
120515  cjkwd="w",
120516  description="HANGUL CHOSEONG TIKEUT-CIEUC",
120517  direction="l",
120518  linebreak="jl",
120519  unicodeslot=0xA963,
120520 },
120521 [0xA964]={
120522  category="lo",
120523  cjkwd="w",
120524  description="HANGUL CHOSEONG RIEUL-KIYEOK",
120525  direction="l",
120526  linebreak="jl",
120527  unicodeslot=0xA964,
120528 },
120529 [0xA965]={
120530  category="lo",
120531  cjkwd="w",
120532  description="HANGUL CHOSEONG RIEUL-SSANGKIYEOK",
120533  direction="l",
120534  linebreak="jl",
120535  unicodeslot=0xA965,
120536 },
120537 [0xA966]={
120538  category="lo",
120539  cjkwd="w",
120540  description="HANGUL CHOSEONG RIEUL-TIKEUT",
120541  direction="l",
120542  linebreak="jl",
120543  unicodeslot=0xA966,
120544 },
120545 [0xA967]={
120546  category="lo",
120547  cjkwd="w",
120548  description="HANGUL CHOSEONG RIEUL-SSANGTIKEUT",
120549  direction="l",
120550  linebreak="jl",
120551  unicodeslot=0xA967,
120552 },
120553 [0xA968]={
120554  category="lo",
120555  cjkwd="w",
120556  description="HANGUL CHOSEONG RIEUL-MIEUM",
120557  direction="l",
120558  linebreak="jl",
120559  unicodeslot=0xA968,
120560 },
120561 [0xA969]={
120562  category="lo",
120563  cjkwd="w",
120564  description="HANGUL CHOSEONG RIEUL-PIEUP",
120565  direction="l",
120566  linebreak="jl",
120567  unicodeslot=0xA969,
120568 },
120569 [0xA96A]={
120570  category="lo",
120571  cjkwd="w",
120572  description="HANGUL CHOSEONG RIEUL-SSANGPIEUP",
120573  direction="l",
120574  linebreak="jl",
120575  unicodeslot=0xA96A,
120576 },
120577 [0xA96B]={
120578  category="lo",
120579  cjkwd="w",
120580  description="HANGUL CHOSEONG RIEUL-KAPYEOUNPIEUP",
120581  direction="l",
120582  linebreak="jl",
120583  unicodeslot=0xA96B,
120584 },
120585 [0xA96C]={
120586  category="lo",
120587  cjkwd="w",
120588  description="HANGUL CHOSEONG RIEUL-SIOS",
120589  direction="l",
120590  linebreak="jl",
120591  unicodeslot=0xA96C,
120592 },
120593 [0xA96D]={
120594  category="lo",
120595  cjkwd="w",
120596  description="HANGUL CHOSEONG RIEUL-CIEUC",
120597  direction="l",
120598  linebreak="jl",
120599  unicodeslot=0xA96D,
120600 },
120601 [0xA96E]={
120602  category="lo",
120603  cjkwd="w",
120604  description="HANGUL CHOSEONG RIEUL-KHIEUKH",
120605  direction="l",
120606  linebreak="jl",
120607  unicodeslot=0xA96E,
120608 },
120609 [0xA96F]={
120610  category="lo",
120611  cjkwd="w",
120612  description="HANGUL CHOSEONG MIEUM-KIYEOK",
120613  direction="l",
120614  linebreak="jl",
120615  unicodeslot=0xA96F,
120616 },
120617 [0xA970]={
120618  category="lo",
120619  cjkwd="w",
120620  description="HANGUL CHOSEONG MIEUM-TIKEUT",
120621  direction="l",
120622  linebreak="jl",
120623  unicodeslot=0xA970,
120624 },
120625 [0xA971]={
120626  category="lo",
120627  cjkwd="w",
120628  description="HANGUL CHOSEONG MIEUM-SIOS",
120629  direction="l",
120630  linebreak="jl",
120631  unicodeslot=0xA971,
120632 },
120633 [0xA972]={
120634  category="lo",
120635  cjkwd="w",
120636  description="HANGUL CHOSEONG PIEUP-SIOS-THIEUTH",
120637  direction="l",
120638  linebreak="jl",
120639  unicodeslot=0xA972,
120640 },
120641 [0xA973]={
120642  category="lo",
120643  cjkwd="w",
120644  description="HANGUL CHOSEONG PIEUP-KHIEUKH",
120645  direction="l",
120646  linebreak="jl",
120647  unicodeslot=0xA973,
120648 },
120649 [0xA974]={
120650  category="lo",
120651  cjkwd="w",
120652  description="HANGUL CHOSEONG PIEUP-HIEUH",
120653  direction="l",
120654  linebreak="jl",
120655  unicodeslot=0xA974,
120656 },
120657 [0xA975]={
120658  category="lo",
120659  cjkwd="w",
120660  description="HANGUL CHOSEONG SSANGSIOS-PIEUP",
120661  direction="l",
120662  linebreak="jl",
120663  unicodeslot=0xA975,
120664 },
120665 [0xA976]={
120666  category="lo",
120667  cjkwd="w",
120668  description="HANGUL CHOSEONG IEUNG-RIEUL",
120669  direction="l",
120670  linebreak="jl",
120671  unicodeslot=0xA976,
120672 },
120673 [0xA977]={
120674  category="lo",
120675  cjkwd="w",
120676  description="HANGUL CHOSEONG IEUNG-HIEUH",
120677  direction="l",
120678  linebreak="jl",
120679  unicodeslot=0xA977,
120680 },
120681 [0xA978]={
120682  category="lo",
120683  cjkwd="w",
120684  description="HANGUL CHOSEONG SSANGCIEUC-HIEUH",
120685  direction="l",
120686  linebreak="jl",
120687  unicodeslot=0xA978,
120688 },
120689 [0xA979]={
120690  category="lo",
120691  cjkwd="w",
120692  description="HANGUL CHOSEONG SSANGTHIEUTH",
120693  direction="l",
120694  linebreak="jl",
120695  unicodeslot=0xA979,
120696 },
120697 [0xA97A]={
120698  category="lo",
120699  cjkwd="w",
120700  description="HANGUL CHOSEONG PHIEUPH-HIEUH",
120701  direction="l",
120702  linebreak="jl",
120703  unicodeslot=0xA97A,
120704 },
120705 [0xA97B]={
120706  category="lo",
120707  cjkwd="w",
120708  description="HANGUL CHOSEONG HIEUH-SIOS",
120709  direction="l",
120710  linebreak="jl",
120711  unicodeslot=0xA97B,
120712 },
120713 [0xA97C]={
120714  category="lo",
120715  cjkwd="w",
120716  description="HANGUL CHOSEONG SSANGYEORINHIEUH",
120717  direction="l",
120718  linebreak="jl",
120719  unicodeslot=0xA97C,
120720 },
120721 [0xA980]={
120722  category="mn",
120723  description="JAVANESE SIGN PANYANGGA",
120724  direction="nsm",
120725  linebreak="cm",
120726  unicodeslot=0xA980,
120727 },
120728 [0xA981]={
120729  category="mn",
120730  description="JAVANESE SIGN CECAK",
120731  direction="nsm",
120732  linebreak="cm",
120733  unicodeslot=0xA981,
120734 },
120735 [0xA982]={
120736  category="mn",
120737  description="JAVANESE SIGN LAYAR",
120738  direction="nsm",
120739  linebreak="cm",
120740  unicodeslot=0xA982,
120741 },
120742 [0xA983]={
120743  category="mc",
120744  description="JAVANESE SIGN WIGNYAN",
120745  direction="l",
120746  linebreak="cm",
120747  unicodeslot=0xA983,
120748 },
120749 [0xA984]={
120750  category="lo",
120751  description="JAVANESE LETTER A",
120752  direction="l",
120753  linebreak="ak",
120754  unicodeslot=0xA984,
120755 },
120756 [0xA985]={
120757  category="lo",
120758  description="JAVANESE LETTER I KAWI",
120759  direction="l",
120760  linebreak="ak",
120761  unicodeslot=0xA985,
120762 },
120763 [0xA986]={
120764  category="lo",
120765  description="JAVANESE LETTER I",
120766  direction="l",
120767  linebreak="ak",
120768  unicodeslot=0xA986,
120769 },
120770 [0xA987]={
120771  category="lo",
120772  description="JAVANESE LETTER II",
120773  direction="l",
120774  linebreak="ak",
120775  unicodeslot=0xA987,
120776 },
120777 [0xA988]={
120778  category="lo",
120779  description="JAVANESE LETTER U",
120780  direction="l",
120781  linebreak="ak",
120782  unicodeslot=0xA988,
120783 },
120784 [0xA989]={
120785  category="lo",
120786  description="JAVANESE LETTER PA CEREK",
120787  direction="l",
120788  linebreak="ak",
120789  unicodeslot=0xA989,
120790 },
120791 [0xA98A]={
120792  category="lo",
120793  description="JAVANESE LETTER NGA LELET",
120794  direction="l",
120795  linebreak="ak",
120796  unicodeslot=0xA98A,
120797 },
120798 [0xA98B]={
120799  category="lo",
120800  description="JAVANESE LETTER NGA LELET RASWADI",
120801  direction="l",
120802  linebreak="ak",
120803  unicodeslot=0xA98B,
120804 },
120805 [0xA98C]={
120806  category="lo",
120807  description="JAVANESE LETTER E",
120808  direction="l",
120809  linebreak="ak",
120810  unicodeslot=0xA98C,
120811 },
120812 [0xA98D]={
120813  category="lo",
120814  description="JAVANESE LETTER AI",
120815  direction="l",
120816  linebreak="ak",
120817  unicodeslot=0xA98D,
120818 },
120819 [0xA98E]={
120820  category="lo",
120821  description="JAVANESE LETTER O",
120822  direction="l",
120823  linebreak="ak",
120824  unicodeslot=0xA98E,
120825 },
120826 [0xA98F]={
120827  category="lo",
120828  description="JAVANESE LETTER KA",
120829  direction="l",
120830  linebreak="ak",
120831  unicodeslot=0xA98F,
120832 },
120833 [0xA990]={
120834  category="lo",
120835  description="JAVANESE LETTER KA SASAK",
120836  direction="l",
120837  linebreak="ak",
120838  unicodeslot=0xA990,
120839 },
120840 [0xA991]={
120841  category="lo",
120842  description="JAVANESE LETTER KA MURDA",
120843  direction="l",
120844  linebreak="ak",
120845  unicodeslot=0xA991,
120846 },
120847 [0xA992]={
120848  category="lo",
120849  description="JAVANESE LETTER GA",
120850  direction="l",
120851  linebreak="ak",
120852  unicodeslot=0xA992,
120853 },
120854 [0xA993]={
120855  category="lo",
120856  description="JAVANESE LETTER GA MURDA",
120857  direction="l",
120858  linebreak="ak",
120859  unicodeslot=0xA993,
120860 },
120861 [0xA994]={
120862  category="lo",
120863  description="JAVANESE LETTER NGA",
120864  direction="l",
120865  linebreak="ak",
120866  unicodeslot=0xA994,
120867 },
120868 [0xA995]={
120869  category="lo",
120870  description="JAVANESE LETTER CA",
120871  direction="l",
120872  linebreak="ak",
120873  unicodeslot=0xA995,
120874 },
120875 [0xA996]={
120876  category="lo",
120877  description="JAVANESE LETTER CA MURDA",
120878  direction="l",
120879  linebreak="ak",
120880  unicodeslot=0xA996,
120881 },
120882 [0xA997]={
120883  category="lo",
120884  description="JAVANESE LETTER JA",
120885  direction="l",
120886  linebreak="ak",
120887  unicodeslot=0xA997,
120888 },
120889 [0xA998]={
120890  category="lo",
120891  description="JAVANESE LETTER NYA MURDA",
120892  direction="l",
120893  linebreak="ak",
120894  unicodeslot=0xA998,
120895 },
120896 [0xA999]={
120897  category="lo",
120898  description="JAVANESE LETTER JA MAHAPRANA",
120899  direction="l",
120900  linebreak="ak",
120901  unicodeslot=0xA999,
120902 },
120903 [0xA99A]={
120904  category="lo",
120905  description="JAVANESE LETTER NYA",
120906  direction="l",
120907  linebreak="ak",
120908  unicodeslot=0xA99A,
120909 },
120910 [0xA99B]={
120911  category="lo",
120912  description="JAVANESE LETTER TTA",
120913  direction="l",
120914  linebreak="ak",
120915  unicodeslot=0xA99B,
120916 },
120917 [0xA99C]={
120918  category="lo",
120919  description="JAVANESE LETTER TTA MAHAPRANA",
120920  direction="l",
120921  linebreak="ak",
120922  unicodeslot=0xA99C,
120923 },
120924 [0xA99D]={
120925  category="lo",
120926  description="JAVANESE LETTER DDA",
120927  direction="l",
120928  linebreak="ak",
120929  unicodeslot=0xA99D,
120930 },
120931 [0xA99E]={
120932  category="lo",
120933  description="JAVANESE LETTER DDA MAHAPRANA",
120934  direction="l",
120935  linebreak="ak",
120936  unicodeslot=0xA99E,
120937 },
120938 [0xA99F]={
120939  category="lo",
120940  description="JAVANESE LETTER NA MURDA",
120941  direction="l",
120942  linebreak="ak",
120943  unicodeslot=0xA99F,
120944 },
120945 [0xA9A0]={
120946  category="lo",
120947  description="JAVANESE LETTER TA",
120948  direction="l",
120949  linebreak="ak",
120950  unicodeslot=0xA9A0,
120951 },
120952 [0xA9A1]={
120953  category="lo",
120954  description="JAVANESE LETTER TA MURDA",
120955  direction="l",
120956  linebreak="ak",
120957  unicodeslot=0xA9A1,
120958 },
120959 [0xA9A2]={
120960  category="lo",
120961  description="JAVANESE LETTER DA",
120962  direction="l",
120963  linebreak="ak",
120964  unicodeslot=0xA9A2,
120965 },
120966 [0xA9A3]={
120967  category="lo",
120968  description="JAVANESE LETTER DA MAHAPRANA",
120969  direction="l",
120970  linebreak="ak",
120971  unicodeslot=0xA9A3,
120972 },
120973 [0xA9A4]={
120974  category="lo",
120975  description="JAVANESE LETTER NA",
120976  direction="l",
120977  linebreak="ak",
120978  unicodeslot=0xA9A4,
120979 },
120980 [0xA9A5]={
120981  category="lo",
120982  description="JAVANESE LETTER PA",
120983  direction="l",
120984  linebreak="ak",
120985  unicodeslot=0xA9A5,
120986 },
120987 [0xA9A6]={
120988  category="lo",
120989  description="JAVANESE LETTER PA MURDA",
120990  direction="l",
120991  linebreak="ak",
120992  unicodeslot=0xA9A6,
120993 },
120994 [0xA9A7]={
120995  category="lo",
120996  description="JAVANESE LETTER BA",
120997  direction="l",
120998  linebreak="ak",
120999  unicodeslot=0xA9A7,
121000 },
121001 [0xA9A8]={
121002  category="lo",
121003  description="JAVANESE LETTER BA MURDA",
121004  direction="l",
121005  linebreak="ak",
121006  unicodeslot=0xA9A8,
121007 },
121008 [0xA9A9]={
121009  category="lo",
121010  description="JAVANESE LETTER MA",
121011  direction="l",
121012  linebreak="ak",
121013  unicodeslot=0xA9A9,
121014 },
121015 [0xA9AA]={
121016  category="lo",
121017  description="JAVANESE LETTER YA",
121018  direction="l",
121019  linebreak="ak",
121020  unicodeslot=0xA9AA,
121021 },
121022 [0xA9AB]={
121023  category="lo",
121024  description="JAVANESE LETTER RA",
121025  direction="l",
121026  linebreak="ak",
121027  unicodeslot=0xA9AB,
121028 },
121029 [0xA9AC]={
121030  category="lo",
121031  description="JAVANESE LETTER RA AGUNG",
121032  direction="l",
121033  linebreak="ak",
121034  unicodeslot=0xA9AC,
121035 },
121036 [0xA9AD]={
121037  category="lo",
121038  description="JAVANESE LETTER LA",
121039  direction="l",
121040  linebreak="ak",
121041  unicodeslot=0xA9AD,
121042 },
121043 [0xA9AE]={
121044  category="lo",
121045  description="JAVANESE LETTER WA",
121046  direction="l",
121047  linebreak="ak",
121048  unicodeslot=0xA9AE,
121049 },
121050 [0xA9AF]={
121051  category="lo",
121052  description="JAVANESE LETTER SA MURDA",
121053  direction="l",
121054  linebreak="ak",
121055  unicodeslot=0xA9AF,
121056 },
121057 [0xA9B0]={
121058  category="lo",
121059  description="JAVANESE LETTER SA MAHAPRANA",
121060  direction="l",
121061  linebreak="ak",
121062  unicodeslot=0xA9B0,
121063 },
121064 [0xA9B1]={
121065  category="lo",
121066  description="JAVANESE LETTER SA",
121067  direction="l",
121068  linebreak="ak",
121069  unicodeslot=0xA9B1,
121070 },
121071 [0xA9B2]={
121072  category="lo",
121073  description="JAVANESE LETTER HA",
121074  direction="l",
121075  linebreak="ak",
121076  unicodeslot=0xA9B2,
121077 },
121078 [0xA9B3]={
121079  category="mn",
121080  combining=0x7,
121081  description="JAVANESE SIGN CECAK TELU",
121082  direction="nsm",
121083  linebreak="cm",
121084  unicodeslot=0xA9B3,
121085 },
121086 [0xA9B4]={
121087  category="mc",
121088  description="JAVANESE VOWEL SIGN TARUNG",
121089  direction="l",
121090  linebreak="cm",
121091  unicodeslot=0xA9B4,
121092 },
121093 [0xA9B5]={
121094  category="mc",
121095  description="JAVANESE VOWEL SIGN TOLONG",
121096  direction="l",
121097  linebreak="cm",
121098  unicodeslot=0xA9B5,
121099 },
121100 [0xA9B6]={
121101  category="mn",
121102  description="JAVANESE VOWEL SIGN WULU",
121103  direction="nsm",
121104  linebreak="cm",
121105  unicodeslot=0xA9B6,
121106 },
121107 [0xA9B7]={
121108  category="mn",
121109  description="JAVANESE VOWEL SIGN WULU MELIK",
121110  direction="nsm",
121111  linebreak="cm",
121112  unicodeslot=0xA9B7,
121113 },
121114 [0xA9B8]={
121115  category="mn",
121116  description="JAVANESE VOWEL SIGN SUKU",
121117  direction="nsm",
121118  linebreak="cm",
121119  unicodeslot=0xA9B8,
121120 },
121121 [0xA9B9]={
121122  category="mn",
121123  description="JAVANESE VOWEL SIGN SUKU MENDUT",
121124  direction="nsm",
121125  linebreak="cm",
121126  unicodeslot=0xA9B9,
121127 },
121128 [0xA9BA]={
121129  category="mc",
121130  description="JAVANESE VOWEL SIGN TALING",
121131  direction="l",
121132  linebreak="cm",
121133  unicodeslot=0xA9BA,
121134 },
121135 [0xA9BB]={
121136  category="mc",
121137  description="JAVANESE VOWEL SIGN DIRGA MURE",
121138  direction="l",
121139  linebreak="cm",
121140  unicodeslot=0xA9BB,
121141 },
121142 [0xA9BC]={
121143  category="mn",
121144  description="JAVANESE VOWEL SIGN PEPET",
121145  direction="nsm",
121146  linebreak="cm",
121147  unicodeslot=0xA9BC,
121148 },
121149 [0xA9BD]={
121150  category="mc",
121151  description="JAVANESE CONSONANT SIGN KERET",
121152  direction="nsm",
121153  linebreak="cm",
121154  unicodeslot=0xA9BD,
121155 },
121156 [0xA9BE]={
121157  category="mc",
121158  description="JAVANESE CONSONANT SIGN PENGKAL",
121159  direction="l",
121160  linebreak="cm",
121161  unicodeslot=0xA9BE,
121162 },
121163 [0xA9BF]={
121164  category="mc",
121165  description="JAVANESE CONSONANT SIGN CAKRA",
121166  direction="l",
121167  linebreak="cm",
121168  unicodeslot=0xA9BF,
121169 },
121170 [0xA9C0]={
121171  category="mc",
121172  combining=0x9,
121173  description="JAVANESE PANGKON",
121174  direction="l",
121175  linebreak="vi",
121176  unicodeslot=0xA9C0,
121177 },
121178 [0xA9C1]={
121179  category="po",
121180  description="JAVANESE LEFT RERENGGAN",
121181  direction="l",
121182  linebreak="id",
121183  unicodeslot=0xA9C1,
121184 },
121185 [0xA9C2]={
121186  category="po",
121187  description="JAVANESE RIGHT RERENGGAN",
121188  direction="l",
121189  linebreak="id",
121190  unicodeslot=0xA9C2,
121191 },
121192 [0xA9C3]={
121193  category="po",
121194  description="JAVANESE PADA ANDAP",
121195  direction="l",
121196  linebreak="id",
121197  unicodeslot=0xA9C3,
121198 },
121199 [0xA9C4]={
121200  category="po",
121201  description="JAVANESE PADA MADYA",
121202  direction="l",
121203  linebreak="id",
121204  unicodeslot=0xA9C4,
121205 },
121206 [0xA9C5]={
121207  category="po",
121208  description="JAVANESE PADA LUHUR",
121209  direction="l",
121210  linebreak="id",
121211  unicodeslot=0xA9C5,
121212 },
121213 [0xA9C6]={
121214  category="po",
121215  description="JAVANESE PADA WINDU",
121216  direction="l",
121217  linebreak="id",
121218  unicodeslot=0xA9C6,
121219 },
121220 [0xA9C7]={
121221  category="po",
121222  description="JAVANESE PADA PANGKAT",
121223  direction="l",
121224  linebreak="ba",
121225  unicodeslot=0xA9C7,
121226 },
121227 [0xA9C8]={
121228  category="po",
121229  description="JAVANESE PADA LINGSA",
121230  direction="l",
121231  linebreak="ba",
121232  unicodeslot=0xA9C8,
121233 },
121234 [0xA9C9]={
121235  category="po",
121236  description="JAVANESE PADA LUNGSI",
121237  direction="l",
121238  linebreak="ba",
121239  unicodeslot=0xA9C9,
121240 },
121241 [0xA9CA]={
121242  category="po",
121243  description="JAVANESE PADA ADEG",
121244  direction="l",
121245  linebreak="id",
121246  unicodeslot=0xA9CA,
121247 },
121248 [0xA9CB]={
121249  category="po",
121250  description="JAVANESE PADA ADEG ADEG",
121251  direction="l",
121252  linebreak="id",
121253  unicodeslot=0xA9CB,
121254 },
121255 [0xA9CC]={
121256  category="po",
121257  description="JAVANESE PADA PISELEH",
121258  direction="l",
121259  linebreak="id",
121260  unicodeslot=0xA9CC,
121261 },
121262 [0xA9CD]={
121263  category="po",
121264  description="JAVANESE TURNED PADA PISELEH",
121265  direction="l",
121266  linebreak="id",
121267  unicodeslot=0xA9CD,
121268 },
121269 [0xA9CF]={
121270  category="lm",
121271  description="JAVANESE PANGRANGKEP",
121272  direction="l",
121273  linebreak="ba",
121274  unicodeslot=0xA9CF,
121275 },
121276 [0xA9D0]={
121277  category="nd",
121278  description="JAVANESE DIGIT ZERO",
121279  direction="l",
121280  linebreak="as",
121281  unicodeslot=0xA9D0,
121282 },
121283 [0xA9D1]={
121284  category="nd",
121285  description="JAVANESE DIGIT ONE",
121286  direction="l",
121287  linebreak="as",
121288  unicodeslot=0xA9D1,
121289 },
121290 [0xA9D2]={
121291  category="nd",
121292  description="JAVANESE DIGIT TWO",
121293  direction="l",
121294  linebreak="as",
121295  unicodeslot=0xA9D2,
121296 },
121297 [0xA9D3]={
121298  category="nd",
121299  description="JAVANESE DIGIT THREE",
121300  direction="l",
121301  linebreak="as",
121302  unicodeslot=0xA9D3,
121303 },
121304 [0xA9D4]={
121305  category="nd",
121306  description="JAVANESE DIGIT FOUR",
121307  direction="l",
121308  linebreak="as",
121309  unicodeslot=0xA9D4,
121310 },
121311 [0xA9D5]={
121312  category="nd",
121313  description="JAVANESE DIGIT FIVE",
121314  direction="l",
121315  linebreak="as",
121316  unicodeslot=0xA9D5,
121317 },
121318 [0xA9D6]={
121319  category="nd",
121320  description="JAVANESE DIGIT SIX",
121321  direction="l",
121322  linebreak="as",
121323  unicodeslot=0xA9D6,
121324 },
121325 [0xA9D7]={
121326  category="nd",
121327  description="JAVANESE DIGIT SEVEN",
121328  direction="l",
121329  linebreak="as",
121330  unicodeslot=0xA9D7,
121331 },
121332 [0xA9D8]={
121333  category="nd",
121334  description="JAVANESE DIGIT EIGHT",
121335  direction="l",
121336  linebreak="as",
121337  unicodeslot=0xA9D8,
121338 },
121339 [0xA9D9]={
121340  category="nd",
121341  description="JAVANESE DIGIT NINE",
121342  direction="l",
121343  linebreak="as",
121344  unicodeslot=0xA9D9,
121345 },
121346 [0xA9DE]={
121347  category="po",
121348  description="JAVANESE PADA TIRTA TUMETES",
121349  direction="l",
121350  linebreak="id",
121351  unicodeslot=0xA9DE,
121352 },
121353 [0xA9DF]={
121354  category="po",
121355  description="JAVANESE PADA ISEN-ISEN",
121356  direction="l",
121357  linebreak="id",
121358  unicodeslot=0xA9DF,
121359 },
121360 [0xA9E0]={
121361  category="lo",
121362  description="MYANMAR LETTER SHAN GHA",
121363  direction="l",
121364  indic="c",
121365  linebreak="sa",
121366  unicodeslot=0xA9E0,
121367 },
121368 [0xA9E1]={
121369  category="lo",
121370  description="MYANMAR LETTER SHAN CHA",
121371  direction="l",
121372  indic="c",
121373  linebreak="sa",
121374  unicodeslot=0xA9E1,
121375 },
121376 [0xA9E2]={
121377  category="lo",
121378  description="MYANMAR LETTER SHAN JHA",
121379  direction="l",
121380  indic="c",
121381  linebreak="sa",
121382  unicodeslot=0xA9E2,
121383 },
121384 [0xA9E3]={
121385  category="lo",
121386  description="MYANMAR LETTER SHAN NNA",
121387  direction="l",
121388  indic="c",
121389  linebreak="sa",
121390  unicodeslot=0xA9E3,
121391 },
121392 [0xA9E4]={
121393  category="lo",
121394  description="MYANMAR LETTER SHAN BHA",
121395  direction="l",
121396  indic="c",
121397  linebreak="sa",
121398  unicodeslot=0xA9E4,
121399 },
121400 [0xA9E5]={
121401  category="mn",
121402  description="MYANMAR SIGN SHAN SAW",
121403  direction="nsm",
121404  indic="d",
121405  indicmark="t",
121406  linebreak="sa",
121407  unicodeslot=0xA9E5,
121408 },
121409 [0xA9E6]={
121410  category="lm",
121411  description="MYANMAR MODIFIER LETTER SHAN REDUPLICATION",
121412  direction="l",
121413  indic="o",
121414  linebreak="sa",
121415  unicodeslot=0xA9E6,
121416 },
121417 [0xA9E7]={
121418  category="lo",
121419  description="MYANMAR LETTER TAI LAING NYA",
121420  direction="l",
121421  indic="c",
121422  linebreak="sa",
121423  unicodeslot=0xA9E7,
121424 },
121425 [0xA9E8]={
121426  category="lo",
121427  description="MYANMAR LETTER TAI LAING FA",
121428  direction="l",
121429  indic="c",
121430  linebreak="sa",
121431  unicodeslot=0xA9E8,
121432 },
121433 [0xA9E9]={
121434  category="lo",
121435  description="MYANMAR LETTER TAI LAING GA",
121436  direction="l",
121437  indic="c",
121438  linebreak="sa",
121439  unicodeslot=0xA9E9,
121440 },
121441 [0xA9EA]={
121442  category="lo",
121443  description="MYANMAR LETTER TAI LAING GHA",
121444  direction="l",
121445  indic="c",
121446  linebreak="sa",
121447  unicodeslot=0xA9EA,
121448 },
121449 [0xA9EB]={
121450  category="lo",
121451  description="MYANMAR LETTER TAI LAING JA",
121452  direction="l",
121453  indic="c",
121454  linebreak="sa",
121455  unicodeslot=0xA9EB,
121456 },
121457 [0xA9EC]={
121458  category="lo",
121459  description="MYANMAR LETTER TAI LAING JHA",
121460  direction="l",
121461  indic="c",
121462  linebreak="sa",
121463  unicodeslot=0xA9EC,
121464 },
121465 [0xA9ED]={
121466  category="lo",
121467  description="MYANMAR LETTER TAI LAING DDA",
121468  direction="l",
121469  indic="c",
121470  linebreak="sa",
121471  unicodeslot=0xA9ED,
121472 },
121473 [0xA9EE]={
121474  category="lo",
121475  description="MYANMAR LETTER TAI LAING DDHA",
121476  direction="l",
121477  indic="c",
121478  linebreak="sa",
121479  unicodeslot=0xA9EE,
121480 },
121481 [0xA9EF]={
121482  category="lo",
121483  description="MYANMAR LETTER TAI LAING NNA",
121484  direction="l",
121485  indic="c",
121486  linebreak="sa",
121487  unicodeslot=0xA9EF,
121488 },
121489 [0xA9F0]={
121490  category="nd",
121491  description="MYANMAR TAI LAING DIGIT ZERO",
121492  direction="l",
121493  indic="o",
121494  linebreak="nu",
121495  unicodeslot=0xA9F0,
121496 },
121497 [0xA9F1]={
121498  category="nd",
121499  description="MYANMAR TAI LAING DIGIT ONE",
121500  direction="l",
121501  indic="o",
121502  linebreak="nu",
121503  unicodeslot=0xA9F1,
121504 },
121505 [0xA9F2]={
121506  category="nd",
121507  description="MYANMAR TAI LAING DIGIT TWO",
121508  direction="l",
121509  indic="o",
121510  linebreak="nu",
121511  unicodeslot=0xA9F2,
121512 },
121513 [0xA9F3]={
121514  category="nd",
121515  description="MYANMAR TAI LAING DIGIT THREE",
121516  direction="l",
121517  indic="o",
121518  linebreak="nu",
121519  unicodeslot=0xA9F3,
121520 },
121521 [0xA9F4]={
121522  category="nd",
121523  description="MYANMAR TAI LAING DIGIT FOUR",
121524  direction="l",
121525  indic="o",
121526  linebreak="nu",
121527  unicodeslot=0xA9F4,
121528 },
121529 [0xA9F5]={
121530  category="nd",
121531  description="MYANMAR TAI LAING DIGIT FIVE",
121532  direction="l",
121533  indic="o",
121534  linebreak="nu",
121535  unicodeslot=0xA9F5,
121536 },
121537 [0xA9F6]={
121538  category="nd",
121539  description="MYANMAR TAI LAING DIGIT SIX",
121540  direction="l",
121541  indic="o",
121542  linebreak="nu",
121543  unicodeslot=0xA9F6,
121544 },
121545 [0xA9F7]={
121546  category="nd",
121547  description="MYANMAR TAI LAING DIGIT SEVEN",
121548  direction="l",
121549  indic="o",
121550  linebreak="nu",
121551  unicodeslot=0xA9F7,
121552 },
121553 [0xA9F8]={
121554  category="nd",
121555  description="MYANMAR TAI LAING DIGIT EIGHT",
121556  direction="l",
121557  indic="o",
121558  linebreak="nu",
121559  unicodeslot=0xA9F8,
121560 },
121561 [0xA9F9]={
121562  category="nd",
121563  description="MYANMAR TAI LAING DIGIT NINE",
121564  direction="l",
121565  indic="o",
121566  linebreak="nu",
121567  unicodeslot=0xA9F9,
121568 },
121569 [0xA9FA]={
121570  category="lo",
121571  description="MYANMAR LETTER TAI LAING LLA",
121572  direction="l",
121573  indic="c",
121574  linebreak="sa",
121575  unicodeslot=0xA9FA,
121576 },
121577 [0xA9FB]={
121578  category="lo",
121579  description="MYANMAR LETTER TAI LAING DA",
121580  direction="l",
121581  indic="c",
121582  linebreak="sa",
121583  unicodeslot=0xA9FB,
121584 },
121585 [0xA9FC]={
121586  category="lo",
121587  description="MYANMAR LETTER TAI LAING DHA",
121588  direction="l",
121589  indic="c",
121590  linebreak="sa",
121591  unicodeslot=0xA9FC,
121592 },
121593 [0xA9FD]={
121594  category="lo",
121595  description="MYANMAR LETTER TAI LAING BA",
121596  direction="l",
121597  indic="c",
121598  linebreak="sa",
121599  unicodeslot=0xA9FD,
121600 },
121601 [0xA9FE]={
121602  category="lo",
121603  description="MYANMAR LETTER TAI LAING BHA",
121604  direction="l",
121605  indic="c",
121606  linebreak="sa",
121607  unicodeslot=0xA9FE,
121608 },
121609 [0xAA00]={
121610  category="lo",
121611  description="CHAM LETTER A",
121612  direction="l",
121613  linebreak="as",
121614  unicodeslot=0xAA00,
121615 },
121616 [0xAA01]={
121617  category="lo",
121618  description="CHAM LETTER I",
121619  direction="l",
121620  linebreak="as",
121621  unicodeslot=0xAA01,
121622 },
121623 [0xAA02]={
121624  category="lo",
121625  description="CHAM LETTER U",
121626  direction="l",
121627  linebreak="as",
121628  unicodeslot=0xAA02,
121629 },
121630 [0xAA03]={
121631  category="lo",
121632  description="CHAM LETTER E",
121633  direction="l",
121634  linebreak="as",
121635  unicodeslot=0xAA03,
121636 },
121637 [0xAA04]={
121638  category="lo",
121639  description="CHAM LETTER AI",
121640  direction="l",
121641  linebreak="as",
121642  unicodeslot=0xAA04,
121643 },
121644 [0xAA05]={
121645  category="lo",
121646  description="CHAM LETTER O",
121647  direction="l",
121648  linebreak="as",
121649  unicodeslot=0xAA05,
121650 },
121651 [0xAA06]={
121652  category="lo",
121653  description="CHAM LETTER KA",
121654  direction="l",
121655  linebreak="as",
121656  unicodeslot=0xAA06,
121657 },
121658 [0xAA07]={
121659  category="lo",
121660  description="CHAM LETTER KHA",
121661  direction="l",
121662  linebreak="as",
121663  unicodeslot=0xAA07,
121664 },
121665 [0xAA08]={
121666  category="lo",
121667  description="CHAM LETTER GA",
121668  direction="l",
121669  linebreak="as",
121670  unicodeslot=0xAA08,
121671 },
121672 [0xAA09]={
121673  category="lo",
121674  description="CHAM LETTER GHA",
121675  direction="l",
121676  linebreak="as",
121677  unicodeslot=0xAA09,
121678 },
121679 [0xAA0A]={
121680  category="lo",
121681  description="CHAM LETTER NGUE",
121682  direction="l",
121683  linebreak="as",
121684  unicodeslot=0xAA0A,
121685 },
121686 [0xAA0B]={
121687  category="lo",
121688  description="CHAM LETTER NGA",
121689  direction="l",
121690  linebreak="as",
121691  unicodeslot=0xAA0B,
121692 },
121693 [0xAA0C]={
121694  category="lo",
121695  description="CHAM LETTER CHA",
121696  direction="l",
121697  linebreak="as",
121698  unicodeslot=0xAA0C,
121699 },
121700 [0xAA0D]={
121701  category="lo",
121702  description="CHAM LETTER CHHA",
121703  direction="l",
121704  linebreak="as",
121705  unicodeslot=0xAA0D,
121706 },
121707 [0xAA0E]={
121708  category="lo",
121709  description="CHAM LETTER JA",
121710  direction="l",
121711  linebreak="as",
121712  unicodeslot=0xAA0E,
121713 },
121714 [0xAA0F]={
121715  category="lo",
121716  description="CHAM LETTER JHA",
121717  direction="l",
121718  linebreak="as",
121719  unicodeslot=0xAA0F,
121720 },
121721 [0xAA10]={
121722  category="lo",
121723  description="CHAM LETTER NHUE",
121724  direction="l",
121725  linebreak="as",
121726  unicodeslot=0xAA10,
121727 },
121728 [0xAA11]={
121729  category="lo",
121730  description="CHAM LETTER NHA",
121731  direction="l",
121732  linebreak="as",
121733  unicodeslot=0xAA11,
121734 },
121735 [0xAA12]={
121736  category="lo",
121737  description="CHAM LETTER NHJA",
121738  direction="l",
121739  linebreak="as",
121740  unicodeslot=0xAA12,
121741 },
121742 [0xAA13]={
121743  category="lo",
121744  description="CHAM LETTER TA",
121745  direction="l",
121746  linebreak="as",
121747  unicodeslot=0xAA13,
121748 },
121749 [0xAA14]={
121750  category="lo",
121751  description="CHAM LETTER THA",
121752  direction="l",
121753  linebreak="as",
121754  unicodeslot=0xAA14,
121755 },
121756 [0xAA15]={
121757  category="lo",
121758  description="CHAM LETTER DA",
121759  direction="l",
121760  linebreak="as",
121761  unicodeslot=0xAA15,
121762 },
121763 [0xAA16]={
121764  category="lo",
121765  description="CHAM LETTER DHA",
121766  direction="l",
121767  linebreak="as",
121768  unicodeslot=0xAA16,
121769 },
121770 [0xAA17]={
121771  category="lo",
121772  description="CHAM LETTER NUE",
121773  direction="l",
121774  linebreak="as",
121775  unicodeslot=0xAA17,
121776 },
121777 [0xAA18]={
121778  category="lo",
121779  description="CHAM LETTER NA",
121780  direction="l",
121781  linebreak="as",
121782  unicodeslot=0xAA18,
121783 },
121784 [0xAA19]={
121785  category="lo",
121786  description="CHAM LETTER DDA",
121787  direction="l",
121788  linebreak="as",
121789  unicodeslot=0xAA19,
121790 },
121791 [0xAA1A]={
121792  category="lo",
121793  description="CHAM LETTER PA",
121794  direction="l",
121795  linebreak="as",
121796  unicodeslot=0xAA1A,
121797 },
121798 [0xAA1B]={
121799  category="lo",
121800  description="CHAM LETTER PPA",
121801  direction="l",
121802  linebreak="as",
121803  unicodeslot=0xAA1B,
121804 },
121805 [0xAA1C]={
121806  category="lo",
121807  description="CHAM LETTER PHA",
121808  direction="l",
121809  linebreak="as",
121810  unicodeslot=0xAA1C,
121811 },
121812 [0xAA1D]={
121813  category="lo",
121814  description="CHAM LETTER BA",
121815  direction="l",
121816  linebreak="as",
121817  unicodeslot=0xAA1D,
121818 },
121819 [0xAA1E]={
121820  category="lo",
121821  description="CHAM LETTER BHA",
121822  direction="l",
121823  linebreak="as",
121824  unicodeslot=0xAA1E,
121825 },
121826 [0xAA1F]={
121827  category="lo",
121828  description="CHAM LETTER MUE",
121829  direction="l",
121830  linebreak="as",
121831  unicodeslot=0xAA1F,
121832 },
121833 [0xAA20]={
121834  category="lo",
121835  description="CHAM LETTER MA",
121836  direction="l",
121837  linebreak="as",
121838  unicodeslot=0xAA20,
121839 },
121840 [0xAA21]={
121841  category="lo",
121842  description="CHAM LETTER BBA",
121843  direction="l",
121844  linebreak="as",
121845  unicodeslot=0xAA21,
121846 },
121847 [0xAA22]={
121848  category="lo",
121849  description="CHAM LETTER YA",
121850  direction="l",
121851  linebreak="as",
121852  unicodeslot=0xAA22,
121853 },
121854 [0xAA23]={
121855  category="lo",
121856  description="CHAM LETTER RA",
121857  direction="l",
121858  linebreak="as",
121859  unicodeslot=0xAA23,
121860 },
121861 [0xAA24]={
121862  category="lo",
121863  description="CHAM LETTER LA",
121864  direction="l",
121865  linebreak="as",
121866  unicodeslot=0xAA24,
121867 },
121868 [0xAA25]={
121869  category="lo",
121870  description="CHAM LETTER VA",
121871  direction="l",
121872  linebreak="as",
121873  unicodeslot=0xAA25,
121874 },
121875 [0xAA26]={
121876  category="lo",
121877  description="CHAM LETTER SSA",
121878  direction="l",
121879  linebreak="as",
121880  unicodeslot=0xAA26,
121881 },
121882 [0xAA27]={
121883  category="lo",
121884  description="CHAM LETTER SA",
121885  direction="l",
121886  linebreak="as",
121887  unicodeslot=0xAA27,
121888 },
121889 [0xAA28]={
121890  category="lo",
121891  description="CHAM LETTER HA",
121892  direction="l",
121893  linebreak="as",
121894  unicodeslot=0xAA28,
121895 },
121896 [0xAA29]={
121897  category="mn",
121898  description="CHAM VOWEL SIGN AA",
121899  direction="nsm",
121900  linebreak="cm",
121901  unicodeslot=0xAA29,
121902 },
121903 [0xAA2A]={
121904  category="mn",
121905  description="CHAM VOWEL SIGN I",
121906  direction="nsm",
121907  linebreak="cm",
121908  unicodeslot=0xAA2A,
121909 },
121910 [0xAA2B]={
121911  category="mn",
121912  description="CHAM VOWEL SIGN II",
121913  direction="nsm",
121914  linebreak="cm",
121915  unicodeslot=0xAA2B,
121916 },
121917 [0xAA2C]={
121918  category="mn",
121919  description="CHAM VOWEL SIGN EI",
121920  direction="nsm",
121921  linebreak="cm",
121922  unicodeslot=0xAA2C,
121923 },
121924 [0xAA2D]={
121925  category="mn",
121926  description="CHAM VOWEL SIGN U",
121927  direction="nsm",
121928  linebreak="cm",
121929  unicodeslot=0xAA2D,
121930 },
121931 [0xAA2E]={
121932  category="mn",
121933  description="CHAM VOWEL SIGN OE",
121934  direction="nsm",
121935  linebreak="cm",
121936  unicodeslot=0xAA2E,
121937 },
121938 [0xAA2F]={
121939  category="mc",
121940  description="CHAM VOWEL SIGN O",
121941  direction="l",
121942  linebreak="cm",
121943  unicodeslot=0xAA2F,
121944 },
121945 [0xAA30]={
121946  category="mc",
121947  description="CHAM VOWEL SIGN AI",
121948  direction="l",
121949  linebreak="cm",
121950  unicodeslot=0xAA30,
121951 },
121952 [0xAA31]={
121953  category="mn",
121954  description="CHAM VOWEL SIGN AU",
121955  direction="nsm",
121956  linebreak="cm",
121957  unicodeslot=0xAA31,
121958 },
121959 [0xAA32]={
121960  category="mn",
121961  description="CHAM VOWEL SIGN UE",
121962  direction="nsm",
121963  linebreak="cm",
121964  unicodeslot=0xAA32,
121965 },
121966 [0xAA33]={
121967  category="mc",
121968  description="CHAM CONSONANT SIGN YA",
121969  direction="l",
121970  linebreak="cm",
121971  unicodeslot=0xAA33,
121972 },
121973 [0xAA34]={
121974  category="mc",
121975  description="CHAM CONSONANT SIGN RA",
121976  direction="l",
121977  linebreak="cm",
121978  unicodeslot=0xAA34,
121979 },
121980 [0xAA35]={
121981  category="mn",
121982  description="CHAM CONSONANT SIGN LA",
121983  direction="nsm",
121984  linebreak="cm",
121985  unicodeslot=0xAA35,
121986 },
121987 [0xAA36]={
121988  category="mn",
121989  description="CHAM CONSONANT SIGN WA",
121990  direction="nsm",
121991  linebreak="cm",
121992  unicodeslot=0xAA36,
121993 },
121994 [0xAA40]={
121995  category="lo",
121996  description="CHAM LETTER FINAL K",
121997  direction="l",
121998  linebreak="ba",
121999  unicodeslot=0xAA40,
122000 },
122001 [0xAA41]={
122002  category="lo",
122003  description="CHAM LETTER FINAL G",
122004  direction="l",
122005  linebreak="ba",
122006  unicodeslot=0xAA41,
122007 },
122008 [0xAA42]={
122009  category="lo",
122010  description="CHAM LETTER FINAL NG",
122011  direction="l",
122012  linebreak="ba",
122013  unicodeslot=0xAA42,
122014 },
122015 [0xAA43]={
122016  category="mn",
122017  description="CHAM CONSONANT SIGN FINAL NG",
122018  direction="nsm",
122019  linebreak="cm",
122020  unicodeslot=0xAA43,
122021 },
122022 [0xAA44]={
122023  category="lo",
122024  description="CHAM LETTER FINAL CH",
122025  direction="l",
122026  linebreak="ba",
122027  unicodeslot=0xAA44,
122028 },
122029 [0xAA45]={
122030  category="lo",
122031  description="CHAM LETTER FINAL T",
122032  direction="l",
122033  linebreak="ba",
122034  unicodeslot=0xAA45,
122035 },
122036 [0xAA46]={
122037  category="lo",
122038  description="CHAM LETTER FINAL N",
122039  direction="l",
122040  linebreak="ba",
122041  unicodeslot=0xAA46,
122042 },
122043 [0xAA47]={
122044  category="lo",
122045  description="CHAM LETTER FINAL P",
122046  direction="l",
122047  linebreak="ba",
122048  unicodeslot=0xAA47,
122049 },
122050 [0xAA48]={
122051  category="lo",
122052  description="CHAM LETTER FINAL Y",
122053  direction="l",
122054  linebreak="ba",
122055  unicodeslot=0xAA48,
122056 },
122057 [0xAA49]={
122058  category="lo",
122059  description="CHAM LETTER FINAL R",
122060  direction="l",
122061  linebreak="ba",
122062  unicodeslot=0xAA49,
122063 },
122064 [0xAA4A]={
122065  category="lo",
122066  description="CHAM LETTER FINAL L",
122067  direction="l",
122068  linebreak="ba",
122069  unicodeslot=0xAA4A,
122070 },
122071 [0xAA4B]={
122072  category="lo",
122073  description="CHAM LETTER FINAL SS",
122074  direction="l",
122075  linebreak="ba",
122076  unicodeslot=0xAA4B,
122077 },
122078 [0xAA4C]={
122079  category="mn",
122080  description="CHAM CONSONANT SIGN FINAL M",
122081  direction="nsm",
122082  linebreak="cm",
122083  unicodeslot=0xAA4C,
122084 },
122085 [0xAA4D]={
122086  category="mc",
122087  description="CHAM CONSONANT SIGN FINAL H",
122088  direction="l",
122089  linebreak="cm",
122090  unicodeslot=0xAA4D,
122091 },
122092 [0xAA50]={
122093  category="nd",
122094  description="CHAM DIGIT ZERO",
122095  direction="l",
122096  linebreak="as",
122097  unicodeslot=0xAA50,
122098 },
122099 [0xAA51]={
122100  category="nd",
122101  description="CHAM DIGIT ONE",
122102  direction="l",
122103  linebreak="as",
122104  unicodeslot=0xAA51,
122105 },
122106 [0xAA52]={
122107  category="nd",
122108  description="CHAM DIGIT TWO",
122109  direction="l",
122110  linebreak="as",
122111  unicodeslot=0xAA52,
122112 },
122113 [0xAA53]={
122114  category="nd",
122115  description="CHAM DIGIT THREE",
122116  direction="l",
122117  linebreak="as",
122118  unicodeslot=0xAA53,
122119 },
122120 [0xAA54]={
122121  category="nd",
122122  description="CHAM DIGIT FOUR",
122123  direction="l",
122124  linebreak="as",
122125  unicodeslot=0xAA54,
122126 },
122127 [0xAA55]={
122128  category="nd",
122129  description="CHAM DIGIT FIVE",
122130  direction="l",
122131  linebreak="as",
122132  unicodeslot=0xAA55,
122133 },
122134 [0xAA56]={
122135  category="nd",
122136  description="CHAM DIGIT SIX",
122137  direction="l",
122138  linebreak="as",
122139  unicodeslot=0xAA56,
122140 },
122141 [0xAA57]={
122142  category="nd",
122143  description="CHAM DIGIT SEVEN",
122144  direction="l",
122145  linebreak="as",
122146  unicodeslot=0xAA57,
122147 },
122148 [0xAA58]={
122149  category="nd",
122150  description="CHAM DIGIT EIGHT",
122151  direction="l",
122152  linebreak="as",
122153  unicodeslot=0xAA58,
122154 },
122155 [0xAA59]={
122156  category="nd",
122157  description="CHAM DIGIT NINE",
122158  direction="l",
122159  linebreak="as",
122160  unicodeslot=0xAA59,
122161 },
122162 [0xAA5C]={
122163  category="po",
122164  description="CHAM PUNCTUATION SPIRAL",
122165  direction="l",
122166  linebreak="id",
122167  unicodeslot=0xAA5C,
122168 },
122169 [0xAA5D]={
122170  category="po",
122171  description="CHAM PUNCTUATION DANDA",
122172  direction="l",
122173  linebreak="ba",
122174  unicodeslot=0xAA5D,
122175 },
122176 [0xAA5E]={
122177  category="po",
122178  description="CHAM PUNCTUATION DOUBLE DANDA",
122179  direction="l",
122180  linebreak="ba",
122181  unicodeslot=0xAA5E,
122182 },
122183 [0xAA5F]={
122184  category="po",
122185  description="CHAM PUNCTUATION TRIPLE DANDA",
122186  direction="l",
122187  linebreak="ba",
122188  unicodeslot=0xAA5F,
122189 },
122190 [0xAA60]={
122191  category="lo",
122192  description="MYANMAR LETTER KHAMTI GA",
122193  direction="l",
122194  indic="c",
122195  linebreak="sa",
122196  unicodeslot=0xAA60,
122197  variants=variants_dotted,
122198 },
122199 [0xAA61]={
122200  category="lo",
122201  description="MYANMAR LETTER KHAMTI CA",
122202  direction="l",
122203  indic="c",
122204  linebreak="sa",
122205  unicodeslot=0xAA61,
122206  variants=variants_dotted,
122207 },
122208 [0xAA62]={
122209  category="lo",
122210  description="MYANMAR LETTER KHAMTI CHA",
122211  direction="l",
122212  indic="c",
122213  linebreak="sa",
122214  unicodeslot=0xAA62,
122215  variants=variants_dotted,
122216 },
122217 [0xAA63]={
122218  category="lo",
122219  description="MYANMAR LETTER KHAMTI JA",
122220  direction="l",
122221  indic="c",
122222  linebreak="sa",
122223  unicodeslot=0xAA63,
122224  variants=variants_dotted,
122225 },
122226 [0xAA64]={
122227  category="lo",
122228  description="MYANMAR LETTER KHAMTI JHA",
122229  direction="l",
122230  indic="c",
122231  linebreak="sa",
122232  unicodeslot=0xAA64,
122233  variants=variants_dotted,
122234 },
122235 [0xAA65]={
122236  category="lo",
122237  description="MYANMAR LETTER KHAMTI NYA",
122238  direction="l",
122239  indic="c",
122240  linebreak="sa",
122241  unicodeslot=0xAA65,
122242  variants=variants_dotted,
122243 },
122244 [0xAA66]={
122245  category="lo",
122246  description="MYANMAR LETTER KHAMTI TTA",
122247  direction="l",
122248  indic="c",
122249  linebreak="sa",
122250  unicodeslot=0xAA66,
122251  variants=variants_dotted,
122252 },
122253 [0xAA67]={
122254  category="lo",
122255  description="MYANMAR LETTER KHAMTI TTHA",
122256  direction="l",
122257  indic="c",
122258  linebreak="sa",
122259  unicodeslot=0xAA67,
122260 },
122261 [0xAA68]={
122262  category="lo",
122263  description="MYANMAR LETTER KHAMTI DDA",
122264  direction="l",
122265  indic="c",
122266  linebreak="sa",
122267  unicodeslot=0xAA68,
122268 },
122269 [0xAA69]={
122270  category="lo",
122271  description="MYANMAR LETTER KHAMTI DDHA",
122272  direction="l",
122273  indic="c",
122274  linebreak="sa",
122275  unicodeslot=0xAA69,
122276 },
122277 [0xAA6A]={
122278  category="lo",
122279  description="MYANMAR LETTER KHAMTI DHA",
122280  direction="l",
122281  indic="c",
122282  linebreak="sa",
122283  unicodeslot=0xAA6A,
122284 },
122285 [0xAA6B]={
122286  category="lo",
122287  description="MYANMAR LETTER KHAMTI NA",
122288  direction="l",
122289  linebreak="sa",
122290  unicodeslot=0xAA6B,
122291  variants=variants_dotted,
122292 },
122293 [0xAA6C]={
122294  category="lo",
122295  description="MYANMAR LETTER KHAMTI SA",
122296  direction="l",
122297  indic="c",
122298  linebreak="sa",
122299  unicodeslot=0xAA6C,
122300  variants=variants_dotted,
122301 },
122302 [0xAA6D]={
122303  category="lo",
122304  description="MYANMAR LETTER KHAMTI HA",
122305  direction="l",
122306  indic="c",
122307  linebreak="sa",
122308  unicodeslot=0xAA6D,
122309 },
122310 [0xAA6E]={
122311  category="lo",
122312  description="MYANMAR LETTER KHAMTI HHA",
122313  direction="l",
122314  indic="c",
122315  linebreak="sa",
122316  unicodeslot=0xAA6E,
122317 },
122318 [0xAA6F]={
122319  category="lo",
122320  description="MYANMAR LETTER KHAMTI FA",
122321  direction="l",
122322  indic="c",
122323  linebreak="sa",
122324  unicodeslot=0xAA6F,
122325  variants=variants_dotted,
122326 },
122327 [0xAA70]={
122328  category="lm",
122329  description="MYANMAR MODIFIER LETTER KHAMTI REDUPLICATION",
122330  direction="l",
122331  indic="o",
122332  linebreak="sa",
122333  unicodeslot=0xAA70,
122334 },
122335 [0xAA71]={
122336  category="lo",
122337  description="MYANMAR LETTER KHAMTI XA",
122338  direction="l",
122339  indic="c",
122340  linebreak="sa",
122341  unicodeslot=0xAA71,
122342 },
122343 [0xAA72]={
122344  category="lo",
122345  description="MYANMAR LETTER KHAMTI ZA",
122346  direction="l",
122347  indic="c",
122348  linebreak="sa",
122349  unicodeslot=0xAA72,
122350 },
122351 [0xAA73]={
122352  category="lo",
122353  description="MYANMAR LETTER KHAMTI RA",
122354  direction="l",
122355  indic="c",
122356  linebreak="sa",
122357  unicodeslot=0xAA73,
122358 },
122359 [0xAA74]={
122360  category="lo",
122361  description="MYANMAR LOGOGRAM KHAMTI OAY",
122362  direction="l",
122363  indic="c",
122364  linebreak="sa",
122365  unicodeslot=0xAA74,
122366 },
122367 [0xAA75]={
122368  category="lo",
122369  description="MYANMAR LOGOGRAM KHAMTI QN",
122370  direction="l",
122371  indic="c",
122372  linebreak="sa",
122373  unicodeslot=0xAA75,
122374 },
122375 [0xAA76]={
122376  category="lo",
122377  description="MYANMAR LOGOGRAM KHAMTI HM",
122378  direction="l",
122379  indic="c",
122380  linebreak="sa",
122381  unicodeslot=0xAA76,
122382 },
122383 [0xAA77]={
122384  category="so",
122385  description="MYANMAR SYMBOL AITON EXCLAMATION",
122386  direction="l",
122387  indic="o",
122388  linebreak="sa",
122389  unicodeslot=0xAA77,
122390 },
122391 [0xAA78]={
122392  category="so",
122393  description="MYANMAR SYMBOL AITON ONE",
122394  direction="l",
122395  indic="o",
122396  linebreak="sa",
122397  unicodeslot=0xAA78,
122398 },
122399 [0xAA79]={
122400  category="so",
122401  description="MYANMAR SYMBOL AITON TWO",
122402  direction="l",
122403  indic="o",
122404  linebreak="sa",
122405  unicodeslot=0xAA79,
122406 },
122407 [0xAA7A]={
122408  category="lo",
122409  description="MYANMAR LETTER AITON RA",
122410  direction="l",
122411  indic="c",
122412  linebreak="sa",
122413  unicodeslot=0xAA7A,
122414  variants=variants_dotted,
122415 },
122416 [0xAA7B]={
122417  category="mc",
122418  description="MYANMAR SIGN PAO KAREN TONE",
122419  direction="l",
122420  indic="s",
122421  indicmark="r",
122422  linebreak="sa",
122423  unicodeslot=0xAA7B,
122424 },
122425 [0xAA7C]={
122426  category="mn",
122427  description="MYANMAR SIGN TAI LAING TONE-2",
122428  direction="nsm",
122429  indic="s",
122430  indicmark="t",
122431  linebreak="sa",
122432  unicodeslot=0xAA7C,
122433 },
122434 [0xAA7D]={
122435  category="mc",
122436  description="MYANMAR SIGN TAI LAING TONE-5",
122437  direction="l",
122438  indic="s",
122439  indicmark="r",
122440  linebreak="sa",
122441  unicodeslot=0xAA7D,
122442 },
122443 [0xAA7E]={
122444  category="lo",
122445  description="MYANMAR LETTER SHWE PALAUNG CHA",
122446  direction="l",
122447  indic="c",
122448  linebreak="sa",
122449  unicodeslot=0xAA7E,
122450 },
122451 [0xAA7F]={
122452  category="lo",
122453  description="MYANMAR LETTER SHWE PALAUNG SHA",
122454  direction="l",
122455  indic="c",
122456  linebreak="sa",
122457  unicodeslot=0xAA7F,
122458 },
122459 [0xAA80]={
122460  category="lo",
122461  description="TAI VIET LETTER LOW KO",
122462  direction="l",
122463  linebreak="sa",
122464  unicodeslot=0xAA80,
122465 },
122466 [0xAA81]={
122467  category="lo",
122468  description="TAI VIET LETTER HIGH KO",
122469  direction="l",
122470  linebreak="sa",
122471  unicodeslot=0xAA81,
122472 },
122473 [0xAA82]={
122474  category="lo",
122475  description="TAI VIET LETTER LOW KHO",
122476  direction="l",
122477  linebreak="sa",
122478  unicodeslot=0xAA82,
122479 },
122480 [0xAA83]={
122481  category="lo",
122482  description="TAI VIET LETTER HIGH KHO",
122483  direction="l",
122484  linebreak="sa",
122485  unicodeslot=0xAA83,
122486 },
122487 [0xAA84]={
122488  category="lo",
122489  description="TAI VIET LETTER LOW KHHO",
122490  direction="l",
122491  linebreak="sa",
122492  unicodeslot=0xAA84,
122493 },
122494 [0xAA85]={
122495  category="lo",
122496  description="TAI VIET LETTER HIGH KHHO",
122497  direction="l",
122498  linebreak="sa",
122499  unicodeslot=0xAA85,
122500 },
122501 [0xAA86]={
122502  category="lo",
122503  description="TAI VIET LETTER LOW GO",
122504  direction="l",
122505  linebreak="sa",
122506  unicodeslot=0xAA86,
122507 },
122508 [0xAA87]={
122509  category="lo",
122510  description="TAI VIET LETTER HIGH GO",
122511  direction="l",
122512  linebreak="sa",
122513  unicodeslot=0xAA87,
122514 },
122515 [0xAA88]={
122516  category="lo",
122517  description="TAI VIET LETTER LOW NGO",
122518  direction="l",
122519  linebreak="sa",
122520  unicodeslot=0xAA88,
122521 },
122522 [0xAA89]={
122523  category="lo",
122524  description="TAI VIET LETTER HIGH NGO",
122525  direction="l",
122526  linebreak="sa",
122527  unicodeslot=0xAA89,
122528 },
122529 [0xAA8A]={
122530  category="lo",
122531  description="TAI VIET LETTER LOW CO",
122532  direction="l",
122533  linebreak="sa",
122534  unicodeslot=0xAA8A,
122535 },
122536 [0xAA8B]={
122537  category="lo",
122538  description="TAI VIET LETTER HIGH CO",
122539  direction="l",
122540  linebreak="sa",
122541  unicodeslot=0xAA8B,
122542 },
122543 [0xAA8C]={
122544  category="lo",
122545  description="TAI VIET LETTER LOW CHO",
122546  direction="l",
122547  linebreak="sa",
122548  unicodeslot=0xAA8C,
122549 },
122550 [0xAA8D]={
122551  category="lo",
122552  description="TAI VIET LETTER HIGH CHO",
122553  direction="l",
122554  linebreak="sa",
122555  unicodeslot=0xAA8D,
122556 },
122557 [0xAA8E]={
122558  category="lo",
122559  description="TAI VIET LETTER LOW SO",
122560  direction="l",
122561  linebreak="sa",
122562  unicodeslot=0xAA8E,
122563 },
122564 [0xAA8F]={
122565  category="lo",
122566  description="TAI VIET LETTER HIGH SO",
122567  direction="l",
122568  linebreak="sa",
122569  unicodeslot=0xAA8F,
122570 },
122571 [0xAA90]={
122572  category="lo",
122573  description="TAI VIET LETTER LOW NYO",
122574  direction="l",
122575  linebreak="sa",
122576  unicodeslot=0xAA90,
122577 },
122578 [0xAA91]={
122579  category="lo",
122580  description="TAI VIET LETTER HIGH NYO",
122581  direction="l",
122582  linebreak="sa",
122583  unicodeslot=0xAA91,
122584 },
122585 [0xAA92]={
122586  category="lo",
122587  description="TAI VIET LETTER LOW DO",
122588  direction="l",
122589  linebreak="sa",
122590  unicodeslot=0xAA92,
122591 },
122592 [0xAA93]={
122593  category="lo",
122594  description="TAI VIET LETTER HIGH DO",
122595  direction="l",
122596  linebreak="sa",
122597  unicodeslot=0xAA93,
122598 },
122599 [0xAA94]={
122600  category="lo",
122601  description="TAI VIET LETTER LOW TO",
122602  direction="l",
122603  linebreak="sa",
122604  unicodeslot=0xAA94,
122605 },
122606 [0xAA95]={
122607  category="lo",
122608  description="TAI VIET LETTER HIGH TO",
122609  direction="l",
122610  linebreak="sa",
122611  unicodeslot=0xAA95,
122612 },
122613 [0xAA96]={
122614  category="lo",
122615  description="TAI VIET LETTER LOW THO",
122616  direction="l",
122617  linebreak="sa",
122618  unicodeslot=0xAA96,
122619 },
122620 [0xAA97]={
122621  category="lo",
122622  description="TAI VIET LETTER HIGH THO",
122623  direction="l",
122624  linebreak="sa",
122625  unicodeslot=0xAA97,
122626 },
122627 [0xAA98]={
122628  category="lo",
122629  description="TAI VIET LETTER LOW NO",
122630  direction="l",
122631  linebreak="sa",
122632  unicodeslot=0xAA98,
122633 },
122634 [0xAA99]={
122635  category="lo",
122636  description="TAI VIET LETTER HIGH NO",
122637  direction="l",
122638  linebreak="sa",
122639  unicodeslot=0xAA99,
122640 },
122641 [0xAA9A]={
122642  category="lo",
122643  description="TAI VIET LETTER LOW BO",
122644  direction="l",
122645  linebreak="sa",
122646  unicodeslot=0xAA9A,
122647 },
122648 [0xAA9B]={
122649  category="lo",
122650  description="TAI VIET LETTER HIGH BO",
122651  direction="l",
122652  linebreak="sa",
122653  unicodeslot=0xAA9B,
122654 },
122655 [0xAA9C]={
122656  category="lo",
122657  description="TAI VIET LETTER LOW PO",
122658  direction="l",
122659  linebreak="sa",
122660  unicodeslot=0xAA9C,
122661 },
122662 [0xAA9D]={
122663  category="lo",
122664  description="TAI VIET LETTER HIGH PO",
122665  direction="l",
122666  linebreak="sa",
122667  unicodeslot=0xAA9D,
122668 },
122669 [0xAA9E]={
122670  category="lo",
122671  description="TAI VIET LETTER LOW PHO",
122672  direction="l",
122673  linebreak="sa",
122674  unicodeslot=0xAA9E,
122675 },
122676 [0xAA9F]={
122677  category="lo",
122678  description="TAI VIET LETTER HIGH PHO",
122679  direction="l",
122680  linebreak="sa",
122681  unicodeslot=0xAA9F,
122682 },
122683 [0xAAA0]={
122684  category="lo",
122685  description="TAI VIET LETTER LOW FO",
122686  direction="l",
122687  linebreak="sa",
122688  unicodeslot=0xAAA0,
122689 },
122690 [0xAAA1]={
122691  category="lo",
122692  description="TAI VIET LETTER HIGH FO",
122693  direction="l",
122694  linebreak="sa",
122695  unicodeslot=0xAAA1,
122696 },
122697 [0xAAA2]={
122698  category="lo",
122699  description="TAI VIET LETTER LOW MO",
122700  direction="l",
122701  linebreak="sa",
122702  unicodeslot=0xAAA2,
122703 },
122704 [0xAAA3]={
122705  category="lo",
122706  description="TAI VIET LETTER HIGH MO",
122707  direction="l",
122708  linebreak="sa",
122709  unicodeslot=0xAAA3,
122710 },
122711 [0xAAA4]={
122712  category="lo",
122713  description="TAI VIET LETTER LOW YO",
122714  direction="l",
122715  linebreak="sa",
122716  unicodeslot=0xAAA4,
122717 },
122718 [0xAAA5]={
122719  category="lo",
122720  description="TAI VIET LETTER HIGH YO",
122721  direction="l",
122722  linebreak="sa",
122723  unicodeslot=0xAAA5,
122724 },
122725 [0xAAA6]={
122726  category="lo",
122727  description="TAI VIET LETTER LOW RO",
122728  direction="l",
122729  linebreak="sa",
122730  unicodeslot=0xAAA6,
122731 },
122732 [0xAAA7]={
122733  category="lo",
122734  description="TAI VIET LETTER HIGH RO",
122735  direction="l",
122736  linebreak="sa",
122737  unicodeslot=0xAAA7,
122738 },
122739 [0xAAA8]={
122740  category="lo",
122741  description="TAI VIET LETTER LOW LO",
122742  direction="l",
122743  linebreak="sa",
122744  unicodeslot=0xAAA8,
122745 },
122746 [0xAAA9]={
122747  category="lo",
122748  description="TAI VIET LETTER HIGH LO",
122749  direction="l",
122750  linebreak="sa",
122751  unicodeslot=0xAAA9,
122752 },
122753 [0xAAAA]={
122754  category="lo",
122755  description="TAI VIET LETTER LOW VO",
122756  direction="l",
122757  linebreak="sa",
122758  unicodeslot=0xAAAA,
122759 },
122760 [0xAAAB]={
122761  category="lo",
122762  description="TAI VIET LETTER HIGH VO",
122763  direction="l",
122764  linebreak="sa",
122765  unicodeslot=0xAAAB,
122766 },
122767 [0xAAAC]={
122768  category="lo",
122769  description="TAI VIET LETTER LOW HO",
122770  direction="l",
122771  linebreak="sa",
122772  unicodeslot=0xAAAC,
122773 },
122774 [0xAAAD]={
122775  category="lo",
122776  description="TAI VIET LETTER HIGH HO",
122777  direction="l",
122778  linebreak="sa",
122779  unicodeslot=0xAAAD,
122780 },
122781 [0xAAAE]={
122782  category="lo",
122783  description="TAI VIET LETTER LOW O",
122784  direction="l",
122785  linebreak="sa",
122786  unicodeslot=0xAAAE,
122787 },
122788 [0xAAAF]={
122789  category="lo",
122790  description="TAI VIET LETTER HIGH O",
122791  direction="l",
122792  linebreak="sa",
122793  unicodeslot=0xAAAF,
122794 },
122795 [0xAAB0]={
122796  category="mn",
122797  combining=0xE6,
122798  description="TAI VIET MAI KANG",
122799  direction="nsm",
122800  linebreak="sa",
122801  unicodeslot=0xAAB0,
122802 },
122803 [0xAAB1]={
122804  category="lo",
122805  description="TAI VIET VOWEL AA",
122806  direction="l",
122807  linebreak="sa",
122808  unicodeslot=0xAAB1,
122809 },
122810 [0xAAB2]={
122811  category="mn",
122812  combining=0xE6,
122813  description="TAI VIET VOWEL I",
122814  direction="nsm",
122815  linebreak="sa",
122816  unicodeslot=0xAAB2,
122817 },
122818 [0xAAB3]={
122819  category="mn",
122820  combining=0xE6,
122821  description="TAI VIET VOWEL UE",
122822  direction="nsm",
122823  linebreak="sa",
122824  unicodeslot=0xAAB3,
122825 },
122826 [0xAAB4]={
122827  category="mn",
122828  combining=0xDC,
122829  description="TAI VIET VOWEL U",
122830  direction="nsm",
122831  linebreak="sa",
122832  unicodeslot=0xAAB4,
122833 },
122834 [0xAAB5]={
122835  category="lo",
122836  description="TAI VIET VOWEL E",
122837  direction="l",
122838  linebreak="sa",
122839  unicodeslot=0xAAB5,
122840 },
122841 [0xAAB6]={
122842  category="lo",
122843  description="TAI VIET VOWEL O",
122844  direction="l",
122845  linebreak="sa",
122846  unicodeslot=0xAAB6,
122847 },
122848 [0xAAB7]={
122849  category="mn",
122850  combining=0xE6,
122851  description="TAI VIET MAI KHIT",
122852  direction="nsm",
122853  linebreak="sa",
122854  unicodeslot=0xAAB7,
122855 },
122856 [0xAAB8]={
122857  category="mn",
122858  combining=0xE6,
122859  description="TAI VIET VOWEL IA",
122860  direction="nsm",
122861  linebreak="sa",
122862  unicodeslot=0xAAB8,
122863 },
122864 [0xAAB9]={
122865  category="lo",
122866  description="TAI VIET VOWEL UEA",
122867  direction="l",
122868  linebreak="sa",
122869  unicodeslot=0xAAB9,
122870 },
122871 [0xAABA]={
122872  category="lo",
122873  description="TAI VIET VOWEL UA",
122874  direction="l",
122875  linebreak="sa",
122876  unicodeslot=0xAABA,
122877 },
122878 [0xAABB]={
122879  category="lo",
122880  description="TAI VIET VOWEL AUE",
122881  direction="l",
122882  linebreak="sa",
122883  unicodeslot=0xAABB,
122884 },
122885 [0xAABC]={
122886  category="lo",
122887  description="TAI VIET VOWEL AY",
122888  direction="l",
122889  linebreak="sa",
122890  unicodeslot=0xAABC,
122891 },
122892 [0xAABD]={
122893  category="lo",
122894  description="TAI VIET VOWEL AN",
122895  direction="l",
122896  linebreak="sa",
122897  unicodeslot=0xAABD,
122898 },
122899 [0xAABE]={
122900  category="mn",
122901  combining=0xE6,
122902  description="TAI VIET VOWEL AM",
122903  direction="nsm",
122904  linebreak="sa",
122905  unicodeslot=0xAABE,
122906 },
122907 [0xAABF]={
122908  category="mn",
122909  combining=0xE6,
122910  description="TAI VIET TONE MAI EK",
122911  direction="nsm",
122912  linebreak="sa",
122913  unicodeslot=0xAABF,
122914 },
122915 [0xAAC0]={
122916  category="lo",
122917  description="TAI VIET TONE MAI NUENG",
122918  direction="l",
122919  linebreak="sa",
122920  unicodeslot=0xAAC0,
122921 },
122922 [0xAAC1]={
122923  category="mn",
122924  combining=0xE6,
122925  description="TAI VIET TONE MAI THO",
122926  direction="nsm",
122927  linebreak="sa",
122928  unicodeslot=0xAAC1,
122929 },
122930 [0xAAC2]={
122931  category="lo",
122932  description="TAI VIET TONE MAI SONG",
122933  direction="l",
122934  linebreak="sa",
122935  unicodeslot=0xAAC2,
122936 },
122937 [0xAADB]={
122938  category="lo",
122939  description="TAI VIET SYMBOL KON",
122940  direction="l",
122941  linebreak="sa",
122942  unicodeslot=0xAADB,
122943 },
122944 [0xAADC]={
122945  category="lo",
122946  description="TAI VIET SYMBOL NUENG",
122947  direction="l",
122948  linebreak="sa",
122949  unicodeslot=0xAADC,
122950 },
122951 [0xAADD]={
122952  category="lm",
122953  description="TAI VIET SYMBOL SAM",
122954  direction="l",
122955  linebreak="sa",
122956  unicodeslot=0xAADD,
122957 },
122958 [0xAADE]={
122959  category="po",
122960  description="TAI VIET SYMBOL HO HOI",
122961  direction="l",
122962  linebreak="sa",
122963  unicodeslot=0xAADE,
122964 },
122965 [0xAADF]={
122966  category="po",
122967  description="TAI VIET SYMBOL KOI KOI",
122968  direction="l",
122969  linebreak="sa",
122970  unicodeslot=0xAADF,
122971 },
122972 [0xAAE0]={
122973  category="lo",
122974  description="MEETEI MAYEK LETTER E",
122975  direction="l",
122976  linebreak="al",
122977  unicodeslot=0xAAE0,
122978 },
122979 [0xAAE1]={
122980  category="lo",
122981  description="MEETEI MAYEK LETTER O",
122982  direction="l",
122983  linebreak="al",
122984  unicodeslot=0xAAE1,
122985 },
122986 [0xAAE2]={
122987  category="lo",
122988  description="MEETEI MAYEK LETTER CHA",
122989  direction="l",
122990  linebreak="al",
122991  unicodeslot=0xAAE2,
122992 },
122993 [0xAAE3]={
122994  category="lo",
122995  description="MEETEI MAYEK LETTER NYA",
122996  direction="l",
122997  linebreak="al",
122998  unicodeslot=0xAAE3,
122999 },
123000 [0xAAE4]={
123001  category="lo",
123002  description="MEETEI MAYEK LETTER TTA",
123003  direction="l",
123004  linebreak="al",
123005  unicodeslot=0xAAE4,
123006 },
123007 [0xAAE5]={
123008  category="lo",
123009  description="MEETEI MAYEK LETTER TTHA",
123010  direction="l",
123011  linebreak="al",
123012  unicodeslot=0xAAE5,
123013 },
123014 [0xAAE6]={
123015  category="lo",
123016  description="MEETEI MAYEK LETTER DDA",
123017  direction="l",
123018  linebreak="al",
123019  unicodeslot=0xAAE6,
123020 },
123021 [0xAAE7]={
123022  category="lo",
123023  description="MEETEI MAYEK LETTER DDHA",
123024  direction="l",
123025  linebreak="al",
123026  unicodeslot=0xAAE7,
123027 },
123028 [0xAAE8]={
123029  category="lo",
123030  description="MEETEI MAYEK LETTER NNA",
123031  direction="l",
123032  linebreak="al",
123033  unicodeslot=0xAAE8,
123034 },
123035 [0xAAE9]={
123036  category="lo",
123037  description="MEETEI MAYEK LETTER SHA",
123038  direction="l",
123039  linebreak="al",
123040  unicodeslot=0xAAE9,
123041 },
123042 [0xAAEA]={
123043  category="lo",
123044  description="MEETEI MAYEK LETTER SSA",
123045  direction="l",
123046  linebreak="al",
123047  unicodeslot=0xAAEA,
123048 },
123049 [0xAAEB]={
123050  category="mc",
123051  description="MEETEI MAYEK VOWEL SIGN II",
123052  direction="l",
123053  linebreak="cm",
123054  unicodeslot=0xAAEB,
123055 },
123056 [0xAAEC]={
123057  category="mn",
123058  description="MEETEI MAYEK VOWEL SIGN UU",
123059  direction="nsm",
123060  linebreak="cm",
123061  unicodeslot=0xAAEC,
123062 },
123063 [0xAAED]={
123064  category="mn",
123065  description="MEETEI MAYEK VOWEL SIGN AAI",
123066  direction="nsm",
123067  linebreak="cm",
123068  unicodeslot=0xAAED,
123069 },
123070 [0xAAEE]={
123071  category="mc",
123072  description="MEETEI MAYEK VOWEL SIGN AU",
123073  direction="l",
123074  linebreak="cm",
123075  unicodeslot=0xAAEE,
123076 },
123077 [0xAAEF]={
123078  category="mc",
123079  description="MEETEI MAYEK VOWEL SIGN AAU",
123080  direction="l",
123081  linebreak="cm",
123082  unicodeslot=0xAAEF,
123083 },
123084 [0xAAF0]={
123085  category="po",
123086  description="MEETEI MAYEK CHEIKHAN",
123087  direction="l",
123088  linebreak="ba",
123089  unicodeslot=0xAAF0,
123090 },
123091 [0xAAF1]={
123092  category="po",
123093  description="MEETEI MAYEK AHANG KHUDAM",
123094  direction="l",
123095  linebreak="ba",
123096  unicodeslot=0xAAF1,
123097 },
123098 [0xAAF2]={
123099  category="lo",
123100  description="MEETEI MAYEK ANJI",
123101  direction="l",
123102  linebreak="al",
123103  unicodeslot=0xAAF2,
123104 },
123105 [0xAAF3]={
123106  category="lm",
123107  description="MEETEI MAYEK SYLLABLE REPETITION MARK",
123108  direction="l",
123109  linebreak="al",
123110  unicodeslot=0xAAF3,
123111 },
123112 [0xAAF4]={
123113  category="lm",
123114  description="MEETEI MAYEK WORD REPETITION MARK",
123115  direction="l",
123116  linebreak="al",
123117  unicodeslot=0xAAF4,
123118 },
123119 [0xAAF5]={
123120  category="mc",
123121  description="MEETEI MAYEK VOWEL SIGN VISARGA",
123122  direction="l",
123123  linebreak="cm",
123124  unicodeslot=0xAAF5,
123125 },
123126 [0xAAF6]={
123127  category="mn",
123128  combining=0x9,
123129  description="MEETEI MAYEK VIRAMA",
123130  direction="nsm",
123131  linebreak="cm",
123132  unicodeslot=0xAAF6,
123133 },
123134 [0xAB01]={
123135  category="lo",
123136  description="ETHIOPIC SYLLABLE TTHU",
123137  direction="l",
123138  linebreak="al",
123139  unicodeslot=0xAB01,
123140 },
123141 [0xAB02]={
123142  category="lo",
123143  description="ETHIOPIC SYLLABLE TTHI",
123144  direction="l",
123145  linebreak="al",
123146  unicodeslot=0xAB02,
123147 },
123148 [0xAB03]={
123149  category="lo",
123150  description="ETHIOPIC SYLLABLE TTHAA",
123151  direction="l",
123152  linebreak="al",
123153  unicodeslot=0xAB03,
123154 },
123155 [0xAB04]={
123156  category="lo",
123157  description="ETHIOPIC SYLLABLE TTHEE",
123158  direction="l",
123159  linebreak="al",
123160  unicodeslot=0xAB04,
123161 },
123162 [0xAB05]={
123163  category="lo",
123164  description="ETHIOPIC SYLLABLE TTHE",
123165  direction="l",
123166  linebreak="al",
123167  unicodeslot=0xAB05,
123168 },
123169 [0xAB06]={
123170  category="lo",
123171  description="ETHIOPIC SYLLABLE TTHO",
123172  direction="l",
123173  linebreak="al",
123174  unicodeslot=0xAB06,
123175 },
123176 [0xAB09]={
123177  category="lo",
123178  description="ETHIOPIC SYLLABLE DDHU",
123179  direction="l",
123180  linebreak="al",
123181  unicodeslot=0xAB09,
123182 },
123183 [0xAB0A]={
123184  category="lo",
123185  description="ETHIOPIC SYLLABLE DDHI",
123186  direction="l",
123187  linebreak="al",
123188  unicodeslot=0xAB0A,
123189 },
123190 [0xAB0B]={
123191  category="lo",
123192  description="ETHIOPIC SYLLABLE DDHAA",
123193  direction="l",
123194  linebreak="al",
123195  unicodeslot=0xAB0B,
123196 },
123197 [0xAB0C]={
123198  category="lo",
123199  description="ETHIOPIC SYLLABLE DDHEE",
123200  direction="l",
123201  linebreak="al",
123202  unicodeslot=0xAB0C,
123203 },
123204 [0xAB0D]={
123205  category="lo",
123206  description="ETHIOPIC SYLLABLE DDHE",
123207  direction="l",
123208  linebreak="al",
123209  unicodeslot=0xAB0D,
123210 },
123211 [0xAB0E]={
123212  category="lo",
123213  description="ETHIOPIC SYLLABLE DDHO",
123214  direction="l",
123215  linebreak="al",
123216  unicodeslot=0xAB0E,
123217 },
123218 [0xAB11]={
123219  category="lo",
123220  description="ETHIOPIC SYLLABLE DZU",
123221  direction="l",
123222  linebreak="al",
123223  unicodeslot=0xAB11,
123224 },
123225 [0xAB12]={
123226  category="lo",
123227  description="ETHIOPIC SYLLABLE DZI",
123228  direction="l",
123229  linebreak="al",
123230  unicodeslot=0xAB12,
123231 },
123232 [0xAB13]={
123233  category="lo",
123234  description="ETHIOPIC SYLLABLE DZAA",
123235  direction="l",
123236  linebreak="al",
123237  unicodeslot=0xAB13,
123238 },
123239 [0xAB14]={
123240  category="lo",
123241  description="ETHIOPIC SYLLABLE DZEE",
123242  direction="l",
123243  linebreak="al",
123244  unicodeslot=0xAB14,
123245 },
123246 [0xAB15]={
123247  category="lo",
123248  description="ETHIOPIC SYLLABLE DZE",
123249  direction="l",
123250  linebreak="al",
123251  unicodeslot=0xAB15,
123252 },
123253 [0xAB16]={
123254  category="lo",
123255  description="ETHIOPIC SYLLABLE DZO",
123256  direction="l",
123257  linebreak="al",
123258  unicodeslot=0xAB16,
123259 },
123260 [0xAB20]={
123261  category="lo",
123262  description="ETHIOPIC SYLLABLE CCHHA",
123263  direction="l",
123264  linebreak="al",
123265  unicodeslot=0xAB20,
123266 },
123267 [0xAB21]={
123268  category="lo",
123269  description="ETHIOPIC SYLLABLE CCHHU",
123270  direction="l",
123271  linebreak="al",
123272  unicodeslot=0xAB21,
123273 },
123274 [0xAB22]={
123275  category="lo",
123276  description="ETHIOPIC SYLLABLE CCHHI",
123277  direction="l",
123278  linebreak="al",
123279  unicodeslot=0xAB22,
123280 },
123281 [0xAB23]={
123282  category="lo",
123283  description="ETHIOPIC SYLLABLE CCHHAA",
123284  direction="l",
123285  linebreak="al",
123286  unicodeslot=0xAB23,
123287 },
123288 [0xAB24]={
123289  category="lo",
123290  description="ETHIOPIC SYLLABLE CCHHEE",
123291  direction="l",
123292  linebreak="al",
123293  unicodeslot=0xAB24,
123294 },
123295 [0xAB25]={
123296  category="lo",
123297  description="ETHIOPIC SYLLABLE CCHHE",
123298  direction="l",
123299  linebreak="al",
123300  unicodeslot=0xAB25,
123301 },
123302 [0xAB26]={
123303  category="lo",
123304  description="ETHIOPIC SYLLABLE CCHHO",
123305  direction="l",
123306  linebreak="al",
123307  unicodeslot=0xAB26,
123308 },
123309 [0xAB28]={
123310  category="lo",
123311  description="ETHIOPIC SYLLABLE BBA",
123312  direction="l",
123313  linebreak="al",
123314  unicodeslot=0xAB28,
123315 },
123316 [0xAB29]={
123317  category="lo",
123318  description="ETHIOPIC SYLLABLE BBU",
123319  direction="l",
123320  linebreak="al",
123321  unicodeslot=0xAB29,
123322 },
123323 [0xAB2A]={
123324  category="lo",
123325  description="ETHIOPIC SYLLABLE BBI",
123326  direction="l",
123327  linebreak="al",
123328  unicodeslot=0xAB2A,
123329 },
123330 [0xAB2B]={
123331  category="lo",
123332  description="ETHIOPIC SYLLABLE BBAA",
123333  direction="l",
123334  linebreak="al",
123335  unicodeslot=0xAB2B,
123336 },
123337 [0xAB2C]={
123338  category="lo",
123339  description="ETHIOPIC SYLLABLE BBEE",
123340  direction="l",
123341  linebreak="al",
123342  unicodeslot=0xAB2C,
123343 },
123344 [0xAB2D]={
123345  category="lo",
123346  description="ETHIOPIC SYLLABLE BBE",
123347  direction="l",
123348  linebreak="al",
123349  unicodeslot=0xAB2D,
123350 },
123351 [0xAB2E]={
123352  category="lo",
123353  description="ETHIOPIC SYLLABLE BBO",
123354  direction="l",
123355  linebreak="al",
123356  unicodeslot=0xAB2E,
123357 },
123358 [0xAB30]={
123359  category="ll",
123360  description="LATIN SMALL LETTER BARRED ALPHA",
123361  direction="l",
123362  linebreak="al",
123363  unicodeslot=0xAB30,
123364 },
123365 [0xAB31]={
123366  category="ll",
123367  description="LATIN SMALL LETTER A REVERSED-SCHWA",
123368  direction="l",
123369  linebreak="al",
123370  unicodeslot=0xAB31,
123371 },
123372 [0xAB32]={
123373  category="ll",
123374  description="LATIN SMALL LETTER BLACKLETTER E",
123375  direction="l",
123376  linebreak="al",
123377  unicodeslot=0xAB32,
123378 },
123379 [0xAB33]={
123380  category="ll",
123381  description="LATIN SMALL LETTER BARRED E",
123382  direction="l",
123383  linebreak="al",
123384  unicodeslot=0xAB33,
123385 },
123386 [0xAB34]={
123387  category="ll",
123388  description="LATIN SMALL LETTER E WITH FLOURISH",
123389  direction="l",
123390  linebreak="al",
123391  unicodeslot=0xAB34,
123392 },
123393 [0xAB35]={
123394  category="ll",
123395  description="LATIN SMALL LETTER LENIS F",
123396  direction="l",
123397  linebreak="al",
123398  unicodeslot=0xAB35,
123399 },
123400 [0xAB36]={
123401  category="ll",
123402  description="LATIN SMALL LETTER SCRIPT G WITH CROSSED-TAIL",
123403  direction="l",
123404  linebreak="al",
123405  unicodeslot=0xAB36,
123406 },
123407 [0xAB37]={
123408  category="ll",
123409  description="LATIN SMALL LETTER L WITH INVERTED LAZY S",
123410  direction="l",
123411  linebreak="al",
123412  specials={ "with", 0x6C, 0x223E },
123413  unicodeslot=0xAB37,
123414 },
123415 [0xAB38]={
123416  category="ll",
123417  description="LATIN SMALL LETTER L WITH DOUBLE MIDDLE TILDE",
123418  direction="l",
123419  linebreak="al",
123420  unicodeslot=0xAB38,
123421 },
123422 [0xAB39]={
123423  category="ll",
123424  description="LATIN SMALL LETTER L WITH MIDDLE RING",
123425  direction="l",
123426  linebreak="al",
123427  unicodeslot=0xAB39,
123428 },
123429 [0xAB3A]={
123430  category="ll",
123431  description="LATIN SMALL LETTER M WITH CROSSED-TAIL",
123432  direction="l",
123433  linebreak="al",
123434  unicodeslot=0xAB3A,
123435 },
123436 [0xAB3B]={
123437  category="ll",
123438  description="LATIN SMALL LETTER N WITH CROSSED-TAIL",
123439  direction="l",
123440  linebreak="al",
123441  unicodeslot=0xAB3B,
123442 },
123443 [0xAB3C]={
123444  category="ll",
123445  description="LATIN SMALL LETTER ENG WITH CROSSED-TAIL",
123446  direction="l",
123447  linebreak="al",
123448  unicodeslot=0xAB3C,
123449 },
123450 [0xAB3D]={
123451  category="ll",
123452  description="LATIN SMALL LETTER BLACKLETTER O",
123453  direction="l",
123454  linebreak="al",
123455  unicodeslot=0xAB3D,
123456 },
123457 [0xAB3E]={
123458  category="ll",
123459  description="LATIN SMALL LETTER BLACKLETTER O WITH STROKE",
123460  direction="l",
123461  linebreak="al",
123462  specials={ "with", 0xAB3D, 0x2F },
123463  unicodeslot=0xAB3E,
123464 },
123465 [0xAB3F]={
123466  category="ll",
123467  description="LATIN SMALL LETTER OPEN O WITH STROKE",
123468  direction="l",
123469  linebreak="al",
123470  specials={ "with", 0x254, 0x2F },
123471  unicodeslot=0xAB3F,
123472 },
123473 [0xAB40]={
123474  category="ll",
123475  description="LATIN SMALL LETTER INVERTED OE",
123476  direction="l",
123477  linebreak="al",
123478  unicodeslot=0xAB40,
123479 },
123480 [0xAB41]={
123481  category="ll",
123482  description="LATIN SMALL LETTER TURNED OE WITH STROKE",
123483  direction="l",
123484  linebreak="al",
123485  specials={ "with", 0x1D14, 0x2F },
123486  unicodeslot=0xAB41,
123487 },
123488 [0xAB42]={
123489  category="ll",
123490  description="LATIN SMALL LETTER TURNED OE WITH HORIZONTAL STROKE",
123491  direction="l",
123492  linebreak="al",
123493  unicodeslot=0xAB42,
123494 },
123495 [0xAB43]={
123496  category="ll",
123497  description="LATIN SMALL LETTER TURNED O OPEN-O",
123498  direction="l",
123499  linebreak="al",
123500  unicodeslot=0xAB43,
123501 },
123502 [0xAB44]={
123503  category="ll",
123504  description="LATIN SMALL LETTER TURNED O OPEN-O WITH STROKE",
123505  direction="l",
123506  linebreak="al",
123507  specials={ "with", 0xAB43, 0x2F },
123508  unicodeslot=0xAB44,
123509 },
123510 [0xAB45]={
123511  category="ll",
123512  description="LATIN SMALL LETTER STIRRUP R",
123513  direction="l",
123514  linebreak="al",
123515  unicodeslot=0xAB45,
123516 },
123517 [0xAB46]={
123518  category="ll",
123519  description="LATIN LETTER SMALL CAPITAL R WITH RIGHT LEG",
123520  direction="l",
123521  linebreak="al",
123522  unicodeslot=0xAB46,
123523 },
123524 [0xAB47]={
123525  category="ll",
123526  description="LATIN SMALL LETTER R WITHOUT HANDLE",
123527  direction="l",
123528  linebreak="al",
123529  unicodeslot=0xAB47,
123530 },
123531 [0xAB48]={
123532  category="ll",
123533  description="LATIN SMALL LETTER DOUBLE R",
123534  direction="l",
123535  linebreak="al",
123536  unicodeslot=0xAB48,
123537 },
123538 [0xAB49]={
123539  category="ll",
123540  description="LATIN SMALL LETTER R WITH CROSSED-TAIL",
123541  direction="l",
123542  linebreak="al",
123543  unicodeslot=0xAB49,
123544 },
123545 [0xAB4A]={
123546  category="ll",
123547  description="LATIN SMALL LETTER DOUBLE R WITH CROSSED-TAIL",
123548  direction="l",
123549  linebreak="al",
123550  unicodeslot=0xAB4A,
123551 },
123552 [0xAB4B]={
123553  category="ll",
123554  description="LATIN SMALL LETTER SCRIPT R",
123555  direction="l",
123556  linebreak="al",
123557  unicodeslot=0xAB4B,
123558 },
123559 [0xAB4C]={
123560  category="ll",
123561  description="LATIN SMALL LETTER SCRIPT R WITH RING",
123562  direction="l",
123563  linebreak="al",
123564  specials={ "with", 0xAB4B, 0x1F48D },
123565  unicodeslot=0xAB4C,
123566 },
123567 [0xAB4D]={
123568  category="ll",
123569  description="LATIN SMALL LETTER BASELINE ESH",
123570  direction="l",
123571  linebreak="al",
123572  unicodeslot=0xAB4D,
123573 },
123574 [0xAB4E]={
123575  category="ll",
123576  description="LATIN SMALL LETTER U WITH SHORT RIGHT LEG",
123577  direction="l",
123578  linebreak="al",
123579  unicodeslot=0xAB4E,
123580 },
123581 [0xAB4F]={
123582  category="ll",
123583  description="LATIN SMALL LETTER U BAR WITH SHORT RIGHT LEG",
123584  direction="l",
123585  linebreak="al",
123586  unicodeslot=0xAB4F,
123587 },
123588 [0xAB50]={
123589  category="ll",
123590  description="LATIN SMALL LETTER UI",
123591  direction="l",
123592  linebreak="al",
123593  unicodeslot=0xAB50,
123594 },
123595 [0xAB51]={
123596  category="ll",
123597  description="LATIN SMALL LETTER TURNED UI",
123598  direction="l",
123599  linebreak="al",
123600  unicodeslot=0xAB51,
123601 },
123602 [0xAB52]={
123603  category="ll",
123604  description="LATIN SMALL LETTER U WITH LEFT HOOK",
123605  direction="l",
123606  linebreak="al",
123607  unicodeslot=0xAB52,
123608 },
123609 [0xAB53]={
123610  category="ll",
123611  description="LATIN SMALL LETTER CHI",
123612  direction="l",
123613  linebreak="al",
123614  unicodeslot=0xAB53,
123615 },
123616 [0xAB54]={
123617  category="ll",
123618  description="LATIN SMALL LETTER CHI WITH LOW RIGHT RING",
123619  direction="l",
123620  linebreak="al",
123621  unicodeslot=0xAB54,
123622 },
123623 [0xAB55]={
123624  category="ll",
123625  description="LATIN SMALL LETTER CHI WITH LOW LEFT SERIF",
123626  direction="l",
123627  linebreak="al",
123628  unicodeslot=0xAB55,
123629 },
123630 [0xAB56]={
123631  category="ll",
123632  description="LATIN SMALL LETTER X WITH LOW RIGHT RING",
123633  direction="l",
123634  linebreak="al",
123635  unicodeslot=0xAB56,
123636 },
123637 [0xAB57]={
123638  category="ll",
123639  description="LATIN SMALL LETTER X WITH LONG LEFT LEG",
123640  direction="l",
123641  linebreak="al",
123642  unicodeslot=0xAB57,
123643 },
123644 [0xAB58]={
123645  category="ll",
123646  description="LATIN SMALL LETTER X WITH LONG LEFT LEG AND LOW RIGHT RING",
123647  direction="l",
123648  linebreak="al",
123649  unicodeslot=0xAB58,
123650 },
123651 [0xAB59]={
123652  category="ll",
123653  description="LATIN SMALL LETTER X WITH LONG LEFT LEG WITH SERIF",
123654  direction="l",
123655  linebreak="al",
123656  unicodeslot=0xAB59,
123657 },
123658 [0xAB5A]={
123659  category="ll",
123660  description="LATIN SMALL LETTER Y WITH SHORT RIGHT LEG",
123661  direction="l",
123662  linebreak="al",
123663  unicodeslot=0xAB5A,
123664 },
123665 [0xAB5B]={
123666  category="sk",
123667  description="MODIFIER BREVE WITH INVERTED BREVE",
123668  direction="l",
123669  linebreak="al",
123670  unicodeslot=0xAB5B,
123671 },
123672 [0xAB5C]={
123673  category="lm",
123674  description="MODIFIER LETTER SMALL HENG",
123675  direction="l",
123676  linebreak="al",
123677  specials={ "super", 0xA727 },
123678  unicodeslot=0xAB5C,
123679 },
123680 [0xAB5D]={
123681  category="lm",
123682  description="MODIFIER LETTER SMALL L WITH INVERTED LAZY S",
123683  direction="l",
123684  linebreak="al",
123685  specials={ "super", 0xAB37 },
123686  unicodeslot=0xAB5D,
123687 },
123688 [0xAB5E]={
123689  category="lm",
123690  description="MODIFIER LETTER SMALL L WITH MIDDLE TILDE",
123691  direction="l",
123692  linebreak="al",
123693  specials={ "super", 0x26B },
123694  unicodeslot=0xAB5E,
123695 },
123696 [0xAB5F]={
123697  category="lm",
123698  description="MODIFIER LETTER SMALL U WITH LEFT HOOK",
123699  direction="l",
123700  linebreak="al",
123701  specials={ "super", 0xAB52 },
123702  unicodeslot=0xAB5F,
123703 },
123704 [0xAB60]={
123705  category="ll",
123706  description="LATIN SMALL LETTER SAKHA YAT",
123707  direction="l",
123708  linebreak="al",
123709  unicodeslot=0xAB60,
123710 },
123711 [0xAB61]={
123712  category="ll",
123713  description="LATIN SMALL LETTER IOTIFIED E",
123714  direction="l",
123715  linebreak="al",
123716  unicodeslot=0xAB61,
123717 },
123718 [0xAB62]={
123719  category="ll",
123720  description="LATIN SMALL LETTER OPEN OE",
123721  direction="l",
123722  linebreak="al",
123723  unicodeslot=0xAB62,
123724 },
123725 [0xAB63]={
123726  category="ll",
123727  description="LATIN SMALL LETTER UO",
123728  direction="l",
123729  linebreak="al",
123730  unicodeslot=0xAB63,
123731 },
123732 [0xAB64]={
123733  category="ll",
123734  description="LATIN SMALL LETTER INVERTED ALPHA",
123735  direction="l",
123736  linebreak="al",
123737  unicodeslot=0xAB64,
123738 },
123739 [0xAB65]={
123740  category="ll",
123741  description="GREEK LETTER SMALL CAPITAL OMEGA",
123742  direction="l",
123743  linebreak="al",
123744  unicodeslot=0xAB65,
123745 },
123746 [0xAB66]={
123747  category="ll",
123748  description="LATIN SMALL LETTER DZ DIGRAPH WITH RETROFLEX HOOK",
123749  direction="l",
123750  linebreak="al",
123751  unicodeslot=0xAB66,
123752 },
123753 [0xAB67]={
123754  category="ll",
123755  description="LATIN SMALL LETTER TS DIGRAPH WITH RETROFLEX HOOK",
123756  direction="l",
123757  linebreak="al",
123758  unicodeslot=0xAB67,
123759 },
123760 [0xAB68]={
123761  category="ll",
123762  description="LATIN SMALL LETTER TURNED R WITH MIDDLE TILDE",
123763  direction="l",
123764  linebreak="al",
123765  unicodeslot=0xAB68,
123766 },
123767 [0xAB69]={
123768  category="lm",
123769  description="MODIFIER LETTER SMALL TURNED W",
123770  direction="l",
123771  linebreak="al",
123772  specials={ "super", 0x28D },
123773  unicodeslot=0xAB69,
123774 },
123775 [0xAB6A]={
123776  category="sk",
123777  description="MODIFIER LETTER LEFT TACK",
123778  direction="on",
123779  linebreak="al",
123780  unicodeslot=0xAB6A,
123781 },
123782 [0xAB6B]={
123783  category="sk",
123784  description="MODIFIER LETTER RIGHT TACK",
123785  direction="on",
123786  linebreak="al",
123787  unicodeslot=0xAB6B,
123788 },
123789 [0xAB70]={
123790  category="ll",
123791  description="CHEROKEE SMALL LETTER A",
123792  direction="l",
123793  linebreak="al",
123794  uccode=0x13A0,
123795  unicodeslot=0xAB70,
123796 },
123797 [0xAB71]={
123798  category="ll",
123799  description="CHEROKEE SMALL LETTER E",
123800  direction="l",
123801  linebreak="al",
123802  uccode=0x13A1,
123803  unicodeslot=0xAB71,
123804 },
123805 [0xAB72]={
123806  category="ll",
123807  description="CHEROKEE SMALL LETTER I",
123808  direction="l",
123809  linebreak="al",
123810  uccode=0x13A2,
123811  unicodeslot=0xAB72,
123812 },
123813 [0xAB73]={
123814  category="ll",
123815  description="CHEROKEE SMALL LETTER O",
123816  direction="l",
123817  linebreak="al",
123818  uccode=0x13A3,
123819  unicodeslot=0xAB73,
123820 },
123821 [0xAB74]={
123822  category="ll",
123823  description="CHEROKEE SMALL LETTER U",
123824  direction="l",
123825  linebreak="al",
123826  uccode=0x13A4,
123827  unicodeslot=0xAB74,
123828 },
123829 [0xAB75]={
123830  category="ll",
123831  description="CHEROKEE SMALL LETTER V",
123832  direction="l",
123833  linebreak="al",
123834  uccode=0x13A5,
123835  unicodeslot=0xAB75,
123836 },
123837 [0xAB76]={
123838  category="ll",
123839  description="CHEROKEE SMALL LETTER GA",
123840  direction="l",
123841  linebreak="al",
123842  uccode=0x13A6,
123843  unicodeslot=0xAB76,
123844 },
123845 [0xAB77]={
123846  category="ll",
123847  description="CHEROKEE SMALL LETTER KA",
123848  direction="l",
123849  linebreak="al",
123850  uccode=0x13A7,
123851  unicodeslot=0xAB77,
123852 },
123853 [0xAB78]={
123854  category="ll",
123855  description="CHEROKEE SMALL LETTER GE",
123856  direction="l",
123857  linebreak="al",
123858  uccode=0x13A8,
123859  unicodeslot=0xAB78,
123860 },
123861 [0xAB79]={
123862  category="ll",
123863  description="CHEROKEE SMALL LETTER GI",
123864  direction="l",
123865  linebreak="al",
123866  uccode=0x13A9,
123867  unicodeslot=0xAB79,
123868 },
123869 [0xAB7A]={
123870  category="ll",
123871  description="CHEROKEE SMALL LETTER GO",
123872  direction="l",
123873  linebreak="al",
123874  uccode=0x13AA,
123875  unicodeslot=0xAB7A,
123876 },
123877 [0xAB7B]={
123878  category="ll",
123879  description="CHEROKEE SMALL LETTER GU",
123880  direction="l",
123881  linebreak="al",
123882  uccode=0x13AB,
123883  unicodeslot=0xAB7B,
123884 },
123885 [0xAB7C]={
123886  category="ll",
123887  description="CHEROKEE SMALL LETTER GV",
123888  direction="l",
123889  linebreak="al",
123890  uccode=0x13AC,
123891  unicodeslot=0xAB7C,
123892 },
123893 [0xAB7D]={
123894  category="ll",
123895  description="CHEROKEE SMALL LETTER HA",
123896  direction="l",
123897  linebreak="al",
123898  uccode=0x13AD,
123899  unicodeslot=0xAB7D,
123900 },
123901 [0xAB7E]={
123902  category="ll",
123903  description="CHEROKEE SMALL LETTER HE",
123904  direction="l",
123905  linebreak="al",
123906  uccode=0x13AE,
123907  unicodeslot=0xAB7E,
123908 },
123909 [0xAB7F]={
123910  category="ll",
123911  description="CHEROKEE SMALL LETTER HI",
123912  direction="l",
123913  linebreak="al",
123914  uccode=0x13AF,
123915  unicodeslot=0xAB7F,
123916 },
123917 [0xAB80]={
123918  category="ll",
123919  description="CHEROKEE SMALL LETTER HO",
123920  direction="l",
123921  linebreak="al",
123922  uccode=0x13B0,
123923  unicodeslot=0xAB80,
123924 },
123925 [0xAB81]={
123926  category="ll",
123927  description="CHEROKEE SMALL LETTER HU",
123928  direction="l",
123929  linebreak="al",
123930  uccode=0x13B1,
123931  unicodeslot=0xAB81,
123932 },
123933 [0xAB82]={
123934  category="ll",
123935  description="CHEROKEE SMALL LETTER HV",
123936  direction="l",
123937  linebreak="al",
123938  uccode=0x13B2,
123939  unicodeslot=0xAB82,
123940 },
123941 [0xAB83]={
123942  category="ll",
123943  description="CHEROKEE SMALL LETTER LA",
123944  direction="l",
123945  linebreak="al",
123946  uccode=0x13B3,
123947  unicodeslot=0xAB83,
123948 },
123949 [0xAB84]={
123950  category="ll",
123951  description="CHEROKEE SMALL LETTER LE",
123952  direction="l",
123953  linebreak="al",
123954  uccode=0x13B4,
123955  unicodeslot=0xAB84,
123956 },
123957 [0xAB85]={
123958  category="ll",
123959  description="CHEROKEE SMALL LETTER LI",
123960  direction="l",
123961  linebreak="al",
123962  uccode=0x13B5,
123963  unicodeslot=0xAB85,
123964 },
123965 [0xAB86]={
123966  category="ll",
123967  description="CHEROKEE SMALL LETTER LO",
123968  direction="l",
123969  linebreak="al",
123970  uccode=0x13B6,
123971  unicodeslot=0xAB86,
123972 },
123973 [0xAB87]={
123974  category="ll",
123975  description="CHEROKEE SMALL LETTER LU",
123976  direction="l",
123977  linebreak="al",
123978  uccode=0x13B7,
123979  unicodeslot=0xAB87,
123980 },
123981 [0xAB88]={
123982  category="ll",
123983  description="CHEROKEE SMALL LETTER LV",
123984  direction="l",
123985  linebreak="al",
123986  uccode=0x13B8,
123987  unicodeslot=0xAB88,
123988 },
123989 [0xAB89]={
123990  category="ll",
123991  description="CHEROKEE SMALL LETTER MA",
123992  direction="l",
123993  linebreak="al",
123994  uccode=0x13B9,
123995  unicodeslot=0xAB89,
123996 },
123997 [0xAB8A]={
123998  category="ll",
123999  description="CHEROKEE SMALL LETTER ME",
124000  direction="l",
124001  linebreak="al",
124002  uccode=0x13BA,
124003  unicodeslot=0xAB8A,
124004 },
124005 [0xAB8B]={
124006  category="ll",
124007  description="CHEROKEE SMALL LETTER MI",
124008  direction="l",
124009  linebreak="al",
124010  uccode=0x13BB,
124011  unicodeslot=0xAB8B,
124012 },
124013 [0xAB8C]={
124014  category="ll",
124015  description="CHEROKEE SMALL LETTER MO",
124016  direction="l",
124017  linebreak="al",
124018  uccode=0x13BC,
124019  unicodeslot=0xAB8C,
124020 },
124021 [0xAB8D]={
124022  category="ll",
124023  description="CHEROKEE SMALL LETTER MU",
124024  direction="l",
124025  linebreak="al",
124026  uccode=0x13BD,
124027  unicodeslot=0xAB8D,
124028 },
124029 [0xAB8E]={
124030  category="ll",
124031  description="CHEROKEE SMALL LETTER NA",
124032  direction="l",
124033  linebreak="al",
124034  uccode=0x13BE,
124035  unicodeslot=0xAB8E,
124036 },
124037 [0xAB8F]={
124038  category="ll",
124039  description="CHEROKEE SMALL LETTER HNA",
124040  direction="l",
124041  linebreak="al",
124042  uccode=0x13BF,
124043  unicodeslot=0xAB8F,
124044 },
124045 [0xAB90]={
124046  category="ll",
124047  description="CHEROKEE SMALL LETTER NAH",
124048  direction="l",
124049  linebreak="al",
124050  uccode=0x13C0,
124051  unicodeslot=0xAB90,
124052 },
124053 [0xAB91]={
124054  category="ll",
124055  description="CHEROKEE SMALL LETTER NE",
124056  direction="l",
124057  linebreak="al",
124058  uccode=0x13C1,
124059  unicodeslot=0xAB91,
124060 },
124061 [0xAB92]={
124062  category="ll",
124063  description="CHEROKEE SMALL LETTER NI",
124064  direction="l",
124065  linebreak="al",
124066  uccode=0x13C2,
124067  unicodeslot=0xAB92,
124068 },
124069 [0xAB93]={
124070  category="ll",
124071  description="CHEROKEE SMALL LETTER NO",
124072  direction="l",
124073  linebreak="al",
124074  uccode=0x13C3,
124075  unicodeslot=0xAB93,
124076 },
124077 [0xAB94]={
124078  category="ll",
124079  description="CHEROKEE SMALL LETTER NU",
124080  direction="l",
124081  linebreak="al",
124082  uccode=0x13C4,
124083  unicodeslot=0xAB94,
124084 },
124085 [0xAB95]={
124086  category="ll",
124087  description="CHEROKEE SMALL LETTER NV",
124088  direction="l",
124089  linebreak="al",
124090  uccode=0x13C5,
124091  unicodeslot=0xAB95,
124092 },
124093 [0xAB96]={
124094  category="ll",
124095  description="CHEROKEE SMALL LETTER QUA",
124096  direction="l",
124097  linebreak="al",
124098  uccode=0x13C6,
124099  unicodeslot=0xAB96,
124100 },
124101 [0xAB97]={
124102  category="ll",
124103  description="CHEROKEE SMALL LETTER QUE",
124104  direction="l",
124105  linebreak="al",
124106  uccode=0x13C7,
124107  unicodeslot=0xAB97,
124108 },
124109 [0xAB98]={
124110  category="ll",
124111  description="CHEROKEE SMALL LETTER QUI",
124112  direction="l",
124113  linebreak="al",
124114  uccode=0x13C8,
124115  unicodeslot=0xAB98,
124116 },
124117 [0xAB99]={
124118  category="ll",
124119  description="CHEROKEE SMALL LETTER QUO",
124120  direction="l",
124121  linebreak="al",
124122  uccode=0x13C9,
124123  unicodeslot=0xAB99,
124124 },
124125 [0xAB9A]={
124126  category="ll",
124127  description="CHEROKEE SMALL LETTER QUU",
124128  direction="l",
124129  linebreak="al",
124130  uccode=0x13CA,
124131  unicodeslot=0xAB9A,
124132 },
124133 [0xAB9B]={
124134  category="ll",
124135  description="CHEROKEE SMALL LETTER QUV",
124136  direction="l",
124137  linebreak="al",
124138  uccode=0x13CB,
124139  unicodeslot=0xAB9B,
124140 },
124141 [0xAB9C]={
124142  category="ll",
124143  description="CHEROKEE SMALL LETTER SA",
124144  direction="l",
124145  linebreak="al",
124146  uccode=0x13CC,
124147  unicodeslot=0xAB9C,
124148 },
124149 [0xAB9D]={
124150  category="ll",
124151  description="CHEROKEE SMALL LETTER S",
124152  direction="l",
124153  linebreak="al",
124154  uccode=0x13CD,
124155  unicodeslot=0xAB9D,
124156 },
124157 [0xAB9E]={
124158  category="ll",
124159  description="CHEROKEE SMALL LETTER SE",
124160  direction="l",
124161  linebreak="al",
124162  uccode=0x13CE,
124163  unicodeslot=0xAB9E,
124164 },
124165 [0xAB9F]={
124166  category="ll",
124167  description="CHEROKEE SMALL LETTER SI",
124168  direction="l",
124169  linebreak="al",
124170  uccode=0x13CF,
124171  unicodeslot=0xAB9F,
124172 },
124173 [0xABA0]={
124174  category="ll",
124175  description="CHEROKEE SMALL LETTER SO",
124176  direction="l",
124177  linebreak="al",
124178  uccode=0x13D0,
124179  unicodeslot=0xABA0,
124180 },
124181 [0xABA1]={
124182  category="ll",
124183  description="CHEROKEE SMALL LETTER SU",
124184  direction="l",
124185  linebreak="al",
124186  uccode=0x13D1,
124187  unicodeslot=0xABA1,
124188 },
124189 [0xABA2]={
124190  category="ll",
124191  description="CHEROKEE SMALL LETTER SV",
124192  direction="l",
124193  linebreak="al",
124194  uccode=0x13D2,
124195  unicodeslot=0xABA2,
124196 },
124197 [0xABA3]={
124198  category="ll",
124199  description="CHEROKEE SMALL LETTER DA",
124200  direction="l",
124201  linebreak="al",
124202  uccode=0x13D3,
124203  unicodeslot=0xABA3,
124204 },
124205 [0xABA4]={
124206  category="ll",
124207  description="CHEROKEE SMALL LETTER TA",
124208  direction="l",
124209  linebreak="al",
124210  uccode=0x13D4,
124211  unicodeslot=0xABA4,
124212 },
124213 [0xABA5]={
124214  category="ll",
124215  description="CHEROKEE SMALL LETTER DE",
124216  direction="l",
124217  linebreak="al",
124218  uccode=0x13D5,
124219  unicodeslot=0xABA5,
124220 },
124221 [0xABA6]={
124222  category="ll",
124223  description="CHEROKEE SMALL LETTER TE",
124224  direction="l",
124225  linebreak="al",
124226  uccode=0x13D6,
124227  unicodeslot=0xABA6,
124228 },
124229 [0xABA7]={
124230  category="ll",
124231  description="CHEROKEE SMALL LETTER DI",
124232  direction="l",
124233  linebreak="al",
124234  uccode=0x13D7,
124235  unicodeslot=0xABA7,
124236 },
124237 [0xABA8]={
124238  category="ll",
124239  description="CHEROKEE SMALL LETTER TI",
124240  direction="l",
124241  linebreak="al",
124242  uccode=0x13D8,
124243  unicodeslot=0xABA8,
124244 },
124245 [0xABA9]={
124246  category="ll",
124247  description="CHEROKEE SMALL LETTER DO",
124248  direction="l",
124249  linebreak="al",
124250  uccode=0x13D9,
124251  unicodeslot=0xABA9,
124252 },
124253 [0xABAA]={
124254  category="ll",
124255  description="CHEROKEE SMALL LETTER DU",
124256  direction="l",
124257  linebreak="al",
124258  uccode=0x13DA,
124259  unicodeslot=0xABAA,
124260 },
124261 [0xABAB]={
124262  category="ll",
124263  description="CHEROKEE SMALL LETTER DV",
124264  direction="l",
124265  linebreak="al",
124266  uccode=0x13DB,
124267  unicodeslot=0xABAB,
124268 },
124269 [0xABAC]={
124270  category="ll",
124271  description="CHEROKEE SMALL LETTER DLA",
124272  direction="l",
124273  linebreak="al",
124274  uccode=0x13DC,
124275  unicodeslot=0xABAC,
124276 },
124277 [0xABAD]={
124278  category="ll",
124279  description="CHEROKEE SMALL LETTER TLA",
124280  direction="l",
124281  linebreak="al",
124282  uccode=0x13DD,
124283  unicodeslot=0xABAD,
124284 },
124285 [0xABAE]={
124286  category="ll",
124287  description="CHEROKEE SMALL LETTER TLE",
124288  direction="l",
124289  linebreak="al",
124290  uccode=0x13DE,
124291  unicodeslot=0xABAE,
124292 },
124293 [0xABAF]={
124294  category="ll",
124295  description="CHEROKEE SMALL LETTER TLI",
124296  direction="l",
124297  linebreak="al",
124298  uccode=0x13DF,
124299  unicodeslot=0xABAF,
124300 },
124301 [0xABB0]={
124302  category="ll",
124303  description="CHEROKEE SMALL LETTER TLO",
124304  direction="l",
124305  linebreak="al",
124306  uccode=0x13E0,
124307  unicodeslot=0xABB0,
124308 },
124309 [0xABB1]={
124310  category="ll",
124311  description="CHEROKEE SMALL LETTER TLU",
124312  direction="l",
124313  linebreak="al",
124314  uccode=0x13E1,
124315  unicodeslot=0xABB1,
124316 },
124317 [0xABB2]={
124318  category="ll",
124319  description="CHEROKEE SMALL LETTER TLV",
124320  direction="l",
124321  linebreak="al",
124322  uccode=0x13E2,
124323  unicodeslot=0xABB2,
124324 },
124325 [0xABB3]={
124326  category="ll",
124327  description="CHEROKEE SMALL LETTER TSA",
124328  direction="l",
124329  linebreak="al",
124330  uccode=0x13E3,
124331  unicodeslot=0xABB3,
124332 },
124333 [0xABB4]={
124334  category="ll",
124335  description="CHEROKEE SMALL LETTER TSE",
124336  direction="l",
124337  linebreak="al",
124338  uccode=0x13E4,
124339  unicodeslot=0xABB4,
124340 },
124341 [0xABB5]={
124342  category="ll",
124343  description="CHEROKEE SMALL LETTER TSI",
124344  direction="l",
124345  linebreak="al",
124346  uccode=0x13E5,
124347  unicodeslot=0xABB5,
124348 },
124349 [0xABB6]={
124350  category="ll",
124351  description="CHEROKEE SMALL LETTER TSO",
124352  direction="l",
124353  linebreak="al",
124354  uccode=0x13E6,
124355  unicodeslot=0xABB6,
124356 },
124357 [0xABB7]={
124358  category="ll",
124359  description="CHEROKEE SMALL LETTER TSU",
124360  direction="l",
124361  linebreak="al",
124362  uccode=0x13E7,
124363  unicodeslot=0xABB7,
124364 },
124365 [0xABB8]={
124366  category="ll",
124367  description="CHEROKEE SMALL LETTER TSV",
124368  direction="l",
124369  linebreak="al",
124370  uccode=0x13E8,
124371  unicodeslot=0xABB8,
124372 },
124373 [0xABB9]={
124374  category="ll",
124375  description="CHEROKEE SMALL LETTER WA",
124376  direction="l",
124377  linebreak="al",
124378  uccode=0x13E9,
124379  unicodeslot=0xABB9,
124380 },
124381 [0xABBA]={
124382  category="ll",
124383  description="CHEROKEE SMALL LETTER WE",
124384  direction="l",
124385  linebreak="al",
124386  uccode=0x13EA,
124387  unicodeslot=0xABBA,
124388 },
124389 [0xABBB]={
124390  category="ll",
124391  description="CHEROKEE SMALL LETTER WI",
124392  direction="l",
124393  linebreak="al",
124394  uccode=0x13EB,
124395  unicodeslot=0xABBB,
124396 },
124397 [0xABBC]={
124398  category="ll",
124399  description="CHEROKEE SMALL LETTER WO",
124400  direction="l",
124401  linebreak="al",
124402  uccode=0x13EC,
124403  unicodeslot=0xABBC,
124404 },
124405 [0xABBD]={
124406  category="ll",
124407  description="CHEROKEE SMALL LETTER WU",
124408  direction="l",
124409  linebreak="al",
124410  uccode=0x13ED,
124411  unicodeslot=0xABBD,
124412 },
124413 [0xABBE]={
124414  category="ll",
124415  description="CHEROKEE SMALL LETTER WV",
124416  direction="l",
124417  linebreak="al",
124418  uccode=0x13EE,
124419  unicodeslot=0xABBE,
124420 },
124421 [0xABBF]={
124422  category="ll",
124423  description="CHEROKEE SMALL LETTER YA",
124424  direction="l",
124425  linebreak="al",
124426  uccode=0x13EF,
124427  unicodeslot=0xABBF,
124428 },
124429 [0xABC0]={
124430  category="lo",
124431  description="MEETEI MAYEK LETTER KOK",
124432  direction="l",
124433  linebreak="al",
124434  unicodeslot=0xABC0,
124435 },
124436 [0xABC1]={
124437  category="lo",
124438  description="MEETEI MAYEK LETTER SAM",
124439  direction="l",
124440  linebreak="al",
124441  unicodeslot=0xABC1,
124442 },
124443 [0xABC2]={
124444  category="lo",
124445  description="MEETEI MAYEK LETTER LAI",
124446  direction="l",
124447  linebreak="al",
124448  unicodeslot=0xABC2,
124449 },
124450 [0xABC3]={
124451  category="lo",
124452  description="MEETEI MAYEK LETTER MIT",
124453  direction="l",
124454  linebreak="al",
124455  unicodeslot=0xABC3,
124456 },
124457 [0xABC4]={
124458  category="lo",
124459  description="MEETEI MAYEK LETTER PA",
124460  direction="l",
124461  linebreak="al",
124462  unicodeslot=0xABC4,
124463 },
124464 [0xABC5]={
124465  category="lo",
124466  description="MEETEI MAYEK LETTER NA",
124467  direction="l",
124468  linebreak="al",
124469  unicodeslot=0xABC5,
124470 },
124471 [0xABC6]={
124472  category="lo",
124473  description="MEETEI MAYEK LETTER CHIL",
124474  direction="l",
124475  linebreak="al",
124476  unicodeslot=0xABC6,
124477 },
124478 [0xABC7]={
124479  category="lo",
124480  description="MEETEI MAYEK LETTER TIL",
124481  direction="l",
124482  linebreak="al",
124483  unicodeslot=0xABC7,
124484 },
124485 [0xABC8]={
124486  category="lo",
124487  description="MEETEI MAYEK LETTER KHOU",
124488  direction="l",
124489  linebreak="al",
124490  unicodeslot=0xABC8,
124491 },
124492 [0xABC9]={
124493  category="lo",
124494  description="MEETEI MAYEK LETTER NGOU",
124495  direction="l",
124496  linebreak="al",
124497  unicodeslot=0xABC9,
124498 },
124499 [0xABCA]={
124500  category="lo",
124501  description="MEETEI MAYEK LETTER THOU",
124502  direction="l",
124503  linebreak="al",
124504  unicodeslot=0xABCA,
124505 },
124506 [0xABCB]={
124507  category="lo",
124508  description="MEETEI MAYEK LETTER WAI",
124509  direction="l",
124510  linebreak="al",
124511  unicodeslot=0xABCB,
124512 },
124513 [0xABCC]={
124514  category="lo",
124515  description="MEETEI MAYEK LETTER YANG",
124516  direction="l",
124517  linebreak="al",
124518  unicodeslot=0xABCC,
124519 },
124520 [0xABCD]={
124521  category="lo",
124522  description="MEETEI MAYEK LETTER HUK",
124523  direction="l",
124524  linebreak="al",
124525  unicodeslot=0xABCD,
124526 },
124527 [0xABCE]={
124528  category="lo",
124529  description="MEETEI MAYEK LETTER UN",
124530  direction="l",
124531  linebreak="al",
124532  unicodeslot=0xABCE,
124533 },
124534 [0xABCF]={
124535  category="lo",
124536  description="MEETEI MAYEK LETTER I",
124537  direction="l",
124538  linebreak="al",
124539  unicodeslot=0xABCF,
124540 },
124541 [0xABD0]={
124542  category="lo",
124543  description="MEETEI MAYEK LETTER PHAM",
124544  direction="l",
124545  linebreak="al",
124546  unicodeslot=0xABD0,
124547 },
124548 [0xABD1]={
124549  category="lo",
124550  description="MEETEI MAYEK LETTER ATIYA",
124551  direction="l",
124552  linebreak="al",
124553  unicodeslot=0xABD1,
124554 },
124555 [0xABD2]={
124556  category="lo",
124557  description="MEETEI MAYEK LETTER GOK",
124558  direction="l",
124559  linebreak="al",
124560  unicodeslot=0xABD2,
124561 },
124562 [0xABD3]={
124563  category="lo",
124564  description="MEETEI MAYEK LETTER JHAM",
124565  direction="l",
124566  linebreak="al",
124567  unicodeslot=0xABD3,
124568 },
124569 [0xABD4]={
124570  category="lo",
124571  description="MEETEI MAYEK LETTER RAI",
124572  direction="l",
124573  linebreak="al",
124574  unicodeslot=0xABD4,
124575 },
124576 [0xABD5]={
124577  category="lo",
124578  description="MEETEI MAYEK LETTER BA",
124579  direction="l",
124580  linebreak="al",
124581  unicodeslot=0xABD5,
124582 },
124583 [0xABD6]={
124584  category="lo",
124585  description="MEETEI MAYEK LETTER JIL",
124586  direction="l",
124587  linebreak="al",
124588  unicodeslot=0xABD6,
124589 },
124590 [0xABD7]={
124591  category="lo",
124592  description="MEETEI MAYEK LETTER DIL",
124593  direction="l",
124594  linebreak="al",
124595  unicodeslot=0xABD7,
124596 },
124597 [0xABD8]={
124598  category="lo",
124599  description="MEETEI MAYEK LETTER GHOU",
124600  direction="l",
124601  linebreak="al",
124602  unicodeslot=0xABD8,
124603 },
124604 [0xABD9]={
124605  category="lo",
124606  description="MEETEI MAYEK LETTER DHOU",
124607  direction="l",
124608  linebreak="al",
124609  unicodeslot=0xABD9,
124610 },
124611 [0xABDA]={
124612  category="lo",
124613  description="MEETEI MAYEK LETTER BHAM",
124614  direction="l",
124615  linebreak="al",
124616  unicodeslot=0xABDA,
124617 },
124618 [0xABDB]={
124619  category="lo",
124620  description="MEETEI MAYEK LETTER KOK LONSUM",
124621  direction="l",
124622  linebreak="al",
124623  unicodeslot=0xABDB,
124624 },
124625 [0xABDC]={
124626  category="lo",
124627  description="MEETEI MAYEK LETTER LAI LONSUM",
124628  direction="l",
124629  linebreak="al",
124630  unicodeslot=0xABDC,
124631 },
124632 [0xABDD]={
124633  category="lo",
124634  description="MEETEI MAYEK LETTER MIT LONSUM",
124635  direction="l",
124636  linebreak="al",
124637  unicodeslot=0xABDD,
124638 },
124639 [0xABDE]={
124640  category="lo",
124641  description="MEETEI MAYEK LETTER PA LONSUM",
124642  direction="l",
124643  linebreak="al",
124644  unicodeslot=0xABDE,
124645 },
124646 [0xABDF]={
124647  category="lo",
124648  description="MEETEI MAYEK LETTER NA LONSUM",
124649  direction="l",
124650  linebreak="al",
124651  unicodeslot=0xABDF,
124652 },
124653 [0xABE0]={
124654  category="lo",
124655  description="MEETEI MAYEK LETTER TIL LONSUM",
124656  direction="l",
124657  linebreak="al",
124658  unicodeslot=0xABE0,
124659 },
124660 [0xABE1]={
124661  category="lo",
124662  description="MEETEI MAYEK LETTER NGOU LONSUM",
124663  direction="l",
124664  linebreak="al",
124665  unicodeslot=0xABE1,
124666 },
124667 [0xABE2]={
124668  category="lo",
124669  description="MEETEI MAYEK LETTER I LONSUM",
124670  direction="l",
124671  linebreak="al",
124672  unicodeslot=0xABE2,
124673 },
124674 [0xABE3]={
124675  category="mc",
124676  description="MEETEI MAYEK VOWEL SIGN ONAP",
124677  direction="l",
124678  linebreak="cm",
124679  unicodeslot=0xABE3,
124680 },
124681 [0xABE4]={
124682  category="mc",
124683  description="MEETEI MAYEK VOWEL SIGN INAP",
124684  direction="l",
124685  linebreak="cm",
124686  unicodeslot=0xABE4,
124687 },
124688 [0xABE5]={
124689  category="mn",
124690  description="MEETEI MAYEK VOWEL SIGN ANAP",
124691  direction="nsm",
124692  linebreak="cm",
124693  unicodeslot=0xABE5,
124694 },
124695 [0xABE6]={
124696  category="mc",
124697  description="MEETEI MAYEK VOWEL SIGN YENAP",
124698  direction="l",
124699  linebreak="cm",
124700  unicodeslot=0xABE6,
124701 },
124702 [0xABE7]={
124703  category="mc",
124704  description="MEETEI MAYEK VOWEL SIGN SOUNAP",
124705  direction="l",
124706  linebreak="cm",
124707  unicodeslot=0xABE7,
124708 },
124709 [0xABE8]={
124710  category="mn",
124711  description="MEETEI MAYEK VOWEL SIGN UNAP",
124712  direction="nsm",
124713  linebreak="cm",
124714  unicodeslot=0xABE8,
124715 },
124716 [0xABE9]={
124717  category="mc",
124718  description="MEETEI MAYEK VOWEL SIGN CHEINAP",
124719  direction="l",
124720  linebreak="cm",
124721  unicodeslot=0xABE9,
124722 },
124723 [0xABEA]={
124724  category="mc",
124725  description="MEETEI MAYEK VOWEL SIGN NUNG",
124726  direction="l",
124727  linebreak="cm",
124728  unicodeslot=0xABEA,
124729 },
124730 [0xABEB]={
124731  category="po",
124732  description="MEETEI MAYEK CHEIKHEI",
124733  direction="l",
124734  linebreak="ba",
124735  unicodeslot=0xABEB,
124736 },
124737 [0xABEC]={
124738  category="mc",
124739  description="MEETEI MAYEK LUM IYEK",
124740  direction="l",
124741  linebreak="cm",
124742  unicodeslot=0xABEC,
124743 },
124744 [0xABED]={
124745  category="mn",
124746  combining=0x9,
124747  description="MEETEI MAYEK APUN IYEK",
124748  direction="nsm",
124749  linebreak="cm",
124750  unicodeslot=0xABED,
124751 },
124752 [0xABF0]={
124753  category="nd",
124754  description="MEETEI MAYEK DIGIT ZERO",
124755  direction="l",
124756  linebreak="nu",
124757  unicodeslot=0xABF0,
124758 },
124759 [0xABF1]={
124760  category="nd",
124761  description="MEETEI MAYEK DIGIT ONE",
124762  direction="l",
124763  linebreak="nu",
124764  unicodeslot=0xABF1,
124765 },
124766 [0xABF2]={
124767  category="nd",
124768  description="MEETEI MAYEK DIGIT TWO",
124769  direction="l",
124770  linebreak="nu",
124771  unicodeslot=0xABF2,
124772 },
124773 [0xABF3]={
124774  category="nd",
124775  description="MEETEI MAYEK DIGIT THREE",
124776  direction="l",
124777  linebreak="nu",
124778  unicodeslot=0xABF3,
124779 },
124780 [0xABF4]={
124781  category="nd",
124782  description="MEETEI MAYEK DIGIT FOUR",
124783  direction="l",
124784  linebreak="nu",
124785  unicodeslot=0xABF4,
124786 },
124787 [0xABF5]={
124788  category="nd",
124789  description="MEETEI MAYEK DIGIT FIVE",
124790  direction="l",
124791  linebreak="nu",
124792  unicodeslot=0xABF5,
124793 },
124794 [0xABF6]={
124795  category="nd",
124796  description="MEETEI MAYEK DIGIT SIX",
124797  direction="l",
124798  linebreak="nu",
124799  unicodeslot=0xABF6,
124800 },
124801 [0xABF7]={
124802  category="nd",
124803  description="MEETEI MAYEK DIGIT SEVEN",
124804  direction="l",
124805  linebreak="nu",
124806  unicodeslot=0xABF7,
124807 },
124808 [0xABF8]={
124809  category="nd",
124810  description="MEETEI MAYEK DIGIT EIGHT",
124811  direction="l",
124812  linebreak="nu",
124813  unicodeslot=0xABF8,
124814 },
124815 [0xABF9]={
124816  category="nd",
124817  description="MEETEI MAYEK DIGIT NINE",
124818  direction="l",
124819  linebreak="nu",
124820  unicodeslot=0xABF9,
124821 },
124822 [0xD7B0]={
124823  category="lo",
124824  description="HANGUL JUNGSEONG O-YEO",
124825  direction="l",
124826  linebreak="jv",
124827  unicodeslot=0xD7B0,
124828 },
124829 [0xD7B1]={
124830  category="lo",
124831  description="HANGUL JUNGSEONG O-O-I",
124832  direction="l",
124833  linebreak="jv",
124834  unicodeslot=0xD7B1,
124835 },
124836 [0xD7B2]={
124837  category="lo",
124838  description="HANGUL JUNGSEONG YO-A",
124839  direction="l",
124840  linebreak="jv",
124841  unicodeslot=0xD7B2,
124842 },
124843 [0xD7B3]={
124844  category="lo",
124845  description="HANGUL JUNGSEONG YO-AE",
124846  direction="l",
124847  linebreak="jv",
124848  unicodeslot=0xD7B3,
124849 },
124850 [0xD7B4]={
124851  category="lo",
124852  description="HANGUL JUNGSEONG YO-EO",
124853  direction="l",
124854  linebreak="jv",
124855  unicodeslot=0xD7B4,
124856 },
124857 [0xD7B5]={
124858  category="lo",
124859  description="HANGUL JUNGSEONG U-YEO",
124860  direction="l",
124861  linebreak="jv",
124862  unicodeslot=0xD7B5,
124863 },
124864 [0xD7B6]={
124865  category="lo",
124866  description="HANGUL JUNGSEONG U-I-I",
124867  direction="l",
124868  linebreak="jv",
124869  unicodeslot=0xD7B6,
124870 },
124871 [0xD7B7]={
124872  category="lo",
124873  description="HANGUL JUNGSEONG YU-AE",
124874  direction="l",
124875  linebreak="jv",
124876  unicodeslot=0xD7B7,
124877 },
124878 [0xD7B8]={
124879  category="lo",
124880  description="HANGUL JUNGSEONG YU-O",
124881  direction="l",
124882  linebreak="jv",
124883  unicodeslot=0xD7B8,
124884 },
124885 [0xD7B9]={
124886  category="lo",
124887  description="HANGUL JUNGSEONG EU-A",
124888  direction="l",
124889  linebreak="jv",
124890  unicodeslot=0xD7B9,
124891 },
124892 [0xD7BA]={
124893  category="lo",
124894  description="HANGUL JUNGSEONG EU-EO",
124895  direction="l",
124896  linebreak="jv",
124897  unicodeslot=0xD7BA,
124898 },
124899 [0xD7BB]={
124900  category="lo",
124901  description="HANGUL JUNGSEONG EU-E",
124902  direction="l",
124903  linebreak="jv",
124904  unicodeslot=0xD7BB,
124905 },
124906 [0xD7BC]={
124907  category="lo",
124908  description="HANGUL JUNGSEONG EU-O",
124909  direction="l",
124910  linebreak="jv",
124911  unicodeslot=0xD7BC,
124912 },
124913 [0xD7BD]={
124914  category="lo",
124915  description="HANGUL JUNGSEONG I-YA-O",
124916  direction="l",
124917  linebreak="jv",
124918  unicodeslot=0xD7BD,
124919 },
124920 [0xD7BE]={
124921  category="lo",
124922  description="HANGUL JUNGSEONG I-YAE",
124923  direction="l",
124924  linebreak="jv",
124925  unicodeslot=0xD7BE,
124926 },
124927 [0xD7BF]={
124928  category="lo",
124929  description="HANGUL JUNGSEONG I-YEO",
124930  direction="l",
124931  linebreak="jv",
124932  unicodeslot=0xD7BF,
124933 },
124934 [0xD7C0]={
124935  category="lo",
124936  description="HANGUL JUNGSEONG I-YE",
124937  direction="l",
124938  linebreak="jv",
124939  unicodeslot=0xD7C0,
124940 },
124941 [0xD7C1]={
124942  category="lo",
124943  description="HANGUL JUNGSEONG I-O-I",
124944  direction="l",
124945  linebreak="jv",
124946  unicodeslot=0xD7C1,
124947 },
124948 [0xD7C2]={
124949  category="lo",
124950  description="HANGUL JUNGSEONG I-YO",
124951  direction="l",
124952  linebreak="jv",
124953  unicodeslot=0xD7C2,
124954 },
124955 [0xD7C3]={
124956  category="lo",
124957  description="HANGUL JUNGSEONG I-YU",
124958  direction="l",
124959  linebreak="jv",
124960  unicodeslot=0xD7C3,
124961 },
124962 [0xD7C4]={
124963  category="lo",
124964  description="HANGUL JUNGSEONG I-I",
124965  direction="l",
124966  linebreak="jv",
124967  unicodeslot=0xD7C4,
124968 },
124969 [0xD7C5]={
124970  category="lo",
124971  description="HANGUL JUNGSEONG ARAEA-A",
124972  direction="l",
124973  linebreak="jv",
124974  unicodeslot=0xD7C5,
124975 },
124976 [0xD7C6]={
124977  category="lo",
124978  description="HANGUL JUNGSEONG ARAEA-E",
124979  direction="l",
124980  linebreak="jv",
124981  unicodeslot=0xD7C6,
124982 },
124983 [0xD7CB]={
124984  category="lo",
124985  description="HANGUL JONGSEONG NIEUN-RIEUL",
124986  direction="l",
124987  linebreak="jt",
124988  unicodeslot=0xD7CB,
124989 },
124990 [0xD7CC]={
124991  category="lo",
124992  description="HANGUL JONGSEONG NIEUN-CHIEUCH",
124993  direction="l",
124994  linebreak="jt",
124995  unicodeslot=0xD7CC,
124996 },
124997 [0xD7CD]={
124998  category="lo",
124999  description="HANGUL JONGSEONG SSANGTIKEUT",
125000  direction="l",
125001  linebreak="jt",
125002  unicodeslot=0xD7CD,
125003 },
125004 [0xD7CE]={
125005  category="lo",
125006  description="HANGUL JONGSEONG SSANGTIKEUT-PIEUP",
125007  direction="l",
125008  linebreak="jt",
125009  unicodeslot=0xD7CE,
125010 },
125011 [0xD7CF]={
125012  category="lo",
125013  description="HANGUL JONGSEONG TIKEUT-PIEUP",
125014  direction="l",
125015  linebreak="jt",
125016  unicodeslot=0xD7CF,
125017 },
125018 [0xD7D0]={
125019  category="lo",
125020  description="HANGUL JONGSEONG TIKEUT-SIOS",
125021  direction="l",
125022  linebreak="jt",
125023  unicodeslot=0xD7D0,
125024 },
125025 [0xD7D1]={
125026  category="lo",
125027  description="HANGUL JONGSEONG TIKEUT-SIOS-KIYEOK",
125028  direction="l",
125029  linebreak="jt",
125030  unicodeslot=0xD7D1,
125031 },
125032 [0xD7D2]={
125033  category="lo",
125034  description="HANGUL JONGSEONG TIKEUT-CIEUC",
125035  direction="l",
125036  linebreak="jt",
125037  unicodeslot=0xD7D2,
125038 },
125039 [0xD7D3]={
125040  category="lo",
125041  description="HANGUL JONGSEONG TIKEUT-CHIEUCH",
125042  direction="l",
125043  linebreak="jt",
125044  unicodeslot=0xD7D3,
125045 },
125046 [0xD7D4]={
125047  category="lo",
125048  description="HANGUL JONGSEONG TIKEUT-THIEUTH",
125049  direction="l",
125050  linebreak="jt",
125051  unicodeslot=0xD7D4,
125052 },
125053 [0xD7D5]={
125054  category="lo",
125055  description="HANGUL JONGSEONG RIEUL-SSANGKIYEOK",
125056  direction="l",
125057  linebreak="jt",
125058  unicodeslot=0xD7D5,
125059 },
125060 [0xD7D6]={
125061  category="lo",
125062  description="HANGUL JONGSEONG RIEUL-KIYEOK-HIEUH",
125063  direction="l",
125064  linebreak="jt",
125065  unicodeslot=0xD7D6,
125066 },
125067 [0xD7D7]={
125068  category="lo",
125069  description="HANGUL JONGSEONG SSANGRIEUL-KHIEUKH",
125070  direction="l",
125071  linebreak="jt",
125072  unicodeslot=0xD7D7,
125073 },
125074 [0xD7D8]={
125075  category="lo",
125076  description="HANGUL JONGSEONG RIEUL-MIEUM-HIEUH",
125077  direction="l",
125078  linebreak="jt",
125079  unicodeslot=0xD7D8,
125080 },
125081 [0xD7D9]={
125082  category="lo",
125083  description="HANGUL JONGSEONG RIEUL-PIEUP-TIKEUT",
125084  direction="l",
125085  linebreak="jt",
125086  unicodeslot=0xD7D9,
125087 },
125088 [0xD7DA]={
125089  category="lo",
125090  description="HANGUL JONGSEONG RIEUL-PIEUP-PHIEUPH",
125091  direction="l",
125092  linebreak="jt",
125093  unicodeslot=0xD7DA,
125094 },
125095 [0xD7DB]={
125096  category="lo",
125097  description="HANGUL JONGSEONG RIEUL-YESIEUNG",
125098  direction="l",
125099  linebreak="jt",
125100  unicodeslot=0xD7DB,
125101 },
125102 [0xD7DC]={
125103  category="lo",
125104  description="HANGUL JONGSEONG RIEUL-YEORINHIEUH-HIEUH",
125105  direction="l",
125106  linebreak="jt",
125107  unicodeslot=0xD7DC,
125108 },
125109 [0xD7DD]={
125110  category="lo",
125111  description="HANGUL JONGSEONG KAPYEOUNRIEUL",
125112  direction="l",
125113  linebreak="jt",
125114  unicodeslot=0xD7DD,
125115 },
125116 [0xD7DE]={
125117  category="lo",
125118  description="HANGUL JONGSEONG MIEUM-NIEUN",
125119  direction="l",
125120  linebreak="jt",
125121  unicodeslot=0xD7DE,
125122 },
125123 [0xD7DF]={
125124  category="lo",
125125  description="HANGUL JONGSEONG MIEUM-SSANGNIEUN",
125126  direction="l",
125127  linebreak="jt",
125128  unicodeslot=0xD7DF,
125129 },
125130 [0xD7E0]={
125131  category="lo",
125132  description="HANGUL JONGSEONG SSANGMIEUM",
125133  direction="l",
125134  linebreak="jt",
125135  unicodeslot=0xD7E0,
125136 },
125137 [0xD7E1]={
125138  category="lo",
125139  description="HANGUL JONGSEONG MIEUM-PIEUP-SIOS",
125140  direction="l",
125141  linebreak="jt",
125142  unicodeslot=0xD7E1,
125143 },
125144 [0xD7E2]={
125145  category="lo",
125146  description="HANGUL JONGSEONG MIEUM-CIEUC",
125147  direction="l",
125148  linebreak="jt",
125149  unicodeslot=0xD7E2,
125150 },
125151 [0xD7E3]={
125152  category="lo",
125153  description="HANGUL JONGSEONG PIEUP-TIKEUT",
125154  direction="l",
125155  linebreak="jt",
125156  unicodeslot=0xD7E3,
125157 },
125158 [0xD7E4]={
125159  category="lo",
125160  description="HANGUL JONGSEONG PIEUP-RIEUL-PHIEUPH",
125161  direction="l",
125162  linebreak="jt",
125163  unicodeslot=0xD7E4,
125164 },
125165 [0xD7E5]={
125166  category="lo",
125167  description="HANGUL JONGSEONG PIEUP-MIEUM",
125168  direction="l",
125169  linebreak="jt",
125170  unicodeslot=0xD7E5,
125171 },
125172 [0xD7E6]={
125173  category="lo",
125174  description="HANGUL JONGSEONG SSANGPIEUP",
125175  direction="l",
125176  linebreak="jt",
125177  unicodeslot=0xD7E6,
125178 },
125179 [0xD7E7]={
125180  category="lo",
125181  description="HANGUL JONGSEONG PIEUP-SIOS-TIKEUT",
125182  direction="l",
125183  linebreak="jt",
125184  unicodeslot=0xD7E7,
125185 },
125186 [0xD7E8]={
125187  category="lo",
125188  description="HANGUL JONGSEONG PIEUP-CIEUC",
125189  direction="l",
125190  linebreak="jt",
125191  unicodeslot=0xD7E8,
125192 },
125193 [0xD7E9]={
125194  category="lo",
125195  description="HANGUL JONGSEONG PIEUP-CHIEUCH",
125196  direction="l",
125197  linebreak="jt",
125198  unicodeslot=0xD7E9,
125199 },
125200 [0xD7EA]={
125201  category="lo",
125202  description="HANGUL JONGSEONG SIOS-MIEUM",
125203  direction="l",
125204  linebreak="jt",
125205  unicodeslot=0xD7EA,
125206 },
125207 [0xD7EB]={
125208  category="lo",
125209  description="HANGUL JONGSEONG SIOS-KAPYEOUNPIEUP",
125210  direction="l",
125211  linebreak="jt",
125212  unicodeslot=0xD7EB,
125213 },
125214 [0xD7EC]={
125215  category="lo",
125216  description="HANGUL JONGSEONG SSANGSIOS-KIYEOK",
125217  direction="l",
125218  linebreak="jt",
125219  unicodeslot=0xD7EC,
125220 },
125221 [0xD7ED]={
125222  category="lo",
125223  description="HANGUL JONGSEONG SSANGSIOS-TIKEUT",
125224  direction="l",
125225  linebreak="jt",
125226  unicodeslot=0xD7ED,
125227 },
125228 [0xD7EE]={
125229  category="lo",
125230  description="HANGUL JONGSEONG SIOS-PANSIOS",
125231  direction="l",
125232  linebreak="jt",
125233  unicodeslot=0xD7EE,
125234 },
125235 [0xD7EF]={
125236  category="lo",
125237  description="HANGUL JONGSEONG SIOS-CIEUC",
125238  direction="l",
125239  linebreak="jt",
125240  unicodeslot=0xD7EF,
125241 },
125242 [0xD7F0]={
125243  category="lo",
125244  description="HANGUL JONGSEONG SIOS-CHIEUCH",
125245  direction="l",
125246  linebreak="jt",
125247  unicodeslot=0xD7F0,
125248 },
125249 [0xD7F1]={
125250  category="lo",
125251  description="HANGUL JONGSEONG SIOS-THIEUTH",
125252  direction="l",
125253  linebreak="jt",
125254  unicodeslot=0xD7F1,
125255 },
125256 [0xD7F2]={
125257  category="lo",
125258  description="HANGUL JONGSEONG SIOS-HIEUH",
125259  direction="l",
125260  linebreak="jt",
125261  unicodeslot=0xD7F2,
125262 },
125263 [0xD7F3]={
125264  category="lo",
125265  description="HANGUL JONGSEONG PANSIOS-PIEUP",
125266  direction="l",
125267  linebreak="jt",
125268  unicodeslot=0xD7F3,
125269 },
125270 [0xD7F4]={
125271  category="lo",
125272  description="HANGUL JONGSEONG PANSIOS-KAPYEOUNPIEUP",
125273  direction="l",
125274  linebreak="jt",
125275  unicodeslot=0xD7F4,
125276 },
125277 [0xD7F5]={
125278  category="lo",
125279  description="HANGUL JONGSEONG YESIEUNG-MIEUM",
125280  direction="l",
125281  linebreak="jt",
125282  unicodeslot=0xD7F5,
125283 },
125284 [0xD7F6]={
125285  category="lo",
125286  description="HANGUL JONGSEONG YESIEUNG-HIEUH",
125287  direction="l",
125288  linebreak="jt",
125289  unicodeslot=0xD7F6,
125290 },
125291 [0xD7F7]={
125292  category="lo",
125293  description="HANGUL JONGSEONG CIEUC-PIEUP",
125294  direction="l",
125295  linebreak="jt",
125296  unicodeslot=0xD7F7,
125297 },
125298 [0xD7F8]={
125299  category="lo",
125300  description="HANGUL JONGSEONG CIEUC-SSANGPIEUP",
125301  direction="l",
125302  linebreak="jt",
125303  unicodeslot=0xD7F8,
125304 },
125305 [0xD7F9]={
125306  category="lo",
125307  description="HANGUL JONGSEONG SSANGCIEUC",
125308  direction="l",
125309  linebreak="jt",
125310  unicodeslot=0xD7F9,
125311 },
125312 [0xD7FA]={
125313  category="lo",
125314  description="HANGUL JONGSEONG PHIEUPH-SIOS",
125315  direction="l",
125316  linebreak="jt",
125317  unicodeslot=0xD7FA,
125318 },
125319 [0xD7FB]={
125320  category="lo",
125321  description="HANGUL JONGSEONG PHIEUPH-THIEUTH",
125322  direction="l",
125323  linebreak="jt",
125324  unicodeslot=0xD7FB,
125325 },
125326 [0xD800]={
125327  category="cs",
125328  description="",
125329  direction="l",
125330  linebreak="sg",
125331  unicodeslot=0xD800,
125332 },
125333 [0xDB7F]={
125334  category="cs",
125335  description="",
125336  direction="l",
125337  linebreak="sg",
125338  unicodeslot=0xDB7F,
125339 },
125340 [0xDB80]={
125341  category="cs",
125342  description="",
125343  direction="l",
125344  linebreak="sg",
125345  unicodeslot=0xDB80,
125346 },
125347 [0xDBFF]={
125348  category="cs",
125349  description="",
125350  direction="l",
125351  linebreak="sg",
125352  unicodeslot=0xDBFF,
125353 },
125354 [0xDC00]={
125355  category="cs",
125356  description="",
125357  direction="l",
125358  linebreak="sg",
125359  unicodeslot=0xDC00,
125360 },
125361 [0xDFFF]={
125362  category="cs",
125363  description="",
125364  direction="l",
125365  linebreak="sg",
125366  unicodeslot=0xDFFF,
125367 },
125368 [0xE000]={
125369  category="co",
125370  cjkwd="a",
125371  description="",
125372  direction="l",
125373  unicodeslot=0xE000,
125374 },
125375 [0xF8FF]={
125376  category="co",
125377  cjkwd="a",
125378  description="",
125379  direction="l",
125380  unicodeslot=0xF8FF,
125381 },
125382 [0xF900]={
125383  category="lo",
125384  cjkwd="w",
125385  description="CJK COMPATIBILITY IDEOGRAPH-F0x0384",
125386  direction="l",
125387  linebreak="id",
125388  specials={ "char", 0x8C48 },
125389  unicodeslot=0xF900,
125390 },
125391 [0xF901]={
125392  category="lo",
125393  cjkwd="w",
125394  description="CJK COMPATIBILITY IDEOGRAPH-F0x0385",
125395  direction="l",
125396  linebreak="id",
125397  specials={ "char", 0x66F4 },
125398  unicodeslot=0xF901,
125399 },
125400 [0xF902]={
125401  category="lo",
125402  cjkwd="w",
125403  description="CJK COMPATIBILITY IDEOGRAPH-F0x0386",
125404  direction="l",
125405  linebreak="id",
125406  specials={ "char", 0x8ECA },
125407  unicodeslot=0xF902,
125408 },
125409 [0xF903]={
125410  category="lo",
125411  cjkwd="w",
125412  description="CJK COMPATIBILITY IDEOGRAPH-F0x0387",
125413  direction="l",
125414  linebreak="id",
125415  specials={ "char", 0x8CC8 },
125416  unicodeslot=0xF903,
125417 },
125418 [0xF904]={
125419  category="lo",
125420  cjkwd="w",
125421  description="CJK COMPATIBILITY IDEOGRAPH-F0x0388",
125422  direction="l",
125423  linebreak="id",
125424  specials={ "char", 0x6ED1 },
125425  unicodeslot=0xF904,
125426 },
125427 [0xF905]={
125428  category="lo",
125429  cjkwd="w",
125430  description="CJK COMPATIBILITY IDEOGRAPH-F0x0389",
125431  direction="l",
125432  linebreak="id",
125433  specials={ "char", 0x4E32 },
125434  unicodeslot=0xF905,
125435 },
125436 [0xF906]={
125437  category="lo",
125438  cjkwd="w",
125439  description="CJK COMPATIBILITY IDEOGRAPH-F0x038A",
125440  direction="l",
125441  linebreak="id",
125442  specials={ "char", 0x53E5 },
125443  unicodeslot=0xF906,
125444 },
125445 [0xF907]={
125446  category="lo",
125447  cjkwd="w",
125448  description="CJK COMPATIBILITY IDEOGRAPH-F0x038B",
125449  direction="l",
125450  linebreak="id",
125451  specials={ "char", 0x9F9C },
125452  unicodeslot=0xF907,
125453 },
125454 [0xF908]={
125455  category="lo",
125456  cjkwd="w",
125457  description="CJK COMPATIBILITY IDEOGRAPH-F0x038C",
125458  direction="l",
125459  linebreak="id",
125460  specials={ "char", 0x9F9C },
125461  unicodeslot=0xF908,
125462 },
125463 [0xF909]={
125464  category="lo",
125465  cjkwd="w",
125466  description="CJK COMPATIBILITY IDEOGRAPH-F0x038D",
125467  direction="l",
125468  linebreak="id",
125469  specials={ "char", 0x5951 },
125470  unicodeslot=0xF909,
125471 },
125472 [0xF90A]={
125473  category="lo",
125474  cjkwd="w",
125475  description="CJK COMPATIBILITY IDEOGRAPH-F0x005AA",
125476  direction="l",
125477  linebreak="id",
125478  specials={ "char", 0x91D1 },
125479  unicodeslot=0xF90A,
125480 },
125481 [0xF90B]={
125482  category="lo",
125483  cjkwd="w",
125484  description="CJK COMPATIBILITY IDEOGRAPH-F0x005AB",
125485  direction="l",
125486  linebreak="id",
125487  specials={ "char", 0x5587 },
125488  unicodeslot=0xF90B,
125489 },
125490 [0xF90C]={
125491  category="lo",
125492  cjkwd="w",
125493  description="CJK COMPATIBILITY IDEOGRAPH-F0x005AC",
125494  direction="l",
125495  linebreak="id",
125496  specials={ "char", 0x5948 },
125497  unicodeslot=0xF90C,
125498 },
125499 [0xF90D]={
125500  category="lo",
125501  cjkwd="w",
125502  description="CJK COMPATIBILITY IDEOGRAPH-F0x005AD",
125503  direction="l",
125504  linebreak="id",
125505  specials={ "char", 0x61F6 },
125506  unicodeslot=0xF90D,
125507 },
125508 [0xF90E]={
125509  category="lo",
125510  cjkwd="w",
125511  description="CJK COMPATIBILITY IDEOGRAPH-F0x005AE",
125512  direction="l",
125513  linebreak="id",
125514  specials={ "char", 0x7669 },
125515  unicodeslot=0xF90E,
125516 },
125517 [0xF90F]={
125518  category="lo",
125519  cjkwd="w",
125520  description="CJK COMPATIBILITY IDEOGRAPH-F0x005AF",
125521  direction="l",
125522  linebreak="id",
125523  specials={ "char", 0x7F85 },
125524  unicodeslot=0xF90F,
125525 },
125526 [0xF910]={
125527  category="lo",
125528  cjkwd="w",
125529  description="CJK COMPATIBILITY IDEOGRAPH-F0x038E",
125530  direction="l",
125531  linebreak="id",
125532  specials={ "char", 0x863F },
125533  unicodeslot=0xF910,
125534 },
125535 [0xF911]={
125536  category="lo",
125537  cjkwd="w",
125538  description="CJK COMPATIBILITY IDEOGRAPH-F0x038F",
125539  direction="l",
125540  linebreak="id",
125541  specials={ "char", 0x87BA },
125542  unicodeslot=0xF911,
125543 },
125544 [0xF912]={
125545  category="lo",
125546  cjkwd="w",
125547  description="CJK COMPATIBILITY IDEOGRAPH-F0x0390",
125548  direction="l",
125549  linebreak="id",
125550  specials={ "char", 0x88F8 },
125551  unicodeslot=0xF912,
125552 },
125553 [0xF913]={
125554  category="lo",
125555  cjkwd="w",
125556  description="CJK COMPATIBILITY IDEOGRAPH-F0x0391",
125557  direction="l",
125558  linebreak="id",
125559  specials={ "char", 0x908F },
125560  unicodeslot=0xF913,
125561 },
125562 [0xF914]={
125563  category="lo",
125564  cjkwd="w",
125565  description="CJK COMPATIBILITY IDEOGRAPH-F0x0392",
125566  direction="l",
125567  linebreak="id",
125568  specials={ "char", 0x6A02 },
125569  unicodeslot=0xF914,
125570 },
125571 [0xF915]={
125572  category="lo",
125573  cjkwd="w",
125574  description="CJK COMPATIBILITY IDEOGRAPH-F0x0393",
125575  direction="l",
125576  linebreak="id",
125577  specials={ "char", 0x6D1B },
125578  unicodeslot=0xF915,
125579 },
125580 [0xF916]={
125581  category="lo",
125582  cjkwd="w",
125583  description="CJK COMPATIBILITY IDEOGRAPH-F0x0394",
125584  direction="l",
125585  linebreak="id",
125586  specials={ "char", 0x70D9 },
125587  unicodeslot=0xF916,
125588 },
125589 [0xF917]={
125590  category="lo",
125591  cjkwd="w",
125592  description="CJK COMPATIBILITY IDEOGRAPH-F0x0395",
125593  direction="l",
125594  linebreak="id",
125595  specials={ "char", 0x73DE },
125596  unicodeslot=0xF917,
125597 },
125598 [0xF918]={
125599  category="lo",
125600  cjkwd="w",
125601  description="CJK COMPATIBILITY IDEOGRAPH-F0x0396",
125602  direction="l",
125603  linebreak="id",
125604  specials={ "char", 0x843D },
125605  unicodeslot=0xF918,
125606 },
125607 [0xF919]={
125608  category="lo",
125609  cjkwd="w",
125610  description="CJK COMPATIBILITY IDEOGRAPH-F0x0397",
125611  direction="l",
125612  linebreak="id",
125613  specials={ "char", 0x916A },
125614  unicodeslot=0xF919,
125615 },
125616 [0xF91A]={
125617  category="lo",
125618  cjkwd="w",
125619  description="CJK COMPATIBILITY IDEOGRAPH-F0x005BA",
125620  direction="l",
125621  linebreak="id",
125622  specials={ "char", 0x99F1 },
125623  unicodeslot=0xF91A,
125624 },
125625 [0xF91B]={
125626  category="lo",
125627  cjkwd="w",
125628  description="CJK COMPATIBILITY IDEOGRAPH-F0x005BB",
125629  direction="l",
125630  linebreak="id",
125631  specials={ "char", 0x4E82 },
125632  unicodeslot=0xF91B,
125633 },
125634 [0xF91C]={
125635  category="lo",
125636  cjkwd="w",
125637  description="CJK COMPATIBILITY IDEOGRAPH-F0x005BC",
125638  direction="l",
125639  linebreak="id",
125640  specials={ "char", 0x5375 },
125641  unicodeslot=0xF91C,
125642 },
125643 [0xF91D]={
125644  category="lo",
125645  cjkwd="w",
125646  description="CJK COMPATIBILITY IDEOGRAPH-F0x005BD",
125647  direction="l",
125648  linebreak="id",
125649  specials={ "char", 0x6B04 },
125650  unicodeslot=0xF91D,
125651 },
125652 [0xF91E]={
125653  category="lo",
125654  cjkwd="w",
125655  description="CJK COMPATIBILITY IDEOGRAPH-F0x005BE",
125656  direction="l",
125657  linebreak="id",
125658  specials={ "char", 0x721B },
125659  unicodeslot=0xF91E,
125660 },
125661 [0xF91F]={
125662  category="lo",
125663  cjkwd="w",
125664  description="CJK COMPATIBILITY IDEOGRAPH-F0x005BF",
125665  direction="l",
125666  linebreak="id",
125667  specials={ "char", 0x862D },
125668  unicodeslot=0xF91F,
125669 },
125670 [0xF920]={
125671  category="lo",
125672  cjkwd="w",
125673  description="CJK COMPATIBILITY IDEOGRAPH-F0x0398",
125674  direction="l",
125675  linebreak="id",
125676  specials={ "char", 0x9E1E },
125677  unicodeslot=0xF920,
125678 },
125679 [0xF921]={
125680  category="lo",
125681  cjkwd="w",
125682  description="CJK COMPATIBILITY IDEOGRAPH-F0x0399",
125683  direction="l",
125684  linebreak="id",
125685  specials={ "char", 0x5D50 },
125686  unicodeslot=0xF921,
125687 },
125688 [0xF922]={
125689  category="lo",
125690  cjkwd="w",
125691  description="CJK COMPATIBILITY IDEOGRAPH-F0x039A",
125692  direction="l",
125693  linebreak="id",
125694  specials={ "char", 0x6FEB },
125695  unicodeslot=0xF922,
125696 },
125697 [0xF923]={
125698  category="lo",
125699  cjkwd="w",
125700  description="CJK COMPATIBILITY IDEOGRAPH-F0x039B",
125701  direction="l",
125702  linebreak="id",
125703  specials={ "char", 0x85CD },
125704  unicodeslot=0xF923,
125705 },
125706 [0xF924]={
125707  category="lo",
125708  cjkwd="w",
125709  description="CJK COMPATIBILITY IDEOGRAPH-F0x039C",
125710  direction="l",
125711  linebreak="id",
125712  specials={ "char", 0x8964 },
125713  unicodeslot=0xF924,
125714 },
125715 [0xF925]={
125716  category="lo",
125717  cjkwd="w",
125718  description="CJK COMPATIBILITY IDEOGRAPH-F0x039D",
125719  direction="l",
125720  linebreak="id",
125721  specials={ "char", 0x62C9 },
125722  unicodeslot=0xF925,
125723 },
125724 [0xF926]={
125725  category="lo",
125726  cjkwd="w",
125727  description="CJK COMPATIBILITY IDEOGRAPH-F0x039E",
125728  direction="l",
125729  linebreak="id",
125730  specials={ "char", 0x81D8 },
125731  unicodeslot=0xF926,
125732 },
125733 [0xF927]={
125734  category="lo",
125735  cjkwd="w",
125736  description="CJK COMPATIBILITY IDEOGRAPH-F0x039F",
125737  direction="l",
125738  linebreak="id",
125739  specials={ "char", 0x881F },
125740  unicodeslot=0xF927,
125741 },
125742 [0xF928]={
125743  category="lo",
125744  cjkwd="w",
125745  description="CJK COMPATIBILITY IDEOGRAPH-F0x03A0",
125746  direction="l",
125747  linebreak="id",
125748  specials={ "char", 0x5ECA },
125749  unicodeslot=0xF928,
125750 },
125751 [0xF929]={
125752  category="lo",
125753  cjkwd="w",
125754  description="CJK COMPATIBILITY IDEOGRAPH-F0x03A1",
125755  direction="l",
125756  linebreak="id",
125757  specials={ "char", 0x6717 },
125758  unicodeslot=0xF929,
125759 },
125760 [0xF92A]={
125761  category="lo",
125762  cjkwd="w",
125763  description="CJK COMPATIBILITY IDEOGRAPH-F0x005CA",
125764  direction="l",
125765  linebreak="id",
125766  specials={ "char", 0x6D6A },
125767  unicodeslot=0xF92A,
125768 },
125769 [0xF92B]={
125770  category="lo",
125771  cjkwd="w",
125772  description="CJK COMPATIBILITY IDEOGRAPH-F0x005CB",
125773  direction="l",
125774  linebreak="id",
125775  specials={ "char", 0x72FC },
125776  unicodeslot=0xF92B,
125777 },
125778 [0xF92C]={
125779  category="lo",
125780  cjkwd="w",
125781  description="CJK COMPATIBILITY IDEOGRAPH-F0x005CC",
125782  direction="l",
125783  linebreak="id",
125784  specials={ "char", 0x90CE },
125785  unicodeslot=0xF92C,
125786 },
125787 [0xF92D]={
125788  category="lo",
125789  cjkwd="w",
125790  description="CJK COMPATIBILITY IDEOGRAPH-F0x005CD",
125791  direction="l",
125792  linebreak="id",
125793  specials={ "char", 0x4F86 },
125794  unicodeslot=0xF92D,
125795 },
125796 [0xF92E]={
125797  category="lo",
125798  cjkwd="w",
125799  description="CJK COMPATIBILITY IDEOGRAPH-F0x005CE",
125800  direction="l",
125801  linebreak="id",
125802  specials={ "char", 0x51B7 },
125803  unicodeslot=0xF92E,
125804 },
125805 [0xF92F]={
125806  category="lo",
125807  cjkwd="w",
125808  description="CJK COMPATIBILITY IDEOGRAPH-F0x005CF",
125809  direction="l",
125810  linebreak="id",
125811  specials={ "char", 0x52DE },
125812  unicodeslot=0xF92F,
125813 },
125814 [0xF930]={
125815  category="lo",
125816  cjkwd="w",
125817  description="CJK COMPATIBILITY IDEOGRAPH-F0x03A2",
125818  direction="l",
125819  linebreak="id",
125820  specials={ "char", 0x64C4 },
125821  unicodeslot=0xF930,
125822 },
125823 [0xF931]={
125824  category="lo",
125825  cjkwd="w",
125826  description="CJK COMPATIBILITY IDEOGRAPH-F0x03A3",
125827  direction="l",
125828  linebreak="id",
125829  specials={ "char", 0x6AD3 },
125830  unicodeslot=0xF931,
125831 },
125832 [0xF932]={
125833  category="lo",
125834  cjkwd="w",
125835  description="CJK COMPATIBILITY IDEOGRAPH-F0x03A4",
125836  direction="l",
125837  linebreak="id",
125838  specials={ "char", 0x7210 },
125839  unicodeslot=0xF932,
125840 },
125841 [0xF933]={
125842  category="lo",
125843  cjkwd="w",
125844  description="CJK COMPATIBILITY IDEOGRAPH-F0x03A5",
125845  direction="l",
125846  linebreak="id",
125847  specials={ "char", 0x76E7 },
125848  unicodeslot=0xF933,
125849 },
125850 [0xF934]={
125851  category="lo",
125852  cjkwd="w",
125853  description="CJK COMPATIBILITY IDEOGRAPH-F0x03A6",
125854  direction="l",
125855  linebreak="id",
125856  specials={ "char", 0x8001 },
125857  unicodeslot=0xF934,
125858 },
125859 [0xF935]={
125860  category="lo",
125861  cjkwd="w",
125862  description="CJK COMPATIBILITY IDEOGRAPH-F0x03A7",
125863  direction="l",
125864  linebreak="id",
125865  specials={ "char", 0x8606 },
125866  unicodeslot=0xF935,
125867 },
125868 [0xF936]={
125869  category="lo",
125870  cjkwd="w",
125871  description="CJK COMPATIBILITY IDEOGRAPH-F0x03A8",
125872  direction="l",
125873  linebreak="id",
125874  specials={ "char", 0x865C },
125875  unicodeslot=0xF936,
125876 },
125877 [0xF937]={
125878  category="lo",
125879  cjkwd="w",
125880  description="CJK COMPATIBILITY IDEOGRAPH-F0x03A9",
125881  direction="l",
125882  linebreak="id",
125883  specials={ "char", 0x8DEF },
125884  unicodeslot=0xF937,
125885 },
125886 [0xF938]={
125887  category="lo",
125888  cjkwd="w",
125889  description="CJK COMPATIBILITY IDEOGRAPH-F0x03AA",
125890  direction="l",
125891  linebreak="id",
125892  specials={ "char", 0x9732 },
125893  unicodeslot=0xF938,
125894 },
125895 [0xF939]={
125896  category="lo",
125897  cjkwd="w",
125898  description="CJK COMPATIBILITY IDEOGRAPH-F0x03AB",
125899  direction="l",
125900  linebreak="id",
125901  specials={ "char", 0x9B6F },
125902  unicodeslot=0xF939,
125903 },
125904 [0xF93A]={
125905  category="lo",
125906  cjkwd="w",
125907  description="CJK COMPATIBILITY IDEOGRAPH-F0x005DA",
125908  direction="l",
125909  linebreak="id",
125910  specials={ "char", 0x9DFA },
125911  unicodeslot=0xF93A,
125912 },
125913 [0xF93B]={
125914  category="lo",
125915  cjkwd="w",
125916  description="CJK COMPATIBILITY IDEOGRAPH-F0x005DB",
125917  direction="l",
125918  linebreak="id",
125919  specials={ "char", 0x788C },
125920  unicodeslot=0xF93B,
125921 },
125922 [0xF93C]={
125923  category="lo",
125924  cjkwd="w",
125925  description="CJK COMPATIBILITY IDEOGRAPH-F0x005DC",
125926  direction="l",
125927  linebreak="id",
125928  specials={ "char", 0x797F },
125929  unicodeslot=0xF93C,
125930 },
125931 [0xF93D]={
125932  category="lo",
125933  cjkwd="w",
125934  description="CJK COMPATIBILITY IDEOGRAPH-F0x005DD",
125935  direction="l",
125936  linebreak="id",
125937  specials={ "char", 0x7DA0 },
125938  unicodeslot=0xF93D,
125939 },
125940 [0xF93E]={
125941  category="lo",
125942  cjkwd="w",
125943  description="CJK COMPATIBILITY IDEOGRAPH-F0x005DE",
125944  direction="l",
125945  linebreak="id",
125946  specials={ "char", 0x83C9 },
125947  unicodeslot=0xF93E,
125948 },
125949 [0xF93F]={
125950  category="lo",
125951  cjkwd="w",
125952  description="CJK COMPATIBILITY IDEOGRAPH-F0x005DF",
125953  direction="l",
125954  linebreak="id",
125955  specials={ "char", 0x9304 },
125956  unicodeslot=0xF93F,
125957 },
125958 [0xF940]={
125959  category="lo",
125960  cjkwd="w",
125961  description="CJK COMPATIBILITY IDEOGRAPH-F0x03AC",
125962  direction="l",
125963  linebreak="id",
125964  specials={ "char", 0x9E7F },
125965  unicodeslot=0xF940,
125966 },
125967 [0xF941]={
125968  category="lo",
125969  cjkwd="w",
125970  description="CJK COMPATIBILITY IDEOGRAPH-F0x03AD",
125971  direction="l",
125972  linebreak="id",
125973  specials={ "char", 0x8AD6 },
125974  unicodeslot=0xF941,
125975 },
125976 [0xF942]={
125977  category="lo",
125978  cjkwd="w",
125979  description="CJK COMPATIBILITY IDEOGRAPH-F0x03AE",
125980  direction="l",
125981  linebreak="id",
125982  specials={ "char", 0x58DF },
125983  unicodeslot=0xF942,
125984 },
125985 [0xF943]={
125986  category="lo",
125987  cjkwd="w",
125988  description="CJK COMPATIBILITY IDEOGRAPH-F0x03AF",
125989  direction="l",
125990  linebreak="id",
125991  specials={ "char", 0x5F04 },
125992  unicodeslot=0xF943,
125993 },
125994 [0xF944]={
125995  category="lo",
125996  cjkwd="w",
125997  description="CJK COMPATIBILITY IDEOGRAPH-F0x03B0",
125998  direction="l",
125999  linebreak="id",
126000  specials={ "char", 0x7C60 },
126001  unicodeslot=0xF944,
126002 },
126003 [0xF945]={
126004  category="lo",
126005  cjkwd="w",
126006  description="CJK COMPATIBILITY IDEOGRAPH-F0x03B1",
126007  direction="l",
126008  linebreak="id",
126009  specials={ "char", 0x807E },
126010  unicodeslot=0xF945,
126011 },
126012 [0xF946]={
126013  category="lo",
126014  cjkwd="w",
126015  description="CJK COMPATIBILITY IDEOGRAPH-F0x03B2",
126016  direction="l",
126017  linebreak="id",
126018  specials={ "char", 0x7262 },
126019  unicodeslot=0xF946,
126020 },
126021 [0xF947]={
126022  category="lo",
126023  cjkwd="w",
126024  description="CJK COMPATIBILITY IDEOGRAPH-F0x03B3",
126025  direction="l",
126026  linebreak="id",
126027  specials={ "char", 0x78CA },
126028  unicodeslot=0xF947,
126029 },
126030 [0xF948]={
126031  category="lo",
126032  cjkwd="w",
126033  description="CJK COMPATIBILITY IDEOGRAPH-F0x03B4",
126034  direction="l",
126035  linebreak="id",
126036  specials={ "char", 0x8CC2 },
126037  unicodeslot=0xF948,
126038 },
126039 [0xF949]={
126040  category="lo",
126041  cjkwd="w",
126042  description="CJK COMPATIBILITY IDEOGRAPH-F0x03B5",
126043  direction="l",
126044  linebreak="id",
126045  specials={ "char", 0x96F7 },
126046  unicodeslot=0xF949,
126047 },
126048 [0xF94A]={
126049  category="lo",
126050  cjkwd="w",
126051  description="CJK COMPATIBILITY IDEOGRAPH-F0x005EA",
126052  direction="l",
126053  linebreak="id",
126054  specials={ "char", 0x58D8 },
126055  unicodeslot=0xF94A,
126056 },
126057 [0xF94B]={
126058  category="lo",
126059  cjkwd="w",
126060  description="CJK COMPATIBILITY IDEOGRAPH-F0x005EB",
126061  direction="l",
126062  linebreak="id",
126063  specials={ "char", 0x5C62 },
126064  unicodeslot=0xF94B,
126065 },
126066 [0xF94C]={
126067  category="lo",
126068  cjkwd="w",
126069  description="CJK COMPATIBILITY IDEOGRAPH-F0x005EC",
126070  direction="l",
126071  linebreak="id",
126072  specials={ "char", 0x6A13 },
126073  unicodeslot=0xF94C,
126074 },
126075 [0xF94D]={
126076  category="lo",
126077  cjkwd="w",
126078  description="CJK COMPATIBILITY IDEOGRAPH-F0x005ED",
126079  direction="l",
126080  linebreak="id",
126081  specials={ "char", 0x6DDA },
126082  unicodeslot=0xF94D,
126083 },
126084 [0xF94E]={
126085  category="lo",
126086  cjkwd="w",
126087  description="CJK COMPATIBILITY IDEOGRAPH-F0x005EE",
126088  direction="l",
126089  linebreak="id",
126090  specials={ "char", 0x6F0F },
126091  unicodeslot=0xF94E,
126092 },
126093 [0xF94F]={
126094  category="lo",
126095  cjkwd="w",
126096  description="CJK COMPATIBILITY IDEOGRAPH-F0x005EF",
126097  direction="l",
126098  linebreak="id",
126099  specials={ "char", 0x7D2F },
126100  unicodeslot=0xF94F,
126101 },
126102 [0xF950]={
126103  category="lo",
126104  cjkwd="w",
126105  description="CJK COMPATIBILITY IDEOGRAPH-F0x03B6",
126106  direction="l",
126107  linebreak="id",
126108  specials={ "char", 0x7E37 },
126109  unicodeslot=0xF950,
126110 },
126111 [0xF951]={
126112  category="lo",
126113  cjkwd="w",
126114  description="CJK COMPATIBILITY IDEOGRAPH-F0x03B7",
126115  direction="l",
126116  linebreak="id",
126117  specials={ "char", 0x964B },
126118  unicodeslot=0xF951,
126119 },
126120 [0xF952]={
126121  category="lo",
126122  cjkwd="w",
126123  description="CJK COMPATIBILITY IDEOGRAPH-F0x03B8",
126124  direction="l",
126125  linebreak="id",
126126  specials={ "char", 0x52D2 },
126127  unicodeslot=0xF952,
126128 },
126129 [0xF953]={
126130  category="lo",
126131  cjkwd="w",
126132  description="CJK COMPATIBILITY IDEOGRAPH-F0x03B9",
126133  direction="l",
126134  linebreak="id",
126135  specials={ "char", 0x808B },
126136  unicodeslot=0xF953,
126137 },
126138 [0xF954]={
126139  category="lo",
126140  cjkwd="w",
126141  description="CJK COMPATIBILITY IDEOGRAPH-F0x03BA",
126142  direction="l",
126143  linebreak="id",
126144  specials={ "char", 0x51DC },
126145  unicodeslot=0xF954,
126146 },
126147 [0xF955]={
126148  category="lo",
126149  cjkwd="w",
126150  description="CJK COMPATIBILITY IDEOGRAPH-F0x03BB",
126151  direction="l",
126152  linebreak="id",
126153  specials={ "char", 0x51CC },
126154  unicodeslot=0xF955,
126155 },
126156 [0xF956]={
126157  category="lo",
126158  cjkwd="w",
126159  description="CJK COMPATIBILITY IDEOGRAPH-F0x03BC",
126160  direction="l",
126161  linebreak="id",
126162  specials={ "char", 0x7A1C },
126163  unicodeslot=0xF956,
126164 },
126165 [0xF957]={
126166  category="lo",
126167  cjkwd="w",
126168  description="CJK COMPATIBILITY IDEOGRAPH-F0x03BD",
126169  direction="l",
126170  linebreak="id",
126171  specials={ "char", 0x7DBE },
126172  unicodeslot=0xF957,
126173 },
126174 [0xF958]={
126175  category="lo",
126176  cjkwd="w",
126177  description="CJK COMPATIBILITY IDEOGRAPH-F0x03BE",
126178  direction="l",
126179  linebreak="id",
126180  specials={ "char", 0x83F1 },
126181  unicodeslot=0xF958,
126182 },
126183 [0xF959]={
126184  category="lo",
126185  cjkwd="w",
126186  description="CJK COMPATIBILITY IDEOGRAPH-F0x03BF",
126187  direction="l",
126188  linebreak="id",
126189  specials={ "char", 0x9675 },
126190  unicodeslot=0xF959,
126191 },
126192 [0xF95A]={
126193  category="lo",
126194  cjkwd="w",
126195  description="CJK COMPATIBILITY IDEOGRAPH-F0x005FA",
126196  direction="l",
126197  linebreak="id",
126198  specials={ "char", 0x8B80 },
126199  unicodeslot=0xF95A,
126200 },
126201 [0xF95B]={
126202  category="lo",
126203  cjkwd="w",
126204  description="CJK COMPATIBILITY IDEOGRAPH-F0x005FB",
126205  direction="l",
126206  linebreak="id",
126207  specials={ "char", 0x62CF },
126208  unicodeslot=0xF95B,
126209 },
126210 [0xF95C]={
126211  category="lo",
126212  cjkwd="w",
126213  description="CJK COMPATIBILITY IDEOGRAPH-F0x005FC",
126214  direction="l",
126215  linebreak="id",
126216  specials={ "char", 0x6A02 },
126217  unicodeslot=0xF95C,
126218 },
126219 [0xF95D]={
126220  category="lo",
126221  cjkwd="w",
126222  description="CJK COMPATIBILITY IDEOGRAPH-F0x005FD",
126223  direction="l",
126224  linebreak="id",
126225  specials={ "char", 0x8AFE },
126226  unicodeslot=0xF95D,
126227 },
126228 [0xF95E]={
126229  category="lo",
126230  cjkwd="w",
126231  description="CJK COMPATIBILITY IDEOGRAPH-F0x005FE",
126232  direction="l",
126233  linebreak="id",
126234  specials={ "char", 0x4E39 },
126235  unicodeslot=0xF95E,
126236 },
126237 [0xF95F]={
126238  category="lo",
126239  cjkwd="w",
126240  description="CJK COMPATIBILITY IDEOGRAPH-F0x005FF",
126241  direction="l",
126242  linebreak="id",
126243  specials={ "char", 0x5BE7 },
126244  unicodeslot=0xF95F,
126245 },
126246 [0xF960]={
126247  category="lo",
126248  cjkwd="w",
126249  description="CJK COMPATIBILITY IDEOGRAPH-F0x03C0",
126250  direction="l",
126251  linebreak="id",
126252  specials={ "char", 0x6012 },
126253  unicodeslot=0xF960,
126254 },
126255 [0xF961]={
126256  category="lo",
126257  cjkwd="w",
126258  description="CJK COMPATIBILITY IDEOGRAPH-F0x03C1",
126259  direction="l",
126260  linebreak="id",
126261  specials={ "char", 0x7387 },
126262  unicodeslot=0xF961,
126263 },
126264 [0xF962]={
126265  category="lo",
126266  cjkwd="w",
126267  description="CJK COMPATIBILITY IDEOGRAPH-F0x03C2",
126268  direction="l",
126269  linebreak="id",
126270  specials={ "char", 0x7570 },
126271  unicodeslot=0xF962,
126272 },
126273 [0xF963]={
126274  category="lo",
126275  cjkwd="w",
126276  description="CJK COMPATIBILITY IDEOGRAPH-F0x03C3",
126277  direction="l",
126278  linebreak="id",
126279  specials={ "char", 0x5317 },
126280  unicodeslot=0xF963,
126281 },
126282 [0xF964]={
126283  category="lo",
126284  cjkwd="w",
126285  description="CJK COMPATIBILITY IDEOGRAPH-F0x03C4",
126286  direction="l",
126287  linebreak="id",
126288  specials={ "char", 0x78FB },
126289  unicodeslot=0xF964,
126290 },
126291 [0xF965]={
126292  category="lo",
126293  cjkwd="w",
126294  description="CJK COMPATIBILITY IDEOGRAPH-F0x03C5",
126295  direction="l",
126296  linebreak="id",
126297  specials={ "char", 0x4FBF },
126298  unicodeslot=0xF965,
126299 },
126300 [0xF966]={
126301  category="lo",
126302  cjkwd="w",
126303  description="CJK COMPATIBILITY IDEOGRAPH-F0x03C6",
126304  direction="l",
126305  linebreak="id",
126306  specials={ "char", 0x5FA9 },
126307  unicodeslot=0xF966,
126308 },
126309 [0xF967]={
126310  category="lo",
126311  cjkwd="w",
126312  description="CJK COMPATIBILITY IDEOGRAPH-F0x03C7",
126313  direction="l",
126314  linebreak="id",
126315  specials={ "char", 0x4E0D },
126316  unicodeslot=0xF967,
126317 },
126318 [0xF968]={
126319  category="lo",
126320  cjkwd="w",
126321  description="CJK COMPATIBILITY IDEOGRAPH-F0x03C8",
126322  direction="l",
126323  linebreak="id",
126324  specials={ "char", 0x6CCC },
126325  unicodeslot=0xF968,
126326 },
126327 [0xF969]={
126328  category="lo",
126329  cjkwd="w",
126330  description="CJK COMPATIBILITY IDEOGRAPH-F0x03C9",
126331  direction="l",
126332  linebreak="id",
126333  specials={ "char", 0x6578 },
126334  unicodeslot=0xF969,
126335 },
126336 [0xF96A]={
126337  category="lo",
126338  cjkwd="w",
126339  description="CJK COMPATIBILITY IDEOGRAPH-F0x0060A",
126340  direction="l",
126341  linebreak="id",
126342  specials={ "char", 0x7D22 },
126343  unicodeslot=0xF96A,
126344 },
126345 [0xF96B]={
126346  category="lo",
126347  cjkwd="w",
126348  description="CJK COMPATIBILITY IDEOGRAPH-F0x0060B",
126349  direction="l",
126350  linebreak="id",
126351  specials={ "char", 0x53C3 },
126352  unicodeslot=0xF96B,
126353 },
126354 [0xF96C]={
126355  category="lo",
126356  cjkwd="w",
126357  description="CJK COMPATIBILITY IDEOGRAPH-F0x0060C",
126358  direction="l",
126359  linebreak="id",
126360  specials={ "char", 0x585E },
126361  unicodeslot=0xF96C,
126362 },
126363 [0xF96D]={
126364  category="lo",
126365  cjkwd="w",
126366  description="CJK COMPATIBILITY IDEOGRAPH-F0x0060D",
126367  direction="l",
126368  linebreak="id",
126369  specials={ "char", 0x7701 },
126370  unicodeslot=0xF96D,
126371 },
126372 [0xF96E]={
126373  category="lo",
126374  cjkwd="w",
126375  description="CJK COMPATIBILITY IDEOGRAPH-F0x0060E",
126376  direction="l",
126377  linebreak="id",
126378  specials={ "char", 0x8449 },
126379  unicodeslot=0xF96E,
126380 },
126381 [0xF96F]={
126382  category="lo",
126383  cjkwd="w",
126384  description="CJK COMPATIBILITY IDEOGRAPH-F0x0060F",
126385  direction="l",
126386  linebreak="id",
126387  specials={ "char", 0x8AAA },
126388  unicodeslot=0xF96F,
126389 },
126390 [0xF970]={
126391  category="lo",
126392  cjkwd="w",
126393  description="CJK COMPATIBILITY IDEOGRAPH-F0x03CA",
126394  direction="l",
126395  linebreak="id",
126396  specials={ "char", 0x6BBA },
126397  unicodeslot=0xF970,
126398 },
126399 [0xF971]={
126400  category="lo",
126401  cjkwd="w",
126402  description="CJK COMPATIBILITY IDEOGRAPH-F0x03CB",
126403  direction="l",
126404  linebreak="id",
126405  specials={ "char", 0x8FB0 },
126406  unicodeslot=0xF971,
126407 },
126408 [0xF972]={
126409  category="lo",
126410  cjkwd="w",
126411  description="CJK COMPATIBILITY IDEOGRAPH-F0x03CC",
126412  direction="l",
126413  linebreak="id",
126414  specials={ "char", 0x6C88 },
126415  unicodeslot=0xF972,
126416 },
126417 [0xF973]={
126418  category="lo",
126419  cjkwd="w",
126420  description="CJK COMPATIBILITY IDEOGRAPH-F0x03CD",
126421  direction="l",
126422  linebreak="id",
126423  specials={ "char", 0x62FE },
126424  unicodeslot=0xF973,
126425 },
126426 [0xF974]={
126427  category="lo",
126428  cjkwd="w",
126429  description="CJK COMPATIBILITY IDEOGRAPH-F0x03CE",
126430  direction="l",
126431  linebreak="id",
126432  specials={ "char", 0x82E5 },
126433  unicodeslot=0xF974,
126434 },
126435 [0xF975]={
126436  category="lo",
126437  cjkwd="w",
126438  description="CJK COMPATIBILITY IDEOGRAPH-F0x03CF",
126439  direction="l",
126440  linebreak="id",
126441  specials={ "char", 0x63A0 },
126442  unicodeslot=0xF975,
126443 },
126444 [0xF976]={
126445  category="lo",
126446  cjkwd="w",
126447  description="CJK COMPATIBILITY IDEOGRAPH-F0x03D0",
126448  direction="l",
126449  linebreak="id",
126450  specials={ "char", 0x7565 },
126451  unicodeslot=0xF976,
126452 },
126453 [0xF977]={
126454  category="lo",
126455  cjkwd="w",
126456  description="CJK COMPATIBILITY IDEOGRAPH-F0x03D1",
126457  direction="l",
126458  linebreak="id",
126459  specials={ "char", 0x4EAE },
126460  unicodeslot=0xF977,
126461 },
126462 [0xF978]={
126463  category="lo",
126464  cjkwd="w",
126465  description="CJK COMPATIBILITY IDEOGRAPH-F0x03D2",
126466  direction="l",
126467  linebreak="id",
126468  specials={ "char", 0x5169 },
126469  unicodeslot=0xF978,
126470 },
126471 [0xF979]={
126472  category="lo",
126473  cjkwd="w",
126474  description="CJK COMPATIBILITY IDEOGRAPH-F0x03D3",
126475  direction="l",
126476  linebreak="id",
126477  specials={ "char", 0x51C9 },
126478  unicodeslot=0xF979,
126479 },
126480 [0xF97A]={
126481  category="lo",
126482  cjkwd="w",
126483  description="CJK COMPATIBILITY IDEOGRAPH-F0x0061A",
126484  direction="l",
126485  linebreak="id",
126486  specials={ "char", 0x6881 },
126487  unicodeslot=0xF97A,
126488 },
126489 [0xF97B]={
126490  category="lo",
126491  cjkwd="w",
126492  description="CJK COMPATIBILITY IDEOGRAPH-F0x0061B",
126493  direction="l",
126494  linebreak="id",
126495  specials={ "char", 0x7CE7 },
126496  unicodeslot=0xF97B,
126497 },
126498 [0xF97C]={
126499  category="lo",
126500  cjkwd="w",
126501  description="CJK COMPATIBILITY IDEOGRAPH-F0x0061C",
126502  direction="l",
126503  linebreak="id",
126504  specials={ "char", 0x826F },
126505  unicodeslot=0xF97C,
126506 },
126507 [0xF97D]={
126508  category="lo",
126509  cjkwd="w",
126510  description="CJK COMPATIBILITY IDEOGRAPH-F0x0061D",
126511  direction="l",
126512  linebreak="id",
126513  specials={ "char", 0x8AD2 },
126514  unicodeslot=0xF97D,
126515 },
126516 [0xF97E]={
126517  category="lo",
126518  cjkwd="w",
126519  description="CJK COMPATIBILITY IDEOGRAPH-F0x0061E",
126520  direction="l",
126521  linebreak="id",
126522  specials={ "char", 0x91CF },
126523  unicodeslot=0xF97E,
126524 },
126525 [0xF97F]={
126526  category="lo",
126527  cjkwd="w",
126528  description="CJK COMPATIBILITY IDEOGRAPH-F0x0061F",
126529  direction="l",
126530  linebreak="id",
126531  specials={ "char", 0x52F5 },
126532  unicodeslot=0xF97F,
126533 },
126534 [0xF980]={
126535  category="lo",
126536  cjkwd="w",
126537  description="CJK COMPATIBILITY IDEOGRAPH-F0x03D4",
126538  direction="l",
126539  linebreak="id",
126540  specials={ "char", 0x5442 },
126541  unicodeslot=0xF980,
126542 },
126543 [0xF981]={
126544  category="lo",
126545  cjkwd="w",
126546  description="CJK COMPATIBILITY IDEOGRAPH-F0x03D5",
126547  direction="l",
126548  linebreak="id",
126549  specials={ "char", 0x5973 },
126550  unicodeslot=0xF981,
126551 },
126552 [0xF982]={
126553  category="lo",
126554  cjkwd="w",
126555  description="CJK COMPATIBILITY IDEOGRAPH-F0x03D6",
126556  direction="l",
126557  linebreak="id",
126558  specials={ "char", 0x5EEC },
126559  unicodeslot=0xF982,
126560 },
126561 [0xF983]={
126562  category="lo",
126563  cjkwd="w",
126564  description="CJK COMPATIBILITY IDEOGRAPH-F0x03D7",
126565  direction="l",
126566  linebreak="id",
126567  specials={ "char", 0x65C5 },
126568  unicodeslot=0xF983,
126569 },
126570 [0xF984]={
126571  category="lo",
126572  cjkwd="w",
126573  description="CJK COMPATIBILITY IDEOGRAPH-F0x03D8",
126574  direction="l",
126575  linebreak="id",
126576  specials={ "char", 0x6FFE },
126577  unicodeslot=0xF984,
126578 },
126579 [0xF985]={
126580  category="lo",
126581  cjkwd="w",
126582  description="CJK COMPATIBILITY IDEOGRAPH-F0x03D9",
126583  direction="l",
126584  linebreak="id",
126585  specials={ "char", 0x792A },
126586  unicodeslot=0xF985,
126587 },
126588 [0xF986]={
126589  category="lo",
126590  cjkwd="w",
126591  description="CJK COMPATIBILITY IDEOGRAPH-F0x03DA",
126592  direction="l",
126593  linebreak="id",
126594  specials={ "char", 0x95AD },
126595  unicodeslot=0xF986,
126596 },
126597 [0xF987]={
126598  category="lo",
126599  cjkwd="w",
126600  description="CJK COMPATIBILITY IDEOGRAPH-F0x03DB",
126601  direction="l",
126602  linebreak="id",
126603  specials={ "char", 0x9A6A },
126604  unicodeslot=0xF987,
126605 },
126606 [0xF988]={
126607  category="lo",
126608  cjkwd="w",
126609  description="CJK COMPATIBILITY IDEOGRAPH-F0x03DC",
126610  direction="l",
126611  linebreak="id",
126612  specials={ "char", 0x9E97 },
126613  unicodeslot=0xF988,
126614 },
126615 [0xF989]={
126616  category="lo",
126617  cjkwd="w",
126618  description="CJK COMPATIBILITY IDEOGRAPH-F0x03DD",
126619  direction="l",
126620  linebreak="id",
126621  specials={ "char", 0x9ECE },
126622  unicodeslot=0xF989,
126623 },
126624 [0xF98A]={
126625  category="lo",
126626  cjkwd="w",
126627  description="CJK COMPATIBILITY IDEOGRAPH-F0x0062A",
126628  direction="l",
126629  linebreak="id",
126630  specials={ "char", 0x529B },
126631  unicodeslot=0xF98A,
126632 },
126633 [0xF98B]={
126634  category="lo",
126635  cjkwd="w",
126636  description="CJK COMPATIBILITY IDEOGRAPH-F0x0062B",
126637  direction="l",
126638  linebreak="id",
126639  specials={ "char", 0x66C6 },
126640  unicodeslot=0xF98B,
126641 },
126642 [0xF98C]={
126643  category="lo",
126644  cjkwd="w",
126645  description="CJK COMPATIBILITY IDEOGRAPH-F0x0062C",
126646  direction="l",
126647  linebreak="id",
126648  specials={ "char", 0x6B77 },
126649  unicodeslot=0xF98C,
126650 },
126651 [0xF98D]={
126652  category="lo",
126653  cjkwd="w",
126654  description="CJK COMPATIBILITY IDEOGRAPH-F0x0062D",
126655  direction="l",
126656  linebreak="id",
126657  specials={ "char", 0x8F62 },
126658  unicodeslot=0xF98D,
126659 },
126660 [0xF98E]={
126661  category="lo",
126662  cjkwd="w",
126663  description="CJK COMPATIBILITY IDEOGRAPH-F0x0062E",
126664  direction="l",
126665  linebreak="id",
126666  specials={ "char", 0x5E74 },
126667  unicodeslot=0xF98E,
126668 },
126669 [0xF98F]={
126670  category="lo",
126671  cjkwd="w",
126672  description="CJK COMPATIBILITY IDEOGRAPH-F0x0062F",
126673  direction="l",
126674  linebreak="id",
126675  specials={ "char", 0x6190 },
126676  unicodeslot=0xF98F,
126677 },
126678 [0xF990]={
126679  category="lo",
126680  cjkwd="w",
126681  description="CJK COMPATIBILITY IDEOGRAPH-F0x03DE",
126682  direction="l",
126683  linebreak="id",
126684  specials={ "char", 0x6200 },
126685  unicodeslot=0xF990,
126686 },
126687 [0xF991]={
126688  category="lo",
126689  cjkwd="w",
126690  description="CJK COMPATIBILITY IDEOGRAPH-F0x03DF",
126691  direction="l",
126692  linebreak="id",
126693  specials={ "char", 0x649A },
126694  unicodeslot=0xF991,
126695 },
126696 [0xF992]={
126697  category="lo",
126698  cjkwd="w",
126699  description="CJK COMPATIBILITY IDEOGRAPH-F0x03E0",
126700  direction="l",
126701  linebreak="id",
126702  specials={ "char", 0x6F23 },
126703  unicodeslot=0xF992,
126704 },
126705 [0xF993]={
126706  category="lo",
126707  cjkwd="w",
126708  description="CJK COMPATIBILITY IDEOGRAPH-F0x03E1",
126709  direction="l",
126710  linebreak="id",
126711  specials={ "char", 0x7149 },
126712  unicodeslot=0xF993,
126713 },
126714 [0xF994]={
126715  category="lo",
126716  cjkwd="w",
126717  description="CJK COMPATIBILITY IDEOGRAPH-F0x03E2",
126718  direction="l",
126719  linebreak="id",
126720  specials={ "char", 0x7489 },
126721  unicodeslot=0xF994,
126722 },
126723 [0xF995]={
126724  category="lo",
126725  cjkwd="w",
126726  description="CJK COMPATIBILITY IDEOGRAPH-F0x03E3",
126727  direction="l",
126728  linebreak="id",
126729  specials={ "char", 0x79CA },
126730  unicodeslot=0xF995,
126731 },
126732 [0xF996]={
126733  category="lo",
126734  cjkwd="w",
126735  description="CJK COMPATIBILITY IDEOGRAPH-F0x03E4",
126736  direction="l",
126737  linebreak="id",
126738  specials={ "char", 0x7DF4 },
126739  unicodeslot=0xF996,
126740 },
126741 [0xF997]={
126742  category="lo",
126743  cjkwd="w",
126744  description="CJK COMPATIBILITY IDEOGRAPH-F0x03E5",
126745  direction="l",
126746  linebreak="id",
126747  specials={ "char", 0x806F },
126748  unicodeslot=0xF997,
126749 },
126750 [0xF998]={
126751  category="lo",
126752  cjkwd="w",
126753  description="CJK COMPATIBILITY IDEOGRAPH-F0x03E6",
126754  direction="l",
126755  linebreak="id",
126756  specials={ "char", 0x8F26 },
126757  unicodeslot=0xF998,
126758 },
126759 [0xF999]={
126760  category="lo",
126761  cjkwd="w",
126762  description="CJK COMPATIBILITY IDEOGRAPH-F0x03E7",
126763  direction="l",
126764  linebreak="id",
126765  specials={ "char", 0x84EE },
126766  unicodeslot=0xF999,
126767 },
126768 [0xF99A]={
126769  category="lo",
126770  cjkwd="w",
126771  description="CJK COMPATIBILITY IDEOGRAPH-F0x0063A",
126772  direction="l",
126773  linebreak="id",
126774  specials={ "char", 0x9023 },
126775  unicodeslot=0xF99A,
126776 },
126777 [0xF99B]={
126778  category="lo",
126779  cjkwd="w",
126780  description="CJK COMPATIBILITY IDEOGRAPH-F0x0063B",
126781  direction="l",
126782  linebreak="id",
126783  specials={ "char", 0x934A },
126784  unicodeslot=0xF99B,
126785 },
126786 [0xF99C]={
126787  category="lo",
126788  cjkwd="w",
126789  description="CJK COMPATIBILITY IDEOGRAPH-F0x0063C",
126790  direction="l",
126791  linebreak="id",
126792  specials={ "char", 0x5217 },
126793  unicodeslot=0xF99C,
126794 },
126795 [0xF99D]={
126796  category="lo",
126797  cjkwd="w",
126798  description="CJK COMPATIBILITY IDEOGRAPH-F0x0063D",
126799  direction="l",
126800  linebreak="id",
126801  specials={ "char", 0x52A3 },
126802  unicodeslot=0xF99D,
126803 },
126804 [0xF99E]={
126805  category="lo",
126806  cjkwd="w",
126807  description="CJK COMPATIBILITY IDEOGRAPH-F0x0063E",
126808  direction="l",
126809  linebreak="id",
126810  specials={ "char", 0x54BD },
126811  unicodeslot=0xF99E,
126812 },
126813 [0xF99F]={
126814  category="lo",
126815  cjkwd="w",
126816  description="CJK COMPATIBILITY IDEOGRAPH-F0x0063F",
126817  direction="l",
126818  linebreak="id",
126819  specials={ "char", 0x70C8 },
126820  unicodeslot=0xF99F,
126821 },
126822 [0xF9A0]={
126823  category="lo",
126824  cjkwd="w",
126825  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009A0x0000",
126826  direction="l",
126827  linebreak="id",
126828  specials={ "char", 0x88C2 },
126829  unicodeslot=0xF9A0,
126830 },
126831 [0xF9A1]={
126832  category="lo",
126833  cjkwd="w",
126834  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009A0x0001",
126835  direction="l",
126836  linebreak="id",
126837  specials={ "char", 0x8AAA },
126838  unicodeslot=0xF9A1,
126839 },
126840 [0xF9A2]={
126841  category="lo",
126842  cjkwd="w",
126843  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009A0x0002",
126844  direction="l",
126845  linebreak="id",
126846  specials={ "char", 0x5EC9 },
126847  unicodeslot=0xF9A2,
126848 },
126849 [0xF9A3]={
126850  category="lo",
126851  cjkwd="w",
126852  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009A0x0003",
126853  direction="l",
126854  linebreak="id",
126855  specials={ "char", 0x5FF5 },
126856  unicodeslot=0xF9A3,
126857 },
126858 [0xF9A4]={
126859  category="lo",
126860  cjkwd="w",
126861  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009A0x0004",
126862  direction="l",
126863  linebreak="id",
126864  specials={ "char", 0x637B },
126865  unicodeslot=0xF9A4,
126866 },
126867 [0xF9A5]={
126868  category="lo",
126869  cjkwd="w",
126870  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009A0x0005",
126871  direction="l",
126872  linebreak="id",
126873  specials={ "char", 0x6BAE },
126874  unicodeslot=0xF9A5,
126875 },
126876 [0xF9A6]={
126877  category="lo",
126878  cjkwd="w",
126879  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009A0x0006",
126880  direction="l",
126881  linebreak="id",
126882  specials={ "char", 0x7C3E },
126883  unicodeslot=0xF9A6,
126884 },
126885 [0xF9A7]={
126886  category="lo",
126887  cjkwd="w",
126888  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009A0x0007",
126889  direction="l",
126890  linebreak="id",
126891  specials={ "char", 0x7375 },
126892  unicodeslot=0xF9A7,
126893 },
126894 [0xF9A8]={
126895  category="lo",
126896  cjkwd="w",
126897  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009A0x0008",
126898  direction="l",
126899  linebreak="id",
126900  specials={ "char", 0x4EE4 },
126901  unicodeslot=0xF9A8,
126902 },
126903 [0xF9A9]={
126904  category="lo",
126905  cjkwd="w",
126906  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009A0x0009",
126907  direction="l",
126908  linebreak="id",
126909  specials={ "char", 0x56F9 },
126910  unicodeslot=0xF9A9,
126911 },
126912 [0xF9AA]={
126913  category="lo",
126914  cjkwd="w",
126915  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009AA",
126916  direction="l",
126917  linebreak="id",
126918  specials={ "char", 0x5BE7 },
126919  unicodeslot=0xF9AA,
126920 },
126921 [0xF9AB]={
126922  category="lo",
126923  cjkwd="w",
126924  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009AB",
126925  direction="l",
126926  linebreak="id",
126927  specials={ "char", 0x5DBA },
126928  unicodeslot=0xF9AB,
126929 },
126930 [0xF9AC]={
126931  category="lo",
126932  cjkwd="w",
126933  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009AC",
126934  direction="l",
126935  linebreak="id",
126936  specials={ "char", 0x601C },
126937  unicodeslot=0xF9AC,
126938 },
126939 [0xF9AD]={
126940  category="lo",
126941  cjkwd="w",
126942  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009AD",
126943  direction="l",
126944  linebreak="id",
126945  specials={ "char", 0x73B2 },
126946  unicodeslot=0xF9AD,
126947 },
126948 [0xF9AE]={
126949  category="lo",
126950  cjkwd="w",
126951  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009AE",
126952  direction="l",
126953  linebreak="id",
126954  specials={ "char", 0x7469 },
126955  unicodeslot=0xF9AE,
126956 },
126957 [0xF9AF]={
126958  category="lo",
126959  cjkwd="w",
126960  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009AF",
126961  direction="l",
126962  linebreak="id",
126963  specials={ "char", 0x7F9A },
126964  unicodeslot=0xF9AF,
126965 },
126966 [0xF9B0]={
126967  category="lo",
126968  cjkwd="w",
126969  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009B0x0000",
126970  direction="l",
126971  linebreak="id",
126972  specials={ "char", 0x8046 },
126973  unicodeslot=0xF9B0,
126974 },
126975 [0xF9B1]={
126976  category="lo",
126977  cjkwd="w",
126978  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009B0x0001",
126979  direction="l",
126980  linebreak="id",
126981  specials={ "char", 0x9234 },
126982  unicodeslot=0xF9B1,
126983 },
126984 [0xF9B2]={
126985  category="lo",
126986  cjkwd="w",
126987  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009B0x0002",
126988  direction="l",
126989  linebreak="id",
126990  specials={ "char", 0x96F6 },
126991  unicodeslot=0xF9B2,
126992 },
126993 [0xF9B3]={
126994  category="lo",
126995  cjkwd="w",
126996  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009B0x0003",
126997  direction="l",
126998  linebreak="id",
126999  specials={ "char", 0x9748 },
127000  unicodeslot=0xF9B3,
127001 },
127002 [0xF9B4]={
127003  category="lo",
127004  cjkwd="w",
127005  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009B0x0004",
127006  direction="l",
127007  linebreak="id",
127008  specials={ "char", 0x9818 },
127009  unicodeslot=0xF9B4,
127010 },
127011 [0xF9B5]={
127012  category="lo",
127013  cjkwd="w",
127014  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009B0x0005",
127015  direction="l",
127016  linebreak="id",
127017  specials={ "char", 0x4F8B },
127018  unicodeslot=0xF9B5,
127019 },
127020 [0xF9B6]={
127021  category="lo",
127022  cjkwd="w",
127023  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009B0x0006",
127024  direction="l",
127025  linebreak="id",
127026  specials={ "char", 0x79AE },
127027  unicodeslot=0xF9B6,
127028 },
127029 [0xF9B7]={
127030  category="lo",
127031  cjkwd="w",
127032  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009B0x0007",
127033  direction="l",
127034  linebreak="id",
127035  specials={ "char", 0x91B4 },
127036  unicodeslot=0xF9B7,
127037 },
127038 [0xF9B8]={
127039  category="lo",
127040  cjkwd="w",
127041  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009B0x0008",
127042  direction="l",
127043  linebreak="id",
127044  specials={ "char", 0x96B8 },
127045  unicodeslot=0xF9B8,
127046 },
127047 [0xF9B9]={
127048  category="lo",
127049  cjkwd="w",
127050  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009B0x0009",
127051  direction="l",
127052  linebreak="id",
127053  specials={ "char", 0x60E1 },
127054  unicodeslot=0xF9B9,
127055 },
127056 [0xF9BA]={
127057  category="lo",
127058  cjkwd="w",
127059  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009BA",
127060  direction="l",
127061  linebreak="id",
127062  specials={ "char", 0x4E86 },
127063  unicodeslot=0xF9BA,
127064 },
127065 [0xF9BB]={
127066  category="lo",
127067  cjkwd="w",
127068  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009BB",
127069  direction="l",
127070  linebreak="id",
127071  specials={ "char", 0x50DA },
127072  unicodeslot=0xF9BB,
127073 },
127074 [0xF9BC]={
127075  category="lo",
127076  cjkwd="w",
127077  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009BC",
127078  direction="l",
127079  linebreak="id",
127080  specials={ "char", 0x5BEE },
127081  unicodeslot=0xF9BC,
127082 },
127083 [0xF9BD]={
127084  category="lo",
127085  cjkwd="w",
127086  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009BD",
127087  direction="l",
127088  linebreak="id",
127089  specials={ "char", 0x5C3F },
127090  unicodeslot=0xF9BD,
127091 },
127092 [0xF9BE]={
127093  category="lo",
127094  cjkwd="w",
127095  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009BE",
127096  direction="l",
127097  linebreak="id",
127098  specials={ "char", 0x6599 },
127099  unicodeslot=0xF9BE,
127100 },
127101 [0xF9BF]={
127102  category="lo",
127103  cjkwd="w",
127104  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009BF",
127105  direction="l",
127106  linebreak="id",
127107  specials={ "char", 0x6A02 },
127108  unicodeslot=0xF9BF,
127109 },
127110 [0xF9C0]={
127111  category="lo",
127112  cjkwd="w",
127113  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009C0x0000",
127114  direction="l",
127115  linebreak="id",
127116  specials={ "char", 0x71CE },
127117  unicodeslot=0xF9C0,
127118 },
127119 [0xF9C1]={
127120  category="lo",
127121  cjkwd="w",
127122  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009C0x0001",
127123  direction="l",
127124  linebreak="id",
127125  specials={ "char", 0x7642 },
127126  unicodeslot=0xF9C1,
127127 },
127128 [0xF9C2]={
127129  category="lo",
127130  cjkwd="w",
127131  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009C0x0002",
127132  direction="l",
127133  linebreak="id",
127134  specials={ "char", 0x84FC },
127135  unicodeslot=0xF9C2,
127136 },
127137 [0xF9C3]={
127138  category="lo",
127139  cjkwd="w",
127140  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009C0x0003",
127141  direction="l",
127142  linebreak="id",
127143  specials={ "char", 0x907C },
127144  unicodeslot=0xF9C3,
127145 },
127146 [0xF9C4]={
127147  category="lo",
127148  cjkwd="w",
127149  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009C0x0004",
127150  direction="l",
127151  linebreak="id",
127152  specials={ "char", 0x9F8D },
127153  unicodeslot=0xF9C4,
127154 },
127155 [0xF9C5]={
127156  category="lo",
127157  cjkwd="w",
127158  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009C0x0005",
127159  direction="l",
127160  linebreak="id",
127161  specials={ "char", 0x6688 },
127162  unicodeslot=0xF9C5,
127163 },
127164 [0xF9C6]={
127165  category="lo",
127166  cjkwd="w",
127167  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009C0x0006",
127168  direction="l",
127169  linebreak="id",
127170  specials={ "char", 0x962E },
127171  unicodeslot=0xF9C6,
127172 },
127173 [0xF9C7]={
127174  category="lo",
127175  cjkwd="w",
127176  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009C0x0007",
127177  direction="l",
127178  linebreak="id",
127179  specials={ "char", 0x5289 },
127180  unicodeslot=0xF9C7,
127181 },
127182 [0xF9C8]={
127183  category="lo",
127184  cjkwd="w",
127185  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009C0x0008",
127186  direction="l",
127187  linebreak="id",
127188  specials={ "char", 0x677B },
127189  unicodeslot=0xF9C8,
127190 },
127191 [0xF9C9]={
127192  category="lo",
127193  cjkwd="w",
127194  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009C0x0009",
127195  direction="l",
127196  linebreak="id",
127197  specials={ "char", 0x67F3 },
127198  unicodeslot=0xF9C9,
127199 },
127200 [0xF9CA]={
127201  category="lo",
127202  cjkwd="w",
127203  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009CA",
127204  direction="l",
127205  linebreak="id",
127206  specials={ "char", 0x6D41 },
127207  unicodeslot=0xF9CA,
127208 },
127209 [0xF9CB]={
127210  category="lo",
127211  cjkwd="w",
127212  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009CB",
127213  direction="l",
127214  linebreak="id",
127215  specials={ "char", 0x6E9C },
127216  unicodeslot=0xF9CB,
127217 },
127218 [0xF9CC]={
127219  category="lo",
127220  cjkwd="w",
127221  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009CC",
127222  direction="l",
127223  linebreak="id",
127224  specials={ "char", 0x7409 },
127225  unicodeslot=0xF9CC,
127226 },
127227 [0xF9CD]={
127228  category="lo",
127229  cjkwd="w",
127230  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009CD",
127231  direction="l",
127232  linebreak="id",
127233  specials={ "char", 0x7559 },
127234  unicodeslot=0xF9CD,
127235 },
127236 [0xF9CE]={
127237  category="lo",
127238  cjkwd="w",
127239  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009CE",
127240  direction="l",
127241  linebreak="id",
127242  specials={ "char", 0x786B },
127243  unicodeslot=0xF9CE,
127244 },
127245 [0xF9CF]={
127246  category="lo",
127247  cjkwd="w",
127248  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009CF",
127249  direction="l",
127250  linebreak="id",
127251  specials={ "char", 0x7D10 },
127252  unicodeslot=0xF9CF,
127253 },
127254 [0xF9D0]={
127255  category="lo",
127256  cjkwd="w",
127257  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009D0x0000",
127258  direction="l",
127259  linebreak="id",
127260  specials={ "char", 0x985E },
127261  unicodeslot=0xF9D0,
127262 },
127263 [0xF9D1]={
127264  category="lo",
127265  cjkwd="w",
127266  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009D0x0001",
127267  direction="l",
127268  linebreak="id",
127269  specials={ "char", 0x516D },
127270  unicodeslot=0xF9D1,
127271 },
127272 [0xF9D2]={
127273  category="lo",
127274  cjkwd="w",
127275  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009D0x0002",
127276  direction="l",
127277  linebreak="id",
127278  specials={ "char", 0x622E },
127279  unicodeslot=0xF9D2,
127280 },
127281 [0xF9D3]={
127282  category="lo",
127283  cjkwd="w",
127284  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009D0x0003",
127285  direction="l",
127286  linebreak="id",
127287  specials={ "char", 0x9678 },
127288  unicodeslot=0xF9D3,
127289 },
127290 [0xF9D4]={
127291  category="lo",
127292  cjkwd="w",
127293  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009D0x0004",
127294  direction="l",
127295  linebreak="id",
127296  specials={ "char", 0x502B },
127297  unicodeslot=0xF9D4,
127298 },
127299 [0xF9D5]={
127300  category="lo",
127301  cjkwd="w",
127302  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009D0x0005",
127303  direction="l",
127304  linebreak="id",
127305  specials={ "char", 0x5D19 },
127306  unicodeslot=0xF9D5,
127307 },
127308 [0xF9D6]={
127309  category="lo",
127310  cjkwd="w",
127311  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009D0x0006",
127312  direction="l",
127313  linebreak="id",
127314  specials={ "char", 0x6DEA },
127315  unicodeslot=0xF9D6,
127316 },
127317 [0xF9D7]={
127318  category="lo",
127319  cjkwd="w",
127320  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009D0x0007",
127321  direction="l",
127322  linebreak="id",
127323  specials={ "char", 0x8F2A },
127324  unicodeslot=0xF9D7,
127325 },
127326 [0xF9D8]={
127327  category="lo",
127328  cjkwd="w",
127329  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009D0x0008",
127330  direction="l",
127331  linebreak="id",
127332  specials={ "char", 0x5F8B },
127333  unicodeslot=0xF9D8,
127334 },
127335 [0xF9D9]={
127336  category="lo",
127337  cjkwd="w",
127338  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009D0x0009",
127339  direction="l",
127340  linebreak="id",
127341  specials={ "char", 0x6144 },
127342  unicodeslot=0xF9D9,
127343 },
127344 [0xF9DA]={
127345  category="lo",
127346  cjkwd="w",
127347  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009DA",
127348  direction="l",
127349  linebreak="id",
127350  specials={ "char", 0x6817 },
127351  unicodeslot=0xF9DA,
127352 },
127353 [0xF9DB]={
127354  category="lo",
127355  cjkwd="w",
127356  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009DB",
127357  direction="l",
127358  linebreak="id",
127359  specials={ "char", 0x7387 },
127360  unicodeslot=0xF9DB,
127361 },
127362 [0xF9DC]={
127363  category="lo",
127364  cjkwd="w",
127365  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009DC",
127366  direction="l",
127367  linebreak="id",
127368  specials={ "char", 0x9686 },
127369  unicodeslot=0xF9DC,
127370 },
127371 [0xF9DD]={
127372  category="lo",
127373  cjkwd="w",
127374  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009DD",
127375  direction="l",
127376  linebreak="id",
127377  specials={ "char", 0x5229 },
127378  unicodeslot=0xF9DD,
127379 },
127380 [0xF9DE]={
127381  category="lo",
127382  cjkwd="w",
127383  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009DE",
127384  direction="l",
127385  linebreak="id",
127386  specials={ "char", 0x540F },
127387  unicodeslot=0xF9DE,
127388 },
127389 [0xF9DF]={
127390  category="lo",
127391  cjkwd="w",
127392  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009DF",
127393  direction="l",
127394  linebreak="id",
127395  specials={ "char", 0x5C65 },
127396  unicodeslot=0xF9DF,
127397 },
127398 [0xF9E0]={
127399  category="lo",
127400  cjkwd="w",
127401  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009E0x0000",
127402  direction="l",
127403  linebreak="id",
127404  specials={ "char", 0x6613 },
127405  unicodeslot=0xF9E0,
127406 },
127407 [0xF9E1]={
127408  category="lo",
127409  cjkwd="w",
127410  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009E0x0001",
127411  direction="l",
127412  linebreak="id",
127413  specials={ "char", 0x674E },
127414  unicodeslot=0xF9E1,
127415 },
127416 [0xF9E2]={
127417  category="lo",
127418  cjkwd="w",
127419  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009E0x0002",
127420  direction="l",
127421  linebreak="id",
127422  specials={ "char", 0x68A8 },
127423  unicodeslot=0xF9E2,
127424 },
127425 [0xF9E3]={
127426  category="lo",
127427  cjkwd="w",
127428  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009E0x0003",
127429  direction="l",
127430  linebreak="id",
127431  specials={ "char", 0x6CE5 },
127432  unicodeslot=0xF9E3,
127433 },
127434 [0xF9E4]={
127435  category="lo",
127436  cjkwd="w",
127437  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009E0x0004",
127438  direction="l",
127439  linebreak="id",
127440  specials={ "char", 0x7406 },
127441  unicodeslot=0xF9E4,
127442 },
127443 [0xF9E5]={
127444  category="lo",
127445  cjkwd="w",
127446  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009E0x0005",
127447  direction="l",
127448  linebreak="id",
127449  specials={ "char", 0x75E2 },
127450  unicodeslot=0xF9E5,
127451 },
127452 [0xF9E6]={
127453  category="lo",
127454  cjkwd="w",
127455  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009E0x0006",
127456  direction="l",
127457  linebreak="id",
127458  specials={ "char", 0x7F79 },
127459  unicodeslot=0xF9E6,
127460 },
127461 [0xF9E7]={
127462  category="lo",
127463  cjkwd="w",
127464  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009E0x0007",
127465  direction="l",
127466  linebreak="id",
127467  specials={ "char", 0x88CF },
127468  unicodeslot=0xF9E7,
127469 },
127470 [0xF9E8]={
127471  category="lo",
127472  cjkwd="w",
127473  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009E0x0008",
127474  direction="l",
127475  linebreak="id",
127476  specials={ "char", 0x88E1 },
127477  unicodeslot=0xF9E8,
127478 },
127479 [0xF9E9]={
127480  category="lo",
127481  cjkwd="w",
127482  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009E0x0009",
127483  direction="l",
127484  linebreak="id",
127485  specials={ "char", 0x91CC },
127486  unicodeslot=0xF9E9,
127487 },
127488 [0xF9EA]={
127489  category="lo",
127490  cjkwd="w",
127491  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009EA",
127492  direction="l",
127493  linebreak="id",
127494  specials={ "char", 0x96E2 },
127495  unicodeslot=0xF9EA,
127496 },
127497 [0xF9EB]={
127498  category="lo",
127499  cjkwd="w",
127500  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009EB",
127501  direction="l",
127502  linebreak="id",
127503  specials={ "char", 0x533F },
127504  unicodeslot=0xF9EB,
127505 },
127506 [0xF9EC]={
127507  category="lo",
127508  cjkwd="w",
127509  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009EC",
127510  direction="l",
127511  linebreak="id",
127512  specials={ "char", 0x6EBA },
127513  unicodeslot=0xF9EC,
127514 },
127515 [0xF9ED]={
127516  category="lo",
127517  cjkwd="w",
127518  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009ED",
127519  direction="l",
127520  linebreak="id",
127521  specials={ "char", 0x541D },
127522  unicodeslot=0xF9ED,
127523 },
127524 [0xF9EE]={
127525  category="lo",
127526  cjkwd="w",
127527  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009EE",
127528  direction="l",
127529  linebreak="id",
127530  specials={ "char", 0x71D0 },
127531  unicodeslot=0xF9EE,
127532 },
127533 [0xF9EF]={
127534  category="lo",
127535  cjkwd="w",
127536  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009EF",
127537  direction="l",
127538  linebreak="id",
127539  specials={ "char", 0x7498 },
127540  unicodeslot=0xF9EF,
127541 },
127542 [0xF9F0]={
127543  category="lo",
127544  cjkwd="w",
127545  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009F0x0000",
127546  direction="l",
127547  linebreak="id",
127548  specials={ "char", 0x85FA },
127549  unicodeslot=0xF9F0,
127550 },
127551 [0xF9F1]={
127552  category="lo",
127553  cjkwd="w",
127554  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009F0x0001",
127555  direction="l",
127556  linebreak="id",
127557  specials={ "char", 0x96A3 },
127558  unicodeslot=0xF9F1,
127559 },
127560 [0xF9F2]={
127561  category="lo",
127562  cjkwd="w",
127563  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009F0x0002",
127564  direction="l",
127565  linebreak="id",
127566  specials={ "char", 0x9C57 },
127567  unicodeslot=0xF9F2,
127568 },
127569 [0xF9F3]={
127570  category="lo",
127571  cjkwd="w",
127572  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009F0x0003",
127573  direction="l",
127574  linebreak="id",
127575  specials={ "char", 0x9E9F },
127576  unicodeslot=0xF9F3,
127577 },
127578 [0xF9F4]={
127579  category="lo",
127580  cjkwd="w",
127581  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009F0x0004",
127582  direction="l",
127583  linebreak="id",
127584  specials={ "char", 0x6797 },
127585  unicodeslot=0xF9F4,
127586 },
127587 [0xF9F5]={
127588  category="lo",
127589  cjkwd="w",
127590  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009F0x0005",
127591  direction="l",
127592  linebreak="id",
127593  specials={ "char", 0x6DCB },
127594  unicodeslot=0xF9F5,
127595 },
127596 [0xF9F6]={
127597  category="lo",
127598  cjkwd="w",
127599  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009F0x0006",
127600  direction="l",
127601  linebreak="id",
127602  specials={ "char", 0x81E8 },
127603  unicodeslot=0xF9F6,
127604 },
127605 [0xF9F7]={
127606  category="lo",
127607  cjkwd="w",
127608  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009F0x0007",
127609  direction="l",
127610  linebreak="id",
127611  specials={ "char", 0x7ACB },
127612  unicodeslot=0xF9F7,
127613 },
127614 [0xF9F8]={
127615  category="lo",
127616  cjkwd="w",
127617  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009F0x0008",
127618  direction="l",
127619  linebreak="id",
127620  specials={ "char", 0x7B20 },
127621  unicodeslot=0xF9F8,
127622 },
127623 [0xF9F9]={
127624  category="lo",
127625  cjkwd="w",
127626  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009F0x0009",
127627  direction="l",
127628  linebreak="id",
127629  specials={ "char", 0x7C92 },
127630  unicodeslot=0xF9F9,
127631 },
127632 [0xF9FA]={
127633  category="lo",
127634  cjkwd="w",
127635  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009FA",
127636  direction="l",
127637  linebreak="id",
127638  specials={ "char", 0x72C0 },
127639  unicodeslot=0xF9FA,
127640 },
127641 [0xF9FB]={
127642  category="lo",
127643  cjkwd="w",
127644  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009FB",
127645  direction="l",
127646  linebreak="id",
127647  specials={ "char", 0x7099 },
127648  unicodeslot=0xF9FB,
127649 },
127650 [0xF9FC]={
127651  category="lo",
127652  cjkwd="w",
127653  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009FC",
127654  direction="l",
127655  linebreak="id",
127656  specials={ "char", 0x8B58 },
127657  unicodeslot=0xF9FC,
127658 },
127659 [0xF9FD]={
127660  category="lo",
127661  cjkwd="w",
127662  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009FD",
127663  direction="l",
127664  linebreak="id",
127665  specials={ "char", 0x4EC0 },
127666  unicodeslot=0xF9FD,
127667 },
127668 [0xF9FE]={
127669  category="lo",
127670  cjkwd="w",
127671  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009FE",
127672  direction="l",
127673  linebreak="id",
127674  specials={ "char", 0x8336 },
127675  unicodeslot=0xF9FE,
127676 },
127677 [0xF9FF]={
127678  category="lo",
127679  cjkwd="w",
127680  description="CJK COMPATIBILITY IDEOGRAPH-F0x0009FF",
127681  direction="l",
127682  linebreak="id",
127683  specials={ "char", 0x523A },
127684  unicodeslot=0xF9FF,
127685 },
127686 [0xFA00]={
127687  category="lo",
127688  cjkwd="w",
127689  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0000",
127690  direction="l",
127691  linebreak="id",
127692  specials={ "char", 0x5207 },
127693  unicodeslot=0xFA00,
127694 },
127695 [0xFA01]={
127696  category="lo",
127697  cjkwd="w",
127698  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0001",
127699  direction="l",
127700  linebreak="id",
127701  specials={ "char", 0x5EA6 },
127702  unicodeslot=0xFA01,
127703 },
127704 [0xFA02]={
127705  category="lo",
127706  cjkwd="w",
127707  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0002",
127708  direction="l",
127709  linebreak="id",
127710  specials={ "char", 0x62D3 },
127711  unicodeslot=0xFA02,
127712 },
127713 [0xFA03]={
127714  category="lo",
127715  cjkwd="w",
127716  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0003",
127717  direction="l",
127718  linebreak="id",
127719  specials={ "char", 0x7CD6 },
127720  unicodeslot=0xFA03,
127721 },
127722 [0xFA04]={
127723  category="lo",
127724  cjkwd="w",
127725  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0004",
127726  direction="l",
127727  linebreak="id",
127728  specials={ "char", 0x5B85 },
127729  unicodeslot=0xFA04,
127730 },
127731 [0xFA05]={
127732  category="lo",
127733  cjkwd="w",
127734  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0005",
127735  direction="l",
127736  linebreak="id",
127737  specials={ "char", 0x6D1E },
127738  unicodeslot=0xFA05,
127739 },
127740 [0xFA06]={
127741  category="lo",
127742  cjkwd="w",
127743  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0006",
127744  direction="l",
127745  linebreak="id",
127746  specials={ "char", 0x66B4 },
127747  unicodeslot=0xFA06,
127748 },
127749 [0xFA07]={
127750  category="lo",
127751  cjkwd="w",
127752  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0007",
127753  direction="l",
127754  linebreak="id",
127755  specials={ "char", 0x8F3B },
127756  unicodeslot=0xFA07,
127757 },
127758 [0xFA08]={
127759  category="lo",
127760  cjkwd="w",
127761  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0008",
127762  direction="l",
127763  linebreak="id",
127764  specials={ "char", 0x884C },
127765  unicodeslot=0xFA08,
127766 },
127767 [0xFA09]={
127768  category="lo",
127769  cjkwd="w",
127770  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0009",
127771  direction="l",
127772  linebreak="id",
127773  specials={ "char", 0x964D },
127774  unicodeslot=0xFA09,
127775 },
127776 [0xFA0A]={
127777  category="lo",
127778  cjkwd="w",
127779  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0000A",
127780  direction="l",
127781  linebreak="id",
127782  specials={ "char", 0x898B },
127783  unicodeslot=0xFA0A,
127784 },
127785 [0xFA0B]={
127786  category="lo",
127787  cjkwd="w",
127788  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0000B",
127789  direction="l",
127790  linebreak="id",
127791  specials={ "char", 0x5ED3 },
127792  unicodeslot=0xFA0B,
127793 },
127794 [0xFA0C]={
127795  category="lo",
127796  cjkwd="w",
127797  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0000C",
127798  direction="l",
127799  linebreak="id",
127800  specials={ "char", 0x5140 },
127801  unicodeslot=0xFA0C,
127802 },
127803 [0xFA0D]={
127804  category="lo",
127805  cjkwd="w",
127806  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0000D",
127807  direction="l",
127808  linebreak="id",
127809  specials={ "char", 0x55C0 },
127810  unicodeslot=0xFA0D,
127811 },
127812 [0xFA0E]={
127813  category="lo",
127814  cjkwd="w",
127815  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0000E",
127816  direction="l",
127817  linebreak="id",
127818  unicodeslot=0xFA0E,
127819 },
127820 [0xFA0F]={
127821  category="lo",
127822  cjkwd="w",
127823  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0000F",
127824  direction="l",
127825  linebreak="id",
127826  unicodeslot=0xFA0F,
127827 },
127828 [0xFA10]={
127829  category="lo",
127830  cjkwd="w",
127831  description="CJK COMPATIBILITY IDEOGRAPH-FA0x000A",
127832  direction="l",
127833  linebreak="id",
127834  specials={ "char", 0x585A },
127835  unicodeslot=0xFA10,
127836 },
127837 [0xFA11]={
127838  category="lo",
127839  cjkwd="w",
127840  description="CJK COMPATIBILITY IDEOGRAPH-FA0x000B",
127841  direction="l",
127842  linebreak="id",
127843  unicodeslot=0xFA11,
127844 },
127845 [0xFA12]={
127846  category="lo",
127847  cjkwd="w",
127848  description="CJK COMPATIBILITY IDEOGRAPH-FA0x000C",
127849  direction="l",
127850  linebreak="id",
127851  specials={ "char", 0x6674 },
127852  unicodeslot=0xFA12,
127853 },
127854 [0xFA13]={
127855  category="lo",
127856  cjkwd="w",
127857  description="CJK COMPATIBILITY IDEOGRAPH-FA0x000D",
127858  direction="l",
127859  linebreak="id",
127860  unicodeslot=0xFA13,
127861 },
127862 [0xFA14]={
127863  category="lo",
127864  cjkwd="w",
127865  description="CJK COMPATIBILITY IDEOGRAPH-FA0x000E",
127866  direction="l",
127867  linebreak="id",
127868  unicodeslot=0xFA14,
127869 },
127870 [0xFA15]={
127871  category="lo",
127872  cjkwd="w",
127873  description="CJK COMPATIBILITY IDEOGRAPH-FA0x000F",
127874  direction="l",
127875  linebreak="id",
127876  specials={ "char", 0x51DE },
127877  unicodeslot=0xFA15,
127878 },
127879 [0xFA16]={
127880  category="lo",
127881  cjkwd="w",
127882  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0010",
127883  direction="l",
127884  linebreak="id",
127885  specials={ "char", 0x732A },
127886  unicodeslot=0xFA16,
127887 },
127888 [0xFA17]={
127889  category="lo",
127890  cjkwd="w",
127891  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0011",
127892  direction="l",
127893  linebreak="id",
127894  specials={ "char", 0x76CA },
127895  unicodeslot=0xFA17,
127896 },
127897 [0xFA18]={
127898  category="lo",
127899  cjkwd="w",
127900  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0012",
127901  direction="l",
127902  linebreak="id",
127903  specials={ "char", 0x793C },
127904  unicodeslot=0xFA18,
127905 },
127906 [0xFA19]={
127907  category="lo",
127908  cjkwd="w",
127909  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0013",
127910  direction="l",
127911  linebreak="id",
127912  specials={ "char", 0x795E },
127913  unicodeslot=0xFA19,
127914 },
127915 [0xFA1A]={
127916  category="lo",
127917  cjkwd="w",
127918  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0001A",
127919  direction="l",
127920  linebreak="id",
127921  specials={ "char", 0x7965 },
127922  unicodeslot=0xFA1A,
127923 },
127924 [0xFA1B]={
127925  category="lo",
127926  cjkwd="w",
127927  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0001B",
127928  direction="l",
127929  linebreak="id",
127930  specials={ "char", 0x798F },
127931  unicodeslot=0xFA1B,
127932 },
127933 [0xFA1C]={
127934  category="lo",
127935  cjkwd="w",
127936  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0001C",
127937  direction="l",
127938  linebreak="id",
127939  specials={ "char", 0x9756 },
127940  unicodeslot=0xFA1C,
127941 },
127942 [0xFA1D]={
127943  category="lo",
127944  cjkwd="w",
127945  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0001D",
127946  direction="l",
127947  linebreak="id",
127948  specials={ "char", 0x7CBE },
127949  unicodeslot=0xFA1D,
127950 },
127951 [0xFA1E]={
127952  category="lo",
127953  cjkwd="w",
127954  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0001E",
127955  direction="l",
127956  linebreak="id",
127957  specials={ "char", 0x7FBD },
127958  unicodeslot=0xFA1E,
127959 },
127960 [0xFA1F]={
127961  category="lo",
127962  cjkwd="w",
127963  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0001F",
127964  direction="l",
127965  linebreak="id",
127966  unicodeslot=0xFA1F,
127967 },
127968 [0xFA20]={
127969  category="lo",
127970  cjkwd="w",
127971  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0014",
127972  direction="l",
127973  linebreak="id",
127974  specials={ "char", 0x8612 },
127975  unicodeslot=0xFA20,
127976 },
127977 [0xFA21]={
127978  category="lo",
127979  cjkwd="w",
127980  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0015",
127981  direction="l",
127982  linebreak="id",
127983  unicodeslot=0xFA21,
127984 },
127985 [0xFA22]={
127986  category="lo",
127987  cjkwd="w",
127988  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0016",
127989  direction="l",
127990  linebreak="id",
127991  specials={ "char", 0x8AF8 },
127992  unicodeslot=0xFA22,
127993 },
127994 [0xFA23]={
127995  category="lo",
127996  cjkwd="w",
127997  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0017",
127998  direction="l",
127999  linebreak="id",
128000  unicodeslot=0xFA23,
128001 },
128002 [0xFA24]={
128003  category="lo",
128004  cjkwd="w",
128005  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0018",
128006  direction="l",
128007  linebreak="id",
128008  unicodeslot=0xFA24,
128009 },
128010 [0xFA25]={
128011  category="lo",
128012  cjkwd="w",
128013  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0019",
128014  direction="l",
128015  linebreak="id",
128016  specials={ "char", 0x9038 },
128017  unicodeslot=0xFA25,
128018 },
128019 [0xFA26]={
128020  category="lo",
128021  cjkwd="w",
128022  description="CJK COMPATIBILITY IDEOGRAPH-FA0x001A",
128023  direction="l",
128024  linebreak="id",
128025  specials={ "char", 0x90FD },
128026  unicodeslot=0xFA26,
128027 },
128028 [0xFA27]={
128029  category="lo",
128030  cjkwd="w",
128031  description="CJK COMPATIBILITY IDEOGRAPH-FA0x001B",
128032  direction="l",
128033  linebreak="id",
128034  unicodeslot=0xFA27,
128035 },
128036 [0xFA28]={
128037  category="lo",
128038  cjkwd="w",
128039  description="CJK COMPATIBILITY IDEOGRAPH-FA0x001C",
128040  direction="l",
128041  linebreak="id",
128042  unicodeslot=0xFA28,
128043 },
128044 [0xFA29]={
128045  category="lo",
128046  cjkwd="w",
128047  description="CJK COMPATIBILITY IDEOGRAPH-FA0x001D",
128048  direction="l",
128049  linebreak="id",
128050  unicodeslot=0xFA29,
128051 },
128052 [0xFA2A]={
128053  category="lo",
128054  cjkwd="w",
128055  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0002A",
128056  direction="l",
128057  linebreak="id",
128058  specials={ "char", 0x98EF },
128059  unicodeslot=0xFA2A,
128060 },
128061 [0xFA2B]={
128062  category="lo",
128063  cjkwd="w",
128064  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0002B",
128065  direction="l",
128066  linebreak="id",
128067  specials={ "char", 0x98FC },
128068  unicodeslot=0xFA2B,
128069 },
128070 [0xFA2C]={
128071  category="lo",
128072  cjkwd="w",
128073  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0002C",
128074  direction="l",
128075  linebreak="id",
128076  specials={ "char", 0x9928 },
128077  unicodeslot=0xFA2C,
128078 },
128079 [0xFA2D]={
128080  category="lo",
128081  cjkwd="w",
128082  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0002D",
128083  direction="l",
128084  linebreak="id",
128085  specials={ "char", 0x9DB4 },
128086  unicodeslot=0xFA2D,
128087 },
128088 [0xFA2E]={
128089  category="lo",
128090  cjkwd="w",
128091  description="CJK COMPATIBILITY IDEOGRAPH-FA2E",
128092  direction="l",
128093  linebreak="id",
128094  specials={ "char", 0x90DE },
128095  unicodeslot=0xFA2E,
128096 },
128097 [0xFA2F]={
128098  category="lo",
128099  cjkwd="w",
128100  description="CJK COMPATIBILITY IDEOGRAPH-FA2F",
128101  direction="l",
128102  linebreak="id",
128103  specials={ "char", 0x96B7 },
128104  unicodeslot=0xFA2F,
128105 },
128106 [0xFA30]={
128107  category="lo",
128108  cjkwd="w",
128109  description="CJK COMPATIBILITY IDEOGRAPH-FA0x001E",
128110  direction="l",
128111  linebreak="id",
128112  specials={ "char", 0x4FAE },
128113  unicodeslot=0xFA30,
128114 },
128115 [0xFA31]={
128116  category="lo",
128117  cjkwd="w",
128118  description="CJK COMPATIBILITY IDEOGRAPH-FA0x001F",
128119  direction="l",
128120  linebreak="id",
128121  specials={ "char", 0x50E7 },
128122  unicodeslot=0xFA31,
128123 },
128124 [0xFA32]={
128125  category="lo",
128126  cjkwd="w",
128127  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0020",
128128  direction="l",
128129  linebreak="id",
128130  specials={ "char", 0x514D },
128131  unicodeslot=0xFA32,
128132 },
128133 [0xFA33]={
128134  category="lo",
128135  cjkwd="w",
128136  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0021",
128137  direction="l",
128138  linebreak="id",
128139  specials={ "char", 0x52C9 },
128140  unicodeslot=0xFA33,
128141 },
128142 [0xFA34]={
128143  category="lo",
128144  cjkwd="w",
128145  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0022",
128146  direction="l",
128147  linebreak="id",
128148  specials={ "char", 0x52E4 },
128149  unicodeslot=0xFA34,
128150 },
128151 [0xFA35]={
128152  category="lo",
128153  cjkwd="w",
128154  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0023",
128155  direction="l",
128156  linebreak="id",
128157  specials={ "char", 0x5351 },
128158  unicodeslot=0xFA35,
128159 },
128160 [0xFA36]={
128161  category="lo",
128162  cjkwd="w",
128163  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0024",
128164  direction="l",
128165  linebreak="id",
128166  specials={ "char", 0x559D },
128167  unicodeslot=0xFA36,
128168 },
128169 [0xFA37]={
128170  category="lo",
128171  cjkwd="w",
128172  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0025",
128173  direction="l",
128174  linebreak="id",
128175  specials={ "char", 0x5606 },
128176  unicodeslot=0xFA37,
128177 },
128178 [0xFA38]={
128179  category="lo",
128180  cjkwd="w",
128181  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0026",
128182  direction="l",
128183  linebreak="id",
128184  specials={ "char", 0x5668 },
128185  unicodeslot=0xFA38,
128186 },
128187 [0xFA39]={
128188  category="lo",
128189  cjkwd="w",
128190  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0027",
128191  direction="l",
128192  linebreak="id",
128193  specials={ "char", 0x5840 },
128194  unicodeslot=0xFA39,
128195 },
128196 [0xFA3A]={
128197  category="lo",
128198  cjkwd="w",
128199  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0003A",
128200  direction="l",
128201  linebreak="id",
128202  specials={ "char", 0x58A8 },
128203  unicodeslot=0xFA3A,
128204 },
128205 [0xFA3B]={
128206  category="lo",
128207  cjkwd="w",
128208  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0003B",
128209  direction="l",
128210  linebreak="id",
128211  specials={ "char", 0x5C64 },
128212  unicodeslot=0xFA3B,
128213 },
128214 [0xFA3C]={
128215  category="lo",
128216  cjkwd="w",
128217  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0003C",
128218  direction="l",
128219  linebreak="id",
128220  specials={ "char", 0x5C6E },
128221  unicodeslot=0xFA3C,
128222 },
128223 [0xFA3D]={
128224  category="lo",
128225  cjkwd="w",
128226  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0003D",
128227  direction="l",
128228  linebreak="id",
128229  specials={ "char", 0x6094 },
128230  unicodeslot=0xFA3D,
128231 },
128232 [0xFA3E]={
128233  category="lo",
128234  cjkwd="w",
128235  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0003E",
128236  direction="l",
128237  linebreak="id",
128238  specials={ "char", 0x6168 },
128239  unicodeslot=0xFA3E,
128240 },
128241 [0xFA3F]={
128242  category="lo",
128243  cjkwd="w",
128244  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0003F",
128245  direction="l",
128246  linebreak="id",
128247  specials={ "char", 0x618E },
128248  unicodeslot=0xFA3F,
128249 },
128250 [0xFA40]={
128251  category="lo",
128252  cjkwd="w",
128253  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0028",
128254  direction="l",
128255  linebreak="id",
128256  specials={ "char", 0x61F2 },
128257  unicodeslot=0xFA40,
128258 },
128259 [0xFA41]={
128260  category="lo",
128261  cjkwd="w",
128262  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0029",
128263  direction="l",
128264  linebreak="id",
128265  specials={ "char", 0x654F },
128266  unicodeslot=0xFA41,
128267 },
128268 [0xFA42]={
128269  category="lo",
128270  cjkwd="w",
128271  description="CJK COMPATIBILITY IDEOGRAPH-FA0x002A",
128272  direction="l",
128273  linebreak="id",
128274  specials={ "char", 0x65E2 },
128275  unicodeslot=0xFA42,
128276 },
128277 [0xFA43]={
128278  category="lo",
128279  cjkwd="w",
128280  description="CJK COMPATIBILITY IDEOGRAPH-FA0x002B",
128281  direction="l",
128282  linebreak="id",
128283  specials={ "char", 0x6691 },
128284  unicodeslot=0xFA43,
128285 },
128286 [0xFA44]={
128287  category="lo",
128288  cjkwd="w",
128289  description="CJK COMPATIBILITY IDEOGRAPH-FA0x002C",
128290  direction="l",
128291  linebreak="id",
128292  specials={ "char", 0x6885 },
128293  unicodeslot=0xFA44,
128294 },
128295 [0xFA45]={
128296  category="lo",
128297  cjkwd="w",
128298  description="CJK COMPATIBILITY IDEOGRAPH-FA0x002D",
128299  direction="l",
128300  linebreak="id",
128301  specials={ "char", 0x6D77 },
128302  unicodeslot=0xFA45,
128303 },
128304 [0xFA46]={
128305  category="lo",
128306  cjkwd="w",
128307  description="CJK COMPATIBILITY IDEOGRAPH-FA0x002E",
128308  direction="l",
128309  linebreak="id",
128310  specials={ "char", 0x6E1A },
128311  unicodeslot=0xFA46,
128312 },
128313 [0xFA47]={
128314  category="lo",
128315  cjkwd="w",
128316  description="CJK COMPATIBILITY IDEOGRAPH-FA0x002F",
128317  direction="l",
128318  linebreak="id",
128319  specials={ "char", 0x6F22 },
128320  unicodeslot=0xFA47,
128321 },
128322 [0xFA48]={
128323  category="lo",
128324  cjkwd="w",
128325  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0030",
128326  direction="l",
128327  linebreak="id",
128328  specials={ "char", 0x716E },
128329  unicodeslot=0xFA48,
128330 },
128331 [0xFA49]={
128332  category="lo",
128333  cjkwd="w",
128334  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0031",
128335  direction="l",
128336  linebreak="id",
128337  specials={ "char", 0x722B },
128338  unicodeslot=0xFA49,
128339 },
128340 [0xFA4A]={
128341  category="lo",
128342  cjkwd="w",
128343  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0004A",
128344  direction="l",
128345  linebreak="id",
128346  specials={ "char", 0x7422 },
128347  unicodeslot=0xFA4A,
128348 },
128349 [0xFA4B]={
128350  category="lo",
128351  cjkwd="w",
128352  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0004B",
128353  direction="l",
128354  linebreak="id",
128355  specials={ "char", 0x7891 },
128356  unicodeslot=0xFA4B,
128357 },
128358 [0xFA4C]={
128359  category="lo",
128360  cjkwd="w",
128361  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0004C",
128362  direction="l",
128363  linebreak="id",
128364  specials={ "char", 0x793E },
128365  unicodeslot=0xFA4C,
128366 },
128367 [0xFA4D]={
128368  category="lo",
128369  cjkwd="w",
128370  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0004D",
128371  direction="l",
128372  linebreak="id",
128373  specials={ "char", 0x7949 },
128374  unicodeslot=0xFA4D,
128375 },
128376 [0xFA4E]={
128377  category="lo",
128378  cjkwd="w",
128379  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0004E",
128380  direction="l",
128381  linebreak="id",
128382  specials={ "char", 0x7948 },
128383  unicodeslot=0xFA4E,
128384 },
128385 [0xFA4F]={
128386  category="lo",
128387  cjkwd="w",
128388  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0004F",
128389  direction="l",
128390  linebreak="id",
128391  specials={ "char", 0x7950 },
128392  unicodeslot=0xFA4F,
128393 },
128394 [0xFA50]={
128395  category="lo",
128396  cjkwd="w",
128397  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0032",
128398  direction="l",
128399  linebreak="id",
128400  specials={ "char", 0x7956 },
128401  unicodeslot=0xFA50,
128402 },
128403 [0xFA51]={
128404  category="lo",
128405  cjkwd="w",
128406  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0033",
128407  direction="l",
128408  linebreak="id",
128409  specials={ "char", 0x795D },
128410  unicodeslot=0xFA51,
128411 },
128412 [0xFA52]={
128413  category="lo",
128414  cjkwd="w",
128415  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0034",
128416  direction="l",
128417  linebreak="id",
128418  specials={ "char", 0x798D },
128419  unicodeslot=0xFA52,
128420 },
128421 [0xFA53]={
128422  category="lo",
128423  cjkwd="w",
128424  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0035",
128425  direction="l",
128426  linebreak="id",
128427  specials={ "char", 0x798E },
128428  unicodeslot=0xFA53,
128429 },
128430 [0xFA54]={
128431  category="lo",
128432  cjkwd="w",
128433  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0036",
128434  direction="l",
128435  linebreak="id",
128436  specials={ "char", 0x7A40 },
128437  unicodeslot=0xFA54,
128438 },
128439 [0xFA55]={
128440  category="lo",
128441  cjkwd="w",
128442  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0037",
128443  direction="l",
128444  linebreak="id",
128445  specials={ "char", 0x7A81 },
128446  unicodeslot=0xFA55,
128447 },
128448 [0xFA56]={
128449  category="lo",
128450  cjkwd="w",
128451  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0038",
128452  direction="l",
128453  linebreak="id",
128454  specials={ "char", 0x7BC0 },
128455  unicodeslot=0xFA56,
128456 },
128457 [0xFA57]={
128458  category="lo",
128459  cjkwd="w",
128460  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0039",
128461  direction="l",
128462  linebreak="id",
128463  specials={ "char", 0x7DF4 },
128464  unicodeslot=0xFA57,
128465 },
128466 [0xFA58]={
128467  category="lo",
128468  cjkwd="w",
128469  description="CJK COMPATIBILITY IDEOGRAPH-FA0x003A",
128470  direction="l",
128471  linebreak="id",
128472  specials={ "char", 0x7E09 },
128473  unicodeslot=0xFA58,
128474 },
128475 [0xFA59]={
128476  category="lo",
128477  cjkwd="w",
128478  description="CJK COMPATIBILITY IDEOGRAPH-FA0x003B",
128479  direction="l",
128480  linebreak="id",
128481  specials={ "char", 0x7E41 },
128482  unicodeslot=0xFA59,
128483 },
128484 [0xFA5A]={
128485  category="lo",
128486  cjkwd="w",
128487  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0005A",
128488  direction="l",
128489  linebreak="id",
128490  specials={ "char", 0x7F72 },
128491  unicodeslot=0xFA5A,
128492 },
128493 [0xFA5B]={
128494  category="lo",
128495  cjkwd="w",
128496  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0005B",
128497  direction="l",
128498  linebreak="id",
128499  specials={ "char", 0x8005 },
128500  unicodeslot=0xFA5B,
128501 },
128502 [0xFA5C]={
128503  category="lo",
128504  cjkwd="w",
128505  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0005C",
128506  direction="l",
128507  linebreak="id",
128508  specials={ "char", 0x81ED },
128509  unicodeslot=0xFA5C,
128510 },
128511 [0xFA5D]={
128512  category="lo",
128513  cjkwd="w",
128514  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0005D",
128515  direction="l",
128516  linebreak="id",
128517  specials={ "char", 0x8279 },
128518  unicodeslot=0xFA5D,
128519 },
128520 [0xFA5E]={
128521  category="lo",
128522  cjkwd="w",
128523  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0005E",
128524  direction="l",
128525  linebreak="id",
128526  specials={ "char", 0x8279 },
128527  unicodeslot=0xFA5E,
128528 },
128529 [0xFA5F]={
128530  category="lo",
128531  cjkwd="w",
128532  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0005F",
128533  direction="l",
128534  linebreak="id",
128535  specials={ "char", 0x8457 },
128536  unicodeslot=0xFA5F,
128537 },
128538 [0xFA60]={
128539  category="lo",
128540  cjkwd="w",
128541  description="CJK COMPATIBILITY IDEOGRAPH-FA0x003C",
128542  direction="l",
128543  linebreak="id",
128544  specials={ "char", 0x8910 },
128545  unicodeslot=0xFA60,
128546 },
128547 [0xFA61]={
128548  category="lo",
128549  cjkwd="w",
128550  description="CJK COMPATIBILITY IDEOGRAPH-FA0x003D",
128551  direction="l",
128552  linebreak="id",
128553  specials={ "char", 0x8996 },
128554  unicodeslot=0xFA61,
128555 },
128556 [0xFA62]={
128557  category="lo",
128558  cjkwd="w",
128559  description="CJK COMPATIBILITY IDEOGRAPH-FA0x003E",
128560  direction="l",
128561  linebreak="id",
128562  specials={ "char", 0x8B01 },
128563  unicodeslot=0xFA62,
128564 },
128565 [0xFA63]={
128566  category="lo",
128567  cjkwd="w",
128568  description="CJK COMPATIBILITY IDEOGRAPH-FA0x003F",
128569  direction="l",
128570  linebreak="id",
128571  specials={ "char", 0x8B39 },
128572  unicodeslot=0xFA63,
128573 },
128574 [0xFA64]={
128575  category="lo",
128576  cjkwd="w",
128577  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0040",
128578  direction="l",
128579  linebreak="id",
128580  specials={ "char", 0x8CD3 },
128581  unicodeslot=0xFA64,
128582 },
128583 [0xFA65]={
128584  category="lo",
128585  cjkwd="w",
128586  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0041",
128587  direction="l",
128588  linebreak="id",
128589  specials={ "char", 0x8D08 },
128590  unicodeslot=0xFA65,
128591 },
128592 [0xFA66]={
128593  category="lo",
128594  cjkwd="w",
128595  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0042",
128596  direction="l",
128597  linebreak="id",
128598  specials={ "char", 0x8FB6 },
128599  unicodeslot=0xFA66,
128600 },
128601 [0xFA67]={
128602  category="lo",
128603  cjkwd="w",
128604  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0043",
128605  direction="l",
128606  linebreak="id",
128607  specials={ "char", 0x9038 },
128608  unicodeslot=0xFA67,
128609 },
128610 [0xFA68]={
128611  category="lo",
128612  cjkwd="w",
128613  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0044",
128614  direction="l",
128615  linebreak="id",
128616  specials={ "char", 0x96E3 },
128617  unicodeslot=0xFA68,
128618 },
128619 [0xFA69]={
128620  category="lo",
128621  cjkwd="w",
128622  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0045",
128623  direction="l",
128624  linebreak="id",
128625  specials={ "char", 0x97FF },
128626  unicodeslot=0xFA69,
128627 },
128628 [0xFA6A]={
128629  category="lo",
128630  cjkwd="w",
128631  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0006A",
128632  direction="l",
128633  linebreak="id",
128634  specials={ "char", 0x983B },
128635  unicodeslot=0xFA6A,
128636 },
128637 [0xFA6B]={
128638  category="lo",
128639  cjkwd="w",
128640  description="CJK COMPATIBILITY IDEOGRAPH-FA6B",
128641  direction="l",
128642  linebreak="id",
128643  specials={ "char", 0x6075 },
128644  unicodeslot=0xFA6B,
128645 },
128646 [0xFA6C]={
128647  category="lo",
128648  cjkwd="w",
128649  description="CJK COMPATIBILITY IDEOGRAPH-FA6C",
128650  direction="l",
128651  linebreak="id",
128652  specials={ "char", 0x242EE },
128653  unicodeslot=0xFA6C,
128654 },
128655 [0xFA6D]={
128656  category="lo",
128657  cjkwd="w",
128658  description="CJK COMPATIBILITY IDEOGRAPH-FA6D",
128659  direction="l",
128660  linebreak="id",
128661  specials={ "char", 0x8218 },
128662  unicodeslot=0xFA6D,
128663 },
128664 [0xFA70]={
128665  category="lo",
128666  cjkwd="w",
128667  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0046",
128668  direction="l",
128669  linebreak="id",
128670  specials={ "char", 0x4E26 },
128671  unicodeslot=0xFA70,
128672 },
128673 [0xFA71]={
128674  category="lo",
128675  cjkwd="w",
128676  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0047",
128677  direction="l",
128678  linebreak="id",
128679  specials={ "char", 0x51B5 },
128680  unicodeslot=0xFA71,
128681 },
128682 [0xFA72]={
128683  category="lo",
128684  cjkwd="w",
128685  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0048",
128686  direction="l",
128687  linebreak="id",
128688  specials={ "char", 0x5168 },
128689  unicodeslot=0xFA72,
128690 },
128691 [0xFA73]={
128692  category="lo",
128693  cjkwd="w",
128694  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0049",
128695  direction="l",
128696  linebreak="id",
128697  specials={ "char", 0x4F80 },
128698  unicodeslot=0xFA73,
128699 },
128700 [0xFA74]={
128701  category="lo",
128702  cjkwd="w",
128703  description="CJK COMPATIBILITY IDEOGRAPH-FA0x004A",
128704  direction="l",
128705  linebreak="id",
128706  specials={ "char", 0x5145 },
128707  unicodeslot=0xFA74,
128708 },
128709 [0xFA75]={
128710  category="lo",
128711  cjkwd="w",
128712  description="CJK COMPATIBILITY IDEOGRAPH-FA0x004B",
128713  direction="l",
128714  linebreak="id",
128715  specials={ "char", 0x5180 },
128716  unicodeslot=0xFA75,
128717 },
128718 [0xFA76]={
128719  category="lo",
128720  cjkwd="w",
128721  description="CJK COMPATIBILITY IDEOGRAPH-FA0x004C",
128722  direction="l",
128723  linebreak="id",
128724  specials={ "char", 0x52C7 },
128725  unicodeslot=0xFA76,
128726 },
128727 [0xFA77]={
128728  category="lo",
128729  cjkwd="w",
128730  description="CJK COMPATIBILITY IDEOGRAPH-FA0x004D",
128731  direction="l",
128732  linebreak="id",
128733  specials={ "char", 0x52FA },
128734  unicodeslot=0xFA77,
128735 },
128736 [0xFA78]={
128737  category="lo",
128738  cjkwd="w",
128739  description="CJK COMPATIBILITY IDEOGRAPH-FA0x004E",
128740  direction="l",
128741  linebreak="id",
128742  specials={ "char", 0x559D },
128743  unicodeslot=0xFA78,
128744 },
128745 [0xFA79]={
128746  category="lo",
128747  cjkwd="w",
128748  description="CJK COMPATIBILITY IDEOGRAPH-FA0x004F",
128749  direction="l",
128750  linebreak="id",
128751  specials={ "char", 0x5555 },
128752  unicodeslot=0xFA79,
128753 },
128754 [0xFA7A]={
128755  category="lo",
128756  cjkwd="w",
128757  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0007A",
128758  direction="l",
128759  linebreak="id",
128760  specials={ "char", 0x5599 },
128761  unicodeslot=0xFA7A,
128762 },
128763 [0xFA7B]={
128764  category="lo",
128765  cjkwd="w",
128766  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0007B",
128767  direction="l",
128768  linebreak="id",
128769  specials={ "char", 0x55E2 },
128770  unicodeslot=0xFA7B,
128771 },
128772 [0xFA7C]={
128773  category="lo",
128774  cjkwd="w",
128775  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0007C",
128776  direction="l",
128777  linebreak="id",
128778  specials={ "char", 0x585A },
128779  unicodeslot=0xFA7C,
128780 },
128781 [0xFA7D]={
128782  category="lo",
128783  cjkwd="w",
128784  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0007D",
128785  direction="l",
128786  linebreak="id",
128787  specials={ "char", 0x58B3 },
128788  unicodeslot=0xFA7D,
128789 },
128790 [0xFA7E]={
128791  category="lo",
128792  cjkwd="w",
128793  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0007E",
128794  direction="l",
128795  linebreak="id",
128796  specials={ "char", 0x5944 },
128797  unicodeslot=0xFA7E,
128798 },
128799 [0xFA7F]={
128800  category="lo",
128801  cjkwd="w",
128802  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0007F",
128803  direction="l",
128804  linebreak="id",
128805  specials={ "char", 0x5954 },
128806  unicodeslot=0xFA7F,
128807 },
128808 [0xFA80]={
128809  category="lo",
128810  cjkwd="w",
128811  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0050",
128812  direction="l",
128813  linebreak="id",
128814  specials={ "char", 0x5A62 },
128815  unicodeslot=0xFA80,
128816 },
128817 [0xFA81]={
128818  category="lo",
128819  cjkwd="w",
128820  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0051",
128821  direction="l",
128822  linebreak="id",
128823  specials={ "char", 0x5B28 },
128824  unicodeslot=0xFA81,
128825 },
128826 [0xFA82]={
128827  category="lo",
128828  cjkwd="w",
128829  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0052",
128830  direction="l",
128831  linebreak="id",
128832  specials={ "char", 0x5ED2 },
128833  unicodeslot=0xFA82,
128834 },
128835 [0xFA83]={
128836  category="lo",
128837  cjkwd="w",
128838  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0053",
128839  direction="l",
128840  linebreak="id",
128841  specials={ "char", 0x5ED9 },
128842  unicodeslot=0xFA83,
128843 },
128844 [0xFA84]={
128845  category="lo",
128846  cjkwd="w",
128847  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0054",
128848  direction="l",
128849  linebreak="id",
128850  specials={ "char", 0x5F69 },
128851  unicodeslot=0xFA84,
128852 },
128853 [0xFA85]={
128854  category="lo",
128855  cjkwd="w",
128856  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0055",
128857  direction="l",
128858  linebreak="id",
128859  specials={ "char", 0x5FAD },
128860  unicodeslot=0xFA85,
128861 },
128862 [0xFA86]={
128863  category="lo",
128864  cjkwd="w",
128865  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0056",
128866  direction="l",
128867  linebreak="id",
128868  specials={ "char", 0x60D8 },
128869  unicodeslot=0xFA86,
128870 },
128871 [0xFA87]={
128872  category="lo",
128873  cjkwd="w",
128874  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0057",
128875  direction="l",
128876  linebreak="id",
128877  specials={ "char", 0x614E },
128878  unicodeslot=0xFA87,
128879 },
128880 [0xFA88]={
128881  category="lo",
128882  cjkwd="w",
128883  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0058",
128884  direction="l",
128885  linebreak="id",
128886  specials={ "char", 0x6108 },
128887  unicodeslot=0xFA88,
128888 },
128889 [0xFA89]={
128890  category="lo",
128891  cjkwd="w",
128892  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0059",
128893  direction="l",
128894  linebreak="id",
128895  specials={ "char", 0x618E },
128896  unicodeslot=0xFA89,
128897 },
128898 [0xFA8A]={
128899  category="lo",
128900  cjkwd="w",
128901  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0008A",
128902  direction="l",
128903  linebreak="id",
128904  specials={ "char", 0x6160 },
128905  unicodeslot=0xFA8A,
128906 },
128907 [0xFA8B]={
128908  category="lo",
128909  cjkwd="w",
128910  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0008B",
128911  direction="l",
128912  linebreak="id",
128913  specials={ "char", 0x61F2 },
128914  unicodeslot=0xFA8B,
128915 },
128916 [0xFA8C]={
128917  category="lo",
128918  cjkwd="w",
128919  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0008C",
128920  direction="l",
128921  linebreak="id",
128922  specials={ "char", 0x6234 },
128923  unicodeslot=0xFA8C,
128924 },
128925 [0xFA8D]={
128926  category="lo",
128927  cjkwd="w",
128928  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0008D",
128929  direction="l",
128930  linebreak="id",
128931  specials={ "char", 0x63C4 },
128932  unicodeslot=0xFA8D,
128933 },
128934 [0xFA8E]={
128935  category="lo",
128936  cjkwd="w",
128937  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0008E",
128938  direction="l",
128939  linebreak="id",
128940  specials={ "char", 0x641C },
128941  unicodeslot=0xFA8E,
128942 },
128943 [0xFA8F]={
128944  category="lo",
128945  cjkwd="w",
128946  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0008F",
128947  direction="l",
128948  linebreak="id",
128949  specials={ "char", 0x6452 },
128950  unicodeslot=0xFA8F,
128951 },
128952 [0xFA90]={
128953  category="lo",
128954  cjkwd="w",
128955  description="CJK COMPATIBILITY IDEOGRAPH-FA0x005A",
128956  direction="l",
128957  linebreak="id",
128958  specials={ "char", 0x6556 },
128959  unicodeslot=0xFA90,
128960 },
128961 [0xFA91]={
128962  category="lo",
128963  cjkwd="w",
128964  description="CJK COMPATIBILITY IDEOGRAPH-FA0x005B",
128965  direction="l",
128966  linebreak="id",
128967  specials={ "char", 0x6674 },
128968  unicodeslot=0xFA91,
128969 },
128970 [0xFA92]={
128971  category="lo",
128972  cjkwd="w",
128973  description="CJK COMPATIBILITY IDEOGRAPH-FA0x005C",
128974  direction="l",
128975  linebreak="id",
128976  specials={ "char", 0x6717 },
128977  unicodeslot=0xFA92,
128978 },
128979 [0xFA93]={
128980  category="lo",
128981  cjkwd="w",
128982  description="CJK COMPATIBILITY IDEOGRAPH-FA0x005D",
128983  direction="l",
128984  linebreak="id",
128985  specials={ "char", 0x671B },
128986  unicodeslot=0xFA93,
128987 },
128988 [0xFA94]={
128989  category="lo",
128990  cjkwd="w",
128991  description="CJK COMPATIBILITY IDEOGRAPH-FA0x005E",
128992  direction="l",
128993  linebreak="id",
128994  specials={ "char", 0x6756 },
128995  unicodeslot=0xFA94,
128996 },
128997 [0xFA95]={
128998  category="lo",
128999  cjkwd="w",
129000  description="CJK COMPATIBILITY IDEOGRAPH-FA0x005F",
129001  direction="l",
129002  linebreak="id",
129003  specials={ "char", 0x6B79 },
129004  unicodeslot=0xFA95,
129005 },
129006 [0xFA96]={
129007  category="lo",
129008  cjkwd="w",
129009  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0060",
129010  direction="l",
129011  linebreak="id",
129012  specials={ "char", 0x6BBA },
129013  unicodeslot=0xFA96,
129014 },
129015 [0xFA97]={
129016  category="lo",
129017  cjkwd="w",
129018  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0061",
129019  direction="l",
129020  linebreak="id",
129021  specials={ "char", 0x6D41 },
129022  unicodeslot=0xFA97,
129023 },
129024 [0xFA98]={
129025  category="lo",
129026  cjkwd="w",
129027  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0062",
129028  direction="l",
129029  linebreak="id",
129030  specials={ "char", 0x6EDB },
129031  unicodeslot=0xFA98,
129032 },
129033 [0xFA99]={
129034  category="lo",
129035  cjkwd="w",
129036  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0063",
129037  direction="l",
129038  linebreak="id",
129039  specials={ "char", 0x6ECB },
129040  unicodeslot=0xFA99,
129041 },
129042 [0xFA9A]={
129043  category="lo",
129044  cjkwd="w",
129045  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0009A",
129046  direction="l",
129047  linebreak="id",
129048  specials={ "char", 0x6F22 },
129049  unicodeslot=0xFA9A,
129050 },
129051 [0xFA9B]={
129052  category="lo",
129053  cjkwd="w",
129054  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0009B",
129055  direction="l",
129056  linebreak="id",
129057  specials={ "char", 0x701E },
129058  unicodeslot=0xFA9B,
129059 },
129060 [0xFA9C]={
129061  category="lo",
129062  cjkwd="w",
129063  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0009C",
129064  direction="l",
129065  linebreak="id",
129066  specials={ "char", 0x716E },
129067  unicodeslot=0xFA9C,
129068 },
129069 [0xFA9D]={
129070  category="lo",
129071  cjkwd="w",
129072  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0009D",
129073  direction="l",
129074  linebreak="id",
129075  specials={ "char", 0x77A7 },
129076  unicodeslot=0xFA9D,
129077 },
129078 [0xFA9E]={
129079  category="lo",
129080  cjkwd="w",
129081  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0009E",
129082  direction="l",
129083  linebreak="id",
129084  specials={ "char", 0x7235 },
129085  unicodeslot=0xFA9E,
129086 },
129087 [0xFA9F]={
129088  category="lo",
129089  cjkwd="w",
129090  description="CJK COMPATIBILITY IDEOGRAPH-FA0x0009F",
129091  direction="l",
129092  linebreak="id",
129093  specials={ "char", 0x72AF },
129094  unicodeslot=0xFA9F,
129095 },
129096 [0xFAA0]={
129097  category="lo",
129098  cjkwd="w",
129099  description="CJK COMPATIBILITY IDEOGRAPH-FAA0x0000",
129100  direction="l",
129101  linebreak="id",
129102  specials={ "char", 0x732A },
129103  unicodeslot=0xFAA0,
129104 },
129105 [0xFAA1]={
129106  category="lo",
129107  cjkwd="w",
129108  description="CJK COMPATIBILITY IDEOGRAPH-FAA0x0001",
129109  direction="l",
129110  linebreak="id",
129111  specials={ "char", 0x7471 },
129112  unicodeslot=0xFAA1,
129113 },
129114 [0xFAA2]={
129115  category="lo",
129116  cjkwd="w",
129117  description="CJK COMPATIBILITY IDEOGRAPH-FAA0x0002",
129118  direction="l",
129119  linebreak="id",
129120  specials={ "char", 0x7506 },
129121  unicodeslot=0xFAA2,
129122 },
129123 [0xFAA3]={
129124  category="lo",
129125  cjkwd="w",
129126  description="CJK COMPATIBILITY IDEOGRAPH-FAA0x0003",
129127  direction="l",
129128  linebreak="id",
129129  specials={ "char", 0x753B },
129130  unicodeslot=0xFAA3,
129131 },
129132 [0xFAA4]={
129133  category="lo",
129134  cjkwd="w",
129135  description="CJK COMPATIBILITY IDEOGRAPH-FAA0x0004",
129136  direction="l",
129137  linebreak="id",
129138  specials={ "char", 0x761D },
129139  unicodeslot=0xFAA4,
129140 },
129141 [0xFAA5]={
129142  category="lo",
129143  cjkwd="w",
129144  description="CJK COMPATIBILITY IDEOGRAPH-FAA0x0005",
129145  direction="l",
129146  linebreak="id",
129147  specials={ "char", 0x761F },
129148  unicodeslot=0xFAA5,
129149 },
129150 [0xFAA6]={
129151  category="lo",
129152  cjkwd="w",
129153  description="CJK COMPATIBILITY IDEOGRAPH-FAA0x0006",
129154  direction="l",
129155  linebreak="id",
129156  specials={ "char", 0x76CA },
129157  unicodeslot=0xFAA6,
129158 },
129159 [0xFAA7]={
129160  category="lo",
129161  cjkwd="w",
129162  description="CJK COMPATIBILITY IDEOGRAPH-FAA0x0007",
129163  direction="l",
129164  linebreak="id",
129165  specials={ "char", 0x76DB },
129166  unicodeslot=0xFAA7,
129167 },
129168 [0xFAA8]={
129169  category="lo",
129170  cjkwd="w",
129171  description="CJK COMPATIBILITY IDEOGRAPH-FAA0x0008",
129172  direction="l",
129173  linebreak="id",
129174  specials={ "char", 0x76F4 },
129175  unicodeslot=0xFAA8,
129176 },
129177 [0xFAA9]={
129178  category="lo",
129179  cjkwd="w",
129180  description="CJK COMPATIBILITY IDEOGRAPH-FAA0x0009",
129181  direction="l",
129182  linebreak="id",
129183  specials={ "char", 0x774A },
129184  unicodeslot=0xFAA9,
129185 },
129186 [0xFAAA]={
129187  category="lo",
129188  cjkwd="w",
129189  description="CJK COMPATIBILITY IDEOGRAPH-FAAA",
129190  direction="l",
129191  linebreak="id",
129192  specials={ "char", 0x7740 },
129193  unicodeslot=0xFAAA,
129194 },
129195 [0xFAAB]={
129196  category="lo",
129197  cjkwd="w",
129198  description="CJK COMPATIBILITY IDEOGRAPH-FAAB",
129199  direction="l",
129200  linebreak="id",
129201  specials={ "char", 0x78CC },
129202  unicodeslot=0xFAAB,
129203 },
129204 [0xFAAC]={
129205  category="lo",
129206  cjkwd="w",
129207  description="CJK COMPATIBILITY IDEOGRAPH-FAAC",
129208  direction="l",
129209  linebreak="id",
129210  specials={ "char", 0x7AB1 },
129211  unicodeslot=0xFAAC,
129212 },
129213 [0xFAAD]={
129214  category="lo",
129215  cjkwd="w",
129216  description="CJK COMPATIBILITY IDEOGRAPH-FAAD",
129217  direction="l",
129218  linebreak="id",
129219  specials={ "char", 0x7BC0 },
129220  unicodeslot=0xFAAD,
129221 },
129222 [0xFAAE]={
129223  category="lo",
129224  cjkwd="w",
129225  description="CJK COMPATIBILITY IDEOGRAPH-FAAE",
129226  direction="l",
129227  linebreak="id",
129228  specials={ "char", 0x7C7B },
129229  unicodeslot=0xFAAE,
129230 },
129231 [0xFAAF]={
129232  category="lo",
129233  cjkwd="w",
129234  description="CJK COMPATIBILITY IDEOGRAPH-FAAF",
129235  direction="l",
129236  linebreak="id",
129237  specials={ "char", 0x7D5B },
129238  unicodeslot=0xFAAF,
129239 },
129240 [0xFAB0]={
129241  category="lo",
129242  cjkwd="w",
129243  description="CJK COMPATIBILITY IDEOGRAPH-FAB0x0000",
129244  direction="l",
129245  linebreak="id",
129246  specials={ "char", 0x7DF4 },
129247  unicodeslot=0xFAB0,
129248 },
129249 [0xFAB1]={
129250  category="lo",
129251  cjkwd="w",
129252  description="CJK COMPATIBILITY IDEOGRAPH-FAB0x0001",
129253  direction="l",
129254  linebreak="id",
129255  specials={ "char", 0x7F3E },
129256  unicodeslot=0xFAB1,
129257 },
129258 [0xFAB2]={
129259  category="lo",
129260  cjkwd="w",
129261  description="CJK COMPATIBILITY IDEOGRAPH-FAB0x0002",
129262  direction="l",
129263  linebreak="id",
129264  specials={ "char", 0x8005 },
129265  unicodeslot=0xFAB2,
129266 },
129267 [0xFAB3]={
129268  category="lo",
129269  cjkwd="w",
129270  description="CJK COMPATIBILITY IDEOGRAPH-FAB0x0003",
129271  direction="l",
129272  linebreak="id",
129273  specials={ "char", 0x8352 },
129274  unicodeslot=0xFAB3,
129275 },
129276 [0xFAB4]={
129277  category="lo",
129278  cjkwd="w",
129279  description="CJK COMPATIBILITY IDEOGRAPH-FAB0x0004",
129280  direction="l",
129281  linebreak="id",
129282  specials={ "char", 0x83EF },
129283  unicodeslot=0xFAB4,
129284 },
129285 [0xFAB5]={
129286  category="lo",
129287  cjkwd="w",
129288  description="CJK COMPATIBILITY IDEOGRAPH-FAB0x0005",
129289  direction="l",
129290  linebreak="id",
129291  specials={ "char", 0x8779 },
129292  unicodeslot=0xFAB5,
129293 },
129294 [0xFAB6]={
129295  category="lo",
129296  cjkwd="w",
129297  description="CJK COMPATIBILITY IDEOGRAPH-FAB0x0006",
129298  direction="l",
129299  linebreak="id",
129300  specials={ "char", 0x8941 },
129301  unicodeslot=0xFAB6,
129302 },
129303 [0xFAB7]={
129304  category="lo",
129305  cjkwd="w",
129306  description="CJK COMPATIBILITY IDEOGRAPH-FAB0x0007",
129307  direction="l",
129308  linebreak="id",
129309  specials={ "char", 0x8986 },
129310  unicodeslot=0xFAB7,
129311 },
129312 [0xFAB8]={
129313  category="lo",
129314  cjkwd="w",
129315  description="CJK COMPATIBILITY IDEOGRAPH-FAB0x0008",
129316  direction="l",
129317  linebreak="id",
129318  specials={ "char", 0x8996 },
129319  unicodeslot=0xFAB8,
129320 },
129321 [0xFAB9]={
129322  category="lo",
129323  cjkwd="w",
129324  description="CJK COMPATIBILITY IDEOGRAPH-FAB0x0009",
129325  direction="l",
129326  linebreak="id",
129327  specials={ "char", 0x8ABF },
129328  unicodeslot=0xFAB9,
129329 },
129330 [0xFABA]={
129331  category="lo",
129332  cjkwd="w",
129333  description="CJK COMPATIBILITY IDEOGRAPH-FABA",
129334  direction="l",
129335  linebreak="id",
129336  specials={ "char", 0x8AF8 },
129337  unicodeslot=0xFABA,
129338 },
129339 [0xFABB]={
129340  category="lo",
129341  cjkwd="w",
129342  description="CJK COMPATIBILITY IDEOGRAPH-FABB",
129343  direction="l",
129344  linebreak="id",
129345  specials={ "char", 0x8ACB },
129346  unicodeslot=0xFABB,
129347 },
129348 [0xFABC]={
129349  category="lo",
129350  cjkwd="w",
129351  description="CJK COMPATIBILITY IDEOGRAPH-FABC",
129352  direction="l",
129353  linebreak="id",
129354  specials={ "char", 0x8B01 },
129355  unicodeslot=0xFABC,
129356 },
129357 [0xFABD]={
129358  category="lo",
129359  cjkwd="w",
129360  description="CJK COMPATIBILITY IDEOGRAPH-FABD",
129361  direction="l",
129362  linebreak="id",
129363  specials={ "char", 0x8AFE },
129364  unicodeslot=0xFABD,
129365 },
129366 [0xFABE]={
129367  category="lo",
129368  cjkwd="w",
129369  description="CJK COMPATIBILITY IDEOGRAPH-FABE",
129370  direction="l",
129371  linebreak="id",
129372  specials={ "char", 0x8AED },
129373  unicodeslot=0xFABE,
129374 },
129375 [0xFABF]={
129376  category="lo",
129377  cjkwd="w",
129378  description="CJK COMPATIBILITY IDEOGRAPH-FABF",
129379  direction="l",
129380  linebreak="id",
129381  specials={ "char", 0x8B39 },
129382  unicodeslot=0xFABF,
129383 },
129384 [0xFAC0]={
129385  category="lo",
129386  cjkwd="w",
129387  description="CJK COMPATIBILITY IDEOGRAPH-FAC0x0000",
129388  direction="l",
129389  linebreak="id",
129390  specials={ "char", 0x8B8A },
129391  unicodeslot=0xFAC0,
129392 },
129393 [0xFAC1]={
129394  category="lo",
129395  cjkwd="w",
129396  description="CJK COMPATIBILITY IDEOGRAPH-FAC0x0001",
129397  direction="l",
129398  linebreak="id",
129399  specials={ "char", 0x8D08 },
129400  unicodeslot=0xFAC1,
129401 },
129402 [0xFAC2]={
129403  category="lo",
129404  cjkwd="w",
129405  description="CJK COMPATIBILITY IDEOGRAPH-FAC0x0002",
129406  direction="l",
129407  linebreak="id",
129408  specials={ "char", 0x8F38 },
129409  unicodeslot=0xFAC2,
129410 },
129411 [0xFAC3]={
129412  category="lo",
129413  cjkwd="w",
129414  description="CJK COMPATIBILITY IDEOGRAPH-FAC0x0003",
129415  direction="l",
129416  linebreak="id",
129417  specials={ "char", 0x9072 },
129418  unicodeslot=0xFAC3,
129419 },
129420 [0xFAC4]={
129421  category="lo",
129422  cjkwd="w",
129423  description="CJK COMPATIBILITY IDEOGRAPH-FAC0x0004",
129424  direction="l",
129425  linebreak="id",
129426  specials={ "char", 0x9199 },
129427  unicodeslot=0xFAC4,
129428 },
129429 [0xFAC5]={
129430  category="lo",
129431  cjkwd="w",
129432  description="CJK COMPATIBILITY IDEOGRAPH-FAC0x0005",
129433  direction="l",
129434  linebreak="id",
129435  specials={ "char", 0x9276 },
129436  unicodeslot=0xFAC5,
129437 },
129438 [0xFAC6]={
129439  category="lo",
129440  cjkwd="w",
129441  description="CJK COMPATIBILITY IDEOGRAPH-FAC0x0006",
129442  direction="l",
129443  linebreak="id",
129444  specials={ "char", 0x967C },
129445  unicodeslot=0xFAC6,
129446 },
129447 [0xFAC7]={
129448  category="lo",
129449  cjkwd="w",
129450  description="CJK COMPATIBILITY IDEOGRAPH-FAC0x0007",
129451  direction="l",
129452  linebreak="id",
129453  specials={ "char", 0x96E3 },
129454  unicodeslot=0xFAC7,
129455 },
129456 [0xFAC8]={
129457  category="lo",
129458  cjkwd="w",
129459  description="CJK COMPATIBILITY IDEOGRAPH-FAC0x0008",
129460  direction="l",
129461  linebreak="id",
129462  specials={ "char", 0x9756 },
129463  unicodeslot=0xFAC8,
129464 },
129465 [0xFAC9]={
129466  category="lo",
129467  cjkwd="w",
129468  description="CJK COMPATIBILITY IDEOGRAPH-FAC0x0009",
129469  direction="l",
129470  linebreak="id",
129471  specials={ "char", 0x97DB },
129472  unicodeslot=0xFAC9,
129473 },
129474 [0xFACA]={
129475  category="lo",
129476  cjkwd="w",
129477  description="CJK COMPATIBILITY IDEOGRAPH-FACA",
129478  direction="l",
129479  linebreak="id",
129480  specials={ "char", 0x97FF },
129481  unicodeslot=0xFACA,
129482 },
129483 [0xFACB]={
129484  category="lo",
129485  cjkwd="w",
129486  description="CJK COMPATIBILITY IDEOGRAPH-FACB",
129487  direction="l",
129488  linebreak="id",
129489  specials={ "char", 0x980B },
129490  unicodeslot=0xFACB,
129491 },
129492 [0xFACC]={
129493  category="lo",
129494  cjkwd="w",
129495  description="CJK COMPATIBILITY IDEOGRAPH-FACC",
129496  direction="l",
129497  linebreak="id",
129498  specials={ "char", 0x983B },
129499  unicodeslot=0xFACC,
129500 },
129501 [0xFACD]={
129502  category="lo",
129503  cjkwd="w",
129504  description="CJK COMPATIBILITY IDEOGRAPH-FACD",
129505  direction="l",
129506  linebreak="id",
129507  specials={ "char", 0x9B12 },
129508  unicodeslot=0xFACD,
129509 },
129510 [0xFACE]={
129511  category="lo",
129512  cjkwd="w",
129513  description="CJK COMPATIBILITY IDEOGRAPH-FACE",
129514  direction="l",
129515  linebreak="id",
129516  specials={ "char", 0x9F9C },
129517  unicodeslot=0xFACE,
129518 },
129519 [0xFACF]={
129520  category="lo",
129521  cjkwd="w",
129522  description="CJK COMPATIBILITY IDEOGRAPH-FACF",
129523  direction="l",
129524  linebreak="id",
129525  specials={ "char", 0x2284A },
129526  unicodeslot=0xFACF,
129527 },
129528 [0xFAD0]={
129529  category="lo",
129530  cjkwd="w",
129531  description="CJK COMPATIBILITY IDEOGRAPH-FAD0x0000",
129532  direction="l",
129533  linebreak="id",
129534  specials={ "char", 0x22844 },
129535  unicodeslot=0xFAD0,
129536 },
129537 [0xFAD1]={
129538  category="lo",
129539  cjkwd="w",
129540  description="CJK COMPATIBILITY IDEOGRAPH-FAD0x0001",
129541  direction="l",
129542  linebreak="id",
129543  specials={ "char", 0x233D5 },
129544  unicodeslot=0xFAD1,
129545 },
129546 [0xFAD2]={
129547  category="lo",
129548  cjkwd="w",
129549  description="CJK COMPATIBILITY IDEOGRAPH-FAD0x0002",
129550  direction="l",
129551  linebreak="id",
129552  specials={ "char", 0x3B9D },
129553  unicodeslot=0xFAD2,
129554 },
129555 [0xFAD3]={
129556  category="lo",
129557  cjkwd="w",
129558  description="CJK COMPATIBILITY IDEOGRAPH-FAD0x0003",
129559  direction="l",
129560  linebreak="id",
129561  specials={ "char", 0x4018 },
129562  unicodeslot=0xFAD3,
129563 },
129564 [0xFAD4]={
129565  category="lo",
129566  cjkwd="w",
129567  description="CJK COMPATIBILITY IDEOGRAPH-FAD0x0004",
129568  direction="l",
129569  linebreak="id",
129570  specials={ "char", 0x4039 },
129571  unicodeslot=0xFAD4,
129572 },
129573 [0xFAD5]={
129574  category="lo",
129575  cjkwd="w",
129576  description="CJK COMPATIBILITY IDEOGRAPH-FAD0x0005",
129577  direction="l",
129578  linebreak="id",
129579  specials={ "char", 0x25249 },
129580  unicodeslot=0xFAD5,
129581 },
129582 [0xFAD6]={
129583  category="lo",
129584  cjkwd="w",
129585  description="CJK COMPATIBILITY IDEOGRAPH-FAD0x0006",
129586  direction="l",
129587  linebreak="id",
129588  specials={ "char", 0x25CD0 },
129589  unicodeslot=0xFAD6,
129590 },
129591 [0xFAD7]={
129592  category="lo",
129593  cjkwd="w",
129594  description="CJK COMPATIBILITY IDEOGRAPH-FAD0x0007",
129595  direction="l",
129596  linebreak="id",
129597  specials={ "char", 0x27ED3 },
129598  unicodeslot=0xFAD7,
129599 },
129600 [0xFAD8]={
129601  category="lo",
129602  cjkwd="w",
129603  description="CJK COMPATIBILITY IDEOGRAPH-FAD0x0008",
129604  direction="l",
129605  linebreak="id",
129606  specials={ "char", 0x9F43 },
129607  unicodeslot=0xFAD8,
129608 },
129609 [0xFAD9]={
129610  category="lo",
129611  cjkwd="w",
129612  description="CJK COMPATIBILITY IDEOGRAPH-FAD0x0009",
129613  direction="l",
129614  linebreak="id",
129615  specials={ "char", 0x9F8E },
129616  unicodeslot=0xFAD9,
129617 },
129618 [0xFB00]={
129619  category="ll",
129620  contextname="ffligature",
129621  description="LATIN SMALL LIGATURE FF",
129622  direction="l",
129623  linebreak="al",
129624  specials={ "compat", 0x66, 0x66 },
129625  uccode={ 0x66, 0x66 },
129626  unicodeslot=0xFB00,
129627 },
129628 [0xFB01]={
129629  category="ll",
129630  contextname="filigature",
129631  description="LATIN SMALL LIGATURE FI",
129632  direction="l",
129633  linebreak="al",
129634  shcode={ 0x66, 0x69 },
129635  specials={ "compat", 0x66, 0x69 },
129636  uccode={ 0x66, 0x69 },
129637  unicodeslot=0xFB01,
129638 },
129639 [0xFB02]={
129640  category="ll",
129641  contextname="flligature",
129642  description="LATIN SMALL LIGATURE FL",
129643  direction="l",
129644  linebreak="al",
129645  shcode={ 0x66, 0x6C },
129646  specials={ "compat", 0x66, 0x6C },
129647  uccode={ 0x66, 0x6C },
129648  unicodeslot=0xFB02,
129649 },
129650 [0xFB03]={
129651  category="ll",
129652  contextname="ffiligature",
129653  description="LATIN SMALL LIGATURE FFI",
129654  direction="l",
129655  linebreak="al",
129656  shcode={ 0x66, 0x69 },
129657  specials={ "compat", 0x66, 0x66, 0x69 },
129658  uccode={ 0x66, 0x66, 0x69 },
129659  unicodeslot=0xFB03,
129660 },
129661 [0xFB04]={
129662  category="ll",
129663  contextname="fflligature",
129664  description="LATIN SMALL LIGATURE FFL",
129665  direction="l",
129666  linebreak="al",
129667  shcode={ 0x66, 0x6C },
129668  specials={ "compat", 0x66, 0x66, 0x6C },
129669  uccode={ 0x66, 0x66, 0x6C },
129670  unicodeslot=0xFB04,
129671 },
129672 [0xFB05]={
129673  category="ll",
129674  description="LATIN SMALL LIGATURE LONG S T",
129675  direction="l",
129676  linebreak="al",
129677  specials={ "compat", 0x17F, 0x74 },
129678  uccode=0xFB06,
129679  unicodeslot=0xFB05,
129680 },
129681 [0xFB06]={
129682  category="ll",
129683  contextname="stligature",
129684  description="LATIN SMALL LIGATURE ST",
129685  direction="l",
129686  linebreak="al",
129687  shcode={ 0x73, 0x74 },
129688  specials={ "compat", 0x73, 0x74 },
129689  uccode={ 0x73, 0x74 },
129690  unicodeslot=0xFB06,
129691 },
129692 [0xFB13]={
129693  category="ll",
129694  description="ARMENIAN SMALL LIGATURE MEN NOW",
129695  direction="l",
129696  linebreak="al",
129697  specials={ "compat", 0x574, 0x576 },
129698  uccode={ 0x574, 0x576 },
129699  unicodeslot=0xFB13,
129700 },
129701 [0xFB14]={
129702  category="ll",
129703  description="ARMENIAN SMALL LIGATURE MEN ECH",
129704  direction="l",
129705  linebreak="al",
129706  specials={ "compat", 0x574, 0x565 },
129707  uccode={ 0x574, 0x565 },
129708  unicodeslot=0xFB14,
129709 },
129710 [0xFB15]={
129711  category="ll",
129712  description="ARMENIAN SMALL LIGATURE MEN INI",
129713  direction="l",
129714  linebreak="al",
129715  specials={ "compat", 0x574, 0x56B },
129716  uccode={ 0x574, 0x56B },
129717  unicodeslot=0xFB15,
129718 },
129719 [0xFB16]={
129720  category="ll",
129721  description="ARMENIAN SMALL LIGATURE VEW NOW",
129722  direction="l",
129723  linebreak="al",
129724  specials={ "compat", 0x57E, 0x576 },
129725  uccode={ 0x57E, 0x576 },
129726  unicodeslot=0xFB16,
129727 },
129728 [0xFB17]={
129729  category="ll",
129730  description="ARMENIAN SMALL LIGATURE MEN XEH",
129731  direction="l",
129732  linebreak="al",
129733  specials={ "compat", 0x574, 0x56D },
129734  uccode={ 0x574, 0x56D },
129735  unicodeslot=0xFB17,
129736 },
129737 [0xFB1D]={
129738  category="lo",
129739  description="HEBREW LETTER YOD WITH HIRIQ",
129740  direction="r",
129741  linebreak="hl",
129742  shcode=0x5D9,
129743  specials={ "char", 0x5D9, 0x5B4 },
129744  unicodeslot=0xFB1D,
129745 },
129746 [0xFB1E]={
129747  category="mn",
129748  combining=0x1A,
129749  description="HEBREW POINT JUDEO-SPANISH VARIKA",
129750  direction="nsm",
129751  linebreak="cm",
129752  unicodeslot=0xFB1E,
129753 },
129754 [0xFB1F]={
129755  category="lo",
129756  description="HEBREW LIGATURE YIDDISH YOD YOD PATAH",
129757  direction="r",
129758  linebreak="hl",
129759  specials={ "char", 0x5F2, 0x5B7 },
129760  unicodeslot=0xFB1F,
129761 },
129762 [0xFB20]={
129763  category="lo",
129764  description="HEBREW LETTER ALTERNATIVE AYIN",
129765  direction="r",
129766  linebreak="hl",
129767  specials={ "font", 0x5E2 },
129768  unicodeslot=0xFB20,
129769 },
129770 [0xFB21]={
129771  category="lo",
129772  description="HEBREW LETTER WIDE ALEF",
129773  direction="r",
129774  linebreak="hl",
129775  specials={ "font", 0x5D0 },
129776  unicodeslot=0xFB21,
129777 },
129778 [0xFB22]={
129779  category="lo",
129780  description="HEBREW LETTER WIDE DALET",
129781  direction="r",
129782  linebreak="hl",
129783  specials={ "font", 0x5D3 },
129784  unicodeslot=0xFB22,
129785 },
129786 [0xFB23]={
129787  category="lo",
129788  description="HEBREW LETTER WIDE HE",
129789  direction="r",
129790  linebreak="hl",
129791  specials={ "font", 0x5D4 },
129792  unicodeslot=0xFB23,
129793 },
129794 [0xFB24]={
129795  category="lo",
129796  description="HEBREW LETTER WIDE KAF",
129797  direction="r",
129798  linebreak="hl",
129799  specials={ "font", 0x5DB },
129800  unicodeslot=0xFB24,
129801 },
129802 [0xFB25]={
129803  category="lo",
129804  description="HEBREW LETTER WIDE LAMED",
129805  direction="r",
129806  linebreak="hl",
129807  specials={ "font", 0x5DC },
129808  unicodeslot=0xFB25,
129809 },
129810 [0xFB26]={
129811  category="lo",
129812  description="HEBREW LETTER WIDE FINAL MEM",
129813  direction="r",
129814  linebreak="hl",
129815  specials={ "font", 0x5DD },
129816  unicodeslot=0xFB26,
129817 },
129818 [0xFB27]={
129819  category="lo",
129820  description="HEBREW LETTER WIDE RESH",
129821  direction="r",
129822  linebreak="hl",
129823  specials={ "font", 0x5E8 },
129824  unicodeslot=0xFB27,
129825 },
129826 [0xFB28]={
129827  category="lo",
129828  description="HEBREW LETTER WIDE TAV",
129829  direction="r",
129830  linebreak="hl",
129831  specials={ "font", 0x5EA },
129832  unicodeslot=0xFB28,
129833 },
129834 [0xFB29]={
129835  category="sm",
129836  description="HEBREW LETTER ALTERNATIVE PLUS SIGN",
129837  direction="es",
129838  linebreak="al",
129839  specials={ "font", 0x2B },
129840  unicodeslot=0xFB29,
129841 },
129842 [0xFB2A]={
129843  category="lo",
129844  description="HEBREW LETTER SHIN WITH SHIN DOT",
129845  direction="r",
129846  linebreak="hl",
129847  shcode=0x5E9,
129848  specials={ "char", 0x5E9, 0x5C1 },
129849  unicodeslot=0xFB2A,
129850 },
129851 [0xFB2B]={
129852  category="lo",
129853  description="HEBREW LETTER SHIN WITH SIN DOT",
129854  direction="r",
129855  linebreak="hl",
129856  shcode=0x5E9,
129857  specials={ "char", 0x5E9, 0x5C2 },
129858  unicodeslot=0xFB2B,
129859 },
129860 [0xFB2C]={
129861  category="lo",
129862  description="HEBREW LETTER SHIN WITH DAGESH AND SHIN DOT",
129863  direction="r",
129864  linebreak="hl",
129865  shcode=0x5E9,
129866  specials={ "char", 0xFB49, 0x5C1 },
129867  unicodeslot=0xFB2C,
129868 },
129869 [0xFB2D]={
129870  category="lo",
129871  description="HEBREW LETTER SHIN WITH DAGESH AND SIN DOT",
129872  direction="r",
129873  linebreak="hl",
129874  shcode=0x5E9,
129875  specials={ "char", 0xFB49, 0x5C2 },
129876  unicodeslot=0xFB2D,
129877 },
129878 [0xFB2E]={
129879  category="lo",
129880  description="HEBREW LETTER ALEF WITH PATAH",
129881  direction="r",
129882  linebreak="hl",
129883  shcode=0x5D0,
129884  specials={ "char", 0x5D0, 0x5B7 },
129885  unicodeslot=0xFB2E,
129886 },
129887 [0xFB2F]={
129888  category="lo",
129889  description="HEBREW LETTER ALEF WITH QAMATS",
129890  direction="r",
129891  linebreak="hl",
129892  shcode=0x5D0,
129893  specials={ "char", 0x5D0, 0x5B8 },
129894  unicodeslot=0xFB2F,
129895 },
129896 [0xFB30]={
129897  category="lo",
129898  description="HEBREW LETTER ALEF WITH MAPIQ",
129899  direction="r",
129900  linebreak="hl",
129901  shcode=0x5D0,
129902  specials={ "char", 0x5D0, 0x5BC },
129903  unicodeslot=0xFB30,
129904 },
129905 [0xFB31]={
129906  category="lo",
129907  description="HEBREW LETTER BET WITH DAGESH",
129908  direction="r",
129909  linebreak="hl",
129910  shcode=0x5D1,
129911  specials={ "char", 0x5D1, 0x5BC },
129912  unicodeslot=0xFB31,
129913 },
129914 [0xFB32]={
129915  category="lo",
129916  description="HEBREW LETTER GIMEL WITH DAGESH",
129917  direction="r",
129918  linebreak="hl",
129919  shcode=0x5D2,
129920  specials={ "char", 0x5D2, 0x5BC },
129921  unicodeslot=0xFB32,
129922 },
129923 [0xFB33]={
129924  category="lo",
129925  description="HEBREW LETTER DALET WITH DAGESH",
129926  direction="r",
129927  linebreak="hl",
129928  shcode=0x5D3,
129929  specials={ "char", 0x5D3, 0x5BC },
129930  unicodeslot=0xFB33,
129931 },
129932 [0xFB34]={
129933  category="lo",
129934  description="HEBREW LETTER HE WITH MAPIQ",
129935  direction="r",
129936  linebreak="hl",
129937  shcode=0x5D4,
129938  specials={ "char", 0x5D4, 0x5BC },
129939  unicodeslot=0xFB34,
129940 },
129941 [0xFB35]={
129942  category="lo",
129943  description="HEBREW LETTER VAV WITH DAGESH",
129944  direction="r",
129945  linebreak="hl",
129946  shcode=0x5D5,
129947  specials={ "char", 0x5D5, 0x5BC },
129948  unicodeslot=0xFB35,
129949 },
129950 [0xFB36]={
129951  category="lo",
129952  description="HEBREW LETTER ZAYIN WITH DAGESH",
129953  direction="r",
129954  linebreak="hl",
129955  shcode=0x5D6,
129956  specials={ "char", 0x5D6, 0x5BC },
129957  unicodeslot=0xFB36,
129958 },
129959 [0xFB38]={
129960  category="lo",
129961  description="HEBREW LETTER TET WITH DAGESH",
129962  direction="r",
129963  linebreak="hl",
129964  shcode=0x5D8,
129965  specials={ "char", 0x5D8, 0x5BC },
129966  unicodeslot=0xFB38,
129967 },
129968 [0xFB39]={
129969  category="lo",
129970  description="HEBREW LETTER YOD WITH DAGESH",
129971  direction="r",
129972  linebreak="hl",
129973  shcode=0x5D9,
129974  specials={ "char", 0x5D9, 0x5BC },
129975  unicodeslot=0xFB39,
129976 },
129977 [0xFB3A]={
129978  category="lo",
129979  description="HEBREW LETTER FINAL KAF WITH DAGESH",
129980  direction="r",
129981  linebreak="hl",
129982  specials={ "char", 0x5DA, 0x5BC },
129983  unicodeslot=0xFB3A,
129984 },
129985 [0xFB3B]={
129986  category="lo",
129987  description="HEBREW LETTER KAF WITH DAGESH",
129988  direction="r",
129989  linebreak="hl",
129990  shcode=0x5DB,
129991  specials={ "char", 0x5DB, 0x5BC },
129992  unicodeslot=0xFB3B,
129993 },
129994 [0xFB3C]={
129995  category="lo",
129996  description="HEBREW LETTER LAMED WITH DAGESH",
129997  direction="r",
129998  linebreak="hl",
129999  shcode=0x5DC,
130000  specials={ "char", 0x5DC, 0x5BC },
130001  unicodeslot=0xFB3C,
130002 },
130003 [0xFB3E]={
130004  category="lo",
130005  description="HEBREW LETTER MEM WITH DAGESH",
130006  direction="r",
130007  linebreak="hl",
130008  shcode=0x5DE,
130009  specials={ "char", 0x5DE, 0x5BC },
130010  unicodeslot=0xFB3E,
130011 },
130012 [0xFB40]={
130013  category="lo",
130014  description="HEBREW LETTER NUN WITH DAGESH",
130015  direction="r",
130016  linebreak="hl",
130017  shcode=0x5E0,
130018  specials={ "char", 0x5E0, 0x5BC },
130019  unicodeslot=0xFB40,
130020 },
130021 [0xFB41]={
130022  category="lo",
130023  description="HEBREW LETTER SAMEKH WITH DAGESH",
130024  direction="r",
130025  linebreak="hl",
130026  shcode=0x5E1,
130027  specials={ "char", 0x5E1, 0x5BC },
130028  unicodeslot=0xFB41,
130029 },
130030 [0xFB43]={
130031  category="lo",
130032  description="HEBREW LETTER FINAL PE WITH DAGESH",
130033  direction="r",
130034  linebreak="hl",
130035  specials={ "char", 0x5E3, 0x5BC },
130036  unicodeslot=0xFB43,
130037 },
130038 [0xFB44]={
130039  category="lo",
130040  description="HEBREW LETTER PE WITH DAGESH",
130041  direction="r",
130042  linebreak="hl",
130043  shcode=0x5E4,
130044  specials={ "char", 0x5E4, 0x5BC },
130045  unicodeslot=0xFB44,
130046 },
130047 [0xFB46]={
130048  category="lo",
130049  description="HEBREW LETTER TSADI WITH DAGESH",
130050  direction="r",
130051  linebreak="hl",
130052  shcode=0x5E6,
130053  specials={ "char", 0x5E6, 0x5BC },
130054  unicodeslot=0xFB46,
130055 },
130056 [0xFB47]={
130057  category="lo",
130058  description="HEBREW LETTER QOF WITH DAGESH",
130059  direction="r",
130060  linebreak="hl",
130061  shcode=0x5E7,
130062  specials={ "char", 0x5E7, 0x5BC },
130063  unicodeslot=0xFB47,
130064 },
130065 [0xFB48]={
130066  category="lo",
130067  description="HEBREW LETTER RESH WITH DAGESH",
130068  direction="r",
130069  linebreak="hl",
130070  shcode=0x5E8,
130071  specials={ "char", 0x5E8, 0x5BC },
130072  unicodeslot=0xFB48,
130073 },
130074 [0xFB49]={
130075  category="lo",
130076  description="HEBREW LETTER SHIN WITH DAGESH",
130077  direction="r",
130078  linebreak="hl",
130079  shcode=0x5E9,
130080  specials={ "char", 0x5E9, 0x5BC },
130081  unicodeslot=0xFB49,
130082 },
130083 [0xFB4A]={
130084  category="lo",
130085  description="HEBREW LETTER TAV WITH DAGESH",
130086  direction="r",
130087  linebreak="hl",
130088  shcode=0x5EA,
130089  specials={ "char", 0x5EA, 0x5BC },
130090  unicodeslot=0xFB4A,
130091 },
130092 [0xFB4B]={
130093  category="lo",
130094  description="HEBREW LETTER VAV WITH HOLAM",
130095  direction="r",
130096  linebreak="hl",
130097  shcode=0x5D5,
130098  specials={ "char", 0x5D5, 0x5B9 },
130099  unicodeslot=0xFB4B,
130100 },
130101 [0xFB4C]={
130102  category="lo",
130103  description="HEBREW LETTER BET WITH RAFE",
130104  direction="r",
130105  linebreak="hl",
130106  shcode=0x5D1,
130107  specials={ "char", 0x5D1, 0x5BF },
130108  unicodeslot=0xFB4C,
130109 },
130110 [0xFB4D]={
130111  category="lo",
130112  description="HEBREW LETTER KAF WITH RAFE",
130113  direction="r",
130114  linebreak="hl",
130115  shcode=0x5DB,
130116  specials={ "char", 0x5DB, 0x5BF },
130117  unicodeslot=0xFB4D,
130118 },
130119 [0xFB4E]={
130120  category="lo",
130121  description="HEBREW LETTER PE WITH RAFE",
130122  direction="r",
130123  linebreak="hl",
130124  shcode=0x5E4,
130125  specials={ "char", 0x5E4, 0x5BF },
130126  unicodeslot=0xFB4E,
130127 },
130128 [0xFB4F]={
130129  category="lo",
130130  description="HEBREW LIGATURE ALEF LAMED",
130131  direction="r",
130132  linebreak="hl",
130133  specials={ "compat", 0x5D0, 0x5DC },
130134  unicodeslot=0xFB4F,
130135 },
130136 [0xFB50]={
130137  category="lo",
130138  description="ARABIC LETTER ALEF WASLA ISOLATED FORM",
130139  direction="al",
130140  linebreak="al",
130141  specials={ "isolated", 0x671 },
130142  unicodeslot=0xFB50,
130143 },
130144 [0xFB51]={
130145  category="lo",
130146  description="ARABIC LETTER ALEF WASLA FINAL FORM",
130147  direction="al",
130148  linebreak="al",
130149  specials={ "final", 0x671 },
130150  unicodeslot=0xFB51,
130151 },
130152 [0xFB52]={
130153  category="lo",
130154  description="ARABIC LETTER BEEH ISOLATED FORM",
130155  direction="al",
130156  linebreak="al",
130157  specials={ "isolated", 0x67B },
130158  unicodeslot=0xFB52,
130159 },
130160 [0xFB53]={
130161  category="lo",
130162  description="ARABIC LETTER BEEH FINAL FORM",
130163  direction="al",
130164  linebreak="al",
130165  specials={ "final", 0x67B },
130166  unicodeslot=0xFB53,
130167 },
130168 [0xFB54]={
130169  category="lo",
130170  description="ARABIC LETTER BEEH INITIAL FORM",
130171  direction="al",
130172  linebreak="al",
130173  specials={ "initial", 0x67B },
130174  unicodeslot=0xFB54,
130175 },
130176 [0xFB55]={
130177  category="lo",
130178  description="ARABIC LETTER BEEH MEDIAL FORM",
130179  direction="al",
130180  linebreak="al",
130181  specials={ "medial", 0x67B },
130182  unicodeslot=0xFB55,
130183 },
130184 [0xFB56]={
130185  category="lo",
130186  description="ARABIC LETTER PEH ISOLATED FORM",
130187  direction="al",
130188  linebreak="al",
130189  specials={ "isolated", 0x67E },
130190  unicodeslot=0xFB56,
130191 },
130192 [0xFB57]={
130193  category="lo",
130194  description="ARABIC LETTER PEH FINAL FORM",
130195  direction="al",
130196  linebreak="al",
130197  specials={ "final", 0x67E },
130198  unicodeslot=0xFB57,
130199 },
130200 [0xFB58]={
130201  category="lo",
130202  description="ARABIC LETTER PEH INITIAL FORM",
130203  direction="al",
130204  linebreak="al",
130205  specials={ "initial", 0x67E },
130206  unicodeslot=0xFB58,
130207 },
130208 [0xFB59]={
130209  category="lo",
130210  description="ARABIC LETTER PEH MEDIAL FORM",
130211  direction="al",
130212  linebreak="al",
130213  specials={ "medial", 0x67E },
130214  unicodeslot=0xFB59,
130215 },
130216 [0xFB5A]={
130217  category="lo",
130218  description="ARABIC LETTER BEHEH ISOLATED FORM",
130219  direction="al",
130220  linebreak="al",
130221  specials={ "isolated", 0x680 },
130222  unicodeslot=0xFB5A,
130223 },
130224 [0xFB5B]={
130225  category="lo",
130226  description="ARABIC LETTER BEHEH FINAL FORM",
130227  direction="al",
130228  linebreak="al",
130229  specials={ "final", 0x680 },
130230  unicodeslot=0xFB5B,
130231 },
130232 [0xFB5C]={
130233  category="lo",
130234  description="ARABIC LETTER BEHEH INITIAL FORM",
130235  direction="al",
130236  linebreak="al",
130237  specials={ "initial", 0x680 },
130238  unicodeslot=0xFB5C,
130239 },
130240 [0xFB5D]={
130241  category="lo",
130242  description="ARABIC LETTER BEHEH MEDIAL FORM",
130243  direction="al",
130244  linebreak="al",
130245  specials={ "medial", 0x680 },
130246  unicodeslot=0xFB5D,
130247 },
130248 [0xFB5E]={
130249  category="lo",
130250  description="ARABIC LETTER TTEHEH ISOLATED FORM",
130251  direction="al",
130252  linebreak="al",
130253  specials={ "isolated", 0x67A },
130254  unicodeslot=0xFB5E,
130255 },
130256 [0xFB5F]={
130257  category="lo",
130258  description="ARABIC LETTER TTEHEH FINAL FORM",
130259  direction="al",
130260  linebreak="al",
130261  specials={ "final", 0x67A },
130262  unicodeslot=0xFB5F,
130263 },
130264 [0xFB60]={
130265  category="lo",
130266  description="ARABIC LETTER TTEHEH INITIAL FORM",
130267  direction="al",
130268  linebreak="al",
130269  specials={ "initial", 0x67A },
130270  unicodeslot=0xFB60,
130271 },
130272 [0xFB61]={
130273  category="lo",
130274  description="ARABIC LETTER TTEHEH MEDIAL FORM",
130275  direction="al",
130276  linebreak="al",
130277  specials={ "medial", 0x67A },
130278  unicodeslot=0xFB61,
130279 },
130280 [0xFB62]={
130281  category="lo",
130282  description="ARABIC LETTER TEHEH ISOLATED FORM",
130283  direction="al",
130284  linebreak="al",
130285  specials={ "isolated", 0x67F },
130286  unicodeslot=0xFB62,
130287 },
130288 [0xFB63]={
130289  category="lo",
130290  description="ARABIC LETTER TEHEH FINAL FORM",
130291  direction="al",
130292  linebreak="al",
130293  specials={ "final", 0x67F },
130294  unicodeslot=0xFB63,
130295 },
130296 [0xFB64]={
130297  category="lo",
130298  description="ARABIC LETTER TEHEH INITIAL FORM",
130299  direction="al",
130300  linebreak="al",
130301  specials={ "initial", 0x67F },
130302  unicodeslot=0xFB64,
130303 },
130304 [0xFB65]={
130305  category="lo",
130306  description="ARABIC LETTER TEHEH MEDIAL FORM",
130307  direction="al",
130308  linebreak="al",
130309  specials={ "medial", 0x67F },
130310  unicodeslot=0xFB65,
130311 },
130312 [0xFB66]={
130313  category="lo",
130314  description="ARABIC LETTER TTEH ISOLATED FORM",
130315  direction="al",
130316  linebreak="al",
130317  specials={ "isolated", 0x679 },
130318  unicodeslot=0xFB66,
130319 },
130320 [0xFB67]={
130321  category="lo",
130322  description="ARABIC LETTER TTEH FINAL FORM",
130323  direction="al",
130324  linebreak="al",
130325  specials={ "final", 0x679 },
130326  unicodeslot=0xFB67,
130327 },
130328 [0xFB68]={
130329  category="lo",
130330  description="ARABIC LETTER TTEH INITIAL FORM",
130331  direction="al",
130332  linebreak="al",
130333  specials={ "initial", 0x679 },
130334  unicodeslot=0xFB68,
130335 },
130336 [0xFB69]={
130337  category="lo",
130338  description="ARABIC LETTER TTEH MEDIAL FORM",
130339  direction="al",
130340  linebreak="al",
130341  specials={ "medial", 0x679 },
130342  unicodeslot=0xFB69,
130343 },
130344 [0xFB6A]={
130345  category="lo",
130346  description="ARABIC LETTER VEH ISOLATED FORM",
130347  direction="al",
130348  linebreak="al",
130349  specials={ "isolated", 0x6A4 },
130350  unicodeslot=0xFB6A,
130351 },
130352 [0xFB6B]={
130353  category="lo",
130354  description="ARABIC LETTER VEH FINAL FORM",
130355  direction="al",
130356  linebreak="al",
130357  specials={ "final", 0x6A4 },
130358  unicodeslot=0xFB6B,
130359 },
130360 [0xFB6C]={
130361  category="lo",
130362  description="ARABIC LETTER VEH INITIAL FORM",
130363  direction="al",
130364  linebreak="al",
130365  specials={ "initial", 0x6A4 },
130366  unicodeslot=0xFB6C,
130367 },
130368 [0xFB6D]={
130369  category="lo",
130370  description="ARABIC LETTER VEH MEDIAL FORM",
130371  direction="al",
130372  linebreak="al",
130373  specials={ "medial", 0x6A4 },
130374  unicodeslot=0xFB6D,
130375 },
130376 [0xFB6E]={
130377  category="lo",
130378  description="ARABIC LETTER PEHEH ISOLATED FORM",
130379  direction="al",
130380  linebreak="al",
130381  specials={ "isolated", 0x6A6 },
130382  unicodeslot=0xFB6E,
130383 },
130384 [0xFB6F]={
130385  category="lo",
130386  description="ARABIC LETTER PEHEH FINAL FORM",
130387  direction="al",
130388  linebreak="al",
130389  specials={ "final", 0x6A6 },
130390  unicodeslot=0xFB6F,
130391 },
130392 [0xFB70]={
130393  category="lo",
130394  description="ARABIC LETTER PEHEH INITIAL FORM",
130395  direction="al",
130396  linebreak="al",
130397  specials={ "initial", 0x6A6 },
130398  unicodeslot=0xFB70,
130399 },
130400 [0xFB71]={
130401  category="lo",
130402  description="ARABIC LETTER PEHEH MEDIAL FORM",
130403  direction="al",
130404  linebreak="al",
130405  specials={ "medial", 0x6A6 },
130406  unicodeslot=0xFB71,
130407 },
130408 [0xFB72]={
130409  category="lo",
130410  description="ARABIC LETTER DYEH ISOLATED FORM",
130411  direction="al",
130412  linebreak="al",
130413  specials={ "isolated", 0x684 },
130414  unicodeslot=0xFB72,
130415 },
130416 [0xFB73]={
130417  category="lo",
130418  description="ARABIC LETTER DYEH FINAL FORM",
130419  direction="al",
130420  linebreak="al",
130421  specials={ "final", 0x684 },
130422  unicodeslot=0xFB73,
130423 },
130424 [0xFB74]={
130425  category="lo",
130426  description="ARABIC LETTER DYEH INITIAL FORM",
130427  direction="al",
130428  linebreak="al",
130429  specials={ "initial", 0x684 },
130430  unicodeslot=0xFB74,
130431 },
130432 [0xFB75]={
130433  category="lo",
130434  description="ARABIC LETTER DYEH MEDIAL FORM",
130435  direction="al",
130436  linebreak="al",
130437  specials={ "medial", 0x684 },
130438  unicodeslot=0xFB75,
130439 },
130440 [0xFB76]={
130441  category="lo",
130442  description="ARABIC LETTER NYEH ISOLATED FORM",
130443  direction="al",
130444  linebreak="al",
130445  specials={ "isolated", 0x683 },
130446  unicodeslot=0xFB76,
130447 },
130448 [0xFB77]={
130449  category="lo",
130450  description="ARABIC LETTER NYEH FINAL FORM",
130451  direction="al",
130452  linebreak="al",
130453  specials={ "final", 0x683 },
130454  unicodeslot=0xFB77,
130455 },
130456 [0xFB78]={
130457  category="lo",
130458  description="ARABIC LETTER NYEH INITIAL FORM",
130459  direction="al",
130460  linebreak="al",
130461  specials={ "initial", 0x683 },
130462  unicodeslot=0xFB78,
130463 },
130464 [0xFB79]={
130465  category="lo",
130466  description="ARABIC LETTER NYEH MEDIAL FORM",
130467  direction="al",
130468  linebreak="al",
130469  specials={ "medial", 0x683 },
130470  unicodeslot=0xFB79,
130471 },
130472 [0xFB7A]={
130473  category="lo",
130474  description="ARABIC LETTER TCHEH ISOLATED FORM",
130475  direction="al",
130476  linebreak="al",
130477  specials={ "isolated", 0x686 },
130478  unicodeslot=0xFB7A,
130479 },
130480 [0xFB7B]={
130481  category="lo",
130482  description="ARABIC LETTER TCHEH FINAL FORM",
130483  direction="al",
130484  linebreak="al",
130485  specials={ "final", 0x686 },
130486  unicodeslot=0xFB7B,
130487 },
130488 [0xFB7C]={
130489  category="lo",
130490  description="ARABIC LETTER TCHEH INITIAL FORM",
130491  direction="al",
130492  linebreak="al",
130493  specials={ "initial", 0x686 },
130494  unicodeslot=0xFB7C,
130495 },
130496 [0xFB7D]={
130497  category="lo",
130498  description="ARABIC LETTER TCHEH MEDIAL FORM",
130499  direction="al",
130500  linebreak="al",
130501  specials={ "medial", 0x686 },
130502  unicodeslot=0xFB7D,
130503 },
130504 [0xFB7E]={
130505  category="lo",
130506  description="ARABIC LETTER TCHEHEH ISOLATED FORM",
130507  direction="al",
130508  linebreak="al",
130509  specials={ "isolated", 0x687 },
130510  unicodeslot=0xFB7E,
130511 },
130512 [0xFB7F]={
130513  category="lo",
130514  description="ARABIC LETTER TCHEHEH FINAL FORM",
130515  direction="al",
130516  linebreak="al",
130517  specials={ "final", 0x687 },
130518  unicodeslot=0xFB7F,
130519 },
130520 [0xFB80]={
130521  category="lo",
130522  description="ARABIC LETTER TCHEHEH INITIAL FORM",
130523  direction="al",
130524  linebreak="al",
130525  specials={ "initial", 0x687 },
130526  unicodeslot=0xFB80,
130527 },
130528 [0xFB81]={
130529  category="lo",
130530  description="ARABIC LETTER TCHEHEH MEDIAL FORM",
130531  direction="al",
130532  linebreak="al",
130533  specials={ "medial", 0x687 },
130534  unicodeslot=0xFB81,
130535 },
130536 [0xFB82]={
130537  category="lo",
130538  description="ARABIC LETTER DDAHAL ISOLATED FORM",
130539  direction="al",
130540  linebreak="al",
130541  specials={ "isolated", 0x68D },
130542  unicodeslot=0xFB82,
130543 },
130544 [0xFB83]={
130545  category="lo",
130546  description="ARABIC LETTER DDAHAL FINAL FORM",
130547  direction="al",
130548  linebreak="al",
130549  specials={ "final", 0x68D },
130550  unicodeslot=0xFB83,
130551 },
130552 [0xFB84]={
130553  category="lo",
130554  description="ARABIC LETTER DAHAL ISOLATED FORM",
130555  direction="al",
130556  linebreak="al",
130557  specials={ "isolated", 0x68C },
130558  unicodeslot=0xFB84,
130559 },
130560 [0xFB85]={
130561  category="lo",
130562  description="ARABIC LETTER DAHAL FINAL FORM",
130563  direction="al",
130564  linebreak="al",
130565  specials={ "final", 0x68C },
130566  unicodeslot=0xFB85,
130567 },
130568 [0xFB86]={
130569  category="lo",
130570  description="ARABIC LETTER DUL ISOLATED FORM",
130571  direction="al",
130572  linebreak="al",
130573  specials={ "isolated", 0x68E },
130574  unicodeslot=0xFB86,
130575 },
130576 [0xFB87]={
130577  category="lo",
130578  description="ARABIC LETTER DUL FINAL FORM",
130579  direction="al",
130580  linebreak="al",
130581  specials={ "final", 0x68E },
130582  unicodeslot=0xFB87,
130583 },
130584 [0xFB88]={
130585  category="lo",
130586  description="ARABIC LETTER DDAL ISOLATED FORM",
130587  direction="al",
130588  linebreak="al",
130589  specials={ "isolated", 0x688 },
130590  unicodeslot=0xFB88,
130591 },
130592 [0xFB89]={
130593  category="lo",
130594  description="ARABIC LETTER DDAL FINAL FORM",
130595  direction="al",
130596  linebreak="al",
130597  specials={ "final", 0x688 },
130598  unicodeslot=0xFB89,
130599 },
130600 [0xFB8A]={
130601  category="lo",
130602  description="ARABIC LETTER JEH ISOLATED FORM",
130603  direction="al",
130604  linebreak="al",
130605  specials={ "isolated", 0x698 },
130606  unicodeslot=0xFB8A,
130607 },
130608 [0xFB8B]={
130609  category="lo",
130610  description="ARABIC LETTER JEH FINAL FORM",
130611  direction="al",
130612  linebreak="al",
130613  specials={ "final", 0x698 },
130614  unicodeslot=0xFB8B,
130615 },
130616 [0xFB8C]={
130617  category="lo",
130618  description="ARABIC LETTER RREH ISOLATED FORM",
130619  direction="al",
130620  linebreak="al",
130621  specials={ "isolated", 0x691 },
130622  unicodeslot=0xFB8C,
130623 },
130624 [0xFB8D]={
130625  category="lo",
130626  description="ARABIC LETTER RREH FINAL FORM",
130627  direction="al",
130628  linebreak="al",
130629  specials={ "final", 0x691 },
130630  unicodeslot=0xFB8D,
130631 },
130632 [0xFB8E]={
130633  category="lo",
130634  description="ARABIC LETTER KEHEH ISOLATED FORM",
130635  direction="al",
130636  linebreak="al",
130637  specials={ "isolated", 0x6A9 },
130638  unicodeslot=0xFB8E,
130639 },
130640 [0xFB8F]={
130641  category="lo",
130642  description="ARABIC LETTER KEHEH FINAL FORM",
130643  direction="al",
130644  linebreak="al",
130645  specials={ "final", 0x6A9 },
130646  unicodeslot=0xFB8F,
130647 },
130648 [0xFB90]={
130649  category="lo",
130650  description="ARABIC LETTER KEHEH INITIAL FORM",
130651  direction="al",
130652  linebreak="al",
130653  specials={ "initial", 0x6A9 },
130654  unicodeslot=0xFB90,
130655 },
130656 [0xFB91]={
130657  category="lo",
130658  description="ARABIC LETTER KEHEH MEDIAL FORM",
130659  direction="al",
130660  linebreak="al",
130661  specials={ "medial", 0x6A9 },
130662  unicodeslot=0xFB91,
130663 },
130664 [0xFB92]={
130665  category="lo",
130666  description="ARABIC LETTER GAF ISOLATED FORM",
130667  direction="al",
130668  linebreak="al",
130669  specials={ "isolated", 0x6AF },
130670  unicodeslot=0xFB92,
130671 },
130672 [0xFB93]={
130673  category="lo",
130674  description="ARABIC LETTER GAF FINAL FORM",
130675  direction="al",
130676  linebreak="al",
130677  specials={ "final", 0x6AF },
130678  unicodeslot=0xFB93,
130679 },
130680 [0xFB94]={
130681  category="lo",
130682  description="ARABIC LETTER GAF INITIAL FORM",
130683  direction="al",
130684  linebreak="al",
130685  specials={ "initial", 0x6AF },
130686  unicodeslot=0xFB94,
130687 },
130688 [0xFB95]={
130689  category="lo",
130690  description="ARABIC LETTER GAF MEDIAL FORM",
130691  direction="al",
130692  linebreak="al",
130693  specials={ "medial", 0x6AF },
130694  unicodeslot=0xFB95,
130695 },
130696 [0xFB96]={
130697  category="lo",
130698  description="ARABIC LETTER GUEH ISOLATED FORM",
130699  direction="al",
130700  linebreak="al",
130701  specials={ "isolated", 0x6B3 },
130702  unicodeslot=0xFB96,
130703 },
130704 [0xFB97]={
130705  category="lo",
130706  description="ARABIC LETTER GUEH FINAL FORM",
130707  direction="al",
130708  linebreak="al",
130709  specials={ "final", 0x6B3 },
130710  unicodeslot=0xFB97,
130711 },
130712 [0xFB98]={
130713  category="lo",
130714  description="ARABIC LETTER GUEH INITIAL FORM",
130715  direction="al",
130716  linebreak="al",
130717  specials={ "initial", 0x6B3 },
130718  unicodeslot=0xFB98,
130719 },
130720 [0xFB99]={
130721  category="lo",
130722  description="ARABIC LETTER GUEH MEDIAL FORM",
130723  direction="al",
130724  linebreak="al",
130725  specials={ "medial", 0x6B3 },
130726  unicodeslot=0xFB99,
130727 },
130728 [0xFB9A]={
130729  category="lo",
130730  description="ARABIC LETTER NGOEH ISOLATED FORM",
130731  direction="al",
130732  linebreak="al",
130733  specials={ "isolated", 0x6B1 },
130734  unicodeslot=0xFB9A,
130735 },
130736 [0xFB9B]={
130737  category="lo",
130738  description="ARABIC LETTER NGOEH FINAL FORM",
130739  direction="al",
130740  linebreak="al",
130741  specials={ "final", 0x6B1 },
130742  unicodeslot=0xFB9B,
130743 },
130744 [0xFB9C]={
130745  category="lo",
130746  description="ARABIC LETTER NGOEH INITIAL FORM",
130747  direction="al",
130748  linebreak="al",
130749  specials={ "initial", 0x6B1 },
130750  unicodeslot=0xFB9C,
130751 },
130752 [0xFB9D]={
130753  category="lo",
130754  description="ARABIC LETTER NGOEH MEDIAL FORM",
130755  direction="al",
130756  linebreak="al",
130757  specials={ "medial", 0x6B1 },
130758  unicodeslot=0xFB9D,
130759 },
130760 [0xFB9E]={
130761  category="lo",
130762  description="ARABIC LETTER NOON GHUNNA ISOLATED FORM",
130763  direction="al",
130764  linebreak="al",
130765  specials={ "isolated", 0x6BA },
130766  unicodeslot=0xFB9E,
130767 },
130768 [0xFB9F]={
130769  category="lo",
130770  description="ARABIC LETTER NOON GHUNNA FINAL FORM",
130771  direction="al",
130772  linebreak="al",
130773  specials={ "final", 0x6BA },
130774  unicodeslot=0xFB9F,
130775 },
130776 [0xFBA0]={
130777  category="lo",
130778  description="ARABIC LETTER RNOON ISOLATED FORM",
130779  direction="al",
130780  linebreak="al",
130781  specials={ "isolated", 0x6BB },
130782  unicodeslot=0xFBA0,
130783 },
130784 [0xFBA1]={
130785  category="lo",
130786  description="ARABIC LETTER RNOON FINAL FORM",
130787  direction="al",
130788  linebreak="al",
130789  specials={ "final", 0x6BB },
130790  unicodeslot=0xFBA1,
130791 },
130792 [0xFBA2]={
130793  category="lo",
130794  description="ARABIC LETTER RNOON INITIAL FORM",
130795  direction="al",
130796  linebreak="al",
130797  specials={ "initial", 0x6BB },
130798  unicodeslot=0xFBA2,
130799 },
130800 [0xFBA3]={
130801  category="lo",
130802  description="ARABIC LETTER RNOON MEDIAL FORM",
130803  direction="al",
130804  linebreak="al",
130805  specials={ "medial", 0x6BB },
130806  unicodeslot=0xFBA3,
130807 },
130808 [0xFBA4]={
130809  category="lo",
130810  description="ARABIC LETTER HEH WITH YEH ABOVE ISOLATED FORM",
130811  direction="al",
130812  linebreak="al",
130813  shcode=0x647,
130814  specials={ "isolated", 0x6C0 },
130815  unicodeslot=0xFBA4,
130816 },
130817 [0xFBA5]={
130818  category="lo",
130819  description="ARABIC LETTER HEH WITH YEH ABOVE FINAL FORM",
130820  direction="al",
130821  linebreak="al",
130822  shcode=0x647,
130823  specials={ "final", 0x6C0 },
130824  unicodeslot=0xFBA5,
130825 },
130826 [0xFBA6]={
130827  category="lo",
130828  description="ARABIC LETTER HEH GOAL ISOLATED FORM",
130829  direction="al",
130830  linebreak="al",
130831  specials={ "isolated", 0x6C1 },
130832  unicodeslot=0xFBA6,
130833 },
130834 [0xFBA7]={
130835  category="lo",
130836  description="ARABIC LETTER HEH GOAL FINAL FORM",
130837  direction="al",
130838  linebreak="al",
130839  specials={ "final", 0x6C1 },
130840  unicodeslot=0xFBA7,
130841 },
130842 [0xFBA8]={
130843  category="lo",
130844  description="ARABIC LETTER HEH GOAL INITIAL FORM",
130845  direction="al",
130846  linebreak="al",
130847  specials={ "initial", 0x6C1 },
130848  unicodeslot=0xFBA8,
130849 },
130850 [0xFBA9]={
130851  category="lo",
130852  description="ARABIC LETTER HEH GOAL MEDIAL FORM",
130853  direction="al",
130854  linebreak="al",
130855  specials={ "medial", 0x6C1 },
130856  unicodeslot=0xFBA9,
130857 },
130858 [0xFBAA]={
130859  category="lo",
130860  description="ARABIC LETTER HEH DOACHASHMEE ISOLATED FORM",
130861  direction="al",
130862  linebreak="al",
130863  specials={ "isolated", 0x6BE },
130864  unicodeslot=0xFBAA,
130865 },
130866 [0xFBAB]={
130867  category="lo",
130868  description="ARABIC LETTER HEH DOACHASHMEE FINAL FORM",
130869  direction="al",
130870  linebreak="al",
130871  specials={ "final", 0x6BE },
130872  unicodeslot=0xFBAB,
130873 },
130874 [0xFBAC]={
130875  category="lo",
130876  description="ARABIC LETTER HEH DOACHASHMEE INITIAL FORM",
130877  direction="al",
130878  linebreak="al",
130879  specials={ "initial", 0x6BE },
130880  unicodeslot=0xFBAC,
130881 },
130882 [0xFBAD]={
130883  category="lo",
130884  description="ARABIC LETTER HEH DOACHASHMEE MEDIAL FORM",
130885  direction="al",
130886  linebreak="al",
130887  specials={ "medial", 0x6BE },
130888  unicodeslot=0xFBAD,
130889 },
130890 [0xFBAE]={
130891  category="lo",
130892  description="ARABIC LETTER YEH BARREE ISOLATED FORM",
130893  direction="al",
130894  linebreak="al",
130895  specials={ "isolated", 0x6D2 },
130896  unicodeslot=0xFBAE,
130897 },
130898 [0xFBAF]={
130899  category="lo",
130900  description="ARABIC LETTER YEH BARREE FINAL FORM",
130901  direction="al",
130902  linebreak="al",
130903  specials={ "final", 0x6D2 },
130904  unicodeslot=0xFBAF,
130905 },
130906 [0xFBB0]={
130907  category="lo",
130908  description="ARABIC LETTER YEH BARREE WITH HAMZA ABOVE ISOLATED FORM",
130909  direction="al",
130910  linebreak="al",
130911  specials={ "isolated", 0x6D3 },
130912  unicodeslot=0xFBB0,
130913 },
130914 [0xFBB1]={
130915  category="lo",
130916  description="ARABIC LETTER YEH BARREE WITH HAMZA ABOVE FINAL FORM",
130917  direction="al",
130918  linebreak="al",
130919  specials={ "final", 0x6D3 },
130920  unicodeslot=0xFBB1,
130921 },
130922 [0xFBB2]={
130923  category="sk",
130924  description="ARABIC SYMBOL DOT ABOVE",
130925  direction="al",
130926  linebreak="al",
130927  unicodeslot=0xFBB2,
130928 },
130929 [0xFBB3]={
130930  category="sk",
130931  description="ARABIC SYMBOL DOT BELOW",
130932  direction="al",
130933  linebreak="al",
130934  unicodeslot=0xFBB3,
130935 },
130936 [0xFBB4]={
130937  category="sk",
130938  description="ARABIC SYMBOL TWO DOTS ABOVE",
130939  direction="al",
130940  linebreak="al",
130941  unicodeslot=0xFBB4,
130942 },
130943 [0xFBB5]={
130944  category="sk",
130945  description="ARABIC SYMBOL TWO DOTS BELOW",
130946  direction="al",
130947  linebreak="al",
130948  unicodeslot=0xFBB5,
130949 },
130950 [0xFBB6]={
130951  category="sk",
130952  description="ARABIC SYMBOL THREE DOTS ABOVE",
130953  direction="al",
130954  linebreak="al",
130955  unicodeslot=0xFBB6,
130956 },
130957 [0xFBB7]={
130958  category="sk",
130959  description="ARABIC SYMBOL THREE DOTS BELOW",
130960  direction="al",
130961  linebreak="al",
130962  unicodeslot=0xFBB7,
130963 },
130964 [0xFBB8]={
130965  category="sk",
130966  description="ARABIC SYMBOL THREE DOTS POINTING DOWNWARDS ABOVE",
130967  direction="al",
130968  linebreak="al",
130969  unicodeslot=0xFBB8,
130970 },
130971 [0xFBB9]={
130972  category="sk",
130973  description="ARABIC SYMBOL THREE DOTS POINTING DOWNWARDS BELOW",
130974  direction="al",
130975  linebreak="al",
130976  unicodeslot=0xFBB9,
130977 },
130978 [0xFBBA]={
130979  category="sk",
130980  description="ARABIC SYMBOL FOUR DOTS ABOVE",
130981  direction="al",
130982  linebreak="al",
130983  unicodeslot=0xFBBA,
130984 },
130985 [0xFBBB]={
130986  category="sk",
130987  description="ARABIC SYMBOL FOUR DOTS BELOW",
130988  direction="al",
130989  linebreak="al",
130990  unicodeslot=0xFBBB,
130991 },
130992 [0xFBBC]={
130993  category="sk",
130994  description="ARABIC SYMBOL DOUBLE VERTICAL BAR BELOW",
130995  direction="al",
130996  linebreak="al",
130997  unicodeslot=0xFBBC,
130998 },
130999 [0xFBBD]={
131000  category="sk",
131001  description="ARABIC SYMBOL TWO DOTS VERTICALLY ABOVE",
131002  direction="al",
131003  linebreak="al",
131004  unicodeslot=0xFBBD,
131005 },
131006 [0xFBBE]={
131007  category="sk",
131008  description="ARABIC SYMBOL TWO DOTS VERTICALLY BELOW",
131009  direction="al",
131010  linebreak="al",
131011  unicodeslot=0xFBBE,
131012 },
131013 [0xFBBF]={
131014  category="sk",
131015  description="ARABIC SYMBOL RING",
131016  direction="al",
131017  linebreak="al",
131018  unicodeslot=0xFBBF,
131019 },
131020 [0xFBC0]={
131021  category="sk",
131022  description="ARABIC SYMBOL SMALL TAH ABOVE",
131023  direction="al",
131024  linebreak="al",
131025  unicodeslot=0xFBC0,
131026 },
131027 [0xFBC1]={
131028  category="sk",
131029  description="ARABIC SYMBOL SMALL TAH BELOW",
131030  direction="al",
131031  linebreak="al",
131032  unicodeslot=0xFBC1,
131033 },
131034 [0xFBC2]={
131035  category="sk",
131036  description="ARABIC SYMBOL WASLA ABOVE",
131037  direction="al",
131038  linebreak="al",
131039  unicodeslot=0xFBC2,
131040 },
131041 [0xFBD3]={
131042  category="lo",
131043  description="ARABIC LETTER NG ISOLATED FORM",
131044  direction="al",
131045  linebreak="al",
131046  specials={ "isolated", 0x6AD },
131047  unicodeslot=0xFBD3,
131048 },
131049 [0xFBD4]={
131050  category="lo",
131051  description="ARABIC LETTER NG FINAL FORM",
131052  direction="al",
131053  linebreak="al",
131054  specials={ "final", 0x6AD },
131055  unicodeslot=0xFBD4,
131056 },
131057 [0xFBD5]={
131058  category="lo",
131059  description="ARABIC LETTER NG INITIAL FORM",
131060  direction="al",
131061  linebreak="al",
131062  specials={ "initial", 0x6AD },
131063  unicodeslot=0xFBD5,
131064 },
131065 [0xFBD6]={
131066  category="lo",
131067  description="ARABIC LETTER NG MEDIAL FORM",
131068  direction="al",
131069  linebreak="al",
131070  specials={ "medial", 0x6AD },
131071  unicodeslot=0xFBD6,
131072 },
131073 [0xFBD7]={
131074  category="lo",
131075  description="ARABIC LETTER U ISOLATED FORM",
131076  direction="al",
131077  linebreak="al",
131078  specials={ "isolated", 0x6C7 },
131079  unicodeslot=0xFBD7,
131080 },
131081 [0xFBD8]={
131082  category="lo",
131083  description="ARABIC LETTER U FINAL FORM",
131084  direction="al",
131085  linebreak="al",
131086  specials={ "final", 0x6C7 },
131087  unicodeslot=0xFBD8,
131088 },
131089 [0xFBD9]={
131090  category="lo",
131091  description="ARABIC LETTER OE ISOLATED FORM",
131092  direction="al",
131093  linebreak="al",
131094  specials={ "isolated", 0x6C6 },
131095  unicodeslot=0xFBD9,
131096 },
131097 [0xFBDA]={
131098  category="lo",
131099  description="ARABIC LETTER OE FINAL FORM",
131100  direction="al",
131101  linebreak="al",
131102  specials={ "final", 0x6C6 },
131103  unicodeslot=0xFBDA,
131104 },
131105 [0xFBDB]={
131106  category="lo",
131107  description="ARABIC LETTER YU ISOLATED FORM",
131108  direction="al",
131109  linebreak="al",
131110  specials={ "isolated", 0x6C8 },
131111  unicodeslot=0xFBDB,
131112 },
131113 [0xFBDC]={
131114  category="lo",
131115  description="ARABIC LETTER YU FINAL FORM",
131116  direction="al",
131117  linebreak="al",
131118  specials={ "final", 0x6C8 },
131119  unicodeslot=0xFBDC,
131120 },
131121 [0xFBDD]={
131122  category="lo",
131123  description="ARABIC LETTER U WITH HAMZA ABOVE ISOLATED FORM",
131124  direction="al",
131125  linebreak="al",
131126  shcode=0x6C7,
131127  specials={ "isolated", 0x677 },
131128  unicodeslot=0xFBDD,
131129 },
131130 [0xFBDE]={
131131  category="lo",
131132  description="ARABIC LETTER VE ISOLATED FORM",
131133  direction="al",
131134  linebreak="al",
131135  specials={ "isolated", 0x6CB },
131136  unicodeslot=0xFBDE,
131137 },
131138 [0xFBDF]={
131139  category="lo",
131140  description="ARABIC LETTER VE FINAL FORM",
131141  direction="al",
131142  linebreak="al",
131143  specials={ "final", 0x6CB },
131144  unicodeslot=0xFBDF,
131145 },
131146 [0xFBE0]={
131147  category="lo",
131148  description="ARABIC LETTER KIRGHIZ OE ISOLATED FORM",
131149  direction="al",
131150  linebreak="al",
131151  specials={ "isolated", 0x6C5 },
131152  unicodeslot=0xFBE0,
131153 },
131154 [0xFBE1]={
131155  category="lo",
131156  description="ARABIC LETTER KIRGHIZ OE FINAL FORM",
131157  direction="al",
131158  linebreak="al",
131159  specials={ "final", 0x6C5 },
131160  unicodeslot=0xFBE1,
131161 },
131162 [0xFBE2]={
131163  category="lo",
131164  description="ARABIC LETTER KIRGHIZ YU ISOLATED FORM",
131165  direction="al",
131166  linebreak="al",
131167  specials={ "isolated", 0x6C9 },
131168  unicodeslot=0xFBE2,
131169 },
131170 [0xFBE3]={
131171  category="lo",
131172  description="ARABIC LETTER KIRGHIZ YU FINAL FORM",
131173  direction="al",
131174  linebreak="al",
131175  specials={ "final", 0x6C9 },
131176  unicodeslot=0xFBE3,
131177 },
131178 [0xFBE4]={
131179  category="lo",
131180  description="ARABIC LETTER E ISOLATED FORM",
131181  direction="al",
131182  linebreak="al",
131183  specials={ "isolated", 0x6D0 },
131184  unicodeslot=0xFBE4,
131185 },
131186 [0xFBE5]={
131187  category="lo",
131188  description="ARABIC LETTER E FINAL FORM",
131189  direction="al",
131190  linebreak="al",
131191  specials={ "final", 0x6D0 },
131192  unicodeslot=0xFBE5,
131193 },
131194 [0xFBE6]={
131195  category="lo",
131196  description="ARABIC LETTER E INITIAL FORM",
131197  direction="al",
131198  linebreak="al",
131199  specials={ "initial", 0x6D0 },
131200  unicodeslot=0xFBE6,
131201 },
131202 [0xFBE7]={
131203  category="lo",
131204  description="ARABIC LETTER E MEDIAL FORM",
131205  direction="al",
131206  linebreak="al",
131207  specials={ "medial", 0x6D0 },
131208  unicodeslot=0xFBE7,
131209 },
131210 [0xFBE8]={
131211  category="lo",
131212  description="ARABIC LETTER UIGHUR KAZAKH KIRGHIZ ALEF MAKSURA INITIAL FORM",
131213  direction="al",
131214  linebreak="al",
131215  specials={ "initial", 0x649 },
131216  unicodeslot=0xFBE8,
131217 },
131218 [0xFBE9]={
131219  category="lo",
131220  description="ARABIC LETTER UIGHUR KAZAKH KIRGHIZ ALEF MAKSURA MEDIAL FORM",
131221  direction="al",
131222  linebreak="al",
131223  specials={ "medial", 0x649 },
131224  unicodeslot=0xFBE9,
131225 },
131226 [0xFBEA]={
131227  category="lo",
131228  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ALEF ISOLATED FORM",
131229  direction="al",
131230  linebreak="al",
131231  specials={ "isolated", 0x626, 0x627 },
131232  unicodeslot=0xFBEA,
131233 },
131234 [0xFBEB]={
131235  category="lo",
131236  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ALEF FINAL FORM",
131237  direction="al",
131238  linebreak="al",
131239  specials={ "final", 0x626, 0x627 },
131240  unicodeslot=0xFBEB,
131241 },
131242 [0xFBEC]={
131243  category="lo",
131244  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH AE ISOLATED FORM",
131245  direction="al",
131246  linebreak="al",
131247  specials={ "isolated", 0x626, 0x6D5 },
131248  unicodeslot=0xFBEC,
131249 },
131250 [0xFBED]={
131251  category="lo",
131252  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH AE FINAL FORM",
131253  direction="al",
131254  linebreak="al",
131255  specials={ "final", 0x626, 0x6D5 },
131256  unicodeslot=0xFBED,
131257 },
131258 [0xFBEE]={
131259  category="lo",
131260  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH WAW ISOLATED FORM",
131261  direction="al",
131262  linebreak="al",
131263  specials={ "isolated", 0x626, 0x648 },
131264  unicodeslot=0xFBEE,
131265 },
131266 [0xFBEF]={
131267  category="lo",
131268  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH WAW FINAL FORM",
131269  direction="al",
131270  linebreak="al",
131271  specials={ "final", 0x626, 0x648 },
131272  unicodeslot=0xFBEF,
131273 },
131274 [0xFBF0]={
131275  category="lo",
131276  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH U ISOLATED FORM",
131277  direction="al",
131278  linebreak="al",
131279  specials={ "isolated", 0x626, 0x6C7 },
131280  unicodeslot=0xFBF0,
131281 },
131282 [0xFBF1]={
131283  category="lo",
131284  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH U FINAL FORM",
131285  direction="al",
131286  linebreak="al",
131287  specials={ "final", 0x626, 0x6C7 },
131288  unicodeslot=0xFBF1,
131289 },
131290 [0xFBF2]={
131291  category="lo",
131292  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH OE ISOLATED FORM",
131293  direction="al",
131294  linebreak="al",
131295  specials={ "isolated", 0x626, 0x6C6 },
131296  unicodeslot=0xFBF2,
131297 },
131298 [0xFBF3]={
131299  category="lo",
131300  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH OE FINAL FORM",
131301  direction="al",
131302  linebreak="al",
131303  specials={ "final", 0x626, 0x6C6 },
131304  unicodeslot=0xFBF3,
131305 },
131306 [0xFBF4]={
131307  category="lo",
131308  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH YU ISOLATED FORM",
131309  direction="al",
131310  linebreak="al",
131311  specials={ "isolated", 0x626, 0x6C8 },
131312  unicodeslot=0xFBF4,
131313 },
131314 [0xFBF5]={
131315  category="lo",
131316  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH YU FINAL FORM",
131317  direction="al",
131318  linebreak="al",
131319  specials={ "final", 0x626, 0x6C8 },
131320  unicodeslot=0xFBF5,
131321 },
131322 [0xFBF6]={
131323  category="lo",
131324  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH E ISOLATED FORM",
131325  direction="al",
131326  linebreak="al",
131327  specials={ "isolated", 0x626, 0x6D0 },
131328  unicodeslot=0xFBF6,
131329 },
131330 [0xFBF7]={
131331  category="lo",
131332  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH E FINAL FORM",
131333  direction="al",
131334  linebreak="al",
131335  specials={ "final", 0x626, 0x6D0 },
131336  unicodeslot=0xFBF7,
131337 },
131338 [0xFBF8]={
131339  category="lo",
131340  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH E INITIAL FORM",
131341  direction="al",
131342  linebreak="al",
131343  specials={ "initial", 0x626, 0x6D0 },
131344  unicodeslot=0xFBF8,
131345 },
131346 [0xFBF9]={
131347  category="lo",
131348  description="ARABIC LIGATURE UIGHUR KIRGHIZ YEH WITH HAMZA ABOVE WITH ALEF MAKSURA ISOLATED FORM",
131349  direction="al",
131350  linebreak="al",
131351  specials={ "isolated", 0x626, 0x649 },
131352  unicodeslot=0xFBF9,
131353 },
131354 [0xFBFA]={
131355  category="lo",
131356  description="ARABIC LIGATURE UIGHUR KIRGHIZ YEH WITH HAMZA ABOVE WITH ALEF MAKSURA FINAL FORM",
131357  direction="al",
131358  linebreak="al",
131359  specials={ "final", 0x626, 0x649 },
131360  unicodeslot=0xFBFA,
131361 },
131362 [0xFBFB]={
131363  category="lo",
131364  description="ARABIC LIGATURE UIGHUR KIRGHIZ YEH WITH HAMZA ABOVE WITH ALEF MAKSURA INITIAL FORM",
131365  direction="al",
131366  linebreak="al",
131367  specials={ "initial", 0x626, 0x649 },
131368  unicodeslot=0xFBFB,
131369 },
131370 [0xFBFC]={
131371  category="lo",
131372  description="ARABIC LETTER FARSI YEH ISOLATED FORM",
131373  direction="al",
131374  linebreak="al",
131375  specials={ "isolated", 0x6CC },
131376  unicodeslot=0xFBFC,
131377 },
131378 [0xFBFD]={
131379  category="lo",
131380  description="ARABIC LETTER FARSI YEH FINAL FORM",
131381  direction="al",
131382  linebreak="al",
131383  specials={ "final", 0x6CC },
131384  unicodeslot=0xFBFD,
131385 },
131386 [0xFBFE]={
131387  category="lo",
131388  description="ARABIC LETTER FARSI YEH INITIAL FORM",
131389  direction="al",
131390  linebreak="al",
131391  specials={ "initial", 0x6CC },
131392  unicodeslot=0xFBFE,
131393 },
131394 [0xFBFF]={
131395  category="lo",
131396  description="ARABIC LETTER FARSI YEH MEDIAL FORM",
131397  direction="al",
131398  linebreak="al",
131399  specials={ "medial", 0x6CC },
131400  unicodeslot=0xFBFF,
131401 },
131402 [0xFC00]={
131403  category="lo",
131404  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH JEEM ISOLATED FORM",
131405  direction="al",
131406  linebreak="al",
131407  specials={ "isolated", 0x626, 0x62C },
131408  unicodeslot=0xFC00,
131409 },
131410 [0xFC01]={
131411  category="lo",
131412  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH HAH ISOLATED FORM",
131413  direction="al",
131414  linebreak="al",
131415  specials={ "isolated", 0x626, 0x62D },
131416  unicodeslot=0xFC01,
131417 },
131418 [0xFC02]={
131419  category="lo",
131420  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH MEEM ISOLATED FORM",
131421  direction="al",
131422  linebreak="al",
131423  specials={ "isolated", 0x626, 0x645 },
131424  unicodeslot=0xFC02,
131425 },
131426 [0xFC03]={
131427  category="lo",
131428  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ALEF MAKSURA ISOLATED FORM",
131429  direction="al",
131430  linebreak="al",
131431  specials={ "isolated", 0x626, 0x649 },
131432  unicodeslot=0xFC03,
131433 },
131434 [0xFC04]={
131435  category="lo",
131436  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH YEH ISOLATED FORM",
131437  direction="al",
131438  linebreak="al",
131439  specials={ "isolated", 0x626, 0x64A },
131440  unicodeslot=0xFC04,
131441 },
131442 [0xFC05]={
131443  category="lo",
131444  description="ARABIC LIGATURE BEH WITH JEEM ISOLATED FORM",
131445  direction="al",
131446  linebreak="al",
131447  specials={ "isolated", 0x628, 0x62C },
131448  unicodeslot=0xFC05,
131449 },
131450 [0xFC06]={
131451  category="lo",
131452  description="ARABIC LIGATURE BEH WITH HAH ISOLATED FORM",
131453  direction="al",
131454  linebreak="al",
131455  specials={ "isolated", 0x628, 0x62D },
131456  unicodeslot=0xFC06,
131457 },
131458 [0xFC07]={
131459  category="lo",
131460  description="ARABIC LIGATURE BEH WITH KHAH ISOLATED FORM",
131461  direction="al",
131462  linebreak="al",
131463  specials={ "isolated", 0x628, 0x62E },
131464  unicodeslot=0xFC07,
131465 },
131466 [0xFC08]={
131467  category="lo",
131468  description="ARABIC LIGATURE BEH WITH MEEM ISOLATED FORM",
131469  direction="al",
131470  linebreak="al",
131471  specials={ "isolated", 0x628, 0x645 },
131472  unicodeslot=0xFC08,
131473 },
131474 [0xFC09]={
131475  category="lo",
131476  description="ARABIC LIGATURE BEH WITH ALEF MAKSURA ISOLATED FORM",
131477  direction="al",
131478  linebreak="al",
131479  specials={ "isolated", 0x628, 0x649 },
131480  unicodeslot=0xFC09,
131481 },
131482 [0xFC0A]={
131483  category="lo",
131484  description="ARABIC LIGATURE BEH WITH YEH ISOLATED FORM",
131485  direction="al",
131486  linebreak="al",
131487  specials={ "isolated", 0x628, 0x64A },
131488  unicodeslot=0xFC0A,
131489 },
131490 [0xFC0B]={
131491  category="lo",
131492  description="ARABIC LIGATURE TEH WITH JEEM ISOLATED FORM",
131493  direction="al",
131494  linebreak="al",
131495  specials={ "isolated", 0x62A, 0x62C },
131496  unicodeslot=0xFC0B,
131497 },
131498 [0xFC0C]={
131499  category="lo",
131500  description="ARABIC LIGATURE TEH WITH HAH ISOLATED FORM",
131501  direction="al",
131502  linebreak="al",
131503  specials={ "isolated", 0x62A, 0x62D },
131504  unicodeslot=0xFC0C,
131505 },
131506 [0xFC0D]={
131507  category="lo",
131508  description="ARABIC LIGATURE TEH WITH KHAH ISOLATED FORM",
131509  direction="al",
131510  linebreak="al",
131511  specials={ "isolated", 0x62A, 0x62E },
131512  unicodeslot=0xFC0D,
131513 },
131514 [0xFC0E]={
131515  category="lo",
131516  description="ARABIC LIGATURE TEH WITH MEEM ISOLATED FORM",
131517  direction="al",
131518  linebreak="al",
131519  specials={ "isolated", 0x62A, 0x645 },
131520  unicodeslot=0xFC0E,
131521 },
131522 [0xFC0F]={
131523  category="lo",
131524  description="ARABIC LIGATURE TEH WITH ALEF MAKSURA ISOLATED FORM",
131525  direction="al",
131526  linebreak="al",
131527  specials={ "isolated", 0x62A, 0x649 },
131528  unicodeslot=0xFC0F,
131529 },
131530 [0xFC10]={
131531  category="lo",
131532  description="ARABIC LIGATURE TEH WITH YEH ISOLATED FORM",
131533  direction="al",
131534  linebreak="al",
131535  specials={ "isolated", 0x62A, 0x64A },
131536  unicodeslot=0xFC10,
131537 },
131538 [0xFC11]={
131539  category="lo",
131540  description="ARABIC LIGATURE THEH WITH JEEM ISOLATED FORM",
131541  direction="al",
131542  linebreak="al",
131543  specials={ "isolated", 0x62B, 0x62C },
131544  unicodeslot=0xFC11,
131545 },
131546 [0xFC12]={
131547  category="lo",
131548  description="ARABIC LIGATURE THEH WITH MEEM ISOLATED FORM",
131549  direction="al",
131550  linebreak="al",
131551  specials={ "isolated", 0x62B, 0x645 },
131552  unicodeslot=0xFC12,
131553 },
131554 [0xFC13]={
131555  category="lo",
131556  description="ARABIC LIGATURE THEH WITH ALEF MAKSURA ISOLATED FORM",
131557  direction="al",
131558  linebreak="al",
131559  specials={ "isolated", 0x62B, 0x649 },
131560  unicodeslot=0xFC13,
131561 },
131562 [0xFC14]={
131563  category="lo",
131564  description="ARABIC LIGATURE THEH WITH YEH ISOLATED FORM",
131565  direction="al",
131566  linebreak="al",
131567  specials={ "isolated", 0x62B, 0x64A },
131568  unicodeslot=0xFC14,
131569 },
131570 [0xFC15]={
131571  category="lo",
131572  description="ARABIC LIGATURE JEEM WITH HAH ISOLATED FORM",
131573  direction="al",
131574  linebreak="al",
131575  specials={ "isolated", 0x62C, 0x62D },
131576  unicodeslot=0xFC15,
131577 },
131578 [0xFC16]={
131579  category="lo",
131580  description="ARABIC LIGATURE JEEM WITH MEEM ISOLATED FORM",
131581  direction="al",
131582  linebreak="al",
131583  specials={ "isolated", 0x62C, 0x645 },
131584  unicodeslot=0xFC16,
131585 },
131586 [0xFC17]={
131587  category="lo",
131588  description="ARABIC LIGATURE HAH WITH JEEM ISOLATED FORM",
131589  direction="al",
131590  linebreak="al",
131591  specials={ "isolated", 0x62D, 0x62C },
131592  unicodeslot=0xFC17,
131593 },
131594 [0xFC18]={
131595  category="lo",
131596  description="ARABIC LIGATURE HAH WITH MEEM ISOLATED FORM",
131597  direction="al",
131598  linebreak="al",
131599  specials={ "isolated", 0x62D, 0x645 },
131600  unicodeslot=0xFC18,
131601 },
131602 [0xFC19]={
131603  category="lo",
131604  description="ARABIC LIGATURE KHAH WITH JEEM ISOLATED FORM",
131605  direction="al",
131606  linebreak="al",
131607  specials={ "isolated", 0x62E, 0x62C },
131608  unicodeslot=0xFC19,
131609 },
131610 [0xFC1A]={
131611  category="lo",
131612  description="ARABIC LIGATURE KHAH WITH HAH ISOLATED FORM",
131613  direction="al",
131614  linebreak="al",
131615  specials={ "isolated", 0x62E, 0x62D },
131616  unicodeslot=0xFC1A,
131617 },
131618 [0xFC1B]={
131619  category="lo",
131620  description="ARABIC LIGATURE KHAH WITH MEEM ISOLATED FORM",
131621  direction="al",
131622  linebreak="al",
131623  specials={ "isolated", 0x62E, 0x645 },
131624  unicodeslot=0xFC1B,
131625 },
131626 [0xFC1C]={
131627  category="lo",
131628  description="ARABIC LIGATURE SEEN WITH JEEM ISOLATED FORM",
131629  direction="al",
131630  linebreak="al",
131631  specials={ "isolated", 0x633, 0x62C },
131632  unicodeslot=0xFC1C,
131633 },
131634 [0xFC1D]={
131635  category="lo",
131636  description="ARABIC LIGATURE SEEN WITH HAH ISOLATED FORM",
131637  direction="al",
131638  linebreak="al",
131639  specials={ "isolated", 0x633, 0x62D },
131640  unicodeslot=0xFC1D,
131641 },
131642 [0xFC1E]={
131643  category="lo",
131644  description="ARABIC LIGATURE SEEN WITH KHAH ISOLATED FORM",
131645  direction="al",
131646  linebreak="al",
131647  specials={ "isolated", 0x633, 0x62E },
131648  unicodeslot=0xFC1E,
131649 },
131650 [0xFC1F]={
131651  category="lo",
131652  description="ARABIC LIGATURE SEEN WITH MEEM ISOLATED FORM",
131653  direction="al",
131654  linebreak="al",
131655  specials={ "isolated", 0x633, 0x645 },
131656  unicodeslot=0xFC1F,
131657 },
131658 [0xFC20]={
131659  category="lo",
131660  description="ARABIC LIGATURE SAD WITH HAH ISOLATED FORM",
131661  direction="al",
131662  linebreak="al",
131663  specials={ "isolated", 0x635, 0x62D },
131664  unicodeslot=0xFC20,
131665 },
131666 [0xFC21]={
131667  category="lo",
131668  description="ARABIC LIGATURE SAD WITH MEEM ISOLATED FORM",
131669  direction="al",
131670  linebreak="al",
131671  specials={ "isolated", 0x635, 0x645 },
131672  unicodeslot=0xFC21,
131673 },
131674 [0xFC22]={
131675  category="lo",
131676  description="ARABIC LIGATURE DAD WITH JEEM ISOLATED FORM",
131677  direction="al",
131678  linebreak="al",
131679  specials={ "isolated", 0x636, 0x62C },
131680  unicodeslot=0xFC22,
131681 },
131682 [0xFC23]={
131683  category="lo",
131684  description="ARABIC LIGATURE DAD WITH HAH ISOLATED FORM",
131685  direction="al",
131686  linebreak="al",
131687  specials={ "isolated", 0x636, 0x62D },
131688  unicodeslot=0xFC23,
131689 },
131690 [0xFC24]={
131691  category="lo",
131692  description="ARABIC LIGATURE DAD WITH KHAH ISOLATED FORM",
131693  direction="al",
131694  linebreak="al",
131695  specials={ "isolated", 0x636, 0x62E },
131696  unicodeslot=0xFC24,
131697 },
131698 [0xFC25]={
131699  category="lo",
131700  description="ARABIC LIGATURE DAD WITH MEEM ISOLATED FORM",
131701  direction="al",
131702  linebreak="al",
131703  specials={ "isolated", 0x636, 0x645 },
131704  unicodeslot=0xFC25,
131705 },
131706 [0xFC26]={
131707  category="lo",
131708  description="ARABIC LIGATURE TAH WITH HAH ISOLATED FORM",
131709  direction="al",
131710  linebreak="al",
131711  specials={ "isolated", 0x637, 0x62D },
131712  unicodeslot=0xFC26,
131713 },
131714 [0xFC27]={
131715  category="lo",
131716  description="ARABIC LIGATURE TAH WITH MEEM ISOLATED FORM",
131717  direction="al",
131718  linebreak="al",
131719  specials={ "isolated", 0x637, 0x645 },
131720  unicodeslot=0xFC27,
131721 },
131722 [0xFC28]={
131723  category="lo",
131724  description="ARABIC LIGATURE ZAH WITH MEEM ISOLATED FORM",
131725  direction="al",
131726  linebreak="al",
131727  specials={ "isolated", 0x638, 0x645 },
131728  unicodeslot=0xFC28,
131729 },
131730 [0xFC29]={
131731  category="lo",
131732  description="ARABIC LIGATURE AIN WITH JEEM ISOLATED FORM",
131733  direction="al",
131734  linebreak="al",
131735  specials={ "isolated", 0x639, 0x62C },
131736  unicodeslot=0xFC29,
131737 },
131738 [0xFC2A]={
131739  category="lo",
131740  description="ARABIC LIGATURE AIN WITH MEEM ISOLATED FORM",
131741  direction="al",
131742  linebreak="al",
131743  specials={ "isolated", 0x639, 0x645 },
131744  unicodeslot=0xFC2A,
131745 },
131746 [0xFC2B]={
131747  category="lo",
131748  description="ARABIC LIGATURE GHAIN WITH JEEM ISOLATED FORM",
131749  direction="al",
131750  linebreak="al",
131751  specials={ "isolated", 0x63A, 0x62C },
131752  unicodeslot=0xFC2B,
131753 },
131754 [0xFC2C]={
131755  category="lo",
131756  description="ARABIC LIGATURE GHAIN WITH MEEM ISOLATED FORM",
131757  direction="al",
131758  linebreak="al",
131759  specials={ "isolated", 0x63A, 0x645 },
131760  unicodeslot=0xFC2C,
131761 },
131762 [0xFC2D]={
131763  category="lo",
131764  description="ARABIC LIGATURE FEH WITH JEEM ISOLATED FORM",
131765  direction="al",
131766  linebreak="al",
131767  specials={ "isolated", 0x641, 0x62C },
131768  unicodeslot=0xFC2D,
131769 },
131770 [0xFC2E]={
131771  category="lo",
131772  description="ARABIC LIGATURE FEH WITH HAH ISOLATED FORM",
131773  direction="al",
131774  linebreak="al",
131775  specials={ "isolated", 0x641, 0x62D },
131776  unicodeslot=0xFC2E,
131777 },
131778 [0xFC2F]={
131779  category="lo",
131780  description="ARABIC LIGATURE FEH WITH KHAH ISOLATED FORM",
131781  direction="al",
131782  linebreak="al",
131783  specials={ "isolated", 0x641, 0x62E },
131784  unicodeslot=0xFC2F,
131785 },
131786 [0xFC30]={
131787  category="lo",
131788  description="ARABIC LIGATURE FEH WITH MEEM ISOLATED FORM",
131789  direction="al",
131790  linebreak="al",
131791  specials={ "isolated", 0x641, 0x645 },
131792  unicodeslot=0xFC30,
131793 },
131794 [0xFC31]={
131795  category="lo",
131796  description="ARABIC LIGATURE FEH WITH ALEF MAKSURA ISOLATED FORM",
131797  direction="al",
131798  linebreak="al",
131799  specials={ "isolated", 0x641, 0x649 },
131800  unicodeslot=0xFC31,
131801 },
131802 [0xFC32]={
131803  category="lo",
131804  description="ARABIC LIGATURE FEH WITH YEH ISOLATED FORM",
131805  direction="al",
131806  linebreak="al",
131807  specials={ "isolated", 0x641, 0x64A },
131808  unicodeslot=0xFC32,
131809 },
131810 [0xFC33]={
131811  category="lo",
131812  description="ARABIC LIGATURE QAF WITH HAH ISOLATED FORM",
131813  direction="al",
131814  linebreak="al",
131815  specials={ "isolated", 0x642, 0x62D },
131816  unicodeslot=0xFC33,
131817 },
131818 [0xFC34]={
131819  category="lo",
131820  description="ARABIC LIGATURE QAF WITH MEEM ISOLATED FORM",
131821  direction="al",
131822  linebreak="al",
131823  specials={ "isolated", 0x642, 0x645 },
131824  unicodeslot=0xFC34,
131825 },
131826 [0xFC35]={
131827  category="lo",
131828  description="ARABIC LIGATURE QAF WITH ALEF MAKSURA ISOLATED FORM",
131829  direction="al",
131830  linebreak="al",
131831  specials={ "isolated", 0x642, 0x649 },
131832  unicodeslot=0xFC35,
131833 },
131834 [0xFC36]={
131835  category="lo",
131836  description="ARABIC LIGATURE QAF WITH YEH ISOLATED FORM",
131837  direction="al",
131838  linebreak="al",
131839  specials={ "isolated", 0x642, 0x64A },
131840  unicodeslot=0xFC36,
131841 },
131842 [0xFC37]={
131843  category="lo",
131844  description="ARABIC LIGATURE KAF WITH ALEF ISOLATED FORM",
131845  direction="al",
131846  linebreak="al",
131847  specials={ "isolated", 0x643, 0x627 },
131848  unicodeslot=0xFC37,
131849 },
131850 [0xFC38]={
131851  category="lo",
131852  description="ARABIC LIGATURE KAF WITH JEEM ISOLATED FORM",
131853  direction="al",
131854  linebreak="al",
131855  specials={ "isolated", 0x643, 0x62C },
131856  unicodeslot=0xFC38,
131857 },
131858 [0xFC39]={
131859  category="lo",
131860  description="ARABIC LIGATURE KAF WITH HAH ISOLATED FORM",
131861  direction="al",
131862  linebreak="al",
131863  specials={ "isolated", 0x643, 0x62D },
131864  unicodeslot=0xFC39,
131865 },
131866 [0xFC3A]={
131867  category="lo",
131868  description="ARABIC LIGATURE KAF WITH KHAH ISOLATED FORM",
131869  direction="al",
131870  linebreak="al",
131871  specials={ "isolated", 0x643, 0x62E },
131872  unicodeslot=0xFC3A,
131873 },
131874 [0xFC3B]={
131875  category="lo",
131876  description="ARABIC LIGATURE KAF WITH LAM ISOLATED FORM",
131877  direction="al",
131878  linebreak="al",
131879  specials={ "isolated", 0x643, 0x644 },
131880  unicodeslot=0xFC3B,
131881 },
131882 [0xFC3C]={
131883  category="lo",
131884  description="ARABIC LIGATURE KAF WITH MEEM ISOLATED FORM",
131885  direction="al",
131886  linebreak="al",
131887  specials={ "isolated", 0x643, 0x645 },
131888  unicodeslot=0xFC3C,
131889 },
131890 [0xFC3D]={
131891  category="lo",
131892  description="ARABIC LIGATURE KAF WITH ALEF MAKSURA ISOLATED FORM",
131893  direction="al",
131894  linebreak="al",
131895  specials={ "isolated", 0x643, 0x649 },
131896  unicodeslot=0xFC3D,
131897 },
131898 [0xFC3E]={
131899  category="lo",
131900  description="ARABIC LIGATURE KAF WITH YEH ISOLATED FORM",
131901  direction="al",
131902  linebreak="al",
131903  specials={ "isolated", 0x643, 0x64A },
131904  unicodeslot=0xFC3E,
131905 },
131906 [0xFC3F]={
131907  category="lo",
131908  description="ARABIC LIGATURE LAM WITH JEEM ISOLATED FORM",
131909  direction="al",
131910  linebreak="al",
131911  specials={ "isolated", 0x644, 0x62C },
131912  unicodeslot=0xFC3F,
131913 },
131914 [0xFC40]={
131915  category="lo",
131916  description="ARABIC LIGATURE LAM WITH HAH ISOLATED FORM",
131917  direction="al",
131918  linebreak="al",
131919  specials={ "isolated", 0x644, 0x62D },
131920  unicodeslot=0xFC40,
131921 },
131922 [0xFC41]={
131923  category="lo",
131924  description="ARABIC LIGATURE LAM WITH KHAH ISOLATED FORM",
131925  direction="al",
131926  linebreak="al",
131927  specials={ "isolated", 0x644, 0x62E },
131928  unicodeslot=0xFC41,
131929 },
131930 [0xFC42]={
131931  category="lo",
131932  description="ARABIC LIGATURE LAM WITH MEEM ISOLATED FORM",
131933  direction="al",
131934  linebreak="al",
131935  specials={ "isolated", 0x644, 0x645 },
131936  unicodeslot=0xFC42,
131937 },
131938 [0xFC43]={
131939  category="lo",
131940  description="ARABIC LIGATURE LAM WITH ALEF MAKSURA ISOLATED FORM",
131941  direction="al",
131942  linebreak="al",
131943  specials={ "isolated", 0x644, 0x649 },
131944  unicodeslot=0xFC43,
131945 },
131946 [0xFC44]={
131947  category="lo",
131948  description="ARABIC LIGATURE LAM WITH YEH ISOLATED FORM",
131949  direction="al",
131950  linebreak="al",
131951  specials={ "isolated", 0x644, 0x64A },
131952  unicodeslot=0xFC44,
131953 },
131954 [0xFC45]={
131955  category="lo",
131956  description="ARABIC LIGATURE MEEM WITH JEEM ISOLATED FORM",
131957  direction="al",
131958  linebreak="al",
131959  specials={ "isolated", 0x645, 0x62C },
131960  unicodeslot=0xFC45,
131961 },
131962 [0xFC46]={
131963  category="lo",
131964  description="ARABIC LIGATURE MEEM WITH HAH ISOLATED FORM",
131965  direction="al",
131966  linebreak="al",
131967  specials={ "isolated", 0x645, 0x62D },
131968  unicodeslot=0xFC46,
131969 },
131970 [0xFC47]={
131971  category="lo",
131972  description="ARABIC LIGATURE MEEM WITH KHAH ISOLATED FORM",
131973  direction="al",
131974  linebreak="al",
131975  specials={ "isolated", 0x645, 0x62E },
131976  unicodeslot=0xFC47,
131977 },
131978 [0xFC48]={
131979  category="lo",
131980  description="ARABIC LIGATURE MEEM WITH MEEM ISOLATED FORM",
131981  direction="al",
131982  linebreak="al",
131983  specials={ "isolated", 0x645, 0x645 },
131984  unicodeslot=0xFC48,
131985 },
131986 [0xFC49]={
131987  category="lo",
131988  description="ARABIC LIGATURE MEEM WITH ALEF MAKSURA ISOLATED FORM",
131989  direction="al",
131990  linebreak="al",
131991  specials={ "isolated", 0x645, 0x649 },
131992  unicodeslot=0xFC49,
131993 },
131994 [0xFC4A]={
131995  category="lo",
131996  description="ARABIC LIGATURE MEEM WITH YEH ISOLATED FORM",
131997  direction="al",
131998  linebreak="al",
131999  specials={ "isolated", 0x645, 0x64A },
132000  unicodeslot=0xFC4A,
132001 },
132002 [0xFC4B]={
132003  category="lo",
132004  description="ARABIC LIGATURE NOON WITH JEEM ISOLATED FORM",
132005  direction="al",
132006  linebreak="al",
132007  specials={ "isolated", 0x646, 0x62C },
132008  unicodeslot=0xFC4B,
132009 },
132010 [0xFC4C]={
132011  category="lo",
132012  description="ARABIC LIGATURE NOON WITH HAH ISOLATED FORM",
132013  direction="al",
132014  linebreak="al",
132015  specials={ "isolated", 0x646, 0x62D },
132016  unicodeslot=0xFC4C,
132017 },
132018 [0xFC4D]={
132019  category="lo",
132020  description="ARABIC LIGATURE NOON WITH KHAH ISOLATED FORM",
132021  direction="al",
132022  linebreak="al",
132023  specials={ "isolated", 0x646, 0x62E },
132024  unicodeslot=0xFC4D,
132025 },
132026 [0xFC4E]={
132027  category="lo",
132028  description="ARABIC LIGATURE NOON WITH MEEM ISOLATED FORM",
132029  direction="al",
132030  linebreak="al",
132031  specials={ "isolated", 0x646, 0x645 },
132032  unicodeslot=0xFC4E,
132033 },
132034 [0xFC4F]={
132035  category="lo",
132036  description="ARABIC LIGATURE NOON WITH ALEF MAKSURA ISOLATED FORM",
132037  direction="al",
132038  linebreak="al",
132039  specials={ "isolated", 0x646, 0x649 },
132040  unicodeslot=0xFC4F,
132041 },
132042 [0xFC50]={
132043  category="lo",
132044  description="ARABIC LIGATURE NOON WITH YEH ISOLATED FORM",
132045  direction="al",
132046  linebreak="al",
132047  specials={ "isolated", 0x646, 0x64A },
132048  unicodeslot=0xFC50,
132049 },
132050 [0xFC51]={
132051  category="lo",
132052  description="ARABIC LIGATURE HEH WITH JEEM ISOLATED FORM",
132053  direction="al",
132054  linebreak="al",
132055  specials={ "isolated", 0x647, 0x62C },
132056  unicodeslot=0xFC51,
132057 },
132058 [0xFC52]={
132059  category="lo",
132060  description="ARABIC LIGATURE HEH WITH MEEM ISOLATED FORM",
132061  direction="al",
132062  linebreak="al",
132063  specials={ "isolated", 0x647, 0x645 },
132064  unicodeslot=0xFC52,
132065 },
132066 [0xFC53]={
132067  category="lo",
132068  description="ARABIC LIGATURE HEH WITH ALEF MAKSURA ISOLATED FORM",
132069  direction="al",
132070  linebreak="al",
132071  specials={ "isolated", 0x647, 0x649 },
132072  unicodeslot=0xFC53,
132073 },
132074 [0xFC54]={
132075  category="lo",
132076  description="ARABIC LIGATURE HEH WITH YEH ISOLATED FORM",
132077  direction="al",
132078  linebreak="al",
132079  specials={ "isolated", 0x647, 0x64A },
132080  unicodeslot=0xFC54,
132081 },
132082 [0xFC55]={
132083  category="lo",
132084  description="ARABIC LIGATURE YEH WITH JEEM ISOLATED FORM",
132085  direction="al",
132086  linebreak="al",
132087  specials={ "isolated", 0x64A, 0x62C },
132088  unicodeslot=0xFC55,
132089 },
132090 [0xFC56]={
132091  category="lo",
132092  description="ARABIC LIGATURE YEH WITH HAH ISOLATED FORM",
132093  direction="al",
132094  linebreak="al",
132095  specials={ "isolated", 0x64A, 0x62D },
132096  unicodeslot=0xFC56,
132097 },
132098 [0xFC57]={
132099  category="lo",
132100  description="ARABIC LIGATURE YEH WITH KHAH ISOLATED FORM",
132101  direction="al",
132102  linebreak="al",
132103  specials={ "isolated", 0x64A, 0x62E },
132104  unicodeslot=0xFC57,
132105 },
132106 [0xFC58]={
132107  category="lo",
132108  description="ARABIC LIGATURE YEH WITH MEEM ISOLATED FORM",
132109  direction="al",
132110  linebreak="al",
132111  specials={ "isolated", 0x64A, 0x645 },
132112  unicodeslot=0xFC58,
132113 },
132114 [0xFC59]={
132115  category="lo",
132116  description="ARABIC LIGATURE YEH WITH ALEF MAKSURA ISOLATED FORM",
132117  direction="al",
132118  linebreak="al",
132119  specials={ "isolated", 0x64A, 0x649 },
132120  unicodeslot=0xFC59,
132121 },
132122 [0xFC5A]={
132123  category="lo",
132124  description="ARABIC LIGATURE YEH WITH YEH ISOLATED FORM",
132125  direction="al",
132126  linebreak="al",
132127  specials={ "isolated", 0x64A, 0x64A },
132128  unicodeslot=0xFC5A,
132129 },
132130 [0xFC5B]={
132131  category="lo",
132132  description="ARABIC LIGATURE THAL WITH SUPERSCRIPT ALEF ISOLATED FORM",
132133  direction="al",
132134  linebreak="al",
132135  specials={ "isolated", 0x630, 0x670 },
132136  unicodeslot=0xFC5B,
132137 },
132138 [0xFC5C]={
132139  category="lo",
132140  description="ARABIC LIGATURE REH WITH SUPERSCRIPT ALEF ISOLATED FORM",
132141  direction="al",
132142  linebreak="al",
132143  specials={ "isolated", 0x631, 0x670 },
132144  unicodeslot=0xFC5C,
132145 },
132146 [0xFC5D]={
132147  category="lo",
132148  description="ARABIC LIGATURE ALEF MAKSURA WITH SUPERSCRIPT ALEF ISOLATED FORM",
132149  direction="al",
132150  linebreak="al",
132151  specials={ "isolated", 0x649, 0x670 },
132152  unicodeslot=0xFC5D,
132153 },
132154 [0xFC5E]={
132155  category="lo",
132156  description="ARABIC LIGATURE SHADDA WITH DAMMATAN ISOLATED FORM",
132157  direction="al",
132158  linebreak="al",
132159  specials={ "isolated", 0x20, 0x64C, 0x651 },
132160  unicodeslot=0xFC5E,
132161 },
132162 [0xFC5F]={
132163  category="lo",
132164  description="ARABIC LIGATURE SHADDA WITH KASRATAN ISOLATED FORM",
132165  direction="al",
132166  linebreak="al",
132167  specials={ "isolated", 0x20, 0x64D, 0x651 },
132168  unicodeslot=0xFC5F,
132169 },
132170 [0xFC60]={
132171  category="lo",
132172  description="ARABIC LIGATURE SHADDA WITH FATHA ISOLATED FORM",
132173  direction="al",
132174  linebreak="al",
132175  specials={ "isolated", 0x20, 0x64E, 0x651 },
132176  unicodeslot=0xFC60,
132177 },
132178 [0xFC61]={
132179  category="lo",
132180  description="ARABIC LIGATURE SHADDA WITH DAMMA ISOLATED FORM",
132181  direction="al",
132182  linebreak="al",
132183  specials={ "isolated", 0x20, 0x64F, 0x651 },
132184  unicodeslot=0xFC61,
132185 },
132186 [0xFC62]={
132187  category="lo",
132188  description="ARABIC LIGATURE SHADDA WITH KASRA ISOLATED FORM",
132189  direction="al",
132190  linebreak="al",
132191  specials={ "isolated", 0x20, 0x650, 0x651 },
132192  unicodeslot=0xFC62,
132193 },
132194 [0xFC63]={
132195  category="lo",
132196  description="ARABIC LIGATURE SHADDA WITH SUPERSCRIPT ALEF ISOLATED FORM",
132197  direction="al",
132198  linebreak="al",
132199  specials={ "isolated", 0x20, 0x651, 0x670 },
132200  unicodeslot=0xFC63,
132201 },
132202 [0xFC64]={
132203  category="lo",
132204  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH REH FINAL FORM",
132205  direction="al",
132206  linebreak="al",
132207  specials={ "final", 0x626, 0x631 },
132208  unicodeslot=0xFC64,
132209 },
132210 [0xFC65]={
132211  category="lo",
132212  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ZAIN FINAL FORM",
132213  direction="al",
132214  linebreak="al",
132215  specials={ "final", 0x626, 0x632 },
132216  unicodeslot=0xFC65,
132217 },
132218 [0xFC66]={
132219  category="lo",
132220  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH MEEM FINAL FORM",
132221  direction="al",
132222  linebreak="al",
132223  specials={ "final", 0x626, 0x645 },
132224  unicodeslot=0xFC66,
132225 },
132226 [0xFC67]={
132227  category="lo",
132228  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH NOON FINAL FORM",
132229  direction="al",
132230  linebreak="al",
132231  specials={ "final", 0x626, 0x646 },
132232  unicodeslot=0xFC67,
132233 },
132234 [0xFC68]={
132235  category="lo",
132236  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ALEF MAKSURA FINAL FORM",
132237  direction="al",
132238  linebreak="al",
132239  specials={ "final", 0x626, 0x649 },
132240  unicodeslot=0xFC68,
132241 },
132242 [0xFC69]={
132243  category="lo",
132244  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH YEH FINAL FORM",
132245  direction="al",
132246  linebreak="al",
132247  specials={ "final", 0x626, 0x64A },
132248  unicodeslot=0xFC69,
132249 },
132250 [0xFC6A]={
132251  category="lo",
132252  description="ARABIC LIGATURE BEH WITH REH FINAL FORM",
132253  direction="al",
132254  linebreak="al",
132255  specials={ "final", 0x628, 0x631 },
132256  unicodeslot=0xFC6A,
132257 },
132258 [0xFC6B]={
132259  category="lo",
132260  description="ARABIC LIGATURE BEH WITH ZAIN FINAL FORM",
132261  direction="al",
132262  linebreak="al",
132263  specials={ "final", 0x628, 0x632 },
132264  unicodeslot=0xFC6B,
132265 },
132266 [0xFC6C]={
132267  category="lo",
132268  description="ARABIC LIGATURE BEH WITH MEEM FINAL FORM",
132269  direction="al",
132270  linebreak="al",
132271  specials={ "final", 0x628, 0x645 },
132272  unicodeslot=0xFC6C,
132273 },
132274 [0xFC6D]={
132275  category="lo",
132276  description="ARABIC LIGATURE BEH WITH NOON FINAL FORM",
132277  direction="al",
132278  linebreak="al",
132279  specials={ "final", 0x628, 0x646 },
132280  unicodeslot=0xFC6D,
132281 },
132282 [0xFC6E]={
132283  category="lo",
132284  description="ARABIC LIGATURE BEH WITH ALEF MAKSURA FINAL FORM",
132285  direction="al",
132286  linebreak="al",
132287  specials={ "final", 0x628, 0x649 },
132288  unicodeslot=0xFC6E,
132289 },
132290 [0xFC6F]={
132291  category="lo",
132292  description="ARABIC LIGATURE BEH WITH YEH FINAL FORM",
132293  direction="al",
132294  linebreak="al",
132295  specials={ "final", 0x628, 0x64A },
132296  unicodeslot=0xFC6F,
132297 },
132298 [0xFC70]={
132299  category="lo",
132300  description="ARABIC LIGATURE TEH WITH REH FINAL FORM",
132301  direction="al",
132302  linebreak="al",
132303  specials={ "final", 0x62A, 0x631 },
132304  unicodeslot=0xFC70,
132305 },
132306 [0xFC71]={
132307  category="lo",
132308  description="ARABIC LIGATURE TEH WITH ZAIN FINAL FORM",
132309  direction="al",
132310  linebreak="al",
132311  specials={ "final", 0x62A, 0x632 },
132312  unicodeslot=0xFC71,
132313 },
132314 [0xFC72]={
132315  category="lo",
132316  description="ARABIC LIGATURE TEH WITH MEEM FINAL FORM",
132317  direction="al",
132318  linebreak="al",
132319  specials={ "final", 0x62A, 0x645 },
132320  unicodeslot=0xFC72,
132321 },
132322 [0xFC73]={
132323  category="lo",
132324  description="ARABIC LIGATURE TEH WITH NOON FINAL FORM",
132325  direction="al",
132326  linebreak="al",
132327  specials={ "final", 0x62A, 0x646 },
132328  unicodeslot=0xFC73,
132329 },
132330 [0xFC74]={
132331  category="lo",
132332  description="ARABIC LIGATURE TEH WITH ALEF MAKSURA FINAL FORM",
132333  direction="al",
132334  linebreak="al",
132335  specials={ "final", 0x62A, 0x649 },
132336  unicodeslot=0xFC74,
132337 },
132338 [0xFC75]={
132339  category="lo",
132340  description="ARABIC LIGATURE TEH WITH YEH FINAL FORM",
132341  direction="al",
132342  linebreak="al",
132343  specials={ "final", 0x62A, 0x64A },
132344  unicodeslot=0xFC75,
132345 },
132346 [0xFC76]={
132347  category="lo",
132348  description="ARABIC LIGATURE THEH WITH REH FINAL FORM",
132349  direction="al",
132350  linebreak="al",
132351  specials={ "final", 0x62B, 0x631 },
132352  unicodeslot=0xFC76,
132353 },
132354 [0xFC77]={
132355  category="lo",
132356  description="ARABIC LIGATURE THEH WITH ZAIN FINAL FORM",
132357  direction="al",
132358  linebreak="al",
132359  specials={ "final", 0x62B, 0x632 },
132360  unicodeslot=0xFC77,
132361 },
132362 [0xFC78]={
132363  category="lo",
132364  description="ARABIC LIGATURE THEH WITH MEEM FINAL FORM",
132365  direction="al",
132366  linebreak="al",
132367  specials={ "final", 0x62B, 0x645 },
132368  unicodeslot=0xFC78,
132369 },
132370 [0xFC79]={
132371  category="lo",
132372  description="ARABIC LIGATURE THEH WITH NOON FINAL FORM",
132373  direction="al",
132374  linebreak="al",
132375  specials={ "final", 0x62B, 0x646 },
132376  unicodeslot=0xFC79,
132377 },
132378 [0xFC7A]={
132379  category="lo",
132380  description="ARABIC LIGATURE THEH WITH ALEF MAKSURA FINAL FORM",
132381  direction="al",
132382  linebreak="al",
132383  specials={ "final", 0x62B, 0x649 },
132384  unicodeslot=0xFC7A,
132385 },
132386 [0xFC7B]={
132387  category="lo",
132388  description="ARABIC LIGATURE THEH WITH YEH FINAL FORM",
132389  direction="al",
132390  linebreak="al",
132391  specials={ "final", 0x62B, 0x64A },
132392  unicodeslot=0xFC7B,
132393 },
132394 [0xFC7C]={
132395  category="lo",
132396  description="ARABIC LIGATURE FEH WITH ALEF MAKSURA FINAL FORM",
132397  direction="al",
132398  linebreak="al",
132399  specials={ "final", 0x641, 0x649 },
132400  unicodeslot=0xFC7C,
132401 },
132402 [0xFC7D]={
132403  category="lo",
132404  description="ARABIC LIGATURE FEH WITH YEH FINAL FORM",
132405  direction="al",
132406  linebreak="al",
132407  specials={ "final", 0x641, 0x64A },
132408  unicodeslot=0xFC7D,
132409 },
132410 [0xFC7E]={
132411  category="lo",
132412  description="ARABIC LIGATURE QAF WITH ALEF MAKSURA FINAL FORM",
132413  direction="al",
132414  linebreak="al",
132415  specials={ "final", 0x642, 0x649 },
132416  unicodeslot=0xFC7E,
132417 },
132418 [0xFC7F]={
132419  category="lo",
132420  description="ARABIC LIGATURE QAF WITH YEH FINAL FORM",
132421  direction="al",
132422  linebreak="al",
132423  specials={ "final", 0x642, 0x64A },
132424  unicodeslot=0xFC7F,
132425 },
132426 [0xFC80]={
132427  category="lo",
132428  description="ARABIC LIGATURE KAF WITH ALEF FINAL FORM",
132429  direction="al",
132430  linebreak="al",
132431  specials={ "final", 0x643, 0x627 },
132432  unicodeslot=0xFC80,
132433 },
132434 [0xFC81]={
132435  category="lo",
132436  description="ARABIC LIGATURE KAF WITH LAM FINAL FORM",
132437  direction="al",
132438  linebreak="al",
132439  specials={ "final", 0x643, 0x644 },
132440  unicodeslot=0xFC81,
132441 },
132442 [0xFC82]={
132443  category="lo",
132444  description="ARABIC LIGATURE KAF WITH MEEM FINAL FORM",
132445  direction="al",
132446  linebreak="al",
132447  specials={ "final", 0x643, 0x645 },
132448  unicodeslot=0xFC82,
132449 },
132450 [0xFC83]={
132451  category="lo",
132452  description="ARABIC LIGATURE KAF WITH ALEF MAKSURA FINAL FORM",
132453  direction="al",
132454  linebreak="al",
132455  specials={ "final", 0x643, 0x649 },
132456  unicodeslot=0xFC83,
132457 },
132458 [0xFC84]={
132459  category="lo",
132460  description="ARABIC LIGATURE KAF WITH YEH FINAL FORM",
132461  direction="al",
132462  linebreak="al",
132463  specials={ "final", 0x643, 0x64A },
132464  unicodeslot=0xFC84,
132465 },
132466 [0xFC85]={
132467  category="lo",
132468  description="ARABIC LIGATURE LAM WITH MEEM FINAL FORM",
132469  direction="al",
132470  linebreak="al",
132471  specials={ "final", 0x644, 0x645 },
132472  unicodeslot=0xFC85,
132473 },
132474 [0xFC86]={
132475  category="lo",
132476  description="ARABIC LIGATURE LAM WITH ALEF MAKSURA FINAL FORM",
132477  direction="al",
132478  linebreak="al",
132479  specials={ "final", 0x644, 0x649 },
132480  unicodeslot=0xFC86,
132481 },
132482 [0xFC87]={
132483  category="lo",
132484  description="ARABIC LIGATURE LAM WITH YEH FINAL FORM",
132485  direction="al",
132486  linebreak="al",
132487  specials={ "final", 0x644, 0x64A },
132488  unicodeslot=0xFC87,
132489 },
132490 [0xFC88]={
132491  category="lo",
132492  description="ARABIC LIGATURE MEEM WITH ALEF FINAL FORM",
132493  direction="al",
132494  linebreak="al",
132495  specials={ "final", 0x645, 0x627 },
132496  unicodeslot=0xFC88,
132497 },
132498 [0xFC89]={
132499  category="lo",
132500  description="ARABIC LIGATURE MEEM WITH MEEM FINAL FORM",
132501  direction="al",
132502  linebreak="al",
132503  specials={ "final", 0x645, 0x645 },
132504  unicodeslot=0xFC89,
132505 },
132506 [0xFC8A]={
132507  category="lo",
132508  description="ARABIC LIGATURE NOON WITH REH FINAL FORM",
132509  direction="al",
132510  linebreak="al",
132511  specials={ "final", 0x646, 0x631 },
132512  unicodeslot=0xFC8A,
132513 },
132514 [0xFC8B]={
132515  category="lo",
132516  description="ARABIC LIGATURE NOON WITH ZAIN FINAL FORM",
132517  direction="al",
132518  linebreak="al",
132519  specials={ "final", 0x646, 0x632 },
132520  unicodeslot=0xFC8B,
132521 },
132522 [0xFC8C]={
132523  category="lo",
132524  description="ARABIC LIGATURE NOON WITH MEEM FINAL FORM",
132525  direction="al",
132526  linebreak="al",
132527  specials={ "final", 0x646, 0x645 },
132528  unicodeslot=0xFC8C,
132529 },
132530 [0xFC8D]={
132531  category="lo",
132532  description="ARABIC LIGATURE NOON WITH NOON FINAL FORM",
132533  direction="al",
132534  linebreak="al",
132535  specials={ "final", 0x646, 0x646 },
132536  unicodeslot=0xFC8D,
132537 },
132538 [0xFC8E]={
132539  category="lo",
132540  description="ARABIC LIGATURE NOON WITH ALEF MAKSURA FINAL FORM",
132541  direction="al",
132542  linebreak="al",
132543  specials={ "final", 0x646, 0x649 },
132544  unicodeslot=0xFC8E,
132545 },
132546 [0xFC8F]={
132547  category="lo",
132548  description="ARABIC LIGATURE NOON WITH YEH FINAL FORM",
132549  direction="al",
132550  linebreak="al",
132551  specials={ "final", 0x646, 0x64A },
132552  unicodeslot=0xFC8F,
132553 },
132554 [0xFC90]={
132555  category="lo",
132556  description="ARABIC LIGATURE ALEF MAKSURA WITH SUPERSCRIPT ALEF FINAL FORM",
132557  direction="al",
132558  linebreak="al",
132559  specials={ "final", 0x649, 0x670 },
132560  unicodeslot=0xFC90,
132561 },
132562 [0xFC91]={
132563  category="lo",
132564  description="ARABIC LIGATURE YEH WITH REH FINAL FORM",
132565  direction="al",
132566  linebreak="al",
132567  specials={ "final", 0x64A, 0x631 },
132568  unicodeslot=0xFC91,
132569 },
132570 [0xFC92]={
132571  category="lo",
132572  description="ARABIC LIGATURE YEH WITH ZAIN FINAL FORM",
132573  direction="al",
132574  linebreak="al",
132575  specials={ "final", 0x64A, 0x632 },
132576  unicodeslot=0xFC92,
132577 },
132578 [0xFC93]={
132579  category="lo",
132580  description="ARABIC LIGATURE YEH WITH MEEM FINAL FORM",
132581  direction="al",
132582  linebreak="al",
132583  specials={ "final", 0x64A, 0x645 },
132584  unicodeslot=0xFC93,
132585 },
132586 [0xFC94]={
132587  category="lo",
132588  description="ARABIC LIGATURE YEH WITH NOON FINAL FORM",
132589  direction="al",
132590  linebreak="al",
132591  specials={ "final", 0x64A, 0x646 },
132592  unicodeslot=0xFC94,
132593 },
132594 [0xFC95]={
132595  category="lo",
132596  description="ARABIC LIGATURE YEH WITH ALEF MAKSURA FINAL FORM",
132597  direction="al",
132598  linebreak="al",
132599  specials={ "final", 0x64A, 0x649 },
132600  unicodeslot=0xFC95,
132601 },
132602 [0xFC96]={
132603  category="lo",
132604  description="ARABIC LIGATURE YEH WITH YEH FINAL FORM",
132605  direction="al",
132606  linebreak="al",
132607  specials={ "final", 0x64A, 0x64A },
132608  unicodeslot=0xFC96,
132609 },
132610 [0xFC97]={
132611  category="lo",
132612  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH JEEM INITIAL FORM",
132613  direction="al",
132614  linebreak="al",
132615  specials={ "initial", 0x626, 0x62C },
132616  unicodeslot=0xFC97,
132617 },
132618 [0xFC98]={
132619  category="lo",
132620  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH HAH INITIAL FORM",
132621  direction="al",
132622  linebreak="al",
132623  specials={ "initial", 0x626, 0x62D },
132624  unicodeslot=0xFC98,
132625 },
132626 [0xFC99]={
132627  category="lo",
132628  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH KHAH INITIAL FORM",
132629  direction="al",
132630  linebreak="al",
132631  specials={ "initial", 0x626, 0x62E },
132632  unicodeslot=0xFC99,
132633 },
132634 [0xFC9A]={
132635  category="lo",
132636  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH MEEM INITIAL FORM",
132637  direction="al",
132638  linebreak="al",
132639  specials={ "initial", 0x626, 0x645 },
132640  unicodeslot=0xFC9A,
132641 },
132642 [0xFC9B]={
132643  category="lo",
132644  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH HEH INITIAL FORM",
132645  direction="al",
132646  linebreak="al",
132647  specials={ "initial", 0x626, 0x647 },
132648  unicodeslot=0xFC9B,
132649 },
132650 [0xFC9C]={
132651  category="lo",
132652  description="ARABIC LIGATURE BEH WITH JEEM INITIAL FORM",
132653  direction="al",
132654  linebreak="al",
132655  specials={ "initial", 0x628, 0x62C },
132656  unicodeslot=0xFC9C,
132657 },
132658 [0xFC9D]={
132659  category="lo",
132660  description="ARABIC LIGATURE BEH WITH HAH INITIAL FORM",
132661  direction="al",
132662  linebreak="al",
132663  specials={ "initial", 0x628, 0x62D },
132664  unicodeslot=0xFC9D,
132665 },
132666 [0xFC9E]={
132667  category="lo",
132668  description="ARABIC LIGATURE BEH WITH KHAH INITIAL FORM",
132669  direction="al",
132670  linebreak="al",
132671  specials={ "initial", 0x628, 0x62E },
132672  unicodeslot=0xFC9E,
132673 },
132674 [0xFC9F]={
132675  category="lo",
132676  description="ARABIC LIGATURE BEH WITH MEEM INITIAL FORM",
132677  direction="al",
132678  linebreak="al",
132679  specials={ "initial", 0x628, 0x645 },
132680  unicodeslot=0xFC9F,
132681 },
132682 [0xFCA0]={
132683  category="lo",
132684  description="ARABIC LIGATURE BEH WITH HEH INITIAL FORM",
132685  direction="al",
132686  linebreak="al",
132687  specials={ "initial", 0x628, 0x647 },
132688  unicodeslot=0xFCA0,
132689 },
132690 [0xFCA1]={
132691  category="lo",
132692  description="ARABIC LIGATURE TEH WITH JEEM INITIAL FORM",
132693  direction="al",
132694  linebreak="al",
132695  specials={ "initial", 0x62A, 0x62C },
132696  unicodeslot=0xFCA1,
132697 },
132698 [0xFCA2]={
132699  category="lo",
132700  description="ARABIC LIGATURE TEH WITH HAH INITIAL FORM",
132701  direction="al",
132702  linebreak="al",
132703  specials={ "initial", 0x62A, 0x62D },
132704  unicodeslot=0xFCA2,
132705 },
132706 [0xFCA3]={
132707  category="lo",
132708  description="ARABIC LIGATURE TEH WITH KHAH INITIAL FORM",
132709  direction="al",
132710  linebreak="al",
132711  specials={ "initial", 0x62A, 0x62E },
132712  unicodeslot=0xFCA3,
132713 },
132714 [0xFCA4]={
132715  category="lo",
132716  description="ARABIC LIGATURE TEH WITH MEEM INITIAL FORM",
132717  direction="al",
132718  linebreak="al",
132719  specials={ "initial", 0x62A, 0x645 },
132720  unicodeslot=0xFCA4,
132721 },
132722 [0xFCA5]={
132723  category="lo",
132724  description="ARABIC LIGATURE TEH WITH HEH INITIAL FORM",
132725  direction="al",
132726  linebreak="al",
132727  specials={ "initial", 0x62A, 0x647 },
132728  unicodeslot=0xFCA5,
132729 },
132730 [0xFCA6]={
132731  category="lo",
132732  description="ARABIC LIGATURE THEH WITH MEEM INITIAL FORM",
132733  direction="al",
132734  linebreak="al",
132735  specials={ "initial", 0x62B, 0x645 },
132736  unicodeslot=0xFCA6,
132737 },
132738 [0xFCA7]={
132739  category="lo",
132740  description="ARABIC LIGATURE JEEM WITH HAH INITIAL FORM",
132741  direction="al",
132742  linebreak="al",
132743  specials={ "initial", 0x62C, 0x62D },
132744  unicodeslot=0xFCA7,
132745 },
132746 [0xFCA8]={
132747  category="lo",
132748  description="ARABIC LIGATURE JEEM WITH MEEM INITIAL FORM",
132749  direction="al",
132750  linebreak="al",
132751  specials={ "initial", 0x62C, 0x645 },
132752  unicodeslot=0xFCA8,
132753 },
132754 [0xFCA9]={
132755  category="lo",
132756  description="ARABIC LIGATURE HAH WITH JEEM INITIAL FORM",
132757  direction="al",
132758  linebreak="al",
132759  specials={ "initial", 0x62D, 0x62C },
132760  unicodeslot=0xFCA9,
132761 },
132762 [0xFCAA]={
132763  category="lo",
132764  description="ARABIC LIGATURE HAH WITH MEEM INITIAL FORM",
132765  direction="al",
132766  linebreak="al",
132767  specials={ "initial", 0x62D, 0x645 },
132768  unicodeslot=0xFCAA,
132769 },
132770 [0xFCAB]={
132771  category="lo",
132772  description="ARABIC LIGATURE KHAH WITH JEEM INITIAL FORM",
132773  direction="al",
132774  linebreak="al",
132775  specials={ "initial", 0x62E, 0x62C },
132776  unicodeslot=0xFCAB,
132777 },
132778 [0xFCAC]={
132779  category="lo",
132780  description="ARABIC LIGATURE KHAH WITH MEEM INITIAL FORM",
132781  direction="al",
132782  linebreak="al",
132783  specials={ "initial", 0x62E, 0x645 },
132784  unicodeslot=0xFCAC,
132785 },
132786 [0xFCAD]={
132787  category="lo",
132788  description="ARABIC LIGATURE SEEN WITH JEEM INITIAL FORM",
132789  direction="al",
132790  linebreak="al",
132791  specials={ "initial", 0x633, 0x62C },
132792  unicodeslot=0xFCAD,
132793 },
132794 [0xFCAE]={
132795  category="lo",
132796  description="ARABIC LIGATURE SEEN WITH HAH INITIAL FORM",
132797  direction="al",
132798  linebreak="al",
132799  specials={ "initial", 0x633, 0x62D },
132800  unicodeslot=0xFCAE,
132801 },
132802 [0xFCAF]={
132803  category="lo",
132804  description="ARABIC LIGATURE SEEN WITH KHAH INITIAL FORM",
132805  direction="al",
132806  linebreak="al",
132807  specials={ "initial", 0x633, 0x62E },
132808  unicodeslot=0xFCAF,
132809 },
132810 [0xFCB0]={
132811  category="lo",
132812  description="ARABIC LIGATURE SEEN WITH MEEM INITIAL FORM",
132813  direction="al",
132814  linebreak="al",
132815  specials={ "initial", 0x633, 0x645 },
132816  unicodeslot=0xFCB0,
132817 },
132818 [0xFCB1]={
132819  category="lo",
132820  description="ARABIC LIGATURE SAD WITH HAH INITIAL FORM",
132821  direction="al",
132822  linebreak="al",
132823  specials={ "initial", 0x635, 0x62D },
132824  unicodeslot=0xFCB1,
132825 },
132826 [0xFCB2]={
132827  category="lo",
132828  description="ARABIC LIGATURE SAD WITH KHAH INITIAL FORM",
132829  direction="al",
132830  linebreak="al",
132831  specials={ "initial", 0x635, 0x62E },
132832  unicodeslot=0xFCB2,
132833 },
132834 [0xFCB3]={
132835  category="lo",
132836  description="ARABIC LIGATURE SAD WITH MEEM INITIAL FORM",
132837  direction="al",
132838  linebreak="al",
132839  specials={ "initial", 0x635, 0x645 },
132840  unicodeslot=0xFCB3,
132841 },
132842 [0xFCB4]={
132843  category="lo",
132844  description="ARABIC LIGATURE DAD WITH JEEM INITIAL FORM",
132845  direction="al",
132846  linebreak="al",
132847  specials={ "initial", 0x636, 0x62C },
132848  unicodeslot=0xFCB4,
132849 },
132850 [0xFCB5]={
132851  category="lo",
132852  description="ARABIC LIGATURE DAD WITH HAH INITIAL FORM",
132853  direction="al",
132854  linebreak="al",
132855  specials={ "initial", 0x636, 0x62D },
132856  unicodeslot=0xFCB5,
132857 },
132858 [0xFCB6]={
132859  category="lo",
132860  description="ARABIC LIGATURE DAD WITH KHAH INITIAL FORM",
132861  direction="al",
132862  linebreak="al",
132863  specials={ "initial", 0x636, 0x62E },
132864  unicodeslot=0xFCB6,
132865 },
132866 [0xFCB7]={
132867  category="lo",
132868  description="ARABIC LIGATURE DAD WITH MEEM INITIAL FORM",
132869  direction="al",
132870  linebreak="al",
132871  specials={ "initial", 0x636, 0x645 },
132872  unicodeslot=0xFCB7,
132873 },
132874 [0xFCB8]={
132875  category="lo",
132876  description="ARABIC LIGATURE TAH WITH HAH INITIAL FORM",
132877  direction="al",
132878  linebreak="al",
132879  specials={ "initial", 0x637, 0x62D },
132880  unicodeslot=0xFCB8,
132881 },
132882 [0xFCB9]={
132883  category="lo",
132884  description="ARABIC LIGATURE ZAH WITH MEEM INITIAL FORM",
132885  direction="al",
132886  linebreak="al",
132887  specials={ "initial", 0x638, 0x645 },
132888  unicodeslot=0xFCB9,
132889 },
132890 [0xFCBA]={
132891  category="lo",
132892  description="ARABIC LIGATURE AIN WITH JEEM INITIAL FORM",
132893  direction="al",
132894  linebreak="al",
132895  specials={ "initial", 0x639, 0x62C },
132896  unicodeslot=0xFCBA,
132897 },
132898 [0xFCBB]={
132899  category="lo",
132900  description="ARABIC LIGATURE AIN WITH MEEM INITIAL FORM",
132901  direction="al",
132902  linebreak="al",
132903  specials={ "initial", 0x639, 0x645 },
132904  unicodeslot=0xFCBB,
132905 },
132906 [0xFCBC]={
132907  category="lo",
132908  description="ARABIC LIGATURE GHAIN WITH JEEM INITIAL FORM",
132909  direction="al",
132910  linebreak="al",
132911  specials={ "initial", 0x63A, 0x62C },
132912  unicodeslot=0xFCBC,
132913 },
132914 [0xFCBD]={
132915  category="lo",
132916  description="ARABIC LIGATURE GHAIN WITH MEEM INITIAL FORM",
132917  direction="al",
132918  linebreak="al",
132919  specials={ "initial", 0x63A, 0x645 },
132920  unicodeslot=0xFCBD,
132921 },
132922 [0xFCBE]={
132923  category="lo",
132924  description="ARABIC LIGATURE FEH WITH JEEM INITIAL FORM",
132925  direction="al",
132926  linebreak="al",
132927  specials={ "initial", 0x641, 0x62C },
132928  unicodeslot=0xFCBE,
132929 },
132930 [0xFCBF]={
132931  category="lo",
132932  description="ARABIC LIGATURE FEH WITH HAH INITIAL FORM",
132933  direction="al",
132934  linebreak="al",
132935  specials={ "initial", 0x641, 0x62D },
132936  unicodeslot=0xFCBF,
132937 },
132938 [0xFCC0]={
132939  category="lo",
132940  description="ARABIC LIGATURE FEH WITH KHAH INITIAL FORM",
132941  direction="al",
132942  linebreak="al",
132943  specials={ "initial", 0x641, 0x62E },
132944  unicodeslot=0xFCC0,
132945 },
132946 [0xFCC1]={
132947  category="lo",
132948  description="ARABIC LIGATURE FEH WITH MEEM INITIAL FORM",
132949  direction="al",
132950  linebreak="al",
132951  specials={ "initial", 0x641, 0x645 },
132952  unicodeslot=0xFCC1,
132953 },
132954 [0xFCC2]={
132955  category="lo",
132956  description="ARABIC LIGATURE QAF WITH HAH INITIAL FORM",
132957  direction="al",
132958  linebreak="al",
132959  specials={ "initial", 0x642, 0x62D },
132960  unicodeslot=0xFCC2,
132961 },
132962 [0xFCC3]={
132963  category="lo",
132964  description="ARABIC LIGATURE QAF WITH MEEM INITIAL FORM",
132965  direction="al",
132966  linebreak="al",
132967  specials={ "initial", 0x642, 0x645 },
132968  unicodeslot=0xFCC3,
132969 },
132970 [0xFCC4]={
132971  category="lo",
132972  description="ARABIC LIGATURE KAF WITH JEEM INITIAL FORM",
132973  direction="al",
132974  linebreak="al",
132975  specials={ "initial", 0x643, 0x62C },
132976  unicodeslot=0xFCC4,
132977 },
132978 [0xFCC5]={
132979  category="lo",
132980  description="ARABIC LIGATURE KAF WITH HAH INITIAL FORM",
132981  direction="al",
132982  linebreak="al",
132983  specials={ "initial", 0x643, 0x62D },
132984  unicodeslot=0xFCC5,
132985 },
132986 [0xFCC6]={
132987  category="lo",
132988  description="ARABIC LIGATURE KAF WITH KHAH INITIAL FORM",
132989  direction="al",
132990  linebreak="al",
132991  specials={ "initial", 0x643, 0x62E },
132992  unicodeslot=0xFCC6,
132993 },
132994 [0xFCC7]={
132995  category="lo",
132996  description="ARABIC LIGATURE KAF WITH LAM INITIAL FORM",
132997  direction="al",
132998  linebreak="al",
132999  specials={ "initial", 0x643, 0x644 },
133000  unicodeslot=0xFCC7,
133001 },
133002 [0xFCC8]={
133003  category="lo",
133004  description="ARABIC LIGATURE KAF WITH MEEM INITIAL FORM",
133005  direction="al",
133006  linebreak="al",
133007  specials={ "initial", 0x643, 0x645 },
133008  unicodeslot=0xFCC8,
133009 },
133010 [0xFCC9]={
133011  category="lo",
133012  description="ARABIC LIGATURE LAM WITH JEEM INITIAL FORM",
133013  direction="al",
133014  linebreak="al",
133015  specials={ "initial", 0x644, 0x62C },
133016  unicodeslot=0xFCC9,
133017 },
133018 [0xFCCA]={
133019  category="lo",
133020  description="ARABIC LIGATURE LAM WITH HAH INITIAL FORM",
133021  direction="al",
133022  linebreak="al",
133023  specials={ "initial", 0x644, 0x62D },
133024  unicodeslot=0xFCCA,
133025 },
133026 [0xFCCB]={
133027  category="lo",
133028  description="ARABIC LIGATURE LAM WITH KHAH INITIAL FORM",
133029  direction="al",
133030  linebreak="al",
133031  specials={ "initial", 0x644, 0x62E },
133032  unicodeslot=0xFCCB,
133033 },
133034 [0xFCCC]={
133035  category="lo",
133036  description="ARABIC LIGATURE LAM WITH MEEM INITIAL FORM",
133037  direction="al",
133038  linebreak="al",
133039  specials={ "initial", 0x644, 0x645 },
133040  unicodeslot=0xFCCC,
133041 },
133042 [0xFCCD]={
133043  category="lo",
133044  description="ARABIC LIGATURE LAM WITH HEH INITIAL FORM",
133045  direction="al",
133046  linebreak="al",
133047  specials={ "initial", 0x644, 0x647 },
133048  unicodeslot=0xFCCD,
133049 },
133050 [0xFCCE]={
133051  category="lo",
133052  description="ARABIC LIGATURE MEEM WITH JEEM INITIAL FORM",
133053  direction="al",
133054  linebreak="al",
133055  specials={ "initial", 0x645, 0x62C },
133056  unicodeslot=0xFCCE,
133057 },
133058 [0xFCCF]={
133059  category="lo",
133060  description="ARABIC LIGATURE MEEM WITH HAH INITIAL FORM",
133061  direction="al",
133062  linebreak="al",
133063  specials={ "initial", 0x645, 0x62D },
133064  unicodeslot=0xFCCF,
133065 },
133066 [0xFCD0]={
133067  category="lo",
133068  description="ARABIC LIGATURE MEEM WITH KHAH INITIAL FORM",
133069  direction="al",
133070  linebreak="al",
133071  specials={ "initial", 0x645, 0x62E },
133072  unicodeslot=0xFCD0,
133073 },
133074 [0xFCD1]={
133075  category="lo",
133076  description="ARABIC LIGATURE MEEM WITH MEEM INITIAL FORM",
133077  direction="al",
133078  linebreak="al",
133079  specials={ "initial", 0x645, 0x645 },
133080  unicodeslot=0xFCD1,
133081 },
133082 [0xFCD2]={
133083  category="lo",
133084  description="ARABIC LIGATURE NOON WITH JEEM INITIAL FORM",
133085  direction="al",
133086  linebreak="al",
133087  specials={ "initial", 0x646, 0x62C },
133088  unicodeslot=0xFCD2,
133089 },
133090 [0xFCD3]={
133091  category="lo",
133092  description="ARABIC LIGATURE NOON WITH HAH INITIAL FORM",
133093  direction="al",
133094  linebreak="al",
133095  specials={ "initial", 0x646, 0x62D },
133096  unicodeslot=0xFCD3,
133097 },
133098 [0xFCD4]={
133099  category="lo",
133100  description="ARABIC LIGATURE NOON WITH KHAH INITIAL FORM",
133101  direction="al",
133102  linebreak="al",
133103  specials={ "initial", 0x646, 0x62E },
133104  unicodeslot=0xFCD4,
133105 },
133106 [0xFCD5]={
133107  category="lo",
133108  description="ARABIC LIGATURE NOON WITH MEEM INITIAL FORM",
133109  direction="al",
133110  linebreak="al",
133111  specials={ "initial", 0x646, 0x645 },
133112  unicodeslot=0xFCD5,
133113 },
133114 [0xFCD6]={
133115  category="lo",
133116  description="ARABIC LIGATURE NOON WITH HEH INITIAL FORM",
133117  direction="al",
133118  linebreak="al",
133119  specials={ "initial", 0x646, 0x647 },
133120  unicodeslot=0xFCD6,
133121 },
133122 [0xFCD7]={
133123  category="lo",
133124  description="ARABIC LIGATURE HEH WITH JEEM INITIAL FORM",
133125  direction="al",
133126  linebreak="al",
133127  specials={ "initial", 0x647, 0x62C },
133128  unicodeslot=0xFCD7,
133129 },
133130 [0xFCD8]={
133131  category="lo",
133132  description="ARABIC LIGATURE HEH WITH MEEM INITIAL FORM",
133133  direction="al",
133134  linebreak="al",
133135  specials={ "initial", 0x647, 0x645 },
133136  unicodeslot=0xFCD8,
133137 },
133138 [0xFCD9]={
133139  category="lo",
133140  description="ARABIC LIGATURE HEH WITH SUPERSCRIPT ALEF INITIAL FORM",
133141  direction="al",
133142  linebreak="al",
133143  specials={ "initial", 0x647, 0x670 },
133144  unicodeslot=0xFCD9,
133145 },
133146 [0xFCDA]={
133147  category="lo",
133148  description="ARABIC LIGATURE YEH WITH JEEM INITIAL FORM",
133149  direction="al",
133150  linebreak="al",
133151  specials={ "initial", 0x64A, 0x62C },
133152  unicodeslot=0xFCDA,
133153 },
133154 [0xFCDB]={
133155  category="lo",
133156  description="ARABIC LIGATURE YEH WITH HAH INITIAL FORM",
133157  direction="al",
133158  linebreak="al",
133159  specials={ "initial", 0x64A, 0x62D },
133160  unicodeslot=0xFCDB,
133161 },
133162 [0xFCDC]={
133163  category="lo",
133164  description="ARABIC LIGATURE YEH WITH KHAH INITIAL FORM",
133165  direction="al",
133166  linebreak="al",
133167  specials={ "initial", 0x64A, 0x62E },
133168  unicodeslot=0xFCDC,
133169 },
133170 [0xFCDD]={
133171  category="lo",
133172  description="ARABIC LIGATURE YEH WITH MEEM INITIAL FORM",
133173  direction="al",
133174  linebreak="al",
133175  specials={ "initial", 0x64A, 0x645 },
133176  unicodeslot=0xFCDD,
133177 },
133178 [0xFCDE]={
133179  category="lo",
133180  description="ARABIC LIGATURE YEH WITH HEH INITIAL FORM",
133181  direction="al",
133182  linebreak="al",
133183  specials={ "initial", 0x64A, 0x647 },
133184  unicodeslot=0xFCDE,
133185 },
133186 [0xFCDF]={
133187  category="lo",
133188  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH MEEM MEDIAL FORM",
133189  direction="al",
133190  linebreak="al",
133191  specials={ "medial", 0x626, 0x645 },
133192  unicodeslot=0xFCDF,
133193 },
133194 [0xFCE0]={
133195  category="lo",
133196  description="ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH HEH MEDIAL FORM",
133197  direction="al",
133198  linebreak="al",
133199  specials={ "medial", 0x626, 0x647 },
133200  unicodeslot=0xFCE0,
133201 },
133202 [0xFCE1]={
133203  category="lo",
133204  description="ARABIC LIGATURE BEH WITH MEEM MEDIAL FORM",
133205  direction="al",
133206  linebreak="al",
133207  specials={ "medial", 0x628, 0x645 },
133208  unicodeslot=0xFCE1,
133209 },
133210 [0xFCE2]={
133211  category="lo",
133212  description="ARABIC LIGATURE BEH WITH HEH MEDIAL FORM",
133213  direction="al",
133214  linebreak="al",
133215  specials={ "medial", 0x628, 0x647 },
133216  unicodeslot=0xFCE2,
133217 },
133218 [0xFCE3]={
133219  category="lo",
133220  description="ARABIC LIGATURE TEH WITH MEEM MEDIAL FORM",
133221  direction="al",
133222  linebreak="al",
133223  specials={ "medial", 0x62A, 0x645 },
133224  unicodeslot=0xFCE3,
133225 },
133226 [0xFCE4]={
133227  category="lo",
133228  description="ARABIC LIGATURE TEH WITH HEH MEDIAL FORM",
133229  direction="al",
133230  linebreak="al",
133231  specials={ "medial", 0x62A, 0x647 },
133232  unicodeslot=0xFCE4,
133233 },
133234 [0xFCE5]={
133235  category="lo",
133236  description="ARABIC LIGATURE THEH WITH MEEM MEDIAL FORM",
133237  direction="al",
133238  linebreak="al",
133239  specials={ "medial", 0x62B, 0x645 },
133240  unicodeslot=0xFCE5,
133241 },
133242 [0xFCE6]={
133243  category="lo",
133244  description="ARABIC LIGATURE THEH WITH HEH MEDIAL FORM",
133245  direction="al",
133246  linebreak="al",
133247  specials={ "medial", 0x62B, 0x647 },
133248  unicodeslot=0xFCE6,
133249 },
133250 [0xFCE7]={
133251  category="lo",
133252  description="ARABIC LIGATURE SEEN WITH MEEM MEDIAL FORM",
133253  direction="al",
133254  linebreak="al",
133255  specials={ "medial", 0x633, 0x645 },
133256  unicodeslot=0xFCE7,
133257 },
133258 [0xFCE8]={
133259  category="lo",
133260  description="ARABIC LIGATURE SEEN WITH HEH MEDIAL FORM",
133261  direction="al",
133262  linebreak="al",
133263  specials={ "medial", 0x633, 0x647 },
133264  unicodeslot=0xFCE8,
133265 },
133266 [0xFCE9]={
133267  category="lo",
133268  description="ARABIC LIGATURE SHEEN WITH MEEM MEDIAL FORM",
133269  direction="al",
133270  linebreak="al",
133271  specials={ "medial", 0x634, 0x645 },
133272  unicodeslot=0xFCE9,
133273 },
133274 [0xFCEA]={
133275  category="lo",
133276  description="ARABIC LIGATURE SHEEN WITH HEH MEDIAL FORM",
133277  direction="al",
133278  linebreak="al",
133279  specials={ "medial", 0x634, 0x647 },
133280  unicodeslot=0xFCEA,
133281 },
133282 [0xFCEB]={
133283  category="lo",
133284  description="ARABIC LIGATURE KAF WITH LAM MEDIAL FORM",
133285  direction="al",
133286  linebreak="al",
133287  specials={ "medial", 0x643, 0x644 },
133288  unicodeslot=0xFCEB,
133289 },
133290 [0xFCEC]={
133291  category="lo",
133292  description="ARABIC LIGATURE KAF WITH MEEM MEDIAL FORM",
133293  direction="al",
133294  linebreak="al",
133295  specials={ "medial", 0x643, 0x645 },
133296  unicodeslot=0xFCEC,
133297 },
133298 [0xFCED]={
133299  category="lo",
133300  description="ARABIC LIGATURE LAM WITH MEEM MEDIAL FORM",
133301  direction="al",
133302  linebreak="al",
133303  specials={ "medial", 0x644, 0x645 },
133304  unicodeslot=0xFCED,
133305 },
133306 [0xFCEE]={
133307  category="lo",
133308  description="ARABIC LIGATURE NOON WITH MEEM MEDIAL FORM",
133309  direction="al",
133310  linebreak="al",
133311  specials={ "medial", 0x646, 0x645 },
133312  unicodeslot=0xFCEE,
133313 },
133314 [0xFCEF]={
133315  category="lo",
133316  description="ARABIC LIGATURE NOON WITH HEH MEDIAL FORM",
133317  direction="al",
133318  linebreak="al",
133319  specials={ "medial", 0x646, 0x647 },
133320  unicodeslot=0xFCEF,
133321 },
133322 [0xFCF0]={
133323  category="lo",
133324  description="ARABIC LIGATURE YEH WITH MEEM MEDIAL FORM",
133325  direction="al",
133326  linebreak="al",
133327  specials={ "medial", 0x64A, 0x645 },
133328  unicodeslot=0xFCF0,
133329 },
133330 [0xFCF1]={
133331  category="lo",
133332  description="ARABIC LIGATURE YEH WITH HEH MEDIAL FORM",
133333  direction="al",
133334  linebreak="al",
133335  specials={ "medial", 0x64A, 0x647 },
133336  unicodeslot=0xFCF1,
133337 },
133338 [0xFCF2]={
133339  category="lo",
133340  description="ARABIC LIGATURE SHADDA WITH FATHA MEDIAL FORM",
133341  direction="al",
133342  linebreak="al",
133343  specials={ "medial", 0x640, 0x64E, 0x651 },
133344  unicodeslot=0xFCF2,
133345 },
133346 [0xFCF3]={
133347  category="lo",
133348  description="ARABIC LIGATURE SHADDA WITH DAMMA MEDIAL FORM",
133349  direction="al",
133350  linebreak="al",
133351  specials={ "medial", 0x640, 0x64F, 0x651 },
133352  unicodeslot=0xFCF3,
133353 },
133354 [0xFCF4]={
133355  category="lo",
133356  description="ARABIC LIGATURE SHADDA WITH KASRA MEDIAL FORM",
133357  direction="al",
133358  linebreak="al",
133359  specials={ "medial", 0x640, 0x650, 0x651 },
133360  unicodeslot=0xFCF4,
133361 },
133362 [0xFCF5]={
133363  category="lo",
133364  description="ARABIC LIGATURE TAH WITH ALEF MAKSURA ISOLATED FORM",
133365  direction="al",
133366  linebreak="al",
133367  specials={ "isolated", 0x637, 0x649 },
133368  unicodeslot=0xFCF5,
133369 },
133370 [0xFCF6]={
133371  category="lo",
133372  description="ARABIC LIGATURE TAH WITH YEH ISOLATED FORM",
133373  direction="al",
133374  linebreak="al",
133375  specials={ "isolated", 0x637, 0x64A },
133376  unicodeslot=0xFCF6,
133377 },
133378 [0xFCF7]={
133379  category="lo",
133380  description="ARABIC LIGATURE AIN WITH ALEF MAKSURA ISOLATED FORM",
133381  direction="al",
133382  linebreak="al",
133383  specials={ "isolated", 0x639, 0x649 },
133384  unicodeslot=0xFCF7,
133385 },
133386 [0xFCF8]={
133387  category="lo",
133388  description="ARABIC LIGATURE AIN WITH YEH ISOLATED FORM",
133389  direction="al",
133390  linebreak="al",
133391  specials={ "isolated", 0x639, 0x64A },
133392  unicodeslot=0xFCF8,
133393 },
133394 [0xFCF9]={
133395  category="lo",
133396  description="ARABIC LIGATURE GHAIN WITH ALEF MAKSURA ISOLATED FORM",
133397  direction="al",
133398  linebreak="al",
133399  specials={ "isolated", 0x63A, 0x649 },
133400  unicodeslot=0xFCF9,
133401 },
133402 [0xFCFA]={
133403  category="lo",
133404  description="ARABIC LIGATURE GHAIN WITH YEH ISOLATED FORM",
133405  direction="al",
133406  linebreak="al",
133407  specials={ "isolated", 0x63A, 0x64A },
133408  unicodeslot=0xFCFA,
133409 },
133410 [0xFCFB]={
133411  category="lo",
133412  description="ARABIC LIGATURE SEEN WITH ALEF MAKSURA ISOLATED FORM",
133413  direction="al",
133414  linebreak="al",
133415  specials={ "isolated", 0x633, 0x649 },
133416  unicodeslot=0xFCFB,
133417 },
133418 [0xFCFC]={
133419  category="lo",
133420  description="ARABIC LIGATURE SEEN WITH YEH ISOLATED FORM",
133421  direction="al",
133422  linebreak="al",
133423  specials={ "isolated", 0x633, 0x64A },
133424  unicodeslot=0xFCFC,
133425 },
133426 [0xFCFD]={
133427  category="lo",
133428  description="ARABIC LIGATURE SHEEN WITH ALEF MAKSURA ISOLATED FORM",
133429  direction="al",
133430  linebreak="al",
133431  specials={ "isolated", 0x634, 0x649 },
133432  unicodeslot=0xFCFD,
133433 },
133434 [0xFCFE]={
133435  category="lo",
133436  description="ARABIC LIGATURE SHEEN WITH YEH ISOLATED FORM",
133437  direction="al",
133438  linebreak="al",
133439  specials={ "isolated", 0x634, 0x64A },
133440  unicodeslot=0xFCFE,
133441 },
133442 [0xFCFF]={
133443  category="lo",
133444  description="ARABIC LIGATURE HAH WITH ALEF MAKSURA ISOLATED FORM",
133445  direction="al",
133446  linebreak="al",
133447  specials={ "isolated", 0x62D, 0x649 },
133448  unicodeslot=0xFCFF,
133449 },
133450 [0xFD00]={
133451  category="lo",
133452  description="ARABIC LIGATURE HAH WITH YEH ISOLATED FORM",
133453  direction="al",
133454  linebreak="al",
133455  specials={ "isolated", 0x62D, 0x64A },
133456  unicodeslot=0xFD00,
133457 },
133458 [0xFD01]={
133459  category="lo",
133460  description="ARABIC LIGATURE JEEM WITH ALEF MAKSURA ISOLATED FORM",
133461  direction="al",
133462  linebreak="al",
133463  specials={ "isolated", 0x62C, 0x649 },
133464  unicodeslot=0xFD01,
133465 },
133466 [0xFD02]={
133467  category="lo",
133468  description="ARABIC LIGATURE JEEM WITH YEH ISOLATED FORM",
133469  direction="al",
133470  linebreak="al",
133471  specials={ "isolated", 0x62C, 0x64A },
133472  unicodeslot=0xFD02,
133473 },
133474 [0xFD03]={
133475  category="lo",
133476  description="ARABIC LIGATURE KHAH WITH ALEF MAKSURA ISOLATED FORM",
133477  direction="al",
133478  linebreak="al",
133479  specials={ "isolated", 0x62E, 0x649 },
133480  unicodeslot=0xFD03,
133481 },
133482 [0xFD04]={
133483  category="lo",
133484  description="ARABIC LIGATURE KHAH WITH YEH ISOLATED FORM",
133485  direction="al",
133486  linebreak="al",
133487  specials={ "isolated", 0x62E, 0x64A },
133488  unicodeslot=0xFD04,
133489 },
133490 [0xFD05]={
133491  category="lo",
133492  description="ARABIC LIGATURE SAD WITH ALEF MAKSURA ISOLATED FORM",
133493  direction="al",
133494  linebreak="al",
133495  specials={ "isolated", 0x635, 0x649 },
133496  unicodeslot=0xFD05,
133497 },
133498 [0xFD06]={
133499  category="lo",
133500  description="ARABIC LIGATURE SAD WITH YEH ISOLATED FORM",
133501  direction="al",
133502  linebreak="al",
133503  specials={ "isolated", 0x635, 0x64A },
133504  unicodeslot=0xFD06,
133505 },
133506 [0xFD07]={
133507  category="lo",
133508  description="ARABIC LIGATURE DAD WITH ALEF MAKSURA ISOLATED FORM",
133509  direction="al",
133510  linebreak="al",
133511  specials={ "isolated", 0x636, 0x649 },
133512  unicodeslot=0xFD07,
133513 },
133514 [0xFD08]={
133515  category="lo",
133516  description="ARABIC LIGATURE DAD WITH YEH ISOLATED FORM",
133517  direction="al",
133518  linebreak="al",
133519  specials={ "isolated", 0x636, 0x64A },
133520  unicodeslot=0xFD08,
133521 },
133522 [0xFD09]={
133523  category="lo",
133524  description="ARABIC LIGATURE SHEEN WITH JEEM ISOLATED FORM",
133525  direction="al",
133526  linebreak="al",
133527  specials={ "isolated", 0x634, 0x62C },
133528  unicodeslot=0xFD09,
133529 },
133530 [0xFD0A]={
133531  category="lo",
133532  description="ARABIC LIGATURE SHEEN WITH HAH ISOLATED FORM",
133533  direction="al",
133534  linebreak="al",
133535  specials={ "isolated", 0x634, 0x62D },
133536  unicodeslot=0xFD0A,
133537 },
133538 [0xFD0B]={
133539  category="lo",
133540  description="ARABIC LIGATURE SHEEN WITH KHAH ISOLATED FORM",
133541  direction="al",
133542  linebreak="al",
133543  specials={ "isolated", 0x634, 0x62E },
133544  unicodeslot=0xFD0B,
133545 },
133546 [0xFD0C]={
133547  category="lo",
133548  description="ARABIC LIGATURE SHEEN WITH MEEM ISOLATED FORM",
133549  direction="al",
133550  linebreak="al",
133551  specials={ "isolated", 0x634, 0x645 },
133552  unicodeslot=0xFD0C,
133553 },
133554 [0xFD0D]={
133555  category="lo",
133556  description="ARABIC LIGATURE SHEEN WITH REH ISOLATED FORM",
133557  direction="al",
133558  linebreak="al",
133559  specials={ "isolated", 0x634, 0x631 },
133560  unicodeslot=0xFD0D,
133561 },
133562 [0xFD0E]={
133563  category="lo",
133564  description="ARABIC LIGATURE SEEN WITH REH ISOLATED FORM",
133565  direction="al",
133566  linebreak="al",
133567  specials={ "isolated", 0x633, 0x631 },
133568  unicodeslot=0xFD0E,
133569 },
133570 [0xFD0F]={
133571  category="lo",
133572  description="ARABIC LIGATURE SAD WITH REH ISOLATED FORM",
133573  direction="al",
133574  linebreak="al",
133575  specials={ "isolated", 0x635, 0x631 },
133576  unicodeslot=0xFD0F,
133577 },
133578 [0xFD10]={
133579  category="lo",
133580  description="ARABIC LIGATURE DAD WITH REH ISOLATED FORM",
133581  direction="al",
133582  linebreak="al",
133583  specials={ "isolated", 0x636, 0x631 },
133584  unicodeslot=0xFD10,
133585 },
133586 [0xFD11]={
133587  category="lo",
133588  description="ARABIC LIGATURE TAH WITH ALEF MAKSURA FINAL FORM",
133589  direction="al",
133590  linebreak="al",
133591  specials={ "final", 0x637, 0x649 },
133592  unicodeslot=0xFD11,
133593 },
133594 [0xFD12]={
133595  category="lo",
133596  description="ARABIC LIGATURE TAH WITH YEH FINAL FORM",
133597  direction="al",
133598  linebreak="al",
133599  specials={ "final", 0x637, 0x64A },
133600  unicodeslot=0xFD12,
133601 },
133602 [0xFD13]={
133603  category="lo",
133604  description="ARABIC LIGATURE AIN WITH ALEF MAKSURA FINAL FORM",
133605  direction="al",
133606  linebreak="al",
133607  specials={ "final", 0x639, 0x649 },
133608  unicodeslot=0xFD13,
133609 },
133610 [0xFD14]={
133611  category="lo",
133612  description="ARABIC LIGATURE AIN WITH YEH FINAL FORM",
133613  direction="al",
133614  linebreak="al",
133615  specials={ "final", 0x639, 0x64A },
133616  unicodeslot=0xFD14,
133617 },
133618 [0xFD15]={
133619  category="lo",
133620  description="ARABIC LIGATURE GHAIN WITH ALEF MAKSURA FINAL FORM",
133621  direction="al",
133622  linebreak="al",
133623  specials={ "final", 0x63A, 0x649 },
133624  unicodeslot=0xFD15,
133625 },
133626 [0xFD16]={
133627  category="lo",
133628  description="ARABIC LIGATURE GHAIN WITH YEH FINAL FORM",
133629  direction="al",
133630  linebreak="al",
133631  specials={ "final", 0x63A, 0x64A },
133632  unicodeslot=0xFD16,
133633 },
133634 [0xFD17]={
133635  category="lo",
133636  description="ARABIC LIGATURE SEEN WITH ALEF MAKSURA FINAL FORM",
133637  direction="al",
133638  linebreak="al",
133639  specials={ "final", 0x633, 0x649 },
133640  unicodeslot=0xFD17,
133641 },
133642 [0xFD18]={
133643  category="lo",
133644  description="ARABIC LIGATURE SEEN WITH YEH FINAL FORM",
133645  direction="al",
133646  linebreak="al",
133647  specials={ "final", 0x633, 0x64A },
133648  unicodeslot=0xFD18,
133649 },
133650 [0xFD19]={
133651  category="lo",
133652  description="ARABIC LIGATURE SHEEN WITH ALEF MAKSURA FINAL FORM",
133653  direction="al",
133654  linebreak="al",
133655  specials={ "final", 0x634, 0x649 },
133656  unicodeslot=0xFD19,
133657 },
133658 [0xFD1A]={
133659  category="lo",
133660  description="ARABIC LIGATURE SHEEN WITH YEH FINAL FORM",
133661  direction="al",
133662  linebreak="al",
133663  specials={ "final", 0x634, 0x64A },
133664  unicodeslot=0xFD1A,
133665 },
133666 [0xFD1B]={
133667  category="lo",
133668  description="ARABIC LIGATURE HAH WITH ALEF MAKSURA FINAL FORM",
133669  direction="al",
133670  linebreak="al",
133671  specials={ "final", 0x62D, 0x649 },
133672  unicodeslot=0xFD1B,
133673 },
133674 [0xFD1C]={
133675  category="lo",
133676  description="ARABIC LIGATURE HAH WITH YEH FINAL FORM",
133677  direction="al",
133678  linebreak="al",
133679  specials={ "final", 0x62D, 0x64A },
133680  unicodeslot=0xFD1C,
133681 },
133682 [0xFD1D]={
133683  category="lo",
133684  description="ARABIC LIGATURE JEEM WITH ALEF MAKSURA FINAL FORM",
133685  direction="al",
133686  linebreak="al",
133687  specials={ "final", 0x62C, 0x649 },
133688  unicodeslot=0xFD1D,
133689 },
133690 [0xFD1E]={
133691  category="lo",
133692  description="ARABIC LIGATURE JEEM WITH YEH FINAL FORM",
133693  direction="al",
133694  linebreak="al",
133695  specials={ "final", 0x62C, 0x64A },
133696  unicodeslot=0xFD1E,
133697 },
133698 [0xFD1F]={
133699  category="lo",
133700  description="ARABIC LIGATURE KHAH WITH ALEF MAKSURA FINAL FORM",
133701  direction="al",
133702  linebreak="al",
133703  specials={ "final", 0x62E, 0x649 },
133704  unicodeslot=0xFD1F,
133705 },
133706 [0xFD20]={
133707  category="lo",
133708  description="ARABIC LIGATURE KHAH WITH YEH FINAL FORM",
133709  direction="al",
133710  linebreak="al",
133711  specials={ "final", 0x62E, 0x64A },
133712  unicodeslot=0xFD20,
133713 },
133714 [0xFD21]={
133715  category="lo",
133716  description="ARABIC LIGATURE SAD WITH ALEF MAKSURA FINAL FORM",
133717  direction="al",
133718  linebreak="al",
133719  specials={ "final", 0x635, 0x649 },
133720  unicodeslot=0xFD21,
133721 },
133722 [0xFD22]={
133723  category="lo",
133724  description="ARABIC LIGATURE SAD WITH YEH FINAL FORM",
133725  direction="al",
133726  linebreak="al",
133727  specials={ "final", 0x635, 0x64A },
133728  unicodeslot=0xFD22,
133729 },
133730 [0xFD23]={
133731  category="lo",
133732  description="ARABIC LIGATURE DAD WITH ALEF MAKSURA FINAL FORM",
133733  direction="al",
133734  linebreak="al",
133735  specials={ "final", 0x636, 0x649 },
133736  unicodeslot=0xFD23,
133737 },
133738 [0xFD24]={
133739  category="lo",
133740  description="ARABIC LIGATURE DAD WITH YEH FINAL FORM",
133741  direction="al",
133742  linebreak="al",
133743  specials={ "final", 0x636, 0x64A },
133744  unicodeslot=0xFD24,
133745 },
133746 [0xFD25]={
133747  category="lo",
133748  description="ARABIC LIGATURE SHEEN WITH JEEM FINAL FORM",
133749  direction="al",
133750  linebreak="al",
133751  specials={ "final", 0x634, 0x62C },
133752  unicodeslot=0xFD25,
133753 },
133754 [0xFD26]={
133755  category="lo",
133756  description="ARABIC LIGATURE SHEEN WITH HAH FINAL FORM",
133757  direction="al",
133758  linebreak="al",
133759  specials={ "final", 0x634, 0x62D },
133760  unicodeslot=0xFD26,
133761 },
133762 [0xFD27]={
133763  category="lo",
133764  description="ARABIC LIGATURE SHEEN WITH KHAH FINAL FORM",
133765  direction="al",
133766  linebreak="al",
133767  specials={ "final", 0x634, 0x62E },
133768  unicodeslot=0xFD27,
133769 },
133770 [0xFD28]={
133771  category="lo",
133772  description="ARABIC LIGATURE SHEEN WITH MEEM FINAL FORM",
133773  direction="al",
133774  linebreak="al",
133775  specials={ "final", 0x634, 0x645 },
133776  unicodeslot=0xFD28,
133777 },
133778 [0xFD29]={
133779  category="lo",
133780  description="ARABIC LIGATURE SHEEN WITH REH FINAL FORM",
133781  direction="al",
133782  linebreak="al",
133783  specials={ "final", 0x634, 0x631 },
133784  unicodeslot=0xFD29,
133785 },
133786 [0xFD2A]={
133787  category="lo",
133788  description="ARABIC LIGATURE SEEN WITH REH FINAL FORM",
133789  direction="al",
133790  linebreak="al",
133791  specials={ "final", 0x633, 0x631 },
133792  unicodeslot=0xFD2A,
133793 },
133794 [0xFD2B]={
133795  category="lo",
133796  description="ARABIC LIGATURE SAD WITH REH FINAL FORM",
133797  direction="al",
133798  linebreak="al",
133799  specials={ "final", 0x635, 0x631 },
133800  unicodeslot=0xFD2B,
133801 },
133802 [0xFD2C]={
133803  category="lo",
133804  description="ARABIC LIGATURE DAD WITH REH FINAL FORM",
133805  direction="al",
133806  linebreak="al",
133807  specials={ "final", 0x636, 0x631 },
133808  unicodeslot=0xFD2C,
133809 },
133810 [0xFD2D]={
133811  category="lo",
133812  description="ARABIC LIGATURE SHEEN WITH JEEM INITIAL FORM",
133813  direction="al",
133814  linebreak="al",
133815  specials={ "initial", 0x634, 0x62C },
133816  unicodeslot=0xFD2D,
133817 },
133818 [0xFD2E]={
133819  category="lo",
133820  description="ARABIC LIGATURE SHEEN WITH HAH INITIAL FORM",
133821  direction="al",
133822  linebreak="al",
133823  specials={ "initial", 0x634, 0x62D },
133824  unicodeslot=0xFD2E,
133825 },
133826 [0xFD2F]={
133827  category="lo",
133828  description="ARABIC LIGATURE SHEEN WITH KHAH INITIAL FORM",
133829  direction="al",
133830  linebreak="al",
133831  specials={ "initial", 0x634, 0x62E },
133832  unicodeslot=0xFD2F,
133833 },
133834 [0xFD30]={
133835  category="lo",
133836  description="ARABIC LIGATURE SHEEN WITH MEEM INITIAL FORM",
133837  direction="al",
133838  linebreak="al",
133839  specials={ "initial", 0x634, 0x645 },
133840  unicodeslot=0xFD30,
133841 },
133842 [0xFD31]={
133843  category="lo",
133844  description="ARABIC LIGATURE SEEN WITH HEH INITIAL FORM",
133845  direction="al",
133846  linebreak="al",
133847  specials={ "initial", 0x633, 0x647 },
133848  unicodeslot=0xFD31,
133849 },
133850 [0xFD32]={
133851  category="lo",
133852  description="ARABIC LIGATURE SHEEN WITH HEH INITIAL FORM",
133853  direction="al",
133854  linebreak="al",
133855  specials={ "initial", 0x634, 0x647 },
133856  unicodeslot=0xFD32,
133857 },
133858 [0xFD33]={
133859  category="lo",
133860  description="ARABIC LIGATURE TAH WITH MEEM INITIAL FORM",
133861  direction="al",
133862  linebreak="al",
133863  specials={ "initial", 0x637, 0x645 },
133864  unicodeslot=0xFD33,
133865 },
133866 [0xFD34]={
133867  category="lo",
133868  description="ARABIC LIGATURE SEEN WITH JEEM MEDIAL FORM",
133869  direction="al",
133870  linebreak="al",
133871  specials={ "medial", 0x633, 0x62C },
133872  unicodeslot=0xFD34,
133873 },
133874 [0xFD35]={
133875  category="lo",
133876  description="ARABIC LIGATURE SEEN WITH HAH MEDIAL FORM",
133877  direction="al",
133878  linebreak="al",
133879  specials={ "medial", 0x633, 0x62D },
133880  unicodeslot=0xFD35,
133881 },
133882 [0xFD36]={
133883  category="lo",
133884  description="ARABIC LIGATURE SEEN WITH KHAH MEDIAL FORM",
133885  direction="al",
133886  linebreak="al",
133887  specials={ "medial", 0x633, 0x62E },
133888  unicodeslot=0xFD36,
133889 },
133890 [0xFD37]={
133891  category="lo",
133892  description="ARABIC LIGATURE SHEEN WITH JEEM MEDIAL FORM",
133893  direction="al",
133894  linebreak="al",
133895  specials={ "medial", 0x634, 0x62C },
133896  unicodeslot=0xFD37,
133897 },
133898 [0xFD38]={
133899  category="lo",
133900  description="ARABIC LIGATURE SHEEN WITH HAH MEDIAL FORM",
133901  direction="al",
133902  linebreak="al",
133903  specials={ "medial", 0x634, 0x62D },
133904  unicodeslot=0xFD38,
133905 },
133906 [0xFD39]={
133907  category="lo",
133908  description="ARABIC LIGATURE SHEEN WITH KHAH MEDIAL FORM",
133909  direction="al",
133910  linebreak="al",
133911  specials={ "medial", 0x634, 0x62E },
133912  unicodeslot=0xFD39,
133913 },
133914 [0xFD3A]={
133915  category="lo",
133916  description="ARABIC LIGATURE TAH WITH MEEM MEDIAL FORM",
133917  direction="al",
133918  linebreak="al",
133919  specials={ "medial", 0x637, 0x645 },
133920  unicodeslot=0xFD3A,
133921 },
133922 [0xFD3B]={
133923  category="lo",
133924  description="ARABIC LIGATURE ZAH WITH MEEM MEDIAL FORM",
133925  direction="al",
133926  linebreak="al",
133927  specials={ "medial", 0x638, 0x645 },
133928  unicodeslot=0xFD3B,
133929 },
133930 [0xFD3C]={
133931  category="lo",
133932  description="ARABIC LIGATURE ALEF WITH FATHATAN FINAL FORM",
133933  direction="al",
133934  linebreak="al",
133935  specials={ "final", 0x627, 0x64B },
133936  unicodeslot=0xFD3C,
133937 },
133938 [0xFD3D]={
133939  category="lo",
133940  description="ARABIC LIGATURE ALEF WITH FATHATAN ISOLATED FORM",
133941  direction="al",
133942  linebreak="al",
133943  specials={ "isolated", 0x627, 0x64B },
133944  unicodeslot=0xFD3D,
133945 },
133946 [0xFD3E]={
133947  category="ps",
133948  contextname="arabicparenleft",
133949  description="ORNATE LEFT PARENTHESIS",
133950  direction="on",
133951  linebreak="cl",
133952  unicodeslot=0xFD3E,
133953 },
133954 [0xFD3F]={
133955  category="pe",
133956  contextname="arabicparenright",
133957  description="ORNATE RIGHT PARENTHESIS",
133958  direction="on",
133959  linebreak="op",
133960  unicodeslot=0xFD3F,
133961 },
133962 [0xFD40]={
133963  category="so",
133964  description="ARABIC LIGATURE RAHIMAHU ALLAAH",
133965  direction="on",
133966  linebreak="al",
133967  unicodeslot=0xFD40,
133968 },
133969 [0xFD41]={
133970  category="so",
133971  description="ARABIC LIGATURE RADI ALLAAHU ANH",
133972  direction="on",
133973  linebreak="al",
133974  unicodeslot=0xFD41,
133975 },
133976 [0xFD42]={
133977  category="so",
133978  description="ARABIC LIGATURE RADI ALLAAHU ANHAA",
133979  direction="on",
133980  linebreak="al",
133981  unicodeslot=0xFD42,
133982 },
133983 [0xFD43]={
133984  category="so",
133985  description="ARABIC LIGATURE RADI ALLAAHU ANHUM",
133986  direction="on",
133987  linebreak="al",
133988  unicodeslot=0xFD43,
133989 },
133990 [0xFD44]={
133991  category="so",
133992  description="ARABIC LIGATURE RADI ALLAAHU ANHUMAA",
133993  direction="on",
133994  linebreak="al",
133995  unicodeslot=0xFD44,
133996 },
133997 [0xFD45]={
133998  category="so",
133999  description="ARABIC LIGATURE RADI ALLAAHU ANHUNNA",
134000  direction="on",
134001  linebreak="al",
134002  unicodeslot=0xFD45,
134003 },
134004 [0xFD46]={
134005  category="so",
134006  description="ARABIC LIGATURE SALLALLAAHU ALAYHI WA-AALIH",
134007  direction="on",
134008  linebreak="al",
134009  unicodeslot=0xFD46,
134010 },
134011 [0xFD47]={
134012  category="so",
134013  description="ARABIC LIGATURE ALAYHI AS-SALAAM",
134014  direction="on",
134015  linebreak="al",
134016  unicodeslot=0xFD47,
134017 },
134018 [0xFD48]={
134019  category="so",
134020  description="ARABIC LIGATURE ALAYHIM AS-SALAAM",
134021  direction="on",
134022  linebreak="al",
134023  unicodeslot=0xFD48,
134024 },
134025 [0xFD49]={
134026  category="so",
134027  description="ARABIC LIGATURE ALAYHIMAA AS-SALAAM",
134028  direction="on",
134029  linebreak="al",
134030  unicodeslot=0xFD49,
134031 },
134032 [0xFD4A]={
134033  category="so",
134034  description="ARABIC LIGATURE ALAYHI AS-SALAATU WAS-SALAAM",
134035  direction="on",
134036  linebreak="al",
134037  unicodeslot=0xFD4A,
134038 },
134039 [0xFD4B]={
134040  category="so",
134041  description="ARABIC LIGATURE QUDDISA SIRRAH",
134042  direction="on",
134043  linebreak="al",
134044  unicodeslot=0xFD4B,
134045 },
134046 [0xFD4C]={
134047  category="so",
134048  description="ARABIC LIGATURE SALLALLAHU ALAYHI WAAALIHEE WA-SALLAM",
134049  direction="on",
134050  linebreak="al",
134051  unicodeslot=0xFD4C,
134052 },
134053 [0xFD4D]={
134054  category="so",
134055  description="ARABIC LIGATURE ALAYHAA AS-SALAAM",
134056  direction="on",
134057  linebreak="al",
134058  unicodeslot=0xFD4D,
134059 },
134060 [0xFD4E]={
134061  category="so",
134062  description="ARABIC LIGATURE TABAARAKA WA-TAAALAA",
134063  direction="on",
134064  linebreak="al",
134065  unicodeslot=0xFD4E,
134066 },
134067 [0xFD4F]={
134068  category="so",
134069  description="ARABIC LIGATURE RAHIMAHUM ALLAAH",
134070  direction="on",
134071  linebreak="al",
134072  unicodeslot=0xFD4F,
134073 },
134074 [0xFD50]={
134075  category="lo",
134076  description="ARABIC LIGATURE TEH WITH JEEM WITH MEEM INITIAL FORM",
134077  direction="al",
134078  linebreak="al",
134079  specials={ "initial", 0x62A, 0x62C, 0x645 },
134080  unicodeslot=0xFD50,
134081 },
134082 [0xFD51]={
134083  category="lo",
134084  description="ARABIC LIGATURE TEH WITH HAH WITH JEEM FINAL FORM",
134085  direction="al",
134086  linebreak="al",
134087  specials={ "final", 0x62A, 0x62D, 0x62C },
134088  unicodeslot=0xFD51,
134089 },
134090 [0xFD52]={
134091  category="lo",
134092  description="ARABIC LIGATURE TEH WITH HAH WITH JEEM INITIAL FORM",
134093  direction="al",
134094  linebreak="al",
134095  specials={ "initial", 0x62A, 0x62D, 0x62C },
134096  unicodeslot=0xFD52,
134097 },
134098 [0xFD53]={
134099  category="lo",
134100  description="ARABIC LIGATURE TEH WITH HAH WITH MEEM INITIAL FORM",
134101  direction="al",
134102  linebreak="al",
134103  specials={ "initial", 0x62A, 0x62D, 0x645 },
134104  unicodeslot=0xFD53,
134105 },
134106 [0xFD54]={
134107  category="lo",
134108  description="ARABIC LIGATURE TEH WITH KHAH WITH MEEM INITIAL FORM",
134109  direction="al",
134110  linebreak="al",
134111  specials={ "initial", 0x62A, 0x62E, 0x645 },
134112  unicodeslot=0xFD54,
134113 },
134114 [0xFD55]={
134115  category="lo",
134116  description="ARABIC LIGATURE TEH WITH MEEM WITH JEEM INITIAL FORM",
134117  direction="al",
134118  linebreak="al",
134119  specials={ "initial", 0x62A, 0x645, 0x62C },
134120  unicodeslot=0xFD55,
134121 },
134122 [0xFD56]={
134123  category="lo",
134124  description="ARABIC LIGATURE TEH WITH MEEM WITH HAH INITIAL FORM",
134125  direction="al",
134126  linebreak="al",
134127  specials={ "initial", 0x62A, 0x645, 0x62D },
134128  unicodeslot=0xFD56,
134129 },
134130 [0xFD57]={
134131  category="lo",
134132  description="ARABIC LIGATURE TEH WITH MEEM WITH KHAH INITIAL FORM",
134133  direction="al",
134134  linebreak="al",
134135  specials={ "initial", 0x62A, 0x645, 0x62E },
134136  unicodeslot=0xFD57,
134137 },
134138 [0xFD58]={
134139  category="lo",
134140  description="ARABIC LIGATURE JEEM WITH MEEM WITH HAH FINAL FORM",
134141  direction="al",
134142  linebreak="al",
134143  specials={ "final", 0x62C, 0x645, 0x62D },
134144  unicodeslot=0xFD58,
134145 },
134146 [0xFD59]={
134147  category="lo",
134148  description="ARABIC LIGATURE JEEM WITH MEEM WITH HAH INITIAL FORM",
134149  direction="al",
134150  linebreak="al",
134151  specials={ "initial", 0x62C, 0x645, 0x62D },
134152  unicodeslot=0xFD59,
134153 },
134154 [0xFD5A]={
134155  category="lo",
134156  description="ARABIC LIGATURE HAH WITH MEEM WITH YEH FINAL FORM",
134157  direction="al",
134158  linebreak="al",
134159  specials={ "final", 0x62D, 0x645, 0x64A },
134160  unicodeslot=0xFD5A,
134161 },
134162 [0xFD5B]={
134163  category="lo",
134164  description="ARABIC LIGATURE HAH WITH MEEM WITH ALEF MAKSURA FINAL FORM",
134165  direction="al",
134166  linebreak="al",
134167  specials={ "final", 0x62D, 0x645, 0x649 },
134168  unicodeslot=0xFD5B,
134169 },
134170 [0xFD5C]={
134171  category="lo",
134172  description="ARABIC LIGATURE SEEN WITH HAH WITH JEEM INITIAL FORM",
134173  direction="al",
134174  linebreak="al",
134175  specials={ "initial", 0x633, 0x62D, 0x62C },
134176  unicodeslot=0xFD5C,
134177 },
134178 [0xFD5D]={
134179  category="lo",
134180  description="ARABIC LIGATURE SEEN WITH JEEM WITH HAH INITIAL FORM",
134181  direction="al",
134182  linebreak="al",
134183  specials={ "initial", 0x633, 0x62C, 0x62D },
134184  unicodeslot=0xFD5D,
134185 },
134186 [0xFD5E]={
134187  category="lo",
134188  description="ARABIC LIGATURE SEEN WITH JEEM WITH ALEF MAKSURA FINAL FORM",
134189  direction="al",
134190  linebreak="al",
134191  specials={ "final", 0x633, 0x62C, 0x649 },
134192  unicodeslot=0xFD5E,
134193 },
134194 [0xFD5F]={
134195  category="lo",
134196  description="ARABIC LIGATURE SEEN WITH MEEM WITH HAH FINAL FORM",
134197  direction="al",
134198  linebreak="al",
134199  specials={ "final", 0x633, 0x645, 0x62D },
134200  unicodeslot=0xFD5F,
134201 },
134202 [0xFD60]={
134203  category="lo",
134204  description="ARABIC LIGATURE SEEN WITH MEEM WITH HAH INITIAL FORM",
134205  direction="al",
134206  linebreak="al",
134207  specials={ "initial", 0x633, 0x645, 0x62D },
134208  unicodeslot=0xFD60,
134209 },
134210 [0xFD61]={
134211  category="lo",
134212  description="ARABIC LIGATURE SEEN WITH MEEM WITH JEEM INITIAL FORM",
134213  direction="al",
134214  linebreak="al",
134215  specials={ "initial", 0x633, 0x645, 0x62C },
134216  unicodeslot=0xFD61,
134217 },
134218 [0xFD62]={
134219  category="lo",
134220  description="ARABIC LIGATURE SEEN WITH MEEM WITH MEEM FINAL FORM",
134221  direction="al",
134222  linebreak="al",
134223  specials={ "final", 0x633, 0x645, 0x645 },
134224  unicodeslot=0xFD62,
134225 },
134226 [0xFD63]={
134227  category="lo",
134228  description="ARABIC LIGATURE SEEN WITH MEEM WITH MEEM INITIAL FORM",
134229  direction="al",
134230  linebreak="al",
134231  specials={ "initial", 0x633, 0x645, 0x645 },
134232  unicodeslot=0xFD63,
134233 },
134234 [0xFD64]={
134235  category="lo",
134236  description="ARABIC LIGATURE SAD WITH HAH WITH HAH FINAL FORM",
134237  direction="al",
134238  linebreak="al",
134239  specials={ "final", 0x635, 0x62D, 0x62D },
134240  unicodeslot=0xFD64,
134241 },
134242 [0xFD65]={
134243  category="lo",
134244  description="ARABIC LIGATURE SAD WITH HAH WITH HAH INITIAL FORM",
134245  direction="al",
134246  linebreak="al",
134247  specials={ "initial", 0x635, 0x62D, 0x62D },
134248  unicodeslot=0xFD65,
134249 },
134250 [0xFD66]={
134251  category="lo",
134252  description="ARABIC LIGATURE SAD WITH MEEM WITH MEEM FINAL FORM",
134253  direction="al",
134254  linebreak="al",
134255  specials={ "final", 0x635, 0x645, 0x645 },
134256  unicodeslot=0xFD66,
134257 },
134258 [0xFD67]={
134259  category="lo",
134260  description="ARABIC LIGATURE SHEEN WITH HAH WITH MEEM FINAL FORM",
134261  direction="al",
134262  linebreak="al",
134263  specials={ "final", 0x634, 0x62D, 0x645 },
134264  unicodeslot=0xFD67,
134265 },
134266 [0xFD68]={
134267  category="lo",
134268  description="ARABIC LIGATURE SHEEN WITH HAH WITH MEEM INITIAL FORM",
134269  direction="al",
134270  linebreak="al",
134271  specials={ "initial", 0x634, 0x62D, 0x645 },
134272  unicodeslot=0xFD68,
134273 },
134274 [0xFD69]={
134275  category="lo",
134276  description="ARABIC LIGATURE SHEEN WITH JEEM WITH YEH FINAL FORM",
134277  direction="al",
134278  linebreak="al",
134279  specials={ "final", 0x634, 0x62C, 0x64A },
134280  unicodeslot=0xFD69,
134281 },
134282 [0xFD6A]={
134283  category="lo",
134284  description="ARABIC LIGATURE SHEEN WITH MEEM WITH KHAH FINAL FORM",
134285  direction="al",
134286  linebreak="al",
134287  specials={ "final", 0x634, 0x645, 0x62E },
134288  unicodeslot=0xFD6A,
134289 },
134290 [0xFD6B]={
134291  category="lo",
134292  description="ARABIC LIGATURE SHEEN WITH MEEM WITH KHAH INITIAL FORM",
134293  direction="al",
134294  linebreak="al",
134295  specials={ "initial", 0x634, 0x645, 0x62E },
134296  unicodeslot=0xFD6B,
134297 },
134298 [0xFD6C]={
134299  category="lo",
134300  description="ARABIC LIGATURE SHEEN WITH MEEM WITH MEEM FINAL FORM",
134301  direction="al",
134302  linebreak="al",
134303  specials={ "final", 0x634, 0x645, 0x645 },
134304  unicodeslot=0xFD6C,
134305 },
134306 [0xFD6D]={
134307  category="lo",
134308  description="ARABIC LIGATURE SHEEN WITH MEEM WITH MEEM INITIAL FORM",
134309  direction="al",
134310  linebreak="al",
134311  specials={ "initial", 0x634, 0x645, 0x645 },
134312  unicodeslot=0xFD6D,
134313 },
134314 [0xFD6E]={
134315  category="lo",
134316  description="ARABIC LIGATURE DAD WITH HAH WITH ALEF MAKSURA FINAL FORM",
134317  direction="al",
134318  linebreak="al",
134319  specials={ "final", 0x636, 0x62D, 0x649 },
134320  unicodeslot=0xFD6E,
134321 },
134322 [0xFD6F]={
134323  category="lo",
134324  description="ARABIC LIGATURE DAD WITH KHAH WITH MEEM FINAL FORM",
134325  direction="al",
134326  linebreak="al",
134327  specials={ "final", 0x636, 0x62E, 0x645 },
134328  unicodeslot=0xFD6F,
134329 },
134330 [0xFD70]={
134331  category="lo",
134332  description="ARABIC LIGATURE DAD WITH KHAH WITH MEEM INITIAL FORM",
134333  direction="al",
134334  linebreak="al",
134335  specials={ "initial", 0x636, 0x62E, 0x645 },
134336  unicodeslot=0xFD70,
134337 },
134338 [0xFD71]={
134339  category="lo",
134340  description="ARABIC LIGATURE TAH WITH MEEM WITH HAH FINAL FORM",
134341  direction="al",
134342  linebreak="al",
134343  specials={ "final", 0x637, 0x645, 0x62D },
134344  unicodeslot=0xFD71,
134345 },
134346 [0xFD72]={
134347  category="lo",
134348  description="ARABIC LIGATURE TAH WITH MEEM WITH HAH INITIAL FORM",
134349  direction="al",
134350  linebreak="al",
134351  specials={ "initial", 0x637, 0x645, 0x62D },
134352  unicodeslot=0xFD72,
134353 },
134354 [0xFD73]={
134355  category="lo",
134356  description="ARABIC LIGATURE TAH WITH MEEM WITH MEEM INITIAL FORM",
134357  direction="al",
134358  linebreak="al",
134359  specials={ "initial", 0x637, 0x645, 0x645 },
134360  unicodeslot=0xFD73,
134361 },
134362 [0xFD74]={
134363  category="lo",
134364  description="ARABIC LIGATURE TAH WITH MEEM WITH YEH FINAL FORM",
134365  direction="al",
134366  linebreak="al",
134367  specials={ "final", 0x637, 0x645, 0x64A },
134368  unicodeslot=0xFD74,
134369 },
134370 [0xFD75]={
134371  category="lo",
134372  description="ARABIC LIGATURE AIN WITH JEEM WITH MEEM FINAL FORM",
134373  direction="al",
134374  linebreak="al",
134375  specials={ "final", 0x639, 0x62C, 0x645 },
134376  unicodeslot=0xFD75,
134377 },
134378 [0xFD76]={
134379  category="lo",
134380  description="ARABIC LIGATURE AIN WITH MEEM WITH MEEM FINAL FORM",
134381  direction="al",
134382  linebreak="al",
134383  specials={ "final", 0x639, 0x645, 0x645 },
134384  unicodeslot=0xFD76,
134385 },
134386 [0xFD77]={
134387  category="lo",
134388  description="ARABIC LIGATURE AIN WITH MEEM WITH MEEM INITIAL FORM",
134389  direction="al",
134390  linebreak="al",
134391  specials={ "initial", 0x639, 0x645, 0x645 },
134392  unicodeslot=0xFD77,
134393 },
134394 [0xFD78]={
134395  category="lo",
134396  description="ARABIC LIGATURE AIN WITH MEEM WITH ALEF MAKSURA FINAL FORM",
134397  direction="al",
134398  linebreak="al",
134399  specials={ "final", 0x639, 0x645, 0x649 },
134400  unicodeslot=0xFD78,
134401 },
134402 [0xFD79]={
134403  category="lo",
134404  description="ARABIC LIGATURE GHAIN WITH MEEM WITH MEEM FINAL FORM",
134405  direction="al",
134406  linebreak="al",
134407  specials={ "final", 0x63A, 0x645, 0x645 },
134408  unicodeslot=0xFD79,
134409 },
134410 [0xFD7A]={
134411  category="lo",
134412  description="ARABIC LIGATURE GHAIN WITH MEEM WITH YEH FINAL FORM",
134413  direction="al",
134414  linebreak="al",
134415  specials={ "final", 0x63A, 0x645, 0x64A },
134416  unicodeslot=0xFD7A,
134417 },
134418 [0xFD7B]={
134419  category="lo",
134420  description="ARABIC LIGATURE GHAIN WITH MEEM WITH ALEF MAKSURA FINAL FORM",
134421  direction="al",
134422  linebreak="al",
134423  specials={ "final", 0x63A, 0x645, 0x649 },
134424  unicodeslot=0xFD7B,
134425 },
134426 [0xFD7C]={
134427  category="lo",
134428  description="ARABIC LIGATURE FEH WITH KHAH WITH MEEM FINAL FORM",
134429  direction="al",
134430  linebreak="al",
134431  specials={ "final", 0x641, 0x62E, 0x645 },
134432  unicodeslot=0xFD7C,
134433 },
134434 [0xFD7D]={
134435  category="lo",
134436  description="ARABIC LIGATURE FEH WITH KHAH WITH MEEM INITIAL FORM",
134437  direction="al",
134438  linebreak="al",
134439  specials={ "initial", 0x641, 0x62E, 0x645 },
134440  unicodeslot=0xFD7D,
134441 },
134442 [0xFD7E]={
134443  category="lo",
134444  description="ARABIC LIGATURE QAF WITH MEEM WITH HAH FINAL FORM",
134445  direction="al",
134446  linebreak="al",
134447  specials={ "final", 0x642, 0x645, 0x62D },
134448  unicodeslot=0xFD7E,
134449 },
134450 [0xFD7F]={
134451  category="lo",
134452  description="ARABIC LIGATURE QAF WITH MEEM WITH MEEM FINAL FORM",
134453  direction="al",
134454  linebreak="al",
134455  specials={ "final", 0x642, 0x645, 0x645 },
134456  unicodeslot=0xFD7F,
134457 },
134458 [0xFD80]={
134459  category="lo",
134460  description="ARABIC LIGATURE LAM WITH HAH WITH MEEM FINAL FORM",
134461  direction="al",
134462  linebreak="al",
134463  specials={ "final", 0x644, 0x62D, 0x645 },
134464  unicodeslot=0xFD80,
134465 },
134466 [0xFD81]={
134467  category="lo",
134468  description="ARABIC LIGATURE LAM WITH HAH WITH YEH FINAL FORM",
134469  direction="al",
134470  linebreak="al",
134471  specials={ "final", 0x644, 0x62D, 0x64A },
134472  unicodeslot=0xFD81,
134473 },
134474 [0xFD82]={
134475  category="lo",
134476  description="ARABIC LIGATURE LAM WITH HAH WITH ALEF MAKSURA FINAL FORM",
134477  direction="al",
134478  linebreak="al",
134479  specials={ "final", 0x644, 0x62D, 0x649 },
134480  unicodeslot=0xFD82,
134481 },
134482 [0xFD83]={
134483  category="lo",
134484  description="ARABIC LIGATURE LAM WITH JEEM WITH JEEM INITIAL FORM",
134485  direction="al",
134486  linebreak="al",
134487  specials={ "initial", 0x644, 0x62C, 0x62C },
134488  unicodeslot=0xFD83,
134489 },
134490 [0xFD84]={
134491  category="lo",
134492  description="ARABIC LIGATURE LAM WITH JEEM WITH JEEM FINAL FORM",
134493  direction="al",
134494  linebreak="al",
134495  specials={ "final", 0x644, 0x62C, 0x62C },
134496  unicodeslot=0xFD84,
134497 },
134498 [0xFD85]={
134499  category="lo",
134500  description="ARABIC LIGATURE LAM WITH KHAH WITH MEEM FINAL FORM",
134501  direction="al",
134502  linebreak="al",
134503  specials={ "final", 0x644, 0x62E, 0x645 },
134504  unicodeslot=0xFD85,
134505 },
134506 [0xFD86]={
134507  category="lo",
134508  description="ARABIC LIGATURE LAM WITH KHAH WITH MEEM INITIAL FORM",
134509  direction="al",
134510  linebreak="al",
134511  specials={ "initial", 0x644, 0x62E, 0x645 },
134512  unicodeslot=0xFD86,
134513 },
134514 [0xFD87]={
134515  category="lo",
134516  description="ARABIC LIGATURE LAM WITH MEEM WITH HAH FINAL FORM",
134517  direction="al",
134518  linebreak="al",
134519  specials={ "final", 0x644, 0x645, 0x62D },
134520  unicodeslot=0xFD87,
134521 },
134522 [0xFD88]={
134523  category="lo",
134524  description="ARABIC LIGATURE LAM WITH MEEM WITH HAH INITIAL FORM",
134525  direction="al",
134526  linebreak="al",
134527  specials={ "initial", 0x644, 0x645, 0x62D },
134528  unicodeslot=0xFD88,
134529 },
134530 [0xFD89]={
134531  category="lo",
134532  description="ARABIC LIGATURE MEEM WITH HAH WITH JEEM INITIAL FORM",
134533  direction="al",
134534  linebreak="al",
134535  specials={ "initial", 0x645, 0x62D, 0x62C },
134536  unicodeslot=0xFD89,
134537 },
134538 [0xFD8A]={
134539  category="lo",
134540  description="ARABIC LIGATURE MEEM WITH HAH WITH MEEM INITIAL FORM",
134541  direction="al",
134542  linebreak="al",
134543  specials={ "initial", 0x645, 0x62D, 0x645 },
134544  unicodeslot=0xFD8A,
134545 },
134546 [0xFD8B]={
134547  category="lo",
134548  description="ARABIC LIGATURE MEEM WITH HAH WITH YEH FINAL FORM",
134549  direction="al",
134550  linebreak="al",
134551  specials={ "final", 0x645, 0x62D, 0x64A },
134552  unicodeslot=0xFD8B,
134553 },
134554 [0xFD8C]={
134555  category="lo",
134556  description="ARABIC LIGATURE MEEM WITH JEEM WITH HAH INITIAL FORM",
134557  direction="al",
134558  linebreak="al",
134559  specials={ "initial", 0x645, 0x62C, 0x62D },
134560  unicodeslot=0xFD8C,
134561 },
134562 [0xFD8D]={
134563  category="lo",
134564  description="ARABIC LIGATURE MEEM WITH JEEM WITH MEEM INITIAL FORM",
134565  direction="al",
134566  linebreak="al",
134567  specials={ "initial", 0x645, 0x62C, 0x645 },
134568  unicodeslot=0xFD8D,
134569 },
134570 [0xFD8E]={
134571  category="lo",
134572  description="ARABIC LIGATURE MEEM WITH KHAH WITH JEEM INITIAL FORM",
134573  direction="al",
134574  linebreak="al",
134575  specials={ "initial", 0x645, 0x62E, 0x62C },
134576  unicodeslot=0xFD8E,
134577 },
134578 [0xFD8F]={
134579  category="lo",
134580  description="ARABIC LIGATURE MEEM WITH KHAH WITH MEEM INITIAL FORM",
134581  direction="al",
134582  linebreak="al",
134583  specials={ "initial", 0x645, 0x62E, 0x645 },
134584  unicodeslot=0xFD8F,
134585 },
134586 [0xFD92]={
134587  category="lo",
134588  description="ARABIC LIGATURE MEEM WITH JEEM WITH KHAH INITIAL FORM",
134589  direction="al",
134590  linebreak="al",
134591  specials={ "initial", 0x645, 0x62C, 0x62E },
134592  unicodeslot=0xFD92,
134593 },
134594 [0xFD93]={
134595  category="lo",
134596  description="ARABIC LIGATURE HEH WITH MEEM WITH JEEM INITIAL FORM",
134597  direction="al",
134598  linebreak="al",
134599  specials={ "initial", 0x647, 0x645, 0x62C },
134600  unicodeslot=0xFD93,
134601 },
134602 [0xFD94]={
134603  category="lo",
134604  description="ARABIC LIGATURE HEH WITH MEEM WITH MEEM INITIAL FORM",
134605  direction="al",
134606  linebreak="al",
134607  specials={ "initial", 0x647, 0x645, 0x645 },
134608  unicodeslot=0xFD94,
134609 },
134610 [0xFD95]={
134611  category="lo",
134612  description="ARABIC LIGATURE NOON WITH HAH WITH MEEM INITIAL FORM",
134613  direction="al",
134614  linebreak="al",
134615  specials={ "initial", 0x646, 0x62D, 0x645 },
134616  unicodeslot=0xFD95,
134617 },
134618 [0xFD96]={
134619  category="lo",
134620  description="ARABIC LIGATURE NOON WITH HAH WITH ALEF MAKSURA FINAL FORM",
134621  direction="al",
134622  linebreak="al",
134623  specials={ "final", 0x646, 0x62D, 0x649 },
134624  unicodeslot=0xFD96,
134625 },
134626 [0xFD97]={
134627  category="lo",
134628  description="ARABIC LIGATURE NOON WITH JEEM WITH MEEM FINAL FORM",
134629  direction="al",
134630  linebreak="al",
134631  specials={ "final", 0x646, 0x62C, 0x645 },
134632  unicodeslot=0xFD97,
134633 },
134634 [0xFD98]={
134635  category="lo",
134636  description="ARABIC LIGATURE NOON WITH JEEM WITH MEEM INITIAL FORM",
134637  direction="al",
134638  linebreak="al",
134639  specials={ "initial", 0x646, 0x62C, 0x645 },
134640  unicodeslot=0xFD98,
134641 },
134642 [0xFD99]={
134643  category="lo",
134644  description="ARABIC LIGATURE NOON WITH JEEM WITH ALEF MAKSURA FINAL FORM",
134645  direction="al",
134646  linebreak="al",
134647  specials={ "final", 0x646, 0x62C, 0x649 },
134648  unicodeslot=0xFD99,
134649 },
134650 [0xFD9A]={
134651  category="lo",
134652  description="ARABIC LIGATURE NOON WITH MEEM WITH YEH FINAL FORM",
134653  direction="al",
134654  linebreak="al",
134655  specials={ "final", 0x646, 0x645, 0x64A },
134656  unicodeslot=0xFD9A,
134657 },
134658 [0xFD9B]={
134659  category="lo",
134660  description="ARABIC LIGATURE NOON WITH MEEM WITH ALEF MAKSURA FINAL FORM",
134661  direction="al",
134662  linebreak="al",
134663  specials={ "final", 0x646, 0x645, 0x649 },
134664  unicodeslot=0xFD9B,
134665 },
134666 [0xFD9C]={
134667  category="lo",
134668  description="ARABIC LIGATURE YEH WITH MEEM WITH MEEM FINAL FORM",
134669  direction="al",
134670  linebreak="al",
134671  specials={ "final", 0x64A, 0x645, 0x645 },
134672  unicodeslot=0xFD9C,
134673 },
134674 [0xFD9D]={
134675  category="lo",
134676  description="ARABIC LIGATURE YEH WITH MEEM WITH MEEM INITIAL FORM",
134677  direction="al",
134678  linebreak="al",
134679  specials={ "initial", 0x64A, 0x645, 0x645 },
134680  unicodeslot=0xFD9D,
134681 },
134682 [0xFD9E]={
134683  category="lo",
134684  description="ARABIC LIGATURE BEH WITH KHAH WITH YEH FINAL FORM",
134685  direction="al",
134686  linebreak="al",
134687  specials={ "final", 0x628, 0x62E, 0x64A },
134688  unicodeslot=0xFD9E,
134689 },
134690 [0xFD9F]={
134691  category="lo",
134692  description="ARABIC LIGATURE TEH WITH JEEM WITH YEH FINAL FORM",
134693  direction="al",
134694  linebreak="al",
134695  specials={ "final", 0x62A, 0x62C, 0x64A },
134696  unicodeslot=0xFD9F,
134697 },
134698 [0xFDA0]={
134699  category="lo",
134700  description="ARABIC LIGATURE TEH WITH JEEM WITH ALEF MAKSURA FINAL FORM",
134701  direction="al",
134702  linebreak="al",
134703  specials={ "final", 0x62A, 0x62C, 0x649 },
134704  unicodeslot=0xFDA0,
134705 },
134706 [0xFDA1]={
134707  category="lo",
134708  description="ARABIC LIGATURE TEH WITH KHAH WITH YEH FINAL FORM",
134709  direction="al",
134710  linebreak="al",
134711  specials={ "final", 0x62A, 0x62E, 0x64A },
134712  unicodeslot=0xFDA1,
134713 },
134714 [0xFDA2]={
134715  category="lo",
134716  description="ARABIC LIGATURE TEH WITH KHAH WITH ALEF MAKSURA FINAL FORM",
134717  direction="al",
134718  linebreak="al",
134719  specials={ "final", 0x62A, 0x62E, 0x649 },
134720  unicodeslot=0xFDA2,
134721 },
134722 [0xFDA3]={
134723  category="lo",
134724  description="ARABIC LIGATURE TEH WITH MEEM WITH YEH FINAL FORM",
134725  direction="al",
134726  linebreak="al",
134727  specials={ "final", 0x62A, 0x645, 0x64A },
134728  unicodeslot=0xFDA3,
134729 },
134730 [0xFDA4]={
134731  category="lo",
134732  description="ARABIC LIGATURE TEH WITH MEEM WITH ALEF MAKSURA FINAL FORM",
134733  direction="al",
134734  linebreak="al",
134735  specials={ "final", 0x62A, 0x645, 0x649 },
134736  unicodeslot=0xFDA4,
134737 },
134738 [0xFDA5]={
134739  category="lo",
134740  description="ARABIC LIGATURE JEEM WITH MEEM WITH YEH FINAL FORM",
134741  direction="al",
134742  linebreak="al",
134743  specials={ "final", 0x62C, 0x645, 0x64A },
134744  unicodeslot=0xFDA5,
134745 },
134746 [0xFDA6]={
134747  category="lo",
134748  description="ARABIC LIGATURE JEEM WITH HAH WITH ALEF MAKSURA FINAL FORM",
134749  direction="al",
134750  linebreak="al",
134751  specials={ "final", 0x62C, 0x62D, 0x649 },
134752  unicodeslot=0xFDA6,
134753 },
134754 [0xFDA7]={
134755  category="lo",
134756  description="ARABIC LIGATURE JEEM WITH MEEM WITH ALEF MAKSURA FINAL FORM",
134757  direction="al",
134758  linebreak="al",
134759  specials={ "final", 0x62C, 0x645, 0x649 },
134760  unicodeslot=0xFDA7,
134761 },
134762 [0xFDA8]={
134763  category="lo",
134764  description="ARABIC LIGATURE SEEN WITH KHAH WITH ALEF MAKSURA FINAL FORM",
134765  direction="al",
134766  linebreak="al",
134767  specials={ "final", 0x633, 0x62E, 0x649 },
134768  unicodeslot=0xFDA8,
134769 },
134770 [0xFDA9]={
134771  category="lo",
134772  description="ARABIC LIGATURE SAD WITH HAH WITH YEH FINAL FORM",
134773  direction="al",
134774  linebreak="al",
134775  specials={ "final", 0x635, 0x62D, 0x64A },
134776  unicodeslot=0xFDA9,
134777 },
134778 [0xFDAA]={
134779  category="lo",
134780  description="ARABIC LIGATURE SHEEN WITH HAH WITH YEH FINAL FORM",
134781  direction="al",
134782  linebreak="al",
134783  specials={ "final", 0x634, 0x62D, 0x64A },
134784  unicodeslot=0xFDAA,
134785 },
134786 [0xFDAB]={
134787  category="lo",
134788  description="ARABIC LIGATURE DAD WITH HAH WITH YEH FINAL FORM",
134789  direction="al",
134790  linebreak="al",
134791  specials={ "final", 0x636, 0x62D, 0x64A },
134792  unicodeslot=0xFDAB,
134793 },
134794 [0xFDAC]={
134795  category="lo",
134796  description="ARABIC LIGATURE LAM WITH JEEM WITH YEH FINAL FORM",
134797  direction="al",
134798  linebreak="al",
134799  specials={ "final", 0x644, 0x62C, 0x64A },
134800  unicodeslot=0xFDAC,
134801 },
134802 [0xFDAD]={
134803  category="lo",
134804  description="ARABIC LIGATURE LAM WITH MEEM WITH YEH FINAL FORM",
134805  direction="al",
134806  linebreak="al",
134807  specials={ "final", 0x644, 0x645, 0x64A },
134808  unicodeslot=0xFDAD,
134809 },
134810 [0xFDAE]={
134811  category="lo",
134812  description="ARABIC LIGATURE YEH WITH HAH WITH YEH FINAL FORM",
134813  direction="al",
134814  linebreak="al",
134815  specials={ "final", 0x64A, 0x62D, 0x64A },
134816  unicodeslot=0xFDAE,
134817 },
134818 [0xFDAF]={
134819  category="lo",
134820  description="ARABIC LIGATURE YEH WITH JEEM WITH YEH FINAL FORM",
134821  direction="al",
134822  linebreak="al",
134823  specials={ "final", 0x64A, 0x62C, 0x64A },
134824  unicodeslot=0xFDAF,
134825 },
134826 [0xFDB0]={
134827  category="lo",
134828  description="ARABIC LIGATURE YEH WITH MEEM WITH YEH FINAL FORM",
134829  direction="al",
134830  linebreak="al",
134831  specials={ "final", 0x64A, 0x645, 0x64A },
134832  unicodeslot=0xFDB0,
134833 },
134834 [0xFDB1]={
134835  category="lo",
134836  description="ARABIC LIGATURE MEEM WITH MEEM WITH YEH FINAL FORM",
134837  direction="al",
134838  linebreak="al",
134839  specials={ "final", 0x645, 0x645, 0x64A },
134840  unicodeslot=0xFDB1,
134841 },
134842 [0xFDB2]={
134843  category="lo",
134844  description="ARABIC LIGATURE QAF WITH MEEM WITH YEH FINAL FORM",
134845  direction="al",
134846  linebreak="al",
134847  specials={ "final", 0x642, 0x645, 0x64A },
134848  unicodeslot=0xFDB2,
134849 },
134850 [0xFDB3]={
134851  category="lo",
134852  description="ARABIC LIGATURE NOON WITH HAH WITH YEH FINAL FORM",
134853  direction="al",
134854  linebreak="al",
134855  specials={ "final", 0x646, 0x62D, 0x64A },
134856  unicodeslot=0xFDB3,
134857 },
134858 [0xFDB4]={
134859  category="lo",
134860  description="ARABIC LIGATURE QAF WITH MEEM WITH HAH INITIAL FORM",
134861  direction="al",
134862  linebreak="al",
134863  specials={ "initial", 0x642, 0x645, 0x62D },
134864  unicodeslot=0xFDB4,
134865 },
134866 [0xFDB5]={
134867  category="lo",
134868  description="ARABIC LIGATURE LAM WITH HAH WITH MEEM INITIAL FORM",
134869  direction="al",
134870  linebreak="al",
134871  specials={ "initial", 0x644, 0x62D, 0x645 },
134872  unicodeslot=0xFDB5,
134873 },
134874 [0xFDB6]={
134875  category="lo",
134876  description="ARABIC LIGATURE AIN WITH MEEM WITH YEH FINAL FORM",
134877  direction="al",
134878  linebreak="al",
134879  specials={ "final", 0x639, 0x645, 0x64A },
134880  unicodeslot=0xFDB6,
134881 },
134882 [0xFDB7]={
134883  category="lo",
134884  description="ARABIC LIGATURE KAF WITH MEEM WITH YEH FINAL FORM",
134885  direction="al",
134886  linebreak="al",
134887  specials={ "final", 0x643, 0x645, 0x64A },
134888  unicodeslot=0xFDB7,
134889 },
134890 [0xFDB8]={
134891  category="lo",
134892  description="ARABIC LIGATURE NOON WITH JEEM WITH HAH INITIAL FORM",
134893  direction="al",
134894  linebreak="al",
134895  specials={ "initial", 0x646, 0x62C, 0x62D },
134896  unicodeslot=0xFDB8,
134897 },
134898 [0xFDB9]={
134899  category="lo",
134900  description="ARABIC LIGATURE MEEM WITH KHAH WITH YEH FINAL FORM",
134901  direction="al",
134902  linebreak="al",
134903  specials={ "final", 0x645, 0x62E, 0x64A },
134904  unicodeslot=0xFDB9,
134905 },
134906 [0xFDBA]={
134907  category="lo",
134908  description="ARABIC LIGATURE LAM WITH JEEM WITH MEEM INITIAL FORM",
134909  direction="al",
134910  linebreak="al",
134911  specials={ "initial", 0x644, 0x62C, 0x645 },
134912  unicodeslot=0xFDBA,
134913 },
134914 [0xFDBB]={
134915  category="lo",
134916  description="ARABIC LIGATURE KAF WITH MEEM WITH MEEM FINAL FORM",
134917  direction="al",
134918  linebreak="al",
134919  specials={ "final", 0x643, 0x645, 0x645 },
134920  unicodeslot=0xFDBB,
134921 },
134922 [0xFDBC]={
134923  category="lo",
134924  description="ARABIC LIGATURE LAM WITH JEEM WITH MEEM FINAL FORM",
134925  direction="al",
134926  linebreak="al",
134927  specials={ "final", 0x644, 0x62C, 0x645 },
134928  unicodeslot=0xFDBC,
134929 },
134930 [0xFDBD]={
134931  category="lo",
134932  description="ARABIC LIGATURE NOON WITH JEEM WITH HAH FINAL FORM",
134933  direction="al",
134934  linebreak="al",
134935  specials={ "final", 0x646, 0x62C, 0x62D },
134936  unicodeslot=0xFDBD,
134937 },
134938 [0xFDBE]={
134939  category="lo",
134940  description="ARABIC LIGATURE JEEM WITH HAH WITH YEH FINAL FORM",
134941  direction="al",
134942  linebreak="al",
134943  specials={ "final", 0x62C, 0x62D, 0x64A },
134944  unicodeslot=0xFDBE,
134945 },
134946 [0xFDBF]={
134947  category="lo",
134948  description="ARABIC LIGATURE HAH WITH JEEM WITH YEH FINAL FORM",
134949  direction="al",
134950  linebreak="al",
134951  specials={ "final", 0x62D, 0x62C, 0x64A },
134952  unicodeslot=0xFDBF,
134953 },
134954 [0xFDC0]={
134955  category="lo",
134956  description="ARABIC LIGATURE MEEM WITH JEEM WITH YEH FINAL FORM",
134957  direction="al",
134958  linebreak="al",
134959  specials={ "final", 0x645, 0x62C, 0x64A },
134960  unicodeslot=0xFDC0,
134961 },
134962 [0xFDC1]={
134963  category="lo",
134964  description="ARABIC LIGATURE FEH WITH MEEM WITH YEH FINAL FORM",
134965  direction="al",
134966  linebreak="al",
134967  specials={ "final", 0x641, 0x645, 0x64A },
134968  unicodeslot=0xFDC1,
134969 },
134970 [0xFDC2]={
134971  category="lo",
134972  description="ARABIC LIGATURE BEH WITH HAH WITH YEH FINAL FORM",
134973  direction="al",
134974  linebreak="al",
134975  specials={ "final", 0x628, 0x62D, 0x64A },
134976  unicodeslot=0xFDC2,
134977 },
134978 [0xFDC3]={
134979  category="lo",
134980  description="ARABIC LIGATURE KAF WITH MEEM WITH MEEM INITIAL FORM",
134981  direction="al",
134982  linebreak="al",
134983  specials={ "initial", 0x643, 0x645, 0x645 },
134984  unicodeslot=0xFDC3,
134985 },
134986 [0xFDC4]={
134987  category="lo",
134988  description="ARABIC LIGATURE AIN WITH JEEM WITH MEEM INITIAL FORM",
134989  direction="al",
134990  linebreak="al",
134991  specials={ "initial", 0x639, 0x62C, 0x645 },
134992  unicodeslot=0xFDC4,
134993 },
134994 [0xFDC5]={
134995  category="lo",
134996  description="ARABIC LIGATURE SAD WITH MEEM WITH MEEM INITIAL FORM",
134997  direction="al",
134998  linebreak="al",
134999  specials={ "initial", 0x635, 0x645, 0x645 },
135000  unicodeslot=0xFDC5,
135001 },
135002 [0xFDC6]={
135003  category="lo",
135004  description="ARABIC LIGATURE SEEN WITH KHAH WITH YEH FINAL FORM",
135005  direction="al",
135006  linebreak="al",
135007  specials={ "final", 0x633, 0x62E, 0x64A },
135008  unicodeslot=0xFDC6,
135009 },
135010 [0xFDC7]={
135011  category="lo",
135012  description="ARABIC LIGATURE NOON WITH JEEM WITH YEH FINAL FORM",
135013  direction="al",
135014  linebreak="al",
135015  specials={ "final", 0x646, 0x62C, 0x64A },
135016  unicodeslot=0xFDC7,
135017 },
135018 [0xFDCF]={
135019  category="so",
135020  description="ARABIC LIGATURE SALAAMUHU ALAYNAA",
135021  direction="on",
135022  linebreak="al",
135023  unicodeslot=0xFDCF,
135024 },
135025 [0xFDF0]={
135026  category="lo",
135027  contextname="arabicsalla",
135028  description="ARABIC LIGATURE SALLA USED AS KORANIC STOP SIGN ISOLATED FORM",
135029  direction="al",
135030  linebreak="al",
135031  specials={ "isolated", 0x635, 0x644, 0x6D2 },
135032  unicodeslot=0xFDF0,
135033 },
135034 [0xFDF1]={
135035  category="lo",
135036  contextname="arabicqala",
135037  description="ARABIC LIGATURE QALA USED AS KORANIC STOP SIGN ISOLATED FORM",
135038  direction="al",
135039  linebreak="al",
135040  specials={ "isolated", 0x642, 0x644, 0x6D2 },
135041  unicodeslot=0xFDF1,
135042 },
135043 [0xFDF2]={
135044  category="lo",
135045  contextname="arabicallah",
135046  description="ARABIC LIGATURE ALLAH ISOLATED FORM",
135047  direction="al",
135048  linebreak="al",
135049  specials={ "isolated", 0x627, 0x644, 0x644, 0x647 },
135050  unicodeslot=0xFDF2,
135051 },
135052 [0xFDF3]={
135053  category="lo",
135054  contextname="arabicakbar",
135055  description="ARABIC LIGATURE AKBAR ISOLATED FORM",
135056  direction="al",
135057  linebreak="al",
135058  specials={ "isolated", 0x627, 0x643, 0x628, 0x631 },
135059  unicodeslot=0xFDF3,
135060 },
135061 [0xFDF4]={
135062  category="lo",
135063  contextname="arabicmuhammad",
135064  description="ARABIC LIGATURE MOHAMMAD ISOLATED FORM",
135065  direction="al",
135066  linebreak="al",
135067  specials={ "isolated", 0x645, 0x62D, 0x645, 0x62F },
135068  unicodeslot=0xFDF4,
135069 },
135070 [0xFDF5]={
135071  category="lo",
135072  contextname="arabicslcm",
135073  description="ARABIC LIGATURE SALAM ISOLATED FORM",
135074  direction="al",
135075  linebreak="al",
135076  specials={ "isolated", 0x635, 0x644, 0x639, 0x645 },
135077  unicodeslot=0xFDF5,
135078 },
135079 [0xFDF6]={
135080  category="lo",
135081  contextname="arabicrasoul",
135082  description="ARABIC LIGATURE RASOUL ISOLATED FORM",
135083  direction="al",
135084  linebreak="al",
135085  specials={ "isolated", 0x631, 0x633, 0x648, 0x644 },
135086  unicodeslot=0xFDF6,
135087 },
135088 [0xFDF7]={
135089  category="lo",
135090  contextname="arabicalayhe",
135091  description="ARABIC LIGATURE ALAYHE ISOLATED FORM",
135092  direction="al",
135093  linebreak="al",
135094  specials={ "isolated", 0x639, 0x644, 0x64A, 0x647 },
135095  unicodeslot=0xFDF7,
135096 },
135097 [0xFDF8]={
135098  category="lo",
135099  contextname="arabicwasallam",
135100  description="ARABIC LIGATURE WASALLAM ISOLATED FORM",
135101  direction="al",
135102  linebreak="al",
135103  specials={ "isolated", 0x648, 0x633, 0x644, 0x645 },
135104  unicodeslot=0xFDF8,
135105 },
135106 [0xFDF9]={
135107  category="lo",
135108  comment="conflict: arabicsalla",
135109  description="ARABIC LIGATURE SALLA ISOLATED FORM",
135110  direction="al",
135111  linebreak="al",
135112  specials={ "isolated", 0x635, 0x644, 0x649 },
135113  unicodeslot=0xFDF9,
135114 },
135115 [0xFDFA]={
135116  category="lo",
135117  contextname="arabicallallahou",
135118  description="ARABIC LIGATURE SALLALLAHOU ALAYHE WASALLAM",
135119  direction="al",
135120  linebreak="al",
135121  specials={ "isolated", 0x635, 0x644, 0x649, 0x20, 0x627, 0x644, 0x644, 0x647, 0x20, 0x639, 0x644, 0x64A, 0x647, 0x20, 0x648, 0x633, 0x644, 0x645 },
135122  unicodeslot=0xFDFA,
135123 },
135124 [0xFDFB]={
135125  category="lo",
135126  contextname="arabicjallajalalouhou",
135127  description="ARABIC LIGATURE JALLAJALALOUHOU",
135128  direction="al",
135129  linebreak="al",
135130  specials={ "isolated", 0x62C, 0x644, 0x20, 0x62C, 0x644, 0x627, 0x644, 0x647 },
135131  unicodeslot=0xFDFB,
135132 },
135133 [0xFDFC]={
135134  category="sc",
135135  contextname="arabicrialsign",
135136  description="RIAL SIGN",
135137  direction="al",
135138  linebreak="po",
135139  specials={ "isolated", 0x631, 0x6CC, 0x627, 0x644 },
135140  synonyms={ "iranian currency" },
135141  unicodeslot=0xFDFC,
135142 },
135143 [0xFDFD]={
135144  category="so",
135145  contextname="arabicbasmalah",
135146  description="ARABIC LIGATURE BISMILLAH AR-RAHMAN AR-RAHEEM",
135147  direction="on",
135148  linebreak="al",
135149  unicodeslot=0xFDFD,
135150 },
135151 [0xFDFE]={
135152  category="so",
135153  description="ARABIC LIGATURE SUBHAANAHU WA TAAALAA",
135154  direction="on",
135155  linebreak="al",
135156  unicodeslot=0xFDFE,
135157 },
135158 [0xFDFF]={
135159  category="so",
135160  description="ARABIC LIGATURE AZZA WA JALL",
135161  direction="on",
135162  linebreak="al",
135163  unicodeslot=0xFDFF,
135164 },
135165 [0xFE00]={
135166  description="VARIATION SELECTOR-0x0001",
135167  synonyms={ "vs1" },
135168  unicodeslot=0xFE00,
135169 },
135170 [0xFE10]={
135171  category="po",
135172  cjkwd="w",
135173  description="PRESENTATION FORM FOR VERTICAL COMMA",
135174  direction="on",
135175  linebreak="cl",
135176  specials={ "vertical", 0x2C },
135177  unicodeslot=0xFE10,
135178 },
135179 [0xFE11]={
135180  category="po",
135181  cjkwd="w",
135182  description="PRESENTATION FORM FOR VERTICAL IDEOGRAPHIC COMMA",
135183  direction="on",
135184  linebreak="cl",
135185  specials={ "vertical", 0x3001 },
135186  unicodeslot=0xFE11,
135187 },
135188 [0xFE12]={
135189  category="po",
135190  cjkwd="w",
135191  description="PRESENTATION FORM FOR VERTICAL IDEOGRAPHIC FULL STOP",
135192  direction="on",
135193  linebreak="cl",
135194  specials={ "vertical", 0x3002 },
135195  unicodeslot=0xFE12,
135196 },
135197 [0xFE13]={
135198  category="po",
135199  cjkwd="w",
135200  description="PRESENTATION FORM FOR VERTICAL COLON",
135201  direction="on",
135202  linebreak="ns",
135203  specials={ "vertical", 0x3A },
135204  unicodeslot=0xFE13,
135205 },
135206 [0xFE14]={
135207  category="po",
135208  cjkwd="w",
135209  description="PRESENTATION FORM FOR VERTICAL SEMICOLON",
135210  direction="on",
135211  linebreak="ns",
135212  specials={ "vertical", 0x3B },
135213  unicodeslot=0xFE14,
135214 },
135215 [0xFE15]={
135216  category="po",
135217  cjkwd="w",
135218  description="PRESENTATION FORM FOR VERTICAL EXCLAMATION MARK",
135219  direction="on",
135220  linebreak="ex",
135221  specials={ "vertical", 0x21 },
135222  unicodeslot=0xFE15,
135223 },
135224 [0xFE16]={
135225  category="po",
135226  cjkwd="w",
135227  description="PRESENTATION FORM FOR VERTICAL QUESTION MARK",
135228  direction="on",
135229  linebreak="ex",
135230  specials={ "vertical", 0x3F },
135231  unicodeslot=0xFE16,
135232 },
135233 [0xFE17]={
135234  category="ps",
135235  cjkwd="w",
135236  description="PRESENTATION FORM FOR VERTICAL LEFT WHITE LENTICULAR BRACKET",
135237  direction="on",
135238  linebreak="op",
135239  specials={ "vertical", 0x3016 },
135240  unicodeslot=0xFE17,
135241 },
135242 [0xFE18]={
135243  category="pe",
135244  cjkwd="w",
135245  comment="corrected description: brakcet",
135246  description="PRESENTATION FORM FOR VERTICAL RIGHT WHITE LENTICULAR BRACKET",
135247  direction="on",
135248  linebreak="cl",
135249  specials={ "vertical", 0x3017 },
135250  unicodeslot=0xFE18,
135251 },
135252 [0xFE19]={
135253  category="po",
135254  cjkwd="w",
135255  description="PRESENTATION FORM FOR VERTICAL HORIZONTAL ELLIPSIS",
135256  direction="on",
135257  linebreak="in",
135258  mathclass="ellipsis",
135259  specials={ "vertical", 0x2026 },
135260  unicodeslot=0xFE19,
135261 },
135262 [0xFE20]={
135263  category="mn",
135264  combining=0xE6,
135265  description="COMBINING LIGATURE LEFT HALF",
135266  direction="nsm",
135267  linebreak="gl",
135268  unicodeslot=0xFE20,
135269 },
135270 [0xFE21]={
135271  category="mn",
135272  combining=0xE6,
135273  description="COMBINING LIGATURE RIGHT HALF",
135274  direction="nsm",
135275  linebreak="cm",
135276  unicodeslot=0xFE21,
135277 },
135278 [0xFE22]={
135279  category="mn",
135280  combining=0xE6,
135281  description="COMBINING DOUBLE TILDE LEFT HALF",
135282  direction="nsm",
135283  linebreak="gl",
135284  unicodeslot=0xFE22,
135285 },
135286 [0xFE23]={
135287  category="mn",
135288  combining=0xE6,
135289  description="COMBINING DOUBLE TILDE RIGHT HALF",
135290  direction="nsm",
135291  linebreak="cm",
135292  unicodeslot=0xFE23,
135293 },
135294 [0xFE24]={
135295  category="mn",
135296  combining=0xE6,
135297  description="COMBINING MACRON LEFT HALF",
135298  direction="nsm",
135299  linebreak="gl",
135300  unicodeslot=0xFE24,
135301 },
135302 [0xFE25]={
135303  category="mn",
135304  combining=0xE6,
135305  description="COMBINING MACRON RIGHT HALF",
135306  direction="nsm",
135307  linebreak="cm",
135308  unicodeslot=0xFE25,
135309 },
135310 [0xFE26]={
135311  category="mn",
135312  combining=0xE6,
135313  description="COMBINING CONJOINING MACRON",
135314  direction="nsm",
135315  linebreak="gl",
135316  unicodeslot=0xFE26,
135317 },
135318 [0xFE27]={
135319  category="mn",
135320  combining=0xDC,
135321  description="COMBINING LIGATURE LEFT HALF BELOW",
135322  direction="nsm",
135323  linebreak="gl",
135324  unicodeslot=0xFE27,
135325 },
135326 [0xFE28]={
135327  category="mn",
135328  combining=0xDC,
135329  description="COMBINING LIGATURE RIGHT HALF BELOW",
135330  direction="nsm",
135331  linebreak="cm",
135332  unicodeslot=0xFE28,
135333 },
135334 [0xFE29]={
135335  category="mn",
135336  combining=0xDC,
135337  description="COMBINING TILDE LEFT HALF BELOW",
135338  direction="nsm",
135339  linebreak="gl",
135340  unicodeslot=0xFE29,
135341 },
135342 [0xFE2A]={
135343  category="mn",
135344  combining=0xDC,
135345  description="COMBINING TILDE RIGHT HALF BELOW",
135346  direction="nsm",
135347  linebreak="cm",
135348  unicodeslot=0xFE2A,
135349 },
135350 [0xFE2B]={
135351  category="mn",
135352  combining=0xDC,
135353  description="COMBINING MACRON LEFT HALF BELOW",
135354  direction="nsm",
135355  linebreak="gl",
135356  unicodeslot=0xFE2B,
135357 },
135358 [0xFE2C]={
135359  category="mn",
135360  combining=0xDC,
135361  description="COMBINING MACRON RIGHT HALF BELOW",
135362  direction="nsm",
135363  linebreak="cm",
135364  unicodeslot=0xFE2C,
135365 },
135366 [0xFE2D]={
135367  category="mn",
135368  combining=0xDC,
135369  description="COMBINING CONJOINING MACRON BELOW",
135370  direction="nsm",
135371  linebreak="gl",
135372  unicodeslot=0xFE2D,
135373 },
135374 [0xFE2E]={
135375  category="mn",
135376  combining=0xE6,
135377  description="COMBINING CYRILLIC TITLO LEFT HALF",
135378  direction="nsm",
135379  linebreak="gl",
135380  unicodeslot=0xFE2E,
135381 },
135382 [0xFE2F]={
135383  category="mn",
135384  combining=0xE6,
135385  description="COMBINING CYRILLIC TITLO RIGHT HALF",
135386  direction="nsm",
135387  linebreak="cm",
135388  unicodeslot=0xFE2F,
135389 },
135390 [0xFE30]={
135391  category="po",
135392  cjkwd="w",
135393  description="PRESENTATION FORM FOR VERTICAL TWO DOT LEADER",
135394  direction="on",
135395  linebreak="id",
135396  specials={ "vertical", 0x2025 },
135397  unicodeslot=0xFE30,
135398 },
135399 [0xFE31]={
135400  category="pd",
135401  cjkwd="w",
135402  description="PRESENTATION FORM FOR VERTICAL EM DASH",
135403  direction="on",
135404  linebreak="id",
135405  specials={ "vertical", 0x2014 },
135406  unicodeslot=0xFE31,
135407 },
135408 [0xFE32]={
135409  category="pd",
135410  cjkwd="w",
135411  description="PRESENTATION FORM FOR VERTICAL EN DASH",
135412  direction="on",
135413  linebreak="id",
135414  specials={ "vertical", 0x2013 },
135415  unicodeslot=0xFE32,
135416 },
135417 [0xFE33]={
135418  category="pc",
135419  cjkwd="w",
135420  description="PRESENTATION FORM FOR VERTICAL LOW LINE",
135421  direction="on",
135422  linebreak="id",
135423  specials={ "vertical", 0x5F },
135424  unicodeslot=0xFE33,
135425 },
135426 [0xFE34]={
135427  category="pc",
135428  cjkwd="w",
135429  description="PRESENTATION FORM FOR VERTICAL WAVY LOW LINE",
135430  direction="on",
135431  linebreak="id",
135432  specials={ "vertical", 0x5F },
135433  unicodeslot=0xFE34,
135434 },
135435 [0xFE35]={
135436  category="ps",
135437  cjkwd="w",
135438  description="PRESENTATION FORM FOR VERTICAL LEFT PARENTHESIS",
135439  direction="on",
135440  linebreak="op",
135441  specials={ "vertical", 0x28 },
135442  unicodeslot=0xFE35,
135443 },
135444 [0xFE36]={
135445  category="pe",
135446  cjkwd="w",
135447  description="PRESENTATION FORM FOR VERTICAL RIGHT PARENTHESIS",
135448  direction="on",
135449  linebreak="cl",
135450  specials={ "vertical", 0x29 },
135451  unicodeslot=0xFE36,
135452 },
135453 [0xFE37]={
135454  category="ps",
135455  cjkwd="w",
135456  comment="weird math needed for mathml",
135457  description="PRESENTATION FORM FOR VERTICAL LEFT CURLY BRACKET",
135458  direction="on",
135459  linebreak="op",
135460  mathfiller="downbracefill",
135461  specials={ "vertical", 0x7B },
135462  unicodeslot=0xFE37,
135463 },
135464 [0xFE38]={
135465  category="pe",
135466  cjkwd="w",
135467  comment="weird math needed for mathml",
135468  description="PRESENTATION FORM FOR VERTICAL RIGHT CURLY BRACKET",
135469  direction="on",
135470  linebreak="cl",
135471  mathfiller="upbracefill",
135472  specials={ "vertical", 0x7D },
135473  unicodeslot=0xFE38,
135474 },
135475 [0xFE39]={
135476  category="ps",
135477  cjkwd="w",
135478  description="PRESENTATION FORM FOR VERTICAL LEFT TORTOISE SHELL BRACKET",
135479  direction="on",
135480  linebreak="op",
135481  specials={ "vertical", 0x3014 },
135482  unicodeslot=0xFE39,
135483 },
135484 [0xFE3A]={
135485  category="pe",
135486  cjkwd="w",
135487  description="PRESENTATION FORM FOR VERTICAL RIGHT TORTOISE SHELL BRACKET",
135488  direction="on",
135489  linebreak="cl",
135490  specials={ "vertical", 0x3015 },
135491  unicodeslot=0xFE3A,
135492 },
135493 [0xFE3B]={
135494  category="ps",
135495  cjkwd="w",
135496  description="PRESENTATION FORM FOR VERTICAL LEFT BLACK LENTICULAR BRACKET",
135497  direction="on",
135498  linebreak="op",
135499  specials={ "vertical", 0x3010 },
135500  unicodeslot=0xFE3B,
135501 },
135502 [0xFE3C]={
135503  category="pe",
135504  cjkwd="w",
135505  description="PRESENTATION FORM FOR VERTICAL RIGHT BLACK LENTICULAR BRACKET",
135506  direction="on",
135507  linebreak="cl",
135508  specials={ "vertical", 0x3011 },
135509  unicodeslot=0xFE3C,
135510 },
135511 [0xFE3D]={
135512  category="ps",
135513  cjkwd="w",
135514  description="PRESENTATION FORM FOR VERTICAL LEFT DOUBLE ANGLE BRACKET",
135515  direction="on",
135516  linebreak="op",
135517  specials={ "vertical", 0x300A },
135518  unicodeslot=0xFE3D,
135519 },
135520 [0xFE3E]={
135521  category="pe",
135522  cjkwd="w",
135523  description="PRESENTATION FORM FOR VERTICAL RIGHT DOUBLE ANGLE BRACKET",
135524  direction="on",
135525  linebreak="cl",
135526  specials={ "vertical", 0x300B },
135527  unicodeslot=0xFE3E,
135528 },
135529 [0xFE3F]={
135530  category="ps",
135531  cjkwd="w",
135532  description="PRESENTATION FORM FOR VERTICAL LEFT ANGLE BRACKET",
135533  direction="on",
135534  linebreak="op",
135535  specials={ "vertical", 0x3008 },
135536  unicodeslot=0xFE3F,
135537 },
135538 [0xFE40]={
135539  category="pe",
135540  cjkwd="w",
135541  description="PRESENTATION FORM FOR VERTICAL RIGHT ANGLE BRACKET",
135542  direction="on",
135543  linebreak="cl",
135544  specials={ "vertical", 0x3009 },
135545  unicodeslot=0xFE40,
135546 },
135547 [0xFE41]={
135548  category="ps",
135549  cjkwd="w",
135550  description="PRESENTATION FORM FOR VERTICAL LEFT CORNER BRACKET",
135551  direction="on",
135552  linebreak="op",
135553  specials={ "vertical", 0x300C },
135554  unicodeslot=0xFE41,
135555 },
135556 [0xFE42]={
135557  category="pe",
135558  cjkwd="w",
135559  description="PRESENTATION FORM FOR VERTICAL RIGHT CORNER BRACKET",
135560  direction="on",
135561  linebreak="cl",
135562  specials={ "vertical", 0x300D },
135563  unicodeslot=0xFE42,
135564 },
135565 [0xFE43]={
135566  category="ps",
135567  cjkwd="w",
135568  description="PRESENTATION FORM FOR VERTICAL LEFT WHITE CORNER BRACKET",
135569  direction="on",
135570  linebreak="op",
135571  specials={ "vertical", 0x300E },
135572  unicodeslot=0xFE43,
135573 },
135574 [0xFE44]={
135575  category="pe",
135576  cjkwd="w",
135577  description="PRESENTATION FORM FOR VERTICAL RIGHT WHITE CORNER BRACKET",
135578  direction="on",
135579  linebreak="cl",
135580  specials={ "vertical", 0x300F },
135581  unicodeslot=0xFE44,
135582 },
135583 [0xFE45]={
135584  category="po",
135585  cjkwd="w",
135586  description="SESAME DOT",
135587  direction="on",
135588  linebreak="id",
135589  unicodeslot=0xFE45,
135590 },
135591 [0xFE46]={
135592  category="po",
135593  cjkwd="w",
135594  description="WHITE SESAME DOT",
135595  direction="on",
135596  linebreak="id",
135597  unicodeslot=0xFE46,
135598 },
135599 [0xFE47]={
135600  category="ps",
135601  cjkwd="w",
135602  description="PRESENTATION FORM FOR VERTICAL LEFT SQUARE BRACKET",
135603  direction="on",
135604  linebreak="op",
135605  specials={ "vertical", 0x5B },
135606  unicodeslot=0xFE47,
135607 },
135608 [0xFE48]={
135609  category="pe",
135610  cjkwd="w",
135611  description="PRESENTATION FORM FOR VERTICAL RIGHT SQUARE BRACKET",
135612  direction="on",
135613  linebreak="cl",
135614  specials={ "vertical", 0x5D },
135615  unicodeslot=0xFE48,
135616 },
135617 [0xFE49]={
135618  category="po",
135619  cjkwd="w",
135620  description="DASHED OVERLINE",
135621  direction="on",
135622  linebreak="id",
135623  specials={ "compat", 0x203E },
135624  unicodeslot=0xFE49,
135625 },
135626 [0xFE4A]={
135627  category="po",
135628  cjkwd="w",
135629  description="CENTRELINE OVERLINE",
135630  direction="on",
135631  linebreak="id",
135632  specials={ "compat", 0x203E },
135633  unicodeslot=0xFE4A,
135634 },
135635 [0xFE4B]={
135636  category="po",
135637  cjkwd="w",
135638  description="WAVY OVERLINE",
135639  direction="on",
135640  linebreak="id",
135641  specials={ "compat", 0x203E },
135642  unicodeslot=0xFE4B,
135643 },
135644 [0xFE4C]={
135645  category="po",
135646  cjkwd="w",
135647  description="DOUBLE WAVY OVERLINE",
135648  direction="on",
135649  linebreak="id",
135650  specials={ "compat", 0x203E },
135651  unicodeslot=0xFE4C,
135652 },
135653 [0xFE4D]={
135654  category="pc",
135655  cjkwd="w",
135656  description="DASHED LOW LINE",
135657  direction="on",
135658  linebreak="id",
135659  specials={ "compat", 0x5F },
135660  unicodeslot=0xFE4D,
135661 },
135662 [0xFE4E]={
135663  category="pc",
135664  cjkwd="w",
135665  description="CENTRELINE LOW LINE",
135666  direction="on",
135667  linebreak="id",
135668  specials={ "compat", 0x5F },
135669  unicodeslot=0xFE4E,
135670 },
135671 [0xFE4F]={
135672  category="pc",
135673  cjkwd="w",
135674  description="WAVY LOW LINE",
135675  direction="on",
135676  linebreak="id",
135677  specials={ "compat", 0x5F },
135678  unicodeslot=0xFE4F,
135679 },
135680 [0xFE50]={
135681  category="po",
135682  cjkwd="w",
135683  description="SMALL COMMA",
135684  direction="cs",
135685  linebreak="cl",
135686  specials={ "small", 0x2C },
135687  unicodeslot=0xFE50,
135688 },
135689 [0xFE51]={
135690  category="po",
135691  cjkwd="w",
135692  description="SMALL IDEOGRAPHIC COMMA",
135693  direction="on",
135694  linebreak="id",
135695  specials={ "small", 0x3001 },
135696  unicodeslot=0xFE51,
135697 },
135698 [0xFE52]={
135699  category="po",
135700  cjkwd="w",
135701  description="SMALL FULL STOP",
135702  direction="cs",
135703  linebreak="cl",
135704  specials={ "small", 0x2E },
135705  unicodeslot=0xFE52,
135706 },
135707 [0xFE54]={
135708  category="po",
135709  cjkwd="w",
135710  description="SMALL SEMICOLON",
135711  direction="on",
135712  linebreak="ns",
135713  specials={ "small", 0x3B },
135714  unicodeslot=0xFE54,
135715 },
135716 [0xFE55]={
135717  category="po",
135718  cjkwd="w",
135719  description="SMALL COLON",
135720  direction="cs",
135721  linebreak="ns",
135722  specials={ "small", 0x3A },
135723  unicodeslot=0xFE55,
135724 },
135725 [0xFE56]={
135726  category="po",
135727  cjkwd="w",
135728  description="SMALL QUESTION MARK",
135729  direction="on",
135730  linebreak="ex",
135731  specials={ "small", 0x3F },
135732  unicodeslot=0xFE56,
135733 },
135734 [0xFE57]={
135735  category="po",
135736  cjkwd="w",
135737  description="SMALL EXCLAMATION MARK",
135738  direction="on",
135739  linebreak="ex",
135740  specials={ "small", 0x21 },
135741  unicodeslot=0xFE57,
135742 },
135743 [0xFE58]={
135744  category="pd",
135745  cjkwd="w",
135746  description="SMALL EM DASH",
135747  direction="on",
135748  linebreak="id",
135749  specials={ "small", 0x2014 },
135750  unicodeslot=0xFE58,
135751 },
135752 [0xFE59]={
135753  category="ps",
135754  cjkwd="w",
135755  description="SMALL LEFT PARENTHESIS",
135756  direction="on",
135757  linebreak="op",
135758  mirror=0xFE5A,
135759  specials={ "small", 0x28 },
135760  textclass="open",
135761  unicodeslot=0xFE59,
135762 },
135763 [0xFE5A]={
135764  category="pe",
135765  cjkwd="w",
135766  description="SMALL RIGHT PARENTHESIS",
135767  direction="on",
135768  linebreak="cl",
135769  mirror=0xFE59,
135770  specials={ "small", 0x29 },
135771  textclass="close",
135772  unicodeslot=0xFE5A,
135773 },
135774 [0xFE5B]={
135775  category="ps",
135776  cjkwd="w",
135777  description="SMALL LEFT CURLY BRACKET",
135778  direction="on",
135779  linebreak="op",
135780  mirror=0xFE5C,
135781  specials={ "small", 0x7B },
135782  textclass="open",
135783  unicodeslot=0xFE5B,
135784 },
135785 [0xFE5C]={
135786  category="pe",
135787  cjkwd="w",
135788  description="SMALL RIGHT CURLY BRACKET",
135789  direction="on",
135790  linebreak="cl",
135791  mirror=0xFE5B,
135792  specials={ "small", 0x7D },
135793  textclass="close",
135794  unicodeslot=0xFE5C,
135795 },
135796 [0xFE5D]={
135797  category="ps",
135798  cjkwd="w",
135799  description="SMALL LEFT TORTOISE SHELL BRACKET",
135800  direction="on",
135801  linebreak="op",
135802  mirror=0xFE5E,
135803  specials={ "small", 0x3014 },
135804  textclass="open",
135805  unicodeslot=0xFE5D,
135806 },
135807 [0xFE5E]={
135808  category="pe",
135809  cjkwd="w",
135810  description="SMALL RIGHT TORTOISE SHELL BRACKET",
135811  direction="on",
135812  linebreak="cl",
135813  mirror=0xFE5D,
135814  specials={ "small", 0x3015 },
135815  textclass="close",
135816  unicodeslot=0xFE5E,
135817 },
135818 [0xFE5F]={
135819  category="po",
135820  cjkwd="w",
135821  description="SMALL NUMBER SIGN",
135822  direction="et",
135823  linebreak="id",
135824  specials={ "small", 0x23 },
135825  unicodeslot=0xFE5F,
135826 },
135827 [0xFE60]={
135828  category="po",
135829  cjkwd="w",
135830  description="SMALL AMPERSAND",
135831  direction="on",
135832  linebreak="id",
135833  specials={ "small", 0x26 },
135834  unicodeslot=0xFE60,
135835 },
135836 [0xFE61]={
135837  category="po",
135838  cjkwd="w",
135839  description="SMALL ASTERISK",
135840  direction="on",
135841  linebreak="id",
135842  specials={ "small", 0x2A },
135843  unicodeslot=0xFE61,
135844 },
135845 [0xFE62]={
135846  category="sm",
135847  cjkwd="w",
135848  description="SMALL PLUS SIGN",
135849  direction="es",
135850  linebreak="id",
135851  specials={ "small", 0x2B },
135852  unicodeslot=0xFE62,
135853 },
135854 [0xFE63]={
135855  category="pd",
135856  cjkwd="w",
135857  description="SMALL HYPHEN-MINUS",
135858  direction="es",
135859  linebreak="id",
135860  specials={ "small", 0x2D },
135861  unicodeslot=0xFE63,
135862 },
135863 [0xFE64]={
135864  category="sm",
135865  cjkwd="w",
135866  description="SMALL LESS-THAN SIGN",
135867  direction="on",
135868  linebreak="id",
135869  mirror=0xFE65,
135870  specials={ "small", 0x3C },
135871  textclass="open",
135872  unicodeslot=0xFE64,
135873 },
135874 [0xFE65]={
135875  category="sm",
135876  cjkwd="w",
135877  description="SMALL GREATER-THAN SIGN",
135878  direction="on",
135879  linebreak="id",
135880  mirror=0xFE64,
135881  specials={ "small", 0x3E },
135882  textclass="close",
135883  unicodeslot=0xFE65,
135884 },
135885 [0xFE66]={
135886  category="sm",
135887  cjkwd="w",
135888  description="SMALL EQUALS SIGN",
135889  direction="on",
135890  linebreak="id",
135891  specials={ "small", 0x3D },
135892  unicodeslot=0xFE66,
135893 },
135894 [0xFE68]={
135895  category="po",
135896  cjkwd="w",
135897  description="SMALL REVERSE SOLIDUS",
135898  direction="on",
135899  linebreak="id",
135900  specials={ "small", 0x5C },
135901  unicodeslot=0xFE68,
135902 },
135903 [0xFE69]={
135904  category="sc",
135905  cjkwd="w",
135906  description="SMALL DOLLAR SIGN",
135907  direction="et",
135908  linebreak="pr",
135909  specials={ "small", 0x24 },
135910  unicodeslot=0xFE69,
135911 },
135912 [0xFE6A]={
135913  category="po",
135914  cjkwd="w",
135915  description="SMALL PERCENT SIGN",
135916  direction="et",
135917  linebreak="po",
135918  specials={ "small", 0x25 },
135919  unicodeslot=0xFE6A,
135920 },
135921 [0xFE6B]={
135922  category="po",
135923  cjkwd="w",
135924  description="SMALL COMMERCIAL AT",
135925  direction="on",
135926  linebreak="id",
135927  specials={ "small", 0x40 },
135928  unicodeslot=0xFE6B,
135929 },
135930 [0xFE70]={
135931  category="lo",
135932  description="ARABIC FATHATAN ISOLATED FORM",
135933  direction="al",
135934  linebreak="al",
135935  specials={ "isolated", 0x20, 0x64B },
135936  unicodeslot=0xFE70,
135937 },
135938 [0xFE71]={
135939  category="lo",
135940  description="ARABIC TATWEEL WITH FATHATAN ABOVE",
135941  direction="al",
135942  linebreak="al",
135943  specials={ "medial", 0x640, 0x64B },
135944  unicodeslot=0xFE71,
135945 },
135946 [0xFE72]={
135947  category="lo",
135948  description="ARABIC DAMMATAN ISOLATED FORM",
135949  direction="al",
135950  linebreak="al",
135951  specials={ "isolated", 0x20, 0x64C },
135952  unicodeslot=0xFE72,
135953 },
135954 [0xFE73]={
135955  category="lo",
135956  description="ARABIC TAIL FRAGMENT",
135957  direction="al",
135958  linebreak="al",
135959  unicodeslot=0xFE73,
135960 },
135961 [0xFE74]={
135962  category="lo",
135963  description="ARABIC KASRATAN ISOLATED FORM",
135964  direction="al",
135965  linebreak="al",
135966  specials={ "isolated", 0x20, 0x64D },
135967  unicodeslot=0xFE74,
135968 },
135969 [0xFE76]={
135970  category="lo",
135971  description="ARABIC FATHA ISOLATED FORM",
135972  direction="al",
135973  linebreak="al",
135974  specials={ "isolated", 0x20, 0x64E },
135975  unicodeslot=0xFE76,
135976 },
135977 [0xFE77]={
135978  category="lo",
135979  description="ARABIC FATHA MEDIAL FORM",
135980  direction="al",
135981  linebreak="al",
135982  specials={ "medial", 0x640, 0x64E },
135983  unicodeslot=0xFE77,
135984 },
135985 [0xFE78]={
135986  category="lo",
135987  description="ARABIC DAMMA ISOLATED FORM",
135988  direction="al",
135989  linebreak="al",
135990  specials={ "isolated", 0x20, 0x64F },
135991  unicodeslot=0xFE78,
135992 },
135993 [0xFE79]={
135994  category="lo",
135995  description="ARABIC DAMMA MEDIAL FORM",
135996  direction="al",
135997  linebreak="al",
135998  specials={ "medial", 0x640, 0x64F },
135999  unicodeslot=0xFE79,
136000 },
136001 [0xFE7A]={
136002  category="lo",
136003  description="ARABIC KASRA ISOLATED FORM",
136004  direction="al",
136005  linebreak="al",
136006  specials={ "isolated", 0x20, 0x650 },
136007  unicodeslot=0xFE7A,
136008 },
136009 [0xFE7B]={
136010  category="lo",
136011  description="ARABIC KASRA MEDIAL FORM",
136012  direction="al",
136013  linebreak="al",
136014  specials={ "medial", 0x640, 0x650 },
136015  unicodeslot=0xFE7B,
136016 },
136017 [0xFE7C]={
136018  category="lo",
136019  description="ARABIC SHADDA ISOLATED FORM",
136020  direction="al",
136021  linebreak="al",
136022  specials={ "isolated", 0x20, 0x651 },
136023  unicodeslot=0xFE7C,
136024 },
136025 [0xFE7D]={
136026  category="lo",
136027  description="ARABIC SHADDA MEDIAL FORM",
136028  direction="al",
136029  linebreak="al",
136030  specials={ "medial", 0x640, 0x651 },
136031  unicodeslot=0xFE7D,
136032 },
136033 [0xFE7E]={
136034  category="lo",
136035  description="ARABIC SUKUN ISOLATED FORM",
136036  direction="al",
136037  linebreak="al",
136038  specials={ "isolated", 0x20, 0x652 },
136039  unicodeslot=0xFE7E,
136040 },
136041 [0xFE7F]={
136042  category="lo",
136043  description="ARABIC SUKUN MEDIAL FORM",
136044  direction="al",
136045  linebreak="al",
136046  specials={ "medial", 0x640, 0x652 },
136047  unicodeslot=0xFE7F,
136048 },
136049 [0xFE80]={
136050  category="lo",
136051  description="ARABIC LETTER HAMZA ISOLATED FORM",
136052  direction="al",
136053  linebreak="al",
136054  specials={ "isolated", 0x621 },
136055  unicodeslot=0xFE80,
136056 },
136057 [0xFE81]={
136058  category="lo",
136059  description="ARABIC LETTER ALEF WITH MADDA ABOVE ISOLATED FORM",
136060  direction="al",
136061  linebreak="al",
136062  shcode=0x627,
136063  specials={ "isolated", 0x622 },
136064  unicodeslot=0xFE81,
136065 },
136066 [0xFE82]={
136067  category="lo",
136068  description="ARABIC LETTER ALEF WITH MADDA ABOVE FINAL FORM",
136069  direction="al",
136070  linebreak="al",
136071  shcode=0x627,
136072  specials={ "final", 0x622 },
136073  unicodeslot=0xFE82,
136074 },
136075 [0xFE83]={
136076  category="lo",
136077  description="ARABIC LETTER ALEF WITH HAMZA ABOVE ISOLATED FORM",
136078  direction="al",
136079  linebreak="al",
136080  shcode=0x627,
136081  specials={ "isolated", 0x623 },
136082  unicodeslot=0xFE83,
136083 },
136084 [0xFE84]={
136085  category="lo",
136086  description="ARABIC LETTER ALEF WITH HAMZA ABOVE FINAL FORM",
136087  direction="al",
136088  linebreak="al",
136089  shcode=0x627,
136090  specials={ "final", 0x623 },
136091  unicodeslot=0xFE84,
136092 },
136093 [0xFE85]={
136094  category="lo",
136095  description="ARABIC LETTER WAW WITH HAMZA ABOVE ISOLATED FORM",
136096  direction="al",
136097  linebreak="al",
136098  shcode=0x648,
136099  specials={ "isolated", 0x624 },
136100  unicodeslot=0xFE85,
136101 },
136102 [0xFE86]={
136103  category="lo",
136104  description="ARABIC LETTER WAW WITH HAMZA ABOVE FINAL FORM",
136105  direction="al",
136106  linebreak="al",
136107  shcode=0x648,
136108  specials={ "final", 0x624 },
136109  unicodeslot=0xFE86,
136110 },
136111 [0xFE87]={
136112  category="lo",
136113  description="ARABIC LETTER ALEF WITH HAMZA BELOW ISOLATED FORM",
136114  direction="al",
136115  linebreak="al",
136116  shcode=0x627,
136117  specials={ "isolated", 0x625 },
136118  unicodeslot=0xFE87,
136119 },
136120 [0xFE88]={
136121  category="lo",
136122  description="ARABIC LETTER ALEF WITH HAMZA BELOW FINAL FORM",
136123  direction="al",
136124  linebreak="al",
136125  shcode=0x627,
136126  specials={ "final", 0x625 },
136127  unicodeslot=0xFE88,
136128 },
136129 [0xFE89]={
136130  category="lo",
136131  description="ARABIC LETTER YEH WITH HAMZA ABOVE ISOLATED FORM",
136132  direction="al",
136133  linebreak="al",
136134  shcode=0x64A,
136135  specials={ "isolated", 0x626 },
136136  unicodeslot=0xFE89,
136137 },
136138 [0xFE8A]={
136139  category="lo",
136140  description="ARABIC LETTER YEH WITH HAMZA ABOVE FINAL FORM",
136141  direction="al",
136142  linebreak="al",
136143  shcode=0x64A,
136144  specials={ "final", 0x626 },
136145  unicodeslot=0xFE8A,
136146 },
136147 [0xFE8B]={
136148  category="lo",
136149  description="ARABIC LETTER YEH WITH HAMZA ABOVE INITIAL FORM",
136150  direction="al",
136151  linebreak="al",
136152  shcode=0x64A,
136153  specials={ "initial", 0x626 },
136154  unicodeslot=0xFE8B,
136155 },
136156 [0xFE8C]={
136157  category="lo",
136158  description="ARABIC LETTER YEH WITH HAMZA ABOVE MEDIAL FORM",
136159  direction="al",
136160  linebreak="al",
136161  shcode=0x64A,
136162  specials={ "medial", 0x626 },
136163  unicodeslot=0xFE8C,
136164 },
136165 [0xFE8D]={
136166  category="lo",
136167  description="ARABIC LETTER ALEF ISOLATED FORM",
136168  direction="al",
136169  linebreak="al",
136170  specials={ "isolated", 0x627 },
136171  unicodeslot=0xFE8D,
136172 },
136173 [0xFE8E]={
136174  category="lo",
136175  description="ARABIC LETTER ALEF FINAL FORM",
136176  direction="al",
136177  linebreak="al",
136178  specials={ "final", 0x627 },
136179  unicodeslot=0xFE8E,
136180 },
136181 [0xFE8F]={
136182  category="lo",
136183  description="ARABIC LETTER BEH ISOLATED FORM",
136184  direction="al",
136185  linebreak="al",
136186  specials={ "isolated", 0x628 },
136187  unicodeslot=0xFE8F,
136188 },
136189 [0xFE90]={
136190  category="lo",
136191  description="ARABIC LETTER BEH FINAL FORM",
136192  direction="al",
136193  linebreak="al",
136194  specials={ "final", 0x628 },
136195  unicodeslot=0xFE90,
136196 },
136197 [0xFE91]={
136198  category="lo",
136199  description="ARABIC LETTER BEH INITIAL FORM",
136200  direction="al",
136201  linebreak="al",
136202  specials={ "initial", 0x628 },
136203  unicodeslot=0xFE91,
136204 },
136205 [0xFE92]={
136206  category="lo",
136207  description="ARABIC LETTER BEH MEDIAL FORM",
136208  direction="al",
136209  linebreak="al",
136210  specials={ "medial", 0x628 },
136211  unicodeslot=0xFE92,
136212 },
136213 [0xFE93]={
136214  category="lo",
136215  description="ARABIC LETTER TEH MARBUTA ISOLATED FORM",
136216  direction="al",
136217  linebreak="al",
136218  specials={ "isolated", 0x629 },
136219  unicodeslot=0xFE93,
136220 },
136221 [0xFE94]={
136222  category="lo",
136223  description="ARABIC LETTER TEH MARBUTA FINAL FORM",
136224  direction="al",
136225  linebreak="al",
136226  specials={ "final", 0x629 },
136227  unicodeslot=0xFE94,
136228 },
136229 [0xFE95]={
136230  category="lo",
136231  description="ARABIC LETTER TEH ISOLATED FORM",
136232  direction="al",
136233  linebreak="al",
136234  specials={ "isolated", 0x62A },
136235  unicodeslot=0xFE95,
136236 },
136237 [0xFE96]={
136238  category="lo",
136239  description="ARABIC LETTER TEH FINAL FORM",
136240  direction="al",
136241  linebreak="al",
136242  specials={ "final", 0x62A },
136243  unicodeslot=0xFE96,
136244 },
136245 [0xFE97]={
136246  category="lo",
136247  description="ARABIC LETTER TEH INITIAL FORM",
136248  direction="al",
136249  linebreak="al",
136250  specials={ "initial", 0x62A },
136251  unicodeslot=0xFE97,
136252 },
136253 [0xFE98]={
136254  category="lo",
136255  description="ARABIC LETTER TEH MEDIAL FORM",
136256  direction="al",
136257  linebreak="al",
136258  specials={ "medial", 0x62A },
136259  unicodeslot=0xFE98,
136260 },
136261 [0xFE99]={
136262  category="lo",
136263  description="ARABIC LETTER THEH ISOLATED FORM",
136264  direction="al",
136265  linebreak="al",
136266  specials={ "isolated", 0x62B },
136267  unicodeslot=0xFE99,
136268 },
136269 [0xFE9A]={
136270  category="lo",
136271  description="ARABIC LETTER THEH FINAL FORM",
136272  direction="al",
136273  linebreak="al",
136274  specials={ "final", 0x62B },
136275  unicodeslot=0xFE9A,
136276 },
136277 [0xFE9B]={
136278  category="lo",
136279  description="ARABIC LETTER THEH INITIAL FORM",
136280  direction="al",
136281  linebreak="al",
136282  specials={ "initial", 0x62B },
136283  unicodeslot=0xFE9B,
136284 },
136285 [0xFE9C]={
136286  category="lo",
136287  description="ARABIC LETTER THEH MEDIAL FORM",
136288  direction="al",
136289  linebreak="al",
136290  specials={ "medial", 0x62B },
136291  unicodeslot=0xFE9C,
136292 },
136293 [0xFE9D]={
136294  category="lo",
136295  description="ARABIC LETTER JEEM ISOLATED FORM",
136296  direction="al",
136297  linebreak="al",
136298  specials={ "isolated", 0x62C },
136299  unicodeslot=0xFE9D,
136300 },
136301 [0xFE9E]={
136302  category="lo",
136303  description="ARABIC LETTER JEEM FINAL FORM",
136304  direction="al",
136305  linebreak="al",
136306  specials={ "final", 0x62C },
136307  unicodeslot=0xFE9E,
136308 },
136309 [0xFE9F]={
136310  category="lo",
136311  description="ARABIC LETTER JEEM INITIAL FORM",
136312  direction="al",
136313  linebreak="al",
136314  specials={ "initial", 0x62C },
136315  unicodeslot=0xFE9F,
136316 },
136317 [0xFEA0]={
136318  category="lo",
136319  description="ARABIC LETTER JEEM MEDIAL FORM",
136320  direction="al",
136321  linebreak="al",
136322  specials={ "medial", 0x62C },
136323  unicodeslot=0xFEA0,
136324 },
136325 [0xFEA1]={
136326  category="lo",
136327  description="ARABIC LETTER HAH ISOLATED FORM",
136328  direction="al",
136329  linebreak="al",
136330  specials={ "isolated", 0x62D },
136331  unicodeslot=0xFEA1,
136332 },
136333 [0xFEA2]={
136334  category="lo",
136335  description="ARABIC LETTER HAH FINAL FORM",
136336  direction="al",
136337  linebreak="al",
136338  specials={ "final", 0x62D },
136339  unicodeslot=0xFEA2,
136340 },
136341 [0xFEA3]={
136342  category="lo",
136343  description="ARABIC LETTER HAH INITIAL FORM",
136344  direction="al",
136345  linebreak="al",
136346  specials={ "initial", 0x62D },
136347  unicodeslot=0xFEA3,
136348 },
136349 [0xFEA4]={
136350  category="lo",
136351  description="ARABIC LETTER HAH MEDIAL FORM",
136352  direction="al",
136353  linebreak="al",
136354  specials={ "medial", 0x62D },
136355  unicodeslot=0xFEA4,
136356 },
136357 [0xFEA5]={
136358  category="lo",
136359  description="ARABIC LETTER KHAH ISOLATED FORM",
136360  direction="al",
136361  linebreak="al",
136362  specials={ "isolated", 0x62E },
136363  unicodeslot=0xFEA5,
136364 },
136365 [0xFEA6]={
136366  category="lo",
136367  description="ARABIC LETTER KHAH FINAL FORM",
136368  direction="al",
136369  linebreak="al",
136370  specials={ "final", 0x62E },
136371  unicodeslot=0xFEA6,
136372 },
136373 [0xFEA7]={
136374  category="lo",
136375  description="ARABIC LETTER KHAH INITIAL FORM",
136376  direction="al",
136377  linebreak="al",
136378  specials={ "initial", 0x62E },
136379  unicodeslot=0xFEA7,
136380 },
136381 [0xFEA8]={
136382  category="lo",
136383  description="ARABIC LETTER KHAH MEDIAL FORM",
136384  direction="al",
136385  linebreak="al",
136386  specials={ "medial", 0x62E },
136387  unicodeslot=0xFEA8,
136388 },
136389 [0xFEA9]={
136390  category="lo",
136391  description="ARABIC LETTER DAL ISOLATED FORM",
136392  direction="al",
136393  linebreak="al",
136394  specials={ "isolated", 0x62F },
136395  unicodeslot=0xFEA9,
136396 },
136397 [0xFEAA]={
136398  category="lo",
136399  description="ARABIC LETTER DAL FINAL FORM",
136400  direction="al",
136401  linebreak="al",
136402  specials={ "final", 0x62F },
136403  unicodeslot=0xFEAA,
136404 },
136405 [0xFEAB]={
136406  category="lo",
136407  description="ARABIC LETTER THAL ISOLATED FORM",
136408  direction="al",
136409  linebreak="al",
136410  specials={ "isolated", 0x630 },
136411  unicodeslot=0xFEAB,
136412 },
136413 [0xFEAC]={
136414  category="lo",
136415  description="ARABIC LETTER THAL FINAL FORM",
136416  direction="al",
136417  linebreak="al",
136418  specials={ "final", 0x630 },
136419  unicodeslot=0xFEAC,
136420 },
136421 [0xFEAD]={
136422  category="lo",
136423  description="ARABIC LETTER REH ISOLATED FORM",
136424  direction="al",
136425  linebreak="al",
136426  specials={ "isolated", 0x631 },
136427  unicodeslot=0xFEAD,
136428 },
136429 [0xFEAE]={
136430  category="lo",
136431  description="ARABIC LETTER REH FINAL FORM",
136432  direction="al",
136433  linebreak="al",
136434  specials={ "final", 0x631 },
136435  unicodeslot=0xFEAE,
136436 },
136437 [0xFEAF]={
136438  category="lo",
136439  description="ARABIC LETTER ZAIN ISOLATED FORM",
136440  direction="al",
136441  linebreak="al",
136442  specials={ "isolated", 0x632 },
136443  unicodeslot=0xFEAF,
136444 },
136445 [0xFEB0]={
136446  category="lo",
136447  description="ARABIC LETTER ZAIN FINAL FORM",
136448  direction="al",
136449  linebreak="al",
136450  specials={ "final", 0x632 },
136451  unicodeslot=0xFEB0,
136452 },
136453 [0xFEB1]={
136454  category="lo",
136455  description="ARABIC LETTER SEEN ISOLATED FORM",
136456  direction="al",
136457  linebreak="al",
136458  specials={ "isolated", 0x633 },
136459  unicodeslot=0xFEB1,
136460 },
136461 [0xFEB2]={
136462  category="lo",
136463  description="ARABIC LETTER SEEN FINAL FORM",
136464  direction="al",
136465  linebreak="al",
136466  specials={ "final", 0x633 },
136467  unicodeslot=0xFEB2,
136468 },
136469 [0xFEB3]={
136470  category="lo",
136471  description="ARABIC LETTER SEEN INITIAL FORM",
136472  direction="al",
136473  linebreak="al",
136474  specials={ "initial", 0x633 },
136475  unicodeslot=0xFEB3,
136476 },
136477 [0xFEB4]={
136478  category="lo",
136479  description="ARABIC LETTER SEEN MEDIAL FORM",
136480  direction="al",
136481  linebreak="al",
136482  specials={ "medial", 0x633 },
136483  unicodeslot=0xFEB4,
136484 },
136485 [0xFEB5]={
136486  category="lo",
136487  description="ARABIC LETTER SHEEN ISOLATED FORM",
136488  direction="al",
136489  linebreak="al",
136490  specials={ "isolated", 0x634 },
136491  unicodeslot=0xFEB5,
136492 },
136493 [0xFEB6]={
136494  category="lo",
136495  description="ARABIC LETTER SHEEN FINAL FORM",
136496  direction="al",
136497  linebreak="al",
136498  specials={ "final", 0x634 },
136499  unicodeslot=0xFEB6,
136500 },
136501 [0xFEB7]={
136502  category="lo",
136503  description="ARABIC LETTER SHEEN INITIAL FORM",
136504  direction="al",
136505  linebreak="al",
136506  specials={ "initial", 0x634 },
136507  unicodeslot=0xFEB7,
136508 },
136509 [0xFEB8]={
136510  category="lo",
136511  description="ARABIC LETTER SHEEN MEDIAL FORM",
136512  direction="al",
136513  linebreak="al",
136514  specials={ "medial", 0x634 },
136515  unicodeslot=0xFEB8,
136516 },
136517 [0xFEB9]={
136518  category="lo",
136519  description="ARABIC LETTER SAD ISOLATED FORM",
136520  direction="al",
136521  linebreak="al",
136522  specials={ "isolated", 0x635 },
136523  unicodeslot=0xFEB9,
136524 },
136525 [0xFEBA]={
136526  category="lo",
136527  description="ARABIC LETTER SAD FINAL FORM",
136528  direction="al",
136529  linebreak="al",
136530  specials={ "final", 0x635 },
136531  unicodeslot=0xFEBA,
136532 },
136533 [0xFEBB]={
136534  category="lo",
136535  description="ARABIC LETTER SAD INITIAL FORM",
136536  direction="al",
136537  linebreak="al",
136538  specials={ "initial", 0x635 },
136539  unicodeslot=0xFEBB,
136540 },
136541 [0xFEBC]={
136542  category="lo",
136543  description="ARABIC LETTER SAD MEDIAL FORM",
136544  direction="al",
136545  linebreak="al",
136546  specials={ "medial", 0x635 },
136547  unicodeslot=0xFEBC,
136548 },
136549 [0xFEBD]={
136550  category="lo",
136551  description="ARABIC LETTER DAD ISOLATED FORM",
136552  direction="al",
136553  linebreak="al",
136554  specials={ "isolated", 0x636 },
136555  unicodeslot=0xFEBD,
136556 },
136557 [0xFEBE]={
136558  category="lo",
136559  description="ARABIC LETTER DAD FINAL FORM",
136560  direction="al",
136561  linebreak="al",
136562  specials={ "final", 0x636 },
136563  unicodeslot=0xFEBE,
136564 },
136565 [0xFEBF]={
136566  category="lo",
136567  description="ARABIC LETTER DAD INITIAL FORM",
136568  direction="al",
136569  linebreak="al",
136570  specials={ "initial", 0x636 },
136571  unicodeslot=0xFEBF,
136572 },
136573 [0xFEC0]={
136574  category="lo",
136575  description="ARABIC LETTER DAD MEDIAL FORM",
136576  direction="al",
136577  linebreak="al",
136578  specials={ "medial", 0x636 },
136579  unicodeslot=0xFEC0,
136580 },
136581 [0xFEC1]={
136582  category="lo",
136583  description="ARABIC LETTER TAH ISOLATED FORM",
136584  direction="al",
136585  linebreak="al",
136586  specials={ "isolated", 0x637 },
136587  unicodeslot=0xFEC1,
136588 },
136589 [0xFEC2]={
136590  category="lo",
136591  description="ARABIC LETTER TAH FINAL FORM",
136592  direction="al",
136593  linebreak="al",
136594  specials={ "final", 0x637 },
136595  unicodeslot=0xFEC2,
136596 },
136597 [0xFEC3]={
136598  category="lo",
136599  description="ARABIC LETTER TAH INITIAL FORM",
136600  direction="al",
136601  linebreak="al",
136602  specials={ "initial", 0x637 },
136603  unicodeslot=0xFEC3,
136604 },
136605 [0xFEC4]={
136606  category="lo",
136607  description="ARABIC LETTER TAH MEDIAL FORM",
136608  direction="al",
136609  linebreak="al",
136610  specials={ "medial", 0x637 },
136611  unicodeslot=0xFEC4,
136612 },
136613 [0xFEC5]={
136614  category="lo",
136615  description="ARABIC LETTER ZAH ISOLATED FORM",
136616  direction="al",
136617  linebreak="al",
136618  specials={ "isolated", 0x638 },
136619  unicodeslot=0xFEC5,
136620 },
136621 [0xFEC6]={
136622  category="lo",
136623  description="ARABIC LETTER ZAH FINAL FORM",
136624  direction="al",
136625  linebreak="al",
136626  specials={ "final", 0x638 },
136627  unicodeslot=0xFEC6,
136628 },
136629 [0xFEC7]={
136630  category="lo",
136631  description="ARABIC LETTER ZAH INITIAL FORM",
136632  direction="al",
136633  linebreak="al",
136634  specials={ "initial", 0x638 },
136635  unicodeslot=0xFEC7,
136636 },
136637 [0xFEC8]={
136638  category="lo",
136639  description="ARABIC LETTER ZAH MEDIAL FORM",
136640  direction="al",
136641  linebreak="al",
136642  specials={ "medial", 0x638 },
136643  unicodeslot=0xFEC8,
136644 },
136645 [0xFEC9]={
136646  category="lo",
136647  description="ARABIC LETTER AIN ISOLATED FORM",
136648  direction="al",
136649  linebreak="al",
136650  specials={ "isolated", 0x639 },
136651  unicodeslot=0xFEC9,
136652 },
136653 [0xFECA]={
136654  category="lo",
136655  description="ARABIC LETTER AIN FINAL FORM",
136656  direction="al",
136657  linebreak="al",
136658  specials={ "final", 0x639 },
136659  unicodeslot=0xFECA,
136660 },
136661 [0xFECB]={
136662  category="lo",
136663  description="ARABIC LETTER AIN INITIAL FORM",
136664  direction="al",
136665  linebreak="al",
136666  specials={ "initial", 0x639 },
136667  unicodeslot=0xFECB,
136668 },
136669 [0xFECC]={
136670  category="lo",
136671  description="ARABIC LETTER AIN MEDIAL FORM",
136672  direction="al",
136673  linebreak="al",
136674  specials={ "medial", 0x639 },
136675  unicodeslot=0xFECC,
136676 },
136677 [0xFECD]={
136678  category="lo",
136679  description="ARABIC LETTER GHAIN ISOLATED FORM",
136680  direction="al",
136681  linebreak="al",
136682  specials={ "isolated", 0x63A },
136683  unicodeslot=0xFECD,
136684 },
136685 [0xFECE]={
136686  category="lo",
136687  description="ARABIC LETTER GHAIN FINAL FORM",
136688  direction="al",
136689  linebreak="al",
136690  specials={ "final", 0x63A },
136691  unicodeslot=0xFECE,
136692 },
136693 [0xFECF]={
136694  category="lo",
136695  description="ARABIC LETTER GHAIN INITIAL FORM",
136696  direction="al",
136697  linebreak="al",
136698  specials={ "initial", 0x63A },
136699  unicodeslot=0xFECF,
136700 },
136701 [0xFED0]={
136702  category="lo",
136703  description="ARABIC LETTER GHAIN MEDIAL FORM",
136704  direction="al",
136705  linebreak="al",
136706  specials={ "medial", 0x63A },
136707  unicodeslot=0xFED0,
136708 },
136709 [0xFED1]={
136710  category="lo",
136711  description="ARABIC LETTER FEH ISOLATED FORM",
136712  direction="al",
136713  linebreak="al",
136714  specials={ "isolated", 0x641 },
136715  unicodeslot=0xFED1,
136716 },
136717 [0xFED2]={
136718  category="lo",
136719  description="ARABIC LETTER FEH FINAL FORM",
136720  direction="al",
136721  linebreak="al",
136722  specials={ "final", 0x641 },
136723  unicodeslot=0xFED2,
136724 },
136725 [0xFED3]={
136726  category="lo",
136727  description="ARABIC LETTER FEH INITIAL FORM",
136728  direction="al",
136729  linebreak="al",
136730  specials={ "initial", 0x641 },
136731  unicodeslot=0xFED3,
136732 },
136733 [0xFED4]={
136734  category="lo",
136735  description="ARABIC LETTER FEH MEDIAL FORM",
136736  direction="al",
136737  linebreak="al",
136738  specials={ "medial", 0x641 },
136739  unicodeslot=0xFED4,
136740 },
136741 [0xFED5]={
136742  category="lo",
136743  description="ARABIC LETTER QAF ISOLATED FORM",
136744  direction="al",
136745  linebreak="al",
136746  specials={ "isolated", 0x642 },
136747  unicodeslot=0xFED5,
136748 },
136749 [0xFED6]={
136750  category="lo",
136751  description="ARABIC LETTER QAF FINAL FORM",
136752  direction="al",
136753  linebreak="al",
136754  specials={ "final", 0x642 },
136755  unicodeslot=0xFED6,
136756 },
136757 [0xFED7]={
136758  category="lo",
136759  description="ARABIC LETTER QAF INITIAL FORM",
136760  direction="al",
136761  linebreak="al",
136762  specials={ "initial", 0x642 },
136763  unicodeslot=0xFED7,
136764 },
136765 [0xFED8]={
136766  category="lo",
136767  description="ARABIC LETTER QAF MEDIAL FORM",
136768  direction="al",
136769  linebreak="al",
136770  specials={ "medial", 0x642 },
136771  unicodeslot=0xFED8,
136772 },
136773 [0xFED9]={
136774  category="lo",
136775  description="ARABIC LETTER KAF ISOLATED FORM",
136776  direction="al",
136777  linebreak="al",
136778  specials={ "isolated", 0x643 },
136779  unicodeslot=0xFED9,
136780 },
136781 [0xFEDA]={
136782  category="lo",
136783  description="ARABIC LETTER KAF FINAL FORM",
136784  direction="al",
136785  linebreak="al",
136786  specials={ "final", 0x643 },
136787  unicodeslot=0xFEDA,
136788 },
136789 [0xFEDB]={
136790  category="lo",
136791  description="ARABIC LETTER KAF INITIAL FORM",
136792  direction="al",
136793  linebreak="al",
136794  specials={ "initial", 0x643 },
136795  unicodeslot=0xFEDB,
136796 },
136797 [0xFEDC]={
136798  category="lo",
136799  description="ARABIC LETTER KAF MEDIAL FORM",
136800  direction="al",
136801  linebreak="al",
136802  specials={ "medial", 0x643 },
136803  unicodeslot=0xFEDC,
136804 },
136805 [0xFEDD]={
136806  category="lo",
136807  description="ARABIC LETTER LAM ISOLATED FORM",
136808  direction="al",
136809  linebreak="al",
136810  specials={ "isolated", 0x644 },
136811  unicodeslot=0xFEDD,
136812 },
136813 [0xFEDE]={
136814  category="lo",
136815  description="ARABIC LETTER LAM FINAL FORM",
136816  direction="al",
136817  linebreak="al",
136818  specials={ "final", 0x644 },
136819  unicodeslot=0xFEDE,
136820 },
136821 [0xFEDF]={
136822  category="lo",
136823  description="ARABIC LETTER LAM INITIAL FORM",
136824  direction="al",
136825  linebreak="al",
136826  specials={ "initial", 0x644 },
136827  unicodeslot=0xFEDF,
136828 },
136829 [0xFEE0]={
136830  category="lo",
136831  description="ARABIC LETTER LAM MEDIAL FORM",
136832  direction="al",
136833  linebreak="al",
136834  specials={ "medial", 0x644 },
136835  unicodeslot=0xFEE0,
136836 },
136837 [0xFEE1]={
136838  category="lo",
136839  description="ARABIC LETTER MEEM ISOLATED FORM",
136840  direction="al",
136841  linebreak="al",
136842  specials={ "isolated", 0x645 },
136843  unicodeslot=0xFEE1,
136844 },
136845 [0xFEE2]={
136846  category="lo",
136847  description="ARABIC LETTER MEEM FINAL FORM",
136848  direction="al",
136849  linebreak="al",
136850  specials={ "final", 0x645 },
136851  unicodeslot=0xFEE2,
136852 },
136853 [0xFEE3]={
136854  category="lo",
136855  description="ARABIC LETTER MEEM INITIAL FORM",
136856  direction="al",
136857  linebreak="al",
136858  specials={ "initial", 0x645 },
136859  unicodeslot=0xFEE3,
136860 },
136861 [0xFEE4]={
136862  category="lo",
136863  description="ARABIC LETTER MEEM MEDIAL FORM",
136864  direction="al",
136865  linebreak="al",
136866  specials={ "medial", 0x645 },
136867  unicodeslot=0xFEE4,
136868 },
136869 [0xFEE5]={
136870  category="lo",
136871  description="ARABIC LETTER NOON ISOLATED FORM",
136872  direction="al",
136873  linebreak="al",
136874  specials={ "isolated", 0x646 },
136875  unicodeslot=0xFEE5,
136876 },
136877 [0xFEE6]={
136878  category="lo",
136879  description="ARABIC LETTER NOON FINAL FORM",
136880  direction="al",
136881  linebreak="al",
136882  specials={ "final", 0x646 },
136883  unicodeslot=0xFEE6,
136884 },
136885 [0xFEE7]={
136886  category="lo",
136887  description="ARABIC LETTER NOON INITIAL FORM",
136888  direction="al",
136889  linebreak="al",
136890  specials={ "initial", 0x646 },
136891  unicodeslot=0xFEE7,
136892 },
136893 [0xFEE8]={
136894  category="lo",
136895  description="ARABIC LETTER NOON MEDIAL FORM",
136896  direction="al",
136897  linebreak="al",
136898  specials={ "medial", 0x646 },
136899  unicodeslot=0xFEE8,
136900 },
136901 [0xFEE9]={
136902  category="lo",
136903  description="ARABIC LETTER HEH ISOLATED FORM",
136904  direction="al",
136905  linebreak="al",
136906  specials={ "isolated", 0x647 },
136907  unicodeslot=0xFEE9,
136908 },
136909 [0xFEEA]={
136910  category="lo",
136911  description="ARABIC LETTER HEH FINAL FORM",
136912  direction="al",
136913  linebreak="al",
136914  specials={ "final", 0x647 },
136915  unicodeslot=0xFEEA,
136916 },
136917 [0xFEEB]={
136918  category="lo",
136919  description="ARABIC LETTER HEH INITIAL FORM",
136920  direction="al",
136921  linebreak="al",
136922  specials={ "initial", 0x647 },
136923  unicodeslot=0xFEEB,
136924 },
136925 [0xFEEC]={
136926  category="lo",
136927  description="ARABIC LETTER HEH MEDIAL FORM",
136928  direction="al",
136929  linebreak="al",
136930  specials={ "medial", 0x647 },
136931  unicodeslot=0xFEEC,
136932 },
136933 [0xFEED]={
136934  category="lo",
136935  description="ARABIC LETTER WAW ISOLATED FORM",
136936  direction="al",
136937  linebreak="al",
136938  specials={ "isolated", 0x648 },
136939  unicodeslot=0xFEED,
136940 },
136941 [0xFEEE]={
136942  category="lo",
136943  description="ARABIC LETTER WAW FINAL FORM",
136944  direction="al",
136945  linebreak="al",
136946  specials={ "final", 0x648 },
136947  unicodeslot=0xFEEE,
136948 },
136949 [0xFEEF]={
136950  category="lo",
136951  description="ARABIC LETTER ALEF MAKSURA ISOLATED FORM",
136952  direction="al",
136953  linebreak="al",
136954  specials={ "isolated", 0x649 },
136955  unicodeslot=0xFEEF,
136956 },
136957 [0xFEF0]={
136958  category="lo",
136959  description="ARABIC LETTER ALEF MAKSURA FINAL FORM",
136960  direction="al",
136961  linebreak="al",
136962  specials={ "final", 0x649 },
136963  unicodeslot=0xFEF0,
136964 },
136965 [0xFEF1]={
136966  category="lo",
136967  description="ARABIC LETTER YEH ISOLATED FORM",
136968  direction="al",
136969  linebreak="al",
136970  specials={ "isolated", 0x64A },
136971  unicodeslot=0xFEF1,
136972 },
136973 [0xFEF2]={
136974  category="lo",
136975  description="ARABIC LETTER YEH FINAL FORM",
136976  direction="al",
136977  linebreak="al",
136978  specials={ "final", 0x64A },
136979  unicodeslot=0xFEF2,
136980 },
136981 [0xFEF3]={
136982  category="lo",
136983  description="ARABIC LETTER YEH INITIAL FORM",
136984  direction="al",
136985  linebreak="al",
136986  specials={ "initial", 0x64A },
136987  unicodeslot=0xFEF3,
136988 },
136989 [0xFEF4]={
136990  category="lo",
136991  description="ARABIC LETTER YEH MEDIAL FORM",
136992  direction="al",
136993  linebreak="al",
136994  specials={ "medial", 0x64A },
136995  unicodeslot=0xFEF4,
136996 },
136997 [0xFEF5]={
136998  category="lo",
136999  description="ARABIC LIGATURE LAM WITH ALEF WITH MADDA ABOVE ISOLATED FORM",
137000  direction="al",
137001  linebreak="al",
137002  specials={ "isolated", 0x644, 0x622 },
137003  unicodeslot=0xFEF5,
137004 },
137005 [0xFEF6]={
137006  category="lo",
137007  description="ARABIC LIGATURE LAM WITH ALEF WITH MADDA ABOVE FINAL FORM",
137008  direction="al",
137009  linebreak="al",
137010  specials={ "final", 0x644, 0x622 },
137011  unicodeslot=0xFEF6,
137012 },
137013 [0xFEF7]={
137014  category="lo",
137015  description="ARABIC LIGATURE LAM WITH ALEF WITH HAMZA ABOVE ISOLATED FORM",
137016  direction="al",
137017  linebreak="al",
137018  specials={ "isolated", 0x644, 0x623 },
137019  unicodeslot=0xFEF7,
137020 },
137021 [0xFEF8]={
137022  category="lo",
137023  description="ARABIC LIGATURE LAM WITH ALEF WITH HAMZA ABOVE FINAL FORM",
137024  direction="al",
137025  linebreak="al",
137026  specials={ "final", 0x644, 0x623 },
137027  unicodeslot=0xFEF8,
137028 },
137029 [0xFEF9]={
137030  category="lo",
137031  description="ARABIC LIGATURE LAM WITH ALEF WITH HAMZA BELOW ISOLATED FORM",
137032  direction="al",
137033  linebreak="al",
137034  specials={ "isolated", 0x644, 0x625 },
137035  unicodeslot=0xFEF9,
137036 },
137037 [0xFEFA]={
137038  category="lo",
137039  description="ARABIC LIGATURE LAM WITH ALEF WITH HAMZA BELOW FINAL FORM",
137040  direction="al",
137041  linebreak="al",
137042  specials={ "final", 0x644, 0x625 },
137043  unicodeslot=0xFEFA,
137044 },
137045 [0xFEFB]={
137046  category="lo",
137047  description="ARABIC LIGATURE LAM WITH ALEF ISOLATED FORM",
137048  direction="al",
137049  linebreak="al",
137050  specials={ "isolated", 0x644, 0x627 },
137051  unicodeslot=0xFEFB,
137052 },
137053 [0xFEFC]={
137054  category="lo",
137055  description="ARABIC LIGATURE LAM WITH ALEF FINAL FORM",
137056  direction="al",
137057  linebreak="al",
137058  specials={ "final", 0x644, 0x627 },
137059  unicodeslot=0xFEFC,
137060 },
137061 [0xFEFF]={
137062  category="cf",
137063  contextname="zerowidthnobreakspace",
137064  description="ZERO WIDTH NO-BREAK SPACE",
137065  direction="bn",
137066  linebreak="wj",
137067  synonyms={ "bom", "byte order mark", "zwnbsp" },
137068  unicodeslot=0xFEFF,
137069 },
137070 [0xFF01]={
137071  category="po",
137072  cjkwd="f",
137073  description="FULLWIDTH EXCLAMATION MARK",
137074  direction="on",
137075  linebreak="ex",
137076  specials={ "wide", 0x21 },
137077  unicodeslot=0xFF01,
137078  variants=variants_forms,
137079 },
137080 [0xFF02]={
137081  category="po",
137082  cjkwd="f",
137083  description="FULLWIDTH QUOTATION MARK",
137084  direction="on",
137085  linebreak="id",
137086  specials={ "wide", 0x22 },
137087  unicodeslot=0xFF02,
137088 },
137089 [0xFF03]={
137090  category="po",
137091  cjkwd="f",
137092  description="FULLWIDTH NUMBER SIGN",
137093  direction="et",
137094  linebreak="id",
137095  specials={ "wide", 0x23 },
137096  unicodeslot=0xFF03,
137097 },
137098 [0xFF04]={
137099  category="sc",
137100  cjkwd="f",
137101  description="FULLWIDTH DOLLAR SIGN",
137102  direction="et",
137103  linebreak="pr",
137104  specials={ "wide", 0x24 },
137105  unicodeslot=0xFF04,
137106 },
137107 [0xFF05]={
137108  category="po",
137109  cjkwd="f",
137110  description="FULLWIDTH PERCENT SIGN",
137111  direction="et",
137112  linebreak="po",
137113  specials={ "wide", 0x25 },
137114  unicodeslot=0xFF05,
137115 },
137116 [0xFF06]={
137117  category="po",
137118  cjkwd="f",
137119  description="FULLWIDTH AMPERSAND",
137120  direction="on",
137121  linebreak="id",
137122  specials={ "wide", 0x26 },
137123  unicodeslot=0xFF06,
137124 },
137125 [0xFF07]={
137126  category="po",
137127  cjkwd="f",
137128  description="FULLWIDTH APOSTROPHE",
137129  direction="on",
137130  linebreak="id",
137131  specials={ "wide", 0x27 },
137132  unicodeslot=0xFF07,
137133 },
137134 [0xFF08]={
137135  category="ps",
137136  cjkwd="f",
137137  description="FULLWIDTH LEFT PARENTHESIS",
137138  direction="on",
137139  linebreak="op",
137140  mirror=0xFF09,
137141  specials={ "wide", 0x28 },
137142  textclass="open",
137143  unicodeslot=0xFF08,
137144 },
137145 [0xFF09]={
137146  category="pe",
137147  cjkwd="f",
137148  description="FULLWIDTH RIGHT PARENTHESIS",
137149  direction="on",
137150  linebreak="cl",
137151  mirror=0xFF08,
137152  specials={ "wide", 0x29 },
137153  textclass="close",
137154  unicodeslot=0xFF09,
137155 },
137156 [0xFF0A]={
137157  category="po",
137158  cjkwd="f",
137159  description="FULLWIDTH ASTERISK",
137160  direction="on",
137161  linebreak="id",
137162  specials={ "wide", 0x2A },
137163  unicodeslot=0xFF0A,
137164 },
137165 [0xFF0B]={
137166  category="sm",
137167  cjkwd="f",
137168  description="FULLWIDTH PLUS SIGN",
137169  direction="es",
137170  linebreak="id",
137171  specials={ "wide", 0x2B },
137172  unicodeslot=0xFF0B,
137173 },
137174 [0xFF0C]={
137175  category="po",
137176  cjkwd="f",
137177  description="FULLWIDTH COMMA",
137178  direction="cs",
137179  linebreak="cl",
137180  specials={ "wide", 0x2C },
137181  unicodeslot=0xFF0C,
137182  variants=variants_forms,
137183 },
137184 [0xFF0D]={
137185  category="pd",
137186  cjkwd="f",
137187  description="FULLWIDTH HYPHEN-MINUS",
137188  direction="es",
137189  linebreak="id",
137190  specials={ "wide", 0x2D },
137191  unicodeslot=0xFF0D,
137192 },
137193 [0xFF0E]={
137194  category="po",
137195  cjkwd="f",
137196  description="FULLWIDTH FULL STOP",
137197  direction="cs",
137198  linebreak="cl",
137199  specials={ "wide", 0x2E },
137200  unicodeslot=0xFF0E,
137201  variants=variants_forms,
137202 },
137203 [0xFF0F]={
137204  category="po",
137205  cjkwd="f",
137206  description="FULLWIDTH SOLIDUS",
137207  direction="cs",
137208  linebreak="id",
137209  specials={ "wide", 0x2F },
137210  unicodeslot=0xFF0F,
137211 },
137212 [0xFF10]={
137213  category="nd",
137214  cjkwd="f",
137215  description="FULLWIDTH DIGIT ZERO",
137216  direction="en",
137217  linebreak="id",
137218  specials={ "wide", 0x30 },
137219  unicodeslot=0xFF10,
137220  variants={
137221   [0xFE00]="short diagonal stroke form",
137222  },
137223 },
137224 [0xFF11]={
137225  category="nd",
137226  cjkwd="f",
137227  description="FULLWIDTH DIGIT ONE",
137228  direction="en",
137229  linebreak="id",
137230  specials={ "wide", 0x31 },
137231  unicodeslot=0xFF11,
137232 },
137233 [0xFF12]={
137234  category="nd",
137235  cjkwd="f",
137236  description="FULLWIDTH DIGIT TWO",
137237  direction="en",
137238  linebreak="id",
137239  specials={ "wide", 0x32 },
137240  unicodeslot=0xFF12,
137241 },
137242 [0xFF13]={
137243  category="nd",
137244  cjkwd="f",
137245  description="FULLWIDTH DIGIT THREE",
137246  direction="en",
137247  linebreak="id",
137248  specials={ "wide", 0x33 },
137249  unicodeslot=0xFF13,
137250 },
137251 [0xFF14]={
137252  category="nd",
137253  cjkwd="f",
137254  description="FULLWIDTH DIGIT FOUR",
137255  direction="en",
137256  linebreak="id",
137257  specials={ "wide", 0x34 },
137258  unicodeslot=0xFF14,
137259 },
137260 [0xFF15]={
137261  category="nd",
137262  cjkwd="f",
137263  description="FULLWIDTH DIGIT FIVE",
137264  direction="en",
137265  linebreak="id",
137266  specials={ "wide", 0x35 },
137267  unicodeslot=0xFF15,
137268 },
137269 [0xFF16]={
137270  category="nd",
137271  cjkwd="f",
137272  description="FULLWIDTH DIGIT SIX",
137273  direction="en",
137274  linebreak="id",
137275  specials={ "wide", 0x36 },
137276  unicodeslot=0xFF16,
137277 },
137278 [0xFF17]={
137279  category="nd",
137280  cjkwd="f",
137281  description="FULLWIDTH DIGIT SEVEN",
137282  direction="en",
137283  linebreak="id",
137284  specials={ "wide", 0x37 },
137285  unicodeslot=0xFF17,
137286 },
137287 [0xFF18]={
137288  category="nd",
137289  cjkwd="f",
137290  description="FULLWIDTH DIGIT EIGHT",
137291  direction="en",
137292  linebreak="id",
137293  specials={ "wide", 0x38 },
137294  unicodeslot=0xFF18,
137295 },
137296 [0xFF19]={
137297  category="nd",
137298  cjkwd="f",
137299  description="FULLWIDTH DIGIT NINE",
137300  direction="en",
137301  linebreak="id",
137302  specials={ "wide", 0x39 },
137303  unicodeslot=0xFF19,
137304 },
137305 [0xFF1A]={
137306  category="po",
137307  cjkwd="f",
137308  description="FULLWIDTH COLON",
137309  direction="cs",
137310  linebreak="ns",
137311  specials={ "wide", 0x3A },
137312  unicodeslot=0xFF1A,
137313  variants=variants_forms,
137314 },
137315 [0xFF1B]={
137316  category="po",
137317  cjkwd="f",
137318  description="FULLWIDTH SEMICOLON",
137319  direction="on",
137320  linebreak="ns",
137321  specials={ "wide", 0x3B },
137322  unicodeslot=0xFF1B,
137323  variants=variants_forms,
137324 },
137325 [0xFF1C]={
137326  category="sm",
137327  cjkwd="f",
137328  description="FULLWIDTH LESS-THAN SIGN",
137329  direction="on",
137330  linebreak="id",
137331  mirror=0xFF1E,
137332  specials={ "wide", 0x3C },
137333  textclass="open",
137334  unicodeslot=0xFF1C,
137335 },
137336 [0xFF1D]={
137337  category="sm",
137338  cjkwd="f",
137339  description="FULLWIDTH EQUALS SIGN",
137340  direction="on",
137341  linebreak="id",
137342  specials={ "wide", 0x3D },
137343  unicodeslot=0xFF1D,
137344 },
137345 [0xFF1E]={
137346  category="sm",
137347  cjkwd="f",
137348  description="FULLWIDTH GREATER-THAN SIGN",
137349  direction="on",
137350  linebreak="id",
137351  mirror=0xFF1C,
137352  specials={ "wide", 0x3E },
137353  textclass="close",
137354  unicodeslot=0xFF1E,
137355 },
137356 [0xFF1F]={
137357  category="po",
137358  cjkwd="f",
137359  description="FULLWIDTH QUESTION MARK",
137360  direction="on",
137361  linebreak="ex",
137362  specials={ "wide", 0x3F },
137363  unicodeslot=0xFF1F,
137364  variants=variants_forms,
137365 },
137366 [0xFF20]={
137367  category="po",
137368  cjkwd="f",
137369  description="FULLWIDTH COMMERCIAL AT",
137370  direction="on",
137371  linebreak="id",
137372  specials={ "wide", 0x40 },
137373  unicodeslot=0xFF20,
137374 },
137375 [0xFF21]={
137376  category="lu",
137377  cjkwd="f",
137378  description="FULLWIDTH LATIN CAPITAL LETTER A",
137379  direction="l",
137380  lccode=0xFF41,
137381  linebreak="id",
137382  specials={ "wide", 0x41 },
137383  unicodeslot=0xFF21,
137384 },
137385 [0xFF22]={
137386  category="lu",
137387  cjkwd="f",
137388  description="FULLWIDTH LATIN CAPITAL LETTER B",
137389  direction="l",
137390  lccode=0xFF42,
137391  linebreak="id",
137392  specials={ "wide", 0x42 },
137393  unicodeslot=0xFF22,
137394 },
137395 [0xFF23]={
137396  category="lu",
137397  cjkwd="f",
137398  description="FULLWIDTH LATIN CAPITAL LETTER C",
137399  direction="l",
137400  lccode=0xFF43,
137401  linebreak="id",
137402  specials={ "wide", 0x43 },
137403  unicodeslot=0xFF23,
137404 },
137405 [0xFF24]={
137406  category="lu",
137407  cjkwd="f",
137408  description="FULLWIDTH LATIN CAPITAL LETTER D",
137409  direction="l",
137410  lccode=0xFF44,
137411  linebreak="id",
137412  specials={ "wide", 0x44 },
137413  unicodeslot=0xFF24,
137414 },
137415 [0xFF25]={
137416  category="lu",
137417  cjkwd="f",
137418  description="FULLWIDTH LATIN CAPITAL LETTER E",
137419  direction="l",
137420  lccode=0xFF45,
137421  linebreak="id",
137422  specials={ "wide", 0x45 },
137423  unicodeslot=0xFF25,
137424 },
137425 [0xFF26]={
137426  category="lu",
137427  cjkwd="f",
137428  description="FULLWIDTH LATIN CAPITAL LETTER F",
137429  direction="l",
137430  lccode=0xFF46,
137431  linebreak="id",
137432  specials={ "wide", 0x46 },
137433  unicodeslot=0xFF26,
137434 },
137435 [0xFF27]={
137436  category="lu",
137437  cjkwd="f",
137438  description="FULLWIDTH LATIN CAPITAL LETTER G",
137439  direction="l",
137440  lccode=0xFF47,
137441  linebreak="id",
137442  specials={ "wide", 0x47 },
137443  unicodeslot=0xFF27,
137444 },
137445 [0xFF28]={
137446  category="lu",
137447  cjkwd="f",
137448  description="FULLWIDTH LATIN CAPITAL LETTER H",
137449  direction="l",
137450  lccode=0xFF48,
137451  linebreak="id",
137452  specials={ "wide", 0x48 },
137453  unicodeslot=0xFF28,
137454 },
137455 [0xFF29]={
137456  category="lu",
137457  cjkwd="f",
137458  description="FULLWIDTH LATIN CAPITAL LETTER I",
137459  direction="l",
137460  lccode=0xFF49,
137461  linebreak="id",
137462  specials={ "wide", 0x49 },
137463  unicodeslot=0xFF29,
137464 },
137465 [0xFF2A]={
137466  category="lu",
137467  cjkwd="f",
137468  description="FULLWIDTH LATIN CAPITAL LETTER J",
137469  direction="l",
137470  lccode=0xFF4A,
137471  linebreak="id",
137472  specials={ "wide", 0x4A },
137473  unicodeslot=0xFF2A,
137474 },
137475 [0xFF2B]={
137476  category="lu",
137477  cjkwd="f",
137478  description="FULLWIDTH LATIN CAPITAL LETTER K",
137479  direction="l",
137480  lccode=0xFF4B,
137481  linebreak="id",
137482  specials={ "wide", 0x4B },
137483  unicodeslot=0xFF2B,
137484 },
137485 [0xFF2C]={
137486  category="lu",
137487  cjkwd="f",
137488  description="FULLWIDTH LATIN CAPITAL LETTER L",
137489  direction="l",
137490  lccode=0xFF4C,
137491  linebreak="id",
137492  specials={ "wide", 0x4C },
137493  unicodeslot=0xFF2C,
137494 },
137495 [0xFF2D]={
137496  category="lu",
137497  cjkwd="f",
137498  description="FULLWIDTH LATIN CAPITAL LETTER M",
137499  direction="l",
137500  lccode=0xFF4D,
137501  linebreak="id",
137502  specials={ "wide", 0x4D },
137503  unicodeslot=0xFF2D,
137504 },
137505 [0xFF2E]={
137506  category="lu",
137507  cjkwd="f",
137508  description="FULLWIDTH LATIN CAPITAL LETTER N",
137509  direction="l",
137510  lccode=0xFF4E,
137511  linebreak="id",
137512  specials={ "wide", 0x4E },
137513  unicodeslot=0xFF2E,
137514 },
137515 [0xFF2F]={
137516  category="lu",
137517  cjkwd="f",
137518  description="FULLWIDTH LATIN CAPITAL LETTER O",
137519  direction="l",
137520  lccode=0xFF4F,
137521  linebreak="id",
137522  specials={ "wide", 0x4F },
137523  unicodeslot=0xFF2F,
137524 },
137525 [0xFF30]={
137526  category="lu",
137527  cjkwd="f",
137528  description="FULLWIDTH LATIN CAPITAL LETTER P",
137529  direction="l",
137530  lccode=0xFF50,
137531  linebreak="id",
137532  specials={ "wide", 0x50 },
137533  unicodeslot=0xFF30,
137534 },
137535 [0xFF31]={
137536  category="lu",
137537  cjkwd="f",
137538  description="FULLWIDTH LATIN CAPITAL LETTER Q",
137539  direction="l",
137540  lccode=0xFF51,
137541  linebreak="id",
137542  specials={ "wide", 0x51 },
137543  unicodeslot=0xFF31,
137544 },
137545 [0xFF32]={
137546  category="lu",
137547  cjkwd="f",
137548  description="FULLWIDTH LATIN CAPITAL LETTER R",
137549  direction="l",
137550  lccode=0xFF52,
137551  linebreak="id",
137552  specials={ "wide", 0x52 },
137553  unicodeslot=0xFF32,
137554 },
137555 [0xFF33]={
137556  category="lu",
137557  cjkwd="f",
137558  description="FULLWIDTH LATIN CAPITAL LETTER S",
137559  direction="l",
137560  lccode=0xFF53,
137561  linebreak="id",
137562  specials={ "wide", 0x53 },
137563  unicodeslot=0xFF33,
137564 },
137565 [0xFF34]={
137566  category="lu",
137567  cjkwd="f",
137568  description="FULLWIDTH LATIN CAPITAL LETTER T",
137569  direction="l",
137570  lccode=0xFF54,
137571  linebreak="id",
137572  specials={ "wide", 0x54 },
137573  unicodeslot=0xFF34,
137574 },
137575 [0xFF35]={
137576  category="lu",
137577  cjkwd="f",
137578  description="FULLWIDTH LATIN CAPITAL LETTER U",
137579  direction="l",
137580  lccode=0xFF55,
137581  linebreak="id",
137582  specials={ "wide", 0x55 },
137583  unicodeslot=0xFF35,
137584 },
137585 [0xFF36]={
137586  category="lu",
137587  cjkwd="f",
137588  description="FULLWIDTH LATIN CAPITAL LETTER V",
137589  direction="l",
137590  lccode=0xFF56,
137591  linebreak="id",
137592  specials={ "wide", 0x56 },
137593  unicodeslot=0xFF36,
137594 },
137595 [0xFF37]={
137596  category="lu",
137597  cjkwd="f",
137598  description="FULLWIDTH LATIN CAPITAL LETTER W",
137599  direction="l",
137600  lccode=0xFF57,
137601  linebreak="id",
137602  specials={ "wide", 0x57 },
137603  unicodeslot=0xFF37,
137604 },
137605 [0xFF38]={
137606  category="lu",
137607  cjkwd="f",
137608  description="FULLWIDTH LATIN CAPITAL LETTER X",
137609  direction="l",
137610  lccode=0xFF58,
137611  linebreak="id",
137612  specials={ "wide", 0x58 },
137613  unicodeslot=0xFF38,
137614 },
137615 [0xFF39]={
137616  category="lu",
137617  cjkwd="f",
137618  description="FULLWIDTH LATIN CAPITAL LETTER Y",
137619  direction="l",
137620  lccode=0xFF59,
137621  linebreak="id",
137622  specials={ "wide", 0x59 },
137623  unicodeslot=0xFF39,
137624 },
137625 [0xFF3A]={
137626  category="lu",
137627  cjkwd="f",
137628  description="FULLWIDTH LATIN CAPITAL LETTER Z",
137629  direction="l",
137630  lccode=0xFF5A,
137631  linebreak="id",
137632  specials={ "wide", 0x5A },
137633  unicodeslot=0xFF3A,
137634 },
137635 [0xFF3B]={
137636  category="ps",
137637  cjkwd="f",
137638  description="FULLWIDTH LEFT SQUARE BRACKET",
137639  direction="on",
137640  linebreak="op",
137641  mirror=0xFF3D,
137642  specials={ "wide", 0x5B },
137643  textclass="open",
137644  unicodeslot=0xFF3B,
137645 },
137646 [0xFF3C]={
137647  category="po",
137648  cjkwd="f",
137649  description="FULLWIDTH REVERSE SOLIDUS",
137650  direction="on",
137651  linebreak="id",
137652  specials={ "wide", 0x5C },
137653  unicodeslot=0xFF3C,
137654 },
137655 [0xFF3D]={
137656  category="pe",
137657  cjkwd="f",
137658  description="FULLWIDTH RIGHT SQUARE BRACKET",
137659  direction="on",
137660  linebreak="cl",
137661  mirror=0xFF3B,
137662  specials={ "wide", 0x5D },
137663  textclass="close",
137664  unicodeslot=0xFF3D,
137665 },
137666 [0xFF3E]={
137667  category="sk",
137668  cjkwd="f",
137669  description="FULLWIDTH CIRCUMFLEX ACCENT",
137670  direction="on",
137671  linebreak="id",
137672  specials={ "wide", 0x5E },
137673  unicodeslot=0xFF3E,
137674 },
137675 [0xFF3F]={
137676  category="pc",
137677  cjkwd="f",
137678  description="FULLWIDTH LOW LINE",
137679  direction="on",
137680  linebreak="id",
137681  specials={ "wide", 0x5F },
137682  unicodeslot=0xFF3F,
137683 },
137684 [0xFF40]={
137685  category="sk",
137686  cjkwd="f",
137687  description="FULLWIDTH GRAVE ACCENT",
137688  direction="on",
137689  linebreak="id",
137690  specials={ "wide", 0x60 },
137691  unicodeslot=0xFF40,
137692 },
137693 [0xFF41]={
137694  category="ll",
137695  cjkwd="f",
137696  description="FULLWIDTH LATIN SMALL LETTER A",
137697  direction="l",
137698  linebreak="id",
137699  specials={ "wide", 0x61 },
137700  uccode=0xFF21,
137701  unicodeslot=0xFF41,
137702 },
137703 [0xFF42]={
137704  category="ll",
137705  cjkwd="f",
137706  description="FULLWIDTH LATIN SMALL LETTER B",
137707  direction="l",
137708  linebreak="id",
137709  specials={ "wide", 0x62 },
137710  uccode=0xFF22,
137711  unicodeslot=0xFF42,
137712 },
137713 [0xFF43]={
137714  category="ll",
137715  cjkwd="f",
137716  description="FULLWIDTH LATIN SMALL LETTER C",
137717  direction="l",
137718  linebreak="id",
137719  specials={ "wide", 0x63 },
137720  uccode=0xFF23,
137721  unicodeslot=0xFF43,
137722 },
137723 [0xFF44]={
137724  category="ll",
137725  cjkwd="f",
137726  description="FULLWIDTH LATIN SMALL LETTER D",
137727  direction="l",
137728  linebreak="id",
137729  specials={ "wide", 0x64 },
137730  uccode=0xFF24,
137731  unicodeslot=0xFF44,
137732 },
137733 [0xFF45]={
137734  category="ll",
137735  cjkwd="f",
137736  description="FULLWIDTH LATIN SMALL LETTER E",
137737  direction="l",
137738  linebreak="id",
137739  specials={ "wide", 0x65 },
137740  uccode=0xFF25,
137741  unicodeslot=0xFF45,
137742 },
137743 [0xFF46]={
137744  category="ll",
137745  cjkwd="f",
137746  description="FULLWIDTH LATIN SMALL LETTER F",
137747  direction="l",
137748  linebreak="id",
137749  specials={ "wide", 0x66 },
137750  uccode=0xFF26,
137751  unicodeslot=0xFF46,
137752 },
137753 [0xFF47]={
137754  category="ll",
137755  cjkwd="f",
137756  description="FULLWIDTH LATIN SMALL LETTER G",
137757  direction="l",
137758  linebreak="id",
137759  specials={ "wide", 0x67 },
137760  uccode=0xFF27,
137761  unicodeslot=0xFF47,
137762 },
137763 [0xFF48]={
137764  category="ll",
137765  cjkwd="f",
137766  description="FULLWIDTH LATIN SMALL LETTER H",
137767  direction="l",
137768  linebreak="id",
137769  specials={ "wide", 0x68 },
137770  uccode=0xFF28,
137771  unicodeslot=0xFF48,
137772 },
137773 [0xFF49]={
137774  category="ll",
137775  cjkwd="f",
137776  description="FULLWIDTH LATIN SMALL LETTER I",
137777  direction="l",
137778  linebreak="id",
137779  specials={ "wide", 0x69 },
137780  uccode=0xFF29,
137781  unicodeslot=0xFF49,
137782 },
137783 [0xFF4A]={
137784  category="ll",
137785  cjkwd="f",
137786  description="FULLWIDTH LATIN SMALL LETTER J",
137787  direction="l",
137788  linebreak="id",
137789  specials={ "wide", 0x6A },
137790  uccode=0xFF2A,
137791  unicodeslot=0xFF4A,
137792 },
137793 [0xFF4B]={
137794  category="ll",
137795  cjkwd="f",
137796  description="FULLWIDTH LATIN SMALL LETTER K",
137797  direction="l",
137798  linebreak="id",
137799  specials={ "wide", 0x6B },
137800  uccode=0xFF2B,
137801  unicodeslot=0xFF4B,
137802 },
137803 [0xFF4C]={
137804  category="ll",
137805  cjkwd="f",
137806  description="FULLWIDTH LATIN SMALL LETTER L",
137807  direction="l",
137808  linebreak="id",
137809  specials={ "wide", 0x6C },
137810  uccode=0xFF2C,
137811  unicodeslot=0xFF4C,
137812 },
137813 [0xFF4D]={
137814  category="ll",
137815  cjkwd="f",
137816  description="FULLWIDTH LATIN SMALL LETTER M",
137817  direction="l",
137818  linebreak="id",
137819  specials={ "wide", 0x6D },
137820  uccode=0xFF2D,
137821  unicodeslot=0xFF4D,
137822 },
137823 [0xFF4E]={
137824  category="ll",
137825  cjkwd="f",
137826  description="FULLWIDTH LATIN SMALL LETTER N",
137827  direction="l",
137828  linebreak="id",
137829  specials={ "wide", 0x6E },
137830  uccode=0xFF2E,
137831  unicodeslot=0xFF4E,
137832 },
137833 [0xFF4F]={
137834  category="ll",
137835  cjkwd="f",
137836  description="FULLWIDTH LATIN SMALL LETTER O",
137837  direction="l",
137838  linebreak="id",
137839  specials={ "wide", 0x6F },
137840  uccode=0xFF2F,
137841  unicodeslot=0xFF4F,
137842 },
137843 [0xFF50]={
137844  category="ll",
137845  cjkwd="f",
137846  description="FULLWIDTH LATIN SMALL LETTER P",
137847  direction="l",
137848  linebreak="id",
137849  specials={ "wide", 0x70 },
137850  uccode=0xFF30,
137851  unicodeslot=0xFF50,
137852 },
137853 [0xFF51]={
137854  category="ll",
137855  cjkwd="f",
137856  description="FULLWIDTH LATIN SMALL LETTER Q",
137857  direction="l",
137858  linebreak="id",
137859  specials={ "wide", 0x71 },
137860  uccode=0xFF31,
137861  unicodeslot=0xFF51,
137862 },
137863 [0xFF52]={
137864  category="ll",
137865  cjkwd="f",
137866  description="FULLWIDTH LATIN SMALL LETTER R",
137867  direction="l",
137868  linebreak="id",
137869  specials={ "wide", 0x72 },
137870  uccode=0xFF32,
137871  unicodeslot=0xFF52,
137872 },
137873 [0xFF53]={
137874  category="ll",
137875  cjkwd="f",
137876  description="FULLWIDTH LATIN SMALL LETTER S",
137877  direction="l",
137878  linebreak="id",
137879  specials={ "wide", 0x73 },
137880  uccode=0xFF33,
137881  unicodeslot=0xFF53,
137882 },
137883 [0xFF54]={
137884  category="ll",
137885  cjkwd="f",
137886  description="FULLWIDTH LATIN SMALL LETTER T",
137887  direction="l",
137888  linebreak="id",
137889  specials={ "wide", 0x74 },
137890  uccode=0xFF34,
137891  unicodeslot=0xFF54,
137892 },
137893 [0xFF55]={
137894  category="ll",
137895  cjkwd="f",
137896  description="FULLWIDTH LATIN SMALL LETTER U",
137897  direction="l",
137898  linebreak="id",
137899  specials={ "wide", 0x75 },
137900  uccode=0xFF35,
137901  unicodeslot=0xFF55,
137902 },
137903 [0xFF56]={
137904  category="ll",
137905  cjkwd="f",
137906  description="FULLWIDTH LATIN SMALL LETTER V",
137907  direction="l",
137908  linebreak="id",
137909  specials={ "wide", 0x76 },
137910  uccode=0xFF36,
137911  unicodeslot=0xFF56,
137912 },
137913 [0xFF57]={
137914  category="ll",
137915  cjkwd="f",
137916  description="FULLWIDTH LATIN SMALL LETTER W",
137917  direction="l",
137918  linebreak="id",
137919  specials={ "wide", 0x77 },
137920  uccode=0xFF37,
137921  unicodeslot=0xFF57,
137922 },
137923 [0xFF58]={
137924  category="ll",
137925  cjkwd="f",
137926  description="FULLWIDTH LATIN SMALL LETTER X",
137927  direction="l",
137928  linebreak="id",
137929  specials={ "wide", 0x78 },
137930  uccode=0xFF38,
137931  unicodeslot=0xFF58,
137932 },
137933 [0xFF59]={
137934  category="ll",
137935  cjkwd="f",
137936  description="FULLWIDTH LATIN SMALL LETTER Y",
137937  direction="l",
137938  linebreak="id",
137939  specials={ "wide", 0x79 },
137940  uccode=0xFF39,
137941  unicodeslot=0xFF59,
137942 },
137943 [0xFF5A]={
137944  category="ll",
137945  cjkwd="f",
137946  description="FULLWIDTH LATIN SMALL LETTER Z",
137947  direction="l",
137948  linebreak="id",
137949  specials={ "wide", 0x7A },
137950  uccode=0xFF3A,
137951  unicodeslot=0xFF5A,
137952 },
137953 [0xFF5B]={
137954  category="ps",
137955  cjkwd="f",
137956  description="FULLWIDTH LEFT CURLY BRACKET",
137957  direction="on",
137958  linebreak="op",
137959  mirror=0xFF5D,
137960  specials={ "wide", 0x7B },
137961  textclass="open",
137962  unicodeslot=0xFF5B,
137963 },
137964 [0xFF5C]={
137965  category="sm",
137966  cjkwd="f",
137967  description="FULLWIDTH VERTICAL LINE",
137968  direction="on",
137969  linebreak="id",
137970  specials={ "wide", 0x7C },
137971  unicodeslot=0xFF5C,
137972 },
137973 [0xFF5D]={
137974  category="pe",
137975  cjkwd="f",
137976  description="FULLWIDTH RIGHT CURLY BRACKET",
137977  direction="on",
137978  linebreak="cl",
137979  mirror=0xFF5B,
137980  specials={ "wide", 0x7D },
137981  textclass="close",
137982  unicodeslot=0xFF5D,
137983 },
137984 [0xFF5E]={
137985  category="sm",
137986  cjkwd="f",
137987  description="FULLWIDTH TILDE",
137988  direction="on",
137989  linebreak="id",
137990  specials={ "wide", 0x7E },
137991  unicodeslot=0xFF5E,
137992 },
137993 [0xFF5F]={
137994  category="ps",
137995  cjkwd="f",
137996  description="FULLWIDTH LEFT WHITE PARENTHESIS",
137997  direction="on",
137998  linebreak="op",
137999  mirror=0xFF60,
138000  specials={ "wide", 0x2985 },
138001  textclass="open",
138002  unicodeslot=0xFF5F,
138003 },
138004 [0xFF60]={
138005  category="pe",
138006  cjkwd="f",
138007  description="FULLWIDTH RIGHT WHITE PARENTHESIS",
138008  direction="on",
138009  linebreak="cl",
138010  mirror=0xFF5F,
138011  specials={ "wide", 0x2986 },
138012  textclass="close",
138013  unicodeslot=0xFF60,
138014 },
138015 [0xFF61]={
138016  category="po",
138017  cjkwd="h",
138018  description="HALFWIDTH IDEOGRAPHIC FULL STOP",
138019  direction="on",
138020  linebreak="cl",
138021  specials={ "narrow", 0x3002 },
138022  unicodeslot=0xFF61,
138023 },
138024 [0xFF62]={
138025  category="ps",
138026  cjkwd="h",
138027  description="HALFWIDTH LEFT CORNER BRACKET",
138028  direction="on",
138029  linebreak="op",
138030  mirror=0xFF63,
138031  specials={ "narrow", 0x300C },
138032  textclass="open",
138033  unicodeslot=0xFF62,
138034 },
138035 [0xFF63]={
138036  category="pe",
138037  cjkwd="h",
138038  description="HALFWIDTH RIGHT CORNER BRACKET",
138039  direction="on",
138040  linebreak="cl",
138041  mirror=0xFF62,
138042  specials={ "narrow", 0x300D },
138043  textclass="close",
138044  unicodeslot=0xFF63,
138045 },
138046 [0xFF64]={
138047  category="po",
138048  cjkwd="h",
138049  description="HALFWIDTH IDEOGRAPHIC COMMA",
138050  direction="on",
138051  linebreak="cl",
138052  specials={ "narrow", 0x3001 },
138053  unicodeslot=0xFF64,
138054 },
138055 [0xFF65]={
138056  category="po",
138057  cjkwd="h",
138058  description="HALFWIDTH KATAKANA MIDDLE DOT",
138059  direction="on",
138060  linebreak="ns",
138061  specials={ "narrow", 0x30FB },
138062  unicodeslot=0xFF65,
138063 },
138064 [0xFF66]={
138065  category="lo",
138066  cjkwd="h",
138067  description="HALFWIDTH KATAKANA LETTER WO",
138068  direction="l",
138069  linebreak="id",
138070  shcode=0x3092,
138071  specials={ "narrow", 0x30F2 },
138072  unicodeslot=0xFF66,
138073 },
138074 [0xFF67]={
138075  category="lo",
138076  cjkwd="h",
138077  description="HALFWIDTH KATAKANA LETTER SMALL A",
138078  direction="l",
138079  linebreak="cj",
138080  specials={ "narrow", 0x30A1 },
138081  unicodeslot=0xFF67,
138082 },
138083 [0xFF68]={
138084  category="lo",
138085  cjkwd="h",
138086  description="HALFWIDTH KATAKANA LETTER SMALL I",
138087  direction="l",
138088  linebreak="cj",
138089  specials={ "narrow", 0x30A3 },
138090  unicodeslot=0xFF68,
138091 },
138092 [0xFF69]={
138093  category="lo",
138094  cjkwd="h",
138095  description="HALFWIDTH KATAKANA LETTER SMALL U",
138096  direction="l",
138097  linebreak="cj",
138098  specials={ "narrow", 0x30A5 },
138099  unicodeslot=0xFF69,
138100 },
138101 [0xFF6A]={
138102  category="lo",
138103  cjkwd="h",
138104  description="HALFWIDTH KATAKANA LETTER SMALL E",
138105  direction="l",
138106  linebreak="cj",
138107  specials={ "narrow", 0x30A7 },
138108  unicodeslot=0xFF6A,
138109 },
138110 [0xFF6B]={
138111  category="lo",
138112  cjkwd="h",
138113  description="HALFWIDTH KATAKANA LETTER SMALL O",
138114  direction="l",
138115  linebreak="cj",
138116  specials={ "narrow", 0x30A9 },
138117  unicodeslot=0xFF6B,
138118 },
138119 [0xFF6C]={
138120  category="lo",
138121  cjkwd="h",
138122  description="HALFWIDTH KATAKANA LETTER SMALL YA",
138123  direction="l",
138124  linebreak="cj",
138125  shcode=0x3084,
138126  specials={ "narrow", 0x30E3 },
138127  unicodeslot=0xFF6C,
138128 },
138129 [0xFF6D]={
138130  category="lo",
138131  cjkwd="h",
138132  description="HALFWIDTH KATAKANA LETTER SMALL YU",
138133  direction="l",
138134  linebreak="cj",
138135  shcode=0x3086,
138136  specials={ "narrow", 0x30E5 },
138137  unicodeslot=0xFF6D,
138138 },
138139 [0xFF6E]={
138140  category="lo",
138141  cjkwd="h",
138142  description="HALFWIDTH KATAKANA LETTER SMALL YO",
138143  direction="l",
138144  linebreak="cj",
138145  shcode=0x3088,
138146  specials={ "narrow", 0x30E7 },
138147  unicodeslot=0xFF6E,
138148 },
138149 [0xFF6F]={
138150  category="lo",
138151  cjkwd="h",
138152  description="HALFWIDTH KATAKANA LETTER SMALL TU",
138153  direction="l",
138154  linebreak="cj",
138155  shcode=0x3064,
138156  specials={ "narrow", 0x30C3 },
138157  unicodeslot=0xFF6F,
138158 },
138159 [0xFF70]={
138160  category="lm",
138161  cjkwd="h",
138162  description="HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK",
138163  direction="l",
138164  linebreak="cj",
138165  specials={ "narrow", 0x30FC },
138166  unicodeslot=0xFF70,
138167 },
138168 [0xFF71]={
138169  category="lo",
138170  cjkwd="h",
138171  description="HALFWIDTH KATAKANA LETTER A",
138172  direction="l",
138173  linebreak="id",
138174  shcode=0x3042,
138175  specials={ "narrow", 0x30A2 },
138176  unicodeslot=0xFF71,
138177 },
138178 [0xFF72]={
138179  category="lo",
138180  cjkwd="h",
138181  description="HALFWIDTH KATAKANA LETTER I",
138182  direction="l",
138183  linebreak="id",
138184  shcode=0x3044,
138185  specials={ "narrow", 0x30A4 },
138186  unicodeslot=0xFF72,
138187 },
138188 [0xFF73]={
138189  category="lo",
138190  cjkwd="h",
138191  description="HALFWIDTH KATAKANA LETTER U",
138192  direction="l",
138193  linebreak="id",
138194  shcode=0x3046,
138195  specials={ "narrow", 0x30A6 },
138196  unicodeslot=0xFF73,
138197 },
138198 [0xFF74]={
138199  category="lo",
138200  cjkwd="h",
138201  description="HALFWIDTH KATAKANA LETTER E",
138202  direction="l",
138203  linebreak="id",
138204  shcode=0x3048,
138205  specials={ "narrow", 0x30A8 },
138206  unicodeslot=0xFF74,
138207 },
138208 [0xFF75]={
138209  category="lo",
138210  cjkwd="h",
138211  description="HALFWIDTH KATAKANA LETTER O",
138212  direction="l",
138213  linebreak="id",
138214  shcode=0x304A,
138215  specials={ "narrow", 0x30AA },
138216  unicodeslot=0xFF75,
138217 },
138218 [0xFF76]={
138219  category="lo",
138220  cjkwd="h",
138221  description="HALFWIDTH KATAKANA LETTER KA",
138222  direction="l",
138223  linebreak="id",
138224  shcode=0x304B,
138225  specials={ "narrow", 0x30AB },
138226  unicodeslot=0xFF76,
138227 },
138228 [0xFF77]={
138229  category="lo",
138230  cjkwd="h",
138231  description="HALFWIDTH KATAKANA LETTER KI",
138232  direction="l",
138233  linebreak="id",
138234  shcode=0x304D,
138235  specials={ "narrow", 0x30AD },
138236  unicodeslot=0xFF77,
138237 },
138238 [0xFF78]={
138239  category="lo",
138240  cjkwd="h",
138241  description="HALFWIDTH KATAKANA LETTER KU",
138242  direction="l",
138243  linebreak="id",
138244  shcode=0x304F,
138245  specials={ "narrow", 0x30AF },
138246  unicodeslot=0xFF78,
138247 },
138248 [0xFF79]={
138249  category="lo",
138250  cjkwd="h",
138251  description="HALFWIDTH KATAKANA LETTER KE",
138252  direction="l",
138253  linebreak="id",
138254  shcode=0x3051,
138255  specials={ "narrow", 0x30B1 },
138256  unicodeslot=0xFF79,
138257 },
138258 [0xFF7A]={
138259  category="lo",
138260  cjkwd="h",
138261  description="HALFWIDTH KATAKANA LETTER KO",
138262  direction="l",
138263  linebreak="id",
138264  shcode=0x3053,
138265  specials={ "narrow", 0x30B3 },
138266  unicodeslot=0xFF7A,
138267 },
138268 [0xFF7B]={
138269  category="lo",
138270  cjkwd="h",
138271  description="HALFWIDTH KATAKANA LETTER SA",
138272  direction="l",
138273  linebreak="id",
138274  shcode=0x3055,
138275  specials={ "narrow", 0x30B5 },
138276  unicodeslot=0xFF7B,
138277 },
138278 [0xFF7C]={
138279  category="lo",
138280  cjkwd="h",
138281  description="HALFWIDTH KATAKANA LETTER SI",
138282  direction="l",
138283  linebreak="id",
138284  shcode=0x3057,
138285  specials={ "narrow", 0x30B7 },
138286  unicodeslot=0xFF7C,
138287 },
138288 [0xFF7D]={
138289  category="lo",
138290  cjkwd="h",
138291  description="HALFWIDTH KATAKANA LETTER SU",
138292  direction="l",
138293  linebreak="id",
138294  shcode=0x3059,
138295  specials={ "narrow", 0x30B9 },
138296  unicodeslot=0xFF7D,
138297 },
138298 [0xFF7E]={
138299  category="lo",
138300  cjkwd="h",
138301  description="HALFWIDTH KATAKANA LETTER SE",
138302  direction="l",
138303  linebreak="id",
138304  shcode=0x305B,
138305  specials={ "narrow", 0x30BB },
138306  unicodeslot=0xFF7E,
138307 },
138308 [0xFF7F]={
138309  category="lo",
138310  cjkwd="h",
138311  description="HALFWIDTH KATAKANA LETTER SO",
138312  direction="l",
138313  linebreak="id",
138314  shcode=0x305D,
138315  specials={ "narrow", 0x30BD },
138316  unicodeslot=0xFF7F,
138317 },
138318 [0xFF80]={
138319  category="lo",
138320  cjkwd="h",
138321  description="HALFWIDTH KATAKANA LETTER TA",
138322  direction="l",
138323  linebreak="id",
138324  shcode=0x305F,
138325  specials={ "narrow", 0x30BF },
138326  unicodeslot=0xFF80,
138327 },
138328 [0xFF81]={
138329  category="lo",
138330  cjkwd="h",
138331  description="HALFWIDTH KATAKANA LETTER TI",
138332  direction="l",
138333  linebreak="id",
138334  shcode=0x3061,
138335  specials={ "narrow", 0x30C1 },
138336  unicodeslot=0xFF81,
138337 },
138338 [0xFF82]={
138339  category="lo",
138340  cjkwd="h",
138341  description="HALFWIDTH KATAKANA LETTER TU",
138342  direction="l",
138343  linebreak="id",
138344  shcode=0x3064,
138345  specials={ "narrow", 0x30C4 },
138346  unicodeslot=0xFF82,
138347 },
138348 [0xFF83]={
138349  category="lo",
138350  cjkwd="h",
138351  description="HALFWIDTH KATAKANA LETTER TE",
138352  direction="l",
138353  linebreak="id",
138354  shcode=0x3066,
138355  specials={ "narrow", 0x30C6 },
138356  unicodeslot=0xFF83,
138357 },
138358 [0xFF84]={
138359  category="lo",
138360  cjkwd="h",
138361  description="HALFWIDTH KATAKANA LETTER TO",
138362  direction="l",
138363  linebreak="id",
138364  shcode=0x3068,
138365  specials={ "narrow", 0x30C8 },
138366  unicodeslot=0xFF84,
138367 },
138368 [0xFF85]={
138369  category="lo",
138370  cjkwd="h",
138371  description="HALFWIDTH KATAKANA LETTER NA",
138372  direction="l",
138373  linebreak="id",
138374  shcode=0x306A,
138375  specials={ "narrow", 0x30CA },
138376  unicodeslot=0xFF85,
138377 },
138378 [0xFF86]={
138379  category="lo",
138380  cjkwd="h",
138381  description="HALFWIDTH KATAKANA LETTER NI",
138382  direction="l",
138383  linebreak="id",
138384  shcode=0x306B,
138385  specials={ "narrow", 0x30CB },
138386  unicodeslot=0xFF86,
138387 },
138388 [0xFF87]={
138389  category="lo",
138390  cjkwd="h",
138391  description="HALFWIDTH KATAKANA LETTER NU",
138392  direction="l",
138393  linebreak="id",
138394  shcode=0x306C,
138395  specials={ "narrow", 0x30CC },
138396  unicodeslot=0xFF87,
138397 },
138398 [0xFF88]={
138399  category="lo",
138400  cjkwd="h",
138401  description="HALFWIDTH KATAKANA LETTER NE",
138402  direction="l",
138403  linebreak="id",
138404  shcode=0x306D,
138405  specials={ "narrow", 0x30CD },
138406  unicodeslot=0xFF88,
138407 },
138408 [0xFF89]={
138409  category="lo",
138410  cjkwd="h",
138411  description="HALFWIDTH KATAKANA LETTER NO",
138412  direction="l",
138413  linebreak="id",
138414  shcode=0x306E,
138415  specials={ "narrow", 0x30CE },
138416  unicodeslot=0xFF89,
138417 },
138418 [0xFF8A]={
138419  category="lo",
138420  cjkwd="h",
138421  description="HALFWIDTH KATAKANA LETTER HA",
138422  direction="l",
138423  linebreak="id",
138424  shcode=0x306F,
138425  specials={ "narrow", 0x30CF },
138426  unicodeslot=0xFF8A,
138427 },
138428 [0xFF8B]={
138429  category="lo",
138430  cjkwd="h",
138431  description="HALFWIDTH KATAKANA LETTER HI",
138432  direction="l",
138433  linebreak="id",
138434  shcode=0x3072,
138435  specials={ "narrow", 0x30D2 },
138436  unicodeslot=0xFF8B,
138437 },
138438 [0xFF8C]={
138439  category="lo",
138440  cjkwd="h",
138441  description="HALFWIDTH KATAKANA LETTER HU",
138442  direction="l",
138443  linebreak="id",
138444  shcode=0x3075,
138445  specials={ "narrow", 0x30D5 },
138446  unicodeslot=0xFF8C,
138447 },
138448 [0xFF8D]={
138449  category="lo",
138450  cjkwd="h",
138451  description="HALFWIDTH KATAKANA LETTER HE",
138452  direction="l",
138453  linebreak="id",
138454  shcode=0x3078,
138455  specials={ "narrow", 0x30D8 },
138456  unicodeslot=0xFF8D,
138457 },
138458 [0xFF8E]={
138459  category="lo",
138460  cjkwd="h",
138461  description="HALFWIDTH KATAKANA LETTER HO",
138462  direction="l",
138463  linebreak="id",
138464  shcode=0x307B,
138465  specials={ "narrow", 0x30DB },
138466  unicodeslot=0xFF8E,
138467 },
138468 [0xFF8F]={
138469  category="lo",
138470  cjkwd="h",
138471  description="HALFWIDTH KATAKANA LETTER MA",
138472  direction="l",
138473  linebreak="id",
138474  shcode=0x307E,
138475  specials={ "narrow", 0x30DE },
138476  unicodeslot=0xFF8F,
138477 },
138478 [0xFF90]={
138479  category="lo",
138480  cjkwd="h",
138481  description="HALFWIDTH KATAKANA LETTER MI",
138482  direction="l",
138483  linebreak="id",
138484  shcode=0x307F,
138485  specials={ "narrow", 0x30DF },
138486  unicodeslot=0xFF90,
138487 },
138488 [0xFF91]={
138489  category="lo",
138490  cjkwd="h",
138491  description="HALFWIDTH KATAKANA LETTER MU",
138492  direction="l",
138493  linebreak="id",
138494  shcode=0x3080,
138495  specials={ "narrow", 0x30E0 },
138496  unicodeslot=0xFF91,
138497 },
138498 [0xFF92]={
138499  category="lo",
138500  cjkwd="h",
138501  description="HALFWIDTH KATAKANA LETTER ME",
138502  direction="l",
138503  linebreak="id",
138504  shcode=0x3081,
138505  specials={ "narrow", 0x30E1 },
138506  unicodeslot=0xFF92,
138507 },
138508 [0xFF93]={
138509  category="lo",
138510  cjkwd="h",
138511  description="HALFWIDTH KATAKANA LETTER MO",
138512  direction="l",
138513  linebreak="id",
138514  shcode=0x3082,
138515  specials={ "narrow", 0x30E2 },
138516  unicodeslot=0xFF93,
138517 },
138518 [0xFF94]={
138519  category="lo",
138520  cjkwd="h",
138521  description="HALFWIDTH KATAKANA LETTER YA",
138522  direction="l",
138523  linebreak="id",
138524  shcode=0x3084,
138525  specials={ "narrow", 0x30E4 },
138526  unicodeslot=0xFF94,
138527 },
138528 [0xFF95]={
138529  category="lo",
138530  cjkwd="h",
138531  description="HALFWIDTH KATAKANA LETTER YU",
138532  direction="l",
138533  linebreak="id",
138534  shcode=0x3086,
138535  specials={ "narrow", 0x30E6 },
138536  unicodeslot=0xFF95,
138537 },
138538 [0xFF96]={
138539  category="lo",
138540  cjkwd="h",
138541  description="HALFWIDTH KATAKANA LETTER YO",
138542  direction="l",
138543  linebreak="id",
138544  shcode=0x3088,
138545  specials={ "narrow", 0x30E8 },
138546  unicodeslot=0xFF96,
138547 },
138548 [0xFF97]={
138549  category="lo",
138550  cjkwd="h",
138551  description="HALFWIDTH KATAKANA LETTER RA",
138552  direction="l",
138553  linebreak="id",
138554  shcode=0x3089,
138555  specials={ "narrow", 0x30E9 },
138556  unicodeslot=0xFF97,
138557 },
138558 [0xFF98]={
138559  category="lo",
138560  cjkwd="h",
138561  description="HALFWIDTH KATAKANA LETTER RI",
138562  direction="l",
138563  linebreak="id",
138564  shcode=0x308A,
138565  specials={ "narrow", 0x30EA },
138566  unicodeslot=0xFF98,
138567 },
138568 [0xFF99]={
138569  category="lo",
138570  cjkwd="h",
138571  description="HALFWIDTH KATAKANA LETTER RU",
138572  direction="l",
138573  linebreak="id",
138574  shcode=0x308B,
138575  specials={ "narrow", 0x30EB },
138576  unicodeslot=0xFF99,
138577 },
138578 [0xFF9A]={
138579  category="lo",
138580  cjkwd="h",
138581  description="HALFWIDTH KATAKANA LETTER RE",
138582  direction="l",
138583  linebreak="id",
138584  shcode=0x308C,
138585  specials={ "narrow", 0x30EC },
138586  unicodeslot=0xFF9A,
138587 },
138588 [0xFF9B]={
138589  category="lo",
138590  cjkwd="h",
138591  description="HALFWIDTH KATAKANA LETTER RO",
138592  direction="l",
138593  linebreak="id",
138594  shcode=0x308D,
138595  specials={ "narrow", 0x30ED },
138596  unicodeslot=0xFF9B,
138597 },
138598 [0xFF9C]={
138599  category="lo",
138600  cjkwd="h",
138601  description="HALFWIDTH KATAKANA LETTER WA",
138602  direction="l",
138603  linebreak="id",
138604  shcode=0x308F,
138605  specials={ "narrow", 0x30EF },
138606  unicodeslot=0xFF9C,
138607 },
138608 [0xFF9D]={
138609  category="lo",
138610  cjkwd="h",
138611  description="HALFWIDTH KATAKANA LETTER N",
138612  direction="l",
138613  linebreak="id",
138614  shcode=0x3093,
138615  specials={ "narrow", 0x30F3 },
138616  unicodeslot=0xFF9D,
138617 },
138618 [0xFF9E]={
138619  category="lm",
138620  cjkwd="h",
138621  description="HALFWIDTH KATAKANA VOICED SOUND MARK",
138622  direction="l",
138623  linebreak="ns",
138624  specials={ "narrow", 0x3099 },
138625  unicodeslot=0xFF9E,
138626 },
138627 [0xFF9F]={
138628  category="lm",
138629  cjkwd="h",
138630  description="HALFWIDTH KATAKANA SEMI-VOICED SOUND MARK",
138631  direction="l",
138632  linebreak="ns",
138633  specials={ "narrow", 0x309A },
138634  unicodeslot=0xFF9F,
138635 },
138636 [0xFFA0]={
138637  category="lo",
138638  cjkwd="h",
138639  description="HALFWIDTH HANGUL FILLER",
138640  direction="l",
138641  linebreak="id",
138642  specials={ "narrow", 0x3164 },
138643  unicodeslot=0xFFA0,
138644 },
138645 [0xFFA1]={
138646  category="lo",
138647  cjkwd="h",
138648  description="HALFWIDTH HANGUL LETTER KIYEOK",
138649  direction="l",
138650  linebreak="id",
138651  specials={ "narrow", 0x3131 },
138652  unicodeslot=0xFFA1,
138653 },
138654 [0xFFA2]={
138655  category="lo",
138656  cjkwd="h",
138657  description="HALFWIDTH HANGUL LETTER SSANGKIYEOK",
138658  direction="l",
138659  linebreak="id",
138660  specials={ "narrow", 0x3132 },
138661  unicodeslot=0xFFA2,
138662 },
138663 [0xFFA3]={
138664  category="lo",
138665  cjkwd="h",
138666  description="HALFWIDTH HANGUL LETTER KIYEOK-SIOS",
138667  direction="l",
138668  linebreak="id",
138669  specials={ "narrow", 0x3133 },
138670  unicodeslot=0xFFA3,
138671 },
138672 [0xFFA4]={
138673  category="lo",
138674  cjkwd="h",
138675  description="HALFWIDTH HANGUL LETTER NIEUN",
138676  direction="l",
138677  linebreak="id",
138678  specials={ "narrow", 0x3134 },
138679  unicodeslot=0xFFA4,
138680 },
138681 [0xFFA5]={
138682  category="lo",
138683  cjkwd="h",
138684  description="HALFWIDTH HANGUL LETTER NIEUN-CIEUC",
138685  direction="l",
138686  linebreak="id",
138687  specials={ "narrow", 0x3135 },
138688  unicodeslot=0xFFA5,
138689 },
138690 [0xFFA6]={
138691  category="lo",
138692  cjkwd="h",
138693  description="HALFWIDTH HANGUL LETTER NIEUN-HIEUH",
138694  direction="l",
138695  linebreak="id",
138696  specials={ "narrow", 0x3136 },
138697  unicodeslot=0xFFA6,
138698 },
138699 [0xFFA7]={
138700  category="lo",
138701  cjkwd="h",
138702  description="HALFWIDTH HANGUL LETTER TIKEUT",
138703  direction="l",
138704  linebreak="id",
138705  specials={ "narrow", 0x3137 },
138706  unicodeslot=0xFFA7,
138707 },
138708 [0xFFA8]={
138709  category="lo",
138710  cjkwd="h",
138711  description="HALFWIDTH HANGUL LETTER SSANGTIKEUT",
138712  direction="l",
138713  linebreak="id",
138714  specials={ "narrow", 0x3138 },
138715  unicodeslot=0xFFA8,
138716 },
138717 [0xFFA9]={
138718  category="lo",
138719  cjkwd="h",
138720  description="HALFWIDTH HANGUL LETTER RIEUL",
138721  direction="l",
138722  linebreak="id",
138723  specials={ "narrow", 0x3139 },
138724  unicodeslot=0xFFA9,
138725 },
138726 [0xFFAA]={
138727  category="lo",
138728  cjkwd="h",
138729  description="HALFWIDTH HANGUL LETTER RIEUL-KIYEOK",
138730  direction="l",
138731  linebreak="id",
138732  specials={ "narrow", 0x313A },
138733  unicodeslot=0xFFAA,
138734 },
138735 [0xFFAB]={
138736  category="lo",
138737  cjkwd="h",
138738  description="HALFWIDTH HANGUL LETTER RIEUL-MIEUM",
138739  direction="l",
138740  linebreak="id",
138741  specials={ "narrow", 0x313B },
138742  unicodeslot=0xFFAB,
138743 },
138744 [0xFFAC]={
138745  category="lo",
138746  cjkwd="h",
138747  description="HALFWIDTH HANGUL LETTER RIEUL-PIEUP",
138748  direction="l",
138749  linebreak="id",
138750  specials={ "narrow", 0x313C },
138751  unicodeslot=0xFFAC,
138752 },
138753 [0xFFAD]={
138754  category="lo",
138755  cjkwd="h",
138756  description="HALFWIDTH HANGUL LETTER RIEUL-SIOS",
138757  direction="l",
138758  linebreak="id",
138759  specials={ "narrow", 0x313D },
138760  unicodeslot=0xFFAD,
138761 },
138762 [0xFFAE]={
138763  category="lo",
138764  cjkwd="h",
138765  description="HALFWIDTH HANGUL LETTER RIEUL-THIEUTH",
138766  direction="l",
138767  linebreak="id",
138768  specials={ "narrow", 0x313E },
138769  unicodeslot=0xFFAE,
138770 },
138771 [0xFFAF]={
138772  category="lo",
138773  cjkwd="h",
138774  description="HALFWIDTH HANGUL LETTER RIEUL-PHIEUPH",
138775  direction="l",
138776  linebreak="id",
138777  specials={ "narrow", 0x313F },
138778  unicodeslot=0xFFAF,
138779 },
138780 [0xFFB0]={
138781  category="lo",
138782  cjkwd="h",
138783  description="HALFWIDTH HANGUL LETTER RIEUL-HIEUH",
138784  direction="l",
138785  linebreak="id",
138786  specials={ "narrow", 0x3140 },
138787  unicodeslot=0xFFB0,
138788 },
138789 [0xFFB1]={
138790  category="lo",
138791  cjkwd="h",
138792  description="HALFWIDTH HANGUL LETTER MIEUM",
138793  direction="l",
138794  linebreak="id",
138795  specials={ "narrow", 0x3141 },
138796  unicodeslot=0xFFB1,
138797 },
138798 [0xFFB2]={
138799  category="lo",
138800  cjkwd="h",
138801  description="HALFWIDTH HANGUL LETTER PIEUP",
138802  direction="l",
138803  linebreak="id",
138804  specials={ "narrow", 0x3142 },
138805  unicodeslot=0xFFB2,
138806 },
138807 [0xFFB3]={
138808  category="lo",
138809  cjkwd="h",
138810  description="HALFWIDTH HANGUL LETTER SSANGPIEUP",
138811  direction="l",
138812  linebreak="id",
138813  specials={ "narrow", 0x3143 },
138814  unicodeslot=0xFFB3,
138815 },
138816 [0xFFB4]={
138817  category="lo",
138818  cjkwd="h",
138819  description="HALFWIDTH HANGUL LETTER PIEUP-SIOS",
138820  direction="l",
138821  linebreak="id",
138822  specials={ "narrow", 0x3144 },
138823  unicodeslot=0xFFB4,
138824 },
138825 [0xFFB5]={
138826  category="lo",
138827  cjkwd="h",
138828  description="HALFWIDTH HANGUL LETTER SIOS",
138829  direction="l",
138830  linebreak="id",
138831  specials={ "narrow", 0x3145 },
138832  unicodeslot=0xFFB5,
138833 },
138834 [0xFFB6]={
138835  category="lo",
138836  cjkwd="h",
138837  description="HALFWIDTH HANGUL LETTER SSANGSIOS",
138838  direction="l",
138839  linebreak="id",
138840  specials={ "narrow", 0x3146 },
138841  unicodeslot=0xFFB6,
138842 },
138843 [0xFFB7]={
138844  category="lo",
138845  cjkwd="h",
138846  description="HALFWIDTH HANGUL LETTER IEUNG",
138847  direction="l",
138848  linebreak="id",
138849  specials={ "narrow", 0x3147 },
138850  unicodeslot=0xFFB7,
138851 },
138852 [0xFFB8]={
138853  category="lo",
138854  cjkwd="h",
138855  description="HALFWIDTH HANGUL LETTER CIEUC",
138856  direction="l",
138857  linebreak="id",
138858  specials={ "narrow", 0x3148 },
138859  unicodeslot=0xFFB8,
138860 },
138861 [0xFFB9]={
138862  category="lo",
138863  cjkwd="h",
138864  description="HALFWIDTH HANGUL LETTER SSANGCIEUC",
138865  direction="l",
138866  linebreak="id",
138867  specials={ "narrow", 0x3149 },
138868  unicodeslot=0xFFB9,
138869 },
138870 [0xFFBA]={
138871  category="lo",
138872  cjkwd="h",
138873  description="HALFWIDTH HANGUL LETTER CHIEUCH",
138874  direction="l",
138875  linebreak="id",
138876  specials={ "narrow", 0x314A },
138877  unicodeslot=0xFFBA,
138878 },
138879 [0xFFBB]={
138880  category="lo",
138881  cjkwd="h",
138882  description="HALFWIDTH HANGUL LETTER KHIEUKH",
138883  direction="l",
138884  linebreak="id",
138885  specials={ "narrow", 0x314B },
138886  unicodeslot=0xFFBB,
138887 },
138888 [0xFFBC]={
138889  category="lo",
138890  cjkwd="h",
138891  description="HALFWIDTH HANGUL LETTER THIEUTH",
138892  direction="l",
138893  linebreak="id",
138894  specials={ "narrow", 0x314C },
138895  unicodeslot=0xFFBC,
138896 },
138897 [0xFFBD]={
138898  category="lo",
138899  cjkwd="h",
138900  description="HALFWIDTH HANGUL LETTER PHIEUPH",
138901  direction="l",
138902  linebreak="id",
138903  specials={ "narrow", 0x314D },
138904  unicodeslot=0xFFBD,
138905 },
138906 [0xFFBE]={
138907  category="lo",
138908  cjkwd="h",
138909  description="HALFWIDTH HANGUL LETTER HIEUH",
138910  direction="l",
138911  linebreak="id",
138912  specials={ "narrow", 0x314E },
138913  unicodeslot=0xFFBE,
138914 },
138915 [0xFFC2]={
138916  category="lo",
138917  cjkwd="h",
138918  description="HALFWIDTH HANGUL LETTER A",
138919  direction="l",
138920  linebreak="id",
138921  specials={ "narrow", 0x314F },
138922  unicodeslot=0xFFC2,
138923 },
138924 [0xFFC3]={
138925  category="lo",
138926  cjkwd="h",
138927  description="HALFWIDTH HANGUL LETTER AE",
138928  direction="l",
138929  linebreak="id",
138930  specials={ "narrow", 0x3150 },
138931  unicodeslot=0xFFC3,
138932 },
138933 [0xFFC4]={
138934  category="lo",
138935  cjkwd="h",
138936  description="HALFWIDTH HANGUL LETTER YA",
138937  direction="l",
138938  linebreak="id",
138939  specials={ "narrow", 0x3151 },
138940  unicodeslot=0xFFC4,
138941 },
138942 [0xFFC5]={
138943  category="lo",
138944  cjkwd="h",
138945  description="HALFWIDTH HANGUL LETTER YAE",
138946  direction="l",
138947  linebreak="id",
138948  specials={ "narrow", 0x3152 },
138949  unicodeslot=0xFFC5,
138950 },
138951 [0xFFC6]={
138952  category="lo",
138953  cjkwd="h",
138954  description="HALFWIDTH HANGUL LETTER EO",
138955  direction="l",
138956  linebreak="id",
138957  specials={ "narrow", 0x3153 },
138958  unicodeslot=0xFFC6,
138959 },
138960 [0xFFC7]={
138961  category="lo",
138962  cjkwd="h",
138963  description="HALFWIDTH HANGUL LETTER E",
138964  direction="l",
138965  linebreak="id",
138966  specials={ "narrow", 0x3154 },
138967  unicodeslot=0xFFC7,
138968 },
138969 [0xFFCA]={
138970  category="lo",
138971  cjkwd="h",
138972  description="HALFWIDTH HANGUL LETTER YEO",
138973  direction="l",
138974  linebreak="id",
138975  specials={ "narrow", 0x3155 },
138976  unicodeslot=0xFFCA,
138977 },
138978 [0xFFCB]={
138979  category="lo",
138980  cjkwd="h",
138981  description="HALFWIDTH HANGUL LETTER YE",
138982  direction="l",
138983  linebreak="id",
138984  specials={ "narrow", 0x3156 },
138985  unicodeslot=0xFFCB,
138986 },
138987 [0xFFCC]={
138988  category="lo",
138989  cjkwd="h",
138990  description="HALFWIDTH HANGUL LETTER O",
138991  direction="l",
138992  linebreak="id",
138993  specials={ "narrow", 0x3157 },
138994  unicodeslot=0xFFCC,
138995 },
138996 [0xFFCD]={
138997  category="lo",
138998  cjkwd="h",
138999  description="HALFWIDTH HANGUL LETTER WA",
139000  direction="l",
139001  linebreak="id",
139002  specials={ "narrow", 0x3158 },
139003  unicodeslot=0xFFCD,
139004 },
139005 [0xFFCE]={
139006  category="lo",
139007  cjkwd="h",
139008  description="HALFWIDTH HANGUL LETTER WAE",
139009  direction="l",
139010  linebreak="id",
139011  specials={ "narrow", 0x3159 },
139012  unicodeslot=0xFFCE,
139013 },
139014 [0xFFCF]={
139015  category="lo",
139016  cjkwd="h",
139017  description="HALFWIDTH HANGUL LETTER OE",
139018  direction="l",
139019  linebreak="id",
139020  specials={ "narrow", 0x315A },
139021  unicodeslot=0xFFCF,
139022 },
139023 [0xFFD2]={
139024  category="lo",
139025  cjkwd="h",
139026  description="HALFWIDTH HANGUL LETTER YO",
139027  direction="l",
139028  linebreak="id",
139029  specials={ "narrow", 0x315B },
139030  unicodeslot=0xFFD2,
139031 },
139032 [0xFFD3]={
139033  category="lo",
139034  cjkwd="h",
139035  description="HALFWIDTH HANGUL LETTER U",
139036  direction="l",
139037  linebreak="id",
139038  specials={ "narrow", 0x315C },
139039  unicodeslot=0xFFD3,
139040 },
139041 [0xFFD4]={
139042  category="lo",
139043  cjkwd="h",
139044  description="HALFWIDTH HANGUL LETTER WEO",
139045  direction="l",
139046  linebreak="id",
139047  specials={ "narrow", 0x315D },
139048  unicodeslot=0xFFD4,
139049 },
139050 [0xFFD5]={
139051  category="lo",
139052  cjkwd="h",
139053  description="HALFWIDTH HANGUL LETTER WE",
139054  direction="l",
139055  linebreak="id",
139056  specials={ "narrow", 0x315E },
139057  unicodeslot=0xFFD5,
139058 },
139059 [0xFFD6]={
139060  category="lo",
139061  cjkwd="h",
139062  description="HALFWIDTH HANGUL LETTER WI",
139063  direction="l",
139064  linebreak="id",
139065  specials={ "narrow", 0x315F },
139066  unicodeslot=0xFFD6,
139067 },
139068 [0xFFD7]={
139069  category="lo",
139070  cjkwd="h",
139071  description="HALFWIDTH HANGUL LETTER YU",
139072  direction="l",
139073  linebreak="id",
139074  specials={ "narrow", 0x3160 },
139075  unicodeslot=0xFFD7,
139076 },
139077 [0xFFDA]={
139078  category="lo",
139079  cjkwd="h",
139080  description="HALFWIDTH HANGUL LETTER EU",
139081  direction="l",
139082  linebreak="id",
139083  specials={ "narrow", 0x3161 },
139084  unicodeslot=0xFFDA,
139085 },
139086 [0xFFDB]={
139087  category="lo",
139088  cjkwd="h",
139089  description="HALFWIDTH HANGUL LETTER YI",
139090  direction="l",
139091  linebreak="id",
139092  specials={ "narrow", 0x3162 },
139093  unicodeslot=0xFFDB,
139094 },
139095 [0xFFDC]={
139096  category="lo",
139097  cjkwd="h",
139098  description="HALFWIDTH HANGUL LETTER I",
139099  direction="l",
139100  linebreak="id",
139101  specials={ "narrow", 0x3163 },
139102  unicodeslot=0xFFDC,
139103 },
139104 [0xFFE0]={
139105  category="sc",
139106  cjkwd="f",
139107  description="FULLWIDTH CENT SIGN",
139108  direction="et",
139109  linebreak="po",
139110  specials={ "wide", 0xA2 },
139111  unicodeslot=0xFFE0,
139112 },
139113 [0xFFE1]={
139114  category="sc",
139115  cjkwd="f",
139116  description="FULLWIDTH POUND SIGN",
139117  direction="et",
139118  linebreak="pr",
139119  specials={ "wide", 0xA3 },
139120  unicodeslot=0xFFE1,
139121 },
139122 [0xFFE2]={
139123  category="sm",
139124  cjkwd="f",
139125  description="FULLWIDTH NOT SIGN",
139126  direction="on",
139127  linebreak="id",
139128  specials={ "wide", 0xAC },
139129  unicodeslot=0xFFE2,
139130 },
139131 [0xFFE3]={
139132  category="sk",
139133  cjkwd="f",
139134  description="FULLWIDTH MACRON",
139135  direction="on",
139136  linebreak="id",
139137  specials={ "wide", 0xAF },
139138  unicodeslot=0xFFE3,
139139 },
139140 [0xFFE4]={
139141  category="so",
139142  cjkwd="f",
139143  description="FULLWIDTH BROKEN BAR",
139144  direction="on",
139145  linebreak="id",
139146  specials={ "wide", 0xA6 },
139147  unicodeslot=0xFFE4,
139148 },
139149 [0xFFE5]={
139150  category="sc",
139151  cjkwd="f",
139152  description="FULLWIDTH YEN SIGN",
139153  direction="et",
139154  linebreak="pr",
139155  specials={ "wide", 0xA5 },
139156  unicodeslot=0xFFE5,
139157 },
139158 [0xFFE6]={
139159  category="sc",
139160  cjkwd="f",
139161  description="FULLWIDTH WON SIGN",
139162  direction="et",
139163  linebreak="pr",
139164  specials={ "wide", 0x20A9 },
139165  unicodeslot=0xFFE6,
139166 },
139167 [0xFFE8]={
139168  category="so",
139169  cjkwd="h",
139170  description="HALFWIDTH FORMS LIGHT VERTICAL",
139171  direction="on",
139172  linebreak="al",
139173  specials={ "narrow", 0x2502 },
139174  unicodeslot=0xFFE8,
139175 },
139176 [0xFFE9]={
139177  category="sm",
139178  cjkwd="h",
139179  description="HALFWIDTH LEFTWARDS ARROW",
139180  direction="on",
139181  linebreak="al",
139182  specials={ "narrow", 0x2190 },
139183  unicodeslot=0xFFE9,
139184 },
139185 [0xFFEA]={
139186  category="sm",
139187  cjkwd="h",
139188  description="HALFWIDTH UPWARDS ARROW",
139189  direction="on",
139190  linebreak="al",
139191  specials={ "narrow", 0x2191 },
139192  unicodeslot=0xFFEA,
139193 },
139194 [0xFFEB]={
139195  category="sm",
139196  cjkwd="h",
139197  description="HALFWIDTH RIGHTWARDS ARROW",
139198  direction="on",
139199  linebreak="al",
139200  specials={ "narrow", 0x2192 },
139201  unicodeslot=0xFFEB,
139202 },
139203 [0xFFEC]={
139204  category="sm",
139205  cjkwd="h",
139206  description="HALFWIDTH DOWNWARDS ARROW",
139207  direction="on",
139208  linebreak="al",
139209  specials={ "narrow", 0x2193 },
139210  unicodeslot=0xFFEC,
139211 },
139212 [0xFFED]={
139213  category="so",
139214  cjkwd="h",
139215  description="HALFWIDTH BLACK SQUARE",
139216  direction="on",
139217  linebreak="al",
139218  specials={ "narrow", 0x25A0 },
139219  unicodeslot=0xFFED,
139220 },
139221 [0xFFEE]={
139222  category="so",
139223  cjkwd="h",
139224  description="HALFWIDTH WHITE CIRCLE",
139225  direction="on",
139226  linebreak="al",
139227  specials={ "narrow", 0x25CB },
139228  unicodeslot=0xFFEE,
139229 },
139230 [0xFFF9]={
139231  category="cf",
139232  description="INTERLINEAR ANNOTATION ANCHOR",
139233  direction="on",
139234  linebreak="cm",
139235  unicodeslot=0xFFF9,
139236  visible="yes",
139237 },
139238 [0xFFFA]={
139239  category="cf",
139240  description="INTERLINEAR ANNOTATION SEPARATOR",
139241  direction="on",
139242  linebreak="cm",
139243  unicodeslot=0xFFFA,
139244  visible="yes",
139245 },
139246 [0xFFFB]={
139247  category="cf",
139248  description="INTERLINEAR ANNOTATION TERMINATOR",
139249  direction="on",
139250  linebreak="cm",
139251  unicodeslot=0xFFFB,
139252  visible="yes",
139253 },
139254 [0xFFFC]={
139255  category="so",
139256  description="OBJECT REPLACEMENT CHARACTER",
139257  direction="on",
139258  linebreak="cb",
139259  unicodeslot=0xFFFC,
139260 },
139261 [0xFFFD]={
139262  category="so",
139263  cjkwd="a",
139264  description="REPLACEMENT CHARACTER",
139265  direction="on",
139266  linebreak="ai",
139267  unicodeslot=0xFFFD,
139268 },
139269 [0x10000]={
139270  category="lo",
139271  description="LINEAR B SYLLABLE B0x0008 A",
139272  direction="l",
139273  linebreak="al",
139274  unicodeslot=0x10000,
139275 },
139276 [0x10001]={
139277  category="lo",
139278  description="LINEAR B SYLLABLE B0x0026 E",
139279  direction="l",
139280  linebreak="al",
139281  unicodeslot=0x10001,
139282 },
139283 [0x10002]={
139284  category="lo",
139285  description="LINEAR B SYLLABLE B0x001C I",
139286  direction="l",
139287  linebreak="al",
139288  unicodeslot=0x10002,
139289 },
139290 [0x10003]={
139291  category="lo",
139292  description="LINEAR B SYLLABLE B0x003D O",
139293  direction="l",
139294  linebreak="al",
139295  unicodeslot=0x10003,
139296 },
139297 [0x10004]={
139298  category="lo",
139299  description="LINEAR B SYLLABLE B0x000A U",
139300  direction="l",
139301  linebreak="al",
139302  unicodeslot=0x10004,
139303 },
139304 [0x10005]={
139305  category="lo",
139306  description="LINEAR B SYLLABLE B0x0001 DA",
139307  direction="l",
139308  linebreak="al",
139309  unicodeslot=0x10005,
139310 },
139311 [0x10006]={
139312  category="lo",
139313  description="LINEAR B SYLLABLE B0x002D DE",
139314  direction="l",
139315  linebreak="al",
139316  unicodeslot=0x10006,
139317 },
139318 [0x10007]={
139319  category="lo",
139320  description="LINEAR B SYLLABLE B0x0007 DI",
139321  direction="l",
139322  linebreak="al",
139323  unicodeslot=0x10007,
139324 },
139325 [0x10008]={
139326  category="lo",
139327  description="LINEAR B SYLLABLE B0x000E DO",
139328  direction="l",
139329  linebreak="al",
139330  unicodeslot=0x10008,
139331 },
139332 [0x10009]={
139333  category="lo",
139334  description="LINEAR B SYLLABLE B0x0033 DU",
139335  direction="l",
139336  linebreak="al",
139337  unicodeslot=0x10009,
139338 },
139339 [0x1000A]={
139340  category="lo",
139341  description="LINEAR B SYLLABLE B0x0039 JA",
139342  direction="l",
139343  linebreak="al",
139344  unicodeslot=0x1000A,
139345 },
139346 [0x1000B]={
139347  category="lo",
139348  description="LINEAR B SYLLABLE B0x002E JE",
139349  direction="l",
139350  linebreak="al",
139351  unicodeslot=0x1000B,
139352 },
139353 [0x1000D]={
139354  category="lo",
139355  description="LINEAR B SYLLABLE B0x0024 JO",
139356  direction="l",
139357  linebreak="al",
139358  unicodeslot=0x1000D,
139359 },
139360 [0x1000E]={
139361  category="lo",
139362  description="LINEAR B SYLLABLE B0x0041 JU",
139363  direction="l",
139364  linebreak="al",
139365  unicodeslot=0x1000E,
139366 },
139367 [0x1000F]={
139368  category="lo",
139369  description="LINEAR B SYLLABLE B0x004D KA",
139370  direction="l",
139371  linebreak="al",
139372  unicodeslot=0x1000F,
139373 },
139374 [0x10010]={
139375  category="lo",
139376  description="LINEAR B SYLLABLE B0x002C KE",
139377  direction="l",
139378  linebreak="al",
139379  unicodeslot=0x10010,
139380 },
139381 [0x10011]={
139382  category="lo",
139383  description="LINEAR B SYLLABLE B0x0043 KI",
139384  direction="l",
139385  linebreak="al",
139386  unicodeslot=0x10011,
139387 },
139388 [0x10012]={
139389  category="lo",
139390  description="LINEAR B SYLLABLE B0x0046 KO",
139391  direction="l",
139392  linebreak="al",
139393  unicodeslot=0x10012,
139394 },
139395 [0x10013]={
139396  category="lo",
139397  description="LINEAR B SYLLABLE B0x0051 KU",
139398  direction="l",
139399  linebreak="al",
139400  unicodeslot=0x10013,
139401 },
139402 [0x10014]={
139403  category="lo",
139404  description="LINEAR B SYLLABLE B0x0050 MA",
139405  direction="l",
139406  linebreak="al",
139407  unicodeslot=0x10014,
139408 },
139409 [0x10015]={
139410  category="lo",
139411  description="LINEAR B SYLLABLE B0x000D ME",
139412  direction="l",
139413  linebreak="al",
139414  unicodeslot=0x10015,
139415 },
139416 [0x10016]={
139417  category="lo",
139418  description="LINEAR B SYLLABLE B0x0049 MI",
139419  direction="l",
139420  linebreak="al",
139421  unicodeslot=0x10016,
139422 },
139423 [0x10017]={
139424  category="lo",
139425  description="LINEAR B SYLLABLE B0x000F MO",
139426  direction="l",
139427  linebreak="al",
139428  unicodeslot=0x10017,
139429 },
139430 [0x10018]={
139431  category="lo",
139432  description="LINEAR B SYLLABLE B0x0017 MU",
139433  direction="l",
139434  linebreak="al",
139435  unicodeslot=0x10018,
139436 },
139437 [0x10019]={
139438  category="lo",
139439  description="LINEAR B SYLLABLE B0x0006 NA",
139440  direction="l",
139441  linebreak="al",
139442  unicodeslot=0x10019,
139443 },
139444 [0x1001A]={
139445  category="lo",
139446  description="LINEAR B SYLLABLE B0x0018 NE",
139447  direction="l",
139448  linebreak="al",
139449  unicodeslot=0x1001A,
139450 },
139451 [0x1001B]={
139452  category="lo",
139453  description="LINEAR B SYLLABLE B0x001E NI",
139454  direction="l",
139455  linebreak="al",
139456  unicodeslot=0x1001B,
139457 },
139458 [0x1001C]={
139459  category="lo",
139460  description="LINEAR B SYLLABLE B0x0034 NO",
139461  direction="l",
139462  linebreak="al",
139463  unicodeslot=0x1001C,
139464 },
139465 [0x1001D]={
139466  category="lo",
139467  description="LINEAR B SYLLABLE B0x0037 NU",
139468  direction="l",
139469  linebreak="al",
139470  unicodeslot=0x1001D,
139471 },
139472 [0x1001E]={
139473  category="lo",
139474  description="LINEAR B SYLLABLE B0x0003 PA",
139475  direction="l",
139476  linebreak="al",
139477  unicodeslot=0x1001E,
139478 },
139479 [0x1001F]={
139480  category="lo",
139481  description="LINEAR B SYLLABLE B0x0048 PE",
139482  direction="l",
139483  linebreak="al",
139484  unicodeslot=0x1001F,
139485 },
139486 [0x10020]={
139487  category="lo",
139488  description="LINEAR B SYLLABLE B0x0027 PI",
139489  direction="l",
139490  linebreak="al",
139491  unicodeslot=0x10020,
139492 },
139493 [0x10021]={
139494  category="lo",
139495  description="LINEAR B SYLLABLE B0x000B PO",
139496  direction="l",
139497  linebreak="al",
139498  unicodeslot=0x10021,
139499 },
139500 [0x10022]={
139501  category="lo",
139502  description="LINEAR B SYLLABLE B0x0032 PU",
139503  direction="l",
139504  linebreak="al",
139505  unicodeslot=0x10022,
139506 },
139507 [0x10023]={
139508  category="lo",
139509  description="LINEAR B SYLLABLE B0x0010 QA",
139510  direction="l",
139511  linebreak="al",
139512  unicodeslot=0x10023,
139513 },
139514 [0x10024]={
139515  category="lo",
139516  description="LINEAR B SYLLABLE B0x004E QE",
139517  direction="l",
139518  linebreak="al",
139519  unicodeslot=0x10024,
139520 },
139521 [0x10025]={
139522  category="lo",
139523  description="LINEAR B SYLLABLE B0x0015 QI",
139524  direction="l",
139525  linebreak="al",
139526  unicodeslot=0x10025,
139527 },
139528 [0x10026]={
139529  category="lo",
139530  description="LINEAR B SYLLABLE B0x0020 QO",
139531  direction="l",
139532  linebreak="al",
139533  unicodeslot=0x10026,
139534 },
139535 [0x10028]={
139536  category="lo",
139537  description="LINEAR B SYLLABLE B0x003C RA",
139538  direction="l",
139539  linebreak="al",
139540  unicodeslot=0x10028,
139541 },
139542 [0x10029]={
139543  category="lo",
139544  description="LINEAR B SYLLABLE B0x001B RE",
139545  direction="l",
139546  linebreak="al",
139547  unicodeslot=0x10029,
139548 },
139549 [0x1002A]={
139550  category="lo",
139551  description="LINEAR B SYLLABLE B0x0035 RI",
139552  direction="l",
139553  linebreak="al",
139554  unicodeslot=0x1002A,
139555 },
139556 [0x1002B]={
139557  category="lo",
139558  description="LINEAR B SYLLABLE B0x0002 RO",
139559  direction="l",
139560  linebreak="al",
139561  unicodeslot=0x1002B,
139562 },
139563 [0x1002C]={
139564  category="lo",
139565  description="LINEAR B SYLLABLE B0x001A RU",
139566  direction="l",
139567  linebreak="al",
139568  unicodeslot=0x1002C,
139569 },
139570 [0x1002D]={
139571  category="lo",
139572  description="LINEAR B SYLLABLE B0x001F SA",
139573  direction="l",
139574  linebreak="al",
139575  unicodeslot=0x1002D,
139576 },
139577 [0x1002E]={
139578  category="lo",
139579  description="LINEAR B SYLLABLE B0x0009 SE",
139580  direction="l",
139581  linebreak="al",
139582  unicodeslot=0x1002E,
139583 },
139584 [0x1002F]={
139585  category="lo",
139586  description="LINEAR B SYLLABLE B0x0029 SI",
139587  direction="l",
139588  linebreak="al",
139589  unicodeslot=0x1002F,
139590 },
139591 [0x10030]={
139592  category="lo",
139593  description="LINEAR B SYLLABLE B0x000C SO",
139594  direction="l",
139595  linebreak="al",
139596  unicodeslot=0x10030,
139597 },
139598 [0x10031]={
139599  category="lo",
139600  description="LINEAR B SYLLABLE B0x003A SU",
139601  direction="l",
139602  linebreak="al",
139603  unicodeslot=0x10031,
139604 },
139605 [0x10032]={
139606  category="lo",
139607  description="LINEAR B SYLLABLE B0x003B TA",
139608  direction="l",
139609  linebreak="al",
139610  unicodeslot=0x10032,
139611 },
139612 [0x10033]={
139613  category="lo",
139614  description="LINEAR B SYLLABLE B0x0004 TE",
139615  direction="l",
139616  linebreak="al",
139617  unicodeslot=0x10033,
139618 },
139619 [0x10034]={
139620  category="lo",
139621  description="LINEAR B SYLLABLE B0x0025 TI",
139622  direction="l",
139623  linebreak="al",
139624  unicodeslot=0x10034,
139625 },
139626 [0x10035]={
139627  category="lo",
139628  description="LINEAR B SYLLABLE B0x0005 TO",
139629  direction="l",
139630  linebreak="al",
139631  unicodeslot=0x10035,
139632 },
139633 [0x10036]={
139634  category="lo",
139635  description="LINEAR B SYLLABLE B0x0045 TU",
139636  direction="l",
139637  linebreak="al",
139638  unicodeslot=0x10036,
139639 },
139640 [0x10037]={
139641  category="lo",
139642  description="LINEAR B SYLLABLE B0x0036 WA",
139643  direction="l",
139644  linebreak="al",
139645  unicodeslot=0x10037,
139646 },
139647 [0x10038]={
139648  category="lo",
139649  description="LINEAR B SYLLABLE B0x004B WE",
139650  direction="l",
139651  linebreak="al",
139652  unicodeslot=0x10038,
139653 },
139654 [0x10039]={
139655  category="lo",
139656  description="LINEAR B SYLLABLE B0x0028 WI",
139657  direction="l",
139658  linebreak="al",
139659  unicodeslot=0x10039,
139660 },
139661 [0x1003A]={
139662  category="lo",
139663  description="LINEAR B SYLLABLE B0x002A WO",
139664  direction="l",
139665  linebreak="al",
139666  unicodeslot=0x1003A,
139667 },
139668 [0x1003C]={
139669  category="lo",
139670  description="LINEAR B SYLLABLE B0x0011 ZA",
139671  direction="l",
139672  linebreak="al",
139673  unicodeslot=0x1003C,
139674 },
139675 [0x1003D]={
139676  category="lo",
139677  description="LINEAR B SYLLABLE B0x004A ZE",
139678  direction="l",
139679  linebreak="al",
139680  unicodeslot=0x1003D,
139681 },
139682 [0x1003F]={
139683  category="lo",
139684  description="LINEAR B SYLLABLE B0x0014 ZO",
139685  direction="l",
139686  linebreak="al",
139687  unicodeslot=0x1003F,
139688 },
139689 [0x10040]={
139690  category="lo",
139691  description="LINEAR B SYLLABLE B0x0019 A0x0002",
139692  direction="l",
139693  linebreak="al",
139694  unicodeslot=0x10040,
139695 },
139696 [0x10041]={
139697  category="lo",
139698  description="LINEAR B SYLLABLE B0x002B A0x0003",
139699  direction="l",
139700  linebreak="al",
139701  unicodeslot=0x10041,
139702 },
139703 [0x10042]={
139704  category="lo",
139705  description="LINEAR B SYLLABLE B0x0055 AU",
139706  direction="l",
139707  linebreak="al",
139708  unicodeslot=0x10042,
139709 },
139710 [0x10043]={
139711  category="lo",
139712  description="LINEAR B SYLLABLE B0x0047 DWE",
139713  direction="l",
139714  linebreak="al",
139715  unicodeslot=0x10043,
139716 },
139717 [0x10044]={
139718  category="lo",
139719  description="LINEAR B SYLLABLE B0x005A DWO",
139720  direction="l",
139721  linebreak="al",
139722  unicodeslot=0x10044,
139723 },
139724 [0x10045]={
139725  category="lo",
139726  description="LINEAR B SYLLABLE B0x0030 NWA",
139727  direction="l",
139728  linebreak="al",
139729  unicodeslot=0x10045,
139730 },
139731 [0x10046]={
139732  category="lo",
139733  description="LINEAR B SYLLABLE B0x001D PU0x0002",
139734  direction="l",
139735  linebreak="al",
139736  unicodeslot=0x10046,
139737 },
139738 [0x10047]={
139739  category="lo",
139740  description="LINEAR B SYLLABLE B0x003E PTE",
139741  direction="l",
139742  linebreak="al",
139743  unicodeslot=0x10047,
139744 },
139745 [0x10048]={
139746  category="lo",
139747  description="LINEAR B SYLLABLE B0x004C RA0x0002",
139748  direction="l",
139749  linebreak="al",
139750  unicodeslot=0x10048,
139751 },
139752 [0x10049]={
139753  category="lo",
139754  description="LINEAR B SYLLABLE B0x0021 RA0x0003",
139755  direction="l",
139756  linebreak="al",
139757  unicodeslot=0x10049,
139758 },
139759 [0x1004A]={
139760  category="lo",
139761  description="LINEAR B SYLLABLE B0x0044 RO0x0002",
139762  direction="l",
139763  linebreak="al",
139764  unicodeslot=0x1004A,
139765 },
139766 [0x1004B]={
139767  category="lo",
139768  description="LINEAR B SYLLABLE B0x0042 TA0x0002",
139769  direction="l",
139770  linebreak="al",
139771  unicodeslot=0x1004B,
139772 },
139773 [0x1004C]={
139774  category="lo",
139775  description="LINEAR B SYLLABLE B0x0057 TWE",
139776  direction="l",
139777  linebreak="al",
139778  unicodeslot=0x1004C,
139779 },
139780 [0x1004D]={
139781  category="lo",
139782  description="LINEAR B SYLLABLE B0x005B TWO",
139783  direction="l",
139784  linebreak="al",
139785  unicodeslot=0x1004D,
139786 },
139787 [0x10050]={
139788  category="lo",
139789  description="LINEAR B SYMBOL B0x0012",
139790  direction="l",
139791  linebreak="al",
139792  unicodeslot=0x10050,
139793 },
139794 [0x10051]={
139795  category="lo",
139796  description="LINEAR B SYMBOL B0x0013",
139797  direction="l",
139798  linebreak="al",
139799  unicodeslot=0x10051,
139800 },
139801 [0x10052]={
139802  category="lo",
139803  description="LINEAR B SYMBOL B0x0016",
139804  direction="l",
139805  linebreak="al",
139806  unicodeslot=0x10052,
139807 },
139808 [0x10053]={
139809  category="lo",
139810  description="LINEAR B SYMBOL B0x0022",
139811  direction="l",
139812  linebreak="al",
139813  unicodeslot=0x10053,
139814 },
139815 [0x10054]={
139816  category="lo",
139817  description="LINEAR B SYMBOL B0x002F",
139818  direction="l",
139819  linebreak="al",
139820  unicodeslot=0x10054,
139821 },
139822 [0x10055]={
139823  category="lo",
139824  description="LINEAR B SYMBOL B0x0031",
139825  direction="l",
139826  linebreak="al",
139827  unicodeslot=0x10055,
139828 },
139829 [0x10056]={
139830  category="lo",
139831  description="LINEAR B SYMBOL B0x0038",
139832  direction="l",
139833  linebreak="al",
139834  unicodeslot=0x10056,
139835 },
139836 [0x10057]={
139837  category="lo",
139838  description="LINEAR B SYMBOL B0x003F",
139839  direction="l",
139840  linebreak="al",
139841  unicodeslot=0x10057,
139842 },
139843 [0x10058]={
139844  category="lo",
139845  description="LINEAR B SYMBOL B0x0040",
139846  direction="l",
139847  linebreak="al",
139848  unicodeslot=0x10058,
139849 },
139850 [0x10059]={
139851  category="lo",
139852  description="LINEAR B SYMBOL B0x004F",
139853  direction="l",
139854  linebreak="al",
139855  unicodeslot=0x10059,
139856 },
139857 [0x1005A]={
139858  category="lo",
139859  description="LINEAR B SYMBOL B0x0052",
139860  direction="l",
139861  linebreak="al",
139862  unicodeslot=0x1005A,
139863 },
139864 [0x1005B]={
139865  category="lo",
139866  description="LINEAR B SYMBOL B0x0053",
139867  direction="l",
139868  linebreak="al",
139869  unicodeslot=0x1005B,
139870 },
139871 [0x1005C]={
139872  category="lo",
139873  description="LINEAR B SYMBOL B0x0056",
139874  direction="l",
139875  linebreak="al",
139876  unicodeslot=0x1005C,
139877 },
139878 [0x1005D]={
139879  category="lo",
139880  description="LINEAR B SYMBOL B0x0059",
139881  direction="l",
139882  linebreak="al",
139883  unicodeslot=0x1005D,
139884 },
139885 [0x10080]={
139886  category="lo",
139887  description="LINEAR B IDEOGRAM B0x0064 MAN",
139888  direction="l",
139889  linebreak="al",
139890  unicodeslot=0x10080,
139891 },
139892 [0x10081]={
139893  category="lo",
139894  description="LINEAR B IDEOGRAM B0x0066 WOMAN",
139895  direction="l",
139896  linebreak="al",
139897  unicodeslot=0x10081,
139898 },
139899 [0x10082]={
139900  category="lo",
139901  description="LINEAR B IDEOGRAM B0x0068 DEER",
139902  direction="l",
139903  linebreak="al",
139904  unicodeslot=0x10082,
139905 },
139906 [0x10083]={
139907  category="lo",
139908  description="LINEAR B IDEOGRAM B0x0069 EQUID",
139909  direction="l",
139910  linebreak="al",
139911  unicodeslot=0x10083,
139912 },
139913 [0x10084]={
139914  category="lo",
139915  description="LINEAR B IDEOGRAM B0x0069F MARE",
139916  direction="l",
139917  linebreak="al",
139918  unicodeslot=0x10084,
139919 },
139920 [0x10085]={
139921  category="lo",
139922  description="LINEAR B IDEOGRAM B0x0069M STALLION",
139923  direction="l",
139924  linebreak="al",
139925  unicodeslot=0x10085,
139926 },
139927 [0x10086]={
139928  category="lo",
139929  description="LINEAR B IDEOGRAM B0x006AF EWE",
139930  direction="l",
139931  linebreak="al",
139932  unicodeslot=0x10086,
139933 },
139934 [0x10087]={
139935  category="lo",
139936  description="LINEAR B IDEOGRAM B0x006AM RAM",
139937  direction="l",
139938  linebreak="al",
139939  unicodeslot=0x10087,
139940 },
139941 [0x10088]={
139942  category="lo",
139943  description="LINEAR B IDEOGRAM B0x006BF SHE-GOAT",
139944  direction="l",
139945  linebreak="al",
139946  unicodeslot=0x10088,
139947 },
139948 [0x10089]={
139949  category="lo",
139950  description="LINEAR B IDEOGRAM B0x006BM HE-GOAT",
139951  direction="l",
139952  linebreak="al",
139953  unicodeslot=0x10089,
139954 },
139955 [0x1008A]={
139956  category="lo",
139957  description="LINEAR B IDEOGRAM B0x006CF SOW",
139958  direction="l",
139959  linebreak="al",
139960  unicodeslot=0x1008A,
139961 },
139962 [0x1008B]={
139963  category="lo",
139964  description="LINEAR B IDEOGRAM B0x006CM BOAR",
139965  direction="l",
139966  linebreak="al",
139967  unicodeslot=0x1008B,
139968 },
139969 [0x1008C]={
139970  category="lo",
139971  description="LINEAR B IDEOGRAM B0x006DF COW",
139972  direction="l",
139973  linebreak="al",
139974  unicodeslot=0x1008C,
139975 },
139976 [0x1008D]={
139977  category="lo",
139978  description="LINEAR B IDEOGRAM B0x006DM BULL",
139979  direction="l",
139980  linebreak="al",
139981  unicodeslot=0x1008D,
139982 },
139983 [0x1008E]={
139984  category="lo",
139985  description="LINEAR B IDEOGRAM B0x0078 WHEAT",
139986  direction="l",
139987  linebreak="al",
139988  unicodeslot=0x1008E,
139989 },
139990 [0x1008F]={
139991  category="lo",
139992  description="LINEAR B IDEOGRAM B0x0079 BARLEY",
139993  direction="l",
139994  linebreak="al",
139995  unicodeslot=0x1008F,
139996 },
139997 [0x10090]={
139998  category="lo",
139999  description="LINEAR B IDEOGRAM B0x007A OLIVE",
140000  direction="l",
140001  linebreak="al",
140002  unicodeslot=0x10090,
140003 },
140004 [0x10091]={
140005  category="lo",
140006  description="LINEAR B IDEOGRAM B0x007B SPICE",
140007  direction="l",
140008  linebreak="al",
140009  unicodeslot=0x10091,
140010 },
140011 [0x10092]={
140012  category="lo",
140013  description="LINEAR B IDEOGRAM B0x007D CYPERUS",
140014  direction="l",
140015  linebreak="al",
140016  unicodeslot=0x10092,
140017 },
140018 [0x10093]={
140019  category="lo",
140020  description="LINEAR B MONOGRAM B0x007F KAPO",
140021  direction="l",
140022  linebreak="al",
140023  unicodeslot=0x10093,
140024 },
140025 [0x10094]={
140026  category="lo",
140027  description="LINEAR B MONOGRAM B0x0080 KANAKO",
140028  direction="l",
140029  linebreak="al",
140030  unicodeslot=0x10094,
140031 },
140032 [0x10095]={
140033  category="lo",
140034  description="LINEAR B IDEOGRAM B0x0082 OIL",
140035  direction="l",
140036  linebreak="al",
140037  unicodeslot=0x10095,
140038 },
140039 [0x10096]={
140040  category="lo",
140041  description="LINEAR B IDEOGRAM B0x0083 WINE",
140042  direction="l",
140043  linebreak="al",
140044  unicodeslot=0x10096,
140045 },
140046 [0x10097]={
140047  category="lo",
140048  description="LINEAR B IDEOGRAM B0x0084",
140049  direction="l",
140050  linebreak="al",
140051  unicodeslot=0x10097,
140052 },
140053 [0x10098]={
140054  category="lo",
140055  description="LINEAR B MONOGRAM B0x0085 AREPA",
140056  direction="l",
140057  linebreak="al",
140058  unicodeslot=0x10098,
140059 },
140060 [0x10099]={
140061  category="lo",
140062  description="LINEAR B MONOGRAM B0x0087 MERI",
140063  direction="l",
140064  linebreak="al",
140065  unicodeslot=0x10099,
140066 },
140067 [0x1009A]={
140068  category="lo",
140069  description="LINEAR B IDEOGRAM B0x008C BRONZE",
140070  direction="l",
140071  linebreak="al",
140072  unicodeslot=0x1009A,
140073 },
140074 [0x1009B]={
140075  category="lo",
140076  description="LINEAR B IDEOGRAM B0x008D GOLD",
140077  direction="l",
140078  linebreak="al",
140079  unicodeslot=0x1009B,
140080 },
140081 [0x1009C]={
140082  category="lo",
140083  description="LINEAR B IDEOGRAM B0x008E",
140084  direction="l",
140085  linebreak="al",
140086  unicodeslot=0x1009C,
140087 },
140088 [0x1009D]={
140089  category="lo",
140090  description="LINEAR B IDEOGRAM B0x0091 WOOL",
140091  direction="l",
140092  linebreak="al",
140093  unicodeslot=0x1009D,
140094 },
140095 [0x1009E]={
140096  category="lo",
140097  description="LINEAR B IDEOGRAM B0x0092",
140098  direction="l",
140099  linebreak="al",
140100  unicodeslot=0x1009E,
140101 },
140102 [0x1009F]={
140103  category="lo",
140104  description="LINEAR B IDEOGRAM B0x0096",
140105  direction="l",
140106  linebreak="al",
140107  unicodeslot=0x1009F,
140108 },
140109 [0x100A0]={
140110  category="lo",
140111  description="LINEAR B IDEOGRAM B0x0097 HORN",
140112  direction="l",
140113  linebreak="al",
140114  unicodeslot=0x100A0,
140115 },
140116 [0x100A1]={
140117  category="lo",
140118  description="LINEAR B IDEOGRAM B0x0098",
140119  direction="l",
140120  linebreak="al",
140121  unicodeslot=0x100A1,
140122 },
140123 [0x100A2]={
140124  category="lo",
140125  description="LINEAR B IDEOGRAM B0x0099",
140126  direction="l",
140127  linebreak="al",
140128  unicodeslot=0x100A2,
140129 },
140130 [0x100A3]={
140131  category="lo",
140132  description="LINEAR B IDEOGRAM B0x009A",
140133  direction="l",
140134  linebreak="al",
140135  unicodeslot=0x100A3,
140136 },
140137 [0x100A4]={
140138  category="lo",
140139  description="LINEAR B MONOGRAM B0x009C TURO0x0002",
140140  direction="l",
140141  linebreak="al",
140142  unicodeslot=0x100A4,
140143 },
140144 [0x100A5]={
140145  category="lo",
140146  description="LINEAR B IDEOGRAM B0x009D",
140147  direction="l",
140148  linebreak="al",
140149  unicodeslot=0x100A5,
140150 },
140151 [0x100A6]={
140152  category="lo",
140153  description="LINEAR B IDEOGRAM B0x009E",
140154  direction="l",
140155  linebreak="al",
140156  unicodeslot=0x100A6,
140157 },
140158 [0x100A7]={
140159  category="lo",
140160  description="LINEAR B IDEOGRAM B0x009F CLOTH",
140161  direction="l",
140162  linebreak="al",
140163  unicodeslot=0x100A7,
140164 },
140165 [0x100A8]={
140166  category="lo",
140167  description="LINEAR B IDEOGRAM B0x00A0",
140168  direction="l",
140169  linebreak="al",
140170  unicodeslot=0x100A8,
140171 },
140172 [0x100A9]={
140173  category="lo",
140174  description="LINEAR B IDEOGRAM B0x00A1",
140175  direction="l",
140176  linebreak="al",
140177  unicodeslot=0x100A9,
140178 },
140179 [0x100AA]={
140180  category="lo",
140181  description="LINEAR B IDEOGRAM B0x00A2 GARMENT",
140182  direction="l",
140183  linebreak="al",
140184  unicodeslot=0x100AA,
140185 },
140186 [0x100AB]={
140187  category="lo",
140188  description="LINEAR B IDEOGRAM B0x00A3 ARMOUR",
140189  direction="l",
140190  linebreak="al",
140191  unicodeslot=0x100AB,
140192 },
140193 [0x100AC]={
140194  category="lo",
140195  description="LINEAR B IDEOGRAM B0x00A4",
140196  direction="l",
140197  linebreak="al",
140198  unicodeslot=0x100AC,
140199 },
140200 [0x100AD]={
140201  category="lo",
140202  description="LINEAR B IDEOGRAM B0x00A5",
140203  direction="l",
140204  linebreak="al",
140205  unicodeslot=0x100AD,
140206 },
140207 [0x100AE]={
140208  category="lo",
140209  description="LINEAR B IDEOGRAM B0x00A6",
140210  direction="l",
140211  linebreak="al",
140212  unicodeslot=0x100AE,
140213 },
140214 [0x100AF]={
140215  category="lo",
140216  description="LINEAR B IDEOGRAM B0x00A7",
140217  direction="l",
140218  linebreak="al",
140219  unicodeslot=0x100AF,
140220 },
140221 [0x100B0]={
140222  category="lo",
140223  description="LINEAR B IDEOGRAM B0x00A8",
140224  direction="l",
140225  linebreak="al",
140226  unicodeslot=0x100B0,
140227 },
140228 [0x100B1]={
140229  category="lo",
140230  description="LINEAR B IDEOGRAM B0x00A9",
140231  direction="l",
140232  linebreak="al",
140233  unicodeslot=0x100B1,
140234 },
140235 [0x100B2]={
140236  category="lo",
140237  description="LINEAR B IDEOGRAM B0x00AA",
140238  direction="l",
140239  linebreak="al",
140240  unicodeslot=0x100B2,
140241 },
140242 [0x100B3]={
140243  category="lo",
140244  description="LINEAR B IDEOGRAM B0x00AB",
140245  direction="l",
140246  linebreak="al",
140247  unicodeslot=0x100B3,
140248 },
140249 [0x100B4]={
140250  category="lo",
140251  description="LINEAR B IDEOGRAM B0x00AC",
140252  direction="l",
140253  linebreak="al",
140254  unicodeslot=0x100B4,
140255 },
140256 [0x100B5]={
140257  category="lo",
140258  description="LINEAR B IDEOGRAM B0x00AD MONTH",
140259  direction="l",
140260  linebreak="al",
140261  unicodeslot=0x100B5,
140262 },
140263 [0x100B6]={
140264  category="lo",
140265  description="LINEAR B IDEOGRAM B0x00AE",
140266  direction="l",
140267  linebreak="al",
140268  unicodeslot=0x100B6,
140269 },
140270 [0x100B7]={
140271  category="lo",
140272  description="LINEAR B IDEOGRAM B0x00B0 TREE",
140273  direction="l",
140274  linebreak="al",
140275  unicodeslot=0x100B7,
140276 },
140277 [0x100B8]={
140278  category="lo",
140279  description="LINEAR B IDEOGRAM B0x00B1",
140280  direction="l",
140281  linebreak="al",
140282  unicodeslot=0x100B8,
140283 },
140284 [0x100B9]={
140285  category="lo",
140286  description="LINEAR B IDEOGRAM B0x00B2",
140287  direction="l",
140288  linebreak="al",
140289  unicodeslot=0x100B9,
140290 },
140291 [0x100BA]={
140292  category="lo",
140293  description="LINEAR B IDEOGRAM B0x00B3",
140294  direction="l",
140295  linebreak="al",
140296  unicodeslot=0x100BA,
140297 },
140298 [0x100BB]={
140299  category="lo",
140300  description="LINEAR B IDEOGRAM B0x00B4",
140301  direction="l",
140302  linebreak="al",
140303  unicodeslot=0x100BB,
140304 },
140305 [0x100BC]={
140306  category="lo",
140307  description="LINEAR B IDEOGRAM B0x00B5",
140308  direction="l",
140309  linebreak="al",
140310  unicodeslot=0x100BC,
140311 },
140312 [0x100BD]={
140313  category="lo",
140314  description="LINEAR B IDEOGRAM B0x00B6",
140315  direction="l",
140316  linebreak="al",
140317  unicodeslot=0x100BD,
140318 },
140319 [0x100BE]={
140320  category="lo",
140321  description="LINEAR B IDEOGRAM B0x00B7",
140322  direction="l",
140323  linebreak="al",
140324  unicodeslot=0x100BE,
140325 },
140326 [0x100BF]={
140327  category="lo",
140328  description="LINEAR B IDEOGRAM B0x00B8",
140329  direction="l",
140330  linebreak="al",
140331  unicodeslot=0x100BF,
140332 },
140333 [0x100C0]={
140334  category="lo",
140335  description="LINEAR B IDEOGRAM B0x00B9",
140336  direction="l",
140337  linebreak="al",
140338  unicodeslot=0x100C0,
140339 },
140340 [0x100C1]={
140341  category="lo",
140342  description="LINEAR B IDEOGRAM B0x00BD",
140343  direction="l",
140344  linebreak="al",
140345  unicodeslot=0x100C1,
140346 },
140347 [0x100C2]={
140348  category="lo",
140349  description="LINEAR B IDEOGRAM B0x00BE",
140350  direction="l",
140351  linebreak="al",
140352  unicodeslot=0x100C2,
140353 },
140354 [0x100C3]={
140355  category="lo",
140356  description="LINEAR B IDEOGRAM B0x00BF HELMET",
140357  direction="l",
140358  linebreak="al",
140359  unicodeslot=0x100C3,
140360 },
140361 [0x100C4]={
140362  category="lo",
140363  description="LINEAR B IDEOGRAM B0x00DC FOOTSTOOL",
140364  direction="l",
140365  linebreak="al",
140366  unicodeslot=0x100C4,
140367 },
140368 [0x100C5]={
140369  category="lo",
140370  description="LINEAR B IDEOGRAM B0x00E1 BATHTUB",
140371  direction="l",
140372  linebreak="al",
140373  unicodeslot=0x100C5,
140374 },
140375 [0x100C6]={
140376  category="lo",
140377  description="LINEAR B IDEOGRAM B0x00E6 SPEAR",
140378  direction="l",
140379  linebreak="al",
140380  unicodeslot=0x100C6,
140381 },
140382 [0x100C7]={
140383  category="lo",
140384  description="LINEAR B IDEOGRAM B0x00E7 ARROW",
140385  direction="l",
140386  linebreak="al",
140387  unicodeslot=0x100C7,
140388 },
140389 [0x100C8]={
140390  category="lo",
140391  description="LINEAR B IDEOGRAM B0x00E8",
140392  direction="l",
140393  linebreak="al",
140394  unicodeslot=0x100C8,
140395 },
140396 [0x100C9]={
140397  category="lo",
140398  description="LINEAR B IDEOGRAM B0x00E9 SWORD",
140399  direction="l",
140400  linebreak="al",
140401  unicodeslot=0x100C9,
140402 },
140403 [0x100CA]={
140404  category="lo",
140405  description="LINEAR B IDEOGRAM B0x00EA",
140406  direction="l",
140407  linebreak="al",
140408  unicodeslot=0x100CA,
140409 },
140410 [0x100CB]={
140411  category="lo",
140412  description="LINEAR B IDEOGRAM B0x00EC",
140413  direction="l",
140414  linebreak="al",
140415  unicodeslot=0x100CB,
140416 },
140417 [0x100CC]={
140418  category="lo",
140419  description="LINEAR B IDEOGRAM B0x00F0 WHEELED CHARIOT",
140420  direction="l",
140421  linebreak="al",
140422  unicodeslot=0x100CC,
140423 },
140424 [0x100CD]={
140425  category="lo",
140426  description="LINEAR B IDEOGRAM B0x00F1 CHARIOT",
140427  direction="l",
140428  linebreak="al",
140429  unicodeslot=0x100CD,
140430 },
140431 [0x100CE]={
140432  category="lo",
140433  description="LINEAR B IDEOGRAM B0x00F2 CHARIOT FRAME",
140434  direction="l",
140435  linebreak="al",
140436  unicodeslot=0x100CE,
140437 },
140438 [0x100CF]={
140439  category="lo",
140440  description="LINEAR B IDEOGRAM B0x00F3 WHEEL",
140441  direction="l",
140442  linebreak="al",
140443  unicodeslot=0x100CF,
140444 },
140445 [0x100D0]={
140446  category="lo",
140447  description="LINEAR B IDEOGRAM B0x00F5",
140448  direction="l",
140449  linebreak="al",
140450  unicodeslot=0x100D0,
140451 },
140452 [0x100D1]={
140453  category="lo",
140454  description="LINEAR B IDEOGRAM B0x00F6",
140455  direction="l",
140456  linebreak="al",
140457  unicodeslot=0x100D1,
140458 },
140459 [0x100D2]={
140460  category="lo",
140461  description="LINEAR B MONOGRAM B0x00F7 DIPTE",
140462  direction="l",
140463  linebreak="al",
140464  unicodeslot=0x100D2,
140465 },
140466 [0x100D3]={
140467  category="lo",
140468  description="LINEAR B IDEOGRAM B0x00F8",
140469  direction="l",
140470  linebreak="al",
140471  unicodeslot=0x100D3,
140472 },
140473 [0x100D4]={
140474  category="lo",
140475  description="LINEAR B IDEOGRAM B0x00F9",
140476  direction="l",
140477  linebreak="al",
140478  unicodeslot=0x100D4,
140479 },
140480 [0x100D5]={
140481  category="lo",
140482  description="LINEAR B IDEOGRAM B0x00FB",
140483  direction="l",
140484  linebreak="al",
140485  unicodeslot=0x100D5,
140486 },
140487 [0x100D6]={
140488  category="lo",
140489  description="LINEAR B IDEOGRAM B0x00FC",
140490  direction="l",
140491  linebreak="al",
140492  unicodeslot=0x100D6,
140493 },
140494 [0x100D7]={
140495  category="lo",
140496  description="LINEAR B IDEOGRAM B0x00FD",
140497  direction="l",
140498  linebreak="al",
140499  unicodeslot=0x100D7,
140500 },
140501 [0x100D8]={
140502  category="lo",
140503  description="LINEAR B IDEOGRAM B0x00FE DART",
140504  direction="l",
140505  linebreak="al",
140506  unicodeslot=0x100D8,
140507 },
140508 [0x100D9]={
140509  category="lo",
140510  description="LINEAR B IDEOGRAM B0x00FF",
140511  direction="l",
140512  linebreak="al",
140513  unicodeslot=0x100D9,
140514 },
140515 [0x100DA]={
140516  category="lo",
140517  description="LINEAR B IDEOGRAM B0x0100",
140518  direction="l",
140519  linebreak="al",
140520  unicodeslot=0x100DA,
140521 },
140522 [0x100DB]={
140523  category="lo",
140524  description="LINEAR B IDEOGRAM B0x0101",
140525  direction="l",
140526  linebreak="al",
140527  unicodeslot=0x100DB,
140528 },
140529 [0x100DC]={
140530  category="lo",
140531  description="LINEAR B IDEOGRAM B0x0102",
140532  direction="l",
140533  linebreak="al",
140534  unicodeslot=0x100DC,
140535 },
140536 [0x100DD]={
140537  category="lo",
140538  description="LINEAR B IDEOGRAM B0x0103",
140539  direction="l",
140540  linebreak="al",
140541  unicodeslot=0x100DD,
140542 },
140543 [0x100DE]={
140544  category="lo",
140545  description="LINEAR B IDEOGRAM VESSEL B0x009B",
140546  direction="l",
140547  linebreak="al",
140548  unicodeslot=0x100DE,
140549 },
140550 [0x100DF]={
140551  category="lo",
140552  description="LINEAR B IDEOGRAM VESSEL B0x00C8",
140553  direction="l",
140554  linebreak="al",
140555  unicodeslot=0x100DF,
140556 },
140557 [0x100E0]={
140558  category="lo",
140559  description="LINEAR B IDEOGRAM VESSEL B0x00C9",
140560  direction="l",
140561  linebreak="al",
140562  unicodeslot=0x100E0,
140563 },
140564 [0x100E1]={
140565  category="lo",
140566  description="LINEAR B IDEOGRAM VESSEL B0x00CA",
140567  direction="l",
140568  linebreak="al",
140569  unicodeslot=0x100E1,
140570 },
140571 [0x100E2]={
140572  category="lo",
140573  description="LINEAR B IDEOGRAM VESSEL B0x00CB",
140574  direction="l",
140575  linebreak="al",
140576  unicodeslot=0x100E2,
140577 },
140578 [0x100E3]={
140579  category="lo",
140580  description="LINEAR B IDEOGRAM VESSEL B0x00CC",
140581  direction="l",
140582  linebreak="al",
140583  unicodeslot=0x100E3,
140584 },
140585 [0x100E4]={
140586  category="lo",
140587  description="LINEAR B IDEOGRAM VESSEL B0x00CD",
140588  direction="l",
140589  linebreak="al",
140590  unicodeslot=0x100E4,
140591 },
140592 [0x100E5]={
140593  category="lo",
140594  description="LINEAR B IDEOGRAM VESSEL B0x00CE",
140595  direction="l",
140596  linebreak="al",
140597  unicodeslot=0x100E5,
140598 },
140599 [0x100E6]={
140600  category="lo",
140601  description="LINEAR B IDEOGRAM VESSEL B0x00CF",
140602  direction="l",
140603  linebreak="al",
140604  unicodeslot=0x100E6,
140605 },
140606 [0x100E7]={
140607  category="lo",
140608  description="LINEAR B IDEOGRAM VESSEL B0x00D0",
140609  direction="l",
140610  linebreak="al",
140611  unicodeslot=0x100E7,
140612 },
140613 [0x100E8]={
140614  category="lo",
140615  description="LINEAR B IDEOGRAM VESSEL B0x00D1",
140616  direction="l",
140617  linebreak="al",
140618  unicodeslot=0x100E8,
140619 },
140620 [0x100E9]={
140621  category="lo",
140622  description="LINEAR B IDEOGRAM VESSEL B0x00D2",
140623  direction="l",
140624  linebreak="al",
140625  unicodeslot=0x100E9,
140626 },
140627 [0x100EA]={
140628  category="lo",
140629  description="LINEAR B IDEOGRAM VESSEL B0x00D3",
140630  direction="l",
140631  linebreak="al",
140632  unicodeslot=0x100EA,
140633 },
140634 [0x100EB]={
140635  category="lo",
140636  description="LINEAR B IDEOGRAM VESSEL B0x00D4",
140637  direction="l",
140638  linebreak="al",
140639  unicodeslot=0x100EB,
140640 },
140641 [0x100EC]={
140642  category="lo",
140643  description="LINEAR B IDEOGRAM VESSEL B0x00D5",
140644  direction="l",
140645  linebreak="al",
140646  unicodeslot=0x100EC,
140647 },
140648 [0x100ED]={
140649  category="lo",
140650  description="LINEAR B IDEOGRAM VESSEL B0x00D6",
140651  direction="l",
140652  linebreak="al",
140653  unicodeslot=0x100ED,
140654 },
140655 [0x100EE]={
140656  category="lo",
140657  description="LINEAR B IDEOGRAM VESSEL B0x00D7",
140658  direction="l",
140659  linebreak="al",
140660  unicodeslot=0x100EE,
140661 },
140662 [0x100EF]={
140663  category="lo",
140664  description="LINEAR B IDEOGRAM VESSEL B0x00D8",
140665  direction="l",
140666  linebreak="al",
140667  unicodeslot=0x100EF,
140668 },
140669 [0x100F0]={
140670  category="lo",
140671  description="LINEAR B IDEOGRAM VESSEL B0x00D9",
140672  direction="l",
140673  linebreak="al",
140674  unicodeslot=0x100F0,
140675 },
140676 [0x100F1]={
140677  category="lo",
140678  description="LINEAR B IDEOGRAM VESSEL B0x00DA",
140679  direction="l",
140680  linebreak="al",
140681  unicodeslot=0x100F1,
140682 },
140683 [0x100F2]={
140684  category="lo",
140685  description="LINEAR B IDEOGRAM VESSEL B0x00DB",
140686  direction="l",
140687  linebreak="al",
140688  unicodeslot=0x100F2,
140689 },
140690 [0x100F3]={
140691  category="lo",
140692  description="LINEAR B IDEOGRAM VESSEL B0x00DD",
140693  direction="l",
140694  linebreak="al",
140695  unicodeslot=0x100F3,
140696 },
140697 [0x100F4]={
140698  category="lo",
140699  description="LINEAR B IDEOGRAM VESSEL B0x00DE",
140700  direction="l",
140701  linebreak="al",
140702  unicodeslot=0x100F4,
140703 },
140704 [0x100F5]={
140705  category="lo",
140706  description="LINEAR B IDEOGRAM VESSEL B0x00E2",
140707  direction="l",
140708  linebreak="al",
140709  unicodeslot=0x100F5,
140710 },
140711 [0x100F6]={
140712  category="lo",
140713  description="LINEAR B IDEOGRAM VESSEL B0x00E3",
140714  direction="l",
140715  linebreak="al",
140716  unicodeslot=0x100F6,
140717 },
140718 [0x100F7]={
140719  category="lo",
140720  description="LINEAR B IDEOGRAM VESSEL B0x00E4",
140721  direction="l",
140722  linebreak="al",
140723  unicodeslot=0x100F7,
140724 },
140725 [0x100F8]={
140726  category="lo",
140727  description="LINEAR B IDEOGRAM VESSEL B0x00E5",
140728  direction="l",
140729  linebreak="al",
140730  unicodeslot=0x100F8,
140731 },
140732 [0x100F9]={
140733  category="lo",
140734  description="LINEAR B IDEOGRAM VESSEL B0x00FA",
140735  direction="l",
140736  linebreak="al",
140737  unicodeslot=0x100F9,
140738 },
140739 [0x100FA]={
140740  category="lo",
140741  description="LINEAR B IDEOGRAM VESSEL B0x0131",
140742  direction="l",
140743  linebreak="al",
140744  unicodeslot=0x100FA,
140745 },
140746 [0x10100]={
140747  category="po",
140748  description="AEGEAN WORD SEPARATOR LINE",
140749  direction="l",
140750  linebreak="ba",
140751  unicodeslot=0x10100,
140752 },
140753 [0x10101]={
140754  category="po",
140755  description="AEGEAN WORD SEPARATOR DOT",
140756  direction="on",
140757  linebreak="ba",
140758  unicodeslot=0x10101,
140759 },
140760 [0x10102]={
140761  category="so",
140762  description="AEGEAN CHECK MARK",
140763  direction="l",
140764  linebreak="ba",
140765  unicodeslot=0x10102,
140766 },
140767 [0x10107]={
140768  category="no",
140769  description="AEGEAN NUMBER ONE",
140770  direction="l",
140771  linebreak="al",
140772  unicodeslot=0x10107,
140773 },
140774 [0x10108]={
140775  category="no",
140776  description="AEGEAN NUMBER TWO",
140777  direction="l",
140778  linebreak="al",
140779  unicodeslot=0x10108,
140780 },
140781 [0x10109]={
140782  category="no",
140783  description="AEGEAN NUMBER THREE",
140784  direction="l",
140785  linebreak="al",
140786  unicodeslot=0x10109,
140787 },
140788 [0x1010A]={
140789  category="no",
140790  description="AEGEAN NUMBER FOUR",
140791  direction="l",
140792  linebreak="al",
140793  unicodeslot=0x1010A,
140794 },
140795 [0x1010B]={
140796  category="no",
140797  description="AEGEAN NUMBER FIVE",
140798  direction="l",
140799  linebreak="al",
140800  unicodeslot=0x1010B,
140801 },
140802 [0x1010C]={
140803  category="no",
140804  description="AEGEAN NUMBER SIX",
140805  direction="l",
140806  linebreak="al",
140807  unicodeslot=0x1010C,
140808 },
140809 [0x1010D]={
140810  category="no",
140811  description="AEGEAN NUMBER SEVEN",
140812  direction="l",
140813  linebreak="al",
140814  unicodeslot=0x1010D,
140815 },
140816 [0x1010E]={
140817  category="no",
140818  description="AEGEAN NUMBER EIGHT",
140819  direction="l",
140820  linebreak="al",
140821  unicodeslot=0x1010E,
140822 },
140823 [0x1010F]={
140824  category="no",
140825  description="AEGEAN NUMBER NINE",
140826  direction="l",
140827  linebreak="al",
140828  unicodeslot=0x1010F,
140829 },
140830 [0x10110]={
140831  category="no",
140832  description="AEGEAN NUMBER TEN",
140833  direction="l",
140834  linebreak="al",
140835  unicodeslot=0x10110,
140836 },
140837 [0x10111]={
140838  category="no",
140839  description="AEGEAN NUMBER TWENTY",
140840  direction="l",
140841  linebreak="al",
140842  unicodeslot=0x10111,
140843 },
140844 [0x10112]={
140845  category="no",
140846  description="AEGEAN NUMBER THIRTY",
140847  direction="l",
140848  linebreak="al",
140849  unicodeslot=0x10112,
140850 },
140851 [0x10113]={
140852  category="no",
140853  description="AEGEAN NUMBER FORTY",
140854  direction="l",
140855  linebreak="al",
140856  unicodeslot=0x10113,
140857 },
140858 [0x10114]={
140859  category="no",
140860  description="AEGEAN NUMBER FIFTY",
140861  direction="l",
140862  linebreak="al",
140863  unicodeslot=0x10114,
140864 },
140865 [0x10115]={
140866  category="no",
140867  description="AEGEAN NUMBER SIXTY",
140868  direction="l",
140869  linebreak="al",
140870  unicodeslot=0x10115,
140871 },
140872 [0x10116]={
140873  category="no",
140874  description="AEGEAN NUMBER SEVENTY",
140875  direction="l",
140876  linebreak="al",
140877  unicodeslot=0x10116,
140878 },
140879 [0x10117]={
140880  category="no",
140881  description="AEGEAN NUMBER EIGHTY",
140882  direction="l",
140883  linebreak="al",
140884  unicodeslot=0x10117,
140885 },
140886 [0x10118]={
140887  category="no",
140888  description="AEGEAN NUMBER NINETY",
140889  direction="l",
140890  linebreak="al",
140891  unicodeslot=0x10118,
140892 },
140893 [0x10119]={
140894  category="no",
140895  description="AEGEAN NUMBER ONE HUNDRED",
140896  direction="l",
140897  linebreak="al",
140898  unicodeslot=0x10119,
140899 },
140900 [0x1011A]={
140901  category="no",
140902  description="AEGEAN NUMBER TWO HUNDRED",
140903  direction="l",
140904  linebreak="al",
140905  unicodeslot=0x1011A,
140906 },
140907 [0x1011B]={
140908  category="no",
140909  description="AEGEAN NUMBER THREE HUNDRED",
140910  direction="l",
140911  linebreak="al",
140912  unicodeslot=0x1011B,
140913 },
140914 [0x1011C]={
140915  category="no",
140916  description="AEGEAN NUMBER FOUR HUNDRED",
140917  direction="l",
140918  linebreak="al",
140919  unicodeslot=0x1011C,
140920 },
140921 [0x1011D]={
140922  category="no",
140923  description="AEGEAN NUMBER FIVE HUNDRED",
140924  direction="l",
140925  linebreak="al",
140926  unicodeslot=0x1011D,
140927 },
140928 [0x1011E]={
140929  category="no",
140930  description="AEGEAN NUMBER SIX HUNDRED",
140931  direction="l",
140932  linebreak="al",
140933  unicodeslot=0x1011E,
140934 },
140935 [0x1011F]={
140936  category="no",
140937  description="AEGEAN NUMBER SEVEN HUNDRED",
140938  direction="l",
140939  linebreak="al",
140940  unicodeslot=0x1011F,
140941 },
140942 [0x10120]={
140943  category="no",
140944  description="AEGEAN NUMBER EIGHT HUNDRED",
140945  direction="l",
140946  linebreak="al",
140947  unicodeslot=0x10120,
140948 },
140949 [0x10121]={
140950  category="no",
140951  description="AEGEAN NUMBER NINE HUNDRED",
140952  direction="l",
140953  linebreak="al",
140954  unicodeslot=0x10121,
140955 },
140956 [0x10122]={
140957  category="no",
140958  description="AEGEAN NUMBER ONE THOUSAND",
140959  direction="l",
140960  linebreak="al",
140961  unicodeslot=0x10122,
140962 },
140963 [0x10123]={
140964  category="no",
140965  description="AEGEAN NUMBER TWO THOUSAND",
140966  direction="l",
140967  linebreak="al",
140968  unicodeslot=0x10123,
140969 },
140970 [0x10124]={
140971  category="no",
140972  description="AEGEAN NUMBER THREE THOUSAND",
140973  direction="l",
140974  linebreak="al",
140975  unicodeslot=0x10124,
140976 },
140977 [0x10125]={
140978  category="no",
140979  description="AEGEAN NUMBER FOUR THOUSAND",
140980  direction="l",
140981  linebreak="al",
140982  unicodeslot=0x10125,
140983 },
140984 [0x10126]={
140985  category="no",
140986  description="AEGEAN NUMBER FIVE THOUSAND",
140987  direction="l",
140988  linebreak="al",
140989  unicodeslot=0x10126,
140990 },
140991 [0x10127]={
140992  category="no",
140993  description="AEGEAN NUMBER SIX THOUSAND",
140994  direction="l",
140995  linebreak="al",
140996  unicodeslot=0x10127,
140997 },
140998 [0x10128]={
140999  category="no",
141000  description="AEGEAN NUMBER SEVEN THOUSAND",
141001  direction="l",
141002  linebreak="al",
141003  unicodeslot=0x10128,
141004 },
141005 [0x10129]={
141006  category="no",
141007  description="AEGEAN NUMBER EIGHT THOUSAND",
141008  direction="l",
141009  linebreak="al",
141010  unicodeslot=0x10129,
141011 },
141012 [0x1012A]={
141013  category="no",
141014  description="AEGEAN NUMBER NINE THOUSAND",
141015  direction="l",
141016  linebreak="al",
141017  unicodeslot=0x1012A,
141018 },
141019 [0x1012B]={
141020  category="no",
141021  description="AEGEAN NUMBER TEN THOUSAND",
141022  direction="l",
141023  linebreak="al",
141024  unicodeslot=0x1012B,
141025 },
141026 [0x1012C]={
141027  category="no",
141028  description="AEGEAN NUMBER TWENTY THOUSAND",
141029  direction="l",
141030  linebreak="al",
141031  unicodeslot=0x1012C,
141032 },
141033 [0x1012D]={
141034  category="no",
141035  description="AEGEAN NUMBER THIRTY THOUSAND",
141036  direction="l",
141037  linebreak="al",
141038  unicodeslot=0x1012D,
141039 },
141040 [0x1012E]={
141041  category="no",
141042  description="AEGEAN NUMBER FORTY THOUSAND",
141043  direction="l",
141044  linebreak="al",
141045  unicodeslot=0x1012E,
141046 },
141047 [0x1012F]={
141048  category="no",
141049  description="AEGEAN NUMBER FIFTY THOUSAND",
141050  direction="l",
141051  linebreak="al",
141052  unicodeslot=0x1012F,
141053 },
141054 [0x10130]={
141055  category="no",
141056  description="AEGEAN NUMBER SIXTY THOUSAND",
141057  direction="l",
141058  linebreak="al",
141059  unicodeslot=0x10130,
141060 },
141061 [0x10131]={
141062  category="no",
141063  description="AEGEAN NUMBER SEVENTY THOUSAND",
141064  direction="l",
141065  linebreak="al",
141066  unicodeslot=0x10131,
141067 },
141068 [0x10132]={
141069  category="no",
141070  description="AEGEAN NUMBER EIGHTY THOUSAND",
141071  direction="l",
141072  linebreak="al",
141073  unicodeslot=0x10132,
141074 },
141075 [0x10133]={
141076  category="no",
141077  description="AEGEAN NUMBER NINETY THOUSAND",
141078  direction="l",
141079  linebreak="al",
141080  unicodeslot=0x10133,
141081 },
141082 [0x10137]={
141083  category="so",
141084  description="AEGEAN WEIGHT BASE UNIT",
141085  direction="l",
141086  linebreak="al",
141087  unicodeslot=0x10137,
141088 },
141089 [0x10138]={
141090  category="so",
141091  description="AEGEAN WEIGHT FIRST SUBUNIT",
141092  direction="l",
141093  linebreak="al",
141094  unicodeslot=0x10138,
141095 },
141096 [0x10139]={
141097  category="so",
141098  description="AEGEAN WEIGHT SECOND SUBUNIT",
141099  direction="l",
141100  linebreak="al",
141101  unicodeslot=0x10139,
141102 },
141103 [0x1013A]={
141104  category="so",
141105  description="AEGEAN WEIGHT THIRD SUBUNIT",
141106  direction="l",
141107  linebreak="al",
141108  unicodeslot=0x1013A,
141109 },
141110 [0x1013B]={
141111  category="so",
141112  description="AEGEAN WEIGHT FOURTH SUBUNIT",
141113  direction="l",
141114  linebreak="al",
141115  unicodeslot=0x1013B,
141116 },
141117 [0x1013C]={
141118  category="so",
141119  description="AEGEAN DRY MEASURE FIRST SUBUNIT",
141120  direction="l",
141121  linebreak="al",
141122  unicodeslot=0x1013C,
141123 },
141124 [0x1013D]={
141125  category="so",
141126  description="AEGEAN LIQUID MEASURE FIRST SUBUNIT",
141127  direction="l",
141128  linebreak="al",
141129  unicodeslot=0x1013D,
141130 },
141131 [0x1013E]={
141132  category="so",
141133  description="AEGEAN MEASURE SECOND SUBUNIT",
141134  direction="l",
141135  linebreak="al",
141136  unicodeslot=0x1013E,
141137 },
141138 [0x1013F]={
141139  category="so",
141140  description="AEGEAN MEASURE THIRD SUBUNIT",
141141  direction="l",
141142  linebreak="al",
141143  unicodeslot=0x1013F,
141144 },
141145 [0x10140]={
141146  category="nl",
141147  description="GREEK ACROPHONIC ATTIC ONE QUARTER",
141148  direction="on",
141149  linebreak="al",
141150  unicodeslot=0x10140,
141151 },
141152 [0x10141]={
141153  category="nl",
141154  description="GREEK ACROPHONIC ATTIC ONE HALF",
141155  direction="on",
141156  linebreak="al",
141157  unicodeslot=0x10141,
141158 },
141159 [0x10142]={
141160  category="nl",
141161  description="GREEK ACROPHONIC ATTIC ONE DRACHMA",
141162  direction="on",
141163  linebreak="al",
141164  unicodeslot=0x10142,
141165 },
141166 [0x10143]={
141167  category="nl",
141168  description="GREEK ACROPHONIC ATTIC FIVE",
141169  direction="on",
141170  linebreak="al",
141171  unicodeslot=0x10143,
141172 },
141173 [0x10144]={
141174  category="nl",
141175  description="GREEK ACROPHONIC ATTIC FIFTY",
141176  direction="on",
141177  linebreak="al",
141178  unicodeslot=0x10144,
141179 },
141180 [0x10145]={
141181  category="nl",
141182  description="GREEK ACROPHONIC ATTIC FIVE HUNDRED",
141183  direction="on",
141184  linebreak="al",
141185  unicodeslot=0x10145,
141186 },
141187 [0x10146]={
141188  category="nl",
141189  description="GREEK ACROPHONIC ATTIC FIVE THOUSAND",
141190  direction="on",
141191  linebreak="al",
141192  unicodeslot=0x10146,
141193 },
141194 [0x10147]={
141195  category="nl",
141196  description="GREEK ACROPHONIC ATTIC FIFTY THOUSAND",
141197  direction="on",
141198  linebreak="al",
141199  unicodeslot=0x10147,
141200 },
141201 [0x10148]={
141202  category="nl",
141203  description="GREEK ACROPHONIC ATTIC FIVE TALENTS",
141204  direction="on",
141205  linebreak="al",
141206  unicodeslot=0x10148,
141207 },
141208 [0x10149]={
141209  category="nl",
141210  description="GREEK ACROPHONIC ATTIC TEN TALENTS",
141211  direction="on",
141212  linebreak="al",
141213  unicodeslot=0x10149,
141214 },
141215 [0x1014A]={
141216  category="nl",
141217  description="GREEK ACROPHONIC ATTIC FIFTY TALENTS",
141218  direction="on",
141219  linebreak="al",
141220  unicodeslot=0x1014A,
141221 },
141222 [0x1014B]={
141223  category="nl",
141224  description="GREEK ACROPHONIC ATTIC ONE HUNDRED TALENTS",
141225  direction="on",
141226  linebreak="al",
141227  unicodeslot=0x1014B,
141228 },
141229 [0x1014C]={
141230  category="nl",
141231  description="GREEK ACROPHONIC ATTIC FIVE HUNDRED TALENTS",
141232  direction="on",
141233  linebreak="al",
141234  unicodeslot=0x1014C,
141235 },
141236 [0x1014D]={
141237  category="nl",
141238  description="GREEK ACROPHONIC ATTIC ONE THOUSAND TALENTS",
141239  direction="on",
141240  linebreak="al",
141241  unicodeslot=0x1014D,
141242 },
141243 [0x1014E]={
141244  category="nl",
141245  description="GREEK ACROPHONIC ATTIC FIVE THOUSAND TALENTS",
141246  direction="on",
141247  linebreak="al",
141248  unicodeslot=0x1014E,
141249 },
141250 [0x1014F]={
141251  category="nl",
141252  description="GREEK ACROPHONIC ATTIC FIVE STATERS",
141253  direction="on",
141254  linebreak="al",
141255  unicodeslot=0x1014F,
141256 },
141257 [0x10150]={
141258  category="nl",
141259  description="GREEK ACROPHONIC ATTIC TEN STATERS",
141260  direction="on",
141261  linebreak="al",
141262  unicodeslot=0x10150,
141263 },
141264 [0x10151]={
141265  category="nl",
141266  description="GREEK ACROPHONIC ATTIC FIFTY STATERS",
141267  direction="on",
141268  linebreak="al",
141269  unicodeslot=0x10151,
141270 },
141271 [0x10152]={
141272  category="nl",
141273  description="GREEK ACROPHONIC ATTIC ONE HUNDRED STATERS",
141274  direction="on",
141275  linebreak="al",
141276  unicodeslot=0x10152,
141277 },
141278 [0x10153]={
141279  category="nl",
141280  description="GREEK ACROPHONIC ATTIC FIVE HUNDRED STATERS",
141281  direction="on",
141282  linebreak="al",
141283  unicodeslot=0x10153,
141284 },
141285 [0x10154]={
141286  category="nl",
141287  description="GREEK ACROPHONIC ATTIC ONE THOUSAND STATERS",
141288  direction="on",
141289  linebreak="al",
141290  unicodeslot=0x10154,
141291 },
141292 [0x10155]={
141293  category="nl",
141294  description="GREEK ACROPHONIC ATTIC TEN THOUSAND STATERS",
141295  direction="on",
141296  linebreak="al",
141297  unicodeslot=0x10155,
141298 },
141299 [0x10156]={
141300  category="nl",
141301  description="GREEK ACROPHONIC ATTIC FIFTY THOUSAND STATERS",
141302  direction="on",
141303  linebreak="al",
141304  unicodeslot=0x10156,
141305 },
141306 [0x10157]={
141307  category="nl",
141308  description="GREEK ACROPHONIC ATTIC TEN MNAS",
141309  direction="on",
141310  linebreak="al",
141311  unicodeslot=0x10157,
141312 },
141313 [0x10158]={
141314  category="nl",
141315  description="GREEK ACROPHONIC HERAEUM ONE PLETHRON",
141316  direction="on",
141317  linebreak="al",
141318  unicodeslot=0x10158,
141319 },
141320 [0x10159]={
141321  category="nl",
141322  description="GREEK ACROPHONIC THESPIAN ONE",
141323  direction="on",
141324  linebreak="al",
141325  unicodeslot=0x10159,
141326 },
141327 [0x1015A]={
141328  category="nl",
141329  description="GREEK ACROPHONIC HERMIONIAN ONE",
141330  direction="on",
141331  linebreak="al",
141332  unicodeslot=0x1015A,
141333 },
141334 [0x1015B]={
141335  category="nl",
141336  description="GREEK ACROPHONIC EPIDAUREAN TWO",
141337  direction="on",
141338  linebreak="al",
141339  unicodeslot=0x1015B,
141340 },
141341 [0x1015C]={
141342  category="nl",
141343  description="GREEK ACROPHONIC THESPIAN TWO",
141344  direction="on",
141345  linebreak="al",
141346  unicodeslot=0x1015C,
141347 },
141348 [0x1015D]={
141349  category="nl",
141350  description="GREEK ACROPHONIC CYRENAIC TWO DRACHMAS",
141351  direction="on",
141352  linebreak="al",
141353  unicodeslot=0x1015D,
141354 },
141355 [0x1015E]={
141356  category="nl",
141357  description="GREEK ACROPHONIC EPIDAUREAN TWO DRACHMAS",
141358  direction="on",
141359  linebreak="al",
141360  unicodeslot=0x1015E,
141361 },
141362 [0x1015F]={
141363  category="nl",
141364  description="GREEK ACROPHONIC TROEZENIAN FIVE",
141365  direction="on",
141366  linebreak="al",
141367  unicodeslot=0x1015F,
141368 },
141369 [0x10160]={
141370  category="nl",
141371  description="GREEK ACROPHONIC TROEZENIAN TEN",
141372  direction="on",
141373  linebreak="al",
141374  unicodeslot=0x10160,
141375 },
141376 [0x10161]={
141377  category="nl",
141378  description="GREEK ACROPHONIC TROEZENIAN TEN ALTERNATE FORM",
141379  direction="on",
141380  linebreak="al",
141381  unicodeslot=0x10161,
141382 },
141383 [0x10162]={
141384  category="nl",
141385  description="GREEK ACROPHONIC HERMIONIAN TEN",
141386  direction="on",
141387  linebreak="al",
141388  unicodeslot=0x10162,
141389 },
141390 [0x10163]={
141391  category="nl",
141392  description="GREEK ACROPHONIC MESSENIAN TEN",
141393  direction="on",
141394  linebreak="al",
141395  unicodeslot=0x10163,
141396 },
141397 [0x10164]={
141398  category="nl",
141399  description="GREEK ACROPHONIC THESPIAN TEN",
141400  direction="on",
141401  linebreak="al",
141402  unicodeslot=0x10164,
141403 },
141404 [0x10165]={
141405  category="nl",
141406  description="GREEK ACROPHONIC THESPIAN THIRTY",
141407  direction="on",
141408  linebreak="al",
141409  unicodeslot=0x10165,
141410 },
141411 [0x10166]={
141412  category="nl",
141413  description="GREEK ACROPHONIC TROEZENIAN FIFTY",
141414  direction="on",
141415  linebreak="al",
141416  unicodeslot=0x10166,
141417 },
141418 [0x10167]={
141419  category="nl",
141420  description="GREEK ACROPHONIC TROEZENIAN FIFTY ALTERNATE FORM",
141421  direction="on",
141422  linebreak="al",
141423  unicodeslot=0x10167,
141424 },
141425 [0x10168]={
141426  category="nl",
141427  description="GREEK ACROPHONIC HERMIONIAN FIFTY",
141428  direction="on",
141429  linebreak="al",
141430  unicodeslot=0x10168,
141431 },
141432 [0x10169]={
141433  category="nl",
141434  description="GREEK ACROPHONIC THESPIAN FIFTY",
141435  direction="on",
141436  linebreak="al",
141437  unicodeslot=0x10169,
141438 },
141439 [0x1016A]={
141440  category="nl",
141441  description="GREEK ACROPHONIC THESPIAN ONE HUNDRED",
141442  direction="on",
141443  linebreak="al",
141444  unicodeslot=0x1016A,
141445 },
141446 [0x1016B]={
141447  category="nl",
141448  description="GREEK ACROPHONIC THESPIAN THREE HUNDRED",
141449  direction="on",
141450  linebreak="al",
141451  unicodeslot=0x1016B,
141452 },
141453 [0x1016C]={
141454  category="nl",
141455  description="GREEK ACROPHONIC EPIDAUREAN FIVE HUNDRED",
141456  direction="on",
141457  linebreak="al",
141458  unicodeslot=0x1016C,
141459 },
141460 [0x1016D]={
141461  category="nl",
141462  description="GREEK ACROPHONIC TROEZENIAN FIVE HUNDRED",
141463  direction="on",
141464  linebreak="al",
141465  unicodeslot=0x1016D,
141466 },
141467 [0x1016E]={
141468  category="nl",
141469  description="GREEK ACROPHONIC THESPIAN FIVE HUNDRED",
141470  direction="on",
141471  linebreak="al",
141472  unicodeslot=0x1016E,
141473 },
141474 [0x1016F]={
141475  category="nl",
141476  description="GREEK ACROPHONIC CARYSTIAN FIVE HUNDRED",
141477  direction="on",
141478  linebreak="al",
141479  unicodeslot=0x1016F,
141480 },
141481 [0x10170]={
141482  category="nl",
141483  description="GREEK ACROPHONIC NAXIAN FIVE HUNDRED",
141484  direction="on",
141485  linebreak="al",
141486  unicodeslot=0x10170,
141487 },
141488 [0x10171]={
141489  category="nl",
141490  description="GREEK ACROPHONIC THESPIAN ONE THOUSAND",
141491  direction="on",
141492  linebreak="al",
141493  unicodeslot=0x10171,
141494 },
141495 [0x10172]={
141496  category="nl",
141497  description="GREEK ACROPHONIC THESPIAN FIVE THOUSAND",
141498  direction="on",
141499  linebreak="al",
141500  unicodeslot=0x10172,
141501 },
141502 [0x10173]={
141503  category="nl",
141504  description="GREEK ACROPHONIC DELPHIC FIVE MNAS",
141505  direction="on",
141506  linebreak="al",
141507  unicodeslot=0x10173,
141508 },
141509 [0x10174]={
141510  category="nl",
141511  description="GREEK ACROPHONIC STRATIAN FIFTY MNAS",
141512  direction="on",
141513  linebreak="al",
141514  unicodeslot=0x10174,
141515 },
141516 [0x10175]={
141517  category="no",
141518  description="GREEK ONE HALF SIGN",
141519  direction="on",
141520  linebreak="al",
141521  unicodeslot=0x10175,
141522 },
141523 [0x10176]={
141524  category="no",
141525  description="GREEK ONE HALF SIGN ALTERNATE FORM",
141526  direction="on",
141527  linebreak="al",
141528  unicodeslot=0x10176,
141529 },
141530 [0x10177]={
141531  category="no",
141532  description="GREEK TWO THIRDS SIGN",
141533  direction="on",
141534  linebreak="al",
141535  unicodeslot=0x10177,
141536 },
141537 [0x10178]={
141538  category="no",
141539  description="GREEK THREE QUARTERS SIGN",
141540  direction="on",
141541  linebreak="al",
141542  unicodeslot=0x10178,
141543 },
141544 [0x10179]={
141545  category="so",
141546  description="GREEK YEAR SIGN",
141547  direction="on",
141548  linebreak="al",
141549  unicodeslot=0x10179,
141550 },
141551 [0x1017A]={
141552  category="so",
141553  description="GREEK TALENT SIGN",
141554  direction="on",
141555  linebreak="al",
141556  unicodeslot=0x1017A,
141557 },
141558 [0x1017B]={
141559  category="so",
141560  description="GREEK DRACHMA SIGN",
141561  direction="on",
141562  linebreak="al",
141563  unicodeslot=0x1017B,
141564 },
141565 [0x1017C]={
141566  category="so",
141567  description="GREEK OBOL SIGN",
141568  direction="on",
141569  linebreak="al",
141570  unicodeslot=0x1017C,
141571 },
141572 [0x1017D]={
141573  category="so",
141574  description="GREEK TWO OBOLS SIGN",
141575  direction="on",
141576  linebreak="al",
141577  unicodeslot=0x1017D,
141578 },
141579 [0x1017E]={
141580  category="so",
141581  description="GREEK THREE OBOLS SIGN",
141582  direction="on",
141583  linebreak="al",
141584  unicodeslot=0x1017E,
141585 },
141586 [0x1017F]={
141587  category="so",
141588  description="GREEK FOUR OBOLS SIGN",
141589  direction="on",
141590  linebreak="al",
141591  unicodeslot=0x1017F,
141592 },
141593 [0x10180]={
141594  category="so",
141595  description="GREEK FIVE OBOLS SIGN",
141596  direction="on",
141597  linebreak="al",
141598  unicodeslot=0x10180,
141599 },
141600 [0x10181]={
141601  category="so",
141602  description="GREEK METRETES SIGN",
141603  direction="on",
141604  linebreak="al",
141605  unicodeslot=0x10181,
141606 },
141607 [0x10182]={
141608  category="so",
141609  description="GREEK KYATHOS BASE SIGN",
141610  direction="on",
141611  linebreak="al",
141612  unicodeslot=0x10182,
141613 },
141614 [0x10183]={
141615  category="so",
141616  description="GREEK LITRA SIGN",
141617  direction="on",
141618  linebreak="al",
141619  unicodeslot=0x10183,
141620 },
141621 [0x10184]={
141622  category="so",
141623  description="GREEK OUNKIA SIGN",
141624  direction="on",
141625  linebreak="al",
141626  unicodeslot=0x10184,
141627 },
141628 [0x10185]={
141629  category="so",
141630  description="GREEK XESTES SIGN",
141631  direction="on",
141632  linebreak="al",
141633  unicodeslot=0x10185,
141634 },
141635 [0x10186]={
141636  category="so",
141637  description="GREEK ARTABE SIGN",
141638  direction="on",
141639  linebreak="al",
141640  unicodeslot=0x10186,
141641 },
141642 [0x10187]={
141643  category="so",
141644  description="GREEK AROURA SIGN",
141645  direction="on",
141646  linebreak="al",
141647  unicodeslot=0x10187,
141648 },
141649 [0x10188]={
141650  category="so",
141651  description="GREEK GRAMMA SIGN",
141652  direction="on",
141653  linebreak="al",
141654  unicodeslot=0x10188,
141655 },
141656 [0x10189]={
141657  category="so",
141658  description="GREEK TRYBLION BASE SIGN",
141659  direction="on",
141660  linebreak="al",
141661  unicodeslot=0x10189,
141662 },
141663 [0x1018A]={
141664  category="no",
141665  description="GREEK ZERO SIGN",
141666  direction="on",
141667  linebreak="al",
141668  unicodeslot=0x1018A,
141669 },
141670 [0x1018B]={
141671  category="no",
141672  description="GREEK ONE QUARTER SIGN",
141673  direction="on",
141674  linebreak="al",
141675  unicodeslot=0x1018B,
141676 },
141677 [0x1018C]={
141678  category="so",
141679  description="GREEK SINUSOID SIGN",
141680  direction="on",
141681  linebreak="al",
141682  unicodeslot=0x1018C,
141683 },
141684 [0x1018D]={
141685  category="so",
141686  description="GREEK INDICTION SIGN",
141687  direction="l",
141688  linebreak="al",
141689  unicodeslot=0x1018D,
141690 },
141691 [0x1018E]={
141692  category="so",
141693  description="NOMISMA SIGN",
141694  direction="l",
141695  linebreak="al",
141696  unicodeslot=0x1018E,
141697 },
141698 [0x10190]={
141699  category="so",
141700  description="ROMAN SEXTANS SIGN",
141701  direction="on",
141702  linebreak="al",
141703  unicodeslot=0x10190,
141704 },
141705 [0x10191]={
141706  category="so",
141707  description="ROMAN UNCIA SIGN",
141708  direction="on",
141709  linebreak="al",
141710  unicodeslot=0x10191,
141711 },
141712 [0x10192]={
141713  category="so",
141714  description="ROMAN SEMUNCIA SIGN",
141715  direction="on",
141716  linebreak="al",
141717  unicodeslot=0x10192,
141718 },
141719 [0x10193]={
141720  category="so",
141721  description="ROMAN SEXTULA SIGN",
141722  direction="on",
141723  linebreak="al",
141724  unicodeslot=0x10193,
141725 },
141726 [0x10194]={
141727  category="so",
141728  description="ROMAN DIMIDIA SEXTULA SIGN",
141729  direction="on",
141730  linebreak="al",
141731  unicodeslot=0x10194,
141732 },
141733 [0x10195]={
141734  category="so",
141735  description="ROMAN SILIQUA SIGN",
141736  direction="on",
141737  linebreak="al",
141738  unicodeslot=0x10195,
141739 },
141740 [0x10196]={
141741  category="so",
141742  description="ROMAN DENARIUS SIGN",
141743  direction="on",
141744  linebreak="al",
141745  unicodeslot=0x10196,
141746 },
141747 [0x10197]={
141748  category="so",
141749  description="ROMAN QUINARIUS SIGN",
141750  direction="on",
141751  linebreak="al",
141752  unicodeslot=0x10197,
141753 },
141754 [0x10198]={
141755  category="so",
141756  description="ROMAN SESTERTIUS SIGN",
141757  direction="on",
141758  linebreak="al",
141759  unicodeslot=0x10198,
141760 },
141761 [0x10199]={
141762  category="so",
141763  description="ROMAN DUPONDIUS SIGN",
141764  direction="on",
141765  linebreak="al",
141766  unicodeslot=0x10199,
141767 },
141768 [0x1019A]={
141769  category="so",
141770  description="ROMAN AS SIGN",
141771  direction="on",
141772  linebreak="al",
141773  unicodeslot=0x1019A,
141774 },
141775 [0x1019B]={
141776  category="so",
141777  description="ROMAN CENTURIAL SIGN",
141778  direction="on",
141779  linebreak="al",
141780  unicodeslot=0x1019B,
141781 },
141782 [0x1019C]={
141783  category="so",
141784  description="ASCIA SYMBOL",
141785  direction="on",
141786  linebreak="al",
141787  unicodeslot=0x1019C,
141788 },
141789 [0x101A0]={
141790  category="so",
141791  description="GREEK SYMBOL TAU RHO",
141792  direction="on",
141793  linebreak="al",
141794  unicodeslot=0x101A0,
141795 },
141796 [0x101D0]={
141797  category="so",
141798  description="PHAISTOS DISC SIGN PEDESTRIAN",
141799  direction="l",
141800  linebreak="al",
141801  unicodeslot=0x101D0,
141802 },
141803 [0x101D1]={
141804  category="so",
141805  description="PHAISTOS DISC SIGN PLUMED HEAD",
141806  direction="l",
141807  linebreak="al",
141808  unicodeslot=0x101D1,
141809 },
141810 [0x101D2]={
141811  category="so",
141812  description="PHAISTOS DISC SIGN TATTOOED HEAD",
141813  direction="l",
141814  linebreak="al",
141815  unicodeslot=0x101D2,
141816 },
141817 [0x101D3]={
141818  category="so",
141819  description="PHAISTOS DISC SIGN CAPTIVE",
141820  direction="l",
141821  linebreak="al",
141822  unicodeslot=0x101D3,
141823 },
141824 [0x101D4]={
141825  category="so",
141826  description="PHAISTOS DISC SIGN CHILD",
141827  direction="l",
141828  linebreak="al",
141829  unicodeslot=0x101D4,
141830 },
141831 [0x101D5]={
141832  category="so",
141833  description="PHAISTOS DISC SIGN WOMAN",
141834  direction="l",
141835  linebreak="al",
141836  unicodeslot=0x101D5,
141837 },
141838 [0x101D6]={
141839  category="so",
141840  description="PHAISTOS DISC SIGN HELMET",
141841  direction="l",
141842  linebreak="al",
141843  unicodeslot=0x101D6,
141844 },
141845 [0x101D7]={
141846  category="so",
141847  description="PHAISTOS DISC SIGN GAUNTLET",
141848  direction="l",
141849  linebreak="al",
141850  unicodeslot=0x101D7,
141851 },
141852 [0x101D8]={
141853  category="so",
141854  description="PHAISTOS DISC SIGN TIARA",
141855  direction="l",
141856  linebreak="al",
141857  unicodeslot=0x101D8,
141858 },
141859 [0x101D9]={
141860  category="so",
141861  description="PHAISTOS DISC SIGN ARROW",
141862  direction="l",
141863  linebreak="al",
141864  unicodeslot=0x101D9,
141865 },
141866 [0x101DA]={
141867  category="so",
141868  description="PHAISTOS DISC SIGN BOW",
141869  direction="l",
141870  linebreak="al",
141871  unicodeslot=0x101DA,
141872 },
141873 [0x101DB]={
141874  category="so",
141875  description="PHAISTOS DISC SIGN SHIELD",
141876  direction="l",
141877  linebreak="al",
141878  unicodeslot=0x101DB,
141879 },
141880 [0x101DC]={
141881  category="so",
141882  description="PHAISTOS DISC SIGN CLUB",
141883  direction="l",
141884  linebreak="al",
141885  unicodeslot=0x101DC,
141886 },
141887 [0x101DD]={
141888  category="so",
141889  description="PHAISTOS DISC SIGN MANACLES",
141890  direction="l",
141891  linebreak="al",
141892  unicodeslot=0x101DD,
141893 },
141894 [0x101DE]={
141895  category="so",
141896  description="PHAISTOS DISC SIGN MATTOCK",
141897  direction="l",
141898  linebreak="al",
141899  unicodeslot=0x101DE,
141900 },
141901 [0x101DF]={
141902  category="so",
141903  description="PHAISTOS DISC SIGN SAW",
141904  direction="l",
141905  linebreak="al",
141906  unicodeslot=0x101DF,
141907 },
141908 [0x101E0]={
141909  category="so",
141910  description="PHAISTOS DISC SIGN LID",
141911  direction="l",
141912  linebreak="al",
141913  unicodeslot=0x101E0,
141914 },
141915 [0x101E1]={
141916  category="so",
141917  description="PHAISTOS DISC SIGN BOOMERANG",
141918  direction="l",
141919  linebreak="al",
141920  unicodeslot=0x101E1,
141921 },
141922 [0x101E2]={
141923  category="so",
141924  description="PHAISTOS DISC SIGN CARPENTRY PLANE",
141925  direction="l",
141926  linebreak="al",
141927  unicodeslot=0x101E2,
141928 },
141929 [0x101E3]={
141930  category="so",
141931  description="PHAISTOS DISC SIGN DOLIUM",
141932  direction="l",
141933  linebreak="al",
141934  unicodeslot=0x101E3,
141935 },
141936 [0x101E4]={
141937  category="so",
141938  description="PHAISTOS DISC SIGN COMB",
141939  direction="l",
141940  linebreak="al",
141941  unicodeslot=0x101E4,
141942 },
141943 [0x101E5]={
141944  category="so",
141945  description="PHAISTOS DISC SIGN SLING",
141946  direction="l",
141947  linebreak="al",
141948  unicodeslot=0x101E5,
141949 },
141950 [0x101E6]={
141951  category="so",
141952  description="PHAISTOS DISC SIGN COLUMN",
141953  direction="l",
141954  linebreak="al",
141955  unicodeslot=0x101E6,
141956 },
141957 [0x101E7]={
141958  category="so",
141959  description="PHAISTOS DISC SIGN BEEHIVE",
141960  direction="l",
141961  linebreak="al",
141962  unicodeslot=0x101E7,
141963 },
141964 [0x101E8]={
141965  category="so",
141966  description="PHAISTOS DISC SIGN SHIP",
141967  direction="l",
141968  linebreak="al",
141969  unicodeslot=0x101E8,
141970 },
141971 [0x101E9]={
141972  category="so",
141973  description="PHAISTOS DISC SIGN HORN",
141974  direction="l",
141975  linebreak="al",
141976  unicodeslot=0x101E9,
141977 },
141978 [0x101EA]={
141979  category="so",
141980  description="PHAISTOS DISC SIGN HIDE",
141981  direction="l",
141982  linebreak="al",
141983  unicodeslot=0x101EA,
141984 },
141985 [0x101EB]={
141986  category="so",
141987  description="PHAISTOS DISC SIGN BULLS LEG",
141988  direction="l",
141989  linebreak="al",
141990  unicodeslot=0x101EB,
141991 },
141992 [0x101EC]={
141993  category="so",
141994  description="PHAISTOS DISC SIGN CAT",
141995  direction="l",
141996  linebreak="al",
141997  unicodeslot=0x101EC,
141998 },
141999 [0x101ED]={
142000  category="so",
142001  description="PHAISTOS DISC SIGN RAM",
142002  direction="l",
142003  linebreak="al",
142004  unicodeslot=0x101ED,
142005 },
142006 [0x101EE]={
142007  category="so",
142008  description="PHAISTOS DISC SIGN EAGLE",
142009  direction="l",
142010  linebreak="al",
142011  unicodeslot=0x101EE,
142012 },
142013 [0x101EF]={
142014  category="so",
142015  description="PHAISTOS DISC SIGN DOVE",
142016  direction="l",
142017  linebreak="al",
142018  unicodeslot=0x101EF,
142019 },
142020 [0x101F0]={
142021  category="so",
142022  description="PHAISTOS DISC SIGN TUNNY",
142023  direction="l",
142024  linebreak="al",
142025  unicodeslot=0x101F0,
142026 },
142027 [0x101F1]={
142028  category="so",
142029  description="PHAISTOS DISC SIGN BEE",
142030  direction="l",
142031  linebreak="al",
142032  unicodeslot=0x101F1,
142033 },
142034 [0x101F2]={
142035  category="so",
142036  description="PHAISTOS DISC SIGN PLANE TREE",
142037  direction="l",
142038  linebreak="al",
142039  unicodeslot=0x101F2,
142040 },
142041 [0x101F3]={
142042  category="so",
142043  description="PHAISTOS DISC SIGN VINE",
142044  direction="l",
142045  linebreak="al",
142046  unicodeslot=0x101F3,
142047 },
142048 [0x101F4]={
142049  category="so",
142050  description="PHAISTOS DISC SIGN PAPYRUS",
142051  direction="l",
142052  linebreak="al",
142053  unicodeslot=0x101F4,
142054 },
142055 [0x101F5]={
142056  category="so",
142057  description="PHAISTOS DISC SIGN ROSETTE",
142058  direction="l",
142059  linebreak="al",
142060  unicodeslot=0x101F5,
142061 },
142062 [0x101F6]={
142063  category="so",
142064  description="PHAISTOS DISC SIGN LILY",
142065  direction="l",
142066  linebreak="al",
142067  unicodeslot=0x101F6,
142068 },
142069 [0x101F7]={
142070  category="so",
142071  description="PHAISTOS DISC SIGN OX BACK",
142072  direction="l",
142073  linebreak="al",
142074  unicodeslot=0x101F7,
142075 },
142076 [0x101F8]={
142077  category="so",
142078  description="PHAISTOS DISC SIGN FLUTE",
142079  direction="l",
142080  linebreak="al",
142081  unicodeslot=0x101F8,
142082 },
142083 [0x101F9]={
142084  category="so",
142085  description="PHAISTOS DISC SIGN GRATER",
142086  direction="l",
142087  linebreak="al",
142088  unicodeslot=0x101F9,
142089 },
142090 [0x101FA]={
142091  category="so",
142092  description="PHAISTOS DISC SIGN STRAINER",
142093  direction="l",
142094  linebreak="al",
142095  unicodeslot=0x101FA,
142096 },
142097 [0x101FB]={
142098  category="so",
142099  description="PHAISTOS DISC SIGN SMALL AXE",
142100  direction="l",
142101  linebreak="al",
142102  unicodeslot=0x101FB,
142103 },
142104 [0x101FC]={
142105  category="so",
142106  description="PHAISTOS DISC SIGN WAVY BAND",
142107  direction="l",
142108  linebreak="al",
142109  unicodeslot=0x101FC,
142110 },
142111 [0x101FD]={
142112  category="mn",
142113  combining=0xDC,
142114  description="PHAISTOS DISC SIGN COMBINING OBLIQUE STROKE",
142115  direction="nsm",
142116  linebreak="cm",
142117  unicodeslot=0x101FD,
142118 },
142119 [0x10280]={
142120  category="lo",
142121  description="LYCIAN LETTER A",
142122  direction="l",
142123  linebreak="al",
142124  unicodeslot=0x10280,
142125 },
142126 [0x10281]={
142127  category="lo",
142128  description="LYCIAN LETTER E",
142129  direction="l",
142130  linebreak="al",
142131  unicodeslot=0x10281,
142132 },
142133 [0x10282]={
142134  category="lo",
142135  description="LYCIAN LETTER B",
142136  direction="l",
142137  linebreak="al",
142138  unicodeslot=0x10282,
142139 },
142140 [0x10283]={
142141  category="lo",
142142  description="LYCIAN LETTER BH",
142143  direction="l",
142144  linebreak="al",
142145  unicodeslot=0x10283,
142146 },
142147 [0x10284]={
142148  category="lo",
142149  description="LYCIAN LETTER G",
142150  direction="l",
142151  linebreak="al",
142152  unicodeslot=0x10284,
142153 },
142154 [0x10285]={
142155  category="lo",
142156  description="LYCIAN LETTER D",
142157  direction="l",
142158  linebreak="al",
142159  unicodeslot=0x10285,
142160 },
142161 [0x10286]={
142162  category="lo",
142163  description="LYCIAN LETTER I",
142164  direction="l",
142165  linebreak="al",
142166  unicodeslot=0x10286,
142167 },
142168 [0x10287]={
142169  category="lo",
142170  description="LYCIAN LETTER W",
142171  direction="l",
142172  linebreak="al",
142173  unicodeslot=0x10287,
142174 },
142175 [0x10288]={
142176  category="lo",
142177  description="LYCIAN LETTER Z",
142178  direction="l",
142179  linebreak="al",
142180  unicodeslot=0x10288,
142181 },
142182 [0x10289]={
142183  category="lo",
142184  description="LYCIAN LETTER TH",
142185  direction="l",
142186  linebreak="al",
142187  unicodeslot=0x10289,
142188 },
142189 [0x1028A]={
142190  category="lo",
142191  description="LYCIAN LETTER J",
142192  direction="l",
142193  linebreak="al",
142194  unicodeslot=0x1028A,
142195 },
142196 [0x1028B]={
142197  category="lo",
142198  description="LYCIAN LETTER K",
142199  direction="l",
142200  linebreak="al",
142201  unicodeslot=0x1028B,
142202 },
142203 [0x1028C]={
142204  category="lo",
142205  description="LYCIAN LETTER Q",
142206  direction="l",
142207  linebreak="al",
142208  unicodeslot=0x1028C,
142209 },
142210 [0x1028D]={
142211  category="lo",
142212  description="LYCIAN LETTER L",
142213  direction="l",
142214  linebreak="al",
142215  unicodeslot=0x1028D,
142216 },
142217 [0x1028E]={
142218  category="lo",
142219  description="LYCIAN LETTER M",
142220  direction="l",
142221  linebreak="al",
142222  unicodeslot=0x1028E,
142223 },
142224 [0x1028F]={
142225  category="lo",
142226  description="LYCIAN LETTER N",
142227  direction="l",
142228  linebreak="al",
142229  unicodeslot=0x1028F,
142230 },
142231 [0x10290]={
142232  category="lo",
142233  description="LYCIAN LETTER MM",
142234  direction="l",
142235  linebreak="al",
142236  unicodeslot=0x10290,
142237 },
142238 [0x10291]={
142239  category="lo",
142240  description="LYCIAN LETTER NN",
142241  direction="l",
142242  linebreak="al",
142243  unicodeslot=0x10291,
142244 },
142245 [0x10292]={
142246  category="lo",
142247  description="LYCIAN LETTER U",
142248  direction="l",
142249  linebreak="al",
142250  unicodeslot=0x10292,
142251 },
142252 [0x10293]={
142253  category="lo",
142254  description="LYCIAN LETTER P",
142255  direction="l",
142256  linebreak="al",
142257  unicodeslot=0x10293,
142258 },
142259 [0x10294]={
142260  category="lo",
142261  description="LYCIAN LETTER KK",
142262  direction="l",
142263  linebreak="al",
142264  unicodeslot=0x10294,
142265 },
142266 [0x10295]={
142267  category="lo",
142268  description="LYCIAN LETTER R",
142269  direction="l",
142270  linebreak="al",
142271  unicodeslot=0x10295,
142272 },
142273 [0x10296]={
142274  category="lo",
142275  description="LYCIAN LETTER S",
142276  direction="l",
142277  linebreak="al",
142278  unicodeslot=0x10296,
142279 },
142280 [0x10297]={
142281  category="lo",
142282  description="LYCIAN LETTER T",
142283  direction="l",
142284  linebreak="al",
142285  unicodeslot=0x10297,
142286 },
142287 [0x10298]={
142288  category="lo",
142289  description="LYCIAN LETTER TT",
142290  direction="l",
142291  linebreak="al",
142292  unicodeslot=0x10298,
142293 },
142294 [0x10299]={
142295  category="lo",
142296  description="LYCIAN LETTER AN",
142297  direction="l",
142298  linebreak="al",
142299  unicodeslot=0x10299,
142300 },
142301 [0x1029A]={
142302  category="lo",
142303  description="LYCIAN LETTER EN",
142304  direction="l",
142305  linebreak="al",
142306  unicodeslot=0x1029A,
142307 },
142308 [0x1029B]={
142309  category="lo",
142310  description="LYCIAN LETTER H",
142311  direction="l",
142312  linebreak="al",
142313  unicodeslot=0x1029B,
142314 },
142315 [0x1029C]={
142316  category="lo",
142317  description="LYCIAN LETTER X",
142318  direction="l",
142319  linebreak="al",
142320  unicodeslot=0x1029C,
142321 },
142322 [0x102A0]={
142323  category="lo",
142324  description="CARIAN LETTER A",
142325  direction="l",
142326  linebreak="al",
142327  unicodeslot=0x102A0,
142328 },
142329 [0x102A1]={
142330  category="lo",
142331  description="CARIAN LETTER P2",
142332  direction="l",
142333  linebreak="al",
142334  unicodeslot=0x102A1,
142335 },
142336 [0x102A2]={
142337  category="lo",
142338  description="CARIAN LETTER D",
142339  direction="l",
142340  linebreak="al",
142341  unicodeslot=0x102A2,
142342 },
142343 [0x102A3]={
142344  category="lo",
142345  description="CARIAN LETTER L",
142346  direction="l",
142347  linebreak="al",
142348  unicodeslot=0x102A3,
142349 },
142350 [0x102A4]={
142351  category="lo",
142352  description="CARIAN LETTER UUU",
142353  direction="l",
142354  linebreak="al",
142355  unicodeslot=0x102A4,
142356 },
142357 [0x102A5]={
142358  category="lo",
142359  description="CARIAN LETTER R",
142360  direction="l",
142361  linebreak="al",
142362  unicodeslot=0x102A5,
142363 },
142364 [0x102A6]={
142365  category="lo",
142366  description="CARIAN LETTER LD",
142367  direction="l",
142368  linebreak="al",
142369  unicodeslot=0x102A6,
142370 },
142371 [0x102A7]={
142372  category="lo",
142373  description="CARIAN LETTER A2",
142374  direction="l",
142375  linebreak="al",
142376  unicodeslot=0x102A7,
142377 },
142378 [0x102A8]={
142379  category="lo",
142380  description="CARIAN LETTER Q",
142381  direction="l",
142382  linebreak="al",
142383  unicodeslot=0x102A8,
142384 },
142385 [0x102A9]={
142386  category="lo",
142387  description="CARIAN LETTER B",
142388  direction="l",
142389  linebreak="al",
142390  unicodeslot=0x102A9,
142391 },
142392 [0x102AA]={
142393  category="lo",
142394  description="CARIAN LETTER M",
142395  direction="l",
142396  linebreak="al",
142397  unicodeslot=0x102AA,
142398 },
142399 [0x102AB]={
142400  category="lo",
142401  description="CARIAN LETTER O",
142402  direction="l",
142403  linebreak="al",
142404  unicodeslot=0x102AB,
142405 },
142406 [0x102AC]={
142407  category="lo",
142408  description="CARIAN LETTER D2",
142409  direction="l",
142410  linebreak="al",
142411  unicodeslot=0x102AC,
142412 },
142413 [0x102AD]={
142414  category="lo",
142415  description="CARIAN LETTER T",
142416  direction="l",
142417  linebreak="al",
142418  unicodeslot=0x102AD,
142419 },
142420 [0x102AE]={
142421  category="lo",
142422  description="CARIAN LETTER SH",
142423  direction="l",
142424  linebreak="al",
142425  unicodeslot=0x102AE,
142426 },
142427 [0x102AF]={
142428  category="lo",
142429  description="CARIAN LETTER SH2",
142430  direction="l",
142431  linebreak="al",
142432  unicodeslot=0x102AF,
142433 },
142434 [0x102B0]={
142435  category="lo",
142436  description="CARIAN LETTER S",
142437  direction="l",
142438  linebreak="al",
142439  unicodeslot=0x102B0,
142440 },
142441 [0x102B1]={
142442  category="lo",
142443  description="CARIAN LETTER C-18",
142444  direction="l",
142445  linebreak="al",
142446  unicodeslot=0x102B1,
142447 },
142448 [0x102B2]={
142449  category="lo",
142450  description="CARIAN LETTER U",
142451  direction="l",
142452  linebreak="al",
142453  unicodeslot=0x102B2,
142454 },
142455 [0x102B3]={
142456  category="lo",
142457  description="CARIAN LETTER NN",
142458  direction="l",
142459  linebreak="al",
142460  unicodeslot=0x102B3,
142461 },
142462 [0x102B4]={
142463  category="lo",
142464  description="CARIAN LETTER X",
142465  direction="l",
142466  linebreak="al",
142467  unicodeslot=0x102B4,
142468 },
142469 [0x102B5]={
142470  category="lo",
142471  description="CARIAN LETTER N",
142472  direction="l",
142473  linebreak="al",
142474  unicodeslot=0x102B5,
142475 },
142476 [0x102B6]={
142477  category="lo",
142478  description="CARIAN LETTER TT2",
142479  direction="l",
142480  linebreak="al",
142481  unicodeslot=0x102B6,
142482 },
142483 [0x102B7]={
142484  category="lo",
142485  description="CARIAN LETTER P",
142486  direction="l",
142487  linebreak="al",
142488  unicodeslot=0x102B7,
142489 },
142490 [0x102B8]={
142491  category="lo",
142492  description="CARIAN LETTER SS",
142493  direction="l",
142494  linebreak="al",
142495  unicodeslot=0x102B8,
142496 },
142497 [0x102B9]={
142498  category="lo",
142499  description="CARIAN LETTER I",
142500  direction="l",
142501  linebreak="al",
142502  unicodeslot=0x102B9,
142503 },
142504 [0x102BA]={
142505  category="lo",
142506  description="CARIAN LETTER E",
142507  direction="l",
142508  linebreak="al",
142509  unicodeslot=0x102BA,
142510 },
142511 [0x102BB]={
142512  category="lo",
142513  description="CARIAN LETTER UUUU",
142514  direction="l",
142515  linebreak="al",
142516  unicodeslot=0x102BB,
142517 },
142518 [0x102BC]={
142519  category="lo",
142520  description="CARIAN LETTER K",
142521  direction="l",
142522  linebreak="al",
142523  unicodeslot=0x102BC,
142524 },
142525 [0x102BD]={
142526  category="lo",
142527  description="CARIAN LETTER K2",
142528  direction="l",
142529  linebreak="al",
142530  unicodeslot=0x102BD,
142531 },
142532 [0x102BE]={
142533  category="lo",
142534  description="CARIAN LETTER ND",
142535  direction="l",
142536  linebreak="al",
142537  unicodeslot=0x102BE,
142538 },
142539 [0x102BF]={
142540  category="lo",
142541  description="CARIAN LETTER UU",
142542  direction="l",
142543  linebreak="al",
142544  unicodeslot=0x102BF,
142545 },
142546 [0x102C0]={
142547  category="lo",
142548  description="CARIAN LETTER G",
142549  direction="l",
142550  linebreak="al",
142551  unicodeslot=0x102C0,
142552 },
142553 [0x102C1]={
142554  category="lo",
142555  description="CARIAN LETTER G2",
142556  direction="l",
142557  linebreak="al",
142558  unicodeslot=0x102C1,
142559 },
142560 [0x102C2]={
142561  category="lo",
142562  description="CARIAN LETTER ST",
142563  direction="l",
142564  linebreak="al",
142565  unicodeslot=0x102C2,
142566 },
142567 [0x102C3]={
142568  category="lo",
142569  description="CARIAN LETTER ST2",
142570  direction="l",
142571  linebreak="al",
142572  unicodeslot=0x102C3,
142573 },
142574 [0x102C4]={
142575  category="lo",
142576  description="CARIAN LETTER NG",
142577  direction="l",
142578  linebreak="al",
142579  unicodeslot=0x102C4,
142580 },
142581 [0x102C5]={
142582  category="lo",
142583  description="CARIAN LETTER II",
142584  direction="l",
142585  linebreak="al",
142586  unicodeslot=0x102C5,
142587 },
142588 [0x102C6]={
142589  category="lo",
142590  description="CARIAN LETTER C-39",
142591  direction="l",
142592  linebreak="al",
142593  unicodeslot=0x102C6,
142594 },
142595 [0x102C7]={
142596  category="lo",
142597  description="CARIAN LETTER TT",
142598  direction="l",
142599  linebreak="al",
142600  unicodeslot=0x102C7,
142601 },
142602 [0x102C8]={
142603  category="lo",
142604  description="CARIAN LETTER UUU2",
142605  direction="l",
142606  linebreak="al",
142607  unicodeslot=0x102C8,
142608 },
142609 [0x102C9]={
142610  category="lo",
142611  description="CARIAN LETTER RR",
142612  direction="l",
142613  linebreak="al",
142614  unicodeslot=0x102C9,
142615 },
142616 [0x102CA]={
142617  category="lo",
142618  description="CARIAN LETTER MB",
142619  direction="l",
142620  linebreak="al",
142621  unicodeslot=0x102CA,
142622 },
142623 [0x102CB]={
142624  category="lo",
142625  description="CARIAN LETTER MB2",
142626  direction="l",
142627  linebreak="al",
142628  unicodeslot=0x102CB,
142629 },
142630 [0x102CC]={
142631  category="lo",
142632  description="CARIAN LETTER MB3",
142633  direction="l",
142634  linebreak="al",
142635  unicodeslot=0x102CC,
142636 },
142637 [0x102CD]={
142638  category="lo",
142639  description="CARIAN LETTER MB4",
142640  direction="l",
142641  linebreak="al",
142642  unicodeslot=0x102CD,
142643 },
142644 [0x102CE]={
142645  category="lo",
142646  description="CARIAN LETTER LD2",
142647  direction="l",
142648  linebreak="al",
142649  unicodeslot=0x102CE,
142650 },
142651 [0x102CF]={
142652  category="lo",
142653  description="CARIAN LETTER E2",
142654  direction="l",
142655  linebreak="al",
142656  unicodeslot=0x102CF,
142657 },
142658 [0x102D0]={
142659  category="lo",
142660  description="CARIAN LETTER UUU3",
142661  direction="l",
142662  linebreak="al",
142663  unicodeslot=0x102D0,
142664 },
142665 [0x102E0]={
142666  category="mn",
142667  combining=0xDC,
142668  description="COPTIC EPACT THOUSANDS MARK",
142669  direction="nsm",
142670  linebreak="cm",
142671  unicodeslot=0x102E0,
142672 },
142673 [0x102E1]={
142674  category="no",
142675  description="COPTIC EPACT DIGIT ONE",
142676  direction="en",
142677  linebreak="al",
142678  unicodeslot=0x102E1,
142679 },
142680 [0x102E2]={
142681  category="no",
142682  description="COPTIC EPACT DIGIT TWO",
142683  direction="en",
142684  linebreak="al",
142685  unicodeslot=0x102E2,
142686 },
142687 [0x102E3]={
142688  category="no",
142689  description="COPTIC EPACT DIGIT THREE",
142690  direction="en",
142691  linebreak="al",
142692  unicodeslot=0x102E3,
142693 },
142694 [0x102E4]={
142695  category="no",
142696  description="COPTIC EPACT DIGIT FOUR",
142697  direction="en",
142698  linebreak="al",
142699  unicodeslot=0x102E4,
142700 },
142701 [0x102E5]={
142702  category="no",
142703  description="COPTIC EPACT DIGIT FIVE",
142704  direction="en",
142705  linebreak="al",
142706  unicodeslot=0x102E5,
142707 },
142708 [0x102E6]={
142709  category="no",
142710  description="COPTIC EPACT DIGIT SIX",
142711  direction="en",
142712  linebreak="al",
142713  unicodeslot=0x102E6,
142714 },
142715 [0x102E7]={
142716  category="no",
142717  description="COPTIC EPACT DIGIT SEVEN",
142718  direction="en",
142719  linebreak="al",
142720  unicodeslot=0x102E7,
142721 },
142722 [0x102E8]={
142723  category="no",
142724  description="COPTIC EPACT DIGIT EIGHT",
142725  direction="en",
142726  linebreak="al",
142727  unicodeslot=0x102E8,
142728 },
142729 [0x102E9]={
142730  category="no",
142731  description="COPTIC EPACT DIGIT NINE",
142732  direction="en",
142733  linebreak="al",
142734  unicodeslot=0x102E9,
142735 },
142736 [0x102EA]={
142737  category="no",
142738  description="COPTIC EPACT NUMBER TEN",
142739  direction="en",
142740  linebreak="al",
142741  unicodeslot=0x102EA,
142742 },
142743 [0x102EB]={
142744  category="no",
142745  description="COPTIC EPACT NUMBER TWENTY",
142746  direction="en",
142747  linebreak="al",
142748  unicodeslot=0x102EB,
142749 },
142750 [0x102EC]={
142751  category="no",
142752  description="COPTIC EPACT NUMBER THIRTY",
142753  direction="en",
142754  linebreak="al",
142755  unicodeslot=0x102EC,
142756 },
142757 [0x102ED]={
142758  category="no",
142759  description="COPTIC EPACT NUMBER FORTY",
142760  direction="en",
142761  linebreak="al",
142762  unicodeslot=0x102ED,
142763 },
142764 [0x102EE]={
142765  category="no",
142766  description="COPTIC EPACT NUMBER FIFTY",
142767  direction="en",
142768  linebreak="al",
142769  unicodeslot=0x102EE,
142770 },
142771 [0x102EF]={
142772  category="no",
142773  description="COPTIC EPACT NUMBER SIXTY",
142774  direction="en",
142775  linebreak="al",
142776  unicodeslot=0x102EF,
142777 },
142778 [0x102F0]={
142779  category="no",
142780  description="COPTIC EPACT NUMBER SEVENTY",
142781  direction="en",
142782  linebreak="al",
142783  unicodeslot=0x102F0,
142784 },
142785 [0x102F1]={
142786  category="no",
142787  description="COPTIC EPACT NUMBER EIGHTY",
142788  direction="en",
142789  linebreak="al",
142790  unicodeslot=0x102F1,
142791 },
142792 [0x102F2]={
142793  category="no",
142794  description="COPTIC EPACT NUMBER NINETY",
142795  direction="en",
142796  linebreak="al",
142797  unicodeslot=0x102F2,
142798 },
142799 [0x102F3]={
142800  category="no",
142801  description="COPTIC EPACT NUMBER ONE HUNDRED",
142802  direction="en",
142803  linebreak="al",
142804  unicodeslot=0x102F3,
142805 },
142806 [0x102F4]={
142807  category="no",
142808  description="COPTIC EPACT NUMBER TWO HUNDRED",
142809  direction="en",
142810  linebreak="al",
142811  unicodeslot=0x102F4,
142812 },
142813 [0x102F5]={
142814  category="no",
142815  description="COPTIC EPACT NUMBER THREE HUNDRED",
142816  direction="en",
142817  linebreak="al",
142818  unicodeslot=0x102F5,
142819 },
142820 [0x102F6]={
142821  category="no",
142822  description="COPTIC EPACT NUMBER FOUR HUNDRED",
142823  direction="en",
142824  linebreak="al",
142825  unicodeslot=0x102F6,
142826 },
142827 [0x102F7]={
142828  category="no",
142829  description="COPTIC EPACT NUMBER FIVE HUNDRED",
142830  direction="en",
142831  linebreak="al",
142832  unicodeslot=0x102F7,
142833 },
142834 [0x102F8]={
142835  category="no",
142836  description="COPTIC EPACT NUMBER SIX HUNDRED",
142837  direction="en",
142838  linebreak="al",
142839  unicodeslot=0x102F8,
142840 },
142841 [0x102F9]={
142842  category="no",
142843  description="COPTIC EPACT NUMBER SEVEN HUNDRED",
142844  direction="en",
142845  linebreak="al",
142846  unicodeslot=0x102F9,
142847 },
142848 [0x102FA]={
142849  category="no",
142850  description="COPTIC EPACT NUMBER EIGHT HUNDRED",
142851  direction="en",
142852  linebreak="al",
142853  unicodeslot=0x102FA,
142854 },
142855 [0x102FB]={
142856  category="no",
142857  description="COPTIC EPACT NUMBER NINE HUNDRED",
142858  direction="en",
142859  linebreak="al",
142860  unicodeslot=0x102FB,
142861 },
142862 [0x10300]={
142863  category="lo",
142864  description="OLD ITALIC LETTER A",
142865  direction="l",
142866  linebreak="al",
142867  unicodeslot=0x10300,
142868 },
142869 [0x10301]={
142870  category="lo",
142871  description="OLD ITALIC LETTER BE",
142872  direction="l",
142873  linebreak="al",
142874  unicodeslot=0x10301,
142875 },
142876 [0x10302]={
142877  category="lo",
142878  description="OLD ITALIC LETTER KE",
142879  direction="l",
142880  linebreak="al",
142881  unicodeslot=0x10302,
142882 },
142883 [0x10303]={
142884  category="lo",
142885  description="OLD ITALIC LETTER DE",
142886  direction="l",
142887  linebreak="al",
142888  unicodeslot=0x10303,
142889 },
142890 [0x10304]={
142891  category="lo",
142892  description="OLD ITALIC LETTER E",
142893  direction="l",
142894  linebreak="al",
142895  unicodeslot=0x10304,
142896 },
142897 [0x10305]={
142898  category="lo",
142899  description="OLD ITALIC LETTER VE",
142900  direction="l",
142901  linebreak="al",
142902  unicodeslot=0x10305,
142903 },
142904 [0x10306]={
142905  category="lo",
142906  description="OLD ITALIC LETTER ZE",
142907  direction="l",
142908  linebreak="al",
142909  unicodeslot=0x10306,
142910 },
142911 [0x10307]={
142912  category="lo",
142913  description="OLD ITALIC LETTER HE",
142914  direction="l",
142915  linebreak="al",
142916  unicodeslot=0x10307,
142917 },
142918 [0x10308]={
142919  category="lo",
142920  description="OLD ITALIC LETTER THE",
142921  direction="l",
142922  linebreak="al",
142923  unicodeslot=0x10308,
142924 },
142925 [0x10309]={
142926  category="lo",
142927  description="OLD ITALIC LETTER I",
142928  direction="l",
142929  linebreak="al",
142930  unicodeslot=0x10309,
142931 },
142932 [0x1030A]={
142933  category="lo",
142934  description="OLD ITALIC LETTER KA",
142935  direction="l",
142936  linebreak="al",
142937  unicodeslot=0x1030A,
142938 },
142939 [0x1030B]={
142940  category="lo",
142941  description="OLD ITALIC LETTER EL",
142942  direction="l",
142943  linebreak="al",
142944  unicodeslot=0x1030B,
142945 },
142946 [0x1030C]={
142947  category="lo",
142948  description="OLD ITALIC LETTER EM",
142949  direction="l",
142950  linebreak="al",
142951  unicodeslot=0x1030C,
142952 },
142953 [0x1030D]={
142954  category="lo",
142955  description="OLD ITALIC LETTER EN",
142956  direction="l",
142957  linebreak="al",
142958  unicodeslot=0x1030D,
142959 },
142960 [0x1030E]={
142961  category="lo",
142962  description="OLD ITALIC LETTER ESH",
142963  direction="l",
142964  linebreak="al",
142965  unicodeslot=0x1030E,
142966 },
142967 [0x1030F]={
142968  category="lo",
142969  description="OLD ITALIC LETTER O",
142970  direction="l",
142971  linebreak="al",
142972  unicodeslot=0x1030F,
142973 },
142974 [0x10310]={
142975  category="lo",
142976  description="OLD ITALIC LETTER PE",
142977  direction="l",
142978  linebreak="al",
142979  unicodeslot=0x10310,
142980 },
142981 [0x10311]={
142982  category="lo",
142983  description="OLD ITALIC LETTER SHE",
142984  direction="l",
142985  linebreak="al",
142986  unicodeslot=0x10311,
142987 },
142988 [0x10312]={
142989  category="lo",
142990  description="OLD ITALIC LETTER KU",
142991  direction="l",
142992  linebreak="al",
142993  unicodeslot=0x10312,
142994 },
142995 [0x10313]={
142996  category="lo",
142997  description="OLD ITALIC LETTER ER",
142998  direction="l",
142999  linebreak="al",
143000  unicodeslot=0x10313,
143001 },
143002 [0x10314]={
143003  category="lo",
143004  description="OLD ITALIC LETTER ES",
143005  direction="l",
143006  linebreak="al",
143007  unicodeslot=0x10314,
143008 },
143009 [0x10315]={
143010  category="lo",
143011  description="OLD ITALIC LETTER TE",
143012  direction="l",
143013  linebreak="al",
143014  unicodeslot=0x10315,
143015 },
143016 [0x10316]={
143017  category="lo",
143018  description="OLD ITALIC LETTER U",
143019  direction="l",
143020  linebreak="al",
143021  unicodeslot=0x10316,
143022 },
143023 [0x10317]={
143024  category="lo",
143025  description="OLD ITALIC LETTER EKS",
143026  direction="l",
143027  linebreak="al",
143028  unicodeslot=0x10317,
143029 },
143030 [0x10318]={
143031  category="lo",
143032  description="OLD ITALIC LETTER PHE",
143033  direction="l",
143034  linebreak="al",
143035  unicodeslot=0x10318,
143036 },
143037 [0x10319]={
143038  category="lo",
143039  description="OLD ITALIC LETTER KHE",
143040  direction="l",
143041  linebreak="al",
143042  unicodeslot=0x10319,
143043 },
143044 [0x1031A]={
143045  category="lo",
143046  description="OLD ITALIC LETTER EF",
143047  direction="l",
143048  linebreak="al",
143049  unicodeslot=0x1031A,
143050 },
143051 [0x1031B]={
143052  category="lo",
143053  description="OLD ITALIC LETTER ERS",
143054  direction="l",
143055  linebreak="al",
143056  unicodeslot=0x1031B,
143057 },
143058 [0x1031C]={
143059  category="lo",
143060  description="OLD ITALIC LETTER CHE",
143061  direction="l",
143062  linebreak="al",
143063  unicodeslot=0x1031C,
143064 },
143065 [0x1031D]={
143066  category="lo",
143067  description="OLD ITALIC LETTER II",
143068  direction="l",
143069  linebreak="al",
143070  unicodeslot=0x1031D,
143071 },
143072 [0x1031E]={
143073  category="lo",
143074  description="OLD ITALIC LETTER UU",
143075  direction="l",
143076  linebreak="al",
143077  unicodeslot=0x1031E,
143078 },
143079 [0x1031F]={
143080  category="lo",
143081  description="OLD ITALIC LETTER ESS",
143082  direction="l",
143083  linebreak="al",
143084  unicodeslot=0x1031F,
143085 },
143086 [0x10320]={
143087  category="no",
143088  description="OLD ITALIC NUMERAL ONE",
143089  direction="l",
143090  linebreak="al",
143091  unicodeslot=0x10320,
143092 },
143093 [0x10321]={
143094  category="no",
143095  description="OLD ITALIC NUMERAL FIVE",
143096  direction="l",
143097  linebreak="al",
143098  unicodeslot=0x10321,
143099 },
143100 [0x10322]={
143101  category="no",
143102  description="OLD ITALIC NUMERAL TEN",
143103  direction="l",
143104  linebreak="al",
143105  unicodeslot=0x10322,
143106 },
143107 [0x10323]={
143108  category="no",
143109  description="OLD ITALIC NUMERAL FIFTY",
143110  direction="l",
143111  linebreak="al",
143112  unicodeslot=0x10323,
143113 },
143114 [0x1032D]={
143115  category="lo",
143116  description="OLD ITALIC LETTER YE",
143117  direction="l",
143118  linebreak="al",
143119  unicodeslot=0x1032D,
143120 },
143121 [0x1032E]={
143122  category="lo",
143123  description="OLD ITALIC LETTER NORTHERN TSE",
143124  direction="l",
143125  linebreak="al",
143126  unicodeslot=0x1032E,
143127 },
143128 [0x1032F]={
143129  category="lo",
143130  description="OLD ITALIC LETTER SOUTHERN TSE",
143131  direction="l",
143132  linebreak="al",
143133  unicodeslot=0x1032F,
143134 },
143135 [0x10330]={
143136  category="lo",
143137  description="GOTHIC LETTER AHSA",
143138  direction="l",
143139  linebreak="al",
143140  unicodeslot=0x10330,
143141 },
143142 [0x10331]={
143143  category="lo",
143144  description="GOTHIC LETTER BAIRKAN",
143145  direction="l",
143146  linebreak="al",
143147  unicodeslot=0x10331,
143148 },
143149 [0x10332]={
143150  category="lo",
143151  description="GOTHIC LETTER GIBA",
143152  direction="l",
143153  linebreak="al",
143154  unicodeslot=0x10332,
143155 },
143156 [0x10333]={
143157  category="lo",
143158  description="GOTHIC LETTER DAGS",
143159  direction="l",
143160  linebreak="al",
143161  unicodeslot=0x10333,
143162 },
143163 [0x10334]={
143164  category="lo",
143165  description="GOTHIC LETTER AIHVUS",
143166  direction="l",
143167  linebreak="al",
143168  unicodeslot=0x10334,
143169 },
143170 [0x10335]={
143171  category="lo",
143172  description="GOTHIC LETTER QAIRTHRA",
143173  direction="l",
143174  linebreak="al",
143175  unicodeslot=0x10335,
143176 },
143177 [0x10336]={
143178  category="lo",
143179  description="GOTHIC LETTER IUJA",
143180  direction="l",
143181  linebreak="al",
143182  unicodeslot=0x10336,
143183 },
143184 [0x10337]={
143185  category="lo",
143186  description="GOTHIC LETTER HAGL",
143187  direction="l",
143188  linebreak="al",
143189  unicodeslot=0x10337,
143190 },
143191 [0x10338]={
143192  category="lo",
143193  description="GOTHIC LETTER THIUTH",
143194  direction="l",
143195  linebreak="al",
143196  unicodeslot=0x10338,
143197 },
143198 [0x10339]={
143199  category="lo",
143200  description="GOTHIC LETTER EIS",
143201  direction="l",
143202  linebreak="al",
143203  unicodeslot=0x10339,
143204 },
143205 [0x1033A]={
143206  category="lo",
143207  description="GOTHIC LETTER KUSMA",
143208  direction="l",
143209  linebreak="al",
143210  unicodeslot=0x1033A,
143211 },
143212 [0x1033B]={
143213  category="lo",
143214  description="GOTHIC LETTER LAGUS",
143215  direction="l",
143216  linebreak="al",
143217  unicodeslot=0x1033B,
143218 },
143219 [0x1033C]={
143220  category="lo",
143221  description="GOTHIC LETTER MANNA",
143222  direction="l",
143223  linebreak="al",
143224  unicodeslot=0x1033C,
143225 },
143226 [0x1033D]={
143227  category="lo",
143228  description="GOTHIC LETTER NAUTHS",
143229  direction="l",
143230  linebreak="al",
143231  unicodeslot=0x1033D,
143232 },
143233 [0x1033E]={
143234  category="lo",
143235  description="GOTHIC LETTER JER",
143236  direction="l",
143237  linebreak="al",
143238  unicodeslot=0x1033E,
143239 },
143240 [0x1033F]={
143241  category="lo",
143242  description="GOTHIC LETTER URUS",
143243  direction="l",
143244  linebreak="al",
143245  unicodeslot=0x1033F,
143246 },
143247 [0x10340]={
143248  category="lo",
143249  description="GOTHIC LETTER PAIRTHRA",
143250  direction="l",
143251  linebreak="al",
143252  unicodeslot=0x10340,
143253 },
143254 [0x10341]={
143255  category="nl",
143256  description="GOTHIC LETTER NINETY",
143257  direction="l",
143258  linebreak="al",
143259  unicodeslot=0x10341,
143260 },
143261 [0x10342]={
143262  category="lo",
143263  description="GOTHIC LETTER RAIDA",
143264  direction="l",
143265  linebreak="al",
143266  unicodeslot=0x10342,
143267 },
143268 [0x10343]={
143269  category="lo",
143270  description="GOTHIC LETTER SAUIL",
143271  direction="l",
143272  linebreak="al",
143273  unicodeslot=0x10343,
143274 },
143275 [0x10344]={
143276  category="lo",
143277  description="GOTHIC LETTER TEIWS",
143278  direction="l",
143279  linebreak="al",
143280  unicodeslot=0x10344,
143281 },
143282 [0x10345]={
143283  category="lo",
143284  description="GOTHIC LETTER WINJA",
143285  direction="l",
143286  linebreak="al",
143287  unicodeslot=0x10345,
143288 },
143289 [0x10346]={
143290  category="lo",
143291  description="GOTHIC LETTER FAIHU",
143292  direction="l",
143293  linebreak="al",
143294  unicodeslot=0x10346,
143295 },
143296 [0x10347]={
143297  category="lo",
143298  description="GOTHIC LETTER IGGWS",
143299  direction="l",
143300  linebreak="al",
143301  unicodeslot=0x10347,
143302 },
143303 [0x10348]={
143304  category="lo",
143305  description="GOTHIC LETTER HWAIR",
143306  direction="l",
143307  linebreak="al",
143308  unicodeslot=0x10348,
143309 },
143310 [0x10349]={
143311  category="lo",
143312  description="GOTHIC LETTER OTHAL",
143313  direction="l",
143314  linebreak="al",
143315  unicodeslot=0x10349,
143316 },
143317 [0x1034A]={
143318  category="nl",
143319  description="GOTHIC LETTER NINE HUNDRED",
143320  direction="l",
143321  linebreak="al",
143322  unicodeslot=0x1034A,
143323 },
143324 [0x10350]={
143325  category="lo",
143326  description="OLD PERMIC LETTER AN",
143327  direction="l",
143328  linebreak="al",
143329  unicodeslot=0x10350,
143330 },
143331 [0x10351]={
143332  category="lo",
143333  description="OLD PERMIC LETTER BUR",
143334  direction="l",
143335  linebreak="al",
143336  unicodeslot=0x10351,
143337 },
143338 [0x10352]={
143339  category="lo",
143340  description="OLD PERMIC LETTER GAI",
143341  direction="l",
143342  linebreak="al",
143343  unicodeslot=0x10352,
143344 },
143345 [0x10353]={
143346  category="lo",
143347  description="OLD PERMIC LETTER DOI",
143348  direction="l",
143349  linebreak="al",
143350  unicodeslot=0x10353,
143351 },
143352 [0x10354]={
143353  category="lo",
143354  description="OLD PERMIC LETTER E",
143355  direction="l",
143356  linebreak="al",
143357  unicodeslot=0x10354,
143358 },
143359 [0x10355]={
143360  category="lo",
143361  description="OLD PERMIC LETTER ZHOI",
143362  direction="l",
143363  linebreak="al",
143364  unicodeslot=0x10355,
143365 },
143366 [0x10356]={
143367  category="lo",
143368  description="OLD PERMIC LETTER DZHOI",
143369  direction="l",
143370  linebreak="al",
143371  unicodeslot=0x10356,
143372 },
143373 [0x10357]={
143374  category="lo",
143375  description="OLD PERMIC LETTER ZATA",
143376  direction="l",
143377  linebreak="al",
143378  unicodeslot=0x10357,
143379 },
143380 [0x10358]={
143381  category="lo",
143382  description="OLD PERMIC LETTER DZITA",
143383  direction="l",
143384  linebreak="al",
143385  unicodeslot=0x10358,
143386 },
143387 [0x10359]={
143388  category="lo",
143389  description="OLD PERMIC LETTER I",
143390  direction="l",
143391  linebreak="al",
143392  unicodeslot=0x10359,
143393 },
143394 [0x1035A]={
143395  category="lo",
143396  description="OLD PERMIC LETTER KOKE",
143397  direction="l",
143398  linebreak="al",
143399  unicodeslot=0x1035A,
143400 },
143401 [0x1035B]={
143402  category="lo",
143403  description="OLD PERMIC LETTER LEI",
143404  direction="l",
143405  linebreak="al",
143406  unicodeslot=0x1035B,
143407 },
143408 [0x1035C]={
143409  category="lo",
143410  description="OLD PERMIC LETTER MENOE",
143411  direction="l",
143412  linebreak="al",
143413  unicodeslot=0x1035C,
143414 },
143415 [0x1035D]={
143416  category="lo",
143417  description="OLD PERMIC LETTER NENOE",
143418  direction="l",
143419  linebreak="al",
143420  unicodeslot=0x1035D,
143421 },
143422 [0x1035E]={
143423  category="lo",
143424  description="OLD PERMIC LETTER VOOI",
143425  direction="l",
143426  linebreak="al",
143427  unicodeslot=0x1035E,
143428 },
143429 [0x1035F]={
143430  category="lo",
143431  description="OLD PERMIC LETTER PEEI",
143432  direction="l",
143433  linebreak="al",
143434  unicodeslot=0x1035F,
143435 },
143436 [0x10360]={
143437  category="lo",
143438  description="OLD PERMIC LETTER REI",
143439  direction="l",
143440  linebreak="al",
143441  unicodeslot=0x10360,
143442 },
143443 [0x10361]={
143444  category="lo",
143445  description="OLD PERMIC LETTER SII",
143446  direction="l",
143447  linebreak="al",
143448  unicodeslot=0x10361,
143449 },
143450 [0x10362]={
143451  category="lo",
143452  description="OLD PERMIC LETTER TAI",
143453  direction="l",
143454  linebreak="al",
143455  unicodeslot=0x10362,
143456 },
143457 [0x10363]={
143458  category="lo",
143459  description="OLD PERMIC LETTER U",
143460  direction="l",
143461  linebreak="al",
143462  unicodeslot=0x10363,
143463 },
143464 [0x10364]={
143465  category="lo",
143466  description="OLD PERMIC LETTER CHERY",
143467  direction="l",
143468  linebreak="al",
143469  unicodeslot=0x10364,
143470 },
143471 [0x10365]={
143472  category="lo",
143473  description="OLD PERMIC LETTER SHOOI",
143474  direction="l",
143475  linebreak="al",
143476  unicodeslot=0x10365,
143477 },
143478 [0x10366]={
143479  category="lo",
143480  description="OLD PERMIC LETTER SHCHOOI",
143481  direction="l",
143482  linebreak="al",
143483  unicodeslot=0x10366,
143484 },
143485 [0x10367]={
143486  category="lo",
143487  description="OLD PERMIC LETTER YRY",
143488  direction="l",
143489  linebreak="al",
143490  unicodeslot=0x10367,
143491 },
143492 [0x10368]={
143493  category="lo",
143494  description="OLD PERMIC LETTER YERU",
143495  direction="l",
143496  linebreak="al",
143497  unicodeslot=0x10368,
143498 },
143499 [0x10369]={
143500  category="lo",
143501  description="OLD PERMIC LETTER O",
143502  direction="l",
143503  linebreak="al",
143504  unicodeslot=0x10369,
143505 },
143506 [0x1036A]={
143507  category="lo",
143508  description="OLD PERMIC LETTER OO",
143509  direction="l",
143510  linebreak="al",
143511  unicodeslot=0x1036A,
143512 },
143513 [0x1036B]={
143514  category="lo",
143515  description="OLD PERMIC LETTER EF",
143516  direction="l",
143517  linebreak="al",
143518  unicodeslot=0x1036B,
143519 },
143520 [0x1036C]={
143521  category="lo",
143522  description="OLD PERMIC LETTER HA",
143523  direction="l",
143524  linebreak="al",
143525  unicodeslot=0x1036C,
143526 },
143527 [0x1036D]={
143528  category="lo",
143529  description="OLD PERMIC LETTER TSIU",
143530  direction="l",
143531  linebreak="al",
143532  unicodeslot=0x1036D,
143533 },
143534 [0x1036E]={
143535  category="lo",
143536  description="OLD PERMIC LETTER VER",
143537  direction="l",
143538  linebreak="al",
143539  unicodeslot=0x1036E,
143540 },
143541 [0x1036F]={
143542  category="lo",
143543  description="OLD PERMIC LETTER YER",
143544  direction="l",
143545  linebreak="al",
143546  unicodeslot=0x1036F,
143547 },
143548 [0x10370]={
143549  category="lo",
143550  description="OLD PERMIC LETTER YERI",
143551  direction="l",
143552  linebreak="al",
143553  unicodeslot=0x10370,
143554 },
143555 [0x10371]={
143556  category="lo",
143557  description="OLD PERMIC LETTER YAT",
143558  direction="l",
143559  linebreak="al",
143560  unicodeslot=0x10371,
143561 },
143562 [0x10372]={
143563  category="lo",
143564  description="OLD PERMIC LETTER IE",
143565  direction="l",
143566  linebreak="al",
143567  unicodeslot=0x10372,
143568 },
143569 [0x10373]={
143570  category="lo",
143571  description="OLD PERMIC LETTER YU",
143572  direction="l",
143573  linebreak="al",
143574  unicodeslot=0x10373,
143575 },
143576 [0x10374]={
143577  category="lo",
143578  description="OLD PERMIC LETTER YA",
143579  direction="l",
143580  linebreak="al",
143581  unicodeslot=0x10374,
143582 },
143583 [0x10375]={
143584  category="lo",
143585  description="OLD PERMIC LETTER IA",
143586  direction="l",
143587  linebreak="al",
143588  unicodeslot=0x10375,
143589 },
143590 [0x10376]={
143591  category="mn",
143592  combining=0xE6,
143593  description="COMBINING OLD PERMIC LETTER AN",
143594  direction="nsm",
143595  linebreak="cm",
143596  unicodeslot=0x10376,
143597 },
143598 [0x10377]={
143599  category="mn",
143600  combining=0xE6,
143601  description="COMBINING OLD PERMIC LETTER DOI",
143602  direction="nsm",
143603  linebreak="cm",
143604  unicodeslot=0x10377,
143605 },
143606 [0x10378]={
143607  category="mn",
143608  combining=0xE6,
143609  description="COMBINING OLD PERMIC LETTER ZATA",
143610  direction="nsm",
143611  linebreak="cm",
143612  unicodeslot=0x10378,
143613 },
143614 [0x10379]={
143615  category="mn",
143616  combining=0xE6,
143617  description="COMBINING OLD PERMIC LETTER NENOE",
143618  direction="nsm",
143619  linebreak="cm",
143620  unicodeslot=0x10379,
143621 },
143622 [0x1037A]={
143623  category="mn",
143624  combining=0xE6,
143625  description="COMBINING OLD PERMIC LETTER SII",
143626  direction="nsm",
143627  linebreak="cm",
143628  unicodeslot=0x1037A,
143629 },
143630 [0x10380]={
143631  category="lo",
143632  description="UGARITIC LETTER ALPA",
143633  direction="l",
143634  linebreak="al",
143635  unicodeslot=0x10380,
143636 },
143637 [0x10381]={
143638  category="lo",
143639  description="UGARITIC LETTER BETA",
143640  direction="l",
143641  linebreak="al",
143642  unicodeslot=0x10381,
143643 },
143644 [0x10382]={
143645  category="lo",
143646  description="UGARITIC LETTER GAMLA",
143647  direction="l",
143648  linebreak="al",
143649  unicodeslot=0x10382,
143650 },
143651 [0x10383]={
143652  category="lo",
143653  description="UGARITIC LETTER KHA",
143654  direction="l",
143655  linebreak="al",
143656  unicodeslot=0x10383,
143657 },
143658 [0x10384]={
143659  category="lo",
143660  description="UGARITIC LETTER DELTA",
143661  direction="l",
143662  linebreak="al",
143663  unicodeslot=0x10384,
143664 },
143665 [0x10385]={
143666  category="lo",
143667  description="UGARITIC LETTER HO",
143668  direction="l",
143669  linebreak="al",
143670  unicodeslot=0x10385,
143671 },
143672 [0x10386]={
143673  category="lo",
143674  description="UGARITIC LETTER WO",
143675  direction="l",
143676  linebreak="al",
143677  unicodeslot=0x10386,
143678 },
143679 [0x10387]={
143680  category="lo",
143681  description="UGARITIC LETTER ZETA",
143682  direction="l",
143683  linebreak="al",
143684  unicodeslot=0x10387,
143685 },
143686 [0x10388]={
143687  category="lo",
143688  description="UGARITIC LETTER HOTA",
143689  direction="l",
143690  linebreak="al",
143691  unicodeslot=0x10388,
143692 },
143693 [0x10389]={
143694  category="lo",
143695  description="UGARITIC LETTER TET",
143696  direction="l",
143697  linebreak="al",
143698  unicodeslot=0x10389,
143699 },
143700 [0x1038A]={
143701  category="lo",
143702  description="UGARITIC LETTER YOD",
143703  direction="l",
143704  linebreak="al",
143705  unicodeslot=0x1038A,
143706 },
143707 [0x1038B]={
143708  category="lo",
143709  description="UGARITIC LETTER KAF",
143710  direction="l",
143711  linebreak="al",
143712  unicodeslot=0x1038B,
143713 },
143714 [0x1038C]={
143715  category="lo",
143716  description="UGARITIC LETTER SHIN",
143717  direction="l",
143718  linebreak="al",
143719  unicodeslot=0x1038C,
143720 },
143721 [0x1038D]={
143722  category="lo",
143723  description="UGARITIC LETTER LAMDA",
143724  direction="l",
143725  linebreak="al",
143726  unicodeslot=0x1038D,
143727 },
143728 [0x1038E]={
143729  category="lo",
143730  description="UGARITIC LETTER MEM",
143731  direction="l",
143732  linebreak="al",
143733  unicodeslot=0x1038E,
143734 },
143735 [0x1038F]={
143736  category="lo",
143737  description="UGARITIC LETTER DHAL",
143738  direction="l",
143739  linebreak="al",
143740  unicodeslot=0x1038F,
143741 },
143742 [0x10390]={
143743  category="lo",
143744  description="UGARITIC LETTER NUN",
143745  direction="l",
143746  linebreak="al",
143747  unicodeslot=0x10390,
143748 },
143749 [0x10391]={
143750  category="lo",
143751  description="UGARITIC LETTER ZU",
143752  direction="l",
143753  linebreak="al",
143754  unicodeslot=0x10391,
143755 },
143756 [0x10392]={
143757  category="lo",
143758  description="UGARITIC LETTER SAMKA",
143759  direction="l",
143760  linebreak="al",
143761  unicodeslot=0x10392,
143762 },
143763 [0x10393]={
143764  category="lo",
143765  description="UGARITIC LETTER AIN",
143766  direction="l",
143767  linebreak="al",
143768  unicodeslot=0x10393,
143769 },
143770 [0x10394]={
143771  category="lo",
143772  description="UGARITIC LETTER PU",
143773  direction="l",
143774  linebreak="al",
143775  unicodeslot=0x10394,
143776 },
143777 [0x10395]={
143778  category="lo",
143779  description="UGARITIC LETTER SADE",
143780  direction="l",
143781  linebreak="al",
143782  unicodeslot=0x10395,
143783 },
143784 [0x10396]={
143785  category="lo",
143786  description="UGARITIC LETTER QOPA",
143787  direction="l",
143788  linebreak="al",
143789  unicodeslot=0x10396,
143790 },
143791 [0x10397]={
143792  category="lo",
143793  description="UGARITIC LETTER RASHA",
143794  direction="l",
143795  linebreak="al",
143796  unicodeslot=0x10397,
143797 },
143798 [0x10398]={
143799  category="lo",
143800  description="UGARITIC LETTER THANNA",
143801  direction="l",
143802  linebreak="al",
143803  unicodeslot=0x10398,
143804 },
143805 [0x10399]={
143806  category="lo",
143807  description="UGARITIC LETTER GHAIN",
143808  direction="l",
143809  linebreak="al",
143810  unicodeslot=0x10399,
143811 },
143812 [0x1039A]={
143813  category="lo",
143814  description="UGARITIC LETTER TO",
143815  direction="l",
143816  linebreak="al",
143817  unicodeslot=0x1039A,
143818 },
143819 [0x1039B]={
143820  category="lo",
143821  description="UGARITIC LETTER I",
143822  direction="l",
143823  linebreak="al",
143824  unicodeslot=0x1039B,
143825 },
143826 [0x1039C]={
143827  category="lo",
143828  description="UGARITIC LETTER U",
143829  direction="l",
143830  linebreak="al",
143831  unicodeslot=0x1039C,
143832 },
143833 [0x1039D]={
143834  category="lo",
143835  description="UGARITIC LETTER SSU",
143836  direction="l",
143837  linebreak="al",
143838  unicodeslot=0x1039D,
143839 },
143840 [0x1039F]={
143841  category="po",
143842  description="UGARITIC WORD DIVIDER",
143843  direction="l",
143844  linebreak="ba",
143845  unicodeslot=0x1039F,
143846 },
143847 [0x103A0]={
143848  category="lo",
143849  description="OLD PERSIAN SIGN A",
143850  direction="l",
143851  linebreak="al",
143852  unicodeslot=0x103A0,
143853 },
143854 [0x103A1]={
143855  category="lo",
143856  description="OLD PERSIAN SIGN I",
143857  direction="l",
143858  linebreak="al",
143859  unicodeslot=0x103A1,
143860 },
143861 [0x103A2]={
143862  category="lo",
143863  description="OLD PERSIAN SIGN U",
143864  direction="l",
143865  linebreak="al",
143866  unicodeslot=0x103A2,
143867 },
143868 [0x103A3]={
143869  category="lo",
143870  description="OLD PERSIAN SIGN KA",
143871  direction="l",
143872  linebreak="al",
143873  unicodeslot=0x103A3,
143874 },
143875 [0x103A4]={
143876  category="lo",
143877  description="OLD PERSIAN SIGN KU",
143878  direction="l",
143879  linebreak="al",
143880  unicodeslot=0x103A4,
143881 },
143882 [0x103A5]={
143883  category="lo",
143884  description="OLD PERSIAN SIGN GA",
143885  direction="l",
143886  linebreak="al",
143887  unicodeslot=0x103A5,
143888 },
143889 [0x103A6]={
143890  category="lo",
143891  description="OLD PERSIAN SIGN GU",
143892  direction="l",
143893  linebreak="al",
143894  unicodeslot=0x103A6,
143895 },
143896 [0x103A7]={
143897  category="lo",
143898  description="OLD PERSIAN SIGN XA",
143899  direction="l",
143900  linebreak="al",
143901  unicodeslot=0x103A7,
143902 },
143903 [0x103A8]={
143904  category="lo",
143905  description="OLD PERSIAN SIGN CA",
143906  direction="l",
143907  linebreak="al",
143908  unicodeslot=0x103A8,
143909 },
143910 [0x103A9]={
143911  category="lo",
143912  description="OLD PERSIAN SIGN JA",
143913  direction="l",
143914  linebreak="al",
143915  unicodeslot=0x103A9,
143916 },
143917 [0x103AA]={
143918  category="lo",
143919  description="OLD PERSIAN SIGN JI",
143920  direction="l",
143921  linebreak="al",
143922  unicodeslot=0x103AA,
143923 },
143924 [0x103AB]={
143925  category="lo",
143926  description="OLD PERSIAN SIGN TA",
143927  direction="l",
143928  linebreak="al",
143929  unicodeslot=0x103AB,
143930 },
143931 [0x103AC]={
143932  category="lo",
143933  description="OLD PERSIAN SIGN TU",
143934  direction="l",
143935  linebreak="al",
143936  unicodeslot=0x103AC,
143937 },
143938 [0x103AD]={
143939  category="lo",
143940  description="OLD PERSIAN SIGN DA",
143941  direction="l",
143942  linebreak="al",
143943  unicodeslot=0x103AD,
143944 },
143945 [0x103AE]={
143946  category="lo",
143947  description="OLD PERSIAN SIGN DI",
143948  direction="l",
143949  linebreak="al",
143950  unicodeslot=0x103AE,
143951 },
143952 [0x103AF]={
143953  category="lo",
143954  description="OLD PERSIAN SIGN DU",
143955  direction="l",
143956  linebreak="al",
143957  unicodeslot=0x103AF,
143958 },
143959 [0x103B0]={
143960  category="lo",
143961  description="OLD PERSIAN SIGN THA",
143962  direction="l",
143963  linebreak="al",
143964  unicodeslot=0x103B0,
143965 },
143966 [0x103B1]={
143967  category="lo",
143968  description="OLD PERSIAN SIGN PA",
143969  direction="l",
143970  linebreak="al",
143971  unicodeslot=0x103B1,
143972 },
143973 [0x103B2]={
143974  category="lo",
143975  description="OLD PERSIAN SIGN BA",
143976  direction="l",
143977  linebreak="al",
143978  unicodeslot=0x103B2,
143979 },
143980 [0x103B3]={
143981  category="lo",
143982  description="OLD PERSIAN SIGN FA",
143983  direction="l",
143984  linebreak="al",
143985  unicodeslot=0x103B3,
143986 },
143987 [0x103B4]={
143988  category="lo",
143989  description="OLD PERSIAN SIGN NA",
143990  direction="l",
143991  linebreak="al",
143992  unicodeslot=0x103B4,
143993 },
143994 [0x103B5]={
143995  category="lo",
143996  description="OLD PERSIAN SIGN NU",
143997  direction="l",
143998  linebreak="al",
143999  unicodeslot=0x103B5,
144000 },
144001 [0x103B6]={
144002  category="lo",
144003  description="OLD PERSIAN SIGN MA",
144004  direction="l",
144005  linebreak="al",
144006  unicodeslot=0x103B6,
144007 },
144008 [0x103B7]={
144009  category="lo",
144010  description="OLD PERSIAN SIGN MI",
144011  direction="l",
144012  linebreak="al",
144013  unicodeslot=0x103B7,
144014 },
144015 [0x103B8]={
144016  category="lo",
144017  description="OLD PERSIAN SIGN MU",
144018  direction="l",
144019  linebreak="al",
144020  unicodeslot=0x103B8,
144021 },
144022 [0x103B9]={
144023  category="lo",
144024  description="OLD PERSIAN SIGN YA",
144025  direction="l",
144026  linebreak="al",
144027  unicodeslot=0x103B9,
144028 },
144029 [0x103BA]={
144030  category="lo",
144031  description="OLD PERSIAN SIGN VA",
144032  direction="l",
144033  linebreak="al",
144034  unicodeslot=0x103BA,
144035 },
144036 [0x103BB]={
144037  category="lo",
144038  description="OLD PERSIAN SIGN VI",
144039  direction="l",
144040  linebreak="al",
144041  unicodeslot=0x103BB,
144042 },
144043 [0x103BC]={
144044  category="lo",
144045  description="OLD PERSIAN SIGN RA",
144046  direction="l",
144047  linebreak="al",
144048  unicodeslot=0x103BC,
144049 },
144050 [0x103BD]={
144051  category="lo",
144052  description="OLD PERSIAN SIGN RU",
144053  direction="l",
144054  linebreak="al",
144055  unicodeslot=0x103BD,
144056 },
144057 [0x103BE]={
144058  category="lo",
144059  description="OLD PERSIAN SIGN LA",
144060  direction="l",
144061  linebreak="al",
144062  unicodeslot=0x103BE,
144063 },
144064 [0x103BF]={
144065  category="lo",
144066  description="OLD PERSIAN SIGN SA",
144067  direction="l",
144068  linebreak="al",
144069  unicodeslot=0x103BF,
144070 },
144071 [0x103C0]={
144072  category="lo",
144073  description="OLD PERSIAN SIGN ZA",
144074  direction="l",
144075  linebreak="al",
144076  unicodeslot=0x103C0,
144077 },
144078 [0x103C1]={
144079  category="lo",
144080  description="OLD PERSIAN SIGN SHA",
144081  direction="l",
144082  linebreak="al",
144083  unicodeslot=0x103C1,
144084 },
144085 [0x103C2]={
144086  category="lo",
144087  description="OLD PERSIAN SIGN SSA",
144088  direction="l",
144089  linebreak="al",
144090  unicodeslot=0x103C2,
144091 },
144092 [0x103C3]={
144093  category="lo",
144094  description="OLD PERSIAN SIGN HA",
144095  direction="l",
144096  linebreak="al",
144097  unicodeslot=0x103C3,
144098 },
144099 [0x103C8]={
144100  category="lo",
144101  description="OLD PERSIAN SIGN AURAMAZDAA",
144102  direction="l",
144103  linebreak="al",
144104  unicodeslot=0x103C8,
144105 },
144106 [0x103C9]={
144107  category="lo",
144108  description="OLD PERSIAN SIGN AURAMAZDAA-0x0002",
144109  direction="l",
144110  linebreak="al",
144111  unicodeslot=0x103C9,
144112 },
144113 [0x103CA]={
144114  category="lo",
144115  description="OLD PERSIAN SIGN AURAMAZDAAHA",
144116  direction="l",
144117  linebreak="al",
144118  unicodeslot=0x103CA,
144119 },
144120 [0x103CB]={
144121  category="lo",
144122  description="OLD PERSIAN SIGN XSHAAYATHIYA",
144123  direction="l",
144124  linebreak="al",
144125  unicodeslot=0x103CB,
144126 },
144127 [0x103CC]={
144128  category="lo",
144129  description="OLD PERSIAN SIGN DAHYAAUSH",
144130  direction="l",
144131  linebreak="al",
144132  unicodeslot=0x103CC,
144133 },
144134 [0x103CD]={
144135  category="lo",
144136  description="OLD PERSIAN SIGN DAHYAAUSH-0x0002",
144137  direction="l",
144138  linebreak="al",
144139  unicodeslot=0x103CD,
144140 },
144141 [0x103CE]={
144142  category="lo",
144143  description="OLD PERSIAN SIGN BAGA",
144144  direction="l",
144145  linebreak="al",
144146  unicodeslot=0x103CE,
144147 },
144148 [0x103CF]={
144149  category="lo",
144150  description="OLD PERSIAN SIGN BUUMISH",
144151  direction="l",
144152  linebreak="al",
144153  unicodeslot=0x103CF,
144154 },
144155 [0x103D0]={
144156  category="po",
144157  description="OLD PERSIAN WORD DIVIDER",
144158  direction="l",
144159  linebreak="ba",
144160  unicodeslot=0x103D0,
144161 },
144162 [0x103D1]={
144163  category="nl",
144164  description="OLD PERSIAN NUMBER ONE",
144165  direction="l",
144166  linebreak="al",
144167  unicodeslot=0x103D1,
144168 },
144169 [0x103D2]={
144170  category="nl",
144171  description="OLD PERSIAN NUMBER TWO",
144172  direction="l",
144173  linebreak="al",
144174  unicodeslot=0x103D2,
144175 },
144176 [0x103D3]={
144177  category="nl",
144178  description="OLD PERSIAN NUMBER TEN",
144179  direction="l",
144180  linebreak="al",
144181  unicodeslot=0x103D3,
144182 },
144183 [0x103D4]={
144184  category="nl",
144185  description="OLD PERSIAN NUMBER TWENTY",
144186  direction="l",
144187  linebreak="al",
144188  unicodeslot=0x103D4,
144189 },
144190 [0x103D5]={
144191  category="nl",
144192  description="OLD PERSIAN NUMBER HUNDRED",
144193  direction="l",
144194  linebreak="al",
144195  unicodeslot=0x103D5,
144196 },
144197 [0x10400]={
144198  category="lu",
144199  description="DESERET CAPITAL LETTER LONG I",
144200  direction="l",
144201  lccode=0x10428,
144202  linebreak="al",
144203  unicodeslot=0x10400,
144204 },
144205 [0x10401]={
144206  category="lu",
144207  description="DESERET CAPITAL LETTER LONG E",
144208  direction="l",
144209  lccode=0x10429,
144210  linebreak="al",
144211  unicodeslot=0x10401,
144212 },
144213 [0x10402]={
144214  category="lu",
144215  description="DESERET CAPITAL LETTER LONG A",
144216  direction="l",
144217  lccode=0x1042A,
144218  linebreak="al",
144219  unicodeslot=0x10402,
144220 },
144221 [0x10403]={
144222  category="lu",
144223  description="DESERET CAPITAL LETTER LONG AH",
144224  direction="l",
144225  lccode=0x1042B,
144226  linebreak="al",
144227  unicodeslot=0x10403,
144228 },
144229 [0x10404]={
144230  category="lu",
144231  description="DESERET CAPITAL LETTER LONG O",
144232  direction="l",
144233  lccode=0x1042C,
144234  linebreak="al",
144235  unicodeslot=0x10404,
144236 },
144237 [0x10405]={
144238  category="lu",
144239  description="DESERET CAPITAL LETTER LONG OO",
144240  direction="l",
144241  lccode=0x1042D,
144242  linebreak="al",
144243  unicodeslot=0x10405,
144244 },
144245 [0x10406]={
144246  category="lu",
144247  description="DESERET CAPITAL LETTER SHORT I",
144248  direction="l",
144249  lccode=0x1042E,
144250  linebreak="al",
144251  unicodeslot=0x10406,
144252 },
144253 [0x10407]={
144254  category="lu",
144255  description="DESERET CAPITAL LETTER SHORT E",
144256  direction="l",
144257  lccode=0x1042F,
144258  linebreak="al",
144259  unicodeslot=0x10407,
144260 },
144261 [0x10408]={
144262  category="lu",
144263  description="DESERET CAPITAL LETTER SHORT A",
144264  direction="l",
144265  lccode=0x10430,
144266  linebreak="al",
144267  unicodeslot=0x10408,
144268 },
144269 [0x10409]={
144270  category="lu",
144271  description="DESERET CAPITAL LETTER SHORT AH",
144272  direction="l",
144273  lccode=0x10431,
144274  linebreak="al",
144275  unicodeslot=0x10409,
144276 },
144277 [0x1040A]={
144278  category="lu",
144279  description="DESERET CAPITAL LETTER SHORT O",
144280  direction="l",
144281  lccode=0x10432,
144282  linebreak="al",
144283  unicodeslot=0x1040A,
144284 },
144285 [0x1040B]={
144286  category="lu",
144287  description="DESERET CAPITAL LETTER SHORT OO",
144288  direction="l",
144289  lccode=0x10433,
144290  linebreak="al",
144291  unicodeslot=0x1040B,
144292 },
144293 [0x1040C]={
144294  category="lu",
144295  description="DESERET CAPITAL LETTER AY",
144296  direction="l",
144297  lccode=0x10434,
144298  linebreak="al",
144299  unicodeslot=0x1040C,
144300 },
144301 [0x1040D]={
144302  category="lu",
144303  description="DESERET CAPITAL LETTER OW",
144304  direction="l",
144305  lccode=0x10435,
144306  linebreak="al",
144307  unicodeslot=0x1040D,
144308 },
144309 [0x1040E]={
144310  category="lu",
144311  description="DESERET CAPITAL LETTER WU",
144312  direction="l",
144313  lccode=0x10436,
144314  linebreak="al",
144315  unicodeslot=0x1040E,
144316 },
144317 [0x1040F]={
144318  category="lu",
144319  description="DESERET CAPITAL LETTER YEE",
144320  direction="l",
144321  lccode=0x10437,
144322  linebreak="al",
144323  unicodeslot=0x1040F,
144324 },
144325 [0x10410]={
144326  category="lu",
144327  description="DESERET CAPITAL LETTER H",
144328  direction="l",
144329  lccode=0x10438,
144330  linebreak="al",
144331  unicodeslot=0x10410,
144332 },
144333 [0x10411]={
144334  category="lu",
144335  description="DESERET CAPITAL LETTER PEE",
144336  direction="l",
144337  lccode=0x10439,
144338  linebreak="al",
144339  unicodeslot=0x10411,
144340 },
144341 [0x10412]={
144342  category="lu",
144343  description="DESERET CAPITAL LETTER BEE",
144344  direction="l",
144345  lccode=0x1043A,
144346  linebreak="al",
144347  unicodeslot=0x10412,
144348 },
144349 [0x10413]={
144350  category="lu",
144351  description="DESERET CAPITAL LETTER TEE",
144352  direction="l",
144353  lccode=0x1043B,
144354  linebreak="al",
144355  unicodeslot=0x10413,
144356 },
144357 [0x10414]={
144358  category="lu",
144359  description="DESERET CAPITAL LETTER DEE",
144360  direction="l",
144361  lccode=0x1043C,
144362  linebreak="al",
144363  unicodeslot=0x10414,
144364 },
144365 [0x10415]={
144366  category="lu",
144367  description="DESERET CAPITAL LETTER CHEE",
144368  direction="l",
144369  lccode=0x1043D,
144370  linebreak="al",
144371  unicodeslot=0x10415,
144372 },
144373 [0x10416]={
144374  category="lu",
144375  description="DESERET CAPITAL LETTER JEE",
144376  direction="l",
144377  lccode=0x1043E,
144378  linebreak="al",
144379  unicodeslot=0x10416,
144380 },
144381 [0x10417]={
144382  category="lu",
144383  description="DESERET CAPITAL LETTER KAY",
144384  direction="l",
144385  lccode=0x1043F,
144386  linebreak="al",
144387  unicodeslot=0x10417,
144388 },
144389 [0x10418]={
144390  category="lu",
144391  description="DESERET CAPITAL LETTER GAY",
144392  direction="l",
144393  lccode=0x10440,
144394  linebreak="al",
144395  unicodeslot=0x10418,
144396 },
144397 [0x10419]={
144398  category="lu",
144399  description="DESERET CAPITAL LETTER EF",
144400  direction="l",
144401  lccode=0x10441,
144402  linebreak="al",
144403  unicodeslot=0x10419,
144404 },
144405 [0x1041A]={
144406  category="lu",
144407  description="DESERET CAPITAL LETTER VEE",
144408  direction="l",
144409  lccode=0x10442,
144410  linebreak="al",
144411  unicodeslot=0x1041A,
144412 },
144413 [0x1041B]={
144414  category="lu",
144415  description="DESERET CAPITAL LETTER ETH",
144416  direction="l",
144417  lccode=0x10443,
144418  linebreak="al",
144419  unicodeslot=0x1041B,
144420 },
144421 [0x1041C]={
144422  category="lu",
144423  description="DESERET CAPITAL LETTER THEE",
144424  direction="l",
144425  lccode=0x10444,
144426  linebreak="al",
144427  unicodeslot=0x1041C,
144428 },
144429 [0x1041D]={
144430  category="lu",
144431  description="DESERET CAPITAL LETTER ES",
144432  direction="l",
144433  lccode=0x10445,
144434  linebreak="al",
144435  unicodeslot=0x1041D,
144436 },
144437 [0x1041E]={
144438  category="lu",
144439  description="DESERET CAPITAL LETTER ZEE",
144440  direction="l",
144441  lccode=0x10446,
144442  linebreak="al",
144443  unicodeslot=0x1041E,
144444 },
144445 [0x1041F]={
144446  category="lu",
144447  description="DESERET CAPITAL LETTER ESH",
144448  direction="l",
144449  lccode=0x10447,
144450  linebreak="al",
144451  unicodeslot=0x1041F,
144452 },
144453 [0x10420]={
144454  category="lu",
144455  description="DESERET CAPITAL LETTER ZHEE",
144456  direction="l",
144457  lccode=0x10448,
144458  linebreak="al",
144459  unicodeslot=0x10420,
144460 },
144461 [0x10421]={
144462  category="lu",
144463  description="DESERET CAPITAL LETTER ER",
144464  direction="l",
144465  lccode=0x10449,
144466  linebreak="al",
144467  unicodeslot=0x10421,
144468 },
144469 [0x10422]={
144470  category="lu",
144471  description="DESERET CAPITAL LETTER EL",
144472  direction="l",
144473  lccode=0x1044A,
144474  linebreak="al",
144475  unicodeslot=0x10422,
144476 },
144477 [0x10423]={
144478  category="lu",
144479  description="DESERET CAPITAL LETTER EM",
144480  direction="l",
144481  lccode=0x1044B,
144482  linebreak="al",
144483  unicodeslot=0x10423,
144484 },
144485 [0x10424]={
144486  category="lu",
144487  description="DESERET CAPITAL LETTER EN",
144488  direction="l",
144489  lccode=0x1044C,
144490  linebreak="al",
144491  unicodeslot=0x10424,
144492 },
144493 [0x10425]={
144494  category="lu",
144495  description="DESERET CAPITAL LETTER ENG",
144496  direction="l",
144497  lccode=0x1044D,
144498  linebreak="al",
144499  unicodeslot=0x10425,
144500 },
144501 [0x10426]={
144502  category="lu",
144503  description="DESERET CAPITAL LETTER OI",
144504  direction="l",
144505  lccode=0x1044E,
144506  linebreak="al",
144507  unicodeslot=0x10426,
144508 },
144509 [0x10427]={
144510  category="lu",
144511  description="DESERET CAPITAL LETTER EW",
144512  direction="l",
144513  lccode=0x1044F,
144514  linebreak="al",
144515  unicodeslot=0x10427,
144516 },
144517 [0x10428]={
144518  category="ll",
144519  description="DESERET SMALL LETTER LONG I",
144520  direction="l",
144521  linebreak="al",
144522  uccode=0x10400,
144523  unicodeslot=0x10428,
144524 },
144525 [0x10429]={
144526  category="ll",
144527  description="DESERET SMALL LETTER LONG E",
144528  direction="l",
144529  linebreak="al",
144530  uccode=0x10401,
144531  unicodeslot=0x10429,
144532 },
144533 [0x1042A]={
144534  category="ll",
144535  description="DESERET SMALL LETTER LONG A",
144536  direction="l",
144537  linebreak="al",
144538  uccode=0x10402,
144539  unicodeslot=0x1042A,
144540 },
144541 [0x1042B]={
144542  category="ll",
144543  description="DESERET SMALL LETTER LONG AH",
144544  direction="l",
144545  linebreak="al",
144546  uccode=0x10403,
144547  unicodeslot=0x1042B,
144548 },
144549 [0x1042C]={
144550  category="ll",
144551  description="DESERET SMALL LETTER LONG O",
144552  direction="l",
144553  linebreak="al",
144554  uccode=0x10404,
144555  unicodeslot=0x1042C,
144556 },
144557 [0x1042D]={
144558  category="ll",
144559  description="DESERET SMALL LETTER LONG OO",
144560  direction="l",
144561  linebreak="al",
144562  uccode=0x10405,
144563  unicodeslot=0x1042D,
144564 },
144565 [0x1042E]={
144566  category="ll",
144567  description="DESERET SMALL LETTER SHORT I",
144568  direction="l",
144569  linebreak="al",
144570  uccode=0x10406,
144571  unicodeslot=0x1042E,
144572 },
144573 [0x1042F]={
144574  category="ll",
144575  description="DESERET SMALL LETTER SHORT E",
144576  direction="l",
144577  linebreak="al",
144578  uccode=0x10407,
144579  unicodeslot=0x1042F,
144580 },
144581 [0x10430]={
144582  category="ll",
144583  description="DESERET SMALL LETTER SHORT A",
144584  direction="l",
144585  linebreak="al",
144586  uccode=0x10408,
144587  unicodeslot=0x10430,
144588 },
144589 [0x10431]={
144590  category="ll",
144591  description="DESERET SMALL LETTER SHORT AH",
144592  direction="l",
144593  linebreak="al",
144594  uccode=0x10409,
144595  unicodeslot=0x10431,
144596 },
144597 [0x10432]={
144598  category="ll",
144599  description="DESERET SMALL LETTER SHORT O",
144600  direction="l",
144601  linebreak="al",
144602  uccode=0x1040A,
144603  unicodeslot=0x10432,
144604 },
144605 [0x10433]={
144606  category="ll",
144607  description="DESERET SMALL LETTER SHORT OO",
144608  direction="l",
144609  linebreak="al",
144610  uccode=0x1040B,
144611  unicodeslot=0x10433,
144612 },
144613 [0x10434]={
144614  category="ll",
144615  description="DESERET SMALL LETTER AY",
144616  direction="l",
144617  linebreak="al",
144618  uccode=0x1040C,
144619  unicodeslot=0x10434,
144620 },
144621 [0x10435]={
144622  category="ll",
144623  description="DESERET SMALL LETTER OW",
144624  direction="l",
144625  linebreak="al",
144626  uccode=0x1040D,
144627  unicodeslot=0x10435,
144628 },
144629 [0x10436]={
144630  category="ll",
144631  description="DESERET SMALL LETTER WU",
144632  direction="l",
144633  linebreak="al",
144634  uccode=0x1040E,
144635  unicodeslot=0x10436,
144636 },
144637 [0x10437]={
144638  category="ll",
144639  description="DESERET SMALL LETTER YEE",
144640  direction="l",
144641  linebreak="al",
144642  uccode=0x1040F,
144643  unicodeslot=0x10437,
144644 },
144645 [0x10438]={
144646  category="ll",
144647  description="DESERET SMALL LETTER H",
144648  direction="l",
144649  linebreak="al",
144650  uccode=0x10410,
144651  unicodeslot=0x10438,
144652 },
144653 [0x10439]={
144654  category="ll",
144655  description="DESERET SMALL LETTER PEE",
144656  direction="l",
144657  linebreak="al",
144658  uccode=0x10411,
144659  unicodeslot=0x10439,
144660 },
144661 [0x1043A]={
144662  category="ll",
144663  description="DESERET SMALL LETTER BEE",
144664  direction="l",
144665  linebreak="al",
144666  uccode=0x10412,
144667  unicodeslot=0x1043A,
144668 },
144669 [0x1043B]={
144670  category="ll",
144671  description="DESERET SMALL LETTER TEE",
144672  direction="l",
144673  linebreak="al",
144674  uccode=0x10413,
144675  unicodeslot=0x1043B,
144676 },
144677 [0x1043C]={
144678  category="ll",
144679  description="DESERET SMALL LETTER DEE",
144680  direction="l",
144681  linebreak="al",
144682  uccode=0x10414,
144683  unicodeslot=0x1043C,
144684 },
144685 [0x1043D]={
144686  category="ll",
144687  description="DESERET SMALL LETTER CHEE",
144688  direction="l",
144689  linebreak="al",
144690  uccode=0x10415,
144691  unicodeslot=0x1043D,
144692 },
144693 [0x1043E]={
144694  category="ll",
144695  description="DESERET SMALL LETTER JEE",
144696  direction="l",
144697  linebreak="al",
144698  uccode=0x10416,
144699  unicodeslot=0x1043E,
144700 },
144701 [0x1043F]={
144702  category="ll",
144703  description="DESERET SMALL LETTER KAY",
144704  direction="l",
144705  linebreak="al",
144706  uccode=0x10417,
144707  unicodeslot=0x1043F,
144708 },
144709 [0x10440]={
144710  category="ll",
144711  description="DESERET SMALL LETTER GAY",
144712  direction="l",
144713  linebreak="al",
144714  uccode=0x10418,
144715  unicodeslot=0x10440,
144716 },
144717 [0x10441]={
144718  category="ll",
144719  description="DESERET SMALL LETTER EF",
144720  direction="l",
144721  linebreak="al",
144722  uccode=0x10419,
144723  unicodeslot=0x10441,
144724 },
144725 [0x10442]={
144726  category="ll",
144727  description="DESERET SMALL LETTER VEE",
144728  direction="l",
144729  linebreak="al",
144730  uccode=0x1041A,
144731  unicodeslot=0x10442,
144732 },
144733 [0x10443]={
144734  category="ll",
144735  description="DESERET SMALL LETTER ETH",
144736  direction="l",
144737  linebreak="al",
144738  uccode=0x1041B,
144739  unicodeslot=0x10443,
144740 },
144741 [0x10444]={
144742  category="ll",
144743  description="DESERET SMALL LETTER THEE",
144744  direction="l",
144745  linebreak="al",
144746  uccode=0x1041C,
144747  unicodeslot=0x10444,
144748 },
144749 [0x10445]={
144750  category="ll",
144751  description="DESERET SMALL LETTER ES",
144752  direction="l",
144753  linebreak="al",
144754  uccode=0x1041D,
144755  unicodeslot=0x10445,
144756 },
144757 [0x10446]={
144758  category="ll",
144759  description="DESERET SMALL LETTER ZEE",
144760  direction="l",
144761  linebreak="al",
144762  uccode=0x1041E,
144763  unicodeslot=0x10446,
144764 },
144765 [0x10447]={
144766  category="ll",
144767  description="DESERET SMALL LETTER ESH",
144768  direction="l",
144769  linebreak="al",
144770  uccode=0x1041F,
144771  unicodeslot=0x10447,
144772 },
144773 [0x10448]={
144774  category="ll",
144775  description="DESERET SMALL LETTER ZHEE",
144776  direction="l",
144777  linebreak="al",
144778  uccode=0x10420,
144779  unicodeslot=0x10448,
144780 },
144781 [0x10449]={
144782  category="ll",
144783  description="DESERET SMALL LETTER ER",
144784  direction="l",
144785  linebreak="al",
144786  uccode=0x10421,
144787  unicodeslot=0x10449,
144788 },
144789 [0x1044A]={
144790  category="ll",
144791  description="DESERET SMALL LETTER EL",
144792  direction="l",
144793  linebreak="al",
144794  uccode=0x10422,
144795  unicodeslot=0x1044A,
144796 },
144797 [0x1044B]={
144798  category="ll",
144799  description="DESERET SMALL LETTER EM",
144800  direction="l",
144801  linebreak="al",
144802  uccode=0x10423,
144803  unicodeslot=0x1044B,
144804 },
144805 [0x1044C]={
144806  category="ll",
144807  description="DESERET SMALL LETTER EN",
144808  direction="l",
144809  linebreak="al",
144810  uccode=0x10424,
144811  unicodeslot=0x1044C,
144812 },
144813 [0x1044D]={
144814  category="ll",
144815  description="DESERET SMALL LETTER ENG",
144816  direction="l",
144817  linebreak="al",
144818  uccode=0x10425,
144819  unicodeslot=0x1044D,
144820 },
144821 [0x1044E]={
144822  category="ll",
144823  description="DESERET SMALL LETTER OI",
144824  direction="l",
144825  linebreak="al",
144826  uccode=0x10426,
144827  unicodeslot=0x1044E,
144828 },
144829 [0x1044F]={
144830  category="ll",
144831  description="DESERET SMALL LETTER EW",
144832  direction="l",
144833  linebreak="al",
144834  uccode=0x10427,
144835  unicodeslot=0x1044F,
144836 },
144837 [0x10450]={
144838  category="lo",
144839  description="SHAVIAN LETTER PEEP",
144840  direction="l",
144841  linebreak="al",
144842  unicodeslot=0x10450,
144843 },
144844 [0x10451]={
144845  category="lo",
144846  description="SHAVIAN LETTER TOT",
144847  direction="l",
144848  linebreak="al",
144849  unicodeslot=0x10451,
144850 },
144851 [0x10452]={
144852  category="lo",
144853  description="SHAVIAN LETTER KICK",
144854  direction="l",
144855  linebreak="al",
144856  unicodeslot=0x10452,
144857 },
144858 [0x10453]={
144859  category="lo",
144860  description="SHAVIAN LETTER FEE",
144861  direction="l",
144862  linebreak="al",
144863  unicodeslot=0x10453,
144864 },
144865 [0x10454]={
144866  category="lo",
144867  description="SHAVIAN LETTER THIGH",
144868  direction="l",
144869  linebreak="al",
144870  unicodeslot=0x10454,
144871 },
144872 [0x10455]={
144873  category="lo",
144874  description="SHAVIAN LETTER SO",
144875  direction="l",
144876  linebreak="al",
144877  unicodeslot=0x10455,
144878 },
144879 [0x10456]={
144880  category="lo",
144881  description="SHAVIAN LETTER SURE",
144882  direction="l",
144883  linebreak="al",
144884  unicodeslot=0x10456,
144885 },
144886 [0x10457]={
144887  category="lo",
144888  description="SHAVIAN LETTER CHURCH",
144889  direction="l",
144890  linebreak="al",
144891  unicodeslot=0x10457,
144892 },
144893 [0x10458]={
144894  category="lo",
144895  description="SHAVIAN LETTER YEA",
144896  direction="l",
144897  linebreak="al",
144898  unicodeslot=0x10458,
144899 },
144900 [0x10459]={
144901  category="lo",
144902  description="SHAVIAN LETTER HUNG",
144903  direction="l",
144904  linebreak="al",
144905  unicodeslot=0x10459,
144906 },
144907 [0x1045A]={
144908  category="lo",
144909  description="SHAVIAN LETTER BIB",
144910  direction="l",
144911  linebreak="al",
144912  unicodeslot=0x1045A,
144913 },
144914 [0x1045B]={
144915  category="lo",
144916  description="SHAVIAN LETTER DEAD",
144917  direction="l",
144918  linebreak="al",
144919  unicodeslot=0x1045B,
144920 },
144921 [0x1045C]={
144922  category="lo",
144923  description="SHAVIAN LETTER GAG",
144924  direction="l",
144925  linebreak="al",
144926  unicodeslot=0x1045C,
144927 },
144928 [0x1045D]={
144929  category="lo",
144930  description="SHAVIAN LETTER VOW",
144931  direction="l",
144932  linebreak="al",
144933  unicodeslot=0x1045D,
144934 },
144935 [0x1045E]={
144936  category="lo",
144937  description="SHAVIAN LETTER THEY",
144938  direction="l",
144939  linebreak="al",
144940  unicodeslot=0x1045E,
144941 },
144942 [0x1045F]={
144943  category="lo",
144944  description="SHAVIAN LETTER ZOO",
144945  direction="l",
144946  linebreak="al",
144947  unicodeslot=0x1045F,
144948 },
144949 [0x10460]={
144950  category="lo",
144951  description="SHAVIAN LETTER MEASURE",
144952  direction="l",
144953  linebreak="al",
144954  unicodeslot=0x10460,
144955 },
144956 [0x10461]={
144957  category="lo",
144958  description="SHAVIAN LETTER JUDGE",
144959  direction="l",
144960  linebreak="al",
144961  unicodeslot=0x10461,
144962 },
144963 [0x10462]={
144964  category="lo",
144965  description="SHAVIAN LETTER WOE",
144966  direction="l",
144967  linebreak="al",
144968  unicodeslot=0x10462,
144969 },
144970 [0x10463]={
144971  category="lo",
144972  description="SHAVIAN LETTER HA-HA",
144973  direction="l",
144974  linebreak="al",
144975  unicodeslot=0x10463,
144976 },
144977 [0x10464]={
144978  category="lo",
144979  description="SHAVIAN LETTER LOLL",
144980  direction="l",
144981  linebreak="al",
144982  unicodeslot=0x10464,
144983 },
144984 [0x10465]={
144985  category="lo",
144986  description="SHAVIAN LETTER MIME",
144987  direction="l",
144988  linebreak="al",
144989  unicodeslot=0x10465,
144990 },
144991 [0x10466]={
144992  category="lo",
144993  description="SHAVIAN LETTER IF",
144994  direction="l",
144995  linebreak="al",
144996  unicodeslot=0x10466,
144997 },
144998 [0x10467]={
144999  category="lo",
145000  description="SHAVIAN LETTER EGG",
145001  direction="l",
145002  linebreak="al",
145003  unicodeslot=0x10467,
145004 },
145005 [0x10468]={
145006  category="lo",
145007  description="SHAVIAN LETTER ASH",
145008  direction="l",
145009  linebreak="al",
145010  unicodeslot=0x10468,
145011 },
145012 [0x10469]={
145013  category="lo",
145014  description="SHAVIAN LETTER ADO",
145015  direction="l",
145016  linebreak="al",
145017  unicodeslot=0x10469,
145018 },
145019 [0x1046A]={
145020  category="lo",
145021  description="SHAVIAN LETTER ON",
145022  direction="l",
145023  linebreak="al",
145024  unicodeslot=0x1046A,
145025 },
145026 [0x1046B]={
145027  category="lo",
145028  description="SHAVIAN LETTER WOOL",
145029  direction="l",
145030  linebreak="al",
145031  unicodeslot=0x1046B,
145032 },
145033 [0x1046C]={
145034  category="lo",
145035  description="SHAVIAN LETTER OUT",
145036  direction="l",
145037  linebreak="al",
145038  unicodeslot=0x1046C,
145039 },
145040 [0x1046D]={
145041  category="lo",
145042  description="SHAVIAN LETTER AH",
145043  direction="l",
145044  linebreak="al",
145045  unicodeslot=0x1046D,
145046 },
145047 [0x1046E]={
145048  category="lo",
145049  description="SHAVIAN LETTER ROAR",
145050  direction="l",
145051  linebreak="al",
145052  unicodeslot=0x1046E,
145053 },
145054 [0x1046F]={
145055  category="lo",
145056  description="SHAVIAN LETTER NUN",
145057  direction="l",
145058  linebreak="al",
145059  unicodeslot=0x1046F,
145060 },
145061 [0x10470]={
145062  category="lo",
145063  description="SHAVIAN LETTER EAT",
145064  direction="l",
145065  linebreak="al",
145066  unicodeslot=0x10470,
145067 },
145068 [0x10471]={
145069  category="lo",
145070  description="SHAVIAN LETTER AGE",
145071  direction="l",
145072  linebreak="al",
145073  unicodeslot=0x10471,
145074 },
145075 [0x10472]={
145076  category="lo",
145077  description="SHAVIAN LETTER ICE",
145078  direction="l",
145079  linebreak="al",
145080  unicodeslot=0x10472,
145081 },
145082 [0x10473]={
145083  category="lo",
145084  description="SHAVIAN LETTER UP",
145085  direction="l",
145086  linebreak="al",
145087  unicodeslot=0x10473,
145088 },
145089 [0x10474]={
145090  category="lo",
145091  description="SHAVIAN LETTER OAK",
145092  direction="l",
145093  linebreak="al",
145094  unicodeslot=0x10474,
145095 },
145096 [0x10475]={
145097  category="lo",
145098  description="SHAVIAN LETTER OOZE",
145099  direction="l",
145100  linebreak="al",
145101  unicodeslot=0x10475,
145102 },
145103 [0x10476]={
145104  category="lo",
145105  description="SHAVIAN LETTER OIL",
145106  direction="l",
145107  linebreak="al",
145108  unicodeslot=0x10476,
145109 },
145110 [0x10477]={
145111  category="lo",
145112  description="SHAVIAN LETTER AWE",
145113  direction="l",
145114  linebreak="al",
145115  unicodeslot=0x10477,
145116 },
145117 [0x10478]={
145118  category="lo",
145119  description="SHAVIAN LETTER ARE",
145120  direction="l",
145121  linebreak="al",
145122  unicodeslot=0x10478,
145123 },
145124 [0x10479]={
145125  category="lo",
145126  description="SHAVIAN LETTER OR",
145127  direction="l",
145128  linebreak="al",
145129  unicodeslot=0x10479,
145130 },
145131 [0x1047A]={
145132  category="lo",
145133  description="SHAVIAN LETTER AIR",
145134  direction="l",
145135  linebreak="al",
145136  unicodeslot=0x1047A,
145137 },
145138 [0x1047B]={
145139  category="lo",
145140  description="SHAVIAN LETTER ERR",
145141  direction="l",
145142  linebreak="al",
145143  unicodeslot=0x1047B,
145144 },
145145 [0x1047C]={
145146  category="lo",
145147  description="SHAVIAN LETTER ARRAY",
145148  direction="l",
145149  linebreak="al",
145150  unicodeslot=0x1047C,
145151 },
145152 [0x1047D]={
145153  category="lo",
145154  description="SHAVIAN LETTER EAR",
145155  direction="l",
145156  linebreak="al",
145157  unicodeslot=0x1047D,
145158 },
145159 [0x1047E]={
145160  category="lo",
145161  description="SHAVIAN LETTER IAN",
145162  direction="l",
145163  linebreak="al",
145164  unicodeslot=0x1047E,
145165 },
145166 [0x1047F]={
145167  category="lo",
145168  description="SHAVIAN LETTER YEW",
145169  direction="l",
145170  linebreak="al",
145171  unicodeslot=0x1047F,
145172 },
145173 [0x10480]={
145174  category="lo",
145175  description="OSMANYA LETTER ALEF",
145176  direction="l",
145177  linebreak="al",
145178  unicodeslot=0x10480,
145179 },
145180 [0x10481]={
145181  category="lo",
145182  description="OSMANYA LETTER BA",
145183  direction="l",
145184  linebreak="al",
145185  unicodeslot=0x10481,
145186 },
145187 [0x10482]={
145188  category="lo",
145189  description="OSMANYA LETTER TA",
145190  direction="l",
145191  linebreak="al",
145192  unicodeslot=0x10482,
145193 },
145194 [0x10483]={
145195  category="lo",
145196  description="OSMANYA LETTER JA",
145197  direction="l",
145198  linebreak="al",
145199  unicodeslot=0x10483,
145200 },
145201 [0x10484]={
145202  category="lo",
145203  description="OSMANYA LETTER XA",
145204  direction="l",
145205  linebreak="al",
145206  unicodeslot=0x10484,
145207 },
145208 [0x10485]={
145209  category="lo",
145210  description="OSMANYA LETTER KHA",
145211  direction="l",
145212  linebreak="al",
145213  unicodeslot=0x10485,
145214 },
145215 [0x10486]={
145216  category="lo",
145217  description="OSMANYA LETTER DEEL",
145218  direction="l",
145219  linebreak="al",
145220  unicodeslot=0x10486,
145221 },
145222 [0x10487]={
145223  category="lo",
145224  description="OSMANYA LETTER RA",
145225  direction="l",
145226  linebreak="al",
145227  unicodeslot=0x10487,
145228 },
145229 [0x10488]={
145230  category="lo",
145231  description="OSMANYA LETTER SA",
145232  direction="l",
145233  linebreak="al",
145234  unicodeslot=0x10488,
145235 },
145236 [0x10489]={
145237  category="lo",
145238  description="OSMANYA LETTER SHIIN",
145239  direction="l",
145240  linebreak="al",
145241  unicodeslot=0x10489,
145242 },
145243 [0x1048A]={
145244  category="lo",
145245  description="OSMANYA LETTER DHA",
145246  direction="l",
145247  linebreak="al",
145248  unicodeslot=0x1048A,
145249 },
145250 [0x1048B]={
145251  category="lo",
145252  description="OSMANYA LETTER CAYN",
145253  direction="l",
145254  linebreak="al",
145255  unicodeslot=0x1048B,
145256 },
145257 [0x1048C]={
145258  category="lo",
145259  description="OSMANYA LETTER GA",
145260  direction="l",
145261  linebreak="al",
145262  unicodeslot=0x1048C,
145263 },
145264 [0x1048D]={
145265  category="lo",
145266  description="OSMANYA LETTER FA",
145267  direction="l",
145268  linebreak="al",
145269  unicodeslot=0x1048D,
145270 },
145271 [0x1048E]={
145272  category="lo",
145273  description="OSMANYA LETTER QAAF",
145274  direction="l",
145275  linebreak="al",
145276  unicodeslot=0x1048E,
145277 },
145278 [0x1048F]={
145279  category="lo",
145280  description="OSMANYA LETTER KAAF",
145281  direction="l",
145282  linebreak="al",
145283  unicodeslot=0x1048F,
145284 },
145285 [0x10490]={
145286  category="lo",
145287  description="OSMANYA LETTER LAAN",
145288  direction="l",
145289  linebreak="al",
145290  unicodeslot=0x10490,
145291 },
145292 [0x10491]={
145293  category="lo",
145294  description="OSMANYA LETTER MIIN",
145295  direction="l",
145296  linebreak="al",
145297  unicodeslot=0x10491,
145298 },
145299 [0x10492]={
145300  category="lo",
145301  description="OSMANYA LETTER NUUN",
145302  direction="l",
145303  linebreak="al",
145304  unicodeslot=0x10492,
145305 },
145306 [0x10493]={
145307  category="lo",
145308  description="OSMANYA LETTER WAW",
145309  direction="l",
145310  linebreak="al",
145311  unicodeslot=0x10493,
145312 },
145313 [0x10494]={
145314  category="lo",
145315  description="OSMANYA LETTER HA",
145316  direction="l",
145317  linebreak="al",
145318  unicodeslot=0x10494,
145319 },
145320 [0x10495]={
145321  category="lo",
145322  description="OSMANYA LETTER YA",
145323  direction="l",
145324  linebreak="al",
145325  unicodeslot=0x10495,
145326 },
145327 [0x10496]={
145328  category="lo",
145329  description="OSMANYA LETTER A",
145330  direction="l",
145331  linebreak="al",
145332  unicodeslot=0x10496,
145333 },
145334 [0x10497]={
145335  category="lo",
145336  description="OSMANYA LETTER E",
145337  direction="l",
145338  linebreak="al",
145339  unicodeslot=0x10497,
145340 },
145341 [0x10498]={
145342  category="lo",
145343  description="OSMANYA LETTER I",
145344  direction="l",
145345  linebreak="al",
145346  unicodeslot=0x10498,
145347 },
145348 [0x10499]={
145349  category="lo",
145350  description="OSMANYA LETTER O",
145351  direction="l",
145352  linebreak="al",
145353  unicodeslot=0x10499,
145354 },
145355 [0x1049A]={
145356  category="lo",
145357  description="OSMANYA LETTER U",
145358  direction="l",
145359  linebreak="al",
145360  unicodeslot=0x1049A,
145361 },
145362 [0x1049B]={
145363  category="lo",
145364  description="OSMANYA LETTER AA",
145365  direction="l",
145366  linebreak="al",
145367  unicodeslot=0x1049B,
145368 },
145369 [0x1049C]={
145370  category="lo",
145371  description="OSMANYA LETTER EE",
145372  direction="l",
145373  linebreak="al",
145374  unicodeslot=0x1049C,
145375 },
145376 [0x1049D]={
145377  category="lo",
145378  description="OSMANYA LETTER OO",
145379  direction="l",
145380  linebreak="al",
145381  unicodeslot=0x1049D,
145382 },
145383 [0x104A0]={
145384  category="nd",
145385  description="OSMANYA DIGIT ZERO",
145386  direction="l",
145387  linebreak="nu",
145388  unicodeslot=0x104A0,
145389 },
145390 [0x104A1]={
145391  category="nd",
145392  description="OSMANYA DIGIT ONE",
145393  direction="l",
145394  linebreak="nu",
145395  unicodeslot=0x104A1,
145396 },
145397 [0x104A2]={
145398  category="nd",
145399  description="OSMANYA DIGIT TWO",
145400  direction="l",
145401  linebreak="nu",
145402  unicodeslot=0x104A2,
145403 },
145404 [0x104A3]={
145405  category="nd",
145406  description="OSMANYA DIGIT THREE",
145407  direction="l",
145408  linebreak="nu",
145409  unicodeslot=0x104A3,
145410 },
145411 [0x104A4]={
145412  category="nd",
145413  description="OSMANYA DIGIT FOUR",
145414  direction="l",
145415  linebreak="nu",
145416  unicodeslot=0x104A4,
145417 },
145418 [0x104A5]={
145419  category="nd",
145420  description="OSMANYA DIGIT FIVE",
145421  direction="l",
145422  linebreak="nu",
145423  unicodeslot=0x104A5,
145424 },
145425 [0x104A6]={
145426  category="nd",
145427  description="OSMANYA DIGIT SIX",
145428  direction="l",
145429  linebreak="nu",
145430  unicodeslot=0x104A6,
145431 },
145432 [0x104A7]={
145433  category="nd",
145434  description="OSMANYA DIGIT SEVEN",
145435  direction="l",
145436  linebreak="nu",
145437  unicodeslot=0x104A7,
145438 },
145439 [0x104A8]={
145440  category="nd",
145441  description="OSMANYA DIGIT EIGHT",
145442  direction="l",
145443  linebreak="nu",
145444  unicodeslot=0x104A8,
145445 },
145446 [0x104A9]={
145447  category="nd",
145448  description="OSMANYA DIGIT NINE",
145449  direction="l",
145450  linebreak="nu",
145451  unicodeslot=0x104A9,
145452 },
145453 [0x104B0]={
145454  category="lu",
145455  description="OSAGE CAPITAL LETTER A",
145456  direction="l",
145457  lccode=0x104D8,
145458  linebreak="al",
145459  unicodeslot=0x104B0,
145460 },
145461 [0x104B1]={
145462  category="lu",
145463  description="OSAGE CAPITAL LETTER AI",
145464  direction="l",
145465  lccode=0x104D9,
145466  linebreak="al",
145467  unicodeslot=0x104B1,
145468 },
145469 [0x104B2]={
145470  category="lu",
145471  description="OSAGE CAPITAL LETTER AIN",
145472  direction="l",
145473  lccode=0x104DA,
145474  linebreak="al",
145475  unicodeslot=0x104B2,
145476 },
145477 [0x104B3]={
145478  category="lu",
145479  description="OSAGE CAPITAL LETTER AH",
145480  direction="l",
145481  lccode=0x104DB,
145482  linebreak="al",
145483  unicodeslot=0x104B3,
145484 },
145485 [0x104B4]={
145486  category="lu",
145487  description="OSAGE CAPITAL LETTER BRA",
145488  direction="l",
145489  lccode=0x104DC,
145490  linebreak="al",
145491  unicodeslot=0x104B4,
145492 },
145493 [0x104B5]={
145494  category="lu",
145495  description="OSAGE CAPITAL LETTER CHA",
145496  direction="l",
145497  lccode=0x104DD,
145498  linebreak="al",
145499  unicodeslot=0x104B5,
145500 },
145501 [0x104B6]={
145502  category="lu",
145503  description="OSAGE CAPITAL LETTER EHCHA",
145504  direction="l",
145505  lccode=0x104DE,
145506  linebreak="al",
145507  unicodeslot=0x104B6,
145508 },
145509 [0x104B7]={
145510  category="lu",
145511  description="OSAGE CAPITAL LETTER E",
145512  direction="l",
145513  lccode=0x104DF,
145514  linebreak="al",
145515  unicodeslot=0x104B7,
145516 },
145517 [0x104B8]={
145518  category="lu",
145519  description="OSAGE CAPITAL LETTER EIN",
145520  direction="l",
145521  lccode=0x104E0,
145522  linebreak="al",
145523  unicodeslot=0x104B8,
145524 },
145525 [0x104B9]={
145526  category="lu",
145527  description="OSAGE CAPITAL LETTER HA",
145528  direction="l",
145529  lccode=0x104E1,
145530  linebreak="al",
145531  unicodeslot=0x104B9,
145532 },
145533 [0x104BA]={
145534  category="lu",
145535  description="OSAGE CAPITAL LETTER HYA",
145536  direction="l",
145537  lccode=0x104E2,
145538  linebreak="al",
145539  unicodeslot=0x104BA,
145540 },
145541 [0x104BB]={
145542  category="lu",
145543  description="OSAGE CAPITAL LETTER I",
145544  direction="l",
145545  lccode=0x104E3,
145546  linebreak="al",
145547  unicodeslot=0x104BB,
145548 },
145549 [0x104BC]={
145550  category="lu",
145551  description="OSAGE CAPITAL LETTER KA",
145552  direction="l",
145553  lccode=0x104E4,
145554  linebreak="al",
145555  unicodeslot=0x104BC,
145556 },
145557 [0x104BD]={
145558  category="lu",
145559  description="OSAGE CAPITAL LETTER EHKA",
145560  direction="l",
145561  lccode=0x104E5,
145562  linebreak="al",
145563  unicodeslot=0x104BD,
145564 },
145565 [0x104BE]={
145566  category="lu",
145567  description="OSAGE CAPITAL LETTER KYA",
145568  direction="l",
145569  lccode=0x104E6,
145570  linebreak="al",
145571  unicodeslot=0x104BE,
145572 },
145573 [0x104BF]={
145574  category="lu",
145575  description="OSAGE CAPITAL LETTER LA",
145576  direction="l",
145577  lccode=0x104E7,
145578  linebreak="al",
145579  unicodeslot=0x104BF,
145580 },
145581 [0x104C0]={
145582  category="lu",
145583  description="OSAGE CAPITAL LETTER MA",
145584  direction="l",
145585  lccode=0x104E8,
145586  linebreak="al",
145587  unicodeslot=0x104C0,
145588 },
145589 [0x104C1]={
145590  category="lu",
145591  description="OSAGE CAPITAL LETTER NA",
145592  direction="l",
145593  lccode=0x104E9,
145594  linebreak="al",
145595  unicodeslot=0x104C1,
145596 },
145597 [0x104C2]={
145598  category="lu",
145599  description="OSAGE CAPITAL LETTER O",
145600  direction="l",
145601  lccode=0x104EA,
145602  linebreak="al",
145603  unicodeslot=0x104C2,
145604 },
145605 [0x104C3]={
145606  category="lu",
145607  description="OSAGE CAPITAL LETTER OIN",
145608  direction="l",
145609  lccode=0x104EB,
145610  linebreak="al",
145611  unicodeslot=0x104C3,
145612 },
145613 [0x104C4]={
145614  category="lu",
145615  description="OSAGE CAPITAL LETTER PA",
145616  direction="l",
145617  lccode=0x104EC,
145618  linebreak="al",
145619  unicodeslot=0x104C4,
145620 },
145621 [0x104C5]={
145622  category="lu",
145623  description="OSAGE CAPITAL LETTER EHPA",
145624  direction="l",
145625  lccode=0x104ED,
145626  linebreak="al",
145627  unicodeslot=0x104C5,
145628 },
145629 [0x104C6]={
145630  category="lu",
145631  description="OSAGE CAPITAL LETTER SA",
145632  direction="l",
145633  lccode=0x104EE,
145634  linebreak="al",
145635  unicodeslot=0x104C6,
145636 },
145637 [0x104C7]={
145638  category="lu",
145639  description="OSAGE CAPITAL LETTER SHA",
145640  direction="l",
145641  lccode=0x104EF,
145642  linebreak="al",
145643  unicodeslot=0x104C7,
145644 },
145645 [0x104C8]={
145646  category="lu",
145647  description="OSAGE CAPITAL LETTER TA",
145648  direction="l",
145649  lccode=0x104F0,
145650  linebreak="al",
145651  unicodeslot=0x104C8,
145652 },
145653 [0x104C9]={
145654  category="lu",
145655  description="OSAGE CAPITAL LETTER EHTA",
145656  direction="l",
145657  lccode=0x104F1,
145658  linebreak="al",
145659  unicodeslot=0x104C9,
145660 },
145661 [0x104CA]={
145662  category="lu",
145663  description="OSAGE CAPITAL LETTER TSA",
145664  direction="l",
145665  lccode=0x104F2,
145666  linebreak="al",
145667  unicodeslot=0x104CA,
145668 },
145669 [0x104CB]={
145670  category="lu",
145671  description="OSAGE CAPITAL LETTER EHTSA",
145672  direction="l",
145673  lccode=0x104F3,
145674  linebreak="al",
145675  unicodeslot=0x104CB,
145676 },
145677 [0x104CC]={
145678  category="lu",
145679  description="OSAGE CAPITAL LETTER TSHA",
145680  direction="l",
145681  lccode=0x104F4,
145682  linebreak="al",
145683  unicodeslot=0x104CC,
145684 },
145685 [0x104CD]={
145686  category="lu",
145687  description="OSAGE CAPITAL LETTER DHA",
145688  direction="l",
145689  lccode=0x104F5,
145690  linebreak="al",
145691  unicodeslot=0x104CD,
145692 },
145693 [0x104CE]={
145694  category="lu",
145695  description="OSAGE CAPITAL LETTER U",
145696  direction="l",
145697  lccode=0x104F6,
145698  linebreak="al",
145699  unicodeslot=0x104CE,
145700 },
145701 [0x104CF]={
145702  category="lu",
145703  description="OSAGE CAPITAL LETTER WA",
145704  direction="l",
145705  lccode=0x104F7,
145706  linebreak="al",
145707  unicodeslot=0x104CF,
145708 },
145709 [0x104D0]={
145710  category="lu",
145711  description="OSAGE CAPITAL LETTER KHA",
145712  direction="l",
145713  lccode=0x104F8,
145714  linebreak="al",
145715  unicodeslot=0x104D0,
145716 },
145717 [0x104D1]={
145718  category="lu",
145719  description="OSAGE CAPITAL LETTER GHA",
145720  direction="l",
145721  lccode=0x104F9,
145722  linebreak="al",
145723  unicodeslot=0x104D1,
145724 },
145725 [0x104D2]={
145726  category="lu",
145727  description="OSAGE CAPITAL LETTER ZA",
145728  direction="l",
145729  lccode=0x104FA,
145730  linebreak="al",
145731  unicodeslot=0x104D2,
145732 },
145733 [0x104D3]={
145734  category="lu",
145735  description="OSAGE CAPITAL LETTER ZHA",
145736  direction="l",
145737  lccode=0x104FB,
145738  linebreak="al",
145739  unicodeslot=0x104D3,
145740 },
145741 [0x104D8]={
145742  category="ll",
145743  description="OSAGE SMALL LETTER A",
145744  direction="l",
145745  linebreak="al",
145746  unicodeslot=0x104D8,
145747 },
145748 [0x104D9]={
145749  category="ll",
145750  description="OSAGE SMALL LETTER AI",
145751  direction="l",
145752  linebreak="al",
145753  unicodeslot=0x104D9,
145754 },
145755 [0x104DA]={
145756  category="ll",
145757  description="OSAGE SMALL LETTER AIN",
145758  direction="l",
145759  linebreak="al",
145760  unicodeslot=0x104DA,
145761 },
145762 [0x104DB]={
145763  category="ll",
145764  description="OSAGE SMALL LETTER AH",
145765  direction="l",
145766  linebreak="al",
145767  unicodeslot=0x104DB,
145768 },
145769 [0x104DC]={
145770  category="ll",
145771  description="OSAGE SMALL LETTER BRA",
145772  direction="l",
145773  linebreak="al",
145774  unicodeslot=0x104DC,
145775 },
145776 [0x104DD]={
145777  category="ll",
145778  description="OSAGE SMALL LETTER CHA",
145779  direction="l",
145780  linebreak="al",
145781  unicodeslot=0x104DD,
145782 },
145783 [0x104DE]={
145784  category="ll",
145785  description="OSAGE SMALL LETTER EHCHA",
145786  direction="l",
145787  linebreak="al",
145788  unicodeslot=0x104DE,
145789 },
145790 [0x104DF]={
145791  category="ll",
145792  description="OSAGE SMALL LETTER E",
145793  direction="l",
145794  linebreak="al",
145795  unicodeslot=0x104DF,
145796 },
145797 [0x104E0]={
145798  category="ll",
145799  description="OSAGE SMALL LETTER EIN",
145800  direction="l",
145801  linebreak="al",
145802  unicodeslot=0x104E0,
145803 },
145804 [0x104E1]={
145805  category="ll",
145806  description="OSAGE SMALL LETTER HA",
145807  direction="l",
145808  linebreak="al",
145809  unicodeslot=0x104E1,
145810 },
145811 [0x104E2]={
145812  category="ll",
145813  description="OSAGE SMALL LETTER HYA",
145814  direction="l",
145815  linebreak="al",
145816  unicodeslot=0x104E2,
145817 },
145818 [0x104E3]={
145819  category="ll",
145820  description="OSAGE SMALL LETTER I",
145821  direction="l",
145822  linebreak="al",
145823  unicodeslot=0x104E3,
145824 },
145825 [0x104E4]={
145826  category="ll",
145827  description="OSAGE SMALL LETTER KA",
145828  direction="l",
145829  linebreak="al",
145830  unicodeslot=0x104E4,
145831 },
145832 [0x104E5]={
145833  category="ll",
145834  description="OSAGE SMALL LETTER EHKA",
145835  direction="l",
145836  linebreak="al",
145837  unicodeslot=0x104E5,
145838 },
145839 [0x104E6]={
145840  category="ll",
145841  description="OSAGE SMALL LETTER KYA",
145842  direction="l",
145843  linebreak="al",
145844  unicodeslot=0x104E6,
145845 },
145846 [0x104E7]={
145847  category="ll",
145848  description="OSAGE SMALL LETTER LA",
145849  direction="l",
145850  linebreak="al",
145851  unicodeslot=0x104E7,
145852 },
145853 [0x104E8]={
145854  category="ll",
145855  description="OSAGE SMALL LETTER MA",
145856  direction="l",
145857  linebreak="al",
145858  unicodeslot=0x104E8,
145859 },
145860 [0x104E9]={
145861  category="ll",
145862  description="OSAGE SMALL LETTER NA",
145863  direction="l",
145864  linebreak="al",
145865  unicodeslot=0x104E9,
145866 },
145867 [0x104EA]={
145868  category="ll",
145869  description="OSAGE SMALL LETTER O",
145870  direction="l",
145871  linebreak="al",
145872  unicodeslot=0x104EA,
145873 },
145874 [0x104EB]={
145875  category="ll",
145876  description="OSAGE SMALL LETTER OIN",
145877  direction="l",
145878  linebreak="al",
145879  unicodeslot=0x104EB,
145880 },
145881 [0x104EC]={
145882  category="ll",
145883  description="OSAGE SMALL LETTER PA",
145884  direction="l",
145885  linebreak="al",
145886  unicodeslot=0x104EC,
145887 },
145888 [0x104ED]={
145889  category="ll",
145890  description="OSAGE SMALL LETTER EHPA",
145891  direction="l",
145892  linebreak="al",
145893  unicodeslot=0x104ED,
145894 },
145895 [0x104EE]={
145896  category="ll",
145897  description="OSAGE SMALL LETTER SA",
145898  direction="l",
145899  linebreak="al",
145900  unicodeslot=0x104EE,
145901 },
145902 [0x104EF]={
145903  category="ll",
145904  description="OSAGE SMALL LETTER SHA",
145905  direction="l",
145906  linebreak="al",
145907  unicodeslot=0x104EF,
145908 },
145909 [0x104F0]={
145910  category="ll",
145911  description="OSAGE SMALL LETTER TA",
145912  direction="l",
145913  linebreak="al",
145914  unicodeslot=0x104F0,
145915 },
145916 [0x104F1]={
145917  category="ll",
145918  description="OSAGE SMALL LETTER EHTA",
145919  direction="l",
145920  linebreak="al",
145921  unicodeslot=0x104F1,
145922 },
145923 [0x104F2]={
145924  category="ll",
145925  description="OSAGE SMALL LETTER TSA",
145926  direction="l",
145927  linebreak="al",
145928  unicodeslot=0x104F2,
145929 },
145930 [0x104F3]={
145931  category="ll",
145932  description="OSAGE SMALL LETTER EHTSA",
145933  direction="l",
145934  linebreak="al",
145935  unicodeslot=0x104F3,
145936 },
145937 [0x104F4]={
145938  category="ll",
145939  description="OSAGE SMALL LETTER TSHA",
145940  direction="l",
145941  linebreak="al",
145942  unicodeslot=0x104F4,
145943 },
145944 [0x104F5]={
145945  category="ll",
145946  description="OSAGE SMALL LETTER DHA",
145947  direction="l",
145948  linebreak="al",
145949  unicodeslot=0x104F5,
145950 },
145951 [0x104F6]={
145952  category="ll",
145953  description="OSAGE SMALL LETTER U",
145954  direction="l",
145955  linebreak="al",
145956  unicodeslot=0x104F6,
145957 },
145958 [0x104F7]={
145959  category="ll",
145960  description="OSAGE SMALL LETTER WA",
145961  direction="l",
145962  linebreak="al",
145963  unicodeslot=0x104F7,
145964 },
145965 [0x104F8]={
145966  category="ll",
145967  description="OSAGE SMALL LETTER KHA",
145968  direction="l",
145969  linebreak="al",
145970  unicodeslot=0x104F8,
145971 },
145972 [0x104F9]={
145973  category="ll",
145974  description="OSAGE SMALL LETTER GHA",
145975  direction="l",
145976  linebreak="al",
145977  unicodeslot=0x104F9,
145978 },
145979 [0x104FA]={
145980  category="ll",
145981  description="OSAGE SMALL LETTER ZA",
145982  direction="l",
145983  linebreak="al",
145984  unicodeslot=0x104FA,
145985 },
145986 [0x104FB]={
145987  category="ll",
145988  description="OSAGE SMALL LETTER ZHA",
145989  direction="l",
145990  linebreak="al",
145991  unicodeslot=0x104FB,
145992 },
145993 [0x10500]={
145994  category="lo",
145995  description="ELBASAN LETTER A",
145996  direction="l",
145997  linebreak="al",
145998  unicodeslot=0x10500,
145999 },
146000 [0x10501]={
146001  category="lo",
146002  description="ELBASAN LETTER BE",
146003  direction="l",
146004  linebreak="al",
146005  unicodeslot=0x10501,
146006 },
146007 [0x10502]={
146008  category="lo",
146009  description="ELBASAN LETTER CE",
146010  direction="l",
146011  linebreak="al",
146012  unicodeslot=0x10502,
146013 },
146014 [0x10503]={
146015  category="lo",
146016  description="ELBASAN LETTER CHE",
146017  direction="l",
146018  linebreak="al",
146019  unicodeslot=0x10503,
146020 },
146021 [0x10504]={
146022  category="lo",
146023  description="ELBASAN LETTER DE",
146024  direction="l",
146025  linebreak="al",
146026  unicodeslot=0x10504,
146027 },
146028 [0x10505]={
146029  category="lo",
146030  description="ELBASAN LETTER NDE",
146031  direction="l",
146032  linebreak="al",
146033  unicodeslot=0x10505,
146034 },
146035 [0x10506]={
146036  category="lo",
146037  description="ELBASAN LETTER DHE",
146038  direction="l",
146039  linebreak="al",
146040  unicodeslot=0x10506,
146041 },
146042 [0x10507]={
146043  category="lo",
146044  description="ELBASAN LETTER EI",
146045  direction="l",
146046  linebreak="al",
146047  unicodeslot=0x10507,
146048 },
146049 [0x10508]={
146050  category="lo",
146051  description="ELBASAN LETTER E",
146052  direction="l",
146053  linebreak="al",
146054  unicodeslot=0x10508,
146055 },
146056 [0x10509]={
146057  category="lo",
146058  description="ELBASAN LETTER FE",
146059  direction="l",
146060  linebreak="al",
146061  unicodeslot=0x10509,
146062 },
146063 [0x1050A]={
146064  category="lo",
146065  description="ELBASAN LETTER GE",
146066  direction="l",
146067  linebreak="al",
146068  unicodeslot=0x1050A,
146069 },
146070 [0x1050B]={
146071  category="lo",
146072  description="ELBASAN LETTER GJE",
146073  direction="l",
146074  linebreak="al",
146075  unicodeslot=0x1050B,
146076 },
146077 [0x1050C]={
146078  category="lo",
146079  description="ELBASAN LETTER HE",
146080  direction="l",
146081  linebreak="al",
146082  unicodeslot=0x1050C,
146083 },
146084 [0x1050D]={
146085  category="lo",
146086  description="ELBASAN LETTER I",
146087  direction="l",
146088  linebreak="al",
146089  unicodeslot=0x1050D,
146090 },
146091 [0x1050E]={
146092  category="lo",
146093  description="ELBASAN LETTER JE",
146094  direction="l",
146095  linebreak="al",
146096  unicodeslot=0x1050E,
146097 },
146098 [0x1050F]={
146099  category="lo",
146100  description="ELBASAN LETTER KE",
146101  direction="l",
146102  linebreak="al",
146103  unicodeslot=0x1050F,
146104 },
146105 [0x10510]={
146106  category="lo",
146107  description="ELBASAN LETTER LE",
146108  direction="l",
146109  linebreak="al",
146110  unicodeslot=0x10510,
146111 },
146112 [0x10511]={
146113  category="lo",
146114  description="ELBASAN LETTER LLE",
146115  direction="l",
146116  linebreak="al",
146117  unicodeslot=0x10511,
146118 },
146119 [0x10512]={
146120  category="lo",
146121  description="ELBASAN LETTER ME",
146122  direction="l",
146123  linebreak="al",
146124  unicodeslot=0x10512,
146125 },
146126 [0x10513]={
146127  category="lo",
146128  description="ELBASAN LETTER NE",
146129  direction="l",
146130  linebreak="al",
146131  unicodeslot=0x10513,
146132 },
146133 [0x10514]={
146134  category="lo",
146135  description="ELBASAN LETTER NA",
146136  direction="l",
146137  linebreak="al",
146138  unicodeslot=0x10514,
146139 },
146140 [0x10515]={
146141  category="lo",
146142  description="ELBASAN LETTER NJE",
146143  direction="l",
146144  linebreak="al",
146145  unicodeslot=0x10515,
146146 },
146147 [0x10516]={
146148  category="lo",
146149  description="ELBASAN LETTER O",
146150  direction="l",
146151  linebreak="al",
146152  unicodeslot=0x10516,
146153 },
146154 [0x10517]={
146155  category="lo",
146156  description="ELBASAN LETTER PE",
146157  direction="l",
146158  linebreak="al",
146159  unicodeslot=0x10517,
146160 },
146161 [0x10518]={
146162  category="lo",
146163  description="ELBASAN LETTER QE",
146164  direction="l",
146165  linebreak="al",
146166  unicodeslot=0x10518,
146167 },
146168 [0x10519]={
146169  category="lo",
146170  description="ELBASAN LETTER RE",
146171  direction="l",
146172  linebreak="al",
146173  unicodeslot=0x10519,
146174 },
146175 [0x1051A]={
146176  category="lo",
146177  description="ELBASAN LETTER RRE",
146178  direction="l",
146179  linebreak="al",
146180  unicodeslot=0x1051A,
146181 },
146182 [0x1051B]={
146183  category="lo",
146184  description="ELBASAN LETTER SE",
146185  direction="l",
146186  linebreak="al",
146187  unicodeslot=0x1051B,
146188 },
146189 [0x1051C]={
146190  category="lo",
146191  description="ELBASAN LETTER SHE",
146192  direction="l",
146193  linebreak="al",
146194  unicodeslot=0x1051C,
146195 },
146196 [0x1051D]={
146197  category="lo",
146198  description="ELBASAN LETTER TE",
146199  direction="l",
146200  linebreak="al",
146201  unicodeslot=0x1051D,
146202 },
146203 [0x1051E]={
146204  category="lo",
146205  description="ELBASAN LETTER THE",
146206  direction="l",
146207  linebreak="al",
146208  unicodeslot=0x1051E,
146209 },
146210 [0x1051F]={
146211  category="lo",
146212  description="ELBASAN LETTER U",
146213  direction="l",
146214  linebreak="al",
146215  unicodeslot=0x1051F,
146216 },
146217 [0x10520]={
146218  category="lo",
146219  description="ELBASAN LETTER VE",
146220  direction="l",
146221  linebreak="al",
146222  unicodeslot=0x10520,
146223 },
146224 [0x10521]={
146225  category="lo",
146226  description="ELBASAN LETTER XE",
146227  direction="l",
146228  linebreak="al",
146229  unicodeslot=0x10521,
146230 },
146231 [0x10522]={
146232  category="lo",
146233  description="ELBASAN LETTER Y",
146234  direction="l",
146235  linebreak="al",
146236  unicodeslot=0x10522,
146237 },
146238 [0x10523]={
146239  category="lo",
146240  description="ELBASAN LETTER ZE",
146241  direction="l",
146242  linebreak="al",
146243  unicodeslot=0x10523,
146244 },
146245 [0x10524]={
146246  category="lo",
146247  description="ELBASAN LETTER ZHE",
146248  direction="l",
146249  linebreak="al",
146250  unicodeslot=0x10524,
146251 },
146252 [0x10525]={
146253  category="lo",
146254  description="ELBASAN LETTER GHE",
146255  direction="l",
146256  linebreak="al",
146257  unicodeslot=0x10525,
146258 },
146259 [0x10526]={
146260  category="lo",
146261  description="ELBASAN LETTER GHAMMA",
146262  direction="l",
146263  linebreak="al",
146264  unicodeslot=0x10526,
146265 },
146266 [0x10527]={
146267  category="lo",
146268  description="ELBASAN LETTER KHE",
146269  direction="l",
146270  linebreak="al",
146271  unicodeslot=0x10527,
146272 },
146273 [0x10530]={
146274  category="lo",
146275  description="CAUCASIAN ALBANIAN LETTER ALT",
146276  direction="l",
146277  linebreak="al",
146278  unicodeslot=0x10530,
146279 },
146280 [0x10531]={
146281  category="lo",
146282  description="CAUCASIAN ALBANIAN LETTER BET",
146283  direction="l",
146284  linebreak="al",
146285  unicodeslot=0x10531,
146286 },
146287 [0x10532]={
146288  category="lo",
146289  description="CAUCASIAN ALBANIAN LETTER GIM",
146290  direction="l",
146291  linebreak="al",
146292  unicodeslot=0x10532,
146293 },
146294 [0x10533]={
146295  category="lo",
146296  description="CAUCASIAN ALBANIAN LETTER DAT",
146297  direction="l",
146298  linebreak="al",
146299  unicodeslot=0x10533,
146300 },
146301 [0x10534]={
146302  category="lo",
146303  description="CAUCASIAN ALBANIAN LETTER EB",
146304  direction="l",
146305  linebreak="al",
146306  unicodeslot=0x10534,
146307 },
146308 [0x10535]={
146309  category="lo",
146310  description="CAUCASIAN ALBANIAN LETTER ZARL",
146311  direction="l",
146312  linebreak="al",
146313  unicodeslot=0x10535,
146314 },
146315 [0x10536]={
146316  category="lo",
146317  description="CAUCASIAN ALBANIAN LETTER EYN",
146318  direction="l",
146319  linebreak="al",
146320  unicodeslot=0x10536,
146321 },
146322 [0x10537]={
146323  category="lo",
146324  description="CAUCASIAN ALBANIAN LETTER ZHIL",
146325  direction="l",
146326  linebreak="al",
146327  unicodeslot=0x10537,
146328 },
146329 [0x10538]={
146330  category="lo",
146331  description="CAUCASIAN ALBANIAN LETTER TAS",
146332  direction="l",
146333  linebreak="al",
146334  unicodeslot=0x10538,
146335 },
146336 [0x10539]={
146337  category="lo",
146338  description="CAUCASIAN ALBANIAN LETTER CHA",
146339  direction="l",
146340  linebreak="al",
146341  unicodeslot=0x10539,
146342 },
146343 [0x1053A]={
146344  category="lo",
146345  description="CAUCASIAN ALBANIAN LETTER YOWD",
146346  direction="l",
146347  linebreak="al",
146348  unicodeslot=0x1053A,
146349 },
146350 [0x1053B]={
146351  category="lo",
146352  description="CAUCASIAN ALBANIAN LETTER ZHA",
146353  direction="l",
146354  linebreak="al",
146355  unicodeslot=0x1053B,
146356 },
146357 [0x1053C]={
146358  category="lo",
146359  description="CAUCASIAN ALBANIAN LETTER IRB",
146360  direction="l",
146361  linebreak="al",
146362  unicodeslot=0x1053C,
146363 },
146364 [0x1053D]={
146365  category="lo",
146366  description="CAUCASIAN ALBANIAN LETTER SHA",
146367  direction="l",
146368  linebreak="al",
146369  unicodeslot=0x1053D,
146370 },
146371 [0x1053E]={
146372  category="lo",
146373  description="CAUCASIAN ALBANIAN LETTER LAN",
146374  direction="l",
146375  linebreak="al",
146376  unicodeslot=0x1053E,
146377 },
146378 [0x1053F]={
146379  category="lo",
146380  description="CAUCASIAN ALBANIAN LETTER INYA",
146381  direction="l",
146382  linebreak="al",
146383  unicodeslot=0x1053F,
146384 },
146385 [0x10540]={
146386  category="lo",
146387  description="CAUCASIAN ALBANIAN LETTER XEYN",
146388  direction="l",
146389  linebreak="al",
146390  unicodeslot=0x10540,
146391 },
146392 [0x10541]={
146393  category="lo",
146394  description="CAUCASIAN ALBANIAN LETTER DYAN",
146395  direction="l",
146396  linebreak="al",
146397  unicodeslot=0x10541,
146398 },
146399 [0x10542]={
146400  category="lo",
146401  description="CAUCASIAN ALBANIAN LETTER CAR",
146402  direction="l",
146403  linebreak="al",
146404  unicodeslot=0x10542,
146405 },
146406 [0x10543]={
146407  category="lo",
146408  description="CAUCASIAN ALBANIAN LETTER JHOX",
146409  direction="l",
146410  linebreak="al",
146411  unicodeslot=0x10543,
146412 },
146413 [0x10544]={
146414  category="lo",
146415  description="CAUCASIAN ALBANIAN LETTER KAR",
146416  direction="l",
146417  linebreak="al",
146418  unicodeslot=0x10544,
146419 },
146420 [0x10545]={
146421  category="lo",
146422  description="CAUCASIAN ALBANIAN LETTER LYIT",
146423  direction="l",
146424  linebreak="al",
146425  unicodeslot=0x10545,
146426 },
146427 [0x10546]={
146428  category="lo",
146429  description="CAUCASIAN ALBANIAN LETTER HEYT",
146430  direction="l",
146431  linebreak="al",
146432  unicodeslot=0x10546,
146433 },
146434 [0x10547]={
146435  category="lo",
146436  description="CAUCASIAN ALBANIAN LETTER QAY",
146437  direction="l",
146438  linebreak="al",
146439  unicodeslot=0x10547,
146440 },
146441 [0x10548]={
146442  category="lo",
146443  description="CAUCASIAN ALBANIAN LETTER AOR",
146444  direction="l",
146445  linebreak="al",
146446  unicodeslot=0x10548,
146447 },
146448 [0x10549]={
146449  category="lo",
146450  description="CAUCASIAN ALBANIAN LETTER CHOY",
146451  direction="l",
146452  linebreak="al",
146453  unicodeslot=0x10549,
146454 },
146455 [0x1054A]={
146456  category="lo",
146457  description="CAUCASIAN ALBANIAN LETTER CHI",
146458  direction="l",
146459  linebreak="al",
146460  unicodeslot=0x1054A,
146461 },
146462 [0x1054B]={
146463  category="lo",
146464  description="CAUCASIAN ALBANIAN LETTER CYAY",
146465  direction="l",
146466  linebreak="al",
146467  unicodeslot=0x1054B,
146468 },
146469 [0x1054C]={
146470  category="lo",
146471  description="CAUCASIAN ALBANIAN LETTER MAQ",
146472  direction="l",
146473  linebreak="al",
146474  unicodeslot=0x1054C,
146475 },
146476 [0x1054D]={
146477  category="lo",
146478  description="CAUCASIAN ALBANIAN LETTER QAR",
146479  direction="l",
146480  linebreak="al",
146481  unicodeslot=0x1054D,
146482 },
146483 [0x1054E]={
146484  category="lo",
146485  description="CAUCASIAN ALBANIAN LETTER NOWC",
146486  direction="l",
146487  linebreak="al",
146488  unicodeslot=0x1054E,
146489 },
146490 [0x1054F]={
146491  category="lo",
146492  description="CAUCASIAN ALBANIAN LETTER DZYAY",
146493  direction="l",
146494  linebreak="al",
146495  unicodeslot=0x1054F,
146496 },
146497 [0x10550]={
146498  category="lo",
146499  description="CAUCASIAN ALBANIAN LETTER SHAK",
146500  direction="l",
146501  linebreak="al",
146502  unicodeslot=0x10550,
146503 },
146504 [0x10551]={
146505  category="lo",
146506  description="CAUCASIAN ALBANIAN LETTER JAYN",
146507  direction="l",
146508  linebreak="al",
146509  unicodeslot=0x10551,
146510 },
146511 [0x10552]={
146512  category="lo",
146513  description="CAUCASIAN ALBANIAN LETTER ON",
146514  direction="l",
146515  linebreak="al",
146516  unicodeslot=0x10552,
146517 },
146518 [0x10553]={
146519  category="lo",
146520  description="CAUCASIAN ALBANIAN LETTER TYAY",
146521  direction="l",
146522  linebreak="al",
146523  unicodeslot=0x10553,
146524 },
146525 [0x10554]={
146526  category="lo",
146527  description="CAUCASIAN ALBANIAN LETTER FAM",
146528  direction="l",
146529  linebreak="al",
146530  unicodeslot=0x10554,
146531 },
146532 [0x10555]={
146533  category="lo",
146534  description="CAUCASIAN ALBANIAN LETTER DZAY",
146535  direction="l",
146536  linebreak="al",
146537  unicodeslot=0x10555,
146538 },
146539 [0x10556]={
146540  category="lo",
146541  description="CAUCASIAN ALBANIAN LETTER CHAT",
146542  direction="l",
146543  linebreak="al",
146544  unicodeslot=0x10556,
146545 },
146546 [0x10557]={
146547  category="lo",
146548  description="CAUCASIAN ALBANIAN LETTER PEN",
146549  direction="l",
146550  linebreak="al",
146551  unicodeslot=0x10557,
146552 },
146553 [0x10558]={
146554  category="lo",
146555  description="CAUCASIAN ALBANIAN LETTER GHEYS",
146556  direction="l",
146557  linebreak="al",
146558  unicodeslot=0x10558,
146559 },
146560 [0x10559]={
146561  category="lo",
146562  description="CAUCASIAN ALBANIAN LETTER RAT",
146563  direction="l",
146564  linebreak="al",
146565  unicodeslot=0x10559,
146566 },
146567 [0x1055A]={
146568  category="lo",
146569  description="CAUCASIAN ALBANIAN LETTER SEYK",
146570  direction="l",
146571  linebreak="al",
146572  unicodeslot=0x1055A,
146573 },
146574 [0x1055B]={
146575  category="lo",
146576  description="CAUCASIAN ALBANIAN LETTER VEYZ",
146577  direction="l",
146578  linebreak="al",
146579  unicodeslot=0x1055B,
146580 },
146581 [0x1055C]={
146582  category="lo",
146583  description="CAUCASIAN ALBANIAN LETTER TIWR",
146584  direction="l",
146585  linebreak="al",
146586  unicodeslot=0x1055C,
146587 },
146588 [0x1055D]={
146589  category="lo",
146590  description="CAUCASIAN ALBANIAN LETTER SHOY",
146591  direction="l",
146592  linebreak="al",
146593  unicodeslot=0x1055D,
146594 },
146595 [0x1055E]={
146596  category="lo",
146597  description="CAUCASIAN ALBANIAN LETTER IWN",
146598  direction="l",
146599  linebreak="al",
146600  unicodeslot=0x1055E,
146601 },
146602 [0x1055F]={
146603  category="lo",
146604  description="CAUCASIAN ALBANIAN LETTER CYAW",
146605  direction="l",
146606  linebreak="al",
146607  unicodeslot=0x1055F,
146608 },
146609 [0x10560]={
146610  category="lo",
146611  description="CAUCASIAN ALBANIAN LETTER CAYN",
146612  direction="l",
146613  linebreak="al",
146614  unicodeslot=0x10560,
146615 },
146616 [0x10561]={
146617  category="lo",
146618  description="CAUCASIAN ALBANIAN LETTER YAYD",
146619  direction="l",
146620  linebreak="al",
146621  unicodeslot=0x10561,
146622 },
146623 [0x10562]={
146624  category="lo",
146625  description="CAUCASIAN ALBANIAN LETTER PIWR",
146626  direction="l",
146627  linebreak="al",
146628  unicodeslot=0x10562,
146629 },
146630 [0x10563]={
146631  category="lo",
146632  description="CAUCASIAN ALBANIAN LETTER KIW",
146633  direction="l",
146634  linebreak="al",
146635  unicodeslot=0x10563,
146636 },
146637 [0x1056F]={
146638  category="po",
146639  description="CAUCASIAN ALBANIAN CITATION MARK",
146640  direction="l",
146641  linebreak="al",
146642  unicodeslot=0x1056F,
146643 },
146644 [0x10570]={
146645  category="lu",
146646  description="VITHKUQI CAPITAL LETTER A",
146647  direction="l",
146648  lccode=0x10597,
146649  linebreak="al",
146650  unicodeslot=0x10570,
146651 },
146652 [0x10571]={
146653  category="lu",
146654  description="VITHKUQI CAPITAL LETTER BBE",
146655  direction="l",
146656  lccode=0x10598,
146657  linebreak="al",
146658  unicodeslot=0x10571,
146659 },
146660 [0x10572]={
146661  category="lu",
146662  description="VITHKUQI CAPITAL LETTER BE",
146663  direction="l",
146664  lccode=0x10599,
146665  linebreak="al",
146666  unicodeslot=0x10572,
146667 },
146668 [0x10573]={
146669  category="lu",
146670  description="VITHKUQI CAPITAL LETTER CE",
146671  direction="l",
146672  lccode=0x1059A,
146673  linebreak="al",
146674  unicodeslot=0x10573,
146675 },
146676 [0x10574]={
146677  category="lu",
146678  description="VITHKUQI CAPITAL LETTER CHE",
146679  direction="l",
146680  lccode=0x1059B,
146681  linebreak="al",
146682  unicodeslot=0x10574,
146683 },
146684 [0x10575]={
146685  category="lu",
146686  description="VITHKUQI CAPITAL LETTER DE",
146687  direction="l",
146688  lccode=0x1059C,
146689  linebreak="al",
146690  unicodeslot=0x10575,
146691 },
146692 [0x10576]={
146693  category="lu",
146694  description="VITHKUQI CAPITAL LETTER DHE",
146695  direction="l",
146696  lccode=0x1059D,
146697  linebreak="al",
146698  unicodeslot=0x10576,
146699 },
146700 [0x10577]={
146701  category="lu",
146702  description="VITHKUQI CAPITAL LETTER EI",
146703  direction="l",
146704  lccode=0x1059E,
146705  linebreak="al",
146706  unicodeslot=0x10577,
146707 },
146708 [0x10578]={
146709  category="lu",
146710  description="VITHKUQI CAPITAL LETTER E",
146711  direction="l",
146712  lccode=0x1059F,
146713  linebreak="al",
146714  unicodeslot=0x10578,
146715 },
146716 [0x10579]={
146717  category="lu",
146718  description="VITHKUQI CAPITAL LETTER FE",
146719  direction="l",
146720  lccode=0x105A0,
146721  linebreak="al",
146722  unicodeslot=0x10579,
146723 },
146724 [0x1057A]={
146725  category="lu",
146726  description="VITHKUQI CAPITAL LETTER GA",
146727  direction="l",
146728  lccode=0x105A1,
146729  linebreak="al",
146730  unicodeslot=0x1057A,
146731 },
146732 [0x1057C]={
146733  category="lu",
146734  description="VITHKUQI CAPITAL LETTER HA",
146735  direction="l",
146736  lccode=0x105A3,
146737  linebreak="al",
146738  unicodeslot=0x1057C,
146739 },
146740 [0x1057D]={
146741  category="lu",
146742  description="VITHKUQI CAPITAL LETTER HHA",
146743  direction="l",
146744  lccode=0x105A4,
146745  linebreak="al",
146746  unicodeslot=0x1057D,
146747 },
146748 [0x1057E]={
146749  category="lu",
146750  description="VITHKUQI CAPITAL LETTER I",
146751  direction="l",
146752  lccode=0x105A5,
146753  linebreak="al",
146754  unicodeslot=0x1057E,
146755 },
146756 [0x1057F]={
146757  category="lu",
146758  description="VITHKUQI CAPITAL LETTER IJE",
146759  direction="l",
146760  lccode=0x105A6,
146761  linebreak="al",
146762  unicodeslot=0x1057F,
146763 },
146764 [0x10580]={
146765  category="lu",
146766  description="VITHKUQI CAPITAL LETTER JE",
146767  direction="l",
146768  lccode=0x105A7,
146769  linebreak="al",
146770  unicodeslot=0x10580,
146771 },
146772 [0x10581]={
146773  category="lu",
146774  description="VITHKUQI CAPITAL LETTER KA",
146775  direction="l",
146776  lccode=0x105A8,
146777  linebreak="al",
146778  unicodeslot=0x10581,
146779 },
146780 [0x10582]={
146781  category="lu",
146782  description="VITHKUQI CAPITAL LETTER LA",
146783  direction="l",
146784  lccode=0x105A9,
146785  linebreak="al",
146786  unicodeslot=0x10582,
146787 },
146788 [0x10583]={
146789  category="lu",
146790  description="VITHKUQI CAPITAL LETTER LLA",
146791  direction="l",
146792  lccode=0x105AA,
146793  linebreak="al",
146794  unicodeslot=0x10583,
146795 },
146796 [0x10584]={
146797  category="lu",
146798  description="VITHKUQI CAPITAL LETTER ME",
146799  direction="l",
146800  lccode=0x105AB,
146801  linebreak="al",
146802  unicodeslot=0x10584,
146803 },
146804 [0x10585]={
146805  category="lu",
146806  description="VITHKUQI CAPITAL LETTER NE",
146807  direction="l",
146808  lccode=0x105AC,
146809  linebreak="al",
146810  unicodeslot=0x10585,
146811 },
146812 [0x10586]={
146813  category="lu",
146814  description="VITHKUQI CAPITAL LETTER NJE",
146815  direction="l",
146816  lccode=0x105AD,
146817  linebreak="al",
146818  unicodeslot=0x10586,
146819 },
146820 [0x10587]={
146821  category="lu",
146822  description="VITHKUQI CAPITAL LETTER O",
146823  direction="l",
146824  lccode=0x105AE,
146825  linebreak="al",
146826  unicodeslot=0x10587,
146827 },
146828 [0x10588]={
146829  category="lu",
146830  description="VITHKUQI CAPITAL LETTER PE",
146831  direction="l",
146832  lccode=0x105AF,
146833  linebreak="al",
146834  unicodeslot=0x10588,
146835 },
146836 [0x10589]={
146837  category="lu",
146838  description="VITHKUQI CAPITAL LETTER QA",
146839  direction="l",
146840  lccode=0x105B0,
146841  linebreak="al",
146842  unicodeslot=0x10589,
146843 },
146844 [0x1058A]={
146845  category="lu",
146846  description="VITHKUQI CAPITAL LETTER RE",
146847  direction="l",
146848  lccode=0x105B1,
146849  linebreak="al",
146850  unicodeslot=0x1058A,
146851 },
146852 [0x1058C]={
146853  category="lu",
146854  description="VITHKUQI CAPITAL LETTER SE",
146855  direction="l",
146856  lccode=0x105B3,
146857  linebreak="al",
146858  unicodeslot=0x1058C,
146859 },
146860 [0x1058D]={
146861  category="lu",
146862  description="VITHKUQI CAPITAL LETTER SHE",
146863  direction="l",
146864  lccode=0x105B4,
146865  linebreak="al",
146866  unicodeslot=0x1058D,
146867 },
146868 [0x1058E]={
146869  category="lu",
146870  description="VITHKUQI CAPITAL LETTER TE",
146871  direction="l",
146872  lccode=0x105B5,
146873  linebreak="al",
146874  unicodeslot=0x1058E,
146875 },
146876 [0x1058F]={
146877  category="lu",
146878  description="VITHKUQI CAPITAL LETTER THE",
146879  direction="l",
146880  lccode=0x105B6,
146881  linebreak="al",
146882  unicodeslot=0x1058F,
146883 },
146884 [0x10590]={
146885  category="lu",
146886  description="VITHKUQI CAPITAL LETTER U",
146887  direction="l",
146888  lccode=0x105B7,
146889  linebreak="al",
146890  unicodeslot=0x10590,
146891 },
146892 [0x10591]={
146893  category="lu",
146894  description="VITHKUQI CAPITAL LETTER VE",
146895  direction="l",
146896  lccode=0x105B8,
146897  linebreak="al",
146898  unicodeslot=0x10591,
146899 },
146900 [0x10592]={
146901  category="lu",
146902  description="VITHKUQI CAPITAL LETTER XE",
146903  direction="l",
146904  lccode=0x105B9,
146905  linebreak="al",
146906  unicodeslot=0x10592,
146907 },
146908 [0x10594]={
146909  category="lu",
146910  description="VITHKUQI CAPITAL LETTER Y",
146911  direction="l",
146912  lccode=0x105BB,
146913  linebreak="al",
146914  unicodeslot=0x10594,
146915 },
146916 [0x10595]={
146917  category="lu",
146918  description="VITHKUQI CAPITAL LETTER ZE",
146919  direction="l",
146920  lccode=0x105BC,
146921  linebreak="al",
146922  unicodeslot=0x10595,
146923 },
146924 [0x10597]={
146925  category="ll",
146926  description="VITHKUQI SMALL LETTER A",
146927  direction="l",
146928  linebreak="al",
146929  unicodeslot=0x10597,
146930 },
146931 [0x10598]={
146932  category="ll",
146933  description="VITHKUQI SMALL LETTER BBE",
146934  direction="l",
146935  linebreak="al",
146936  unicodeslot=0x10598,
146937 },
146938 [0x10599]={
146939  category="ll",
146940  description="VITHKUQI SMALL LETTER BE",
146941  direction="l",
146942  linebreak="al",
146943  unicodeslot=0x10599,
146944 },
146945 [0x1059A]={
146946  category="ll",
146947  description="VITHKUQI SMALL LETTER CE",
146948  direction="l",
146949  linebreak="al",
146950  unicodeslot=0x1059A,
146951 },
146952 [0x1059B]={
146953  category="ll",
146954  description="VITHKUQI SMALL LETTER CHE",
146955  direction="l",
146956  linebreak="al",
146957  unicodeslot=0x1059B,
146958 },
146959 [0x1059C]={
146960  category="ll",
146961  description="VITHKUQI SMALL LETTER DE",
146962  direction="l",
146963  linebreak="al",
146964  unicodeslot=0x1059C,
146965 },
146966 [0x1059D]={
146967  category="ll",
146968  description="VITHKUQI SMALL LETTER DHE",
146969  direction="l",
146970  linebreak="al",
146971  unicodeslot=0x1059D,
146972 },
146973 [0x1059E]={
146974  category="ll",
146975  description="VITHKUQI SMALL LETTER EI",
146976  direction="l",
146977  linebreak="al",
146978  unicodeslot=0x1059E,
146979 },
146980 [0x1059F]={
146981  category="ll",
146982  description="VITHKUQI SMALL LETTER E",
146983  direction="l",
146984  linebreak="al",
146985  unicodeslot=0x1059F,
146986 },
146987 [0x105A0]={
146988  category="ll",
146989  description="VITHKUQI SMALL LETTER FE",
146990  direction="l",
146991  linebreak="al",
146992  unicodeslot=0x105A0,
146993 },
146994 [0x105A1]={
146995  category="ll",
146996  description="VITHKUQI SMALL LETTER GA",
146997  direction="l",
146998  linebreak="al",
146999  unicodeslot=0x105A1,
147000 },
147001 [0x105A3]={
147002  category="ll",
147003  description="VITHKUQI SMALL LETTER HA",
147004  direction="l",
147005  linebreak="al",
147006  unicodeslot=0x105A3,
147007 },
147008 [0x105A4]={
147009  category="ll",
147010  description="VITHKUQI SMALL LETTER HHA",
147011  direction="l",
147012  linebreak="al",
147013  unicodeslot=0x105A4,
147014 },
147015 [0x105A5]={
147016  category="ll",
147017  description="VITHKUQI SMALL LETTER I",
147018  direction="l",
147019  linebreak="al",
147020  unicodeslot=0x105A5,
147021 },
147022 [0x105A6]={
147023  category="ll",
147024  description="VITHKUQI SMALL LETTER IJE",
147025  direction="l",
147026  linebreak="al",
147027  unicodeslot=0x105A6,
147028 },
147029 [0x105A7]={
147030  category="ll",
147031  description="VITHKUQI SMALL LETTER JE",
147032  direction="l",
147033  linebreak="al",
147034  unicodeslot=0x105A7,
147035 },
147036 [0x105A8]={
147037  category="ll",
147038  description="VITHKUQI SMALL LETTER KA",
147039  direction="l",
147040  linebreak="al",
147041  unicodeslot=0x105A8,
147042 },
147043 [0x105A9]={
147044  category="ll",
147045  description="VITHKUQI SMALL LETTER LA",
147046  direction="l",
147047  linebreak="al",
147048  unicodeslot=0x105A9,
147049 },
147050 [0x105AA]={
147051  category="ll",
147052  description="VITHKUQI SMALL LETTER LLA",
147053  direction="l",
147054  linebreak="al",
147055  unicodeslot=0x105AA,
147056 },
147057 [0x105AB]={
147058  category="ll",
147059  description="VITHKUQI SMALL LETTER ME",
147060  direction="l",
147061  linebreak="al",
147062  unicodeslot=0x105AB,
147063 },
147064 [0x105AC]={
147065  category="ll",
147066  description="VITHKUQI SMALL LETTER NE",
147067  direction="l",
147068  linebreak="al",
147069  unicodeslot=0x105AC,
147070 },
147071 [0x105AD]={
147072  category="ll",
147073  description="VITHKUQI SMALL LETTER NJE",
147074  direction="l",
147075  linebreak="al",
147076  unicodeslot=0x105AD,
147077 },
147078 [0x105AE]={
147079  category="ll",
147080  description="VITHKUQI SMALL LETTER O",
147081  direction="l",
147082  linebreak="al",
147083  unicodeslot=0x105AE,
147084 },
147085 [0x105AF]={
147086  category="ll",
147087  description="VITHKUQI SMALL LETTER PE",
147088  direction="l",
147089  linebreak="al",
147090  unicodeslot=0x105AF,
147091 },
147092 [0x105B0]={
147093  category="ll",
147094  description="VITHKUQI SMALL LETTER QA",
147095  direction="l",
147096  linebreak="al",
147097  unicodeslot=0x105B0,
147098 },
147099 [0x105B1]={
147100  category="ll",
147101  description="VITHKUQI SMALL LETTER RE",
147102  direction="l",
147103  linebreak="al",
147104  unicodeslot=0x105B1,
147105 },
147106 [0x105B3]={
147107  category="ll",
147108  description="VITHKUQI SMALL LETTER SE",
147109  direction="l",
147110  linebreak="al",
147111  unicodeslot=0x105B3,
147112 },
147113 [0x105B4]={
147114  category="ll",
147115  description="VITHKUQI SMALL LETTER SHE",
147116  direction="l",
147117  linebreak="al",
147118  unicodeslot=0x105B4,
147119 },
147120 [0x105B5]={
147121  category="ll",
147122  description="VITHKUQI SMALL LETTER TE",
147123  direction="l",
147124  linebreak="al",
147125  unicodeslot=0x105B5,
147126 },
147127 [0x105B6]={
147128  category="ll",
147129  description="VITHKUQI SMALL LETTER THE",
147130  direction="l",
147131  linebreak="al",
147132  unicodeslot=0x105B6,
147133 },
147134 [0x105B7]={
147135  category="ll",
147136  description="VITHKUQI SMALL LETTER U",
147137  direction="l",
147138  linebreak="al",
147139  unicodeslot=0x105B7,
147140 },
147141 [0x105B8]={
147142  category="ll",
147143  description="VITHKUQI SMALL LETTER VE",
147144  direction="l",
147145  linebreak="al",
147146  unicodeslot=0x105B8,
147147 },
147148 [0x105B9]={
147149  category="ll",
147150  description="VITHKUQI SMALL LETTER XE",
147151  direction="l",
147152  linebreak="al",
147153  unicodeslot=0x105B9,
147154 },
147155 [0x105BB]={
147156  category="ll",
147157  description="VITHKUQI SMALL LETTER Y",
147158  direction="l",
147159  linebreak="al",
147160  unicodeslot=0x105BB,
147161 },
147162 [0x105BC]={
147163  category="ll",
147164  description="VITHKUQI SMALL LETTER ZE",
147165  direction="l",
147166  linebreak="al",
147167  unicodeslot=0x105BC,
147168 },
147169 [0x105C0]={
147170  category="lo",
147171  description="TODHRI LETTER A",
147172  direction="l",
147173  linebreak="al",
147174  unicodeslot=0x105C0,
147175 },
147176 [0x105C1]={
147177  category="lo",
147178  description="TODHRI LETTER AS",
147179  direction="l",
147180  linebreak="al",
147181  unicodeslot=0x105C1,
147182 },
147183 [0x105C2]={
147184  category="lo",
147185  description="TODHRI LETTER BA",
147186  direction="l",
147187  linebreak="al",
147188  unicodeslot=0x105C2,
147189 },
147190 [0x105C3]={
147191  category="lo",
147192  description="TODHRI LETTER MBA",
147193  direction="l",
147194  linebreak="al",
147195  unicodeslot=0x105C3,
147196 },
147197 [0x105C4]={
147198  category="lo",
147199  description="TODHRI LETTER CA",
147200  direction="l",
147201  linebreak="al",
147202  unicodeslot=0x105C4,
147203 },
147204 [0x105C5]={
147205  category="lo",
147206  description="TODHRI LETTER CHA",
147207  direction="l",
147208  linebreak="al",
147209  unicodeslot=0x105C5,
147210 },
147211 [0x105C6]={
147212  category="lo",
147213  description="TODHRI LETTER DA",
147214  direction="l",
147215  linebreak="al",
147216  unicodeslot=0x105C6,
147217 },
147218 [0x105C7]={
147219  category="lo",
147220  description="TODHRI LETTER NDA",
147221  direction="l",
147222  linebreak="al",
147223  unicodeslot=0x105C7,
147224 },
147225 [0x105C8]={
147226  category="lo",
147227  description="TODHRI LETTER DHA",
147228  direction="l",
147229  linebreak="al",
147230  unicodeslot=0x105C8,
147231 },
147232 [0x105C9]={
147233  category="lo",
147234  description="TODHRI LETTER EI",
147235  direction="l",
147236  linebreak="al",
147237  specials={ "char", 0x105D2, 0x307 },
147238  unicodeslot=0x105C9,
147239 },
147240 [0x105CA]={
147241  category="lo",
147242  description="TODHRI LETTER E",
147243  direction="l",
147244  linebreak="al",
147245  unicodeslot=0x105CA,
147246 },
147247 [0x105CB]={
147248  category="lo",
147249  description="TODHRI LETTER FA",
147250  direction="l",
147251  linebreak="al",
147252  unicodeslot=0x105CB,
147253 },
147254 [0x105CC]={
147255  category="lo",
147256  description="TODHRI LETTER GA",
147257  direction="l",
147258  linebreak="al",
147259  unicodeslot=0x105CC,
147260 },
147261 [0x105CD]={
147262  category="lo",
147263  description="TODHRI LETTER NGA",
147264  direction="l",
147265  linebreak="al",
147266  unicodeslot=0x105CD,
147267 },
147268 [0x105CE]={
147269  category="lo",
147270  description="TODHRI LETTER GJA",
147271  direction="l",
147272  linebreak="al",
147273  unicodeslot=0x105CE,
147274 },
147275 [0x105CF]={
147276  category="lo",
147277  description="TODHRI LETTER NGJA",
147278  direction="l",
147279  linebreak="al",
147280  unicodeslot=0x105CF,
147281 },
147282 [0x105D0]={
147283  category="lo",
147284  description="TODHRI LETTER HA",
147285  direction="l",
147286  linebreak="al",
147287  unicodeslot=0x105D0,
147288 },
147289 [0x105D1]={
147290  category="lo",
147291  description="TODHRI LETTER HJA",
147292  direction="l",
147293  linebreak="al",
147294  unicodeslot=0x105D1,
147295 },
147296 [0x105D2]={
147297  category="lo",
147298  description="TODHRI LETTER I",
147299  direction="l",
147300  linebreak="al",
147301  unicodeslot=0x105D2,
147302 },
147303 [0x105D3]={
147304  category="lo",
147305  description="TODHRI LETTER JA",
147306  direction="l",
147307  linebreak="al",
147308  unicodeslot=0x105D3,
147309 },
147310 [0x105D4]={
147311  category="lo",
147312  description="TODHRI LETTER KA",
147313  direction="l",
147314  linebreak="al",
147315  unicodeslot=0x105D4,
147316 },
147317 [0x105D5]={
147318  category="lo",
147319  description="TODHRI LETTER LA",
147320  direction="l",
147321  linebreak="al",
147322  unicodeslot=0x105D5,
147323 },
147324 [0x105D6]={
147325  category="lo",
147326  description="TODHRI LETTER LLA",
147327  direction="l",
147328  linebreak="al",
147329  unicodeslot=0x105D6,
147330 },
147331 [0x105D7]={
147332  category="lo",
147333  description="TODHRI LETTER MA",
147334  direction="l",
147335  linebreak="al",
147336  unicodeslot=0x105D7,
147337 },
147338 [0x105D8]={
147339  category="lo",
147340  description="TODHRI LETTER NA",
147341  direction="l",
147342  linebreak="al",
147343  unicodeslot=0x105D8,
147344 },
147345 [0x105D9]={
147346  category="lo",
147347  description="TODHRI LETTER NJAN",
147348  direction="l",
147349  linebreak="al",
147350  unicodeslot=0x105D9,
147351 },
147352 [0x105DA]={
147353  category="lo",
147354  description="TODHRI LETTER O",
147355  direction="l",
147356  linebreak="al",
147357  unicodeslot=0x105DA,
147358 },
147359 [0x105DB]={
147360  category="lo",
147361  description="TODHRI LETTER PA",
147362  direction="l",
147363  linebreak="al",
147364  unicodeslot=0x105DB,
147365 },
147366 [0x105DC]={
147367  category="lo",
147368  description="TODHRI LETTER QA",
147369  direction="l",
147370  linebreak="al",
147371  unicodeslot=0x105DC,
147372 },
147373 [0x105DD]={
147374  category="lo",
147375  description="TODHRI LETTER RA",
147376  direction="l",
147377  linebreak="al",
147378  unicodeslot=0x105DD,
147379 },
147380 [0x105DE]={
147381  category="lo",
147382  description="TODHRI LETTER RRA",
147383  direction="l",
147384  linebreak="al",
147385  unicodeslot=0x105DE,
147386 },
147387 [0x105DF]={
147388  category="lo",
147389  description="TODHRI LETTER SA",
147390  direction="l",
147391  linebreak="al",
147392  unicodeslot=0x105DF,
147393 },
147394 [0x105E0]={
147395  category="lo",
147396  description="TODHRI LETTER SHA",
147397  direction="l",
147398  linebreak="al",
147399  unicodeslot=0x105E0,
147400 },
147401 [0x105E1]={
147402  category="lo",
147403  description="TODHRI LETTER SHTA",
147404  direction="l",
147405  linebreak="al",
147406  unicodeslot=0x105E1,
147407 },
147408 [0x105E2]={
147409  category="lo",
147410  description="TODHRI LETTER TA",
147411  direction="l",
147412  linebreak="al",
147413  unicodeslot=0x105E2,
147414 },
147415 [0x105E3]={
147416  category="lo",
147417  description="TODHRI LETTER THA",
147418  direction="l",
147419  linebreak="al",
147420  unicodeslot=0x105E3,
147421 },
147422 [0x105E4]={
147423  category="lo",
147424  description="TODHRI LETTER U",
147425  direction="l",
147426  linebreak="al",
147427  specials={ "char", 0x105DA, 0x307 },
147428  unicodeslot=0x105E4,
147429 },
147430 [0x105E5]={
147431  category="lo",
147432  description="TODHRI LETTER VA",
147433  direction="l",
147434  linebreak="al",
147435  unicodeslot=0x105E5,
147436 },
147437 [0x105E6]={
147438  category="lo",
147439  description="TODHRI LETTER XA",
147440  direction="l",
147441  linebreak="al",
147442  unicodeslot=0x105E6,
147443 },
147444 [0x105E7]={
147445  category="lo",
147446  description="TODHRI LETTER NXA",
147447  direction="l",
147448  linebreak="al",
147449  unicodeslot=0x105E7,
147450 },
147451 [0x105E8]={
147452  category="lo",
147453  description="TODHRI LETTER XHA",
147454  direction="l",
147455  linebreak="al",
147456  unicodeslot=0x105E8,
147457 },
147458 [0x105E9]={
147459  category="lo",
147460  description="TODHRI LETTER NXHA",
147461  direction="l",
147462  linebreak="al",
147463  unicodeslot=0x105E9,
147464 },
147465 [0x105EA]={
147466  category="lo",
147467  description="TODHRI LETTER Y",
147468  direction="l",
147469  linebreak="al",
147470  unicodeslot=0x105EA,
147471 },
147472 [0x105EB]={
147473  category="lo",
147474  description="TODHRI LETTER JY",
147475  direction="l",
147476  linebreak="al",
147477  unicodeslot=0x105EB,
147478 },
147479 [0x105EC]={
147480  category="lo",
147481  description="TODHRI LETTER ZA",
147482  direction="l",
147483  linebreak="al",
147484  unicodeslot=0x105EC,
147485 },
147486 [0x105ED]={
147487  category="lo",
147488  description="TODHRI LETTER ZHA",
147489  direction="l",
147490  linebreak="al",
147491  unicodeslot=0x105ED,
147492 },
147493 [0x105EE]={
147494  category="lo",
147495  description="TODHRI LETTER GHA",
147496  direction="l",
147497  linebreak="al",
147498  unicodeslot=0x105EE,
147499 },
147500 [0x105EF]={
147501  category="lo",
147502  description="TODHRI LETTER STA",
147503  direction="l",
147504  linebreak="al",
147505  unicodeslot=0x105EF,
147506 },
147507 [0x105F0]={
147508  category="lo",
147509  description="TODHRI LETTER SKAN",
147510  direction="l",
147511  linebreak="al",
147512  unicodeslot=0x105F0,
147513 },
147514 [0x105F1]={
147515  category="lo",
147516  description="TODHRI LETTER KHA",
147517  direction="l",
147518  linebreak="al",
147519  unicodeslot=0x105F1,
147520 },
147521 [0x105F2]={
147522  category="lo",
147523  description="TODHRI LETTER PSA",
147524  direction="l",
147525  linebreak="al",
147526  unicodeslot=0x105F2,
147527 },
147528 [0x105F3]={
147529  category="lo",
147530  description="TODHRI LETTER OO",
147531  direction="l",
147532  linebreak="al",
147533  unicodeslot=0x105F3,
147534 },
147535 [0x10600]={
147536  category="lo",
147537  description="LINEAR A SIGN AB001",
147538  direction="l",
147539  linebreak="al",
147540  unicodeslot=0x10600,
147541 },
147542 [0x10601]={
147543  category="lo",
147544  description="LINEAR A SIGN AB002",
147545  direction="l",
147546  linebreak="al",
147547  unicodeslot=0x10601,
147548 },
147549 [0x10602]={
147550  category="lo",
147551  description="LINEAR A SIGN AB003",
147552  direction="l",
147553  linebreak="al",
147554  unicodeslot=0x10602,
147555 },
147556 [0x10603]={
147557  category="lo",
147558  description="LINEAR A SIGN AB004",
147559  direction="l",
147560  linebreak="al",
147561  unicodeslot=0x10603,
147562 },
147563 [0x10604]={
147564  category="lo",
147565  description="LINEAR A SIGN AB005",
147566  direction="l",
147567  linebreak="al",
147568  unicodeslot=0x10604,
147569 },
147570 [0x10605]={
147571  category="lo",
147572  description="LINEAR A SIGN AB006",
147573  direction="l",
147574  linebreak="al",
147575  unicodeslot=0x10605,
147576 },
147577 [0x10606]={
147578  category="lo",
147579  description="LINEAR A SIGN AB007",
147580  direction="l",
147581  linebreak="al",
147582  unicodeslot=0x10606,
147583 },
147584 [0x10607]={
147585  category="lo",
147586  description="LINEAR A SIGN AB008",
147587  direction="l",
147588  linebreak="al",
147589  unicodeslot=0x10607,
147590 },
147591 [0x10608]={
147592  category="lo",
147593  description="LINEAR A SIGN AB009",
147594  direction="l",
147595  linebreak="al",
147596  unicodeslot=0x10608,
147597 },
147598 [0x10609]={
147599  category="lo",
147600  description="LINEAR A SIGN AB010",
147601  direction="l",
147602  linebreak="al",
147603  unicodeslot=0x10609,
147604 },
147605 [0x1060A]={
147606  category="lo",
147607  description="LINEAR A SIGN AB011",
147608  direction="l",
147609  linebreak="al",
147610  unicodeslot=0x1060A,
147611 },
147612 [0x1060B]={
147613  category="lo",
147614  description="LINEAR A SIGN AB013",
147615  direction="l",
147616  linebreak="al",
147617  unicodeslot=0x1060B,
147618 },
147619 [0x1060C]={
147620  category="lo",
147621  description="LINEAR A SIGN AB016",
147622  direction="l",
147623  linebreak="al",
147624  unicodeslot=0x1060C,
147625 },
147626 [0x1060D]={
147627  category="lo",
147628  description="LINEAR A SIGN AB017",
147629  direction="l",
147630  linebreak="al",
147631  unicodeslot=0x1060D,
147632 },
147633 [0x1060E]={
147634  category="lo",
147635  description="LINEAR A SIGN AB020",
147636  direction="l",
147637  linebreak="al",
147638  unicodeslot=0x1060E,
147639 },
147640 [0x1060F]={
147641  category="lo",
147642  description="LINEAR A SIGN AB021",
147643  direction="l",
147644  linebreak="al",
147645  unicodeslot=0x1060F,
147646 },
147647 [0x10610]={
147648  category="lo",
147649  description="LINEAR A SIGN AB021F",
147650  direction="l",
147651  linebreak="al",
147652  unicodeslot=0x10610,
147653 },
147654 [0x10611]={
147655  category="lo",
147656  description="LINEAR A SIGN AB021M",
147657  direction="l",
147658  linebreak="al",
147659  unicodeslot=0x10611,
147660 },
147661 [0x10612]={
147662  category="lo",
147663  description="LINEAR A SIGN AB022",
147664  direction="l",
147665  linebreak="al",
147666  unicodeslot=0x10612,
147667 },
147668 [0x10613]={
147669  category="lo",
147670  description="LINEAR A SIGN AB022F",
147671  direction="l",
147672  linebreak="al",
147673  unicodeslot=0x10613,
147674 },
147675 [0x10614]={
147676  category="lo",
147677  description="LINEAR A SIGN AB022M",
147678  direction="l",
147679  linebreak="al",
147680  unicodeslot=0x10614,
147681 },
147682 [0x10615]={
147683  category="lo",
147684  description="LINEAR A SIGN AB023",
147685  direction="l",
147686  linebreak="al",
147687  unicodeslot=0x10615,
147688 },
147689 [0x10616]={
147690  category="lo",
147691  description="LINEAR A SIGN AB023M",
147692  direction="l",
147693  linebreak="al",
147694  unicodeslot=0x10616,
147695 },
147696 [0x10617]={
147697  category="lo",
147698  description="LINEAR A SIGN AB024",
147699  direction="l",
147700  linebreak="al",
147701  unicodeslot=0x10617,
147702 },
147703 [0x10618]={
147704  category="lo",
147705  description="LINEAR A SIGN AB026",
147706  direction="l",
147707  linebreak="al",
147708  unicodeslot=0x10618,
147709 },
147710 [0x10619]={
147711  category="lo",
147712  description="LINEAR A SIGN AB027",
147713  direction="l",
147714  linebreak="al",
147715  unicodeslot=0x10619,
147716 },
147717 [0x1061A]={
147718  category="lo",
147719  description="LINEAR A SIGN AB028",
147720  direction="l",
147721  linebreak="al",
147722  unicodeslot=0x1061A,
147723 },
147724 [0x1061B]={
147725  category="lo",
147726  description="LINEAR A SIGN A028B",
147727  direction="l",
147728  linebreak="al",
147729  unicodeslot=0x1061B,
147730 },
147731 [0x1061C]={
147732  category="lo",
147733  description="LINEAR A SIGN AB029",
147734  direction="l",
147735  linebreak="al",
147736  unicodeslot=0x1061C,
147737 },
147738 [0x1061D]={
147739  category="lo",
147740  description="LINEAR A SIGN AB030",
147741  direction="l",
147742  linebreak="al",
147743  unicodeslot=0x1061D,
147744 },
147745 [0x1061E]={
147746  category="lo",
147747  description="LINEAR A SIGN AB031",
147748  direction="l",
147749  linebreak="al",
147750  unicodeslot=0x1061E,
147751 },
147752 [0x1061F]={
147753  category="lo",
147754  description="LINEAR A SIGN AB034",
147755  direction="l",
147756  linebreak="al",
147757  unicodeslot=0x1061F,
147758 },
147759 [0x10620]={
147760  category="lo",
147761  description="LINEAR A SIGN AB037",
147762  direction="l",
147763  linebreak="al",
147764  unicodeslot=0x10620,
147765 },
147766 [0x10621]={
147767  category="lo",
147768  description="LINEAR A SIGN AB038",
147769  direction="l",
147770  linebreak="al",
147771  unicodeslot=0x10621,
147772 },
147773 [0x10622]={
147774  category="lo",
147775  description="LINEAR A SIGN AB039",
147776  direction="l",
147777  linebreak="al",
147778  unicodeslot=0x10622,
147779 },
147780 [0x10623]={
147781  category="lo",
147782  description="LINEAR A SIGN AB040",
147783  direction="l",
147784  linebreak="al",
147785  unicodeslot=0x10623,
147786 },
147787 [0x10624]={
147788  category="lo",
147789  description="LINEAR A SIGN AB041",
147790  direction="l",
147791  linebreak="al",
147792  unicodeslot=0x10624,
147793 },
147794 [0x10625]={
147795  category="lo",
147796  description="LINEAR A SIGN AB044",
147797  direction="l",
147798  linebreak="al",
147799  unicodeslot=0x10625,
147800 },
147801 [0x10626]={
147802  category="lo",
147803  description="LINEAR A SIGN AB045",
147804  direction="l",
147805  linebreak="al",
147806  unicodeslot=0x10626,
147807 },
147808 [0x10627]={
147809  category="lo",
147810  description="LINEAR A SIGN AB046",
147811  direction="l",
147812  linebreak="al",
147813  unicodeslot=0x10627,
147814 },
147815 [0x10628]={
147816  category="lo",
147817  description="LINEAR A SIGN AB047",
147818  direction="l",
147819  linebreak="al",
147820  unicodeslot=0x10628,
147821 },
147822 [0x10629]={
147823  category="lo",
147824  description="LINEAR A SIGN AB048",
147825  direction="l",
147826  linebreak="al",
147827  unicodeslot=0x10629,
147828 },
147829 [0x1062A]={
147830  category="lo",
147831  description="LINEAR A SIGN AB049",
147832  direction="l",
147833  linebreak="al",
147834  unicodeslot=0x1062A,
147835 },
147836 [0x1062B]={
147837  category="lo",
147838  description="LINEAR A SIGN AB050",
147839  direction="l",
147840  linebreak="al",
147841  unicodeslot=0x1062B,
147842 },
147843 [0x1062C]={
147844  category="lo",
147845  description="LINEAR A SIGN AB051",
147846  direction="l",
147847  linebreak="al",
147848  unicodeslot=0x1062C,
147849 },
147850 [0x1062D]={
147851  category="lo",
147852  description="LINEAR A SIGN AB053",
147853  direction="l",
147854  linebreak="al",
147855  unicodeslot=0x1062D,
147856 },
147857 [0x1062E]={
147858  category="lo",
147859  description="LINEAR A SIGN AB054",
147860  direction="l",
147861  linebreak="al",
147862  unicodeslot=0x1062E,
147863 },
147864 [0x1062F]={
147865  category="lo",
147866  description="LINEAR A SIGN AB055",
147867  direction="l",
147868  linebreak="al",
147869  unicodeslot=0x1062F,
147870 },
147871 [0x10630]={
147872  category="lo",
147873  description="LINEAR A SIGN AB056",
147874  direction="l",
147875  linebreak="al",
147876  unicodeslot=0x10630,
147877 },
147878 [0x10631]={
147879  category="lo",
147880  description="LINEAR A SIGN AB057",
147881  direction="l",
147882  linebreak="al",
147883  unicodeslot=0x10631,
147884 },
147885 [0x10632]={
147886  category="lo",
147887  description="LINEAR A SIGN AB058",
147888  direction="l",
147889  linebreak="al",
147890  unicodeslot=0x10632,
147891 },
147892 [0x10633]={
147893  category="lo",
147894  description="LINEAR A SIGN AB059",
147895  direction="l",
147896  linebreak="al",
147897  unicodeslot=0x10633,
147898 },
147899 [0x10634]={
147900  category="lo",
147901  description="LINEAR A SIGN AB060",
147902  direction="l",
147903  linebreak="al",
147904  unicodeslot=0x10634,
147905 },
147906 [0x10635]={
147907  category="lo",
147908  description="LINEAR A SIGN AB061",
147909  direction="l",
147910  linebreak="al",
147911  unicodeslot=0x10635,
147912 },
147913 [0x10636]={
147914  category="lo",
147915  description="LINEAR A SIGN AB065",
147916  direction="l",
147917  linebreak="al",
147918  unicodeslot=0x10636,
147919 },
147920 [0x10637]={
147921  category="lo",
147922  description="LINEAR A SIGN AB066",
147923  direction="l",
147924  linebreak="al",
147925  unicodeslot=0x10637,
147926 },
147927 [0x10638]={
147928  category="lo",
147929  description="LINEAR A SIGN AB067",
147930  direction="l",
147931  linebreak="al",
147932  unicodeslot=0x10638,
147933 },
147934 [0x10639]={
147935  category="lo",
147936  description="LINEAR A SIGN AB069",
147937  direction="l",
147938  linebreak="al",
147939  unicodeslot=0x10639,
147940 },
147941 [0x1063A]={
147942  category="lo",
147943  description="LINEAR A SIGN AB070",
147944  direction="l",
147945  linebreak="al",
147946  unicodeslot=0x1063A,
147947 },
147948 [0x1063B]={
147949  category="lo",
147950  description="LINEAR A SIGN AB073",
147951  direction="l",
147952  linebreak="al",
147953  unicodeslot=0x1063B,
147954 },
147955 [0x1063C]={
147956  category="lo",
147957  description="LINEAR A SIGN AB074",
147958  direction="l",
147959  linebreak="al",
147960  unicodeslot=0x1063C,
147961 },
147962 [0x1063D]={
147963  category="lo",
147964  description="LINEAR A SIGN AB076",
147965  direction="l",
147966  linebreak="al",
147967  unicodeslot=0x1063D,
147968 },
147969 [0x1063E]={
147970  category="lo",
147971  description="LINEAR A SIGN AB077",
147972  direction="l",
147973  linebreak="al",
147974  unicodeslot=0x1063E,
147975 },
147976 [0x1063F]={
147977  category="lo",
147978  description="LINEAR A SIGN AB078",
147979  direction="l",
147980  linebreak="al",
147981  unicodeslot=0x1063F,
147982 },
147983 [0x10640]={
147984  category="lo",
147985  description="LINEAR A SIGN AB079",
147986  direction="l",
147987  linebreak="al",
147988  unicodeslot=0x10640,
147989 },
147990 [0x10641]={
147991  category="lo",
147992  description="LINEAR A SIGN AB080",
147993  direction="l",
147994  linebreak="al",
147995  unicodeslot=0x10641,
147996 },
147997 [0x10642]={
147998  category="lo",
147999  description="LINEAR A SIGN AB081",
148000  direction="l",
148001  linebreak="al",
148002  unicodeslot=0x10642,
148003 },
148004 [0x10643]={
148005  category="lo",
148006  description="LINEAR A SIGN AB082",
148007  direction="l",
148008  linebreak="al",
148009  unicodeslot=0x10643,
148010 },
148011 [0x10644]={
148012  category="lo",
148013  description="LINEAR A SIGN AB085",
148014  direction="l",
148015  linebreak="al",
148016  unicodeslot=0x10644,
148017 },
148018 [0x10645]={
148019  category="lo",
148020  description="LINEAR A SIGN AB086",
148021  direction="l",
148022  linebreak="al",
148023  unicodeslot=0x10645,
148024 },
148025 [0x10646]={
148026  category="lo",
148027  description="LINEAR A SIGN AB087",
148028  direction="l",
148029  linebreak="al",
148030  unicodeslot=0x10646,
148031 },
148032 [0x10647]={
148033  category="lo",
148034  description="LINEAR A SIGN A100-102",
148035  direction="l",
148036  linebreak="al",
148037  unicodeslot=0x10647,
148038 },
148039 [0x10648]={
148040  category="lo",
148041  description="LINEAR A SIGN AB118",
148042  direction="l",
148043  linebreak="al",
148044  unicodeslot=0x10648,
148045 },
148046 [0x10649]={
148047  category="lo",
148048  description="LINEAR A SIGN AB120",
148049  direction="l",
148050  linebreak="al",
148051  unicodeslot=0x10649,
148052 },
148053 [0x1064A]={
148054  category="lo",
148055  description="LINEAR A SIGN A120B",
148056  direction="l",
148057  linebreak="al",
148058  unicodeslot=0x1064A,
148059 },
148060 [0x1064B]={
148061  category="lo",
148062  description="LINEAR A SIGN AB122",
148063  direction="l",
148064  linebreak="al",
148065  unicodeslot=0x1064B,
148066 },
148067 [0x1064C]={
148068  category="lo",
148069  description="LINEAR A SIGN AB123",
148070  direction="l",
148071  linebreak="al",
148072  unicodeslot=0x1064C,
148073 },
148074 [0x1064D]={
148075  category="lo",
148076  description="LINEAR A SIGN AB131A",
148077  direction="l",
148078  linebreak="al",
148079  unicodeslot=0x1064D,
148080 },
148081 [0x1064E]={
148082  category="lo",
148083  description="LINEAR A SIGN AB131B",
148084  direction="l",
148085  linebreak="al",
148086  unicodeslot=0x1064E,
148087 },
148088 [0x1064F]={
148089  category="lo",
148090  description="LINEAR A SIGN A131C",
148091  direction="l",
148092  linebreak="al",
148093  unicodeslot=0x1064F,
148094 },
148095 [0x10650]={
148096  category="lo",
148097  description="LINEAR A SIGN AB164",
148098  direction="l",
148099  linebreak="al",
148100  unicodeslot=0x10650,
148101 },
148102 [0x10651]={
148103  category="lo",
148104  description="LINEAR A SIGN AB171",
148105  direction="l",
148106  linebreak="al",
148107  unicodeslot=0x10651,
148108 },
148109 [0x10652]={
148110  category="lo",
148111  description="LINEAR A SIGN AB180",
148112  direction="l",
148113  linebreak="al",
148114  unicodeslot=0x10652,
148115 },
148116 [0x10653]={
148117  category="lo",
148118  description="LINEAR A SIGN AB188",
148119  direction="l",
148120  linebreak="al",
148121  unicodeslot=0x10653,
148122 },
148123 [0x10654]={
148124  category="lo",
148125  description="LINEAR A SIGN AB191",
148126  direction="l",
148127  linebreak="al",
148128  unicodeslot=0x10654,
148129 },
148130 [0x10655]={
148131  category="lo",
148132  description="LINEAR A SIGN A301",
148133  direction="l",
148134  linebreak="al",
148135  unicodeslot=0x10655,
148136 },
148137 [0x10656]={
148138  category="lo",
148139  description="LINEAR A SIGN A302",
148140  direction="l",
148141  linebreak="al",
148142  unicodeslot=0x10656,
148143 },
148144 [0x10657]={
148145  category="lo",
148146  description="LINEAR A SIGN A303",
148147  direction="l",
148148  linebreak="al",
148149  unicodeslot=0x10657,
148150 },
148151 [0x10658]={
148152  category="lo",
148153  description="LINEAR A SIGN A304",
148154  direction="l",
148155  linebreak="al",
148156  unicodeslot=0x10658,
148157 },
148158 [0x10659]={
148159  category="lo",
148160  description="LINEAR A SIGN A305",
148161  direction="l",
148162  linebreak="al",
148163  unicodeslot=0x10659,
148164 },
148165 [0x1065A]={
148166  category="lo",
148167  description="LINEAR A SIGN A306",
148168  direction="l",
148169  linebreak="al",
148170  unicodeslot=0x1065A,
148171 },
148172 [0x1065B]={
148173  category="lo",
148174  description="LINEAR A SIGN A307",
148175  direction="l",
148176  linebreak="al",
148177  unicodeslot=0x1065B,
148178 },
148179 [0x1065C]={
148180  category="lo",
148181  description="LINEAR A SIGN A308",
148182  direction="l",
148183  linebreak="al",
148184  unicodeslot=0x1065C,
148185 },
148186 [0x1065D]={
148187  category="lo",
148188  description="LINEAR A SIGN A309A",
148189  direction="l",
148190  linebreak="al",
148191  unicodeslot=0x1065D,
148192 },
148193 [0x1065E]={
148194  category="lo",
148195  description="LINEAR A SIGN A309B",
148196  direction="l",
148197  linebreak="al",
148198  unicodeslot=0x1065E,
148199 },
148200 [0x1065F]={
148201  category="lo",
148202  description="LINEAR A SIGN A309C",
148203  direction="l",
148204  linebreak="al",
148205  unicodeslot=0x1065F,
148206 },
148207 [0x10660]={
148208  category="lo",
148209  description="LINEAR A SIGN A310",
148210  direction="l",
148211  linebreak="al",
148212  unicodeslot=0x10660,
148213 },
148214 [0x10661]={
148215  category="lo",
148216  description="LINEAR A SIGN A311",
148217  direction="l",
148218  linebreak="al",
148219  unicodeslot=0x10661,
148220 },
148221 [0x10662]={
148222  category="lo",
148223  description="LINEAR A SIGN A312",
148224  direction="l",
148225  linebreak="al",
148226  unicodeslot=0x10662,
148227 },
148228 [0x10663]={
148229  category="lo",
148230  description="LINEAR A SIGN A313A",
148231  direction="l",
148232  linebreak="al",
148233  unicodeslot=0x10663,
148234 },
148235 [0x10664]={
148236  category="lo",
148237  description="LINEAR A SIGN A313B",
148238  direction="l",
148239  linebreak="al",
148240  unicodeslot=0x10664,
148241 },
148242 [0x10665]={
148243  category="lo",
148244  description="LINEAR A SIGN A313C",
148245  direction="l",
148246  linebreak="al",
148247  unicodeslot=0x10665,
148248 },
148249 [0x10666]={
148250  category="lo",
148251  description="LINEAR A SIGN A314",
148252  direction="l",
148253  linebreak="al",
148254  unicodeslot=0x10666,
148255 },
148256 [0x10667]={
148257  category="lo",
148258  description="LINEAR A SIGN A315",
148259  direction="l",
148260  linebreak="al",
148261  unicodeslot=0x10667,
148262 },
148263 [0x10668]={
148264  category="lo",
148265  description="LINEAR A SIGN A316",
148266  direction="l",
148267  linebreak="al",
148268  unicodeslot=0x10668,
148269 },
148270 [0x10669]={
148271  category="lo",
148272  description="LINEAR A SIGN A317",
148273  direction="l",
148274  linebreak="al",
148275  unicodeslot=0x10669,
148276 },
148277 [0x1066A]={
148278  category="lo",
148279  description="LINEAR A SIGN A318",
148280  direction="l",
148281  linebreak="al",
148282  unicodeslot=0x1066A,
148283 },
148284 [0x1066B]={
148285  category="lo",
148286  description="LINEAR A SIGN A319",
148287  direction="l",
148288  linebreak="al",
148289  unicodeslot=0x1066B,
148290 },
148291 [0x1066C]={
148292  category="lo",
148293  description="LINEAR A SIGN A320",
148294  direction="l",
148295  linebreak="al",
148296  unicodeslot=0x1066C,
148297 },
148298 [0x1066D]={
148299  category="lo",
148300  description="LINEAR A SIGN A321",
148301  direction="l",
148302  linebreak="al",
148303  unicodeslot=0x1066D,
148304 },
148305 [0x1066E]={
148306  category="lo",
148307  description="LINEAR A SIGN A322",
148308  direction="l",
148309  linebreak="al",
148310  unicodeslot=0x1066E,
148311 },
148312 [0x1066F]={
148313  category="lo",
148314  description="LINEAR A SIGN A323",
148315  direction="l",
148316  linebreak="al",
148317  unicodeslot=0x1066F,
148318 },
148319 [0x10670]={
148320  category="lo",
148321  description="LINEAR A SIGN A324",
148322  direction="l",
148323  linebreak="al",
148324  unicodeslot=0x10670,
148325 },
148326 [0x10671]={
148327  category="lo",
148328  description="LINEAR A SIGN A325",
148329  direction="l",
148330  linebreak="al",
148331  unicodeslot=0x10671,
148332 },
148333 [0x10672]={
148334  category="lo",
148335  description="LINEAR A SIGN A326",
148336  direction="l",
148337  linebreak="al",
148338  unicodeslot=0x10672,
148339 },
148340 [0x10673]={
148341  category="lo",
148342  description="LINEAR A SIGN A327",
148343  direction="l",
148344  linebreak="al",
148345  unicodeslot=0x10673,
148346 },
148347 [0x10674]={
148348  category="lo",
148349  description="LINEAR A SIGN A328",
148350  direction="l",
148351  linebreak="al",
148352  unicodeslot=0x10674,
148353 },
148354 [0x10675]={
148355  category="lo",
148356  description="LINEAR A SIGN A329",
148357  direction="l",
148358  linebreak="al",
148359  unicodeslot=0x10675,
148360 },
148361 [0x10676]={
148362  category="lo",
148363  description="LINEAR A SIGN A330",
148364  direction="l",
148365  linebreak="al",
148366  unicodeslot=0x10676,
148367 },
148368 [0x10677]={
148369  category="lo",
148370  description="LINEAR A SIGN A331",
148371  direction="l",
148372  linebreak="al",
148373  unicodeslot=0x10677,
148374 },
148375 [0x10678]={
148376  category="lo",
148377  description="LINEAR A SIGN A332",
148378  direction="l",
148379  linebreak="al",
148380  unicodeslot=0x10678,
148381 },
148382 [0x10679]={
148383  category="lo",
148384  description="LINEAR A SIGN A333",
148385  direction="l",
148386  linebreak="al",
148387  unicodeslot=0x10679,
148388 },
148389 [0x1067A]={
148390  category="lo",
148391  description="LINEAR A SIGN A334",
148392  direction="l",
148393  linebreak="al",
148394  unicodeslot=0x1067A,
148395 },
148396 [0x1067B]={
148397  category="lo",
148398  description="LINEAR A SIGN A335",
148399  direction="l",
148400  linebreak="al",
148401  unicodeslot=0x1067B,
148402 },
148403 [0x1067C]={
148404  category="lo",
148405  description="LINEAR A SIGN A336",
148406  direction="l",
148407  linebreak="al",
148408  unicodeslot=0x1067C,
148409 },
148410 [0x1067D]={
148411  category="lo",
148412  description="LINEAR A SIGN A337",
148413  direction="l",
148414  linebreak="al",
148415  unicodeslot=0x1067D,
148416 },
148417 [0x1067E]={
148418  category="lo",
148419  description="LINEAR A SIGN A338",
148420  direction="l",
148421  linebreak="al",
148422  unicodeslot=0x1067E,
148423 },
148424 [0x1067F]={
148425  category="lo",
148426  description="LINEAR A SIGN A339",
148427  direction="l",
148428  linebreak="al",
148429  unicodeslot=0x1067F,
148430 },
148431 [0x10680]={
148432  category="lo",
148433  description="LINEAR A SIGN A340",
148434  direction="l",
148435  linebreak="al",
148436  unicodeslot=0x10680,
148437 },
148438 [0x10681]={
148439  category="lo",
148440  description="LINEAR A SIGN A341",
148441  direction="l",
148442  linebreak="al",
148443  unicodeslot=0x10681,
148444 },
148445 [0x10682]={
148446  category="lo",
148447  description="LINEAR A SIGN A342",
148448  direction="l",
148449  linebreak="al",
148450  unicodeslot=0x10682,
148451 },
148452 [0x10683]={
148453  category="lo",
148454  description="LINEAR A SIGN A343",
148455  direction="l",
148456  linebreak="al",
148457  unicodeslot=0x10683,
148458 },
148459 [0x10684]={
148460  category="lo",
148461  description="LINEAR A SIGN A344",
148462  direction="l",
148463  linebreak="al",
148464  unicodeslot=0x10684,
148465 },
148466 [0x10685]={
148467  category="lo",
148468  description="LINEAR A SIGN A345",
148469  direction="l",
148470  linebreak="al",
148471  unicodeslot=0x10685,
148472 },
148473 [0x10686]={
148474  category="lo",
148475  description="LINEAR A SIGN A346",
148476  direction="l",
148477  linebreak="al",
148478  unicodeslot=0x10686,
148479 },
148480 [0x10687]={
148481  category="lo",
148482  description="LINEAR A SIGN A347",
148483  direction="l",
148484  linebreak="al",
148485  unicodeslot=0x10687,
148486 },
148487 [0x10688]={
148488  category="lo",
148489  description="LINEAR A SIGN A348",
148490  direction="l",
148491  linebreak="al",
148492  unicodeslot=0x10688,
148493 },
148494 [0x10689]={
148495  category="lo",
148496  description="LINEAR A SIGN A349",
148497  direction="l",
148498  linebreak="al",
148499  unicodeslot=0x10689,
148500 },
148501 [0x1068A]={
148502  category="lo",
148503  description="LINEAR A SIGN A350",
148504  direction="l",
148505  linebreak="al",
148506  unicodeslot=0x1068A,
148507 },
148508 [0x1068B]={
148509  category="lo",
148510  description="LINEAR A SIGN A351",
148511  direction="l",
148512  linebreak="al",
148513  unicodeslot=0x1068B,
148514 },
148515 [0x1068C]={
148516  category="lo",
148517  description="LINEAR A SIGN A352",
148518  direction="l",
148519  linebreak="al",
148520  unicodeslot=0x1068C,
148521 },
148522 [0x1068D]={
148523  category="lo",
148524  description="LINEAR A SIGN A353",
148525  direction="l",
148526  linebreak="al",
148527  unicodeslot=0x1068D,
148528 },
148529 [0x1068E]={
148530  category="lo",
148531  description="LINEAR A SIGN A354",
148532  direction="l",
148533  linebreak="al",
148534  unicodeslot=0x1068E,
148535 },
148536 [0x1068F]={
148537  category="lo",
148538  description="LINEAR A SIGN A355",
148539  direction="l",
148540  linebreak="al",
148541  unicodeslot=0x1068F,
148542 },
148543 [0x10690]={
148544  category="lo",
148545  description="LINEAR A SIGN A356",
148546  direction="l",
148547  linebreak="al",
148548  unicodeslot=0x10690,
148549 },
148550 [0x10691]={
148551  category="lo",
148552  description="LINEAR A SIGN A357",
148553  direction="l",
148554  linebreak="al",
148555  unicodeslot=0x10691,
148556 },
148557 [0x10692]={
148558  category="lo",
148559  description="LINEAR A SIGN A358",
148560  direction="l",
148561  linebreak="al",
148562  unicodeslot=0x10692,
148563 },
148564 [0x10693]={
148565  category="lo",
148566  description="LINEAR A SIGN A359",
148567  direction="l",
148568  linebreak="al",
148569  unicodeslot=0x10693,
148570 },
148571 [0x10694]={
148572  category="lo",
148573  description="LINEAR A SIGN A360",
148574  direction="l",
148575  linebreak="al",
148576  unicodeslot=0x10694,
148577 },
148578 [0x10695]={
148579  category="lo",
148580  description="LINEAR A SIGN A361",
148581  direction="l",
148582  linebreak="al",
148583  unicodeslot=0x10695,
148584 },
148585 [0x10696]={
148586  category="lo",
148587  description="LINEAR A SIGN A362",
148588  direction="l",
148589  linebreak="al",
148590  unicodeslot=0x10696,
148591 },
148592 [0x10697]={
148593  category="lo",
148594  description="LINEAR A SIGN A363",
148595  direction="l",
148596  linebreak="al",
148597  unicodeslot=0x10697,
148598 },
148599 [0x10698]={
148600  category="lo",
148601  description="LINEAR A SIGN A364",
148602  direction="l",
148603  linebreak="al",
148604  unicodeslot=0x10698,
148605 },
148606 [0x10699]={
148607  category="lo",
148608  description="LINEAR A SIGN A365",
148609  direction="l",
148610  linebreak="al",
148611  unicodeslot=0x10699,
148612 },
148613 [0x1069A]={
148614  category="lo",
148615  description="LINEAR A SIGN A366",
148616  direction="l",
148617  linebreak="al",
148618  unicodeslot=0x1069A,
148619 },
148620 [0x1069B]={
148621  category="lo",
148622  description="LINEAR A SIGN A367",
148623  direction="l",
148624  linebreak="al",
148625  unicodeslot=0x1069B,
148626 },
148627 [0x1069C]={
148628  category="lo",
148629  description="LINEAR A SIGN A368",
148630  direction="l",
148631  linebreak="al",
148632  unicodeslot=0x1069C,
148633 },
148634 [0x1069D]={
148635  category="lo",
148636  description="LINEAR A SIGN A369",
148637  direction="l",
148638  linebreak="al",
148639  unicodeslot=0x1069D,
148640 },
148641 [0x1069E]={
148642  category="lo",
148643  description="LINEAR A SIGN A370",
148644  direction="l",
148645  linebreak="al",
148646  unicodeslot=0x1069E,
148647 },
148648 [0x1069F]={
148649  category="lo",
148650  description="LINEAR A SIGN A371",
148651  direction="l",
148652  linebreak="al",
148653  unicodeslot=0x1069F,
148654 },
148655 [0x106A0]={
148656  category="lo",
148657  description="LINEAR A SIGN A400-VAS",
148658  direction="l",
148659  linebreak="al",
148660  unicodeslot=0x106A0,
148661 },
148662 [0x106A1]={
148663  category="lo",
148664  description="LINEAR A SIGN A401-VAS",
148665  direction="l",
148666  linebreak="al",
148667  unicodeslot=0x106A1,
148668 },
148669 [0x106A2]={
148670  category="lo",
148671  description="LINEAR A SIGN A402-VAS",
148672  direction="l",
148673  linebreak="al",
148674  unicodeslot=0x106A2,
148675 },
148676 [0x106A3]={
148677  category="lo",
148678  description="LINEAR A SIGN A403-VAS",
148679  direction="l",
148680  linebreak="al",
148681  unicodeslot=0x106A3,
148682 },
148683 [0x106A4]={
148684  category="lo",
148685  description="LINEAR A SIGN A404-VAS",
148686  direction="l",
148687  linebreak="al",
148688  unicodeslot=0x106A4,
148689 },
148690 [0x106A5]={
148691  category="lo",
148692  description="LINEAR A SIGN A405-VAS",
148693  direction="l",
148694  linebreak="al",
148695  unicodeslot=0x106A5,
148696 },
148697 [0x106A6]={
148698  category="lo",
148699  description="LINEAR A SIGN A406-VAS",
148700  direction="l",
148701  linebreak="al",
148702  unicodeslot=0x106A6,
148703 },
148704 [0x106A7]={
148705  category="lo",
148706  description="LINEAR A SIGN A407-VAS",
148707  direction="l",
148708  linebreak="al",
148709  unicodeslot=0x106A7,
148710 },
148711 [0x106A8]={
148712  category="lo",
148713  description="LINEAR A SIGN A408-VAS",
148714  direction="l",
148715  linebreak="al",
148716  unicodeslot=0x106A8,
148717 },
148718 [0x106A9]={
148719  category="lo",
148720  description="LINEAR A SIGN A409-VAS",
148721  direction="l",
148722  linebreak="al",
148723  unicodeslot=0x106A9,
148724 },
148725 [0x106AA]={
148726  category="lo",
148727  description="LINEAR A SIGN A410-VAS",
148728  direction="l",
148729  linebreak="al",
148730  unicodeslot=0x106AA,
148731 },
148732 [0x106AB]={
148733  category="lo",
148734  description="LINEAR A SIGN A411-VAS",
148735  direction="l",
148736  linebreak="al",
148737  unicodeslot=0x106AB,
148738 },
148739 [0x106AC]={
148740  category="lo",
148741  description="LINEAR A SIGN A412-VAS",
148742  direction="l",
148743  linebreak="al",
148744  unicodeslot=0x106AC,
148745 },
148746 [0x106AD]={
148747  category="lo",
148748  description="LINEAR A SIGN A413-VAS",
148749  direction="l",
148750  linebreak="al",
148751  unicodeslot=0x106AD,
148752 },
148753 [0x106AE]={
148754  category="lo",
148755  description="LINEAR A SIGN A414-VAS",
148756  direction="l",
148757  linebreak="al",
148758  unicodeslot=0x106AE,
148759 },
148760 [0x106AF]={
148761  category="lo",
148762  description="LINEAR A SIGN A415-VAS",
148763  direction="l",
148764  linebreak="al",
148765  unicodeslot=0x106AF,
148766 },
148767 [0x106B0]={
148768  category="lo",
148769  description="LINEAR A SIGN A416-VAS",
148770  direction="l",
148771  linebreak="al",
148772  unicodeslot=0x106B0,
148773 },
148774 [0x106B1]={
148775  category="lo",
148776  description="LINEAR A SIGN A417-VAS",
148777  direction="l",
148778  linebreak="al",
148779  unicodeslot=0x106B1,
148780 },
148781 [0x106B2]={
148782  category="lo",
148783  description="LINEAR A SIGN A418-VAS",
148784  direction="l",
148785  linebreak="al",
148786  unicodeslot=0x106B2,
148787 },
148788 [0x106B3]={
148789  category="lo",
148790  description="LINEAR A SIGN A501",
148791  direction="l",
148792  linebreak="al",
148793  unicodeslot=0x106B3,
148794 },
148795 [0x106B4]={
148796  category="lo",
148797  description="LINEAR A SIGN A502",
148798  direction="l",
148799  linebreak="al",
148800  unicodeslot=0x106B4,
148801 },
148802 [0x106B5]={
148803  category="lo",
148804  description="LINEAR A SIGN A503",
148805  direction="l",
148806  linebreak="al",
148807  unicodeslot=0x106B5,
148808 },
148809 [0x106B6]={
148810  category="lo",
148811  description="LINEAR A SIGN A504",
148812  direction="l",
148813  linebreak="al",
148814  unicodeslot=0x106B6,
148815 },
148816 [0x106B7]={
148817  category="lo",
148818  description="LINEAR A SIGN A505",
148819  direction="l",
148820  linebreak="al",
148821  unicodeslot=0x106B7,
148822 },
148823 [0x106B8]={
148824  category="lo",
148825  description="LINEAR A SIGN A506",
148826  direction="l",
148827  linebreak="al",
148828  unicodeslot=0x106B8,
148829 },
148830 [0x106B9]={
148831  category="lo",
148832  description="LINEAR A SIGN A508",
148833  direction="l",
148834  linebreak="al",
148835  unicodeslot=0x106B9,
148836 },
148837 [0x106BA]={
148838  category="lo",
148839  description="LINEAR A SIGN A509",
148840  direction="l",
148841  linebreak="al",
148842  unicodeslot=0x106BA,
148843 },
148844 [0x106BB]={
148845  category="lo",
148846  description="LINEAR A SIGN A510",
148847  direction="l",
148848  linebreak="al",
148849  unicodeslot=0x106BB,
148850 },
148851 [0x106BC]={
148852  category="lo",
148853  description="LINEAR A SIGN A511",
148854  direction="l",
148855  linebreak="al",
148856  unicodeslot=0x106BC,
148857 },
148858 [0x106BD]={
148859  category="lo",
148860  description="LINEAR A SIGN A512",
148861  direction="l",
148862  linebreak="al",
148863  unicodeslot=0x106BD,
148864 },
148865 [0x106BE]={
148866  category="lo",
148867  description="LINEAR A SIGN A513",
148868  direction="l",
148869  linebreak="al",
148870  unicodeslot=0x106BE,
148871 },
148872 [0x106BF]={
148873  category="lo",
148874  description="LINEAR A SIGN A515",
148875  direction="l",
148876  linebreak="al",
148877  unicodeslot=0x106BF,
148878 },
148879 [0x106C0]={
148880  category="lo",
148881  description="LINEAR A SIGN A516",
148882  direction="l",
148883  linebreak="al",
148884  unicodeslot=0x106C0,
148885 },
148886 [0x106C1]={
148887  category="lo",
148888  description="LINEAR A SIGN A520",
148889  direction="l",
148890  linebreak="al",
148891  unicodeslot=0x106C1,
148892 },
148893 [0x106C2]={
148894  category="lo",
148895  description="LINEAR A SIGN A521",
148896  direction="l",
148897  linebreak="al",
148898  unicodeslot=0x106C2,
148899 },
148900 [0x106C3]={
148901  category="lo",
148902  description="LINEAR A SIGN A523",
148903  direction="l",
148904  linebreak="al",
148905  unicodeslot=0x106C3,
148906 },
148907 [0x106C4]={
148908  category="lo",
148909  description="LINEAR A SIGN A524",
148910  direction="l",
148911  linebreak="al",
148912  unicodeslot=0x106C4,
148913 },
148914 [0x106C5]={
148915  category="lo",
148916  description="LINEAR A SIGN A525",
148917  direction="l",
148918  linebreak="al",
148919  unicodeslot=0x106C5,
148920 },
148921 [0x106C6]={
148922  category="lo",
148923  description="LINEAR A SIGN A526",
148924  direction="l",
148925  linebreak="al",
148926  unicodeslot=0x106C6,
148927 },
148928 [0x106C7]={
148929  category="lo",
148930  description="LINEAR A SIGN A527",
148931  direction="l",
148932  linebreak="al",
148933  unicodeslot=0x106C7,
148934 },
148935 [0x106C8]={
148936  category="lo",
148937  description="LINEAR A SIGN A528",
148938  direction="l",
148939  linebreak="al",
148940  unicodeslot=0x106C8,
148941 },
148942 [0x106C9]={
148943  category="lo",
148944  description="LINEAR A SIGN A529",
148945  direction="l",
148946  linebreak="al",
148947  unicodeslot=0x106C9,
148948 },
148949 [0x106CA]={
148950  category="lo",
148951  description="LINEAR A SIGN A530",
148952  direction="l",
148953  linebreak="al",
148954  unicodeslot=0x106CA,
148955 },
148956 [0x106CB]={
148957  category="lo",
148958  description="LINEAR A SIGN A531",
148959  direction="l",
148960  linebreak="al",
148961  unicodeslot=0x106CB,
148962 },
148963 [0x106CC]={
148964  category="lo",
148965  description="LINEAR A SIGN A532",
148966  direction="l",
148967  linebreak="al",
148968  unicodeslot=0x106CC,
148969 },
148970 [0x106CD]={
148971  category="lo",
148972  description="LINEAR A SIGN A534",
148973  direction="l",
148974  linebreak="al",
148975  unicodeslot=0x106CD,
148976 },
148977 [0x106CE]={
148978  category="lo",
148979  description="LINEAR A SIGN A535",
148980  direction="l",
148981  linebreak="al",
148982  unicodeslot=0x106CE,
148983 },
148984 [0x106CF]={
148985  category="lo",
148986  description="LINEAR A SIGN A536",
148987  direction="l",
148988  linebreak="al",
148989  unicodeslot=0x106CF,
148990 },
148991 [0x106D0]={
148992  category="lo",
148993  description="LINEAR A SIGN A537",
148994  direction="l",
148995  linebreak="al",
148996  unicodeslot=0x106D0,
148997 },
148998 [0x106D1]={
148999  category="lo",
149000  description="LINEAR A SIGN A538",
149001  direction="l",
149002  linebreak="al",
149003  unicodeslot=0x106D1,
149004 },
149005 [0x106D2]={
149006  category="lo",
149007  description="LINEAR A SIGN A539",
149008  direction="l",
149009  linebreak="al",
149010  unicodeslot=0x106D2,
149011 },
149012 [0x106D3]={
149013  category="lo",
149014  description="LINEAR A SIGN A540",
149015  direction="l",
149016  linebreak="al",
149017  unicodeslot=0x106D3,
149018 },
149019 [0x106D4]={
149020  category="lo",
149021  description="LINEAR A SIGN A541",
149022  direction="l",
149023  linebreak="al",
149024  unicodeslot=0x106D4,
149025 },
149026 [0x106D5]={
149027  category="lo",
149028  description="LINEAR A SIGN A542",
149029  direction="l",
149030  linebreak="al",
149031  unicodeslot=0x106D5,
149032 },
149033 [0x106D6]={
149034  category="lo",
149035  description="LINEAR A SIGN A545",
149036  direction="l",
149037  linebreak="al",
149038  unicodeslot=0x106D6,
149039 },
149040 [0x106D7]={
149041  category="lo",
149042  description="LINEAR A SIGN A547",
149043  direction="l",
149044  linebreak="al",
149045  unicodeslot=0x106D7,
149046 },
149047 [0x106D8]={
149048  category="lo",
149049  description="LINEAR A SIGN A548",
149050  direction="l",
149051  linebreak="al",
149052  unicodeslot=0x106D8,
149053 },
149054 [0x106D9]={
149055  category="lo",
149056  description="LINEAR A SIGN A549",
149057  direction="l",
149058  linebreak="al",
149059  unicodeslot=0x106D9,
149060 },
149061 [0x106DA]={
149062  category="lo",
149063  description="LINEAR A SIGN A550",
149064  direction="l",
149065  linebreak="al",
149066  unicodeslot=0x106DA,
149067 },
149068 [0x106DB]={
149069  category="lo",
149070  description="LINEAR A SIGN A551",
149071  direction="l",
149072  linebreak="al",
149073  unicodeslot=0x106DB,
149074 },
149075 [0x106DC]={
149076  category="lo",
149077  description="LINEAR A SIGN A552",
149078  direction="l",
149079  linebreak="al",
149080  unicodeslot=0x106DC,
149081 },
149082 [0x106DD]={
149083  category="lo",
149084  description="LINEAR A SIGN A553",
149085  direction="l",
149086  linebreak="al",
149087  unicodeslot=0x106DD,
149088 },
149089 [0x106DE]={
149090  category="lo",
149091  description="LINEAR A SIGN A554",
149092  direction="l",
149093  linebreak="al",
149094  unicodeslot=0x106DE,
149095 },
149096 [0x106DF]={
149097  category="lo",
149098  description="LINEAR A SIGN A555",
149099  direction="l",
149100  linebreak="al",
149101  unicodeslot=0x106DF,
149102 },
149103 [0x106E0]={
149104  category="lo",
149105  description="LINEAR A SIGN A556",
149106  direction="l",
149107  linebreak="al",
149108  unicodeslot=0x106E0,
149109 },
149110 [0x106E1]={
149111  category="lo",
149112  description="LINEAR A SIGN A557",
149113  direction="l",
149114  linebreak="al",
149115  unicodeslot=0x106E1,
149116 },
149117 [0x106E2]={
149118  category="lo",
149119  description="LINEAR A SIGN A559",
149120  direction="l",
149121  linebreak="al",
149122  unicodeslot=0x106E2,
149123 },
149124 [0x106E3]={
149125  category="lo",
149126  description="LINEAR A SIGN A563",
149127  direction="l",
149128  linebreak="al",
149129  unicodeslot=0x106E3,
149130 },
149131 [0x106E4]={
149132  category="lo",
149133  description="LINEAR A SIGN A564",
149134  direction="l",
149135  linebreak="al",
149136  unicodeslot=0x106E4,
149137 },
149138 [0x106E5]={
149139  category="lo",
149140  description="LINEAR A SIGN A565",
149141  direction="l",
149142  linebreak="al",
149143  unicodeslot=0x106E5,
149144 },
149145 [0x106E6]={
149146  category="lo",
149147  description="LINEAR A SIGN A566",
149148  direction="l",
149149  linebreak="al",
149150  unicodeslot=0x106E6,
149151 },
149152 [0x106E7]={
149153  category="lo",
149154  description="LINEAR A SIGN A568",
149155  direction="l",
149156  linebreak="al",
149157  unicodeslot=0x106E7,
149158 },
149159 [0x106E8]={
149160  category="lo",
149161  description="LINEAR A SIGN A569",
149162  direction="l",
149163  linebreak="al",
149164  unicodeslot=0x106E8,
149165 },
149166 [0x106E9]={
149167  category="lo",
149168  description="LINEAR A SIGN A570",
149169  direction="l",
149170  linebreak="al",
149171  unicodeslot=0x106E9,
149172 },
149173 [0x106EA]={
149174  category="lo",
149175  description="LINEAR A SIGN A571",
149176  direction="l",
149177  linebreak="al",
149178  unicodeslot=0x106EA,
149179 },
149180 [0x106EB]={
149181  category="lo",
149182  description="LINEAR A SIGN A572",
149183  direction="l",
149184  linebreak="al",
149185  unicodeslot=0x106EB,
149186 },
149187 [0x106EC]={
149188  category="lo",
149189  description="LINEAR A SIGN A573",
149190  direction="l",
149191  linebreak="al",
149192  unicodeslot=0x106EC,
149193 },
149194 [0x106ED]={
149195  category="lo",
149196  description="LINEAR A SIGN A574",
149197  direction="l",
149198  linebreak="al",
149199  unicodeslot=0x106ED,
149200 },
149201 [0x106EE]={
149202  category="lo",
149203  description="LINEAR A SIGN A575",
149204  direction="l",
149205  linebreak="al",
149206  unicodeslot=0x106EE,
149207 },
149208 [0x106EF]={
149209  category="lo",
149210  description="LINEAR A SIGN A576",
149211  direction="l",
149212  linebreak="al",
149213  unicodeslot=0x106EF,
149214 },
149215 [0x106F0]={
149216  category="lo",
149217  description="LINEAR A SIGN A577",
149218  direction="l",
149219  linebreak="al",
149220  unicodeslot=0x106F0,
149221 },
149222 [0x106F1]={
149223  category="lo",
149224  description="LINEAR A SIGN A578",
149225  direction="l",
149226  linebreak="al",
149227  unicodeslot=0x106F1,
149228 },
149229 [0x106F2]={
149230  category="lo",
149231  description="LINEAR A SIGN A579",
149232  direction="l",
149233  linebreak="al",
149234  unicodeslot=0x106F2,
149235 },
149236 [0x106F3]={
149237  category="lo",
149238  description="LINEAR A SIGN A580",
149239  direction="l",
149240  linebreak="al",
149241  unicodeslot=0x106F3,
149242 },
149243 [0x106F4]={
149244  category="lo",
149245  description="LINEAR A SIGN A581",
149246  direction="l",
149247  linebreak="al",
149248  unicodeslot=0x106F4,
149249 },
149250 [0x106F5]={
149251  category="lo",
149252  description="LINEAR A SIGN A582",
149253  direction="l",
149254  linebreak="al",
149255  unicodeslot=0x106F5,
149256 },
149257 [0x106F6]={
149258  category="lo",
149259  description="LINEAR A SIGN A583",
149260  direction="l",
149261  linebreak="al",
149262  unicodeslot=0x106F6,
149263 },
149264 [0x106F7]={
149265  category="lo",
149266  description="LINEAR A SIGN A584",
149267  direction="l",
149268  linebreak="al",
149269  unicodeslot=0x106F7,
149270 },
149271 [0x106F8]={
149272  category="lo",
149273  description="LINEAR A SIGN A585",
149274  direction="l",
149275  linebreak="al",
149276  unicodeslot=0x106F8,
149277 },
149278 [0x106F9]={
149279  category="lo",
149280  description="LINEAR A SIGN A586",
149281  direction="l",
149282  linebreak="al",
149283  unicodeslot=0x106F9,
149284 },
149285 [0x106FA]={
149286  category="lo",
149287  description="LINEAR A SIGN A587",
149288  direction="l",
149289  linebreak="al",
149290  unicodeslot=0x106FA,
149291 },
149292 [0x106FB]={
149293  category="lo",
149294  description="LINEAR A SIGN A588",
149295  direction="l",
149296  linebreak="al",
149297  unicodeslot=0x106FB,
149298 },
149299 [0x106FC]={
149300  category="lo",
149301  description="LINEAR A SIGN A589",
149302  direction="l",
149303  linebreak="al",
149304  unicodeslot=0x106FC,
149305 },
149306 [0x106FD]={
149307  category="lo",
149308  description="LINEAR A SIGN A591",
149309  direction="l",
149310  linebreak="al",
149311  unicodeslot=0x106FD,
149312 },
149313 [0x106FE]={
149314  category="lo",
149315  description="LINEAR A SIGN A592",
149316  direction="l",
149317  linebreak="al",
149318  unicodeslot=0x106FE,
149319 },
149320 [0x106FF]={
149321  category="lo",
149322  description="LINEAR A SIGN A594",
149323  direction="l",
149324  linebreak="al",
149325  unicodeslot=0x106FF,
149326 },
149327 [0x10700]={
149328  category="lo",
149329  description="LINEAR A SIGN A595",
149330  direction="l",
149331  linebreak="al",
149332  unicodeslot=0x10700,
149333 },
149334 [0x10701]={
149335  category="lo",
149336  description="LINEAR A SIGN A596",
149337  direction="l",
149338  linebreak="al",
149339  unicodeslot=0x10701,
149340 },
149341 [0x10702]={
149342  category="lo",
149343  description="LINEAR A SIGN A598",
149344  direction="l",
149345  linebreak="al",
149346  unicodeslot=0x10702,
149347 },
149348 [0x10703]={
149349  category="lo",
149350  description="LINEAR A SIGN A600",
149351  direction="l",
149352  linebreak="al",
149353  unicodeslot=0x10703,
149354 },
149355 [0x10704]={
149356  category="lo",
149357  description="LINEAR A SIGN A601",
149358  direction="l",
149359  linebreak="al",
149360  unicodeslot=0x10704,
149361 },
149362 [0x10705]={
149363  category="lo",
149364  description="LINEAR A SIGN A602",
149365  direction="l",
149366  linebreak="al",
149367  unicodeslot=0x10705,
149368 },
149369 [0x10706]={
149370  category="lo",
149371  description="LINEAR A SIGN A603",
149372  direction="l",
149373  linebreak="al",
149374  unicodeslot=0x10706,
149375 },
149376 [0x10707]={
149377  category="lo",
149378  description="LINEAR A SIGN A604",
149379  direction="l",
149380  linebreak="al",
149381  unicodeslot=0x10707,
149382 },
149383 [0x10708]={
149384  category="lo",
149385  description="LINEAR A SIGN A606",
149386  direction="l",
149387  linebreak="al",
149388  unicodeslot=0x10708,
149389 },
149390 [0x10709]={
149391  category="lo",
149392  description="LINEAR A SIGN A608",
149393  direction="l",
149394  linebreak="al",
149395  unicodeslot=0x10709,
149396 },
149397 [0x1070A]={
149398  category="lo",
149399  description="LINEAR A SIGN A609",
149400  direction="l",
149401  linebreak="al",
149402  unicodeslot=0x1070A,
149403 },
149404 [0x1070B]={
149405  category="lo",
149406  description="LINEAR A SIGN A610",
149407  direction="l",
149408  linebreak="al",
149409  unicodeslot=0x1070B,
149410 },
149411 [0x1070C]={
149412  category="lo",
149413  description="LINEAR A SIGN A611",
149414  direction="l",
149415  linebreak="al",
149416  unicodeslot=0x1070C,
149417 },
149418 [0x1070D]={
149419  category="lo",
149420  description="LINEAR A SIGN A612",
149421  direction="l",
149422  linebreak="al",
149423  unicodeslot=0x1070D,
149424 },
149425 [0x1070E]={
149426  category="lo",
149427  description="LINEAR A SIGN A613",
149428  direction="l",
149429  linebreak="al",
149430  unicodeslot=0x1070E,
149431 },
149432 [0x1070F]={
149433  category="lo",
149434  description="LINEAR A SIGN A614",
149435  direction="l",
149436  linebreak="al",
149437  unicodeslot=0x1070F,
149438 },
149439 [0x10710]={
149440  category="lo",
149441  description="LINEAR A SIGN A615",
149442  direction="l",
149443  linebreak="al",
149444  unicodeslot=0x10710,
149445 },
149446 [0x10711]={
149447  category="lo",
149448  description="LINEAR A SIGN A616",
149449  direction="l",
149450  linebreak="al",
149451  unicodeslot=0x10711,
149452 },
149453 [0x10712]={
149454  category="lo",
149455  description="LINEAR A SIGN A617",
149456  direction="l",
149457  linebreak="al",
149458  unicodeslot=0x10712,
149459 },
149460 [0x10713]={
149461  category="lo",
149462  description="LINEAR A SIGN A618",
149463  direction="l",
149464  linebreak="al",
149465  unicodeslot=0x10713,
149466 },
149467 [0x10714]={
149468  category="lo",
149469  description="LINEAR A SIGN A619",
149470  direction="l",
149471  linebreak="al",
149472  unicodeslot=0x10714,
149473 },
149474 [0x10715]={
149475  category="lo",
149476  description="LINEAR A SIGN A620",
149477  direction="l",
149478  linebreak="al",
149479  unicodeslot=0x10715,
149480 },
149481 [0x10716]={
149482  category="lo",
149483  description="LINEAR A SIGN A621",
149484  direction="l",
149485  linebreak="al",
149486  unicodeslot=0x10716,
149487 },
149488 [0x10717]={
149489  category="lo",
149490  description="LINEAR A SIGN A622",
149491  direction="l",
149492  linebreak="al",
149493  unicodeslot=0x10717,
149494 },
149495 [0x10718]={
149496  category="lo",
149497  description="LINEAR A SIGN A623",
149498  direction="l",
149499  linebreak="al",
149500  unicodeslot=0x10718,
149501 },
149502 [0x10719]={
149503  category="lo",
149504  description="LINEAR A SIGN A624",
149505  direction="l",
149506  linebreak="al",
149507  unicodeslot=0x10719,
149508 },
149509 [0x1071A]={
149510  category="lo",
149511  description="LINEAR A SIGN A626",
149512  direction="l",
149513  linebreak="al",
149514  unicodeslot=0x1071A,
149515 },
149516 [0x1071B]={
149517  category="lo",
149518  description="LINEAR A SIGN A627",
149519  direction="l",
149520  linebreak="al",
149521  unicodeslot=0x1071B,
149522 },
149523 [0x1071C]={
149524  category="lo",
149525  description="LINEAR A SIGN A628",
149526  direction="l",
149527  linebreak="al",
149528  unicodeslot=0x1071C,
149529 },
149530 [0x1071D]={
149531  category="lo",
149532  description="LINEAR A SIGN A629",
149533  direction="l",
149534  linebreak="al",
149535  unicodeslot=0x1071D,
149536 },
149537 [0x1071E]={
149538  category="lo",
149539  description="LINEAR A SIGN A634",
149540  direction="l",
149541  linebreak="al",
149542  unicodeslot=0x1071E,
149543 },
149544 [0x1071F]={
149545  category="lo",
149546  description="LINEAR A SIGN A637",
149547  direction="l",
149548  linebreak="al",
149549  unicodeslot=0x1071F,
149550 },
149551 [0x10720]={
149552  category="lo",
149553  description="LINEAR A SIGN A638",
149554  direction="l",
149555  linebreak="al",
149556  unicodeslot=0x10720,
149557 },
149558 [0x10721]={
149559  category="lo",
149560  description="LINEAR A SIGN A640",
149561  direction="l",
149562  linebreak="al",
149563  unicodeslot=0x10721,
149564 },
149565 [0x10722]={
149566  category="lo",
149567  description="LINEAR A SIGN A642",
149568  direction="l",
149569  linebreak="al",
149570  unicodeslot=0x10722,
149571 },
149572 [0x10723]={
149573  category="lo",
149574  description="LINEAR A SIGN A643",
149575  direction="l",
149576  linebreak="al",
149577  unicodeslot=0x10723,
149578 },
149579 [0x10724]={
149580  category="lo",
149581  description="LINEAR A SIGN A644",
149582  direction="l",
149583  linebreak="al",
149584  unicodeslot=0x10724,
149585 },
149586 [0x10725]={
149587  category="lo",
149588  description="LINEAR A SIGN A645",
149589  direction="l",
149590  linebreak="al",
149591  unicodeslot=0x10725,
149592 },
149593 [0x10726]={
149594  category="lo",
149595  description="LINEAR A SIGN A646",
149596  direction="l",
149597  linebreak="al",
149598  unicodeslot=0x10726,
149599 },
149600 [0x10727]={
149601  category="lo",
149602  description="LINEAR A SIGN A648",
149603  direction="l",
149604  linebreak="al",
149605  unicodeslot=0x10727,
149606 },
149607 [0x10728]={
149608  category="lo",
149609  description="LINEAR A SIGN A649",
149610  direction="l",
149611  linebreak="al",
149612  unicodeslot=0x10728,
149613 },
149614 [0x10729]={
149615  category="lo",
149616  description="LINEAR A SIGN A651",
149617  direction="l",
149618  linebreak="al",
149619  unicodeslot=0x10729,
149620 },
149621 [0x1072A]={
149622  category="lo",
149623  description="LINEAR A SIGN A652",
149624  direction="l",
149625  linebreak="al",
149626  unicodeslot=0x1072A,
149627 },
149628 [0x1072B]={
149629  category="lo",
149630  description="LINEAR A SIGN A653",
149631  direction="l",
149632  linebreak="al",
149633  unicodeslot=0x1072B,
149634 },
149635 [0x1072C]={
149636  category="lo",
149637  description="LINEAR A SIGN A654",
149638  direction="l",
149639  linebreak="al",
149640  unicodeslot=0x1072C,
149641 },
149642 [0x1072D]={
149643  category="lo",
149644  description="LINEAR A SIGN A655",
149645  direction="l",
149646  linebreak="al",
149647  unicodeslot=0x1072D,
149648 },
149649 [0x1072E]={
149650  category="lo",
149651  description="LINEAR A SIGN A656",
149652  direction="l",
149653  linebreak="al",
149654  unicodeslot=0x1072E,
149655 },
149656 [0x1072F]={
149657  category="lo",
149658  description="LINEAR A SIGN A657",
149659  direction="l",
149660  linebreak="al",
149661  unicodeslot=0x1072F,
149662 },
149663 [0x10730]={
149664  category="lo",
149665  description="LINEAR A SIGN A658",
149666  direction="l",
149667  linebreak="al",
149668  unicodeslot=0x10730,
149669 },
149670 [0x10731]={
149671  category="lo",
149672  description="LINEAR A SIGN A659",
149673  direction="l",
149674  linebreak="al",
149675  unicodeslot=0x10731,
149676 },
149677 [0x10732]={
149678  category="lo",
149679  description="LINEAR A SIGN A660",
149680  direction="l",
149681  linebreak="al",
149682  unicodeslot=0x10732,
149683 },
149684 [0x10733]={
149685  category="lo",
149686  description="LINEAR A SIGN A661",
149687  direction="l",
149688  linebreak="al",
149689  unicodeslot=0x10733,
149690 },
149691 [0x10734]={
149692  category="lo",
149693  description="LINEAR A SIGN A662",
149694  direction="l",
149695  linebreak="al",
149696  unicodeslot=0x10734,
149697 },
149698 [0x10735]={
149699  category="lo",
149700  description="LINEAR A SIGN A663",
149701  direction="l",
149702  linebreak="al",
149703  unicodeslot=0x10735,
149704 },
149705 [0x10736]={
149706  category="lo",
149707  description="LINEAR A SIGN A664",
149708  direction="l",
149709  linebreak="al",
149710  unicodeslot=0x10736,
149711 },
149712 [0x10740]={
149713  category="lo",
149714  description="LINEAR A SIGN A701 A",
149715  direction="l",
149716  linebreak="al",
149717  unicodeslot=0x10740,
149718 },
149719 [0x10741]={
149720  category="lo",
149721  description="LINEAR A SIGN A702 B",
149722  direction="l",
149723  linebreak="al",
149724  unicodeslot=0x10741,
149725 },
149726 [0x10742]={
149727  category="lo",
149728  description="LINEAR A SIGN A703 D",
149729  direction="l",
149730  linebreak="al",
149731  unicodeslot=0x10742,
149732 },
149733 [0x10743]={
149734  category="lo",
149735  description="LINEAR A SIGN A704 E",
149736  direction="l",
149737  linebreak="al",
149738  unicodeslot=0x10743,
149739 },
149740 [0x10744]={
149741  category="lo",
149742  description="LINEAR A SIGN A705 F",
149743  direction="l",
149744  linebreak="al",
149745  unicodeslot=0x10744,
149746 },
149747 [0x10745]={
149748  category="lo",
149749  description="LINEAR A SIGN A706 H",
149750  direction="l",
149751  linebreak="al",
149752  unicodeslot=0x10745,
149753 },
149754 [0x10746]={
149755  category="lo",
149756  description="LINEAR A SIGN A707 J",
149757  direction="l",
149758  linebreak="al",
149759  unicodeslot=0x10746,
149760 },
149761 [0x10747]={
149762  category="lo",
149763  description="LINEAR A SIGN A708 K",
149764  direction="l",
149765  linebreak="al",
149766  unicodeslot=0x10747,
149767 },
149768 [0x10748]={
149769  category="lo",
149770  description="LINEAR A SIGN A709 L",
149771  direction="l",
149772  linebreak="al",
149773  unicodeslot=0x10748,
149774 },
149775 [0x10749]={
149776  category="lo",
149777  description="LINEAR A SIGN A709-2 L2",
149778  direction="l",
149779  linebreak="al",
149780  unicodeslot=0x10749,
149781 },
149782 [0x1074A]={
149783  category="lo",
149784  description="LINEAR A SIGN A709-3 L3",
149785  direction="l",
149786  linebreak="al",
149787  unicodeslot=0x1074A,
149788 },
149789 [0x1074B]={
149790  category="lo",
149791  description="LINEAR A SIGN A709-4 L4",
149792  direction="l",
149793  linebreak="al",
149794  unicodeslot=0x1074B,
149795 },
149796 [0x1074C]={
149797  category="lo",
149798  description="LINEAR A SIGN A709-6 L6",
149799  direction="l",
149800  linebreak="al",
149801  unicodeslot=0x1074C,
149802 },
149803 [0x1074D]={
149804  category="lo",
149805  description="LINEAR A SIGN A710 W",
149806  direction="l",
149807  linebreak="al",
149808  unicodeslot=0x1074D,
149809 },
149810 [0x1074E]={
149811  category="lo",
149812  description="LINEAR A SIGN A711 X",
149813  direction="l",
149814  linebreak="al",
149815  unicodeslot=0x1074E,
149816 },
149817 [0x1074F]={
149818  category="lo",
149819  description="LINEAR A SIGN A712 Y",
149820  direction="l",
149821  linebreak="al",
149822  unicodeslot=0x1074F,
149823 },
149824 [0x10750]={
149825  category="lo",
149826  description="LINEAR A SIGN A713 OMEGA",
149827  direction="l",
149828  linebreak="al",
149829  unicodeslot=0x10750,
149830 },
149831 [0x10751]={
149832  category="lo",
149833  description="LINEAR A SIGN A714 ABB",
149834  direction="l",
149835  linebreak="al",
149836  unicodeslot=0x10751,
149837 },
149838 [0x10752]={
149839  category="lo",
149840  description="LINEAR A SIGN A715 BB",
149841  direction="l",
149842  linebreak="al",
149843  unicodeslot=0x10752,
149844 },
149845 [0x10753]={
149846  category="lo",
149847  description="LINEAR A SIGN A717 DD",
149848  direction="l",
149849  linebreak="al",
149850  unicodeslot=0x10753,
149851 },
149852 [0x10754]={
149853  category="lo",
149854  description="LINEAR A SIGN A726 EYYY",
149855  direction="l",
149856  linebreak="al",
149857  unicodeslot=0x10754,
149858 },
149859 [0x10755]={
149860  category="lo",
149861  description="LINEAR A SIGN A732 JE",
149862  direction="l",
149863  linebreak="al",
149864  unicodeslot=0x10755,
149865 },
149866 [0x10760]={
149867  category="lo",
149868  description="LINEAR A SIGN A800",
149869  direction="l",
149870  linebreak="al",
149871  unicodeslot=0x10760,
149872 },
149873 [0x10761]={
149874  category="lo",
149875  description="LINEAR A SIGN A801",
149876  direction="l",
149877  linebreak="al",
149878  unicodeslot=0x10761,
149879 },
149880 [0x10762]={
149881  category="lo",
149882  description="LINEAR A SIGN A802",
149883  direction="l",
149884  linebreak="al",
149885  unicodeslot=0x10762,
149886 },
149887 [0x10763]={
149888  category="lo",
149889  description="LINEAR A SIGN A803",
149890  direction="l",
149891  linebreak="al",
149892  unicodeslot=0x10763,
149893 },
149894 [0x10764]={
149895  category="lo",
149896  description="LINEAR A SIGN A804",
149897  direction="l",
149898  linebreak="al",
149899  unicodeslot=0x10764,
149900 },
149901 [0x10765]={
149902  category="lo",
149903  description="LINEAR A SIGN A805",
149904  direction="l",
149905  linebreak="al",
149906  unicodeslot=0x10765,
149907 },
149908 [0x10766]={
149909  category="lo",
149910  description="LINEAR A SIGN A806",
149911  direction="l",
149912  linebreak="al",
149913  unicodeslot=0x10766,
149914 },
149915 [0x10767]={
149916  category="lo",
149917  description="LINEAR A SIGN A807",
149918  direction="l",
149919  linebreak="al",
149920  unicodeslot=0x10767,
149921 },
149922 [0x10780]={
149923  category="lm",
149924  description="MODIFIER LETTER SMALL CAPITAL AA",
149925  direction="l",
149926  linebreak="al",
149927  unicodeslot=0x10780,
149928 },
149929 [0x10781]={
149930  category="lm",
149931  description="MODIFIER LETTER SUPERSCRIPT TRIANGULAR COLON",
149932  direction="l",
149933  linebreak="al",
149934  specials={ "super", 0x2D0 },
149935  unicodeslot=0x10781,
149936 },
149937 [0x10782]={
149938  category="lm",
149939  description="MODIFIER LETTER SUPERSCRIPT HALF TRIANGULAR COLON",
149940  direction="l",
149941  linebreak="al",
149942  specials={ "super", 0x2D1 },
149943  unicodeslot=0x10782,
149944 },
149945 [0x10783]={
149946  category="lm",
149947  description="MODIFIER LETTER SMALL AE",
149948  direction="l",
149949  linebreak="al",
149950  specials={ "super", 0xE6 },
149951  unicodeslot=0x10783,
149952 },
149953 [0x10784]={
149954  category="lm",
149955  description="MODIFIER LETTER SMALL CAPITAL B",
149956  direction="l",
149957  linebreak="al",
149958  specials={ "super", 0x299 },
149959  unicodeslot=0x10784,
149960 },
149961 [0x10785]={
149962  category="lm",
149963  description="MODIFIER LETTER SMALL B WITH HOOK",
149964  direction="l",
149965  linebreak="al",
149966  specials={ "super", 0x253 },
149967  unicodeslot=0x10785,
149968 },
149969 [0x10787]={
149970  category="lm",
149971  description="MODIFIER LETTER SMALL DZ DIGRAPH",
149972  direction="l",
149973  linebreak="al",
149974  specials={ "super", 0x2A3 },
149975  unicodeslot=0x10787,
149976 },
149977 [0x10788]={
149978  category="lm",
149979  description="MODIFIER LETTER SMALL DZ DIGRAPH WITH RETROFLEX HOOK",
149980  direction="l",
149981  linebreak="al",
149982  specials={ "super", 0xAB66 },
149983  unicodeslot=0x10788,
149984 },
149985 [0x10789]={
149986  category="lm",
149987  description="MODIFIER LETTER SMALL DZ DIGRAPH WITH CURL",
149988  direction="l",
149989  linebreak="al",
149990  specials={ "super", 0x2A5 },
149991  unicodeslot=0x10789,
149992 },
149993 [0x1078A]={
149994  category="lm",
149995  description="MODIFIER LETTER SMALL DEZH DIGRAPH",
149996  direction="l",
149997  linebreak="al",
149998  specials={ "super", 0x2A4 },
149999  unicodeslot=0x1078A,
150000 },
150001 [0x1078B]={
150002  category="lm",
150003  description="MODIFIER LETTER SMALL D WITH TAIL",
150004  direction="l",
150005  linebreak="al",
150006  specials={ "super", 0x256 },
150007  unicodeslot=0x1078B,
150008 },
150009 [0x1078C]={
150010  category="lm",
150011  description="MODIFIER LETTER SMALL D WITH HOOK",
150012  direction="l",
150013  linebreak="al",
150014  specials={ "super", 0x257 },
150015  unicodeslot=0x1078C,
150016 },
150017 [0x1078D]={
150018  category="lm",
150019  description="MODIFIER LETTER SMALL D WITH HOOK AND TAIL",
150020  direction="l",
150021  linebreak="al",
150022  specials={ "super", 0x1D91 },
150023  unicodeslot=0x1078D,
150024 },
150025 [0x1078E]={
150026  category="lm",
150027  description="MODIFIER LETTER SMALL REVERSED E",
150028  direction="l",
150029  linebreak="al",
150030  specials={ "super", 0x258 },
150031  unicodeslot=0x1078E,
150032 },
150033 [0x1078F]={
150034  category="lm",
150035  description="MODIFIER LETTER SMALL CLOSED REVERSED OPEN E",
150036  direction="l",
150037  linebreak="al",
150038  specials={ "super", 0x25E },
150039  unicodeslot=0x1078F,
150040 },
150041 [0x10790]={
150042  category="lm",
150043  description="MODIFIER LETTER SMALL FENG DIGRAPH",
150044  direction="l",
150045  linebreak="al",
150046  specials={ "super", 0x2A9 },
150047  unicodeslot=0x10790,
150048 },
150049 [0x10791]={
150050  category="lm",
150051  description="MODIFIER LETTER SMALL RAMS HORN",
150052  direction="l",
150053  linebreak="al",
150054  specials={ "super", 0x264 },
150055  unicodeslot=0x10791,
150056 },
150057 [0x10792]={
150058  category="lm",
150059  description="MODIFIER LETTER SMALL CAPITAL G",
150060  direction="l",
150061  linebreak="al",
150062  specials={ "super", 0x262 },
150063  unicodeslot=0x10792,
150064 },
150065 [0x10793]={
150066  category="lm",
150067  description="MODIFIER LETTER SMALL G WITH HOOK",
150068  direction="l",
150069  linebreak="al",
150070  specials={ "super", 0x260 },
150071  unicodeslot=0x10793,
150072 },
150073 [0x10794]={
150074  category="lm",
150075  description="MODIFIER LETTER SMALL CAPITAL G WITH HOOK",
150076  direction="l",
150077  linebreak="al",
150078  specials={ "super", 0x29B },
150079  unicodeslot=0x10794,
150080 },
150081 [0x10795]={
150082  category="lm",
150083  description="MODIFIER LETTER SMALL H WITH STROKE",
150084  direction="l",
150085  linebreak="al",
150086  specials={ "super", 0x127 },
150087  unicodeslot=0x10795,
150088 },
150089 [0x10796]={
150090  category="lm",
150091  description="MODIFIER LETTER SMALL CAPITAL H",
150092  direction="l",
150093  linebreak="al",
150094  specials={ "super", 0x29C },
150095  unicodeslot=0x10796,
150096 },
150097 [0x10797]={
150098  category="lm",
150099  description="MODIFIER LETTER SMALL HENG WITH HOOK",
150100  direction="l",
150101  linebreak="al",
150102  specials={ "super", 0x267 },
150103  unicodeslot=0x10797,
150104 },
150105 [0x10798]={
150106  category="lm",
150107  description="MODIFIER LETTER SMALL DOTLESS J WITH STROKE AND HOOK",
150108  direction="l",
150109  linebreak="al",
150110  specials={ "super", 0x284 },
150111  unicodeslot=0x10798,
150112 },
150113 [0x10799]={
150114  category="lm",
150115  description="MODIFIER LETTER SMALL LS DIGRAPH",
150116  direction="l",
150117  linebreak="al",
150118  specials={ "super", 0x2AA },
150119  unicodeslot=0x10799,
150120 },
150121 [0x1079A]={
150122  category="lm",
150123  description="MODIFIER LETTER SMALL LZ DIGRAPH",
150124  direction="l",
150125  linebreak="al",
150126  specials={ "super", 0x2AB },
150127  unicodeslot=0x1079A,
150128 },
150129 [0x1079B]={
150130  category="lm",
150131  description="MODIFIER LETTER SMALL L WITH BELT",
150132  direction="l",
150133  linebreak="al",
150134  specials={ "super", 0x26C },
150135  unicodeslot=0x1079B,
150136 },
150137 [0x1079C]={
150138  category="lm",
150139  description="MODIFIER LETTER SMALL CAPITAL L WITH BELT",
150140  direction="l",
150141  linebreak="al",
150142  specials={ "super", 0x1DF04 },
150143  unicodeslot=0x1079C,
150144 },
150145 [0x1079D]={
150146  category="lm",
150147  description="MODIFIER LETTER SMALL L WITH RETROFLEX HOOK AND BELT",
150148  direction="l",
150149  linebreak="al",
150150  specials={ "super", 0xA78E },
150151  unicodeslot=0x1079D,
150152 },
150153 [0x1079E]={
150154  category="lm",
150155  description="MODIFIER LETTER SMALL LEZH",
150156  direction="l",
150157  linebreak="al",
150158  specials={ "super", 0x26E },
150159  unicodeslot=0x1079E,
150160 },
150161 [0x1079F]={
150162  category="lm",
150163  description="MODIFIER LETTER SMALL LEZH WITH RETROFLEX HOOK",
150164  direction="l",
150165  linebreak="al",
150166  specials={ "super", 0x1DF05 },
150167  unicodeslot=0x1079F,
150168 },
150169 [0x107A0]={
150170  category="lm",
150171  description="MODIFIER LETTER SMALL TURNED Y",
150172  direction="l",
150173  linebreak="al",
150174  specials={ "super", 0x28E },
150175  unicodeslot=0x107A0,
150176 },
150177 [0x107A1]={
150178  category="lm",
150179  description="MODIFIER LETTER SMALL TURNED Y WITH BELT",
150180  direction="l",
150181  linebreak="al",
150182  specials={ "super", 0x1DF06 },
150183  unicodeslot=0x107A1,
150184 },
150185 [0x107A2]={
150186  category="lm",
150187  description="MODIFIER LETTER SMALL O WITH STROKE",
150188  direction="l",
150189  linebreak="al",
150190  specials={ "super", 0xF8 },
150191  unicodeslot=0x107A2,
150192 },
150193 [0x107A3]={
150194  category="lm",
150195  description="MODIFIER LETTER SMALL CAPITAL OE",
150196  direction="l",
150197  linebreak="al",
150198  specials={ "super", 0x276 },
150199  unicodeslot=0x107A3,
150200 },
150201 [0x107A4]={
150202  category="lm",
150203  description="MODIFIER LETTER SMALL CLOSED OMEGA",
150204  direction="l",
150205  linebreak="al",
150206  specials={ "super", 0x277 },
150207  unicodeslot=0x107A4,
150208 },
150209 [0x107A5]={
150210  category="lm",
150211  description="MODIFIER LETTER SMALL Q",
150212  direction="l",
150213  linebreak="al",
150214  specials={ "super", 0x71 },
150215  unicodeslot=0x107A5,
150216 },
150217 [0x107A6]={
150218  category="lm",
150219  description="MODIFIER LETTER SMALL TURNED R WITH LONG LEG",
150220  direction="l",
150221  linebreak="al",
150222  specials={ "super", 0x27A },
150223  unicodeslot=0x107A6,
150224 },
150225 [0x107A7]={
150226  category="lm",
150227  description="MODIFIER LETTER SMALL TURNED R WITH LONG LEG AND RETROFLEX HOOK",
150228  direction="l",
150229  linebreak="al",
150230  specials={ "super", 0x1DF08 },
150231  unicodeslot=0x107A7,
150232 },
150233 [0x107A8]={
150234  category="lm",
150235  description="MODIFIER LETTER SMALL R WITH TAIL",
150236  direction="l",
150237  linebreak="al",
150238  specials={ "super", 0x27D },
150239  unicodeslot=0x107A8,
150240 },
150241 [0x107A9]={
150242  category="lm",
150243  description="MODIFIER LETTER SMALL R WITH FISHHOOK",
150244  direction="l",
150245  linebreak="al",
150246  specials={ "super", 0x27E },
150247  unicodeslot=0x107A9,
150248 },
150249 [0x107AA]={
150250  category="lm",
150251  description="MODIFIER LETTER SMALL CAPITAL R",
150252  direction="l",
150253  linebreak="al",
150254  specials={ "super", 0x280 },
150255  unicodeslot=0x107AA,
150256 },
150257 [0x107AB]={
150258  category="lm",
150259  description="MODIFIER LETTER SMALL TC DIGRAPH WITH CURL",
150260  direction="l",
150261  linebreak="al",
150262  specials={ "super", 0x2A8 },
150263  unicodeslot=0x107AB,
150264 },
150265 [0x107AC]={
150266  category="lm",
150267  description="MODIFIER LETTER SMALL TS DIGRAPH",
150268  direction="l",
150269  linebreak="al",
150270  specials={ "super", 0x2A6 },
150271  unicodeslot=0x107AC,
150272 },
150273 [0x107AD]={
150274  category="lm",
150275  description="MODIFIER LETTER SMALL TS DIGRAPH WITH RETROFLEX HOOK",
150276  direction="l",
150277  linebreak="al",
150278  specials={ "super", 0xAB67 },
150279  unicodeslot=0x107AD,
150280 },
150281 [0x107AE]={
150282  category="lm",
150283  description="MODIFIER LETTER SMALL TESH DIGRAPH",
150284  direction="l",
150285  linebreak="al",
150286  specials={ "super", 0x2A7 },
150287  unicodeslot=0x107AE,
150288 },
150289 [0x107AF]={
150290  category="lm",
150291  description="MODIFIER LETTER SMALL T WITH RETROFLEX HOOK",
150292  direction="l",
150293  linebreak="al",
150294  specials={ "super", 0x288 },
150295  unicodeslot=0x107AF,
150296 },
150297 [0x107B0]={
150298  category="lm",
150299  description="MODIFIER LETTER SMALL V WITH RIGHT HOOK",
150300  direction="l",
150301  linebreak="al",
150302  specials={ "super", 0x2C71 },
150303  unicodeslot=0x107B0,
150304 },
150305 [0x107B2]={
150306  category="lm",
150307  description="MODIFIER LETTER SMALL CAPITAL Y",
150308  direction="l",
150309  linebreak="al",
150310  specials={ "super", 0x28F },
150311  unicodeslot=0x107B2,
150312 },
150313 [0x107B3]={
150314  category="lm",
150315  description="MODIFIER LETTER GLOTTAL STOP WITH STROKE",
150316  direction="l",
150317  linebreak="al",
150318  specials={ "super", 0x2A1 },
150319  unicodeslot=0x107B3,
150320 },
150321 [0x107B4]={
150322  category="lm",
150323  description="MODIFIER LETTER REVERSED GLOTTAL STOP WITH STROKE",
150324  direction="l",
150325  linebreak="al",
150326  specials={ "super", 0x2A2 },
150327  unicodeslot=0x107B4,
150328 },
150329 [0x107B5]={
150330  category="lm",
150331  description="MODIFIER LETTER BILABIAL CLICK",
150332  direction="l",
150333  linebreak="al",
150334  specials={ "super", 0x298 },
150335  unicodeslot=0x107B5,
150336 },
150337 [0x107B6]={
150338  category="lm",
150339  description="MODIFIER LETTER DENTAL CLICK",
150340  direction="l",
150341  linebreak="al",
150342  specials={ "super", 0x1C0 },
150343  unicodeslot=0x107B6,
150344 },
150345 [0x107B7]={
150346  category="lm",
150347  description="MODIFIER LETTER LATERAL CLICK",
150348  direction="l",
150349  linebreak="al",
150350  specials={ "super", 0x1C1 },
150351  unicodeslot=0x107B7,
150352 },
150353 [0x107B8]={
150354  category="lm",
150355  description="MODIFIER LETTER ALVEOLAR CLICK",
150356  direction="l",
150357  linebreak="al",
150358  specials={ "super", 0x1C2 },
150359  unicodeslot=0x107B8,
150360 },
150361 [0x107B9]={
150362  category="lm",
150363  description="MODIFIER LETTER RETROFLEX CLICK WITH RETROFLEX HOOK",
150364  direction="l",
150365  linebreak="al",
150366  specials={ "super", 0x1DF0A },
150367  unicodeslot=0x107B9,
150368 },
150369 [0x107BA]={
150370  category="lm",
150371  description="MODIFIER LETTER SMALL S WITH CURL",
150372  direction="l",
150373  linebreak="al",
150374  specials={ "super", 0x1DF1E },
150375  unicodeslot=0x107BA,
150376 },
150377 [0x10800]={
150378  category="lo",
150379  description="CYPRIOT SYLLABLE A",
150380  direction="r",
150381  linebreak="al",
150382  unicodeslot=0x10800,
150383 },
150384 [0x10801]={
150385  category="lo",
150386  description="CYPRIOT SYLLABLE E",
150387  direction="r",
150388  linebreak="al",
150389  unicodeslot=0x10801,
150390 },
150391 [0x10802]={
150392  category="lo",
150393  description="CYPRIOT SYLLABLE I",
150394  direction="r",
150395  linebreak="al",
150396  unicodeslot=0x10802,
150397 },
150398 [0x10803]={
150399  category="lo",
150400  description="CYPRIOT SYLLABLE O",
150401  direction="r",
150402  linebreak="al",
150403  unicodeslot=0x10803,
150404 },
150405 [0x10804]={
150406  category="lo",
150407  description="CYPRIOT SYLLABLE U",
150408  direction="r",
150409  linebreak="al",
150410  unicodeslot=0x10804,
150411 },
150412 [0x10805]={
150413  category="lo",
150414  description="CYPRIOT SYLLABLE JA",
150415  direction="r",
150416  linebreak="al",
150417  unicodeslot=0x10805,
150418 },
150419 [0x10808]={
150420  category="lo",
150421  description="CYPRIOT SYLLABLE JO",
150422  direction="r",
150423  linebreak="al",
150424  unicodeslot=0x10808,
150425 },
150426 [0x1080A]={
150427  category="lo",
150428  description="CYPRIOT SYLLABLE KA",
150429  direction="r",
150430  linebreak="al",
150431  unicodeslot=0x1080A,
150432 },
150433 [0x1080B]={
150434  category="lo",
150435  description="CYPRIOT SYLLABLE KE",
150436  direction="r",
150437  linebreak="al",
150438  unicodeslot=0x1080B,
150439 },
150440 [0x1080C]={
150441  category="lo",
150442  description="CYPRIOT SYLLABLE KI",
150443  direction="r",
150444  linebreak="al",
150445  unicodeslot=0x1080C,
150446 },
150447 [0x1080D]={
150448  category="lo",
150449  description="CYPRIOT SYLLABLE KO",
150450  direction="r",
150451  linebreak="al",
150452  unicodeslot=0x1080D,
150453 },
150454 [0x1080E]={
150455  category="lo",
150456  description="CYPRIOT SYLLABLE KU",
150457  direction="r",
150458  linebreak="al",
150459  unicodeslot=0x1080E,
150460 },
150461 [0x1080F]={
150462  category="lo",
150463  description="CYPRIOT SYLLABLE LA",
150464  direction="r",
150465  linebreak="al",
150466  unicodeslot=0x1080F,
150467 },
150468 [0x10810]={
150469  category="lo",
150470  description="CYPRIOT SYLLABLE LE",
150471  direction="r",
150472  linebreak="al",
150473  unicodeslot=0x10810,
150474 },
150475 [0x10811]={
150476  category="lo",
150477  description="CYPRIOT SYLLABLE LI",
150478  direction="r",
150479  linebreak="al",
150480  unicodeslot=0x10811,
150481 },
150482 [0x10812]={
150483  category="lo",
150484  description="CYPRIOT SYLLABLE LO",
150485  direction="r",
150486  linebreak="al",
150487  unicodeslot=0x10812,
150488 },
150489 [0x10813]={
150490  category="lo",
150491  description="CYPRIOT SYLLABLE LU",
150492  direction="r",
150493  linebreak="al",
150494  unicodeslot=0x10813,
150495 },
150496 [0x10814]={
150497  category="lo",
150498  description="CYPRIOT SYLLABLE MA",
150499  direction="r",
150500  linebreak="al",
150501  unicodeslot=0x10814,
150502 },
150503 [0x10815]={
150504  category="lo",
150505  description="CYPRIOT SYLLABLE ME",
150506  direction="r",
150507  linebreak="al",
150508  unicodeslot=0x10815,
150509 },
150510 [0x10816]={
150511  category="lo",
150512  description="CYPRIOT SYLLABLE MI",
150513  direction="r",
150514  linebreak="al",
150515  unicodeslot=0x10816,
150516 },
150517 [0x10817]={
150518  category="lo",
150519  description="CYPRIOT SYLLABLE MO",
150520  direction="r",
150521  linebreak="al",
150522  unicodeslot=0x10817,
150523 },
150524 [0x10818]={
150525  category="lo",
150526  description="CYPRIOT SYLLABLE MU",
150527  direction="r",
150528  linebreak="al",
150529  unicodeslot=0x10818,
150530 },
150531 [0x10819]={
150532  category="lo",
150533  description="CYPRIOT SYLLABLE NA",
150534  direction="r",
150535  linebreak="al",
150536  unicodeslot=0x10819,
150537 },
150538 [0x1081A]={
150539  category="lo",
150540  description="CYPRIOT SYLLABLE NE",
150541  direction="r",
150542  linebreak="al",
150543  unicodeslot=0x1081A,
150544 },
150545 [0x1081B]={
150546  category="lo",
150547  description="CYPRIOT SYLLABLE NI",
150548  direction="r",
150549  linebreak="al",
150550  unicodeslot=0x1081B,
150551 },
150552 [0x1081C]={
150553  category="lo",
150554  description="CYPRIOT SYLLABLE NO",
150555  direction="r",
150556  linebreak="al",
150557  unicodeslot=0x1081C,
150558 },
150559 [0x1081D]={
150560  category="lo",
150561  description="CYPRIOT SYLLABLE NU",
150562  direction="r",
150563  linebreak="al",
150564  unicodeslot=0x1081D,
150565 },
150566 [0x1081E]={
150567  category="lo",
150568  description="CYPRIOT SYLLABLE PA",
150569  direction="r",
150570  linebreak="al",
150571  unicodeslot=0x1081E,
150572 },
150573 [0x1081F]={
150574  category="lo",
150575  description="CYPRIOT SYLLABLE PE",
150576  direction="r",
150577  linebreak="al",
150578  unicodeslot=0x1081F,
150579 },
150580 [0x10820]={
150581  category="lo",
150582  description="CYPRIOT SYLLABLE PI",
150583  direction="r",
150584  linebreak="al",
150585  unicodeslot=0x10820,
150586 },
150587 [0x10821]={
150588  category="lo",
150589  description="CYPRIOT SYLLABLE PO",
150590  direction="r",
150591  linebreak="al",
150592  unicodeslot=0x10821,
150593 },
150594 [0x10822]={
150595  category="lo",
150596  description="CYPRIOT SYLLABLE PU",
150597  direction="r",
150598  linebreak="al",
150599  unicodeslot=0x10822,
150600 },
150601 [0x10823]={
150602  category="lo",
150603  description="CYPRIOT SYLLABLE RA",
150604  direction="r",
150605  linebreak="al",
150606  unicodeslot=0x10823,
150607 },
150608 [0x10824]={
150609  category="lo",
150610  description="CYPRIOT SYLLABLE RE",
150611  direction="r",
150612  linebreak="al",
150613  unicodeslot=0x10824,
150614 },
150615 [0x10825]={
150616  category="lo",
150617  description="CYPRIOT SYLLABLE RI",
150618  direction="r",
150619  linebreak="al",
150620  unicodeslot=0x10825,
150621 },
150622 [0x10826]={
150623  category="lo",
150624  description="CYPRIOT SYLLABLE RO",
150625  direction="r",
150626  linebreak="al",
150627  unicodeslot=0x10826,
150628 },
150629 [0x10827]={
150630  category="lo",
150631  description="CYPRIOT SYLLABLE RU",
150632  direction="r",
150633  linebreak="al",
150634  unicodeslot=0x10827,
150635 },
150636 [0x10828]={
150637  category="lo",
150638  description="CYPRIOT SYLLABLE SA",
150639  direction="r",
150640  linebreak="al",
150641  unicodeslot=0x10828,
150642 },
150643 [0x10829]={
150644  category="lo",
150645  description="CYPRIOT SYLLABLE SE",
150646  direction="r",
150647  linebreak="al",
150648  unicodeslot=0x10829,
150649 },
150650 [0x1082A]={
150651  category="lo",
150652  description="CYPRIOT SYLLABLE SI",
150653  direction="r",
150654  linebreak="al",
150655  unicodeslot=0x1082A,
150656 },
150657 [0x1082B]={
150658  category="lo",
150659  description="CYPRIOT SYLLABLE SO",
150660  direction="r",
150661  linebreak="al",
150662  unicodeslot=0x1082B,
150663 },
150664 [0x1082C]={
150665  category="lo",
150666  description="CYPRIOT SYLLABLE SU",
150667  direction="r",
150668  linebreak="al",
150669  unicodeslot=0x1082C,
150670 },
150671 [0x1082D]={
150672  category="lo",
150673  description="CYPRIOT SYLLABLE TA",
150674  direction="r",
150675  linebreak="al",
150676  unicodeslot=0x1082D,
150677 },
150678 [0x1082E]={
150679  category="lo",
150680  description="CYPRIOT SYLLABLE TE",
150681  direction="r",
150682  linebreak="al",
150683  unicodeslot=0x1082E,
150684 },
150685 [0x1082F]={
150686  category="lo",
150687  description="CYPRIOT SYLLABLE TI",
150688  direction="r",
150689  linebreak="al",
150690  unicodeslot=0x1082F,
150691 },
150692 [0x10830]={
150693  category="lo",
150694  description="CYPRIOT SYLLABLE TO",
150695  direction="r",
150696  linebreak="al",
150697  unicodeslot=0x10830,
150698 },
150699 [0x10831]={
150700  category="lo",
150701  description="CYPRIOT SYLLABLE TU",
150702  direction="r",
150703  linebreak="al",
150704  unicodeslot=0x10831,
150705 },
150706 [0x10832]={
150707  category="lo",
150708  description="CYPRIOT SYLLABLE WA",
150709  direction="r",
150710  linebreak="al",
150711  unicodeslot=0x10832,
150712 },
150713 [0x10833]={
150714  category="lo",
150715  description="CYPRIOT SYLLABLE WE",
150716  direction="r",
150717  linebreak="al",
150718  unicodeslot=0x10833,
150719 },
150720 [0x10834]={
150721  category="lo",
150722  description="CYPRIOT SYLLABLE WI",
150723  direction="r",
150724  linebreak="al",
150725  unicodeslot=0x10834,
150726 },
150727 [0x10835]={
150728  category="lo",
150729  description="CYPRIOT SYLLABLE WO",
150730  direction="r",
150731  linebreak="al",
150732  unicodeslot=0x10835,
150733 },
150734 [0x10837]={
150735  category="lo",
150736  description="CYPRIOT SYLLABLE XA",
150737  direction="r",
150738  linebreak="al",
150739  unicodeslot=0x10837,
150740 },
150741 [0x10838]={
150742  category="lo",
150743  description="CYPRIOT SYLLABLE XE",
150744  direction="r",
150745  linebreak="al",
150746  unicodeslot=0x10838,
150747 },
150748 [0x1083C]={
150749  category="lo",
150750  description="CYPRIOT SYLLABLE ZA",
150751  direction="r",
150752  linebreak="al",
150753  unicodeslot=0x1083C,
150754 },
150755 [0x1083F]={
150756  category="lo",
150757  description="CYPRIOT SYLLABLE ZO",
150758  direction="r",
150759  linebreak="al",
150760  unicodeslot=0x1083F,
150761 },
150762 [0x10840]={
150763  category="lo",
150764  description="IMPERIAL ARAMAIC LETTER ALEPH",
150765  direction="r",
150766  linebreak="al",
150767  unicodeslot=0x10840,
150768 },
150769 [0x10841]={
150770  category="lo",
150771  description="IMPERIAL ARAMAIC LETTER BETH",
150772  direction="r",
150773  linebreak="al",
150774  unicodeslot=0x10841,
150775 },
150776 [0x10842]={
150777  category="lo",
150778  description="IMPERIAL ARAMAIC LETTER GIMEL",
150779  direction="r",
150780  linebreak="al",
150781  unicodeslot=0x10842,
150782 },
150783 [0x10843]={
150784  category="lo",
150785  description="IMPERIAL ARAMAIC LETTER DALETH",
150786  direction="r",
150787  linebreak="al",
150788  unicodeslot=0x10843,
150789 },
150790 [0x10844]={
150791  category="lo",
150792  description="IMPERIAL ARAMAIC LETTER HE",
150793  direction="r",
150794  linebreak="al",
150795  unicodeslot=0x10844,
150796 },
150797 [0x10845]={
150798  category="lo",
150799  description="IMPERIAL ARAMAIC LETTER WAW",
150800  direction="r",
150801  linebreak="al",
150802  unicodeslot=0x10845,
150803 },
150804 [0x10846]={
150805  category="lo",
150806  description="IMPERIAL ARAMAIC LETTER ZAYIN",
150807  direction="r",
150808  linebreak="al",
150809  unicodeslot=0x10846,
150810 },
150811 [0x10847]={
150812  category="lo",
150813  description="IMPERIAL ARAMAIC LETTER HETH",
150814  direction="r",
150815  linebreak="al",
150816  unicodeslot=0x10847,
150817 },
150818 [0x10848]={
150819  category="lo",
150820  description="IMPERIAL ARAMAIC LETTER TETH",
150821  direction="r",
150822  linebreak="al",
150823  unicodeslot=0x10848,
150824 },
150825 [0x10849]={
150826  category="lo",
150827  description="IMPERIAL ARAMAIC LETTER YODH",
150828  direction="r",
150829  linebreak="al",
150830  unicodeslot=0x10849,
150831 },
150832 [0x1084A]={
150833  category="lo",
150834  description="IMPERIAL ARAMAIC LETTER KAPH",
150835  direction="r",
150836  linebreak="al",
150837  unicodeslot=0x1084A,
150838 },
150839 [0x1084B]={
150840  category="lo",
150841  description="IMPERIAL ARAMAIC LETTER LAMEDH",
150842  direction="r",
150843  linebreak="al",
150844  unicodeslot=0x1084B,
150845 },
150846 [0x1084C]={
150847  category="lo",
150848  description="IMPERIAL ARAMAIC LETTER MEM",
150849  direction="r",
150850  linebreak="al",
150851  unicodeslot=0x1084C,
150852 },
150853 [0x1084D]={
150854  category="lo",
150855  description="IMPERIAL ARAMAIC LETTER NUN",
150856  direction="r",
150857  linebreak="al",
150858  unicodeslot=0x1084D,
150859 },
150860 [0x1084E]={
150861  category="lo",
150862  description="IMPERIAL ARAMAIC LETTER SAMEKH",
150863  direction="r",
150864  linebreak="al",
150865  unicodeslot=0x1084E,
150866 },
150867 [0x1084F]={
150868  category="lo",
150869  description="IMPERIAL ARAMAIC LETTER AYIN",
150870  direction="r",
150871  linebreak="al",
150872  unicodeslot=0x1084F,
150873 },
150874 [0x10850]={
150875  category="lo",
150876  description="IMPERIAL ARAMAIC LETTER PE",
150877  direction="r",
150878  linebreak="al",
150879  unicodeslot=0x10850,
150880 },
150881 [0x10851]={
150882  category="lo",
150883  description="IMPERIAL ARAMAIC LETTER SADHE",
150884  direction="r",
150885  linebreak="al",
150886  unicodeslot=0x10851,
150887 },
150888 [0x10852]={
150889  category="lo",
150890  description="IMPERIAL ARAMAIC LETTER QOPH",
150891  direction="r",
150892  linebreak="al",
150893  unicodeslot=0x10852,
150894 },
150895 [0x10853]={
150896  category="lo",
150897  description="IMPERIAL ARAMAIC LETTER RESH",
150898  direction="r",
150899  linebreak="al",
150900  unicodeslot=0x10853,
150901 },
150902 [0x10854]={
150903  category="lo",
150904  description="IMPERIAL ARAMAIC LETTER SHIN",
150905  direction="r",
150906  linebreak="al",
150907  unicodeslot=0x10854,
150908 },
150909 [0x10855]={
150910  category="lo",
150911  description="IMPERIAL ARAMAIC LETTER TAW",
150912  direction="r",
150913  linebreak="al",
150914  unicodeslot=0x10855,
150915 },
150916 [0x10857]={
150917  category="po",
150918  description="IMPERIAL ARAMAIC SECTION SIGN",
150919  direction="r",
150920  linebreak="ba",
150921  unicodeslot=0x10857,
150922 },
150923 [0x10858]={
150924  category="no",
150925  description="IMPERIAL ARAMAIC NUMBER ONE",
150926  direction="r",
150927  linebreak="al",
150928  unicodeslot=0x10858,
150929 },
150930 [0x10859]={
150931  category="no",
150932  description="IMPERIAL ARAMAIC NUMBER TWO",
150933  direction="r",
150934  linebreak="al",
150935  unicodeslot=0x10859,
150936 },
150937 [0x1085A]={
150938  category="no",
150939  description="IMPERIAL ARAMAIC NUMBER THREE",
150940  direction="r",
150941  linebreak="al",
150942  unicodeslot=0x1085A,
150943 },
150944 [0x1085B]={
150945  category="no",
150946  description="IMPERIAL ARAMAIC NUMBER TEN",
150947  direction="r",
150948  linebreak="al",
150949  unicodeslot=0x1085B,
150950 },
150951 [0x1085C]={
150952  category="no",
150953  description="IMPERIAL ARAMAIC NUMBER TWENTY",
150954  direction="r",
150955  linebreak="al",
150956  unicodeslot=0x1085C,
150957 },
150958 [0x1085D]={
150959  category="no",
150960  description="IMPERIAL ARAMAIC NUMBER ONE HUNDRED",
150961  direction="r",
150962  linebreak="al",
150963  unicodeslot=0x1085D,
150964 },
150965 [0x1085E]={
150966  category="no",
150967  description="IMPERIAL ARAMAIC NUMBER ONE THOUSAND",
150968  direction="r",
150969  linebreak="al",
150970  unicodeslot=0x1085E,
150971 },
150972 [0x1085F]={
150973  category="no",
150974  description="IMPERIAL ARAMAIC NUMBER TEN THOUSAND",
150975  direction="r",
150976  linebreak="al",
150977  unicodeslot=0x1085F,
150978 },
150979 [0x10860]={
150980  category="lo",
150981  description="PALMYRENE LETTER ALEPH",
150982  direction="r",
150983  linebreak="al",
150984  unicodeslot=0x10860,
150985 },
150986 [0x10861]={
150987  category="lo",
150988  description="PALMYRENE LETTER BETH",
150989  direction="r",
150990  linebreak="al",
150991  unicodeslot=0x10861,
150992 },
150993 [0x10862]={
150994  category="lo",
150995  description="PALMYRENE LETTER GIMEL",
150996  direction="r",
150997  linebreak="al",
150998  unicodeslot=0x10862,
150999 },
151000 [0x10863]={
151001  category="lo",
151002  description="PALMYRENE LETTER DALETH",
151003  direction="r",
151004  linebreak="al",
151005  unicodeslot=0x10863,
151006 },
151007 [0x10864]={
151008  category="lo",
151009  description="PALMYRENE LETTER HE",
151010  direction="r",
151011  linebreak="al",
151012  unicodeslot=0x10864,
151013 },
151014 [0x10865]={
151015  category="lo",
151016  description="PALMYRENE LETTER WAW",
151017  direction="r",
151018  linebreak="al",
151019  unicodeslot=0x10865,
151020 },
151021 [0x10866]={
151022  category="lo",
151023  description="PALMYRENE LETTER ZAYIN",
151024  direction="r",
151025  linebreak="al",
151026  unicodeslot=0x10866,
151027 },
151028 [0x10867]={
151029  category="lo",
151030  description="PALMYRENE LETTER HETH",
151031  direction="r",
151032  linebreak="al",
151033  unicodeslot=0x10867,
151034 },
151035 [0x10868]={
151036  category="lo",
151037  description="PALMYRENE LETTER TETH",
151038  direction="r",
151039  linebreak="al",
151040  unicodeslot=0x10868,
151041 },
151042 [0x10869]={
151043  category="lo",
151044  description="PALMYRENE LETTER YODH",
151045  direction="r",
151046  linebreak="al",
151047  unicodeslot=0x10869,
151048 },
151049 [0x1086A]={
151050  category="lo",
151051  description="PALMYRENE LETTER KAPH",
151052  direction="r",
151053  linebreak="al",
151054  unicodeslot=0x1086A,
151055 },
151056 [0x1086B]={
151057  category="lo",
151058  description="PALMYRENE LETTER LAMEDH",
151059  direction="r",
151060  linebreak="al",
151061  unicodeslot=0x1086B,
151062 },
151063 [0x1086C]={
151064  category="lo",
151065  description="PALMYRENE LETTER MEM",
151066  direction="r",
151067  linebreak="al",
151068  unicodeslot=0x1086C,
151069 },
151070 [0x1086D]={
151071  category="lo",
151072  description="PALMYRENE LETTER FINAL NUN",
151073  direction="r",
151074  linebreak="al",
151075  unicodeslot=0x1086D,
151076 },
151077 [0x1086E]={
151078  category="lo",
151079  description="PALMYRENE LETTER NUN",
151080  direction="r",
151081  linebreak="al",
151082  unicodeslot=0x1086E,
151083 },
151084 [0x1086F]={
151085  category="lo",
151086  description="PALMYRENE LETTER SAMEKH",
151087  direction="r",
151088  linebreak="al",
151089  unicodeslot=0x1086F,
151090 },
151091 [0x10870]={
151092  category="lo",
151093  description="PALMYRENE LETTER AYIN",
151094  direction="r",
151095  linebreak="al",
151096  unicodeslot=0x10870,
151097 },
151098 [0x10871]={
151099  category="lo",
151100  description="PALMYRENE LETTER PE",
151101  direction="r",
151102  linebreak="al",
151103  unicodeslot=0x10871,
151104 },
151105 [0x10872]={
151106  category="lo",
151107  description="PALMYRENE LETTER SADHE",
151108  direction="r",
151109  linebreak="al",
151110  unicodeslot=0x10872,
151111 },
151112 [0x10873]={
151113  category="lo",
151114  description="PALMYRENE LETTER QOPH",
151115  direction="r",
151116  linebreak="al",
151117  unicodeslot=0x10873,
151118 },
151119 [0x10874]={
151120  category="lo",
151121  description="PALMYRENE LETTER RESH",
151122  direction="r",
151123  linebreak="al",
151124  unicodeslot=0x10874,
151125 },
151126 [0x10875]={
151127  category="lo",
151128  description="PALMYRENE LETTER SHIN",
151129  direction="r",
151130  linebreak="al",
151131  unicodeslot=0x10875,
151132 },
151133 [0x10876]={
151134  category="lo",
151135  description="PALMYRENE LETTER TAW",
151136  direction="r",
151137  linebreak="al",
151138  unicodeslot=0x10876,
151139 },
151140 [0x10877]={
151141  category="so",
151142  description="PALMYRENE LEFT-POINTING FLEURON",
151143  direction="r",
151144  linebreak="al",
151145  unicodeslot=0x10877,
151146 },
151147 [0x10878]={
151148  category="so",
151149  description="PALMYRENE RIGHT-POINTING FLEURON",
151150  direction="r",
151151  linebreak="al",
151152  unicodeslot=0x10878,
151153 },
151154 [0x10879]={
151155  category="no",
151156  description="PALMYRENE NUMBER ONE",
151157  direction="r",
151158  linebreak="al",
151159  unicodeslot=0x10879,
151160 },
151161 [0x1087A]={
151162  category="no",
151163  description="PALMYRENE NUMBER TWO",
151164  direction="r",
151165  linebreak="al",
151166  unicodeslot=0x1087A,
151167 },
151168 [0x1087B]={
151169  category="no",
151170  description="PALMYRENE NUMBER THREE",
151171  direction="r",
151172  linebreak="al",
151173  unicodeslot=0x1087B,
151174 },
151175 [0x1087C]={
151176  category="no",
151177  description="PALMYRENE NUMBER FOUR",
151178  direction="r",
151179  linebreak="al",
151180  unicodeslot=0x1087C,
151181 },
151182 [0x1087D]={
151183  category="no",
151184  description="PALMYRENE NUMBER FIVE",
151185  direction="r",
151186  linebreak="al",
151187  unicodeslot=0x1087D,
151188 },
151189 [0x1087E]={
151190  category="no",
151191  description="PALMYRENE NUMBER TEN",
151192  direction="r",
151193  linebreak="al",
151194  unicodeslot=0x1087E,
151195 },
151196 [0x1087F]={
151197  category="no",
151198  description="PALMYRENE NUMBER TWENTY",
151199  direction="r",
151200  linebreak="al",
151201  unicodeslot=0x1087F,
151202 },
151203 [0x10880]={
151204  category="lo",
151205  description="NABATAEAN LETTER FINAL ALEPH",
151206  direction="r",
151207  linebreak="al",
151208  unicodeslot=0x10880,
151209 },
151210 [0x10881]={
151211  category="lo",
151212  description="NABATAEAN LETTER ALEPH",
151213  direction="r",
151214  linebreak="al",
151215  unicodeslot=0x10881,
151216 },
151217 [0x10882]={
151218  category="lo",
151219  description="NABATAEAN LETTER FINAL BETH",
151220  direction="r",
151221  linebreak="al",
151222  unicodeslot=0x10882,
151223 },
151224 [0x10883]={
151225  category="lo",
151226  description="NABATAEAN LETTER BETH",
151227  direction="r",
151228  linebreak="al",
151229  unicodeslot=0x10883,
151230 },
151231 [0x10884]={
151232  category="lo",
151233  description="NABATAEAN LETTER GIMEL",
151234  direction="r",
151235  linebreak="al",
151236  unicodeslot=0x10884,
151237 },
151238 [0x10885]={
151239  category="lo",
151240  description="NABATAEAN LETTER DALETH",
151241  direction="r",
151242  linebreak="al",
151243  unicodeslot=0x10885,
151244 },
151245 [0x10886]={
151246  category="lo",
151247  description="NABATAEAN LETTER FINAL HE",
151248  direction="r",
151249  linebreak="al",
151250  unicodeslot=0x10886,
151251 },
151252 [0x10887]={
151253  category="lo",
151254  description="NABATAEAN LETTER HE",
151255  direction="r",
151256  linebreak="al",
151257  unicodeslot=0x10887,
151258 },
151259 [0x10888]={
151260  category="lo",
151261  description="NABATAEAN LETTER WAW",
151262  direction="r",
151263  linebreak="al",
151264  unicodeslot=0x10888,
151265 },
151266 [0x10889]={
151267  category="lo",
151268  description="NABATAEAN LETTER ZAYIN",
151269  direction="r",
151270  linebreak="al",
151271  unicodeslot=0x10889,
151272 },
151273 [0x1088A]={
151274  category="lo",
151275  description="NABATAEAN LETTER HETH",
151276  direction="r",
151277  linebreak="al",
151278  unicodeslot=0x1088A,
151279 },
151280 [0x1088B]={
151281  category="lo",
151282  description="NABATAEAN LETTER TETH",
151283  direction="r",
151284  linebreak="al",
151285  unicodeslot=0x1088B,
151286 },
151287 [0x1088C]={
151288  category="lo",
151289  description="NABATAEAN LETTER FINAL YODH",
151290  direction="r",
151291  linebreak="al",
151292  unicodeslot=0x1088C,
151293 },
151294 [0x1088D]={
151295  category="lo",
151296  description="NABATAEAN LETTER YODH",
151297  direction="r",
151298  linebreak="al",
151299  unicodeslot=0x1088D,
151300 },
151301 [0x1088E]={
151302  category="lo",
151303  description="NABATAEAN LETTER FINAL KAPH",
151304  direction="r",
151305  linebreak="al",
151306  unicodeslot=0x1088E,
151307 },
151308 [0x1088F]={
151309  category="lo",
151310  description="NABATAEAN LETTER KAPH",
151311  direction="r",
151312  linebreak="al",
151313  unicodeslot=0x1088F,
151314 },
151315 [0x10890]={
151316  category="lo",
151317  description="NABATAEAN LETTER FINAL LAMEDH",
151318  direction="r",
151319  linebreak="al",
151320  unicodeslot=0x10890,
151321 },
151322 [0x10891]={
151323  category="lo",
151324  description="NABATAEAN LETTER LAMEDH",
151325  direction="r",
151326  linebreak="al",
151327  unicodeslot=0x10891,
151328 },
151329 [0x10892]={
151330  category="lo",
151331  description="NABATAEAN LETTER FINAL MEM",
151332  direction="r",
151333  linebreak="al",
151334  unicodeslot=0x10892,
151335 },
151336 [0x10893]={
151337  category="lo",
151338  description="NABATAEAN LETTER MEM",
151339  direction="r",
151340  linebreak="al",
151341  unicodeslot=0x10893,
151342 },
151343 [0x10894]={
151344  category="lo",
151345  description="NABATAEAN LETTER FINAL NUN",
151346  direction="r",
151347  linebreak="al",
151348  unicodeslot=0x10894,
151349 },
151350 [0x10895]={
151351  category="lo",
151352  description="NABATAEAN LETTER NUN",
151353  direction="r",
151354  linebreak="al",
151355  unicodeslot=0x10895,
151356 },
151357 [0x10896]={
151358  category="lo",
151359  description="NABATAEAN LETTER SAMEKH",
151360  direction="r",
151361  linebreak="al",
151362  unicodeslot=0x10896,
151363 },
151364 [0x10897]={
151365  category="lo",
151366  description="NABATAEAN LETTER AYIN",
151367  direction="r",
151368  linebreak="al",
151369  unicodeslot=0x10897,
151370 },
151371 [0x10898]={
151372  category="lo",
151373  description="NABATAEAN LETTER PE",
151374  direction="r",
151375  linebreak="al",
151376  unicodeslot=0x10898,
151377 },
151378 [0x10899]={
151379  category="lo",
151380  description="NABATAEAN LETTER SADHE",
151381  direction="r",
151382  linebreak="al",
151383  unicodeslot=0x10899,
151384 },
151385 [0x1089A]={
151386  category="lo",
151387  description="NABATAEAN LETTER QOPH",
151388  direction="r",
151389  linebreak="al",
151390  unicodeslot=0x1089A,
151391 },
151392 [0x1089B]={
151393  category="lo",
151394  description="NABATAEAN LETTER RESH",
151395  direction="r",
151396  linebreak="al",
151397  unicodeslot=0x1089B,
151398 },
151399 [0x1089C]={
151400  category="lo",
151401  description="NABATAEAN LETTER FINAL SHIN",
151402  direction="r",
151403  linebreak="al",
151404  unicodeslot=0x1089C,
151405 },
151406 [0x1089D]={
151407  category="lo",
151408  description="NABATAEAN LETTER SHIN",
151409  direction="r",
151410  linebreak="al",
151411  unicodeslot=0x1089D,
151412 },
151413 [0x1089E]={
151414  category="lo",
151415  description="NABATAEAN LETTER TAW",
151416  direction="r",
151417  linebreak="al",
151418  unicodeslot=0x1089E,
151419 },
151420 [0x108A7]={
151421  category="no",
151422  description="NABATAEAN NUMBER ONE",
151423  direction="r",
151424  linebreak="al",
151425  unicodeslot=0x108A7,
151426 },
151427 [0x108A8]={
151428  category="no",
151429  description="NABATAEAN NUMBER TWO",
151430  direction="r",
151431  linebreak="al",
151432  unicodeslot=0x108A8,
151433 },
151434 [0x108A9]={
151435  category="no",
151436  description="NABATAEAN NUMBER THREE",
151437  direction="r",
151438  linebreak="al",
151439  unicodeslot=0x108A9,
151440 },
151441 [0x108AA]={
151442  category="no",
151443  description="NABATAEAN NUMBER FOUR",
151444  direction="r",
151445  linebreak="al",
151446  unicodeslot=0x108AA,
151447 },
151448 [0x108AB]={
151449  category="no",
151450  description="NABATAEAN CRUCIFORM NUMBER FOUR",
151451  direction="r",
151452  linebreak="al",
151453  unicodeslot=0x108AB,
151454 },
151455 [0x108AC]={
151456  category="no",
151457  description="NABATAEAN NUMBER FIVE",
151458  direction="r",
151459  linebreak="al",
151460  unicodeslot=0x108AC,
151461 },
151462 [0x108AD]={
151463  category="no",
151464  description="NABATAEAN NUMBER TEN",
151465  direction="r",
151466  linebreak="al",
151467  unicodeslot=0x108AD,
151468 },
151469 [0x108AE]={
151470  category="no",
151471  description="NABATAEAN NUMBER TWENTY",
151472  direction="r",
151473  linebreak="al",
151474  unicodeslot=0x108AE,
151475 },
151476 [0x108AF]={
151477  category="no",
151478  description="NABATAEAN NUMBER ONE HUNDRED",
151479  direction="r",
151480  linebreak="al",
151481  unicodeslot=0x108AF,
151482 },
151483 [0x108E0]={
151484  category="lo",
151485  description="HATRAN LETTER ALEPH",
151486  direction="r",
151487  linebreak="al",
151488  unicodeslot=0x108E0,
151489 },
151490 [0x108E1]={
151491  category="lo",
151492  description="HATRAN LETTER BETH",
151493  direction="r",
151494  linebreak="al",
151495  unicodeslot=0x108E1,
151496 },
151497 [0x108E2]={
151498  category="lo",
151499  description="HATRAN LETTER GIMEL",
151500  direction="r",
151501  linebreak="al",
151502  unicodeslot=0x108E2,
151503 },
151504 [0x108E3]={
151505  category="lo",
151506  description="HATRAN LETTER DALETH-RESH",
151507  direction="r",
151508  linebreak="al",
151509  unicodeslot=0x108E3,
151510 },
151511 [0x108E4]={
151512  category="lo",
151513  description="HATRAN LETTER HE",
151514  direction="r",
151515  linebreak="al",
151516  unicodeslot=0x108E4,
151517 },
151518 [0x108E5]={
151519  category="lo",
151520  description="HATRAN LETTER WAW",
151521  direction="r",
151522  linebreak="al",
151523  unicodeslot=0x108E5,
151524 },
151525 [0x108E6]={
151526  category="lo",
151527  description="HATRAN LETTER ZAYN",
151528  direction="r",
151529  linebreak="al",
151530  unicodeslot=0x108E6,
151531 },
151532 [0x108E7]={
151533  category="lo",
151534  description="HATRAN LETTER HETH",
151535  direction="r",
151536  linebreak="al",
151537  unicodeslot=0x108E7,
151538 },
151539 [0x108E8]={
151540  category="lo",
151541  description="HATRAN LETTER TETH",
151542  direction="r",
151543  linebreak="al",
151544  unicodeslot=0x108E8,
151545 },
151546 [0x108E9]={
151547  category="lo",
151548  description="HATRAN LETTER YODH",
151549  direction="r",
151550  linebreak="al",
151551  unicodeslot=0x108E9,
151552 },
151553 [0x108EA]={
151554  category="lo",
151555  description="HATRAN LETTER KAPH",
151556  direction="r",
151557  linebreak="al",
151558  unicodeslot=0x108EA,
151559 },
151560 [0x108EB]={
151561  category="lo",
151562  description="HATRAN LETTER LAMEDH",
151563  direction="r",
151564  linebreak="al",
151565  unicodeslot=0x108EB,
151566 },
151567 [0x108EC]={
151568  category="lo",
151569  description="HATRAN LETTER MEM",
151570  direction="r",
151571  linebreak="al",
151572  unicodeslot=0x108EC,
151573 },
151574 [0x108ED]={
151575  category="lo",
151576  description="HATRAN LETTER NUN",
151577  direction="r",
151578  linebreak="al",
151579  unicodeslot=0x108ED,
151580 },
151581 [0x108EE]={
151582  category="lo",
151583  description="HATRAN LETTER SAMEKH",
151584  direction="r",
151585  linebreak="al",
151586  unicodeslot=0x108EE,
151587 },
151588 [0x108EF]={
151589  category="lo",
151590  description="HATRAN LETTER AYN",
151591  direction="r",
151592  linebreak="al",
151593  unicodeslot=0x108EF,
151594 },
151595 [0x108F0]={
151596  category="lo",
151597  description="HATRAN LETTER PE",
151598  direction="r",
151599  linebreak="al",
151600  unicodeslot=0x108F0,
151601 },
151602 [0x108F1]={
151603  category="lo",
151604  description="HATRAN LETTER SADHE",
151605  direction="r",
151606  linebreak="al",
151607  unicodeslot=0x108F1,
151608 },
151609 [0x108F2]={
151610  category="lo",
151611  description="HATRAN LETTER QOPH",
151612  direction="r",
151613  linebreak="al",
151614  unicodeslot=0x108F2,
151615 },
151616 [0x108F4]={
151617  category="lo",
151618  description="HATRAN LETTER SHIN",
151619  direction="r",
151620  linebreak="al",
151621  unicodeslot=0x108F4,
151622 },
151623 [0x108F5]={
151624  category="lo",
151625  description="HATRAN LETTER TAW",
151626  direction="r",
151627  linebreak="al",
151628  unicodeslot=0x108F5,
151629 },
151630 [0x108FB]={
151631  category="no",
151632  description="HATRAN NUMBER ONE",
151633  direction="r",
151634  linebreak="al",
151635  unicodeslot=0x108FB,
151636 },
151637 [0x108FC]={
151638  category="no",
151639  description="HATRAN NUMBER FIVE",
151640  direction="r",
151641  linebreak="al",
151642  unicodeslot=0x108FC,
151643 },
151644 [0x108FD]={
151645  category="no",
151646  description="HATRAN NUMBER TEN",
151647  direction="r",
151648  linebreak="al",
151649  unicodeslot=0x108FD,
151650 },
151651 [0x108FE]={
151652  category="no",
151653  description="HATRAN NUMBER TWENTY",
151654  direction="r",
151655  linebreak="al",
151656  unicodeslot=0x108FE,
151657 },
151658 [0x108FF]={
151659  category="no",
151660  description="HATRAN NUMBER ONE HUNDRED",
151661  direction="r",
151662  linebreak="al",
151663  unicodeslot=0x108FF,
151664 },
151665 [0x10900]={
151666  category="lo",
151667  description="PHOENICIAN LETTER ALF",
151668  direction="r",
151669  linebreak="al",
151670  unicodeslot=0x10900,
151671 },
151672 [0x10901]={
151673  category="lo",
151674  description="PHOENICIAN LETTER BET",
151675  direction="r",
151676  linebreak="al",
151677  unicodeslot=0x10901,
151678 },
151679 [0x10902]={
151680  category="lo",
151681  description="PHOENICIAN LETTER GAML",
151682  direction="r",
151683  linebreak="al",
151684  unicodeslot=0x10902,
151685 },
151686 [0x10903]={
151687  category="lo",
151688  description="PHOENICIAN LETTER DELT",
151689  direction="r",
151690  linebreak="al",
151691  unicodeslot=0x10903,
151692 },
151693 [0x10904]={
151694  category="lo",
151695  description="PHOENICIAN LETTER HE",
151696  direction="r",
151697  linebreak="al",
151698  unicodeslot=0x10904,
151699 },
151700 [0x10905]={
151701  category="lo",
151702  description="PHOENICIAN LETTER WAU",
151703  direction="r",
151704  linebreak="al",
151705  unicodeslot=0x10905,
151706 },
151707 [0x10906]={
151708  category="lo",
151709  description="PHOENICIAN LETTER ZAI",
151710  direction="r",
151711  linebreak="al",
151712  unicodeslot=0x10906,
151713 },
151714 [0x10907]={
151715  category="lo",
151716  description="PHOENICIAN LETTER HET",
151717  direction="r",
151718  linebreak="al",
151719  unicodeslot=0x10907,
151720 },
151721 [0x10908]={
151722  category="lo",
151723  description="PHOENICIAN LETTER TET",
151724  direction="r",
151725  linebreak="al",
151726  unicodeslot=0x10908,
151727 },
151728 [0x10909]={
151729  category="lo",
151730  description="PHOENICIAN LETTER YOD",
151731  direction="r",
151732  linebreak="al",
151733  unicodeslot=0x10909,
151734 },
151735 [0x1090A]={
151736  category="lo",
151737  description="PHOENICIAN LETTER KAF",
151738  direction="r",
151739  linebreak="al",
151740  unicodeslot=0x1090A,
151741 },
151742 [0x1090B]={
151743  category="lo",
151744  description="PHOENICIAN LETTER LAMD",
151745  direction="r",
151746  linebreak="al",
151747  unicodeslot=0x1090B,
151748 },
151749 [0x1090C]={
151750  category="lo",
151751  description="PHOENICIAN LETTER MEM",
151752  direction="r",
151753  linebreak="al",
151754  unicodeslot=0x1090C,
151755 },
151756 [0x1090D]={
151757  category="lo",
151758  description="PHOENICIAN LETTER NUN",
151759  direction="r",
151760  linebreak="al",
151761  unicodeslot=0x1090D,
151762 },
151763 [0x1090E]={
151764  category="lo",
151765  description="PHOENICIAN LETTER SEMK",
151766  direction="r",
151767  linebreak="al",
151768  unicodeslot=0x1090E,
151769 },
151770 [0x1090F]={
151771  category="lo",
151772  description="PHOENICIAN LETTER AIN",
151773  direction="r",
151774  linebreak="al",
151775  unicodeslot=0x1090F,
151776 },
151777 [0x10910]={
151778  category="lo",
151779  description="PHOENICIAN LETTER PE",
151780  direction="r",
151781  linebreak="al",
151782  unicodeslot=0x10910,
151783 },
151784 [0x10911]={
151785  category="lo",
151786  description="PHOENICIAN LETTER SADE",
151787  direction="r",
151788  linebreak="al",
151789  unicodeslot=0x10911,
151790 },
151791 [0x10912]={
151792  category="lo",
151793  description="PHOENICIAN LETTER QOF",
151794  direction="r",
151795  linebreak="al",
151796  unicodeslot=0x10912,
151797 },
151798 [0x10913]={
151799  category="lo",
151800  description="PHOENICIAN LETTER ROSH",
151801  direction="r",
151802  linebreak="al",
151803  unicodeslot=0x10913,
151804 },
151805 [0x10914]={
151806  category="lo",
151807  description="PHOENICIAN LETTER SHIN",
151808  direction="r",
151809  linebreak="al",
151810  unicodeslot=0x10914,
151811 },
151812 [0x10915]={
151813  category="lo",
151814  description="PHOENICIAN LETTER TAU",
151815  direction="r",
151816  linebreak="al",
151817  unicodeslot=0x10915,
151818 },
151819 [0x10916]={
151820  category="no",
151821  description="PHOENICIAN NUMBER ONE",
151822  direction="r",
151823  linebreak="al",
151824  unicodeslot=0x10916,
151825 },
151826 [0x10917]={
151827  category="no",
151828  description="PHOENICIAN NUMBER TEN",
151829  direction="r",
151830  linebreak="al",
151831  unicodeslot=0x10917,
151832 },
151833 [0x10918]={
151834  category="no",
151835  description="PHOENICIAN NUMBER TWENTY",
151836  direction="r",
151837  linebreak="al",
151838  unicodeslot=0x10918,
151839 },
151840 [0x10919]={
151841  category="no",
151842  description="PHOENICIAN NUMBER ONE HUNDRED",
151843  direction="r",
151844  linebreak="al",
151845  unicodeslot=0x10919,
151846 },
151847 [0x1091A]={
151848  category="no",
151849  description="PHOENICIAN NUMBER TWO",
151850  direction="r",
151851  linebreak="al",
151852  unicodeslot=0x1091A,
151853 },
151854 [0x1091B]={
151855  category="no",
151856  description="PHOENICIAN NUMBER THREE",
151857  direction="r",
151858  linebreak="al",
151859  unicodeslot=0x1091B,
151860 },
151861 [0x1091F]={
151862  category="po",
151863  description="PHOENICIAN WORD SEPARATOR",
151864  direction="on",
151865  linebreak="ba",
151866  unicodeslot=0x1091F,
151867 },
151868 [0x10920]={
151869  category="lo",
151870  description="LYDIAN LETTER A",
151871  direction="r",
151872  linebreak="al",
151873  unicodeslot=0x10920,
151874 },
151875 [0x10921]={
151876  category="lo",
151877  description="LYDIAN LETTER B",
151878  direction="r",
151879  linebreak="al",
151880  unicodeslot=0x10921,
151881 },
151882 [0x10922]={
151883  category="lo",
151884  description="LYDIAN LETTER G",
151885  direction="r",
151886  linebreak="al",
151887  unicodeslot=0x10922,
151888 },
151889 [0x10923]={
151890  category="lo",
151891  description="LYDIAN LETTER D",
151892  direction="r",
151893  linebreak="al",
151894  unicodeslot=0x10923,
151895 },
151896 [0x10924]={
151897  category="lo",
151898  description="LYDIAN LETTER E",
151899  direction="r",
151900  linebreak="al",
151901  unicodeslot=0x10924,
151902 },
151903 [0x10925]={
151904  category="lo",
151905  description="LYDIAN LETTER V",
151906  direction="r",
151907  linebreak="al",
151908  unicodeslot=0x10925,
151909 },
151910 [0x10926]={
151911  category="lo",
151912  description="LYDIAN LETTER I",
151913  direction="r",
151914  linebreak="al",
151915  unicodeslot=0x10926,
151916 },
151917 [0x10927]={
151918  category="lo",
151919  description="LYDIAN LETTER Y",
151920  direction="r",
151921  linebreak="al",
151922  unicodeslot=0x10927,
151923 },
151924 [0x10928]={
151925  category="lo",
151926  description="LYDIAN LETTER K",
151927  direction="r",
151928  linebreak="al",
151929  unicodeslot=0x10928,
151930 },
151931 [0x10929]={
151932  category="lo",
151933  description="LYDIAN LETTER L",
151934  direction="r",
151935  linebreak="al",
151936  unicodeslot=0x10929,
151937 },
151938 [0x1092A]={
151939  category="lo",
151940  description="LYDIAN LETTER M",
151941  direction="r",
151942  linebreak="al",
151943  unicodeslot=0x1092A,
151944 },
151945 [0x1092B]={
151946  category="lo",
151947  description="LYDIAN LETTER N",
151948  direction="r",
151949  linebreak="al",
151950  unicodeslot=0x1092B,
151951 },
151952 [0x1092C]={
151953  category="lo",
151954  description="LYDIAN LETTER O",
151955  direction="r",
151956  linebreak="al",
151957  unicodeslot=0x1092C,
151958 },
151959 [0x1092D]={
151960  category="lo",
151961  description="LYDIAN LETTER R",
151962  direction="r",
151963  linebreak="al",
151964  unicodeslot=0x1092D,
151965 },
151966 [0x1092E]={
151967  category="lo",
151968  description="LYDIAN LETTER SS",
151969  direction="r",
151970  linebreak="al",
151971  unicodeslot=0x1092E,
151972 },
151973 [0x1092F]={
151974  category="lo",
151975  description="LYDIAN LETTER T",
151976  direction="r",
151977  linebreak="al",
151978  unicodeslot=0x1092F,
151979 },
151980 [0x10930]={
151981  category="lo",
151982  description="LYDIAN LETTER U",
151983  direction="r",
151984  linebreak="al",
151985  unicodeslot=0x10930,
151986 },
151987 [0x10931]={
151988  category="lo",
151989  description="LYDIAN LETTER F",
151990  direction="r",
151991  linebreak="al",
151992  unicodeslot=0x10931,
151993 },
151994 [0x10932]={
151995  category="lo",
151996  description="LYDIAN LETTER Q",
151997  direction="r",
151998  linebreak="al",
151999  unicodeslot=0x10932,
152000 },
152001 [0x10933]={
152002  category="lo",
152003  description="LYDIAN LETTER S",
152004  direction="r",
152005  linebreak="al",
152006  unicodeslot=0x10933,
152007 },
152008 [0x10934]={
152009  category="lo",
152010  description="LYDIAN LETTER TT",
152011  direction="r",
152012  linebreak="al",
152013  unicodeslot=0x10934,
152014 },
152015 [0x10935]={
152016  category="lo",
152017  description="LYDIAN LETTER AN",
152018  direction="r",
152019  linebreak="al",
152020  unicodeslot=0x10935,
152021 },
152022 [0x10936]={
152023  category="lo",
152024  description="LYDIAN LETTER EN",
152025  direction="r",
152026  linebreak="al",
152027  unicodeslot=0x10936,
152028 },
152029 [0x10937]={
152030  category="lo",
152031  description="LYDIAN LETTER LY",
152032  direction="r",
152033  linebreak="al",
152034  unicodeslot=0x10937,
152035 },
152036 [0x10938]={
152037  category="lo",
152038  description="LYDIAN LETTER NN",
152039  direction="r",
152040  linebreak="al",
152041  unicodeslot=0x10938,
152042 },
152043 [0x10939]={
152044  category="lo",
152045  description="LYDIAN LETTER C",
152046  direction="r",
152047  linebreak="al",
152048  unicodeslot=0x10939,
152049 },
152050 [0x1093F]={
152051  category="po",
152052  description="LYDIAN TRIANGULAR MARK",
152053  direction="r",
152054  linebreak="al",
152055  unicodeslot=0x1093F,
152056 },
152057 [0x10980]={
152058  category="lo",
152059  description="MEROITIC HIEROGLYPHIC LETTER A",
152060  direction="r",
152061  linebreak="al",
152062  unicodeslot=0x10980,
152063 },
152064 [0x10981]={
152065  category="lo",
152066  description="MEROITIC HIEROGLYPHIC LETTER E",
152067  direction="r",
152068  linebreak="al",
152069  unicodeslot=0x10981,
152070 },
152071 [0x10982]={
152072  category="lo",
152073  description="MEROITIC HIEROGLYPHIC LETTER I",
152074  direction="r",
152075  linebreak="al",
152076  unicodeslot=0x10982,
152077 },
152078 [0x10983]={
152079  category="lo",
152080  description="MEROITIC HIEROGLYPHIC LETTER O",
152081  direction="r",
152082  linebreak="al",
152083  unicodeslot=0x10983,
152084 },
152085 [0x10984]={
152086  category="lo",
152087  description="MEROITIC HIEROGLYPHIC LETTER YA",
152088  direction="r",
152089  linebreak="al",
152090  unicodeslot=0x10984,
152091 },
152092 [0x10985]={
152093  category="lo",
152094  description="MEROITIC HIEROGLYPHIC LETTER WA",
152095  direction="r",
152096  linebreak="al",
152097  unicodeslot=0x10985,
152098 },
152099 [0x10986]={
152100  category="lo",
152101  description="MEROITIC HIEROGLYPHIC LETTER BA",
152102  direction="r",
152103  linebreak="al",
152104  unicodeslot=0x10986,
152105 },
152106 [0x10987]={
152107  category="lo",
152108  description="MEROITIC HIEROGLYPHIC LETTER BA-2",
152109  direction="r",
152110  linebreak="al",
152111  unicodeslot=0x10987,
152112 },
152113 [0x10988]={
152114  category="lo",
152115  description="MEROITIC HIEROGLYPHIC LETTER PA",
152116  direction="r",
152117  linebreak="al",
152118  unicodeslot=0x10988,
152119 },
152120 [0x10989]={
152121  category="lo",
152122  description="MEROITIC HIEROGLYPHIC LETTER MA",
152123  direction="r",
152124  linebreak="al",
152125  unicodeslot=0x10989,
152126 },
152127 [0x1098A]={
152128  category="lo",
152129  description="MEROITIC HIEROGLYPHIC LETTER NA",
152130  direction="r",
152131  linebreak="al",
152132  unicodeslot=0x1098A,
152133 },
152134 [0x1098B]={
152135  category="lo",
152136  description="MEROITIC HIEROGLYPHIC LETTER NA-2",
152137  direction="r",
152138  linebreak="al",
152139  unicodeslot=0x1098B,
152140 },
152141 [0x1098C]={
152142  category="lo",
152143  description="MEROITIC HIEROGLYPHIC LETTER NE",
152144  direction="r",
152145  linebreak="al",
152146  unicodeslot=0x1098C,
152147 },
152148 [0x1098D]={
152149  category="lo",
152150  description="MEROITIC HIEROGLYPHIC LETTER NE-2",
152151  direction="r",
152152  linebreak="al",
152153  unicodeslot=0x1098D,
152154 },
152155 [0x1098E]={
152156  category="lo",
152157  description="MEROITIC HIEROGLYPHIC LETTER RA",
152158  direction="r",
152159  linebreak="al",
152160  unicodeslot=0x1098E,
152161 },
152162 [0x1098F]={
152163  category="lo",
152164  description="MEROITIC HIEROGLYPHIC LETTER RA-2",
152165  direction="r",
152166  linebreak="al",
152167  unicodeslot=0x1098F,
152168 },
152169 [0x10990]={
152170  category="lo",
152171  description="MEROITIC HIEROGLYPHIC LETTER LA",
152172  direction="r",
152173  linebreak="al",
152174  unicodeslot=0x10990,
152175 },
152176 [0x10991]={
152177  category="lo",
152178  description="MEROITIC HIEROGLYPHIC LETTER KHA",
152179  direction="r",
152180  linebreak="al",
152181  unicodeslot=0x10991,
152182 },
152183 [0x10992]={
152184  category="lo",
152185  description="MEROITIC HIEROGLYPHIC LETTER HHA",
152186  direction="r",
152187  linebreak="al",
152188  unicodeslot=0x10992,
152189 },
152190 [0x10993]={
152191  category="lo",
152192  description="MEROITIC HIEROGLYPHIC LETTER SA",
152193  direction="r",
152194  linebreak="al",
152195  unicodeslot=0x10993,
152196 },
152197 [0x10994]={
152198  category="lo",
152199  description="MEROITIC HIEROGLYPHIC LETTER SA-2",
152200  direction="r",
152201  linebreak="al",
152202  unicodeslot=0x10994,
152203 },
152204 [0x10995]={
152205  category="lo",
152206  description="MEROITIC HIEROGLYPHIC LETTER SE",
152207  direction="r",
152208  linebreak="al",
152209  unicodeslot=0x10995,
152210 },
152211 [0x10996]={
152212  category="lo",
152213  description="MEROITIC HIEROGLYPHIC LETTER KA",
152214  direction="r",
152215  linebreak="al",
152216  unicodeslot=0x10996,
152217 },
152218 [0x10997]={
152219  category="lo",
152220  description="MEROITIC HIEROGLYPHIC LETTER QA",
152221  direction="r",
152222  linebreak="al",
152223  unicodeslot=0x10997,
152224 },
152225 [0x10998]={
152226  category="lo",
152227  description="MEROITIC HIEROGLYPHIC LETTER TA",
152228  direction="r",
152229  linebreak="al",
152230  unicodeslot=0x10998,
152231 },
152232 [0x10999]={
152233  category="lo",
152234  description="MEROITIC HIEROGLYPHIC LETTER TA-2",
152235  direction="r",
152236  linebreak="al",
152237  unicodeslot=0x10999,
152238 },
152239 [0x1099A]={
152240  category="lo",
152241  description="MEROITIC HIEROGLYPHIC LETTER TE",
152242  direction="r",
152243  linebreak="al",
152244  unicodeslot=0x1099A,
152245 },
152246 [0x1099B]={
152247  category="lo",
152248  description="MEROITIC HIEROGLYPHIC LETTER TE-2",
152249  direction="r",
152250  linebreak="al",
152251  unicodeslot=0x1099B,
152252 },
152253 [0x1099C]={
152254  category="lo",
152255  description="MEROITIC HIEROGLYPHIC LETTER TO",
152256  direction="r",
152257  linebreak="al",
152258  unicodeslot=0x1099C,
152259 },
152260 [0x1099D]={
152261  category="lo",
152262  description="MEROITIC HIEROGLYPHIC LETTER DA",
152263  direction="r",
152264  linebreak="al",
152265  unicodeslot=0x1099D,
152266 },
152267 [0x1099E]={
152268  category="lo",
152269  description="MEROITIC HIEROGLYPHIC SYMBOL VIDJ",
152270  direction="r",
152271  linebreak="al",
152272  unicodeslot=0x1099E,
152273 },
152274 [0x1099F]={
152275  category="lo",
152276  description="MEROITIC HIEROGLYPHIC SYMBOL VIDJ-2",
152277  direction="r",
152278  linebreak="al",
152279  unicodeslot=0x1099F,
152280 },
152281 [0x109A0]={
152282  category="lo",
152283  description="MEROITIC CURSIVE LETTER A",
152284  direction="r",
152285  linebreak="al",
152286  unicodeslot=0x109A0,
152287 },
152288 [0x109A1]={
152289  category="lo",
152290  description="MEROITIC CURSIVE LETTER E",
152291  direction="r",
152292  linebreak="al",
152293  unicodeslot=0x109A1,
152294 },
152295 [0x109A2]={
152296  category="lo",
152297  description="MEROITIC CURSIVE LETTER I",
152298  direction="r",
152299  linebreak="al",
152300  unicodeslot=0x109A2,
152301 },
152302 [0x109A3]={
152303  category="lo",
152304  description="MEROITIC CURSIVE LETTER O",
152305  direction="r",
152306  linebreak="al",
152307  unicodeslot=0x109A3,
152308 },
152309 [0x109A4]={
152310  category="lo",
152311  description="MEROITIC CURSIVE LETTER YA",
152312  direction="r",
152313  linebreak="al",
152314  unicodeslot=0x109A4,
152315 },
152316 [0x109A5]={
152317  category="lo",
152318  description="MEROITIC CURSIVE LETTER WA",
152319  direction="r",
152320  linebreak="al",
152321  unicodeslot=0x109A5,
152322 },
152323 [0x109A6]={
152324  category="lo",
152325  description="MEROITIC CURSIVE LETTER BA",
152326  direction="r",
152327  linebreak="al",
152328  unicodeslot=0x109A6,
152329 },
152330 [0x109A7]={
152331  category="lo",
152332  description="MEROITIC CURSIVE LETTER PA",
152333  direction="r",
152334  linebreak="al",
152335  unicodeslot=0x109A7,
152336 },
152337 [0x109A8]={
152338  category="lo",
152339  description="MEROITIC CURSIVE LETTER MA",
152340  direction="r",
152341  linebreak="al",
152342  unicodeslot=0x109A8,
152343 },
152344 [0x109A9]={
152345  category="lo",
152346  description="MEROITIC CURSIVE LETTER NA",
152347  direction="r",
152348  linebreak="al",
152349  unicodeslot=0x109A9,
152350 },
152351 [0x109AA]={
152352  category="lo",
152353  description="MEROITIC CURSIVE LETTER NE",
152354  direction="r",
152355  linebreak="al",
152356  unicodeslot=0x109AA,
152357 },
152358 [0x109AB]={
152359  category="lo",
152360  description="MEROITIC CURSIVE LETTER RA",
152361  direction="r",
152362  linebreak="al",
152363  unicodeslot=0x109AB,
152364 },
152365 [0x109AC]={
152366  category="lo",
152367  description="MEROITIC CURSIVE LETTER LA",
152368  direction="r",
152369  linebreak="al",
152370  unicodeslot=0x109AC,
152371 },
152372 [0x109AD]={
152373  category="lo",
152374  description="MEROITIC CURSIVE LETTER KHA",
152375  direction="r",
152376  linebreak="al",
152377  unicodeslot=0x109AD,
152378 },
152379 [0x109AE]={
152380  category="lo",
152381  description="MEROITIC CURSIVE LETTER HHA",
152382  direction="r",
152383  linebreak="al",
152384  unicodeslot=0x109AE,
152385 },
152386 [0x109AF]={
152387  category="lo",
152388  description="MEROITIC CURSIVE LETTER SA",
152389  direction="r",
152390  linebreak="al",
152391  unicodeslot=0x109AF,
152392 },
152393 [0x109B0]={
152394  category="lo",
152395  description="MEROITIC CURSIVE LETTER ARCHAIC SA",
152396  direction="r",
152397  linebreak="al",
152398  unicodeslot=0x109B0,
152399 },
152400 [0x109B1]={
152401  category="lo",
152402  description="MEROITIC CURSIVE LETTER SE",
152403  direction="r",
152404  linebreak="al",
152405  unicodeslot=0x109B1,
152406 },
152407 [0x109B2]={
152408  category="lo",
152409  description="MEROITIC CURSIVE LETTER KA",
152410  direction="r",
152411  linebreak="al",
152412  unicodeslot=0x109B2,
152413 },
152414 [0x109B3]={
152415  category="lo",
152416  description="MEROITIC CURSIVE LETTER QA",
152417  direction="r",
152418  linebreak="al",
152419  unicodeslot=0x109B3,
152420 },
152421 [0x109B4]={
152422  category="lo",
152423  description="MEROITIC CURSIVE LETTER TA",
152424  direction="r",
152425  linebreak="al",
152426  unicodeslot=0x109B4,
152427 },
152428 [0x109B5]={
152429  category="lo",
152430  description="MEROITIC CURSIVE LETTER TE",
152431  direction="r",
152432  linebreak="al",
152433  unicodeslot=0x109B5,
152434 },
152435 [0x109B6]={
152436  category="lo",
152437  description="MEROITIC CURSIVE LETTER TO",
152438  direction="r",
152439  linebreak="al",
152440  unicodeslot=0x109B6,
152441 },
152442 [0x109B7]={
152443  category="lo",
152444  description="MEROITIC CURSIVE LETTER DA",
152445  direction="r",
152446  linebreak="al",
152447  unicodeslot=0x109B7,
152448 },
152449 [0x109BC]={
152450  category="no",
152451  description="MEROITIC CURSIVE FRACTION ELEVEN TWELFTHS",
152452  direction="r",
152453  linebreak="al",
152454  unicodeslot=0x109BC,
152455 },
152456 [0x109BD]={
152457  category="no",
152458  description="MEROITIC CURSIVE FRACTION ONE HALF",
152459  direction="r",
152460  linebreak="al",
152461  unicodeslot=0x109BD,
152462 },
152463 [0x109BE]={
152464  category="lo",
152465  description="MEROITIC CURSIVE LOGOGRAM RMT",
152466  direction="r",
152467  linebreak="al",
152468  unicodeslot=0x109BE,
152469 },
152470 [0x109BF]={
152471  category="lo",
152472  description="MEROITIC CURSIVE LOGOGRAM IMN",
152473  direction="r",
152474  linebreak="al",
152475  unicodeslot=0x109BF,
152476 },
152477 [0x109C0]={
152478  category="no",
152479  description="MEROITIC CURSIVE NUMBER ONE",
152480  direction="r",
152481  linebreak="al",
152482  unicodeslot=0x109C0,
152483 },
152484 [0x109C1]={
152485  category="no",
152486  description="MEROITIC CURSIVE NUMBER TWO",
152487  direction="r",
152488  linebreak="al",
152489  unicodeslot=0x109C1,
152490 },
152491 [0x109C2]={
152492  category="no",
152493  description="MEROITIC CURSIVE NUMBER THREE",
152494  direction="r",
152495  linebreak="al",
152496  unicodeslot=0x109C2,
152497 },
152498 [0x109C3]={
152499  category="no",
152500  description="MEROITIC CURSIVE NUMBER FOUR",
152501  direction="r",
152502  linebreak="al",
152503  unicodeslot=0x109C3,
152504 },
152505 [0x109C4]={
152506  category="no",
152507  description="MEROITIC CURSIVE NUMBER FIVE",
152508  direction="r",
152509  linebreak="al",
152510  unicodeslot=0x109C4,
152511 },
152512 [0x109C5]={
152513  category="no",
152514  description="MEROITIC CURSIVE NUMBER SIX",
152515  direction="r",
152516  linebreak="al",
152517  unicodeslot=0x109C5,
152518 },
152519 [0x109C6]={
152520  category="no",
152521  description="MEROITIC CURSIVE NUMBER SEVEN",
152522  direction="r",
152523  linebreak="al",
152524  unicodeslot=0x109C6,
152525 },
152526 [0x109C7]={
152527  category="no",
152528  description="MEROITIC CURSIVE NUMBER EIGHT",
152529  direction="r",
152530  linebreak="al",
152531  unicodeslot=0x109C7,
152532 },
152533 [0x109C8]={
152534  category="no",
152535  description="MEROITIC CURSIVE NUMBER NINE",
152536  direction="r",
152537  linebreak="al",
152538  unicodeslot=0x109C8,
152539 },
152540 [0x109C9]={
152541  category="no",
152542  description="MEROITIC CURSIVE NUMBER TEN",
152543  direction="r",
152544  linebreak="al",
152545  unicodeslot=0x109C9,
152546 },
152547 [0x109CA]={
152548  category="no",
152549  description="MEROITIC CURSIVE NUMBER TWENTY",
152550  direction="r",
152551  linebreak="al",
152552  unicodeslot=0x109CA,
152553 },
152554 [0x109CB]={
152555  category="no",
152556  description="MEROITIC CURSIVE NUMBER THIRTY",
152557  direction="r",
152558  linebreak="al",
152559  unicodeslot=0x109CB,
152560 },
152561 [0x109CC]={
152562  category="no",
152563  description="MEROITIC CURSIVE NUMBER FORTY",
152564  direction="r",
152565  linebreak="al",
152566  unicodeslot=0x109CC,
152567 },
152568 [0x109CD]={
152569  category="no",
152570  description="MEROITIC CURSIVE NUMBER FIFTY",
152571  direction="r",
152572  linebreak="al",
152573  unicodeslot=0x109CD,
152574 },
152575 [0x109CE]={
152576  category="no",
152577  description="MEROITIC CURSIVE NUMBER SIXTY",
152578  direction="r",
152579  linebreak="al",
152580  unicodeslot=0x109CE,
152581 },
152582 [0x109CF]={
152583  category="no",
152584  description="MEROITIC CURSIVE NUMBER SEVENTY",
152585  direction="r",
152586  linebreak="al",
152587  unicodeslot=0x109CF,
152588 },
152589 [0x109D2]={
152590  category="no",
152591  description="MEROITIC CURSIVE NUMBER ONE HUNDRED",
152592  direction="r",
152593  linebreak="al",
152594  unicodeslot=0x109D2,
152595 },
152596 [0x109D3]={
152597  category="no",
152598  description="MEROITIC CURSIVE NUMBER TWO HUNDRED",
152599  direction="r",
152600  linebreak="al",
152601  unicodeslot=0x109D3,
152602 },
152603 [0x109D4]={
152604  category="no",
152605  description="MEROITIC CURSIVE NUMBER THREE HUNDRED",
152606  direction="r",
152607  linebreak="al",
152608  unicodeslot=0x109D4,
152609 },
152610 [0x109D5]={
152611  category="no",
152612  description="MEROITIC CURSIVE NUMBER FOUR HUNDRED",
152613  direction="r",
152614  linebreak="al",
152615  unicodeslot=0x109D5,
152616 },
152617 [0x109D6]={
152618  category="no",
152619  description="MEROITIC CURSIVE NUMBER FIVE HUNDRED",
152620  direction="r",
152621  linebreak="al",
152622  unicodeslot=0x109D6,
152623 },
152624 [0x109D7]={
152625  category="no",
152626  description="MEROITIC CURSIVE NUMBER SIX HUNDRED",
152627  direction="r",
152628  linebreak="al",
152629  unicodeslot=0x109D7,
152630 },
152631 [0x109D8]={
152632  category="no",
152633  description="MEROITIC CURSIVE NUMBER SEVEN HUNDRED",
152634  direction="r",
152635  linebreak="al",
152636  unicodeslot=0x109D8,
152637 },
152638 [0x109D9]={
152639  category="no",
152640  description="MEROITIC CURSIVE NUMBER EIGHT HUNDRED",
152641  direction="r",
152642  linebreak="al",
152643  unicodeslot=0x109D9,
152644 },
152645 [0x109DA]={
152646  category="no",
152647  description="MEROITIC CURSIVE NUMBER NINE HUNDRED",
152648  direction="r",
152649  linebreak="al",
152650  unicodeslot=0x109DA,
152651 },
152652 [0x109DB]={
152653  category="no",
152654  description="MEROITIC CURSIVE NUMBER ONE THOUSAND",
152655  direction="r",
152656  linebreak="al",
152657  unicodeslot=0x109DB,
152658 },
152659 [0x109DC]={
152660  category="no",
152661  description="MEROITIC CURSIVE NUMBER TWO THOUSAND",
152662  direction="r",
152663  linebreak="al",
152664  unicodeslot=0x109DC,
152665 },
152666 [0x109DD]={
152667  category="no",
152668  description="MEROITIC CURSIVE NUMBER THREE THOUSAND",
152669  direction="r",
152670  linebreak="al",
152671  unicodeslot=0x109DD,
152672 },
152673 [0x109DE]={
152674  category="no",
152675  description="MEROITIC CURSIVE NUMBER FOUR THOUSAND",
152676  direction="r",
152677  linebreak="al",
152678  unicodeslot=0x109DE,
152679 },
152680 [0x109DF]={
152681  category="no",
152682  description="MEROITIC CURSIVE NUMBER FIVE THOUSAND",
152683  direction="r",
152684  linebreak="al",
152685  unicodeslot=0x109DF,
152686 },
152687 [0x109E0]={
152688  category="no",
152689  description="MEROITIC CURSIVE NUMBER SIX THOUSAND",
152690  direction="r",
152691  linebreak="al",
152692  unicodeslot=0x109E0,
152693 },
152694 [0x109E1]={
152695  category="no",
152696  description="MEROITIC CURSIVE NUMBER SEVEN THOUSAND",
152697  direction="r",
152698  linebreak="al",
152699  unicodeslot=0x109E1,
152700 },
152701 [0x109E2]={
152702  category="no",
152703  description="MEROITIC CURSIVE NUMBER EIGHT THOUSAND",
152704  direction="r",
152705  linebreak="al",
152706  unicodeslot=0x109E2,
152707 },
152708 [0x109E3]={
152709  category="no",
152710  description="MEROITIC CURSIVE NUMBER NINE THOUSAND",
152711  direction="r",
152712  linebreak="al",
152713  unicodeslot=0x109E3,
152714 },
152715 [0x109E4]={
152716  category="no",
152717  description="MEROITIC CURSIVE NUMBER TEN THOUSAND",
152718  direction="r",
152719  linebreak="al",
152720  unicodeslot=0x109E4,
152721 },
152722 [0x109E5]={
152723  category="no",
152724  description="MEROITIC CURSIVE NUMBER TWENTY THOUSAND",
152725  direction="r",
152726  linebreak="al",
152727  unicodeslot=0x109E5,
152728 },
152729 [0x109E6]={
152730  category="no",
152731  description="MEROITIC CURSIVE NUMBER THIRTY THOUSAND",
152732  direction="r",
152733  linebreak="al",
152734  unicodeslot=0x109E6,
152735 },
152736 [0x109E7]={
152737  category="no",
152738  description="MEROITIC CURSIVE NUMBER FORTY THOUSAND",
152739  direction="r",
152740  linebreak="al",
152741  unicodeslot=0x109E7,
152742 },
152743 [0x109E8]={
152744  category="no",
152745  description="MEROITIC CURSIVE NUMBER FIFTY THOUSAND",
152746  direction="r",
152747  linebreak="al",
152748  unicodeslot=0x109E8,
152749 },
152750 [0x109E9]={
152751  category="no",
152752  description="MEROITIC CURSIVE NUMBER SIXTY THOUSAND",
152753  direction="r",
152754  linebreak="al",
152755  unicodeslot=0x109E9,
152756 },
152757 [0x109EA]={
152758  category="no",
152759  description="MEROITIC CURSIVE NUMBER SEVENTY THOUSAND",
152760  direction="r",
152761  linebreak="al",
152762  unicodeslot=0x109EA,
152763 },
152764 [0x109EB]={
152765  category="no",
152766  description="MEROITIC CURSIVE NUMBER EIGHTY THOUSAND",
152767  direction="r",
152768  linebreak="al",
152769  unicodeslot=0x109EB,
152770 },
152771 [0x109EC]={
152772  category="no",
152773  description="MEROITIC CURSIVE NUMBER NINETY THOUSAND",
152774  direction="r",
152775  linebreak="al",
152776  unicodeslot=0x109EC,
152777 },
152778 [0x109ED]={
152779  category="no",
152780  description="MEROITIC CURSIVE NUMBER ONE HUNDRED THOUSAND",
152781  direction="r",
152782  linebreak="al",
152783  unicodeslot=0x109ED,
152784 },
152785 [0x109EE]={
152786  category="no",
152787  description="MEROITIC CURSIVE NUMBER TWO HUNDRED THOUSAND",
152788  direction="r",
152789  linebreak="al",
152790  unicodeslot=0x109EE,
152791 },
152792 [0x109EF]={
152793  category="no",
152794  description="MEROITIC CURSIVE NUMBER THREE HUNDRED THOUSAND",
152795  direction="r",
152796  linebreak="al",
152797  unicodeslot=0x109EF,
152798 },
152799 [0x109F0]={
152800  category="no",
152801  description="MEROITIC CURSIVE NUMBER FOUR HUNDRED THOUSAND",
152802  direction="r",
152803  linebreak="al",
152804  unicodeslot=0x109F0,
152805 },
152806 [0x109F1]={
152807  category="no",
152808  description="MEROITIC CURSIVE NUMBER FIVE HUNDRED THOUSAND",
152809  direction="r",
152810  linebreak="al",
152811  unicodeslot=0x109F1,
152812 },
152813 [0x109F2]={
152814  category="no",
152815  description="MEROITIC CURSIVE NUMBER SIX HUNDRED THOUSAND",
152816  direction="r",
152817  linebreak="al",
152818  unicodeslot=0x109F2,
152819 },
152820 [0x109F3]={
152821  category="no",
152822  description="MEROITIC CURSIVE NUMBER SEVEN HUNDRED THOUSAND",
152823  direction="r",
152824  linebreak="al",
152825  unicodeslot=0x109F3,
152826 },
152827 [0x109F4]={
152828  category="no",
152829  description="MEROITIC CURSIVE NUMBER EIGHT HUNDRED THOUSAND",
152830  direction="r",
152831  linebreak="al",
152832  unicodeslot=0x109F4,
152833 },
152834 [0x109F5]={
152835  category="no",
152836  description="MEROITIC CURSIVE NUMBER NINE HUNDRED THOUSAND",
152837  direction="r",
152838  linebreak="al",
152839  unicodeslot=0x109F5,
152840 },
152841 [0x109F6]={
152842  category="no",
152843  description="MEROITIC CURSIVE FRACTION ONE TWELFTH",
152844  direction="r",
152845  linebreak="al",
152846  unicodeslot=0x109F6,
152847 },
152848 [0x109F7]={
152849  category="no",
152850  description="MEROITIC CURSIVE FRACTION TWO TWELFTHS",
152851  direction="r",
152852  linebreak="al",
152853  unicodeslot=0x109F7,
152854 },
152855 [0x109F8]={
152856  category="no",
152857  description="MEROITIC CURSIVE FRACTION THREE TWELFTHS",
152858  direction="r",
152859  linebreak="al",
152860  unicodeslot=0x109F8,
152861 },
152862 [0x109F9]={
152863  category="no",
152864  description="MEROITIC CURSIVE FRACTION FOUR TWELFTHS",
152865  direction="r",
152866  linebreak="al",
152867  unicodeslot=0x109F9,
152868 },
152869 [0x109FA]={
152870  category="no",
152871  description="MEROITIC CURSIVE FRACTION FIVE TWELFTHS",
152872  direction="r",
152873  linebreak="al",
152874  unicodeslot=0x109FA,
152875 },
152876 [0x109FB]={
152877  category="no",
152878  description="MEROITIC CURSIVE FRACTION SIX TWELFTHS",
152879  direction="r",
152880  linebreak="al",
152881  unicodeslot=0x109FB,
152882 },
152883 [0x109FC]={
152884  category="no",
152885  description="MEROITIC CURSIVE FRACTION SEVEN TWELFTHS",
152886  direction="r",
152887  linebreak="al",
152888  unicodeslot=0x109FC,
152889 },
152890 [0x109FD]={
152891  category="no",
152892  description="MEROITIC CURSIVE FRACTION EIGHT TWELFTHS",
152893  direction="r",
152894  linebreak="al",
152895  unicodeslot=0x109FD,
152896 },
152897 [0x109FE]={
152898  category="no",
152899  description="MEROITIC CURSIVE FRACTION NINE TWELFTHS",
152900  direction="r",
152901  linebreak="al",
152902  unicodeslot=0x109FE,
152903 },
152904 [0x109FF]={
152905  category="no",
152906  description="MEROITIC CURSIVE FRACTION TEN TWELFTHS",
152907  direction="r",
152908  linebreak="al",
152909  unicodeslot=0x109FF,
152910 },
152911 [0x10A00]={
152912  category="lo",
152913  description="KHAROSHTHI LETTER A",
152914  direction="r",
152915  linebreak="al",
152916  unicodeslot=0x10A00,
152917 },
152918 [0x10A01]={
152919  category="mn",
152920  description="KHAROSHTHI VOWEL SIGN I",
152921  direction="nsm",
152922  linebreak="cm",
152923  unicodeslot=0x10A01,
152924 },
152925 [0x10A02]={
152926  category="mn",
152927  description="KHAROSHTHI VOWEL SIGN U",
152928  direction="nsm",
152929  linebreak="cm",
152930  unicodeslot=0x10A02,
152931 },
152932 [0x10A03]={
152933  category="mn",
152934  description="KHAROSHTHI VOWEL SIGN VOCALIC R",
152935  direction="nsm",
152936  linebreak="cm",
152937  unicodeslot=0x10A03,
152938 },
152939 [0x10A05]={
152940  category="mn",
152941  description="KHAROSHTHI VOWEL SIGN E",
152942  direction="nsm",
152943  linebreak="cm",
152944  unicodeslot=0x10A05,
152945 },
152946 [0x10A06]={
152947  category="mn",
152948  description="KHAROSHTHI VOWEL SIGN O",
152949  direction="nsm",
152950  linebreak="cm",
152951  unicodeslot=0x10A06,
152952 },
152953 [0x10A0C]={
152954  category="mn",
152955  description="KHAROSHTHI VOWEL LENGTH MARK",
152956  direction="nsm",
152957  linebreak="cm",
152958  unicodeslot=0x10A0C,
152959 },
152960 [0x10A0D]={
152961  category="mn",
152962  combining=0xDC,
152963  description="KHAROSHTHI SIGN DOUBLE RING BELOW",
152964  direction="nsm",
152965  linebreak="cm",
152966  unicodeslot=0x10A0D,
152967 },
152968 [0x10A0E]={
152969  category="mn",
152970  description="KHAROSHTHI SIGN ANUSVARA",
152971  direction="nsm",
152972  linebreak="cm",
152973  unicodeslot=0x10A0E,
152974 },
152975 [0x10A0F]={
152976  category="mn",
152977  combining=0xE6,
152978  description="KHAROSHTHI SIGN VISARGA",
152979  direction="nsm",
152980  linebreak="cm",
152981  unicodeslot=0x10A0F,
152982 },
152983 [0x10A10]={
152984  category="lo",
152985  description="KHAROSHTHI LETTER KA",
152986  direction="r",
152987  linebreak="al",
152988  unicodeslot=0x10A10,
152989 },
152990 [0x10A11]={
152991  category="lo",
152992  description="KHAROSHTHI LETTER KHA",
152993  direction="r",
152994  linebreak="al",
152995  unicodeslot=0x10A11,
152996 },
152997 [0x10A12]={
152998  category="lo",
152999  description="KHAROSHTHI LETTER GA",
153000  direction="r",
153001  linebreak="al",
153002  unicodeslot=0x10A12,
153003 },
153004 [0x10A13]={
153005  category="lo",
153006  description="KHAROSHTHI LETTER GHA",
153007  direction="r",
153008  linebreak="al",
153009  unicodeslot=0x10A13,
153010 },
153011 [0x10A15]={
153012  category="lo",
153013  description="KHAROSHTHI LETTER CA",
153014  direction="r",
153015  linebreak="al",
153016  unicodeslot=0x10A15,
153017 },
153018 [0x10A16]={
153019  category="lo",
153020  description="KHAROSHTHI LETTER CHA",
153021  direction="r",
153022  linebreak="al",
153023  unicodeslot=0x10A16,
153024 },
153025 [0x10A17]={
153026  category="lo",
153027  description="KHAROSHTHI LETTER JA",
153028  direction="r",
153029  linebreak="al",
153030  unicodeslot=0x10A17,
153031 },
153032 [0x10A19]={
153033  category="lo",
153034  description="KHAROSHTHI LETTER NYA",
153035  direction="r",
153036  linebreak="al",
153037  unicodeslot=0x10A19,
153038 },
153039 [0x10A1A]={
153040  category="lo",
153041  description="KHAROSHTHI LETTER TTA",
153042  direction="r",
153043  linebreak="al",
153044  unicodeslot=0x10A1A,
153045 },
153046 [0x10A1B]={
153047  category="lo",
153048  description="KHAROSHTHI LETTER TTHA",
153049  direction="r",
153050  linebreak="al",
153051  unicodeslot=0x10A1B,
153052 },
153053 [0x10A1C]={
153054  category="lo",
153055  description="KHAROSHTHI LETTER DDA",
153056  direction="r",
153057  linebreak="al",
153058  unicodeslot=0x10A1C,
153059 },
153060 [0x10A1D]={
153061  category="lo",
153062  description="KHAROSHTHI LETTER DDHA",
153063  direction="r",
153064  linebreak="al",
153065  unicodeslot=0x10A1D,
153066 },
153067 [0x10A1E]={
153068  category="lo",
153069  description="KHAROSHTHI LETTER NNA",
153070  direction="r",
153071  linebreak="al",
153072  unicodeslot=0x10A1E,
153073 },
153074 [0x10A1F]={
153075  category="lo",
153076  description="KHAROSHTHI LETTER TA",
153077  direction="r",
153078  linebreak="al",
153079  unicodeslot=0x10A1F,
153080 },
153081 [0x10A20]={
153082  category="lo",
153083  description="KHAROSHTHI LETTER THA",
153084  direction="r",
153085  linebreak="al",
153086  unicodeslot=0x10A20,
153087 },
153088 [0x10A21]={
153089  category="lo",
153090  description="KHAROSHTHI LETTER DA",
153091  direction="r",
153092  linebreak="al",
153093  unicodeslot=0x10A21,
153094 },
153095 [0x10A22]={
153096  category="lo",
153097  description="KHAROSHTHI LETTER DHA",
153098  direction="r",
153099  linebreak="al",
153100  unicodeslot=0x10A22,
153101 },
153102 [0x10A23]={
153103  category="lo",
153104  description="KHAROSHTHI LETTER NA",
153105  direction="r",
153106  linebreak="al",
153107  unicodeslot=0x10A23,
153108 },
153109 [0x10A24]={
153110  category="lo",
153111  description="KHAROSHTHI LETTER PA",
153112  direction="r",
153113  linebreak="al",
153114  unicodeslot=0x10A24,
153115 },
153116 [0x10A25]={
153117  category="lo",
153118  description="KHAROSHTHI LETTER PHA",
153119  direction="r",
153120  linebreak="al",
153121  unicodeslot=0x10A25,
153122 },
153123 [0x10A26]={
153124  category="lo",
153125  description="KHAROSHTHI LETTER BA",
153126  direction="r",
153127  linebreak="al",
153128  unicodeslot=0x10A26,
153129 },
153130 [0x10A27]={
153131  category="lo",
153132  description="KHAROSHTHI LETTER BHA",
153133  direction="r",
153134  linebreak="al",
153135  unicodeslot=0x10A27,
153136 },
153137 [0x10A28]={
153138  category="lo",
153139  description="KHAROSHTHI LETTER MA",
153140  direction="r",
153141  linebreak="al",
153142  unicodeslot=0x10A28,
153143 },
153144 [0x10A29]={
153145  category="lo",
153146  description="KHAROSHTHI LETTER YA",
153147  direction="r",
153148  linebreak="al",
153149  unicodeslot=0x10A29,
153150 },
153151 [0x10A2A]={
153152  category="lo",
153153  description="KHAROSHTHI LETTER RA",
153154  direction="r",
153155  linebreak="al",
153156  unicodeslot=0x10A2A,
153157 },
153158 [0x10A2B]={
153159  category="lo",
153160  description="KHAROSHTHI LETTER LA",
153161  direction="r",
153162  linebreak="al",
153163  unicodeslot=0x10A2B,
153164 },
153165 [0x10A2C]={
153166  category="lo",
153167  description="KHAROSHTHI LETTER VA",
153168  direction="r",
153169  linebreak="al",
153170  unicodeslot=0x10A2C,
153171 },
153172 [0x10A2D]={
153173  category="lo",
153174  description="KHAROSHTHI LETTER SHA",
153175  direction="r",
153176  linebreak="al",
153177  unicodeslot=0x10A2D,
153178 },
153179 [0x10A2E]={
153180  category="lo",
153181  description="KHAROSHTHI LETTER SSA",
153182  direction="r",
153183  linebreak="al",
153184  unicodeslot=0x10A2E,
153185 },
153186 [0x10A2F]={
153187  category="lo",
153188  description="KHAROSHTHI LETTER SA",
153189  direction="r",
153190  linebreak="al",
153191  unicodeslot=0x10A2F,
153192 },
153193 [0x10A30]={
153194  category="lo",
153195  description="KHAROSHTHI LETTER ZA",
153196  direction="r",
153197  linebreak="al",
153198  unicodeslot=0x10A30,
153199 },
153200 [0x10A31]={
153201  category="lo",
153202  description="KHAROSHTHI LETTER HA",
153203  direction="r",
153204  linebreak="al",
153205  unicodeslot=0x10A31,
153206 },
153207 [0x10A32]={
153208  category="lo",
153209  description="KHAROSHTHI LETTER KKA",
153210  direction="r",
153211  linebreak="al",
153212  unicodeslot=0x10A32,
153213 },
153214 [0x10A33]={
153215  category="lo",
153216  description="KHAROSHTHI LETTER TTTHA",
153217  direction="r",
153218  linebreak="al",
153219  unicodeslot=0x10A33,
153220 },
153221 [0x10A34]={
153222  category="lo",
153223  description="KHAROSHTHI LETTER TTTA",
153224  direction="r",
153225  linebreak="al",
153226  unicodeslot=0x10A34,
153227 },
153228 [0x10A35]={
153229  category="lo",
153230  description="KHAROSHTHI LETTER VHA",
153231  direction="r",
153232  linebreak="al",
153233  unicodeslot=0x10A35,
153234 },
153235 [0x10A38]={
153236  category="mn",
153237  combining=0xE6,
153238  description="KHAROSHTHI SIGN BAR ABOVE",
153239  direction="nsm",
153240  linebreak="cm",
153241  unicodeslot=0x10A38,
153242 },
153243 [0x10A39]={
153244  category="mn",
153245  combining=0x1,
153246  description="KHAROSHTHI SIGN CAUDA",
153247  direction="nsm",
153248  linebreak="cm",
153249  unicodeslot=0x10A39,
153250 },
153251 [0x10A3A]={
153252  category="mn",
153253  combining=0xDC,
153254  description="KHAROSHTHI SIGN DOT BELOW",
153255  direction="nsm",
153256  linebreak="cm",
153257  unicodeslot=0x10A3A,
153258 },
153259 [0x10A3F]={
153260  category="mn",
153261  combining=0x9,
153262  description="KHAROSHTHI VIRAMA",
153263  direction="nsm",
153264  linebreak="cm",
153265  unicodeslot=0x10A3F,
153266 },
153267 [0x10A40]={
153268  category="no",
153269  description="KHAROSHTHI DIGIT ONE",
153270  direction="r",
153271  linebreak="al",
153272  unicodeslot=0x10A40,
153273 },
153274 [0x10A41]={
153275  category="no",
153276  description="KHAROSHTHI DIGIT TWO",
153277  direction="r",
153278  linebreak="al",
153279  unicodeslot=0x10A41,
153280 },
153281 [0x10A42]={
153282  category="no",
153283  description="KHAROSHTHI DIGIT THREE",
153284  direction="r",
153285  linebreak="al",
153286  unicodeslot=0x10A42,
153287 },
153288 [0x10A43]={
153289  category="no",
153290  description="KHAROSHTHI DIGIT FOUR",
153291  direction="r",
153292  linebreak="al",
153293  unicodeslot=0x10A43,
153294 },
153295 [0x10A44]={
153296  category="no",
153297  description="KHAROSHTHI NUMBER TEN",
153298  direction="r",
153299  linebreak="al",
153300  unicodeslot=0x10A44,
153301 },
153302 [0x10A45]={
153303  category="no",
153304  description="KHAROSHTHI NUMBER TWENTY",
153305  direction="r",
153306  linebreak="al",
153307  unicodeslot=0x10A45,
153308 },
153309 [0x10A46]={
153310  category="no",
153311  description="KHAROSHTHI NUMBER ONE HUNDRED",
153312  direction="r",
153313  linebreak="al",
153314  unicodeslot=0x10A46,
153315 },
153316 [0x10A47]={
153317  category="no",
153318  description="KHAROSHTHI NUMBER ONE THOUSAND",
153319  direction="r",
153320  linebreak="al",
153321  unicodeslot=0x10A47,
153322 },
153323 [0x10A48]={
153324  category="no",
153325  description="KHAROSHTHI FRACTION ONE HALF",
153326  direction="r",
153327  linebreak="al",
153328  unicodeslot=0x10A48,
153329 },
153330 [0x10A50]={
153331  category="po",
153332  description="KHAROSHTHI PUNCTUATION DOT",
153333  direction="r",
153334  linebreak="ba",
153335  unicodeslot=0x10A50,
153336 },
153337 [0x10A51]={
153338  category="po",
153339  description="KHAROSHTHI PUNCTUATION SMALL CIRCLE",
153340  direction="r",
153341  linebreak="ba",
153342  unicodeslot=0x10A51,
153343 },
153344 [0x10A52]={
153345  category="po",
153346  description="KHAROSHTHI PUNCTUATION CIRCLE",
153347  direction="r",
153348  linebreak="ba",
153349  unicodeslot=0x10A52,
153350 },
153351 [0x10A53]={
153352  category="po",
153353  description="KHAROSHTHI PUNCTUATION CRESCENT BAR",
153354  direction="r",
153355  linebreak="ba",
153356  unicodeslot=0x10A53,
153357 },
153358 [0x10A54]={
153359  category="po",
153360  description="KHAROSHTHI PUNCTUATION MANGALAM",
153361  direction="r",
153362  linebreak="ba",
153363  unicodeslot=0x10A54,
153364 },
153365 [0x10A55]={
153366  category="po",
153367  description="KHAROSHTHI PUNCTUATION LOTUS",
153368  direction="r",
153369  linebreak="ba",
153370  unicodeslot=0x10A55,
153371 },
153372 [0x10A56]={
153373  category="po",
153374  description="KHAROSHTHI PUNCTUATION DANDA",
153375  direction="r",
153376  linebreak="ba",
153377  unicodeslot=0x10A56,
153378 },
153379 [0x10A57]={
153380  category="po",
153381  description="KHAROSHTHI PUNCTUATION DOUBLE DANDA",
153382  direction="r",
153383  linebreak="ba",
153384  unicodeslot=0x10A57,
153385 },
153386 [0x10A58]={
153387  category="po",
153388  description="KHAROSHTHI PUNCTUATION LINES",
153389  direction="r",
153390  linebreak="al",
153391  unicodeslot=0x10A58,
153392 },
153393 [0x10A60]={
153394  category="lo",
153395  description="OLD SOUTH ARABIAN LETTER HE",
153396  direction="r",
153397  linebreak="al",
153398  unicodeslot=0x10A60,
153399 },
153400 [0x10A61]={
153401  category="lo",
153402  description="OLD SOUTH ARABIAN LETTER LAMEDH",
153403  direction="r",
153404  linebreak="al",
153405  unicodeslot=0x10A61,
153406 },
153407 [0x10A62]={
153408  category="lo",
153409  description="OLD SOUTH ARABIAN LETTER HETH",
153410  direction="r",
153411  linebreak="al",
153412  unicodeslot=0x10A62,
153413 },
153414 [0x10A63]={
153415  category="lo",
153416  description="OLD SOUTH ARABIAN LETTER MEM",
153417  direction="r",
153418  linebreak="al",
153419  unicodeslot=0x10A63,
153420 },
153421 [0x10A64]={
153422  category="lo",
153423  description="OLD SOUTH ARABIAN LETTER QOPH",
153424  direction="r",
153425  linebreak="al",
153426  unicodeslot=0x10A64,
153427 },
153428 [0x10A65]={
153429  category="lo",
153430  description="OLD SOUTH ARABIAN LETTER WAW",
153431  direction="r",
153432  linebreak="al",
153433  unicodeslot=0x10A65,
153434 },
153435 [0x10A66]={
153436  category="lo",
153437  description="OLD SOUTH ARABIAN LETTER SHIN",
153438  direction="r",
153439  linebreak="al",
153440  unicodeslot=0x10A66,
153441 },
153442 [0x10A67]={
153443  category="lo",
153444  description="OLD SOUTH ARABIAN LETTER RESH",
153445  direction="r",
153446  linebreak="al",
153447  unicodeslot=0x10A67,
153448 },
153449 [0x10A68]={
153450  category="lo",
153451  description="OLD SOUTH ARABIAN LETTER BETH",
153452  direction="r",
153453  linebreak="al",
153454  unicodeslot=0x10A68,
153455 },
153456 [0x10A69]={
153457  category="lo",
153458  description="OLD SOUTH ARABIAN LETTER TAW",
153459  direction="r",
153460  linebreak="al",
153461  unicodeslot=0x10A69,
153462 },
153463 [0x10A6A]={
153464  category="lo",
153465  description="OLD SOUTH ARABIAN LETTER SAT",
153466  direction="r",
153467  linebreak="al",
153468  unicodeslot=0x10A6A,
153469 },
153470 [0x10A6B]={
153471  category="lo",
153472  description="OLD SOUTH ARABIAN LETTER KAPH",
153473  direction="r",
153474  linebreak="al",
153475  unicodeslot=0x10A6B,
153476 },
153477 [0x10A6C]={
153478  category="lo",
153479  description="OLD SOUTH ARABIAN LETTER NUN",
153480  direction="r",
153481  linebreak="al",
153482  unicodeslot=0x10A6C,
153483 },
153484 [0x10A6D]={
153485  category="lo",
153486  description="OLD SOUTH ARABIAN LETTER KHETH",
153487  direction="r",
153488  linebreak="al",
153489  unicodeslot=0x10A6D,
153490 },
153491 [0x10A6E]={
153492  category="lo",
153493  description="OLD SOUTH ARABIAN LETTER SADHE",
153494  direction="r",
153495  linebreak="al",
153496  unicodeslot=0x10A6E,
153497 },
153498 [0x10A6F]={
153499  category="lo",
153500  description="OLD SOUTH ARABIAN LETTER SAMEKH",
153501  direction="r",
153502  linebreak="al",
153503  unicodeslot=0x10A6F,
153504 },
153505 [0x10A70]={
153506  category="lo",
153507  description="OLD SOUTH ARABIAN LETTER FE",
153508  direction="r",
153509  linebreak="al",
153510  unicodeslot=0x10A70,
153511 },
153512 [0x10A71]={
153513  category="lo",
153514  description="OLD SOUTH ARABIAN LETTER ALEF",
153515  direction="r",
153516  linebreak="al",
153517  unicodeslot=0x10A71,
153518 },
153519 [0x10A72]={
153520  category="lo",
153521  description="OLD SOUTH ARABIAN LETTER AYN",
153522  direction="r",
153523  linebreak="al",
153524  unicodeslot=0x10A72,
153525 },
153526 [0x10A73]={
153527  category="lo",
153528  description="OLD SOUTH ARABIAN LETTER DHADHE",
153529  direction="r",
153530  linebreak="al",
153531  unicodeslot=0x10A73,
153532 },
153533 [0x10A74]={
153534  category="lo",
153535  description="OLD SOUTH ARABIAN LETTER GIMEL",
153536  direction="r",
153537  linebreak="al",
153538  unicodeslot=0x10A74,
153539 },
153540 [0x10A75]={
153541  category="lo",
153542  description="OLD SOUTH ARABIAN LETTER DALETH",
153543  direction="r",
153544  linebreak="al",
153545  unicodeslot=0x10A75,
153546 },
153547 [0x10A76]={
153548  category="lo",
153549  description="OLD SOUTH ARABIAN LETTER GHAYN",
153550  direction="r",
153551  linebreak="al",
153552  unicodeslot=0x10A76,
153553 },
153554 [0x10A77]={
153555  category="lo",
153556  description="OLD SOUTH ARABIAN LETTER TETH",
153557  direction="r",
153558  linebreak="al",
153559  unicodeslot=0x10A77,
153560 },
153561 [0x10A78]={
153562  category="lo",
153563  description="OLD SOUTH ARABIAN LETTER ZAYN",
153564  direction="r",
153565  linebreak="al",
153566  unicodeslot=0x10A78,
153567 },
153568 [0x10A79]={
153569  category="lo",
153570  description="OLD SOUTH ARABIAN LETTER DHALETH",
153571  direction="r",
153572  linebreak="al",
153573  unicodeslot=0x10A79,
153574 },
153575 [0x10A7A]={
153576  category="lo",
153577  description="OLD SOUTH ARABIAN LETTER YODH",
153578  direction="r",
153579  linebreak="al",
153580  unicodeslot=0x10A7A,
153581 },
153582 [0x10A7B]={
153583  category="lo",
153584  description="OLD SOUTH ARABIAN LETTER THAW",
153585  direction="r",
153586  linebreak="al",
153587  unicodeslot=0x10A7B,
153588 },
153589 [0x10A7C]={
153590  category="lo",
153591  description="OLD SOUTH ARABIAN LETTER THETH",
153592  direction="r",
153593  linebreak="al",
153594  unicodeslot=0x10A7C,
153595 },
153596 [0x10A7D]={
153597  category="no",
153598  description="OLD SOUTH ARABIAN NUMBER ONE",
153599  direction="r",
153600  linebreak="al",
153601  unicodeslot=0x10A7D,
153602 },
153603 [0x10A7E]={
153604  category="no",
153605  description="OLD SOUTH ARABIAN NUMBER FIFTY",
153606  direction="r",
153607  linebreak="al",
153608  unicodeslot=0x10A7E,
153609 },
153610 [0x10A7F]={
153611  category="po",
153612  description="OLD SOUTH ARABIAN NUMERIC INDICATOR",
153613  direction="r",
153614  linebreak="al",
153615  unicodeslot=0x10A7F,
153616 },
153617 [0x10A80]={
153618  category="lo",
153619  description="OLD NORTH ARABIAN LETTER HEH",
153620  direction="r",
153621  linebreak="al",
153622  unicodeslot=0x10A80,
153623 },
153624 [0x10A81]={
153625  category="lo",
153626  description="OLD NORTH ARABIAN LETTER LAM",
153627  direction="r",
153628  linebreak="al",
153629  unicodeslot=0x10A81,
153630 },
153631 [0x10A82]={
153632  category="lo",
153633  description="OLD NORTH ARABIAN LETTER HAH",
153634  direction="r",
153635  linebreak="al",
153636  unicodeslot=0x10A82,
153637 },
153638 [0x10A83]={
153639  category="lo",
153640  description="OLD NORTH ARABIAN LETTER MEEM",
153641  direction="r",
153642  linebreak="al",
153643  unicodeslot=0x10A83,
153644 },
153645 [0x10A84]={
153646  category="lo",
153647  description="OLD NORTH ARABIAN LETTER QAF",
153648  direction="r",
153649  linebreak="al",
153650  unicodeslot=0x10A84,
153651 },
153652 [0x10A85]={
153653  category="lo",
153654  description="OLD NORTH ARABIAN LETTER WAW",
153655  direction="r",
153656  linebreak="al",
153657  unicodeslot=0x10A85,
153658 },
153659 [0x10A86]={
153660  category="lo",
153661  description="OLD NORTH ARABIAN LETTER ES-2",
153662  direction="r",
153663  linebreak="al",
153664  unicodeslot=0x10A86,
153665 },
153666 [0x10A87]={
153667  category="lo",
153668  description="OLD NORTH ARABIAN LETTER REH",
153669  direction="r",
153670  linebreak="al",
153671  unicodeslot=0x10A87,
153672 },
153673 [0x10A88]={
153674  category="lo",
153675  description="OLD NORTH ARABIAN LETTER BEH",
153676  direction="r",
153677  linebreak="al",
153678  unicodeslot=0x10A88,
153679 },
153680 [0x10A89]={
153681  category="lo",
153682  description="OLD NORTH ARABIAN LETTER TEH",
153683  direction="r",
153684  linebreak="al",
153685  unicodeslot=0x10A89,
153686 },
153687 [0x10A8A]={
153688  category="lo",
153689  description="OLD NORTH ARABIAN LETTER ES-1",
153690  direction="r",
153691  linebreak="al",
153692  unicodeslot=0x10A8A,
153693 },
153694 [0x10A8B]={
153695  category="lo",
153696  description="OLD NORTH ARABIAN LETTER KAF",
153697  direction="r",
153698  linebreak="al",
153699  unicodeslot=0x10A8B,
153700 },
153701 [0x10A8C]={
153702  category="lo",
153703  description="OLD NORTH ARABIAN LETTER NOON",
153704  direction="r",
153705  linebreak="al",
153706  unicodeslot=0x10A8C,
153707 },
153708 [0x10A8D]={
153709  category="lo",
153710  description="OLD NORTH ARABIAN LETTER KHAH",
153711  direction="r",
153712  linebreak="al",
153713  unicodeslot=0x10A8D,
153714 },
153715 [0x10A8E]={
153716  category="lo",
153717  description="OLD NORTH ARABIAN LETTER SAD",
153718  direction="r",
153719  linebreak="al",
153720  unicodeslot=0x10A8E,
153721 },
153722 [0x10A8F]={
153723  category="lo",
153724  description="OLD NORTH ARABIAN LETTER ES-3",
153725  direction="r",
153726  linebreak="al",
153727  unicodeslot=0x10A8F,
153728 },
153729 [0x10A90]={
153730  category="lo",
153731  description="OLD NORTH ARABIAN LETTER FEH",
153732  direction="r",
153733  linebreak="al",
153734  unicodeslot=0x10A90,
153735 },
153736 [0x10A91]={
153737  category="lo",
153738  description="OLD NORTH ARABIAN LETTER ALEF",
153739  direction="r",
153740  linebreak="al",
153741  unicodeslot=0x10A91,
153742 },
153743 [0x10A92]={
153744  category="lo",
153745  description="OLD NORTH ARABIAN LETTER AIN",
153746  direction="r",
153747  linebreak="al",
153748  unicodeslot=0x10A92,
153749 },
153750 [0x10A93]={
153751  category="lo",
153752  description="OLD NORTH ARABIAN LETTER DAD",
153753  direction="r",
153754  linebreak="al",
153755  unicodeslot=0x10A93,
153756 },
153757 [0x10A94]={
153758  category="lo",
153759  description="OLD NORTH ARABIAN LETTER GEEM",
153760  direction="r",
153761  linebreak="al",
153762  unicodeslot=0x10A94,
153763 },
153764 [0x10A95]={
153765  category="lo",
153766  description="OLD NORTH ARABIAN LETTER DAL",
153767  direction="r",
153768  linebreak="al",
153769  unicodeslot=0x10A95,
153770 },
153771 [0x10A96]={
153772  category="lo",
153773  description="OLD NORTH ARABIAN LETTER GHAIN",
153774  direction="r",
153775  linebreak="al",
153776  unicodeslot=0x10A96,
153777 },
153778 [0x10A97]={
153779  category="lo",
153780  description="OLD NORTH ARABIAN LETTER TAH",
153781  direction="r",
153782  linebreak="al",
153783  unicodeslot=0x10A97,
153784 },
153785 [0x10A98]={
153786  category="lo",
153787  description="OLD NORTH ARABIAN LETTER ZAIN",
153788  direction="r",
153789  linebreak="al",
153790  unicodeslot=0x10A98,
153791 },
153792 [0x10A99]={
153793  category="lo",
153794  description="OLD NORTH ARABIAN LETTER THAL",
153795  direction="r",
153796  linebreak="al",
153797  unicodeslot=0x10A99,
153798 },
153799 [0x10A9A]={
153800  category="lo",
153801  description="OLD NORTH ARABIAN LETTER YEH",
153802  direction="r",
153803  linebreak="al",
153804  unicodeslot=0x10A9A,
153805 },
153806 [0x10A9B]={
153807  category="lo",
153808  description="OLD NORTH ARABIAN LETTER THEH",
153809  direction="r",
153810  linebreak="al",
153811  unicodeslot=0x10A9B,
153812 },
153813 [0x10A9C]={
153814  category="lo",
153815  description="OLD NORTH ARABIAN LETTER ZAH",
153816  direction="r",
153817  linebreak="al",
153818  unicodeslot=0x10A9C,
153819 },
153820 [0x10A9D]={
153821  category="no",
153822  description="OLD NORTH ARABIAN NUMBER ONE",
153823  direction="r",
153824  linebreak="al",
153825  unicodeslot=0x10A9D,
153826 },
153827 [0x10A9E]={
153828  category="no",
153829  description="OLD NORTH ARABIAN NUMBER TEN",
153830  direction="r",
153831  linebreak="al",
153832  unicodeslot=0x10A9E,
153833 },
153834 [0x10A9F]={
153835  category="no",
153836  description="OLD NORTH ARABIAN NUMBER TWENTY",
153837  direction="r",
153838  linebreak="al",
153839  unicodeslot=0x10A9F,
153840 },
153841 [0x10AC0]={
153842  arabic="d",
153843  category="lo",
153844  description="MANICHAEAN LETTER ALEPH",
153845  direction="r",
153846  linebreak="al",
153847  unicodeslot=0x10AC0,
153848 },
153849 [0x10AC1]={
153850  arabic="d",
153851  category="lo",
153852  description="MANICHAEAN LETTER BETH",
153853  direction="r",
153854  linebreak="al",
153855  unicodeslot=0x10AC1,
153856 },
153857 [0x10AC2]={
153858  arabic="d",
153859  category="lo",
153860  description="MANICHAEAN LETTER BHETH",
153861  direction="r",
153862  linebreak="al",
153863  unicodeslot=0x10AC2,
153864 },
153865 [0x10AC3]={
153866  arabic="d",
153867  category="lo",
153868  description="MANICHAEAN LETTER GIMEL",
153869  direction="r",
153870  linebreak="al",
153871  unicodeslot=0x10AC3,
153872 },
153873 [0x10AC4]={
153874  arabic="d",
153875  category="lo",
153876  description="MANICHAEAN LETTER GHIMEL",
153877  direction="r",
153878  linebreak="al",
153879  unicodeslot=0x10AC4,
153880 },
153881 [0x10AC5]={
153882  arabic="r",
153883  category="lo",
153884  description="MANICHAEAN LETTER DALETH",
153885  direction="r",
153886  linebreak="al",
153887  unicodeslot=0x10AC5,
153888  variants={
153889   [0xFE00]="alternate form",
153890  },
153891 },
153892 [0x10AC6]={
153893  arabic="u",
153894  category="lo",
153895  description="MANICHAEAN LETTER HE",
153896  direction="r",
153897  linebreak="al",
153898  unicodeslot=0x10AC6,
153899  variants={
153900   [0xFE00]="alternate form",
153901  },
153902 },
153903 [0x10AC7]={
153904  arabic="r",
153905  category="lo",
153906  description="MANICHAEAN LETTER WAW",
153907  direction="r",
153908  linebreak="al",
153909  unicodeslot=0x10AC7,
153910 },
153911 [0x10AC8]={
153912  arabic="u",
153913  category="so",
153914  description="MANICHAEAN SIGN UD",
153915  direction="r",
153916  linebreak="al",
153917  unicodeslot=0x10AC8,
153918 },
153919 [0x10AC9]={
153920  arabic="r",
153921  category="lo",
153922  description="MANICHAEAN LETTER ZAYIN",
153923  direction="r",
153924  linebreak="al",
153925  unicodeslot=0x10AC9,
153926 },
153927 [0x10ACA]={
153928  arabic="r",
153929  category="lo",
153930  description="MANICHAEAN LETTER ZHAYIN",
153931  direction="r",
153932  linebreak="al",
153933  unicodeslot=0x10ACA,
153934 },
153935 [0x10ACB]={
153936  arabic="u",
153937  category="lo",
153938  description="MANICHAEAN LETTER JAYIN",
153939  direction="r",
153940  linebreak="al",
153941  unicodeslot=0x10ACB,
153942 },
153943 [0x10ACC]={
153944  arabic="u",
153945  category="lo",
153946  description="MANICHAEAN LETTER JHAYIN",
153947  direction="r",
153948  linebreak="al",
153949  unicodeslot=0x10ACC,
153950 },
153951 [0x10ACD]={
153952  arabic="l",
153953  category="lo",
153954  description="MANICHAEAN LETTER HETH",
153955  direction="r",
153956  linebreak="al",
153957  unicodeslot=0x10ACD,
153958 },
153959 [0x10ACE]={
153960  arabic="r",
153961  category="lo",
153962  description="MANICHAEAN LETTER TETH",
153963  direction="r",
153964  linebreak="al",
153965  unicodeslot=0x10ACE,
153966 },
153967 [0x10ACF]={
153968  arabic="r",
153969  category="lo",
153970  description="MANICHAEAN LETTER YODH",
153971  direction="r",
153972  linebreak="al",
153973  unicodeslot=0x10ACF,
153974 },
153975 [0x10AD0]={
153976  arabic="r",
153977  category="lo",
153978  description="MANICHAEAN LETTER KAPH",
153979  direction="r",
153980  linebreak="al",
153981  unicodeslot=0x10AD0,
153982 },
153983 [0x10AD1]={
153984  arabic="r",
153985  category="lo",
153986  description="MANICHAEAN LETTER XAPH",
153987  direction="r",
153988  linebreak="al",
153989  unicodeslot=0x10AD1,
153990 },
153991 [0x10AD2]={
153992  arabic="r",
153993  category="lo",
153994  description="MANICHAEAN LETTER KHAPH",
153995  direction="r",
153996  linebreak="al",
153997  unicodeslot=0x10AD2,
153998 },
153999 [0x10AD3]={
154000  arabic="d",
154001  category="lo",
154002  description="MANICHAEAN LETTER LAMEDH",
154003  direction="r",
154004  linebreak="al",
154005  unicodeslot=0x10AD3,
154006 },
154007 [0x10AD4]={
154008  arabic="d",
154009  category="lo",
154010  description="MANICHAEAN LETTER DHAMEDH",
154011  direction="r",
154012  linebreak="al",
154013  unicodeslot=0x10AD4,
154014 },
154015 [0x10AD5]={
154016  arabic="d",
154017  category="lo",
154018  description="MANICHAEAN LETTER THAMEDH",
154019  direction="r",
154020  linebreak="al",
154021  unicodeslot=0x10AD5,
154022 },
154023 [0x10AD6]={
154024  arabic="d",
154025  category="lo",
154026  description="MANICHAEAN LETTER MEM",
154027  direction="r",
154028  linebreak="al",
154029  unicodeslot=0x10AD6,
154030  variants={
154031   [0xFE00]="alternate form",
154032  },
154033 },
154034 [0x10AD7]={
154035  arabic="l",
154036  category="lo",
154037  description="MANICHAEAN LETTER NUN",
154038  direction="r",
154039  linebreak="al",
154040  unicodeslot=0x10AD7,
154041  variants={
154042   [0xFE00]="alternate form",
154043  },
154044 },
154045 [0x10AD8]={
154046  arabic="d",
154047  category="lo",
154048  description="MANICHAEAN LETTER SAMEKH",
154049  direction="r",
154050  linebreak="al",
154051  unicodeslot=0x10AD8,
154052 },
154053 [0x10AD9]={
154054  arabic="d",
154055  category="lo",
154056  description="MANICHAEAN LETTER AYIN",
154057  direction="r",
154058  linebreak="al",
154059  unicodeslot=0x10AD9,
154060 },
154061 [0x10ADA]={
154062  arabic="d",
154063  category="lo",
154064  description="MANICHAEAN LETTER AAYIN",
154065  direction="r",
154066  linebreak="al",
154067  unicodeslot=0x10ADA,
154068 },
154069 [0x10ADB]={
154070  arabic="d",
154071  category="lo",
154072  description="MANICHAEAN LETTER PE",
154073  direction="r",
154074  linebreak="al",
154075  unicodeslot=0x10ADB,
154076 },
154077 [0x10ADC]={
154078  arabic="d",
154079  category="lo",
154080  description="MANICHAEAN LETTER FE",
154081  direction="r",
154082  linebreak="al",
154083  unicodeslot=0x10ADC,
154084 },
154085 [0x10ADD]={
154086  arabic="r",
154087  category="lo",
154088  description="MANICHAEAN LETTER SADHE",
154089  direction="r",
154090  linebreak="al",
154091  unicodeslot=0x10ADD,
154092 },
154093 [0x10ADE]={
154094  arabic="d",
154095  category="lo",
154096  description="MANICHAEAN LETTER QOPH",
154097  direction="r",
154098  linebreak="al",
154099  unicodeslot=0x10ADE,
154100 },
154101 [0x10ADF]={
154102  arabic="d",
154103  category="lo",
154104  description="MANICHAEAN LETTER XOPH",
154105  direction="r",
154106  linebreak="al",
154107  unicodeslot=0x10ADF,
154108 },
154109 [0x10AE0]={
154110  arabic="d",
154111  category="lo",
154112  description="MANICHAEAN LETTER QHOPH",
154113  direction="r",
154114  linebreak="al",
154115  unicodeslot=0x10AE0,
154116 },
154117 [0x10AE1]={
154118  arabic="r",
154119  category="lo",
154120  description="MANICHAEAN LETTER RESH",
154121  direction="r",
154122  linebreak="al",
154123  unicodeslot=0x10AE1,
154124  variants={
154125   [0xFE00]="alternate form",
154126  },
154127 },
154128 [0x10AE2]={
154129  arabic="u",
154130  category="lo",
154131  description="MANICHAEAN LETTER SHIN",
154132  direction="r",
154133  linebreak="al",
154134  unicodeslot=0x10AE2,
154135 },
154136 [0x10AE3]={
154137  arabic="u",
154138  category="lo",
154139  description="MANICHAEAN LETTER SSHIN",
154140  direction="r",
154141  linebreak="al",
154142  unicodeslot=0x10AE3,
154143 },
154144 [0x10AE4]={
154145  arabic="r",
154146  category="lo",
154147  description="MANICHAEAN LETTER TAW",
154148  direction="r",
154149  linebreak="al",
154150  unicodeslot=0x10AE4,
154151 },
154152 [0x10AE5]={
154153  category="mn",
154154  combining=0xE6,
154155  description="MANICHAEAN ABBREVIATION MARK ABOVE",
154156  direction="nsm",
154157  linebreak="cm",
154158  unicodeslot=0x10AE5,
154159 },
154160 [0x10AE6]={
154161  category="mn",
154162  combining=0xDC,
154163  description="MANICHAEAN ABBREVIATION MARK BELOW",
154164  direction="nsm",
154165  linebreak="cm",
154166  unicodeslot=0x10AE6,
154167 },
154168 [0x10AEB]={
154169  arabic="d",
154170  category="no",
154171  description="MANICHAEAN NUMBER ONE",
154172  direction="r",
154173  linebreak="al",
154174  unicodeslot=0x10AEB,
154175 },
154176 [0x10AEC]={
154177  arabic="d",
154178  category="no",
154179  description="MANICHAEAN NUMBER FIVE",
154180  direction="r",
154181  linebreak="al",
154182  unicodeslot=0x10AEC,
154183 },
154184 [0x10AED]={
154185  arabic="d",
154186  category="no",
154187  description="MANICHAEAN NUMBER TEN",
154188  direction="r",
154189  linebreak="al",
154190  unicodeslot=0x10AED,
154191 },
154192 [0x10AEE]={
154193  arabic="d",
154194  category="no",
154195  description="MANICHAEAN NUMBER TWENTY",
154196  direction="r",
154197  linebreak="al",
154198  unicodeslot=0x10AEE,
154199 },
154200 [0x10AEF]={
154201  arabic="r",
154202  category="no",
154203  description="MANICHAEAN NUMBER ONE HUNDRED",
154204  direction="r",
154205  linebreak="al",
154206  unicodeslot=0x10AEF,
154207 },
154208 [0x10AF0]={
154209  category="po",
154210  description="MANICHAEAN PUNCTUATION STAR",
154211  direction="r",
154212  linebreak="ba",
154213  unicodeslot=0x10AF0,
154214 },
154215 [0x10AF1]={
154216  category="po",
154217  description="MANICHAEAN PUNCTUATION FLEURON",
154218  direction="r",
154219  linebreak="ba",
154220  unicodeslot=0x10AF1,
154221 },
154222 [0x10AF2]={
154223  category="po",
154224  description="MANICHAEAN PUNCTUATION DOUBLE DOT WITHIN DOT",
154225  direction="r",
154226  linebreak="ba",
154227  unicodeslot=0x10AF2,
154228 },
154229 [0x10AF3]={
154230  category="po",
154231  description="MANICHAEAN PUNCTUATION DOT WITHIN DOT",
154232  direction="r",
154233  linebreak="ba",
154234  unicodeslot=0x10AF3,
154235 },
154236 [0x10AF4]={
154237  category="po",
154238  description="MANICHAEAN PUNCTUATION DOT",
154239  direction="r",
154240  linebreak="ba",
154241  unicodeslot=0x10AF4,
154242 },
154243 [0x10AF5]={
154244  category="po",
154245  description="MANICHAEAN PUNCTUATION TWO DOTS",
154246  direction="r",
154247  linebreak="ba",
154248  unicodeslot=0x10AF5,
154249 },
154250 [0x10AF6]={
154251  category="po",
154252  description="MANICHAEAN PUNCTUATION LINE FILLER",
154253  direction="r",
154254  linebreak="in",
154255  unicodeslot=0x10AF6,
154256 },
154257 [0x10B00]={
154258  category="lo",
154259  description="AVESTAN LETTER A",
154260  direction="r",
154261  linebreak="al",
154262  unicodeslot=0x10B00,
154263 },
154264 [0x10B01]={
154265  category="lo",
154266  description="AVESTAN LETTER AA",
154267  direction="r",
154268  linebreak="al",
154269  unicodeslot=0x10B01,
154270 },
154271 [0x10B02]={
154272  category="lo",
154273  description="AVESTAN LETTER AO",
154274  direction="r",
154275  linebreak="al",
154276  unicodeslot=0x10B02,
154277 },
154278 [0x10B03]={
154279  category="lo",
154280  description="AVESTAN LETTER AAO",
154281  direction="r",
154282  linebreak="al",
154283  unicodeslot=0x10B03,
154284 },
154285 [0x10B04]={
154286  category="lo",
154287  description="AVESTAN LETTER AN",
154288  direction="r",
154289  linebreak="al",
154290  unicodeslot=0x10B04,
154291 },
154292 [0x10B05]={
154293  category="lo",
154294  description="AVESTAN LETTER AAN",
154295  direction="r",
154296  linebreak="al",
154297  unicodeslot=0x10B05,
154298 },
154299 [0x10B06]={
154300  category="lo",
154301  description="AVESTAN LETTER AE",
154302  direction="r",
154303  linebreak="al",
154304  unicodeslot=0x10B06,
154305 },
154306 [0x10B07]={
154307  category="lo",
154308  description="AVESTAN LETTER AEE",
154309  direction="r",
154310  linebreak="al",
154311  unicodeslot=0x10B07,
154312 },
154313 [0x10B08]={
154314  category="lo",
154315  description="AVESTAN LETTER E",
154316  direction="r",
154317  linebreak="al",
154318  unicodeslot=0x10B08,
154319 },
154320 [0x10B09]={
154321  category="lo",
154322  description="AVESTAN LETTER EE",
154323  direction="r",
154324  linebreak="al",
154325  unicodeslot=0x10B09,
154326 },
154327 [0x10B0A]={
154328  category="lo",
154329  description="AVESTAN LETTER O",
154330  direction="r",
154331  linebreak="al",
154332  unicodeslot=0x10B0A,
154333 },
154334 [0x10B0B]={
154335  category="lo",
154336  description="AVESTAN LETTER OO",
154337  direction="r",
154338  linebreak="al",
154339  unicodeslot=0x10B0B,
154340 },
154341 [0x10B0C]={
154342  category="lo",
154343  description="AVESTAN LETTER I",
154344  direction="r",
154345  linebreak="al",
154346  unicodeslot=0x10B0C,
154347 },
154348 [0x10B0D]={
154349  category="lo",
154350  description="AVESTAN LETTER II",
154351  direction="r",
154352  linebreak="al",
154353  unicodeslot=0x10B0D,
154354 },
154355 [0x10B0E]={
154356  category="lo",
154357  description="AVESTAN LETTER U",
154358  direction="r",
154359  linebreak="al",
154360  unicodeslot=0x10B0E,
154361 },
154362 [0x10B0F]={
154363  category="lo",
154364  description="AVESTAN LETTER UU",
154365  direction="r",
154366  linebreak="al",
154367  unicodeslot=0x10B0F,
154368 },
154369 [0x10B10]={
154370  category="lo",
154371  description="AVESTAN LETTER KE",
154372  direction="r",
154373  linebreak="al",
154374  unicodeslot=0x10B10,
154375 },
154376 [0x10B11]={
154377  category="lo",
154378  description="AVESTAN LETTER XE",
154379  direction="r",
154380  linebreak="al",
154381  unicodeslot=0x10B11,
154382 },
154383 [0x10B12]={
154384  category="lo",
154385  description="AVESTAN LETTER XYE",
154386  direction="r",
154387  linebreak="al",
154388  unicodeslot=0x10B12,
154389 },
154390 [0x10B13]={
154391  category="lo",
154392  description="AVESTAN LETTER XVE",
154393  direction="r",
154394  linebreak="al",
154395  unicodeslot=0x10B13,
154396 },
154397 [0x10B14]={
154398  category="lo",
154399  description="AVESTAN LETTER GE",
154400  direction="r",
154401  linebreak="al",
154402  unicodeslot=0x10B14,
154403 },
154404 [0x10B15]={
154405  category="lo",
154406  description="AVESTAN LETTER GGE",
154407  direction="r",
154408  linebreak="al",
154409  unicodeslot=0x10B15,
154410 },
154411 [0x10B16]={
154412  category="lo",
154413  description="AVESTAN LETTER GHE",
154414  direction="r",
154415  linebreak="al",
154416  unicodeslot=0x10B16,
154417 },
154418 [0x10B17]={
154419  category="lo",
154420  description="AVESTAN LETTER CE",
154421  direction="r",
154422  linebreak="al",
154423  unicodeslot=0x10B17,
154424 },
154425 [0x10B18]={
154426  category="lo",
154427  description="AVESTAN LETTER JE",
154428  direction="r",
154429  linebreak="al",
154430  unicodeslot=0x10B18,
154431 },
154432 [0x10B19]={
154433  category="lo",
154434  description="AVESTAN LETTER TE",
154435  direction="r",
154436  linebreak="al",
154437  unicodeslot=0x10B19,
154438 },
154439 [0x10B1A]={
154440  category="lo",
154441  description="AVESTAN LETTER THE",
154442  direction="r",
154443  linebreak="al",
154444  unicodeslot=0x10B1A,
154445 },
154446 [0x10B1B]={
154447  category="lo",
154448  description="AVESTAN LETTER DE",
154449  direction="r",
154450  linebreak="al",
154451  unicodeslot=0x10B1B,
154452 },
154453 [0x10B1C]={
154454  category="lo",
154455  description="AVESTAN LETTER DHE",
154456  direction="r",
154457  linebreak="al",
154458  unicodeslot=0x10B1C,
154459 },
154460 [0x10B1D]={
154461  category="lo",
154462  description="AVESTAN LETTER TTE",
154463  direction="r",
154464  linebreak="al",
154465  unicodeslot=0x10B1D,
154466 },
154467 [0x10B1E]={
154468  category="lo",
154469  description="AVESTAN LETTER PE",
154470  direction="r",
154471  linebreak="al",
154472  unicodeslot=0x10B1E,
154473 },
154474 [0x10B1F]={
154475  category="lo",
154476  description="AVESTAN LETTER FE",
154477  direction="r",
154478  linebreak="al",
154479  unicodeslot=0x10B1F,
154480 },
154481 [0x10B20]={
154482  category="lo",
154483  description="AVESTAN LETTER BE",
154484  direction="r",
154485  linebreak="al",
154486  unicodeslot=0x10B20,
154487 },
154488 [0x10B21]={
154489  category="lo",
154490  description="AVESTAN LETTER BHE",
154491  direction="r",
154492  linebreak="al",
154493  unicodeslot=0x10B21,
154494 },
154495 [0x10B22]={
154496  category="lo",
154497  description="AVESTAN LETTER NGE",
154498  direction="r",
154499  linebreak="al",
154500  unicodeslot=0x10B22,
154501 },
154502 [0x10B23]={
154503  category="lo",
154504  description="AVESTAN LETTER NGYE",
154505  direction="r",
154506  linebreak="al",
154507  unicodeslot=0x10B23,
154508 },
154509 [0x10B24]={
154510  category="lo",
154511  description="AVESTAN LETTER NGVE",
154512  direction="r",
154513  linebreak="al",
154514  unicodeslot=0x10B24,
154515 },
154516 [0x10B25]={
154517  category="lo",
154518  description="AVESTAN LETTER NE",
154519  direction="r",
154520  linebreak="al",
154521  unicodeslot=0x10B25,
154522 },
154523 [0x10B26]={
154524  category="lo",
154525  description="AVESTAN LETTER NYE",
154526  direction="r",
154527  linebreak="al",
154528  unicodeslot=0x10B26,
154529 },
154530 [0x10B27]={
154531  category="lo",
154532  description="AVESTAN LETTER NNE",
154533  direction="r",
154534  linebreak="al",
154535  unicodeslot=0x10B27,
154536 },
154537 [0x10B28]={
154538  category="lo",
154539  description="AVESTAN LETTER ME",
154540  direction="r",
154541  linebreak="al",
154542  unicodeslot=0x10B28,
154543 },
154544 [0x10B29]={
154545  category="lo",
154546  description="AVESTAN LETTER HME",
154547  direction="r",
154548  linebreak="al",
154549  unicodeslot=0x10B29,
154550 },
154551 [0x10B2A]={
154552  category="lo",
154553  description="AVESTAN LETTER YYE",
154554  direction="r",
154555  linebreak="al",
154556  unicodeslot=0x10B2A,
154557 },
154558 [0x10B2B]={
154559  category="lo",
154560  description="AVESTAN LETTER YE",
154561  direction="r",
154562  linebreak="al",
154563  unicodeslot=0x10B2B,
154564 },
154565 [0x10B2C]={
154566  category="lo",
154567  description="AVESTAN LETTER VE",
154568  direction="r",
154569  linebreak="al",
154570  unicodeslot=0x10B2C,
154571 },
154572 [0x10B2D]={
154573  category="lo",
154574  description="AVESTAN LETTER RE",
154575  direction="r",
154576  linebreak="al",
154577  unicodeslot=0x10B2D,
154578 },
154579 [0x10B2E]={
154580  category="lo",
154581  description="AVESTAN LETTER LE",
154582  direction="r",
154583  linebreak="al",
154584  unicodeslot=0x10B2E,
154585 },
154586 [0x10B2F]={
154587  category="lo",
154588  description="AVESTAN LETTER SE",
154589  direction="r",
154590  linebreak="al",
154591  unicodeslot=0x10B2F,
154592 },
154593 [0x10B30]={
154594  category="lo",
154595  description="AVESTAN LETTER ZE",
154596  direction="r",
154597  linebreak="al",
154598  unicodeslot=0x10B30,
154599 },
154600 [0x10B31]={
154601  category="lo",
154602  description="AVESTAN LETTER SHE",
154603  direction="r",
154604  linebreak="al",
154605  unicodeslot=0x10B31,
154606 },
154607 [0x10B32]={
154608  category="lo",
154609  description="AVESTAN LETTER ZHE",
154610  direction="r",
154611  linebreak="al",
154612  unicodeslot=0x10B32,
154613 },
154614 [0x10B33]={
154615  category="lo",
154616  description="AVESTAN LETTER SHYE",
154617  direction="r",
154618  linebreak="al",
154619  unicodeslot=0x10B33,
154620 },
154621 [0x10B34]={
154622  category="lo",
154623  description="AVESTAN LETTER SSHE",
154624  direction="r",
154625  linebreak="al",
154626  unicodeslot=0x10B34,
154627 },
154628 [0x10B35]={
154629  category="lo",
154630  description="AVESTAN LETTER HE",
154631  direction="r",
154632  linebreak="al",
154633  unicodeslot=0x10B35,
154634 },
154635 [0x10B39]={
154636  category="po",
154637  description="AVESTAN ABBREVIATION MARK",
154638  direction="on",
154639  linebreak="ba",
154640  unicodeslot=0x10B39,
154641 },
154642 [0x10B3A]={
154643  category="po",
154644  description="TINY TWO DOTS OVER ONE DOT PUNCTUATION",
154645  direction="on",
154646  linebreak="ba",
154647  unicodeslot=0x10B3A,
154648 },
154649 [0x10B3B]={
154650  category="po",
154651  description="SMALL TWO DOTS OVER ONE DOT PUNCTUATION",
154652  direction="on",
154653  linebreak="ba",
154654  unicodeslot=0x10B3B,
154655 },
154656 [0x10B3C]={
154657  category="po",
154658  description="LARGE TWO DOTS OVER ONE DOT PUNCTUATION",
154659  direction="on",
154660  linebreak="ba",
154661  unicodeslot=0x10B3C,
154662 },
154663 [0x10B3D]={
154664  category="po",
154665  description="LARGE ONE DOT OVER TWO DOTS PUNCTUATION",
154666  direction="on",
154667  linebreak="ba",
154668  unicodeslot=0x10B3D,
154669 },
154670 [0x10B3E]={
154671  category="po",
154672  description="LARGE TWO RINGS OVER ONE RING PUNCTUATION",
154673  direction="on",
154674  linebreak="ba",
154675  unicodeslot=0x10B3E,
154676 },
154677 [0x10B3F]={
154678  category="po",
154679  description="LARGE ONE RING OVER TWO RINGS PUNCTUATION",
154680  direction="on",
154681  linebreak="ba",
154682  unicodeslot=0x10B3F,
154683 },
154684 [0x10B40]={
154685  category="lo",
154686  description="INSCRIPTIONAL PARTHIAN LETTER ALEPH",
154687  direction="r",
154688  linebreak="al",
154689  unicodeslot=0x10B40,
154690 },
154691 [0x10B41]={
154692  category="lo",
154693  description="INSCRIPTIONAL PARTHIAN LETTER BETH",
154694  direction="r",
154695  linebreak="al",
154696  unicodeslot=0x10B41,
154697 },
154698 [0x10B42]={
154699  category="lo",
154700  description="INSCRIPTIONAL PARTHIAN LETTER GIMEL",
154701  direction="r",
154702  linebreak="al",
154703  unicodeslot=0x10B42,
154704 },
154705 [0x10B43]={
154706  category="lo",
154707  description="INSCRIPTIONAL PARTHIAN LETTER DALETH",
154708  direction="r",
154709  linebreak="al",
154710  unicodeslot=0x10B43,
154711 },
154712 [0x10B44]={
154713  category="lo",
154714  description="INSCRIPTIONAL PARTHIAN LETTER HE",
154715  direction="r",
154716  linebreak="al",
154717  unicodeslot=0x10B44,
154718 },
154719 [0x10B45]={
154720  category="lo",
154721  description="INSCRIPTIONAL PARTHIAN LETTER WAW",
154722  direction="r",
154723  linebreak="al",
154724  unicodeslot=0x10B45,
154725 },
154726 [0x10B46]={
154727  category="lo",
154728  description="INSCRIPTIONAL PARTHIAN LETTER ZAYIN",
154729  direction="r",
154730  linebreak="al",
154731  unicodeslot=0x10B46,
154732 },
154733 [0x10B47]={
154734  category="lo",
154735  description="INSCRIPTIONAL PARTHIAN LETTER HETH",
154736  direction="r",
154737  linebreak="al",
154738  unicodeslot=0x10B47,
154739 },
154740 [0x10B48]={
154741  category="lo",
154742  description="INSCRIPTIONAL PARTHIAN LETTER TETH",
154743  direction="r",
154744  linebreak="al",
154745  unicodeslot=0x10B48,
154746 },
154747 [0x10B49]={
154748  category="lo",
154749  description="INSCRIPTIONAL PARTHIAN LETTER YODH",
154750  direction="r",
154751  linebreak="al",
154752  unicodeslot=0x10B49,
154753 },
154754 [0x10B4A]={
154755  category="lo",
154756  description="INSCRIPTIONAL PARTHIAN LETTER KAPH",
154757  direction="r",
154758  linebreak="al",
154759  unicodeslot=0x10B4A,
154760 },
154761 [0x10B4B]={
154762  category="lo",
154763  description="INSCRIPTIONAL PARTHIAN LETTER LAMEDH",
154764  direction="r",
154765  linebreak="al",
154766  unicodeslot=0x10B4B,
154767 },
154768 [0x10B4C]={
154769  category="lo",
154770  description="INSCRIPTIONAL PARTHIAN LETTER MEM",
154771  direction="r",
154772  linebreak="al",
154773  unicodeslot=0x10B4C,
154774 },
154775 [0x10B4D]={
154776  category="lo",
154777  description="INSCRIPTIONAL PARTHIAN LETTER NUN",
154778  direction="r",
154779  linebreak="al",
154780  unicodeslot=0x10B4D,
154781 },
154782 [0x10B4E]={
154783  category="lo",
154784  description="INSCRIPTIONAL PARTHIAN LETTER SAMEKH",
154785  direction="r",
154786  linebreak="al",
154787  unicodeslot=0x10B4E,
154788 },
154789 [0x10B4F]={
154790  category="lo",
154791  description="INSCRIPTIONAL PARTHIAN LETTER AYIN",
154792  direction="r",
154793  linebreak="al",
154794  unicodeslot=0x10B4F,
154795 },
154796 [0x10B50]={
154797  category="lo",
154798  description="INSCRIPTIONAL PARTHIAN LETTER PE",
154799  direction="r",
154800  linebreak="al",
154801  unicodeslot=0x10B50,
154802 },
154803 [0x10B51]={
154804  category="lo",
154805  description="INSCRIPTIONAL PARTHIAN LETTER SADHE",
154806  direction="r",
154807  linebreak="al",
154808  unicodeslot=0x10B51,
154809 },
154810 [0x10B52]={
154811  category="lo",
154812  description="INSCRIPTIONAL PARTHIAN LETTER QOPH",
154813  direction="r",
154814  linebreak="al",
154815  unicodeslot=0x10B52,
154816 },
154817 [0x10B53]={
154818  category="lo",
154819  description="INSCRIPTIONAL PARTHIAN LETTER RESH",
154820  direction="r",
154821  linebreak="al",
154822  unicodeslot=0x10B53,
154823 },
154824 [0x10B54]={
154825  category="lo",
154826  description="INSCRIPTIONAL PARTHIAN LETTER SHIN",
154827  direction="r",
154828  linebreak="al",
154829  unicodeslot=0x10B54,
154830 },
154831 [0x10B55]={
154832  category="lo",
154833  description="INSCRIPTIONAL PARTHIAN LETTER TAW",
154834  direction="r",
154835  linebreak="al",
154836  unicodeslot=0x10B55,
154837 },
154838 [0x10B58]={
154839  category="no",
154840  description="INSCRIPTIONAL PARTHIAN NUMBER ONE",
154841  direction="r",
154842  linebreak="al",
154843  unicodeslot=0x10B58,
154844 },
154845 [0x10B59]={
154846  category="no",
154847  description="INSCRIPTIONAL PARTHIAN NUMBER TWO",
154848  direction="r",
154849  linebreak="al",
154850  unicodeslot=0x10B59,
154851 },
154852 [0x10B5A]={
154853  category="no",
154854  description="INSCRIPTIONAL PARTHIAN NUMBER THREE",
154855  direction="r",
154856  linebreak="al",
154857  unicodeslot=0x10B5A,
154858 },
154859 [0x10B5B]={
154860  category="no",
154861  description="INSCRIPTIONAL PARTHIAN NUMBER FOUR",
154862  direction="r",
154863  linebreak="al",
154864  unicodeslot=0x10B5B,
154865 },
154866 [0x10B5C]={
154867  category="no",
154868  description="INSCRIPTIONAL PARTHIAN NUMBER TEN",
154869  direction="r",
154870  linebreak="al",
154871  unicodeslot=0x10B5C,
154872 },
154873 [0x10B5D]={
154874  category="no",
154875  description="INSCRIPTIONAL PARTHIAN NUMBER TWENTY",
154876  direction="r",
154877  linebreak="al",
154878  unicodeslot=0x10B5D,
154879 },
154880 [0x10B5E]={
154881  category="no",
154882  description="INSCRIPTIONAL PARTHIAN NUMBER ONE HUNDRED",
154883  direction="r",
154884  linebreak="al",
154885  unicodeslot=0x10B5E,
154886 },
154887 [0x10B5F]={
154888  category="no",
154889  description="INSCRIPTIONAL PARTHIAN NUMBER ONE THOUSAND",
154890  direction="r",
154891  linebreak="al",
154892  unicodeslot=0x10B5F,
154893 },
154894 [0x10B60]={
154895  category="lo",
154896  description="INSCRIPTIONAL PAHLAVI LETTER ALEPH",
154897  direction="r",
154898  linebreak="al",
154899  unicodeslot=0x10B60,
154900 },
154901 [0x10B61]={
154902  category="lo",
154903  description="INSCRIPTIONAL PAHLAVI LETTER BETH",
154904  direction="r",
154905  linebreak="al",
154906  unicodeslot=0x10B61,
154907 },
154908 [0x10B62]={
154909  category="lo",
154910  description="INSCRIPTIONAL PAHLAVI LETTER GIMEL",
154911  direction="r",
154912  linebreak="al",
154913  unicodeslot=0x10B62,
154914 },
154915 [0x10B63]={
154916  category="lo",
154917  description="INSCRIPTIONAL PAHLAVI LETTER DALETH",
154918  direction="r",
154919  linebreak="al",
154920  unicodeslot=0x10B63,
154921 },
154922 [0x10B64]={
154923  category="lo",
154924  description="INSCRIPTIONAL PAHLAVI LETTER HE",
154925  direction="r",
154926  linebreak="al",
154927  unicodeslot=0x10B64,
154928 },
154929 [0x10B65]={
154930  category="lo",
154931  description="INSCRIPTIONAL PAHLAVI LETTER WAW-AYIN-RESH",
154932  direction="r",
154933  linebreak="al",
154934  unicodeslot=0x10B65,
154935 },
154936 [0x10B66]={
154937  category="lo",
154938  description="INSCRIPTIONAL PAHLAVI LETTER ZAYIN",
154939  direction="r",
154940  linebreak="al",
154941  unicodeslot=0x10B66,
154942 },
154943 [0x10B67]={
154944  category="lo",
154945  description="INSCRIPTIONAL PAHLAVI LETTER HETH",
154946  direction="r",
154947  linebreak="al",
154948  unicodeslot=0x10B67,
154949 },
154950 [0x10B68]={
154951  category="lo",
154952  description="INSCRIPTIONAL PAHLAVI LETTER TETH",
154953  direction="r",
154954  linebreak="al",
154955  unicodeslot=0x10B68,
154956 },
154957 [0x10B69]={
154958  category="lo",
154959  description="INSCRIPTIONAL PAHLAVI LETTER YODH",
154960  direction="r",
154961  linebreak="al",
154962  unicodeslot=0x10B69,
154963 },
154964 [0x10B6A]={
154965  category="lo",
154966  description="INSCRIPTIONAL PAHLAVI LETTER KAPH",
154967  direction="r",
154968  linebreak="al",
154969  unicodeslot=0x10B6A,
154970 },
154971 [0x10B6B]={
154972  category="lo",
154973  description="INSCRIPTIONAL PAHLAVI LETTER LAMEDH",
154974  direction="r",
154975  linebreak="al",
154976  unicodeslot=0x10B6B,
154977 },
154978 [0x10B6C]={
154979  category="lo",
154980  description="INSCRIPTIONAL PAHLAVI LETTER MEM-QOPH",
154981  direction="r",
154982  linebreak="al",
154983  unicodeslot=0x10B6C,
154984 },
154985 [0x10B6D]={
154986  category="lo",
154987  description="INSCRIPTIONAL PAHLAVI LETTER NUN",
154988  direction="r",
154989  linebreak="al",
154990  unicodeslot=0x10B6D,
154991 },
154992 [0x10B6E]={
154993  category="lo",
154994  description="INSCRIPTIONAL PAHLAVI LETTER SAMEKH",
154995  direction="r",
154996  linebreak="al",
154997  unicodeslot=0x10B6E,
154998 },
154999 [0x10B6F]={
155000  category="lo",
155001  description="INSCRIPTIONAL PAHLAVI LETTER PE",
155002  direction="r",
155003  linebreak="al",
155004  unicodeslot=0x10B6F,
155005 },
155006 [0x10B70]={
155007  category="lo",
155008  description="INSCRIPTIONAL PAHLAVI LETTER SADHE",
155009  direction="r",
155010  linebreak="al",
155011  unicodeslot=0x10B70,
155012 },
155013 [0x10B71]={
155014  category="lo",
155015  description="INSCRIPTIONAL PAHLAVI LETTER SHIN",
155016  direction="r",
155017  linebreak="al",
155018  unicodeslot=0x10B71,
155019 },
155020 [0x10B72]={
155021  category="lo",
155022  description="INSCRIPTIONAL PAHLAVI LETTER TAW",
155023  direction="r",
155024  linebreak="al",
155025  unicodeslot=0x10B72,
155026 },
155027 [0x10B78]={
155028  category="no",
155029  description="INSCRIPTIONAL PAHLAVI NUMBER ONE",
155030  direction="r",
155031  linebreak="al",
155032  unicodeslot=0x10B78,
155033 },
155034 [0x10B79]={
155035  category="no",
155036  description="INSCRIPTIONAL PAHLAVI NUMBER TWO",
155037  direction="r",
155038  linebreak="al",
155039  unicodeslot=0x10B79,
155040 },
155041 [0x10B7A]={
155042  category="no",
155043  description="INSCRIPTIONAL PAHLAVI NUMBER THREE",
155044  direction="r",
155045  linebreak="al",
155046  unicodeslot=0x10B7A,
155047 },
155048 [0x10B7B]={
155049  category="no",
155050  description="INSCRIPTIONAL PAHLAVI NUMBER FOUR",
155051  direction="r",
155052  linebreak="al",
155053  unicodeslot=0x10B7B,
155054 },
155055 [0x10B7C]={
155056  category="no",
155057  description="INSCRIPTIONAL PAHLAVI NUMBER TEN",
155058  direction="r",
155059  linebreak="al",
155060  unicodeslot=0x10B7C,
155061 },
155062 [0x10B7D]={
155063  category="no",
155064  description="INSCRIPTIONAL PAHLAVI NUMBER TWENTY",
155065  direction="r",
155066  linebreak="al",
155067  unicodeslot=0x10B7D,
155068 },
155069 [0x10B7E]={
155070  category="no",
155071  description="INSCRIPTIONAL PAHLAVI NUMBER ONE HUNDRED",
155072  direction="r",
155073  linebreak="al",
155074  unicodeslot=0x10B7E,
155075 },
155076 [0x10B7F]={
155077  category="no",
155078  description="INSCRIPTIONAL PAHLAVI NUMBER ONE THOUSAND",
155079  direction="r",
155080  linebreak="al",
155081  unicodeslot=0x10B7F,
155082 },
155083 [0x10B80]={
155084  arabic="d",
155085  category="lo",
155086  description="PSALTER PAHLAVI LETTER ALEPH",
155087  direction="r",
155088  linebreak="al",
155089  unicodeslot=0x10B80,
155090 },
155091 [0x10B81]={
155092  arabic="r",
155093  category="lo",
155094  description="PSALTER PAHLAVI LETTER BETH",
155095  direction="r",
155096  linebreak="al",
155097  unicodeslot=0x10B81,
155098 },
155099 [0x10B82]={
155100  arabic="d",
155101  category="lo",
155102  description="PSALTER PAHLAVI LETTER GIMEL",
155103  direction="r",
155104  linebreak="al",
155105  unicodeslot=0x10B82,
155106 },
155107 [0x10B83]={
155108  arabic="r",
155109  category="lo",
155110  description="PSALTER PAHLAVI LETTER DALETH",
155111  direction="r",
155112  linebreak="al",
155113  unicodeslot=0x10B83,
155114 },
155115 [0x10B84]={
155116  arabic="r",
155117  category="lo",
155118  description="PSALTER PAHLAVI LETTER HE",
155119  direction="r",
155120  linebreak="al",
155121  unicodeslot=0x10B84,
155122 },
155123 [0x10B85]={
155124  arabic="r",
155125  category="lo",
155126  description="PSALTER PAHLAVI LETTER WAW-AYIN-RESH",
155127  direction="r",
155128  linebreak="al",
155129  unicodeslot=0x10B85,
155130 },
155131 [0x10B86]={
155132  arabic="d",
155133  category="lo",
155134  description="PSALTER PAHLAVI LETTER ZAYIN",
155135  direction="r",
155136  linebreak="al",
155137  unicodeslot=0x10B86,
155138 },
155139 [0x10B87]={
155140  arabic="d",
155141  category="lo",
155142  description="PSALTER PAHLAVI LETTER HETH",
155143  direction="r",
155144  linebreak="al",
155145  unicodeslot=0x10B87,
155146 },
155147 [0x10B88]={
155148  arabic="d",
155149  category="lo",
155150  description="PSALTER PAHLAVI LETTER YODH",
155151  direction="r",
155152  linebreak="al",
155153  unicodeslot=0x10B88,
155154 },
155155 [0x10B89]={
155156  arabic="r",
155157  category="lo",
155158  description="PSALTER PAHLAVI LETTER KAPH",
155159  direction="r",
155160  linebreak="al",
155161  unicodeslot=0x10B89,
155162 },
155163 [0x10B8A]={
155164  arabic="d",
155165  category="lo",
155166  description="PSALTER PAHLAVI LETTER LAMEDH",
155167  direction="r",
155168  linebreak="al",
155169  unicodeslot=0x10B8A,
155170 },
155171 [0x10B8B]={
155172  arabic="d",
155173  category="lo",
155174  description="PSALTER PAHLAVI LETTER MEM-QOPH",
155175  direction="r",
155176  linebreak="al",
155177  unicodeslot=0x10B8B,
155178 },
155179 [0x10B8C]={
155180  arabic="r",
155181  category="lo",
155182  description="PSALTER PAHLAVI LETTER NUN",
155183  direction="r",
155184  linebreak="al",
155185  unicodeslot=0x10B8C,
155186 },
155187 [0x10B8D]={
155188  arabic="d",
155189  category="lo",
155190  description="PSALTER PAHLAVI LETTER SAMEKH",
155191  direction="r",
155192  linebreak="al",
155193  unicodeslot=0x10B8D,
155194 },
155195 [0x10B8E]={
155196  arabic="r",
155197  category="lo",
155198  description="PSALTER PAHLAVI LETTER PE",
155199  direction="r",
155200  linebreak="al",
155201  unicodeslot=0x10B8E,
155202 },
155203 [0x10B8F]={
155204  arabic="r",
155205  category="lo",
155206  description="PSALTER PAHLAVI LETTER SADHE",
155207  direction="r",
155208  linebreak="al",
155209  unicodeslot=0x10B8F,
155210 },
155211 [0x10B90]={
155212  arabic="d",
155213  category="lo",
155214  description="PSALTER PAHLAVI LETTER SHIN",
155215  direction="r",
155216  linebreak="al",
155217  unicodeslot=0x10B90,
155218 },
155219 [0x10B91]={
155220  arabic="r",
155221  category="lo",
155222  description="PSALTER PAHLAVI LETTER TAW",
155223  direction="r",
155224  linebreak="al",
155225  unicodeslot=0x10B91,
155226 },
155227 [0x10B99]={
155228  category="po",
155229  description="PSALTER PAHLAVI SECTION MARK",
155230  direction="r",
155231  linebreak="al",
155232  unicodeslot=0x10B99,
155233 },
155234 [0x10B9A]={
155235  category="po",
155236  description="PSALTER PAHLAVI TURNED SECTION MARK",
155237  direction="r",
155238  linebreak="al",
155239  unicodeslot=0x10B9A,
155240 },
155241 [0x10B9B]={
155242  category="po",
155243  description="PSALTER PAHLAVI FOUR DOTS WITH CROSS",
155244  direction="r",
155245  linebreak="al",
155246  unicodeslot=0x10B9B,
155247 },
155248 [0x10B9C]={
155249  category="po",
155250  description="PSALTER PAHLAVI FOUR DOTS WITH DOT",
155251  direction="r",
155252  linebreak="al",
155253  unicodeslot=0x10B9C,
155254 },
155255 [0x10BA9]={
155256  arabic="r",
155257  category="no",
155258  description="PSALTER PAHLAVI NUMBER ONE",
155259  direction="r",
155260  linebreak="al",
155261  unicodeslot=0x10BA9,
155262 },
155263 [0x10BAA]={
155264  arabic="r",
155265  category="no",
155266  description="PSALTER PAHLAVI NUMBER TWO",
155267  direction="r",
155268  linebreak="al",
155269  unicodeslot=0x10BAA,
155270 },
155271 [0x10BAB]={
155272  arabic="r",
155273  category="no",
155274  description="PSALTER PAHLAVI NUMBER THREE",
155275  direction="r",
155276  linebreak="al",
155277  unicodeslot=0x10BAB,
155278 },
155279 [0x10BAC]={
155280  arabic="r",
155281  category="no",
155282  description="PSALTER PAHLAVI NUMBER FOUR",
155283  direction="r",
155284  linebreak="al",
155285  unicodeslot=0x10BAC,
155286 },
155287 [0x10BAD]={
155288  arabic="d",
155289  category="no",
155290  description="PSALTER PAHLAVI NUMBER TEN",
155291  direction="r",
155292  linebreak="al",
155293  unicodeslot=0x10BAD,
155294 },
155295 [0x10BAE]={
155296  arabic="d",
155297  category="no",
155298  description="PSALTER PAHLAVI NUMBER TWENTY",
155299  direction="r",
155300  linebreak="al",
155301  unicodeslot=0x10BAE,
155302 },
155303 [0x10BAF]={
155304  arabic="u",
155305  category="no",
155306  description="PSALTER PAHLAVI NUMBER ONE HUNDRED",
155307  direction="r",
155308  linebreak="al",
155309  unicodeslot=0x10BAF,
155310 },
155311 [0x10C00]={
155312  category="lo",
155313  description="OLD TURKIC LETTER ORKHON A",
155314  direction="r",
155315  linebreak="al",
155316  unicodeslot=0x10C00,
155317 },
155318 [0x10C01]={
155319  category="lo",
155320  description="OLD TURKIC LETTER YENISEI A",
155321  direction="r",
155322  linebreak="al",
155323  unicodeslot=0x10C01,
155324 },
155325 [0x10C02]={
155326  category="lo",
155327  description="OLD TURKIC LETTER YENISEI AE",
155328  direction="r",
155329  linebreak="al",
155330  unicodeslot=0x10C02,
155331 },
155332 [0x10C03]={
155333  category="lo",
155334  description="OLD TURKIC LETTER ORKHON I",
155335  direction="r",
155336  linebreak="al",
155337  unicodeslot=0x10C03,
155338 },
155339 [0x10C04]={
155340  category="lo",
155341  description="OLD TURKIC LETTER YENISEI I",
155342  direction="r",
155343  linebreak="al",
155344  unicodeslot=0x10C04,
155345 },
155346 [0x10C05]={
155347  category="lo",
155348  description="OLD TURKIC LETTER YENISEI E",
155349  direction="r",
155350  linebreak="al",
155351  unicodeslot=0x10C05,
155352 },
155353 [0x10C06]={
155354  category="lo",
155355  description="OLD TURKIC LETTER ORKHON O",
155356  direction="r",
155357  linebreak="al",
155358  unicodeslot=0x10C06,
155359 },
155360 [0x10C07]={
155361  category="lo",
155362  description="OLD TURKIC LETTER ORKHON OE",
155363  direction="r",
155364  linebreak="al",
155365  unicodeslot=0x10C07,
155366 },
155367 [0x10C08]={
155368  category="lo",
155369  description="OLD TURKIC LETTER YENISEI OE",
155370  direction="r",
155371  linebreak="al",
155372  unicodeslot=0x10C08,
155373 },
155374 [0x10C09]={
155375  category="lo",
155376  description="OLD TURKIC LETTER ORKHON AB",
155377  direction="r",
155378  linebreak="al",
155379  unicodeslot=0x10C09,
155380 },
155381 [0x10C0A]={
155382  category="lo",
155383  description="OLD TURKIC LETTER YENISEI AB",
155384  direction="r",
155385  linebreak="al",
155386  unicodeslot=0x10C0A,
155387 },
155388 [0x10C0B]={
155389  category="lo",
155390  description="OLD TURKIC LETTER ORKHON AEB",
155391  direction="r",
155392  linebreak="al",
155393  unicodeslot=0x10C0B,
155394 },
155395 [0x10C0C]={
155396  category="lo",
155397  description="OLD TURKIC LETTER YENISEI AEB",
155398  direction="r",
155399  linebreak="al",
155400  unicodeslot=0x10C0C,
155401 },
155402 [0x10C0D]={
155403  category="lo",
155404  description="OLD TURKIC LETTER ORKHON AG",
155405  direction="r",
155406  linebreak="al",
155407  unicodeslot=0x10C0D,
155408 },
155409 [0x10C0E]={
155410  category="lo",
155411  description="OLD TURKIC LETTER YENISEI AG",
155412  direction="r",
155413  linebreak="al",
155414  unicodeslot=0x10C0E,
155415 },
155416 [0x10C0F]={
155417  category="lo",
155418  description="OLD TURKIC LETTER ORKHON AEG",
155419  direction="r",
155420  linebreak="al",
155421  unicodeslot=0x10C0F,
155422 },
155423 [0x10C10]={
155424  category="lo",
155425  description="OLD TURKIC LETTER YENISEI AEG",
155426  direction="r",
155427  linebreak="al",
155428  unicodeslot=0x10C10,
155429 },
155430 [0x10C11]={
155431  category="lo",
155432  description="OLD TURKIC LETTER ORKHON AD",
155433  direction="r",
155434  linebreak="al",
155435  unicodeslot=0x10C11,
155436 },
155437 [0x10C12]={
155438  category="lo",
155439  description="OLD TURKIC LETTER YENISEI AD",
155440  direction="r",
155441  linebreak="al",
155442  unicodeslot=0x10C12,
155443 },
155444 [0x10C13]={
155445  category="lo",
155446  description="OLD TURKIC LETTER ORKHON AED",
155447  direction="r",
155448  linebreak="al",
155449  unicodeslot=0x10C13,
155450 },
155451 [0x10C14]={
155452  category="lo",
155453  description="OLD TURKIC LETTER ORKHON EZ",
155454  direction="r",
155455  linebreak="al",
155456  unicodeslot=0x10C14,
155457 },
155458 [0x10C15]={
155459  category="lo",
155460  description="OLD TURKIC LETTER YENISEI EZ",
155461  direction="r",
155462  linebreak="al",
155463  unicodeslot=0x10C15,
155464 },
155465 [0x10C16]={
155466  category="lo",
155467  description="OLD TURKIC LETTER ORKHON AY",
155468  direction="r",
155469  linebreak="al",
155470  unicodeslot=0x10C16,
155471 },
155472 [0x10C17]={
155473  category="lo",
155474  description="OLD TURKIC LETTER YENISEI AY",
155475  direction="r",
155476  linebreak="al",
155477  unicodeslot=0x10C17,
155478 },
155479 [0x10C18]={
155480  category="lo",
155481  description="OLD TURKIC LETTER ORKHON AEY",
155482  direction="r",
155483  linebreak="al",
155484  unicodeslot=0x10C18,
155485 },
155486 [0x10C19]={
155487  category="lo",
155488  description="OLD TURKIC LETTER YENISEI AEY",
155489  direction="r",
155490  linebreak="al",
155491  unicodeslot=0x10C19,
155492 },
155493 [0x10C1A]={
155494  category="lo",
155495  description="OLD TURKIC LETTER ORKHON AEK",
155496  direction="r",
155497  linebreak="al",
155498  unicodeslot=0x10C1A,
155499 },
155500 [0x10C1B]={
155501  category="lo",
155502  description="OLD TURKIC LETTER YENISEI AEK",
155503  direction="r",
155504  linebreak="al",
155505  unicodeslot=0x10C1B,
155506 },
155507 [0x10C1C]={
155508  category="lo",
155509  description="OLD TURKIC LETTER ORKHON OEK",
155510  direction="r",
155511  linebreak="al",
155512  unicodeslot=0x10C1C,
155513 },
155514 [0x10C1D]={
155515  category="lo",
155516  description="OLD TURKIC LETTER YENISEI OEK",
155517  direction="r",
155518  linebreak="al",
155519  unicodeslot=0x10C1D,
155520 },
155521 [0x10C1E]={
155522  category="lo",
155523  description="OLD TURKIC LETTER ORKHON AL",
155524  direction="r",
155525  linebreak="al",
155526  unicodeslot=0x10C1E,
155527 },
155528 [0x10C1F]={
155529  category="lo",
155530  description="OLD TURKIC LETTER YENISEI AL",
155531  direction="r",
155532  linebreak="al",
155533  unicodeslot=0x10C1F,
155534 },
155535 [0x10C20]={
155536  category="lo",
155537  description="OLD TURKIC LETTER ORKHON AEL",
155538  direction="r",
155539  linebreak="al",
155540  unicodeslot=0x10C20,
155541 },
155542 [0x10C21]={
155543  category="lo",
155544  description="OLD TURKIC LETTER ORKHON ELT",
155545  direction="r",
155546  linebreak="al",
155547  unicodeslot=0x10C21,
155548 },
155549 [0x10C22]={
155550  category="lo",
155551  description="OLD TURKIC LETTER ORKHON EM",
155552  direction="r",
155553  linebreak="al",
155554  unicodeslot=0x10C22,
155555 },
155556 [0x10C23]={
155557  category="lo",
155558  description="OLD TURKIC LETTER ORKHON AN",
155559  direction="r",
155560  linebreak="al",
155561  unicodeslot=0x10C23,
155562 },
155563 [0x10C24]={
155564  category="lo",
155565  description="OLD TURKIC LETTER ORKHON AEN",
155566  direction="r",
155567  linebreak="al",
155568  unicodeslot=0x10C24,
155569 },
155570 [0x10C25]={
155571  category="lo",
155572  description="OLD TURKIC LETTER YENISEI AEN",
155573  direction="r",
155574  linebreak="al",
155575  unicodeslot=0x10C25,
155576 },
155577 [0x10C26]={
155578  category="lo",
155579  description="OLD TURKIC LETTER ORKHON ENT",
155580  direction="r",
155581  linebreak="al",
155582  unicodeslot=0x10C26,
155583 },
155584 [0x10C27]={
155585  category="lo",
155586  description="OLD TURKIC LETTER YENISEI ENT",
155587  direction="r",
155588  linebreak="al",
155589  unicodeslot=0x10C27,
155590 },
155591 [0x10C28]={
155592  category="lo",
155593  description="OLD TURKIC LETTER ORKHON ENC",
155594  direction="r",
155595  linebreak="al",
155596  unicodeslot=0x10C28,
155597 },
155598 [0x10C29]={
155599  category="lo",
155600  description="OLD TURKIC LETTER YENISEI ENC",
155601  direction="r",
155602  linebreak="al",
155603  unicodeslot=0x10C29,
155604 },
155605 [0x10C2A]={
155606  category="lo",
155607  description="OLD TURKIC LETTER ORKHON ENY",
155608  direction="r",
155609  linebreak="al",
155610  unicodeslot=0x10C2A,
155611 },
155612 [0x10C2B]={
155613  category="lo",
155614  description="OLD TURKIC LETTER YENISEI ENY",
155615  direction="r",
155616  linebreak="al",
155617  unicodeslot=0x10C2B,
155618 },
155619 [0x10C2C]={
155620  category="lo",
155621  description="OLD TURKIC LETTER YENISEI ANG",
155622  direction="r",
155623  linebreak="al",
155624  unicodeslot=0x10C2C,
155625 },
155626 [0x10C2D]={
155627  category="lo",
155628  description="OLD TURKIC LETTER ORKHON ENG",
155629  direction="r",
155630  linebreak="al",
155631  unicodeslot=0x10C2D,
155632 },
155633 [0x10C2E]={
155634  category="lo",
155635  description="OLD TURKIC LETTER YENISEI AENG",
155636  direction="r",
155637  linebreak="al",
155638  unicodeslot=0x10C2E,
155639 },
155640 [0x10C2F]={
155641  category="lo",
155642  description="OLD TURKIC LETTER ORKHON EP",
155643  direction="r",
155644  linebreak="al",
155645  unicodeslot=0x10C2F,
155646 },
155647 [0x10C30]={
155648  category="lo",
155649  description="OLD TURKIC LETTER ORKHON OP",
155650  direction="r",
155651  linebreak="al",
155652  unicodeslot=0x10C30,
155653 },
155654 [0x10C31]={
155655  category="lo",
155656  description="OLD TURKIC LETTER ORKHON IC",
155657  direction="r",
155658  linebreak="al",
155659  unicodeslot=0x10C31,
155660 },
155661 [0x10C32]={
155662  category="lo",
155663  description="OLD TURKIC LETTER ORKHON EC",
155664  direction="r",
155665  linebreak="al",
155666  unicodeslot=0x10C32,
155667 },
155668 [0x10C33]={
155669  category="lo",
155670  description="OLD TURKIC LETTER YENISEI EC",
155671  direction="r",
155672  linebreak="al",
155673  unicodeslot=0x10C33,
155674 },
155675 [0x10C34]={
155676  category="lo",
155677  description="OLD TURKIC LETTER ORKHON AQ",
155678  direction="r",
155679  linebreak="al",
155680  unicodeslot=0x10C34,
155681 },
155682 [0x10C35]={
155683  category="lo",
155684  description="OLD TURKIC LETTER YENISEI AQ",
155685  direction="r",
155686  linebreak="al",
155687  unicodeslot=0x10C35,
155688 },
155689 [0x10C36]={
155690  category="lo",
155691  description="OLD TURKIC LETTER ORKHON IQ",
155692  direction="r",
155693  linebreak="al",
155694  unicodeslot=0x10C36,
155695 },
155696 [0x10C37]={
155697  category="lo",
155698  description="OLD TURKIC LETTER YENISEI IQ",
155699  direction="r",
155700  linebreak="al",
155701  unicodeslot=0x10C37,
155702 },
155703 [0x10C38]={
155704  category="lo",
155705  description="OLD TURKIC LETTER ORKHON OQ",
155706  direction="r",
155707  linebreak="al",
155708  unicodeslot=0x10C38,
155709 },
155710 [0x10C39]={
155711  category="lo",
155712  description="OLD TURKIC LETTER YENISEI OQ",
155713  direction="r",
155714  linebreak="al",
155715  unicodeslot=0x10C39,
155716 },
155717 [0x10C3A]={
155718  category="lo",
155719  description="OLD TURKIC LETTER ORKHON AR",
155720  direction="r",
155721  linebreak="al",
155722  unicodeslot=0x10C3A,
155723 },
155724 [0x10C3B]={
155725  category="lo",
155726  description="OLD TURKIC LETTER YENISEI AR",
155727  direction="r",
155728  linebreak="al",
155729  unicodeslot=0x10C3B,
155730 },
155731 [0x10C3C]={
155732  category="lo",
155733  description="OLD TURKIC LETTER ORKHON AER",
155734  direction="r",
155735  linebreak="al",
155736  unicodeslot=0x10C3C,
155737 },
155738 [0x10C3D]={
155739  category="lo",
155740  description="OLD TURKIC LETTER ORKHON AS",
155741  direction="r",
155742  linebreak="al",
155743  unicodeslot=0x10C3D,
155744 },
155745 [0x10C3E]={
155746  category="lo",
155747  description="OLD TURKIC LETTER ORKHON AES",
155748  direction="r",
155749  linebreak="al",
155750  unicodeslot=0x10C3E,
155751 },
155752 [0x10C3F]={
155753  category="lo",
155754  description="OLD TURKIC LETTER ORKHON ASH",
155755  direction="r",
155756  linebreak="al",
155757  unicodeslot=0x10C3F,
155758 },
155759 [0x10C40]={
155760  category="lo",
155761  description="OLD TURKIC LETTER YENISEI ASH",
155762  direction="r",
155763  linebreak="al",
155764  unicodeslot=0x10C40,
155765 },
155766 [0x10C41]={
155767  category="lo",
155768  description="OLD TURKIC LETTER ORKHON ESH",
155769  direction="r",
155770  linebreak="al",
155771  unicodeslot=0x10C41,
155772 },
155773 [0x10C42]={
155774  category="lo",
155775  description="OLD TURKIC LETTER YENISEI ESH",
155776  direction="r",
155777  linebreak="al",
155778  unicodeslot=0x10C42,
155779 },
155780 [0x10C43]={
155781  category="lo",
155782  description="OLD TURKIC LETTER ORKHON AT",
155783  direction="r",
155784  linebreak="al",
155785  unicodeslot=0x10C43,
155786 },
155787 [0x10C44]={
155788  category="lo",
155789  description="OLD TURKIC LETTER YENISEI AT",
155790  direction="r",
155791  linebreak="al",
155792  unicodeslot=0x10C44,
155793 },
155794 [0x10C45]={
155795  category="lo",
155796  description="OLD TURKIC LETTER ORKHON AET",
155797  direction="r",
155798  linebreak="al",
155799  unicodeslot=0x10C45,
155800 },
155801 [0x10C46]={
155802  category="lo",
155803  description="OLD TURKIC LETTER YENISEI AET",
155804  direction="r",
155805  linebreak="al",
155806  unicodeslot=0x10C46,
155807 },
155808 [0x10C47]={
155809  category="lo",
155810  description="OLD TURKIC LETTER ORKHON OT",
155811  direction="r",
155812  linebreak="al",
155813  unicodeslot=0x10C47,
155814 },
155815 [0x10C48]={
155816  category="lo",
155817  description="OLD TURKIC LETTER ORKHON BASH",
155818  direction="r",
155819  linebreak="al",
155820  unicodeslot=0x10C48,
155821 },
155822 [0x10C80]={
155823  category="lu",
155824  description="OLD HUNGARIAN CAPITAL LETTER A",
155825  direction="r",
155826  lccode=0x10CC0,
155827  linebreak="al",
155828  unicodeslot=0x10C80,
155829 },
155830 [0x10C81]={
155831  category="lu",
155832  description="OLD HUNGARIAN CAPITAL LETTER AA",
155833  direction="r",
155834  lccode=0x10CC1,
155835  linebreak="al",
155836  unicodeslot=0x10C81,
155837 },
155838 [0x10C82]={
155839  category="lu",
155840  description="OLD HUNGARIAN CAPITAL LETTER EB",
155841  direction="r",
155842  lccode=0x10CC2,
155843  linebreak="al",
155844  unicodeslot=0x10C82,
155845 },
155846 [0x10C83]={
155847  category="lu",
155848  description="OLD HUNGARIAN CAPITAL LETTER AMB",
155849  direction="r",
155850  lccode=0x10CC3,
155851  linebreak="al",
155852  unicodeslot=0x10C83,
155853 },
155854 [0x10C84]={
155855  category="lu",
155856  description="OLD HUNGARIAN CAPITAL LETTER EC",
155857  direction="r",
155858  lccode=0x10CC4,
155859  linebreak="al",
155860  unicodeslot=0x10C84,
155861 },
155862 [0x10C85]={
155863  category="lu",
155864  description="OLD HUNGARIAN CAPITAL LETTER ENC",
155865  direction="r",
155866  lccode=0x10CC5,
155867  linebreak="al",
155868  unicodeslot=0x10C85,
155869 },
155870 [0x10C86]={
155871  category="lu",
155872  description="OLD HUNGARIAN CAPITAL LETTER ECS",
155873  direction="r",
155874  lccode=0x10CC6,
155875  linebreak="al",
155876  unicodeslot=0x10C86,
155877 },
155878 [0x10C87]={
155879  category="lu",
155880  description="OLD HUNGARIAN CAPITAL LETTER ED",
155881  direction="r",
155882  lccode=0x10CC7,
155883  linebreak="al",
155884  unicodeslot=0x10C87,
155885 },
155886 [0x10C88]={
155887  category="lu",
155888  description="OLD HUNGARIAN CAPITAL LETTER AND",
155889  direction="r",
155890  lccode=0x10CC8,
155891  linebreak="al",
155892  unicodeslot=0x10C88,
155893 },
155894 [0x10C89]={
155895  category="lu",
155896  description="OLD HUNGARIAN CAPITAL LETTER E",
155897  direction="r",
155898  lccode=0x10CC9,
155899  linebreak="al",
155900  unicodeslot=0x10C89,
155901 },
155902 [0x10C8A]={
155903  category="lu",
155904  description="OLD HUNGARIAN CAPITAL LETTER CLOSE E",
155905  direction="r",
155906  lccode=0x10CCA,
155907  linebreak="al",
155908  unicodeslot=0x10C8A,
155909 },
155910 [0x10C8B]={
155911  category="lu",
155912  description="OLD HUNGARIAN CAPITAL LETTER EE",
155913  direction="r",
155914  lccode=0x10CCB,
155915  linebreak="al",
155916  unicodeslot=0x10C8B,
155917 },
155918 [0x10C8C]={
155919  category="lu",
155920  description="OLD HUNGARIAN CAPITAL LETTER EF",
155921  direction="r",
155922  lccode=0x10CCC,
155923  linebreak="al",
155924  unicodeslot=0x10C8C,
155925 },
155926 [0x10C8D]={
155927  category="lu",
155928  description="OLD HUNGARIAN CAPITAL LETTER EG",
155929  direction="r",
155930  lccode=0x10CCD,
155931  linebreak="al",
155932  unicodeslot=0x10C8D,
155933 },
155934 [0x10C8E]={
155935  category="lu",
155936  description="OLD HUNGARIAN CAPITAL LETTER EGY",
155937  direction="r",
155938  lccode=0x10CCE,
155939  linebreak="al",
155940  unicodeslot=0x10C8E,
155941 },
155942 [0x10C8F]={
155943  category="lu",
155944  description="OLD HUNGARIAN CAPITAL LETTER EH",
155945  direction="r",
155946  lccode=0x10CCF,
155947  linebreak="al",
155948  unicodeslot=0x10C8F,
155949 },
155950 [0x10C90]={
155951  category="lu",
155952  description="OLD HUNGARIAN CAPITAL LETTER I",
155953  direction="r",
155954  lccode=0x10CD0,
155955  linebreak="al",
155956  unicodeslot=0x10C90,
155957 },
155958 [0x10C91]={
155959  category="lu",
155960  description="OLD HUNGARIAN CAPITAL LETTER II",
155961  direction="r",
155962  lccode=0x10CD1,
155963  linebreak="al",
155964  unicodeslot=0x10C91,
155965 },
155966 [0x10C92]={
155967  category="lu",
155968  description="OLD HUNGARIAN CAPITAL LETTER EJ",
155969  direction="r",
155970  lccode=0x10CD2,
155971  linebreak="al",
155972  unicodeslot=0x10C92,
155973 },
155974 [0x10C93]={
155975  category="lu",
155976  description="OLD HUNGARIAN CAPITAL LETTER EK",
155977  direction="r",
155978  lccode=0x10CD3,
155979  linebreak="al",
155980  unicodeslot=0x10C93,
155981 },
155982 [0x10C94]={
155983  category="lu",
155984  description="OLD HUNGARIAN CAPITAL LETTER AK",
155985  direction="r",
155986  lccode=0x10CD4,
155987  linebreak="al",
155988  unicodeslot=0x10C94,
155989 },
155990 [0x10C95]={
155991  category="lu",
155992  description="OLD HUNGARIAN CAPITAL LETTER UNK",
155993  direction="r",
155994  lccode=0x10CD5,
155995  linebreak="al",
155996  unicodeslot=0x10C95,
155997 },
155998 [0x10C96]={
155999  category="lu",
156000  description="OLD HUNGARIAN CAPITAL LETTER EL",
156001  direction="r",
156002  lccode=0x10CD6,
156003  linebreak="al",
156004  unicodeslot=0x10C96,
156005 },
156006 [0x10C97]={
156007  category="lu",
156008  description="OLD HUNGARIAN CAPITAL LETTER ELY",
156009  direction="r",
156010  lccode=0x10CD7,
156011  linebreak="al",
156012  unicodeslot=0x10C97,
156013 },
156014 [0x10C98]={
156015  category="lu",
156016  description="OLD HUNGARIAN CAPITAL LETTER EM",
156017  direction="r",
156018  lccode=0x10CD8,
156019  linebreak="al",
156020  unicodeslot=0x10C98,
156021 },
156022 [0x10C99]={
156023  category="lu",
156024  description="OLD HUNGARIAN CAPITAL LETTER EN",
156025  direction="r",
156026  lccode=0x10CD9,
156027  linebreak="al",
156028  unicodeslot=0x10C99,
156029 },
156030 [0x10C9A]={
156031  category="lu",
156032  description="OLD HUNGARIAN CAPITAL LETTER ENY",
156033  direction="r",
156034  lccode=0x10CDA,
156035  linebreak="al",
156036  unicodeslot=0x10C9A,
156037 },
156038 [0x10C9B]={
156039  category="lu",
156040  description="OLD HUNGARIAN CAPITAL LETTER O",
156041  direction="r",
156042  lccode=0x10CDB,
156043  linebreak="al",
156044  unicodeslot=0x10C9B,
156045 },
156046 [0x10C9C]={
156047  category="lu",
156048  description="OLD HUNGARIAN CAPITAL LETTER OO",
156049  direction="r",
156050  lccode=0x10CDC,
156051  linebreak="al",
156052  unicodeslot=0x10C9C,
156053 },
156054 [0x10C9D]={
156055  category="lu",
156056  description="OLD HUNGARIAN CAPITAL LETTER NIKOLSBURG OE",
156057  direction="r",
156058  lccode=0x10CDD,
156059  linebreak="al",
156060  unicodeslot=0x10C9D,
156061 },
156062 [0x10C9E]={
156063  category="lu",
156064  description="OLD HUNGARIAN CAPITAL LETTER RUDIMENTA OE",
156065  direction="r",
156066  lccode=0x10CDE,
156067  linebreak="al",
156068  unicodeslot=0x10C9E,
156069 },
156070 [0x10C9F]={
156071  category="lu",
156072  description="OLD HUNGARIAN CAPITAL LETTER OEE",
156073  direction="r",
156074  lccode=0x10CDF,
156075  linebreak="al",
156076  unicodeslot=0x10C9F,
156077 },
156078 [0x10CA0]={
156079  category="lu",
156080  description="OLD HUNGARIAN CAPITAL LETTER EP",
156081  direction="r",
156082  lccode=0x10CE0,
156083  linebreak="al",
156084  unicodeslot=0x10CA0,
156085 },
156086 [0x10CA1]={
156087  category="lu",
156088  description="OLD HUNGARIAN CAPITAL LETTER EMP",
156089  direction="r",
156090  lccode=0x10CE1,
156091  linebreak="al",
156092  unicodeslot=0x10CA1,
156093 },
156094 [0x10CA2]={
156095  category="lu",
156096  description="OLD HUNGARIAN CAPITAL LETTER ER",
156097  direction="r",
156098  lccode=0x10CE2,
156099  linebreak="al",
156100  unicodeslot=0x10CA2,
156101 },
156102 [0x10CA3]={
156103  category="lu",
156104  description="OLD HUNGARIAN CAPITAL LETTER SHORT ER",
156105  direction="r",
156106  lccode=0x10CE3,
156107  linebreak="al",
156108  unicodeslot=0x10CA3,
156109 },
156110 [0x10CA4]={
156111  category="lu",
156112  description="OLD HUNGARIAN CAPITAL LETTER ES",
156113  direction="r",
156114  lccode=0x10CE4,
156115  linebreak="al",
156116  unicodeslot=0x10CA4,
156117 },
156118 [0x10CA5]={
156119  category="lu",
156120  description="OLD HUNGARIAN CAPITAL LETTER ESZ",
156121  direction="r",
156122  lccode=0x10CE5,
156123  linebreak="al",
156124  unicodeslot=0x10CA5,
156125 },
156126 [0x10CA6]={
156127  category="lu",
156128  description="OLD HUNGARIAN CAPITAL LETTER ET",
156129  direction="r",
156130  lccode=0x10CE6,
156131  linebreak="al",
156132  unicodeslot=0x10CA6,
156133 },
156134 [0x10CA7]={
156135  category="lu",
156136  description="OLD HUNGARIAN CAPITAL LETTER ENT",
156137  direction="r",
156138  lccode=0x10CE7,
156139  linebreak="al",
156140  unicodeslot=0x10CA7,
156141 },
156142 [0x10CA8]={
156143  category="lu",
156144  description="OLD HUNGARIAN CAPITAL LETTER ETY",
156145  direction="r",
156146  lccode=0x10CE8,
156147  linebreak="al",
156148  unicodeslot=0x10CA8,
156149 },
156150 [0x10CA9]={
156151  category="lu",
156152  description="OLD HUNGARIAN CAPITAL LETTER ECH",
156153  direction="r",
156154  lccode=0x10CE9,
156155  linebreak="al",
156156  unicodeslot=0x10CA9,
156157 },
156158 [0x10CAA]={
156159  category="lu",
156160  description="OLD HUNGARIAN CAPITAL LETTER U",
156161  direction="r",
156162  lccode=0x10CEA,
156163  linebreak="al",
156164  unicodeslot=0x10CAA,
156165 },
156166 [0x10CAB]={
156167  category="lu",
156168  description="OLD HUNGARIAN CAPITAL LETTER UU",
156169  direction="r",
156170  lccode=0x10CEB,
156171  linebreak="al",
156172  unicodeslot=0x10CAB,
156173 },
156174 [0x10CAC]={
156175  category="lu",
156176  description="OLD HUNGARIAN CAPITAL LETTER NIKOLSBURG UE",
156177  direction="r",
156178  lccode=0x10CEC,
156179  linebreak="al",
156180  unicodeslot=0x10CAC,
156181 },
156182 [0x10CAD]={
156183  category="lu",
156184  description="OLD HUNGARIAN CAPITAL LETTER RUDIMENTA UE",
156185  direction="r",
156186  lccode=0x10CED,
156187  linebreak="al",
156188  unicodeslot=0x10CAD,
156189 },
156190 [0x10CAE]={
156191  category="lu",
156192  description="OLD HUNGARIAN CAPITAL LETTER EV",
156193  direction="r",
156194  lccode=0x10CEE,
156195  linebreak="al",
156196  unicodeslot=0x10CAE,
156197 },
156198 [0x10CAF]={
156199  category="lu",
156200  description="OLD HUNGARIAN CAPITAL LETTER EZ",
156201  direction="r",
156202  lccode=0x10CEF,
156203  linebreak="al",
156204  unicodeslot=0x10CAF,
156205 },
156206 [0x10CB0]={
156207  category="lu",
156208  description="OLD HUNGARIAN CAPITAL LETTER EZS",
156209  direction="r",
156210  lccode=0x10CF0,
156211  linebreak="al",
156212  unicodeslot=0x10CB0,
156213 },
156214 [0x10CB1]={
156215  category="lu",
156216  description="OLD HUNGARIAN CAPITAL LETTER ENT-SHAPED SIGN",
156217  direction="r",
156218  lccode=0x10CF1,
156219  linebreak="al",
156220  unicodeslot=0x10CB1,
156221 },
156222 [0x10CB2]={
156223  category="lu",
156224  description="OLD HUNGARIAN CAPITAL LETTER US",
156225  direction="r",
156226  lccode=0x10CF2,
156227  linebreak="al",
156228  unicodeslot=0x10CB2,
156229 },
156230 [0x10CC0]={
156231  category="ll",
156232  description="OLD HUNGARIAN SMALL LETTER A",
156233  direction="r",
156234  linebreak="al",
156235  unicodeslot=0x10CC0,
156236 },
156237 [0x10CC1]={
156238  category="ll",
156239  description="OLD HUNGARIAN SMALL LETTER AA",
156240  direction="r",
156241  linebreak="al",
156242  unicodeslot=0x10CC1,
156243 },
156244 [0x10CC2]={
156245  category="ll",
156246  description="OLD HUNGARIAN SMALL LETTER EB",
156247  direction="r",
156248  linebreak="al",
156249  unicodeslot=0x10CC2,
156250 },
156251 [0x10CC3]={
156252  category="ll",
156253  description="OLD HUNGARIAN SMALL LETTER AMB",
156254  direction="r",
156255  linebreak="al",
156256  unicodeslot=0x10CC3,
156257 },
156258 [0x10CC4]={
156259  category="ll",
156260  description="OLD HUNGARIAN SMALL LETTER EC",
156261  direction="r",
156262  linebreak="al",
156263  unicodeslot=0x10CC4,
156264 },
156265 [0x10CC5]={
156266  category="ll",
156267  description="OLD HUNGARIAN SMALL LETTER ENC",
156268  direction="r",
156269  linebreak="al",
156270  unicodeslot=0x10CC5,
156271 },
156272 [0x10CC6]={
156273  category="ll",
156274  description="OLD HUNGARIAN SMALL LETTER ECS",
156275  direction="r",
156276  linebreak="al",
156277  unicodeslot=0x10CC6,
156278 },
156279 [0x10CC7]={
156280  category="ll",
156281  description="OLD HUNGARIAN SMALL LETTER ED",
156282  direction="r",
156283  linebreak="al",
156284  unicodeslot=0x10CC7,
156285 },
156286 [0x10CC8]={
156287  category="ll",
156288  description="OLD HUNGARIAN SMALL LETTER AND",
156289  direction="r",
156290  linebreak="al",
156291  unicodeslot=0x10CC8,
156292 },
156293 [0x10CC9]={
156294  category="ll",
156295  description="OLD HUNGARIAN SMALL LETTER E",
156296  direction="r",
156297  linebreak="al",
156298  unicodeslot=0x10CC9,
156299 },
156300 [0x10CCA]={
156301  category="ll",
156302  description="OLD HUNGARIAN SMALL LETTER CLOSE E",
156303  direction="r",
156304  linebreak="al",
156305  unicodeslot=0x10CCA,
156306 },
156307 [0x10CCB]={
156308  category="ll",
156309  description="OLD HUNGARIAN SMALL LETTER EE",
156310  direction="r",
156311  linebreak="al",
156312  unicodeslot=0x10CCB,
156313 },
156314 [0x10CCC]={
156315  category="ll",
156316  description="OLD HUNGARIAN SMALL LETTER EF",
156317  direction="r",
156318  linebreak="al",
156319  unicodeslot=0x10CCC,
156320 },
156321 [0x10CCD]={
156322  category="ll",
156323  description="OLD HUNGARIAN SMALL LETTER EG",
156324  direction="r",
156325  linebreak="al",
156326  unicodeslot=0x10CCD,
156327 },
156328 [0x10CCE]={
156329  category="ll",
156330  description="OLD HUNGARIAN SMALL LETTER EGY",
156331  direction="r",
156332  linebreak="al",
156333  unicodeslot=0x10CCE,
156334 },
156335 [0x10CCF]={
156336  category="ll",
156337  description="OLD HUNGARIAN SMALL LETTER EH",
156338  direction="r",
156339  linebreak="al",
156340  unicodeslot=0x10CCF,
156341 },
156342 [0x10CD0]={
156343  category="ll",
156344  description="OLD HUNGARIAN SMALL LETTER I",
156345  direction="r",
156346  linebreak="al",
156347  unicodeslot=0x10CD0,
156348 },
156349 [0x10CD1]={
156350  category="ll",
156351  description="OLD HUNGARIAN SMALL LETTER II",
156352  direction="r",
156353  linebreak="al",
156354  unicodeslot=0x10CD1,
156355 },
156356 [0x10CD2]={
156357  category="ll",
156358  description="OLD HUNGARIAN SMALL LETTER EJ",
156359  direction="r",
156360  linebreak="al",
156361  unicodeslot=0x10CD2,
156362 },
156363 [0x10CD3]={
156364  category="ll",
156365  description="OLD HUNGARIAN SMALL LETTER EK",
156366  direction="r",
156367  linebreak="al",
156368  unicodeslot=0x10CD3,
156369 },
156370 [0x10CD4]={
156371  category="ll",
156372  description="OLD HUNGARIAN SMALL LETTER AK",
156373  direction="r",
156374  linebreak="al",
156375  unicodeslot=0x10CD4,
156376 },
156377 [0x10CD5]={
156378  category="ll",
156379  description="OLD HUNGARIAN SMALL LETTER UNK",
156380  direction="r",
156381  linebreak="al",
156382  unicodeslot=0x10CD5,
156383 },
156384 [0x10CD6]={
156385  category="ll",
156386  description="OLD HUNGARIAN SMALL LETTER EL",
156387  direction="r",
156388  linebreak="al",
156389  unicodeslot=0x10CD6,
156390 },
156391 [0x10CD7]={
156392  category="ll",
156393  description="OLD HUNGARIAN SMALL LETTER ELY",
156394  direction="r",
156395  linebreak="al",
156396  unicodeslot=0x10CD7,
156397 },
156398 [0x10CD8]={
156399  category="ll",
156400  description="OLD HUNGARIAN SMALL LETTER EM",
156401  direction="r",
156402  linebreak="al",
156403  unicodeslot=0x10CD8,
156404 },
156405 [0x10CD9]={
156406  category="ll",
156407  description="OLD HUNGARIAN SMALL LETTER EN",
156408  direction="r",
156409  linebreak="al",
156410  unicodeslot=0x10CD9,
156411 },
156412 [0x10CDA]={
156413  category="ll",
156414  description="OLD HUNGARIAN SMALL LETTER ENY",
156415  direction="r",
156416  linebreak="al",
156417  unicodeslot=0x10CDA,
156418 },
156419 [0x10CDB]={
156420  category="ll",
156421  description="OLD HUNGARIAN SMALL LETTER O",
156422  direction="r",
156423  linebreak="al",
156424  unicodeslot=0x10CDB,
156425 },
156426 [0x10CDC]={
156427  category="ll",
156428  description="OLD HUNGARIAN SMALL LETTER OO",
156429  direction="r",
156430  linebreak="al",
156431  unicodeslot=0x10CDC,
156432 },
156433 [0x10CDD]={
156434  category="ll",
156435  description="OLD HUNGARIAN SMALL LETTER NIKOLSBURG OE",
156436  direction="r",
156437  linebreak="al",
156438  unicodeslot=0x10CDD,
156439 },
156440 [0x10CDE]={
156441  category="ll",
156442  description="OLD HUNGARIAN SMALL LETTER RUDIMENTA OE",
156443  direction="r",
156444  linebreak="al",
156445  unicodeslot=0x10CDE,
156446 },
156447 [0x10CDF]={
156448  category="ll",
156449  description="OLD HUNGARIAN SMALL LETTER OEE",
156450  direction="r",
156451  linebreak="al",
156452  unicodeslot=0x10CDF,
156453 },
156454 [0x10CE0]={
156455  category="ll",
156456  description="OLD HUNGARIAN SMALL LETTER EP",
156457  direction="r",
156458  linebreak="al",
156459  unicodeslot=0x10CE0,
156460 },
156461 [0x10CE1]={
156462  category="ll",
156463  description="OLD HUNGARIAN SMALL LETTER EMP",
156464  direction="r",
156465  linebreak="al",
156466  unicodeslot=0x10CE1,
156467 },
156468 [0x10CE2]={
156469  category="ll",
156470  description="OLD HUNGARIAN SMALL LETTER ER",
156471  direction="r",
156472  linebreak="al",
156473  unicodeslot=0x10CE2,
156474 },
156475 [0x10CE3]={
156476  category="ll",
156477  description="OLD HUNGARIAN SMALL LETTER SHORT ER",
156478  direction="r",
156479  linebreak="al",
156480  unicodeslot=0x10CE3,
156481 },
156482 [0x10CE4]={
156483  category="ll",
156484  description="OLD HUNGARIAN SMALL LETTER ES",
156485  direction="r",
156486  linebreak="al",
156487  unicodeslot=0x10CE4,
156488 },
156489 [0x10CE5]={
156490  category="ll",
156491  description="OLD HUNGARIAN SMALL LETTER ESZ",
156492  direction="r",
156493  linebreak="al",
156494  unicodeslot=0x10CE5,
156495 },
156496 [0x10CE6]={
156497  category="ll",
156498  description="OLD HUNGARIAN SMALL LETTER ET",
156499  direction="r",
156500  linebreak="al",
156501  unicodeslot=0x10CE6,
156502 },
156503 [0x10CE7]={
156504  category="ll",
156505  description="OLD HUNGARIAN SMALL LETTER ENT",
156506  direction="r",
156507  linebreak="al",
156508  unicodeslot=0x10CE7,
156509 },
156510 [0x10CE8]={
156511  category="ll",
156512  description="OLD HUNGARIAN SMALL LETTER ETY",
156513  direction="r",
156514  linebreak="al",
156515  unicodeslot=0x10CE8,
156516 },
156517 [0x10CE9]={
156518  category="ll",
156519  description="OLD HUNGARIAN SMALL LETTER ECH",
156520  direction="r",
156521  linebreak="al",
156522  unicodeslot=0x10CE9,
156523 },
156524 [0x10CEA]={
156525  category="ll",
156526  description="OLD HUNGARIAN SMALL LETTER U",
156527  direction="r",
156528  linebreak="al",
156529  unicodeslot=0x10CEA,
156530 },
156531 [0x10CEB]={
156532  category="ll",
156533  description="OLD HUNGARIAN SMALL LETTER UU",
156534  direction="r",
156535  linebreak="al",
156536  unicodeslot=0x10CEB,
156537 },
156538 [0x10CEC]={
156539  category="ll",
156540  description="OLD HUNGARIAN SMALL LETTER NIKOLSBURG UE",
156541  direction="r",
156542  linebreak="al",
156543  unicodeslot=0x10CEC,
156544 },
156545 [0x10CED]={
156546  category="ll",
156547  description="OLD HUNGARIAN SMALL LETTER RUDIMENTA UE",
156548  direction="r",
156549  linebreak="al",
156550  unicodeslot=0x10CED,
156551 },
156552 [0x10CEE]={
156553  category="ll",
156554  description="OLD HUNGARIAN SMALL LETTER EV",
156555  direction="r",
156556  linebreak="al",
156557  unicodeslot=0x10CEE,
156558 },
156559 [0x10CEF]={
156560  category="ll",
156561  description="OLD HUNGARIAN SMALL LETTER EZ",
156562  direction="r",
156563  linebreak="al",
156564  unicodeslot=0x10CEF,
156565 },
156566 [0x10CF0]={
156567  category="ll",
156568  description="OLD HUNGARIAN SMALL LETTER EZS",
156569  direction="r",
156570  linebreak="al",
156571  unicodeslot=0x10CF0,
156572 },
156573 [0x10CF1]={
156574  category="ll",
156575  description="OLD HUNGARIAN SMALL LETTER ENT-SHAPED SIGN",
156576  direction="r",
156577  linebreak="al",
156578  unicodeslot=0x10CF1,
156579 },
156580 [0x10CF2]={
156581  category="ll",
156582  description="OLD HUNGARIAN SMALL LETTER US",
156583  direction="r",
156584  linebreak="al",
156585  unicodeslot=0x10CF2,
156586 },
156587 [0x10CFA]={
156588  category="no",
156589  description="OLD HUNGARIAN NUMBER ONE",
156590  direction="r",
156591  linebreak="al",
156592  unicodeslot=0x10CFA,
156593 },
156594 [0x10CFB]={
156595  category="no",
156596  description="OLD HUNGARIAN NUMBER FIVE",
156597  direction="r",
156598  linebreak="al",
156599  unicodeslot=0x10CFB,
156600 },
156601 [0x10CFC]={
156602  category="no",
156603  description="OLD HUNGARIAN NUMBER TEN",
156604  direction="r",
156605  linebreak="al",
156606  unicodeslot=0x10CFC,
156607 },
156608 [0x10CFD]={
156609  category="no",
156610  description="OLD HUNGARIAN NUMBER FIFTY",
156611  direction="r",
156612  linebreak="al",
156613  unicodeslot=0x10CFD,
156614 },
156615 [0x10CFE]={
156616  category="no",
156617  description="OLD HUNGARIAN NUMBER ONE HUNDRED",
156618  direction="r",
156619  linebreak="al",
156620  unicodeslot=0x10CFE,
156621 },
156622 [0x10CFF]={
156623  category="no",
156624  description="OLD HUNGARIAN NUMBER ONE THOUSAND",
156625  direction="r",
156626  linebreak="al",
156627  unicodeslot=0x10CFF,
156628 },
156629 [0x10D00]={
156630  arabic="l",
156631  category="lo",
156632  description="HANIFI ROHINGYA LETTER A",
156633  direction="al",
156634  linebreak="al",
156635  unicodeslot=0x10D00,
156636 },
156637 [0x10D01]={
156638  arabic="d",
156639  category="lo",
156640  description="HANIFI ROHINGYA LETTER BA",
156641  direction="al",
156642  linebreak="al",
156643  unicodeslot=0x10D01,
156644 },
156645 [0x10D02]={
156646  arabic="d",
156647  category="lo",
156648  description="HANIFI ROHINGYA LETTER PA",
156649  direction="al",
156650  linebreak="al",
156651  unicodeslot=0x10D02,
156652 },
156653 [0x10D03]={
156654  arabic="d",
156655  category="lo",
156656  description="HANIFI ROHINGYA LETTER TA",
156657  direction="al",
156658  linebreak="al",
156659  unicodeslot=0x10D03,
156660 },
156661 [0x10D04]={
156662  arabic="d",
156663  category="lo",
156664  description="HANIFI ROHINGYA LETTER TTA",
156665  direction="al",
156666  linebreak="al",
156667  unicodeslot=0x10D04,
156668 },
156669 [0x10D05]={
156670  arabic="d",
156671  category="lo",
156672  description="HANIFI ROHINGYA LETTER JA",
156673  direction="al",
156674  linebreak="al",
156675  unicodeslot=0x10D05,
156676 },
156677 [0x10D06]={
156678  arabic="d",
156679  category="lo",
156680  description="HANIFI ROHINGYA LETTER CA",
156681  direction="al",
156682  linebreak="al",
156683  unicodeslot=0x10D06,
156684 },
156685 [0x10D07]={
156686  arabic="d",
156687  category="lo",
156688  description="HANIFI ROHINGYA LETTER HA",
156689  direction="al",
156690  linebreak="al",
156691  unicodeslot=0x10D07,
156692 },
156693 [0x10D08]={
156694  arabic="d",
156695  category="lo",
156696  description="HANIFI ROHINGYA LETTER KHA",
156697  direction="al",
156698  linebreak="al",
156699  unicodeslot=0x10D08,
156700 },
156701 [0x10D09]={
156702  arabic="d",
156703  category="lo",
156704  description="HANIFI ROHINGYA LETTER FA",
156705  direction="al",
156706  linebreak="al",
156707  unicodeslot=0x10D09,
156708 },
156709 [0x10D0A]={
156710  arabic="d",
156711  category="lo",
156712  description="HANIFI ROHINGYA LETTER DA",
156713  direction="al",
156714  linebreak="al",
156715  unicodeslot=0x10D0A,
156716 },
156717 [0x10D0B]={
156718  arabic="d",
156719  category="lo",
156720  description="HANIFI ROHINGYA LETTER DDA",
156721  direction="al",
156722  linebreak="al",
156723  unicodeslot=0x10D0B,
156724 },
156725 [0x10D0C]={
156726  arabic="d",
156727  category="lo",
156728  description="HANIFI ROHINGYA LETTER RA",
156729  direction="al",
156730  linebreak="al",
156731  unicodeslot=0x10D0C,
156732 },
156733 [0x10D0D]={
156734  arabic="d",
156735  category="lo",
156736  description="HANIFI ROHINGYA LETTER RRA",
156737  direction="al",
156738  linebreak="al",
156739  unicodeslot=0x10D0D,
156740 },
156741 [0x10D0E]={
156742  arabic="d",
156743  category="lo",
156744  description="HANIFI ROHINGYA LETTER ZA",
156745  direction="al",
156746  linebreak="al",
156747  unicodeslot=0x10D0E,
156748 },
156749 [0x10D0F]={
156750  arabic="d",
156751  category="lo",
156752  description="HANIFI ROHINGYA LETTER SA",
156753  direction="al",
156754  linebreak="al",
156755  unicodeslot=0x10D0F,
156756 },
156757 [0x10D10]={
156758  arabic="d",
156759  category="lo",
156760  description="HANIFI ROHINGYA LETTER SHA",
156761  direction="al",
156762  linebreak="al",
156763  unicodeslot=0x10D10,
156764 },
156765 [0x10D11]={
156766  arabic="d",
156767  category="lo",
156768  description="HANIFI ROHINGYA LETTER KA",
156769  direction="al",
156770  linebreak="al",
156771  unicodeslot=0x10D11,
156772 },
156773 [0x10D12]={
156774  arabic="d",
156775  category="lo",
156776  description="HANIFI ROHINGYA LETTER GA",
156777  direction="al",
156778  linebreak="al",
156779  unicodeslot=0x10D12,
156780 },
156781 [0x10D13]={
156782  arabic="d",
156783  category="lo",
156784  description="HANIFI ROHINGYA LETTER LA",
156785  direction="al",
156786  linebreak="al",
156787  unicodeslot=0x10D13,
156788 },
156789 [0x10D14]={
156790  arabic="d",
156791  category="lo",
156792  description="HANIFI ROHINGYA LETTER MA",
156793  direction="al",
156794  linebreak="al",
156795  unicodeslot=0x10D14,
156796 },
156797 [0x10D15]={
156798  arabic="d",
156799  category="lo",
156800  description="HANIFI ROHINGYA LETTER NA",
156801  direction="al",
156802  linebreak="al",
156803  unicodeslot=0x10D15,
156804 },
156805 [0x10D16]={
156806  arabic="d",
156807  category="lo",
156808  description="HANIFI ROHINGYA LETTER WA",
156809  direction="al",
156810  linebreak="al",
156811  unicodeslot=0x10D16,
156812 },
156813 [0x10D17]={
156814  arabic="d",
156815  category="lo",
156816  description="HANIFI ROHINGYA LETTER KINNA WA",
156817  direction="al",
156818  linebreak="al",
156819  unicodeslot=0x10D17,
156820 },
156821 [0x10D18]={
156822  arabic="d",
156823  category="lo",
156824  description="HANIFI ROHINGYA LETTER YA",
156825  direction="al",
156826  linebreak="al",
156827  unicodeslot=0x10D18,
156828 },
156829 [0x10D19]={
156830  arabic="d",
156831  category="lo",
156832  description="HANIFI ROHINGYA LETTER KINNA YA",
156833  direction="al",
156834  linebreak="al",
156835  unicodeslot=0x10D19,
156836 },
156837 [0x10D1A]={
156838  arabic="d",
156839  category="lo",
156840  description="HANIFI ROHINGYA LETTER NGA",
156841  direction="al",
156842  linebreak="al",
156843  unicodeslot=0x10D1A,
156844 },
156845 [0x10D1B]={
156846  arabic="d",
156847  category="lo",
156848  description="HANIFI ROHINGYA LETTER NYA",
156849  direction="al",
156850  linebreak="al",
156851  unicodeslot=0x10D1B,
156852 },
156853 [0x10D1C]={
156854  arabic="d",
156855  category="lo",
156856  description="HANIFI ROHINGYA LETTER VA",
156857  direction="al",
156858  linebreak="al",
156859  unicodeslot=0x10D1C,
156860 },
156861 [0x10D1D]={
156862  arabic="d",
156863  category="lo",
156864  description="HANIFI ROHINGYA VOWEL A",
156865  direction="al",
156866  linebreak="al",
156867  unicodeslot=0x10D1D,
156868 },
156869 [0x10D1E]={
156870  arabic="d",
156871  category="lo",
156872  description="HANIFI ROHINGYA VOWEL I",
156873  direction="al",
156874  linebreak="al",
156875  unicodeslot=0x10D1E,
156876 },
156877 [0x10D1F]={
156878  arabic="d",
156879  category="lo",
156880  description="HANIFI ROHINGYA VOWEL U",
156881  direction="al",
156882  linebreak="al",
156883  unicodeslot=0x10D1F,
156884 },
156885 [0x10D20]={
156886  arabic="d",
156887  category="lo",
156888  description="HANIFI ROHINGYA VOWEL E",
156889  direction="al",
156890  linebreak="al",
156891  unicodeslot=0x10D20,
156892 },
156893 [0x10D21]={
156894  arabic="d",
156895  category="lo",
156896  description="HANIFI ROHINGYA VOWEL O",
156897  direction="al",
156898  linebreak="al",
156899  unicodeslot=0x10D21,
156900 },
156901 [0x10D22]={
156902  arabic="r",
156903  category="lo",
156904  description="HANIFI ROHINGYA MARK SAKIN",
156905  direction="al",
156906  linebreak="al",
156907  unicodeslot=0x10D22,
156908 },
156909 [0x10D23]={
156910  arabic="d",
156911  category="lo",
156912  description="HANIFI ROHINGYA MARK NA KHONNA",
156913  direction="al",
156914  linebreak="al",
156915  unicodeslot=0x10D23,
156916 },
156917 [0x10D24]={
156918  category="mn",
156919  combining=0xE6,
156920  description="HANIFI ROHINGYA SIGN HARBAHAY",
156921  direction="nsm",
156922  linebreak="cm",
156923  unicodeslot=0x10D24,
156924 },
156925 [0x10D25]={
156926  category="mn",
156927  combining=0xE6,
156928  description="HANIFI ROHINGYA SIGN TAHALA",
156929  direction="nsm",
156930  linebreak="cm",
156931  unicodeslot=0x10D25,
156932 },
156933 [0x10D26]={
156934  category="mn",
156935  combining=0xE6,
156936  description="HANIFI ROHINGYA SIGN TANA",
156937  direction="nsm",
156938  linebreak="cm",
156939  unicodeslot=0x10D26,
156940 },
156941 [0x10D27]={
156942  category="mn",
156943  combining=0xE6,
156944  description="HANIFI ROHINGYA SIGN TASSI",
156945  direction="nsm",
156946  linebreak="cm",
156947  unicodeslot=0x10D27,
156948 },
156949 [0x10D30]={
156950  category="nd",
156951  description="HANIFI ROHINGYA DIGIT ZERO",
156952  direction="an",
156953  linebreak="nu",
156954  unicodeslot=0x10D30,
156955 },
156956 [0x10D31]={
156957  category="nd",
156958  description="HANIFI ROHINGYA DIGIT ONE",
156959  direction="an",
156960  linebreak="nu",
156961  unicodeslot=0x10D31,
156962 },
156963 [0x10D32]={
156964  category="nd",
156965  description="HANIFI ROHINGYA DIGIT TWO",
156966  direction="an",
156967  linebreak="nu",
156968  unicodeslot=0x10D32,
156969 },
156970 [0x10D33]={
156971  category="nd",
156972  description="HANIFI ROHINGYA DIGIT THREE",
156973  direction="an",
156974  linebreak="nu",
156975  unicodeslot=0x10D33,
156976 },
156977 [0x10D34]={
156978  category="nd",
156979  description="HANIFI ROHINGYA DIGIT FOUR",
156980  direction="an",
156981  linebreak="nu",
156982  unicodeslot=0x10D34,
156983 },
156984 [0x10D35]={
156985  category="nd",
156986  description="HANIFI ROHINGYA DIGIT FIVE",
156987  direction="an",
156988  linebreak="nu",
156989  unicodeslot=0x10D35,
156990 },
156991 [0x10D36]={
156992  category="nd",
156993  description="HANIFI ROHINGYA DIGIT SIX",
156994  direction="an",
156995  linebreak="nu",
156996  unicodeslot=0x10D36,
156997 },
156998 [0x10D37]={
156999  category="nd",
157000  description="HANIFI ROHINGYA DIGIT SEVEN",
157001  direction="an",
157002  linebreak="nu",
157003  unicodeslot=0x10D37,
157004 },
157005 [0x10D38]={
157006  category="nd",
157007  description="HANIFI ROHINGYA DIGIT EIGHT",
157008  direction="an",
157009  linebreak="nu",
157010  unicodeslot=0x10D38,
157011 },
157012 [0x10D39]={
157013  category="nd",
157014  description="HANIFI ROHINGYA DIGIT NINE",
157015  direction="an",
157016  linebreak="nu",
157017  unicodeslot=0x10D39,
157018 },
157019 [0x10D40]={
157020  category="nd",
157021  description="GARAY DIGIT ZERO",
157022  direction="an",
157023  linebreak="nu",
157024  unicodeslot=0x10D40,
157025 },
157026 [0x10D41]={
157027  category="nd",
157028  description="GARAY DIGIT ONE",
157029  direction="an",
157030  linebreak="nu",
157031  unicodeslot=0x10D41,
157032 },
157033 [0x10D42]={
157034  category="nd",
157035  description="GARAY DIGIT TWO",
157036  direction="an",
157037  linebreak="nu",
157038  unicodeslot=0x10D42,
157039 },
157040 [0x10D43]={
157041  category="nd",
157042  description="GARAY DIGIT THREE",
157043  direction="an",
157044  linebreak="nu",
157045  unicodeslot=0x10D43,
157046 },
157047 [0x10D44]={
157048  category="nd",
157049  description="GARAY DIGIT FOUR",
157050  direction="an",
157051  linebreak="nu",
157052  unicodeslot=0x10D44,
157053 },
157054 [0x10D45]={
157055  category="nd",
157056  description="GARAY DIGIT FIVE",
157057  direction="an",
157058  linebreak="nu",
157059  unicodeslot=0x10D45,
157060 },
157061 [0x10D46]={
157062  category="nd",
157063  description="GARAY DIGIT SIX",
157064  direction="an",
157065  linebreak="nu",
157066  unicodeslot=0x10D46,
157067 },
157068 [0x10D47]={
157069  category="nd",
157070  description="GARAY DIGIT SEVEN",
157071  direction="an",
157072  linebreak="nu",
157073  unicodeslot=0x10D47,
157074 },
157075 [0x10D48]={
157076  category="nd",
157077  description="GARAY DIGIT EIGHT",
157078  direction="an",
157079  linebreak="nu",
157080  unicodeslot=0x10D48,
157081 },
157082 [0x10D49]={
157083  category="nd",
157084  description="GARAY DIGIT NINE",
157085  direction="an",
157086  linebreak="nu",
157087  unicodeslot=0x10D49,
157088 },
157089 [0x10D4A]={
157090  category="lo",
157091  description="GARAY VOWEL SIGN A",
157092  direction="r",
157093  linebreak="al",
157094  unicodeslot=0x10D4A,
157095 },
157096 [0x10D4B]={
157097  category="lo",
157098  description="GARAY VOWEL SIGN I",
157099  direction="r",
157100  linebreak="al",
157101  unicodeslot=0x10D4B,
157102 },
157103 [0x10D4C]={
157104  category="lo",
157105  description="GARAY VOWEL SIGN O",
157106  direction="r",
157107  linebreak="al",
157108  unicodeslot=0x10D4C,
157109 },
157110 [0x10D4D]={
157111  category="lo",
157112  description="GARAY VOWEL SIGN EE",
157113  direction="r",
157114  linebreak="al",
157115  unicodeslot=0x10D4D,
157116 },
157117 [0x10D4E]={
157118  category="lm",
157119  description="GARAY VOWEL LENGTH MARK",
157120  direction="r",
157121  linebreak="al",
157122  unicodeslot=0x10D4E,
157123 },
157124 [0x10D4F]={
157125  category="lo",
157126  description="GARAY SUKUN",
157127  direction="r",
157128  linebreak="al",
157129  unicodeslot=0x10D4F,
157130 },
157131 [0x10D50]={
157132  category="lu",
157133  description="GARAY CAPITAL LETTER A",
157134  direction="r",
157135  lccode=0x10D70,
157136  linebreak="al",
157137  unicodeslot=0x10D50,
157138 },
157139 [0x10D51]={
157140  category="lu",
157141  description="GARAY CAPITAL LETTER CA",
157142  direction="r",
157143  lccode=0x10D71,
157144  linebreak="al",
157145  unicodeslot=0x10D51,
157146 },
157147 [0x10D52]={
157148  category="lu",
157149  description="GARAY CAPITAL LETTER MA",
157150  direction="r",
157151  lccode=0x10D72,
157152  linebreak="al",
157153  unicodeslot=0x10D52,
157154 },
157155 [0x10D53]={
157156  category="lu",
157157  description="GARAY CAPITAL LETTER KA",
157158  direction="r",
157159  lccode=0x10D73,
157160  linebreak="al",
157161  unicodeslot=0x10D53,
157162 },
157163 [0x10D54]={
157164  category="lu",
157165  description="GARAY CAPITAL LETTER BA",
157166  direction="r",
157167  lccode=0x10D74,
157168  linebreak="al",
157169  unicodeslot=0x10D54,
157170 },
157171 [0x10D55]={
157172  category="lu",
157173  description="GARAY CAPITAL LETTER JA",
157174  direction="r",
157175  lccode=0x10D75,
157176  linebreak="al",
157177  unicodeslot=0x10D55,
157178 },
157179 [0x10D56]={
157180  category="lu",
157181  description="GARAY CAPITAL LETTER SA",
157182  direction="r",
157183  lccode=0x10D76,
157184  linebreak="al",
157185  unicodeslot=0x10D56,
157186 },
157187 [0x10D57]={
157188  category="lu",
157189  description="GARAY CAPITAL LETTER WA",
157190  direction="r",
157191  lccode=0x10D77,
157192  linebreak="al",
157193  unicodeslot=0x10D57,
157194 },
157195 [0x10D58]={
157196  category="lu",
157197  description="GARAY CAPITAL LETTER LA",
157198  direction="r",
157199  lccode=0x10D78,
157200  linebreak="al",
157201  unicodeslot=0x10D58,
157202 },
157203 [0x10D59]={
157204  category="lu",
157205  description="GARAY CAPITAL LETTER GA",
157206  direction="r",
157207  lccode=0x10D79,
157208  linebreak="al",
157209  unicodeslot=0x10D59,
157210 },
157211 [0x10D5A]={
157212  category="lu",
157213  description="GARAY CAPITAL LETTER DA",
157214  direction="r",
157215  lccode=0x10D7A,
157216  linebreak="al",
157217  unicodeslot=0x10D5A,
157218 },
157219 [0x10D5B]={
157220  category="lu",
157221  description="GARAY CAPITAL LETTER XA",
157222  direction="r",
157223  lccode=0x10D7B,
157224  linebreak="al",
157225  unicodeslot=0x10D5B,
157226 },
157227 [0x10D5C]={
157228  category="lu",
157229  description="GARAY CAPITAL LETTER YA",
157230  direction="r",
157231  lccode=0x10D7C,
157232  linebreak="al",
157233  unicodeslot=0x10D5C,
157234 },
157235 [0x10D5D]={
157236  category="lu",
157237  description="GARAY CAPITAL LETTER TA",
157238  direction="r",
157239  lccode=0x10D7D,
157240  linebreak="al",
157241  unicodeslot=0x10D5D,
157242 },
157243 [0x10D5E]={
157244  category="lu",
157245  description="GARAY CAPITAL LETTER RA",
157246  direction="r",
157247  lccode=0x10D7E,
157248  linebreak="al",
157249  unicodeslot=0x10D5E,
157250 },
157251 [0x10D5F]={
157252  category="lu",
157253  description="GARAY CAPITAL LETTER NYA",
157254  direction="r",
157255  lccode=0x10D7F,
157256  linebreak="al",
157257  unicodeslot=0x10D5F,
157258 },
157259 [0x10D60]={
157260  category="lu",
157261  description="GARAY CAPITAL LETTER FA",
157262  direction="r",
157263  lccode=0x10D80,
157264  linebreak="al",
157265  unicodeslot=0x10D60,
157266 },
157267 [0x10D61]={
157268  category="lu",
157269  description="GARAY CAPITAL LETTER NA",
157270  direction="r",
157271  lccode=0x10D81,
157272  linebreak="al",
157273  unicodeslot=0x10D61,
157274 },
157275 [0x10D62]={
157276  category="lu",
157277  description="GARAY CAPITAL LETTER PA",
157278  direction="r",
157279  lccode=0x10D82,
157280  linebreak="al",
157281  unicodeslot=0x10D62,
157282 },
157283 [0x10D63]={
157284  category="lu",
157285  description="GARAY CAPITAL LETTER HA",
157286  direction="r",
157287  lccode=0x10D83,
157288  linebreak="al",
157289  unicodeslot=0x10D63,
157290 },
157291 [0x10D64]={
157292  category="lu",
157293  description="GARAY CAPITAL LETTER OLD KA",
157294  direction="r",
157295  lccode=0x10D84,
157296  linebreak="al",
157297  unicodeslot=0x10D64,
157298 },
157299 [0x10D65]={
157300  category="lu",
157301  description="GARAY CAPITAL LETTER OLD NA",
157302  direction="r",
157303  lccode=0x10D85,
157304  linebreak="al",
157305  unicodeslot=0x10D65,
157306 },
157307 [0x10D69]={
157308  category="mn",
157309  combining=0xE6,
157310  description="GARAY VOWEL SIGN E",
157311  direction="nsm",
157312  linebreak="cm",
157313  unicodeslot=0x10D69,
157314 },
157315 [0x10D6A]={
157316  category="mn",
157317  combining=0xE6,
157318  description="GARAY CONSONANT GEMINATION MARK",
157319  direction="nsm",
157320  linebreak="cm",
157321  unicodeslot=0x10D6A,
157322 },
157323 [0x10D6B]={
157324  category="mn",
157325  combining=0xE6,
157326  description="GARAY COMBINING DOT ABOVE",
157327  direction="nsm",
157328  linebreak="cm",
157329  unicodeslot=0x10D6B,
157330 },
157331 [0x10D6C]={
157332  category="mn",
157333  combining=0xE6,
157334  description="GARAY COMBINING DOUBLE DOT ABOVE",
157335  direction="nsm",
157336  linebreak="cm",
157337  unicodeslot=0x10D6C,
157338 },
157339 [0x10D6D]={
157340  category="mn",
157341  combining=0xE6,
157342  description="GARAY CONSONANT NASALIZATION MARK",
157343  direction="nsm",
157344  linebreak="cm",
157345  unicodeslot=0x10D6D,
157346 },
157347 [0x10D6E]={
157348  category="pd",
157349  description="GARAY HYPHEN",
157350  direction="on",
157351  linebreak="ba",
157352  unicodeslot=0x10D6E,
157353 },
157354 [0x10D6F]={
157355  category="lm",
157356  description="GARAY REDUPLICATION MARK",
157357  direction="r",
157358  linebreak="al",
157359  unicodeslot=0x10D6F,
157360 },
157361 [0x10D70]={
157362  category="ll",
157363  description="GARAY SMALL LETTER A",
157364  direction="r",
157365  linebreak="al",
157366  unicodeslot=0x10D70,
157367 },
157368 [0x10D71]={
157369  category="ll",
157370  description="GARAY SMALL LETTER CA",
157371  direction="r",
157372  linebreak="al",
157373  unicodeslot=0x10D71,
157374 },
157375 [0x10D72]={
157376  category="ll",
157377  description="GARAY SMALL LETTER MA",
157378  direction="r",
157379  linebreak="al",
157380  unicodeslot=0x10D72,
157381 },
157382 [0x10D73]={
157383  category="ll",
157384  description="GARAY SMALL LETTER KA",
157385  direction="r",
157386  linebreak="al",
157387  unicodeslot=0x10D73,
157388 },
157389 [0x10D74]={
157390  category="ll",
157391  description="GARAY SMALL LETTER BA",
157392  direction="r",
157393  linebreak="al",
157394  unicodeslot=0x10D74,
157395 },
157396 [0x10D75]={
157397  category="ll",
157398  description="GARAY SMALL LETTER JA",
157399  direction="r",
157400  linebreak="al",
157401  unicodeslot=0x10D75,
157402 },
157403 [0x10D76]={
157404  category="ll",
157405  description="GARAY SMALL LETTER SA",
157406  direction="r",
157407  linebreak="al",
157408  unicodeslot=0x10D76,
157409 },
157410 [0x10D77]={
157411  category="ll",
157412  description="GARAY SMALL LETTER WA",
157413  direction="r",
157414  linebreak="al",
157415  unicodeslot=0x10D77,
157416 },
157417 [0x10D78]={
157418  category="ll",
157419  description="GARAY SMALL LETTER LA",
157420  direction="r",
157421  linebreak="al",
157422  unicodeslot=0x10D78,
157423 },
157424 [0x10D79]={
157425  category="ll",
157426  description="GARAY SMALL LETTER GA",
157427  direction="r",
157428  linebreak="al",
157429  unicodeslot=0x10D79,
157430 },
157431 [0x10D7A]={
157432  category="ll",
157433  description="GARAY SMALL LETTER DA",
157434  direction="r",
157435  linebreak="al",
157436  unicodeslot=0x10D7A,
157437 },
157438 [0x10D7B]={
157439  category="ll",
157440  description="GARAY SMALL LETTER XA",
157441  direction="r",
157442  linebreak="al",
157443  unicodeslot=0x10D7B,
157444 },
157445 [0x10D7C]={
157446  category="ll",
157447  description="GARAY SMALL LETTER YA",
157448  direction="r",
157449  linebreak="al",
157450  unicodeslot=0x10D7C,
157451 },
157452 [0x10D7D]={
157453  category="ll",
157454  description="GARAY SMALL LETTER TA",
157455  direction="r",
157456  linebreak="al",
157457  unicodeslot=0x10D7D,
157458 },
157459 [0x10D7E]={
157460  category="ll",
157461  description="GARAY SMALL LETTER RA",
157462  direction="r",
157463  linebreak="al",
157464  unicodeslot=0x10D7E,
157465 },
157466 [0x10D7F]={
157467  category="ll",
157468  description="GARAY SMALL LETTER NYA",
157469  direction="r",
157470  linebreak="al",
157471  unicodeslot=0x10D7F,
157472 },
157473 [0x10D80]={
157474  category="ll",
157475  description="GARAY SMALL LETTER FA",
157476  direction="r",
157477  linebreak="al",
157478  unicodeslot=0x10D80,
157479 },
157480 [0x10D81]={
157481  category="ll",
157482  description="GARAY SMALL LETTER NA",
157483  direction="r",
157484  linebreak="al",
157485  unicodeslot=0x10D81,
157486 },
157487 [0x10D82]={
157488  category="ll",
157489  description="GARAY SMALL LETTER PA",
157490  direction="r",
157491  linebreak="al",
157492  unicodeslot=0x10D82,
157493 },
157494 [0x10D83]={
157495  category="ll",
157496  description="GARAY SMALL LETTER HA",
157497  direction="r",
157498  linebreak="al",
157499  unicodeslot=0x10D83,
157500 },
157501 [0x10D84]={
157502  category="ll",
157503  description="GARAY SMALL LETTER OLD KA",
157504  direction="r",
157505  linebreak="al",
157506  unicodeslot=0x10D84,
157507 },
157508 [0x10D85]={
157509  category="ll",
157510  description="GARAY SMALL LETTER OLD NA",
157511  direction="r",
157512  linebreak="al",
157513  unicodeslot=0x10D85,
157514 },
157515 [0x10D8E]={
157516  category="sm",
157517  description="GARAY PLUS SIGN",
157518  direction="r",
157519  linebreak="al",
157520  unicodeslot=0x10D8E,
157521 },
157522 [0x10D8F]={
157523  category="sm",
157524  description="GARAY MINUS SIGN",
157525  direction="r",
157526  linebreak="al",
157527  unicodeslot=0x10D8F,
157528 },
157529 [0x10E60]={
157530  category="no",
157531  description="RUMI DIGIT ONE",
157532  direction="an",
157533  linebreak="al",
157534  unicodeslot=0x10E60,
157535 },
157536 [0x10E61]={
157537  category="no",
157538  description="RUMI DIGIT TWO",
157539  direction="an",
157540  linebreak="al",
157541  unicodeslot=0x10E61,
157542 },
157543 [0x10E62]={
157544  category="no",
157545  description="RUMI DIGIT THREE",
157546  direction="an",
157547  linebreak="al",
157548  unicodeslot=0x10E62,
157549 },
157550 [0x10E63]={
157551  category="no",
157552  description="RUMI DIGIT FOUR",
157553  direction="an",
157554  linebreak="al",
157555  unicodeslot=0x10E63,
157556 },
157557 [0x10E64]={
157558  category="no",
157559  description="RUMI DIGIT FIVE",
157560  direction="an",
157561  linebreak="al",
157562  unicodeslot=0x10E64,
157563 },
157564 [0x10E65]={
157565  category="no",
157566  description="RUMI DIGIT SIX",
157567  direction="an",
157568  linebreak="al",
157569  unicodeslot=0x10E65,
157570 },
157571 [0x10E66]={
157572  category="no",
157573  description="RUMI DIGIT SEVEN",
157574  direction="an",
157575  linebreak="al",
157576  unicodeslot=0x10E66,
157577 },
157578 [0x10E67]={
157579  category="no",
157580  description="RUMI DIGIT EIGHT",
157581  direction="an",
157582  linebreak="al",
157583  unicodeslot=0x10E67,
157584 },
157585 [0x10E68]={
157586  category="no",
157587  description="RUMI DIGIT NINE",
157588  direction="an",
157589  linebreak="al",
157590  unicodeslot=0x10E68,
157591 },
157592 [0x10E69]={
157593  category="no",
157594  description="RUMI NUMBER TEN",
157595  direction="an",
157596  linebreak="al",
157597  unicodeslot=0x10E69,
157598 },
157599 [0x10E6A]={
157600  category="no",
157601  description="RUMI NUMBER TWENTY",
157602  direction="an",
157603  linebreak="al",
157604  unicodeslot=0x10E6A,
157605 },
157606 [0x10E6B]={
157607  category="no",
157608  description="RUMI NUMBER THIRTY",
157609  direction="an",
157610  linebreak="al",
157611  unicodeslot=0x10E6B,
157612 },
157613 [0x10E6C]={
157614  category="no",
157615  description="RUMI NUMBER FORTY",
157616  direction="an",
157617  linebreak="al",
157618  unicodeslot=0x10E6C,
157619 },
157620 [0x10E6D]={
157621  category="no",
157622  description="RUMI NUMBER FIFTY",
157623  direction="an",
157624  linebreak="al",
157625  unicodeslot=0x10E6D,
157626 },
157627 [0x10E6E]={
157628  category="no",
157629  description="RUMI NUMBER SIXTY",
157630  direction="an",
157631  linebreak="al",
157632  unicodeslot=0x10E6E,
157633 },
157634 [0x10E6F]={
157635  category="no",
157636  description="RUMI NUMBER SEVENTY",
157637  direction="an",
157638  linebreak="al",
157639  unicodeslot=0x10E6F,
157640 },
157641 [0x10E70]={
157642  category="no",
157643  description="RUMI NUMBER EIGHTY",
157644  direction="an",
157645  linebreak="al",
157646  unicodeslot=0x10E70,
157647 },
157648 [0x10E71]={
157649  category="no",
157650  description="RUMI NUMBER NINETY",
157651  direction="an",
157652  linebreak="al",
157653  unicodeslot=0x10E71,
157654 },
157655 [0x10E72]={
157656  category="no",
157657  description="RUMI NUMBER ONE HUNDRED",
157658  direction="an",
157659  linebreak="al",
157660  unicodeslot=0x10E72,
157661 },
157662 [0x10E73]={
157663  category="no",
157664  description="RUMI NUMBER TWO HUNDRED",
157665  direction="an",
157666  linebreak="al",
157667  unicodeslot=0x10E73,
157668 },
157669 [0x10E74]={
157670  category="no",
157671  description="RUMI NUMBER THREE HUNDRED",
157672  direction="an",
157673  linebreak="al",
157674  unicodeslot=0x10E74,
157675 },
157676 [0x10E75]={
157677  category="no",
157678  description="RUMI NUMBER FOUR HUNDRED",
157679  direction="an",
157680  linebreak="al",
157681  unicodeslot=0x10E75,
157682 },
157683 [0x10E76]={
157684  category="no",
157685  description="RUMI NUMBER FIVE HUNDRED",
157686  direction="an",
157687  linebreak="al",
157688  unicodeslot=0x10E76,
157689 },
157690 [0x10E77]={
157691  category="no",
157692  description="RUMI NUMBER SIX HUNDRED",
157693  direction="an",
157694  linebreak="al",
157695  unicodeslot=0x10E77,
157696 },
157697 [0x10E78]={
157698  category="no",
157699  description="RUMI NUMBER SEVEN HUNDRED",
157700  direction="an",
157701  linebreak="al",
157702  unicodeslot=0x10E78,
157703 },
157704 [0x10E79]={
157705  category="no",
157706  description="RUMI NUMBER EIGHT HUNDRED",
157707  direction="an",
157708  linebreak="al",
157709  unicodeslot=0x10E79,
157710 },
157711 [0x10E7A]={
157712  category="no",
157713  description="RUMI NUMBER NINE HUNDRED",
157714  direction="an",
157715  linebreak="al",
157716  unicodeslot=0x10E7A,
157717 },
157718 [0x10E7B]={
157719  category="no",
157720  description="RUMI FRACTION ONE HALF",
157721  direction="an",
157722  linebreak="al",
157723  unicodeslot=0x10E7B,
157724 },
157725 [0x10E7C]={
157726  category="no",
157727  description="RUMI FRACTION ONE QUARTER",
157728  direction="an",
157729  linebreak="al",
157730  unicodeslot=0x10E7C,
157731 },
157732 [0x10E7D]={
157733  category="no",
157734  description="RUMI FRACTION ONE THIRD",
157735  direction="an",
157736  linebreak="al",
157737  unicodeslot=0x10E7D,
157738 },
157739 [0x10E7E]={
157740  category="no",
157741  description="RUMI FRACTION TWO THIRDS",
157742  direction="an",
157743  linebreak="al",
157744  unicodeslot=0x10E7E,
157745 },
157746 [0x10E80]={
157747  category="lo",
157748  description="YEZIDI LETTER ELIF",
157749  direction="r",
157750  linebreak="al",
157751  unicodeslot=0x10E80,
157752 },
157753 [0x10E81]={
157754  category="lo",
157755  description="YEZIDI LETTER BE",
157756  direction="r",
157757  linebreak="al",
157758  unicodeslot=0x10E81,
157759 },
157760 [0x10E82]={
157761  category="lo",
157762  description="YEZIDI LETTER PE",
157763  direction="r",
157764  linebreak="al",
157765  unicodeslot=0x10E82,
157766 },
157767 [0x10E83]={
157768  category="lo",
157769  description="YEZIDI LETTER PHE",
157770  direction="r",
157771  linebreak="al",
157772  unicodeslot=0x10E83,
157773 },
157774 [0x10E84]={
157775  category="lo",
157776  description="YEZIDI LETTER THE",
157777  direction="r",
157778  linebreak="al",
157779  unicodeslot=0x10E84,
157780 },
157781 [0x10E85]={
157782  category="lo",
157783  description="YEZIDI LETTER SE",
157784  direction="r",
157785  linebreak="al",
157786  unicodeslot=0x10E85,
157787 },
157788 [0x10E86]={
157789  category="lo",
157790  description="YEZIDI LETTER CIM",
157791  direction="r",
157792  linebreak="al",
157793  unicodeslot=0x10E86,
157794 },
157795 [0x10E87]={
157796  category="lo",
157797  description="YEZIDI LETTER CHIM",
157798  direction="r",
157799  linebreak="al",
157800  unicodeslot=0x10E87,
157801 },
157802 [0x10E88]={
157803  category="lo",
157804  description="YEZIDI LETTER CHHIM",
157805  direction="r",
157806  linebreak="al",
157807  unicodeslot=0x10E88,
157808 },
157809 [0x10E89]={
157810  category="lo",
157811  description="YEZIDI LETTER HHA",
157812  direction="r",
157813  linebreak="al",
157814  unicodeslot=0x10E89,
157815 },
157816 [0x10E8A]={
157817  category="lo",
157818  description="YEZIDI LETTER XA",
157819  direction="r",
157820  linebreak="al",
157821  unicodeslot=0x10E8A,
157822 },
157823 [0x10E8B]={
157824  category="lo",
157825  description="YEZIDI LETTER DAL",
157826  direction="r",
157827  linebreak="al",
157828  unicodeslot=0x10E8B,
157829 },
157830 [0x10E8C]={
157831  category="lo",
157832  description="YEZIDI LETTER ZAL",
157833  direction="r",
157834  linebreak="al",
157835  unicodeslot=0x10E8C,
157836 },
157837 [0x10E8D]={
157838  category="lo",
157839  description="YEZIDI LETTER RA",
157840  direction="r",
157841  linebreak="al",
157842  unicodeslot=0x10E8D,
157843 },
157844 [0x10E8E]={
157845  category="lo",
157846  description="YEZIDI LETTER RHA",
157847  direction="r",
157848  linebreak="al",
157849  unicodeslot=0x10E8E,
157850 },
157851 [0x10E8F]={
157852  category="lo",
157853  description="YEZIDI LETTER ZA",
157854  direction="r",
157855  linebreak="al",
157856  unicodeslot=0x10E8F,
157857 },
157858 [0x10E90]={
157859  category="lo",
157860  description="YEZIDI LETTER JA",
157861  direction="r",
157862  linebreak="al",
157863  unicodeslot=0x10E90,
157864 },
157865 [0x10E91]={
157866  category="lo",
157867  description="YEZIDI LETTER SIN",
157868  direction="r",
157869  linebreak="al",
157870  unicodeslot=0x10E91,
157871 },
157872 [0x10E92]={
157873  category="lo",
157874  description="YEZIDI LETTER SHIN",
157875  direction="r",
157876  linebreak="al",
157877  unicodeslot=0x10E92,
157878 },
157879 [0x10E93]={
157880  category="lo",
157881  description="YEZIDI LETTER SAD",
157882  direction="r",
157883  linebreak="al",
157884  unicodeslot=0x10E93,
157885 },
157886 [0x10E94]={
157887  category="lo",
157888  description="YEZIDI LETTER DAD",
157889  direction="r",
157890  linebreak="al",
157891  unicodeslot=0x10E94,
157892 },
157893 [0x10E95]={
157894  category="lo",
157895  description="YEZIDI LETTER TA",
157896  direction="r",
157897  linebreak="al",
157898  unicodeslot=0x10E95,
157899 },
157900 [0x10E96]={
157901  category="lo",
157902  description="YEZIDI LETTER ZE",
157903  direction="r",
157904  linebreak="al",
157905  unicodeslot=0x10E96,
157906 },
157907 [0x10E97]={
157908  category="lo",
157909  description="YEZIDI LETTER EYN",
157910  direction="r",
157911  linebreak="al",
157912  unicodeslot=0x10E97,
157913 },
157914 [0x10E98]={
157915  category="lo",
157916  description="YEZIDI LETTER XHEYN",
157917  direction="r",
157918  linebreak="al",
157919  unicodeslot=0x10E98,
157920 },
157921 [0x10E99]={
157922  category="lo",
157923  description="YEZIDI LETTER FA",
157924  direction="r",
157925  linebreak="al",
157926  unicodeslot=0x10E99,
157927 },
157928 [0x10E9A]={
157929  category="lo",
157930  description="YEZIDI LETTER VA",
157931  direction="r",
157932  linebreak="al",
157933  unicodeslot=0x10E9A,
157934 },
157935 [0x10E9B]={
157936  category="lo",
157937  description="YEZIDI LETTER VA ALTERNATE FORM",
157938  direction="r",
157939  linebreak="al",
157940  unicodeslot=0x10E9B,
157941 },
157942 [0x10E9C]={
157943  category="lo",
157944  description="YEZIDI LETTER QAF",
157945  direction="r",
157946  linebreak="al",
157947  unicodeslot=0x10E9C,
157948 },
157949 [0x10E9D]={
157950  category="lo",
157951  description="YEZIDI LETTER KAF",
157952  direction="r",
157953  linebreak="al",
157954  unicodeslot=0x10E9D,
157955 },
157956 [0x10E9E]={
157957  category="lo",
157958  description="YEZIDI LETTER KHAF",
157959  direction="r",
157960  linebreak="al",
157961  unicodeslot=0x10E9E,
157962 },
157963 [0x10E9F]={
157964  category="lo",
157965  description="YEZIDI LETTER GAF",
157966  direction="r",
157967  linebreak="al",
157968  unicodeslot=0x10E9F,
157969 },
157970 [0x10EA0]={
157971  category="lo",
157972  description="YEZIDI LETTER LAM",
157973  direction="r",
157974  linebreak="al",
157975  unicodeslot=0x10EA0,
157976 },
157977 [0x10EA1]={
157978  category="lo",
157979  description="YEZIDI LETTER MIM",
157980  direction="r",
157981  linebreak="al",
157982  unicodeslot=0x10EA1,
157983 },
157984 [0x10EA2]={
157985  category="lo",
157986  description="YEZIDI LETTER NUN",
157987  direction="r",
157988  linebreak="al",
157989  unicodeslot=0x10EA2,
157990 },
157991 [0x10EA3]={
157992  category="lo",
157993  description="YEZIDI LETTER UM",
157994  direction="r",
157995  linebreak="al",
157996  unicodeslot=0x10EA3,
157997 },
157998 [0x10EA4]={
157999  category="lo",
158000  description="YEZIDI LETTER WAW",
158001  direction="r",
158002  linebreak="al",
158003  unicodeslot=0x10EA4,
158004 },
158005 [0x10EA5]={
158006  category="lo",
158007  description="YEZIDI LETTER OW",
158008  direction="r",
158009  linebreak="al",
158010  unicodeslot=0x10EA5,
158011 },
158012 [0x10EA6]={
158013  category="lo",
158014  description="YEZIDI LETTER EW",
158015  direction="r",
158016  linebreak="al",
158017  unicodeslot=0x10EA6,
158018 },
158019 [0x10EA7]={
158020  category="lo",
158021  description="YEZIDI LETTER HAY",
158022  direction="r",
158023  linebreak="al",
158024  unicodeslot=0x10EA7,
158025 },
158026 [0x10EA8]={
158027  category="lo",
158028  description="YEZIDI LETTER YOT",
158029  direction="r",
158030  linebreak="al",
158031  unicodeslot=0x10EA8,
158032 },
158033 [0x10EA9]={
158034  category="lo",
158035  description="YEZIDI LETTER ET",
158036  direction="r",
158037  linebreak="al",
158038  unicodeslot=0x10EA9,
158039 },
158040 [0x10EAB]={
158041  category="mn",
158042  combining=0xE6,
158043  description="YEZIDI COMBINING HAMZA MARK",
158044  direction="nsm",
158045  linebreak="cm",
158046  unicodeslot=0x10EAB,
158047 },
158048 [0x10EAC]={
158049  category="mn",
158050  combining=0xE6,
158051  description="YEZIDI COMBINING MADDA MARK",
158052  direction="nsm",
158053  linebreak="cm",
158054  unicodeslot=0x10EAC,
158055 },
158056 [0x10EAD]={
158057  category="pd",
158058  description="YEZIDI HYPHENATION MARK",
158059  direction="r",
158060  linebreak="ba",
158061  unicodeslot=0x10EAD,
158062 },
158063 [0x10EB0]={
158064  category="lo",
158065  description="YEZIDI LETTER LAM WITH DOT ABOVE",
158066  direction="r",
158067  linebreak="al",
158068  unicodeslot=0x10EB0,
158069 },
158070 [0x10EB1]={
158071  category="lo",
158072  description="YEZIDI LETTER YOT WITH CIRCUMFLEX ABOVE",
158073  direction="r",
158074  linebreak="al",
158075  unicodeslot=0x10EB1,
158076 },
158077 [0x10EC2]={
158078  arabic="r",
158079  category="lo",
158080  description="ARABIC LETTER DAL WITH TWO DOTS VERTICALLY BELOW",
158081  direction="al",
158082  linebreak="al",
158083  unicodeslot=0x10EC2,
158084 },
158085 [0x10EC3]={
158086  arabic="d",
158087  category="lo",
158088  description="ARABIC LETTER TAH WITH TWO DOTS VERTICALLY BELOW",
158089  direction="al",
158090  linebreak="al",
158091  unicodeslot=0x10EC3,
158092 },
158093 [0x10EC4]={
158094  arabic="d",
158095  category="lo",
158096  description="ARABIC LETTER KAF WITH TWO DOTS VERTICALLY BELOW",
158097  direction="al",
158098  linebreak="al",
158099  unicodeslot=0x10EC4,
158100 },
158101 [0x10EFC]={
158102  category="mn",
158103  description="ARABIC COMBINING ALEF OVERLAY",
158104  direction="nsm",
158105  linebreak="cm",
158106  unicodeslot=0x10EFC,
158107 },
158108 [0x10EFD]={
158109  category="mn",
158110  combining=0xDC,
158111  description="ARABIC SMALL LOW WORD SAKTA",
158112  direction="nsm",
158113  linebreak="cm",
158114  unicodeslot=0x10EFD,
158115 },
158116 [0x10EFE]={
158117  category="mn",
158118  combining=0xDC,
158119  description="ARABIC SMALL LOW WORD QASR",
158120  direction="nsm",
158121  linebreak="cm",
158122  unicodeslot=0x10EFE,
158123 },
158124 [0x10EFF]={
158125  category="mn",
158126  combining=0xDC,
158127  description="ARABIC SMALL LOW WORD MADDA",
158128  direction="nsm",
158129  linebreak="cm",
158130  unicodeslot=0x10EFF,
158131 },
158132 [0x10F00]={
158133  category="lo",
158134  description="OLD SOGDIAN LETTER ALEPH",
158135  direction="r",
158136  linebreak="al",
158137  unicodeslot=0x10F00,
158138 },
158139 [0x10F01]={
158140  category="lo",
158141  description="OLD SOGDIAN LETTER FINAL ALEPH",
158142  direction="r",
158143  linebreak="al",
158144  unicodeslot=0x10F01,
158145 },
158146 [0x10F02]={
158147  category="lo",
158148  description="OLD SOGDIAN LETTER BETH",
158149  direction="r",
158150  linebreak="al",
158151  unicodeslot=0x10F02,
158152 },
158153 [0x10F03]={
158154  category="lo",
158155  description="OLD SOGDIAN LETTER FINAL BETH",
158156  direction="r",
158157  linebreak="al",
158158  unicodeslot=0x10F03,
158159 },
158160 [0x10F04]={
158161  category="lo",
158162  description="OLD SOGDIAN LETTER GIMEL",
158163  direction="r",
158164  linebreak="al",
158165  unicodeslot=0x10F04,
158166 },
158167 [0x10F05]={
158168  category="lo",
158169  description="OLD SOGDIAN LETTER HE",
158170  direction="r",
158171  linebreak="al",
158172  unicodeslot=0x10F05,
158173 },
158174 [0x10F06]={
158175  category="lo",
158176  description="OLD SOGDIAN LETTER FINAL HE",
158177  direction="r",
158178  linebreak="al",
158179  unicodeslot=0x10F06,
158180 },
158181 [0x10F07]={
158182  category="lo",
158183  description="OLD SOGDIAN LETTER WAW",
158184  direction="r",
158185  linebreak="al",
158186  unicodeslot=0x10F07,
158187 },
158188 [0x10F08]={
158189  category="lo",
158190  description="OLD SOGDIAN LETTER ZAYIN",
158191  direction="r",
158192  linebreak="al",
158193  unicodeslot=0x10F08,
158194 },
158195 [0x10F09]={
158196  category="lo",
158197  description="OLD SOGDIAN LETTER HETH",
158198  direction="r",
158199  linebreak="al",
158200  unicodeslot=0x10F09,
158201 },
158202 [0x10F0A]={
158203  category="lo",
158204  description="OLD SOGDIAN LETTER YODH",
158205  direction="r",
158206  linebreak="al",
158207  unicodeslot=0x10F0A,
158208 },
158209 [0x10F0B]={
158210  category="lo",
158211  description="OLD SOGDIAN LETTER KAPH",
158212  direction="r",
158213  linebreak="al",
158214  unicodeslot=0x10F0B,
158215 },
158216 [0x10F0C]={
158217  category="lo",
158218  description="OLD SOGDIAN LETTER LAMEDH",
158219  direction="r",
158220  linebreak="al",
158221  unicodeslot=0x10F0C,
158222 },
158223 [0x10F0D]={
158224  category="lo",
158225  description="OLD SOGDIAN LETTER MEM",
158226  direction="r",
158227  linebreak="al",
158228  unicodeslot=0x10F0D,
158229 },
158230 [0x10F0E]={
158231  category="lo",
158232  description="OLD SOGDIAN LETTER NUN",
158233  direction="r",
158234  linebreak="al",
158235  unicodeslot=0x10F0E,
158236 },
158237 [0x10F0F]={
158238  category="lo",
158239  description="OLD SOGDIAN LETTER FINAL NUN",
158240  direction="r",
158241  linebreak="al",
158242  unicodeslot=0x10F0F,
158243 },
158244 [0x10F10]={
158245  category="lo",
158246  description="OLD SOGDIAN LETTER FINAL NUN WITH VERTICAL TAIL",
158247  direction="r",
158248  linebreak="al",
158249  unicodeslot=0x10F10,
158250 },
158251 [0x10F11]={
158252  category="lo",
158253  description="OLD SOGDIAN LETTER SAMEKH",
158254  direction="r",
158255  linebreak="al",
158256  unicodeslot=0x10F11,
158257 },
158258 [0x10F12]={
158259  category="lo",
158260  description="OLD SOGDIAN LETTER AYIN",
158261  direction="r",
158262  linebreak="al",
158263  unicodeslot=0x10F12,
158264 },
158265 [0x10F13]={
158266  category="lo",
158267  description="OLD SOGDIAN LETTER ALTERNATE AYIN",
158268  direction="r",
158269  linebreak="al",
158270  unicodeslot=0x10F13,
158271 },
158272 [0x10F14]={
158273  category="lo",
158274  description="OLD SOGDIAN LETTER PE",
158275  direction="r",
158276  linebreak="al",
158277  unicodeslot=0x10F14,
158278 },
158279 [0x10F15]={
158280  category="lo",
158281  description="OLD SOGDIAN LETTER SADHE",
158282  direction="r",
158283  linebreak="al",
158284  unicodeslot=0x10F15,
158285 },
158286 [0x10F16]={
158287  category="lo",
158288  description="OLD SOGDIAN LETTER FINAL SADHE",
158289  direction="r",
158290  linebreak="al",
158291  unicodeslot=0x10F16,
158292 },
158293 [0x10F17]={
158294  category="lo",
158295  description="OLD SOGDIAN LETTER FINAL SADHE WITH VERTICAL TAIL",
158296  direction="r",
158297  linebreak="al",
158298  unicodeslot=0x10F17,
158299 },
158300 [0x10F18]={
158301  category="lo",
158302  description="OLD SOGDIAN LETTER RESH-AYIN-DALETH",
158303  direction="r",
158304  linebreak="al",
158305  unicodeslot=0x10F18,
158306 },
158307 [0x10F19]={
158308  category="lo",
158309  description="OLD SOGDIAN LETTER SHIN",
158310  direction="r",
158311  linebreak="al",
158312  unicodeslot=0x10F19,
158313 },
158314 [0x10F1A]={
158315  category="lo",
158316  description="OLD SOGDIAN LETTER TAW",
158317  direction="r",
158318  linebreak="al",
158319  unicodeslot=0x10F1A,
158320 },
158321 [0x10F1B]={
158322  category="lo",
158323  description="OLD SOGDIAN LETTER FINAL TAW",
158324  direction="r",
158325  linebreak="al",
158326  unicodeslot=0x10F1B,
158327 },
158328 [0x10F1C]={
158329  category="lo",
158330  description="OLD SOGDIAN LETTER FINAL TAW WITH VERTICAL TAIL",
158331  direction="r",
158332  linebreak="al",
158333  unicodeslot=0x10F1C,
158334 },
158335 [0x10F1D]={
158336  category="no",
158337  description="OLD SOGDIAN NUMBER ONE",
158338  direction="r",
158339  linebreak="al",
158340  unicodeslot=0x10F1D,
158341 },
158342 [0x10F1E]={
158343  category="no",
158344  description="OLD SOGDIAN NUMBER TWO",
158345  direction="r",
158346  linebreak="al",
158347  unicodeslot=0x10F1E,
158348 },
158349 [0x10F1F]={
158350  category="no",
158351  description="OLD SOGDIAN NUMBER THREE",
158352  direction="r",
158353  linebreak="al",
158354  unicodeslot=0x10F1F,
158355 },
158356 [0x10F20]={
158357  category="no",
158358  description="OLD SOGDIAN NUMBER FOUR",
158359  direction="r",
158360  linebreak="al",
158361  unicodeslot=0x10F20,
158362 },
158363 [0x10F21]={
158364  category="no",
158365  description="OLD SOGDIAN NUMBER FIVE",
158366  direction="r",
158367  linebreak="al",
158368  unicodeslot=0x10F21,
158369 },
158370 [0x10F22]={
158371  category="no",
158372  description="OLD SOGDIAN NUMBER TEN",
158373  direction="r",
158374  linebreak="al",
158375  unicodeslot=0x10F22,
158376 },
158377 [0x10F23]={
158378  category="no",
158379  description="OLD SOGDIAN NUMBER TWENTY",
158380  direction="r",
158381  linebreak="al",
158382  unicodeslot=0x10F23,
158383 },
158384 [0x10F24]={
158385  category="no",
158386  description="OLD SOGDIAN NUMBER THIRTY",
158387  direction="r",
158388  linebreak="al",
158389  unicodeslot=0x10F24,
158390 },
158391 [0x10F25]={
158392  category="no",
158393  description="OLD SOGDIAN NUMBER ONE HUNDRED",
158394  direction="r",
158395  linebreak="al",
158396  unicodeslot=0x10F25,
158397 },
158398 [0x10F26]={
158399  category="no",
158400  description="OLD SOGDIAN FRACTION ONE HALF",
158401  direction="r",
158402  linebreak="al",
158403  unicodeslot=0x10F26,
158404 },
158405 [0x10F27]={
158406  category="lo",
158407  description="OLD SOGDIAN LIGATURE AYIN-DALETH",
158408  direction="r",
158409  linebreak="al",
158410  unicodeslot=0x10F27,
158411 },
158412 [0x10F30]={
158413  arabic="d",
158414  category="lo",
158415  description="SOGDIAN LETTER ALEPH",
158416  direction="al",
158417  linebreak="al",
158418  unicodeslot=0x10F30,
158419 },
158420 [0x10F31]={
158421  arabic="d",
158422  category="lo",
158423  description="SOGDIAN LETTER BETH",
158424  direction="al",
158425  linebreak="al",
158426  unicodeslot=0x10F31,
158427 },
158428 [0x10F32]={
158429  arabic="d",
158430  category="lo",
158431  description="SOGDIAN LETTER GIMEL",
158432  direction="al",
158433  linebreak="al",
158434  unicodeslot=0x10F32,
158435 },
158436 [0x10F33]={
158437  arabic="r",
158438  category="lo",
158439  description="SOGDIAN LETTER HE",
158440  direction="al",
158441  linebreak="al",
158442  unicodeslot=0x10F33,
158443 },
158444 [0x10F34]={
158445  arabic="d",
158446  category="lo",
158447  description="SOGDIAN LETTER WAW",
158448  direction="al",
158449  linebreak="al",
158450  unicodeslot=0x10F34,
158451 },
158452 [0x10F35]={
158453  arabic="d",
158454  category="lo",
158455  description="SOGDIAN LETTER ZAYIN",
158456  direction="al",
158457  linebreak="al",
158458  unicodeslot=0x10F35,
158459 },
158460 [0x10F36]={
158461  arabic="d",
158462  category="lo",
158463  description="SOGDIAN LETTER HETH",
158464  direction="al",
158465  linebreak="al",
158466  unicodeslot=0x10F36,
158467 },
158468 [0x10F37]={
158469  arabic="d",
158470  category="lo",
158471  description="SOGDIAN LETTER YODH",
158472  direction="al",
158473  linebreak="al",
158474  unicodeslot=0x10F37,
158475 },
158476 [0x10F38]={
158477  arabic="d",
158478  category="lo",
158479  description="SOGDIAN LETTER KAPH",
158480  direction="al",
158481  linebreak="al",
158482  unicodeslot=0x10F38,
158483 },
158484 [0x10F39]={
158485  arabic="d",
158486  category="lo",
158487  description="SOGDIAN LETTER LAMEDH",
158488  direction="al",
158489  linebreak="al",
158490  unicodeslot=0x10F39,
158491 },
158492 [0x10F3A]={
158493  arabic="d",
158494  category="lo",
158495  description="SOGDIAN LETTER MEM",
158496  direction="al",
158497  linebreak="al",
158498  unicodeslot=0x10F3A,
158499 },
158500 [0x10F3B]={
158501  arabic="d",
158502  category="lo",
158503  description="SOGDIAN LETTER NUN",
158504  direction="al",
158505  linebreak="al",
158506  unicodeslot=0x10F3B,
158507 },
158508 [0x10F3C]={
158509  arabic="d",
158510  category="lo",
158511  description="SOGDIAN LETTER SAMEKH",
158512  direction="al",
158513  linebreak="al",
158514  unicodeslot=0x10F3C,
158515 },
158516 [0x10F3D]={
158517  arabic="d",
158518  category="lo",
158519  description="SOGDIAN LETTER AYIN",
158520  direction="al",
158521  linebreak="al",
158522  unicodeslot=0x10F3D,
158523 },
158524 [0x10F3E]={
158525  arabic="d",
158526  category="lo",
158527  description="SOGDIAN LETTER PE",
158528  direction="al",
158529  linebreak="al",
158530  unicodeslot=0x10F3E,
158531 },
158532 [0x10F3F]={
158533  arabic="d",
158534  category="lo",
158535  description="SOGDIAN LETTER SADHE",
158536  direction="al",
158537  linebreak="al",
158538  unicodeslot=0x10F3F,
158539 },
158540 [0x10F40]={
158541  arabic="d",
158542  category="lo",
158543  description="SOGDIAN LETTER RESH-AYIN",
158544  direction="al",
158545  linebreak="al",
158546  unicodeslot=0x10F40,
158547 },
158548 [0x10F41]={
158549  arabic="d",
158550  category="lo",
158551  description="SOGDIAN LETTER SHIN",
158552  direction="al",
158553  linebreak="al",
158554  unicodeslot=0x10F41,
158555 },
158556 [0x10F42]={
158557  arabic="d",
158558  category="lo",
158559  description="SOGDIAN LETTER TAW",
158560  direction="al",
158561  linebreak="al",
158562  unicodeslot=0x10F42,
158563 },
158564 [0x10F43]={
158565  arabic="d",
158566  category="lo",
158567  description="SOGDIAN LETTER FETH",
158568  direction="al",
158569  linebreak="al",
158570  unicodeslot=0x10F43,
158571 },
158572 [0x10F44]={
158573  arabic="d",
158574  category="lo",
158575  description="SOGDIAN LETTER LESH",
158576  direction="al",
158577  linebreak="al",
158578  unicodeslot=0x10F44,
158579 },
158580 [0x10F45]={
158581  arabic="u",
158582  category="lo",
158583  description="SOGDIAN INDEPENDENT SHIN",
158584  direction="al",
158585  linebreak="al",
158586  unicodeslot=0x10F45,
158587 },
158588 [0x10F46]={
158589  category="mn",
158590  combining=0xDC,
158591  description="SOGDIAN COMBINING DOT BELOW",
158592  direction="nsm",
158593  linebreak="cm",
158594  unicodeslot=0x10F46,
158595 },
158596 [0x10F47]={
158597  category="mn",
158598  combining=0xDC,
158599  description="SOGDIAN COMBINING TWO DOTS BELOW",
158600  direction="nsm",
158601  linebreak="cm",
158602  unicodeslot=0x10F47,
158603 },
158604 [0x10F48]={
158605  category="mn",
158606  combining=0xE6,
158607  description="SOGDIAN COMBINING DOT ABOVE",
158608  direction="nsm",
158609  linebreak="cm",
158610  unicodeslot=0x10F48,
158611 },
158612 [0x10F49]={
158613  category="mn",
158614  combining=0xE6,
158615  description="SOGDIAN COMBINING TWO DOTS ABOVE",
158616  direction="nsm",
158617  linebreak="cm",
158618  unicodeslot=0x10F49,
158619 },
158620 [0x10F4A]={
158621  category="mn",
158622  combining=0xE6,
158623  description="SOGDIAN COMBINING CURVE ABOVE",
158624  direction="nsm",
158625  linebreak="cm",
158626  unicodeslot=0x10F4A,
158627 },
158628 [0x10F4B]={
158629  category="mn",
158630  combining=0xDC,
158631  description="SOGDIAN COMBINING CURVE BELOW",
158632  direction="nsm",
158633  linebreak="cm",
158634  unicodeslot=0x10F4B,
158635 },
158636 [0x10F4C]={
158637  category="mn",
158638  combining=0xE6,
158639  description="SOGDIAN COMBINING HOOK ABOVE",
158640  direction="nsm",
158641  linebreak="cm",
158642  unicodeslot=0x10F4C,
158643 },
158644 [0x10F4D]={
158645  category="mn",
158646  combining=0xDC,
158647  description="SOGDIAN COMBINING HOOK BELOW",
158648  direction="nsm",
158649  linebreak="cm",
158650  unicodeslot=0x10F4D,
158651 },
158652 [0x10F4E]={
158653  category="mn",
158654  combining=0xDC,
158655  description="SOGDIAN COMBINING LONG HOOK BELOW",
158656  direction="nsm",
158657  linebreak="cm",
158658  unicodeslot=0x10F4E,
158659 },
158660 [0x10F4F]={
158661  category="mn",
158662  combining=0xDC,
158663  description="SOGDIAN COMBINING RESH BELOW",
158664  direction="nsm",
158665  linebreak="cm",
158666  unicodeslot=0x10F4F,
158667 },
158668 [0x10F50]={
158669  category="mn",
158670  combining=0xDC,
158671  description="SOGDIAN COMBINING STROKE BELOW",
158672  direction="nsm",
158673  linebreak="cm",
158674  unicodeslot=0x10F50,
158675 },
158676 [0x10F51]={
158677  arabic="d",
158678  category="no",
158679  description="SOGDIAN NUMBER ONE",
158680  direction="al",
158681  linebreak="al",
158682  unicodeslot=0x10F51,
158683 },
158684 [0x10F52]={
158685  arabic="d",
158686  category="no",
158687  description="SOGDIAN NUMBER TEN",
158688  direction="al",
158689  linebreak="al",
158690  unicodeslot=0x10F52,
158691 },
158692 [0x10F53]={
158693  arabic="d",
158694  category="no",
158695  description="SOGDIAN NUMBER TWENTY",
158696  direction="al",
158697  linebreak="al",
158698  unicodeslot=0x10F53,
158699 },
158700 [0x10F54]={
158701  arabic="r",
158702  category="no",
158703  description="SOGDIAN NUMBER ONE HUNDRED",
158704  direction="al",
158705  linebreak="al",
158706  unicodeslot=0x10F54,
158707 },
158708 [0x10F55]={
158709  category="po",
158710  description="SOGDIAN PUNCTUATION TWO VERTICAL BARS",
158711  direction="al",
158712  linebreak="al",
158713  unicodeslot=0x10F55,
158714 },
158715 [0x10F56]={
158716  category="po",
158717  description="SOGDIAN PUNCTUATION TWO VERTICAL BARS WITH DOTS",
158718  direction="al",
158719  linebreak="al",
158720  unicodeslot=0x10F56,
158721 },
158722 [0x10F57]={
158723  category="po",
158724  description="SOGDIAN PUNCTUATION CIRCLE WITH DOT",
158725  direction="al",
158726  linebreak="al",
158727  unicodeslot=0x10F57,
158728 },
158729 [0x10F58]={
158730  category="po",
158731  description="SOGDIAN PUNCTUATION TWO CIRCLES WITH DOTS",
158732  direction="al",
158733  linebreak="al",
158734  unicodeslot=0x10F58,
158735 },
158736 [0x10F59]={
158737  category="po",
158738  description="SOGDIAN PUNCTUATION HALF CIRCLE WITH DOT",
158739  direction="al",
158740  linebreak="al",
158741  unicodeslot=0x10F59,
158742 },
158743 [0x10F70]={
158744  arabic="d",
158745  category="lo",
158746  description="OLD UYGHUR LETTER ALEPH",
158747  direction="r",
158748  linebreak="al",
158749  unicodeslot=0x10F70,
158750 },
158751 [0x10F71]={
158752  arabic="d",
158753  category="lo",
158754  description="OLD UYGHUR LETTER BETH",
158755  direction="r",
158756  linebreak="al",
158757  unicodeslot=0x10F71,
158758 },
158759 [0x10F72]={
158760  arabic="d",
158761  category="lo",
158762  description="OLD UYGHUR LETTER GIMEL-HETH",
158763  direction="r",
158764  linebreak="al",
158765  unicodeslot=0x10F72,
158766 },
158767 [0x10F73]={
158768  arabic="d",
158769  category="lo",
158770  description="OLD UYGHUR LETTER WAW",
158771  direction="r",
158772  linebreak="al",
158773  unicodeslot=0x10F73,
158774 },
158775 [0x10F74]={
158776  arabic="r",
158777  category="lo",
158778  description="OLD UYGHUR LETTER ZAYIN",
158779  direction="r",
158780  linebreak="al",
158781  unicodeslot=0x10F74,
158782 },
158783 [0x10F75]={
158784  arabic="r",
158785  category="lo",
158786  description="OLD UYGHUR LETTER FINAL HETH",
158787  direction="r",
158788  linebreak="al",
158789  unicodeslot=0x10F75,
158790 },
158791 [0x10F76]={
158792  arabic="d",
158793  category="lo",
158794  description="OLD UYGHUR LETTER YODH",
158795  direction="r",
158796  linebreak="al",
158797  unicodeslot=0x10F76,
158798 },
158799 [0x10F77]={
158800  arabic="d",
158801  category="lo",
158802  description="OLD UYGHUR LETTER KAPH",
158803  direction="r",
158804  linebreak="al",
158805  unicodeslot=0x10F77,
158806 },
158807 [0x10F78]={
158808  arabic="d",
158809  category="lo",
158810  description="OLD UYGHUR LETTER LAMEDH",
158811  direction="r",
158812  linebreak="al",
158813  unicodeslot=0x10F78,
158814 },
158815 [0x10F79]={
158816  arabic="d",
158817  category="lo",
158818  description="OLD UYGHUR LETTER MEM",
158819  direction="r",
158820  linebreak="al",
158821  unicodeslot=0x10F79,
158822 },
158823 [0x10F7A]={
158824  arabic="d",
158825  category="lo",
158826  description="OLD UYGHUR LETTER NUN",
158827  direction="r",
158828  linebreak="al",
158829  unicodeslot=0x10F7A,
158830 },
158831 [0x10F7B]={
158832  arabic="d",
158833  category="lo",
158834  description="OLD UYGHUR LETTER SAMEKH",
158835  direction="r",
158836  linebreak="al",
158837  unicodeslot=0x10F7B,
158838 },
158839 [0x10F7C]={
158840  arabic="d",
158841  category="lo",
158842  description="OLD UYGHUR LETTER PE",
158843  direction="r",
158844  linebreak="al",
158845  unicodeslot=0x10F7C,
158846 },
158847 [0x10F7D]={
158848  arabic="d",
158849  category="lo",
158850  description="OLD UYGHUR LETTER SADHE",
158851  direction="r",
158852  linebreak="al",
158853  unicodeslot=0x10F7D,
158854 },
158855 [0x10F7E]={
158856  arabic="d",
158857  category="lo",
158858  description="OLD UYGHUR LETTER RESH",
158859  direction="r",
158860  linebreak="al",
158861  unicodeslot=0x10F7E,
158862 },
158863 [0x10F7F]={
158864  arabic="d",
158865  category="lo",
158866  description="OLD UYGHUR LETTER SHIN",
158867  direction="r",
158868  linebreak="al",
158869  unicodeslot=0x10F7F,
158870 },
158871 [0x10F80]={
158872  arabic="d",
158873  category="lo",
158874  description="OLD UYGHUR LETTER TAW",
158875  direction="r",
158876  linebreak="al",
158877  unicodeslot=0x10F80,
158878 },
158879 [0x10F81]={
158880  arabic="d",
158881  category="lo",
158882  description="OLD UYGHUR LETTER LESH",
158883  direction="r",
158884  linebreak="al",
158885  unicodeslot=0x10F81,
158886 },
158887 [0x10F82]={
158888  category="mn",
158889  combining=0xE6,
158890  description="OLD UYGHUR COMBINING DOT ABOVE",
158891  direction="nsm",
158892  linebreak="cm",
158893  unicodeslot=0x10F82,
158894 },
158895 [0x10F83]={
158896  category="mn",
158897  combining=0xDC,
158898  description="OLD UYGHUR COMBINING DOT BELOW",
158899  direction="nsm",
158900  linebreak="cm",
158901  unicodeslot=0x10F83,
158902 },
158903 [0x10F84]={
158904  category="mn",
158905  combining=0xE6,
158906  description="OLD UYGHUR COMBINING TWO DOTS ABOVE",
158907  direction="nsm",
158908  linebreak="cm",
158909  unicodeslot=0x10F84,
158910 },
158911 [0x10F85]={
158912  category="mn",
158913  combining=0xDC,
158914  description="OLD UYGHUR COMBINING TWO DOTS BELOW",
158915  direction="nsm",
158916  linebreak="cm",
158917  unicodeslot=0x10F85,
158918 },
158919 [0x10F86]={
158920  category="po",
158921  description="OLD UYGHUR PUNCTUATION BAR",
158922  direction="r",
158923  linebreak="al",
158924  unicodeslot=0x10F86,
158925 },
158926 [0x10F87]={
158927  category="po",
158928  description="OLD UYGHUR PUNCTUATION TWO BARS",
158929  direction="r",
158930  linebreak="al",
158931  unicodeslot=0x10F87,
158932 },
158933 [0x10F88]={
158934  category="po",
158935  description="OLD UYGHUR PUNCTUATION TWO DOTS",
158936  direction="r",
158937  linebreak="al",
158938  unicodeslot=0x10F88,
158939 },
158940 [0x10F89]={
158941  category="po",
158942  description="OLD UYGHUR PUNCTUATION FOUR DOTS",
158943  direction="r",
158944  linebreak="al",
158945  unicodeslot=0x10F89,
158946 },
158947 [0x10FB0]={
158948  arabic="d",
158949  category="lo",
158950  description="CHORASMIAN LETTER ALEPH",
158951  direction="r",
158952  linebreak="al",
158953  unicodeslot=0x10FB0,
158954 },
158955 [0x10FB1]={
158956  arabic="u",
158957  category="lo",
158958  description="CHORASMIAN LETTER SMALL ALEPH",
158959  direction="r",
158960  linebreak="al",
158961  unicodeslot=0x10FB1,
158962 },
158963 [0x10FB2]={
158964  arabic="d",
158965  category="lo",
158966  description="CHORASMIAN LETTER BETH",
158967  direction="r",
158968  linebreak="al",
158969  unicodeslot=0x10FB2,
158970 },
158971 [0x10FB3]={
158972  arabic="d",
158973  category="lo",
158974  description="CHORASMIAN LETTER GIMEL",
158975  direction="r",
158976  linebreak="al",
158977  unicodeslot=0x10FB3,
158978 },
158979 [0x10FB4]={
158980  arabic="r",
158981  category="lo",
158982  description="CHORASMIAN LETTER DALETH",
158983  direction="r",
158984  linebreak="al",
158985  unicodeslot=0x10FB4,
158986 },
158987 [0x10FB5]={
158988  arabic="r",
158989  category="lo",
158990  description="CHORASMIAN LETTER HE",
158991  direction="r",
158992  linebreak="al",
158993  unicodeslot=0x10FB5,
158994 },
158995 [0x10FB6]={
158996  arabic="r",
158997  category="lo",
158998  description="CHORASMIAN LETTER WAW",
158999  direction="r",
159000  linebreak="al",
159001  unicodeslot=0x10FB6,
159002 },
159003 [0x10FB7]={
159004  arabic="u",
159005  category="lo",
159006  description="CHORASMIAN LETTER CURLED WAW",
159007  direction="r",
159008  linebreak="al",
159009  unicodeslot=0x10FB7,
159010 },
159011 [0x10FB8]={
159012  arabic="d",
159013  category="lo",
159014  description="CHORASMIAN LETTER ZAYIN",
159015  direction="r",
159016  linebreak="al",
159017  unicodeslot=0x10FB8,
159018 },
159019 [0x10FB9]={
159020  arabic="r",
159021  category="lo",
159022  description="CHORASMIAN LETTER HETH",
159023  direction="r",
159024  linebreak="al",
159025  unicodeslot=0x10FB9,
159026 },
159027 [0x10FBA]={
159028  arabic="r",
159029  category="lo",
159030  description="CHORASMIAN LETTER YODH",
159031  direction="r",
159032  linebreak="al",
159033  unicodeslot=0x10FBA,
159034 },
159035 [0x10FBB]={
159036  arabic="d",
159037  category="lo",
159038  description="CHORASMIAN LETTER KAPH",
159039  direction="r",
159040  linebreak="al",
159041  unicodeslot=0x10FBB,
159042 },
159043 [0x10FBC]={
159044  arabic="d",
159045  category="lo",
159046  description="CHORASMIAN LETTER LAMEDH",
159047  direction="r",
159048  linebreak="al",
159049  unicodeslot=0x10FBC,
159050 },
159051 [0x10FBD]={
159052  arabic="r",
159053  category="lo",
159054  description="CHORASMIAN LETTER MEM",
159055  direction="r",
159056  linebreak="al",
159057  unicodeslot=0x10FBD,
159058 },
159059 [0x10FBE]={
159060  arabic="d",
159061  category="lo",
159062  description="CHORASMIAN LETTER NUN",
159063  direction="r",
159064  linebreak="al",
159065  unicodeslot=0x10FBE,
159066 },
159067 [0x10FBF]={
159068  arabic="d",
159069  category="lo",
159070  description="CHORASMIAN LETTER SAMEKH",
159071  direction="r",
159072  linebreak="al",
159073  unicodeslot=0x10FBF,
159074 },
159075 [0x10FC0]={
159076  arabic="u",
159077  category="lo",
159078  description="CHORASMIAN LETTER AYIN",
159079  direction="r",
159080  linebreak="al",
159081  unicodeslot=0x10FC0,
159082 },
159083 [0x10FC1]={
159084  arabic="d",
159085  category="lo",
159086  description="CHORASMIAN LETTER PE",
159087  direction="r",
159088  linebreak="al",
159089  unicodeslot=0x10FC1,
159090 },
159091 [0x10FC2]={
159092  arabic="r",
159093  category="lo",
159094  description="CHORASMIAN LETTER RESH",
159095  direction="r",
159096  linebreak="al",
159097  unicodeslot=0x10FC2,
159098 },
159099 [0x10FC3]={
159100  arabic="r",
159101  category="lo",
159102  description="CHORASMIAN LETTER SHIN",
159103  direction="r",
159104  linebreak="al",
159105  unicodeslot=0x10FC3,
159106 },
159107 [0x10FC4]={
159108  arabic="d",
159109  category="lo",
159110  description="CHORASMIAN LETTER TAW",
159111  direction="r",
159112  linebreak="al",
159113  unicodeslot=0x10FC4,
159114 },
159115 [0x10FC5]={
159116  arabic="u",
159117  category="no",
159118  description="CHORASMIAN NUMBER ONE",
159119  direction="r",
159120  linebreak="al",
159121  unicodeslot=0x10FC5,
159122 },
159123 [0x10FC6]={
159124  arabic="u",
159125  category="no",
159126  description="CHORASMIAN NUMBER TWO",
159127  direction="r",
159128  linebreak="al",
159129  unicodeslot=0x10FC6,
159130 },
159131 [0x10FC7]={
159132  arabic="u",
159133  category="no",
159134  description="CHORASMIAN NUMBER THREE",
159135  direction="r",
159136  linebreak="al",
159137  unicodeslot=0x10FC7,
159138 },
159139 [0x10FC8]={
159140  arabic="u",
159141  category="no",
159142  description="CHORASMIAN NUMBER FOUR",
159143  direction="r",
159144  linebreak="al",
159145  unicodeslot=0x10FC8,
159146 },
159147 [0x10FC9]={
159148  arabic="r",
159149  category="no",
159150  description="CHORASMIAN NUMBER TEN",
159151  direction="r",
159152  linebreak="al",
159153  unicodeslot=0x10FC9,
159154 },
159155 [0x10FCA]={
159156  arabic="d",
159157  category="no",
159158  description="CHORASMIAN NUMBER TWENTY",
159159  direction="r",
159160  linebreak="al",
159161  unicodeslot=0x10FCA,
159162 },
159163 [0x10FCB]={
159164  arabic="l",
159165  category="no",
159166  description="CHORASMIAN NUMBER ONE HUNDRED",
159167  direction="r",
159168  linebreak="al",
159169  unicodeslot=0x10FCB,
159170 },
159171 [0x10FE0]={
159172  category="lo",
159173  description="ELYMAIC LETTER ALEPH",
159174  direction="r",
159175  linebreak="al",
159176  unicodeslot=0x10FE0,
159177 },
159178 [0x10FE1]={
159179  category="lo",
159180  description="ELYMAIC LETTER BETH",
159181  direction="r",
159182  linebreak="al",
159183  unicodeslot=0x10FE1,
159184 },
159185 [0x10FE2]={
159186  category="lo",
159187  description="ELYMAIC LETTER GIMEL",
159188  direction="r",
159189  linebreak="al",
159190  unicodeslot=0x10FE2,
159191 },
159192 [0x10FE3]={
159193  category="lo",
159194  description="ELYMAIC LETTER DALETH",
159195  direction="r",
159196  linebreak="al",
159197  unicodeslot=0x10FE3,
159198 },
159199 [0x10FE4]={
159200  category="lo",
159201  description="ELYMAIC LETTER HE",
159202  direction="r",
159203  linebreak="al",
159204  unicodeslot=0x10FE4,
159205 },
159206 [0x10FE5]={
159207  category="lo",
159208  description="ELYMAIC LETTER WAW",
159209  direction="r",
159210  linebreak="al",
159211  unicodeslot=0x10FE5,
159212 },
159213 [0x10FE6]={
159214  category="lo",
159215  description="ELYMAIC LETTER ZAYIN",
159216  direction="r",
159217  linebreak="al",
159218  unicodeslot=0x10FE6,
159219 },
159220 [0x10FE7]={
159221  category="lo",
159222  description="ELYMAIC LETTER HETH",
159223  direction="r",
159224  linebreak="al",
159225  unicodeslot=0x10FE7,
159226 },
159227 [0x10FE8]={
159228  category="lo",
159229  description="ELYMAIC LETTER TETH",
159230  direction="r",
159231  linebreak="al",
159232  unicodeslot=0x10FE8,
159233 },
159234 [0x10FE9]={
159235  category="lo",
159236  description="ELYMAIC LETTER YODH",
159237  direction="r",
159238  linebreak="al",
159239  unicodeslot=0x10FE9,
159240 },
159241 [0x10FEA]={
159242  category="lo",
159243  description="ELYMAIC LETTER KAPH",
159244  direction="r",
159245  linebreak="al",
159246  unicodeslot=0x10FEA,
159247 },
159248 [0x10FEB]={
159249  category="lo",
159250  description="ELYMAIC LETTER LAMEDH",
159251  direction="r",
159252  linebreak="al",
159253  unicodeslot=0x10FEB,
159254 },
159255 [0x10FEC]={
159256  category="lo",
159257  description="ELYMAIC LETTER MEM",
159258  direction="r",
159259  linebreak="al",
159260  unicodeslot=0x10FEC,
159261 },
159262 [0x10FED]={
159263  category="lo",
159264  description="ELYMAIC LETTER NUN",
159265  direction="r",
159266  linebreak="al",
159267  unicodeslot=0x10FED,
159268 },
159269 [0x10FEE]={
159270  category="lo",
159271  description="ELYMAIC LETTER SAMEKH",
159272  direction="r",
159273  linebreak="al",
159274  unicodeslot=0x10FEE,
159275 },
159276 [0x10FEF]={
159277  category="lo",
159278  description="ELYMAIC LETTER AYIN",
159279  direction="r",
159280  linebreak="al",
159281  unicodeslot=0x10FEF,
159282 },
159283 [0x10FF0]={
159284  category="lo",
159285  description="ELYMAIC LETTER PE",
159286  direction="r",
159287  linebreak="al",
159288  unicodeslot=0x10FF0,
159289 },
159290 [0x10FF1]={
159291  category="lo",
159292  description="ELYMAIC LETTER SADHE",
159293  direction="r",
159294  linebreak="al",
159295  unicodeslot=0x10FF1,
159296 },
159297 [0x10FF2]={
159298  category="lo",
159299  description="ELYMAIC LETTER QOPH",
159300  direction="r",
159301  linebreak="al",
159302  unicodeslot=0x10FF2,
159303 },
159304 [0x10FF3]={
159305  category="lo",
159306  description="ELYMAIC LETTER RESH",
159307  direction="r",
159308  linebreak="al",
159309  unicodeslot=0x10FF3,
159310 },
159311 [0x10FF4]={
159312  category="lo",
159313  description="ELYMAIC LETTER SHIN",
159314  direction="r",
159315  linebreak="al",
159316  unicodeslot=0x10FF4,
159317 },
159318 [0x10FF5]={
159319  category="lo",
159320  description="ELYMAIC LETTER TAW",
159321  direction="r",
159322  linebreak="al",
159323  unicodeslot=0x10FF5,
159324 },
159325 [0x10FF6]={
159326  category="lo",
159327  description="ELYMAIC LIGATURE ZAYIN-YODH",
159328  direction="r",
159329  linebreak="al",
159330  unicodeslot=0x10FF6,
159331 },
159332 [0x11000]={
159333  category="mc",
159334  description="BRAHMI SIGN CANDRABINDU",
159335  direction="l",
159336  linebreak="cm",
159337  unicodeslot=0x11000,
159338 },
159339 [0x11001]={
159340  category="mn",
159341  description="BRAHMI SIGN ANUSVARA",
159342  direction="nsm",
159343  linebreak="cm",
159344  unicodeslot=0x11001,
159345 },
159346 [0x11002]={
159347  category="mc",
159348  description="BRAHMI SIGN VISARGA",
159349  direction="l",
159350  linebreak="cm",
159351  unicodeslot=0x11002,
159352 },
159353 [0x11003]={
159354  category="lo",
159355  description="BRAHMI SIGN JIHVAMULIYA",
159356  direction="l",
159357  linebreak="ap",
159358  unicodeslot=0x11003,
159359 },
159360 [0x11004]={
159361  category="lo",
159362  description="BRAHMI SIGN UPADHMANIYA",
159363  direction="l",
159364  linebreak="ap",
159365  unicodeslot=0x11004,
159366 },
159367 [0x11005]={
159368  category="lo",
159369  description="BRAHMI LETTER A",
159370  direction="l",
159371  linebreak="ak",
159372  unicodeslot=0x11005,
159373 },
159374 [0x11006]={
159375  category="lo",
159376  description="BRAHMI LETTER AA",
159377  direction="l",
159378  linebreak="ak",
159379  unicodeslot=0x11006,
159380 },
159381 [0x11007]={
159382  category="lo",
159383  description="BRAHMI LETTER I",
159384  direction="l",
159385  linebreak="ak",
159386  unicodeslot=0x11007,
159387 },
159388 [0x11008]={
159389  category="lo",
159390  description="BRAHMI LETTER II",
159391  direction="l",
159392  linebreak="ak",
159393  unicodeslot=0x11008,
159394 },
159395 [0x11009]={
159396  category="lo",
159397  description="BRAHMI LETTER U",
159398  direction="l",
159399  linebreak="ak",
159400  unicodeslot=0x11009,
159401 },
159402 [0x1100A]={
159403  category="lo",
159404  description="BRAHMI LETTER UU",
159405  direction="l",
159406  linebreak="ak",
159407  unicodeslot=0x1100A,
159408 },
159409 [0x1100B]={
159410  category="lo",
159411  description="BRAHMI LETTER VOCALIC R",
159412  direction="l",
159413  linebreak="ak",
159414  unicodeslot=0x1100B,
159415 },
159416 [0x1100C]={
159417  category="lo",
159418  description="BRAHMI LETTER VOCALIC RR",
159419  direction="l",
159420  linebreak="ak",
159421  unicodeslot=0x1100C,
159422 },
159423 [0x1100D]={
159424  category="lo",
159425  description="BRAHMI LETTER VOCALIC L",
159426  direction="l",
159427  linebreak="ak",
159428  unicodeslot=0x1100D,
159429 },
159430 [0x1100E]={
159431  category="lo",
159432  description="BRAHMI LETTER VOCALIC LL",
159433  direction="l",
159434  linebreak="ak",
159435  unicodeslot=0x1100E,
159436 },
159437 [0x1100F]={
159438  category="lo",
159439  description="BRAHMI LETTER E",
159440  direction="l",
159441  linebreak="ak",
159442  unicodeslot=0x1100F,
159443 },
159444 [0x11010]={
159445  category="lo",
159446  description="BRAHMI LETTER AI",
159447  direction="l",
159448  linebreak="ak",
159449  unicodeslot=0x11010,
159450 },
159451 [0x11011]={
159452  category="lo",
159453  description="BRAHMI LETTER O",
159454  direction="l",
159455  linebreak="ak",
159456  unicodeslot=0x11011,
159457 },
159458 [0x11012]={
159459  category="lo",
159460  description="BRAHMI LETTER AU",
159461  direction="l",
159462  linebreak="ak",
159463  unicodeslot=0x11012,
159464 },
159465 [0x11013]={
159466  category="lo",
159467  description="BRAHMI LETTER KA",
159468  direction="l",
159469  linebreak="ak",
159470  unicodeslot=0x11013,
159471 },
159472 [0x11014]={
159473  category="lo",
159474  description="BRAHMI LETTER KHA",
159475  direction="l",
159476  linebreak="ak",
159477  unicodeslot=0x11014,
159478 },
159479 [0x11015]={
159480  category="lo",
159481  description="BRAHMI LETTER GA",
159482  direction="l",
159483  linebreak="ak",
159484  unicodeslot=0x11015,
159485 },
159486 [0x11016]={
159487  category="lo",
159488  description="BRAHMI LETTER GHA",
159489  direction="l",
159490  linebreak="ak",
159491  unicodeslot=0x11016,
159492 },
159493 [0x11017]={
159494  category="lo",
159495  description="BRAHMI LETTER NGA",
159496  direction="l",
159497  linebreak="ak",
159498  unicodeslot=0x11017,
159499 },
159500 [0x11018]={
159501  category="lo",
159502  description="BRAHMI LETTER CA",
159503  direction="l",
159504  linebreak="ak",
159505  unicodeslot=0x11018,
159506 },
159507 [0x11019]={
159508  category="lo",
159509  description="BRAHMI LETTER CHA",
159510  direction="l",
159511  linebreak="ak",
159512  unicodeslot=0x11019,
159513 },
159514 [0x1101A]={
159515  category="lo",
159516  description="BRAHMI LETTER JA",
159517  direction="l",
159518  linebreak="ak",
159519  unicodeslot=0x1101A,
159520 },
159521 [0x1101B]={
159522  category="lo",
159523  description="BRAHMI LETTER JHA",
159524  direction="l",
159525  linebreak="ak",
159526  unicodeslot=0x1101B,
159527 },
159528 [0x1101C]={
159529  category="lo",
159530  description="BRAHMI LETTER NYA",
159531  direction="l",
159532  linebreak="ak",
159533  unicodeslot=0x1101C,
159534 },
159535 [0x1101D]={
159536  category="lo",
159537  description="BRAHMI LETTER TTA",
159538  direction="l",
159539  linebreak="ak",
159540  unicodeslot=0x1101D,
159541 },
159542 [0x1101E]={
159543  category="lo",
159544  description="BRAHMI LETTER TTHA",
159545  direction="l",
159546  linebreak="ak",
159547  unicodeslot=0x1101E,
159548 },
159549 [0x1101F]={
159550  category="lo",
159551  description="BRAHMI LETTER DDA",
159552  direction="l",
159553  linebreak="ak",
159554  unicodeslot=0x1101F,
159555 },
159556 [0x11020]={
159557  category="lo",
159558  description="BRAHMI LETTER DDHA",
159559  direction="l",
159560  linebreak="ak",
159561  unicodeslot=0x11020,
159562 },
159563 [0x11021]={
159564  category="lo",
159565  description="BRAHMI LETTER NNA",
159566  direction="l",
159567  linebreak="ak",
159568  unicodeslot=0x11021,
159569 },
159570 [0x11022]={
159571  category="lo",
159572  description="BRAHMI LETTER TA",
159573  direction="l",
159574  linebreak="ak",
159575  unicodeslot=0x11022,
159576 },
159577 [0x11023]={
159578  category="lo",
159579  description="BRAHMI LETTER THA",
159580  direction="l",
159581  linebreak="ak",
159582  unicodeslot=0x11023,
159583 },
159584 [0x11024]={
159585  category="lo",
159586  description="BRAHMI LETTER DA",
159587  direction="l",
159588  linebreak="ak",
159589  unicodeslot=0x11024,
159590 },
159591 [0x11025]={
159592  category="lo",
159593  description="BRAHMI LETTER DHA",
159594  direction="l",
159595  linebreak="ak",
159596  unicodeslot=0x11025,
159597 },
159598 [0x11026]={
159599  category="lo",
159600  description="BRAHMI LETTER NA",
159601  direction="l",
159602  linebreak="ak",
159603  unicodeslot=0x11026,
159604 },
159605 [0x11027]={
159606  category="lo",
159607  description="BRAHMI LETTER PA",
159608  direction="l",
159609  linebreak="ak",
159610  unicodeslot=0x11027,
159611 },
159612 [0x11028]={
159613  category="lo",
159614  description="BRAHMI LETTER PHA",
159615  direction="l",
159616  linebreak="ak",
159617  unicodeslot=0x11028,
159618 },
159619 [0x11029]={
159620  category="lo",
159621  description="BRAHMI LETTER BA",
159622  direction="l",
159623  linebreak="ak",
159624  unicodeslot=0x11029,
159625 },
159626 [0x1102A]={
159627  category="lo",
159628  description="BRAHMI LETTER BHA",
159629  direction="l",
159630  linebreak="ak",
159631  unicodeslot=0x1102A,
159632 },
159633 [0x1102B]={
159634  category="lo",
159635  description="BRAHMI LETTER MA",
159636  direction="l",
159637  linebreak="ak",
159638  unicodeslot=0x1102B,
159639 },
159640 [0x1102C]={
159641  category="lo",
159642  description="BRAHMI LETTER YA",
159643  direction="l",
159644  linebreak="ak",
159645  unicodeslot=0x1102C,
159646 },
159647 [0x1102D]={
159648  category="lo",
159649  description="BRAHMI LETTER RA",
159650  direction="l",
159651  linebreak="ak",
159652  unicodeslot=0x1102D,
159653 },
159654 [0x1102E]={
159655  category="lo",
159656  description="BRAHMI LETTER LA",
159657  direction="l",
159658  linebreak="ak",
159659  unicodeslot=0x1102E,
159660 },
159661 [0x1102F]={
159662  category="lo",
159663  description="BRAHMI LETTER VA",
159664  direction="l",
159665  linebreak="ak",
159666  unicodeslot=0x1102F,
159667 },
159668 [0x11030]={
159669  category="lo",
159670  description="BRAHMI LETTER SHA",
159671  direction="l",
159672  linebreak="ak",
159673  unicodeslot=0x11030,
159674 },
159675 [0x11031]={
159676  category="lo",
159677  description="BRAHMI LETTER SSA",
159678  direction="l",
159679  linebreak="ak",
159680  unicodeslot=0x11031,
159681 },
159682 [0x11032]={
159683  category="lo",
159684  description="BRAHMI LETTER SA",
159685  direction="l",
159686  linebreak="ak",
159687  unicodeslot=0x11032,
159688 },
159689 [0x11033]={
159690  category="lo",
159691  description="BRAHMI LETTER HA",
159692  direction="l",
159693  linebreak="ak",
159694  unicodeslot=0x11033,
159695 },
159696 [0x11034]={
159697  category="lo",
159698  description="BRAHMI LETTER LLA",
159699  direction="l",
159700  linebreak="ak",
159701  unicodeslot=0x11034,
159702 },
159703 [0x11035]={
159704  category="lo",
159705  description="BRAHMI LETTER OLD TAMIL LLLA",
159706  direction="l",
159707  linebreak="ak",
159708  unicodeslot=0x11035,
159709 },
159710 [0x11036]={
159711  category="lo",
159712  description="BRAHMI LETTER OLD TAMIL RRA",
159713  direction="l",
159714  linebreak="ak",
159715  unicodeslot=0x11036,
159716 },
159717 [0x11037]={
159718  category="lo",
159719  description="BRAHMI LETTER OLD TAMIL NNNA",
159720  direction="l",
159721  linebreak="ak",
159722  unicodeslot=0x11037,
159723 },
159724 [0x11038]={
159725  category="mn",
159726  description="BRAHMI VOWEL SIGN AA",
159727  direction="nsm",
159728  linebreak="cm",
159729  unicodeslot=0x11038,
159730 },
159731 [0x11039]={
159732  category="mn",
159733  description="BRAHMI VOWEL SIGN BHATTIPROLU AA",
159734  direction="nsm",
159735  linebreak="cm",
159736  unicodeslot=0x11039,
159737 },
159738 [0x1103A]={
159739  category="mn",
159740  description="BRAHMI VOWEL SIGN I",
159741  direction="nsm",
159742  linebreak="cm",
159743  unicodeslot=0x1103A,
159744 },
159745 [0x1103B]={
159746  category="mn",
159747  description="BRAHMI VOWEL SIGN II",
159748  direction="nsm",
159749  linebreak="cm",
159750  unicodeslot=0x1103B,
159751 },
159752 [0x1103C]={
159753  category="mn",
159754  description="BRAHMI VOWEL SIGN U",
159755  direction="nsm",
159756  linebreak="cm",
159757  unicodeslot=0x1103C,
159758 },
159759 [0x1103D]={
159760  category="mn",
159761  description="BRAHMI VOWEL SIGN UU",
159762  direction="nsm",
159763  linebreak="cm",
159764  unicodeslot=0x1103D,
159765 },
159766 [0x1103E]={
159767  category="mn",
159768  description="BRAHMI VOWEL SIGN VOCALIC R",
159769  direction="nsm",
159770  linebreak="cm",
159771  unicodeslot=0x1103E,
159772 },
159773 [0x1103F]={
159774  category="mn",
159775  description="BRAHMI VOWEL SIGN VOCALIC RR",
159776  direction="nsm",
159777  linebreak="cm",
159778  unicodeslot=0x1103F,
159779 },
159780 [0x11040]={
159781  category="mn",
159782  description="BRAHMI VOWEL SIGN VOCALIC L",
159783  direction="nsm",
159784  linebreak="cm",
159785  unicodeslot=0x11040,
159786 },
159787 [0x11041]={
159788  category="mn",
159789  description="BRAHMI VOWEL SIGN VOCALIC LL",
159790  direction="nsm",
159791  linebreak="cm",
159792  unicodeslot=0x11041,
159793 },
159794 [0x11042]={
159795  category="mn",
159796  description="BRAHMI VOWEL SIGN E",
159797  direction="nsm",
159798  linebreak="cm",
159799  unicodeslot=0x11042,
159800 },
159801 [0x11043]={
159802  category="mn",
159803  description="BRAHMI VOWEL SIGN AI",
159804  direction="nsm",
159805  linebreak="cm",
159806  unicodeslot=0x11043,
159807 },
159808 [0x11044]={
159809  category="mn",
159810  description="BRAHMI VOWEL SIGN O",
159811  direction="nsm",
159812  linebreak="cm",
159813  unicodeslot=0x11044,
159814 },
159815 [0x11045]={
159816  category="mn",
159817  description="BRAHMI VOWEL SIGN AU",
159818  direction="nsm",
159819  linebreak="cm",
159820  unicodeslot=0x11045,
159821 },
159822 [0x11046]={
159823  category="mn",
159824  combining=0x9,
159825  description="BRAHMI VIRAMA",
159826  direction="nsm",
159827  linebreak="vi",
159828  unicodeslot=0x11046,
159829 },
159830 [0x11047]={
159831  category="po",
159832  description="BRAHMI DANDA",
159833  direction="l",
159834  linebreak="ba",
159835  unicodeslot=0x11047,
159836 },
159837 [0x11048]={
159838  category="po",
159839  description="BRAHMI DOUBLE DANDA",
159840  direction="l",
159841  linebreak="ba",
159842  unicodeslot=0x11048,
159843 },
159844 [0x11049]={
159845  category="po",
159846  description="BRAHMI PUNCTUATION DOT",
159847  direction="l",
159848  linebreak="id",
159849  unicodeslot=0x11049,
159850 },
159851 [0x1104A]={
159852  category="po",
159853  description="BRAHMI PUNCTUATION DOUBLE DOT",
159854  direction="l",
159855  linebreak="id",
159856  unicodeslot=0x1104A,
159857 },
159858 [0x1104B]={
159859  category="po",
159860  description="BRAHMI PUNCTUATION LINE",
159861  direction="l",
159862  linebreak="id",
159863  unicodeslot=0x1104B,
159864 },
159865 [0x1104C]={
159866  category="po",
159867  description="BRAHMI PUNCTUATION CRESCENT BAR",
159868  direction="l",
159869  linebreak="id",
159870  unicodeslot=0x1104C,
159871 },
159872 [0x1104D]={
159873  category="po",
159874  description="BRAHMI PUNCTUATION LOTUS",
159875  direction="l",
159876  linebreak="id",
159877  unicodeslot=0x1104D,
159878 },
159879 [0x11052]={
159880  category="no",
159881  description="BRAHMI NUMBER ONE",
159882  direction="on",
159883  linebreak="id",
159884  unicodeslot=0x11052,
159885 },
159886 [0x11053]={
159887  category="no",
159888  description="BRAHMI NUMBER TWO",
159889  direction="on",
159890  linebreak="id",
159891  unicodeslot=0x11053,
159892 },
159893 [0x11054]={
159894  category="no",
159895  description="BRAHMI NUMBER THREE",
159896  direction="on",
159897  linebreak="id",
159898  unicodeslot=0x11054,
159899 },
159900 [0x11055]={
159901  category="no",
159902  description="BRAHMI NUMBER FOUR",
159903  direction="on",
159904  linebreak="id",
159905  unicodeslot=0x11055,
159906 },
159907 [0x11056]={
159908  category="no",
159909  description="BRAHMI NUMBER FIVE",
159910  direction="on",
159911  linebreak="id",
159912  unicodeslot=0x11056,
159913 },
159914 [0x11057]={
159915  category="no",
159916  description="BRAHMI NUMBER SIX",
159917  direction="on",
159918  linebreak="id",
159919  unicodeslot=0x11057,
159920 },
159921 [0x11058]={
159922  category="no",
159923  description="BRAHMI NUMBER SEVEN",
159924  direction="on",
159925  linebreak="id",
159926  unicodeslot=0x11058,
159927 },
159928 [0x11059]={
159929  category="no",
159930  description="BRAHMI NUMBER EIGHT",
159931  direction="on",
159932  linebreak="id",
159933  unicodeslot=0x11059,
159934 },
159935 [0x1105A]={
159936  category="no",
159937  description="BRAHMI NUMBER NINE",
159938  direction="on",
159939  linebreak="id",
159940  unicodeslot=0x1105A,
159941 },
159942 [0x1105B]={
159943  category="no",
159944  description="BRAHMI NUMBER TEN",
159945  direction="on",
159946  linebreak="id",
159947  unicodeslot=0x1105B,
159948 },
159949 [0x1105C]={
159950  category="no",
159951  description="BRAHMI NUMBER TWENTY",
159952  direction="on",
159953  linebreak="id",
159954  unicodeslot=0x1105C,
159955 },
159956 [0x1105D]={
159957  category="no",
159958  description="BRAHMI NUMBER THIRTY",
159959  direction="on",
159960  linebreak="id",
159961  unicodeslot=0x1105D,
159962 },
159963 [0x1105E]={
159964  category="no",
159965  description="BRAHMI NUMBER FORTY",
159966  direction="on",
159967  linebreak="id",
159968  unicodeslot=0x1105E,
159969 },
159970 [0x1105F]={
159971  category="no",
159972  description="BRAHMI NUMBER FIFTY",
159973  direction="on",
159974  linebreak="id",
159975  unicodeslot=0x1105F,
159976 },
159977 [0x11060]={
159978  category="no",
159979  description="BRAHMI NUMBER SIXTY",
159980  direction="on",
159981  linebreak="id",
159982  unicodeslot=0x11060,
159983 },
159984 [0x11061]={
159985  category="no",
159986  description="BRAHMI NUMBER SEVENTY",
159987  direction="on",
159988  linebreak="id",
159989  unicodeslot=0x11061,
159990 },
159991 [0x11062]={
159992  category="no",
159993  description="BRAHMI NUMBER EIGHTY",
159994  direction="on",
159995  linebreak="id",
159996  unicodeslot=0x11062,
159997 },
159998 [0x11063]={
159999  category="no",
160000  description="BRAHMI NUMBER NINETY",
160001  direction="on",
160002  linebreak="id",
160003  unicodeslot=0x11063,
160004 },
160005 [0x11064]={
160006  category="no",
160007  description="BRAHMI NUMBER ONE HUNDRED",
160008  direction="on",
160009  linebreak="id",
160010  unicodeslot=0x11064,
160011 },
160012 [0x11065]={
160013  category="no",
160014  description="BRAHMI NUMBER ONE THOUSAND",
160015  direction="on",
160016  linebreak="id",
160017  unicodeslot=0x11065,
160018 },
160019 [0x11066]={
160020  category="nd",
160021  description="BRAHMI DIGIT ZERO",
160022  direction="l",
160023  linebreak="as",
160024  unicodeslot=0x11066,
160025 },
160026 [0x11067]={
160027  category="nd",
160028  description="BRAHMI DIGIT ONE",
160029  direction="l",
160030  linebreak="as",
160031  unicodeslot=0x11067,
160032 },
160033 [0x11068]={
160034  category="nd",
160035  description="BRAHMI DIGIT TWO",
160036  direction="l",
160037  linebreak="as",
160038  unicodeslot=0x11068,
160039 },
160040 [0x11069]={
160041  category="nd",
160042  description="BRAHMI DIGIT THREE",
160043  direction="l",
160044  linebreak="as",
160045  unicodeslot=0x11069,
160046 },
160047 [0x1106A]={
160048  category="nd",
160049  description="BRAHMI DIGIT FOUR",
160050  direction="l",
160051  linebreak="as",
160052  unicodeslot=0x1106A,
160053 },
160054 [0x1106B]={
160055  category="nd",
160056  description="BRAHMI DIGIT FIVE",
160057  direction="l",
160058  linebreak="as",
160059  unicodeslot=0x1106B,
160060 },
160061 [0x1106C]={
160062  category="nd",
160063  description="BRAHMI DIGIT SIX",
160064  direction="l",
160065  linebreak="as",
160066  unicodeslot=0x1106C,
160067 },
160068 [0x1106D]={
160069  category="nd",
160070  description="BRAHMI DIGIT SEVEN",
160071  direction="l",
160072  linebreak="as",
160073  unicodeslot=0x1106D,
160074 },
160075 [0x1106E]={
160076  category="nd",
160077  description="BRAHMI DIGIT EIGHT",
160078  direction="l",
160079  linebreak="as",
160080  unicodeslot=0x1106E,
160081 },
160082 [0x1106F]={
160083  category="nd",
160084  description="BRAHMI DIGIT NINE",
160085  direction="l",
160086  linebreak="as",
160087  unicodeslot=0x1106F,
160088 },
160089 [0x11070]={
160090  category="mn",
160091  combining=0x9,
160092  description="BRAHMI SIGN OLD TAMIL VIRAMA",
160093  direction="nsm",
160094  linebreak="cm",
160095  unicodeslot=0x11070,
160096 },
160097 [0x11071]={
160098  category="lo",
160099  description="BRAHMI LETTER OLD TAMIL SHORT E",
160100  direction="l",
160101  linebreak="ak",
160102  unicodeslot=0x11071,
160103 },
160104 [0x11072]={
160105  category="lo",
160106  description="BRAHMI LETTER OLD TAMIL SHORT O",
160107  direction="l",
160108  linebreak="ak",
160109  unicodeslot=0x11072,
160110 },
160111 [0x11073]={
160112  category="mn",
160113  description="BRAHMI VOWEL SIGN OLD TAMIL SHORT E",
160114  direction="nsm",
160115  linebreak="cm",
160116  unicodeslot=0x11073,
160117 },
160118 [0x11074]={
160119  category="mn",
160120  description="BRAHMI VOWEL SIGN OLD TAMIL SHORT O",
160121  direction="nsm",
160122  linebreak="cm",
160123  unicodeslot=0x11074,
160124 },
160125 [0x11075]={
160126  category="lo",
160127  description="BRAHMI LETTER OLD TAMIL LLA",
160128  direction="l",
160129  linebreak="ak",
160130  unicodeslot=0x11075,
160131 },
160132 [0x1107F]={
160133  category="mn",
160134  combining=0x9,
160135  description="BRAHMI NUMBER JOINER",
160136  direction="nsm",
160137  linebreak="gl",
160138  unicodeslot=0x1107F,
160139 },
160140 [0x11080]={
160141  category="mn",
160142  description="KAITHI SIGN CANDRABINDU",
160143  direction="nsm",
160144  linebreak="cm",
160145  unicodeslot=0x11080,
160146 },
160147 [0x11081]={
160148  category="mn",
160149  description="KAITHI SIGN ANUSVARA",
160150  direction="nsm",
160151  linebreak="cm",
160152  unicodeslot=0x11081,
160153 },
160154 [0x11082]={
160155  category="mc",
160156  description="KAITHI SIGN VISARGA",
160157  direction="l",
160158  linebreak="cm",
160159  unicodeslot=0x11082,
160160 },
160161 [0x11083]={
160162  category="lo",
160163  description="KAITHI LETTER A",
160164  direction="l",
160165  linebreak="al",
160166  unicodeslot=0x11083,
160167 },
160168 [0x11084]={
160169  category="lo",
160170  description="KAITHI LETTER AA",
160171  direction="l",
160172  linebreak="al",
160173  unicodeslot=0x11084,
160174 },
160175 [0x11085]={
160176  category="lo",
160177  description="KAITHI LETTER I",
160178  direction="l",
160179  linebreak="al",
160180  unicodeslot=0x11085,
160181 },
160182 [0x11086]={
160183  category="lo",
160184  description="KAITHI LETTER II",
160185  direction="l",
160186  linebreak="al",
160187  unicodeslot=0x11086,
160188 },
160189 [0x11087]={
160190  category="lo",
160191  description="KAITHI LETTER U",
160192  direction="l",
160193  linebreak="al",
160194  unicodeslot=0x11087,
160195 },
160196 [0x11088]={
160197  category="lo",
160198  description="KAITHI LETTER UU",
160199  direction="l",
160200  linebreak="al",
160201  unicodeslot=0x11088,
160202 },
160203 [0x11089]={
160204  category="lo",
160205  description="KAITHI LETTER E",
160206  direction="l",
160207  linebreak="al",
160208  unicodeslot=0x11089,
160209 },
160210 [0x1108A]={
160211  category="lo",
160212  description="KAITHI LETTER AI",
160213  direction="l",
160214  linebreak="al",
160215  unicodeslot=0x1108A,
160216 },
160217 [0x1108B]={
160218  category="lo",
160219  description="KAITHI LETTER O",
160220  direction="l",
160221  linebreak="al",
160222  unicodeslot=0x1108B,
160223 },
160224 [0x1108C]={
160225  category="lo",
160226  description="KAITHI LETTER AU",
160227  direction="l",
160228  linebreak="al",
160229  unicodeslot=0x1108C,
160230 },
160231 [0x1108D]={
160232  category="lo",
160233  description="KAITHI LETTER KA",
160234  direction="l",
160235  linebreak="al",
160236  unicodeslot=0x1108D,
160237 },
160238 [0x1108E]={
160239  category="lo",
160240  description="KAITHI LETTER KHA",
160241  direction="l",
160242  linebreak="al",
160243  unicodeslot=0x1108E,
160244 },
160245 [0x1108F]={
160246  category="lo",
160247  description="KAITHI LETTER GA",
160248  direction="l",
160249  linebreak="al",
160250  unicodeslot=0x1108F,
160251 },
160252 [0x11090]={
160253  category="lo",
160254  description="KAITHI LETTER GHA",
160255  direction="l",
160256  linebreak="al",
160257  unicodeslot=0x11090,
160258 },
160259 [0x11091]={
160260  category="lo",
160261  description="KAITHI LETTER NGA",
160262  direction="l",
160263  linebreak="al",
160264  unicodeslot=0x11091,
160265 },
160266 [0x11092]={
160267  category="lo",
160268  description="KAITHI LETTER CA",
160269  direction="l",
160270  linebreak="al",
160271  unicodeslot=0x11092,
160272 },
160273 [0x11093]={
160274  category="lo",
160275  description="KAITHI LETTER CHA",
160276  direction="l",
160277  linebreak="al",
160278  unicodeslot=0x11093,
160279 },
160280 [0x11094]={
160281  category="lo",
160282  description="KAITHI LETTER JA",
160283  direction="l",
160284  linebreak="al",
160285  unicodeslot=0x11094,
160286 },
160287 [0x11095]={
160288  category="lo",
160289  description="KAITHI LETTER JHA",
160290  direction="l",
160291  linebreak="al",
160292  unicodeslot=0x11095,
160293 },
160294 [0x11096]={
160295  category="lo",
160296  description="KAITHI LETTER NYA",
160297  direction="l",
160298  linebreak="al",
160299  unicodeslot=0x11096,
160300 },
160301 [0x11097]={
160302  category="lo",
160303  description="KAITHI LETTER TTA",
160304  direction="l",
160305  linebreak="al",
160306  unicodeslot=0x11097,
160307 },
160308 [0x11098]={
160309  category="lo",
160310  description="KAITHI LETTER TTHA",
160311  direction="l",
160312  linebreak="al",
160313  unicodeslot=0x11098,
160314 },
160315 [0x11099]={
160316  category="lo",
160317  description="KAITHI LETTER DDA",
160318  direction="l",
160319  linebreak="al",
160320  unicodeslot=0x11099,
160321 },
160322 [0x1109A]={
160323  category="lo",
160324  description="KAITHI LETTER DDDHA",
160325  direction="l",
160326  linebreak="al",
160327  specials={ "char", 0x11099, 0x110BA },
160328  unicodeslot=0x1109A,
160329 },
160330 [0x1109B]={
160331  category="lo",
160332  description="KAITHI LETTER DDHA",
160333  direction="l",
160334  linebreak="al",
160335  unicodeslot=0x1109B,
160336 },
160337 [0x1109C]={
160338  category="lo",
160339  description="KAITHI LETTER RHA",
160340  direction="l",
160341  linebreak="al",
160342  specials={ "char", 0x1109B, 0x110BA },
160343  unicodeslot=0x1109C,
160344 },
160345 [0x1109D]={
160346  category="lo",
160347  description="KAITHI LETTER NNA",
160348  direction="l",
160349  linebreak="al",
160350  unicodeslot=0x1109D,
160351 },
160352 [0x1109E]={
160353  category="lo",
160354  description="KAITHI LETTER TA",
160355  direction="l",
160356  linebreak="al",
160357  unicodeslot=0x1109E,
160358 },
160359 [0x1109F]={
160360  category="lo",
160361  description="KAITHI LETTER THA",
160362  direction="l",
160363  linebreak="al",
160364  unicodeslot=0x1109F,
160365 },
160366 [0x110A0]={
160367  category="lo",
160368  description="KAITHI LETTER DA",
160369  direction="l",
160370  linebreak="al",
160371  unicodeslot=0x110A0,
160372 },
160373 [0x110A1]={
160374  category="lo",
160375  description="KAITHI LETTER DHA",
160376  direction="l",
160377  linebreak="al",
160378  unicodeslot=0x110A1,
160379 },
160380 [0x110A2]={
160381  category="lo",
160382  description="KAITHI LETTER NA",
160383  direction="l",
160384  linebreak="al",
160385  unicodeslot=0x110A2,
160386 },
160387 [0x110A3]={
160388  category="lo",
160389  description="KAITHI LETTER PA",
160390  direction="l",
160391  linebreak="al",
160392  unicodeslot=0x110A3,
160393 },
160394 [0x110A4]={
160395  category="lo",
160396  description="KAITHI LETTER PHA",
160397  direction="l",
160398  linebreak="al",
160399  unicodeslot=0x110A4,
160400 },
160401 [0x110A5]={
160402  category="lo",
160403  description="KAITHI LETTER BA",
160404  direction="l",
160405  linebreak="al",
160406  unicodeslot=0x110A5,
160407 },
160408 [0x110A6]={
160409  category="lo",
160410  description="KAITHI LETTER BHA",
160411  direction="l",
160412  linebreak="al",
160413  unicodeslot=0x110A6,
160414 },
160415 [0x110A7]={
160416  category="lo",
160417  description="KAITHI LETTER MA",
160418  direction="l",
160419  linebreak="al",
160420  unicodeslot=0x110A7,
160421 },
160422 [0x110A8]={
160423  category="lo",
160424  description="KAITHI LETTER YA",
160425  direction="l",
160426  linebreak="al",
160427  unicodeslot=0x110A8,
160428 },
160429 [0x110A9]={
160430  category="lo",
160431  description="KAITHI LETTER RA",
160432  direction="l",
160433  linebreak="al",
160434  unicodeslot=0x110A9,
160435 },
160436 [0x110AA]={
160437  category="lo",
160438  description="KAITHI LETTER LA",
160439  direction="l",
160440  linebreak="al",
160441  unicodeslot=0x110AA,
160442 },
160443 [0x110AB]={
160444  category="lo",
160445  description="KAITHI LETTER VA",
160446  direction="l",
160447  linebreak="al",
160448  specials={ "char", 0x110A5, 0x110BA },
160449  unicodeslot=0x110AB,
160450 },
160451 [0x110AC]={
160452  category="lo",
160453  description="KAITHI LETTER SHA",
160454  direction="l",
160455  linebreak="al",
160456  unicodeslot=0x110AC,
160457 },
160458 [0x110AD]={
160459  category="lo",
160460  description="KAITHI LETTER SSA",
160461  direction="l",
160462  linebreak="al",
160463  unicodeslot=0x110AD,
160464 },
160465 [0x110AE]={
160466  category="lo",
160467  description="KAITHI LETTER SA",
160468  direction="l",
160469  linebreak="al",
160470  unicodeslot=0x110AE,
160471 },
160472 [0x110AF]={
160473  category="lo",
160474  description="KAITHI LETTER HA",
160475  direction="l",
160476  linebreak="al",
160477  unicodeslot=0x110AF,
160478 },
160479 [0x110B0]={
160480  category="mc",
160481  description="KAITHI VOWEL SIGN AA",
160482  direction="l",
160483  linebreak="cm",
160484  unicodeslot=0x110B0,
160485 },
160486 [0x110B1]={
160487  category="mc",
160488  description="KAITHI VOWEL SIGN I",
160489  direction="l",
160490  linebreak="cm",
160491  unicodeslot=0x110B1,
160492 },
160493 [0x110B2]={
160494  category="mc",
160495  description="KAITHI VOWEL SIGN II",
160496  direction="l",
160497  linebreak="cm",
160498  unicodeslot=0x110B2,
160499 },
160500 [0x110B3]={
160501  category="mn",
160502  description="KAITHI VOWEL SIGN U",
160503  direction="nsm",
160504  linebreak="cm",
160505  unicodeslot=0x110B3,
160506 },
160507 [0x110B4]={
160508  category="mn",
160509  description="KAITHI VOWEL SIGN UU",
160510  direction="nsm",
160511  linebreak="cm",
160512  unicodeslot=0x110B4,
160513 },
160514 [0x110B5]={
160515  category="mn",
160516  description="KAITHI VOWEL SIGN E",
160517  direction="nsm",
160518  linebreak="cm",
160519  unicodeslot=0x110B5,
160520 },
160521 [0x110B6]={
160522  category="mn",
160523  description="KAITHI VOWEL SIGN AI",
160524  direction="nsm",
160525  linebreak="cm",
160526  unicodeslot=0x110B6,
160527 },
160528 [0x110B7]={
160529  category="mc",
160530  description="KAITHI VOWEL SIGN O",
160531  direction="l",
160532  linebreak="cm",
160533  unicodeslot=0x110B7,
160534 },
160535 [0x110B8]={
160536  category="mc",
160537  description="KAITHI VOWEL SIGN AU",
160538  direction="l",
160539  linebreak="cm",
160540  unicodeslot=0x110B8,
160541 },
160542 [0x110B9]={
160543  category="mn",
160544  combining=0x9,
160545  description="KAITHI SIGN VIRAMA",
160546  direction="nsm",
160547  linebreak="cm",
160548  unicodeslot=0x110B9,
160549 },
160550 [0x110BA]={
160551  category="mn",
160552  combining=0x7,
160553  description="KAITHI SIGN NUKTA",
160554  direction="nsm",
160555  linebreak="cm",
160556  unicodeslot=0x110BA,
160557 },
160558 [0x110BB]={
160559  category="po",
160560  description="KAITHI ABBREVIATION SIGN",
160561  direction="l",
160562  linebreak="al",
160563  unicodeslot=0x110BB,
160564 },
160565 [0x110BC]={
160566  category="po",
160567  description="KAITHI ENUMERATION SIGN",
160568  direction="l",
160569  linebreak="al",
160570  unicodeslot=0x110BC,
160571 },
160572 [0x110BD]={
160573  arabic="u",
160574  category="cf",
160575  description="KAITHI NUMBER SIGN",
160576  direction="l",
160577  linebreak="nu",
160578  unicodeslot=0x110BD,
160579 },
160580 [0x110BE]={
160581  category="po",
160582  description="KAITHI SECTION MARK",
160583  direction="l",
160584  linebreak="ba",
160585  unicodeslot=0x110BE,
160586 },
160587 [0x110BF]={
160588  category="po",
160589  description="KAITHI DOUBLE SECTION MARK",
160590  direction="l",
160591  linebreak="ba",
160592  unicodeslot=0x110BF,
160593 },
160594 [0x110C0]={
160595  category="po",
160596  description="KAITHI DANDA",
160597  direction="l",
160598  linebreak="ba",
160599  unicodeslot=0x110C0,
160600 },
160601 [0x110C1]={
160602  category="po",
160603  description="KAITHI DOUBLE DANDA",
160604  direction="l",
160605  linebreak="ba",
160606  unicodeslot=0x110C1,
160607 },
160608 [0x110C2]={
160609  category="mn",
160610  description="KAITHI VOWEL SIGN VOCALIC R",
160611  direction="nsm",
160612  linebreak="cm",
160613  unicodeslot=0x110C2,
160614 },
160615 [0x110CD]={
160616  arabic="u",
160617  category="cf",
160618  description="KAITHI NUMBER SIGN ABOVE",
160619  direction="l",
160620  linebreak="nu",
160621  unicodeslot=0x110CD,
160622 },
160623 [0x110D0]={
160624  category="lo",
160625  description="SORA SOMPENG LETTER SAH",
160626  direction="l",
160627  linebreak="al",
160628  unicodeslot=0x110D0,
160629 },
160630 [0x110D1]={
160631  category="lo",
160632  description="SORA SOMPENG LETTER TAH",
160633  direction="l",
160634  linebreak="al",
160635  unicodeslot=0x110D1,
160636 },
160637 [0x110D2]={
160638  category="lo",
160639  description="SORA SOMPENG LETTER BAH",
160640  direction="l",
160641  linebreak="al",
160642  unicodeslot=0x110D2,
160643 },
160644 [0x110D3]={
160645  category="lo",
160646  description="SORA SOMPENG LETTER CAH",
160647  direction="l",
160648  linebreak="al",
160649  unicodeslot=0x110D3,
160650 },
160651 [0x110D4]={
160652  category="lo",
160653  description="SORA SOMPENG LETTER DAH",
160654  direction="l",
160655  linebreak="al",
160656  unicodeslot=0x110D4,
160657 },
160658 [0x110D5]={
160659  category="lo",
160660  description="SORA SOMPENG LETTER GAH",
160661  direction="l",
160662  linebreak="al",
160663  unicodeslot=0x110D5,
160664 },
160665 [0x110D6]={
160666  category="lo",
160667  description="SORA SOMPENG LETTER MAH",
160668  direction="l",
160669  linebreak="al",
160670  unicodeslot=0x110D6,
160671 },
160672 [0x110D7]={
160673  category="lo",
160674  description="SORA SOMPENG LETTER NGAH",
160675  direction="l",
160676  linebreak="al",
160677  unicodeslot=0x110D7,
160678 },
160679 [0x110D8]={
160680  category="lo",
160681  description="SORA SOMPENG LETTER LAH",
160682  direction="l",
160683  linebreak="al",
160684  unicodeslot=0x110D8,
160685 },
160686 [0x110D9]={
160687  category="lo",
160688  description="SORA SOMPENG LETTER NAH",
160689  direction="l",
160690  linebreak="al",
160691  unicodeslot=0x110D9,
160692 },
160693 [0x110DA]={
160694  category="lo",
160695  description="SORA SOMPENG LETTER VAH",
160696  direction="l",
160697  linebreak="al",
160698  unicodeslot=0x110DA,
160699 },
160700 [0x110DB]={
160701  category="lo",
160702  description="SORA SOMPENG LETTER PAH",
160703  direction="l",
160704  linebreak="al",
160705  unicodeslot=0x110DB,
160706 },
160707 [0x110DC]={
160708  category="lo",
160709  description="SORA SOMPENG LETTER YAH",
160710  direction="l",
160711  linebreak="al",
160712  unicodeslot=0x110DC,
160713 },
160714 [0x110DD]={
160715  category="lo",
160716  description="SORA SOMPENG LETTER RAH",
160717  direction="l",
160718  linebreak="al",
160719  unicodeslot=0x110DD,
160720 },
160721 [0x110DE]={
160722  category="lo",
160723  description="SORA SOMPENG LETTER HAH",
160724  direction="l",
160725  linebreak="al",
160726  unicodeslot=0x110DE,
160727 },
160728 [0x110DF]={
160729  category="lo",
160730  description="SORA SOMPENG LETTER KAH",
160731  direction="l",
160732  linebreak="al",
160733  unicodeslot=0x110DF,
160734 },
160735 [0x110E0]={
160736  category="lo",
160737  description="SORA SOMPENG LETTER JAH",
160738  direction="l",
160739  linebreak="al",
160740  unicodeslot=0x110E0,
160741 },
160742 [0x110E1]={
160743  category="lo",
160744  description="SORA SOMPENG LETTER NYAH",
160745  direction="l",
160746  linebreak="al",
160747  unicodeslot=0x110E1,
160748 },
160749 [0x110E2]={
160750  category="lo",
160751  description="SORA SOMPENG LETTER AH",
160752  direction="l",
160753  linebreak="al",
160754  unicodeslot=0x110E2,
160755 },
160756 [0x110E3]={
160757  category="lo",
160758  description="SORA SOMPENG LETTER EEH",
160759  direction="l",
160760  linebreak="al",
160761  unicodeslot=0x110E3,
160762 },
160763 [0x110E4]={
160764  category="lo",
160765  description="SORA SOMPENG LETTER IH",
160766  direction="l",
160767  linebreak="al",
160768  unicodeslot=0x110E4,
160769 },
160770 [0x110E5]={
160771  category="lo",
160772  description="SORA SOMPENG LETTER UH",
160773  direction="l",
160774  linebreak="al",
160775  unicodeslot=0x110E5,
160776 },
160777 [0x110E6]={
160778  category="lo",
160779  description="SORA SOMPENG LETTER OH",
160780  direction="l",
160781  linebreak="al",
160782  unicodeslot=0x110E6,
160783 },
160784 [0x110E7]={
160785  category="lo",
160786  description="SORA SOMPENG LETTER EH",
160787  direction="l",
160788  linebreak="al",
160789  unicodeslot=0x110E7,
160790 },
160791 [0x110E8]={
160792  category="lo",
160793  description="SORA SOMPENG LETTER MAE",
160794  direction="l",
160795  linebreak="al",
160796  unicodeslot=0x110E8,
160797 },
160798 [0x110F0]={
160799  category="nd",
160800  description="SORA SOMPENG DIGIT ZERO",
160801  direction="l",
160802  linebreak="nu",
160803  unicodeslot=0x110F0,
160804 },
160805 [0x110F1]={
160806  category="nd",
160807  description="SORA SOMPENG DIGIT ONE",
160808  direction="l",
160809  linebreak="nu",
160810  unicodeslot=0x110F1,
160811 },
160812 [0x110F2]={
160813  category="nd",
160814  description="SORA SOMPENG DIGIT TWO",
160815  direction="l",
160816  linebreak="nu",
160817  unicodeslot=0x110F2,
160818 },
160819 [0x110F3]={
160820  category="nd",
160821  description="SORA SOMPENG DIGIT THREE",
160822  direction="l",
160823  linebreak="nu",
160824  unicodeslot=0x110F3,
160825 },
160826 [0x110F4]={
160827  category="nd",
160828  description="SORA SOMPENG DIGIT FOUR",
160829  direction="l",
160830  linebreak="nu",
160831  unicodeslot=0x110F4,
160832 },
160833 [0x110F5]={
160834  category="nd",
160835  description="SORA SOMPENG DIGIT FIVE",
160836  direction="l",
160837  linebreak="nu",
160838  unicodeslot=0x110F5,
160839 },
160840 [0x110F6]={
160841  category="nd",
160842  description="SORA SOMPENG DIGIT SIX",
160843  direction="l",
160844  linebreak="nu",
160845  unicodeslot=0x110F6,
160846 },
160847 [0x110F7]={
160848  category="nd",
160849  description="SORA SOMPENG DIGIT SEVEN",
160850  direction="l",
160851  linebreak="nu",
160852  unicodeslot=0x110F7,
160853 },
160854 [0x110F8]={
160855  category="nd",
160856  description="SORA SOMPENG DIGIT EIGHT",
160857  direction="l",
160858  linebreak="nu",
160859  unicodeslot=0x110F8,
160860 },
160861 [0x110F9]={
160862  category="nd",
160863  description="SORA SOMPENG DIGIT NINE",
160864  direction="l",
160865  linebreak="nu",
160866  unicodeslot=0x110F9,
160867 },
160868 [0x11100]={
160869  category="mn",
160870  combining=0xE6,
160871  description="CHAKMA SIGN CANDRABINDU",
160872  direction="nsm",
160873  linebreak="cm",
160874  unicodeslot=0x11100,
160875 },
160876 [0x11101]={
160877  category="mn",
160878  combining=0xE6,
160879  description="CHAKMA SIGN ANUSVARA",
160880  direction="nsm",
160881  linebreak="cm",
160882  unicodeslot=0x11101,
160883 },
160884 [0x11102]={
160885  category="mn",
160886  combining=0xE6,
160887  description="CHAKMA SIGN VISARGA",
160888  direction="nsm",
160889  linebreak="cm",
160890  unicodeslot=0x11102,
160891 },
160892 [0x11103]={
160893  category="lo",
160894  description="CHAKMA LETTER AA",
160895  direction="l",
160896  linebreak="al",
160897  unicodeslot=0x11103,
160898 },
160899 [0x11104]={
160900  category="lo",
160901  description="CHAKMA LETTER I",
160902  direction="l",
160903  linebreak="al",
160904  unicodeslot=0x11104,
160905 },
160906 [0x11105]={
160907  category="lo",
160908  description="CHAKMA LETTER U",
160909  direction="l",
160910  linebreak="al",
160911  unicodeslot=0x11105,
160912 },
160913 [0x11106]={
160914  category="lo",
160915  description="CHAKMA LETTER E",
160916  direction="l",
160917  linebreak="al",
160918  unicodeslot=0x11106,
160919 },
160920 [0x11107]={
160921  category="lo",
160922  description="CHAKMA LETTER KAA",
160923  direction="l",
160924  linebreak="al",
160925  unicodeslot=0x11107,
160926 },
160927 [0x11108]={
160928  category="lo",
160929  description="CHAKMA LETTER KHAA",
160930  direction="l",
160931  linebreak="al",
160932  unicodeslot=0x11108,
160933 },
160934 [0x11109]={
160935  category="lo",
160936  description="CHAKMA LETTER GAA",
160937  direction="l",
160938  linebreak="al",
160939  unicodeslot=0x11109,
160940 },
160941 [0x1110A]={
160942  category="lo",
160943  description="CHAKMA LETTER GHAA",
160944  direction="l",
160945  linebreak="al",
160946  unicodeslot=0x1110A,
160947 },
160948 [0x1110B]={
160949  category="lo",
160950  description="CHAKMA LETTER NGAA",
160951  direction="l",
160952  linebreak="al",
160953  unicodeslot=0x1110B,
160954 },
160955 [0x1110C]={
160956  category="lo",
160957  description="CHAKMA LETTER CAA",
160958  direction="l",
160959  linebreak="al",
160960  unicodeslot=0x1110C,
160961 },
160962 [0x1110D]={
160963  category="lo",
160964  description="CHAKMA LETTER CHAA",
160965  direction="l",
160966  linebreak="al",
160967  unicodeslot=0x1110D,
160968 },
160969 [0x1110E]={
160970  category="lo",
160971  description="CHAKMA LETTER JAA",
160972  direction="l",
160973  linebreak="al",
160974  unicodeslot=0x1110E,
160975 },
160976 [0x1110F]={
160977  category="lo",
160978  description="CHAKMA LETTER JHAA",
160979  direction="l",
160980  linebreak="al",
160981  unicodeslot=0x1110F,
160982 },
160983 [0x11110]={
160984  category="lo",
160985  description="CHAKMA LETTER NYAA",
160986  direction="l",
160987  linebreak="al",
160988  unicodeslot=0x11110,
160989 },
160990 [0x11111]={
160991  category="lo",
160992  description="CHAKMA LETTER TTAA",
160993  direction="l",
160994  linebreak="al",
160995  unicodeslot=0x11111,
160996 },
160997 [0x11112]={
160998  category="lo",
160999  description="CHAKMA LETTER TTHAA",
161000  direction="l",
161001  linebreak="al",
161002  unicodeslot=0x11112,
161003 },
161004 [0x11113]={
161005  category="lo",
161006  description="CHAKMA LETTER DDAA",
161007  direction="l",
161008  linebreak="al",
161009  unicodeslot=0x11113,
161010 },
161011 [0x11114]={
161012  category="lo",
161013  description="CHAKMA LETTER DDHAA",
161014  direction="l",
161015  linebreak="al",
161016  unicodeslot=0x11114,
161017 },
161018 [0x11115]={
161019  category="lo",
161020  description="CHAKMA LETTER NNAA",
161021  direction="l",
161022  linebreak="al",
161023  unicodeslot=0x11115,
161024 },
161025 [0x11116]={
161026  category="lo",
161027  description="CHAKMA LETTER TAA",
161028  direction="l",
161029  linebreak="al",
161030  unicodeslot=0x11116,
161031 },
161032 [0x11117]={
161033  category="lo",
161034  description="CHAKMA LETTER THAA",
161035  direction="l",
161036  linebreak="al",
161037  unicodeslot=0x11117,
161038 },
161039 [0x11118]={
161040  category="lo",
161041  description="CHAKMA LETTER DAA",
161042  direction="l",
161043  linebreak="al",
161044  unicodeslot=0x11118,
161045 },
161046 [0x11119]={
161047  category="lo",
161048  description="CHAKMA LETTER DHAA",
161049  direction="l",
161050  linebreak="al",
161051  unicodeslot=0x11119,
161052 },
161053 [0x1111A]={
161054  category="lo",
161055  description="CHAKMA LETTER NAA",
161056  direction="l",
161057  linebreak="al",
161058  unicodeslot=0x1111A,
161059 },
161060 [0x1111B]={
161061  category="lo",
161062  description="CHAKMA LETTER PAA",
161063  direction="l",
161064  linebreak="al",
161065  unicodeslot=0x1111B,
161066 },
161067 [0x1111C]={
161068  category="lo",
161069  description="CHAKMA LETTER PHAA",
161070  direction="l",
161071  linebreak="al",
161072  unicodeslot=0x1111C,
161073 },
161074 [0x1111D]={
161075  category="lo",
161076  description="CHAKMA LETTER BAA",
161077  direction="l",
161078  linebreak="al",
161079  unicodeslot=0x1111D,
161080 },
161081 [0x1111E]={
161082  category="lo",
161083  description="CHAKMA LETTER BHAA",
161084  direction="l",
161085  linebreak="al",
161086  unicodeslot=0x1111E,
161087 },
161088 [0x1111F]={
161089  category="lo",
161090  description="CHAKMA LETTER MAA",
161091  direction="l",
161092  linebreak="al",
161093  unicodeslot=0x1111F,
161094 },
161095 [0x11120]={
161096  category="lo",
161097  description="CHAKMA LETTER YYAA",
161098  direction="l",
161099  linebreak="al",
161100  unicodeslot=0x11120,
161101 },
161102 [0x11121]={
161103  category="lo",
161104  description="CHAKMA LETTER YAA",
161105  direction="l",
161106  linebreak="al",
161107  unicodeslot=0x11121,
161108 },
161109 [0x11122]={
161110  category="lo",
161111  description="CHAKMA LETTER RAA",
161112  direction="l",
161113  linebreak="al",
161114  unicodeslot=0x11122,
161115 },
161116 [0x11123]={
161117  category="lo",
161118  description="CHAKMA LETTER LAA",
161119  direction="l",
161120  linebreak="al",
161121  unicodeslot=0x11123,
161122 },
161123 [0x11124]={
161124  category="lo",
161125  description="CHAKMA LETTER WAA",
161126  direction="l",
161127  linebreak="al",
161128  unicodeslot=0x11124,
161129 },
161130 [0x11125]={
161131  category="lo",
161132  description="CHAKMA LETTER SAA",
161133  direction="l",
161134  linebreak="al",
161135  unicodeslot=0x11125,
161136 },
161137 [0x11126]={
161138  category="lo",
161139  description="CHAKMA LETTER HAA",
161140  direction="l",
161141  linebreak="al",
161142  unicodeslot=0x11126,
161143 },
161144 [0x11127]={
161145  category="mn",
161146  description="CHAKMA VOWEL SIGN A",
161147  direction="nsm",
161148  linebreak="cm",
161149  unicodeslot=0x11127,
161150 },
161151 [0x11128]={
161152  category="mn",
161153  description="CHAKMA VOWEL SIGN I",
161154  direction="nsm",
161155  linebreak="cm",
161156  unicodeslot=0x11128,
161157 },
161158 [0x11129]={
161159  category="mn",
161160  description="CHAKMA VOWEL SIGN II",
161161  direction="nsm",
161162  linebreak="cm",
161163  unicodeslot=0x11129,
161164 },
161165 [0x1112A]={
161166  category="mn",
161167  description="CHAKMA VOWEL SIGN U",
161168  direction="nsm",
161169  linebreak="cm",
161170  unicodeslot=0x1112A,
161171 },
161172 [0x1112B]={
161173  category="mn",
161174  description="CHAKMA VOWEL SIGN UU",
161175  direction="nsm",
161176  linebreak="cm",
161177  unicodeslot=0x1112B,
161178 },
161179 [0x1112C]={
161180  category="mc",
161181  description="CHAKMA VOWEL SIGN E",
161182  direction="l",
161183  linebreak="cm",
161184  unicodeslot=0x1112C,
161185 },
161186 [0x1112D]={
161187  category="mn",
161188  description="CHAKMA VOWEL SIGN AI",
161189  direction="nsm",
161190  linebreak="cm",
161191  unicodeslot=0x1112D,
161192 },
161193 [0x1112E]={
161194  category="mn",
161195  description="CHAKMA VOWEL SIGN O",
161196  direction="nsm",
161197  linebreak="cm",
161198  specials={ "char", 0x11131, 0x11127 },
161199  unicodeslot=0x1112E,
161200 },
161201 [0x1112F]={
161202  category="mn",
161203  description="CHAKMA VOWEL SIGN AU",
161204  direction="nsm",
161205  linebreak="cm",
161206  specials={ "char", 0x11132, 0x11127 },
161207  unicodeslot=0x1112F,
161208 },
161209 [0x11130]={
161210  category="mn",
161211  description="CHAKMA VOWEL SIGN OI",
161212  direction="nsm",
161213  linebreak="cm",
161214  unicodeslot=0x11130,
161215 },
161216 [0x11131]={
161217  category="mn",
161218  description="CHAKMA O MARK",
161219  direction="nsm",
161220  linebreak="cm",
161221  unicodeslot=0x11131,
161222 },
161223 [0x11132]={
161224  category="mn",
161225  description="CHAKMA AU MARK",
161226  direction="nsm",
161227  linebreak="cm",
161228  unicodeslot=0x11132,
161229 },
161230 [0x11133]={
161231  category="mn",
161232  combining=0x9,
161233  description="CHAKMA VIRAMA",
161234  direction="nsm",
161235  linebreak="cm",
161236  unicodeslot=0x11133,
161237 },
161238 [0x11134]={
161239  category="mn",
161240  combining=0x9,
161241  description="CHAKMA MAAYYAA",
161242  direction="nsm",
161243  linebreak="cm",
161244  unicodeslot=0x11134,
161245 },
161246 [0x11136]={
161247  category="nd",
161248  description="CHAKMA DIGIT ZERO",
161249  direction="l",
161250  linebreak="nu",
161251  unicodeslot=0x11136,
161252 },
161253 [0x11137]={
161254  category="nd",
161255  description="CHAKMA DIGIT ONE",
161256  direction="l",
161257  linebreak="nu",
161258  unicodeslot=0x11137,
161259 },
161260 [0x11138]={
161261  category="nd",
161262  description="CHAKMA DIGIT TWO",
161263  direction="l",
161264  linebreak="nu",
161265  unicodeslot=0x11138,
161266 },
161267 [0x11139]={
161268  category="nd",
161269  description="CHAKMA DIGIT THREE",
161270  direction="l",
161271  linebreak="nu",
161272  unicodeslot=0x11139,
161273 },
161274 [0x1113A]={
161275  category="nd",
161276  description="CHAKMA DIGIT FOUR",
161277  direction="l",
161278  linebreak="nu",
161279  unicodeslot=0x1113A,
161280 },
161281 [0x1113B]={
161282  category="nd",
161283  description="CHAKMA DIGIT FIVE",
161284  direction="l",
161285  linebreak="nu",
161286  unicodeslot=0x1113B,
161287 },
161288 [0x1113C]={
161289  category="nd",
161290  description="CHAKMA DIGIT SIX",
161291  direction="l",
161292  linebreak="nu",
161293  unicodeslot=0x1113C,
161294 },
161295 [0x1113D]={
161296  category="nd",
161297  description="CHAKMA DIGIT SEVEN",
161298  direction="l",
161299  linebreak="nu",
161300  unicodeslot=0x1113D,
161301 },
161302 [0x1113E]={
161303  category="nd",
161304  description="CHAKMA DIGIT EIGHT",
161305  direction="l",
161306  linebreak="nu",
161307  unicodeslot=0x1113E,
161308 },
161309 [0x1113F]={
161310  category="nd",
161311  description="CHAKMA DIGIT NINE",
161312  direction="l",
161313  linebreak="nu",
161314  unicodeslot=0x1113F,
161315 },
161316 [0x11140]={
161317  category="po",
161318  description="CHAKMA SECTION MARK",
161319  direction="l",
161320  linebreak="ba",
161321  unicodeslot=0x11140,
161322 },
161323 [0x11141]={
161324  category="po",
161325  description="CHAKMA DANDA",
161326  direction="l",
161327  linebreak="ba",
161328  unicodeslot=0x11141,
161329 },
161330 [0x11142]={
161331  category="po",
161332  description="CHAKMA DOUBLE DANDA",
161333  direction="l",
161334  linebreak="ba",
161335  unicodeslot=0x11142,
161336 },
161337 [0x11143]={
161338  category="po",
161339  description="CHAKMA QUESTION MARK",
161340  direction="l",
161341  linebreak="ba",
161342  unicodeslot=0x11143,
161343 },
161344 [0x11144]={
161345  category="lo",
161346  description="CHAKMA LETTER LHAA",
161347  direction="l",
161348  linebreak="al",
161349  unicodeslot=0x11144,
161350 },
161351 [0x11145]={
161352  category="mc",
161353  description="CHAKMA VOWEL SIGN AA",
161354  direction="l",
161355  linebreak="cm",
161356  unicodeslot=0x11145,
161357 },
161358 [0x11146]={
161359  category="mc",
161360  description="CHAKMA VOWEL SIGN EI",
161361  direction="l",
161362  linebreak="cm",
161363  unicodeslot=0x11146,
161364 },
161365 [0x11147]={
161366  category="lo",
161367  description="CHAKMA LETTER VAA",
161368  direction="l",
161369  linebreak="al",
161370  unicodeslot=0x11147,
161371 },
161372 [0x11150]={
161373  category="lo",
161374  description="MAHAJANI LETTER A",
161375  direction="l",
161376  linebreak="al",
161377  unicodeslot=0x11150,
161378 },
161379 [0x11151]={
161380  category="lo",
161381  description="MAHAJANI LETTER I",
161382  direction="l",
161383  linebreak="al",
161384  unicodeslot=0x11151,
161385 },
161386 [0x11152]={
161387  category="lo",
161388  description="MAHAJANI LETTER U",
161389  direction="l",
161390  linebreak="al",
161391  unicodeslot=0x11152,
161392 },
161393 [0x11153]={
161394  category="lo",
161395  description="MAHAJANI LETTER E",
161396  direction="l",
161397  linebreak="al",
161398  unicodeslot=0x11153,
161399 },
161400 [0x11154]={
161401  category="lo",
161402  description="MAHAJANI LETTER O",
161403  direction="l",
161404  linebreak="al",
161405  unicodeslot=0x11154,
161406 },
161407 [0x11155]={
161408  category="lo",
161409  description="MAHAJANI LETTER KA",
161410  direction="l",
161411  linebreak="al",
161412  unicodeslot=0x11155,
161413 },
161414 [0x11156]={
161415  category="lo",
161416  description="MAHAJANI LETTER KHA",
161417  direction="l",
161418  linebreak="al",
161419  unicodeslot=0x11156,
161420 },
161421 [0x11157]={
161422  category="lo",
161423  description="MAHAJANI LETTER GA",
161424  direction="l",
161425  linebreak="al",
161426  unicodeslot=0x11157,
161427 },
161428 [0x11158]={
161429  category="lo",
161430  description="MAHAJANI LETTER GHA",
161431  direction="l",
161432  linebreak="al",
161433  unicodeslot=0x11158,
161434 },
161435 [0x11159]={
161436  category="lo",
161437  description="MAHAJANI LETTER CA",
161438  direction="l",
161439  linebreak="al",
161440  unicodeslot=0x11159,
161441 },
161442 [0x1115A]={
161443  category="lo",
161444  description="MAHAJANI LETTER CHA",
161445  direction="l",
161446  linebreak="al",
161447  unicodeslot=0x1115A,
161448 },
161449 [0x1115B]={
161450  category="lo",
161451  description="MAHAJANI LETTER JA",
161452  direction="l",
161453  linebreak="al",
161454  unicodeslot=0x1115B,
161455 },
161456 [0x1115C]={
161457  category="lo",
161458  description="MAHAJANI LETTER JHA",
161459  direction="l",
161460  linebreak="al",
161461  unicodeslot=0x1115C,
161462 },
161463 [0x1115D]={
161464  category="lo",
161465  description="MAHAJANI LETTER NYA",
161466  direction="l",
161467  linebreak="al",
161468  unicodeslot=0x1115D,
161469 },
161470 [0x1115E]={
161471  category="lo",
161472  description="MAHAJANI LETTER TTA",
161473  direction="l",
161474  linebreak="al",
161475  unicodeslot=0x1115E,
161476 },
161477 [0x1115F]={
161478  category="lo",
161479  description="MAHAJANI LETTER TTHA",
161480  direction="l",
161481  linebreak="al",
161482  unicodeslot=0x1115F,
161483 },
161484 [0x11160]={
161485  category="lo",
161486  description="MAHAJANI LETTER DDA",
161487  direction="l",
161488  linebreak="al",
161489  unicodeslot=0x11160,
161490 },
161491 [0x11161]={
161492  category="lo",
161493  description="MAHAJANI LETTER DDHA",
161494  direction="l",
161495  linebreak="al",
161496  unicodeslot=0x11161,
161497 },
161498 [0x11162]={
161499  category="lo",
161500  description="MAHAJANI LETTER NNA",
161501  direction="l",
161502  linebreak="al",
161503  unicodeslot=0x11162,
161504 },
161505 [0x11163]={
161506  category="lo",
161507  description="MAHAJANI LETTER TA",
161508  direction="l",
161509  linebreak="al",
161510  unicodeslot=0x11163,
161511 },
161512 [0x11164]={
161513  category="lo",
161514  description="MAHAJANI LETTER THA",
161515  direction="l",
161516  linebreak="al",
161517  unicodeslot=0x11164,
161518 },
161519 [0x11165]={
161520  category="lo",
161521  description="MAHAJANI LETTER DA",
161522  direction="l",
161523  linebreak="al",
161524  unicodeslot=0x11165,
161525 },
161526 [0x11166]={
161527  category="lo",
161528  description="MAHAJANI LETTER DHA",
161529  direction="l",
161530  linebreak="al",
161531  unicodeslot=0x11166,
161532 },
161533 [0x11167]={
161534  category="lo",
161535  description="MAHAJANI LETTER NA",
161536  direction="l",
161537  linebreak="al",
161538  unicodeslot=0x11167,
161539 },
161540 [0x11168]={
161541  category="lo",
161542  description="MAHAJANI LETTER PA",
161543  direction="l",
161544  linebreak="al",
161545  unicodeslot=0x11168,
161546 },
161547 [0x11169]={
161548  category="lo",
161549  description="MAHAJANI LETTER PHA",
161550  direction="l",
161551  linebreak="al",
161552  unicodeslot=0x11169,
161553 },
161554 [0x1116A]={
161555  category="lo",
161556  description="MAHAJANI LETTER BA",
161557  direction="l",
161558  linebreak="al",
161559  unicodeslot=0x1116A,
161560 },
161561 [0x1116B]={
161562  category="lo",
161563  description="MAHAJANI LETTER BHA",
161564  direction="l",
161565  linebreak="al",
161566  unicodeslot=0x1116B,
161567 },
161568 [0x1116C]={
161569  category="lo",
161570  description="MAHAJANI LETTER MA",
161571  direction="l",
161572  linebreak="al",
161573  unicodeslot=0x1116C,
161574 },
161575 [0x1116D]={
161576  category="lo",
161577  description="MAHAJANI LETTER RA",
161578  direction="l",
161579  linebreak="al",
161580  unicodeslot=0x1116D,
161581 },
161582 [0x1116E]={
161583  category="lo",
161584  description="MAHAJANI LETTER LA",
161585  direction="l",
161586  linebreak="al",
161587  unicodeslot=0x1116E,
161588 },
161589 [0x1116F]={
161590  category="lo",
161591  description="MAHAJANI LETTER VA",
161592  direction="l",
161593  linebreak="al",
161594  unicodeslot=0x1116F,
161595 },
161596 [0x11170]={
161597  category="lo",
161598  description="MAHAJANI LETTER SA",
161599  direction="l",
161600  linebreak="al",
161601  unicodeslot=0x11170,
161602 },
161603 [0x11171]={
161604  category="lo",
161605  description="MAHAJANI LETTER HA",
161606  direction="l",
161607  linebreak="al",
161608  unicodeslot=0x11171,
161609 },
161610 [0x11172]={
161611  category="lo",
161612  description="MAHAJANI LETTER RRA",
161613  direction="l",
161614  linebreak="al",
161615  unicodeslot=0x11172,
161616 },
161617 [0x11173]={
161618  category="mn",
161619  combining=0x7,
161620  description="MAHAJANI SIGN NUKTA",
161621  direction="nsm",
161622  linebreak="cm",
161623  unicodeslot=0x11173,
161624 },
161625 [0x11174]={
161626  category="po",
161627  description="MAHAJANI ABBREVIATION SIGN",
161628  direction="l",
161629  linebreak="al",
161630  unicodeslot=0x11174,
161631 },
161632 [0x11175]={
161633  category="po",
161634  description="MAHAJANI SECTION MARK",
161635  direction="l",
161636  linebreak="bb",
161637  unicodeslot=0x11175,
161638 },
161639 [0x11176]={
161640  category="lo",
161641  description="MAHAJANI LIGATURE SHRI",
161642  direction="l",
161643  linebreak="al",
161644  unicodeslot=0x11176,
161645 },
161646 [0x11180]={
161647  category="mn",
161648  description="SHARADA SIGN CANDRABINDU",
161649  direction="nsm",
161650  linebreak="cm",
161651  unicodeslot=0x11180,
161652 },
161653 [0x11181]={
161654  category="mn",
161655  description="SHARADA SIGN ANUSVARA",
161656  direction="nsm",
161657  linebreak="cm",
161658  unicodeslot=0x11181,
161659 },
161660 [0x11182]={
161661  category="mc",
161662  description="SHARADA SIGN VISARGA",
161663  direction="l",
161664  linebreak="cm",
161665  unicodeslot=0x11182,
161666 },
161667 [0x11183]={
161668  category="lo",
161669  description="SHARADA LETTER A",
161670  direction="l",
161671  linebreak="al",
161672  unicodeslot=0x11183,
161673 },
161674 [0x11184]={
161675  category="lo",
161676  description="SHARADA LETTER AA",
161677  direction="l",
161678  linebreak="al",
161679  unicodeslot=0x11184,
161680 },
161681 [0x11185]={
161682  category="lo",
161683  description="SHARADA LETTER I",
161684  direction="l",
161685  linebreak="al",
161686  unicodeslot=0x11185,
161687 },
161688 [0x11186]={
161689  category="lo",
161690  description="SHARADA LETTER II",
161691  direction="l",
161692  linebreak="al",
161693  unicodeslot=0x11186,
161694 },
161695 [0x11187]={
161696  category="lo",
161697  description="SHARADA LETTER U",
161698  direction="l",
161699  linebreak="al",
161700  unicodeslot=0x11187,
161701 },
161702 [0x11188]={
161703  category="lo",
161704  description="SHARADA LETTER UU",
161705  direction="l",
161706  linebreak="al",
161707  unicodeslot=0x11188,
161708 },
161709 [0x11189]={
161710  category="lo",
161711  description="SHARADA LETTER VOCALIC R",
161712  direction="l",
161713  linebreak="al",
161714  unicodeslot=0x11189,
161715 },
161716 [0x1118A]={
161717  category="lo",
161718  description="SHARADA LETTER VOCALIC RR",
161719  direction="l",
161720  linebreak="al",
161721  unicodeslot=0x1118A,
161722 },
161723 [0x1118B]={
161724  category="lo",
161725  description="SHARADA LETTER VOCALIC L",
161726  direction="l",
161727  linebreak="al",
161728  unicodeslot=0x1118B,
161729 },
161730 [0x1118C]={
161731  category="lo",
161732  description="SHARADA LETTER VOCALIC LL",
161733  direction="l",
161734  linebreak="al",
161735  unicodeslot=0x1118C,
161736 },
161737 [0x1118D]={
161738  category="lo",
161739  description="SHARADA LETTER E",
161740  direction="l",
161741  linebreak="al",
161742  unicodeslot=0x1118D,
161743 },
161744 [0x1118E]={
161745  category="lo",
161746  description="SHARADA LETTER AI",
161747  direction="l",
161748  linebreak="al",
161749  unicodeslot=0x1118E,
161750 },
161751 [0x1118F]={
161752  category="lo",
161753  description="SHARADA LETTER O",
161754  direction="l",
161755  linebreak="al",
161756  unicodeslot=0x1118F,
161757 },
161758 [0x11190]={
161759  category="lo",
161760  description="SHARADA LETTER AU",
161761  direction="l",
161762  linebreak="al",
161763  unicodeslot=0x11190,
161764 },
161765 [0x11191]={
161766  category="lo",
161767  description="SHARADA LETTER KA",
161768  direction="l",
161769  linebreak="al",
161770  unicodeslot=0x11191,
161771 },
161772 [0x11192]={
161773  category="lo",
161774  description="SHARADA LETTER KHA",
161775  direction="l",
161776  linebreak="al",
161777  unicodeslot=0x11192,
161778 },
161779 [0x11193]={
161780  category="lo",
161781  description="SHARADA LETTER GA",
161782  direction="l",
161783  linebreak="al",
161784  unicodeslot=0x11193,
161785 },
161786 [0x11194]={
161787  category="lo",
161788  description="SHARADA LETTER GHA",
161789  direction="l",
161790  linebreak="al",
161791  unicodeslot=0x11194,
161792 },
161793 [0x11195]={
161794  category="lo",
161795  description="SHARADA LETTER NGA",
161796  direction="l",
161797  linebreak="al",
161798  unicodeslot=0x11195,
161799 },
161800 [0x11196]={
161801  category="lo",
161802  description="SHARADA LETTER CA",
161803  direction="l",
161804  linebreak="al",
161805  unicodeslot=0x11196,
161806 },
161807 [0x11197]={
161808  category="lo",
161809  description="SHARADA LETTER CHA",
161810  direction="l",
161811  linebreak="al",
161812  unicodeslot=0x11197,
161813 },
161814 [0x11198]={
161815  category="lo",
161816  description="SHARADA LETTER JA",
161817  direction="l",
161818  linebreak="al",
161819  unicodeslot=0x11198,
161820 },
161821 [0x11199]={
161822  category="lo",
161823  description="SHARADA LETTER JHA",
161824  direction="l",
161825  linebreak="al",
161826  unicodeslot=0x11199,
161827 },
161828 [0x1119A]={
161829  category="lo",
161830  description="SHARADA LETTER NYA",
161831  direction="l",
161832  linebreak="al",
161833  unicodeslot=0x1119A,
161834 },
161835 [0x1119B]={
161836  category="lo",
161837  description="SHARADA LETTER TTA",
161838  direction="l",
161839  linebreak="al",
161840  unicodeslot=0x1119B,
161841 },
161842 [0x1119C]={
161843  category="lo",
161844  description="SHARADA LETTER TTHA",
161845  direction="l",
161846  linebreak="al",
161847  unicodeslot=0x1119C,
161848 },
161849 [0x1119D]={
161850  category="lo",
161851  description="SHARADA LETTER DDA",
161852  direction="l",
161853  linebreak="al",
161854  unicodeslot=0x1119D,
161855 },
161856 [0x1119E]={
161857  category="lo",
161858  description="SHARADA LETTER DDHA",
161859  direction="l",
161860  linebreak="al",
161861  unicodeslot=0x1119E,
161862 },
161863 [0x1119F]={
161864  category="lo",
161865  description="SHARADA LETTER NNA",
161866  direction="l",
161867  linebreak="al",
161868  unicodeslot=0x1119F,
161869 },
161870 [0x111A0]={
161871  category="lo",
161872  description="SHARADA LETTER TA",
161873  direction="l",
161874  linebreak="al",
161875  unicodeslot=0x111A0,
161876 },
161877 [0x111A1]={
161878  category="lo",
161879  description="SHARADA LETTER THA",
161880  direction="l",
161881  linebreak="al",
161882  unicodeslot=0x111A1,
161883 },
161884 [0x111A2]={
161885  category="lo",
161886  description="SHARADA LETTER DA",
161887  direction="l",
161888  linebreak="al",
161889  unicodeslot=0x111A2,
161890 },
161891 [0x111A3]={
161892  category="lo",
161893  description="SHARADA LETTER DHA",
161894  direction="l",
161895  linebreak="al",
161896  unicodeslot=0x111A3,
161897 },
161898 [0x111A4]={
161899  category="lo",
161900  description="SHARADA LETTER NA",
161901  direction="l",
161902  linebreak="al",
161903  unicodeslot=0x111A4,
161904 },
161905 [0x111A5]={
161906  category="lo",
161907  description="SHARADA LETTER PA",
161908  direction="l",
161909  linebreak="al",
161910  unicodeslot=0x111A5,
161911 },
161912 [0x111A6]={
161913  category="lo",
161914  description="SHARADA LETTER PHA",
161915  direction="l",
161916  linebreak="al",
161917  unicodeslot=0x111A6,
161918 },
161919 [0x111A7]={
161920  category="lo",
161921  description="SHARADA LETTER BA",
161922  direction="l",
161923  linebreak="al",
161924  unicodeslot=0x111A7,
161925 },
161926 [0x111A8]={
161927  category="lo",
161928  description="SHARADA LETTER BHA",
161929  direction="l",
161930  linebreak="al",
161931  unicodeslot=0x111A8,
161932 },
161933 [0x111A9]={
161934  category="lo",
161935  description="SHARADA LETTER MA",
161936  direction="l",
161937  linebreak="al",
161938  unicodeslot=0x111A9,
161939 },
161940 [0x111AA]={
161941  category="lo",
161942  description="SHARADA LETTER YA",
161943  direction="l",
161944  linebreak="al",
161945  unicodeslot=0x111AA,
161946 },
161947 [0x111AB]={
161948  category="lo",
161949  description="SHARADA LETTER RA",
161950  direction="l",
161951  linebreak="al",
161952  unicodeslot=0x111AB,
161953 },
161954 [0x111AC]={
161955  category="lo",
161956  description="SHARADA LETTER LA",
161957  direction="l",
161958  linebreak="al",
161959  unicodeslot=0x111AC,
161960 },
161961 [0x111AD]={
161962  category="lo",
161963  description="SHARADA LETTER LLA",
161964  direction="l",
161965  linebreak="al",
161966  unicodeslot=0x111AD,
161967 },
161968 [0x111AE]={
161969  category="lo",
161970  description="SHARADA LETTER VA",
161971  direction="l",
161972  linebreak="al",
161973  unicodeslot=0x111AE,
161974 },
161975 [0x111AF]={
161976  category="lo",
161977  description="SHARADA LETTER SHA",
161978  direction="l",
161979  linebreak="al",
161980  unicodeslot=0x111AF,
161981 },
161982 [0x111B0]={
161983  category="lo",
161984  description="SHARADA LETTER SSA",
161985  direction="l",
161986  linebreak="al",
161987  unicodeslot=0x111B0,
161988 },
161989 [0x111B1]={
161990  category="lo",
161991  description="SHARADA LETTER SA",
161992  direction="l",
161993  linebreak="al",
161994  unicodeslot=0x111B1,
161995 },
161996 [0x111B2]={
161997  category="lo",
161998  description="SHARADA LETTER HA",
161999  direction="l",
162000  linebreak="al",
162001  unicodeslot=0x111B2,
162002 },
162003 [0x111B3]={
162004  category="mc",
162005  description="SHARADA VOWEL SIGN AA",
162006  direction="l",
162007  linebreak="cm",
162008  unicodeslot=0x111B3,
162009 },
162010 [0x111B4]={
162011  category="mc",
162012  description="SHARADA VOWEL SIGN I",
162013  direction="l",
162014  linebreak="cm",
162015  unicodeslot=0x111B4,
162016 },
162017 [0x111B5]={
162018  category="mc",
162019  description="SHARADA VOWEL SIGN II",
162020  direction="l",
162021  linebreak="cm",
162022  unicodeslot=0x111B5,
162023 },
162024 [0x111B6]={
162025  category="mn",
162026  description="SHARADA VOWEL SIGN U",
162027  direction="nsm",
162028  linebreak="cm",
162029  unicodeslot=0x111B6,
162030 },
162031 [0x111B7]={
162032  category="mn",
162033  description="SHARADA VOWEL SIGN UU",
162034  direction="nsm",
162035  linebreak="cm",
162036  unicodeslot=0x111B7,
162037 },
162038 [0x111B8]={
162039  category="mn",
162040  description="SHARADA VOWEL SIGN VOCALIC R",
162041  direction="nsm",
162042  linebreak="cm",
162043  unicodeslot=0x111B8,
162044 },
162045 [0x111B9]={
162046  category="mn",
162047  description="SHARADA VOWEL SIGN VOCALIC RR",
162048  direction="nsm",
162049  linebreak="cm",
162050  unicodeslot=0x111B9,
162051 },
162052 [0x111BA]={
162053  category="mn",
162054  description="SHARADA VOWEL SIGN VOCALIC L",
162055  direction="nsm",
162056  linebreak="cm",
162057  unicodeslot=0x111BA,
162058 },
162059 [0x111BB]={
162060  category="mn",
162061  description="SHARADA VOWEL SIGN VOCALIC LL",
162062  direction="nsm",
162063  linebreak="cm",
162064  unicodeslot=0x111BB,
162065 },
162066 [0x111BC]={
162067  category="mn",
162068  description="SHARADA VOWEL SIGN E",
162069  direction="nsm",
162070  linebreak="cm",
162071  unicodeslot=0x111BC,
162072 },
162073 [0x111BD]={
162074  category="mn",
162075  description="SHARADA VOWEL SIGN AI",
162076  direction="nsm",
162077  linebreak="cm",
162078  unicodeslot=0x111BD,
162079 },
162080 [0x111BE]={
162081  category="mn",
162082  description="SHARADA VOWEL SIGN O",
162083  direction="nsm",
162084  linebreak="cm",
162085  unicodeslot=0x111BE,
162086 },
162087 [0x111BF]={
162088  category="mc",
162089  description="SHARADA VOWEL SIGN AU",
162090  direction="l",
162091  linebreak="cm",
162092  unicodeslot=0x111BF,
162093 },
162094 [0x111C0]={
162095  category="mc",
162096  combining=0x9,
162097  description="SHARADA SIGN VIRAMA",
162098  direction="l",
162099  linebreak="cm",
162100  unicodeslot=0x111C0,
162101 },
162102 [0x111C1]={
162103  category="lo",
162104  description="SHARADA SIGN AVAGRAHA",
162105  direction="l",
162106  linebreak="al",
162107  unicodeslot=0x111C1,
162108 },
162109 [0x111C2]={
162110  category="lo",
162111  description="SHARADA SIGN JIHVAMULIYA",
162112  direction="l",
162113  linebreak="al",
162114  unicodeslot=0x111C2,
162115 },
162116 [0x111C3]={
162117  category="lo",
162118  description="SHARADA SIGN UPADHMANIYA",
162119  direction="l",
162120  linebreak="al",
162121  unicodeslot=0x111C3,
162122 },
162123 [0x111C4]={
162124  category="lo",
162125  description="SHARADA OM",
162126  direction="l",
162127  linebreak="al",
162128  unicodeslot=0x111C4,
162129 },
162130 [0x111C5]={
162131  category="po",
162132  description="SHARADA DANDA",
162133  direction="l",
162134  linebreak="ba",
162135  unicodeslot=0x111C5,
162136 },
162137 [0x111C6]={
162138  category="po",
162139  description="SHARADA DOUBLE DANDA",
162140  direction="l",
162141  linebreak="ba",
162142  unicodeslot=0x111C6,
162143 },
162144 [0x111C7]={
162145  category="po",
162146  description="SHARADA ABBREVIATION SIGN",
162147  direction="l",
162148  linebreak="al",
162149  unicodeslot=0x111C7,
162150 },
162151 [0x111C8]={
162152  category="po",
162153  description="SHARADA SEPARATOR",
162154  direction="l",
162155  linebreak="ba",
162156  unicodeslot=0x111C8,
162157 },
162158 [0x111C9]={
162159  category="po",
162160  description="SHARADA SANDHI MARK",
162161  direction="nsm",
162162  linebreak="cm",
162163  unicodeslot=0x111C9,
162164 },
162165 [0x111CA]={
162166  category="mn",
162167  combining=0x7,
162168  description="SHARADA SIGN NUKTA",
162169  direction="nsm",
162170  linebreak="cm",
162171  unicodeslot=0x111CA,
162172 },
162173 [0x111CB]={
162174  category="mn",
162175  description="SHARADA VOWEL MODIFIER MARK",
162176  direction="nsm",
162177  linebreak="cm",
162178  unicodeslot=0x111CB,
162179 },
162180 [0x111CC]={
162181  category="mn",
162182  description="SHARADA EXTRA SHORT VOWEL MARK",
162183  direction="nsm",
162184  linebreak="cm",
162185  unicodeslot=0x111CC,
162186 },
162187 [0x111CD]={
162188  category="po",
162189  description="SHARADA SUTRA MARK",
162190  direction="l",
162191  linebreak="al",
162192  unicodeslot=0x111CD,
162193 },
162194 [0x111CE]={
162195  category="mc",
162196  description="SHARADA VOWEL SIGN PRISHTHAMATRA E",
162197  direction="l",
162198  linebreak="cm",
162199  unicodeslot=0x111CE,
162200 },
162201 [0x111CF]={
162202  category="mn",
162203  description="SHARADA SIGN INVERTED CANDRABINDU",
162204  direction="nsm",
162205  linebreak="cm",
162206  unicodeslot=0x111CF,
162207 },
162208 [0x111D0]={
162209  category="nd",
162210  description="SHARADA DIGIT ZERO",
162211  direction="l",
162212  linebreak="nu",
162213  unicodeslot=0x111D0,
162214 },
162215 [0x111D1]={
162216  category="nd",
162217  description="SHARADA DIGIT ONE",
162218  direction="l",
162219  linebreak="nu",
162220  unicodeslot=0x111D1,
162221 },
162222 [0x111D2]={
162223  category="nd",
162224  description="SHARADA DIGIT TWO",
162225  direction="l",
162226  linebreak="nu",
162227  unicodeslot=0x111D2,
162228 },
162229 [0x111D3]={
162230  category="nd",
162231  description="SHARADA DIGIT THREE",
162232  direction="l",
162233  linebreak="nu",
162234  unicodeslot=0x111D3,
162235 },
162236 [0x111D4]={
162237  category="nd",
162238  description="SHARADA DIGIT FOUR",
162239  direction="l",
162240  linebreak="nu",
162241  unicodeslot=0x111D4,
162242 },
162243 [0x111D5]={
162244  category="nd",
162245  description="SHARADA DIGIT FIVE",
162246  direction="l",
162247  linebreak="nu",
162248  unicodeslot=0x111D5,
162249 },
162250 [0x111D6]={
162251  category="nd",
162252  description="SHARADA DIGIT SIX",
162253  direction="l",
162254  linebreak="nu",
162255  unicodeslot=0x111D6,
162256 },
162257 [0x111D7]={
162258  category="nd",
162259  description="SHARADA DIGIT SEVEN",
162260  direction="l",
162261  linebreak="nu",
162262  unicodeslot=0x111D7,
162263 },
162264 [0x111D8]={
162265  category="nd",
162266  description="SHARADA DIGIT EIGHT",
162267  direction="l",
162268  linebreak="nu",
162269  unicodeslot=0x111D8,
162270 },
162271 [0x111D9]={
162272  category="nd",
162273  description="SHARADA DIGIT NINE",
162274  direction="l",
162275  linebreak="nu",
162276  unicodeslot=0x111D9,
162277 },
162278 [0x111DA]={
162279  category="lo",
162280  description="SHARADA EKAM",
162281  direction="l",
162282  linebreak="al",
162283  unicodeslot=0x111DA,
162284 },
162285 [0x111DB]={
162286  category="po",
162287  description="SHARADA SIGN SIDDHAM",
162288  direction="l",
162289  linebreak="bb",
162290  unicodeslot=0x111DB,
162291 },
162292 [0x111DC]={
162293  category="lo",
162294  description="SHARADA HEADSTROKE",
162295  direction="l",
162296  linebreak="al",
162297  unicodeslot=0x111DC,
162298 },
162299 [0x111DD]={
162300  category="po",
162301  description="SHARADA CONTINUATION SIGN",
162302  direction="l",
162303  linebreak="ba",
162304  unicodeslot=0x111DD,
162305 },
162306 [0x111DE]={
162307  category="po",
162308  description="SHARADA SECTION MARK-1",
162309  direction="l",
162310  linebreak="ba",
162311  unicodeslot=0x111DE,
162312 },
162313 [0x111DF]={
162314  category="po",
162315  description="SHARADA SECTION MARK-2",
162316  direction="l",
162317  linebreak="ba",
162318  unicodeslot=0x111DF,
162319 },
162320 [0x111E1]={
162321  category="no",
162322  description="SINHALA ARCHAIC DIGIT ONE",
162323  direction="l",
162324  linebreak="al",
162325  unicodeslot=0x111E1,
162326 },
162327 [0x111E2]={
162328  category="no",
162329  description="SINHALA ARCHAIC DIGIT TWO",
162330  direction="l",
162331  linebreak="al",
162332  unicodeslot=0x111E2,
162333 },
162334 [0x111E3]={
162335  category="no",
162336  description="SINHALA ARCHAIC DIGIT THREE",
162337  direction="l",
162338  linebreak="al",
162339  unicodeslot=0x111E3,
162340 },
162341 [0x111E4]={
162342  category="no",
162343  description="SINHALA ARCHAIC DIGIT FOUR",
162344  direction="l",
162345  linebreak="al",
162346  unicodeslot=0x111E4,
162347 },
162348 [0x111E5]={
162349  category="no",
162350  description="SINHALA ARCHAIC DIGIT FIVE",
162351  direction="l",
162352  linebreak="al",
162353  unicodeslot=0x111E5,
162354 },
162355 [0x111E6]={
162356  category="no",
162357  description="SINHALA ARCHAIC DIGIT SIX",
162358  direction="l",
162359  linebreak="al",
162360  unicodeslot=0x111E6,
162361 },
162362 [0x111E7]={
162363  category="no",
162364  description="SINHALA ARCHAIC DIGIT SEVEN",
162365  direction="l",
162366  linebreak="al",
162367  unicodeslot=0x111E7,
162368 },
162369 [0x111E8]={
162370  category="no",
162371  description="SINHALA ARCHAIC DIGIT EIGHT",
162372  direction="l",
162373  linebreak="al",
162374  unicodeslot=0x111E8,
162375 },
162376 [0x111E9]={
162377  category="no",
162378  description="SINHALA ARCHAIC DIGIT NINE",
162379  direction="l",
162380  linebreak="al",
162381  unicodeslot=0x111E9,
162382 },
162383 [0x111EA]={
162384  category="no",
162385  description="SINHALA ARCHAIC NUMBER TEN",
162386  direction="l",
162387  linebreak="al",
162388  unicodeslot=0x111EA,
162389 },
162390 [0x111EB]={
162391  category="no",
162392  description="SINHALA ARCHAIC NUMBER TWENTY",
162393  direction="l",
162394  linebreak="al",
162395  unicodeslot=0x111EB,
162396 },
162397 [0x111EC]={
162398  category="no",
162399  description="SINHALA ARCHAIC NUMBER THIRTY",
162400  direction="l",
162401  linebreak="al",
162402  unicodeslot=0x111EC,
162403 },
162404 [0x111ED]={
162405  category="no",
162406  description="SINHALA ARCHAIC NUMBER FORTY",
162407  direction="l",
162408  linebreak="al",
162409  unicodeslot=0x111ED,
162410 },
162411 [0x111EE]={
162412  category="no",
162413  description="SINHALA ARCHAIC NUMBER FIFTY",
162414  direction="l",
162415  linebreak="al",
162416  unicodeslot=0x111EE,
162417 },
162418 [0x111EF]={
162419  category="no",
162420  description="SINHALA ARCHAIC NUMBER SIXTY",
162421  direction="l",
162422  linebreak="al",
162423  unicodeslot=0x111EF,
162424 },
162425 [0x111F0]={
162426  category="no",
162427  description="SINHALA ARCHAIC NUMBER SEVENTY",
162428  direction="l",
162429  linebreak="al",
162430  unicodeslot=0x111F0,
162431 },
162432 [0x111F1]={
162433  category="no",
162434  description="SINHALA ARCHAIC NUMBER EIGHTY",
162435  direction="l",
162436  linebreak="al",
162437  unicodeslot=0x111F1,
162438 },
162439 [0x111F2]={
162440  category="no",
162441  description="SINHALA ARCHAIC NUMBER NINETY",
162442  direction="l",
162443  linebreak="al",
162444  unicodeslot=0x111F2,
162445 },
162446 [0x111F3]={
162447  category="no",
162448  description="SINHALA ARCHAIC NUMBER ONE HUNDRED",
162449  direction="l",
162450  linebreak="al",
162451  unicodeslot=0x111F3,
162452 },
162453 [0x111F4]={
162454  category="no",
162455  description="SINHALA ARCHAIC NUMBER ONE THOUSAND",
162456  direction="l",
162457  linebreak="al",
162458  unicodeslot=0x111F4,
162459 },
162460 [0x11200]={
162461  category="lo",
162462  description="KHOJKI LETTER A",
162463  direction="l",
162464  linebreak="al",
162465  unicodeslot=0x11200,
162466 },
162467 [0x11201]={
162468  category="lo",
162469  description="KHOJKI LETTER AA",
162470  direction="l",
162471  linebreak="al",
162472  unicodeslot=0x11201,
162473 },
162474 [0x11202]={
162475  category="lo",
162476  description="KHOJKI LETTER I",
162477  direction="l",
162478  linebreak="al",
162479  unicodeslot=0x11202,
162480 },
162481 [0x11203]={
162482  category="lo",
162483  description="KHOJKI LETTER U",
162484  direction="l",
162485  linebreak="al",
162486  unicodeslot=0x11203,
162487 },
162488 [0x11204]={
162489  category="lo",
162490  description="KHOJKI LETTER E",
162491  direction="l",
162492  linebreak="al",
162493  unicodeslot=0x11204,
162494 },
162495 [0x11205]={
162496  category="lo",
162497  description="KHOJKI LETTER AI",
162498  direction="l",
162499  linebreak="al",
162500  unicodeslot=0x11205,
162501 },
162502 [0x11206]={
162503  category="lo",
162504  description="KHOJKI LETTER O",
162505  direction="l",
162506  linebreak="al",
162507  unicodeslot=0x11206,
162508 },
162509 [0x11207]={
162510  category="lo",
162511  description="KHOJKI LETTER AU",
162512  direction="l",
162513  linebreak="al",
162514  unicodeslot=0x11207,
162515 },
162516 [0x11208]={
162517  category="lo",
162518  description="KHOJKI LETTER KA",
162519  direction="l",
162520  linebreak="al",
162521  unicodeslot=0x11208,
162522 },
162523 [0x11209]={
162524  category="lo",
162525  description="KHOJKI LETTER KHA",
162526  direction="l",
162527  linebreak="al",
162528  unicodeslot=0x11209,
162529 },
162530 [0x1120A]={
162531  category="lo",
162532  description="KHOJKI LETTER GA",
162533  direction="l",
162534  linebreak="al",
162535  unicodeslot=0x1120A,
162536 },
162537 [0x1120B]={
162538  category="lo",
162539  description="KHOJKI LETTER GGA",
162540  direction="l",
162541  linebreak="al",
162542  unicodeslot=0x1120B,
162543 },
162544 [0x1120C]={
162545  category="lo",
162546  description="KHOJKI LETTER GHA",
162547  direction="l",
162548  linebreak="al",
162549  unicodeslot=0x1120C,
162550 },
162551 [0x1120D]={
162552  category="lo",
162553  description="KHOJKI LETTER NGA",
162554  direction="l",
162555  linebreak="al",
162556  unicodeslot=0x1120D,
162557 },
162558 [0x1120E]={
162559  category="lo",
162560  description="KHOJKI LETTER CA",
162561  direction="l",
162562  linebreak="al",
162563  unicodeslot=0x1120E,
162564 },
162565 [0x1120F]={
162566  category="lo",
162567  description="KHOJKI LETTER CHA",
162568  direction="l",
162569  linebreak="al",
162570  unicodeslot=0x1120F,
162571 },
162572 [0x11210]={
162573  category="lo",
162574  description="KHOJKI LETTER JA",
162575  direction="l",
162576  linebreak="al",
162577  unicodeslot=0x11210,
162578 },
162579 [0x11211]={
162580  category="lo",
162581  description="KHOJKI LETTER JJA",
162582  direction="l",
162583  linebreak="al",
162584  unicodeslot=0x11211,
162585 },
162586 [0x11213]={
162587  category="lo",
162588  description="KHOJKI LETTER NYA",
162589  direction="l",
162590  linebreak="al",
162591  unicodeslot=0x11213,
162592 },
162593 [0x11214]={
162594  category="lo",
162595  description="KHOJKI LETTER TTA",
162596  direction="l",
162597  linebreak="al",
162598  unicodeslot=0x11214,
162599 },
162600 [0x11215]={
162601  category="lo",
162602  description="KHOJKI LETTER TTHA",
162603  direction="l",
162604  linebreak="al",
162605  unicodeslot=0x11215,
162606 },
162607 [0x11216]={
162608  category="lo",
162609  description="KHOJKI LETTER DDA",
162610  direction="l",
162611  linebreak="al",
162612  unicodeslot=0x11216,
162613 },
162614 [0x11217]={
162615  category="lo",
162616  description="KHOJKI LETTER DDHA",
162617  direction="l",
162618  linebreak="al",
162619  unicodeslot=0x11217,
162620 },
162621 [0x11218]={
162622  category="lo",
162623  description="KHOJKI LETTER NNA",
162624  direction="l",
162625  linebreak="al",
162626  unicodeslot=0x11218,
162627 },
162628 [0x11219]={
162629  category="lo",
162630  description="KHOJKI LETTER TA",
162631  direction="l",
162632  linebreak="al",
162633  unicodeslot=0x11219,
162634 },
162635 [0x1121A]={
162636  category="lo",
162637  description="KHOJKI LETTER THA",
162638  direction="l",
162639  linebreak="al",
162640  unicodeslot=0x1121A,
162641 },
162642 [0x1121B]={
162643  category="lo",
162644  description="KHOJKI LETTER DA",
162645  direction="l",
162646  linebreak="al",
162647  unicodeslot=0x1121B,
162648 },
162649 [0x1121C]={
162650  category="lo",
162651  description="KHOJKI LETTER DDDA",
162652  direction="l",
162653  linebreak="al",
162654  unicodeslot=0x1121C,
162655 },
162656 [0x1121D]={
162657  category="lo",
162658  description="KHOJKI LETTER DHA",
162659  direction="l",
162660  linebreak="al",
162661  unicodeslot=0x1121D,
162662 },
162663 [0x1121E]={
162664  category="lo",
162665  description="KHOJKI LETTER NA",
162666  direction="l",
162667  linebreak="al",
162668  unicodeslot=0x1121E,
162669 },
162670 [0x1121F]={
162671  category="lo",
162672  description="KHOJKI LETTER PA",
162673  direction="l",
162674  linebreak="al",
162675  unicodeslot=0x1121F,
162676 },
162677 [0x11220]={
162678  category="lo",
162679  description="KHOJKI LETTER PHA",
162680  direction="l",
162681  linebreak="al",
162682  unicodeslot=0x11220,
162683 },
162684 [0x11221]={
162685  category="lo",
162686  description="KHOJKI LETTER BA",
162687  direction="l",
162688  linebreak="al",
162689  unicodeslot=0x11221,
162690 },
162691 [0x11222]={
162692  category="lo",
162693  description="KHOJKI LETTER BBA",
162694  direction="l",
162695  linebreak="al",
162696  unicodeslot=0x11222,
162697 },
162698 [0x11223]={
162699  category="lo",
162700  description="KHOJKI LETTER BHA",
162701  direction="l",
162702  linebreak="al",
162703  unicodeslot=0x11223,
162704 },
162705 [0x11224]={
162706  category="lo",
162707  description="KHOJKI LETTER MA",
162708  direction="l",
162709  linebreak="al",
162710  unicodeslot=0x11224,
162711 },
162712 [0x11225]={
162713  category="lo",
162714  description="KHOJKI LETTER YA",
162715  direction="l",
162716  linebreak="al",
162717  unicodeslot=0x11225,
162718 },
162719 [0x11226]={
162720  category="lo",
162721  description="KHOJKI LETTER RA",
162722  direction="l",
162723  linebreak="al",
162724  unicodeslot=0x11226,
162725 },
162726 [0x11227]={
162727  category="lo",
162728  description="KHOJKI LETTER LA",
162729  direction="l",
162730  linebreak="al",
162731  unicodeslot=0x11227,
162732 },
162733 [0x11228]={
162734  category="lo",
162735  description="KHOJKI LETTER VA",
162736  direction="l",
162737  linebreak="al",
162738  unicodeslot=0x11228,
162739 },
162740 [0x11229]={
162741  category="lo",
162742  description="KHOJKI LETTER SA",
162743  direction="l",
162744  linebreak="al",
162745  unicodeslot=0x11229,
162746 },
162747 [0x1122A]={
162748  category="lo",
162749  description="KHOJKI LETTER HA",
162750  direction="l",
162751  linebreak="al",
162752  unicodeslot=0x1122A,
162753 },
162754 [0x1122B]={
162755  category="lo",
162756  description="KHOJKI LETTER LLA",
162757  direction="l",
162758  linebreak="al",
162759  unicodeslot=0x1122B,
162760 },
162761 [0x1122C]={
162762  category="mc",
162763  description="KHOJKI VOWEL SIGN AA",
162764  direction="l",
162765  linebreak="cm",
162766  unicodeslot=0x1122C,
162767 },
162768 [0x1122D]={
162769  category="mc",
162770  description="KHOJKI VOWEL SIGN I",
162771  direction="l",
162772  linebreak="cm",
162773  unicodeslot=0x1122D,
162774 },
162775 [0x1122E]={
162776  category="mc",
162777  description="KHOJKI VOWEL SIGN II",
162778  direction="l",
162779  linebreak="cm",
162780  unicodeslot=0x1122E,
162781 },
162782 [0x1122F]={
162783  category="mn",
162784  description="KHOJKI VOWEL SIGN U",
162785  direction="nsm",
162786  linebreak="cm",
162787  unicodeslot=0x1122F,
162788 },
162789 [0x11230]={
162790  category="mn",
162791  description="KHOJKI VOWEL SIGN E",
162792  direction="nsm",
162793  linebreak="cm",
162794  unicodeslot=0x11230,
162795 },
162796 [0x11231]={
162797  category="mn",
162798  description="KHOJKI VOWEL SIGN AI",
162799  direction="nsm",
162800  linebreak="cm",
162801  unicodeslot=0x11231,
162802 },
162803 [0x11232]={
162804  category="mc",
162805  description="KHOJKI VOWEL SIGN O",
162806  direction="l",
162807  linebreak="cm",
162808  unicodeslot=0x11232,
162809 },
162810 [0x11233]={
162811  category="mc",
162812  description="KHOJKI VOWEL SIGN AU",
162813  direction="l",
162814  linebreak="cm",
162815  unicodeslot=0x11233,
162816 },
162817 [0x11234]={
162818  category="mn",
162819  description="KHOJKI SIGN ANUSVARA",
162820  direction="nsm",
162821  linebreak="cm",
162822  unicodeslot=0x11234,
162823 },
162824 [0x11235]={
162825  category="mc",
162826  combining=0x9,
162827  description="KHOJKI SIGN VIRAMA",
162828  direction="l",
162829  linebreak="cm",
162830  unicodeslot=0x11235,
162831 },
162832 [0x11236]={
162833  category="mn",
162834  combining=0x7,
162835  description="KHOJKI SIGN NUKTA",
162836  direction="nsm",
162837  linebreak="cm",
162838  unicodeslot=0x11236,
162839 },
162840 [0x11237]={
162841  category="mn",
162842  description="KHOJKI SIGN SHADDA",
162843  direction="nsm",
162844  linebreak="cm",
162845  unicodeslot=0x11237,
162846 },
162847 [0x11238]={
162848  category="po",
162849  description="KHOJKI DANDA",
162850  direction="l",
162851  linebreak="ba",
162852  unicodeslot=0x11238,
162853 },
162854 [0x11239]={
162855  category="po",
162856  description="KHOJKI DOUBLE DANDA",
162857  direction="l",
162858  linebreak="ba",
162859  unicodeslot=0x11239,
162860 },
162861 [0x1123A]={
162862  category="po",
162863  description="KHOJKI WORD SEPARATOR",
162864  direction="l",
162865  linebreak="al",
162866  unicodeslot=0x1123A,
162867 },
162868 [0x1123B]={
162869  category="po",
162870  description="KHOJKI SECTION MARK",
162871  direction="l",
162872  linebreak="ba",
162873  unicodeslot=0x1123B,
162874 },
162875 [0x1123C]={
162876  category="po",
162877  description="KHOJKI DOUBLE SECTION MARK",
162878  direction="l",
162879  linebreak="ba",
162880  unicodeslot=0x1123C,
162881 },
162882 [0x1123D]={
162883  category="po",
162884  description="KHOJKI ABBREVIATION SIGN",
162885  direction="l",
162886  linebreak="al",
162887  unicodeslot=0x1123D,
162888 },
162889 [0x1123E]={
162890  category="mn",
162891  description="KHOJKI SIGN SUKUN",
162892  direction="nsm",
162893  linebreak="cm",
162894  unicodeslot=0x1123E,
162895 },
162896 [0x1123F]={
162897  category="lo",
162898  description="KHOJKI LETTER QA",
162899  direction="l",
162900  linebreak="al",
162901  unicodeslot=0x1123F,
162902 },
162903 [0x11240]={
162904  category="lo",
162905  description="KHOJKI LETTER SHORT I",
162906  direction="l",
162907  linebreak="al",
162908  unicodeslot=0x11240,
162909 },
162910 [0x11241]={
162911  category="mn",
162912  description="KHOJKI VOWEL SIGN VOCALIC R",
162913  direction="nsm",
162914  linebreak="cm",
162915  unicodeslot=0x11241,
162916 },
162917 [0x11280]={
162918  category="lo",
162919  description="MULTANI LETTER A",
162920  direction="l",
162921  linebreak="al",
162922  unicodeslot=0x11280,
162923 },
162924 [0x11281]={
162925  category="lo",
162926  description="MULTANI LETTER I",
162927  direction="l",
162928  linebreak="al",
162929  unicodeslot=0x11281,
162930 },
162931 [0x11282]={
162932  category="lo",
162933  description="MULTANI LETTER U",
162934  direction="l",
162935  linebreak="al",
162936  unicodeslot=0x11282,
162937 },
162938 [0x11283]={
162939  category="lo",
162940  description="MULTANI LETTER E",
162941  direction="l",
162942  linebreak="al",
162943  unicodeslot=0x11283,
162944 },
162945 [0x11284]={
162946  category="lo",
162947  description="MULTANI LETTER KA",
162948  direction="l",
162949  linebreak="al",
162950  unicodeslot=0x11284,
162951 },
162952 [0x11285]={
162953  category="lo",
162954  description="MULTANI LETTER KHA",
162955  direction="l",
162956  linebreak="al",
162957  unicodeslot=0x11285,
162958 },
162959 [0x11286]={
162960  category="lo",
162961  description="MULTANI LETTER GA",
162962  direction="l",
162963  linebreak="al",
162964  unicodeslot=0x11286,
162965 },
162966 [0x11288]={
162967  category="lo",
162968  description="MULTANI LETTER GHA",
162969  direction="l",
162970  linebreak="al",
162971  unicodeslot=0x11288,
162972 },
162973 [0x1128A]={
162974  category="lo",
162975  description="MULTANI LETTER CA",
162976  direction="l",
162977  linebreak="al",
162978  unicodeslot=0x1128A,
162979 },
162980 [0x1128B]={
162981  category="lo",
162982  description="MULTANI LETTER CHA",
162983  direction="l",
162984  linebreak="al",
162985  unicodeslot=0x1128B,
162986 },
162987 [0x1128C]={
162988  category="lo",
162989  description="MULTANI LETTER JA",
162990  direction="l",
162991  linebreak="al",
162992  unicodeslot=0x1128C,
162993 },
162994 [0x1128D]={
162995  category="lo",
162996  description="MULTANI LETTER JJA",
162997  direction="l",
162998  linebreak="al",
162999  unicodeslot=0x1128D,
163000 },
163001 [0x1128F]={
163002  category="lo",
163003  description="MULTANI LETTER NYA",
163004  direction="l",
163005  linebreak="al",
163006  unicodeslot=0x1128F,
163007 },
163008 [0x11290]={
163009  category="lo",
163010  description="MULTANI LETTER TTA",
163011  direction="l",
163012  linebreak="al",
163013  unicodeslot=0x11290,
163014 },
163015 [0x11291]={
163016  category="lo",
163017  description="MULTANI LETTER TTHA",
163018  direction="l",
163019  linebreak="al",
163020  unicodeslot=0x11291,
163021 },
163022 [0x11292]={
163023  category="lo",
163024  description="MULTANI LETTER DDA",
163025  direction="l",
163026  linebreak="al",
163027  unicodeslot=0x11292,
163028 },
163029 [0x11293]={
163030  category="lo",
163031  description="MULTANI LETTER DDDA",
163032  direction="l",
163033  linebreak="al",
163034  unicodeslot=0x11293,
163035 },
163036 [0x11294]={
163037  category="lo",
163038  description="MULTANI LETTER DDHA",
163039  direction="l",
163040  linebreak="al",
163041  unicodeslot=0x11294,
163042 },
163043 [0x11295]={
163044  category="lo",
163045  description="MULTANI LETTER NNA",
163046  direction="l",
163047  linebreak="al",
163048  unicodeslot=0x11295,
163049 },
163050 [0x11296]={
163051  category="lo",
163052  description="MULTANI LETTER TA",
163053  direction="l",
163054  linebreak="al",
163055  unicodeslot=0x11296,
163056 },
163057 [0x11297]={
163058  category="lo",
163059  description="MULTANI LETTER THA",
163060  direction="l",
163061  linebreak="al",
163062  unicodeslot=0x11297,
163063 },
163064 [0x11298]={
163065  category="lo",
163066  description="MULTANI LETTER DA",
163067  direction="l",
163068  linebreak="al",
163069  unicodeslot=0x11298,
163070 },
163071 [0x11299]={
163072  category="lo",
163073  description="MULTANI LETTER DHA",
163074  direction="l",
163075  linebreak="al",
163076  unicodeslot=0x11299,
163077 },
163078 [0x1129A]={
163079  category="lo",
163080  description="MULTANI LETTER NA",
163081  direction="l",
163082  linebreak="al",
163083  unicodeslot=0x1129A,
163084 },
163085 [0x1129B]={
163086  category="lo",
163087  description="MULTANI LETTER PA",
163088  direction="l",
163089  linebreak="al",
163090  unicodeslot=0x1129B,
163091 },
163092 [0x1129C]={
163093  category="lo",
163094  description="MULTANI LETTER PHA",
163095  direction="l",
163096  linebreak="al",
163097  unicodeslot=0x1129C,
163098 },
163099 [0x1129D]={
163100  category="lo",
163101  description="MULTANI LETTER BA",
163102  direction="l",
163103  linebreak="al",
163104  unicodeslot=0x1129D,
163105 },
163106 [0x1129F]={
163107  category="lo",
163108  description="MULTANI LETTER BHA",
163109  direction="l",
163110  linebreak="al",
163111  unicodeslot=0x1129F,
163112 },
163113 [0x112A0]={
163114  category="lo",
163115  description="MULTANI LETTER MA",
163116  direction="l",
163117  linebreak="al",
163118  unicodeslot=0x112A0,
163119 },
163120 [0x112A1]={
163121  category="lo",
163122  description="MULTANI LETTER YA",
163123  direction="l",
163124  linebreak="al",
163125  unicodeslot=0x112A1,
163126 },
163127 [0x112A2]={
163128  category="lo",
163129  description="MULTANI LETTER RA",
163130  direction="l",
163131  linebreak="al",
163132  unicodeslot=0x112A2,
163133 },
163134 [0x112A3]={
163135  category="lo",
163136  description="MULTANI LETTER LA",
163137  direction="l",
163138  linebreak="al",
163139  unicodeslot=0x112A3,
163140 },
163141 [0x112A4]={
163142  category="lo",
163143  description="MULTANI LETTER VA",
163144  direction="l",
163145  linebreak="al",
163146  unicodeslot=0x112A4,
163147 },
163148 [0x112A5]={
163149  category="lo",
163150  description="MULTANI LETTER SA",
163151  direction="l",
163152  linebreak="al",
163153  unicodeslot=0x112A5,
163154 },
163155 [0x112A6]={
163156  category="lo",
163157  description="MULTANI LETTER HA",
163158  direction="l",
163159  linebreak="al",
163160  unicodeslot=0x112A6,
163161 },
163162 [0x112A7]={
163163  category="lo",
163164  description="MULTANI LETTER RRA",
163165  direction="l",
163166  linebreak="al",
163167  unicodeslot=0x112A7,
163168 },
163169 [0x112A8]={
163170  category="lo",
163171  description="MULTANI LETTER RHA",
163172  direction="l",
163173  linebreak="al",
163174  unicodeslot=0x112A8,
163175 },
163176 [0x112A9]={
163177  category="po",
163178  description="MULTANI SECTION MARK",
163179  direction="l",
163180  linebreak="ba",
163181  unicodeslot=0x112A9,
163182 },
163183 [0x112B0]={
163184  category="lo",
163185  description="KHUDAWADI LETTER A",
163186  direction="l",
163187  linebreak="al",
163188  unicodeslot=0x112B0,
163189 },
163190 [0x112B1]={
163191  category="lo",
163192  description="KHUDAWADI LETTER AA",
163193  direction="l",
163194  linebreak="al",
163195  unicodeslot=0x112B1,
163196 },
163197 [0x112B2]={
163198  category="lo",
163199  description="KHUDAWADI LETTER I",
163200  direction="l",
163201  linebreak="al",
163202  unicodeslot=0x112B2,
163203 },
163204 [0x112B3]={
163205  category="lo",
163206  description="KHUDAWADI LETTER II",
163207  direction="l",
163208  linebreak="al",
163209  unicodeslot=0x112B3,
163210 },
163211 [0x112B4]={
163212  category="lo",
163213  description="KHUDAWADI LETTER U",
163214  direction="l",
163215  linebreak="al",
163216  unicodeslot=0x112B4,
163217 },
163218 [0x112B5]={
163219  category="lo",
163220  description="KHUDAWADI LETTER UU",
163221  direction="l",
163222  linebreak="al",
163223  unicodeslot=0x112B5,
163224 },
163225 [0x112B6]={
163226  category="lo",
163227  description="KHUDAWADI LETTER E",
163228  direction="l",
163229  linebreak="al",
163230  unicodeslot=0x112B6,
163231 },
163232 [0x112B7]={
163233  category="lo",
163234  description="KHUDAWADI LETTER AI",
163235  direction="l",
163236  linebreak="al",
163237  unicodeslot=0x112B7,
163238 },
163239 [0x112B8]={
163240  category="lo",
163241  description="KHUDAWADI LETTER O",
163242  direction="l",
163243  linebreak="al",
163244  unicodeslot=0x112B8,
163245 },
163246 [0x112B9]={
163247  category="lo",
163248  description="KHUDAWADI LETTER AU",
163249  direction="l",
163250  linebreak="al",
163251  unicodeslot=0x112B9,
163252 },
163253 [0x112BA]={
163254  category="lo",
163255  description="KHUDAWADI LETTER KA",
163256  direction="l",
163257  linebreak="al",
163258  unicodeslot=0x112BA,
163259 },
163260 [0x112BB]={
163261  category="lo",
163262  description="KHUDAWADI LETTER KHA",
163263  direction="l",
163264  linebreak="al",
163265  unicodeslot=0x112BB,
163266 },
163267 [0x112BC]={
163268  category="lo",
163269  description="KHUDAWADI LETTER GA",
163270  direction="l",
163271  linebreak="al",
163272  unicodeslot=0x112BC,
163273 },
163274 [0x112BD]={
163275  category="lo",
163276  description="KHUDAWADI LETTER GGA",
163277  direction="l",
163278  linebreak="al",
163279  unicodeslot=0x112BD,
163280 },
163281 [0x112BE]={
163282  category="lo",
163283  description="KHUDAWADI LETTER GHA",
163284  direction="l",
163285  linebreak="al",
163286  unicodeslot=0x112BE,
163287 },
163288 [0x112BF]={
163289  category="lo",
163290  description="KHUDAWADI LETTER NGA",
163291  direction="l",
163292  linebreak="al",
163293  unicodeslot=0x112BF,
163294 },
163295 [0x112C0]={
163296  category="lo",
163297  description="KHUDAWADI LETTER CA",
163298  direction="l",
163299  linebreak="al",
163300  unicodeslot=0x112C0,
163301 },
163302 [0x112C1]={
163303  category="lo",
163304  description="KHUDAWADI LETTER CHA",
163305  direction="l",
163306  linebreak="al",
163307  unicodeslot=0x112C1,
163308 },
163309 [0x112C2]={
163310  category="lo",
163311  description="KHUDAWADI LETTER JA",
163312  direction="l",
163313  linebreak="al",
163314  unicodeslot=0x112C2,
163315 },
163316 [0x112C3]={
163317  category="lo",
163318  description="KHUDAWADI LETTER JJA",
163319  direction="l",
163320  linebreak="al",
163321  unicodeslot=0x112C3,
163322 },
163323 [0x112C4]={
163324  category="lo",
163325  description="KHUDAWADI LETTER JHA",
163326  direction="l",
163327  linebreak="al",
163328  unicodeslot=0x112C4,
163329 },
163330 [0x112C5]={
163331  category="lo",
163332  description="KHUDAWADI LETTER NYA",
163333  direction="l",
163334  linebreak="al",
163335  unicodeslot=0x112C5,
163336 },
163337 [0x112C6]={
163338  category="lo",
163339  description="KHUDAWADI LETTER TTA",
163340  direction="l",
163341  linebreak="al",
163342  unicodeslot=0x112C6,
163343 },
163344 [0x112C7]={
163345  category="lo",
163346  description="KHUDAWADI LETTER TTHA",
163347  direction="l",
163348  linebreak="al",
163349  unicodeslot=0x112C7,
163350 },
163351 [0x112C8]={
163352  category="lo",
163353  description="KHUDAWADI LETTER DDA",
163354  direction="l",
163355  linebreak="al",
163356  unicodeslot=0x112C8,
163357 },
163358 [0x112C9]={
163359  category="lo",
163360  description="KHUDAWADI LETTER DDDA",
163361  direction="l",
163362  linebreak="al",
163363  unicodeslot=0x112C9,
163364 },
163365 [0x112CA]={
163366  category="lo",
163367  description="KHUDAWADI LETTER RRA",
163368  direction="l",
163369  linebreak="al",
163370  unicodeslot=0x112CA,
163371 },
163372 [0x112CB]={
163373  category="lo",
163374  description="KHUDAWADI LETTER DDHA",
163375  direction="l",
163376  linebreak="al",
163377  unicodeslot=0x112CB,
163378 },
163379 [0x112CC]={
163380  category="lo",
163381  description="KHUDAWADI LETTER NNA",
163382  direction="l",
163383  linebreak="al",
163384  unicodeslot=0x112CC,
163385 },
163386 [0x112CD]={
163387  category="lo",
163388  description="KHUDAWADI LETTER TA",
163389  direction="l",
163390  linebreak="al",
163391  unicodeslot=0x112CD,
163392 },
163393 [0x112CE]={
163394  category="lo",
163395  description="KHUDAWADI LETTER THA",
163396  direction="l",
163397  linebreak="al",
163398  unicodeslot=0x112CE,
163399 },
163400 [0x112CF]={
163401  category="lo",
163402  description="KHUDAWADI LETTER DA",
163403  direction="l",
163404  linebreak="al",
163405  unicodeslot=0x112CF,
163406 },
163407 [0x112D0]={
163408  category="lo",
163409  description="KHUDAWADI LETTER DHA",
163410  direction="l",
163411  linebreak="al",
163412  unicodeslot=0x112D0,
163413 },
163414 [0x112D1]={
163415  category="lo",
163416  description="KHUDAWADI LETTER NA",
163417  direction="l",
163418  linebreak="al",
163419  unicodeslot=0x112D1,
163420 },
163421 [0x112D2]={
163422  category="lo",
163423  description="KHUDAWADI LETTER PA",
163424  direction="l",
163425  linebreak="al",
163426  unicodeslot=0x112D2,
163427 },
163428 [0x112D3]={
163429  category="lo",
163430  description="KHUDAWADI LETTER PHA",
163431  direction="l",
163432  linebreak="al",
163433  unicodeslot=0x112D3,
163434 },
163435 [0x112D4]={
163436  category="lo",
163437  description="KHUDAWADI LETTER BA",
163438  direction="l",
163439  linebreak="al",
163440  unicodeslot=0x112D4,
163441 },
163442 [0x112D5]={
163443  category="lo",
163444  description="KHUDAWADI LETTER BBA",
163445  direction="l",
163446  linebreak="al",
163447  unicodeslot=0x112D5,
163448 },
163449 [0x112D6]={
163450  category="lo",
163451  description="KHUDAWADI LETTER BHA",
163452  direction="l",
163453  linebreak="al",
163454  unicodeslot=0x112D6,
163455 },
163456 [0x112D7]={
163457  category="lo",
163458  description="KHUDAWADI LETTER MA",
163459  direction="l",
163460  linebreak="al",
163461  unicodeslot=0x112D7,
163462 },
163463 [0x112D8]={
163464  category="lo",
163465  description="KHUDAWADI LETTER YA",
163466  direction="l",
163467  linebreak="al",
163468  unicodeslot=0x112D8,
163469 },
163470 [0x112D9]={
163471  category="lo",
163472  description="KHUDAWADI LETTER RA",
163473  direction="l",
163474  linebreak="al",
163475  unicodeslot=0x112D9,
163476 },
163477 [0x112DA]={
163478  category="lo",
163479  description="KHUDAWADI LETTER LA",
163480  direction="l",
163481  linebreak="al",
163482  unicodeslot=0x112DA,
163483 },
163484 [0x112DB]={
163485  category="lo",
163486  description="KHUDAWADI LETTER VA",
163487  direction="l",
163488  linebreak="al",
163489  unicodeslot=0x112DB,
163490 },
163491 [0x112DC]={
163492  category="lo",
163493  description="KHUDAWADI LETTER SHA",
163494  direction="l",
163495  linebreak="al",
163496  unicodeslot=0x112DC,
163497 },
163498 [0x112DD]={
163499  category="lo",
163500  description="KHUDAWADI LETTER SA",
163501  direction="l",
163502  linebreak="al",
163503  unicodeslot=0x112DD,
163504 },
163505 [0x112DE]={
163506  category="lo",
163507  description="KHUDAWADI LETTER HA",
163508  direction="l",
163509  linebreak="al",
163510  unicodeslot=0x112DE,
163511 },
163512 [0x112DF]={
163513  category="mn",
163514  description="KHUDAWADI SIGN ANUSVARA",
163515  direction="nsm",
163516  linebreak="cm",
163517  unicodeslot=0x112DF,
163518 },
163519 [0x112E0]={
163520  category="mc",
163521  description="KHUDAWADI VOWEL SIGN AA",
163522  direction="l",
163523  linebreak="cm",
163524  unicodeslot=0x112E0,
163525 },
163526 [0x112E1]={
163527  category="mc",
163528  description="KHUDAWADI VOWEL SIGN I",
163529  direction="l",
163530  linebreak="cm",
163531  unicodeslot=0x112E1,
163532 },
163533 [0x112E2]={
163534  category="mc",
163535  description="KHUDAWADI VOWEL SIGN II",
163536  direction="l",
163537  linebreak="cm",
163538  unicodeslot=0x112E2,
163539 },
163540 [0x112E3]={
163541  category="mn",
163542  description="KHUDAWADI VOWEL SIGN U",
163543  direction="nsm",
163544  linebreak="cm",
163545  unicodeslot=0x112E3,
163546 },
163547 [0x112E4]={
163548  category="mn",
163549  description="KHUDAWADI VOWEL SIGN UU",
163550  direction="nsm",
163551  linebreak="cm",
163552  unicodeslot=0x112E4,
163553 },
163554 [0x112E5]={
163555  category="mn",
163556  description="KHUDAWADI VOWEL SIGN E",
163557  direction="nsm",
163558  linebreak="cm",
163559  unicodeslot=0x112E5,
163560 },
163561 [0x112E6]={
163562  category="mn",
163563  description="KHUDAWADI VOWEL SIGN AI",
163564  direction="nsm",
163565  linebreak="cm",
163566  unicodeslot=0x112E6,
163567 },
163568 [0x112E7]={
163569  category="mn",
163570  description="KHUDAWADI VOWEL SIGN O",
163571  direction="nsm",
163572  linebreak="cm",
163573  unicodeslot=0x112E7,
163574 },
163575 [0x112E8]={
163576  category="mn",
163577  description="KHUDAWADI VOWEL SIGN AU",
163578  direction="nsm",
163579  linebreak="cm",
163580  unicodeslot=0x112E8,
163581 },
163582 [0x112E9]={
163583  category="mn",
163584  combining=0x7,
163585  description="KHUDAWADI SIGN NUKTA",
163586  direction="nsm",
163587  linebreak="cm",
163588  unicodeslot=0x112E9,
163589 },
163590 [0x112EA]={
163591  category="mn",
163592  combining=0x9,
163593  description="KHUDAWADI SIGN VIRAMA",
163594  direction="nsm",
163595  linebreak="cm",
163596  unicodeslot=0x112EA,
163597 },
163598 [0x112F0]={
163599  category="nd",
163600  description="KHUDAWADI DIGIT ZERO",
163601  direction="l",
163602  linebreak="nu",
163603  unicodeslot=0x112F0,
163604 },
163605 [0x112F1]={
163606  category="nd",
163607  description="KHUDAWADI DIGIT ONE",
163608  direction="l",
163609  linebreak="nu",
163610  unicodeslot=0x112F1,
163611 },
163612 [0x112F2]={
163613  category="nd",
163614  description="KHUDAWADI DIGIT TWO",
163615  direction="l",
163616  linebreak="nu",
163617  unicodeslot=0x112F2,
163618 },
163619 [0x112F3]={
163620  category="nd",
163621  description="KHUDAWADI DIGIT THREE",
163622  direction="l",
163623  linebreak="nu",
163624  unicodeslot=0x112F3,
163625 },
163626 [0x112F4]={
163627  category="nd",
163628  description="KHUDAWADI DIGIT FOUR",
163629  direction="l",
163630  linebreak="nu",
163631  unicodeslot=0x112F4,
163632 },
163633 [0x112F5]={
163634  category="nd",
163635  description="KHUDAWADI DIGIT FIVE",
163636  direction="l",
163637  linebreak="nu",
163638  unicodeslot=0x112F5,
163639 },
163640 [0x112F6]={
163641  category="nd",
163642  description="KHUDAWADI DIGIT SIX",
163643  direction="l",
163644  linebreak="nu",
163645  unicodeslot=0x112F6,
163646 },
163647 [0x112F7]={
163648  category="nd",
163649  description="KHUDAWADI DIGIT SEVEN",
163650  direction="l",
163651  linebreak="nu",
163652  unicodeslot=0x112F7,
163653 },
163654 [0x112F8]={
163655  category="nd",
163656  description="KHUDAWADI DIGIT EIGHT",
163657  direction="l",
163658  linebreak="nu",
163659  unicodeslot=0x112F8,
163660 },
163661 [0x112F9]={
163662  category="nd",
163663  description="KHUDAWADI DIGIT NINE",
163664  direction="l",
163665  linebreak="nu",
163666  unicodeslot=0x112F9,
163667 },
163668 [0x11300]={
163669  category="mn",
163670  description="GRANTHA SIGN COMBINING ANUSVARA ABOVE",
163671  direction="nsm",
163672  linebreak="cm",
163673  unicodeslot=0x11300,
163674 },
163675 [0x11301]={
163676  category="mn",
163677  description="GRANTHA SIGN CANDRABINDU",
163678  direction="nsm",
163679  linebreak="cm",
163680  unicodeslot=0x11301,
163681 },
163682 [0x11302]={
163683  category="mc",
163684  description="GRANTHA SIGN ANUSVARA",
163685  direction="l",
163686  linebreak="cm",
163687  unicodeslot=0x11302,
163688 },
163689 [0x11303]={
163690  category="mc",
163691  description="GRANTHA SIGN VISARGA",
163692  direction="l",
163693  linebreak="cm",
163694  unicodeslot=0x11303,
163695 },
163696 [0x11305]={
163697  category="lo",
163698  description="GRANTHA LETTER A",
163699  direction="l",
163700  linebreak="ak",
163701  unicodeslot=0x11305,
163702 },
163703 [0x11306]={
163704  category="lo",
163705  description="GRANTHA LETTER AA",
163706  direction="l",
163707  linebreak="ak",
163708  unicodeslot=0x11306,
163709 },
163710 [0x11307]={
163711  category="lo",
163712  description="GRANTHA LETTER I",
163713  direction="l",
163714  linebreak="ak",
163715  unicodeslot=0x11307,
163716 },
163717 [0x11308]={
163718  category="lo",
163719  description="GRANTHA LETTER II",
163720  direction="l",
163721  linebreak="ak",
163722  unicodeslot=0x11308,
163723 },
163724 [0x11309]={
163725  category="lo",
163726  description="GRANTHA LETTER U",
163727  direction="l",
163728  linebreak="ak",
163729  unicodeslot=0x11309,
163730 },
163731 [0x1130A]={
163732  category="lo",
163733  description="GRANTHA LETTER UU",
163734  direction="l",
163735  linebreak="ak",
163736  unicodeslot=0x1130A,
163737 },
163738 [0x1130B]={
163739  category="lo",
163740  description="GRANTHA LETTER VOCALIC R",
163741  direction="l",
163742  linebreak="ak",
163743  unicodeslot=0x1130B,
163744 },
163745 [0x1130C]={
163746  category="lo",
163747  description="GRANTHA LETTER VOCALIC L",
163748  direction="l",
163749  linebreak="ak",
163750  unicodeslot=0x1130C,
163751 },
163752 [0x1130F]={
163753  category="lo",
163754  description="GRANTHA LETTER EE",
163755  direction="l",
163756  linebreak="ak",
163757  unicodeslot=0x1130F,
163758 },
163759 [0x11310]={
163760  category="lo",
163761  description="GRANTHA LETTER AI",
163762  direction="l",
163763  linebreak="ak",
163764  unicodeslot=0x11310,
163765 },
163766 [0x11313]={
163767  category="lo",
163768  description="GRANTHA LETTER OO",
163769  direction="l",
163770  linebreak="ak",
163771  unicodeslot=0x11313,
163772 },
163773 [0x11314]={
163774  category="lo",
163775  description="GRANTHA LETTER AU",
163776  direction="l",
163777  linebreak="ak",
163778  unicodeslot=0x11314,
163779 },
163780 [0x11315]={
163781  category="lo",
163782  description="GRANTHA LETTER KA",
163783  direction="l",
163784  linebreak="ak",
163785  unicodeslot=0x11315,
163786 },
163787 [0x11316]={
163788  category="lo",
163789  description="GRANTHA LETTER KHA",
163790  direction="l",
163791  linebreak="ak",
163792  unicodeslot=0x11316,
163793 },
163794 [0x11317]={
163795  category="lo",
163796  description="GRANTHA LETTER GA",
163797  direction="l",
163798  linebreak="ak",
163799  unicodeslot=0x11317,
163800 },
163801 [0x11318]={
163802  category="lo",
163803  description="GRANTHA LETTER GHA",
163804  direction="l",
163805  linebreak="ak",
163806  unicodeslot=0x11318,
163807 },
163808 [0x11319]={
163809  category="lo",
163810  description="GRANTHA LETTER NGA",
163811  direction="l",
163812  linebreak="ak",
163813  unicodeslot=0x11319,
163814 },
163815 [0x1131A]={
163816  category="lo",
163817  description="GRANTHA LETTER CA",
163818  direction="l",
163819  linebreak="ak",
163820  unicodeslot=0x1131A,
163821 },
163822 [0x1131B]={
163823  category="lo",
163824  description="GRANTHA LETTER CHA",
163825  direction="l",
163826  linebreak="ak",
163827  unicodeslot=0x1131B,
163828 },
163829 [0x1131C]={
163830  category="lo",
163831  description="GRANTHA LETTER JA",
163832  direction="l",
163833  linebreak="ak",
163834  unicodeslot=0x1131C,
163835 },
163836 [0x1131D]={
163837  category="lo",
163838  description="GRANTHA LETTER JHA",
163839  direction="l",
163840  linebreak="ak",
163841  unicodeslot=0x1131D,
163842 },
163843 [0x1131E]={
163844  category="lo",
163845  description="GRANTHA LETTER NYA",
163846  direction="l",
163847  linebreak="ak",
163848  unicodeslot=0x1131E,
163849 },
163850 [0x1131F]={
163851  category="lo",
163852  description="GRANTHA LETTER TTA",
163853  direction="l",
163854  linebreak="ak",
163855  unicodeslot=0x1131F,
163856 },
163857 [0x11320]={
163858  category="lo",
163859  description="GRANTHA LETTER TTHA",
163860  direction="l",
163861  linebreak="ak",
163862  unicodeslot=0x11320,
163863 },
163864 [0x11321]={
163865  category="lo",
163866  description="GRANTHA LETTER DDA",
163867  direction="l",
163868  linebreak="ak",
163869  unicodeslot=0x11321,
163870 },
163871 [0x11322]={
163872  category="lo",
163873  description="GRANTHA LETTER DDHA",
163874  direction="l",
163875  linebreak="ak",
163876  unicodeslot=0x11322,
163877 },
163878 [0x11323]={
163879  category="lo",
163880  description="GRANTHA LETTER NNA",
163881  direction="l",
163882  linebreak="ak",
163883  unicodeslot=0x11323,
163884 },
163885 [0x11324]={
163886  category="lo",
163887  description="GRANTHA LETTER TA",
163888  direction="l",
163889  linebreak="ak",
163890  unicodeslot=0x11324,
163891 },
163892 [0x11325]={
163893  category="lo",
163894  description="GRANTHA LETTER THA",
163895  direction="l",
163896  linebreak="ak",
163897  unicodeslot=0x11325,
163898 },
163899 [0x11326]={
163900  category="lo",
163901  description="GRANTHA LETTER DA",
163902  direction="l",
163903  linebreak="ak",
163904  unicodeslot=0x11326,
163905 },
163906 [0x11327]={
163907  category="lo",
163908  description="GRANTHA LETTER DHA",
163909  direction="l",
163910  linebreak="ak",
163911  unicodeslot=0x11327,
163912 },
163913 [0x11328]={
163914  category="lo",
163915  description="GRANTHA LETTER NA",
163916  direction="l",
163917  linebreak="ak",
163918  unicodeslot=0x11328,
163919 },
163920 [0x1132A]={
163921  category="lo",
163922  description="GRANTHA LETTER PA",
163923  direction="l",
163924  linebreak="ak",
163925  unicodeslot=0x1132A,
163926 },
163927 [0x1132B]={
163928  category="lo",
163929  description="GRANTHA LETTER PHA",
163930  direction="l",
163931  linebreak="ak",
163932  unicodeslot=0x1132B,
163933 },
163934 [0x1132C]={
163935  category="lo",
163936  description="GRANTHA LETTER BA",
163937  direction="l",
163938  linebreak="ak",
163939  unicodeslot=0x1132C,
163940 },
163941 [0x1132D]={
163942  category="lo",
163943  description="GRANTHA LETTER BHA",
163944  direction="l",
163945  linebreak="ak",
163946  unicodeslot=0x1132D,
163947 },
163948 [0x1132E]={
163949  category="lo",
163950  description="GRANTHA LETTER MA",
163951  direction="l",
163952  linebreak="ak",
163953  unicodeslot=0x1132E,
163954 },
163955 [0x1132F]={
163956  category="lo",
163957  description="GRANTHA LETTER YA",
163958  direction="l",
163959  linebreak="ak",
163960  unicodeslot=0x1132F,
163961 },
163962 [0x11330]={
163963  category="lo",
163964  description="GRANTHA LETTER RA",
163965  direction="l",
163966  linebreak="ak",
163967  unicodeslot=0x11330,
163968 },
163969 [0x11332]={
163970  category="lo",
163971  description="GRANTHA LETTER LA",
163972  direction="l",
163973  linebreak="ak",
163974  unicodeslot=0x11332,
163975 },
163976 [0x11333]={
163977  category="lo",
163978  description="GRANTHA LETTER LLA",
163979  direction="l",
163980  linebreak="ak",
163981  unicodeslot=0x11333,
163982 },
163983 [0x11335]={
163984  category="lo",
163985  description="GRANTHA LETTER VA",
163986  direction="l",
163987  linebreak="ak",
163988  unicodeslot=0x11335,
163989 },
163990 [0x11336]={
163991  category="lo",
163992  description="GRANTHA LETTER SHA",
163993  direction="l",
163994  linebreak="ak",
163995  unicodeslot=0x11336,
163996 },
163997 [0x11337]={
163998  category="lo",
163999  description="GRANTHA LETTER SSA",
164000  direction="l",
164001  linebreak="ak",
164002  unicodeslot=0x11337,
164003 },
164004 [0x11338]={
164005  category="lo",
164006  description="GRANTHA LETTER SA",
164007  direction="l",
164008  linebreak="ak",
164009  unicodeslot=0x11338,
164010 },
164011 [0x11339]={
164012  category="lo",
164013  description="GRANTHA LETTER HA",
164014  direction="l",
164015  linebreak="ak",
164016  unicodeslot=0x11339,
164017 },
164018 [0x1133B]={
164019  category="mn",
164020  combining=0x7,
164021  description="COMBINING BINDU BELOW",
164022  direction="nsm",
164023  linebreak="cm",
164024  unicodeslot=0x1133B,
164025 },
164026 [0x1133C]={
164027  category="mn",
164028  combining=0x7,
164029  description="GRANTHA SIGN NUKTA",
164030  direction="nsm",
164031  linebreak="cm",
164032  unicodeslot=0x1133C,
164033 },
164034 [0x1133D]={
164035  category="lo",
164036  description="GRANTHA SIGN AVAGRAHA",
164037  direction="l",
164038  linebreak="ba",
164039  unicodeslot=0x1133D,
164040 },
164041 [0x1133E]={
164042  category="mc",
164043  description="GRANTHA VOWEL SIGN AA",
164044  direction="l",
164045  linebreak="cm",
164046  unicodeslot=0x1133E,
164047 },
164048 [0x1133F]={
164049  category="mc",
164050  description="GRANTHA VOWEL SIGN I",
164051  direction="l",
164052  linebreak="cm",
164053  unicodeslot=0x1133F,
164054 },
164055 [0x11340]={
164056  category="mn",
164057  description="GRANTHA VOWEL SIGN II",
164058  direction="nsm",
164059  linebreak="cm",
164060  unicodeslot=0x11340,
164061 },
164062 [0x11341]={
164063  category="mc",
164064  description="GRANTHA VOWEL SIGN U",
164065  direction="l",
164066  linebreak="cm",
164067  unicodeslot=0x11341,
164068 },
164069 [0x11342]={
164070  category="mc",
164071  description="GRANTHA VOWEL SIGN UU",
164072  direction="l",
164073  linebreak="cm",
164074  unicodeslot=0x11342,
164075 },
164076 [0x11343]={
164077  category="mc",
164078  description="GRANTHA VOWEL SIGN VOCALIC R",
164079  direction="l",
164080  linebreak="cm",
164081  unicodeslot=0x11343,
164082 },
164083 [0x11344]={
164084  category="mc",
164085  description="GRANTHA VOWEL SIGN VOCALIC RR",
164086  direction="l",
164087  linebreak="cm",
164088  unicodeslot=0x11344,
164089 },
164090 [0x11347]={
164091  category="mc",
164092  description="GRANTHA VOWEL SIGN EE",
164093  direction="l",
164094  linebreak="cm",
164095  unicodeslot=0x11347,
164096 },
164097 [0x11348]={
164098  category="mc",
164099  description="GRANTHA VOWEL SIGN AI",
164100  direction="l",
164101  linebreak="cm",
164102  unicodeslot=0x11348,
164103 },
164104 [0x1134B]={
164105  category="mc",
164106  description="GRANTHA VOWEL SIGN OO",
164107  direction="l",
164108  linebreak="cm",
164109  specials={ "char", 0x11347, 0x1133E },
164110  unicodeslot=0x1134B,
164111 },
164112 [0x1134C]={
164113  category="mc",
164114  description="GRANTHA VOWEL SIGN AU",
164115  direction="l",
164116  linebreak="cm",
164117  specials={ "char", 0x11347, 0x11357 },
164118  unicodeslot=0x1134C,
164119 },
164120 [0x1134D]={
164121  category="mc",
164122  combining=0x9,
164123  description="GRANTHA SIGN VIRAMA",
164124  direction="l",
164125  linebreak="vi",
164126  unicodeslot=0x1134D,
164127 },
164128 [0x11350]={
164129  category="lo",
164130  description="GRANTHA OM",
164131  direction="l",
164132  linebreak="as",
164133  unicodeslot=0x11350,
164134 },
164135 [0x11357]={
164136  category="mc",
164137  description="GRANTHA AU LENGTH MARK",
164138  direction="l",
164139  linebreak="cm",
164140  unicodeslot=0x11357,
164141 },
164142 [0x1135D]={
164143  category="lo",
164144  description="GRANTHA SIGN PLUTA",
164145  direction="l",
164146  linebreak="ba",
164147  unicodeslot=0x1135D,
164148 },
164149 [0x1135E]={
164150  category="lo",
164151  description="GRANTHA LETTER VEDIC ANUSVARA",
164152  direction="l",
164153  linebreak="as",
164154  unicodeslot=0x1135E,
164155 },
164156 [0x1135F]={
164157  category="lo",
164158  description="GRANTHA LETTER VEDIC DOUBLE ANUSVARA",
164159  direction="l",
164160  linebreak="as",
164161  unicodeslot=0x1135F,
164162 },
164163 [0x11360]={
164164  category="lo",
164165  description="GRANTHA LETTER VOCALIC RR",
164166  direction="l",
164167  linebreak="ak",
164168  unicodeslot=0x11360,
164169 },
164170 [0x11361]={
164171  category="lo",
164172  description="GRANTHA LETTER VOCALIC LL",
164173  direction="l",
164174  linebreak="ak",
164175  unicodeslot=0x11361,
164176 },
164177 [0x11362]={
164178  category="mc",
164179  description="GRANTHA VOWEL SIGN VOCALIC L",
164180  direction="l",
164181  linebreak="cm",
164182  unicodeslot=0x11362,
164183 },
164184 [0x11363]={
164185  category="mc",
164186  description="GRANTHA VOWEL SIGN VOCALIC LL",
164187  direction="l",
164188  linebreak="cm",
164189  unicodeslot=0x11363,
164190 },
164191 [0x11366]={
164192  category="mn",
164193  combining=0xE6,
164194  description="COMBINING GRANTHA DIGIT ZERO",
164195  direction="nsm",
164196  linebreak="cm",
164197  unicodeslot=0x11366,
164198 },
164199 [0x11367]={
164200  category="mn",
164201  combining=0xE6,
164202  description="COMBINING GRANTHA DIGIT ONE",
164203  direction="nsm",
164204  linebreak="cm",
164205  unicodeslot=0x11367,
164206 },
164207 [0x11368]={
164208  category="mn",
164209  combining=0xE6,
164210  description="COMBINING GRANTHA DIGIT TWO",
164211  direction="nsm",
164212  linebreak="cm",
164213  unicodeslot=0x11368,
164214 },
164215 [0x11369]={
164216  category="mn",
164217  combining=0xE6,
164218  description="COMBINING GRANTHA DIGIT THREE",
164219  direction="nsm",
164220  linebreak="cm",
164221  unicodeslot=0x11369,
164222 },
164223 [0x1136A]={
164224  category="mn",
164225  combining=0xE6,
164226  description="COMBINING GRANTHA DIGIT FOUR",
164227  direction="nsm",
164228  linebreak="cm",
164229  unicodeslot=0x1136A,
164230 },
164231 [0x1136B]={
164232  category="mn",
164233  combining=0xE6,
164234  description="COMBINING GRANTHA DIGIT FIVE",
164235  direction="nsm",
164236  linebreak="cm",
164237  unicodeslot=0x1136B,
164238 },
164239 [0x1136C]={
164240  category="mn",
164241  combining=0xE6,
164242  description="COMBINING GRANTHA DIGIT SIX",
164243  direction="nsm",
164244  linebreak="cm",
164245  unicodeslot=0x1136C,
164246 },
164247 [0x11370]={
164248  category="mn",
164249  combining=0xE6,
164250  description="COMBINING GRANTHA LETTER A",
164251  direction="nsm",
164252  linebreak="cm",
164253  unicodeslot=0x11370,
164254 },
164255 [0x11371]={
164256  category="mn",
164257  combining=0xE6,
164258  description="COMBINING GRANTHA LETTER KA",
164259  direction="nsm",
164260  linebreak="cm",
164261  unicodeslot=0x11371,
164262 },
164263 [0x11372]={
164264  category="mn",
164265  combining=0xE6,
164266  description="COMBINING GRANTHA LETTER NA",
164267  direction="nsm",
164268  linebreak="cm",
164269  unicodeslot=0x11372,
164270 },
164271 [0x11373]={
164272  category="mn",
164273  combining=0xE6,
164274  description="COMBINING GRANTHA LETTER VI",
164275  direction="nsm",
164276  linebreak="cm",
164277  unicodeslot=0x11373,
164278 },
164279 [0x11374]={
164280  category="mn",
164281  combining=0xE6,
164282  description="COMBINING GRANTHA LETTER PA",
164283  direction="nsm",
164284  linebreak="cm",
164285  unicodeslot=0x11374,
164286 },
164287 [0x11380]={
164288  category="lo",
164289  description="TULU-TIGALARI LETTER A",
164290  direction="l",
164291  linebreak="as",
164292  unicodeslot=0x11380,
164293 },
164294 [0x11381]={
164295  category="lo",
164296  description="TULU-TIGALARI LETTER AA",
164297  direction="l",
164298  linebreak="as",
164299  unicodeslot=0x11381,
164300 },
164301 [0x11382]={
164302  category="lo",
164303  description="TULU-TIGALARI LETTER I",
164304  direction="l",
164305  linebreak="as",
164306  unicodeslot=0x11382,
164307 },
164308 [0x11383]={
164309  category="lo",
164310  description="TULU-TIGALARI LETTER II",
164311  direction="l",
164312  linebreak="as",
164313  specials={ "char", 0x11382, 0x113C9 },
164314  unicodeslot=0x11383,
164315 },
164316 [0x11384]={
164317  category="lo",
164318  description="TULU-TIGALARI LETTER U",
164319  direction="l",
164320  linebreak="as",
164321  unicodeslot=0x11384,
164322 },
164323 [0x11385]={
164324  category="lo",
164325  description="TULU-TIGALARI LETTER UU",
164326  direction="l",
164327  linebreak="as",
164328  specials={ "char", 0x11384, 0x113BB },
164329  unicodeslot=0x11385,
164330 },
164331 [0x11386]={
164332  category="lo",
164333  description="TULU-TIGALARI LETTER VOCALIC R",
164334  direction="l",
164335  linebreak="as",
164336  unicodeslot=0x11386,
164337 },
164338 [0x11387]={
164339  category="lo",
164340  description="TULU-TIGALARI LETTER VOCALIC RR",
164341  direction="l",
164342  linebreak="as",
164343  unicodeslot=0x11387,
164344 },
164345 [0x11388]={
164346  category="lo",
164347  description="TULU-TIGALARI LETTER VOCALIC L",
164348  direction="l",
164349  linebreak="as",
164350  unicodeslot=0x11388,
164351 },
164352 [0x11389]={
164353  category="lo",
164354  description="TULU-TIGALARI LETTER VOCALIC LL",
164355  direction="l",
164356  linebreak="as",
164357  unicodeslot=0x11389,
164358 },
164359 [0x1138B]={
164360  category="lo",
164361  description="TULU-TIGALARI LETTER EE",
164362  direction="l",
164363  linebreak="as",
164364  unicodeslot=0x1138B,
164365 },
164366 [0x1138E]={
164367  category="lo",
164368  description="TULU-TIGALARI LETTER AI",
164369  direction="l",
164370  linebreak="as",
164371  specials={ "char", 0x1138B, 0x113C2 },
164372  unicodeslot=0x1138E,
164373 },
164374 [0x11390]={
164375  category="lo",
164376  description="TULU-TIGALARI LETTER OO",
164377  direction="l",
164378  linebreak="as",
164379  unicodeslot=0x11390,
164380 },
164381 [0x11391]={
164382  category="lo",
164383  description="TULU-TIGALARI LETTER AU",
164384  direction="l",
164385  linebreak="as",
164386  specials={ "char", 0x11390, 0x113C9 },
164387  unicodeslot=0x11391,
164388 },
164389 [0x11392]={
164390  category="lo",
164391  description="TULU-TIGALARI LETTER KA",
164392  direction="l",
164393  linebreak="ak",
164394  unicodeslot=0x11392,
164395 },
164396 [0x11393]={
164397  category="lo",
164398  description="TULU-TIGALARI LETTER KHA",
164399  direction="l",
164400  linebreak="ak",
164401  unicodeslot=0x11393,
164402 },
164403 [0x11394]={
164404  category="lo",
164405  description="TULU-TIGALARI LETTER GA",
164406  direction="l",
164407  linebreak="ak",
164408  unicodeslot=0x11394,
164409 },
164410 [0x11395]={
164411  category="lo",
164412  description="TULU-TIGALARI LETTER GHA",
164413  direction="l",
164414  linebreak="ak",
164415  unicodeslot=0x11395,
164416 },
164417 [0x11396]={
164418  category="lo",
164419  description="TULU-TIGALARI LETTER NGA",
164420  direction="l",
164421  linebreak="ak",
164422  unicodeslot=0x11396,
164423 },
164424 [0x11397]={
164425  category="lo",
164426  description="TULU-TIGALARI LETTER CA",
164427  direction="l",
164428  linebreak="ak",
164429  unicodeslot=0x11397,
164430 },
164431 [0x11398]={
164432  category="lo",
164433  description="TULU-TIGALARI LETTER CHA",
164434  direction="l",
164435  linebreak="ak",
164436  unicodeslot=0x11398,
164437 },
164438 [0x11399]={
164439  category="lo",
164440  description="TULU-TIGALARI LETTER JA",
164441  direction="l",
164442  linebreak="ak",
164443  unicodeslot=0x11399,
164444 },
164445 [0x1139A]={
164446  category="lo",
164447  description="TULU-TIGALARI LETTER JHA",
164448  direction="l",
164449  linebreak="ak",
164450  unicodeslot=0x1139A,
164451 },
164452 [0x1139B]={
164453  category="lo",
164454  description="TULU-TIGALARI LETTER NYA",
164455  direction="l",
164456  linebreak="ak",
164457  unicodeslot=0x1139B,
164458 },
164459 [0x1139C]={
164460  category="lo",
164461  description="TULU-TIGALARI LETTER TTA",
164462  direction="l",
164463  linebreak="ak",
164464  unicodeslot=0x1139C,
164465 },
164466 [0x1139D]={
164467  category="lo",
164468  description="TULU-TIGALARI LETTER TTHA",
164469  direction="l",
164470  linebreak="ak",
164471  unicodeslot=0x1139D,
164472 },
164473 [0x1139E]={
164474  category="lo",
164475  description="TULU-TIGALARI LETTER DDA",
164476  direction="l",
164477  linebreak="ak",
164478  unicodeslot=0x1139E,
164479 },
164480 [0x1139F]={
164481  category="lo",
164482  description="TULU-TIGALARI LETTER DDHA",
164483  direction="l",
164484  linebreak="ak",
164485  unicodeslot=0x1139F,
164486 },
164487 [0x113A0]={
164488  category="lo",
164489  description="TULU-TIGALARI LETTER NNA",
164490  direction="l",
164491  linebreak="ak",
164492  unicodeslot=0x113A0,
164493 },
164494 [0x113A1]={
164495  category="lo",
164496  description="TULU-TIGALARI LETTER TA",
164497  direction="l",
164498  linebreak="ak",
164499  unicodeslot=0x113A1,
164500 },
164501 [0x113A2]={
164502  category="lo",
164503  description="TULU-TIGALARI LETTER THA",
164504  direction="l",
164505  linebreak="ak",
164506  unicodeslot=0x113A2,
164507 },
164508 [0x113A3]={
164509  category="lo",
164510  description="TULU-TIGALARI LETTER DA",
164511  direction="l",
164512  linebreak="ak",
164513  unicodeslot=0x113A3,
164514 },
164515 [0x113A4]={
164516  category="lo",
164517  description="TULU-TIGALARI LETTER DHA",
164518  direction="l",
164519  linebreak="ak",
164520  unicodeslot=0x113A4,
164521 },
164522 [0x113A5]={
164523  category="lo",
164524  description="TULU-TIGALARI LETTER NA",
164525  direction="l",
164526  linebreak="ak",
164527  unicodeslot=0x113A5,
164528 },
164529 [0x113A6]={
164530  category="lo",
164531  description="TULU-TIGALARI LETTER PA",
164532  direction="l",
164533  linebreak="ak",
164534  unicodeslot=0x113A6,
164535 },
164536 [0x113A7]={
164537  category="lo",
164538  description="TULU-TIGALARI LETTER PHA",
164539  direction="l",
164540  linebreak="ak",
164541  unicodeslot=0x113A7,
164542 },
164543 [0x113A8]={
164544  category="lo",
164545  description="TULU-TIGALARI LETTER BA",
164546  direction="l",
164547  linebreak="ak",
164548  unicodeslot=0x113A8,
164549 },
164550 [0x113A9]={
164551  category="lo",
164552  description="TULU-TIGALARI LETTER BHA",
164553  direction="l",
164554  linebreak="ak",
164555  unicodeslot=0x113A9,
164556 },
164557 [0x113AA]={
164558  category="lo",
164559  description="TULU-TIGALARI LETTER MA",
164560  direction="l",
164561  linebreak="ak",
164562  unicodeslot=0x113AA,
164563 },
164564 [0x113AB]={
164565  category="lo",
164566  description="TULU-TIGALARI LETTER YA",
164567  direction="l",
164568  linebreak="ak",
164569  unicodeslot=0x113AB,
164570 },
164571 [0x113AC]={
164572  category="lo",
164573  description="TULU-TIGALARI LETTER RA",
164574  direction="l",
164575  linebreak="ak",
164576  unicodeslot=0x113AC,
164577 },
164578 [0x113AD]={
164579  category="lo",
164580  description="TULU-TIGALARI LETTER LA",
164581  direction="l",
164582  linebreak="ak",
164583  unicodeslot=0x113AD,
164584 },
164585 [0x113AE]={
164586  category="lo",
164587  description="TULU-TIGALARI LETTER VA",
164588  direction="l",
164589  linebreak="ak",
164590  unicodeslot=0x113AE,
164591 },
164592 [0x113AF]={
164593  category="lo",
164594  description="TULU-TIGALARI LETTER SHA",
164595  direction="l",
164596  linebreak="ak",
164597  unicodeslot=0x113AF,
164598 },
164599 [0x113B0]={
164600  category="lo",
164601  description="TULU-TIGALARI LETTER SSA",
164602  direction="l",
164603  linebreak="ak",
164604  unicodeslot=0x113B0,
164605 },
164606 [0x113B1]={
164607  category="lo",
164608  description="TULU-TIGALARI LETTER SA",
164609  direction="l",
164610  linebreak="ak",
164611  unicodeslot=0x113B1,
164612 },
164613 [0x113B2]={
164614  category="lo",
164615  description="TULU-TIGALARI LETTER HA",
164616  direction="l",
164617  linebreak="ak",
164618  unicodeslot=0x113B2,
164619 },
164620 [0x113B3]={
164621  category="lo",
164622  description="TULU-TIGALARI LETTER LLA",
164623  direction="l",
164624  linebreak="ak",
164625  unicodeslot=0x113B3,
164626 },
164627 [0x113B4]={
164628  category="lo",
164629  description="TULU-TIGALARI LETTER RRA",
164630  direction="l",
164631  linebreak="ak",
164632  unicodeslot=0x113B4,
164633 },
164634 [0x113B5]={
164635  category="lo",
164636  description="TULU-TIGALARI LETTER LLLA",
164637  direction="l",
164638  linebreak="ak",
164639  unicodeslot=0x113B5,
164640 },
164641 [0x113B7]={
164642  category="lo",
164643  description="TULU-TIGALARI SIGN AVAGRAHA",
164644  direction="l",
164645  linebreak="id",
164646  unicodeslot=0x113B7,
164647 },
164648 [0x113B8]={
164649  category="mc",
164650  description="TULU-TIGALARI VOWEL SIGN AA",
164651  direction="l",
164652  linebreak="cm",
164653  unicodeslot=0x113B8,
164654 },
164655 [0x113B9]={
164656  category="mc",
164657  description="TULU-TIGALARI VOWEL SIGN I",
164658  direction="l",
164659  linebreak="cm",
164660  unicodeslot=0x113B9,
164661 },
164662 [0x113BA]={
164663  category="mc",
164664  description="TULU-TIGALARI VOWEL SIGN II",
164665  direction="l",
164666  linebreak="cm",
164667  unicodeslot=0x113BA,
164668 },
164669 [0x113BB]={
164670  category="mn",
164671  description="TULU-TIGALARI VOWEL SIGN U",
164672  direction="nsm",
164673  linebreak="cm",
164674  unicodeslot=0x113BB,
164675 },
164676 [0x113BC]={
164677  category="mn",
164678  description="TULU-TIGALARI VOWEL SIGN UU",
164679  direction="nsm",
164680  linebreak="cm",
164681  unicodeslot=0x113BC,
164682 },
164683 [0x113BD]={
164684  category="mn",
164685  description="TULU-TIGALARI VOWEL SIGN VOCALIC R",
164686  direction="nsm",
164687  linebreak="cm",
164688  unicodeslot=0x113BD,
164689 },
164690 [0x113BE]={
164691  category="mn",
164692  description="TULU-TIGALARI VOWEL SIGN VOCALIC RR",
164693  direction="nsm",
164694  linebreak="cm",
164695  unicodeslot=0x113BE,
164696 },
164697 [0x113BF]={
164698  category="mn",
164699  description="TULU-TIGALARI VOWEL SIGN VOCALIC L",
164700  direction="nsm",
164701  linebreak="cm",
164702  unicodeslot=0x113BF,
164703 },
164704 [0x113C0]={
164705  category="mn",
164706  description="TULU-TIGALARI VOWEL SIGN VOCALIC LL",
164707  direction="nsm",
164708  linebreak="cm",
164709  unicodeslot=0x113C0,
164710 },
164711 [0x113C2]={
164712  category="mc",
164713  description="TULU-TIGALARI VOWEL SIGN EE",
164714  direction="l",
164715  linebreak="cm",
164716  unicodeslot=0x113C2,
164717 },
164718 [0x113C5]={
164719  category="mc",
164720  description="TULU-TIGALARI VOWEL SIGN AI",
164721  direction="l",
164722  linebreak="cm",
164723  specials={ "char", 0x113C2, 0x113C2 },
164724  unicodeslot=0x113C5,
164725 },
164726 [0x113C7]={
164727  category="mc",
164728  description="TULU-TIGALARI VOWEL SIGN OO",
164729  direction="l",
164730  linebreak="cm",
164731  specials={ "char", 0x113C2, 0x113B8 },
164732  unicodeslot=0x113C7,
164733 },
164734 [0x113C8]={
164735  category="mc",
164736  description="TULU-TIGALARI VOWEL SIGN AU",
164737  direction="l",
164738  linebreak="cm",
164739  specials={ "char", 0x113C2, 0x113C9 },
164740  unicodeslot=0x113C8,
164741 },
164742 [0x113C9]={
164743  category="mc",
164744  description="TULU-TIGALARI AU LENGTH MARK",
164745  direction="l",
164746  linebreak="cm",
164747  unicodeslot=0x113C9,
164748 },
164749 [0x113CA]={
164750  category="mc",
164751  description="TULU-TIGALARI SIGN CANDRA ANUNASIKA",
164752  direction="l",
164753  linebreak="cm",
164754  unicodeslot=0x113CA,
164755 },
164756 [0x113CC]={
164757  category="mc",
164758  description="TULU-TIGALARI SIGN ANUSVARA",
164759  direction="l",
164760  linebreak="cm",
164761  unicodeslot=0x113CC,
164762 },
164763 [0x113CD]={
164764  category="mc",
164765  description="TULU-TIGALARI SIGN VISARGA",
164766  direction="l",
164767  linebreak="cm",
164768  unicodeslot=0x113CD,
164769 },
164770 [0x113CE]={
164771  category="mn",
164772  combining=0x9,
164773  description="TULU-TIGALARI SIGN VIRAMA",
164774  direction="nsm",
164775  linebreak="cm",
164776  unicodeslot=0x113CE,
164777 },
164778 [0x113CF]={
164779  category="mc",
164780  combining=0x9,
164781  description="TULU-TIGALARI SIGN LOOPED VIRAMA",
164782  direction="l",
164783  linebreak="cm",
164784  unicodeslot=0x113CF,
164785 },
164786 [0x113D0]={
164787  category="mn",
164788  combining=0x9,
164789  description="TULU-TIGALARI CONJOINER",
164790  direction="nsm",
164791  linebreak="vi",
164792  unicodeslot=0x113D0,
164793 },
164794 [0x113D1]={
164795  category="lo",
164796  description="TULU-TIGALARI REPHA",
164797  direction="l",
164798  linebreak="ap",
164799  unicodeslot=0x113D1,
164800 },
164801 [0x113D2]={
164802  category="mn",
164803  description="TULU-TIGALARI GEMINATION MARK",
164804  direction="nsm",
164805  linebreak="cm",
164806  unicodeslot=0x113D2,
164807 },
164808 [0x113D3]={
164809  category="lo",
164810  description="TULU-TIGALARI SIGN PLUTA",
164811  direction="l",
164812  linebreak="id",
164813  unicodeslot=0x113D3,
164814 },
164815 [0x113D4]={
164816  category="po",
164817  description="TULU-TIGALARI DANDA",
164818  direction="l",
164819  linebreak="id",
164820  unicodeslot=0x113D4,
164821 },
164822 [0x113D5]={
164823  category="po",
164824  description="TULU-TIGALARI DOUBLE DANDA",
164825  direction="l",
164826  linebreak="id",
164827  unicodeslot=0x113D5,
164828 },
164829 [0x113D7]={
164830  category="po",
164831  description="TULU-TIGALARI SIGN OM PUSHPIKA",
164832  direction="l",
164833  linebreak="id",
164834  unicodeslot=0x113D7,
164835 },
164836 [0x113D8]={
164837  category="po",
164838  description="TULU-TIGALARI SIGN SHRII PUSHPIKA",
164839  direction="l",
164840  linebreak="id",
164841  unicodeslot=0x113D8,
164842 },
164843 [0x113E1]={
164844  category="mn",
164845  description="TULU-TIGALARI VEDIC TONE SVARITA",
164846  direction="nsm",
164847  linebreak="cm",
164848  unicodeslot=0x113E1,
164849 },
164850 [0x113E2]={
164851  category="mn",
164852  description="TULU-TIGALARI VEDIC TONE ANUDATTA",
164853  direction="nsm",
164854  linebreak="cm",
164855  unicodeslot=0x113E2,
164856 },
164857 [0x11400]={
164858  category="lo",
164859  description="NEWA LETTER A",
164860  direction="l",
164861  linebreak="al",
164862  unicodeslot=0x11400,
164863 },
164864 [0x11401]={
164865  category="lo",
164866  description="NEWA LETTER AA",
164867  direction="l",
164868  linebreak="al",
164869  unicodeslot=0x11401,
164870 },
164871 [0x11402]={
164872  category="lo",
164873  description="NEWA LETTER I",
164874  direction="l",
164875  linebreak="al",
164876  unicodeslot=0x11402,
164877 },
164878 [0x11403]={
164879  category="lo",
164880  description="NEWA LETTER II",
164881  direction="l",
164882  linebreak="al",
164883  unicodeslot=0x11403,
164884 },
164885 [0x11404]={
164886  category="lo",
164887  description="NEWA LETTER U",
164888  direction="l",
164889  linebreak="al",
164890  unicodeslot=0x11404,
164891 },
164892 [0x11405]={
164893  category="lo",
164894  description="NEWA LETTER UU",
164895  direction="l",
164896  linebreak="al",
164897  unicodeslot=0x11405,
164898 },
164899 [0x11406]={
164900  category="lo",
164901  description="NEWA LETTER VOCALIC R",
164902  direction="l",
164903  linebreak="al",
164904  unicodeslot=0x11406,
164905 },
164906 [0x11407]={
164907  category="lo",
164908  description="NEWA LETTER VOCALIC RR",
164909  direction="l",
164910  linebreak="al",
164911  unicodeslot=0x11407,
164912 },
164913 [0x11408]={
164914  category="lo",
164915  description="NEWA LETTER VOCALIC L",
164916  direction="l",
164917  linebreak="al",
164918  unicodeslot=0x11408,
164919 },
164920 [0x11409]={
164921  category="lo",
164922  description="NEWA LETTER VOCALIC LL",
164923  direction="l",
164924  linebreak="al",
164925  unicodeslot=0x11409,
164926 },
164927 [0x1140A]={
164928  category="lo",
164929  description="NEWA LETTER E",
164930  direction="l",
164931  linebreak="al",
164932  unicodeslot=0x1140A,
164933 },
164934 [0x1140B]={
164935  category="lo",
164936  description="NEWA LETTER AI",
164937  direction="l",
164938  linebreak="al",
164939  unicodeslot=0x1140B,
164940 },
164941 [0x1140C]={
164942  category="lo",
164943  description="NEWA LETTER O",
164944  direction="l",
164945  linebreak="al",
164946  unicodeslot=0x1140C,
164947 },
164948 [0x1140D]={
164949  category="lo",
164950  description="NEWA LETTER AU",
164951  direction="l",
164952  linebreak="al",
164953  unicodeslot=0x1140D,
164954 },
164955 [0x1140E]={
164956  category="lo",
164957  description="NEWA LETTER KA",
164958  direction="l",
164959  linebreak="al",
164960  unicodeslot=0x1140E,
164961 },
164962 [0x1140F]={
164963  category="lo",
164964  description="NEWA LETTER KHA",
164965  direction="l",
164966  linebreak="al",
164967  unicodeslot=0x1140F,
164968 },
164969 [0x11410]={
164970  category="lo",
164971  description="NEWA LETTER GA",
164972  direction="l",
164973  linebreak="al",
164974  unicodeslot=0x11410,
164975 },
164976 [0x11411]={
164977  category="lo",
164978  description="NEWA LETTER GHA",
164979  direction="l",
164980  linebreak="al",
164981  unicodeslot=0x11411,
164982 },
164983 [0x11412]={
164984  category="lo",
164985  description="NEWA LETTER NGA",
164986  direction="l",
164987  linebreak="al",
164988  unicodeslot=0x11412,
164989 },
164990 [0x11413]={
164991  category="lo",
164992  description="NEWA LETTER NGHA",
164993  direction="l",
164994  linebreak="al",
164995  unicodeslot=0x11413,
164996 },
164997 [0x11414]={
164998  category="lo",
164999  description="NEWA LETTER CA",
165000  direction="l",
165001  linebreak="al",
165002  unicodeslot=0x11414,
165003 },
165004 [0x11415]={
165005  category="lo",
165006  description="NEWA LETTER CHA",
165007  direction="l",
165008  linebreak="al",
165009  unicodeslot=0x11415,
165010 },
165011 [0x11416]={
165012  category="lo",
165013  description="NEWA LETTER JA",
165014  direction="l",
165015  linebreak="al",
165016  unicodeslot=0x11416,
165017 },
165018 [0x11417]={
165019  category="lo",
165020  description="NEWA LETTER JHA",
165021  direction="l",
165022  linebreak="al",
165023  unicodeslot=0x11417,
165024 },
165025 [0x11418]={
165026  category="lo",
165027  description="NEWA LETTER NYA",
165028  direction="l",
165029  linebreak="al",
165030  unicodeslot=0x11418,
165031 },
165032 [0x11419]={
165033  category="lo",
165034  description="NEWA LETTER NYHA",
165035  direction="l",
165036  linebreak="al",
165037  unicodeslot=0x11419,
165038 },
165039 [0x1141A]={
165040  category="lo",
165041  description="NEWA LETTER TTA",
165042  direction="l",
165043  linebreak="al",
165044  unicodeslot=0x1141A,
165045 },
165046 [0x1141B]={
165047  category="lo",
165048  description="NEWA LETTER TTHA",
165049  direction="l",
165050  linebreak="al",
165051  unicodeslot=0x1141B,
165052 },
165053 [0x1141C]={
165054  category="lo",
165055  description="NEWA LETTER DDA",
165056  direction="l",
165057  linebreak="al",
165058  unicodeslot=0x1141C,
165059 },
165060 [0x1141D]={
165061  category="lo",
165062  description="NEWA LETTER DDHA",
165063  direction="l",
165064  linebreak="al",
165065  unicodeslot=0x1141D,
165066 },
165067 [0x1141E]={
165068  category="lo",
165069  description="NEWA LETTER NNA",
165070  direction="l",
165071  linebreak="al",
165072  unicodeslot=0x1141E,
165073 },
165074 [0x1141F]={
165075  category="lo",
165076  description="NEWA LETTER TA",
165077  direction="l",
165078  linebreak="al",
165079  unicodeslot=0x1141F,
165080 },
165081 [0x11420]={
165082  category="lo",
165083  description="NEWA LETTER THA",
165084  direction="l",
165085  linebreak="al",
165086  unicodeslot=0x11420,
165087 },
165088 [0x11421]={
165089  category="lo",
165090  description="NEWA LETTER DA",
165091  direction="l",
165092  linebreak="al",
165093  unicodeslot=0x11421,
165094 },
165095 [0x11422]={
165096  category="lo",
165097  description="NEWA LETTER DHA",
165098  direction="l",
165099  linebreak="al",
165100  unicodeslot=0x11422,
165101 },
165102 [0x11423]={
165103  category="lo",
165104  description="NEWA LETTER NA",
165105  direction="l",
165106  linebreak="al",
165107  unicodeslot=0x11423,
165108 },
165109 [0x11424]={
165110  category="lo",
165111  description="NEWA LETTER NHA",
165112  direction="l",
165113  linebreak="al",
165114  unicodeslot=0x11424,
165115 },
165116 [0x11425]={
165117  category="lo",
165118  description="NEWA LETTER PA",
165119  direction="l",
165120  linebreak="al",
165121  unicodeslot=0x11425,
165122 },
165123 [0x11426]={
165124  category="lo",
165125  description="NEWA LETTER PHA",
165126  direction="l",
165127  linebreak="al",
165128  unicodeslot=0x11426,
165129 },
165130 [0x11427]={
165131  category="lo",
165132  description="NEWA LETTER BA",
165133  direction="l",
165134  linebreak="al",
165135  unicodeslot=0x11427,
165136 },
165137 [0x11428]={
165138  category="lo",
165139  description="NEWA LETTER BHA",
165140  direction="l",
165141  linebreak="al",
165142  unicodeslot=0x11428,
165143 },
165144 [0x11429]={
165145  category="lo",
165146  description="NEWA LETTER MA",
165147  direction="l",
165148  linebreak="al",
165149  unicodeslot=0x11429,
165150 },
165151 [0x1142A]={
165152  category="lo",
165153  description="NEWA LETTER MHA",
165154  direction="l",
165155  linebreak="al",
165156  unicodeslot=0x1142A,
165157 },
165158 [0x1142B]={
165159  category="lo",
165160  description="NEWA LETTER YA",
165161  direction="l",
165162  linebreak="al",
165163  unicodeslot=0x1142B,
165164 },
165165 [0x1142C]={
165166  category="lo",
165167  description="NEWA LETTER RA",
165168  direction="l",
165169  linebreak="al",
165170  unicodeslot=0x1142C,
165171 },
165172 [0x1142D]={
165173  category="lo",
165174  description="NEWA LETTER RHA",
165175  direction="l",
165176  linebreak="al",
165177  unicodeslot=0x1142D,
165178 },
165179 [0x1142E]={
165180  category="lo",
165181  description="NEWA LETTER LA",
165182  direction="l",
165183  linebreak="al",
165184  unicodeslot=0x1142E,
165185 },
165186 [0x1142F]={
165187  category="lo",
165188  description="NEWA LETTER LHA",
165189  direction="l",
165190  linebreak="al",
165191  unicodeslot=0x1142F,
165192 },
165193 [0x11430]={
165194  category="lo",
165195  description="NEWA LETTER WA",
165196  direction="l",
165197  linebreak="al",
165198  unicodeslot=0x11430,
165199 },
165200 [0x11431]={
165201  category="lo",
165202  description="NEWA LETTER SHA",
165203  direction="l",
165204  linebreak="al",
165205  unicodeslot=0x11431,
165206 },
165207 [0x11432]={
165208  category="lo",
165209  description="NEWA LETTER SSA",
165210  direction="l",
165211  linebreak="al",
165212  unicodeslot=0x11432,
165213 },
165214 [0x11433]={
165215  category="lo",
165216  description="NEWA LETTER SA",
165217  direction="l",
165218  linebreak="al",
165219  unicodeslot=0x11433,
165220 },
165221 [0x11434]={
165222  category="lo",
165223  description="NEWA LETTER HA",
165224  direction="l",
165225  linebreak="al",
165226  unicodeslot=0x11434,
165227 },
165228 [0x11435]={
165229  category="mc",
165230  description="NEWA VOWEL SIGN AA",
165231  direction="l",
165232  linebreak="cm",
165233  unicodeslot=0x11435,
165234 },
165235 [0x11436]={
165236  category="mc",
165237  description="NEWA VOWEL SIGN I",
165238  direction="l",
165239  linebreak="cm",
165240  unicodeslot=0x11436,
165241 },
165242 [0x11437]={
165243  category="mc",
165244  description="NEWA VOWEL SIGN II",
165245  direction="l",
165246  linebreak="cm",
165247  unicodeslot=0x11437,
165248 },
165249 [0x11438]={
165250  category="mn",
165251  description="NEWA VOWEL SIGN U",
165252  direction="nsm",
165253  linebreak="cm",
165254  unicodeslot=0x11438,
165255 },
165256 [0x11439]={
165257  category="mn",
165258  description="NEWA VOWEL SIGN UU",
165259  direction="nsm",
165260  linebreak="cm",
165261  unicodeslot=0x11439,
165262 },
165263 [0x1143A]={
165264  category="mn",
165265  description="NEWA VOWEL SIGN VOCALIC R",
165266  direction="nsm",
165267  linebreak="cm",
165268  unicodeslot=0x1143A,
165269 },
165270 [0x1143B]={
165271  category="mn",
165272  description="NEWA VOWEL SIGN VOCALIC RR",
165273  direction="nsm",
165274  linebreak="cm",
165275  unicodeslot=0x1143B,
165276 },
165277 [0x1143C]={
165278  category="mn",
165279  description="NEWA VOWEL SIGN VOCALIC L",
165280  direction="nsm",
165281  linebreak="cm",
165282  unicodeslot=0x1143C,
165283 },
165284 [0x1143D]={
165285  category="mn",
165286  description="NEWA VOWEL SIGN VOCALIC LL",
165287  direction="nsm",
165288  linebreak="cm",
165289  unicodeslot=0x1143D,
165290 },
165291 [0x1143E]={
165292  category="mn",
165293  description="NEWA VOWEL SIGN E",
165294  direction="nsm",
165295  linebreak="cm",
165296  unicodeslot=0x1143E,
165297 },
165298 [0x1143F]={
165299  category="mn",
165300  description="NEWA VOWEL SIGN AI",
165301  direction="nsm",
165302  linebreak="cm",
165303  unicodeslot=0x1143F,
165304 },
165305 [0x11440]={
165306  category="mc",
165307  description="NEWA VOWEL SIGN O",
165308  direction="l",
165309  linebreak="cm",
165310  unicodeslot=0x11440,
165311 },
165312 [0x11441]={
165313  category="mc",
165314  description="NEWA VOWEL SIGN AU",
165315  direction="l",
165316  linebreak="cm",
165317  unicodeslot=0x11441,
165318 },
165319 [0x11442]={
165320  category="mn",
165321  combining=0x9,
165322  description="NEWA SIGN VIRAMA",
165323  direction="nsm",
165324  linebreak="cm",
165325  unicodeslot=0x11442,
165326 },
165327 [0x11443]={
165328  category="mn",
165329  description="NEWA SIGN CANDRABINDU",
165330  direction="nsm",
165331  linebreak="cm",
165332  unicodeslot=0x11443,
165333 },
165334 [0x11444]={
165335  category="mn",
165336  description="NEWA SIGN ANUSVARA",
165337  direction="nsm",
165338  linebreak="cm",
165339  unicodeslot=0x11444,
165340 },
165341 [0x11445]={
165342  category="mc",
165343  description="NEWA SIGN VISARGA",
165344  direction="l",
165345  linebreak="cm",
165346  unicodeslot=0x11445,
165347 },
165348 [0x11446]={
165349  category="mn",
165350  combining=0x7,
165351  description="NEWA SIGN NUKTA",
165352  direction="nsm",
165353  linebreak="cm",
165354  unicodeslot=0x11446,
165355 },
165356 [0x11447]={
165357  category="lo",
165358  description="NEWA SIGN AVAGRAHA",
165359  direction="l",
165360  linebreak="al",
165361  unicodeslot=0x11447,
165362 },
165363 [0x11448]={
165364  category="lo",
165365  description="NEWA SIGN FINAL ANUSVARA",
165366  direction="l",
165367  linebreak="al",
165368  unicodeslot=0x11448,
165369 },
165370 [0x11449]={
165371  category="lo",
165372  description="NEWA OM",
165373  direction="l",
165374  linebreak="al",
165375  unicodeslot=0x11449,
165376 },
165377 [0x1144A]={
165378  category="lo",
165379  description="NEWA SIDDHI",
165380  direction="l",
165381  linebreak="al",
165382  unicodeslot=0x1144A,
165383 },
165384 [0x1144B]={
165385  category="po",
165386  description="NEWA DANDA",
165387  direction="l",
165388  linebreak="ba",
165389  unicodeslot=0x1144B,
165390 },
165391 [0x1144C]={
165392  category="po",
165393  description="NEWA DOUBLE DANDA",
165394  direction="l",
165395  linebreak="ba",
165396  unicodeslot=0x1144C,
165397 },
165398 [0x1144D]={
165399  category="po",
165400  description="NEWA COMMA",
165401  direction="l",
165402  linebreak="ba",
165403  unicodeslot=0x1144D,
165404 },
165405 [0x1144E]={
165406  category="po",
165407  description="NEWA GAP FILLER",
165408  direction="l",
165409  linebreak="ba",
165410  unicodeslot=0x1144E,
165411 },
165412 [0x1144F]={
165413  category="po",
165414  description="NEWA ABBREVIATION SIGN",
165415  direction="l",
165416  linebreak="al",
165417  unicodeslot=0x1144F,
165418 },
165419 [0x11450]={
165420  category="nd",
165421  description="NEWA DIGIT ZERO",
165422  direction="l",
165423  linebreak="nu",
165424  unicodeslot=0x11450,
165425 },
165426 [0x11451]={
165427  category="nd",
165428  description="NEWA DIGIT ONE",
165429  direction="l",
165430  linebreak="nu",
165431  unicodeslot=0x11451,
165432 },
165433 [0x11452]={
165434  category="nd",
165435  description="NEWA DIGIT TWO",
165436  direction="l",
165437  linebreak="nu",
165438  unicodeslot=0x11452,
165439 },
165440 [0x11453]={
165441  category="nd",
165442  description="NEWA DIGIT THREE",
165443  direction="l",
165444  linebreak="nu",
165445  unicodeslot=0x11453,
165446 },
165447 [0x11454]={
165448  category="nd",
165449  description="NEWA DIGIT FOUR",
165450  direction="l",
165451  linebreak="nu",
165452  unicodeslot=0x11454,
165453 },
165454 [0x11455]={
165455  category="nd",
165456  description="NEWA DIGIT FIVE",
165457  direction="l",
165458  linebreak="nu",
165459  unicodeslot=0x11455,
165460 },
165461 [0x11456]={
165462  category="nd",
165463  description="NEWA DIGIT SIX",
165464  direction="l",
165465  linebreak="nu",
165466  unicodeslot=0x11456,
165467 },
165468 [0x11457]={
165469  category="nd",
165470  description="NEWA DIGIT SEVEN",
165471  direction="l",
165472  linebreak="nu",
165473  unicodeslot=0x11457,
165474 },
165475 [0x11458]={
165476  category="nd",
165477  description="NEWA DIGIT EIGHT",
165478  direction="l",
165479  linebreak="nu",
165480  unicodeslot=0x11458,
165481 },
165482 [0x11459]={
165483  category="nd",
165484  description="NEWA DIGIT NINE",
165485  direction="l",
165486  linebreak="nu",
165487  unicodeslot=0x11459,
165488 },
165489 [0x1145A]={
165490  category="po",
165491  description="NEWA DOUBLE COMMA",
165492  direction="l",
165493  linebreak="ba",
165494  unicodeslot=0x1145A,
165495 },
165496 [0x1145B]={
165497  category="po",
165498  description="NEWA PLACEHOLDER MARK",
165499  direction="l",
165500  linebreak="ba",
165501  unicodeslot=0x1145B,
165502 },
165503 [0x1145D]={
165504  category="po",
165505  description="NEWA INSERTION SIGN",
165506  direction="l",
165507  linebreak="al",
165508  unicodeslot=0x1145D,
165509 },
165510 [0x1145E]={
165511  category="mn",
165512  combining=0xE6,
165513  description="NEWA SANDHI MARK",
165514  direction="nsm",
165515  linebreak="cm",
165516  unicodeslot=0x1145E,
165517 },
165518 [0x1145F]={
165519  category="lo",
165520  description="NEWA LETTER VEDIC ANUSVARA",
165521  direction="l",
165522  linebreak="al",
165523  unicodeslot=0x1145F,
165524 },
165525 [0x11460]={
165526  category="lo",
165527  description="NEWA SIGN JIHVAMULIYA",
165528  direction="l",
165529  linebreak="al",
165530  unicodeslot=0x11460,
165531 },
165532 [0x11461]={
165533  category="lo",
165534  description="NEWA SIGN UPADHMANIYA",
165535  direction="l",
165536  linebreak="al",
165537  unicodeslot=0x11461,
165538 },
165539 [0x11480]={
165540  category="lo",
165541  description="TIRHUTA ANJI",
165542  direction="l",
165543  linebreak="al",
165544  unicodeslot=0x11480,
165545 },
165546 [0x11481]={
165547  category="lo",
165548  description="TIRHUTA LETTER A",
165549  direction="l",
165550  linebreak="al",
165551  unicodeslot=0x11481,
165552 },
165553 [0x11482]={
165554  category="lo",
165555  description="TIRHUTA LETTER AA",
165556  direction="l",
165557  linebreak="al",
165558  unicodeslot=0x11482,
165559 },
165560 [0x11483]={
165561  category="lo",
165562  description="TIRHUTA LETTER I",
165563  direction="l",
165564  linebreak="al",
165565  unicodeslot=0x11483,
165566 },
165567 [0x11484]={
165568  category="lo",
165569  description="TIRHUTA LETTER II",
165570  direction="l",
165571  linebreak="al",
165572  unicodeslot=0x11484,
165573 },
165574 [0x11485]={
165575  category="lo",
165576  description="TIRHUTA LETTER U",
165577  direction="l",
165578  linebreak="al",
165579  unicodeslot=0x11485,
165580 },
165581 [0x11486]={
165582  category="lo",
165583  description="TIRHUTA LETTER UU",
165584  direction="l",
165585  linebreak="al",
165586  unicodeslot=0x11486,
165587 },
165588 [0x11487]={
165589  category="lo",
165590  description="TIRHUTA LETTER VOCALIC R",
165591  direction="l",
165592  linebreak="al",
165593  unicodeslot=0x11487,
165594 },
165595 [0x11488]={
165596  category="lo",
165597  description="TIRHUTA LETTER VOCALIC RR",
165598  direction="l",
165599  linebreak="al",
165600  unicodeslot=0x11488,
165601 },
165602 [0x11489]={
165603  category="lo",
165604  description="TIRHUTA LETTER VOCALIC L",
165605  direction="l",
165606  linebreak="al",
165607  unicodeslot=0x11489,
165608 },
165609 [0x1148A]={
165610  category="lo",
165611  description="TIRHUTA LETTER VOCALIC LL",
165612  direction="l",
165613  linebreak="al",
165614  unicodeslot=0x1148A,
165615 },
165616 [0x1148B]={
165617  category="lo",
165618  description="TIRHUTA LETTER E",
165619  direction="l",
165620  linebreak="al",
165621  unicodeslot=0x1148B,
165622 },
165623 [0x1148C]={
165624  category="lo",
165625  description="TIRHUTA LETTER AI",
165626  direction="l",
165627  linebreak="al",
165628  unicodeslot=0x1148C,
165629 },
165630 [0x1148D]={
165631  category="lo",
165632  description="TIRHUTA LETTER O",
165633  direction="l",
165634  linebreak="al",
165635  unicodeslot=0x1148D,
165636 },
165637 [0x1148E]={
165638  category="lo",
165639  description="TIRHUTA LETTER AU",
165640  direction="l",
165641  linebreak="al",
165642  unicodeslot=0x1148E,
165643 },
165644 [0x1148F]={
165645  category="lo",
165646  description="TIRHUTA LETTER KA",
165647  direction="l",
165648  linebreak="al",
165649  unicodeslot=0x1148F,
165650 },
165651 [0x11490]={
165652  category="lo",
165653  description="TIRHUTA LETTER KHA",
165654  direction="l",
165655  linebreak="al",
165656  unicodeslot=0x11490,
165657 },
165658 [0x11491]={
165659  category="lo",
165660  description="TIRHUTA LETTER GA",
165661  direction="l",
165662  linebreak="al",
165663  unicodeslot=0x11491,
165664 },
165665 [0x11492]={
165666  category="lo",
165667  description="TIRHUTA LETTER GHA",
165668  direction="l",
165669  linebreak="al",
165670  unicodeslot=0x11492,
165671 },
165672 [0x11493]={
165673  category="lo",
165674  description="TIRHUTA LETTER NGA",
165675  direction="l",
165676  linebreak="al",
165677  unicodeslot=0x11493,
165678 },
165679 [0x11494]={
165680  category="lo",
165681  description="TIRHUTA LETTER CA",
165682  direction="l",
165683  linebreak="al",
165684  unicodeslot=0x11494,
165685 },
165686 [0x11495]={
165687  category="lo",
165688  description="TIRHUTA LETTER CHA",
165689  direction="l",
165690  linebreak="al",
165691  unicodeslot=0x11495,
165692 },
165693 [0x11496]={
165694  category="lo",
165695  description="TIRHUTA LETTER JA",
165696  direction="l",
165697  linebreak="al",
165698  unicodeslot=0x11496,
165699 },
165700 [0x11497]={
165701  category="lo",
165702  description="TIRHUTA LETTER JHA",
165703  direction="l",
165704  linebreak="al",
165705  unicodeslot=0x11497,
165706 },
165707 [0x11498]={
165708  category="lo",
165709  description="TIRHUTA LETTER NYA",
165710  direction="l",
165711  linebreak="al",
165712  unicodeslot=0x11498,
165713 },
165714 [0x11499]={
165715  category="lo",
165716  description="TIRHUTA LETTER TTA",
165717  direction="l",
165718  linebreak="al",
165719  unicodeslot=0x11499,
165720 },
165721 [0x1149A]={
165722  category="lo",
165723  description="TIRHUTA LETTER TTHA",
165724  direction="l",
165725  linebreak="al",
165726  unicodeslot=0x1149A,
165727 },
165728 [0x1149B]={
165729  category="lo",
165730  description="TIRHUTA LETTER DDA",
165731  direction="l",
165732  linebreak="al",
165733  unicodeslot=0x1149B,
165734 },
165735 [0x1149C]={
165736  category="lo",
165737  description="TIRHUTA LETTER DDHA",
165738  direction="l",
165739  linebreak="al",
165740  unicodeslot=0x1149C,
165741 },
165742 [0x1149D]={
165743  category="lo",
165744  description="TIRHUTA LETTER NNA",
165745  direction="l",
165746  linebreak="al",
165747  unicodeslot=0x1149D,
165748 },
165749 [0x1149E]={
165750  category="lo",
165751  description="TIRHUTA LETTER TA",
165752  direction="l",
165753  linebreak="al",
165754  unicodeslot=0x1149E,
165755 },
165756 [0x1149F]={
165757  category="lo",
165758  description="TIRHUTA LETTER THA",
165759  direction="l",
165760  linebreak="al",
165761  unicodeslot=0x1149F,
165762 },
165763 [0x114A0]={
165764  category="lo",
165765  description="TIRHUTA LETTER DA",
165766  direction="l",
165767  linebreak="al",
165768  unicodeslot=0x114A0,
165769 },
165770 [0x114A1]={
165771  category="lo",
165772  description="TIRHUTA LETTER DHA",
165773  direction="l",
165774  linebreak="al",
165775  unicodeslot=0x114A1,
165776 },
165777 [0x114A2]={
165778  category="lo",
165779  description="TIRHUTA LETTER NA",
165780  direction="l",
165781  linebreak="al",
165782  unicodeslot=0x114A2,
165783 },
165784 [0x114A3]={
165785  category="lo",
165786  description="TIRHUTA LETTER PA",
165787  direction="l",
165788  linebreak="al",
165789  unicodeslot=0x114A3,
165790 },
165791 [0x114A4]={
165792  category="lo",
165793  description="TIRHUTA LETTER PHA",
165794  direction="l",
165795  linebreak="al",
165796  unicodeslot=0x114A4,
165797 },
165798 [0x114A5]={
165799  category="lo",
165800  description="TIRHUTA LETTER BA",
165801  direction="l",
165802  linebreak="al",
165803  unicodeslot=0x114A5,
165804 },
165805 [0x114A6]={
165806  category="lo",
165807  description="TIRHUTA LETTER BHA",
165808  direction="l",
165809  linebreak="al",
165810  unicodeslot=0x114A6,
165811 },
165812 [0x114A7]={
165813  category="lo",
165814  description="TIRHUTA LETTER MA",
165815  direction="l",
165816  linebreak="al",
165817  unicodeslot=0x114A7,
165818 },
165819 [0x114A8]={
165820  category="lo",
165821  description="TIRHUTA LETTER YA",
165822  direction="l",
165823  linebreak="al",
165824  unicodeslot=0x114A8,
165825 },
165826 [0x114A9]={
165827  category="lo",
165828  description="TIRHUTA LETTER RA",
165829  direction="l",
165830  linebreak="al",
165831  unicodeslot=0x114A9,
165832 },
165833 [0x114AA]={
165834  category="lo",
165835  description="TIRHUTA LETTER LA",
165836  direction="l",
165837  linebreak="al",
165838  unicodeslot=0x114AA,
165839 },
165840 [0x114AB]={
165841  category="lo",
165842  description="TIRHUTA LETTER VA",
165843  direction="l",
165844  linebreak="al",
165845  unicodeslot=0x114AB,
165846 },
165847 [0x114AC]={
165848  category="lo",
165849  description="TIRHUTA LETTER SHA",
165850  direction="l",
165851  linebreak="al",
165852  unicodeslot=0x114AC,
165853 },
165854 [0x114AD]={
165855  category="lo",
165856  description="TIRHUTA LETTER SSA",
165857  direction="l",
165858  linebreak="al",
165859  unicodeslot=0x114AD,
165860 },
165861 [0x114AE]={
165862  category="lo",
165863  description="TIRHUTA LETTER SA",
165864  direction="l",
165865  linebreak="al",
165866  unicodeslot=0x114AE,
165867 },
165868 [0x114AF]={
165869  category="lo",
165870  description="TIRHUTA LETTER HA",
165871  direction="l",
165872  linebreak="al",
165873  unicodeslot=0x114AF,
165874 },
165875 [0x114B0]={
165876  category="mc",
165877  description="TIRHUTA VOWEL SIGN AA",
165878  direction="l",
165879  linebreak="cm",
165880  unicodeslot=0x114B0,
165881 },
165882 [0x114B1]={
165883  category="mc",
165884  description="TIRHUTA VOWEL SIGN I",
165885  direction="l",
165886  linebreak="cm",
165887  unicodeslot=0x114B1,
165888 },
165889 [0x114B2]={
165890  category="mc",
165891  description="TIRHUTA VOWEL SIGN II",
165892  direction="l",
165893  linebreak="cm",
165894  unicodeslot=0x114B2,
165895 },
165896 [0x114B3]={
165897  category="mn",
165898  description="TIRHUTA VOWEL SIGN U",
165899  direction="nsm",
165900  linebreak="cm",
165901  unicodeslot=0x114B3,
165902 },
165903 [0x114B4]={
165904  category="mn",
165905  description="TIRHUTA VOWEL SIGN UU",
165906  direction="nsm",
165907  linebreak="cm",
165908  unicodeslot=0x114B4,
165909 },
165910 [0x114B5]={
165911  category="mn",
165912  description="TIRHUTA VOWEL SIGN VOCALIC R",
165913  direction="nsm",
165914  linebreak="cm",
165915  unicodeslot=0x114B5,
165916 },
165917 [0x114B6]={
165918  category="mn",
165919  description="TIRHUTA VOWEL SIGN VOCALIC RR",
165920  direction="nsm",
165921  linebreak="cm",
165922  unicodeslot=0x114B6,
165923 },
165924 [0x114B7]={
165925  category="mn",
165926  description="TIRHUTA VOWEL SIGN VOCALIC L",
165927  direction="nsm",
165928  linebreak="cm",
165929  unicodeslot=0x114B7,
165930 },
165931 [0x114B8]={
165932  category="mn",
165933  description="TIRHUTA VOWEL SIGN VOCALIC LL",
165934  direction="nsm",
165935  linebreak="cm",
165936  unicodeslot=0x114B8,
165937 },
165938 [0x114B9]={
165939  category="mc",
165940  description="TIRHUTA VOWEL SIGN E",
165941  direction="l",
165942  linebreak="cm",
165943  unicodeslot=0x114B9,
165944 },
165945 [0x114BA]={
165946  category="mn",
165947  description="TIRHUTA VOWEL SIGN SHORT E",
165948  direction="nsm",
165949  linebreak="cm",
165950  unicodeslot=0x114BA,
165951 },
165952 [0x114BB]={
165953  category="mc",
165954  description="TIRHUTA VOWEL SIGN AI",
165955  direction="l",
165956  linebreak="cm",
165957  specials={ "char", 0x114B9, 0x114BA },
165958  unicodeslot=0x114BB,
165959 },
165960 [0x114BC]={
165961  category="mc",
165962  description="TIRHUTA VOWEL SIGN O",
165963  direction="l",
165964  linebreak="cm",
165965  specials={ "char", 0x114B9, 0x114B0 },
165966  unicodeslot=0x114BC,
165967 },
165968 [0x114BD]={
165969  category="mc",
165970  description="TIRHUTA VOWEL SIGN SHORT O",
165971  direction="l",
165972  linebreak="cm",
165973  unicodeslot=0x114BD,
165974 },
165975 [0x114BE]={
165976  category="mc",
165977  description="TIRHUTA VOWEL SIGN AU",
165978  direction="l",
165979  linebreak="cm",
165980  specials={ "char", 0x114B9, 0x114BD },
165981  unicodeslot=0x114BE,
165982 },
165983 [0x114BF]={
165984  category="mn",
165985  description="TIRHUTA SIGN CANDRABINDU",
165986  direction="nsm",
165987  linebreak="cm",
165988  unicodeslot=0x114BF,
165989 },
165990 [0x114C0]={
165991  category="mn",
165992  description="TIRHUTA SIGN ANUSVARA",
165993  direction="nsm",
165994  linebreak="cm",
165995  unicodeslot=0x114C0,
165996 },
165997 [0x114C1]={
165998  category="mc",
165999  description="TIRHUTA SIGN VISARGA",
166000  direction="l",
166001  linebreak="cm",
166002  unicodeslot=0x114C1,
166003 },
166004 [0x114C2]={
166005  category="mn",
166006  combining=0x9,
166007  description="TIRHUTA SIGN VIRAMA",
166008  direction="nsm",
166009  linebreak="cm",
166010  unicodeslot=0x114C2,
166011 },
166012 [0x114C3]={
166013  category="mn",
166014  combining=0x7,
166015  description="TIRHUTA SIGN NUKTA",
166016  direction="nsm",
166017  linebreak="cm",
166018  unicodeslot=0x114C3,
166019 },
166020 [0x114C4]={
166021  category="lo",
166022  description="TIRHUTA SIGN AVAGRAHA",
166023  direction="l",
166024  linebreak="al",
166025  unicodeslot=0x114C4,
166026 },
166027 [0x114C5]={
166028  category="lo",
166029  description="TIRHUTA GVANG",
166030  direction="l",
166031  linebreak="al",
166032  unicodeslot=0x114C5,
166033 },
166034 [0x114C6]={
166035  category="po",
166036  description="TIRHUTA ABBREVIATION SIGN",
166037  direction="l",
166038  linebreak="al",
166039  unicodeslot=0x114C6,
166040 },
166041 [0x114C7]={
166042  category="lo",
166043  description="TIRHUTA OM",
166044  direction="l",
166045  linebreak="al",
166046  unicodeslot=0x114C7,
166047 },
166048 [0x114D0]={
166049  category="nd",
166050  description="TIRHUTA DIGIT ZERO",
166051  direction="l",
166052  linebreak="nu",
166053  unicodeslot=0x114D0,
166054 },
166055 [0x114D1]={
166056  category="nd",
166057  description="TIRHUTA DIGIT ONE",
166058  direction="l",
166059  linebreak="nu",
166060  unicodeslot=0x114D1,
166061 },
166062 [0x114D2]={
166063  category="nd",
166064  description="TIRHUTA DIGIT TWO",
166065  direction="l",
166066  linebreak="nu",
166067  unicodeslot=0x114D2,
166068 },
166069 [0x114D3]={
166070  category="nd",
166071  description="TIRHUTA DIGIT THREE",
166072  direction="l",
166073  linebreak="nu",
166074  unicodeslot=0x114D3,
166075 },
166076 [0x114D4]={
166077  category="nd",
166078  description="TIRHUTA DIGIT FOUR",
166079  direction="l",
166080  linebreak="nu",
166081  unicodeslot=0x114D4,
166082 },
166083 [0x114D5]={
166084  category="nd",
166085  description="TIRHUTA DIGIT FIVE",
166086  direction="l",
166087  linebreak="nu",
166088  unicodeslot=0x114D5,
166089 },
166090 [0x114D6]={
166091  category="nd",
166092  description="TIRHUTA DIGIT SIX",
166093  direction="l",
166094  linebreak="nu",
166095  unicodeslot=0x114D6,
166096 },
166097 [0x114D7]={
166098  category="nd",
166099  description="TIRHUTA DIGIT SEVEN",
166100  direction="l",
166101  linebreak="nu",
166102  unicodeslot=0x114D7,
166103 },
166104 [0x114D8]={
166105  category="nd",
166106  description="TIRHUTA DIGIT EIGHT",
166107  direction="l",
166108  linebreak="nu",
166109  unicodeslot=0x114D8,
166110 },
166111 [0x114D9]={
166112  category="nd",
166113  description="TIRHUTA DIGIT NINE",
166114  direction="l",
166115  linebreak="nu",
166116  unicodeslot=0x114D9,
166117 },
166118 [0x11580]={
166119  category="lo",
166120  description="SIDDHAM LETTER A",
166121  direction="l",
166122  linebreak="al",
166123  unicodeslot=0x11580,
166124 },
166125 [0x11581]={
166126  category="lo",
166127  description="SIDDHAM LETTER AA",
166128  direction="l",
166129  linebreak="al",
166130  unicodeslot=0x11581,
166131 },
166132 [0x11582]={
166133  category="lo",
166134  description="SIDDHAM LETTER I",
166135  direction="l",
166136  linebreak="al",
166137  unicodeslot=0x11582,
166138 },
166139 [0x11583]={
166140  category="lo",
166141  description="SIDDHAM LETTER II",
166142  direction="l",
166143  linebreak="al",
166144  unicodeslot=0x11583,
166145 },
166146 [0x11584]={
166147  category="lo",
166148  description="SIDDHAM LETTER U",
166149  direction="l",
166150  linebreak="al",
166151  unicodeslot=0x11584,
166152 },
166153 [0x11585]={
166154  category="lo",
166155  description="SIDDHAM LETTER UU",
166156  direction="l",
166157  linebreak="al",
166158  unicodeslot=0x11585,
166159 },
166160 [0x11586]={
166161  category="lo",
166162  description="SIDDHAM LETTER VOCALIC R",
166163  direction="l",
166164  linebreak="al",
166165  unicodeslot=0x11586,
166166 },
166167 [0x11587]={
166168  category="lo",
166169  description="SIDDHAM LETTER VOCALIC RR",
166170  direction="l",
166171  linebreak="al",
166172  unicodeslot=0x11587,
166173 },
166174 [0x11588]={
166175  category="lo",
166176  description="SIDDHAM LETTER VOCALIC L",
166177  direction="l",
166178  linebreak="al",
166179  unicodeslot=0x11588,
166180 },
166181 [0x11589]={
166182  category="lo",
166183  description="SIDDHAM LETTER VOCALIC LL",
166184  direction="l",
166185  linebreak="al",
166186  unicodeslot=0x11589,
166187 },
166188 [0x1158A]={
166189  category="lo",
166190  description="SIDDHAM LETTER E",
166191  direction="l",
166192  linebreak="al",
166193  unicodeslot=0x1158A,
166194 },
166195 [0x1158B]={
166196  category="lo",
166197  description="SIDDHAM LETTER AI",
166198  direction="l",
166199  linebreak="al",
166200  unicodeslot=0x1158B,
166201 },
166202 [0x1158C]={
166203  category="lo",
166204  description="SIDDHAM LETTER O",
166205  direction="l",
166206  linebreak="al",
166207  unicodeslot=0x1158C,
166208 },
166209 [0x1158D]={
166210  category="lo",
166211  description="SIDDHAM LETTER AU",
166212  direction="l",
166213  linebreak="al",
166214  unicodeslot=0x1158D,
166215 },
166216 [0x1158E]={
166217  category="lo",
166218  description="SIDDHAM LETTER KA",
166219  direction="l",
166220  linebreak="al",
166221  unicodeslot=0x1158E,
166222 },
166223 [0x1158F]={
166224  category="lo",
166225  description="SIDDHAM LETTER KHA",
166226  direction="l",
166227  linebreak="al",
166228  unicodeslot=0x1158F,
166229 },
166230 [0x11590]={
166231  category="lo",
166232  description="SIDDHAM LETTER GA",
166233  direction="l",
166234  linebreak="al",
166235  unicodeslot=0x11590,
166236 },
166237 [0x11591]={
166238  category="lo",
166239  description="SIDDHAM LETTER GHA",
166240  direction="l",
166241  linebreak="al",
166242  unicodeslot=0x11591,
166243 },
166244 [0x11592]={
166245  category="lo",
166246  description="SIDDHAM LETTER NGA",
166247  direction="l",
166248  linebreak="al",
166249  unicodeslot=0x11592,
166250 },
166251 [0x11593]={
166252  category="lo",
166253  description="SIDDHAM LETTER CA",
166254  direction="l",
166255  linebreak="al",
166256  unicodeslot=0x11593,
166257 },
166258 [0x11594]={
166259  category="lo",
166260  description="SIDDHAM LETTER CHA",
166261  direction="l",
166262  linebreak="al",
166263  unicodeslot=0x11594,
166264 },
166265 [0x11595]={
166266  category="lo",
166267  description="SIDDHAM LETTER JA",
166268  direction="l",
166269  linebreak="al",
166270  unicodeslot=0x11595,
166271 },
166272 [0x11596]={
166273  category="lo",
166274  description="SIDDHAM LETTER JHA",
166275  direction="l",
166276  linebreak="al",
166277  unicodeslot=0x11596,
166278 },
166279 [0x11597]={
166280  category="lo",
166281  description="SIDDHAM LETTER NYA",
166282  direction="l",
166283  linebreak="al",
166284  unicodeslot=0x11597,
166285 },
166286 [0x11598]={
166287  category="lo",
166288  description="SIDDHAM LETTER TTA",
166289  direction="l",
166290  linebreak="al",
166291  unicodeslot=0x11598,
166292 },
166293 [0x11599]={
166294  category="lo",
166295  description="SIDDHAM LETTER TTHA",
166296  direction="l",
166297  linebreak="al",
166298  unicodeslot=0x11599,
166299 },
166300 [0x1159A]={
166301  category="lo",
166302  description="SIDDHAM LETTER DDA",
166303  direction="l",
166304  linebreak="al",
166305  unicodeslot=0x1159A,
166306 },
166307 [0x1159B]={
166308  category="lo",
166309  description="SIDDHAM LETTER DDHA",
166310  direction="l",
166311  linebreak="al",
166312  unicodeslot=0x1159B,
166313 },
166314 [0x1159C]={
166315  category="lo",
166316  description="SIDDHAM LETTER NNA",
166317  direction="l",
166318  linebreak="al",
166319  unicodeslot=0x1159C,
166320 },
166321 [0x1159D]={
166322  category="lo",
166323  description="SIDDHAM LETTER TA",
166324  direction="l",
166325  linebreak="al",
166326  unicodeslot=0x1159D,
166327 },
166328 [0x1159E]={
166329  category="lo",
166330  description="SIDDHAM LETTER THA",
166331  direction="l",
166332  linebreak="al",
166333  unicodeslot=0x1159E,
166334 },
166335 [0x1159F]={
166336  category="lo",
166337  description="SIDDHAM LETTER DA",
166338  direction="l",
166339  linebreak="al",
166340  unicodeslot=0x1159F,
166341 },
166342 [0x115A0]={
166343  category="lo",
166344  description="SIDDHAM LETTER DHA",
166345  direction="l",
166346  linebreak="al",
166347  unicodeslot=0x115A0,
166348 },
166349 [0x115A1]={
166350  category="lo",
166351  description="SIDDHAM LETTER NA",
166352  direction="l",
166353  linebreak="al",
166354  unicodeslot=0x115A1,
166355 },
166356 [0x115A2]={
166357  category="lo",
166358  description="SIDDHAM LETTER PA",
166359  direction="l",
166360  linebreak="al",
166361  unicodeslot=0x115A2,
166362 },
166363 [0x115A3]={
166364  category="lo",
166365  description="SIDDHAM LETTER PHA",
166366  direction="l",
166367  linebreak="al",
166368  unicodeslot=0x115A3,
166369 },
166370 [0x115A4]={
166371  category="lo",
166372  description="SIDDHAM LETTER BA",
166373  direction="l",
166374  linebreak="al",
166375  unicodeslot=0x115A4,
166376 },
166377 [0x115A5]={
166378  category="lo",
166379  description="SIDDHAM LETTER BHA",
166380  direction="l",
166381  linebreak="al",
166382  unicodeslot=0x115A5,
166383 },
166384 [0x115A6]={
166385  category="lo",
166386  description="SIDDHAM LETTER MA",
166387  direction="l",
166388  linebreak="al",
166389  unicodeslot=0x115A6,
166390 },
166391 [0x115A7]={
166392  category="lo",
166393  description="SIDDHAM LETTER YA",
166394  direction="l",
166395  linebreak="al",
166396  unicodeslot=0x115A7,
166397 },
166398 [0x115A8]={
166399  category="lo",
166400  description="SIDDHAM LETTER RA",
166401  direction="l",
166402  linebreak="al",
166403  unicodeslot=0x115A8,
166404 },
166405 [0x115A9]={
166406  category="lo",
166407  description="SIDDHAM LETTER LA",
166408  direction="l",
166409  linebreak="al",
166410  unicodeslot=0x115A9,
166411 },
166412 [0x115AA]={
166413  category="lo",
166414  description="SIDDHAM LETTER VA",
166415  direction="l",
166416  linebreak="al",
166417  unicodeslot=0x115AA,
166418 },
166419 [0x115AB]={
166420  category="lo",
166421  description="SIDDHAM LETTER SHA",
166422  direction="l",
166423  linebreak="al",
166424  unicodeslot=0x115AB,
166425 },
166426 [0x115AC]={
166427  category="lo",
166428  description="SIDDHAM LETTER SSA",
166429  direction="l",
166430  linebreak="al",
166431  unicodeslot=0x115AC,
166432 },
166433 [0x115AD]={
166434  category="lo",
166435  description="SIDDHAM LETTER SA",
166436  direction="l",
166437  linebreak="al",
166438  unicodeslot=0x115AD,
166439 },
166440 [0x115AE]={
166441  category="lo",
166442  description="SIDDHAM LETTER HA",
166443  direction="l",
166444  linebreak="al",
166445  unicodeslot=0x115AE,
166446 },
166447 [0x115AF]={
166448  category="mc",
166449  description="SIDDHAM VOWEL SIGN AA",
166450  direction="l",
166451  linebreak="cm",
166452  unicodeslot=0x115AF,
166453 },
166454 [0x115B0]={
166455  category="mc",
166456  description="SIDDHAM VOWEL SIGN I",
166457  direction="l",
166458  linebreak="cm",
166459  unicodeslot=0x115B0,
166460 },
166461 [0x115B1]={
166462  category="mc",
166463  description="SIDDHAM VOWEL SIGN II",
166464  direction="l",
166465  linebreak="cm",
166466  unicodeslot=0x115B1,
166467 },
166468 [0x115B2]={
166469  category="mn",
166470  description="SIDDHAM VOWEL SIGN U",
166471  direction="nsm",
166472  linebreak="cm",
166473  unicodeslot=0x115B2,
166474 },
166475 [0x115B3]={
166476  category="mn",
166477  description="SIDDHAM VOWEL SIGN UU",
166478  direction="nsm",
166479  linebreak="cm",
166480  unicodeslot=0x115B3,
166481 },
166482 [0x115B4]={
166483  category="mn",
166484  description="SIDDHAM VOWEL SIGN VOCALIC R",
166485  direction="nsm",
166486  linebreak="cm",
166487  unicodeslot=0x115B4,
166488 },
166489 [0x115B5]={
166490  category="mn",
166491  description="SIDDHAM VOWEL SIGN VOCALIC RR",
166492  direction="nsm",
166493  linebreak="cm",
166494  unicodeslot=0x115B5,
166495 },
166496 [0x115B8]={
166497  category="mc",
166498  description="SIDDHAM VOWEL SIGN E",
166499  direction="l",
166500  linebreak="cm",
166501  unicodeslot=0x115B8,
166502 },
166503 [0x115B9]={
166504  category="mc",
166505  description="SIDDHAM VOWEL SIGN AI",
166506  direction="l",
166507  linebreak="cm",
166508  unicodeslot=0x115B9,
166509 },
166510 [0x115BA]={
166511  category="mc",
166512  description="SIDDHAM VOWEL SIGN O",
166513  direction="l",
166514  linebreak="cm",
166515  specials={ "char", 0x115B8, 0x115AF },
166516  unicodeslot=0x115BA,
166517 },
166518 [0x115BB]={
166519  category="mc",
166520  description="SIDDHAM VOWEL SIGN AU",
166521  direction="l",
166522  linebreak="cm",
166523  specials={ "char", 0x115B9, 0x115AF },
166524  unicodeslot=0x115BB,
166525 },
166526 [0x115BC]={
166527  category="mn",
166528  description="SIDDHAM SIGN CANDRABINDU",
166529  direction="nsm",
166530  linebreak="cm",
166531  unicodeslot=0x115BC,
166532 },
166533 [0x115BD]={
166534  category="mn",
166535  description="SIDDHAM SIGN ANUSVARA",
166536  direction="nsm",
166537  linebreak="cm",
166538  unicodeslot=0x115BD,
166539 },
166540 [0x115BE]={
166541  category="mc",
166542  description="SIDDHAM SIGN VISARGA",
166543  direction="l",
166544  linebreak="cm",
166545  unicodeslot=0x115BE,
166546 },
166547 [0x115BF]={
166548  category="mn",
166549  combining=0x9,
166550  description="SIDDHAM SIGN VIRAMA",
166551  direction="nsm",
166552  linebreak="cm",
166553  unicodeslot=0x115BF,
166554 },
166555 [0x115C0]={
166556  category="mn",
166557  combining=0x7,
166558  description="SIDDHAM SIGN NUKTA",
166559  direction="nsm",
166560  linebreak="cm",
166561  unicodeslot=0x115C0,
166562 },
166563 [0x115C1]={
166564  category="po",
166565  description="SIDDHAM SIGN SIDDHAM",
166566  direction="l",
166567  linebreak="bb",
166568  unicodeslot=0x115C1,
166569 },
166570 [0x115C2]={
166571  category="po",
166572  description="SIDDHAM DANDA",
166573  direction="l",
166574  linebreak="ba",
166575  unicodeslot=0x115C2,
166576 },
166577 [0x115C3]={
166578  category="po",
166579  description="SIDDHAM DOUBLE DANDA",
166580  direction="l",
166581  linebreak="ba",
166582  unicodeslot=0x115C3,
166583 },
166584 [0x115C4]={
166585  category="po",
166586  description="SIDDHAM SEPARATOR DOT",
166587  direction="l",
166588  linebreak="ex",
166589  unicodeslot=0x115C4,
166590 },
166591 [0x115C5]={
166592  category="po",
166593  description="SIDDHAM SEPARATOR BAR",
166594  direction="l",
166595  linebreak="ex",
166596  unicodeslot=0x115C5,
166597 },
166598 [0x115C6]={
166599  category="po",
166600  description="SIDDHAM REPETITION MARK-1",
166601  direction="l",
166602  linebreak="al",
166603  unicodeslot=0x115C6,
166604 },
166605 [0x115C7]={
166606  category="po",
166607  description="SIDDHAM REPETITION MARK-2",
166608  direction="l",
166609  linebreak="al",
166610  unicodeslot=0x115C7,
166611 },
166612 [0x115C8]={
166613  category="po",
166614  description="SIDDHAM REPETITION MARK-3",
166615  direction="l",
166616  linebreak="al",
166617  unicodeslot=0x115C8,
166618 },
166619 [0x115C9]={
166620  category="po",
166621  description="SIDDHAM END OF TEXT MARK",
166622  direction="l",
166623  linebreak="ba",
166624  unicodeslot=0x115C9,
166625 },
166626 [0x115CA]={
166627  category="po",
166628  description="SIDDHAM SECTION MARK WITH TRIDENT AND U-SHAPED ORNAMENTS",
166629  direction="l",
166630  linebreak="ba",
166631  unicodeslot=0x115CA,
166632 },
166633 [0x115CB]={
166634  category="po",
166635  description="SIDDHAM SECTION MARK WITH TRIDENT AND DOTTED CRESCENTS",
166636  direction="l",
166637  linebreak="ba",
166638  unicodeslot=0x115CB,
166639 },
166640 [0x115CC]={
166641  category="po",
166642  description="SIDDHAM SECTION MARK WITH RAYS AND DOTTED CRESCENTS",
166643  direction="l",
166644  linebreak="ba",
166645  unicodeslot=0x115CC,
166646 },
166647 [0x115CD]={
166648  category="po",
166649  description="SIDDHAM SECTION MARK WITH RAYS AND DOTTED DOUBLE CRESCENTS",
166650  direction="l",
166651  linebreak="ba",
166652  unicodeslot=0x115CD,
166653 },
166654 [0x115CE]={
166655  category="po",
166656  description="SIDDHAM SECTION MARK WITH RAYS AND DOTTED TRIPLE CRESCENTS",
166657  direction="l",
166658  linebreak="ba",
166659  unicodeslot=0x115CE,
166660 },
166661 [0x115CF]={
166662  category="po",
166663  description="SIDDHAM SECTION MARK DOUBLE RING",
166664  direction="l",
166665  linebreak="ba",
166666  unicodeslot=0x115CF,
166667 },
166668 [0x115D0]={
166669  category="po",
166670  description="SIDDHAM SECTION MARK DOUBLE RING WITH RAYS",
166671  direction="l",
166672  linebreak="ba",
166673  unicodeslot=0x115D0,
166674 },
166675 [0x115D1]={
166676  category="po",
166677  description="SIDDHAM SECTION MARK WITH DOUBLE CRESCENTS",
166678  direction="l",
166679  linebreak="ba",
166680  unicodeslot=0x115D1,
166681 },
166682 [0x115D2]={
166683  category="po",
166684  description="SIDDHAM SECTION MARK WITH TRIPLE CRESCENTS",
166685  direction="l",
166686  linebreak="ba",
166687  unicodeslot=0x115D2,
166688 },
166689 [0x115D3]={
166690  category="po",
166691  description="SIDDHAM SECTION MARK WITH QUADRUPLE CRESCENTS",
166692  direction="l",
166693  linebreak="ba",
166694  unicodeslot=0x115D3,
166695 },
166696 [0x115D4]={
166697  category="po",
166698  description="SIDDHAM SECTION MARK WITH SEPTUPLE CRESCENTS",
166699  direction="l",
166700  linebreak="ba",
166701  unicodeslot=0x115D4,
166702 },
166703 [0x115D5]={
166704  category="po",
166705  description="SIDDHAM SECTION MARK WITH CIRCLES AND RAYS",
166706  direction="l",
166707  linebreak="ba",
166708  unicodeslot=0x115D5,
166709 },
166710 [0x115D6]={
166711  category="po",
166712  description="SIDDHAM SECTION MARK WITH CIRCLES AND TWO ENCLOSURES",
166713  direction="l",
166714  linebreak="ba",
166715  unicodeslot=0x115D6,
166716 },
166717 [0x115D7]={
166718  category="po",
166719  description="SIDDHAM SECTION MARK WITH CIRCLES AND FOUR ENCLOSURES",
166720  direction="l",
166721  linebreak="ba",
166722  unicodeslot=0x115D7,
166723 },
166724 [0x115D8]={
166725  category="lo",
166726  description="SIDDHAM LETTER THREE-CIRCLE ALTERNATE I",
166727  direction="l",
166728  linebreak="al",
166729  unicodeslot=0x115D8,
166730 },
166731 [0x115D9]={
166732  category="lo",
166733  description="SIDDHAM LETTER TWO-CIRCLE ALTERNATE I",
166734  direction="l",
166735  linebreak="al",
166736  unicodeslot=0x115D9,
166737 },
166738 [0x115DA]={
166739  category="lo",
166740  description="SIDDHAM LETTER TWO-CIRCLE ALTERNATE II",
166741  direction="l",
166742  linebreak="al",
166743  unicodeslot=0x115DA,
166744 },
166745 [0x115DB]={
166746  category="lo",
166747  description="SIDDHAM LETTER ALTERNATE U",
166748  direction="l",
166749  linebreak="al",
166750  unicodeslot=0x115DB,
166751 },
166752 [0x115DC]={
166753  category="mn",
166754  description="SIDDHAM VOWEL SIGN ALTERNATE U",
166755  direction="nsm",
166756  linebreak="cm",
166757  unicodeslot=0x115DC,
166758 },
166759 [0x115DD]={
166760  category="mn",
166761  description="SIDDHAM VOWEL SIGN ALTERNATE UU",
166762  direction="nsm",
166763  linebreak="cm",
166764  unicodeslot=0x115DD,
166765 },
166766 [0x11600]={
166767  category="lo",
166768  description="MODI LETTER A",
166769  direction="l",
166770  linebreak="al",
166771  unicodeslot=0x11600,
166772 },
166773 [0x11601]={
166774  category="lo",
166775  description="MODI LETTER AA",
166776  direction="l",
166777  linebreak="al",
166778  unicodeslot=0x11601,
166779 },
166780 [0x11602]={
166781  category="lo",
166782  description="MODI LETTER I",
166783  direction="l",
166784  linebreak="al",
166785  unicodeslot=0x11602,
166786 },
166787 [0x11603]={
166788  category="lo",
166789  description="MODI LETTER II",
166790  direction="l",
166791  linebreak="al",
166792  unicodeslot=0x11603,
166793 },
166794 [0x11604]={
166795  category="lo",
166796  description="MODI LETTER U",
166797  direction="l",
166798  linebreak="al",
166799  unicodeslot=0x11604,
166800 },
166801 [0x11605]={
166802  category="lo",
166803  description="MODI LETTER UU",
166804  direction="l",
166805  linebreak="al",
166806  unicodeslot=0x11605,
166807 },
166808 [0x11606]={
166809  category="lo",
166810  description="MODI LETTER VOCALIC R",
166811  direction="l",
166812  linebreak="al",
166813  unicodeslot=0x11606,
166814 },
166815 [0x11607]={
166816  category="lo",
166817  description="MODI LETTER VOCALIC RR",
166818  direction="l",
166819  linebreak="al",
166820  unicodeslot=0x11607,
166821 },
166822 [0x11608]={
166823  category="lo",
166824  description="MODI LETTER VOCALIC L",
166825  direction="l",
166826  linebreak="al",
166827  unicodeslot=0x11608,
166828 },
166829 [0x11609]={
166830  category="lo",
166831  description="MODI LETTER VOCALIC LL",
166832  direction="l",
166833  linebreak="al",
166834  unicodeslot=0x11609,
166835 },
166836 [0x1160A]={
166837  category="lo",
166838  description="MODI LETTER E",
166839  direction="l",
166840  linebreak="al",
166841  unicodeslot=0x1160A,
166842 },
166843 [0x1160B]={
166844  category="lo",
166845  description="MODI LETTER AI",
166846  direction="l",
166847  linebreak="al",
166848  unicodeslot=0x1160B,
166849 },
166850 [0x1160C]={
166851  category="lo",
166852  description="MODI LETTER O",
166853  direction="l",
166854  linebreak="al",
166855  unicodeslot=0x1160C,
166856 },
166857 [0x1160D]={
166858  category="lo",
166859  description="MODI LETTER AU",
166860  direction="l",
166861  linebreak="al",
166862  unicodeslot=0x1160D,
166863 },
166864 [0x1160E]={
166865  category="lo",
166866  description="MODI LETTER KA",
166867  direction="l",
166868  linebreak="al",
166869  unicodeslot=0x1160E,
166870 },
166871 [0x1160F]={
166872  category="lo",
166873  description="MODI LETTER KHA",
166874  direction="l",
166875  linebreak="al",
166876  unicodeslot=0x1160F,
166877 },
166878 [0x11610]={
166879  category="lo",
166880  description="MODI LETTER GA",
166881  direction="l",
166882  linebreak="al",
166883  unicodeslot=0x11610,
166884 },
166885 [0x11611]={
166886  category="lo",
166887  description="MODI LETTER GHA",
166888  direction="l",
166889  linebreak="al",
166890  unicodeslot=0x11611,
166891 },
166892 [0x11612]={
166893  category="lo",
166894  description="MODI LETTER NGA",
166895  direction="l",
166896  linebreak="al",
166897  unicodeslot=0x11612,
166898 },
166899 [0x11613]={
166900  category="lo",
166901  description="MODI LETTER CA",
166902  direction="l",
166903  linebreak="al",
166904  unicodeslot=0x11613,
166905 },
166906 [0x11614]={
166907  category="lo",
166908  description="MODI LETTER CHA",
166909  direction="l",
166910  linebreak="al",
166911  unicodeslot=0x11614,
166912 },
166913 [0x11615]={
166914  category="lo",
166915  description="MODI LETTER JA",
166916  direction="l",
166917  linebreak="al",
166918  unicodeslot=0x11615,
166919 },
166920 [0x11616]={
166921  category="lo",
166922  description="MODI LETTER JHA",
166923  direction="l",
166924  linebreak="al",
166925  unicodeslot=0x11616,
166926 },
166927 [0x11617]={
166928  category="lo",
166929  description="MODI LETTER NYA",
166930  direction="l",
166931  linebreak="al",
166932  unicodeslot=0x11617,
166933 },
166934 [0x11618]={
166935  category="lo",
166936  description="MODI LETTER TTA",
166937  direction="l",
166938  linebreak="al",
166939  unicodeslot=0x11618,
166940 },
166941 [0x11619]={
166942  category="lo",
166943  description="MODI LETTER TTHA",
166944  direction="l",
166945  linebreak="al",
166946  unicodeslot=0x11619,
166947 },
166948 [0x1161A]={
166949  category="lo",
166950  description="MODI LETTER DDA",
166951  direction="l",
166952  linebreak="al",
166953  unicodeslot=0x1161A,
166954 },
166955 [0x1161B]={
166956  category="lo",
166957  description="MODI LETTER DDHA",
166958  direction="l",
166959  linebreak="al",
166960  unicodeslot=0x1161B,
166961 },
166962 [0x1161C]={
166963  category="lo",
166964  description="MODI LETTER NNA",
166965  direction="l",
166966  linebreak="al",
166967  unicodeslot=0x1161C,
166968 },
166969 [0x1161D]={
166970  category="lo",
166971  description="MODI LETTER TA",
166972  direction="l",
166973  linebreak="al",
166974  unicodeslot=0x1161D,
166975 },
166976 [0x1161E]={
166977  category="lo",
166978  description="MODI LETTER THA",
166979  direction="l",
166980  linebreak="al",
166981  unicodeslot=0x1161E,
166982 },
166983 [0x1161F]={
166984  category="lo",
166985  description="MODI LETTER DA",
166986  direction="l",
166987  linebreak="al",
166988  unicodeslot=0x1161F,
166989 },
166990 [0x11620]={
166991  category="lo",
166992  description="MODI LETTER DHA",
166993  direction="l",
166994  linebreak="al",
166995  unicodeslot=0x11620,
166996 },
166997 [0x11621]={
166998  category="lo",
166999  description="MODI LETTER NA",
167000  direction="l",
167001  linebreak="al",
167002  unicodeslot=0x11621,
167003 },
167004 [0x11622]={
167005  category="lo",
167006  description="MODI LETTER PA",
167007  direction="l",
167008  linebreak="al",
167009  unicodeslot=0x11622,
167010 },
167011 [0x11623]={
167012  category="lo",
167013  description="MODI LETTER PHA",
167014  direction="l",
167015  linebreak="al",
167016  unicodeslot=0x11623,
167017 },
167018 [0x11624]={
167019  category="lo",
167020  description="MODI LETTER BA",
167021  direction="l",
167022  linebreak="al",
167023  unicodeslot=0x11624,
167024 },
167025 [0x11625]={
167026  category="lo",
167027  description="MODI LETTER BHA",
167028  direction="l",
167029  linebreak="al",
167030  unicodeslot=0x11625,
167031 },
167032 [0x11626]={
167033  category="lo",
167034  description="MODI LETTER MA",
167035  direction="l",
167036  linebreak="al",
167037  unicodeslot=0x11626,
167038 },
167039 [0x11627]={
167040  category="lo",
167041  description="MODI LETTER YA",
167042  direction="l",
167043  linebreak="al",
167044  unicodeslot=0x11627,
167045 },
167046 [0x11628]={
167047  category="lo",
167048  description="MODI LETTER RA",
167049  direction="l",
167050  linebreak="al",
167051  unicodeslot=0x11628,
167052 },
167053 [0x11629]={
167054  category="lo",
167055  description="MODI LETTER LA",
167056  direction="l",
167057  linebreak="al",
167058  unicodeslot=0x11629,
167059 },
167060 [0x1162A]={
167061  category="lo",
167062  description="MODI LETTER VA",
167063  direction="l",
167064  linebreak="al",
167065  unicodeslot=0x1162A,
167066 },
167067 [0x1162B]={
167068  category="lo",
167069  description="MODI LETTER SHA",
167070  direction="l",
167071  linebreak="al",
167072  unicodeslot=0x1162B,
167073 },
167074 [0x1162C]={
167075  category="lo",
167076  description="MODI LETTER SSA",
167077  direction="l",
167078  linebreak="al",
167079  unicodeslot=0x1162C,
167080 },
167081 [0x1162D]={
167082  category="lo",
167083  description="MODI LETTER SA",
167084  direction="l",
167085  linebreak="al",
167086  unicodeslot=0x1162D,
167087 },
167088 [0x1162E]={
167089  category="lo",
167090  description="MODI LETTER HA",
167091  direction="l",
167092  linebreak="al",
167093  unicodeslot=0x1162E,
167094 },
167095 [0x1162F]={
167096  category="lo",
167097  description="MODI LETTER LLA",
167098  direction="l",
167099  linebreak="al",
167100  unicodeslot=0x1162F,
167101 },
167102 [0x11630]={
167103  category="mc",
167104  description="MODI VOWEL SIGN AA",
167105  direction="l",
167106  linebreak="cm",
167107  unicodeslot=0x11630,
167108 },
167109 [0x11631]={
167110  category="mc",
167111  description="MODI VOWEL SIGN I",
167112  direction="l",
167113  linebreak="cm",
167114  unicodeslot=0x11631,
167115 },
167116 [0x11632]={
167117  category="mc",
167118  description="MODI VOWEL SIGN II",
167119  direction="l",
167120  linebreak="cm",
167121  unicodeslot=0x11632,
167122 },
167123 [0x11633]={
167124  category="mn",
167125  description="MODI VOWEL SIGN U",
167126  direction="nsm",
167127  linebreak="cm",
167128  unicodeslot=0x11633,
167129 },
167130 [0x11634]={
167131  category="mn",
167132  description="MODI VOWEL SIGN UU",
167133  direction="nsm",
167134  linebreak="cm",
167135  unicodeslot=0x11634,
167136 },
167137 [0x11635]={
167138  category="mn",
167139  description="MODI VOWEL SIGN VOCALIC R",
167140  direction="nsm",
167141  linebreak="cm",
167142  unicodeslot=0x11635,
167143 },
167144 [0x11636]={
167145  category="mn",
167146  description="MODI VOWEL SIGN VOCALIC RR",
167147  direction="nsm",
167148  linebreak="cm",
167149  unicodeslot=0x11636,
167150 },
167151 [0x11637]={
167152  category="mn",
167153  description="MODI VOWEL SIGN VOCALIC L",
167154  direction="nsm",
167155  linebreak="cm",
167156  unicodeslot=0x11637,
167157 },
167158 [0x11638]={
167159  category="mn",
167160  description="MODI VOWEL SIGN VOCALIC LL",
167161  direction="nsm",
167162  linebreak="cm",
167163  unicodeslot=0x11638,
167164 },
167165 [0x11639]={
167166  category="mn",
167167  description="MODI VOWEL SIGN E",
167168  direction="nsm",
167169  linebreak="cm",
167170  unicodeslot=0x11639,
167171 },
167172 [0x1163A]={
167173  category="mn",
167174  description="MODI VOWEL SIGN AI",
167175  direction="nsm",
167176  linebreak="cm",
167177  unicodeslot=0x1163A,
167178 },
167179 [0x1163B]={
167180  category="mc",
167181  description="MODI VOWEL SIGN O",
167182  direction="l",
167183  linebreak="cm",
167184  unicodeslot=0x1163B,
167185 },
167186 [0x1163C]={
167187  category="mc",
167188  description="MODI VOWEL SIGN AU",
167189  direction="l",
167190  linebreak="cm",
167191  unicodeslot=0x1163C,
167192 },
167193 [0x1163D]={
167194  category="mn",
167195  description="MODI SIGN ANUSVARA",
167196  direction="nsm",
167197  linebreak="cm",
167198  unicodeslot=0x1163D,
167199 },
167200 [0x1163E]={
167201  category="mc",
167202  description="MODI SIGN VISARGA",
167203  direction="l",
167204  linebreak="cm",
167205  unicodeslot=0x1163E,
167206 },
167207 [0x1163F]={
167208  category="mn",
167209  combining=0x9,
167210  description="MODI SIGN VIRAMA",
167211  direction="nsm",
167212  linebreak="cm",
167213  unicodeslot=0x1163F,
167214 },
167215 [0x11640]={
167216  category="mn",
167217  description="MODI SIGN ARDHACANDRA",
167218  direction="nsm",
167219  linebreak="cm",
167220  unicodeslot=0x11640,
167221 },
167222 [0x11641]={
167223  category="po",
167224  description="MODI DANDA",
167225  direction="l",
167226  linebreak="ba",
167227  unicodeslot=0x11641,
167228 },
167229 [0x11642]={
167230  category="po",
167231  description="MODI DOUBLE DANDA",
167232  direction="l",
167233  linebreak="ba",
167234  unicodeslot=0x11642,
167235 },
167236 [0x11643]={
167237  category="po",
167238  description="MODI ABBREVIATION SIGN",
167239  direction="l",
167240  linebreak="al",
167241  unicodeslot=0x11643,
167242 },
167243 [0x11644]={
167244  category="lo",
167245  description="MODI SIGN HUVA",
167246  direction="l",
167247  linebreak="al",
167248  unicodeslot=0x11644,
167249 },
167250 [0x11650]={
167251  category="nd",
167252  description="MODI DIGIT ZERO",
167253  direction="l",
167254  linebreak="nu",
167255  unicodeslot=0x11650,
167256 },
167257 [0x11651]={
167258  category="nd",
167259  description="MODI DIGIT ONE",
167260  direction="l",
167261  linebreak="nu",
167262  unicodeslot=0x11651,
167263 },
167264 [0x11652]={
167265  category="nd",
167266  description="MODI DIGIT TWO",
167267  direction="l",
167268  linebreak="nu",
167269  unicodeslot=0x11652,
167270 },
167271 [0x11653]={
167272  category="nd",
167273  description="MODI DIGIT THREE",
167274  direction="l",
167275  linebreak="nu",
167276  unicodeslot=0x11653,
167277 },
167278 [0x11654]={
167279  category="nd",
167280  description="MODI DIGIT FOUR",
167281  direction="l",
167282  linebreak="nu",
167283  unicodeslot=0x11654,
167284 },
167285 [0x11655]={
167286  category="nd",
167287  description="MODI DIGIT FIVE",
167288  direction="l",
167289  linebreak="nu",
167290  unicodeslot=0x11655,
167291 },
167292 [0x11656]={
167293  category="nd",
167294  description="MODI DIGIT SIX",
167295  direction="l",
167296  linebreak="nu",
167297  unicodeslot=0x11656,
167298 },
167299 [0x11657]={
167300  category="nd",
167301  description="MODI DIGIT SEVEN",
167302  direction="l",
167303  linebreak="nu",
167304  unicodeslot=0x11657,
167305 },
167306 [0x11658]={
167307  category="nd",
167308  description="MODI DIGIT EIGHT",
167309  direction="l",
167310  linebreak="nu",
167311  unicodeslot=0x11658,
167312 },
167313 [0x11659]={
167314  category="nd",
167315  description="MODI DIGIT NINE",
167316  direction="l",
167317  linebreak="nu",
167318  unicodeslot=0x11659,
167319 },
167320 [0x11660]={
167321  category="po",
167322  description="MONGOLIAN BIRGA WITH ORNAMENT",
167323  direction="on",
167324  linebreak="bb",
167325  mongolian="nj",
167326  unicodeslot=0x11660,
167327 },
167328 [0x11661]={
167329  category="po",
167330  description="MONGOLIAN ROTATED BIRGA",
167331  direction="on",
167332  linebreak="bb",
167333  mongolian="nj",
167334  unicodeslot=0x11661,
167335 },
167336 [0x11662]={
167337  category="po",
167338  description="MONGOLIAN DOUBLE BIRGA WITH ORNAMENT",
167339  direction="on",
167340  linebreak="bb",
167341  mongolian="nj",
167342  unicodeslot=0x11662,
167343 },
167344 [0x11663]={
167345  category="po",
167346  description="MONGOLIAN TRIPLE BIRGA WITH ORNAMENT",
167347  direction="on",
167348  linebreak="bb",
167349  mongolian="nj",
167350  unicodeslot=0x11663,
167351 },
167352 [0x11664]={
167353  category="po",
167354  description="MONGOLIAN BIRGA WITH DOUBLE ORNAMENT",
167355  direction="on",
167356  linebreak="bb",
167357  mongolian="nj",
167358  unicodeslot=0x11664,
167359 },
167360 [0x11665]={
167361  category="po",
167362  description="MONGOLIAN ROTATED BIRGA WITH ORNAMENT",
167363  direction="on",
167364  linebreak="bb",
167365  mongolian="nj",
167366  unicodeslot=0x11665,
167367 },
167368 [0x11666]={
167369  category="po",
167370  description="MONGOLIAN ROTATED BIRGA WITH DOUBLE ORNAMENT",
167371  direction="on",
167372  linebreak="bb",
167373  mongolian="nj",
167374  unicodeslot=0x11666,
167375 },
167376 [0x11667]={
167377  category="po",
167378  description="MONGOLIAN INVERTED BIRGA",
167379  direction="on",
167380  linebreak="bb",
167381  mongolian="nj",
167382  unicodeslot=0x11667,
167383 },
167384 [0x11668]={
167385  category="po",
167386  description="MONGOLIAN INVERTED BIRGA WITH DOUBLE ORNAMENT",
167387  direction="on",
167388  linebreak="bb",
167389  mongolian="nj",
167390  unicodeslot=0x11668,
167391 },
167392 [0x11669]={
167393  category="po",
167394  description="MONGOLIAN SWIRL BIRGA",
167395  direction="on",
167396  linebreak="bb",
167397  mongolian="nj",
167398  unicodeslot=0x11669,
167399 },
167400 [0x1166A]={
167401  category="po",
167402  description="MONGOLIAN SWIRL BIRGA WITH ORNAMENT",
167403  direction="on",
167404  linebreak="bb",
167405  mongolian="nj",
167406  unicodeslot=0x1166A,
167407 },
167408 [0x1166B]={
167409  category="po",
167410  description="MONGOLIAN SWIRL BIRGA WITH DOUBLE ORNAMENT",
167411  direction="on",
167412  linebreak="bb",
167413  mongolian="nj",
167414  unicodeslot=0x1166B,
167415 },
167416 [0x1166C]={
167417  category="po",
167418  description="MONGOLIAN TURNED SWIRL BIRGA WITH DOUBLE ORNAMENT",
167419  direction="on",
167420  linebreak="bb",
167421  mongolian="nj",
167422  unicodeslot=0x1166C,
167423 },
167424 [0x11680]={
167425  category="lo",
167426  description="TAKRI LETTER A",
167427  direction="l",
167428  linebreak="al",
167429  unicodeslot=0x11680,
167430 },
167431 [0x11681]={
167432  category="lo",
167433  description="TAKRI LETTER AA",
167434  direction="l",
167435  linebreak="al",
167436  unicodeslot=0x11681,
167437 },
167438 [0x11682]={
167439  category="lo",
167440  description="TAKRI LETTER I",
167441  direction="l",
167442  linebreak="al",
167443  unicodeslot=0x11682,
167444 },
167445 [0x11683]={
167446  category="lo",
167447  description="TAKRI LETTER II",
167448  direction="l",
167449  linebreak="al",
167450  unicodeslot=0x11683,
167451 },
167452 [0x11684]={
167453  category="lo",
167454  description="TAKRI LETTER U",
167455  direction="l",
167456  linebreak="al",
167457  unicodeslot=0x11684,
167458 },
167459 [0x11685]={
167460  category="lo",
167461  description="TAKRI LETTER UU",
167462  direction="l",
167463  linebreak="al",
167464  unicodeslot=0x11685,
167465 },
167466 [0x11686]={
167467  category="lo",
167468  description="TAKRI LETTER E",
167469  direction="l",
167470  linebreak="al",
167471  unicodeslot=0x11686,
167472 },
167473 [0x11687]={
167474  category="lo",
167475  description="TAKRI LETTER AI",
167476  direction="l",
167477  linebreak="al",
167478  unicodeslot=0x11687,
167479 },
167480 [0x11688]={
167481  category="lo",
167482  description="TAKRI LETTER O",
167483  direction="l",
167484  linebreak="al",
167485  unicodeslot=0x11688,
167486 },
167487 [0x11689]={
167488  category="lo",
167489  description="TAKRI LETTER AU",
167490  direction="l",
167491  linebreak="al",
167492  unicodeslot=0x11689,
167493 },
167494 [0x1168A]={
167495  category="lo",
167496  description="TAKRI LETTER KA",
167497  direction="l",
167498  linebreak="al",
167499  unicodeslot=0x1168A,
167500 },
167501 [0x1168B]={
167502  category="lo",
167503  description="TAKRI LETTER KHA",
167504  direction="l",
167505  linebreak="al",
167506  unicodeslot=0x1168B,
167507 },
167508 [0x1168C]={
167509  category="lo",
167510  description="TAKRI LETTER GA",
167511  direction="l",
167512  linebreak="al",
167513  unicodeslot=0x1168C,
167514 },
167515 [0x1168D]={
167516  category="lo",
167517  description="TAKRI LETTER GHA",
167518  direction="l",
167519  linebreak="al",
167520  unicodeslot=0x1168D,
167521 },
167522 [0x1168E]={
167523  category="lo",
167524  description="TAKRI LETTER NGA",
167525  direction="l",
167526  linebreak="al",
167527  unicodeslot=0x1168E,
167528 },
167529 [0x1168F]={
167530  category="lo",
167531  description="TAKRI LETTER CA",
167532  direction="l",
167533  linebreak="al",
167534  unicodeslot=0x1168F,
167535 },
167536 [0x11690]={
167537  category="lo",
167538  description="TAKRI LETTER CHA",
167539  direction="l",
167540  linebreak="al",
167541  unicodeslot=0x11690,
167542 },
167543 [0x11691]={
167544  category="lo",
167545  description="TAKRI LETTER JA",
167546  direction="l",
167547  linebreak="al",
167548  unicodeslot=0x11691,
167549 },
167550 [0x11692]={
167551  category="lo",
167552  description="TAKRI LETTER JHA",
167553  direction="l",
167554  linebreak="al",
167555  unicodeslot=0x11692,
167556 },
167557 [0x11693]={
167558  category="lo",
167559  description="TAKRI LETTER NYA",
167560  direction="l",
167561  linebreak="al",
167562  unicodeslot=0x11693,
167563 },
167564 [0x11694]={
167565  category="lo",
167566  description="TAKRI LETTER TTA",
167567  direction="l",
167568  linebreak="al",
167569  unicodeslot=0x11694,
167570 },
167571 [0x11695]={
167572  category="lo",
167573  description="TAKRI LETTER TTHA",
167574  direction="l",
167575  linebreak="al",
167576  unicodeslot=0x11695,
167577 },
167578 [0x11696]={
167579  category="lo",
167580  description="TAKRI LETTER DDA",
167581  direction="l",
167582  linebreak="al",
167583  unicodeslot=0x11696,
167584 },
167585 [0x11697]={
167586  category="lo",
167587  description="TAKRI LETTER DDHA",
167588  direction="l",
167589  linebreak="al",
167590  unicodeslot=0x11697,
167591 },
167592 [0x11698]={
167593  category="lo",
167594  description="TAKRI LETTER NNA",
167595  direction="l",
167596  linebreak="al",
167597  unicodeslot=0x11698,
167598 },
167599 [0x11699]={
167600  category="lo",
167601  description="TAKRI LETTER TA",
167602  direction="l",
167603  linebreak="al",
167604  unicodeslot=0x11699,
167605 },
167606 [0x1169A]={
167607  category="lo",
167608  description="TAKRI LETTER THA",
167609  direction="l",
167610  linebreak="al",
167611  unicodeslot=0x1169A,
167612 },
167613 [0x1169B]={
167614  category="lo",
167615  description="TAKRI LETTER DA",
167616  direction="l",
167617  linebreak="al",
167618  unicodeslot=0x1169B,
167619 },
167620 [0x1169C]={
167621  category="lo",
167622  description="TAKRI LETTER DHA",
167623  direction="l",
167624  linebreak="al",
167625  unicodeslot=0x1169C,
167626 },
167627 [0x1169D]={
167628  category="lo",
167629  description="TAKRI LETTER NA",
167630  direction="l",
167631  linebreak="al",
167632  unicodeslot=0x1169D,
167633 },
167634 [0x1169E]={
167635  category="lo",
167636  description="TAKRI LETTER PA",
167637  direction="l",
167638  linebreak="al",
167639  unicodeslot=0x1169E,
167640 },
167641 [0x1169F]={
167642  category="lo",
167643  description="TAKRI LETTER PHA",
167644  direction="l",
167645  linebreak="al",
167646  unicodeslot=0x1169F,
167647 },
167648 [0x116A0]={
167649  category="lo",
167650  description="TAKRI LETTER BA",
167651  direction="l",
167652  linebreak="al",
167653  unicodeslot=0x116A0,
167654 },
167655 [0x116A1]={
167656  category="lo",
167657  description="TAKRI LETTER BHA",
167658  direction="l",
167659  linebreak="al",
167660  unicodeslot=0x116A1,
167661 },
167662 [0x116A2]={
167663  category="lo",
167664  description="TAKRI LETTER MA",
167665  direction="l",
167666  linebreak="al",
167667  unicodeslot=0x116A2,
167668 },
167669 [0x116A3]={
167670  category="lo",
167671  description="TAKRI LETTER YA",
167672  direction="l",
167673  linebreak="al",
167674  unicodeslot=0x116A3,
167675 },
167676 [0x116A4]={
167677  category="lo",
167678  description="TAKRI LETTER RA",
167679  direction="l",
167680  linebreak="al",
167681  unicodeslot=0x116A4,
167682 },
167683 [0x116A5]={
167684  category="lo",
167685  description="TAKRI LETTER LA",
167686  direction="l",
167687  linebreak="al",
167688  unicodeslot=0x116A5,
167689 },
167690 [0x116A6]={
167691  category="lo",
167692  description="TAKRI LETTER VA",
167693  direction="l",
167694  linebreak="al",
167695  unicodeslot=0x116A6,
167696 },
167697 [0x116A7]={
167698  category="lo",
167699  description="TAKRI LETTER SHA",
167700  direction="l",
167701  linebreak="al",
167702  unicodeslot=0x116A7,
167703 },
167704 [0x116A8]={
167705  category="lo",
167706  description="TAKRI LETTER SA",
167707  direction="l",
167708  linebreak="al",
167709  unicodeslot=0x116A8,
167710 },
167711 [0x116A9]={
167712  category="lo",
167713  description="TAKRI LETTER HA",
167714  direction="l",
167715  linebreak="al",
167716  unicodeslot=0x116A9,
167717 },
167718 [0x116AA]={
167719  category="lo",
167720  description="TAKRI LETTER RRA",
167721  direction="l",
167722  linebreak="al",
167723  unicodeslot=0x116AA,
167724 },
167725 [0x116AB]={
167726  category="mn",
167727  description="TAKRI SIGN ANUSVARA",
167728  direction="nsm",
167729  linebreak="cm",
167730  unicodeslot=0x116AB,
167731 },
167732 [0x116AC]={
167733  category="mc",
167734  description="TAKRI SIGN VISARGA",
167735  direction="l",
167736  linebreak="cm",
167737  unicodeslot=0x116AC,
167738 },
167739 [0x116AD]={
167740  category="mn",
167741  description="TAKRI VOWEL SIGN AA",
167742  direction="nsm",
167743  linebreak="cm",
167744  unicodeslot=0x116AD,
167745 },
167746 [0x116AE]={
167747  category="mc",
167748  description="TAKRI VOWEL SIGN I",
167749  direction="l",
167750  linebreak="cm",
167751  unicodeslot=0x116AE,
167752 },
167753 [0x116AF]={
167754  category="mc",
167755  description="TAKRI VOWEL SIGN II",
167756  direction="l",
167757  linebreak="cm",
167758  unicodeslot=0x116AF,
167759 },
167760 [0x116B0]={
167761  category="mn",
167762  description="TAKRI VOWEL SIGN U",
167763  direction="nsm",
167764  linebreak="cm",
167765  unicodeslot=0x116B0,
167766 },
167767 [0x116B1]={
167768  category="mn",
167769  description="TAKRI VOWEL SIGN UU",
167770  direction="nsm",
167771  linebreak="cm",
167772  unicodeslot=0x116B1,
167773 },
167774 [0x116B2]={
167775  category="mn",
167776  description="TAKRI VOWEL SIGN E",
167777  direction="nsm",
167778  linebreak="cm",
167779  unicodeslot=0x116B2,
167780 },
167781 [0x116B3]={
167782  category="mn",
167783  description="TAKRI VOWEL SIGN AI",
167784  direction="nsm",
167785  linebreak="cm",
167786  unicodeslot=0x116B3,
167787 },
167788 [0x116B4]={
167789  category="mn",
167790  description="TAKRI VOWEL SIGN O",
167791  direction="nsm",
167792  linebreak="cm",
167793  unicodeslot=0x116B4,
167794 },
167795 [0x116B5]={
167796  category="mn",
167797  description="TAKRI VOWEL SIGN AU",
167798  direction="nsm",
167799  linebreak="cm",
167800  unicodeslot=0x116B5,
167801 },
167802 [0x116B6]={
167803  category="mc",
167804  combining=0x9,
167805  description="TAKRI SIGN VIRAMA",
167806  direction="l",
167807  linebreak="cm",
167808  unicodeslot=0x116B6,
167809 },
167810 [0x116B7]={
167811  category="mn",
167812  combining=0x7,
167813  description="TAKRI SIGN NUKTA",
167814  direction="nsm",
167815  linebreak="cm",
167816  unicodeslot=0x116B7,
167817 },
167818 [0x116B8]={
167819  category="lo",
167820  description="TAKRI LETTER ARCHAIC KHA",
167821  direction="l",
167822  linebreak="al",
167823  unicodeslot=0x116B8,
167824 },
167825 [0x116B9]={
167826  category="po",
167827  description="TAKRI ABBREVIATION SIGN",
167828  direction="l",
167829  linebreak="al",
167830  unicodeslot=0x116B9,
167831 },
167832 [0x116C0]={
167833  category="nd",
167834  description="TAKRI DIGIT ZERO",
167835  direction="l",
167836  linebreak="nu",
167837  unicodeslot=0x116C0,
167838 },
167839 [0x116C1]={
167840  category="nd",
167841  description="TAKRI DIGIT ONE",
167842  direction="l",
167843  linebreak="nu",
167844  unicodeslot=0x116C1,
167845 },
167846 [0x116C2]={
167847  category="nd",
167848  description="TAKRI DIGIT TWO",
167849  direction="l",
167850  linebreak="nu",
167851  unicodeslot=0x116C2,
167852 },
167853 [0x116C3]={
167854  category="nd",
167855  description="TAKRI DIGIT THREE",
167856  direction="l",
167857  linebreak="nu",
167858  unicodeslot=0x116C3,
167859 },
167860 [0x116C4]={
167861  category="nd",
167862  description="TAKRI DIGIT FOUR",
167863  direction="l",
167864  linebreak="nu",
167865  unicodeslot=0x116C4,
167866 },
167867 [0x116C5]={
167868  category="nd",
167869  description="TAKRI DIGIT FIVE",
167870  direction="l",
167871  linebreak="nu",
167872  unicodeslot=0x116C5,
167873 },
167874 [0x116C6]={
167875  category="nd",
167876  description="TAKRI DIGIT SIX",
167877  direction="l",
167878  linebreak="nu",
167879  unicodeslot=0x116C6,
167880 },
167881 [0x116C7]={
167882  category="nd",
167883  description="TAKRI DIGIT SEVEN",
167884  direction="l",
167885  linebreak="nu",
167886  unicodeslot=0x116C7,
167887 },
167888 [0x116C8]={
167889  category="nd",
167890  description="TAKRI DIGIT EIGHT",
167891  direction="l",
167892  linebreak="nu",
167893  unicodeslot=0x116C8,
167894 },
167895 [0x116C9]={
167896  category="nd",
167897  description="TAKRI DIGIT NINE",
167898  direction="l",
167899  linebreak="nu",
167900  unicodeslot=0x116C9,
167901 },
167902 [0x116D0]={
167903  category="nd",
167904  description="MYANMAR PAO DIGIT ZERO",
167905  direction="l",
167906  linebreak="nu",
167907  unicodeslot=0x116D0,
167908 },
167909 [0x116D1]={
167910  category="nd",
167911  description="MYANMAR PAO DIGIT ONE",
167912  direction="l",
167913  linebreak="nu",
167914  unicodeslot=0x116D1,
167915 },
167916 [0x116D2]={
167917  category="nd",
167918  description="MYANMAR PAO DIGIT TWO",
167919  direction="l",
167920  linebreak="nu",
167921  unicodeslot=0x116D2,
167922 },
167923 [0x116D3]={
167924  category="nd",
167925  description="MYANMAR PAO DIGIT THREE",
167926  direction="l",
167927  linebreak="nu",
167928  unicodeslot=0x116D3,
167929 },
167930 [0x116D4]={
167931  category="nd",
167932  description="MYANMAR PAO DIGIT FOUR",
167933  direction="l",
167934  linebreak="nu",
167935  unicodeslot=0x116D4,
167936 },
167937 [0x116D5]={
167938  category="nd",
167939  description="MYANMAR PAO DIGIT FIVE",
167940  direction="l",
167941  linebreak="nu",
167942  unicodeslot=0x116D5,
167943 },
167944 [0x116D6]={
167945  category="nd",
167946  description="MYANMAR PAO DIGIT SIX",
167947  direction="l",
167948  linebreak="nu",
167949  unicodeslot=0x116D6,
167950 },
167951 [0x116D7]={
167952  category="nd",
167953  description="MYANMAR PAO DIGIT SEVEN",
167954  direction="l",
167955  linebreak="nu",
167956  unicodeslot=0x116D7,
167957 },
167958 [0x116D8]={
167959  category="nd",
167960  description="MYANMAR PAO DIGIT EIGHT",
167961  direction="l",
167962  linebreak="nu",
167963  unicodeslot=0x116D8,
167964 },
167965 [0x116D9]={
167966  category="nd",
167967  description="MYANMAR PAO DIGIT NINE",
167968  direction="l",
167969  linebreak="nu",
167970  unicodeslot=0x116D9,
167971 },
167972 [0x116DA]={
167973  category="nd",
167974  description="MYANMAR EASTERN PWO KAREN DIGIT ZERO",
167975  direction="l",
167976  linebreak="nu",
167977  unicodeslot=0x116DA,
167978 },
167979 [0x116DB]={
167980  category="nd",
167981  description="MYANMAR EASTERN PWO KAREN DIGIT ONE",
167982  direction="l",
167983  linebreak="nu",
167984  unicodeslot=0x116DB,
167985 },
167986 [0x116DC]={
167987  category="nd",
167988  description="MYANMAR EASTERN PWO KAREN DIGIT TWO",
167989  direction="l",
167990  linebreak="nu",
167991  unicodeslot=0x116DC,
167992 },
167993 [0x116DD]={
167994  category="nd",
167995  description="MYANMAR EASTERN PWO KAREN DIGIT THREE",
167996  direction="l",
167997  linebreak="nu",
167998  unicodeslot=0x116DD,
167999 },
168000 [0x116DE]={
168001  category="nd",
168002  description="MYANMAR EASTERN PWO KAREN DIGIT FOUR",
168003  direction="l",
168004  linebreak="nu",
168005  unicodeslot=0x116DE,
168006 },
168007 [0x116DF]={
168008  category="nd",
168009  description="MYANMAR EASTERN PWO KAREN DIGIT FIVE",
168010  direction="l",
168011  linebreak="nu",
168012  unicodeslot=0x116DF,
168013 },
168014 [0x116E0]={
168015  category="nd",
168016  description="MYANMAR EASTERN PWO KAREN DIGIT SIX",
168017  direction="l",
168018  linebreak="nu",
168019  unicodeslot=0x116E0,
168020 },
168021 [0x116E1]={
168022  category="nd",
168023  description="MYANMAR EASTERN PWO KAREN DIGIT SEVEN",
168024  direction="l",
168025  linebreak="nu",
168026  unicodeslot=0x116E1,
168027 },
168028 [0x116E2]={
168029  category="nd",
168030  description="MYANMAR EASTERN PWO KAREN DIGIT EIGHT",
168031  direction="l",
168032  linebreak="nu",
168033  unicodeslot=0x116E2,
168034 },
168035 [0x116E3]={
168036  category="nd",
168037  description="MYANMAR EASTERN PWO KAREN DIGIT NINE",
168038  direction="l",
168039  linebreak="nu",
168040  unicodeslot=0x116E3,
168041 },
168042 [0x11700]={
168043  category="lo",
168044  description="AHOM LETTER KA",
168045  direction="l",
168046  linebreak="sa",
168047  unicodeslot=0x11700,
168048 },
168049 [0x11701]={
168050  category="lo",
168051  description="AHOM LETTER KHA",
168052  direction="l",
168053  linebreak="sa",
168054  unicodeslot=0x11701,
168055 },
168056 [0x11702]={
168057  category="lo",
168058  description="AHOM LETTER NGA",
168059  direction="l",
168060  linebreak="sa",
168061  unicodeslot=0x11702,
168062 },
168063 [0x11703]={
168064  category="lo",
168065  description="AHOM LETTER NA",
168066  direction="l",
168067  linebreak="sa",
168068  unicodeslot=0x11703,
168069 },
168070 [0x11704]={
168071  category="lo",
168072  description="AHOM LETTER TA",
168073  direction="l",
168074  linebreak="sa",
168075  unicodeslot=0x11704,
168076 },
168077 [0x11705]={
168078  category="lo",
168079  description="AHOM LETTER ALTERNATE TA",
168080  direction="l",
168081  linebreak="sa",
168082  unicodeslot=0x11705,
168083 },
168084 [0x11706]={
168085  category="lo",
168086  description="AHOM LETTER PA",
168087  direction="l",
168088  linebreak="sa",
168089  unicodeslot=0x11706,
168090 },
168091 [0x11707]={
168092  category="lo",
168093  description="AHOM LETTER PHA",
168094  direction="l",
168095  linebreak="sa",
168096  unicodeslot=0x11707,
168097 },
168098 [0x11708]={
168099  category="lo",
168100  description="AHOM LETTER BA",
168101  direction="l",
168102  linebreak="sa",
168103  unicodeslot=0x11708,
168104 },
168105 [0x11709]={
168106  category="lo",
168107  description="AHOM LETTER MA",
168108  direction="l",
168109  linebreak="sa",
168110  unicodeslot=0x11709,
168111 },
168112 [0x1170A]={
168113  category="lo",
168114  description="AHOM LETTER JA",
168115  direction="l",
168116  linebreak="sa",
168117  unicodeslot=0x1170A,
168118 },
168119 [0x1170B]={
168120  category="lo",
168121  description="AHOM LETTER CHA",
168122  direction="l",
168123  linebreak="sa",
168124  unicodeslot=0x1170B,
168125 },
168126 [0x1170C]={
168127  category="lo",
168128  description="AHOM LETTER THA",
168129  direction="l",
168130  linebreak="sa",
168131  unicodeslot=0x1170C,
168132 },
168133 [0x1170D]={
168134  category="lo",
168135  description="AHOM LETTER RA",
168136  direction="l",
168137  linebreak="sa",
168138  unicodeslot=0x1170D,
168139 },
168140 [0x1170E]={
168141  category="lo",
168142  description="AHOM LETTER LA",
168143  direction="l",
168144  linebreak="sa",
168145  unicodeslot=0x1170E,
168146 },
168147 [0x1170F]={
168148  category="lo",
168149  description="AHOM LETTER SA",
168150  direction="l",
168151  linebreak="sa",
168152  unicodeslot=0x1170F,
168153 },
168154 [0x11710]={
168155  category="lo",
168156  description="AHOM LETTER NYA",
168157  direction="l",
168158  linebreak="sa",
168159  unicodeslot=0x11710,
168160 },
168161 [0x11711]={
168162  category="lo",
168163  description="AHOM LETTER HA",
168164  direction="l",
168165  linebreak="sa",
168166  unicodeslot=0x11711,
168167 },
168168 [0x11712]={
168169  category="lo",
168170  description="AHOM LETTER A",
168171  direction="l",
168172  linebreak="sa",
168173  unicodeslot=0x11712,
168174 },
168175 [0x11713]={
168176  category="lo",
168177  description="AHOM LETTER DA",
168178  direction="l",
168179  linebreak="sa",
168180  unicodeslot=0x11713,
168181 },
168182 [0x11714]={
168183  category="lo",
168184  description="AHOM LETTER DHA",
168185  direction="l",
168186  linebreak="sa",
168187  unicodeslot=0x11714,
168188 },
168189 [0x11715]={
168190  category="lo",
168191  description="AHOM LETTER GA",
168192  direction="l",
168193  linebreak="sa",
168194  unicodeslot=0x11715,
168195 },
168196 [0x11716]={
168197  category="lo",
168198  description="AHOM LETTER ALTERNATE GA",
168199  direction="l",
168200  linebreak="sa",
168201  unicodeslot=0x11716,
168202 },
168203 [0x11717]={
168204  category="lo",
168205  description="AHOM LETTER GHA",
168206  direction="l",
168207  linebreak="sa",
168208  unicodeslot=0x11717,
168209 },
168210 [0x11718]={
168211  category="lo",
168212  description="AHOM LETTER BHA",
168213  direction="l",
168214  linebreak="sa",
168215  unicodeslot=0x11718,
168216 },
168217 [0x11719]={
168218  category="lo",
168219  description="AHOM LETTER JHA",
168220  direction="l",
168221  linebreak="sa",
168222  unicodeslot=0x11719,
168223 },
168224 [0x1171A]={
168225  category="lo",
168226  description="AHOM LETTER ALTERNATE BA",
168227  direction="l",
168228  linebreak="sa",
168229  unicodeslot=0x1171A,
168230 },
168231 [0x1171D]={
168232  category="mn",
168233  description="AHOM CONSONANT SIGN MEDIAL LA",
168234  direction="nsm",
168235  linebreak="sa",
168236  unicodeslot=0x1171D,
168237 },
168238 [0x1171E]={
168239  category="mn",
168240  description="AHOM CONSONANT SIGN MEDIAL RA",
168241  direction="l",
168242  linebreak="sa",
168243  unicodeslot=0x1171E,
168244 },
168245 [0x1171F]={
168246  category="mn",
168247  description="AHOM CONSONANT SIGN MEDIAL LIGATING RA",
168248  direction="nsm",
168249  linebreak="sa",
168250  unicodeslot=0x1171F,
168251 },
168252 [0x11720]={
168253  category="mc",
168254  description="AHOM VOWEL SIGN A",
168255  direction="l",
168256  linebreak="sa",
168257  unicodeslot=0x11720,
168258 },
168259 [0x11721]={
168260  category="mc",
168261  description="AHOM VOWEL SIGN AA",
168262  direction="l",
168263  linebreak="sa",
168264  unicodeslot=0x11721,
168265 },
168266 [0x11722]={
168267  category="mn",
168268  description="AHOM VOWEL SIGN I",
168269  direction="nsm",
168270  linebreak="sa",
168271  unicodeslot=0x11722,
168272 },
168273 [0x11723]={
168274  category="mn",
168275  description="AHOM VOWEL SIGN II",
168276  direction="nsm",
168277  linebreak="sa",
168278  unicodeslot=0x11723,
168279 },
168280 [0x11724]={
168281  category="mn",
168282  description="AHOM VOWEL SIGN U",
168283  direction="nsm",
168284  linebreak="sa",
168285  unicodeslot=0x11724,
168286 },
168287 [0x11725]={
168288  category="mn",
168289  description="AHOM VOWEL SIGN UU",
168290  direction="nsm",
168291  linebreak="sa",
168292  unicodeslot=0x11725,
168293 },
168294 [0x11726]={
168295  category="mc",
168296  description="AHOM VOWEL SIGN E",
168297  direction="l",
168298  linebreak="sa",
168299  unicodeslot=0x11726,
168300 },
168301 [0x11727]={
168302  category="mn",
168303  description="AHOM VOWEL SIGN AW",
168304  direction="nsm",
168305  linebreak="sa",
168306  unicodeslot=0x11727,
168307 },
168308 [0x11728]={
168309  category="mn",
168310  description="AHOM VOWEL SIGN O",
168311  direction="nsm",
168312  linebreak="sa",
168313  unicodeslot=0x11728,
168314 },
168315 [0x11729]={
168316  category="mn",
168317  description="AHOM VOWEL SIGN AI",
168318  direction="nsm",
168319  linebreak="sa",
168320  unicodeslot=0x11729,
168321 },
168322 [0x1172A]={
168323  category="mn",
168324  description="AHOM VOWEL SIGN AM",
168325  direction="nsm",
168326  linebreak="sa",
168327  unicodeslot=0x1172A,
168328 },
168329 [0x1172B]={
168330  category="mn",
168331  combining=0x9,
168332  description="AHOM SIGN KILLER",
168333  direction="nsm",
168334  linebreak="sa",
168335  unicodeslot=0x1172B,
168336 },
168337 [0x11730]={
168338  category="nd",
168339  description="AHOM DIGIT ZERO",
168340  direction="l",
168341  linebreak="nu",
168342  unicodeslot=0x11730,
168343 },
168344 [0x11731]={
168345  category="nd",
168346  description="AHOM DIGIT ONE",
168347  direction="l",
168348  linebreak="nu",
168349  unicodeslot=0x11731,
168350 },
168351 [0x11732]={
168352  category="nd",
168353  description="AHOM DIGIT TWO",
168354  direction="l",
168355  linebreak="nu",
168356  unicodeslot=0x11732,
168357 },
168358 [0x11733]={
168359  category="nd",
168360  description="AHOM DIGIT THREE",
168361  direction="l",
168362  linebreak="nu",
168363  unicodeslot=0x11733,
168364 },
168365 [0x11734]={
168366  category="nd",
168367  description="AHOM DIGIT FOUR",
168368  direction="l",
168369  linebreak="nu",
168370  unicodeslot=0x11734,
168371 },
168372 [0x11735]={
168373  category="nd",
168374  description="AHOM DIGIT FIVE",
168375  direction="l",
168376  linebreak="nu",
168377  unicodeslot=0x11735,
168378 },
168379 [0x11736]={
168380  category="nd",
168381  description="AHOM DIGIT SIX",
168382  direction="l",
168383  linebreak="nu",
168384  unicodeslot=0x11736,
168385 },
168386 [0x11737]={
168387  category="nd",
168388  description="AHOM DIGIT SEVEN",
168389  direction="l",
168390  linebreak="nu",
168391  unicodeslot=0x11737,
168392 },
168393 [0x11738]={
168394  category="nd",
168395  description="AHOM DIGIT EIGHT",
168396  direction="l",
168397  linebreak="nu",
168398  unicodeslot=0x11738,
168399 },
168400 [0x11739]={
168401  category="nd",
168402  description="AHOM DIGIT NINE",
168403  direction="l",
168404  linebreak="nu",
168405  unicodeslot=0x11739,
168406 },
168407 [0x1173A]={
168408  category="no",
168409  description="AHOM NUMBER TEN",
168410  direction="l",
168411  linebreak="sa",
168412  unicodeslot=0x1173A,
168413 },
168414 [0x1173B]={
168415  category="no",
168416  description="AHOM NUMBER TWENTY",
168417  direction="l",
168418  linebreak="sa",
168419  unicodeslot=0x1173B,
168420 },
168421 [0x1173C]={
168422  category="po",
168423  description="AHOM SIGN SMALL SECTION",
168424  direction="l",
168425  linebreak="ba",
168426  unicodeslot=0x1173C,
168427 },
168428 [0x1173D]={
168429  category="po",
168430  description="AHOM SIGN SECTION",
168431  direction="l",
168432  linebreak="ba",
168433  unicodeslot=0x1173D,
168434 },
168435 [0x1173E]={
168436  category="po",
168437  description="AHOM SIGN RULAI",
168438  direction="l",
168439  linebreak="ba",
168440  unicodeslot=0x1173E,
168441 },
168442 [0x1173F]={
168443  category="so",
168444  description="AHOM SYMBOL VI",
168445  direction="l",
168446  linebreak="sa",
168447  unicodeslot=0x1173F,
168448 },
168449 [0x11740]={
168450  category="lo",
168451  description="AHOM LETTER CA",
168452  direction="l",
168453  linebreak="sa",
168454  unicodeslot=0x11740,
168455 },
168456 [0x11741]={
168457  category="lo",
168458  description="AHOM LETTER TTA",
168459  direction="l",
168460  linebreak="sa",
168461  unicodeslot=0x11741,
168462 },
168463 [0x11742]={
168464  category="lo",
168465  description="AHOM LETTER TTHA",
168466  direction="l",
168467  linebreak="sa",
168468  unicodeslot=0x11742,
168469 },
168470 [0x11743]={
168471  category="lo",
168472  description="AHOM LETTER DDA",
168473  direction="l",
168474  linebreak="sa",
168475  unicodeslot=0x11743,
168476 },
168477 [0x11744]={
168478  category="lo",
168479  description="AHOM LETTER DDHA",
168480  direction="l",
168481  linebreak="sa",
168482  unicodeslot=0x11744,
168483 },
168484 [0x11745]={
168485  category="lo",
168486  description="AHOM LETTER NNA",
168487  direction="l",
168488  linebreak="sa",
168489  unicodeslot=0x11745,
168490 },
168491 [0x11746]={
168492  category="lo",
168493  description="AHOM LETTER LLA",
168494  direction="l",
168495  linebreak="sa",
168496  unicodeslot=0x11746,
168497 },
168498 [0x11800]={
168499  category="lo",
168500  description="DOGRA LETTER A",
168501  direction="l",
168502  linebreak="al",
168503  unicodeslot=0x11800,
168504 },
168505 [0x11801]={
168506  category="lo",
168507  description="DOGRA LETTER AA",
168508  direction="l",
168509  linebreak="al",
168510  unicodeslot=0x11801,
168511 },
168512 [0x11802]={
168513  category="lo",
168514  description="DOGRA LETTER I",
168515  direction="l",
168516  linebreak="al",
168517  unicodeslot=0x11802,
168518 },
168519 [0x11803]={
168520  category="lo",
168521  description="DOGRA LETTER II",
168522  direction="l",
168523  linebreak="al",
168524  unicodeslot=0x11803,
168525 },
168526 [0x11804]={
168527  category="lo",
168528  description="DOGRA LETTER U",
168529  direction="l",
168530  linebreak="al",
168531  unicodeslot=0x11804,
168532 },
168533 [0x11805]={
168534  category="lo",
168535  description="DOGRA LETTER UU",
168536  direction="l",
168537  linebreak="al",
168538  unicodeslot=0x11805,
168539 },
168540 [0x11806]={
168541  category="lo",
168542  description="DOGRA LETTER E",
168543  direction="l",
168544  linebreak="al",
168545  unicodeslot=0x11806,
168546 },
168547 [0x11807]={
168548  category="lo",
168549  description="DOGRA LETTER AI",
168550  direction="l",
168551  linebreak="al",
168552  unicodeslot=0x11807,
168553 },
168554 [0x11808]={
168555  category="lo",
168556  description="DOGRA LETTER O",
168557  direction="l",
168558  linebreak="al",
168559  unicodeslot=0x11808,
168560 },
168561 [0x11809]={
168562  category="lo",
168563  description="DOGRA LETTER AU",
168564  direction="l",
168565  linebreak="al",
168566  unicodeslot=0x11809,
168567 },
168568 [0x1180A]={
168569  category="lo",
168570  description="DOGRA LETTER KA",
168571  direction="l",
168572  linebreak="al",
168573  unicodeslot=0x1180A,
168574 },
168575 [0x1180B]={
168576  category="lo",
168577  description="DOGRA LETTER KHA",
168578  direction="l",
168579  linebreak="al",
168580  unicodeslot=0x1180B,
168581 },
168582 [0x1180C]={
168583  category="lo",
168584  description="DOGRA LETTER GA",
168585  direction="l",
168586  linebreak="al",
168587  unicodeslot=0x1180C,
168588 },
168589 [0x1180D]={
168590  category="lo",
168591  description="DOGRA LETTER GHA",
168592  direction="l",
168593  linebreak="al",
168594  unicodeslot=0x1180D,
168595 },
168596 [0x1180E]={
168597  category="lo",
168598  description="DOGRA LETTER NGA",
168599  direction="l",
168600  linebreak="al",
168601  unicodeslot=0x1180E,
168602 },
168603 [0x1180F]={
168604  category="lo",
168605  description="DOGRA LETTER CA",
168606  direction="l",
168607  linebreak="al",
168608  unicodeslot=0x1180F,
168609 },
168610 [0x11810]={
168611  category="lo",
168612  description="DOGRA LETTER CHA",
168613  direction="l",
168614  linebreak="al",
168615  unicodeslot=0x11810,
168616 },
168617 [0x11811]={
168618  category="lo",
168619  description="DOGRA LETTER JA",
168620  direction="l",
168621  linebreak="al",
168622  unicodeslot=0x11811,
168623 },
168624 [0x11812]={
168625  category="lo",
168626  description="DOGRA LETTER JHA",
168627  direction="l",
168628  linebreak="al",
168629  unicodeslot=0x11812,
168630 },
168631 [0x11813]={
168632  category="lo",
168633  description="DOGRA LETTER NYA",
168634  direction="l",
168635  linebreak="al",
168636  unicodeslot=0x11813,
168637 },
168638 [0x11814]={
168639  category="lo",
168640  description="DOGRA LETTER TTA",
168641  direction="l",
168642  linebreak="al",
168643  unicodeslot=0x11814,
168644 },
168645 [0x11815]={
168646  category="lo",
168647  description="DOGRA LETTER TTHA",
168648  direction="l",
168649  linebreak="al",
168650  unicodeslot=0x11815,
168651 },
168652 [0x11816]={
168653  category="lo",
168654  description="DOGRA LETTER DDA",
168655  direction="l",
168656  linebreak="al",
168657  unicodeslot=0x11816,
168658 },
168659 [0x11817]={
168660  category="lo",
168661  description="DOGRA LETTER DDHA",
168662  direction="l",
168663  linebreak="al",
168664  unicodeslot=0x11817,
168665 },
168666 [0x11818]={
168667  category="lo",
168668  description="DOGRA LETTER NNA",
168669  direction="l",
168670  linebreak="al",
168671  unicodeslot=0x11818,
168672 },
168673 [0x11819]={
168674  category="lo",
168675  description="DOGRA LETTER TA",
168676  direction="l",
168677  linebreak="al",
168678  unicodeslot=0x11819,
168679 },
168680 [0x1181A]={
168681  category="lo",
168682  description="DOGRA LETTER THA",
168683  direction="l",
168684  linebreak="al",
168685  unicodeslot=0x1181A,
168686 },
168687 [0x1181B]={
168688  category="lo",
168689  description="DOGRA LETTER DA",
168690  direction="l",
168691  linebreak="al",
168692  unicodeslot=0x1181B,
168693 },
168694 [0x1181C]={
168695  category="lo",
168696  description="DOGRA LETTER DHA",
168697  direction="l",
168698  linebreak="al",
168699  unicodeslot=0x1181C,
168700 },
168701 [0x1181D]={
168702  category="lo",
168703  description="DOGRA LETTER NA",
168704  direction="l",
168705  linebreak="al",
168706  unicodeslot=0x1181D,
168707 },
168708 [0x1181E]={
168709  category="lo",
168710  description="DOGRA LETTER PA",
168711  direction="l",
168712  linebreak="al",
168713  unicodeslot=0x1181E,
168714 },
168715 [0x1181F]={
168716  category="lo",
168717  description="DOGRA LETTER PHA",
168718  direction="l",
168719  linebreak="al",
168720  unicodeslot=0x1181F,
168721 },
168722 [0x11820]={
168723  category="lo",
168724  description="DOGRA LETTER BA",
168725  direction="l",
168726  linebreak="al",
168727  unicodeslot=0x11820,
168728 },
168729 [0x11821]={
168730  category="lo",
168731  description="DOGRA LETTER BHA",
168732  direction="l",
168733  linebreak="al",
168734  unicodeslot=0x11821,
168735 },
168736 [0x11822]={
168737  category="lo",
168738  description="DOGRA LETTER MA",
168739  direction="l",
168740  linebreak="al",
168741  unicodeslot=0x11822,
168742 },
168743 [0x11823]={
168744  category="lo",
168745  description="DOGRA LETTER YA",
168746  direction="l",
168747  linebreak="al",
168748  unicodeslot=0x11823,
168749 },
168750 [0x11824]={
168751  category="lo",
168752  description="DOGRA LETTER RA",
168753  direction="l",
168754  linebreak="al",
168755  unicodeslot=0x11824,
168756 },
168757 [0x11825]={
168758  category="lo",
168759  description="DOGRA LETTER LA",
168760  direction="l",
168761  linebreak="al",
168762  unicodeslot=0x11825,
168763 },
168764 [0x11826]={
168765  category="lo",
168766  description="DOGRA LETTER VA",
168767  direction="l",
168768  linebreak="al",
168769  unicodeslot=0x11826,
168770 },
168771 [0x11827]={
168772  category="lo",
168773  description="DOGRA LETTER SHA",
168774  direction="l",
168775  linebreak="al",
168776  unicodeslot=0x11827,
168777 },
168778 [0x11828]={
168779  category="lo",
168780  description="DOGRA LETTER SSA",
168781  direction="l",
168782  linebreak="al",
168783  unicodeslot=0x11828,
168784 },
168785 [0x11829]={
168786  category="lo",
168787  description="DOGRA LETTER SA",
168788  direction="l",
168789  linebreak="al",
168790  unicodeslot=0x11829,
168791 },
168792 [0x1182A]={
168793  category="lo",
168794  description="DOGRA LETTER HA",
168795  direction="l",
168796  linebreak="al",
168797  unicodeslot=0x1182A,
168798 },
168799 [0x1182B]={
168800  category="lo",
168801  description="DOGRA LETTER RRA",
168802  direction="l",
168803  linebreak="al",
168804  unicodeslot=0x1182B,
168805 },
168806 [0x1182C]={
168807  category="mc",
168808  description="DOGRA VOWEL SIGN AA",
168809  direction="l",
168810  linebreak="cm",
168811  unicodeslot=0x1182C,
168812 },
168813 [0x1182D]={
168814  category="mc",
168815  description="DOGRA VOWEL SIGN I",
168816  direction="l",
168817  linebreak="cm",
168818  unicodeslot=0x1182D,
168819 },
168820 [0x1182E]={
168821  category="mc",
168822  description="DOGRA VOWEL SIGN II",
168823  direction="l",
168824  linebreak="cm",
168825  unicodeslot=0x1182E,
168826 },
168827 [0x1182F]={
168828  category="mn",
168829  description="DOGRA VOWEL SIGN U",
168830  direction="nsm",
168831  linebreak="cm",
168832  unicodeslot=0x1182F,
168833 },
168834 [0x11830]={
168835  category="mn",
168836  description="DOGRA VOWEL SIGN UU",
168837  direction="nsm",
168838  linebreak="cm",
168839  unicodeslot=0x11830,
168840 },
168841 [0x11831]={
168842  category="mn",
168843  description="DOGRA VOWEL SIGN VOCALIC R",
168844  direction="nsm",
168845  linebreak="cm",
168846  unicodeslot=0x11831,
168847 },
168848 [0x11832]={
168849  category="mn",
168850  description="DOGRA VOWEL SIGN VOCALIC RR",
168851  direction="nsm",
168852  linebreak="cm",
168853  unicodeslot=0x11832,
168854 },
168855 [0x11833]={
168856  category="mn",
168857  description="DOGRA VOWEL SIGN E",
168858  direction="nsm",
168859  linebreak="cm",
168860  unicodeslot=0x11833,
168861 },
168862 [0x11834]={
168863  category="mn",
168864  description="DOGRA VOWEL SIGN AI",
168865  direction="nsm",
168866  linebreak="cm",
168867  unicodeslot=0x11834,
168868 },
168869 [0x11835]={
168870  category="mn",
168871  description="DOGRA VOWEL SIGN O",
168872  direction="nsm",
168873  linebreak="cm",
168874  unicodeslot=0x11835,
168875 },
168876 [0x11836]={
168877  category="mn",
168878  description="DOGRA VOWEL SIGN AU",
168879  direction="nsm",
168880  linebreak="cm",
168881  unicodeslot=0x11836,
168882 },
168883 [0x11837]={
168884  category="mn",
168885  description="DOGRA SIGN ANUSVARA",
168886  direction="nsm",
168887  linebreak="cm",
168888  unicodeslot=0x11837,
168889 },
168890 [0x11838]={
168891  category="mc",
168892  description="DOGRA SIGN VISARGA",
168893  direction="l",
168894  linebreak="cm",
168895  unicodeslot=0x11838,
168896 },
168897 [0x11839]={
168898  category="mn",
168899  combining=0x9,
168900  description="DOGRA SIGN VIRAMA",
168901  direction="nsm",
168902  linebreak="cm",
168903  unicodeslot=0x11839,
168904 },
168905 [0x1183A]={
168906  category="mn",
168907  combining=0x7,
168908  description="DOGRA SIGN NUKTA",
168909  direction="nsm",
168910  linebreak="cm",
168911  unicodeslot=0x1183A,
168912 },
168913 [0x1183B]={
168914  category="po",
168915  description="DOGRA ABBREVIATION SIGN",
168916  direction="l",
168917  linebreak="al",
168918  unicodeslot=0x1183B,
168919 },
168920 [0x118A0]={
168921  category="lu",
168922  description="WARANG CITI CAPITAL LETTER NGAA",
168923  direction="l",
168924  lccode=0x118C0,
168925  linebreak="al",
168926  unicodeslot=0x118A0,
168927 },
168928 [0x118A1]={
168929  category="lu",
168930  description="WARANG CITI CAPITAL LETTER A",
168931  direction="l",
168932  lccode=0x118C1,
168933  linebreak="al",
168934  unicodeslot=0x118A1,
168935 },
168936 [0x118A2]={
168937  category="lu",
168938  description="WARANG CITI CAPITAL LETTER WI",
168939  direction="l",
168940  lccode=0x118C2,
168941  linebreak="al",
168942  unicodeslot=0x118A2,
168943 },
168944 [0x118A3]={
168945  category="lu",
168946  description="WARANG CITI CAPITAL LETTER YU",
168947  direction="l",
168948  lccode=0x118C3,
168949  linebreak="al",
168950  unicodeslot=0x118A3,
168951 },
168952 [0x118A4]={
168953  category="lu",
168954  description="WARANG CITI CAPITAL LETTER YA",
168955  direction="l",
168956  lccode=0x118C4,
168957  linebreak="al",
168958  unicodeslot=0x118A4,
168959 },
168960 [0x118A5]={
168961  category="lu",
168962  description="WARANG CITI CAPITAL LETTER YO",
168963  direction="l",
168964  lccode=0x118C5,
168965  linebreak="al",
168966  unicodeslot=0x118A5,
168967 },
168968 [0x118A6]={
168969  category="lu",
168970  description="WARANG CITI CAPITAL LETTER II",
168971  direction="l",
168972  lccode=0x118C6,
168973  linebreak="al",
168974  unicodeslot=0x118A6,
168975 },
168976 [0x118A7]={
168977  category="lu",
168978  description="WARANG CITI CAPITAL LETTER UU",
168979  direction="l",
168980  lccode=0x118C7,
168981  linebreak="al",
168982  unicodeslot=0x118A7,
168983 },
168984 [0x118A8]={
168985  category="lu",
168986  description="WARANG CITI CAPITAL LETTER E",
168987  direction="l",
168988  lccode=0x118C8,
168989  linebreak="al",
168990  unicodeslot=0x118A8,
168991 },
168992 [0x118A9]={
168993  category="lu",
168994  description="WARANG CITI CAPITAL LETTER O",
168995  direction="l",
168996  lccode=0x118C9,
168997  linebreak="al",
168998  unicodeslot=0x118A9,
168999 },
169000 [0x118AA]={
169001  category="lu",
169002  description="WARANG CITI CAPITAL LETTER ANG",
169003  direction="l",
169004  lccode=0x118CA,
169005  linebreak="al",
169006  unicodeslot=0x118AA,
169007 },
169008 [0x118AB]={
169009  category="lu",
169010  description="WARANG CITI CAPITAL LETTER GA",
169011  direction="l",
169012  lccode=0x118CB,
169013  linebreak="al",
169014  unicodeslot=0x118AB,
169015 },
169016 [0x118AC]={
169017  category="lu",
169018  description="WARANG CITI CAPITAL LETTER KO",
169019  direction="l",
169020  lccode=0x118CC,
169021  linebreak="al",
169022  unicodeslot=0x118AC,
169023 },
169024 [0x118AD]={
169025  category="lu",
169026  description="WARANG CITI CAPITAL LETTER ENY",
169027  direction="l",
169028  lccode=0x118CD,
169029  linebreak="al",
169030  unicodeslot=0x118AD,
169031 },
169032 [0x118AE]={
169033  category="lu",
169034  description="WARANG CITI CAPITAL LETTER YUJ",
169035  direction="l",
169036  lccode=0x118CE,
169037  linebreak="al",
169038  unicodeslot=0x118AE,
169039 },
169040 [0x118AF]={
169041  category="lu",
169042  description="WARANG CITI CAPITAL LETTER UC",
169043  direction="l",
169044  lccode=0x118CF,
169045  linebreak="al",
169046  unicodeslot=0x118AF,
169047 },
169048 [0x118B0]={
169049  category="lu",
169050  description="WARANG CITI CAPITAL LETTER ENN",
169051  direction="l",
169052  lccode=0x118D0,
169053  linebreak="al",
169054  unicodeslot=0x118B0,
169055 },
169056 [0x118B1]={
169057  category="lu",
169058  description="WARANG CITI CAPITAL LETTER ODD",
169059  direction="l",
169060  lccode=0x118D1,
169061  linebreak="al",
169062  unicodeslot=0x118B1,
169063 },
169064 [0x118B2]={
169065  category="lu",
169066  description="WARANG CITI CAPITAL LETTER TTE",
169067  direction="l",
169068  lccode=0x118D2,
169069  linebreak="al",
169070  unicodeslot=0x118B2,
169071 },
169072 [0x118B3]={
169073  category="lu",
169074  description="WARANG CITI CAPITAL LETTER NUNG",
169075  direction="l",
169076  lccode=0x118D3,
169077  linebreak="al",
169078  unicodeslot=0x118B3,
169079 },
169080 [0x118B4]={
169081  category="lu",
169082  description="WARANG CITI CAPITAL LETTER DA",
169083  direction="l",
169084  lccode=0x118D4,
169085  linebreak="al",
169086  unicodeslot=0x118B4,
169087 },
169088 [0x118B5]={
169089  category="lu",
169090  description="WARANG CITI CAPITAL LETTER AT",
169091  direction="l",
169092  lccode=0x118D5,
169093  linebreak="al",
169094  unicodeslot=0x118B5,
169095 },
169096 [0x118B6]={
169097  category="lu",
169098  description="WARANG CITI CAPITAL LETTER AM",
169099  direction="l",
169100  lccode=0x118D6,
169101  linebreak="al",
169102  unicodeslot=0x118B6,
169103 },
169104 [0x118B7]={
169105  category="lu",
169106  description="WARANG CITI CAPITAL LETTER BU",
169107  direction="l",
169108  lccode=0x118D7,
169109  linebreak="al",
169110  unicodeslot=0x118B7,
169111 },
169112 [0x118B8]={
169113  category="lu",
169114  description="WARANG CITI CAPITAL LETTER PU",
169115  direction="l",
169116  lccode=0x118D8,
169117  linebreak="al",
169118  unicodeslot=0x118B8,
169119 },
169120 [0x118B9]={
169121  category="lu",
169122  description="WARANG CITI CAPITAL LETTER HIYO",
169123  direction="l",
169124  lccode=0x118D9,
169125  linebreak="al",
169126  unicodeslot=0x118B9,
169127 },
169128 [0x118BA]={
169129  category="lu",
169130  description="WARANG CITI CAPITAL LETTER HOLO",
169131  direction="l",
169132  lccode=0x118DA,
169133  linebreak="al",
169134  unicodeslot=0x118BA,
169135 },
169136 [0x118BB]={
169137  category="lu",
169138  description="WARANG CITI CAPITAL LETTER HORR",
169139  direction="l",
169140  lccode=0x118DB,
169141  linebreak="al",
169142  unicodeslot=0x118BB,
169143 },
169144 [0x118BC]={
169145  category="lu",
169146  description="WARANG CITI CAPITAL LETTER HAR",
169147  direction="l",
169148  lccode=0x118DC,
169149  linebreak="al",
169150  unicodeslot=0x118BC,
169151 },
169152 [0x118BD]={
169153  category="lu",
169154  description="WARANG CITI CAPITAL LETTER SSUU",
169155  direction="l",
169156  lccode=0x118DD,
169157  linebreak="al",
169158  unicodeslot=0x118BD,
169159 },
169160 [0x118BE]={
169161  category="lu",
169162  description="WARANG CITI CAPITAL LETTER SII",
169163  direction="l",
169164  lccode=0x118DE,
169165  linebreak="al",
169166  unicodeslot=0x118BE,
169167 },
169168 [0x118BF]={
169169  category="lu",
169170  description="WARANG CITI CAPITAL LETTER VIYO",
169171  direction="l",
169172  lccode=0x118DF,
169173  linebreak="al",
169174  unicodeslot=0x118BF,
169175 },
169176 [0x118C0]={
169177  category="ll",
169178  description="WARANG CITI SMALL LETTER NGAA",
169179  direction="l",
169180  linebreak="al",
169181  unicodeslot=0x118C0,
169182 },
169183 [0x118C1]={
169184  category="ll",
169185  description="WARANG CITI SMALL LETTER A",
169186  direction="l",
169187  linebreak="al",
169188  unicodeslot=0x118C1,
169189 },
169190 [0x118C2]={
169191  category="ll",
169192  description="WARANG CITI SMALL LETTER WI",
169193  direction="l",
169194  linebreak="al",
169195  unicodeslot=0x118C2,
169196 },
169197 [0x118C3]={
169198  category="ll",
169199  description="WARANG CITI SMALL LETTER YU",
169200  direction="l",
169201  linebreak="al",
169202  unicodeslot=0x118C3,
169203 },
169204 [0x118C4]={
169205  category="ll",
169206  description="WARANG CITI SMALL LETTER YA",
169207  direction="l",
169208  linebreak="al",
169209  unicodeslot=0x118C4,
169210 },
169211 [0x118C5]={
169212  category="ll",
169213  description="WARANG CITI SMALL LETTER YO",
169214  direction="l",
169215  linebreak="al",
169216  unicodeslot=0x118C5,
169217 },
169218 [0x118C6]={
169219  category="ll",
169220  description="WARANG CITI SMALL LETTER II",
169221  direction="l",
169222  linebreak="al",
169223  unicodeslot=0x118C6,
169224 },
169225 [0x118C7]={
169226  category="ll",
169227  description="WARANG CITI SMALL LETTER UU",
169228  direction="l",
169229  linebreak="al",
169230  unicodeslot=0x118C7,
169231 },
169232 [0x118C8]={
169233  category="ll",
169234  description="WARANG CITI SMALL LETTER E",
169235  direction="l",
169236  linebreak="al",
169237  unicodeslot=0x118C8,
169238 },
169239 [0x118C9]={
169240  category="ll",
169241  description="WARANG CITI SMALL LETTER O",
169242  direction="l",
169243  linebreak="al",
169244  unicodeslot=0x118C9,
169245 },
169246 [0x118CA]={
169247  category="ll",
169248  description="WARANG CITI SMALL LETTER ANG",
169249  direction="l",
169250  linebreak="al",
169251  unicodeslot=0x118CA,
169252 },
169253 [0x118CB]={
169254  category="ll",
169255  description="WARANG CITI SMALL LETTER GA",
169256  direction="l",
169257  linebreak="al",
169258  unicodeslot=0x118CB,
169259 },
169260 [0x118CC]={
169261  category="ll",
169262  description="WARANG CITI SMALL LETTER KO",
169263  direction="l",
169264  linebreak="al",
169265  unicodeslot=0x118CC,
169266 },
169267 [0x118CD]={
169268  category="ll",
169269  description="WARANG CITI SMALL LETTER ENY",
169270  direction="l",
169271  linebreak="al",
169272  unicodeslot=0x118CD,
169273 },
169274 [0x118CE]={
169275  category="ll",
169276  description="WARANG CITI SMALL LETTER YUJ",
169277  direction="l",
169278  linebreak="al",
169279  unicodeslot=0x118CE,
169280 },
169281 [0x118CF]={
169282  category="ll",
169283  description="WARANG CITI SMALL LETTER UC",
169284  direction="l",
169285  linebreak="al",
169286  unicodeslot=0x118CF,
169287 },
169288 [0x118D0]={
169289  category="ll",
169290  description="WARANG CITI SMALL LETTER ENN",
169291  direction="l",
169292  linebreak="al",
169293  unicodeslot=0x118D0,
169294 },
169295 [0x118D1]={
169296  category="ll",
169297  description="WARANG CITI SMALL LETTER ODD",
169298  direction="l",
169299  linebreak="al",
169300  unicodeslot=0x118D1,
169301 },
169302 [0x118D2]={
169303  category="ll",
169304  description="WARANG CITI SMALL LETTER TTE",
169305  direction="l",
169306  linebreak="al",
169307  unicodeslot=0x118D2,
169308 },
169309 [0x118D3]={
169310  category="ll",
169311  description="WARANG CITI SMALL LETTER NUNG",
169312  direction="l",
169313  linebreak="al",
169314  unicodeslot=0x118D3,
169315 },
169316 [0x118D4]={
169317  category="ll",
169318  description="WARANG CITI SMALL LETTER DA",
169319  direction="l",
169320  linebreak="al",
169321  unicodeslot=0x118D4,
169322 },
169323 [0x118D5]={
169324  category="ll",
169325  description="WARANG CITI SMALL LETTER AT",
169326  direction="l",
169327  linebreak="al",
169328  unicodeslot=0x118D5,
169329 },
169330 [0x118D6]={
169331  category="ll",
169332  description="WARANG CITI SMALL LETTER AM",
169333  direction="l",
169334  linebreak="al",
169335  unicodeslot=0x118D6,
169336 },
169337 [0x118D7]={
169338  category="ll",
169339  description="WARANG CITI SMALL LETTER BU",
169340  direction="l",
169341  linebreak="al",
169342  unicodeslot=0x118D7,
169343 },
169344 [0x118D8]={
169345  category="ll",
169346  description="WARANG CITI SMALL LETTER PU",
169347  direction="l",
169348  linebreak="al",
169349  unicodeslot=0x118D8,
169350 },
169351 [0x118D9]={
169352  category="ll",
169353  description="WARANG CITI SMALL LETTER HIYO",
169354  direction="l",
169355  linebreak="al",
169356  unicodeslot=0x118D9,
169357 },
169358 [0x118DA]={
169359  category="ll",
169360  description="WARANG CITI SMALL LETTER HOLO",
169361  direction="l",
169362  linebreak="al",
169363  unicodeslot=0x118DA,
169364 },
169365 [0x118DB]={
169366  category="ll",
169367  description="WARANG CITI SMALL LETTER HORR",
169368  direction="l",
169369  linebreak="al",
169370  unicodeslot=0x118DB,
169371 },
169372 [0x118DC]={
169373  category="ll",
169374  description="WARANG CITI SMALL LETTER HAR",
169375  direction="l",
169376  linebreak="al",
169377  unicodeslot=0x118DC,
169378 },
169379 [0x118DD]={
169380  category="ll",
169381  description="WARANG CITI SMALL LETTER SSUU",
169382  direction="l",
169383  linebreak="al",
169384  unicodeslot=0x118DD,
169385 },
169386 [0x118DE]={
169387  category="ll",
169388  description="WARANG CITI SMALL LETTER SII",
169389  direction="l",
169390  linebreak="al",
169391  unicodeslot=0x118DE,
169392 },
169393 [0x118DF]={
169394  category="ll",
169395  description="WARANG CITI SMALL LETTER VIYO",
169396  direction="l",
169397  linebreak="al",
169398  unicodeslot=0x118DF,
169399 },
169400 [0x118E0]={
169401  category="nd",
169402  description="WARANG CITI DIGIT ZERO",
169403  direction="l",
169404  linebreak="nu",
169405  unicodeslot=0x118E0,
169406 },
169407 [0x118E1]={
169408  category="nd",
169409  description="WARANG CITI DIGIT ONE",
169410  direction="l",
169411  linebreak="nu",
169412  unicodeslot=0x118E1,
169413 },
169414 [0x118E2]={
169415  category="nd",
169416  description="WARANG CITI DIGIT TWO",
169417  direction="l",
169418  linebreak="nu",
169419  unicodeslot=0x118E2,
169420 },
169421 [0x118E3]={
169422  category="nd",
169423  description="WARANG CITI DIGIT THREE",
169424  direction="l",
169425  linebreak="nu",
169426  unicodeslot=0x118E3,
169427 },
169428 [0x118E4]={
169429  category="nd",
169430  description="WARANG CITI DIGIT FOUR",
169431  direction="l",
169432  linebreak="nu",
169433  unicodeslot=0x118E4,
169434 },
169435 [0x118E5]={
169436  category="nd",
169437  description="WARANG CITI DIGIT FIVE",
169438  direction="l",
169439  linebreak="nu",
169440  unicodeslot=0x118E5,
169441 },
169442 [0x118E6]={
169443  category="nd",
169444  description="WARANG CITI DIGIT SIX",
169445  direction="l",
169446  linebreak="nu",
169447  unicodeslot=0x118E6,
169448 },
169449 [0x118E7]={
169450  category="nd",
169451  description="WARANG CITI DIGIT SEVEN",
169452  direction="l",
169453  linebreak="nu",
169454  unicodeslot=0x118E7,
169455 },
169456 [0x118E8]={
169457  category="nd",
169458  description="WARANG CITI DIGIT EIGHT",
169459  direction="l",
169460  linebreak="nu",
169461  unicodeslot=0x118E8,
169462 },
169463 [0x118E9]={
169464  category="nd",
169465  description="WARANG CITI DIGIT NINE",
169466  direction="l",
169467  linebreak="nu",
169468  unicodeslot=0x118E9,
169469 },
169470 [0x118EA]={
169471  category="no",
169472  description="WARANG CITI NUMBER TEN",
169473  direction="l",
169474  linebreak="al",
169475  unicodeslot=0x118EA,
169476 },
169477 [0x118EB]={
169478  category="no",
169479  description="WARANG CITI NUMBER TWENTY",
169480  direction="l",
169481  linebreak="al",
169482  unicodeslot=0x118EB,
169483 },
169484 [0x118EC]={
169485  category="no",
169486  description="WARANG CITI NUMBER THIRTY",
169487  direction="l",
169488  linebreak="al",
169489  unicodeslot=0x118EC,
169490 },
169491 [0x118ED]={
169492  category="no",
169493  description="WARANG CITI NUMBER FORTY",
169494  direction="l",
169495  linebreak="al",
169496  unicodeslot=0x118ED,
169497 },
169498 [0x118EE]={
169499  category="no",
169500  description="WARANG CITI NUMBER FIFTY",
169501  direction="l",
169502  linebreak="al",
169503  unicodeslot=0x118EE,
169504 },
169505 [0x118EF]={
169506  category="no",
169507  description="WARANG CITI NUMBER SIXTY",
169508  direction="l",
169509  linebreak="al",
169510  unicodeslot=0x118EF,
169511 },
169512 [0x118F0]={
169513  category="no",
169514  description="WARANG CITI NUMBER SEVENTY",
169515  direction="l",
169516  linebreak="al",
169517  unicodeslot=0x118F0,
169518 },
169519 [0x118F1]={
169520  category="no",
169521  description="WARANG CITI NUMBER EIGHTY",
169522  direction="l",
169523  linebreak="al",
169524  unicodeslot=0x118F1,
169525 },
169526 [0x118F2]={
169527  category="no",
169528  description="WARANG CITI NUMBER NINETY",
169529  direction="l",
169530  linebreak="al",
169531  unicodeslot=0x118F2,
169532 },
169533 [0x118FF]={
169534  category="lo",
169535  description="WARANG CITI OM",
169536  direction="l",
169537  linebreak="al",
169538  unicodeslot=0x118FF,
169539 },
169540 [0x11900]={
169541  category="lo",
169542  description="DIVES AKURU LETTER A",
169543  direction="l",
169544  linebreak="ak",
169545  unicodeslot=0x11900,
169546 },
169547 [0x11901]={
169548  category="lo",
169549  description="DIVES AKURU LETTER AA",
169550  direction="l",
169551  linebreak="ak",
169552  unicodeslot=0x11901,
169553 },
169554 [0x11902]={
169555  category="lo",
169556  description="DIVES AKURU LETTER I",
169557  direction="l",
169558  linebreak="ak",
169559  unicodeslot=0x11902,
169560 },
169561 [0x11903]={
169562  category="lo",
169563  description="DIVES AKURU LETTER II",
169564  direction="l",
169565  linebreak="ak",
169566  unicodeslot=0x11903,
169567 },
169568 [0x11904]={
169569  category="lo",
169570  description="DIVES AKURU LETTER U",
169571  direction="l",
169572  linebreak="ak",
169573  unicodeslot=0x11904,
169574 },
169575 [0x11905]={
169576  category="lo",
169577  description="DIVES AKURU LETTER UU",
169578  direction="l",
169579  linebreak="ak",
169580  unicodeslot=0x11905,
169581 },
169582 [0x11906]={
169583  category="lo",
169584  description="DIVES AKURU LETTER E",
169585  direction="l",
169586  linebreak="ak",
169587  unicodeslot=0x11906,
169588 },
169589 [0x11909]={
169590  category="lo",
169591  description="DIVES AKURU LETTER O",
169592  direction="l",
169593  linebreak="ak",
169594  unicodeslot=0x11909,
169595 },
169596 [0x1190C]={
169597  category="lo",
169598  description="DIVES AKURU LETTER KA",
169599  direction="l",
169600  linebreak="ak",
169601  unicodeslot=0x1190C,
169602 },
169603 [0x1190D]={
169604  category="lo",
169605  description="DIVES AKURU LETTER KHA",
169606  direction="l",
169607  linebreak="ak",
169608  unicodeslot=0x1190D,
169609 },
169610 [0x1190E]={
169611  category="lo",
169612  description="DIVES AKURU LETTER GA",
169613  direction="l",
169614  linebreak="ak",
169615  unicodeslot=0x1190E,
169616 },
169617 [0x1190F]={
169618  category="lo",
169619  description="DIVES AKURU LETTER GHA",
169620  direction="l",
169621  linebreak="ak",
169622  unicodeslot=0x1190F,
169623 },
169624 [0x11910]={
169625  category="lo",
169626  description="DIVES AKURU LETTER NGA",
169627  direction="l",
169628  linebreak="ak",
169629  unicodeslot=0x11910,
169630 },
169631 [0x11911]={
169632  category="lo",
169633  description="DIVES AKURU LETTER CA",
169634  direction="l",
169635  linebreak="ak",
169636  unicodeslot=0x11911,
169637 },
169638 [0x11912]={
169639  category="lo",
169640  description="DIVES AKURU LETTER CHA",
169641  direction="l",
169642  linebreak="ak",
169643  unicodeslot=0x11912,
169644 },
169645 [0x11913]={
169646  category="lo",
169647  description="DIVES AKURU LETTER JA",
169648  direction="l",
169649  linebreak="ak",
169650  unicodeslot=0x11913,
169651 },
169652 [0x11915]={
169653  category="lo",
169654  description="DIVES AKURU LETTER NYA",
169655  direction="l",
169656  linebreak="ak",
169657  unicodeslot=0x11915,
169658 },
169659 [0x11916]={
169660  category="lo",
169661  description="DIVES AKURU LETTER TTA",
169662  direction="l",
169663  linebreak="ak",
169664  unicodeslot=0x11916,
169665 },
169666 [0x11918]={
169667  category="lo",
169668  description="DIVES AKURU LETTER DDA",
169669  direction="l",
169670  linebreak="ak",
169671  unicodeslot=0x11918,
169672 },
169673 [0x11919]={
169674  category="lo",
169675  description="DIVES AKURU LETTER DDHA",
169676  direction="l",
169677  linebreak="ak",
169678  unicodeslot=0x11919,
169679 },
169680 [0x1191A]={
169681  category="lo",
169682  description="DIVES AKURU LETTER NNA",
169683  direction="l",
169684  linebreak="ak",
169685  unicodeslot=0x1191A,
169686 },
169687 [0x1191B]={
169688  category="lo",
169689  description="DIVES AKURU LETTER TA",
169690  direction="l",
169691  linebreak="ak",
169692  unicodeslot=0x1191B,
169693 },
169694 [0x1191C]={
169695  category="lo",
169696  description="DIVES AKURU LETTER THA",
169697  direction="l",
169698  linebreak="ak",
169699  unicodeslot=0x1191C,
169700 },
169701 [0x1191D]={
169702  category="lo",
169703  description="DIVES AKURU LETTER DA",
169704  direction="l",
169705  linebreak="ak",
169706  unicodeslot=0x1191D,
169707 },
169708 [0x1191E]={
169709  category="lo",
169710  description="DIVES AKURU LETTER DHA",
169711  direction="l",
169712  linebreak="ak",
169713  unicodeslot=0x1191E,
169714 },
169715 [0x1191F]={
169716  category="lo",
169717  description="DIVES AKURU LETTER NA",
169718  direction="l",
169719  linebreak="ak",
169720  unicodeslot=0x1191F,
169721 },
169722 [0x11920]={
169723  category="lo",
169724  description="DIVES AKURU LETTER PA",
169725  direction="l",
169726  linebreak="ak",
169727  unicodeslot=0x11920,
169728 },
169729 [0x11921]={
169730  category="lo",
169731  description="DIVES AKURU LETTER PHA",
169732  direction="l",
169733  linebreak="ak",
169734  unicodeslot=0x11921,
169735 },
169736 [0x11922]={
169737  category="lo",
169738  description="DIVES AKURU LETTER BA",
169739  direction="l",
169740  linebreak="ak",
169741  unicodeslot=0x11922,
169742 },
169743 [0x11923]={
169744  category="lo",
169745  description="DIVES AKURU LETTER BHA",
169746  direction="l",
169747  linebreak="ak",
169748  unicodeslot=0x11923,
169749 },
169750 [0x11924]={
169751  category="lo",
169752  description="DIVES AKURU LETTER MA",
169753  direction="l",
169754  linebreak="ak",
169755  unicodeslot=0x11924,
169756 },
169757 [0x11925]={
169758  category="lo",
169759  description="DIVES AKURU LETTER YA",
169760  direction="l",
169761  linebreak="ak",
169762  unicodeslot=0x11925,
169763 },
169764 [0x11926]={
169765  category="lo",
169766  description="DIVES AKURU LETTER YYA",
169767  direction="l",
169768  linebreak="ak",
169769  unicodeslot=0x11926,
169770 },
169771 [0x11927]={
169772  category="lo",
169773  description="DIVES AKURU LETTER RA",
169774  direction="l",
169775  linebreak="ak",
169776  unicodeslot=0x11927,
169777 },
169778 [0x11928]={
169779  category="lo",
169780  description="DIVES AKURU LETTER LA",
169781  direction="l",
169782  linebreak="ak",
169783  unicodeslot=0x11928,
169784 },
169785 [0x11929]={
169786  category="lo",
169787  description="DIVES AKURU LETTER VA",
169788  direction="l",
169789  linebreak="ak",
169790  unicodeslot=0x11929,
169791 },
169792 [0x1192A]={
169793  category="lo",
169794  description="DIVES AKURU LETTER SHA",
169795  direction="l",
169796  linebreak="ak",
169797  unicodeslot=0x1192A,
169798 },
169799 [0x1192B]={
169800  category="lo",
169801  description="DIVES AKURU LETTER SSA",
169802  direction="l",
169803  linebreak="ak",
169804  unicodeslot=0x1192B,
169805 },
169806 [0x1192C]={
169807  category="lo",
169808  description="DIVES AKURU LETTER SA",
169809  direction="l",
169810  linebreak="ak",
169811  unicodeslot=0x1192C,
169812 },
169813 [0x1192D]={
169814  category="lo",
169815  description="DIVES AKURU LETTER HA",
169816  direction="l",
169817  linebreak="ak",
169818  unicodeslot=0x1192D,
169819 },
169820 [0x1192E]={
169821  category="lo",
169822  description="DIVES AKURU LETTER LLA",
169823  direction="l",
169824  linebreak="ak",
169825  unicodeslot=0x1192E,
169826 },
169827 [0x1192F]={
169828  category="lo",
169829  description="DIVES AKURU LETTER ZA",
169830  direction="l",
169831  linebreak="ak",
169832  unicodeslot=0x1192F,
169833 },
169834 [0x11930]={
169835  category="mc",
169836  description="DIVES AKURU VOWEL SIGN AA",
169837  direction="l",
169838  linebreak="cm",
169839  unicodeslot=0x11930,
169840 },
169841 [0x11931]={
169842  category="mc",
169843  description="DIVES AKURU VOWEL SIGN I",
169844  direction="l",
169845  linebreak="cm",
169846  unicodeslot=0x11931,
169847 },
169848 [0x11932]={
169849  category="mc",
169850  description="DIVES AKURU VOWEL SIGN II",
169851  direction="l",
169852  linebreak="cm",
169853  unicodeslot=0x11932,
169854 },
169855 [0x11933]={
169856  category="mc",
169857  description="DIVES AKURU VOWEL SIGN U",
169858  direction="l",
169859  linebreak="cm",
169860  unicodeslot=0x11933,
169861 },
169862 [0x11934]={
169863  category="mc",
169864  description="DIVES AKURU VOWEL SIGN UU",
169865  direction="l",
169866  linebreak="cm",
169867  unicodeslot=0x11934,
169868 },
169869 [0x11935]={
169870  category="mc",
169871  description="DIVES AKURU VOWEL SIGN E",
169872  direction="l",
169873  linebreak="cm",
169874  unicodeslot=0x11935,
169875 },
169876 [0x11937]={
169877  category="mc",
169878  description="DIVES AKURU VOWEL SIGN AI",
169879  direction="l",
169880  linebreak="cm",
169881  unicodeslot=0x11937,
169882 },
169883 [0x11938]={
169884  category="mc",
169885  description="DIVES AKURU VOWEL SIGN O",
169886  direction="l",
169887  linebreak="cm",
169888  specials={ "char", 0x11935, 0x11930 },
169889  unicodeslot=0x11938,
169890 },
169891 [0x1193B]={
169892  category="mn",
169893  description="DIVES AKURU SIGN ANUSVARA",
169894  direction="nsm",
169895  linebreak="cm",
169896  unicodeslot=0x1193B,
169897 },
169898 [0x1193C]={
169899  category="mn",
169900  description="DIVES AKURU SIGN CANDRABINDU",
169901  direction="nsm",
169902  linebreak="cm",
169903  unicodeslot=0x1193C,
169904 },
169905 [0x1193D]={
169906  category="mc",
169907  combining=0x9,
169908  description="DIVES AKURU SIGN HALANTA",
169909  direction="l",
169910  linebreak="cm",
169911  unicodeslot=0x1193D,
169912 },
169913 [0x1193E]={
169914  category="mn",
169915  combining=0x9,
169916  description="DIVES AKURU VIRAMA",
169917  direction="nsm",
169918  linebreak="vi",
169919  unicodeslot=0x1193E,
169920 },
169921 [0x1193F]={
169922  category="lo",
169923  description="DIVES AKURU PREFIXED NASAL SIGN",
169924  direction="l",
169925  linebreak="ap",
169926  unicodeslot=0x1193F,
169927 },
169928 [0x11940]={
169929  category="mc",
169930  description="DIVES AKURU MEDIAL YA",
169931  direction="l",
169932  linebreak="cm",
169933  unicodeslot=0x11940,
169934 },
169935 [0x11941]={
169936  category="lo",
169937  description="DIVES AKURU INITIAL RA",
169938  direction="l",
169939  linebreak="ap",
169940  unicodeslot=0x11941,
169941 },
169942 [0x11942]={
169943  category="mc",
169944  description="DIVES AKURU MEDIAL RA",
169945  direction="l",
169946  linebreak="cm",
169947  unicodeslot=0x11942,
169948 },
169949 [0x11943]={
169950  category="mn",
169951  combining=0x7,
169952  description="DIVES AKURU SIGN NUKTA",
169953  direction="nsm",
169954  linebreak="cm",
169955  unicodeslot=0x11943,
169956 },
169957 [0x11944]={
169958  category="po",
169959  description="DIVES AKURU DOUBLE DANDA",
169960  direction="l",
169961  linebreak="ba",
169962  unicodeslot=0x11944,
169963 },
169964 [0x11945]={
169965  category="po",
169966  description="DIVES AKURU GAP FILLER",
169967  direction="l",
169968  linebreak="ba",
169969  unicodeslot=0x11945,
169970 },
169971 [0x11946]={
169972  category="po",
169973  description="DIVES AKURU END OF TEXT MARK",
169974  direction="l",
169975  linebreak="ba",
169976  unicodeslot=0x11946,
169977 },
169978 [0x11950]={
169979  category="nd",
169980  description="DIVES AKURU DIGIT ZERO",
169981  direction="l",
169982  linebreak="as",
169983  unicodeslot=0x11950,
169984 },
169985 [0x11951]={
169986  category="nd",
169987  description="DIVES AKURU DIGIT ONE",
169988  direction="l",
169989  linebreak="as",
169990  unicodeslot=0x11951,
169991 },
169992 [0x11952]={
169993  category="nd",
169994  description="DIVES AKURU DIGIT TWO",
169995  direction="l",
169996  linebreak="as",
169997  unicodeslot=0x11952,
169998 },
169999 [0x11953]={
170000  category="nd",
170001  description="DIVES AKURU DIGIT THREE",
170002  direction="l",
170003  linebreak="as",
170004  unicodeslot=0x11953,
170005 },
170006 [0x11954]={
170007  category="nd",
170008  description="DIVES AKURU DIGIT FOUR",
170009  direction="l",
170010  linebreak="as",
170011  unicodeslot=0x11954,
170012 },
170013 [0x11955]={
170014  category="nd",
170015  description="DIVES AKURU DIGIT FIVE",
170016  direction="l",
170017  linebreak="as",
170018  unicodeslot=0x11955,
170019 },
170020 [0x11956]={
170021  category="nd",
170022  description="DIVES AKURU DIGIT SIX",
170023  direction="l",
170024  linebreak="as",
170025  unicodeslot=0x11956,
170026 },
170027 [0x11957]={
170028  category="nd",
170029  description="DIVES AKURU DIGIT SEVEN",
170030  direction="l",
170031  linebreak="as",
170032  unicodeslot=0x11957,
170033 },
170034 [0x11958]={
170035  category="nd",
170036  description="DIVES AKURU DIGIT EIGHT",
170037  direction="l",
170038  linebreak="as",
170039  unicodeslot=0x11958,
170040 },
170041 [0x11959]={
170042  category="nd",
170043  description="DIVES AKURU DIGIT NINE",
170044  direction="l",
170045  linebreak="as",
170046  unicodeslot=0x11959,
170047 },
170048 [0x119A0]={
170049  category="lo",
170050  description="NANDINAGARI LETTER A",
170051  direction="l",
170052  linebreak="al",
170053  unicodeslot=0x119A0,
170054 },
170055 [0x119A1]={
170056  category="lo",
170057  description="NANDINAGARI LETTER AA",
170058  direction="l",
170059  linebreak="al",
170060  unicodeslot=0x119A1,
170061 },
170062 [0x119A2]={
170063  category="lo",
170064  description="NANDINAGARI LETTER I",
170065  direction="l",
170066  linebreak="al",
170067  unicodeslot=0x119A2,
170068 },
170069 [0x119A3]={
170070  category="lo",
170071  description="NANDINAGARI LETTER II",
170072  direction="l",
170073  linebreak="al",
170074  unicodeslot=0x119A3,
170075 },
170076 [0x119A4]={
170077  category="lo",
170078  description="NANDINAGARI LETTER U",
170079  direction="l",
170080  linebreak="al",
170081  unicodeslot=0x119A4,
170082 },
170083 [0x119A5]={
170084  category="lo",
170085  description="NANDINAGARI LETTER UU",
170086  direction="l",
170087  linebreak="al",
170088  unicodeslot=0x119A5,
170089 },
170090 [0x119A6]={
170091  category="lo",
170092  description="NANDINAGARI LETTER VOCALIC R",
170093  direction="l",
170094  linebreak="al",
170095  unicodeslot=0x119A6,
170096 },
170097 [0x119A7]={
170098  category="lo",
170099  description="NANDINAGARI LETTER VOCALIC RR",
170100  direction="l",
170101  linebreak="al",
170102  unicodeslot=0x119A7,
170103 },
170104 [0x119AA]={
170105  category="lo",
170106  description="NANDINAGARI LETTER E",
170107  direction="l",
170108  linebreak="al",
170109  unicodeslot=0x119AA,
170110 },
170111 [0x119AB]={
170112  category="lo",
170113  description="NANDINAGARI LETTER AI",
170114  direction="l",
170115  linebreak="al",
170116  unicodeslot=0x119AB,
170117 },
170118 [0x119AC]={
170119  category="lo",
170120  description="NANDINAGARI LETTER O",
170121  direction="l",
170122  linebreak="al",
170123  unicodeslot=0x119AC,
170124 },
170125 [0x119AD]={
170126  category="lo",
170127  description="NANDINAGARI LETTER AU",
170128  direction="l",
170129  linebreak="al",
170130  unicodeslot=0x119AD,
170131 },
170132 [0x119AE]={
170133  category="lo",
170134  description="NANDINAGARI LETTER KA",
170135  direction="l",
170136  linebreak="al",
170137  unicodeslot=0x119AE,
170138 },
170139 [0x119AF]={
170140  category="lo",
170141  description="NANDINAGARI LETTER KHA",
170142  direction="l",
170143  linebreak="al",
170144  unicodeslot=0x119AF,
170145 },
170146 [0x119B0]={
170147  category="lo",
170148  description="NANDINAGARI LETTER GA",
170149  direction="l",
170150  linebreak="al",
170151  unicodeslot=0x119B0,
170152 },
170153 [0x119B1]={
170154  category="lo",
170155  description="NANDINAGARI LETTER GHA",
170156  direction="l",
170157  linebreak="al",
170158  unicodeslot=0x119B1,
170159 },
170160 [0x119B2]={
170161  category="lo",
170162  description="NANDINAGARI LETTER NGA",
170163  direction="l",
170164  linebreak="al",
170165  unicodeslot=0x119B2,
170166 },
170167 [0x119B3]={
170168  category="lo",
170169  description="NANDINAGARI LETTER CA",
170170  direction="l",
170171  linebreak="al",
170172  unicodeslot=0x119B3,
170173 },
170174 [0x119B4]={
170175  category="lo",
170176  description="NANDINAGARI LETTER CHA",
170177  direction="l",
170178  linebreak="al",
170179  unicodeslot=0x119B4,
170180 },
170181 [0x119B5]={
170182  category="lo",
170183  description="NANDINAGARI LETTER JA",
170184  direction="l",
170185  linebreak="al",
170186  unicodeslot=0x119B5,
170187 },
170188 [0x119B6]={
170189  category="lo",
170190  description="NANDINAGARI LETTER JHA",
170191  direction="l",
170192  linebreak="al",
170193  unicodeslot=0x119B6,
170194 },
170195 [0x119B7]={
170196  category="lo",
170197  description="NANDINAGARI LETTER NYA",
170198  direction="l",
170199  linebreak="al",
170200  unicodeslot=0x119B7,
170201 },
170202 [0x119B8]={
170203  category="lo",
170204  description="NANDINAGARI LETTER TTA",
170205  direction="l",
170206  linebreak="al",
170207  unicodeslot=0x119B8,
170208 },
170209 [0x119B9]={
170210  category="lo",
170211  description="NANDINAGARI LETTER TTHA",
170212  direction="l",
170213  linebreak="al",
170214  unicodeslot=0x119B9,
170215 },
170216 [0x119BA]={
170217  category="lo",
170218  description="NANDINAGARI LETTER DDA",
170219  direction="l",
170220  linebreak="al",
170221  unicodeslot=0x119BA,
170222 },
170223 [0x119BB]={
170224  category="lo",
170225  description="NANDINAGARI LETTER DDHA",
170226  direction="l",
170227  linebreak="al",
170228  unicodeslot=0x119BB,
170229 },
170230 [0x119BC]={
170231  category="lo",
170232  description="NANDINAGARI LETTER NNA",
170233  direction="l",
170234  linebreak="al",
170235  unicodeslot=0x119BC,
170236 },
170237 [0x119BD]={
170238  category="lo",
170239  description="NANDINAGARI LETTER TA",
170240  direction="l",
170241  linebreak="al",
170242  unicodeslot=0x119BD,
170243 },
170244 [0x119BE]={
170245  category="lo",
170246  description="NANDINAGARI LETTER THA",
170247  direction="l",
170248  linebreak="al",
170249  unicodeslot=0x119BE,
170250 },
170251 [0x119BF]={
170252  category="lo",
170253  description="NANDINAGARI LETTER DA",
170254  direction="l",
170255  linebreak="al",
170256  unicodeslot=0x119BF,
170257 },
170258 [0x119C0]={
170259  category="lo",
170260  description="NANDINAGARI LETTER DHA",
170261  direction="l",
170262  linebreak="al",
170263  unicodeslot=0x119C0,
170264 },
170265 [0x119C1]={
170266  category="lo",
170267  description="NANDINAGARI LETTER NA",
170268  direction="l",
170269  linebreak="al",
170270  unicodeslot=0x119C1,
170271 },
170272 [0x119C2]={
170273  category="lo",
170274  description="NANDINAGARI LETTER PA",
170275  direction="l",
170276  linebreak="al",
170277  unicodeslot=0x119C2,
170278 },
170279 [0x119C3]={
170280  category="lo",
170281  description="NANDINAGARI LETTER PHA",
170282  direction="l",
170283  linebreak="al",
170284  unicodeslot=0x119C3,
170285 },
170286 [0x119C4]={
170287  category="lo",
170288  description="NANDINAGARI LETTER BA",
170289  direction="l",
170290  linebreak="al",
170291  unicodeslot=0x119C4,
170292 },
170293 [0x119C5]={
170294  category="lo",
170295  description="NANDINAGARI LETTER BHA",
170296  direction="l",
170297  linebreak="al",
170298  unicodeslot=0x119C5,
170299 },
170300 [0x119C6]={
170301  category="lo",
170302  description="NANDINAGARI LETTER MA",
170303  direction="l",
170304  linebreak="al",
170305  unicodeslot=0x119C6,
170306 },
170307 [0x119C7]={
170308  category="lo",
170309  description="NANDINAGARI LETTER YA",
170310  direction="l",
170311  linebreak="al",
170312  unicodeslot=0x119C7,
170313 },
170314 [0x119C8]={
170315  category="lo",
170316  description="NANDINAGARI LETTER RA",
170317  direction="l",
170318  linebreak="al",
170319  unicodeslot=0x119C8,
170320 },
170321 [0x119C9]={
170322  category="lo",
170323  description="NANDINAGARI LETTER LA",
170324  direction="l",
170325  linebreak="al",
170326  unicodeslot=0x119C9,
170327 },
170328 [0x119CA]={
170329  category="lo",
170330  description="NANDINAGARI LETTER VA",
170331  direction="l",
170332  linebreak="al",
170333  unicodeslot=0x119CA,
170334 },
170335 [0x119CB]={
170336  category="lo",
170337  description="NANDINAGARI LETTER SHA",
170338  direction="l",
170339  linebreak="al",
170340  unicodeslot=0x119CB,
170341 },
170342 [0x119CC]={
170343  category="lo",
170344  description="NANDINAGARI LETTER SSA",
170345  direction="l",
170346  linebreak="al",
170347  unicodeslot=0x119CC,
170348 },
170349 [0x119CD]={
170350  category="lo",
170351  description="NANDINAGARI LETTER SA",
170352  direction="l",
170353  linebreak="al",
170354  unicodeslot=0x119CD,
170355 },
170356 [0x119CE]={
170357  category="lo",
170358  description="NANDINAGARI LETTER HA",
170359  direction="l",
170360  linebreak="al",
170361  unicodeslot=0x119CE,
170362 },
170363 [0x119CF]={
170364  category="lo",
170365  description="NANDINAGARI LETTER LLA",
170366  direction="l",
170367  linebreak="al",
170368  unicodeslot=0x119CF,
170369 },
170370 [0x119D0]={
170371  category="lo",
170372  description="NANDINAGARI LETTER RRA",
170373  direction="l",
170374  linebreak="al",
170375  unicodeslot=0x119D0,
170376 },
170377 [0x119D1]={
170378  category="mc",
170379  description="NANDINAGARI VOWEL SIGN AA",
170380  direction="l",
170381  linebreak="cm",
170382  unicodeslot=0x119D1,
170383 },
170384 [0x119D2]={
170385  category="mc",
170386  description="NANDINAGARI VOWEL SIGN I",
170387  direction="l",
170388  linebreak="cm",
170389  unicodeslot=0x119D2,
170390 },
170391 [0x119D3]={
170392  category="mc",
170393  description="NANDINAGARI VOWEL SIGN II",
170394  direction="l",
170395  linebreak="cm",
170396  unicodeslot=0x119D3,
170397 },
170398 [0x119D4]={
170399  category="mn",
170400  description="NANDINAGARI VOWEL SIGN U",
170401  direction="nsm",
170402  linebreak="cm",
170403  unicodeslot=0x119D4,
170404 },
170405 [0x119D5]={
170406  category="mn",
170407  description="NANDINAGARI VOWEL SIGN UU",
170408  direction="nsm",
170409  linebreak="cm",
170410  unicodeslot=0x119D5,
170411 },
170412 [0x119D6]={
170413  category="mn",
170414  description="NANDINAGARI VOWEL SIGN VOCALIC R",
170415  direction="nsm",
170416  linebreak="cm",
170417  unicodeslot=0x119D6,
170418 },
170419 [0x119D7]={
170420  category="mn",
170421  description="NANDINAGARI VOWEL SIGN VOCALIC RR",
170422  direction="nsm",
170423  linebreak="cm",
170424  unicodeslot=0x119D7,
170425 },
170426 [0x119DA]={
170427  category="mn",
170428  description="NANDINAGARI VOWEL SIGN E",
170429  direction="nsm",
170430  linebreak="cm",
170431  unicodeslot=0x119DA,
170432 },
170433 [0x119DB]={
170434  category="mn",
170435  description="NANDINAGARI VOWEL SIGN AI",
170436  direction="nsm",
170437  linebreak="cm",
170438  unicodeslot=0x119DB,
170439 },
170440 [0x119DC]={
170441  category="mc",
170442  description="NANDINAGARI VOWEL SIGN O",
170443  direction="l",
170444  linebreak="cm",
170445  unicodeslot=0x119DC,
170446 },
170447 [0x119DD]={
170448  category="mc",
170449  description="NANDINAGARI VOWEL SIGN AU",
170450  direction="l",
170451  linebreak="cm",
170452  unicodeslot=0x119DD,
170453 },
170454 [0x119DE]={
170455  category="mc",
170456  description="NANDINAGARI SIGN ANUSVARA",
170457  direction="l",
170458  linebreak="cm",
170459  unicodeslot=0x119DE,
170460 },
170461 [0x119DF]={
170462  category="mc",
170463  description="NANDINAGARI SIGN VISARGA",
170464  direction="l",
170465  linebreak="cm",
170466  unicodeslot=0x119DF,
170467 },
170468 [0x119E0]={
170469  category="mn",
170470  combining=0x9,
170471  description="NANDINAGARI SIGN VIRAMA",
170472  direction="nsm",
170473  linebreak="cm",
170474  unicodeslot=0x119E0,
170475 },
170476 [0x119E1]={
170477  category="lo",
170478  description="NANDINAGARI SIGN AVAGRAHA",
170479  direction="l",
170480  linebreak="al",
170481  unicodeslot=0x119E1,
170482 },
170483 [0x119E2]={
170484  category="po",
170485  description="NANDINAGARI SIGN SIDDHAM",
170486  direction="l",
170487  linebreak="bb",
170488  unicodeslot=0x119E2,
170489 },
170490 [0x119E3]={
170491  category="lo",
170492  description="NANDINAGARI HEADSTROKE",
170493  direction="l",
170494  linebreak="al",
170495  unicodeslot=0x119E3,
170496 },
170497 [0x119E4]={
170498  category="mc",
170499  description="NANDINAGARI VOWEL SIGN PRISHTHAMATRA E",
170500  direction="l",
170501  linebreak="cm",
170502  unicodeslot=0x119E4,
170503 },
170504 [0x11A00]={
170505  category="lo",
170506  description="ZANABAZAR SQUARE LETTER A",
170507  direction="l",
170508  linebreak="al",
170509  unicodeslot=0x11A00,
170510 },
170511 [0x11A01]={
170512  category="mn",
170513  description="ZANABAZAR SQUARE VOWEL SIGN I",
170514  direction="nsm",
170515  linebreak="cm",
170516  unicodeslot=0x11A01,
170517 },
170518 [0x11A02]={
170519  category="mn",
170520  description="ZANABAZAR SQUARE VOWEL SIGN UE",
170521  direction="nsm",
170522  linebreak="cm",
170523  unicodeslot=0x11A02,
170524 },
170525 [0x11A03]={
170526  category="mn",
170527  description="ZANABAZAR SQUARE VOWEL SIGN U",
170528  direction="nsm",
170529  linebreak="cm",
170530  unicodeslot=0x11A03,
170531 },
170532 [0x11A04]={
170533  category="mn",
170534  description="ZANABAZAR SQUARE VOWEL SIGN E",
170535  direction="nsm",
170536  linebreak="cm",
170537  unicodeslot=0x11A04,
170538 },
170539 [0x11A05]={
170540  category="mn",
170541  description="ZANABAZAR SQUARE VOWEL SIGN OE",
170542  direction="nsm",
170543  linebreak="cm",
170544  unicodeslot=0x11A05,
170545 },
170546 [0x11A06]={
170547  category="mn",
170548  description="ZANABAZAR SQUARE VOWEL SIGN O",
170549  direction="nsm",
170550  linebreak="cm",
170551  unicodeslot=0x11A06,
170552 },
170553 [0x11A07]={
170554  category="mc",
170555  description="ZANABAZAR SQUARE VOWEL SIGN AI",
170556  direction="l",
170557  linebreak="cm",
170558  unicodeslot=0x11A07,
170559 },
170560 [0x11A08]={
170561  category="mc",
170562  description="ZANABAZAR SQUARE VOWEL SIGN AU",
170563  direction="l",
170564  linebreak="cm",
170565  unicodeslot=0x11A08,
170566 },
170567 [0x11A09]={
170568  category="mn",
170569  description="ZANABAZAR SQUARE VOWEL SIGN REVERSED I",
170570  direction="nsm",
170571  linebreak="cm",
170572  unicodeslot=0x11A09,
170573 },
170574 [0x11A0A]={
170575  category="mn",
170576  description="ZANABAZAR SQUARE VOWEL LENGTH MARK",
170577  direction="nsm",
170578  linebreak="cm",
170579  unicodeslot=0x11A0A,
170580 },
170581 [0x11A0B]={
170582  category="lo",
170583  description="ZANABAZAR SQUARE LETTER KA",
170584  direction="l",
170585  linebreak="al",
170586  unicodeslot=0x11A0B,
170587 },
170588 [0x11A0C]={
170589  category="lo",
170590  description="ZANABAZAR SQUARE LETTER KHA",
170591  direction="l",
170592  linebreak="al",
170593  unicodeslot=0x11A0C,
170594 },
170595 [0x11A0D]={
170596  category="lo",
170597  description="ZANABAZAR SQUARE LETTER GA",
170598  direction="l",
170599  linebreak="al",
170600  unicodeslot=0x11A0D,
170601 },
170602 [0x11A0E]={
170603  category="lo",
170604  description="ZANABAZAR SQUARE LETTER GHA",
170605  direction="l",
170606  linebreak="al",
170607  unicodeslot=0x11A0E,
170608 },
170609 [0x11A0F]={
170610  category="lo",
170611  description="ZANABAZAR SQUARE LETTER NGA",
170612  direction="l",
170613  linebreak="al",
170614  unicodeslot=0x11A0F,
170615 },
170616 [0x11A10]={
170617  category="lo",
170618  description="ZANABAZAR SQUARE LETTER CA",
170619  direction="l",
170620  linebreak="al",
170621  unicodeslot=0x11A10,
170622 },
170623 [0x11A11]={
170624  category="lo",
170625  description="ZANABAZAR SQUARE LETTER CHA",
170626  direction="l",
170627  linebreak="al",
170628  unicodeslot=0x11A11,
170629 },
170630 [0x11A12]={
170631  category="lo",
170632  description="ZANABAZAR SQUARE LETTER JA",
170633  direction="l",
170634  linebreak="al",
170635  unicodeslot=0x11A12,
170636 },
170637 [0x11A13]={
170638  category="lo",
170639  description="ZANABAZAR SQUARE LETTER NYA",
170640  direction="l",
170641  linebreak="al",
170642  unicodeslot=0x11A13,
170643 },
170644 [0x11A14]={
170645  category="lo",
170646  description="ZANABAZAR SQUARE LETTER TTA",
170647  direction="l",
170648  linebreak="al",
170649  unicodeslot=0x11A14,
170650 },
170651 [0x11A15]={
170652  category="lo",
170653  description="ZANABAZAR SQUARE LETTER TTHA",
170654  direction="l",
170655  linebreak="al",
170656  unicodeslot=0x11A15,
170657 },
170658 [0x11A16]={
170659  category="lo",
170660  description="ZANABAZAR SQUARE LETTER DDA",
170661  direction="l",
170662  linebreak="al",
170663  unicodeslot=0x11A16,
170664 },
170665 [0x11A17]={
170666  category="lo",
170667  description="ZANABAZAR SQUARE LETTER DDHA",
170668  direction="l",
170669  linebreak="al",
170670  unicodeslot=0x11A17,
170671 },
170672 [0x11A18]={
170673  category="lo",
170674  description="ZANABAZAR SQUARE LETTER NNA",
170675  direction="l",
170676  linebreak="al",
170677  unicodeslot=0x11A18,
170678 },
170679 [0x11A19]={
170680  category="lo",
170681  description="ZANABAZAR SQUARE LETTER TA",
170682  direction="l",
170683  linebreak="al",
170684  unicodeslot=0x11A19,
170685 },
170686 [0x11A1A]={
170687  category="lo",
170688  description="ZANABAZAR SQUARE LETTER THA",
170689  direction="l",
170690  linebreak="al",
170691  unicodeslot=0x11A1A,
170692 },
170693 [0x11A1B]={
170694  category="lo",
170695  description="ZANABAZAR SQUARE LETTER DA",
170696  direction="l",
170697  linebreak="al",
170698  unicodeslot=0x11A1B,
170699 },
170700 [0x11A1C]={
170701  category="lo",
170702  description="ZANABAZAR SQUARE LETTER DHA",
170703  direction="l",
170704  linebreak="al",
170705  unicodeslot=0x11A1C,
170706 },
170707 [0x11A1D]={
170708  category="lo",
170709  description="ZANABAZAR SQUARE LETTER NA",
170710  direction="l",
170711  linebreak="al",
170712  unicodeslot=0x11A1D,
170713 },
170714 [0x11A1E]={
170715  category="lo",
170716  description="ZANABAZAR SQUARE LETTER PA",
170717  direction="l",
170718  linebreak="al",
170719  unicodeslot=0x11A1E,
170720 },
170721 [0x11A1F]={
170722  category="lo",
170723  description="ZANABAZAR SQUARE LETTER PHA",
170724  direction="l",
170725  linebreak="al",
170726  unicodeslot=0x11A1F,
170727 },
170728 [0x11A20]={
170729  category="lo",
170730  description="ZANABAZAR SQUARE LETTER BA",
170731  direction="l",
170732  linebreak="al",
170733  unicodeslot=0x11A20,
170734 },
170735 [0x11A21]={
170736  category="lo",
170737  description="ZANABAZAR SQUARE LETTER BHA",
170738  direction="l",
170739  linebreak="al",
170740  unicodeslot=0x11A21,
170741 },
170742 [0x11A22]={
170743  category="lo",
170744  description="ZANABAZAR SQUARE LETTER MA",
170745  direction="l",
170746  linebreak="al",
170747  unicodeslot=0x11A22,
170748 },
170749 [0x11A23]={
170750  category="lo",
170751  description="ZANABAZAR SQUARE LETTER TSA",
170752  direction="l",
170753  linebreak="al",
170754  unicodeslot=0x11A23,
170755 },
170756 [0x11A24]={
170757  category="lo",
170758  description="ZANABAZAR SQUARE LETTER TSHA",
170759  direction="l",
170760  linebreak="al",
170761  unicodeslot=0x11A24,
170762 },
170763 [0x11A25]={
170764  category="lo",
170765  description="ZANABAZAR SQUARE LETTER DZA",
170766  direction="l",
170767  linebreak="al",
170768  unicodeslot=0x11A25,
170769 },
170770 [0x11A26]={
170771  category="lo",
170772  description="ZANABAZAR SQUARE LETTER DZHA",
170773  direction="l",
170774  linebreak="al",
170775  unicodeslot=0x11A26,
170776 },
170777 [0x11A27]={
170778  category="lo",
170779  description="ZANABAZAR SQUARE LETTER ZHA",
170780  direction="l",
170781  linebreak="al",
170782  unicodeslot=0x11A27,
170783 },
170784 [0x11A28]={
170785  category="lo",
170786  description="ZANABAZAR SQUARE LETTER ZA",
170787  direction="l",
170788  linebreak="al",
170789  unicodeslot=0x11A28,
170790 },
170791 [0x11A29]={
170792  category="lo",
170793  description="ZANABAZAR SQUARE LETTER -A",
170794  direction="l",
170795  linebreak="al",
170796  unicodeslot=0x11A29,
170797 },
170798 [0x11A2A]={
170799  category="lo",
170800  description="ZANABAZAR SQUARE LETTER YA",
170801  direction="l",
170802  linebreak="al",
170803  unicodeslot=0x11A2A,
170804 },
170805 [0x11A2B]={
170806  category="lo",
170807  description="ZANABAZAR SQUARE LETTER RA",
170808  direction="l",
170809  linebreak="al",
170810  unicodeslot=0x11A2B,
170811 },
170812 [0x11A2C]={
170813  category="lo",
170814  description="ZANABAZAR SQUARE LETTER LA",
170815  direction="l",
170816  linebreak="al",
170817  unicodeslot=0x11A2C,
170818 },
170819 [0x11A2D]={
170820  category="lo",
170821  description="ZANABAZAR SQUARE LETTER VA",
170822  direction="l",
170823  linebreak="al",
170824  unicodeslot=0x11A2D,
170825 },
170826 [0x11A2E]={
170827  category="lo",
170828  description="ZANABAZAR SQUARE LETTER SHA",
170829  direction="l",
170830  linebreak="al",
170831  unicodeslot=0x11A2E,
170832 },
170833 [0x11A2F]={
170834  category="lo",
170835  description="ZANABAZAR SQUARE LETTER SSA",
170836  direction="l",
170837  linebreak="al",
170838  unicodeslot=0x11A2F,
170839 },
170840 [0x11A30]={
170841  category="lo",
170842  description="ZANABAZAR SQUARE LETTER SA",
170843  direction="l",
170844  linebreak="al",
170845  unicodeslot=0x11A30,
170846 },
170847 [0x11A31]={
170848  category="lo",
170849  description="ZANABAZAR SQUARE LETTER HA",
170850  direction="l",
170851  linebreak="al",
170852  unicodeslot=0x11A31,
170853 },
170854 [0x11A32]={
170855  category="lo",
170856  description="ZANABAZAR SQUARE LETTER KSSA",
170857  direction="l",
170858  linebreak="al",
170859  unicodeslot=0x11A32,
170860 },
170861 [0x11A33]={
170862  category="mn",
170863  description="ZANABAZAR SQUARE FINAL CONSONANT MARK",
170864  direction="nsm",
170865  linebreak="cm",
170866  unicodeslot=0x11A33,
170867 },
170868 [0x11A34]={
170869  category="mn",
170870  combining=0x9,
170871  description="ZANABAZAR SQUARE SIGN VIRAMA",
170872  direction="nsm",
170873  linebreak="cm",
170874  unicodeslot=0x11A34,
170875 },
170876 [0x11A35]={
170877  category="mn",
170878  description="ZANABAZAR SQUARE SIGN CANDRABINDU",
170879  direction="nsm",
170880  linebreak="cm",
170881  unicodeslot=0x11A35,
170882 },
170883 [0x11A36]={
170884  category="mn",
170885  description="ZANABAZAR SQUARE SIGN CANDRABINDU WITH ORNAMENT",
170886  direction="nsm",
170887  linebreak="cm",
170888  unicodeslot=0x11A36,
170889 },
170890 [0x11A37]={
170891  category="mn",
170892  description="ZANABAZAR SQUARE SIGN CANDRA WITH ORNAMENT",
170893  direction="nsm",
170894  linebreak="cm",
170895  unicodeslot=0x11A37,
170896 },
170897 [0x11A38]={
170898  category="mn",
170899  description="ZANABAZAR SQUARE SIGN ANUSVARA",
170900  direction="nsm",
170901  linebreak="cm",
170902  unicodeslot=0x11A38,
170903 },
170904 [0x11A39]={
170905  category="mc",
170906  description="ZANABAZAR SQUARE SIGN VISARGA",
170907  direction="l",
170908  linebreak="cm",
170909  unicodeslot=0x11A39,
170910 },
170911 [0x11A3A]={
170912  category="lo",
170913  description="ZANABAZAR SQUARE CLUSTER-INITIAL LETTER RA",
170914  direction="l",
170915  linebreak="al",
170916  unicodeslot=0x11A3A,
170917 },
170918 [0x11A3B]={
170919  category="mn",
170920  description="ZANABAZAR SQUARE CLUSTER-FINAL LETTER YA",
170921  direction="nsm",
170922  linebreak="cm",
170923  unicodeslot=0x11A3B,
170924 },
170925 [0x11A3C]={
170926  category="mn",
170927  description="ZANABAZAR SQUARE CLUSTER-FINAL LETTER RA",
170928  direction="nsm",
170929  linebreak="cm",
170930  unicodeslot=0x11A3C,
170931 },
170932 [0x11A3D]={
170933  category="mn",
170934  description="ZANABAZAR SQUARE CLUSTER-FINAL LETTER LA",
170935  direction="nsm",
170936  linebreak="cm",
170937  unicodeslot=0x11A3D,
170938 },
170939 [0x11A3E]={
170940  category="mn",
170941  description="ZANABAZAR SQUARE CLUSTER-FINAL LETTER VA",
170942  direction="nsm",
170943  linebreak="cm",
170944  unicodeslot=0x11A3E,
170945 },
170946 [0x11A3F]={
170947  category="po",
170948  description="ZANABAZAR SQUARE INITIAL HEAD MARK",
170949  direction="l",
170950  linebreak="bb",
170951  unicodeslot=0x11A3F,
170952 },
170953 [0x11A40]={
170954  category="po",
170955  description="ZANABAZAR SQUARE CLOSING HEAD MARK",
170956  direction="l",
170957  linebreak="al",
170958  unicodeslot=0x11A40,
170959 },
170960 [0x11A41]={
170961  category="po",
170962  description="ZANABAZAR SQUARE MARK TSHEG",
170963  direction="l",
170964  linebreak="ba",
170965  unicodeslot=0x11A41,
170966 },
170967 [0x11A42]={
170968  category="po",
170969  description="ZANABAZAR SQUARE MARK SHAD",
170970  direction="l",
170971  linebreak="ba",
170972  unicodeslot=0x11A42,
170973 },
170974 [0x11A43]={
170975  category="po",
170976  description="ZANABAZAR SQUARE MARK DOUBLE SHAD",
170977  direction="l",
170978  linebreak="ba",
170979  unicodeslot=0x11A43,
170980 },
170981 [0x11A44]={
170982  category="po",
170983  description="ZANABAZAR SQUARE MARK LONG TSHEG",
170984  direction="l",
170985  linebreak="ba",
170986  unicodeslot=0x11A44,
170987 },
170988 [0x11A45]={
170989  category="po",
170990  description="ZANABAZAR SQUARE INITIAL DOUBLE-LINED HEAD MARK",
170991  direction="l",
170992  linebreak="bb",
170993  unicodeslot=0x11A45,
170994 },
170995 [0x11A46]={
170996  category="po",
170997  description="ZANABAZAR SQUARE CLOSING DOUBLE-LINED HEAD MARK",
170998  direction="l",
170999  linebreak="al",
171000  unicodeslot=0x11A46,
171001 },
171002 [0x11A47]={
171003  category="mn",
171004  combining=0x9,
171005  description="ZANABAZAR SQUARE SUBJOINER",
171006  direction="nsm",
171007  linebreak="cm",
171008  unicodeslot=0x11A47,
171009 },
171010 [0x11A50]={
171011  category="lo",
171012  description="SOYOMBO LETTER A",
171013  direction="l",
171014  linebreak="al",
171015  unicodeslot=0x11A50,
171016 },
171017 [0x11A51]={
171018  category="mn",
171019  description="SOYOMBO VOWEL SIGN I",
171020  direction="nsm",
171021  linebreak="cm",
171022  unicodeslot=0x11A51,
171023 },
171024 [0x11A52]={
171025  category="mn",
171026  description="SOYOMBO VOWEL SIGN UE",
171027  direction="nsm",
171028  linebreak="cm",
171029  unicodeslot=0x11A52,
171030 },
171031 [0x11A53]={
171032  category="mn",
171033  description="SOYOMBO VOWEL SIGN U",
171034  direction="nsm",
171035  linebreak="cm",
171036  unicodeslot=0x11A53,
171037 },
171038 [0x11A54]={
171039  category="mn",
171040  description="SOYOMBO VOWEL SIGN E",
171041  direction="nsm",
171042  linebreak="cm",
171043  unicodeslot=0x11A54,
171044 },
171045 [0x11A55]={
171046  category="mn",
171047  description="SOYOMBO VOWEL SIGN O",
171048  direction="nsm",
171049  linebreak="cm",
171050  unicodeslot=0x11A55,
171051 },
171052 [0x11A56]={
171053  category="mn",
171054  description="SOYOMBO VOWEL SIGN OE",
171055  direction="nsm",
171056  linebreak="cm",
171057  unicodeslot=0x11A56,
171058 },
171059 [0x11A57]={
171060  category="mc",
171061  description="SOYOMBO VOWEL SIGN AI",
171062  direction="l",
171063  linebreak="cm",
171064  unicodeslot=0x11A57,
171065 },
171066 [0x11A58]={
171067  category="mc",
171068  description="SOYOMBO VOWEL SIGN AU",
171069  direction="l",
171070  linebreak="cm",
171071  unicodeslot=0x11A58,
171072 },
171073 [0x11A59]={
171074  category="mn",
171075  description="SOYOMBO VOWEL SIGN VOCALIC R",
171076  direction="nsm",
171077  linebreak="cm",
171078  unicodeslot=0x11A59,
171079 },
171080 [0x11A5A]={
171081  category="mn",
171082  description="SOYOMBO VOWEL SIGN VOCALIC L",
171083  direction="nsm",
171084  linebreak="cm",
171085  unicodeslot=0x11A5A,
171086 },
171087 [0x11A5B]={
171088  category="mn",
171089  description="SOYOMBO VOWEL LENGTH MARK",
171090  direction="nsm",
171091  linebreak="cm",
171092  unicodeslot=0x11A5B,
171093 },
171094 [0x11A5C]={
171095  category="lo",
171096  description="SOYOMBO LETTER KA",
171097  direction="l",
171098  linebreak="al",
171099  unicodeslot=0x11A5C,
171100 },
171101 [0x11A5D]={
171102  category="lo",
171103  description="SOYOMBO LETTER KHA",
171104  direction="l",
171105  linebreak="al",
171106  unicodeslot=0x11A5D,
171107 },
171108 [0x11A5E]={
171109  category="lo",
171110  description="SOYOMBO LETTER GA",
171111  direction="l",
171112  linebreak="al",
171113  unicodeslot=0x11A5E,
171114 },
171115 [0x11A5F]={
171116  category="lo",
171117  description="SOYOMBO LETTER GHA",
171118  direction="l",
171119  linebreak="al",
171120  unicodeslot=0x11A5F,
171121 },
171122 [0x11A60]={
171123  category="lo",
171124  description="SOYOMBO LETTER NGA",
171125  direction="l",
171126  linebreak="al",
171127  unicodeslot=0x11A60,
171128 },
171129 [0x11A61]={
171130  category="lo",
171131  description="SOYOMBO LETTER CA",
171132  direction="l",
171133  linebreak="al",
171134  unicodeslot=0x11A61,
171135 },
171136 [0x11A62]={
171137  category="lo",
171138  description="SOYOMBO LETTER CHA",
171139  direction="l",
171140  linebreak="al",
171141  unicodeslot=0x11A62,
171142 },
171143 [0x11A63]={
171144  category="lo",
171145  description="SOYOMBO LETTER JA",
171146  direction="l",
171147  linebreak="al",
171148  unicodeslot=0x11A63,
171149 },
171150 [0x11A64]={
171151  category="lo",
171152  description="SOYOMBO LETTER JHA",
171153  direction="l",
171154  linebreak="al",
171155  unicodeslot=0x11A64,
171156 },
171157 [0x11A65]={
171158  category="lo",
171159  description="SOYOMBO LETTER NYA",
171160  direction="l",
171161  linebreak="al",
171162  unicodeslot=0x11A65,
171163 },
171164 [0x11A66]={
171165  category="lo",
171166  description="SOYOMBO LETTER TTA",
171167  direction="l",
171168  linebreak="al",
171169  unicodeslot=0x11A66,
171170 },
171171 [0x11A67]={
171172  category="lo",
171173  description="SOYOMBO LETTER TTHA",
171174  direction="l",
171175  linebreak="al",
171176  unicodeslot=0x11A67,
171177 },
171178 [0x11A68]={
171179  category="lo",
171180  description="SOYOMBO LETTER DDA",
171181  direction="l",
171182  linebreak="al",
171183  unicodeslot=0x11A68,
171184 },
171185 [0x11A69]={
171186  category="lo",
171187  description="SOYOMBO LETTER DDHA",
171188  direction="l",
171189  linebreak="al",
171190  unicodeslot=0x11A69,
171191 },
171192 [0x11A6A]={
171193  category="lo",
171194  description="SOYOMBO LETTER NNA",
171195  direction="l",
171196  linebreak="al",
171197  unicodeslot=0x11A6A,
171198 },
171199 [0x11A6B]={
171200  category="lo",
171201  description="SOYOMBO LETTER TA",
171202  direction="l",
171203  linebreak="al",
171204  unicodeslot=0x11A6B,
171205 },
171206 [0x11A6C]={
171207  category="lo",
171208  description="SOYOMBO LETTER THA",
171209  direction="l",
171210  linebreak="al",
171211  unicodeslot=0x11A6C,
171212 },
171213 [0x11A6D]={
171214  category="lo",
171215  description="SOYOMBO LETTER DA",
171216  direction="l",
171217  linebreak="al",
171218  unicodeslot=0x11A6D,
171219 },
171220 [0x11A6E]={
171221  category="lo",
171222  description="SOYOMBO LETTER DHA",
171223  direction="l",
171224  linebreak="al",
171225  unicodeslot=0x11A6E,
171226 },
171227 [0x11A6F]={
171228  category="lo",
171229  description="SOYOMBO LETTER NA",
171230  direction="l",
171231  linebreak="al",
171232  unicodeslot=0x11A6F,
171233 },
171234 [0x11A70]={
171235  category="lo",
171236  description="SOYOMBO LETTER PA",
171237  direction="l",
171238  linebreak="al",
171239  unicodeslot=0x11A70,
171240 },
171241 [0x11A71]={
171242  category="lo",
171243  description="SOYOMBO LETTER PHA",
171244  direction="l",
171245  linebreak="al",
171246  unicodeslot=0x11A71,
171247 },
171248 [0x11A72]={
171249  category="lo",
171250  description="SOYOMBO LETTER BA",
171251  direction="l",
171252  linebreak="al",
171253  unicodeslot=0x11A72,
171254 },
171255 [0x11A73]={
171256  category="lo",
171257  description="SOYOMBO LETTER BHA",
171258  direction="l",
171259  linebreak="al",
171260  unicodeslot=0x11A73,
171261 },
171262 [0x11A74]={
171263  category="lo",
171264  description="SOYOMBO LETTER MA",
171265  direction="l",
171266  linebreak="al",
171267  unicodeslot=0x11A74,
171268 },
171269 [0x11A75]={
171270  category="lo",
171271  description="SOYOMBO LETTER TSA",
171272  direction="l",
171273  linebreak="al",
171274  unicodeslot=0x11A75,
171275 },
171276 [0x11A76]={
171277  category="lo",
171278  description="SOYOMBO LETTER TSHA",
171279  direction="l",
171280  linebreak="al",
171281  unicodeslot=0x11A76,
171282 },
171283 [0x11A77]={
171284  category="lo",
171285  description="SOYOMBO LETTER DZA",
171286  direction="l",
171287  linebreak="al",
171288  unicodeslot=0x11A77,
171289 },
171290 [0x11A78]={
171291  category="lo",
171292  description="SOYOMBO LETTER ZHA",
171293  direction="l",
171294  linebreak="al",
171295  unicodeslot=0x11A78,
171296 },
171297 [0x11A79]={
171298  category="lo",
171299  description="SOYOMBO LETTER ZA",
171300  direction="l",
171301  linebreak="al",
171302  unicodeslot=0x11A79,
171303 },
171304 [0x11A7A]={
171305  category="lo",
171306  description="SOYOMBO LETTER -A",
171307  direction="l",
171308  linebreak="al",
171309  unicodeslot=0x11A7A,
171310 },
171311 [0x11A7B]={
171312  category="lo",
171313  description="SOYOMBO LETTER YA",
171314  direction="l",
171315  linebreak="al",
171316  unicodeslot=0x11A7B,
171317 },
171318 [0x11A7C]={
171319  category="lo",
171320  description="SOYOMBO LETTER RA",
171321  direction="l",
171322  linebreak="al",
171323  unicodeslot=0x11A7C,
171324 },
171325 [0x11A7D]={
171326  category="lo",
171327  description="SOYOMBO LETTER LA",
171328  direction="l",
171329  linebreak="al",
171330  unicodeslot=0x11A7D,
171331 },
171332 [0x11A7E]={
171333  category="lo",
171334  description="SOYOMBO LETTER VA",
171335  direction="l",
171336  linebreak="al",
171337  unicodeslot=0x11A7E,
171338 },
171339 [0x11A7F]={
171340  category="lo",
171341  description="SOYOMBO LETTER SHA",
171342  direction="l",
171343  linebreak="al",
171344  unicodeslot=0x11A7F,
171345 },
171346 [0x11A80]={
171347  category="lo",
171348  description="SOYOMBO LETTER SSA",
171349  direction="l",
171350  linebreak="al",
171351  unicodeslot=0x11A80,
171352 },
171353 [0x11A81]={
171354  category="lo",
171355  description="SOYOMBO LETTER SA",
171356  direction="l",
171357  linebreak="al",
171358  unicodeslot=0x11A81,
171359 },
171360 [0x11A82]={
171361  category="lo",
171362  description="SOYOMBO LETTER HA",
171363  direction="l",
171364  linebreak="al",
171365  unicodeslot=0x11A82,
171366 },
171367 [0x11A83]={
171368  category="lo",
171369  description="SOYOMBO LETTER KSSA",
171370  direction="l",
171371  linebreak="al",
171372  unicodeslot=0x11A83,
171373 },
171374 [0x11A84]={
171375  category="lo",
171376  description="SOYOMBO SIGN JIHVAMULIYA",
171377  direction="l",
171378  linebreak="al",
171379  unicodeslot=0x11A84,
171380 },
171381 [0x11A85]={
171382  category="lo",
171383  description="SOYOMBO SIGN UPADHMANIYA",
171384  direction="l",
171385  linebreak="al",
171386  unicodeslot=0x11A85,
171387 },
171388 [0x11A86]={
171389  category="lo",
171390  description="SOYOMBO CLUSTER-INITIAL LETTER RA",
171391  direction="l",
171392  linebreak="al",
171393  unicodeslot=0x11A86,
171394 },
171395 [0x11A87]={
171396  category="lo",
171397  description="SOYOMBO CLUSTER-INITIAL LETTER LA",
171398  direction="l",
171399  linebreak="al",
171400  unicodeslot=0x11A87,
171401 },
171402 [0x11A88]={
171403  category="lo",
171404  description="SOYOMBO CLUSTER-INITIAL LETTER SHA",
171405  direction="l",
171406  linebreak="al",
171407  unicodeslot=0x11A88,
171408 },
171409 [0x11A89]={
171410  category="lo",
171411  description="SOYOMBO CLUSTER-INITIAL LETTER SA",
171412  direction="l",
171413  linebreak="al",
171414  unicodeslot=0x11A89,
171415 },
171416 [0x11A8A]={
171417  category="mn",
171418  description="SOYOMBO FINAL CONSONANT SIGN G",
171419  direction="nsm",
171420  linebreak="cm",
171421  unicodeslot=0x11A8A,
171422 },
171423 [0x11A8B]={
171424  category="mn",
171425  description="SOYOMBO FINAL CONSONANT SIGN K",
171426  direction="nsm",
171427  linebreak="cm",
171428  unicodeslot=0x11A8B,
171429 },
171430 [0x11A8C]={
171431  category="mn",
171432  description="SOYOMBO FINAL CONSONANT SIGN NG",
171433  direction="nsm",
171434  linebreak="cm",
171435  unicodeslot=0x11A8C,
171436 },
171437 [0x11A8D]={
171438  category="mn",
171439  description="SOYOMBO FINAL CONSONANT SIGN D",
171440  direction="nsm",
171441  linebreak="cm",
171442  unicodeslot=0x11A8D,
171443 },
171444 [0x11A8E]={
171445  category="mn",
171446  description="SOYOMBO FINAL CONSONANT SIGN N",
171447  direction="nsm",
171448  linebreak="cm",
171449  unicodeslot=0x11A8E,
171450 },
171451 [0x11A8F]={
171452  category="mn",
171453  description="SOYOMBO FINAL CONSONANT SIGN B",
171454  direction="nsm",
171455  linebreak="cm",
171456  unicodeslot=0x11A8F,
171457 },
171458 [0x11A90]={
171459  category="mn",
171460  description="SOYOMBO FINAL CONSONANT SIGN M",
171461  direction="nsm",
171462  linebreak="cm",
171463  unicodeslot=0x11A90,
171464 },
171465 [0x11A91]={
171466  category="mn",
171467  description="SOYOMBO FINAL CONSONANT SIGN R",
171468  direction="nsm",
171469  linebreak="cm",
171470  unicodeslot=0x11A91,
171471 },
171472 [0x11A92]={
171473  category="mn",
171474  description="SOYOMBO FINAL CONSONANT SIGN L",
171475  direction="nsm",
171476  linebreak="cm",
171477  unicodeslot=0x11A92,
171478 },
171479 [0x11A93]={
171480  category="mn",
171481  description="SOYOMBO FINAL CONSONANT SIGN SH",
171482  direction="nsm",
171483  linebreak="cm",
171484  unicodeslot=0x11A93,
171485 },
171486 [0x11A94]={
171487  category="mn",
171488  description="SOYOMBO FINAL CONSONANT SIGN S",
171489  direction="nsm",
171490  linebreak="cm",
171491  unicodeslot=0x11A94,
171492 },
171493 [0x11A95]={
171494  category="mn",
171495  description="SOYOMBO FINAL CONSONANT SIGN -A",
171496  direction="nsm",
171497  linebreak="cm",
171498  unicodeslot=0x11A95,
171499 },
171500 [0x11A96]={
171501  category="mn",
171502  description="SOYOMBO SIGN ANUSVARA",
171503  direction="nsm",
171504  linebreak="cm",
171505  unicodeslot=0x11A96,
171506 },
171507 [0x11A97]={
171508  category="mc",
171509  description="SOYOMBO SIGN VISARGA",
171510  direction="l",
171511  linebreak="cm",
171512  unicodeslot=0x11A97,
171513 },
171514 [0x11A98]={
171515  category="mn",
171516  description="SOYOMBO GEMINATION MARK",
171517  direction="nsm",
171518  linebreak="cm",
171519  unicodeslot=0x11A98,
171520 },
171521 [0x11A99]={
171522  category="mn",
171523  combining=0x9,
171524  description="SOYOMBO SUBJOINER",
171525  direction="nsm",
171526  linebreak="cm",
171527  unicodeslot=0x11A99,
171528 },
171529 [0x11A9A]={
171530  category="po",
171531  description="SOYOMBO MARK TSHEG",
171532  direction="l",
171533  linebreak="ba",
171534  unicodeslot=0x11A9A,
171535 },
171536 [0x11A9B]={
171537  category="po",
171538  description="SOYOMBO MARK SHAD",
171539  direction="l",
171540  linebreak="ba",
171541  unicodeslot=0x11A9B,
171542 },
171543 [0x11A9C]={
171544  category="po",
171545  description="SOYOMBO MARK DOUBLE SHAD",
171546  direction="l",
171547  linebreak="ba",
171548  unicodeslot=0x11A9C,
171549 },
171550 [0x11A9D]={
171551  category="lo",
171552  description="SOYOMBO MARK PLUTA",
171553  direction="l",
171554  linebreak="al",
171555  unicodeslot=0x11A9D,
171556 },
171557 [0x11A9E]={
171558  category="po",
171559  description="SOYOMBO HEAD MARK WITH MOON AND SUN AND TRIPLE FLAME",
171560  direction="l",
171561  linebreak="bb",
171562  unicodeslot=0x11A9E,
171563 },
171564 [0x11A9F]={
171565  category="po",
171566  description="SOYOMBO HEAD MARK WITH MOON AND SUN AND FLAME",
171567  direction="l",
171568  linebreak="bb",
171569  unicodeslot=0x11A9F,
171570 },
171571 [0x11AA0]={
171572  category="po",
171573  description="SOYOMBO HEAD MARK WITH MOON AND SUN",
171574  direction="l",
171575  linebreak="bb",
171576  unicodeslot=0x11AA0,
171577 },
171578 [0x11AA1]={
171579  category="po",
171580  description="SOYOMBO TERMINAL MARK-1",
171581  direction="l",
171582  linebreak="ba",
171583  unicodeslot=0x11AA1,
171584 },
171585 [0x11AA2]={
171586  category="po",
171587  description="SOYOMBO TERMINAL MARK-2",
171588  direction="l",
171589  linebreak="ba",
171590  unicodeslot=0x11AA2,
171591 },
171592 [0x11AB0]={
171593  category="lo",
171594  description="CANADIAN SYLLABICS NATTILIK HI",
171595  direction="l",
171596  linebreak="al",
171597  unicodeslot=0x11AB0,
171598 },
171599 [0x11AB1]={
171600  category="lo",
171601  description="CANADIAN SYLLABICS NATTILIK HII",
171602  direction="l",
171603  linebreak="al",
171604  unicodeslot=0x11AB1,
171605 },
171606 [0x11AB2]={
171607  category="lo",
171608  description="CANADIAN SYLLABICS NATTILIK HO",
171609  direction="l",
171610  linebreak="al",
171611  unicodeslot=0x11AB2,
171612 },
171613 [0x11AB3]={
171614  category="lo",
171615  description="CANADIAN SYLLABICS NATTILIK HOO",
171616  direction="l",
171617  linebreak="al",
171618  unicodeslot=0x11AB3,
171619 },
171620 [0x11AB4]={
171621  category="lo",
171622  description="CANADIAN SYLLABICS NATTILIK HA",
171623  direction="l",
171624  linebreak="al",
171625  unicodeslot=0x11AB4,
171626 },
171627 [0x11AB5]={
171628  category="lo",
171629  description="CANADIAN SYLLABICS NATTILIK HAA",
171630  direction="l",
171631  linebreak="al",
171632  unicodeslot=0x11AB5,
171633 },
171634 [0x11AB6]={
171635  category="lo",
171636  description="CANADIAN SYLLABICS NATTILIK SHRI",
171637  direction="l",
171638  linebreak="al",
171639  unicodeslot=0x11AB6,
171640 },
171641 [0x11AB7]={
171642  category="lo",
171643  description="CANADIAN SYLLABICS NATTILIK SHRII",
171644  direction="l",
171645  linebreak="al",
171646  unicodeslot=0x11AB7,
171647 },
171648 [0x11AB8]={
171649  category="lo",
171650  description="CANADIAN SYLLABICS NATTILIK SHRO",
171651  direction="l",
171652  linebreak="al",
171653  unicodeslot=0x11AB8,
171654 },
171655 [0x11AB9]={
171656  category="lo",
171657  description="CANADIAN SYLLABICS NATTILIK SHROO",
171658  direction="l",
171659  linebreak="al",
171660  unicodeslot=0x11AB9,
171661 },
171662 [0x11ABA]={
171663  category="lo",
171664  description="CANADIAN SYLLABICS NATTILIK SHRA",
171665  direction="l",
171666  linebreak="al",
171667  unicodeslot=0x11ABA,
171668 },
171669 [0x11ABB]={
171670  category="lo",
171671  description="CANADIAN SYLLABICS NATTILIK SHRAA",
171672  direction="l",
171673  linebreak="al",
171674  unicodeslot=0x11ABB,
171675 },
171676 [0x11ABC]={
171677  category="lo",
171678  description="CANADIAN SYLLABICS SPE",
171679  direction="l",
171680  linebreak="al",
171681  unicodeslot=0x11ABC,
171682 },
171683 [0x11ABD]={
171684  category="lo",
171685  description="CANADIAN SYLLABICS SPI",
171686  direction="l",
171687  linebreak="al",
171688  unicodeslot=0x11ABD,
171689 },
171690 [0x11ABE]={
171691  category="lo",
171692  description="CANADIAN SYLLABICS SPO",
171693  direction="l",
171694  linebreak="al",
171695  unicodeslot=0x11ABE,
171696 },
171697 [0x11ABF]={
171698  category="lo",
171699  description="CANADIAN SYLLABICS SPA",
171700  direction="l",
171701  linebreak="al",
171702  unicodeslot=0x11ABF,
171703 },
171704 [0x11AC0]={
171705  category="lo",
171706  description="PAU CIN HAU LETTER PA",
171707  direction="l",
171708  linebreak="al",
171709  unicodeslot=0x11AC0,
171710 },
171711 [0x11AC1]={
171712  category="lo",
171713  description="PAU CIN HAU LETTER KA",
171714  direction="l",
171715  linebreak="al",
171716  unicodeslot=0x11AC1,
171717 },
171718 [0x11AC2]={
171719  category="lo",
171720  description="PAU CIN HAU LETTER LA",
171721  direction="l",
171722  linebreak="al",
171723  unicodeslot=0x11AC2,
171724 },
171725 [0x11AC3]={
171726  category="lo",
171727  description="PAU CIN HAU LETTER MA",
171728  direction="l",
171729  linebreak="al",
171730  unicodeslot=0x11AC3,
171731 },
171732 [0x11AC4]={
171733  category="lo",
171734  description="PAU CIN HAU LETTER DA",
171735  direction="l",
171736  linebreak="al",
171737  unicodeslot=0x11AC4,
171738 },
171739 [0x11AC5]={
171740  category="lo",
171741  description="PAU CIN HAU LETTER ZA",
171742  direction="l",
171743  linebreak="al",
171744  unicodeslot=0x11AC5,
171745 },
171746 [0x11AC6]={
171747  category="lo",
171748  description="PAU CIN HAU LETTER VA",
171749  direction="l",
171750  linebreak="al",
171751  unicodeslot=0x11AC6,
171752 },
171753 [0x11AC7]={
171754  category="lo",
171755  description="PAU CIN HAU LETTER NGA",
171756  direction="l",
171757  linebreak="al",
171758  unicodeslot=0x11AC7,
171759 },
171760 [0x11AC8]={
171761  category="lo",
171762  description="PAU CIN HAU LETTER HA",
171763  direction="l",
171764  linebreak="al",
171765  unicodeslot=0x11AC8,
171766 },
171767 [0x11AC9]={
171768  category="lo",
171769  description="PAU CIN HAU LETTER GA",
171770  direction="l",
171771  linebreak="al",
171772  unicodeslot=0x11AC9,
171773 },
171774 [0x11ACA]={
171775  category="lo",
171776  description="PAU CIN HAU LETTER KHA",
171777  direction="l",
171778  linebreak="al",
171779  unicodeslot=0x11ACA,
171780 },
171781 [0x11ACB]={
171782  category="lo",
171783  description="PAU CIN HAU LETTER SA",
171784  direction="l",
171785  linebreak="al",
171786  unicodeslot=0x11ACB,
171787 },
171788 [0x11ACC]={
171789  category="lo",
171790  description="PAU CIN HAU LETTER BA",
171791  direction="l",
171792  linebreak="al",
171793  unicodeslot=0x11ACC,
171794 },
171795 [0x11ACD]={
171796  category="lo",
171797  description="PAU CIN HAU LETTER CA",
171798  direction="l",
171799  linebreak="al",
171800  unicodeslot=0x11ACD,
171801 },
171802 [0x11ACE]={
171803  category="lo",
171804  description="PAU CIN HAU LETTER TA",
171805  direction="l",
171806  linebreak="al",
171807  unicodeslot=0x11ACE,
171808 },
171809 [0x11ACF]={
171810  category="lo",
171811  description="PAU CIN HAU LETTER THA",
171812  direction="l",
171813  linebreak="al",
171814  unicodeslot=0x11ACF,
171815 },
171816 [0x11AD0]={
171817  category="lo",
171818  description="PAU CIN HAU LETTER NA",
171819  direction="l",
171820  linebreak="al",
171821  unicodeslot=0x11AD0,
171822 },
171823 [0x11AD1]={
171824  category="lo",
171825  description="PAU CIN HAU LETTER PHA",
171826  direction="l",
171827  linebreak="al",
171828  unicodeslot=0x11AD1,
171829 },
171830 [0x11AD2]={
171831  category="lo",
171832  description="PAU CIN HAU LETTER RA",
171833  direction="l",
171834  linebreak="al",
171835  unicodeslot=0x11AD2,
171836 },
171837 [0x11AD3]={
171838  category="lo",
171839  description="PAU CIN HAU LETTER FA",
171840  direction="l",
171841  linebreak="al",
171842  unicodeslot=0x11AD3,
171843 },
171844 [0x11AD4]={
171845  category="lo",
171846  description="PAU CIN HAU LETTER CHA",
171847  direction="l",
171848  linebreak="al",
171849  unicodeslot=0x11AD4,
171850 },
171851 [0x11AD5]={
171852  category="lo",
171853  description="PAU CIN HAU LETTER A",
171854  direction="l",
171855  linebreak="al",
171856  unicodeslot=0x11AD5,
171857 },
171858 [0x11AD6]={
171859  category="lo",
171860  description="PAU CIN HAU LETTER E",
171861  direction="l",
171862  linebreak="al",
171863  unicodeslot=0x11AD6,
171864 },
171865 [0x11AD7]={
171866  category="lo",
171867  description="PAU CIN HAU LETTER I",
171868  direction="l",
171869  linebreak="al",
171870  unicodeslot=0x11AD7,
171871 },
171872 [0x11AD8]={
171873  category="lo",
171874  description="PAU CIN HAU LETTER O",
171875  direction="l",
171876  linebreak="al",
171877  unicodeslot=0x11AD8,
171878 },
171879 [0x11AD9]={
171880  category="lo",
171881  description="PAU CIN HAU LETTER U",
171882  direction="l",
171883  linebreak="al",
171884  unicodeslot=0x11AD9,
171885 },
171886 [0x11ADA]={
171887  category="lo",
171888  description="PAU CIN HAU LETTER UA",
171889  direction="l",
171890  linebreak="al",
171891  unicodeslot=0x11ADA,
171892 },
171893 [0x11ADB]={
171894  category="lo",
171895  description="PAU CIN HAU LETTER IA",
171896  direction="l",
171897  linebreak="al",
171898  unicodeslot=0x11ADB,
171899 },
171900 [0x11ADC]={
171901  category="lo",
171902  description="PAU CIN HAU LETTER FINAL P",
171903  direction="l",
171904  linebreak="al",
171905  unicodeslot=0x11ADC,
171906 },
171907 [0x11ADD]={
171908  category="lo",
171909  description="PAU CIN HAU LETTER FINAL K",
171910  direction="l",
171911  linebreak="al",
171912  unicodeslot=0x11ADD,
171913 },
171914 [0x11ADE]={
171915  category="lo",
171916  description="PAU CIN HAU LETTER FINAL T",
171917  direction="l",
171918  linebreak="al",
171919  unicodeslot=0x11ADE,
171920 },
171921 [0x11ADF]={
171922  category="lo",
171923  description="PAU CIN HAU LETTER FINAL M",
171924  direction="l",
171925  linebreak="al",
171926  unicodeslot=0x11ADF,
171927 },
171928 [0x11AE0]={
171929  category="lo",
171930  description="PAU CIN HAU LETTER FINAL N",
171931  direction="l",
171932  linebreak="al",
171933  unicodeslot=0x11AE0,
171934 },
171935 [0x11AE1]={
171936  category="lo",
171937  description="PAU CIN HAU LETTER FINAL L",
171938  direction="l",
171939  linebreak="al",
171940  unicodeslot=0x11AE1,
171941 },
171942 [0x11AE2]={
171943  category="lo",
171944  description="PAU CIN HAU LETTER FINAL W",
171945  direction="l",
171946  linebreak="al",
171947  unicodeslot=0x11AE2,
171948 },
171949 [0x11AE3]={
171950  category="lo",
171951  description="PAU CIN HAU LETTER FINAL NG",
171952  direction="l",
171953  linebreak="al",
171954  unicodeslot=0x11AE3,
171955 },
171956 [0x11AE4]={
171957  category="lo",
171958  description="PAU CIN HAU LETTER FINAL Y",
171959  direction="l",
171960  linebreak="al",
171961  unicodeslot=0x11AE4,
171962 },
171963 [0x11AE5]={
171964  category="lo",
171965  description="PAU CIN HAU RISING TONE LONG",
171966  direction="l",
171967  linebreak="al",
171968  unicodeslot=0x11AE5,
171969 },
171970 [0x11AE6]={
171971  category="lo",
171972  description="PAU CIN HAU RISING TONE",
171973  direction="l",
171974  linebreak="al",
171975  unicodeslot=0x11AE6,
171976 },
171977 [0x11AE7]={
171978  category="lo",
171979  description="PAU CIN HAU SANDHI GLOTTAL STOP",
171980  direction="l",
171981  linebreak="al",
171982  unicodeslot=0x11AE7,
171983 },
171984 [0x11AE8]={
171985  category="lo",
171986  description="PAU CIN HAU RISING TONE LONG FINAL",
171987  direction="l",
171988  linebreak="al",
171989  unicodeslot=0x11AE8,
171990 },
171991 [0x11AE9]={
171992  category="lo",
171993  description="PAU CIN HAU RISING TONE FINAL",
171994  direction="l",
171995  linebreak="al",
171996  unicodeslot=0x11AE9,
171997 },
171998 [0x11AEA]={
171999  category="lo",
172000  description="PAU CIN HAU SANDHI GLOTTAL STOP FINAL",
172001  direction="l",
172002  linebreak="al",
172003  unicodeslot=0x11AEA,
172004 },
172005 [0x11AEB]={
172006  category="lo",
172007  description="PAU CIN HAU SANDHI TONE LONG",
172008  direction="l",
172009  linebreak="al",
172010  unicodeslot=0x11AEB,
172011 },
172012 [0x11AEC]={
172013  category="lo",
172014  description="PAU CIN HAU SANDHI TONE",
172015  direction="l",
172016  linebreak="al",
172017  unicodeslot=0x11AEC,
172018 },
172019 [0x11AED]={
172020  category="lo",
172021  description="PAU CIN HAU SANDHI TONE LONG FINAL",
172022  direction="l",
172023  linebreak="al",
172024  unicodeslot=0x11AED,
172025 },
172026 [0x11AEE]={
172027  category="lo",
172028  description="PAU CIN HAU SANDHI TONE FINAL",
172029  direction="l",
172030  linebreak="al",
172031  unicodeslot=0x11AEE,
172032 },
172033 [0x11AEF]={
172034  category="lo",
172035  description="PAU CIN HAU MID-LEVEL TONE",
172036  direction="l",
172037  linebreak="al",
172038  unicodeslot=0x11AEF,
172039 },
172040 [0x11AF0]={
172041  category="lo",
172042  description="PAU CIN HAU GLOTTAL STOP VARIANT",
172043  direction="l",
172044  linebreak="al",
172045  unicodeslot=0x11AF0,
172046 },
172047 [0x11AF1]={
172048  category="lo",
172049  description="PAU CIN HAU MID-LEVEL TONE LONG FINAL",
172050  direction="l",
172051  linebreak="al",
172052  unicodeslot=0x11AF1,
172053 },
172054 [0x11AF2]={
172055  category="lo",
172056  description="PAU CIN HAU MID-LEVEL TONE FINAL",
172057  direction="l",
172058  linebreak="al",
172059  unicodeslot=0x11AF2,
172060 },
172061 [0x11AF3]={
172062  category="lo",
172063  description="PAU CIN HAU LOW-FALLING TONE LONG",
172064  direction="l",
172065  linebreak="al",
172066  unicodeslot=0x11AF3,
172067 },
172068 [0x11AF4]={
172069  category="lo",
172070  description="PAU CIN HAU LOW-FALLING TONE",
172071  direction="l",
172072  linebreak="al",
172073  unicodeslot=0x11AF4,
172074 },
172075 [0x11AF5]={
172076  category="lo",
172077  description="PAU CIN HAU GLOTTAL STOP",
172078  direction="l",
172079  linebreak="al",
172080  unicodeslot=0x11AF5,
172081 },
172082 [0x11AF6]={
172083  category="lo",
172084  description="PAU CIN HAU LOW-FALLING TONE LONG FINAL",
172085  direction="l",
172086  linebreak="al",
172087  unicodeslot=0x11AF6,
172088 },
172089 [0x11AF7]={
172090  category="lo",
172091  description="PAU CIN HAU LOW-FALLING TONE FINAL",
172092  direction="l",
172093  linebreak="al",
172094  unicodeslot=0x11AF7,
172095 },
172096 [0x11AF8]={
172097  category="lo",
172098  description="PAU CIN HAU GLOTTAL STOP FINAL",
172099  direction="l",
172100  linebreak="al",
172101  unicodeslot=0x11AF8,
172102 },
172103 [0x11B00]={
172104  category="po",
172105  description="DEVANAGARI HEAD MARK",
172106  direction="l",
172107  linebreak="bb",
172108  unicodeslot=0x11B00,
172109 },
172110 [0x11B01]={
172111  category="po",
172112  description="DEVANAGARI HEAD MARK WITH HEADSTROKE",
172113  direction="l",
172114  linebreak="bb",
172115  unicodeslot=0x11B01,
172116 },
172117 [0x11B02]={
172118  category="po",
172119  description="DEVANAGARI SIGN BHALE",
172120  direction="l",
172121  linebreak="bb",
172122  unicodeslot=0x11B02,
172123 },
172124 [0x11B03]={
172125  category="po",
172126  description="DEVANAGARI SIGN BHALE WITH HOOK",
172127  direction="l",
172128  linebreak="bb",
172129  unicodeslot=0x11B03,
172130 },
172131 [0x11B04]={
172132  category="po",
172133  description="DEVANAGARI SIGN EXTENDED BHALE",
172134  direction="l",
172135  linebreak="bb",
172136  unicodeslot=0x11B04,
172137 },
172138 [0x11B05]={
172139  category="po",
172140  description="DEVANAGARI SIGN EXTENDED BHALE WITH HOOK",
172141  direction="l",
172142  linebreak="bb",
172143  unicodeslot=0x11B05,
172144 },
172145 [0x11B06]={
172146  category="po",
172147  description="DEVANAGARI SIGN WESTERN FIVE-LIKE BHALE",
172148  direction="l",
172149  linebreak="bb",
172150  unicodeslot=0x11B06,
172151 },
172152 [0x11B07]={
172153  category="po",
172154  description="DEVANAGARI SIGN WESTERN NINE-LIKE BHALE",
172155  direction="l",
172156  linebreak="bb",
172157  unicodeslot=0x11B07,
172158 },
172159 [0x11B08]={
172160  category="po",
172161  description="DEVANAGARI SIGN REVERSED NINE-LIKE BHALE",
172162  direction="l",
172163  linebreak="bb",
172164  unicodeslot=0x11B08,
172165 },
172166 [0x11B09]={
172167  category="po",
172168  description="DEVANAGARI SIGN MINDU",
172169  direction="l",
172170  linebreak="bb",
172171  unicodeslot=0x11B09,
172172 },
172173 [0x11BC0]={
172174  category="lo",
172175  description="SUNUWAR LETTER DEVI",
172176  direction="l",
172177  linebreak="al",
172178  unicodeslot=0x11BC0,
172179 },
172180 [0x11BC1]={
172181  category="lo",
172182  description="SUNUWAR LETTER TASLA",
172183  direction="l",
172184  linebreak="al",
172185  unicodeslot=0x11BC1,
172186 },
172187 [0x11BC2]={
172188  category="lo",
172189  description="SUNUWAR LETTER EKO",
172190  direction="l",
172191  linebreak="al",
172192  unicodeslot=0x11BC2,
172193 },
172194 [0x11BC3]={
172195  category="lo",
172196  description="SUNUWAR LETTER IMAR",
172197  direction="l",
172198  linebreak="al",
172199  unicodeslot=0x11BC3,
172200 },
172201 [0x11BC4]={
172202  category="lo",
172203  description="SUNUWAR LETTER REU",
172204  direction="l",
172205  linebreak="al",
172206  unicodeslot=0x11BC4,
172207 },
172208 [0x11BC5]={
172209  category="lo",
172210  description="SUNUWAR LETTER UTTHI",
172211  direction="l",
172212  linebreak="al",
172213  unicodeslot=0x11BC5,
172214 },
172215 [0x11BC6]={
172216  category="lo",
172217  description="SUNUWAR LETTER KIK",
172218  direction="l",
172219  linebreak="al",
172220  unicodeslot=0x11BC6,
172221 },
172222 [0x11BC7]={
172223  category="lo",
172224  description="SUNUWAR LETTER MA",
172225  direction="l",
172226  linebreak="al",
172227  unicodeslot=0x11BC7,
172228 },
172229 [0x11BC8]={
172230  category="lo",
172231  description="SUNUWAR LETTER APPHO",
172232  direction="l",
172233  linebreak="al",
172234  unicodeslot=0x11BC8,
172235 },
172236 [0x11BC9]={
172237  category="lo",
172238  description="SUNUWAR LETTER PIP",
172239  direction="l",
172240  linebreak="al",
172241  unicodeslot=0x11BC9,
172242 },
172243 [0x11BCA]={
172244  category="lo",
172245  description="SUNUWAR LETTER GIL",
172246  direction="l",
172247  linebreak="al",
172248  unicodeslot=0x11BCA,
172249 },
172250 [0x11BCB]={
172251  category="lo",
172252  description="SUNUWAR LETTER HAMSO",
172253  direction="l",
172254  linebreak="al",
172255  unicodeslot=0x11BCB,
172256 },
172257 [0x11BCC]={
172258  category="lo",
172259  description="SUNUWAR LETTER CARMI",
172260  direction="l",
172261  linebreak="al",
172262  unicodeslot=0x11BCC,
172263 },
172264 [0x11BCD]={
172265  category="lo",
172266  description="SUNUWAR LETTER NAH",
172267  direction="l",
172268  linebreak="al",
172269  unicodeslot=0x11BCD,
172270 },
172271 [0x11BCE]={
172272  category="lo",
172273  description="SUNUWAR LETTER BUR",
172274  direction="l",
172275  linebreak="al",
172276  unicodeslot=0x11BCE,
172277 },
172278 [0x11BCF]={
172279  category="lo",
172280  description="SUNUWAR LETTER JYAH",
172281  direction="l",
172282  linebreak="al",
172283  unicodeslot=0x11BCF,
172284 },
172285 [0x11BD0]={
172286  category="lo",
172287  description="SUNUWAR LETTER LOACHA",
172288  direction="l",
172289  linebreak="al",
172290  unicodeslot=0x11BD0,
172291 },
172292 [0x11BD1]={
172293  category="lo",
172294  description="SUNUWAR LETTER OTTHI",
172295  direction="l",
172296  linebreak="al",
172297  unicodeslot=0x11BD1,
172298 },
172299 [0x11BD2]={
172300  category="lo",
172301  description="SUNUWAR LETTER SHYELE",
172302  direction="l",
172303  linebreak="al",
172304  unicodeslot=0x11BD2,
172305 },
172306 [0x11BD3]={
172307  category="lo",
172308  description="SUNUWAR LETTER VARCA",
172309  direction="l",
172310  linebreak="al",
172311  unicodeslot=0x11BD3,
172312 },
172313 [0x11BD4]={
172314  category="lo",
172315  description="SUNUWAR LETTER YAT",
172316  direction="l",
172317  linebreak="al",
172318  unicodeslot=0x11BD4,
172319 },
172320 [0x11BD5]={
172321  category="lo",
172322  description="SUNUWAR LETTER AVA",
172323  direction="l",
172324  linebreak="al",
172325  unicodeslot=0x11BD5,
172326 },
172327 [0x11BD6]={
172328  category="lo",
172329  description="SUNUWAR LETTER AAL",
172330  direction="l",
172331  linebreak="al",
172332  unicodeslot=0x11BD6,
172333 },
172334 [0x11BD7]={
172335  category="lo",
172336  description="SUNUWAR LETTER DONGA",
172337  direction="l",
172338  linebreak="al",
172339  unicodeslot=0x11BD7,
172340 },
172341 [0x11BD8]={
172342  category="lo",
172343  description="SUNUWAR LETTER THARI",
172344  direction="l",
172345  linebreak="al",
172346  unicodeslot=0x11BD8,
172347 },
172348 [0x11BD9]={
172349  category="lo",
172350  description="SUNUWAR LETTER PHAR",
172351  direction="l",
172352  linebreak="al",
172353  unicodeslot=0x11BD9,
172354 },
172355 [0x11BDA]={
172356  category="lo",
172357  description="SUNUWAR LETTER NGAR",
172358  direction="l",
172359  linebreak="al",
172360  unicodeslot=0x11BDA,
172361 },
172362 [0x11BDB]={
172363  category="lo",
172364  description="SUNUWAR LETTER KHA",
172365  direction="l",
172366  linebreak="al",
172367  unicodeslot=0x11BDB,
172368 },
172369 [0x11BDC]={
172370  category="lo",
172371  description="SUNUWAR LETTER SHYER",
172372  direction="l",
172373  linebreak="al",
172374  unicodeslot=0x11BDC,
172375 },
172376 [0x11BDD]={
172377  category="lo",
172378  description="SUNUWAR LETTER CHELAP",
172379  direction="l",
172380  linebreak="al",
172381  unicodeslot=0x11BDD,
172382 },
172383 [0x11BDE]={
172384  category="lo",
172385  description="SUNUWAR LETTER TENTU",
172386  direction="l",
172387  linebreak="al",
172388  unicodeslot=0x11BDE,
172389 },
172390 [0x11BDF]={
172391  category="lo",
172392  description="SUNUWAR LETTER THELE",
172393  direction="l",
172394  linebreak="al",
172395  unicodeslot=0x11BDF,
172396 },
172397 [0x11BE0]={
172398  category="lo",
172399  description="SUNUWAR LETTER KLOKO",
172400  direction="l",
172401  linebreak="al",
172402  unicodeslot=0x11BE0,
172403 },
172404 [0x11BE1]={
172405  category="po",
172406  description="SUNUWAR SIGN PVO",
172407  direction="l",
172408  linebreak="al",
172409  unicodeslot=0x11BE1,
172410 },
172411 [0x11BF0]={
172412  category="nd",
172413  description="SUNUWAR DIGIT ZERO",
172414  direction="l",
172415  linebreak="nu",
172416  unicodeslot=0x11BF0,
172417 },
172418 [0x11BF1]={
172419  category="nd",
172420  description="SUNUWAR DIGIT ONE",
172421  direction="l",
172422  linebreak="nu",
172423  unicodeslot=0x11BF1,
172424 },
172425 [0x11BF2]={
172426  category="nd",
172427  description="SUNUWAR DIGIT TWO",
172428  direction="l",
172429  linebreak="nu",
172430  unicodeslot=0x11BF2,
172431 },
172432 [0x11BF3]={
172433  category="nd",
172434  description="SUNUWAR DIGIT THREE",
172435  direction="l",
172436  linebreak="nu",
172437  unicodeslot=0x11BF3,
172438 },
172439 [0x11BF4]={
172440  category="nd",
172441  description="SUNUWAR DIGIT FOUR",
172442  direction="l",
172443  linebreak="nu",
172444  unicodeslot=0x11BF4,
172445 },
172446 [0x11BF5]={
172447  category="nd",
172448  description="SUNUWAR DIGIT FIVE",
172449  direction="l",
172450  linebreak="nu",
172451  unicodeslot=0x11BF5,
172452 },
172453 [0x11BF6]={
172454  category="nd",
172455  description="SUNUWAR DIGIT SIX",
172456  direction="l",
172457  linebreak="nu",
172458  unicodeslot=0x11BF6,
172459 },
172460 [0x11BF7]={
172461  category="nd",
172462  description="SUNUWAR DIGIT SEVEN",
172463  direction="l",
172464  linebreak="nu",
172465  unicodeslot=0x11BF7,
172466 },
172467 [0x11BF8]={
172468  category="nd",
172469  description="SUNUWAR DIGIT EIGHT",
172470  direction="l",
172471  linebreak="nu",
172472  unicodeslot=0x11BF8,
172473 },
172474 [0x11BF9]={
172475  category="nd",
172476  description="SUNUWAR DIGIT NINE",
172477  direction="l",
172478  linebreak="nu",
172479  unicodeslot=0x11BF9,
172480 },
172481 [0x11C00]={
172482  category="lo",
172483  description="BHAIKSUKI LETTER A",
172484  direction="l",
172485  linebreak="al",
172486  unicodeslot=0x11C00,
172487 },
172488 [0x11C01]={
172489  category="lo",
172490  description="BHAIKSUKI LETTER AA",
172491  direction="l",
172492  linebreak="al",
172493  unicodeslot=0x11C01,
172494 },
172495 [0x11C02]={
172496  category="lo",
172497  description="BHAIKSUKI LETTER I",
172498  direction="l",
172499  linebreak="al",
172500  unicodeslot=0x11C02,
172501 },
172502 [0x11C03]={
172503  category="lo",
172504  description="BHAIKSUKI LETTER II",
172505  direction="l",
172506  linebreak="al",
172507  unicodeslot=0x11C03,
172508 },
172509 [0x11C04]={
172510  category="lo",
172511  description="BHAIKSUKI LETTER U",
172512  direction="l",
172513  linebreak="al",
172514  unicodeslot=0x11C04,
172515 },
172516 [0x11C05]={
172517  category="lo",
172518  description="BHAIKSUKI LETTER UU",
172519  direction="l",
172520  linebreak="al",
172521  unicodeslot=0x11C05,
172522 },
172523 [0x11C06]={
172524  category="lo",
172525  description="BHAIKSUKI LETTER VOCALIC R",
172526  direction="l",
172527  linebreak="al",
172528  unicodeslot=0x11C06,
172529 },
172530 [0x11C07]={
172531  category="lo",
172532  description="BHAIKSUKI LETTER VOCALIC RR",
172533  direction="l",
172534  linebreak="al",
172535  unicodeslot=0x11C07,
172536 },
172537 [0x11C08]={
172538  category="lo",
172539  description="BHAIKSUKI LETTER VOCALIC L",
172540  direction="l",
172541  linebreak="al",
172542  unicodeslot=0x11C08,
172543 },
172544 [0x11C0A]={
172545  category="lo",
172546  description="BHAIKSUKI LETTER E",
172547  direction="l",
172548  linebreak="al",
172549  unicodeslot=0x11C0A,
172550 },
172551 [0x11C0B]={
172552  category="lo",
172553  description="BHAIKSUKI LETTER AI",
172554  direction="l",
172555  linebreak="al",
172556  unicodeslot=0x11C0B,
172557 },
172558 [0x11C0C]={
172559  category="lo",
172560  description="BHAIKSUKI LETTER O",
172561  direction="l",
172562  linebreak="al",
172563  unicodeslot=0x11C0C,
172564 },
172565 [0x11C0D]={
172566  category="lo",
172567  description="BHAIKSUKI LETTER AU",
172568  direction="l",
172569  linebreak="al",
172570  unicodeslot=0x11C0D,
172571 },
172572 [0x11C0E]={
172573  category="lo",
172574  description="BHAIKSUKI LETTER KA",
172575  direction="l",
172576  linebreak="al",
172577  unicodeslot=0x11C0E,
172578 },
172579 [0x11C0F]={
172580  category="lo",
172581  description="BHAIKSUKI LETTER KHA",
172582  direction="l",
172583  linebreak="al",
172584  unicodeslot=0x11C0F,
172585 },
172586 [0x11C10]={
172587  category="lo",
172588  description="BHAIKSUKI LETTER GA",
172589  direction="l",
172590  linebreak="al",
172591  unicodeslot=0x11C10,
172592 },
172593 [0x11C11]={
172594  category="lo",
172595  description="BHAIKSUKI LETTER GHA",
172596  direction="l",
172597  linebreak="al",
172598  unicodeslot=0x11C11,
172599 },
172600 [0x11C12]={
172601  category="lo",
172602  description="BHAIKSUKI LETTER NGA",
172603  direction="l",
172604  linebreak="al",
172605  unicodeslot=0x11C12,
172606 },
172607 [0x11C13]={
172608  category="lo",
172609  description="BHAIKSUKI LETTER CA",
172610  direction="l",
172611  linebreak="al",
172612  unicodeslot=0x11C13,
172613 },
172614 [0x11C14]={
172615  category="lo",
172616  description="BHAIKSUKI LETTER CHA",
172617  direction="l",
172618  linebreak="al",
172619  unicodeslot=0x11C14,
172620 },
172621 [0x11C15]={
172622  category="lo",
172623  description="BHAIKSUKI LETTER JA",
172624  direction="l",
172625  linebreak="al",
172626  unicodeslot=0x11C15,
172627 },
172628 [0x11C16]={
172629  category="lo",
172630  description="BHAIKSUKI LETTER JHA",
172631  direction="l",
172632  linebreak="al",
172633  unicodeslot=0x11C16,
172634 },
172635 [0x11C17]={
172636  category="lo",
172637  description="BHAIKSUKI LETTER NYA",
172638  direction="l",
172639  linebreak="al",
172640  unicodeslot=0x11C17,
172641 },
172642 [0x11C18]={
172643  category="lo",
172644  description="BHAIKSUKI LETTER TTA",
172645  direction="l",
172646  linebreak="al",
172647  unicodeslot=0x11C18,
172648 },
172649 [0x11C19]={
172650  category="lo",
172651  description="BHAIKSUKI LETTER TTHA",
172652  direction="l",
172653  linebreak="al",
172654  unicodeslot=0x11C19,
172655 },
172656 [0x11C1A]={
172657  category="lo",
172658  description="BHAIKSUKI LETTER DDA",
172659  direction="l",
172660  linebreak="al",
172661  unicodeslot=0x11C1A,
172662 },
172663 [0x11C1B]={
172664  category="lo",
172665  description="BHAIKSUKI LETTER DDHA",
172666  direction="l",
172667  linebreak="al",
172668  unicodeslot=0x11C1B,
172669 },
172670 [0x11C1C]={
172671  category="lo",
172672  description="BHAIKSUKI LETTER NNA",
172673  direction="l",
172674  linebreak="al",
172675  unicodeslot=0x11C1C,
172676 },
172677 [0x11C1D]={
172678  category="lo",
172679  description="BHAIKSUKI LETTER TA",
172680  direction="l",
172681  linebreak="al",
172682  unicodeslot=0x11C1D,
172683 },
172684 [0x11C1E]={
172685  category="lo",
172686  description="BHAIKSUKI LETTER THA",
172687  direction="l",
172688  linebreak="al",
172689  unicodeslot=0x11C1E,
172690 },
172691 [0x11C1F]={
172692  category="lo",
172693  description="BHAIKSUKI LETTER DA",
172694  direction="l",
172695  linebreak="al",
172696  unicodeslot=0x11C1F,
172697 },
172698 [0x11C20]={
172699  category="lo",
172700  description="BHAIKSUKI LETTER DHA",
172701  direction="l",
172702  linebreak="al",
172703  unicodeslot=0x11C20,
172704 },
172705 [0x11C21]={
172706  category="lo",
172707  description="BHAIKSUKI LETTER NA",
172708  direction="l",
172709  linebreak="al",
172710  unicodeslot=0x11C21,
172711 },
172712 [0x11C22]={
172713  category="lo",
172714  description="BHAIKSUKI LETTER PA",
172715  direction="l",
172716  linebreak="al",
172717  unicodeslot=0x11C22,
172718 },
172719 [0x11C23]={
172720  category="lo",
172721  description="BHAIKSUKI LETTER PHA",
172722  direction="l",
172723  linebreak="al",
172724  unicodeslot=0x11C23,
172725 },
172726 [0x11C24]={
172727  category="lo",
172728  description="BHAIKSUKI LETTER BA",
172729  direction="l",
172730  linebreak="al",
172731  unicodeslot=0x11C24,
172732 },
172733 [0x11C25]={
172734  category="lo",
172735  description="BHAIKSUKI LETTER BHA",
172736  direction="l",
172737  linebreak="al",
172738  unicodeslot=0x11C25,
172739 },
172740 [0x11C26]={
172741  category="lo",
172742  description="BHAIKSUKI LETTER MA",
172743  direction="l",
172744  linebreak="al",
172745  unicodeslot=0x11C26,
172746 },
172747 [0x11C27]={
172748  category="lo",
172749  description="BHAIKSUKI LETTER YA",
172750  direction="l",
172751  linebreak="al",
172752  unicodeslot=0x11C27,
172753 },
172754 [0x11C28]={
172755  category="lo",
172756  description="BHAIKSUKI LETTER RA",
172757  direction="l",
172758  linebreak="al",
172759  unicodeslot=0x11C28,
172760 },
172761 [0x11C29]={
172762  category="lo",
172763  description="BHAIKSUKI LETTER LA",
172764  direction="l",
172765  linebreak="al",
172766  unicodeslot=0x11C29,
172767 },
172768 [0x11C2A]={
172769  category="lo",
172770  description="BHAIKSUKI LETTER VA",
172771  direction="l",
172772  linebreak="al",
172773  unicodeslot=0x11C2A,
172774 },
172775 [0x11C2B]={
172776  category="lo",
172777  description="BHAIKSUKI LETTER SHA",
172778  direction="l",
172779  linebreak="al",
172780  unicodeslot=0x11C2B,
172781 },
172782 [0x11C2C]={
172783  category="lo",
172784  description="BHAIKSUKI LETTER SSA",
172785  direction="l",
172786  linebreak="al",
172787  unicodeslot=0x11C2C,
172788 },
172789 [0x11C2D]={
172790  category="lo",
172791  description="BHAIKSUKI LETTER SA",
172792  direction="l",
172793  linebreak="al",
172794  unicodeslot=0x11C2D,
172795 },
172796 [0x11C2E]={
172797  category="lo",
172798  description="BHAIKSUKI LETTER HA",
172799  direction="l",
172800  linebreak="al",
172801  unicodeslot=0x11C2E,
172802 },
172803 [0x11C2F]={
172804  category="mc",
172805  description="BHAIKSUKI VOWEL SIGN AA",
172806  direction="l",
172807  linebreak="cm",
172808  unicodeslot=0x11C2F,
172809 },
172810 [0x11C30]={
172811  category="mn",
172812  description="BHAIKSUKI VOWEL SIGN I",
172813  direction="nsm",
172814  linebreak="cm",
172815  unicodeslot=0x11C30,
172816 },
172817 [0x11C31]={
172818  category="mn",
172819  description="BHAIKSUKI VOWEL SIGN II",
172820  direction="nsm",
172821  linebreak="cm",
172822  unicodeslot=0x11C31,
172823 },
172824 [0x11C32]={
172825  category="mn",
172826  description="BHAIKSUKI VOWEL SIGN U",
172827  direction="nsm",
172828  linebreak="cm",
172829  unicodeslot=0x11C32,
172830 },
172831 [0x11C33]={
172832  category="mn",
172833  description="BHAIKSUKI VOWEL SIGN UU",
172834  direction="nsm",
172835  linebreak="cm",
172836  unicodeslot=0x11C33,
172837 },
172838 [0x11C34]={
172839  category="mn",
172840  description="BHAIKSUKI VOWEL SIGN VOCALIC R",
172841  direction="nsm",
172842  linebreak="cm",
172843  unicodeslot=0x11C34,
172844 },
172845 [0x11C35]={
172846  category="mn",
172847  description="BHAIKSUKI VOWEL SIGN VOCALIC RR",
172848  direction="nsm",
172849  linebreak="cm",
172850  unicodeslot=0x11C35,
172851 },
172852 [0x11C36]={
172853  category="mn",
172854  description="BHAIKSUKI VOWEL SIGN VOCALIC L",
172855  direction="nsm",
172856  linebreak="cm",
172857  unicodeslot=0x11C36,
172858 },
172859 [0x11C38]={
172860  category="mn",
172861  description="BHAIKSUKI VOWEL SIGN E",
172862  direction="nsm",
172863  linebreak="cm",
172864  unicodeslot=0x11C38,
172865 },
172866 [0x11C39]={
172867  category="mn",
172868  description="BHAIKSUKI VOWEL SIGN AI",
172869  direction="nsm",
172870  linebreak="cm",
172871  unicodeslot=0x11C39,
172872 },
172873 [0x11C3A]={
172874  category="mn",
172875  description="BHAIKSUKI VOWEL SIGN O",
172876  direction="nsm",
172877  linebreak="cm",
172878  unicodeslot=0x11C3A,
172879 },
172880 [0x11C3B]={
172881  category="mn",
172882  description="BHAIKSUKI VOWEL SIGN AU",
172883  direction="nsm",
172884  linebreak="cm",
172885  unicodeslot=0x11C3B,
172886 },
172887 [0x11C3C]={
172888  category="mn",
172889  description="BHAIKSUKI SIGN CANDRABINDU",
172890  direction="nsm",
172891  linebreak="cm",
172892  unicodeslot=0x11C3C,
172893 },
172894 [0x11C3D]={
172895  category="mn",
172896  description="BHAIKSUKI SIGN ANUSVARA",
172897  direction="nsm",
172898  linebreak="cm",
172899  unicodeslot=0x11C3D,
172900 },
172901 [0x11C3E]={
172902  category="mc",
172903  description="BHAIKSUKI SIGN VISARGA",
172904  direction="l",
172905  linebreak="cm",
172906  unicodeslot=0x11C3E,
172907 },
172908 [0x11C3F]={
172909  category="mn",
172910  combining=0x9,
172911  description="BHAIKSUKI SIGN VIRAMA",
172912  direction="l",
172913  linebreak="cm",
172914  unicodeslot=0x11C3F,
172915 },
172916 [0x11C40]={
172917  category="lo",
172918  description="BHAIKSUKI SIGN AVAGRAHA",
172919  direction="l",
172920  linebreak="al",
172921  unicodeslot=0x11C40,
172922 },
172923 [0x11C41]={
172924  category="po",
172925  description="BHAIKSUKI DANDA",
172926  direction="l",
172927  linebreak="ba",
172928  unicodeslot=0x11C41,
172929 },
172930 [0x11C42]={
172931  category="po",
172932  description="BHAIKSUKI DOUBLE DANDA",
172933  direction="l",
172934  linebreak="ba",
172935  unicodeslot=0x11C42,
172936 },
172937 [0x11C43]={
172938  category="po",
172939  description="BHAIKSUKI WORD SEPARATOR",
172940  direction="l",
172941  linebreak="ba",
172942  unicodeslot=0x11C43,
172943 },
172944 [0x11C44]={
172945  category="po",
172946  description="BHAIKSUKI GAP FILLER-1",
172947  direction="l",
172948  linebreak="ba",
172949  unicodeslot=0x11C44,
172950 },
172951 [0x11C45]={
172952  category="po",
172953  description="BHAIKSUKI GAP FILLER-2",
172954  direction="l",
172955  linebreak="ba",
172956  unicodeslot=0x11C45,
172957 },
172958 [0x11C50]={
172959  category="nd",
172960  description="BHAIKSUKI DIGIT ZERO",
172961  direction="l",
172962  linebreak="nu",
172963  unicodeslot=0x11C50,
172964 },
172965 [0x11C51]={
172966  category="nd",
172967  description="BHAIKSUKI DIGIT ONE",
172968  direction="l",
172969  linebreak="nu",
172970  unicodeslot=0x11C51,
172971 },
172972 [0x11C52]={
172973  category="nd",
172974  description="BHAIKSUKI DIGIT TWO",
172975  direction="l",
172976  linebreak="nu",
172977  unicodeslot=0x11C52,
172978 },
172979 [0x11C53]={
172980  category="nd",
172981  description="BHAIKSUKI DIGIT THREE",
172982  direction="l",
172983  linebreak="nu",
172984  unicodeslot=0x11C53,
172985 },
172986 [0x11C54]={
172987  category="nd",
172988  description="BHAIKSUKI DIGIT FOUR",
172989  direction="l",
172990  linebreak="nu",
172991  unicodeslot=0x11C54,
172992 },
172993 [0x11C55]={
172994  category="nd",
172995  description="BHAIKSUKI DIGIT FIVE",
172996  direction="l",
172997  linebreak="nu",
172998  unicodeslot=0x11C55,
172999 },
173000 [0x11C56]={
173001  category="nd",
173002  description="BHAIKSUKI DIGIT SIX",
173003  direction="l",
173004  linebreak="nu",
173005  unicodeslot=0x11C56,
173006 },
173007 [0x11C57]={
173008  category="nd",
173009  description="BHAIKSUKI DIGIT SEVEN",
173010  direction="l",
173011  linebreak="nu",
173012  unicodeslot=0x11C57,
173013 },
173014 [0x11C58]={
173015  category="nd",
173016  description="BHAIKSUKI DIGIT EIGHT",
173017  direction="l",
173018  linebreak="nu",
173019  unicodeslot=0x11C58,
173020 },
173021 [0x11C59]={
173022  category="nd",
173023  description="BHAIKSUKI DIGIT NINE",
173024  direction="l",
173025  linebreak="nu",
173026  unicodeslot=0x11C59,
173027 },
173028 [0x11C5A]={
173029  category="no",
173030  description="BHAIKSUKI NUMBER ONE",
173031  direction="l",
173032  linebreak="al",
173033  unicodeslot=0x11C5A,
173034 },
173035 [0x11C5B]={
173036  category="no",
173037  description="BHAIKSUKI NUMBER TWO",
173038  direction="l",
173039  linebreak="al",
173040  unicodeslot=0x11C5B,
173041 },
173042 [0x11C5C]={
173043  category="no",
173044  description="BHAIKSUKI NUMBER THREE",
173045  direction="l",
173046  linebreak="al",
173047  unicodeslot=0x11C5C,
173048 },
173049 [0x11C5D]={
173050  category="no",
173051  description="BHAIKSUKI NUMBER FOUR",
173052  direction="l",
173053  linebreak="al",
173054  unicodeslot=0x11C5D,
173055 },
173056 [0x11C5E]={
173057  category="no",
173058  description="BHAIKSUKI NUMBER FIVE",
173059  direction="l",
173060  linebreak="al",
173061  unicodeslot=0x11C5E,
173062 },
173063 [0x11C5F]={
173064  category="no",
173065  description="BHAIKSUKI NUMBER SIX",
173066  direction="l",
173067  linebreak="al",
173068  unicodeslot=0x11C5F,
173069 },
173070 [0x11C60]={
173071  category="no",
173072  description="BHAIKSUKI NUMBER SEVEN",
173073  direction="l",
173074  linebreak="al",
173075  unicodeslot=0x11C60,
173076 },
173077 [0x11C61]={
173078  category="no",
173079  description="BHAIKSUKI NUMBER EIGHT",
173080  direction="l",
173081  linebreak="al",
173082  unicodeslot=0x11C61,
173083 },
173084 [0x11C62]={
173085  category="no",
173086  description="BHAIKSUKI NUMBER NINE",
173087  direction="l",
173088  linebreak="al",
173089  unicodeslot=0x11C62,
173090 },
173091 [0x11C63]={
173092  category="no",
173093  description="BHAIKSUKI NUMBER TEN",
173094  direction="l",
173095  linebreak="al",
173096  unicodeslot=0x11C63,
173097 },
173098 [0x11C64]={
173099  category="no",
173100  description="BHAIKSUKI NUMBER TWENTY",
173101  direction="l",
173102  linebreak="al",
173103  unicodeslot=0x11C64,
173104 },
173105 [0x11C65]={
173106  category="no",
173107  description="BHAIKSUKI NUMBER THIRTY",
173108  direction="l",
173109  linebreak="al",
173110  unicodeslot=0x11C65,
173111 },
173112 [0x11C66]={
173113  category="no",
173114  description="BHAIKSUKI NUMBER FORTY",
173115  direction="l",
173116  linebreak="al",
173117  unicodeslot=0x11C66,
173118 },
173119 [0x11C67]={
173120  category="no",
173121  description="BHAIKSUKI NUMBER FIFTY",
173122  direction="l",
173123  linebreak="al",
173124  unicodeslot=0x11C67,
173125 },
173126 [0x11C68]={
173127  category="no",
173128  description="BHAIKSUKI NUMBER SIXTY",
173129  direction="l",
173130  linebreak="al",
173131  unicodeslot=0x11C68,
173132 },
173133 [0x11C69]={
173134  category="no",
173135  description="BHAIKSUKI NUMBER SEVENTY",
173136  direction="l",
173137  linebreak="al",
173138  unicodeslot=0x11C69,
173139 },
173140 [0x11C6A]={
173141  category="no",
173142  description="BHAIKSUKI NUMBER EIGHTY",
173143  direction="l",
173144  linebreak="al",
173145  unicodeslot=0x11C6A,
173146 },
173147 [0x11C6B]={
173148  category="no",
173149  description="BHAIKSUKI NUMBER NINETY",
173150  direction="l",
173151  linebreak="al",
173152  unicodeslot=0x11C6B,
173153 },
173154 [0x11C6C]={
173155  category="no",
173156  description="BHAIKSUKI HUNDREDS UNIT MARK",
173157  direction="l",
173158  linebreak="al",
173159  unicodeslot=0x11C6C,
173160 },
173161 [0x11C70]={
173162  category="po",
173163  description="MARCHEN HEAD MARK",
173164  direction="l",
173165  linebreak="bb",
173166  unicodeslot=0x11C70,
173167 },
173168 [0x11C71]={
173169  category="po",
173170  description="MARCHEN MARK SHAD",
173171  direction="l",
173172  linebreak="ex",
173173  unicodeslot=0x11C71,
173174 },
173175 [0x11C72]={
173176  category="lo",
173177  description="MARCHEN LETTER KA",
173178  direction="l",
173179  linebreak="al",
173180  unicodeslot=0x11C72,
173181 },
173182 [0x11C73]={
173183  category="lo",
173184  description="MARCHEN LETTER KHA",
173185  direction="l",
173186  linebreak="al",
173187  unicodeslot=0x11C73,
173188 },
173189 [0x11C74]={
173190  category="lo",
173191  description="MARCHEN LETTER GA",
173192  direction="l",
173193  linebreak="al",
173194  unicodeslot=0x11C74,
173195 },
173196 [0x11C75]={
173197  category="lo",
173198  description="MARCHEN LETTER NGA",
173199  direction="l",
173200  linebreak="al",
173201  unicodeslot=0x11C75,
173202 },
173203 [0x11C76]={
173204  category="lo",
173205  description="MARCHEN LETTER CA",
173206  direction="l",
173207  linebreak="al",
173208  unicodeslot=0x11C76,
173209 },
173210 [0x11C77]={
173211  category="lo",
173212  description="MARCHEN LETTER CHA",
173213  direction="l",
173214  linebreak="al",
173215  unicodeslot=0x11C77,
173216 },
173217 [0x11C78]={
173218  category="lo",
173219  description="MARCHEN LETTER JA",
173220  direction="l",
173221  linebreak="al",
173222  unicodeslot=0x11C78,
173223 },
173224 [0x11C79]={
173225  category="lo",
173226  description="MARCHEN LETTER NYA",
173227  direction="l",
173228  linebreak="al",
173229  unicodeslot=0x11C79,
173230 },
173231 [0x11C7A]={
173232  category="lo",
173233  description="MARCHEN LETTER TA",
173234  direction="l",
173235  linebreak="al",
173236  unicodeslot=0x11C7A,
173237 },
173238 [0x11C7B]={
173239  category="lo",
173240  description="MARCHEN LETTER THA",
173241  direction="l",
173242  linebreak="al",
173243  unicodeslot=0x11C7B,
173244 },
173245 [0x11C7C]={
173246  category="lo",
173247  description="MARCHEN LETTER DA",
173248  direction="l",
173249  linebreak="al",
173250  unicodeslot=0x11C7C,
173251 },
173252 [0x11C7D]={
173253  category="lo",
173254  description="MARCHEN LETTER NA",
173255  direction="l",
173256  linebreak="al",
173257  unicodeslot=0x11C7D,
173258 },
173259 [0x11C7E]={
173260  category="lo",
173261  description="MARCHEN LETTER PA",
173262  direction="l",
173263  linebreak="al",
173264  unicodeslot=0x11C7E,
173265 },
173266 [0x11C7F]={
173267  category="lo",
173268  description="MARCHEN LETTER PHA",
173269  direction="l",
173270  linebreak="al",
173271  unicodeslot=0x11C7F,
173272 },
173273 [0x11C80]={
173274  category="lo",
173275  description="MARCHEN LETTER BA",
173276  direction="l",
173277  linebreak="al",
173278  unicodeslot=0x11C80,
173279 },
173280 [0x11C81]={
173281  category="lo",
173282  description="MARCHEN LETTER MA",
173283  direction="l",
173284  linebreak="al",
173285  unicodeslot=0x11C81,
173286 },
173287 [0x11C82]={
173288  category="lo",
173289  description="MARCHEN LETTER TSA",
173290  direction="l",
173291  linebreak="al",
173292  unicodeslot=0x11C82,
173293 },
173294 [0x11C83]={
173295  category="lo",
173296  description="MARCHEN LETTER TSHA",
173297  direction="l",
173298  linebreak="al",
173299  unicodeslot=0x11C83,
173300 },
173301 [0x11C84]={
173302  category="lo",
173303  description="MARCHEN LETTER DZA",
173304  direction="l",
173305  linebreak="al",
173306  unicodeslot=0x11C84,
173307 },
173308 [0x11C85]={
173309  category="lo",
173310  description="MARCHEN LETTER WA",
173311  direction="l",
173312  linebreak="al",
173313  unicodeslot=0x11C85,
173314 },
173315 [0x11C86]={
173316  category="lo",
173317  description="MARCHEN LETTER ZHA",
173318  direction="l",
173319  linebreak="al",
173320  unicodeslot=0x11C86,
173321 },
173322 [0x11C87]={
173323  category="lo",
173324  description="MARCHEN LETTER ZA",
173325  direction="l",
173326  linebreak="al",
173327  unicodeslot=0x11C87,
173328 },
173329 [0x11C88]={
173330  category="lo",
173331  description="MARCHEN LETTER -A",
173332  direction="l",
173333  linebreak="al",
173334  unicodeslot=0x11C88,
173335 },
173336 [0x11C89]={
173337  category="lo",
173338  description="MARCHEN LETTER YA",
173339  direction="l",
173340  linebreak="al",
173341  unicodeslot=0x11C89,
173342 },
173343 [0x11C8A]={
173344  category="lo",
173345  description="MARCHEN LETTER RA",
173346  direction="l",
173347  linebreak="al",
173348  unicodeslot=0x11C8A,
173349 },
173350 [0x11C8B]={
173351  category="lo",
173352  description="MARCHEN LETTER LA",
173353  direction="l",
173354  linebreak="al",
173355  unicodeslot=0x11C8B,
173356 },
173357 [0x11C8C]={
173358  category="lo",
173359  description="MARCHEN LETTER SHA",
173360  direction="l",
173361  linebreak="al",
173362  unicodeslot=0x11C8C,
173363 },
173364 [0x11C8D]={
173365  category="lo",
173366  description="MARCHEN LETTER SA",
173367  direction="l",
173368  linebreak="al",
173369  unicodeslot=0x11C8D,
173370 },
173371 [0x11C8E]={
173372  category="lo",
173373  description="MARCHEN LETTER HA",
173374  direction="l",
173375  linebreak="al",
173376  unicodeslot=0x11C8E,
173377 },
173378 [0x11C8F]={
173379  category="lo",
173380  description="MARCHEN LETTER A",
173381  direction="l",
173382  linebreak="al",
173383  unicodeslot=0x11C8F,
173384 },
173385 [0x11C92]={
173386  category="mn",
173387  description="MARCHEN SUBJOINED LETTER KA",
173388  direction="nsm",
173389  linebreak="cm",
173390  unicodeslot=0x11C92,
173391 },
173392 [0x11C93]={
173393  category="mn",
173394  description="MARCHEN SUBJOINED LETTER KHA",
173395  direction="nsm",
173396  linebreak="cm",
173397  unicodeslot=0x11C93,
173398 },
173399 [0x11C94]={
173400  category="mn",
173401  description="MARCHEN SUBJOINED LETTER GA",
173402  direction="nsm",
173403  linebreak="cm",
173404  unicodeslot=0x11C94,
173405 },
173406 [0x11C95]={
173407  category="mn",
173408  description="MARCHEN SUBJOINED LETTER NGA",
173409  direction="nsm",
173410  linebreak="cm",
173411  unicodeslot=0x11C95,
173412 },
173413 [0x11C96]={
173414  category="mn",
173415  description="MARCHEN SUBJOINED LETTER CA",
173416  direction="nsm",
173417  linebreak="cm",
173418  unicodeslot=0x11C96,
173419 },
173420 [0x11C97]={
173421  category="mn",
173422  description="MARCHEN SUBJOINED LETTER CHA",
173423  direction="nsm",
173424  linebreak="cm",
173425  unicodeslot=0x11C97,
173426 },
173427 [0x11C98]={
173428  category="mn",
173429  description="MARCHEN SUBJOINED LETTER JA",
173430  direction="nsm",
173431  linebreak="cm",
173432  unicodeslot=0x11C98,
173433 },
173434 [0x11C99]={
173435  category="mn",
173436  description="MARCHEN SUBJOINED LETTER NYA",
173437  direction="nsm",
173438  linebreak="cm",
173439  unicodeslot=0x11C99,
173440 },
173441 [0x11C9A]={
173442  category="mn",
173443  description="MARCHEN SUBJOINED LETTER TA",
173444  direction="nsm",
173445  linebreak="cm",
173446  unicodeslot=0x11C9A,
173447 },
173448 [0x11C9B]={
173449  category="mn",
173450  description="MARCHEN SUBJOINED LETTER THA",
173451  direction="nsm",
173452  linebreak="cm",
173453  unicodeslot=0x11C9B,
173454 },
173455 [0x11C9C]={
173456  category="mn",
173457  description="MARCHEN SUBJOINED LETTER DA",
173458  direction="nsm",
173459  linebreak="cm",
173460  unicodeslot=0x11C9C,
173461 },
173462 [0x11C9D]={
173463  category="mn",
173464  description="MARCHEN SUBJOINED LETTER NA",
173465  direction="nsm",
173466  linebreak="cm",
173467  unicodeslot=0x11C9D,
173468 },
173469 [0x11C9E]={
173470  category="mn",
173471  description="MARCHEN SUBJOINED LETTER PA",
173472  direction="nsm",
173473  linebreak="cm",
173474  unicodeslot=0x11C9E,
173475 },
173476 [0x11C9F]={
173477  category="mn",
173478  description="MARCHEN SUBJOINED LETTER PHA",
173479  direction="nsm",
173480  linebreak="cm",
173481  unicodeslot=0x11C9F,
173482 },
173483 [0x11CA0]={
173484  category="mn",
173485  description="MARCHEN SUBJOINED LETTER BA",
173486  direction="nsm",
173487  linebreak="cm",
173488  unicodeslot=0x11CA0,
173489 },
173490 [0x11CA1]={
173491  category="mn",
173492  description="MARCHEN SUBJOINED LETTER MA",
173493  direction="nsm",
173494  linebreak="cm",
173495  unicodeslot=0x11CA1,
173496 },
173497 [0x11CA2]={
173498  category="mn",
173499  description="MARCHEN SUBJOINED LETTER TSA",
173500  direction="nsm",
173501  linebreak="cm",
173502  unicodeslot=0x11CA2,
173503 },
173504 [0x11CA3]={
173505  category="mn",
173506  description="MARCHEN SUBJOINED LETTER TSHA",
173507  direction="nsm",
173508  linebreak="cm",
173509  unicodeslot=0x11CA3,
173510 },
173511 [0x11CA4]={
173512  category="mn",
173513  description="MARCHEN SUBJOINED LETTER DZA",
173514  direction="nsm",
173515  linebreak="cm",
173516  unicodeslot=0x11CA4,
173517 },
173518 [0x11CA5]={
173519  category="mn",
173520  description="MARCHEN SUBJOINED LETTER WA",
173521  direction="nsm",
173522  linebreak="cm",
173523  unicodeslot=0x11CA5,
173524 },
173525 [0x11CA6]={
173526  category="mn",
173527  description="MARCHEN SUBJOINED LETTER ZHA",
173528  direction="nsm",
173529  linebreak="cm",
173530  unicodeslot=0x11CA6,
173531 },
173532 [0x11CA7]={
173533  category="mn",
173534  description="MARCHEN SUBJOINED LETTER ZA",
173535  direction="nsm",
173536  linebreak="cm",
173537  unicodeslot=0x11CA7,
173538 },
173539 [0x11CA9]={
173540  category="mc",
173541  description="MARCHEN SUBJOINED LETTER YA",
173542  direction="l",
173543  linebreak="cm",
173544  unicodeslot=0x11CA9,
173545 },
173546 [0x11CAA]={
173547  category="mn",
173548  description="MARCHEN SUBJOINED LETTER RA",
173549  direction="nsm",
173550  linebreak="cm",
173551  unicodeslot=0x11CAA,
173552 },
173553 [0x11CAB]={
173554  category="mn",
173555  description="MARCHEN SUBJOINED LETTER LA",
173556  direction="nsm",
173557  linebreak="cm",
173558  unicodeslot=0x11CAB,
173559 },
173560 [0x11CAC]={
173561  category="mn",
173562  description="MARCHEN SUBJOINED LETTER SHA",
173563  direction="nsm",
173564  linebreak="cm",
173565  unicodeslot=0x11CAC,
173566 },
173567 [0x11CAD]={
173568  category="mn",
173569  description="MARCHEN SUBJOINED LETTER SA",
173570  direction="nsm",
173571  linebreak="cm",
173572  unicodeslot=0x11CAD,
173573 },
173574 [0x11CAE]={
173575  category="mn",
173576  description="MARCHEN SUBJOINED LETTER HA",
173577  direction="nsm",
173578  linebreak="cm",
173579  unicodeslot=0x11CAE,
173580 },
173581 [0x11CAF]={
173582  category="mn",
173583  description="MARCHEN SUBJOINED LETTER A",
173584  direction="nsm",
173585  linebreak="cm",
173586  unicodeslot=0x11CAF,
173587 },
173588 [0x11CB0]={
173589  category="mn",
173590  description="MARCHEN VOWEL SIGN AA",
173591  direction="nsm",
173592  linebreak="cm",
173593  unicodeslot=0x11CB0,
173594 },
173595 [0x11CB1]={
173596  category="mc",
173597  description="MARCHEN VOWEL SIGN I",
173598  direction="l",
173599  linebreak="cm",
173600  unicodeslot=0x11CB1,
173601 },
173602 [0x11CB2]={
173603  category="mn",
173604  description="MARCHEN VOWEL SIGN U",
173605  direction="nsm",
173606  linebreak="cm",
173607  unicodeslot=0x11CB2,
173608 },
173609 [0x11CB3]={
173610  category="mn",
173611  description="MARCHEN VOWEL SIGN E",
173612  direction="nsm",
173613  linebreak="cm",
173614  unicodeslot=0x11CB3,
173615 },
173616 [0x11CB4]={
173617  category="mc",
173618  description="MARCHEN VOWEL SIGN O",
173619  direction="l",
173620  linebreak="cm",
173621  unicodeslot=0x11CB4,
173622 },
173623 [0x11CB5]={
173624  category="mn",
173625  description="MARCHEN SIGN ANUSVARA",
173626  direction="nsm",
173627  linebreak="cm",
173628  unicodeslot=0x11CB5,
173629 },
173630 [0x11CB6]={
173631  category="mn",
173632  description="MARCHEN SIGN CANDRABINDU",
173633  direction="nsm",
173634  linebreak="cm",
173635  unicodeslot=0x11CB6,
173636 },
173637 [0x11D00]={
173638  category="lo",
173639  description="MASARAM GONDI LETTER A",
173640  direction="l",
173641  linebreak="al",
173642  unicodeslot=0x11D00,
173643 },
173644 [0x11D01]={
173645  category="lo",
173646  description="MASARAM GONDI LETTER AA",
173647  direction="l",
173648  linebreak="al",
173649  unicodeslot=0x11D01,
173650 },
173651 [0x11D02]={
173652  category="lo",
173653  description="MASARAM GONDI LETTER I",
173654  direction="l",
173655  linebreak="al",
173656  unicodeslot=0x11D02,
173657 },
173658 [0x11D03]={
173659  category="lo",
173660  description="MASARAM GONDI LETTER II",
173661  direction="l",
173662  linebreak="al",
173663  unicodeslot=0x11D03,
173664 },
173665 [0x11D04]={
173666  category="lo",
173667  description="MASARAM GONDI LETTER U",
173668  direction="l",
173669  linebreak="al",
173670  unicodeslot=0x11D04,
173671 },
173672 [0x11D05]={
173673  category="lo",
173674  description="MASARAM GONDI LETTER UU",
173675  direction="l",
173676  linebreak="al",
173677  unicodeslot=0x11D05,
173678 },
173679 [0x11D06]={
173680  category="lo",
173681  description="MASARAM GONDI LETTER E",
173682  direction="l",
173683  linebreak="al",
173684  unicodeslot=0x11D06,
173685 },
173686 [0x11D08]={
173687  category="lo",
173688  description="MASARAM GONDI LETTER AI",
173689  direction="l",
173690  linebreak="al",
173691  unicodeslot=0x11D08,
173692 },
173693 [0x11D09]={
173694  category="lo",
173695  description="MASARAM GONDI LETTER O",
173696  direction="l",
173697  linebreak="al",
173698  unicodeslot=0x11D09,
173699 },
173700 [0x11D0B]={
173701  category="lo",
173702  description="MASARAM GONDI LETTER AU",
173703  direction="l",
173704  linebreak="al",
173705  unicodeslot=0x11D0B,
173706 },
173707 [0x11D0C]={
173708  category="lo",
173709  description="MASARAM GONDI LETTER KA",
173710  direction="l",
173711  linebreak="al",
173712  unicodeslot=0x11D0C,
173713 },
173714 [0x11D0D]={
173715  category="lo",
173716  description="MASARAM GONDI LETTER KHA",
173717  direction="l",
173718  linebreak="al",
173719  unicodeslot=0x11D0D,
173720 },
173721 [0x11D0E]={
173722  category="lo",
173723  description="MASARAM GONDI LETTER GA",
173724  direction="l",
173725  linebreak="al",
173726  unicodeslot=0x11D0E,
173727 },
173728 [0x11D0F]={
173729  category="lo",
173730  description="MASARAM GONDI LETTER GHA",
173731  direction="l",
173732  linebreak="al",
173733  unicodeslot=0x11D0F,
173734 },
173735 [0x11D10]={
173736  category="lo",
173737  description="MASARAM GONDI LETTER NGA",
173738  direction="l",
173739  linebreak="al",
173740  unicodeslot=0x11D10,
173741 },
173742 [0x11D11]={
173743  category="lo",
173744  description="MASARAM GONDI LETTER CA",
173745  direction="l",
173746  linebreak="al",
173747  unicodeslot=0x11D11,
173748 },
173749 [0x11D12]={
173750  category="lo",
173751  description="MASARAM GONDI LETTER CHA",
173752  direction="l",
173753  linebreak="al",
173754  unicodeslot=0x11D12,
173755 },
173756 [0x11D13]={
173757  category="lo",
173758  description="MASARAM GONDI LETTER JA",
173759  direction="l",
173760  linebreak="al",
173761  unicodeslot=0x11D13,
173762 },
173763 [0x11D14]={
173764  category="lo",
173765  description="MASARAM GONDI LETTER JHA",
173766  direction="l",
173767  linebreak="al",
173768  unicodeslot=0x11D14,
173769 },
173770 [0x11D15]={
173771  category="lo",
173772  description="MASARAM GONDI LETTER NYA",
173773  direction="l",
173774  linebreak="al",
173775  unicodeslot=0x11D15,
173776 },
173777 [0x11D16]={
173778  category="lo",
173779  description="MASARAM GONDI LETTER TTA",
173780  direction="l",
173781  linebreak="al",
173782  unicodeslot=0x11D16,
173783 },
173784 [0x11D17]={
173785  category="lo",
173786  description="MASARAM GONDI LETTER TTHA",
173787  direction="l",
173788  linebreak="al",
173789  unicodeslot=0x11D17,
173790 },
173791 [0x11D18]={
173792  category="lo",
173793  description="MASARAM GONDI LETTER DDA",
173794  direction="l",
173795  linebreak="al",
173796  unicodeslot=0x11D18,
173797 },
173798 [0x11D19]={
173799  category="lo",
173800  description="MASARAM GONDI LETTER DDHA",
173801  direction="l",
173802  linebreak="al",
173803  unicodeslot=0x11D19,
173804 },
173805 [0x11D1A]={
173806  category="lo",
173807  description="MASARAM GONDI LETTER NNA",
173808  direction="l",
173809  linebreak="al",
173810  unicodeslot=0x11D1A,
173811 },
173812 [0x11D1B]={
173813  category="lo",
173814  description="MASARAM GONDI LETTER TA",
173815  direction="l",
173816  linebreak="al",
173817  unicodeslot=0x11D1B,
173818 },
173819 [0x11D1C]={
173820  category="lo",
173821  description="MASARAM GONDI LETTER THA",
173822  direction="l",
173823  linebreak="al",
173824  unicodeslot=0x11D1C,
173825 },
173826 [0x11D1D]={
173827  category="lo",
173828  description="MASARAM GONDI LETTER DA",
173829  direction="l",
173830  linebreak="al",
173831  unicodeslot=0x11D1D,
173832 },
173833 [0x11D1E]={
173834  category="lo",
173835  description="MASARAM GONDI LETTER DHA",
173836  direction="l",
173837  linebreak="al",
173838  unicodeslot=0x11D1E,
173839 },
173840 [0x11D1F]={
173841  category="lo",
173842  description="MASARAM GONDI LETTER NA",
173843  direction="l",
173844  linebreak="al",
173845  unicodeslot=0x11D1F,
173846 },
173847 [0x11D20]={
173848  category="lo",
173849  description="MASARAM GONDI LETTER PA",
173850  direction="l",
173851  linebreak="al",
173852  unicodeslot=0x11D20,
173853 },
173854 [0x11D21]={
173855  category="lo",
173856  description="MASARAM GONDI LETTER PHA",
173857  direction="l",
173858  linebreak="al",
173859  unicodeslot=0x11D21,
173860 },
173861 [0x11D22]={
173862  category="lo",
173863  description="MASARAM GONDI LETTER BA",
173864  direction="l",
173865  linebreak="al",
173866  unicodeslot=0x11D22,
173867 },
173868 [0x11D23]={
173869  category="lo",
173870  description="MASARAM GONDI LETTER BHA",
173871  direction="l",
173872  linebreak="al",
173873  unicodeslot=0x11D23,
173874 },
173875 [0x11D24]={
173876  category="lo",
173877  description="MASARAM GONDI LETTER MA",
173878  direction="l",
173879  linebreak="al",
173880  unicodeslot=0x11D24,
173881 },
173882 [0x11D25]={
173883  category="lo",
173884  description="MASARAM GONDI LETTER YA",
173885  direction="l",
173886  linebreak="al",
173887  unicodeslot=0x11D25,
173888 },
173889 [0x11D26]={
173890  category="lo",
173891  description="MASARAM GONDI LETTER RA",
173892  direction="l",
173893  linebreak="al",
173894  unicodeslot=0x11D26,
173895 },
173896 [0x11D27]={
173897  category="lo",
173898  description="MASARAM GONDI LETTER LA",
173899  direction="l",
173900  linebreak="al",
173901  unicodeslot=0x11D27,
173902 },
173903 [0x11D28]={
173904  category="lo",
173905  description="MASARAM GONDI LETTER VA",
173906  direction="l",
173907  linebreak="al",
173908  unicodeslot=0x11D28,
173909 },
173910 [0x11D29]={
173911  category="lo",
173912  description="MASARAM GONDI LETTER SHA",
173913  direction="l",
173914  linebreak="al",
173915  unicodeslot=0x11D29,
173916 },
173917 [0x11D2A]={
173918  category="lo",
173919  description="MASARAM GONDI LETTER SSA",
173920  direction="l",
173921  linebreak="al",
173922  unicodeslot=0x11D2A,
173923 },
173924 [0x11D2B]={
173925  category="lo",
173926  description="MASARAM GONDI LETTER SA",
173927  direction="l",
173928  linebreak="al",
173929  unicodeslot=0x11D2B,
173930 },
173931 [0x11D2C]={
173932  category="lo",
173933  description="MASARAM GONDI LETTER HA",
173934  direction="l",
173935  linebreak="al",
173936  unicodeslot=0x11D2C,
173937 },
173938 [0x11D2D]={
173939  category="lo",
173940  description="MASARAM GONDI LETTER LLA",
173941  direction="l",
173942  linebreak="al",
173943  unicodeslot=0x11D2D,
173944 },
173945 [0x11D2E]={
173946  category="lo",
173947  description="MASARAM GONDI LETTER KSSA",
173948  direction="l",
173949  linebreak="al",
173950  unicodeslot=0x11D2E,
173951 },
173952 [0x11D2F]={
173953  category="lo",
173954  description="MASARAM GONDI LETTER JNYA",
173955  direction="l",
173956  linebreak="al",
173957  unicodeslot=0x11D2F,
173958 },
173959 [0x11D30]={
173960  category="lo",
173961  description="MASARAM GONDI LETTER TRA",
173962  direction="l",
173963  linebreak="al",
173964  unicodeslot=0x11D30,
173965 },
173966 [0x11D31]={
173967  category="mn",
173968  description="MASARAM GONDI VOWEL SIGN AA",
173969  direction="nsm",
173970  linebreak="cm",
173971  unicodeslot=0x11D31,
173972 },
173973 [0x11D32]={
173974  category="mn",
173975  description="MASARAM GONDI VOWEL SIGN I",
173976  direction="nsm",
173977  linebreak="cm",
173978  unicodeslot=0x11D32,
173979 },
173980 [0x11D33]={
173981  category="mn",
173982  description="MASARAM GONDI VOWEL SIGN II",
173983  direction="nsm",
173984  linebreak="cm",
173985  unicodeslot=0x11D33,
173986 },
173987 [0x11D34]={
173988  category="mn",
173989  description="MASARAM GONDI VOWEL SIGN U",
173990  direction="nsm",
173991  linebreak="cm",
173992  unicodeslot=0x11D34,
173993 },
173994 [0x11D35]={
173995  category="mn",
173996  description="MASARAM GONDI VOWEL SIGN UU",
173997  direction="nsm",
173998  linebreak="cm",
173999  unicodeslot=0x11D35,
174000 },
174001 [0x11D36]={
174002  category="mn",
174003  description="MASARAM GONDI VOWEL SIGN VOCALIC R",
174004  direction="nsm",
174005  linebreak="cm",
174006  unicodeslot=0x11D36,
174007 },
174008 [0x11D3A]={
174009  category="mn",
174010  description="MASARAM GONDI VOWEL SIGN E",
174011  direction="nsm",
174012  linebreak="cm",
174013  unicodeslot=0x11D3A,
174014 },
174015 [0x11D3C]={
174016  category="mn",
174017  description="MASARAM GONDI VOWEL SIGN AI",
174018  direction="nsm",
174019  linebreak="cm",
174020  unicodeslot=0x11D3C,
174021 },
174022 [0x11D3D]={
174023  category="mn",
174024  description="MASARAM GONDI VOWEL SIGN O",
174025  direction="nsm",
174026  linebreak="cm",
174027  unicodeslot=0x11D3D,
174028 },
174029 [0x11D3F]={
174030  category="mn",
174031  description="MASARAM GONDI VOWEL SIGN AU",
174032  direction="nsm",
174033  linebreak="cm",
174034  unicodeslot=0x11D3F,
174035 },
174036 [0x11D40]={
174037  category="mn",
174038  description="MASARAM GONDI SIGN ANUSVARA",
174039  direction="nsm",
174040  linebreak="cm",
174041  unicodeslot=0x11D40,
174042 },
174043 [0x11D41]={
174044  category="mn",
174045  description="MASARAM GONDI SIGN VISARGA",
174046  direction="nsm",
174047  linebreak="cm",
174048  unicodeslot=0x11D41,
174049 },
174050 [0x11D42]={
174051  category="mn",
174052  combining=0x7,
174053  description="MASARAM GONDI SIGN NUKTA",
174054  direction="nsm",
174055  linebreak="cm",
174056  unicodeslot=0x11D42,
174057 },
174058 [0x11D43]={
174059  category="mn",
174060  description="MASARAM GONDI SIGN CANDRA",
174061  direction="nsm",
174062  linebreak="cm",
174063  unicodeslot=0x11D43,
174064 },
174065 [0x11D44]={
174066  category="mn",
174067  combining=0x9,
174068  description="MASARAM GONDI SIGN HALANTA",
174069  direction="nsm",
174070  linebreak="cm",
174071  unicodeslot=0x11D44,
174072 },
174073 [0x11D45]={
174074  category="mn",
174075  combining=0x9,
174076  description="MASARAM GONDI VIRAMA",
174077  direction="nsm",
174078  linebreak="cm",
174079  unicodeslot=0x11D45,
174080 },
174081 [0x11D46]={
174082  category="lo",
174083  description="MASARAM GONDI REPHA",
174084  direction="l",
174085  linebreak="al",
174086  unicodeslot=0x11D46,
174087 },
174088 [0x11D47]={
174089  category="mn",
174090  description="MASARAM GONDI RA-KARA",
174091  direction="nsm",
174092  linebreak="cm",
174093  unicodeslot=0x11D47,
174094 },
174095 [0x11D50]={
174096  category="nd",
174097  description="MASARAM GONDI DIGIT ZERO",
174098  direction="l",
174099  linebreak="nu",
174100  unicodeslot=0x11D50,
174101 },
174102 [0x11D51]={
174103  category="nd",
174104  description="MASARAM GONDI DIGIT ONE",
174105  direction="l",
174106  linebreak="nu",
174107  unicodeslot=0x11D51,
174108 },
174109 [0x11D52]={
174110  category="nd",
174111  description="MASARAM GONDI DIGIT TWO",
174112  direction="l",
174113  linebreak="nu",
174114  unicodeslot=0x11D52,
174115 },
174116 [0x11D53]={
174117  category="nd",
174118  description="MASARAM GONDI DIGIT THREE",
174119  direction="l",
174120  linebreak="nu",
174121  unicodeslot=0x11D53,
174122 },
174123 [0x11D54]={
174124  category="nd",
174125  description="MASARAM GONDI DIGIT FOUR",
174126  direction="l",
174127  linebreak="nu",
174128  unicodeslot=0x11D54,
174129 },
174130 [0x11D55]={
174131  category="nd",
174132  description="MASARAM GONDI DIGIT FIVE",
174133  direction="l",
174134  linebreak="nu",
174135  unicodeslot=0x11D55,
174136 },
174137 [0x11D56]={
174138  category="nd",
174139  description="MASARAM GONDI DIGIT SIX",
174140  direction="l",
174141  linebreak="nu",
174142  unicodeslot=0x11D56,
174143 },
174144 [0x11D57]={
174145  category="nd",
174146  description="MASARAM GONDI DIGIT SEVEN",
174147  direction="l",
174148  linebreak="nu",
174149  unicodeslot=0x11D57,
174150 },
174151 [0x11D58]={
174152  category="nd",
174153  description="MASARAM GONDI DIGIT EIGHT",
174154  direction="l",
174155  linebreak="nu",
174156  unicodeslot=0x11D58,
174157 },
174158 [0x11D59]={
174159  category="nd",
174160  description="MASARAM GONDI DIGIT NINE",
174161  direction="l",
174162  linebreak="nu",
174163  unicodeslot=0x11D59,
174164 },
174165 [0x11D60]={
174166  category="lo",
174167  description="GUNJALA GONDI LETTER A",
174168  direction="l",
174169  linebreak="al",
174170  unicodeslot=0x11D60,
174171 },
174172 [0x11D61]={
174173  category="lo",
174174  description="GUNJALA GONDI LETTER AA",
174175  direction="l",
174176  linebreak="al",
174177  unicodeslot=0x11D61,
174178 },
174179 [0x11D62]={
174180  category="lo",
174181  description="GUNJALA GONDI LETTER I",
174182  direction="l",
174183  linebreak="al",
174184  unicodeslot=0x11D62,
174185 },
174186 [0x11D63]={
174187  category="lo",
174188  description="GUNJALA GONDI LETTER II",
174189  direction="l",
174190  linebreak="al",
174191  unicodeslot=0x11D63,
174192 },
174193 [0x11D64]={
174194  category="lo",
174195  description="GUNJALA GONDI LETTER U",
174196  direction="l",
174197  linebreak="al",
174198  unicodeslot=0x11D64,
174199 },
174200 [0x11D65]={
174201  category="lo",
174202  description="GUNJALA GONDI LETTER UU",
174203  direction="l",
174204  linebreak="al",
174205  unicodeslot=0x11D65,
174206 },
174207 [0x11D67]={
174208  category="lo",
174209  description="GUNJALA GONDI LETTER EE",
174210  direction="l",
174211  linebreak="al",
174212  unicodeslot=0x11D67,
174213 },
174214 [0x11D68]={
174215  category="lo",
174216  description="GUNJALA GONDI LETTER AI",
174217  direction="l",
174218  linebreak="al",
174219  unicodeslot=0x11D68,
174220 },
174221 [0x11D6A]={
174222  category="lo",
174223  description="GUNJALA GONDI LETTER OO",
174224  direction="l",
174225  linebreak="al",
174226  unicodeslot=0x11D6A,
174227 },
174228 [0x11D6B]={
174229  category="lo",
174230  description="GUNJALA GONDI LETTER AU",
174231  direction="l",
174232  linebreak="al",
174233  unicodeslot=0x11D6B,
174234 },
174235 [0x11D6C]={
174236  category="lo",
174237  description="GUNJALA GONDI LETTER YA",
174238  direction="l",
174239  linebreak="al",
174240  unicodeslot=0x11D6C,
174241 },
174242 [0x11D6D]={
174243  category="lo",
174244  description="GUNJALA GONDI LETTER VA",
174245  direction="l",
174246  linebreak="al",
174247  unicodeslot=0x11D6D,
174248 },
174249 [0x11D6E]={
174250  category="lo",
174251  description="GUNJALA GONDI LETTER BA",
174252  direction="l",
174253  linebreak="al",
174254  unicodeslot=0x11D6E,
174255 },
174256 [0x11D6F]={
174257  category="lo",
174258  description="GUNJALA GONDI LETTER BHA",
174259  direction="l",
174260  linebreak="al",
174261  unicodeslot=0x11D6F,
174262 },
174263 [0x11D70]={
174264  category="lo",
174265  description="GUNJALA GONDI LETTER MA",
174266  direction="l",
174267  linebreak="al",
174268  unicodeslot=0x11D70,
174269 },
174270 [0x11D71]={
174271  category="lo",
174272  description="GUNJALA GONDI LETTER KA",
174273  direction="l",
174274  linebreak="al",
174275  unicodeslot=0x11D71,
174276 },
174277 [0x11D72]={
174278  category="lo",
174279  description="GUNJALA GONDI LETTER KHA",
174280  direction="l",
174281  linebreak="al",
174282  unicodeslot=0x11D72,
174283 },
174284 [0x11D73]={
174285  category="lo",
174286  description="GUNJALA GONDI LETTER TA",
174287  direction="l",
174288  linebreak="al",
174289  unicodeslot=0x11D73,
174290 },
174291 [0x11D74]={
174292  category="lo",
174293  description="GUNJALA GONDI LETTER THA",
174294  direction="l",
174295  linebreak="al",
174296  unicodeslot=0x11D74,
174297 },
174298 [0x11D75]={
174299  category="lo",
174300  description="GUNJALA GONDI LETTER LA",
174301  direction="l",
174302  linebreak="al",
174303  unicodeslot=0x11D75,
174304 },
174305 [0x11D76]={
174306  category="lo",
174307  description="GUNJALA GONDI LETTER GA",
174308  direction="l",
174309  linebreak="al",
174310  unicodeslot=0x11D76,
174311 },
174312 [0x11D77]={
174313  category="lo",
174314  description="GUNJALA GONDI LETTER GHA",
174315  direction="l",
174316  linebreak="al",
174317  unicodeslot=0x11D77,
174318 },
174319 [0x11D78]={
174320  category="lo",
174321  description="GUNJALA GONDI LETTER DA",
174322  direction="l",
174323  linebreak="al",
174324  unicodeslot=0x11D78,
174325 },
174326 [0x11D79]={
174327  category="lo",
174328  description="GUNJALA GONDI LETTER DHA",
174329  direction="l",
174330  linebreak="al",
174331  unicodeslot=0x11D79,
174332 },
174333 [0x11D7A]={
174334  category="lo",
174335  description="GUNJALA GONDI LETTER NA",
174336  direction="l",
174337  linebreak="al",
174338  unicodeslot=0x11D7A,
174339 },
174340 [0x11D7B]={
174341  category="lo",
174342  description="GUNJALA GONDI LETTER CA",
174343  direction="l",
174344  linebreak="al",
174345  unicodeslot=0x11D7B,
174346 },
174347 [0x11D7C]={
174348  category="lo",
174349  description="GUNJALA GONDI LETTER CHA",
174350  direction="l",
174351  linebreak="al",
174352  unicodeslot=0x11D7C,
174353 },
174354 [0x11D7D]={
174355  category="lo",
174356  description="GUNJALA GONDI LETTER TTA",
174357  direction="l",
174358  linebreak="al",
174359  unicodeslot=0x11D7D,
174360 },
174361 [0x11D7E]={
174362  category="lo",
174363  description="GUNJALA GONDI LETTER TTHA",
174364  direction="l",
174365  linebreak="al",
174366  unicodeslot=0x11D7E,
174367 },
174368 [0x11D7F]={
174369  category="lo",
174370  description="GUNJALA GONDI LETTER LLA",
174371  direction="l",
174372  linebreak="al",
174373  unicodeslot=0x11D7F,
174374 },
174375 [0x11D80]={
174376  category="lo",
174377  description="GUNJALA GONDI LETTER JA",
174378  direction="l",
174379  linebreak="al",
174380  unicodeslot=0x11D80,
174381 },
174382 [0x11D81]={
174383  category="lo",
174384  description="GUNJALA GONDI LETTER JHA",
174385  direction="l",
174386  linebreak="al",
174387  unicodeslot=0x11D81,
174388 },
174389 [0x11D82]={
174390  category="lo",
174391  description="GUNJALA GONDI LETTER DDA",
174392  direction="l",
174393  linebreak="al",
174394  unicodeslot=0x11D82,
174395 },
174396 [0x11D83]={
174397  category="lo",
174398  description="GUNJALA GONDI LETTER DDHA",
174399  direction="l",
174400  linebreak="al",
174401  unicodeslot=0x11D83,
174402 },
174403 [0x11D84]={
174404  category="lo",
174405  description="GUNJALA GONDI LETTER NGA",
174406  direction="l",
174407  linebreak="al",
174408  unicodeslot=0x11D84,
174409 },
174410 [0x11D85]={
174411  category="lo",
174412  description="GUNJALA GONDI LETTER PA",
174413  direction="l",
174414  linebreak="al",
174415  unicodeslot=0x11D85,
174416 },
174417 [0x11D86]={
174418  category="lo",
174419  description="GUNJALA GONDI LETTER PHA",
174420  direction="l",
174421  linebreak="al",
174422  unicodeslot=0x11D86,
174423 },
174424 [0x11D87]={
174425  category="lo",
174426  description="GUNJALA GONDI LETTER HA",
174427  direction="l",
174428  linebreak="al",
174429  unicodeslot=0x11D87,
174430 },
174431 [0x11D88]={
174432  category="lo",
174433  description="GUNJALA GONDI LETTER RA",
174434  direction="l",
174435  linebreak="al",
174436  unicodeslot=0x11D88,
174437 },
174438 [0x11D89]={
174439  category="lo",
174440  description="GUNJALA GONDI LETTER SA",
174441  direction="l",
174442  linebreak="al",
174443  unicodeslot=0x11D89,
174444 },
174445 [0x11D8A]={
174446  category="mc",
174447  description="GUNJALA GONDI VOWEL SIGN AA",
174448  direction="l",
174449  linebreak="cm",
174450  unicodeslot=0x11D8A,
174451 },
174452 [0x11D8B]={
174453  category="mc",
174454  description="GUNJALA GONDI VOWEL SIGN I",
174455  direction="l",
174456  linebreak="cm",
174457  unicodeslot=0x11D8B,
174458 },
174459 [0x11D8C]={
174460  category="mc",
174461  description="GUNJALA GONDI VOWEL SIGN II",
174462  direction="l",
174463  linebreak="cm",
174464  unicodeslot=0x11D8C,
174465 },
174466 [0x11D8D]={
174467  category="mc",
174468  description="GUNJALA GONDI VOWEL SIGN U",
174469  direction="l",
174470  linebreak="cm",
174471  unicodeslot=0x11D8D,
174472 },
174473 [0x11D8E]={
174474  category="mc",
174475  description="GUNJALA GONDI VOWEL SIGN UU",
174476  direction="l",
174477  linebreak="cm",
174478  unicodeslot=0x11D8E,
174479 },
174480 [0x11D90]={
174481  category="mn",
174482  description="GUNJALA GONDI VOWEL SIGN EE",
174483  direction="nsm",
174484  linebreak="cm",
174485  unicodeslot=0x11D90,
174486 },
174487 [0x11D91]={
174488  category="mn",
174489  description="GUNJALA GONDI VOWEL SIGN AI",
174490  direction="nsm",
174491  linebreak="cm",
174492  unicodeslot=0x11D91,
174493 },
174494 [0x11D93]={
174495  category="mc",
174496  description="GUNJALA GONDI VOWEL SIGN OO",
174497  direction="l",
174498  linebreak="cm",
174499  unicodeslot=0x11D93,
174500 },
174501 [0x11D94]={
174502  category="mc",
174503  description="GUNJALA GONDI VOWEL SIGN AU",
174504  direction="l",
174505  linebreak="cm",
174506  unicodeslot=0x11D94,
174507 },
174508 [0x11D95]={
174509  category="mn",
174510  description="GUNJALA GONDI SIGN ANUSVARA",
174511  direction="nsm",
174512  linebreak="cm",
174513  unicodeslot=0x11D95,
174514 },
174515 [0x11D96]={
174516  category="mc",
174517  description="GUNJALA GONDI SIGN VISARGA",
174518  direction="l",
174519  linebreak="cm",
174520  unicodeslot=0x11D96,
174521 },
174522 [0x11D97]={
174523  category="mn",
174524  combining=0x9,
174525  description="GUNJALA GONDI VIRAMA",
174526  direction="nsm",
174527  linebreak="cm",
174528  unicodeslot=0x11D97,
174529 },
174530 [0x11D98]={
174531  category="lo",
174532  description="GUNJALA GONDI OM",
174533  direction="l",
174534  linebreak="al",
174535  unicodeslot=0x11D98,
174536 },
174537 [0x11DA0]={
174538  category="nd",
174539  description="GUNJALA GONDI DIGIT ZERO",
174540  direction="l",
174541  linebreak="nu",
174542  unicodeslot=0x11DA0,
174543 },
174544 [0x11DA1]={
174545  category="nd",
174546  description="GUNJALA GONDI DIGIT ONE",
174547  direction="l",
174548  linebreak="nu",
174549  unicodeslot=0x11DA1,
174550 },
174551 [0x11DA2]={
174552  category="nd",
174553  description="GUNJALA GONDI DIGIT TWO",
174554  direction="l",
174555  linebreak="nu",
174556  unicodeslot=0x11DA2,
174557 },
174558 [0x11DA3]={
174559  category="nd",
174560  description="GUNJALA GONDI DIGIT THREE",
174561  direction="l",
174562  linebreak="nu",
174563  unicodeslot=0x11DA3,
174564 },
174565 [0x11DA4]={
174566  category="nd",
174567  description="GUNJALA GONDI DIGIT FOUR",
174568  direction="l",
174569  linebreak="nu",
174570  unicodeslot=0x11DA4,
174571 },
174572 [0x11DA5]={
174573  category="nd",
174574  description="GUNJALA GONDI DIGIT FIVE",
174575  direction="l",
174576  linebreak="nu",
174577  unicodeslot=0x11DA5,
174578 },
174579 [0x11DA6]={
174580  category="nd",
174581  description="GUNJALA GONDI DIGIT SIX",
174582  direction="l",
174583  linebreak="nu",
174584  unicodeslot=0x11DA6,
174585 },
174586 [0x11DA7]={
174587  category="nd",
174588  description="GUNJALA GONDI DIGIT SEVEN",
174589  direction="l",
174590  linebreak="nu",
174591  unicodeslot=0x11DA7,
174592 },
174593 [0x11DA8]={
174594  category="nd",
174595  description="GUNJALA GONDI DIGIT EIGHT",
174596  direction="l",
174597  linebreak="nu",
174598  unicodeslot=0x11DA8,
174599 },
174600 [0x11DA9]={
174601  category="nd",
174602  description="GUNJALA GONDI DIGIT NINE",
174603  direction="l",
174604  linebreak="nu",
174605  unicodeslot=0x11DA9,
174606 },
174607 [0x11EE0]={
174608  category="lo",
174609  description="MAKASAR LETTER KA",
174610  direction="l",
174611  linebreak="as",
174612  unicodeslot=0x11EE0,
174613 },
174614 [0x11EE1]={
174615  category="lo",
174616  description="MAKASAR LETTER GA",
174617  direction="l",
174618  linebreak="as",
174619  unicodeslot=0x11EE1,
174620 },
174621 [0x11EE2]={
174622  category="lo",
174623  description="MAKASAR LETTER NGA",
174624  direction="l",
174625  linebreak="as",
174626  unicodeslot=0x11EE2,
174627 },
174628 [0x11EE3]={
174629  category="lo",
174630  description="MAKASAR LETTER PA",
174631  direction="l",
174632  linebreak="as",
174633  unicodeslot=0x11EE3,
174634 },
174635 [0x11EE4]={
174636  category="lo",
174637  description="MAKASAR LETTER BA",
174638  direction="l",
174639  linebreak="as",
174640  unicodeslot=0x11EE4,
174641 },
174642 [0x11EE5]={
174643  category="lo",
174644  description="MAKASAR LETTER MA",
174645  direction="l",
174646  linebreak="as",
174647  unicodeslot=0x11EE5,
174648 },
174649 [0x11EE6]={
174650  category="lo",
174651  description="MAKASAR LETTER TA",
174652  direction="l",
174653  linebreak="as",
174654  unicodeslot=0x11EE6,
174655 },
174656 [0x11EE7]={
174657  category="lo",
174658  description="MAKASAR LETTER DA",
174659  direction="l",
174660  linebreak="as",
174661  unicodeslot=0x11EE7,
174662 },
174663 [0x11EE8]={
174664  category="lo",
174665  description="MAKASAR LETTER NA",
174666  direction="l",
174667  linebreak="as",
174668  unicodeslot=0x11EE8,
174669 },
174670 [0x11EE9]={
174671  category="lo",
174672  description="MAKASAR LETTER CA",
174673  direction="l",
174674  linebreak="as",
174675  unicodeslot=0x11EE9,
174676 },
174677 [0x11EEA]={
174678  category="lo",
174679  description="MAKASAR LETTER JA",
174680  direction="l",
174681  linebreak="as",
174682  unicodeslot=0x11EEA,
174683 },
174684 [0x11EEB]={
174685  category="lo",
174686  description="MAKASAR LETTER NYA",
174687  direction="l",
174688  linebreak="as",
174689  unicodeslot=0x11EEB,
174690 },
174691 [0x11EEC]={
174692  category="lo",
174693  description="MAKASAR LETTER YA",
174694  direction="l",
174695  linebreak="as",
174696  unicodeslot=0x11EEC,
174697 },
174698 [0x11EED]={
174699  category="lo",
174700  description="MAKASAR LETTER RA",
174701  direction="l",
174702  linebreak="as",
174703  unicodeslot=0x11EED,
174704 },
174705 [0x11EEE]={
174706  category="lo",
174707  description="MAKASAR LETTER LA",
174708  direction="l",
174709  linebreak="as",
174710  unicodeslot=0x11EEE,
174711 },
174712 [0x11EEF]={
174713  category="lo",
174714  description="MAKASAR LETTER VA",
174715  direction="l",
174716  linebreak="as",
174717  unicodeslot=0x11EEF,
174718 },
174719 [0x11EF0]={
174720  category="lo",
174721  description="MAKASAR LETTER SA",
174722  direction="l",
174723  linebreak="as",
174724  unicodeslot=0x11EF0,
174725 },
174726 [0x11EF1]={
174727  category="lo",
174728  description="MAKASAR LETTER A",
174729  direction="l",
174730  linebreak="as",
174731  unicodeslot=0x11EF1,
174732 },
174733 [0x11EF2]={
174734  category="lo",
174735  description="MAKASAR ANGKA",
174736  direction="l",
174737  linebreak="ba",
174738  unicodeslot=0x11EF2,
174739 },
174740 [0x11EF3]={
174741  category="mn",
174742  description="MAKASAR VOWEL SIGN I",
174743  direction="nsm",
174744  linebreak="cm",
174745  unicodeslot=0x11EF3,
174746 },
174747 [0x11EF4]={
174748  category="mn",
174749  description="MAKASAR VOWEL SIGN U",
174750  direction="nsm",
174751  linebreak="cm",
174752  unicodeslot=0x11EF4,
174753 },
174754 [0x11EF5]={
174755  category="mc",
174756  description="MAKASAR VOWEL SIGN E",
174757  direction="l",
174758  linebreak="cm",
174759  unicodeslot=0x11EF5,
174760 },
174761 [0x11EF6]={
174762  category="mc",
174763  description="MAKASAR VOWEL SIGN O",
174764  direction="l",
174765  linebreak="cm",
174766  unicodeslot=0x11EF6,
174767 },
174768 [0x11EF7]={
174769  category="po",
174770  description="MAKASAR PASSIMBANG",
174771  direction="l",
174772  linebreak="ba",
174773  unicodeslot=0x11EF7,
174774 },
174775 [0x11EF8]={
174776  category="po",
174777  description="MAKASAR END OF SECTION",
174778  direction="l",
174779  linebreak="ba",
174780  unicodeslot=0x11EF8,
174781 },
174782 [0x11F00]={
174783  category="mn",
174784  description="KAWI SIGN CANDRABINDU",
174785  direction="nsm",
174786  linebreak="cm",
174787  unicodeslot=0x11F00,
174788 },
174789 [0x11F01]={
174790  category="mn",
174791  description="KAWI SIGN ANUSVARA",
174792  direction="nsm",
174793  linebreak="cm",
174794  unicodeslot=0x11F01,
174795 },
174796 [0x11F02]={
174797  category="lo",
174798  description="KAWI SIGN REPHA",
174799  direction="l",
174800  linebreak="ap",
174801  unicodeslot=0x11F02,
174802 },
174803 [0x11F03]={
174804  category="mc",
174805  description="KAWI SIGN VISARGA",
174806  direction="l",
174807  linebreak="cm",
174808  unicodeslot=0x11F03,
174809 },
174810 [0x11F04]={
174811  category="lo",
174812  description="KAWI LETTER A",
174813  direction="l",
174814  linebreak="ak",
174815  unicodeslot=0x11F04,
174816 },
174817 [0x11F05]={
174818  category="lo",
174819  description="KAWI LETTER AA",
174820  direction="l",
174821  linebreak="ak",
174822  unicodeslot=0x11F05,
174823 },
174824 [0x11F06]={
174825  category="lo",
174826  description="KAWI LETTER I",
174827  direction="l",
174828  linebreak="ak",
174829  unicodeslot=0x11F06,
174830 },
174831 [0x11F07]={
174832  category="lo",
174833  description="KAWI LETTER II",
174834  direction="l",
174835  linebreak="ak",
174836  unicodeslot=0x11F07,
174837 },
174838 [0x11F08]={
174839  category="lo",
174840  description="KAWI LETTER U",
174841  direction="l",
174842  linebreak="ak",
174843  unicodeslot=0x11F08,
174844 },
174845 [0x11F09]={
174846  category="lo",
174847  description="KAWI LETTER UU",
174848  direction="l",
174849  linebreak="ak",
174850  unicodeslot=0x11F09,
174851 },
174852 [0x11F0A]={
174853  category="lo",
174854  description="KAWI LETTER VOCALIC R",
174855  direction="l",
174856  linebreak="ak",
174857  unicodeslot=0x11F0A,
174858 },
174859 [0x11F0B]={
174860  category="lo",
174861  description="KAWI LETTER VOCALIC RR",
174862  direction="l",
174863  linebreak="ak",
174864  unicodeslot=0x11F0B,
174865 },
174866 [0x11F0C]={
174867  category="lo",
174868  description="KAWI LETTER VOCALIC L",
174869  direction="l",
174870  linebreak="ak",
174871  unicodeslot=0x11F0C,
174872 },
174873 [0x11F0D]={
174874  category="lo",
174875  description="KAWI LETTER VOCALIC LL",
174876  direction="l",
174877  linebreak="ak",
174878  unicodeslot=0x11F0D,
174879 },
174880 [0x11F0E]={
174881  category="lo",
174882  description="KAWI LETTER E",
174883  direction="l",
174884  linebreak="ak",
174885  unicodeslot=0x11F0E,
174886 },
174887 [0x11F0F]={
174888  category="lo",
174889  description="KAWI LETTER AI",
174890  direction="l",
174891  linebreak="ak",
174892  unicodeslot=0x11F0F,
174893 },
174894 [0x11F10]={
174895  category="lo",
174896  description="KAWI LETTER O",
174897  direction="l",
174898  linebreak="ak",
174899  unicodeslot=0x11F10,
174900 },
174901 [0x11F12]={
174902  category="lo",
174903  description="KAWI LETTER KA",
174904  direction="l",
174905  linebreak="ak",
174906  unicodeslot=0x11F12,
174907 },
174908 [0x11F13]={
174909  category="lo",
174910  description="KAWI LETTER KHA",
174911  direction="l",
174912  linebreak="ak",
174913  unicodeslot=0x11F13,
174914 },
174915 [0x11F14]={
174916  category="lo",
174917  description="KAWI LETTER GA",
174918  direction="l",
174919  linebreak="ak",
174920  unicodeslot=0x11F14,
174921 },
174922 [0x11F15]={
174923  category="lo",
174924  description="KAWI LETTER GHA",
174925  direction="l",
174926  linebreak="ak",
174927  unicodeslot=0x11F15,
174928 },
174929 [0x11F16]={
174930  category="lo",
174931  description="KAWI LETTER NGA",
174932  direction="l",
174933  linebreak="ak",
174934  unicodeslot=0x11F16,
174935 },
174936 [0x11F17]={
174937  category="lo",
174938  description="KAWI LETTER CA",
174939  direction="l",
174940  linebreak="ak",
174941  unicodeslot=0x11F17,
174942 },
174943 [0x11F18]={
174944  category="lo",
174945  description="KAWI LETTER CHA",
174946  direction="l",
174947  linebreak="ak",
174948  unicodeslot=0x11F18,
174949 },
174950 [0x11F19]={
174951  category="lo",
174952  description="KAWI LETTER JA",
174953  direction="l",
174954  linebreak="ak",
174955  unicodeslot=0x11F19,
174956 },
174957 [0x11F1A]={
174958  category="lo",
174959  description="KAWI LETTER JHA",
174960  direction="l",
174961  linebreak="ak",
174962  unicodeslot=0x11F1A,
174963 },
174964 [0x11F1B]={
174965  category="lo",
174966  description="KAWI LETTER NYA",
174967  direction="l",
174968  linebreak="ak",
174969  unicodeslot=0x11F1B,
174970 },
174971 [0x11F1C]={
174972  category="lo",
174973  description="KAWI LETTER TTA",
174974  direction="l",
174975  linebreak="ak",
174976  unicodeslot=0x11F1C,
174977 },
174978 [0x11F1D]={
174979  category="lo",
174980  description="KAWI LETTER TTHA",
174981  direction="l",
174982  linebreak="ak",
174983  unicodeslot=0x11F1D,
174984 },
174985 [0x11F1E]={
174986  category="lo",
174987  description="KAWI LETTER DDA",
174988  direction="l",
174989  linebreak="ak",
174990  unicodeslot=0x11F1E,
174991 },
174992 [0x11F1F]={
174993  category="lo",
174994  description="KAWI LETTER DDHA",
174995  direction="l",
174996  linebreak="ak",
174997  unicodeslot=0x11F1F,
174998 },
174999 [0x11F20]={
175000  category="lo",
175001  description="KAWI LETTER NNA",
175002  direction="l",
175003  linebreak="ak",
175004  unicodeslot=0x11F20,
175005 },
175006 [0x11F21]={
175007  category="lo",
175008  description="KAWI LETTER TA",
175009  direction="l",
175010  linebreak="ak",
175011  unicodeslot=0x11F21,
175012 },
175013 [0x11F22]={
175014  category="lo",
175015  description="KAWI LETTER THA",
175016  direction="l",
175017  linebreak="ak",
175018  unicodeslot=0x11F22,
175019 },
175020 [0x11F23]={
175021  category="lo",
175022  description="KAWI LETTER DA",
175023  direction="l",
175024  linebreak="ak",
175025  unicodeslot=0x11F23,
175026 },
175027 [0x11F24]={
175028  category="lo",
175029  description="KAWI LETTER DHA",
175030  direction="l",
175031  linebreak="ak",
175032  unicodeslot=0x11F24,
175033 },
175034 [0x11F25]={
175035  category="lo",
175036  description="KAWI LETTER NA",
175037  direction="l",
175038  linebreak="ak",
175039  unicodeslot=0x11F25,
175040 },
175041 [0x11F26]={
175042  category="lo",
175043  description="KAWI LETTER PA",
175044  direction="l",
175045  linebreak="ak",
175046  unicodeslot=0x11F26,
175047 },
175048 [0x11F27]={
175049  category="lo",
175050  description="KAWI LETTER PHA",
175051  direction="l",
175052  linebreak="ak",
175053  unicodeslot=0x11F27,
175054 },
175055 [0x11F28]={
175056  category="lo",
175057  description="KAWI LETTER BA",
175058  direction="l",
175059  linebreak="ak",
175060  unicodeslot=0x11F28,
175061 },
175062 [0x11F29]={
175063  category="lo",
175064  description="KAWI LETTER BHA",
175065  direction="l",
175066  linebreak="ak",
175067  unicodeslot=0x11F29,
175068 },
175069 [0x11F2A]={
175070  category="lo",
175071  description="KAWI LETTER MA",
175072  direction="l",
175073  linebreak="ak",
175074  unicodeslot=0x11F2A,
175075 },
175076 [0x11F2B]={
175077  category="lo",
175078  description="KAWI LETTER YA",
175079  direction="l",
175080  linebreak="ak",
175081  unicodeslot=0x11F2B,
175082 },
175083 [0x11F2C]={
175084  category="lo",
175085  description="KAWI LETTER RA",
175086  direction="l",
175087  linebreak="ak",
175088  unicodeslot=0x11F2C,
175089 },
175090 [0x11F2D]={
175091  category="lo",
175092  description="KAWI LETTER LA",
175093  direction="l",
175094  linebreak="ak",
175095  unicodeslot=0x11F2D,
175096 },
175097 [0x11F2E]={
175098  category="lo",
175099  description="KAWI LETTER WA",
175100  direction="l",
175101  linebreak="ak",
175102  unicodeslot=0x11F2E,
175103 },
175104 [0x11F2F]={
175105  category="lo",
175106  description="KAWI LETTER SHA",
175107  direction="l",
175108  linebreak="ak",
175109  unicodeslot=0x11F2F,
175110 },
175111 [0x11F30]={
175112  category="lo",
175113  description="KAWI LETTER SSA",
175114  direction="l",
175115  linebreak="ak",
175116  unicodeslot=0x11F30,
175117 },
175118 [0x11F31]={
175119  category="lo",
175120  description="KAWI LETTER SA",
175121  direction="l",
175122  linebreak="ak",
175123  unicodeslot=0x11F31,
175124 },
175125 [0x11F32]={
175126  category="lo",
175127  description="KAWI LETTER HA",
175128  direction="l",
175129  linebreak="ak",
175130  unicodeslot=0x11F32,
175131 },
175132 [0x11F33]={
175133  category="lo",
175134  description="KAWI LETTER JNYA",
175135  direction="l",
175136  linebreak="ak",
175137  unicodeslot=0x11F33,
175138 },
175139 [0x11F34]={
175140  category="mc",
175141  description="KAWI VOWEL SIGN AA",
175142  direction="l",
175143  linebreak="cm",
175144  unicodeslot=0x11F34,
175145 },
175146 [0x11F35]={
175147  category="mc",
175148  description="KAWI VOWEL SIGN ALTERNATE AA",
175149  direction="l",
175150  linebreak="cm",
175151  unicodeslot=0x11F35,
175152 },
175153 [0x11F36]={
175154  category="mn",
175155  description="KAWI VOWEL SIGN I",
175156  direction="nsm",
175157  linebreak="cm",
175158  unicodeslot=0x11F36,
175159 },
175160 [0x11F37]={
175161  category="mn",
175162  description="KAWI VOWEL SIGN II",
175163  direction="nsm",
175164  linebreak="cm",
175165  unicodeslot=0x11F37,
175166 },
175167 [0x11F38]={
175168  category="mn",
175169  description="KAWI VOWEL SIGN U",
175170  direction="nsm",
175171  linebreak="cm",
175172  unicodeslot=0x11F38,
175173 },
175174 [0x11F39]={
175175  category="mn",
175176  description="KAWI VOWEL SIGN UU",
175177  direction="nsm",
175178  linebreak="cm",
175179  unicodeslot=0x11F39,
175180 },
175181 [0x11F3A]={
175182  category="mn",
175183  description="KAWI VOWEL SIGN VOCALIC R",
175184  direction="nsm",
175185  linebreak="cm",
175186  unicodeslot=0x11F3A,
175187 },
175188 [0x11F3E]={
175189  category="mc",
175190  description="KAWI VOWEL SIGN E",
175191  direction="l",
175192  linebreak="cm",
175193  unicodeslot=0x11F3E,
175194 },
175195 [0x11F3F]={
175196  category="mc",
175197  description="KAWI VOWEL SIGN AI",
175198  direction="l",
175199  linebreak="cm",
175200  unicodeslot=0x11F3F,
175201 },
175202 [0x11F40]={
175203  category="mn",
175204  description="KAWI VOWEL SIGN EU",
175205  direction="nsm",
175206  linebreak="cm",
175207  unicodeslot=0x11F40,
175208 },
175209 [0x11F41]={
175210  category="mc",
175211  combining=0x9,
175212  description="KAWI SIGN KILLER",
175213  direction="l",
175214  linebreak="cm",
175215  unicodeslot=0x11F41,
175216 },
175217 [0x11F42]={
175218  category="mn",
175219  combining=0x9,
175220  description="KAWI CONJOINER",
175221  direction="nsm",
175222  linebreak="vi",
175223  unicodeslot=0x11F42,
175224 },
175225 [0x11F43]={
175226  category="po",
175227  description="KAWI DANDA",
175228  direction="l",
175229  linebreak="ba",
175230  unicodeslot=0x11F43,
175231 },
175232 [0x11F44]={
175233  category="po",
175234  description="KAWI DOUBLE DANDA",
175235  direction="l",
175236  linebreak="ba",
175237  unicodeslot=0x11F44,
175238 },
175239 [0x11F45]={
175240  category="po",
175241  description="KAWI PUNCTUATION SECTION MARKER",
175242  direction="l",
175243  linebreak="id",
175244  unicodeslot=0x11F45,
175245 },
175246 [0x11F46]={
175247  category="po",
175248  description="KAWI PUNCTUATION ALTERNATE SECTION MARKER",
175249  direction="l",
175250  linebreak="id",
175251  unicodeslot=0x11F46,
175252 },
175253 [0x11F47]={
175254  category="po",
175255  description="KAWI PUNCTUATION FLOWER",
175256  direction="l",
175257  linebreak="id",
175258  unicodeslot=0x11F47,
175259 },
175260 [0x11F48]={
175261  category="po",
175262  description="KAWI PUNCTUATION SPACE FILLER",
175263  direction="l",
175264  linebreak="id",
175265  unicodeslot=0x11F48,
175266 },
175267 [0x11F49]={
175268  category="po",
175269  description="KAWI PUNCTUATION DOT",
175270  direction="l",
175271  linebreak="id",
175272  unicodeslot=0x11F49,
175273 },
175274 [0x11F4A]={
175275  category="po",
175276  description="KAWI PUNCTUATION DOUBLE DOT",
175277  direction="l",
175278  linebreak="id",
175279  unicodeslot=0x11F4A,
175280 },
175281 [0x11F4B]={
175282  category="po",
175283  description="KAWI PUNCTUATION TRIPLE DOT",
175284  direction="l",
175285  linebreak="id",
175286  unicodeslot=0x11F4B,
175287 },
175288 [0x11F4C]={
175289  category="po",
175290  description="KAWI PUNCTUATION CIRCLE",
175291  direction="l",
175292  linebreak="id",
175293  unicodeslot=0x11F4C,
175294 },
175295 [0x11F4D]={
175296  category="po",
175297  description="KAWI PUNCTUATION FILLED CIRCLE",
175298  direction="l",
175299  linebreak="id",
175300  unicodeslot=0x11F4D,
175301 },
175302 [0x11F4E]={
175303  category="po",
175304  description="KAWI PUNCTUATION SPIRAL",
175305  direction="l",
175306  linebreak="id",
175307  unicodeslot=0x11F4E,
175308 },
175309 [0x11F4F]={
175310  category="po",
175311  description="KAWI PUNCTUATION CLOSING SPIRAL",
175312  direction="l",
175313  linebreak="id",
175314  unicodeslot=0x11F4F,
175315 },
175316 [0x11F50]={
175317  category="nd",
175318  description="KAWI DIGIT ZERO",
175319  direction="l",
175320  linebreak="as",
175321  unicodeslot=0x11F50,
175322 },
175323 [0x11F51]={
175324  category="nd",
175325  description="KAWI DIGIT ONE",
175326  direction="l",
175327  linebreak="as",
175328  unicodeslot=0x11F51,
175329 },
175330 [0x11F52]={
175331  category="nd",
175332  description="KAWI DIGIT TWO",
175333  direction="l",
175334  linebreak="as",
175335  unicodeslot=0x11F52,
175336 },
175337 [0x11F53]={
175338  category="nd",
175339  description="KAWI DIGIT THREE",
175340  direction="l",
175341  linebreak="as",
175342  unicodeslot=0x11F53,
175343 },
175344 [0x11F54]={
175345  category="nd",
175346  description="KAWI DIGIT FOUR",
175347  direction="l",
175348  linebreak="as",
175349  unicodeslot=0x11F54,
175350 },
175351 [0x11F55]={
175352  category="nd",
175353  description="KAWI DIGIT FIVE",
175354  direction="l",
175355  linebreak="as",
175356  unicodeslot=0x11F55,
175357 },
175358 [0x11F56]={
175359  category="nd",
175360  description="KAWI DIGIT SIX",
175361  direction="l",
175362  linebreak="as",
175363  unicodeslot=0x11F56,
175364 },
175365 [0x11F57]={
175366  category="nd",
175367  description="KAWI DIGIT SEVEN",
175368  direction="l",
175369  linebreak="as",
175370  unicodeslot=0x11F57,
175371 },
175372 [0x11F58]={
175373  category="nd",
175374  description="KAWI DIGIT EIGHT",
175375  direction="l",
175376  linebreak="as",
175377  unicodeslot=0x11F58,
175378 },
175379 [0x11F59]={
175380  category="nd",
175381  description="KAWI DIGIT NINE",
175382  direction="l",
175383  linebreak="as",
175384  unicodeslot=0x11F59,
175385 },
175386 [0x11F5A]={
175387  category="mn",
175388  description="KAWI SIGN NUKTA",
175389  direction="nsm",
175390  linebreak="cm",
175391  unicodeslot=0x11F5A,
175392 },
175393 [0x11FB0]={
175394  category="lo",
175395  description="LISU LETTER YHA",
175396  direction="l",
175397  linebreak="al",
175398  unicodeslot=0x11FB0,
175399 },
175400 [0x11FC0]={
175401  category="no",
175402  description="TAMIL FRACTION ONE THREE-HUNDRED-AND-TWENTIETH",
175403  direction="l",
175404  linebreak="al",
175405  unicodeslot=0x11FC0,
175406 },
175407 [0x11FC1]={
175408  category="no",
175409  description="TAMIL FRACTION ONE ONE-HUNDRED-AND-SIXTIETH",
175410  direction="l",
175411  linebreak="al",
175412  unicodeslot=0x11FC1,
175413 },
175414 [0x11FC2]={
175415  category="no",
175416  description="TAMIL FRACTION ONE EIGHTIETH",
175417  direction="l",
175418  linebreak="al",
175419  unicodeslot=0x11FC2,
175420 },
175421 [0x11FC3]={
175422  category="no",
175423  description="TAMIL FRACTION ONE SIXTY-FOURTH",
175424  direction="l",
175425  linebreak="al",
175426  unicodeslot=0x11FC3,
175427 },
175428 [0x11FC4]={
175429  category="no",
175430  description="TAMIL FRACTION ONE FORTIETH",
175431  direction="l",
175432  linebreak="al",
175433  unicodeslot=0x11FC4,
175434 },
175435 [0x11FC5]={
175436  category="no",
175437  description="TAMIL FRACTION ONE THIRTY-SECOND",
175438  direction="l",
175439  linebreak="al",
175440  unicodeslot=0x11FC5,
175441 },
175442 [0x11FC6]={
175443  category="no",
175444  description="TAMIL FRACTION THREE EIGHTIETHS",
175445  direction="l",
175446  linebreak="al",
175447  unicodeslot=0x11FC6,
175448 },
175449 [0x11FC7]={
175450  category="no",
175451  description="TAMIL FRACTION THREE SIXTY-FOURTHS",
175452  direction="l",
175453  linebreak="al",
175454  unicodeslot=0x11FC7,
175455 },
175456 [0x11FC8]={
175457  category="no",
175458  description="TAMIL FRACTION ONE TWENTIETH",
175459  direction="l",
175460  linebreak="al",
175461  unicodeslot=0x11FC8,
175462 },
175463 [0x11FC9]={
175464  category="no",
175465  description="TAMIL FRACTION ONE SIXTEENTH-1",
175466  direction="l",
175467  linebreak="al",
175468  unicodeslot=0x11FC9,
175469 },
175470 [0x11FCA]={
175471  category="no",
175472  description="TAMIL FRACTION ONE SIXTEENTH-2",
175473  direction="l",
175474  linebreak="al",
175475  unicodeslot=0x11FCA,
175476 },
175477 [0x11FCB]={
175478  category="no",
175479  description="TAMIL FRACTION ONE TENTH",
175480  direction="l",
175481  linebreak="al",
175482  unicodeslot=0x11FCB,
175483 },
175484 [0x11FCC]={
175485  category="no",
175486  description="TAMIL FRACTION ONE EIGHTH",
175487  direction="l",
175488  linebreak="al",
175489  unicodeslot=0x11FCC,
175490 },
175491 [0x11FCD]={
175492  category="no",
175493  description="TAMIL FRACTION THREE TWENTIETHS",
175494  direction="l",
175495  linebreak="al",
175496  unicodeslot=0x11FCD,
175497 },
175498 [0x11FCE]={
175499  category="no",
175500  description="TAMIL FRACTION THREE SIXTEENTHS",
175501  direction="l",
175502  linebreak="al",
175503  unicodeslot=0x11FCE,
175504 },
175505 [0x11FCF]={
175506  category="no",
175507  description="TAMIL FRACTION ONE FIFTH",
175508  direction="l",
175509  linebreak="al",
175510  unicodeslot=0x11FCF,
175511 },
175512 [0x11FD0]={
175513  category="no",
175514  description="TAMIL FRACTION ONE QUARTER",
175515  direction="l",
175516  linebreak="al",
175517  unicodeslot=0x11FD0,
175518 },
175519 [0x11FD1]={
175520  category="no",
175521  description="TAMIL FRACTION ONE HALF-1",
175522  direction="l",
175523  linebreak="al",
175524  unicodeslot=0x11FD1,
175525 },
175526 [0x11FD2]={
175527  category="no",
175528  description="TAMIL FRACTION ONE HALF-2",
175529  direction="l",
175530  linebreak="al",
175531  unicodeslot=0x11FD2,
175532 },
175533 [0x11FD3]={
175534  category="no",
175535  description="TAMIL FRACTION THREE QUARTERS",
175536  direction="l",
175537  linebreak="al",
175538  unicodeslot=0x11FD3,
175539 },
175540 [0x11FD4]={
175541  category="no",
175542  description="TAMIL FRACTION DOWNSCALING FACTOR KIIZH",
175543  direction="l",
175544  linebreak="al",
175545  unicodeslot=0x11FD4,
175546 },
175547 [0x11FD5]={
175548  category="so",
175549  description="TAMIL SIGN NEL",
175550  direction="on",
175551  linebreak="al",
175552  unicodeslot=0x11FD5,
175553 },
175554 [0x11FD6]={
175555  category="so",
175556  description="TAMIL SIGN CEVITU",
175557  direction="on",
175558  linebreak="al",
175559  unicodeslot=0x11FD6,
175560 },
175561 [0x11FD7]={
175562  category="so",
175563  description="TAMIL SIGN AAZHAAKKU",
175564  direction="on",
175565  linebreak="al",
175566  unicodeslot=0x11FD7,
175567 },
175568 [0x11FD8]={
175569  category="so",
175570  description="TAMIL SIGN UZHAKKU",
175571  direction="on",
175572  linebreak="al",
175573  unicodeslot=0x11FD8,
175574 },
175575 [0x11FD9]={
175576  category="so",
175577  description="TAMIL SIGN MUUVUZHAKKU",
175578  direction="on",
175579  linebreak="al",
175580  unicodeslot=0x11FD9,
175581 },
175582 [0x11FDA]={
175583  category="so",
175584  description="TAMIL SIGN KURUNI",
175585  direction="on",
175586  linebreak="al",
175587  unicodeslot=0x11FDA,
175588 },
175589 [0x11FDB]={
175590  category="so",
175591  description="TAMIL SIGN PATHAKKU",
175592  direction="on",
175593  linebreak="al",
175594  unicodeslot=0x11FDB,
175595 },
175596 [0x11FDC]={
175597  category="so",
175598  description="TAMIL SIGN MUKKURUNI",
175599  direction="on",
175600  linebreak="al",
175601  unicodeslot=0x11FDC,
175602 },
175603 [0x11FDD]={
175604  category="sc",
175605  description="TAMIL SIGN KAACU",
175606  direction="et",
175607  linebreak="po",
175608  unicodeslot=0x11FDD,
175609 },
175610 [0x11FDE]={
175611  category="sc",
175612  description="TAMIL SIGN PANAM",
175613  direction="et",
175614  linebreak="po",
175615  unicodeslot=0x11FDE,
175616 },
175617 [0x11FDF]={
175618  category="sc",
175619  description="TAMIL SIGN PON",
175620  direction="et",
175621  linebreak="po",
175622  unicodeslot=0x11FDF,
175623 },
175624 [0x11FE0]={
175625  category="sc",
175626  description="TAMIL SIGN VARAAKAN",
175627  direction="et",
175628  linebreak="po",
175629  unicodeslot=0x11FE0,
175630 },
175631 [0x11FE1]={
175632  category="so",
175633  description="TAMIL SIGN PAARAM",
175634  direction="on",
175635  linebreak="al",
175636  unicodeslot=0x11FE1,
175637 },
175638 [0x11FE2]={
175639  category="so",
175640  description="TAMIL SIGN KUZHI",
175641  direction="on",
175642  linebreak="al",
175643  unicodeslot=0x11FE2,
175644 },
175645 [0x11FE3]={
175646  category="so",
175647  description="TAMIL SIGN VELI",
175648  direction="on",
175649  linebreak="al",
175650  unicodeslot=0x11FE3,
175651 },
175652 [0x11FE4]={
175653  category="so",
175654  description="TAMIL WET CULTIVATION SIGN",
175655  direction="on",
175656  linebreak="al",
175657  unicodeslot=0x11FE4,
175658 },
175659 [0x11FE5]={
175660  category="so",
175661  description="TAMIL DRY CULTIVATION SIGN",
175662  direction="on",
175663  linebreak="al",
175664  unicodeslot=0x11FE5,
175665 },
175666 [0x11FE6]={
175667  category="so",
175668  description="TAMIL LAND SIGN",
175669  direction="on",
175670  linebreak="al",
175671  unicodeslot=0x11FE6,
175672 },
175673 [0x11FE7]={
175674  category="so",
175675  description="TAMIL SALT PAN SIGN",
175676  direction="on",
175677  linebreak="al",
175678  unicodeslot=0x11FE7,
175679 },
175680 [0x11FE8]={
175681  category="so",
175682  description="TAMIL TRADITIONAL CREDIT SIGN",
175683  direction="on",
175684  linebreak="al",
175685  unicodeslot=0x11FE8,
175686 },
175687 [0x11FE9]={
175688  category="so",
175689  description="TAMIL TRADITIONAL NUMBER SIGN",
175690  direction="on",
175691  linebreak="al",
175692  unicodeslot=0x11FE9,
175693 },
175694 [0x11FEA]={
175695  category="so",
175696  description="TAMIL CURRENT SIGN",
175697  direction="on",
175698  linebreak="al",
175699  unicodeslot=0x11FEA,
175700 },
175701 [0x11FEB]={
175702  category="so",
175703  description="TAMIL AND ODD SIGN",
175704  direction="on",
175705  linebreak="al",
175706  unicodeslot=0x11FEB,
175707 },
175708 [0x11FEC]={
175709  category="so",
175710  description="TAMIL SPENT SIGN",
175711  direction="on",
175712  linebreak="al",
175713  unicodeslot=0x11FEC,
175714 },
175715 [0x11FED]={
175716  category="so",
175717  description="TAMIL TOTAL SIGN",
175718  direction="on",
175719  linebreak="al",
175720  unicodeslot=0x11FED,
175721 },
175722 [0x11FEE]={
175723  category="so",
175724  description="TAMIL IN POSSESSION SIGN",
175725  direction="on",
175726  linebreak="al",
175727  unicodeslot=0x11FEE,
175728 },
175729 [0x11FEF]={
175730  category="so",
175731  description="TAMIL STARTING FROM SIGN",
175732  direction="on",
175733  linebreak="al",
175734  unicodeslot=0x11FEF,
175735 },
175736 [0x11FF0]={
175737  category="so",
175738  description="TAMIL SIGN MUTHALIYA",
175739  direction="on",
175740  linebreak="al",
175741  unicodeslot=0x11FF0,
175742 },
175743 [0x11FF1]={
175744  category="so",
175745  description="TAMIL SIGN VAKAIYARAA",
175746  direction="on",
175747  linebreak="al",
175748  unicodeslot=0x11FF1,
175749 },
175750 [0x11FFF]={
175751  category="po",
175752  description="TAMIL PUNCTUATION END OF TEXT",
175753  direction="l",
175754  linebreak="ba",
175755  unicodeslot=0x11FFF,
175756 },
175757 [0x12000]={
175758  category="lo",
175759  description="CUNEIFORM SIGN A",
175760  direction="l",
175761  linebreak="al",
175762  unicodeslot=0x12000,
175763 },
175764 [0x12001]={
175765  category="lo",
175766  description="CUNEIFORM SIGN A TIMES A",
175767  direction="l",
175768  linebreak="al",
175769  unicodeslot=0x12001,
175770 },
175771 [0x12002]={
175772  category="lo",
175773  description="CUNEIFORM SIGN A TIMES BAD",
175774  direction="l",
175775  linebreak="al",
175776  unicodeslot=0x12002,
175777 },
175778 [0x12003]={
175779  category="lo",
175780  description="CUNEIFORM SIGN A TIMES GAN0x0002 TENU",
175781  direction="l",
175782  linebreak="al",
175783  unicodeslot=0x12003,
175784 },
175785 [0x12004]={
175786  category="lo",
175787  description="CUNEIFORM SIGN A TIMES HA",
175788  direction="l",
175789  linebreak="al",
175790  unicodeslot=0x12004,
175791 },
175792 [0x12005]={
175793  category="lo",
175794  description="CUNEIFORM SIGN A TIMES IGI",
175795  direction="l",
175796  linebreak="al",
175797  unicodeslot=0x12005,
175798 },
175799 [0x12006]={
175800  category="lo",
175801  description="CUNEIFORM SIGN A TIMES LAGAR GUNU",
175802  direction="l",
175803  linebreak="al",
175804  unicodeslot=0x12006,
175805 },
175806 [0x12007]={
175807  category="lo",
175808  description="CUNEIFORM SIGN A TIMES MUSH",
175809  direction="l",
175810  linebreak="al",
175811  unicodeslot=0x12007,
175812 },
175813 [0x12008]={
175814  category="lo",
175815  description="CUNEIFORM SIGN A TIMES SAG",
175816  direction="l",
175817  linebreak="al",
175818  unicodeslot=0x12008,
175819 },
175820 [0x12009]={
175821  category="lo",
175822  description="CUNEIFORM SIGN A0x0002",
175823  direction="l",
175824  linebreak="al",
175825  unicodeslot=0x12009,
175826 },
175827 [0x1200A]={
175828  category="lo",
175829  description="CUNEIFORM SIGN AB",
175830  direction="l",
175831  linebreak="al",
175832  unicodeslot=0x1200A,
175833 },
175834 [0x1200B]={
175835  category="lo",
175836  description="CUNEIFORM SIGN AB TIMES ASH0x0002",
175837  direction="l",
175838  linebreak="al",
175839  unicodeslot=0x1200B,
175840 },
175841 [0x1200C]={
175842  category="lo",
175843  description="CUNEIFORM SIGN AB TIMES DUN0x0003 GUNU",
175844  direction="l",
175845  linebreak="al",
175846  unicodeslot=0x1200C,
175847 },
175848 [0x1200D]={
175849  category="lo",
175850  description="CUNEIFORM SIGN AB TIMES GAL",
175851  direction="l",
175852  linebreak="al",
175853  unicodeslot=0x1200D,
175854 },
175855 [0x1200E]={
175856  category="lo",
175857  description="CUNEIFORM SIGN AB TIMES GAN0x0002 TENU",
175858  direction="l",
175859  linebreak="al",
175860  unicodeslot=0x1200E,
175861 },
175862 [0x1200F]={
175863  category="lo",
175864  description="CUNEIFORM SIGN AB TIMES HA",
175865  direction="l",
175866  linebreak="al",
175867  unicodeslot=0x1200F,
175868 },
175869 [0x12010]={
175870  category="lo",
175871  description="CUNEIFORM SIGN AB TIMES IGI GUNU",
175872  direction="l",
175873  linebreak="al",
175874  unicodeslot=0x12010,
175875 },
175876 [0x12011]={
175877  category="lo",
175878  description="CUNEIFORM SIGN AB TIMES IMIN",
175879  direction="l",
175880  linebreak="al",
175881  unicodeslot=0x12011,
175882 },
175883 [0x12012]={
175884  category="lo",
175885  description="CUNEIFORM SIGN AB TIMES LAGAB",
175886  direction="l",
175887  linebreak="al",
175888  unicodeslot=0x12012,
175889 },
175890 [0x12013]={
175891  category="lo",
175892  description="CUNEIFORM SIGN AB TIMES SHESH",
175893  direction="l",
175894  linebreak="al",
175895  unicodeslot=0x12013,
175896 },
175897 [0x12014]={
175898  category="lo",
175899  description="CUNEIFORM SIGN AB TIMES U PLUS U PLUS U",
175900  direction="l",
175901  linebreak="al",
175902  unicodeslot=0x12014,
175903 },
175904 [0x12015]={
175905  category="lo",
175906  description="CUNEIFORM SIGN AB GUNU",
175907  direction="l",
175908  linebreak="al",
175909  unicodeslot=0x12015,
175910 },
175911 [0x12016]={
175912  category="lo",
175913  description="CUNEIFORM SIGN AB0x0002",
175914  direction="l",
175915  linebreak="al",
175916  unicodeslot=0x12016,
175917 },
175918 [0x12017]={
175919  category="lo",
175920  description="CUNEIFORM SIGN AB0x0002 TIMES BALAG",
175921  direction="l",
175922  linebreak="al",
175923  unicodeslot=0x12017,
175924 },
175925 [0x12018]={
175926  category="lo",
175927  description="CUNEIFORM SIGN AB0x0002 TIMES GAN0x0002 TENU",
175928  direction="l",
175929  linebreak="al",
175930  unicodeslot=0x12018,
175931 },
175932 [0x12019]={
175933  category="lo",
175934  description="CUNEIFORM SIGN AB0x0002 TIMES ME PLUS EN",
175935  direction="l",
175936  linebreak="al",
175937  unicodeslot=0x12019,
175938 },
175939 [0x1201A]={
175940  category="lo",
175941  description="CUNEIFORM SIGN AB0x0002 TIMES SHA0x0003",
175942  direction="l",
175943  linebreak="al",
175944  unicodeslot=0x1201A,
175945 },
175946 [0x1201B]={
175947  category="lo",
175948  description="CUNEIFORM SIGN AB0x0002 TIMES TAK0x0004",
175949  direction="l",
175950  linebreak="al",
175951  unicodeslot=0x1201B,
175952 },
175953 [0x1201C]={
175954  category="lo",
175955  description="CUNEIFORM SIGN AD",
175956  direction="l",
175957  linebreak="al",
175958  unicodeslot=0x1201C,
175959 },
175960 [0x1201D]={
175961  category="lo",
175962  description="CUNEIFORM SIGN AK",
175963  direction="l",
175964  linebreak="al",
175965  unicodeslot=0x1201D,
175966 },
175967 [0x1201E]={
175968  category="lo",
175969  description="CUNEIFORM SIGN AK TIMES ERIN0x0002",
175970  direction="l",
175971  linebreak="al",
175972  unicodeslot=0x1201E,
175973 },
175974 [0x1201F]={
175975  category="lo",
175976  description="CUNEIFORM SIGN AK TIMES SHITA PLUS GISH",
175977  direction="l",
175978  linebreak="al",
175979  unicodeslot=0x1201F,
175980 },
175981 [0x12020]={
175982  category="lo",
175983  description="CUNEIFORM SIGN AL",
175984  direction="l",
175985  linebreak="al",
175986  unicodeslot=0x12020,
175987 },
175988 [0x12021]={
175989  category="lo",
175990  description="CUNEIFORM SIGN AL TIMES AL",
175991  direction="l",
175992  linebreak="al",
175993  unicodeslot=0x12021,
175994 },
175995 [0x12022]={
175996  category="lo",
175997  description="CUNEIFORM SIGN AL TIMES DIM0x0002",
175998  direction="l",
175999  linebreak="al",
176000  unicodeslot=0x12022,
176001 },
176002 [0x12023]={
176003  category="lo",
176004  description="CUNEIFORM SIGN AL TIMES GISH",
176005  direction="l",
176006  linebreak="al",
176007  unicodeslot=0x12023,
176008 },
176009 [0x12024]={
176010  category="lo",
176011  description="CUNEIFORM SIGN AL TIMES HA",
176012  direction="l",
176013  linebreak="al",
176014  unicodeslot=0x12024,
176015 },
176016 [0x12025]={
176017  category="lo",
176018  description="CUNEIFORM SIGN AL TIMES KAD0x0003",
176019  direction="l",
176020  linebreak="al",
176021  unicodeslot=0x12025,
176022 },
176023 [0x12026]={
176024  category="lo",
176025  description="CUNEIFORM SIGN AL TIMES KI",
176026  direction="l",
176027  linebreak="al",
176028  unicodeslot=0x12026,
176029 },
176030 [0x12027]={
176031  category="lo",
176032  description="CUNEIFORM SIGN AL TIMES SHE",
176033  direction="l",
176034  linebreak="al",
176035  unicodeslot=0x12027,
176036 },
176037 [0x12028]={
176038  category="lo",
176039  description="CUNEIFORM SIGN AL TIMES USH",
176040  direction="l",
176041  linebreak="al",
176042  unicodeslot=0x12028,
176043 },
176044 [0x12029]={
176045  category="lo",
176046  description="CUNEIFORM SIGN ALAN",
176047  direction="l",
176048  linebreak="al",
176049  unicodeslot=0x12029,
176050 },
176051 [0x1202A]={
176052  category="lo",
176053  description="CUNEIFORM SIGN ALEPH",
176054  direction="l",
176055  linebreak="al",
176056  unicodeslot=0x1202A,
176057 },
176058 [0x1202B]={
176059  category="lo",
176060  description="CUNEIFORM SIGN AMAR",
176061  direction="l",
176062  linebreak="al",
176063  unicodeslot=0x1202B,
176064 },
176065 [0x1202C]={
176066  category="lo",
176067  description="CUNEIFORM SIGN AMAR TIMES SHE",
176068  direction="l",
176069  linebreak="al",
176070  unicodeslot=0x1202C,
176071 },
176072 [0x1202D]={
176073  category="lo",
176074  description="CUNEIFORM SIGN AN",
176075  direction="l",
176076  linebreak="al",
176077  unicodeslot=0x1202D,
176078 },
176079 [0x1202E]={
176080  category="lo",
176081  description="CUNEIFORM SIGN AN OVER AN",
176082  direction="l",
176083  linebreak="al",
176084  unicodeslot=0x1202E,
176085 },
176086 [0x1202F]={
176087  category="lo",
176088  description="CUNEIFORM SIGN AN THREE TIMES",
176089  direction="l",
176090  linebreak="al",
176091  unicodeslot=0x1202F,
176092 },
176093 [0x12030]={
176094  category="lo",
176095  description="CUNEIFORM SIGN AN PLUS NAGA OPPOSING AN PLUS NAGA",
176096  direction="l",
176097  linebreak="al",
176098  unicodeslot=0x12030,
176099 },
176100 [0x12031]={
176101  category="lo",
176102  description="CUNEIFORM SIGN AN PLUS NAGA SQUARED",
176103  direction="l",
176104  linebreak="al",
176105  unicodeslot=0x12031,
176106 },
176107 [0x12032]={
176108  category="lo",
176109  description="CUNEIFORM SIGN ANSHE",
176110  direction="l",
176111  linebreak="al",
176112  unicodeslot=0x12032,
176113 },
176114 [0x12033]={
176115  category="lo",
176116  description="CUNEIFORM SIGN APIN",
176117  direction="l",
176118  linebreak="al",
176119  unicodeslot=0x12033,
176120 },
176121 [0x12034]={
176122  category="lo",
176123  description="CUNEIFORM SIGN ARAD",
176124  direction="l",
176125  linebreak="al",
176126  unicodeslot=0x12034,
176127 },
176128 [0x12035]={
176129  category="lo",
176130  description="CUNEIFORM SIGN ARAD TIMES KUR",
176131  direction="l",
176132  linebreak="al",
176133  unicodeslot=0x12035,
176134 },
176135 [0x12036]={
176136  category="lo",
176137  description="CUNEIFORM SIGN ARKAB",
176138  direction="l",
176139  linebreak="al",
176140  unicodeslot=0x12036,
176141 },
176142 [0x12037]={
176143  category="lo",
176144  description="CUNEIFORM SIGN ASAL0x0002",
176145  direction="l",
176146  linebreak="al",
176147  unicodeslot=0x12037,
176148 },
176149 [0x12038]={
176150  category="lo",
176151  description="CUNEIFORM SIGN ASH",
176152  direction="l",
176153  linebreak="al",
176154  unicodeslot=0x12038,
176155 },
176156 [0x12039]={
176157  category="lo",
176158  description="CUNEIFORM SIGN ASH ZIDA TENU",
176159  direction="l",
176160  linebreak="al",
176161  unicodeslot=0x12039,
176162 },
176163 [0x1203A]={
176164  category="lo",
176165  description="CUNEIFORM SIGN ASH KABA TENU",
176166  direction="l",
176167  linebreak="al",
176168  unicodeslot=0x1203A,
176169 },
176170 [0x1203B]={
176171  category="lo",
176172  description="CUNEIFORM SIGN ASH OVER ASH TUG0x0002 OVER TUG0x0002 TUG0x0002 OVER TUG0x0002 PAP",
176173  direction="l",
176174  linebreak="al",
176175  unicodeslot=0x1203B,
176176 },
176177 [0x1203C]={
176178  category="lo",
176179  description="CUNEIFORM SIGN ASH OVER ASH OVER ASH",
176180  direction="l",
176181  linebreak="al",
176182  unicodeslot=0x1203C,
176183 },
176184 [0x1203D]={
176185  category="lo",
176186  description="CUNEIFORM SIGN ASH OVER ASH OVER ASH CROSSING ASH OVER ASH OVER ASH",
176187  direction="l",
176188  linebreak="al",
176189  unicodeslot=0x1203D,
176190 },
176191 [0x1203E]={
176192  category="lo",
176193  description="CUNEIFORM SIGN ASH0x0002",
176194  direction="l",
176195  linebreak="al",
176196  unicodeslot=0x1203E,
176197 },
176198 [0x1203F]={
176199  category="lo",
176200  description="CUNEIFORM SIGN ASHGAB",
176201  direction="l",
176202  linebreak="al",
176203  unicodeslot=0x1203F,
176204 },
176205 [0x12040]={
176206  category="lo",
176207  description="CUNEIFORM SIGN BA",
176208  direction="l",
176209  linebreak="al",
176210  unicodeslot=0x12040,
176211 },
176212 [0x12041]={
176213  category="lo",
176214  description="CUNEIFORM SIGN BAD",
176215  direction="l",
176216  linebreak="al",
176217  unicodeslot=0x12041,
176218 },
176219 [0x12042]={
176220  category="lo",
176221  description="CUNEIFORM SIGN BAG0x0003",
176222  direction="l",
176223  linebreak="al",
176224  unicodeslot=0x12042,
176225 },
176226 [0x12043]={
176227  category="lo",
176228  description="CUNEIFORM SIGN BAHAR0x0002",
176229  direction="l",
176230  linebreak="al",
176231  unicodeslot=0x12043,
176232 },
176233 [0x12044]={
176234  category="lo",
176235  description="CUNEIFORM SIGN BAL",
176236  direction="l",
176237  linebreak="al",
176238  unicodeslot=0x12044,
176239 },
176240 [0x12045]={
176241  category="lo",
176242  description="CUNEIFORM SIGN BAL OVER BAL",
176243  direction="l",
176244  linebreak="al",
176245  unicodeslot=0x12045,
176246 },
176247 [0x12046]={
176248  category="lo",
176249  description="CUNEIFORM SIGN BALAG",
176250  direction="l",
176251  linebreak="al",
176252  unicodeslot=0x12046,
176253 },
176254 [0x12047]={
176255  category="lo",
176256  description="CUNEIFORM SIGN BAR",
176257  direction="l",
176258  linebreak="al",
176259  unicodeslot=0x12047,
176260 },
176261 [0x12048]={
176262  category="lo",
176263  description="CUNEIFORM SIGN BARA0x0002",
176264  direction="l",
176265  linebreak="al",
176266  unicodeslot=0x12048,
176267 },
176268 [0x12049]={
176269  category="lo",
176270  description="CUNEIFORM SIGN BI",
176271  direction="l",
176272  linebreak="al",
176273  unicodeslot=0x12049,
176274 },
176275 [0x1204A]={
176276  category="lo",
176277  description="CUNEIFORM SIGN BI TIMES A",
176278  direction="l",
176279  linebreak="al",
176280  unicodeslot=0x1204A,
176281 },
176282 [0x1204B]={
176283  category="lo",
176284  description="CUNEIFORM SIGN BI TIMES GAR",
176285  direction="l",
176286  linebreak="al",
176287  unicodeslot=0x1204B,
176288 },
176289 [0x1204C]={
176290  category="lo",
176291  description="CUNEIFORM SIGN BI TIMES IGI GUNU",
176292  direction="l",
176293  linebreak="al",
176294  unicodeslot=0x1204C,
176295 },
176296 [0x1204D]={
176297  category="lo",
176298  description="CUNEIFORM SIGN BU",
176299  direction="l",
176300  linebreak="al",
176301  unicodeslot=0x1204D,
176302 },
176303 [0x1204E]={
176304  category="lo",
176305  description="CUNEIFORM SIGN BU OVER BU AB",
176306  direction="l",
176307  linebreak="al",
176308  unicodeslot=0x1204E,
176309 },
176310 [0x1204F]={
176311  category="lo",
176312  description="CUNEIFORM SIGN BU OVER BU UN",
176313  direction="l",
176314  linebreak="al",
176315  unicodeslot=0x1204F,
176316 },
176317 [0x12050]={
176318  category="lo",
176319  description="CUNEIFORM SIGN BU CROSSING BU",
176320  direction="l",
176321  linebreak="al",
176322  unicodeslot=0x12050,
176323 },
176324 [0x12051]={
176325  category="lo",
176326  description="CUNEIFORM SIGN BULUG",
176327  direction="l",
176328  linebreak="al",
176329  unicodeslot=0x12051,
176330 },
176331 [0x12052]={
176332  category="lo",
176333  description="CUNEIFORM SIGN BULUG OVER BULUG",
176334  direction="l",
176335  linebreak="al",
176336  unicodeslot=0x12052,
176337 },
176338 [0x12053]={
176339  category="lo",
176340  description="CUNEIFORM SIGN BUR",
176341  direction="l",
176342  linebreak="al",
176343  unicodeslot=0x12053,
176344 },
176345 [0x12054]={
176346  category="lo",
176347  description="CUNEIFORM SIGN BUR0x0002",
176348  direction="l",
176349  linebreak="al",
176350  unicodeslot=0x12054,
176351 },
176352 [0x12055]={
176353  category="lo",
176354  description="CUNEIFORM SIGN DA",
176355  direction="l",
176356  linebreak="al",
176357  unicodeslot=0x12055,
176358 },
176359 [0x12056]={
176360  category="lo",
176361  description="CUNEIFORM SIGN DAG",
176362  direction="l",
176363  linebreak="al",
176364  unicodeslot=0x12056,
176365 },
176366 [0x12057]={
176367  category="lo",
176368  description="CUNEIFORM SIGN DAG KISIM0x0005 TIMES A PLUS MASH",
176369  direction="l",
176370  linebreak="al",
176371  unicodeslot=0x12057,
176372 },
176373 [0x12058]={
176374  category="lo",
176375  description="CUNEIFORM SIGN DAG KISIM0x0005 TIMES AMAR",
176376  direction="l",
176377  linebreak="al",
176378  unicodeslot=0x12058,
176379 },
176380 [0x12059]={
176381  category="lo",
176382  description="CUNEIFORM SIGN DAG KISIM0x0005 TIMES BALAG",
176383  direction="l",
176384  linebreak="al",
176385  unicodeslot=0x12059,
176386 },
176387 [0x1205A]={
176388  category="lo",
176389  description="CUNEIFORM SIGN DAG KISIM0x0005 TIMES BI",
176390  direction="l",
176391  linebreak="al",
176392  unicodeslot=0x1205A,
176393 },
176394 [0x1205B]={
176395  category="lo",
176396  description="CUNEIFORM SIGN DAG KISIM0x0005 TIMES GA",
176397  direction="l",
176398  linebreak="al",
176399  unicodeslot=0x1205B,
176400 },
176401 [0x1205C]={
176402  category="lo",
176403  description="CUNEIFORM SIGN DAG KISIM0x0005 TIMES GA PLUS MASH",
176404  direction="l",
176405  linebreak="al",
176406  unicodeslot=0x1205C,
176407 },
176408 [0x1205D]={
176409  category="lo",
176410  description="CUNEIFORM SIGN DAG KISIM0x0005 TIMES GI",
176411  direction="l",
176412  linebreak="al",
176413  unicodeslot=0x1205D,
176414 },
176415 [0x1205E]={
176416  category="lo",
176417  description="CUNEIFORM SIGN DAG KISIM0x0005 TIMES GIR0x0002",
176418  direction="l",
176419  linebreak="al",
176420  unicodeslot=0x1205E,
176421 },
176422 [0x1205F]={
176423  category="lo",
176424  description="CUNEIFORM SIGN DAG KISIM0x0005 TIMES GUD",
176425  direction="l",
176426  linebreak="al",
176427  unicodeslot=0x1205F,
176428 },
176429 [0x12060]={
176430  category="lo",
176431  description="CUNEIFORM SIGN DAG KISIM0x0005 TIMES HA",
176432  direction="l",
176433  linebreak="al",
176434  unicodeslot=0x12060,
176435 },
176436 [0x12061]={
176437  category="lo",
176438  description="CUNEIFORM SIGN DAG KISIM0x0005 TIMES IR",
176439  direction="l",
176440  linebreak="al",
176441  unicodeslot=0x12061,
176442 },
176443 [0x12062]={
176444  category="lo",
176445  description="CUNEIFORM SIGN DAG KISIM0x0005 TIMES IR PLUS LU",
176446  direction="l",
176447  linebreak="al",
176448  unicodeslot=0x12062,
176449 },
176450 [0x12063]={
176451  category="lo",
176452  description="CUNEIFORM SIGN DAG KISIM0x0005 TIMES KAK",
176453  direction="l",
176454  linebreak="al",
176455  unicodeslot=0x12063,
176456 },
176457 [0x12064]={
176458  category="lo",
176459  description="CUNEIFORM SIGN DAG KISIM0x0005 TIMES LA",
176460  direction="l",
176461  linebreak="al",
176462  unicodeslot=0x12064,
176463 },
176464 [0x12065]={
176465  category="lo",
176466  description="CUNEIFORM SIGN DAG KISIM0x0005 TIMES LU",
176467  direction="l",
176468  linebreak="al",
176469  unicodeslot=0x12065,
176470 },
176471 [0x12066]={
176472  category="lo",
176473  description="CUNEIFORM SIGN DAG KISIM0x0005 TIMES LU PLUS MASH0x0002",
176474  direction="l",
176475  linebreak="al",
176476  unicodeslot=0x12066,
176477 },
176478 [0x12067]={
176479  category="lo",
176480  description="CUNEIFORM SIGN DAG KISIM0x0005 TIMES LUM",
176481  direction="l",
176482  linebreak="al",
176483  unicodeslot=0x12067,
176484 },
176485 [0x12068]={
176486  category="lo",
176487  description="CUNEIFORM SIGN DAG KISIM0x0005 TIMES NE",
176488  direction="l",
176489  linebreak="al",
176490  unicodeslot=0x12068,
176491 },
176492 [0x12069]={
176493  category="lo",
176494  description="CUNEIFORM SIGN DAG KISIM0x0005 TIMES PAP PLUS PAP",
176495  direction="l",
176496  linebreak="al",
176497  unicodeslot=0x12069,
176498 },
176499 [0x1206A]={
176500  category="lo",
176501  description="CUNEIFORM SIGN DAG KISIM0x0005 TIMES SI",
176502  direction="l",
176503  linebreak="al",
176504  unicodeslot=0x1206A,
176505 },
176506 [0x1206B]={
176507  category="lo",
176508  description="CUNEIFORM SIGN DAG KISIM0x0005 TIMES TAK0x0004",
176509  direction="l",
176510  linebreak="al",
176511  unicodeslot=0x1206B,
176512 },
176513 [0x1206C]={
176514  category="lo",
176515  description="CUNEIFORM SIGN DAG KISIM0x0005 TIMES U0x0002 PLUS GIR0x0002",
176516  direction="l",
176517  linebreak="al",
176518  unicodeslot=0x1206C,
176519 },
176520 [0x1206D]={
176521  category="lo",
176522  description="CUNEIFORM SIGN DAG KISIM0x0005 TIMES USH",
176523  direction="l",
176524  linebreak="al",
176525  unicodeslot=0x1206D,
176526 },
176527 [0x1206E]={
176528  category="lo",
176529  description="CUNEIFORM SIGN DAM",
176530  direction="l",
176531  linebreak="al",
176532  unicodeslot=0x1206E,
176533 },
176534 [0x1206F]={
176535  category="lo",
176536  description="CUNEIFORM SIGN DAR",
176537  direction="l",
176538  linebreak="al",
176539  unicodeslot=0x1206F,
176540 },
176541 [0x12070]={
176542  category="lo",
176543  description="CUNEIFORM SIGN DARA0x0003",
176544  direction="l",
176545  linebreak="al",
176546  unicodeslot=0x12070,
176547 },
176548 [0x12071]={
176549  category="lo",
176550  description="CUNEIFORM SIGN DARA0x0004",
176551  direction="l",
176552  linebreak="al",
176553  unicodeslot=0x12071,
176554 },
176555 [0x12072]={
176556  category="lo",
176557  description="CUNEIFORM SIGN DI",
176558  direction="l",
176559  linebreak="al",
176560  unicodeslot=0x12072,
176561 },
176562 [0x12073]={
176563  category="lo",
176564  description="CUNEIFORM SIGN DIB",
176565  direction="l",
176566  linebreak="al",
176567  unicodeslot=0x12073,
176568 },
176569 [0x12074]={
176570  category="lo",
176571  description="CUNEIFORM SIGN DIM",
176572  direction="l",
176573  linebreak="al",
176574  unicodeslot=0x12074,
176575 },
176576 [0x12075]={
176577  category="lo",
176578  description="CUNEIFORM SIGN DIM TIMES SHE",
176579  direction="l",
176580  linebreak="al",
176581  unicodeslot=0x12075,
176582 },
176583 [0x12076]={
176584  category="lo",
176585  description="CUNEIFORM SIGN DIM0x0002",
176586  direction="l",
176587  linebreak="al",
176588  unicodeslot=0x12076,
176589 },
176590 [0x12077]={
176591  category="lo",
176592  description="CUNEIFORM SIGN DIN",
176593  direction="l",
176594  linebreak="al",
176595  unicodeslot=0x12077,
176596 },
176597 [0x12078]={
176598  category="lo",
176599  description="CUNEIFORM SIGN DIN KASKAL U GUNU DISH",
176600  direction="l",
176601  linebreak="al",
176602  unicodeslot=0x12078,
176603 },
176604 [0x12079]={
176605  category="lo",
176606  description="CUNEIFORM SIGN DISH",
176607  direction="l",
176608  linebreak="al",
176609  unicodeslot=0x12079,
176610 },
176611 [0x1207A]={
176612  category="lo",
176613  description="CUNEIFORM SIGN DU",
176614  direction="l",
176615  linebreak="al",
176616  unicodeslot=0x1207A,
176617 },
176618 [0x1207B]={
176619  category="lo",
176620  description="CUNEIFORM SIGN DU OVER DU",
176621  direction="l",
176622  linebreak="al",
176623  unicodeslot=0x1207B,
176624 },
176625 [0x1207C]={
176626  category="lo",
176627  description="CUNEIFORM SIGN DU GUNU",
176628  direction="l",
176629  linebreak="al",
176630  unicodeslot=0x1207C,
176631 },
176632 [0x1207D]={
176633  category="lo",
176634  description="CUNEIFORM SIGN DU SHESHIG",
176635  direction="l",
176636  linebreak="al",
176637  unicodeslot=0x1207D,
176638 },
176639 [0x1207E]={
176640  category="lo",
176641  description="CUNEIFORM SIGN DUB",
176642  direction="l",
176643  linebreak="al",
176644  unicodeslot=0x1207E,
176645 },
176646 [0x1207F]={
176647  category="lo",
176648  description="CUNEIFORM SIGN DUB TIMES ESH0x0002",
176649  direction="l",
176650  linebreak="al",
176651  unicodeslot=0x1207F,
176652 },
176653 [0x12080]={
176654  category="lo",
176655  description="CUNEIFORM SIGN DUB0x0002",
176656  direction="l",
176657  linebreak="al",
176658  unicodeslot=0x12080,
176659 },
176660 [0x12081]={
176661  category="lo",
176662  description="CUNEIFORM SIGN DUG",
176663  direction="l",
176664  linebreak="al",
176665  unicodeslot=0x12081,
176666 },
176667 [0x12082]={
176668  category="lo",
176669  description="CUNEIFORM SIGN DUGUD",
176670  direction="l",
176671  linebreak="al",
176672  unicodeslot=0x12082,
176673 },
176674 [0x12083]={
176675  category="lo",
176676  description="CUNEIFORM SIGN DUH",
176677  direction="l",
176678  linebreak="al",
176679  unicodeslot=0x12083,
176680 },
176681 [0x12084]={
176682  category="lo",
176683  description="CUNEIFORM SIGN DUN",
176684  direction="l",
176685  linebreak="al",
176686  unicodeslot=0x12084,
176687 },
176688 [0x12085]={
176689  category="lo",
176690  description="CUNEIFORM SIGN DUN0x0003",
176691  direction="l",
176692  linebreak="al",
176693  unicodeslot=0x12085,
176694 },
176695 [0x12086]={
176696  category="lo",
176697  description="CUNEIFORM SIGN DUN0x0003 GUNU",
176698  direction="l",
176699  linebreak="al",
176700  unicodeslot=0x12086,
176701 },
176702 [0x12087]={
176703  category="lo",
176704  description="CUNEIFORM SIGN DUN0x0003 GUNU GUNU",
176705  direction="l",
176706  linebreak="al",
176707  unicodeslot=0x12087,
176708 },
176709 [0x12088]={
176710  category="lo",
176711  description="CUNEIFORM SIGN DUN0x0004",
176712  direction="l",
176713  linebreak="al",
176714  unicodeslot=0x12088,
176715 },
176716 [0x12089]={
176717  category="lo",
176718  description="CUNEIFORM SIGN DUR0x0002",
176719  direction="l",
176720  linebreak="al",
176721  unicodeslot=0x12089,
176722 },
176723 [0x1208A]={
176724  category="lo",
176725  description="CUNEIFORM SIGN E",
176726  direction="l",
176727  linebreak="al",
176728  unicodeslot=0x1208A,
176729 },
176730 [0x1208B]={
176731  category="lo",
176732  description="CUNEIFORM SIGN E TIMES PAP",
176733  direction="l",
176734  linebreak="al",
176735  unicodeslot=0x1208B,
176736 },
176737 [0x1208C]={
176738  category="lo",
176739  description="CUNEIFORM SIGN E OVER E NUN OVER NUN",
176740  direction="l",
176741  linebreak="al",
176742  unicodeslot=0x1208C,
176743 },
176744 [0x1208D]={
176745  category="lo",
176746  description="CUNEIFORM SIGN E0x0002",
176747  direction="l",
176748  linebreak="al",
176749  unicodeslot=0x1208D,
176750 },
176751 [0x1208E]={
176752  category="lo",
176753  description="CUNEIFORM SIGN E0x0002 TIMES A PLUS HA PLUS DA",
176754  direction="l",
176755  linebreak="al",
176756  unicodeslot=0x1208E,
176757 },
176758 [0x1208F]={
176759  category="lo",
176760  description="CUNEIFORM SIGN E0x0002 TIMES GAR",
176761  direction="l",
176762  linebreak="al",
176763  unicodeslot=0x1208F,
176764 },
176765 [0x12090]={
176766  category="lo",
176767  description="CUNEIFORM SIGN E0x0002 TIMES MI",
176768  direction="l",
176769  linebreak="al",
176770  unicodeslot=0x12090,
176771 },
176772 [0x12091]={
176773  category="lo",
176774  description="CUNEIFORM SIGN E0x0002 TIMES SAL",
176775  direction="l",
176776  linebreak="al",
176777  unicodeslot=0x12091,
176778 },
176779 [0x12092]={
176780  category="lo",
176781  description="CUNEIFORM SIGN E0x0002 TIMES SHE",
176782  direction="l",
176783  linebreak="al",
176784  unicodeslot=0x12092,
176785 },
176786 [0x12093]={
176787  category="lo",
176788  description="CUNEIFORM SIGN E0x0002 TIMES U",
176789  direction="l",
176790  linebreak="al",
176791  unicodeslot=0x12093,
176792 },
176793 [0x12094]={
176794  category="lo",
176795  description="CUNEIFORM SIGN EDIN",
176796  direction="l",
176797  linebreak="al",
176798  unicodeslot=0x12094,
176799 },
176800 [0x12095]={
176801  category="lo",
176802  description="CUNEIFORM SIGN EGIR",
176803  direction="l",
176804  linebreak="al",
176805  unicodeslot=0x12095,
176806 },
176807 [0x12096]={
176808  category="lo",
176809  description="CUNEIFORM SIGN EL",
176810  direction="l",
176811  linebreak="al",
176812  unicodeslot=0x12096,
176813 },
176814 [0x12097]={
176815  category="lo",
176816  description="CUNEIFORM SIGN EN",
176817  direction="l",
176818  linebreak="al",
176819  unicodeslot=0x12097,
176820 },
176821 [0x12098]={
176822  category="lo",
176823  description="CUNEIFORM SIGN EN TIMES GAN0x0002",
176824  direction="l",
176825  linebreak="al",
176826  unicodeslot=0x12098,
176827 },
176828 [0x12099]={
176829  category="lo",
176830  description="CUNEIFORM SIGN EN TIMES GAN0x0002 TENU",
176831  direction="l",
176832  linebreak="al",
176833  unicodeslot=0x12099,
176834 },
176835 [0x1209A]={
176836  category="lo",
176837  description="CUNEIFORM SIGN EN TIMES ME",
176838  direction="l",
176839  linebreak="al",
176840  unicodeslot=0x1209A,
176841 },
176842 [0x1209B]={
176843  category="lo",
176844  description="CUNEIFORM SIGN EN CROSSING EN",
176845  direction="l",
176846  linebreak="al",
176847  unicodeslot=0x1209B,
176848 },
176849 [0x1209C]={
176850  category="lo",
176851  description="CUNEIFORM SIGN EN OPPOSING EN",
176852  direction="l",
176853  linebreak="al",
176854  unicodeslot=0x1209C,
176855 },
176856 [0x1209D]={
176857  category="lo",
176858  description="CUNEIFORM SIGN EN SQUARED",
176859  direction="l",
176860  linebreak="al",
176861  unicodeslot=0x1209D,
176862 },
176863 [0x1209E]={
176864  category="lo",
176865  description="CUNEIFORM SIGN EREN",
176866  direction="l",
176867  linebreak="al",
176868  unicodeslot=0x1209E,
176869 },
176870 [0x1209F]={
176871  category="lo",
176872  description="CUNEIFORM SIGN ERIN0x0002",
176873  direction="l",
176874  linebreak="al",
176875  unicodeslot=0x1209F,
176876 },
176877 [0x120A0]={
176878  category="lo",
176879  description="CUNEIFORM SIGN ESH0x0002",
176880  direction="l",
176881  linebreak="al",
176882  unicodeslot=0x120A0,
176883 },
176884 [0x120A1]={
176885  category="lo",
176886  description="CUNEIFORM SIGN EZEN",
176887  direction="l",
176888  linebreak="al",
176889  unicodeslot=0x120A1,
176890 },
176891 [0x120A2]={
176892  category="lo",
176893  description="CUNEIFORM SIGN EZEN TIMES A",
176894  direction="l",
176895  linebreak="al",
176896  unicodeslot=0x120A2,
176897 },
176898 [0x120A3]={
176899  category="lo",
176900  description="CUNEIFORM SIGN EZEN TIMES A PLUS LAL",
176901  direction="l",
176902  linebreak="al",
176903  unicodeslot=0x120A3,
176904 },
176905 [0x120A4]={
176906  category="lo",
176907  description="CUNEIFORM SIGN EZEN TIMES A PLUS LAL TIMES LAL",
176908  direction="l",
176909  linebreak="al",
176910  unicodeslot=0x120A4,
176911 },
176912 [0x120A5]={
176913  category="lo",
176914  description="CUNEIFORM SIGN EZEN TIMES AN",
176915  direction="l",
176916  linebreak="al",
176917  unicodeslot=0x120A5,
176918 },
176919 [0x120A6]={
176920  category="lo",
176921  description="CUNEIFORM SIGN EZEN TIMES BAD",
176922  direction="l",
176923  linebreak="al",
176924  unicodeslot=0x120A6,
176925 },
176926 [0x120A7]={
176927  category="lo",
176928  description="CUNEIFORM SIGN EZEN TIMES DUN0x0003 GUNU",
176929  direction="l",
176930  linebreak="al",
176931  unicodeslot=0x120A7,
176932 },
176933 [0x120A8]={
176934  category="lo",
176935  description="CUNEIFORM SIGN EZEN TIMES DUN0x0003 GUNU GUNU",
176936  direction="l",
176937  linebreak="al",
176938  unicodeslot=0x120A8,
176939 },
176940 [0x120A9]={
176941  category="lo",
176942  description="CUNEIFORM SIGN EZEN TIMES HA",
176943  direction="l",
176944  linebreak="al",
176945  unicodeslot=0x120A9,
176946 },
176947 [0x120AA]={
176948  category="lo",
176949  description="CUNEIFORM SIGN EZEN TIMES HA GUNU",
176950  direction="l",
176951  linebreak="al",
176952  unicodeslot=0x120AA,
176953 },
176954 [0x120AB]={
176955  category="lo",
176956  description="CUNEIFORM SIGN EZEN TIMES IGI GUNU",
176957  direction="l",
176958  linebreak="al",
176959  unicodeslot=0x120AB,
176960 },
176961 [0x120AC]={
176962  category="lo",
176963  description="CUNEIFORM SIGN EZEN TIMES KASKAL",
176964  direction="l",
176965  linebreak="al",
176966  unicodeslot=0x120AC,
176967 },
176968 [0x120AD]={
176969  category="lo",
176970  description="CUNEIFORM SIGN EZEN TIMES KASKAL SQUARED",
176971  direction="l",
176972  linebreak="al",
176973  unicodeslot=0x120AD,
176974 },
176975 [0x120AE]={
176976  category="lo",
176977  description="CUNEIFORM SIGN EZEN TIMES KU0x0003",
176978  direction="l",
176979  linebreak="al",
176980  unicodeslot=0x120AE,
176981 },
176982 [0x120AF]={
176983  category="lo",
176984  description="CUNEIFORM SIGN EZEN TIMES LA",
176985  direction="l",
176986  linebreak="al",
176987  unicodeslot=0x120AF,
176988 },
176989 [0x120B0]={
176990  category="lo",
176991  description="CUNEIFORM SIGN EZEN TIMES LAL TIMES LAL",
176992  direction="l",
176993  linebreak="al",
176994  unicodeslot=0x120B0,
176995 },
176996 [0x120B1]={
176997  category="lo",
176998  description="CUNEIFORM SIGN EZEN TIMES LI",
176999  direction="l",
177000  linebreak="al",
177001  unicodeslot=0x120B1,
177002 },
177003 [0x120B2]={
177004  category="lo",
177005  description="CUNEIFORM SIGN EZEN TIMES LU",
177006  direction="l",
177007  linebreak="al",
177008  unicodeslot=0x120B2,
177009 },
177010 [0x120B3]={
177011  category="lo",
177012  description="CUNEIFORM SIGN EZEN TIMES U0x0002",
177013  direction="l",
177014  linebreak="al",
177015  unicodeslot=0x120B3,
177016 },
177017 [0x120B4]={
177018  category="lo",
177019  description="CUNEIFORM SIGN EZEN TIMES UD",
177020  direction="l",
177021  linebreak="al",
177022  unicodeslot=0x120B4,
177023 },
177024 [0x120B5]={
177025  category="lo",
177026  description="CUNEIFORM SIGN GA",
177027  direction="l",
177028  linebreak="al",
177029  unicodeslot=0x120B5,
177030 },
177031 [0x120B6]={
177032  category="lo",
177033  description="CUNEIFORM SIGN GA GUNU",
177034  direction="l",
177035  linebreak="al",
177036  unicodeslot=0x120B6,
177037 },
177038 [0x120B7]={
177039  category="lo",
177040  description="CUNEIFORM SIGN GA0x0002",
177041  direction="l",
177042  linebreak="al",
177043  unicodeslot=0x120B7,
177044 },
177045 [0x120B8]={
177046  category="lo",
177047  description="CUNEIFORM SIGN GA0x0002 TIMES A PLUS DA PLUS HA",
177048  direction="l",
177049  linebreak="al",
177050  unicodeslot=0x120B8,
177051 },
177052 [0x120B9]={
177053  category="lo",
177054  description="CUNEIFORM SIGN GA0x0002 TIMES A PLUS HA",
177055  direction="l",
177056  linebreak="al",
177057  unicodeslot=0x120B9,
177058 },
177059 [0x120BA]={
177060  category="lo",
177061  description="CUNEIFORM SIGN GA0x0002 TIMES A PLUS IGI",
177062  direction="l",
177063  linebreak="al",
177064  unicodeslot=0x120BA,
177065 },
177066 [0x120BB]={
177067  category="lo",
177068  description="CUNEIFORM SIGN GA0x0002 TIMES AB0x0002 TENU PLUS TAB",
177069  direction="l",
177070  linebreak="al",
177071  unicodeslot=0x120BB,
177072 },
177073 [0x120BC]={
177074  category="lo",
177075  description="CUNEIFORM SIGN GA0x0002 TIMES AN",
177076  direction="l",
177077  linebreak="al",
177078  unicodeslot=0x120BC,
177079 },
177080 [0x120BD]={
177081  category="lo",
177082  description="CUNEIFORM SIGN GA0x0002 TIMES ASH",
177083  direction="l",
177084  linebreak="al",
177085  unicodeslot=0x120BD,
177086 },
177087 [0x120BE]={
177088  category="lo",
177089  description="CUNEIFORM SIGN GA0x0002 TIMES ASH0x0002 PLUS GAL",
177090  direction="l",
177091  linebreak="al",
177092  unicodeslot=0x120BE,
177093 },
177094 [0x120BF]={
177095  category="lo",
177096  description="CUNEIFORM SIGN GA0x0002 TIMES BAD",
177097  direction="l",
177098  linebreak="al",
177099  unicodeslot=0x120BF,
177100 },
177101 [0x120C0]={
177102  category="lo",
177103  description="CUNEIFORM SIGN GA0x0002 TIMES BAR PLUS RA",
177104  direction="l",
177105  linebreak="al",
177106  unicodeslot=0x120C0,
177107 },
177108 [0x120C1]={
177109  category="lo",
177110  description="CUNEIFORM SIGN GA0x0002 TIMES BUR",
177111  direction="l",
177112  linebreak="al",
177113  unicodeslot=0x120C1,
177114 },
177115 [0x120C2]={
177116  category="lo",
177117  description="CUNEIFORM SIGN GA0x0002 TIMES BUR PLUS RA",
177118  direction="l",
177119  linebreak="al",
177120  unicodeslot=0x120C2,
177121 },
177122 [0x120C3]={
177123  category="lo",
177124  description="CUNEIFORM SIGN GA0x0002 TIMES DA",
177125  direction="l",
177126  linebreak="al",
177127  unicodeslot=0x120C3,
177128 },
177129 [0x120C4]={
177130  category="lo",
177131  description="CUNEIFORM SIGN GA0x0002 TIMES DI",
177132  direction="l",
177133  linebreak="al",
177134  unicodeslot=0x120C4,
177135 },
177136 [0x120C5]={
177137  category="lo",
177138  description="CUNEIFORM SIGN GA0x0002 TIMES DIM TIMES SHE",
177139  direction="l",
177140  linebreak="al",
177141  unicodeslot=0x120C5,
177142 },
177143 [0x120C6]={
177144  category="lo",
177145  description="CUNEIFORM SIGN GA0x0002 TIMES DUB",
177146  direction="l",
177147  linebreak="al",
177148  unicodeslot=0x120C6,
177149 },
177150 [0x120C7]={
177151  category="lo",
177152  description="CUNEIFORM SIGN GA0x0002 TIMES EL",
177153  direction="l",
177154  linebreak="al",
177155  unicodeslot=0x120C7,
177156 },
177157 [0x120C8]={
177158  category="lo",
177159  description="CUNEIFORM SIGN GA0x0002 TIMES EL PLUS LA",
177160  direction="l",
177161  linebreak="al",
177162  unicodeslot=0x120C8,
177163 },
177164 [0x120C9]={
177165  category="lo",
177166  description="CUNEIFORM SIGN GA0x0002 TIMES EN",
177167  direction="l",
177168  linebreak="al",
177169  unicodeslot=0x120C9,
177170 },
177171 [0x120CA]={
177172  category="lo",
177173  description="CUNEIFORM SIGN GA0x0002 TIMES EN TIMES GAN0x0002 TENU",
177174  direction="l",
177175  linebreak="al",
177176  unicodeslot=0x120CA,
177177 },
177178 [0x120CB]={
177179  category="lo",
177180  description="CUNEIFORM SIGN GA0x0002 TIMES GAN0x0002 TENU",
177181  direction="l",
177182  linebreak="al",
177183  unicodeslot=0x120CB,
177184 },
177185 [0x120CC]={
177186  category="lo",
177187  description="CUNEIFORM SIGN GA0x0002 TIMES GAR",
177188  direction="l",
177189  linebreak="al",
177190  unicodeslot=0x120CC,
177191 },
177192 [0x120CD]={
177193  category="lo",
177194  description="CUNEIFORM SIGN GA0x0002 TIMES GI",
177195  direction="l",
177196  linebreak="al",
177197  unicodeslot=0x120CD,
177198 },
177199 [0x120CE]={
177200  category="lo",
177201  description="CUNEIFORM SIGN GA0x0002 TIMES GI0x0004",
177202  direction="l",
177203  linebreak="al",
177204  unicodeslot=0x120CE,
177205 },
177206 [0x120CF]={
177207  category="lo",
177208  description="CUNEIFORM SIGN GA0x0002 TIMES GI0x0004 PLUS A",
177209  direction="l",
177210  linebreak="al",
177211  unicodeslot=0x120CF,
177212 },
177213 [0x120D0]={
177214  category="lo",
177215  description="CUNEIFORM SIGN GA0x0002 TIMES GIR0x0002 PLUS SU",
177216  direction="l",
177217  linebreak="al",
177218  unicodeslot=0x120D0,
177219 },
177220 [0x120D1]={
177221  category="lo",
177222  description="CUNEIFORM SIGN GA0x0002 TIMES HA PLUS LU PLUS ESH0x0002",
177223  direction="l",
177224  linebreak="al",
177225  unicodeslot=0x120D1,
177226 },
177227 [0x120D2]={
177228  category="lo",
177229  description="CUNEIFORM SIGN GA0x0002 TIMES HAL",
177230  direction="l",
177231  linebreak="al",
177232  unicodeslot=0x120D2,
177233 },
177234 [0x120D3]={
177235  category="lo",
177236  description="CUNEIFORM SIGN GA0x0002 TIMES HAL PLUS LA",
177237  direction="l",
177238  linebreak="al",
177239  unicodeslot=0x120D3,
177240 },
177241 [0x120D4]={
177242  category="lo",
177243  description="CUNEIFORM SIGN GA0x0002 TIMES HI PLUS LI",
177244  direction="l",
177245  linebreak="al",
177246  unicodeslot=0x120D4,
177247 },
177248 [0x120D5]={
177249  category="lo",
177250  description="CUNEIFORM SIGN GA0x0002 TIMES HUB0x0002",
177251  direction="l",
177252  linebreak="al",
177253  unicodeslot=0x120D5,
177254 },
177255 [0x120D6]={
177256  category="lo",
177257  description="CUNEIFORM SIGN GA0x0002 TIMES IGI GUNU",
177258  direction="l",
177259  linebreak="al",
177260  unicodeslot=0x120D6,
177261 },
177262 [0x120D7]={
177263  category="lo",
177264  description="CUNEIFORM SIGN GA0x0002 TIMES ISH PLUS HU PLUS ASH",
177265  direction="l",
177266  linebreak="al",
177267  unicodeslot=0x120D7,
177268 },
177269 [0x120D8]={
177270  category="lo",
177271  description="CUNEIFORM SIGN GA0x0002 TIMES KAK",
177272  direction="l",
177273  linebreak="al",
177274  unicodeslot=0x120D8,
177275 },
177276 [0x120D9]={
177277  category="lo",
177278  description="CUNEIFORM SIGN GA0x0002 TIMES KASKAL",
177279  direction="l",
177280  linebreak="al",
177281  unicodeslot=0x120D9,
177282 },
177283 [0x120DA]={
177284  category="lo",
177285  description="CUNEIFORM SIGN GA0x0002 TIMES KID",
177286  direction="l",
177287  linebreak="al",
177288  unicodeslot=0x120DA,
177289 },
177290 [0x120DB]={
177291  category="lo",
177292  description="CUNEIFORM SIGN GA0x0002 TIMES KID PLUS LAL",
177293  direction="l",
177294  linebreak="al",
177295  unicodeslot=0x120DB,
177296 },
177297 [0x120DC]={
177298  category="lo",
177299  description="CUNEIFORM SIGN GA0x0002 TIMES KU0x0003 PLUS AN",
177300  direction="l",
177301  linebreak="al",
177302  unicodeslot=0x120DC,
177303 },
177304 [0x120DD]={
177305  category="lo",
177306  description="CUNEIFORM SIGN GA0x0002 TIMES LA",
177307  direction="l",
177308  linebreak="al",
177309  unicodeslot=0x120DD,
177310 },
177311 [0x120DE]={
177312  category="lo",
177313  description="CUNEIFORM SIGN GA0x0002 TIMES ME PLUS EN",
177314  direction="l",
177315  linebreak="al",
177316  unicodeslot=0x120DE,
177317 },
177318 [0x120DF]={
177319  category="lo",
177320  description="CUNEIFORM SIGN GA0x0002 TIMES MI",
177321  direction="l",
177322  linebreak="al",
177323  unicodeslot=0x120DF,
177324 },
177325 [0x120E0]={
177326  category="lo",
177327  description="CUNEIFORM SIGN GA0x0002 TIMES NUN",
177328  direction="l",
177329  linebreak="al",
177330  unicodeslot=0x120E0,
177331 },
177332 [0x120E1]={
177333  category="lo",
177334  description="CUNEIFORM SIGN GA0x0002 TIMES NUN OVER NUN",
177335  direction="l",
177336  linebreak="al",
177337  unicodeslot=0x120E1,
177338 },
177339 [0x120E2]={
177340  category="lo",
177341  description="CUNEIFORM SIGN GA0x0002 TIMES PA",
177342  direction="l",
177343  linebreak="al",
177344  unicodeslot=0x120E2,
177345 },
177346 [0x120E3]={
177347  category="lo",
177348  description="CUNEIFORM SIGN GA0x0002 TIMES SAL",
177349  direction="l",
177350  linebreak="al",
177351  unicodeslot=0x120E3,
177352 },
177353 [0x120E4]={
177354  category="lo",
177355  description="CUNEIFORM SIGN GA0x0002 TIMES SAR",
177356  direction="l",
177357  linebreak="al",
177358  unicodeslot=0x120E4,
177359 },
177360 [0x120E5]={
177361  category="lo",
177362  description="CUNEIFORM SIGN GA0x0002 TIMES SHE",
177363  direction="l",
177364  linebreak="al",
177365  unicodeslot=0x120E5,
177366 },
177367 [0x120E6]={
177368  category="lo",
177369  description="CUNEIFORM SIGN GA0x0002 TIMES SHE PLUS TUR",
177370  direction="l",
177371  linebreak="al",
177372  unicodeslot=0x120E6,
177373 },
177374 [0x120E7]={
177375  category="lo",
177376  description="CUNEIFORM SIGN GA0x0002 TIMES SHID",
177377  direction="l",
177378  linebreak="al",
177379  unicodeslot=0x120E7,
177380 },
177381 [0x120E8]={
177382  category="lo",
177383  description="CUNEIFORM SIGN GA0x0002 TIMES SUM",
177384  direction="l",
177385  linebreak="al",
177386  unicodeslot=0x120E8,
177387 },
177388 [0x120E9]={
177389  category="lo",
177390  description="CUNEIFORM SIGN GA0x0002 TIMES TAK0x0004",
177391  direction="l",
177392  linebreak="al",
177393  unicodeslot=0x120E9,
177394 },
177395 [0x120EA]={
177396  category="lo",
177397  description="CUNEIFORM SIGN GA0x0002 TIMES U",
177398  direction="l",
177399  linebreak="al",
177400  unicodeslot=0x120EA,
177401 },
177402 [0x120EB]={
177403  category="lo",
177404  description="CUNEIFORM SIGN GA0x0002 TIMES UD",
177405  direction="l",
177406  linebreak="al",
177407  unicodeslot=0x120EB,
177408 },
177409 [0x120EC]={
177410  category="lo",
177411  description="CUNEIFORM SIGN GA0x0002 TIMES UD PLUS DU",
177412  direction="l",
177413  linebreak="al",
177414  unicodeslot=0x120EC,
177415 },
177416 [0x120ED]={
177417  category="lo",
177418  description="CUNEIFORM SIGN GA0x0002 OVER GA0x0002",
177419  direction="l",
177420  linebreak="al",
177421  unicodeslot=0x120ED,
177422 },
177423 [0x120EE]={
177424  category="lo",
177425  description="CUNEIFORM SIGN GABA",
177426  direction="l",
177427  linebreak="al",
177428  unicodeslot=0x120EE,
177429 },
177430 [0x120EF]={
177431  category="lo",
177432  description="CUNEIFORM SIGN GABA CROSSING GABA",
177433  direction="l",
177434  linebreak="al",
177435  unicodeslot=0x120EF,
177436 },
177437 [0x120F0]={
177438  category="lo",
177439  description="CUNEIFORM SIGN GAD",
177440  direction="l",
177441  linebreak="al",
177442  unicodeslot=0x120F0,
177443 },
177444 [0x120F1]={
177445  category="lo",
177446  description="CUNEIFORM SIGN GAD OVER GAD GAR OVER GAR",
177447  direction="l",
177448  linebreak="al",
177449  unicodeslot=0x120F1,
177450 },
177451 [0x120F2]={
177452  category="lo",
177453  description="CUNEIFORM SIGN GAL",
177454  direction="l",
177455  linebreak="al",
177456  unicodeslot=0x120F2,
177457 },
177458 [0x120F3]={
177459  category="lo",
177460  description="CUNEIFORM SIGN GAL GAD OVER GAD GAR OVER GAR",
177461  direction="l",
177462  linebreak="al",
177463  unicodeslot=0x120F3,
177464 },
177465 [0x120F4]={
177466  category="lo",
177467  description="CUNEIFORM SIGN GALAM",
177468  direction="l",
177469  linebreak="al",
177470  unicodeslot=0x120F4,
177471 },
177472 [0x120F5]={
177473  category="lo",
177474  description="CUNEIFORM SIGN GAM",
177475  direction="l",
177476  linebreak="al",
177477  unicodeslot=0x120F5,
177478 },
177479 [0x120F6]={
177480  category="lo",
177481  description="CUNEIFORM SIGN GAN",
177482  direction="l",
177483  linebreak="al",
177484  unicodeslot=0x120F6,
177485 },
177486 [0x120F7]={
177487  category="lo",
177488  description="CUNEIFORM SIGN GAN0x0002",
177489  direction="l",
177490  linebreak="al",
177491  unicodeslot=0x120F7,
177492 },
177493 [0x120F8]={
177494  category="lo",
177495  description="CUNEIFORM SIGN GAN0x0002 TENU",
177496  direction="l",
177497  linebreak="al",
177498  unicodeslot=0x120F8,
177499 },
177500 [0x120F9]={
177501  category="lo",
177502  description="CUNEIFORM SIGN GAN0x0002 OVER GAN0x0002",
177503  direction="l",
177504  linebreak="al",
177505  unicodeslot=0x120F9,
177506 },
177507 [0x120FA]={
177508  category="lo",
177509  description="CUNEIFORM SIGN GAN0x0002 CROSSING GAN0x0002",
177510  direction="l",
177511  linebreak="al",
177512  unicodeslot=0x120FA,
177513 },
177514 [0x120FB]={
177515  category="lo",
177516  description="CUNEIFORM SIGN GAR",
177517  direction="l",
177518  linebreak="al",
177519  unicodeslot=0x120FB,
177520 },
177521 [0x120FC]={
177522  category="lo",
177523  description="CUNEIFORM SIGN GAR0x0003",
177524  direction="l",
177525  linebreak="al",
177526  unicodeslot=0x120FC,
177527 },
177528 [0x120FD]={
177529  category="lo",
177530  description="CUNEIFORM SIGN GASHAN",
177531  direction="l",
177532  linebreak="al",
177533  unicodeslot=0x120FD,
177534 },
177535 [0x120FE]={
177536  category="lo",
177537  description="CUNEIFORM SIGN GESHTIN",
177538  direction="l",
177539  linebreak="al",
177540  unicodeslot=0x120FE,
177541 },
177542 [0x120FF]={
177543  category="lo",
177544  description="CUNEIFORM SIGN GESHTIN TIMES KUR",
177545  direction="l",
177546  linebreak="al",
177547  unicodeslot=0x120FF,
177548 },
177549 [0x12100]={
177550  category="lo",
177551  description="CUNEIFORM SIGN GI",
177552  direction="l",
177553  linebreak="al",
177554  unicodeslot=0x12100,
177555 },
177556 [0x12101]={
177557  category="lo",
177558  description="CUNEIFORM SIGN GI TIMES E",
177559  direction="l",
177560  linebreak="al",
177561  unicodeslot=0x12101,
177562 },
177563 [0x12102]={
177564  category="lo",
177565  description="CUNEIFORM SIGN GI TIMES U",
177566  direction="l",
177567  linebreak="al",
177568  unicodeslot=0x12102,
177569 },
177570 [0x12103]={
177571  category="lo",
177572  description="CUNEIFORM SIGN GI CROSSING GI",
177573  direction="l",
177574  linebreak="al",
177575  unicodeslot=0x12103,
177576 },
177577 [0x12104]={
177578  category="lo",
177579  description="CUNEIFORM SIGN GI0x0004",
177580  direction="l",
177581  linebreak="al",
177582  unicodeslot=0x12104,
177583 },
177584 [0x12105]={
177585  category="lo",
177586  description="CUNEIFORM SIGN GI0x0004 OVER GI0x0004",
177587  direction="l",
177588  linebreak="al",
177589  unicodeslot=0x12105,
177590 },
177591 [0x12106]={
177592  category="lo",
177593  description="CUNEIFORM SIGN GI0x0004 CROSSING GI0x0004",
177594  direction="l",
177595  linebreak="al",
177596  unicodeslot=0x12106,
177597 },
177598 [0x12107]={
177599  category="lo",
177600  description="CUNEIFORM SIGN GIDIM",
177601  direction="l",
177602  linebreak="al",
177603  unicodeslot=0x12107,
177604 },
177605 [0x12108]={
177606  category="lo",
177607  description="CUNEIFORM SIGN GIR0x0002",
177608  direction="l",
177609  linebreak="al",
177610  unicodeslot=0x12108,
177611 },
177612 [0x12109]={
177613  category="lo",
177614  description="CUNEIFORM SIGN GIR0x0002 GUNU",
177615  direction="l",
177616  linebreak="al",
177617  unicodeslot=0x12109,
177618 },
177619 [0x1210A]={
177620  category="lo",
177621  description="CUNEIFORM SIGN GIR0x0003",
177622  direction="l",
177623  linebreak="al",
177624  unicodeslot=0x1210A,
177625 },
177626 [0x1210B]={
177627  category="lo",
177628  description="CUNEIFORM SIGN GIR0x0003 TIMES A PLUS IGI",
177629  direction="l",
177630  linebreak="al",
177631  unicodeslot=0x1210B,
177632 },
177633 [0x1210C]={
177634  category="lo",
177635  description="CUNEIFORM SIGN GIR0x0003 TIMES GAN0x0002 TENU",
177636  direction="l",
177637  linebreak="al",
177638  unicodeslot=0x1210C,
177639 },
177640 [0x1210D]={
177641  category="lo",
177642  description="CUNEIFORM SIGN GIR0x0003 TIMES IGI",
177643  direction="l",
177644  linebreak="al",
177645  unicodeslot=0x1210D,
177646 },
177647 [0x1210E]={
177648  category="lo",
177649  description="CUNEIFORM SIGN GIR0x0003 TIMES LU PLUS IGI",
177650  direction="l",
177651  linebreak="al",
177652  unicodeslot=0x1210E,
177653 },
177654 [0x1210F]={
177655  category="lo",
177656  description="CUNEIFORM SIGN GIR0x0003 TIMES PA",
177657  direction="l",
177658  linebreak="al",
177659  unicodeslot=0x1210F,
177660 },
177661 [0x12110]={
177662  category="lo",
177663  description="CUNEIFORM SIGN GISAL",
177664  direction="l",
177665  linebreak="al",
177666  unicodeslot=0x12110,
177667 },
177668 [0x12111]={
177669  category="lo",
177670  description="CUNEIFORM SIGN GISH",
177671  direction="l",
177672  linebreak="al",
177673  unicodeslot=0x12111,
177674 },
177675 [0x12112]={
177676  category="lo",
177677  description="CUNEIFORM SIGN GISH CROSSING GISH",
177678  direction="l",
177679  linebreak="al",
177680  unicodeslot=0x12112,
177681 },
177682 [0x12113]={
177683  category="lo",
177684  description="CUNEIFORM SIGN GISH TIMES BAD",
177685  direction="l",
177686  linebreak="al",
177687  unicodeslot=0x12113,
177688 },
177689 [0x12114]={
177690  category="lo",
177691  description="CUNEIFORM SIGN GISH TIMES TAK0x0004",
177692  direction="l",
177693  linebreak="al",
177694  unicodeslot=0x12114,
177695 },
177696 [0x12115]={
177697  category="lo",
177698  description="CUNEIFORM SIGN GISH TENU",
177699  direction="l",
177700  linebreak="al",
177701  unicodeslot=0x12115,
177702 },
177703 [0x12116]={
177704  category="lo",
177705  description="CUNEIFORM SIGN GU",
177706  direction="l",
177707  linebreak="al",
177708  unicodeslot=0x12116,
177709 },
177710 [0x12117]={
177711  category="lo",
177712  description="CUNEIFORM SIGN GU CROSSING GU",
177713  direction="l",
177714  linebreak="al",
177715  unicodeslot=0x12117,
177716 },
177717 [0x12118]={
177718  category="lo",
177719  description="CUNEIFORM SIGN GU0x0002",
177720  direction="l",
177721  linebreak="al",
177722  unicodeslot=0x12118,
177723 },
177724 [0x12119]={
177725  category="lo",
177726  description="CUNEIFORM SIGN GU0x0002 TIMES KAK",
177727  direction="l",
177728  linebreak="al",
177729  unicodeslot=0x12119,
177730 },
177731 [0x1211A]={
177732  category="lo",
177733  description="CUNEIFORM SIGN GU0x0002 TIMES KAK TIMES IGI GUNU",
177734  direction="l",
177735  linebreak="al",
177736  unicodeslot=0x1211A,
177737 },
177738 [0x1211B]={
177739  category="lo",
177740  description="CUNEIFORM SIGN GU0x0002 TIMES NUN",
177741  direction="l",
177742  linebreak="al",
177743  unicodeslot=0x1211B,
177744 },
177745 [0x1211C]={
177746  category="lo",
177747  description="CUNEIFORM SIGN GU0x0002 TIMES SAL PLUS TUG0x0002",
177748  direction="l",
177749  linebreak="al",
177750  unicodeslot=0x1211C,
177751 },
177752 [0x1211D]={
177753  category="lo",
177754  description="CUNEIFORM SIGN GU0x0002 GUNU",
177755  direction="l",
177756  linebreak="al",
177757  unicodeslot=0x1211D,
177758 },
177759 [0x1211E]={
177760  category="lo",
177761  description="CUNEIFORM SIGN GUD",
177762  direction="l",
177763  linebreak="al",
177764  unicodeslot=0x1211E,
177765 },
177766 [0x1211F]={
177767  category="lo",
177768  description="CUNEIFORM SIGN GUD TIMES A PLUS KUR",
177769  direction="l",
177770  linebreak="al",
177771  unicodeslot=0x1211F,
177772 },
177773 [0x12120]={
177774  category="lo",
177775  description="CUNEIFORM SIGN GUD TIMES KUR",
177776  direction="l",
177777  linebreak="al",
177778  unicodeslot=0x12120,
177779 },
177780 [0x12121]={
177781  category="lo",
177782  description="CUNEIFORM SIGN GUD OVER GUD LUGAL",
177783  direction="l",
177784  linebreak="al",
177785  unicodeslot=0x12121,
177786 },
177787 [0x12122]={
177788  category="lo",
177789  description="CUNEIFORM SIGN GUL",
177790  direction="l",
177791  linebreak="al",
177792  unicodeslot=0x12122,
177793 },
177794 [0x12123]={
177795  category="lo",
177796  description="CUNEIFORM SIGN GUM",
177797  direction="l",
177798  linebreak="al",
177799  unicodeslot=0x12123,
177800 },
177801 [0x12124]={
177802  category="lo",
177803  description="CUNEIFORM SIGN GUM TIMES SHE",
177804  direction="l",
177805  linebreak="al",
177806  unicodeslot=0x12124,
177807 },
177808 [0x12125]={
177809  category="lo",
177810  description="CUNEIFORM SIGN GUR",
177811  direction="l",
177812  linebreak="al",
177813  unicodeslot=0x12125,
177814 },
177815 [0x12126]={
177816  category="lo",
177817  description="CUNEIFORM SIGN GUR0x0007",
177818  direction="l",
177819  linebreak="al",
177820  unicodeslot=0x12126,
177821 },
177822 [0x12127]={
177823  category="lo",
177824  description="CUNEIFORM SIGN GURUN",
177825  direction="l",
177826  linebreak="al",
177827  unicodeslot=0x12127,
177828 },
177829 [0x12128]={
177830  category="lo",
177831  description="CUNEIFORM SIGN GURUSH",
177832  direction="l",
177833  linebreak="al",
177834  unicodeslot=0x12128,
177835 },
177836 [0x12129]={
177837  category="lo",
177838  description="CUNEIFORM SIGN HA",
177839  direction="l",
177840  linebreak="al",
177841  unicodeslot=0x12129,
177842 },
177843 [0x1212A]={
177844  category="lo",
177845  description="CUNEIFORM SIGN HA TENU",
177846  direction="l",
177847  linebreak="al",
177848  unicodeslot=0x1212A,
177849 },
177850 [0x1212B]={
177851  category="lo",
177852  description="CUNEIFORM SIGN HA GUNU",
177853  direction="l",
177854  linebreak="al",
177855  unicodeslot=0x1212B,
177856 },
177857 [0x1212C]={
177858  category="lo",
177859  description="CUNEIFORM SIGN HAL",
177860  direction="l",
177861  linebreak="al",
177862  unicodeslot=0x1212C,
177863 },
177864 [0x1212D]={
177865  category="lo",
177866  description="CUNEIFORM SIGN HI",
177867  direction="l",
177868  linebreak="al",
177869  unicodeslot=0x1212D,
177870 },
177871 [0x1212E]={
177872  category="lo",
177873  description="CUNEIFORM SIGN HI TIMES ASH",
177874  direction="l",
177875  linebreak="al",
177876  unicodeslot=0x1212E,
177877 },
177878 [0x1212F]={
177879  category="lo",
177880  description="CUNEIFORM SIGN HI TIMES ASH0x0002",
177881  direction="l",
177882  linebreak="al",
177883  unicodeslot=0x1212F,
177884 },
177885 [0x12130]={
177886  category="lo",
177887  description="CUNEIFORM SIGN HI TIMES BAD",
177888  direction="l",
177889  linebreak="al",
177890  unicodeslot=0x12130,
177891 },
177892 [0x12131]={
177893  category="lo",
177894  description="CUNEIFORM SIGN HI TIMES DISH",
177895  direction="l",
177896  linebreak="al",
177897  unicodeslot=0x12131,
177898 },
177899 [0x12132]={
177900  category="lo",
177901  description="CUNEIFORM SIGN HI TIMES GAD",
177902  direction="l",
177903  linebreak="al",
177904  unicodeslot=0x12132,
177905 },
177906 [0x12133]={
177907  category="lo",
177908  description="CUNEIFORM SIGN HI TIMES KIN",
177909  direction="l",
177910  linebreak="al",
177911  unicodeslot=0x12133,
177912 },
177913 [0x12134]={
177914  category="lo",
177915  description="CUNEIFORM SIGN HI TIMES NUN",
177916  direction="l",
177917  linebreak="al",
177918  unicodeslot=0x12134,
177919 },
177920 [0x12135]={
177921  category="lo",
177922  description="CUNEIFORM SIGN HI TIMES SHE",
177923  direction="l",
177924  linebreak="al",
177925  unicodeslot=0x12135,
177926 },
177927 [0x12136]={
177928  category="lo",
177929  description="CUNEIFORM SIGN HI TIMES U",
177930  direction="l",
177931  linebreak="al",
177932  unicodeslot=0x12136,
177933 },
177934 [0x12137]={
177935  category="lo",
177936  description="CUNEIFORM SIGN HU",
177937  direction="l",
177938  linebreak="al",
177939  unicodeslot=0x12137,
177940 },
177941 [0x12138]={
177942  category="lo",
177943  description="CUNEIFORM SIGN HUB0x0002",
177944  direction="l",
177945  linebreak="al",
177946  unicodeslot=0x12138,
177947 },
177948 [0x12139]={
177949  category="lo",
177950  description="CUNEIFORM SIGN HUB0x0002 TIMES AN",
177951  direction="l",
177952  linebreak="al",
177953  unicodeslot=0x12139,
177954 },
177955 [0x1213A]={
177956  category="lo",
177957  description="CUNEIFORM SIGN HUB0x0002 TIMES HAL",
177958  direction="l",
177959  linebreak="al",
177960  unicodeslot=0x1213A,
177961 },
177962 [0x1213B]={
177963  category="lo",
177964  description="CUNEIFORM SIGN HUB0x0002 TIMES KASKAL",
177965  direction="l",
177966  linebreak="al",
177967  unicodeslot=0x1213B,
177968 },
177969 [0x1213C]={
177970  category="lo",
177971  description="CUNEIFORM SIGN HUB0x0002 TIMES LISH",
177972  direction="l",
177973  linebreak="al",
177974  unicodeslot=0x1213C,
177975 },
177976 [0x1213D]={
177977  category="lo",
177978  description="CUNEIFORM SIGN HUB0x0002 TIMES UD",
177979  direction="l",
177980  linebreak="al",
177981  unicodeslot=0x1213D,
177982 },
177983 [0x1213E]={
177984  category="lo",
177985  description="CUNEIFORM SIGN HUL0x0002",
177986  direction="l",
177987  linebreak="al",
177988  unicodeslot=0x1213E,
177989 },
177990 [0x1213F]={
177991  category="lo",
177992  description="CUNEIFORM SIGN I",
177993  direction="l",
177994  linebreak="al",
177995  unicodeslot=0x1213F,
177996 },
177997 [0x12140]={
177998  category="lo",
177999  description="CUNEIFORM SIGN I A",
178000  direction="l",
178001  linebreak="al",
178002  unicodeslot=0x12140,
178003 },
178004 [0x12141]={
178005  category="lo",
178006  description="CUNEIFORM SIGN IB",
178007  direction="l",
178008  linebreak="al",
178009  unicodeslot=0x12141,
178010 },
178011 [0x12142]={
178012  category="lo",
178013  description="CUNEIFORM SIGN IDIM",
178014  direction="l",
178015  linebreak="al",
178016  unicodeslot=0x12142,
178017 },
178018 [0x12143]={
178019  category="lo",
178020  description="CUNEIFORM SIGN IDIM OVER IDIM BUR",
178021  direction="l",
178022  linebreak="al",
178023  unicodeslot=0x12143,
178024 },
178025 [0x12144]={
178026  category="lo",
178027  description="CUNEIFORM SIGN IDIM OVER IDIM SQUARED",
178028  direction="l",
178029  linebreak="al",
178030  unicodeslot=0x12144,
178031 },
178032 [0x12145]={
178033  category="lo",
178034  description="CUNEIFORM SIGN IG",
178035  direction="l",
178036  linebreak="al",
178037  unicodeslot=0x12145,
178038 },
178039 [0x12146]={
178040  category="lo",
178041  description="CUNEIFORM SIGN IGI",
178042  direction="l",
178043  linebreak="al",
178044  unicodeslot=0x12146,
178045 },
178046 [0x12147]={
178047  category="lo",
178048  description="CUNEIFORM SIGN IGI DIB",
178049  direction="l",
178050  linebreak="al",
178051  unicodeslot=0x12147,
178052 },
178053 [0x12148]={
178054  category="lo",
178055  description="CUNEIFORM SIGN IGI RI",
178056  direction="l",
178057  linebreak="al",
178058  unicodeslot=0x12148,
178059 },
178060 [0x12149]={
178061  category="lo",
178062  description="CUNEIFORM SIGN IGI OVER IGI SHIR OVER SHIR UD OVER UD",
178063  direction="l",
178064  linebreak="al",
178065  unicodeslot=0x12149,
178066 },
178067 [0x1214A]={
178068  category="lo",
178069  description="CUNEIFORM SIGN IGI GUNU",
178070  direction="l",
178071  linebreak="al",
178072  unicodeslot=0x1214A,
178073 },
178074 [0x1214B]={
178075  category="lo",
178076  description="CUNEIFORM SIGN IL",
178077  direction="l",
178078  linebreak="al",
178079  unicodeslot=0x1214B,
178080 },
178081 [0x1214C]={
178082  category="lo",
178083  description="CUNEIFORM SIGN IL TIMES GAN0x0002 TENU",
178084  direction="l",
178085  linebreak="al",
178086  unicodeslot=0x1214C,
178087 },
178088 [0x1214D]={
178089  category="lo",
178090  description="CUNEIFORM SIGN IL0x0002",
178091  direction="l",
178092  linebreak="al",
178093  unicodeslot=0x1214D,
178094 },
178095 [0x1214E]={
178096  category="lo",
178097  description="CUNEIFORM SIGN IM",
178098  direction="l",
178099  linebreak="al",
178100  unicodeslot=0x1214E,
178101 },
178102 [0x1214F]={
178103  category="lo",
178104  description="CUNEIFORM SIGN IM TIMES TAK0x0004",
178105  direction="l",
178106  linebreak="al",
178107  unicodeslot=0x1214F,
178108 },
178109 [0x12150]={
178110  category="lo",
178111  description="CUNEIFORM SIGN IM CROSSING IM",
178112  direction="l",
178113  linebreak="al",
178114  unicodeslot=0x12150,
178115 },
178116 [0x12151]={
178117  category="lo",
178118  description="CUNEIFORM SIGN IM OPPOSING IM",
178119  direction="l",
178120  linebreak="al",
178121  unicodeslot=0x12151,
178122 },
178123 [0x12152]={
178124  category="lo",
178125  description="CUNEIFORM SIGN IM SQUARED",
178126  direction="l",
178127  linebreak="al",
178128  unicodeslot=0x12152,
178129 },
178130 [0x12153]={
178131  category="lo",
178132  description="CUNEIFORM SIGN IMIN",
178133  direction="l",
178134  linebreak="al",
178135  unicodeslot=0x12153,
178136 },
178137 [0x12154]={
178138  category="lo",
178139  description="CUNEIFORM SIGN IN",
178140  direction="l",
178141  linebreak="al",
178142  unicodeslot=0x12154,
178143 },
178144 [0x12155]={
178145  category="lo",
178146  description="CUNEIFORM SIGN IR",
178147  direction="l",
178148  linebreak="al",
178149  unicodeslot=0x12155,
178150 },
178151 [0x12156]={
178152  category="lo",
178153  description="CUNEIFORM SIGN ISH",
178154  direction="l",
178155  linebreak="al",
178156  unicodeslot=0x12156,
178157 },
178158 [0x12157]={
178159  category="lo",
178160  description="CUNEIFORM SIGN KA",
178161  direction="l",
178162  linebreak="al",
178163  unicodeslot=0x12157,
178164 },
178165 [0x12158]={
178166  category="lo",
178167  description="CUNEIFORM SIGN KA TIMES A",
178168  direction="l",
178169  linebreak="al",
178170  unicodeslot=0x12158,
178171 },
178172 [0x12159]={
178173  category="lo",
178174  description="CUNEIFORM SIGN KA TIMES AD",
178175  direction="l",
178176  linebreak="al",
178177  unicodeslot=0x12159,
178178 },
178179 [0x1215A]={
178180  category="lo",
178181  description="CUNEIFORM SIGN KA TIMES AD PLUS KU0x0003",
178182  direction="l",
178183  linebreak="al",
178184  unicodeslot=0x1215A,
178185 },
178186 [0x1215B]={
178187  category="lo",
178188  description="CUNEIFORM SIGN KA TIMES ASH0x0002",
178189  direction="l",
178190  linebreak="al",
178191  unicodeslot=0x1215B,
178192 },
178193 [0x1215C]={
178194  category="lo",
178195  description="CUNEIFORM SIGN KA TIMES BAD",
178196  direction="l",
178197  linebreak="al",
178198  unicodeslot=0x1215C,
178199 },
178200 [0x1215D]={
178201  category="lo",
178202  description="CUNEIFORM SIGN KA TIMES BALAG",
178203  direction="l",
178204  linebreak="al",
178205  unicodeslot=0x1215D,
178206 },
178207 [0x1215E]={
178208  category="lo",
178209  description="CUNEIFORM SIGN KA TIMES BAR",
178210  direction="l",
178211  linebreak="al",
178212  unicodeslot=0x1215E,
178213 },
178214 [0x1215F]={
178215  category="lo",
178216  description="CUNEIFORM SIGN KA TIMES BI",
178217  direction="l",
178218  linebreak="al",
178219  unicodeslot=0x1215F,
178220 },
178221 [0x12160]={
178222  category="lo",
178223  description="CUNEIFORM SIGN KA TIMES ERIN0x0002",
178224  direction="l",
178225  linebreak="al",
178226  unicodeslot=0x12160,
178227 },
178228 [0x12161]={
178229  category="lo",
178230  description="CUNEIFORM SIGN KA TIMES ESH0x0002",
178231  direction="l",
178232  linebreak="al",
178233  unicodeslot=0x12161,
178234 },
178235 [0x12162]={
178236  category="lo",
178237  description="CUNEIFORM SIGN KA TIMES GA",
178238  direction="l",
178239  linebreak="al",
178240  unicodeslot=0x12162,
178241 },
178242 [0x12163]={
178243  category="lo",
178244  description="CUNEIFORM SIGN KA TIMES GAL",
178245  direction="l",
178246  linebreak="al",
178247  unicodeslot=0x12163,
178248 },
178249 [0x12164]={
178250  category="lo",
178251  description="CUNEIFORM SIGN KA TIMES GAN0x0002 TENU",
178252  direction="l",
178253  linebreak="al",
178254  unicodeslot=0x12164,
178255 },
178256 [0x12165]={
178257  category="lo",
178258  description="CUNEIFORM SIGN KA TIMES GAR",
178259  direction="l",
178260  linebreak="al",
178261  unicodeslot=0x12165,
178262 },
178263 [0x12166]={
178264  category="lo",
178265  description="CUNEIFORM SIGN KA TIMES GAR PLUS SHA0x0003 PLUS A",
178266  direction="l",
178267  linebreak="al",
178268  unicodeslot=0x12166,
178269 },
178270 [0x12167]={
178271  category="lo",
178272  description="CUNEIFORM SIGN KA TIMES GI",
178273  direction="l",
178274  linebreak="al",
178275  unicodeslot=0x12167,
178276 },
178277 [0x12168]={
178278  category="lo",
178279  description="CUNEIFORM SIGN KA TIMES GIR0x0002",
178280  direction="l",
178281  linebreak="al",
178282  unicodeslot=0x12168,
178283 },
178284 [0x12169]={
178285  category="lo",
178286  description="CUNEIFORM SIGN KA TIMES GISH PLUS SAR",
178287  direction="l",
178288  linebreak="al",
178289  unicodeslot=0x12169,
178290 },
178291 [0x1216A]={
178292  category="lo",
178293  description="CUNEIFORM SIGN KA TIMES GISH CROSSING GISH",
178294  direction="l",
178295  linebreak="al",
178296  unicodeslot=0x1216A,
178297 },
178298 [0x1216B]={
178299  category="lo",
178300  description="CUNEIFORM SIGN KA TIMES GU",
178301  direction="l",
178302  linebreak="al",
178303  unicodeslot=0x1216B,
178304 },
178305 [0x1216C]={
178306  category="lo",
178307  description="CUNEIFORM SIGN KA TIMES GUR0x0007",
178308  direction="l",
178309  linebreak="al",
178310  unicodeslot=0x1216C,
178311 },
178312 [0x1216D]={
178313  category="lo",
178314  description="CUNEIFORM SIGN KA TIMES IGI",
178315  direction="l",
178316  linebreak="al",
178317  unicodeslot=0x1216D,
178318 },
178319 [0x1216E]={
178320  category="lo",
178321  description="CUNEIFORM SIGN KA TIMES IM",
178322  direction="l",
178323  linebreak="al",
178324  unicodeslot=0x1216E,
178325 },
178326 [0x1216F]={
178327  category="lo",
178328  description="CUNEIFORM SIGN KA TIMES KAK",
178329  direction="l",
178330  linebreak="al",
178331  unicodeslot=0x1216F,
178332 },
178333 [0x12170]={
178334  category="lo",
178335  description="CUNEIFORM SIGN KA TIMES KI",
178336  direction="l",
178337  linebreak="al",
178338  unicodeslot=0x12170,
178339 },
178340 [0x12171]={
178341  category="lo",
178342  description="CUNEIFORM SIGN KA TIMES KID",
178343  direction="l",
178344  linebreak="al",
178345  unicodeslot=0x12171,
178346 },
178347 [0x12172]={
178348  category="lo",
178349  description="CUNEIFORM SIGN KA TIMES LI",
178350  direction="l",
178351  linebreak="al",
178352  unicodeslot=0x12172,
178353 },
178354 [0x12173]={
178355  category="lo",
178356  description="CUNEIFORM SIGN KA TIMES LU",
178357  direction="l",
178358  linebreak="al",
178359  unicodeslot=0x12173,
178360 },
178361 [0x12174]={
178362  category="lo",
178363  description="CUNEIFORM SIGN KA TIMES ME",
178364  direction="l",
178365  linebreak="al",
178366  unicodeslot=0x12174,
178367 },
178368 [0x12175]={
178369  category="lo",
178370  description="CUNEIFORM SIGN KA TIMES ME PLUS DU",
178371  direction="l",
178372  linebreak="al",
178373  unicodeslot=0x12175,
178374 },
178375 [0x12176]={
178376  category="lo",
178377  description="CUNEIFORM SIGN KA TIMES ME PLUS GI",
178378  direction="l",
178379  linebreak="al",
178380  unicodeslot=0x12176,
178381 },
178382 [0x12177]={
178383  category="lo",
178384  description="CUNEIFORM SIGN KA TIMES ME PLUS TE",
178385  direction="l",
178386  linebreak="al",
178387  unicodeslot=0x12177,
178388 },
178389 [0x12178]={
178390  category="lo",
178391  description="CUNEIFORM SIGN KA TIMES MI",
178392  direction="l",
178393  linebreak="al",
178394  unicodeslot=0x12178,
178395 },
178396 [0x12179]={
178397  category="lo",
178398  description="CUNEIFORM SIGN KA TIMES MI PLUS NUNUZ",
178399  direction="l",
178400  linebreak="al",
178401  unicodeslot=0x12179,
178402 },
178403 [0x1217A]={
178404  category="lo",
178405  description="CUNEIFORM SIGN KA TIMES NE",
178406  direction="l",
178407  linebreak="al",
178408  unicodeslot=0x1217A,
178409 },
178410 [0x1217B]={
178411  category="lo",
178412  description="CUNEIFORM SIGN KA TIMES NUN",
178413  direction="l",
178414  linebreak="al",
178415  unicodeslot=0x1217B,
178416 },
178417 [0x1217C]={
178418  category="lo",
178419  description="CUNEIFORM SIGN KA TIMES PI",
178420  direction="l",
178421  linebreak="al",
178422  unicodeslot=0x1217C,
178423 },
178424 [0x1217D]={
178425  category="lo",
178426  description="CUNEIFORM SIGN KA TIMES RU",
178427  direction="l",
178428  linebreak="al",
178429  unicodeslot=0x1217D,
178430 },
178431 [0x1217E]={
178432  category="lo",
178433  description="CUNEIFORM SIGN KA TIMES SA",
178434  direction="l",
178435  linebreak="al",
178436  unicodeslot=0x1217E,
178437 },
178438 [0x1217F]={
178439  category="lo",
178440  description="CUNEIFORM SIGN KA TIMES SAR",
178441  direction="l",
178442  linebreak="al",
178443  unicodeslot=0x1217F,
178444 },
178445 [0x12180]={
178446  category="lo",
178447  description="CUNEIFORM SIGN KA TIMES SHA",
178448  direction="l",
178449  linebreak="al",
178450  unicodeslot=0x12180,
178451 },
178452 [0x12181]={
178453  category="lo",
178454  description="CUNEIFORM SIGN KA TIMES SHE",
178455  direction="l",
178456  linebreak="al",
178457  unicodeslot=0x12181,
178458 },
178459 [0x12182]={
178460  category="lo",
178461  description="CUNEIFORM SIGN KA TIMES SHID",
178462  direction="l",
178463  linebreak="al",
178464  unicodeslot=0x12182,
178465 },
178466 [0x12183]={
178467  category="lo",
178468  description="CUNEIFORM SIGN KA TIMES SHU",
178469  direction="l",
178470  linebreak="al",
178471  unicodeslot=0x12183,
178472 },
178473 [0x12184]={
178474  category="lo",
178475  description="CUNEIFORM SIGN KA TIMES SIG",
178476  direction="l",
178477  linebreak="al",
178478  unicodeslot=0x12184,
178479 },
178480 [0x12185]={
178481  category="lo",
178482  description="CUNEIFORM SIGN KA TIMES SUHUR",
178483  direction="l",
178484  linebreak="al",
178485  unicodeslot=0x12185,
178486 },
178487 [0x12186]={
178488  category="lo",
178489  description="CUNEIFORM SIGN KA TIMES TAR",
178490  direction="l",
178491  linebreak="al",
178492  unicodeslot=0x12186,
178493 },
178494 [0x12187]={
178495  category="lo",
178496  description="CUNEIFORM SIGN KA TIMES U",
178497  direction="l",
178498  linebreak="al",
178499  unicodeslot=0x12187,
178500 },
178501 [0x12188]={
178502  category="lo",
178503  description="CUNEIFORM SIGN KA TIMES U0x0002",
178504  direction="l",
178505  linebreak="al",
178506  unicodeslot=0x12188,
178507 },
178508 [0x12189]={
178509  category="lo",
178510  description="CUNEIFORM SIGN KA TIMES UD",
178511  direction="l",
178512  linebreak="al",
178513  unicodeslot=0x12189,
178514 },
178515 [0x1218A]={
178516  category="lo",
178517  description="CUNEIFORM SIGN KA TIMES UMUM TIMES PA",
178518  direction="l",
178519  linebreak="al",
178520  unicodeslot=0x1218A,
178521 },
178522 [0x1218B]={
178523  category="lo",
178524  description="CUNEIFORM SIGN KA TIMES USH",
178525  direction="l",
178526  linebreak="al",
178527  unicodeslot=0x1218B,
178528 },
178529 [0x1218C]={
178530  category="lo",
178531  description="CUNEIFORM SIGN KA TIMES ZI",
178532  direction="l",
178533  linebreak="al",
178534  unicodeslot=0x1218C,
178535 },
178536 [0x1218D]={
178537  category="lo",
178538  description="CUNEIFORM SIGN KA0x0002",
178539  direction="l",
178540  linebreak="al",
178541  unicodeslot=0x1218D,
178542 },
178543 [0x1218E]={
178544  category="lo",
178545  description="CUNEIFORM SIGN KA0x0002 CROSSING KA0x0002",
178546  direction="l",
178547  linebreak="al",
178548  unicodeslot=0x1218E,
178549 },
178550 [0x1218F]={
178551  category="lo",
178552  description="CUNEIFORM SIGN KAB",
178553  direction="l",
178554  linebreak="al",
178555  unicodeslot=0x1218F,
178556 },
178557 [0x12190]={
178558  category="lo",
178559  description="CUNEIFORM SIGN KAD0x0002",
178560  direction="l",
178561  linebreak="al",
178562  unicodeslot=0x12190,
178563 },
178564 [0x12191]={
178565  category="lo",
178566  description="CUNEIFORM SIGN KAD0x0003",
178567  direction="l",
178568  linebreak="al",
178569  unicodeslot=0x12191,
178570 },
178571 [0x12192]={
178572  category="lo",
178573  description="CUNEIFORM SIGN KAD0x0004",
178574  direction="l",
178575  linebreak="al",
178576  unicodeslot=0x12192,
178577 },
178578 [0x12193]={
178579  category="lo",
178580  description="CUNEIFORM SIGN KAD0x0005",
178581  direction="l",
178582  linebreak="al",
178583  unicodeslot=0x12193,
178584 },
178585 [0x12194]={
178586  category="lo",
178587  description="CUNEIFORM SIGN KAD0x0005 OVER KAD0x0005",
178588  direction="l",
178589  linebreak="al",
178590  unicodeslot=0x12194,
178591 },
178592 [0x12195]={
178593  category="lo",
178594  description="CUNEIFORM SIGN KAK",
178595  direction="l",
178596  linebreak="al",
178597  unicodeslot=0x12195,
178598 },
178599 [0x12196]={
178600  category="lo",
178601  description="CUNEIFORM SIGN KAK TIMES IGI GUNU",
178602  direction="l",
178603  linebreak="al",
178604  unicodeslot=0x12196,
178605 },
178606 [0x12197]={
178607  category="lo",
178608  description="CUNEIFORM SIGN KAL",
178609  direction="l",
178610  linebreak="al",
178611  unicodeslot=0x12197,
178612 },
178613 [0x12198]={
178614  category="lo",
178615  description="CUNEIFORM SIGN KAL TIMES BAD",
178616  direction="l",
178617  linebreak="al",
178618  unicodeslot=0x12198,
178619 },
178620 [0x12199]={
178621  category="lo",
178622  description="CUNEIFORM SIGN KAL CROSSING KAL",
178623  direction="l",
178624  linebreak="al",
178625  unicodeslot=0x12199,
178626 },
178627 [0x1219A]={
178628  category="lo",
178629  description="CUNEIFORM SIGN KAM0x0002",
178630  direction="l",
178631  linebreak="al",
178632  unicodeslot=0x1219A,
178633 },
178634 [0x1219B]={
178635  category="lo",
178636  description="CUNEIFORM SIGN KAM0x0004",
178637  direction="l",
178638  linebreak="al",
178639  unicodeslot=0x1219B,
178640 },
178641 [0x1219C]={
178642  category="lo",
178643  description="CUNEIFORM SIGN KASKAL",
178644  direction="l",
178645  linebreak="al",
178646  unicodeslot=0x1219C,
178647 },
178648 [0x1219D]={
178649  category="lo",
178650  description="CUNEIFORM SIGN KASKAL LAGAB TIMES U OVER LAGAB TIMES U",
178651  direction="l",
178652  linebreak="al",
178653  unicodeslot=0x1219D,
178654 },
178655 [0x1219E]={
178656  category="lo",
178657  description="CUNEIFORM SIGN KASKAL OVER KASKAL LAGAB TIMES U OVER LAGAB TIMES U",
178658  direction="l",
178659  linebreak="al",
178660  unicodeslot=0x1219E,
178661 },
178662 [0x1219F]={
178663  category="lo",
178664  description="CUNEIFORM SIGN KESH0x0002",
178665  direction="l",
178666  linebreak="al",
178667  unicodeslot=0x1219F,
178668 },
178669 [0x121A0]={
178670  category="lo",
178671  description="CUNEIFORM SIGN KI",
178672  direction="l",
178673  linebreak="al",
178674  unicodeslot=0x121A0,
178675 },
178676 [0x121A1]={
178677  category="lo",
178678  description="CUNEIFORM SIGN KI TIMES BAD",
178679  direction="l",
178680  linebreak="al",
178681  unicodeslot=0x121A1,
178682 },
178683 [0x121A2]={
178684  category="lo",
178685  description="CUNEIFORM SIGN KI TIMES U",
178686  direction="l",
178687  linebreak="al",
178688  unicodeslot=0x121A2,
178689 },
178690 [0x121A3]={
178691  category="lo",
178692  description="CUNEIFORM SIGN KI TIMES UD",
178693  direction="l",
178694  linebreak="al",
178695  unicodeslot=0x121A3,
178696 },
178697 [0x121A4]={
178698  category="lo",
178699  description="CUNEIFORM SIGN KID",
178700  direction="l",
178701  linebreak="al",
178702  unicodeslot=0x121A4,
178703 },
178704 [0x121A5]={
178705  category="lo",
178706  description="CUNEIFORM SIGN KIN",
178707  direction="l",
178708  linebreak="al",
178709  unicodeslot=0x121A5,
178710 },
178711 [0x121A6]={
178712  category="lo",
178713  description="CUNEIFORM SIGN KISAL",
178714  direction="l",
178715  linebreak="al",
178716  unicodeslot=0x121A6,
178717 },
178718 [0x121A7]={
178719  category="lo",
178720  description="CUNEIFORM SIGN KISH",
178721  direction="l",
178722  linebreak="al",
178723  unicodeslot=0x121A7,
178724 },
178725 [0x121A8]={
178726  category="lo",
178727  description="CUNEIFORM SIGN KISIM0x0005",
178728  direction="l",
178729  linebreak="al",
178730  unicodeslot=0x121A8,
178731 },
178732 [0x121A9]={
178733  category="lo",
178734  description="CUNEIFORM SIGN KISIM0x0005 OVER KISIM0x0005",
178735  direction="l",
178736  linebreak="al",
178737  unicodeslot=0x121A9,
178738 },
178739 [0x121AA]={
178740  category="lo",
178741  description="CUNEIFORM SIGN KU",
178742  direction="l",
178743  linebreak="al",
178744  unicodeslot=0x121AA,
178745 },
178746 [0x121AB]={
178747  category="lo",
178748  description="CUNEIFORM SIGN KU OVER HI TIMES ASH0x0002 KU OVER HI TIMES ASH0x0002",
178749  direction="l",
178750  linebreak="al",
178751  unicodeslot=0x121AB,
178752 },
178753 [0x121AC]={
178754  category="lo",
178755  description="CUNEIFORM SIGN KU0x0003",
178756  direction="l",
178757  linebreak="al",
178758  unicodeslot=0x121AC,
178759 },
178760 [0x121AD]={
178761  category="lo",
178762  description="CUNEIFORM SIGN KU0x0004",
178763  direction="l",
178764  linebreak="al",
178765  unicodeslot=0x121AD,
178766 },
178767 [0x121AE]={
178768  category="lo",
178769  description="CUNEIFORM SIGN KU0x0004 VARIANT FORM",
178770  direction="l",
178771  linebreak="al",
178772  unicodeslot=0x121AE,
178773 },
178774 [0x121AF]={
178775  category="lo",
178776  description="CUNEIFORM SIGN KU0x0007",
178777  direction="l",
178778  linebreak="al",
178779  unicodeslot=0x121AF,
178780 },
178781 [0x121B0]={
178782  category="lo",
178783  description="CUNEIFORM SIGN KUL",
178784  direction="l",
178785  linebreak="al",
178786  unicodeslot=0x121B0,
178787 },
178788 [0x121B1]={
178789  category="lo",
178790  description="CUNEIFORM SIGN KUL GUNU",
178791  direction="l",
178792  linebreak="al",
178793  unicodeslot=0x121B1,
178794 },
178795 [0x121B2]={
178796  category="lo",
178797  description="CUNEIFORM SIGN KUN",
178798  direction="l",
178799  linebreak="al",
178800  unicodeslot=0x121B2,
178801 },
178802 [0x121B3]={
178803  category="lo",
178804  description="CUNEIFORM SIGN KUR",
178805  direction="l",
178806  linebreak="al",
178807  unicodeslot=0x121B3,
178808 },
178809 [0x121B4]={
178810  category="lo",
178811  description="CUNEIFORM SIGN KUR OPPOSING KUR",
178812  direction="l",
178813  linebreak="al",
178814  unicodeslot=0x121B4,
178815 },
178816 [0x121B5]={
178817  category="lo",
178818  description="CUNEIFORM SIGN KUSHU0x0002",
178819  direction="l",
178820  linebreak="al",
178821  unicodeslot=0x121B5,
178822 },
178823 [0x121B6]={
178824  category="lo",
178825  description="CUNEIFORM SIGN KWU0x013E",
178826  direction="l",
178827  linebreak="al",
178828  unicodeslot=0x121B6,
178829 },
178830 [0x121B7]={
178831  category="lo",
178832  description="CUNEIFORM SIGN LA",
178833  direction="l",
178834  linebreak="al",
178835  unicodeslot=0x121B7,
178836 },
178837 [0x121B8]={
178838  category="lo",
178839  description="CUNEIFORM SIGN LAGAB",
178840  direction="l",
178841  linebreak="al",
178842  unicodeslot=0x121B8,
178843 },
178844 [0x121B9]={
178845  category="lo",
178846  description="CUNEIFORM SIGN LAGAB TIMES A",
178847  direction="l",
178848  linebreak="al",
178849  unicodeslot=0x121B9,
178850 },
178851 [0x121BA]={
178852  category="lo",
178853  description="CUNEIFORM SIGN LAGAB TIMES A PLUS DA PLUS HA",
178854  direction="l",
178855  linebreak="al",
178856  unicodeslot=0x121BA,
178857 },
178858 [0x121BB]={
178859  category="lo",
178860  description="CUNEIFORM SIGN LAGAB TIMES A PLUS GAR",
178861  direction="l",
178862  linebreak="al",
178863  unicodeslot=0x121BB,
178864 },
178865 [0x121BC]={
178866  category="lo",
178867  description="CUNEIFORM SIGN LAGAB TIMES A PLUS LAL",
178868  direction="l",
178869  linebreak="al",
178870  unicodeslot=0x121BC,
178871 },
178872 [0x121BD]={
178873  category="lo",
178874  description="CUNEIFORM SIGN LAGAB TIMES AL",
178875  direction="l",
178876  linebreak="al",
178877  unicodeslot=0x121BD,
178878 },
178879 [0x121BE]={
178880  category="lo",
178881  description="CUNEIFORM SIGN LAGAB TIMES AN",
178882  direction="l",
178883  linebreak="al",
178884  unicodeslot=0x121BE,
178885 },
178886 [0x121BF]={
178887  category="lo",
178888  description="CUNEIFORM SIGN LAGAB TIMES ASH ZIDA TENU",
178889  direction="l",
178890  linebreak="al",
178891  unicodeslot=0x121BF,
178892 },
178893 [0x121C0]={
178894  category="lo",
178895  description="CUNEIFORM SIGN LAGAB TIMES BAD",
178896  direction="l",
178897  linebreak="al",
178898  unicodeslot=0x121C0,
178899 },
178900 [0x121C1]={
178901  category="lo",
178902  description="CUNEIFORM SIGN LAGAB TIMES BI",
178903  direction="l",
178904  linebreak="al",
178905  unicodeslot=0x121C1,
178906 },
178907 [0x121C2]={
178908  category="lo",
178909  description="CUNEIFORM SIGN LAGAB TIMES DAR",
178910  direction="l",
178911  linebreak="al",
178912  unicodeslot=0x121C2,
178913 },
178914 [0x121C3]={
178915  category="lo",
178916  description="CUNEIFORM SIGN LAGAB TIMES EN",
178917  direction="l",
178918  linebreak="al",
178919  unicodeslot=0x121C3,
178920 },
178921 [0x121C4]={
178922  category="lo",
178923  description="CUNEIFORM SIGN LAGAB TIMES GA",
178924  direction="l",
178925  linebreak="al",
178926  unicodeslot=0x121C4,
178927 },
178928 [0x121C5]={
178929  category="lo",
178930  description="CUNEIFORM SIGN LAGAB TIMES GAR",
178931  direction="l",
178932  linebreak="al",
178933  unicodeslot=0x121C5,
178934 },
178935 [0x121C6]={
178936  category="lo",
178937  description="CUNEIFORM SIGN LAGAB TIMES GUD",
178938  direction="l",
178939  linebreak="al",
178940  unicodeslot=0x121C6,
178941 },
178942 [0x121C7]={
178943  category="lo",
178944  description="CUNEIFORM SIGN LAGAB TIMES GUD PLUS GUD",
178945  direction="l",
178946  linebreak="al",
178947  unicodeslot=0x121C7,
178948 },
178949 [0x121C8]={
178950  category="lo",
178951  description="CUNEIFORM SIGN LAGAB TIMES HA",
178952  direction="l",
178953  linebreak="al",
178954  unicodeslot=0x121C8,
178955 },
178956 [0x121C9]={
178957  category="lo",
178958  description="CUNEIFORM SIGN LAGAB TIMES HAL",
178959  direction="l",
178960  linebreak="al",
178961  unicodeslot=0x121C9,
178962 },
178963 [0x121CA]={
178964  category="lo",
178965  description="CUNEIFORM SIGN LAGAB TIMES HI TIMES NUN",
178966  direction="l",
178967  linebreak="al",
178968  unicodeslot=0x121CA,
178969 },
178970 [0x121CB]={
178971  category="lo",
178972  description="CUNEIFORM SIGN LAGAB TIMES IGI GUNU",
178973  direction="l",
178974  linebreak="al",
178975  unicodeslot=0x121CB,
178976 },
178977 [0x121CC]={
178978  category="lo",
178979  description="CUNEIFORM SIGN LAGAB TIMES IM",
178980  direction="l",
178981  linebreak="al",
178982  unicodeslot=0x121CC,
178983 },
178984 [0x121CD]={
178985  category="lo",
178986  description="CUNEIFORM SIGN LAGAB TIMES IM PLUS HA",
178987  direction="l",
178988  linebreak="al",
178989  unicodeslot=0x121CD,
178990 },
178991 [0x121CE]={
178992  category="lo",
178993  description="CUNEIFORM SIGN LAGAB TIMES IM PLUS LU",
178994  direction="l",
178995  linebreak="al",
178996  unicodeslot=0x121CE,
178997 },
178998 [0x121CF]={
178999  category="lo",
179000  description="CUNEIFORM SIGN LAGAB TIMES KI",
179001  direction="l",
179002  linebreak="al",
179003  unicodeslot=0x121CF,
179004 },
179005 [0x121D0]={
179006  category="lo",
179007  description="CUNEIFORM SIGN LAGAB TIMES KIN",
179008  direction="l",
179009  linebreak="al",
179010  unicodeslot=0x121D0,
179011 },
179012 [0x121D1]={
179013  category="lo",
179014  description="CUNEIFORM SIGN LAGAB TIMES KU0x0003",
179015  direction="l",
179016  linebreak="al",
179017  unicodeslot=0x121D1,
179018 },
179019 [0x121D2]={
179020  category="lo",
179021  description="CUNEIFORM SIGN LAGAB TIMES KUL",
179022  direction="l",
179023  linebreak="al",
179024  unicodeslot=0x121D2,
179025 },
179026 [0x121D3]={
179027  category="lo",
179028  description="CUNEIFORM SIGN LAGAB TIMES KUL PLUS HI PLUS A",
179029  direction="l",
179030  linebreak="al",
179031  unicodeslot=0x121D3,
179032 },
179033 [0x121D4]={
179034  category="lo",
179035  description="CUNEIFORM SIGN LAGAB TIMES LAGAB",
179036  direction="l",
179037  linebreak="al",
179038  unicodeslot=0x121D4,
179039 },
179040 [0x121D5]={
179041  category="lo",
179042  description="CUNEIFORM SIGN LAGAB TIMES LISH",
179043  direction="l",
179044  linebreak="al",
179045  unicodeslot=0x121D5,
179046 },
179047 [0x121D6]={
179048  category="lo",
179049  description="CUNEIFORM SIGN LAGAB TIMES LU",
179050  direction="l",
179051  linebreak="al",
179052  unicodeslot=0x121D6,
179053 },
179054 [0x121D7]={
179055  category="lo",
179056  description="CUNEIFORM SIGN LAGAB TIMES LUL",
179057  direction="l",
179058  linebreak="al",
179059  unicodeslot=0x121D7,
179060 },
179061 [0x121D8]={
179062  category="lo",
179063  description="CUNEIFORM SIGN LAGAB TIMES ME",
179064  direction="l",
179065  linebreak="al",
179066  unicodeslot=0x121D8,
179067 },
179068 [0x121D9]={
179069  category="lo",
179070  description="CUNEIFORM SIGN LAGAB TIMES ME PLUS EN",
179071  direction="l",
179072  linebreak="al",
179073  unicodeslot=0x121D9,
179074 },
179075 [0x121DA]={
179076  category="lo",
179077  description="CUNEIFORM SIGN LAGAB TIMES MUSH",
179078  direction="l",
179079  linebreak="al",
179080  unicodeslot=0x121DA,
179081 },
179082 [0x121DB]={
179083  category="lo",
179084  description="CUNEIFORM SIGN LAGAB TIMES NE",
179085  direction="l",
179086  linebreak="al",
179087  unicodeslot=0x121DB,
179088 },
179089 [0x121DC]={
179090  category="lo",
179091  description="CUNEIFORM SIGN LAGAB TIMES SHE PLUS SUM",
179092  direction="l",
179093  linebreak="al",
179094  unicodeslot=0x121DC,
179095 },
179096 [0x121DD]={
179097  category="lo",
179098  description="CUNEIFORM SIGN LAGAB TIMES SHITA PLUS GISH PLUS ERIN0x0002",
179099  direction="l",
179100  linebreak="al",
179101  unicodeslot=0x121DD,
179102 },
179103 [0x121DE]={
179104  category="lo",
179105  description="CUNEIFORM SIGN LAGAB TIMES SHITA PLUS GISH TENU",
179106  direction="l",
179107  linebreak="al",
179108  unicodeslot=0x121DE,
179109 },
179110 [0x121DF]={
179111  category="lo",
179112  description="CUNEIFORM SIGN LAGAB TIMES SHU0x0002",
179113  direction="l",
179114  linebreak="al",
179115  unicodeslot=0x121DF,
179116 },
179117 [0x121E0]={
179118  category="lo",
179119  description="CUNEIFORM SIGN LAGAB TIMES SHU0x0002 PLUS SHU0x0002",
179120  direction="l",
179121  linebreak="al",
179122  unicodeslot=0x121E0,
179123 },
179124 [0x121E1]={
179125  category="lo",
179126  description="CUNEIFORM SIGN LAGAB TIMES SUM",
179127  direction="l",
179128  linebreak="al",
179129  unicodeslot=0x121E1,
179130 },
179131 [0x121E2]={
179132  category="lo",
179133  description="CUNEIFORM SIGN LAGAB TIMES TAG",
179134  direction="l",
179135  linebreak="al",
179136  unicodeslot=0x121E2,
179137 },
179138 [0x121E3]={
179139  category="lo",
179140  description="CUNEIFORM SIGN LAGAB TIMES TAK0x0004",
179141  direction="l",
179142  linebreak="al",
179143  unicodeslot=0x121E3,
179144 },
179145 [0x121E4]={
179146  category="lo",
179147  description="CUNEIFORM SIGN LAGAB TIMES TE PLUS A PLUS SU PLUS NA",
179148  direction="l",
179149  linebreak="al",
179150  unicodeslot=0x121E4,
179151 },
179152 [0x121E5]={
179153  category="lo",
179154  description="CUNEIFORM SIGN LAGAB TIMES U",
179155  direction="l",
179156  linebreak="al",
179157  unicodeslot=0x121E5,
179158 },
179159 [0x121E6]={
179160  category="lo",
179161  description="CUNEIFORM SIGN LAGAB TIMES U PLUS A",
179162  direction="l",
179163  linebreak="al",
179164  unicodeslot=0x121E6,
179165 },
179166 [0x121E7]={
179167  category="lo",
179168  description="CUNEIFORM SIGN LAGAB TIMES U PLUS U PLUS U",
179169  direction="l",
179170  linebreak="al",
179171  unicodeslot=0x121E7,
179172 },
179173 [0x121E8]={
179174  category="lo",
179175  description="CUNEIFORM SIGN LAGAB TIMES U0x0002 PLUS ASH",
179176  direction="l",
179177  linebreak="al",
179178  unicodeslot=0x121E8,
179179 },
179180 [0x121E9]={
179181  category="lo",
179182  description="CUNEIFORM SIGN LAGAB TIMES UD",
179183  direction="l",
179184  linebreak="al",
179185  unicodeslot=0x121E9,
179186 },
179187 [0x121EA]={
179188  category="lo",
179189  description="CUNEIFORM SIGN LAGAB TIMES USH",
179190  direction="l",
179191  linebreak="al",
179192  unicodeslot=0x121EA,
179193 },
179194 [0x121EB]={
179195  category="lo",
179196  description="CUNEIFORM SIGN LAGAB SQUARED",
179197  direction="l",
179198  linebreak="al",
179199  unicodeslot=0x121EB,
179200 },
179201 [0x121EC]={
179202  category="lo",
179203  description="CUNEIFORM SIGN LAGAR",
179204  direction="l",
179205  linebreak="al",
179206  unicodeslot=0x121EC,
179207 },
179208 [0x121ED]={
179209  category="lo",
179210  description="CUNEIFORM SIGN LAGAR TIMES SHE",
179211  direction="l",
179212  linebreak="al",
179213  unicodeslot=0x121ED,
179214 },
179215 [0x121EE]={
179216  category="lo",
179217  description="CUNEIFORM SIGN LAGAR TIMES SHE PLUS SUM",
179218  direction="l",
179219  linebreak="al",
179220  unicodeslot=0x121EE,
179221 },
179222 [0x121EF]={
179223  category="lo",
179224  description="CUNEIFORM SIGN LAGAR GUNU",
179225  direction="l",
179226  linebreak="al",
179227  unicodeslot=0x121EF,
179228 },
179229 [0x121F0]={
179230  category="lo",
179231  description="CUNEIFORM SIGN LAGAR GUNU OVER LAGAR GUNU SHE",
179232  direction="l",
179233  linebreak="al",
179234  unicodeslot=0x121F0,
179235 },
179236 [0x121F1]={
179237  category="lo",
179238  description="CUNEIFORM SIGN LAHSHU",
179239  direction="l",
179240  linebreak="al",
179241  unicodeslot=0x121F1,
179242 },
179243 [0x121F2]={
179244  category="lo",
179245  description="CUNEIFORM SIGN LAL",
179246  direction="l",
179247  linebreak="al",
179248  unicodeslot=0x121F2,
179249 },
179250 [0x121F3]={
179251  category="lo",
179252  description="CUNEIFORM SIGN LAL TIMES LAL",
179253  direction="l",
179254  linebreak="al",
179255  unicodeslot=0x121F3,
179256 },
179257 [0x121F4]={
179258  category="lo",
179259  description="CUNEIFORM SIGN LAM",
179260  direction="l",
179261  linebreak="al",
179262  unicodeslot=0x121F4,
179263 },
179264 [0x121F5]={
179265  category="lo",
179266  description="CUNEIFORM SIGN LAM TIMES KUR",
179267  direction="l",
179268  linebreak="al",
179269  unicodeslot=0x121F5,
179270 },
179271 [0x121F6]={
179272  category="lo",
179273  description="CUNEIFORM SIGN LAM TIMES KUR PLUS RU",
179274  direction="l",
179275  linebreak="al",
179276  unicodeslot=0x121F6,
179277 },
179278 [0x121F7]={
179279  category="lo",
179280  description="CUNEIFORM SIGN LI",
179281  direction="l",
179282  linebreak="al",
179283  unicodeslot=0x121F7,
179284 },
179285 [0x121F8]={
179286  category="lo",
179287  description="CUNEIFORM SIGN LIL",
179288  direction="l",
179289  linebreak="al",
179290  unicodeslot=0x121F8,
179291 },
179292 [0x121F9]={
179293  category="lo",
179294  description="CUNEIFORM SIGN LIMMU0x0002",
179295  direction="l",
179296  linebreak="al",
179297  unicodeslot=0x121F9,
179298 },
179299 [0x121FA]={
179300  category="lo",
179301  description="CUNEIFORM SIGN LISH",
179302  direction="l",
179303  linebreak="al",
179304  unicodeslot=0x121FA,
179305 },
179306 [0x121FB]={
179307  category="lo",
179308  description="CUNEIFORM SIGN LU",
179309  direction="l",
179310  linebreak="al",
179311  unicodeslot=0x121FB,
179312 },
179313 [0x121FC]={
179314  category="lo",
179315  description="CUNEIFORM SIGN LU TIMES BAD",
179316  direction="l",
179317  linebreak="al",
179318  unicodeslot=0x121FC,
179319 },
179320 [0x121FD]={
179321  category="lo",
179322  description="CUNEIFORM SIGN LU0x0002",
179323  direction="l",
179324  linebreak="al",
179325  unicodeslot=0x121FD,
179326 },
179327 [0x121FE]={
179328  category="lo",
179329  description="CUNEIFORM SIGN LU0x0002 TIMES AL",
179330  direction="l",
179331  linebreak="al",
179332  unicodeslot=0x121FE,
179333 },
179334 [0x121FF]={
179335  category="lo",
179336  description="CUNEIFORM SIGN LU0x0002 TIMES BAD",
179337  direction="l",
179338  linebreak="al",
179339  unicodeslot=0x121FF,
179340 },
179341 [0x12200]={
179342  category="lo",
179343  description="CUNEIFORM SIGN LU0x0002 TIMES ESH0x0002",
179344  direction="l",
179345  linebreak="al",
179346  unicodeslot=0x12200,
179347 },
179348 [0x12201]={
179349  category="lo",
179350  description="CUNEIFORM SIGN LU0x0002 TIMES ESH0x0002 TENU",
179351  direction="l",
179352  linebreak="al",
179353  unicodeslot=0x12201,
179354 },
179355 [0x12202]={
179356  category="lo",
179357  description="CUNEIFORM SIGN LU0x0002 TIMES GAN0x0002 TENU",
179358  direction="l",
179359  linebreak="al",
179360  unicodeslot=0x12202,
179361 },
179362 [0x12203]={
179363  category="lo",
179364  description="CUNEIFORM SIGN LU0x0002 TIMES HI TIMES BAD",
179365  direction="l",
179366  linebreak="al",
179367  unicodeslot=0x12203,
179368 },
179369 [0x12204]={
179370  category="lo",
179371  description="CUNEIFORM SIGN LU0x0002 TIMES IM",
179372  direction="l",
179373  linebreak="al",
179374  unicodeslot=0x12204,
179375 },
179376 [0x12205]={
179377  category="lo",
179378  description="CUNEIFORM SIGN LU0x0002 TIMES KAD0x0002",
179379  direction="l",
179380  linebreak="al",
179381  unicodeslot=0x12205,
179382 },
179383 [0x12206]={
179384  category="lo",
179385  description="CUNEIFORM SIGN LU0x0002 TIMES KAD0x0003",
179386  direction="l",
179387  linebreak="al",
179388  unicodeslot=0x12206,
179389 },
179390 [0x12207]={
179391  category="lo",
179392  description="CUNEIFORM SIGN LU0x0002 TIMES KAD0x0003 PLUS ASH",
179393  direction="l",
179394  linebreak="al",
179395  unicodeslot=0x12207,
179396 },
179397 [0x12208]={
179398  category="lo",
179399  description="CUNEIFORM SIGN LU0x0002 TIMES KI",
179400  direction="l",
179401  linebreak="al",
179402  unicodeslot=0x12208,
179403 },
179404 [0x12209]={
179405  category="lo",
179406  description="CUNEIFORM SIGN LU0x0002 TIMES LA PLUS ASH",
179407  direction="l",
179408  linebreak="al",
179409  unicodeslot=0x12209,
179410 },
179411 [0x1220A]={
179412  category="lo",
179413  description="CUNEIFORM SIGN LU0x0002 TIMES LAGAB",
179414  direction="l",
179415  linebreak="al",
179416  unicodeslot=0x1220A,
179417 },
179418 [0x1220B]={
179419  category="lo",
179420  description="CUNEIFORM SIGN LU0x0002 TIMES ME PLUS EN",
179421  direction="l",
179422  linebreak="al",
179423  unicodeslot=0x1220B,
179424 },
179425 [0x1220C]={
179426  category="lo",
179427  description="CUNEIFORM SIGN LU0x0002 TIMES NE",
179428  direction="l",
179429  linebreak="al",
179430  unicodeslot=0x1220C,
179431 },
179432 [0x1220D]={
179433  category="lo",
179434  description="CUNEIFORM SIGN LU0x0002 TIMES NU",
179435  direction="l",
179436  linebreak="al",
179437  unicodeslot=0x1220D,
179438 },
179439 [0x1220E]={
179440  category="lo",
179441  description="CUNEIFORM SIGN LU0x0002 TIMES SI PLUS ASH",
179442  direction="l",
179443  linebreak="al",
179444  unicodeslot=0x1220E,
179445 },
179446 [0x1220F]={
179447  category="lo",
179448  description="CUNEIFORM SIGN LU0x0002 TIMES SIK0x0002 PLUS BU",
179449  direction="l",
179450  linebreak="al",
179451  unicodeslot=0x1220F,
179452 },
179453 [0x12210]={
179454  category="lo",
179455  description="CUNEIFORM SIGN LU0x0002 TIMES TUG0x0002",
179456  direction="l",
179457  linebreak="al",
179458  unicodeslot=0x12210,
179459 },
179460 [0x12211]={
179461  category="lo",
179462  description="CUNEIFORM SIGN LU0x0002 TENU",
179463  direction="l",
179464  linebreak="al",
179465  unicodeslot=0x12211,
179466 },
179467 [0x12212]={
179468  category="lo",
179469  description="CUNEIFORM SIGN LU0x0002 CROSSING LU0x0002",
179470  direction="l",
179471  linebreak="al",
179472  unicodeslot=0x12212,
179473 },
179474 [0x12213]={
179475  category="lo",
179476  description="CUNEIFORM SIGN LU0x0002 OPPOSING LU0x0002",
179477  direction="l",
179478  linebreak="al",
179479  unicodeslot=0x12213,
179480 },
179481 [0x12214]={
179482  category="lo",
179483  description="CUNEIFORM SIGN LU0x0002 SQUARED",
179484  direction="l",
179485  linebreak="al",
179486  unicodeslot=0x12214,
179487 },
179488 [0x12215]={
179489  category="lo",
179490  description="CUNEIFORM SIGN LU0x0002 SHESHIG",
179491  direction="l",
179492  linebreak="al",
179493  unicodeslot=0x12215,
179494 },
179495 [0x12216]={
179496  category="lo",
179497  description="CUNEIFORM SIGN LU0x0003",
179498  direction="l",
179499  linebreak="al",
179500  unicodeslot=0x12216,
179501 },
179502 [0x12217]={
179503  category="lo",
179504  description="CUNEIFORM SIGN LUGAL",
179505  direction="l",
179506  linebreak="al",
179507  unicodeslot=0x12217,
179508 },
179509 [0x12218]={
179510  category="lo",
179511  description="CUNEIFORM SIGN LUGAL OVER LUGAL",
179512  direction="l",
179513  linebreak="al",
179514  unicodeslot=0x12218,
179515 },
179516 [0x12219]={
179517  category="lo",
179518  description="CUNEIFORM SIGN LUGAL OPPOSING LUGAL",
179519  direction="l",
179520  linebreak="al",
179521  unicodeslot=0x12219,
179522 },
179523 [0x1221A]={
179524  category="lo",
179525  description="CUNEIFORM SIGN LUGAL SHESHIG",
179526  direction="l",
179527  linebreak="al",
179528  unicodeslot=0x1221A,
179529 },
179530 [0x1221B]={
179531  category="lo",
179532  description="CUNEIFORM SIGN LUH",
179533  direction="l",
179534  linebreak="al",
179535  unicodeslot=0x1221B,
179536 },
179537 [0x1221C]={
179538  category="lo",
179539  description="CUNEIFORM SIGN LUL",
179540  direction="l",
179541  linebreak="al",
179542  unicodeslot=0x1221C,
179543 },
179544 [0x1221D]={
179545  category="lo",
179546  description="CUNEIFORM SIGN LUM",
179547  direction="l",
179548  linebreak="al",
179549  unicodeslot=0x1221D,
179550 },
179551 [0x1221E]={
179552  category="lo",
179553  description="CUNEIFORM SIGN LUM OVER LUM",
179554  direction="l",
179555  linebreak="al",
179556  unicodeslot=0x1221E,
179557 },
179558 [0x1221F]={
179559  category="lo",
179560  description="CUNEIFORM SIGN LUM OVER LUM GAR OVER GAR",
179561  direction="l",
179562  linebreak="al",
179563  unicodeslot=0x1221F,
179564 },
179565 [0x12220]={
179566  category="lo",
179567  description="CUNEIFORM SIGN MA",
179568  direction="l",
179569  linebreak="al",
179570  unicodeslot=0x12220,
179571 },
179572 [0x12221]={
179573  category="lo",
179574  description="CUNEIFORM SIGN MA TIMES TAK0x0004",
179575  direction="l",
179576  linebreak="al",
179577  unicodeslot=0x12221,
179578 },
179579 [0x12222]={
179580  category="lo",
179581  description="CUNEIFORM SIGN MA GUNU",
179582  direction="l",
179583  linebreak="al",
179584  unicodeslot=0x12222,
179585 },
179586 [0x12223]={
179587  category="lo",
179588  description="CUNEIFORM SIGN MA0x0002",
179589  direction="l",
179590  linebreak="al",
179591  unicodeslot=0x12223,
179592 },
179593 [0x12224]={
179594  category="lo",
179595  description="CUNEIFORM SIGN MAH",
179596  direction="l",
179597  linebreak="al",
179598  unicodeslot=0x12224,
179599 },
179600 [0x12225]={
179601  category="lo",
179602  description="CUNEIFORM SIGN MAR",
179603  direction="l",
179604  linebreak="al",
179605  unicodeslot=0x12225,
179606 },
179607 [0x12226]={
179608  category="lo",
179609  description="CUNEIFORM SIGN MASH",
179610  direction="l",
179611  linebreak="al",
179612  unicodeslot=0x12226,
179613 },
179614 [0x12227]={
179615  category="lo",
179616  description="CUNEIFORM SIGN MASH0x0002",
179617  direction="l",
179618  linebreak="al",
179619  unicodeslot=0x12227,
179620 },
179621 [0x12228]={
179622  category="lo",
179623  description="CUNEIFORM SIGN ME",
179624  direction="l",
179625  linebreak="al",
179626  unicodeslot=0x12228,
179627 },
179628 [0x12229]={
179629  category="lo",
179630  description="CUNEIFORM SIGN MES",
179631  direction="l",
179632  linebreak="al",
179633  unicodeslot=0x12229,
179634 },
179635 [0x1222A]={
179636  category="lo",
179637  description="CUNEIFORM SIGN MI",
179638  direction="l",
179639  linebreak="al",
179640  unicodeslot=0x1222A,
179641 },
179642 [0x1222B]={
179643  category="lo",
179644  description="CUNEIFORM SIGN MIN",
179645  direction="l",
179646  linebreak="al",
179647  unicodeslot=0x1222B,
179648 },
179649 [0x1222C]={
179650  category="lo",
179651  description="CUNEIFORM SIGN MU",
179652  direction="l",
179653  linebreak="al",
179654  unicodeslot=0x1222C,
179655 },
179656 [0x1222D]={
179657  category="lo",
179658  description="CUNEIFORM SIGN MU OVER MU",
179659  direction="l",
179660  linebreak="al",
179661  unicodeslot=0x1222D,
179662 },
179663 [0x1222E]={
179664  category="lo",
179665  description="CUNEIFORM SIGN MUG",
179666  direction="l",
179667  linebreak="al",
179668  unicodeslot=0x1222E,
179669 },
179670 [0x1222F]={
179671  category="lo",
179672  description="CUNEIFORM SIGN MUG GUNU",
179673  direction="l",
179674  linebreak="al",
179675  unicodeslot=0x1222F,
179676 },
179677 [0x12230]={
179678  category="lo",
179679  description="CUNEIFORM SIGN MUNSUB",
179680  direction="l",
179681  linebreak="al",
179682  unicodeslot=0x12230,
179683 },
179684 [0x12231]={
179685  category="lo",
179686  description="CUNEIFORM SIGN MURGU0x0002",
179687  direction="l",
179688  linebreak="al",
179689  unicodeslot=0x12231,
179690 },
179691 [0x12232]={
179692  category="lo",
179693  description="CUNEIFORM SIGN MUSH",
179694  direction="l",
179695  linebreak="al",
179696  unicodeslot=0x12232,
179697 },
179698 [0x12233]={
179699  category="lo",
179700  description="CUNEIFORM SIGN MUSH TIMES A",
179701  direction="l",
179702  linebreak="al",
179703  unicodeslot=0x12233,
179704 },
179705 [0x12234]={
179706  category="lo",
179707  description="CUNEIFORM SIGN MUSH TIMES KUR",
179708  direction="l",
179709  linebreak="al",
179710  unicodeslot=0x12234,
179711 },
179712 [0x12235]={
179713  category="lo",
179714  description="CUNEIFORM SIGN MUSH TIMES ZA",
179715  direction="l",
179716  linebreak="al",
179717  unicodeslot=0x12235,
179718 },
179719 [0x12236]={
179720  category="lo",
179721  description="CUNEIFORM SIGN MUSH OVER MUSH",
179722  direction="l",
179723  linebreak="al",
179724  unicodeslot=0x12236,
179725 },
179726 [0x12237]={
179727  category="lo",
179728  description="CUNEIFORM SIGN MUSH OVER MUSH TIMES A PLUS NA",
179729  direction="l",
179730  linebreak="al",
179731  unicodeslot=0x12237,
179732 },
179733 [0x12238]={
179734  category="lo",
179735  description="CUNEIFORM SIGN MUSH CROSSING MUSH",
179736  direction="l",
179737  linebreak="al",
179738  unicodeslot=0x12238,
179739 },
179740 [0x12239]={
179741  category="lo",
179742  description="CUNEIFORM SIGN MUSH0x0003",
179743  direction="l",
179744  linebreak="al",
179745  unicodeslot=0x12239,
179746 },
179747 [0x1223A]={
179748  category="lo",
179749  description="CUNEIFORM SIGN MUSH0x0003 TIMES A",
179750  direction="l",
179751  linebreak="al",
179752  unicodeslot=0x1223A,
179753 },
179754 [0x1223B]={
179755  category="lo",
179756  description="CUNEIFORM SIGN MUSH0x0003 TIMES A PLUS DI",
179757  direction="l",
179758  linebreak="al",
179759  unicodeslot=0x1223B,
179760 },
179761 [0x1223C]={
179762  category="lo",
179763  description="CUNEIFORM SIGN MUSH0x0003 TIMES DI",
179764  direction="l",
179765  linebreak="al",
179766  unicodeslot=0x1223C,
179767 },
179768 [0x1223D]={
179769  category="lo",
179770  description="CUNEIFORM SIGN MUSH0x0003 GUNU",
179771  direction="l",
179772  linebreak="al",
179773  unicodeslot=0x1223D,
179774 },
179775 [0x1223E]={
179776  category="lo",
179777  description="CUNEIFORM SIGN NA",
179778  direction="l",
179779  linebreak="al",
179780  unicodeslot=0x1223E,
179781 },
179782 [0x1223F]={
179783  category="lo",
179784  description="CUNEIFORM SIGN NA0x0002",
179785  direction="l",
179786  linebreak="al",
179787  unicodeslot=0x1223F,
179788 },
179789 [0x12240]={
179790  category="lo",
179791  description="CUNEIFORM SIGN NAGA",
179792  direction="l",
179793  linebreak="al",
179794  unicodeslot=0x12240,
179795 },
179796 [0x12241]={
179797  category="lo",
179798  description="CUNEIFORM SIGN NAGA INVERTED",
179799  direction="l",
179800  linebreak="al",
179801  unicodeslot=0x12241,
179802 },
179803 [0x12242]={
179804  category="lo",
179805  description="CUNEIFORM SIGN NAGA TIMES SHU TENU",
179806  direction="l",
179807  linebreak="al",
179808  unicodeslot=0x12242,
179809 },
179810 [0x12243]={
179811  category="lo",
179812  description="CUNEIFORM SIGN NAGA OPPOSING NAGA",
179813  direction="l",
179814  linebreak="al",
179815  unicodeslot=0x12243,
179816 },
179817 [0x12244]={
179818  category="lo",
179819  description="CUNEIFORM SIGN NAGAR",
179820  direction="l",
179821  linebreak="al",
179822  unicodeslot=0x12244,
179823 },
179824 [0x12245]={
179825  category="lo",
179826  description="CUNEIFORM SIGN NAM NUTILLU",
179827  direction="l",
179828  linebreak="al",
179829  unicodeslot=0x12245,
179830 },
179831 [0x12246]={
179832  category="lo",
179833  description="CUNEIFORM SIGN NAM",
179834  direction="l",
179835  linebreak="al",
179836  unicodeslot=0x12246,
179837 },
179838 [0x12247]={
179839  category="lo",
179840  description="CUNEIFORM SIGN NAM0x0002",
179841  direction="l",
179842  linebreak="al",
179843  unicodeslot=0x12247,
179844 },
179845 [0x12248]={
179846  category="lo",
179847  description="CUNEIFORM SIGN NE",
179848  direction="l",
179849  linebreak="al",
179850  unicodeslot=0x12248,
179851 },
179852 [0x12249]={
179853  category="lo",
179854  description="CUNEIFORM SIGN NE TIMES A",
179855  direction="l",
179856  linebreak="al",
179857  unicodeslot=0x12249,
179858 },
179859 [0x1224A]={
179860  category="lo",
179861  description="CUNEIFORM SIGN NE TIMES UD",
179862  direction="l",
179863  linebreak="al",
179864  unicodeslot=0x1224A,
179865 },
179866 [0x1224B]={
179867  category="lo",
179868  description="CUNEIFORM SIGN NE SHESHIG",
179869  direction="l",
179870  linebreak="al",
179871  unicodeslot=0x1224B,
179872 },
179873 [0x1224C]={
179874  category="lo",
179875  description="CUNEIFORM SIGN NI",
179876  direction="l",
179877  linebreak="al",
179878  unicodeslot=0x1224C,
179879 },
179880 [0x1224D]={
179881  category="lo",
179882  description="CUNEIFORM SIGN NI TIMES E",
179883  direction="l",
179884  linebreak="al",
179885  unicodeslot=0x1224D,
179886 },
179887 [0x1224E]={
179888  category="lo",
179889  description="CUNEIFORM SIGN NI0x0002",
179890  direction="l",
179891  linebreak="al",
179892  unicodeslot=0x1224E,
179893 },
179894 [0x1224F]={
179895  category="lo",
179896  description="CUNEIFORM SIGN NIM",
179897  direction="l",
179898  linebreak="al",
179899  unicodeslot=0x1224F,
179900 },
179901 [0x12250]={
179902  category="lo",
179903  description="CUNEIFORM SIGN NIM TIMES GAN0x0002 TENU",
179904  direction="l",
179905  linebreak="al",
179906  unicodeslot=0x12250,
179907 },
179908 [0x12251]={
179909  category="lo",
179910  description="CUNEIFORM SIGN NIM TIMES GAR PLUS GAN0x0002 TENU",
179911  direction="l",
179912  linebreak="al",
179913  unicodeslot=0x12251,
179914 },
179915 [0x12252]={
179916  category="lo",
179917  description="CUNEIFORM SIGN NINDA0x0002",
179918  direction="l",
179919  linebreak="al",
179920  unicodeslot=0x12252,
179921 },
179922 [0x12253]={
179923  category="lo",
179924  description="CUNEIFORM SIGN NINDA0x0002 TIMES AN",
179925  direction="l",
179926  linebreak="al",
179927  unicodeslot=0x12253,
179928 },
179929 [0x12254]={
179930  category="lo",
179931  description="CUNEIFORM SIGN NINDA0x0002 TIMES ASH",
179932  direction="l",
179933  linebreak="al",
179934  unicodeslot=0x12254,
179935 },
179936 [0x12255]={
179937  category="lo",
179938  description="CUNEIFORM SIGN NINDA0x0002 TIMES ASH PLUS ASH",
179939  direction="l",
179940  linebreak="al",
179941  unicodeslot=0x12255,
179942 },
179943 [0x12256]={
179944  category="lo",
179945  description="CUNEIFORM SIGN NINDA0x0002 TIMES GUD",
179946  direction="l",
179947  linebreak="al",
179948  unicodeslot=0x12256,
179949 },
179950 [0x12257]={
179951  category="lo",
179952  description="CUNEIFORM SIGN NINDA0x0002 TIMES ME PLUS GAN0x0002 TENU",
179953  direction="l",
179954  linebreak="al",
179955  unicodeslot=0x12257,
179956 },
179957 [0x12258]={
179958  category="lo",
179959  description="CUNEIFORM SIGN NINDA0x0002 TIMES NE",
179960  direction="l",
179961  linebreak="al",
179962  unicodeslot=0x12258,
179963 },
179964 [0x12259]={
179965  category="lo",
179966  description="CUNEIFORM SIGN NINDA0x0002 TIMES NUN",
179967  direction="l",
179968  linebreak="al",
179969  unicodeslot=0x12259,
179970 },
179971 [0x1225A]={
179972  category="lo",
179973  description="CUNEIFORM SIGN NINDA0x0002 TIMES SHE",
179974  direction="l",
179975  linebreak="al",
179976  unicodeslot=0x1225A,
179977 },
179978 [0x1225B]={
179979  category="lo",
179980  description="CUNEIFORM SIGN NINDA0x0002 TIMES SHE PLUS A AN",
179981  direction="l",
179982  linebreak="al",
179983  unicodeslot=0x1225B,
179984 },
179985 [0x1225C]={
179986  category="lo",
179987  description="CUNEIFORM SIGN NINDA0x0002 TIMES SHE PLUS ASH",
179988  direction="l",
179989  linebreak="al",
179990  unicodeslot=0x1225C,
179991 },
179992 [0x1225D]={
179993  category="lo",
179994  description="CUNEIFORM SIGN NINDA0x0002 TIMES SHE PLUS ASH PLUS ASH",
179995  direction="l",
179996  linebreak="al",
179997  unicodeslot=0x1225D,
179998 },
179999 [0x1225E]={
180000  category="lo",
180001  description="CUNEIFORM SIGN NINDA0x0002 TIMES U0x0002 PLUS ASH",
180002  direction="l",
180003  linebreak="al",
180004  unicodeslot=0x1225E,
180005 },
180006 [0x1225F]={
180007  category="lo",
180008  description="CUNEIFORM SIGN NINDA0x0002 TIMES USH",
180009  direction="l",
180010  linebreak="al",
180011  unicodeslot=0x1225F,
180012 },
180013 [0x12260]={
180014  category="lo",
180015  description="CUNEIFORM SIGN NISAG",
180016  direction="l",
180017  linebreak="al",
180018  unicodeslot=0x12260,
180019 },
180020 [0x12261]={
180021  category="lo",
180022  description="CUNEIFORM SIGN NU",
180023  direction="l",
180024  linebreak="al",
180025  unicodeslot=0x12261,
180026 },
180027 [0x12262]={
180028  category="lo",
180029  description="CUNEIFORM SIGN NU0x000B",
180030  direction="l",
180031  linebreak="al",
180032  unicodeslot=0x12262,
180033 },
180034 [0x12263]={
180035  category="lo",
180036  description="CUNEIFORM SIGN NUN",
180037  direction="l",
180038  linebreak="al",
180039  unicodeslot=0x12263,
180040 },
180041 [0x12264]={
180042  category="lo",
180043  description="CUNEIFORM SIGN NUN LAGAR TIMES GAR",
180044  direction="l",
180045  linebreak="al",
180046  unicodeslot=0x12264,
180047 },
180048 [0x12265]={
180049  category="lo",
180050  description="CUNEIFORM SIGN NUN LAGAR TIMES MASH",
180051  direction="l",
180052  linebreak="al",
180053  unicodeslot=0x12265,
180054 },
180055 [0x12266]={
180056  category="lo",
180057  description="CUNEIFORM SIGN NUN LAGAR TIMES SAL",
180058  direction="l",
180059  linebreak="al",
180060  unicodeslot=0x12266,
180061 },
180062 [0x12267]={
180063  category="lo",
180064  description="CUNEIFORM SIGN NUN LAGAR TIMES SAL OVER NUN LAGAR TIMES SAL",
180065  direction="l",
180066  linebreak="al",
180067  unicodeslot=0x12267,
180068 },
180069 [0x12268]={
180070  category="lo",
180071  description="CUNEIFORM SIGN NUN LAGAR TIMES USH",
180072  direction="l",
180073  linebreak="al",
180074  unicodeslot=0x12268,
180075 },
180076 [0x12269]={
180077  category="lo",
180078  description="CUNEIFORM SIGN NUN TENU",
180079  direction="l",
180080  linebreak="al",
180081  unicodeslot=0x12269,
180082 },
180083 [0x1226A]={
180084  category="lo",
180085  description="CUNEIFORM SIGN NUN OVER NUN",
180086  direction="l",
180087  linebreak="al",
180088  unicodeslot=0x1226A,
180089 },
180090 [0x1226B]={
180091  category="lo",
180092  description="CUNEIFORM SIGN NUN CROSSING NUN",
180093  direction="l",
180094  linebreak="al",
180095  unicodeslot=0x1226B,
180096 },
180097 [0x1226C]={
180098  category="lo",
180099  description="CUNEIFORM SIGN NUN CROSSING NUN LAGAR OVER LAGAR",
180100  direction="l",
180101  linebreak="al",
180102  unicodeslot=0x1226C,
180103 },
180104 [0x1226D]={
180105  category="lo",
180106  description="CUNEIFORM SIGN NUNUZ",
180107  direction="l",
180108  linebreak="al",
180109  unicodeslot=0x1226D,
180110 },
180111 [0x1226E]={
180112  category="lo",
180113  description="CUNEIFORM SIGN NUNUZ AB0x0002 TIMES ASHGAB",
180114  direction="l",
180115  linebreak="al",
180116  unicodeslot=0x1226E,
180117 },
180118 [0x1226F]={
180119  category="lo",
180120  description="CUNEIFORM SIGN NUNUZ AB0x0002 TIMES BI",
180121  direction="l",
180122  linebreak="al",
180123  unicodeslot=0x1226F,
180124 },
180125 [0x12270]={
180126  category="lo",
180127  description="CUNEIFORM SIGN NUNUZ AB0x0002 TIMES DUG",
180128  direction="l",
180129  linebreak="al",
180130  unicodeslot=0x12270,
180131 },
180132 [0x12271]={
180133  category="lo",
180134  description="CUNEIFORM SIGN NUNUZ AB0x0002 TIMES GUD",
180135  direction="l",
180136  linebreak="al",
180137  unicodeslot=0x12271,
180138 },
180139 [0x12272]={
180140  category="lo",
180141  description="CUNEIFORM SIGN NUNUZ AB0x0002 TIMES IGI GUNU",
180142  direction="l",
180143  linebreak="al",
180144  unicodeslot=0x12272,
180145 },
180146 [0x12273]={
180147  category="lo",
180148  description="CUNEIFORM SIGN NUNUZ AB0x0002 TIMES KAD0x0003",
180149  direction="l",
180150  linebreak="al",
180151  unicodeslot=0x12273,
180152 },
180153 [0x12274]={
180154  category="lo",
180155  description="CUNEIFORM SIGN NUNUZ AB0x0002 TIMES LA",
180156  direction="l",
180157  linebreak="al",
180158  unicodeslot=0x12274,
180159 },
180160 [0x12275]={
180161  category="lo",
180162  description="CUNEIFORM SIGN NUNUZ AB0x0002 TIMES NE",
180163  direction="l",
180164  linebreak="al",
180165  unicodeslot=0x12275,
180166 },
180167 [0x12276]={
180168  category="lo",
180169  description="CUNEIFORM SIGN NUNUZ AB0x0002 TIMES SILA0x0003",
180170  direction="l",
180171  linebreak="al",
180172  unicodeslot=0x12276,
180173 },
180174 [0x12277]={
180175  category="lo",
180176  description="CUNEIFORM SIGN NUNUZ AB0x0002 TIMES U0x0002",
180177  direction="l",
180178  linebreak="al",
180179  unicodeslot=0x12277,
180180 },
180181 [0x12278]={
180182  category="lo",
180183  description="CUNEIFORM SIGN NUNUZ KISIM0x0005 TIMES BI",
180184  direction="l",
180185  linebreak="al",
180186  unicodeslot=0x12278,
180187 },
180188 [0x12279]={
180189  category="lo",
180190  description="CUNEIFORM SIGN NUNUZ KISIM0x0005 TIMES BI U",
180191  direction="l",
180192  linebreak="al",
180193  unicodeslot=0x12279,
180194 },
180195 [0x1227A]={
180196  category="lo",
180197  description="CUNEIFORM SIGN PA",
180198  direction="l",
180199  linebreak="al",
180200  unicodeslot=0x1227A,
180201 },
180202 [0x1227B]={
180203  category="lo",
180204  description="CUNEIFORM SIGN PAD",
180205  direction="l",
180206  linebreak="al",
180207  unicodeslot=0x1227B,
180208 },
180209 [0x1227C]={
180210  category="lo",
180211  description="CUNEIFORM SIGN PAN",
180212  direction="l",
180213  linebreak="al",
180214  unicodeslot=0x1227C,
180215 },
180216 [0x1227D]={
180217  category="lo",
180218  description="CUNEIFORM SIGN PAP",
180219  direction="l",
180220  linebreak="al",
180221  unicodeslot=0x1227D,
180222 },
180223 [0x1227E]={
180224  category="lo",
180225  description="CUNEIFORM SIGN PESH0x0002",
180226  direction="l",
180227  linebreak="al",
180228  unicodeslot=0x1227E,
180229 },
180230 [0x1227F]={
180231  category="lo",
180232  description="CUNEIFORM SIGN PI",
180233  direction="l",
180234  linebreak="al",
180235  unicodeslot=0x1227F,
180236 },
180237 [0x12280]={
180238  category="lo",
180239  description="CUNEIFORM SIGN PI TIMES A",
180240  direction="l",
180241  linebreak="al",
180242  unicodeslot=0x12280,
180243 },
180244 [0x12281]={
180245  category="lo",
180246  description="CUNEIFORM SIGN PI TIMES AB",
180247  direction="l",
180248  linebreak="al",
180249  unicodeslot=0x12281,
180250 },
180251 [0x12282]={
180252  category="lo",
180253  description="CUNEIFORM SIGN PI TIMES BI",
180254  direction="l",
180255  linebreak="al",
180256  unicodeslot=0x12282,
180257 },
180258 [0x12283]={
180259  category="lo",
180260  description="CUNEIFORM SIGN PI TIMES BU",
180261  direction="l",
180262  linebreak="al",
180263  unicodeslot=0x12283,
180264 },
180265 [0x12284]={
180266  category="lo",
180267  description="CUNEIFORM SIGN PI TIMES E",
180268  direction="l",
180269  linebreak="al",
180270  unicodeslot=0x12284,
180271 },
180272 [0x12285]={
180273  category="lo",
180274  description="CUNEIFORM SIGN PI TIMES I",
180275  direction="l",
180276  linebreak="al",
180277  unicodeslot=0x12285,
180278 },
180279 [0x12286]={
180280  category="lo",
180281  description="CUNEIFORM SIGN PI TIMES IB",
180282  direction="l",
180283  linebreak="al",
180284  unicodeslot=0x12286,
180285 },
180286 [0x12287]={
180287  category="lo",
180288  description="CUNEIFORM SIGN PI TIMES U",
180289  direction="l",
180290  linebreak="al",
180291  unicodeslot=0x12287,
180292 },
180293 [0x12288]={
180294  category="lo",
180295  description="CUNEIFORM SIGN PI TIMES U0x0002",
180296  direction="l",
180297  linebreak="al",
180298  unicodeslot=0x12288,
180299 },
180300 [0x12289]={
180301  category="lo",
180302  description="CUNEIFORM SIGN PI CROSSING PI",
180303  direction="l",
180304  linebreak="al",
180305  unicodeslot=0x12289,
180306 },
180307 [0x1228A]={
180308  category="lo",
180309  description="CUNEIFORM SIGN PIRIG",
180310  direction="l",
180311  linebreak="al",
180312  unicodeslot=0x1228A,
180313 },
180314 [0x1228B]={
180315  category="lo",
180316  description="CUNEIFORM SIGN PIRIG TIMES KAL",
180317  direction="l",
180318  linebreak="al",
180319  unicodeslot=0x1228B,
180320 },
180321 [0x1228C]={
180322  category="lo",
180323  description="CUNEIFORM SIGN PIRIG TIMES UD",
180324  direction="l",
180325  linebreak="al",
180326  unicodeslot=0x1228C,
180327 },
180328 [0x1228D]={
180329  category="lo",
180330  description="CUNEIFORM SIGN PIRIG TIMES ZA",
180331  direction="l",
180332  linebreak="al",
180333  unicodeslot=0x1228D,
180334 },
180335 [0x1228E]={
180336  category="lo",
180337  description="CUNEIFORM SIGN PIRIG OPPOSING PIRIG",
180338  direction="l",
180339  linebreak="al",
180340  unicodeslot=0x1228E,
180341 },
180342 [0x1228F]={
180343  category="lo",
180344  description="CUNEIFORM SIGN RA",
180345  direction="l",
180346  linebreak="al",
180347  unicodeslot=0x1228F,
180348 },
180349 [0x12290]={
180350  category="lo",
180351  description="CUNEIFORM SIGN RAB",
180352  direction="l",
180353  linebreak="al",
180354  unicodeslot=0x12290,
180355 },
180356 [0x12291]={
180357  category="lo",
180358  description="CUNEIFORM SIGN RI",
180359  direction="l",
180360  linebreak="al",
180361  unicodeslot=0x12291,
180362 },
180363 [0x12292]={
180364  category="lo",
180365  description="CUNEIFORM SIGN RU",
180366  direction="l",
180367  linebreak="al",
180368  unicodeslot=0x12292,
180369 },
180370 [0x12293]={
180371  category="lo",
180372  description="CUNEIFORM SIGN SA",
180373  direction="l",
180374  linebreak="al",
180375  unicodeslot=0x12293,
180376 },
180377 [0x12294]={
180378  category="lo",
180379  description="CUNEIFORM SIGN SAG NUTILLU",
180380  direction="l",
180381  linebreak="al",
180382  unicodeslot=0x12294,
180383 },
180384 [0x12295]={
180385  category="lo",
180386  description="CUNEIFORM SIGN SAG",
180387  direction="l",
180388  linebreak="al",
180389  unicodeslot=0x12295,
180390 },
180391 [0x12296]={
180392  category="lo",
180393  description="CUNEIFORM SIGN SAG TIMES A",
180394  direction="l",
180395  linebreak="al",
180396  unicodeslot=0x12296,
180397 },
180398 [0x12297]={
180399  category="lo",
180400  description="CUNEIFORM SIGN SAG TIMES DU",
180401  direction="l",
180402  linebreak="al",
180403  unicodeslot=0x12297,
180404 },
180405 [0x12298]={
180406  category="lo",
180407  description="CUNEIFORM SIGN SAG TIMES DUB",
180408  direction="l",
180409  linebreak="al",
180410  unicodeslot=0x12298,
180411 },
180412 [0x12299]={
180413  category="lo",
180414  description="CUNEIFORM SIGN SAG TIMES HA",
180415  direction="l",
180416  linebreak="al",
180417  unicodeslot=0x12299,
180418 },
180419 [0x1229A]={
180420  category="lo",
180421  description="CUNEIFORM SIGN SAG TIMES KAK",
180422  direction="l",
180423  linebreak="al",
180424  unicodeslot=0x1229A,
180425 },
180426 [0x1229B]={
180427  category="lo",
180428  description="CUNEIFORM SIGN SAG TIMES KUR",
180429  direction="l",
180430  linebreak="al",
180431  unicodeslot=0x1229B,
180432 },
180433 [0x1229C]={
180434  category="lo",
180435  description="CUNEIFORM SIGN SAG TIMES LUM",
180436  direction="l",
180437  linebreak="al",
180438  unicodeslot=0x1229C,
180439 },
180440 [0x1229D]={
180441  category="lo",
180442  description="CUNEIFORM SIGN SAG TIMES MI",
180443  direction="l",
180444  linebreak="al",
180445  unicodeslot=0x1229D,
180446 },
180447 [0x1229E]={
180448  category="lo",
180449  description="CUNEIFORM SIGN SAG TIMES NUN",
180450  direction="l",
180451  linebreak="al",
180452  unicodeslot=0x1229E,
180453 },
180454 [0x1229F]={
180455  category="lo",
180456  description="CUNEIFORM SIGN SAG TIMES SAL",
180457  direction="l",
180458  linebreak="al",
180459  unicodeslot=0x1229F,
180460 },
180461 [0x122A0]={
180462  category="lo",
180463  description="CUNEIFORM SIGN SAG TIMES SHID",
180464  direction="l",
180465  linebreak="al",
180466  unicodeslot=0x122A0,
180467 },
180468 [0x122A1]={
180469  category="lo",
180470  description="CUNEIFORM SIGN SAG TIMES TAB",
180471  direction="l",
180472  linebreak="al",
180473  unicodeslot=0x122A1,
180474 },
180475 [0x122A2]={
180476  category="lo",
180477  description="CUNEIFORM SIGN SAG TIMES U0x0002",
180478  direction="l",
180479  linebreak="al",
180480  unicodeslot=0x122A2,
180481 },
180482 [0x122A3]={
180483  category="lo",
180484  description="CUNEIFORM SIGN SAG TIMES UB",
180485  direction="l",
180486  linebreak="al",
180487  unicodeslot=0x122A3,
180488 },
180489 [0x122A4]={
180490  category="lo",
180491  description="CUNEIFORM SIGN SAG TIMES UM",
180492  direction="l",
180493  linebreak="al",
180494  unicodeslot=0x122A4,
180495 },
180496 [0x122A5]={
180497  category="lo",
180498  description="CUNEIFORM SIGN SAG TIMES UR",
180499  direction="l",
180500  linebreak="al",
180501  unicodeslot=0x122A5,
180502 },
180503 [0x122A6]={
180504  category="lo",
180505  description="CUNEIFORM SIGN SAG TIMES USH",
180506  direction="l",
180507  linebreak="al",
180508  unicodeslot=0x122A6,
180509 },
180510 [0x122A7]={
180511  category="lo",
180512  description="CUNEIFORM SIGN SAG OVER SAG",
180513  direction="l",
180514  linebreak="al",
180515  unicodeslot=0x122A7,
180516 },
180517 [0x122A8]={
180518  category="lo",
180519  description="CUNEIFORM SIGN SAG GUNU",
180520  direction="l",
180521  linebreak="al",
180522  unicodeslot=0x122A8,
180523 },
180524 [0x122A9]={
180525  category="lo",
180526  description="CUNEIFORM SIGN SAL",
180527  direction="l",
180528  linebreak="al",
180529  unicodeslot=0x122A9,
180530 },
180531 [0x122AA]={
180532  category="lo",
180533  description="CUNEIFORM SIGN SAL LAGAB TIMES ASH0x0002",
180534  direction="l",
180535  linebreak="al",
180536  unicodeslot=0x122AA,
180537 },
180538 [0x122AB]={
180539  category="lo",
180540  description="CUNEIFORM SIGN SANGA0x0002",
180541  direction="l",
180542  linebreak="al",
180543  unicodeslot=0x122AB,
180544 },
180545 [0x122AC]={
180546  category="lo",
180547  description="CUNEIFORM SIGN SAR",
180548  direction="l",
180549  linebreak="al",
180550  unicodeslot=0x122AC,
180551 },
180552 [0x122AD]={
180553  category="lo",
180554  description="CUNEIFORM SIGN SHA",
180555  direction="l",
180556  linebreak="al",
180557  unicodeslot=0x122AD,
180558 },
180559 [0x122AE]={
180560  category="lo",
180561  description="CUNEIFORM SIGN SHA0x0003",
180562  direction="l",
180563  linebreak="al",
180564  unicodeslot=0x122AE,
180565 },
180566 [0x122AF]={
180567  category="lo",
180568  description="CUNEIFORM SIGN SHA0x0003 TIMES A",
180569  direction="l",
180570  linebreak="al",
180571  unicodeslot=0x122AF,
180572 },
180573 [0x122B0]={
180574  category="lo",
180575  description="CUNEIFORM SIGN SHA0x0003 TIMES BAD",
180576  direction="l",
180577  linebreak="al",
180578  unicodeslot=0x122B0,
180579 },
180580 [0x122B1]={
180581  category="lo",
180582  description="CUNEIFORM SIGN SHA0x0003 TIMES GISH",
180583  direction="l",
180584  linebreak="al",
180585  unicodeslot=0x122B1,
180586 },
180587 [0x122B2]={
180588  category="lo",
180589  description="CUNEIFORM SIGN SHA0x0003 TIMES NE",
180590  direction="l",
180591  linebreak="al",
180592  unicodeslot=0x122B2,
180593 },
180594 [0x122B3]={
180595  category="lo",
180596  description="CUNEIFORM SIGN SHA0x0003 TIMES SHU0x0002",
180597  direction="l",
180598  linebreak="al",
180599  unicodeslot=0x122B3,
180600 },
180601 [0x122B4]={
180602  category="lo",
180603  description="CUNEIFORM SIGN SHA0x0003 TIMES TUR",
180604  direction="l",
180605  linebreak="al",
180606  unicodeslot=0x122B4,
180607 },
180608 [0x122B5]={
180609  category="lo",
180610  description="CUNEIFORM SIGN SHA0x0003 TIMES U",
180611  direction="l",
180612  linebreak="al",
180613  unicodeslot=0x122B5,
180614 },
180615 [0x122B6]={
180616  category="lo",
180617  description="CUNEIFORM SIGN SHA0x0003 TIMES U PLUS A",
180618  direction="l",
180619  linebreak="al",
180620  unicodeslot=0x122B6,
180621 },
180622 [0x122B7]={
180623  category="lo",
180624  description="CUNEIFORM SIGN SHA0x0006",
180625  direction="l",
180626  linebreak="al",
180627  unicodeslot=0x122B7,
180628 },
180629 [0x122B8]={
180630  category="lo",
180631  description="CUNEIFORM SIGN SHAB0x0006",
180632  direction="l",
180633  linebreak="al",
180634  unicodeslot=0x122B8,
180635 },
180636 [0x122B9]={
180637  category="lo",
180638  description="CUNEIFORM SIGN SHAR0x0002",
180639  direction="l",
180640  linebreak="al",
180641  unicodeslot=0x122B9,
180642 },
180643 [0x122BA]={
180644  category="lo",
180645  description="CUNEIFORM SIGN SHE",
180646  direction="l",
180647  linebreak="al",
180648  unicodeslot=0x122BA,
180649 },
180650 [0x122BB]={
180651  category="lo",
180652  description="CUNEIFORM SIGN SHE HU",
180653  direction="l",
180654  linebreak="al",
180655  unicodeslot=0x122BB,
180656 },
180657 [0x122BC]={
180658  category="lo",
180659  description="CUNEIFORM SIGN SHE OVER SHE GAD OVER GAD GAR OVER GAR",
180660  direction="l",
180661  linebreak="al",
180662  unicodeslot=0x122BC,
180663 },
180664 [0x122BD]={
180665  category="lo",
180666  description="CUNEIFORM SIGN SHE OVER SHE TAB OVER TAB GAR OVER GAR",
180667  direction="l",
180668  linebreak="al",
180669  unicodeslot=0x122BD,
180670 },
180671 [0x122BE]={
180672  category="lo",
180673  description="CUNEIFORM SIGN SHEG0x0009",
180674  direction="l",
180675  linebreak="al",
180676  unicodeslot=0x122BE,
180677 },
180678 [0x122BF]={
180679  category="lo",
180680  description="CUNEIFORM SIGN SHEN",
180681  direction="l",
180682  linebreak="al",
180683  unicodeslot=0x122BF,
180684 },
180685 [0x122C0]={
180686  category="lo",
180687  description="CUNEIFORM SIGN SHESH",
180688  direction="l",
180689  linebreak="al",
180690  unicodeslot=0x122C0,
180691 },
180692 [0x122C1]={
180693  category="lo",
180694  description="CUNEIFORM SIGN SHESH0x0002",
180695  direction="l",
180696  linebreak="al",
180697  unicodeslot=0x122C1,
180698 },
180699 [0x122C2]={
180700  category="lo",
180701  description="CUNEIFORM SIGN SHESHLAM",
180702  direction="l",
180703  linebreak="al",
180704  unicodeslot=0x122C2,
180705 },
180706 [0x122C3]={
180707  category="lo",
180708  description="CUNEIFORM SIGN SHID",
180709  direction="l",
180710  linebreak="al",
180711  unicodeslot=0x122C3,
180712 },
180713 [0x122C4]={
180714  category="lo",
180715  description="CUNEIFORM SIGN SHID TIMES A",
180716  direction="l",
180717  linebreak="al",
180718  unicodeslot=0x122C4,
180719 },
180720 [0x122C5]={
180721  category="lo",
180722  description="CUNEIFORM SIGN SHID TIMES IM",
180723  direction="l",
180724  linebreak="al",
180725  unicodeslot=0x122C5,
180726 },
180727 [0x122C6]={
180728  category="lo",
180729  description="CUNEIFORM SIGN SHIM",
180730  direction="l",
180731  linebreak="al",
180732  unicodeslot=0x122C6,
180733 },
180734 [0x122C7]={
180735  category="lo",
180736  description="CUNEIFORM SIGN SHIM TIMES A",
180737  direction="l",
180738  linebreak="al",
180739  unicodeslot=0x122C7,
180740 },
180741 [0x122C8]={
180742  category="lo",
180743  description="CUNEIFORM SIGN SHIM TIMES BAL",
180744  direction="l",
180745  linebreak="al",
180746  unicodeslot=0x122C8,
180747 },
180748 [0x122C9]={
180749  category="lo",
180750  description="CUNEIFORM SIGN SHIM TIMES BULUG",
180751  direction="l",
180752  linebreak="al",
180753  unicodeslot=0x122C9,
180754 },
180755 [0x122CA]={
180756  category="lo",
180757  description="CUNEIFORM SIGN SHIM TIMES DIN",
180758  direction="l",
180759  linebreak="al",
180760  unicodeslot=0x122CA,
180761 },
180762 [0x122CB]={
180763  category="lo",
180764  description="CUNEIFORM SIGN SHIM TIMES GAR",
180765  direction="l",
180766  linebreak="al",
180767  unicodeslot=0x122CB,
180768 },
180769 [0x122CC]={
180770  category="lo",
180771  description="CUNEIFORM SIGN SHIM TIMES IGI",
180772  direction="l",
180773  linebreak="al",
180774  unicodeslot=0x122CC,
180775 },
180776 [0x122CD]={
180777  category="lo",
180778  description="CUNEIFORM SIGN SHIM TIMES IGI GUNU",
180779  direction="l",
180780  linebreak="al",
180781  unicodeslot=0x122CD,
180782 },
180783 [0x122CE]={
180784  category="lo",
180785  description="CUNEIFORM SIGN SHIM TIMES KUSHU0x0002",
180786  direction="l",
180787  linebreak="al",
180788  unicodeslot=0x122CE,
180789 },
180790 [0x122CF]={
180791  category="lo",
180792  description="CUNEIFORM SIGN SHIM TIMES LUL",
180793  direction="l",
180794  linebreak="al",
180795  unicodeslot=0x122CF,
180796 },
180797 [0x122D0]={
180798  category="lo",
180799  description="CUNEIFORM SIGN SHIM TIMES MUG",
180800  direction="l",
180801  linebreak="al",
180802  unicodeslot=0x122D0,
180803 },
180804 [0x122D1]={
180805  category="lo",
180806  description="CUNEIFORM SIGN SHIM TIMES SAL",
180807  direction="l",
180808  linebreak="al",
180809  unicodeslot=0x122D1,
180810 },
180811 [0x122D2]={
180812  category="lo",
180813  description="CUNEIFORM SIGN SHINIG",
180814  direction="l",
180815  linebreak="al",
180816  unicodeslot=0x122D2,
180817 },
180818 [0x122D3]={
180819  category="lo",
180820  description="CUNEIFORM SIGN SHIR",
180821  direction="l",
180822  linebreak="al",
180823  unicodeslot=0x122D3,
180824 },
180825 [0x122D4]={
180826  category="lo",
180827  description="CUNEIFORM SIGN SHIR TENU",
180828  direction="l",
180829  linebreak="al",
180830  unicodeslot=0x122D4,
180831 },
180832 [0x122D5]={
180833  category="lo",
180834  description="CUNEIFORM SIGN SHIR OVER SHIR BUR OVER BUR",
180835  direction="l",
180836  linebreak="al",
180837  unicodeslot=0x122D5,
180838 },
180839 [0x122D6]={
180840  category="lo",
180841  description="CUNEIFORM SIGN SHITA",
180842  direction="l",
180843  linebreak="al",
180844  unicodeslot=0x122D6,
180845 },
180846 [0x122D7]={
180847  category="lo",
180848  description="CUNEIFORM SIGN SHU",
180849  direction="l",
180850  linebreak="al",
180851  unicodeslot=0x122D7,
180852 },
180853 [0x122D8]={
180854  category="lo",
180855  description="CUNEIFORM SIGN SHU OVER INVERTED SHU",
180856  direction="l",
180857  linebreak="al",
180858  unicodeslot=0x122D8,
180859 },
180860 [0x122D9]={
180861  category="lo",
180862  description="CUNEIFORM SIGN SHU0x0002",
180863  direction="l",
180864  linebreak="al",
180865  unicodeslot=0x122D9,
180866 },
180867 [0x122DA]={
180868  category="lo",
180869  description="CUNEIFORM SIGN SHUBUR",
180870  direction="l",
180871  linebreak="al",
180872  unicodeslot=0x122DA,
180873 },
180874 [0x122DB]={
180875  category="lo",
180876  description="CUNEIFORM SIGN SI",
180877  direction="l",
180878  linebreak="al",
180879  unicodeslot=0x122DB,
180880 },
180881 [0x122DC]={
180882  category="lo",
180883  description="CUNEIFORM SIGN SI GUNU",
180884  direction="l",
180885  linebreak="al",
180886  unicodeslot=0x122DC,
180887 },
180888 [0x122DD]={
180889  category="lo",
180890  description="CUNEIFORM SIGN SIG",
180891  direction="l",
180892  linebreak="al",
180893  unicodeslot=0x122DD,
180894 },
180895 [0x122DE]={
180896  category="lo",
180897  description="CUNEIFORM SIGN SIG0x0004",
180898  direction="l",
180899  linebreak="al",
180900  unicodeslot=0x122DE,
180901 },
180902 [0x122DF]={
180903  category="lo",
180904  description="CUNEIFORM SIGN SIG0x0004 OVER SIG0x0004 SHU0x0002",
180905  direction="l",
180906  linebreak="al",
180907  unicodeslot=0x122DF,
180908 },
180909 [0x122E0]={
180910  category="lo",
180911  description="CUNEIFORM SIGN SIK0x0002",
180912  direction="l",
180913  linebreak="al",
180914  unicodeslot=0x122E0,
180915 },
180916 [0x122E1]={
180917  category="lo",
180918  description="CUNEIFORM SIGN SILA0x0003",
180919  direction="l",
180920  linebreak="al",
180921  unicodeslot=0x122E1,
180922 },
180923 [0x122E2]={
180924  category="lo",
180925  description="CUNEIFORM SIGN SU",
180926  direction="l",
180927  linebreak="al",
180928  unicodeslot=0x122E2,
180929 },
180930 [0x122E3]={
180931  category="lo",
180932  description="CUNEIFORM SIGN SU OVER SU",
180933  direction="l",
180934  linebreak="al",
180935  unicodeslot=0x122E3,
180936 },
180937 [0x122E4]={
180938  category="lo",
180939  description="CUNEIFORM SIGN SUD",
180940  direction="l",
180941  linebreak="al",
180942  unicodeslot=0x122E4,
180943 },
180944 [0x122E5]={
180945  category="lo",
180946  description="CUNEIFORM SIGN SUD0x0002",
180947  direction="l",
180948  linebreak="al",
180949  unicodeslot=0x122E5,
180950 },
180951 [0x122E6]={
180952  category="lo",
180953  description="CUNEIFORM SIGN SUHUR",
180954  direction="l",
180955  linebreak="al",
180956  unicodeslot=0x122E6,
180957 },
180958 [0x122E7]={
180959  category="lo",
180960  description="CUNEIFORM SIGN SUM",
180961  direction="l",
180962  linebreak="al",
180963  unicodeslot=0x122E7,
180964 },
180965 [0x122E8]={
180966  category="lo",
180967  description="CUNEIFORM SIGN SUMASH",
180968  direction="l",
180969  linebreak="al",
180970  unicodeslot=0x122E8,
180971 },
180972 [0x122E9]={
180973  category="lo",
180974  description="CUNEIFORM SIGN SUR",
180975  direction="l",
180976  linebreak="al",
180977  unicodeslot=0x122E9,
180978 },
180979 [0x122EA]={
180980  category="lo",
180981  description="CUNEIFORM SIGN SUR0x0009",
180982  direction="l",
180983  linebreak="al",
180984  unicodeslot=0x122EA,
180985 },
180986 [0x122EB]={
180987  category="lo",
180988  description="CUNEIFORM SIGN TA",
180989  direction="l",
180990  linebreak="al",
180991  unicodeslot=0x122EB,
180992 },
180993 [0x122EC]={
180994  category="lo",
180995  description="CUNEIFORM SIGN TA ASTERISK",
180996  direction="l",
180997  linebreak="al",
180998  unicodeslot=0x122EC,
180999 },
181000 [0x122ED]={
181001  category="lo",
181002  description="CUNEIFORM SIGN TA TIMES HI",
181003  direction="l",
181004  linebreak="al",
181005  unicodeslot=0x122ED,
181006 },
181007 [0x122EE]={
181008  category="lo",
181009  description="CUNEIFORM SIGN TA TIMES MI",
181010  direction="l",
181011  linebreak="al",
181012  unicodeslot=0x122EE,
181013 },
181014 [0x122EF]={
181015  category="lo",
181016  description="CUNEIFORM SIGN TA GUNU",
181017  direction="l",
181018  linebreak="al",
181019  unicodeslot=0x122EF,
181020 },
181021 [0x122F0]={
181022  category="lo",
181023  description="CUNEIFORM SIGN TAB",
181024  direction="l",
181025  linebreak="al",
181026  unicodeslot=0x122F0,
181027 },
181028 [0x122F1]={
181029  category="lo",
181030  description="CUNEIFORM SIGN TAB OVER TAB NI OVER NI DISH OVER DISH",
181031  direction="l",
181032  linebreak="al",
181033  unicodeslot=0x122F1,
181034 },
181035 [0x122F2]={
181036  category="lo",
181037  description="CUNEIFORM SIGN TAB SQUARED",
181038  direction="l",
181039  linebreak="al",
181040  unicodeslot=0x122F2,
181041 },
181042 [0x122F3]={
181043  category="lo",
181044  description="CUNEIFORM SIGN TAG",
181045  direction="l",
181046  linebreak="al",
181047  unicodeslot=0x122F3,
181048 },
181049 [0x122F4]={
181050  category="lo",
181051  description="CUNEIFORM SIGN TAG TIMES BI",
181052  direction="l",
181053  linebreak="al",
181054  unicodeslot=0x122F4,
181055 },
181056 [0x122F5]={
181057  category="lo",
181058  description="CUNEIFORM SIGN TAG TIMES GUD",
181059  direction="l",
181060  linebreak="al",
181061  unicodeslot=0x122F5,
181062 },
181063 [0x122F6]={
181064  category="lo",
181065  description="CUNEIFORM SIGN TAG TIMES SHE",
181066  direction="l",
181067  linebreak="al",
181068  unicodeslot=0x122F6,
181069 },
181070 [0x122F7]={
181071  category="lo",
181072  description="CUNEIFORM SIGN TAG TIMES SHU",
181073  direction="l",
181074  linebreak="al",
181075  unicodeslot=0x122F7,
181076 },
181077 [0x122F8]={
181078  category="lo",
181079  description="CUNEIFORM SIGN TAG TIMES TUG0x0002",
181080  direction="l",
181081  linebreak="al",
181082  unicodeslot=0x122F8,
181083 },
181084 [0x122F9]={
181085  category="lo",
181086  description="CUNEIFORM SIGN TAG TIMES UD",
181087  direction="l",
181088  linebreak="al",
181089  unicodeslot=0x122F9,
181090 },
181091 [0x122FA]={
181092  category="lo",
181093  description="CUNEIFORM SIGN TAK0x0004",
181094  direction="l",
181095  linebreak="al",
181096  unicodeslot=0x122FA,
181097 },
181098 [0x122FB]={
181099  category="lo",
181100  description="CUNEIFORM SIGN TAR",
181101  direction="l",
181102  linebreak="al",
181103  unicodeslot=0x122FB,
181104 },
181105 [0x122FC]={
181106  category="lo",
181107  description="CUNEIFORM SIGN TE",
181108  direction="l",
181109  linebreak="al",
181110  unicodeslot=0x122FC,
181111 },
181112 [0x122FD]={
181113  category="lo",
181114  description="CUNEIFORM SIGN TE GUNU",
181115  direction="l",
181116  linebreak="al",
181117  unicodeslot=0x122FD,
181118 },
181119 [0x122FE]={
181120  category="lo",
181121  description="CUNEIFORM SIGN TI",
181122  direction="l",
181123  linebreak="al",
181124  unicodeslot=0x122FE,
181125 },
181126 [0x122FF]={
181127  category="lo",
181128  description="CUNEIFORM SIGN TI TENU",
181129  direction="l",
181130  linebreak="al",
181131  unicodeslot=0x122FF,
181132 },
181133 [0x12300]={
181134  category="lo",
181135  description="CUNEIFORM SIGN TIL",
181136  direction="l",
181137  linebreak="al",
181138  unicodeslot=0x12300,
181139 },
181140 [0x12301]={
181141  category="lo",
181142  description="CUNEIFORM SIGN TIR",
181143  direction="l",
181144  linebreak="al",
181145  unicodeslot=0x12301,
181146 },
181147 [0x12302]={
181148  category="lo",
181149  description="CUNEIFORM SIGN TIR TIMES TAK0x0004",
181150  direction="l",
181151  linebreak="al",
181152  unicodeslot=0x12302,
181153 },
181154 [0x12303]={
181155  category="lo",
181156  description="CUNEIFORM SIGN TIR OVER TIR",
181157  direction="l",
181158  linebreak="al",
181159  unicodeslot=0x12303,
181160 },
181161 [0x12304]={
181162  category="lo",
181163  description="CUNEIFORM SIGN TIR OVER TIR GAD OVER GAD GAR OVER GAR",
181164  direction="l",
181165  linebreak="al",
181166  unicodeslot=0x12304,
181167 },
181168 [0x12305]={
181169  category="lo",
181170  description="CUNEIFORM SIGN TU",
181171  direction="l",
181172  linebreak="al",
181173  unicodeslot=0x12305,
181174 },
181175 [0x12306]={
181176  category="lo",
181177  description="CUNEIFORM SIGN TUG0x0002",
181178  direction="l",
181179  linebreak="al",
181180  unicodeslot=0x12306,
181181 },
181182 [0x12307]={
181183  category="lo",
181184  description="CUNEIFORM SIGN TUK",
181185  direction="l",
181186  linebreak="al",
181187  unicodeslot=0x12307,
181188 },
181189 [0x12308]={
181190  category="lo",
181191  description="CUNEIFORM SIGN TUM",
181192  direction="l",
181193  linebreak="al",
181194  unicodeslot=0x12308,
181195 },
181196 [0x12309]={
181197  category="lo",
181198  description="CUNEIFORM SIGN TUR",
181199  direction="l",
181200  linebreak="al",
181201  unicodeslot=0x12309,
181202 },
181203 [0x1230A]={
181204  category="lo",
181205  description="CUNEIFORM SIGN TUR OVER TUR ZA OVER ZA",
181206  direction="l",
181207  linebreak="al",
181208  unicodeslot=0x1230A,
181209 },
181210 [0x1230B]={
181211  category="lo",
181212  description="CUNEIFORM SIGN U",
181213  direction="l",
181214  linebreak="al",
181215  unicodeslot=0x1230B,
181216 },
181217 [0x1230C]={
181218  category="lo",
181219  description="CUNEIFORM SIGN U GUD",
181220  direction="l",
181221  linebreak="al",
181222  unicodeslot=0x1230C,
181223 },
181224 [0x1230D]={
181225  category="lo",
181226  description="CUNEIFORM SIGN U U U",
181227  direction="l",
181228  linebreak="al",
181229  unicodeslot=0x1230D,
181230 },
181231 [0x1230E]={
181232  category="lo",
181233  description="CUNEIFORM SIGN U OVER U PA OVER PA GAR OVER GAR",
181234  direction="l",
181235  linebreak="al",
181236  unicodeslot=0x1230E,
181237 },
181238 [0x1230F]={
181239  category="lo",
181240  description="CUNEIFORM SIGN U OVER U SUR OVER SUR",
181241  direction="l",
181242  linebreak="al",
181243  unicodeslot=0x1230F,
181244 },
181245 [0x12310]={
181246  category="lo",
181247  description="CUNEIFORM SIGN U OVER U U REVERSED OVER U REVERSED",
181248  direction="l",
181249  linebreak="al",
181250  unicodeslot=0x12310,
181251 },
181252 [0x12311]={
181253  category="lo",
181254  description="CUNEIFORM SIGN U0x0002",
181255  direction="l",
181256  linebreak="al",
181257  unicodeslot=0x12311,
181258 },
181259 [0x12312]={
181260  category="lo",
181261  description="CUNEIFORM SIGN UB",
181262  direction="l",
181263  linebreak="al",
181264  unicodeslot=0x12312,
181265 },
181266 [0x12313]={
181267  category="lo",
181268  description="CUNEIFORM SIGN UD",
181269  direction="l",
181270  linebreak="al",
181271  unicodeslot=0x12313,
181272 },
181273 [0x12314]={
181274  category="lo",
181275  description="CUNEIFORM SIGN UD KUSHU0x0002",
181276  direction="l",
181277  linebreak="al",
181278  unicodeslot=0x12314,
181279 },
181280 [0x12315]={
181281  category="lo",
181282  description="CUNEIFORM SIGN UD TIMES BAD",
181283  direction="l",
181284  linebreak="al",
181285  unicodeslot=0x12315,
181286 },
181287 [0x12316]={
181288  category="lo",
181289  description="CUNEIFORM SIGN UD TIMES MI",
181290  direction="l",
181291  linebreak="al",
181292  unicodeslot=0x12316,
181293 },
181294 [0x12317]={
181295  category="lo",
181296  description="CUNEIFORM SIGN UD TIMES U PLUS U PLUS U",
181297  direction="l",
181298  linebreak="al",
181299  unicodeslot=0x12317,
181300 },
181301 [0x12318]={
181302  category="lo",
181303  description="CUNEIFORM SIGN UD TIMES U PLUS U PLUS U GUNU",
181304  direction="l",
181305  linebreak="al",
181306  unicodeslot=0x12318,
181307 },
181308 [0x12319]={
181309  category="lo",
181310  description="CUNEIFORM SIGN UD GUNU",
181311  direction="l",
181312  linebreak="al",
181313  unicodeslot=0x12319,
181314 },
181315 [0x1231A]={
181316  category="lo",
181317  description="CUNEIFORM SIGN UD SHESHIG",
181318  direction="l",
181319  linebreak="al",
181320  unicodeslot=0x1231A,
181321 },
181322 [0x1231B]={
181323  category="lo",
181324  description="CUNEIFORM SIGN UD SHESHIG TIMES BAD",
181325  direction="l",
181326  linebreak="al",
181327  unicodeslot=0x1231B,
181328 },
181329 [0x1231C]={
181330  category="lo",
181331  description="CUNEIFORM SIGN UDUG",
181332  direction="l",
181333  linebreak="al",
181334  unicodeslot=0x1231C,
181335 },
181336 [0x1231D]={
181337  category="lo",
181338  description="CUNEIFORM SIGN UM",
181339  direction="l",
181340  linebreak="al",
181341  unicodeslot=0x1231D,
181342 },
181343 [0x1231E]={
181344  category="lo",
181345  description="CUNEIFORM SIGN UM TIMES LAGAB",
181346  direction="l",
181347  linebreak="al",
181348  unicodeslot=0x1231E,
181349 },
181350 [0x1231F]={
181351  category="lo",
181352  description="CUNEIFORM SIGN UM TIMES ME PLUS DA",
181353  direction="l",
181354  linebreak="al",
181355  unicodeslot=0x1231F,
181356 },
181357 [0x12320]={
181358  category="lo",
181359  description="CUNEIFORM SIGN UM TIMES SHA0x0003",
181360  direction="l",
181361  linebreak="al",
181362  unicodeslot=0x12320,
181363 },
181364 [0x12321]={
181365  category="lo",
181366  description="CUNEIFORM SIGN UM TIMES U",
181367  direction="l",
181368  linebreak="al",
181369  unicodeslot=0x12321,
181370 },
181371 [0x12322]={
181372  category="lo",
181373  description="CUNEIFORM SIGN UMBIN",
181374  direction="l",
181375  linebreak="al",
181376  unicodeslot=0x12322,
181377 },
181378 [0x12323]={
181379  category="lo",
181380  description="CUNEIFORM SIGN UMUM",
181381  direction="l",
181382  linebreak="al",
181383  unicodeslot=0x12323,
181384 },
181385 [0x12324]={
181386  category="lo",
181387  description="CUNEIFORM SIGN UMUM TIMES KASKAL",
181388  direction="l",
181389  linebreak="al",
181390  unicodeslot=0x12324,
181391 },
181392 [0x12325]={
181393  category="lo",
181394  description="CUNEIFORM SIGN UMUM TIMES PA",
181395  direction="l",
181396  linebreak="al",
181397  unicodeslot=0x12325,
181398 },
181399 [0x12326]={
181400  category="lo",
181401  description="CUNEIFORM SIGN UN",
181402  direction="l",
181403  linebreak="al",
181404  unicodeslot=0x12326,
181405 },
181406 [0x12327]={
181407  category="lo",
181408  description="CUNEIFORM SIGN UN GUNU",
181409  direction="l",
181410  linebreak="al",
181411  unicodeslot=0x12327,
181412 },
181413 [0x12328]={
181414  category="lo",
181415  description="CUNEIFORM SIGN UR",
181416  direction="l",
181417  linebreak="al",
181418  unicodeslot=0x12328,
181419 },
181420 [0x12329]={
181421  category="lo",
181422  description="CUNEIFORM SIGN UR CROSSING UR",
181423  direction="l",
181424  linebreak="al",
181425  unicodeslot=0x12329,
181426 },
181427 [0x1232A]={
181428  category="lo",
181429  description="CUNEIFORM SIGN UR SHESHIG",
181430  direction="l",
181431  linebreak="al",
181432  unicodeslot=0x1232A,
181433 },
181434 [0x1232B]={
181435  category="lo",
181436  description="CUNEIFORM SIGN UR0x0002",
181437  direction="l",
181438  linebreak="al",
181439  unicodeslot=0x1232B,
181440 },
181441 [0x1232C]={
181442  category="lo",
181443  description="CUNEIFORM SIGN UR0x0002 TIMES A PLUS HA",
181444  direction="l",
181445  linebreak="al",
181446  unicodeslot=0x1232C,
181447 },
181448 [0x1232D]={
181449  category="lo",
181450  description="CUNEIFORM SIGN UR0x0002 TIMES A PLUS NA",
181451  direction="l",
181452  linebreak="al",
181453  unicodeslot=0x1232D,
181454 },
181455 [0x1232E]={
181456  category="lo",
181457  description="CUNEIFORM SIGN UR0x0002 TIMES AL",
181458  direction="l",
181459  linebreak="al",
181460  unicodeslot=0x1232E,
181461 },
181462 [0x1232F]={
181463  category="lo",
181464  description="CUNEIFORM SIGN UR0x0002 TIMES HA",
181465  direction="l",
181466  linebreak="al",
181467  unicodeslot=0x1232F,
181468 },
181469 [0x12330]={
181470  category="lo",
181471  description="CUNEIFORM SIGN UR0x0002 TIMES NUN",
181472  direction="l",
181473  linebreak="al",
181474  unicodeslot=0x12330,
181475 },
181476 [0x12331]={
181477  category="lo",
181478  description="CUNEIFORM SIGN UR0x0002 TIMES U0x0002",
181479  direction="l",
181480  linebreak="al",
181481  unicodeslot=0x12331,
181482 },
181483 [0x12332]={
181484  category="lo",
181485  description="CUNEIFORM SIGN UR0x0002 TIMES U0x0002 PLUS ASH",
181486  direction="l",
181487  linebreak="al",
181488  unicodeslot=0x12332,
181489 },
181490 [0x12333]={
181491  category="lo",
181492  description="CUNEIFORM SIGN UR0x0002 TIMES U0x0002 PLUS BI",
181493  direction="l",
181494  linebreak="al",
181495  unicodeslot=0x12333,
181496 },
181497 [0x12334]={
181498  category="lo",
181499  description="CUNEIFORM SIGN UR0x0004",
181500  direction="l",
181501  linebreak="al",
181502  unicodeslot=0x12334,
181503 },
181504 [0x12335]={
181505  category="lo",
181506  description="CUNEIFORM SIGN URI",
181507  direction="l",
181508  linebreak="al",
181509  unicodeslot=0x12335,
181510 },
181511 [0x12336]={
181512  category="lo",
181513  description="CUNEIFORM SIGN URI0x0003",
181514  direction="l",
181515  linebreak="al",
181516  unicodeslot=0x12336,
181517 },
181518 [0x12337]={
181519  category="lo",
181520  description="CUNEIFORM SIGN URU",
181521  direction="l",
181522  linebreak="al",
181523  unicodeslot=0x12337,
181524 },
181525 [0x12338]={
181526  category="lo",
181527  description="CUNEIFORM SIGN URU TIMES A",
181528  direction="l",
181529  linebreak="al",
181530  unicodeslot=0x12338,
181531 },
181532 [0x12339]={
181533  category="lo",
181534  description="CUNEIFORM SIGN URU TIMES ASHGAB",
181535  direction="l",
181536  linebreak="al",
181537  unicodeslot=0x12339,
181538 },
181539 [0x1233A]={
181540  category="lo",
181541  description="CUNEIFORM SIGN URU TIMES BAR",
181542  direction="l",
181543  linebreak="al",
181544  unicodeslot=0x1233A,
181545 },
181546 [0x1233B]={
181547  category="lo",
181548  description="CUNEIFORM SIGN URU TIMES DUN",
181549  direction="l",
181550  linebreak="al",
181551  unicodeslot=0x1233B,
181552 },
181553 [0x1233C]={
181554  category="lo",
181555  description="CUNEIFORM SIGN URU TIMES GA",
181556  direction="l",
181557  linebreak="al",
181558  unicodeslot=0x1233C,
181559 },
181560 [0x1233D]={
181561  category="lo",
181562  description="CUNEIFORM SIGN URU TIMES GAL",
181563  direction="l",
181564  linebreak="al",
181565  unicodeslot=0x1233D,
181566 },
181567 [0x1233E]={
181568  category="lo",
181569  description="CUNEIFORM SIGN URU TIMES GAN0x0002 TENU",
181570  direction="l",
181571  linebreak="al",
181572  unicodeslot=0x1233E,
181573 },
181574 [0x1233F]={
181575  category="lo",
181576  description="CUNEIFORM SIGN URU TIMES GAR",
181577  direction="l",
181578  linebreak="al",
181579  unicodeslot=0x1233F,
181580 },
181581 [0x12340]={
181582  category="lo",
181583  description="CUNEIFORM SIGN URU TIMES GU",
181584  direction="l",
181585  linebreak="al",
181586  unicodeslot=0x12340,
181587 },
181588 [0x12341]={
181589  category="lo",
181590  description="CUNEIFORM SIGN URU TIMES HA",
181591  direction="l",
181592  linebreak="al",
181593  unicodeslot=0x12341,
181594 },
181595 [0x12342]={
181596  category="lo",
181597  description="CUNEIFORM SIGN URU TIMES IGI",
181598  direction="l",
181599  linebreak="al",
181600  unicodeslot=0x12342,
181601 },
181602 [0x12343]={
181603  category="lo",
181604  description="CUNEIFORM SIGN URU TIMES IM",
181605  direction="l",
181606  linebreak="al",
181607  unicodeslot=0x12343,
181608 },
181609 [0x12344]={
181610  category="lo",
181611  description="CUNEIFORM SIGN URU TIMES ISH",
181612  direction="l",
181613  linebreak="al",
181614  unicodeslot=0x12344,
181615 },
181616 [0x12345]={
181617  category="lo",
181618  description="CUNEIFORM SIGN URU TIMES KI",
181619  direction="l",
181620  linebreak="al",
181621  unicodeslot=0x12345,
181622 },
181623 [0x12346]={
181624  category="lo",
181625  description="CUNEIFORM SIGN URU TIMES LUM",
181626  direction="l",
181627  linebreak="al",
181628  unicodeslot=0x12346,
181629 },
181630 [0x12347]={
181631  category="lo",
181632  description="CUNEIFORM SIGN URU TIMES MIN",
181633  direction="l",
181634  linebreak="al",
181635  unicodeslot=0x12347,
181636 },
181637 [0x12348]={
181638  category="lo",
181639  description="CUNEIFORM SIGN URU TIMES PA",
181640  direction="l",
181641  linebreak="al",
181642  unicodeslot=0x12348,
181643 },
181644 [0x12349]={
181645  category="lo",
181646  description="CUNEIFORM SIGN URU TIMES SHE",
181647  direction="l",
181648  linebreak="al",
181649  unicodeslot=0x12349,
181650 },
181651 [0x1234A]={
181652  category="lo",
181653  description="CUNEIFORM SIGN URU TIMES SIG0x0004",
181654  direction="l",
181655  linebreak="al",
181656  unicodeslot=0x1234A,
181657 },
181658 [0x1234B]={
181659  category="lo",
181660  description="CUNEIFORM SIGN URU TIMES TU",
181661  direction="l",
181662  linebreak="al",
181663  unicodeslot=0x1234B,
181664 },
181665 [0x1234C]={
181666  category="lo",
181667  description="CUNEIFORM SIGN URU TIMES U PLUS GUD",
181668  direction="l",
181669  linebreak="al",
181670  unicodeslot=0x1234C,
181671 },
181672 [0x1234D]={
181673  category="lo",
181674  description="CUNEIFORM SIGN URU TIMES UD",
181675  direction="l",
181676  linebreak="al",
181677  unicodeslot=0x1234D,
181678 },
181679 [0x1234E]={
181680  category="lo",
181681  description="CUNEIFORM SIGN URU TIMES URUDA",
181682  direction="l",
181683  linebreak="al",
181684  unicodeslot=0x1234E,
181685 },
181686 [0x1234F]={
181687  category="lo",
181688  description="CUNEIFORM SIGN URUDA",
181689  direction="l",
181690  linebreak="al",
181691  unicodeslot=0x1234F,
181692 },
181693 [0x12350]={
181694  category="lo",
181695  description="CUNEIFORM SIGN URUDA TIMES U",
181696  direction="l",
181697  linebreak="al",
181698  unicodeslot=0x12350,
181699 },
181700 [0x12351]={
181701  category="lo",
181702  description="CUNEIFORM SIGN USH",
181703  direction="l",
181704  linebreak="al",
181705  unicodeslot=0x12351,
181706 },
181707 [0x12352]={
181708  category="lo",
181709  description="CUNEIFORM SIGN USH TIMES A",
181710  direction="l",
181711  linebreak="al",
181712  unicodeslot=0x12352,
181713 },
181714 [0x12353]={
181715  category="lo",
181716  description="CUNEIFORM SIGN USH TIMES KU",
181717  direction="l",
181718  linebreak="al",
181719  unicodeslot=0x12353,
181720 },
181721 [0x12354]={
181722  category="lo",
181723  description="CUNEIFORM SIGN USH TIMES KUR",
181724  direction="l",
181725  linebreak="al",
181726  unicodeslot=0x12354,
181727 },
181728 [0x12355]={
181729  category="lo",
181730  description="CUNEIFORM SIGN USH TIMES TAK0x0004",
181731  direction="l",
181732  linebreak="al",
181733  unicodeslot=0x12355,
181734 },
181735 [0x12356]={
181736  category="lo",
181737  description="CUNEIFORM SIGN USHX",
181738  direction="l",
181739  linebreak="al",
181740  unicodeslot=0x12356,
181741 },
181742 [0x12357]={
181743  category="lo",
181744  description="CUNEIFORM SIGN USH0x0002",
181745  direction="l",
181746  linebreak="al",
181747  unicodeslot=0x12357,
181748 },
181749 [0x12358]={
181750  category="lo",
181751  description="CUNEIFORM SIGN USHUMX",
181752  direction="l",
181753  linebreak="al",
181754  unicodeslot=0x12358,
181755 },
181756 [0x12359]={
181757  category="lo",
181758  description="CUNEIFORM SIGN UTUKI",
181759  direction="l",
181760  linebreak="al",
181761  unicodeslot=0x12359,
181762 },
181763 [0x1235A]={
181764  category="lo",
181765  description="CUNEIFORM SIGN UZ0x0003",
181766  direction="l",
181767  linebreak="al",
181768  unicodeslot=0x1235A,
181769 },
181770 [0x1235B]={
181771  category="lo",
181772  description="CUNEIFORM SIGN UZ0x0003 TIMES KASKAL",
181773  direction="l",
181774  linebreak="al",
181775  unicodeslot=0x1235B,
181776 },
181777 [0x1235C]={
181778  category="lo",
181779  description="CUNEIFORM SIGN UZU",
181780  direction="l",
181781  linebreak="al",
181782  unicodeslot=0x1235C,
181783 },
181784 [0x1235D]={
181785  category="lo",
181786  description="CUNEIFORM SIGN ZA",
181787  direction="l",
181788  linebreak="al",
181789  unicodeslot=0x1235D,
181790 },
181791 [0x1235E]={
181792  category="lo",
181793  description="CUNEIFORM SIGN ZA TENU",
181794  direction="l",
181795  linebreak="al",
181796  unicodeslot=0x1235E,
181797 },
181798 [0x1235F]={
181799  category="lo",
181800  description="CUNEIFORM SIGN ZA SQUARED TIMES KUR",
181801  direction="l",
181802  linebreak="al",
181803  unicodeslot=0x1235F,
181804 },
181805 [0x12360]={
181806  category="lo",
181807  description="CUNEIFORM SIGN ZAG",
181808  direction="l",
181809  linebreak="al",
181810  unicodeslot=0x12360,
181811 },
181812 [0x12361]={
181813  category="lo",
181814  description="CUNEIFORM SIGN ZAMX",
181815  direction="l",
181816  linebreak="al",
181817  unicodeslot=0x12361,
181818 },
181819 [0x12362]={
181820  category="lo",
181821  description="CUNEIFORM SIGN ZE0x0002",
181822  direction="l",
181823  linebreak="al",
181824  unicodeslot=0x12362,
181825 },
181826 [0x12363]={
181827  category="lo",
181828  description="CUNEIFORM SIGN ZI",
181829  direction="l",
181830  linebreak="al",
181831  unicodeslot=0x12363,
181832 },
181833 [0x12364]={
181834  category="lo",
181835  description="CUNEIFORM SIGN ZI OVER ZI",
181836  direction="l",
181837  linebreak="al",
181838  unicodeslot=0x12364,
181839 },
181840 [0x12365]={
181841  category="lo",
181842  description="CUNEIFORM SIGN ZI0x0003",
181843  direction="l",
181844  linebreak="al",
181845  unicodeslot=0x12365,
181846 },
181847 [0x12366]={
181848  category="lo",
181849  description="CUNEIFORM SIGN ZIB",
181850  direction="l",
181851  linebreak="al",
181852  unicodeslot=0x12366,
181853 },
181854 [0x12367]={
181855  category="lo",
181856  description="CUNEIFORM SIGN ZIB KABA TENU",
181857  direction="l",
181858  linebreak="al",
181859  unicodeslot=0x12367,
181860 },
181861 [0x12368]={
181862  category="lo",
181863  description="CUNEIFORM SIGN ZIG",
181864  direction="l",
181865  linebreak="al",
181866  unicodeslot=0x12368,
181867 },
181868 [0x12369]={
181869  category="lo",
181870  description="CUNEIFORM SIGN ZIZ0x0002",
181871  direction="l",
181872  linebreak="al",
181873  unicodeslot=0x12369,
181874 },
181875 [0x1236A]={
181876  category="lo",
181877  description="CUNEIFORM SIGN ZU",
181878  direction="l",
181879  linebreak="al",
181880  unicodeslot=0x1236A,
181881 },
181882 [0x1236B]={
181883  category="lo",
181884  description="CUNEIFORM SIGN ZU0x0005",
181885  direction="l",
181886  linebreak="al",
181887  unicodeslot=0x1236B,
181888 },
181889 [0x1236C]={
181890  category="lo",
181891  description="CUNEIFORM SIGN ZU0x0005 TIMES A",
181892  direction="l",
181893  linebreak="al",
181894  unicodeslot=0x1236C,
181895 },
181896 [0x1236D]={
181897  category="lo",
181898  description="CUNEIFORM SIGN ZUBUR",
181899  direction="l",
181900  linebreak="al",
181901  unicodeslot=0x1236D,
181902 },
181903 [0x1236E]={
181904  category="lo",
181905  description="CUNEIFORM SIGN ZUM",
181906  direction="l",
181907  linebreak="al",
181908  unicodeslot=0x1236E,
181909 },
181910 [0x1236F]={
181911  category="lo",
181912  description="CUNEIFORM SIGN KAP ELAMITE",
181913  direction="l",
181914  linebreak="al",
181915  unicodeslot=0x1236F,
181916 },
181917 [0x12370]={
181918  category="lo",
181919  description="CUNEIFORM SIGN AB TIMES NUN",
181920  direction="l",
181921  linebreak="al",
181922  unicodeslot=0x12370,
181923 },
181924 [0x12371]={
181925  category="lo",
181926  description="CUNEIFORM SIGN AB2 TIMES A",
181927  direction="l",
181928  linebreak="al",
181929  unicodeslot=0x12371,
181930 },
181931 [0x12372]={
181932  category="lo",
181933  description="CUNEIFORM SIGN AMAR TIMES KUG",
181934  direction="l",
181935  linebreak="al",
181936  unicodeslot=0x12372,
181937 },
181938 [0x12373]={
181939  category="lo",
181940  description="CUNEIFORM SIGN DAG KISIM5 TIMES U2 PLUS MASH",
181941  direction="l",
181942  linebreak="al",
181943  unicodeslot=0x12373,
181944 },
181945 [0x12374]={
181946  category="lo",
181947  description="CUNEIFORM SIGN DAG3",
181948  direction="l",
181949  linebreak="al",
181950  unicodeslot=0x12374,
181951 },
181952 [0x12375]={
181953  category="lo",
181954  description="CUNEIFORM SIGN DISH PLUS SHU",
181955  direction="l",
181956  linebreak="al",
181957  unicodeslot=0x12375,
181958 },
181959 [0x12376]={
181960  category="lo",
181961  description="CUNEIFORM SIGN DUB TIMES SHE",
181962  direction="l",
181963  linebreak="al",
181964  unicodeslot=0x12376,
181965 },
181966 [0x12377]={
181967  category="lo",
181968  description="CUNEIFORM SIGN EZEN TIMES GUD",
181969  direction="l",
181970  linebreak="al",
181971  unicodeslot=0x12377,
181972 },
181973 [0x12378]={
181974  category="lo",
181975  description="CUNEIFORM SIGN EZEN TIMES SHE",
181976  direction="l",
181977  linebreak="al",
181978  unicodeslot=0x12378,
181979 },
181980 [0x12379]={
181981  category="lo",
181982  description="CUNEIFORM SIGN GA2 TIMES AN PLUS KAK PLUS A",
181983  direction="l",
181984  linebreak="al",
181985  unicodeslot=0x12379,
181986 },
181987 [0x1237A]={
181988  category="lo",
181989  description="CUNEIFORM SIGN GA2 TIMES ASH2",
181990  direction="l",
181991  linebreak="al",
181992  unicodeslot=0x1237A,
181993 },
181994 [0x1237B]={
181995  category="lo",
181996  description="CUNEIFORM SIGN GE22",
181997  direction="l",
181998  linebreak="al",
181999  unicodeslot=0x1237B,
182000 },
182001 [0x1237C]={
182002  category="lo",
182003  description="CUNEIFORM SIGN GIG",
182004  direction="l",
182005  linebreak="al",
182006  unicodeslot=0x1237C,
182007 },
182008 [0x1237D]={
182009  category="lo",
182010  description="CUNEIFORM SIGN HUSH",
182011  direction="l",
182012  linebreak="al",
182013  unicodeslot=0x1237D,
182014 },
182015 [0x1237E]={
182016  category="lo",
182017  description="CUNEIFORM SIGN KA TIMES ANSHE",
182018  direction="l",
182019  linebreak="al",
182020  unicodeslot=0x1237E,
182021 },
182022 [0x1237F]={
182023  category="lo",
182024  description="CUNEIFORM SIGN KA TIMES ASH3",
182025  direction="l",
182026  linebreak="al",
182027  unicodeslot=0x1237F,
182028 },
182029 [0x12380]={
182030  category="lo",
182031  description="CUNEIFORM SIGN KA TIMES GISH",
182032  direction="l",
182033  linebreak="al",
182034  unicodeslot=0x12380,
182035 },
182036 [0x12381]={
182037  category="lo",
182038  description="CUNEIFORM SIGN KA TIMES GUD",
182039  direction="l",
182040  linebreak="al",
182041  unicodeslot=0x12381,
182042 },
182043 [0x12382]={
182044  category="lo",
182045  description="CUNEIFORM SIGN KA TIMES HI TIMES ASH2",
182046  direction="l",
182047  linebreak="al",
182048  unicodeslot=0x12382,
182049 },
182050 [0x12383]={
182051  category="lo",
182052  description="CUNEIFORM SIGN KA TIMES LUM",
182053  direction="l",
182054  linebreak="al",
182055  unicodeslot=0x12383,
182056 },
182057 [0x12384]={
182058  category="lo",
182059  description="CUNEIFORM SIGN KA TIMES PA",
182060  direction="l",
182061  linebreak="al",
182062  unicodeslot=0x12384,
182063 },
182064 [0x12385]={
182065  category="lo",
182066  description="CUNEIFORM SIGN KA TIMES SHUL",
182067  direction="l",
182068  linebreak="al",
182069  unicodeslot=0x12385,
182070 },
182071 [0x12386]={
182072  category="lo",
182073  description="CUNEIFORM SIGN KA TIMES TU",
182074  direction="l",
182075  linebreak="al",
182076  unicodeslot=0x12386,
182077 },
182078 [0x12387]={
182079  category="lo",
182080  description="CUNEIFORM SIGN KA TIMES UR2",
182081  direction="l",
182082  linebreak="al",
182083  unicodeslot=0x12387,
182084 },
182085 [0x12388]={
182086  category="lo",
182087  description="CUNEIFORM SIGN LAGAB TIMES GI",
182088  direction="l",
182089  linebreak="al",
182090  unicodeslot=0x12388,
182091 },
182092 [0x12389]={
182093  category="lo",
182094  description="CUNEIFORM SIGN LU2 SHESHIG TIMES BAD",
182095  direction="l",
182096  linebreak="al",
182097  unicodeslot=0x12389,
182098 },
182099 [0x1238A]={
182100  category="lo",
182101  description="CUNEIFORM SIGN LU2 TIMES ESH2 PLUS LAL",
182102  direction="l",
182103  linebreak="al",
182104  unicodeslot=0x1238A,
182105 },
182106 [0x1238B]={
182107  category="lo",
182108  description="CUNEIFORM SIGN LU2 TIMES SHU",
182109  direction="l",
182110  linebreak="al",
182111  unicodeslot=0x1238B,
182112 },
182113 [0x1238C]={
182114  category="lo",
182115  description="CUNEIFORM SIGN MESH",
182116  direction="l",
182117  linebreak="al",
182118  unicodeslot=0x1238C,
182119 },
182120 [0x1238D]={
182121  category="lo",
182122  description="CUNEIFORM SIGN MUSH3 TIMES ZA",
182123  direction="l",
182124  linebreak="al",
182125  unicodeslot=0x1238D,
182126 },
182127 [0x1238E]={
182128  category="lo",
182129  description="CUNEIFORM SIGN NA4",
182130  direction="l",
182131  linebreak="al",
182132  unicodeslot=0x1238E,
182133 },
182134 [0x1238F]={
182135  category="lo",
182136  description="CUNEIFORM SIGN NIN",
182137  direction="l",
182138  linebreak="al",
182139  unicodeslot=0x1238F,
182140 },
182141 [0x12390]={
182142  category="lo",
182143  description="CUNEIFORM SIGN NIN9",
182144  direction="l",
182145  linebreak="al",
182146  unicodeslot=0x12390,
182147 },
182148 [0x12391]={
182149  category="lo",
182150  description="CUNEIFORM SIGN NINDA2 TIMES BAL",
182151  direction="l",
182152  linebreak="al",
182153  unicodeslot=0x12391,
182154 },
182155 [0x12392]={
182156  category="lo",
182157  description="CUNEIFORM SIGN NINDA2 TIMES GI",
182158  direction="l",
182159  linebreak="al",
182160  unicodeslot=0x12392,
182161 },
182162 [0x12393]={
182163  category="lo",
182164  description="CUNEIFORM SIGN NU11 ROTATED NINETY DEGREES",
182165  direction="l",
182166  linebreak="al",
182167  unicodeslot=0x12393,
182168 },
182169 [0x12394]={
182170  category="lo",
182171  description="CUNEIFORM SIGN PESH2 ASTERISK",
182172  direction="l",
182173  linebreak="al",
182174  unicodeslot=0x12394,
182175 },
182176 [0x12395]={
182177  category="lo",
182178  description="CUNEIFORM SIGN PIR2",
182179  direction="l",
182180  linebreak="al",
182181  unicodeslot=0x12395,
182182 },
182183 [0x12396]={
182184  category="lo",
182185  description="CUNEIFORM SIGN SAG TIMES IGI GUNU",
182186  direction="l",
182187  linebreak="al",
182188  unicodeslot=0x12396,
182189 },
182190 [0x12397]={
182191  category="lo",
182192  description="CUNEIFORM SIGN TI2",
182193  direction="l",
182194  linebreak="al",
182195  unicodeslot=0x12397,
182196 },
182197 [0x12398]={
182198  category="lo",
182199  description="CUNEIFORM SIGN UM TIMES ME",
182200  direction="l",
182201  linebreak="al",
182202  unicodeslot=0x12398,
182203 },
182204 [0x12399]={
182205  category="lo",
182206  description="CUNEIFORM SIGN U U",
182207  direction="l",
182208  linebreak="al",
182209  unicodeslot=0x12399,
182210 },
182211 [0x12400]={
182212  category="nl",
182213  description="CUNEIFORM NUMERIC SIGN TWO ASH",
182214  direction="l",
182215  linebreak="al",
182216  unicodeslot=0x12400,
182217 },
182218 [0x12401]={
182219  category="nl",
182220  description="CUNEIFORM NUMERIC SIGN THREE ASH",
182221  direction="l",
182222  linebreak="al",
182223  unicodeslot=0x12401,
182224 },
182225 [0x12402]={
182226  category="nl",
182227  description="CUNEIFORM NUMERIC SIGN FOUR ASH",
182228  direction="l",
182229  linebreak="al",
182230  unicodeslot=0x12402,
182231 },
182232 [0x12403]={
182233  category="nl",
182234  description="CUNEIFORM NUMERIC SIGN FIVE ASH",
182235  direction="l",
182236  linebreak="al",
182237  unicodeslot=0x12403,
182238 },
182239 [0x12404]={
182240  category="nl",
182241  description="CUNEIFORM NUMERIC SIGN SIX ASH",
182242  direction="l",
182243  linebreak="al",
182244  unicodeslot=0x12404,
182245 },
182246 [0x12405]={
182247  category="nl",
182248  description="CUNEIFORM NUMERIC SIGN SEVEN ASH",
182249  direction="l",
182250  linebreak="al",
182251  unicodeslot=0x12405,
182252 },
182253 [0x12406]={
182254  category="nl",
182255  description="CUNEIFORM NUMERIC SIGN EIGHT ASH",
182256  direction="l",
182257  linebreak="al",
182258  unicodeslot=0x12406,
182259 },
182260 [0x12407]={
182261  category="nl",
182262  description="CUNEIFORM NUMERIC SIGN NINE ASH",
182263  direction="l",
182264  linebreak="al",
182265  unicodeslot=0x12407,
182266 },
182267 [0x12408]={
182268  category="nl",
182269  description="CUNEIFORM NUMERIC SIGN THREE DISH",
182270  direction="l",
182271  linebreak="al",
182272  unicodeslot=0x12408,
182273 },
182274 [0x12409]={
182275  category="nl",
182276  description="CUNEIFORM NUMERIC SIGN FOUR DISH",
182277  direction="l",
182278  linebreak="al",
182279  unicodeslot=0x12409,
182280 },
182281 [0x1240A]={
182282  category="nl",
182283  description="CUNEIFORM NUMERIC SIGN FIVE DISH",
182284  direction="l",
182285  linebreak="al",
182286  unicodeslot=0x1240A,
182287 },
182288 [0x1240B]={
182289  category="nl",
182290  description="CUNEIFORM NUMERIC SIGN SIX DISH",
182291  direction="l",
182292  linebreak="al",
182293  unicodeslot=0x1240B,
182294 },
182295 [0x1240C]={
182296  category="nl",
182297  description="CUNEIFORM NUMERIC SIGN SEVEN DISH",
182298  direction="l",
182299  linebreak="al",
182300  unicodeslot=0x1240C,
182301 },
182302 [0x1240D]={
182303  category="nl",
182304  description="CUNEIFORM NUMERIC SIGN EIGHT DISH",
182305  direction="l",
182306  linebreak="al",
182307  unicodeslot=0x1240D,
182308 },
182309 [0x1240E]={
182310  category="nl",
182311  description="CUNEIFORM NUMERIC SIGN NINE DISH",
182312  direction="l",
182313  linebreak="al",
182314  unicodeslot=0x1240E,
182315 },
182316 [0x1240F]={
182317  category="nl",
182318  description="CUNEIFORM NUMERIC SIGN FOUR U",
182319  direction="l",
182320  linebreak="al",
182321  unicodeslot=0x1240F,
182322 },
182323 [0x12410]={
182324  category="nl",
182325  description="CUNEIFORM NUMERIC SIGN FIVE U",
182326  direction="l",
182327  linebreak="al",
182328  unicodeslot=0x12410,
182329 },
182330 [0x12411]={
182331  category="nl",
182332  description="CUNEIFORM NUMERIC SIGN SIX U",
182333  direction="l",
182334  linebreak="al",
182335  unicodeslot=0x12411,
182336 },
182337 [0x12412]={
182338  category="nl",
182339  description="CUNEIFORM NUMERIC SIGN SEVEN U",
182340  direction="l",
182341  linebreak="al",
182342  unicodeslot=0x12412,
182343 },
182344 [0x12413]={
182345  category="nl",
182346  description="CUNEIFORM NUMERIC SIGN EIGHT U",
182347  direction="l",
182348  linebreak="al",
182349  unicodeslot=0x12413,
182350 },
182351 [0x12414]={
182352  category="nl",
182353  description="CUNEIFORM NUMERIC SIGN NINE U",
182354  direction="l",
182355  linebreak="al",
182356  unicodeslot=0x12414,
182357 },
182358 [0x12415]={
182359  category="nl",
182360  description="CUNEIFORM NUMERIC SIGN ONE GESH0x0002",
182361  direction="l",
182362  linebreak="al",
182363  unicodeslot=0x12415,
182364 },
182365 [0x12416]={
182366  category="nl",
182367  description="CUNEIFORM NUMERIC SIGN TWO GESH0x0002",
182368  direction="l",
182369  linebreak="al",
182370  unicodeslot=0x12416,
182371 },
182372 [0x12417]={
182373  category="nl",
182374  description="CUNEIFORM NUMERIC SIGN THREE GESH0x0002",
182375  direction="l",
182376  linebreak="al",
182377  unicodeslot=0x12417,
182378 },
182379 [0x12418]={
182380  category="nl",
182381  description="CUNEIFORM NUMERIC SIGN FOUR GESH0x0002",
182382  direction="l",
182383  linebreak="al",
182384  unicodeslot=0x12418,
182385 },
182386 [0x12419]={
182387  category="nl",
182388  description="CUNEIFORM NUMERIC SIGN FIVE GESH0x0002",
182389  direction="l",
182390  linebreak="al",
182391  unicodeslot=0x12419,
182392 },
182393 [0x1241A]={
182394  category="nl",
182395  description="CUNEIFORM NUMERIC SIGN SIX GESH0x0002",
182396  direction="l",
182397  linebreak="al",
182398  unicodeslot=0x1241A,
182399 },
182400 [0x1241B]={
182401  category="nl",
182402  description="CUNEIFORM NUMERIC SIGN SEVEN GESH0x0002",
182403  direction="l",
182404  linebreak="al",
182405  unicodeslot=0x1241B,
182406 },
182407 [0x1241C]={
182408  category="nl",
182409  description="CUNEIFORM NUMERIC SIGN EIGHT GESH0x0002",
182410  direction="l",
182411  linebreak="al",
182412  unicodeslot=0x1241C,
182413 },
182414 [0x1241D]={
182415  category="nl",
182416  description="CUNEIFORM NUMERIC SIGN NINE GESH0x0002",
182417  direction="l",
182418  linebreak="al",
182419  unicodeslot=0x1241D,
182420 },
182421 [0x1241E]={
182422  category="nl",
182423  description="CUNEIFORM NUMERIC SIGN ONE GESHU",
182424  direction="l",
182425  linebreak="al",
182426  unicodeslot=0x1241E,
182427 },
182428 [0x1241F]={
182429  category="nl",
182430  description="CUNEIFORM NUMERIC SIGN TWO GESHU",
182431  direction="l",
182432  linebreak="al",
182433  unicodeslot=0x1241F,
182434 },
182435 [0x12420]={
182436  category="nl",
182437  description="CUNEIFORM NUMERIC SIGN THREE GESHU",
182438  direction="l",
182439  linebreak="al",
182440  unicodeslot=0x12420,
182441 },
182442 [0x12421]={
182443  category="nl",
182444  description="CUNEIFORM NUMERIC SIGN FOUR GESHU",
182445  direction="l",
182446  linebreak="al",
182447  unicodeslot=0x12421,
182448 },
182449 [0x12422]={
182450  category="nl",
182451  description="CUNEIFORM NUMERIC SIGN FIVE GESHU",
182452  direction="l",
182453  linebreak="al",
182454  unicodeslot=0x12422,
182455 },
182456 [0x12423]={
182457  category="nl",
182458  description="CUNEIFORM NUMERIC SIGN TWO SHAR0x0002",
182459  direction="l",
182460  linebreak="al",
182461  unicodeslot=0x12423,
182462 },
182463 [0x12424]={
182464  category="nl",
182465  description="CUNEIFORM NUMERIC SIGN THREE SHAR0x0002",
182466  direction="l",
182467  linebreak="al",
182468  unicodeslot=0x12424,
182469 },
182470 [0x12425]={
182471  category="nl",
182472  description="CUNEIFORM NUMERIC SIGN THREE SHAR0x0002 VARIANT FORM",
182473  direction="l",
182474  linebreak="al",
182475  unicodeslot=0x12425,
182476 },
182477 [0x12426]={
182478  category="nl",
182479  description="CUNEIFORM NUMERIC SIGN FOUR SHAR0x0002",
182480  direction="l",
182481  linebreak="al",
182482  unicodeslot=0x12426,
182483 },
182484 [0x12427]={
182485  category="nl",
182486  description="CUNEIFORM NUMERIC SIGN FIVE SHAR0x0002",
182487  direction="l",
182488  linebreak="al",
182489  unicodeslot=0x12427,
182490 },
182491 [0x12428]={
182492  category="nl",
182493  description="CUNEIFORM NUMERIC SIGN SIX SHAR0x0002",
182494  direction="l",
182495  linebreak="al",
182496  unicodeslot=0x12428,
182497 },
182498 [0x12429]={
182499  category="nl",
182500  description="CUNEIFORM NUMERIC SIGN SEVEN SHAR0x0002",
182501  direction="l",
182502  linebreak="al",
182503  unicodeslot=0x12429,
182504 },
182505 [0x1242A]={
182506  category="nl",
182507  description="CUNEIFORM NUMERIC SIGN EIGHT SHAR0x0002",
182508  direction="l",
182509  linebreak="al",
182510  unicodeslot=0x1242A,
182511 },
182512 [0x1242B]={
182513  category="nl",
182514  description="CUNEIFORM NUMERIC SIGN NINE SHAR0x0002",
182515  direction="l",
182516  linebreak="al",
182517  unicodeslot=0x1242B,
182518 },
182519 [0x1242C]={
182520  category="nl",
182521  description="CUNEIFORM NUMERIC SIGN ONE SHARU",
182522  direction="l",
182523  linebreak="al",
182524  unicodeslot=0x1242C,
182525 },
182526 [0x1242D]={
182527  category="nl",
182528  description="CUNEIFORM NUMERIC SIGN TWO SHARU",
182529  direction="l",
182530  linebreak="al",
182531  unicodeslot=0x1242D,
182532 },
182533 [0x1242E]={
182534  category="nl",
182535  description="CUNEIFORM NUMERIC SIGN THREE SHARU",
182536  direction="l",
182537  linebreak="al",
182538  unicodeslot=0x1242E,
182539 },
182540 [0x1242F]={
182541  category="nl",
182542  description="CUNEIFORM NUMERIC SIGN THREE SHARU VARIANT FORM",
182543  direction="l",
182544  linebreak="al",
182545  unicodeslot=0x1242F,
182546 },
182547 [0x12430]={
182548  category="nl",
182549  description="CUNEIFORM NUMERIC SIGN FOUR SHARU",
182550  direction="l",
182551  linebreak="al",
182552  unicodeslot=0x12430,
182553 },
182554 [0x12431]={
182555  category="nl",
182556  description="CUNEIFORM NUMERIC SIGN FIVE SHARU",
182557  direction="l",
182558  linebreak="al",
182559  unicodeslot=0x12431,
182560 },
182561 [0x12432]={
182562  category="nl",
182563  description="CUNEIFORM NUMERIC SIGN SHAR0x0002 TIMES GAL PLUS DISH",
182564  direction="l",
182565  linebreak="al",
182566  unicodeslot=0x12432,
182567 },
182568 [0x12433]={
182569  category="nl",
182570  description="CUNEIFORM NUMERIC SIGN SHAR0x0002 TIMES GAL PLUS MIN",
182571  direction="l",
182572  linebreak="al",
182573  unicodeslot=0x12433,
182574 },
182575 [0x12434]={
182576  category="nl",
182577  description="CUNEIFORM NUMERIC SIGN ONE BURU",
182578  direction="l",
182579  linebreak="al",
182580  unicodeslot=0x12434,
182581 },
182582 [0x12435]={
182583  category="nl",
182584  description="CUNEIFORM NUMERIC SIGN TWO BURU",
182585  direction="l",
182586  linebreak="al",
182587  unicodeslot=0x12435,
182588 },
182589 [0x12436]={
182590  category="nl",
182591  description="CUNEIFORM NUMERIC SIGN THREE BURU",
182592  direction="l",
182593  linebreak="al",
182594  unicodeslot=0x12436,
182595 },
182596 [0x12437]={
182597  category="nl",
182598  description="CUNEIFORM NUMERIC SIGN THREE BURU VARIANT FORM",
182599  direction="l",
182600  linebreak="al",
182601  unicodeslot=0x12437,
182602 },
182603 [0x12438]={
182604  category="nl",
182605  description="CUNEIFORM NUMERIC SIGN FOUR BURU",
182606  direction="l",
182607  linebreak="al",
182608  unicodeslot=0x12438,
182609 },
182610 [0x12439]={
182611  category="nl",
182612  description="CUNEIFORM NUMERIC SIGN FIVE BURU",
182613  direction="l",
182614  linebreak="al",
182615  unicodeslot=0x12439,
182616 },
182617 [0x1243A]={
182618  category="nl",
182619  description="CUNEIFORM NUMERIC SIGN THREE VARIANT FORM ESH0x0010",
182620  direction="l",
182621  linebreak="al",
182622  unicodeslot=0x1243A,
182623 },
182624 [0x1243B]={
182625  category="nl",
182626  description="CUNEIFORM NUMERIC SIGN THREE VARIANT FORM ESH0x0015",
182627  direction="l",
182628  linebreak="al",
182629  unicodeslot=0x1243B,
182630 },
182631 [0x1243C]={
182632  category="nl",
182633  description="CUNEIFORM NUMERIC SIGN FOUR VARIANT FORM LIMMU",
182634  direction="l",
182635  linebreak="al",
182636  unicodeslot=0x1243C,
182637 },
182638 [0x1243D]={
182639  category="nl",
182640  description="CUNEIFORM NUMERIC SIGN FOUR VARIANT FORM LIMMU0x0004",
182641  direction="l",
182642  linebreak="al",
182643  unicodeslot=0x1243D,
182644 },
182645 [0x1243E]={
182646  category="nl",
182647  description="CUNEIFORM NUMERIC SIGN FOUR VARIANT FORM LIMMU A",
182648  direction="l",
182649  linebreak="al",
182650  unicodeslot=0x1243E,
182651 },
182652 [0x1243F]={
182653  category="nl",
182654  description="CUNEIFORM NUMERIC SIGN FOUR VARIANT FORM LIMMU B",
182655  direction="l",
182656  linebreak="al",
182657  unicodeslot=0x1243F,
182658 },
182659 [0x12440]={
182660  category="nl",
182661  description="CUNEIFORM NUMERIC SIGN SIX VARIANT FORM ASH0x0009",
182662  direction="l",
182663  linebreak="al",
182664  unicodeslot=0x12440,
182665 },
182666 [0x12441]={
182667  category="nl",
182668  description="CUNEIFORM NUMERIC SIGN SEVEN VARIANT FORM IMIN0x0003",
182669  direction="l",
182670  linebreak="al",
182671  unicodeslot=0x12441,
182672 },
182673 [0x12442]={
182674  category="nl",
182675  description="CUNEIFORM NUMERIC SIGN SEVEN VARIANT FORM IMIN A",
182676  direction="l",
182677  linebreak="al",
182678  unicodeslot=0x12442,
182679 },
182680 [0x12443]={
182681  category="nl",
182682  description="CUNEIFORM NUMERIC SIGN SEVEN VARIANT FORM IMIN B",
182683  direction="l",
182684  linebreak="al",
182685  unicodeslot=0x12443,
182686 },
182687 [0x12444]={
182688  category="nl",
182689  description="CUNEIFORM NUMERIC SIGN EIGHT VARIANT FORM USSU",
182690  direction="l",
182691  linebreak="al",
182692  unicodeslot=0x12444,
182693 },
182694 [0x12445]={
182695  category="nl",
182696  description="CUNEIFORM NUMERIC SIGN EIGHT VARIANT FORM USSU0x0003",
182697  direction="l",
182698  linebreak="al",
182699  unicodeslot=0x12445,
182700 },
182701 [0x12446]={
182702  category="nl",
182703  description="CUNEIFORM NUMERIC SIGN NINE VARIANT FORM ILIMMU",
182704  direction="l",
182705  linebreak="al",
182706  unicodeslot=0x12446,
182707 },
182708 [0x12447]={
182709  category="nl",
182710  description="CUNEIFORM NUMERIC SIGN NINE VARIANT FORM ILIMMU0x0003",
182711  direction="l",
182712  linebreak="al",
182713  unicodeslot=0x12447,
182714 },
182715 [0x12448]={
182716  category="nl",
182717  description="CUNEIFORM NUMERIC SIGN NINE VARIANT FORM ILIMMU0x0004",
182718  direction="l",
182719  linebreak="al",
182720  unicodeslot=0x12448,
182721 },
182722 [0x12449]={
182723  category="nl",
182724  description="CUNEIFORM NUMERIC SIGN NINE VARIANT FORM ILIMMU A",
182725  direction="l",
182726  linebreak="al",
182727  unicodeslot=0x12449,
182728 },
182729 [0x1244A]={
182730  category="nl",
182731  description="CUNEIFORM NUMERIC SIGN TWO ASH TENU",
182732  direction="l",
182733  linebreak="al",
182734  unicodeslot=0x1244A,
182735 },
182736 [0x1244B]={
182737  category="nl",
182738  description="CUNEIFORM NUMERIC SIGN THREE ASH TENU",
182739  direction="l",
182740  linebreak="al",
182741  unicodeslot=0x1244B,
182742 },
182743 [0x1244C]={
182744  category="nl",
182745  description="CUNEIFORM NUMERIC SIGN FOUR ASH TENU",
182746  direction="l",
182747  linebreak="al",
182748  unicodeslot=0x1244C,
182749 },
182750 [0x1244D]={
182751  category="nl",
182752  description="CUNEIFORM NUMERIC SIGN FIVE ASH TENU",
182753  direction="l",
182754  linebreak="al",
182755  unicodeslot=0x1244D,
182756 },
182757 [0x1244E]={
182758  category="nl",
182759  description="CUNEIFORM NUMERIC SIGN SIX ASH TENU",
182760  direction="l",
182761  linebreak="al",
182762  unicodeslot=0x1244E,
182763 },
182764 [0x1244F]={
182765  category="nl",
182766  description="CUNEIFORM NUMERIC SIGN ONE BAN0x0002",
182767  direction="l",
182768  linebreak="al",
182769  unicodeslot=0x1244F,
182770 },
182771 [0x12450]={
182772  category="nl",
182773  description="CUNEIFORM NUMERIC SIGN TWO BAN0x0002",
182774  direction="l",
182775  linebreak="al",
182776  unicodeslot=0x12450,
182777 },
182778 [0x12451]={
182779  category="nl",
182780  description="CUNEIFORM NUMERIC SIGN THREE BAN0x0002",
182781  direction="l",
182782  linebreak="al",
182783  unicodeslot=0x12451,
182784 },
182785 [0x12452]={
182786  category="nl",
182787  description="CUNEIFORM NUMERIC SIGN FOUR BAN0x0002",
182788  direction="l",
182789  linebreak="al",
182790  unicodeslot=0x12452,
182791 },
182792 [0x12453]={
182793  category="nl",
182794  description="CUNEIFORM NUMERIC SIGN FOUR BAN0x0002 VARIANT FORM",
182795  direction="l",
182796  linebreak="al",
182797  unicodeslot=0x12453,
182798 },
182799 [0x12454]={
182800  category="nl",
182801  description="CUNEIFORM NUMERIC SIGN FIVE BAN0x0002",
182802  direction="l",
182803  linebreak="al",
182804  unicodeslot=0x12454,
182805 },
182806 [0x12455]={
182807  category="nl",
182808  description="CUNEIFORM NUMERIC SIGN FIVE BAN0x0002 VARIANT FORM",
182809  direction="l",
182810  linebreak="al",
182811  unicodeslot=0x12455,
182812 },
182813 [0x12456]={
182814  category="nl",
182815  description="CUNEIFORM NUMERIC SIGN NIGIDAMIN",
182816  direction="l",
182817  linebreak="al",
182818  unicodeslot=0x12456,
182819 },
182820 [0x12457]={
182821  category="nl",
182822  description="CUNEIFORM NUMERIC SIGN NIGIDAESH",
182823  direction="l",
182824  linebreak="al",
182825  unicodeslot=0x12457,
182826 },
182827 [0x12458]={
182828  category="nl",
182829  description="CUNEIFORM NUMERIC SIGN ONE ESHE0x0003",
182830  direction="l",
182831  linebreak="al",
182832  unicodeslot=0x12458,
182833 },
182834 [0x12459]={
182835  category="nl",
182836  description="CUNEIFORM NUMERIC SIGN TWO ESHE0x0003",
182837  direction="l",
182838  linebreak="al",
182839  unicodeslot=0x12459,
182840 },
182841 [0x1245A]={
182842  category="nl",
182843  description="CUNEIFORM NUMERIC SIGN ONE THIRD DISH",
182844  direction="l",
182845  linebreak="al",
182846  unicodeslot=0x1245A,
182847 },
182848 [0x1245B]={
182849  category="nl",
182850  description="CUNEIFORM NUMERIC SIGN TWO THIRDS DISH",
182851  direction="l",
182852  linebreak="al",
182853  unicodeslot=0x1245B,
182854 },
182855 [0x1245C]={
182856  category="nl",
182857  description="CUNEIFORM NUMERIC SIGN FIVE SIXTHS DISH",
182858  direction="l",
182859  linebreak="al",
182860  unicodeslot=0x1245C,
182861 },
182862 [0x1245D]={
182863  category="nl",
182864  description="CUNEIFORM NUMERIC SIGN ONE THIRD VARIANT FORM A",
182865  direction="l",
182866  linebreak="al",
182867  unicodeslot=0x1245D,
182868 },
182869 [0x1245E]={
182870  category="nl",
182871  description="CUNEIFORM NUMERIC SIGN TWO THIRDS VARIANT FORM A",
182872  direction="l",
182873  linebreak="al",
182874  unicodeslot=0x1245E,
182875 },
182876 [0x1245F]={
182877  category="nl",
182878  description="CUNEIFORM NUMERIC SIGN ONE EIGHTH ASH",
182879  direction="l",
182880  linebreak="al",
182881  unicodeslot=0x1245F,
182882 },
182883 [0x12460]={
182884  category="nl",
182885  description="CUNEIFORM NUMERIC SIGN ONE QUARTER ASH",
182886  direction="l",
182887  linebreak="al",
182888  unicodeslot=0x12460,
182889 },
182890 [0x12461]={
182891  category="nl",
182892  description="CUNEIFORM NUMERIC SIGN OLD ASSYRIAN ONE SIXTH",
182893  direction="l",
182894  linebreak="al",
182895  unicodeslot=0x12461,
182896 },
182897 [0x12462]={
182898  category="nl",
182899  description="CUNEIFORM NUMERIC SIGN OLD ASSYRIAN ONE QUARTER",
182900  direction="l",
182901  linebreak="al",
182902  unicodeslot=0x12462,
182903 },
182904 [0x12463]={
182905  category="nl",
182906  description="CUNEIFORM NUMERIC SIGN ONE QUARTER GUR",
182907  direction="l",
182908  linebreak="al",
182909  unicodeslot=0x12463,
182910 },
182911 [0x12464]={
182912  category="nl",
182913  description="CUNEIFORM NUMERIC SIGN ONE HALF GUR",
182914  direction="l",
182915  linebreak="al",
182916  unicodeslot=0x12464,
182917 },
182918 [0x12465]={
182919  category="nl",
182920  description="CUNEIFORM NUMERIC SIGN ELAMITE ONE THIRD",
182921  direction="l",
182922  linebreak="al",
182923  unicodeslot=0x12465,
182924 },
182925 [0x12466]={
182926  category="nl",
182927  description="CUNEIFORM NUMERIC SIGN ELAMITE TWO THIRDS",
182928  direction="l",
182929  linebreak="al",
182930  unicodeslot=0x12466,
182931 },
182932 [0x12467]={
182933  category="nl",
182934  description="CUNEIFORM NUMERIC SIGN ELAMITE FORTY",
182935  direction="l",
182936  linebreak="al",
182937  unicodeslot=0x12467,
182938 },
182939 [0x12468]={
182940  category="nl",
182941  description="CUNEIFORM NUMERIC SIGN ELAMITE FIFTY",
182942  direction="l",
182943  linebreak="al",
182944  unicodeslot=0x12468,
182945 },
182946 [0x12469]={
182947  category="nl",
182948  description="CUNEIFORM NUMERIC SIGN FOUR U VARIANT FORM",
182949  direction="l",
182950  linebreak="al",
182951  unicodeslot=0x12469,
182952 },
182953 [0x1246A]={
182954  category="nl",
182955  description="CUNEIFORM NUMERIC SIGN FIVE U VARIANT FORM",
182956  direction="l",
182957  linebreak="al",
182958  unicodeslot=0x1246A,
182959 },
182960 [0x1246B]={
182961  category="nl",
182962  description="CUNEIFORM NUMERIC SIGN SIX U VARIANT FORM",
182963  direction="l",
182964  linebreak="al",
182965  unicodeslot=0x1246B,
182966 },
182967 [0x1246C]={
182968  category="nl",
182969  description="CUNEIFORM NUMERIC SIGN SEVEN U VARIANT FORM",
182970  direction="l",
182971  linebreak="al",
182972  unicodeslot=0x1246C,
182973 },
182974 [0x1246D]={
182975  category="nl",
182976  description="CUNEIFORM NUMERIC SIGN EIGHT U VARIANT FORM",
182977  direction="l",
182978  linebreak="al",
182979  unicodeslot=0x1246D,
182980 },
182981 [0x1246E]={
182982  category="nl",
182983  description="CUNEIFORM NUMERIC SIGN NINE U VARIANT FORM",
182984  direction="l",
182985  linebreak="al",
182986  unicodeslot=0x1246E,
182987 },
182988 [0x12470]={
182989  category="po",
182990  description="CUNEIFORM PUNCTUATION SIGN OLD ASSYRIAN WORD DIVIDER",
182991  direction="l",
182992  linebreak="ba",
182993  unicodeslot=0x12470,
182994 },
182995 [0x12471]={
182996  category="po",
182997  description="CUNEIFORM PUNCTUATION SIGN VERTICAL COLON",
182998  direction="l",
182999  linebreak="ba",
183000  unicodeslot=0x12471,
183001 },
183002 [0x12472]={
183003  category="po",
183004  description="CUNEIFORM PUNCTUATION SIGN DIAGONAL COLON",
183005  direction="l",
183006  linebreak="ba",
183007  unicodeslot=0x12472,
183008 },
183009 [0x12473]={
183010  category="po",
183011  description="CUNEIFORM PUNCTUATION SIGN DIAGONAL TRICOLON",
183012  direction="l",
183013  linebreak="ba",
183014  unicodeslot=0x12473,
183015 },
183016 [0x12474]={
183017  category="po",
183018  description="CUNEIFORM PUNCTUATION SIGN DIAGONAL QUADCOLON",
183019  direction="l",
183020  linebreak="ba",
183021  unicodeslot=0x12474,
183022 },
183023 [0x12480]={
183024  category="lo",
183025  description="CUNEIFORM SIGN AB TIMES NUN TENU",
183026  direction="l",
183027  linebreak="al",
183028  unicodeslot=0x12480,
183029 },
183030 [0x12481]={
183031  category="lo",
183032  description="CUNEIFORM SIGN AB TIMES SHU2",
183033  direction="l",
183034  linebreak="al",
183035  unicodeslot=0x12481,
183036 },
183037 [0x12482]={
183038  category="lo",
183039  description="CUNEIFORM SIGN AD TIMES ESH2",
183040  direction="l",
183041  linebreak="al",
183042  unicodeslot=0x12482,
183043 },
183044 [0x12483]={
183045  category="lo",
183046  description="CUNEIFORM SIGN BAD TIMES DISH TENU",
183047  direction="l",
183048  linebreak="al",
183049  unicodeslot=0x12483,
183050 },
183051 [0x12484]={
183052  category="lo",
183053  description="CUNEIFORM SIGN BAHAR2 TIMES AB2",
183054  direction="l",
183055  linebreak="al",
183056  unicodeslot=0x12484,
183057 },
183058 [0x12485]={
183059  category="lo",
183060  description="CUNEIFORM SIGN BAHAR2 TIMES NI",
183061  direction="l",
183062  linebreak="al",
183063  unicodeslot=0x12485,
183064 },
183065 [0x12486]={
183066  category="lo",
183067  description="CUNEIFORM SIGN BAHAR2 TIMES ZA",
183068  direction="l",
183069  linebreak="al",
183070  unicodeslot=0x12486,
183071 },
183072 [0x12487]={
183073  category="lo",
183074  description="CUNEIFORM SIGN BU OVER BU TIMES NA2",
183075  direction="l",
183076  linebreak="al",
183077  unicodeslot=0x12487,
183078 },
183079 [0x12488]={
183080  category="lo",
183081  description="CUNEIFORM SIGN DA TIMES TAK4",
183082  direction="l",
183083  linebreak="al",
183084  unicodeslot=0x12488,
183085 },
183086 [0x12489]={
183087  category="lo",
183088  description="CUNEIFORM SIGN DAG TIMES KUR",
183089  direction="l",
183090  linebreak="al",
183091  unicodeslot=0x12489,
183092 },
183093 [0x1248A]={
183094  category="lo",
183095  description="CUNEIFORM SIGN DIM TIMES IGI",
183096  direction="l",
183097  linebreak="al",
183098  unicodeslot=0x1248A,
183099 },
183100 [0x1248B]={
183101  category="lo",
183102  description="CUNEIFORM SIGN DIM TIMES U U U",
183103  direction="l",
183104  linebreak="al",
183105  unicodeslot=0x1248B,
183106 },
183107 [0x1248C]={
183108  category="lo",
183109  description="CUNEIFORM SIGN DIM2 TIMES UD",
183110  direction="l",
183111  linebreak="al",
183112  unicodeslot=0x1248C,
183113 },
183114 [0x1248D]={
183115  category="lo",
183116  description="CUNEIFORM SIGN DUG TIMES ANSHE",
183117  direction="l",
183118  linebreak="al",
183119  unicodeslot=0x1248D,
183120 },
183121 [0x1248E]={
183122  category="lo",
183123  description="CUNEIFORM SIGN DUG TIMES ASH",
183124  direction="l",
183125  linebreak="al",
183126  unicodeslot=0x1248E,
183127 },
183128 [0x1248F]={
183129  category="lo",
183130  description="CUNEIFORM SIGN DUG TIMES ASH AT LEFT",
183131  direction="l",
183132  linebreak="al",
183133  unicodeslot=0x1248F,
183134 },
183135 [0x12490]={
183136  category="lo",
183137  description="CUNEIFORM SIGN DUG TIMES DIN",
183138  direction="l",
183139  linebreak="al",
183140  unicodeslot=0x12490,
183141 },
183142 [0x12491]={
183143  category="lo",
183144  description="CUNEIFORM SIGN DUG TIMES DUN",
183145  direction="l",
183146  linebreak="al",
183147  unicodeslot=0x12491,
183148 },
183149 [0x12492]={
183150  category="lo",
183151  description="CUNEIFORM SIGN DUG TIMES ERIN2",
183152  direction="l",
183153  linebreak="al",
183154  unicodeslot=0x12492,
183155 },
183156 [0x12493]={
183157  category="lo",
183158  description="CUNEIFORM SIGN DUG TIMES GA",
183159  direction="l",
183160  linebreak="al",
183161  unicodeslot=0x12493,
183162 },
183163 [0x12494]={
183164  category="lo",
183165  description="CUNEIFORM SIGN DUG TIMES GI",
183166  direction="l",
183167  linebreak="al",
183168  unicodeslot=0x12494,
183169 },
183170 [0x12495]={
183171  category="lo",
183172  description="CUNEIFORM SIGN DUG TIMES GIR2 GUNU",
183173  direction="l",
183174  linebreak="al",
183175  unicodeslot=0x12495,
183176 },
183177 [0x12496]={
183178  category="lo",
183179  description="CUNEIFORM SIGN DUG TIMES GISH",
183180  direction="l",
183181  linebreak="al",
183182  unicodeslot=0x12496,
183183 },
183184 [0x12497]={
183185  category="lo",
183186  description="CUNEIFORM SIGN DUG TIMES HA",
183187  direction="l",
183188  linebreak="al",
183189  unicodeslot=0x12497,
183190 },
183191 [0x12498]={
183192  category="lo",
183193  description="CUNEIFORM SIGN DUG TIMES HI",
183194  direction="l",
183195  linebreak="al",
183196  unicodeslot=0x12498,
183197 },
183198 [0x12499]={
183199  category="lo",
183200  description="CUNEIFORM SIGN DUG TIMES IGI GUNU",
183201  direction="l",
183202  linebreak="al",
183203  unicodeslot=0x12499,
183204 },
183205 [0x1249A]={
183206  category="lo",
183207  description="CUNEIFORM SIGN DUG TIMES KASKAL",
183208  direction="l",
183209  linebreak="al",
183210  unicodeslot=0x1249A,
183211 },
183212 [0x1249B]={
183213  category="lo",
183214  description="CUNEIFORM SIGN DUG TIMES KUR",
183215  direction="l",
183216  linebreak="al",
183217  unicodeslot=0x1249B,
183218 },
183219 [0x1249C]={
183220  category="lo",
183221  description="CUNEIFORM SIGN DUG TIMES KUSHU2",
183222  direction="l",
183223  linebreak="al",
183224  unicodeslot=0x1249C,
183225 },
183226 [0x1249D]={
183227  category="lo",
183228  description="CUNEIFORM SIGN DUG TIMES KUSHU2 PLUS KASKAL",
183229  direction="l",
183230  linebreak="al",
183231  unicodeslot=0x1249D,
183232 },
183233 [0x1249E]={
183234  category="lo",
183235  description="CUNEIFORM SIGN DUG TIMES LAK-020",
183236  direction="l",
183237  linebreak="al",
183238  unicodeslot=0x1249E,
183239 },
183240 [0x1249F]={
183241  category="lo",
183242  description="CUNEIFORM SIGN DUG TIMES LAM",
183243  direction="l",
183244  linebreak="al",
183245  unicodeslot=0x1249F,
183246 },
183247 [0x124A0]={
183248  category="lo",
183249  description="CUNEIFORM SIGN DUG TIMES LAM TIMES KUR",
183250  direction="l",
183251  linebreak="al",
183252  unicodeslot=0x124A0,
183253 },
183254 [0x124A1]={
183255  category="lo",
183256  description="CUNEIFORM SIGN DUG TIMES LUH PLUS GISH",
183257  direction="l",
183258  linebreak="al",
183259  unicodeslot=0x124A1,
183260 },
183261 [0x124A2]={
183262  category="lo",
183263  description="CUNEIFORM SIGN DUG TIMES MASH",
183264  direction="l",
183265  linebreak="al",
183266  unicodeslot=0x124A2,
183267 },
183268 [0x124A3]={
183269  category="lo",
183270  description="CUNEIFORM SIGN DUG TIMES MES",
183271  direction="l",
183272  linebreak="al",
183273  unicodeslot=0x124A3,
183274 },
183275 [0x124A4]={
183276  category="lo",
183277  description="CUNEIFORM SIGN DUG TIMES MI",
183278  direction="l",
183279  linebreak="al",
183280  unicodeslot=0x124A4,
183281 },
183282 [0x124A5]={
183283  category="lo",
183284  description="CUNEIFORM SIGN DUG TIMES NI",
183285  direction="l",
183286  linebreak="al",
183287  unicodeslot=0x124A5,
183288 },
183289 [0x124A6]={
183290  category="lo",
183291  description="CUNEIFORM SIGN DUG TIMES PI",
183292  direction="l",
183293  linebreak="al",
183294  unicodeslot=0x124A6,
183295 },
183296 [0x124A7]={
183297  category="lo",
183298  description="CUNEIFORM SIGN DUG TIMES SHE",
183299  direction="l",
183300  linebreak="al",
183301  unicodeslot=0x124A7,
183302 },
183303 [0x124A8]={
183304  category="lo",
183305  description="CUNEIFORM SIGN DUG TIMES SI GUNU",
183306  direction="l",
183307  linebreak="al",
183308  unicodeslot=0x124A8,
183309 },
183310 [0x124A9]={
183311  category="lo",
183312  description="CUNEIFORM SIGN E2 TIMES KUR",
183313  direction="l",
183314  linebreak="al",
183315  unicodeslot=0x124A9,
183316 },
183317 [0x124AA]={
183318  category="lo",
183319  description="CUNEIFORM SIGN E2 TIMES PAP",
183320  direction="l",
183321  linebreak="al",
183322  unicodeslot=0x124AA,
183323 },
183324 [0x124AB]={
183325  category="lo",
183326  description="CUNEIFORM SIGN ERIN2 X",
183327  direction="l",
183328  linebreak="al",
183329  unicodeslot=0x124AB,
183330 },
183331 [0x124AC]={
183332  category="lo",
183333  description="CUNEIFORM SIGN ESH2 CROSSING ESH2",
183334  direction="l",
183335  linebreak="al",
183336  unicodeslot=0x124AC,
183337 },
183338 [0x124AD]={
183339  category="lo",
183340  description="CUNEIFORM SIGN EZEN SHESHIG TIMES ASH",
183341  direction="l",
183342  linebreak="al",
183343  unicodeslot=0x124AD,
183344 },
183345 [0x124AE]={
183346  category="lo",
183347  description="CUNEIFORM SIGN EZEN SHESHIG TIMES HI",
183348  direction="l",
183349  linebreak="al",
183350  unicodeslot=0x124AE,
183351 },
183352 [0x124AF]={
183353  category="lo",
183354  description="CUNEIFORM SIGN EZEN SHESHIG TIMES IGI GUNU",
183355  direction="l",
183356  linebreak="al",
183357  unicodeslot=0x124AF,
183358 },
183359 [0x124B0]={
183360  category="lo",
183361  description="CUNEIFORM SIGN EZEN SHESHIG TIMES LA",
183362  direction="l",
183363  linebreak="al",
183364  unicodeslot=0x124B0,
183365 },
183366 [0x124B1]={
183367  category="lo",
183368  description="CUNEIFORM SIGN EZEN SHESHIG TIMES LAL",
183369  direction="l",
183370  linebreak="al",
183371  unicodeslot=0x124B1,
183372 },
183373 [0x124B2]={
183374  category="lo",
183375  description="CUNEIFORM SIGN EZEN SHESHIG TIMES ME",
183376  direction="l",
183377  linebreak="al",
183378  unicodeslot=0x124B2,
183379 },
183380 [0x124B3]={
183381  category="lo",
183382  description="CUNEIFORM SIGN EZEN SHESHIG TIMES MES",
183383  direction="l",
183384  linebreak="al",
183385  unicodeslot=0x124B3,
183386 },
183387 [0x124B4]={
183388  category="lo",
183389  description="CUNEIFORM SIGN EZEN SHESHIG TIMES SU",
183390  direction="l",
183391  linebreak="al",
183392  unicodeslot=0x124B4,
183393 },
183394 [0x124B5]={
183395  category="lo",
183396  description="CUNEIFORM SIGN EZEN TIMES SU",
183397  direction="l",
183398  linebreak="al",
183399  unicodeslot=0x124B5,
183400 },
183401 [0x124B6]={
183402  category="lo",
183403  description="CUNEIFORM SIGN GA2 TIMES BAHAR2",
183404  direction="l",
183405  linebreak="al",
183406  unicodeslot=0x124B6,
183407 },
183408 [0x124B7]={
183409  category="lo",
183410  description="CUNEIFORM SIGN GA2 TIMES DIM GUNU",
183411  direction="l",
183412  linebreak="al",
183413  unicodeslot=0x124B7,
183414 },
183415 [0x124B8]={
183416  category="lo",
183417  description="CUNEIFORM SIGN GA2 TIMES DUG TIMES IGI GUNU",
183418  direction="l",
183419  linebreak="al",
183420  unicodeslot=0x124B8,
183421 },
183422 [0x124B9]={
183423  category="lo",
183424  description="CUNEIFORM SIGN GA2 TIMES DUG TIMES KASKAL",
183425  direction="l",
183426  linebreak="al",
183427  unicodeslot=0x124B9,
183428 },
183429 [0x124BA]={
183430  category="lo",
183431  description="CUNEIFORM SIGN GA2 TIMES EREN",
183432  direction="l",
183433  linebreak="al",
183434  unicodeslot=0x124BA,
183435 },
183436 [0x124BB]={
183437  category="lo",
183438  description="CUNEIFORM SIGN GA2 TIMES GA",
183439  direction="l",
183440  linebreak="al",
183441  unicodeslot=0x124BB,
183442 },
183443 [0x124BC]={
183444  category="lo",
183445  description="CUNEIFORM SIGN GA2 TIMES GAR PLUS DI",
183446  direction="l",
183447  linebreak="al",
183448  unicodeslot=0x124BC,
183449 },
183450 [0x124BD]={
183451  category="lo",
183452  description="CUNEIFORM SIGN GA2 TIMES GAR PLUS NE",
183453  direction="l",
183454  linebreak="al",
183455  unicodeslot=0x124BD,
183456 },
183457 [0x124BE]={
183458  category="lo",
183459  description="CUNEIFORM SIGN GA2 TIMES HA PLUS A",
183460  direction="l",
183461  linebreak="al",
183462  unicodeslot=0x124BE,
183463 },
183464 [0x124BF]={
183465  category="lo",
183466  description="CUNEIFORM SIGN GA2 TIMES KUSHU2 PLUS KASKAL",
183467  direction="l",
183468  linebreak="al",
183469  unicodeslot=0x124BF,
183470 },
183471 [0x124C0]={
183472  category="lo",
183473  description="CUNEIFORM SIGN GA2 TIMES LAM",
183474  direction="l",
183475  linebreak="al",
183476  unicodeslot=0x124C0,
183477 },
183478 [0x124C1]={
183479  category="lo",
183480  description="CUNEIFORM SIGN GA2 TIMES LAM TIMES KUR",
183481  direction="l",
183482  linebreak="al",
183483  unicodeslot=0x124C1,
183484 },
183485 [0x124C2]={
183486  category="lo",
183487  description="CUNEIFORM SIGN GA2 TIMES LUH",
183488  direction="l",
183489  linebreak="al",
183490  unicodeslot=0x124C2,
183491 },
183492 [0x124C3]={
183493  category="lo",
183494  description="CUNEIFORM SIGN GA2 TIMES MUSH",
183495  direction="l",
183496  linebreak="al",
183497  unicodeslot=0x124C3,
183498 },
183499 [0x124C4]={
183500  category="lo",
183501  description="CUNEIFORM SIGN GA2 TIMES NE",
183502  direction="l",
183503  linebreak="al",
183504  unicodeslot=0x124C4,
183505 },
183506 [0x124C5]={
183507  category="lo",
183508  description="CUNEIFORM SIGN GA2 TIMES NE PLUS E2",
183509  direction="l",
183510  linebreak="al",
183511  unicodeslot=0x124C5,
183512 },
183513 [0x124C6]={
183514  category="lo",
183515  description="CUNEIFORM SIGN GA2 TIMES NE PLUS GI",
183516  direction="l",
183517  linebreak="al",
183518  unicodeslot=0x124C6,
183519 },
183520 [0x124C7]={
183521  category="lo",
183522  description="CUNEIFORM SIGN GA2 TIMES SHIM",
183523  direction="l",
183524  linebreak="al",
183525  unicodeslot=0x124C7,
183526 },
183527 [0x124C8]={
183528  category="lo",
183529  description="CUNEIFORM SIGN GA2 TIMES ZIZ2",
183530  direction="l",
183531  linebreak="al",
183532  unicodeslot=0x124C8,
183533 },
183534 [0x124C9]={
183535  category="lo",
183536  description="CUNEIFORM SIGN GABA ROTATED NINETY DEGREES",
183537  direction="l",
183538  linebreak="al",
183539  unicodeslot=0x124C9,
183540 },
183541 [0x124CA]={
183542  category="lo",
183543  description="CUNEIFORM SIGN GESHTIN TIMES U",
183544  direction="l",
183545  linebreak="al",
183546  unicodeslot=0x124CA,
183547 },
183548 [0x124CB]={
183549  category="lo",
183550  description="CUNEIFORM SIGN GISH TIMES GISH CROSSING GISH",
183551  direction="l",
183552  linebreak="al",
183553  unicodeslot=0x124CB,
183554 },
183555 [0x124CC]={
183556  category="lo",
183557  description="CUNEIFORM SIGN GU2 TIMES IGI GUNU",
183558  direction="l",
183559  linebreak="al",
183560  unicodeslot=0x124CC,
183561 },
183562 [0x124CD]={
183563  category="lo",
183564  description="CUNEIFORM SIGN GUD PLUS GISH TIMES TAK4",
183565  direction="l",
183566  linebreak="al",
183567  unicodeslot=0x124CD,
183568 },
183569 [0x124CE]={
183570  category="lo",
183571  description="CUNEIFORM SIGN HA TENU GUNU",
183572  direction="l",
183573  linebreak="al",
183574  unicodeslot=0x124CE,
183575 },
183576 [0x124CF]={
183577  category="lo",
183578  description="CUNEIFORM SIGN HI TIMES ASH OVER HI TIMES ASH",
183579  direction="l",
183580  linebreak="al",
183581  unicodeslot=0x124CF,
183582 },
183583 [0x124D0]={
183584  category="lo",
183585  description="CUNEIFORM SIGN KA TIMES BU",
183586  direction="l",
183587  linebreak="al",
183588  unicodeslot=0x124D0,
183589 },
183590 [0x124D1]={
183591  category="lo",
183592  description="CUNEIFORM SIGN KA TIMES KA",
183593  direction="l",
183594  linebreak="al",
183595  unicodeslot=0x124D1,
183596 },
183597 [0x124D2]={
183598  category="lo",
183599  description="CUNEIFORM SIGN KA TIMES U U U",
183600  direction="l",
183601  linebreak="al",
183602  unicodeslot=0x124D2,
183603 },
183604 [0x124D3]={
183605  category="lo",
183606  description="CUNEIFORM SIGN KA TIMES UR",
183607  direction="l",
183608  linebreak="al",
183609  unicodeslot=0x124D3,
183610 },
183611 [0x124D4]={
183612  category="lo",
183613  description="CUNEIFORM SIGN LAGAB TIMES ZU OVER ZU",
183614  direction="l",
183615  linebreak="al",
183616  unicodeslot=0x124D4,
183617 },
183618 [0x124D5]={
183619  category="lo",
183620  description="CUNEIFORM SIGN LAK-003",
183621  direction="l",
183622  linebreak="al",
183623  unicodeslot=0x124D5,
183624 },
183625 [0x124D6]={
183626  category="lo",
183627  description="CUNEIFORM SIGN LAK-021",
183628  direction="l",
183629  linebreak="al",
183630  unicodeslot=0x124D6,
183631 },
183632 [0x124D7]={
183633  category="lo",
183634  description="CUNEIFORM SIGN LAK-025",
183635  direction="l",
183636  linebreak="al",
183637  unicodeslot=0x124D7,
183638 },
183639 [0x124D8]={
183640  category="lo",
183641  description="CUNEIFORM SIGN LAK-030",
183642  direction="l",
183643  linebreak="al",
183644  unicodeslot=0x124D8,
183645 },
183646 [0x124D9]={
183647  category="lo",
183648  description="CUNEIFORM SIGN LAK-050",
183649  direction="l",
183650  linebreak="al",
183651  unicodeslot=0x124D9,
183652 },
183653 [0x124DA]={
183654  category="lo",
183655  description="CUNEIFORM SIGN LAK-051",
183656  direction="l",
183657  linebreak="al",
183658  unicodeslot=0x124DA,
183659 },
183660 [0x124DB]={
183661  category="lo",
183662  description="CUNEIFORM SIGN LAK-062",
183663  direction="l",
183664  linebreak="al",
183665  unicodeslot=0x124DB,
183666 },
183667 [0x124DC]={
183668  category="lo",
183669  description="CUNEIFORM SIGN LAK-079 OVER LAK-079 GUNU",
183670  direction="l",
183671  linebreak="al",
183672  unicodeslot=0x124DC,
183673 },
183674 [0x124DD]={
183675  category="lo",
183676  description="CUNEIFORM SIGN LAK-080",
183677  direction="l",
183678  linebreak="al",
183679  unicodeslot=0x124DD,
183680 },
183681 [0x124DE]={
183682  category="lo",
183683  description="CUNEIFORM SIGN LAK-081 OVER LAK-081",
183684  direction="l",
183685  linebreak="al",
183686  unicodeslot=0x124DE,
183687 },
183688 [0x124DF]={
183689  category="lo",
183690  description="CUNEIFORM SIGN LAK-092",
183691  direction="l",
183692  linebreak="al",
183693  unicodeslot=0x124DF,
183694 },
183695 [0x124E0]={
183696  category="lo",
183697  description="CUNEIFORM SIGN LAK-130",
183698  direction="l",
183699  linebreak="al",
183700  unicodeslot=0x124E0,
183701 },
183702 [0x124E1]={
183703  category="lo",
183704  description="CUNEIFORM SIGN LAK-142",
183705  direction="l",
183706  linebreak="al",
183707  unicodeslot=0x124E1,
183708 },
183709 [0x124E2]={
183710  category="lo",
183711  description="CUNEIFORM SIGN LAK-210",
183712  direction="l",
183713  linebreak="al",
183714  unicodeslot=0x124E2,
183715 },
183716 [0x124E3]={
183717  category="lo",
183718  description="CUNEIFORM SIGN LAK-219",
183719  direction="l",
183720  linebreak="al",
183721  unicodeslot=0x124E3,
183722 },
183723 [0x124E4]={
183724  category="lo",
183725  description="CUNEIFORM SIGN LAK-220",
183726  direction="l",
183727  linebreak="al",
183728  unicodeslot=0x124E4,
183729 },
183730 [0x124E5]={
183731  category="lo",
183732  description="CUNEIFORM SIGN LAK-225",
183733  direction="l",
183734  linebreak="al",
183735  unicodeslot=0x124E5,
183736 },
183737 [0x124E6]={
183738  category="lo",
183739  description="CUNEIFORM SIGN LAK-228",
183740  direction="l",
183741  linebreak="al",
183742  unicodeslot=0x124E6,
183743 },
183744 [0x124E7]={
183745  category="lo",
183746  description="CUNEIFORM SIGN LAK-238",
183747  direction="l",
183748  linebreak="al",
183749  unicodeslot=0x124E7,
183750 },
183751 [0x124E8]={
183752  category="lo",
183753  description="CUNEIFORM SIGN LAK-265",
183754  direction="l",
183755  linebreak="al",
183756  unicodeslot=0x124E8,
183757 },
183758 [0x124E9]={
183759  category="lo",
183760  description="CUNEIFORM SIGN LAK-266",
183761  direction="l",
183762  linebreak="al",
183763  unicodeslot=0x124E9,
183764 },
183765 [0x124EA]={
183766  category="lo",
183767  description="CUNEIFORM SIGN LAK-343",
183768  direction="l",
183769  linebreak="al",
183770  unicodeslot=0x124EA,
183771 },
183772 [0x124EB]={
183773  category="lo",
183774  description="CUNEIFORM SIGN LAK-347",
183775  direction="l",
183776  linebreak="al",
183777  unicodeslot=0x124EB,
183778 },
183779 [0x124EC]={
183780  category="lo",
183781  description="CUNEIFORM SIGN LAK-348",
183782  direction="l",
183783  linebreak="al",
183784  unicodeslot=0x124EC,
183785 },
183786 [0x124ED]={
183787  category="lo",
183788  description="CUNEIFORM SIGN LAK-383",
183789  direction="l",
183790  linebreak="al",
183791  unicodeslot=0x124ED,
183792 },
183793 [0x124EE]={
183794  category="lo",
183795  description="CUNEIFORM SIGN LAK-384",
183796  direction="l",
183797  linebreak="al",
183798  unicodeslot=0x124EE,
183799 },
183800 [0x124EF]={
183801  category="lo",
183802  description="CUNEIFORM SIGN LAK-390",
183803  direction="l",
183804  linebreak="al",
183805  unicodeslot=0x124EF,
183806 },
183807 [0x124F0]={
183808  category="lo",
183809  description="CUNEIFORM SIGN LAK-441",
183810  direction="l",
183811  linebreak="al",
183812  unicodeslot=0x124F0,
183813 },
183814 [0x124F1]={
183815  category="lo",
183816  description="CUNEIFORM SIGN LAK-449",
183817  direction="l",
183818  linebreak="al",
183819  unicodeslot=0x124F1,
183820 },
183821 [0x124F2]={
183822  category="lo",
183823  description="CUNEIFORM SIGN LAK-449 TIMES GU",
183824  direction="l",
183825  linebreak="al",
183826  unicodeslot=0x124F2,
183827 },
183828 [0x124F3]={
183829  category="lo",
183830  description="CUNEIFORM SIGN LAK-449 TIMES IGI",
183831  direction="l",
183832  linebreak="al",
183833  unicodeslot=0x124F3,
183834 },
183835 [0x124F4]={
183836  category="lo",
183837  description="CUNEIFORM SIGN LAK-449 TIMES PAP PLUS LU3",
183838  direction="l",
183839  linebreak="al",
183840  unicodeslot=0x124F4,
183841 },
183842 [0x124F5]={
183843  category="lo",
183844  description="CUNEIFORM SIGN LAK-449 TIMES PAP PLUS PAP PLUS LU3",
183845  direction="l",
183846  linebreak="al",
183847  unicodeslot=0x124F5,
183848 },
183849 [0x124F6]={
183850  category="lo",
183851  description="CUNEIFORM SIGN LAK-449 TIMES U2 PLUS BA",
183852  direction="l",
183853  linebreak="al",
183854  unicodeslot=0x124F6,
183855 },
183856 [0x124F7]={
183857  category="lo",
183858  description="CUNEIFORM SIGN LAK-450",
183859  direction="l",
183860  linebreak="al",
183861  unicodeslot=0x124F7,
183862 },
183863 [0x124F8]={
183864  category="lo",
183865  description="CUNEIFORM SIGN LAK-457",
183866  direction="l",
183867  linebreak="al",
183868  unicodeslot=0x124F8,
183869 },
183870 [0x124F9]={
183871  category="lo",
183872  description="CUNEIFORM SIGN LAK-470",
183873  direction="l",
183874  linebreak="al",
183875  unicodeslot=0x124F9,
183876 },
183877 [0x124FA]={
183878  category="lo",
183879  description="CUNEIFORM SIGN LAK-483",
183880  direction="l",
183881  linebreak="al",
183882  unicodeslot=0x124FA,
183883 },
183884 [0x124FB]={
183885  category="lo",
183886  description="CUNEIFORM SIGN LAK-490",
183887  direction="l",
183888  linebreak="al",
183889  unicodeslot=0x124FB,
183890 },
183891 [0x124FC]={
183892  category="lo",
183893  description="CUNEIFORM SIGN LAK-492",
183894  direction="l",
183895  linebreak="al",
183896  unicodeslot=0x124FC,
183897 },
183898 [0x124FD]={
183899  category="lo",
183900  description="CUNEIFORM SIGN LAK-493",
183901  direction="l",
183902  linebreak="al",
183903  unicodeslot=0x124FD,
183904 },
183905 [0x124FE]={
183906  category="lo",
183907  description="CUNEIFORM SIGN LAK-495",
183908  direction="l",
183909  linebreak="al",
183910  unicodeslot=0x124FE,
183911 },
183912 [0x124FF]={
183913  category="lo",
183914  description="CUNEIFORM SIGN LAK-550",
183915  direction="l",
183916  linebreak="al",
183917  unicodeslot=0x124FF,
183918 },
183919 [0x12500]={
183920  category="lo",
183921  description="CUNEIFORM SIGN LAK-608",
183922  direction="l",
183923  linebreak="al",
183924  unicodeslot=0x12500,
183925 },
183926 [0x12501]={
183927  category="lo",
183928  description="CUNEIFORM SIGN LAK-617",
183929  direction="l",
183930  linebreak="al",
183931  unicodeslot=0x12501,
183932 },
183933 [0x12502]={
183934  category="lo",
183935  description="CUNEIFORM SIGN LAK-617 TIMES ASH",
183936  direction="l",
183937  linebreak="al",
183938  unicodeslot=0x12502,
183939 },
183940 [0x12503]={
183941  category="lo",
183942  description="CUNEIFORM SIGN LAK-617 TIMES BAD",
183943  direction="l",
183944  linebreak="al",
183945  unicodeslot=0x12503,
183946 },
183947 [0x12504]={
183948  category="lo",
183949  description="CUNEIFORM SIGN LAK-617 TIMES DUN3 GUNU GUNU",
183950  direction="l",
183951  linebreak="al",
183952  unicodeslot=0x12504,
183953 },
183954 [0x12505]={
183955  category="lo",
183956  description="CUNEIFORM SIGN LAK-617 TIMES KU3",
183957  direction="l",
183958  linebreak="al",
183959  unicodeslot=0x12505,
183960 },
183961 [0x12506]={
183962  category="lo",
183963  description="CUNEIFORM SIGN LAK-617 TIMES LA",
183964  direction="l",
183965  linebreak="al",
183966  unicodeslot=0x12506,
183967 },
183968 [0x12507]={
183969  category="lo",
183970  description="CUNEIFORM SIGN LAK-617 TIMES TAR",
183971  direction="l",
183972  linebreak="al",
183973  unicodeslot=0x12507,
183974 },
183975 [0x12508]={
183976  category="lo",
183977  description="CUNEIFORM SIGN LAK-617 TIMES TE",
183978  direction="l",
183979  linebreak="al",
183980  unicodeslot=0x12508,
183981 },
183982 [0x12509]={
183983  category="lo",
183984  description="CUNEIFORM SIGN LAK-617 TIMES U2",
183985  direction="l",
183986  linebreak="al",
183987  unicodeslot=0x12509,
183988 },
183989 [0x1250A]={
183990  category="lo",
183991  description="CUNEIFORM SIGN LAK-617 TIMES UD",
183992  direction="l",
183993  linebreak="al",
183994  unicodeslot=0x1250A,
183995 },
183996 [0x1250B]={
183997  category="lo",
183998  description="CUNEIFORM SIGN LAK-617 TIMES URUDA",
183999  direction="l",
184000  linebreak="al",
184001  unicodeslot=0x1250B,
184002 },
184003 [0x1250C]={
184004  category="lo",
184005  description="CUNEIFORM SIGN LAK-636",
184006  direction="l",
184007  linebreak="al",
184008  unicodeslot=0x1250C,
184009 },
184010 [0x1250D]={
184011  category="lo",
184012  description="CUNEIFORM SIGN LAK-648",
184013  direction="l",
184014  linebreak="al",
184015  unicodeslot=0x1250D,
184016 },
184017 [0x1250E]={
184018  category="lo",
184019  description="CUNEIFORM SIGN LAK-648 TIMES DUB",
184020  direction="l",
184021  linebreak="al",
184022  unicodeslot=0x1250E,
184023 },
184024 [0x1250F]={
184025  category="lo",
184026  description="CUNEIFORM SIGN LAK-648 TIMES GA",
184027  direction="l",
184028  linebreak="al",
184029  unicodeslot=0x1250F,
184030 },
184031 [0x12510]={
184032  category="lo",
184033  description="CUNEIFORM SIGN LAK-648 TIMES IGI",
184034  direction="l",
184035  linebreak="al",
184036  unicodeslot=0x12510,
184037 },
184038 [0x12511]={
184039  category="lo",
184040  description="CUNEIFORM SIGN LAK-648 TIMES IGI GUNU",
184041  direction="l",
184042  linebreak="al",
184043  unicodeslot=0x12511,
184044 },
184045 [0x12512]={
184046  category="lo",
184047  description="CUNEIFORM SIGN LAK-648 TIMES NI",
184048  direction="l",
184049  linebreak="al",
184050  unicodeslot=0x12512,
184051 },
184052 [0x12513]={
184053  category="lo",
184054  description="CUNEIFORM SIGN LAK-648 TIMES PAP PLUS PAP PLUS LU3",
184055  direction="l",
184056  linebreak="al",
184057  unicodeslot=0x12513,
184058 },
184059 [0x12514]={
184060  category="lo",
184061  description="CUNEIFORM SIGN LAK-648 TIMES SHESH PLUS KI",
184062  direction="l",
184063  linebreak="al",
184064  unicodeslot=0x12514,
184065 },
184066 [0x12515]={
184067  category="lo",
184068  description="CUNEIFORM SIGN LAK-648 TIMES UD",
184069  direction="l",
184070  linebreak="al",
184071  unicodeslot=0x12515,
184072 },
184073 [0x12516]={
184074  category="lo",
184075  description="CUNEIFORM SIGN LAK-648 TIMES URUDA",
184076  direction="l",
184077  linebreak="al",
184078  unicodeslot=0x12516,
184079 },
184080 [0x12517]={
184081  category="lo",
184082  description="CUNEIFORM SIGN LAK-724",
184083  direction="l",
184084  linebreak="al",
184085  unicodeslot=0x12517,
184086 },
184087 [0x12518]={
184088  category="lo",
184089  description="CUNEIFORM SIGN LAK-749",
184090  direction="l",
184091  linebreak="al",
184092  unicodeslot=0x12518,
184093 },
184094 [0x12519]={
184095  category="lo",
184096  description="CUNEIFORM SIGN LU2 GUNU TIMES ASH",
184097  direction="l",
184098  linebreak="al",
184099  unicodeslot=0x12519,
184100 },
184101 [0x1251A]={
184102  category="lo",
184103  description="CUNEIFORM SIGN LU2 TIMES DISH",
184104  direction="l",
184105  linebreak="al",
184106  unicodeslot=0x1251A,
184107 },
184108 [0x1251B]={
184109  category="lo",
184110  description="CUNEIFORM SIGN LU2 TIMES HAL",
184111  direction="l",
184112  linebreak="al",
184113  unicodeslot=0x1251B,
184114 },
184115 [0x1251C]={
184116  category="lo",
184117  description="CUNEIFORM SIGN LU2 TIMES PAP",
184118  direction="l",
184119  linebreak="al",
184120  unicodeslot=0x1251C,
184121 },
184122 [0x1251D]={
184123  category="lo",
184124  description="CUNEIFORM SIGN LU2 TIMES PAP PLUS PAP PLUS LU3",
184125  direction="l",
184126  linebreak="al",
184127  unicodeslot=0x1251D,
184128 },
184129 [0x1251E]={
184130  category="lo",
184131  description="CUNEIFORM SIGN LU2 TIMES TAK4",
184132  direction="l",
184133  linebreak="al",
184134  unicodeslot=0x1251E,
184135 },
184136 [0x1251F]={
184137  category="lo",
184138  description="CUNEIFORM SIGN MI PLUS ZA7",
184139  direction="l",
184140  linebreak="al",
184141  unicodeslot=0x1251F,
184142 },
184143 [0x12520]={
184144  category="lo",
184145  description="CUNEIFORM SIGN MUSH OVER MUSH TIMES GA",
184146  direction="l",
184147  linebreak="al",
184148  unicodeslot=0x12520,
184149 },
184150 [0x12521]={
184151  category="lo",
184152  description="CUNEIFORM SIGN MUSH OVER MUSH TIMES KAK",
184153  direction="l",
184154  linebreak="al",
184155  unicodeslot=0x12521,
184156 },
184157 [0x12522]={
184158  category="lo",
184159  description="CUNEIFORM SIGN NINDA2 TIMES DIM GUNU",
184160  direction="l",
184161  linebreak="al",
184162  unicodeslot=0x12522,
184163 },
184164 [0x12523]={
184165  category="lo",
184166  description="CUNEIFORM SIGN NINDA2 TIMES GISH",
184167  direction="l",
184168  linebreak="al",
184169  unicodeslot=0x12523,
184170 },
184171 [0x12524]={
184172  category="lo",
184173  description="CUNEIFORM SIGN NINDA2 TIMES GUL",
184174  direction="l",
184175  linebreak="al",
184176  unicodeslot=0x12524,
184177 },
184178 [0x12525]={
184179  category="lo",
184180  description="CUNEIFORM SIGN NINDA2 TIMES HI",
184181  direction="l",
184182  linebreak="al",
184183  unicodeslot=0x12525,
184184 },
184185 [0x12526]={
184186  category="lo",
184187  description="CUNEIFORM SIGN NINDA2 TIMES KESH2",
184188  direction="l",
184189  linebreak="al",
184190  unicodeslot=0x12526,
184191 },
184192 [0x12527]={
184193  category="lo",
184194  description="CUNEIFORM SIGN NINDA2 TIMES LAK-050",
184195  direction="l",
184196  linebreak="al",
184197  unicodeslot=0x12527,
184198 },
184199 [0x12528]={
184200  category="lo",
184201  description="CUNEIFORM SIGN NINDA2 TIMES MASH",
184202  direction="l",
184203  linebreak="al",
184204  unicodeslot=0x12528,
184205 },
184206 [0x12529]={
184207  category="lo",
184208  description="CUNEIFORM SIGN NINDA2 TIMES PAP PLUS PAP",
184209  direction="l",
184210  linebreak="al",
184211  unicodeslot=0x12529,
184212 },
184213 [0x1252A]={
184214  category="lo",
184215  description="CUNEIFORM SIGN NINDA2 TIMES U",
184216  direction="l",
184217  linebreak="al",
184218  unicodeslot=0x1252A,
184219 },
184220 [0x1252B]={
184221  category="lo",
184222  description="CUNEIFORM SIGN NINDA2 TIMES U PLUS U",
184223  direction="l",
184224  linebreak="al",
184225  unicodeslot=0x1252B,
184226 },
184227 [0x1252C]={
184228  category="lo",
184229  description="CUNEIFORM SIGN NINDA2 TIMES URUDA",
184230  direction="l",
184231  linebreak="al",
184232  unicodeslot=0x1252C,
184233 },
184234 [0x1252D]={
184235  category="lo",
184236  description="CUNEIFORM SIGN SAG GUNU TIMES HA",
184237  direction="l",
184238  linebreak="al",
184239  unicodeslot=0x1252D,
184240 },
184241 [0x1252E]={
184242  category="lo",
184243  description="CUNEIFORM SIGN SAG TIMES EN",
184244  direction="l",
184245  linebreak="al",
184246  unicodeslot=0x1252E,
184247 },
184248 [0x1252F]={
184249  category="lo",
184250  description="CUNEIFORM SIGN SAG TIMES SHE AT LEFT",
184251  direction="l",
184252  linebreak="al",
184253  unicodeslot=0x1252F,
184254 },
184255 [0x12530]={
184256  category="lo",
184257  description="CUNEIFORM SIGN SAG TIMES TAK4",
184258  direction="l",
184259  linebreak="al",
184260  unicodeslot=0x12530,
184261 },
184262 [0x12531]={
184263  category="lo",
184264  description="CUNEIFORM SIGN SHA6 TENU",
184265  direction="l",
184266  linebreak="al",
184267  unicodeslot=0x12531,
184268 },
184269 [0x12532]={
184270  category="lo",
184271  description="CUNEIFORM SIGN SHE OVER SHE",
184272  direction="l",
184273  linebreak="al",
184274  unicodeslot=0x12532,
184275 },
184276 [0x12533]={
184277  category="lo",
184278  description="CUNEIFORM SIGN SHE PLUS HUB2",
184279  direction="l",
184280  linebreak="al",
184281  unicodeslot=0x12533,
184282 },
184283 [0x12534]={
184284  category="lo",
184285  description="CUNEIFORM SIGN SHE PLUS NAM2",
184286  direction="l",
184287  linebreak="al",
184288  unicodeslot=0x12534,
184289 },
184290 [0x12535]={
184291  category="lo",
184292  description="CUNEIFORM SIGN SHE PLUS SAR",
184293  direction="l",
184294  linebreak="al",
184295  unicodeslot=0x12535,
184296 },
184297 [0x12536]={
184298  category="lo",
184299  description="CUNEIFORM SIGN SHU2 PLUS DUG TIMES NI",
184300  direction="l",
184301  linebreak="al",
184302  unicodeslot=0x12536,
184303 },
184304 [0x12537]={
184305  category="lo",
184306  description="CUNEIFORM SIGN SHU2 PLUS E2 TIMES AN",
184307  direction="l",
184308  linebreak="al",
184309  unicodeslot=0x12537,
184310 },
184311 [0x12538]={
184312  category="lo",
184313  description="CUNEIFORM SIGN SI TIMES TAK4",
184314  direction="l",
184315  linebreak="al",
184316  unicodeslot=0x12538,
184317 },
184318 [0x12539]={
184319  category="lo",
184320  description="CUNEIFORM SIGN TAK4 PLUS SAG",
184321  direction="l",
184322  linebreak="al",
184323  unicodeslot=0x12539,
184324 },
184325 [0x1253A]={
184326  category="lo",
184327  description="CUNEIFORM SIGN TUM TIMES GAN2 TENU",
184328  direction="l",
184329  linebreak="al",
184330  unicodeslot=0x1253A,
184331 },
184332 [0x1253B]={
184333  category="lo",
184334  description="CUNEIFORM SIGN TUM TIMES THREE DISH",
184335  direction="l",
184336  linebreak="al",
184337  unicodeslot=0x1253B,
184338 },
184339 [0x1253C]={
184340  category="lo",
184341  description="CUNEIFORM SIGN UR2 INVERTED",
184342  direction="l",
184343  linebreak="al",
184344  unicodeslot=0x1253C,
184345 },
184346 [0x1253D]={
184347  category="lo",
184348  description="CUNEIFORM SIGN UR2 TIMES UD",
184349  direction="l",
184350  linebreak="al",
184351  unicodeslot=0x1253D,
184352 },
184353 [0x1253E]={
184354  category="lo",
184355  description="CUNEIFORM SIGN URU TIMES DARA3",
184356  direction="l",
184357  linebreak="al",
184358  unicodeslot=0x1253E,
184359 },
184360 [0x1253F]={
184361  category="lo",
184362  description="CUNEIFORM SIGN URU TIMES LAK-668",
184363  direction="l",
184364  linebreak="al",
184365  unicodeslot=0x1253F,
184366 },
184367 [0x12540]={
184368  category="lo",
184369  description="CUNEIFORM SIGN URU TIMES LU3",
184370  direction="l",
184371  linebreak="al",
184372  unicodeslot=0x12540,
184373 },
184374 [0x12541]={
184375  category="lo",
184376  description="CUNEIFORM SIGN ZA7",
184377  direction="l",
184378  linebreak="al",
184379  unicodeslot=0x12541,
184380 },
184381 [0x12542]={
184382  category="lo",
184383  description="CUNEIFORM SIGN ZU OVER ZU PLUS SAR",
184384  direction="l",
184385  linebreak="al",
184386  unicodeslot=0x12542,
184387 },
184388 [0x12543]={
184389  category="lo",
184390  description="CUNEIFORM SIGN ZU5 TIMES THREE DISH TENU",
184391  direction="l",
184392  linebreak="al",
184393  unicodeslot=0x12543,
184394 },
184395 [0x12F90]={
184396  category="lo",
184397  description="CYPRO-MINOAN SIGN CM001",
184398  direction="l",
184399  linebreak="al",
184400  unicodeslot=0x12F90,
184401 },
184402 [0x12F91]={
184403  category="lo",
184404  description="CYPRO-MINOAN SIGN CM002",
184405  direction="l",
184406  linebreak="al",
184407  unicodeslot=0x12F91,
184408 },
184409 [0x12F92]={
184410  category="lo",
184411  description="CYPRO-MINOAN SIGN CM004",
184412  direction="l",
184413  linebreak="al",
184414  unicodeslot=0x12F92,
184415 },
184416 [0x12F93]={
184417  category="lo",
184418  description="CYPRO-MINOAN SIGN CM005",
184419  direction="l",
184420  linebreak="al",
184421  unicodeslot=0x12F93,
184422 },
184423 [0x12F94]={
184424  category="lo",
184425  description="CYPRO-MINOAN SIGN CM006",
184426  direction="l",
184427  linebreak="al",
184428  unicodeslot=0x12F94,
184429 },
184430 [0x12F95]={
184431  category="lo",
184432  description="CYPRO-MINOAN SIGN CM007",
184433  direction="l",
184434  linebreak="al",
184435  unicodeslot=0x12F95,
184436 },
184437 [0x12F96]={
184438  category="lo",
184439  description="CYPRO-MINOAN SIGN CM008",
184440  direction="l",
184441  linebreak="al",
184442  unicodeslot=0x12F96,
184443 },
184444 [0x12F97]={
184445  category="lo",
184446  description="CYPRO-MINOAN SIGN CM009",
184447  direction="l",
184448  linebreak="al",
184449  unicodeslot=0x12F97,
184450 },
184451 [0x12F98]={
184452  category="lo",
184453  description="CYPRO-MINOAN SIGN CM010",
184454  direction="l",
184455  linebreak="al",
184456  unicodeslot=0x12F98,
184457 },
184458 [0x12F99]={
184459  category="lo",
184460  description="CYPRO-MINOAN SIGN CM011",
184461  direction="l",
184462  linebreak="al",
184463  unicodeslot=0x12F99,
184464 },
184465 [0x12F9A]={
184466  category="lo",
184467  description="CYPRO-MINOAN SIGN CM012",
184468  direction="l",
184469  linebreak="al",
184470  unicodeslot=0x12F9A,
184471 },
184472 [0x12F9B]={
184473  category="lo",
184474  description="CYPRO-MINOAN SIGN CM012B",
184475  direction="l",
184476  linebreak="al",
184477  unicodeslot=0x12F9B,
184478 },
184479 [0x12F9C]={
184480  category="lo",
184481  description="CYPRO-MINOAN SIGN CM013",
184482  direction="l",
184483  linebreak="al",
184484  unicodeslot=0x12F9C,
184485 },
184486 [0x12F9D]={
184487  category="lo",
184488  description="CYPRO-MINOAN SIGN CM015",
184489  direction="l",
184490  linebreak="al",
184491  unicodeslot=0x12F9D,
184492 },
184493 [0x12F9E]={
184494  category="lo",
184495  description="CYPRO-MINOAN SIGN CM017",
184496  direction="l",
184497  linebreak="al",
184498  unicodeslot=0x12F9E,
184499 },
184500 [0x12F9F]={
184501  category="lo",
184502  description="CYPRO-MINOAN SIGN CM019",
184503  direction="l",
184504  linebreak="al",
184505  unicodeslot=0x12F9F,
184506 },
184507 [0x12FA0]={
184508  category="lo",
184509  description="CYPRO-MINOAN SIGN CM021",
184510  direction="l",
184511  linebreak="al",
184512  unicodeslot=0x12FA0,
184513 },
184514 [0x12FA1]={
184515  category="lo",
184516  description="CYPRO-MINOAN SIGN CM023",
184517  direction="l",
184518  linebreak="al",
184519  unicodeslot=0x12FA1,
184520 },
184521 [0x12FA2]={
184522  category="lo",
184523  description="CYPRO-MINOAN SIGN CM024",
184524  direction="l",
184525  linebreak="al",
184526  unicodeslot=0x12FA2,
184527 },
184528 [0x12FA3]={
184529  category="lo",
184530  description="CYPRO-MINOAN SIGN CM025",
184531  direction="l",
184532  linebreak="al",
184533  unicodeslot=0x12FA3,
184534 },
184535 [0x12FA4]={
184536  category="lo",
184537  description="CYPRO-MINOAN SIGN CM026",
184538  direction="l",
184539  linebreak="al",
184540  unicodeslot=0x12FA4,
184541 },
184542 [0x12FA5]={
184543  category="lo",
184544  description="CYPRO-MINOAN SIGN CM027",
184545  direction="l",
184546  linebreak="al",
184547  unicodeslot=0x12FA5,
184548 },
184549 [0x12FA6]={
184550  category="lo",
184551  description="CYPRO-MINOAN SIGN CM028",
184552  direction="l",
184553  linebreak="al",
184554  unicodeslot=0x12FA6,
184555 },
184556 [0x12FA7]={
184557  category="lo",
184558  description="CYPRO-MINOAN SIGN CM029",
184559  direction="l",
184560  linebreak="al",
184561  unicodeslot=0x12FA7,
184562 },
184563 [0x12FA8]={
184564  category="lo",
184565  description="CYPRO-MINOAN SIGN CM030",
184566  direction="l",
184567  linebreak="al",
184568  unicodeslot=0x12FA8,
184569 },
184570 [0x12FA9]={
184571  category="lo",
184572  description="CYPRO-MINOAN SIGN CM033",
184573  direction="l",
184574  linebreak="al",
184575  unicodeslot=0x12FA9,
184576 },
184577 [0x12FAA]={
184578  category="lo",
184579  description="CYPRO-MINOAN SIGN CM034",
184580  direction="l",
184581  linebreak="al",
184582  unicodeslot=0x12FAA,
184583 },
184584 [0x12FAB]={
184585  category="lo",
184586  description="CYPRO-MINOAN SIGN CM035",
184587  direction="l",
184588  linebreak="al",
184589  unicodeslot=0x12FAB,
184590 },
184591 [0x12FAC]={
184592  category="lo",
184593  description="CYPRO-MINOAN SIGN CM036",
184594  direction="l",
184595  linebreak="al",
184596  unicodeslot=0x12FAC,
184597 },
184598 [0x12FAD]={
184599  category="lo",
184600  description="CYPRO-MINOAN SIGN CM037",
184601  direction="l",
184602  linebreak="al",
184603  unicodeslot=0x12FAD,
184604 },
184605 [0x12FAE]={
184606  category="lo",
184607  description="CYPRO-MINOAN SIGN CM038",
184608  direction="l",
184609  linebreak="al",
184610  unicodeslot=0x12FAE,
184611 },
184612 [0x12FAF]={
184613  category="lo",
184614  description="CYPRO-MINOAN SIGN CM039",
184615  direction="l",
184616  linebreak="al",
184617  unicodeslot=0x12FAF,
184618 },
184619 [0x12FB0]={
184620  category="lo",
184621  description="CYPRO-MINOAN SIGN CM040",
184622  direction="l",
184623  linebreak="al",
184624  unicodeslot=0x12FB0,
184625 },
184626 [0x12FB1]={
184627  category="lo",
184628  description="CYPRO-MINOAN SIGN CM041",
184629  direction="l",
184630  linebreak="al",
184631  unicodeslot=0x12FB1,
184632 },
184633 [0x12FB2]={
184634  category="lo",
184635  description="CYPRO-MINOAN SIGN CM044",
184636  direction="l",
184637  linebreak="al",
184638  unicodeslot=0x12FB2,
184639 },
184640 [0x12FB3]={
184641  category="lo",
184642  description="CYPRO-MINOAN SIGN CM046",
184643  direction="l",
184644  linebreak="al",
184645  unicodeslot=0x12FB3,
184646 },
184647 [0x12FB4]={
184648  category="lo",
184649  description="CYPRO-MINOAN SIGN CM047",
184650  direction="l",
184651  linebreak="al",
184652  unicodeslot=0x12FB4,
184653 },
184654 [0x12FB5]={
184655  category="lo",
184656  description="CYPRO-MINOAN SIGN CM049",
184657  direction="l",
184658  linebreak="al",
184659  unicodeslot=0x12FB5,
184660 },
184661 [0x12FB6]={
184662  category="lo",
184663  description="CYPRO-MINOAN SIGN CM050",
184664  direction="l",
184665  linebreak="al",
184666  unicodeslot=0x12FB6,
184667 },
184668 [0x12FB7]={
184669  category="lo",
184670  description="CYPRO-MINOAN SIGN CM051",
184671  direction="l",
184672  linebreak="al",
184673  unicodeslot=0x12FB7,
184674 },
184675 [0x12FB8]={
184676  category="lo",
184677  description="CYPRO-MINOAN SIGN CM052",
184678  direction="l",
184679  linebreak="al",
184680  unicodeslot=0x12FB8,
184681 },
184682 [0x12FB9]={
184683  category="lo",
184684  description="CYPRO-MINOAN SIGN CM053",
184685  direction="l",
184686  linebreak="al",
184687  unicodeslot=0x12FB9,
184688 },
184689 [0x12FBA]={
184690  category="lo",
184691  description="CYPRO-MINOAN SIGN CM054",
184692  direction="l",
184693  linebreak="al",
184694  unicodeslot=0x12FBA,
184695 },
184696 [0x12FBB]={
184697  category="lo",
184698  description="CYPRO-MINOAN SIGN CM055",
184699  direction="l",
184700  linebreak="al",
184701  unicodeslot=0x12FBB,
184702 },
184703 [0x12FBC]={
184704  category="lo",
184705  description="CYPRO-MINOAN SIGN CM056",
184706  direction="l",
184707  linebreak="al",
184708  unicodeslot=0x12FBC,
184709 },
184710 [0x12FBD]={
184711  category="lo",
184712  description="CYPRO-MINOAN SIGN CM058",
184713  direction="l",
184714  linebreak="al",
184715  unicodeslot=0x12FBD,
184716 },
184717 [0x12FBE]={
184718  category="lo",
184719  description="CYPRO-MINOAN SIGN CM059",
184720  direction="l",
184721  linebreak="al",
184722  unicodeslot=0x12FBE,
184723 },
184724 [0x12FBF]={
184725  category="lo",
184726  description="CYPRO-MINOAN SIGN CM060",
184727  direction="l",
184728  linebreak="al",
184729  unicodeslot=0x12FBF,
184730 },
184731 [0x12FC0]={
184732  category="lo",
184733  description="CYPRO-MINOAN SIGN CM061",
184734  direction="l",
184735  linebreak="al",
184736  unicodeslot=0x12FC0,
184737 },
184738 [0x12FC1]={
184739  category="lo",
184740  description="CYPRO-MINOAN SIGN CM062",
184741  direction="l",
184742  linebreak="al",
184743  unicodeslot=0x12FC1,
184744 },
184745 [0x12FC2]={
184746  category="lo",
184747  description="CYPRO-MINOAN SIGN CM063",
184748  direction="l",
184749  linebreak="al",
184750  unicodeslot=0x12FC2,
184751 },
184752 [0x12FC3]={
184753  category="lo",
184754  description="CYPRO-MINOAN SIGN CM064",
184755  direction="l",
184756  linebreak="al",
184757  unicodeslot=0x12FC3,
184758 },
184759 [0x12FC4]={
184760  category="lo",
184761  description="CYPRO-MINOAN SIGN CM066",
184762  direction="l",
184763  linebreak="al",
184764  unicodeslot=0x12FC4,
184765 },
184766 [0x12FC5]={
184767  category="lo",
184768  description="CYPRO-MINOAN SIGN CM067",
184769  direction="l",
184770  linebreak="al",
184771  unicodeslot=0x12FC5,
184772 },
184773 [0x12FC6]={
184774  category="lo",
184775  description="CYPRO-MINOAN SIGN CM068",
184776  direction="l",
184777  linebreak="al",
184778  unicodeslot=0x12FC6,
184779 },
184780 [0x12FC7]={
184781  category="lo",
184782  description="CYPRO-MINOAN SIGN CM069",
184783  direction="l",
184784  linebreak="al",
184785  unicodeslot=0x12FC7,
184786 },
184787 [0x12FC8]={
184788  category="lo",
184789  description="CYPRO-MINOAN SIGN CM070",
184790  direction="l",
184791  linebreak="al",
184792  unicodeslot=0x12FC8,
184793 },
184794 [0x12FC9]={
184795  category="lo",
184796  description="CYPRO-MINOAN SIGN CM071",
184797  direction="l",
184798  linebreak="al",
184799  unicodeslot=0x12FC9,
184800 },
184801 [0x12FCA]={
184802  category="lo",
184803  description="CYPRO-MINOAN SIGN CM072",
184804  direction="l",
184805  linebreak="al",
184806  unicodeslot=0x12FCA,
184807 },
184808 [0x12FCB]={
184809  category="lo",
184810  description="CYPRO-MINOAN SIGN CM073",
184811  direction="l",
184812  linebreak="al",
184813  unicodeslot=0x12FCB,
184814 },
184815 [0x12FCC]={
184816  category="lo",
184817  description="CYPRO-MINOAN SIGN CM074",
184818  direction="l",
184819  linebreak="al",
184820  unicodeslot=0x12FCC,
184821 },
184822 [0x12FCD]={
184823  category="lo",
184824  description="CYPRO-MINOAN SIGN CM075",
184825  direction="l",
184826  linebreak="al",
184827  unicodeslot=0x12FCD,
184828 },
184829 [0x12FCE]={
184830  category="lo",
184831  description="CYPRO-MINOAN SIGN CM075B",
184832  direction="l",
184833  linebreak="al",
184834  unicodeslot=0x12FCE,
184835 },
184836 [0x12FCF]={
184837  category="lo",
184838  description="CYPRO-MINOAN SIGN CM076",
184839  direction="l",
184840  linebreak="al",
184841  unicodeslot=0x12FCF,
184842 },
184843 [0x12FD0]={
184844  category="lo",
184845  description="CYPRO-MINOAN SIGN CM078",
184846  direction="l",
184847  linebreak="al",
184848  unicodeslot=0x12FD0,
184849 },
184850 [0x12FD1]={
184851  category="lo",
184852  description="CYPRO-MINOAN SIGN CM079",
184853  direction="l",
184854  linebreak="al",
184855  unicodeslot=0x12FD1,
184856 },
184857 [0x12FD2]={
184858  category="lo",
184859  description="CYPRO-MINOAN SIGN CM080",
184860  direction="l",
184861  linebreak="al",
184862  unicodeslot=0x12FD2,
184863 },
184864 [0x12FD3]={
184865  category="lo",
184866  description="CYPRO-MINOAN SIGN CM081",
184867  direction="l",
184868  linebreak="al",
184869  unicodeslot=0x12FD3,
184870 },
184871 [0x12FD4]={
184872  category="lo",
184873  description="CYPRO-MINOAN SIGN CM082",
184874  direction="l",
184875  linebreak="al",
184876  unicodeslot=0x12FD4,
184877 },
184878 [0x12FD5]={
184879  category="lo",
184880  description="CYPRO-MINOAN SIGN CM083",
184881  direction="l",
184882  linebreak="al",
184883  unicodeslot=0x12FD5,
184884 },
184885 [0x12FD6]={
184886  category="lo",
184887  description="CYPRO-MINOAN SIGN CM084",
184888  direction="l",
184889  linebreak="al",
184890  unicodeslot=0x12FD6,
184891 },
184892 [0x12FD7]={
184893  category="lo",
184894  description="CYPRO-MINOAN SIGN CM085",
184895  direction="l",
184896  linebreak="al",
184897  unicodeslot=0x12FD7,
184898 },
184899 [0x12FD8]={
184900  category="lo",
184901  description="CYPRO-MINOAN SIGN CM086",
184902  direction="l",
184903  linebreak="al",
184904  unicodeslot=0x12FD8,
184905 },
184906 [0x12FD9]={
184907  category="lo",
184908  description="CYPRO-MINOAN SIGN CM087",
184909  direction="l",
184910  linebreak="al",
184911  unicodeslot=0x12FD9,
184912 },
184913 [0x12FDA]={
184914  category="lo",
184915  description="CYPRO-MINOAN SIGN CM088",
184916  direction="l",
184917  linebreak="al",
184918  unicodeslot=0x12FDA,
184919 },
184920 [0x12FDB]={
184921  category="lo",
184922  description="CYPRO-MINOAN SIGN CM089",
184923  direction="l",
184924  linebreak="al",
184925  unicodeslot=0x12FDB,
184926 },
184927 [0x12FDC]={
184928  category="lo",
184929  description="CYPRO-MINOAN SIGN CM090",
184930  direction="l",
184931  linebreak="al",
184932  unicodeslot=0x12FDC,
184933 },
184934 [0x12FDD]={
184935  category="lo",
184936  description="CYPRO-MINOAN SIGN CM091",
184937  direction="l",
184938  linebreak="al",
184939  unicodeslot=0x12FDD,
184940 },
184941 [0x12FDE]={
184942  category="lo",
184943  description="CYPRO-MINOAN SIGN CM092",
184944  direction="l",
184945  linebreak="al",
184946  unicodeslot=0x12FDE,
184947 },
184948 [0x12FDF]={
184949  category="lo",
184950  description="CYPRO-MINOAN SIGN CM094",
184951  direction="l",
184952  linebreak="al",
184953  unicodeslot=0x12FDF,
184954 },
184955 [0x12FE0]={
184956  category="lo",
184957  description="CYPRO-MINOAN SIGN CM095",
184958  direction="l",
184959  linebreak="al",
184960  unicodeslot=0x12FE0,
184961 },
184962 [0x12FE1]={
184963  category="lo",
184964  description="CYPRO-MINOAN SIGN CM096",
184965  direction="l",
184966  linebreak="al",
184967  unicodeslot=0x12FE1,
184968 },
184969 [0x12FE2]={
184970  category="lo",
184971  description="CYPRO-MINOAN SIGN CM097",
184972  direction="l",
184973  linebreak="al",
184974  unicodeslot=0x12FE2,
184975 },
184976 [0x12FE3]={
184977  category="lo",
184978  description="CYPRO-MINOAN SIGN CM098",
184979  direction="l",
184980  linebreak="al",
184981  unicodeslot=0x12FE3,
184982 },
184983 [0x12FE4]={
184984  category="lo",
184985  description="CYPRO-MINOAN SIGN CM099",
184986  direction="l",
184987  linebreak="al",
184988  unicodeslot=0x12FE4,
184989 },
184990 [0x12FE5]={
184991  category="lo",
184992  description="CYPRO-MINOAN SIGN CM100",
184993  direction="l",
184994  linebreak="al",
184995  unicodeslot=0x12FE5,
184996 },
184997 [0x12FE6]={
184998  category="lo",
184999  description="CYPRO-MINOAN SIGN CM101",
185000  direction="l",
185001  linebreak="al",
185002  unicodeslot=0x12FE6,
185003 },
185004 [0x12FE7]={
185005  category="lo",
185006  description="CYPRO-MINOAN SIGN CM102",
185007  direction="l",
185008  linebreak="al",
185009  unicodeslot=0x12FE7,
185010 },
185011 [0x12FE8]={
185012  category="lo",
185013  description="CYPRO-MINOAN SIGN CM103",
185014  direction="l",
185015  linebreak="al",
185016  unicodeslot=0x12FE8,
185017 },
185018 [0x12FE9]={
185019  category="lo",
185020  description="CYPRO-MINOAN SIGN CM104",
185021  direction="l",
185022  linebreak="al",
185023  unicodeslot=0x12FE9,
185024 },
185025 [0x12FEA]={
185026  category="lo",
185027  description="CYPRO-MINOAN SIGN CM105",
185028  direction="l",
185029  linebreak="al",
185030  unicodeslot=0x12FEA,
185031 },
185032 [0x12FEB]={
185033  category="lo",
185034  description="CYPRO-MINOAN SIGN CM107",
185035  direction="l",
185036  linebreak="al",
185037  unicodeslot=0x12FEB,
185038 },
185039 [0x12FEC]={
185040  category="lo",
185041  description="CYPRO-MINOAN SIGN CM108",
185042  direction="l",
185043  linebreak="al",
185044  unicodeslot=0x12FEC,
185045 },
185046 [0x12FED]={
185047  category="lo",
185048  description="CYPRO-MINOAN SIGN CM109",
185049  direction="l",
185050  linebreak="al",
185051  unicodeslot=0x12FED,
185052 },
185053 [0x12FEE]={
185054  category="lo",
185055  description="CYPRO-MINOAN SIGN CM110",
185056  direction="l",
185057  linebreak="al",
185058  unicodeslot=0x12FEE,
185059 },
185060 [0x12FEF]={
185061  category="lo",
185062  description="CYPRO-MINOAN SIGN CM112",
185063  direction="l",
185064  linebreak="al",
185065  unicodeslot=0x12FEF,
185066 },
185067 [0x12FF0]={
185068  category="lo",
185069  description="CYPRO-MINOAN SIGN CM114",
185070  direction="l",
185071  linebreak="al",
185072  unicodeslot=0x12FF0,
185073 },
185074 [0x12FF1]={
185075  category="po",
185076  description="CYPRO-MINOAN SIGN CM301",
185077  direction="l",
185078  linebreak="al",
185079  unicodeslot=0x12FF1,
185080 },
185081 [0x12FF2]={
185082  category="po",
185083  description="CYPRO-MINOAN SIGN CM302",
185084  direction="l",
185085  linebreak="al",
185086  unicodeslot=0x12FF2,
185087 },
185088 [0x13000]={
185089  category="lo",
185090  description="EGYPTIAN HIEROGLYPH A001",
185091  direction="l",
185092  linebreak="al",
185093  unicodeslot=0x13000,
185094 },
185095 [0x13001]={
185096  category="lo",
185097  description="EGYPTIAN HIEROGLYPH A002",
185098  direction="l",
185099  linebreak="al",
185100  unicodeslot=0x13001,
185101 },
185102 [0x13002]={
185103  category="lo",
185104  description="EGYPTIAN HIEROGLYPH A003",
185105  direction="l",
185106  linebreak="al",
185107  unicodeslot=0x13002,
185108 },
185109 [0x13003]={
185110  category="lo",
185111  description="EGYPTIAN HIEROGLYPH A004",
185112  direction="l",
185113  linebreak="al",
185114  unicodeslot=0x13003,
185115 },
185116 [0x13004]={
185117  category="lo",
185118  description="EGYPTIAN HIEROGLYPH A005",
185119  direction="l",
185120  linebreak="al",
185121  unicodeslot=0x13004,
185122 },
185123 [0x13005]={
185124  category="lo",
185125  description="EGYPTIAN HIEROGLYPH A005A",
185126  direction="l",
185127  linebreak="al",
185128  unicodeslot=0x13005,
185129 },
185130 [0x13006]={
185131  category="lo",
185132  description="EGYPTIAN HIEROGLYPH A006",
185133  direction="l",
185134  linebreak="al",
185135  unicodeslot=0x13006,
185136 },
185137 [0x13007]={
185138  category="lo",
185139  description="EGYPTIAN HIEROGLYPH A006A",
185140  direction="l",
185141  linebreak="al",
185142  unicodeslot=0x13007,
185143 },
185144 [0x13008]={
185145  category="lo",
185146  description="EGYPTIAN HIEROGLYPH A006B",
185147  direction="l",
185148  linebreak="al",
185149  unicodeslot=0x13008,
185150 },
185151 [0x13009]={
185152  category="lo",
185153  description="EGYPTIAN HIEROGLYPH A007",
185154  direction="l",
185155  linebreak="al",
185156  unicodeslot=0x13009,
185157 },
185158 [0x1300A]={
185159  category="lo",
185160  description="EGYPTIAN HIEROGLYPH A008",
185161  direction="l",
185162  linebreak="al",
185163  unicodeslot=0x1300A,
185164 },
185165 [0x1300B]={
185166  category="lo",
185167  description="EGYPTIAN HIEROGLYPH A009",
185168  direction="l",
185169  linebreak="al",
185170  unicodeslot=0x1300B,
185171 },
185172 [0x1300C]={
185173  category="lo",
185174  description="EGYPTIAN HIEROGLYPH A010",
185175  direction="l",
185176  linebreak="al",
185177  unicodeslot=0x1300C,
185178 },
185179 [0x1300D]={
185180  category="lo",
185181  description="EGYPTIAN HIEROGLYPH A011",
185182  direction="l",
185183  linebreak="al",
185184  unicodeslot=0x1300D,
185185 },
185186 [0x1300E]={
185187  category="lo",
185188  description="EGYPTIAN HIEROGLYPH A012",
185189  direction="l",
185190  linebreak="al",
185191  unicodeslot=0x1300E,
185192 },
185193 [0x1300F]={
185194  category="lo",
185195  description="EGYPTIAN HIEROGLYPH A013",
185196  direction="l",
185197  linebreak="al",
185198  unicodeslot=0x1300F,
185199 },
185200 [0x13010]={
185201  category="lo",
185202  description="EGYPTIAN HIEROGLYPH A014",
185203  direction="l",
185204  linebreak="al",
185205  unicodeslot=0x13010,
185206 },
185207 [0x13011]={
185208  category="lo",
185209  description="EGYPTIAN HIEROGLYPH A014A",
185210  direction="l",
185211  linebreak="al",
185212  unicodeslot=0x13011,
185213 },
185214 [0x13012]={
185215  category="lo",
185216  description="EGYPTIAN HIEROGLYPH A015",
185217  direction="l",
185218  linebreak="al",
185219  unicodeslot=0x13012,
185220 },
185221 [0x13013]={
185222  category="lo",
185223  description="EGYPTIAN HIEROGLYPH A016",
185224  direction="l",
185225  linebreak="al",
185226  unicodeslot=0x13013,
185227 },
185228 [0x13014]={
185229  category="lo",
185230  description="EGYPTIAN HIEROGLYPH A017",
185231  direction="l",
185232  linebreak="al",
185233  unicodeslot=0x13014,
185234 },
185235 [0x13015]={
185236  category="lo",
185237  description="EGYPTIAN HIEROGLYPH A017A",
185238  direction="l",
185239  linebreak="al",
185240  unicodeslot=0x13015,
185241 },
185242 [0x13016]={
185243  category="lo",
185244  description="EGYPTIAN HIEROGLYPH A018",
185245  direction="l",
185246  linebreak="al",
185247  unicodeslot=0x13016,
185248 },
185249 [0x13017]={
185250  category="lo",
185251  description="EGYPTIAN HIEROGLYPH A019",
185252  direction="l",
185253  linebreak="al",
185254  unicodeslot=0x13017,
185255 },
185256 [0x13018]={
185257  category="lo",
185258  description="EGYPTIAN HIEROGLYPH A020",
185259  direction="l",
185260  linebreak="al",
185261  unicodeslot=0x13018,
185262 },
185263 [0x13019]={
185264  category="lo",
185265  description="EGYPTIAN HIEROGLYPH A021",
185266  direction="l",
185267  linebreak="al",
185268  unicodeslot=0x13019,
185269 },
185270 [0x1301A]={
185271  category="lo",
185272  description="EGYPTIAN HIEROGLYPH A022",
185273  direction="l",
185274  linebreak="al",
185275  unicodeslot=0x1301A,
185276 },
185277 [0x1301B]={
185278  category="lo",
185279  description="EGYPTIAN HIEROGLYPH A023",
185280  direction="l",
185281  linebreak="al",
185282  unicodeslot=0x1301B,
185283 },
185284 [0x1301C]={
185285  category="lo",
185286  description="EGYPTIAN HIEROGLYPH A024",
185287  direction="l",
185288  linebreak="al",
185289  unicodeslot=0x1301C,
185290 },
185291 [0x1301D]={
185292  category="lo",
185293  description="EGYPTIAN HIEROGLYPH A025",
185294  direction="l",
185295  linebreak="al",
185296  unicodeslot=0x1301D,
185297 },
185298 [0x1301E]={
185299  category="lo",
185300  description="EGYPTIAN HIEROGLYPH A026",
185301  direction="l",
185302  linebreak="al",
185303  unicodeslot=0x1301E,
185304 },
185305 [0x1301F]={
185306  category="lo",
185307  description="EGYPTIAN HIEROGLYPH A027",
185308  direction="l",
185309  linebreak="al",
185310  unicodeslot=0x1301F,
185311 },
185312 [0x13020]={
185313  category="lo",
185314  description="EGYPTIAN HIEROGLYPH A028",
185315  direction="l",
185316  linebreak="al",
185317  unicodeslot=0x13020,
185318 },
185319 [0x13021]={
185320  category="lo",
185321  description="EGYPTIAN HIEROGLYPH A029",
185322  direction="l",
185323  linebreak="al",
185324  unicodeslot=0x13021,
185325 },
185326 [0x13022]={
185327  category="lo",
185328  description="EGYPTIAN HIEROGLYPH A030",
185329  direction="l",
185330  linebreak="al",
185331  unicodeslot=0x13022,
185332 },
185333 [0x13023]={
185334  category="lo",
185335  description="EGYPTIAN HIEROGLYPH A031",
185336  direction="l",
185337  linebreak="al",
185338  unicodeslot=0x13023,
185339 },
185340 [0x13024]={
185341  category="lo",
185342  description="EGYPTIAN HIEROGLYPH A032",
185343  direction="l",
185344  linebreak="al",
185345  unicodeslot=0x13024,
185346 },
185347 [0x13025]={
185348  category="lo",
185349  description="EGYPTIAN HIEROGLYPH A032A",
185350  direction="l",
185351  linebreak="al",
185352  unicodeslot=0x13025,
185353 },
185354 [0x13026]={
185355  category="lo",
185356  description="EGYPTIAN HIEROGLYPH A033",
185357  direction="l",
185358  linebreak="al",
185359  unicodeslot=0x13026,
185360 },
185361 [0x13027]={
185362  category="lo",
185363  description="EGYPTIAN HIEROGLYPH A034",
185364  direction="l",
185365  linebreak="al",
185366  unicodeslot=0x13027,
185367 },
185368 [0x13028]={
185369  category="lo",
185370  description="EGYPTIAN HIEROGLYPH A035",
185371  direction="l",
185372  linebreak="al",
185373  unicodeslot=0x13028,
185374 },
185375 [0x13029]={
185376  category="lo",
185377  description="EGYPTIAN HIEROGLYPH A036",
185378  direction="l",
185379  linebreak="al",
185380  unicodeslot=0x13029,
185381 },
185382 [0x1302A]={
185383  category="lo",
185384  description="EGYPTIAN HIEROGLYPH A037",
185385  direction="l",
185386  linebreak="al",
185387  unicodeslot=0x1302A,
185388 },
185389 [0x1302B]={
185390  category="lo",
185391  description="EGYPTIAN HIEROGLYPH A038",
185392  direction="l",
185393  linebreak="al",
185394  unicodeslot=0x1302B,
185395 },
185396 [0x1302C]={
185397  category="lo",
185398  description="EGYPTIAN HIEROGLYPH A039",
185399  direction="l",
185400  linebreak="al",
185401  unicodeslot=0x1302C,
185402 },
185403 [0x1302D]={
185404  category="lo",
185405  description="EGYPTIAN HIEROGLYPH A040",
185406  direction="l",
185407  linebreak="al",
185408  unicodeslot=0x1302D,
185409 },
185410 [0x1302E]={
185411  category="lo",
185412  description="EGYPTIAN HIEROGLYPH A040A",
185413  direction="l",
185414  linebreak="al",
185415  unicodeslot=0x1302E,
185416 },
185417 [0x1302F]={
185418  category="lo",
185419  description="EGYPTIAN HIEROGLYPH A041",
185420  direction="l",
185421  linebreak="al",
185422  unicodeslot=0x1302F,
185423 },
185424 [0x13030]={
185425  category="lo",
185426  description="EGYPTIAN HIEROGLYPH A042",
185427  direction="l",
185428  linebreak="al",
185429  unicodeslot=0x13030,
185430 },
185431 [0x13031]={
185432  category="lo",
185433  description="EGYPTIAN HIEROGLYPH A042A",
185434  direction="l",
185435  linebreak="al",
185436  unicodeslot=0x13031,
185437 },
185438 [0x13032]={
185439  category="lo",
185440  description="EGYPTIAN HIEROGLYPH A043",
185441  direction="l",
185442  linebreak="al",
185443  unicodeslot=0x13032,
185444 },
185445 [0x13033]={
185446  category="lo",
185447  description="EGYPTIAN HIEROGLYPH A043A",
185448  direction="l",
185449  linebreak="al",
185450  unicodeslot=0x13033,
185451 },
185452 [0x13034]={
185453  category="lo",
185454  description="EGYPTIAN HIEROGLYPH A044",
185455  direction="l",
185456  linebreak="al",
185457  unicodeslot=0x13034,
185458 },
185459 [0x13035]={
185460  category="lo",
185461  description="EGYPTIAN HIEROGLYPH A045",
185462  direction="l",
185463  linebreak="al",
185464  unicodeslot=0x13035,
185465 },
185466 [0x13036]={
185467  category="lo",
185468  description="EGYPTIAN HIEROGLYPH A045A",
185469  direction="l",
185470  linebreak="al",
185471  unicodeslot=0x13036,
185472 },
185473 [0x13037]={
185474  category="lo",
185475  description="EGYPTIAN HIEROGLYPH A046",
185476  direction="l",
185477  linebreak="al",
185478  unicodeslot=0x13037,
185479 },
185480 [0x13038]={
185481  category="lo",
185482  description="EGYPTIAN HIEROGLYPH A047",
185483  direction="l",
185484  linebreak="al",
185485  unicodeslot=0x13038,
185486 },
185487 [0x13039]={
185488  category="lo",
185489  description="EGYPTIAN HIEROGLYPH A048",
185490  direction="l",
185491  linebreak="al",
185492  unicodeslot=0x13039,
185493 },
185494 [0x1303A]={
185495  category="lo",
185496  description="EGYPTIAN HIEROGLYPH A049",
185497  direction="l",
185498  linebreak="al",
185499  unicodeslot=0x1303A,
185500 },
185501 [0x1303B]={
185502  category="lo",
185503  description="EGYPTIAN HIEROGLYPH A050",
185504  direction="l",
185505  linebreak="al",
185506  unicodeslot=0x1303B,
185507 },
185508 [0x1303C]={
185509  category="lo",
185510  description="EGYPTIAN HIEROGLYPH A051",
185511  direction="l",
185512  linebreak="al",
185513  unicodeslot=0x1303C,
185514 },
185515 [0x1303D]={
185516  category="lo",
185517  description="EGYPTIAN HIEROGLYPH A052",
185518  direction="l",
185519  linebreak="al",
185520  unicodeslot=0x1303D,
185521 },
185522 [0x1303E]={
185523  category="lo",
185524  description="EGYPTIAN HIEROGLYPH A053",
185525  direction="l",
185526  linebreak="al",
185527  unicodeslot=0x1303E,
185528 },
185529 [0x1303F]={
185530  category="lo",
185531  description="EGYPTIAN HIEROGLYPH A054",
185532  direction="l",
185533  linebreak="al",
185534  unicodeslot=0x1303F,
185535 },
185536 [0x13040]={
185537  category="lo",
185538  description="EGYPTIAN HIEROGLYPH A055",
185539  direction="l",
185540  linebreak="al",
185541  unicodeslot=0x13040,
185542 },
185543 [0x13041]={
185544  category="lo",
185545  description="EGYPTIAN HIEROGLYPH A056",
185546  direction="l",
185547  linebreak="al",
185548  unicodeslot=0x13041,
185549 },
185550 [0x13042]={
185551  category="lo",
185552  description="EGYPTIAN HIEROGLYPH A057",
185553  direction="l",
185554  linebreak="al",
185555  unicodeslot=0x13042,
185556 },
185557 [0x13043]={
185558  category="lo",
185559  description="EGYPTIAN HIEROGLYPH A058",
185560  direction="l",
185561  linebreak="al",
185562  unicodeslot=0x13043,
185563 },
185564 [0x13044]={
185565  category="lo",
185566  description="EGYPTIAN HIEROGLYPH A059",
185567  direction="l",
185568  linebreak="al",
185569  unicodeslot=0x13044,
185570 },
185571 [0x13045]={
185572  category="lo",
185573  description="EGYPTIAN HIEROGLYPH A060",
185574  direction="l",
185575  linebreak="al",
185576  unicodeslot=0x13045,
185577 },
185578 [0x13046]={
185579  category="lo",
185580  description="EGYPTIAN HIEROGLYPH A061",
185581  direction="l",
185582  linebreak="al",
185583  unicodeslot=0x13046,
185584 },
185585 [0x13047]={
185586  category="lo",
185587  description="EGYPTIAN HIEROGLYPH A062",
185588  direction="l",
185589  linebreak="al",
185590  unicodeslot=0x13047,
185591 },
185592 [0x13048]={
185593  category="lo",
185594  description="EGYPTIAN HIEROGLYPH A063",
185595  direction="l",
185596  linebreak="al",
185597  unicodeslot=0x13048,
185598 },
185599 [0x13049]={
185600  category="lo",
185601  description="EGYPTIAN HIEROGLYPH A064",
185602  direction="l",
185603  linebreak="al",
185604  unicodeslot=0x13049,
185605 },
185606 [0x1304A]={
185607  category="lo",
185608  description="EGYPTIAN HIEROGLYPH A065",
185609  direction="l",
185610  linebreak="al",
185611  unicodeslot=0x1304A,
185612 },
185613 [0x1304B]={
185614  category="lo",
185615  description="EGYPTIAN HIEROGLYPH A066",
185616  direction="l",
185617  linebreak="al",
185618  unicodeslot=0x1304B,
185619 },
185620 [0x1304C]={
185621  category="lo",
185622  description="EGYPTIAN HIEROGLYPH A067",
185623  direction="l",
185624  linebreak="al",
185625  unicodeslot=0x1304C,
185626 },
185627 [0x1304D]={
185628  category="lo",
185629  description="EGYPTIAN HIEROGLYPH A068",
185630  direction="l",
185631  linebreak="al",
185632  unicodeslot=0x1304D,
185633 },
185634 [0x1304E]={
185635  category="lo",
185636  description="EGYPTIAN HIEROGLYPH A069",
185637  direction="l",
185638  linebreak="al",
185639  unicodeslot=0x1304E,
185640 },
185641 [0x1304F]={
185642  category="lo",
185643  description="EGYPTIAN HIEROGLYPH A070",
185644  direction="l",
185645  linebreak="al",
185646  unicodeslot=0x1304F,
185647 },
185648 [0x13050]={
185649  category="lo",
185650  description="EGYPTIAN HIEROGLYPH B001",
185651  direction="l",
185652  linebreak="al",
185653  unicodeslot=0x13050,
185654 },
185655 [0x13051]={
185656  category="lo",
185657  description="EGYPTIAN HIEROGLYPH B002",
185658  direction="l",
185659  linebreak="al",
185660  unicodeslot=0x13051,
185661 },
185662 [0x13052]={
185663  category="lo",
185664  description="EGYPTIAN HIEROGLYPH B003",
185665  direction="l",
185666  linebreak="al",
185667  unicodeslot=0x13052,
185668 },
185669 [0x13053]={
185670  category="lo",
185671  description="EGYPTIAN HIEROGLYPH B004",
185672  direction="l",
185673  linebreak="al",
185674  unicodeslot=0x13053,
185675 },
185676 [0x13054]={
185677  category="lo",
185678  description="EGYPTIAN HIEROGLYPH B005",
185679  direction="l",
185680  linebreak="al",
185681  unicodeslot=0x13054,
185682 },
185683 [0x13055]={
185684  category="lo",
185685  description="EGYPTIAN HIEROGLYPH B005A",
185686  direction="l",
185687  linebreak="al",
185688  unicodeslot=0x13055,
185689 },
185690 [0x13056]={
185691  category="lo",
185692  description="EGYPTIAN HIEROGLYPH B006",
185693  direction="l",
185694  linebreak="al",
185695  unicodeslot=0x13056,
185696 },
185697 [0x13057]={
185698  category="lo",
185699  description="EGYPTIAN HIEROGLYPH B007",
185700  direction="l",
185701  linebreak="al",
185702  unicodeslot=0x13057,
185703 },
185704 [0x13058]={
185705  category="lo",
185706  description="EGYPTIAN HIEROGLYPH B008",
185707  direction="l",
185708  linebreak="al",
185709  unicodeslot=0x13058,
185710 },
185711 [0x13059]={
185712  category="lo",
185713  description="EGYPTIAN HIEROGLYPH B009",
185714  direction="l",
185715  linebreak="al",
185716  unicodeslot=0x13059,
185717 },
185718 [0x1305A]={
185719  category="lo",
185720  description="EGYPTIAN HIEROGLYPH C001",
185721  direction="l",
185722  linebreak="al",
185723  unicodeslot=0x1305A,
185724 },
185725 [0x1305B]={
185726  category="lo",
185727  description="EGYPTIAN HIEROGLYPH C002",
185728  direction="l",
185729  linebreak="al",
185730  unicodeslot=0x1305B,
185731 },
185732 [0x1305C]={
185733  category="lo",
185734  description="EGYPTIAN HIEROGLYPH C002A",
185735  direction="l",
185736  linebreak="al",
185737  unicodeslot=0x1305C,
185738 },
185739 [0x1305D]={
185740  category="lo",
185741  description="EGYPTIAN HIEROGLYPH C002B",
185742  direction="l",
185743  linebreak="al",
185744  unicodeslot=0x1305D,
185745 },
185746 [0x1305E]={
185747  category="lo",
185748  description="EGYPTIAN HIEROGLYPH C002C",
185749  direction="l",
185750  linebreak="al",
185751  unicodeslot=0x1305E,
185752 },
185753 [0x1305F]={
185754  category="lo",
185755  description="EGYPTIAN HIEROGLYPH C003",
185756  direction="l",
185757  linebreak="al",
185758  unicodeslot=0x1305F,
185759 },
185760 [0x13060]={
185761  category="lo",
185762  description="EGYPTIAN HIEROGLYPH C004",
185763  direction="l",
185764  linebreak="al",
185765  unicodeslot=0x13060,
185766 },
185767 [0x13061]={
185768  category="lo",
185769  description="EGYPTIAN HIEROGLYPH C005",
185770  direction="l",
185771  linebreak="al",
185772  unicodeslot=0x13061,
185773 },
185774 [0x13062]={
185775  category="lo",
185776  description="EGYPTIAN HIEROGLYPH C006",
185777  direction="l",
185778  linebreak="al",
185779  unicodeslot=0x13062,
185780 },
185781 [0x13063]={
185782  category="lo",
185783  description="EGYPTIAN HIEROGLYPH C007",
185784  direction="l",
185785  linebreak="al",
185786  unicodeslot=0x13063,
185787 },
185788 [0x13064]={
185789  category="lo",
185790  description="EGYPTIAN HIEROGLYPH C008",
185791  direction="l",
185792  linebreak="al",
185793  unicodeslot=0x13064,
185794 },
185795 [0x13065]={
185796  category="lo",
185797  description="EGYPTIAN HIEROGLYPH C009",
185798  direction="l",
185799  linebreak="al",
185800  unicodeslot=0x13065,
185801 },
185802 [0x13066]={
185803  category="lo",
185804  description="EGYPTIAN HIEROGLYPH C010",
185805  direction="l",
185806  linebreak="al",
185807  unicodeslot=0x13066,
185808 },
185809 [0x13067]={
185810  category="lo",
185811  description="EGYPTIAN HIEROGLYPH C010A",
185812  direction="l",
185813  linebreak="al",
185814  unicodeslot=0x13067,
185815 },
185816 [0x13068]={
185817  category="lo",
185818  description="EGYPTIAN HIEROGLYPH C011",
185819  direction="l",
185820  linebreak="al",
185821  unicodeslot=0x13068,
185822 },
185823 [0x13069]={
185824  category="lo",
185825  description="EGYPTIAN HIEROGLYPH C012",
185826  direction="l",
185827  linebreak="al",
185828  unicodeslot=0x13069,
185829 },
185830 [0x1306A]={
185831  category="lo",
185832  description="EGYPTIAN HIEROGLYPH C013",
185833  direction="l",
185834  linebreak="al",
185835  unicodeslot=0x1306A,
185836 },
185837 [0x1306B]={
185838  category="lo",
185839  description="EGYPTIAN HIEROGLYPH C014",
185840  direction="l",
185841  linebreak="al",
185842  unicodeslot=0x1306B,
185843 },
185844 [0x1306C]={
185845  category="lo",
185846  description="EGYPTIAN HIEROGLYPH C015",
185847  direction="l",
185848  linebreak="al",
185849  unicodeslot=0x1306C,
185850 },
185851 [0x1306D]={
185852  category="lo",
185853  description="EGYPTIAN HIEROGLYPH C016",
185854  direction="l",
185855  linebreak="al",
185856  unicodeslot=0x1306D,
185857 },
185858 [0x1306E]={
185859  category="lo",
185860  description="EGYPTIAN HIEROGLYPH C017",
185861  direction="l",
185862  linebreak="al",
185863  unicodeslot=0x1306E,
185864 },
185865 [0x1306F]={
185866  category="lo",
185867  description="EGYPTIAN HIEROGLYPH C018",
185868  direction="l",
185869  linebreak="al",
185870  unicodeslot=0x1306F,
185871 },
185872 [0x13070]={
185873  category="lo",
185874  description="EGYPTIAN HIEROGLYPH C019",
185875  direction="l",
185876  linebreak="al",
185877  unicodeslot=0x13070,
185878 },
185879 [0x13071]={
185880  category="lo",
185881  description="EGYPTIAN HIEROGLYPH C020",
185882  direction="l",
185883  linebreak="al",
185884  unicodeslot=0x13071,
185885 },
185886 [0x13072]={
185887  category="lo",
185888  description="EGYPTIAN HIEROGLYPH C021",
185889  direction="l",
185890  linebreak="al",
185891  unicodeslot=0x13072,
185892 },
185893 [0x13073]={
185894  category="lo",
185895  description="EGYPTIAN HIEROGLYPH C022",
185896  direction="l",
185897  linebreak="al",
185898  unicodeslot=0x13073,
185899 },
185900 [0x13074]={
185901  category="lo",
185902  description="EGYPTIAN HIEROGLYPH C023",
185903  direction="l",
185904  linebreak="al",
185905  unicodeslot=0x13074,
185906 },
185907 [0x13075]={
185908  category="lo",
185909  description="EGYPTIAN HIEROGLYPH C024",
185910  direction="l",
185911  linebreak="al",
185912  unicodeslot=0x13075,
185913 },
185914 [0x13076]={
185915  category="lo",
185916  description="EGYPTIAN HIEROGLYPH D001",
185917  direction="l",
185918  linebreak="al",
185919  unicodeslot=0x13076,
185920 },
185921 [0x13077]={
185922  category="lo",
185923  description="EGYPTIAN HIEROGLYPH D002",
185924  direction="l",
185925  linebreak="al",
185926  unicodeslot=0x13077,
185927 },
185928 [0x13078]={
185929  category="lo",
185930  description="EGYPTIAN HIEROGLYPH D003",
185931  direction="l",
185932  linebreak="al",
185933  unicodeslot=0x13078,
185934 },
185935 [0x13079]={
185936  category="lo",
185937  description="EGYPTIAN HIEROGLYPH D004",
185938  direction="l",
185939  linebreak="al",
185940  unicodeslot=0x13079,
185941 },
185942 [0x1307A]={
185943  category="lo",
185944  description="EGYPTIAN HIEROGLYPH D005",
185945  direction="l",
185946  linebreak="al",
185947  unicodeslot=0x1307A,
185948 },
185949 [0x1307B]={
185950  category="lo",
185951  description="EGYPTIAN HIEROGLYPH D006",
185952  direction="l",
185953  linebreak="al",
185954  unicodeslot=0x1307B,
185955 },
185956 [0x1307C]={
185957  category="lo",
185958  description="EGYPTIAN HIEROGLYPH D007",
185959  direction="l",
185960  linebreak="al",
185961  unicodeslot=0x1307C,
185962 },
185963 [0x1307D]={
185964  category="lo",
185965  description="EGYPTIAN HIEROGLYPH D008",
185966  direction="l",
185967  linebreak="al",
185968  unicodeslot=0x1307D,
185969 },
185970 [0x1307E]={
185971  category="lo",
185972  description="EGYPTIAN HIEROGLYPH D008A",
185973  direction="l",
185974  linebreak="al",
185975  unicodeslot=0x1307E,
185976 },
185977 [0x1307F]={
185978  category="lo",
185979  description="EGYPTIAN HIEROGLYPH D009",
185980  direction="l",
185981  linebreak="al",
185982  unicodeslot=0x1307F,
185983 },
185984 [0x13080]={
185985  category="lo",
185986  description="EGYPTIAN HIEROGLYPH D010",
185987  direction="l",
185988  linebreak="al",
185989  unicodeslot=0x13080,
185990 },
185991 [0x13081]={
185992  category="lo",
185993  description="EGYPTIAN HIEROGLYPH D011",
185994  direction="l",
185995  linebreak="al",
185996  unicodeslot=0x13081,
185997 },
185998 [0x13082]={
185999  category="lo",
186000  description="EGYPTIAN HIEROGLYPH D012",
186001  direction="l",
186002  linebreak="al",
186003  unicodeslot=0x13082,
186004 },
186005 [0x13083]={
186006  category="lo",
186007  description="EGYPTIAN HIEROGLYPH D013",
186008  direction="l",
186009  linebreak="al",
186010  unicodeslot=0x13083,
186011 },
186012 [0x13084]={
186013  category="lo",
186014  description="EGYPTIAN HIEROGLYPH D014",
186015  direction="l",
186016  linebreak="al",
186017  unicodeslot=0x13084,
186018 },
186019 [0x13085]={
186020  category="lo",
186021  description="EGYPTIAN HIEROGLYPH D015",
186022  direction="l",
186023  linebreak="al",
186024  unicodeslot=0x13085,
186025 },
186026 [0x13086]={
186027  category="lo",
186028  description="EGYPTIAN HIEROGLYPH D016",
186029  direction="l",
186030  linebreak="al",
186031  unicodeslot=0x13086,
186032 },
186033 [0x13087]={
186034  category="lo",
186035  description="EGYPTIAN HIEROGLYPH D017",
186036  direction="l",
186037  linebreak="al",
186038  unicodeslot=0x13087,
186039 },
186040 [0x13088]={
186041  category="lo",
186042  description="EGYPTIAN HIEROGLYPH D018",
186043  direction="l",
186044  linebreak="al",
186045  unicodeslot=0x13088,
186046 },
186047 [0x13089]={
186048  category="lo",
186049  description="EGYPTIAN HIEROGLYPH D019",
186050  direction="l",
186051  linebreak="al",
186052  unicodeslot=0x13089,
186053 },
186054 [0x1308A]={
186055  category="lo",
186056  description="EGYPTIAN HIEROGLYPH D020",
186057  direction="l",
186058  linebreak="al",
186059  unicodeslot=0x1308A,
186060 },
186061 [0x1308B]={
186062  category="lo",
186063  description="EGYPTIAN HIEROGLYPH D021",
186064  direction="l",
186065  linebreak="al",
186066  unicodeslot=0x1308B,
186067 },
186068 [0x1308C]={
186069  category="lo",
186070  description="EGYPTIAN HIEROGLYPH D022",
186071  direction="l",
186072  linebreak="al",
186073  unicodeslot=0x1308C,
186074 },
186075 [0x1308D]={
186076  category="lo",
186077  description="EGYPTIAN HIEROGLYPH D023",
186078  direction="l",
186079  linebreak="al",
186080  unicodeslot=0x1308D,
186081 },
186082 [0x1308E]={
186083  category="lo",
186084  description="EGYPTIAN HIEROGLYPH D024",
186085  direction="l",
186086  linebreak="al",
186087  unicodeslot=0x1308E,
186088 },
186089 [0x1308F]={
186090  category="lo",
186091  description="EGYPTIAN HIEROGLYPH D025",
186092  direction="l",
186093  linebreak="al",
186094  unicodeslot=0x1308F,
186095 },
186096 [0x13090]={
186097  category="lo",
186098  description="EGYPTIAN HIEROGLYPH D026",
186099  direction="l",
186100  linebreak="al",
186101  unicodeslot=0x13090,
186102 },
186103 [0x13091]={
186104  category="lo",
186105  description="EGYPTIAN HIEROGLYPH D027",
186106  direction="l",
186107  linebreak="al",
186108  unicodeslot=0x13091,
186109  variants=variants_90,
186110 },
186111 [0x13092]={
186112  category="lo",
186113  description="EGYPTIAN HIEROGLYPH D027A",
186114  direction="l",
186115  linebreak="al",
186116  unicodeslot=0x13092,
186117  variants=variants_90,
186118 },
186119 [0x13093]={
186120  category="lo",
186121  description="EGYPTIAN HIEROGLYPH D028",
186122  direction="l",
186123  linebreak="al",
186124  unicodeslot=0x13093,
186125  variants=variants_180,
186126 },
186127 [0x13094]={
186128  category="lo",
186129  description="EGYPTIAN HIEROGLYPH D029",
186130  direction="l",
186131  linebreak="al",
186132  unicodeslot=0x13094,
186133 },
186134 [0x13095]={
186135  category="lo",
186136  description="EGYPTIAN HIEROGLYPH D030",
186137  direction="l",
186138  linebreak="al",
186139  unicodeslot=0x13095,
186140 },
186141 [0x13096]={
186142  category="lo",
186143  description="EGYPTIAN HIEROGLYPH D031",
186144  direction="l",
186145  linebreak="al",
186146  unicodeslot=0x13096,
186147 },
186148 [0x13097]={
186149  category="lo",
186150  description="EGYPTIAN HIEROGLYPH D031A",
186151  direction="l",
186152  linebreak="al",
186153  unicodeslot=0x13097,
186154 },
186155 [0x13098]={
186156  category="lo",
186157  description="EGYPTIAN HIEROGLYPH D032",
186158  direction="l",
186159  linebreak="al",
186160  unicodeslot=0x13098,
186161 },
186162 [0x13099]={
186163  category="lo",
186164  description="EGYPTIAN HIEROGLYPH D033",
186165  direction="l",
186166  linebreak="al",
186167  unicodeslot=0x13099,
186168 },
186169 [0x1309A]={
186170  category="lo",
186171  description="EGYPTIAN HIEROGLYPH D034",
186172  direction="l",
186173  linebreak="al",
186174  unicodeslot=0x1309A,
186175 },
186176 [0x1309B]={
186177  category="lo",
186178  description="EGYPTIAN HIEROGLYPH D034A",
186179  direction="l",
186180  linebreak="al",
186181  unicodeslot=0x1309B,
186182 },
186183 [0x1309C]={
186184  category="lo",
186185  description="EGYPTIAN HIEROGLYPH D035",
186186  direction="l",
186187  linebreak="al",
186188  unicodeslot=0x1309C,
186189 },
186190 [0x1309D]={
186191  category="lo",
186192  description="EGYPTIAN HIEROGLYPH D036",
186193  direction="l",
186194  linebreak="al",
186195  unicodeslot=0x1309D,
186196 },
186197 [0x1309E]={
186198  category="lo",
186199  description="EGYPTIAN HIEROGLYPH D037",
186200  direction="l",
186201  linebreak="al",
186202  unicodeslot=0x1309E,
186203 },
186204 [0x1309F]={
186205  category="lo",
186206  description="EGYPTIAN HIEROGLYPH D038",
186207  direction="l",
186208  linebreak="al",
186209  unicodeslot=0x1309F,
186210 },
186211 [0x130A0]={
186212  category="lo",
186213  description="EGYPTIAN HIEROGLYPH D039",
186214  direction="l",
186215  linebreak="al",
186216  unicodeslot=0x130A0,
186217 },
186218 [0x130A1]={
186219  category="lo",
186220  description="EGYPTIAN HIEROGLYPH D040",
186221  direction="l",
186222  linebreak="al",
186223  unicodeslot=0x130A1,
186224 },
186225 [0x130A2]={
186226  category="lo",
186227  description="EGYPTIAN HIEROGLYPH D041",
186228  direction="l",
186229  linebreak="al",
186230  unicodeslot=0x130A2,
186231 },
186232 [0x130A3]={
186233  category="lo",
186234  description="EGYPTIAN HIEROGLYPH D042",
186235  direction="l",
186236  linebreak="al",
186237  unicodeslot=0x130A3,
186238 },
186239 [0x130A4]={
186240  category="lo",
186241  description="EGYPTIAN HIEROGLYPH D043",
186242  direction="l",
186243  linebreak="al",
186244  unicodeslot=0x130A4,
186245 },
186246 [0x130A5]={
186247  category="lo",
186248  description="EGYPTIAN HIEROGLYPH D044",
186249  direction="l",
186250  linebreak="al",
186251  unicodeslot=0x130A5,
186252 },
186253 [0x130A6]={
186254  category="lo",
186255  description="EGYPTIAN HIEROGLYPH D045",
186256  direction="l",
186257  linebreak="al",
186258  unicodeslot=0x130A6,
186259 },
186260 [0x130A7]={
186261  category="lo",
186262  description="EGYPTIAN HIEROGLYPH D046",
186263  direction="l",
186264  linebreak="al",
186265  unicodeslot=0x130A7,
186266 },
186267 [0x130A8]={
186268  category="lo",
186269  description="EGYPTIAN HIEROGLYPH D046A",
186270  direction="l",
186271  linebreak="al",
186272  unicodeslot=0x130A8,
186273 },
186274 [0x130A9]={
186275  category="lo",
186276  description="EGYPTIAN HIEROGLYPH D047",
186277  direction="l",
186278  linebreak="al",
186279  unicodeslot=0x130A9,
186280  variants=variants_180,
186281 },
186282 [0x130AA]={
186283  category="lo",
186284  description="EGYPTIAN HIEROGLYPH D048",
186285  direction="l",
186286  linebreak="al",
186287  unicodeslot=0x130AA,
186288 },
186289 [0x130AB]={
186290  category="lo",
186291  description="EGYPTIAN HIEROGLYPH D048A",
186292  direction="l",
186293  linebreak="al",
186294  unicodeslot=0x130AB,
186295 },
186296 [0x130AC]={
186297  category="lo",
186298  description="EGYPTIAN HIEROGLYPH D049",
186299  direction="l",
186300  linebreak="al",
186301  unicodeslot=0x130AC,
186302 },
186303 [0x130AD]={
186304  category="lo",
186305  description="EGYPTIAN HIEROGLYPH D050",
186306  direction="l",
186307  linebreak="al",
186308  unicodeslot=0x130AD,
186309 },
186310 [0x130AE]={
186311  category="lo",
186312  description="EGYPTIAN HIEROGLYPH D050A",
186313  direction="l",
186314  linebreak="al",
186315  unicodeslot=0x130AE,
186316 },
186317 [0x130AF]={
186318  category="lo",
186319  description="EGYPTIAN HIEROGLYPH D050B",
186320  direction="l",
186321  linebreak="al",
186322  unicodeslot=0x130AF,
186323 },
186324 [0x130B0]={
186325  category="lo",
186326  description="EGYPTIAN HIEROGLYPH D050C",
186327  direction="l",
186328  linebreak="al",
186329  unicodeslot=0x130B0,
186330 },
186331 [0x130B1]={
186332  category="lo",
186333  description="EGYPTIAN HIEROGLYPH D050D",
186334  direction="l",
186335  linebreak="al",
186336  unicodeslot=0x130B1,
186337 },
186338 [0x130B2]={
186339  category="lo",
186340  description="EGYPTIAN HIEROGLYPH D050E",
186341  direction="l",
186342  linebreak="al",
186343  unicodeslot=0x130B2,
186344 },
186345 [0x130B3]={
186346  category="lo",
186347  description="EGYPTIAN HIEROGLYPH D050F",
186348  direction="l",
186349  linebreak="al",
186350  unicodeslot=0x130B3,
186351 },
186352 [0x130B4]={
186353  category="lo",
186354  description="EGYPTIAN HIEROGLYPH D050G",
186355  direction="l",
186356  linebreak="al",
186357  unicodeslot=0x130B4,
186358 },
186359 [0x130B5]={
186360  category="lo",
186361  description="EGYPTIAN HIEROGLYPH D050H",
186362  direction="l",
186363  linebreak="al",
186364  unicodeslot=0x130B5,
186365 },
186366 [0x130B6]={
186367  category="lo",
186368  description="EGYPTIAN HIEROGLYPH D050I",
186369  direction="l",
186370  linebreak="al",
186371  unicodeslot=0x130B6,
186372 },
186373 [0x130B7]={
186374  category="lo",
186375  description="EGYPTIAN HIEROGLYPH D051",
186376  direction="l",
186377  linebreak="al",
186378  unicodeslot=0x130B7,
186379 },
186380 [0x130B8]={
186381  category="lo",
186382  description="EGYPTIAN HIEROGLYPH D052",
186383  direction="l",
186384  linebreak="al",
186385  unicodeslot=0x130B8,
186386 },
186387 [0x130B9]={
186388  category="lo",
186389  description="EGYPTIAN HIEROGLYPH D052A",
186390  direction="l",
186391  linebreak="al",
186392  unicodeslot=0x130B9,
186393 },
186394 [0x130BA]={
186395  category="lo",
186396  description="EGYPTIAN HIEROGLYPH D053",
186397  direction="l",
186398  linebreak="al",
186399  unicodeslot=0x130BA,
186400 },
186401 [0x130BB]={
186402  category="lo",
186403  description="EGYPTIAN HIEROGLYPH D054",
186404  direction="l",
186405  linebreak="al",
186406  unicodeslot=0x130BB,
186407 },
186408 [0x130BC]={
186409  category="lo",
186410  description="EGYPTIAN HIEROGLYPH D054A",
186411  direction="l",
186412  linebreak="al",
186413  unicodeslot=0x130BC,
186414 },
186415 [0x130BD]={
186416  category="lo",
186417  description="EGYPTIAN HIEROGLYPH D055",
186418  direction="l",
186419  linebreak="al",
186420  unicodeslot=0x130BD,
186421 },
186422 [0x130BE]={
186423  category="lo",
186424  description="EGYPTIAN HIEROGLYPH D056",
186425  direction="l",
186426  linebreak="al",
186427  unicodeslot=0x130BE,
186428 },
186429 [0x130BF]={
186430  category="lo",
186431  description="EGYPTIAN HIEROGLYPH D057",
186432  direction="l",
186433  linebreak="al",
186434  unicodeslot=0x130BF,
186435 },
186436 [0x130C0]={
186437  category="lo",
186438  description="EGYPTIAN HIEROGLYPH D058",
186439  direction="l",
186440  linebreak="al",
186441  unicodeslot=0x130C0,
186442 },
186443 [0x130C1]={
186444  category="lo",
186445  description="EGYPTIAN HIEROGLYPH D059",
186446  direction="l",
186447  linebreak="al",
186448  unicodeslot=0x130C1,
186449 },
186450 [0x130C2]={
186451  category="lo",
186452  description="EGYPTIAN HIEROGLYPH D060",
186453  direction="l",
186454  linebreak="al",
186455  unicodeslot=0x130C2,
186456 },
186457 [0x130C3]={
186458  category="lo",
186459  description="EGYPTIAN HIEROGLYPH D061",
186460  direction="l",
186461  linebreak="al",
186462  unicodeslot=0x130C3,
186463 },
186464 [0x130C4]={
186465  category="lo",
186466  description="EGYPTIAN HIEROGLYPH D062",
186467  direction="l",
186468  linebreak="al",
186469  unicodeslot=0x130C4,
186470 },
186471 [0x130C5]={
186472  category="lo",
186473  description="EGYPTIAN HIEROGLYPH D063",
186474  direction="l",
186475  linebreak="al",
186476  unicodeslot=0x130C5,
186477 },
186478 [0x130C6]={
186479  category="lo",
186480  description="EGYPTIAN HIEROGLYPH D064",
186481  direction="l",
186482  linebreak="al",
186483  unicodeslot=0x130C6,
186484 },
186485 [0x130C7]={
186486  category="lo",
186487  description="EGYPTIAN HIEROGLYPH D065",
186488  direction="l",
186489  linebreak="al",
186490  unicodeslot=0x130C7,
186491 },
186492 [0x130C8]={
186493  category="lo",
186494  description="EGYPTIAN HIEROGLYPH D066",
186495  direction="l",
186496  linebreak="al",
186497  unicodeslot=0x130C8,
186498 },
186499 [0x130C9]={
186500  category="lo",
186501  description="EGYPTIAN HIEROGLYPH D067",
186502  direction="l",
186503  linebreak="al",
186504  unicodeslot=0x130C9,
186505 },
186506 [0x130CA]={
186507  category="lo",
186508  description="EGYPTIAN HIEROGLYPH D067A",
186509  direction="l",
186510  linebreak="al",
186511  unicodeslot=0x130CA,
186512 },
186513 [0x130CB]={
186514  category="lo",
186515  description="EGYPTIAN HIEROGLYPH D067B",
186516  direction="l",
186517  linebreak="al",
186518  unicodeslot=0x130CB,
186519 },
186520 [0x130CC]={
186521  category="lo",
186522  description="EGYPTIAN HIEROGLYPH D067C",
186523  direction="l",
186524  linebreak="al",
186525  unicodeslot=0x130CC,
186526 },
186527 [0x130CD]={
186528  category="lo",
186529  description="EGYPTIAN HIEROGLYPH D067D",
186530  direction="l",
186531  linebreak="al",
186532  unicodeslot=0x130CD,
186533 },
186534 [0x130CE]={
186535  category="lo",
186536  description="EGYPTIAN HIEROGLYPH D067E",
186537  direction="l",
186538  linebreak="al",
186539  unicodeslot=0x130CE,
186540 },
186541 [0x130CF]={
186542  category="lo",
186543  description="EGYPTIAN HIEROGLYPH D067F",
186544  direction="l",
186545  linebreak="al",
186546  unicodeslot=0x130CF,
186547 },
186548 [0x130D0]={
186549  category="lo",
186550  description="EGYPTIAN HIEROGLYPH D067G",
186551  direction="l",
186552  linebreak="al",
186553  unicodeslot=0x130D0,
186554 },
186555 [0x130D1]={
186556  category="lo",
186557  description="EGYPTIAN HIEROGLYPH D067H",
186558  direction="l",
186559  linebreak="al",
186560  unicodeslot=0x130D1,
186561 },
186562 [0x130D2]={
186563  category="lo",
186564  description="EGYPTIAN HIEROGLYPH E001",
186565  direction="l",
186566  linebreak="al",
186567  unicodeslot=0x130D2,
186568 },
186569 [0x130D3]={
186570  category="lo",
186571  description="EGYPTIAN HIEROGLYPH E002",
186572  direction="l",
186573  linebreak="al",
186574  unicodeslot=0x130D3,
186575 },
186576 [0x130D4]={
186577  category="lo",
186578  description="EGYPTIAN HIEROGLYPH E003",
186579  direction="l",
186580  linebreak="al",
186581  unicodeslot=0x130D4,
186582 },
186583 [0x130D5]={
186584  category="lo",
186585  description="EGYPTIAN HIEROGLYPH E004",
186586  direction="l",
186587  linebreak="al",
186588  unicodeslot=0x130D5,
186589 },
186590 [0x130D6]={
186591  category="lo",
186592  description="EGYPTIAN HIEROGLYPH E005",
186593  direction="l",
186594  linebreak="al",
186595  unicodeslot=0x130D6,
186596 },
186597 [0x130D7]={
186598  category="lo",
186599  description="EGYPTIAN HIEROGLYPH E006",
186600  direction="l",
186601  linebreak="al",
186602  unicodeslot=0x130D7,
186603 },
186604 [0x130D8]={
186605  category="lo",
186606  description="EGYPTIAN HIEROGLYPH E007",
186607  direction="l",
186608  linebreak="al",
186609  unicodeslot=0x130D8,
186610 },
186611 [0x130D9]={
186612  category="lo",
186613  description="EGYPTIAN HIEROGLYPH E008",
186614  direction="l",
186615  linebreak="al",
186616  unicodeslot=0x130D9,
186617 },
186618 [0x130DA]={
186619  category="lo",
186620  description="EGYPTIAN HIEROGLYPH E008A",
186621  direction="l",
186622  linebreak="al",
186623  unicodeslot=0x130DA,
186624 },
186625 [0x130DB]={
186626  category="lo",
186627  description="EGYPTIAN HIEROGLYPH E009",
186628  direction="l",
186629  linebreak="al",
186630  unicodeslot=0x130DB,
186631 },
186632 [0x130DC]={
186633  category="lo",
186634  description="EGYPTIAN HIEROGLYPH E009A",
186635  direction="l",
186636  linebreak="al",
186637  unicodeslot=0x130DC,
186638 },
186639 [0x130DD]={
186640  category="lo",
186641  description="EGYPTIAN HIEROGLYPH E010",
186642  direction="l",
186643  linebreak="al",
186644  unicodeslot=0x130DD,
186645 },
186646 [0x130DE]={
186647  category="lo",
186648  description="EGYPTIAN HIEROGLYPH E011",
186649  direction="l",
186650  linebreak="al",
186651  unicodeslot=0x130DE,
186652 },
186653 [0x130DF]={
186654  category="lo",
186655  description="EGYPTIAN HIEROGLYPH E012",
186656  direction="l",
186657  linebreak="al",
186658  unicodeslot=0x130DF,
186659 },
186660 [0x130E0]={
186661  category="lo",
186662  description="EGYPTIAN HIEROGLYPH E013",
186663  direction="l",
186664  linebreak="al",
186665  unicodeslot=0x130E0,
186666 },
186667 [0x130E1]={
186668  category="lo",
186669  description="EGYPTIAN HIEROGLYPH E014",
186670  direction="l",
186671  linebreak="al",
186672  unicodeslot=0x130E1,
186673 },
186674 [0x130E2]={
186675  category="lo",
186676  description="EGYPTIAN HIEROGLYPH E015",
186677  direction="l",
186678  linebreak="al",
186679  unicodeslot=0x130E2,
186680 },
186681 [0x130E3]={
186682  category="lo",
186683  description="EGYPTIAN HIEROGLYPH E016",
186684  direction="l",
186685  linebreak="al",
186686  unicodeslot=0x130E3,
186687 },
186688 [0x130E4]={
186689  category="lo",
186690  description="EGYPTIAN HIEROGLYPH E016A",
186691  direction="l",
186692  linebreak="al",
186693  unicodeslot=0x130E4,
186694 },
186695 [0x130E5]={
186696  category="lo",
186697  description="EGYPTIAN HIEROGLYPH E017",
186698  direction="l",
186699  linebreak="al",
186700  unicodeslot=0x130E5,
186701 },
186702 [0x130E6]={
186703  category="lo",
186704  description="EGYPTIAN HIEROGLYPH E017A",
186705  direction="l",
186706  linebreak="al",
186707  unicodeslot=0x130E6,
186708 },
186709 [0x130E7]={
186710  category="lo",
186711  description="EGYPTIAN HIEROGLYPH E018",
186712  direction="l",
186713  linebreak="al",
186714  unicodeslot=0x130E7,
186715 },
186716 [0x130E8]={
186717  category="lo",
186718  description="EGYPTIAN HIEROGLYPH E019",
186719  direction="l",
186720  linebreak="al",
186721  unicodeslot=0x130E8,
186722 },
186723 [0x130E9]={
186724  category="lo",
186725  description="EGYPTIAN HIEROGLYPH E020",
186726  direction="l",
186727  linebreak="al",
186728  unicodeslot=0x130E9,
186729 },
186730 [0x130EA]={
186731  category="lo",
186732  description="EGYPTIAN HIEROGLYPH E020A",
186733  direction="l",
186734  linebreak="al",
186735  unicodeslot=0x130EA,
186736 },
186737 [0x130EB]={
186738  category="lo",
186739  description="EGYPTIAN HIEROGLYPH E021",
186740  direction="l",
186741  linebreak="al",
186742  unicodeslot=0x130EB,
186743 },
186744 [0x130EC]={
186745  category="lo",
186746  description="EGYPTIAN HIEROGLYPH E022",
186747  direction="l",
186748  linebreak="al",
186749  unicodeslot=0x130EC,
186750 },
186751 [0x130ED]={
186752  category="lo",
186753  description="EGYPTIAN HIEROGLYPH E023",
186754  direction="l",
186755  linebreak="al",
186756  unicodeslot=0x130ED,
186757 },
186758 [0x130EE]={
186759  category="lo",
186760  description="EGYPTIAN HIEROGLYPH E024",
186761  direction="l",
186762  linebreak="al",
186763  unicodeslot=0x130EE,
186764 },
186765 [0x130EF]={
186766  category="lo",
186767  description="EGYPTIAN HIEROGLYPH E025",
186768  direction="l",
186769  linebreak="al",
186770  unicodeslot=0x130EF,
186771 },
186772 [0x130F0]={
186773  category="lo",
186774  description="EGYPTIAN HIEROGLYPH E026",
186775  direction="l",
186776  linebreak="al",
186777  unicodeslot=0x130F0,
186778 },
186779 [0x130F1]={
186780  category="lo",
186781  description="EGYPTIAN HIEROGLYPH E027",
186782  direction="l",
186783  linebreak="al",
186784  unicodeslot=0x130F1,
186785 },
186786 [0x130F2]={
186787  category="lo",
186788  description="EGYPTIAN HIEROGLYPH E028",
186789  direction="l",
186790  linebreak="al",
186791  unicodeslot=0x130F2,
186792 },
186793 [0x130F3]={
186794  category="lo",
186795  description="EGYPTIAN HIEROGLYPH E028A",
186796  direction="l",
186797  linebreak="al",
186798  unicodeslot=0x130F3,
186799 },
186800 [0x130F4]={
186801  category="lo",
186802  description="EGYPTIAN HIEROGLYPH E029",
186803  direction="l",
186804  linebreak="al",
186805  unicodeslot=0x130F4,
186806 },
186807 [0x130F5]={
186808  category="lo",
186809  description="EGYPTIAN HIEROGLYPH E030",
186810  direction="l",
186811  linebreak="al",
186812  unicodeslot=0x130F5,
186813 },
186814 [0x130F6]={
186815  category="lo",
186816  description="EGYPTIAN HIEROGLYPH E031",
186817  direction="l",
186818  linebreak="al",
186819  unicodeslot=0x130F6,
186820 },
186821 [0x130F7]={
186822  category="lo",
186823  description="EGYPTIAN HIEROGLYPH E032",
186824  direction="l",
186825  linebreak="al",
186826  unicodeslot=0x130F7,
186827 },
186828 [0x130F8]={
186829  category="lo",
186830  description="EGYPTIAN HIEROGLYPH E033",
186831  direction="l",
186832  linebreak="al",
186833  unicodeslot=0x130F8,
186834 },
186835 [0x130F9]={
186836  category="lo",
186837  description="EGYPTIAN HIEROGLYPH E034",
186838  direction="l",
186839  linebreak="al",
186840  unicodeslot=0x130F9,
186841 },
186842 [0x130FA]={
186843  category="lo",
186844  description="EGYPTIAN HIEROGLYPH E034A",
186845  direction="l",
186846  linebreak="al",
186847  unicodeslot=0x130FA,
186848 },
186849 [0x130FB]={
186850  category="lo",
186851  description="EGYPTIAN HIEROGLYPH E036",
186852  direction="l",
186853  linebreak="al",
186854  unicodeslot=0x130FB,
186855 },
186856 [0x130FC]={
186857  category="lo",
186858  description="EGYPTIAN HIEROGLYPH E037",
186859  direction="l",
186860  linebreak="al",
186861  unicodeslot=0x130FC,
186862 },
186863 [0x130FD]={
186864  category="lo",
186865  description="EGYPTIAN HIEROGLYPH E038",
186866  direction="l",
186867  linebreak="al",
186868  unicodeslot=0x130FD,
186869 },
186870 [0x130FE]={
186871  category="lo",
186872  description="EGYPTIAN HIEROGLYPH F001",
186873  direction="l",
186874  linebreak="al",
186875  unicodeslot=0x130FE,
186876 },
186877 [0x130FF]={
186878  category="lo",
186879  description="EGYPTIAN HIEROGLYPH F001A",
186880  direction="l",
186881  linebreak="al",
186882  unicodeslot=0x130FF,
186883 },
186884 [0x13100]={
186885  category="lo",
186886  description="EGYPTIAN HIEROGLYPH F002",
186887  direction="l",
186888  linebreak="al",
186889  unicodeslot=0x13100,
186890 },
186891 [0x13101]={
186892  category="lo",
186893  description="EGYPTIAN HIEROGLYPH F003",
186894  direction="l",
186895  linebreak="al",
186896  unicodeslot=0x13101,
186897 },
186898 [0x13102]={
186899  category="lo",
186900  description="EGYPTIAN HIEROGLYPH F004",
186901  direction="l",
186902  linebreak="al",
186903  unicodeslot=0x13102,
186904 },
186905 [0x13103]={
186906  category="lo",
186907  description="EGYPTIAN HIEROGLYPH F005",
186908  direction="l",
186909  linebreak="al",
186910  unicodeslot=0x13103,
186911 },
186912 [0x13104]={
186913  category="lo",
186914  description="EGYPTIAN HIEROGLYPH F006",
186915  direction="l",
186916  linebreak="al",
186917  unicodeslot=0x13104,
186918 },
186919 [0x13105]={
186920  category="lo",
186921  description="EGYPTIAN HIEROGLYPH F007",
186922  direction="l",
186923  linebreak="al",
186924  unicodeslot=0x13105,
186925 },
186926 [0x13106]={
186927  category="lo",
186928  description="EGYPTIAN HIEROGLYPH F008",
186929  direction="l",
186930  linebreak="al",
186931  unicodeslot=0x13106,
186932 },
186933 [0x13107]={
186934  category="lo",
186935  description="EGYPTIAN HIEROGLYPH F009",
186936  direction="l",
186937  linebreak="al",
186938  unicodeslot=0x13107,
186939 },
186940 [0x13108]={
186941  category="lo",
186942  description="EGYPTIAN HIEROGLYPH F010",
186943  direction="l",
186944  linebreak="al",
186945  unicodeslot=0x13108,
186946 },
186947 [0x13109]={
186948  category="lo",
186949  description="EGYPTIAN HIEROGLYPH F011",
186950  direction="l",
186951  linebreak="al",
186952  unicodeslot=0x13109,
186953 },
186954 [0x1310A]={
186955  category="lo",
186956  description="EGYPTIAN HIEROGLYPH F012",
186957  direction="l",
186958  linebreak="al",
186959  unicodeslot=0x1310A,
186960 },
186961 [0x1310B]={
186962  category="lo",
186963  description="EGYPTIAN HIEROGLYPH F013",
186964  direction="l",
186965  linebreak="al",
186966  unicodeslot=0x1310B,
186967 },
186968 [0x1310C]={
186969  category="lo",
186970  description="EGYPTIAN HIEROGLYPH F013A",
186971  direction="l",
186972  linebreak="al",
186973  unicodeslot=0x1310C,
186974 },
186975 [0x1310D]={
186976  category="lo",
186977  description="EGYPTIAN HIEROGLYPH F014",
186978  direction="l",
186979  linebreak="al",
186980  unicodeslot=0x1310D,
186981 },
186982 [0x1310E]={
186983  category="lo",
186984  description="EGYPTIAN HIEROGLYPH F015",
186985  direction="l",
186986  linebreak="al",
186987  unicodeslot=0x1310E,
186988 },
186989 [0x1310F]={
186990  category="lo",
186991  description="EGYPTIAN HIEROGLYPH F016",
186992  direction="l",
186993  linebreak="al",
186994  unicodeslot=0x1310F,
186995  variants=variants_90,
186996 },
186997 [0x13110]={
186998  category="lo",
186999  description="EGYPTIAN HIEROGLYPH F017",
187000  direction="l",
187001  linebreak="al",
187002  unicodeslot=0x13110,
187003 },
187004 [0x13111]={
187005  category="lo",
187006  description="EGYPTIAN HIEROGLYPH F018",
187007  direction="l",
187008  linebreak="al",
187009  unicodeslot=0x13111,
187010 },
187011 [0x13112]={
187012  category="lo",
187013  description="EGYPTIAN HIEROGLYPH F019",
187014  direction="l",
187015  linebreak="al",
187016  unicodeslot=0x13112,
187017 },
187018 [0x13113]={
187019  category="lo",
187020  description="EGYPTIAN HIEROGLYPH F020",
187021  direction="l",
187022  linebreak="al",
187023  unicodeslot=0x13113,
187024 },
187025 [0x13114]={
187026  category="lo",
187027  description="EGYPTIAN HIEROGLYPH F021",
187028  direction="l",
187029  linebreak="al",
187030  unicodeslot=0x13114,
187031 },
187032 [0x13115]={
187033  category="lo",
187034  description="EGYPTIAN HIEROGLYPH F021A",
187035  direction="l",
187036  linebreak="al",
187037  unicodeslot=0x13115,
187038 },
187039 [0x13116]={
187040  category="lo",
187041  description="EGYPTIAN HIEROGLYPH F022",
187042  direction="l",
187043  linebreak="al",
187044  unicodeslot=0x13116,
187045 },
187046 [0x13117]={
187047  category="lo",
187048  description="EGYPTIAN HIEROGLYPH F023",
187049  direction="l",
187050  linebreak="al",
187051  unicodeslot=0x13117,
187052  variants=variants_90_270,
187053 },
187054 [0x13118]={
187055  category="lo",
187056  description="EGYPTIAN HIEROGLYPH F024",
187057  direction="l",
187058  linebreak="al",
187059  unicodeslot=0x13118,
187060 },
187061 [0x13119]={
187062  category="lo",
187063  description="EGYPTIAN HIEROGLYPH F025",
187064  direction="l",
187065  linebreak="al",
187066  unicodeslot=0x13119,
187067 },
187068 [0x1311A]={
187069  category="lo",
187070  description="EGYPTIAN HIEROGLYPH F026",
187071  direction="l",
187072  linebreak="al",
187073  unicodeslot=0x1311A,
187074 },
187075 [0x1311B]={
187076  category="lo",
187077  description="EGYPTIAN HIEROGLYPH F027",
187078  direction="l",
187079  linebreak="al",
187080  unicodeslot=0x1311B,
187081 },
187082 [0x1311C]={
187083  category="lo",
187084  description="EGYPTIAN HIEROGLYPH F028",
187085  direction="l",
187086  linebreak="al",
187087  unicodeslot=0x1311C,
187088  variants=variants_90,
187089 },
187090 [0x1311D]={
187091  category="lo",
187092  description="EGYPTIAN HIEROGLYPH F029",
187093  direction="l",
187094  linebreak="al",
187095  unicodeslot=0x1311D,
187096 },
187097 [0x1311E]={
187098  category="lo",
187099  description="EGYPTIAN HIEROGLYPH F030",
187100  direction="l",
187101  linebreak="al",
187102  unicodeslot=0x1311E,
187103 },
187104 [0x1311F]={
187105  category="lo",
187106  description="EGYPTIAN HIEROGLYPH F031",
187107  direction="l",
187108  linebreak="al",
187109  unicodeslot=0x1311F,
187110 },
187111 [0x13120]={
187112  category="lo",
187113  description="EGYPTIAN HIEROGLYPH F031A",
187114  direction="l",
187115  linebreak="al",
187116  unicodeslot=0x13120,
187117 },
187118 [0x13121]={
187119  category="lo",
187120  description="EGYPTIAN HIEROGLYPH F032",
187121  direction="l",
187122  linebreak="al",
187123  unicodeslot=0x13121,
187124  variants=variants_90,
187125 },
187126 [0x13122]={
187127  category="lo",
187128  description="EGYPTIAN HIEROGLYPH F033",
187129  direction="l",
187130  linebreak="al",
187131  unicodeslot=0x13122,
187132 },
187133 [0x13123]={
187134  category="lo",
187135  description="EGYPTIAN HIEROGLYPH F034",
187136  direction="l",
187137  linebreak="al",
187138  unicodeslot=0x13123,
187139 },
187140 [0x13124]={
187141  category="lo",
187142  description="EGYPTIAN HIEROGLYPH F035",
187143  direction="l",
187144  linebreak="al",
187145  unicodeslot=0x13124,
187146 },
187147 [0x13125]={
187148  category="lo",
187149  description="EGYPTIAN HIEROGLYPH F036",
187150  direction="l",
187151  linebreak="al",
187152  unicodeslot=0x13125,
187153 },
187154 [0x13126]={
187155  category="lo",
187156  description="EGYPTIAN HIEROGLYPH F037",
187157  direction="l",
187158  linebreak="al",
187159  unicodeslot=0x13126,
187160 },
187161 [0x13127]={
187162  category="lo",
187163  description="EGYPTIAN HIEROGLYPH F037A",
187164  direction="l",
187165  linebreak="al",
187166  unicodeslot=0x13127,
187167  variants=variants_90,
187168 },
187169 [0x13128]={
187170  category="lo",
187171  description="EGYPTIAN HIEROGLYPH F038",
187172  direction="l",
187173  linebreak="al",
187174  unicodeslot=0x13128,
187175 },
187176 [0x13129]={
187177  category="lo",
187178  description="EGYPTIAN HIEROGLYPH F038A",
187179  direction="l",
187180  linebreak="al",
187181  unicodeslot=0x13129,
187182 },
187183 [0x1312A]={
187184  category="lo",
187185  description="EGYPTIAN HIEROGLYPH F039",
187186  direction="l",
187187  linebreak="al",
187188  unicodeslot=0x1312A,
187189 },
187190 [0x1312B]={
187191  category="lo",
187192  description="EGYPTIAN HIEROGLYPH F040",
187193  direction="l",
187194  linebreak="al",
187195  unicodeslot=0x1312B,
187196 },
187197 [0x1312C]={
187198  category="lo",
187199  description="EGYPTIAN HIEROGLYPH F041",
187200  direction="l",
187201  linebreak="al",
187202  unicodeslot=0x1312C,
187203 },
187204 [0x1312D]={
187205  category="lo",
187206  description="EGYPTIAN HIEROGLYPH F042",
187207  direction="l",
187208  linebreak="al",
187209  unicodeslot=0x1312D,
187210 },
187211 [0x1312E]={
187212  category="lo",
187213  description="EGYPTIAN HIEROGLYPH F043",
187214  direction="l",
187215  linebreak="al",
187216  unicodeslot=0x1312E,
187217 },
187218 [0x1312F]={
187219  category="lo",
187220  description="EGYPTIAN HIEROGLYPH F044",
187221  direction="l",
187222  linebreak="al",
187223  unicodeslot=0x1312F,
187224 },
187225 [0x13130]={
187226  category="lo",
187227  description="EGYPTIAN HIEROGLYPH F045",
187228  direction="l",
187229  linebreak="al",
187230  unicodeslot=0x13130,
187231 },
187232 [0x13131]={
187233  category="lo",
187234  description="EGYPTIAN HIEROGLYPH F045A",
187235  direction="l",
187236  linebreak="al",
187237  unicodeslot=0x13131,
187238 },
187239 [0x13132]={
187240  category="lo",
187241  description="EGYPTIAN HIEROGLYPH F046",
187242  direction="l",
187243  linebreak="al",
187244  unicodeslot=0x13132,
187245  variants=variants_180,
187246 },
187247 [0x13133]={
187248  category="lo",
187249  description="EGYPTIAN HIEROGLYPH F046A",
187250  direction="l",
187251  linebreak="al",
187252  unicodeslot=0x13133,
187253 },
187254 [0x13134]={
187255  category="lo",
187256  description="EGYPTIAN HIEROGLYPH F047",
187257  direction="l",
187258  linebreak="al",
187259  unicodeslot=0x13134,
187260 },
187261 [0x13135]={
187262  category="lo",
187263  description="EGYPTIAN HIEROGLYPH F047A",
187264  direction="l",
187265  linebreak="al",
187266  unicodeslot=0x13135,
187267 },
187268 [0x13136]={
187269  category="lo",
187270  description="EGYPTIAN HIEROGLYPH F048",
187271  direction="l",
187272  linebreak="al",
187273  unicodeslot=0x13136,
187274 },
187275 [0x13137]={
187276  category="lo",
187277  description="EGYPTIAN HIEROGLYPH F049",
187278  direction="l",
187279  linebreak="al",
187280  unicodeslot=0x13137,
187281 },
187282 [0x13138]={
187283  category="lo",
187284  description="EGYPTIAN HIEROGLYPH F050",
187285  direction="l",
187286  linebreak="al",
187287  unicodeslot=0x13138,
187288 },
187289 [0x13139]={
187290  category="lo",
187291  description="EGYPTIAN HIEROGLYPH F051",
187292  direction="l",
187293  linebreak="al",
187294  unicodeslot=0x13139,
187295  variants=variants_90_180_270,
187296 },
187297 [0x1313A]={
187298  category="lo",
187299  description="EGYPTIAN HIEROGLYPH F051A",
187300  direction="l",
187301  linebreak="al",
187302  unicodeslot=0x1313A,
187303 },
187304 [0x1313B]={
187305  category="lo",
187306  description="EGYPTIAN HIEROGLYPH F051B",
187307  direction="l",
187308  linebreak="al",
187309  unicodeslot=0x1313B,
187310 },
187311 [0x1313C]={
187312  category="lo",
187313  description="EGYPTIAN HIEROGLYPH F051C",
187314  direction="l",
187315  linebreak="al",
187316  unicodeslot=0x1313C,
187317 },
187318 [0x1313D]={
187319  category="lo",
187320  description="EGYPTIAN HIEROGLYPH F052",
187321  direction="l",
187322  linebreak="al",
187323  unicodeslot=0x1313D,
187324 },
187325 [0x1313E]={
187326  category="lo",
187327  description="EGYPTIAN HIEROGLYPH F053",
187328  direction="l",
187329  linebreak="al",
187330  unicodeslot=0x1313E,
187331 },
187332 [0x1313F]={
187333  category="lo",
187334  description="EGYPTIAN HIEROGLYPH G001",
187335  direction="l",
187336  linebreak="al",
187337  unicodeslot=0x1313F,
187338 },
187339 [0x13140]={
187340  category="lo",
187341  description="EGYPTIAN HIEROGLYPH G002",
187342  direction="l",
187343  linebreak="al",
187344  unicodeslot=0x13140,
187345 },
187346 [0x13141]={
187347  category="lo",
187348  description="EGYPTIAN HIEROGLYPH G003",
187349  direction="l",
187350  linebreak="al",
187351  unicodeslot=0x13141,
187352 },
187353 [0x13142]={
187354  category="lo",
187355  description="EGYPTIAN HIEROGLYPH G004",
187356  direction="l",
187357  linebreak="al",
187358  unicodeslot=0x13142,
187359 },
187360 [0x13143]={
187361  category="lo",
187362  description="EGYPTIAN HIEROGLYPH G005",
187363  direction="l",
187364  linebreak="al",
187365  unicodeslot=0x13143,
187366 },
187367 [0x13144]={
187368  category="lo",
187369  description="EGYPTIAN HIEROGLYPH G006",
187370  direction="l",
187371  linebreak="al",
187372  unicodeslot=0x13144,
187373 },
187374 [0x13145]={
187375  category="lo",
187376  description="EGYPTIAN HIEROGLYPH G006A",
187377  direction="l",
187378  linebreak="al",
187379  unicodeslot=0x13145,
187380 },
187381 [0x13146]={
187382  category="lo",
187383  description="EGYPTIAN HIEROGLYPH G007",
187384  direction="l",
187385  linebreak="al",
187386  unicodeslot=0x13146,
187387 },
187388 [0x13147]={
187389  category="lo",
187390  description="EGYPTIAN HIEROGLYPH G007A",
187391  direction="l",
187392  linebreak="al",
187393  unicodeslot=0x13147,
187394 },
187395 [0x13148]={
187396  category="lo",
187397  description="EGYPTIAN HIEROGLYPH G007B",
187398  direction="l",
187399  linebreak="al",
187400  unicodeslot=0x13148,
187401 },
187402 [0x13149]={
187403  category="lo",
187404  description="EGYPTIAN HIEROGLYPH G008",
187405  direction="l",
187406  linebreak="al",
187407  unicodeslot=0x13149,
187408 },
187409 [0x1314A]={
187410  category="lo",
187411  description="EGYPTIAN HIEROGLYPH G009",
187412  direction="l",
187413  linebreak="al",
187414  unicodeslot=0x1314A,
187415 },
187416 [0x1314B]={
187417  category="lo",
187418  description="EGYPTIAN HIEROGLYPH G010",
187419  direction="l",
187420  linebreak="al",
187421  unicodeslot=0x1314B,
187422 },
187423 [0x1314C]={
187424  category="lo",
187425  description="EGYPTIAN HIEROGLYPH G011",
187426  direction="l",
187427  linebreak="al",
187428  unicodeslot=0x1314C,
187429 },
187430 [0x1314D]={
187431  category="lo",
187432  description="EGYPTIAN HIEROGLYPH G011A",
187433  direction="l",
187434  linebreak="al",
187435  unicodeslot=0x1314D,
187436 },
187437 [0x1314E]={
187438  category="lo",
187439  description="EGYPTIAN HIEROGLYPH G012",
187440  direction="l",
187441  linebreak="al",
187442  unicodeslot=0x1314E,
187443 },
187444 [0x1314F]={
187445  category="lo",
187446  description="EGYPTIAN HIEROGLYPH G013",
187447  direction="l",
187448  linebreak="al",
187449  unicodeslot=0x1314F,
187450 },
187451 [0x13150]={
187452  category="lo",
187453  description="EGYPTIAN HIEROGLYPH G014",
187454  direction="l",
187455  linebreak="al",
187456  unicodeslot=0x13150,
187457 },
187458 [0x13151]={
187459  category="lo",
187460  description="EGYPTIAN HIEROGLYPH G015",
187461  direction="l",
187462  linebreak="al",
187463  unicodeslot=0x13151,
187464 },
187465 [0x13152]={
187466  category="lo",
187467  description="EGYPTIAN HIEROGLYPH G016",
187468  direction="l",
187469  linebreak="al",
187470  unicodeslot=0x13152,
187471 },
187472 [0x13153]={
187473  category="lo",
187474  description="EGYPTIAN HIEROGLYPH G017",
187475  direction="l",
187476  linebreak="al",
187477  unicodeslot=0x13153,
187478 },
187479 [0x13154]={
187480  category="lo",
187481  description="EGYPTIAN HIEROGLYPH G018",
187482  direction="l",
187483  linebreak="al",
187484  unicodeslot=0x13154,
187485 },
187486 [0x13155]={
187487  category="lo",
187488  description="EGYPTIAN HIEROGLYPH G019",
187489  direction="l",
187490  linebreak="al",
187491  unicodeslot=0x13155,
187492 },
187493 [0x13156]={
187494  category="lo",
187495  description="EGYPTIAN HIEROGLYPH G020",
187496  direction="l",
187497  linebreak="al",
187498  unicodeslot=0x13156,
187499 },
187500 [0x13157]={
187501  category="lo",
187502  description="EGYPTIAN HIEROGLYPH G020A",
187503  direction="l",
187504  linebreak="al",
187505  unicodeslot=0x13157,
187506 },
187507 [0x13158]={
187508  category="lo",
187509  description="EGYPTIAN HIEROGLYPH G021",
187510  direction="l",
187511  linebreak="al",
187512  unicodeslot=0x13158,
187513 },
187514 [0x13159]={
187515  category="lo",
187516  description="EGYPTIAN HIEROGLYPH G022",
187517  direction="l",
187518  linebreak="al",
187519  unicodeslot=0x13159,
187520 },
187521 [0x1315A]={
187522  category="lo",
187523  description="EGYPTIAN HIEROGLYPH G023",
187524  direction="l",
187525  linebreak="al",
187526  unicodeslot=0x1315A,
187527 },
187528 [0x1315B]={
187529  category="lo",
187530  description="EGYPTIAN HIEROGLYPH G024",
187531  direction="l",
187532  linebreak="al",
187533  unicodeslot=0x1315B,
187534 },
187535 [0x1315C]={
187536  category="lo",
187537  description="EGYPTIAN HIEROGLYPH G025",
187538  direction="l",
187539  linebreak="al",
187540  unicodeslot=0x1315C,
187541 },
187542 [0x1315D]={
187543  category="lo",
187544  description="EGYPTIAN HIEROGLYPH G026",
187545  direction="l",
187546  linebreak="al",
187547  unicodeslot=0x1315D,
187548 },
187549 [0x1315E]={
187550  category="lo",
187551  description="EGYPTIAN HIEROGLYPH G026A",
187552  direction="l",
187553  linebreak="al",
187554  unicodeslot=0x1315E,
187555 },
187556 [0x1315F]={
187557  category="lo",
187558  description="EGYPTIAN HIEROGLYPH G027",
187559  direction="l",
187560  linebreak="al",
187561  unicodeslot=0x1315F,
187562 },
187563 [0x13160]={
187564  category="lo",
187565  description="EGYPTIAN HIEROGLYPH G028",
187566  direction="l",
187567  linebreak="al",
187568  unicodeslot=0x13160,
187569 },
187570 [0x13161]={
187571  category="lo",
187572  description="EGYPTIAN HIEROGLYPH G029",
187573  direction="l",
187574  linebreak="al",
187575  unicodeslot=0x13161,
187576 },
187577 [0x13162]={
187578  category="lo",
187579  description="EGYPTIAN HIEROGLYPH G030",
187580  direction="l",
187581  linebreak="al",
187582  unicodeslot=0x13162,
187583 },
187584 [0x13163]={
187585  category="lo",
187586  description="EGYPTIAN HIEROGLYPH G031",
187587  direction="l",
187588  linebreak="al",
187589  unicodeslot=0x13163,
187590 },
187591 [0x13164]={
187592  category="lo",
187593  description="EGYPTIAN HIEROGLYPH G032",
187594  direction="l",
187595  linebreak="al",
187596  unicodeslot=0x13164,
187597 },
187598 [0x13165]={
187599  category="lo",
187600  description="EGYPTIAN HIEROGLYPH G033",
187601  direction="l",
187602  linebreak="al",
187603  unicodeslot=0x13165,
187604 },
187605 [0x13166]={
187606  category="lo",
187607  description="EGYPTIAN HIEROGLYPH G034",
187608  direction="l",
187609  linebreak="al",
187610  unicodeslot=0x13166,
187611 },
187612 [0x13167]={
187613  category="lo",
187614  description="EGYPTIAN HIEROGLYPH G035",
187615  direction="l",
187616  linebreak="al",
187617  unicodeslot=0x13167,
187618 },
187619 [0x13168]={
187620  category="lo",
187621  description="EGYPTIAN HIEROGLYPH G036",
187622  direction="l",
187623  linebreak="al",
187624  unicodeslot=0x13168,
187625 },
187626 [0x13169]={
187627  category="lo",
187628  description="EGYPTIAN HIEROGLYPH G036A",
187629  direction="l",
187630  linebreak="al",
187631  unicodeslot=0x13169,
187632 },
187633 [0x1316A]={
187634  category="lo",
187635  description="EGYPTIAN HIEROGLYPH G037",
187636  direction="l",
187637  linebreak="al",
187638  unicodeslot=0x1316A,
187639 },
187640 [0x1316B]={
187641  category="lo",
187642  description="EGYPTIAN HIEROGLYPH G037A",
187643  direction="l",
187644  linebreak="al",
187645  unicodeslot=0x1316B,
187646 },
187647 [0x1316C]={
187648  category="lo",
187649  description="EGYPTIAN HIEROGLYPH G038",
187650  direction="l",
187651  linebreak="al",
187652  unicodeslot=0x1316C,
187653 },
187654 [0x1316D]={
187655  category="lo",
187656  description="EGYPTIAN HIEROGLYPH G039",
187657  direction="l",
187658  linebreak="al",
187659  unicodeslot=0x1316D,
187660 },
187661 [0x1316E]={
187662  category="lo",
187663  description="EGYPTIAN HIEROGLYPH G040",
187664  direction="l",
187665  linebreak="al",
187666  unicodeslot=0x1316E,
187667 },
187668 [0x1316F]={
187669  category="lo",
187670  description="EGYPTIAN HIEROGLYPH G041",
187671  direction="l",
187672  linebreak="al",
187673  unicodeslot=0x1316F,
187674 },
187675 [0x13170]={
187676  category="lo",
187677  description="EGYPTIAN HIEROGLYPH G042",
187678  direction="l",
187679  linebreak="al",
187680  unicodeslot=0x13170,
187681 },
187682 [0x13171]={
187683  category="lo",
187684  description="EGYPTIAN HIEROGLYPH G043",
187685  direction="l",
187686  linebreak="al",
187687  unicodeslot=0x13171,
187688 },
187689 [0x13172]={
187690  category="lo",
187691  description="EGYPTIAN HIEROGLYPH G043A",
187692  direction="l",
187693  linebreak="al",
187694  unicodeslot=0x13172,
187695 },
187696 [0x13173]={
187697  category="lo",
187698  description="EGYPTIAN HIEROGLYPH G044",
187699  direction="l",
187700  linebreak="al",
187701  unicodeslot=0x13173,
187702 },
187703 [0x13174]={
187704  category="lo",
187705  description="EGYPTIAN HIEROGLYPH G045",
187706  direction="l",
187707  linebreak="al",
187708  unicodeslot=0x13174,
187709 },
187710 [0x13175]={
187711  category="lo",
187712  description="EGYPTIAN HIEROGLYPH G045A",
187713  direction="l",
187714  linebreak="al",
187715  unicodeslot=0x13175,
187716 },
187717 [0x13176]={
187718  category="lo",
187719  description="EGYPTIAN HIEROGLYPH G046",
187720  direction="l",
187721  linebreak="al",
187722  unicodeslot=0x13176,
187723 },
187724 [0x13177]={
187725  category="lo",
187726  description="EGYPTIAN HIEROGLYPH G047",
187727  direction="l",
187728  linebreak="al",
187729  unicodeslot=0x13177,
187730 },
187731 [0x13178]={
187732  category="lo",
187733  description="EGYPTIAN HIEROGLYPH G048",
187734  direction="l",
187735  linebreak="al",
187736  unicodeslot=0x13178,
187737 },
187738 [0x13179]={
187739  category="lo",
187740  description="EGYPTIAN HIEROGLYPH G049",
187741  direction="l",
187742  linebreak="al",
187743  unicodeslot=0x13179,
187744 },
187745 [0x1317A]={
187746  category="lo",
187747  description="EGYPTIAN HIEROGLYPH G050",
187748  direction="l",
187749  linebreak="al",
187750  unicodeslot=0x1317A,
187751 },
187752 [0x1317B]={
187753  category="lo",
187754  description="EGYPTIAN HIEROGLYPH G051",
187755  direction="l",
187756  linebreak="al",
187757  unicodeslot=0x1317B,
187758 },
187759 [0x1317C]={
187760  category="lo",
187761  description="EGYPTIAN HIEROGLYPH G052",
187762  direction="l",
187763  linebreak="al",
187764  unicodeslot=0x1317C,
187765 },
187766 [0x1317D]={
187767  category="lo",
187768  description="EGYPTIAN HIEROGLYPH G053",
187769  direction="l",
187770  linebreak="al",
187771  unicodeslot=0x1317D,
187772 },
187773 [0x1317E]={
187774  category="lo",
187775  description="EGYPTIAN HIEROGLYPH G054",
187776  direction="l",
187777  linebreak="al",
187778  unicodeslot=0x1317E,
187779 },
187780 [0x1317F]={
187781  category="lo",
187782  description="EGYPTIAN HIEROGLYPH H001",
187783  direction="l",
187784  linebreak="al",
187785  unicodeslot=0x1317F,
187786 },
187787 [0x13180]={
187788  category="lo",
187789  description="EGYPTIAN HIEROGLYPH H002",
187790  direction="l",
187791  linebreak="al",
187792  unicodeslot=0x13180,
187793 },
187794 [0x13181]={
187795  category="lo",
187796  description="EGYPTIAN HIEROGLYPH H003",
187797  direction="l",
187798  linebreak="al",
187799  unicodeslot=0x13181,
187800 },
187801 [0x13182]={
187802  category="lo",
187803  description="EGYPTIAN HIEROGLYPH H004",
187804  direction="l",
187805  linebreak="al",
187806  unicodeslot=0x13182,
187807 },
187808 [0x13183]={
187809  category="lo",
187810  description="EGYPTIAN HIEROGLYPH H005",
187811  direction="l",
187812  linebreak="al",
187813  unicodeslot=0x13183,
187814  variants=variants_90_270,
187815 },
187816 [0x13184]={
187817  category="lo",
187818  description="EGYPTIAN HIEROGLYPH H006",
187819  direction="l",
187820  linebreak="al",
187821  unicodeslot=0x13184,
187822 },
187823 [0x13185]={
187824  category="lo",
187825  description="EGYPTIAN HIEROGLYPH H006A",
187826  direction="l",
187827  linebreak="al",
187828  unicodeslot=0x13185,
187829 },
187830 [0x13186]={
187831  category="lo",
187832  description="EGYPTIAN HIEROGLYPH H007",
187833  direction="l",
187834  linebreak="al",
187835  unicodeslot=0x13186,
187836 },
187837 [0x13187]={
187838  category="lo",
187839  description="EGYPTIAN HIEROGLYPH H008",
187840  direction="l",
187841  linebreak="al",
187842  unicodeslot=0x13187,
187843  variants=variants_180,
187844 },
187845 [0x13188]={
187846  category="lo",
187847  description="EGYPTIAN HIEROGLYPH I001",
187848  direction="l",
187849  linebreak="al",
187850  unicodeslot=0x13188,
187851 },
187852 [0x13189]={
187853  category="lo",
187854  description="EGYPTIAN HIEROGLYPH I002",
187855  direction="l",
187856  linebreak="al",
187857  unicodeslot=0x13189,
187858 },
187859 [0x1318A]={
187860  category="lo",
187861  description="EGYPTIAN HIEROGLYPH I003",
187862  direction="l",
187863  linebreak="al",
187864  unicodeslot=0x1318A,
187865 },
187866 [0x1318B]={
187867  category="lo",
187868  description="EGYPTIAN HIEROGLYPH I004",
187869  direction="l",
187870  linebreak="al",
187871  unicodeslot=0x1318B,
187872 },
187873 [0x1318C]={
187874  category="lo",
187875  description="EGYPTIAN HIEROGLYPH I005",
187876  direction="l",
187877  linebreak="al",
187878  unicodeslot=0x1318C,
187879 },
187880 [0x1318D]={
187881  category="lo",
187882  description="EGYPTIAN HIEROGLYPH I005A",
187883  direction="l",
187884  linebreak="al",
187885  unicodeslot=0x1318D,
187886 },
187887 [0x1318E]={
187888  category="lo",
187889  description="EGYPTIAN HIEROGLYPH I006",
187890  direction="l",
187891  linebreak="al",
187892  unicodeslot=0x1318E,
187893 },
187894 [0x1318F]={
187895  category="lo",
187896  description="EGYPTIAN HIEROGLYPH I007",
187897  direction="l",
187898  linebreak="al",
187899  unicodeslot=0x1318F,
187900 },
187901 [0x13190]={
187902  category="lo",
187903  description="EGYPTIAN HIEROGLYPH I008",
187904  direction="l",
187905  linebreak="al",
187906  unicodeslot=0x13190,
187907 },
187908 [0x13191]={
187909  category="lo",
187910  description="EGYPTIAN HIEROGLYPH I009",
187911  direction="l",
187912  linebreak="al",
187913  unicodeslot=0x13191,
187914 },
187915 [0x13192]={
187916  category="lo",
187917  description="EGYPTIAN HIEROGLYPH I009A",
187918  direction="l",
187919  linebreak="al",
187920  unicodeslot=0x13192,
187921 },
187922 [0x13193]={
187923  category="lo",
187924  description="EGYPTIAN HIEROGLYPH I010",
187925  direction="l",
187926  linebreak="al",
187927  unicodeslot=0x13193,
187928 },
187929 [0x13194]={
187930  category="lo",
187931  description="EGYPTIAN HIEROGLYPH I010A",
187932  direction="l",
187933  linebreak="al",
187934  unicodeslot=0x13194,
187935 },
187936 [0x13195]={
187937  category="lo",
187938  description="EGYPTIAN HIEROGLYPH I011",
187939  direction="l",
187940  linebreak="al",
187941  unicodeslot=0x13195,
187942 },
187943 [0x13196]={
187944  category="lo",
187945  description="EGYPTIAN HIEROGLYPH I011A",
187946  direction="l",
187947  linebreak="al",
187948  unicodeslot=0x13196,
187949 },
187950 [0x13197]={
187951  category="lo",
187952  description="EGYPTIAN HIEROGLYPH I012",
187953  direction="l",
187954  linebreak="al",
187955  unicodeslot=0x13197,
187956 },
187957 [0x13198]={
187958  category="lo",
187959  description="EGYPTIAN HIEROGLYPH I013",
187960  direction="l",
187961  linebreak="al",
187962  unicodeslot=0x13198,
187963 },
187964 [0x13199]={
187965  category="lo",
187966  description="EGYPTIAN HIEROGLYPH I014",
187967  direction="l",
187968  linebreak="al",
187969  unicodeslot=0x13199,
187970 },
187971 [0x1319A]={
187972  category="lo",
187973  description="EGYPTIAN HIEROGLYPH I015",
187974  direction="l",
187975  linebreak="al",
187976  unicodeslot=0x1319A,
187977 },
187978 [0x1319B]={
187979  category="lo",
187980  description="EGYPTIAN HIEROGLYPH K001",
187981  direction="l",
187982  linebreak="al",
187983  unicodeslot=0x1319B,
187984 },
187985 [0x1319C]={
187986  category="lo",
187987  description="EGYPTIAN HIEROGLYPH K002",
187988  direction="l",
187989  linebreak="al",
187990  unicodeslot=0x1319C,
187991 },
187992 [0x1319D]={
187993  category="lo",
187994  description="EGYPTIAN HIEROGLYPH K003",
187995  direction="l",
187996  linebreak="al",
187997  unicodeslot=0x1319D,
187998 },
187999 [0x1319E]={
188000  category="lo",
188001  description="EGYPTIAN HIEROGLYPH K004",
188002  direction="l",
188003  linebreak="al",
188004  unicodeslot=0x1319E,
188005 },
188006 [0x1319F]={
188007  category="lo",
188008  description="EGYPTIAN HIEROGLYPH K005",
188009  direction="l",
188010  linebreak="al",
188011  unicodeslot=0x1319F,
188012 },
188013 [0x131A0]={
188014  category="lo",
188015  description="EGYPTIAN HIEROGLYPH K006",
188016  direction="l",
188017  linebreak="al",
188018  unicodeslot=0x131A0,
188019  variants=variants_90_180_270,
188020 },
188021 [0x131A1]={
188022  category="lo",
188023  description="EGYPTIAN HIEROGLYPH K007",
188024  direction="l",
188025  linebreak="al",
188026  unicodeslot=0x131A1,
188027 },
188028 [0x131A2]={
188029  category="lo",
188030  description="EGYPTIAN HIEROGLYPH K008",
188031  direction="l",
188032  linebreak="al",
188033  unicodeslot=0x131A2,
188034 },
188035 [0x131A3]={
188036  category="lo",
188037  description="EGYPTIAN HIEROGLYPH L001",
188038  direction="l",
188039  linebreak="al",
188040  unicodeslot=0x131A3,
188041 },
188042 [0x131A4]={
188043  category="lo",
188044  description="EGYPTIAN HIEROGLYPH L002",
188045  direction="l",
188046  linebreak="al",
188047  unicodeslot=0x131A4,
188048 },
188049 [0x131A5]={
188050  category="lo",
188051  description="EGYPTIAN HIEROGLYPH L002A",
188052  direction="l",
188053  linebreak="al",
188054  unicodeslot=0x131A5,
188055 },
188056 [0x131A6]={
188057  category="lo",
188058  description="EGYPTIAN HIEROGLYPH L003",
188059  direction="l",
188060  linebreak="al",
188061  unicodeslot=0x131A6,
188062 },
188063 [0x131A7]={
188064  category="lo",
188065  description="EGYPTIAN HIEROGLYPH L004",
188066  direction="l",
188067  linebreak="al",
188068  unicodeslot=0x131A7,
188069 },
188070 [0x131A8]={
188071  category="lo",
188072  description="EGYPTIAN HIEROGLYPH L005",
188073  direction="l",
188074  linebreak="al",
188075  unicodeslot=0x131A8,
188076 },
188077 [0x131A9]={
188078  category="lo",
188079  description="EGYPTIAN HIEROGLYPH L006",
188080  direction="l",
188081  linebreak="al",
188082  unicodeslot=0x131A9,
188083 },
188084 [0x131AA]={
188085  category="lo",
188086  description="EGYPTIAN HIEROGLYPH L006A",
188087  direction="l",
188088  linebreak="al",
188089  unicodeslot=0x131AA,
188090 },
188091 [0x131AB]={
188092  category="lo",
188093  description="EGYPTIAN HIEROGLYPH L007",
188094  direction="l",
188095  linebreak="al",
188096  unicodeslot=0x131AB,
188097 },
188098 [0x131AC]={
188099  category="lo",
188100  description="EGYPTIAN HIEROGLYPH L008",
188101  direction="l",
188102  linebreak="al",
188103  unicodeslot=0x131AC,
188104 },
188105 [0x131AD]={
188106  category="lo",
188107  description="EGYPTIAN HIEROGLYPH M001",
188108  direction="l",
188109  linebreak="al",
188110  unicodeslot=0x131AD,
188111 },
188112 [0x131AE]={
188113  category="lo",
188114  description="EGYPTIAN HIEROGLYPH M001A",
188115  direction="l",
188116  linebreak="al",
188117  unicodeslot=0x131AE,
188118 },
188119 [0x131AF]={
188120  category="lo",
188121  description="EGYPTIAN HIEROGLYPH M001B",
188122  direction="l",
188123  linebreak="al",
188124  unicodeslot=0x131AF,
188125 },
188126 [0x131B0]={
188127  category="lo",
188128  description="EGYPTIAN HIEROGLYPH M002",
188129  direction="l",
188130  linebreak="al",
188131  unicodeslot=0x131B0,
188132 },
188133 [0x131B1]={
188134  category="lo",
188135  description="EGYPTIAN HIEROGLYPH M003",
188136  direction="l",
188137  linebreak="al",
188138  unicodeslot=0x131B1,
188139  variants=variants_90_180,
188140 },
188141 [0x131B2]={
188142  category="lo",
188143  description="EGYPTIAN HIEROGLYPH M003A",
188144  direction="l",
188145  linebreak="al",
188146  unicodeslot=0x131B2,
188147 },
188148 [0x131B3]={
188149  category="lo",
188150  description="EGYPTIAN HIEROGLYPH M004",
188151  direction="l",
188152  linebreak="al",
188153  unicodeslot=0x131B3,
188154 },
188155 [0x131B4]={
188156  category="lo",
188157  description="EGYPTIAN HIEROGLYPH M005",
188158  direction="l",
188159  linebreak="al",
188160  unicodeslot=0x131B4,
188161 },
188162 [0x131B5]={
188163  category="lo",
188164  description="EGYPTIAN HIEROGLYPH M006",
188165  direction="l",
188166  linebreak="al",
188167  unicodeslot=0x131B5,
188168 },
188169 [0x131B6]={
188170  category="lo",
188171  description="EGYPTIAN HIEROGLYPH M007",
188172  direction="l",
188173  linebreak="al",
188174  unicodeslot=0x131B6,
188175 },
188176 [0x131B7]={
188177  category="lo",
188178  description="EGYPTIAN HIEROGLYPH M008",
188179  direction="l",
188180  linebreak="al",
188181  unicodeslot=0x131B7,
188182 },
188183 [0x131B8]={
188184  category="lo",
188185  description="EGYPTIAN HIEROGLYPH M009",
188186  direction="l",
188187  linebreak="al",
188188  unicodeslot=0x131B8,
188189  variants=variants_90,
188190 },
188191 [0x131B9]={
188192  category="lo",
188193  description="EGYPTIAN HIEROGLYPH M010",
188194  direction="l",
188195  linebreak="al",
188196  unicodeslot=0x131B9,
188197  variants=variants_90,
188198 },
188199 [0x131BA]={
188200  category="lo",
188201  description="EGYPTIAN HIEROGLYPH M010A",
188202  direction="l",
188203  linebreak="al",
188204  unicodeslot=0x131BA,
188205  variants=variants_90_270,
188206 },
188207 [0x131BB]={
188208  category="lo",
188209  description="EGYPTIAN HIEROGLYPH M011",
188210  direction="l",
188211  linebreak="al",
188212  unicodeslot=0x131BB,
188213 },
188214 [0x131BC]={
188215  category="lo",
188216  description="EGYPTIAN HIEROGLYPH M012",
188217  direction="l",
188218  linebreak="al",
188219  unicodeslot=0x131BC,
188220 },
188221 [0x131BD]={
188222  category="lo",
188223  description="EGYPTIAN HIEROGLYPH M012A",
188224  direction="l",
188225  linebreak="al",
188226  unicodeslot=0x131BD,
188227 },
188228 [0x131BE]={
188229  category="lo",
188230  description="EGYPTIAN HIEROGLYPH M012B",
188231  direction="l",
188232  linebreak="al",
188233  unicodeslot=0x131BE,
188234 },
188235 [0x131BF]={
188236  category="lo",
188237  description="EGYPTIAN HIEROGLYPH M012C",
188238  direction="l",
188239  linebreak="al",
188240  unicodeslot=0x131BF,
188241 },
188242 [0x131C0]={
188243  category="lo",
188244  description="EGYPTIAN HIEROGLYPH M012D",
188245  direction="l",
188246  linebreak="al",
188247  unicodeslot=0x131C0,
188248 },
188249 [0x131C1]={
188250  category="lo",
188251  description="EGYPTIAN HIEROGLYPH M012E",
188252  direction="l",
188253  linebreak="al",
188254  unicodeslot=0x131C1,
188255 },
188256 [0x131C2]={
188257  category="lo",
188258  description="EGYPTIAN HIEROGLYPH M012F",
188259  direction="l",
188260  linebreak="al",
188261  unicodeslot=0x131C2,
188262 },
188263 [0x131C3]={
188264  category="lo",
188265  description="EGYPTIAN HIEROGLYPH M012G",
188266  direction="l",
188267  linebreak="al",
188268  unicodeslot=0x131C3,
188269 },
188270 [0x131C4]={
188271  category="lo",
188272  description="EGYPTIAN HIEROGLYPH M012H",
188273  direction="l",
188274  linebreak="al",
188275  unicodeslot=0x131C4,
188276 },
188277 [0x131C5]={
188278  category="lo",
188279  description="EGYPTIAN HIEROGLYPH M013",
188280  direction="l",
188281  linebreak="al",
188282  unicodeslot=0x131C5,
188283 },
188284 [0x131C6]={
188285  category="lo",
188286  description="EGYPTIAN HIEROGLYPH M014",
188287  direction="l",
188288  linebreak="al",
188289  unicodeslot=0x131C6,
188290 },
188291 [0x131C7]={
188292  category="lo",
188293  description="EGYPTIAN HIEROGLYPH M015",
188294  direction="l",
188295  linebreak="al",
188296  unicodeslot=0x131C7,
188297 },
188298 [0x131C8]={
188299  category="lo",
188300  description="EGYPTIAN HIEROGLYPH M015A",
188301  direction="l",
188302  linebreak="al",
188303  unicodeslot=0x131C8,
188304 },
188305 [0x131C9]={
188306  category="lo",
188307  description="EGYPTIAN HIEROGLYPH M016",
188308  direction="l",
188309  linebreak="al",
188310  unicodeslot=0x131C9,
188311 },
188312 [0x131CA]={
188313  category="lo",
188314  description="EGYPTIAN HIEROGLYPH M016A",
188315  direction="l",
188316  linebreak="al",
188317  unicodeslot=0x131CA,
188318 },
188319 [0x131CB]={
188320  category="lo",
188321  description="EGYPTIAN HIEROGLYPH M017",
188322  direction="l",
188323  linebreak="al",
188324  unicodeslot=0x131CB,
188325  variants=variants_90,
188326 },
188327 [0x131CC]={
188328  category="lo",
188329  description="EGYPTIAN HIEROGLYPH M017A",
188330  direction="l",
188331  linebreak="al",
188332  unicodeslot=0x131CC,
188333 },
188334 [0x131CD]={
188335  category="lo",
188336  description="EGYPTIAN HIEROGLYPH M018",
188337  direction="l",
188338  linebreak="al",
188339  unicodeslot=0x131CD,
188340 },
188341 [0x131CE]={
188342  category="lo",
188343  description="EGYPTIAN HIEROGLYPH M019",
188344  direction="l",
188345  linebreak="al",
188346  unicodeslot=0x131CE,
188347 },
188348 [0x131CF]={
188349  category="lo",
188350  description="EGYPTIAN HIEROGLYPH M020",
188351  direction="l",
188352  linebreak="al",
188353  unicodeslot=0x131CF,
188354 },
188355 [0x131D0]={
188356  category="lo",
188357  description="EGYPTIAN HIEROGLYPH M021",
188358  direction="l",
188359  linebreak="al",
188360  unicodeslot=0x131D0,
188361 },
188362 [0x131D1]={
188363  category="lo",
188364  description="EGYPTIAN HIEROGLYPH M022",
188365  direction="l",
188366  linebreak="al",
188367  unicodeslot=0x131D1,
188368 },
188369 [0x131D2]={
188370  category="lo",
188371  description="EGYPTIAN HIEROGLYPH M022A",
188372  direction="l",
188373  linebreak="al",
188374  unicodeslot=0x131D2,
188375 },
188376 [0x131D3]={
188377  category="lo",
188378  description="EGYPTIAN HIEROGLYPH M023",
188379  direction="l",
188380  linebreak="al",
188381  unicodeslot=0x131D3,
188382 },
188383 [0x131D4]={
188384  category="lo",
188385  description="EGYPTIAN HIEROGLYPH M024",
188386  direction="l",
188387  linebreak="al",
188388  unicodeslot=0x131D4,
188389 },
188390 [0x131D5]={
188391  category="lo",
188392  description="EGYPTIAN HIEROGLYPH M024A",
188393  direction="l",
188394  linebreak="al",
188395  unicodeslot=0x131D5,
188396 },
188397 [0x131D6]={
188398  category="lo",
188399  description="EGYPTIAN HIEROGLYPH M025",
188400  direction="l",
188401  linebreak="al",
188402  unicodeslot=0x131D6,
188403 },
188404 [0x131D7]={
188405  category="lo",
188406  description="EGYPTIAN HIEROGLYPH M026",
188407  direction="l",
188408  linebreak="al",
188409  unicodeslot=0x131D7,
188410 },
188411 [0x131D8]={
188412  category="lo",
188413  description="EGYPTIAN HIEROGLYPH M027",
188414  direction="l",
188415  linebreak="al",
188416  unicodeslot=0x131D8,
188417 },
188418 [0x131D9]={
188419  category="lo",
188420  description="EGYPTIAN HIEROGLYPH M028",
188421  direction="l",
188422  linebreak="al",
188423  unicodeslot=0x131D9,
188424 },
188425 [0x131DA]={
188426  category="lo",
188427  description="EGYPTIAN HIEROGLYPH M028A",
188428  direction="l",
188429  linebreak="al",
188430  unicodeslot=0x131DA,
188431 },
188432 [0x131DB]={
188433  category="lo",
188434  description="EGYPTIAN HIEROGLYPH M029",
188435  direction="l",
188436  linebreak="al",
188437  unicodeslot=0x131DB,
188438 },
188439 [0x131DC]={
188440  category="lo",
188441  description="EGYPTIAN HIEROGLYPH M030",
188442  direction="l",
188443  linebreak="al",
188444  unicodeslot=0x131DC,
188445 },
188446 [0x131DD]={
188447  category="lo",
188448  description="EGYPTIAN HIEROGLYPH M031",
188449  direction="l",
188450  linebreak="al",
188451  unicodeslot=0x131DD,
188452 },
188453 [0x131DE]={
188454  category="lo",
188455  description="EGYPTIAN HIEROGLYPH M031A",
188456  direction="l",
188457  linebreak="al",
188458  unicodeslot=0x131DE,
188459 },
188460 [0x131DF]={
188461  category="lo",
188462  description="EGYPTIAN HIEROGLYPH M032",
188463  direction="l",
188464  linebreak="al",
188465  unicodeslot=0x131DF,
188466 },
188467 [0x131E0]={
188468  category="lo",
188469  description="EGYPTIAN HIEROGLYPH M033",
188470  direction="l",
188471  linebreak="al",
188472  unicodeslot=0x131E0,
188473  variants={
188474   [0xFE00]="rotated 90 degrees [= 270 degrees]",
188475  },
188476 },
188477 [0x131E1]={
188478  category="lo",
188479  description="EGYPTIAN HIEROGLYPH M033A",
188480  direction="l",
188481  linebreak="al",
188482  unicodeslot=0x131E1,
188483 },
188484 [0x131E2]={
188485  category="lo",
188486  description="EGYPTIAN HIEROGLYPH M033B",
188487  direction="l",
188488  linebreak="al",
188489  unicodeslot=0x131E2,
188490 },
188491 [0x131E3]={
188492  category="lo",
188493  description="EGYPTIAN HIEROGLYPH M034",
188494  direction="l",
188495  linebreak="al",
188496  unicodeslot=0x131E3,
188497 },
188498 [0x131E4]={
188499  category="lo",
188500  description="EGYPTIAN HIEROGLYPH M035",
188501  direction="l",
188502  linebreak="al",
188503  unicodeslot=0x131E4,
188504 },
188505 [0x131E5]={
188506  category="lo",
188507  description="EGYPTIAN HIEROGLYPH M036",
188508  direction="l",
188509  linebreak="al",
188510  unicodeslot=0x131E5,
188511 },
188512 [0x131E6]={
188513  category="lo",
188514  description="EGYPTIAN HIEROGLYPH M037",
188515  direction="l",
188516  linebreak="al",
188517  unicodeslot=0x131E6,
188518 },
188519 [0x131E7]={
188520  category="lo",
188521  description="EGYPTIAN HIEROGLYPH M038",
188522  direction="l",
188523  linebreak="al",
188524  unicodeslot=0x131E7,
188525 },
188526 [0x131E8]={
188527  category="lo",
188528  description="EGYPTIAN HIEROGLYPH M039",
188529  direction="l",
188530  linebreak="al",
188531  unicodeslot=0x131E8,
188532 },
188533 [0x131E9]={
188534  category="lo",
188535  description="EGYPTIAN HIEROGLYPH M040",
188536  direction="l",
188537  linebreak="al",
188538  unicodeslot=0x131E9,
188539 },
188540 [0x131EA]={
188541  category="lo",
188542  description="EGYPTIAN HIEROGLYPH M040A",
188543  direction="l",
188544  linebreak="al",
188545  unicodeslot=0x131EA,
188546 },
188547 [0x131EB]={
188548  category="lo",
188549  description="EGYPTIAN HIEROGLYPH M041",
188550  direction="l",
188551  linebreak="al",
188552  unicodeslot=0x131EB,
188553 },
188554 [0x131EC]={
188555  category="lo",
188556  description="EGYPTIAN HIEROGLYPH M042",
188557  direction="l",
188558  linebreak="al",
188559  unicodeslot=0x131EC,
188560 },
188561 [0x131ED]={
188562  category="lo",
188563  description="EGYPTIAN HIEROGLYPH M043",
188564  direction="l",
188565  linebreak="al",
188566  unicodeslot=0x131ED,
188567 },
188568 [0x131EE]={
188569  category="lo",
188570  description="EGYPTIAN HIEROGLYPH M044",
188571  direction="l",
188572  linebreak="al",
188573  unicodeslot=0x131EE,
188574  variants=variants_180_270,
188575 },
188576 [0x131EF]={
188577  category="lo",
188578  description="EGYPTIAN HIEROGLYPH N001",
188579  direction="l",
188580  linebreak="al",
188581  unicodeslot=0x131EF,
188582 },
188583 [0x131F0]={
188584  category="lo",
188585  description="EGYPTIAN HIEROGLYPH N002",
188586  direction="l",
188587  linebreak="al",
188588  unicodeslot=0x131F0,
188589 },
188590 [0x131F1]={
188591  category="lo",
188592  description="EGYPTIAN HIEROGLYPH N003",
188593  direction="l",
188594  linebreak="al",
188595  unicodeslot=0x131F1,
188596 },
188597 [0x131F2]={
188598  category="lo",
188599  description="EGYPTIAN HIEROGLYPH N004",
188600  direction="l",
188601  linebreak="al",
188602  unicodeslot=0x131F2,
188603 },
188604 [0x131F3]={
188605  category="lo",
188606  description="EGYPTIAN HIEROGLYPH N005",
188607  direction="l",
188608  linebreak="al",
188609  unicodeslot=0x131F3,
188610 },
188611 [0x131F4]={
188612  category="lo",
188613  description="EGYPTIAN HIEROGLYPH N006",
188614  direction="l",
188615  linebreak="al",
188616  unicodeslot=0x131F4,
188617 },
188618 [0x131F5]={
188619  category="lo",
188620  description="EGYPTIAN HIEROGLYPH N007",
188621  direction="l",
188622  linebreak="al",
188623  unicodeslot=0x131F5,
188624 },
188625 [0x131F6]={
188626  category="lo",
188627  description="EGYPTIAN HIEROGLYPH N008",
188628  direction="l",
188629  linebreak="al",
188630  unicodeslot=0x131F6,
188631 },
188632 [0x131F7]={
188633  category="lo",
188634  description="EGYPTIAN HIEROGLYPH N009",
188635  direction="l",
188636  linebreak="al",
188637  unicodeslot=0x131F7,
188638 },
188639 [0x131F8]={
188640  category="lo",
188641  description="EGYPTIAN HIEROGLYPH N010",
188642  direction="l",
188643  linebreak="al",
188644  unicodeslot=0x131F8,
188645  variants=variants_180,
188646 },
188647 [0x131F9]={
188648  category="lo",
188649  description="EGYPTIAN HIEROGLYPH N011",
188650  direction="l",
188651  linebreak="al",
188652  unicodeslot=0x131F9,
188653  variants=variants_90_180,
188654 },
188655 [0x131FA]={
188656  category="lo",
188657  description="EGYPTIAN HIEROGLYPH N012",
188658  direction="l",
188659  linebreak="al",
188660  unicodeslot=0x131FA,
188661  variants=variants_90_180,
188662 },
188663 [0x131FB]={
188664  category="lo",
188665  description="EGYPTIAN HIEROGLYPH N013",
188666  direction="l",
188667  linebreak="al",
188668  unicodeslot=0x131FB,
188669 },
188670 [0x131FC]={
188671  category="lo",
188672  description="EGYPTIAN HIEROGLYPH N014",
188673  direction="l",
188674  linebreak="al",
188675  unicodeslot=0x131FC,
188676 },
188677 [0x131FD]={
188678  category="lo",
188679  description="EGYPTIAN HIEROGLYPH N015",
188680  direction="l",
188681  linebreak="al",
188682  unicodeslot=0x131FD,
188683 },
188684 [0x131FE]={
188685  category="lo",
188686  description="EGYPTIAN HIEROGLYPH N016",
188687  direction="l",
188688  linebreak="al",
188689  unicodeslot=0x131FE,
188690 },
188691 [0x131FF]={
188692  category="lo",
188693  description="EGYPTIAN HIEROGLYPH N017",
188694  direction="l",
188695  linebreak="al",
188696  unicodeslot=0x131FF,
188697 },
188698 [0x13200]={
188699  category="lo",
188700  description="EGYPTIAN HIEROGLYPH N018",
188701  direction="l",
188702  linebreak="al",
188703  unicodeslot=0x13200,
188704 },
188705 [0x13201]={
188706  category="lo",
188707  description="EGYPTIAN HIEROGLYPH N018A",
188708  direction="l",
188709  linebreak="al",
188710  unicodeslot=0x13201,
188711 },
188712 [0x13202]={
188713  category="lo",
188714  description="EGYPTIAN HIEROGLYPH N018B",
188715  direction="l",
188716  linebreak="al",
188717  unicodeslot=0x13202,
188718 },
188719 [0x13203]={
188720  category="lo",
188721  description="EGYPTIAN HIEROGLYPH N019",
188722  direction="l",
188723  linebreak="al",
188724  unicodeslot=0x13203,
188725 },
188726 [0x13204]={
188727  category="lo",
188728  description="EGYPTIAN HIEROGLYPH N020",
188729  direction="l",
188730  linebreak="al",
188731  unicodeslot=0x13204,
188732 },
188733 [0x13205]={
188734  category="lo",
188735  description="EGYPTIAN HIEROGLYPH N021",
188736  direction="l",
188737  linebreak="al",
188738  unicodeslot=0x13205,
188739 },
188740 [0x13206]={
188741  category="lo",
188742  description="EGYPTIAN HIEROGLYPH N022",
188743  direction="l",
188744  linebreak="al",
188745  unicodeslot=0x13206,
188746 },
188747 [0x13207]={
188748  category="lo",
188749  description="EGYPTIAN HIEROGLYPH N023",
188750  direction="l",
188751  linebreak="al",
188752  unicodeslot=0x13207,
188753 },
188754 [0x13208]={
188755  category="lo",
188756  description="EGYPTIAN HIEROGLYPH N024",
188757  direction="l",
188758  linebreak="al",
188759  unicodeslot=0x13208,
188760 },
188761 [0x13209]={
188762  category="lo",
188763  description="EGYPTIAN HIEROGLYPH N025",
188764  direction="l",
188765  linebreak="al",
188766  unicodeslot=0x13209,
188767 },
188768 [0x1320A]={
188769  category="lo",
188770  description="EGYPTIAN HIEROGLYPH N025A",
188771  direction="l",
188772  linebreak="al",
188773  unicodeslot=0x1320A,
188774 },
188775 [0x1320B]={
188776  category="lo",
188777  description="EGYPTIAN HIEROGLYPH N026",
188778  direction="l",
188779  linebreak="al",
188780  unicodeslot=0x1320B,
188781 },
188782 [0x1320C]={
188783  category="lo",
188784  description="EGYPTIAN HIEROGLYPH N027",
188785  direction="l",
188786  linebreak="al",
188787  unicodeslot=0x1320C,
188788 },
188789 [0x1320D]={
188790  category="lo",
188791  description="EGYPTIAN HIEROGLYPH N028",
188792  direction="l",
188793  linebreak="al",
188794  unicodeslot=0x1320D,
188795 },
188796 [0x1320E]={
188797  category="lo",
188798  description="EGYPTIAN HIEROGLYPH N029",
188799  direction="l",
188800  linebreak="al",
188801  unicodeslot=0x1320E,
188802 },
188803 [0x1320F]={
188804  category="lo",
188805  description="EGYPTIAN HIEROGLYPH N030",
188806  direction="l",
188807  linebreak="al",
188808  unicodeslot=0x1320F,
188809 },
188810 [0x13210]={
188811  category="lo",
188812  description="EGYPTIAN HIEROGLYPH N031",
188813  direction="l",
188814  linebreak="al",
188815  unicodeslot=0x13210,
188816 },
188817 [0x13211]={
188818  category="lo",
188819  description="EGYPTIAN HIEROGLYPH N032",
188820  direction="l",
188821  linebreak="al",
188822  unicodeslot=0x13211,
188823 },
188824 [0x13212]={
188825  category="lo",
188826  description="EGYPTIAN HIEROGLYPH N033",
188827  direction="l",
188828  linebreak="al",
188829  unicodeslot=0x13212,
188830 },
188831 [0x13213]={
188832  category="lo",
188833  description="EGYPTIAN HIEROGLYPH N033A",
188834  direction="l",
188835  linebreak="al",
188836  unicodeslot=0x13213,
188837 },
188838 [0x13214]={
188839  category="lo",
188840  description="EGYPTIAN HIEROGLYPH N034",
188841  direction="l",
188842  linebreak="al",
188843  unicodeslot=0x13214,
188844 },
188845 [0x13215]={
188846  category="lo",
188847  description="EGYPTIAN HIEROGLYPH N034A",
188848  direction="l",
188849  linebreak="al",
188850  unicodeslot=0x13215,
188851 },
188852 [0x13216]={
188853  category="lo",
188854  description="EGYPTIAN HIEROGLYPH N035",
188855  direction="l",
188856  linebreak="al",
188857  unicodeslot=0x13216,
188858  variants=variants_90_270,
188859 },
188860 [0x13217]={
188861  category="lo",
188862  description="EGYPTIAN HIEROGLYPH N035A",
188863  direction="l",
188864  linebreak="al",
188865  unicodeslot=0x13217,
188866 },
188867 [0x13218]={
188868  category="lo",
188869  description="EGYPTIAN HIEROGLYPH N036",
188870  direction="l",
188871  linebreak="al",
188872  unicodeslot=0x13218,
188873 },
188874 [0x13219]={
188875  category="lo",
188876  description="EGYPTIAN HIEROGLYPH N037",
188877  direction="l",
188878  linebreak="al",
188879  unicodeslot=0x13219,
188880 },
188881 [0x1321A]={
188882  category="lo",
188883  description="EGYPTIAN HIEROGLYPH N037A",
188884  direction="l",
188885  linebreak="al",
188886  unicodeslot=0x1321A,
188887 },
188888 [0x1321B]={
188889  category="lo",
188890  description="EGYPTIAN HIEROGLYPH N038",
188891  direction="l",
188892  linebreak="al",
188893  unicodeslot=0x1321B,
188894 },
188895 [0x1321C]={
188896  category="lo",
188897  description="EGYPTIAN HIEROGLYPH N039",
188898  direction="l",
188899  linebreak="al",
188900  unicodeslot=0x1321C,
188901 },
188902 [0x1321D]={
188903  category="lo",
188904  description="EGYPTIAN HIEROGLYPH N040",
188905  direction="l",
188906  linebreak="al",
188907  unicodeslot=0x1321D,
188908 },
188909 [0x1321E]={
188910  category="lo",
188911  description="EGYPTIAN HIEROGLYPH N041",
188912  direction="l",
188913  linebreak="al",
188914  unicodeslot=0x1321E,
188915 },
188916 [0x1321F]={
188917  category="lo",
188918  description="EGYPTIAN HIEROGLYPH N042",
188919  direction="l",
188920  linebreak="al",
188921  unicodeslot=0x1321F,
188922 },
188923 [0x13220]={
188924  category="lo",
188925  description="EGYPTIAN HIEROGLYPH NL001",
188926  direction="l",
188927  linebreak="al",
188928  unicodeslot=0x13220,
188929 },
188930 [0x13221]={
188931  category="lo",
188932  description="EGYPTIAN HIEROGLYPH NL002",
188933  direction="l",
188934  linebreak="al",
188935  unicodeslot=0x13221,
188936 },
188937 [0x13222]={
188938  category="lo",
188939  description="EGYPTIAN HIEROGLYPH NL003",
188940  direction="l",
188941  linebreak="al",
188942  unicodeslot=0x13222,
188943 },
188944 [0x13223]={
188945  category="lo",
188946  description="EGYPTIAN HIEROGLYPH NL004",
188947  direction="l",
188948  linebreak="al",
188949  unicodeslot=0x13223,
188950 },
188951 [0x13224]={
188952  category="lo",
188953  description="EGYPTIAN HIEROGLYPH NL005",
188954  direction="l",
188955  linebreak="al",
188956  unicodeslot=0x13224,
188957 },
188958 [0x13225]={
188959  category="lo",
188960  description="EGYPTIAN HIEROGLYPH NL005A",
188961  direction="l",
188962  linebreak="al",
188963  unicodeslot=0x13225,
188964 },
188965 [0x13226]={
188966  category="lo",
188967  description="EGYPTIAN HIEROGLYPH NL006",
188968  direction="l",
188969  linebreak="al",
188970  unicodeslot=0x13226,
188971 },
188972 [0x13227]={
188973  category="lo",
188974  description="EGYPTIAN HIEROGLYPH NL007",
188975  direction="l",
188976  linebreak="al",
188977  unicodeslot=0x13227,
188978 },
188979 [0x13228]={
188980  category="lo",
188981  description="EGYPTIAN HIEROGLYPH NL008",
188982  direction="l",
188983  linebreak="al",
188984  unicodeslot=0x13228,
188985 },
188986 [0x13229]={
188987  category="lo",
188988  description="EGYPTIAN HIEROGLYPH NL009",
188989  direction="l",
188990  linebreak="al",
188991  unicodeslot=0x13229,
188992 },
188993 [0x1322A]={
188994  category="lo",
188995  description="EGYPTIAN HIEROGLYPH NL010",
188996  direction="l",
188997  linebreak="al",
188998  unicodeslot=0x1322A,
188999 },
189000 [0x1322B]={
189001  category="lo",
189002  description="EGYPTIAN HIEROGLYPH NL011",
189003  direction="l",
189004  linebreak="al",
189005  unicodeslot=0x1322B,
189006 },
189007 [0x1322C]={
189008  category="lo",
189009  description="EGYPTIAN HIEROGLYPH NL012",
189010  direction="l",
189011  linebreak="al",
189012  unicodeslot=0x1322C,
189013 },
189014 [0x1322D]={
189015  category="lo",
189016  description="EGYPTIAN HIEROGLYPH NL013",
189017  direction="l",
189018  linebreak="al",
189019  unicodeslot=0x1322D,
189020 },
189021 [0x1322E]={
189022  category="lo",
189023  description="EGYPTIAN HIEROGLYPH NL014",
189024  direction="l",
189025  linebreak="al",
189026  unicodeslot=0x1322E,
189027 },
189028 [0x1322F]={
189029  category="lo",
189030  description="EGYPTIAN HIEROGLYPH NL015",
189031  direction="l",
189032  linebreak="al",
189033  unicodeslot=0x1322F,
189034 },
189035 [0x13230]={
189036  category="lo",
189037  description="EGYPTIAN HIEROGLYPH NL016",
189038  direction="l",
189039  linebreak="al",
189040  unicodeslot=0x13230,
189041 },
189042 [0x13231]={
189043  category="lo",
189044  description="EGYPTIAN HIEROGLYPH NL017",
189045  direction="l",
189046  linebreak="al",
189047  unicodeslot=0x13231,
189048 },
189049 [0x13232]={
189050  category="lo",
189051  description="EGYPTIAN HIEROGLYPH NL017A",
189052  direction="l",
189053  linebreak="al",
189054  unicodeslot=0x13232,
189055 },
189056 [0x13233]={
189057  category="lo",
189058  description="EGYPTIAN HIEROGLYPH NL018",
189059  direction="l",
189060  linebreak="al",
189061  unicodeslot=0x13233,
189062 },
189063 [0x13234]={
189064  category="lo",
189065  description="EGYPTIAN HIEROGLYPH NL019",
189066  direction="l",
189067  linebreak="al",
189068  unicodeslot=0x13234,
189069 },
189070 [0x13235]={
189071  category="lo",
189072  description="EGYPTIAN HIEROGLYPH NL020",
189073  direction="l",
189074  linebreak="al",
189075  unicodeslot=0x13235,
189076 },
189077 [0x13236]={
189078  category="lo",
189079  description="EGYPTIAN HIEROGLYPH NU001",
189080  direction="l",
189081  linebreak="al",
189082  unicodeslot=0x13236,
189083 },
189084 [0x13237]={
189085  category="lo",
189086  description="EGYPTIAN HIEROGLYPH NU002",
189087  direction="l",
189088  linebreak="al",
189089  unicodeslot=0x13237,
189090 },
189091 [0x13238]={
189092  category="lo",
189093  description="EGYPTIAN HIEROGLYPH NU003",
189094  direction="l",
189095  linebreak="al",
189096  unicodeslot=0x13238,
189097 },
189098 [0x13239]={
189099  category="lo",
189100  description="EGYPTIAN HIEROGLYPH NU004",
189101  direction="l",
189102  linebreak="al",
189103  unicodeslot=0x13239,
189104 },
189105 [0x1323A]={
189106  category="lo",
189107  description="EGYPTIAN HIEROGLYPH NU005",
189108  direction="l",
189109  linebreak="al",
189110  unicodeslot=0x1323A,
189111 },
189112 [0x1323B]={
189113  category="lo",
189114  description="EGYPTIAN HIEROGLYPH NU006",
189115  direction="l",
189116  linebreak="al",
189117  unicodeslot=0x1323B,
189118 },
189119 [0x1323C]={
189120  category="lo",
189121  description="EGYPTIAN HIEROGLYPH NU007",
189122  direction="l",
189123  linebreak="al",
189124  unicodeslot=0x1323C,
189125 },
189126 [0x1323D]={
189127  category="lo",
189128  description="EGYPTIAN HIEROGLYPH NU008",
189129  direction="l",
189130  linebreak="al",
189131  unicodeslot=0x1323D,
189132 },
189133 [0x1323E]={
189134  category="lo",
189135  description="EGYPTIAN HIEROGLYPH NU009",
189136  direction="l",
189137  linebreak="al",
189138  unicodeslot=0x1323E,
189139 },
189140 [0x1323F]={
189141  category="lo",
189142  description="EGYPTIAN HIEROGLYPH NU010",
189143  direction="l",
189144  linebreak="al",
189145  unicodeslot=0x1323F,
189146 },
189147 [0x13240]={
189148  category="lo",
189149  description="EGYPTIAN HIEROGLYPH NU010A",
189150  direction="l",
189151  linebreak="al",
189152  unicodeslot=0x13240,
189153 },
189154 [0x13241]={
189155  category="lo",
189156  description="EGYPTIAN HIEROGLYPH NU011",
189157  direction="l",
189158  linebreak="al",
189159  unicodeslot=0x13241,
189160 },
189161 [0x13242]={
189162  category="lo",
189163  description="EGYPTIAN HIEROGLYPH NU011A",
189164  direction="l",
189165  linebreak="al",
189166  unicodeslot=0x13242,
189167 },
189168 [0x13243]={
189169  category="lo",
189170  description="EGYPTIAN HIEROGLYPH NU012",
189171  direction="l",
189172  linebreak="al",
189173  unicodeslot=0x13243,
189174 },
189175 [0x13244]={
189176  category="lo",
189177  description="EGYPTIAN HIEROGLYPH NU013",
189178  direction="l",
189179  linebreak="al",
189180  unicodeslot=0x13244,
189181 },
189182 [0x13245]={
189183  category="lo",
189184  description="EGYPTIAN HIEROGLYPH NU014",
189185  direction="l",
189186  linebreak="al",
189187  unicodeslot=0x13245,
189188 },
189189 [0x13246]={
189190  category="lo",
189191  description="EGYPTIAN HIEROGLYPH NU015",
189192  direction="l",
189193  linebreak="al",
189194  unicodeslot=0x13246,
189195 },
189196 [0x13247]={
189197  category="lo",
189198  description="EGYPTIAN HIEROGLYPH NU016",
189199  direction="l",
189200  linebreak="al",
189201  unicodeslot=0x13247,
189202 },
189203 [0x13248]={
189204  category="lo",
189205  description="EGYPTIAN HIEROGLYPH NU017",
189206  direction="l",
189207  linebreak="al",
189208  unicodeslot=0x13248,
189209 },
189210 [0x13249]={
189211  category="lo",
189212  description="EGYPTIAN HIEROGLYPH NU018",
189213  direction="l",
189214  linebreak="al",
189215  unicodeslot=0x13249,
189216 },
189217 [0x1324A]={
189218  category="lo",
189219  description="EGYPTIAN HIEROGLYPH NU018A",
189220  direction="l",
189221  linebreak="al",
189222  unicodeslot=0x1324A,
189223 },
189224 [0x1324B]={
189225  category="lo",
189226  description="EGYPTIAN HIEROGLYPH NU019",
189227  direction="l",
189228  linebreak="al",
189229  unicodeslot=0x1324B,
189230 },
189231 [0x1324C]={
189232  category="lo",
189233  description="EGYPTIAN HIEROGLYPH NU020",
189234  direction="l",
189235  linebreak="al",
189236  unicodeslot=0x1324C,
189237 },
189238 [0x1324D]={
189239  category="lo",
189240  description="EGYPTIAN HIEROGLYPH NU021",
189241  direction="l",
189242  linebreak="al",
189243  unicodeslot=0x1324D,
189244 },
189245 [0x1324E]={
189246  category="lo",
189247  description="EGYPTIAN HIEROGLYPH NU022",
189248  direction="l",
189249  linebreak="al",
189250  unicodeslot=0x1324E,
189251 },
189252 [0x1324F]={
189253  category="lo",
189254  description="EGYPTIAN HIEROGLYPH NU022A",
189255  direction="l",
189256  linebreak="al",
189257  unicodeslot=0x1324F,
189258 },
189259 [0x13250]={
189260  category="lo",
189261  description="EGYPTIAN HIEROGLYPH O001",
189262  direction="l",
189263  linebreak="al",
189264  unicodeslot=0x13250,
189265 },
189266 [0x13251]={
189267  category="lo",
189268  description="EGYPTIAN HIEROGLYPH O001A",
189269  direction="l",
189270  linebreak="al",
189271  unicodeslot=0x13251,
189272 },
189273 [0x13252]={
189274  category="lo",
189275  description="EGYPTIAN HIEROGLYPH O002",
189276  direction="l",
189277  linebreak="al",
189278  unicodeslot=0x13252,
189279 },
189280 [0x13253]={
189281  category="lo",
189282  description="EGYPTIAN HIEROGLYPH O003",
189283  direction="l",
189284  linebreak="al",
189285  unicodeslot=0x13253,
189286 },
189287 [0x13254]={
189288  category="lo",
189289  description="EGYPTIAN HIEROGLYPH O004",
189290  direction="l",
189291  linebreak="al",
189292  unicodeslot=0x13254,
189293 },
189294 [0x13255]={
189295  category="lo",
189296  description="EGYPTIAN HIEROGLYPH O005",
189297  direction="l",
189298  linebreak="al",
189299  unicodeslot=0x13255,
189300 },
189301 [0x13256]={
189302  category="lo",
189303  description="EGYPTIAN HIEROGLYPH O005A",
189304  direction="l",
189305  linebreak="al",
189306  unicodeslot=0x13256,
189307 },
189308 [0x13257]={
189309  category="lo",
189310  description="EGYPTIAN HIEROGLYPH O006",
189311  direction="l",
189312  linebreak="al",
189313  unicodeslot=0x13257,
189314  variants=variants_180,
189315 },
189316 [0x13258]={
189317  category="lo",
189318  description="EGYPTIAN HIEROGLYPH O006A",
189319  direction="l",
189320  linebreak="op",
189321  unicodeslot=0x13258,
189322 },
189323 [0x13259]={
189324  category="lo",
189325  description="EGYPTIAN HIEROGLYPH O006B",
189326  direction="l",
189327  linebreak="op",
189328  unicodeslot=0x13259,
189329 },
189330 [0x1325A]={
189331  category="lo",
189332  description="EGYPTIAN HIEROGLYPH O006C",
189333  direction="l",
189334  linebreak="op",
189335  unicodeslot=0x1325A,
189336 },
189337 [0x1325B]={
189338  category="lo",
189339  description="EGYPTIAN HIEROGLYPH O006D",
189340  direction="l",
189341  linebreak="cl",
189342  unicodeslot=0x1325B,
189343 },
189344 [0x1325C]={
189345  category="lo",
189346  description="EGYPTIAN HIEROGLYPH O006E",
189347  direction="l",
189348  linebreak="cl",
189349  unicodeslot=0x1325C,
189350 },
189351 [0x1325D]={
189352  category="lo",
189353  description="EGYPTIAN HIEROGLYPH O006F",
189354  direction="l",
189355  linebreak="cl",
189356  unicodeslot=0x1325D,
189357 },
189358 [0x1325E]={
189359  category="lo",
189360  description="EGYPTIAN HIEROGLYPH O007",
189361  direction="l",
189362  linebreak="al",
189363  unicodeslot=0x1325E,
189364 },
189365 [0x1325F]={
189366  category="lo",
189367  description="EGYPTIAN HIEROGLYPH O008",
189368  direction="l",
189369  linebreak="al",
189370  unicodeslot=0x1325F,
189371 },
189372 [0x13260]={
189373  category="lo",
189374  description="EGYPTIAN HIEROGLYPH O009",
189375  direction="l",
189376  linebreak="al",
189377  unicodeslot=0x13260,
189378 },
189379 [0x13261]={
189380  category="lo",
189381  description="EGYPTIAN HIEROGLYPH O010",
189382  direction="l",
189383  linebreak="al",
189384  unicodeslot=0x13261,
189385 },
189386 [0x13262]={
189387  category="lo",
189388  description="EGYPTIAN HIEROGLYPH O010A",
189389  direction="l",
189390  linebreak="al",
189391  unicodeslot=0x13262,
189392 },
189393 [0x13263]={
189394  category="lo",
189395  description="EGYPTIAN HIEROGLYPH O010B",
189396  direction="l",
189397  linebreak="al",
189398  unicodeslot=0x13263,
189399 },
189400 [0x13264]={
189401  category="lo",
189402  description="EGYPTIAN HIEROGLYPH O010C",
189403  direction="l",
189404  linebreak="al",
189405  unicodeslot=0x13264,
189406 },
189407 [0x13265]={
189408  category="lo",
189409  description="EGYPTIAN HIEROGLYPH O011",
189410  direction="l",
189411  linebreak="al",
189412  unicodeslot=0x13265,
189413 },
189414 [0x13266]={
189415  category="lo",
189416  description="EGYPTIAN HIEROGLYPH O012",
189417  direction="l",
189418  linebreak="al",
189419  unicodeslot=0x13266,
189420 },
189421 [0x13267]={
189422  category="lo",
189423  description="EGYPTIAN HIEROGLYPH O013",
189424  direction="l",
189425  linebreak="al",
189426  unicodeslot=0x13267,
189427 },
189428 [0x13268]={
189429  category="lo",
189430  description="EGYPTIAN HIEROGLYPH O014",
189431  direction="l",
189432  linebreak="al",
189433  unicodeslot=0x13268,
189434 },
189435 [0x13269]={
189436  category="lo",
189437  description="EGYPTIAN HIEROGLYPH O015",
189438  direction="l",
189439  linebreak="al",
189440  unicodeslot=0x13269,
189441 },
189442 [0x1326A]={
189443  category="lo",
189444  description="EGYPTIAN HIEROGLYPH O016",
189445  direction="l",
189446  linebreak="al",
189447  unicodeslot=0x1326A,
189448 },
189449 [0x1326B]={
189450  category="lo",
189451  description="EGYPTIAN HIEROGLYPH O017",
189452  direction="l",
189453  linebreak="al",
189454  unicodeslot=0x1326B,
189455 },
189456 [0x1326C]={
189457  category="lo",
189458  description="EGYPTIAN HIEROGLYPH O018",
189459  direction="l",
189460  linebreak="al",
189461  unicodeslot=0x1326C,
189462 },
189463 [0x1326D]={
189464  category="lo",
189465  description="EGYPTIAN HIEROGLYPH O019",
189466  direction="l",
189467  linebreak="al",
189468  unicodeslot=0x1326D,
189469 },
189470 [0x1326E]={
189471  category="lo",
189472  description="EGYPTIAN HIEROGLYPH O019A",
189473  direction="l",
189474  linebreak="al",
189475  unicodeslot=0x1326E,
189476 },
189477 [0x1326F]={
189478  category="lo",
189479  description="EGYPTIAN HIEROGLYPH O020",
189480  direction="l",
189481  linebreak="al",
189482  unicodeslot=0x1326F,
189483 },
189484 [0x13270]={
189485  category="lo",
189486  description="EGYPTIAN HIEROGLYPH O020A",
189487  direction="l",
189488  linebreak="al",
189489  unicodeslot=0x13270,
189490 },
189491 [0x13271]={
189492  category="lo",
189493  description="EGYPTIAN HIEROGLYPH O021",
189494  direction="l",
189495  linebreak="al",
189496  unicodeslot=0x13271,
189497 },
189498 [0x13272]={
189499  category="lo",
189500  description="EGYPTIAN HIEROGLYPH O022",
189501  direction="l",
189502  linebreak="al",
189503  unicodeslot=0x13272,
189504 },
189505 [0x13273]={
189506  category="lo",
189507  description="EGYPTIAN HIEROGLYPH O023",
189508  direction="l",
189509  linebreak="al",
189510  unicodeslot=0x13273,
189511 },
189512 [0x13274]={
189513  category="lo",
189514  description="EGYPTIAN HIEROGLYPH O024",
189515  direction="l",
189516  linebreak="al",
189517  unicodeslot=0x13274,
189518 },
189519 [0x13275]={
189520  category="lo",
189521  description="EGYPTIAN HIEROGLYPH O024A",
189522  direction="l",
189523  linebreak="al",
189524  unicodeslot=0x13275,
189525 },
189526 [0x13276]={
189527  category="lo",
189528  description="EGYPTIAN HIEROGLYPH O025",
189529  direction="l",
189530  linebreak="al",
189531  unicodeslot=0x13276,
189532 },
189533 [0x13277]={
189534  category="lo",
189535  description="EGYPTIAN HIEROGLYPH O025A",
189536  direction="l",
189537  linebreak="al",
189538  unicodeslot=0x13277,
189539 },
189540 [0x13278]={
189541  category="lo",
189542  description="EGYPTIAN HIEROGLYPH O026",
189543  direction="l",
189544  linebreak="al",
189545  unicodeslot=0x13278,
189546 },
189547 [0x13279]={
189548  category="lo",
189549  description="EGYPTIAN HIEROGLYPH O027",
189550  direction="l",
189551  linebreak="al",
189552  unicodeslot=0x13279,
189553 },
189554 [0x1327A]={
189555  category="lo",
189556  description="EGYPTIAN HIEROGLYPH O028",
189557  direction="l",
189558  linebreak="al",
189559  unicodeslot=0x1327A,
189560 },
189561 [0x1327B]={
189562  category="lo",
189563  description="EGYPTIAN HIEROGLYPH O029",
189564  direction="l",
189565  linebreak="al",
189566  unicodeslot=0x1327B,
189567  variants=variants_90_270,
189568 },
189569 [0x1327C]={
189570  category="lo",
189571  description="EGYPTIAN HIEROGLYPH O029A",
189572  direction="l",
189573  linebreak="al",
189574  unicodeslot=0x1327C,
189575 },
189576 [0x1327D]={
189577  category="lo",
189578  description="EGYPTIAN HIEROGLYPH O030",
189579  direction="l",
189580  linebreak="al",
189581  unicodeslot=0x1327D,
189582 },
189583 [0x1327E]={
189584  category="lo",
189585  description="EGYPTIAN HIEROGLYPH O030A",
189586  direction="l",
189587  linebreak="al",
189588  unicodeslot=0x1327E,
189589 },
189590 [0x1327F]={
189591  category="lo",
189592  description="EGYPTIAN HIEROGLYPH O031",
189593  direction="l",
189594  linebreak="al",
189595  unicodeslot=0x1327F,
189596  variants=variants_90_180,
189597 },
189598 [0x13280]={
189599  category="lo",
189600  description="EGYPTIAN HIEROGLYPH O032",
189601  direction="l",
189602  linebreak="al",
189603  unicodeslot=0x13280,
189604 },
189605 [0x13281]={
189606  category="lo",
189607  description="EGYPTIAN HIEROGLYPH O033",
189608  direction="l",
189609  linebreak="al",
189610  unicodeslot=0x13281,
189611 },
189612 [0x13282]={
189613  category="lo",
189614  description="EGYPTIAN HIEROGLYPH O033A",
189615  direction="l",
189616  linebreak="cl",
189617  unicodeslot=0x13282,
189618 },
189619 [0x13283]={
189620  category="lo",
189621  description="EGYPTIAN HIEROGLYPH O034",
189622  direction="l",
189623  linebreak="al",
189624  unicodeslot=0x13283,
189625 },
189626 [0x13284]={
189627  category="lo",
189628  description="EGYPTIAN HIEROGLYPH O035",
189629  direction="l",
189630  linebreak="al",
189631  unicodeslot=0x13284,
189632 },
189633 [0x13285]={
189634  category="lo",
189635  description="EGYPTIAN HIEROGLYPH O036",
189636  direction="l",
189637  linebreak="al",
189638  unicodeslot=0x13285,
189639  variants=variants_90,
189640 },
189641 [0x13286]={
189642  category="lo",
189643  description="EGYPTIAN HIEROGLYPH O036A",
189644  direction="l",
189645  linebreak="op",
189646  unicodeslot=0x13286,
189647 },
189648 [0x13287]={
189649  category="lo",
189650  description="EGYPTIAN HIEROGLYPH O036B",
189651  direction="l",
189652  linebreak="cl",
189653  unicodeslot=0x13287,
189654 },
189655 [0x13288]={
189656  category="lo",
189657  description="EGYPTIAN HIEROGLYPH O036C",
189658  direction="l",
189659  linebreak="op",
189660  unicodeslot=0x13288,
189661 },
189662 [0x13289]={
189663  category="lo",
189664  description="EGYPTIAN HIEROGLYPH O036D",
189665  direction="l",
189666  linebreak="cl",
189667  unicodeslot=0x13289,
189668 },
189669 [0x1328A]={
189670  category="lo",
189671  description="EGYPTIAN HIEROGLYPH O037",
189672  direction="l",
189673  linebreak="al",
189674  unicodeslot=0x1328A,
189675 },
189676 [0x1328B]={
189677  category="lo",
189678  description="EGYPTIAN HIEROGLYPH O038",
189679  direction="l",
189680  linebreak="al",
189681  unicodeslot=0x1328B,
189682 },
189683 [0x1328C]={
189684  category="lo",
189685  description="EGYPTIAN HIEROGLYPH O039",
189686  direction="l",
189687  linebreak="al",
189688  unicodeslot=0x1328C,
189689  variants=variants_90,
189690 },
189691 [0x1328D]={
189692  category="lo",
189693  description="EGYPTIAN HIEROGLYPH O040",
189694  direction="l",
189695  linebreak="al",
189696  unicodeslot=0x1328D,
189697 },
189698 [0x1328E]={
189699  category="lo",
189700  description="EGYPTIAN HIEROGLYPH O041",
189701  direction="l",
189702  linebreak="al",
189703  unicodeslot=0x1328E,
189704 },
189705 [0x1328F]={
189706  category="lo",
189707  description="EGYPTIAN HIEROGLYPH O042",
189708  direction="l",
189709  linebreak="al",
189710  unicodeslot=0x1328F,
189711 },
189712 [0x13290]={
189713  category="lo",
189714  description="EGYPTIAN HIEROGLYPH O043",
189715  direction="l",
189716  linebreak="al",
189717  unicodeslot=0x13290,
189718 },
189719 [0x13291]={
189720  category="lo",
189721  description="EGYPTIAN HIEROGLYPH O044",
189722  direction="l",
189723  linebreak="al",
189724  unicodeslot=0x13291,
189725 },
189726 [0x13292]={
189727  category="lo",
189728  description="EGYPTIAN HIEROGLYPH O045",
189729  direction="l",
189730  linebreak="al",
189731  unicodeslot=0x13292,
189732 },
189733 [0x13293]={
189734  category="lo",
189735  description="EGYPTIAN HIEROGLYPH O046",
189736  direction="l",
189737  linebreak="al",
189738  unicodeslot=0x13293,
189739 },
189740 [0x13294]={
189741  category="lo",
189742  description="EGYPTIAN HIEROGLYPH O047",
189743  direction="l",
189744  linebreak="al",
189745  unicodeslot=0x13294,
189746 },
189747 [0x13295]={
189748  category="lo",
189749  description="EGYPTIAN HIEROGLYPH O048",
189750  direction="l",
189751  linebreak="al",
189752  unicodeslot=0x13295,
189753 },
189754 [0x13296]={
189755  category="lo",
189756  description="EGYPTIAN HIEROGLYPH O049",
189757  direction="l",
189758  linebreak="al",
189759  unicodeslot=0x13296,
189760 },
189761 [0x13297]={
189762  category="lo",
189763  description="EGYPTIAN HIEROGLYPH O050",
189764  direction="l",
189765  linebreak="al",
189766  unicodeslot=0x13297,
189767 },
189768 [0x13298]={
189769  category="lo",
189770  description="EGYPTIAN HIEROGLYPH O050A",
189771  direction="l",
189772  linebreak="al",
189773  unicodeslot=0x13298,
189774 },
189775 [0x13299]={
189776  category="lo",
189777  description="EGYPTIAN HIEROGLYPH O050B",
189778  direction="l",
189779  linebreak="al",
189780  unicodeslot=0x13299,
189781 },
189782 [0x1329A]={
189783  category="lo",
189784  description="EGYPTIAN HIEROGLYPH O051",
189785  direction="l",
189786  linebreak="al",
189787  unicodeslot=0x1329A,
189788 },
189789 [0x1329B]={
189790  category="lo",
189791  description="EGYPTIAN HIEROGLYPH P001",
189792  direction="l",
189793  linebreak="al",
189794  unicodeslot=0x1329B,
189795 },
189796 [0x1329C]={
189797  category="lo",
189798  description="EGYPTIAN HIEROGLYPH P001A",
189799  direction="l",
189800  linebreak="al",
189801  unicodeslot=0x1329C,
189802 },
189803 [0x1329D]={
189804  category="lo",
189805  description="EGYPTIAN HIEROGLYPH P002",
189806  direction="l",
189807  linebreak="al",
189808  unicodeslot=0x1329D,
189809 },
189810 [0x1329E]={
189811  category="lo",
189812  description="EGYPTIAN HIEROGLYPH P003",
189813  direction="l",
189814  linebreak="al",
189815  unicodeslot=0x1329E,
189816 },
189817 [0x1329F]={
189818  category="lo",
189819  description="EGYPTIAN HIEROGLYPH P003A",
189820  direction="l",
189821  linebreak="al",
189822  unicodeslot=0x1329F,
189823 },
189824 [0x132A0]={
189825  category="lo",
189826  description="EGYPTIAN HIEROGLYPH P004",
189827  direction="l",
189828  linebreak="al",
189829  unicodeslot=0x132A0,
189830 },
189831 [0x132A1]={
189832  category="lo",
189833  description="EGYPTIAN HIEROGLYPH P005",
189834  direction="l",
189835  linebreak="al",
189836  unicodeslot=0x132A1,
189837 },
189838 [0x132A2]={
189839  category="lo",
189840  description="EGYPTIAN HIEROGLYPH P006",
189841  direction="l",
189842  linebreak="al",
189843  unicodeslot=0x132A2,
189844 },
189845 [0x132A3]={
189846  category="lo",
189847  description="EGYPTIAN HIEROGLYPH P007",
189848  direction="l",
189849  linebreak="al",
189850  unicodeslot=0x132A3,
189851 },
189852 [0x132A4]={
189853  category="lo",
189854  description="EGYPTIAN HIEROGLYPH P008",
189855  direction="l",
189856  linebreak="al",
189857  unicodeslot=0x132A4,
189858  variants=variants_180_270,
189859 },
189860 [0x132A5]={
189861  category="lo",
189862  description="EGYPTIAN HIEROGLYPH P009",
189863  direction="l",
189864  linebreak="al",
189865  unicodeslot=0x132A5,
189866 },
189867 [0x132A6]={
189868  category="lo",
189869  description="EGYPTIAN HIEROGLYPH P010",
189870  direction="l",
189871  linebreak="al",
189872  unicodeslot=0x132A6,
189873 },
189874 [0x132A7]={
189875  category="lo",
189876  description="EGYPTIAN HIEROGLYPH P011",
189877  direction="l",
189878  linebreak="al",
189879  unicodeslot=0x132A7,
189880 },
189881 [0x132A8]={
189882  category="lo",
189883  description="EGYPTIAN HIEROGLYPH Q001",
189884  direction="l",
189885  linebreak="al",
189886  unicodeslot=0x132A8,
189887 },
189888 [0x132A9]={
189889  category="lo",
189890  description="EGYPTIAN HIEROGLYPH Q002",
189891  direction="l",
189892  linebreak="al",
189893  unicodeslot=0x132A9,
189894 },
189895 [0x132AA]={
189896  category="lo",
189897  description="EGYPTIAN HIEROGLYPH Q003",
189898  direction="l",
189899  linebreak="al",
189900  unicodeslot=0x132AA,
189901  variants=variants_90,
189902 },
189903 [0x132AB]={
189904  category="lo",
189905  description="EGYPTIAN HIEROGLYPH Q004",
189906  direction="l",
189907  linebreak="al",
189908  unicodeslot=0x132AB,
189909 },
189910 [0x132AC]={
189911  category="lo",
189912  description="EGYPTIAN HIEROGLYPH Q005",
189913  direction="l",
189914  linebreak="al",
189915  unicodeslot=0x132AC,
189916 },
189917 [0x132AD]={
189918  category="lo",
189919  description="EGYPTIAN HIEROGLYPH Q006",
189920  direction="l",
189921  linebreak="al",
189922  unicodeslot=0x132AD,
189923 },
189924 [0x132AE]={
189925  category="lo",
189926  description="EGYPTIAN HIEROGLYPH Q007",
189927  direction="l",
189928  linebreak="al",
189929  unicodeslot=0x132AE,
189930 },
189931 [0x132AF]={
189932  category="lo",
189933  description="EGYPTIAN HIEROGLYPH R001",
189934  direction="l",
189935  linebreak="al",
189936  unicodeslot=0x132AF,
189937 },
189938 [0x132B0]={
189939  category="lo",
189940  description="EGYPTIAN HIEROGLYPH R002",
189941  direction="l",
189942  linebreak="al",
189943  unicodeslot=0x132B0,
189944 },
189945 [0x132B1]={
189946  category="lo",
189947  description="EGYPTIAN HIEROGLYPH R002A",
189948  direction="l",
189949  linebreak="al",
189950  unicodeslot=0x132B1,
189951 },
189952 [0x132B2]={
189953  category="lo",
189954  description="EGYPTIAN HIEROGLYPH R003",
189955  direction="l",
189956  linebreak="al",
189957  unicodeslot=0x132B2,
189958 },
189959 [0x132B3]={
189960  category="lo",
189961  description="EGYPTIAN HIEROGLYPH R003A",
189962  direction="l",
189963  linebreak="al",
189964  unicodeslot=0x132B3,
189965 },
189966 [0x132B4]={
189967  category="lo",
189968  description="EGYPTIAN HIEROGLYPH R003B",
189969  direction="l",
189970  linebreak="al",
189971  unicodeslot=0x132B4,
189972 },
189973 [0x132B5]={
189974  category="lo",
189975  description="EGYPTIAN HIEROGLYPH R004",
189976  direction="l",
189977  linebreak="al",
189978  unicodeslot=0x132B5,
189979 },
189980 [0x132B6]={
189981  category="lo",
189982  description="EGYPTIAN HIEROGLYPH R005",
189983  direction="l",
189984  linebreak="al",
189985  unicodeslot=0x132B6,
189986 },
189987 [0x132B7]={
189988  category="lo",
189989  description="EGYPTIAN HIEROGLYPH R006",
189990  direction="l",
189991  linebreak="al",
189992  unicodeslot=0x132B7,
189993 },
189994 [0x132B8]={
189995  category="lo",
189996  description="EGYPTIAN HIEROGLYPH R007",
189997  direction="l",
189998  linebreak="al",
189999  unicodeslot=0x132B8,
190000 },
190001 [0x132B9]={
190002  category="lo",
190003  description="EGYPTIAN HIEROGLYPH R008",
190004  direction="l",
190005  linebreak="al",
190006  unicodeslot=0x132B9,
190007 },
190008 [0x132BA]={
190009  category="lo",
190010  description="EGYPTIAN HIEROGLYPH R009",
190011  direction="l",
190012  linebreak="al",
190013  unicodeslot=0x132BA,
190014 },
190015 [0x132BB]={
190016  category="lo",
190017  description="EGYPTIAN HIEROGLYPH R010",
190018  direction="l",
190019  linebreak="al",
190020  unicodeslot=0x132BB,
190021 },
190022 [0x132BC]={
190023  category="lo",
190024  description="EGYPTIAN HIEROGLYPH R010A",
190025  direction="l",
190026  linebreak="al",
190027  unicodeslot=0x132BC,
190028 },
190029 [0x132BD]={
190030  category="lo",
190031  description="EGYPTIAN HIEROGLYPH R011",
190032  direction="l",
190033  linebreak="al",
190034  unicodeslot=0x132BD,
190035 },
190036 [0x132BE]={
190037  category="lo",
190038  description="EGYPTIAN HIEROGLYPH R012",
190039  direction="l",
190040  linebreak="al",
190041  unicodeslot=0x132BE,
190042 },
190043 [0x132BF]={
190044  category="lo",
190045  description="EGYPTIAN HIEROGLYPH R013",
190046  direction="l",
190047  linebreak="al",
190048  unicodeslot=0x132BF,
190049 },
190050 [0x132C0]={
190051  category="lo",
190052  description="EGYPTIAN HIEROGLYPH R014",
190053  direction="l",
190054  linebreak="al",
190055  unicodeslot=0x132C0,
190056 },
190057 [0x132C1]={
190058  category="lo",
190059  description="EGYPTIAN HIEROGLYPH R015",
190060  direction="l",
190061  linebreak="al",
190062  unicodeslot=0x132C1,
190063 },
190064 [0x132C2]={
190065  category="lo",
190066  description="EGYPTIAN HIEROGLYPH R016",
190067  direction="l",
190068  linebreak="al",
190069  unicodeslot=0x132C2,
190070 },
190071 [0x132C3]={
190072  category="lo",
190073  description="EGYPTIAN HIEROGLYPH R016A",
190074  direction="l",
190075  linebreak="al",
190076  unicodeslot=0x132C3,
190077 },
190078 [0x132C4]={
190079  category="lo",
190080  description="EGYPTIAN HIEROGLYPH R017",
190081  direction="l",
190082  linebreak="al",
190083  unicodeslot=0x132C4,
190084 },
190085 [0x132C5]={
190086  category="lo",
190087  description="EGYPTIAN HIEROGLYPH R018",
190088  direction="l",
190089  linebreak="al",
190090  unicodeslot=0x132C5,
190091 },
190092 [0x132C6]={
190093  category="lo",
190094  description="EGYPTIAN HIEROGLYPH R019",
190095  direction="l",
190096  linebreak="al",
190097  unicodeslot=0x132C6,
190098 },
190099 [0x132C7]={
190100  category="lo",
190101  description="EGYPTIAN HIEROGLYPH R020",
190102  direction="l",
190103  linebreak="al",
190104  unicodeslot=0x132C7,
190105 },
190106 [0x132C8]={
190107  category="lo",
190108  description="EGYPTIAN HIEROGLYPH R021",
190109  direction="l",
190110  linebreak="al",
190111  unicodeslot=0x132C8,
190112 },
190113 [0x132C9]={
190114  category="lo",
190115  description="EGYPTIAN HIEROGLYPH R022",
190116  direction="l",
190117  linebreak="al",
190118  unicodeslot=0x132C9,
190119 },
190120 [0x132CA]={
190121  category="lo",
190122  description="EGYPTIAN HIEROGLYPH R023",
190123  direction="l",
190124  linebreak="al",
190125  unicodeslot=0x132CA,
190126 },
190127 [0x132CB]={
190128  category="lo",
190129  description="EGYPTIAN HIEROGLYPH R024",
190130  direction="l",
190131  linebreak="al",
190132  unicodeslot=0x132CB,
190133  variants=variants_90,
190134 },
190135 [0x132CC]={
190136  category="lo",
190137  description="EGYPTIAN HIEROGLYPH R025",
190138  direction="l",
190139  linebreak="al",
190140  unicodeslot=0x132CC,
190141 },
190142 [0x132CD]={
190143  category="lo",
190144  description="EGYPTIAN HIEROGLYPH R026",
190145  direction="l",
190146  linebreak="al",
190147  unicodeslot=0x132CD,
190148 },
190149 [0x132CE]={
190150  category="lo",
190151  description="EGYPTIAN HIEROGLYPH R027",
190152  direction="l",
190153  linebreak="al",
190154  unicodeslot=0x132CE,
190155 },
190156 [0x132CF]={
190157  category="lo",
190158  description="EGYPTIAN HIEROGLYPH R028",
190159  direction="l",
190160  linebreak="al",
190161  unicodeslot=0x132CF,
190162 },
190163 [0x132D0]={
190164  category="lo",
190165  description="EGYPTIAN HIEROGLYPH R029",
190166  direction="l",
190167  linebreak="al",
190168  unicodeslot=0x132D0,
190169 },
190170 [0x132D1]={
190171  category="lo",
190172  description="EGYPTIAN HIEROGLYPH S001",
190173  direction="l",
190174  linebreak="al",
190175  unicodeslot=0x132D1,
190176 },
190177 [0x132D2]={
190178  category="lo",
190179  description="EGYPTIAN HIEROGLYPH S002",
190180  direction="l",
190181  linebreak="al",
190182  unicodeslot=0x132D2,
190183 },
190184 [0x132D3]={
190185  category="lo",
190186  description="EGYPTIAN HIEROGLYPH S002A",
190187  direction="l",
190188  linebreak="al",
190189  unicodeslot=0x132D3,
190190 },
190191 [0x132D4]={
190192  category="lo",
190193  description="EGYPTIAN HIEROGLYPH S003",
190194  direction="l",
190195  linebreak="al",
190196  unicodeslot=0x132D4,
190197 },
190198 [0x132D5]={
190199  category="lo",
190200  description="EGYPTIAN HIEROGLYPH S004",
190201  direction="l",
190202  linebreak="al",
190203  unicodeslot=0x132D5,
190204 },
190205 [0x132D6]={
190206  category="lo",
190207  description="EGYPTIAN HIEROGLYPH S005",
190208  direction="l",
190209  linebreak="al",
190210  unicodeslot=0x132D6,
190211 },
190212 [0x132D7]={
190213  category="lo",
190214  description="EGYPTIAN HIEROGLYPH S006",
190215  direction="l",
190216  linebreak="al",
190217  unicodeslot=0x132D7,
190218 },
190219 [0x132D8]={
190220  category="lo",
190221  description="EGYPTIAN HIEROGLYPH S006A",
190222  direction="l",
190223  linebreak="al",
190224  unicodeslot=0x132D8,
190225 },
190226 [0x132D9]={
190227  category="lo",
190228  description="EGYPTIAN HIEROGLYPH S007",
190229  direction="l",
190230  linebreak="al",
190231  unicodeslot=0x132D9,
190232 },
190233 [0x132DA]={
190234  category="lo",
190235  description="EGYPTIAN HIEROGLYPH S008",
190236  direction="l",
190237  linebreak="al",
190238  unicodeslot=0x132DA,
190239 },
190240 [0x132DB]={
190241  category="lo",
190242  description="EGYPTIAN HIEROGLYPH S009",
190243  direction="l",
190244  linebreak="al",
190245  unicodeslot=0x132DB,
190246 },
190247 [0x132DC]={
190248  category="lo",
190249  description="EGYPTIAN HIEROGLYPH S010",
190250  direction="l",
190251  linebreak="al",
190252  unicodeslot=0x132DC,
190253  variants=variants_90,
190254 },
190255 [0x132DD]={
190256  category="lo",
190257  description="EGYPTIAN HIEROGLYPH S011",
190258  direction="l",
190259  linebreak="al",
190260  unicodeslot=0x132DD,
190261 },
190262 [0x132DE]={
190263  category="lo",
190264  description="EGYPTIAN HIEROGLYPH S012",
190265  direction="l",
190266  linebreak="al",
190267  unicodeslot=0x132DE,
190268 },
190269 [0x132DF]={
190270  category="lo",
190271  description="EGYPTIAN HIEROGLYPH S013",
190272  direction="l",
190273  linebreak="al",
190274  unicodeslot=0x132DF,
190275 },
190276 [0x132E0]={
190277  category="lo",
190278  description="EGYPTIAN HIEROGLYPH S014",
190279  direction="l",
190280  linebreak="al",
190281  unicodeslot=0x132E0,
190282 },
190283 [0x132E1]={
190284  category="lo",
190285  description="EGYPTIAN HIEROGLYPH S014A",
190286  direction="l",
190287  linebreak="al",
190288  unicodeslot=0x132E1,
190289 },
190290 [0x132E2]={
190291  category="lo",
190292  description="EGYPTIAN HIEROGLYPH S014B",
190293  direction="l",
190294  linebreak="al",
190295  unicodeslot=0x132E2,
190296 },
190297 [0x132E3]={
190298  category="lo",
190299  description="EGYPTIAN HIEROGLYPH S015",
190300  direction="l",
190301  linebreak="al",
190302  unicodeslot=0x132E3,
190303 },
190304 [0x132E4]={
190305  category="lo",
190306  description="EGYPTIAN HIEROGLYPH S016",
190307  direction="l",
190308  linebreak="al",
190309  unicodeslot=0x132E4,
190310 },
190311 [0x132E5]={
190312  category="lo",
190313  description="EGYPTIAN HIEROGLYPH S017",
190314  direction="l",
190315  linebreak="al",
190316  unicodeslot=0x132E5,
190317 },
190318 [0x132E6]={
190319  category="lo",
190320  description="EGYPTIAN HIEROGLYPH S017A",
190321  direction="l",
190322  linebreak="al",
190323  unicodeslot=0x132E6,
190324 },
190325 [0x132E7]={
190326  category="lo",
190327  description="EGYPTIAN HIEROGLYPH S018",
190328  direction="l",
190329  linebreak="al",
190330  unicodeslot=0x132E7,
190331  variants=variants_90_180_270,
190332 },
190333 [0x132E8]={
190334  category="lo",
190335  description="EGYPTIAN HIEROGLYPH S019",
190336  direction="l",
190337  linebreak="al",
190338  unicodeslot=0x132E8,
190339 },
190340 [0x132E9]={
190341  category="lo",
190342  description="EGYPTIAN HIEROGLYPH S020",
190343  direction="l",
190344  linebreak="al",
190345  unicodeslot=0x132E9,
190346  variants=variants_90_270,
190347 },
190348 [0x132EA]={
190349  category="lo",
190350  description="EGYPTIAN HIEROGLYPH S021",
190351  direction="l",
190352  linebreak="al",
190353  unicodeslot=0x132EA,
190354 },
190355 [0x132EB]={
190356  category="lo",
190357  description="EGYPTIAN HIEROGLYPH S022",
190358  direction="l",
190359  linebreak="al",
190360  unicodeslot=0x132EB,
190361 },
190362 [0x132EC]={
190363  category="lo",
190364  description="EGYPTIAN HIEROGLYPH S023",
190365  direction="l",
190366  linebreak="al",
190367  unicodeslot=0x132EC,
190368 },
190369 [0x132ED]={
190370  category="lo",
190371  description="EGYPTIAN HIEROGLYPH S024",
190372  direction="l",
190373  linebreak="al",
190374  unicodeslot=0x132ED,
190375 },
190376 [0x132EE]={
190377  category="lo",
190378  description="EGYPTIAN HIEROGLYPH S025",
190379  direction="l",
190380  linebreak="al",
190381  unicodeslot=0x132EE,
190382 },
190383 [0x132EF]={
190384  category="lo",
190385  description="EGYPTIAN HIEROGLYPH S026",
190386  direction="l",
190387  linebreak="al",
190388  unicodeslot=0x132EF,
190389 },
190390 [0x132F0]={
190391  category="lo",
190392  description="EGYPTIAN HIEROGLYPH S026A",
190393  direction="l",
190394  linebreak="al",
190395  unicodeslot=0x132F0,
190396 },
190397 [0x132F1]={
190398  category="lo",
190399  description="EGYPTIAN HIEROGLYPH S026B",
190400  direction="l",
190401  linebreak="al",
190402  unicodeslot=0x132F1,
190403 },
190404 [0x132F2]={
190405  category="lo",
190406  description="EGYPTIAN HIEROGLYPH S027",
190407  direction="l",
190408  linebreak="al",
190409  unicodeslot=0x132F2,
190410 },
190411 [0x132F3]={
190412  category="lo",
190413  description="EGYPTIAN HIEROGLYPH S028",
190414  direction="l",
190415  linebreak="al",
190416  unicodeslot=0x132F3,
190417 },
190418 [0x132F4]={
190419  category="lo",
190420  description="EGYPTIAN HIEROGLYPH S029",
190421  direction="l",
190422  linebreak="al",
190423  unicodeslot=0x132F4,
190424 },
190425 [0x132F5]={
190426  category="lo",
190427  description="EGYPTIAN HIEROGLYPH S030",
190428  direction="l",
190429  linebreak="al",
190430  unicodeslot=0x132F5,
190431 },
190432 [0x132F6]={
190433  category="lo",
190434  description="EGYPTIAN HIEROGLYPH S031",
190435  direction="l",
190436  linebreak="al",
190437  unicodeslot=0x132F6,
190438 },
190439 [0x132F7]={
190440  category="lo",
190441  description="EGYPTIAN HIEROGLYPH S032",
190442  direction="l",
190443  linebreak="al",
190444  unicodeslot=0x132F7,
190445 },
190446 [0x132F8]={
190447  category="lo",
190448  description="EGYPTIAN HIEROGLYPH S033",
190449  direction="l",
190450  linebreak="al",
190451  unicodeslot=0x132F8,
190452  variants=variants_90_270,
190453 },
190454 [0x132F9]={
190455  category="lo",
190456  description="EGYPTIAN HIEROGLYPH S034",
190457  direction="l",
190458  linebreak="al",
190459  unicodeslot=0x132F9,
190460 },
190461 [0x132FA]={
190462  category="lo",
190463  description="EGYPTIAN HIEROGLYPH S035",
190464  direction="l",
190465  linebreak="al",
190466  unicodeslot=0x132FA,
190467 },
190468 [0x132FB]={
190469  category="lo",
190470  description="EGYPTIAN HIEROGLYPH S035A",
190471  direction="l",
190472  linebreak="al",
190473  unicodeslot=0x132FB,
190474 },
190475 [0x132FC]={
190476  category="lo",
190477  description="EGYPTIAN HIEROGLYPH S036",
190478  direction="l",
190479  linebreak="al",
190480  unicodeslot=0x132FC,
190481 },
190482 [0x132FD]={
190483  category="lo",
190484  description="EGYPTIAN HIEROGLYPH S037",
190485  direction="l",
190486  linebreak="al",
190487  unicodeslot=0x132FD,
190488  variants=variants_90_270,
190489 },
190490 [0x132FE]={
190491  category="lo",
190492  description="EGYPTIAN HIEROGLYPH S038",
190493  direction="l",
190494  linebreak="al",
190495  unicodeslot=0x132FE,
190496 },
190497 [0x132FF]={
190498  category="lo",
190499  description="EGYPTIAN HIEROGLYPH S039",
190500  direction="l",
190501  linebreak="al",
190502  unicodeslot=0x132FF,
190503 },
190504 [0x13300]={
190505  category="lo",
190506  description="EGYPTIAN HIEROGLYPH S040",
190507  direction="l",
190508  linebreak="al",
190509  unicodeslot=0x13300,
190510 },
190511 [0x13301]={
190512  category="lo",
190513  description="EGYPTIAN HIEROGLYPH S041",
190514  direction="l",
190515  linebreak="al",
190516  unicodeslot=0x13301,
190517 },
190518 [0x13302]={
190519  category="lo",
190520  description="EGYPTIAN HIEROGLYPH S042",
190521  direction="l",
190522  linebreak="al",
190523  unicodeslot=0x13302,
190524  variants=variants_90_270,
190525 },
190526 [0x13303]={
190527  category="lo",
190528  description="EGYPTIAN HIEROGLYPH S043",
190529  direction="l",
190530  linebreak="al",
190531  unicodeslot=0x13303,
190532  variants=variants_90_270,
190533 },
190534 [0x13304]={
190535  category="lo",
190536  description="EGYPTIAN HIEROGLYPH S044",
190537  direction="l",
190538  linebreak="al",
190539  unicodeslot=0x13304,
190540 },
190541 [0x13305]={
190542  category="lo",
190543  description="EGYPTIAN HIEROGLYPH S045",
190544  direction="l",
190545  linebreak="al",
190546  unicodeslot=0x13305,
190547 },
190548 [0x13306]={
190549  category="lo",
190550  description="EGYPTIAN HIEROGLYPH S046",
190551  direction="l",
190552  linebreak="al",
190553  unicodeslot=0x13306,
190554 },
190555 [0x13307]={
190556  category="lo",
190557  description="EGYPTIAN HIEROGLYPH T001",
190558  direction="l",
190559  linebreak="al",
190560  unicodeslot=0x13307,
190561  variants=variants_90,
190562 },
190563 [0x13308]={
190564  category="lo",
190565  description="EGYPTIAN HIEROGLYPH T002",
190566  direction="l",
190567  linebreak="al",
190568  unicodeslot=0x13308,
190569  variants=variants_180,
190570 },
190571 [0x13309]={
190572  category="lo",
190573  description="EGYPTIAN HIEROGLYPH T003",
190574  direction="l",
190575  linebreak="al",
190576  unicodeslot=0x13309,
190577 },
190578 [0x1330A]={
190579  category="lo",
190580  description="EGYPTIAN HIEROGLYPH T003A",
190581  direction="l",
190582  linebreak="al",
190583  unicodeslot=0x1330A,
190584 },
190585 [0x1330B]={
190586  category="lo",
190587  description="EGYPTIAN HIEROGLYPH T004",
190588  direction="l",
190589  linebreak="al",
190590  unicodeslot=0x1330B,
190591 },
190592 [0x1330C]={
190593  category="lo",
190594  description="EGYPTIAN HIEROGLYPH T005",
190595  direction="l",
190596  linebreak="al",
190597  unicodeslot=0x1330C,
190598 },
190599 [0x1330D]={
190600  category="lo",
190601  description="EGYPTIAN HIEROGLYPH T006",
190602  direction="l",
190603  linebreak="al",
190604  unicodeslot=0x1330D,
190605 },
190606 [0x1330E]={
190607  category="lo",
190608  description="EGYPTIAN HIEROGLYPH T007",
190609  direction="l",
190610  linebreak="al",
190611  unicodeslot=0x1330E,
190612 },
190613 [0x1330F]={
190614  category="lo",
190615  description="EGYPTIAN HIEROGLYPH T007A",
190616  direction="l",
190617  linebreak="al",
190618  unicodeslot=0x1330F,
190619 },
190620 [0x13310]={
190621  category="lo",
190622  description="EGYPTIAN HIEROGLYPH T008",
190623  direction="l",
190624  linebreak="al",
190625  unicodeslot=0x13310,
190626  variants=variants_90_270,
190627 },
190628 [0x13311]={
190629  category="lo",
190630  description="EGYPTIAN HIEROGLYPH T008A",
190631  direction="l",
190632  linebreak="al",
190633  unicodeslot=0x13311,
190634  variants=variants_90_270,
190635 },
190636 [0x13312]={
190637  category="lo",
190638  description="EGYPTIAN HIEROGLYPH T009",
190639  direction="l",
190640  linebreak="al",
190641  unicodeslot=0x13312,
190642  variants=variants_180_270,
190643 },
190644 [0x13313]={
190645  category="lo",
190646  description="EGYPTIAN HIEROGLYPH T009A",
190647  direction="l",
190648  linebreak="al",
190649  unicodeslot=0x13313,
190650  variants=variants_180_270,
190651 },
190652 [0x13314]={
190653  category="lo",
190654  description="EGYPTIAN HIEROGLYPH T010",
190655  direction="l",
190656  linebreak="al",
190657  unicodeslot=0x13314,
190658  variants=variants_180_270,
190659 },
190660 [0x13315]={
190661  category="lo",
190662  description="EGYPTIAN HIEROGLYPH T011",
190663  direction="l",
190664  linebreak="al",
190665  unicodeslot=0x13315,
190666 },
190667 [0x13316]={
190668  category="lo",
190669  description="EGYPTIAN HIEROGLYPH T011A",
190670  direction="l",
190671  linebreak="al",
190672  unicodeslot=0x13316,
190673 },
190674 [0x13317]={
190675  category="lo",
190676  description="EGYPTIAN HIEROGLYPH T012",
190677  direction="l",
190678  linebreak="al",
190679  unicodeslot=0x13317,
190680 },
190681 [0x13318]={
190682  category="lo",
190683  description="EGYPTIAN HIEROGLYPH T013",
190684  direction="l",
190685  linebreak="al",
190686  unicodeslot=0x13318,
190687 },
190688 [0x13319]={
190689  category="lo",
190690  description="EGYPTIAN HIEROGLYPH T014",
190691  direction="l",
190692  linebreak="al",
190693  unicodeslot=0x13319,
190694 },
190695 [0x1331A]={
190696  category="lo",
190697  description="EGYPTIAN HIEROGLYPH T015",
190698  direction="l",
190699  linebreak="al",
190700  unicodeslot=0x1331A,
190701 },
190702 [0x1331B]={
190703  category="lo",
190704  description="EGYPTIAN HIEROGLYPH T016",
190705  direction="l",
190706  linebreak="al",
190707  unicodeslot=0x1331B,
190708  variants=variants_90_180,
190709 },
190710 [0x1331C]={
190711  category="lo",
190712  description="EGYPTIAN HIEROGLYPH T016A",
190713  direction="l",
190714  linebreak="al",
190715  unicodeslot=0x1331C,
190716  variants=variants_90_270,
190717 },
190718 [0x1331D]={
190719  category="lo",
190720  description="EGYPTIAN HIEROGLYPH T017",
190721  direction="l",
190722  linebreak="al",
190723  unicodeslot=0x1331D,
190724 },
190725 [0x1331E]={
190726  category="lo",
190727  description="EGYPTIAN HIEROGLYPH T018",
190728  direction="l",
190729  linebreak="al",
190730  unicodeslot=0x1331E,
190731 },
190732 [0x1331F]={
190733  category="lo",
190734  description="EGYPTIAN HIEROGLYPH T019",
190735  direction="l",
190736  linebreak="al",
190737  unicodeslot=0x1331F,
190738 },
190739 [0x13320]={
190740  category="lo",
190741  description="EGYPTIAN HIEROGLYPH T020",
190742  direction="l",
190743  linebreak="al",
190744  unicodeslot=0x13320,
190745 },
190746 [0x13321]={
190747  category="lo",
190748  description="EGYPTIAN HIEROGLYPH T021",
190749  direction="l",
190750  linebreak="al",
190751  unicodeslot=0x13321,
190752  variants=variants_180_270,
190753 },
190754 [0x13322]={
190755  category="lo",
190756  description="EGYPTIAN HIEROGLYPH T022",
190757  direction="l",
190758  linebreak="al",
190759  unicodeslot=0x13322,
190760  variants=variants_90_180,
190761 },
190762 [0x13323]={
190763  category="lo",
190764  description="EGYPTIAN HIEROGLYPH T023",
190765  direction="l",
190766  linebreak="al",
190767  unicodeslot=0x13323,
190768 },
190769 [0x13324]={
190770  category="lo",
190771  description="EGYPTIAN HIEROGLYPH T024",
190772  direction="l",
190773  linebreak="al",
190774  unicodeslot=0x13324,
190775 },
190776 [0x13325]={
190777  category="lo",
190778  description="EGYPTIAN HIEROGLYPH T025",
190779  direction="l",
190780  linebreak="al",
190781  unicodeslot=0x13325,
190782 },
190783 [0x13326]={
190784  category="lo",
190785  description="EGYPTIAN HIEROGLYPH T026",
190786  direction="l",
190787  linebreak="al",
190788  unicodeslot=0x13326,
190789 },
190790 [0x13327]={
190791  category="lo",
190792  description="EGYPTIAN HIEROGLYPH T027",
190793  direction="l",
190794  linebreak="al",
190795  unicodeslot=0x13327,
190796 },
190797 [0x13328]={
190798  category="lo",
190799  description="EGYPTIAN HIEROGLYPH T028",
190800  direction="l",
190801  linebreak="al",
190802  unicodeslot=0x13328,
190803 },
190804 [0x13329]={
190805  category="lo",
190806  description="EGYPTIAN HIEROGLYPH T029",
190807  direction="l",
190808  linebreak="al",
190809  unicodeslot=0x13329,
190810 },
190811 [0x1332A]={
190812  category="lo",
190813  description="EGYPTIAN HIEROGLYPH T030",
190814  direction="l",
190815  linebreak="al",
190816  unicodeslot=0x1332A,
190817 },
190818 [0x1332B]={
190819  category="lo",
190820  description="EGYPTIAN HIEROGLYPH T031",
190821  direction="l",
190822  linebreak="al",
190823  unicodeslot=0x1332B,
190824 },
190825 [0x1332C]={
190826  category="lo",
190827  description="EGYPTIAN HIEROGLYPH T032",
190828  direction="l",
190829  linebreak="al",
190830  unicodeslot=0x1332C,
190831 },
190832 [0x1332D]={
190833  category="lo",
190834  description="EGYPTIAN HIEROGLYPH T032A",
190835  direction="l",
190836  linebreak="al",
190837  unicodeslot=0x1332D,
190838 },
190839 [0x1332E]={
190840  category="lo",
190841  description="EGYPTIAN HIEROGLYPH T033",
190842  direction="l",
190843  linebreak="al",
190844  unicodeslot=0x1332E,
190845 },
190846 [0x1332F]={
190847  category="lo",
190848  description="EGYPTIAN HIEROGLYPH T033A",
190849  direction="l",
190850  linebreak="al",
190851  unicodeslot=0x1332F,
190852 },
190853 [0x13330]={
190854  category="lo",
190855  description="EGYPTIAN HIEROGLYPH T034",
190856  direction="l",
190857  linebreak="al",
190858  unicodeslot=0x13330,
190859 },
190860 [0x13331]={
190861  category="lo",
190862  description="EGYPTIAN HIEROGLYPH T035",
190863  direction="l",
190864  linebreak="al",
190865  unicodeslot=0x13331,
190866  variants=variants_180_270,
190867 },
190868 [0x13332]={
190869  category="lo",
190870  description="EGYPTIAN HIEROGLYPH T036",
190871  direction="l",
190872  linebreak="al",
190873  unicodeslot=0x13332,
190874 },
190875 [0x13333]={
190876  category="lo",
190877  description="EGYPTIAN HIEROGLYPH U001",
190878  direction="l",
190879  linebreak="al",
190880  unicodeslot=0x13333,
190881 },
190882 [0x13334]={
190883  category="lo",
190884  description="EGYPTIAN HIEROGLYPH U002",
190885  direction="l",
190886  linebreak="al",
190887  unicodeslot=0x13334,
190888 },
190889 [0x13335]={
190890  category="lo",
190891  description="EGYPTIAN HIEROGLYPH U003",
190892  direction="l",
190893  linebreak="al",
190894  unicodeslot=0x13335,
190895 },
190896 [0x13336]={
190897  category="lo",
190898  description="EGYPTIAN HIEROGLYPH U004",
190899  direction="l",
190900  linebreak="al",
190901  unicodeslot=0x13336,
190902 },
190903 [0x13337]={
190904  category="lo",
190905  description="EGYPTIAN HIEROGLYPH U005",
190906  direction="l",
190907  linebreak="al",
190908  unicodeslot=0x13337,
190909 },
190910 [0x13338]={
190911  category="lo",
190912  description="EGYPTIAN HIEROGLYPH U006",
190913  direction="l",
190914  linebreak="al",
190915  unicodeslot=0x13338,
190916  variants={
190917   [0xFE03]="rotated approximately 30 degrees",
190918   [0xFE06]="rotated approximately 320 degrees [horizontal]",
190919  },
190920 },
190921 [0x13339]={
190922  category="lo",
190923  description="EGYPTIAN HIEROGLYPH U006A",
190924  direction="l",
190925  linebreak="al",
190926  unicodeslot=0x13339,
190927 },
190928 [0x1333A]={
190929  category="lo",
190930  description="EGYPTIAN HIEROGLYPH U006B",
190931  direction="l",
190932  linebreak="al",
190933  unicodeslot=0x1333A,
190934 },
190935 [0x1333B]={
190936  category="lo",
190937  description="EGYPTIAN HIEROGLYPH U007",
190938  direction="l",
190939  linebreak="al",
190940  unicodeslot=0x1333B,
190941  variants=variants_90,
190942 },
190943 [0x1333C]={
190944  category="lo",
190945  description="EGYPTIAN HIEROGLYPH U008",
190946  direction="l",
190947  linebreak="al",
190948  unicodeslot=0x1333C,
190949  variants=variants_90,
190950 },
190951 [0x1333D]={
190952  category="lo",
190953  description="EGYPTIAN HIEROGLYPH U009",
190954  direction="l",
190955  linebreak="al",
190956  unicodeslot=0x1333D,
190957 },
190958 [0x1333E]={
190959  category="lo",
190960  description="EGYPTIAN HIEROGLYPH U010",
190961  direction="l",
190962  linebreak="al",
190963  unicodeslot=0x1333E,
190964 },
190965 [0x1333F]={
190966  category="lo",
190967  description="EGYPTIAN HIEROGLYPH U011",
190968  direction="l",
190969  linebreak="al",
190970  unicodeslot=0x1333F,
190971 },
190972 [0x13340]={
190973  category="lo",
190974  description="EGYPTIAN HIEROGLYPH U012",
190975  direction="l",
190976  linebreak="al",
190977  unicodeslot=0x13340,
190978 },
190979 [0x13341]={
190980  category="lo",
190981  description="EGYPTIAN HIEROGLYPH U013",
190982  direction="l",
190983  linebreak="al",
190984  unicodeslot=0x13341,
190985 },
190986 [0x13342]={
190987  category="lo",
190988  description="EGYPTIAN HIEROGLYPH U014",
190989  direction="l",
190990  linebreak="al",
190991  unicodeslot=0x13342,
190992 },
190993 [0x13343]={
190994  category="lo",
190995  description="EGYPTIAN HIEROGLYPH U015",
190996  direction="l",
190997  linebreak="al",
190998  unicodeslot=0x13343,
190999 },
191000 [0x13344]={
191001  category="lo",
191002  description="EGYPTIAN HIEROGLYPH U016",
191003  direction="l",
191004  linebreak="al",
191005  unicodeslot=0x13344,
191006 },
191007 [0x13345]={
191008  category="lo",
191009  description="EGYPTIAN HIEROGLYPH U017",
191010  direction="l",
191011  linebreak="al",
191012  unicodeslot=0x13345,
191013 },
191014 [0x13346]={
191015  category="lo",
191016  description="EGYPTIAN HIEROGLYPH U018",
191017  direction="l",
191018  linebreak="al",
191019  unicodeslot=0x13346,
191020 },
191021 [0x13347]={
191022  category="lo",
191023  description="EGYPTIAN HIEROGLYPH U019",
191024  direction="l",
191025  linebreak="al",
191026  unicodeslot=0x13347,
191027 },
191028 [0x13348]={
191029  category="lo",
191030  description="EGYPTIAN HIEROGLYPH U020",
191031  direction="l",
191032  linebreak="al",
191033  unicodeslot=0x13348,
191034 },
191035 [0x13349]={
191036  category="lo",
191037  description="EGYPTIAN HIEROGLYPH U021",
191038  direction="l",
191039  linebreak="al",
191040  unicodeslot=0x13349,
191041 },
191042 [0x1334A]={
191043  category="lo",
191044  description="EGYPTIAN HIEROGLYPH U022",
191045  direction="l",
191046  linebreak="al",
191047  unicodeslot=0x1334A,
191048  variants=variants_90_270,
191049 },
191050 [0x1334B]={
191051  category="lo",
191052  description="EGYPTIAN HIEROGLYPH U023",
191053  direction="l",
191054  linebreak="al",
191055  unicodeslot=0x1334B,
191056 },
191057 [0x1334C]={
191058  category="lo",
191059  description="EGYPTIAN HIEROGLYPH U023A",
191060  direction="l",
191061  linebreak="al",
191062  unicodeslot=0x1334C,
191063 },
191064 [0x1334D]={
191065  category="lo",
191066  description="EGYPTIAN HIEROGLYPH U024",
191067  direction="l",
191068  linebreak="al",
191069  unicodeslot=0x1334D,
191070 },
191071 [0x1334E]={
191072  category="lo",
191073  description="EGYPTIAN HIEROGLYPH U025",
191074  direction="l",
191075  linebreak="al",
191076  unicodeslot=0x1334E,
191077 },
191078 [0x1334F]={
191079  category="lo",
191080  description="EGYPTIAN HIEROGLYPH U026",
191081  direction="l",
191082  linebreak="al",
191083  unicodeslot=0x1334F,
191084 },
191085 [0x13350]={
191086  category="lo",
191087  description="EGYPTIAN HIEROGLYPH U027",
191088  direction="l",
191089  linebreak="al",
191090  unicodeslot=0x13350,
191091 },
191092 [0x13351]={
191093  category="lo",
191094  description="EGYPTIAN HIEROGLYPH U028",
191095  direction="l",
191096  linebreak="al",
191097  unicodeslot=0x13351,
191098 },
191099 [0x13352]={
191100  category="lo",
191101  description="EGYPTIAN HIEROGLYPH U029",
191102  direction="l",
191103  linebreak="al",
191104  unicodeslot=0x13352,
191105 },
191106 [0x13353]={
191107  category="lo",
191108  description="EGYPTIAN HIEROGLYPH U029A",
191109  direction="l",
191110  linebreak="al",
191111  unicodeslot=0x13353,
191112 },
191113 [0x13354]={
191114  category="lo",
191115  description="EGYPTIAN HIEROGLYPH U030",
191116  direction="l",
191117  linebreak="al",
191118  unicodeslot=0x13354,
191119 },
191120 [0x13355]={
191121  category="lo",
191122  description="EGYPTIAN HIEROGLYPH U031",
191123  direction="l",
191124  linebreak="al",
191125  unicodeslot=0x13355,
191126 },
191127 [0x13356]={
191128  category="lo",
191129  description="EGYPTIAN HIEROGLYPH U032",
191130  direction="l",
191131  linebreak="al",
191132  unicodeslot=0x13356,
191133 },
191134 [0x13357]={
191135  category="lo",
191136  description="EGYPTIAN HIEROGLYPH U032A",
191137  direction="l",
191138  linebreak="al",
191139  unicodeslot=0x13357,
191140 },
191141 [0x13358]={
191142  category="lo",
191143  description="EGYPTIAN HIEROGLYPH U033",
191144  direction="l",
191145  linebreak="al",
191146  unicodeslot=0x13358,
191147 },
191148 [0x13359]={
191149  category="lo",
191150  description="EGYPTIAN HIEROGLYPH U034",
191151  direction="l",
191152  linebreak="al",
191153  unicodeslot=0x13359,
191154 },
191155 [0x1335A]={
191156  category="lo",
191157  description="EGYPTIAN HIEROGLYPH U035",
191158  direction="l",
191159  linebreak="al",
191160  unicodeslot=0x1335A,
191161 },
191162 [0x1335B]={
191163  category="lo",
191164  description="EGYPTIAN HIEROGLYPH U036",
191165  direction="l",
191166  linebreak="al",
191167  unicodeslot=0x1335B,
191168 },
191169 [0x1335C]={
191170  category="lo",
191171  description="EGYPTIAN HIEROGLYPH U037",
191172  direction="l",
191173  linebreak="al",
191174  unicodeslot=0x1335C,
191175 },
191176 [0x1335D]={
191177  category="lo",
191178  description="EGYPTIAN HIEROGLYPH U038",
191179  direction="l",
191180  linebreak="al",
191181  unicodeslot=0x1335D,
191182 },
191183 [0x1335E]={
191184  category="lo",
191185  description="EGYPTIAN HIEROGLYPH U039",
191186  direction="l",
191187  linebreak="al",
191188  unicodeslot=0x1335E,
191189 },
191190 [0x1335F]={
191191  category="lo",
191192  description="EGYPTIAN HIEROGLYPH U040",
191193  direction="l",
191194  linebreak="al",
191195  unicodeslot=0x1335F,
191196 },
191197 [0x13360]={
191198  category="lo",
191199  description="EGYPTIAN HIEROGLYPH U041",
191200  direction="l",
191201  linebreak="al",
191202  unicodeslot=0x13360,
191203 },
191204 [0x13361]={
191205  category="lo",
191206  description="EGYPTIAN HIEROGLYPH U042",
191207  direction="l",
191208  linebreak="al",
191209  unicodeslot=0x13361,
191210  variants=variants_90_270,
191211 },
191212 [0x13362]={
191213  category="lo",
191214  description="EGYPTIAN HIEROGLYPH V001",
191215  direction="l",
191216  linebreak="al",
191217  unicodeslot=0x13362,
191218 },
191219 [0x13363]={
191220  category="lo",
191221  description="EGYPTIAN HIEROGLYPH V001A",
191222  direction="l",
191223  linebreak="al",
191224  unicodeslot=0x13363,
191225 },
191226 [0x13364]={
191227  category="lo",
191228  description="EGYPTIAN HIEROGLYPH V001B",
191229  direction="l",
191230  linebreak="al",
191231  unicodeslot=0x13364,
191232 },
191233 [0x13365]={
191234  category="lo",
191235  description="EGYPTIAN HIEROGLYPH V001C",
191236  direction="l",
191237  linebreak="al",
191238  unicodeslot=0x13365,
191239 },
191240 [0x13366]={
191241  category="lo",
191242  description="EGYPTIAN HIEROGLYPH V001D",
191243  direction="l",
191244  linebreak="al",
191245  unicodeslot=0x13366,
191246 },
191247 [0x13367]={
191248  category="lo",
191249  description="EGYPTIAN HIEROGLYPH V001E",
191250  direction="l",
191251  linebreak="al",
191252  unicodeslot=0x13367,
191253 },
191254 [0x13368]={
191255  category="lo",
191256  description="EGYPTIAN HIEROGLYPH V001F",
191257  direction="l",
191258  linebreak="al",
191259  unicodeslot=0x13368,
191260 },
191261 [0x13369]={
191262  category="lo",
191263  description="EGYPTIAN HIEROGLYPH V001G",
191264  direction="l",
191265  linebreak="al",
191266  unicodeslot=0x13369,
191267 },
191268 [0x1336A]={
191269  category="lo",
191270  description="EGYPTIAN HIEROGLYPH V001H",
191271  direction="l",
191272  linebreak="al",
191273  unicodeslot=0x1336A,
191274 },
191275 [0x1336B]={
191276  category="lo",
191277  description="EGYPTIAN HIEROGLYPH V001I",
191278  direction="l",
191279  linebreak="al",
191280  unicodeslot=0x1336B,
191281 },
191282 [0x1336C]={
191283  category="lo",
191284  description="EGYPTIAN HIEROGLYPH V002",
191285  direction="l",
191286  linebreak="al",
191287  unicodeslot=0x1336C,
191288 },
191289 [0x1336D]={
191290  category="lo",
191291  description="EGYPTIAN HIEROGLYPH V002A",
191292  direction="l",
191293  linebreak="al",
191294  unicodeslot=0x1336D,
191295 },
191296 [0x1336E]={
191297  category="lo",
191298  description="EGYPTIAN HIEROGLYPH V003",
191299  direction="l",
191300  linebreak="al",
191301  unicodeslot=0x1336E,
191302 },
191303 [0x1336F]={
191304  category="lo",
191305  description="EGYPTIAN HIEROGLYPH V004",
191306  direction="l",
191307  linebreak="al",
191308  unicodeslot=0x1336F,
191309 },
191310 [0x13370]={
191311  category="lo",
191312  description="EGYPTIAN HIEROGLYPH V005",
191313  direction="l",
191314  linebreak="al",
191315  unicodeslot=0x13370,
191316 },
191317 [0x13371]={
191318  category="lo",
191319  description="EGYPTIAN HIEROGLYPH V006",
191320  direction="l",
191321  linebreak="al",
191322  unicodeslot=0x13371,
191323 },
191324 [0x13372]={
191325  category="lo",
191326  description="EGYPTIAN HIEROGLYPH V007",
191327  direction="l",
191328  linebreak="al",
191329  unicodeslot=0x13372,
191330 },
191331 [0x13373]={
191332  category="lo",
191333  description="EGYPTIAN HIEROGLYPH V007A",
191334  direction="l",
191335  linebreak="al",
191336  unicodeslot=0x13373,
191337  variants=variants_90_270,
191338 },
191339 [0x13374]={
191340  category="lo",
191341  description="EGYPTIAN HIEROGLYPH V007B",
191342  direction="l",
191343  linebreak="al",
191344  unicodeslot=0x13374,
191345 },
191346 [0x13375]={
191347  category="lo",
191348  description="EGYPTIAN HIEROGLYPH V008",
191349  direction="l",
191350  linebreak="al",
191351  unicodeslot=0x13375,
191352 },
191353 [0x13376]={
191354  category="lo",
191355  description="EGYPTIAN HIEROGLYPH V009",
191356  direction="l",
191357  linebreak="al",
191358  unicodeslot=0x13376,
191359 },
191360 [0x13377]={
191361  category="lo",
191362  description="EGYPTIAN HIEROGLYPH V010",
191363  direction="l",
191364  linebreak="al",
191365  unicodeslot=0x13377,
191366  variants=variants_90,
191367 },
191368 [0x13378]={
191369  category="lo",
191370  description="EGYPTIAN HIEROGLYPH V011",
191371  direction="l",
191372  linebreak="al",
191373  unicodeslot=0x13378,
191374  variants=variants_90,
191375 },
191376 [0x13379]={
191377  category="lo",
191378  description="EGYPTIAN HIEROGLYPH V011A",
191379  direction="l",
191380  linebreak="op",
191381  unicodeslot=0x13379,
191382 },
191383 [0x1337A]={
191384  category="lo",
191385  description="EGYPTIAN HIEROGLYPH V011B",
191386  direction="l",
191387  linebreak="cl",
191388  unicodeslot=0x1337A,
191389 },
191390 [0x1337B]={
191391  category="lo",
191392  description="EGYPTIAN HIEROGLYPH V011C",
191393  direction="l",
191394  linebreak="cl",
191395  unicodeslot=0x1337B,
191396 },
191397 [0x1337C]={
191398  category="lo",
191399  description="EGYPTIAN HIEROGLYPH V012",
191400  direction="l",
191401  linebreak="al",
191402  unicodeslot=0x1337C,
191403 },
191404 [0x1337D]={
191405  category="lo",
191406  description="EGYPTIAN HIEROGLYPH V012A",
191407  direction="l",
191408  linebreak="al",
191409  unicodeslot=0x1337D,
191410  variants=variants_90_270,
191411 },
191412 [0x1337E]={
191413  category="lo",
191414  description="EGYPTIAN HIEROGLYPH V012B",
191415  direction="l",
191416  linebreak="al",
191417  unicodeslot=0x1337E,
191418 },
191419 [0x1337F]={
191420  category="lo",
191421  description="EGYPTIAN HIEROGLYPH V013",
191422  direction="l",
191423  linebreak="al",
191424  unicodeslot=0x1337F,
191425 },
191426 [0x13380]={
191427  category="lo",
191428  description="EGYPTIAN HIEROGLYPH V014",
191429  direction="l",
191430  linebreak="al",
191431  unicodeslot=0x13380,
191432 },
191433 [0x13381]={
191434  category="lo",
191435  description="EGYPTIAN HIEROGLYPH V015",
191436  direction="l",
191437  linebreak="al",
191438  unicodeslot=0x13381,
191439 },
191440 [0x13382]={
191441  category="lo",
191442  description="EGYPTIAN HIEROGLYPH V016",
191443  direction="l",
191444  linebreak="al",
191445  unicodeslot=0x13382,
191446 },
191447 [0x13383]={
191448  category="lo",
191449  description="EGYPTIAN HIEROGLYPH V017",
191450  direction="l",
191451  linebreak="al",
191452  unicodeslot=0x13383,
191453 },
191454 [0x13384]={
191455  category="lo",
191456  description="EGYPTIAN HIEROGLYPH V018",
191457  direction="l",
191458  linebreak="al",
191459  unicodeslot=0x13384,
191460 },
191461 [0x13385]={
191462  category="lo",
191463  description="EGYPTIAN HIEROGLYPH V019",
191464  direction="l",
191465  linebreak="al",
191466  unicodeslot=0x13385,
191467  variants=variants_90_270,
191468 },
191469 [0x13386]={
191470  category="lo",
191471  description="EGYPTIAN HIEROGLYPH V020",
191472  direction="l",
191473  linebreak="al",
191474  unicodeslot=0x13386,
191475 },
191476 [0x13387]={
191477  category="lo",
191478  description="EGYPTIAN HIEROGLYPH V020A",
191479  direction="l",
191480  linebreak="al",
191481  unicodeslot=0x13387,
191482 },
191483 [0x13388]={
191484  category="lo",
191485  description="EGYPTIAN HIEROGLYPH V020B",
191486  direction="l",
191487  linebreak="al",
191488  unicodeslot=0x13388,
191489 },
191490 [0x13389]={
191491  category="lo",
191492  description="EGYPTIAN HIEROGLYPH V020C",
191493  direction="l",
191494  linebreak="al",
191495  unicodeslot=0x13389,
191496 },
191497 [0x1338A]={
191498  category="lo",
191499  description="EGYPTIAN HIEROGLYPH V020D",
191500  direction="l",
191501  linebreak="al",
191502  unicodeslot=0x1338A,
191503 },
191504 [0x1338B]={
191505  category="lo",
191506  description="EGYPTIAN HIEROGLYPH V020E",
191507  direction="l",
191508  linebreak="al",
191509  unicodeslot=0x1338B,
191510 },
191511 [0x1338C]={
191512  category="lo",
191513  description="EGYPTIAN HIEROGLYPH V020F",
191514  direction="l",
191515  linebreak="al",
191516  unicodeslot=0x1338C,
191517 },
191518 [0x1338D]={
191519  category="lo",
191520  description="EGYPTIAN HIEROGLYPH V020G",
191521  direction="l",
191522  linebreak="al",
191523  unicodeslot=0x1338D,
191524 },
191525 [0x1338E]={
191526  category="lo",
191527  description="EGYPTIAN HIEROGLYPH V020H",
191528  direction="l",
191529  linebreak="al",
191530  unicodeslot=0x1338E,
191531 },
191532 [0x1338F]={
191533  category="lo",
191534  description="EGYPTIAN HIEROGLYPH V020I",
191535  direction="l",
191536  linebreak="al",
191537  unicodeslot=0x1338F,
191538 },
191539 [0x13390]={
191540  category="lo",
191541  description="EGYPTIAN HIEROGLYPH V020J",
191542  direction="l",
191543  linebreak="al",
191544  unicodeslot=0x13390,
191545 },
191546 [0x13391]={
191547  category="lo",
191548  description="EGYPTIAN HIEROGLYPH V020K",
191549  direction="l",
191550  linebreak="al",
191551  unicodeslot=0x13391,
191552 },
191553 [0x13392]={
191554  category="lo",
191555  description="EGYPTIAN HIEROGLYPH V020L",
191556  direction="l",
191557  linebreak="al",
191558  unicodeslot=0x13392,
191559 },
191560 [0x13393]={
191561  category="lo",
191562  description="EGYPTIAN HIEROGLYPH V021",
191563  direction="l",
191564  linebreak="al",
191565  unicodeslot=0x13393,
191566 },
191567 [0x13394]={
191568  category="lo",
191569  description="EGYPTIAN HIEROGLYPH V022",
191570  direction="l",
191571  linebreak="al",
191572  unicodeslot=0x13394,
191573 },
191574 [0x13395]={
191575  category="lo",
191576  description="EGYPTIAN HIEROGLYPH V023",
191577  direction="l",
191578  linebreak="al",
191579  unicodeslot=0x13395,
191580 },
191581 [0x13396]={
191582  category="lo",
191583  description="EGYPTIAN HIEROGLYPH V023A",
191584  direction="l",
191585  linebreak="al",
191586  unicodeslot=0x13396,
191587 },
191588 [0x13397]={
191589  category="lo",
191590  description="EGYPTIAN HIEROGLYPH V024",
191591  direction="l",
191592  linebreak="al",
191593  unicodeslot=0x13397,
191594 },
191595 [0x13398]={
191596  category="lo",
191597  description="EGYPTIAN HIEROGLYPH V025",
191598  direction="l",
191599  linebreak="al",
191600  unicodeslot=0x13398,
191601 },
191602 [0x13399]={
191603  category="lo",
191604  description="EGYPTIAN HIEROGLYPH V026",
191605  direction="l",
191606  linebreak="al",
191607  unicodeslot=0x13399,
191608  variants=variants_90,
191609 },
191610 [0x1339A]={
191611  category="lo",
191612  description="EGYPTIAN HIEROGLYPH V027",
191613  direction="l",
191614  linebreak="al",
191615  unicodeslot=0x1339A,
191616  variants=variants_90,
191617 },
191618 [0x1339B]={
191619  category="lo",
191620  description="EGYPTIAN HIEROGLYPH V028",
191621  direction="l",
191622  linebreak="al",
191623  unicodeslot=0x1339B,
191624 },
191625 [0x1339C]={
191626  category="lo",
191627  description="EGYPTIAN HIEROGLYPH V028A",
191628  direction="l",
191629  linebreak="al",
191630  unicodeslot=0x1339C,
191631 },
191632 [0x1339D]={
191633  category="lo",
191634  description="EGYPTIAN HIEROGLYPH V029",
191635  direction="l",
191636  linebreak="al",
191637  unicodeslot=0x1339D,
191638 },
191639 [0x1339E]={
191640  category="lo",
191641  description="EGYPTIAN HIEROGLYPH V029A",
191642  direction="l",
191643  linebreak="al",
191644  unicodeslot=0x1339E,
191645 },
191646 [0x1339F]={
191647  category="lo",
191648  description="EGYPTIAN HIEROGLYPH V030",
191649  direction="l",
191650  linebreak="al",
191651  unicodeslot=0x1339F,
191652 },
191653 [0x133A0]={
191654  category="lo",
191655  description="EGYPTIAN HIEROGLYPH V030A",
191656  direction="l",
191657  linebreak="al",
191658  unicodeslot=0x133A0,
191659 },
191660 [0x133A1]={
191661  category="lo",
191662  description="EGYPTIAN HIEROGLYPH V031",
191663  direction="l",
191664  linebreak="al",
191665  unicodeslot=0x133A1,
191666 },
191667 [0x133A2]={
191668  category="lo",
191669  description="EGYPTIAN HIEROGLYPH V031A",
191670  direction="l",
191671  linebreak="al",
191672  unicodeslot=0x133A2,
191673 },
191674 [0x133A3]={
191675  category="lo",
191676  description="EGYPTIAN HIEROGLYPH V032",
191677  direction="l",
191678  linebreak="al",
191679  unicodeslot=0x133A3,
191680 },
191681 [0x133A4]={
191682  category="lo",
191683  description="EGYPTIAN HIEROGLYPH V033",
191684  direction="l",
191685  linebreak="al",
191686  unicodeslot=0x133A4,
191687 },
191688 [0x133A5]={
191689  category="lo",
191690  description="EGYPTIAN HIEROGLYPH V033A",
191691  direction="l",
191692  linebreak="al",
191693  unicodeslot=0x133A5,
191694 },
191695 [0x133A6]={
191696  category="lo",
191697  description="EGYPTIAN HIEROGLYPH V034",
191698  direction="l",
191699  linebreak="al",
191700  unicodeslot=0x133A6,
191701 },
191702 [0x133A7]={
191703  category="lo",
191704  description="EGYPTIAN HIEROGLYPH V035",
191705  direction="l",
191706  linebreak="al",
191707  unicodeslot=0x133A7,
191708 },
191709 [0x133A8]={
191710  category="lo",
191711  description="EGYPTIAN HIEROGLYPH V036",
191712  direction="l",
191713  linebreak="al",
191714  unicodeslot=0x133A8,
191715 },
191716 [0x133A9]={
191717  category="lo",
191718  description="EGYPTIAN HIEROGLYPH V037",
191719  direction="l",
191720  linebreak="al",
191721  unicodeslot=0x133A9,
191722 },
191723 [0x133AA]={
191724  category="lo",
191725  description="EGYPTIAN HIEROGLYPH V037A",
191726  direction="l",
191727  linebreak="al",
191728  unicodeslot=0x133AA,
191729 },
191730 [0x133AB]={
191731  category="lo",
191732  description="EGYPTIAN HIEROGLYPH V038",
191733  direction="l",
191734  linebreak="al",
191735  unicodeslot=0x133AB,
191736 },
191737 [0x133AC]={
191738  category="lo",
191739  description="EGYPTIAN HIEROGLYPH V039",
191740  direction="l",
191741  linebreak="al",
191742  unicodeslot=0x133AC,
191743 },
191744 [0x133AD]={
191745  category="lo",
191746  description="EGYPTIAN HIEROGLYPH V040",
191747  direction="l",
191748  linebreak="al",
191749  unicodeslot=0x133AD,
191750 },
191751 [0x133AE]={
191752  category="lo",
191753  description="EGYPTIAN HIEROGLYPH V040A",
191754  direction="l",
191755  linebreak="al",
191756  unicodeslot=0x133AE,
191757 },
191758 [0x133AF]={
191759  category="lo",
191760  description="EGYPTIAN HIEROGLYPH W001",
191761  direction="l",
191762  linebreak="al",
191763  unicodeslot=0x133AF,
191764  variants=variants_90_270,
191765 },
191766 [0x133B0]={
191767  category="lo",
191768  description="EGYPTIAN HIEROGLYPH W002",
191769  direction="l",
191770  linebreak="al",
191771  unicodeslot=0x133B0,
191772  variants=variants_90_270,
191773 },
191774 [0x133B1]={
191775  category="lo",
191776  description="EGYPTIAN HIEROGLYPH W003",
191777  direction="l",
191778  linebreak="al",
191779  unicodeslot=0x133B1,
191780 },
191781 [0x133B2]={
191782  category="lo",
191783  description="EGYPTIAN HIEROGLYPH W003A",
191784  direction="l",
191785  linebreak="al",
191786  unicodeslot=0x133B2,
191787 },
191788 [0x133B3]={
191789  category="lo",
191790  description="EGYPTIAN HIEROGLYPH W004",
191791  direction="l",
191792  linebreak="al",
191793  unicodeslot=0x133B3,
191794 },
191795 [0x133B4]={
191796  category="lo",
191797  description="EGYPTIAN HIEROGLYPH W005",
191798  direction="l",
191799  linebreak="al",
191800  unicodeslot=0x133B4,
191801 },
191802 [0x133B5]={
191803  category="lo",
191804  description="EGYPTIAN HIEROGLYPH W006",
191805  direction="l",
191806  linebreak="al",
191807  unicodeslot=0x133B5,
191808 },
191809 [0x133B6]={
191810  category="lo",
191811  description="EGYPTIAN HIEROGLYPH W007",
191812  direction="l",
191813  linebreak="al",
191814  unicodeslot=0x133B6,
191815 },
191816 [0x133B7]={
191817  category="lo",
191818  description="EGYPTIAN HIEROGLYPH W008",
191819  direction="l",
191820  linebreak="al",
191821  unicodeslot=0x133B7,
191822 },
191823 [0x133B8]={
191824  category="lo",
191825  description="EGYPTIAN HIEROGLYPH W009",
191826  direction="l",
191827  linebreak="al",
191828  unicodeslot=0x133B8,
191829 },
191830 [0x133B9]={
191831  category="lo",
191832  description="EGYPTIAN HIEROGLYPH W009A",
191833  direction="l",
191834  linebreak="al",
191835  unicodeslot=0x133B9,
191836 },
191837 [0x133BA]={
191838  category="lo",
191839  description="EGYPTIAN HIEROGLYPH W010",
191840  direction="l",
191841  linebreak="al",
191842  unicodeslot=0x133BA,
191843 },
191844 [0x133BB]={
191845  category="lo",
191846  description="EGYPTIAN HIEROGLYPH W010A",
191847  direction="l",
191848  linebreak="al",
191849  unicodeslot=0x133BB,
191850 },
191851 [0x133BC]={
191852  category="lo",
191853  description="EGYPTIAN HIEROGLYPH W011",
191854  direction="l",
191855  linebreak="al",
191856  unicodeslot=0x133BC,
191857 },
191858 [0x133BD]={
191859  category="lo",
191860  description="EGYPTIAN HIEROGLYPH W012",
191861  direction="l",
191862  linebreak="al",
191863  unicodeslot=0x133BD,
191864 },
191865 [0x133BE]={
191866  category="lo",
191867  description="EGYPTIAN HIEROGLYPH W013",
191868  direction="l",
191869  linebreak="al",
191870  unicodeslot=0x133BE,
191871 },
191872 [0x133BF]={
191873  category="lo",
191874  description="EGYPTIAN HIEROGLYPH W014",
191875  direction="l",
191876  linebreak="al",
191877  unicodeslot=0x133BF,
191878  variants=variants_90_270,
191879 },
191880 [0x133C0]={
191881  category="lo",
191882  description="EGYPTIAN HIEROGLYPH W014A",
191883  direction="l",
191884  linebreak="al",
191885  unicodeslot=0x133C0,
191886 },
191887 [0x133C1]={
191888  category="lo",
191889  description="EGYPTIAN HIEROGLYPH W015",
191890  direction="l",
191891  linebreak="al",
191892  unicodeslot=0x133C1,
191893 },
191894 [0x133C2]={
191895  category="lo",
191896  description="EGYPTIAN HIEROGLYPH W016",
191897  direction="l",
191898  linebreak="al",
191899  unicodeslot=0x133C2,
191900 },
191901 [0x133C3]={
191902  category="lo",
191903  description="EGYPTIAN HIEROGLYPH W017",
191904  direction="l",
191905  linebreak="al",
191906  unicodeslot=0x133C3,
191907 },
191908 [0x133C4]={
191909  category="lo",
191910  description="EGYPTIAN HIEROGLYPH W017A",
191911  direction="l",
191912  linebreak="al",
191913  unicodeslot=0x133C4,
191914 },
191915 [0x133C5]={
191916  category="lo",
191917  description="EGYPTIAN HIEROGLYPH W018",
191918  direction="l",
191919  linebreak="al",
191920  unicodeslot=0x133C5,
191921 },
191922 [0x133C6]={
191923  category="lo",
191924  description="EGYPTIAN HIEROGLYPH W018A",
191925  direction="l",
191926  linebreak="al",
191927  unicodeslot=0x133C6,
191928 },
191929 [0x133C7]={
191930  category="lo",
191931  description="EGYPTIAN HIEROGLYPH W019",
191932  direction="l",
191933  linebreak="al",
191934  unicodeslot=0x133C7,
191935 },
191936 [0x133C8]={
191937  category="lo",
191938  description="EGYPTIAN HIEROGLYPH W020",
191939  direction="l",
191940  linebreak="al",
191941  unicodeslot=0x133C8,
191942 },
191943 [0x133C9]={
191944  category="lo",
191945  description="EGYPTIAN HIEROGLYPH W021",
191946  direction="l",
191947  linebreak="al",
191948  unicodeslot=0x133C9,
191949 },
191950 [0x133CA]={
191951  category="lo",
191952  description="EGYPTIAN HIEROGLYPH W022",
191953  direction="l",
191954  linebreak="al",
191955  unicodeslot=0x133CA,
191956 },
191957 [0x133CB]={
191958  category="lo",
191959  description="EGYPTIAN HIEROGLYPH W023",
191960  direction="l",
191961  linebreak="al",
191962  unicodeslot=0x133CB,
191963 },
191964 [0x133CC]={
191965  category="lo",
191966  description="EGYPTIAN HIEROGLYPH W024",
191967  direction="l",
191968  linebreak="al",
191969  unicodeslot=0x133CC,
191970 },
191971 [0x133CD]={
191972  category="lo",
191973  description="EGYPTIAN HIEROGLYPH W024A",
191974  direction="l",
191975  linebreak="al",
191976  unicodeslot=0x133CD,
191977 },
191978 [0x133CE]={
191979  category="lo",
191980  description="EGYPTIAN HIEROGLYPH W025",
191981  direction="l",
191982  linebreak="al",
191983  unicodeslot=0x133CE,
191984 },
191985 [0x133CF]={
191986  category="lo",
191987  description="EGYPTIAN HIEROGLYPH X001",
191988  direction="l",
191989  linebreak="al",
191990  unicodeslot=0x133CF,
191991 },
191992 [0x133D0]={
191993  category="lo",
191994  description="EGYPTIAN HIEROGLYPH X002",
191995  direction="l",
191996  linebreak="al",
191997  unicodeslot=0x133D0,
191998 },
191999 [0x133D1]={
192000  category="lo",
192001  description="EGYPTIAN HIEROGLYPH X003",
192002  direction="l",
192003  linebreak="al",
192004  unicodeslot=0x133D1,
192005 },
192006 [0x133D2]={
192007  category="lo",
192008  description="EGYPTIAN HIEROGLYPH X004",
192009  direction="l",
192010  linebreak="al",
192011  unicodeslot=0x133D2,
192012 },
192013 [0x133D3]={
192014  category="lo",
192015  description="EGYPTIAN HIEROGLYPH X004A",
192016  direction="l",
192017  linebreak="al",
192018  unicodeslot=0x133D3,
192019  variants=variants_90,
192020 },
192021 [0x133D4]={
192022  category="lo",
192023  description="EGYPTIAN HIEROGLYPH X004B",
192024  direction="l",
192025  linebreak="al",
192026  unicodeslot=0x133D4,
192027 },
192028 [0x133D5]={
192029  category="lo",
192030  description="EGYPTIAN HIEROGLYPH X005",
192031  direction="l",
192032  linebreak="al",
192033  unicodeslot=0x133D5,
192034 },
192035 [0x133D6]={
192036  category="lo",
192037  description="EGYPTIAN HIEROGLYPH X006",
192038  direction="l",
192039  linebreak="al",
192040  unicodeslot=0x133D6,
192041 },
192042 [0x133D7]={
192043  category="lo",
192044  description="EGYPTIAN HIEROGLYPH X006A",
192045  direction="l",
192046  linebreak="al",
192047  unicodeslot=0x133D7,
192048 },
192049 [0x133D8]={
192050  category="lo",
192051  description="EGYPTIAN HIEROGLYPH X007",
192052  direction="l",
192053  linebreak="al",
192054  unicodeslot=0x133D8,
192055 },
192056 [0x133D9]={
192057  category="lo",
192058  description="EGYPTIAN HIEROGLYPH X008",
192059  direction="l",
192060  linebreak="al",
192061  unicodeslot=0x133D9,
192062 },
192063 [0x133DA]={
192064  category="lo",
192065  description="EGYPTIAN HIEROGLYPH X008A",
192066  direction="l",
192067  linebreak="al",
192068  unicodeslot=0x133DA,
192069 },
192070 [0x133DB]={
192071  category="lo",
192072  description="EGYPTIAN HIEROGLYPH Y001",
192073  direction="l",
192074  linebreak="al",
192075  unicodeslot=0x133DB,
192076  variants=variants_270,
192077 },
192078 [0x133DC]={
192079  category="lo",
192080  description="EGYPTIAN HIEROGLYPH Y001A",
192081  direction="l",
192082  linebreak="al",
192083  unicodeslot=0x133DC,
192084 },
192085 [0x133DD]={
192086  category="lo",
192087  description="EGYPTIAN HIEROGLYPH Y002",
192088  direction="l",
192089  linebreak="al",
192090  unicodeslot=0x133DD,
192091  variants=variants_90_270,
192092 },
192093 [0x133DE]={
192094  category="lo",
192095  description="EGYPTIAN HIEROGLYPH Y003",
192096  direction="l",
192097  linebreak="al",
192098  unicodeslot=0x133DE,
192099 },
192100 [0x133DF]={
192101  category="lo",
192102  description="EGYPTIAN HIEROGLYPH Y004",
192103  direction="l",
192104  linebreak="al",
192105  unicodeslot=0x133DF,
192106 },
192107 [0x133E0]={
192108  category="lo",
192109  description="EGYPTIAN HIEROGLYPH Y005",
192110  direction="l",
192111  linebreak="al",
192112  unicodeslot=0x133E0,
192113 },
192114 [0x133E1]={
192115  category="lo",
192116  description="EGYPTIAN HIEROGLYPH Y006",
192117  direction="l",
192118  linebreak="al",
192119  unicodeslot=0x133E1,
192120 },
192121 [0x133E2]={
192122  category="lo",
192123  description="EGYPTIAN HIEROGLYPH Y007",
192124  direction="l",
192125  linebreak="al",
192126  unicodeslot=0x133E2,
192127 },
192128 [0x133E3]={
192129  category="lo",
192130  description="EGYPTIAN HIEROGLYPH Y008",
192131  direction="l",
192132  linebreak="al",
192133  unicodeslot=0x133E3,
192134 },
192135 [0x133E4]={
192136  category="lo",
192137  description="EGYPTIAN HIEROGLYPH Z001",
192138  direction="l",
192139  linebreak="al",
192140  unicodeslot=0x133E4,
192141 },
192142 [0x133E5]={
192143  category="lo",
192144  description="EGYPTIAN HIEROGLYPH Z002",
192145  direction="l",
192146  linebreak="al",
192147  unicodeslot=0x133E5,
192148  variants={
192149   [0xFE00]="rotated 90 degrees [= 270 degrees]",
192150  },
192151 },
192152 [0x133E6]={
192153  category="lo",
192154  description="EGYPTIAN HIEROGLYPH Z002A",
192155  direction="l",
192156  linebreak="al",
192157  unicodeslot=0x133E6,
192158 },
192159 [0x133E7]={
192160  category="lo",
192161  description="EGYPTIAN HIEROGLYPH Z002B",
192162  direction="l",
192163  linebreak="al",
192164  unicodeslot=0x133E7,
192165  variants={
192166   [0xFE00]="rotated 90 degrees [= 270 degrees]",
192167  },
192168 },
192169 [0x133E8]={
192170  category="lo",
192171  description="EGYPTIAN HIEROGLYPH Z002C",
192172  direction="l",
192173  linebreak="al",
192174  unicodeslot=0x133E8,
192175  variants=variants_180,
192176 },
192177 [0x133E9]={
192178  category="lo",
192179  description="EGYPTIAN HIEROGLYPH Z002D",
192180  direction="l",
192181  linebreak="al",
192182  unicodeslot=0x133E9,
192183 },
192184 [0x133EA]={
192185  category="lo",
192186  description="EGYPTIAN HIEROGLYPH Z003",
192187  direction="l",
192188  linebreak="al",
192189  unicodeslot=0x133EA,
192190 },
192191 [0x133EB]={
192192  category="lo",
192193  description="EGYPTIAN HIEROGLYPH Z003A",
192194  direction="l",
192195  linebreak="al",
192196  unicodeslot=0x133EB,
192197 },
192198 [0x133EC]={
192199  category="lo",
192200  description="EGYPTIAN HIEROGLYPH Z003B",
192201  direction="l",
192202  linebreak="al",
192203  unicodeslot=0x133EC,
192204 },
192205 [0x133ED]={
192206  category="lo",
192207  description="EGYPTIAN HIEROGLYPH Z004",
192208  direction="l",
192209  linebreak="al",
192210  unicodeslot=0x133ED,
192211 },
192212 [0x133EE]={
192213  category="lo",
192214  description="EGYPTIAN HIEROGLYPH Z004A",
192215  direction="l",
192216  linebreak="al",
192217  unicodeslot=0x133EE,
192218 },
192219 [0x133EF]={
192220  category="lo",
192221  description="EGYPTIAN HIEROGLYPH Z005",
192222  direction="l",
192223  linebreak="al",
192224  unicodeslot=0x133EF,
192225 },
192226 [0x133F0]={
192227  category="lo",
192228  description="EGYPTIAN HIEROGLYPH Z005A",
192229  direction="l",
192230  linebreak="al",
192231  unicodeslot=0x133F0,
192232 },
192233 [0x133F1]={
192234  category="lo",
192235  description="EGYPTIAN HIEROGLYPH Z006",
192236  direction="l",
192237  linebreak="al",
192238  unicodeslot=0x133F1,
192239 },
192240 [0x133F2]={
192241  category="lo",
192242  description="EGYPTIAN HIEROGLYPH Z007",
192243  direction="l",
192244  linebreak="al",
192245  unicodeslot=0x133F2,
192246  variants=variants_90,
192247 },
192248 [0x133F3]={
192249  category="lo",
192250  description="EGYPTIAN HIEROGLYPH Z008",
192251  direction="l",
192252  linebreak="al",
192253  unicodeslot=0x133F3,
192254 },
192255 [0x133F4]={
192256  category="lo",
192257  description="EGYPTIAN HIEROGLYPH Z009",
192258  direction="l",
192259  linebreak="al",
192260  unicodeslot=0x133F4,
192261 },
192262 [0x133F5]={
192263  category="lo",
192264  description="EGYPTIAN HIEROGLYPH Z010",
192265  direction="l",
192266  linebreak="al",
192267  unicodeslot=0x133F5,
192268  variants=variants_90,
192269 },
192270 [0x133F6]={
192271  category="lo",
192272  description="EGYPTIAN HIEROGLYPH Z011",
192273  direction="l",
192274  linebreak="al",
192275  unicodeslot=0x133F6,
192276  variants=variants_90,
192277 },
192278 [0x133F7]={
192279  category="lo",
192280  description="EGYPTIAN HIEROGLYPH Z012",
192281  direction="l",
192282  linebreak="al",
192283  unicodeslot=0x133F7,
192284 },
192285 [0x133F8]={
192286  category="lo",
192287  description="EGYPTIAN HIEROGLYPH Z013",
192288  direction="l",
192289  linebreak="al",
192290  unicodeslot=0x133F8,
192291 },
192292 [0x133F9]={
192293  category="lo",
192294  description="EGYPTIAN HIEROGLYPH Z014",
192295  direction="l",
192296  linebreak="al",
192297  unicodeslot=0x133F9,
192298 },
192299 [0x133FA]={
192300  category="lo",
192301  description="EGYPTIAN HIEROGLYPH Z015",
192302  direction="l",
192303  linebreak="al",
192304  unicodeslot=0x133FA,
192305 },
192306 [0x133FB]={
192307  category="lo",
192308  description="EGYPTIAN HIEROGLYPH Z015A",
192309  direction="l",
192310  linebreak="al",
192311  unicodeslot=0x133FB,
192312 },
192313 [0x133FC]={
192314  category="lo",
192315  description="EGYPTIAN HIEROGLYPH Z015B",
192316  direction="l",
192317  linebreak="al",
192318  unicodeslot=0x133FC,
192319 },
192320 [0x133FD]={
192321  category="lo",
192322  description="EGYPTIAN HIEROGLYPH Z015C",
192323  direction="l",
192324  linebreak="al",
192325  unicodeslot=0x133FD,
192326 },
192327 [0x133FE]={
192328  category="lo",
192329  description="EGYPTIAN HIEROGLYPH Z015D",
192330  direction="l",
192331  linebreak="al",
192332  unicodeslot=0x133FE,
192333 },
192334 [0x133FF]={
192335  category="lo",
192336  description="EGYPTIAN HIEROGLYPH Z015E",
192337  direction="l",
192338  linebreak="al",
192339  unicodeslot=0x133FF,
192340 },
192341 [0x13400]={
192342  category="lo",
192343  description="EGYPTIAN HIEROGLYPH Z015F",
192344  direction="l",
192345  linebreak="al",
192346  unicodeslot=0x13400,
192347 },
192348 [0x13401]={
192349  category="lo",
192350  description="EGYPTIAN HIEROGLYPH Z015G",
192351  direction="l",
192352  linebreak="al",
192353  unicodeslot=0x13401,
192354 },
192355 [0x13402]={
192356  category="lo",
192357  description="EGYPTIAN HIEROGLYPH Z015H",
192358  direction="l",
192359  linebreak="al",
192360  unicodeslot=0x13402,
192361 },
192362 [0x13403]={
192363  category="lo",
192364  description="EGYPTIAN HIEROGLYPH Z015I",
192365  direction="l",
192366  linebreak="al",
192367  unicodeslot=0x13403,
192368  variants=variants_90,
192369 },
192370 [0x13404]={
192371  category="lo",
192372  description="EGYPTIAN HIEROGLYPH Z016",
192373  direction="l",
192374  linebreak="al",
192375  unicodeslot=0x13404,
192376 },
192377 [0x13405]={
192378  category="lo",
192379  description="EGYPTIAN HIEROGLYPH Z016A",
192380  direction="l",
192381  linebreak="al",
192382  unicodeslot=0x13405,
192383 },
192384 [0x13406]={
192385  category="lo",
192386  description="EGYPTIAN HIEROGLYPH Z016B",
192387  direction="l",
192388  linebreak="al",
192389  unicodeslot=0x13406,
192390 },
192391 [0x13407]={
192392  category="lo",
192393  description="EGYPTIAN HIEROGLYPH Z016C",
192394  direction="l",
192395  linebreak="al",
192396  unicodeslot=0x13407,
192397 },
192398 [0x13408]={
192399  category="lo",
192400  description="EGYPTIAN HIEROGLYPH Z016D",
192401  direction="l",
192402  linebreak="al",
192403  unicodeslot=0x13408,
192404 },
192405 [0x13409]={
192406  category="lo",
192407  description="EGYPTIAN HIEROGLYPH Z016E",
192408  direction="l",
192409  linebreak="al",
192410  unicodeslot=0x13409,
192411 },
192412 [0x1340A]={
192413  category="lo",
192414  description="EGYPTIAN HIEROGLYPH Z016F",
192415  direction="l",
192416  linebreak="al",
192417  unicodeslot=0x1340A,
192418 },
192419 [0x1340B]={
192420  category="lo",
192421  description="EGYPTIAN HIEROGLYPH Z016G",
192422  direction="l",
192423  linebreak="al",
192424  unicodeslot=0x1340B,
192425 },
192426 [0x1340C]={
192427  category="lo",
192428  description="EGYPTIAN HIEROGLYPH Z016H",
192429  direction="l",
192430  linebreak="al",
192431  unicodeslot=0x1340C,
192432 },
192433 [0x1340D]={
192434  category="lo",
192435  description="EGYPTIAN HIEROGLYPH AA001",
192436  direction="l",
192437  linebreak="al",
192438  unicodeslot=0x1340D,
192439 },
192440 [0x1340E]={
192441  category="lo",
192442  description="EGYPTIAN HIEROGLYPH AA002",
192443  direction="l",
192444  linebreak="al",
192445  unicodeslot=0x1340E,
192446 },
192447 [0x1340F]={
192448  category="lo",
192449  description="EGYPTIAN HIEROGLYPH AA003",
192450  direction="l",
192451  linebreak="al",
192452  unicodeslot=0x1340F,
192453 },
192454 [0x13410]={
192455  category="lo",
192456  description="EGYPTIAN HIEROGLYPH AA004",
192457  direction="l",
192458  linebreak="al",
192459  unicodeslot=0x13410,
192460 },
192461 [0x13411]={
192462  category="lo",
192463  description="EGYPTIAN HIEROGLYPH AA005",
192464  direction="l",
192465  linebreak="al",
192466  unicodeslot=0x13411,
192467 },
192468 [0x13412]={
192469  category="lo",
192470  description="EGYPTIAN HIEROGLYPH AA006",
192471  direction="l",
192472  linebreak="al",
192473  unicodeslot=0x13412,
192474 },
192475 [0x13413]={
192476  category="lo",
192477  description="EGYPTIAN HIEROGLYPH AA007",
192478  direction="l",
192479  linebreak="al",
192480  unicodeslot=0x13413,
192481 },
192482 [0x13414]={
192483  category="lo",
192484  description="EGYPTIAN HIEROGLYPH AA007A",
192485  direction="l",
192486  linebreak="al",
192487  unicodeslot=0x13414,
192488 },
192489 [0x13415]={
192490  category="lo",
192491  description="EGYPTIAN HIEROGLYPH AA007B",
192492  direction="l",
192493  linebreak="al",
192494  unicodeslot=0x13415,
192495 },
192496 [0x13416]={
192497  category="lo",
192498  description="EGYPTIAN HIEROGLYPH AA008",
192499  direction="l",
192500  linebreak="al",
192501  unicodeslot=0x13416,
192502  variants=variants_90,
192503 },
192504 [0x13417]={
192505  category="lo",
192506  description="EGYPTIAN HIEROGLYPH AA009",
192507  direction="l",
192508  linebreak="al",
192509  unicodeslot=0x13417,
192510 },
192511 [0x13418]={
192512  category="lo",
192513  description="EGYPTIAN HIEROGLYPH AA010",
192514  direction="l",
192515  linebreak="al",
192516  unicodeslot=0x13418,
192517 },
192518 [0x13419]={
192519  category="lo",
192520  description="EGYPTIAN HIEROGLYPH AA011",
192521  direction="l",
192522  linebreak="al",
192523  unicodeslot=0x13419,
192524  variants=variants_90_180_270,
192525 },
192526 [0x1341A]={
192527  category="lo",
192528  description="EGYPTIAN HIEROGLYPH AA012",
192529  direction="l",
192530  linebreak="al",
192531  unicodeslot=0x1341A,
192532  variants=variants_90,
192533 },
192534 [0x1341B]={
192535  category="lo",
192536  description="EGYPTIAN HIEROGLYPH AA013",
192537  direction="l",
192538  linebreak="al",
192539  unicodeslot=0x1341B,
192540 },
192541 [0x1341C]={
192542  category="lo",
192543  description="EGYPTIAN HIEROGLYPH AA014",
192544  direction="l",
192545  linebreak="al",
192546  unicodeslot=0x1341C,
192547 },
192548 [0x1341D]={
192549  category="lo",
192550  description="EGYPTIAN HIEROGLYPH AA015",
192551  direction="l",
192552  linebreak="al",
192553  unicodeslot=0x1341D,
192554 },
192555 [0x1341E]={
192556  category="lo",
192557  description="EGYPTIAN HIEROGLYPH AA016",
192558  direction="l",
192559  linebreak="al",
192560  unicodeslot=0x1341E,
192561 },
192562 [0x1341F]={
192563  category="lo",
192564  description="EGYPTIAN HIEROGLYPH AA017",
192565  direction="l",
192566  linebreak="al",
192567  unicodeslot=0x1341F,
192568 },
192569 [0x13420]={
192570  category="lo",
192571  description="EGYPTIAN HIEROGLYPH AA018",
192572  direction="l",
192573  linebreak="al",
192574  unicodeslot=0x13420,
192575 },
192576 [0x13421]={
192577  category="lo",
192578  description="EGYPTIAN HIEROGLYPH AA019",
192579  direction="l",
192580  linebreak="al",
192581  unicodeslot=0x13421,
192582 },
192583 [0x13422]={
192584  category="lo",
192585  description="EGYPTIAN HIEROGLYPH AA020",
192586  direction="l",
192587  linebreak="al",
192588  unicodeslot=0x13422,
192589 },
192590 [0x13423]={
192591  category="lo",
192592  description="EGYPTIAN HIEROGLYPH AA021",
192593  direction="l",
192594  linebreak="al",
192595  unicodeslot=0x13423,
192596  variants=variants_90,
192597 },
192598 [0x13424]={
192599  category="lo",
192600  description="EGYPTIAN HIEROGLYPH AA022",
192601  direction="l",
192602  linebreak="al",
192603  unicodeslot=0x13424,
192604 },
192605 [0x13425]={
192606  category="lo",
192607  description="EGYPTIAN HIEROGLYPH AA023",
192608  direction="l",
192609  linebreak="al",
192610  unicodeslot=0x13425,
192611 },
192612 [0x13426]={
192613  category="lo",
192614  description="EGYPTIAN HIEROGLYPH AA024",
192615  direction="l",
192616  linebreak="al",
192617  unicodeslot=0x13426,
192618 },
192619 [0x13427]={
192620  category="lo",
192621  description="EGYPTIAN HIEROGLYPH AA025",
192622  direction="l",
192623  linebreak="al",
192624  unicodeslot=0x13427,
192625 },
192626 [0x13428]={
192627  category="lo",
192628  description="EGYPTIAN HIEROGLYPH AA026",
192629  direction="l",
192630  linebreak="al",
192631  unicodeslot=0x13428,
192632 },
192633 [0x13429]={
192634  category="lo",
192635  description="EGYPTIAN HIEROGLYPH AA027",
192636  direction="l",
192637  linebreak="al",
192638  unicodeslot=0x13429,
192639 },
192640 [0x1342A]={
192641  category="lo",
192642  description="EGYPTIAN HIEROGLYPH AA028",
192643  direction="l",
192644  linebreak="al",
192645  unicodeslot=0x1342A,
192646 },
192647 [0x1342B]={
192648  category="lo",
192649  description="EGYPTIAN HIEROGLYPH AA029",
192650  direction="l",
192651  linebreak="al",
192652  unicodeslot=0x1342B,
192653 },
192654 [0x1342C]={
192655  category="lo",
192656  description="EGYPTIAN HIEROGLYPH AA030",
192657  direction="l",
192658  linebreak="al",
192659  unicodeslot=0x1342C,
192660  variants=variants_90_270,
192661 },
192662 [0x1342D]={
192663  category="lo",
192664  description="EGYPTIAN HIEROGLYPH AA031",
192665  direction="l",
192666  linebreak="al",
192667  unicodeslot=0x1342D,
192668 },
192669 [0x1342E]={
192670  category="lo",
192671  description="EGYPTIAN HIEROGLYPH AA032",
192672  direction="l",
192673  linebreak="al",
192674  unicodeslot=0x1342E,
192675  variants=variants_90_270,
192676 },
192677 [0x1342F]={
192678  category="lo",
192679  description="EGYPTIAN HIEROGLYPH V011D",
192680  direction="l",
192681  linebreak="op",
192682  unicodeslot=0x1342F,
192683 },
192684 [0x13430]={
192685  category="cf",
192686  description="EGYPTIAN HIEROGLYPH VERTICAL JOINER",
192687  direction="l",
192688  linebreak="gl",
192689  unicodeslot=0x13430,
192690 },
192691 [0x13431]={
192692  category="cf",
192693  description="EGYPTIAN HIEROGLYPH HORIZONTAL JOINER",
192694  direction="l",
192695  linebreak="gl",
192696  unicodeslot=0x13431,
192697 },
192698 [0x13432]={
192699  category="cf",
192700  description="EGYPTIAN HIEROGLYPH INSERT AT TOP START",
192701  direction="l",
192702  linebreak="gl",
192703  unicodeslot=0x13432,
192704 },
192705 [0x13433]={
192706  category="cf",
192707  description="EGYPTIAN HIEROGLYPH INSERT AT BOTTOM START",
192708  direction="l",
192709  linebreak="gl",
192710  unicodeslot=0x13433,
192711 },
192712 [0x13434]={
192713  category="cf",
192714  description="EGYPTIAN HIEROGLYPH INSERT AT TOP END",
192715  direction="l",
192716  linebreak="gl",
192717  unicodeslot=0x13434,
192718 },
192719 [0x13435]={
192720  category="cf",
192721  description="EGYPTIAN HIEROGLYPH INSERT AT BOTTOM END",
192722  direction="l",
192723  linebreak="gl",
192724  unicodeslot=0x13435,
192725 },
192726 [0x13436]={
192727  category="cf",
192728  description="EGYPTIAN HIEROGLYPH OVERLAY MIDDLE",
192729  direction="l",
192730  linebreak="gl",
192731  unicodeslot=0x13436,
192732 },
192733 [0x13437]={
192734  category="cf",
192735  description="EGYPTIAN HIEROGLYPH BEGIN SEGMENT",
192736  direction="l",
192737  linebreak="op",
192738  unicodeslot=0x13437,
192739 },
192740 [0x13438]={
192741  category="cf",
192742  description="EGYPTIAN HIEROGLYPH END SEGMENT",
192743  direction="l",
192744  linebreak="cl",
192745  unicodeslot=0x13438,
192746 },
192747 [0x13439]={
192748  category="cf",
192749  description="EGYPTIAN HIEROGLYPH INSERT AT MIDDLE",
192750  direction="l",
192751  linebreak="gl",
192752  unicodeslot=0x13439,
192753 },
192754 [0x1343A]={
192755  category="cf",
192756  description="EGYPTIAN HIEROGLYPH INSERT AT TOP",
192757  direction="l",
192758  linebreak="gl",
192759  unicodeslot=0x1343A,
192760 },
192761 [0x1343B]={
192762  category="cf",
192763  description="EGYPTIAN HIEROGLYPH INSERT AT BOTTOM",
192764  direction="l",
192765  linebreak="gl",
192766  unicodeslot=0x1343B,
192767 },
192768 [0x1343C]={
192769  category="cf",
192770  description="EGYPTIAN HIEROGLYPH BEGIN ENCLOSURE",
192771  direction="l",
192772  linebreak="op",
192773  unicodeslot=0x1343C,
192774 },
192775 [0x1343D]={
192776  category="cf",
192777  description="EGYPTIAN HIEROGLYPH END ENCLOSURE",
192778  direction="l",
192779  linebreak="cl",
192780  unicodeslot=0x1343D,
192781 },
192782 [0x1343E]={
192783  category="cf",
192784  description="EGYPTIAN HIEROGLYPH BEGIN WALLED ENCLOSURE",
192785  direction="l",
192786  linebreak="op",
192787  unicodeslot=0x1343E,
192788 },
192789 [0x1343F]={
192790  category="cf",
192791  description="EGYPTIAN HIEROGLYPH END WALLED ENCLOSURE",
192792  direction="l",
192793  linebreak="cl",
192794  unicodeslot=0x1343F,
192795 },
192796 [0x13440]={
192797  category="mn",
192798  description="EGYPTIAN HIEROGLYPH MIRROR HORIZONTALLY",
192799  direction="nsm",
192800  linebreak="cm",
192801  unicodeslot=0x13440,
192802 },
192803 [0x13441]={
192804  category="lo",
192805  description="EGYPTIAN HIEROGLYPH FULL BLANK",
192806  direction="l",
192807  linebreak="al",
192808  unicodeslot=0x13441,
192809 },
192810 [0x13442]={
192811  category="lo",
192812  description="EGYPTIAN HIEROGLYPH HALF BLANK",
192813  direction="l",
192814  linebreak="al",
192815  unicodeslot=0x13442,
192816 },
192817 [0x13443]={
192818  category="lo",
192819  description="EGYPTIAN HIEROGLYPH LOST SIGN",
192820  direction="l",
192821  linebreak="al",
192822  unicodeslot=0x13443,
192823  variants=variants_expanded,
192824 },
192825 [0x13444]={
192826  category="lo",
192827  description="EGYPTIAN HIEROGLYPH HALF LOST SIGN",
192828  direction="l",
192829  linebreak="al",
192830  unicodeslot=0x13444,
192831  variants=variants_expanded,
192832 },
192833 [0x13445]={
192834  category="lo",
192835  description="EGYPTIAN HIEROGLYPH TALL LOST SIGN",
192836  direction="l",
192837  linebreak="al",
192838  unicodeslot=0x13445,
192839  variants=variants_expanded,
192840 },
192841 [0x13446]={
192842  category="lo",
192843  description="EGYPTIAN HIEROGLYPH WIDE LOST SIGN",
192844  direction="l",
192845  linebreak="al",
192846  unicodeslot=0x13446,
192847  variants=variants_expanded,
192848 },
192849 [0x13447]={
192850  category="mn",
192851  description="EGYPTIAN HIEROGLYPH MODIFIER DAMAGED AT TOP START",
192852  direction="nsm",
192853  linebreak="cm",
192854  unicodeslot=0x13447,
192855 },
192856 [0x13448]={
192857  category="mn",
192858  description="EGYPTIAN HIEROGLYPH MODIFIER DAMAGED AT BOTTOM START",
192859  direction="nsm",
192860  linebreak="cm",
192861  unicodeslot=0x13448,
192862 },
192863 [0x13449]={
192864  category="mn",
192865  description="EGYPTIAN HIEROGLYPH MODIFIER DAMAGED AT START",
192866  direction="nsm",
192867  linebreak="cm",
192868  unicodeslot=0x13449,
192869 },
192870 [0x1344A]={
192871  category="mn",
192872  description="EGYPTIAN HIEROGLYPH MODIFIER DAMAGED AT TOP END",
192873  direction="nsm",
192874  linebreak="cm",
192875  unicodeslot=0x1344A,
192876 },
192877 [0x1344B]={
192878  category="mn",
192879  description="EGYPTIAN HIEROGLYPH MODIFIER DAMAGED AT TOP",
192880  direction="nsm",
192881  linebreak="cm",
192882  unicodeslot=0x1344B,
192883 },
192884 [0x1344C]={
192885  category="mn",
192886  description="EGYPTIAN HIEROGLYPH MODIFIER DAMAGED AT BOTTOM START AND TOP END",
192887  direction="nsm",
192888  linebreak="cm",
192889  unicodeslot=0x1344C,
192890 },
192891 [0x1344D]={
192892  category="mn",
192893  description="EGYPTIAN HIEROGLYPH MODIFIER DAMAGED AT START AND TOP",
192894  direction="nsm",
192895  linebreak="cm",
192896  unicodeslot=0x1344D,
192897 },
192898 [0x1344E]={
192899  category="mn",
192900  description="EGYPTIAN HIEROGLYPH MODIFIER DAMAGED AT BOTTOM END",
192901  direction="nsm",
192902  linebreak="cm",
192903  unicodeslot=0x1344E,
192904 },
192905 [0x1344F]={
192906  category="mn",
192907  description="EGYPTIAN HIEROGLYPH MODIFIER DAMAGED AT TOP START AND BOTTOM END",
192908  direction="nsm",
192909  linebreak="cm",
192910  unicodeslot=0x1344F,
192911 },
192912 [0x13450]={
192913  category="mn",
192914  description="EGYPTIAN HIEROGLYPH MODIFIER DAMAGED AT BOTTOM",
192915  direction="nsm",
192916  linebreak="cm",
192917  unicodeslot=0x13450,
192918 },
192919 [0x13451]={
192920  category="mn",
192921  description="EGYPTIAN HIEROGLYPH MODIFIER DAMAGED AT START AND BOTTOM",
192922  direction="nsm",
192923  linebreak="cm",
192924  unicodeslot=0x13451,
192925 },
192926 [0x13452]={
192927  category="mn",
192928  description="EGYPTIAN HIEROGLYPH MODIFIER DAMAGED AT END",
192929  direction="nsm",
192930  linebreak="cm",
192931  unicodeslot=0x13452,
192932 },
192933 [0x13453]={
192934  category="mn",
192935  description="EGYPTIAN HIEROGLYPH MODIFIER DAMAGED AT TOP AND END",
192936  direction="nsm",
192937  linebreak="cm",
192938  unicodeslot=0x13453,
192939 },
192940 [0x13454]={
192941  category="mn",
192942  description="EGYPTIAN HIEROGLYPH MODIFIER DAMAGED AT BOTTOM AND END",
192943  direction="nsm",
192944  linebreak="cm",
192945  unicodeslot=0x13454,
192946 },
192947 [0x13455]={
192948  category="mn",
192949  description="EGYPTIAN HIEROGLYPH MODIFIER DAMAGED",
192950  direction="nsm",
192951  linebreak="cm",
192952  unicodeslot=0x13455,
192953 },
192954 [0x14400]={
192955  category="lo",
192956  description="ANATOLIAN HIEROGLYPH A001",
192957  direction="l",
192958  linebreak="al",
192959  unicodeslot=0x14400,
192960 },
192961 [0x14401]={
192962  category="lo",
192963  description="ANATOLIAN HIEROGLYPH A002",
192964  direction="l",
192965  linebreak="al",
192966  unicodeslot=0x14401,
192967 },
192968 [0x14402]={
192969  category="lo",
192970  description="ANATOLIAN HIEROGLYPH A003",
192971  direction="l",
192972  linebreak="al",
192973  unicodeslot=0x14402,
192974 },
192975 [0x14403]={
192976  category="lo",
192977  description="ANATOLIAN HIEROGLYPH A004",
192978  direction="l",
192979  linebreak="al",
192980  unicodeslot=0x14403,
192981 },
192982 [0x14404]={
192983  category="lo",
192984  description="ANATOLIAN HIEROGLYPH A005",
192985  direction="l",
192986  linebreak="al",
192987  unicodeslot=0x14404,
192988 },
192989 [0x14405]={
192990  category="lo",
192991  description="ANATOLIAN HIEROGLYPH A006",
192992  direction="l",
192993  linebreak="al",
192994  unicodeslot=0x14405,
192995 },
192996 [0x14406]={
192997  category="lo",
192998  description="ANATOLIAN HIEROGLYPH A007",
192999  direction="l",
193000  linebreak="al",
193001  unicodeslot=0x14406,
193002 },
193003 [0x14407]={
193004  category="lo",
193005  description="ANATOLIAN HIEROGLYPH A008",
193006  direction="l",
193007  linebreak="al",
193008  unicodeslot=0x14407,
193009 },
193010 [0x14408]={
193011  category="lo",
193012  description="ANATOLIAN HIEROGLYPH A009",
193013  direction="l",
193014  linebreak="al",
193015  unicodeslot=0x14408,
193016 },
193017 [0x14409]={
193018  category="lo",
193019  description="ANATOLIAN HIEROGLYPH A010",
193020  direction="l",
193021  linebreak="al",
193022  unicodeslot=0x14409,
193023 },
193024 [0x1440A]={
193025  category="lo",
193026  description="ANATOLIAN HIEROGLYPH A010A",
193027  direction="l",
193028  linebreak="al",
193029  unicodeslot=0x1440A,
193030 },
193031 [0x1440B]={
193032  category="lo",
193033  description="ANATOLIAN HIEROGLYPH A011",
193034  direction="l",
193035  linebreak="al",
193036  unicodeslot=0x1440B,
193037 },
193038 [0x1440C]={
193039  category="lo",
193040  description="ANATOLIAN HIEROGLYPH A012",
193041  direction="l",
193042  linebreak="al",
193043  unicodeslot=0x1440C,
193044 },
193045 [0x1440D]={
193046  category="lo",
193047  description="ANATOLIAN HIEROGLYPH A013",
193048  direction="l",
193049  linebreak="al",
193050  unicodeslot=0x1440D,
193051 },
193052 [0x1440E]={
193053  category="lo",
193054  description="ANATOLIAN HIEROGLYPH A014",
193055  direction="l",
193056  linebreak="al",
193057  unicodeslot=0x1440E,
193058 },
193059 [0x1440F]={
193060  category="lo",
193061  description="ANATOLIAN HIEROGLYPH A015",
193062  direction="l",
193063  linebreak="al",
193064  unicodeslot=0x1440F,
193065 },
193066 [0x14410]={
193067  category="lo",
193068  description="ANATOLIAN HIEROGLYPH A016",
193069  direction="l",
193070  linebreak="al",
193071  unicodeslot=0x14410,
193072 },
193073 [0x14411]={
193074  category="lo",
193075  description="ANATOLIAN HIEROGLYPH A017",
193076  direction="l",
193077  linebreak="al",
193078  unicodeslot=0x14411,
193079 },
193080 [0x14412]={
193081  category="lo",
193082  description="ANATOLIAN HIEROGLYPH A018",
193083  direction="l",
193084  linebreak="al",
193085  unicodeslot=0x14412,
193086 },
193087 [0x14413]={
193088  category="lo",
193089  description="ANATOLIAN HIEROGLYPH A019",
193090  direction="l",
193091  linebreak="al",
193092  unicodeslot=0x14413,
193093 },
193094 [0x14414]={
193095  category="lo",
193096  description="ANATOLIAN HIEROGLYPH A020",
193097  direction="l",
193098  linebreak="al",
193099  unicodeslot=0x14414,
193100 },
193101 [0x14415]={
193102  category="lo",
193103  description="ANATOLIAN HIEROGLYPH A021",
193104  direction="l",
193105  linebreak="al",
193106  unicodeslot=0x14415,
193107 },
193108 [0x14416]={
193109  category="lo",
193110  description="ANATOLIAN HIEROGLYPH A022",
193111  direction="l",
193112  linebreak="al",
193113  unicodeslot=0x14416,
193114 },
193115 [0x14417]={
193116  category="lo",
193117  description="ANATOLIAN HIEROGLYPH A023",
193118  direction="l",
193119  linebreak="al",
193120  unicodeslot=0x14417,
193121 },
193122 [0x14418]={
193123  category="lo",
193124  description="ANATOLIAN HIEROGLYPH A024",
193125  direction="l",
193126  linebreak="al",
193127  unicodeslot=0x14418,
193128 },
193129 [0x14419]={
193130  category="lo",
193131  description="ANATOLIAN HIEROGLYPH A025",
193132  direction="l",
193133  linebreak="al",
193134  unicodeslot=0x14419,
193135 },
193136 [0x1441A]={
193137  category="lo",
193138  description="ANATOLIAN HIEROGLYPH A026",
193139  direction="l",
193140  linebreak="al",
193141  unicodeslot=0x1441A,
193142 },
193143 [0x1441B]={
193144  category="lo",
193145  description="ANATOLIAN HIEROGLYPH A026A",
193146  direction="l",
193147  linebreak="al",
193148  unicodeslot=0x1441B,
193149 },
193150 [0x1441C]={
193151  category="lo",
193152  description="ANATOLIAN HIEROGLYPH A027",
193153  direction="l",
193154  linebreak="al",
193155  unicodeslot=0x1441C,
193156 },
193157 [0x1441D]={
193158  category="lo",
193159  description="ANATOLIAN HIEROGLYPH A028",
193160  direction="l",
193161  linebreak="al",
193162  unicodeslot=0x1441D,
193163 },
193164 [0x1441E]={
193165  category="lo",
193166  description="ANATOLIAN HIEROGLYPH A029",
193167  direction="l",
193168  linebreak="al",
193169  unicodeslot=0x1441E,
193170 },
193171 [0x1441F]={
193172  category="lo",
193173  description="ANATOLIAN HIEROGLYPH A030",
193174  direction="l",
193175  linebreak="al",
193176  unicodeslot=0x1441F,
193177 },
193178 [0x14420]={
193179  category="lo",
193180  description="ANATOLIAN HIEROGLYPH A031",
193181  direction="l",
193182  linebreak="al",
193183  unicodeslot=0x14420,
193184 },
193185 [0x14421]={
193186  category="lo",
193187  description="ANATOLIAN HIEROGLYPH A032",
193188  direction="l",
193189  linebreak="al",
193190  unicodeslot=0x14421,
193191 },
193192 [0x14422]={
193193  category="lo",
193194  description="ANATOLIAN HIEROGLYPH A033",
193195  direction="l",
193196  linebreak="al",
193197  unicodeslot=0x14422,
193198 },
193199 [0x14423]={
193200  category="lo",
193201  description="ANATOLIAN HIEROGLYPH A034",
193202  direction="l",
193203  linebreak="al",
193204  unicodeslot=0x14423,
193205 },
193206 [0x14424]={
193207  category="lo",
193208  description="ANATOLIAN HIEROGLYPH A035",
193209  direction="l",
193210  linebreak="al",
193211  unicodeslot=0x14424,
193212 },
193213 [0x14425]={
193214  category="lo",
193215  description="ANATOLIAN HIEROGLYPH A036",
193216  direction="l",
193217  linebreak="al",
193218  unicodeslot=0x14425,
193219 },
193220 [0x14426]={
193221  category="lo",
193222  description="ANATOLIAN HIEROGLYPH A037",
193223  direction="l",
193224  linebreak="al",
193225  unicodeslot=0x14426,
193226 },
193227 [0x14427]={
193228  category="lo",
193229  description="ANATOLIAN HIEROGLYPH A038",
193230  direction="l",
193231  linebreak="al",
193232  unicodeslot=0x14427,
193233 },
193234 [0x14428]={
193235  category="lo",
193236  description="ANATOLIAN HIEROGLYPH A039",
193237  direction="l",
193238  linebreak="al",
193239  unicodeslot=0x14428,
193240 },
193241 [0x14429]={
193242  category="lo",
193243  description="ANATOLIAN HIEROGLYPH A039A",
193244  direction="l",
193245  linebreak="al",
193246  unicodeslot=0x14429,
193247 },
193248 [0x1442A]={
193249  category="lo",
193250  description="ANATOLIAN HIEROGLYPH A040",
193251  direction="l",
193252  linebreak="al",
193253  unicodeslot=0x1442A,
193254 },
193255 [0x1442B]={
193256  category="lo",
193257  description="ANATOLIAN HIEROGLYPH A041",
193258  direction="l",
193259  linebreak="al",
193260  unicodeslot=0x1442B,
193261 },
193262 [0x1442C]={
193263  category="lo",
193264  description="ANATOLIAN HIEROGLYPH A041A",
193265  direction="l",
193266  linebreak="al",
193267  unicodeslot=0x1442C,
193268 },
193269 [0x1442D]={
193270  category="lo",
193271  description="ANATOLIAN HIEROGLYPH A042",
193272  direction="l",
193273  linebreak="al",
193274  unicodeslot=0x1442D,
193275 },
193276 [0x1442E]={
193277  category="lo",
193278  description="ANATOLIAN HIEROGLYPH A043",
193279  direction="l",
193280  linebreak="al",
193281  unicodeslot=0x1442E,
193282 },
193283 [0x1442F]={
193284  category="lo",
193285  description="ANATOLIAN HIEROGLYPH A044",
193286  direction="l",
193287  linebreak="al",
193288  unicodeslot=0x1442F,
193289 },
193290 [0x14430]={
193291  category="lo",
193292  description="ANATOLIAN HIEROGLYPH A045",
193293  direction="l",
193294  linebreak="al",
193295  unicodeslot=0x14430,
193296 },
193297 [0x14431]={
193298  category="lo",
193299  description="ANATOLIAN HIEROGLYPH A045A",
193300  direction="l",
193301  linebreak="al",
193302  unicodeslot=0x14431,
193303 },
193304 [0x14432]={
193305  category="lo",
193306  description="ANATOLIAN HIEROGLYPH A046",
193307  direction="l",
193308  linebreak="al",
193309  unicodeslot=0x14432,
193310 },
193311 [0x14433]={
193312  category="lo",
193313  description="ANATOLIAN HIEROGLYPH A046A",
193314  direction="l",
193315  linebreak="al",
193316  unicodeslot=0x14433,
193317 },
193318 [0x14434]={
193319  category="lo",
193320  description="ANATOLIAN HIEROGLYPH A046B",
193321  direction="l",
193322  linebreak="al",
193323  unicodeslot=0x14434,
193324 },
193325 [0x14435]={
193326  category="lo",
193327  description="ANATOLIAN HIEROGLYPH A047",
193328  direction="l",
193329  linebreak="al",
193330  unicodeslot=0x14435,
193331 },
193332 [0x14436]={
193333  category="lo",
193334  description="ANATOLIAN HIEROGLYPH A048",
193335  direction="l",
193336  linebreak="al",
193337  unicodeslot=0x14436,
193338 },
193339 [0x14437]={
193340  category="lo",
193341  description="ANATOLIAN HIEROGLYPH A049",
193342  direction="l",
193343  linebreak="al",
193344  unicodeslot=0x14437,
193345 },
193346 [0x14438]={
193347  category="lo",
193348  description="ANATOLIAN HIEROGLYPH A050",
193349  direction="l",
193350  linebreak="al",
193351  unicodeslot=0x14438,
193352 },
193353 [0x14439]={
193354  category="lo",
193355  description="ANATOLIAN HIEROGLYPH A051",
193356  direction="l",
193357  linebreak="al",
193358  unicodeslot=0x14439,
193359 },
193360 [0x1443A]={
193361  category="lo",
193362  description="ANATOLIAN HIEROGLYPH A052",
193363  direction="l",
193364  linebreak="al",
193365  unicodeslot=0x1443A,
193366 },
193367 [0x1443B]={
193368  category="lo",
193369  description="ANATOLIAN HIEROGLYPH A053",
193370  direction="l",
193371  linebreak="al",
193372  unicodeslot=0x1443B,
193373 },
193374 [0x1443C]={
193375  category="lo",
193376  description="ANATOLIAN HIEROGLYPH A054",
193377  direction="l",
193378  linebreak="al",
193379  unicodeslot=0x1443C,
193380 },
193381 [0x1443D]={
193382  category="lo",
193383  description="ANATOLIAN HIEROGLYPH A055",
193384  direction="l",
193385  linebreak="al",
193386  unicodeslot=0x1443D,
193387 },
193388 [0x1443E]={
193389  category="lo",
193390  description="ANATOLIAN HIEROGLYPH A056",
193391  direction="l",
193392  linebreak="al",
193393  unicodeslot=0x1443E,
193394 },
193395 [0x1443F]={
193396  category="lo",
193397  description="ANATOLIAN HIEROGLYPH A057",
193398  direction="l",
193399  linebreak="al",
193400  unicodeslot=0x1443F,
193401 },
193402 [0x14440]={
193403  category="lo",
193404  description="ANATOLIAN HIEROGLYPH A058",
193405  direction="l",
193406  linebreak="al",
193407  unicodeslot=0x14440,
193408 },
193409 [0x14441]={
193410  category="lo",
193411  description="ANATOLIAN HIEROGLYPH A059",
193412  direction="l",
193413  linebreak="al",
193414  unicodeslot=0x14441,
193415 },
193416 [0x14442]={
193417  category="lo",
193418  description="ANATOLIAN HIEROGLYPH A060",
193419  direction="l",
193420  linebreak="al",
193421  unicodeslot=0x14442,
193422 },
193423 [0x14443]={
193424  category="lo",
193425  description="ANATOLIAN HIEROGLYPH A061",
193426  direction="l",
193427  linebreak="al",
193428  unicodeslot=0x14443,
193429 },
193430 [0x14444]={
193431  category="lo",
193432  description="ANATOLIAN HIEROGLYPH A062",
193433  direction="l",
193434  linebreak="al",
193435  unicodeslot=0x14444,
193436 },
193437 [0x14445]={
193438  category="lo",
193439  description="ANATOLIAN HIEROGLYPH A063",
193440  direction="l",
193441  linebreak="al",
193442  unicodeslot=0x14445,
193443 },
193444 [0x14446]={
193445  category="lo",
193446  description="ANATOLIAN HIEROGLYPH A064",
193447  direction="l",
193448  linebreak="al",
193449  unicodeslot=0x14446,
193450 },
193451 [0x14447]={
193452  category="lo",
193453  description="ANATOLIAN HIEROGLYPH A065",
193454  direction="l",
193455  linebreak="al",
193456  unicodeslot=0x14447,
193457 },
193458 [0x14448]={
193459  category="lo",
193460  description="ANATOLIAN HIEROGLYPH A066",
193461  direction="l",
193462  linebreak="al",
193463  unicodeslot=0x14448,
193464 },
193465 [0x14449]={
193466  category="lo",
193467  description="ANATOLIAN HIEROGLYPH A066A",
193468  direction="l",
193469  linebreak="al",
193470  unicodeslot=0x14449,
193471 },
193472 [0x1444A]={
193473  category="lo",
193474  description="ANATOLIAN HIEROGLYPH A066B",
193475  direction="l",
193476  linebreak="al",
193477  unicodeslot=0x1444A,
193478 },
193479 [0x1444B]={
193480  category="lo",
193481  description="ANATOLIAN HIEROGLYPH A066C",
193482  direction="l",
193483  linebreak="al",
193484  unicodeslot=0x1444B,
193485 },
193486 [0x1444C]={
193487  category="lo",
193488  description="ANATOLIAN HIEROGLYPH A067",
193489  direction="l",
193490  linebreak="al",
193491  unicodeslot=0x1444C,
193492 },
193493 [0x1444D]={
193494  category="lo",
193495  description="ANATOLIAN HIEROGLYPH A068",
193496  direction="l",
193497  linebreak="al",
193498  unicodeslot=0x1444D,
193499 },
193500 [0x1444E]={
193501  category="lo",
193502  description="ANATOLIAN HIEROGLYPH A069",
193503  direction="l",
193504  linebreak="al",
193505  unicodeslot=0x1444E,
193506 },
193507 [0x1444F]={
193508  category="lo",
193509  description="ANATOLIAN HIEROGLYPH A070",
193510  direction="l",
193511  linebreak="al",
193512  unicodeslot=0x1444F,
193513 },
193514 [0x14450]={
193515  category="lo",
193516  description="ANATOLIAN HIEROGLYPH A071",
193517  direction="l",
193518  linebreak="al",
193519  unicodeslot=0x14450,
193520 },
193521 [0x14451]={
193522  category="lo",
193523  description="ANATOLIAN HIEROGLYPH A072",
193524  direction="l",
193525  linebreak="al",
193526  unicodeslot=0x14451,
193527 },
193528 [0x14452]={
193529  category="lo",
193530  description="ANATOLIAN HIEROGLYPH A073",
193531  direction="l",
193532  linebreak="al",
193533  unicodeslot=0x14452,
193534 },
193535 [0x14453]={
193536  category="lo",
193537  description="ANATOLIAN HIEROGLYPH A074",
193538  direction="l",
193539  linebreak="al",
193540  unicodeslot=0x14453,
193541 },
193542 [0x14454]={
193543  category="lo",
193544  description="ANATOLIAN HIEROGLYPH A075",
193545  direction="l",
193546  linebreak="al",
193547  unicodeslot=0x14454,
193548 },
193549 [0x14455]={
193550  category="lo",
193551  description="ANATOLIAN HIEROGLYPH A076",
193552  direction="l",
193553  linebreak="al",
193554  unicodeslot=0x14455,
193555 },
193556 [0x14456]={
193557  category="lo",
193558  description="ANATOLIAN HIEROGLYPH A077",
193559  direction="l",
193560  linebreak="al",
193561  unicodeslot=0x14456,
193562 },
193563 [0x14457]={
193564  category="lo",
193565  description="ANATOLIAN HIEROGLYPH A078",
193566  direction="l",
193567  linebreak="al",
193568  unicodeslot=0x14457,
193569 },
193570 [0x14458]={
193571  category="lo",
193572  description="ANATOLIAN HIEROGLYPH A079",
193573  direction="l",
193574  linebreak="al",
193575  unicodeslot=0x14458,
193576 },
193577 [0x14459]={
193578  category="lo",
193579  description="ANATOLIAN HIEROGLYPH A080",
193580  direction="l",
193581  linebreak="al",
193582  unicodeslot=0x14459,
193583 },
193584 [0x1445A]={
193585  category="lo",
193586  description="ANATOLIAN HIEROGLYPH A081",
193587  direction="l",
193588  linebreak="al",
193589  unicodeslot=0x1445A,
193590 },
193591 [0x1445B]={
193592  category="lo",
193593  description="ANATOLIAN HIEROGLYPH A082",
193594  direction="l",
193595  linebreak="al",
193596  unicodeslot=0x1445B,
193597 },
193598 [0x1445C]={
193599  category="lo",
193600  description="ANATOLIAN HIEROGLYPH A083",
193601  direction="l",
193602  linebreak="al",
193603  unicodeslot=0x1445C,
193604 },
193605 [0x1445D]={
193606  category="lo",
193607  description="ANATOLIAN HIEROGLYPH A084",
193608  direction="l",
193609  linebreak="al",
193610  unicodeslot=0x1445D,
193611 },
193612 [0x1445E]={
193613  category="lo",
193614  description="ANATOLIAN HIEROGLYPH A085",
193615  direction="l",
193616  linebreak="al",
193617  unicodeslot=0x1445E,
193618 },
193619 [0x1445F]={
193620  category="lo",
193621  description="ANATOLIAN HIEROGLYPH A086",
193622  direction="l",
193623  linebreak="al",
193624  unicodeslot=0x1445F,
193625 },
193626 [0x14460]={
193627  category="lo",
193628  description="ANATOLIAN HIEROGLYPH A087",
193629  direction="l",
193630  linebreak="al",
193631  unicodeslot=0x14460,
193632 },
193633 [0x14461]={
193634  category="lo",
193635  description="ANATOLIAN HIEROGLYPH A088",
193636  direction="l",
193637  linebreak="al",
193638  unicodeslot=0x14461,
193639 },
193640 [0x14462]={
193641  category="lo",
193642  description="ANATOLIAN HIEROGLYPH A089",
193643  direction="l",
193644  linebreak="al",
193645  unicodeslot=0x14462,
193646 },
193647 [0x14463]={
193648  category="lo",
193649  description="ANATOLIAN HIEROGLYPH A090",
193650  direction="l",
193651  linebreak="al",
193652  unicodeslot=0x14463,
193653 },
193654 [0x14464]={
193655  category="lo",
193656  description="ANATOLIAN HIEROGLYPH A091",
193657  direction="l",
193658  linebreak="al",
193659  unicodeslot=0x14464,
193660 },
193661 [0x14465]={
193662  category="lo",
193663  description="ANATOLIAN HIEROGLYPH A092",
193664  direction="l",
193665  linebreak="al",
193666  unicodeslot=0x14465,
193667 },
193668 [0x14466]={
193669  category="lo",
193670  description="ANATOLIAN HIEROGLYPH A093",
193671  direction="l",
193672  linebreak="al",
193673  unicodeslot=0x14466,
193674 },
193675 [0x14467]={
193676  category="lo",
193677  description="ANATOLIAN HIEROGLYPH A094",
193678  direction="l",
193679  linebreak="al",
193680  unicodeslot=0x14467,
193681 },
193682 [0x14468]={
193683  category="lo",
193684  description="ANATOLIAN HIEROGLYPH A095",
193685  direction="l",
193686  linebreak="al",
193687  unicodeslot=0x14468,
193688 },
193689 [0x14469]={
193690  category="lo",
193691  description="ANATOLIAN HIEROGLYPH A096",
193692  direction="l",
193693  linebreak="al",
193694  unicodeslot=0x14469,
193695 },
193696 [0x1446A]={
193697  category="lo",
193698  description="ANATOLIAN HIEROGLYPH A097",
193699  direction="l",
193700  linebreak="al",
193701  unicodeslot=0x1446A,
193702 },
193703 [0x1446B]={
193704  category="lo",
193705  description="ANATOLIAN HIEROGLYPH A097A",
193706  direction="l",
193707  linebreak="al",
193708  unicodeslot=0x1446B,
193709 },
193710 [0x1446C]={
193711  category="lo",
193712  description="ANATOLIAN HIEROGLYPH A098",
193713  direction="l",
193714  linebreak="al",
193715  unicodeslot=0x1446C,
193716 },
193717 [0x1446D]={
193718  category="lo",
193719  description="ANATOLIAN HIEROGLYPH A098A",
193720  direction="l",
193721  linebreak="al",
193722  unicodeslot=0x1446D,
193723 },
193724 [0x1446E]={
193725  category="lo",
193726  description="ANATOLIAN HIEROGLYPH A099",
193727  direction="l",
193728  linebreak="al",
193729  unicodeslot=0x1446E,
193730 },
193731 [0x1446F]={
193732  category="lo",
193733  description="ANATOLIAN HIEROGLYPH A100",
193734  direction="l",
193735  linebreak="al",
193736  unicodeslot=0x1446F,
193737 },
193738 [0x14470]={
193739  category="lo",
193740  description="ANATOLIAN HIEROGLYPH A100A",
193741  direction="l",
193742  linebreak="al",
193743  unicodeslot=0x14470,
193744 },
193745 [0x14471]={
193746  category="lo",
193747  description="ANATOLIAN HIEROGLYPH A101",
193748  direction="l",
193749  linebreak="al",
193750  unicodeslot=0x14471,
193751 },
193752 [0x14472]={
193753  category="lo",
193754  description="ANATOLIAN HIEROGLYPH A101A",
193755  direction="l",
193756  linebreak="al",
193757  unicodeslot=0x14472,
193758 },
193759 [0x14473]={
193760  category="lo",
193761  description="ANATOLIAN HIEROGLYPH A102",
193762  direction="l",
193763  linebreak="al",
193764  unicodeslot=0x14473,
193765 },
193766 [0x14474]={
193767  category="lo",
193768  description="ANATOLIAN HIEROGLYPH A102A",
193769  direction="l",
193770  linebreak="al",
193771  unicodeslot=0x14474,
193772 },
193773 [0x14475]={
193774  category="lo",
193775  description="ANATOLIAN HIEROGLYPH A103",
193776  direction="l",
193777  linebreak="al",
193778  unicodeslot=0x14475,
193779 },
193780 [0x14476]={
193781  category="lo",
193782  description="ANATOLIAN HIEROGLYPH A104",
193783  direction="l",
193784  linebreak="al",
193785  unicodeslot=0x14476,
193786 },
193787 [0x14477]={
193788  category="lo",
193789  description="ANATOLIAN HIEROGLYPH A104A",
193790  direction="l",
193791  linebreak="al",
193792  unicodeslot=0x14477,
193793 },
193794 [0x14478]={
193795  category="lo",
193796  description="ANATOLIAN HIEROGLYPH A104B",
193797  direction="l",
193798  linebreak="al",
193799  unicodeslot=0x14478,
193800 },
193801 [0x14479]={
193802  category="lo",
193803  description="ANATOLIAN HIEROGLYPH A104C",
193804  direction="l",
193805  linebreak="al",
193806  unicodeslot=0x14479,
193807 },
193808 [0x1447A]={
193809  category="lo",
193810  description="ANATOLIAN HIEROGLYPH A105",
193811  direction="l",
193812  linebreak="al",
193813  unicodeslot=0x1447A,
193814 },
193815 [0x1447B]={
193816  category="lo",
193817  description="ANATOLIAN HIEROGLYPH A105A",
193818  direction="l",
193819  linebreak="al",
193820  unicodeslot=0x1447B,
193821 },
193822 [0x1447C]={
193823  category="lo",
193824  description="ANATOLIAN HIEROGLYPH A105B",
193825  direction="l",
193826  linebreak="al",
193827  unicodeslot=0x1447C,
193828 },
193829 [0x1447D]={
193830  category="lo",
193831  description="ANATOLIAN HIEROGLYPH A106",
193832  direction="l",
193833  linebreak="al",
193834  unicodeslot=0x1447D,
193835 },
193836 [0x1447E]={
193837  category="lo",
193838  description="ANATOLIAN HIEROGLYPH A107",
193839  direction="l",
193840  linebreak="al",
193841  unicodeslot=0x1447E,
193842 },
193843 [0x1447F]={
193844  category="lo",
193845  description="ANATOLIAN HIEROGLYPH A107A",
193846  direction="l",
193847  linebreak="al",
193848  unicodeslot=0x1447F,
193849 },
193850 [0x14480]={
193851  category="lo",
193852  description="ANATOLIAN HIEROGLYPH A107B",
193853  direction="l",
193854  linebreak="al",
193855  unicodeslot=0x14480,
193856 },
193857 [0x14481]={
193858  category="lo",
193859  description="ANATOLIAN HIEROGLYPH A107C",
193860  direction="l",
193861  linebreak="al",
193862  unicodeslot=0x14481,
193863 },
193864 [0x14482]={
193865  category="lo",
193866  description="ANATOLIAN HIEROGLYPH A108",
193867  direction="l",
193868  linebreak="al",
193869  unicodeslot=0x14482,
193870 },
193871 [0x14483]={
193872  category="lo",
193873  description="ANATOLIAN HIEROGLYPH A109",
193874  direction="l",
193875  linebreak="al",
193876  unicodeslot=0x14483,
193877 },
193878 [0x14484]={
193879  category="lo",
193880  description="ANATOLIAN HIEROGLYPH A110",
193881  direction="l",
193882  linebreak="al",
193883  unicodeslot=0x14484,
193884 },
193885 [0x14485]={
193886  category="lo",
193887  description="ANATOLIAN HIEROGLYPH A110A",
193888  direction="l",
193889  linebreak="al",
193890  unicodeslot=0x14485,
193891 },
193892 [0x14486]={
193893  category="lo",
193894  description="ANATOLIAN HIEROGLYPH A110B",
193895  direction="l",
193896  linebreak="al",
193897  unicodeslot=0x14486,
193898 },
193899 [0x14487]={
193900  category="lo",
193901  description="ANATOLIAN HIEROGLYPH A111",
193902  direction="l",
193903  linebreak="al",
193904  unicodeslot=0x14487,
193905 },
193906 [0x14488]={
193907  category="lo",
193908  description="ANATOLIAN HIEROGLYPH A112",
193909  direction="l",
193910  linebreak="al",
193911  unicodeslot=0x14488,
193912 },
193913 [0x14489]={
193914  category="lo",
193915  description="ANATOLIAN HIEROGLYPH A113",
193916  direction="l",
193917  linebreak="al",
193918  unicodeslot=0x14489,
193919 },
193920 [0x1448A]={
193921  category="lo",
193922  description="ANATOLIAN HIEROGLYPH A114",
193923  direction="l",
193924  linebreak="al",
193925  unicodeslot=0x1448A,
193926 },
193927 [0x1448B]={
193928  category="lo",
193929  description="ANATOLIAN HIEROGLYPH A115",
193930  direction="l",
193931  linebreak="al",
193932  unicodeslot=0x1448B,
193933 },
193934 [0x1448C]={
193935  category="lo",
193936  description="ANATOLIAN HIEROGLYPH A115A",
193937  direction="l",
193938  linebreak="al",
193939  unicodeslot=0x1448C,
193940 },
193941 [0x1448D]={
193942  category="lo",
193943  description="ANATOLIAN HIEROGLYPH A116",
193944  direction="l",
193945  linebreak="al",
193946  unicodeslot=0x1448D,
193947 },
193948 [0x1448E]={
193949  category="lo",
193950  description="ANATOLIAN HIEROGLYPH A117",
193951  direction="l",
193952  linebreak="al",
193953  unicodeslot=0x1448E,
193954 },
193955 [0x1448F]={
193956  category="lo",
193957  description="ANATOLIAN HIEROGLYPH A118",
193958  direction="l",
193959  linebreak="al",
193960  unicodeslot=0x1448F,
193961 },
193962 [0x14490]={
193963  category="lo",
193964  description="ANATOLIAN HIEROGLYPH A119",
193965  direction="l",
193966  linebreak="al",
193967  unicodeslot=0x14490,
193968 },
193969 [0x14491]={
193970  category="lo",
193971  description="ANATOLIAN HIEROGLYPH A120",
193972  direction="l",
193973  linebreak="al",
193974  unicodeslot=0x14491,
193975 },
193976 [0x14492]={
193977  category="lo",
193978  description="ANATOLIAN HIEROGLYPH A121",
193979  direction="l",
193980  linebreak="al",
193981  unicodeslot=0x14492,
193982 },
193983 [0x14493]={
193984  category="lo",
193985  description="ANATOLIAN HIEROGLYPH A122",
193986  direction="l",
193987  linebreak="al",
193988  unicodeslot=0x14493,
193989 },
193990 [0x14494]={
193991  category="lo",
193992  description="ANATOLIAN HIEROGLYPH A123",
193993  direction="l",
193994  linebreak="al",
193995  unicodeslot=0x14494,
193996 },
193997 [0x14495]={
193998  category="lo",
193999  description="ANATOLIAN HIEROGLYPH A124",
194000  direction="l",
194001  linebreak="al",
194002  unicodeslot=0x14495,
194003 },
194004 [0x14496]={
194005  category="lo",
194006  description="ANATOLIAN HIEROGLYPH A125",
194007  direction="l",
194008  linebreak="al",
194009  unicodeslot=0x14496,
194010 },
194011 [0x14497]={
194012  category="lo",
194013  description="ANATOLIAN HIEROGLYPH A125A",
194014  direction="l",
194015  linebreak="al",
194016  unicodeslot=0x14497,
194017 },
194018 [0x14498]={
194019  category="lo",
194020  description="ANATOLIAN HIEROGLYPH A126",
194021  direction="l",
194022  linebreak="al",
194023  unicodeslot=0x14498,
194024 },
194025 [0x14499]={
194026  category="lo",
194027  description="ANATOLIAN HIEROGLYPH A127",
194028  direction="l",
194029  linebreak="al",
194030  unicodeslot=0x14499,
194031 },
194032 [0x1449A]={
194033  category="lo",
194034  description="ANATOLIAN HIEROGLYPH A128",
194035  direction="l",
194036  linebreak="al",
194037  unicodeslot=0x1449A,
194038 },
194039 [0x1449B]={
194040  category="lo",
194041  description="ANATOLIAN HIEROGLYPH A129",
194042  direction="l",
194043  linebreak="al",
194044  unicodeslot=0x1449B,
194045 },
194046 [0x1449C]={
194047  category="lo",
194048  description="ANATOLIAN HIEROGLYPH A130",
194049  direction="l",
194050  linebreak="al",
194051  unicodeslot=0x1449C,
194052 },
194053 [0x1449D]={
194054  category="lo",
194055  description="ANATOLIAN HIEROGLYPH A131",
194056  direction="l",
194057  linebreak="al",
194058  unicodeslot=0x1449D,
194059 },
194060 [0x1449E]={
194061  category="lo",
194062  description="ANATOLIAN HIEROGLYPH A132",
194063  direction="l",
194064  linebreak="al",
194065  unicodeslot=0x1449E,
194066 },
194067 [0x1449F]={
194068  category="lo",
194069  description="ANATOLIAN HIEROGLYPH A133",
194070  direction="l",
194071  linebreak="al",
194072  unicodeslot=0x1449F,
194073 },
194074 [0x144A0]={
194075  category="lo",
194076  description="ANATOLIAN HIEROGLYPH A134",
194077  direction="l",
194078  linebreak="al",
194079  unicodeslot=0x144A0,
194080 },
194081 [0x144A1]={
194082  category="lo",
194083  description="ANATOLIAN HIEROGLYPH A135",
194084  direction="l",
194085  linebreak="al",
194086  unicodeslot=0x144A1,
194087 },
194088 [0x144A2]={
194089  category="lo",
194090  description="ANATOLIAN HIEROGLYPH A135A",
194091  direction="l",
194092  linebreak="al",
194093  unicodeslot=0x144A2,
194094 },
194095 [0x144A3]={
194096  category="lo",
194097  description="ANATOLIAN HIEROGLYPH A136",
194098  direction="l",
194099  linebreak="al",
194100  unicodeslot=0x144A3,
194101 },
194102 [0x144A4]={
194103  category="lo",
194104  description="ANATOLIAN HIEROGLYPH A137",
194105  direction="l",
194106  linebreak="al",
194107  unicodeslot=0x144A4,
194108 },
194109 [0x144A5]={
194110  category="lo",
194111  description="ANATOLIAN HIEROGLYPH A138",
194112  direction="l",
194113  linebreak="al",
194114  unicodeslot=0x144A5,
194115 },
194116 [0x144A6]={
194117  category="lo",
194118  description="ANATOLIAN HIEROGLYPH A139",
194119  direction="l",
194120  linebreak="al",
194121  unicodeslot=0x144A6,
194122 },
194123 [0x144A7]={
194124  category="lo",
194125  description="ANATOLIAN HIEROGLYPH A140",
194126  direction="l",
194127  linebreak="al",
194128  unicodeslot=0x144A7,
194129 },
194130 [0x144A8]={
194131  category="lo",
194132  description="ANATOLIAN HIEROGLYPH A141",
194133  direction="l",
194134  linebreak="al",
194135  unicodeslot=0x144A8,
194136 },
194137 [0x144A9]={
194138  category="lo",
194139  description="ANATOLIAN HIEROGLYPH A142",
194140  direction="l",
194141  linebreak="al",
194142  unicodeslot=0x144A9,
194143 },
194144 [0x144AA]={
194145  category="lo",
194146  description="ANATOLIAN HIEROGLYPH A143",
194147  direction="l",
194148  linebreak="al",
194149  unicodeslot=0x144AA,
194150 },
194151 [0x144AB]={
194152  category="lo",
194153  description="ANATOLIAN HIEROGLYPH A144",
194154  direction="l",
194155  linebreak="al",
194156  unicodeslot=0x144AB,
194157 },
194158 [0x144AC]={
194159  category="lo",
194160  description="ANATOLIAN HIEROGLYPH A145",
194161  direction="l",
194162  linebreak="al",
194163  unicodeslot=0x144AC,
194164 },
194165 [0x144AD]={
194166  category="lo",
194167  description="ANATOLIAN HIEROGLYPH A146",
194168  direction="l",
194169  linebreak="al",
194170  unicodeslot=0x144AD,
194171 },
194172 [0x144AE]={
194173  category="lo",
194174  description="ANATOLIAN HIEROGLYPH A147",
194175  direction="l",
194176  linebreak="al",
194177  unicodeslot=0x144AE,
194178 },
194179 [0x144AF]={
194180  category="lo",
194181  description="ANATOLIAN HIEROGLYPH A148",
194182  direction="l",
194183  linebreak="al",
194184  unicodeslot=0x144AF,
194185 },
194186 [0x144B0]={
194187  category="lo",
194188  description="ANATOLIAN HIEROGLYPH A149",
194189  direction="l",
194190  linebreak="al",
194191  unicodeslot=0x144B0,
194192 },
194193 [0x144B1]={
194194  category="lo",
194195  description="ANATOLIAN HIEROGLYPH A150",
194196  direction="l",
194197  linebreak="al",
194198  unicodeslot=0x144B1,
194199 },
194200 [0x144B2]={
194201  category="lo",
194202  description="ANATOLIAN HIEROGLYPH A151",
194203  direction="l",
194204  linebreak="al",
194205  unicodeslot=0x144B2,
194206 },
194207 [0x144B3]={
194208  category="lo",
194209  description="ANATOLIAN HIEROGLYPH A152",
194210  direction="l",
194211  linebreak="al",
194212  unicodeslot=0x144B3,
194213 },
194214 [0x144B4]={
194215  category="lo",
194216  description="ANATOLIAN HIEROGLYPH A153",
194217  direction="l",
194218  linebreak="al",
194219  unicodeslot=0x144B4,
194220 },
194221 [0x144B5]={
194222  category="lo",
194223  description="ANATOLIAN HIEROGLYPH A154",
194224  direction="l",
194225  linebreak="al",
194226  unicodeslot=0x144B5,
194227 },
194228 [0x144B6]={
194229  category="lo",
194230  description="ANATOLIAN HIEROGLYPH A155",
194231  direction="l",
194232  linebreak="al",
194233  unicodeslot=0x144B6,
194234 },
194235 [0x144B7]={
194236  category="lo",
194237  description="ANATOLIAN HIEROGLYPH A156",
194238  direction="l",
194239  linebreak="al",
194240  unicodeslot=0x144B7,
194241 },
194242 [0x144B8]={
194243  category="lo",
194244  description="ANATOLIAN HIEROGLYPH A157",
194245  direction="l",
194246  linebreak="al",
194247  unicodeslot=0x144B8,
194248 },
194249 [0x144B9]={
194250  category="lo",
194251  description="ANATOLIAN HIEROGLYPH A158",
194252  direction="l",
194253  linebreak="al",
194254  unicodeslot=0x144B9,
194255 },
194256 [0x144BA]={
194257  category="lo",
194258  description="ANATOLIAN HIEROGLYPH A159",
194259  direction="l",
194260  linebreak="al",
194261  unicodeslot=0x144BA,
194262 },
194263 [0x144BB]={
194264  category="lo",
194265  description="ANATOLIAN HIEROGLYPH A160",
194266  direction="l",
194267  linebreak="al",
194268  unicodeslot=0x144BB,
194269 },
194270 [0x144BC]={
194271  category="lo",
194272  description="ANATOLIAN HIEROGLYPH A161",
194273  direction="l",
194274  linebreak="al",
194275  unicodeslot=0x144BC,
194276 },
194277 [0x144BD]={
194278  category="lo",
194279  description="ANATOLIAN HIEROGLYPH A162",
194280  direction="l",
194281  linebreak="al",
194282  unicodeslot=0x144BD,
194283 },
194284 [0x144BE]={
194285  category="lo",
194286  description="ANATOLIAN HIEROGLYPH A163",
194287  direction="l",
194288  linebreak="al",
194289  unicodeslot=0x144BE,
194290 },
194291 [0x144BF]={
194292  category="lo",
194293  description="ANATOLIAN HIEROGLYPH A164",
194294  direction="l",
194295  linebreak="al",
194296  unicodeslot=0x144BF,
194297 },
194298 [0x144C0]={
194299  category="lo",
194300  description="ANATOLIAN HIEROGLYPH A165",
194301  direction="l",
194302  linebreak="al",
194303  unicodeslot=0x144C0,
194304 },
194305 [0x144C1]={
194306  category="lo",
194307  description="ANATOLIAN HIEROGLYPH A166",
194308  direction="l",
194309  linebreak="al",
194310  unicodeslot=0x144C1,
194311 },
194312 [0x144C2]={
194313  category="lo",
194314  description="ANATOLIAN HIEROGLYPH A167",
194315  direction="l",
194316  linebreak="al",
194317  unicodeslot=0x144C2,
194318 },
194319 [0x144C3]={
194320  category="lo",
194321  description="ANATOLIAN HIEROGLYPH A168",
194322  direction="l",
194323  linebreak="al",
194324  unicodeslot=0x144C3,
194325 },
194326 [0x144C4]={
194327  category="lo",
194328  description="ANATOLIAN HIEROGLYPH A169",
194329  direction="l",
194330  linebreak="al",
194331  unicodeslot=0x144C4,
194332 },
194333 [0x144C5]={
194334  category="lo",
194335  description="ANATOLIAN HIEROGLYPH A170",
194336  direction="l",
194337  linebreak="al",
194338  unicodeslot=0x144C5,
194339 },
194340 [0x144C6]={
194341  category="lo",
194342  description="ANATOLIAN HIEROGLYPH A171",
194343  direction="l",
194344  linebreak="al",
194345  unicodeslot=0x144C6,
194346 },
194347 [0x144C7]={
194348  category="lo",
194349  description="ANATOLIAN HIEROGLYPH A172",
194350  direction="l",
194351  linebreak="al",
194352  unicodeslot=0x144C7,
194353 },
194354 [0x144C8]={
194355  category="lo",
194356  description="ANATOLIAN HIEROGLYPH A173",
194357  direction="l",
194358  linebreak="al",
194359  unicodeslot=0x144C8,
194360 },
194361 [0x144C9]={
194362  category="lo",
194363  description="ANATOLIAN HIEROGLYPH A174",
194364  direction="l",
194365  linebreak="al",
194366  unicodeslot=0x144C9,
194367 },
194368 [0x144CA]={
194369  category="lo",
194370  description="ANATOLIAN HIEROGLYPH A175",
194371  direction="l",
194372  linebreak="al",
194373  unicodeslot=0x144CA,
194374 },
194375 [0x144CB]={
194376  category="lo",
194377  description="ANATOLIAN HIEROGLYPH A176",
194378  direction="l",
194379  linebreak="al",
194380  unicodeslot=0x144CB,
194381 },
194382 [0x144CC]={
194383  category="lo",
194384  description="ANATOLIAN HIEROGLYPH A177",
194385  direction="l",
194386  linebreak="al",
194387  unicodeslot=0x144CC,
194388 },
194389 [0x144CD]={
194390  category="lo",
194391  description="ANATOLIAN HIEROGLYPH A178",
194392  direction="l",
194393  linebreak="al",
194394  unicodeslot=0x144CD,
194395 },
194396 [0x144CE]={
194397  category="lo",
194398  description="ANATOLIAN HIEROGLYPH A179",
194399  direction="l",
194400  linebreak="al",
194401  unicodeslot=0x144CE,
194402 },
194403 [0x144CF]={
194404  category="lo",
194405  description="ANATOLIAN HIEROGLYPH A180",
194406  direction="l",
194407  linebreak="al",
194408  unicodeslot=0x144CF,
194409 },
194410 [0x144D0]={
194411  category="lo",
194412  description="ANATOLIAN HIEROGLYPH A181",
194413  direction="l",
194414  linebreak="al",
194415  unicodeslot=0x144D0,
194416 },
194417 [0x144D1]={
194418  category="lo",
194419  description="ANATOLIAN HIEROGLYPH A182",
194420  direction="l",
194421  linebreak="al",
194422  unicodeslot=0x144D1,
194423 },
194424 [0x144D2]={
194425  category="lo",
194426  description="ANATOLIAN HIEROGLYPH A183",
194427  direction="l",
194428  linebreak="al",
194429  unicodeslot=0x144D2,
194430 },
194431 [0x144D3]={
194432  category="lo",
194433  description="ANATOLIAN HIEROGLYPH A184",
194434  direction="l",
194435  linebreak="al",
194436  unicodeslot=0x144D3,
194437 },
194438 [0x144D4]={
194439  category="lo",
194440  description="ANATOLIAN HIEROGLYPH A185",
194441  direction="l",
194442  linebreak="al",
194443  unicodeslot=0x144D4,
194444 },
194445 [0x144D5]={
194446  category="lo",
194447  description="ANATOLIAN HIEROGLYPH A186",
194448  direction="l",
194449  linebreak="al",
194450  unicodeslot=0x144D5,
194451 },
194452 [0x144D6]={
194453  category="lo",
194454  description="ANATOLIAN HIEROGLYPH A187",
194455  direction="l",
194456  linebreak="al",
194457  unicodeslot=0x144D6,
194458 },
194459 [0x144D7]={
194460  category="lo",
194461  description="ANATOLIAN HIEROGLYPH A188",
194462  direction="l",
194463  linebreak="al",
194464  unicodeslot=0x144D7,
194465 },
194466 [0x144D8]={
194467  category="lo",
194468  description="ANATOLIAN HIEROGLYPH A189",
194469  direction="l",
194470  linebreak="al",
194471  unicodeslot=0x144D8,
194472 },
194473 [0x144D9]={
194474  category="lo",
194475  description="ANATOLIAN HIEROGLYPH A190",
194476  direction="l",
194477  linebreak="al",
194478  unicodeslot=0x144D9,
194479 },
194480 [0x144DA]={
194481  category="lo",
194482  description="ANATOLIAN HIEROGLYPH A191",
194483  direction="l",
194484  linebreak="al",
194485  unicodeslot=0x144DA,
194486 },
194487 [0x144DB]={
194488  category="lo",
194489  description="ANATOLIAN HIEROGLYPH A192",
194490  direction="l",
194491  linebreak="al",
194492  unicodeslot=0x144DB,
194493 },
194494 [0x144DC]={
194495  category="lo",
194496  description="ANATOLIAN HIEROGLYPH A193",
194497  direction="l",
194498  linebreak="al",
194499  unicodeslot=0x144DC,
194500 },
194501 [0x144DD]={
194502  category="lo",
194503  description="ANATOLIAN HIEROGLYPH A194",
194504  direction="l",
194505  linebreak="al",
194506  unicodeslot=0x144DD,
194507 },
194508 [0x144DE]={
194509  category="lo",
194510  description="ANATOLIAN HIEROGLYPH A195",
194511  direction="l",
194512  linebreak="al",
194513  unicodeslot=0x144DE,
194514 },
194515 [0x144DF]={
194516  category="lo",
194517  description="ANATOLIAN HIEROGLYPH A196",
194518  direction="l",
194519  linebreak="al",
194520  unicodeslot=0x144DF,
194521 },
194522 [0x144E0]={
194523  category="lo",
194524  description="ANATOLIAN HIEROGLYPH A197",
194525  direction="l",
194526  linebreak="al",
194527  unicodeslot=0x144E0,
194528 },
194529 [0x144E1]={
194530  category="lo",
194531  description="ANATOLIAN HIEROGLYPH A198",
194532  direction="l",
194533  linebreak="al",
194534  unicodeslot=0x144E1,
194535 },
194536 [0x144E2]={
194537  category="lo",
194538  description="ANATOLIAN HIEROGLYPH A199",
194539  direction="l",
194540  linebreak="al",
194541  unicodeslot=0x144E2,
194542 },
194543 [0x144E3]={
194544  category="lo",
194545  description="ANATOLIAN HIEROGLYPH A200",
194546  direction="l",
194547  linebreak="al",
194548  unicodeslot=0x144E3,
194549 },
194550 [0x144E4]={
194551  category="lo",
194552  description="ANATOLIAN HIEROGLYPH A201",
194553  direction="l",
194554  linebreak="al",
194555  unicodeslot=0x144E4,
194556 },
194557 [0x144E5]={
194558  category="lo",
194559  description="ANATOLIAN HIEROGLYPH A202",
194560  direction="l",
194561  linebreak="al",
194562  unicodeslot=0x144E5,
194563 },
194564 [0x144E6]={
194565  category="lo",
194566  description="ANATOLIAN HIEROGLYPH A202A",
194567  direction="l",
194568  linebreak="al",
194569  unicodeslot=0x144E6,
194570 },
194571 [0x144E7]={
194572  category="lo",
194573  description="ANATOLIAN HIEROGLYPH A202B",
194574  direction="l",
194575  linebreak="al",
194576  unicodeslot=0x144E7,
194577 },
194578 [0x144E8]={
194579  category="lo",
194580  description="ANATOLIAN HIEROGLYPH A203",
194581  direction="l",
194582  linebreak="al",
194583  unicodeslot=0x144E8,
194584 },
194585 [0x144E9]={
194586  category="lo",
194587  description="ANATOLIAN HIEROGLYPH A204",
194588  direction="l",
194589  linebreak="al",
194590  unicodeslot=0x144E9,
194591 },
194592 [0x144EA]={
194593  category="lo",
194594  description="ANATOLIAN HIEROGLYPH A205",
194595  direction="l",
194596  linebreak="al",
194597  unicodeslot=0x144EA,
194598 },
194599 [0x144EB]={
194600  category="lo",
194601  description="ANATOLIAN HIEROGLYPH A206",
194602  direction="l",
194603  linebreak="al",
194604  unicodeslot=0x144EB,
194605 },
194606 [0x144EC]={
194607  category="lo",
194608  description="ANATOLIAN HIEROGLYPH A207",
194609  direction="l",
194610  linebreak="al",
194611  unicodeslot=0x144EC,
194612 },
194613 [0x144ED]={
194614  category="lo",
194615  description="ANATOLIAN HIEROGLYPH A207A",
194616  direction="l",
194617  linebreak="al",
194618  unicodeslot=0x144ED,
194619 },
194620 [0x144EE]={
194621  category="lo",
194622  description="ANATOLIAN HIEROGLYPH A208",
194623  direction="l",
194624  linebreak="al",
194625  unicodeslot=0x144EE,
194626 },
194627 [0x144EF]={
194628  category="lo",
194629  description="ANATOLIAN HIEROGLYPH A209",
194630  direction="l",
194631  linebreak="al",
194632  unicodeslot=0x144EF,
194633 },
194634 [0x144F0]={
194635  category="lo",
194636  description="ANATOLIAN HIEROGLYPH A209A",
194637  direction="l",
194638  linebreak="al",
194639  unicodeslot=0x144F0,
194640 },
194641 [0x144F1]={
194642  category="lo",
194643  description="ANATOLIAN HIEROGLYPH A210",
194644  direction="l",
194645  linebreak="al",
194646  unicodeslot=0x144F1,
194647 },
194648 [0x144F2]={
194649  category="lo",
194650  description="ANATOLIAN HIEROGLYPH A211",
194651  direction="l",
194652  linebreak="al",
194653  unicodeslot=0x144F2,
194654 },
194655 [0x144F3]={
194656  category="lo",
194657  description="ANATOLIAN HIEROGLYPH A212",
194658  direction="l",
194659  linebreak="al",
194660  unicodeslot=0x144F3,
194661 },
194662 [0x144F4]={
194663  category="lo",
194664  description="ANATOLIAN HIEROGLYPH A213",
194665  direction="l",
194666  linebreak="al",
194667  unicodeslot=0x144F4,
194668 },
194669 [0x144F5]={
194670  category="lo",
194671  description="ANATOLIAN HIEROGLYPH A214",
194672  direction="l",
194673  linebreak="al",
194674  unicodeslot=0x144F5,
194675 },
194676 [0x144F6]={
194677  category="lo",
194678  description="ANATOLIAN HIEROGLYPH A215",
194679  direction="l",
194680  linebreak="al",
194681  unicodeslot=0x144F6,
194682 },
194683 [0x144F7]={
194684  category="lo",
194685  description="ANATOLIAN HIEROGLYPH A215A",
194686  direction="l",
194687  linebreak="al",
194688  unicodeslot=0x144F7,
194689 },
194690 [0x144F8]={
194691  category="lo",
194692  description="ANATOLIAN HIEROGLYPH A216",
194693  direction="l",
194694  linebreak="al",
194695  unicodeslot=0x144F8,
194696 },
194697 [0x144F9]={
194698  category="lo",
194699  description="ANATOLIAN HIEROGLYPH A216A",
194700  direction="l",
194701  linebreak="al",
194702  unicodeslot=0x144F9,
194703 },
194704 [0x144FA]={
194705  category="lo",
194706  description="ANATOLIAN HIEROGLYPH A217",
194707  direction="l",
194708  linebreak="al",
194709  unicodeslot=0x144FA,
194710 },
194711 [0x144FB]={
194712  category="lo",
194713  description="ANATOLIAN HIEROGLYPH A218",
194714  direction="l",
194715  linebreak="al",
194716  unicodeslot=0x144FB,
194717 },
194718 [0x144FC]={
194719  category="lo",
194720  description="ANATOLIAN HIEROGLYPH A219",
194721  direction="l",
194722  linebreak="al",
194723  unicodeslot=0x144FC,
194724 },
194725 [0x144FD]={
194726  category="lo",
194727  description="ANATOLIAN HIEROGLYPH A220",
194728  direction="l",
194729  linebreak="al",
194730  unicodeslot=0x144FD,
194731 },
194732 [0x144FE]={
194733  category="lo",
194734  description="ANATOLIAN HIEROGLYPH A221",
194735  direction="l",
194736  linebreak="al",
194737  unicodeslot=0x144FE,
194738 },
194739 [0x144FF]={
194740  category="lo",
194741  description="ANATOLIAN HIEROGLYPH A222",
194742  direction="l",
194743  linebreak="al",
194744  unicodeslot=0x144FF,
194745 },
194746 [0x14500]={
194747  category="lo",
194748  description="ANATOLIAN HIEROGLYPH A223",
194749  direction="l",
194750  linebreak="al",
194751  unicodeslot=0x14500,
194752 },
194753 [0x14501]={
194754  category="lo",
194755  description="ANATOLIAN HIEROGLYPH A224",
194756  direction="l",
194757  linebreak="al",
194758  unicodeslot=0x14501,
194759 },
194760 [0x14502]={
194761  category="lo",
194762  description="ANATOLIAN HIEROGLYPH A225",
194763  direction="l",
194764  linebreak="al",
194765  unicodeslot=0x14502,
194766 },
194767 [0x14503]={
194768  category="lo",
194769  description="ANATOLIAN HIEROGLYPH A226",
194770  direction="l",
194771  linebreak="al",
194772  unicodeslot=0x14503,
194773 },
194774 [0x14504]={
194775  category="lo",
194776  description="ANATOLIAN HIEROGLYPH A227",
194777  direction="l",
194778  linebreak="al",
194779  unicodeslot=0x14504,
194780 },
194781 [0x14505]={
194782  category="lo",
194783  description="ANATOLIAN HIEROGLYPH A227A",
194784  direction="l",
194785  linebreak="al",
194786  unicodeslot=0x14505,
194787 },
194788 [0x14506]={
194789  category="lo",
194790  description="ANATOLIAN HIEROGLYPH A228",
194791  direction="l",
194792  linebreak="al",
194793  unicodeslot=0x14506,
194794 },
194795 [0x14507]={
194796  category="lo",
194797  description="ANATOLIAN HIEROGLYPH A229",
194798  direction="l",
194799  linebreak="al",
194800  unicodeslot=0x14507,
194801 },
194802 [0x14508]={
194803  category="lo",
194804  description="ANATOLIAN HIEROGLYPH A230",
194805  direction="l",
194806  linebreak="al",
194807  unicodeslot=0x14508,
194808 },
194809 [0x14509]={
194810  category="lo",
194811  description="ANATOLIAN HIEROGLYPH A231",
194812  direction="l",
194813  linebreak="al",
194814  unicodeslot=0x14509,
194815 },
194816 [0x1450A]={
194817  category="lo",
194818  description="ANATOLIAN HIEROGLYPH A232",
194819  direction="l",
194820  linebreak="al",
194821  unicodeslot=0x1450A,
194822 },
194823 [0x1450B]={
194824  category="lo",
194825  description="ANATOLIAN HIEROGLYPH A233",
194826  direction="l",
194827  linebreak="al",
194828  unicodeslot=0x1450B,
194829 },
194830 [0x1450C]={
194831  category="lo",
194832  description="ANATOLIAN HIEROGLYPH A234",
194833  direction="l",
194834  linebreak="al",
194835  unicodeslot=0x1450C,
194836 },
194837 [0x1450D]={
194838  category="lo",
194839  description="ANATOLIAN HIEROGLYPH A235",
194840  direction="l",
194841  linebreak="al",
194842  unicodeslot=0x1450D,
194843 },
194844 [0x1450E]={
194845  category="lo",
194846  description="ANATOLIAN HIEROGLYPH A236",
194847  direction="l",
194848  linebreak="al",
194849  unicodeslot=0x1450E,
194850 },
194851 [0x1450F]={
194852  category="lo",
194853  description="ANATOLIAN HIEROGLYPH A237",
194854  direction="l",
194855  linebreak="al",
194856  unicodeslot=0x1450F,
194857 },
194858 [0x14510]={
194859  category="lo",
194860  description="ANATOLIAN HIEROGLYPH A238",
194861  direction="l",
194862  linebreak="al",
194863  unicodeslot=0x14510,
194864 },
194865 [0x14511]={
194866  category="lo",
194867  description="ANATOLIAN HIEROGLYPH A239",
194868  direction="l",
194869  linebreak="al",
194870  unicodeslot=0x14511,
194871 },
194872 [0x14512]={
194873  category="lo",
194874  description="ANATOLIAN HIEROGLYPH A240",
194875  direction="l",
194876  linebreak="al",
194877  unicodeslot=0x14512,
194878 },
194879 [0x14513]={
194880  category="lo",
194881  description="ANATOLIAN HIEROGLYPH A241",
194882  direction="l",
194883  linebreak="al",
194884  unicodeslot=0x14513,
194885 },
194886 [0x14514]={
194887  category="lo",
194888  description="ANATOLIAN HIEROGLYPH A242",
194889  direction="l",
194890  linebreak="al",
194891  unicodeslot=0x14514,
194892 },
194893 [0x14515]={
194894  category="lo",
194895  description="ANATOLIAN HIEROGLYPH A243",
194896  direction="l",
194897  linebreak="al",
194898  unicodeslot=0x14515,
194899 },
194900 [0x14516]={
194901  category="lo",
194902  description="ANATOLIAN HIEROGLYPH A244",
194903  direction="l",
194904  linebreak="al",
194905  unicodeslot=0x14516,
194906 },
194907 [0x14517]={
194908  category="lo",
194909  description="ANATOLIAN HIEROGLYPH A245",
194910  direction="l",
194911  linebreak="al",
194912  unicodeslot=0x14517,
194913 },
194914 [0x14518]={
194915  category="lo",
194916  description="ANATOLIAN HIEROGLYPH A246",
194917  direction="l",
194918  linebreak="al",
194919  unicodeslot=0x14518,
194920 },
194921 [0x14519]={
194922  category="lo",
194923  description="ANATOLIAN HIEROGLYPH A247",
194924  direction="l",
194925  linebreak="al",
194926  unicodeslot=0x14519,
194927 },
194928 [0x1451A]={
194929  category="lo",
194930  description="ANATOLIAN HIEROGLYPH A248",
194931  direction="l",
194932  linebreak="al",
194933  unicodeslot=0x1451A,
194934 },
194935 [0x1451B]={
194936  category="lo",
194937  description="ANATOLIAN HIEROGLYPH A249",
194938  direction="l",
194939  linebreak="al",
194940  unicodeslot=0x1451B,
194941 },
194942 [0x1451C]={
194943  category="lo",
194944  description="ANATOLIAN HIEROGLYPH A250",
194945  direction="l",
194946  linebreak="al",
194947  unicodeslot=0x1451C,
194948 },
194949 [0x1451D]={
194950  category="lo",
194951  description="ANATOLIAN HIEROGLYPH A251",
194952  direction="l",
194953  linebreak="al",
194954  unicodeslot=0x1451D,
194955 },
194956 [0x1451E]={
194957  category="lo",
194958  description="ANATOLIAN HIEROGLYPH A252",
194959  direction="l",
194960  linebreak="al",
194961  unicodeslot=0x1451E,
194962 },
194963 [0x1451F]={
194964  category="lo",
194965  description="ANATOLIAN HIEROGLYPH A253",
194966  direction="l",
194967  linebreak="al",
194968  unicodeslot=0x1451F,
194969 },
194970 [0x14520]={
194971  category="lo",
194972  description="ANATOLIAN HIEROGLYPH A254",
194973  direction="l",
194974  linebreak="al",
194975  unicodeslot=0x14520,
194976 },
194977 [0x14521]={
194978  category="lo",
194979  description="ANATOLIAN HIEROGLYPH A255",
194980  direction="l",
194981  linebreak="al",
194982  unicodeslot=0x14521,
194983 },
194984 [0x14522]={
194985  category="lo",
194986  description="ANATOLIAN HIEROGLYPH A256",
194987  direction="l",
194988  linebreak="al",
194989  unicodeslot=0x14522,
194990 },
194991 [0x14523]={
194992  category="lo",
194993  description="ANATOLIAN HIEROGLYPH A257",
194994  direction="l",
194995  linebreak="al",
194996  unicodeslot=0x14523,
194997 },
194998 [0x14524]={
194999  category="lo",
195000  description="ANATOLIAN HIEROGLYPH A258",
195001  direction="l",
195002  linebreak="al",
195003  unicodeslot=0x14524,
195004 },
195005 [0x14525]={
195006  category="lo",
195007  description="ANATOLIAN HIEROGLYPH A259",
195008  direction="l",
195009  linebreak="al",
195010  unicodeslot=0x14525,
195011 },
195012 [0x14526]={
195013  category="lo",
195014  description="ANATOLIAN HIEROGLYPH A260",
195015  direction="l",
195016  linebreak="al",
195017  unicodeslot=0x14526,
195018 },
195019 [0x14527]={
195020  category="lo",
195021  description="ANATOLIAN HIEROGLYPH A261",
195022  direction="l",
195023  linebreak="al",
195024  unicodeslot=0x14527,
195025 },
195026 [0x14528]={
195027  category="lo",
195028  description="ANATOLIAN HIEROGLYPH A262",
195029  direction="l",
195030  linebreak="al",
195031  unicodeslot=0x14528,
195032 },
195033 [0x14529]={
195034  category="lo",
195035  description="ANATOLIAN HIEROGLYPH A263",
195036  direction="l",
195037  linebreak="al",
195038  unicodeslot=0x14529,
195039 },
195040 [0x1452A]={
195041  category="lo",
195042  description="ANATOLIAN HIEROGLYPH A264",
195043  direction="l",
195044  linebreak="al",
195045  unicodeslot=0x1452A,
195046 },
195047 [0x1452B]={
195048  category="lo",
195049  description="ANATOLIAN HIEROGLYPH A265",
195050  direction="l",
195051  linebreak="al",
195052  unicodeslot=0x1452B,
195053 },
195054 [0x1452C]={
195055  category="lo",
195056  description="ANATOLIAN HIEROGLYPH A266",
195057  direction="l",
195058  linebreak="al",
195059  unicodeslot=0x1452C,
195060 },
195061 [0x1452D]={
195062  category="lo",
195063  description="ANATOLIAN HIEROGLYPH A267",
195064  direction="l",
195065  linebreak="al",
195066  unicodeslot=0x1452D,
195067 },
195068 [0x1452E]={
195069  category="lo",
195070  description="ANATOLIAN HIEROGLYPH A267A",
195071  direction="l",
195072  linebreak="al",
195073  unicodeslot=0x1452E,
195074 },
195075 [0x1452F]={
195076  category="lo",
195077  description="ANATOLIAN HIEROGLYPH A268",
195078  direction="l",
195079  linebreak="al",
195080  unicodeslot=0x1452F,
195081 },
195082 [0x14530]={
195083  category="lo",
195084  description="ANATOLIAN HIEROGLYPH A269",
195085  direction="l",
195086  linebreak="al",
195087  unicodeslot=0x14530,
195088 },
195089 [0x14531]={
195090  category="lo",
195091  description="ANATOLIAN HIEROGLYPH A270",
195092  direction="l",
195093  linebreak="al",
195094  unicodeslot=0x14531,
195095 },
195096 [0x14532]={
195097  category="lo",
195098  description="ANATOLIAN HIEROGLYPH A271",
195099  direction="l",
195100  linebreak="al",
195101  unicodeslot=0x14532,
195102 },
195103 [0x14533]={
195104  category="lo",
195105  description="ANATOLIAN HIEROGLYPH A272",
195106  direction="l",
195107  linebreak="al",
195108  unicodeslot=0x14533,
195109 },
195110 [0x14534]={
195111  category="lo",
195112  description="ANATOLIAN HIEROGLYPH A273",
195113  direction="l",
195114  linebreak="al",
195115  unicodeslot=0x14534,
195116 },
195117 [0x14535]={
195118  category="lo",
195119  description="ANATOLIAN HIEROGLYPH A274",
195120  direction="l",
195121  linebreak="al",
195122  unicodeslot=0x14535,
195123 },
195124 [0x14536]={
195125  category="lo",
195126  description="ANATOLIAN HIEROGLYPH A275",
195127  direction="l",
195128  linebreak="al",
195129  unicodeslot=0x14536,
195130 },
195131 [0x14537]={
195132  category="lo",
195133  description="ANATOLIAN HIEROGLYPH A276",
195134  direction="l",
195135  linebreak="al",
195136  unicodeslot=0x14537,
195137 },
195138 [0x14538]={
195139  category="lo",
195140  description="ANATOLIAN HIEROGLYPH A277",
195141  direction="l",
195142  linebreak="al",
195143  unicodeslot=0x14538,
195144 },
195145 [0x14539]={
195146  category="lo",
195147  description="ANATOLIAN HIEROGLYPH A278",
195148  direction="l",
195149  linebreak="al",
195150  unicodeslot=0x14539,
195151 },
195152 [0x1453A]={
195153  category="lo",
195154  description="ANATOLIAN HIEROGLYPH A279",
195155  direction="l",
195156  linebreak="al",
195157  unicodeslot=0x1453A,
195158 },
195159 [0x1453B]={
195160  category="lo",
195161  description="ANATOLIAN HIEROGLYPH A280",
195162  direction="l",
195163  linebreak="al",
195164  unicodeslot=0x1453B,
195165 },
195166 [0x1453C]={
195167  category="lo",
195168  description="ANATOLIAN HIEROGLYPH A281",
195169  direction="l",
195170  linebreak="al",
195171  unicodeslot=0x1453C,
195172 },
195173 [0x1453D]={
195174  category="lo",
195175  description="ANATOLIAN HIEROGLYPH A282",
195176  direction="l",
195177  linebreak="al",
195178  unicodeslot=0x1453D,
195179 },
195180 [0x1453E]={
195181  category="lo",
195182  description="ANATOLIAN HIEROGLYPH A283",
195183  direction="l",
195184  linebreak="al",
195185  unicodeslot=0x1453E,
195186 },
195187 [0x1453F]={
195188  category="lo",
195189  description="ANATOLIAN HIEROGLYPH A284",
195190  direction="l",
195191  linebreak="al",
195192  unicodeslot=0x1453F,
195193 },
195194 [0x14540]={
195195  category="lo",
195196  description="ANATOLIAN HIEROGLYPH A285",
195197  direction="l",
195198  linebreak="al",
195199  unicodeslot=0x14540,
195200 },
195201 [0x14541]={
195202  category="lo",
195203  description="ANATOLIAN HIEROGLYPH A286",
195204  direction="l",
195205  linebreak="al",
195206  unicodeslot=0x14541,
195207 },
195208 [0x14542]={
195209  category="lo",
195210  description="ANATOLIAN HIEROGLYPH A287",
195211  direction="l",
195212  linebreak="al",
195213  unicodeslot=0x14542,
195214 },
195215 [0x14543]={
195216  category="lo",
195217  description="ANATOLIAN HIEROGLYPH A288",
195218  direction="l",
195219  linebreak="al",
195220  unicodeslot=0x14543,
195221 },
195222 [0x14544]={
195223  category="lo",
195224  description="ANATOLIAN HIEROGLYPH A289",
195225  direction="l",
195226  linebreak="al",
195227  unicodeslot=0x14544,
195228 },
195229 [0x14545]={
195230  category="lo",
195231  description="ANATOLIAN HIEROGLYPH A289A",
195232  direction="l",
195233  linebreak="al",
195234  unicodeslot=0x14545,
195235 },
195236 [0x14546]={
195237  category="lo",
195238  description="ANATOLIAN HIEROGLYPH A290",
195239  direction="l",
195240  linebreak="al",
195241  unicodeslot=0x14546,
195242 },
195243 [0x14547]={
195244  category="lo",
195245  description="ANATOLIAN HIEROGLYPH A291",
195246  direction="l",
195247  linebreak="al",
195248  unicodeslot=0x14547,
195249 },
195250 [0x14548]={
195251  category="lo",
195252  description="ANATOLIAN HIEROGLYPH A292",
195253  direction="l",
195254  linebreak="al",
195255  unicodeslot=0x14548,
195256 },
195257 [0x14549]={
195258  category="lo",
195259  description="ANATOLIAN HIEROGLYPH A293",
195260  direction="l",
195261  linebreak="al",
195262  unicodeslot=0x14549,
195263 },
195264 [0x1454A]={
195265  category="lo",
195266  description="ANATOLIAN HIEROGLYPH A294",
195267  direction="l",
195268  linebreak="al",
195269  unicodeslot=0x1454A,
195270 },
195271 [0x1454B]={
195272  category="lo",
195273  description="ANATOLIAN HIEROGLYPH A294A",
195274  direction="l",
195275  linebreak="al",
195276  unicodeslot=0x1454B,
195277 },
195278 [0x1454C]={
195279  category="lo",
195280  description="ANATOLIAN HIEROGLYPH A295",
195281  direction="l",
195282  linebreak="al",
195283  unicodeslot=0x1454C,
195284 },
195285 [0x1454D]={
195286  category="lo",
195287  description="ANATOLIAN HIEROGLYPH A296",
195288  direction="l",
195289  linebreak="al",
195290  unicodeslot=0x1454D,
195291 },
195292 [0x1454E]={
195293  category="lo",
195294  description="ANATOLIAN HIEROGLYPH A297",
195295  direction="l",
195296  linebreak="al",
195297  unicodeslot=0x1454E,
195298 },
195299 [0x1454F]={
195300  category="lo",
195301  description="ANATOLIAN HIEROGLYPH A298",
195302  direction="l",
195303  linebreak="al",
195304  unicodeslot=0x1454F,
195305 },
195306 [0x14550]={
195307  category="lo",
195308  description="ANATOLIAN HIEROGLYPH A299",
195309  direction="l",
195310  linebreak="al",
195311  unicodeslot=0x14550,
195312 },
195313 [0x14551]={
195314  category="lo",
195315  description="ANATOLIAN HIEROGLYPH A299A",
195316  direction="l",
195317  linebreak="al",
195318  unicodeslot=0x14551,
195319 },
195320 [0x14552]={
195321  category="lo",
195322  description="ANATOLIAN HIEROGLYPH A300",
195323  direction="l",
195324  linebreak="al",
195325  unicodeslot=0x14552,
195326 },
195327 [0x14553]={
195328  category="lo",
195329  description="ANATOLIAN HIEROGLYPH A301",
195330  direction="l",
195331  linebreak="al",
195332  unicodeslot=0x14553,
195333 },
195334 [0x14554]={
195335  category="lo",
195336  description="ANATOLIAN HIEROGLYPH A302",
195337  direction="l",
195338  linebreak="al",
195339  unicodeslot=0x14554,
195340 },
195341 [0x14555]={
195342  category="lo",
195343  description="ANATOLIAN HIEROGLYPH A303",
195344  direction="l",
195345  linebreak="al",
195346  unicodeslot=0x14555,
195347 },
195348 [0x14556]={
195349  category="lo",
195350  description="ANATOLIAN HIEROGLYPH A304",
195351  direction="l",
195352  linebreak="al",
195353  unicodeslot=0x14556,
195354 },
195355 [0x14557]={
195356  category="lo",
195357  description="ANATOLIAN HIEROGLYPH A305",
195358  direction="l",
195359  linebreak="al",
195360  unicodeslot=0x14557,
195361 },
195362 [0x14558]={
195363  category="lo",
195364  description="ANATOLIAN HIEROGLYPH A306",
195365  direction="l",
195366  linebreak="al",
195367  unicodeslot=0x14558,
195368 },
195369 [0x14559]={
195370  category="lo",
195371  description="ANATOLIAN HIEROGLYPH A307",
195372  direction="l",
195373  linebreak="al",
195374  unicodeslot=0x14559,
195375 },
195376 [0x1455A]={
195377  category="lo",
195378  description="ANATOLIAN HIEROGLYPH A308",
195379  direction="l",
195380  linebreak="al",
195381  unicodeslot=0x1455A,
195382 },
195383 [0x1455B]={
195384  category="lo",
195385  description="ANATOLIAN HIEROGLYPH A309",
195386  direction="l",
195387  linebreak="al",
195388  unicodeslot=0x1455B,
195389 },
195390 [0x1455C]={
195391  category="lo",
195392  description="ANATOLIAN HIEROGLYPH A309A",
195393  direction="l",
195394  linebreak="al",
195395  unicodeslot=0x1455C,
195396 },
195397 [0x1455D]={
195398  category="lo",
195399  description="ANATOLIAN HIEROGLYPH A310",
195400  direction="l",
195401  linebreak="al",
195402  unicodeslot=0x1455D,
195403 },
195404 [0x1455E]={
195405  category="lo",
195406  description="ANATOLIAN HIEROGLYPH A311",
195407  direction="l",
195408  linebreak="al",
195409  unicodeslot=0x1455E,
195410 },
195411 [0x1455F]={
195412  category="lo",
195413  description="ANATOLIAN HIEROGLYPH A312",
195414  direction="l",
195415  linebreak="al",
195416  unicodeslot=0x1455F,
195417 },
195418 [0x14560]={
195419  category="lo",
195420  description="ANATOLIAN HIEROGLYPH A313",
195421  direction="l",
195422  linebreak="al",
195423  unicodeslot=0x14560,
195424 },
195425 [0x14561]={
195426  category="lo",
195427  description="ANATOLIAN HIEROGLYPH A314",
195428  direction="l",
195429  linebreak="al",
195430  unicodeslot=0x14561,
195431 },
195432 [0x14562]={
195433  category="lo",
195434  description="ANATOLIAN HIEROGLYPH A315",
195435  direction="l",
195436  linebreak="al",
195437  unicodeslot=0x14562,
195438 },
195439 [0x14563]={
195440  category="lo",
195441  description="ANATOLIAN HIEROGLYPH A316",
195442  direction="l",
195443  linebreak="al",
195444  unicodeslot=0x14563,
195445 },
195446 [0x14564]={
195447  category="lo",
195448  description="ANATOLIAN HIEROGLYPH A317",
195449  direction="l",
195450  linebreak="al",
195451  unicodeslot=0x14564,
195452 },
195453 [0x14565]={
195454  category="lo",
195455  description="ANATOLIAN HIEROGLYPH A318",
195456  direction="l",
195457  linebreak="al",
195458  unicodeslot=0x14565,
195459 },
195460 [0x14566]={
195461  category="lo",
195462  description="ANATOLIAN HIEROGLYPH A319",
195463  direction="l",
195464  linebreak="al",
195465  unicodeslot=0x14566,
195466 },
195467 [0x14567]={
195468  category="lo",
195469  description="ANATOLIAN HIEROGLYPH A320",
195470  direction="l",
195471  linebreak="al",
195472  unicodeslot=0x14567,
195473 },
195474 [0x14568]={
195475  category="lo",
195476  description="ANATOLIAN HIEROGLYPH A321",
195477  direction="l",
195478  linebreak="al",
195479  unicodeslot=0x14568,
195480 },
195481 [0x14569]={
195482  category="lo",
195483  description="ANATOLIAN HIEROGLYPH A322",
195484  direction="l",
195485  linebreak="al",
195486  unicodeslot=0x14569,
195487 },
195488 [0x1456A]={
195489  category="lo",
195490  description="ANATOLIAN HIEROGLYPH A323",
195491  direction="l",
195492  linebreak="al",
195493  unicodeslot=0x1456A,
195494 },
195495 [0x1456B]={
195496  category="lo",
195497  description="ANATOLIAN HIEROGLYPH A324",
195498  direction="l",
195499  linebreak="al",
195500  unicodeslot=0x1456B,
195501 },
195502 [0x1456C]={
195503  category="lo",
195504  description="ANATOLIAN HIEROGLYPH A325",
195505  direction="l",
195506  linebreak="al",
195507  unicodeslot=0x1456C,
195508 },
195509 [0x1456D]={
195510  category="lo",
195511  description="ANATOLIAN HIEROGLYPH A326",
195512  direction="l",
195513  linebreak="al",
195514  unicodeslot=0x1456D,
195515 },
195516 [0x1456E]={
195517  category="lo",
195518  description="ANATOLIAN HIEROGLYPH A327",
195519  direction="l",
195520  linebreak="al",
195521  unicodeslot=0x1456E,
195522 },
195523 [0x1456F]={
195524  category="lo",
195525  description="ANATOLIAN HIEROGLYPH A328",
195526  direction="l",
195527  linebreak="al",
195528  unicodeslot=0x1456F,
195529 },
195530 [0x14570]={
195531  category="lo",
195532  description="ANATOLIAN HIEROGLYPH A329",
195533  direction="l",
195534  linebreak="al",
195535  unicodeslot=0x14570,
195536 },
195537 [0x14571]={
195538  category="lo",
195539  description="ANATOLIAN HIEROGLYPH A329A",
195540  direction="l",
195541  linebreak="al",
195542  unicodeslot=0x14571,
195543 },
195544 [0x14572]={
195545  category="lo",
195546  description="ANATOLIAN HIEROGLYPH A330",
195547  direction="l",
195548  linebreak="al",
195549  unicodeslot=0x14572,
195550 },
195551 [0x14573]={
195552  category="lo",
195553  description="ANATOLIAN HIEROGLYPH A331",
195554  direction="l",
195555  linebreak="al",
195556  unicodeslot=0x14573,
195557 },
195558 [0x14574]={
195559  category="lo",
195560  description="ANATOLIAN HIEROGLYPH A332A",
195561  direction="l",
195562  linebreak="al",
195563  unicodeslot=0x14574,
195564 },
195565 [0x14575]={
195566  category="lo",
195567  description="ANATOLIAN HIEROGLYPH A332B",
195568  direction="l",
195569  linebreak="al",
195570  unicodeslot=0x14575,
195571 },
195572 [0x14576]={
195573  category="lo",
195574  description="ANATOLIAN HIEROGLYPH A332C",
195575  direction="l",
195576  linebreak="al",
195577  unicodeslot=0x14576,
195578 },
195579 [0x14577]={
195580  category="lo",
195581  description="ANATOLIAN HIEROGLYPH A333",
195582  direction="l",
195583  linebreak="al",
195584  unicodeslot=0x14577,
195585 },
195586 [0x14578]={
195587  category="lo",
195588  description="ANATOLIAN HIEROGLYPH A334",
195589  direction="l",
195590  linebreak="al",
195591  unicodeslot=0x14578,
195592 },
195593 [0x14579]={
195594  category="lo",
195595  description="ANATOLIAN HIEROGLYPH A335",
195596  direction="l",
195597  linebreak="al",
195598  unicodeslot=0x14579,
195599 },
195600 [0x1457A]={
195601  category="lo",
195602  description="ANATOLIAN HIEROGLYPH A336",
195603  direction="l",
195604  linebreak="al",
195605  unicodeslot=0x1457A,
195606 },
195607 [0x1457B]={
195608  category="lo",
195609  description="ANATOLIAN HIEROGLYPH A336A",
195610  direction="l",
195611  linebreak="al",
195612  unicodeslot=0x1457B,
195613 },
195614 [0x1457C]={
195615  category="lo",
195616  description="ANATOLIAN HIEROGLYPH A336B",
195617  direction="l",
195618  linebreak="al",
195619  unicodeslot=0x1457C,
195620 },
195621 [0x1457D]={
195622  category="lo",
195623  description="ANATOLIAN HIEROGLYPH A336C",
195624  direction="l",
195625  linebreak="al",
195626  unicodeslot=0x1457D,
195627 },
195628 [0x1457E]={
195629  category="lo",
195630  description="ANATOLIAN HIEROGLYPH A337",
195631  direction="l",
195632  linebreak="al",
195633  unicodeslot=0x1457E,
195634 },
195635 [0x1457F]={
195636  category="lo",
195637  description="ANATOLIAN HIEROGLYPH A338",
195638  direction="l",
195639  linebreak="al",
195640  unicodeslot=0x1457F,
195641 },
195642 [0x14580]={
195643  category="lo",
195644  description="ANATOLIAN HIEROGLYPH A339",
195645  direction="l",
195646  linebreak="al",
195647  unicodeslot=0x14580,
195648 },
195649 [0x14581]={
195650  category="lo",
195651  description="ANATOLIAN HIEROGLYPH A340",
195652  direction="l",
195653  linebreak="al",
195654  unicodeslot=0x14581,
195655 },
195656 [0x14582]={
195657  category="lo",
195658  description="ANATOLIAN HIEROGLYPH A341",
195659  direction="l",
195660  linebreak="al",
195661  unicodeslot=0x14582,
195662 },
195663 [0x14583]={
195664  category="lo",
195665  description="ANATOLIAN HIEROGLYPH A342",
195666  direction="l",
195667  linebreak="al",
195668  unicodeslot=0x14583,
195669 },
195670 [0x14584]={
195671  category="lo",
195672  description="ANATOLIAN HIEROGLYPH A343",
195673  direction="l",
195674  linebreak="al",
195675  unicodeslot=0x14584,
195676 },
195677 [0x14585]={
195678  category="lo",
195679  description="ANATOLIAN HIEROGLYPH A344",
195680  direction="l",
195681  linebreak="al",
195682  unicodeslot=0x14585,
195683 },
195684 [0x14586]={
195685  category="lo",
195686  description="ANATOLIAN HIEROGLYPH A345",
195687  direction="l",
195688  linebreak="al",
195689  unicodeslot=0x14586,
195690 },
195691 [0x14587]={
195692  category="lo",
195693  description="ANATOLIAN HIEROGLYPH A346",
195694  direction="l",
195695  linebreak="al",
195696  unicodeslot=0x14587,
195697 },
195698 [0x14588]={
195699  category="lo",
195700  description="ANATOLIAN HIEROGLYPH A347",
195701  direction="l",
195702  linebreak="al",
195703  unicodeslot=0x14588,
195704 },
195705 [0x14589]={
195706  category="lo",
195707  description="ANATOLIAN HIEROGLYPH A348",
195708  direction="l",
195709  linebreak="al",
195710  unicodeslot=0x14589,
195711 },
195712 [0x1458A]={
195713  category="lo",
195714  description="ANATOLIAN HIEROGLYPH A349",
195715  direction="l",
195716  linebreak="al",
195717  unicodeslot=0x1458A,
195718 },
195719 [0x1458B]={
195720  category="lo",
195721  description="ANATOLIAN HIEROGLYPH A350",
195722  direction="l",
195723  linebreak="al",
195724  unicodeslot=0x1458B,
195725 },
195726 [0x1458C]={
195727  category="lo",
195728  description="ANATOLIAN HIEROGLYPH A351",
195729  direction="l",
195730  linebreak="al",
195731  unicodeslot=0x1458C,
195732 },
195733 [0x1458D]={
195734  category="lo",
195735  description="ANATOLIAN HIEROGLYPH A352",
195736  direction="l",
195737  linebreak="al",
195738  unicodeslot=0x1458D,
195739 },
195740 [0x1458E]={
195741  category="lo",
195742  description="ANATOLIAN HIEROGLYPH A353",
195743  direction="l",
195744  linebreak="al",
195745  unicodeslot=0x1458E,
195746 },
195747 [0x1458F]={
195748  category="lo",
195749  description="ANATOLIAN HIEROGLYPH A354",
195750  direction="l",
195751  linebreak="al",
195752  unicodeslot=0x1458F,
195753 },
195754 [0x14590]={
195755  category="lo",
195756  description="ANATOLIAN HIEROGLYPH A355",
195757  direction="l",
195758  linebreak="al",
195759  unicodeslot=0x14590,
195760 },
195761 [0x14591]={
195762  category="lo",
195763  description="ANATOLIAN HIEROGLYPH A356",
195764  direction="l",
195765  linebreak="al",
195766  unicodeslot=0x14591,
195767 },
195768 [0x14592]={
195769  category="lo",
195770  description="ANATOLIAN HIEROGLYPH A357",
195771  direction="l",
195772  linebreak="al",
195773  unicodeslot=0x14592,
195774 },
195775 [0x14593]={
195776  category="lo",
195777  description="ANATOLIAN HIEROGLYPH A358",
195778  direction="l",
195779  linebreak="al",
195780  unicodeslot=0x14593,
195781 },
195782 [0x14594]={
195783  category="lo",
195784  description="ANATOLIAN HIEROGLYPH A359",
195785  direction="l",
195786  linebreak="al",
195787  unicodeslot=0x14594,
195788 },
195789 [0x14595]={
195790  category="lo",
195791  description="ANATOLIAN HIEROGLYPH A359A",
195792  direction="l",
195793  linebreak="al",
195794  unicodeslot=0x14595,
195795 },
195796 [0x14596]={
195797  category="lo",
195798  description="ANATOLIAN HIEROGLYPH A360",
195799  direction="l",
195800  linebreak="al",
195801  unicodeslot=0x14596,
195802 },
195803 [0x14597]={
195804  category="lo",
195805  description="ANATOLIAN HIEROGLYPH A361",
195806  direction="l",
195807  linebreak="al",
195808  unicodeslot=0x14597,
195809 },
195810 [0x14598]={
195811  category="lo",
195812  description="ANATOLIAN HIEROGLYPH A362",
195813  direction="l",
195814  linebreak="al",
195815  unicodeslot=0x14598,
195816 },
195817 [0x14599]={
195818  category="lo",
195819  description="ANATOLIAN HIEROGLYPH A363",
195820  direction="l",
195821  linebreak="al",
195822  unicodeslot=0x14599,
195823 },
195824 [0x1459A]={
195825  category="lo",
195826  description="ANATOLIAN HIEROGLYPH A364",
195827  direction="l",
195828  linebreak="al",
195829  unicodeslot=0x1459A,
195830 },
195831 [0x1459B]={
195832  category="lo",
195833  description="ANATOLIAN HIEROGLYPH A364A",
195834  direction="l",
195835  linebreak="al",
195836  unicodeslot=0x1459B,
195837 },
195838 [0x1459C]={
195839  category="lo",
195840  description="ANATOLIAN HIEROGLYPH A365",
195841  direction="l",
195842  linebreak="al",
195843  unicodeslot=0x1459C,
195844 },
195845 [0x1459D]={
195846  category="lo",
195847  description="ANATOLIAN HIEROGLYPH A366",
195848  direction="l",
195849  linebreak="al",
195850  unicodeslot=0x1459D,
195851 },
195852 [0x1459E]={
195853  category="lo",
195854  description="ANATOLIAN HIEROGLYPH A367",
195855  direction="l",
195856  linebreak="al",
195857  unicodeslot=0x1459E,
195858 },
195859 [0x1459F]={
195860  category="lo",
195861  description="ANATOLIAN HIEROGLYPH A368",
195862  direction="l",
195863  linebreak="al",
195864  unicodeslot=0x1459F,
195865 },
195866 [0x145A0]={
195867  category="lo",
195868  description="ANATOLIAN HIEROGLYPH A368A",
195869  direction="l",
195870  linebreak="al",
195871  unicodeslot=0x145A0,
195872 },
195873 [0x145A1]={
195874  category="lo",
195875  description="ANATOLIAN HIEROGLYPH A369",
195876  direction="l",
195877  linebreak="al",
195878  unicodeslot=0x145A1,
195879 },
195880 [0x145A2]={
195881  category="lo",
195882  description="ANATOLIAN HIEROGLYPH A370",
195883  direction="l",
195884  linebreak="al",
195885  unicodeslot=0x145A2,
195886 },
195887 [0x145A3]={
195888  category="lo",
195889  description="ANATOLIAN HIEROGLYPH A371",
195890  direction="l",
195891  linebreak="al",
195892  unicodeslot=0x145A3,
195893 },
195894 [0x145A4]={
195895  category="lo",
195896  description="ANATOLIAN HIEROGLYPH A371A",
195897  direction="l",
195898  linebreak="al",
195899  unicodeslot=0x145A4,
195900 },
195901 [0x145A5]={
195902  category="lo",
195903  description="ANATOLIAN HIEROGLYPH A372",
195904  direction="l",
195905  linebreak="al",
195906  unicodeslot=0x145A5,
195907 },
195908 [0x145A6]={
195909  category="lo",
195910  description="ANATOLIAN HIEROGLYPH A373",
195911  direction="l",
195912  linebreak="al",
195913  unicodeslot=0x145A6,
195914 },
195915 [0x145A7]={
195916  category="lo",
195917  description="ANATOLIAN HIEROGLYPH A374",
195918  direction="l",
195919  linebreak="al",
195920  unicodeslot=0x145A7,
195921 },
195922 [0x145A8]={
195923  category="lo",
195924  description="ANATOLIAN HIEROGLYPH A375",
195925  direction="l",
195926  linebreak="al",
195927  unicodeslot=0x145A8,
195928 },
195929 [0x145A9]={
195930  category="lo",
195931  description="ANATOLIAN HIEROGLYPH A376",
195932  direction="l",
195933  linebreak="al",
195934  unicodeslot=0x145A9,
195935 },
195936 [0x145AA]={
195937  category="lo",
195938  description="ANATOLIAN HIEROGLYPH A377",
195939  direction="l",
195940  linebreak="al",
195941  unicodeslot=0x145AA,
195942 },
195943 [0x145AB]={
195944  category="lo",
195945  description="ANATOLIAN HIEROGLYPH A378",
195946  direction="l",
195947  linebreak="al",
195948  unicodeslot=0x145AB,
195949 },
195950 [0x145AC]={
195951  category="lo",
195952  description="ANATOLIAN HIEROGLYPH A379",
195953  direction="l",
195954  linebreak="al",
195955  unicodeslot=0x145AC,
195956 },
195957 [0x145AD]={
195958  category="lo",
195959  description="ANATOLIAN HIEROGLYPH A380",
195960  direction="l",
195961  linebreak="al",
195962  unicodeslot=0x145AD,
195963 },
195964 [0x145AE]={
195965  category="lo",
195966  description="ANATOLIAN HIEROGLYPH A381",
195967  direction="l",
195968  linebreak="al",
195969  unicodeslot=0x145AE,
195970 },
195971 [0x145AF]={
195972  category="lo",
195973  description="ANATOLIAN HIEROGLYPH A381A",
195974  direction="l",
195975  linebreak="al",
195976  unicodeslot=0x145AF,
195977 },
195978 [0x145B0]={
195979  category="lo",
195980  description="ANATOLIAN HIEROGLYPH A382",
195981  direction="l",
195982  linebreak="al",
195983  unicodeslot=0x145B0,
195984 },
195985 [0x145B1]={
195986  category="lo",
195987  description="ANATOLIAN HIEROGLYPH A383 RA OR RI",
195988  direction="l",
195989  linebreak="al",
195990  unicodeslot=0x145B1,
195991 },
195992 [0x145B2]={
195993  category="lo",
195994  description="ANATOLIAN HIEROGLYPH A383A",
195995  direction="l",
195996  linebreak="al",
195997  unicodeslot=0x145B2,
195998 },
195999 [0x145B3]={
196000  category="lo",
196001  description="ANATOLIAN HIEROGLYPH A384",
196002  direction="l",
196003  linebreak="al",
196004  unicodeslot=0x145B3,
196005 },
196006 [0x145B4]={
196007  category="lo",
196008  description="ANATOLIAN HIEROGLYPH A385",
196009  direction="l",
196010  linebreak="al",
196011  unicodeslot=0x145B4,
196012 },
196013 [0x145B5]={
196014  category="lo",
196015  description="ANATOLIAN HIEROGLYPH A386",
196016  direction="l",
196017  linebreak="al",
196018  unicodeslot=0x145B5,
196019 },
196020 [0x145B6]={
196021  category="lo",
196022  description="ANATOLIAN HIEROGLYPH A386A",
196023  direction="l",
196024  linebreak="al",
196025  unicodeslot=0x145B6,
196026 },
196027 [0x145B7]={
196028  category="lo",
196029  description="ANATOLIAN HIEROGLYPH A387",
196030  direction="l",
196031  linebreak="al",
196032  unicodeslot=0x145B7,
196033 },
196034 [0x145B8]={
196035  category="lo",
196036  description="ANATOLIAN HIEROGLYPH A388",
196037  direction="l",
196038  linebreak="al",
196039  unicodeslot=0x145B8,
196040 },
196041 [0x145B9]={
196042  category="lo",
196043  description="ANATOLIAN HIEROGLYPH A389",
196044  direction="l",
196045  linebreak="al",
196046  unicodeslot=0x145B9,
196047 },
196048 [0x145BA]={
196049  category="lo",
196050  description="ANATOLIAN HIEROGLYPH A390",
196051  direction="l",
196052  linebreak="al",
196053  unicodeslot=0x145BA,
196054 },
196055 [0x145BB]={
196056  category="lo",
196057  description="ANATOLIAN HIEROGLYPH A391",
196058  direction="l",
196059  linebreak="al",
196060  unicodeslot=0x145BB,
196061 },
196062 [0x145BC]={
196063  category="lo",
196064  description="ANATOLIAN HIEROGLYPH A392",
196065  direction="l",
196066  linebreak="al",
196067  unicodeslot=0x145BC,
196068 },
196069 [0x145BD]={
196070  category="lo",
196071  description="ANATOLIAN HIEROGLYPH A393 EIGHT",
196072  direction="l",
196073  linebreak="al",
196074  unicodeslot=0x145BD,
196075 },
196076 [0x145BE]={
196077  category="lo",
196078  description="ANATOLIAN HIEROGLYPH A394",
196079  direction="l",
196080  linebreak="al",
196081  unicodeslot=0x145BE,
196082 },
196083 [0x145BF]={
196084  category="lo",
196085  description="ANATOLIAN HIEROGLYPH A395",
196086  direction="l",
196087  linebreak="al",
196088  unicodeslot=0x145BF,
196089 },
196090 [0x145C0]={
196091  category="lo",
196092  description="ANATOLIAN HIEROGLYPH A396",
196093  direction="l",
196094  linebreak="al",
196095  unicodeslot=0x145C0,
196096 },
196097 [0x145C1]={
196098  category="lo",
196099  description="ANATOLIAN HIEROGLYPH A397",
196100  direction="l",
196101  linebreak="al",
196102  unicodeslot=0x145C1,
196103 },
196104 [0x145C2]={
196105  category="lo",
196106  description="ANATOLIAN HIEROGLYPH A398",
196107  direction="l",
196108  linebreak="al",
196109  unicodeslot=0x145C2,
196110 },
196111 [0x145C3]={
196112  category="lo",
196113  description="ANATOLIAN HIEROGLYPH A399",
196114  direction="l",
196115  linebreak="al",
196116  unicodeslot=0x145C3,
196117 },
196118 [0x145C4]={
196119  category="lo",
196120  description="ANATOLIAN HIEROGLYPH A400",
196121  direction="l",
196122  linebreak="al",
196123  unicodeslot=0x145C4,
196124 },
196125 [0x145C5]={
196126  category="lo",
196127  description="ANATOLIAN HIEROGLYPH A401",
196128  direction="l",
196129  linebreak="al",
196130  unicodeslot=0x145C5,
196131 },
196132 [0x145C6]={
196133  category="lo",
196134  description="ANATOLIAN HIEROGLYPH A402",
196135  direction="l",
196136  linebreak="al",
196137  unicodeslot=0x145C6,
196138 },
196139 [0x145C7]={
196140  category="lo",
196141  description="ANATOLIAN HIEROGLYPH A403",
196142  direction="l",
196143  linebreak="al",
196144  unicodeslot=0x145C7,
196145 },
196146 [0x145C8]={
196147  category="lo",
196148  description="ANATOLIAN HIEROGLYPH A404",
196149  direction="l",
196150  linebreak="al",
196151  unicodeslot=0x145C8,
196152 },
196153 [0x145C9]={
196154  category="lo",
196155  description="ANATOLIAN HIEROGLYPH A405",
196156  direction="l",
196157  linebreak="al",
196158  unicodeslot=0x145C9,
196159 },
196160 [0x145CA]={
196161  category="lo",
196162  description="ANATOLIAN HIEROGLYPH A406",
196163  direction="l",
196164  linebreak="al",
196165  unicodeslot=0x145CA,
196166 },
196167 [0x145CB]={
196168  category="lo",
196169  description="ANATOLIAN HIEROGLYPH A407",
196170  direction="l",
196171  linebreak="al",
196172  unicodeslot=0x145CB,
196173 },
196174 [0x145CC]={
196175  category="lo",
196176  description="ANATOLIAN HIEROGLYPH A408",
196177  direction="l",
196178  linebreak="al",
196179  unicodeslot=0x145CC,
196180 },
196181 [0x145CD]={
196182  category="lo",
196183  description="ANATOLIAN HIEROGLYPH A409",
196184  direction="l",
196185  linebreak="al",
196186  unicodeslot=0x145CD,
196187 },
196188 [0x145CE]={
196189  category="lo",
196190  description="ANATOLIAN HIEROGLYPH A410 BEGIN LOGOGRAM MARK",
196191  direction="l",
196192  linebreak="op",
196193  unicodeslot=0x145CE,
196194 },
196195 [0x145CF]={
196196  category="lo",
196197  description="ANATOLIAN HIEROGLYPH A410A END LOGOGRAM MARK",
196198  direction="l",
196199  linebreak="cl",
196200  unicodeslot=0x145CF,
196201 },
196202 [0x145D0]={
196203  category="lo",
196204  description="ANATOLIAN HIEROGLYPH A411",
196205  direction="l",
196206  linebreak="al",
196207  unicodeslot=0x145D0,
196208 },
196209 [0x145D1]={
196210  category="lo",
196211  description="ANATOLIAN HIEROGLYPH A412",
196212  direction="l",
196213  linebreak="al",
196214  unicodeslot=0x145D1,
196215 },
196216 [0x145D2]={
196217  category="lo",
196218  description="ANATOLIAN HIEROGLYPH A413",
196219  direction="l",
196220  linebreak="al",
196221  unicodeslot=0x145D2,
196222 },
196223 [0x145D3]={
196224  category="lo",
196225  description="ANATOLIAN HIEROGLYPH A414",
196226  direction="l",
196227  linebreak="al",
196228  unicodeslot=0x145D3,
196229 },
196230 [0x145D4]={
196231  category="lo",
196232  description="ANATOLIAN HIEROGLYPH A415",
196233  direction="l",
196234  linebreak="al",
196235  unicodeslot=0x145D4,
196236 },
196237 [0x145D5]={
196238  category="lo",
196239  description="ANATOLIAN HIEROGLYPH A416",
196240  direction="l",
196241  linebreak="al",
196242  unicodeslot=0x145D5,
196243 },
196244 [0x145D6]={
196245  category="lo",
196246  description="ANATOLIAN HIEROGLYPH A417",
196247  direction="l",
196248  linebreak="al",
196249  unicodeslot=0x145D6,
196250 },
196251 [0x145D7]={
196252  category="lo",
196253  description="ANATOLIAN HIEROGLYPH A418",
196254  direction="l",
196255  linebreak="al",
196256  unicodeslot=0x145D7,
196257 },
196258 [0x145D8]={
196259  category="lo",
196260  description="ANATOLIAN HIEROGLYPH A419",
196261  direction="l",
196262  linebreak="al",
196263  unicodeslot=0x145D8,
196264 },
196265 [0x145D9]={
196266  category="lo",
196267  description="ANATOLIAN HIEROGLYPH A420",
196268  direction="l",
196269  linebreak="al",
196270  unicodeslot=0x145D9,
196271 },
196272 [0x145DA]={
196273  category="lo",
196274  description="ANATOLIAN HIEROGLYPH A421",
196275  direction="l",
196276  linebreak="al",
196277  unicodeslot=0x145DA,
196278 },
196279 [0x145DB]={
196280  category="lo",
196281  description="ANATOLIAN HIEROGLYPH A422",
196282  direction="l",
196283  linebreak="al",
196284  unicodeslot=0x145DB,
196285 },
196286 [0x145DC]={
196287  category="lo",
196288  description="ANATOLIAN HIEROGLYPH A423",
196289  direction="l",
196290  linebreak="al",
196291  unicodeslot=0x145DC,
196292 },
196293 [0x145DD]={
196294  category="lo",
196295  description="ANATOLIAN HIEROGLYPH A424",
196296  direction="l",
196297  linebreak="al",
196298  unicodeslot=0x145DD,
196299 },
196300 [0x145DE]={
196301  category="lo",
196302  description="ANATOLIAN HIEROGLYPH A425",
196303  direction="l",
196304  linebreak="al",
196305  unicodeslot=0x145DE,
196306 },
196307 [0x145DF]={
196308  category="lo",
196309  description="ANATOLIAN HIEROGLYPH A426",
196310  direction="l",
196311  linebreak="al",
196312  unicodeslot=0x145DF,
196313 },
196314 [0x145E0]={
196315  category="lo",
196316  description="ANATOLIAN HIEROGLYPH A427",
196317  direction="l",
196318  linebreak="al",
196319  unicodeslot=0x145E0,
196320 },
196321 [0x145E1]={
196322  category="lo",
196323  description="ANATOLIAN HIEROGLYPH A428",
196324  direction="l",
196325  linebreak="al",
196326  unicodeslot=0x145E1,
196327 },
196328 [0x145E2]={
196329  category="lo",
196330  description="ANATOLIAN HIEROGLYPH A429",
196331  direction="l",
196332  linebreak="al",
196333  unicodeslot=0x145E2,
196334 },
196335 [0x145E3]={
196336  category="lo",
196337  description="ANATOLIAN HIEROGLYPH A430",
196338  direction="l",
196339  linebreak="al",
196340  unicodeslot=0x145E3,
196341 },
196342 [0x145E4]={
196343  category="lo",
196344  description="ANATOLIAN HIEROGLYPH A431",
196345  direction="l",
196346  linebreak="al",
196347  unicodeslot=0x145E4,
196348 },
196349 [0x145E5]={
196350  category="lo",
196351  description="ANATOLIAN HIEROGLYPH A432",
196352  direction="l",
196353  linebreak="al",
196354  unicodeslot=0x145E5,
196355 },
196356 [0x145E6]={
196357  category="lo",
196358  description="ANATOLIAN HIEROGLYPH A433",
196359  direction="l",
196360  linebreak="al",
196361  unicodeslot=0x145E6,
196362 },
196363 [0x145E7]={
196364  category="lo",
196365  description="ANATOLIAN HIEROGLYPH A434",
196366  direction="l",
196367  linebreak="al",
196368  unicodeslot=0x145E7,
196369 },
196370 [0x145E8]={
196371  category="lo",
196372  description="ANATOLIAN HIEROGLYPH A435",
196373  direction="l",
196374  linebreak="al",
196375  unicodeslot=0x145E8,
196376 },
196377 [0x145E9]={
196378  category="lo",
196379  description="ANATOLIAN HIEROGLYPH A436",
196380  direction="l",
196381  linebreak="al",
196382  unicodeslot=0x145E9,
196383 },
196384 [0x145EA]={
196385  category="lo",
196386  description="ANATOLIAN HIEROGLYPH A437",
196387  direction="l",
196388  linebreak="al",
196389  unicodeslot=0x145EA,
196390 },
196391 [0x145EB]={
196392  category="lo",
196393  description="ANATOLIAN HIEROGLYPH A438",
196394  direction="l",
196395  linebreak="al",
196396  unicodeslot=0x145EB,
196397 },
196398 [0x145EC]={
196399  category="lo",
196400  description="ANATOLIAN HIEROGLYPH A439",
196401  direction="l",
196402  linebreak="al",
196403  unicodeslot=0x145EC,
196404 },
196405 [0x145ED]={
196406  category="lo",
196407  description="ANATOLIAN HIEROGLYPH A440",
196408  direction="l",
196409  linebreak="al",
196410  unicodeslot=0x145ED,
196411 },
196412 [0x145EE]={
196413  category="lo",
196414  description="ANATOLIAN HIEROGLYPH A441",
196415  direction="l",
196416  linebreak="al",
196417  unicodeslot=0x145EE,
196418 },
196419 [0x145EF]={
196420  category="lo",
196421  description="ANATOLIAN HIEROGLYPH A442",
196422  direction="l",
196423  linebreak="al",
196424  unicodeslot=0x145EF,
196425 },
196426 [0x145F0]={
196427  category="lo",
196428  description="ANATOLIAN HIEROGLYPH A443",
196429  direction="l",
196430  linebreak="al",
196431  unicodeslot=0x145F0,
196432 },
196433 [0x145F1]={
196434  category="lo",
196435  description="ANATOLIAN HIEROGLYPH A444",
196436  direction="l",
196437  linebreak="al",
196438  unicodeslot=0x145F1,
196439 },
196440 [0x145F2]={
196441  category="lo",
196442  description="ANATOLIAN HIEROGLYPH A445",
196443  direction="l",
196444  linebreak="al",
196445  unicodeslot=0x145F2,
196446 },
196447 [0x145F3]={
196448  category="lo",
196449  description="ANATOLIAN HIEROGLYPH A446",
196450  direction="l",
196451  linebreak="al",
196452  unicodeslot=0x145F3,
196453 },
196454 [0x145F4]={
196455  category="lo",
196456  description="ANATOLIAN HIEROGLYPH A447",
196457  direction="l",
196458  linebreak="al",
196459  unicodeslot=0x145F4,
196460 },
196461 [0x145F5]={
196462  category="lo",
196463  description="ANATOLIAN HIEROGLYPH A448",
196464  direction="l",
196465  linebreak="al",
196466  unicodeslot=0x145F5,
196467 },
196468 [0x145F6]={
196469  category="lo",
196470  description="ANATOLIAN HIEROGLYPH A449",
196471  direction="l",
196472  linebreak="al",
196473  unicodeslot=0x145F6,
196474 },
196475 [0x145F7]={
196476  category="lo",
196477  description="ANATOLIAN HIEROGLYPH A450",
196478  direction="l",
196479  linebreak="al",
196480  unicodeslot=0x145F7,
196481 },
196482 [0x145F8]={
196483  category="lo",
196484  description="ANATOLIAN HIEROGLYPH A450A",
196485  direction="l",
196486  linebreak="al",
196487  unicodeslot=0x145F8,
196488 },
196489 [0x145F9]={
196490  category="lo",
196491  description="ANATOLIAN HIEROGLYPH A451",
196492  direction="l",
196493  linebreak="al",
196494  unicodeslot=0x145F9,
196495 },
196496 [0x145FA]={
196497  category="lo",
196498  description="ANATOLIAN HIEROGLYPH A452",
196499  direction="l",
196500  linebreak="al",
196501  unicodeslot=0x145FA,
196502 },
196503 [0x145FB]={
196504  category="lo",
196505  description="ANATOLIAN HIEROGLYPH A453",
196506  direction="l",
196507  linebreak="al",
196508  unicodeslot=0x145FB,
196509 },
196510 [0x145FC]={
196511  category="lo",
196512  description="ANATOLIAN HIEROGLYPH A454",
196513  direction="l",
196514  linebreak="al",
196515  unicodeslot=0x145FC,
196516 },
196517 [0x145FD]={
196518  category="lo",
196519  description="ANATOLIAN HIEROGLYPH A455",
196520  direction="l",
196521  linebreak="al",
196522  unicodeslot=0x145FD,
196523 },
196524 [0x145FE]={
196525  category="lo",
196526  description="ANATOLIAN HIEROGLYPH A456",
196527  direction="l",
196528  linebreak="al",
196529  unicodeslot=0x145FE,
196530 },
196531 [0x145FF]={
196532  category="lo",
196533  description="ANATOLIAN HIEROGLYPH A457",
196534  direction="l",
196535  linebreak="al",
196536  unicodeslot=0x145FF,
196537 },
196538 [0x14600]={
196539  category="lo",
196540  description="ANATOLIAN HIEROGLYPH A457A",
196541  direction="l",
196542  linebreak="al",
196543  unicodeslot=0x14600,
196544 },
196545 [0x14601]={
196546  category="lo",
196547  description="ANATOLIAN HIEROGLYPH A458",
196548  direction="l",
196549  linebreak="al",
196550  unicodeslot=0x14601,
196551 },
196552 [0x14602]={
196553  category="lo",
196554  description="ANATOLIAN HIEROGLYPH A459",
196555  direction="l",
196556  linebreak="al",
196557  unicodeslot=0x14602,
196558 },
196559 [0x14603]={
196560  category="lo",
196561  description="ANATOLIAN HIEROGLYPH A460",
196562  direction="l",
196563  linebreak="al",
196564  unicodeslot=0x14603,
196565 },
196566 [0x14604]={
196567  category="lo",
196568  description="ANATOLIAN HIEROGLYPH A461",
196569  direction="l",
196570  linebreak="al",
196571  unicodeslot=0x14604,
196572 },
196573 [0x14605]={
196574  category="lo",
196575  description="ANATOLIAN HIEROGLYPH A462",
196576  direction="l",
196577  linebreak="al",
196578  unicodeslot=0x14605,
196579 },
196580 [0x14606]={
196581  category="lo",
196582  description="ANATOLIAN HIEROGLYPH A463",
196583  direction="l",
196584  linebreak="al",
196585  unicodeslot=0x14606,
196586 },
196587 [0x14607]={
196588  category="lo",
196589  description="ANATOLIAN HIEROGLYPH A464",
196590  direction="l",
196591  linebreak="al",
196592  unicodeslot=0x14607,
196593 },
196594 [0x14608]={
196595  category="lo",
196596  description="ANATOLIAN HIEROGLYPH A465",
196597  direction="l",
196598  linebreak="al",
196599  unicodeslot=0x14608,
196600 },
196601 [0x14609]={
196602  category="lo",
196603  description="ANATOLIAN HIEROGLYPH A466",
196604  direction="l",
196605  linebreak="al",
196606  unicodeslot=0x14609,
196607 },
196608 [0x1460A]={
196609  category="lo",
196610  description="ANATOLIAN HIEROGLYPH A467",
196611  direction="l",
196612  linebreak="al",
196613  unicodeslot=0x1460A,
196614 },
196615 [0x1460B]={
196616  category="lo",
196617  description="ANATOLIAN HIEROGLYPH A468",
196618  direction="l",
196619  linebreak="al",
196620  unicodeslot=0x1460B,
196621 },
196622 [0x1460C]={
196623  category="lo",
196624  description="ANATOLIAN HIEROGLYPH A469",
196625  direction="l",
196626  linebreak="al",
196627  unicodeslot=0x1460C,
196628 },
196629 [0x1460D]={
196630  category="lo",
196631  description="ANATOLIAN HIEROGLYPH A470",
196632  direction="l",
196633  linebreak="al",
196634  unicodeslot=0x1460D,
196635 },
196636 [0x1460E]={
196637  category="lo",
196638  description="ANATOLIAN HIEROGLYPH A471",
196639  direction="l",
196640  linebreak="al",
196641  unicodeslot=0x1460E,
196642 },
196643 [0x1460F]={
196644  category="lo",
196645  description="ANATOLIAN HIEROGLYPH A472",
196646  direction="l",
196647  linebreak="al",
196648  unicodeslot=0x1460F,
196649 },
196650 [0x14610]={
196651  category="lo",
196652  description="ANATOLIAN HIEROGLYPH A473",
196653  direction="l",
196654  linebreak="al",
196655  unicodeslot=0x14610,
196656 },
196657 [0x14611]={
196658  category="lo",
196659  description="ANATOLIAN HIEROGLYPH A474",
196660  direction="l",
196661  linebreak="al",
196662  unicodeslot=0x14611,
196663 },
196664 [0x14612]={
196665  category="lo",
196666  description="ANATOLIAN HIEROGLYPH A475",
196667  direction="l",
196668  linebreak="al",
196669  unicodeslot=0x14612,
196670 },
196671 [0x14613]={
196672  category="lo",
196673  description="ANATOLIAN HIEROGLYPH A476",
196674  direction="l",
196675  linebreak="al",
196676  unicodeslot=0x14613,
196677 },
196678 [0x14614]={
196679  category="lo",
196680  description="ANATOLIAN HIEROGLYPH A477",
196681  direction="l",
196682  linebreak="al",
196683  unicodeslot=0x14614,
196684 },
196685 [0x14615]={
196686  category="lo",
196687  description="ANATOLIAN HIEROGLYPH A478",
196688  direction="l",
196689  linebreak="al",
196690  unicodeslot=0x14615,
196691 },
196692 [0x14616]={
196693  category="lo",
196694  description="ANATOLIAN HIEROGLYPH A479",
196695  direction="l",
196696  linebreak="al",
196697  unicodeslot=0x14616,
196698 },
196699 [0x14617]={
196700  category="lo",
196701  description="ANATOLIAN HIEROGLYPH A480",
196702  direction="l",
196703  linebreak="al",
196704  unicodeslot=0x14617,
196705 },
196706 [0x14618]={
196707  category="lo",
196708  description="ANATOLIAN HIEROGLYPH A481",
196709  direction="l",
196710  linebreak="al",
196711  unicodeslot=0x14618,
196712 },
196713 [0x14619]={
196714  category="lo",
196715  description="ANATOLIAN HIEROGLYPH A482",
196716  direction="l",
196717  linebreak="al",
196718  unicodeslot=0x14619,
196719 },
196720 [0x1461A]={
196721  category="lo",
196722  description="ANATOLIAN HIEROGLYPH A483",
196723  direction="l",
196724  linebreak="al",
196725  unicodeslot=0x1461A,
196726 },
196727 [0x1461B]={
196728  category="lo",
196729  description="ANATOLIAN HIEROGLYPH A484",
196730  direction="l",
196731  linebreak="al",
196732  unicodeslot=0x1461B,
196733 },
196734 [0x1461C]={
196735  category="lo",
196736  description="ANATOLIAN HIEROGLYPH A485",
196737  direction="l",
196738  linebreak="al",
196739  unicodeslot=0x1461C,
196740 },
196741 [0x1461D]={
196742  category="lo",
196743  description="ANATOLIAN HIEROGLYPH A486",
196744  direction="l",
196745  linebreak="al",
196746  unicodeslot=0x1461D,
196747 },
196748 [0x1461E]={
196749  category="lo",
196750  description="ANATOLIAN HIEROGLYPH A487",
196751  direction="l",
196752  linebreak="al",
196753  unicodeslot=0x1461E,
196754 },
196755 [0x1461F]={
196756  category="lo",
196757  description="ANATOLIAN HIEROGLYPH A488",
196758  direction="l",
196759  linebreak="al",
196760  unicodeslot=0x1461F,
196761 },
196762 [0x14620]={
196763  category="lo",
196764  description="ANATOLIAN HIEROGLYPH A489",
196765  direction="l",
196766  linebreak="al",
196767  unicodeslot=0x14620,
196768 },
196769 [0x14621]={
196770  category="lo",
196771  description="ANATOLIAN HIEROGLYPH A490",
196772  direction="l",
196773  linebreak="al",
196774  unicodeslot=0x14621,
196775 },
196776 [0x14622]={
196777  category="lo",
196778  description="ANATOLIAN HIEROGLYPH A491",
196779  direction="l",
196780  linebreak="al",
196781  unicodeslot=0x14622,
196782 },
196783 [0x14623]={
196784  category="lo",
196785  description="ANATOLIAN HIEROGLYPH A492",
196786  direction="l",
196787  linebreak="al",
196788  unicodeslot=0x14623,
196789 },
196790 [0x14624]={
196791  category="lo",
196792  description="ANATOLIAN HIEROGLYPH A493",
196793  direction="l",
196794  linebreak="al",
196795  unicodeslot=0x14624,
196796 },
196797 [0x14625]={
196798  category="lo",
196799  description="ANATOLIAN HIEROGLYPH A494",
196800  direction="l",
196801  linebreak="al",
196802  unicodeslot=0x14625,
196803 },
196804 [0x14626]={
196805  category="lo",
196806  description="ANATOLIAN HIEROGLYPH A495",
196807  direction="l",
196808  linebreak="al",
196809  unicodeslot=0x14626,
196810 },
196811 [0x14627]={
196812  category="lo",
196813  description="ANATOLIAN HIEROGLYPH A496",
196814  direction="l",
196815  linebreak="al",
196816  unicodeslot=0x14627,
196817 },
196818 [0x14628]={
196819  category="lo",
196820  description="ANATOLIAN HIEROGLYPH A497",
196821  direction="l",
196822  linebreak="al",
196823  unicodeslot=0x14628,
196824 },
196825 [0x14629]={
196826  category="lo",
196827  description="ANATOLIAN HIEROGLYPH A501",
196828  direction="l",
196829  linebreak="al",
196830  unicodeslot=0x14629,
196831 },
196832 [0x1462A]={
196833  category="lo",
196834  description="ANATOLIAN HIEROGLYPH A502",
196835  direction="l",
196836  linebreak="al",
196837  unicodeslot=0x1462A,
196838 },
196839 [0x1462B]={
196840  category="lo",
196841  description="ANATOLIAN HIEROGLYPH A503",
196842  direction="l",
196843  linebreak="al",
196844  unicodeslot=0x1462B,
196845 },
196846 [0x1462C]={
196847  category="lo",
196848  description="ANATOLIAN HIEROGLYPH A504",
196849  direction="l",
196850  linebreak="al",
196851  unicodeslot=0x1462C,
196852 },
196853 [0x1462D]={
196854  category="lo",
196855  description="ANATOLIAN HIEROGLYPH A505",
196856  direction="l",
196857  linebreak="al",
196858  unicodeslot=0x1462D,
196859 },
196860 [0x1462E]={
196861  category="lo",
196862  description="ANATOLIAN HIEROGLYPH A506",
196863  direction="l",
196864  linebreak="al",
196865  unicodeslot=0x1462E,
196866 },
196867 [0x1462F]={
196868  category="lo",
196869  description="ANATOLIAN HIEROGLYPH A507",
196870  direction="l",
196871  linebreak="al",
196872  unicodeslot=0x1462F,
196873 },
196874 [0x14630]={
196875  category="lo",
196876  description="ANATOLIAN HIEROGLYPH A508",
196877  direction="l",
196878  linebreak="al",
196879  unicodeslot=0x14630,
196880 },
196881 [0x14631]={
196882  category="lo",
196883  description="ANATOLIAN HIEROGLYPH A509",
196884  direction="l",
196885  linebreak="al",
196886  unicodeslot=0x14631,
196887 },
196888 [0x14632]={
196889  category="lo",
196890  description="ANATOLIAN HIEROGLYPH A510",
196891  direction="l",
196892  linebreak="al",
196893  unicodeslot=0x14632,
196894 },
196895 [0x14633]={
196896  category="lo",
196897  description="ANATOLIAN HIEROGLYPH A511",
196898  direction="l",
196899  linebreak="al",
196900  unicodeslot=0x14633,
196901 },
196902 [0x14634]={
196903  category="lo",
196904  description="ANATOLIAN HIEROGLYPH A512",
196905  direction="l",
196906  linebreak="al",
196907  unicodeslot=0x14634,
196908 },
196909 [0x14635]={
196910  category="lo",
196911  description="ANATOLIAN HIEROGLYPH A513",
196912  direction="l",
196913  linebreak="al",
196914  unicodeslot=0x14635,
196915 },
196916 [0x14636]={
196917  category="lo",
196918  description="ANATOLIAN HIEROGLYPH A514",
196919  direction="l",
196920  linebreak="al",
196921  unicodeslot=0x14636,
196922 },
196923 [0x14637]={
196924  category="lo",
196925  description="ANATOLIAN HIEROGLYPH A515",
196926  direction="l",
196927  linebreak="al",
196928  unicodeslot=0x14637,
196929 },
196930 [0x14638]={
196931  category="lo",
196932  description="ANATOLIAN HIEROGLYPH A516",
196933  direction="l",
196934  linebreak="al",
196935  unicodeslot=0x14638,
196936 },
196937 [0x14639]={
196938  category="lo",
196939  description="ANATOLIAN HIEROGLYPH A517",
196940  direction="l",
196941  linebreak="al",
196942  unicodeslot=0x14639,
196943 },
196944 [0x1463A]={
196945  category="lo",
196946  description="ANATOLIAN HIEROGLYPH A518",
196947  direction="l",
196948  linebreak="al",
196949  unicodeslot=0x1463A,
196950 },
196951 [0x1463B]={
196952  category="lo",
196953  description="ANATOLIAN HIEROGLYPH A519",
196954  direction="l",
196955  linebreak="al",
196956  unicodeslot=0x1463B,
196957 },
196958 [0x1463C]={
196959  category="lo",
196960  description="ANATOLIAN HIEROGLYPH A520",
196961  direction="l",
196962  linebreak="al",
196963  unicodeslot=0x1463C,
196964 },
196965 [0x1463D]={
196966  category="lo",
196967  description="ANATOLIAN HIEROGLYPH A521",
196968  direction="l",
196969  linebreak="al",
196970  unicodeslot=0x1463D,
196971 },
196972 [0x1463E]={
196973  category="lo",
196974  description="ANATOLIAN HIEROGLYPH A522",
196975  direction="l",
196976  linebreak="al",
196977  unicodeslot=0x1463E,
196978 },
196979 [0x1463F]={
196980  category="lo",
196981  description="ANATOLIAN HIEROGLYPH A523",
196982  direction="l",
196983  linebreak="al",
196984  unicodeslot=0x1463F,
196985 },
196986 [0x14640]={
196987  category="lo",
196988  description="ANATOLIAN HIEROGLYPH A524",
196989  direction="l",
196990  linebreak="al",
196991  unicodeslot=0x14640,
196992 },
196993 [0x14641]={
196994  category="lo",
196995  description="ANATOLIAN HIEROGLYPH A525",
196996  direction="l",
196997  linebreak="al",
196998  unicodeslot=0x14641,
196999 },
197000 [0x14642]={
197001  category="lo",
197002  description="ANATOLIAN HIEROGLYPH A526",
197003  direction="l",
197004  linebreak="al",
197005  unicodeslot=0x14642,
197006 },
197007 [0x14643]={
197008  category="lo",
197009  description="ANATOLIAN HIEROGLYPH A527",
197010  direction="l",
197011  linebreak="al",
197012  unicodeslot=0x14643,
197013 },
197014 [0x14644]={
197015  category="lo",
197016  description="ANATOLIAN HIEROGLYPH A528",
197017  direction="l",
197018  linebreak="al",
197019  unicodeslot=0x14644,
197020 },
197021 [0x14645]={
197022  category="lo",
197023  description="ANATOLIAN HIEROGLYPH A529",
197024  direction="l",
197025  linebreak="al",
197026  unicodeslot=0x14645,
197027 },
197028 [0x14646]={
197029  category="lo",
197030  description="ANATOLIAN HIEROGLYPH A530",
197031  direction="l",
197032  linebreak="al",
197033  unicodeslot=0x14646,
197034 },
197035 [0x16100]={
197036  category="lo",
197037  description="GURUNG KHEMA LETTER A",
197038  direction="l",
197039  linebreak="as",
197040  unicodeslot=0x16100,
197041 },
197042 [0x16101]={
197043  category="lo",
197044  description="GURUNG KHEMA LETTER KA",
197045  direction="l",
197046  linebreak="as",
197047  unicodeslot=0x16101,
197048 },
197049 [0x16102]={
197050  category="lo",
197051  description="GURUNG KHEMA LETTER KHA",
197052  direction="l",
197053  linebreak="as",
197054  unicodeslot=0x16102,
197055 },
197056 [0x16103]={
197057  category="lo",
197058  description="GURUNG KHEMA LETTER GA",
197059  direction="l",
197060  linebreak="as",
197061  unicodeslot=0x16103,
197062 },
197063 [0x16104]={
197064  category="lo",
197065  description="GURUNG KHEMA LETTER GHA",
197066  direction="l",
197067  linebreak="as",
197068  unicodeslot=0x16104,
197069 },
197070 [0x16105]={
197071  category="lo",
197072  description="GURUNG KHEMA LETTER NGA",
197073  direction="l",
197074  linebreak="as",
197075  unicodeslot=0x16105,
197076 },
197077 [0x16106]={
197078  category="lo",
197079  description="GURUNG KHEMA LETTER CA",
197080  direction="l",
197081  linebreak="as",
197082  unicodeslot=0x16106,
197083 },
197084 [0x16107]={
197085  category="lo",
197086  description="GURUNG KHEMA LETTER CHA",
197087  direction="l",
197088  linebreak="as",
197089  unicodeslot=0x16107,
197090 },
197091 [0x16108]={
197092  category="lo",
197093  description="GURUNG KHEMA LETTER JA",
197094  direction="l",
197095  linebreak="as",
197096  unicodeslot=0x16108,
197097 },
197098 [0x16109]={
197099  category="lo",
197100  description="GURUNG KHEMA LETTER JHA",
197101  direction="l",
197102  linebreak="as",
197103  unicodeslot=0x16109,
197104 },
197105 [0x1610A]={
197106  category="lo",
197107  description="GURUNG KHEMA LETTER HA",
197108  direction="l",
197109  linebreak="as",
197110  unicodeslot=0x1610A,
197111 },
197112 [0x1610B]={
197113  category="lo",
197114  description="GURUNG KHEMA LETTER TTA",
197115  direction="l",
197116  linebreak="as",
197117  unicodeslot=0x1610B,
197118 },
197119 [0x1610C]={
197120  category="lo",
197121  description="GURUNG KHEMA LETTER TTHA",
197122  direction="l",
197123  linebreak="as",
197124  unicodeslot=0x1610C,
197125 },
197126 [0x1610D]={
197127  category="lo",
197128  description="GURUNG KHEMA LETTER DDA",
197129  direction="l",
197130  linebreak="as",
197131  unicodeslot=0x1610D,
197132 },
197133 [0x1610E]={
197134  category="lo",
197135  description="GURUNG KHEMA LETTER DDHA",
197136  direction="l",
197137  linebreak="as",
197138  unicodeslot=0x1610E,
197139 },
197140 [0x1610F]={
197141  category="lo",
197142  description="GURUNG KHEMA LETTER VA",
197143  direction="l",
197144  linebreak="as",
197145  unicodeslot=0x1610F,
197146 },
197147 [0x16110]={
197148  category="lo",
197149  description="GURUNG KHEMA LETTER TA",
197150  direction="l",
197151  linebreak="as",
197152  unicodeslot=0x16110,
197153 },
197154 [0x16111]={
197155  category="lo",
197156  description="GURUNG KHEMA LETTER THA",
197157  direction="l",
197158  linebreak="as",
197159  unicodeslot=0x16111,
197160 },
197161 [0x16112]={
197162  category="lo",
197163  description="GURUNG KHEMA LETTER DA",
197164  direction="l",
197165  linebreak="as",
197166  unicodeslot=0x16112,
197167 },
197168 [0x16113]={
197169  category="lo",
197170  description="GURUNG KHEMA LETTER DHA",
197171  direction="l",
197172  linebreak="as",
197173  unicodeslot=0x16113,
197174 },
197175 [0x16114]={
197176  category="lo",
197177  description="GURUNG KHEMA LETTER NA",
197178  direction="l",
197179  linebreak="as",
197180  unicodeslot=0x16114,
197181 },
197182 [0x16115]={
197183  category="lo",
197184  description="GURUNG KHEMA LETTER PA",
197185  direction="l",
197186  linebreak="as",
197187  unicodeslot=0x16115,
197188 },
197189 [0x16116]={
197190  category="lo",
197191  description="GURUNG KHEMA LETTER PHA",
197192  direction="l",
197193  linebreak="as",
197194  unicodeslot=0x16116,
197195 },
197196 [0x16117]={
197197  category="lo",
197198  description="GURUNG KHEMA LETTER BA",
197199  direction="l",
197200  linebreak="as",
197201  unicodeslot=0x16117,
197202 },
197203 [0x16118]={
197204  category="lo",
197205  description="GURUNG KHEMA LETTER BHA",
197206  direction="l",
197207  linebreak="as",
197208  unicodeslot=0x16118,
197209 },
197210 [0x16119]={
197211  category="lo",
197212  description="GURUNG KHEMA LETTER MA",
197213  direction="l",
197214  linebreak="as",
197215  unicodeslot=0x16119,
197216 },
197217 [0x1611A]={
197218  category="lo",
197219  description="GURUNG KHEMA LETTER YA",
197220  direction="l",
197221  linebreak="as",
197222  unicodeslot=0x1611A,
197223 },
197224 [0x1611B]={
197225  category="lo",
197226  description="GURUNG KHEMA LETTER RA",
197227  direction="l",
197228  linebreak="as",
197229  unicodeslot=0x1611B,
197230 },
197231 [0x1611C]={
197232  category="lo",
197233  description="GURUNG KHEMA LETTER LA",
197234  direction="l",
197235  linebreak="as",
197236  unicodeslot=0x1611C,
197237 },
197238 [0x1611D]={
197239  category="lo",
197240  description="GURUNG KHEMA LETTER SA",
197241  direction="l",
197242  linebreak="as",
197243  unicodeslot=0x1611D,
197244 },
197245 [0x1611E]={
197246  category="mn",
197247  description="GURUNG KHEMA VOWEL SIGN AA",
197248  direction="nsm",
197249  linebreak="cm",
197250  unicodeslot=0x1611E,
197251 },
197252 [0x1611F]={
197253  category="mn",
197254  description="GURUNG KHEMA VOWEL SIGN I",
197255  direction="nsm",
197256  linebreak="cm",
197257  unicodeslot=0x1611F,
197258 },
197259 [0x16120]={
197260  category="mn",
197261  description="GURUNG KHEMA VOWEL SIGN II",
197262  direction="nsm",
197263  linebreak="cm",
197264  unicodeslot=0x16120,
197265 },
197266 [0x16121]={
197267  category="mn",
197268  description="GURUNG KHEMA VOWEL SIGN U",
197269  direction="nsm",
197270  linebreak="cm",
197271  specials={ "char", 0x1611E, 0x1611E },
197272  unicodeslot=0x16121,
197273 },
197274 [0x16122]={
197275  category="mn",
197276  description="GURUNG KHEMA VOWEL SIGN UU",
197277  direction="nsm",
197278  linebreak="cm",
197279  specials={ "char", 0x1611E, 0x16129 },
197280  unicodeslot=0x16122,
197281 },
197282 [0x16123]={
197283  category="mn",
197284  description="GURUNG KHEMA VOWEL SIGN E",
197285  direction="nsm",
197286  linebreak="cm",
197287  specials={ "char", 0x1611E, 0x1611F },
197288  unicodeslot=0x16123,
197289 },
197290 [0x16124]={
197291  category="mn",
197292  description="GURUNG KHEMA VOWEL SIGN EE",
197293  direction="nsm",
197294  linebreak="cm",
197295  specials={ "char", 0x16129, 0x1611F },
197296  unicodeslot=0x16124,
197297 },
197298 [0x16125]={
197299  category="mn",
197300  description="GURUNG KHEMA VOWEL SIGN AI",
197301  direction="nsm",
197302  linebreak="cm",
197303  specials={ "char", 0x1611E, 0x16120 },
197304  unicodeslot=0x16125,
197305 },
197306 [0x16126]={
197307  category="mn",
197308  description="GURUNG KHEMA VOWEL SIGN O",
197309  direction="nsm",
197310  linebreak="cm",
197311  specials={ "char", 0x16121, 0x1611F },
197312  unicodeslot=0x16126,
197313 },
197314 [0x16127]={
197315  category="mn",
197316  description="GURUNG KHEMA VOWEL SIGN OO",
197317  direction="nsm",
197318  linebreak="cm",
197319  specials={ "char", 0x16122, 0x1611F },
197320  unicodeslot=0x16127,
197321 },
197322 [0x16128]={
197323  category="mn",
197324  description="GURUNG KHEMA VOWEL SIGN AU",
197325  direction="nsm",
197326  linebreak="cm",
197327  specials={ "char", 0x16121, 0x16120 },
197328  unicodeslot=0x16128,
197329 },
197330 [0x16129]={
197331  category="mn",
197332  description="GURUNG KHEMA VOWEL LENGTH MARK",
197333  direction="nsm",
197334  linebreak="cm",
197335  unicodeslot=0x16129,
197336 },
197337 [0x1612A]={
197338  category="mc",
197339  description="GURUNG KHEMA CONSONANT SIGN MEDIAL YA",
197340  direction="l",
197341  linebreak="cm",
197342  unicodeslot=0x1612A,
197343 },
197344 [0x1612B]={
197345  category="mc",
197346  description="GURUNG KHEMA CONSONANT SIGN MEDIAL VA",
197347  direction="l",
197348  linebreak="cm",
197349  unicodeslot=0x1612B,
197350 },
197351 [0x1612C]={
197352  category="mc",
197353  description="GURUNG KHEMA CONSONANT SIGN MEDIAL HA",
197354  direction="l",
197355  linebreak="cm",
197356  unicodeslot=0x1612C,
197357 },
197358 [0x1612D]={
197359  category="mn",
197360  description="GURUNG KHEMA SIGN ANUSVARA",
197361  direction="nsm",
197362  linebreak="cm",
197363  unicodeslot=0x1612D,
197364 },
197365 [0x1612E]={
197366  category="mn",
197367  description="GURUNG KHEMA CONSONANT SIGN MEDIAL RA",
197368  direction="nsm",
197369  linebreak="cm",
197370  unicodeslot=0x1612E,
197371 },
197372 [0x1612F]={
197373  category="mn",
197374  combining=0x9,
197375  description="GURUNG KHEMA SIGN THOLHOMA",
197376  direction="nsm",
197377  linebreak="cm",
197378  unicodeslot=0x1612F,
197379 },
197380 [0x16130]={
197381  category="nd",
197382  description="GURUNG KHEMA DIGIT ZERO",
197383  direction="l",
197384  linebreak="as",
197385  unicodeslot=0x16130,
197386 },
197387 [0x16131]={
197388  category="nd",
197389  description="GURUNG KHEMA DIGIT ONE",
197390  direction="l",
197391  linebreak="as",
197392  unicodeslot=0x16131,
197393 },
197394 [0x16132]={
197395  category="nd",
197396  description="GURUNG KHEMA DIGIT TWO",
197397  direction="l",
197398  linebreak="as",
197399  unicodeslot=0x16132,
197400 },
197401 [0x16133]={
197402  category="nd",
197403  description="GURUNG KHEMA DIGIT THREE",
197404  direction="l",
197405  linebreak="as",
197406  unicodeslot=0x16133,
197407 },
197408 [0x16134]={
197409  category="nd",
197410  description="GURUNG KHEMA DIGIT FOUR",
197411  direction="l",
197412  linebreak="as",
197413  unicodeslot=0x16134,
197414 },
197415 [0x16135]={
197416  category="nd",
197417  description="GURUNG KHEMA DIGIT FIVE",
197418  direction="l",
197419  linebreak="as",
197420  unicodeslot=0x16135,
197421 },
197422 [0x16136]={
197423  category="nd",
197424  description="GURUNG KHEMA DIGIT SIX",
197425  direction="l",
197426  linebreak="as",
197427  unicodeslot=0x16136,
197428 },
197429 [0x16137]={
197430  category="nd",
197431  description="GURUNG KHEMA DIGIT SEVEN",
197432  direction="l",
197433  linebreak="as",
197434  unicodeslot=0x16137,
197435 },
197436 [0x16138]={
197437  category="nd",
197438  description="GURUNG KHEMA DIGIT EIGHT",
197439  direction="l",
197440  linebreak="as",
197441  unicodeslot=0x16138,
197442 },
197443 [0x16139]={
197444  category="nd",
197445  description="GURUNG KHEMA DIGIT NINE",
197446  direction="l",
197447  linebreak="as",
197448  unicodeslot=0x16139,
197449 },
197450 [0x16800]={
197451  category="lo",
197452  description="BAMUM LETTER PHASE-A NGKUE MFON",
197453  direction="l",
197454  linebreak="al",
197455  unicodeslot=0x16800,
197456 },
197457 [0x16801]={
197458  category="lo",
197459  description="BAMUM LETTER PHASE-A GBIEE FON",
197460  direction="l",
197461  linebreak="al",
197462  unicodeslot=0x16801,
197463 },
197464 [0x16802]={
197465  category="lo",
197466  description="BAMUM LETTER PHASE-A PON MFON PIPAEMGBIEE",
197467  direction="l",
197468  linebreak="al",
197469  unicodeslot=0x16802,
197470 },
197471 [0x16803]={
197472  category="lo",
197473  description="BAMUM LETTER PHASE-A PON MFON PIPAEMBA",
197474  direction="l",
197475  linebreak="al",
197476  unicodeslot=0x16803,
197477 },
197478 [0x16804]={
197479  category="lo",
197480  description="BAMUM LETTER PHASE-A NAA MFON",
197481  direction="l",
197482  linebreak="al",
197483  unicodeslot=0x16804,
197484 },
197485 [0x16805]={
197486  category="lo",
197487  description="BAMUM LETTER PHASE-A SHUENSHUET",
197488  direction="l",
197489  linebreak="al",
197490  unicodeslot=0x16805,
197491 },
197492 [0x16806]={
197493  category="lo",
197494  description="BAMUM LETTER PHASE-A TITA MFON",
197495  direction="l",
197496  linebreak="al",
197497  unicodeslot=0x16806,
197498 },
197499 [0x16807]={
197500  category="lo",
197501  description="BAMUM LETTER PHASE-A NZA MFON",
197502  direction="l",
197503  linebreak="al",
197504  unicodeslot=0x16807,
197505 },
197506 [0x16808]={
197507  category="lo",
197508  description="BAMUM LETTER PHASE-A SHINDA PA NJI",
197509  direction="l",
197510  linebreak="al",
197511  unicodeslot=0x16808,
197512 },
197513 [0x16809]={
197514  category="lo",
197515  description="BAMUM LETTER PHASE-A PON PA NJI PIPAEMGBIEE",
197516  direction="l",
197517  linebreak="al",
197518  unicodeslot=0x16809,
197519 },
197520 [0x1680A]={
197521  category="lo",
197522  description="BAMUM LETTER PHASE-A PON PA NJI PIPAEMBA",
197523  direction="l",
197524  linebreak="al",
197525  unicodeslot=0x1680A,
197526 },
197527 [0x1680B]={
197528  category="lo",
197529  description="BAMUM LETTER PHASE-A MAEMBGBIEE",
197530  direction="l",
197531  linebreak="al",
197532  unicodeslot=0x1680B,
197533 },
197534 [0x1680C]={
197535  category="lo",
197536  description="BAMUM LETTER PHASE-A TU MAEMBA",
197537  direction="l",
197538  linebreak="al",
197539  unicodeslot=0x1680C,
197540 },
197541 [0x1680D]={
197542  category="lo",
197543  description="BAMUM LETTER PHASE-A NGANGU",
197544  direction="l",
197545  linebreak="al",
197546  unicodeslot=0x1680D,
197547 },
197548 [0x1680E]={
197549  category="lo",
197550  description="BAMUM LETTER PHASE-A MAEMVEUX",
197551  direction="l",
197552  linebreak="al",
197553  unicodeslot=0x1680E,
197554 },
197555 [0x1680F]={
197556  category="lo",
197557  description="BAMUM LETTER PHASE-A MANSUAE",
197558  direction="l",
197559  linebreak="al",
197560  unicodeslot=0x1680F,
197561 },
197562 [0x16810]={
197563  category="lo",
197564  description="BAMUM LETTER PHASE-A MVEUAENGAM",
197565  direction="l",
197566  linebreak="al",
197567  unicodeslot=0x16810,
197568 },
197569 [0x16811]={
197570  category="lo",
197571  description="BAMUM LETTER PHASE-A SEUNYAM",
197572  direction="l",
197573  linebreak="al",
197574  unicodeslot=0x16811,
197575 },
197576 [0x16812]={
197577  category="lo",
197578  description="BAMUM LETTER PHASE-A NTOQPEN",
197579  direction="l",
197580  linebreak="al",
197581  unicodeslot=0x16812,
197582 },
197583 [0x16813]={
197584  category="lo",
197585  description="BAMUM LETTER PHASE-A KEUKEUTNDA",
197586  direction="l",
197587  linebreak="al",
197588  unicodeslot=0x16813,
197589 },
197590 [0x16814]={
197591  category="lo",
197592  description="BAMUM LETTER PHASE-A NKINDI",
197593  direction="l",
197594  linebreak="al",
197595  unicodeslot=0x16814,
197596 },
197597 [0x16815]={
197598  category="lo",
197599  description="BAMUM LETTER PHASE-A SUU",
197600  direction="l",
197601  linebreak="al",
197602  unicodeslot=0x16815,
197603 },
197604 [0x16816]={
197605  category="lo",
197606  description="BAMUM LETTER PHASE-A NGKUENZEUM",
197607  direction="l",
197608  linebreak="al",
197609  unicodeslot=0x16816,
197610 },
197611 [0x16817]={
197612  category="lo",
197613  description="BAMUM LETTER PHASE-A LAPAQ",
197614  direction="l",
197615  linebreak="al",
197616  unicodeslot=0x16817,
197617 },
197618 [0x16818]={
197619  category="lo",
197620  description="BAMUM LETTER PHASE-A LET KUT",
197621  direction="l",
197622  linebreak="al",
197623  unicodeslot=0x16818,
197624 },
197625 [0x16819]={
197626  category="lo",
197627  description="BAMUM LETTER PHASE-A NTAP MFAA",
197628  direction="l",
197629  linebreak="al",
197630  unicodeslot=0x16819,
197631 },
197632 [0x1681A]={
197633  category="lo",
197634  description="BAMUM LETTER PHASE-A MAEKEUP",
197635  direction="l",
197636  linebreak="al",
197637  unicodeslot=0x1681A,
197638 },
197639 [0x1681B]={
197640  category="lo",
197641  description="BAMUM LETTER PHASE-A PASHAE",
197642  direction="l",
197643  linebreak="al",
197644  unicodeslot=0x1681B,
197645 },
197646 [0x1681C]={
197647  category="lo",
197648  description="BAMUM LETTER PHASE-A GHEUAERAE",
197649  direction="l",
197650  linebreak="al",
197651  unicodeslot=0x1681C,
197652 },
197653 [0x1681D]={
197654  category="lo",
197655  description="BAMUM LETTER PHASE-A PAMSHAE",
197656  direction="l",
197657  linebreak="al",
197658  unicodeslot=0x1681D,
197659 },
197660 [0x1681E]={
197661  category="lo",
197662  description="BAMUM LETTER PHASE-A MON NGGEUAET",
197663  direction="l",
197664  linebreak="al",
197665  unicodeslot=0x1681E,
197666 },
197667 [0x1681F]={
197668  category="lo",
197669  description="BAMUM LETTER PHASE-A NZUN MEUT",
197670  direction="l",
197671  linebreak="al",
197672  unicodeslot=0x1681F,
197673 },
197674 [0x16820]={
197675  category="lo",
197676  description="BAMUM LETTER PHASE-A U YUQ NAE",
197677  direction="l",
197678  linebreak="al",
197679  unicodeslot=0x16820,
197680 },
197681 [0x16821]={
197682  category="lo",
197683  description="BAMUM LETTER PHASE-A GHEUAEGHEUAE",
197684  direction="l",
197685  linebreak="al",
197686  unicodeslot=0x16821,
197687 },
197688 [0x16822]={
197689  category="lo",
197690  description="BAMUM LETTER PHASE-A NTAP NTAA",
197691  direction="l",
197692  linebreak="al",
197693  unicodeslot=0x16822,
197694 },
197695 [0x16823]={
197696  category="lo",
197697  description="BAMUM LETTER PHASE-A SISA",
197698  direction="l",
197699  linebreak="al",
197700  unicodeslot=0x16823,
197701 },
197702 [0x16824]={
197703  category="lo",
197704  description="BAMUM LETTER PHASE-A MGBASA",
197705  direction="l",
197706  linebreak="al",
197707  unicodeslot=0x16824,
197708 },
197709 [0x16825]={
197710  category="lo",
197711  description="BAMUM LETTER PHASE-A MEUNJOMNDEUQ",
197712  direction="l",
197713  linebreak="al",
197714  unicodeslot=0x16825,
197715 },
197716 [0x16826]={
197717  category="lo",
197718  description="BAMUM LETTER PHASE-A MOOMPUQ",
197719  direction="l",
197720  linebreak="al",
197721  unicodeslot=0x16826,
197722 },
197723 [0x16827]={
197724  category="lo",
197725  description="BAMUM LETTER PHASE-A KAFA",
197726  direction="l",
197727  linebreak="al",
197728  unicodeslot=0x16827,
197729 },
197730 [0x16828]={
197731  category="lo",
197732  description="BAMUM LETTER PHASE-A PA LEERAEWA",
197733  direction="l",
197734  linebreak="al",
197735  unicodeslot=0x16828,
197736 },
197737 [0x16829]={
197738  category="lo",
197739  description="BAMUM LETTER PHASE-A NDA LEERAEWA",
197740  direction="l",
197741  linebreak="al",
197742  unicodeslot=0x16829,
197743 },
197744 [0x1682A]={
197745  category="lo",
197746  description="BAMUM LETTER PHASE-A PET",
197747  direction="l",
197748  linebreak="al",
197749  unicodeslot=0x1682A,
197750 },
197751 [0x1682B]={
197752  category="lo",
197753  description="BAMUM LETTER PHASE-A MAEMKPEN",
197754  direction="l",
197755  linebreak="al",
197756  unicodeslot=0x1682B,
197757 },
197758 [0x1682C]={
197759  category="lo",
197760  description="BAMUM LETTER PHASE-A NIKA",
197761  direction="l",
197762  linebreak="al",
197763  unicodeslot=0x1682C,
197764 },
197765 [0x1682D]={
197766  category="lo",
197767  description="BAMUM LETTER PHASE-A PUP",
197768  direction="l",
197769  linebreak="al",
197770  unicodeslot=0x1682D,
197771 },
197772 [0x1682E]={
197773  category="lo",
197774  description="BAMUM LETTER PHASE-A TUAEP",
197775  direction="l",
197776  linebreak="al",
197777  unicodeslot=0x1682E,
197778 },
197779 [0x1682F]={
197780  category="lo",
197781  description="BAMUM LETTER PHASE-A LUAEP",
197782  direction="l",
197783  linebreak="al",
197784  unicodeslot=0x1682F,
197785 },
197786 [0x16830]={
197787  category="lo",
197788  description="BAMUM LETTER PHASE-A SONJAM",
197789  direction="l",
197790  linebreak="al",
197791  unicodeslot=0x16830,
197792 },
197793 [0x16831]={
197794  category="lo",
197795  description="BAMUM LETTER PHASE-A TEUTEUWEN",
197796  direction="l",
197797  linebreak="al",
197798  unicodeslot=0x16831,
197799 },
197800 [0x16832]={
197801  category="lo",
197802  description="BAMUM LETTER PHASE-A MAENYI",
197803  direction="l",
197804  linebreak="al",
197805  unicodeslot=0x16832,
197806 },
197807 [0x16833]={
197808  category="lo",
197809  description="BAMUM LETTER PHASE-A KET",
197810  direction="l",
197811  linebreak="al",
197812  unicodeslot=0x16833,
197813 },
197814 [0x16834]={
197815  category="lo",
197816  description="BAMUM LETTER PHASE-A NDAANGGEUAET",
197817  direction="l",
197818  linebreak="al",
197819  unicodeslot=0x16834,
197820 },
197821 [0x16835]={
197822  category="lo",
197823  description="BAMUM LETTER PHASE-A KUOQ",
197824  direction="l",
197825  linebreak="al",
197826  unicodeslot=0x16835,
197827 },
197828 [0x16836]={
197829  category="lo",
197830  description="BAMUM LETTER PHASE-A MOOMEUT",
197831  direction="l",
197832  linebreak="al",
197833  unicodeslot=0x16836,
197834 },
197835 [0x16837]={
197836  category="lo",
197837  description="BAMUM LETTER PHASE-A SHUM",
197838  direction="l",
197839  linebreak="al",
197840  unicodeslot=0x16837,
197841 },
197842 [0x16838]={
197843  category="lo",
197844  description="BAMUM LETTER PHASE-A LOMMAE",
197845  direction="l",
197846  linebreak="al",
197847  unicodeslot=0x16838,
197848 },
197849 [0x16839]={
197850  category="lo",
197851  description="BAMUM LETTER PHASE-A FIRI",
197852  direction="l",
197853  linebreak="al",
197854  unicodeslot=0x16839,
197855 },
197856 [0x1683A]={
197857  category="lo",
197858  description="BAMUM LETTER PHASE-A ROM",
197859  direction="l",
197860  linebreak="al",
197861  unicodeslot=0x1683A,
197862 },
197863 [0x1683B]={
197864  category="lo",
197865  description="BAMUM LETTER PHASE-A KPOQ",
197866  direction="l",
197867  linebreak="al",
197868  unicodeslot=0x1683B,
197869 },
197870 [0x1683C]={
197871  category="lo",
197872  description="BAMUM LETTER PHASE-A SOQ",
197873  direction="l",
197874  linebreak="al",
197875  unicodeslot=0x1683C,
197876 },
197877 [0x1683D]={
197878  category="lo",
197879  description="BAMUM LETTER PHASE-A MAP PIEET",
197880  direction="l",
197881  linebreak="al",
197882  unicodeslot=0x1683D,
197883 },
197884 [0x1683E]={
197885  category="lo",
197886  description="BAMUM LETTER PHASE-A SHIRAE",
197887  direction="l",
197888  linebreak="al",
197889  unicodeslot=0x1683E,
197890 },
197891 [0x1683F]={
197892  category="lo",
197893  description="BAMUM LETTER PHASE-A NTAP",
197894  direction="l",
197895  linebreak="al",
197896  unicodeslot=0x1683F,
197897 },
197898 [0x16840]={
197899  category="lo",
197900  description="BAMUM LETTER PHASE-A SHOQ NSHUT YUM",
197901  direction="l",
197902  linebreak="al",
197903  unicodeslot=0x16840,
197904 },
197905 [0x16841]={
197906  category="lo",
197907  description="BAMUM LETTER PHASE-A NYIT MONGKEUAEQ",
197908  direction="l",
197909  linebreak="al",
197910  unicodeslot=0x16841,
197911 },
197912 [0x16842]={
197913  category="lo",
197914  description="BAMUM LETTER PHASE-A PAARAE",
197915  direction="l",
197916  linebreak="al",
197917  unicodeslot=0x16842,
197918 },
197919 [0x16843]={
197920  category="lo",
197921  description="BAMUM LETTER PHASE-A NKAARAE",
197922  direction="l",
197923  linebreak="al",
197924  unicodeslot=0x16843,
197925 },
197926 [0x16844]={
197927  category="lo",
197928  description="BAMUM LETTER PHASE-A UNKNOWN",
197929  direction="l",
197930  linebreak="al",
197931  unicodeslot=0x16844,
197932 },
197933 [0x16845]={
197934  category="lo",
197935  description="BAMUM LETTER PHASE-A NGGEN",
197936  direction="l",
197937  linebreak="al",
197938  unicodeslot=0x16845,
197939 },
197940 [0x16846]={
197941  category="lo",
197942  description="BAMUM LETTER PHASE-A MAESI",
197943  direction="l",
197944  linebreak="al",
197945  unicodeslot=0x16846,
197946 },
197947 [0x16847]={
197948  category="lo",
197949  description="BAMUM LETTER PHASE-A NJAM",
197950  direction="l",
197951  linebreak="al",
197952  unicodeslot=0x16847,
197953 },
197954 [0x16848]={
197955  category="lo",
197956  description="BAMUM LETTER PHASE-A MBANYI",
197957  direction="l",
197958  linebreak="al",
197959  unicodeslot=0x16848,
197960 },
197961 [0x16849]={
197962  category="lo",
197963  description="BAMUM LETTER PHASE-A NYET",
197964  direction="l",
197965  linebreak="al",
197966  unicodeslot=0x16849,
197967 },
197968 [0x1684A]={
197969  category="lo",
197970  description="BAMUM LETTER PHASE-A TEUAEN",
197971  direction="l",
197972  linebreak="al",
197973  unicodeslot=0x1684A,
197974 },
197975 [0x1684B]={
197976  category="lo",
197977  description="BAMUM LETTER PHASE-A SOT",
197978  direction="l",
197979  linebreak="al",
197980  unicodeslot=0x1684B,
197981 },
197982 [0x1684C]={
197983  category="lo",
197984  description="BAMUM LETTER PHASE-A PAAM",
197985  direction="l",
197986  linebreak="al",
197987  unicodeslot=0x1684C,
197988 },
197989 [0x1684D]={
197990  category="lo",
197991  description="BAMUM LETTER PHASE-A NSHIEE",
197992  direction="l",
197993  linebreak="al",
197994  unicodeslot=0x1684D,
197995 },
197996 [0x1684E]={
197997  category="lo",
197998  description="BAMUM LETTER PHASE-A MAEM",
197999  direction="l",
198000  linebreak="al",
198001  unicodeslot=0x1684E,
198002 },
198003 [0x1684F]={
198004  category="lo",
198005  description="BAMUM LETTER PHASE-A NYI",
198006  direction="l",
198007  linebreak="al",
198008  unicodeslot=0x1684F,
198009 },
198010 [0x16850]={
198011  category="lo",
198012  description="BAMUM LETTER PHASE-A KAQ",
198013  direction="l",
198014  linebreak="al",
198015  unicodeslot=0x16850,
198016 },
198017 [0x16851]={
198018  category="lo",
198019  description="BAMUM LETTER PHASE-A NSHA",
198020  direction="l",
198021  linebreak="al",
198022  unicodeslot=0x16851,
198023 },
198024 [0x16852]={
198025  category="lo",
198026  description="BAMUM LETTER PHASE-A VEE",
198027  direction="l",
198028  linebreak="al",
198029  unicodeslot=0x16852,
198030 },
198031 [0x16853]={
198032  category="lo",
198033  description="BAMUM LETTER PHASE-A LU",
198034  direction="l",
198035  linebreak="al",
198036  unicodeslot=0x16853,
198037 },
198038 [0x16854]={
198039  category="lo",
198040  description="BAMUM LETTER PHASE-A NEN",
198041  direction="l",
198042  linebreak="al",
198043  unicodeslot=0x16854,
198044 },
198045 [0x16855]={
198046  category="lo",
198047  description="BAMUM LETTER PHASE-A NAQ",
198048  direction="l",
198049  linebreak="al",
198050  unicodeslot=0x16855,
198051 },
198052 [0x16856]={
198053  category="lo",
198054  description="BAMUM LETTER PHASE-A MBAQ",
198055  direction="l",
198056  linebreak="al",
198057  unicodeslot=0x16856,
198058 },
198059 [0x16857]={
198060  category="lo",
198061  description="BAMUM LETTER PHASE-B NSHUET",
198062  direction="l",
198063  linebreak="al",
198064  unicodeslot=0x16857,
198065 },
198066 [0x16858]={
198067  category="lo",
198068  description="BAMUM LETTER PHASE-B TU MAEMGBIEE",
198069  direction="l",
198070  linebreak="al",
198071  unicodeslot=0x16858,
198072 },
198073 [0x16859]={
198074  category="lo",
198075  description="BAMUM LETTER PHASE-B SIEE",
198076  direction="l",
198077  linebreak="al",
198078  unicodeslot=0x16859,
198079 },
198080 [0x1685A]={
198081  category="lo",
198082  description="BAMUM LETTER PHASE-B SET TU",
198083  direction="l",
198084  linebreak="al",
198085  unicodeslot=0x1685A,
198086 },
198087 [0x1685B]={
198088  category="lo",
198089  description="BAMUM LETTER PHASE-B LOM NTEUM",
198090  direction="l",
198091  linebreak="al",
198092  unicodeslot=0x1685B,
198093 },
198094 [0x1685C]={
198095  category="lo",
198096  description="BAMUM LETTER PHASE-B MBA MAELEE",
198097  direction="l",
198098  linebreak="al",
198099  unicodeslot=0x1685C,
198100 },
198101 [0x1685D]={
198102  category="lo",
198103  description="BAMUM LETTER PHASE-B KIEEM",
198104  direction="l",
198105  linebreak="al",
198106  unicodeslot=0x1685D,
198107 },
198108 [0x1685E]={
198109  category="lo",
198110  description="BAMUM LETTER PHASE-B YEURAE",
198111  direction="l",
198112  linebreak="al",
198113  unicodeslot=0x1685E,
198114 },
198115 [0x1685F]={
198116  category="lo",
198117  description="BAMUM LETTER PHASE-B MBAARAE",
198118  direction="l",
198119  linebreak="al",
198120  unicodeslot=0x1685F,
198121 },
198122 [0x16860]={
198123  category="lo",
198124  description="BAMUM LETTER PHASE-B KAM",
198125  direction="l",
198126  linebreak="al",
198127  unicodeslot=0x16860,
198128 },
198129 [0x16861]={
198130  category="lo",
198131  description="BAMUM LETTER PHASE-B PEESHI",
198132  direction="l",
198133  linebreak="al",
198134  unicodeslot=0x16861,
198135 },
198136 [0x16862]={
198137  category="lo",
198138  description="BAMUM LETTER PHASE-B YAFU LEERAEWA",
198139  direction="l",
198140  linebreak="al",
198141  unicodeslot=0x16862,
198142 },
198143 [0x16863]={
198144  category="lo",
198145  description="BAMUM LETTER PHASE-B LAM NSHUT NYAM",
198146  direction="l",
198147  linebreak="al",
198148  unicodeslot=0x16863,
198149 },
198150 [0x16864]={
198151  category="lo",
198152  description="BAMUM LETTER PHASE-B NTIEE SHEUOQ",
198153  direction="l",
198154  linebreak="al",
198155  unicodeslot=0x16864,
198156 },
198157 [0x16865]={
198158  category="lo",
198159  description="BAMUM LETTER PHASE-B NDU NJAA",
198160  direction="l",
198161  linebreak="al",
198162  unicodeslot=0x16865,
198163 },
198164 [0x16866]={
198165  category="lo",
198166  description="BAMUM LETTER PHASE-B GHEUGHEUAEM",
198167  direction="l",
198168  linebreak="al",
198169  unicodeslot=0x16866,
198170 },
198171 [0x16867]={
198172  category="lo",
198173  description="BAMUM LETTER PHASE-B PIT",
198174  direction="l",
198175  linebreak="al",
198176  unicodeslot=0x16867,
198177 },
198178 [0x16868]={
198179  category="lo",
198180  description="BAMUM LETTER PHASE-B TU NSIEE",
198181  direction="l",
198182  linebreak="al",
198183  unicodeslot=0x16868,
198184 },
198185 [0x16869]={
198186  category="lo",
198187  description="BAMUM LETTER PHASE-B SHET NJAQ",
198188  direction="l",
198189  linebreak="al",
198190  unicodeslot=0x16869,
198191 },
198192 [0x1686A]={
198193  category="lo",
198194  description="BAMUM LETTER PHASE-B SHEUAEQTU",
198195  direction="l",
198196  linebreak="al",
198197  unicodeslot=0x1686A,
198198 },
198199 [0x1686B]={
198200  category="lo",
198201  description="BAMUM LETTER PHASE-B MFON TEUAEQ",
198202  direction="l",
198203  linebreak="al",
198204  unicodeslot=0x1686B,
198205 },
198206 [0x1686C]={
198207  category="lo",
198208  description="BAMUM LETTER PHASE-B MBIT MBAAKET",
198209  direction="l",
198210  linebreak="al",
198211  unicodeslot=0x1686C,
198212 },
198213 [0x1686D]={
198214  category="lo",
198215  description="BAMUM LETTER PHASE-B NYI NTEUM",
198216  direction="l",
198217  linebreak="al",
198218  unicodeslot=0x1686D,
198219 },
198220 [0x1686E]={
198221  category="lo",
198222  description="BAMUM LETTER PHASE-B KEUPUQ",
198223  direction="l",
198224  linebreak="al",
198225  unicodeslot=0x1686E,
198226 },
198227 [0x1686F]={
198228  category="lo",
198229  description="BAMUM LETTER PHASE-B GHEUGHEN",
198230  direction="l",
198231  linebreak="al",
198232  unicodeslot=0x1686F,
198233 },
198234 [0x16870]={
198235  category="lo",
198236  description="BAMUM LETTER PHASE-B KEUYEUX",
198237  direction="l",
198238  linebreak="al",
198239  unicodeslot=0x16870,
198240 },
198241 [0x16871]={
198242  category="lo",
198243  description="BAMUM LETTER PHASE-B LAANAE",
198244  direction="l",
198245  linebreak="al",
198246  unicodeslot=0x16871,
198247 },
198248 [0x16872]={
198249  category="lo",
198250  description="BAMUM LETTER PHASE-B PARUM",
198251  direction="l",
198252  linebreak="al",
198253  unicodeslot=0x16872,
198254 },
198255 [0x16873]={
198256  category="lo",
198257  description="BAMUM LETTER PHASE-B VEUM",
198258  direction="l",
198259  linebreak="al",
198260  unicodeslot=0x16873,
198261 },
198262 [0x16874]={
198263  category="lo",
198264  description="BAMUM LETTER PHASE-B NGKINDI MVOP",
198265  direction="l",
198266  linebreak="al",
198267  unicodeslot=0x16874,
198268 },
198269 [0x16875]={
198270  category="lo",
198271  description="BAMUM LETTER PHASE-B NGGEU MBU",
198272  direction="l",
198273  linebreak="al",
198274  unicodeslot=0x16875,
198275 },
198276 [0x16876]={
198277  category="lo",
198278  description="BAMUM LETTER PHASE-B WUAET",
198279  direction="l",
198280  linebreak="al",
198281  unicodeslot=0x16876,
198282 },
198283 [0x16877]={
198284  category="lo",
198285  description="BAMUM LETTER PHASE-B SAKEUAE",
198286  direction="l",
198287  linebreak="al",
198288  unicodeslot=0x16877,
198289 },
198290 [0x16878]={
198291  category="lo",
198292  description="BAMUM LETTER PHASE-B TAAM",
198293  direction="l",
198294  linebreak="al",
198295  unicodeslot=0x16878,
198296 },
198297 [0x16879]={
198298  category="lo",
198299  description="BAMUM LETTER PHASE-B MEUQ",
198300  direction="l",
198301  linebreak="al",
198302  unicodeslot=0x16879,
198303 },
198304 [0x1687A]={
198305  category="lo",
198306  description="BAMUM LETTER PHASE-B NGGUOQ",
198307  direction="l",
198308  linebreak="al",
198309  unicodeslot=0x1687A,
198310 },
198311 [0x1687B]={
198312  category="lo",
198313  description="BAMUM LETTER PHASE-B NGGUOQ LARGE",
198314  direction="l",
198315  linebreak="al",
198316  unicodeslot=0x1687B,
198317 },
198318 [0x1687C]={
198319  category="lo",
198320  description="BAMUM LETTER PHASE-B MFIYAQ",
198321  direction="l",
198322  linebreak="al",
198323  unicodeslot=0x1687C,
198324 },
198325 [0x1687D]={
198326  category="lo",
198327  description="BAMUM LETTER PHASE-B SUE",
198328  direction="l",
198329  linebreak="al",
198330  unicodeslot=0x1687D,
198331 },
198332 [0x1687E]={
198333  category="lo",
198334  description="BAMUM LETTER PHASE-B MBEURI",
198335  direction="l",
198336  linebreak="al",
198337  unicodeslot=0x1687E,
198338 },
198339 [0x1687F]={
198340  category="lo",
198341  description="BAMUM LETTER PHASE-B MONTIEEN",
198342  direction="l",
198343  linebreak="al",
198344  unicodeslot=0x1687F,
198345 },
198346 [0x16880]={
198347  category="lo",
198348  description="BAMUM LETTER PHASE-B NYAEMAE",
198349  direction="l",
198350  linebreak="al",
198351  unicodeslot=0x16880,
198352 },
198353 [0x16881]={
198354  category="lo",
198355  description="BAMUM LETTER PHASE-B PUNGAAM",
198356  direction="l",
198357  linebreak="al",
198358  unicodeslot=0x16881,
198359 },
198360 [0x16882]={
198361  category="lo",
198362  description="BAMUM LETTER PHASE-B MEUT NGGEET",
198363  direction="l",
198364  linebreak="al",
198365  unicodeslot=0x16882,
198366 },
198367 [0x16883]={
198368  category="lo",
198369  description="BAMUM LETTER PHASE-B FEUX",
198370  direction="l",
198371  linebreak="al",
198372  unicodeslot=0x16883,
198373 },
198374 [0x16884]={
198375  category="lo",
198376  description="BAMUM LETTER PHASE-B MBUOQ",
198377  direction="l",
198378  linebreak="al",
198379  unicodeslot=0x16884,
198380 },
198381 [0x16885]={
198382  category="lo",
198383  description="BAMUM LETTER PHASE-B FEE",
198384  direction="l",
198385  linebreak="al",
198386  unicodeslot=0x16885,
198387 },
198388 [0x16886]={
198389  category="lo",
198390  description="BAMUM LETTER PHASE-B KEUAEM",
198391  direction="l",
198392  linebreak="al",
198393  unicodeslot=0x16886,
198394 },
198395 [0x16887]={
198396  category="lo",
198397  description="BAMUM LETTER PHASE-B MA NJEUAENA",
198398  direction="l",
198399  linebreak="al",
198400  unicodeslot=0x16887,
198401 },
198402 [0x16888]={
198403  category="lo",
198404  description="BAMUM LETTER PHASE-B MA NJUQA",
198405  direction="l",
198406  linebreak="al",
198407  unicodeslot=0x16888,
198408 },
198409 [0x16889]={
198410  category="lo",
198411  description="BAMUM LETTER PHASE-B LET",
198412  direction="l",
198413  linebreak="al",
198414  unicodeslot=0x16889,
198415 },
198416 [0x1688A]={
198417  category="lo",
198418  description="BAMUM LETTER PHASE-B NGGAAM",
198419  direction="l",
198420  linebreak="al",
198421  unicodeslot=0x1688A,
198422 },
198423 [0x1688B]={
198424  category="lo",
198425  description="BAMUM LETTER PHASE-B NSEN",
198426  direction="l",
198427  linebreak="al",
198428  unicodeslot=0x1688B,
198429 },
198430 [0x1688C]={
198431  category="lo",
198432  description="BAMUM LETTER PHASE-B MA",
198433  direction="l",
198434  linebreak="al",
198435  unicodeslot=0x1688C,
198436 },
198437 [0x1688D]={
198438  category="lo",
198439  description="BAMUM LETTER PHASE-B KIQ",
198440  direction="l",
198441  linebreak="al",
198442  unicodeslot=0x1688D,
198443 },
198444 [0x1688E]={
198445  category="lo",
198446  description="BAMUM LETTER PHASE-B NGOM",
198447  direction="l",
198448  linebreak="al",
198449  unicodeslot=0x1688E,
198450 },
198451 [0x1688F]={
198452  category="lo",
198453  description="BAMUM LETTER PHASE-C NGKUE MAEMBA",
198454  direction="l",
198455  linebreak="al",
198456  unicodeslot=0x1688F,
198457 },
198458 [0x16890]={
198459  category="lo",
198460  description="BAMUM LETTER PHASE-C NZA",
198461  direction="l",
198462  linebreak="al",
198463  unicodeslot=0x16890,
198464 },
198465 [0x16891]={
198466  category="lo",
198467  description="BAMUM LETTER PHASE-C YUM",
198468  direction="l",
198469  linebreak="al",
198470  unicodeslot=0x16891,
198471 },
198472 [0x16892]={
198473  category="lo",
198474  description="BAMUM LETTER PHASE-C WANGKUOQ",
198475  direction="l",
198476  linebreak="al",
198477  unicodeslot=0x16892,
198478 },
198479 [0x16893]={
198480  category="lo",
198481  description="BAMUM LETTER PHASE-C NGGEN",
198482  direction="l",
198483  linebreak="al",
198484  unicodeslot=0x16893,
198485 },
198486 [0x16894]={
198487  category="lo",
198488  description="BAMUM LETTER PHASE-C NDEUAEREE",
198489  direction="l",
198490  linebreak="al",
198491  unicodeslot=0x16894,
198492 },
198493 [0x16895]={
198494  category="lo",
198495  description="BAMUM LETTER PHASE-C NGKAQ",
198496  direction="l",
198497  linebreak="al",
198498  unicodeslot=0x16895,
198499 },
198500 [0x16896]={
198501  category="lo",
198502  description="BAMUM LETTER PHASE-C GHARAE",
198503  direction="l",
198504  linebreak="al",
198505  unicodeslot=0x16896,
198506 },
198507 [0x16897]={
198508  category="lo",
198509  description="BAMUM LETTER PHASE-C MBEEKEET",
198510  direction="l",
198511  linebreak="al",
198512  unicodeslot=0x16897,
198513 },
198514 [0x16898]={
198515  category="lo",
198516  description="BAMUM LETTER PHASE-C GBAYI",
198517  direction="l",
198518  linebreak="al",
198519  unicodeslot=0x16898,
198520 },
198521 [0x16899]={
198522  category="lo",
198523  description="BAMUM LETTER PHASE-C NYIR MKPARAQ MEUN",
198524  direction="l",
198525  linebreak="al",
198526  unicodeslot=0x16899,
198527 },
198528 [0x1689A]={
198529  category="lo",
198530  description="BAMUM LETTER PHASE-C NTU MBIT",
198531  direction="l",
198532  linebreak="al",
198533  unicodeslot=0x1689A,
198534 },
198535 [0x1689B]={
198536  category="lo",
198537  description="BAMUM LETTER PHASE-C MBEUM",
198538  direction="l",
198539  linebreak="al",
198540  unicodeslot=0x1689B,
198541 },
198542 [0x1689C]={
198543  category="lo",
198544  description="BAMUM LETTER PHASE-C PIRIEEN",
198545  direction="l",
198546  linebreak="al",
198547  unicodeslot=0x1689C,
198548 },
198549 [0x1689D]={
198550  category="lo",
198551  description="BAMUM LETTER PHASE-C NDOMBU",
198552  direction="l",
198553  linebreak="al",
198554  unicodeslot=0x1689D,
198555 },
198556 [0x1689E]={
198557  category="lo",
198558  description="BAMUM LETTER PHASE-C MBAA CABBAGE-TREE",
198559  direction="l",
198560  linebreak="al",
198561  unicodeslot=0x1689E,
198562 },
198563 [0x1689F]={
198564  category="lo",
198565  description="BAMUM LETTER PHASE-C KEUSHEUAEP",
198566  direction="l",
198567  linebreak="al",
198568  unicodeslot=0x1689F,
198569 },
198570 [0x168A0]={
198571  category="lo",
198572  description="BAMUM LETTER PHASE-C GHAP",
198573  direction="l",
198574  linebreak="al",
198575  unicodeslot=0x168A0,
198576 },
198577 [0x168A1]={
198578  category="lo",
198579  description="BAMUM LETTER PHASE-C KEUKAQ",
198580  direction="l",
198581  linebreak="al",
198582  unicodeslot=0x168A1,
198583 },
198584 [0x168A2]={
198585  category="lo",
198586  description="BAMUM LETTER PHASE-C YU MUOMAE",
198587  direction="l",
198588  linebreak="al",
198589  unicodeslot=0x168A2,
198590 },
198591 [0x168A3]={
198592  category="lo",
198593  description="BAMUM LETTER PHASE-C NZEUM",
198594  direction="l",
198595  linebreak="al",
198596  unicodeslot=0x168A3,
198597 },
198598 [0x168A4]={
198599  category="lo",
198600  description="BAMUM LETTER PHASE-C MBUE",
198601  direction="l",
198602  linebreak="al",
198603  unicodeslot=0x168A4,
198604 },
198605 [0x168A5]={
198606  category="lo",
198607  description="BAMUM LETTER PHASE-C NSEUAEN",
198608  direction="l",
198609  linebreak="al",
198610  unicodeslot=0x168A5,
198611 },
198612 [0x168A6]={
198613  category="lo",
198614  description="BAMUM LETTER PHASE-C MBIT",
198615  direction="l",
198616  linebreak="al",
198617  unicodeslot=0x168A6,
198618 },
198619 [0x168A7]={
198620  category="lo",
198621  description="BAMUM LETTER PHASE-C YEUQ",
198622  direction="l",
198623  linebreak="al",
198624  unicodeslot=0x168A7,
198625 },
198626 [0x168A8]={
198627  category="lo",
198628  description="BAMUM LETTER PHASE-C KPARAQ",
198629  direction="l",
198630  linebreak="al",
198631  unicodeslot=0x168A8,
198632 },
198633 [0x168A9]={
198634  category="lo",
198635  description="BAMUM LETTER PHASE-C KAA",
198636  direction="l",
198637  linebreak="al",
198638  unicodeslot=0x168A9,
198639 },
198640 [0x168AA]={
198641  category="lo",
198642  description="BAMUM LETTER PHASE-C SEUX",
198643  direction="l",
198644  linebreak="al",
198645  unicodeslot=0x168AA,
198646 },
198647 [0x168AB]={
198648  category="lo",
198649  description="BAMUM LETTER PHASE-C NDIDA",
198650  direction="l",
198651  linebreak="al",
198652  unicodeslot=0x168AB,
198653 },
198654 [0x168AC]={
198655  category="lo",
198656  description="BAMUM LETTER PHASE-C TAASHAE",
198657  direction="l",
198658  linebreak="al",
198659  unicodeslot=0x168AC,
198660 },
198661 [0x168AD]={
198662  category="lo",
198663  description="BAMUM LETTER PHASE-C NJUEQ",
198664  direction="l",
198665  linebreak="al",
198666  unicodeslot=0x168AD,
198667 },
198668 [0x168AE]={
198669  category="lo",
198670  description="BAMUM LETTER PHASE-C TITA YUE",
198671  direction="l",
198672  linebreak="al",
198673  unicodeslot=0x168AE,
198674 },
198675 [0x168AF]={
198676  category="lo",
198677  description="BAMUM LETTER PHASE-C SUAET",
198678  direction="l",
198679  linebreak="al",
198680  unicodeslot=0x168AF,
198681 },
198682 [0x168B0]={
198683  category="lo",
198684  description="BAMUM LETTER PHASE-C NGGUAEN NYAM",
198685  direction="l",
198686  linebreak="al",
198687  unicodeslot=0x168B0,
198688 },
198689 [0x168B1]={
198690  category="lo",
198691  description="BAMUM LETTER PHASE-C VEUX",
198692  direction="l",
198693  linebreak="al",
198694  unicodeslot=0x168B1,
198695 },
198696 [0x168B2]={
198697  category="lo",
198698  description="BAMUM LETTER PHASE-C NANSANAQ",
198699  direction="l",
198700  linebreak="al",
198701  unicodeslot=0x168B2,
198702 },
198703 [0x168B3]={
198704  category="lo",
198705  description="BAMUM LETTER PHASE-C MA KEUAERI",
198706  direction="l",
198707  linebreak="al",
198708  unicodeslot=0x168B3,
198709 },
198710 [0x168B4]={
198711  category="lo",
198712  description="BAMUM LETTER PHASE-C NTAA",
198713  direction="l",
198714  linebreak="al",
198715  unicodeslot=0x168B4,
198716 },
198717 [0x168B5]={
198718  category="lo",
198719  description="BAMUM LETTER PHASE-C NGGUON",
198720  direction="l",
198721  linebreak="al",
198722  unicodeslot=0x168B5,
198723 },
198724 [0x168B6]={
198725  category="lo",
198726  description="BAMUM LETTER PHASE-C LAP",
198727  direction="l",
198728  linebreak="al",
198729  unicodeslot=0x168B6,
198730 },
198731 [0x168B7]={
198732  category="lo",
198733  description="BAMUM LETTER PHASE-C MBIRIEEN",
198734  direction="l",
198735  linebreak="al",
198736  unicodeslot=0x168B7,
198737 },
198738 [0x168B8]={
198739  category="lo",
198740  description="BAMUM LETTER PHASE-C MGBASAQ",
198741  direction="l",
198742  linebreak="al",
198743  unicodeslot=0x168B8,
198744 },
198745 [0x168B9]={
198746  category="lo",
198747  description="BAMUM LETTER PHASE-C NTEUNGBA",
198748  direction="l",
198749  linebreak="al",
198750  unicodeslot=0x168B9,
198751 },
198752 [0x168BA]={
198753  category="lo",
198754  description="BAMUM LETTER PHASE-C TEUTEUX",
198755  direction="l",
198756  linebreak="al",
198757  unicodeslot=0x168BA,
198758 },
198759 [0x168BB]={
198760  category="lo",
198761  description="BAMUM LETTER PHASE-C NGGUM",
198762  direction="l",
198763  linebreak="al",
198764  unicodeslot=0x168BB,
198765 },
198766 [0x168BC]={
198767  category="lo",
198768  description="BAMUM LETTER PHASE-C FUE",
198769  direction="l",
198770  linebreak="al",
198771  unicodeslot=0x168BC,
198772 },
198773 [0x168BD]={
198774  category="lo",
198775  description="BAMUM LETTER PHASE-C NDEUT",
198776  direction="l",
198777  linebreak="al",
198778  unicodeslot=0x168BD,
198779 },
198780 [0x168BE]={
198781  category="lo",
198782  description="BAMUM LETTER PHASE-C NSA",
198783  direction="l",
198784  linebreak="al",
198785  unicodeslot=0x168BE,
198786 },
198787 [0x168BF]={
198788  category="lo",
198789  description="BAMUM LETTER PHASE-C NSHAQ",
198790  direction="l",
198791  linebreak="al",
198792  unicodeslot=0x168BF,
198793 },
198794 [0x168C0]={
198795  category="lo",
198796  description="BAMUM LETTER PHASE-C BUNG",
198797  direction="l",
198798  linebreak="al",
198799  unicodeslot=0x168C0,
198800 },
198801 [0x168C1]={
198802  category="lo",
198803  description="BAMUM LETTER PHASE-C VEUAEPEN",
198804  direction="l",
198805  linebreak="al",
198806  unicodeslot=0x168C1,
198807 },
198808 [0x168C2]={
198809  category="lo",
198810  description="BAMUM LETTER PHASE-C MBERAE",
198811  direction="l",
198812  linebreak="al",
198813  unicodeslot=0x168C2,
198814 },
198815 [0x168C3]={
198816  category="lo",
198817  description="BAMUM LETTER PHASE-C RU",
198818  direction="l",
198819  linebreak="al",
198820  unicodeslot=0x168C3,
198821 },
198822 [0x168C4]={
198823  category="lo",
198824  description="BAMUM LETTER PHASE-C NJAEM",
198825  direction="l",
198826  linebreak="al",
198827  unicodeslot=0x168C4,
198828 },
198829 [0x168C5]={
198830  category="lo",
198831  description="BAMUM LETTER PHASE-C LAM",
198832  direction="l",
198833  linebreak="al",
198834  unicodeslot=0x168C5,
198835 },
198836 [0x168C6]={
198837  category="lo",
198838  description="BAMUM LETTER PHASE-C TITUAEP",
198839  direction="l",
198840  linebreak="al",
198841  unicodeslot=0x168C6,
198842 },
198843 [0x168C7]={
198844  category="lo",
198845  description="BAMUM LETTER PHASE-C NSUOT NGOM",
198846  direction="l",
198847  linebreak="al",
198848  unicodeslot=0x168C7,
198849 },
198850 [0x168C8]={
198851  category="lo",
198852  description="BAMUM LETTER PHASE-C NJEEEE",
198853  direction="l",
198854  linebreak="al",
198855  unicodeslot=0x168C8,
198856 },
198857 [0x168C9]={
198858  category="lo",
198859  description="BAMUM LETTER PHASE-C KET",
198860  direction="l",
198861  linebreak="al",
198862  unicodeslot=0x168C9,
198863 },
198864 [0x168CA]={
198865  category="lo",
198866  description="BAMUM LETTER PHASE-C NGGU",
198867  direction="l",
198868  linebreak="al",
198869  unicodeslot=0x168CA,
198870 },
198871 [0x168CB]={
198872  category="lo",
198873  description="BAMUM LETTER PHASE-C MAESI",
198874  direction="l",
198875  linebreak="al",
198876  unicodeslot=0x168CB,
198877 },
198878 [0x168CC]={
198879  category="lo",
198880  description="BAMUM LETTER PHASE-C MBUAEM",
198881  direction="l",
198882  linebreak="al",
198883  unicodeslot=0x168CC,
198884 },
198885 [0x168CD]={
198886  category="lo",
198887  description="BAMUM LETTER PHASE-C LU",
198888  direction="l",
198889  linebreak="al",
198890  unicodeslot=0x168CD,
198891 },
198892 [0x168CE]={
198893  category="lo",
198894  description="BAMUM LETTER PHASE-C KUT",
198895  direction="l",
198896  linebreak="al",
198897  unicodeslot=0x168CE,
198898 },
198899 [0x168CF]={
198900  category="lo",
198901  description="BAMUM LETTER PHASE-C NJAM",
198902  direction="l",
198903  linebreak="al",
198904  unicodeslot=0x168CF,
198905 },
198906 [0x168D0]={
198907  category="lo",
198908  description="BAMUM LETTER PHASE-C NGOM",
198909  direction="l",
198910  linebreak="al",
198911  unicodeslot=0x168D0,
198912 },
198913 [0x168D1]={
198914  category="lo",
198915  description="BAMUM LETTER PHASE-C WUP",
198916  direction="l",
198917  linebreak="al",
198918  unicodeslot=0x168D1,
198919 },
198920 [0x168D2]={
198921  category="lo",
198922  description="BAMUM LETTER PHASE-C NGGUEET",
198923  direction="l",
198924  linebreak="al",
198925  unicodeslot=0x168D2,
198926 },
198927 [0x168D3]={
198928  category="lo",
198929  description="BAMUM LETTER PHASE-C NSOM",
198930  direction="l",
198931  linebreak="al",
198932  unicodeslot=0x168D3,
198933 },
198934 [0x168D4]={
198935  category="lo",
198936  description="BAMUM LETTER PHASE-C NTEN",
198937  direction="l",
198938  linebreak="al",
198939  unicodeslot=0x168D4,
198940 },
198941 [0x168D5]={
198942  category="lo",
198943  description="BAMUM LETTER PHASE-C KUOP NKAARAE",
198944  direction="l",
198945  linebreak="al",
198946  unicodeslot=0x168D5,
198947 },
198948 [0x168D6]={
198949  category="lo",
198950  description="BAMUM LETTER PHASE-C NSUN",
198951  direction="l",
198952  linebreak="al",
198953  unicodeslot=0x168D6,
198954 },
198955 [0x168D7]={
198956  category="lo",
198957  description="BAMUM LETTER PHASE-C NDAM",
198958  direction="l",
198959  linebreak="al",
198960  unicodeslot=0x168D7,
198961 },
198962 [0x168D8]={
198963  category="lo",
198964  description="BAMUM LETTER PHASE-C MA NSIEE",
198965  direction="l",
198966  linebreak="al",
198967  unicodeslot=0x168D8,
198968 },
198969 [0x168D9]={
198970  category="lo",
198971  description="BAMUM LETTER PHASE-C YAA",
198972  direction="l",
198973  linebreak="al",
198974  unicodeslot=0x168D9,
198975 },
198976 [0x168DA]={
198977  category="lo",
198978  description="BAMUM LETTER PHASE-C NDAP",
198979  direction="l",
198980  linebreak="al",
198981  unicodeslot=0x168DA,
198982 },
198983 [0x168DB]={
198984  category="lo",
198985  description="BAMUM LETTER PHASE-C SHUEQ",
198986  direction="l",
198987  linebreak="al",
198988  unicodeslot=0x168DB,
198989 },
198990 [0x168DC]={
198991  category="lo",
198992  description="BAMUM LETTER PHASE-C SETFON",
198993  direction="l",
198994  linebreak="al",
198995  unicodeslot=0x168DC,
198996 },
198997 [0x168DD]={
198998  category="lo",
198999  description="BAMUM LETTER PHASE-C MBI",
199000  direction="l",
199001  linebreak="al",
199002  unicodeslot=0x168DD,
199003 },
199004 [0x168DE]={
199005  category="lo",
199006  description="BAMUM LETTER PHASE-C MAEMBA",
199007  direction="l",
199008  linebreak="al",
199009  unicodeslot=0x168DE,
199010 },
199011 [0x168DF]={
199012  category="lo",
199013  description="BAMUM LETTER PHASE-C MBANYI",
199014  direction="l",
199015  linebreak="al",
199016  unicodeslot=0x168DF,
199017 },
199018 [0x168E0]={
199019  category="lo",
199020  description="BAMUM LETTER PHASE-C KEUSEUX",
199021  direction="l",
199022  linebreak="al",
199023  unicodeslot=0x168E0,
199024 },
199025 [0x168E1]={
199026  category="lo",
199027  description="BAMUM LETTER PHASE-C MBEUX",
199028  direction="l",
199029  linebreak="al",
199030  unicodeslot=0x168E1,
199031 },
199032 [0x168E2]={
199033  category="lo",
199034  description="BAMUM LETTER PHASE-C KEUM",
199035  direction="l",
199036  linebreak="al",
199037  unicodeslot=0x168E2,
199038 },
199039 [0x168E3]={
199040  category="lo",
199041  description="BAMUM LETTER PHASE-C MBAA PICKET",
199042  direction="l",
199043  linebreak="al",
199044  unicodeslot=0x168E3,
199045 },
199046 [0x168E4]={
199047  category="lo",
199048  description="BAMUM LETTER PHASE-C YUWOQ",
199049  direction="l",
199050  linebreak="al",
199051  unicodeslot=0x168E4,
199052 },
199053 [0x168E5]={
199054  category="lo",
199055  description="BAMUM LETTER PHASE-C NJEUX",
199056  direction="l",
199057  linebreak="al",
199058  unicodeslot=0x168E5,
199059 },
199060 [0x168E6]={
199061  category="lo",
199062  description="BAMUM LETTER PHASE-C MIEE",
199063  direction="l",
199064  linebreak="al",
199065  unicodeslot=0x168E6,
199066 },
199067 [0x168E7]={
199068  category="lo",
199069  description="BAMUM LETTER PHASE-C MUAE",
199070  direction="l",
199071  linebreak="al",
199072  unicodeslot=0x168E7,
199073 },
199074 [0x168E8]={
199075  category="lo",
199076  description="BAMUM LETTER PHASE-C SHIQ",
199077  direction="l",
199078  linebreak="al",
199079  unicodeslot=0x168E8,
199080 },
199081 [0x168E9]={
199082  category="lo",
199083  description="BAMUM LETTER PHASE-C KEN LAW",
199084  direction="l",
199085  linebreak="al",
199086  unicodeslot=0x168E9,
199087 },
199088 [0x168EA]={
199089  category="lo",
199090  description="BAMUM LETTER PHASE-C KEN FATIGUE",
199091  direction="l",
199092  linebreak="al",
199093  unicodeslot=0x168EA,
199094 },
199095 [0x168EB]={
199096  category="lo",
199097  description="BAMUM LETTER PHASE-C NGAQ",
199098  direction="l",
199099  linebreak="al",
199100  unicodeslot=0x168EB,
199101 },
199102 [0x168EC]={
199103  category="lo",
199104  description="BAMUM LETTER PHASE-C NAQ",
199105  direction="l",
199106  linebreak="al",
199107  unicodeslot=0x168EC,
199108 },
199109 [0x168ED]={
199110  category="lo",
199111  description="BAMUM LETTER PHASE-C LIQ",
199112  direction="l",
199113  linebreak="al",
199114  unicodeslot=0x168ED,
199115 },
199116 [0x168EE]={
199117  category="lo",
199118  description="BAMUM LETTER PHASE-C PIN",
199119  direction="l",
199120  linebreak="al",
199121  unicodeslot=0x168EE,
199122 },
199123 [0x168EF]={
199124  category="lo",
199125  description="BAMUM LETTER PHASE-C PEN",
199126  direction="l",
199127  linebreak="al",
199128  unicodeslot=0x168EF,
199129 },
199130 [0x168F0]={
199131  category="lo",
199132  description="BAMUM LETTER PHASE-C TET",
199133  direction="l",
199134  linebreak="al",
199135  unicodeslot=0x168F0,
199136 },
199137 [0x168F1]={
199138  category="lo",
199139  description="BAMUM LETTER PHASE-D MBUO",
199140  direction="l",
199141  linebreak="al",
199142  unicodeslot=0x168F1,
199143 },
199144 [0x168F2]={
199145  category="lo",
199146  description="BAMUM LETTER PHASE-D WAP",
199147  direction="l",
199148  linebreak="al",
199149  unicodeslot=0x168F2,
199150 },
199151 [0x168F3]={
199152  category="lo",
199153  description="BAMUM LETTER PHASE-D NJI",
199154  direction="l",
199155  linebreak="al",
199156  unicodeslot=0x168F3,
199157 },
199158 [0x168F4]={
199159  category="lo",
199160  description="BAMUM LETTER PHASE-D MFON",
199161  direction="l",
199162  linebreak="al",
199163  unicodeslot=0x168F4,
199164 },
199165 [0x168F5]={
199166  category="lo",
199167  description="BAMUM LETTER PHASE-D NJIEE",
199168  direction="l",
199169  linebreak="al",
199170  unicodeslot=0x168F5,
199171 },
199172 [0x168F6]={
199173  category="lo",
199174  description="BAMUM LETTER PHASE-D LIEE",
199175  direction="l",
199176  linebreak="al",
199177  unicodeslot=0x168F6,
199178 },
199179 [0x168F7]={
199180  category="lo",
199181  description="BAMUM LETTER PHASE-D NJEUT",
199182  direction="l",
199183  linebreak="al",
199184  unicodeslot=0x168F7,
199185 },
199186 [0x168F8]={
199187  category="lo",
199188  description="BAMUM LETTER PHASE-D NSHEE",
199189  direction="l",
199190  linebreak="al",
199191  unicodeslot=0x168F8,
199192 },
199193 [0x168F9]={
199194  category="lo",
199195  description="BAMUM LETTER PHASE-D NGGAAMAE",
199196  direction="l",
199197  linebreak="al",
199198  unicodeslot=0x168F9,
199199 },
199200 [0x168FA]={
199201  category="lo",
199202  description="BAMUM LETTER PHASE-D NYAM",
199203  direction="l",
199204  linebreak="al",
199205  unicodeslot=0x168FA,
199206 },
199207 [0x168FB]={
199208  category="lo",
199209  description="BAMUM LETTER PHASE-D WUAEN",
199210  direction="l",
199211  linebreak="al",
199212  unicodeslot=0x168FB,
199213 },
199214 [0x168FC]={
199215  category="lo",
199216  description="BAMUM LETTER PHASE-D NGKUN",
199217  direction="l",
199218  linebreak="al",
199219  unicodeslot=0x168FC,
199220 },
199221 [0x168FD]={
199222  category="lo",
199223  description="BAMUM LETTER PHASE-D SHEE",
199224  direction="l",
199225  linebreak="al",
199226  unicodeslot=0x168FD,
199227 },
199228 [0x168FE]={
199229  category="lo",
199230  description="BAMUM LETTER PHASE-D NGKAP",
199231  direction="l",
199232  linebreak="al",
199233  unicodeslot=0x168FE,
199234 },
199235 [0x168FF]={
199236  category="lo",
199237  description="BAMUM LETTER PHASE-D KEUAETMEUN",
199238  direction="l",
199239  linebreak="al",
199240  unicodeslot=0x168FF,
199241 },
199242 [0x16900]={
199243  category="lo",
199244  description="BAMUM LETTER PHASE-D TEUT",
199245  direction="l",
199246  linebreak="al",
199247  unicodeslot=0x16900,
199248 },
199249 [0x16901]={
199250  category="lo",
199251  description="BAMUM LETTER PHASE-D SHEUAE",
199252  direction="l",
199253  linebreak="al",
199254  unicodeslot=0x16901,
199255 },
199256 [0x16902]={
199257  category="lo",
199258  description="BAMUM LETTER PHASE-D NJAP",
199259  direction="l",
199260  linebreak="al",
199261  unicodeslot=0x16902,
199262 },
199263 [0x16903]={
199264  category="lo",
199265  description="BAMUM LETTER PHASE-D SUE",
199266  direction="l",
199267  linebreak="al",
199268  unicodeslot=0x16903,
199269 },
199270 [0x16904]={
199271  category="lo",
199272  description="BAMUM LETTER PHASE-D KET",
199273  direction="l",
199274  linebreak="al",
199275  unicodeslot=0x16904,
199276 },
199277 [0x16905]={
199278  category="lo",
199279  description="BAMUM LETTER PHASE-D YAEMMAE",
199280  direction="l",
199281  linebreak="al",
199282  unicodeslot=0x16905,
199283 },
199284 [0x16906]={
199285  category="lo",
199286  description="BAMUM LETTER PHASE-D KUOM",
199287  direction="l",
199288  linebreak="al",
199289  unicodeslot=0x16906,
199290 },
199291 [0x16907]={
199292  category="lo",
199293  description="BAMUM LETTER PHASE-D SAP",
199294  direction="l",
199295  linebreak="al",
199296  unicodeslot=0x16907,
199297 },
199298 [0x16908]={
199299  category="lo",
199300  description="BAMUM LETTER PHASE-D MFEUT",
199301  direction="l",
199302  linebreak="al",
199303  unicodeslot=0x16908,
199304 },
199305 [0x16909]={
199306  category="lo",
199307  description="BAMUM LETTER PHASE-D NDEUX",
199308  direction="l",
199309  linebreak="al",
199310  unicodeslot=0x16909,
199311 },
199312 [0x1690A]={
199313  category="lo",
199314  description="BAMUM LETTER PHASE-D MALEERI",
199315  direction="l",
199316  linebreak="al",
199317  unicodeslot=0x1690A,
199318 },
199319 [0x1690B]={
199320  category="lo",
199321  description="BAMUM LETTER PHASE-D MEUT",
199322  direction="l",
199323  linebreak="al",
199324  unicodeslot=0x1690B,
199325 },
199326 [0x1690C]={
199327  category="lo",
199328  description="BAMUM LETTER PHASE-D SEUAEQ",
199329  direction="l",
199330  linebreak="al",
199331  unicodeslot=0x1690C,
199332 },
199333 [0x1690D]={
199334  category="lo",
199335  description="BAMUM LETTER PHASE-D YEN",
199336  direction="l",
199337  linebreak="al",
199338  unicodeslot=0x1690D,
199339 },
199340 [0x1690E]={
199341  category="lo",
199342  description="BAMUM LETTER PHASE-D NJEUAEM",
199343  direction="l",
199344  linebreak="al",
199345  unicodeslot=0x1690E,
199346 },
199347 [0x1690F]={
199348  category="lo",
199349  description="BAMUM LETTER PHASE-D KEUOT MBUAE",
199350  direction="l",
199351  linebreak="al",
199352  unicodeslot=0x1690F,
199353 },
199354 [0x16910]={
199355  category="lo",
199356  description="BAMUM LETTER PHASE-D NGKEURI",
199357  direction="l",
199358  linebreak="al",
199359  unicodeslot=0x16910,
199360 },
199361 [0x16911]={
199362  category="lo",
199363  description="BAMUM LETTER PHASE-D TU",
199364  direction="l",
199365  linebreak="al",
199366  unicodeslot=0x16911,
199367 },
199368 [0x16912]={
199369  category="lo",
199370  description="BAMUM LETTER PHASE-D GHAA",
199371  direction="l",
199372  linebreak="al",
199373  unicodeslot=0x16912,
199374 },
199375 [0x16913]={
199376  category="lo",
199377  description="BAMUM LETTER PHASE-D NGKYEE",
199378  direction="l",
199379  linebreak="al",
199380  unicodeslot=0x16913,
199381 },
199382 [0x16914]={
199383  category="lo",
199384  description="BAMUM LETTER PHASE-D FEUFEUAET",
199385  direction="l",
199386  linebreak="al",
199387  unicodeslot=0x16914,
199388 },
199389 [0x16915]={
199390  category="lo",
199391  description="BAMUM LETTER PHASE-D NDEE",
199392  direction="l",
199393  linebreak="al",
199394  unicodeslot=0x16915,
199395 },
199396 [0x16916]={
199397  category="lo",
199398  description="BAMUM LETTER PHASE-D MGBOFUM",
199399  direction="l",
199400  linebreak="al",
199401  unicodeslot=0x16916,
199402 },
199403 [0x16917]={
199404  category="lo",
199405  description="BAMUM LETTER PHASE-D LEUAEP",
199406  direction="l",
199407  linebreak="al",
199408  unicodeslot=0x16917,
199409 },
199410 [0x16918]={
199411  category="lo",
199412  description="BAMUM LETTER PHASE-D NDON",
199413  direction="l",
199414  linebreak="al",
199415  unicodeslot=0x16918,
199416 },
199417 [0x16919]={
199418  category="lo",
199419  description="BAMUM LETTER PHASE-D MONI",
199420  direction="l",
199421  linebreak="al",
199422  unicodeslot=0x16919,
199423 },
199424 [0x1691A]={
199425  category="lo",
199426  description="BAMUM LETTER PHASE-D MGBEUN",
199427  direction="l",
199428  linebreak="al",
199429  unicodeslot=0x1691A,
199430 },
199431 [0x1691B]={
199432  category="lo",
199433  description="BAMUM LETTER PHASE-D PUUT",
199434  direction="l",
199435  linebreak="al",
199436  unicodeslot=0x1691B,
199437 },
199438 [0x1691C]={
199439  category="lo",
199440  description="BAMUM LETTER PHASE-D MGBIEE",
199441  direction="l",
199442  linebreak="al",
199443  unicodeslot=0x1691C,
199444 },
199445 [0x1691D]={
199446  category="lo",
199447  description="BAMUM LETTER PHASE-D MFO",
199448  direction="l",
199449  linebreak="al",
199450  unicodeslot=0x1691D,
199451 },
199452 [0x1691E]={
199453  category="lo",
199454  description="BAMUM LETTER PHASE-D LUM",
199455  direction="l",
199456  linebreak="al",
199457  unicodeslot=0x1691E,
199458 },
199459 [0x1691F]={
199460  category="lo",
199461  description="BAMUM LETTER PHASE-D NSIEEP",
199462  direction="l",
199463  linebreak="al",
199464  unicodeslot=0x1691F,
199465 },
199466 [0x16920]={
199467  category="lo",
199468  description="BAMUM LETTER PHASE-D MBAA",
199469  direction="l",
199470  linebreak="al",
199471  unicodeslot=0x16920,
199472 },
199473 [0x16921]={
199474  category="lo",
199475  description="BAMUM LETTER PHASE-D KWAET",
199476  direction="l",
199477  linebreak="al",
199478  unicodeslot=0x16921,
199479 },
199480 [0x16922]={
199481  category="lo",
199482  description="BAMUM LETTER PHASE-D NYET",
199483  direction="l",
199484  linebreak="al",
199485  unicodeslot=0x16922,
199486 },
199487 [0x16923]={
199488  category="lo",
199489  description="BAMUM LETTER PHASE-D TEUAEN",
199490  direction="l",
199491  linebreak="al",
199492  unicodeslot=0x16923,
199493 },
199494 [0x16924]={
199495  category="lo",
199496  description="BAMUM LETTER PHASE-D SOT",
199497  direction="l",
199498  linebreak="al",
199499  unicodeslot=0x16924,
199500 },
199501 [0x16925]={
199502  category="lo",
199503  description="BAMUM LETTER PHASE-D YUWOQ",
199504  direction="l",
199505  linebreak="al",
199506  unicodeslot=0x16925,
199507 },
199508 [0x16926]={
199509  category="lo",
199510  description="BAMUM LETTER PHASE-D KEUM",
199511  direction="l",
199512  linebreak="al",
199513  unicodeslot=0x16926,
199514 },
199515 [0x16927]={
199516  category="lo",
199517  description="BAMUM LETTER PHASE-D RAEM",
199518  direction="l",
199519  linebreak="al",
199520  unicodeslot=0x16927,
199521 },
199522 [0x16928]={
199523  category="lo",
199524  description="BAMUM LETTER PHASE-D TEEEE",
199525  direction="l",
199526  linebreak="al",
199527  unicodeslot=0x16928,
199528 },
199529 [0x16929]={
199530  category="lo",
199531  description="BAMUM LETTER PHASE-D NGKEUAEQ",
199532  direction="l",
199533  linebreak="al",
199534  unicodeslot=0x16929,
199535 },
199536 [0x1692A]={
199537  category="lo",
199538  description="BAMUM LETTER PHASE-D MFEUAE",
199539  direction="l",
199540  linebreak="al",
199541  unicodeslot=0x1692A,
199542 },
199543 [0x1692B]={
199544  category="lo",
199545  description="BAMUM LETTER PHASE-D NSIEET",
199546  direction="l",
199547  linebreak="al",
199548  unicodeslot=0x1692B,
199549 },
199550 [0x1692C]={
199551  category="lo",
199552  description="BAMUM LETTER PHASE-D KEUP",
199553  direction="l",
199554  linebreak="al",
199555  unicodeslot=0x1692C,
199556 },
199557 [0x1692D]={
199558  category="lo",
199559  description="BAMUM LETTER PHASE-D PIP",
199560  direction="l",
199561  linebreak="al",
199562  unicodeslot=0x1692D,
199563 },
199564 [0x1692E]={
199565  category="lo",
199566  description="BAMUM LETTER PHASE-D PEUTAE",
199567  direction="l",
199568  linebreak="al",
199569  unicodeslot=0x1692E,
199570 },
199571 [0x1692F]={
199572  category="lo",
199573  description="BAMUM LETTER PHASE-D NYUE",
199574  direction="l",
199575  linebreak="al",
199576  unicodeslot=0x1692F,
199577 },
199578 [0x16930]={
199579  category="lo",
199580  description="BAMUM LETTER PHASE-D LET",
199581  direction="l",
199582  linebreak="al",
199583  unicodeslot=0x16930,
199584 },
199585 [0x16931]={
199586  category="lo",
199587  description="BAMUM LETTER PHASE-D NGGAAM",
199588  direction="l",
199589  linebreak="al",
199590  unicodeslot=0x16931,
199591 },
199592 [0x16932]={
199593  category="lo",
199594  description="BAMUM LETTER PHASE-D MFIEE",
199595  direction="l",
199596  linebreak="al",
199597  unicodeslot=0x16932,
199598 },
199599 [0x16933]={
199600  category="lo",
199601  description="BAMUM LETTER PHASE-D NGGWAEN",
199602  direction="l",
199603  linebreak="al",
199604  unicodeslot=0x16933,
199605 },
199606 [0x16934]={
199607  category="lo",
199608  description="BAMUM LETTER PHASE-D YUOM",
199609  direction="l",
199610  linebreak="al",
199611  unicodeslot=0x16934,
199612 },
199613 [0x16935]={
199614  category="lo",
199615  description="BAMUM LETTER PHASE-D PAP",
199616  direction="l",
199617  linebreak="al",
199618  unicodeslot=0x16935,
199619 },
199620 [0x16936]={
199621  category="lo",
199622  description="BAMUM LETTER PHASE-D YUOP",
199623  direction="l",
199624  linebreak="al",
199625  unicodeslot=0x16936,
199626 },
199627 [0x16937]={
199628  category="lo",
199629  description="BAMUM LETTER PHASE-D NDAM",
199630  direction="l",
199631  linebreak="al",
199632  unicodeslot=0x16937,
199633 },
199634 [0x16938]={
199635  category="lo",
199636  description="BAMUM LETTER PHASE-D NTEUM",
199637  direction="l",
199638  linebreak="al",
199639  unicodeslot=0x16938,
199640 },
199641 [0x16939]={
199642  category="lo",
199643  description="BAMUM LETTER PHASE-D SUAE",
199644  direction="l",
199645  linebreak="al",
199646  unicodeslot=0x16939,
199647 },
199648 [0x1693A]={
199649  category="lo",
199650  description="BAMUM LETTER PHASE-D KUN",
199651  direction="l",
199652  linebreak="al",
199653  unicodeslot=0x1693A,
199654 },
199655 [0x1693B]={
199656  category="lo",
199657  description="BAMUM LETTER PHASE-D NGGEUX",
199658  direction="l",
199659  linebreak="al",
199660  unicodeslot=0x1693B,
199661 },
199662 [0x1693C]={
199663  category="lo",
199664  description="BAMUM LETTER PHASE-D NGKIEE",
199665  direction="l",
199666  linebreak="al",
199667  unicodeslot=0x1693C,
199668 },
199669 [0x1693D]={
199670  category="lo",
199671  description="BAMUM LETTER PHASE-D TUOT",
199672  direction="l",
199673  linebreak="al",
199674  unicodeslot=0x1693D,
199675 },
199676 [0x1693E]={
199677  category="lo",
199678  description="BAMUM LETTER PHASE-D MEUN",
199679  direction="l",
199680  linebreak="al",
199681  unicodeslot=0x1693E,
199682 },
199683 [0x1693F]={
199684  category="lo",
199685  description="BAMUM LETTER PHASE-D KUQ",
199686  direction="l",
199687  linebreak="al",
199688  unicodeslot=0x1693F,
199689 },
199690 [0x16940]={
199691  category="lo",
199692  description="BAMUM LETTER PHASE-D NSUM",
199693  direction="l",
199694  linebreak="al",
199695  unicodeslot=0x16940,
199696 },
199697 [0x16941]={
199698  category="lo",
199699  description="BAMUM LETTER PHASE-D TEUN",
199700  direction="l",
199701  linebreak="al",
199702  unicodeslot=0x16941,
199703 },
199704 [0x16942]={
199705  category="lo",
199706  description="BAMUM LETTER PHASE-D MAENJET",
199707  direction="l",
199708  linebreak="al",
199709  unicodeslot=0x16942,
199710 },
199711 [0x16943]={
199712  category="lo",
199713  description="BAMUM LETTER PHASE-D NGGAP",
199714  direction="l",
199715  linebreak="al",
199716  unicodeslot=0x16943,
199717 },
199718 [0x16944]={
199719  category="lo",
199720  description="BAMUM LETTER PHASE-D LEUM",
199721  direction="l",
199722  linebreak="al",
199723  unicodeslot=0x16944,
199724 },
199725 [0x16945]={
199726  category="lo",
199727  description="BAMUM LETTER PHASE-D NGGUOM",
199728  direction="l",
199729  linebreak="al",
199730  unicodeslot=0x16945,
199731 },
199732 [0x16946]={
199733  category="lo",
199734  description="BAMUM LETTER PHASE-D NSHUT",
199735  direction="l",
199736  linebreak="al",
199737  unicodeslot=0x16946,
199738 },
199739 [0x16947]={
199740  category="lo",
199741  description="BAMUM LETTER PHASE-D NJUEQ",
199742  direction="l",
199743  linebreak="al",
199744  unicodeslot=0x16947,
199745 },
199746 [0x16948]={
199747  category="lo",
199748  description="BAMUM LETTER PHASE-D GHEUAE",
199749  direction="l",
199750  linebreak="al",
199751  unicodeslot=0x16948,
199752 },
199753 [0x16949]={
199754  category="lo",
199755  description="BAMUM LETTER PHASE-D KU",
199756  direction="l",
199757  linebreak="al",
199758  unicodeslot=0x16949,
199759 },
199760 [0x1694A]={
199761  category="lo",
199762  description="BAMUM LETTER PHASE-D REN OLD",
199763  direction="l",
199764  linebreak="al",
199765  unicodeslot=0x1694A,
199766 },
199767 [0x1694B]={
199768  category="lo",
199769  description="BAMUM LETTER PHASE-D TAE",
199770  direction="l",
199771  linebreak="al",
199772  unicodeslot=0x1694B,
199773 },
199774 [0x1694C]={
199775  category="lo",
199776  description="BAMUM LETTER PHASE-D TOQ",
199777  direction="l",
199778  linebreak="al",
199779  unicodeslot=0x1694C,
199780 },
199781 [0x1694D]={
199782  category="lo",
199783  description="BAMUM LETTER PHASE-D NYI",
199784  direction="l",
199785  linebreak="al",
199786  unicodeslot=0x1694D,
199787 },
199788 [0x1694E]={
199789  category="lo",
199790  description="BAMUM LETTER PHASE-D RII",
199791  direction="l",
199792  linebreak="al",
199793  unicodeslot=0x1694E,
199794 },
199795 [0x1694F]={
199796  category="lo",
199797  description="BAMUM LETTER PHASE-D LEEEE",
199798  direction="l",
199799  linebreak="al",
199800  unicodeslot=0x1694F,
199801 },
199802 [0x16950]={
199803  category="lo",
199804  description="BAMUM LETTER PHASE-D MEEEE",
199805  direction="l",
199806  linebreak="al",
199807  unicodeslot=0x16950,
199808 },
199809 [0x16951]={
199810  category="lo",
199811  description="BAMUM LETTER PHASE-D M",
199812  direction="l",
199813  linebreak="al",
199814  unicodeslot=0x16951,
199815 },
199816 [0x16952]={
199817  category="lo",
199818  description="BAMUM LETTER PHASE-D SUU",
199819  direction="l",
199820  linebreak="al",
199821  unicodeslot=0x16952,
199822 },
199823 [0x16953]={
199824  category="lo",
199825  description="BAMUM LETTER PHASE-D MU",
199826  direction="l",
199827  linebreak="al",
199828  unicodeslot=0x16953,
199829 },
199830 [0x16954]={
199831  category="lo",
199832  description="BAMUM LETTER PHASE-D SHII",
199833  direction="l",
199834  linebreak="al",
199835  unicodeslot=0x16954,
199836 },
199837 [0x16955]={
199838  category="lo",
199839  description="BAMUM LETTER PHASE-D SHEUX",
199840  direction="l",
199841  linebreak="al",
199842  unicodeslot=0x16955,
199843 },
199844 [0x16956]={
199845  category="lo",
199846  description="BAMUM LETTER PHASE-D KYEE",
199847  direction="l",
199848  linebreak="al",
199849  unicodeslot=0x16956,
199850 },
199851 [0x16957]={
199852  category="lo",
199853  description="BAMUM LETTER PHASE-D NU",
199854  direction="l",
199855  linebreak="al",
199856  unicodeslot=0x16957,
199857 },
199858 [0x16958]={
199859  category="lo",
199860  description="BAMUM LETTER PHASE-D SHU",
199861  direction="l",
199862  linebreak="al",
199863  unicodeslot=0x16958,
199864 },
199865 [0x16959]={
199866  category="lo",
199867  description="BAMUM LETTER PHASE-D NTEE",
199868  direction="l",
199869  linebreak="al",
199870  unicodeslot=0x16959,
199871 },
199872 [0x1695A]={
199873  category="lo",
199874  description="BAMUM LETTER PHASE-D PEE",
199875  direction="l",
199876  linebreak="al",
199877  unicodeslot=0x1695A,
199878 },
199879 [0x1695B]={
199880  category="lo",
199881  description="BAMUM LETTER PHASE-D NI",
199882  direction="l",
199883  linebreak="al",
199884  unicodeslot=0x1695B,
199885 },
199886 [0x1695C]={
199887  category="lo",
199888  description="BAMUM LETTER PHASE-D SHOQ",
199889  direction="l",
199890  linebreak="al",
199891  unicodeslot=0x1695C,
199892 },
199893 [0x1695D]={
199894  category="lo",
199895  description="BAMUM LETTER PHASE-D PUQ",
199896  direction="l",
199897  linebreak="al",
199898  unicodeslot=0x1695D,
199899 },
199900 [0x1695E]={
199901  category="lo",
199902  description="BAMUM LETTER PHASE-D MVOP",
199903  direction="l",
199904  linebreak="al",
199905  unicodeslot=0x1695E,
199906 },
199907 [0x1695F]={
199908  category="lo",
199909  description="BAMUM LETTER PHASE-D LOQ",
199910  direction="l",
199911  linebreak="al",
199912  unicodeslot=0x1695F,
199913 },
199914 [0x16960]={
199915  category="lo",
199916  description="BAMUM LETTER PHASE-D REN MUCH",
199917  direction="l",
199918  linebreak="al",
199919  unicodeslot=0x16960,
199920 },
199921 [0x16961]={
199922  category="lo",
199923  description="BAMUM LETTER PHASE-D TI",
199924  direction="l",
199925  linebreak="al",
199926  unicodeslot=0x16961,
199927 },
199928 [0x16962]={
199929  category="lo",
199930  description="BAMUM LETTER PHASE-D NTUU",
199931  direction="l",
199932  linebreak="al",
199933  unicodeslot=0x16962,
199934 },
199935 [0x16963]={
199936  category="lo",
199937  description="BAMUM LETTER PHASE-D MBAA SEVEN",
199938  direction="l",
199939  linebreak="al",
199940  unicodeslot=0x16963,
199941 },
199942 [0x16964]={
199943  category="lo",
199944  description="BAMUM LETTER PHASE-D SAQ",
199945  direction="l",
199946  linebreak="al",
199947  unicodeslot=0x16964,
199948 },
199949 [0x16965]={
199950  category="lo",
199951  description="BAMUM LETTER PHASE-D FAA",
199952  direction="l",
199953  linebreak="al",
199954  unicodeslot=0x16965,
199955 },
199956 [0x16966]={
199957  category="lo",
199958  description="BAMUM LETTER PHASE-E NDAP",
199959  direction="l",
199960  linebreak="al",
199961  unicodeslot=0x16966,
199962 },
199963 [0x16967]={
199964  category="lo",
199965  description="BAMUM LETTER PHASE-E TOON",
199966  direction="l",
199967  linebreak="al",
199968  unicodeslot=0x16967,
199969 },
199970 [0x16968]={
199971  category="lo",
199972  description="BAMUM LETTER PHASE-E MBEUM",
199973  direction="l",
199974  linebreak="al",
199975  unicodeslot=0x16968,
199976 },
199977 [0x16969]={
199978  category="lo",
199979  description="BAMUM LETTER PHASE-E LAP",
199980  direction="l",
199981  linebreak="al",
199982  unicodeslot=0x16969,
199983 },
199984 [0x1696A]={
199985  category="lo",
199986  description="BAMUM LETTER PHASE-E VOM",
199987  direction="l",
199988  linebreak="al",
199989  unicodeslot=0x1696A,
199990 },
199991 [0x1696B]={
199992  category="lo",
199993  description="BAMUM LETTER PHASE-E LOON",
199994  direction="l",
199995  linebreak="al",
199996  unicodeslot=0x1696B,
199997 },
199998 [0x1696C]={
199999  category="lo",
200000  description="BAMUM LETTER PHASE-E PAA",
200001  direction="l",
200002  linebreak="al",
200003  unicodeslot=0x1696C,
200004 },
200005 [0x1696D]={
200006  category="lo",
200007  description="BAMUM LETTER PHASE-E SOM",
200008  direction="l",
200009  linebreak="al",
200010  unicodeslot=0x1696D,
200011 },
200012 [0x1696E]={
200013  category="lo",
200014  description="BAMUM LETTER PHASE-E RAQ",
200015  direction="l",
200016  linebreak="al",
200017  unicodeslot=0x1696E,
200018 },
200019 [0x1696F]={
200020  category="lo",
200021  description="BAMUM LETTER PHASE-E NSHUOP",
200022  direction="l",
200023  linebreak="al",
200024  unicodeslot=0x1696F,
200025 },
200026 [0x16970]={
200027  category="lo",
200028  description="BAMUM LETTER PHASE-E NDUN",
200029  direction="l",
200030  linebreak="al",
200031  unicodeslot=0x16970,
200032 },
200033 [0x16971]={
200034  category="lo",
200035  description="BAMUM LETTER PHASE-E PUAE",
200036  direction="l",
200037  linebreak="al",
200038  unicodeslot=0x16971,
200039 },
200040 [0x16972]={
200041  category="lo",
200042  description="BAMUM LETTER PHASE-E TAM",
200043  direction="l",
200044  linebreak="al",
200045  unicodeslot=0x16972,
200046 },
200047 [0x16973]={
200048  category="lo",
200049  description="BAMUM LETTER PHASE-E NGKA",
200050  direction="l",
200051  linebreak="al",
200052  unicodeslot=0x16973,
200053 },
200054 [0x16974]={
200055  category="lo",
200056  description="BAMUM LETTER PHASE-E KPEUX",
200057  direction="l",
200058  linebreak="al",
200059  unicodeslot=0x16974,
200060 },
200061 [0x16975]={
200062  category="lo",
200063  description="BAMUM LETTER PHASE-E WUO",
200064  direction="l",
200065  linebreak="al",
200066  unicodeslot=0x16975,
200067 },
200068 [0x16976]={
200069  category="lo",
200070  description="BAMUM LETTER PHASE-E SEE",
200071  direction="l",
200072  linebreak="al",
200073  unicodeslot=0x16976,
200074 },
200075 [0x16977]={
200076  category="lo",
200077  description="BAMUM LETTER PHASE-E NGGEUAET",
200078  direction="l",
200079  linebreak="al",
200080  unicodeslot=0x16977,
200081 },
200082 [0x16978]={
200083  category="lo",
200084  description="BAMUM LETTER PHASE-E PAAM",
200085  direction="l",
200086  linebreak="al",
200087  unicodeslot=0x16978,
200088 },
200089 [0x16979]={
200090  category="lo",
200091  description="BAMUM LETTER PHASE-E TOO",
200092  direction="l",
200093  linebreak="al",
200094  unicodeslot=0x16979,
200095 },
200096 [0x1697A]={
200097  category="lo",
200098  description="BAMUM LETTER PHASE-E KUOP",
200099  direction="l",
200100  linebreak="al",
200101  unicodeslot=0x1697A,
200102 },
200103 [0x1697B]={
200104  category="lo",
200105  description="BAMUM LETTER PHASE-E LOM",
200106  direction="l",
200107  linebreak="al",
200108  unicodeslot=0x1697B,
200109 },
200110 [0x1697C]={
200111  category="lo",
200112  description="BAMUM LETTER PHASE-E NSHIEE",
200113  direction="l",
200114  linebreak="al",
200115  unicodeslot=0x1697C,
200116 },
200117 [0x1697D]={
200118  category="lo",
200119  description="BAMUM LETTER PHASE-E NGOP",
200120  direction="l",
200121  linebreak="al",
200122  unicodeslot=0x1697D,
200123 },
200124 [0x1697E]={
200125  category="lo",
200126  description="BAMUM LETTER PHASE-E MAEM",
200127  direction="l",
200128  linebreak="al",
200129  unicodeslot=0x1697E,
200130 },
200131 [0x1697F]={
200132  category="lo",
200133  description="BAMUM LETTER PHASE-E NGKEUX",
200134  direction="l",
200135  linebreak="al",
200136  unicodeslot=0x1697F,
200137 },
200138 [0x16980]={
200139  category="lo",
200140  description="BAMUM LETTER PHASE-E NGOQ",
200141  direction="l",
200142  linebreak="al",
200143  unicodeslot=0x16980,
200144 },
200145 [0x16981]={
200146  category="lo",
200147  description="BAMUM LETTER PHASE-E NSHUE",
200148  direction="l",
200149  linebreak="al",
200150  unicodeslot=0x16981,
200151 },
200152 [0x16982]={
200153  category="lo",
200154  description="BAMUM LETTER PHASE-E RIMGBA",
200155  direction="l",
200156  linebreak="al",
200157  unicodeslot=0x16982,
200158 },
200159 [0x16983]={
200160  category="lo",
200161  description="BAMUM LETTER PHASE-E NJEUX",
200162  direction="l",
200163  linebreak="al",
200164  unicodeslot=0x16983,
200165 },
200166 [0x16984]={
200167  category="lo",
200168  description="BAMUM LETTER PHASE-E PEEM",
200169  direction="l",
200170  linebreak="al",
200171  unicodeslot=0x16984,
200172 },
200173 [0x16985]={
200174  category="lo",
200175  description="BAMUM LETTER PHASE-E SAA",
200176  direction="l",
200177  linebreak="al",
200178  unicodeslot=0x16985,
200179 },
200180 [0x16986]={
200181  category="lo",
200182  description="BAMUM LETTER PHASE-E NGGURAE",
200183  direction="l",
200184  linebreak="al",
200185  unicodeslot=0x16986,
200186 },
200187 [0x16987]={
200188  category="lo",
200189  description="BAMUM LETTER PHASE-E MGBA",
200190  direction="l",
200191  linebreak="al",
200192  unicodeslot=0x16987,
200193 },
200194 [0x16988]={
200195  category="lo",
200196  description="BAMUM LETTER PHASE-E GHEUX",
200197  direction="l",
200198  linebreak="al",
200199  unicodeslot=0x16988,
200200 },
200201 [0x16989]={
200202  category="lo",
200203  description="BAMUM LETTER PHASE-E NGKEUAEM",
200204  direction="l",
200205  linebreak="al",
200206  unicodeslot=0x16989,
200207 },
200208 [0x1698A]={
200209  category="lo",
200210  description="BAMUM LETTER PHASE-E NJAEMLI",
200211  direction="l",
200212  linebreak="al",
200213  unicodeslot=0x1698A,
200214 },
200215 [0x1698B]={
200216  category="lo",
200217  description="BAMUM LETTER PHASE-E MAP",
200218  direction="l",
200219  linebreak="al",
200220  unicodeslot=0x1698B,
200221 },
200222 [0x1698C]={
200223  category="lo",
200224  description="BAMUM LETTER PHASE-E LOOT",
200225  direction="l",
200226  linebreak="al",
200227  unicodeslot=0x1698C,
200228 },
200229 [0x1698D]={
200230  category="lo",
200231  description="BAMUM LETTER PHASE-E NGGEEEE",
200232  direction="l",
200233  linebreak="al",
200234  unicodeslot=0x1698D,
200235 },
200236 [0x1698E]={
200237  category="lo",
200238  description="BAMUM LETTER PHASE-E NDIQ",
200239  direction="l",
200240  linebreak="al",
200241  unicodeslot=0x1698E,
200242 },
200243 [0x1698F]={
200244  category="lo",
200245  description="BAMUM LETTER PHASE-E TAEN NTEUM",
200246  direction="l",
200247  linebreak="al",
200248  unicodeslot=0x1698F,
200249 },
200250 [0x16990]={
200251  category="lo",
200252  description="BAMUM LETTER PHASE-E SET",
200253  direction="l",
200254  linebreak="al",
200255  unicodeslot=0x16990,
200256 },
200257 [0x16991]={
200258  category="lo",
200259  description="BAMUM LETTER PHASE-E PUM",
200260  direction="l",
200261  linebreak="al",
200262  unicodeslot=0x16991,
200263 },
200264 [0x16992]={
200265  category="lo",
200266  description="BAMUM LETTER PHASE-E NDAA SOFTNESS",
200267  direction="l",
200268  linebreak="al",
200269  unicodeslot=0x16992,
200270 },
200271 [0x16993]={
200272  category="lo",
200273  description="BAMUM LETTER PHASE-E NGGUAESHAE NYAM",
200274  direction="l",
200275  linebreak="al",
200276  unicodeslot=0x16993,
200277 },
200278 [0x16994]={
200279  category="lo",
200280  description="BAMUM LETTER PHASE-E YIEE",
200281  direction="l",
200282  linebreak="al",
200283  unicodeslot=0x16994,
200284 },
200285 [0x16995]={
200286  category="lo",
200287  description="BAMUM LETTER PHASE-E GHEUN",
200288  direction="l",
200289  linebreak="al",
200290  unicodeslot=0x16995,
200291 },
200292 [0x16996]={
200293  category="lo",
200294  description="BAMUM LETTER PHASE-E TUAE",
200295  direction="l",
200296  linebreak="al",
200297  unicodeslot=0x16996,
200298 },
200299 [0x16997]={
200300  category="lo",
200301  description="BAMUM LETTER PHASE-E YEUAE",
200302  direction="l",
200303  linebreak="al",
200304  unicodeslot=0x16997,
200305 },
200306 [0x16998]={
200307  category="lo",
200308  description="BAMUM LETTER PHASE-E PO",
200309  direction="l",
200310  linebreak="al",
200311  unicodeslot=0x16998,
200312 },
200313 [0x16999]={
200314  category="lo",
200315  description="BAMUM LETTER PHASE-E TUMAE",
200316  direction="l",
200317  linebreak="al",
200318  unicodeslot=0x16999,
200319 },
200320 [0x1699A]={
200321  category="lo",
200322  description="BAMUM LETTER PHASE-E KEUAE",
200323  direction="l",
200324  linebreak="al",
200325  unicodeslot=0x1699A,
200326 },
200327 [0x1699B]={
200328  category="lo",
200329  description="BAMUM LETTER PHASE-E SUAEN",
200330  direction="l",
200331  linebreak="al",
200332  unicodeslot=0x1699B,
200333 },
200334 [0x1699C]={
200335  category="lo",
200336  description="BAMUM LETTER PHASE-E TEUAEQ",
200337  direction="l",
200338  linebreak="al",
200339  unicodeslot=0x1699C,
200340 },
200341 [0x1699D]={
200342  category="lo",
200343  description="BAMUM LETTER PHASE-E VEUAE",
200344  direction="l",
200345  linebreak="al",
200346  unicodeslot=0x1699D,
200347 },
200348 [0x1699E]={
200349  category="lo",
200350  description="BAMUM LETTER PHASE-E WEUX",
200351  direction="l",
200352  linebreak="al",
200353  unicodeslot=0x1699E,
200354 },
200355 [0x1699F]={
200356  category="lo",
200357  description="BAMUM LETTER PHASE-E LAAM",
200358  direction="l",
200359  linebreak="al",
200360  unicodeslot=0x1699F,
200361 },
200362 [0x169A0]={
200363  category="lo",
200364  description="BAMUM LETTER PHASE-E PU",
200365  direction="l",
200366  linebreak="al",
200367  unicodeslot=0x169A0,
200368 },
200369 [0x169A1]={
200370  category="lo",
200371  description="BAMUM LETTER PHASE-E TAAQ",
200372  direction="l",
200373  linebreak="al",
200374  unicodeslot=0x169A1,
200375 },
200376 [0x169A2]={
200377  category="lo",
200378  description="BAMUM LETTER PHASE-E GHAAMAE",
200379  direction="l",
200380  linebreak="al",
200381  unicodeslot=0x169A2,
200382 },
200383 [0x169A3]={
200384  category="lo",
200385  description="BAMUM LETTER PHASE-E NGEUREUT",
200386  direction="l",
200387  linebreak="al",
200388  unicodeslot=0x169A3,
200389 },
200390 [0x169A4]={
200391  category="lo",
200392  description="BAMUM LETTER PHASE-E SHEUAEQ",
200393  direction="l",
200394  linebreak="al",
200395  unicodeslot=0x169A4,
200396 },
200397 [0x169A5]={
200398  category="lo",
200399  description="BAMUM LETTER PHASE-E MGBEN",
200400  direction="l",
200401  linebreak="al",
200402  unicodeslot=0x169A5,
200403 },
200404 [0x169A6]={
200405  category="lo",
200406  description="BAMUM LETTER PHASE-E MBEE",
200407  direction="l",
200408  linebreak="al",
200409  unicodeslot=0x169A6,
200410 },
200411 [0x169A7]={
200412  category="lo",
200413  description="BAMUM LETTER PHASE-E NZAQ",
200414  direction="l",
200415  linebreak="al",
200416  unicodeslot=0x169A7,
200417 },
200418 [0x169A8]={
200419  category="lo",
200420  description="BAMUM LETTER PHASE-E NKOM",
200421  direction="l",
200422  linebreak="al",
200423  unicodeslot=0x169A8,
200424 },
200425 [0x169A9]={
200426  category="lo",
200427  description="BAMUM LETTER PHASE-E GBET",
200428  direction="l",
200429  linebreak="al",
200430  unicodeslot=0x169A9,
200431 },
200432 [0x169AA]={
200433  category="lo",
200434  description="BAMUM LETTER PHASE-E TUM",
200435  direction="l",
200436  linebreak="al",
200437  unicodeslot=0x169AA,
200438 },
200439 [0x169AB]={
200440  category="lo",
200441  description="BAMUM LETTER PHASE-E KUET",
200442  direction="l",
200443  linebreak="al",
200444  unicodeslot=0x169AB,
200445 },
200446 [0x169AC]={
200447  category="lo",
200448  description="BAMUM LETTER PHASE-E YAP",
200449  direction="l",
200450  linebreak="al",
200451  unicodeslot=0x169AC,
200452 },
200453 [0x169AD]={
200454  category="lo",
200455  description="BAMUM LETTER PHASE-E NYI CLEAVER",
200456  direction="l",
200457  linebreak="al",
200458  unicodeslot=0x169AD,
200459 },
200460 [0x169AE]={
200461  category="lo",
200462  description="BAMUM LETTER PHASE-E YIT",
200463  direction="l",
200464  linebreak="al",
200465  unicodeslot=0x169AE,
200466 },
200467 [0x169AF]={
200468  category="lo",
200469  description="BAMUM LETTER PHASE-E MFEUQ",
200470  direction="l",
200471  linebreak="al",
200472  unicodeslot=0x169AF,
200473 },
200474 [0x169B0]={
200475  category="lo",
200476  description="BAMUM LETTER PHASE-E NDIAQ",
200477  direction="l",
200478  linebreak="al",
200479  unicodeslot=0x169B0,
200480 },
200481 [0x169B1]={
200482  category="lo",
200483  description="BAMUM LETTER PHASE-E PIEEQ",
200484  direction="l",
200485  linebreak="al",
200486  unicodeslot=0x169B1,
200487 },
200488 [0x169B2]={
200489  category="lo",
200490  description="BAMUM LETTER PHASE-E YUEQ",
200491  direction="l",
200492  linebreak="al",
200493  unicodeslot=0x169B2,
200494 },
200495 [0x169B3]={
200496  category="lo",
200497  description="BAMUM LETTER PHASE-E LEUAEM",
200498  direction="l",
200499  linebreak="al",
200500  unicodeslot=0x169B3,
200501 },
200502 [0x169B4]={
200503  category="lo",
200504  description="BAMUM LETTER PHASE-E FUE",
200505  direction="l",
200506  linebreak="al",
200507  unicodeslot=0x169B4,
200508 },
200509 [0x169B5]={
200510  category="lo",
200511  description="BAMUM LETTER PHASE-E GBEUX",
200512  direction="l",
200513  linebreak="al",
200514  unicodeslot=0x169B5,
200515 },
200516 [0x169B6]={
200517  category="lo",
200518  description="BAMUM LETTER PHASE-E NGKUP",
200519  direction="l",
200520  linebreak="al",
200521  unicodeslot=0x169B6,
200522 },
200523 [0x169B7]={
200524  category="lo",
200525  description="BAMUM LETTER PHASE-E KET",
200526  direction="l",
200527  linebreak="al",
200528  unicodeslot=0x169B7,
200529 },
200530 [0x169B8]={
200531  category="lo",
200532  description="BAMUM LETTER PHASE-E MAE",
200533  direction="l",
200534  linebreak="al",
200535  unicodeslot=0x169B8,
200536 },
200537 [0x169B9]={
200538  category="lo",
200539  description="BAMUM LETTER PHASE-E NGKAAMI",
200540  direction="l",
200541  linebreak="al",
200542  unicodeslot=0x169B9,
200543 },
200544 [0x169BA]={
200545  category="lo",
200546  description="BAMUM LETTER PHASE-E GHET",
200547  direction="l",
200548  linebreak="al",
200549  unicodeslot=0x169BA,
200550 },
200551 [0x169BB]={
200552  category="lo",
200553  description="BAMUM LETTER PHASE-E FA",
200554  direction="l",
200555  linebreak="al",
200556  unicodeslot=0x169BB,
200557 },
200558 [0x169BC]={
200559  category="lo",
200560  description="BAMUM LETTER PHASE-E NTUM",
200561  direction="l",
200562  linebreak="al",
200563  unicodeslot=0x169BC,
200564 },
200565 [0x169BD]={
200566  category="lo",
200567  description="BAMUM LETTER PHASE-E PEUT",
200568  direction="l",
200569  linebreak="al",
200570  unicodeslot=0x169BD,
200571 },
200572 [0x169BE]={
200573  category="lo",
200574  description="BAMUM LETTER PHASE-E YEUM",
200575  direction="l",
200576  linebreak="al",
200577  unicodeslot=0x169BE,
200578 },
200579 [0x169BF]={
200580  category="lo",
200581  description="BAMUM LETTER PHASE-E NGGEUAE",
200582  direction="l",
200583  linebreak="al",
200584  unicodeslot=0x169BF,
200585 },
200586 [0x169C0]={
200587  category="lo",
200588  description="BAMUM LETTER PHASE-E NYI BETWEEN",
200589  direction="l",
200590  linebreak="al",
200591  unicodeslot=0x169C0,
200592 },
200593 [0x169C1]={
200594  category="lo",
200595  description="BAMUM LETTER PHASE-E NZUQ",
200596  direction="l",
200597  linebreak="al",
200598  unicodeslot=0x169C1,
200599 },
200600 [0x169C2]={
200601  category="lo",
200602  description="BAMUM LETTER PHASE-E POON",
200603  direction="l",
200604  linebreak="al",
200605  unicodeslot=0x169C2,
200606 },
200607 [0x169C3]={
200608  category="lo",
200609  description="BAMUM LETTER PHASE-E MIEE",
200610  direction="l",
200611  linebreak="al",
200612  unicodeslot=0x169C3,
200613 },
200614 [0x169C4]={
200615  category="lo",
200616  description="BAMUM LETTER PHASE-E FUET",
200617  direction="l",
200618  linebreak="al",
200619  unicodeslot=0x169C4,
200620 },
200621 [0x169C5]={
200622  category="lo",
200623  description="BAMUM LETTER PHASE-E NAE",
200624  direction="l",
200625  linebreak="al",
200626  unicodeslot=0x169C5,
200627 },
200628 [0x169C6]={
200629  category="lo",
200630  description="BAMUM LETTER PHASE-E MUAE",
200631  direction="l",
200632  linebreak="al",
200633  unicodeslot=0x169C6,
200634 },
200635 [0x169C7]={
200636  category="lo",
200637  description="BAMUM LETTER PHASE-E GHEUAE",
200638  direction="l",
200639  linebreak="al",
200640  unicodeslot=0x169C7,
200641 },
200642 [0x169C8]={
200643  category="lo",
200644  description="BAMUM LETTER PHASE-E FU I",
200645  direction="l",
200646  linebreak="al",
200647  unicodeslot=0x169C8,
200648 },
200649 [0x169C9]={
200650  category="lo",
200651  description="BAMUM LETTER PHASE-E MVI",
200652  direction="l",
200653  linebreak="al",
200654  unicodeslot=0x169C9,
200655 },
200656 [0x169CA]={
200657  category="lo",
200658  description="BAMUM LETTER PHASE-E PUAQ",
200659  direction="l",
200660  linebreak="al",
200661  unicodeslot=0x169CA,
200662 },
200663 [0x169CB]={
200664  category="lo",
200665  description="BAMUM LETTER PHASE-E NGKUM",
200666  direction="l",
200667  linebreak="al",
200668  unicodeslot=0x169CB,
200669 },
200670 [0x169CC]={
200671  category="lo",
200672  description="BAMUM LETTER PHASE-E KUT",
200673  direction="l",
200674  linebreak="al",
200675  unicodeslot=0x169CC,
200676 },
200677 [0x169CD]={
200678  category="lo",
200679  description="BAMUM LETTER PHASE-E PIET",
200680  direction="l",
200681  linebreak="al",
200682  unicodeslot=0x169CD,
200683 },
200684 [0x169CE]={
200685  category="lo",
200686  description="BAMUM LETTER PHASE-E NTAP",
200687  direction="l",
200688  linebreak="al",
200689  unicodeslot=0x169CE,
200690 },
200691 [0x169CF]={
200692  category="lo",
200693  description="BAMUM LETTER PHASE-E YEUAET",
200694  direction="l",
200695  linebreak="al",
200696  unicodeslot=0x169CF,
200697 },
200698 [0x169D0]={
200699  category="lo",
200700  description="BAMUM LETTER PHASE-E NGGUP",
200701  direction="l",
200702  linebreak="al",
200703  unicodeslot=0x169D0,
200704 },
200705 [0x169D1]={
200706  category="lo",
200707  description="BAMUM LETTER PHASE-E PA PEOPLE",
200708  direction="l",
200709  linebreak="al",
200710  unicodeslot=0x169D1,
200711 },
200712 [0x169D2]={
200713  category="lo",
200714  description="BAMUM LETTER PHASE-E FU CALL",
200715  direction="l",
200716  linebreak="al",
200717  unicodeslot=0x169D2,
200718 },
200719 [0x169D3]={
200720  category="lo",
200721  description="BAMUM LETTER PHASE-E FOM",
200722  direction="l",
200723  linebreak="al",
200724  unicodeslot=0x169D3,
200725 },
200726 [0x169D4]={
200727  category="lo",
200728  description="BAMUM LETTER PHASE-E NJEE",
200729  direction="l",
200730  linebreak="al",
200731  unicodeslot=0x169D4,
200732 },
200733 [0x169D5]={
200734  category="lo",
200735  description="BAMUM LETTER PHASE-E A",
200736  direction="l",
200737  linebreak="al",
200738  unicodeslot=0x169D5,
200739 },
200740 [0x169D6]={
200741  category="lo",
200742  description="BAMUM LETTER PHASE-E TOQ",
200743  direction="l",
200744  linebreak="al",
200745  unicodeslot=0x169D6,
200746 },
200747 [0x169D7]={
200748  category="lo",
200749  description="BAMUM LETTER PHASE-E O",
200750  direction="l",
200751  linebreak="al",
200752  unicodeslot=0x169D7,
200753 },
200754 [0x169D8]={
200755  category="lo",
200756  description="BAMUM LETTER PHASE-E I",
200757  direction="l",
200758  linebreak="al",
200759  unicodeslot=0x169D8,
200760 },
200761 [0x169D9]={
200762  category="lo",
200763  description="BAMUM LETTER PHASE-E LAQ",
200764  direction="l",
200765  linebreak="al",
200766  unicodeslot=0x169D9,
200767 },
200768 [0x169DA]={
200769  category="lo",
200770  description="BAMUM LETTER PHASE-E PA PLURAL",
200771  direction="l",
200772  linebreak="al",
200773  unicodeslot=0x169DA,
200774 },
200775 [0x169DB]={
200776  category="lo",
200777  description="BAMUM LETTER PHASE-E TAA",
200778  direction="l",
200779  linebreak="al",
200780  unicodeslot=0x169DB,
200781 },
200782 [0x169DC]={
200783  category="lo",
200784  description="BAMUM LETTER PHASE-E TAQ",
200785  direction="l",
200786  linebreak="al",
200787  unicodeslot=0x169DC,
200788 },
200789 [0x169DD]={
200790  category="lo",
200791  description="BAMUM LETTER PHASE-E NDAA MY HOUSE",
200792  direction="l",
200793  linebreak="al",
200794  unicodeslot=0x169DD,
200795 },
200796 [0x169DE]={
200797  category="lo",
200798  description="BAMUM LETTER PHASE-E SHIQ",
200799  direction="l",
200800  linebreak="al",
200801  unicodeslot=0x169DE,
200802 },
200803 [0x169DF]={
200804  category="lo",
200805  description="BAMUM LETTER PHASE-E YEUX",
200806  direction="l",
200807  linebreak="al",
200808  unicodeslot=0x169DF,
200809 },
200810 [0x169E0]={
200811  category="lo",
200812  description="BAMUM LETTER PHASE-E NGUAE",
200813  direction="l",
200814  linebreak="al",
200815  unicodeslot=0x169E0,
200816 },
200817 [0x169E1]={
200818  category="lo",
200819  description="BAMUM LETTER PHASE-E YUAEN",
200820  direction="l",
200821  linebreak="al",
200822  unicodeslot=0x169E1,
200823 },
200824 [0x169E2]={
200825  category="lo",
200826  description="BAMUM LETTER PHASE-E YOQ SWIMMING",
200827  direction="l",
200828  linebreak="al",
200829  unicodeslot=0x169E2,
200830 },
200831 [0x169E3]={
200832  category="lo",
200833  description="BAMUM LETTER PHASE-E YOQ COVER",
200834  direction="l",
200835  linebreak="al",
200836  unicodeslot=0x169E3,
200837 },
200838 [0x169E4]={
200839  category="lo",
200840  description="BAMUM LETTER PHASE-E YUQ",
200841  direction="l",
200842  linebreak="al",
200843  unicodeslot=0x169E4,
200844 },
200845 [0x169E5]={
200846  category="lo",
200847  description="BAMUM LETTER PHASE-E YUN",
200848  direction="l",
200849  linebreak="al",
200850  unicodeslot=0x169E5,
200851 },
200852 [0x169E6]={
200853  category="lo",
200854  description="BAMUM LETTER PHASE-E KEUX",
200855  direction="l",
200856  linebreak="al",
200857  unicodeslot=0x169E6,
200858 },
200859 [0x169E7]={
200860  category="lo",
200861  description="BAMUM LETTER PHASE-E PEUX",
200862  direction="l",
200863  linebreak="al",
200864  unicodeslot=0x169E7,
200865 },
200866 [0x169E8]={
200867  category="lo",
200868  description="BAMUM LETTER PHASE-E NJEE EPOCH",
200869  direction="l",
200870  linebreak="al",
200871  unicodeslot=0x169E8,
200872 },
200873 [0x169E9]={
200874  category="lo",
200875  description="BAMUM LETTER PHASE-E PUE",
200876  direction="l",
200877  linebreak="al",
200878  unicodeslot=0x169E9,
200879 },
200880 [0x169EA]={
200881  category="lo",
200882  description="BAMUM LETTER PHASE-E WUE",
200883  direction="l",
200884  linebreak="al",
200885  unicodeslot=0x169EA,
200886 },
200887 [0x169EB]={
200888  category="lo",
200889  description="BAMUM LETTER PHASE-E FEE",
200890  direction="l",
200891  linebreak="al",
200892  unicodeslot=0x169EB,
200893 },
200894 [0x169EC]={
200895  category="lo",
200896  description="BAMUM LETTER PHASE-E VEE",
200897  direction="l",
200898  linebreak="al",
200899  unicodeslot=0x169EC,
200900 },
200901 [0x169ED]={
200902  category="lo",
200903  description="BAMUM LETTER PHASE-E LU",
200904  direction="l",
200905  linebreak="al",
200906  unicodeslot=0x169ED,
200907 },
200908 [0x169EE]={
200909  category="lo",
200910  description="BAMUM LETTER PHASE-E MI",
200911  direction="l",
200912  linebreak="al",
200913  unicodeslot=0x169EE,
200914 },
200915 [0x169EF]={
200916  category="lo",
200917  description="BAMUM LETTER PHASE-E REUX",
200918  direction="l",
200919  linebreak="al",
200920  unicodeslot=0x169EF,
200921 },
200922 [0x169F0]={
200923  category="lo",
200924  description="BAMUM LETTER PHASE-E RAE",
200925  direction="l",
200926  linebreak="al",
200927  unicodeslot=0x169F0,
200928 },
200929 [0x169F1]={
200930  category="lo",
200931  description="BAMUM LETTER PHASE-E NGUAET",
200932  direction="l",
200933  linebreak="al",
200934  unicodeslot=0x169F1,
200935 },
200936 [0x169F2]={
200937  category="lo",
200938  description="BAMUM LETTER PHASE-E NGA",
200939  direction="l",
200940  linebreak="al",
200941  unicodeslot=0x169F2,
200942 },
200943 [0x169F3]={
200944  category="lo",
200945  description="BAMUM LETTER PHASE-E SHO",
200946  direction="l",
200947  linebreak="al",
200948  unicodeslot=0x169F3,
200949 },
200950 [0x169F4]={
200951  category="lo",
200952  description="BAMUM LETTER PHASE-E SHOQ",
200953  direction="l",
200954  linebreak="al",
200955  unicodeslot=0x169F4,
200956 },
200957 [0x169F5]={
200958  category="lo",
200959  description="BAMUM LETTER PHASE-E FU REMEDY",
200960  direction="l",
200961  linebreak="al",
200962  unicodeslot=0x169F5,
200963 },
200964 [0x169F6]={
200965  category="lo",
200966  description="BAMUM LETTER PHASE-E NA",
200967  direction="l",
200968  linebreak="al",
200969  unicodeslot=0x169F6,
200970 },
200971 [0x169F7]={
200972  category="lo",
200973  description="BAMUM LETTER PHASE-E PI",
200974  direction="l",
200975  linebreak="al",
200976  unicodeslot=0x169F7,
200977 },
200978 [0x169F8]={
200979  category="lo",
200980  description="BAMUM LETTER PHASE-E LOQ",
200981  direction="l",
200982  linebreak="al",
200983  unicodeslot=0x169F8,
200984 },
200985 [0x169F9]={
200986  category="lo",
200987  description="BAMUM LETTER PHASE-E KO",
200988  direction="l",
200989  linebreak="al",
200990  unicodeslot=0x169F9,
200991 },
200992 [0x169FA]={
200993  category="lo",
200994  description="BAMUM LETTER PHASE-E MEN",
200995  direction="l",
200996  linebreak="al",
200997  unicodeslot=0x169FA,
200998 },
200999 [0x169FB]={
201000  category="lo",
201001  description="BAMUM LETTER PHASE-E MA",
201002  direction="l",
201003  linebreak="al",
201004  unicodeslot=0x169FB,
201005 },
201006 [0x169FC]={
201007  category="lo",
201008  description="BAMUM LETTER PHASE-E MAQ",
201009  direction="l",
201010  linebreak="al",
201011  unicodeslot=0x169FC,
201012 },
201013 [0x169FD]={
201014  category="lo",
201015  description="BAMUM LETTER PHASE-E TEU",
201016  direction="l",
201017  linebreak="al",
201018  unicodeslot=0x169FD,
201019 },
201020 [0x169FE]={
201021  category="lo",
201022  description="BAMUM LETTER PHASE-E KI",
201023  direction="l",
201024  linebreak="al",
201025  unicodeslot=0x169FE,
201026 },
201027 [0x169FF]={
201028  category="lo",
201029  description="BAMUM LETTER PHASE-E MON",
201030  direction="l",
201031  linebreak="al",
201032  unicodeslot=0x169FF,
201033 },
201034 [0x16A00]={
201035  category="lo",
201036  description="BAMUM LETTER PHASE-E TEN",
201037  direction="l",
201038  linebreak="al",
201039  unicodeslot=0x16A00,
201040 },
201041 [0x16A01]={
201042  category="lo",
201043  description="BAMUM LETTER PHASE-E FAQ",
201044  direction="l",
201045  linebreak="al",
201046  unicodeslot=0x16A01,
201047 },
201048 [0x16A02]={
201049  category="lo",
201050  description="BAMUM LETTER PHASE-E GHOM",
201051  direction="l",
201052  linebreak="al",
201053  unicodeslot=0x16A02,
201054 },
201055 [0x16A03]={
201056  category="lo",
201057  description="BAMUM LETTER PHASE-F KA",
201058  direction="l",
201059  linebreak="al",
201060  unicodeslot=0x16A03,
201061 },
201062 [0x16A04]={
201063  category="lo",
201064  description="BAMUM LETTER PHASE-F U",
201065  direction="l",
201066  linebreak="al",
201067  unicodeslot=0x16A04,
201068 },
201069 [0x16A05]={
201070  category="lo",
201071  description="BAMUM LETTER PHASE-F KU",
201072  direction="l",
201073  linebreak="al",
201074  unicodeslot=0x16A05,
201075 },
201076 [0x16A06]={
201077  category="lo",
201078  description="BAMUM LETTER PHASE-F EE",
201079  direction="l",
201080  linebreak="al",
201081  unicodeslot=0x16A06,
201082 },
201083 [0x16A07]={
201084  category="lo",
201085  description="BAMUM LETTER PHASE-F REE",
201086  direction="l",
201087  linebreak="al",
201088  unicodeslot=0x16A07,
201089 },
201090 [0x16A08]={
201091  category="lo",
201092  description="BAMUM LETTER PHASE-F TAE",
201093  direction="l",
201094  linebreak="al",
201095  unicodeslot=0x16A08,
201096 },
201097 [0x16A09]={
201098  category="lo",
201099  description="BAMUM LETTER PHASE-F NYI",
201100  direction="l",
201101  linebreak="al",
201102  unicodeslot=0x16A09,
201103 },
201104 [0x16A0A]={
201105  category="lo",
201106  description="BAMUM LETTER PHASE-F LA",
201107  direction="l",
201108  linebreak="al",
201109  unicodeslot=0x16A0A,
201110 },
201111 [0x16A0B]={
201112  category="lo",
201113  description="BAMUM LETTER PHASE-F RII",
201114  direction="l",
201115  linebreak="al",
201116  unicodeslot=0x16A0B,
201117 },
201118 [0x16A0C]={
201119  category="lo",
201120  description="BAMUM LETTER PHASE-F RIEE",
201121  direction="l",
201122  linebreak="al",
201123  unicodeslot=0x16A0C,
201124 },
201125 [0x16A0D]={
201126  category="lo",
201127  description="BAMUM LETTER PHASE-F MEEEE",
201128  direction="l",
201129  linebreak="al",
201130  unicodeslot=0x16A0D,
201131 },
201132 [0x16A0E]={
201133  category="lo",
201134  description="BAMUM LETTER PHASE-F TAA",
201135  direction="l",
201136  linebreak="al",
201137  unicodeslot=0x16A0E,
201138 },
201139 [0x16A0F]={
201140  category="lo",
201141  description="BAMUM LETTER PHASE-F NDAA",
201142  direction="l",
201143  linebreak="al",
201144  unicodeslot=0x16A0F,
201145 },
201146 [0x16A10]={
201147  category="lo",
201148  description="BAMUM LETTER PHASE-F NJAEM",
201149  direction="l",
201150  linebreak="al",
201151  unicodeslot=0x16A10,
201152 },
201153 [0x16A11]={
201154  category="lo",
201155  description="BAMUM LETTER PHASE-F M",
201156  direction="l",
201157  linebreak="al",
201158  unicodeslot=0x16A11,
201159 },
201160 [0x16A12]={
201161  category="lo",
201162  description="BAMUM LETTER PHASE-F SUU",
201163  direction="l",
201164  linebreak="al",
201165  unicodeslot=0x16A12,
201166 },
201167 [0x16A13]={
201168  category="lo",
201169  description="BAMUM LETTER PHASE-F SHII",
201170  direction="l",
201171  linebreak="al",
201172  unicodeslot=0x16A13,
201173 },
201174 [0x16A14]={
201175  category="lo",
201176  description="BAMUM LETTER PHASE-F SI",
201177  direction="l",
201178  linebreak="al",
201179  unicodeslot=0x16A14,
201180 },
201181 [0x16A15]={
201182  category="lo",
201183  description="BAMUM LETTER PHASE-F SEUX",
201184  direction="l",
201185  linebreak="al",
201186  unicodeslot=0x16A15,
201187 },
201188 [0x16A16]={
201189  category="lo",
201190  description="BAMUM LETTER PHASE-F KYEE",
201191  direction="l",
201192  linebreak="al",
201193  unicodeslot=0x16A16,
201194 },
201195 [0x16A17]={
201196  category="lo",
201197  description="BAMUM LETTER PHASE-F KET",
201198  direction="l",
201199  linebreak="al",
201200  unicodeslot=0x16A17,
201201 },
201202 [0x16A18]={
201203  category="lo",
201204  description="BAMUM LETTER PHASE-F NUAE",
201205  direction="l",
201206  linebreak="al",
201207  unicodeslot=0x16A18,
201208 },
201209 [0x16A19]={
201210  category="lo",
201211  description="BAMUM LETTER PHASE-F NU",
201212  direction="l",
201213  linebreak="al",
201214  unicodeslot=0x16A19,
201215 },
201216 [0x16A1A]={
201217  category="lo",
201218  description="BAMUM LETTER PHASE-F NJUAE",
201219  direction="l",
201220  linebreak="al",
201221  unicodeslot=0x16A1A,
201222 },
201223 [0x16A1B]={
201224  category="lo",
201225  description="BAMUM LETTER PHASE-F YOQ",
201226  direction="l",
201227  linebreak="al",
201228  unicodeslot=0x16A1B,
201229 },
201230 [0x16A1C]={
201231  category="lo",
201232  description="BAMUM LETTER PHASE-F SHU",
201233  direction="l",
201234  linebreak="al",
201235  unicodeslot=0x16A1C,
201236 },
201237 [0x16A1D]={
201238  category="lo",
201239  description="BAMUM LETTER PHASE-F YA",
201240  direction="l",
201241  linebreak="al",
201242  unicodeslot=0x16A1D,
201243 },
201244 [0x16A1E]={
201245  category="lo",
201246  description="BAMUM LETTER PHASE-F NSHA",
201247  direction="l",
201248  linebreak="al",
201249  unicodeslot=0x16A1E,
201250 },
201251 [0x16A1F]={
201252  category="lo",
201253  description="BAMUM LETTER PHASE-F PEUX",
201254  direction="l",
201255  linebreak="al",
201256  unicodeslot=0x16A1F,
201257 },
201258 [0x16A20]={
201259  category="lo",
201260  description="BAMUM LETTER PHASE-F NTEE",
201261  direction="l",
201262  linebreak="al",
201263  unicodeslot=0x16A20,
201264 },
201265 [0x16A21]={
201266  category="lo",
201267  description="BAMUM LETTER PHASE-F WUE",
201268  direction="l",
201269  linebreak="al",
201270  unicodeslot=0x16A21,
201271 },
201272 [0x16A22]={
201273  category="lo",
201274  description="BAMUM LETTER PHASE-F PEE",
201275  direction="l",
201276  linebreak="al",
201277  unicodeslot=0x16A22,
201278 },
201279 [0x16A23]={
201280  category="lo",
201281  description="BAMUM LETTER PHASE-F RU",
201282  direction="l",
201283  linebreak="al",
201284  unicodeslot=0x16A23,
201285 },
201286 [0x16A24]={
201287  category="lo",
201288  description="BAMUM LETTER PHASE-F NI",
201289  direction="l",
201290  linebreak="al",
201291  unicodeslot=0x16A24,
201292 },
201293 [0x16A25]={
201294  category="lo",
201295  description="BAMUM LETTER PHASE-F REUX",
201296  direction="l",
201297  linebreak="al",
201298  unicodeslot=0x16A25,
201299 },
201300 [0x16A26]={
201301  category="lo",
201302  description="BAMUM LETTER PHASE-F KEN",
201303  direction="l",
201304  linebreak="al",
201305  unicodeslot=0x16A26,
201306 },
201307 [0x16A27]={
201308  category="lo",
201309  description="BAMUM LETTER PHASE-F NGKWAEN",
201310  direction="l",
201311  linebreak="al",
201312  unicodeslot=0x16A27,
201313 },
201314 [0x16A28]={
201315  category="lo",
201316  description="BAMUM LETTER PHASE-F NGGA",
201317  direction="l",
201318  linebreak="al",
201319  unicodeslot=0x16A28,
201320 },
201321 [0x16A29]={
201322  category="lo",
201323  description="BAMUM LETTER PHASE-F SHO",
201324  direction="l",
201325  linebreak="al",
201326  unicodeslot=0x16A29,
201327 },
201328 [0x16A2A]={
201329  category="lo",
201330  description="BAMUM LETTER PHASE-F PUAE",
201331  direction="l",
201332  linebreak="al",
201333  unicodeslot=0x16A2A,
201334 },
201335 [0x16A2B]={
201336  category="lo",
201337  description="BAMUM LETTER PHASE-F FOM",
201338  direction="l",
201339  linebreak="al",
201340  unicodeslot=0x16A2B,
201341 },
201342 [0x16A2C]={
201343  category="lo",
201344  description="BAMUM LETTER PHASE-F WA",
201345  direction="l",
201346  linebreak="al",
201347  unicodeslot=0x16A2C,
201348 },
201349 [0x16A2D]={
201350  category="lo",
201351  description="BAMUM LETTER PHASE-F LI",
201352  direction="l",
201353  linebreak="al",
201354  unicodeslot=0x16A2D,
201355 },
201356 [0x16A2E]={
201357  category="lo",
201358  description="BAMUM LETTER PHASE-F LOQ",
201359  direction="l",
201360  linebreak="al",
201361  unicodeslot=0x16A2E,
201362 },
201363 [0x16A2F]={
201364  category="lo",
201365  description="BAMUM LETTER PHASE-F KO",
201366  direction="l",
201367  linebreak="al",
201368  unicodeslot=0x16A2F,
201369 },
201370 [0x16A30]={
201371  category="lo",
201372  description="BAMUM LETTER PHASE-F MBEN",
201373  direction="l",
201374  linebreak="al",
201375  unicodeslot=0x16A30,
201376 },
201377 [0x16A31]={
201378  category="lo",
201379  description="BAMUM LETTER PHASE-F REN",
201380  direction="l",
201381  linebreak="al",
201382  unicodeslot=0x16A31,
201383 },
201384 [0x16A32]={
201385  category="lo",
201386  description="BAMUM LETTER PHASE-F MA",
201387  direction="l",
201388  linebreak="al",
201389  unicodeslot=0x16A32,
201390 },
201391 [0x16A33]={
201392  category="lo",
201393  description="BAMUM LETTER PHASE-F MO",
201394  direction="l",
201395  linebreak="al",
201396  unicodeslot=0x16A33,
201397 },
201398 [0x16A34]={
201399  category="lo",
201400  description="BAMUM LETTER PHASE-F MBAA",
201401  direction="l",
201402  linebreak="al",
201403  unicodeslot=0x16A34,
201404 },
201405 [0x16A35]={
201406  category="lo",
201407  description="BAMUM LETTER PHASE-F TET",
201408  direction="l",
201409  linebreak="al",
201410  unicodeslot=0x16A35,
201411 },
201412 [0x16A36]={
201413  category="lo",
201414  description="BAMUM LETTER PHASE-F KPA",
201415  direction="l",
201416  linebreak="al",
201417  unicodeslot=0x16A36,
201418 },
201419 [0x16A37]={
201420  category="lo",
201421  description="BAMUM LETTER PHASE-F SAMBA",
201422  direction="l",
201423  linebreak="al",
201424  unicodeslot=0x16A37,
201425 },
201426 [0x16A38]={
201427  category="lo",
201428  description="BAMUM LETTER PHASE-F VUEQ",
201429  direction="l",
201430  linebreak="al",
201431  unicodeslot=0x16A38,
201432 },
201433 [0x16A40]={
201434  category="lo",
201435  description="MRO LETTER TA",
201436  direction="l",
201437  linebreak="al",
201438  unicodeslot=0x16A40,
201439 },
201440 [0x16A41]={
201441  category="lo",
201442  description="MRO LETTER NGI",
201443  direction="l",
201444  linebreak="al",
201445  unicodeslot=0x16A41,
201446 },
201447 [0x16A42]={
201448  category="lo",
201449  description="MRO LETTER YO",
201450  direction="l",
201451  linebreak="al",
201452  unicodeslot=0x16A42,
201453 },
201454 [0x16A43]={
201455  category="lo",
201456  description="MRO LETTER MIM",
201457  direction="l",
201458  linebreak="al",
201459  unicodeslot=0x16A43,
201460 },
201461 [0x16A44]={
201462  category="lo",
201463  description="MRO LETTER BA",
201464  direction="l",
201465  linebreak="al",
201466  unicodeslot=0x16A44,
201467 },
201468 [0x16A45]={
201469  category="lo",
201470  description="MRO LETTER DA",
201471  direction="l",
201472  linebreak="al",
201473  unicodeslot=0x16A45,
201474 },
201475 [0x16A46]={
201476  category="lo",
201477  description="MRO LETTER A",
201478  direction="l",
201479  linebreak="al",
201480  unicodeslot=0x16A46,
201481 },
201482 [0x16A47]={
201483  category="lo",
201484  description="MRO LETTER PHI",
201485  direction="l",
201486  linebreak="al",
201487  unicodeslot=0x16A47,
201488 },
201489 [0x16A48]={
201490  category="lo",
201491  description="MRO LETTER KHAI",
201492  direction="l",
201493  linebreak="al",
201494  unicodeslot=0x16A48,
201495 },
201496 [0x16A49]={
201497  category="lo",
201498  description="MRO LETTER HAO",
201499  direction="l",
201500  linebreak="al",
201501  unicodeslot=0x16A49,
201502 },
201503 [0x16A4A]={
201504  category="lo",
201505  description="MRO LETTER DAI",
201506  direction="l",
201507  linebreak="al",
201508  unicodeslot=0x16A4A,
201509 },
201510 [0x16A4B]={
201511  category="lo",
201512  description="MRO LETTER CHU",
201513  direction="l",
201514  linebreak="al",
201515  unicodeslot=0x16A4B,
201516 },
201517 [0x16A4C]={
201518  category="lo",
201519  description="MRO LETTER KEAAE",
201520  direction="l",
201521  linebreak="al",
201522  unicodeslot=0x16A4C,
201523 },
201524 [0x16A4D]={
201525  category="lo",
201526  description="MRO LETTER OL",
201527  direction="l",
201528  linebreak="al",
201529  unicodeslot=0x16A4D,
201530 },
201531 [0x16A4E]={
201532  category="lo",
201533  description="MRO LETTER MAEM",
201534  direction="l",
201535  linebreak="al",
201536  unicodeslot=0x16A4E,
201537 },
201538 [0x16A4F]={
201539  category="lo",
201540  description="MRO LETTER NIN",
201541  direction="l",
201542  linebreak="al",
201543  unicodeslot=0x16A4F,
201544 },
201545 [0x16A50]={
201546  category="lo",
201547  description="MRO LETTER PA",
201548  direction="l",
201549  linebreak="al",
201550  unicodeslot=0x16A50,
201551 },
201552 [0x16A51]={
201553  category="lo",
201554  description="MRO LETTER OO",
201555  direction="l",
201556  linebreak="al",
201557  unicodeslot=0x16A51,
201558 },
201559 [0x16A52]={
201560  category="lo",
201561  description="MRO LETTER O",
201562  direction="l",
201563  linebreak="al",
201564  unicodeslot=0x16A52,
201565 },
201566 [0x16A53]={
201567  category="lo",
201568  description="MRO LETTER RO",
201569  direction="l",
201570  linebreak="al",
201571  unicodeslot=0x16A53,
201572 },
201573 [0x16A54]={
201574  category="lo",
201575  description="MRO LETTER SHI",
201576  direction="l",
201577  linebreak="al",
201578  unicodeslot=0x16A54,
201579 },
201580 [0x16A55]={
201581  category="lo",
201582  description="MRO LETTER THEA",
201583  direction="l",
201584  linebreak="al",
201585  unicodeslot=0x16A55,
201586 },
201587 [0x16A56]={
201588  category="lo",
201589  description="MRO LETTER EA",
201590  direction="l",
201591  linebreak="al",
201592  unicodeslot=0x16A56,
201593 },
201594 [0x16A57]={
201595  category="lo",
201596  description="MRO LETTER WA",
201597  direction="l",
201598  linebreak="al",
201599  unicodeslot=0x16A57,
201600 },
201601 [0x16A58]={
201602  category="lo",
201603  description="MRO LETTER E",
201604  direction="l",
201605  linebreak="al",
201606  unicodeslot=0x16A58,
201607 },
201608 [0x16A59]={
201609  category="lo",
201610  description="MRO LETTER KO",
201611  direction="l",
201612  linebreak="al",
201613  unicodeslot=0x16A59,
201614 },
201615 [0x16A5A]={
201616  category="lo",
201617  description="MRO LETTER LAN",
201618  direction="l",
201619  linebreak="al",
201620  unicodeslot=0x16A5A,
201621 },
201622 [0x16A5B]={
201623  category="lo",
201624  description="MRO LETTER LA",
201625  direction="l",
201626  linebreak="al",
201627  unicodeslot=0x16A5B,
201628 },
201629 [0x16A5C]={
201630  category="lo",
201631  description="MRO LETTER HAI",
201632  direction="l",
201633  linebreak="al",
201634  unicodeslot=0x16A5C,
201635 },
201636 [0x16A5D]={
201637  category="lo",
201638  description="MRO LETTER RI",
201639  direction="l",
201640  linebreak="al",
201641  unicodeslot=0x16A5D,
201642 },
201643 [0x16A5E]={
201644  category="lo",
201645  description="MRO LETTER TEK",
201646  direction="l",
201647  linebreak="al",
201648  unicodeslot=0x16A5E,
201649 },
201650 [0x16A60]={
201651  category="nd",
201652  description="MRO DIGIT ZERO",
201653  direction="l",
201654  linebreak="nu",
201655  unicodeslot=0x16A60,
201656 },
201657 [0x16A61]={
201658  category="nd",
201659  description="MRO DIGIT ONE",
201660  direction="l",
201661  linebreak="nu",
201662  unicodeslot=0x16A61,
201663 },
201664 [0x16A62]={
201665  category="nd",
201666  description="MRO DIGIT TWO",
201667  direction="l",
201668  linebreak="nu",
201669  unicodeslot=0x16A62,
201670 },
201671 [0x16A63]={
201672  category="nd",
201673  description="MRO DIGIT THREE",
201674  direction="l",
201675  linebreak="nu",
201676  unicodeslot=0x16A63,
201677 },
201678 [0x16A64]={
201679  category="nd",
201680  description="MRO DIGIT FOUR",
201681  direction="l",
201682  linebreak="nu",
201683  unicodeslot=0x16A64,
201684 },
201685 [0x16A65]={
201686  category="nd",
201687  description="MRO DIGIT FIVE",
201688  direction="l",
201689  linebreak="nu",
201690  unicodeslot=0x16A65,
201691 },
201692 [0x16A66]={
201693  category="nd",
201694  description="MRO DIGIT SIX",
201695  direction="l",
201696  linebreak="nu",
201697  unicodeslot=0x16A66,
201698 },
201699 [0x16A67]={
201700  category="nd",
201701  description="MRO DIGIT SEVEN",
201702  direction="l",
201703  linebreak="nu",
201704  unicodeslot=0x16A67,
201705 },
201706 [0x16A68]={
201707  category="nd",
201708  description="MRO DIGIT EIGHT",
201709  direction="l",
201710  linebreak="nu",
201711  unicodeslot=0x16A68,
201712 },
201713 [0x16A69]={
201714  category="nd",
201715  description="MRO DIGIT NINE",
201716  direction="l",
201717  linebreak="nu",
201718  unicodeslot=0x16A69,
201719 },
201720 [0x16A6E]={
201721  category="po",
201722  description="MRO DANDA",
201723  direction="l",
201724  linebreak="ba",
201725  unicodeslot=0x16A6E,
201726 },
201727 [0x16A6F]={
201728  category="po",
201729  description="MRO DOUBLE DANDA",
201730  direction="l",
201731  linebreak="ba",
201732  unicodeslot=0x16A6F,
201733 },
201734 [0x16A70]={
201735  category="lo",
201736  description="TANGSA LETTER OZ",
201737  direction="l",
201738  linebreak="al",
201739  unicodeslot=0x16A70,
201740 },
201741 [0x16A71]={
201742  category="lo",
201743  description="TANGSA LETTER OC",
201744  direction="l",
201745  linebreak="al",
201746  unicodeslot=0x16A71,
201747 },
201748 [0x16A72]={
201749  category="lo",
201750  description="TANGSA LETTER OQ",
201751  direction="l",
201752  linebreak="al",
201753  unicodeslot=0x16A72,
201754 },
201755 [0x16A73]={
201756  category="lo",
201757  description="TANGSA LETTER OX",
201758  direction="l",
201759  linebreak="al",
201760  unicodeslot=0x16A73,
201761 },
201762 [0x16A74]={
201763  category="lo",
201764  description="TANGSA LETTER AZ",
201765  direction="l",
201766  linebreak="al",
201767  unicodeslot=0x16A74,
201768 },
201769 [0x16A75]={
201770  category="lo",
201771  description="TANGSA LETTER AC",
201772  direction="l",
201773  linebreak="al",
201774  unicodeslot=0x16A75,
201775 },
201776 [0x16A76]={
201777  category="lo",
201778  description="TANGSA LETTER AQ",
201779  direction="l",
201780  linebreak="al",
201781  unicodeslot=0x16A76,
201782 },
201783 [0x16A77]={
201784  category="lo",
201785  description="TANGSA LETTER AX",
201786  direction="l",
201787  linebreak="al",
201788  unicodeslot=0x16A77,
201789 },
201790 [0x16A78]={
201791  category="lo",
201792  description="TANGSA LETTER VZ",
201793  direction="l",
201794  linebreak="al",
201795  unicodeslot=0x16A78,
201796 },
201797 [0x16A79]={
201798  category="lo",
201799  description="TANGSA LETTER VC",
201800  direction="l",
201801  linebreak="al",
201802  unicodeslot=0x16A79,
201803 },
201804 [0x16A7A]={
201805  category="lo",
201806  description="TANGSA LETTER VQ",
201807  direction="l",
201808  linebreak="al",
201809  unicodeslot=0x16A7A,
201810 },
201811 [0x16A7B]={
201812  category="lo",
201813  description="TANGSA LETTER VX",
201814  direction="l",
201815  linebreak="al",
201816  unicodeslot=0x16A7B,
201817 },
201818 [0x16A7C]={
201819  category="lo",
201820  description="TANGSA LETTER EZ",
201821  direction="l",
201822  linebreak="al",
201823  unicodeslot=0x16A7C,
201824 },
201825 [0x16A7D]={
201826  category="lo",
201827  description="TANGSA LETTER EC",
201828  direction="l",
201829  linebreak="al",
201830  unicodeslot=0x16A7D,
201831 },
201832 [0x16A7E]={
201833  category="lo",
201834  description="TANGSA LETTER EQ",
201835  direction="l",
201836  linebreak="al",
201837  unicodeslot=0x16A7E,
201838 },
201839 [0x16A7F]={
201840  category="lo",
201841  description="TANGSA LETTER EX",
201842  direction="l",
201843  linebreak="al",
201844  unicodeslot=0x16A7F,
201845 },
201846 [0x16A80]={
201847  category="lo",
201848  description="TANGSA LETTER IZ",
201849  direction="l",
201850  linebreak="al",
201851  unicodeslot=0x16A80,
201852 },
201853 [0x16A81]={
201854  category="lo",
201855  description="TANGSA LETTER IC",
201856  direction="l",
201857  linebreak="al",
201858  unicodeslot=0x16A81,
201859 },
201860 [0x16A82]={
201861  category="lo",
201862  description="TANGSA LETTER IQ",
201863  direction="l",
201864  linebreak="al",
201865  unicodeslot=0x16A82,
201866 },
201867 [0x16A83]={
201868  category="lo",
201869  description="TANGSA LETTER IX",
201870  direction="l",
201871  linebreak="al",
201872  unicodeslot=0x16A83,
201873 },
201874 [0x16A84]={
201875  category="lo",
201876  description="TANGSA LETTER UZ",
201877  direction="l",
201878  linebreak="al",
201879  unicodeslot=0x16A84,
201880 },
201881 [0x16A85]={
201882  category="lo",
201883  description="TANGSA LETTER UC",
201884  direction="l",
201885  linebreak="al",
201886  unicodeslot=0x16A85,
201887 },
201888 [0x16A86]={
201889  category="lo",
201890  description="TANGSA LETTER UQ",
201891  direction="l",
201892  linebreak="al",
201893  unicodeslot=0x16A86,
201894 },
201895 [0x16A87]={
201896  category="lo",
201897  description="TANGSA LETTER UX",
201898  direction="l",
201899  linebreak="al",
201900  unicodeslot=0x16A87,
201901 },
201902 [0x16A88]={
201903  category="lo",
201904  description="TANGSA LETTER AWZ",
201905  direction="l",
201906  linebreak="al",
201907  unicodeslot=0x16A88,
201908 },
201909 [0x16A89]={
201910  category="lo",
201911  description="TANGSA LETTER AWC",
201912  direction="l",
201913  linebreak="al",
201914  unicodeslot=0x16A89,
201915 },
201916 [0x16A8A]={
201917  category="lo",
201918  description="TANGSA LETTER AWQ",
201919  direction="l",
201920  linebreak="al",
201921  unicodeslot=0x16A8A,
201922 },
201923 [0x16A8B]={
201924  category="lo",
201925  description="TANGSA LETTER AWX",
201926  direction="l",
201927  linebreak="al",
201928  unicodeslot=0x16A8B,
201929 },
201930 [0x16A8C]={
201931  category="lo",
201932  description="TANGSA LETTER UIZ",
201933  direction="l",
201934  linebreak="al",
201935  unicodeslot=0x16A8C,
201936 },
201937 [0x16A8D]={
201938  category="lo",
201939  description="TANGSA LETTER UIC",
201940  direction="l",
201941  linebreak="al",
201942  unicodeslot=0x16A8D,
201943 },
201944 [0x16A8E]={
201945  category="lo",
201946  description="TANGSA LETTER UIQ",
201947  direction="l",
201948  linebreak="al",
201949  unicodeslot=0x16A8E,
201950 },
201951 [0x16A8F]={
201952  category="lo",
201953  description="TANGSA LETTER UIX",
201954  direction="l",
201955  linebreak="al",
201956  unicodeslot=0x16A8F,
201957 },
201958 [0x16A90]={
201959  category="lo",
201960  description="TANGSA LETTER FINAL NG",
201961  direction="l",
201962  linebreak="al",
201963  unicodeslot=0x16A90,
201964 },
201965 [0x16A91]={
201966  category="lo",
201967  description="TANGSA LETTER LONG UEX",
201968  direction="l",
201969  linebreak="al",
201970  unicodeslot=0x16A91,
201971 },
201972 [0x16A92]={
201973  category="lo",
201974  description="TANGSA LETTER SHORT UEZ",
201975  direction="l",
201976  linebreak="al",
201977  unicodeslot=0x16A92,
201978 },
201979 [0x16A93]={
201980  category="lo",
201981  description="TANGSA LETTER SHORT AWX",
201982  direction="l",
201983  linebreak="al",
201984  unicodeslot=0x16A93,
201985 },
201986 [0x16A94]={
201987  category="lo",
201988  description="TANGSA LETTER UEC",
201989  direction="l",
201990  linebreak="al",
201991  unicodeslot=0x16A94,
201992 },
201993 [0x16A95]={
201994  category="lo",
201995  description="TANGSA LETTER UEZ",
201996  direction="l",
201997  linebreak="al",
201998  unicodeslot=0x16A95,
201999 },
202000 [0x16A96]={
202001  category="lo",
202002  description="TANGSA LETTER UEQ",
202003  direction="l",
202004  linebreak="al",
202005  unicodeslot=0x16A96,
202006 },
202007 [0x16A97]={
202008  category="lo",
202009  description="TANGSA LETTER UEX",
202010  direction="l",
202011  linebreak="al",
202012  unicodeslot=0x16A97,
202013 },
202014 [0x16A98]={
202015  category="lo",
202016  description="TANGSA LETTER UIUZ",
202017  direction="l",
202018  linebreak="al",
202019  unicodeslot=0x16A98,
202020 },
202021 [0x16A99]={
202022  category="lo",
202023  description="TANGSA LETTER UIUC",
202024  direction="l",
202025  linebreak="al",
202026  unicodeslot=0x16A99,
202027 },
202028 [0x16A9A]={
202029  category="lo",
202030  description="TANGSA LETTER UIUQ",
202031  direction="l",
202032  linebreak="al",
202033  unicodeslot=0x16A9A,
202034 },
202035 [0x16A9B]={
202036  category="lo",
202037  description="TANGSA LETTER UIUX",
202038  direction="l",
202039  linebreak="al",
202040  unicodeslot=0x16A9B,
202041 },
202042 [0x16A9C]={
202043  category="lo",
202044  description="TANGSA LETTER MZ",
202045  direction="l",
202046  linebreak="al",
202047  unicodeslot=0x16A9C,
202048 },
202049 [0x16A9D]={
202050  category="lo",
202051  description="TANGSA LETTER MC",
202052  direction="l",
202053  linebreak="al",
202054  unicodeslot=0x16A9D,
202055 },
202056 [0x16A9E]={
202057  category="lo",
202058  description="TANGSA LETTER MQ",
202059  direction="l",
202060  linebreak="al",
202061  unicodeslot=0x16A9E,
202062 },
202063 [0x16A9F]={
202064  category="lo",
202065  description="TANGSA LETTER MX",
202066  direction="l",
202067  linebreak="al",
202068  unicodeslot=0x16A9F,
202069 },
202070 [0x16AA0]={
202071  category="lo",
202072  description="TANGSA LETTER KA",
202073  direction="l",
202074  linebreak="al",
202075  unicodeslot=0x16AA0,
202076 },
202077 [0x16AA1]={
202078  category="lo",
202079  description="TANGSA LETTER KHA",
202080  direction="l",
202081  linebreak="al",
202082  unicodeslot=0x16AA1,
202083 },
202084 [0x16AA2]={
202085  category="lo",
202086  description="TANGSA LETTER GA",
202087  direction="l",
202088  linebreak="al",
202089  unicodeslot=0x16AA2,
202090 },
202091 [0x16AA3]={
202092  category="lo",
202093  description="TANGSA LETTER NGA",
202094  direction="l",
202095  linebreak="al",
202096  unicodeslot=0x16AA3,
202097 },
202098 [0x16AA4]={
202099  category="lo",
202100  description="TANGSA LETTER SA",
202101  direction="l",
202102  linebreak="al",
202103  unicodeslot=0x16AA4,
202104 },
202105 [0x16AA5]={
202106  category="lo",
202107  description="TANGSA LETTER YA",
202108  direction="l",
202109  linebreak="al",
202110  unicodeslot=0x16AA5,
202111 },
202112 [0x16AA6]={
202113  category="lo",
202114  description="TANGSA LETTER WA",
202115  direction="l",
202116  linebreak="al",
202117  unicodeslot=0x16AA6,
202118 },
202119 [0x16AA7]={
202120  category="lo",
202121  description="TANGSA LETTER PA",
202122  direction="l",
202123  linebreak="al",
202124  unicodeslot=0x16AA7,
202125 },
202126 [0x16AA8]={
202127  category="lo",
202128  description="TANGSA LETTER NYA",
202129  direction="l",
202130  linebreak="al",
202131  unicodeslot=0x16AA8,
202132 },
202133 [0x16AA9]={
202134  category="lo",
202135  description="TANGSA LETTER PHA",
202136  direction="l",
202137  linebreak="al",
202138  unicodeslot=0x16AA9,
202139 },
202140 [0x16AAA]={
202141  category="lo",
202142  description="TANGSA LETTER BA",
202143  direction="l",
202144  linebreak="al",
202145  unicodeslot=0x16AAA,
202146 },
202147 [0x16AAB]={
202148  category="lo",
202149  description="TANGSA LETTER MA",
202150  direction="l",
202151  linebreak="al",
202152  unicodeslot=0x16AAB,
202153 },
202154 [0x16AAC]={
202155  category="lo",
202156  description="TANGSA LETTER NA",
202157  direction="l",
202158  linebreak="al",
202159  unicodeslot=0x16AAC,
202160 },
202161 [0x16AAD]={
202162  category="lo",
202163  description="TANGSA LETTER HA",
202164  direction="l",
202165  linebreak="al",
202166  unicodeslot=0x16AAD,
202167 },
202168 [0x16AAE]={
202169  category="lo",
202170  description="TANGSA LETTER LA",
202171  direction="l",
202172  linebreak="al",
202173  unicodeslot=0x16AAE,
202174 },
202175 [0x16AAF]={
202176  category="lo",
202177  description="TANGSA LETTER HTA",
202178  direction="l",
202179  linebreak="al",
202180  unicodeslot=0x16AAF,
202181 },
202182 [0x16AB0]={
202183  category="lo",
202184  description="TANGSA LETTER TA",
202185  direction="l",
202186  linebreak="al",
202187  unicodeslot=0x16AB0,
202188 },
202189 [0x16AB1]={
202190  category="lo",
202191  description="TANGSA LETTER DA",
202192  direction="l",
202193  linebreak="al",
202194  unicodeslot=0x16AB1,
202195 },
202196 [0x16AB2]={
202197  category="lo",
202198  description="TANGSA LETTER RA",
202199  direction="l",
202200  linebreak="al",
202201  unicodeslot=0x16AB2,
202202 },
202203 [0x16AB3]={
202204  category="lo",
202205  description="TANGSA LETTER NHA",
202206  direction="l",
202207  linebreak="al",
202208  unicodeslot=0x16AB3,
202209 },
202210 [0x16AB4]={
202211  category="lo",
202212  description="TANGSA LETTER SHA",
202213  direction="l",
202214  linebreak="al",
202215  unicodeslot=0x16AB4,
202216 },
202217 [0x16AB5]={
202218  category="lo",
202219  description="TANGSA LETTER CA",
202220  direction="l",
202221  linebreak="al",
202222  unicodeslot=0x16AB5,
202223 },
202224 [0x16AB6]={
202225  category="lo",
202226  description="TANGSA LETTER TSA",
202227  direction="l",
202228  linebreak="al",
202229  unicodeslot=0x16AB6,
202230 },
202231 [0x16AB7]={
202232  category="lo",
202233  description="TANGSA LETTER GHA",
202234  direction="l",
202235  linebreak="al",
202236  unicodeslot=0x16AB7,
202237 },
202238 [0x16AB8]={
202239  category="lo",
202240  description="TANGSA LETTER HTTA",
202241  direction="l",
202242  linebreak="al",
202243  unicodeslot=0x16AB8,
202244 },
202245 [0x16AB9]={
202246  category="lo",
202247  description="TANGSA LETTER THA",
202248  direction="l",
202249  linebreak="al",
202250  unicodeslot=0x16AB9,
202251 },
202252 [0x16ABA]={
202253  category="lo",
202254  description="TANGSA LETTER XA",
202255  direction="l",
202256  linebreak="al",
202257  unicodeslot=0x16ABA,
202258 },
202259 [0x16ABB]={
202260  category="lo",
202261  description="TANGSA LETTER FA",
202262  direction="l",
202263  linebreak="al",
202264  unicodeslot=0x16ABB,
202265 },
202266 [0x16ABC]={
202267  category="lo",
202268  description="TANGSA LETTER DHA",
202269  direction="l",
202270  linebreak="al",
202271  unicodeslot=0x16ABC,
202272 },
202273 [0x16ABD]={
202274  category="lo",
202275  description="TANGSA LETTER CHA",
202276  direction="l",
202277  linebreak="al",
202278  unicodeslot=0x16ABD,
202279 },
202280 [0x16ABE]={
202281  category="lo",
202282  description="TANGSA LETTER ZA",
202283  direction="l",
202284  linebreak="al",
202285  unicodeslot=0x16ABE,
202286 },
202287 [0x16AC0]={
202288  category="nd",
202289  description="TANGSA DIGIT ZERO",
202290  direction="l",
202291  linebreak="nu",
202292  unicodeslot=0x16AC0,
202293 },
202294 [0x16AC1]={
202295  category="nd",
202296  description="TANGSA DIGIT ONE",
202297  direction="l",
202298  linebreak="nu",
202299  unicodeslot=0x16AC1,
202300 },
202301 [0x16AC2]={
202302  category="nd",
202303  description="TANGSA DIGIT TWO",
202304  direction="l",
202305  linebreak="nu",
202306  unicodeslot=0x16AC2,
202307 },
202308 [0x16AC3]={
202309  category="nd",
202310  description="TANGSA DIGIT THREE",
202311  direction="l",
202312  linebreak="nu",
202313  unicodeslot=0x16AC3,
202314 },
202315 [0x16AC4]={
202316  category="nd",
202317  description="TANGSA DIGIT FOUR",
202318  direction="l",
202319  linebreak="nu",
202320  unicodeslot=0x16AC4,
202321 },
202322 [0x16AC5]={
202323  category="nd",
202324  description="TANGSA DIGIT FIVE",
202325  direction="l",
202326  linebreak="nu",
202327  unicodeslot=0x16AC5,
202328 },
202329 [0x16AC6]={
202330  category="nd",
202331  description="TANGSA DIGIT SIX",
202332  direction="l",
202333  linebreak="nu",
202334  unicodeslot=0x16AC6,
202335 },
202336 [0x16AC7]={
202337  category="nd",
202338  description="TANGSA DIGIT SEVEN",
202339  direction="l",
202340  linebreak="nu",
202341  unicodeslot=0x16AC7,
202342 },
202343 [0x16AC8]={
202344  category="nd",
202345  description="TANGSA DIGIT EIGHT",
202346  direction="l",
202347  linebreak="nu",
202348  unicodeslot=0x16AC8,
202349 },
202350 [0x16AC9]={
202351  category="nd",
202352  description="TANGSA DIGIT NINE",
202353  direction="l",
202354  linebreak="nu",
202355  unicodeslot=0x16AC9,
202356 },
202357 [0x16AD0]={
202358  category="lo",
202359  description="BASSA VAH LETTER ENNI",
202360  direction="l",
202361  linebreak="al",
202362  unicodeslot=0x16AD0,
202363 },
202364 [0x16AD1]={
202365  category="lo",
202366  description="BASSA VAH LETTER KA",
202367  direction="l",
202368  linebreak="al",
202369  unicodeslot=0x16AD1,
202370 },
202371 [0x16AD2]={
202372  category="lo",
202373  description="BASSA VAH LETTER SE",
202374  direction="l",
202375  linebreak="al",
202376  unicodeslot=0x16AD2,
202377 },
202378 [0x16AD3]={
202379  category="lo",
202380  description="BASSA VAH LETTER FA",
202381  direction="l",
202382  linebreak="al",
202383  unicodeslot=0x16AD3,
202384 },
202385 [0x16AD4]={
202386  category="lo",
202387  description="BASSA VAH LETTER MBE",
202388  direction="l",
202389  linebreak="al",
202390  unicodeslot=0x16AD4,
202391 },
202392 [0x16AD5]={
202393  category="lo",
202394  description="BASSA VAH LETTER YIE",
202395  direction="l",
202396  linebreak="al",
202397  unicodeslot=0x16AD5,
202398 },
202399 [0x16AD6]={
202400  category="lo",
202401  description="BASSA VAH LETTER GAH",
202402  direction="l",
202403  linebreak="al",
202404  unicodeslot=0x16AD6,
202405 },
202406 [0x16AD7]={
202407  category="lo",
202408  description="BASSA VAH LETTER DHII",
202409  direction="l",
202410  linebreak="al",
202411  unicodeslot=0x16AD7,
202412 },
202413 [0x16AD8]={
202414  category="lo",
202415  description="BASSA VAH LETTER KPAH",
202416  direction="l",
202417  linebreak="al",
202418  unicodeslot=0x16AD8,
202419 },
202420 [0x16AD9]={
202421  category="lo",
202422  description="BASSA VAH LETTER JO",
202423  direction="l",
202424  linebreak="al",
202425  unicodeslot=0x16AD9,
202426 },
202427 [0x16ADA]={
202428  category="lo",
202429  description="BASSA VAH LETTER HWAH",
202430  direction="l",
202431  linebreak="al",
202432  unicodeslot=0x16ADA,
202433 },
202434 [0x16ADB]={
202435  category="lo",
202436  description="BASSA VAH LETTER WA",
202437  direction="l",
202438  linebreak="al",
202439  unicodeslot=0x16ADB,
202440 },
202441 [0x16ADC]={
202442  category="lo",
202443  description="BASSA VAH LETTER ZO",
202444  direction="l",
202445  linebreak="al",
202446  unicodeslot=0x16ADC,
202447 },
202448 [0x16ADD]={
202449  category="lo",
202450  description="BASSA VAH LETTER GBU",
202451  direction="l",
202452  linebreak="al",
202453  unicodeslot=0x16ADD,
202454 },
202455 [0x16ADE]={
202456  category="lo",
202457  description="BASSA VAH LETTER DO",
202458  direction="l",
202459  linebreak="al",
202460  unicodeslot=0x16ADE,
202461 },
202462 [0x16ADF]={
202463  category="lo",
202464  description="BASSA VAH LETTER CE",
202465  direction="l",
202466  linebreak="al",
202467  unicodeslot=0x16ADF,
202468 },
202469 [0x16AE0]={
202470  category="lo",
202471  description="BASSA VAH LETTER UWU",
202472  direction="l",
202473  linebreak="al",
202474  unicodeslot=0x16AE0,
202475 },
202476 [0x16AE1]={
202477  category="lo",
202478  description="BASSA VAH LETTER TO",
202479  direction="l",
202480  linebreak="al",
202481  unicodeslot=0x16AE1,
202482 },
202483 [0x16AE2]={
202484  category="lo",
202485  description="BASSA VAH LETTER BA",
202486  direction="l",
202487  linebreak="al",
202488  unicodeslot=0x16AE2,
202489 },
202490 [0x16AE3]={
202491  category="lo",
202492  description="BASSA VAH LETTER VU",
202493  direction="l",
202494  linebreak="al",
202495  unicodeslot=0x16AE3,
202496 },
202497 [0x16AE4]={
202498  category="lo",
202499  description="BASSA VAH LETTER YEIN",
202500  direction="l",
202501  linebreak="al",
202502  unicodeslot=0x16AE4,
202503 },
202504 [0x16AE5]={
202505  category="lo",
202506  description="BASSA VAH LETTER PA",
202507  direction="l",
202508  linebreak="al",
202509  unicodeslot=0x16AE5,
202510 },
202511 [0x16AE6]={
202512  category="lo",
202513  description="BASSA VAH LETTER WADDA",
202514  direction="l",
202515  linebreak="al",
202516  unicodeslot=0x16AE6,
202517 },
202518 [0x16AE7]={
202519  category="lo",
202520  description="BASSA VAH LETTER A",
202521  direction="l",
202522  linebreak="al",
202523  unicodeslot=0x16AE7,
202524 },
202525 [0x16AE8]={
202526  category="lo",
202527  description="BASSA VAH LETTER O",
202528  direction="l",
202529  linebreak="al",
202530  unicodeslot=0x16AE8,
202531 },
202532 [0x16AE9]={
202533  category="lo",
202534  description="BASSA VAH LETTER OO",
202535  direction="l",
202536  linebreak="al",
202537  unicodeslot=0x16AE9,
202538 },
202539 [0x16AEA]={
202540  category="lo",
202541  description="BASSA VAH LETTER U",
202542  direction="l",
202543  linebreak="al",
202544  unicodeslot=0x16AEA,
202545 },
202546 [0x16AEB]={
202547  category="lo",
202548  description="BASSA VAH LETTER EE",
202549  direction="l",
202550  linebreak="al",
202551  unicodeslot=0x16AEB,
202552 },
202553 [0x16AEC]={
202554  category="lo",
202555  description="BASSA VAH LETTER E",
202556  direction="l",
202557  linebreak="al",
202558  unicodeslot=0x16AEC,
202559 },
202560 [0x16AED]={
202561  category="lo",
202562  description="BASSA VAH LETTER I",
202563  direction="l",
202564  linebreak="al",
202565  unicodeslot=0x16AED,
202566 },
202567 [0x16AF0]={
202568  category="mn",
202569  combining=0x1,
202570  description="BASSA VAH COMBINING HIGH TONE",
202571  direction="nsm",
202572  linebreak="cm",
202573  unicodeslot=0x16AF0,
202574 },
202575 [0x16AF1]={
202576  category="mn",
202577  combining=0x1,
202578  description="BASSA VAH COMBINING LOW TONE",
202579  direction="nsm",
202580  linebreak="cm",
202581  unicodeslot=0x16AF1,
202582 },
202583 [0x16AF2]={
202584  category="mn",
202585  combining=0x1,
202586  description="BASSA VAH COMBINING MID TONE",
202587  direction="nsm",
202588  linebreak="cm",
202589  unicodeslot=0x16AF2,
202590 },
202591 [0x16AF3]={
202592  category="mn",
202593  combining=0x1,
202594  description="BASSA VAH COMBINING LOW-MID TONE",
202595  direction="nsm",
202596  linebreak="cm",
202597  unicodeslot=0x16AF3,
202598 },
202599 [0x16AF4]={
202600  category="mn",
202601  combining=0x1,
202602  description="BASSA VAH COMBINING HIGH-LOW TONE",
202603  direction="nsm",
202604  linebreak="cm",
202605  unicodeslot=0x16AF4,
202606 },
202607 [0x16AF5]={
202608  category="po",
202609  description="BASSA VAH FULL STOP",
202610  direction="l",
202611  linebreak="ba",
202612  unicodeslot=0x16AF5,
202613 },
202614 [0x16B00]={
202615  category="lo",
202616  description="PAHAWH HMONG VOWEL KEEB",
202617  direction="l",
202618  linebreak="al",
202619  unicodeslot=0x16B00,
202620 },
202621 [0x16B01]={
202622  category="lo",
202623  description="PAHAWH HMONG VOWEL KEEV",
202624  direction="l",
202625  linebreak="al",
202626  unicodeslot=0x16B01,
202627 },
202628 [0x16B02]={
202629  category="lo",
202630  description="PAHAWH HMONG VOWEL KIB",
202631  direction="l",
202632  linebreak="al",
202633  unicodeslot=0x16B02,
202634 },
202635 [0x16B03]={
202636  category="lo",
202637  description="PAHAWH HMONG VOWEL KIV",
202638  direction="l",
202639  linebreak="al",
202640  unicodeslot=0x16B03,
202641 },
202642 [0x16B04]={
202643  category="lo",
202644  description="PAHAWH HMONG VOWEL KAUB",
202645  direction="l",
202646  linebreak="al",
202647  unicodeslot=0x16B04,
202648 },
202649 [0x16B05]={
202650  category="lo",
202651  description="PAHAWH HMONG VOWEL KAUV",
202652  direction="l",
202653  linebreak="al",
202654  unicodeslot=0x16B05,
202655 },
202656 [0x16B06]={
202657  category="lo",
202658  description="PAHAWH HMONG VOWEL KUB",
202659  direction="l",
202660  linebreak="al",
202661  unicodeslot=0x16B06,
202662 },
202663 [0x16B07]={
202664  category="lo",
202665  description="PAHAWH HMONG VOWEL KUV",
202666  direction="l",
202667  linebreak="al",
202668  unicodeslot=0x16B07,
202669 },
202670 [0x16B08]={
202671  category="lo",
202672  description="PAHAWH HMONG VOWEL KEB",
202673  direction="l",
202674  linebreak="al",
202675  unicodeslot=0x16B08,
202676 },
202677 [0x16B09]={
202678  category="lo",
202679  description="PAHAWH HMONG VOWEL KEV",
202680  direction="l",
202681  linebreak="al",
202682  unicodeslot=0x16B09,
202683 },
202684 [0x16B0A]={
202685  category="lo",
202686  description="PAHAWH HMONG VOWEL KAIB",
202687  direction="l",
202688  linebreak="al",
202689  unicodeslot=0x16B0A,
202690 },
202691 [0x16B0B]={
202692  category="lo",
202693  description="PAHAWH HMONG VOWEL KAIV",
202694  direction="l",
202695  linebreak="al",
202696  unicodeslot=0x16B0B,
202697 },
202698 [0x16B0C]={
202699  category="lo",
202700  description="PAHAWH HMONG VOWEL KOOB",
202701  direction="l",
202702  linebreak="al",
202703  unicodeslot=0x16B0C,
202704 },
202705 [0x16B0D]={
202706  category="lo",
202707  description="PAHAWH HMONG VOWEL KOOV",
202708  direction="l",
202709  linebreak="al",
202710  unicodeslot=0x16B0D,
202711 },
202712 [0x16B0E]={
202713  category="lo",
202714  description="PAHAWH HMONG VOWEL KAWB",
202715  direction="l",
202716  linebreak="al",
202717  unicodeslot=0x16B0E,
202718 },
202719 [0x16B0F]={
202720  category="lo",
202721  description="PAHAWH HMONG VOWEL KAWV",
202722  direction="l",
202723  linebreak="al",
202724  unicodeslot=0x16B0F,
202725 },
202726 [0x16B10]={
202727  category="lo",
202728  description="PAHAWH HMONG VOWEL KUAB",
202729  direction="l",
202730  linebreak="al",
202731  unicodeslot=0x16B10,
202732 },
202733 [0x16B11]={
202734  category="lo",
202735  description="PAHAWH HMONG VOWEL KUAV",
202736  direction="l",
202737  linebreak="al",
202738  unicodeslot=0x16B11,
202739 },
202740 [0x16B12]={
202741  category="lo",
202742  description="PAHAWH HMONG VOWEL KOB",
202743  direction="l",
202744  linebreak="al",
202745  unicodeslot=0x16B12,
202746 },
202747 [0x16B13]={
202748  category="lo",
202749  description="PAHAWH HMONG VOWEL KOV",
202750  direction="l",
202751  linebreak="al",
202752  unicodeslot=0x16B13,
202753 },
202754 [0x16B14]={
202755  category="lo",
202756  description="PAHAWH HMONG VOWEL KIAB",
202757  direction="l",
202758  linebreak="al",
202759  unicodeslot=0x16B14,
202760 },
202761 [0x16B15]={
202762  category="lo",
202763  description="PAHAWH HMONG VOWEL KIAV",
202764  direction="l",
202765  linebreak="al",
202766  unicodeslot=0x16B15,
202767 },
202768 [0x16B16]={
202769  category="lo",
202770  description="PAHAWH HMONG VOWEL KAB",
202771  direction="l",
202772  linebreak="al",
202773  unicodeslot=0x16B16,
202774 },
202775 [0x16B17]={
202776  category="lo",
202777  description="PAHAWH HMONG VOWEL KAV",
202778  direction="l",
202779  linebreak="al",
202780  unicodeslot=0x16B17,
202781 },
202782 [0x16B18]={
202783  category="lo",
202784  description="PAHAWH HMONG VOWEL KWB",
202785  direction="l",
202786  linebreak="al",
202787  unicodeslot=0x16B18,
202788 },
202789 [0x16B19]={
202790  category="lo",
202791  description="PAHAWH HMONG VOWEL KWV",
202792  direction="l",
202793  linebreak="al",
202794  unicodeslot=0x16B19,
202795 },
202796 [0x16B1A]={
202797  category="lo",
202798  description="PAHAWH HMONG VOWEL KAAB",
202799  direction="l",
202800  linebreak="al",
202801  unicodeslot=0x16B1A,
202802 },
202803 [0x16B1B]={
202804  category="lo",
202805  description="PAHAWH HMONG VOWEL KAAV",
202806  direction="l",
202807  linebreak="al",
202808  unicodeslot=0x16B1B,
202809 },
202810 [0x16B1C]={
202811  category="lo",
202812  description="PAHAWH HMONG CONSONANT VAU",
202813  direction="l",
202814  linebreak="al",
202815  unicodeslot=0x16B1C,
202816 },
202817 [0x16B1D]={
202818  category="lo",
202819  description="PAHAWH HMONG CONSONANT NTSAU",
202820  direction="l",
202821  linebreak="al",
202822  unicodeslot=0x16B1D,
202823 },
202824 [0x16B1E]={
202825  category="lo",
202826  description="PAHAWH HMONG CONSONANT LAU",
202827  direction="l",
202828  linebreak="al",
202829  unicodeslot=0x16B1E,
202830 },
202831 [0x16B1F]={
202832  category="lo",
202833  description="PAHAWH HMONG CONSONANT HAU",
202834  direction="l",
202835  linebreak="al",
202836  unicodeslot=0x16B1F,
202837 },
202838 [0x16B20]={
202839  category="lo",
202840  description="PAHAWH HMONG CONSONANT NLAU",
202841  direction="l",
202842  linebreak="al",
202843  unicodeslot=0x16B20,
202844 },
202845 [0x16B21]={
202846  category="lo",
202847  description="PAHAWH HMONG CONSONANT RAU",
202848  direction="l",
202849  linebreak="al",
202850  unicodeslot=0x16B21,
202851 },
202852 [0x16B22]={
202853  category="lo",
202854  description="PAHAWH HMONG CONSONANT NKAU",
202855  direction="l",
202856  linebreak="al",
202857  unicodeslot=0x16B22,
202858 },
202859 [0x16B23]={
202860  category="lo",
202861  description="PAHAWH HMONG CONSONANT QHAU",
202862  direction="l",
202863  linebreak="al",
202864  unicodeslot=0x16B23,
202865 },
202866 [0x16B24]={
202867  category="lo",
202868  description="PAHAWH HMONG CONSONANT YAU",
202869  direction="l",
202870  linebreak="al",
202871  unicodeslot=0x16B24,
202872 },
202873 [0x16B25]={
202874  category="lo",
202875  description="PAHAWH HMONG CONSONANT HLAU",
202876  direction="l",
202877  linebreak="al",
202878  unicodeslot=0x16B25,
202879 },
202880 [0x16B26]={
202881  category="lo",
202882  description="PAHAWH HMONG CONSONANT MAU",
202883  direction="l",
202884  linebreak="al",
202885  unicodeslot=0x16B26,
202886 },
202887 [0x16B27]={
202888  category="lo",
202889  description="PAHAWH HMONG CONSONANT CHAU",
202890  direction="l",
202891  linebreak="al",
202892  unicodeslot=0x16B27,
202893 },
202894 [0x16B28]={
202895  category="lo",
202896  description="PAHAWH HMONG CONSONANT NCHAU",
202897  direction="l",
202898  linebreak="al",
202899  unicodeslot=0x16B28,
202900 },
202901 [0x16B29]={
202902  category="lo",
202903  description="PAHAWH HMONG CONSONANT HNAU",
202904  direction="l",
202905  linebreak="al",
202906  unicodeslot=0x16B29,
202907 },
202908 [0x16B2A]={
202909  category="lo",
202910  description="PAHAWH HMONG CONSONANT PLHAU",
202911  direction="l",
202912  linebreak="al",
202913  unicodeslot=0x16B2A,
202914 },
202915 [0x16B2B]={
202916  category="lo",
202917  description="PAHAWH HMONG CONSONANT NTHAU",
202918  direction="l",
202919  linebreak="al",
202920  unicodeslot=0x16B2B,
202921 },
202922 [0x16B2C]={
202923  category="lo",
202924  description="PAHAWH HMONG CONSONANT NAU",
202925  direction="l",
202926  linebreak="al",
202927  unicodeslot=0x16B2C,
202928 },
202929 [0x16B2D]={
202930  category="lo",
202931  description="PAHAWH HMONG CONSONANT AU",
202932  direction="l",
202933  linebreak="al",
202934  unicodeslot=0x16B2D,
202935 },
202936 [0x16B2E]={
202937  category="lo",
202938  description="PAHAWH HMONG CONSONANT XAU",
202939  direction="l",
202940  linebreak="al",
202941  unicodeslot=0x16B2E,
202942 },
202943 [0x16B2F]={
202944  category="lo",
202945  description="PAHAWH HMONG CONSONANT CAU",
202946  direction="l",
202947  linebreak="al",
202948  unicodeslot=0x16B2F,
202949 },
202950 [0x16B30]={
202951  category="mn",
202952  combining=0xE6,
202953  description="PAHAWH HMONG MARK CIM TUB",
202954  direction="nsm",
202955  linebreak="cm",
202956  unicodeslot=0x16B30,
202957 },
202958 [0x16B31]={
202959  category="mn",
202960  combining=0xE6,
202961  description="PAHAWH HMONG MARK CIM SO",
202962  direction="nsm",
202963  linebreak="cm",
202964  unicodeslot=0x16B31,
202965 },
202966 [0x16B32]={
202967  category="mn",
202968  combining=0xE6,
202969  description="PAHAWH HMONG MARK CIM KES",
202970  direction="nsm",
202971  linebreak="cm",
202972  unicodeslot=0x16B32,
202973 },
202974 [0x16B33]={
202975  category="mn",
202976  combining=0xE6,
202977  description="PAHAWH HMONG MARK CIM KHAV",
202978  direction="nsm",
202979  linebreak="cm",
202980  unicodeslot=0x16B33,
202981 },
202982 [0x16B34]={
202983  category="mn",
202984  combining=0xE6,
202985  description="PAHAWH HMONG MARK CIM SUAM",
202986  direction="nsm",
202987  linebreak="cm",
202988  unicodeslot=0x16B34,
202989 },
202990 [0x16B35]={
202991  category="mn",
202992  combining=0xE6,
202993  description="PAHAWH HMONG MARK CIM HOM",
202994  direction="nsm",
202995  linebreak="cm",
202996  unicodeslot=0x16B35,
202997 },
202998 [0x16B36]={
202999  category="mn",
203000  combining=0xE6,
203001  description="PAHAWH HMONG MARK CIM TAUM",
203002  direction="nsm",
203003  linebreak="cm",
203004  unicodeslot=0x16B36,
203005 },
203006 [0x16B37]={
203007  category="po",
203008  description="PAHAWH HMONG SIGN VOS THOM",
203009  direction="l",
203010  linebreak="ba",
203011  unicodeslot=0x16B37,
203012 },
203013 [0x16B38]={
203014  category="po",
203015  description="PAHAWH HMONG SIGN VOS TSHAB CEEB",
203016  direction="l",
203017  linebreak="ba",
203018  unicodeslot=0x16B38,
203019 },
203020 [0x16B39]={
203021  category="po",
203022  description="PAHAWH HMONG SIGN CIM CHEEM",
203023  direction="l",
203024  linebreak="ba",
203025  unicodeslot=0x16B39,
203026 },
203027 [0x16B3A]={
203028  category="po",
203029  description="PAHAWH HMONG SIGN VOS THIAB",
203030  direction="l",
203031  linebreak="al",
203032  unicodeslot=0x16B3A,
203033 },
203034 [0x16B3B]={
203035  category="po",
203036  description="PAHAWH HMONG SIGN VOS FEEM",
203037  direction="l",
203038  linebreak="al",
203039  unicodeslot=0x16B3B,
203040 },
203041 [0x16B3C]={
203042  category="so",
203043  description="PAHAWH HMONG SIGN XYEEM NTXIV",
203044  direction="l",
203045  linebreak="al",
203046  unicodeslot=0x16B3C,
203047 },
203048 [0x16B3D]={
203049  category="so",
203050  description="PAHAWH HMONG SIGN XYEEM RHO",
203051  direction="l",
203052  linebreak="al",
203053  unicodeslot=0x16B3D,
203054 },
203055 [0x16B3E]={
203056  category="so",
203057  description="PAHAWH HMONG SIGN XYEEM TOV",
203058  direction="l",
203059  linebreak="al",
203060  unicodeslot=0x16B3E,
203061 },
203062 [0x16B3F]={
203063  category="so",
203064  description="PAHAWH HMONG SIGN XYEEM FAIB",
203065  direction="l",
203066  linebreak="al",
203067  unicodeslot=0x16B3F,
203068 },
203069 [0x16B40]={
203070  category="lm",
203071  description="PAHAWH HMONG SIGN VOS SEEV",
203072  direction="l",
203073  linebreak="al",
203074  unicodeslot=0x16B40,
203075 },
203076 [0x16B41]={
203077  category="lm",
203078  description="PAHAWH HMONG SIGN MEEJ SUAB",
203079  direction="l",
203080  linebreak="al",
203081  unicodeslot=0x16B41,
203082 },
203083 [0x16B42]={
203084  category="lm",
203085  description="PAHAWH HMONG SIGN VOS NRUA",
203086  direction="l",
203087  linebreak="al",
203088  unicodeslot=0x16B42,
203089 },
203090 [0x16B43]={
203091  category="lm",
203092  description="PAHAWH HMONG SIGN IB YAM",
203093  direction="l",
203094  linebreak="al",
203095  unicodeslot=0x16B43,
203096 },
203097 [0x16B44]={
203098  category="po",
203099  description="PAHAWH HMONG SIGN XAUS",
203100  direction="l",
203101  linebreak="ba",
203102  unicodeslot=0x16B44,
203103 },
203104 [0x16B45]={
203105  category="so",
203106  description="PAHAWH HMONG SIGN CIM TSOV ROG",
203107  direction="l",
203108  linebreak="al",
203109  unicodeslot=0x16B45,
203110 },
203111 [0x16B50]={
203112  category="nd",
203113  description="PAHAWH HMONG DIGIT ZERO",
203114  direction="l",
203115  linebreak="nu",
203116  unicodeslot=0x16B50,
203117 },
203118 [0x16B51]={
203119  category="nd",
203120  description="PAHAWH HMONG DIGIT ONE",
203121  direction="l",
203122  linebreak="nu",
203123  unicodeslot=0x16B51,
203124 },
203125 [0x16B52]={
203126  category="nd",
203127  description="PAHAWH HMONG DIGIT TWO",
203128  direction="l",
203129  linebreak="nu",
203130  unicodeslot=0x16B52,
203131 },
203132 [0x16B53]={
203133  category="nd",
203134  description="PAHAWH HMONG DIGIT THREE",
203135  direction="l",
203136  linebreak="nu",
203137  unicodeslot=0x16B53,
203138 },
203139 [0x16B54]={
203140  category="nd",
203141  description="PAHAWH HMONG DIGIT FOUR",
203142  direction="l",
203143  linebreak="nu",
203144  unicodeslot=0x16B54,
203145 },
203146 [0x16B55]={
203147  category="nd",
203148  description="PAHAWH HMONG DIGIT FIVE",
203149  direction="l",
203150  linebreak="nu",
203151  unicodeslot=0x16B55,
203152 },
203153 [0x16B56]={
203154  category="nd",
203155  description="PAHAWH HMONG DIGIT SIX",
203156  direction="l",
203157  linebreak="nu",
203158  unicodeslot=0x16B56,
203159 },
203160 [0x16B57]={
203161  category="nd",
203162  description="PAHAWH HMONG DIGIT SEVEN",
203163  direction="l",
203164  linebreak="nu",
203165  unicodeslot=0x16B57,
203166 },
203167 [0x16B58]={
203168  category="nd",
203169  description="PAHAWH HMONG DIGIT EIGHT",
203170  direction="l",
203171  linebreak="nu",
203172  unicodeslot=0x16B58,
203173 },
203174 [0x16B59]={
203175  category="nd",
203176  description="PAHAWH HMONG DIGIT NINE",
203177  direction="l",
203178  linebreak="nu",
203179  unicodeslot=0x16B59,
203180 },
203181 [0x16B5B]={
203182  category="no",
203183  description="PAHAWH HMONG NUMBER TENS",
203184  direction="l",
203185  linebreak="al",
203186  unicodeslot=0x16B5B,
203187 },
203188 [0x16B5C]={
203189  category="no",
203190  description="PAHAWH HMONG NUMBER HUNDREDS",
203191  direction="l",
203192  linebreak="al",
203193  unicodeslot=0x16B5C,
203194 },
203195 [0x16B5D]={
203196  category="no",
203197  description="PAHAWH HMONG NUMBER TEN THOUSANDS",
203198  direction="l",
203199  linebreak="al",
203200  unicodeslot=0x16B5D,
203201 },
203202 [0x16B5E]={
203203  category="no",
203204  description="PAHAWH HMONG NUMBER MILLIONS",
203205  direction="l",
203206  linebreak="al",
203207  unicodeslot=0x16B5E,
203208 },
203209 [0x16B5F]={
203210  category="no",
203211  description="PAHAWH HMONG NUMBER HUNDRED MILLIONS",
203212  direction="l",
203213  linebreak="al",
203214  unicodeslot=0x16B5F,
203215 },
203216 [0x16B60]={
203217  category="no",
203218  description="PAHAWH HMONG NUMBER TEN BILLIONS",
203219  direction="l",
203220  linebreak="al",
203221  unicodeslot=0x16B60,
203222 },
203223 [0x16B61]={
203224  category="no",
203225  description="PAHAWH HMONG NUMBER TRILLIONS",
203226  direction="l",
203227  linebreak="al",
203228  unicodeslot=0x16B61,
203229 },
203230 [0x16B63]={
203231  category="lo",
203232  description="PAHAWH HMONG SIGN VOS LUB",
203233  direction="l",
203234  linebreak="al",
203235  unicodeslot=0x16B63,
203236 },
203237 [0x16B64]={
203238  category="lo",
203239  description="PAHAWH HMONG SIGN XYOO",
203240  direction="l",
203241  linebreak="al",
203242  unicodeslot=0x16B64,
203243 },
203244 [0x16B65]={
203245  category="lo",
203246  description="PAHAWH HMONG SIGN HLI",
203247  direction="l",
203248  linebreak="al",
203249  unicodeslot=0x16B65,
203250 },
203251 [0x16B66]={
203252  category="lo",
203253  description="PAHAWH HMONG SIGN THIRD-STAGE HLI",
203254  direction="l",
203255  linebreak="al",
203256  unicodeslot=0x16B66,
203257 },
203258 [0x16B67]={
203259  category="lo",
203260  description="PAHAWH HMONG SIGN ZWJ THAJ",
203261  direction="l",
203262  linebreak="al",
203263  unicodeslot=0x16B67,
203264 },
203265 [0x16B68]={
203266  category="lo",
203267  description="PAHAWH HMONG SIGN HNUB",
203268  direction="l",
203269  linebreak="al",
203270  unicodeslot=0x16B68,
203271 },
203272 [0x16B69]={
203273  category="lo",
203274  description="PAHAWH HMONG SIGN NQIG",
203275  direction="l",
203276  linebreak="al",
203277  unicodeslot=0x16B69,
203278 },
203279 [0x16B6A]={
203280  category="lo",
203281  description="PAHAWH HMONG SIGN XIAB",
203282  direction="l",
203283  linebreak="al",
203284  unicodeslot=0x16B6A,
203285 },
203286 [0x16B6B]={
203287  category="lo",
203288  description="PAHAWH HMONG SIGN NTUJ",
203289  direction="l",
203290  linebreak="al",
203291  unicodeslot=0x16B6B,
203292 },
203293 [0x16B6C]={
203294  category="lo",
203295  description="PAHAWH HMONG SIGN AV",
203296  direction="l",
203297  linebreak="al",
203298  unicodeslot=0x16B6C,
203299 },
203300 [0x16B6D]={
203301  category="lo",
203302  description="PAHAWH HMONG SIGN TXHEEJ CEEV",
203303  direction="l",
203304  linebreak="al",
203305  unicodeslot=0x16B6D,
203306 },
203307 [0x16B6E]={
203308  category="lo",
203309  description="PAHAWH HMONG SIGN MEEJ TSEEB",
203310  direction="l",
203311  linebreak="al",
203312  unicodeslot=0x16B6E,
203313 },
203314 [0x16B6F]={
203315  category="lo",
203316  description="PAHAWH HMONG SIGN TAU",
203317  direction="l",
203318  linebreak="al",
203319  unicodeslot=0x16B6F,
203320 },
203321 [0x16B70]={
203322  category="lo",
203323  description="PAHAWH HMONG SIGN LOS",
203324  direction="l",
203325  linebreak="al",
203326  unicodeslot=0x16B70,
203327 },
203328 [0x16B71]={
203329  category="lo",
203330  description="PAHAWH HMONG SIGN MUS",
203331  direction="l",
203332  linebreak="al",
203333  unicodeslot=0x16B71,
203334 },
203335 [0x16B72]={
203336  category="lo",
203337  description="PAHAWH HMONG SIGN CIM HAIS LUS NTOG NTOG",
203338  direction="l",
203339  linebreak="al",
203340  unicodeslot=0x16B72,
203341 },
203342 [0x16B73]={
203343  category="lo",
203344  description="PAHAWH HMONG SIGN CIM CUAM TSHOOJ",
203345  direction="l",
203346  linebreak="al",
203347  unicodeslot=0x16B73,
203348 },
203349 [0x16B74]={
203350  category="lo",
203351  description="PAHAWH HMONG SIGN CIM TXWV",
203352  direction="l",
203353  linebreak="al",
203354  unicodeslot=0x16B74,
203355 },
203356 [0x16B75]={
203357  category="lo",
203358  description="PAHAWH HMONG SIGN CIM TXWV CHWV",
203359  direction="l",
203360  linebreak="al",
203361  unicodeslot=0x16B75,
203362 },
203363 [0x16B76]={
203364  category="lo",
203365  description="PAHAWH HMONG SIGN CIM PUB DAWB",
203366  direction="l",
203367  linebreak="al",
203368  unicodeslot=0x16B76,
203369 },
203370 [0x16B77]={
203371  category="lo",
203372  description="PAHAWH HMONG SIGN CIM NRES TOS",
203373  direction="l",
203374  linebreak="al",
203375  unicodeslot=0x16B77,
203376 },
203377 [0x16B7D]={
203378  category="lo",
203379  description="PAHAWH HMONG CLAN SIGN TSHEEJ",
203380  direction="l",
203381  linebreak="al",
203382  unicodeslot=0x16B7D,
203383 },
203384 [0x16B7E]={
203385  category="lo",
203386  description="PAHAWH HMONG CLAN SIGN YEEG",
203387  direction="l",
203388  linebreak="al",
203389  unicodeslot=0x16B7E,
203390 },
203391 [0x16B7F]={
203392  category="lo",
203393  description="PAHAWH HMONG CLAN SIGN LIS",
203394  direction="l",
203395  linebreak="al",
203396  unicodeslot=0x16B7F,
203397 },
203398 [0x16B80]={
203399  category="lo",
203400  description="PAHAWH HMONG CLAN SIGN LAUJ",
203401  direction="l",
203402  linebreak="al",
203403  unicodeslot=0x16B80,
203404 },
203405 [0x16B81]={
203406  category="lo",
203407  description="PAHAWH HMONG CLAN SIGN XYOOJ",
203408  direction="l",
203409  linebreak="al",
203410  unicodeslot=0x16B81,
203411 },
203412 [0x16B82]={
203413  category="lo",
203414  description="PAHAWH HMONG CLAN SIGN KOO",
203415  direction="l",
203416  linebreak="al",
203417  unicodeslot=0x16B82,
203418 },
203419 [0x16B83]={
203420  category="lo",
203421  description="PAHAWH HMONG CLAN SIGN HAWJ",
203422  direction="l",
203423  linebreak="al",
203424  unicodeslot=0x16B83,
203425 },
203426 [0x16B84]={
203427  category="lo",
203428  description="PAHAWH HMONG CLAN SIGN MUAS",
203429  direction="l",
203430  linebreak="al",
203431  unicodeslot=0x16B84,
203432 },
203433 [0x16B85]={
203434  category="lo",
203435  description="PAHAWH HMONG CLAN SIGN THOJ",
203436  direction="l",
203437  linebreak="al",
203438  unicodeslot=0x16B85,
203439 },
203440 [0x16B86]={
203441  category="lo",
203442  description="PAHAWH HMONG CLAN SIGN TSAB",
203443  direction="l",
203444  linebreak="al",
203445  unicodeslot=0x16B86,
203446 },
203447 [0x16B87]={
203448  category="lo",
203449  description="PAHAWH HMONG CLAN SIGN PHAB",
203450  direction="l",
203451  linebreak="al",
203452  unicodeslot=0x16B87,
203453 },
203454 [0x16B88]={
203455  category="lo",
203456  description="PAHAWH HMONG CLAN SIGN KHAB",
203457  direction="l",
203458  linebreak="al",
203459  unicodeslot=0x16B88,
203460 },
203461 [0x16B89]={
203462  category="lo",
203463  description="PAHAWH HMONG CLAN SIGN HAM",
203464  direction="l",
203465  linebreak="al",
203466  unicodeslot=0x16B89,
203467 },
203468 [0x16B8A]={
203469  category="lo",
203470  description="PAHAWH HMONG CLAN SIGN VAJ",
203471  direction="l",
203472  linebreak="al",
203473  unicodeslot=0x16B8A,
203474 },
203475 [0x16B8B]={
203476  category="lo",
203477  description="PAHAWH HMONG CLAN SIGN FAJ",
203478  direction="l",
203479  linebreak="al",
203480  unicodeslot=0x16B8B,
203481 },
203482 [0x16B8C]={
203483  category="lo",
203484  description="PAHAWH HMONG CLAN SIGN YAJ",
203485  direction="l",
203486  linebreak="al",
203487  unicodeslot=0x16B8C,
203488 },
203489 [0x16B8D]={
203490  category="lo",
203491  description="PAHAWH HMONG CLAN SIGN TSWB",
203492  direction="l",
203493  linebreak="al",
203494  unicodeslot=0x16B8D,
203495 },
203496 [0x16B8E]={
203497  category="lo",
203498  description="PAHAWH HMONG CLAN SIGN KWM",
203499  direction="l",
203500  linebreak="al",
203501  unicodeslot=0x16B8E,
203502 },
203503 [0x16B8F]={
203504  category="lo",
203505  description="PAHAWH HMONG CLAN SIGN VWJ",
203506  direction="l",
203507  linebreak="al",
203508  unicodeslot=0x16B8F,
203509 },
203510 [0x16D40]={
203511  category="lm",
203512  description="KIRAT RAI SIGN ANUSVARA",
203513  direction="l",
203514  linebreak="al",
203515  unicodeslot=0x16D40,
203516 },
203517 [0x16D41]={
203518  category="lm",
203519  description="KIRAT RAI SIGN TONPI",
203520  direction="l",
203521  linebreak="al",
203522  unicodeslot=0x16D41,
203523 },
203524 [0x16D42]={
203525  category="lm",
203526  description="KIRAT RAI SIGN VISARGA",
203527  direction="l",
203528  linebreak="al",
203529  unicodeslot=0x16D42,
203530 },
203531 [0x16D43]={
203532  category="lo",
203533  description="KIRAT RAI LETTER A",
203534  direction="l",
203535  linebreak="al",
203536  unicodeslot=0x16D43,
203537 },
203538 [0x16D44]={
203539  category="lo",
203540  description="KIRAT RAI LETTER KA",
203541  direction="l",
203542  linebreak="al",
203543  unicodeslot=0x16D44,
203544 },
203545 [0x16D45]={
203546  category="lo",
203547  description="KIRAT RAI LETTER KHA",
203548  direction="l",
203549  linebreak="al",
203550  unicodeslot=0x16D45,
203551 },
203552 [0x16D46]={
203553  category="lo",
203554  description="KIRAT RAI LETTER GA",
203555  direction="l",
203556  linebreak="al",
203557  unicodeslot=0x16D46,
203558 },
203559 [0x16D47]={
203560  category="lo",
203561  description="KIRAT RAI LETTER GHA",
203562  direction="l",
203563  linebreak="al",
203564  unicodeslot=0x16D47,
203565 },
203566 [0x16D48]={
203567  category="lo",
203568  description="KIRAT RAI LETTER NGA",
203569  direction="l",
203570  linebreak="al",
203571  unicodeslot=0x16D48,
203572 },
203573 [0x16D49]={
203574  category="lo",
203575  description="KIRAT RAI LETTER CA",
203576  direction="l",
203577  linebreak="al",
203578  unicodeslot=0x16D49,
203579 },
203580 [0x16D4A]={
203581  category="lo",
203582  description="KIRAT RAI LETTER CHA",
203583  direction="l",
203584  linebreak="al",
203585  unicodeslot=0x16D4A,
203586 },
203587 [0x16D4B]={
203588  category="lo",
203589  description="KIRAT RAI LETTER JA",
203590  direction="l",
203591  linebreak="al",
203592  unicodeslot=0x16D4B,
203593 },
203594 [0x16D4C]={
203595  category="lo",
203596  description="KIRAT RAI LETTER JHA",
203597  direction="l",
203598  linebreak="al",
203599  unicodeslot=0x16D4C,
203600 },
203601 [0x16D4D]={
203602  category="lo",
203603  description="KIRAT RAI LETTER NYA",
203604  direction="l",
203605  linebreak="al",
203606  unicodeslot=0x16D4D,
203607 },
203608 [0x16D4E]={
203609  category="lo",
203610  description="KIRAT RAI LETTER TTA",
203611  direction="l",
203612  linebreak="al",
203613  unicodeslot=0x16D4E,
203614 },
203615 [0x16D4F]={
203616  category="lo",
203617  description="KIRAT RAI LETTER TTHA",
203618  direction="l",
203619  linebreak="al",
203620  unicodeslot=0x16D4F,
203621 },
203622 [0x16D50]={
203623  category="lo",
203624  description="KIRAT RAI LETTER DDA",
203625  direction="l",
203626  linebreak="al",
203627  unicodeslot=0x16D50,
203628 },
203629 [0x16D51]={
203630  category="lo",
203631  description="KIRAT RAI LETTER DDHA",
203632  direction="l",
203633  linebreak="al",
203634  unicodeslot=0x16D51,
203635 },
203636 [0x16D52]={
203637  category="lo",
203638  description="KIRAT RAI LETTER TA",
203639  direction="l",
203640  linebreak="al",
203641  unicodeslot=0x16D52,
203642 },
203643 [0x16D53]={
203644  category="lo",
203645  description="KIRAT RAI LETTER THA",
203646  direction="l",
203647  linebreak="al",
203648  unicodeslot=0x16D53,
203649 },
203650 [0x16D54]={
203651  category="lo",
203652  description="KIRAT RAI LETTER DA",
203653  direction="l",
203654  linebreak="al",
203655  unicodeslot=0x16D54,
203656 },
203657 [0x16D55]={
203658  category="lo",
203659  description="KIRAT RAI LETTER DHA",
203660  direction="l",
203661  linebreak="al",
203662  unicodeslot=0x16D55,
203663 },
203664 [0x16D56]={
203665  category="lo",
203666  description="KIRAT RAI LETTER NA",
203667  direction="l",
203668  linebreak="al",
203669  unicodeslot=0x16D56,
203670 },
203671 [0x16D57]={
203672  category="lo",
203673  description="KIRAT RAI LETTER PA",
203674  direction="l",
203675  linebreak="al",
203676  unicodeslot=0x16D57,
203677 },
203678 [0x16D58]={
203679  category="lo",
203680  description="KIRAT RAI LETTER PHA",
203681  direction="l",
203682  linebreak="al",
203683  unicodeslot=0x16D58,
203684 },
203685 [0x16D59]={
203686  category="lo",
203687  description="KIRAT RAI LETTER BA",
203688  direction="l",
203689  linebreak="al",
203690  unicodeslot=0x16D59,
203691 },
203692 [0x16D5A]={
203693  category="lo",
203694  description="KIRAT RAI LETTER BHA",
203695  direction="l",
203696  linebreak="al",
203697  unicodeslot=0x16D5A,
203698 },
203699 [0x16D5B]={
203700  category="lo",
203701  description="KIRAT RAI LETTER MA",
203702  direction="l",
203703  linebreak="al",
203704  unicodeslot=0x16D5B,
203705 },
203706 [0x16D5C]={
203707  category="lo",
203708  description="KIRAT RAI LETTER YA",
203709  direction="l",
203710  linebreak="al",
203711  unicodeslot=0x16D5C,
203712 },
203713 [0x16D5D]={
203714  category="lo",
203715  description="KIRAT RAI LETTER RA",
203716  direction="l",
203717  linebreak="al",
203718  unicodeslot=0x16D5D,
203719 },
203720 [0x16D5E]={
203721  category="lo",
203722  description="KIRAT RAI LETTER LA",
203723  direction="l",
203724  linebreak="al",
203725  unicodeslot=0x16D5E,
203726 },
203727 [0x16D5F]={
203728  category="lo",
203729  description="KIRAT RAI LETTER VA",
203730  direction="l",
203731  linebreak="al",
203732  unicodeslot=0x16D5F,
203733 },
203734 [0x16D60]={
203735  category="lo",
203736  description="KIRAT RAI LETTER SA",
203737  direction="l",
203738  linebreak="al",
203739  unicodeslot=0x16D60,
203740 },
203741 [0x16D61]={
203742  category="lo",
203743  description="KIRAT RAI LETTER SHA",
203744  direction="l",
203745  linebreak="al",
203746  unicodeslot=0x16D61,
203747 },
203748 [0x16D62]={
203749  category="lo",
203750  description="KIRAT RAI LETTER HA",
203751  direction="l",
203752  linebreak="al",
203753  unicodeslot=0x16D62,
203754 },
203755 [0x16D63]={
203756  category="lo",
203757  description="KIRAT RAI VOWEL SIGN AA",
203758  direction="l",
203759  linebreak="al",
203760  unicodeslot=0x16D63,
203761 },
203762 [0x16D64]={
203763  category="lo",
203764  description="KIRAT RAI VOWEL SIGN I",
203765  direction="l",
203766  linebreak="al",
203767  unicodeslot=0x16D64,
203768 },
203769 [0x16D65]={
203770  category="lo",
203771  description="KIRAT RAI VOWEL SIGN U",
203772  direction="l",
203773  linebreak="al",
203774  unicodeslot=0x16D65,
203775 },
203776 [0x16D66]={
203777  category="lo",
203778  description="KIRAT RAI VOWEL SIGN UE",
203779  direction="l",
203780  linebreak="al",
203781  unicodeslot=0x16D66,
203782 },
203783 [0x16D67]={
203784  category="lo",
203785  description="KIRAT RAI VOWEL SIGN E",
203786  direction="l",
203787  linebreak="al",
203788  unicodeslot=0x16D67,
203789 },
203790 [0x16D68]={
203791  category="lo",
203792  description="KIRAT RAI VOWEL SIGN AI",
203793  direction="l",
203794  linebreak="al",
203795  specials={ "char", 0x16D67, 0x16D67 },
203796  unicodeslot=0x16D68,
203797 },
203798 [0x16D69]={
203799  category="lo",
203800  description="KIRAT RAI VOWEL SIGN O",
203801  direction="l",
203802  linebreak="al",
203803  specials={ "char", 0x16D63, 0x16D67 },
203804  unicodeslot=0x16D69,
203805 },
203806 [0x16D6A]={
203807  category="lo",
203808  description="KIRAT RAI VOWEL SIGN AU",
203809  direction="l",
203810  linebreak="al",
203811  specials={ "char", 0x16D69, 0x16D67 },
203812  unicodeslot=0x16D6A,
203813 },
203814 [0x16D6B]={
203815  category="lm",
203816  description="KIRAT RAI SIGN VIRAMA",
203817  direction="l",
203818  linebreak="al",
203819  unicodeslot=0x16D6B,
203820 },
203821 [0x16D6C]={
203822  category="lm",
203823  description="KIRAT RAI SIGN SAAT",
203824  direction="l",
203825  linebreak="al",
203826  unicodeslot=0x16D6C,
203827 },
203828 [0x16D6D]={
203829  category="po",
203830  description="KIRAT RAI SIGN YUPI",
203831  direction="l",
203832  linebreak="al",
203833  unicodeslot=0x16D6D,
203834 },
203835 [0x16D6E]={
203836  category="po",
203837  description="KIRAT RAI DANDA",
203838  direction="l",
203839  linebreak="ba",
203840  unicodeslot=0x16D6E,
203841 },
203842 [0x16D6F]={
203843  category="po",
203844  description="KIRAT RAI DOUBLE DANDA",
203845  direction="l",
203846  linebreak="ba",
203847  unicodeslot=0x16D6F,
203848 },
203849 [0x16D70]={
203850  category="nd",
203851  description="KIRAT RAI DIGIT ZERO",
203852  direction="l",
203853  linebreak="nu",
203854  unicodeslot=0x16D70,
203855 },
203856 [0x16D71]={
203857  category="nd",
203858  description="KIRAT RAI DIGIT ONE",
203859  direction="l",
203860  linebreak="nu",
203861  unicodeslot=0x16D71,
203862 },
203863 [0x16D72]={
203864  category="nd",
203865  description="KIRAT RAI DIGIT TWO",
203866  direction="l",
203867  linebreak="nu",
203868  unicodeslot=0x16D72,
203869 },
203870 [0x16D73]={
203871  category="nd",
203872  description="KIRAT RAI DIGIT THREE",
203873  direction="l",
203874  linebreak="nu",
203875  unicodeslot=0x16D73,
203876 },
203877 [0x16D74]={
203878  category="nd",
203879  description="KIRAT RAI DIGIT FOUR",
203880  direction="l",
203881  linebreak="nu",
203882  unicodeslot=0x16D74,
203883 },
203884 [0x16D75]={
203885  category="nd",
203886  description="KIRAT RAI DIGIT FIVE",
203887  direction="l",
203888  linebreak="nu",
203889  unicodeslot=0x16D75,
203890 },
203891 [0x16D76]={
203892  category="nd",
203893  description="KIRAT RAI DIGIT SIX",
203894  direction="l",
203895  linebreak="nu",
203896  unicodeslot=0x16D76,
203897 },
203898 [0x16D77]={
203899  category="nd",
203900  description="KIRAT RAI DIGIT SEVEN",
203901  direction="l",
203902  linebreak="nu",
203903  unicodeslot=0x16D77,
203904 },
203905 [0x16D78]={
203906  category="nd",
203907  description="KIRAT RAI DIGIT EIGHT",
203908  direction="l",
203909  linebreak="nu",
203910  unicodeslot=0x16D78,
203911 },
203912 [0x16D79]={
203913  category="nd",
203914  description="KIRAT RAI DIGIT NINE",
203915  direction="l",
203916  linebreak="nu",
203917  unicodeslot=0x16D79,
203918 },
203919 [0x16E40]={
203920  category="lu",
203921  description="MEDEFAIDRIN CAPITAL LETTER M",
203922  direction="l",
203923  lccode=0x16E60,
203924  linebreak="al",
203925  unicodeslot=0x16E40,
203926 },
203927 [0x16E41]={
203928  category="lu",
203929  description="MEDEFAIDRIN CAPITAL LETTER S",
203930  direction="l",
203931  lccode=0x16E61,
203932  linebreak="al",
203933  unicodeslot=0x16E41,
203934 },
203935 [0x16E42]={
203936  category="lu",
203937  description="MEDEFAIDRIN CAPITAL LETTER V",
203938  direction="l",
203939  lccode=0x16E62,
203940  linebreak="al",
203941  unicodeslot=0x16E42,
203942 },
203943 [0x16E43]={
203944  category="lu",
203945  description="MEDEFAIDRIN CAPITAL LETTER W",
203946  direction="l",
203947  lccode=0x16E63,
203948  linebreak="al",
203949  unicodeslot=0x16E43,
203950 },
203951 [0x16E44]={
203952  category="lu",
203953  description="MEDEFAIDRIN CAPITAL LETTER ATIU",
203954  direction="l",
203955  lccode=0x16E64,
203956  linebreak="al",
203957  unicodeslot=0x16E44,
203958 },
203959 [0x16E45]={
203960  category="lu",
203961  description="MEDEFAIDRIN CAPITAL LETTER Z",
203962  direction="l",
203963  lccode=0x16E65,
203964  linebreak="al",
203965  unicodeslot=0x16E45,
203966 },
203967 [0x16E46]={
203968  category="lu",
203969  description="MEDEFAIDRIN CAPITAL LETTER KP",
203970  direction="l",
203971  lccode=0x16E66,
203972  linebreak="al",
203973  unicodeslot=0x16E46,
203974 },
203975 [0x16E47]={
203976  category="lu",
203977  description="MEDEFAIDRIN CAPITAL LETTER P",
203978  direction="l",
203979  lccode=0x16E67,
203980  linebreak="al",
203981  unicodeslot=0x16E47,
203982 },
203983 [0x16E48]={
203984  category="lu",
203985  description="MEDEFAIDRIN CAPITAL LETTER T",
203986  direction="l",
203987  lccode=0x16E68,
203988  linebreak="al",
203989  unicodeslot=0x16E48,
203990 },
203991 [0x16E49]={
203992  category="lu",
203993  description="MEDEFAIDRIN CAPITAL LETTER G",
203994  direction="l",
203995  lccode=0x16E69,
203996  linebreak="al",
203997  unicodeslot=0x16E49,
203998 },
203999 [0x16E4A]={
204000  category="lu",
204001  description="MEDEFAIDRIN CAPITAL LETTER F",
204002  direction="l",
204003  lccode=0x16E6A,
204004  linebreak="al",
204005  unicodeslot=0x16E4A,
204006 },
204007 [0x16E4B]={
204008  category="lu",
204009  description="MEDEFAIDRIN CAPITAL LETTER I",
204010  direction="l",
204011  lccode=0x16E6B,
204012  linebreak="al",
204013  unicodeslot=0x16E4B,
204014 },
204015 [0x16E4C]={
204016  category="lu",
204017  description="MEDEFAIDRIN CAPITAL LETTER K",
204018  direction="l",
204019  lccode=0x16E6C,
204020  linebreak="al",
204021  unicodeslot=0x16E4C,
204022 },
204023 [0x16E4D]={
204024  category="lu",
204025  description="MEDEFAIDRIN CAPITAL LETTER A",
204026  direction="l",
204027  lccode=0x16E6D,
204028  linebreak="al",
204029  unicodeslot=0x16E4D,
204030 },
204031 [0x16E4E]={
204032  category="lu",
204033  description="MEDEFAIDRIN CAPITAL LETTER J",
204034  direction="l",
204035  lccode=0x16E6E,
204036  linebreak="al",
204037  unicodeslot=0x16E4E,
204038 },
204039 [0x16E4F]={
204040  category="lu",
204041  description="MEDEFAIDRIN CAPITAL LETTER E",
204042  direction="l",
204043  lccode=0x16E6F,
204044  linebreak="al",
204045  unicodeslot=0x16E4F,
204046 },
204047 [0x16E50]={
204048  category="lu",
204049  description="MEDEFAIDRIN CAPITAL LETTER B",
204050  direction="l",
204051  lccode=0x16E70,
204052  linebreak="al",
204053  unicodeslot=0x16E50,
204054 },
204055 [0x16E51]={
204056  category="lu",
204057  description="MEDEFAIDRIN CAPITAL LETTER C",
204058  direction="l",
204059  lccode=0x16E71,
204060  linebreak="al",
204061  unicodeslot=0x16E51,
204062 },
204063 [0x16E52]={
204064  category="lu",
204065  description="MEDEFAIDRIN CAPITAL LETTER U",
204066  direction="l",
204067  lccode=0x16E72,
204068  linebreak="al",
204069  unicodeslot=0x16E52,
204070 },
204071 [0x16E53]={
204072  category="lu",
204073  description="MEDEFAIDRIN CAPITAL LETTER YU",
204074  direction="l",
204075  lccode=0x16E73,
204076  linebreak="al",
204077  unicodeslot=0x16E53,
204078 },
204079 [0x16E54]={
204080  category="lu",
204081  description="MEDEFAIDRIN CAPITAL LETTER L",
204082  direction="l",
204083  lccode=0x16E74,
204084  linebreak="al",
204085  unicodeslot=0x16E54,
204086 },
204087 [0x16E55]={
204088  category="lu",
204089  description="MEDEFAIDRIN CAPITAL LETTER Q",
204090  direction="l",
204091  lccode=0x16E75,
204092  linebreak="al",
204093  unicodeslot=0x16E55,
204094 },
204095 [0x16E56]={
204096  category="lu",
204097  description="MEDEFAIDRIN CAPITAL LETTER HP",
204098  direction="l",
204099  lccode=0x16E76,
204100  linebreak="al",
204101  unicodeslot=0x16E56,
204102 },
204103 [0x16E57]={
204104  category="lu",
204105  description="MEDEFAIDRIN CAPITAL LETTER NY",
204106  direction="l",
204107  lccode=0x16E77,
204108  linebreak="al",
204109  unicodeslot=0x16E57,
204110 },
204111 [0x16E58]={
204112  category="lu",
204113  description="MEDEFAIDRIN CAPITAL LETTER X",
204114  direction="l",
204115  lccode=0x16E78,
204116  linebreak="al",
204117  unicodeslot=0x16E58,
204118 },
204119 [0x16E59]={
204120  category="lu",
204121  description="MEDEFAIDRIN CAPITAL LETTER D",
204122  direction="l",
204123  lccode=0x16E79,
204124  linebreak="al",
204125  unicodeslot=0x16E59,
204126 },
204127 [0x16E5A]={
204128  category="lu",
204129  description="MEDEFAIDRIN CAPITAL LETTER OE",
204130  direction="l",
204131  lccode=0x16E7A,
204132  linebreak="al",
204133  unicodeslot=0x16E5A,
204134 },
204135 [0x16E5B]={
204136  category="lu",
204137  description="MEDEFAIDRIN CAPITAL LETTER N",
204138  direction="l",
204139  lccode=0x16E7B,
204140  linebreak="al",
204141  unicodeslot=0x16E5B,
204142 },
204143 [0x16E5C]={
204144  category="lu",
204145  description="MEDEFAIDRIN CAPITAL LETTER R",
204146  direction="l",
204147  lccode=0x16E7C,
204148  linebreak="al",
204149  unicodeslot=0x16E5C,
204150 },
204151 [0x16E5D]={
204152  category="lu",
204153  description="MEDEFAIDRIN CAPITAL LETTER O",
204154  direction="l",
204155  lccode=0x16E7D,
204156  linebreak="al",
204157  unicodeslot=0x16E5D,
204158 },
204159 [0x16E5E]={
204160  category="lu",
204161  description="MEDEFAIDRIN CAPITAL LETTER AI",
204162  direction="l",
204163  lccode=0x16E7E,
204164  linebreak="al",
204165  unicodeslot=0x16E5E,
204166 },
204167 [0x16E5F]={
204168  category="lu",
204169  description="MEDEFAIDRIN CAPITAL LETTER Y",
204170  direction="l",
204171  lccode=0x16E7F,
204172  linebreak="al",
204173  unicodeslot=0x16E5F,
204174 },
204175 [0x16E60]={
204176  category="ll",
204177  description="MEDEFAIDRIN SMALL LETTER M",
204178  direction="l",
204179  linebreak="al",
204180  unicodeslot=0x16E60,
204181 },
204182 [0x16E61]={
204183  category="ll",
204184  description="MEDEFAIDRIN SMALL LETTER S",
204185  direction="l",
204186  linebreak="al",
204187  unicodeslot=0x16E61,
204188 },
204189 [0x16E62]={
204190  category="ll",
204191  description="MEDEFAIDRIN SMALL LETTER V",
204192  direction="l",
204193  linebreak="al",
204194  unicodeslot=0x16E62,
204195 },
204196 [0x16E63]={
204197  category="ll",
204198  description="MEDEFAIDRIN SMALL LETTER W",
204199  direction="l",
204200  linebreak="al",
204201  unicodeslot=0x16E63,
204202 },
204203 [0x16E64]={
204204  category="ll",
204205  description="MEDEFAIDRIN SMALL LETTER ATIU",
204206  direction="l",
204207  linebreak="al",
204208  unicodeslot=0x16E64,
204209 },
204210 [0x16E65]={
204211  category="ll",
204212  description="MEDEFAIDRIN SMALL LETTER Z",
204213  direction="l",
204214  linebreak="al",
204215  unicodeslot=0x16E65,
204216 },
204217 [0x16E66]={
204218  category="ll",
204219  description="MEDEFAIDRIN SMALL LETTER KP",
204220  direction="l",
204221  linebreak="al",
204222  unicodeslot=0x16E66,
204223 },
204224 [0x16E67]={
204225  category="ll",
204226  description="MEDEFAIDRIN SMALL LETTER P",
204227  direction="l",
204228  linebreak="al",
204229  unicodeslot=0x16E67,
204230 },
204231 [0x16E68]={
204232  category="ll",
204233  description="MEDEFAIDRIN SMALL LETTER T",
204234  direction="l",
204235  linebreak="al",
204236  unicodeslot=0x16E68,
204237 },
204238 [0x16E69]={
204239  category="ll",
204240  description="MEDEFAIDRIN SMALL LETTER G",
204241  direction="l",
204242  linebreak="al",
204243  unicodeslot=0x16E69,
204244 },
204245 [0x16E6A]={
204246  category="ll",
204247  description="MEDEFAIDRIN SMALL LETTER F",
204248  direction="l",
204249  linebreak="al",
204250  unicodeslot=0x16E6A,
204251 },
204252 [0x16E6B]={
204253  category="ll",
204254  description="MEDEFAIDRIN SMALL LETTER I",
204255  direction="l",
204256  linebreak="al",
204257  unicodeslot=0x16E6B,
204258 },
204259 [0x16E6C]={
204260  category="ll",
204261  description="MEDEFAIDRIN SMALL LETTER K",
204262  direction="l",
204263  linebreak="al",
204264  unicodeslot=0x16E6C,
204265 },
204266 [0x16E6D]={
204267  category="ll",
204268  description="MEDEFAIDRIN SMALL LETTER A",
204269  direction="l",
204270  linebreak="al",
204271  unicodeslot=0x16E6D,
204272 },
204273 [0x16E6E]={
204274  category="ll",
204275  description="MEDEFAIDRIN SMALL LETTER J",
204276  direction="l",
204277  linebreak="al",
204278  unicodeslot=0x16E6E,
204279 },
204280 [0x16E6F]={
204281  category="ll",
204282  description="MEDEFAIDRIN SMALL LETTER E",
204283  direction="l",
204284  linebreak="al",
204285  unicodeslot=0x16E6F,
204286 },
204287 [0x16E70]={
204288  category="ll",
204289  description="MEDEFAIDRIN SMALL LETTER B",
204290  direction="l",
204291  linebreak="al",
204292  unicodeslot=0x16E70,
204293 },
204294 [0x16E71]={
204295  category="ll",
204296  description="MEDEFAIDRIN SMALL LETTER C",
204297  direction="l",
204298  linebreak="al",
204299  unicodeslot=0x16E71,
204300 },
204301 [0x16E72]={
204302  category="ll",
204303  description="MEDEFAIDRIN SMALL LETTER U",
204304  direction="l",
204305  linebreak="al",
204306  unicodeslot=0x16E72,
204307 },
204308 [0x16E73]={
204309  category="ll",
204310  description="MEDEFAIDRIN SMALL LETTER YU",
204311  direction="l",
204312  linebreak="al",
204313  unicodeslot=0x16E73,
204314 },
204315 [0x16E74]={
204316  category="ll",
204317  description="MEDEFAIDRIN SMALL LETTER L",
204318  direction="l",
204319  linebreak="al",
204320  unicodeslot=0x16E74,
204321 },
204322 [0x16E75]={
204323  category="ll",
204324  description="MEDEFAIDRIN SMALL LETTER Q",
204325  direction="l",
204326  linebreak="al",
204327  unicodeslot=0x16E75,
204328 },
204329 [0x16E76]={
204330  category="ll",
204331  description="MEDEFAIDRIN SMALL LETTER HP",
204332  direction="l",
204333  linebreak="al",
204334  unicodeslot=0x16E76,
204335 },
204336 [0x16E77]={
204337  category="ll",
204338  description="MEDEFAIDRIN SMALL LETTER NY",
204339  direction="l",
204340  linebreak="al",
204341  unicodeslot=0x16E77,
204342 },
204343 [0x16E78]={
204344  category="ll",
204345  description="MEDEFAIDRIN SMALL LETTER X",
204346  direction="l",
204347  linebreak="al",
204348  unicodeslot=0x16E78,
204349 },
204350 [0x16E79]={
204351  category="ll",
204352  description="MEDEFAIDRIN SMALL LETTER D",
204353  direction="l",
204354  linebreak="al",
204355  unicodeslot=0x16E79,
204356 },
204357 [0x16E7A]={
204358  category="ll",
204359  description="MEDEFAIDRIN SMALL LETTER OE",
204360  direction="l",
204361  linebreak="al",
204362  unicodeslot=0x16E7A,
204363 },
204364 [0x16E7B]={
204365  category="ll",
204366  description="MEDEFAIDRIN SMALL LETTER N",
204367  direction="l",
204368  linebreak="al",
204369  unicodeslot=0x16E7B,
204370 },
204371 [0x16E7C]={
204372  category="ll",
204373  description="MEDEFAIDRIN SMALL LETTER R",
204374  direction="l",
204375  linebreak="al",
204376  unicodeslot=0x16E7C,
204377 },
204378 [0x16E7D]={
204379  category="ll",
204380  description="MEDEFAIDRIN SMALL LETTER O",
204381  direction="l",
204382  linebreak="al",
204383  unicodeslot=0x16E7D,
204384 },
204385 [0x16E7E]={
204386  category="ll",
204387  description="MEDEFAIDRIN SMALL LETTER AI",
204388  direction="l",
204389  linebreak="al",
204390  unicodeslot=0x16E7E,
204391 },
204392 [0x16E7F]={
204393  category="ll",
204394  description="MEDEFAIDRIN SMALL LETTER Y",
204395  direction="l",
204396  linebreak="al",
204397  unicodeslot=0x16E7F,
204398 },
204399 [0x16E80]={
204400  category="no",
204401  description="MEDEFAIDRIN DIGIT ZERO",
204402  direction="l",
204403  linebreak="al",
204404  unicodeslot=0x16E80,
204405 },
204406 [0x16E81]={
204407  category="no",
204408  description="MEDEFAIDRIN DIGIT ONE",
204409  direction="l",
204410  linebreak="al",
204411  unicodeslot=0x16E81,
204412 },
204413 [0x16E82]={
204414  category="no",
204415  description="MEDEFAIDRIN DIGIT TWO",
204416  direction="l",
204417  linebreak="al",
204418  unicodeslot=0x16E82,
204419 },
204420 [0x16E83]={
204421  category="no",
204422  description="MEDEFAIDRIN DIGIT THREE",
204423  direction="l",
204424  linebreak="al",
204425  unicodeslot=0x16E83,
204426 },
204427 [0x16E84]={
204428  category="no",
204429  description="MEDEFAIDRIN DIGIT FOUR",
204430  direction="l",
204431  linebreak="al",
204432  unicodeslot=0x16E84,
204433 },
204434 [0x16E85]={
204435  category="no",
204436  description="MEDEFAIDRIN DIGIT FIVE",
204437  direction="l",
204438  linebreak="al",
204439  unicodeslot=0x16E85,
204440 },
204441 [0x16E86]={
204442  category="no",
204443  description="MEDEFAIDRIN DIGIT SIX",
204444  direction="l",
204445  linebreak="al",
204446  unicodeslot=0x16E86,
204447 },
204448 [0x16E87]={
204449  category="no",
204450  description="MEDEFAIDRIN DIGIT SEVEN",
204451  direction="l",
204452  linebreak="al",
204453  unicodeslot=0x16E87,
204454 },
204455 [0x16E88]={
204456  category="no",
204457  description="MEDEFAIDRIN DIGIT EIGHT",
204458  direction="l",
204459  linebreak="al",
204460  unicodeslot=0x16E88,
204461 },
204462 [0x16E89]={
204463  category="no",
204464  description="MEDEFAIDRIN DIGIT NINE",
204465  direction="l",
204466  linebreak="al",
204467  unicodeslot=0x16E89,
204468 },
204469 [0x16E8A]={
204470  category="no",
204471  description="MEDEFAIDRIN NUMBER TEN",
204472  direction="l",
204473  linebreak="al",
204474  unicodeslot=0x16E8A,
204475 },
204476 [0x16E8B]={
204477  category="no",
204478  description="MEDEFAIDRIN NUMBER ELEVEN",
204479  direction="l",
204480  linebreak="al",
204481  unicodeslot=0x16E8B,
204482 },
204483 [0x16E8C]={
204484  category="no",
204485  description="MEDEFAIDRIN NUMBER TWELVE",
204486  direction="l",
204487  linebreak="al",
204488  unicodeslot=0x16E8C,
204489 },
204490 [0x16E8D]={
204491  category="no",
204492  description="MEDEFAIDRIN NUMBER THIRTEEN",
204493  direction="l",
204494  linebreak="al",
204495  unicodeslot=0x16E8D,
204496 },
204497 [0x16E8E]={
204498  category="no",
204499  description="MEDEFAIDRIN NUMBER FOURTEEN",
204500  direction="l",
204501  linebreak="al",
204502  unicodeslot=0x16E8E,
204503 },
204504 [0x16E8F]={
204505  category="no",
204506  description="MEDEFAIDRIN NUMBER FIFTEEN",
204507  direction="l",
204508  linebreak="al",
204509  unicodeslot=0x16E8F,
204510 },
204511 [0x16E90]={
204512  category="no",
204513  description="MEDEFAIDRIN NUMBER SIXTEEN",
204514  direction="l",
204515  linebreak="al",
204516  unicodeslot=0x16E90,
204517 },
204518 [0x16E91]={
204519  category="no",
204520  description="MEDEFAIDRIN NUMBER SEVENTEEN",
204521  direction="l",
204522  linebreak="al",
204523  unicodeslot=0x16E91,
204524 },
204525 [0x16E92]={
204526  category="no",
204527  description="MEDEFAIDRIN NUMBER EIGHTEEN",
204528  direction="l",
204529  linebreak="al",
204530  unicodeslot=0x16E92,
204531 },
204532 [0x16E93]={
204533  category="no",
204534  description="MEDEFAIDRIN NUMBER NINETEEN",
204535  direction="l",
204536  linebreak="al",
204537  unicodeslot=0x16E93,
204538 },
204539 [0x16E94]={
204540  category="no",
204541  description="MEDEFAIDRIN DIGIT ONE ALTERNATE FORM",
204542  direction="l",
204543  linebreak="al",
204544  unicodeslot=0x16E94,
204545 },
204546 [0x16E95]={
204547  category="no",
204548  description="MEDEFAIDRIN DIGIT TWO ALTERNATE FORM",
204549  direction="l",
204550  linebreak="al",
204551  unicodeslot=0x16E95,
204552 },
204553 [0x16E96]={
204554  category="no",
204555  description="MEDEFAIDRIN DIGIT THREE ALTERNATE FORM",
204556  direction="l",
204557  linebreak="al",
204558  unicodeslot=0x16E96,
204559 },
204560 [0x16E97]={
204561  category="po",
204562  description="MEDEFAIDRIN COMMA",
204563  direction="l",
204564  linebreak="ba",
204565  unicodeslot=0x16E97,
204566 },
204567 [0x16E98]={
204568  category="po",
204569  description="MEDEFAIDRIN FULL STOP",
204570  direction="l",
204571  linebreak="ba",
204572  unicodeslot=0x16E98,
204573 },
204574 [0x16E99]={
204575  category="po",
204576  description="MEDEFAIDRIN SYMBOL AIVA",
204577  direction="l",
204578  linebreak="al",
204579  unicodeslot=0x16E99,
204580 },
204581 [0x16E9A]={
204582  category="po",
204583  description="MEDEFAIDRIN EXCLAMATION OH",
204584  direction="l",
204585  linebreak="al",
204586  unicodeslot=0x16E9A,
204587 },
204588 [0x16F00]={
204589  category="lo",
204590  description="MIAO LETTER PA",
204591  direction="l",
204592  linebreak="al",
204593  unicodeslot=0x16F00,
204594 },
204595 [0x16F01]={
204596  category="lo",
204597  description="MIAO LETTER BA",
204598  direction="l",
204599  linebreak="al",
204600  unicodeslot=0x16F01,
204601 },
204602 [0x16F02]={
204603  category="lo",
204604  description="MIAO LETTER YI PA",
204605  direction="l",
204606  linebreak="al",
204607  unicodeslot=0x16F02,
204608 },
204609 [0x16F03]={
204610  category="lo",
204611  description="MIAO LETTER PLA",
204612  direction="l",
204613  linebreak="al",
204614  unicodeslot=0x16F03,
204615 },
204616 [0x16F04]={
204617  category="lo",
204618  description="MIAO LETTER MA",
204619  direction="l",
204620  linebreak="al",
204621  unicodeslot=0x16F04,
204622 },
204623 [0x16F05]={
204624  category="lo",
204625  description="MIAO LETTER MHA",
204626  direction="l",
204627  linebreak="al",
204628  unicodeslot=0x16F05,
204629 },
204630 [0x16F06]={
204631  category="lo",
204632  description="MIAO LETTER ARCHAIC MA",
204633  direction="l",
204634  linebreak="al",
204635  unicodeslot=0x16F06,
204636 },
204637 [0x16F07]={
204638  category="lo",
204639  description="MIAO LETTER FA",
204640  direction="l",
204641  linebreak="al",
204642  unicodeslot=0x16F07,
204643 },
204644 [0x16F08]={
204645  category="lo",
204646  description="MIAO LETTER VA",
204647  direction="l",
204648  linebreak="al",
204649  unicodeslot=0x16F08,
204650 },
204651 [0x16F09]={
204652  category="lo",
204653  description="MIAO LETTER VFA",
204654  direction="l",
204655  linebreak="al",
204656  unicodeslot=0x16F09,
204657 },
204658 [0x16F0A]={
204659  category="lo",
204660  description="MIAO LETTER TA",
204661  direction="l",
204662  linebreak="al",
204663  unicodeslot=0x16F0A,
204664 },
204665 [0x16F0B]={
204666  category="lo",
204667  description="MIAO LETTER DA",
204668  direction="l",
204669  linebreak="al",
204670  unicodeslot=0x16F0B,
204671 },
204672 [0x16F0C]={
204673  category="lo",
204674  description="MIAO LETTER YI TTA",
204675  direction="l",
204676  linebreak="al",
204677  unicodeslot=0x16F0C,
204678 },
204679 [0x16F0D]={
204680  category="lo",
204681  description="MIAO LETTER YI TA",
204682  direction="l",
204683  linebreak="al",
204684  unicodeslot=0x16F0D,
204685 },
204686 [0x16F0E]={
204687  category="lo",
204688  description="MIAO LETTER TTA",
204689  direction="l",
204690  linebreak="al",
204691  unicodeslot=0x16F0E,
204692 },
204693 [0x16F0F]={
204694  category="lo",
204695  description="MIAO LETTER DDA",
204696  direction="l",
204697  linebreak="al",
204698  unicodeslot=0x16F0F,
204699 },
204700 [0x16F10]={
204701  category="lo",
204702  description="MIAO LETTER NA",
204703  direction="l",
204704  linebreak="al",
204705  unicodeslot=0x16F10,
204706 },
204707 [0x16F11]={
204708  category="lo",
204709  description="MIAO LETTER NHA",
204710  direction="l",
204711  linebreak="al",
204712  unicodeslot=0x16F11,
204713 },
204714 [0x16F12]={
204715  category="lo",
204716  description="MIAO LETTER YI NNA",
204717  direction="l",
204718  linebreak="al",
204719  unicodeslot=0x16F12,
204720 },
204721 [0x16F13]={
204722  category="lo",
204723  description="MIAO LETTER ARCHAIC NA",
204724  direction="l",
204725  linebreak="al",
204726  unicodeslot=0x16F13,
204727 },
204728 [0x16F14]={
204729  category="lo",
204730  description="MIAO LETTER NNA",
204731  direction="l",
204732  linebreak="al",
204733  unicodeslot=0x16F14,
204734 },
204735 [0x16F15]={
204736  category="lo",
204737  description="MIAO LETTER NNHA",
204738  direction="l",
204739  linebreak="al",
204740  unicodeslot=0x16F15,
204741 },
204742 [0x16F16]={
204743  category="lo",
204744  description="MIAO LETTER LA",
204745  direction="l",
204746  linebreak="al",
204747  unicodeslot=0x16F16,
204748 },
204749 [0x16F17]={
204750  category="lo",
204751  description="MIAO LETTER LYA",
204752  direction="l",
204753  linebreak="al",
204754  unicodeslot=0x16F17,
204755 },
204756 [0x16F18]={
204757  category="lo",
204758  description="MIAO LETTER LHA",
204759  direction="l",
204760  linebreak="al",
204761  unicodeslot=0x16F18,
204762 },
204763 [0x16F19]={
204764  category="lo",
204765  description="MIAO LETTER LHYA",
204766  direction="l",
204767  linebreak="al",
204768  unicodeslot=0x16F19,
204769 },
204770 [0x16F1A]={
204771  category="lo",
204772  description="MIAO LETTER TLHA",
204773  direction="l",
204774  linebreak="al",
204775  unicodeslot=0x16F1A,
204776 },
204777 [0x16F1B]={
204778  category="lo",
204779  description="MIAO LETTER DLHA",
204780  direction="l",
204781  linebreak="al",
204782  unicodeslot=0x16F1B,
204783 },
204784 [0x16F1C]={
204785  category="lo",
204786  description="MIAO LETTER TLHYA",
204787  direction="l",
204788  linebreak="al",
204789  unicodeslot=0x16F1C,
204790 },
204791 [0x16F1D]={
204792  category="lo",
204793  description="MIAO LETTER DLHYA",
204794  direction="l",
204795  linebreak="al",
204796  unicodeslot=0x16F1D,
204797 },
204798 [0x16F1E]={
204799  category="lo",
204800  description="MIAO LETTER KA",
204801  direction="l",
204802  linebreak="al",
204803  unicodeslot=0x16F1E,
204804 },
204805 [0x16F1F]={
204806  category="lo",
204807  description="MIAO LETTER GA",
204808  direction="l",
204809  linebreak="al",
204810  unicodeslot=0x16F1F,
204811 },
204812 [0x16F20]={
204813  category="lo",
204814  description="MIAO LETTER YI KA",
204815  direction="l",
204816  linebreak="al",
204817  unicodeslot=0x16F20,
204818 },
204819 [0x16F21]={
204820  category="lo",
204821  description="MIAO LETTER QA",
204822  direction="l",
204823  linebreak="al",
204824  unicodeslot=0x16F21,
204825 },
204826 [0x16F22]={
204827  category="lo",
204828  description="MIAO LETTER QGA",
204829  direction="l",
204830  linebreak="al",
204831  unicodeslot=0x16F22,
204832 },
204833 [0x16F23]={
204834  category="lo",
204835  description="MIAO LETTER NGA",
204836  direction="l",
204837  linebreak="al",
204838  unicodeslot=0x16F23,
204839 },
204840 [0x16F24]={
204841  category="lo",
204842  description="MIAO LETTER NGHA",
204843  direction="l",
204844  linebreak="al",
204845  unicodeslot=0x16F24,
204846 },
204847 [0x16F25]={
204848  category="lo",
204849  description="MIAO LETTER ARCHAIC NGA",
204850  direction="l",
204851  linebreak="al",
204852  unicodeslot=0x16F25,
204853 },
204854 [0x16F26]={
204855  category="lo",
204856  description="MIAO LETTER HA",
204857  direction="l",
204858  linebreak="al",
204859  unicodeslot=0x16F26,
204860 },
204861 [0x16F27]={
204862  category="lo",
204863  description="MIAO LETTER XA",
204864  direction="l",
204865  linebreak="al",
204866  unicodeslot=0x16F27,
204867 },
204868 [0x16F28]={
204869  category="lo",
204870  description="MIAO LETTER GHA",
204871  direction="l",
204872  linebreak="al",
204873  unicodeslot=0x16F28,
204874 },
204875 [0x16F29]={
204876  category="lo",
204877  description="MIAO LETTER GHHA",
204878  direction="l",
204879  linebreak="al",
204880  unicodeslot=0x16F29,
204881 },
204882 [0x16F2A]={
204883  category="lo",
204884  description="MIAO LETTER TSSA",
204885  direction="l",
204886  linebreak="al",
204887  unicodeslot=0x16F2A,
204888 },
204889 [0x16F2B]={
204890  category="lo",
204891  description="MIAO LETTER DZZA",
204892  direction="l",
204893  linebreak="al",
204894  unicodeslot=0x16F2B,
204895 },
204896 [0x16F2C]={
204897  category="lo",
204898  description="MIAO LETTER NYA",
204899  direction="l",
204900  linebreak="al",
204901  unicodeslot=0x16F2C,
204902 },
204903 [0x16F2D]={
204904  category="lo",
204905  description="MIAO LETTER NYHA",
204906  direction="l",
204907  linebreak="al",
204908  unicodeslot=0x16F2D,
204909 },
204910 [0x16F2E]={
204911  category="lo",
204912  description="MIAO LETTER TSHA",
204913  direction="l",
204914  linebreak="al",
204915  unicodeslot=0x16F2E,
204916 },
204917 [0x16F2F]={
204918  category="lo",
204919  description="MIAO LETTER DZHA",
204920  direction="l",
204921  linebreak="al",
204922  unicodeslot=0x16F2F,
204923 },
204924 [0x16F30]={
204925  category="lo",
204926  description="MIAO LETTER YI TSHA",
204927  direction="l",
204928  linebreak="al",
204929  unicodeslot=0x16F30,
204930 },
204931 [0x16F31]={
204932  category="lo",
204933  description="MIAO LETTER YI DZHA",
204934  direction="l",
204935  linebreak="al",
204936  unicodeslot=0x16F31,
204937 },
204938 [0x16F32]={
204939  category="lo",
204940  description="MIAO LETTER REFORMED TSHA",
204941  direction="l",
204942  linebreak="al",
204943  unicodeslot=0x16F32,
204944 },
204945 [0x16F33]={
204946  category="lo",
204947  description="MIAO LETTER SHA",
204948  direction="l",
204949  linebreak="al",
204950  unicodeslot=0x16F33,
204951 },
204952 [0x16F34]={
204953  category="lo",
204954  description="MIAO LETTER SSA",
204955  direction="l",
204956  linebreak="al",
204957  unicodeslot=0x16F34,
204958 },
204959 [0x16F35]={
204960  category="lo",
204961  description="MIAO LETTER ZHA",
204962  direction="l",
204963  linebreak="al",
204964  unicodeslot=0x16F35,
204965 },
204966 [0x16F36]={
204967  category="lo",
204968  description="MIAO LETTER ZSHA",
204969  direction="l",
204970  linebreak="al",
204971  unicodeslot=0x16F36,
204972 },
204973 [0x16F37]={
204974  category="lo",
204975  description="MIAO LETTER TSA",
204976  direction="l",
204977  linebreak="al",
204978  unicodeslot=0x16F37,
204979 },
204980 [0x16F38]={
204981  category="lo",
204982  description="MIAO LETTER DZA",
204983  direction="l",
204984  linebreak="al",
204985  unicodeslot=0x16F38,
204986 },
204987 [0x16F39]={
204988  category="lo",
204989  description="MIAO LETTER YI TSA",
204990  direction="l",
204991  linebreak="al",
204992  unicodeslot=0x16F39,
204993 },
204994 [0x16F3A]={
204995  category="lo",
204996  description="MIAO LETTER SA",
204997  direction="l",
204998  linebreak="al",
204999  unicodeslot=0x16F3A,
205000 },
205001 [0x16F3B]={
205002  category="lo",
205003  description="MIAO LETTER ZA",
205004  direction="l",
205005  linebreak="al",
205006  unicodeslot=0x16F3B,
205007 },
205008 [0x16F3C]={
205009  category="lo",
205010  description="MIAO LETTER ZSA",
205011  direction="l",
205012  linebreak="al",
205013  unicodeslot=0x16F3C,
205014 },
205015 [0x16F3D]={
205016  category="lo",
205017  description="MIAO LETTER ZZA",
205018  direction="l",
205019  linebreak="al",
205020  unicodeslot=0x16F3D,
205021 },
205022 [0x16F3E]={
205023  category="lo",
205024  description="MIAO LETTER ZZSA",
205025  direction="l",
205026  linebreak="al",
205027  unicodeslot=0x16F3E,
205028 },
205029 [0x16F3F]={
205030  category="lo",
205031  description="MIAO LETTER ARCHAIC ZZA",
205032  direction="l",
205033  linebreak="al",
205034  unicodeslot=0x16F3F,
205035 },
205036 [0x16F40]={
205037  category="lo",
205038  description="MIAO LETTER ZZYA",
205039  direction="l",
205040  linebreak="al",
205041  unicodeslot=0x16F40,
205042 },
205043 [0x16F41]={
205044  category="lo",
205045  description="MIAO LETTER ZZSYA",
205046  direction="l",
205047  linebreak="al",
205048  unicodeslot=0x16F41,
205049 },
205050 [0x16F42]={
205051  category="lo",
205052  description="MIAO LETTER WA",
205053  direction="l",
205054  linebreak="al",
205055  unicodeslot=0x16F42,
205056 },
205057 [0x16F43]={
205058  category="lo",
205059  description="MIAO LETTER AH",
205060  direction="l",
205061  linebreak="al",
205062  unicodeslot=0x16F43,
205063 },
205064 [0x16F44]={
205065  category="lo",
205066  description="MIAO LETTER HHA",
205067  direction="l",
205068  linebreak="al",
205069  unicodeslot=0x16F44,
205070 },
205071 [0x16F45]={
205072  category="lo",
205073  description="MIAO LETTER BRI",
205074  direction="l",
205075  linebreak="al",
205076  unicodeslot=0x16F45,
205077 },
205078 [0x16F46]={
205079  category="lo",
205080  description="MIAO LETTER SYI",
205081  direction="l",
205082  linebreak="al",
205083  unicodeslot=0x16F46,
205084 },
205085 [0x16F47]={
205086  category="lo",
205087  description="MIAO LETTER DZYI",
205088  direction="l",
205089  linebreak="al",
205090  unicodeslot=0x16F47,
205091 },
205092 [0x16F48]={
205093  category="lo",
205094  description="MIAO LETTER TE",
205095  direction="l",
205096  linebreak="al",
205097  unicodeslot=0x16F48,
205098 },
205099 [0x16F49]={
205100  category="lo",
205101  description="MIAO LETTER TSE",
205102  direction="l",
205103  linebreak="al",
205104  unicodeslot=0x16F49,
205105 },
205106 [0x16F4A]={
205107  category="lo",
205108  description="MIAO LETTER RTE",
205109  direction="l",
205110  linebreak="al",
205111  unicodeslot=0x16F4A,
205112 },
205113 [0x16F4F]={
205114  category="mn",
205115  description="MIAO SIGN CONSONANT MODIFIER BAR",
205116  direction="nsm",
205117  linebreak="cm",
205118  unicodeslot=0x16F4F,
205119 },
205120 [0x16F50]={
205121  category="lo",
205122  description="MIAO LETTER NASALIZATION",
205123  direction="l",
205124  linebreak="al",
205125  unicodeslot=0x16F50,
205126 },
205127 [0x16F51]={
205128  category="mc",
205129  description="MIAO SIGN ASPIRATION",
205130  direction="l",
205131  linebreak="cm",
205132  unicodeslot=0x16F51,
205133 },
205134 [0x16F52]={
205135  category="mc",
205136  description="MIAO SIGN REFORMED VOICING",
205137  direction="l",
205138  linebreak="cm",
205139  unicodeslot=0x16F52,
205140 },
205141 [0x16F53]={
205142  category="mc",
205143  description="MIAO SIGN REFORMED ASPIRATION",
205144  direction="l",
205145  linebreak="cm",
205146  unicodeslot=0x16F53,
205147 },
205148 [0x16F54]={
205149  category="mc",
205150  description="MIAO VOWEL SIGN A",
205151  direction="l",
205152  linebreak="cm",
205153  unicodeslot=0x16F54,
205154 },
205155 [0x16F55]={
205156  category="mc",
205157  description="MIAO VOWEL SIGN AA",
205158  direction="l",
205159  linebreak="cm",
205160  unicodeslot=0x16F55,
205161 },
205162 [0x16F56]={
205163  category="mc",
205164  description="MIAO VOWEL SIGN AHH",
205165  direction="l",
205166  linebreak="cm",
205167  unicodeslot=0x16F56,
205168 },
205169 [0x16F57]={
205170  category="mc",
205171  description="MIAO VOWEL SIGN AN",
205172  direction="l",
205173  linebreak="cm",
205174  unicodeslot=0x16F57,
205175 },
205176 [0x16F58]={
205177  category="mc",
205178  description="MIAO VOWEL SIGN ANG",
205179  direction="l",
205180  linebreak="cm",
205181  unicodeslot=0x16F58,
205182 },
205183 [0x16F59]={
205184  category="mc",
205185  description="MIAO VOWEL SIGN O",
205186  direction="l",
205187  linebreak="cm",
205188  unicodeslot=0x16F59,
205189 },
205190 [0x16F5A]={
205191  category="mc",
205192  description="MIAO VOWEL SIGN OO",
205193  direction="l",
205194  linebreak="cm",
205195  unicodeslot=0x16F5A,
205196 },
205197 [0x16F5B]={
205198  category="mc",
205199  description="MIAO VOWEL SIGN WO",
205200  direction="l",
205201  linebreak="cm",
205202  unicodeslot=0x16F5B,
205203 },
205204 [0x16F5C]={
205205  category="mc",
205206  description="MIAO VOWEL SIGN W",
205207  direction="l",
205208  linebreak="cm",
205209  unicodeslot=0x16F5C,
205210 },
205211 [0x16F5D]={
205212  category="mc",
205213  description="MIAO VOWEL SIGN E",
205214  direction="l",
205215  linebreak="cm",
205216  unicodeslot=0x16F5D,
205217 },
205218 [0x16F5E]={
205219  category="mc",
205220  description="MIAO VOWEL SIGN EN",
205221  direction="l",
205222  linebreak="cm",
205223  unicodeslot=0x16F5E,
205224 },
205225 [0x16F5F]={
205226  category="mc",
205227  description="MIAO VOWEL SIGN ENG",
205228  direction="l",
205229  linebreak="cm",
205230  unicodeslot=0x16F5F,
205231 },
205232 [0x16F60]={
205233  category="mc",
205234  description="MIAO VOWEL SIGN OEY",
205235  direction="l",
205236  linebreak="cm",
205237  unicodeslot=0x16F60,
205238 },
205239 [0x16F61]={
205240  category="mc",
205241  description="MIAO VOWEL SIGN I",
205242  direction="l",
205243  linebreak="cm",
205244  unicodeslot=0x16F61,
205245 },
205246 [0x16F62]={
205247  category="mc",
205248  description="MIAO VOWEL SIGN IA",
205249  direction="l",
205250  linebreak="cm",
205251  unicodeslot=0x16F62,
205252 },
205253 [0x16F63]={
205254  category="mc",
205255  description="MIAO VOWEL SIGN IAN",
205256  direction="l",
205257  linebreak="cm",
205258  unicodeslot=0x16F63,
205259 },
205260 [0x16F64]={
205261  category="mc",
205262  description="MIAO VOWEL SIGN IANG",
205263  direction="l",
205264  linebreak="cm",
205265  unicodeslot=0x16F64,
205266 },
205267 [0x16F65]={
205268  category="mc",
205269  description="MIAO VOWEL SIGN IO",
205270  direction="l",
205271  linebreak="cm",
205272  unicodeslot=0x16F65,
205273 },
205274 [0x16F66]={
205275  category="mc",
205276  description="MIAO VOWEL SIGN IE",
205277  direction="l",
205278  linebreak="cm",
205279  unicodeslot=0x16F66,
205280 },
205281 [0x16F67]={
205282  category="mc",
205283  description="MIAO VOWEL SIGN II",
205284  direction="l",
205285  linebreak="cm",
205286  unicodeslot=0x16F67,
205287 },
205288 [0x16F68]={
205289  category="mc",
205290  description="MIAO VOWEL SIGN IU",
205291  direction="l",
205292  linebreak="cm",
205293  unicodeslot=0x16F68,
205294 },
205295 [0x16F69]={
205296  category="mc",
205297  description="MIAO VOWEL SIGN ING",
205298  direction="l",
205299  linebreak="cm",
205300  unicodeslot=0x16F69,
205301 },
205302 [0x16F6A]={
205303  category="mc",
205304  description="MIAO VOWEL SIGN U",
205305  direction="l",
205306  linebreak="cm",
205307  unicodeslot=0x16F6A,
205308 },
205309 [0x16F6B]={
205310  category="mc",
205311  description="MIAO VOWEL SIGN UA",
205312  direction="l",
205313  linebreak="cm",
205314  unicodeslot=0x16F6B,
205315 },
205316 [0x16F6C]={
205317  category="mc",
205318  description="MIAO VOWEL SIGN UAN",
205319  direction="l",
205320  linebreak="cm",
205321  unicodeslot=0x16F6C,
205322 },
205323 [0x16F6D]={
205324  category="mc",
205325  description="MIAO VOWEL SIGN UANG",
205326  direction="l",
205327  linebreak="cm",
205328  unicodeslot=0x16F6D,
205329 },
205330 [0x16F6E]={
205331  category="mc",
205332  description="MIAO VOWEL SIGN UU",
205333  direction="l",
205334  linebreak="cm",
205335  unicodeslot=0x16F6E,
205336 },
205337 [0x16F6F]={
205338  category="mc",
205339  description="MIAO VOWEL SIGN UEI",
205340  direction="l",
205341  linebreak="cm",
205342  unicodeslot=0x16F6F,
205343 },
205344 [0x16F70]={
205345  category="mc",
205346  description="MIAO VOWEL SIGN UNG",
205347  direction="l",
205348  linebreak="cm",
205349  unicodeslot=0x16F70,
205350 },
205351 [0x16F71]={
205352  category="mc",
205353  description="MIAO VOWEL SIGN Y",
205354  direction="l",
205355  linebreak="cm",
205356  unicodeslot=0x16F71,
205357 },
205358 [0x16F72]={
205359  category="mc",
205360  description="MIAO VOWEL SIGN YI",
205361  direction="l",
205362  linebreak="cm",
205363  unicodeslot=0x16F72,
205364 },
205365 [0x16F73]={
205366  category="mc",
205367  description="MIAO VOWEL SIGN AE",
205368  direction="l",
205369  linebreak="cm",
205370  unicodeslot=0x16F73,
205371 },
205372 [0x16F74]={
205373  category="mc",
205374  description="MIAO VOWEL SIGN AEE",
205375  direction="l",
205376  linebreak="cm",
205377  unicodeslot=0x16F74,
205378 },
205379 [0x16F75]={
205380  category="mc",
205381  description="MIAO VOWEL SIGN ERR",
205382  direction="l",
205383  linebreak="cm",
205384  unicodeslot=0x16F75,
205385 },
205386 [0x16F76]={
205387  category="mc",
205388  description="MIAO VOWEL SIGN ROUNDED ERR",
205389  direction="l",
205390  linebreak="cm",
205391  unicodeslot=0x16F76,
205392 },
205393 [0x16F77]={
205394  category="mc",
205395  description="MIAO VOWEL SIGN ER",
205396  direction="l",
205397  linebreak="cm",
205398  unicodeslot=0x16F77,
205399 },
205400 [0x16F78]={
205401  category="mc",
205402  description="MIAO VOWEL SIGN ROUNDED ER",
205403  direction="l",
205404  linebreak="cm",
205405  unicodeslot=0x16F78,
205406 },
205407 [0x16F79]={
205408  category="mc",
205409  description="MIAO VOWEL SIGN AI",
205410  direction="l",
205411  linebreak="cm",
205412  unicodeslot=0x16F79,
205413 },
205414 [0x16F7A]={
205415  category="mc",
205416  description="MIAO VOWEL SIGN EI",
205417  direction="l",
205418  linebreak="cm",
205419  unicodeslot=0x16F7A,
205420 },
205421 [0x16F7B]={
205422  category="mc",
205423  description="MIAO VOWEL SIGN AU",
205424  direction="l",
205425  linebreak="cm",
205426  unicodeslot=0x16F7B,
205427 },
205428 [0x16F7C]={
205429  category="mc",
205430  description="MIAO VOWEL SIGN OU",
205431  direction="l",
205432  linebreak="cm",
205433  unicodeslot=0x16F7C,
205434 },
205435 [0x16F7D]={
205436  category="mc",
205437  description="MIAO VOWEL SIGN N",
205438  direction="l",
205439  linebreak="cm",
205440  unicodeslot=0x16F7D,
205441 },
205442 [0x16F7E]={
205443  category="mc",
205444  description="MIAO VOWEL SIGN NG",
205445  direction="l",
205446  linebreak="cm",
205447  unicodeslot=0x16F7E,
205448 },
205449 [0x16F7F]={
205450  category="mc",
205451  description="MIAO VOWEL SIGN UOG",
205452  direction="l",
205453  linebreak="cm",
205454  unicodeslot=0x16F7F,
205455 },
205456 [0x16F80]={
205457  category="mc",
205458  description="MIAO VOWEL SIGN YUI",
205459  direction="l",
205460  linebreak="cm",
205461  unicodeslot=0x16F80,
205462 },
205463 [0x16F81]={
205464  category="mc",
205465  description="MIAO VOWEL SIGN OG",
205466  direction="l",
205467  linebreak="cm",
205468  unicodeslot=0x16F81,
205469 },
205470 [0x16F82]={
205471  category="mc",
205472  description="MIAO VOWEL SIGN OER",
205473  direction="l",
205474  linebreak="cm",
205475  unicodeslot=0x16F82,
205476 },
205477 [0x16F83]={
205478  category="mc",
205479  description="MIAO VOWEL SIGN VW",
205480  direction="l",
205481  linebreak="cm",
205482  unicodeslot=0x16F83,
205483 },
205484 [0x16F84]={
205485  category="mc",
205486  description="MIAO VOWEL SIGN IG",
205487  direction="l",
205488  linebreak="cm",
205489  unicodeslot=0x16F84,
205490 },
205491 [0x16F85]={
205492  category="mc",
205493  description="MIAO VOWEL SIGN EA",
205494  direction="l",
205495  linebreak="cm",
205496  unicodeslot=0x16F85,
205497 },
205498 [0x16F86]={
205499  category="mc",
205500  description="MIAO VOWEL SIGN IONG",
205501  direction="l",
205502  linebreak="cm",
205503  unicodeslot=0x16F86,
205504 },
205505 [0x16F87]={
205506  category="mc",
205507  description="MIAO VOWEL SIGN UI",
205508  direction="l",
205509  linebreak="cm",
205510  unicodeslot=0x16F87,
205511 },
205512 [0x16F8F]={
205513  category="mn",
205514  description="MIAO TONE RIGHT",
205515  direction="nsm",
205516  linebreak="cm",
205517  unicodeslot=0x16F8F,
205518 },
205519 [0x16F90]={
205520  category="mn",
205521  description="MIAO TONE TOP RIGHT",
205522  direction="nsm",
205523  linebreak="cm",
205524  unicodeslot=0x16F90,
205525 },
205526 [0x16F91]={
205527  category="mn",
205528  description="MIAO TONE ABOVE",
205529  direction="nsm",
205530  linebreak="cm",
205531  unicodeslot=0x16F91,
205532 },
205533 [0x16F92]={
205534  category="mn",
205535  description="MIAO TONE BELOW",
205536  direction="nsm",
205537  linebreak="cm",
205538  unicodeslot=0x16F92,
205539 },
205540 [0x16F93]={
205541  category="lm",
205542  description="MIAO LETTER TONE-2",
205543  direction="l",
205544  linebreak="al",
205545  unicodeslot=0x16F93,
205546 },
205547 [0x16F94]={
205548  category="lm",
205549  description="MIAO LETTER TONE-3",
205550  direction="l",
205551  linebreak="al",
205552  unicodeslot=0x16F94,
205553 },
205554 [0x16F95]={
205555  category="lm",
205556  description="MIAO LETTER TONE-4",
205557  direction="l",
205558  linebreak="al",
205559  unicodeslot=0x16F95,
205560 },
205561 [0x16F96]={
205562  category="lm",
205563  description="MIAO LETTER TONE-5",
205564  direction="l",
205565  linebreak="al",
205566  unicodeslot=0x16F96,
205567 },
205568 [0x16F97]={
205569  category="lm",
205570  description="MIAO LETTER TONE-6",
205571  direction="l",
205572  linebreak="al",
205573  unicodeslot=0x16F97,
205574 },
205575 [0x16F98]={
205576  category="lm",
205577  description="MIAO LETTER TONE-7",
205578  direction="l",
205579  linebreak="al",
205580  unicodeslot=0x16F98,
205581 },
205582 [0x16F99]={
205583  category="lm",
205584  description="MIAO LETTER TONE-8",
205585  direction="l",
205586  linebreak="al",
205587  unicodeslot=0x16F99,
205588 },
205589 [0x16F9A]={
205590  category="lm",
205591  description="MIAO LETTER REFORMED TONE-1",
205592  direction="l",
205593  linebreak="al",
205594  unicodeslot=0x16F9A,
205595 },
205596 [0x16F9B]={
205597  category="lm",
205598  description="MIAO LETTER REFORMED TONE-2",
205599  direction="l",
205600  linebreak="al",
205601  unicodeslot=0x16F9B,
205602 },
205603 [0x16F9C]={
205604  category="lm",
205605  description="MIAO LETTER REFORMED TONE-4",
205606  direction="l",
205607  linebreak="al",
205608  unicodeslot=0x16F9C,
205609 },
205610 [0x16F9D]={
205611  category="lm",
205612  description="MIAO LETTER REFORMED TONE-5",
205613  direction="l",
205614  linebreak="al",
205615  unicodeslot=0x16F9D,
205616 },
205617 [0x16F9E]={
205618  category="lm",
205619  description="MIAO LETTER REFORMED TONE-6",
205620  direction="l",
205621  linebreak="al",
205622  unicodeslot=0x16F9E,
205623 },
205624 [0x16F9F]={
205625  category="lm",
205626  description="MIAO LETTER REFORMED TONE-8",
205627  direction="l",
205628  linebreak="al",
205629  unicodeslot=0x16F9F,
205630 },
205631 [0x16FE0]={
205632  category="lm",
205633  cjkwd="w",
205634  description="TANGUT ITERATION MARK",
205635  direction="l",
205636  linebreak="ns",
205637  unicodeslot=0x16FE0,
205638 },
205639 [0x16FE1]={
205640  category="lm",
205641  cjkwd="w",
205642  description="NUSHU ITERATION MARK",
205643  direction="l",
205644  linebreak="ns",
205645  unicodeslot=0x16FE1,
205646 },
205647 [0x16FE2]={
205648  category="po",
205649  cjkwd="w",
205650  description="OLD CHINESE HOOK MARK",
205651  direction="on",
205652  linebreak="ns",
205653  unicodeslot=0x16FE2,
205654 },
205655 [0x16FE3]={
205656  category="lm",
205657  cjkwd="w",
205658  description="OLD CHINESE ITERATION MARK",
205659  direction="l",
205660  linebreak="ns",
205661  unicodeslot=0x16FE3,
205662 },
205663 [0x16FE4]={
205664  category="mn",
205665  cjkwd="w",
205666  description="KHITAN SMALL SCRIPT FILLER",
205667  direction="nsm",
205668  linebreak="gl",
205669  unicodeslot=0x16FE4,
205670 },
205671 [0x16FF0]={
205672  category="mc",
205673  cjkwd="w",
205674  combining=0x6,
205675  description="VIETNAMESE ALTERNATE READING MARK CA",
205676  direction="l",
205677  linebreak="cm",
205678  unicodeslot=0x16FF0,
205679 },
205680 [0x16FF1]={
205681  category="mc",
205682  cjkwd="w",
205683  combining=0x6,
205684  description="VIETNAMESE ALTERNATE READING MARK NHAY",
205685  direction="l",
205686  linebreak="cm",
205687  unicodeslot=0x16FF1,
205688 },
205689 [0x18800]={
205690  category="lo",
205691  cjkwd="w",
205692  description="TANGUT COMPONENT-001",
205693  direction="l",
205694  linebreak="id",
205695  unicodeslot=0x18800,
205696 },
205697 [0x18801]={
205698  category="lo",
205699  cjkwd="w",
205700  description="TANGUT COMPONENT-002",
205701  direction="l",
205702  linebreak="id",
205703  unicodeslot=0x18801,
205704 },
205705 [0x18802]={
205706  category="lo",
205707  cjkwd="w",
205708  description="TANGUT COMPONENT-003",
205709  direction="l",
205710  linebreak="id",
205711  unicodeslot=0x18802,
205712 },
205713 [0x18803]={
205714  category="lo",
205715  cjkwd="w",
205716  description="TANGUT COMPONENT-004",
205717  direction="l",
205718  linebreak="id",
205719  unicodeslot=0x18803,
205720 },
205721 [0x18804]={
205722  category="lo",
205723  cjkwd="w",
205724  description="TANGUT COMPONENT-005",
205725  direction="l",
205726  linebreak="id",
205727  unicodeslot=0x18804,
205728 },
205729 [0x18805]={
205730  category="lo",
205731  cjkwd="w",
205732  description="TANGUT COMPONENT-006",
205733  direction="l",
205734  linebreak="id",
205735  unicodeslot=0x18805,
205736 },
205737 [0x18806]={
205738  category="lo",
205739  cjkwd="w",
205740  description="TANGUT COMPONENT-007",
205741  direction="l",
205742  linebreak="id",
205743  unicodeslot=0x18806,
205744 },
205745 [0x18807]={
205746  category="lo",
205747  cjkwd="w",
205748  description="TANGUT COMPONENT-008",
205749  direction="l",
205750  linebreak="id",
205751  unicodeslot=0x18807,
205752 },
205753 [0x18808]={
205754  category="lo",
205755  cjkwd="w",
205756  description="TANGUT COMPONENT-009",
205757  direction="l",
205758  linebreak="id",
205759  unicodeslot=0x18808,
205760 },
205761 [0x18809]={
205762  category="lo",
205763  cjkwd="w",
205764  description="TANGUT COMPONENT-010",
205765  direction="l",
205766  linebreak="id",
205767  unicodeslot=0x18809,
205768 },
205769 [0x1880A]={
205770  category="lo",
205771  cjkwd="w",
205772  description="TANGUT COMPONENT-011",
205773  direction="l",
205774  linebreak="id",
205775  unicodeslot=0x1880A,
205776 },
205777 [0x1880B]={
205778  category="lo",
205779  cjkwd="w",
205780  description="TANGUT COMPONENT-012",
205781  direction="l",
205782  linebreak="id",
205783  unicodeslot=0x1880B,
205784 },
205785 [0x1880C]={
205786  category="lo",
205787  cjkwd="w",
205788  description="TANGUT COMPONENT-013",
205789  direction="l",
205790  linebreak="id",
205791  unicodeslot=0x1880C,
205792 },
205793 [0x1880D]={
205794  category="lo",
205795  cjkwd="w",
205796  description="TANGUT COMPONENT-014",
205797  direction="l",
205798  linebreak="id",
205799  unicodeslot=0x1880D,
205800 },
205801 [0x1880E]={
205802  category="lo",
205803  cjkwd="w",
205804  description="TANGUT COMPONENT-015",
205805  direction="l",
205806  linebreak="id",
205807  unicodeslot=0x1880E,
205808 },
205809 [0x1880F]={
205810  category="lo",
205811  cjkwd="w",
205812  description="TANGUT COMPONENT-016",
205813  direction="l",
205814  linebreak="id",
205815  unicodeslot=0x1880F,
205816 },
205817 [0x18810]={
205818  category="lo",
205819  cjkwd="w",
205820  description="TANGUT COMPONENT-017",
205821  direction="l",
205822  linebreak="id",
205823  unicodeslot=0x18810,
205824 },
205825 [0x18811]={
205826  category="lo",
205827  cjkwd="w",
205828  description="TANGUT COMPONENT-018",
205829  direction="l",
205830  linebreak="id",
205831  unicodeslot=0x18811,
205832 },
205833 [0x18812]={
205834  category="lo",
205835  cjkwd="w",
205836  description="TANGUT COMPONENT-019",
205837  direction="l",
205838  linebreak="id",
205839  unicodeslot=0x18812,
205840 },
205841 [0x18813]={
205842  category="lo",
205843  cjkwd="w",
205844  description="TANGUT COMPONENT-020",
205845  direction="l",
205846  linebreak="id",
205847  unicodeslot=0x18813,
205848 },
205849 [0x18814]={
205850  category="lo",
205851  cjkwd="w",
205852  description="TANGUT COMPONENT-021",
205853  direction="l",
205854  linebreak="id",
205855  unicodeslot=0x18814,
205856 },
205857 [0x18815]={
205858  category="lo",
205859  cjkwd="w",
205860  description="TANGUT COMPONENT-022",
205861  direction="l",
205862  linebreak="id",
205863  unicodeslot=0x18815,
205864 },
205865 [0x18816]={
205866  category="lo",
205867  cjkwd="w",
205868  description="TANGUT COMPONENT-023",
205869  direction="l",
205870  linebreak="id",
205871  unicodeslot=0x18816,
205872 },
205873 [0x18817]={
205874  category="lo",
205875  cjkwd="w",
205876  description="TANGUT COMPONENT-024",
205877  direction="l",
205878  linebreak="id",
205879  unicodeslot=0x18817,
205880 },
205881 [0x18818]={
205882  category="lo",
205883  cjkwd="w",
205884  description="TANGUT COMPONENT-025",
205885  direction="l",
205886  linebreak="id",
205887  unicodeslot=0x18818,
205888 },
205889 [0x18819]={
205890  category="lo",
205891  cjkwd="w",
205892  description="TANGUT COMPONENT-026",
205893  direction="l",
205894  linebreak="id",
205895  unicodeslot=0x18819,
205896 },
205897 [0x1881A]={
205898  category="lo",
205899  cjkwd="w",
205900  description="TANGUT COMPONENT-027",
205901  direction="l",
205902  linebreak="id",
205903  unicodeslot=0x1881A,
205904 },
205905 [0x1881B]={
205906  category="lo",
205907  cjkwd="w",
205908  description="TANGUT COMPONENT-028",
205909  direction="l",
205910  linebreak="id",
205911  unicodeslot=0x1881B,
205912 },
205913 [0x1881C]={
205914  category="lo",
205915  cjkwd="w",
205916  description="TANGUT COMPONENT-029",
205917  direction="l",
205918  linebreak="id",
205919  unicodeslot=0x1881C,
205920 },
205921 [0x1881D]={
205922  category="lo",
205923  cjkwd="w",
205924  description="TANGUT COMPONENT-030",
205925  direction="l",
205926  linebreak="id",
205927  unicodeslot=0x1881D,
205928 },
205929 [0x1881E]={
205930  category="lo",
205931  cjkwd="w",
205932  description="TANGUT COMPONENT-031",
205933  direction="l",
205934  linebreak="id",
205935  unicodeslot=0x1881E,
205936 },
205937 [0x1881F]={
205938  category="lo",
205939  cjkwd="w",
205940  description="TANGUT COMPONENT-032",
205941  direction="l",
205942  linebreak="id",
205943  unicodeslot=0x1881F,
205944 },
205945 [0x18820]={
205946  category="lo",
205947  cjkwd="w",
205948  description="TANGUT COMPONENT-033",
205949  direction="l",
205950  linebreak="id",
205951  unicodeslot=0x18820,
205952 },
205953 [0x18821]={
205954  category="lo",
205955  cjkwd="w",
205956  description="TANGUT COMPONENT-034",
205957  direction="l",
205958  linebreak="id",
205959  unicodeslot=0x18821,
205960 },
205961 [0x18822]={
205962  category="lo",
205963  cjkwd="w",
205964  description="TANGUT COMPONENT-035",
205965  direction="l",
205966  linebreak="id",
205967  unicodeslot=0x18822,
205968 },
205969 [0x18823]={
205970  category="lo",
205971  cjkwd="w",
205972  description="TANGUT COMPONENT-036",
205973  direction="l",
205974  linebreak="id",
205975  unicodeslot=0x18823,
205976 },
205977 [0x18824]={
205978  category="lo",
205979  cjkwd="w",
205980  description="TANGUT COMPONENT-037",
205981  direction="l",
205982  linebreak="id",
205983  unicodeslot=0x18824,
205984 },
205985 [0x18825]={
205986  category="lo",
205987  cjkwd="w",
205988  description="TANGUT COMPONENT-038",
205989  direction="l",
205990  linebreak="id",
205991  unicodeslot=0x18825,
205992 },
205993 [0x18826]={
205994  category="lo",
205995  cjkwd="w",
205996  description="TANGUT COMPONENT-039",
205997  direction="l",
205998  linebreak="id",
205999  unicodeslot=0x18826,
206000 },
206001 [0x18827]={
206002  category="lo",
206003  cjkwd="w",
206004  description="TANGUT COMPONENT-040",
206005  direction="l",
206006  linebreak="id",
206007  unicodeslot=0x18827,
206008 },
206009 [0x18828]={
206010  category="lo",
206011  cjkwd="w",
206012  description="TANGUT COMPONENT-041",
206013  direction="l",
206014  linebreak="id",
206015  unicodeslot=0x18828,
206016 },
206017 [0x18829]={
206018  category="lo",
206019  cjkwd="w",
206020  description="TANGUT COMPONENT-042",
206021  direction="l",
206022  linebreak="id",
206023  unicodeslot=0x18829,
206024 },
206025 [0x1882A]={
206026  category="lo",
206027  cjkwd="w",
206028  description="TANGUT COMPONENT-043",
206029  direction="l",
206030  linebreak="id",
206031  unicodeslot=0x1882A,
206032 },
206033 [0x1882B]={
206034  category="lo",
206035  cjkwd="w",
206036  description="TANGUT COMPONENT-044",
206037  direction="l",
206038  linebreak="id",
206039  unicodeslot=0x1882B,
206040 },
206041 [0x1882C]={
206042  category="lo",
206043  cjkwd="w",
206044  description="TANGUT COMPONENT-045",
206045  direction="l",
206046  linebreak="id",
206047  unicodeslot=0x1882C,
206048 },
206049 [0x1882D]={
206050  category="lo",
206051  cjkwd="w",
206052  description="TANGUT COMPONENT-046",
206053  direction="l",
206054  linebreak="id",
206055  unicodeslot=0x1882D,
206056 },
206057 [0x1882E]={
206058  category="lo",
206059  cjkwd="w",
206060  description="TANGUT COMPONENT-047",
206061  direction="l",
206062  linebreak="id",
206063  unicodeslot=0x1882E,
206064 },
206065 [0x1882F]={
206066  category="lo",
206067  cjkwd="w",
206068  description="TANGUT COMPONENT-048",
206069  direction="l",
206070  linebreak="id",
206071  unicodeslot=0x1882F,
206072 },
206073 [0x18830]={
206074  category="lo",
206075  cjkwd="w",
206076  description="TANGUT COMPONENT-049",
206077  direction="l",
206078  linebreak="id",
206079  unicodeslot=0x18830,
206080 },
206081 [0x18831]={
206082  category="lo",
206083  cjkwd="w",
206084  description="TANGUT COMPONENT-050",
206085  direction="l",
206086  linebreak="id",
206087  unicodeslot=0x18831,
206088 },
206089 [0x18832]={
206090  category="lo",
206091  cjkwd="w",
206092  description="TANGUT COMPONENT-051",
206093  direction="l",
206094  linebreak="id",
206095  unicodeslot=0x18832,
206096 },
206097 [0x18833]={
206098  category="lo",
206099  cjkwd="w",
206100  description="TANGUT COMPONENT-052",
206101  direction="l",
206102  linebreak="id",
206103  unicodeslot=0x18833,
206104 },
206105 [0x18834]={
206106  category="lo",
206107  cjkwd="w",
206108  description="TANGUT COMPONENT-053",
206109  direction="l",
206110  linebreak="id",
206111  unicodeslot=0x18834,
206112 },
206113 [0x18835]={
206114  category="lo",
206115  cjkwd="w",
206116  description="TANGUT COMPONENT-054",
206117  direction="l",
206118  linebreak="id",
206119  unicodeslot=0x18835,
206120 },
206121 [0x18836]={
206122  category="lo",
206123  cjkwd="w",
206124  description="TANGUT COMPONENT-055",
206125  direction="l",
206126  linebreak="id",
206127  unicodeslot=0x18836,
206128 },
206129 [0x18837]={
206130  category="lo",
206131  cjkwd="w",
206132  description="TANGUT COMPONENT-056",
206133  direction="l",
206134  linebreak="id",
206135  unicodeslot=0x18837,
206136 },
206137 [0x18838]={
206138  category="lo",
206139  cjkwd="w",
206140  description="TANGUT COMPONENT-057",
206141  direction="l",
206142  linebreak="id",
206143  unicodeslot=0x18838,
206144 },
206145 [0x18839]={
206146  category="lo",
206147  cjkwd="w",
206148  description="TANGUT COMPONENT-058",
206149  direction="l",
206150  linebreak="id",
206151  unicodeslot=0x18839,
206152 },
206153 [0x1883A]={
206154  category="lo",
206155  cjkwd="w",
206156  description="TANGUT COMPONENT-059",
206157  direction="l",
206158  linebreak="id",
206159  unicodeslot=0x1883A,
206160 },
206161 [0x1883B]={
206162  category="lo",
206163  cjkwd="w",
206164  description="TANGUT COMPONENT-060",
206165  direction="l",
206166  linebreak="id",
206167  unicodeslot=0x1883B,
206168 },
206169 [0x1883C]={
206170  category="lo",
206171  cjkwd="w",
206172  description="TANGUT COMPONENT-061",
206173  direction="l",
206174  linebreak="id",
206175  unicodeslot=0x1883C,
206176 },
206177 [0x1883D]={
206178  category="lo",
206179  cjkwd="w",
206180  description="TANGUT COMPONENT-062",
206181  direction="l",
206182  linebreak="id",
206183  unicodeslot=0x1883D,
206184 },
206185 [0x1883E]={
206186  category="lo",
206187  cjkwd="w",
206188  description="TANGUT COMPONENT-063",
206189  direction="l",
206190  linebreak="id",
206191  unicodeslot=0x1883E,
206192 },
206193 [0x1883F]={
206194  category="lo",
206195  cjkwd="w",
206196  description="TANGUT COMPONENT-064",
206197  direction="l",
206198  linebreak="id",
206199  unicodeslot=0x1883F,
206200 },
206201 [0x18840]={
206202  category="lo",
206203  cjkwd="w",
206204  description="TANGUT COMPONENT-065",
206205  direction="l",
206206  linebreak="id",
206207  unicodeslot=0x18840,
206208 },
206209 [0x18841]={
206210  category="lo",
206211  cjkwd="w",
206212  description="TANGUT COMPONENT-066",
206213  direction="l",
206214  linebreak="id",
206215  unicodeslot=0x18841,
206216 },
206217 [0x18842]={
206218  category="lo",
206219  cjkwd="w",
206220  description="TANGUT COMPONENT-067",
206221  direction="l",
206222  linebreak="id",
206223  unicodeslot=0x18842,
206224 },
206225 [0x18843]={
206226  category="lo",
206227  cjkwd="w",
206228  description="TANGUT COMPONENT-068",
206229  direction="l",
206230  linebreak="id",
206231  unicodeslot=0x18843,
206232 },
206233 [0x18844]={
206234  category="lo",
206235  cjkwd="w",
206236  description="TANGUT COMPONENT-069",
206237  direction="l",
206238  linebreak="id",
206239  unicodeslot=0x18844,
206240 },
206241 [0x18845]={
206242  category="lo",
206243  cjkwd="w",
206244  description="TANGUT COMPONENT-070",
206245  direction="l",
206246  linebreak="id",
206247  unicodeslot=0x18845,
206248 },
206249 [0x18846]={
206250  category="lo",
206251  cjkwd="w",
206252  description="TANGUT COMPONENT-071",
206253  direction="l",
206254  linebreak="id",
206255  unicodeslot=0x18846,
206256 },
206257 [0x18847]={
206258  category="lo",
206259  cjkwd="w",
206260  description="TANGUT COMPONENT-072",
206261  direction="l",
206262  linebreak="id",
206263  unicodeslot=0x18847,
206264 },
206265 [0x18848]={
206266  category="lo",
206267  cjkwd="w",
206268  description="TANGUT COMPONENT-073",
206269  direction="l",
206270  linebreak="id",
206271  unicodeslot=0x18848,
206272 },
206273 [0x18849]={
206274  category="lo",
206275  cjkwd="w",
206276  description="TANGUT COMPONENT-074",
206277  direction="l",
206278  linebreak="id",
206279  unicodeslot=0x18849,
206280 },
206281 [0x1884A]={
206282  category="lo",
206283  cjkwd="w",
206284  description="TANGUT COMPONENT-075",
206285  direction="l",
206286  linebreak="id",
206287  unicodeslot=0x1884A,
206288 },
206289 [0x1884B]={
206290  category="lo",
206291  cjkwd="w",
206292  description="TANGUT COMPONENT-076",
206293  direction="l",
206294  linebreak="id",
206295  unicodeslot=0x1884B,
206296 },
206297 [0x1884C]={
206298  category="lo",
206299  cjkwd="w",
206300  description="TANGUT COMPONENT-077",
206301  direction="l",
206302  linebreak="id",
206303  unicodeslot=0x1884C,
206304 },
206305 [0x1884D]={
206306  category="lo",
206307  cjkwd="w",
206308  description="TANGUT COMPONENT-078",
206309  direction="l",
206310  linebreak="id",
206311  unicodeslot=0x1884D,
206312 },
206313 [0x1884E]={
206314  category="lo",
206315  cjkwd="w",
206316  description="TANGUT COMPONENT-079",
206317  direction="l",
206318  linebreak="id",
206319  unicodeslot=0x1884E,
206320 },
206321 [0x1884F]={
206322  category="lo",
206323  cjkwd="w",
206324  description="TANGUT COMPONENT-080",
206325  direction="l",
206326  linebreak="id",
206327  unicodeslot=0x1884F,
206328 },
206329 [0x18850]={
206330  category="lo",
206331  cjkwd="w",
206332  description="TANGUT COMPONENT-081",
206333  direction="l",
206334  linebreak="id",
206335  unicodeslot=0x18850,
206336 },
206337 [0x18851]={
206338  category="lo",
206339  cjkwd="w",
206340  description="TANGUT COMPONENT-082",
206341  direction="l",
206342  linebreak="id",
206343  unicodeslot=0x18851,
206344 },
206345 [0x18852]={
206346  category="lo",
206347  cjkwd="w",
206348  description="TANGUT COMPONENT-083",
206349  direction="l",
206350  linebreak="id",
206351  unicodeslot=0x18852,
206352 },
206353 [0x18853]={
206354  category="lo",
206355  cjkwd="w",
206356  description="TANGUT COMPONENT-084",
206357  direction="l",
206358  linebreak="id",
206359  unicodeslot=0x18853,
206360 },
206361 [0x18854]={
206362  category="lo",
206363  cjkwd="w",
206364  description="TANGUT COMPONENT-085",
206365  direction="l",
206366  linebreak="id",
206367  unicodeslot=0x18854,
206368 },
206369 [0x18855]={
206370  category="lo",
206371  cjkwd="w",
206372  description="TANGUT COMPONENT-086",
206373  direction="l",
206374  linebreak="id",
206375  unicodeslot=0x18855,
206376 },
206377 [0x18856]={
206378  category="lo",
206379  cjkwd="w",
206380  description="TANGUT COMPONENT-087",
206381  direction="l",
206382  linebreak="id",
206383  unicodeslot=0x18856,
206384 },
206385 [0x18857]={
206386  category="lo",
206387  cjkwd="w",
206388  description="TANGUT COMPONENT-088",
206389  direction="l",
206390  linebreak="id",
206391  unicodeslot=0x18857,
206392 },
206393 [0x18858]={
206394  category="lo",
206395  cjkwd="w",
206396  description="TANGUT COMPONENT-089",
206397  direction="l",
206398  linebreak="id",
206399  unicodeslot=0x18858,
206400 },
206401 [0x18859]={
206402  category="lo",
206403  cjkwd="w",
206404  description="TANGUT COMPONENT-090",
206405  direction="l",
206406  linebreak="id",
206407  unicodeslot=0x18859,
206408 },
206409 [0x1885A]={
206410  category="lo",
206411  cjkwd="w",
206412  description="TANGUT COMPONENT-091",
206413  direction="l",
206414  linebreak="id",
206415  unicodeslot=0x1885A,
206416 },
206417 [0x1885B]={
206418  category="lo",
206419  cjkwd="w",
206420  description="TANGUT COMPONENT-092",
206421  direction="l",
206422  linebreak="id",
206423  unicodeslot=0x1885B,
206424 },
206425 [0x1885C]={
206426  category="lo",
206427  cjkwd="w",
206428  description="TANGUT COMPONENT-093",
206429  direction="l",
206430  linebreak="id",
206431  unicodeslot=0x1885C,
206432 },
206433 [0x1885D]={
206434  category="lo",
206435  cjkwd="w",
206436  description="TANGUT COMPONENT-094",
206437  direction="l",
206438  linebreak="id",
206439  unicodeslot=0x1885D,
206440 },
206441 [0x1885E]={
206442  category="lo",
206443  cjkwd="w",
206444  description="TANGUT COMPONENT-095",
206445  direction="l",
206446  linebreak="id",
206447  unicodeslot=0x1885E,
206448 },
206449 [0x1885F]={
206450  category="lo",
206451  cjkwd="w",
206452  description="TANGUT COMPONENT-096",
206453  direction="l",
206454  linebreak="id",
206455  unicodeslot=0x1885F,
206456 },
206457 [0x18860]={
206458  category="lo",
206459  cjkwd="w",
206460  description="TANGUT COMPONENT-097",
206461  direction="l",
206462  linebreak="id",
206463  unicodeslot=0x18860,
206464 },
206465 [0x18861]={
206466  category="lo",
206467  cjkwd="w",
206468  description="TANGUT COMPONENT-098",
206469  direction="l",
206470  linebreak="id",
206471  unicodeslot=0x18861,
206472 },
206473 [0x18862]={
206474  category="lo",
206475  cjkwd="w",
206476  description="TANGUT COMPONENT-099",
206477  direction="l",
206478  linebreak="id",
206479  unicodeslot=0x18862,
206480 },
206481 [0x18863]={
206482  category="lo",
206483  cjkwd="w",
206484  description="TANGUT COMPONENT-100",
206485  direction="l",
206486  linebreak="id",
206487  unicodeslot=0x18863,
206488 },
206489 [0x18864]={
206490  category="lo",
206491  cjkwd="w",
206492  description="TANGUT COMPONENT-101",
206493  direction="l",
206494  linebreak="id",
206495  unicodeslot=0x18864,
206496 },
206497 [0x18865]={
206498  category="lo",
206499  cjkwd="w",
206500  description="TANGUT COMPONENT-102",
206501  direction="l",
206502  linebreak="id",
206503  unicodeslot=0x18865,
206504 },
206505 [0x18866]={
206506  category="lo",
206507  cjkwd="w",
206508  description="TANGUT COMPONENT-103",
206509  direction="l",
206510  linebreak="id",
206511  unicodeslot=0x18866,
206512 },
206513 [0x18867]={
206514  category="lo",
206515  cjkwd="w",
206516  description="TANGUT COMPONENT-104",
206517  direction="l",
206518  linebreak="id",
206519  unicodeslot=0x18867,
206520 },
206521 [0x18868]={
206522  category="lo",
206523  cjkwd="w",
206524  description="TANGUT COMPONENT-105",
206525  direction="l",
206526  linebreak="id",
206527  unicodeslot=0x18868,
206528 },
206529 [0x18869]={
206530  category="lo",
206531  cjkwd="w",
206532  description="TANGUT COMPONENT-106",
206533  direction="l",
206534  linebreak="id",
206535  unicodeslot=0x18869,
206536 },
206537 [0x1886A]={
206538  category="lo",
206539  cjkwd="w",
206540  description="TANGUT COMPONENT-107",
206541  direction="l",
206542  linebreak="id",
206543  unicodeslot=0x1886A,
206544 },
206545 [0x1886B]={
206546  category="lo",
206547  cjkwd="w",
206548  description="TANGUT COMPONENT-108",
206549  direction="l",
206550  linebreak="id",
206551  unicodeslot=0x1886B,
206552 },
206553 [0x1886C]={
206554  category="lo",
206555  cjkwd="w",
206556  description="TANGUT COMPONENT-109",
206557  direction="l",
206558  linebreak="id",
206559  unicodeslot=0x1886C,
206560 },
206561 [0x1886D]={
206562  category="lo",
206563  cjkwd="w",
206564  description="TANGUT COMPONENT-110",
206565  direction="l",
206566  linebreak="id",
206567  unicodeslot=0x1886D,
206568 },
206569 [0x1886E]={
206570  category="lo",
206571  cjkwd="w",
206572  description="TANGUT COMPONENT-111",
206573  direction="l",
206574  linebreak="id",
206575  unicodeslot=0x1886E,
206576 },
206577 [0x1886F]={
206578  category="lo",
206579  cjkwd="w",
206580  description="TANGUT COMPONENT-112",
206581  direction="l",
206582  linebreak="id",
206583  unicodeslot=0x1886F,
206584 },
206585 [0x18870]={
206586  category="lo",
206587  cjkwd="w",
206588  description="TANGUT COMPONENT-113",
206589  direction="l",
206590  linebreak="id",
206591  unicodeslot=0x18870,
206592 },
206593 [0x18871]={
206594  category="lo",
206595  cjkwd="w",
206596  description="TANGUT COMPONENT-114",
206597  direction="l",
206598  linebreak="id",
206599  unicodeslot=0x18871,
206600 },
206601 [0x18872]={
206602  category="lo",
206603  cjkwd="w",
206604  description="TANGUT COMPONENT-115",
206605  direction="l",
206606  linebreak="id",
206607  unicodeslot=0x18872,
206608 },
206609 [0x18873]={
206610  category="lo",
206611  cjkwd="w",
206612  description="TANGUT COMPONENT-116",
206613  direction="l",
206614  linebreak="id",
206615  unicodeslot=0x18873,
206616 },
206617 [0x18874]={
206618  category="lo",
206619  cjkwd="w",
206620  description="TANGUT COMPONENT-117",
206621  direction="l",
206622  linebreak="id",
206623  unicodeslot=0x18874,
206624 },
206625 [0x18875]={
206626  category="lo",
206627  cjkwd="w",
206628  description="TANGUT COMPONENT-118",
206629  direction="l",
206630  linebreak="id",
206631  unicodeslot=0x18875,
206632 },
206633 [0x18876]={
206634  category="lo",
206635  cjkwd="w",
206636  description="TANGUT COMPONENT-119",
206637  direction="l",
206638  linebreak="id",
206639  unicodeslot=0x18876,
206640 },
206641 [0x18877]={
206642  category="lo",
206643  cjkwd="w",
206644  description="TANGUT COMPONENT-120",
206645  direction="l",
206646  linebreak="id",
206647  unicodeslot=0x18877,
206648 },
206649 [0x18878]={
206650  category="lo",
206651  cjkwd="w",
206652  description="TANGUT COMPONENT-121",
206653  direction="l",
206654  linebreak="id",
206655  unicodeslot=0x18878,
206656 },
206657 [0x18879]={
206658  category="lo",
206659  cjkwd="w",
206660  description="TANGUT COMPONENT-122",
206661  direction="l",
206662  linebreak="id",
206663  unicodeslot=0x18879,
206664 },
206665 [0x1887A]={
206666  category="lo",
206667  cjkwd="w",
206668  description="TANGUT COMPONENT-123",
206669  direction="l",
206670  linebreak="id",
206671  unicodeslot=0x1887A,
206672 },
206673 [0x1887B]={
206674  category="lo",
206675  cjkwd="w",
206676  description="TANGUT COMPONENT-124",
206677  direction="l",
206678  linebreak="id",
206679  unicodeslot=0x1887B,
206680 },
206681 [0x1887C]={
206682  category="lo",
206683  cjkwd="w",
206684  description="TANGUT COMPONENT-125",
206685  direction="l",
206686  linebreak="id",
206687  unicodeslot=0x1887C,
206688 },
206689 [0x1887D]={
206690  category="lo",
206691  cjkwd="w",
206692  description="TANGUT COMPONENT-126",
206693  direction="l",
206694  linebreak="id",
206695  unicodeslot=0x1887D,
206696 },
206697 [0x1887E]={
206698  category="lo",
206699  cjkwd="w",
206700  description="TANGUT COMPONENT-127",
206701  direction="l",
206702  linebreak="id",
206703  unicodeslot=0x1887E,
206704 },
206705 [0x1887F]={
206706  category="lo",
206707  cjkwd="w",
206708  description="TANGUT COMPONENT-128",
206709  direction="l",
206710  linebreak="id",
206711  unicodeslot=0x1887F,
206712 },
206713 [0x18880]={
206714  category="lo",
206715  cjkwd="w",
206716  description="TANGUT COMPONENT-129",
206717  direction="l",
206718  linebreak="id",
206719  unicodeslot=0x18880,
206720 },
206721 [0x18881]={
206722  category="lo",
206723  cjkwd="w",
206724  description="TANGUT COMPONENT-130",
206725  direction="l",
206726  linebreak="id",
206727  unicodeslot=0x18881,
206728 },
206729 [0x18882]={
206730  category="lo",
206731  cjkwd="w",
206732  description="TANGUT COMPONENT-131",
206733  direction="l",
206734  linebreak="id",
206735  unicodeslot=0x18882,
206736 },
206737 [0x18883]={
206738  category="lo",
206739  cjkwd="w",
206740  description="TANGUT COMPONENT-132",
206741  direction="l",
206742  linebreak="id",
206743  unicodeslot=0x18883,
206744 },
206745 [0x18884]={
206746  category="lo",
206747  cjkwd="w",
206748  description="TANGUT COMPONENT-133",
206749  direction="l",
206750  linebreak="id",
206751  unicodeslot=0x18884,
206752 },
206753 [0x18885]={
206754  category="lo",
206755  cjkwd="w",
206756  description="TANGUT COMPONENT-134",
206757  direction="l",
206758  linebreak="id",
206759  unicodeslot=0x18885,
206760 },
206761 [0x18886]={
206762  category="lo",
206763  cjkwd="w",
206764  description="TANGUT COMPONENT-135",
206765  direction="l",
206766  linebreak="id",
206767  unicodeslot=0x18886,
206768 },
206769 [0x18887]={
206770  category="lo",
206771  cjkwd="w",
206772  description="TANGUT COMPONENT-136",
206773  direction="l",
206774  linebreak="id",
206775  unicodeslot=0x18887,
206776 },
206777 [0x18888]={
206778  category="lo",
206779  cjkwd="w",
206780  description="TANGUT COMPONENT-137",
206781  direction="l",
206782  linebreak="id",
206783  unicodeslot=0x18888,
206784 },
206785 [0x18889]={
206786  category="lo",
206787  cjkwd="w",
206788  description="TANGUT COMPONENT-138",
206789  direction="l",
206790  linebreak="id",
206791  unicodeslot=0x18889,
206792 },
206793 [0x1888A]={
206794  category="lo",
206795  cjkwd="w",
206796  description="TANGUT COMPONENT-139",
206797  direction="l",
206798  linebreak="id",
206799  unicodeslot=0x1888A,
206800 },
206801 [0x1888B]={
206802  category="lo",
206803  cjkwd="w",
206804  description="TANGUT COMPONENT-140",
206805  direction="l",
206806  linebreak="id",
206807  unicodeslot=0x1888B,
206808 },
206809 [0x1888C]={
206810  category="lo",
206811  cjkwd="w",
206812  description="TANGUT COMPONENT-141",
206813  direction="l",
206814  linebreak="id",
206815  unicodeslot=0x1888C,
206816 },
206817 [0x1888D]={
206818  category="lo",
206819  cjkwd="w",
206820  description="TANGUT COMPONENT-142",
206821  direction="l",
206822  linebreak="id",
206823  unicodeslot=0x1888D,
206824 },
206825 [0x1888E]={
206826  category="lo",
206827  cjkwd="w",
206828  description="TANGUT COMPONENT-143",
206829  direction="l",
206830  linebreak="id",
206831  unicodeslot=0x1888E,
206832 },
206833 [0x1888F]={
206834  category="lo",
206835  cjkwd="w",
206836  description="TANGUT COMPONENT-144",
206837  direction="l",
206838  linebreak="id",
206839  unicodeslot=0x1888F,
206840 },
206841 [0x18890]={
206842  category="lo",
206843  cjkwd="w",
206844  description="TANGUT COMPONENT-145",
206845  direction="l",
206846  linebreak="id",
206847  unicodeslot=0x18890,
206848 },
206849 [0x18891]={
206850  category="lo",
206851  cjkwd="w",
206852  description="TANGUT COMPONENT-146",
206853  direction="l",
206854  linebreak="id",
206855  unicodeslot=0x18891,
206856 },
206857 [0x18892]={
206858  category="lo",
206859  cjkwd="w",
206860  description="TANGUT COMPONENT-147",
206861  direction="l",
206862  linebreak="id",
206863  unicodeslot=0x18892,
206864 },
206865 [0x18893]={
206866  category="lo",
206867  cjkwd="w",
206868  description="TANGUT COMPONENT-148",
206869  direction="l",
206870  linebreak="id",
206871  unicodeslot=0x18893,
206872 },
206873 [0x18894]={
206874  category="lo",
206875  cjkwd="w",
206876  description="TANGUT COMPONENT-149",
206877  direction="l",
206878  linebreak="id",
206879  unicodeslot=0x18894,
206880 },
206881 [0x18895]={
206882  category="lo",
206883  cjkwd="w",
206884  description="TANGUT COMPONENT-150",
206885  direction="l",
206886  linebreak="id",
206887  unicodeslot=0x18895,
206888 },
206889 [0x18896]={
206890  category="lo",
206891  cjkwd="w",
206892  description="TANGUT COMPONENT-151",
206893  direction="l",
206894  linebreak="id",
206895  unicodeslot=0x18896,
206896 },
206897 [0x18897]={
206898  category="lo",
206899  cjkwd="w",
206900  description="TANGUT COMPONENT-152",
206901  direction="l",
206902  linebreak="id",
206903  unicodeslot=0x18897,
206904 },
206905 [0x18898]={
206906  category="lo",
206907  cjkwd="w",
206908  description="TANGUT COMPONENT-153",
206909  direction="l",
206910  linebreak="id",
206911  unicodeslot=0x18898,
206912 },
206913 [0x18899]={
206914  category="lo",
206915  cjkwd="w",
206916  description="TANGUT COMPONENT-154",
206917  direction="l",
206918  linebreak="id",
206919  unicodeslot=0x18899,
206920 },
206921 [0x1889A]={
206922  category="lo",
206923  cjkwd="w",
206924  description="TANGUT COMPONENT-155",
206925  direction="l",
206926  linebreak="id",
206927  unicodeslot=0x1889A,
206928 },
206929 [0x1889B]={
206930  category="lo",
206931  cjkwd="w",
206932  description="TANGUT COMPONENT-156",
206933  direction="l",
206934  linebreak="id",
206935  unicodeslot=0x1889B,
206936 },
206937 [0x1889C]={
206938  category="lo",
206939  cjkwd="w",
206940  description="TANGUT COMPONENT-157",
206941  direction="l",
206942  linebreak="id",
206943  unicodeslot=0x1889C,
206944 },
206945 [0x1889D]={
206946  category="lo",
206947  cjkwd="w",
206948  description="TANGUT COMPONENT-158",
206949  direction="l",
206950  linebreak="id",
206951  unicodeslot=0x1889D,
206952 },
206953 [0x1889E]={
206954  category="lo",
206955  cjkwd="w",
206956  description="TANGUT COMPONENT-159",
206957  direction="l",
206958  linebreak="id",
206959  unicodeslot=0x1889E,
206960 },
206961 [0x1889F]={
206962  category="lo",
206963  cjkwd="w",
206964  description="TANGUT COMPONENT-160",
206965  direction="l",
206966  linebreak="id",
206967  unicodeslot=0x1889F,
206968 },
206969 [0x188A0]={
206970  category="lo",
206971  cjkwd="w",
206972  description="TANGUT COMPONENT-161",
206973  direction="l",
206974  linebreak="id",
206975  unicodeslot=0x188A0,
206976 },
206977 [0x188A1]={
206978  category="lo",
206979  cjkwd="w",
206980  description="TANGUT COMPONENT-162",
206981  direction="l",
206982  linebreak="id",
206983  unicodeslot=0x188A1,
206984 },
206985 [0x188A2]={
206986  category="lo",
206987  cjkwd="w",
206988  description="TANGUT COMPONENT-163",
206989  direction="l",
206990  linebreak="id",
206991  unicodeslot=0x188A2,
206992 },
206993 [0x188A3]={
206994  category="lo",
206995  cjkwd="w",
206996  description="TANGUT COMPONENT-164",
206997  direction="l",
206998  linebreak="id",
206999  unicodeslot=0x188A3,
207000 },
207001 [0x188A4]={
207002  category="lo",
207003  cjkwd="w",
207004  description="TANGUT COMPONENT-165",
207005  direction="l",
207006  linebreak="id",
207007  unicodeslot=0x188A4,
207008 },
207009 [0x188A5]={
207010  category="lo",
207011  cjkwd="w",
207012  description="TANGUT COMPONENT-166",
207013  direction="l",
207014  linebreak="id",
207015  unicodeslot=0x188A5,
207016 },
207017 [0x188A6]={
207018  category="lo",
207019  cjkwd="w",
207020  description="TANGUT COMPONENT-167",
207021  direction="l",
207022  linebreak="id",
207023  unicodeslot=0x188A6,
207024 },
207025 [0x188A7]={
207026  category="lo",
207027  cjkwd="w",
207028  description="TANGUT COMPONENT-168",
207029  direction="l",
207030  linebreak="id",
207031  unicodeslot=0x188A7,
207032 },
207033 [0x188A8]={
207034  category="lo",
207035  cjkwd="w",
207036  description="TANGUT COMPONENT-169",
207037  direction="l",
207038  linebreak="id",
207039  unicodeslot=0x188A8,
207040 },
207041 [0x188A9]={
207042  category="lo",
207043  cjkwd="w",
207044  description="TANGUT COMPONENT-170",
207045  direction="l",
207046  linebreak="id",
207047  unicodeslot=0x188A9,
207048 },
207049 [0x188AA]={
207050  category="lo",
207051  cjkwd="w",
207052  description="TANGUT COMPONENT-171",
207053  direction="l",
207054  linebreak="id",
207055  unicodeslot=0x188AA,
207056 },
207057 [0x188AB]={
207058  category="lo",
207059  cjkwd="w",
207060  description="TANGUT COMPONENT-172",
207061  direction="l",
207062  linebreak="id",
207063  unicodeslot=0x188AB,
207064 },
207065 [0x188AC]={
207066  category="lo",
207067  cjkwd="w",
207068  description="TANGUT COMPONENT-173",
207069  direction="l",
207070  linebreak="id",
207071  unicodeslot=0x188AC,
207072 },
207073 [0x188AD]={
207074  category="lo",
207075  cjkwd="w",
207076  description="TANGUT COMPONENT-174",
207077  direction="l",
207078  linebreak="id",
207079  unicodeslot=0x188AD,
207080 },
207081 [0x188AE]={
207082  category="lo",
207083  cjkwd="w",
207084  description="TANGUT COMPONENT-175",
207085  direction="l",
207086  linebreak="id",
207087  unicodeslot=0x188AE,
207088 },
207089 [0x188AF]={
207090  category="lo",
207091  cjkwd="w",
207092  description="TANGUT COMPONENT-176",
207093  direction="l",
207094  linebreak="id",
207095  unicodeslot=0x188AF,
207096 },
207097 [0x188B0]={
207098  category="lo",
207099  cjkwd="w",
207100  description="TANGUT COMPONENT-177",
207101  direction="l",
207102  linebreak="id",
207103  unicodeslot=0x188B0,
207104 },
207105 [0x188B1]={
207106  category="lo",
207107  cjkwd="w",
207108  description="TANGUT COMPONENT-178",
207109  direction="l",
207110  linebreak="id",
207111  unicodeslot=0x188B1,
207112 },
207113 [0x188B2]={
207114  category="lo",
207115  cjkwd="w",
207116  description="TANGUT COMPONENT-179",
207117  direction="l",
207118  linebreak="id",
207119  unicodeslot=0x188B2,
207120 },
207121 [0x188B3]={
207122  category="lo",
207123  cjkwd="w",
207124  description="TANGUT COMPONENT-180",
207125  direction="l",
207126  linebreak="id",
207127  unicodeslot=0x188B3,
207128 },
207129 [0x188B4]={
207130  category="lo",
207131  cjkwd="w",
207132  description="TANGUT COMPONENT-181",
207133  direction="l",
207134  linebreak="id",
207135  unicodeslot=0x188B4,
207136 },
207137 [0x188B5]={
207138  category="lo",
207139  cjkwd="w",
207140  description="TANGUT COMPONENT-182",
207141  direction="l",
207142  linebreak="id",
207143  unicodeslot=0x188B5,
207144 },
207145 [0x188B6]={
207146  category="lo",
207147  cjkwd="w",
207148  description="TANGUT COMPONENT-183",
207149  direction="l",
207150  linebreak="id",
207151  unicodeslot=0x188B6,
207152 },
207153 [0x188B7]={
207154  category="lo",
207155  cjkwd="w",
207156  description="TANGUT COMPONENT-184",
207157  direction="l",
207158  linebreak="id",
207159  unicodeslot=0x188B7,
207160 },
207161 [0x188B8]={
207162  category="lo",
207163  cjkwd="w",
207164  description="TANGUT COMPONENT-185",
207165  direction="l",
207166  linebreak="id",
207167  unicodeslot=0x188B8,
207168 },
207169 [0x188B9]={
207170  category="lo",
207171  cjkwd="w",
207172  description="TANGUT COMPONENT-186",
207173  direction="l",
207174  linebreak="id",
207175  unicodeslot=0x188B9,
207176 },
207177 [0x188BA]={
207178  category="lo",
207179  cjkwd="w",
207180  description="TANGUT COMPONENT-187",
207181  direction="l",
207182  linebreak="id",
207183  unicodeslot=0x188BA,
207184 },
207185 [0x188BB]={
207186  category="lo",
207187  cjkwd="w",
207188  description="TANGUT COMPONENT-188",
207189  direction="l",
207190  linebreak="id",
207191  unicodeslot=0x188BB,
207192 },
207193 [0x188BC]={
207194  category="lo",
207195  cjkwd="w",
207196  description="TANGUT COMPONENT-189",
207197  direction="l",
207198  linebreak="id",
207199  unicodeslot=0x188BC,
207200 },
207201 [0x188BD]={
207202  category="lo",
207203  cjkwd="w",
207204  description="TANGUT COMPONENT-190",
207205  direction="l",
207206  linebreak="id",
207207  unicodeslot=0x188BD,
207208 },
207209 [0x188BE]={
207210  category="lo",
207211  cjkwd="w",
207212  description="TANGUT COMPONENT-191",
207213  direction="l",
207214  linebreak="id",
207215  unicodeslot=0x188BE,
207216 },
207217 [0x188BF]={
207218  category="lo",
207219  cjkwd="w",
207220  description="TANGUT COMPONENT-192",
207221  direction="l",
207222  linebreak="id",
207223  unicodeslot=0x188BF,
207224 },
207225 [0x188C0]={
207226  category="lo",
207227  cjkwd="w",
207228  description="TANGUT COMPONENT-193",
207229  direction="l",
207230  linebreak="id",
207231  unicodeslot=0x188C0,
207232 },
207233 [0x188C1]={
207234  category="lo",
207235  cjkwd="w",
207236  description="TANGUT COMPONENT-194",
207237  direction="l",
207238  linebreak="id",
207239  unicodeslot=0x188C1,
207240 },
207241 [0x188C2]={
207242  category="lo",
207243  cjkwd="w",
207244  description="TANGUT COMPONENT-195",
207245  direction="l",
207246  linebreak="id",
207247  unicodeslot=0x188C2,
207248 },
207249 [0x188C3]={
207250  category="lo",
207251  cjkwd="w",
207252  description="TANGUT COMPONENT-196",
207253  direction="l",
207254  linebreak="id",
207255  unicodeslot=0x188C3,
207256 },
207257 [0x188C4]={
207258  category="lo",
207259  cjkwd="w",
207260  description="TANGUT COMPONENT-197",
207261  direction="l",
207262  linebreak="id",
207263  unicodeslot=0x188C4,
207264 },
207265 [0x188C5]={
207266  category="lo",
207267  cjkwd="w",
207268  description="TANGUT COMPONENT-198",
207269  direction="l",
207270  linebreak="id",
207271  unicodeslot=0x188C5,
207272 },
207273 [0x188C6]={
207274  category="lo",
207275  cjkwd="w",
207276  description="TANGUT COMPONENT-199",
207277  direction="l",
207278  linebreak="id",
207279  unicodeslot=0x188C6,
207280 },
207281 [0x188C7]={
207282  category="lo",
207283  cjkwd="w",
207284  description="TANGUT COMPONENT-200",
207285  direction="l",
207286  linebreak="id",
207287  unicodeslot=0x188C7,
207288 },
207289 [0x188C8]={
207290  category="lo",
207291  cjkwd="w",
207292  description="TANGUT COMPONENT-201",
207293  direction="l",
207294  linebreak="id",
207295  unicodeslot=0x188C8,
207296 },
207297 [0x188C9]={
207298  category="lo",
207299  cjkwd="w",
207300  description="TANGUT COMPONENT-202",
207301  direction="l",
207302  linebreak="id",
207303  unicodeslot=0x188C9,
207304 },
207305 [0x188CA]={
207306  category="lo",
207307  cjkwd="w",
207308  description="TANGUT COMPONENT-203",
207309  direction="l",
207310  linebreak="id",
207311  unicodeslot=0x188CA,
207312 },
207313 [0x188CB]={
207314  category="lo",
207315  cjkwd="w",
207316  description="TANGUT COMPONENT-204",
207317  direction="l",
207318  linebreak="id",
207319  unicodeslot=0x188CB,
207320 },
207321 [0x188CC]={
207322  category="lo",
207323  cjkwd="w",
207324  description="TANGUT COMPONENT-205",
207325  direction="l",
207326  linebreak="id",
207327  unicodeslot=0x188CC,
207328 },
207329 [0x188CD]={
207330  category="lo",
207331  cjkwd="w",
207332  description="TANGUT COMPONENT-206",
207333  direction="l",
207334  linebreak="id",
207335  unicodeslot=0x188CD,
207336 },
207337 [0x188CE]={
207338  category="lo",
207339  cjkwd="w",
207340  description="TANGUT COMPONENT-207",
207341  direction="l",
207342  linebreak="id",
207343  unicodeslot=0x188CE,
207344 },
207345 [0x188CF]={
207346  category="lo",
207347  cjkwd="w",
207348  description="TANGUT COMPONENT-208",
207349  direction="l",
207350  linebreak="id",
207351  unicodeslot=0x188CF,
207352 },
207353 [0x188D0]={
207354  category="lo",
207355  cjkwd="w",
207356  description="TANGUT COMPONENT-209",
207357  direction="l",
207358  linebreak="id",
207359  unicodeslot=0x188D0,
207360 },
207361 [0x188D1]={
207362  category="lo",
207363  cjkwd="w",
207364  description="TANGUT COMPONENT-210",
207365  direction="l",
207366  linebreak="id",
207367  unicodeslot=0x188D1,
207368 },
207369 [0x188D2]={
207370  category="lo",
207371  cjkwd="w",
207372  description="TANGUT COMPONENT-211",
207373  direction="l",
207374  linebreak="id",
207375  unicodeslot=0x188D2,
207376 },
207377 [0x188D3]={
207378  category="lo",
207379  cjkwd="w",
207380  description="TANGUT COMPONENT-212",
207381  direction="l",
207382  linebreak="id",
207383  unicodeslot=0x188D3,
207384 },
207385 [0x188D4]={
207386  category="lo",
207387  cjkwd="w",
207388  description="TANGUT COMPONENT-213",
207389  direction="l",
207390  linebreak="id",
207391  unicodeslot=0x188D4,
207392 },
207393 [0x188D5]={
207394  category="lo",
207395  cjkwd="w",
207396  description="TANGUT COMPONENT-214",
207397  direction="l",
207398  linebreak="id",
207399  unicodeslot=0x188D5,
207400 },
207401 [0x188D6]={
207402  category="lo",
207403  cjkwd="w",
207404  description="TANGUT COMPONENT-215",
207405  direction="l",
207406  linebreak="id",
207407  unicodeslot=0x188D6,
207408 },
207409 [0x188D7]={
207410  category="lo",
207411  cjkwd="w",
207412  description="TANGUT COMPONENT-216",
207413  direction="l",
207414  linebreak="id",
207415  unicodeslot=0x188D7,
207416 },
207417 [0x188D8]={
207418  category="lo",
207419  cjkwd="w",
207420  description="TANGUT COMPONENT-217",
207421  direction="l",
207422  linebreak="id",
207423  unicodeslot=0x188D8,
207424 },
207425 [0x188D9]={
207426  category="lo",
207427  cjkwd="w",
207428  description="TANGUT COMPONENT-218",
207429  direction="l",
207430  linebreak="id",
207431  unicodeslot=0x188D9,
207432 },
207433 [0x188DA]={
207434  category="lo",
207435  cjkwd="w",
207436  description="TANGUT COMPONENT-219",
207437  direction="l",
207438  linebreak="id",
207439  unicodeslot=0x188DA,
207440 },
207441 [0x188DB]={
207442  category="lo",
207443  cjkwd="w",
207444  description="TANGUT COMPONENT-220",
207445  direction="l",
207446  linebreak="id",
207447  unicodeslot=0x188DB,
207448 },
207449 [0x188DC]={
207450  category="lo",
207451  cjkwd="w",
207452  description="TANGUT COMPONENT-221",
207453  direction="l",
207454  linebreak="id",
207455  unicodeslot=0x188DC,
207456 },
207457 [0x188DD]={
207458  category="lo",
207459  cjkwd="w",
207460  description="TANGUT COMPONENT-222",
207461  direction="l",
207462  linebreak="id",
207463  unicodeslot=0x188DD,
207464 },
207465 [0x188DE]={
207466  category="lo",
207467  cjkwd="w",
207468  description="TANGUT COMPONENT-223",
207469  direction="l",
207470  linebreak="id",
207471  unicodeslot=0x188DE,
207472 },
207473 [0x188DF]={
207474  category="lo",
207475  cjkwd="w",
207476  description="TANGUT COMPONENT-224",
207477  direction="l",
207478  linebreak="id",
207479  unicodeslot=0x188DF,
207480 },
207481 [0x188E0]={
207482  category="lo",
207483  cjkwd="w",
207484  description="TANGUT COMPONENT-225",
207485  direction="l",
207486  linebreak="id",
207487  unicodeslot=0x188E0,
207488 },
207489 [0x188E1]={
207490  category="lo",
207491  cjkwd="w",
207492  description="TANGUT COMPONENT-226",
207493  direction="l",
207494  linebreak="id",
207495  unicodeslot=0x188E1,
207496 },
207497 [0x188E2]={
207498  category="lo",
207499  cjkwd="w",
207500  description="TANGUT COMPONENT-227",
207501  direction="l",
207502  linebreak="id",
207503  unicodeslot=0x188E2,
207504 },
207505 [0x188E3]={
207506  category="lo",
207507  cjkwd="w",
207508  description="TANGUT COMPONENT-228",
207509  direction="l",
207510  linebreak="id",
207511  unicodeslot=0x188E3,
207512 },
207513 [0x188E4]={
207514  category="lo",
207515  cjkwd="w",
207516  description="TANGUT COMPONENT-229",
207517  direction="l",
207518  linebreak="id",
207519  unicodeslot=0x188E4,
207520 },
207521 [0x188E5]={
207522  category="lo",
207523  cjkwd="w",
207524  description="TANGUT COMPONENT-230",
207525  direction="l",
207526  linebreak="id",
207527  unicodeslot=0x188E5,
207528 },
207529 [0x188E6]={
207530  category="lo",
207531  cjkwd="w",
207532  description="TANGUT COMPONENT-231",
207533  direction="l",
207534  linebreak="id",
207535  unicodeslot=0x188E6,
207536 },
207537 [0x188E7]={
207538  category="lo",
207539  cjkwd="w",
207540  description="TANGUT COMPONENT-232",
207541  direction="l",
207542  linebreak="id",
207543  unicodeslot=0x188E7,
207544 },
207545 [0x188E8]={
207546  category="lo",
207547  cjkwd="w",
207548  description="TANGUT COMPONENT-233",
207549  direction="l",
207550  linebreak="id",
207551  unicodeslot=0x188E8,
207552 },
207553 [0x188E9]={
207554  category="lo",
207555  cjkwd="w",
207556  description="TANGUT COMPONENT-234",
207557  direction="l",
207558  linebreak="id",
207559  unicodeslot=0x188E9,
207560 },
207561 [0x188EA]={
207562  category="lo",
207563  cjkwd="w",
207564  description="TANGUT COMPONENT-235",
207565  direction="l",
207566  linebreak="id",
207567  unicodeslot=0x188EA,
207568 },
207569 [0x188EB]={
207570  category="lo",
207571  cjkwd="w",
207572  description="TANGUT COMPONENT-236",
207573  direction="l",
207574  linebreak="id",
207575  unicodeslot=0x188EB,
207576 },
207577 [0x188EC]={
207578  category="lo",
207579  cjkwd="w",
207580  description="TANGUT COMPONENT-237",
207581  direction="l",
207582  linebreak="id",
207583  unicodeslot=0x188EC,
207584 },
207585 [0x188ED]={
207586  category="lo",
207587  cjkwd="w",
207588  description="TANGUT COMPONENT-238",
207589  direction="l",
207590  linebreak="id",
207591  unicodeslot=0x188ED,
207592 },
207593 [0x188EE]={
207594  category="lo",
207595  cjkwd="w",
207596  description="TANGUT COMPONENT-239",
207597  direction="l",
207598  linebreak="id",
207599  unicodeslot=0x188EE,
207600 },
207601 [0x188EF]={
207602  category="lo",
207603  cjkwd="w",
207604  description="TANGUT COMPONENT-240",
207605  direction="l",
207606  linebreak="id",
207607  unicodeslot=0x188EF,
207608 },
207609 [0x188F0]={
207610  category="lo",
207611  cjkwd="w",
207612  description="TANGUT COMPONENT-241",
207613  direction="l",
207614  linebreak="id",
207615  unicodeslot=0x188F0,
207616 },
207617 [0x188F1]={
207618  category="lo",
207619  cjkwd="w",
207620  description="TANGUT COMPONENT-242",
207621  direction="l",
207622  linebreak="id",
207623  unicodeslot=0x188F1,
207624 },
207625 [0x188F2]={
207626  category="lo",
207627  cjkwd="w",
207628  description="TANGUT COMPONENT-243",
207629  direction="l",
207630  linebreak="id",
207631  unicodeslot=0x188F2,
207632 },
207633 [0x188F3]={
207634  category="lo",
207635  cjkwd="w",
207636  description="TANGUT COMPONENT-244",
207637  direction="l",
207638  linebreak="id",
207639  unicodeslot=0x188F3,
207640 },
207641 [0x188F4]={
207642  category="lo",
207643  cjkwd="w",
207644  description="TANGUT COMPONENT-245",
207645  direction="l",
207646  linebreak="id",
207647  unicodeslot=0x188F4,
207648 },
207649 [0x188F5]={
207650  category="lo",
207651  cjkwd="w",
207652  description="TANGUT COMPONENT-246",
207653  direction="l",
207654  linebreak="id",
207655  unicodeslot=0x188F5,
207656 },
207657 [0x188F6]={
207658  category="lo",
207659  cjkwd="w",
207660  description="TANGUT COMPONENT-247",
207661  direction="l",
207662  linebreak="id",
207663  unicodeslot=0x188F6,
207664 },
207665 [0x188F7]={
207666  category="lo",
207667  cjkwd="w",
207668  description="TANGUT COMPONENT-248",
207669  direction="l",
207670  linebreak="id",
207671  unicodeslot=0x188F7,
207672 },
207673 [0x188F8]={
207674  category="lo",
207675  cjkwd="w",
207676  description="TANGUT COMPONENT-249",
207677  direction="l",
207678  linebreak="id",
207679  unicodeslot=0x188F8,
207680 },
207681 [0x188F9]={
207682  category="lo",
207683  cjkwd="w",
207684  description="TANGUT COMPONENT-250",
207685  direction="l",
207686  linebreak="id",
207687  unicodeslot=0x188F9,
207688 },
207689 [0x188FA]={
207690  category="lo",
207691  cjkwd="w",
207692  description="TANGUT COMPONENT-251",
207693  direction="l",
207694  linebreak="id",
207695  unicodeslot=0x188FA,
207696 },
207697 [0x188FB]={
207698  category="lo",
207699  cjkwd="w",
207700  description="TANGUT COMPONENT-252",
207701  direction="l",
207702  linebreak="id",
207703  unicodeslot=0x188FB,
207704 },
207705 [0x188FC]={
207706  category="lo",
207707  cjkwd="w",
207708  description="TANGUT COMPONENT-253",
207709  direction="l",
207710  linebreak="id",
207711  unicodeslot=0x188FC,
207712 },
207713 [0x188FD]={
207714  category="lo",
207715  cjkwd="w",
207716  description="TANGUT COMPONENT-254",
207717  direction="l",
207718  linebreak="id",
207719  unicodeslot=0x188FD,
207720 },
207721 [0x188FE]={
207722  category="lo",
207723  cjkwd="w",
207724  description="TANGUT COMPONENT-255",
207725  direction="l",
207726  linebreak="id",
207727  unicodeslot=0x188FE,
207728 },
207729 [0x188FF]={
207730  category="lo",
207731  cjkwd="w",
207732  description="TANGUT COMPONENT-256",
207733  direction="l",
207734  linebreak="id",
207735  unicodeslot=0x188FF,
207736 },
207737 [0x18900]={
207738  category="lo",
207739  cjkwd="w",
207740  description="TANGUT COMPONENT-257",
207741  direction="l",
207742  linebreak="id",
207743  unicodeslot=0x18900,
207744 },
207745 [0x18901]={
207746  category="lo",
207747  cjkwd="w",
207748  description="TANGUT COMPONENT-258",
207749  direction="l",
207750  linebreak="id",
207751  unicodeslot=0x18901,
207752 },
207753 [0x18902]={
207754  category="lo",
207755  cjkwd="w",
207756  description="TANGUT COMPONENT-259",
207757  direction="l",
207758  linebreak="id",
207759  unicodeslot=0x18902,
207760 },
207761 [0x18903]={
207762  category="lo",
207763  cjkwd="w",
207764  description="TANGUT COMPONENT-260",
207765  direction="l",
207766  linebreak="id",
207767  unicodeslot=0x18903,
207768 },
207769 [0x18904]={
207770  category="lo",
207771  cjkwd="w",
207772  description="TANGUT COMPONENT-261",
207773  direction="l",
207774  linebreak="id",
207775  unicodeslot=0x18904,
207776 },
207777 [0x18905]={
207778  category="lo",
207779  cjkwd="w",
207780  description="TANGUT COMPONENT-262",
207781  direction="l",
207782  linebreak="id",
207783  unicodeslot=0x18905,
207784 },
207785 [0x18906]={
207786  category="lo",
207787  cjkwd="w",
207788  description="TANGUT COMPONENT-263",
207789  direction="l",
207790  linebreak="id",
207791  unicodeslot=0x18906,
207792 },
207793 [0x18907]={
207794  category="lo",
207795  cjkwd="w",
207796  description="TANGUT COMPONENT-264",
207797  direction="l",
207798  linebreak="id",
207799  unicodeslot=0x18907,
207800 },
207801 [0x18908]={
207802  category="lo",
207803  cjkwd="w",
207804  description="TANGUT COMPONENT-265",
207805  direction="l",
207806  linebreak="id",
207807  unicodeslot=0x18908,
207808 },
207809 [0x18909]={
207810  category="lo",
207811  cjkwd="w",
207812  description="TANGUT COMPONENT-266",
207813  direction="l",
207814  linebreak="id",
207815  unicodeslot=0x18909,
207816 },
207817 [0x1890A]={
207818  category="lo",
207819  cjkwd="w",
207820  description="TANGUT COMPONENT-267",
207821  direction="l",
207822  linebreak="id",
207823  unicodeslot=0x1890A,
207824 },
207825 [0x1890B]={
207826  category="lo",
207827  cjkwd="w",
207828  description="TANGUT COMPONENT-268",
207829  direction="l",
207830  linebreak="id",
207831  unicodeslot=0x1890B,
207832 },
207833 [0x1890C]={
207834  category="lo",
207835  cjkwd="w",
207836  description="TANGUT COMPONENT-269",
207837  direction="l",
207838  linebreak="id",
207839  unicodeslot=0x1890C,
207840 },
207841 [0x1890D]={
207842  category="lo",
207843  cjkwd="w",
207844  description="TANGUT COMPONENT-270",
207845  direction="l",
207846  linebreak="id",
207847  unicodeslot=0x1890D,
207848 },
207849 [0x1890E]={
207850  category="lo",
207851  cjkwd="w",
207852  description="TANGUT COMPONENT-271",
207853  direction="l",
207854  linebreak="id",
207855  unicodeslot=0x1890E,
207856 },
207857 [0x1890F]={
207858  category="lo",
207859  cjkwd="w",
207860  description="TANGUT COMPONENT-272",
207861  direction="l",
207862  linebreak="id",
207863  unicodeslot=0x1890F,
207864 },
207865 [0x18910]={
207866  category="lo",
207867  cjkwd="w",
207868  description="TANGUT COMPONENT-273",
207869  direction="l",
207870  linebreak="id",
207871  unicodeslot=0x18910,
207872 },
207873 [0x18911]={
207874  category="lo",
207875  cjkwd="w",
207876  description="TANGUT COMPONENT-274",
207877  direction="l",
207878  linebreak="id",
207879  unicodeslot=0x18911,
207880 },
207881 [0x18912]={
207882  category="lo",
207883  cjkwd="w",
207884  description="TANGUT COMPONENT-275",
207885  direction="l",
207886  linebreak="id",
207887  unicodeslot=0x18912,
207888 },
207889 [0x18913]={
207890  category="lo",
207891  cjkwd="w",
207892  description="TANGUT COMPONENT-276",
207893  direction="l",
207894  linebreak="id",
207895  unicodeslot=0x18913,
207896 },
207897 [0x18914]={
207898  category="lo",
207899  cjkwd="w",
207900  description="TANGUT COMPONENT-277",
207901  direction="l",
207902  linebreak="id",
207903  unicodeslot=0x18914,
207904 },
207905 [0x18915]={
207906  category="lo",
207907  cjkwd="w",
207908  description="TANGUT COMPONENT-278",
207909  direction="l",
207910  linebreak="id",
207911  unicodeslot=0x18915,
207912 },
207913 [0x18916]={
207914  category="lo",
207915  cjkwd="w",
207916  description="TANGUT COMPONENT-279",
207917  direction="l",
207918  linebreak="id",
207919  unicodeslot=0x18916,
207920 },
207921 [0x18917]={
207922  category="lo",
207923  cjkwd="w",
207924  description="TANGUT COMPONENT-280",
207925  direction="l",
207926  linebreak="id",
207927  unicodeslot=0x18917,
207928 },
207929 [0x18918]={
207930  category="lo",
207931  cjkwd="w",
207932  description="TANGUT COMPONENT-281",
207933  direction="l",
207934  linebreak="id",
207935  unicodeslot=0x18918,
207936 },
207937 [0x18919]={
207938  category="lo",
207939  cjkwd="w",
207940  description="TANGUT COMPONENT-282",
207941  direction="l",
207942  linebreak="id",
207943  unicodeslot=0x18919,
207944 },
207945 [0x1891A]={
207946  category="lo",
207947  cjkwd="w",
207948  description="TANGUT COMPONENT-283",
207949  direction="l",
207950  linebreak="id",
207951  unicodeslot=0x1891A,
207952 },
207953 [0x1891B]={
207954  category="lo",
207955  cjkwd="w",
207956  description="TANGUT COMPONENT-284",
207957  direction="l",
207958  linebreak="id",
207959  unicodeslot=0x1891B,
207960 },
207961 [0x1891C]={
207962  category="lo",
207963  cjkwd="w",
207964  description="TANGUT COMPONENT-285",
207965  direction="l",
207966  linebreak="id",
207967  unicodeslot=0x1891C,
207968 },
207969 [0x1891D]={
207970  category="lo",
207971  cjkwd="w",
207972  description="TANGUT COMPONENT-286",
207973  direction="l",
207974  linebreak="id",
207975  unicodeslot=0x1891D,
207976 },
207977 [0x1891E]={
207978  category="lo",
207979  cjkwd="w",
207980  description="TANGUT COMPONENT-287",
207981  direction="l",
207982  linebreak="id",
207983  unicodeslot=0x1891E,
207984 },
207985 [0x1891F]={
207986  category="lo",
207987  cjkwd="w",
207988  description="TANGUT COMPONENT-288",
207989  direction="l",
207990  linebreak="id",
207991  unicodeslot=0x1891F,
207992 },
207993 [0x18920]={
207994  category="lo",
207995  cjkwd="w",
207996  description="TANGUT COMPONENT-289",
207997  direction="l",
207998  linebreak="id",
207999  unicodeslot=0x18920,
208000 },
208001 [0x18921]={
208002  category="lo",
208003  cjkwd="w",
208004  description="TANGUT COMPONENT-290",
208005  direction="l",
208006  linebreak="id",
208007  unicodeslot=0x18921,
208008 },
208009 [0x18922]={
208010  category="lo",
208011  cjkwd="w",
208012  description="TANGUT COMPONENT-291",
208013  direction="l",
208014  linebreak="id",
208015  unicodeslot=0x18922,
208016 },
208017 [0x18923]={
208018  category="lo",
208019  cjkwd="w",
208020  description="TANGUT COMPONENT-292",
208021  direction="l",
208022  linebreak="id",
208023  unicodeslot=0x18923,
208024 },
208025 [0x18924]={
208026  category="lo",
208027  cjkwd="w",
208028  description="TANGUT COMPONENT-293",
208029  direction="l",
208030  linebreak="id",
208031  unicodeslot=0x18924,
208032 },
208033 [0x18925]={
208034  category="lo",
208035  cjkwd="w",
208036  description="TANGUT COMPONENT-294",
208037  direction="l",
208038  linebreak="id",
208039  unicodeslot=0x18925,
208040 },
208041 [0x18926]={
208042  category="lo",
208043  cjkwd="w",
208044  description="TANGUT COMPONENT-295",
208045  direction="l",
208046  linebreak="id",
208047  unicodeslot=0x18926,
208048 },
208049 [0x18927]={
208050  category="lo",
208051  cjkwd="w",
208052  description="TANGUT COMPONENT-296",
208053  direction="l",
208054  linebreak="id",
208055  unicodeslot=0x18927,
208056 },
208057 [0x18928]={
208058  category="lo",
208059  cjkwd="w",
208060  description="TANGUT COMPONENT-297",
208061  direction="l",
208062  linebreak="id",
208063  unicodeslot=0x18928,
208064 },
208065 [0x18929]={
208066  category="lo",
208067  cjkwd="w",
208068  description="TANGUT COMPONENT-298",
208069  direction="l",
208070  linebreak="id",
208071  unicodeslot=0x18929,
208072 },
208073 [0x1892A]={
208074  category="lo",
208075  cjkwd="w",
208076  description="TANGUT COMPONENT-299",
208077  direction="l",
208078  linebreak="id",
208079  unicodeslot=0x1892A,
208080 },
208081 [0x1892B]={
208082  category="lo",
208083  cjkwd="w",
208084  description="TANGUT COMPONENT-300",
208085  direction="l",
208086  linebreak="id",
208087  unicodeslot=0x1892B,
208088 },
208089 [0x1892C]={
208090  category="lo",
208091  cjkwd="w",
208092  description="TANGUT COMPONENT-301",
208093  direction="l",
208094  linebreak="id",
208095  unicodeslot=0x1892C,
208096 },
208097 [0x1892D]={
208098  category="lo",
208099  cjkwd="w",
208100  description="TANGUT COMPONENT-302",
208101  direction="l",
208102  linebreak="id",
208103  unicodeslot=0x1892D,
208104 },
208105 [0x1892E]={
208106  category="lo",
208107  cjkwd="w",
208108  description="TANGUT COMPONENT-303",
208109  direction="l",
208110  linebreak="id",
208111  unicodeslot=0x1892E,
208112 },
208113 [0x1892F]={
208114  category="lo",
208115  cjkwd="w",
208116  description="TANGUT COMPONENT-304",
208117  direction="l",
208118  linebreak="id",
208119  unicodeslot=0x1892F,
208120 },
208121 [0x18930]={
208122  category="lo",
208123  cjkwd="w",
208124  description="TANGUT COMPONENT-305",
208125  direction="l",
208126  linebreak="id",
208127  unicodeslot=0x18930,
208128 },
208129 [0x18931]={
208130  category="lo",
208131  cjkwd="w",
208132  description="TANGUT COMPONENT-306",
208133  direction="l",
208134  linebreak="id",
208135  unicodeslot=0x18931,
208136 },
208137 [0x18932]={
208138  category="lo",
208139  cjkwd="w",
208140  description="TANGUT COMPONENT-307",
208141  direction="l",
208142  linebreak="id",
208143  unicodeslot=0x18932,
208144 },
208145 [0x18933]={
208146  category="lo",
208147  cjkwd="w",
208148  description="TANGUT COMPONENT-308",
208149  direction="l",
208150  linebreak="id",
208151  unicodeslot=0x18933,
208152 },
208153 [0x18934]={
208154  category="lo",
208155  cjkwd="w",
208156  description="TANGUT COMPONENT-309",
208157  direction="l",
208158  linebreak="id",
208159  unicodeslot=0x18934,
208160 },
208161 [0x18935]={
208162  category="lo",
208163  cjkwd="w",
208164  description="TANGUT COMPONENT-310",
208165  direction="l",
208166  linebreak="id",
208167  unicodeslot=0x18935,
208168 },
208169 [0x18936]={
208170  category="lo",
208171  cjkwd="w",
208172  description="TANGUT COMPONENT-311",
208173  direction="l",
208174  linebreak="id",
208175  unicodeslot=0x18936,
208176 },
208177 [0x18937]={
208178  category="lo",
208179  cjkwd="w",
208180  description="TANGUT COMPONENT-312",
208181  direction="l",
208182  linebreak="id",
208183  unicodeslot=0x18937,
208184 },
208185 [0x18938]={
208186  category="lo",
208187  cjkwd="w",
208188  description="TANGUT COMPONENT-313",
208189  direction="l",
208190  linebreak="id",
208191  unicodeslot=0x18938,
208192 },
208193 [0x18939]={
208194  category="lo",
208195  cjkwd="w",
208196  description="TANGUT COMPONENT-314",
208197  direction="l",
208198  linebreak="id",
208199  unicodeslot=0x18939,
208200 },
208201 [0x1893A]={
208202  category="lo",
208203  cjkwd="w",
208204  description="TANGUT COMPONENT-315",
208205  direction="l",
208206  linebreak="id",
208207  unicodeslot=0x1893A,
208208 },
208209 [0x1893B]={
208210  category="lo",
208211  cjkwd="w",
208212  description="TANGUT COMPONENT-316",
208213  direction="l",
208214  linebreak="id",
208215  unicodeslot=0x1893B,
208216 },
208217 [0x1893C]={
208218  category="lo",
208219  cjkwd="w",
208220  description="TANGUT COMPONENT-317",
208221  direction="l",
208222  linebreak="id",
208223  unicodeslot=0x1893C,
208224 },
208225 [0x1893D]={
208226  category="lo",
208227  cjkwd="w",
208228  description="TANGUT COMPONENT-318",
208229  direction="l",
208230  linebreak="id",
208231  unicodeslot=0x1893D,
208232 },
208233 [0x1893E]={
208234  category="lo",
208235  cjkwd="w",
208236  description="TANGUT COMPONENT-319",
208237  direction="l",
208238  linebreak="id",
208239  unicodeslot=0x1893E,
208240 },
208241 [0x1893F]={
208242  category="lo",
208243  cjkwd="w",
208244  description="TANGUT COMPONENT-320",
208245  direction="l",
208246  linebreak="id",
208247  unicodeslot=0x1893F,
208248 },
208249 [0x18940]={
208250  category="lo",
208251  cjkwd="w",
208252  description="TANGUT COMPONENT-321",
208253  direction="l",
208254  linebreak="id",
208255  unicodeslot=0x18940,
208256 },
208257 [0x18941]={
208258  category="lo",
208259  cjkwd="w",
208260  description="TANGUT COMPONENT-322",
208261  direction="l",
208262  linebreak="id",
208263  unicodeslot=0x18941,
208264 },
208265 [0x18942]={
208266  category="lo",
208267  cjkwd="w",
208268  description="TANGUT COMPONENT-323",
208269  direction="l",
208270  linebreak="id",
208271  unicodeslot=0x18942,
208272 },
208273 [0x18943]={
208274  category="lo",
208275  cjkwd="w",
208276  description="TANGUT COMPONENT-324",
208277  direction="l",
208278  linebreak="id",
208279  unicodeslot=0x18943,
208280 },
208281 [0x18944]={
208282  category="lo",
208283  cjkwd="w",
208284  description="TANGUT COMPONENT-325",
208285  direction="l",
208286  linebreak="id",
208287  unicodeslot=0x18944,
208288 },
208289 [0x18945]={
208290  category="lo",
208291  cjkwd="w",
208292  description="TANGUT COMPONENT-326",
208293  direction="l",
208294  linebreak="id",
208295  unicodeslot=0x18945,
208296 },
208297 [0x18946]={
208298  category="lo",
208299  cjkwd="w",
208300  description="TANGUT COMPONENT-327",
208301  direction="l",
208302  linebreak="id",
208303  unicodeslot=0x18946,
208304 },
208305 [0x18947]={
208306  category="lo",
208307  cjkwd="w",
208308  description="TANGUT COMPONENT-328",
208309  direction="l",
208310  linebreak="id",
208311  unicodeslot=0x18947,
208312 },
208313 [0x18948]={
208314  category="lo",
208315  cjkwd="w",
208316  description="TANGUT COMPONENT-329",
208317  direction="l",
208318  linebreak="id",
208319  unicodeslot=0x18948,
208320 },
208321 [0x18949]={
208322  category="lo",
208323  cjkwd="w",
208324  description="TANGUT COMPONENT-330",
208325  direction="l",
208326  linebreak="id",
208327  unicodeslot=0x18949,
208328 },
208329 [0x1894A]={
208330  category="lo",
208331  cjkwd="w",
208332  description="TANGUT COMPONENT-331",
208333  direction="l",
208334  linebreak="id",
208335  unicodeslot=0x1894A,
208336 },
208337 [0x1894B]={
208338  category="lo",
208339  cjkwd="w",
208340  description="TANGUT COMPONENT-332",
208341  direction="l",
208342  linebreak="id",
208343  unicodeslot=0x1894B,
208344 },
208345 [0x1894C]={
208346  category="lo",
208347  cjkwd="w",
208348  description="TANGUT COMPONENT-333",
208349  direction="l",
208350  linebreak="id",
208351  unicodeslot=0x1894C,
208352 },
208353 [0x1894D]={
208354  category="lo",
208355  cjkwd="w",
208356  description="TANGUT COMPONENT-334",
208357  direction="l",
208358  linebreak="id",
208359  unicodeslot=0x1894D,
208360 },
208361 [0x1894E]={
208362  category="lo",
208363  cjkwd="w",
208364  description="TANGUT COMPONENT-335",
208365  direction="l",
208366  linebreak="id",
208367  unicodeslot=0x1894E,
208368 },
208369 [0x1894F]={
208370  category="lo",
208371  cjkwd="w",
208372  description="TANGUT COMPONENT-336",
208373  direction="l",
208374  linebreak="id",
208375  unicodeslot=0x1894F,
208376 },
208377 [0x18950]={
208378  category="lo",
208379  cjkwd="w",
208380  description="TANGUT COMPONENT-337",
208381  direction="l",
208382  linebreak="id",
208383  unicodeslot=0x18950,
208384 },
208385 [0x18951]={
208386  category="lo",
208387  cjkwd="w",
208388  description="TANGUT COMPONENT-338",
208389  direction="l",
208390  linebreak="id",
208391  unicodeslot=0x18951,
208392 },
208393 [0x18952]={
208394  category="lo",
208395  cjkwd="w",
208396  description="TANGUT COMPONENT-339",
208397  direction="l",
208398  linebreak="id",
208399  unicodeslot=0x18952,
208400 },
208401 [0x18953]={
208402  category="lo",
208403  cjkwd="w",
208404  description="TANGUT COMPONENT-340",
208405  direction="l",
208406  linebreak="id",
208407  unicodeslot=0x18953,
208408 },
208409 [0x18954]={
208410  category="lo",
208411  cjkwd="w",
208412  description="TANGUT COMPONENT-341",
208413  direction="l",
208414  linebreak="id",
208415  unicodeslot=0x18954,
208416 },
208417 [0x18955]={
208418  category="lo",
208419  cjkwd="w",
208420  description="TANGUT COMPONENT-342",
208421  direction="l",
208422  linebreak="id",
208423  unicodeslot=0x18955,
208424 },
208425 [0x18956]={
208426  category="lo",
208427  cjkwd="w",
208428  description="TANGUT COMPONENT-343",
208429  direction="l",
208430  linebreak="id",
208431  unicodeslot=0x18956,
208432 },
208433 [0x18957]={
208434  category="lo",
208435  cjkwd="w",
208436  description="TANGUT COMPONENT-344",
208437  direction="l",
208438  linebreak="id",
208439  unicodeslot=0x18957,
208440 },
208441 [0x18958]={
208442  category="lo",
208443  cjkwd="w",
208444  description="TANGUT COMPONENT-345",
208445  direction="l",
208446  linebreak="id",
208447  unicodeslot=0x18958,
208448 },
208449 [0x18959]={
208450  category="lo",
208451  cjkwd="w",
208452  description="TANGUT COMPONENT-346",
208453  direction="l",
208454  linebreak="id",
208455  unicodeslot=0x18959,
208456 },
208457 [0x1895A]={
208458  category="lo",
208459  cjkwd="w",
208460  description="TANGUT COMPONENT-347",
208461  direction="l",
208462  linebreak="id",
208463  unicodeslot=0x1895A,
208464 },
208465 [0x1895B]={
208466  category="lo",
208467  cjkwd="w",
208468  description="TANGUT COMPONENT-348",
208469  direction="l",
208470  linebreak="id",
208471  unicodeslot=0x1895B,
208472 },
208473 [0x1895C]={
208474  category="lo",
208475  cjkwd="w",
208476  description="TANGUT COMPONENT-349",
208477  direction="l",
208478  linebreak="id",
208479  unicodeslot=0x1895C,
208480 },
208481 [0x1895D]={
208482  category="lo",
208483  cjkwd="w",
208484  description="TANGUT COMPONENT-350",
208485  direction="l",
208486  linebreak="id",
208487  unicodeslot=0x1895D,
208488 },
208489 [0x1895E]={
208490  category="lo",
208491  cjkwd="w",
208492  description="TANGUT COMPONENT-351",
208493  direction="l",
208494  linebreak="id",
208495  unicodeslot=0x1895E,
208496 },
208497 [0x1895F]={
208498  category="lo",
208499  cjkwd="w",
208500  description="TANGUT COMPONENT-352",
208501  direction="l",
208502  linebreak="id",
208503  unicodeslot=0x1895F,
208504 },
208505 [0x18960]={
208506  category="lo",
208507  cjkwd="w",
208508  description="TANGUT COMPONENT-353",
208509  direction="l",
208510  linebreak="id",
208511  unicodeslot=0x18960,
208512 },
208513 [0x18961]={
208514  category="lo",
208515  cjkwd="w",
208516  description="TANGUT COMPONENT-354",
208517  direction="l",
208518  linebreak="id",
208519  unicodeslot=0x18961,
208520 },
208521 [0x18962]={
208522  category="lo",
208523  cjkwd="w",
208524  description="TANGUT COMPONENT-355",
208525  direction="l",
208526  linebreak="id",
208527  unicodeslot=0x18962,
208528 },
208529 [0x18963]={
208530  category="lo",
208531  cjkwd="w",
208532  description="TANGUT COMPONENT-356",
208533  direction="l",
208534  linebreak="id",
208535  unicodeslot=0x18963,
208536 },
208537 [0x18964]={
208538  category="lo",
208539  cjkwd="w",
208540  description="TANGUT COMPONENT-357",
208541  direction="l",
208542  linebreak="id",
208543  unicodeslot=0x18964,
208544 },
208545 [0x18965]={
208546  category="lo",
208547  cjkwd="w",
208548  description="TANGUT COMPONENT-358",
208549  direction="l",
208550  linebreak="id",
208551  unicodeslot=0x18965,
208552 },
208553 [0x18966]={
208554  category="lo",
208555  cjkwd="w",
208556  description="TANGUT COMPONENT-359",
208557  direction="l",
208558  linebreak="id",
208559  unicodeslot=0x18966,
208560 },
208561 [0x18967]={
208562  category="lo",
208563  cjkwd="w",
208564  description="TANGUT COMPONENT-360",
208565  direction="l",
208566  linebreak="id",
208567  unicodeslot=0x18967,
208568 },
208569 [0x18968]={
208570  category="lo",
208571  cjkwd="w",
208572  description="TANGUT COMPONENT-361",
208573  direction="l",
208574  linebreak="id",
208575  unicodeslot=0x18968,
208576 },
208577 [0x18969]={
208578  category="lo",
208579  cjkwd="w",
208580  description="TANGUT COMPONENT-362",
208581  direction="l",
208582  linebreak="id",
208583  unicodeslot=0x18969,
208584 },
208585 [0x1896A]={
208586  category="lo",
208587  cjkwd="w",
208588  description="TANGUT COMPONENT-363",
208589  direction="l",
208590  linebreak="id",
208591  unicodeslot=0x1896A,
208592 },
208593 [0x1896B]={
208594  category="lo",
208595  cjkwd="w",
208596  description="TANGUT COMPONENT-364",
208597  direction="l",
208598  linebreak="id",
208599  unicodeslot=0x1896B,
208600 },
208601 [0x1896C]={
208602  category="lo",
208603  cjkwd="w",
208604  description="TANGUT COMPONENT-365",
208605  direction="l",
208606  linebreak="id",
208607  unicodeslot=0x1896C,
208608 },
208609 [0x1896D]={
208610  category="lo",
208611  cjkwd="w",
208612  description="TANGUT COMPONENT-366",
208613  direction="l",
208614  linebreak="id",
208615  unicodeslot=0x1896D,
208616 },
208617 [0x1896E]={
208618  category="lo",
208619  cjkwd="w",
208620  description="TANGUT COMPONENT-367",
208621  direction="l",
208622  linebreak="id",
208623  unicodeslot=0x1896E,
208624 },
208625 [0x1896F]={
208626  category="lo",
208627  cjkwd="w",
208628  description="TANGUT COMPONENT-368",
208629  direction="l",
208630  linebreak="id",
208631  unicodeslot=0x1896F,
208632 },
208633 [0x18970]={
208634  category="lo",
208635  cjkwd="w",
208636  description="TANGUT COMPONENT-369",
208637  direction="l",
208638  linebreak="id",
208639  unicodeslot=0x18970,
208640 },
208641 [0x18971]={
208642  category="lo",
208643  cjkwd="w",
208644  description="TANGUT COMPONENT-370",
208645  direction="l",
208646  linebreak="id",
208647  unicodeslot=0x18971,
208648 },
208649 [0x18972]={
208650  category="lo",
208651  cjkwd="w",
208652  description="TANGUT COMPONENT-371",
208653  direction="l",
208654  linebreak="id",
208655  unicodeslot=0x18972,
208656 },
208657 [0x18973]={
208658  category="lo",
208659  cjkwd="w",
208660  description="TANGUT COMPONENT-372",
208661  direction="l",
208662  linebreak="id",
208663  unicodeslot=0x18973,
208664 },
208665 [0x18974]={
208666  category="lo",
208667  cjkwd="w",
208668  description="TANGUT COMPONENT-373",
208669  direction="l",
208670  linebreak="id",
208671  unicodeslot=0x18974,
208672 },
208673 [0x18975]={
208674  category="lo",
208675  cjkwd="w",
208676  description="TANGUT COMPONENT-374",
208677  direction="l",
208678  linebreak="id",
208679  unicodeslot=0x18975,
208680 },
208681 [0x18976]={
208682  category="lo",
208683  cjkwd="w",
208684  description="TANGUT COMPONENT-375",
208685  direction="l",
208686  linebreak="id",
208687  unicodeslot=0x18976,
208688 },
208689 [0x18977]={
208690  category="lo",
208691  cjkwd="w",
208692  description="TANGUT COMPONENT-376",
208693  direction="l",
208694  linebreak="id",
208695  unicodeslot=0x18977,
208696 },
208697 [0x18978]={
208698  category="lo",
208699  cjkwd="w",
208700  description="TANGUT COMPONENT-377",
208701  direction="l",
208702  linebreak="id",
208703  unicodeslot=0x18978,
208704 },
208705 [0x18979]={
208706  category="lo",
208707  cjkwd="w",
208708  description="TANGUT COMPONENT-378",
208709  direction="l",
208710  linebreak="id",
208711  unicodeslot=0x18979,
208712 },
208713 [0x1897A]={
208714  category="lo",
208715  cjkwd="w",
208716  description="TANGUT COMPONENT-379",
208717  direction="l",
208718  linebreak="id",
208719  unicodeslot=0x1897A,
208720 },
208721 [0x1897B]={
208722  category="lo",
208723  cjkwd="w",
208724  description="TANGUT COMPONENT-380",
208725  direction="l",
208726  linebreak="id",
208727  unicodeslot=0x1897B,
208728 },
208729 [0x1897C]={
208730  category="lo",
208731  cjkwd="w",
208732  description="TANGUT COMPONENT-381",
208733  direction="l",
208734  linebreak="id",
208735  unicodeslot=0x1897C,
208736 },
208737 [0x1897D]={
208738  category="lo",
208739  cjkwd="w",
208740  description="TANGUT COMPONENT-382",
208741  direction="l",
208742  linebreak="id",
208743  unicodeslot=0x1897D,
208744 },
208745 [0x1897E]={
208746  category="lo",
208747  cjkwd="w",
208748  description="TANGUT COMPONENT-383",
208749  direction="l",
208750  linebreak="id",
208751  unicodeslot=0x1897E,
208752 },
208753 [0x1897F]={
208754  category="lo",
208755  cjkwd="w",
208756  description="TANGUT COMPONENT-384",
208757  direction="l",
208758  linebreak="id",
208759  unicodeslot=0x1897F,
208760 },
208761 [0x18980]={
208762  category="lo",
208763  cjkwd="w",
208764  description="TANGUT COMPONENT-385",
208765  direction="l",
208766  linebreak="id",
208767  unicodeslot=0x18980,
208768 },
208769 [0x18981]={
208770  category="lo",
208771  cjkwd="w",
208772  description="TANGUT COMPONENT-386",
208773  direction="l",
208774  linebreak="id",
208775  unicodeslot=0x18981,
208776 },
208777 [0x18982]={
208778  category="lo",
208779  cjkwd="w",
208780  description="TANGUT COMPONENT-387",
208781  direction="l",
208782  linebreak="id",
208783  unicodeslot=0x18982,
208784 },
208785 [0x18983]={
208786  category="lo",
208787  cjkwd="w",
208788  description="TANGUT COMPONENT-388",
208789  direction="l",
208790  linebreak="id",
208791  unicodeslot=0x18983,
208792 },
208793 [0x18984]={
208794  category="lo",
208795  cjkwd="w",
208796  description="TANGUT COMPONENT-389",
208797  direction="l",
208798  linebreak="id",
208799  unicodeslot=0x18984,
208800 },
208801 [0x18985]={
208802  category="lo",
208803  cjkwd="w",
208804  description="TANGUT COMPONENT-390",
208805  direction="l",
208806  linebreak="id",
208807  unicodeslot=0x18985,
208808 },
208809 [0x18986]={
208810  category="lo",
208811  cjkwd="w",
208812  description="TANGUT COMPONENT-391",
208813  direction="l",
208814  linebreak="id",
208815  unicodeslot=0x18986,
208816 },
208817 [0x18987]={
208818  category="lo",
208819  cjkwd="w",
208820  description="TANGUT COMPONENT-392",
208821  direction="l",
208822  linebreak="id",
208823  unicodeslot=0x18987,
208824 },
208825 [0x18988]={
208826  category="lo",
208827  cjkwd="w",
208828  description="TANGUT COMPONENT-393",
208829  direction="l",
208830  linebreak="id",
208831  unicodeslot=0x18988,
208832 },
208833 [0x18989]={
208834  category="lo",
208835  cjkwd="w",
208836  description="TANGUT COMPONENT-394",
208837  direction="l",
208838  linebreak="id",
208839  unicodeslot=0x18989,
208840 },
208841 [0x1898A]={
208842  category="lo",
208843  cjkwd="w",
208844  description="TANGUT COMPONENT-395",
208845  direction="l",
208846  linebreak="id",
208847  unicodeslot=0x1898A,
208848 },
208849 [0x1898B]={
208850  category="lo",
208851  cjkwd="w",
208852  description="TANGUT COMPONENT-396",
208853  direction="l",
208854  linebreak="id",
208855  unicodeslot=0x1898B,
208856 },
208857 [0x1898C]={
208858  category="lo",
208859  cjkwd="w",
208860  description="TANGUT COMPONENT-397",
208861  direction="l",
208862  linebreak="id",
208863  unicodeslot=0x1898C,
208864 },
208865 [0x1898D]={
208866  category="lo",
208867  cjkwd="w",
208868  description="TANGUT COMPONENT-398",
208869  direction="l",
208870  linebreak="id",
208871  unicodeslot=0x1898D,
208872 },
208873 [0x1898E]={
208874  category="lo",
208875  cjkwd="w",
208876  description="TANGUT COMPONENT-399",
208877  direction="l",
208878  linebreak="id",
208879  unicodeslot=0x1898E,
208880 },
208881 [0x1898F]={
208882  category="lo",
208883  cjkwd="w",
208884  description="TANGUT COMPONENT-400",
208885  direction="l",
208886  linebreak="id",
208887  unicodeslot=0x1898F,
208888 },
208889 [0x18990]={
208890  category="lo",
208891  cjkwd="w",
208892  description="TANGUT COMPONENT-401",
208893  direction="l",
208894  linebreak="id",
208895  unicodeslot=0x18990,
208896 },
208897 [0x18991]={
208898  category="lo",
208899  cjkwd="w",
208900  description="TANGUT COMPONENT-402",
208901  direction="l",
208902  linebreak="id",
208903  unicodeslot=0x18991,
208904 },
208905 [0x18992]={
208906  category="lo",
208907  cjkwd="w",
208908  description="TANGUT COMPONENT-403",
208909  direction="l",
208910  linebreak="id",
208911  unicodeslot=0x18992,
208912 },
208913 [0x18993]={
208914  category="lo",
208915  cjkwd="w",
208916  description="TANGUT COMPONENT-404",
208917  direction="l",
208918  linebreak="id",
208919  unicodeslot=0x18993,
208920 },
208921 [0x18994]={
208922  category="lo",
208923  cjkwd="w",
208924  description="TANGUT COMPONENT-405",
208925  direction="l",
208926  linebreak="id",
208927  unicodeslot=0x18994,
208928 },
208929 [0x18995]={
208930  category="lo",
208931  cjkwd="w",
208932  description="TANGUT COMPONENT-406",
208933  direction="l",
208934  linebreak="id",
208935  unicodeslot=0x18995,
208936 },
208937 [0x18996]={
208938  category="lo",
208939  cjkwd="w",
208940  description="TANGUT COMPONENT-407",
208941  direction="l",
208942  linebreak="id",
208943  unicodeslot=0x18996,
208944 },
208945 [0x18997]={
208946  category="lo",
208947  cjkwd="w",
208948  description="TANGUT COMPONENT-408",
208949  direction="l",
208950  linebreak="id",
208951  unicodeslot=0x18997,
208952 },
208953 [0x18998]={
208954  category="lo",
208955  cjkwd="w",
208956  description="TANGUT COMPONENT-409",
208957  direction="l",
208958  linebreak="id",
208959  unicodeslot=0x18998,
208960 },
208961 [0x18999]={
208962  category="lo",
208963  cjkwd="w",
208964  description="TANGUT COMPONENT-410",
208965  direction="l",
208966  linebreak="id",
208967  unicodeslot=0x18999,
208968 },
208969 [0x1899A]={
208970  category="lo",
208971  cjkwd="w",
208972  description="TANGUT COMPONENT-411",
208973  direction="l",
208974  linebreak="id",
208975  unicodeslot=0x1899A,
208976 },
208977 [0x1899B]={
208978  category="lo",
208979  cjkwd="w",
208980  description="TANGUT COMPONENT-412",
208981  direction="l",
208982  linebreak="id",
208983  unicodeslot=0x1899B,
208984 },
208985 [0x1899C]={
208986  category="lo",
208987  cjkwd="w",
208988  description="TANGUT COMPONENT-413",
208989  direction="l",
208990  linebreak="id",
208991  unicodeslot=0x1899C,
208992 },
208993 [0x1899D]={
208994  category="lo",
208995  cjkwd="w",
208996  description="TANGUT COMPONENT-414",
208997  direction="l",
208998  linebreak="id",
208999  unicodeslot=0x1899D,
209000 },
209001 [0x1899E]={
209002  category="lo",
209003  cjkwd="w",
209004  description="TANGUT COMPONENT-415",
209005  direction="l",
209006  linebreak="id",
209007  unicodeslot=0x1899E,
209008 },
209009 [0x1899F]={
209010  category="lo",
209011  cjkwd="w",
209012  description="TANGUT COMPONENT-416",
209013  direction="l",
209014  linebreak="id",
209015  unicodeslot=0x1899F,
209016 },
209017 [0x189A0]={
209018  category="lo",
209019  cjkwd="w",
209020  description="TANGUT COMPONENT-417",
209021  direction="l",
209022  linebreak="id",
209023  unicodeslot=0x189A0,
209024 },
209025 [0x189A1]={
209026  category="lo",
209027  cjkwd="w",
209028  description="TANGUT COMPONENT-418",
209029  direction="l",
209030  linebreak="id",
209031  unicodeslot=0x189A1,
209032 },
209033 [0x189A2]={
209034  category="lo",
209035  cjkwd="w",
209036  description="TANGUT COMPONENT-419",
209037  direction="l",
209038  linebreak="id",
209039  unicodeslot=0x189A2,
209040 },
209041 [0x189A3]={
209042  category="lo",
209043  cjkwd="w",
209044  description="TANGUT COMPONENT-420",
209045  direction="l",
209046  linebreak="id",
209047  unicodeslot=0x189A3,
209048 },
209049 [0x189A4]={
209050  category="lo",
209051  cjkwd="w",
209052  description="TANGUT COMPONENT-421",
209053  direction="l",
209054  linebreak="id",
209055  unicodeslot=0x189A4,
209056 },
209057 [0x189A5]={
209058  category="lo",
209059  cjkwd="w",
209060  description="TANGUT COMPONENT-422",
209061  direction="l",
209062  linebreak="id",
209063  unicodeslot=0x189A5,
209064 },
209065 [0x189A6]={
209066  category="lo",
209067  cjkwd="w",
209068  description="TANGUT COMPONENT-423",
209069  direction="l",
209070  linebreak="id",
209071  unicodeslot=0x189A6,
209072 },
209073 [0x189A7]={
209074  category="lo",
209075  cjkwd="w",
209076  description="TANGUT COMPONENT-424",
209077  direction="l",
209078  linebreak="id",
209079  unicodeslot=0x189A7,
209080 },
209081 [0x189A8]={
209082  category="lo",
209083  cjkwd="w",
209084  description="TANGUT COMPONENT-425",
209085  direction="l",
209086  linebreak="id",
209087  unicodeslot=0x189A8,
209088 },
209089 [0x189A9]={
209090  category="lo",
209091  cjkwd="w",
209092  description="TANGUT COMPONENT-426",
209093  direction="l",
209094  linebreak="id",
209095  unicodeslot=0x189A9,
209096 },
209097 [0x189AA]={
209098  category="lo",
209099  cjkwd="w",
209100  description="TANGUT COMPONENT-427",
209101  direction="l",
209102  linebreak="id",
209103  unicodeslot=0x189AA,
209104 },
209105 [0x189AB]={
209106  category="lo",
209107  cjkwd="w",
209108  description="TANGUT COMPONENT-428",
209109  direction="l",
209110  linebreak="id",
209111  unicodeslot=0x189AB,
209112 },
209113 [0x189AC]={
209114  category="lo",
209115  cjkwd="w",
209116  description="TANGUT COMPONENT-429",
209117  direction="l",
209118  linebreak="id",
209119  unicodeslot=0x189AC,
209120 },
209121 [0x189AD]={
209122  category="lo",
209123  cjkwd="w",
209124  description="TANGUT COMPONENT-430",
209125  direction="l",
209126  linebreak="id",
209127  unicodeslot=0x189AD,
209128 },
209129 [0x189AE]={
209130  category="lo",
209131  cjkwd="w",
209132  description="TANGUT COMPONENT-431",
209133  direction="l",
209134  linebreak="id",
209135  unicodeslot=0x189AE,
209136 },
209137 [0x189AF]={
209138  category="lo",
209139  cjkwd="w",
209140  description="TANGUT COMPONENT-432",
209141  direction="l",
209142  linebreak="id",
209143  unicodeslot=0x189AF,
209144 },
209145 [0x189B0]={
209146  category="lo",
209147  cjkwd="w",
209148  description="TANGUT COMPONENT-433",
209149  direction="l",
209150  linebreak="id",
209151  unicodeslot=0x189B0,
209152 },
209153 [0x189B1]={
209154  category="lo",
209155  cjkwd="w",
209156  description="TANGUT COMPONENT-434",
209157  direction="l",
209158  linebreak="id",
209159  unicodeslot=0x189B1,
209160 },
209161 [0x189B2]={
209162  category="lo",
209163  cjkwd="w",
209164  description="TANGUT COMPONENT-435",
209165  direction="l",
209166  linebreak="id",
209167  unicodeslot=0x189B2,
209168 },
209169 [0x189B3]={
209170  category="lo",
209171  cjkwd="w",
209172  description="TANGUT COMPONENT-436",
209173  direction="l",
209174  linebreak="id",
209175  unicodeslot=0x189B3,
209176 },
209177 [0x189B4]={
209178  category="lo",
209179  cjkwd="w",
209180  description="TANGUT COMPONENT-437",
209181  direction="l",
209182  linebreak="id",
209183  unicodeslot=0x189B4,
209184 },
209185 [0x189B5]={
209186  category="lo",
209187  cjkwd="w",
209188  description="TANGUT COMPONENT-438",
209189  direction="l",
209190  linebreak="id",
209191  unicodeslot=0x189B5,
209192 },
209193 [0x189B6]={
209194  category="lo",
209195  cjkwd="w",
209196  description="TANGUT COMPONENT-439",
209197  direction="l",
209198  linebreak="id",
209199  unicodeslot=0x189B6,
209200 },
209201 [0x189B7]={
209202  category="lo",
209203  cjkwd="w",
209204  description="TANGUT COMPONENT-440",
209205  direction="l",
209206  linebreak="id",
209207  unicodeslot=0x189B7,
209208 },
209209 [0x189B8]={
209210  category="lo",
209211  cjkwd="w",
209212  description="TANGUT COMPONENT-441",
209213  direction="l",
209214  linebreak="id",
209215  unicodeslot=0x189B8,
209216 },
209217 [0x189B9]={
209218  category="lo",
209219  cjkwd="w",
209220  description="TANGUT COMPONENT-442",
209221  direction="l",
209222  linebreak="id",
209223  unicodeslot=0x189B9,
209224 },
209225 [0x189BA]={
209226  category="lo",
209227  cjkwd="w",
209228  description="TANGUT COMPONENT-443",
209229  direction="l",
209230  linebreak="id",
209231  unicodeslot=0x189BA,
209232 },
209233 [0x189BB]={
209234  category="lo",
209235  cjkwd="w",
209236  description="TANGUT COMPONENT-444",
209237  direction="l",
209238  linebreak="id",
209239  unicodeslot=0x189BB,
209240 },
209241 [0x189BC]={
209242  category="lo",
209243  cjkwd="w",
209244  description="TANGUT COMPONENT-445",
209245  direction="l",
209246  linebreak="id",
209247  unicodeslot=0x189BC,
209248 },
209249 [0x189BD]={
209250  category="lo",
209251  cjkwd="w",
209252  description="TANGUT COMPONENT-446",
209253  direction="l",
209254  linebreak="id",
209255  unicodeslot=0x189BD,
209256 },
209257 [0x189BE]={
209258  category="lo",
209259  cjkwd="w",
209260  description="TANGUT COMPONENT-447",
209261  direction="l",
209262  linebreak="id",
209263  unicodeslot=0x189BE,
209264 },
209265 [0x189BF]={
209266  category="lo",
209267  cjkwd="w",
209268  description="TANGUT COMPONENT-448",
209269  direction="l",
209270  linebreak="id",
209271  unicodeslot=0x189BF,
209272 },
209273 [0x189C0]={
209274  category="lo",
209275  cjkwd="w",
209276  description="TANGUT COMPONENT-449",
209277  direction="l",
209278  linebreak="id",
209279  unicodeslot=0x189C0,
209280 },
209281 [0x189C1]={
209282  category="lo",
209283  cjkwd="w",
209284  description="TANGUT COMPONENT-450",
209285  direction="l",
209286  linebreak="id",
209287  unicodeslot=0x189C1,
209288 },
209289 [0x189C2]={
209290  category="lo",
209291  cjkwd="w",
209292  description="TANGUT COMPONENT-451",
209293  direction="l",
209294  linebreak="id",
209295  unicodeslot=0x189C2,
209296 },
209297 [0x189C3]={
209298  category="lo",
209299  cjkwd="w",
209300  description="TANGUT COMPONENT-452",
209301  direction="l",
209302  linebreak="id",
209303  unicodeslot=0x189C3,
209304 },
209305 [0x189C4]={
209306  category="lo",
209307  cjkwd="w",
209308  description="TANGUT COMPONENT-453",
209309  direction="l",
209310  linebreak="id",
209311  unicodeslot=0x189C4,
209312 },
209313 [0x189C5]={
209314  category="lo",
209315  cjkwd="w",
209316  description="TANGUT COMPONENT-454",
209317  direction="l",
209318  linebreak="id",
209319  unicodeslot=0x189C5,
209320 },
209321 [0x189C6]={
209322  category="lo",
209323  cjkwd="w",
209324  description="TANGUT COMPONENT-455",
209325  direction="l",
209326  linebreak="id",
209327  unicodeslot=0x189C6,
209328 },
209329 [0x189C7]={
209330  category="lo",
209331  cjkwd="w",
209332  description="TANGUT COMPONENT-456",
209333  direction="l",
209334  linebreak="id",
209335  unicodeslot=0x189C7,
209336 },
209337 [0x189C8]={
209338  category="lo",
209339  cjkwd="w",
209340  description="TANGUT COMPONENT-457",
209341  direction="l",
209342  linebreak="id",
209343  unicodeslot=0x189C8,
209344 },
209345 [0x189C9]={
209346  category="lo",
209347  cjkwd="w",
209348  description="TANGUT COMPONENT-458",
209349  direction="l",
209350  linebreak="id",
209351  unicodeslot=0x189C9,
209352 },
209353 [0x189CA]={
209354  category="lo",
209355  cjkwd="w",
209356  description="TANGUT COMPONENT-459",
209357  direction="l",
209358  linebreak="id",
209359  unicodeslot=0x189CA,
209360 },
209361 [0x189CB]={
209362  category="lo",
209363  cjkwd="w",
209364  description="TANGUT COMPONENT-460",
209365  direction="l",
209366  linebreak="id",
209367  unicodeslot=0x189CB,
209368 },
209369 [0x189CC]={
209370  category="lo",
209371  cjkwd="w",
209372  description="TANGUT COMPONENT-461",
209373  direction="l",
209374  linebreak="id",
209375  unicodeslot=0x189CC,
209376 },
209377 [0x189CD]={
209378  category="lo",
209379  cjkwd="w",
209380  description="TANGUT COMPONENT-462",
209381  direction="l",
209382  linebreak="id",
209383  unicodeslot=0x189CD,
209384 },
209385 [0x189CE]={
209386  category="lo",
209387  cjkwd="w",
209388  description="TANGUT COMPONENT-463",
209389  direction="l",
209390  linebreak="id",
209391  unicodeslot=0x189CE,
209392 },
209393 [0x189CF]={
209394  category="lo",
209395  cjkwd="w",
209396  description="TANGUT COMPONENT-464",
209397  direction="l",
209398  linebreak="id",
209399  unicodeslot=0x189CF,
209400 },
209401 [0x189D0]={
209402  category="lo",
209403  cjkwd="w",
209404  description="TANGUT COMPONENT-465",
209405  direction="l",
209406  linebreak="id",
209407  unicodeslot=0x189D0,
209408 },
209409 [0x189D1]={
209410  category="lo",
209411  cjkwd="w",
209412  description="TANGUT COMPONENT-466",
209413  direction="l",
209414  linebreak="id",
209415  unicodeslot=0x189D1,
209416 },
209417 [0x189D2]={
209418  category="lo",
209419  cjkwd="w",
209420  description="TANGUT COMPONENT-467",
209421  direction="l",
209422  linebreak="id",
209423  unicodeslot=0x189D2,
209424 },
209425 [0x189D3]={
209426  category="lo",
209427  cjkwd="w",
209428  description="TANGUT COMPONENT-468",
209429  direction="l",
209430  linebreak="id",
209431  unicodeslot=0x189D3,
209432 },
209433 [0x189D4]={
209434  category="lo",
209435  cjkwd="w",
209436  description="TANGUT COMPONENT-469",
209437  direction="l",
209438  linebreak="id",
209439  unicodeslot=0x189D4,
209440 },
209441 [0x189D5]={
209442  category="lo",
209443  cjkwd="w",
209444  description="TANGUT COMPONENT-470",
209445  direction="l",
209446  linebreak="id",
209447  unicodeslot=0x189D5,
209448 },
209449 [0x189D6]={
209450  category="lo",
209451  cjkwd="w",
209452  description="TANGUT COMPONENT-471",
209453  direction="l",
209454  linebreak="id",
209455  unicodeslot=0x189D6,
209456 },
209457 [0x189D7]={
209458  category="lo",
209459  cjkwd="w",
209460  description="TANGUT COMPONENT-472",
209461  direction="l",
209462  linebreak="id",
209463  unicodeslot=0x189D7,
209464 },
209465 [0x189D8]={
209466  category="lo",
209467  cjkwd="w",
209468  description="TANGUT COMPONENT-473",
209469  direction="l",
209470  linebreak="id",
209471  unicodeslot=0x189D8,
209472 },
209473 [0x189D9]={
209474  category="lo",
209475  cjkwd="w",
209476  description="TANGUT COMPONENT-474",
209477  direction="l",
209478  linebreak="id",
209479  unicodeslot=0x189D9,
209480 },
209481 [0x189DA]={
209482  category="lo",
209483  cjkwd="w",
209484  description="TANGUT COMPONENT-475",
209485  direction="l",
209486  linebreak="id",
209487  unicodeslot=0x189DA,
209488 },
209489 [0x189DB]={
209490  category="lo",
209491  cjkwd="w",
209492  description="TANGUT COMPONENT-476",
209493  direction="l",
209494  linebreak="id",
209495  unicodeslot=0x189DB,
209496 },
209497 [0x189DC]={
209498  category="lo",
209499  cjkwd="w",
209500  description="TANGUT COMPONENT-477",
209501  direction="l",
209502  linebreak="id",
209503  unicodeslot=0x189DC,
209504 },
209505 [0x189DD]={
209506  category="lo",
209507  cjkwd="w",
209508  description="TANGUT COMPONENT-478",
209509  direction="l",
209510  linebreak="id",
209511  unicodeslot=0x189DD,
209512 },
209513 [0x189DE]={
209514  category="lo",
209515  cjkwd="w",
209516  description="TANGUT COMPONENT-479",
209517  direction="l",
209518  linebreak="id",
209519  unicodeslot=0x189DE,
209520 },
209521 [0x189DF]={
209522  category="lo",
209523  cjkwd="w",
209524  description="TANGUT COMPONENT-480",
209525  direction="l",
209526  linebreak="id",
209527  unicodeslot=0x189DF,
209528 },
209529 [0x189E0]={
209530  category="lo",
209531  cjkwd="w",
209532  description="TANGUT COMPONENT-481",
209533  direction="l",
209534  linebreak="id",
209535  unicodeslot=0x189E0,
209536 },
209537 [0x189E1]={
209538  category="lo",
209539  cjkwd="w",
209540  description="TANGUT COMPONENT-482",
209541  direction="l",
209542  linebreak="id",
209543  unicodeslot=0x189E1,
209544 },
209545 [0x189E2]={
209546  category="lo",
209547  cjkwd="w",
209548  description="TANGUT COMPONENT-483",
209549  direction="l",
209550  linebreak="id",
209551  unicodeslot=0x189E2,
209552 },
209553 [0x189E3]={
209554  category="lo",
209555  cjkwd="w",
209556  description="TANGUT COMPONENT-484",
209557  direction="l",
209558  linebreak="id",
209559  unicodeslot=0x189E3,
209560 },
209561 [0x189E4]={
209562  category="lo",
209563  cjkwd="w",
209564  description="TANGUT COMPONENT-485",
209565  direction="l",
209566  linebreak="id",
209567  unicodeslot=0x189E4,
209568 },
209569 [0x189E5]={
209570  category="lo",
209571  cjkwd="w",
209572  description="TANGUT COMPONENT-486",
209573  direction="l",
209574  linebreak="id",
209575  unicodeslot=0x189E5,
209576 },
209577 [0x189E6]={
209578  category="lo",
209579  cjkwd="w",
209580  description="TANGUT COMPONENT-487",
209581  direction="l",
209582  linebreak="id",
209583  unicodeslot=0x189E6,
209584 },
209585 [0x189E7]={
209586  category="lo",
209587  cjkwd="w",
209588  description="TANGUT COMPONENT-488",
209589  direction="l",
209590  linebreak="id",
209591  unicodeslot=0x189E7,
209592 },
209593 [0x189E8]={
209594  category="lo",
209595  cjkwd="w",
209596  description="TANGUT COMPONENT-489",
209597  direction="l",
209598  linebreak="id",
209599  unicodeslot=0x189E8,
209600 },
209601 [0x189E9]={
209602  category="lo",
209603  cjkwd="w",
209604  description="TANGUT COMPONENT-490",
209605  direction="l",
209606  linebreak="id",
209607  unicodeslot=0x189E9,
209608 },
209609 [0x189EA]={
209610  category="lo",
209611  cjkwd="w",
209612  description="TANGUT COMPONENT-491",
209613  direction="l",
209614  linebreak="id",
209615  unicodeslot=0x189EA,
209616 },
209617 [0x189EB]={
209618  category="lo",
209619  cjkwd="w",
209620  description="TANGUT COMPONENT-492",
209621  direction="l",
209622  linebreak="id",
209623  unicodeslot=0x189EB,
209624 },
209625 [0x189EC]={
209626  category="lo",
209627  cjkwd="w",
209628  description="TANGUT COMPONENT-493",
209629  direction="l",
209630  linebreak="id",
209631  unicodeslot=0x189EC,
209632 },
209633 [0x189ED]={
209634  category="lo",
209635  cjkwd="w",
209636  description="TANGUT COMPONENT-494",
209637  direction="l",
209638  linebreak="id",
209639  unicodeslot=0x189ED,
209640 },
209641 [0x189EE]={
209642  category="lo",
209643  cjkwd="w",
209644  description="TANGUT COMPONENT-495",
209645  direction="l",
209646  linebreak="id",
209647  unicodeslot=0x189EE,
209648 },
209649 [0x189EF]={
209650  category="lo",
209651  cjkwd="w",
209652  description="TANGUT COMPONENT-496",
209653  direction="l",
209654  linebreak="id",
209655  unicodeslot=0x189EF,
209656 },
209657 [0x189F0]={
209658  category="lo",
209659  cjkwd="w",
209660  description="TANGUT COMPONENT-497",
209661  direction="l",
209662  linebreak="id",
209663  unicodeslot=0x189F0,
209664 },
209665 [0x189F1]={
209666  category="lo",
209667  cjkwd="w",
209668  description="TANGUT COMPONENT-498",
209669  direction="l",
209670  linebreak="id",
209671  unicodeslot=0x189F1,
209672 },
209673 [0x189F2]={
209674  category="lo",
209675  cjkwd="w",
209676  description="TANGUT COMPONENT-499",
209677  direction="l",
209678  linebreak="id",
209679  unicodeslot=0x189F2,
209680 },
209681 [0x189F3]={
209682  category="lo",
209683  cjkwd="w",
209684  description="TANGUT COMPONENT-500",
209685  direction="l",
209686  linebreak="id",
209687  unicodeslot=0x189F3,
209688 },
209689 [0x189F4]={
209690  category="lo",
209691  cjkwd="w",
209692  description="TANGUT COMPONENT-501",
209693  direction="l",
209694  linebreak="id",
209695  unicodeslot=0x189F4,
209696 },
209697 [0x189F5]={
209698  category="lo",
209699  cjkwd="w",
209700  description="TANGUT COMPONENT-502",
209701  direction="l",
209702  linebreak="id",
209703  unicodeslot=0x189F5,
209704 },
209705 [0x189F6]={
209706  category="lo",
209707  cjkwd="w",
209708  description="TANGUT COMPONENT-503",
209709  direction="l",
209710  linebreak="id",
209711  unicodeslot=0x189F6,
209712 },
209713 [0x189F7]={
209714  category="lo",
209715  cjkwd="w",
209716  description="TANGUT COMPONENT-504",
209717  direction="l",
209718  linebreak="id",
209719  unicodeslot=0x189F7,
209720 },
209721 [0x189F8]={
209722  category="lo",
209723  cjkwd="w",
209724  description="TANGUT COMPONENT-505",
209725  direction="l",
209726  linebreak="id",
209727  unicodeslot=0x189F8,
209728 },
209729 [0x189F9]={
209730  category="lo",
209731  cjkwd="w",
209732  description="TANGUT COMPONENT-506",
209733  direction="l",
209734  linebreak="id",
209735  unicodeslot=0x189F9,
209736 },
209737 [0x189FA]={
209738  category="lo",
209739  cjkwd="w",
209740  description="TANGUT COMPONENT-507",
209741  direction="l",
209742  linebreak="id",
209743  unicodeslot=0x189FA,
209744 },
209745 [0x189FB]={
209746  category="lo",
209747  cjkwd="w",
209748  description="TANGUT COMPONENT-508",
209749  direction="l",
209750  linebreak="id",
209751  unicodeslot=0x189FB,
209752 },
209753 [0x189FC]={
209754  category="lo",
209755  cjkwd="w",
209756  description="TANGUT COMPONENT-509",
209757  direction="l",
209758  linebreak="id",
209759  unicodeslot=0x189FC,
209760 },
209761 [0x189FD]={
209762  category="lo",
209763  cjkwd="w",
209764  description="TANGUT COMPONENT-510",
209765  direction="l",
209766  linebreak="id",
209767  unicodeslot=0x189FD,
209768 },
209769 [0x189FE]={
209770  category="lo",
209771  cjkwd="w",
209772  description="TANGUT COMPONENT-511",
209773  direction="l",
209774  linebreak="id",
209775  unicodeslot=0x189FE,
209776 },
209777 [0x189FF]={
209778  category="lo",
209779  cjkwd="w",
209780  description="TANGUT COMPONENT-512",
209781  direction="l",
209782  linebreak="id",
209783  unicodeslot=0x189FF,
209784 },
209785 [0x18A00]={
209786  category="lo",
209787  cjkwd="w",
209788  description="TANGUT COMPONENT-513",
209789  direction="l",
209790  linebreak="id",
209791  unicodeslot=0x18A00,
209792 },
209793 [0x18A01]={
209794  category="lo",
209795  cjkwd="w",
209796  description="TANGUT COMPONENT-514",
209797  direction="l",
209798  linebreak="id",
209799  unicodeslot=0x18A01,
209800 },
209801 [0x18A02]={
209802  category="lo",
209803  cjkwd="w",
209804  description="TANGUT COMPONENT-515",
209805  direction="l",
209806  linebreak="id",
209807  unicodeslot=0x18A02,
209808 },
209809 [0x18A03]={
209810  category="lo",
209811  cjkwd="w",
209812  description="TANGUT COMPONENT-516",
209813  direction="l",
209814  linebreak="id",
209815  unicodeslot=0x18A03,
209816 },
209817 [0x18A04]={
209818  category="lo",
209819  cjkwd="w",
209820  description="TANGUT COMPONENT-517",
209821  direction="l",
209822  linebreak="id",
209823  unicodeslot=0x18A04,
209824 },
209825 [0x18A05]={
209826  category="lo",
209827  cjkwd="w",
209828  description="TANGUT COMPONENT-518",
209829  direction="l",
209830  linebreak="id",
209831  unicodeslot=0x18A05,
209832 },
209833 [0x18A06]={
209834  category="lo",
209835  cjkwd="w",
209836  description="TANGUT COMPONENT-519",
209837  direction="l",
209838  linebreak="id",
209839  unicodeslot=0x18A06,
209840 },
209841 [0x18A07]={
209842  category="lo",
209843  cjkwd="w",
209844  description="TANGUT COMPONENT-520",
209845  direction="l",
209846  linebreak="id",
209847  unicodeslot=0x18A07,
209848 },
209849 [0x18A08]={
209850  category="lo",
209851  cjkwd="w",
209852  description="TANGUT COMPONENT-521",
209853  direction="l",
209854  linebreak="id",
209855  unicodeslot=0x18A08,
209856 },
209857 [0x18A09]={
209858  category="lo",
209859  cjkwd="w",
209860  description="TANGUT COMPONENT-522",
209861  direction="l",
209862  linebreak="id",
209863  unicodeslot=0x18A09,
209864 },
209865 [0x18A0A]={
209866  category="lo",
209867  cjkwd="w",
209868  description="TANGUT COMPONENT-523",
209869  direction="l",
209870  linebreak="id",
209871  unicodeslot=0x18A0A,
209872 },
209873 [0x18A0B]={
209874  category="lo",
209875  cjkwd="w",
209876  description="TANGUT COMPONENT-524",
209877  direction="l",
209878  linebreak="id",
209879  unicodeslot=0x18A0B,
209880 },
209881 [0x18A0C]={
209882  category="lo",
209883  cjkwd="w",
209884  description="TANGUT COMPONENT-525",
209885  direction="l",
209886  linebreak="id",
209887  unicodeslot=0x18A0C,
209888 },
209889 [0x18A0D]={
209890  category="lo",
209891  cjkwd="w",
209892  description="TANGUT COMPONENT-526",
209893  direction="l",
209894  linebreak="id",
209895  unicodeslot=0x18A0D,
209896 },
209897 [0x18A0E]={
209898  category="lo",
209899  cjkwd="w",
209900  description="TANGUT COMPONENT-527",
209901  direction="l",
209902  linebreak="id",
209903  unicodeslot=0x18A0E,
209904 },
209905 [0x18A0F]={
209906  category="lo",
209907  cjkwd="w",
209908  description="TANGUT COMPONENT-528",
209909  direction="l",
209910  linebreak="id",
209911  unicodeslot=0x18A0F,
209912 },
209913 [0x18A10]={
209914  category="lo",
209915  cjkwd="w",
209916  description="TANGUT COMPONENT-529",
209917  direction="l",
209918  linebreak="id",
209919  unicodeslot=0x18A10,
209920 },
209921 [0x18A11]={
209922  category="lo",
209923  cjkwd="w",
209924  description="TANGUT COMPONENT-530",
209925  direction="l",
209926  linebreak="id",
209927  unicodeslot=0x18A11,
209928 },
209929 [0x18A12]={
209930  category="lo",
209931  cjkwd="w",
209932  description="TANGUT COMPONENT-531",
209933  direction="l",
209934  linebreak="id",
209935  unicodeslot=0x18A12,
209936 },
209937 [0x18A13]={
209938  category="lo",
209939  cjkwd="w",
209940  description="TANGUT COMPONENT-532",
209941  direction="l",
209942  linebreak="id",
209943  unicodeslot=0x18A13,
209944 },
209945 [0x18A14]={
209946  category="lo",
209947  cjkwd="w",
209948  description="TANGUT COMPONENT-533",
209949  direction="l",
209950  linebreak="id",
209951  unicodeslot=0x18A14,
209952 },
209953 [0x18A15]={
209954  category="lo",
209955  cjkwd="w",
209956  description="TANGUT COMPONENT-534",
209957  direction="l",
209958  linebreak="id",
209959  unicodeslot=0x18A15,
209960 },
209961 [0x18A16]={
209962  category="lo",
209963  cjkwd="w",
209964  description="TANGUT COMPONENT-535",
209965  direction="l",
209966  linebreak="id",
209967  unicodeslot=0x18A16,
209968 },
209969 [0x18A17]={
209970  category="lo",
209971  cjkwd="w",
209972  description="TANGUT COMPONENT-536",
209973  direction="l",
209974  linebreak="id",
209975  unicodeslot=0x18A17,
209976 },
209977 [0x18A18]={
209978  category="lo",
209979  cjkwd="w",
209980  description="TANGUT COMPONENT-537",
209981  direction="l",
209982  linebreak="id",
209983  unicodeslot=0x18A18,
209984 },
209985 [0x18A19]={
209986  category="lo",
209987  cjkwd="w",
209988  description="TANGUT COMPONENT-538",
209989  direction="l",
209990  linebreak="id",
209991  unicodeslot=0x18A19,
209992 },
209993 [0x18A1A]={
209994  category="lo",
209995  cjkwd="w",
209996  description="TANGUT COMPONENT-539",
209997  direction="l",
209998  linebreak="id",
209999  unicodeslot=0x18A1A,
210000 },
210001 [0x18A1B]={
210002  category="lo",
210003  cjkwd="w",
210004  description="TANGUT COMPONENT-540",
210005  direction="l",
210006  linebreak="id",
210007  unicodeslot=0x18A1B,
210008 },
210009 [0x18A1C]={
210010  category="lo",
210011  cjkwd="w",
210012  description="TANGUT COMPONENT-541",
210013  direction="l",
210014  linebreak="id",
210015  unicodeslot=0x18A1C,
210016 },
210017 [0x18A1D]={
210018  category="lo",
210019  cjkwd="w",
210020  description="TANGUT COMPONENT-542",
210021  direction="l",
210022  linebreak="id",
210023  unicodeslot=0x18A1D,
210024 },
210025 [0x18A1E]={
210026  category="lo",
210027  cjkwd="w",
210028  description="TANGUT COMPONENT-543",
210029  direction="l",
210030  linebreak="id",
210031  unicodeslot=0x18A1E,
210032 },
210033 [0x18A1F]={
210034  category="lo",
210035  cjkwd="w",
210036  description="TANGUT COMPONENT-544",
210037  direction="l",
210038  linebreak="id",
210039  unicodeslot=0x18A1F,
210040 },
210041 [0x18A20]={
210042  category="lo",
210043  cjkwd="w",
210044  description="TANGUT COMPONENT-545",
210045  direction="l",
210046  linebreak="id",
210047  unicodeslot=0x18A20,
210048 },
210049 [0x18A21]={
210050  category="lo",
210051  cjkwd="w",
210052  description="TANGUT COMPONENT-546",
210053  direction="l",
210054  linebreak="id",
210055  unicodeslot=0x18A21,
210056 },
210057 [0x18A22]={
210058  category="lo",
210059  cjkwd="w",
210060  description="TANGUT COMPONENT-547",
210061  direction="l",
210062  linebreak="id",
210063  unicodeslot=0x18A22,
210064 },
210065 [0x18A23]={
210066  category="lo",
210067  cjkwd="w",
210068  description="TANGUT COMPONENT-548",
210069  direction="l",
210070  linebreak="id",
210071  unicodeslot=0x18A23,
210072 },
210073 [0x18A24]={
210074  category="lo",
210075  cjkwd="w",
210076  description="TANGUT COMPONENT-549",
210077  direction="l",
210078  linebreak="id",
210079  unicodeslot=0x18A24,
210080 },
210081 [0x18A25]={
210082  category="lo",
210083  cjkwd="w",
210084  description="TANGUT COMPONENT-550",
210085  direction="l",
210086  linebreak="id",
210087  unicodeslot=0x18A25,
210088 },
210089 [0x18A26]={
210090  category="lo",
210091  cjkwd="w",
210092  description="TANGUT COMPONENT-551",
210093  direction="l",
210094  linebreak="id",
210095  unicodeslot=0x18A26,
210096 },
210097 [0x18A27]={
210098  category="lo",
210099  cjkwd="w",
210100  description="TANGUT COMPONENT-552",
210101  direction="l",
210102  linebreak="id",
210103  unicodeslot=0x18A27,
210104 },
210105 [0x18A28]={
210106  category="lo",
210107  cjkwd="w",
210108  description="TANGUT COMPONENT-553",
210109  direction="l",
210110  linebreak="id",
210111  unicodeslot=0x18A28,
210112 },
210113 [0x18A29]={
210114  category="lo",
210115  cjkwd="w",
210116  description="TANGUT COMPONENT-554",
210117  direction="l",
210118  linebreak="id",
210119  unicodeslot=0x18A29,
210120 },
210121 [0x18A2A]={
210122  category="lo",
210123  cjkwd="w",
210124  description="TANGUT COMPONENT-555",
210125  direction="l",
210126  linebreak="id",
210127  unicodeslot=0x18A2A,
210128 },
210129 [0x18A2B]={
210130  category="lo",
210131  cjkwd="w",
210132  description="TANGUT COMPONENT-556",
210133  direction="l",
210134  linebreak="id",
210135  unicodeslot=0x18A2B,
210136 },
210137 [0x18A2C]={
210138  category="lo",
210139  cjkwd="w",
210140  description="TANGUT COMPONENT-557",
210141  direction="l",
210142  linebreak="id",
210143  unicodeslot=0x18A2C,
210144 },
210145 [0x18A2D]={
210146  category="lo",
210147  cjkwd="w",
210148  description="TANGUT COMPONENT-558",
210149  direction="l",
210150  linebreak="id",
210151  unicodeslot=0x18A2D,
210152 },
210153 [0x18A2E]={
210154  category="lo",
210155  cjkwd="w",
210156  description="TANGUT COMPONENT-559",
210157  direction="l",
210158  linebreak="id",
210159  unicodeslot=0x18A2E,
210160 },
210161 [0x18A2F]={
210162  category="lo",
210163  cjkwd="w",
210164  description="TANGUT COMPONENT-560",
210165  direction="l",
210166  linebreak="id",
210167  unicodeslot=0x18A2F,
210168 },
210169 [0x18A30]={
210170  category="lo",
210171  cjkwd="w",
210172  description="TANGUT COMPONENT-561",
210173  direction="l",
210174  linebreak="id",
210175  unicodeslot=0x18A30,
210176 },
210177 [0x18A31]={
210178  category="lo",
210179  cjkwd="w",
210180  description="TANGUT COMPONENT-562",
210181  direction="l",
210182  linebreak="id",
210183  unicodeslot=0x18A31,
210184 },
210185 [0x18A32]={
210186  category="lo",
210187  cjkwd="w",
210188  description="TANGUT COMPONENT-563",
210189  direction="l",
210190  linebreak="id",
210191  unicodeslot=0x18A32,
210192 },
210193 [0x18A33]={
210194  category="lo",
210195  cjkwd="w",
210196  description="TANGUT COMPONENT-564",
210197  direction="l",
210198  linebreak="id",
210199  unicodeslot=0x18A33,
210200 },
210201 [0x18A34]={
210202  category="lo",
210203  cjkwd="w",
210204  description="TANGUT COMPONENT-565",
210205  direction="l",
210206  linebreak="id",
210207  unicodeslot=0x18A34,
210208 },
210209 [0x18A35]={
210210  category="lo",
210211  cjkwd="w",
210212  description="TANGUT COMPONENT-566",
210213  direction="l",
210214  linebreak="id",
210215  unicodeslot=0x18A35,
210216 },
210217 [0x18A36]={
210218  category="lo",
210219  cjkwd="w",
210220  description="TANGUT COMPONENT-567",
210221  direction="l",
210222  linebreak="id",
210223  unicodeslot=0x18A36,
210224 },
210225 [0x18A37]={
210226  category="lo",
210227  cjkwd="w",
210228  description="TANGUT COMPONENT-568",
210229  direction="l",
210230  linebreak="id",
210231  unicodeslot=0x18A37,
210232 },
210233 [0x18A38]={
210234  category="lo",
210235  cjkwd="w",
210236  description="TANGUT COMPONENT-569",
210237  direction="l",
210238  linebreak="id",
210239  unicodeslot=0x18A38,
210240 },
210241 [0x18A39]={
210242  category="lo",
210243  cjkwd="w",
210244  description="TANGUT COMPONENT-570",
210245  direction="l",
210246  linebreak="id",
210247  unicodeslot=0x18A39,
210248 },
210249 [0x18A3A]={
210250  category="lo",
210251  cjkwd="w",
210252  description="TANGUT COMPONENT-571",
210253  direction="l",
210254  linebreak="id",
210255  unicodeslot=0x18A3A,
210256 },
210257 [0x18A3B]={
210258  category="lo",
210259  cjkwd="w",
210260  description="TANGUT COMPONENT-572",
210261  direction="l",
210262  linebreak="id",
210263  unicodeslot=0x18A3B,
210264 },
210265 [0x18A3C]={
210266  category="lo",
210267  cjkwd="w",
210268  description="TANGUT COMPONENT-573",
210269  direction="l",
210270  linebreak="id",
210271  unicodeslot=0x18A3C,
210272 },
210273 [0x18A3D]={
210274  category="lo",
210275  cjkwd="w",
210276  description="TANGUT COMPONENT-574",
210277  direction="l",
210278  linebreak="id",
210279  unicodeslot=0x18A3D,
210280 },
210281 [0x18A3E]={
210282  category="lo",
210283  cjkwd="w",
210284  description="TANGUT COMPONENT-575",
210285  direction="l",
210286  linebreak="id",
210287  unicodeslot=0x18A3E,
210288 },
210289 [0x18A3F]={
210290  category="lo",
210291  cjkwd="w",
210292  description="TANGUT COMPONENT-576",
210293  direction="l",
210294  linebreak="id",
210295  unicodeslot=0x18A3F,
210296 },
210297 [0x18A40]={
210298  category="lo",
210299  cjkwd="w",
210300  description="TANGUT COMPONENT-577",
210301  direction="l",
210302  linebreak="id",
210303  unicodeslot=0x18A40,
210304 },
210305 [0x18A41]={
210306  category="lo",
210307  cjkwd="w",
210308  description="TANGUT COMPONENT-578",
210309  direction="l",
210310  linebreak="id",
210311  unicodeslot=0x18A41,
210312 },
210313 [0x18A42]={
210314  category="lo",
210315  cjkwd="w",
210316  description="TANGUT COMPONENT-579",
210317  direction="l",
210318  linebreak="id",
210319  unicodeslot=0x18A42,
210320 },
210321 [0x18A43]={
210322  category="lo",
210323  cjkwd="w",
210324  description="TANGUT COMPONENT-580",
210325  direction="l",
210326  linebreak="id",
210327  unicodeslot=0x18A43,
210328 },
210329 [0x18A44]={
210330  category="lo",
210331  cjkwd="w",
210332  description="TANGUT COMPONENT-581",
210333  direction="l",
210334  linebreak="id",
210335  unicodeslot=0x18A44,
210336 },
210337 [0x18A45]={
210338  category="lo",
210339  cjkwd="w",
210340  description="TANGUT COMPONENT-582",
210341  direction="l",
210342  linebreak="id",
210343  unicodeslot=0x18A45,
210344 },
210345 [0x18A46]={
210346  category="lo",
210347  cjkwd="w",
210348  description="TANGUT COMPONENT-583",
210349  direction="l",
210350  linebreak="id",
210351  unicodeslot=0x18A46,
210352 },
210353 [0x18A47]={
210354  category="lo",
210355  cjkwd="w",
210356  description="TANGUT COMPONENT-584",
210357  direction="l",
210358  linebreak="id",
210359  unicodeslot=0x18A47,
210360 },
210361 [0x18A48]={
210362  category="lo",
210363  cjkwd="w",
210364  description="TANGUT COMPONENT-585",
210365  direction="l",
210366  linebreak="id",
210367  unicodeslot=0x18A48,
210368 },
210369 [0x18A49]={
210370  category="lo",
210371  cjkwd="w",
210372  description="TANGUT COMPONENT-586",
210373  direction="l",
210374  linebreak="id",
210375  unicodeslot=0x18A49,
210376 },
210377 [0x18A4A]={
210378  category="lo",
210379  cjkwd="w",
210380  description="TANGUT COMPONENT-587",
210381  direction="l",
210382  linebreak="id",
210383  unicodeslot=0x18A4A,
210384 },
210385 [0x18A4B]={
210386  category="lo",
210387  cjkwd="w",
210388  description="TANGUT COMPONENT-588",
210389  direction="l",
210390  linebreak="id",
210391  unicodeslot=0x18A4B,
210392 },
210393 [0x18A4C]={
210394  category="lo",
210395  cjkwd="w",
210396  description="TANGUT COMPONENT-589",
210397  direction="l",
210398  linebreak="id",
210399  unicodeslot=0x18A4C,
210400 },
210401 [0x18A4D]={
210402  category="lo",
210403  cjkwd="w",
210404  description="TANGUT COMPONENT-590",
210405  direction="l",
210406  linebreak="id",
210407  unicodeslot=0x18A4D,
210408 },
210409 [0x18A4E]={
210410  category="lo",
210411  cjkwd="w",
210412  description="TANGUT COMPONENT-591",
210413  direction="l",
210414  linebreak="id",
210415  unicodeslot=0x18A4E,
210416 },
210417 [0x18A4F]={
210418  category="lo",
210419  cjkwd="w",
210420  description="TANGUT COMPONENT-592",
210421  direction="l",
210422  linebreak="id",
210423  unicodeslot=0x18A4F,
210424 },
210425 [0x18A50]={
210426  category="lo",
210427  cjkwd="w",
210428  description="TANGUT COMPONENT-593",
210429  direction="l",
210430  linebreak="id",
210431  unicodeslot=0x18A50,
210432 },
210433 [0x18A51]={
210434  category="lo",
210435  cjkwd="w",
210436  description="TANGUT COMPONENT-594",
210437  direction="l",
210438  linebreak="id",
210439  unicodeslot=0x18A51,
210440 },
210441 [0x18A52]={
210442  category="lo",
210443  cjkwd="w",
210444  description="TANGUT COMPONENT-595",
210445  direction="l",
210446  linebreak="id",
210447  unicodeslot=0x18A52,
210448 },
210449 [0x18A53]={
210450  category="lo",
210451  cjkwd="w",
210452  description="TANGUT COMPONENT-596",
210453  direction="l",
210454  linebreak="id",
210455  unicodeslot=0x18A53,
210456 },
210457 [0x18A54]={
210458  category="lo",
210459  cjkwd="w",
210460  description="TANGUT COMPONENT-597",
210461  direction="l",
210462  linebreak="id",
210463  unicodeslot=0x18A54,
210464 },
210465 [0x18A55]={
210466  category="lo",
210467  cjkwd="w",
210468  description="TANGUT COMPONENT-598",
210469  direction="l",
210470  linebreak="id",
210471  unicodeslot=0x18A55,
210472 },
210473 [0x18A56]={
210474  category="lo",
210475  cjkwd="w",
210476  description="TANGUT COMPONENT-599",
210477  direction="l",
210478  linebreak="id",
210479  unicodeslot=0x18A56,
210480 },
210481 [0x18A57]={
210482  category="lo",
210483  cjkwd="w",
210484  description="TANGUT COMPONENT-600",
210485  direction="l",
210486  linebreak="id",
210487  unicodeslot=0x18A57,
210488 },
210489 [0x18A58]={
210490  category="lo",
210491  cjkwd="w",
210492  description="TANGUT COMPONENT-601",
210493  direction="l",
210494  linebreak="id",
210495  unicodeslot=0x18A58,
210496 },
210497 [0x18A59]={
210498  category="lo",
210499  cjkwd="w",
210500  description="TANGUT COMPONENT-602",
210501  direction="l",
210502  linebreak="id",
210503  unicodeslot=0x18A59,
210504 },
210505 [0x18A5A]={
210506  category="lo",
210507  cjkwd="w",
210508  description="TANGUT COMPONENT-603",
210509  direction="l",
210510  linebreak="id",
210511  unicodeslot=0x18A5A,
210512 },
210513 [0x18A5B]={
210514  category="lo",
210515  cjkwd="w",
210516  description="TANGUT COMPONENT-604",
210517  direction="l",
210518  linebreak="id",
210519  unicodeslot=0x18A5B,
210520 },
210521 [0x18A5C]={
210522  category="lo",
210523  cjkwd="w",
210524  description="TANGUT COMPONENT-605",
210525  direction="l",
210526  linebreak="id",
210527  unicodeslot=0x18A5C,
210528 },
210529 [0x18A5D]={
210530  category="lo",
210531  cjkwd="w",
210532  description="TANGUT COMPONENT-606",
210533  direction="l",
210534  linebreak="id",
210535  unicodeslot=0x18A5D,
210536 },
210537 [0x18A5E]={
210538  category="lo",
210539  cjkwd="w",
210540  description="TANGUT COMPONENT-607",
210541  direction="l",
210542  linebreak="id",
210543  unicodeslot=0x18A5E,
210544 },
210545 [0x18A5F]={
210546  category="lo",
210547  cjkwd="w",
210548  description="TANGUT COMPONENT-608",
210549  direction="l",
210550  linebreak="id",
210551  unicodeslot=0x18A5F,
210552 },
210553 [0x18A60]={
210554  category="lo",
210555  cjkwd="w",
210556  description="TANGUT COMPONENT-609",
210557  direction="l",
210558  linebreak="id",
210559  unicodeslot=0x18A60,
210560 },
210561 [0x18A61]={
210562  category="lo",
210563  cjkwd="w",
210564  description="TANGUT COMPONENT-610",
210565  direction="l",
210566  linebreak="id",
210567  unicodeslot=0x18A61,
210568 },
210569 [0x18A62]={
210570  category="lo",
210571  cjkwd="w",
210572  description="TANGUT COMPONENT-611",
210573  direction="l",
210574  linebreak="id",
210575  unicodeslot=0x18A62,
210576 },
210577 [0x18A63]={
210578  category="lo",
210579  cjkwd="w",
210580  description="TANGUT COMPONENT-612",
210581  direction="l",
210582  linebreak="id",
210583  unicodeslot=0x18A63,
210584 },
210585 [0x18A64]={
210586  category="lo",
210587  cjkwd="w",
210588  description="TANGUT COMPONENT-613",
210589  direction="l",
210590  linebreak="id",
210591  unicodeslot=0x18A64,
210592 },
210593 [0x18A65]={
210594  category="lo",
210595  cjkwd="w",
210596  description="TANGUT COMPONENT-614",
210597  direction="l",
210598  linebreak="id",
210599  unicodeslot=0x18A65,
210600 },
210601 [0x18A66]={
210602  category="lo",
210603  cjkwd="w",
210604  description="TANGUT COMPONENT-615",
210605  direction="l",
210606  linebreak="id",
210607  unicodeslot=0x18A66,
210608 },
210609 [0x18A67]={
210610  category="lo",
210611  cjkwd="w",
210612  description="TANGUT COMPONENT-616",
210613  direction="l",
210614  linebreak="id",
210615  unicodeslot=0x18A67,
210616 },
210617 [0x18A68]={
210618  category="lo",
210619  cjkwd="w",
210620  description="TANGUT COMPONENT-617",
210621  direction="l",
210622  linebreak="id",
210623  unicodeslot=0x18A68,
210624 },
210625 [0x18A69]={
210626  category="lo",
210627  cjkwd="w",
210628  description="TANGUT COMPONENT-618",
210629  direction="l",
210630  linebreak="id",
210631  unicodeslot=0x18A69,
210632 },
210633 [0x18A6A]={
210634  category="lo",
210635  cjkwd="w",
210636  description="TANGUT COMPONENT-619",
210637  direction="l",
210638  linebreak="id",
210639  unicodeslot=0x18A6A,
210640 },
210641 [0x18A6B]={
210642  category="lo",
210643  cjkwd="w",
210644  description="TANGUT COMPONENT-620",
210645  direction="l",
210646  linebreak="id",
210647  unicodeslot=0x18A6B,
210648 },
210649 [0x18A6C]={
210650  category="lo",
210651  cjkwd="w",
210652  description="TANGUT COMPONENT-621",
210653  direction="l",
210654  linebreak="id",
210655  unicodeslot=0x18A6C,
210656 },
210657 [0x18A6D]={
210658  category="lo",
210659  cjkwd="w",
210660  description="TANGUT COMPONENT-622",
210661  direction="l",
210662  linebreak="id",
210663  unicodeslot=0x18A6D,
210664 },
210665 [0x18A6E]={
210666  category="lo",
210667  cjkwd="w",
210668  description="TANGUT COMPONENT-623",
210669  direction="l",
210670  linebreak="id",
210671  unicodeslot=0x18A6E,
210672 },
210673 [0x18A6F]={
210674  category="lo",
210675  cjkwd="w",
210676  description="TANGUT COMPONENT-624",
210677  direction="l",
210678  linebreak="id",
210679  unicodeslot=0x18A6F,
210680 },
210681 [0x18A70]={
210682  category="lo",
210683  cjkwd="w",
210684  description="TANGUT COMPONENT-625",
210685  direction="l",
210686  linebreak="id",
210687  unicodeslot=0x18A70,
210688 },
210689 [0x18A71]={
210690  category="lo",
210691  cjkwd="w",
210692  description="TANGUT COMPONENT-626",
210693  direction="l",
210694  linebreak="id",
210695  unicodeslot=0x18A71,
210696 },
210697 [0x18A72]={
210698  category="lo",
210699  cjkwd="w",
210700  description="TANGUT COMPONENT-627",
210701  direction="l",
210702  linebreak="id",
210703  unicodeslot=0x18A72,
210704 },
210705 [0x18A73]={
210706  category="lo",
210707  cjkwd="w",
210708  description="TANGUT COMPONENT-628",
210709  direction="l",
210710  linebreak="id",
210711  unicodeslot=0x18A73,
210712 },
210713 [0x18A74]={
210714  category="lo",
210715  cjkwd="w",
210716  description="TANGUT COMPONENT-629",
210717  direction="l",
210718  linebreak="id",
210719  unicodeslot=0x18A74,
210720 },
210721 [0x18A75]={
210722  category="lo",
210723  cjkwd="w",
210724  description="TANGUT COMPONENT-630",
210725  direction="l",
210726  linebreak="id",
210727  unicodeslot=0x18A75,
210728 },
210729 [0x18A76]={
210730  category="lo",
210731  cjkwd="w",
210732  description="TANGUT COMPONENT-631",
210733  direction="l",
210734  linebreak="id",
210735  unicodeslot=0x18A76,
210736 },
210737 [0x18A77]={
210738  category="lo",
210739  cjkwd="w",
210740  description="TANGUT COMPONENT-632",
210741  direction="l",
210742  linebreak="id",
210743  unicodeslot=0x18A77,
210744 },
210745 [0x18A78]={
210746  category="lo",
210747  cjkwd="w",
210748  description="TANGUT COMPONENT-633",
210749  direction="l",
210750  linebreak="id",
210751  unicodeslot=0x18A78,
210752 },
210753 [0x18A79]={
210754  category="lo",
210755  cjkwd="w",
210756  description="TANGUT COMPONENT-634",
210757  direction="l",
210758  linebreak="id",
210759  unicodeslot=0x18A79,
210760 },
210761 [0x18A7A]={
210762  category="lo",
210763  cjkwd="w",
210764  description="TANGUT COMPONENT-635",
210765  direction="l",
210766  linebreak="id",
210767  unicodeslot=0x18A7A,
210768 },
210769 [0x18A7B]={
210770  category="lo",
210771  cjkwd="w",
210772  description="TANGUT COMPONENT-636",
210773  direction="l",
210774  linebreak="id",
210775  unicodeslot=0x18A7B,
210776 },
210777 [0x18A7C]={
210778  category="lo",
210779  cjkwd="w",
210780  description="TANGUT COMPONENT-637",
210781  direction="l",
210782  linebreak="id",
210783  unicodeslot=0x18A7C,
210784 },
210785 [0x18A7D]={
210786  category="lo",
210787  cjkwd="w",
210788  description="TANGUT COMPONENT-638",
210789  direction="l",
210790  linebreak="id",
210791  unicodeslot=0x18A7D,
210792 },
210793 [0x18A7E]={
210794  category="lo",
210795  cjkwd="w",
210796  description="TANGUT COMPONENT-639",
210797  direction="l",
210798  linebreak="id",
210799  unicodeslot=0x18A7E,
210800 },
210801 [0x18A7F]={
210802  category="lo",
210803  cjkwd="w",
210804  description="TANGUT COMPONENT-640",
210805  direction="l",
210806  linebreak="id",
210807  unicodeslot=0x18A7F,
210808 },
210809 [0x18A80]={
210810  category="lo",
210811  cjkwd="w",
210812  description="TANGUT COMPONENT-641",
210813  direction="l",
210814  linebreak="id",
210815  unicodeslot=0x18A80,
210816 },
210817 [0x18A81]={
210818  category="lo",
210819  cjkwd="w",
210820  description="TANGUT COMPONENT-642",
210821  direction="l",
210822  linebreak="id",
210823  unicodeslot=0x18A81,
210824 },
210825 [0x18A82]={
210826  category="lo",
210827  cjkwd="w",
210828  description="TANGUT COMPONENT-643",
210829  direction="l",
210830  linebreak="id",
210831  unicodeslot=0x18A82,
210832 },
210833 [0x18A83]={
210834  category="lo",
210835  cjkwd="w",
210836  description="TANGUT COMPONENT-644",
210837  direction="l",
210838  linebreak="id",
210839  unicodeslot=0x18A83,
210840 },
210841 [0x18A84]={
210842  category="lo",
210843  cjkwd="w",
210844  description="TANGUT COMPONENT-645",
210845  direction="l",
210846  linebreak="id",
210847  unicodeslot=0x18A84,
210848 },
210849 [0x18A85]={
210850  category="lo",
210851  cjkwd="w",
210852  description="TANGUT COMPONENT-646",
210853  direction="l",
210854  linebreak="id",
210855  unicodeslot=0x18A85,
210856 },
210857 [0x18A86]={
210858  category="lo",
210859  cjkwd="w",
210860  description="TANGUT COMPONENT-647",
210861  direction="l",
210862  linebreak="id",
210863  unicodeslot=0x18A86,
210864 },
210865 [0x18A87]={
210866  category="lo",
210867  cjkwd="w",
210868  description="TANGUT COMPONENT-648",
210869  direction="l",
210870  linebreak="id",
210871  unicodeslot=0x18A87,
210872 },
210873 [0x18A88]={
210874  category="lo",
210875  cjkwd="w",
210876  description="TANGUT COMPONENT-649",
210877  direction="l",
210878  linebreak="id",
210879  unicodeslot=0x18A88,
210880 },
210881 [0x18A89]={
210882  category="lo",
210883  cjkwd="w",
210884  description="TANGUT COMPONENT-650",
210885  direction="l",
210886  linebreak="id",
210887  unicodeslot=0x18A89,
210888 },
210889 [0x18A8A]={
210890  category="lo",
210891  cjkwd="w",
210892  description="TANGUT COMPONENT-651",
210893  direction="l",
210894  linebreak="id",
210895  unicodeslot=0x18A8A,
210896 },
210897 [0x18A8B]={
210898  category="lo",
210899  cjkwd="w",
210900  description="TANGUT COMPONENT-652",
210901  direction="l",
210902  linebreak="id",
210903  unicodeslot=0x18A8B,
210904 },
210905 [0x18A8C]={
210906  category="lo",
210907  cjkwd="w",
210908  description="TANGUT COMPONENT-653",
210909  direction="l",
210910  linebreak="id",
210911  unicodeslot=0x18A8C,
210912 },
210913 [0x18A8D]={
210914  category="lo",
210915  cjkwd="w",
210916  description="TANGUT COMPONENT-654",
210917  direction="l",
210918  linebreak="id",
210919  unicodeslot=0x18A8D,
210920 },
210921 [0x18A8E]={
210922  category="lo",
210923  cjkwd="w",
210924  description="TANGUT COMPONENT-655",
210925  direction="l",
210926  linebreak="id",
210927  unicodeslot=0x18A8E,
210928 },
210929 [0x18A8F]={
210930  category="lo",
210931  cjkwd="w",
210932  description="TANGUT COMPONENT-656",
210933  direction="l",
210934  linebreak="id",
210935  unicodeslot=0x18A8F,
210936 },
210937 [0x18A90]={
210938  category="lo",
210939  cjkwd="w",
210940  description="TANGUT COMPONENT-657",
210941  direction="l",
210942  linebreak="id",
210943  unicodeslot=0x18A90,
210944 },
210945 [0x18A91]={
210946  category="lo",
210947  cjkwd="w",
210948  description="TANGUT COMPONENT-658",
210949  direction="l",
210950  linebreak="id",
210951  unicodeslot=0x18A91,
210952 },
210953 [0x18A92]={
210954  category="lo",
210955  cjkwd="w",
210956  description="TANGUT COMPONENT-659",
210957  direction="l",
210958  linebreak="id",
210959  unicodeslot=0x18A92,
210960 },
210961 [0x18A93]={
210962  category="lo",
210963  cjkwd="w",
210964  description="TANGUT COMPONENT-660",
210965  direction="l",
210966  linebreak="id",
210967  unicodeslot=0x18A93,
210968 },
210969 [0x18A94]={
210970  category="lo",
210971  cjkwd="w",
210972  description="TANGUT COMPONENT-661",
210973  direction="l",
210974  linebreak="id",
210975  unicodeslot=0x18A94,
210976 },
210977 [0x18A95]={
210978  category="lo",
210979  cjkwd="w",
210980  description="TANGUT COMPONENT-662",
210981  direction="l",
210982  linebreak="id",
210983  unicodeslot=0x18A95,
210984 },
210985 [0x18A96]={
210986  category="lo",
210987  cjkwd="w",
210988  description="TANGUT COMPONENT-663",
210989  direction="l",
210990  linebreak="id",
210991  unicodeslot=0x18A96,
210992 },
210993 [0x18A97]={
210994  category="lo",
210995  cjkwd="w",
210996  description="TANGUT COMPONENT-664",
210997  direction="l",
210998  linebreak="id",
210999  unicodeslot=0x18A97,
211000 },
211001 [0x18A98]={
211002  category="lo",
211003  cjkwd="w",
211004  description="TANGUT COMPONENT-665",
211005  direction="l",
211006  linebreak="id",
211007  unicodeslot=0x18A98,
211008 },
211009 [0x18A99]={
211010  category="lo",
211011  cjkwd="w",
211012  description="TANGUT COMPONENT-666",
211013  direction="l",
211014  linebreak="id",
211015  unicodeslot=0x18A99,
211016 },
211017 [0x18A9A]={
211018  category="lo",
211019  cjkwd="w",
211020  description="TANGUT COMPONENT-667",
211021  direction="l",
211022  linebreak="id",
211023  unicodeslot=0x18A9A,
211024 },
211025 [0x18A9B]={
211026  category="lo",
211027  cjkwd="w",
211028  description="TANGUT COMPONENT-668",
211029  direction="l",
211030  linebreak="id",
211031  unicodeslot=0x18A9B,
211032 },
211033 [0x18A9C]={
211034  category="lo",
211035  cjkwd="w",
211036  description="TANGUT COMPONENT-669",
211037  direction="l",
211038  linebreak="id",
211039  unicodeslot=0x18A9C,
211040 },
211041 [0x18A9D]={
211042  category="lo",
211043  cjkwd="w",
211044  description="TANGUT COMPONENT-670",
211045  direction="l",
211046  linebreak="id",
211047  unicodeslot=0x18A9D,
211048 },
211049 [0x18A9E]={
211050  category="lo",
211051  cjkwd="w",
211052  description="TANGUT COMPONENT-671",
211053  direction="l",
211054  linebreak="id",
211055  unicodeslot=0x18A9E,
211056 },
211057 [0x18A9F]={
211058  category="lo",
211059  cjkwd="w",
211060  description="TANGUT COMPONENT-672",
211061  direction="l",
211062  linebreak="id",
211063  unicodeslot=0x18A9F,
211064 },
211065 [0x18AA0]={
211066  category="lo",
211067  cjkwd="w",
211068  description="TANGUT COMPONENT-673",
211069  direction="l",
211070  linebreak="id",
211071  unicodeslot=0x18AA0,
211072 },
211073 [0x18AA1]={
211074  category="lo",
211075  cjkwd="w",
211076  description="TANGUT COMPONENT-674",
211077  direction="l",
211078  linebreak="id",
211079  unicodeslot=0x18AA1,
211080 },
211081 [0x18AA2]={
211082  category="lo",
211083  cjkwd="w",
211084  description="TANGUT COMPONENT-675",
211085  direction="l",
211086  linebreak="id",
211087  unicodeslot=0x18AA2,
211088 },
211089 [0x18AA3]={
211090  category="lo",
211091  cjkwd="w",
211092  description="TANGUT COMPONENT-676",
211093  direction="l",
211094  linebreak="id",
211095  unicodeslot=0x18AA3,
211096 },
211097 [0x18AA4]={
211098  category="lo",
211099  cjkwd="w",
211100  description="TANGUT COMPONENT-677",
211101  direction="l",
211102  linebreak="id",
211103  unicodeslot=0x18AA4,
211104 },
211105 [0x18AA5]={
211106  category="lo",
211107  cjkwd="w",
211108  description="TANGUT COMPONENT-678",
211109  direction="l",
211110  linebreak="id",
211111  unicodeslot=0x18AA5,
211112 },
211113 [0x18AA6]={
211114  category="lo",
211115  cjkwd="w",
211116  description="TANGUT COMPONENT-679",
211117  direction="l",
211118  linebreak="id",
211119  unicodeslot=0x18AA6,
211120 },
211121 [0x18AA7]={
211122  category="lo",
211123  cjkwd="w",
211124  description="TANGUT COMPONENT-680",
211125  direction="l",
211126  linebreak="id",
211127  unicodeslot=0x18AA7,
211128 },
211129 [0x18AA8]={
211130  category="lo",
211131  cjkwd="w",
211132  description="TANGUT COMPONENT-681",
211133  direction="l",
211134  linebreak="id",
211135  unicodeslot=0x18AA8,
211136 },
211137 [0x18AA9]={
211138  category="lo",
211139  cjkwd="w",
211140  description="TANGUT COMPONENT-682",
211141  direction="l",
211142  linebreak="id",
211143  unicodeslot=0x18AA9,
211144 },
211145 [0x18AAA]={
211146  category="lo",
211147  cjkwd="w",
211148  description="TANGUT COMPONENT-683",
211149  direction="l",
211150  linebreak="id",
211151  unicodeslot=0x18AAA,
211152 },
211153 [0x18AAB]={
211154  category="lo",
211155  cjkwd="w",
211156  description="TANGUT COMPONENT-684",
211157  direction="l",
211158  linebreak="id",
211159  unicodeslot=0x18AAB,
211160 },
211161 [0x18AAC]={
211162  category="lo",
211163  cjkwd="w",
211164  description="TANGUT COMPONENT-685",
211165  direction="l",
211166  linebreak="id",
211167  unicodeslot=0x18AAC,
211168 },
211169 [0x18AAD]={
211170  category="lo",
211171  cjkwd="w",
211172  description="TANGUT COMPONENT-686",
211173  direction="l",
211174  linebreak="id",
211175  unicodeslot=0x18AAD,
211176 },
211177 [0x18AAE]={
211178  category="lo",
211179  cjkwd="w",
211180  description="TANGUT COMPONENT-687",
211181  direction="l",
211182  linebreak="id",
211183  unicodeslot=0x18AAE,
211184 },
211185 [0x18AAF]={
211186  category="lo",
211187  cjkwd="w",
211188  description="TANGUT COMPONENT-688",
211189  direction="l",
211190  linebreak="id",
211191  unicodeslot=0x18AAF,
211192 },
211193 [0x18AB0]={
211194  category="lo",
211195  cjkwd="w",
211196  description="TANGUT COMPONENT-689",
211197  direction="l",
211198  linebreak="id",
211199  unicodeslot=0x18AB0,
211200 },
211201 [0x18AB1]={
211202  category="lo",
211203  cjkwd="w",
211204  description="TANGUT COMPONENT-690",
211205  direction="l",
211206  linebreak="id",
211207  unicodeslot=0x18AB1,
211208 },
211209 [0x18AB2]={
211210  category="lo",
211211  cjkwd="w",
211212  description="TANGUT COMPONENT-691",
211213  direction="l",
211214  linebreak="id",
211215  unicodeslot=0x18AB2,
211216 },
211217 [0x18AB3]={
211218  category="lo",
211219  cjkwd="w",
211220  description="TANGUT COMPONENT-692",
211221  direction="l",
211222  linebreak="id",
211223  unicodeslot=0x18AB3,
211224 },
211225 [0x18AB4]={
211226  category="lo",
211227  cjkwd="w",
211228  description="TANGUT COMPONENT-693",
211229  direction="l",
211230  linebreak="id",
211231  unicodeslot=0x18AB4,
211232 },
211233 [0x18AB5]={
211234  category="lo",
211235  cjkwd="w",
211236  description="TANGUT COMPONENT-694",
211237  direction="l",
211238  linebreak="id",
211239  unicodeslot=0x18AB5,
211240 },
211241 [0x18AB6]={
211242  category="lo",
211243  cjkwd="w",
211244  description="TANGUT COMPONENT-695",
211245  direction="l",
211246  linebreak="id",
211247  unicodeslot=0x18AB6,
211248 },
211249 [0x18AB7]={
211250  category="lo",
211251  cjkwd="w",
211252  description="TANGUT COMPONENT-696",
211253  direction="l",
211254  linebreak="id",
211255  unicodeslot=0x18AB7,
211256 },
211257 [0x18AB8]={
211258  category="lo",
211259  cjkwd="w",
211260  description="TANGUT COMPONENT-697",
211261  direction="l",
211262  linebreak="id",
211263  unicodeslot=0x18AB8,
211264 },
211265 [0x18AB9]={
211266  category="lo",
211267  cjkwd="w",
211268  description="TANGUT COMPONENT-698",
211269  direction="l",
211270  linebreak="id",
211271  unicodeslot=0x18AB9,
211272 },
211273 [0x18ABA]={
211274  category="lo",
211275  cjkwd="w",
211276  description="TANGUT COMPONENT-699",
211277  direction="l",
211278  linebreak="id",
211279  unicodeslot=0x18ABA,
211280 },
211281 [0x18ABB]={
211282  category="lo",
211283  cjkwd="w",
211284  description="TANGUT COMPONENT-700",
211285  direction="l",
211286  linebreak="id",
211287  unicodeslot=0x18ABB,
211288 },
211289 [0x18ABC]={
211290  category="lo",
211291  cjkwd="w",
211292  description="TANGUT COMPONENT-701",
211293  direction="l",
211294  linebreak="id",
211295  unicodeslot=0x18ABC,
211296 },
211297 [0x18ABD]={
211298  category="lo",
211299  cjkwd="w",
211300  description="TANGUT COMPONENT-702",
211301  direction="l",
211302  linebreak="id",
211303  unicodeslot=0x18ABD,
211304 },
211305 [0x18ABE]={
211306  category="lo",
211307  cjkwd="w",
211308  description="TANGUT COMPONENT-703",
211309  direction="l",
211310  linebreak="id",
211311  unicodeslot=0x18ABE,
211312 },
211313 [0x18ABF]={
211314  category="lo",
211315  cjkwd="w",
211316  description="TANGUT COMPONENT-704",
211317  direction="l",
211318  linebreak="id",
211319  unicodeslot=0x18ABF,
211320 },
211321 [0x18AC0]={
211322  category="lo",
211323  cjkwd="w",
211324  description="TANGUT COMPONENT-705",
211325  direction="l",
211326  linebreak="id",
211327  unicodeslot=0x18AC0,
211328 },
211329 [0x18AC1]={
211330  category="lo",
211331  cjkwd="w",
211332  description="TANGUT COMPONENT-706",
211333  direction="l",
211334  linebreak="id",
211335  unicodeslot=0x18AC1,
211336 },
211337 [0x18AC2]={
211338  category="lo",
211339  cjkwd="w",
211340  description="TANGUT COMPONENT-707",
211341  direction="l",
211342  linebreak="id",
211343  unicodeslot=0x18AC2,
211344 },
211345 [0x18AC3]={
211346  category="lo",
211347  cjkwd="w",
211348  description="TANGUT COMPONENT-708",
211349  direction="l",
211350  linebreak="id",
211351  unicodeslot=0x18AC3,
211352 },
211353 [0x18AC4]={
211354  category="lo",
211355  cjkwd="w",
211356  description="TANGUT COMPONENT-709",
211357  direction="l",
211358  linebreak="id",
211359  unicodeslot=0x18AC4,
211360 },
211361 [0x18AC5]={
211362  category="lo",
211363  cjkwd="w",
211364  description="TANGUT COMPONENT-710",
211365  direction="l",
211366  linebreak="id",
211367  unicodeslot=0x18AC5,
211368 },
211369 [0x18AC6]={
211370  category="lo",
211371  cjkwd="w",
211372  description="TANGUT COMPONENT-711",
211373  direction="l",
211374  linebreak="id",
211375  unicodeslot=0x18AC6,
211376 },
211377 [0x18AC7]={
211378  category="lo",
211379  cjkwd="w",
211380  description="TANGUT COMPONENT-712",
211381  direction="l",
211382  linebreak="id",
211383  unicodeslot=0x18AC7,
211384 },
211385 [0x18AC8]={
211386  category="lo",
211387  cjkwd="w",
211388  description="TANGUT COMPONENT-713",
211389  direction="l",
211390  linebreak="id",
211391  unicodeslot=0x18AC8,
211392 },
211393 [0x18AC9]={
211394  category="lo",
211395  cjkwd="w",
211396  description="TANGUT COMPONENT-714",
211397  direction="l",
211398  linebreak="id",
211399  unicodeslot=0x18AC9,
211400 },
211401 [0x18ACA]={
211402  category="lo",
211403  cjkwd="w",
211404  description="TANGUT COMPONENT-715",
211405  direction="l",
211406  linebreak="id",
211407  unicodeslot=0x18ACA,
211408 },
211409 [0x18ACB]={
211410  category="lo",
211411  cjkwd="w",
211412  description="TANGUT COMPONENT-716",
211413  direction="l",
211414  linebreak="id",
211415  unicodeslot=0x18ACB,
211416 },
211417 [0x18ACC]={
211418  category="lo",
211419  cjkwd="w",
211420  description="TANGUT COMPONENT-717",
211421  direction="l",
211422  linebreak="id",
211423  unicodeslot=0x18ACC,
211424 },
211425 [0x18ACD]={
211426  category="lo",
211427  cjkwd="w",
211428  description="TANGUT COMPONENT-718",
211429  direction="l",
211430  linebreak="id",
211431  unicodeslot=0x18ACD,
211432 },
211433 [0x18ACE]={
211434  category="lo",
211435  cjkwd="w",
211436  description="TANGUT COMPONENT-719",
211437  direction="l",
211438  linebreak="id",
211439  unicodeslot=0x18ACE,
211440 },
211441 [0x18ACF]={
211442  category="lo",
211443  cjkwd="w",
211444  description="TANGUT COMPONENT-720",
211445  direction="l",
211446  linebreak="id",
211447  unicodeslot=0x18ACF,
211448 },
211449 [0x18AD0]={
211450  category="lo",
211451  cjkwd="w",
211452  description="TANGUT COMPONENT-721",
211453  direction="l",
211454  linebreak="id",
211455  unicodeslot=0x18AD0,
211456 },
211457 [0x18AD1]={
211458  category="lo",
211459  cjkwd="w",
211460  description="TANGUT COMPONENT-722",
211461  direction="l",
211462  linebreak="id",
211463  unicodeslot=0x18AD1,
211464 },
211465 [0x18AD2]={
211466  category="lo",
211467  cjkwd="w",
211468  description="TANGUT COMPONENT-723",
211469  direction="l",
211470  linebreak="id",
211471  unicodeslot=0x18AD2,
211472 },
211473 [0x18AD3]={
211474  category="lo",
211475  cjkwd="w",
211476  description="TANGUT COMPONENT-724",
211477  direction="l",
211478  linebreak="id",
211479  unicodeslot=0x18AD3,
211480 },
211481 [0x18AD4]={
211482  category="lo",
211483  cjkwd="w",
211484  description="TANGUT COMPONENT-725",
211485  direction="l",
211486  linebreak="id",
211487  unicodeslot=0x18AD4,
211488 },
211489 [0x18AD5]={
211490  category="lo",
211491  cjkwd="w",
211492  description="TANGUT COMPONENT-726",
211493  direction="l",
211494  linebreak="id",
211495  unicodeslot=0x18AD5,
211496 },
211497 [0x18AD6]={
211498  category="lo",
211499  cjkwd="w",
211500  description="TANGUT COMPONENT-727",
211501  direction="l",
211502  linebreak="id",
211503  unicodeslot=0x18AD6,
211504 },
211505 [0x18AD7]={
211506  category="lo",
211507  cjkwd="w",
211508  description="TANGUT COMPONENT-728",
211509  direction="l",
211510  linebreak="id",
211511  unicodeslot=0x18AD7,
211512 },
211513 [0x18AD8]={
211514  category="lo",
211515  cjkwd="w",
211516  description="TANGUT COMPONENT-729",
211517  direction="l",
211518  linebreak="id",
211519  unicodeslot=0x18AD8,
211520 },
211521 [0x18AD9]={
211522  category="lo",
211523  cjkwd="w",
211524  description="TANGUT COMPONENT-730",
211525  direction="l",
211526  linebreak="id",
211527  unicodeslot=0x18AD9,
211528 },
211529 [0x18ADA]={
211530  category="lo",
211531  cjkwd="w",
211532  description="TANGUT COMPONENT-731",
211533  direction="l",
211534  linebreak="id",
211535  unicodeslot=0x18ADA,
211536 },
211537 [0x18ADB]={
211538  category="lo",
211539  cjkwd="w",
211540  description="TANGUT COMPONENT-732",
211541  direction="l",
211542  linebreak="id",
211543  unicodeslot=0x18ADB,
211544 },
211545 [0x18ADC]={
211546  category="lo",
211547  cjkwd="w",
211548  description="TANGUT COMPONENT-733",
211549  direction="l",
211550  linebreak="id",
211551  unicodeslot=0x18ADC,
211552 },
211553 [0x18ADD]={
211554  category="lo",
211555  cjkwd="w",
211556  description="TANGUT COMPONENT-734",
211557  direction="l",
211558  linebreak="id",
211559  unicodeslot=0x18ADD,
211560 },
211561 [0x18ADE]={
211562  category="lo",
211563  cjkwd="w",
211564  description="TANGUT COMPONENT-735",
211565  direction="l",
211566  linebreak="id",
211567  unicodeslot=0x18ADE,
211568 },
211569 [0x18ADF]={
211570  category="lo",
211571  cjkwd="w",
211572  description="TANGUT COMPONENT-736",
211573  direction="l",
211574  linebreak="id",
211575  unicodeslot=0x18ADF,
211576 },
211577 [0x18AE0]={
211578  category="lo",
211579  cjkwd="w",
211580  description="TANGUT COMPONENT-737",
211581  direction="l",
211582  linebreak="id",
211583  unicodeslot=0x18AE0,
211584 },
211585 [0x18AE1]={
211586  category="lo",
211587  cjkwd="w",
211588  description="TANGUT COMPONENT-738",
211589  direction="l",
211590  linebreak="id",
211591  unicodeslot=0x18AE1,
211592 },
211593 [0x18AE2]={
211594  category="lo",
211595  cjkwd="w",
211596  description="TANGUT COMPONENT-739",
211597  direction="l",
211598  linebreak="id",
211599  unicodeslot=0x18AE2,
211600 },
211601 [0x18AE3]={
211602  category="lo",
211603  cjkwd="w",
211604  description="TANGUT COMPONENT-740",
211605  direction="l",
211606  linebreak="id",
211607  unicodeslot=0x18AE3,
211608 },
211609 [0x18AE4]={
211610  category="lo",
211611  cjkwd="w",
211612  description="TANGUT COMPONENT-741",
211613  direction="l",
211614  linebreak="id",
211615  unicodeslot=0x18AE4,
211616 },
211617 [0x18AE5]={
211618  category="lo",
211619  cjkwd="w",
211620  description="TANGUT COMPONENT-742",
211621  direction="l",
211622  linebreak="id",
211623  unicodeslot=0x18AE5,
211624 },
211625 [0x18AE6]={
211626  category="lo",
211627  cjkwd="w",
211628  description="TANGUT COMPONENT-743",
211629  direction="l",
211630  linebreak="id",
211631  unicodeslot=0x18AE6,
211632 },
211633 [0x18AE7]={
211634  category="lo",
211635  cjkwd="w",
211636  description="TANGUT COMPONENT-744",
211637  direction="l",
211638  linebreak="id",
211639  unicodeslot=0x18AE7,
211640 },
211641 [0x18AE8]={
211642  category="lo",
211643  cjkwd="w",
211644  description="TANGUT COMPONENT-745",
211645  direction="l",
211646  linebreak="id",
211647  unicodeslot=0x18AE8,
211648 },
211649 [0x18AE9]={
211650  category="lo",
211651  cjkwd="w",
211652  description="TANGUT COMPONENT-746",
211653  direction="l",
211654  linebreak="id",
211655  unicodeslot=0x18AE9,
211656 },
211657 [0x18AEA]={
211658  category="lo",
211659  cjkwd="w",
211660  description="TANGUT COMPONENT-747",
211661  direction="l",
211662  linebreak="id",
211663  unicodeslot=0x18AEA,
211664 },
211665 [0x18AEB]={
211666  category="lo",
211667  cjkwd="w",
211668  description="TANGUT COMPONENT-748",
211669  direction="l",
211670  linebreak="id",
211671  unicodeslot=0x18AEB,
211672 },
211673 [0x18AEC]={
211674  category="lo",
211675  cjkwd="w",
211676  description="TANGUT COMPONENT-749",
211677  direction="l",
211678  linebreak="id",
211679  unicodeslot=0x18AEC,
211680 },
211681 [0x18AED]={
211682  category="lo",
211683  cjkwd="w",
211684  description="TANGUT COMPONENT-750",
211685  direction="l",
211686  linebreak="id",
211687  unicodeslot=0x18AED,
211688 },
211689 [0x18AEE]={
211690  category="lo",
211691  cjkwd="w",
211692  description="TANGUT COMPONENT-751",
211693  direction="l",
211694  linebreak="id",
211695  unicodeslot=0x18AEE,
211696 },
211697 [0x18AEF]={
211698  category="lo",
211699  cjkwd="w",
211700  description="TANGUT COMPONENT-752",
211701  direction="l",
211702  linebreak="id",
211703  unicodeslot=0x18AEF,
211704 },
211705 [0x18AF0]={
211706  category="lo",
211707  cjkwd="w",
211708  description="TANGUT COMPONENT-753",
211709  direction="l",
211710  linebreak="id",
211711  unicodeslot=0x18AF0,
211712 },
211713 [0x18AF1]={
211714  category="lo",
211715  cjkwd="w",
211716  description="TANGUT COMPONENT-754",
211717  direction="l",
211718  linebreak="id",
211719  unicodeslot=0x18AF1,
211720 },
211721 [0x18AF2]={
211722  category="lo",
211723  cjkwd="w",
211724  description="TANGUT COMPONENT-755",
211725  direction="l",
211726  linebreak="id",
211727  unicodeslot=0x18AF2,
211728 },
211729 [0x18AF3]={
211730  category="lo",
211731  cjkwd="w",
211732  description="TANGUT COMPONENT-756",
211733  direction="l",
211734  linebreak="id",
211735  unicodeslot=0x18AF3,
211736 },
211737 [0x18AF4]={
211738  category="lo",
211739  cjkwd="w",
211740  description="TANGUT COMPONENT-757",
211741  direction="l",
211742  linebreak="id",
211743  unicodeslot=0x18AF4,
211744 },
211745 [0x18AF5]={
211746  category="lo",
211747  cjkwd="w",
211748  description="TANGUT COMPONENT-758",
211749  direction="l",
211750  linebreak="id",
211751  unicodeslot=0x18AF5,
211752 },
211753 [0x18AF6]={
211754  category="lo",
211755  cjkwd="w",
211756  description="TANGUT COMPONENT-759",
211757  direction="l",
211758  linebreak="id",
211759  unicodeslot=0x18AF6,
211760 },
211761 [0x18AF7]={
211762  category="lo",
211763  cjkwd="w",
211764  description="TANGUT COMPONENT-760",
211765  direction="l",
211766  linebreak="id",
211767  unicodeslot=0x18AF7,
211768 },
211769 [0x18AF8]={
211770  category="lo",
211771  cjkwd="w",
211772  description="TANGUT COMPONENT-761",
211773  direction="l",
211774  linebreak="id",
211775  unicodeslot=0x18AF8,
211776 },
211777 [0x18AF9]={
211778  category="lo",
211779  cjkwd="w",
211780  description="TANGUT COMPONENT-762",
211781  direction="l",
211782  linebreak="id",
211783  unicodeslot=0x18AF9,
211784 },
211785 [0x18AFA]={
211786  category="lo",
211787  cjkwd="w",
211788  description="TANGUT COMPONENT-763",
211789  direction="l",
211790  linebreak="id",
211791  unicodeslot=0x18AFA,
211792 },
211793 [0x18AFB]={
211794  category="lo",
211795  cjkwd="w",
211796  description="TANGUT COMPONENT-764",
211797  direction="l",
211798  linebreak="id",
211799  unicodeslot=0x18AFB,
211800 },
211801 [0x18AFC]={
211802  category="lo",
211803  cjkwd="w",
211804  description="TANGUT COMPONENT-765",
211805  direction="l",
211806  linebreak="id",
211807  unicodeslot=0x18AFC,
211808 },
211809 [0x18AFD]={
211810  category="lo",
211811  cjkwd="w",
211812  description="TANGUT COMPONENT-766",
211813  direction="l",
211814  linebreak="id",
211815  unicodeslot=0x18AFD,
211816 },
211817 [0x18AFE]={
211818  category="lo",
211819  cjkwd="w",
211820  description="TANGUT COMPONENT-767",
211821  direction="l",
211822  linebreak="id",
211823  unicodeslot=0x18AFE,
211824 },
211825 [0x18AFF]={
211826  category="lo",
211827  cjkwd="w",
211828  description="TANGUT COMPONENT-768",
211829  direction="l",
211830  linebreak="id",
211831  unicodeslot=0x18AFF,
211832 },
211833 [0x1AFF0]={
211834  category="lm",
211835  cjkwd="w",
211836  description="KATAKANA LETTER MINNAN TONE-2",
211837  direction="l",
211838  linebreak="al",
211839  unicodeslot=0x1AFF0,
211840 },
211841 [0x1AFF1]={
211842  category="lm",
211843  cjkwd="w",
211844  description="KATAKANA LETTER MINNAN TONE-3",
211845  direction="l",
211846  linebreak="al",
211847  unicodeslot=0x1AFF1,
211848 },
211849 [0x1AFF2]={
211850  category="lm",
211851  cjkwd="w",
211852  description="KATAKANA LETTER MINNAN TONE-4",
211853  direction="l",
211854  linebreak="al",
211855  unicodeslot=0x1AFF2,
211856 },
211857 [0x1AFF3]={
211858  category="lm",
211859  cjkwd="w",
211860  description="KATAKANA LETTER MINNAN TONE-5",
211861  direction="l",
211862  linebreak="al",
211863  unicodeslot=0x1AFF3,
211864 },
211865 [0x1AFF5]={
211866  category="lm",
211867  cjkwd="w",
211868  description="KATAKANA LETTER MINNAN TONE-7",
211869  direction="l",
211870  linebreak="al",
211871  unicodeslot=0x1AFF5,
211872 },
211873 [0x1AFF6]={
211874  category="lm",
211875  cjkwd="w",
211876  description="KATAKANA LETTER MINNAN TONE-8",
211877  direction="l",
211878  linebreak="al",
211879  unicodeslot=0x1AFF6,
211880 },
211881 [0x1AFF7]={
211882  category="lm",
211883  cjkwd="w",
211884  description="KATAKANA LETTER MINNAN NASALIZED TONE-1",
211885  direction="l",
211886  linebreak="al",
211887  unicodeslot=0x1AFF7,
211888 },
211889 [0x1AFF8]={
211890  category="lm",
211891  cjkwd="w",
211892  description="KATAKANA LETTER MINNAN NASALIZED TONE-2",
211893  direction="l",
211894  linebreak="al",
211895  unicodeslot=0x1AFF8,
211896 },
211897 [0x1AFF9]={
211898  category="lm",
211899  cjkwd="w",
211900  description="KATAKANA LETTER MINNAN NASALIZED TONE-3",
211901  direction="l",
211902  linebreak="al",
211903  unicodeslot=0x1AFF9,
211904 },
211905 [0x1AFFA]={
211906  category="lm",
211907  cjkwd="w",
211908  description="KATAKANA LETTER MINNAN NASALIZED TONE-4",
211909  direction="l",
211910  linebreak="al",
211911  unicodeslot=0x1AFFA,
211912 },
211913 [0x1AFFB]={
211914  category="lm",
211915  cjkwd="w",
211916  description="KATAKANA LETTER MINNAN NASALIZED TONE-5",
211917  direction="l",
211918  linebreak="al",
211919  unicodeslot=0x1AFFB,
211920 },
211921 [0x1AFFD]={
211922  category="lm",
211923  cjkwd="w",
211924  description="KATAKANA LETTER MINNAN NASALIZED TONE-7",
211925  direction="l",
211926  linebreak="al",
211927  unicodeslot=0x1AFFD,
211928 },
211929 [0x1AFFE]={
211930  category="lm",
211931  cjkwd="w",
211932  description="KATAKANA LETTER MINNAN NASALIZED TONE-8",
211933  direction="l",
211934  linebreak="al",
211935  unicodeslot=0x1AFFE,
211936 },
211937 [0x1B000]={
211938  category="lo",
211939  cjkwd="w",
211940  description="KATAKANA LETTER ARCHAIC E",
211941  direction="l",
211942  linebreak="id",
211943  unicodeslot=0x1B000,
211944 },
211945 [0x1B001]={
211946  category="lo",
211947  cjkwd="w",
211948  description="HIRAGANA LETTER ARCHAIC YE",
211949  direction="l",
211950  linebreak="id",
211951  unicodeslot=0x1B001,
211952 },
211953 [0x1B002]={
211954  category="lo",
211955  cjkwd="w",
211956  description="HENTAIGANA LETTER A-1",
211957  direction="l",
211958  linebreak="id",
211959  unicodeslot=0x1B002,
211960 },
211961 [0x1B003]={
211962  category="lo",
211963  cjkwd="w",
211964  description="HENTAIGANA LETTER A-2",
211965  direction="l",
211966  linebreak="id",
211967  unicodeslot=0x1B003,
211968 },
211969 [0x1B004]={
211970  category="lo",
211971  cjkwd="w",
211972  description="HENTAIGANA LETTER A-3",
211973  direction="l",
211974  linebreak="id",
211975  unicodeslot=0x1B004,
211976 },
211977 [0x1B005]={
211978  category="lo",
211979  cjkwd="w",
211980  description="HENTAIGANA LETTER A-WO",
211981  direction="l",
211982  linebreak="id",
211983  unicodeslot=0x1B005,
211984 },
211985 [0x1B006]={
211986  category="lo",
211987  cjkwd="w",
211988  description="HENTAIGANA LETTER I-1",
211989  direction="l",
211990  linebreak="id",
211991  unicodeslot=0x1B006,
211992 },
211993 [0x1B007]={
211994  category="lo",
211995  cjkwd="w",
211996  description="HENTAIGANA LETTER I-2",
211997  direction="l",
211998  linebreak="id",
211999  unicodeslot=0x1B007,
212000 },
212001 [0x1B008]={
212002  category="lo",
212003  cjkwd="w",
212004  description="HENTAIGANA LETTER I-3",
212005  direction="l",
212006  linebreak="id",
212007  unicodeslot=0x1B008,
212008 },
212009 [0x1B009]={
212010  category="lo",
212011  cjkwd="w",
212012  description="HENTAIGANA LETTER I-4",
212013  direction="l",
212014  linebreak="id",
212015  unicodeslot=0x1B009,
212016 },
212017 [0x1B00A]={
212018  category="lo",
212019  cjkwd="w",
212020  description="HENTAIGANA LETTER U-1",
212021  direction="l",
212022  linebreak="id",
212023  unicodeslot=0x1B00A,
212024 },
212025 [0x1B00B]={
212026  category="lo",
212027  cjkwd="w",
212028  description="HENTAIGANA LETTER U-2",
212029  direction="l",
212030  linebreak="id",
212031  unicodeslot=0x1B00B,
212032 },
212033 [0x1B00C]={
212034  category="lo",
212035  cjkwd="w",
212036  description="HENTAIGANA LETTER U-3",
212037  direction="l",
212038  linebreak="id",
212039  unicodeslot=0x1B00C,
212040 },
212041 [0x1B00D]={
212042  category="lo",
212043  cjkwd="w",
212044  description="HENTAIGANA LETTER U-4",
212045  direction="l",
212046  linebreak="id",
212047  unicodeslot=0x1B00D,
212048 },
212049 [0x1B00E]={
212050  category="lo",
212051  cjkwd="w",
212052  description="HENTAIGANA LETTER U-5",
212053  direction="l",
212054  linebreak="id",
212055  unicodeslot=0x1B00E,
212056 },
212057 [0x1B00F]={
212058  category="lo",
212059  cjkwd="w",
212060  description="HENTAIGANA LETTER E-2",
212061  direction="l",
212062  linebreak="id",
212063  unicodeslot=0x1B00F,
212064 },
212065 [0x1B010]={
212066  category="lo",
212067  cjkwd="w",
212068  description="HENTAIGANA LETTER E-3",
212069  direction="l",
212070  linebreak="id",
212071  unicodeslot=0x1B010,
212072 },
212073 [0x1B011]={
212074  category="lo",
212075  cjkwd="w",
212076  description="HENTAIGANA LETTER E-4",
212077  direction="l",
212078  linebreak="id",
212079  unicodeslot=0x1B011,
212080 },
212081 [0x1B012]={
212082  category="lo",
212083  cjkwd="w",
212084  description="HENTAIGANA LETTER E-5",
212085  direction="l",
212086  linebreak="id",
212087  unicodeslot=0x1B012,
212088 },
212089 [0x1B013]={
212090  category="lo",
212091  cjkwd="w",
212092  description="HENTAIGANA LETTER E-6",
212093  direction="l",
212094  linebreak="id",
212095  unicodeslot=0x1B013,
212096 },
212097 [0x1B014]={
212098  category="lo",
212099  cjkwd="w",
212100  description="HENTAIGANA LETTER O-1",
212101  direction="l",
212102  linebreak="id",
212103  unicodeslot=0x1B014,
212104 },
212105 [0x1B015]={
212106  category="lo",
212107  cjkwd="w",
212108  description="HENTAIGANA LETTER O-2",
212109  direction="l",
212110  linebreak="id",
212111  unicodeslot=0x1B015,
212112 },
212113 [0x1B016]={
212114  category="lo",
212115  cjkwd="w",
212116  description="HENTAIGANA LETTER O-3",
212117  direction="l",
212118  linebreak="id",
212119  unicodeslot=0x1B016,
212120 },
212121 [0x1B017]={
212122  category="lo",
212123  cjkwd="w",
212124  description="HENTAIGANA LETTER KA-1",
212125  direction="l",
212126  linebreak="id",
212127  unicodeslot=0x1B017,
212128 },
212129 [0x1B018]={
212130  category="lo",
212131  cjkwd="w",
212132  description="HENTAIGANA LETTER KA-2",
212133  direction="l",
212134  linebreak="id",
212135  unicodeslot=0x1B018,
212136 },
212137 [0x1B019]={
212138  category="lo",
212139  cjkwd="w",
212140  description="HENTAIGANA LETTER KA-3",
212141  direction="l",
212142  linebreak="id",
212143  unicodeslot=0x1B019,
212144 },
212145 [0x1B01A]={
212146  category="lo",
212147  cjkwd="w",
212148  description="HENTAIGANA LETTER KA-4",
212149  direction="l",
212150  linebreak="id",
212151  unicodeslot=0x1B01A,
212152 },
212153 [0x1B01B]={
212154  category="lo",
212155  cjkwd="w",
212156  description="HENTAIGANA LETTER KA-5",
212157  direction="l",
212158  linebreak="id",
212159  unicodeslot=0x1B01B,
212160 },
212161 [0x1B01C]={
212162  category="lo",
212163  cjkwd="w",
212164  description="HENTAIGANA LETTER KA-6",
212165  direction="l",
212166  linebreak="id",
212167  unicodeslot=0x1B01C,
212168 },
212169 [0x1B01D]={
212170  category="lo",
212171  cjkwd="w",
212172  description="HENTAIGANA LETTER KA-7",
212173  direction="l",
212174  linebreak="id",
212175  unicodeslot=0x1B01D,
212176 },
212177 [0x1B01E]={
212178  category="lo",
212179  cjkwd="w",
212180  description="HENTAIGANA LETTER KA-8",
212181  direction="l",
212182  linebreak="id",
212183  unicodeslot=0x1B01E,
212184 },
212185 [0x1B01F]={
212186  category="lo",
212187  cjkwd="w",
212188  description="HENTAIGANA LETTER KA-9",
212189  direction="l",
212190  linebreak="id",
212191  unicodeslot=0x1B01F,
212192 },
212193 [0x1B020]={
212194  category="lo",
212195  cjkwd="w",
212196  description="HENTAIGANA LETTER KA-10",
212197  direction="l",
212198  linebreak="id",
212199  unicodeslot=0x1B020,
212200 },
212201 [0x1B021]={
212202  category="lo",
212203  cjkwd="w",
212204  description="HENTAIGANA LETTER KA-11",
212205  direction="l",
212206  linebreak="id",
212207  unicodeslot=0x1B021,
212208 },
212209 [0x1B022]={
212210  category="lo",
212211  cjkwd="w",
212212  description="HENTAIGANA LETTER KA-KE",
212213  direction="l",
212214  linebreak="id",
212215  unicodeslot=0x1B022,
212216 },
212217 [0x1B023]={
212218  category="lo",
212219  cjkwd="w",
212220  description="HENTAIGANA LETTER KI-1",
212221  direction="l",
212222  linebreak="id",
212223  unicodeslot=0x1B023,
212224 },
212225 [0x1B024]={
212226  category="lo",
212227  cjkwd="w",
212228  description="HENTAIGANA LETTER KI-2",
212229  direction="l",
212230  linebreak="id",
212231  unicodeslot=0x1B024,
212232 },
212233 [0x1B025]={
212234  category="lo",
212235  cjkwd="w",
212236  description="HENTAIGANA LETTER KI-3",
212237  direction="l",
212238  linebreak="id",
212239  unicodeslot=0x1B025,
212240 },
212241 [0x1B026]={
212242  category="lo",
212243  cjkwd="w",
212244  description="HENTAIGANA LETTER KI-4",
212245  direction="l",
212246  linebreak="id",
212247  unicodeslot=0x1B026,
212248 },
212249 [0x1B027]={
212250  category="lo",
212251  cjkwd="w",
212252  description="HENTAIGANA LETTER KI-5",
212253  direction="l",
212254  linebreak="id",
212255  unicodeslot=0x1B027,
212256 },
212257 [0x1B028]={
212258  category="lo",
212259  cjkwd="w",
212260  description="HENTAIGANA LETTER KI-6",
212261  direction="l",
212262  linebreak="id",
212263  unicodeslot=0x1B028,
212264 },
212265 [0x1B029]={
212266  category="lo",
212267  cjkwd="w",
212268  description="HENTAIGANA LETTER KI-7",
212269  direction="l",
212270  linebreak="id",
212271  unicodeslot=0x1B029,
212272 },
212273 [0x1B02A]={
212274  category="lo",
212275  cjkwd="w",
212276  description="HENTAIGANA LETTER KI-8",
212277  direction="l",
212278  linebreak="id",
212279  unicodeslot=0x1B02A,
212280 },
212281 [0x1B02B]={
212282  category="lo",
212283  cjkwd="w",
212284  description="HENTAIGANA LETTER KU-1",
212285  direction="l",
212286  linebreak="id",
212287  unicodeslot=0x1B02B,
212288 },
212289 [0x1B02C]={
212290  category="lo",
212291  cjkwd="w",
212292  description="HENTAIGANA LETTER KU-2",
212293  direction="l",
212294  linebreak="id",
212295  unicodeslot=0x1B02C,
212296 },
212297 [0x1B02D]={
212298  category="lo",
212299  cjkwd="w",
212300  description="HENTAIGANA LETTER KU-3",
212301  direction="l",
212302  linebreak="id",
212303  unicodeslot=0x1B02D,
212304 },
212305 [0x1B02E]={
212306  category="lo",
212307  cjkwd="w",
212308  description="HENTAIGANA LETTER KU-4",
212309  direction="l",
212310  linebreak="id",
212311  unicodeslot=0x1B02E,
212312 },
212313 [0x1B02F]={
212314  category="lo",
212315  cjkwd="w",
212316  description="HENTAIGANA LETTER KU-5",
212317  direction="l",
212318  linebreak="id",
212319  unicodeslot=0x1B02F,
212320 },
212321 [0x1B030]={
212322  category="lo",
212323  cjkwd="w",
212324  description="HENTAIGANA LETTER KU-6",
212325  direction="l",
212326  linebreak="id",
212327  unicodeslot=0x1B030,
212328 },
212329 [0x1B031]={
212330  category="lo",
212331  cjkwd="w",
212332  description="HENTAIGANA LETTER KU-7",
212333  direction="l",
212334  linebreak="id",
212335  unicodeslot=0x1B031,
212336 },
212337 [0x1B032]={
212338  category="lo",
212339  cjkwd="w",
212340  description="HENTAIGANA LETTER KE-1",
212341  direction="l",
212342  linebreak="id",
212343  unicodeslot=0x1B032,
212344 },
212345 [0x1B033]={
212346  category="lo",
212347  cjkwd="w",
212348  description="HENTAIGANA LETTER KE-2",
212349  direction="l",
212350  linebreak="id",
212351  unicodeslot=0x1B033,
212352 },
212353 [0x1B034]={
212354  category="lo",
212355  cjkwd="w",
212356  description="HENTAIGANA LETTER KE-3",
212357  direction="l",
212358  linebreak="id",
212359  unicodeslot=0x1B034,
212360 },
212361 [0x1B035]={
212362  category="lo",
212363  cjkwd="w",
212364  description="HENTAIGANA LETTER KE-4",
212365  direction="l",
212366  linebreak="id",
212367  unicodeslot=0x1B035,
212368 },
212369 [0x1B036]={
212370  category="lo",
212371  cjkwd="w",
212372  description="HENTAIGANA LETTER KE-5",
212373  direction="l",
212374  linebreak="id",
212375  unicodeslot=0x1B036,
212376 },
212377 [0x1B037]={
212378  category="lo",
212379  cjkwd="w",
212380  description="HENTAIGANA LETTER KE-6",
212381  direction="l",
212382  linebreak="id",
212383  unicodeslot=0x1B037,
212384 },
212385 [0x1B038]={
212386  category="lo",
212387  cjkwd="w",
212388  description="HENTAIGANA LETTER KO-1",
212389  direction="l",
212390  linebreak="id",
212391  unicodeslot=0x1B038,
212392 },
212393 [0x1B039]={
212394  category="lo",
212395  cjkwd="w",
212396  description="HENTAIGANA LETTER KO-2",
212397  direction="l",
212398  linebreak="id",
212399  unicodeslot=0x1B039,
212400 },
212401 [0x1B03A]={
212402  category="lo",
212403  cjkwd="w",
212404  description="HENTAIGANA LETTER KO-3",
212405  direction="l",
212406  linebreak="id",
212407  unicodeslot=0x1B03A,
212408 },
212409 [0x1B03B]={
212410  category="lo",
212411  cjkwd="w",
212412  description="HENTAIGANA LETTER KO-KI",
212413  direction="l",
212414  linebreak="id",
212415  unicodeslot=0x1B03B,
212416 },
212417 [0x1B03C]={
212418  category="lo",
212419  cjkwd="w",
212420  description="HENTAIGANA LETTER SA-1",
212421  direction="l",
212422  linebreak="id",
212423  unicodeslot=0x1B03C,
212424 },
212425 [0x1B03D]={
212426  category="lo",
212427  cjkwd="w",
212428  description="HENTAIGANA LETTER SA-2",
212429  direction="l",
212430  linebreak="id",
212431  unicodeslot=0x1B03D,
212432 },
212433 [0x1B03E]={
212434  category="lo",
212435  cjkwd="w",
212436  description="HENTAIGANA LETTER SA-3",
212437  direction="l",
212438  linebreak="id",
212439  unicodeslot=0x1B03E,
212440 },
212441 [0x1B03F]={
212442  category="lo",
212443  cjkwd="w",
212444  description="HENTAIGANA LETTER SA-4",
212445  direction="l",
212446  linebreak="id",
212447  unicodeslot=0x1B03F,
212448 },
212449 [0x1B040]={
212450  category="lo",
212451  cjkwd="w",
212452  description="HENTAIGANA LETTER SA-5",
212453  direction="l",
212454  linebreak="id",
212455  unicodeslot=0x1B040,
212456 },
212457 [0x1B041]={
212458  category="lo",
212459  cjkwd="w",
212460  description="HENTAIGANA LETTER SA-6",
212461  direction="l",
212462  linebreak="id",
212463  unicodeslot=0x1B041,
212464 },
212465 [0x1B042]={
212466  category="lo",
212467  cjkwd="w",
212468  description="HENTAIGANA LETTER SA-7",
212469  direction="l",
212470  linebreak="id",
212471  unicodeslot=0x1B042,
212472 },
212473 [0x1B043]={
212474  category="lo",
212475  cjkwd="w",
212476  description="HENTAIGANA LETTER SA-8",
212477  direction="l",
212478  linebreak="id",
212479  unicodeslot=0x1B043,
212480 },
212481 [0x1B044]={
212482  category="lo",
212483  cjkwd="w",
212484  description="HENTAIGANA LETTER SI-1",
212485  direction="l",
212486  linebreak="id",
212487  unicodeslot=0x1B044,
212488 },
212489 [0x1B045]={
212490  category="lo",
212491  cjkwd="w",
212492  description="HENTAIGANA LETTER SI-2",
212493  direction="l",
212494  linebreak="id",
212495  unicodeslot=0x1B045,
212496 },
212497 [0x1B046]={
212498  category="lo",
212499  cjkwd="w",
212500  description="HENTAIGANA LETTER SI-3",
212501  direction="l",
212502  linebreak="id",
212503  unicodeslot=0x1B046,
212504 },
212505 [0x1B047]={
212506  category="lo",
212507  cjkwd="w",
212508  description="HENTAIGANA LETTER SI-4",
212509  direction="l",
212510  linebreak="id",
212511  unicodeslot=0x1B047,
212512 },
212513 [0x1B048]={
212514  category="lo",
212515  cjkwd="w",
212516  description="HENTAIGANA LETTER SI-5",
212517  direction="l",
212518  linebreak="id",
212519  unicodeslot=0x1B048,
212520 },
212521 [0x1B049]={
212522  category="lo",
212523  cjkwd="w",
212524  description="HENTAIGANA LETTER SI-6",
212525  direction="l",
212526  linebreak="id",
212527  unicodeslot=0x1B049,
212528 },
212529 [0x1B04A]={
212530  category="lo",
212531  cjkwd="w",
212532  description="HENTAIGANA LETTER SU-1",
212533  direction="l",
212534  linebreak="id",
212535  unicodeslot=0x1B04A,
212536 },
212537 [0x1B04B]={
212538  category="lo",
212539  cjkwd="w",
212540  description="HENTAIGANA LETTER SU-2",
212541  direction="l",
212542  linebreak="id",
212543  unicodeslot=0x1B04B,
212544 },
212545 [0x1B04C]={
212546  category="lo",
212547  cjkwd="w",
212548  description="HENTAIGANA LETTER SU-3",
212549  direction="l",
212550  linebreak="id",
212551  unicodeslot=0x1B04C,
212552 },
212553 [0x1B04D]={
212554  category="lo",
212555  cjkwd="w",
212556  description="HENTAIGANA LETTER SU-4",
212557  direction="l",
212558  linebreak="id",
212559  unicodeslot=0x1B04D,
212560 },
212561 [0x1B04E]={
212562  category="lo",
212563  cjkwd="w",
212564  description="HENTAIGANA LETTER SU-5",
212565  direction="l",
212566  linebreak="id",
212567  unicodeslot=0x1B04E,
212568 },
212569 [0x1B04F]={
212570  category="lo",
212571  cjkwd="w",
212572  description="HENTAIGANA LETTER SU-6",
212573  direction="l",
212574  linebreak="id",
212575  unicodeslot=0x1B04F,
212576 },
212577 [0x1B050]={
212578  category="lo",
212579  cjkwd="w",
212580  description="HENTAIGANA LETTER SU-7",
212581  direction="l",
212582  linebreak="id",
212583  unicodeslot=0x1B050,
212584 },
212585 [0x1B051]={
212586  category="lo",
212587  cjkwd="w",
212588  description="HENTAIGANA LETTER SU-8",
212589  direction="l",
212590  linebreak="id",
212591  unicodeslot=0x1B051,
212592 },
212593 [0x1B052]={
212594  category="lo",
212595  cjkwd="w",
212596  description="HENTAIGANA LETTER SE-1",
212597  direction="l",
212598  linebreak="id",
212599  unicodeslot=0x1B052,
212600 },
212601 [0x1B053]={
212602  category="lo",
212603  cjkwd="w",
212604  description="HENTAIGANA LETTER SE-2",
212605  direction="l",
212606  linebreak="id",
212607  unicodeslot=0x1B053,
212608 },
212609 [0x1B054]={
212610  category="lo",
212611  cjkwd="w",
212612  description="HENTAIGANA LETTER SE-3",
212613  direction="l",
212614  linebreak="id",
212615  unicodeslot=0x1B054,
212616 },
212617 [0x1B055]={
212618  category="lo",
212619  cjkwd="w",
212620  description="HENTAIGANA LETTER SE-4",
212621  direction="l",
212622  linebreak="id",
212623  unicodeslot=0x1B055,
212624 },
212625 [0x1B056]={
212626  category="lo",
212627  cjkwd="w",
212628  description="HENTAIGANA LETTER SE-5",
212629  direction="l",
212630  linebreak="id",
212631  unicodeslot=0x1B056,
212632 },
212633 [0x1B057]={
212634  category="lo",
212635  cjkwd="w",
212636  description="HENTAIGANA LETTER SO-1",
212637  direction="l",
212638  linebreak="id",
212639  unicodeslot=0x1B057,
212640 },
212641 [0x1B058]={
212642  category="lo",
212643  cjkwd="w",
212644  description="HENTAIGANA LETTER SO-2",
212645  direction="l",
212646  linebreak="id",
212647  unicodeslot=0x1B058,
212648 },
212649 [0x1B059]={
212650  category="lo",
212651  cjkwd="w",
212652  description="HENTAIGANA LETTER SO-3",
212653  direction="l",
212654  linebreak="id",
212655  unicodeslot=0x1B059,
212656 },
212657 [0x1B05A]={
212658  category="lo",
212659  cjkwd="w",
212660  description="HENTAIGANA LETTER SO-4",
212661  direction="l",
212662  linebreak="id",
212663  unicodeslot=0x1B05A,
212664 },
212665 [0x1B05B]={
212666  category="lo",
212667  cjkwd="w",
212668  description="HENTAIGANA LETTER SO-5",
212669  direction="l",
212670  linebreak="id",
212671  unicodeslot=0x1B05B,
212672 },
212673 [0x1B05C]={
212674  category="lo",
212675  cjkwd="w",
212676  description="HENTAIGANA LETTER SO-6",
212677  direction="l",
212678  linebreak="id",
212679  unicodeslot=0x1B05C,
212680 },
212681 [0x1B05D]={
212682  category="lo",
212683  cjkwd="w",
212684  description="HENTAIGANA LETTER SO-7",
212685  direction="l",
212686  linebreak="id",
212687  unicodeslot=0x1B05D,
212688 },
212689 [0x1B05E]={
212690  category="lo",
212691  cjkwd="w",
212692  description="HENTAIGANA LETTER TA-1",
212693  direction="l",
212694  linebreak="id",
212695  unicodeslot=0x1B05E,
212696 },
212697 [0x1B05F]={
212698  category="lo",
212699  cjkwd="w",
212700  description="HENTAIGANA LETTER TA-2",
212701  direction="l",
212702  linebreak="id",
212703  unicodeslot=0x1B05F,
212704 },
212705 [0x1B060]={
212706  category="lo",
212707  cjkwd="w",
212708  description="HENTAIGANA LETTER TA-3",
212709  direction="l",
212710  linebreak="id",
212711  unicodeslot=0x1B060,
212712 },
212713 [0x1B061]={
212714  category="lo",
212715  cjkwd="w",
212716  description="HENTAIGANA LETTER TA-4",
212717  direction="l",
212718  linebreak="id",
212719  unicodeslot=0x1B061,
212720 },
212721 [0x1B062]={
212722  category="lo",
212723  cjkwd="w",
212724  description="HENTAIGANA LETTER TI-1",
212725  direction="l",
212726  linebreak="id",
212727  unicodeslot=0x1B062,
212728 },
212729 [0x1B063]={
212730  category="lo",
212731  cjkwd="w",
212732  description="HENTAIGANA LETTER TI-2",
212733  direction="l",
212734  linebreak="id",
212735  unicodeslot=0x1B063,
212736 },
212737 [0x1B064]={
212738  category="lo",
212739  cjkwd="w",
212740  description="HENTAIGANA LETTER TI-3",
212741  direction="l",
212742  linebreak="id",
212743  unicodeslot=0x1B064,
212744 },
212745 [0x1B065]={
212746  category="lo",
212747  cjkwd="w",
212748  description="HENTAIGANA LETTER TI-4",
212749  direction="l",
212750  linebreak="id",
212751  unicodeslot=0x1B065,
212752 },
212753 [0x1B066]={
212754  category="lo",
212755  cjkwd="w",
212756  description="HENTAIGANA LETTER TI-5",
212757  direction="l",
212758  linebreak="id",
212759  unicodeslot=0x1B066,
212760 },
212761 [0x1B067]={
212762  category="lo",
212763  cjkwd="w",
212764  description="HENTAIGANA LETTER TI-6",
212765  direction="l",
212766  linebreak="id",
212767  unicodeslot=0x1B067,
212768 },
212769 [0x1B068]={
212770  category="lo",
212771  cjkwd="w",
212772  description="HENTAIGANA LETTER TI-7",
212773  direction="l",
212774  linebreak="id",
212775  unicodeslot=0x1B068,
212776 },
212777 [0x1B069]={
212778  category="lo",
212779  cjkwd="w",
212780  description="HENTAIGANA LETTER TU-1",
212781  direction="l",
212782  linebreak="id",
212783  unicodeslot=0x1B069,
212784 },
212785 [0x1B06A]={
212786  category="lo",
212787  cjkwd="w",
212788  description="HENTAIGANA LETTER TU-2",
212789  direction="l",
212790  linebreak="id",
212791  unicodeslot=0x1B06A,
212792 },
212793 [0x1B06B]={
212794  category="lo",
212795  cjkwd="w",
212796  description="HENTAIGANA LETTER TU-3",
212797  direction="l",
212798  linebreak="id",
212799  unicodeslot=0x1B06B,
212800 },
212801 [0x1B06C]={
212802  category="lo",
212803  cjkwd="w",
212804  description="HENTAIGANA LETTER TU-4",
212805  direction="l",
212806  linebreak="id",
212807  unicodeslot=0x1B06C,
212808 },
212809 [0x1B06D]={
212810  category="lo",
212811  cjkwd="w",
212812  description="HENTAIGANA LETTER TU-TO",
212813  direction="l",
212814  linebreak="id",
212815  unicodeslot=0x1B06D,
212816 },
212817 [0x1B06E]={
212818  category="lo",
212819  cjkwd="w",
212820  description="HENTAIGANA LETTER TE-1",
212821  direction="l",
212822  linebreak="id",
212823  unicodeslot=0x1B06E,
212824 },
212825 [0x1B06F]={
212826  category="lo",
212827  cjkwd="w",
212828  description="HENTAIGANA LETTER TE-2",
212829  direction="l",
212830  linebreak="id",
212831  unicodeslot=0x1B06F,
212832 },
212833 [0x1B070]={
212834  category="lo",
212835  cjkwd="w",
212836  description="HENTAIGANA LETTER TE-3",
212837  direction="l",
212838  linebreak="id",
212839  unicodeslot=0x1B070,
212840 },
212841 [0x1B071]={
212842  category="lo",
212843  cjkwd="w",
212844  description="HENTAIGANA LETTER TE-4",
212845  direction="l",
212846  linebreak="id",
212847  unicodeslot=0x1B071,
212848 },
212849 [0x1B072]={
212850  category="lo",
212851  cjkwd="w",
212852  description="HENTAIGANA LETTER TE-5",
212853  direction="l",
212854  linebreak="id",
212855  unicodeslot=0x1B072,
212856 },
212857 [0x1B073]={
212858  category="lo",
212859  cjkwd="w",
212860  description="HENTAIGANA LETTER TE-6",
212861  direction="l",
212862  linebreak="id",
212863  unicodeslot=0x1B073,
212864 },
212865 [0x1B074]={
212866  category="lo",
212867  cjkwd="w",
212868  description="HENTAIGANA LETTER TE-7",
212869  direction="l",
212870  linebreak="id",
212871  unicodeslot=0x1B074,
212872 },
212873 [0x1B075]={
212874  category="lo",
212875  cjkwd="w",
212876  description="HENTAIGANA LETTER TE-8",
212877  direction="l",
212878  linebreak="id",
212879  unicodeslot=0x1B075,
212880 },
212881 [0x1B076]={
212882  category="lo",
212883  cjkwd="w",
212884  description="HENTAIGANA LETTER TE-9",
212885  direction="l",
212886  linebreak="id",
212887  unicodeslot=0x1B076,
212888 },
212889 [0x1B077]={
212890  category="lo",
212891  cjkwd="w",
212892  description="HENTAIGANA LETTER TO-1",
212893  direction="l",
212894  linebreak="id",
212895  unicodeslot=0x1B077,
212896 },
212897 [0x1B078]={
212898  category="lo",
212899  cjkwd="w",
212900  description="HENTAIGANA LETTER TO-2",
212901  direction="l",
212902  linebreak="id",
212903  unicodeslot=0x1B078,
212904 },
212905 [0x1B079]={
212906  category="lo",
212907  cjkwd="w",
212908  description="HENTAIGANA LETTER TO-3",
212909  direction="l",
212910  linebreak="id",
212911  unicodeslot=0x1B079,
212912 },
212913 [0x1B07A]={
212914  category="lo",
212915  cjkwd="w",
212916  description="HENTAIGANA LETTER TO-4",
212917  direction="l",
212918  linebreak="id",
212919  unicodeslot=0x1B07A,
212920 },
212921 [0x1B07B]={
212922  category="lo",
212923  cjkwd="w",
212924  description="HENTAIGANA LETTER TO-5",
212925  direction="l",
212926  linebreak="id",
212927  unicodeslot=0x1B07B,
212928 },
212929 [0x1B07C]={
212930  category="lo",
212931  cjkwd="w",
212932  description="HENTAIGANA LETTER TO-6",
212933  direction="l",
212934  linebreak="id",
212935  unicodeslot=0x1B07C,
212936 },
212937 [0x1B07D]={
212938  category="lo",
212939  cjkwd="w",
212940  description="HENTAIGANA LETTER TO-RA",
212941  direction="l",
212942  linebreak="id",
212943  unicodeslot=0x1B07D,
212944 },
212945 [0x1B07E]={
212946  category="lo",
212947  cjkwd="w",
212948  description="HENTAIGANA LETTER NA-1",
212949  direction="l",
212950  linebreak="id",
212951  unicodeslot=0x1B07E,
212952 },
212953 [0x1B07F]={
212954  category="lo",
212955  cjkwd="w",
212956  description="HENTAIGANA LETTER NA-2",
212957  direction="l",
212958  linebreak="id",
212959  unicodeslot=0x1B07F,
212960 },
212961 [0x1B080]={
212962  category="lo",
212963  cjkwd="w",
212964  description="HENTAIGANA LETTER NA-3",
212965  direction="l",
212966  linebreak="id",
212967  unicodeslot=0x1B080,
212968 },
212969 [0x1B081]={
212970  category="lo",
212971  cjkwd="w",
212972  description="HENTAIGANA LETTER NA-4",
212973  direction="l",
212974  linebreak="id",
212975  unicodeslot=0x1B081,
212976 },
212977 [0x1B082]={
212978  category="lo",
212979  cjkwd="w",
212980  description="HENTAIGANA LETTER NA-5",
212981  direction="l",
212982  linebreak="id",
212983  unicodeslot=0x1B082,
212984 },
212985 [0x1B083]={
212986  category="lo",
212987  cjkwd="w",
212988  description="HENTAIGANA LETTER NA-6",
212989  direction="l",
212990  linebreak="id",
212991  unicodeslot=0x1B083,
212992 },
212993 [0x1B084]={
212994  category="lo",
212995  cjkwd="w",
212996  description="HENTAIGANA LETTER NA-7",
212997  direction="l",
212998  linebreak="id",
212999  unicodeslot=0x1B084,
213000 },
213001 [0x1B085]={
213002  category="lo",
213003  cjkwd="w",
213004  description="HENTAIGANA LETTER NA-8",
213005  direction="l",
213006  linebreak="id",
213007  unicodeslot=0x1B085,
213008 },
213009 [0x1B086]={
213010  category="lo",
213011  cjkwd="w",
213012  description="HENTAIGANA LETTER NA-9",
213013  direction="l",
213014  linebreak="id",
213015  unicodeslot=0x1B086,
213016 },
213017 [0x1B087]={
213018  category="lo",
213019  cjkwd="w",
213020  description="HENTAIGANA LETTER NI-1",
213021  direction="l",
213022  linebreak="id",
213023  unicodeslot=0x1B087,
213024 },
213025 [0x1B088]={
213026  category="lo",
213027  cjkwd="w",
213028  description="HENTAIGANA LETTER NI-2",
213029  direction="l",
213030  linebreak="id",
213031  unicodeslot=0x1B088,
213032 },
213033 [0x1B089]={
213034  category="lo",
213035  cjkwd="w",
213036  description="HENTAIGANA LETTER NI-3",
213037  direction="l",
213038  linebreak="id",
213039  unicodeslot=0x1B089,
213040 },
213041 [0x1B08A]={
213042  category="lo",
213043  cjkwd="w",
213044  description="HENTAIGANA LETTER NI-4",
213045  direction="l",
213046  linebreak="id",
213047  unicodeslot=0x1B08A,
213048 },
213049 [0x1B08B]={
213050  category="lo",
213051  cjkwd="w",
213052  description="HENTAIGANA LETTER NI-5",
213053  direction="l",
213054  linebreak="id",
213055  unicodeslot=0x1B08B,
213056 },
213057 [0x1B08C]={
213058  category="lo",
213059  cjkwd="w",
213060  description="HENTAIGANA LETTER NI-6",
213061  direction="l",
213062  linebreak="id",
213063  unicodeslot=0x1B08C,
213064 },
213065 [0x1B08D]={
213066  category="lo",
213067  cjkwd="w",
213068  description="HENTAIGANA LETTER NI-7",
213069  direction="l",
213070  linebreak="id",
213071  unicodeslot=0x1B08D,
213072 },
213073 [0x1B08E]={
213074  category="lo",
213075  cjkwd="w",
213076  description="HENTAIGANA LETTER NI-TE",
213077  direction="l",
213078  linebreak="id",
213079  unicodeslot=0x1B08E,
213080 },
213081 [0x1B08F]={
213082  category="lo",
213083  cjkwd="w",
213084  description="HENTAIGANA LETTER NU-1",
213085  direction="l",
213086  linebreak="id",
213087  unicodeslot=0x1B08F,
213088 },
213089 [0x1B090]={
213090  category="lo",
213091  cjkwd="w",
213092  description="HENTAIGANA LETTER NU-2",
213093  direction="l",
213094  linebreak="id",
213095  unicodeslot=0x1B090,
213096 },
213097 [0x1B091]={
213098  category="lo",
213099  cjkwd="w",
213100  description="HENTAIGANA LETTER NU-3",
213101  direction="l",
213102  linebreak="id",
213103  unicodeslot=0x1B091,
213104 },
213105 [0x1B092]={
213106  category="lo",
213107  cjkwd="w",
213108  description="HENTAIGANA LETTER NE-1",
213109  direction="l",
213110  linebreak="id",
213111  unicodeslot=0x1B092,
213112 },
213113 [0x1B093]={
213114  category="lo",
213115  cjkwd="w",
213116  description="HENTAIGANA LETTER NE-2",
213117  direction="l",
213118  linebreak="id",
213119  unicodeslot=0x1B093,
213120 },
213121 [0x1B094]={
213122  category="lo",
213123  cjkwd="w",
213124  description="HENTAIGANA LETTER NE-3",
213125  direction="l",
213126  linebreak="id",
213127  unicodeslot=0x1B094,
213128 },
213129 [0x1B095]={
213130  category="lo",
213131  cjkwd="w",
213132  description="HENTAIGANA LETTER NE-4",
213133  direction="l",
213134  linebreak="id",
213135  unicodeslot=0x1B095,
213136 },
213137 [0x1B096]={
213138  category="lo",
213139  cjkwd="w",
213140  description="HENTAIGANA LETTER NE-5",
213141  direction="l",
213142  linebreak="id",
213143  unicodeslot=0x1B096,
213144 },
213145 [0x1B097]={
213146  category="lo",
213147  cjkwd="w",
213148  description="HENTAIGANA LETTER NE-6",
213149  direction="l",
213150  linebreak="id",
213151  unicodeslot=0x1B097,
213152 },
213153 [0x1B098]={
213154  category="lo",
213155  cjkwd="w",
213156  description="HENTAIGANA LETTER NE-KO",
213157  direction="l",
213158  linebreak="id",
213159  unicodeslot=0x1B098,
213160 },
213161 [0x1B099]={
213162  category="lo",
213163  cjkwd="w",
213164  description="HENTAIGANA LETTER NO-1",
213165  direction="l",
213166  linebreak="id",
213167  unicodeslot=0x1B099,
213168 },
213169 [0x1B09A]={
213170  category="lo",
213171  cjkwd="w",
213172  description="HENTAIGANA LETTER NO-2",
213173  direction="l",
213174  linebreak="id",
213175  unicodeslot=0x1B09A,
213176 },
213177 [0x1B09B]={
213178  category="lo",
213179  cjkwd="w",
213180  description="HENTAIGANA LETTER NO-3",
213181  direction="l",
213182  linebreak="id",
213183  unicodeslot=0x1B09B,
213184 },
213185 [0x1B09C]={
213186  category="lo",
213187  cjkwd="w",
213188  description="HENTAIGANA LETTER NO-4",
213189  direction="l",
213190  linebreak="id",
213191  unicodeslot=0x1B09C,
213192 },
213193 [0x1B09D]={
213194  category="lo",
213195  cjkwd="w",
213196  description="HENTAIGANA LETTER NO-5",
213197  direction="l",
213198  linebreak="id",
213199  unicodeslot=0x1B09D,
213200 },
213201 [0x1B09E]={
213202  category="lo",
213203  cjkwd="w",
213204  description="HENTAIGANA LETTER HA-1",
213205  direction="l",
213206  linebreak="id",
213207  unicodeslot=0x1B09E,
213208 },
213209 [0x1B09F]={
213210  category="lo",
213211  cjkwd="w",
213212  description="HENTAIGANA LETTER HA-2",
213213  direction="l",
213214  linebreak="id",
213215  unicodeslot=0x1B09F,
213216 },
213217 [0x1B0A0]={
213218  category="lo",
213219  cjkwd="w",
213220  description="HENTAIGANA LETTER HA-3",
213221  direction="l",
213222  linebreak="id",
213223  unicodeslot=0x1B0A0,
213224 },
213225 [0x1B0A1]={
213226  category="lo",
213227  cjkwd="w",
213228  description="HENTAIGANA LETTER HA-4",
213229  direction="l",
213230  linebreak="id",
213231  unicodeslot=0x1B0A1,
213232 },
213233 [0x1B0A2]={
213234  category="lo",
213235  cjkwd="w",
213236  description="HENTAIGANA LETTER HA-5",
213237  direction="l",
213238  linebreak="id",
213239  unicodeslot=0x1B0A2,
213240 },
213241 [0x1B0A3]={
213242  category="lo",
213243  cjkwd="w",
213244  description="HENTAIGANA LETTER HA-6",
213245  direction="l",
213246  linebreak="id",
213247  unicodeslot=0x1B0A3,
213248 },
213249 [0x1B0A4]={
213250  category="lo",
213251  cjkwd="w",
213252  description="HENTAIGANA LETTER HA-7",
213253  direction="l",
213254  linebreak="id",
213255  unicodeslot=0x1B0A4,
213256 },
213257 [0x1B0A5]={
213258  category="lo",
213259  cjkwd="w",
213260  description="HENTAIGANA LETTER HA-8",
213261  direction="l",
213262  linebreak="id",
213263  unicodeslot=0x1B0A5,
213264 },
213265 [0x1B0A6]={
213266  category="lo",
213267  cjkwd="w",
213268  description="HENTAIGANA LETTER HA-9",
213269  direction="l",
213270  linebreak="id",
213271  unicodeslot=0x1B0A6,
213272 },
213273 [0x1B0A7]={
213274  category="lo",
213275  cjkwd="w",
213276  description="HENTAIGANA LETTER HA-10",
213277  direction="l",
213278  linebreak="id",
213279  unicodeslot=0x1B0A7,
213280 },
213281 [0x1B0A8]={
213282  category="lo",
213283  cjkwd="w",
213284  description="HENTAIGANA LETTER HA-11",
213285  direction="l",
213286  linebreak="id",
213287  unicodeslot=0x1B0A8,
213288 },
213289 [0x1B0A9]={
213290  category="lo",
213291  cjkwd="w",
213292  description="HENTAIGANA LETTER HI-1",
213293  direction="l",
213294  linebreak="id",
213295  unicodeslot=0x1B0A9,
213296 },
213297 [0x1B0AA]={
213298  category="lo",
213299  cjkwd="w",
213300  description="HENTAIGANA LETTER HI-2",
213301  direction="l",
213302  linebreak="id",
213303  unicodeslot=0x1B0AA,
213304 },
213305 [0x1B0AB]={
213306  category="lo",
213307  cjkwd="w",
213308  description="HENTAIGANA LETTER HI-3",
213309  direction="l",
213310  linebreak="id",
213311  unicodeslot=0x1B0AB,
213312 },
213313 [0x1B0AC]={
213314  category="lo",
213315  cjkwd="w",
213316  description="HENTAIGANA LETTER HI-4",
213317  direction="l",
213318  linebreak="id",
213319  unicodeslot=0x1B0AC,
213320 },
213321 [0x1B0AD]={
213322  category="lo",
213323  cjkwd="w",
213324  description="HENTAIGANA LETTER HI-5",
213325  direction="l",
213326  linebreak="id",
213327  unicodeslot=0x1B0AD,
213328 },
213329 [0x1B0AE]={
213330  category="lo",
213331  cjkwd="w",
213332  description="HENTAIGANA LETTER HI-6",
213333  direction="l",
213334  linebreak="id",
213335  unicodeslot=0x1B0AE,
213336 },
213337 [0x1B0AF]={
213338  category="lo",
213339  cjkwd="w",
213340  description="HENTAIGANA LETTER HI-7",
213341  direction="l",
213342  linebreak="id",
213343  unicodeslot=0x1B0AF,
213344 },
213345 [0x1B0B0]={
213346  category="lo",
213347  cjkwd="w",
213348  description="HENTAIGANA LETTER HU-1",
213349  direction="l",
213350  linebreak="id",
213351  unicodeslot=0x1B0B0,
213352 },
213353 [0x1B0B1]={
213354  category="lo",
213355  cjkwd="w",
213356  description="HENTAIGANA LETTER HU-2",
213357  direction="l",
213358  linebreak="id",
213359  unicodeslot=0x1B0B1,
213360 },
213361 [0x1B0B2]={
213362  category="lo",
213363  cjkwd="w",
213364  description="HENTAIGANA LETTER HU-3",
213365  direction="l",
213366  linebreak="id",
213367  unicodeslot=0x1B0B2,
213368 },
213369 [0x1B0B3]={
213370  category="lo",
213371  cjkwd="w",
213372  description="HENTAIGANA LETTER HE-1",
213373  direction="l",
213374  linebreak="id",
213375  unicodeslot=0x1B0B3,
213376 },
213377 [0x1B0B4]={
213378  category="lo",
213379  cjkwd="w",
213380  description="HENTAIGANA LETTER HE-2",
213381  direction="l",
213382  linebreak="id",
213383  unicodeslot=0x1B0B4,
213384 },
213385 [0x1B0B5]={
213386  category="lo",
213387  cjkwd="w",
213388  description="HENTAIGANA LETTER HE-3",
213389  direction="l",
213390  linebreak="id",
213391  unicodeslot=0x1B0B5,
213392 },
213393 [0x1B0B6]={
213394  category="lo",
213395  cjkwd="w",
213396  description="HENTAIGANA LETTER HE-4",
213397  direction="l",
213398  linebreak="id",
213399  unicodeslot=0x1B0B6,
213400 },
213401 [0x1B0B7]={
213402  category="lo",
213403  cjkwd="w",
213404  description="HENTAIGANA LETTER HE-5",
213405  direction="l",
213406  linebreak="id",
213407  unicodeslot=0x1B0B7,
213408 },
213409 [0x1B0B8]={
213410  category="lo",
213411  cjkwd="w",
213412  description="HENTAIGANA LETTER HE-6",
213413  direction="l",
213414  linebreak="id",
213415  unicodeslot=0x1B0B8,
213416 },
213417 [0x1B0B9]={
213418  category="lo",
213419  cjkwd="w",
213420  description="HENTAIGANA LETTER HE-7",
213421  direction="l",
213422  linebreak="id",
213423  unicodeslot=0x1B0B9,
213424 },
213425 [0x1B0BA]={
213426  category="lo",
213427  cjkwd="w",
213428  description="HENTAIGANA LETTER HO-1",
213429  direction="l",
213430  linebreak="id",
213431  unicodeslot=0x1B0BA,
213432 },
213433 [0x1B0BB]={
213434  category="lo",
213435  cjkwd="w",
213436  description="HENTAIGANA LETTER HO-2",
213437  direction="l",
213438  linebreak="id",
213439  unicodeslot=0x1B0BB,
213440 },
213441 [0x1B0BC]={
213442  category="lo",
213443  cjkwd="w",
213444  description="HENTAIGANA LETTER HO-3",
213445  direction="l",
213446  linebreak="id",
213447  unicodeslot=0x1B0BC,
213448 },
213449 [0x1B0BD]={
213450  category="lo",
213451  cjkwd="w",
213452  description="HENTAIGANA LETTER HO-4",
213453  direction="l",
213454  linebreak="id",
213455  unicodeslot=0x1B0BD,
213456 },
213457 [0x1B0BE]={
213458  category="lo",
213459  cjkwd="w",
213460  description="HENTAIGANA LETTER HO-5",
213461  direction="l",
213462  linebreak="id",
213463  unicodeslot=0x1B0BE,
213464 },
213465 [0x1B0BF]={
213466  category="lo",
213467  cjkwd="w",
213468  description="HENTAIGANA LETTER HO-6",
213469  direction="l",
213470  linebreak="id",
213471  unicodeslot=0x1B0BF,
213472 },
213473 [0x1B0C0]={
213474  category="lo",
213475  cjkwd="w",
213476  description="HENTAIGANA LETTER HO-7",
213477  direction="l",
213478  linebreak="id",
213479  unicodeslot=0x1B0C0,
213480 },
213481 [0x1B0C1]={
213482  category="lo",
213483  cjkwd="w",
213484  description="HENTAIGANA LETTER HO-8",
213485  direction="l",
213486  linebreak="id",
213487  unicodeslot=0x1B0C1,
213488 },
213489 [0x1B0C2]={
213490  category="lo",
213491  cjkwd="w",
213492  description="HENTAIGANA LETTER MA-1",
213493  direction="l",
213494  linebreak="id",
213495  unicodeslot=0x1B0C2,
213496 },
213497 [0x1B0C3]={
213498  category="lo",
213499  cjkwd="w",
213500  description="HENTAIGANA LETTER MA-2",
213501  direction="l",
213502  linebreak="id",
213503  unicodeslot=0x1B0C3,
213504 },
213505 [0x1B0C4]={
213506  category="lo",
213507  cjkwd="w",
213508  description="HENTAIGANA LETTER MA-3",
213509  direction="l",
213510  linebreak="id",
213511  unicodeslot=0x1B0C4,
213512 },
213513 [0x1B0C5]={
213514  category="lo",
213515  cjkwd="w",
213516  description="HENTAIGANA LETTER MA-4",
213517  direction="l",
213518  linebreak="id",
213519  unicodeslot=0x1B0C5,
213520 },
213521 [0x1B0C6]={
213522  category="lo",
213523  cjkwd="w",
213524  description="HENTAIGANA LETTER MA-5",
213525  direction="l",
213526  linebreak="id",
213527  unicodeslot=0x1B0C6,
213528 },
213529 [0x1B0C7]={
213530  category="lo",
213531  cjkwd="w",
213532  description="HENTAIGANA LETTER MA-6",
213533  direction="l",
213534  linebreak="id",
213535  unicodeslot=0x1B0C7,
213536 },
213537 [0x1B0C8]={
213538  category="lo",
213539  cjkwd="w",
213540  description="HENTAIGANA LETTER MA-7",
213541  direction="l",
213542  linebreak="id",
213543  unicodeslot=0x1B0C8,
213544 },
213545 [0x1B0C9]={
213546  category="lo",
213547  cjkwd="w",
213548  description="HENTAIGANA LETTER MI-1",
213549  direction="l",
213550  linebreak="id",
213551  unicodeslot=0x1B0C9,
213552 },
213553 [0x1B0CA]={
213554  category="lo",
213555  cjkwd="w",
213556  description="HENTAIGANA LETTER MI-2",
213557  direction="l",
213558  linebreak="id",
213559  unicodeslot=0x1B0CA,
213560 },
213561 [0x1B0CB]={
213562  category="lo",
213563  cjkwd="w",
213564  description="HENTAIGANA LETTER MI-3",
213565  direction="l",
213566  linebreak="id",
213567  unicodeslot=0x1B0CB,
213568 },
213569 [0x1B0CC]={
213570  category="lo",
213571  cjkwd="w",
213572  description="HENTAIGANA LETTER MI-4",
213573  direction="l",
213574  linebreak="id",
213575  unicodeslot=0x1B0CC,
213576 },
213577 [0x1B0CD]={
213578  category="lo",
213579  cjkwd="w",
213580  description="HENTAIGANA LETTER MI-5",
213581  direction="l",
213582  linebreak="id",
213583  unicodeslot=0x1B0CD,
213584 },
213585 [0x1B0CE]={
213586  category="lo",
213587  cjkwd="w",
213588  description="HENTAIGANA LETTER MI-6",
213589  direction="l",
213590  linebreak="id",
213591  unicodeslot=0x1B0CE,
213592 },
213593 [0x1B0CF]={
213594  category="lo",
213595  cjkwd="w",
213596  description="HENTAIGANA LETTER MI-7",
213597  direction="l",
213598  linebreak="id",
213599  unicodeslot=0x1B0CF,
213600 },
213601 [0x1B0D0]={
213602  category="lo",
213603  cjkwd="w",
213604  description="HENTAIGANA LETTER MU-1",
213605  direction="l",
213606  linebreak="id",
213607  unicodeslot=0x1B0D0,
213608 },
213609 [0x1B0D1]={
213610  category="lo",
213611  cjkwd="w",
213612  description="HENTAIGANA LETTER MU-2",
213613  direction="l",
213614  linebreak="id",
213615  unicodeslot=0x1B0D1,
213616 },
213617 [0x1B0D2]={
213618  category="lo",
213619  cjkwd="w",
213620  description="HENTAIGANA LETTER MU-3",
213621  direction="l",
213622  linebreak="id",
213623  unicodeslot=0x1B0D2,
213624 },
213625 [0x1B0D3]={
213626  category="lo",
213627  cjkwd="w",
213628  description="HENTAIGANA LETTER MU-4",
213629  direction="l",
213630  linebreak="id",
213631  unicodeslot=0x1B0D3,
213632 },
213633 [0x1B0D4]={
213634  category="lo",
213635  cjkwd="w",
213636  description="HENTAIGANA LETTER ME-1",
213637  direction="l",
213638  linebreak="id",
213639  unicodeslot=0x1B0D4,
213640 },
213641 [0x1B0D5]={
213642  category="lo",
213643  cjkwd="w",
213644  description="HENTAIGANA LETTER ME-2",
213645  direction="l",
213646  linebreak="id",
213647  unicodeslot=0x1B0D5,
213648 },
213649 [0x1B0D6]={
213650  category="lo",
213651  cjkwd="w",
213652  description="HENTAIGANA LETTER ME-MA",
213653  direction="l",
213654  linebreak="id",
213655  unicodeslot=0x1B0D6,
213656 },
213657 [0x1B0D7]={
213658  category="lo",
213659  cjkwd="w",
213660  description="HENTAIGANA LETTER MO-1",
213661  direction="l",
213662  linebreak="id",
213663  unicodeslot=0x1B0D7,
213664 },
213665 [0x1B0D8]={
213666  category="lo",
213667  cjkwd="w",
213668  description="HENTAIGANA LETTER MO-2",
213669  direction="l",
213670  linebreak="id",
213671  unicodeslot=0x1B0D8,
213672 },
213673 [0x1B0D9]={
213674  category="lo",
213675  cjkwd="w",
213676  description="HENTAIGANA LETTER MO-3",
213677  direction="l",
213678  linebreak="id",
213679  unicodeslot=0x1B0D9,
213680 },
213681 [0x1B0DA]={
213682  category="lo",
213683  cjkwd="w",
213684  description="HENTAIGANA LETTER MO-4",
213685  direction="l",
213686  linebreak="id",
213687  unicodeslot=0x1B0DA,
213688 },
213689 [0x1B0DB]={
213690  category="lo",
213691  cjkwd="w",
213692  description="HENTAIGANA LETTER MO-5",
213693  direction="l",
213694  linebreak="id",
213695  unicodeslot=0x1B0DB,
213696 },
213697 [0x1B0DC]={
213698  category="lo",
213699  cjkwd="w",
213700  description="HENTAIGANA LETTER MO-6",
213701  direction="l",
213702  linebreak="id",
213703  unicodeslot=0x1B0DC,
213704 },
213705 [0x1B0DD]={
213706  category="lo",
213707  cjkwd="w",
213708  description="HENTAIGANA LETTER YA-1",
213709  direction="l",
213710  linebreak="id",
213711  unicodeslot=0x1B0DD,
213712 },
213713 [0x1B0DE]={
213714  category="lo",
213715  cjkwd="w",
213716  description="HENTAIGANA LETTER YA-2",
213717  direction="l",
213718  linebreak="id",
213719  unicodeslot=0x1B0DE,
213720 },
213721 [0x1B0DF]={
213722  category="lo",
213723  cjkwd="w",
213724  description="HENTAIGANA LETTER YA-3",
213725  direction="l",
213726  linebreak="id",
213727  unicodeslot=0x1B0DF,
213728 },
213729 [0x1B0E0]={
213730  category="lo",
213731  cjkwd="w",
213732  description="HENTAIGANA LETTER YA-4",
213733  direction="l",
213734  linebreak="id",
213735  unicodeslot=0x1B0E0,
213736 },
213737 [0x1B0E1]={
213738  category="lo",
213739  cjkwd="w",
213740  description="HENTAIGANA LETTER YA-5",
213741  direction="l",
213742  linebreak="id",
213743  unicodeslot=0x1B0E1,
213744 },
213745 [0x1B0E2]={
213746  category="lo",
213747  cjkwd="w",
213748  description="HENTAIGANA LETTER YA-YO",
213749  direction="l",
213750  linebreak="id",
213751  unicodeslot=0x1B0E2,
213752 },
213753 [0x1B0E3]={
213754  category="lo",
213755  cjkwd="w",
213756  description="HENTAIGANA LETTER YU-1",
213757  direction="l",
213758  linebreak="id",
213759  unicodeslot=0x1B0E3,
213760 },
213761 [0x1B0E4]={
213762  category="lo",
213763  cjkwd="w",
213764  description="HENTAIGANA LETTER YU-2",
213765  direction="l",
213766  linebreak="id",
213767  unicodeslot=0x1B0E4,
213768 },
213769 [0x1B0E5]={
213770  category="lo",
213771  cjkwd="w",
213772  description="HENTAIGANA LETTER YU-3",
213773  direction="l",
213774  linebreak="id",
213775  unicodeslot=0x1B0E5,
213776 },
213777 [0x1B0E6]={
213778  category="lo",
213779  cjkwd="w",
213780  description="HENTAIGANA LETTER YU-4",
213781  direction="l",
213782  linebreak="id",
213783  unicodeslot=0x1B0E6,
213784 },
213785 [0x1B0E7]={
213786  category="lo",
213787  cjkwd="w",
213788  description="HENTAIGANA LETTER YO-1",
213789  direction="l",
213790  linebreak="id",
213791  unicodeslot=0x1B0E7,
213792 },
213793 [0x1B0E8]={
213794  category="lo",
213795  cjkwd="w",
213796  description="HENTAIGANA LETTER YO-2",
213797  direction="l",
213798  linebreak="id",
213799  unicodeslot=0x1B0E8,
213800 },
213801 [0x1B0E9]={
213802  category="lo",
213803  cjkwd="w",
213804  description="HENTAIGANA LETTER YO-3",
213805  direction="l",
213806  linebreak="id",
213807  unicodeslot=0x1B0E9,
213808 },
213809 [0x1B0EA]={
213810  category="lo",
213811  cjkwd="w",
213812  description="HENTAIGANA LETTER YO-4",
213813  direction="l",
213814  linebreak="id",
213815  unicodeslot=0x1B0EA,
213816 },
213817 [0x1B0EB]={
213818  category="lo",
213819  cjkwd="w",
213820  description="HENTAIGANA LETTER YO-5",
213821  direction="l",
213822  linebreak="id",
213823  unicodeslot=0x1B0EB,
213824 },
213825 [0x1B0EC]={
213826  category="lo",
213827  cjkwd="w",
213828  description="HENTAIGANA LETTER YO-6",
213829  direction="l",
213830  linebreak="id",
213831  unicodeslot=0x1B0EC,
213832 },
213833 [0x1B0ED]={
213834  category="lo",
213835  cjkwd="w",
213836  description="HENTAIGANA LETTER RA-1",
213837  direction="l",
213838  linebreak="id",
213839  unicodeslot=0x1B0ED,
213840 },
213841 [0x1B0EE]={
213842  category="lo",
213843  cjkwd="w",
213844  description="HENTAIGANA LETTER RA-2",
213845  direction="l",
213846  linebreak="id",
213847  unicodeslot=0x1B0EE,
213848 },
213849 [0x1B0EF]={
213850  category="lo",
213851  cjkwd="w",
213852  description="HENTAIGANA LETTER RA-3",
213853  direction="l",
213854  linebreak="id",
213855  unicodeslot=0x1B0EF,
213856 },
213857 [0x1B0F0]={
213858  category="lo",
213859  cjkwd="w",
213860  description="HENTAIGANA LETTER RA-4",
213861  direction="l",
213862  linebreak="id",
213863  unicodeslot=0x1B0F0,
213864 },
213865 [0x1B0F1]={
213866  category="lo",
213867  cjkwd="w",
213868  description="HENTAIGANA LETTER RI-1",
213869  direction="l",
213870  linebreak="id",
213871  unicodeslot=0x1B0F1,
213872 },
213873 [0x1B0F2]={
213874  category="lo",
213875  cjkwd="w",
213876  description="HENTAIGANA LETTER RI-2",
213877  direction="l",
213878  linebreak="id",
213879  unicodeslot=0x1B0F2,
213880 },
213881 [0x1B0F3]={
213882  category="lo",
213883  cjkwd="w",
213884  description="HENTAIGANA LETTER RI-3",
213885  direction="l",
213886  linebreak="id",
213887  unicodeslot=0x1B0F3,
213888 },
213889 [0x1B0F4]={
213890  category="lo",
213891  cjkwd="w",
213892  description="HENTAIGANA LETTER RI-4",
213893  direction="l",
213894  linebreak="id",
213895  unicodeslot=0x1B0F4,
213896 },
213897 [0x1B0F5]={
213898  category="lo",
213899  cjkwd="w",
213900  description="HENTAIGANA LETTER RI-5",
213901  direction="l",
213902  linebreak="id",
213903  unicodeslot=0x1B0F5,
213904 },
213905 [0x1B0F6]={
213906  category="lo",
213907  cjkwd="w",
213908  description="HENTAIGANA LETTER RI-6",
213909  direction="l",
213910  linebreak="id",
213911  unicodeslot=0x1B0F6,
213912 },
213913 [0x1B0F7]={
213914  category="lo",
213915  cjkwd="w",
213916  description="HENTAIGANA LETTER RI-7",
213917  direction="l",
213918  linebreak="id",
213919  unicodeslot=0x1B0F7,
213920 },
213921 [0x1B0F8]={
213922  category="lo",
213923  cjkwd="w",
213924  description="HENTAIGANA LETTER RU-1",
213925  direction="l",
213926  linebreak="id",
213927  unicodeslot=0x1B0F8,
213928 },
213929 [0x1B0F9]={
213930  category="lo",
213931  cjkwd="w",
213932  description="HENTAIGANA LETTER RU-2",
213933  direction="l",
213934  linebreak="id",
213935  unicodeslot=0x1B0F9,
213936 },
213937 [0x1B0FA]={
213938  category="lo",
213939  cjkwd="w",
213940  description="HENTAIGANA LETTER RU-3",
213941  direction="l",
213942  linebreak="id",
213943  unicodeslot=0x1B0FA,
213944 },
213945 [0x1B0FB]={
213946  category="lo",
213947  cjkwd="w",
213948  description="HENTAIGANA LETTER RU-4",
213949  direction="l",
213950  linebreak="id",
213951  unicodeslot=0x1B0FB,
213952 },
213953 [0x1B0FC]={
213954  category="lo",
213955  cjkwd="w",
213956  description="HENTAIGANA LETTER RU-5",
213957  direction="l",
213958  linebreak="id",
213959  unicodeslot=0x1B0FC,
213960 },
213961 [0x1B0FD]={
213962  category="lo",
213963  cjkwd="w",
213964  description="HENTAIGANA LETTER RU-6",
213965  direction="l",
213966  linebreak="id",
213967  unicodeslot=0x1B0FD,
213968 },
213969 [0x1B0FE]={
213970  category="lo",
213971  cjkwd="w",
213972  description="HENTAIGANA LETTER RE-1",
213973  direction="l",
213974  linebreak="id",
213975  unicodeslot=0x1B0FE,
213976 },
213977 [0x1B0FF]={
213978  category="lo",
213979  cjkwd="w",
213980  description="HENTAIGANA LETTER RE-2",
213981  direction="l",
213982  linebreak="id",
213983  unicodeslot=0x1B0FF,
213984 },
213985 [0x1B100]={
213986  category="lo",
213987  cjkwd="w",
213988  description="HENTAIGANA LETTER RE-3",
213989  direction="l",
213990  linebreak="id",
213991  unicodeslot=0x1B100,
213992 },
213993 [0x1B101]={
213994  category="lo",
213995  cjkwd="w",
213996  description="HENTAIGANA LETTER RE-4",
213997  direction="l",
213998  linebreak="id",
213999  unicodeslot=0x1B101,
214000 },
214001 [0x1B102]={
214002  category="lo",
214003  cjkwd="w",
214004  description="HENTAIGANA LETTER RO-1",
214005  direction="l",
214006  linebreak="id",
214007  unicodeslot=0x1B102,
214008 },
214009 [0x1B103]={
214010  category="lo",
214011  cjkwd="w",
214012  description="HENTAIGANA LETTER RO-2",
214013  direction="l",
214014  linebreak="id",
214015  unicodeslot=0x1B103,
214016 },
214017 [0x1B104]={
214018  category="lo",
214019  cjkwd="w",
214020  description="HENTAIGANA LETTER RO-3",
214021  direction="l",
214022  linebreak="id",
214023  unicodeslot=0x1B104,
214024 },
214025 [0x1B105]={
214026  category="lo",
214027  cjkwd="w",
214028  description="HENTAIGANA LETTER RO-4",
214029  direction="l",
214030  linebreak="id",
214031  unicodeslot=0x1B105,
214032 },
214033 [0x1B106]={
214034  category="lo",
214035  cjkwd="w",
214036  description="HENTAIGANA LETTER RO-5",
214037  direction="l",
214038  linebreak="id",
214039  unicodeslot=0x1B106,
214040 },
214041 [0x1B107]={
214042  category="lo",
214043  cjkwd="w",
214044  description="HENTAIGANA LETTER RO-6",
214045  direction="l",
214046  linebreak="id",
214047  unicodeslot=0x1B107,
214048 },
214049 [0x1B108]={
214050  category="lo",
214051  cjkwd="w",
214052  description="HENTAIGANA LETTER WA-1",
214053  direction="l",
214054  linebreak="id",
214055  unicodeslot=0x1B108,
214056 },
214057 [0x1B109]={
214058  category="lo",
214059  cjkwd="w",
214060  description="HENTAIGANA LETTER WA-2",
214061  direction="l",
214062  linebreak="id",
214063  unicodeslot=0x1B109,
214064 },
214065 [0x1B10A]={
214066  category="lo",
214067  cjkwd="w",
214068  description="HENTAIGANA LETTER WA-3",
214069  direction="l",
214070  linebreak="id",
214071  unicodeslot=0x1B10A,
214072 },
214073 [0x1B10B]={
214074  category="lo",
214075  cjkwd="w",
214076  description="HENTAIGANA LETTER WA-4",
214077  direction="l",
214078  linebreak="id",
214079  unicodeslot=0x1B10B,
214080 },
214081 [0x1B10C]={
214082  category="lo",
214083  cjkwd="w",
214084  description="HENTAIGANA LETTER WA-5",
214085  direction="l",
214086  linebreak="id",
214087  unicodeslot=0x1B10C,
214088 },
214089 [0x1B10D]={
214090  category="lo",
214091  cjkwd="w",
214092  description="HENTAIGANA LETTER WI-1",
214093  direction="l",
214094  linebreak="id",
214095  unicodeslot=0x1B10D,
214096 },
214097 [0x1B10E]={
214098  category="lo",
214099  cjkwd="w",
214100  description="HENTAIGANA LETTER WI-2",
214101  direction="l",
214102  linebreak="id",
214103  unicodeslot=0x1B10E,
214104 },
214105 [0x1B10F]={
214106  category="lo",
214107  cjkwd="w",
214108  description="HENTAIGANA LETTER WI-3",
214109  direction="l",
214110  linebreak="id",
214111  unicodeslot=0x1B10F,
214112 },
214113 [0x1B110]={
214114  category="lo",
214115  cjkwd="w",
214116  description="HENTAIGANA LETTER WI-4",
214117  direction="l",
214118  linebreak="id",
214119  unicodeslot=0x1B110,
214120 },
214121 [0x1B111]={
214122  category="lo",
214123  cjkwd="w",
214124  description="HENTAIGANA LETTER WI-5",
214125  direction="l",
214126  linebreak="id",
214127  unicodeslot=0x1B111,
214128 },
214129 [0x1B112]={
214130  category="lo",
214131  cjkwd="w",
214132  description="HENTAIGANA LETTER WE-1",
214133  direction="l",
214134  linebreak="id",
214135  unicodeslot=0x1B112,
214136 },
214137 [0x1B113]={
214138  category="lo",
214139  cjkwd="w",
214140  description="HENTAIGANA LETTER WE-2",
214141  direction="l",
214142  linebreak="id",
214143  unicodeslot=0x1B113,
214144 },
214145 [0x1B114]={
214146  category="lo",
214147  cjkwd="w",
214148  description="HENTAIGANA LETTER WE-3",
214149  direction="l",
214150  linebreak="id",
214151  unicodeslot=0x1B114,
214152 },
214153 [0x1B115]={
214154  category="lo",
214155  cjkwd="w",
214156  description="HENTAIGANA LETTER WE-4",
214157  direction="l",
214158  linebreak="id",
214159  unicodeslot=0x1B115,
214160 },
214161 [0x1B116]={
214162  category="lo",
214163  cjkwd="w",
214164  description="HENTAIGANA LETTER WO-1",
214165  direction="l",
214166  linebreak="id",
214167  unicodeslot=0x1B116,
214168 },
214169 [0x1B117]={
214170  category="lo",
214171  cjkwd="w",
214172  description="HENTAIGANA LETTER WO-2",
214173  direction="l",
214174  linebreak="id",
214175  unicodeslot=0x1B117,
214176 },
214177 [0x1B118]={
214178  category="lo",
214179  cjkwd="w",
214180  description="HENTAIGANA LETTER WO-3",
214181  direction="l",
214182  linebreak="id",
214183  unicodeslot=0x1B118,
214184 },
214185 [0x1B119]={
214186  category="lo",
214187  cjkwd="w",
214188  description="HENTAIGANA LETTER WO-4",
214189  direction="l",
214190  linebreak="id",
214191  unicodeslot=0x1B119,
214192 },
214193 [0x1B11A]={
214194  category="lo",
214195  cjkwd="w",
214196  description="HENTAIGANA LETTER WO-5",
214197  direction="l",
214198  linebreak="id",
214199  unicodeslot=0x1B11A,
214200 },
214201 [0x1B11B]={
214202  category="lo",
214203  cjkwd="w",
214204  description="HENTAIGANA LETTER WO-6",
214205  direction="l",
214206  linebreak="id",
214207  unicodeslot=0x1B11B,
214208 },
214209 [0x1B11C]={
214210  category="lo",
214211  cjkwd="w",
214212  description="HENTAIGANA LETTER WO-7",
214213  direction="l",
214214  linebreak="id",
214215  unicodeslot=0x1B11C,
214216 },
214217 [0x1B11D]={
214218  category="lo",
214219  cjkwd="w",
214220  description="HENTAIGANA LETTER N-MU-MO-1",
214221  direction="l",
214222  linebreak="id",
214223  unicodeslot=0x1B11D,
214224 },
214225 [0x1B11E]={
214226  category="lo",
214227  cjkwd="w",
214228  description="HENTAIGANA LETTER N-MU-MO-2",
214229  direction="l",
214230  linebreak="id",
214231  unicodeslot=0x1B11E,
214232 },
214233 [0x1B11F]={
214234  category="lo",
214235  cjkwd="w",
214236  description="HIRAGANA LETTER ARCHAIC WU",
214237  direction="l",
214238  linebreak="id",
214239  unicodeslot=0x1B11F,
214240 },
214241 [0x1B120]={
214242  category="lo",
214243  cjkwd="w",
214244  description="KATAKANA LETTER ARCHAIC YI",
214245  direction="l",
214246  linebreak="id",
214247  unicodeslot=0x1B120,
214248 },
214249 [0x1B121]={
214250  category="lo",
214251  cjkwd="w",
214252  description="KATAKANA LETTER ARCHAIC YE",
214253  direction="l",
214254  linebreak="id",
214255  unicodeslot=0x1B121,
214256 },
214257 [0x1B122]={
214258  category="lo",
214259  cjkwd="w",
214260  description="KATAKANA LETTER ARCHAIC WU",
214261  direction="l",
214262  linebreak="id",
214263  unicodeslot=0x1B122,
214264 },
214265 [0x1B132]={
214266  category="lo",
214267  cjkwd="w",
214268  description="HIRAGANA LETTER SMALL KO",
214269  direction="l",
214270  linebreak="cj",
214271  unicodeslot=0x1B132,
214272 },
214273 [0x1B150]={
214274  category="lo",
214275  cjkwd="w",
214276  description="HIRAGANA LETTER SMALL WI",
214277  direction="l",
214278  linebreak="cj",
214279  unicodeslot=0x1B150,
214280 },
214281 [0x1B151]={
214282  category="lo",
214283  cjkwd="w",
214284  description="HIRAGANA LETTER SMALL WE",
214285  direction="l",
214286  linebreak="cj",
214287  unicodeslot=0x1B151,
214288 },
214289 [0x1B152]={
214290  category="lo",
214291  cjkwd="w",
214292  description="HIRAGANA LETTER SMALL WO",
214293  direction="l",
214294  linebreak="cj",
214295  unicodeslot=0x1B152,
214296 },
214297 [0x1B155]={
214298  category="lo",
214299  cjkwd="w",
214300  description="KATAKANA LETTER SMALL KO",
214301  direction="l",
214302  linebreak="cj",
214303  unicodeslot=0x1B155,
214304 },
214305 [0x1B164]={
214306  category="lo",
214307  cjkwd="w",
214308  description="KATAKANA LETTER SMALL WI",
214309  direction="l",
214310  linebreak="cj",
214311  unicodeslot=0x1B164,
214312 },
214313 [0x1B165]={
214314  category="lo",
214315  cjkwd="w",
214316  description="KATAKANA LETTER SMALL WE",
214317  direction="l",
214318  linebreak="cj",
214319  unicodeslot=0x1B165,
214320 },
214321 [0x1B166]={
214322  category="lo",
214323  cjkwd="w",
214324  description="KATAKANA LETTER SMALL WO",
214325  direction="l",
214326  linebreak="cj",
214327  unicodeslot=0x1B166,
214328 },
214329 [0x1B167]={
214330  category="lo",
214331  cjkwd="w",
214332  description="KATAKANA LETTER SMALL N",
214333  direction="l",
214334  linebreak="cj",
214335  unicodeslot=0x1B167,
214336 },
214337 [0x1BC00]={
214338  category="lo",
214339  description="DUPLOYAN LETTER H",
214340  direction="l",
214341  linebreak="al",
214342  unicodeslot=0x1BC00,
214343 },
214344 [0x1BC01]={
214345  category="lo",
214346  description="DUPLOYAN LETTER X",
214347  direction="l",
214348  linebreak="al",
214349  unicodeslot=0x1BC01,
214350 },
214351 [0x1BC02]={
214352  category="lo",
214353  description="DUPLOYAN LETTER P",
214354  direction="l",
214355  linebreak="al",
214356  unicodeslot=0x1BC02,
214357 },
214358 [0x1BC03]={
214359  category="lo",
214360  description="DUPLOYAN LETTER T",
214361  direction="l",
214362  linebreak="al",
214363  unicodeslot=0x1BC03,
214364 },
214365 [0x1BC04]={
214366  category="lo",
214367  description="DUPLOYAN LETTER F",
214368  direction="l",
214369  linebreak="al",
214370  unicodeslot=0x1BC04,
214371 },
214372 [0x1BC05]={
214373  category="lo",
214374  description="DUPLOYAN LETTER K",
214375  direction="l",
214376  linebreak="al",
214377  unicodeslot=0x1BC05,
214378 },
214379 [0x1BC06]={
214380  category="lo",
214381  description="DUPLOYAN LETTER L",
214382  direction="l",
214383  linebreak="al",
214384  unicodeslot=0x1BC06,
214385 },
214386 [0x1BC07]={
214387  category="lo",
214388  description="DUPLOYAN LETTER B",
214389  direction="l",
214390  linebreak="al",
214391  unicodeslot=0x1BC07,
214392 },
214393 [0x1BC08]={
214394  category="lo",
214395  description="DUPLOYAN LETTER D",
214396  direction="l",
214397  linebreak="al",
214398  unicodeslot=0x1BC08,
214399 },
214400 [0x1BC09]={
214401  category="lo",
214402  description="DUPLOYAN LETTER V",
214403  direction="l",
214404  linebreak="al",
214405  unicodeslot=0x1BC09,
214406 },
214407 [0x1BC0A]={
214408  category="lo",
214409  description="DUPLOYAN LETTER G",
214410  direction="l",
214411  linebreak="al",
214412  unicodeslot=0x1BC0A,
214413 },
214414 [0x1BC0B]={
214415  category="lo",
214416  description="DUPLOYAN LETTER R",
214417  direction="l",
214418  linebreak="al",
214419  unicodeslot=0x1BC0B,
214420 },
214421 [0x1BC0C]={
214422  category="lo",
214423  description="DUPLOYAN LETTER P N",
214424  direction="l",
214425  linebreak="al",
214426  unicodeslot=0x1BC0C,
214427 },
214428 [0x1BC0D]={
214429  category="lo",
214430  description="DUPLOYAN LETTER D S",
214431  direction="l",
214432  linebreak="al",
214433  unicodeslot=0x1BC0D,
214434 },
214435 [0x1BC0E]={
214436  category="lo",
214437  description="DUPLOYAN LETTER F N",
214438  direction="l",
214439  linebreak="al",
214440  unicodeslot=0x1BC0E,
214441 },
214442 [0x1BC0F]={
214443  category="lo",
214444  description="DUPLOYAN LETTER K M",
214445  direction="l",
214446  linebreak="al",
214447  unicodeslot=0x1BC0F,
214448 },
214449 [0x1BC10]={
214450  category="lo",
214451  description="DUPLOYAN LETTER R S",
214452  direction="l",
214453  linebreak="al",
214454  unicodeslot=0x1BC10,
214455 },
214456 [0x1BC11]={
214457  category="lo",
214458  description="DUPLOYAN LETTER TH",
214459  direction="l",
214460  linebreak="al",
214461  unicodeslot=0x1BC11,
214462 },
214463 [0x1BC12]={
214464  category="lo",
214465  description="DUPLOYAN LETTER SLOAN DH",
214466  direction="l",
214467  linebreak="al",
214468  unicodeslot=0x1BC12,
214469 },
214470 [0x1BC13]={
214471  category="lo",
214472  description="DUPLOYAN LETTER DH",
214473  direction="l",
214474  linebreak="al",
214475  unicodeslot=0x1BC13,
214476 },
214477 [0x1BC14]={
214478  category="lo",
214479  description="DUPLOYAN LETTER KK",
214480  direction="l",
214481  linebreak="al",
214482  unicodeslot=0x1BC14,
214483 },
214484 [0x1BC15]={
214485  category="lo",
214486  description="DUPLOYAN LETTER SLOAN J",
214487  direction="l",
214488  linebreak="al",
214489  unicodeslot=0x1BC15,
214490 },
214491 [0x1BC16]={
214492  category="lo",
214493  description="DUPLOYAN LETTER HL",
214494  direction="l",
214495  linebreak="al",
214496  unicodeslot=0x1BC16,
214497 },
214498 [0x1BC17]={
214499  category="lo",
214500  description="DUPLOYAN LETTER LH",
214501  direction="l",
214502  linebreak="al",
214503  unicodeslot=0x1BC17,
214504 },
214505 [0x1BC18]={
214506  category="lo",
214507  description="DUPLOYAN LETTER RH",
214508  direction="l",
214509  linebreak="al",
214510  unicodeslot=0x1BC18,
214511 },
214512 [0x1BC19]={
214513  category="lo",
214514  description="DUPLOYAN LETTER M",
214515  direction="l",
214516  linebreak="al",
214517  unicodeslot=0x1BC19,
214518 },
214519 [0x1BC1A]={
214520  category="lo",
214521  description="DUPLOYAN LETTER N",
214522  direction="l",
214523  linebreak="al",
214524  unicodeslot=0x1BC1A,
214525 },
214526 [0x1BC1B]={
214527  category="lo",
214528  description="DUPLOYAN LETTER J",
214529  direction="l",
214530  linebreak="al",
214531  unicodeslot=0x1BC1B,
214532 },
214533 [0x1BC1C]={
214534  category="lo",
214535  description="DUPLOYAN LETTER S",
214536  direction="l",
214537  linebreak="al",
214538  unicodeslot=0x1BC1C,
214539 },
214540 [0x1BC1D]={
214541  category="lo",
214542  description="DUPLOYAN LETTER M N",
214543  direction="l",
214544  linebreak="al",
214545  unicodeslot=0x1BC1D,
214546 },
214547 [0x1BC1E]={
214548  category="lo",
214549  description="DUPLOYAN LETTER N M",
214550  direction="l",
214551  linebreak="al",
214552  unicodeslot=0x1BC1E,
214553 },
214554 [0x1BC1F]={
214555  category="lo",
214556  description="DUPLOYAN LETTER J M",
214557  direction="l",
214558  linebreak="al",
214559  unicodeslot=0x1BC1F,
214560 },
214561 [0x1BC20]={
214562  category="lo",
214563  description="DUPLOYAN LETTER S J",
214564  direction="l",
214565  linebreak="al",
214566  unicodeslot=0x1BC20,
214567 },
214568 [0x1BC21]={
214569  category="lo",
214570  description="DUPLOYAN LETTER M WITH DOT",
214571  direction="l",
214572  linebreak="al",
214573  unicodeslot=0x1BC21,
214574 },
214575 [0x1BC22]={
214576  category="lo",
214577  description="DUPLOYAN LETTER N WITH DOT",
214578  direction="l",
214579  linebreak="al",
214580  unicodeslot=0x1BC22,
214581 },
214582 [0x1BC23]={
214583  category="lo",
214584  description="DUPLOYAN LETTER J WITH DOT",
214585  direction="l",
214586  linebreak="al",
214587  unicodeslot=0x1BC23,
214588 },
214589 [0x1BC24]={
214590  category="lo",
214591  description="DUPLOYAN LETTER J WITH DOTS INSIDE AND ABOVE",
214592  direction="l",
214593  linebreak="al",
214594  unicodeslot=0x1BC24,
214595 },
214596 [0x1BC25]={
214597  category="lo",
214598  description="DUPLOYAN LETTER S WITH DOT",
214599  direction="l",
214600  linebreak="al",
214601  unicodeslot=0x1BC25,
214602 },
214603 [0x1BC26]={
214604  category="lo",
214605  description="DUPLOYAN LETTER S WITH DOT BELOW",
214606  direction="l",
214607  linebreak="al",
214608  unicodeslot=0x1BC26,
214609 },
214610 [0x1BC27]={
214611  category="lo",
214612  description="DUPLOYAN LETTER M S",
214613  direction="l",
214614  linebreak="al",
214615  unicodeslot=0x1BC27,
214616 },
214617 [0x1BC28]={
214618  category="lo",
214619  description="DUPLOYAN LETTER N S",
214620  direction="l",
214621  linebreak="al",
214622  unicodeslot=0x1BC28,
214623 },
214624 [0x1BC29]={
214625  category="lo",
214626  description="DUPLOYAN LETTER J S",
214627  direction="l",
214628  linebreak="al",
214629  unicodeslot=0x1BC29,
214630 },
214631 [0x1BC2A]={
214632  category="lo",
214633  description="DUPLOYAN LETTER S S",
214634  direction="l",
214635  linebreak="al",
214636  unicodeslot=0x1BC2A,
214637 },
214638 [0x1BC2B]={
214639  category="lo",
214640  description="DUPLOYAN LETTER M N S",
214641  direction="l",
214642  linebreak="al",
214643  unicodeslot=0x1BC2B,
214644 },
214645 [0x1BC2C]={
214646  category="lo",
214647  description="DUPLOYAN LETTER N M S",
214648  direction="l",
214649  linebreak="al",
214650  unicodeslot=0x1BC2C,
214651 },
214652 [0x1BC2D]={
214653  category="lo",
214654  description="DUPLOYAN LETTER J M S",
214655  direction="l",
214656  linebreak="al",
214657  unicodeslot=0x1BC2D,
214658 },
214659 [0x1BC2E]={
214660  category="lo",
214661  description="DUPLOYAN LETTER S J S",
214662  direction="l",
214663  linebreak="al",
214664  unicodeslot=0x1BC2E,
214665 },
214666 [0x1BC2F]={
214667  category="lo",
214668  description="DUPLOYAN LETTER J S WITH DOT",
214669  direction="l",
214670  linebreak="al",
214671  unicodeslot=0x1BC2F,
214672 },
214673 [0x1BC30]={
214674  category="lo",
214675  description="DUPLOYAN LETTER J N",
214676  direction="l",
214677  linebreak="al",
214678  unicodeslot=0x1BC30,
214679 },
214680 [0x1BC31]={
214681  category="lo",
214682  description="DUPLOYAN LETTER J N S",
214683  direction="l",
214684  linebreak="al",
214685  unicodeslot=0x1BC31,
214686 },
214687 [0x1BC32]={
214688  category="lo",
214689  description="DUPLOYAN LETTER S T",
214690  direction="l",
214691  linebreak="al",
214692  unicodeslot=0x1BC32,
214693 },
214694 [0x1BC33]={
214695  category="lo",
214696  description="DUPLOYAN LETTER S T R",
214697  direction="l",
214698  linebreak="al",
214699  unicodeslot=0x1BC33,
214700 },
214701 [0x1BC34]={
214702  category="lo",
214703  description="DUPLOYAN LETTER S P",
214704  direction="l",
214705  linebreak="al",
214706  unicodeslot=0x1BC34,
214707 },
214708 [0x1BC35]={
214709  category="lo",
214710  description="DUPLOYAN LETTER S P R",
214711  direction="l",
214712  linebreak="al",
214713  unicodeslot=0x1BC35,
214714 },
214715 [0x1BC36]={
214716  category="lo",
214717  description="DUPLOYAN LETTER T S",
214718  direction="l",
214719  linebreak="al",
214720  unicodeslot=0x1BC36,
214721 },
214722 [0x1BC37]={
214723  category="lo",
214724  description="DUPLOYAN LETTER T R S",
214725  direction="l",
214726  linebreak="al",
214727  unicodeslot=0x1BC37,
214728 },
214729 [0x1BC38]={
214730  category="lo",
214731  description="DUPLOYAN LETTER W",
214732  direction="l",
214733  linebreak="al",
214734  unicodeslot=0x1BC38,
214735 },
214736 [0x1BC39]={
214737  category="lo",
214738  description="DUPLOYAN LETTER WH",
214739  direction="l",
214740  linebreak="al",
214741  unicodeslot=0x1BC39,
214742 },
214743 [0x1BC3A]={
214744  category="lo",
214745  description="DUPLOYAN LETTER W R",
214746  direction="l",
214747  linebreak="al",
214748  unicodeslot=0x1BC3A,
214749 },
214750 [0x1BC3B]={
214751  category="lo",
214752  description="DUPLOYAN LETTER S N",
214753  direction="l",
214754  linebreak="al",
214755  unicodeslot=0x1BC3B,
214756 },
214757 [0x1BC3C]={
214758  category="lo",
214759  description="DUPLOYAN LETTER S M",
214760  direction="l",
214761  linebreak="al",
214762  unicodeslot=0x1BC3C,
214763 },
214764 [0x1BC3D]={
214765  category="lo",
214766  description="DUPLOYAN LETTER K R S",
214767  direction="l",
214768  linebreak="al",
214769  unicodeslot=0x1BC3D,
214770 },
214771 [0x1BC3E]={
214772  category="lo",
214773  description="DUPLOYAN LETTER G R S",
214774  direction="l",
214775  linebreak="al",
214776  unicodeslot=0x1BC3E,
214777 },
214778 [0x1BC3F]={
214779  category="lo",
214780  description="DUPLOYAN LETTER S K",
214781  direction="l",
214782  linebreak="al",
214783  unicodeslot=0x1BC3F,
214784 },
214785 [0x1BC40]={
214786  category="lo",
214787  description="DUPLOYAN LETTER S K R",
214788  direction="l",
214789  linebreak="al",
214790  unicodeslot=0x1BC40,
214791 },
214792 [0x1BC41]={
214793  category="lo",
214794  description="DUPLOYAN LETTER A",
214795  direction="l",
214796  linebreak="al",
214797  unicodeslot=0x1BC41,
214798 },
214799 [0x1BC42]={
214800  category="lo",
214801  description="DUPLOYAN LETTER SLOAN OW",
214802  direction="l",
214803  linebreak="al",
214804  unicodeslot=0x1BC42,
214805 },
214806 [0x1BC43]={
214807  category="lo",
214808  description="DUPLOYAN LETTER OA",
214809  direction="l",
214810  linebreak="al",
214811  unicodeslot=0x1BC43,
214812 },
214813 [0x1BC44]={
214814  category="lo",
214815  description="DUPLOYAN LETTER O",
214816  direction="l",
214817  linebreak="al",
214818  unicodeslot=0x1BC44,
214819 },
214820 [0x1BC45]={
214821  category="lo",
214822  description="DUPLOYAN LETTER AOU",
214823  direction="l",
214824  linebreak="al",
214825  unicodeslot=0x1BC45,
214826 },
214827 [0x1BC46]={
214828  category="lo",
214829  description="DUPLOYAN LETTER I",
214830  direction="l",
214831  linebreak="al",
214832  unicodeslot=0x1BC46,
214833 },
214834 [0x1BC47]={
214835  category="lo",
214836  description="DUPLOYAN LETTER E",
214837  direction="l",
214838  linebreak="al",
214839  unicodeslot=0x1BC47,
214840 },
214841 [0x1BC48]={
214842  category="lo",
214843  description="DUPLOYAN LETTER IE",
214844  direction="l",
214845  linebreak="al",
214846  unicodeslot=0x1BC48,
214847 },
214848 [0x1BC49]={
214849  category="lo",
214850  description="DUPLOYAN LETTER SHORT I",
214851  direction="l",
214852  linebreak="al",
214853  unicodeslot=0x1BC49,
214854 },
214855 [0x1BC4A]={
214856  category="lo",
214857  description="DUPLOYAN LETTER UI",
214858  direction="l",
214859  linebreak="al",
214860  unicodeslot=0x1BC4A,
214861 },
214862 [0x1BC4B]={
214863  category="lo",
214864  description="DUPLOYAN LETTER EE",
214865  direction="l",
214866  linebreak="al",
214867  unicodeslot=0x1BC4B,
214868 },
214869 [0x1BC4C]={
214870  category="lo",
214871  description="DUPLOYAN LETTER SLOAN EH",
214872  direction="l",
214873  linebreak="al",
214874  unicodeslot=0x1BC4C,
214875 },
214876 [0x1BC4D]={
214877  category="lo",
214878  description="DUPLOYAN LETTER ROMANIAN I",
214879  direction="l",
214880  linebreak="al",
214881  unicodeslot=0x1BC4D,
214882 },
214883 [0x1BC4E]={
214884  category="lo",
214885  description="DUPLOYAN LETTER SLOAN EE",
214886  direction="l",
214887  linebreak="al",
214888  unicodeslot=0x1BC4E,
214889 },
214890 [0x1BC4F]={
214891  category="lo",
214892  description="DUPLOYAN LETTER LONG I",
214893  direction="l",
214894  linebreak="al",
214895  unicodeslot=0x1BC4F,
214896 },
214897 [0x1BC50]={
214898  category="lo",
214899  description="DUPLOYAN LETTER YE",
214900  direction="l",
214901  linebreak="al",
214902  unicodeslot=0x1BC50,
214903 },
214904 [0x1BC51]={
214905  category="lo",
214906  description="DUPLOYAN LETTER U",
214907  direction="l",
214908  linebreak="al",
214909  unicodeslot=0x1BC51,
214910 },
214911 [0x1BC52]={
214912  category="lo",
214913  description="DUPLOYAN LETTER EU",
214914  direction="l",
214915  linebreak="al",
214916  unicodeslot=0x1BC52,
214917 },
214918 [0x1BC53]={
214919  category="lo",
214920  description="DUPLOYAN LETTER XW",
214921  direction="l",
214922  linebreak="al",
214923  unicodeslot=0x1BC53,
214924 },
214925 [0x1BC54]={
214926  category="lo",
214927  description="DUPLOYAN LETTER U N",
214928  direction="l",
214929  linebreak="al",
214930  unicodeslot=0x1BC54,
214931 },
214932 [0x1BC55]={
214933  category="lo",
214934  description="DUPLOYAN LETTER LONG U",
214935  direction="l",
214936  linebreak="al",
214937  unicodeslot=0x1BC55,
214938 },
214939 [0x1BC56]={
214940  category="lo",
214941  description="DUPLOYAN LETTER ROMANIAN U",
214942  direction="l",
214943  linebreak="al",
214944  unicodeslot=0x1BC56,
214945 },
214946 [0x1BC57]={
214947  category="lo",
214948  description="DUPLOYAN LETTER UH",
214949  direction="l",
214950  linebreak="al",
214951  unicodeslot=0x1BC57,
214952 },
214953 [0x1BC58]={
214954  category="lo",
214955  description="DUPLOYAN LETTER SLOAN U",
214956  direction="l",
214957  linebreak="al",
214958  unicodeslot=0x1BC58,
214959 },
214960 [0x1BC59]={
214961  category="lo",
214962  description="DUPLOYAN LETTER OOH",
214963  direction="l",
214964  linebreak="al",
214965  unicodeslot=0x1BC59,
214966 },
214967 [0x1BC5A]={
214968  category="lo",
214969  description="DUPLOYAN LETTER OW",
214970  direction="l",
214971  linebreak="al",
214972  unicodeslot=0x1BC5A,
214973 },
214974 [0x1BC5B]={
214975  category="lo",
214976  description="DUPLOYAN LETTER OU",
214977  direction="l",
214978  linebreak="al",
214979  unicodeslot=0x1BC5B,
214980 },
214981 [0x1BC5C]={
214982  category="lo",
214983  description="DUPLOYAN LETTER WA",
214984  direction="l",
214985  linebreak="al",
214986  unicodeslot=0x1BC5C,
214987 },
214988 [0x1BC5D]={
214989  category="lo",
214990  description="DUPLOYAN LETTER WO",
214991  direction="l",
214992  linebreak="al",
214993  unicodeslot=0x1BC5D,
214994 },
214995 [0x1BC5E]={
214996  category="lo",
214997  description="DUPLOYAN LETTER WI",
214998  direction="l",
214999  linebreak="al",
215000  unicodeslot=0x1BC5E,
215001 },
215002 [0x1BC5F]={
215003  category="lo",
215004  description="DUPLOYAN LETTER WEI",
215005  direction="l",
215006  linebreak="al",
215007  unicodeslot=0x1BC5F,
215008 },
215009 [0x1BC60]={
215010  category="lo",
215011  description="DUPLOYAN LETTER WOW",
215012  direction="l",
215013  linebreak="al",
215014  unicodeslot=0x1BC60,
215015 },
215016 [0x1BC61]={
215017  category="lo",
215018  description="DUPLOYAN LETTER NASAL U",
215019  direction="l",
215020  linebreak="al",
215021  unicodeslot=0x1BC61,
215022 },
215023 [0x1BC62]={
215024  category="lo",
215025  description="DUPLOYAN LETTER NASAL O",
215026  direction="l",
215027  linebreak="al",
215028  unicodeslot=0x1BC62,
215029 },
215030 [0x1BC63]={
215031  category="lo",
215032  description="DUPLOYAN LETTER NASAL I",
215033  direction="l",
215034  linebreak="al",
215035  unicodeslot=0x1BC63,
215036 },
215037 [0x1BC64]={
215038  category="lo",
215039  description="DUPLOYAN LETTER NASAL A",
215040  direction="l",
215041  linebreak="al",
215042  unicodeslot=0x1BC64,
215043 },
215044 [0x1BC65]={
215045  category="lo",
215046  description="DUPLOYAN LETTER PERNIN AN",
215047  direction="l",
215048  linebreak="al",
215049  unicodeslot=0x1BC65,
215050 },
215051 [0x1BC66]={
215052  category="lo",
215053  description="DUPLOYAN LETTER PERNIN AM",
215054  direction="l",
215055  linebreak="al",
215056  unicodeslot=0x1BC66,
215057 },
215058 [0x1BC67]={
215059  category="lo",
215060  description="DUPLOYAN LETTER SLOAN EN",
215061  direction="l",
215062  linebreak="al",
215063  unicodeslot=0x1BC67,
215064 },
215065 [0x1BC68]={
215066  category="lo",
215067  description="DUPLOYAN LETTER SLOAN AN",
215068  direction="l",
215069  linebreak="al",
215070  unicodeslot=0x1BC68,
215071 },
215072 [0x1BC69]={
215073  category="lo",
215074  description="DUPLOYAN LETTER SLOAN ON",
215075  direction="l",
215076  linebreak="al",
215077  unicodeslot=0x1BC69,
215078 },
215079 [0x1BC6A]={
215080  category="lo",
215081  description="DUPLOYAN LETTER VOCALIC M",
215082  direction="l",
215083  linebreak="al",
215084  unicodeslot=0x1BC6A,
215085 },
215086 [0x1BC70]={
215087  category="lo",
215088  description="DUPLOYAN AFFIX LEFT HORIZONTAL SECANT",
215089  direction="l",
215090  linebreak="al",
215091  unicodeslot=0x1BC70,
215092 },
215093 [0x1BC71]={
215094  category="lo",
215095  description="DUPLOYAN AFFIX MID HORIZONTAL SECANT",
215096  direction="l",
215097  linebreak="al",
215098  unicodeslot=0x1BC71,
215099 },
215100 [0x1BC72]={
215101  category="lo",
215102  description="DUPLOYAN AFFIX RIGHT HORIZONTAL SECANT",
215103  direction="l",
215104  linebreak="al",
215105  unicodeslot=0x1BC72,
215106 },
215107 [0x1BC73]={
215108  category="lo",
215109  description="DUPLOYAN AFFIX LOW VERTICAL SECANT",
215110  direction="l",
215111  linebreak="al",
215112  unicodeslot=0x1BC73,
215113 },
215114 [0x1BC74]={
215115  category="lo",
215116  description="DUPLOYAN AFFIX MID VERTICAL SECANT",
215117  direction="l",
215118  linebreak="al",
215119  unicodeslot=0x1BC74,
215120 },
215121 [0x1BC75]={
215122  category="lo",
215123  description="DUPLOYAN AFFIX HIGH VERTICAL SECANT",
215124  direction="l",
215125  linebreak="al",
215126  unicodeslot=0x1BC75,
215127 },
215128 [0x1BC76]={
215129  category="lo",
215130  description="DUPLOYAN AFFIX ATTACHED SECANT",
215131  direction="l",
215132  linebreak="al",
215133  unicodeslot=0x1BC76,
215134 },
215135 [0x1BC77]={
215136  category="lo",
215137  description="DUPLOYAN AFFIX ATTACHED LEFT-TO-RIGHT SECANT",
215138  direction="l",
215139  linebreak="al",
215140  unicodeslot=0x1BC77,
215141 },
215142 [0x1BC78]={
215143  category="lo",
215144  description="DUPLOYAN AFFIX ATTACHED TANGENT",
215145  direction="l",
215146  linebreak="al",
215147  unicodeslot=0x1BC78,
215148 },
215149 [0x1BC79]={
215150  category="lo",
215151  description="DUPLOYAN AFFIX ATTACHED TAIL",
215152  direction="l",
215153  linebreak="al",
215154  unicodeslot=0x1BC79,
215155 },
215156 [0x1BC7A]={
215157  category="lo",
215158  description="DUPLOYAN AFFIX ATTACHED E HOOK",
215159  direction="l",
215160  linebreak="al",
215161  unicodeslot=0x1BC7A,
215162 },
215163 [0x1BC7B]={
215164  category="lo",
215165  description="DUPLOYAN AFFIX ATTACHED I HOOK",
215166  direction="l",
215167  linebreak="al",
215168  unicodeslot=0x1BC7B,
215169 },
215170 [0x1BC7C]={
215171  category="lo",
215172  description="DUPLOYAN AFFIX ATTACHED TANGENT HOOK",
215173  direction="l",
215174  linebreak="al",
215175  unicodeslot=0x1BC7C,
215176 },
215177 [0x1BC80]={
215178  category="lo",
215179  description="DUPLOYAN AFFIX HIGH ACUTE",
215180  direction="l",
215181  linebreak="al",
215182  unicodeslot=0x1BC80,
215183 },
215184 [0x1BC81]={
215185  category="lo",
215186  description="DUPLOYAN AFFIX HIGH TIGHT ACUTE",
215187  direction="l",
215188  linebreak="al",
215189  unicodeslot=0x1BC81,
215190 },
215191 [0x1BC82]={
215192  category="lo",
215193  description="DUPLOYAN AFFIX HIGH GRAVE",
215194  direction="l",
215195  linebreak="al",
215196  unicodeslot=0x1BC82,
215197 },
215198 [0x1BC83]={
215199  category="lo",
215200  description="DUPLOYAN AFFIX HIGH LONG GRAVE",
215201  direction="l",
215202  linebreak="al",
215203  unicodeslot=0x1BC83,
215204 },
215205 [0x1BC84]={
215206  category="lo",
215207  description="DUPLOYAN AFFIX HIGH DOT",
215208  direction="l",
215209  linebreak="al",
215210  unicodeslot=0x1BC84,
215211 },
215212 [0x1BC85]={
215213  category="lo",
215214  description="DUPLOYAN AFFIX HIGH CIRCLE",
215215  direction="l",
215216  linebreak="al",
215217  unicodeslot=0x1BC85,
215218 },
215219 [0x1BC86]={
215220  category="lo",
215221  description="DUPLOYAN AFFIX HIGH LINE",
215222  direction="l",
215223  linebreak="al",
215224  unicodeslot=0x1BC86,
215225 },
215226 [0x1BC87]={
215227  category="lo",
215228  description="DUPLOYAN AFFIX HIGH WAVE",
215229  direction="l",
215230  linebreak="al",
215231  unicodeslot=0x1BC87,
215232 },
215233 [0x1BC88]={
215234  category="lo",
215235  description="DUPLOYAN AFFIX HIGH VERTICAL",
215236  direction="l",
215237  linebreak="al",
215238  unicodeslot=0x1BC88,
215239 },
215240 [0x1BC90]={
215241  category="lo",
215242  description="DUPLOYAN AFFIX LOW ACUTE",
215243  direction="l",
215244  linebreak="al",
215245  unicodeslot=0x1BC90,
215246 },
215247 [0x1BC91]={
215248  category="lo",
215249  description="DUPLOYAN AFFIX LOW TIGHT ACUTE",
215250  direction="l",
215251  linebreak="al",
215252  unicodeslot=0x1BC91,
215253 },
215254 [0x1BC92]={
215255  category="lo",
215256  description="DUPLOYAN AFFIX LOW GRAVE",
215257  direction="l",
215258  linebreak="al",
215259  unicodeslot=0x1BC92,
215260 },
215261 [0x1BC93]={
215262  category="lo",
215263  description="DUPLOYAN AFFIX LOW LONG GRAVE",
215264  direction="l",
215265  linebreak="al",
215266  unicodeslot=0x1BC93,
215267 },
215268 [0x1BC94]={
215269  category="lo",
215270  description="DUPLOYAN AFFIX LOW DOT",
215271  direction="l",
215272  linebreak="al",
215273  unicodeslot=0x1BC94,
215274 },
215275 [0x1BC95]={
215276  category="lo",
215277  description="DUPLOYAN AFFIX LOW CIRCLE",
215278  direction="l",
215279  linebreak="al",
215280  unicodeslot=0x1BC95,
215281 },
215282 [0x1BC96]={
215283  category="lo",
215284  description="DUPLOYAN AFFIX LOW LINE",
215285  direction="l",
215286  linebreak="al",
215287  unicodeslot=0x1BC96,
215288 },
215289 [0x1BC97]={
215290  category="lo",
215291  description="DUPLOYAN AFFIX LOW WAVE",
215292  direction="l",
215293  linebreak="al",
215294  unicodeslot=0x1BC97,
215295 },
215296 [0x1BC98]={
215297  category="lo",
215298  description="DUPLOYAN AFFIX LOW VERTICAL",
215299  direction="l",
215300  linebreak="al",
215301  unicodeslot=0x1BC98,
215302 },
215303 [0x1BC99]={
215304  category="lo",
215305  description="DUPLOYAN AFFIX LOW ARROW",
215306  direction="l",
215307  linebreak="al",
215308  unicodeslot=0x1BC99,
215309 },
215310 [0x1BC9C]={
215311  category="so",
215312  description="DUPLOYAN SIGN O WITH CROSS",
215313  direction="l",
215314  linebreak="al",
215315  unicodeslot=0x1BC9C,
215316 },
215317 [0x1BC9D]={
215318  category="mn",
215319  description="DUPLOYAN THICK LETTER SELECTOR",
215320  direction="nsm",
215321  linebreak="cm",
215322  unicodeslot=0x1BC9D,
215323 },
215324 [0x1BC9E]={
215325  category="mn",
215326  combining=0x1,
215327  description="DUPLOYAN DOUBLE MARK",
215328  direction="nsm",
215329  linebreak="cm",
215330  unicodeslot=0x1BC9E,
215331 },
215332 [0x1BC9F]={
215333  category="po",
215334  description="DUPLOYAN PUNCTUATION CHINOOK FULL STOP",
215335  direction="l",
215336  linebreak="ba",
215337  unicodeslot=0x1BC9F,
215338 },
215339 [0x1BCA0]={
215340  category="cf",
215341  description="SHORTHAND FORMAT LETTER OVERLAP",
215342  direction="bn",
215343  linebreak="cm",
215344  unicodeslot=0x1BCA0,
215345 },
215346 [0x1BCA1]={
215347  category="cf",
215348  description="SHORTHAND FORMAT CONTINUING OVERLAP",
215349  direction="bn",
215350  linebreak="cm",
215351  unicodeslot=0x1BCA1,
215352 },
215353 [0x1BCA2]={
215354  category="cf",
215355  description="SHORTHAND FORMAT DOWN STEP",
215356  direction="bn",
215357  linebreak="cm",
215358  unicodeslot=0x1BCA2,
215359 },
215360 [0x1BCA3]={
215361  category="cf",
215362  description="SHORTHAND FORMAT UP STEP",
215363  direction="bn",
215364  linebreak="cm",
215365  unicodeslot=0x1BCA3,
215366 },
215367 [0x1CC00]={
215368  category="so",
215369  description="UP-POINTING GO-KART",
215370  direction="on",
215371  linebreak="al",
215372  unicodeslot=0x1CC00,
215373 },
215374 [0x1CC01]={
215375  category="so",
215376  description="RIGHT-POINTING GO-KART",
215377  direction="on",
215378  linebreak="al",
215379  unicodeslot=0x1CC01,
215380 },
215381 [0x1CC02]={
215382  category="so",
215383  description="LEFT-POINTING STICK FIGURE",
215384  direction="on",
215385  linebreak="al",
215386  unicodeslot=0x1CC02,
215387 },
215388 [0x1CC03]={
215389  category="so",
215390  description="RIGHT-POINTING STICK FIGURE",
215391  direction="on",
215392  linebreak="al",
215393  unicodeslot=0x1CC03,
215394 },
215395 [0x1CC04]={
215396  category="so",
215397  description="DOWN-POINTING STICK FIGURE",
215398  direction="on",
215399  linebreak="al",
215400  unicodeslot=0x1CC04,
215401 },
215402 [0x1CC05]={
215403  category="so",
215404  description="LOWER HORIZONTAL RULER SEGMENT",
215405  direction="on",
215406  linebreak="al",
215407  unicodeslot=0x1CC05,
215408 },
215409 [0x1CC06]={
215410  category="so",
215411  description="RIGHT VERTICAL RULER SEGMENT",
215412  direction="on",
215413  linebreak="al",
215414  unicodeslot=0x1CC06,
215415 },
215416 [0x1CC07]={
215417  category="so",
215418  description="LOWER RIGHT RULER SEGMENT",
215419  direction="on",
215420  linebreak="al",
215421  unicodeslot=0x1CC07,
215422 },
215423 [0x1CC08]={
215424  category="so",
215425  description="ANTENNA",
215426  direction="on",
215427  linebreak="al",
215428  unicodeslot=0x1CC08,
215429 },
215430 [0x1CC09]={
215431  category="so",
215432  description="HORIZONTAL RESISTOR SEGMENT",
215433  direction="on",
215434  linebreak="al",
215435  unicodeslot=0x1CC09,
215436 },
215437 [0x1CC0A]={
215438  category="so",
215439  description="VERTICAL RESISTOR SEGMENT",
215440  direction="on",
215441  linebreak="al",
215442  unicodeslot=0x1CC0A,
215443 },
215444 [0x1CC0B]={
215445  category="so",
215446  description="LEFT THIRD INDUCTOR",
215447  direction="on",
215448  linebreak="al",
215449  unicodeslot=0x1CC0B,
215450 },
215451 [0x1CC0C]={
215452  category="so",
215453  description="MIDDLE THIRD INDUCTOR",
215454  direction="on",
215455  linebreak="al",
215456  unicodeslot=0x1CC0C,
215457 },
215458 [0x1CC0D]={
215459  category="so",
215460  description="RIGHT THIRD INDUCTOR",
215461  direction="on",
215462  linebreak="al",
215463  unicodeslot=0x1CC0D,
215464 },
215465 [0x1CC0E]={
215466  category="so",
215467  description="LEFT-POINTING DIODE",
215468  direction="on",
215469  linebreak="al",
215470  unicodeslot=0x1CC0E,
215471 },
215472 [0x1CC0F]={
215473  category="so",
215474  description="RIGHT-POINTING DIODE",
215475  direction="on",
215476  linebreak="al",
215477  unicodeslot=0x1CC0F,
215478 },
215479 [0x1CC10]={
215480  category="so",
215481  description="NPN TRANSISTOR",
215482  direction="on",
215483  linebreak="al",
215484  unicodeslot=0x1CC10,
215485 },
215486 [0x1CC11]={
215487  category="so",
215488  description="PNP TRANSISTOR",
215489  direction="on",
215490  linebreak="al",
215491  unicodeslot=0x1CC11,
215492 },
215493 [0x1CC12]={
215494  category="so",
215495  description="RECEPTACLE",
215496  direction="on",
215497  linebreak="al",
215498  unicodeslot=0x1CC12,
215499 },
215500 [0x1CC13]={
215501  category="so",
215502  description="HORIZONTAL CAPACITOR",
215503  direction="on",
215504  linebreak="al",
215505  unicodeslot=0x1CC13,
215506 },
215507 [0x1CC14]={
215508  category="so",
215509  description="VERTICAL CAPACITOR",
215510  direction="on",
215511  linebreak="al",
215512  unicodeslot=0x1CC14,
215513 },
215514 [0x1CC15]={
215515  category="so",
215516  description="LOGIC GATE OR",
215517  direction="on",
215518  linebreak="al",
215519  unicodeslot=0x1CC15,
215520 },
215521 [0x1CC16]={
215522  category="so",
215523  description="LOGIC GATE AND",
215524  direction="on",
215525  linebreak="al",
215526  unicodeslot=0x1CC16,
215527 },
215528 [0x1CC17]={
215529  category="so",
215530  description="LOGIC GATE INVERTED INPUTS",
215531  direction="on",
215532  linebreak="al",
215533  unicodeslot=0x1CC17,
215534 },
215535 [0x1CC18]={
215536  category="so",
215537  description="LOGIC GATE INVERTED OUTPUT",
215538  direction="on",
215539  linebreak="al",
215540  unicodeslot=0x1CC18,
215541 },
215542 [0x1CC19]={
215543  category="so",
215544  description="LOGIC GATE BUFFER",
215545  direction="on",
215546  linebreak="al",
215547  unicodeslot=0x1CC19,
215548 },
215549 [0x1CC1A]={
215550  category="so",
215551  description="LOGIC GATE BUFFER WITH INVERTED INPUT",
215552  direction="on",
215553  linebreak="al",
215554  unicodeslot=0x1CC1A,
215555 },
215556 [0x1CC1B]={
215557  category="so",
215558  description="BOX DRAWINGS LIGHT HORIZONTAL AND UPPER RIGHT",
215559  direction="on",
215560  linebreak="al",
215561  unicodeslot=0x1CC1B,
215562 },
215563 [0x1CC1C]={
215564  category="so",
215565  description="BOX DRAWINGS LIGHT HORIZONTAL AND LOWER RIGHT",
215566  direction="on",
215567  linebreak="al",
215568  unicodeslot=0x1CC1C,
215569 },
215570 [0x1CC1D]={
215571  category="so",
215572  description="BOX DRAWINGS LIGHT TOP AND UPPER LEFT",
215573  direction="on",
215574  linebreak="al",
215575  unicodeslot=0x1CC1D,
215576 },
215577 [0x1CC1E]={
215578  category="so",
215579  description="BOX DRAWINGS LIGHT BOTTOM AND LOWER LEFT",
215580  direction="on",
215581  linebreak="al",
215582  unicodeslot=0x1CC1E,
215583 },
215584 [0x1CC1F]={
215585  category="so",
215586  description="BOX DRAWINGS DOUBLE DIAGONAL UPPER RIGHT TO LOWER LEFT",
215587  direction="on",
215588  linebreak="al",
215589  unicodeslot=0x1CC1F,
215590 },
215591 [0x1CC20]={
215592  category="so",
215593  description="BOX DRAWINGS DOUBLE DIAGONAL UPPER LEFT TO LOWER RIGHT",
215594  direction="on",
215595  linebreak="al",
215596  unicodeslot=0x1CC20,
215597 },
215598 [0x1CC21]={
215599  category="so",
215600  description="SEPARATED BLOCK QUADRANT-1",
215601  direction="on",
215602  linebreak="al",
215603  unicodeslot=0x1CC21,
215604 },
215605 [0x1CC22]={
215606  category="so",
215607  description="SEPARATED BLOCK QUADRANT-2",
215608  direction="on",
215609  linebreak="al",
215610  unicodeslot=0x1CC22,
215611 },
215612 [0x1CC23]={
215613  category="so",
215614  description="SEPARATED BLOCK QUADRANT-12",
215615  direction="on",
215616  linebreak="al",
215617  unicodeslot=0x1CC23,
215618 },
215619 [0x1CC24]={
215620  category="so",
215621  description="SEPARATED BLOCK QUADRANT-3",
215622  direction="on",
215623  linebreak="al",
215624  unicodeslot=0x1CC24,
215625 },
215626 [0x1CC25]={
215627  category="so",
215628  description="SEPARATED BLOCK QUADRANT-13",
215629  direction="on",
215630  linebreak="al",
215631  unicodeslot=0x1CC25,
215632 },
215633 [0x1CC26]={
215634  category="so",
215635  description="SEPARATED BLOCK QUADRANT-23",
215636  direction="on",
215637  linebreak="al",
215638  unicodeslot=0x1CC26,
215639 },
215640 [0x1CC27]={
215641  category="so",
215642  description="SEPARATED BLOCK QUADRANT-123",
215643  direction="on",
215644  linebreak="al",
215645  unicodeslot=0x1CC27,
215646 },
215647 [0x1CC28]={
215648  category="so",
215649  description="SEPARATED BLOCK QUADRANT-4",
215650  direction="on",
215651  linebreak="al",
215652  unicodeslot=0x1CC28,
215653 },
215654 [0x1CC29]={
215655  category="so",
215656  description="SEPARATED BLOCK QUADRANT-14",
215657  direction="on",
215658  linebreak="al",
215659  unicodeslot=0x1CC29,
215660 },
215661 [0x1CC2A]={
215662  category="so",
215663  description="SEPARATED BLOCK QUADRANT-24",
215664  direction="on",
215665  linebreak="al",
215666  unicodeslot=0x1CC2A,
215667 },
215668 [0x1CC2B]={
215669  category="so",
215670  description="SEPARATED BLOCK QUADRANT-124",
215671  direction="on",
215672  linebreak="al",
215673  unicodeslot=0x1CC2B,
215674 },
215675 [0x1CC2C]={
215676  category="so",
215677  description="SEPARATED BLOCK QUADRANT-34",
215678  direction="on",
215679  linebreak="al",
215680  unicodeslot=0x1CC2C,
215681 },
215682 [0x1CC2D]={
215683  category="so",
215684  description="SEPARATED BLOCK QUADRANT-134",
215685  direction="on",
215686  linebreak="al",
215687  unicodeslot=0x1CC2D,
215688 },
215689 [0x1CC2E]={
215690  category="so",
215691  description="SEPARATED BLOCK QUADRANT-234",
215692  direction="on",
215693  linebreak="al",
215694  unicodeslot=0x1CC2E,
215695 },
215696 [0x1CC2F]={
215697  category="so",
215698  description="SEPARATED BLOCK QUADRANT-1234",
215699  direction="on",
215700  linebreak="al",
215701  unicodeslot=0x1CC2F,
215702 },
215703 [0x1CC30]={
215704  category="so",
215705  description="UPPER LEFT TWELFTH CIRCLE",
215706  direction="on",
215707  linebreak="al",
215708  unicodeslot=0x1CC30,
215709 },
215710 [0x1CC31]={
215711  category="so",
215712  description="UPPER CENTRE LEFT TWELFTH CIRCLE",
215713  direction="on",
215714  linebreak="al",
215715  unicodeslot=0x1CC31,
215716 },
215717 [0x1CC32]={
215718  category="so",
215719  description="UPPER CENTRE RIGHT TWELFTH CIRCLE",
215720  direction="on",
215721  linebreak="al",
215722  unicodeslot=0x1CC32,
215723 },
215724 [0x1CC33]={
215725  category="so",
215726  description="UPPER RIGHT TWELFTH CIRCLE",
215727  direction="on",
215728  linebreak="al",
215729  unicodeslot=0x1CC33,
215730 },
215731 [0x1CC34]={
215732  category="so",
215733  description="UPPER MIDDLE LEFT TWELFTH CIRCLE",
215734  direction="on",
215735  linebreak="al",
215736  unicodeslot=0x1CC34,
215737 },
215738 [0x1CC35]={
215739  category="so",
215740  description="UPPER LEFT QUARTER CIRCLE",
215741  direction="on",
215742  linebreak="al",
215743  unicodeslot=0x1CC35,
215744 },
215745 [0x1CC36]={
215746  category="so",
215747  description="UPPER RIGHT QUARTER CIRCLE",
215748  direction="on",
215749  linebreak="al",
215750  unicodeslot=0x1CC36,
215751 },
215752 [0x1CC37]={
215753  category="so",
215754  description="UPPER MIDDLE RIGHT TWELFTH CIRCLE",
215755  direction="on",
215756  linebreak="al",
215757  unicodeslot=0x1CC37,
215758 },
215759 [0x1CC38]={
215760  category="so",
215761  description="LOWER MIDDLE LEFT TWELFTH CIRCLE",
215762  direction="on",
215763  linebreak="al",
215764  unicodeslot=0x1CC38,
215765 },
215766 [0x1CC39]={
215767  category="so",
215768  description="LOWER LEFT QUARTER CIRCLE",
215769  direction="on",
215770  linebreak="al",
215771  unicodeslot=0x1CC39,
215772 },
215773 [0x1CC3A]={
215774  category="so",
215775  description="LOWER RIGHT QUARTER CIRCLE",
215776  direction="on",
215777  linebreak="al",
215778  unicodeslot=0x1CC3A,
215779 },
215780 [0x1CC3B]={
215781  category="so",
215782  description="LOWER MIDDLE RIGHT TWELFTH CIRCLE",
215783  direction="on",
215784  linebreak="al",
215785  unicodeslot=0x1CC3B,
215786 },
215787 [0x1CC3C]={
215788  category="so",
215789  description="LOWER LEFT TWELFTH CIRCLE",
215790  direction="on",
215791  linebreak="al",
215792  unicodeslot=0x1CC3C,
215793 },
215794 [0x1CC3D]={
215795  category="so",
215796  description="LOWER CENTRE LEFT TWELFTH CIRCLE",
215797  direction="on",
215798  linebreak="al",
215799  unicodeslot=0x1CC3D,
215800 },
215801 [0x1CC3E]={
215802  category="so",
215803  description="LOWER CENTRE RIGHT TWELFTH CIRCLE",
215804  direction="on",
215805  linebreak="al",
215806  unicodeslot=0x1CC3E,
215807 },
215808 [0x1CC3F]={
215809  category="so",
215810  description="LOWER RIGHT TWELFTH CIRCLE",
215811  direction="on",
215812  linebreak="al",
215813  unicodeslot=0x1CC3F,
215814 },
215815 [0x1CC40]={
215816  category="so",
215817  description="SPARSE HORIZONTAL FILL",
215818  direction="on",
215819  linebreak="al",
215820  unicodeslot=0x1CC40,
215821 },
215822 [0x1CC41]={
215823  category="so",
215824  description="SPARSE VERTICAL FILL",
215825  direction="on",
215826  linebreak="al",
215827  unicodeslot=0x1CC41,
215828 },
215829 [0x1CC42]={
215830  category="so",
215831  description="ORTHOGONAL CROSSHATCH FILL",
215832  direction="on",
215833  linebreak="al",
215834  unicodeslot=0x1CC42,
215835 },
215836 [0x1CC43]={
215837  category="so",
215838  description="DIAGONAL CROSSHATCH FILL",
215839  direction="on",
215840  linebreak="al",
215841  unicodeslot=0x1CC43,
215842 },
215843 [0x1CC44]={
215844  category="so",
215845  description="DENSE VERTICAL FILL",
215846  direction="on",
215847  linebreak="al",
215848  unicodeslot=0x1CC44,
215849 },
215850 [0x1CC45]={
215851  category="so",
215852  description="DENSE HORIZONTAL FILL",
215853  direction="on",
215854  linebreak="al",
215855  unicodeslot=0x1CC45,
215856 },
215857 [0x1CC46]={
215858  category="so",
215859  description="SPECKLE FILL FRAME-1",
215860  direction="on",
215861  linebreak="al",
215862  unicodeslot=0x1CC46,
215863 },
215864 [0x1CC47]={
215865  category="so",
215866  description="SPECKLE FILL FRAME-2",
215867  direction="on",
215868  linebreak="al",
215869  unicodeslot=0x1CC47,
215870 },
215871 [0x1CC48]={
215872  category="so",
215873  description="LEFT-FACING BASSINET",
215874  direction="on",
215875  linebreak="al",
215876  unicodeslot=0x1CC48,
215877 },
215878 [0x1CC49]={
215879  category="so",
215880  description="RIGHT-FACING BASSINET",
215881  direction="on",
215882  linebreak="al",
215883  unicodeslot=0x1CC49,
215884 },
215885 [0x1CC4A]={
215886  category="so",
215887  description="FLYING SAUCER WITH BEAMS",
215888  direction="on",
215889  linebreak="al",
215890  unicodeslot=0x1CC4A,
215891 },
215892 [0x1CC4B]={
215893  category="so",
215894  description="FLYING SAUCER WITHOUT BEAMS",
215895  direction="on",
215896  linebreak="al",
215897  unicodeslot=0x1CC4B,
215898 },
215899 [0x1CC4C]={
215900  category="so",
215901  description="ALIEN MONSTER OPEN JAWS",
215902  direction="on",
215903  linebreak="al",
215904  unicodeslot=0x1CC4C,
215905 },
215906 [0x1CC4D]={
215907  category="so",
215908  description="ALIEN MONSTER CLOSED JAWS",
215909  direction="on",
215910  linebreak="al",
215911  unicodeslot=0x1CC4D,
215912 },
215913 [0x1CC4E]={
215914  category="so",
215915  description="ALIEN SQUID OPEN TENTACLES",
215916  direction="on",
215917  linebreak="al",
215918  unicodeslot=0x1CC4E,
215919 },
215920 [0x1CC4F]={
215921  category="so",
215922  description="ALIEN SQUID CLOSED TENTACLES",
215923  direction="on",
215924  linebreak="al",
215925  unicodeslot=0x1CC4F,
215926 },
215927 [0x1CC50]={
215928  category="so",
215929  description="ALIEN CRAB STEPPING RIGHT",
215930  direction="on",
215931  linebreak="al",
215932  unicodeslot=0x1CC50,
215933 },
215934 [0x1CC51]={
215935  category="so",
215936  description="ALIEN CRAB STEPPING LEFT",
215937  direction="on",
215938  linebreak="al",
215939  unicodeslot=0x1CC51,
215940 },
215941 [0x1CC52]={
215942  category="so",
215943  description="ALIEN SPIDER CROUCHING",
215944  direction="on",
215945  linebreak="al",
215946  unicodeslot=0x1CC52,
215947 },
215948 [0x1CC53]={
215949  category="so",
215950  description="ALIEN SPIDER SPREAD",
215951  direction="on",
215952  linebreak="al",
215953  unicodeslot=0x1CC53,
215954 },
215955 [0x1CC54]={
215956  category="so",
215957  description="ALIEN MONSTER STEP-1",
215958  direction="on",
215959  linebreak="al",
215960  unicodeslot=0x1CC54,
215961 },
215962 [0x1CC55]={
215963  category="so",
215964  description="ALIEN MONSTER STEP-2",
215965  direction="on",
215966  linebreak="al",
215967  unicodeslot=0x1CC55,
215968 },
215969 [0x1CC56]={
215970  category="so",
215971  description="LEFT-POINTING ROCKET SHIP",
215972  direction="on",
215973  linebreak="al",
215974  unicodeslot=0x1CC56,
215975 },
215976 [0x1CC57]={
215977  category="so",
215978  description="UP-POINTING ROCKET SHIP",
215979  direction="on",
215980  linebreak="al",
215981  unicodeslot=0x1CC57,
215982 },
215983 [0x1CC58]={
215984  category="so",
215985  description="RIGHT-POINTING ROCKET SHIP",
215986  direction="on",
215987  linebreak="al",
215988  unicodeslot=0x1CC58,
215989 },
215990 [0x1CC59]={
215991  category="so",
215992  description="DOWN-POINTING ROCKET SHIP",
215993  direction="on",
215994  linebreak="al",
215995  unicodeslot=0x1CC59,
215996 },
215997 [0x1CC5A]={
215998  category="so",
215999  description="TOP HALF LEFT-FACING ROBOT",
216000  direction="on",
216001  linebreak="al",
216002  unicodeslot=0x1CC5A,
216003 },
216004 [0x1CC5B]={
216005  category="so",
216006  description="TOP HALF FORWARD-FACING ROBOT",
216007  direction="on",
216008  linebreak="al",
216009  unicodeslot=0x1CC5B,
216010 },
216011 [0x1CC5C]={
216012  category="so",
216013  description="TOP HALF RIGHT-FACING ROBOT",
216014  direction="on",
216015  linebreak="al",
216016  unicodeslot=0x1CC5C,
216017 },
216018 [0x1CC5D]={
216019  category="so",
216020  description="BOTTOM HALF LEFT-FACING ROBOT",
216021  direction="on",
216022  linebreak="al",
216023  unicodeslot=0x1CC5D,
216024 },
216025 [0x1CC5E]={
216026  category="so",
216027  description="BOTTOM HALF FORWARD-FACING ROBOT",
216028  direction="on",
216029  linebreak="al",
216030  unicodeslot=0x1CC5E,
216031 },
216032 [0x1CC5F]={
216033  category="so",
216034  description="BOTTOM HALF RIGHT-FACING ROBOT",
216035  direction="on",
216036  linebreak="al",
216037  unicodeslot=0x1CC5F,
216038 },
216039 [0x1CC60]={
216040  category="so",
216041  description="LEFT-POINTING ATOMIC BOMB",
216042  direction="on",
216043  linebreak="al",
216044  unicodeslot=0x1CC60,
216045 },
216046 [0x1CC61]={
216047  category="so",
216048  description="UP-POINTING ATOMIC BOMB",
216049  direction="on",
216050  linebreak="al",
216051  unicodeslot=0x1CC61,
216052 },
216053 [0x1CC62]={
216054  category="so",
216055  description="RIGHT-POINTING ATOMIC BOMB",
216056  direction="on",
216057  linebreak="al",
216058  unicodeslot=0x1CC62,
216059 },
216060 [0x1CC63]={
216061  category="so",
216062  description="DOWN-POINTING ATOMIC BOMB",
216063  direction="on",
216064  linebreak="al",
216065  unicodeslot=0x1CC63,
216066 },
216067 [0x1CC64]={
216068  category="so",
216069  description="MUSHROOM CLOUD",
216070  direction="on",
216071  linebreak="al",
216072  unicodeslot=0x1CC64,
216073 },
216074 [0x1CC65]={
216075  category="so",
216076  description="LEFT-POINTING RIFLE",
216077  direction="on",
216078  linebreak="al",
216079  unicodeslot=0x1CC65,
216080 },
216081 [0x1CC66]={
216082  category="so",
216083  description="UP-POINTING RIFLE",
216084  direction="on",
216085  linebreak="al",
216086  unicodeslot=0x1CC66,
216087 },
216088 [0x1CC67]={
216089  category="so",
216090  description="RIGHT-POINTING RIFLE",
216091  direction="on",
216092  linebreak="al",
216093  unicodeslot=0x1CC67,
216094 },
216095 [0x1CC68]={
216096  category="so",
216097  description="DOWN-POINTING RIFLE",
216098  direction="on",
216099  linebreak="al",
216100  unicodeslot=0x1CC68,
216101 },
216102 [0x1CC69]={
216103  category="so",
216104  description="EIGHT RAYS INWARD",
216105  direction="on",
216106  linebreak="al",
216107  unicodeslot=0x1CC69,
216108 },
216109 [0x1CC6A]={
216110  category="so",
216111  description="EIGHT RAYS OUTWARD",
216112  direction="on",
216113  linebreak="al",
216114  unicodeslot=0x1CC6A,
216115 },
216116 [0x1CC6B]={
216117  category="so",
216118  description="BLACK LARGE CIRCLE MINUS LEFT QUARTER SECTION",
216119  direction="on",
216120  linebreak="al",
216121  unicodeslot=0x1CC6B,
216122 },
216123 [0x1CC6C]={
216124  category="so",
216125  description="BLACK LARGE CIRCLE MINUS UPPER QUARTER SECTION",
216126  direction="on",
216127  linebreak="al",
216128  unicodeslot=0x1CC6C,
216129 },
216130 [0x1CC6D]={
216131  category="so",
216132  description="BLACK LARGE CIRCLE MINUS RIGHT QUARTER SECTION",
216133  direction="on",
216134  linebreak="al",
216135  unicodeslot=0x1CC6D,
216136 },
216137 [0x1CC6E]={
216138  category="so",
216139  description="BLACK LARGE CIRCLE MINUS LOWER QUARTER SECTION",
216140  direction="on",
216141  linebreak="al",
216142  unicodeslot=0x1CC6E,
216143 },
216144 [0x1CC6F]={
216145  category="so",
216146  description="BLACK NEUTRAL FACE",
216147  direction="on",
216148  linebreak="al",
216149  unicodeslot=0x1CC6F,
216150 },
216151 [0x1CC70]={
216152  category="so",
216153  description="LEFT-FACING SNAKE HEAD WITH OPEN MOUTH",
216154  direction="on",
216155  linebreak="al",
216156  unicodeslot=0x1CC70,
216157 },
216158 [0x1CC71]={
216159  category="so",
216160  description="UP-FACING SNAKE HEAD WITH OPEN MOUTH",
216161  direction="on",
216162  linebreak="al",
216163  unicodeslot=0x1CC71,
216164 },
216165 [0x1CC72]={
216166  category="so",
216167  description="RIGHT-FACING SNAKE HEAD WITH OPEN MOUTH",
216168  direction="on",
216169  linebreak="al",
216170  unicodeslot=0x1CC72,
216171 },
216172 [0x1CC73]={
216173  category="so",
216174  description="DOWN-FACING SNAKE HEAD WITH OPEN MOUTH",
216175  direction="on",
216176  linebreak="al",
216177  unicodeslot=0x1CC73,
216178 },
216179 [0x1CC74]={
216180  category="so",
216181  description="LEFT-FACING SNAKE HEAD WITH CLOSED MOUTH",
216182  direction="on",
216183  linebreak="al",
216184  unicodeslot=0x1CC74,
216185 },
216186 [0x1CC75]={
216187  category="so",
216188  description="UP-FACING SNAKE HEAD WITH CLOSED MOUTH",
216189  direction="on",
216190  linebreak="al",
216191  unicodeslot=0x1CC75,
216192 },
216193 [0x1CC76]={
216194  category="so",
216195  description="RIGHT-FACING SNAKE HEAD WITH CLOSED MOUTH",
216196  direction="on",
216197  linebreak="al",
216198  unicodeslot=0x1CC76,
216199 },
216200 [0x1CC77]={
216201  category="so",
216202  description="DOWN-FACING SNAKE HEAD WITH CLOSED MOUTH",
216203  direction="on",
216204  linebreak="al",
216205  unicodeslot=0x1CC77,
216206 },
216207 [0x1CC78]={
216208  category="so",
216209  description="LEFT-POINTING ENERGY WAVE",
216210  direction="on",
216211  linebreak="al",
216212  unicodeslot=0x1CC78,
216213 },
216214 [0x1CC79]={
216215  category="so",
216216  description="UP-POINTING ENERGY WAVE",
216217  direction="on",
216218  linebreak="al",
216219  unicodeslot=0x1CC79,
216220 },
216221 [0x1CC7A]={
216222  category="so",
216223  description="RIGHT-POINTING ENERGY WAVE",
216224  direction="on",
216225  linebreak="al",
216226  unicodeslot=0x1CC7A,
216227 },
216228 [0x1CC7B]={
216229  category="so",
216230  description="DOWN-POINTING ENERGY WAVE",
216231  direction="on",
216232  linebreak="al",
216233  unicodeslot=0x1CC7B,
216234 },
216235 [0x1CC7C]={
216236  category="so",
216237  description="SQUARE SPIRAL FROM TOP LEFT",
216238  direction="on",
216239  linebreak="al",
216240  unicodeslot=0x1CC7C,
216241 },
216242 [0x1CC7D]={
216243  category="so",
216244  description="SQUARE SPIRAL FROM TOP RIGHT",
216245  direction="on",
216246  linebreak="al",
216247  unicodeslot=0x1CC7D,
216248 },
216249 [0x1CC7E]={
216250  category="so",
216251  description="SQUARE SPIRAL FROM BOTTOM RIGHT",
216252  direction="on",
216253  linebreak="al",
216254  unicodeslot=0x1CC7E,
216255 },
216256 [0x1CC7F]={
216257  category="so",
216258  description="SQUARE SPIRAL FROM BOTTOM LEFT",
216259  direction="on",
216260  linebreak="al",
216261  unicodeslot=0x1CC7F,
216262 },
216263 [0x1CC80]={
216264  category="so",
216265  description="STRIPED LEFT-POINTING TRIANGLE",
216266  direction="on",
216267  linebreak="al",
216268  unicodeslot=0x1CC80,
216269 },
216270 [0x1CC81]={
216271  category="so",
216272  description="STRIPED UP-POINTING TRIANGLE",
216273  direction="on",
216274  linebreak="al",
216275  unicodeslot=0x1CC81,
216276 },
216277 [0x1CC82]={
216278  category="so",
216279  description="STRIPED RIGHT-POINTING TRIANGLE",
216280  direction="on",
216281  linebreak="al",
216282  unicodeslot=0x1CC82,
216283 },
216284 [0x1CC83]={
216285  category="so",
216286  description="STRIPED DOWN-POINTING TRIANGLE",
216287  direction="on",
216288  linebreak="al",
216289  unicodeslot=0x1CC83,
216290 },
216291 [0x1CC84]={
216292  category="so",
216293  description="VERTICAL LADDER",
216294  direction="on",
216295  linebreak="al",
216296  unicodeslot=0x1CC84,
216297 },
216298 [0x1CC85]={
216299  category="so",
216300  description="HORIZONTAL LADDER",
216301  direction="on",
216302  linebreak="al",
216303  unicodeslot=0x1CC85,
216304 },
216305 [0x1CC86]={
216306  category="so",
216307  description="WHITE LOWER LEFT POINTER",
216308  direction="on",
216309  linebreak="al",
216310  unicodeslot=0x1CC86,
216311 },
216312 [0x1CC87]={
216313  category="so",
216314  description="WHITE LOWER RIGHT POINTER",
216315  direction="on",
216316  linebreak="al",
216317  unicodeslot=0x1CC87,
216318 },
216319 [0x1CC88]={
216320  category="so",
216321  description="TWO RINGS ALIGNED HORIZONTALLY",
216322  direction="on",
216323  linebreak="al",
216324  unicodeslot=0x1CC88,
216325 },
216326 [0x1CC89]={
216327  category="so",
216328  description="SQUARE FOUR CORNER SALTIRES",
216329  direction="on",
216330  linebreak="al",
216331  unicodeslot=0x1CC89,
216332 },
216333 [0x1CC8A]={
216334  category="so",
216335  description="SQUARE FOUR CORNER DIAGONALS",
216336  direction="on",
216337  linebreak="al",
216338  unicodeslot=0x1CC8A,
216339 },
216340 [0x1CC8B]={
216341  category="so",
216342  description="SQUARE FOUR CORNER BLACK TRIANGLES",
216343  direction="on",
216344  linebreak="al",
216345  unicodeslot=0x1CC8B,
216346 },
216347 [0x1CC8C]={
216348  category="so",
216349  description="SQUARE APERTURE",
216350  direction="on",
216351  linebreak="al",
216352  unicodeslot=0x1CC8C,
216353 },
216354 [0x1CC8D]={
216355  category="so",
216356  description="INVERSE BLACK DIAMOND",
216357  direction="on",
216358  linebreak="al",
216359  unicodeslot=0x1CC8D,
216360 },
216361 [0x1CC8E]={
216362  category="so",
216363  description="LEFT AND UPPER ONE EIGHTH BLOCK CONTAINING BLACK SMALL SQUARE",
216364  direction="on",
216365  linebreak="al",
216366  unicodeslot=0x1CC8E,
216367 },
216368 [0x1CC8F]={
216369  category="so",
216370  description="INVERSE BLACK SMALL SQUARE",
216371  direction="on",
216372  linebreak="al",
216373  unicodeslot=0x1CC8F,
216374 },
216375 [0x1CC90]={
216376  category="so",
216377  description="VERTICAL LINE WITH FOUR TICK MARKS",
216378  direction="on",
216379  linebreak="al",
216380  unicodeslot=0x1CC90,
216381 },
216382 [0x1CC91]={
216383  category="so",
216384  description="HORIZONTAL LINE WITH FOUR TICK MARKS",
216385  direction="on",
216386  linebreak="al",
216387  unicodeslot=0x1CC91,
216388 },
216389 [0x1CC92]={
216390  category="so",
216391  description="LEFT-FACING FISH",
216392  direction="on",
216393  linebreak="al",
216394  unicodeslot=0x1CC92,
216395 },
216396 [0x1CC93]={
216397  category="so",
216398  description="RIGHT-FACING FISH",
216399  direction="on",
216400  linebreak="al",
216401  unicodeslot=0x1CC93,
216402 },
216403 [0x1CC94]={
216404  category="so",
216405  description="LEFT-FACING FISH WITH OPEN MOUTH",
216406  direction="on",
216407  linebreak="al",
216408  unicodeslot=0x1CC94,
216409 },
216410 [0x1CC95]={
216411  category="so",
216412  description="RIGHT-FACING FISH WITH OPEN MOUTH",
216413  direction="on",
216414  linebreak="al",
216415  unicodeslot=0x1CC95,
216416 },
216417 [0x1CC96]={
216418  category="so",
216419  description="FLAPPING BIRD",
216420  direction="on",
216421  linebreak="al",
216422  unicodeslot=0x1CC96,
216423 },
216424 [0x1CC97]={
216425  category="so",
216426  description="LEFT-POINTING RACING CAR",
216427  direction="on",
216428  linebreak="al",
216429  unicodeslot=0x1CC97,
216430 },
216431 [0x1CC98]={
216432  category="so",
216433  description="UP-POINTING RACING CAR",
216434  direction="on",
216435  linebreak="al",
216436  unicodeslot=0x1CC98,
216437 },
216438 [0x1CC99]={
216439  category="so",
216440  description="RIGHT-POINTING RACING CAR",
216441  direction="on",
216442  linebreak="al",
216443  unicodeslot=0x1CC99,
216444 },
216445 [0x1CC9A]={
216446  category="so",
216447  description="DOWN-POINTING RACING CAR",
216448  direction="on",
216449  linebreak="al",
216450  unicodeslot=0x1CC9A,
216451 },
216452 [0x1CC9B]={
216453  category="so",
216454  description="HORIZONTAL RACING CAR",
216455  direction="on",
216456  linebreak="al",
216457  unicodeslot=0x1CC9B,
216458 },
216459 [0x1CC9C]={
216460  category="so",
216461  description="VERTICAL RACING CAR",
216462  direction="on",
216463  linebreak="al",
216464  unicodeslot=0x1CC9C,
216465 },
216466 [0x1CC9D]={
216467  category="so",
216468  description="VERTICAL GO-KART",
216469  direction="on",
216470  linebreak="al",
216471  unicodeslot=0x1CC9D,
216472 },
216473 [0x1CC9E]={
216474  category="so",
216475  description="LEFT-POINTING TANK",
216476  direction="on",
216477  linebreak="al",
216478  unicodeslot=0x1CC9E,
216479 },
216480 [0x1CC9F]={
216481  category="so",
216482  description="RIGHT-POINTING TANK",
216483  direction="on",
216484  linebreak="al",
216485  unicodeslot=0x1CC9F,
216486 },
216487 [0x1CCA0]={
216488  category="so",
216489  description="LEFT-POINTING ROCKET BOOSTER",
216490  direction="on",
216491  linebreak="al",
216492  unicodeslot=0x1CCA0,
216493 },
216494 [0x1CCA1]={
216495  category="so",
216496  description="RIGHT-POINTING ROCKET BOOSTER",
216497  direction="on",
216498  linebreak="al",
216499  unicodeslot=0x1CCA1,
216500 },
216501 [0x1CCA2]={
216502  category="so",
216503  description="LEFT-POINTING ROLLER COASTER CAR",
216504  direction="on",
216505  linebreak="al",
216506  unicodeslot=0x1CCA2,
216507 },
216508 [0x1CCA3]={
216509  category="so",
216510  description="RIGHT-POINTING ROLLER COASTER CAR",
216511  direction="on",
216512  linebreak="al",
216513  unicodeslot=0x1CCA3,
216514 },
216515 [0x1CCA4]={
216516  category="so",
216517  description="LEFT HALF FLYING SAUCER",
216518  direction="on",
216519  linebreak="al",
216520  unicodeslot=0x1CCA4,
216521 },
216522 [0x1CCA5]={
216523  category="so",
216524  description="RIGHT HALF FLYING SAUCER",
216525  direction="on",
216526  linebreak="al",
216527  unicodeslot=0x1CCA5,
216528 },
216529 [0x1CCA6]={
216530  category="so",
216531  description="UPPER LEFT QUADRANT FACE WITH OPEN EYES",
216532  direction="on",
216533  linebreak="al",
216534  unicodeslot=0x1CCA6,
216535 },
216536 [0x1CCA7]={
216537  category="so",
216538  description="UPPER RIGHT QUADRANT FACE WITH OPEN EYES",
216539  direction="on",
216540  linebreak="al",
216541  unicodeslot=0x1CCA7,
216542 },
216543 [0x1CCA8]={
216544  category="so",
216545  description="UPPER LEFT QUADRANT FACE WITH CLOSED EYES",
216546  direction="on",
216547  linebreak="al",
216548  unicodeslot=0x1CCA8,
216549 },
216550 [0x1CCA9]={
216551  category="so",
216552  description="UPPER RIGHT QUADRANT FACE WITH CLOSED EYES",
216553  direction="on",
216554  linebreak="al",
216555  unicodeslot=0x1CCA9,
216556 },
216557 [0x1CCAA]={
216558  category="so",
216559  description="LOWER LEFT QUADRANT SMILING FACE",
216560  direction="on",
216561  linebreak="al",
216562  unicodeslot=0x1CCAA,
216563 },
216564 [0x1CCAB]={
216565  category="so",
216566  description="LOWER RIGHT QUADRANT SMILING FACE",
216567  direction="on",
216568  linebreak="al",
216569  unicodeslot=0x1CCAB,
216570 },
216571 [0x1CCAC]={
216572  category="so",
216573  description="LOWER LEFT QUADRANT NEUTRAL FACE",
216574  direction="on",
216575  linebreak="al",
216576  unicodeslot=0x1CCAC,
216577 },
216578 [0x1CCAD]={
216579  category="so",
216580  description="LOWER RIGHT QUADRANT NEUTRAL FACE",
216581  direction="on",
216582  linebreak="al",
216583  unicodeslot=0x1CCAD,
216584 },
216585 [0x1CCAE]={
216586  category="so",
216587  description="LOWER LEFT QUADRANT FACE WITH OPEN MOUTH",
216588  direction="on",
216589  linebreak="al",
216590  unicodeslot=0x1CCAE,
216591 },
216592 [0x1CCAF]={
216593  category="so",
216594  description="LOWER RIGHT QUADRANT FACE WITH OPEN MOUTH",
216595  direction="on",
216596  linebreak="al",
216597  unicodeslot=0x1CCAF,
216598 },
216599 [0x1CCB0]={
216600  category="so",
216601  description="LOWER LEFT QUADRANT FROWNING FACE",
216602  direction="on",
216603  linebreak="al",
216604  unicodeslot=0x1CCB0,
216605 },
216606 [0x1CCB1]={
216607  category="so",
216608  description="LOWER RIGHT QUADRANT FROWNING FACE",
216609  direction="on",
216610  linebreak="al",
216611  unicodeslot=0x1CCB1,
216612 },
216613 [0x1CCB2]={
216614  category="so",
216615  description="UPPER LEFT QUADRANT TELEVISION",
216616  direction="on",
216617  linebreak="al",
216618  unicodeslot=0x1CCB2,
216619 },
216620 [0x1CCB3]={
216621  category="so",
216622  description="UPPER RIGHT QUADRANT TELEVISION",
216623  direction="on",
216624  linebreak="al",
216625  unicodeslot=0x1CCB3,
216626 },
216627 [0x1CCB4]={
216628  category="so",
216629  description="LOWER LEFT QUADRANT TELEVISION",
216630  direction="on",
216631  linebreak="al",
216632  unicodeslot=0x1CCB4,
216633 },
216634 [0x1CCB5]={
216635  category="so",
216636  description="LOWER RIGHT QUADRANT TELEVISION",
216637  direction="on",
216638  linebreak="al",
216639  unicodeslot=0x1CCB5,
216640 },
216641 [0x1CCB6]={
216642  category="so",
216643  description="UPPER LEFT QUADRANT MICROCOMPUTER",
216644  direction="on",
216645  linebreak="al",
216646  unicodeslot=0x1CCB6,
216647 },
216648 [0x1CCB7]={
216649  category="so",
216650  description="UPPER RIGHT QUADRANT MICROCOMPUTER",
216651  direction="on",
216652  linebreak="al",
216653  unicodeslot=0x1CCB7,
216654 },
216655 [0x1CCB8]={
216656  category="so",
216657  description="LOWER LEFT QUADRANT MICROCOMPUTER",
216658  direction="on",
216659  linebreak="al",
216660  unicodeslot=0x1CCB8,
216661 },
216662 [0x1CCB9]={
216663  category="so",
216664  description="LOWER RIGHT QUADRANT MICROCOMPUTER",
216665  direction="on",
216666  linebreak="al",
216667  unicodeslot=0x1CCB9,
216668 },
216669 [0x1CCBA]={
216670  category="so",
216671  description="UPPER LEFT QUADRANT CHESS KING",
216672  direction="on",
216673  linebreak="al",
216674  unicodeslot=0x1CCBA,
216675 },
216676 [0x1CCBB]={
216677  category="so",
216678  description="UPPER RIGHT QUADRANT CHESS KING",
216679  direction="on",
216680  linebreak="al",
216681  unicodeslot=0x1CCBB,
216682 },
216683 [0x1CCBC]={
216684  category="so",
216685  description="LOWER LEFT QUADRANT CHESS KING",
216686  direction="on",
216687  linebreak="al",
216688  unicodeslot=0x1CCBC,
216689 },
216690 [0x1CCBD]={
216691  category="so",
216692  description="LOWER RIGHT QUADRANT CHESS KING",
216693  direction="on",
216694  linebreak="al",
216695  unicodeslot=0x1CCBD,
216696 },
216697 [0x1CCBE]={
216698  category="so",
216699  description="UPPER LEFT QUADRANT CHESS QUEEN",
216700  direction="on",
216701  linebreak="al",
216702  unicodeslot=0x1CCBE,
216703 },
216704 [0x1CCBF]={
216705  category="so",
216706  description="UPPER RIGHT QUADRANT CHESS QUEEN",
216707  direction="on",
216708  linebreak="al",
216709  unicodeslot=0x1CCBF,
216710 },
216711 [0x1CCC0]={
216712  category="so",
216713  description="LOWER LEFT QUADRANT CHESS QUEEN",
216714  direction="on",
216715  linebreak="al",
216716  unicodeslot=0x1CCC0,
216717 },
216718 [0x1CCC1]={
216719  category="so",
216720  description="LOWER RIGHT QUADRANT CHESS QUEEN",
216721  direction="on",
216722  linebreak="al",
216723  unicodeslot=0x1CCC1,
216724 },
216725 [0x1CCC2]={
216726  category="so",
216727  description="UPPER LEFT QUADRANT CHESS ROOK",
216728  direction="on",
216729  linebreak="al",
216730  unicodeslot=0x1CCC2,
216731 },
216732 [0x1CCC3]={
216733  category="so",
216734  description="UPPER RIGHT QUADRANT CHESS ROOK",
216735  direction="on",
216736  linebreak="al",
216737  unicodeslot=0x1CCC3,
216738 },
216739 [0x1CCC4]={
216740  category="so",
216741  description="LOWER LEFT QUADRANT CHESS ROOK",
216742  direction="on",
216743  linebreak="al",
216744  unicodeslot=0x1CCC4,
216745 },
216746 [0x1CCC5]={
216747  category="so",
216748  description="LOWER RIGHT QUADRANT CHESS ROOK",
216749  direction="on",
216750  linebreak="al",
216751  unicodeslot=0x1CCC5,
216752 },
216753 [0x1CCC6]={
216754  category="so",
216755  description="UPPER LEFT QUADRANT CHESS BISHOP",
216756  direction="on",
216757  linebreak="al",
216758  unicodeslot=0x1CCC6,
216759 },
216760 [0x1CCC7]={
216761  category="so",
216762  description="UPPER RIGHT QUADRANT CHESS BISHOP",
216763  direction="on",
216764  linebreak="al",
216765  unicodeslot=0x1CCC7,
216766 },
216767 [0x1CCC8]={
216768  category="so",
216769  description="LOWER LEFT QUADRANT CHESS BISHOP",
216770  direction="on",
216771  linebreak="al",
216772  unicodeslot=0x1CCC8,
216773 },
216774 [0x1CCC9]={
216775  category="so",
216776  description="LOWER RIGHT QUADRANT CHESS BISHOP",
216777  direction="on",
216778  linebreak="al",
216779  unicodeslot=0x1CCC9,
216780 },
216781 [0x1CCCA]={
216782  category="so",
216783  description="UPPER LEFT QUADRANT CHESS KNIGHT",
216784  direction="on",
216785  linebreak="al",
216786  unicodeslot=0x1CCCA,
216787 },
216788 [0x1CCCB]={
216789  category="so",
216790  description="UPPER RIGHT QUADRANT CHESS KNIGHT",
216791  direction="on",
216792  linebreak="al",
216793  unicodeslot=0x1CCCB,
216794 },
216795 [0x1CCCC]={
216796  category="so",
216797  description="LOWER LEFT QUADRANT CHESS KNIGHT",
216798  direction="on",
216799  linebreak="al",
216800  unicodeslot=0x1CCCC,
216801 },
216802 [0x1CCCD]={
216803  category="so",
216804  description="LOWER RIGHT QUADRANT CHESS KNIGHT",
216805  direction="on",
216806  linebreak="al",
216807  unicodeslot=0x1CCCD,
216808 },
216809 [0x1CCCE]={
216810  category="so",
216811  description="UPPER LEFT QUADRANT CHESS PAWN",
216812  direction="on",
216813  linebreak="al",
216814  unicodeslot=0x1CCCE,
216815 },
216816 [0x1CCCF]={
216817  category="so",
216818  description="UPPER RIGHT QUADRANT CHESS PAWN",
216819  direction="on",
216820  linebreak="al",
216821  unicodeslot=0x1CCCF,
216822 },
216823 [0x1CCD0]={
216824  category="so",
216825  description="LOWER LEFT QUADRANT CHESS PAWN",
216826  direction="on",
216827  linebreak="al",
216828  unicodeslot=0x1CCD0,
216829 },
216830 [0x1CCD1]={
216831  category="so",
216832  description="LOWER RIGHT QUADRANT CHESS PAWN",
216833  direction="on",
216834  linebreak="al",
216835  unicodeslot=0x1CCD1,
216836 },
216837 [0x1CCD2]={
216838  category="so",
216839  description="UPPER LEFT QUADRANT STANDING KNIGHT",
216840  direction="on",
216841  linebreak="al",
216842  unicodeslot=0x1CCD2,
216843 },
216844 [0x1CCD3]={
216845  category="so",
216846  description="UPPER RIGHT QUADRANT STANDING KNIGHT",
216847  direction="on",
216848  linebreak="al",
216849  unicodeslot=0x1CCD3,
216850 },
216851 [0x1CCD4]={
216852  category="so",
216853  description="LOWER LEFT QUADRANT STANDING KNIGHT",
216854  direction="on",
216855  linebreak="al",
216856  unicodeslot=0x1CCD4,
216857 },
216858 [0x1CCD5]={
216859  category="so",
216860  description="LOWER RIGHT QUADRANT STANDING KNIGHT",
216861  direction="on",
216862  linebreak="al",
216863  unicodeslot=0x1CCD5,
216864 },
216865 [0x1CCD6]={
216866  category="so",
216867  description="OUTLINED LATIN CAPITAL LETTER A",
216868  direction="l",
216869  linebreak="al",
216870  specials={ "font", 0x41 },
216871  unicodeslot=0x1CCD6,
216872 },
216873 [0x1CCD7]={
216874  category="so",
216875  description="OUTLINED LATIN CAPITAL LETTER B",
216876  direction="l",
216877  linebreak="al",
216878  specials={ "font", 0x42 },
216879  unicodeslot=0x1CCD7,
216880 },
216881 [0x1CCD8]={
216882  category="so",
216883  description="OUTLINED LATIN CAPITAL LETTER C",
216884  direction="l",
216885  linebreak="al",
216886  specials={ "font", 0x43 },
216887  unicodeslot=0x1CCD8,
216888 },
216889 [0x1CCD9]={
216890  category="so",
216891  description="OUTLINED LATIN CAPITAL LETTER D",
216892  direction="l",
216893  linebreak="al",
216894  specials={ "font", 0x44 },
216895  unicodeslot=0x1CCD9,
216896 },
216897 [0x1CCDA]={
216898  category="so",
216899  description="OUTLINED LATIN CAPITAL LETTER E",
216900  direction="l",
216901  linebreak="al",
216902  specials={ "font", 0x45 },
216903  unicodeslot=0x1CCDA,
216904 },
216905 [0x1CCDB]={
216906  category="so",
216907  description="OUTLINED LATIN CAPITAL LETTER F",
216908  direction="l",
216909  linebreak="al",
216910  specials={ "font", 0x46 },
216911  unicodeslot=0x1CCDB,
216912 },
216913 [0x1CCDC]={
216914  category="so",
216915  description="OUTLINED LATIN CAPITAL LETTER G",
216916  direction="l",
216917  linebreak="al",
216918  specials={ "font", 0x47 },
216919  unicodeslot=0x1CCDC,
216920 },
216921 [0x1CCDD]={
216922  category="so",
216923  description="OUTLINED LATIN CAPITAL LETTER H",
216924  direction="l",
216925  linebreak="al",
216926  specials={ "font", 0x48 },
216927  unicodeslot=0x1CCDD,
216928 },
216929 [0x1CCDE]={
216930  category="so",
216931  description="OUTLINED LATIN CAPITAL LETTER I",
216932  direction="l",
216933  linebreak="al",
216934  specials={ "font", 0x49 },
216935  unicodeslot=0x1CCDE,
216936 },
216937 [0x1CCDF]={
216938  category="so",
216939  description="OUTLINED LATIN CAPITAL LETTER J",
216940  direction="l",
216941  linebreak="al",
216942  specials={ "font", 0x4A },
216943  unicodeslot=0x1CCDF,
216944 },
216945 [0x1CCE0]={
216946  category="so",
216947  description="OUTLINED LATIN CAPITAL LETTER K",
216948  direction="l",
216949  linebreak="al",
216950  specials={ "font", 0x4B },
216951  unicodeslot=0x1CCE0,
216952 },
216953 [0x1CCE1]={
216954  category="so",
216955  description="OUTLINED LATIN CAPITAL LETTER L",
216956  direction="l",
216957  linebreak="al",
216958  specials={ "font", 0x4C },
216959  unicodeslot=0x1CCE1,
216960 },
216961 [0x1CCE2]={
216962  category="so",
216963  description="OUTLINED LATIN CAPITAL LETTER M",
216964  direction="l",
216965  linebreak="al",
216966  specials={ "font", 0x4D },
216967  unicodeslot=0x1CCE2,
216968 },
216969 [0x1CCE3]={
216970  category="so",
216971  description="OUTLINED LATIN CAPITAL LETTER N",
216972  direction="l",
216973  linebreak="al",
216974  specials={ "font", 0x4E },
216975  unicodeslot=0x1CCE3,
216976 },
216977 [0x1CCE4]={
216978  category="so",
216979  description="OUTLINED LATIN CAPITAL LETTER O",
216980  direction="l",
216981  linebreak="al",
216982  specials={ "font", 0x4F },
216983  unicodeslot=0x1CCE4,
216984 },
216985 [0x1CCE5]={
216986  category="so",
216987  description="OUTLINED LATIN CAPITAL LETTER P",
216988  direction="l",
216989  linebreak="al",
216990  specials={ "font", 0x50 },
216991  unicodeslot=0x1CCE5,
216992 },
216993 [0x1CCE6]={
216994  category="so",
216995  description="OUTLINED LATIN CAPITAL LETTER Q",
216996  direction="l",
216997  linebreak="al",
216998  specials={ "font", 0x51 },
216999  unicodeslot=0x1CCE6,
217000 },
217001 [0x1CCE7]={
217002  category="so",
217003  description="OUTLINED LATIN CAPITAL LETTER R",
217004  direction="l",
217005  linebreak="al",
217006  specials={ "font", 0x52 },
217007  unicodeslot=0x1CCE7,
217008 },
217009 [0x1CCE8]={
217010  category="so",
217011  description="OUTLINED LATIN CAPITAL LETTER S",
217012  direction="l",
217013  linebreak="al",
217014  specials={ "font", 0x53 },
217015  unicodeslot=0x1CCE8,
217016 },
217017 [0x1CCE9]={
217018  category="so",
217019  description="OUTLINED LATIN CAPITAL LETTER T",
217020  direction="l",
217021  linebreak="al",
217022  specials={ "font", 0x54 },
217023  unicodeslot=0x1CCE9,
217024 },
217025 [0x1CCEA]={
217026  category="so",
217027  description="OUTLINED LATIN CAPITAL LETTER U",
217028  direction="l",
217029  linebreak="al",
217030  specials={ "font", 0x55 },
217031  unicodeslot=0x1CCEA,
217032 },
217033 [0x1CCEB]={
217034  category="so",
217035  description="OUTLINED LATIN CAPITAL LETTER V",
217036  direction="l",
217037  linebreak="al",
217038  specials={ "font", 0x56 },
217039  unicodeslot=0x1CCEB,
217040 },
217041 [0x1CCEC]={
217042  category="so",
217043  description="OUTLINED LATIN CAPITAL LETTER W",
217044  direction="l",
217045  linebreak="al",
217046  specials={ "font", 0x57 },
217047  unicodeslot=0x1CCEC,
217048 },
217049 [0x1CCED]={
217050  category="so",
217051  description="OUTLINED LATIN CAPITAL LETTER X",
217052  direction="l",
217053  linebreak="al",
217054  specials={ "font", 0x58 },
217055  unicodeslot=0x1CCED,
217056 },
217057 [0x1CCEE]={
217058  category="so",
217059  description="OUTLINED LATIN CAPITAL LETTER Y",
217060  direction="l",
217061  linebreak="al",
217062  specials={ "font", 0x59 },
217063  unicodeslot=0x1CCEE,
217064 },
217065 [0x1CCEF]={
217066  category="so",
217067  description="OUTLINED LATIN CAPITAL LETTER Z",
217068  direction="l",
217069  linebreak="al",
217070  specials={ "font", 0x5A },
217071  unicodeslot=0x1CCEF,
217072 },
217073 [0x1CCF0]={
217074  category="nd",
217075  description="OUTLINED DIGIT ZERO",
217076  direction="en",
217077  linebreak="nu",
217078  specials={ "font", 0x30 },
217079  unicodeslot=0x1CCF0,
217080 },
217081 [0x1CCF1]={
217082  category="nd",
217083  description="OUTLINED DIGIT ONE",
217084  direction="en",
217085  linebreak="nu",
217086  specials={ "font", 0x31 },
217087  unicodeslot=0x1CCF1,
217088 },
217089 [0x1CCF2]={
217090  category="nd",
217091  description="OUTLINED DIGIT TWO",
217092  direction="en",
217093  linebreak="nu",
217094  specials={ "font", 0x32 },
217095  unicodeslot=0x1CCF2,
217096 },
217097 [0x1CCF3]={
217098  category="nd",
217099  description="OUTLINED DIGIT THREE",
217100  direction="en",
217101  linebreak="nu",
217102  specials={ "font", 0x33 },
217103  unicodeslot=0x1CCF3,
217104 },
217105 [0x1CCF4]={
217106  category="nd",
217107  description="OUTLINED DIGIT FOUR",
217108  direction="en",
217109  linebreak="nu",
217110  specials={ "font", 0x34 },
217111  unicodeslot=0x1CCF4,
217112 },
217113 [0x1CCF5]={
217114  category="nd",
217115  description="OUTLINED DIGIT FIVE",
217116  direction="en",
217117  linebreak="nu",
217118  specials={ "font", 0x35 },
217119  unicodeslot=0x1CCF5,
217120 },
217121 [0x1CCF6]={
217122  category="nd",
217123  description="OUTLINED DIGIT SIX",
217124  direction="en",
217125  linebreak="nu",
217126  specials={ "font", 0x36 },
217127  unicodeslot=0x1CCF6,
217128 },
217129 [0x1CCF7]={
217130  category="nd",
217131  description="OUTLINED DIGIT SEVEN",
217132  direction="en",
217133  linebreak="nu",
217134  specials={ "font", 0x37 },
217135  unicodeslot=0x1CCF7,
217136 },
217137 [0x1CCF8]={
217138  category="nd",
217139  description="OUTLINED DIGIT EIGHT",
217140  direction="en",
217141  linebreak="nu",
217142  specials={ "font", 0x38 },
217143  unicodeslot=0x1CCF8,
217144 },
217145 [0x1CCF9]={
217146  category="nd",
217147  description="OUTLINED DIGIT NINE",
217148  direction="en",
217149  linebreak="nu",
217150  specials={ "font", 0x39 },
217151  unicodeslot=0x1CCF9,
217152 },
217153 [0x1CD00]={
217154  category="so",
217155  description="BLOCK OCTANT-3",
217156  direction="on",
217157  linebreak="al",
217158  unicodeslot=0x1CD00,
217159 },
217160 [0x1CD01]={
217161  category="so",
217162  description="BLOCK OCTANT-23",
217163  direction="on",
217164  linebreak="al",
217165  unicodeslot=0x1CD01,
217166 },
217167 [0x1CD02]={
217168  category="so",
217169  description="BLOCK OCTANT-123",
217170  direction="on",
217171  linebreak="al",
217172  unicodeslot=0x1CD02,
217173 },
217174 [0x1CD03]={
217175  category="so",
217176  description="BLOCK OCTANT-4",
217177  direction="on",
217178  linebreak="al",
217179  unicodeslot=0x1CD03,
217180 },
217181 [0x1CD04]={
217182  category="so",
217183  description="BLOCK OCTANT-14",
217184  direction="on",
217185  linebreak="al",
217186  unicodeslot=0x1CD04,
217187 },
217188 [0x1CD05]={
217189  category="so",
217190  description="BLOCK OCTANT-124",
217191  direction="on",
217192  linebreak="al",
217193  unicodeslot=0x1CD05,
217194 },
217195 [0x1CD06]={
217196  category="so",
217197  description="BLOCK OCTANT-34",
217198  direction="on",
217199  linebreak="al",
217200  unicodeslot=0x1CD06,
217201 },
217202 [0x1CD07]={
217203  category="so",
217204  description="BLOCK OCTANT-134",
217205  direction="on",
217206  linebreak="al",
217207  unicodeslot=0x1CD07,
217208 },
217209 [0x1CD08]={
217210  category="so",
217211  description="BLOCK OCTANT-234",
217212  direction="on",
217213  linebreak="al",
217214  unicodeslot=0x1CD08,
217215 },
217216 [0x1CD09]={
217217  category="so",
217218  description="BLOCK OCTANT-5",
217219  direction="on",
217220  linebreak="al",
217221  unicodeslot=0x1CD09,
217222 },
217223 [0x1CD0A]={
217224  category="so",
217225  description="BLOCK OCTANT-15",
217226  direction="on",
217227  linebreak="al",
217228  unicodeslot=0x1CD0A,
217229 },
217230 [0x1CD0B]={
217231  category="so",
217232  description="BLOCK OCTANT-25",
217233  direction="on",
217234  linebreak="al",
217235  unicodeslot=0x1CD0B,
217236 },
217237 [0x1CD0C]={
217238  category="so",
217239  description="BLOCK OCTANT-125",
217240  direction="on",
217241  linebreak="al",
217242  unicodeslot=0x1CD0C,
217243 },
217244 [0x1CD0D]={
217245  category="so",
217246  description="BLOCK OCTANT-135",
217247  direction="on",
217248  linebreak="al",
217249  unicodeslot=0x1CD0D,
217250 },
217251 [0x1CD0E]={
217252  category="so",
217253  description="BLOCK OCTANT-235",
217254  direction="on",
217255  linebreak="al",
217256  unicodeslot=0x1CD0E,
217257 },
217258 [0x1CD0F]={
217259  category="so",
217260  description="BLOCK OCTANT-1235",
217261  direction="on",
217262  linebreak="al",
217263  unicodeslot=0x1CD0F,
217264 },
217265 [0x1CD10]={
217266  category="so",
217267  description="BLOCK OCTANT-45",
217268  direction="on",
217269  linebreak="al",
217270  unicodeslot=0x1CD10,
217271 },
217272 [0x1CD11]={
217273  category="so",
217274  description="BLOCK OCTANT-145",
217275  direction="on",
217276  linebreak="al",
217277  unicodeslot=0x1CD11,
217278 },
217279 [0x1CD12]={
217280  category="so",
217281  description="BLOCK OCTANT-245",
217282  direction="on",
217283  linebreak="al",
217284  unicodeslot=0x1CD12,
217285 },
217286 [0x1CD13]={
217287  category="so",
217288  description="BLOCK OCTANT-1245",
217289  direction="on",
217290  linebreak="al",
217291  unicodeslot=0x1CD13,
217292 },
217293 [0x1CD14]={
217294  category="so",
217295  description="BLOCK OCTANT-345",
217296  direction="on",
217297  linebreak="al",
217298  unicodeslot=0x1CD14,
217299 },
217300 [0x1CD15]={
217301  category="so",
217302  description="BLOCK OCTANT-1345",
217303  direction="on",
217304  linebreak="al",
217305  unicodeslot=0x1CD15,
217306 },
217307 [0x1CD16]={
217308  category="so",
217309  description="BLOCK OCTANT-2345",
217310  direction="on",
217311  linebreak="al",
217312  unicodeslot=0x1CD16,
217313 },
217314 [0x1CD17]={
217315  category="so",
217316  description="BLOCK OCTANT-12345",
217317  direction="on",
217318  linebreak="al",
217319  unicodeslot=0x1CD17,
217320 },
217321 [0x1CD18]={
217322  category="so",
217323  description="BLOCK OCTANT-6",
217324  direction="on",
217325  linebreak="al",
217326  unicodeslot=0x1CD18,
217327 },
217328 [0x1CD19]={
217329  category="so",
217330  description="BLOCK OCTANT-16",
217331  direction="on",
217332  linebreak="al",
217333  unicodeslot=0x1CD19,
217334 },
217335 [0x1CD1A]={
217336  category="so",
217337  description="BLOCK OCTANT-26",
217338  direction="on",
217339  linebreak="al",
217340  unicodeslot=0x1CD1A,
217341 },
217342 [0x1CD1B]={
217343  category="so",
217344  description="BLOCK OCTANT-126",
217345  direction="on",
217346  linebreak="al",
217347  unicodeslot=0x1CD1B,
217348 },
217349 [0x1CD1C]={
217350  category="so",
217351  description="BLOCK OCTANT-36",
217352  direction="on",
217353  linebreak="al",
217354  unicodeslot=0x1CD1C,
217355 },
217356 [0x1CD1D]={
217357  category="so",
217358  description="BLOCK OCTANT-136",
217359  direction="on",
217360  linebreak="al",
217361  unicodeslot=0x1CD1D,
217362 },
217363 [0x1CD1E]={
217364  category="so",
217365  description="BLOCK OCTANT-236",
217366  direction="on",
217367  linebreak="al",
217368  unicodeslot=0x1CD1E,
217369 },
217370 [0x1CD1F]={
217371  category="so",
217372  description="BLOCK OCTANT-1236",
217373  direction="on",
217374  linebreak="al",
217375  unicodeslot=0x1CD1F,
217376 },
217377 [0x1CD20]={
217378  category="so",
217379  description="BLOCK OCTANT-146",
217380  direction="on",
217381  linebreak="al",
217382  unicodeslot=0x1CD20,
217383 },
217384 [0x1CD21]={
217385  category="so",
217386  description="BLOCK OCTANT-246",
217387  direction="on",
217388  linebreak="al",
217389  unicodeslot=0x1CD21,
217390 },
217391 [0x1CD22]={
217392  category="so",
217393  description="BLOCK OCTANT-1246",
217394  direction="on",
217395  linebreak="al",
217396  unicodeslot=0x1CD22,
217397 },
217398 [0x1CD23]={
217399  category="so",
217400  description="BLOCK OCTANT-346",
217401  direction="on",
217402  linebreak="al",
217403  unicodeslot=0x1CD23,
217404 },
217405 [0x1CD24]={
217406  category="so",
217407  description="BLOCK OCTANT-1346",
217408  direction="on",
217409  linebreak="al",
217410  unicodeslot=0x1CD24,
217411 },
217412 [0x1CD25]={
217413  category="so",
217414  description="BLOCK OCTANT-2346",
217415  direction="on",
217416  linebreak="al",
217417  unicodeslot=0x1CD25,
217418 },
217419 [0x1CD26]={
217420  category="so",
217421  description="BLOCK OCTANT-12346",
217422  direction="on",
217423  linebreak="al",
217424  unicodeslot=0x1CD26,
217425 },
217426 [0x1CD27]={
217427  category="so",
217428  description="BLOCK OCTANT-56",
217429  direction="on",
217430  linebreak="al",
217431  unicodeslot=0x1CD27,
217432 },
217433 [0x1CD28]={
217434  category="so",
217435  description="BLOCK OCTANT-156",
217436  direction="on",
217437  linebreak="al",
217438  unicodeslot=0x1CD28,
217439 },
217440 [0x1CD29]={
217441  category="so",
217442  description="BLOCK OCTANT-256",
217443  direction="on",
217444  linebreak="al",
217445  unicodeslot=0x1CD29,
217446 },
217447 [0x1CD2A]={
217448  category="so",
217449  description="BLOCK OCTANT-1256",
217450  direction="on",
217451  linebreak="al",
217452  unicodeslot=0x1CD2A,
217453 },
217454 [0x1CD2B]={
217455  category="so",
217456  description="BLOCK OCTANT-356",
217457  direction="on",
217458  linebreak="al",
217459  unicodeslot=0x1CD2B,
217460 },
217461 [0x1CD2C]={
217462  category="so",
217463  description="BLOCK OCTANT-1356",
217464  direction="on",
217465  linebreak="al",
217466  unicodeslot=0x1CD2C,
217467 },
217468 [0x1CD2D]={
217469  category="so",
217470  description="BLOCK OCTANT-2356",
217471  direction="on",
217472  linebreak="al",
217473  unicodeslot=0x1CD2D,
217474 },
217475 [0x1CD2E]={
217476  category="so",
217477  description="BLOCK OCTANT-12356",
217478  direction="on",
217479  linebreak="al",
217480  unicodeslot=0x1CD2E,
217481 },
217482 [0x1CD2F]={
217483  category="so",
217484  description="BLOCK OCTANT-456",
217485  direction="on",
217486  linebreak="al",
217487  unicodeslot=0x1CD2F,
217488 },
217489 [0x1CD30]={
217490  category="so",
217491  description="BLOCK OCTANT-1456",
217492  direction="on",
217493  linebreak="al",
217494  unicodeslot=0x1CD30,
217495 },
217496 [0x1CD31]={
217497  category="so",
217498  description="BLOCK OCTANT-2456",
217499  direction="on",
217500  linebreak="al",
217501  unicodeslot=0x1CD31,
217502 },
217503 [0x1CD32]={
217504  category="so",
217505  description="BLOCK OCTANT-12456",
217506  direction="on",
217507  linebreak="al",
217508  unicodeslot=0x1CD32,
217509 },
217510 [0x1CD33]={
217511  category="so",
217512  description="BLOCK OCTANT-3456",
217513  direction="on",
217514  linebreak="al",
217515  unicodeslot=0x1CD33,
217516 },
217517 [0x1CD34]={
217518  category="so",
217519  description="BLOCK OCTANT-13456",
217520  direction="on",
217521  linebreak="al",
217522  unicodeslot=0x1CD34,
217523 },
217524 [0x1CD35]={
217525  category="so",
217526  description="BLOCK OCTANT-23456",
217527  direction="on",
217528  linebreak="al",
217529  unicodeslot=0x1CD35,
217530 },
217531 [0x1CD36]={
217532  category="so",
217533  description="BLOCK OCTANT-17",
217534  direction="on",
217535  linebreak="al",
217536  unicodeslot=0x1CD36,
217537 },
217538 [0x1CD37]={
217539  category="so",
217540  description="BLOCK OCTANT-27",
217541  direction="on",
217542  linebreak="al",
217543  unicodeslot=0x1CD37,
217544 },
217545 [0x1CD38]={
217546  category="so",
217547  description="BLOCK OCTANT-127",
217548  direction="on",
217549  linebreak="al",
217550  unicodeslot=0x1CD38,
217551 },
217552 [0x1CD39]={
217553  category="so",
217554  description="BLOCK OCTANT-37",
217555  direction="on",
217556  linebreak="al",
217557  unicodeslot=0x1CD39,
217558 },
217559 [0x1CD3A]={
217560  category="so",
217561  description="BLOCK OCTANT-137",
217562  direction="on",
217563  linebreak="al",
217564  unicodeslot=0x1CD3A,
217565 },
217566 [0x1CD3B]={
217567  category="so",
217568  description="BLOCK OCTANT-237",
217569  direction="on",
217570  linebreak="al",
217571  unicodeslot=0x1CD3B,
217572 },
217573 [0x1CD3C]={
217574  category="so",
217575  description="BLOCK OCTANT-1237",
217576  direction="on",
217577  linebreak="al",
217578  unicodeslot=0x1CD3C,
217579 },
217580 [0x1CD3D]={
217581  category="so",
217582  description="BLOCK OCTANT-47",
217583  direction="on",
217584  linebreak="al",
217585  unicodeslot=0x1CD3D,
217586 },
217587 [0x1CD3E]={
217588  category="so",
217589  description="BLOCK OCTANT-147",
217590  direction="on",
217591  linebreak="al",
217592  unicodeslot=0x1CD3E,
217593 },
217594 [0x1CD3F]={
217595  category="so",
217596  description="BLOCK OCTANT-247",
217597  direction="on",
217598  linebreak="al",
217599  unicodeslot=0x1CD3F,
217600 },
217601 [0x1CD40]={
217602  category="so",
217603  description="BLOCK OCTANT-1247",
217604  direction="on",
217605  linebreak="al",
217606  unicodeslot=0x1CD40,
217607 },
217608 [0x1CD41]={
217609  category="so",
217610  description="BLOCK OCTANT-347",
217611  direction="on",
217612  linebreak="al",
217613  unicodeslot=0x1CD41,
217614 },
217615 [0x1CD42]={
217616  category="so",
217617  description="BLOCK OCTANT-1347",
217618  direction="on",
217619  linebreak="al",
217620  unicodeslot=0x1CD42,
217621 },
217622 [0x1CD43]={
217623  category="so",
217624  description="BLOCK OCTANT-2347",
217625  direction="on",
217626  linebreak="al",
217627  unicodeslot=0x1CD43,
217628 },
217629 [0x1CD44]={
217630  category="so",
217631  description="BLOCK OCTANT-12347",
217632  direction="on",
217633  linebreak="al",
217634  unicodeslot=0x1CD44,
217635 },
217636 [0x1CD45]={
217637  category="so",
217638  description="BLOCK OCTANT-157",
217639  direction="on",
217640  linebreak="al",
217641  unicodeslot=0x1CD45,
217642 },
217643 [0x1CD46]={
217644  category="so",
217645  description="BLOCK OCTANT-257",
217646  direction="on",
217647  linebreak="al",
217648  unicodeslot=0x1CD46,
217649 },
217650 [0x1CD47]={
217651  category="so",
217652  description="BLOCK OCTANT-1257",
217653  direction="on",
217654  linebreak="al",
217655  unicodeslot=0x1CD47,
217656 },
217657 [0x1CD48]={
217658  category="so",
217659  description="BLOCK OCTANT-357",
217660  direction="on",
217661  linebreak="al",
217662  unicodeslot=0x1CD48,
217663 },
217664 [0x1CD49]={
217665  category="so",
217666  description="BLOCK OCTANT-2357",
217667  direction="on",
217668  linebreak="al",
217669  unicodeslot=0x1CD49,
217670 },
217671 [0x1CD4A]={
217672  category="so",
217673  description="BLOCK OCTANT-12357",
217674  direction="on",
217675  linebreak="al",
217676  unicodeslot=0x1CD4A,
217677 },
217678 [0x1CD4B]={
217679  category="so",
217680  description="BLOCK OCTANT-457",
217681  direction="on",
217682  linebreak="al",
217683  unicodeslot=0x1CD4B,
217684 },
217685 [0x1CD4C]={
217686  category="so",
217687  description="BLOCK OCTANT-1457",
217688  direction="on",
217689  linebreak="al",
217690  unicodeslot=0x1CD4C,
217691 },
217692 [0x1CD4D]={
217693  category="so",
217694  description="BLOCK OCTANT-12457",
217695  direction="on",
217696  linebreak="al",
217697  unicodeslot=0x1CD4D,
217698 },
217699 [0x1CD4E]={
217700  category="so",
217701  description="BLOCK OCTANT-3457",
217702  direction="on",
217703  linebreak="al",
217704  unicodeslot=0x1CD4E,
217705 },
217706 [0x1CD4F]={
217707  category="so",
217708  description="BLOCK OCTANT-13457",
217709  direction="on",
217710  linebreak="al",
217711  unicodeslot=0x1CD4F,
217712 },
217713 [0x1CD50]={
217714  category="so",
217715  description="BLOCK OCTANT-23457",
217716  direction="on",
217717  linebreak="al",
217718  unicodeslot=0x1CD50,
217719 },
217720 [0x1CD51]={
217721  category="so",
217722  description="BLOCK OCTANT-67",
217723  direction="on",
217724  linebreak="al",
217725  unicodeslot=0x1CD51,
217726 },
217727 [0x1CD52]={
217728  category="so",
217729  description="BLOCK OCTANT-167",
217730  direction="on",
217731  linebreak="al",
217732  unicodeslot=0x1CD52,
217733 },
217734 [0x1CD53]={
217735  category="so",
217736  description="BLOCK OCTANT-267",
217737  direction="on",
217738  linebreak="al",
217739  unicodeslot=0x1CD53,
217740 },
217741 [0x1CD54]={
217742  category="so",
217743  description="BLOCK OCTANT-1267",
217744  direction="on",
217745  linebreak="al",
217746  unicodeslot=0x1CD54,
217747 },
217748 [0x1CD55]={
217749  category="so",
217750  description="BLOCK OCTANT-367",
217751  direction="on",
217752  linebreak="al",
217753  unicodeslot=0x1CD55,
217754 },
217755 [0x1CD56]={
217756  category="so",
217757  description="BLOCK OCTANT-1367",
217758  direction="on",
217759  linebreak="al",
217760  unicodeslot=0x1CD56,
217761 },
217762 [0x1CD57]={
217763  category="so",
217764  description="BLOCK OCTANT-2367",
217765  direction="on",
217766  linebreak="al",
217767  unicodeslot=0x1CD57,
217768 },
217769 [0x1CD58]={
217770  category="so",
217771  description="BLOCK OCTANT-12367",
217772  direction="on",
217773  linebreak="al",
217774  unicodeslot=0x1CD58,
217775 },
217776 [0x1CD59]={
217777  category="so",
217778  description="BLOCK OCTANT-467",
217779  direction="on",
217780  linebreak="al",
217781  unicodeslot=0x1CD59,
217782 },
217783 [0x1CD5A]={
217784  category="so",
217785  description="BLOCK OCTANT-1467",
217786  direction="on",
217787  linebreak="al",
217788  unicodeslot=0x1CD5A,
217789 },
217790 [0x1CD5B]={
217791  category="so",
217792  description="BLOCK OCTANT-2467",
217793  direction="on",
217794  linebreak="al",
217795  unicodeslot=0x1CD5B,
217796 },
217797 [0x1CD5C]={
217798  category="so",
217799  description="BLOCK OCTANT-12467",
217800  direction="on",
217801  linebreak="al",
217802  unicodeslot=0x1CD5C,
217803 },
217804 [0x1CD5D]={
217805  category="so",
217806  description="BLOCK OCTANT-3467",
217807  direction="on",
217808  linebreak="al",
217809  unicodeslot=0x1CD5D,
217810 },
217811 [0x1CD5E]={
217812  category="so",
217813  description="BLOCK OCTANT-13467",
217814  direction="on",
217815  linebreak="al",
217816  unicodeslot=0x1CD5E,
217817 },
217818 [0x1CD5F]={
217819  category="so",
217820  description="BLOCK OCTANT-23467",
217821  direction="on",
217822  linebreak="al",
217823  unicodeslot=0x1CD5F,
217824 },
217825 [0x1CD60]={
217826  category="so",
217827  description="BLOCK OCTANT-123467",
217828  direction="on",
217829  linebreak="al",
217830  unicodeslot=0x1CD60,
217831 },
217832 [0x1CD61]={
217833  category="so",
217834  description="BLOCK OCTANT-567",
217835  direction="on",
217836  linebreak="al",
217837  unicodeslot=0x1CD61,
217838 },
217839 [0x1CD62]={
217840  category="so",
217841  description="BLOCK OCTANT-1567",
217842  direction="on",
217843  linebreak="al",
217844  unicodeslot=0x1CD62,
217845 },
217846 [0x1CD63]={
217847  category="so",
217848  description="BLOCK OCTANT-2567",
217849  direction="on",
217850  linebreak="al",
217851  unicodeslot=0x1CD63,
217852 },
217853 [0x1CD64]={
217854  category="so",
217855  description="BLOCK OCTANT-12567",
217856  direction="on",
217857  linebreak="al",
217858  unicodeslot=0x1CD64,
217859 },
217860 [0x1CD65]={
217861  category="so",
217862  description="BLOCK OCTANT-3567",
217863  direction="on",
217864  linebreak="al",
217865  unicodeslot=0x1CD65,
217866 },
217867 [0x1CD66]={
217868  category="so",
217869  description="BLOCK OCTANT-13567",
217870  direction="on",
217871  linebreak="al",
217872  unicodeslot=0x1CD66,
217873 },
217874 [0x1CD67]={
217875  category="so",
217876  description="BLOCK OCTANT-23567",
217877  direction="on",
217878  linebreak="al",
217879  unicodeslot=0x1CD67,
217880 },
217881 [0x1CD68]={
217882  category="so",
217883  description="BLOCK OCTANT-123567",
217884  direction="on",
217885  linebreak="al",
217886  unicodeslot=0x1CD68,
217887 },
217888 [0x1CD69]={
217889  category="so",
217890  description="BLOCK OCTANT-4567",
217891  direction="on",
217892  linebreak="al",
217893  unicodeslot=0x1CD69,
217894 },
217895 [0x1CD6A]={
217896  category="so",
217897  description="BLOCK OCTANT-14567",
217898  direction="on",
217899  linebreak="al",
217900  unicodeslot=0x1CD6A,
217901 },
217902 [0x1CD6B]={
217903  category="so",
217904  description="BLOCK OCTANT-24567",
217905  direction="on",
217906  linebreak="al",
217907  unicodeslot=0x1CD6B,
217908 },
217909 [0x1CD6C]={
217910  category="so",
217911  description="BLOCK OCTANT-124567",
217912  direction="on",
217913  linebreak="al",
217914  unicodeslot=0x1CD6C,
217915 },
217916 [0x1CD6D]={
217917  category="so",
217918  description="BLOCK OCTANT-34567",
217919  direction="on",
217920  linebreak="al",
217921  unicodeslot=0x1CD6D,
217922 },
217923 [0x1CD6E]={
217924  category="so",
217925  description="BLOCK OCTANT-134567",
217926  direction="on",
217927  linebreak="al",
217928  unicodeslot=0x1CD6E,
217929 },
217930 [0x1CD6F]={
217931  category="so",
217932  description="BLOCK OCTANT-234567",
217933  direction="on",
217934  linebreak="al",
217935  unicodeslot=0x1CD6F,
217936 },
217937 [0x1CD70]={
217938  category="so",
217939  description="BLOCK OCTANT-1234567",
217940  direction="on",
217941  linebreak="al",
217942  unicodeslot=0x1CD70,
217943 },
217944 [0x1CD71]={
217945  category="so",
217946  description="BLOCK OCTANT-18",
217947  direction="on",
217948  linebreak="al",
217949  unicodeslot=0x1CD71,
217950 },
217951 [0x1CD72]={
217952  category="so",
217953  description="BLOCK OCTANT-28",
217954  direction="on",
217955  linebreak="al",
217956  unicodeslot=0x1CD72,
217957 },
217958 [0x1CD73]={
217959  category="so",
217960  description="BLOCK OCTANT-128",
217961  direction="on",
217962  linebreak="al",
217963  unicodeslot=0x1CD73,
217964 },
217965 [0x1CD74]={
217966  category="so",
217967  description="BLOCK OCTANT-38",
217968  direction="on",
217969  linebreak="al",
217970  unicodeslot=0x1CD74,
217971 },
217972 [0x1CD75]={
217973  category="so",
217974  description="BLOCK OCTANT-138",
217975  direction="on",
217976  linebreak="al",
217977  unicodeslot=0x1CD75,
217978 },
217979 [0x1CD76]={
217980  category="so",
217981  description="BLOCK OCTANT-238",
217982  direction="on",
217983  linebreak="al",
217984  unicodeslot=0x1CD76,
217985 },
217986 [0x1CD77]={
217987  category="so",
217988  description="BLOCK OCTANT-1238",
217989  direction="on",
217990  linebreak="al",
217991  unicodeslot=0x1CD77,
217992 },
217993 [0x1CD78]={
217994  category="so",
217995  description="BLOCK OCTANT-48",
217996  direction="on",
217997  linebreak="al",
217998  unicodeslot=0x1CD78,
217999 },
218000 [0x1CD79]={
218001  category="so",
218002  description="BLOCK OCTANT-148",
218003  direction="on",
218004  linebreak="al",
218005  unicodeslot=0x1CD79,
218006 },
218007 [0x1CD7A]={
218008  category="so",
218009  description="BLOCK OCTANT-248",
218010  direction="on",
218011  linebreak="al",
218012  unicodeslot=0x1CD7A,
218013 },
218014 [0x1CD7B]={
218015  category="so",
218016  description="BLOCK OCTANT-1248",
218017  direction="on",
218018  linebreak="al",
218019  unicodeslot=0x1CD7B,
218020 },
218021 [0x1CD7C]={
218022  category="so",
218023  description="BLOCK OCTANT-348",
218024  direction="on",
218025  linebreak="al",
218026  unicodeslot=0x1CD7C,
218027 },
218028 [0x1CD7D]={
218029  category="so",
218030  description="BLOCK OCTANT-1348",
218031  direction="on",
218032  linebreak="al",
218033  unicodeslot=0x1CD7D,
218034 },
218035 [0x1CD7E]={
218036  category="so",
218037  description="BLOCK OCTANT-2348",
218038  direction="on",
218039  linebreak="al",
218040  unicodeslot=0x1CD7E,
218041 },
218042 [0x1CD7F]={
218043  category="so",
218044  description="BLOCK OCTANT-12348",
218045  direction="on",
218046  linebreak="al",
218047  unicodeslot=0x1CD7F,
218048 },
218049 [0x1CD80]={
218050  category="so",
218051  description="BLOCK OCTANT-58",
218052  direction="on",
218053  linebreak="al",
218054  unicodeslot=0x1CD80,
218055 },
218056 [0x1CD81]={
218057  category="so",
218058  description="BLOCK OCTANT-158",
218059  direction="on",
218060  linebreak="al",
218061  unicodeslot=0x1CD81,
218062 },
218063 [0x1CD82]={
218064  category="so",
218065  description="BLOCK OCTANT-258",
218066  direction="on",
218067  linebreak="al",
218068  unicodeslot=0x1CD82,
218069 },
218070 [0x1CD83]={
218071  category="so",
218072  description="BLOCK OCTANT-1258",
218073  direction="on",
218074  linebreak="al",
218075  unicodeslot=0x1CD83,
218076 },
218077 [0x1CD84]={
218078  category="so",
218079  description="BLOCK OCTANT-358",
218080  direction="on",
218081  linebreak="al",
218082  unicodeslot=0x1CD84,
218083 },
218084 [0x1CD85]={
218085  category="so",
218086  description="BLOCK OCTANT-1358",
218087  direction="on",
218088  linebreak="al",
218089  unicodeslot=0x1CD85,
218090 },
218091 [0x1CD86]={
218092  category="so",
218093  description="BLOCK OCTANT-2358",
218094  direction="on",
218095  linebreak="al",
218096  unicodeslot=0x1CD86,
218097 },
218098 [0x1CD87]={
218099  category="so",
218100  description="BLOCK OCTANT-12358",
218101  direction="on",
218102  linebreak="al",
218103  unicodeslot=0x1CD87,
218104 },
218105 [0x1CD88]={
218106  category="so",
218107  description="BLOCK OCTANT-458",
218108  direction="on",
218109  linebreak="al",
218110  unicodeslot=0x1CD88,
218111 },
218112 [0x1CD89]={
218113  category="so",
218114  description="BLOCK OCTANT-1458",
218115  direction="on",
218116  linebreak="al",
218117  unicodeslot=0x1CD89,
218118 },
218119 [0x1CD8A]={
218120  category="so",
218121  description="BLOCK OCTANT-2458",
218122  direction="on",
218123  linebreak="al",
218124  unicodeslot=0x1CD8A,
218125 },
218126 [0x1CD8B]={
218127  category="so",
218128  description="BLOCK OCTANT-12458",
218129  direction="on",
218130  linebreak="al",
218131  unicodeslot=0x1CD8B,
218132 },
218133 [0x1CD8C]={
218134  category="so",
218135  description="BLOCK OCTANT-3458",
218136  direction="on",
218137  linebreak="al",
218138  unicodeslot=0x1CD8C,
218139 },
218140 [0x1CD8D]={
218141  category="so",
218142  description="BLOCK OCTANT-13458",
218143  direction="on",
218144  linebreak="al",
218145  unicodeslot=0x1CD8D,
218146 },
218147 [0x1CD8E]={
218148  category="so",
218149  description="BLOCK OCTANT-23458",
218150  direction="on",
218151  linebreak="al",
218152  unicodeslot=0x1CD8E,
218153 },
218154 [0x1CD8F]={
218155  category="so",
218156  description="BLOCK OCTANT-123458",
218157  direction="on",
218158  linebreak="al",
218159  unicodeslot=0x1CD8F,
218160 },
218161 [0x1CD90]={
218162  category="so",
218163  description="BLOCK OCTANT-168",
218164  direction="on",
218165  linebreak="al",
218166  unicodeslot=0x1CD90,
218167 },
218168 [0x1CD91]={
218169  category="so",
218170  description="BLOCK OCTANT-268",
218171  direction="on",
218172  linebreak="al",
218173  unicodeslot=0x1CD91,
218174 },
218175 [0x1CD92]={
218176  category="so",
218177  description="BLOCK OCTANT-1268",
218178  direction="on",
218179  linebreak="al",
218180  unicodeslot=0x1CD92,
218181 },
218182 [0x1CD93]={
218183  category="so",
218184  description="BLOCK OCTANT-368",
218185  direction="on",
218186  linebreak="al",
218187  unicodeslot=0x1CD93,
218188 },
218189 [0x1CD94]={
218190  category="so",
218191  description="BLOCK OCTANT-2368",
218192  direction="on",
218193  linebreak="al",
218194  unicodeslot=0x1CD94,
218195 },
218196 [0x1CD95]={
218197  category="so",
218198  description="BLOCK OCTANT-12368",
218199  direction="on",
218200  linebreak="al",
218201  unicodeslot=0x1CD95,
218202 },
218203 [0x1CD96]={
218204  category="so",
218205  description="BLOCK OCTANT-468",
218206  direction="on",
218207  linebreak="al",
218208  unicodeslot=0x1CD96,
218209 },
218210 [0x1CD97]={
218211  category="so",
218212  description="BLOCK OCTANT-1468",
218213  direction="on",
218214  linebreak="al",
218215  unicodeslot=0x1CD97,
218216 },
218217 [0x1CD98]={
218218  category="so",
218219  description="BLOCK OCTANT-12468",
218220  direction="on",
218221  linebreak="al",
218222  unicodeslot=0x1CD98,
218223 },
218224 [0x1CD99]={
218225  category="so",
218226  description="BLOCK OCTANT-3468",
218227  direction="on",
218228  linebreak="al",
218229  unicodeslot=0x1CD99,
218230 },
218231 [0x1CD9A]={
218232  category="so",
218233  description="BLOCK OCTANT-13468",
218234  direction="on",
218235  linebreak="al",
218236  unicodeslot=0x1CD9A,
218237 },
218238 [0x1CD9B]={
218239  category="so",
218240  description="BLOCK OCTANT-23468",
218241  direction="on",
218242  linebreak="al",
218243  unicodeslot=0x1CD9B,
218244 },
218245 [0x1CD9C]={
218246  category="so",
218247  description="BLOCK OCTANT-568",
218248  direction="on",
218249  linebreak="al",
218250  unicodeslot=0x1CD9C,
218251 },
218252 [0x1CD9D]={
218253  category="so",
218254  description="BLOCK OCTANT-1568",
218255  direction="on",
218256  linebreak="al",
218257  unicodeslot=0x1CD9D,
218258 },
218259 [0x1CD9E]={
218260  category="so",
218261  description="BLOCK OCTANT-2568",
218262  direction="on",
218263  linebreak="al",
218264  unicodeslot=0x1CD9E,
218265 },
218266 [0x1CD9F]={
218267  category="so",
218268  description="BLOCK OCTANT-12568",
218269  direction="on",
218270  linebreak="al",
218271  unicodeslot=0x1CD9F,
218272 },
218273 [0x1CDA0]={
218274  category="so",
218275  description="BLOCK OCTANT-3568",
218276  direction="on",
218277  linebreak="al",
218278  unicodeslot=0x1CDA0,
218279 },
218280 [0x1CDA1]={
218281  category="so",
218282  description="BLOCK OCTANT-13568",
218283  direction="on",
218284  linebreak="al",
218285  unicodeslot=0x1CDA1,
218286 },
218287 [0x1CDA2]={
218288  category="so",
218289  description="BLOCK OCTANT-23568",
218290  direction="on",
218291  linebreak="al",
218292  unicodeslot=0x1CDA2,
218293 },
218294 [0x1CDA3]={
218295  category="so",
218296  description="BLOCK OCTANT-123568",
218297  direction="on",
218298  linebreak="al",
218299  unicodeslot=0x1CDA3,
218300 },
218301 [0x1CDA4]={
218302  category="so",
218303  description="BLOCK OCTANT-4568",
218304  direction="on",
218305  linebreak="al",
218306  unicodeslot=0x1CDA4,
218307 },
218308 [0x1CDA5]={
218309  category="so",
218310  description="BLOCK OCTANT-14568",
218311  direction="on",
218312  linebreak="al",
218313  unicodeslot=0x1CDA5,
218314 },
218315 [0x1CDA6]={
218316  category="so",
218317  description="BLOCK OCTANT-24568",
218318  direction="on",
218319  linebreak="al",
218320  unicodeslot=0x1CDA6,
218321 },
218322 [0x1CDA7]={
218323  category="so",
218324  description="BLOCK OCTANT-124568",
218325  direction="on",
218326  linebreak="al",
218327  unicodeslot=0x1CDA7,
218328 },
218329 [0x1CDA8]={
218330  category="so",
218331  description="BLOCK OCTANT-34568",
218332  direction="on",
218333  linebreak="al",
218334  unicodeslot=0x1CDA8,
218335 },
218336 [0x1CDA9]={
218337  category="so",
218338  description="BLOCK OCTANT-134568",
218339  direction="on",
218340  linebreak="al",
218341  unicodeslot=0x1CDA9,
218342 },
218343 [0x1CDAA]={
218344  category="so",
218345  description="BLOCK OCTANT-234568",
218346  direction="on",
218347  linebreak="al",
218348  unicodeslot=0x1CDAA,
218349 },
218350 [0x1CDAB]={
218351  category="so",
218352  description="BLOCK OCTANT-1234568",
218353  direction="on",
218354  linebreak="al",
218355  unicodeslot=0x1CDAB,
218356 },
218357 [0x1CDAC]={
218358  category="so",
218359  description="BLOCK OCTANT-178",
218360  direction="on",
218361  linebreak="al",
218362  unicodeslot=0x1CDAC,
218363 },
218364 [0x1CDAD]={
218365  category="so",
218366  description="BLOCK OCTANT-278",
218367  direction="on",
218368  linebreak="al",
218369  unicodeslot=0x1CDAD,
218370 },
218371 [0x1CDAE]={
218372  category="so",
218373  description="BLOCK OCTANT-1278",
218374  direction="on",
218375  linebreak="al",
218376  unicodeslot=0x1CDAE,
218377 },
218378 [0x1CDAF]={
218379  category="so",
218380  description="BLOCK OCTANT-378",
218381  direction="on",
218382  linebreak="al",
218383  unicodeslot=0x1CDAF,
218384 },
218385 [0x1CDB0]={
218386  category="so",
218387  description="BLOCK OCTANT-1378",
218388  direction="on",
218389  linebreak="al",
218390  unicodeslot=0x1CDB0,
218391 },
218392 [0x1CDB1]={
218393  category="so",
218394  description="BLOCK OCTANT-2378",
218395  direction="on",
218396  linebreak="al",
218397  unicodeslot=0x1CDB1,
218398 },
218399 [0x1CDB2]={
218400  category="so",
218401  description="BLOCK OCTANT-12378",
218402  direction="on",
218403  linebreak="al",
218404  unicodeslot=0x1CDB2,
218405 },
218406 [0x1CDB3]={
218407  category="so",
218408  description="BLOCK OCTANT-478",
218409  direction="on",
218410  linebreak="al",
218411  unicodeslot=0x1CDB3,
218412 },
218413 [0x1CDB4]={
218414  category="so",
218415  description="BLOCK OCTANT-1478",
218416  direction="on",
218417  linebreak="al",
218418  unicodeslot=0x1CDB4,
218419 },
218420 [0x1CDB5]={
218421  category="so",
218422  description="BLOCK OCTANT-2478",
218423  direction="on",
218424  linebreak="al",
218425  unicodeslot=0x1CDB5,
218426 },
218427 [0x1CDB6]={
218428  category="so",
218429  description="BLOCK OCTANT-12478",
218430  direction="on",
218431  linebreak="al",
218432  unicodeslot=0x1CDB6,
218433 },
218434 [0x1CDB7]={
218435  category="so",
218436  description="BLOCK OCTANT-3478",
218437  direction="on",
218438  linebreak="al",
218439  unicodeslot=0x1CDB7,
218440 },
218441 [0x1CDB8]={
218442  category="so",
218443  description="BLOCK OCTANT-13478",
218444  direction="on",
218445  linebreak="al",
218446  unicodeslot=0x1CDB8,
218447 },
218448 [0x1CDB9]={
218449  category="so",
218450  description="BLOCK OCTANT-23478",
218451  direction="on",
218452  linebreak="al",
218453  unicodeslot=0x1CDB9,
218454 },
218455 [0x1CDBA]={
218456  category="so",
218457  description="BLOCK OCTANT-123478",
218458  direction="on",
218459  linebreak="al",
218460  unicodeslot=0x1CDBA,
218461 },
218462 [0x1CDBB]={
218463  category="so",
218464  description="BLOCK OCTANT-578",
218465  direction="on",
218466  linebreak="al",
218467  unicodeslot=0x1CDBB,
218468 },
218469 [0x1CDBC]={
218470  category="so",
218471  description="BLOCK OCTANT-1578",
218472  direction="on",
218473  linebreak="al",
218474  unicodeslot=0x1CDBC,
218475 },
218476 [0x1CDBD]={
218477  category="so",
218478  description="BLOCK OCTANT-2578",
218479  direction="on",
218480  linebreak="al",
218481  unicodeslot=0x1CDBD,
218482 },
218483 [0x1CDBE]={
218484  category="so",
218485  description="BLOCK OCTANT-12578",
218486  direction="on",
218487  linebreak="al",
218488  unicodeslot=0x1CDBE,
218489 },
218490 [0x1CDBF]={
218491  category="so",
218492  description="BLOCK OCTANT-3578",
218493  direction="on",
218494  linebreak="al",
218495  unicodeslot=0x1CDBF,
218496 },
218497 [0x1CDC0]={
218498  category="so",
218499  description="BLOCK OCTANT-13578",
218500  direction="on",
218501  linebreak="al",
218502  unicodeslot=0x1CDC0,
218503 },
218504 [0x1CDC1]={
218505  category="so",
218506  description="BLOCK OCTANT-23578",
218507  direction="on",
218508  linebreak="al",
218509  unicodeslot=0x1CDC1,
218510 },
218511 [0x1CDC2]={
218512  category="so",
218513  description="BLOCK OCTANT-123578",
218514  direction="on",
218515  linebreak="al",
218516  unicodeslot=0x1CDC2,
218517 },
218518 [0x1CDC3]={
218519  category="so",
218520  description="BLOCK OCTANT-4578",
218521  direction="on",
218522  linebreak="al",
218523  unicodeslot=0x1CDC3,
218524 },
218525 [0x1CDC4]={
218526  category="so",
218527  description="BLOCK OCTANT-14578",
218528  direction="on",
218529  linebreak="al",
218530  unicodeslot=0x1CDC4,
218531 },
218532 [0x1CDC5]={
218533  category="so",
218534  description="BLOCK OCTANT-24578",
218535  direction="on",
218536  linebreak="al",
218537  unicodeslot=0x1CDC5,
218538 },
218539 [0x1CDC6]={
218540  category="so",
218541  description="BLOCK OCTANT-124578",
218542  direction="on",
218543  linebreak="al",
218544  unicodeslot=0x1CDC6,
218545 },
218546 [0x1CDC7]={
218547  category="so",
218548  description="BLOCK OCTANT-34578",
218549  direction="on",
218550  linebreak="al",
218551  unicodeslot=0x1CDC7,
218552 },
218553 [0x1CDC8]={
218554  category="so",
218555  description="BLOCK OCTANT-134578",
218556  direction="on",
218557  linebreak="al",
218558  unicodeslot=0x1CDC8,
218559 },
218560 [0x1CDC9]={
218561  category="so",
218562  description="BLOCK OCTANT-234578",
218563  direction="on",
218564  linebreak="al",
218565  unicodeslot=0x1CDC9,
218566 },
218567 [0x1CDCA]={
218568  category="so",
218569  description="BLOCK OCTANT-1234578",
218570  direction="on",
218571  linebreak="al",
218572  unicodeslot=0x1CDCA,
218573 },
218574 [0x1CDCB]={
218575  category="so",
218576  description="BLOCK OCTANT-678",
218577  direction="on",
218578  linebreak="al",
218579  unicodeslot=0x1CDCB,
218580 },
218581 [0x1CDCC]={
218582  category="so",
218583  description="BLOCK OCTANT-1678",
218584  direction="on",
218585  linebreak="al",
218586  unicodeslot=0x1CDCC,
218587 },
218588 [0x1CDCD]={
218589  category="so",
218590  description="BLOCK OCTANT-2678",
218591  direction="on",
218592  linebreak="al",
218593  unicodeslot=0x1CDCD,
218594 },
218595 [0x1CDCE]={
218596  category="so",
218597  description="BLOCK OCTANT-12678",
218598  direction="on",
218599  linebreak="al",
218600  unicodeslot=0x1CDCE,
218601 },
218602 [0x1CDCF]={
218603  category="so",
218604  description="BLOCK OCTANT-3678",
218605  direction="on",
218606  linebreak="al",
218607  unicodeslot=0x1CDCF,
218608 },
218609 [0x1CDD0]={
218610  category="so",
218611  description="BLOCK OCTANT-13678",
218612  direction="on",
218613  linebreak="al",
218614  unicodeslot=0x1CDD0,
218615 },
218616 [0x1CDD1]={
218617  category="so",
218618  description="BLOCK OCTANT-23678",
218619  direction="on",
218620  linebreak="al",
218621  unicodeslot=0x1CDD1,
218622 },
218623 [0x1CDD2]={
218624  category="so",
218625  description="BLOCK OCTANT-123678",
218626  direction="on",
218627  linebreak="al",
218628  unicodeslot=0x1CDD2,
218629 },
218630 [0x1CDD3]={
218631  category="so",
218632  description="BLOCK OCTANT-4678",
218633  direction="on",
218634  linebreak="al",
218635  unicodeslot=0x1CDD3,
218636 },
218637 [0x1CDD4]={
218638  category="so",
218639  description="BLOCK OCTANT-14678",
218640  direction="on",
218641  linebreak="al",
218642  unicodeslot=0x1CDD4,
218643 },
218644 [0x1CDD5]={
218645  category="so",
218646  description="BLOCK OCTANT-24678",
218647  direction="on",
218648  linebreak="al",
218649  unicodeslot=0x1CDD5,
218650 },
218651 [0x1CDD6]={
218652  category="so",
218653  description="BLOCK OCTANT-124678",
218654  direction="on",
218655  linebreak="al",
218656  unicodeslot=0x1CDD6,
218657 },
218658 [0x1CDD7]={
218659  category="so",
218660  description="BLOCK OCTANT-34678",
218661  direction="on",
218662  linebreak="al",
218663  unicodeslot=0x1CDD7,
218664 },
218665 [0x1CDD8]={
218666  category="so",
218667  description="BLOCK OCTANT-134678",
218668  direction="on",
218669  linebreak="al",
218670  unicodeslot=0x1CDD8,
218671 },
218672 [0x1CDD9]={
218673  category="so",
218674  description="BLOCK OCTANT-234678",
218675  direction="on",
218676  linebreak="al",
218677  unicodeslot=0x1CDD9,
218678 },
218679 [0x1CDDA]={
218680  category="so",
218681  description="BLOCK OCTANT-1234678",
218682  direction="on",
218683  linebreak="al",
218684  unicodeslot=0x1CDDA,
218685 },
218686 [0x1CDDB]={
218687  category="so",
218688  description="BLOCK OCTANT-15678",
218689  direction="on",
218690  linebreak="al",
218691  unicodeslot=0x1CDDB,
218692 },
218693 [0x1CDDC]={
218694  category="so",
218695  description="BLOCK OCTANT-25678",
218696  direction="on",
218697  linebreak="al",
218698  unicodeslot=0x1CDDC,
218699 },
218700 [0x1CDDD]={
218701  category="so",
218702  description="BLOCK OCTANT-125678",
218703  direction="on",
218704  linebreak="al",
218705  unicodeslot=0x1CDDD,
218706 },
218707 [0x1CDDE]={
218708  category="so",
218709  description="BLOCK OCTANT-35678",
218710  direction="on",
218711  linebreak="al",
218712  unicodeslot=0x1CDDE,
218713 },
218714 [0x1CDDF]={
218715  category="so",
218716  description="BLOCK OCTANT-235678",
218717  direction="on",
218718  linebreak="al",
218719  unicodeslot=0x1CDDF,
218720 },
218721 [0x1CDE0]={
218722  category="so",
218723  description="BLOCK OCTANT-1235678",
218724  direction="on",
218725  linebreak="al",
218726  unicodeslot=0x1CDE0,
218727 },
218728 [0x1CDE1]={
218729  category="so",
218730  description="BLOCK OCTANT-45678",
218731  direction="on",
218732  linebreak="al",
218733  unicodeslot=0x1CDE1,
218734 },
218735 [0x1CDE2]={
218736  category="so",
218737  description="BLOCK OCTANT-145678",
218738  direction="on",
218739  linebreak="al",
218740  unicodeslot=0x1CDE2,
218741 },
218742 [0x1CDE3]={
218743  category="so",
218744  description="BLOCK OCTANT-1245678",
218745  direction="on",
218746  linebreak="al",
218747  unicodeslot=0x1CDE3,
218748 },
218749 [0x1CDE4]={
218750  category="so",
218751  description="BLOCK OCTANT-1345678",
218752  direction="on",
218753  linebreak="al",
218754  unicodeslot=0x1CDE4,
218755 },
218756 [0x1CDE5]={
218757  category="so",
218758  description="BLOCK OCTANT-2345678",
218759  direction="on",
218760  linebreak="al",
218761  unicodeslot=0x1CDE5,
218762 },
218763 [0x1CDE6]={
218764  category="so",
218765  description="TOP HALF STANDING PERSON",
218766  direction="on",
218767  linebreak="al",
218768  unicodeslot=0x1CDE6,
218769 },
218770 [0x1CDE7]={
218771  category="so",
218772  description="BOTTOM HALF STANDING PERSON",
218773  direction="on",
218774  linebreak="al",
218775  unicodeslot=0x1CDE7,
218776 },
218777 [0x1CDE8]={
218778  category="so",
218779  description="TOP HALF RIGHT-FACING RUNNER FRAME-1",
218780  direction="on",
218781  linebreak="al",
218782  unicodeslot=0x1CDE8,
218783 },
218784 [0x1CDE9]={
218785  category="so",
218786  description="BOTTOM HALF RIGHT-FACING RUNNER FRAME-1",
218787  direction="on",
218788  linebreak="al",
218789  unicodeslot=0x1CDE9,
218790 },
218791 [0x1CDEA]={
218792  category="so",
218793  description="TOP HALF RIGHT-FACING RUNNER FRAME-2",
218794  direction="on",
218795  linebreak="al",
218796  unicodeslot=0x1CDEA,
218797 },
218798 [0x1CDEB]={
218799  category="so",
218800  description="BOTTOM HALF RIGHT-FACING RUNNER FRAME-2",
218801  direction="on",
218802  linebreak="al",
218803  unicodeslot=0x1CDEB,
218804 },
218805 [0x1CDEC]={
218806  category="so",
218807  description="TOP HALF LEFT-FACING RUNNER FRAME-1",
218808  direction="on",
218809  linebreak="al",
218810  unicodeslot=0x1CDEC,
218811 },
218812 [0x1CDED]={
218813  category="so",
218814  description="BOTTOM HALF LEFT-FACING RUNNER FRAME-1",
218815  direction="on",
218816  linebreak="al",
218817  unicodeslot=0x1CDED,
218818 },
218819 [0x1CDEE]={
218820  category="so",
218821  description="TOP HALF LEFT-FACING RUNNER FRAME-2",
218822  direction="on",
218823  linebreak="al",
218824  unicodeslot=0x1CDEE,
218825 },
218826 [0x1CDEF]={
218827  category="so",
218828  description="BOTTOM HALF LEFT-FACING RUNNER FRAME-2",
218829  direction="on",
218830  linebreak="al",
218831  unicodeslot=0x1CDEF,
218832 },
218833 [0x1CDF0]={
218834  category="so",
218835  description="TOP HALF FORWARD-FACING RUNNER",
218836  direction="on",
218837  linebreak="al",
218838  unicodeslot=0x1CDF0,
218839 },
218840 [0x1CDF1]={
218841  category="so",
218842  description="BOTTOM HALF FORWARD-FACING RUNNER FRAME-1",
218843  direction="on",
218844  linebreak="al",
218845  unicodeslot=0x1CDF1,
218846 },
218847 [0x1CDF2]={
218848  category="so",
218849  description="BOTTOM HALF FORWARD-FACING RUNNER FRAME-2",
218850  direction="on",
218851  linebreak="al",
218852  unicodeslot=0x1CDF2,
218853 },
218854 [0x1CDF3]={
218855  category="so",
218856  description="BOTTOM HALF FORWARD-FACING RUNNER FRAME-3",
218857  direction="on",
218858  linebreak="al",
218859  unicodeslot=0x1CDF3,
218860 },
218861 [0x1CDF4]={
218862  category="so",
218863  description="BOTTOM HALF FORWARD-FACING RUNNER FRAME-4",
218864  direction="on",
218865  linebreak="al",
218866  unicodeslot=0x1CDF4,
218867 },
218868 [0x1CDF5]={
218869  category="so",
218870  description="MOON LANDER",
218871  direction="on",
218872  linebreak="al",
218873  unicodeslot=0x1CDF5,
218874 },
218875 [0x1CDF6]={
218876  category="so",
218877  description="TOP HALF FLAILING ROBOT FRAME-1",
218878  direction="on",
218879  linebreak="al",
218880  unicodeslot=0x1CDF6,
218881 },
218882 [0x1CDF7]={
218883  category="so",
218884  description="TOP HALF FLAILING ROBOT FRAME-2",
218885  direction="on",
218886  linebreak="al",
218887  unicodeslot=0x1CDF7,
218888 },
218889 [0x1CDF8]={
218890  category="so",
218891  description="DOWN-POINTING AIRPLANE",
218892  direction="on",
218893  linebreak="al",
218894  unicodeslot=0x1CDF8,
218895 },
218896 [0x1CDF9]={
218897  category="so",
218898  description="LEFT-POINTING AIRPLANE",
218899  direction="on",
218900  linebreak="al",
218901  unicodeslot=0x1CDF9,
218902 },
218903 [0x1CDFA]={
218904  category="so",
218905  description="SMALL UP-POINTING AIRPLANE",
218906  direction="on",
218907  linebreak="al",
218908  unicodeslot=0x1CDFA,
218909 },
218910 [0x1CDFB]={
218911  category="so",
218912  description="UP-POINTING FROG",
218913  direction="on",
218914  linebreak="al",
218915  unicodeslot=0x1CDFB,
218916 },
218917 [0x1CDFC]={
218918  category="so",
218919  description="DOWN-POINTING FROG",
218920  direction="on",
218921  linebreak="al",
218922  unicodeslot=0x1CDFC,
218923 },
218924 [0x1CDFD]={
218925  category="so",
218926  description="EXPLOSION FRAME-1",
218927  direction="on",
218928  linebreak="al",
218929  unicodeslot=0x1CDFD,
218930 },
218931 [0x1CDFE]={
218932  category="so",
218933  description="EXPLOSION FRAME-2",
218934  direction="on",
218935  linebreak="al",
218936  unicodeslot=0x1CDFE,
218937 },
218938 [0x1CDFF]={
218939  category="so",
218940  description="EXPLOSION FRAME-3",
218941  direction="on",
218942  linebreak="al",
218943  unicodeslot=0x1CDFF,
218944 },
218945 [0x1CE00]={
218946  category="so",
218947  description="RIGHT HALF AND LEFT HALF WHITE CIRCLE",
218948  direction="on",
218949  linebreak="al",
218950  unicodeslot=0x1CE00,
218951 },
218952 [0x1CE01]={
218953  category="so",
218954  description="LOWER HALF AND UPPER HALF WHITE CIRCLE",
218955  direction="on",
218956  linebreak="al",
218957  unicodeslot=0x1CE01,
218958 },
218959 [0x1CE02]={
218960  category="so",
218961  description="EXPLOSION AT HORIZON",
218962  direction="on",
218963  linebreak="al",
218964  unicodeslot=0x1CE02,
218965 },
218966 [0x1CE03]={
218967  category="so",
218968  description="UPPER HALF HEAVY WHITE SQUARE",
218969  direction="on",
218970  linebreak="al",
218971  unicodeslot=0x1CE03,
218972 },
218973 [0x1CE04]={
218974  category="so",
218975  description="LOWER HALF HEAVY WHITE SQUARE",
218976  direction="on",
218977  linebreak="al",
218978  unicodeslot=0x1CE04,
218979 },
218980 [0x1CE05]={
218981  category="so",
218982  description="HEAVY WHITE SQUARE CONTAINING BLACK VERY SMALL SQUARE",
218983  direction="on",
218984  linebreak="al",
218985  unicodeslot=0x1CE05,
218986 },
218987 [0x1CE06]={
218988  category="so",
218989  description="WHITE VERTICAL RECTANGLE WITH HORIZONTAL BAR",
218990  direction="on",
218991  linebreak="al",
218992  unicodeslot=0x1CE06,
218993 },
218994 [0x1CE07]={
218995  category="so",
218996  description="TOP LEFT BLACK LEFT-POINTING SMALL TRIANGLE",
218997  direction="on",
218998  linebreak="al",
218999  unicodeslot=0x1CE07,
219000 },
219001 [0x1CE08]={
219002  category="so",
219003  description="FUNNEL",
219004  direction="on",
219005  linebreak="al",
219006  unicodeslot=0x1CE08,
219007 },
219008 [0x1CE09]={
219009  category="so",
219010  description="BOX DRAWINGS DOUBLE DIAGONAL LOWER LEFT TO MIDDLE CENTRE TO LOWER RIGHT",
219011  direction="on",
219012  linebreak="al",
219013  unicodeslot=0x1CE09,
219014 },
219015 [0x1CE0A]={
219016  category="so",
219017  description="BOX DRAWINGS DOUBLE DIAGONAL UPPER LEFT TO MIDDLE CENTRE TO UPPER RIGHT",
219018  direction="on",
219019  linebreak="al",
219020  unicodeslot=0x1CE0A,
219021 },
219022 [0x1CE0B]={
219023  category="so",
219024  description="LEFT HALF WHITE ELLIPSE",
219025  direction="on",
219026  linebreak="al",
219027  unicodeslot=0x1CE0B,
219028 },
219029 [0x1CE0C]={
219030  category="so",
219031  description="RIGHT HALF WHITE ELLIPSE",
219032  direction="on",
219033  linebreak="al",
219034  unicodeslot=0x1CE0C,
219035 },
219036 [0x1CE0D]={
219037  category="so",
219038  description="LEFT HALF TRIPLE DASH HORIZONTAL",
219039  direction="on",
219040  linebreak="al",
219041  unicodeslot=0x1CE0D,
219042 },
219043 [0x1CE0E]={
219044  category="so",
219045  description="RIGHT HALF TRIPLE DASH HORIZONTAL",
219046  direction="on",
219047  linebreak="al",
219048  unicodeslot=0x1CE0E,
219049 },
219050 [0x1CE0F]={
219051  category="so",
219052  description="HORIZONTAL LINE WITH TICK MARK",
219053  direction="on",
219054  linebreak="al",
219055  unicodeslot=0x1CE0F,
219056 },
219057 [0x1CE10]={
219058  category="so",
219059  description="LEFT HALF HORIZONTAL LINE WITH THREE TICK MARKS",
219060  direction="on",
219061  linebreak="al",
219062  unicodeslot=0x1CE10,
219063 },
219064 [0x1CE11]={
219065  category="so",
219066  description="RIGHT HALF HORIZONTAL LINE WITH THREE TICK MARKS",
219067  direction="on",
219068  linebreak="al",
219069  unicodeslot=0x1CE11,
219070 },
219071 [0x1CE12]={
219072  category="so",
219073  description="HORIZONTAL LINE WITH THREE TICK MARKS",
219074  direction="on",
219075  linebreak="al",
219076  unicodeslot=0x1CE12,
219077 },
219078 [0x1CE13]={
219079  category="so",
219080  description="LOWER HALF VERTICAL LINE WITH THREE TICK MARKS",
219081  direction="on",
219082  linebreak="al",
219083  unicodeslot=0x1CE13,
219084 },
219085 [0x1CE14]={
219086  category="so",
219087  description="UPPER HALF VERTICAL LINE WITH THREE TICK MARKS",
219088  direction="on",
219089  linebreak="al",
219090  unicodeslot=0x1CE14,
219091 },
219092 [0x1CE15]={
219093  category="so",
219094  description="VERTICAL LINE WITH THREE TICK MARKS",
219095  direction="on",
219096  linebreak="al",
219097  unicodeslot=0x1CE15,
219098 },
219099 [0x1CE16]={
219100  category="so",
219101  description="BOX DRAWINGS LIGHT VERTICAL AND TOP RIGHT",
219102  direction="on",
219103  linebreak="al",
219104  unicodeslot=0x1CE16,
219105 },
219106 [0x1CE17]={
219107  category="so",
219108  description="BOX DRAWINGS LIGHT VERTICAL AND BOTTOM RIGHT",
219109  direction="on",
219110  linebreak="al",
219111  unicodeslot=0x1CE17,
219112 },
219113 [0x1CE18]={
219114  category="so",
219115  description="BOX DRAWINGS LIGHT VERTICAL AND TOP LEFT",
219116  direction="on",
219117  linebreak="al",
219118  unicodeslot=0x1CE18,
219119 },
219120 [0x1CE19]={
219121  category="so",
219122  description="BOX DRAWINGS LIGHT VERTICAL AND BOTTOM LEFT",
219123  direction="on",
219124  linebreak="al",
219125  unicodeslot=0x1CE19,
219126 },
219127 [0x1CE1A]={
219128  category="so",
219129  description="LARGE TYPE PIECE UPPER LEFT ARC",
219130  direction="on",
219131  linebreak="al",
219132  unicodeslot=0x1CE1A,
219133 },
219134 [0x1CE1B]={
219135  category="so",
219136  description="LARGE TYPE PIECE UPPER LEFT CORNER",
219137  direction="on",
219138  linebreak="al",
219139  unicodeslot=0x1CE1B,
219140 },
219141 [0x1CE1C]={
219142  category="so",
219143  description="LARGE TYPE PIECE UPPER TERMINAL",
219144  direction="on",
219145  linebreak="al",
219146  unicodeslot=0x1CE1C,
219147 },
219148 [0x1CE1D]={
219149  category="so",
219150  description="LARGE TYPE PIECE UPPER LEFT CROTCH",
219151  direction="on",
219152  linebreak="al",
219153  unicodeslot=0x1CE1D,
219154 },
219155 [0x1CE1E]={
219156  category="so",
219157  description="LARGE TYPE PIECE LEFT ARM",
219158  direction="on",
219159  linebreak="al",
219160  unicodeslot=0x1CE1E,
219161 },
219162 [0x1CE1F]={
219163  category="so",
219164  description="LARGE TYPE PIECE CROSSBAR",
219165  direction="on",
219166  linebreak="al",
219167  unicodeslot=0x1CE1F,
219168 },
219169 [0x1CE20]={
219170  category="so",
219171  description="LARGE TYPE PIECE CROSSBAR WITH LOWER STEM",
219172  direction="on",
219173  linebreak="al",
219174  unicodeslot=0x1CE20,
219175 },
219176 [0x1CE21]={
219177  category="so",
219178  description="LARGE TYPE PIECE UPPER HALF VERTEX OF M",
219179  direction="on",
219180  linebreak="al",
219181  unicodeslot=0x1CE21,
219182 },
219183 [0x1CE22]={
219184  category="so",
219185  description="LARGE TYPE PIECE DIAGONAL LOWER LEFT",
219186  direction="on",
219187  linebreak="al",
219188  unicodeslot=0x1CE22,
219189 },
219190 [0x1CE23]={
219191  category="so",
219192  description="LARGE TYPE PIECE SHORT UPPER TERMINAL",
219193  direction="on",
219194  linebreak="al",
219195  unicodeslot=0x1CE23,
219196 },
219197 [0x1CE24]={
219198  category="so",
219199  description="LARGE TYPE PIECE UPPER RIGHT ARC",
219200  direction="on",
219201  linebreak="al",
219202  unicodeslot=0x1CE24,
219203 },
219204 [0x1CE25]={
219205  category="so",
219206  description="LARGE TYPE PIECE RIGHT ARM",
219207  direction="on",
219208  linebreak="al",
219209  unicodeslot=0x1CE25,
219210 },
219211 [0x1CE26]={
219212  category="so",
219213  description="LARGE TYPE PIECE UPPER RIGHT CROTCH",
219214  direction="on",
219215  linebreak="al",
219216  unicodeslot=0x1CE26,
219217 },
219218 [0x1CE27]={
219219  category="so",
219220  description="LARGE TYPE PIECE UPPER RIGHT CORNER",
219221  direction="on",
219222  linebreak="al",
219223  unicodeslot=0x1CE27,
219224 },
219225 [0x1CE28]={
219226  category="so",
219227  description="LARGE TYPE PIECE STEM WITH RIGHT CROSSBAR",
219228  direction="on",
219229  linebreak="al",
219230  unicodeslot=0x1CE28,
219231 },
219232 [0x1CE29]={
219233  category="so",
219234  description="LARGE TYPE PIECE STEM",
219235  direction="on",
219236  linebreak="al",
219237  unicodeslot=0x1CE29,
219238 },
219239 [0x1CE2A]={
219240  category="so",
219241  description="LARGE TYPE PIECE DIAGONAL UPPER RIGHT AND LOWER RIGHT",
219242  direction="on",
219243  linebreak="al",
219244  unicodeslot=0x1CE2A,
219245 },
219246 [0x1CE2B]={
219247  category="so",
219248  description="LARGE TYPE PIECE DIAGONAL UPPER RIGHT",
219249  direction="on",
219250  linebreak="al",
219251  unicodeslot=0x1CE2B,
219252 },
219253 [0x1CE2C]={
219254  category="so",
219255  description="LARGE TYPE PIECE DIAGONAL LOWER RIGHT",
219256  direction="on",
219257  linebreak="al",
219258  unicodeslot=0x1CE2C,
219259 },
219260 [0x1CE2D]={
219261  category="so",
219262  description="LARGE TYPE PIECE SHORT LOWER TERMINAL",
219263  direction="on",
219264  linebreak="al",
219265  unicodeslot=0x1CE2D,
219266 },
219267 [0x1CE2E]={
219268  category="so",
219269  description="LARGE TYPE PIECE LOWER LEFT AND UPPER LEFT ARC",
219270  direction="on",
219271  linebreak="al",
219272  unicodeslot=0x1CE2E,
219273 },
219274 [0x1CE2F]={
219275  category="so",
219276  description="LARGE TYPE PIECE CENTRE OF K",
219277  direction="on",
219278  linebreak="al",
219279  unicodeslot=0x1CE2F,
219280 },
219281 [0x1CE30]={
219282  category="so",
219283  description="LARGE TYPE PIECE LOWER HALF VERTEX OF M",
219284  direction="on",
219285  linebreak="al",
219286  unicodeslot=0x1CE30,
219287 },
219288 [0x1CE31]={
219289  category="so",
219290  description="LARGE TYPE PIECE UPPER HALF VERTEX OF W",
219291  direction="on",
219292  linebreak="al",
219293  unicodeslot=0x1CE31,
219294 },
219295 [0x1CE32]={
219296  category="so",
219297  description="LARGE TYPE PIECE CENTRE OF X",
219298  direction="on",
219299  linebreak="al",
219300  unicodeslot=0x1CE32,
219301 },
219302 [0x1CE33]={
219303  category="so",
219304  description="LARGE TYPE PIECE CENTRE OF Y",
219305  direction="on",
219306  linebreak="al",
219307  unicodeslot=0x1CE33,
219308 },
219309 [0x1CE34]={
219310  category="so",
219311  description="LARGE TYPE PIECE CENTRE OF Z WITH CROSSBAR",
219312  direction="on",
219313  linebreak="al",
219314  unicodeslot=0x1CE34,
219315 },
219316 [0x1CE35]={
219317  category="so",
219318  description="LARGE TYPE PIECE RAISED UPPER LEFT ARC",
219319  direction="on",
219320  linebreak="al",
219321  unicodeslot=0x1CE35,
219322 },
219323 [0x1CE36]={
219324  category="so",
219325  description="LARGE TYPE PIECE STEM WITH LEFT CROSSBAR",
219326  direction="on",
219327  linebreak="al",
219328  unicodeslot=0x1CE36,
219329 },
219330 [0x1CE37]={
219331  category="so",
219332  description="LARGE TYPE PIECE LOWER RIGHT AND UPPER RIGHT ARC",
219333  direction="on",
219334  linebreak="al",
219335  unicodeslot=0x1CE37,
219336 },
219337 [0x1CE38]={
219338  category="so",
219339  description="LARGE TYPE PIECE DIAGONAL UPPER LEFT AND LOWER LEFT",
219340  direction="on",
219341  linebreak="al",
219342  unicodeslot=0x1CE38,
219343 },
219344 [0x1CE39]={
219345  category="so",
219346  description="LARGE TYPE PIECE STEM WITH LEFT JOINT",
219347  direction="on",
219348  linebreak="al",
219349  unicodeslot=0x1CE39,
219350 },
219351 [0x1CE3A]={
219352  category="so",
219353  description="LARGE TYPE PIECE STEM WITH CROSSBAR",
219354  direction="on",
219355  linebreak="al",
219356  unicodeslot=0x1CE3A,
219357 },
219358 [0x1CE3B]={
219359  category="so",
219360  description="LARGE TYPE PIECE DIAGONAL UPPER LEFT",
219361  direction="on",
219362  linebreak="al",
219363  unicodeslot=0x1CE3B,
219364 },
219365 [0x1CE3C]={
219366  category="so",
219367  description="LARGE TYPE PIECE LOWER TERMINAL",
219368  direction="on",
219369  linebreak="al",
219370  unicodeslot=0x1CE3C,
219371 },
219372 [0x1CE3D]={
219373  category="so",
219374  description="LARGE TYPE PIECE LOWER LEFT CORNER",
219375  direction="on",
219376  linebreak="al",
219377  unicodeslot=0x1CE3D,
219378 },
219379 [0x1CE3E]={
219380  category="so",
219381  description="LARGE TYPE PIECE LOWER LEFT ARC",
219382  direction="on",
219383  linebreak="al",
219384  unicodeslot=0x1CE3E,
219385 },
219386 [0x1CE3F]={
219387  category="so",
219388  description="LARGE TYPE PIECE LOWER LEFT CROTCH",
219389  direction="on",
219390  linebreak="al",
219391  unicodeslot=0x1CE3F,
219392 },
219393 [0x1CE40]={
219394  category="so",
219395  description="LARGE TYPE PIECE CROSSBAR WITH UPPER STEM",
219396  direction="on",
219397  linebreak="al",
219398  unicodeslot=0x1CE40,
219399 },
219400 [0x1CE41]={
219401  category="so",
219402  description="LARGE TYPE PIECE VERTEX OF V",
219403  direction="on",
219404  linebreak="al",
219405  unicodeslot=0x1CE41,
219406 },
219407 [0x1CE42]={
219408  category="so",
219409  description="LARGE TYPE PIECE LOWER HALF VERTEX OF W",
219410  direction="on",
219411  linebreak="al",
219412  unicodeslot=0x1CE42,
219413 },
219414 [0x1CE43]={
219415  category="so",
219416  description="LARGE TYPE PIECE LOWER RIGHT ARC",
219417  direction="on",
219418  linebreak="al",
219419  unicodeslot=0x1CE43,
219420 },
219421 [0x1CE44]={
219422  category="so",
219423  description="LARGE TYPE PIECE LOWER RIGHT CORNER",
219424  direction="on",
219425  linebreak="al",
219426  unicodeslot=0x1CE44,
219427 },
219428 [0x1CE45]={
219429  category="so",
219430  description="LARGE TYPE PIECE LOWER RIGHT ARC WITH TAIL",
219431  direction="on",
219432  linebreak="al",
219433  unicodeslot=0x1CE45,
219434 },
219435 [0x1CE46]={
219436  category="so",
219437  description="LARGE TYPE PIECE LOWER RIGHT CROTCH",
219438  direction="on",
219439  linebreak="al",
219440  unicodeslot=0x1CE46,
219441 },
219442 [0x1CE47]={
219443  category="so",
219444  description="LARGE TYPE PIECE STEM-45",
219445  direction="on",
219446  linebreak="al",
219447  unicodeslot=0x1CE47,
219448 },
219449 [0x1CE48]={
219450  category="so",
219451  description="LARGE TYPE PIECE STEM-2345",
219452  direction="on",
219453  linebreak="al",
219454  unicodeslot=0x1CE48,
219455 },
219456 [0x1CE49]={
219457  category="so",
219458  description="LARGE TYPE PIECE STEM-4",
219459  direction="on",
219460  linebreak="al",
219461  unicodeslot=0x1CE49,
219462 },
219463 [0x1CE4A]={
219464  category="so",
219465  description="LARGE TYPE PIECE STEM-34",
219466  direction="on",
219467  linebreak="al",
219468  unicodeslot=0x1CE4A,
219469 },
219470 [0x1CE4B]={
219471  category="so",
219472  description="LARGE TYPE PIECE STEM-234",
219473  direction="on",
219474  linebreak="al",
219475  unicodeslot=0x1CE4B,
219476 },
219477 [0x1CE4C]={
219478  category="so",
219479  description="LARGE TYPE PIECE STEM-1234",
219480  direction="on",
219481  linebreak="al",
219482  unicodeslot=0x1CE4C,
219483 },
219484 [0x1CE4D]={
219485  category="so",
219486  description="LARGE TYPE PIECE STEM-3",
219487  direction="on",
219488  linebreak="al",
219489  unicodeslot=0x1CE4D,
219490 },
219491 [0x1CE4E]={
219492  category="so",
219493  description="LARGE TYPE PIECE STEM-23",
219494  direction="on",
219495  linebreak="al",
219496  unicodeslot=0x1CE4E,
219497 },
219498 [0x1CE4F]={
219499  category="so",
219500  description="LARGE TYPE PIECE STEM-2",
219501  direction="on",
219502  linebreak="al",
219503  unicodeslot=0x1CE4F,
219504 },
219505 [0x1CE50]={
219506  category="so",
219507  description="LARGE TYPE PIECE STEM-12",
219508  direction="on",
219509  linebreak="al",
219510  unicodeslot=0x1CE50,
219511 },
219512 [0x1CE51]={
219513  category="so",
219514  description="SEPARATED BLOCK SEXTANT-1",
219515  direction="on",
219516  linebreak="al",
219517  unicodeslot=0x1CE51,
219518 },
219519 [0x1CE52]={
219520  category="so",
219521  description="SEPARATED BLOCK SEXTANT-2",
219522  direction="on",
219523  linebreak="al",
219524  unicodeslot=0x1CE52,
219525 },
219526 [0x1CE53]={
219527  category="so",
219528  description="SEPARATED BLOCK SEXTANT-12",
219529  direction="on",
219530  linebreak="al",
219531  unicodeslot=0x1CE53,
219532 },
219533 [0x1CE54]={
219534  category="so",
219535  description="SEPARATED BLOCK SEXTANT-3",
219536  direction="on",
219537  linebreak="al",
219538  unicodeslot=0x1CE54,
219539 },
219540 [0x1CE55]={
219541  category="so",
219542  description="SEPARATED BLOCK SEXTANT-13",
219543  direction="on",
219544  linebreak="al",
219545  unicodeslot=0x1CE55,
219546 },
219547 [0x1CE56]={
219548  category="so",
219549  description="SEPARATED BLOCK SEXTANT-23",
219550  direction="on",
219551  linebreak="al",
219552  unicodeslot=0x1CE56,
219553 },
219554 [0x1CE57]={
219555  category="so",
219556  description="SEPARATED BLOCK SEXTANT-123",
219557  direction="on",
219558  linebreak="al",
219559  unicodeslot=0x1CE57,
219560 },
219561 [0x1CE58]={
219562  category="so",
219563  description="SEPARATED BLOCK SEXTANT-4",
219564  direction="on",
219565  linebreak="al",
219566  unicodeslot=0x1CE58,
219567 },
219568 [0x1CE59]={
219569  category="so",
219570  description="SEPARATED BLOCK SEXTANT-14",
219571  direction="on",
219572  linebreak="al",
219573  unicodeslot=0x1CE59,
219574 },
219575 [0x1CE5A]={
219576  category="so",
219577  description="SEPARATED BLOCK SEXTANT-24",
219578  direction="on",
219579  linebreak="al",
219580  unicodeslot=0x1CE5A,
219581 },
219582 [0x1CE5B]={
219583  category="so",
219584  description="SEPARATED BLOCK SEXTANT-124",
219585  direction="on",
219586  linebreak="al",
219587  unicodeslot=0x1CE5B,
219588 },
219589 [0x1CE5C]={
219590  category="so",
219591  description="SEPARATED BLOCK SEXTANT-34",
219592  direction="on",
219593  linebreak="al",
219594  unicodeslot=0x1CE5C,
219595 },
219596 [0x1CE5D]={
219597  category="so",
219598  description="SEPARATED BLOCK SEXTANT-134",
219599  direction="on",
219600  linebreak="al",
219601  unicodeslot=0x1CE5D,
219602 },
219603 [0x1CE5E]={
219604  category="so",
219605  description="SEPARATED BLOCK SEXTANT-234",
219606  direction="on",
219607  linebreak="al",
219608  unicodeslot=0x1CE5E,
219609 },
219610 [0x1CE5F]={
219611  category="so",
219612  description="SEPARATED BLOCK SEXTANT-1234",
219613  direction="on",
219614  linebreak="al",
219615  unicodeslot=0x1CE5F,
219616 },
219617 [0x1CE60]={
219618  category="so",
219619  description="SEPARATED BLOCK SEXTANT-5",
219620  direction="on",
219621  linebreak="al",
219622  unicodeslot=0x1CE60,
219623 },
219624 [0x1CE61]={
219625  category="so",
219626  description="SEPARATED BLOCK SEXTANT-15",
219627  direction="on",
219628  linebreak="al",
219629  unicodeslot=0x1CE61,
219630 },
219631 [0x1CE62]={
219632  category="so",
219633  description="SEPARATED BLOCK SEXTANT-25",
219634  direction="on",
219635  linebreak="al",
219636  unicodeslot=0x1CE62,
219637 },
219638 [0x1CE63]={
219639  category="so",
219640  description="SEPARATED BLOCK SEXTANT-125",
219641  direction="on",
219642  linebreak="al",
219643  unicodeslot=0x1CE63,
219644 },
219645 [0x1CE64]={
219646  category="so",
219647  description="SEPARATED BLOCK SEXTANT-35",
219648  direction="on",
219649  linebreak="al",
219650  unicodeslot=0x1CE64,
219651 },
219652 [0x1CE65]={
219653  category="so",
219654  description="SEPARATED BLOCK SEXTANT-135",
219655  direction="on",
219656  linebreak="al",
219657  unicodeslot=0x1CE65,
219658 },
219659 [0x1CE66]={
219660  category="so",
219661  description="SEPARATED BLOCK SEXTANT-235",
219662  direction="on",
219663  linebreak="al",
219664  unicodeslot=0x1CE66,
219665 },
219666 [0x1CE67]={
219667  category="so",
219668  description="SEPARATED BLOCK SEXTANT-1235",
219669  direction="on",
219670  linebreak="al",
219671  unicodeslot=0x1CE67,
219672 },
219673 [0x1CE68]={
219674  category="so",
219675  description="SEPARATED BLOCK SEXTANT-45",
219676  direction="on",
219677  linebreak="al",
219678  unicodeslot=0x1CE68,
219679 },
219680 [0x1CE69]={
219681  category="so",
219682  description="SEPARATED BLOCK SEXTANT-145",
219683  direction="on",
219684  linebreak="al",
219685  unicodeslot=0x1CE69,
219686 },
219687 [0x1CE6A]={
219688  category="so",
219689  description="SEPARATED BLOCK SEXTANT-245",
219690  direction="on",
219691  linebreak="al",
219692  unicodeslot=0x1CE6A,
219693 },
219694 [0x1CE6B]={
219695  category="so",
219696  description="SEPARATED BLOCK SEXTANT-1245",
219697  direction="on",
219698  linebreak="al",
219699  unicodeslot=0x1CE6B,
219700 },
219701 [0x1CE6C]={
219702  category="so",
219703  description="SEPARATED BLOCK SEXTANT-345",
219704  direction="on",
219705  linebreak="al",
219706  unicodeslot=0x1CE6C,
219707 },
219708 [0x1CE6D]={
219709  category="so",
219710  description="SEPARATED BLOCK SEXTANT-1345",
219711  direction="on",
219712  linebreak="al",
219713  unicodeslot=0x1CE6D,
219714 },
219715 [0x1CE6E]={
219716  category="so",
219717  description="SEPARATED BLOCK SEXTANT-2345",
219718  direction="on",
219719  linebreak="al",
219720  unicodeslot=0x1CE6E,
219721 },
219722 [0x1CE6F]={
219723  category="so",
219724  description="SEPARATED BLOCK SEXTANT-12345",
219725  direction="on",
219726  linebreak="al",
219727  unicodeslot=0x1CE6F,
219728 },
219729 [0x1CE70]={
219730  category="so",
219731  description="SEPARATED BLOCK SEXTANT-6",
219732  direction="on",
219733  linebreak="al",
219734  unicodeslot=0x1CE70,
219735 },
219736 [0x1CE71]={
219737  category="so",
219738  description="SEPARATED BLOCK SEXTANT-16",
219739  direction="on",
219740  linebreak="al",
219741  unicodeslot=0x1CE71,
219742 },
219743 [0x1CE72]={
219744  category="so",
219745  description="SEPARATED BLOCK SEXTANT-26",
219746  direction="on",
219747  linebreak="al",
219748  unicodeslot=0x1CE72,
219749 },
219750 [0x1CE73]={
219751  category="so",
219752  description="SEPARATED BLOCK SEXTANT-126",
219753  direction="on",
219754  linebreak="al",
219755  unicodeslot=0x1CE73,
219756 },
219757 [0x1CE74]={
219758  category="so",
219759  description="SEPARATED BLOCK SEXTANT-36",
219760  direction="on",
219761  linebreak="al",
219762  unicodeslot=0x1CE74,
219763 },
219764 [0x1CE75]={
219765  category="so",
219766  description="SEPARATED BLOCK SEXTANT-136",
219767  direction="on",
219768  linebreak="al",
219769  unicodeslot=0x1CE75,
219770 },
219771 [0x1CE76]={
219772  category="so",
219773  description="SEPARATED BLOCK SEXTANT-236",
219774  direction="on",
219775  linebreak="al",
219776  unicodeslot=0x1CE76,
219777 },
219778 [0x1CE77]={
219779  category="so",
219780  description="SEPARATED BLOCK SEXTANT-1236",
219781  direction="on",
219782  linebreak="al",
219783  unicodeslot=0x1CE77,
219784 },
219785 [0x1CE78]={
219786  category="so",
219787  description="SEPARATED BLOCK SEXTANT-46",
219788  direction="on",
219789  linebreak="al",
219790  unicodeslot=0x1CE78,
219791 },
219792 [0x1CE79]={
219793  category="so",
219794  description="SEPARATED BLOCK SEXTANT-146",
219795  direction="on",
219796  linebreak="al",
219797  unicodeslot=0x1CE79,
219798 },
219799 [0x1CE7A]={
219800  category="so",
219801  description="SEPARATED BLOCK SEXTANT-246",
219802  direction="on",
219803  linebreak="al",
219804  unicodeslot=0x1CE7A,
219805 },
219806 [0x1CE7B]={
219807  category="so",
219808  description="SEPARATED BLOCK SEXTANT-1246",
219809  direction="on",
219810  linebreak="al",
219811  unicodeslot=0x1CE7B,
219812 },
219813 [0x1CE7C]={
219814  category="so",
219815  description="SEPARATED BLOCK SEXTANT-346",
219816  direction="on",
219817  linebreak="al",
219818  unicodeslot=0x1CE7C,
219819 },
219820 [0x1CE7D]={
219821  category="so",
219822  description="SEPARATED BLOCK SEXTANT-1346",
219823  direction="on",
219824  linebreak="al",
219825  unicodeslot=0x1CE7D,
219826 },
219827 [0x1CE7E]={
219828  category="so",
219829  description="SEPARATED BLOCK SEXTANT-2346",
219830  direction="on",
219831  linebreak="al",
219832  unicodeslot=0x1CE7E,
219833 },
219834 [0x1CE7F]={
219835  category="so",
219836  description="SEPARATED BLOCK SEXTANT-12346",
219837  direction="on",
219838  linebreak="al",
219839  unicodeslot=0x1CE7F,
219840 },
219841 [0x1CE80]={
219842  category="so",
219843  description="SEPARATED BLOCK SEXTANT-56",
219844  direction="on",
219845  linebreak="al",
219846  unicodeslot=0x1CE80,
219847 },
219848 [0x1CE81]={
219849  category="so",
219850  description="SEPARATED BLOCK SEXTANT-156",
219851  direction="on",
219852  linebreak="al",
219853  unicodeslot=0x1CE81,
219854 },
219855 [0x1CE82]={
219856  category="so",
219857  description="SEPARATED BLOCK SEXTANT-256",
219858  direction="on",
219859  linebreak="al",
219860  unicodeslot=0x1CE82,
219861 },
219862 [0x1CE83]={
219863  category="so",
219864  description="SEPARATED BLOCK SEXTANT-1256",
219865  direction="on",
219866  linebreak="al",
219867  unicodeslot=0x1CE83,
219868 },
219869 [0x1CE84]={
219870  category="so",
219871  description="SEPARATED BLOCK SEXTANT-356",
219872  direction="on",
219873  linebreak="al",
219874  unicodeslot=0x1CE84,
219875 },
219876 [0x1CE85]={
219877  category="so",
219878  description="SEPARATED BLOCK SEXTANT-1356",
219879  direction="on",
219880  linebreak="al",
219881  unicodeslot=0x1CE85,
219882 },
219883 [0x1CE86]={
219884  category="so",
219885  description="SEPARATED BLOCK SEXTANT-2356",
219886  direction="on",
219887  linebreak="al",
219888  unicodeslot=0x1CE86,
219889 },
219890 [0x1CE87]={
219891  category="so",
219892  description="SEPARATED BLOCK SEXTANT-12356",
219893  direction="on",
219894  linebreak="al",
219895  unicodeslot=0x1CE87,
219896 },
219897 [0x1CE88]={
219898  category="so",
219899  description="SEPARATED BLOCK SEXTANT-456",
219900  direction="on",
219901  linebreak="al",
219902  unicodeslot=0x1CE88,
219903 },
219904 [0x1CE89]={
219905  category="so",
219906  description="SEPARATED BLOCK SEXTANT-1456",
219907  direction="on",
219908  linebreak="al",
219909  unicodeslot=0x1CE89,
219910 },
219911 [0x1CE8A]={
219912  category="so",
219913  description="SEPARATED BLOCK SEXTANT-2456",
219914  direction="on",
219915  linebreak="al",
219916  unicodeslot=0x1CE8A,
219917 },
219918 [0x1CE8B]={
219919  category="so",
219920  description="SEPARATED BLOCK SEXTANT-12456",
219921  direction="on",
219922  linebreak="al",
219923  unicodeslot=0x1CE8B,
219924 },
219925 [0x1CE8C]={
219926  category="so",
219927  description="SEPARATED BLOCK SEXTANT-3456",
219928  direction="on",
219929  linebreak="al",
219930  unicodeslot=0x1CE8C,
219931 },
219932 [0x1CE8D]={
219933  category="so",
219934  description="SEPARATED BLOCK SEXTANT-13456",
219935  direction="on",
219936  linebreak="al",
219937  unicodeslot=0x1CE8D,
219938 },
219939 [0x1CE8E]={
219940  category="so",
219941  description="SEPARATED BLOCK SEXTANT-23456",
219942  direction="on",
219943  linebreak="al",
219944  unicodeslot=0x1CE8E,
219945 },
219946 [0x1CE8F]={
219947  category="so",
219948  description="SEPARATED BLOCK SEXTANT-123456",
219949  direction="on",
219950  linebreak="al",
219951  unicodeslot=0x1CE8F,
219952 },
219953 [0x1CE90]={
219954  category="so",
219955  description="UPPER LEFT ONE SIXTEENTH BLOCK",
219956  direction="on",
219957  linebreak="al",
219958  unicodeslot=0x1CE90,
219959 },
219960 [0x1CE91]={
219961  category="so",
219962  description="UPPER CENTRE LEFT ONE SIXTEENTH BLOCK",
219963  direction="on",
219964  linebreak="al",
219965  unicodeslot=0x1CE91,
219966 },
219967 [0x1CE92]={
219968  category="so",
219969  description="UPPER CENTRE RIGHT ONE SIXTEENTH BLOCK",
219970  direction="on",
219971  linebreak="al",
219972  unicodeslot=0x1CE92,
219973 },
219974 [0x1CE93]={
219975  category="so",
219976  description="UPPER RIGHT ONE SIXTEENTH BLOCK",
219977  direction="on",
219978  linebreak="al",
219979  unicodeslot=0x1CE93,
219980 },
219981 [0x1CE94]={
219982  category="so",
219983  description="UPPER MIDDLE LEFT ONE SIXTEENTH BLOCK",
219984  direction="on",
219985  linebreak="al",
219986  unicodeslot=0x1CE94,
219987 },
219988 [0x1CE95]={
219989  category="so",
219990  description="UPPER MIDDLE CENTRE LEFT ONE SIXTEENTH BLOCK",
219991  direction="on",
219992  linebreak="al",
219993  unicodeslot=0x1CE95,
219994 },
219995 [0x1CE96]={
219996  category="so",
219997  description="UPPER MIDDLE CENTRE RIGHT ONE SIXTEENTH BLOCK",
219998  direction="on",
219999  linebreak="al",
220000  unicodeslot=0x1CE96,
220001 },
220002 [0x1CE97]={
220003  category="so",
220004  description="UPPER MIDDLE RIGHT ONE SIXTEENTH BLOCK",
220005  direction="on",
220006  linebreak="al",
220007  unicodeslot=0x1CE97,
220008 },
220009 [0x1CE98]={
220010  category="so",
220011  description="LOWER MIDDLE LEFT ONE SIXTEENTH BLOCK",
220012  direction="on",
220013  linebreak="al",
220014  unicodeslot=0x1CE98,
220015 },
220016 [0x1CE99]={
220017  category="so",
220018  description="LOWER MIDDLE CENTRE LEFT ONE SIXTEENTH BLOCK",
220019  direction="on",
220020  linebreak="al",
220021  unicodeslot=0x1CE99,
220022 },
220023 [0x1CE9A]={
220024  category="so",
220025  description="LOWER MIDDLE CENTRE RIGHT ONE SIXTEENTH BLOCK",
220026  direction="on",
220027  linebreak="al",
220028  unicodeslot=0x1CE9A,
220029 },
220030 [0x1CE9B]={
220031  category="so",
220032  description="LOWER MIDDLE RIGHT ONE SIXTEENTH BLOCK",
220033  direction="on",
220034  linebreak="al",
220035  unicodeslot=0x1CE9B,
220036 },
220037 [0x1CE9C]={
220038  category="so",
220039  description="LOWER LEFT ONE SIXTEENTH BLOCK",
220040  direction="on",
220041  linebreak="al",
220042  unicodeslot=0x1CE9C,
220043 },
220044 [0x1CE9D]={
220045  category="so",
220046  description="LOWER CENTRE LEFT ONE SIXTEENTH BLOCK",
220047  direction="on",
220048  linebreak="al",
220049  unicodeslot=0x1CE9D,
220050 },
220051 [0x1CE9E]={
220052  category="so",
220053  description="LOWER CENTRE RIGHT ONE SIXTEENTH BLOCK",
220054  direction="on",
220055  linebreak="al",
220056  unicodeslot=0x1CE9E,
220057 },
220058 [0x1CE9F]={
220059  category="so",
220060  description="LOWER RIGHT ONE SIXTEENTH BLOCK",
220061  direction="on",
220062  linebreak="al",
220063  unicodeslot=0x1CE9F,
220064 },
220065 [0x1CEA0]={
220066  category="so",
220067  description="RIGHT HALF LOWER ONE QUARTER BLOCK",
220068  direction="on",
220069  linebreak="al",
220070  unicodeslot=0x1CEA0,
220071 },
220072 [0x1CEA1]={
220073  category="so",
220074  description="RIGHT THREE QUARTERS LOWER ONE QUARTER BLOCK",
220075  direction="on",
220076  linebreak="al",
220077  unicodeslot=0x1CEA1,
220078 },
220079 [0x1CEA2]={
220080  category="so",
220081  description="LEFT THREE QUARTERS LOWER ONE QUARTER BLOCK",
220082  direction="on",
220083  linebreak="al",
220084  unicodeslot=0x1CEA2,
220085 },
220086 [0x1CEA3]={
220087  category="so",
220088  description="LEFT HALF LOWER ONE QUARTER BLOCK",
220089  direction="on",
220090  linebreak="al",
220091  unicodeslot=0x1CEA3,
220092 },
220093 [0x1CEA4]={
220094  category="so",
220095  description="LOWER HALF LEFT ONE QUARTER BLOCK",
220096  direction="on",
220097  linebreak="al",
220098  unicodeslot=0x1CEA4,
220099 },
220100 [0x1CEA5]={
220101  category="so",
220102  description="LOWER THREE QUARTERS LEFT ONE QUARTER BLOCK",
220103  direction="on",
220104  linebreak="al",
220105  unicodeslot=0x1CEA5,
220106 },
220107 [0x1CEA6]={
220108  category="so",
220109  description="UPPER THREE QUARTERS LEFT ONE QUARTER BLOCK",
220110  direction="on",
220111  linebreak="al",
220112  unicodeslot=0x1CEA6,
220113 },
220114 [0x1CEA7]={
220115  category="so",
220116  description="UPPER HALF LEFT ONE QUARTER BLOCK",
220117  direction="on",
220118  linebreak="al",
220119  unicodeslot=0x1CEA7,
220120 },
220121 [0x1CEA8]={
220122  category="so",
220123  description="LEFT HALF UPPER ONE QUARTER BLOCK",
220124  direction="on",
220125  linebreak="al",
220126  unicodeslot=0x1CEA8,
220127 },
220128 [0x1CEA9]={
220129  category="so",
220130  description="LEFT THREE QUARTERS UPPER ONE QUARTER BLOCK",
220131  direction="on",
220132  linebreak="al",
220133  unicodeslot=0x1CEA9,
220134 },
220135 [0x1CEAA]={
220136  category="so",
220137  description="RIGHT THREE QUARTERS UPPER ONE QUARTER BLOCK",
220138  direction="on",
220139  linebreak="al",
220140  unicodeslot=0x1CEAA,
220141 },
220142 [0x1CEAB]={
220143  category="so",
220144  description="RIGHT HALF UPPER ONE QUARTER BLOCK",
220145  direction="on",
220146  linebreak="al",
220147  unicodeslot=0x1CEAB,
220148 },
220149 [0x1CEAC]={
220150  category="so",
220151  description="UPPER HALF RIGHT ONE QUARTER BLOCK",
220152  direction="on",
220153  linebreak="al",
220154  unicodeslot=0x1CEAC,
220155 },
220156 [0x1CEAD]={
220157  category="so",
220158  description="UPPER THREE QUARTERS RIGHT ONE QUARTER BLOCK",
220159  direction="on",
220160  linebreak="al",
220161  unicodeslot=0x1CEAD,
220162 },
220163 [0x1CEAE]={
220164  category="so",
220165  description="LOWER THREE QUARTERS RIGHT ONE QUARTER BLOCK",
220166  direction="on",
220167  linebreak="al",
220168  unicodeslot=0x1CEAE,
220169 },
220170 [0x1CEAF]={
220171  category="so",
220172  description="LOWER HALF RIGHT ONE QUARTER BLOCK",
220173  direction="on",
220174  linebreak="al",
220175  unicodeslot=0x1CEAF,
220176 },
220177 [0x1CEB0]={
220178  category="so",
220179  description="HORIZONTAL ZIGZAG LINE",
220180  direction="on",
220181  linebreak="al",
220182  unicodeslot=0x1CEB0,
220183 },
220184 [0x1CEB1]={
220185  category="so",
220186  description="KEYHOLE",
220187  direction="on",
220188  linebreak="al",
220189  unicodeslot=0x1CEB1,
220190 },
220191 [0x1CEB2]={
220192  category="so",
220193  description="OLD PERSONAL COMPUTER WITH MONITOR IN PORTRAIT ORIENTATION",
220194  direction="on",
220195  linebreak="al",
220196  unicodeslot=0x1CEB2,
220197 },
220198 [0x1CEB3]={
220199  category="so",
220200  description="BLACK RIGHT TRIANGLE CARET",
220201  direction="on",
220202  linebreak="al",
220203  unicodeslot=0x1CEB3,
220204 },
220205 [0x1CF00]={
220206  category="mn",
220207  description="ZNAMENNY COMBINING MARK GORAZDO NIZKO S KRYZHEM ON LEFT",
220208  direction="nsm",
220209  linebreak="cm",
220210  unicodeslot=0x1CF00,
220211 },
220212 [0x1CF01]={
220213  category="mn",
220214  description="ZNAMENNY COMBINING MARK NIZKO S KRYZHEM ON LEFT",
220215  direction="nsm",
220216  linebreak="cm",
220217  unicodeslot=0x1CF01,
220218 },
220219 [0x1CF02]={
220220  category="mn",
220221  description="ZNAMENNY COMBINING MARK TSATA ON LEFT",
220222  direction="nsm",
220223  linebreak="cm",
220224  unicodeslot=0x1CF02,
220225 },
220226 [0x1CF03]={
220227  category="mn",
220228  description="ZNAMENNY COMBINING MARK GORAZDO NIZKO ON LEFT",
220229  direction="nsm",
220230  linebreak="cm",
220231  unicodeslot=0x1CF03,
220232 },
220233 [0x1CF04]={
220234  category="mn",
220235  description="ZNAMENNY COMBINING MARK NIZKO ON LEFT",
220236  direction="nsm",
220237  linebreak="cm",
220238  unicodeslot=0x1CF04,
220239 },
220240 [0x1CF05]={
220241  category="mn",
220242  description="ZNAMENNY COMBINING MARK SREDNE ON LEFT",
220243  direction="nsm",
220244  linebreak="cm",
220245  unicodeslot=0x1CF05,
220246 },
220247 [0x1CF06]={
220248  category="mn",
220249  description="ZNAMENNY COMBINING MARK MALO POVYSHE ON LEFT",
220250  direction="nsm",
220251  linebreak="cm",
220252  unicodeslot=0x1CF06,
220253 },
220254 [0x1CF07]={
220255  category="mn",
220256  description="ZNAMENNY COMBINING MARK POVYSHE ON LEFT",
220257  direction="nsm",
220258  linebreak="cm",
220259  unicodeslot=0x1CF07,
220260 },
220261 [0x1CF08]={
220262  category="mn",
220263  description="ZNAMENNY COMBINING MARK VYSOKO ON LEFT",
220264  direction="nsm",
220265  linebreak="cm",
220266  unicodeslot=0x1CF08,
220267 },
220268 [0x1CF09]={
220269  category="mn",
220270  description="ZNAMENNY COMBINING MARK MALO POVYSHE S KHOKHLOM ON LEFT",
220271  direction="nsm",
220272  linebreak="cm",
220273  unicodeslot=0x1CF09,
220274 },
220275 [0x1CF0A]={
220276  category="mn",
220277  description="ZNAMENNY COMBINING MARK POVYSHE S KHOKHLOM ON LEFT",
220278  direction="nsm",
220279  linebreak="cm",
220280  unicodeslot=0x1CF0A,
220281 },
220282 [0x1CF0B]={
220283  category="mn",
220284  description="ZNAMENNY COMBINING MARK VYSOKO S KHOKHLOM ON LEFT",
220285  direction="nsm",
220286  linebreak="cm",
220287  unicodeslot=0x1CF0B,
220288 },
220289 [0x1CF0C]={
220290  category="mn",
220291  description="ZNAMENNY COMBINING MARK GORAZDO NIZKO S KRYZHEM ON RIGHT",
220292  direction="nsm",
220293  linebreak="cm",
220294  unicodeslot=0x1CF0C,
220295 },
220296 [0x1CF0D]={
220297  category="mn",
220298  description="ZNAMENNY COMBINING MARK NIZKO S KRYZHEM ON RIGHT",
220299  direction="nsm",
220300  linebreak="cm",
220301  unicodeslot=0x1CF0D,
220302 },
220303 [0x1CF0E]={
220304  category="mn",
220305  description="ZNAMENNY COMBINING MARK TSATA ON RIGHT",
220306  direction="nsm",
220307  linebreak="cm",
220308  unicodeslot=0x1CF0E,
220309 },
220310 [0x1CF0F]={
220311  category="mn",
220312  description="ZNAMENNY COMBINING MARK GORAZDO NIZKO ON RIGHT",
220313  direction="nsm",
220314  linebreak="cm",
220315  unicodeslot=0x1CF0F,
220316 },
220317 [0x1CF10]={
220318  category="mn",
220319  description="ZNAMENNY COMBINING MARK NIZKO ON RIGHT",
220320  direction="nsm",
220321  linebreak="cm",
220322  unicodeslot=0x1CF10,
220323 },
220324 [0x1CF11]={
220325  category="mn",
220326  description="ZNAMENNY COMBINING MARK SREDNE ON RIGHT",
220327  direction="nsm",
220328  linebreak="cm",
220329  unicodeslot=0x1CF11,
220330 },
220331 [0x1CF12]={
220332  category="mn",
220333  description="ZNAMENNY COMBINING MARK MALO POVYSHE ON RIGHT",
220334  direction="nsm",
220335  linebreak="cm",
220336  unicodeslot=0x1CF12,
220337 },
220338 [0x1CF13]={
220339  category="mn",
220340  description="ZNAMENNY COMBINING MARK POVYSHE ON RIGHT",
220341  direction="nsm",
220342  linebreak="cm",
220343  unicodeslot=0x1CF13,
220344 },
220345 [0x1CF14]={
220346  category="mn",
220347  description="ZNAMENNY COMBINING MARK VYSOKO ON RIGHT",
220348  direction="nsm",
220349  linebreak="cm",
220350  unicodeslot=0x1CF14,
220351 },
220352 [0x1CF15]={
220353  category="mn",
220354  description="ZNAMENNY COMBINING MARK MALO POVYSHE S KHOKHLOM ON RIGHT",
220355  direction="nsm",
220356  linebreak="cm",
220357  unicodeslot=0x1CF15,
220358 },
220359 [0x1CF16]={
220360  category="mn",
220361  description="ZNAMENNY COMBINING MARK POVYSHE S KHOKHLOM ON RIGHT",
220362  direction="nsm",
220363  linebreak="cm",
220364  unicodeslot=0x1CF16,
220365 },
220366 [0x1CF17]={
220367  category="mn",
220368  description="ZNAMENNY COMBINING MARK VYSOKO S KHOKHLOM ON RIGHT",
220369  direction="nsm",
220370  linebreak="cm",
220371  unicodeslot=0x1CF17,
220372 },
220373 [0x1CF18]={
220374  category="mn",
220375  description="ZNAMENNY COMBINING MARK TSATA S KRYZHEM",
220376  direction="nsm",
220377  linebreak="cm",
220378  unicodeslot=0x1CF18,
220379 },
220380 [0x1CF19]={
220381  category="mn",
220382  description="ZNAMENNY COMBINING MARK MALO POVYSHE S KRYZHEM",
220383  direction="nsm",
220384  linebreak="cm",
220385  unicodeslot=0x1CF19,
220386 },
220387 [0x1CF1A]={
220388  category="mn",
220389  description="ZNAMENNY COMBINING MARK STRANNO MALO POVYSHE",
220390  direction="nsm",
220391  linebreak="cm",
220392  unicodeslot=0x1CF1A,
220393 },
220394 [0x1CF1B]={
220395  category="mn",
220396  description="ZNAMENNY COMBINING MARK POVYSHE S KRYZHEM",
220397  direction="nsm",
220398  linebreak="cm",
220399  unicodeslot=0x1CF1B,
220400 },
220401 [0x1CF1C]={
220402  category="mn",
220403  description="ZNAMENNY COMBINING MARK POVYSHE STRANNO",
220404  direction="nsm",
220405  linebreak="cm",
220406  unicodeslot=0x1CF1C,
220407 },
220408 [0x1CF1D]={
220409  category="mn",
220410  description="ZNAMENNY COMBINING MARK VYSOKO S KRYZHEM",
220411  direction="nsm",
220412  linebreak="cm",
220413  unicodeslot=0x1CF1D,
220414 },
220415 [0x1CF1E]={
220416  category="mn",
220417  description="ZNAMENNY COMBINING MARK MALO POVYSHE STRANNO",
220418  direction="nsm",
220419  linebreak="cm",
220420  unicodeslot=0x1CF1E,
220421 },
220422 [0x1CF1F]={
220423  category="mn",
220424  description="ZNAMENNY COMBINING MARK GORAZDO VYSOKO",
220425  direction="nsm",
220426  linebreak="cm",
220427  unicodeslot=0x1CF1F,
220428 },
220429 [0x1CF20]={
220430  category="mn",
220431  description="ZNAMENNY COMBINING MARK ZELO",
220432  direction="nsm",
220433  linebreak="cm",
220434  unicodeslot=0x1CF20,
220435 },
220436 [0x1CF21]={
220437  category="mn",
220438  description="ZNAMENNY COMBINING MARK ON",
220439  direction="nsm",
220440  linebreak="cm",
220441  unicodeslot=0x1CF21,
220442 },
220443 [0x1CF22]={
220444  category="mn",
220445  description="ZNAMENNY COMBINING MARK RAVNO",
220446  direction="nsm",
220447  linebreak="cm",
220448  unicodeslot=0x1CF22,
220449 },
220450 [0x1CF23]={
220451  category="mn",
220452  description="ZNAMENNY COMBINING MARK TIKHAYA",
220453  direction="nsm",
220454  linebreak="cm",
220455  unicodeslot=0x1CF23,
220456 },
220457 [0x1CF24]={
220458  category="mn",
220459  description="ZNAMENNY COMBINING MARK BORZAYA",
220460  direction="nsm",
220461  linebreak="cm",
220462  unicodeslot=0x1CF24,
220463 },
220464 [0x1CF25]={
220465  category="mn",
220466  description="ZNAMENNY COMBINING MARK UDARKA",
220467  direction="nsm",
220468  linebreak="cm",
220469  unicodeslot=0x1CF25,
220470 },
220471 [0x1CF26]={
220472  category="mn",
220473  description="ZNAMENNY COMBINING MARK PODVERTKA",
220474  direction="nsm",
220475  linebreak="cm",
220476  unicodeslot=0x1CF26,
220477 },
220478 [0x1CF27]={
220479  category="mn",
220480  description="ZNAMENNY COMBINING MARK LOMKA",
220481  direction="nsm",
220482  linebreak="cm",
220483  unicodeslot=0x1CF27,
220484 },
220485 [0x1CF28]={
220486  category="mn",
220487  description="ZNAMENNY COMBINING MARK KUPNAYA",
220488  direction="nsm",
220489  linebreak="cm",
220490  unicodeslot=0x1CF28,
220491 },
220492 [0x1CF29]={
220493  category="mn",
220494  description="ZNAMENNY COMBINING MARK KACHKA",
220495  direction="nsm",
220496  linebreak="cm",
220497  unicodeslot=0x1CF29,
220498 },
220499 [0x1CF2A]={
220500  category="mn",
220501  description="ZNAMENNY COMBINING MARK ZEVOK",
220502  direction="nsm",
220503  linebreak="cm",
220504  unicodeslot=0x1CF2A,
220505 },
220506 [0x1CF2B]={
220507  category="mn",
220508  description="ZNAMENNY COMBINING MARK SKOBA",
220509  direction="nsm",
220510  linebreak="cm",
220511  unicodeslot=0x1CF2B,
220512 },
220513 [0x1CF2C]={
220514  category="mn",
220515  description="ZNAMENNY COMBINING MARK RAZSEKA",
220516  direction="nsm",
220517  linebreak="cm",
220518  unicodeslot=0x1CF2C,
220519 },
220520 [0x1CF2D]={
220521  category="mn",
220522  description="ZNAMENNY COMBINING MARK KRYZH ON LEFT",
220523  direction="nsm",
220524  linebreak="cm",
220525  unicodeslot=0x1CF2D,
220526 },
220527 [0x1CF30]={
220528  category="mn",
220529  description="ZNAMENNY COMBINING TONAL RANGE MARK MRACHNO",
220530  direction="nsm",
220531  linebreak="cm",
220532  unicodeslot=0x1CF30,
220533 },
220534 [0x1CF31]={
220535  category="mn",
220536  description="ZNAMENNY COMBINING TONAL RANGE MARK SVETLO",
220537  direction="nsm",
220538  linebreak="cm",
220539  unicodeslot=0x1CF31,
220540 },
220541 [0x1CF32]={
220542  category="mn",
220543  description="ZNAMENNY COMBINING TONAL RANGE MARK TRESVETLO",
220544  direction="nsm",
220545  linebreak="cm",
220546  unicodeslot=0x1CF32,
220547 },
220548 [0x1CF33]={
220549  category="mn",
220550  description="ZNAMENNY COMBINING MARK ZADERZHKA",
220551  direction="nsm",
220552  linebreak="cm",
220553  unicodeslot=0x1CF33,
220554 },
220555 [0x1CF34]={
220556  category="mn",
220557  description="ZNAMENNY COMBINING MARK DEMESTVENNY ZADERZHKA",
220558  direction="nsm",
220559  linebreak="cm",
220560  unicodeslot=0x1CF34,
220561 },
220562 [0x1CF35]={
220563  category="mn",
220564  description="ZNAMENNY COMBINING MARK OTSECHKA",
220565  direction="nsm",
220566  linebreak="cm",
220567  unicodeslot=0x1CF35,
220568 },
220569 [0x1CF36]={
220570  category="mn",
220571  description="ZNAMENNY COMBINING MARK PODCHASHIE",
220572  direction="nsm",
220573  linebreak="cm",
220574  unicodeslot=0x1CF36,
220575 },
220576 [0x1CF37]={
220577  category="mn",
220578  description="ZNAMENNY COMBINING MARK PODCHASHIE WITH VERTICAL STROKE",
220579  direction="nsm",
220580  linebreak="cm",
220581  unicodeslot=0x1CF37,
220582 },
220583 [0x1CF38]={
220584  category="mn",
220585  description="ZNAMENNY COMBINING MARK CHASHKA",
220586  direction="nsm",
220587  linebreak="cm",
220588  unicodeslot=0x1CF38,
220589 },
220590 [0x1CF39]={
220591  category="mn",
220592  description="ZNAMENNY COMBINING MARK CHASHKA POLNAYA",
220593  direction="nsm",
220594  linebreak="cm",
220595  unicodeslot=0x1CF39,
220596 },
220597 [0x1CF3A]={
220598  category="mn",
220599  description="ZNAMENNY COMBINING MARK OBLACHKO",
220600  direction="nsm",
220601  linebreak="cm",
220602  unicodeslot=0x1CF3A,
220603 },
220604 [0x1CF3B]={
220605  category="mn",
220606  description="ZNAMENNY COMBINING MARK SOROCHYA NOZHKA",
220607  direction="nsm",
220608  linebreak="cm",
220609  unicodeslot=0x1CF3B,
220610 },
220611 [0x1CF3C]={
220612  category="mn",
220613  description="ZNAMENNY COMBINING MARK TOCHKA",
220614  direction="nsm",
220615  linebreak="cm",
220616  unicodeslot=0x1CF3C,
220617 },
220618 [0x1CF3D]={
220619  category="mn",
220620  description="ZNAMENNY COMBINING MARK DVOETOCHIE",
220621  direction="nsm",
220622  linebreak="cm",
220623  unicodeslot=0x1CF3D,
220624 },
220625 [0x1CF3E]={
220626  category="mn",
220627  description="ZNAMENNY COMBINING ATTACHING VERTICAL OMET",
220628  direction="nsm",
220629  linebreak="cm",
220630  unicodeslot=0x1CF3E,
220631 },
220632 [0x1CF3F]={
220633  category="mn",
220634  description="ZNAMENNY COMBINING MARK CURVED OMET",
220635  direction="nsm",
220636  linebreak="cm",
220637  unicodeslot=0x1CF3F,
220638 },
220639 [0x1CF40]={
220640  category="mn",
220641  description="ZNAMENNY COMBINING MARK KRYZH",
220642  direction="nsm",
220643  linebreak="cm",
220644  unicodeslot=0x1CF40,
220645 },
220646 [0x1CF41]={
220647  category="mn",
220648  description="ZNAMENNY COMBINING LOWER TONAL RANGE INDICATOR",
220649  direction="nsm",
220650  linebreak="cm",
220651  unicodeslot=0x1CF41,
220652 },
220653 [0x1CF42]={
220654  category="mn",
220655  description="ZNAMENNY PRIZNAK MODIFIER LEVEL-2",
220656  direction="nsm",
220657  linebreak="cm",
220658  unicodeslot=0x1CF42,
220659 },
220660 [0x1CF43]={
220661  category="mn",
220662  description="ZNAMENNY PRIZNAK MODIFIER LEVEL-3",
220663  direction="nsm",
220664  linebreak="cm",
220665  unicodeslot=0x1CF43,
220666 },
220667 [0x1CF44]={
220668  category="mn",
220669  description="ZNAMENNY PRIZNAK MODIFIER DIRECTION FLIP",
220670  direction="nsm",
220671  linebreak="cm",
220672  unicodeslot=0x1CF44,
220673 },
220674 [0x1CF45]={
220675  category="mn",
220676  description="ZNAMENNY PRIZNAK MODIFIER KRYZH",
220677  direction="nsm",
220678  linebreak="cm",
220679  unicodeslot=0x1CF45,
220680 },
220681 [0x1CF46]={
220682  category="mn",
220683  description="ZNAMENNY PRIZNAK MODIFIER ROG",
220684  direction="nsm",
220685  linebreak="cm",
220686  unicodeslot=0x1CF46,
220687 },
220688 [0x1CF50]={
220689  category="so",
220690  description="ZNAMENNY NEUME KRYUK",
220691  direction="l",
220692  linebreak="al",
220693  unicodeslot=0x1CF50,
220694 },
220695 [0x1CF51]={
220696  category="so",
220697  description="ZNAMENNY NEUME KRYUK TIKHY",
220698  direction="l",
220699  linebreak="al",
220700  unicodeslot=0x1CF51,
220701 },
220702 [0x1CF52]={
220703  category="so",
220704  description="ZNAMENNY NEUME PARAKLIT",
220705  direction="l",
220706  linebreak="al",
220707  unicodeslot=0x1CF52,
220708 },
220709 [0x1CF53]={
220710  category="so",
220711  description="ZNAMENNY NEUME DVA V CHELNU",
220712  direction="l",
220713  linebreak="al",
220714  unicodeslot=0x1CF53,
220715 },
220716 [0x1CF54]={
220717  category="so",
220718  description="ZNAMENNY NEUME KLYUCH",
220719  direction="l",
220720  linebreak="al",
220721  unicodeslot=0x1CF54,
220722 },
220723 [0x1CF55]={
220724  category="so",
220725  description="ZNAMENNY NEUME ZANOZHEK",
220726  direction="l",
220727  linebreak="al",
220728  unicodeslot=0x1CF55,
220729 },
220730 [0x1CF56]={
220731  category="so",
220732  description="ZNAMENNY NEUME STOPITSA",
220733  direction="l",
220734  linebreak="al",
220735  unicodeslot=0x1CF56,
220736 },
220737 [0x1CF57]={
220738  category="so",
220739  description="ZNAMENNY NEUME STOPITSA S OCHKOM",
220740  direction="l",
220741  linebreak="al",
220742  unicodeslot=0x1CF57,
220743 },
220744 [0x1CF58]={
220745  category="so",
220746  description="ZNAMENNY NEUME PEREVODKA",
220747  direction="l",
220748  linebreak="al",
220749  unicodeslot=0x1CF58,
220750 },
220751 [0x1CF59]={
220752  category="so",
220753  description="ZNAMENNY NEUME PEREVODKA NEPOSTOYANNAYA",
220754  direction="l",
220755  linebreak="al",
220756  unicodeslot=0x1CF59,
220757 },
220758 [0x1CF5A]={
220759  category="so",
220760  description="ZNAMENNY NEUME STOPITSA WITH SOROCHYA NOZHKA",
220761  direction="l",
220762  linebreak="al",
220763  unicodeslot=0x1CF5A,
220764 },
220765 [0x1CF5B]={
220766  category="so",
220767  description="ZNAMENNY NEUME CHELYUSTKA",
220768  direction="l",
220769  linebreak="al",
220770  unicodeslot=0x1CF5B,
220771 },
220772 [0x1CF5C]={
220773  category="so",
220774  description="ZNAMENNY NEUME PALKA",
220775  direction="l",
220776  linebreak="al",
220777  unicodeslot=0x1CF5C,
220778 },
220779 [0x1CF5D]={
220780  category="so",
220781  description="ZNAMENNY NEUME ZAPYATAYA",
220782  direction="l",
220783  linebreak="al",
220784  unicodeslot=0x1CF5D,
220785 },
220786 [0x1CF5E]={
220787  category="so",
220788  description="ZNAMENNY NEUME GOLUBCHIK BORZY",
220789  direction="l",
220790  linebreak="al",
220791  unicodeslot=0x1CF5E,
220792 },
220793 [0x1CF5F]={
220794  category="so",
220795  description="ZNAMENNY NEUME GOLUBCHIK TIKHY",
220796  direction="l",
220797  linebreak="al",
220798  unicodeslot=0x1CF5F,
220799 },
220800 [0x1CF60]={
220801  category="so",
220802  description="ZNAMENNY NEUME GOLUBCHIK MRACHNY",
220803  direction="l",
220804  linebreak="al",
220805  unicodeslot=0x1CF60,
220806 },
220807 [0x1CF61]={
220808  category="so",
220809  description="ZNAMENNY NEUME GOLUBCHIK SVETLY",
220810  direction="l",
220811  linebreak="al",
220812  unicodeslot=0x1CF61,
220813 },
220814 [0x1CF62]={
220815  category="so",
220816  description="ZNAMENNY NEUME GOLUBCHIK TRESVETLY",
220817  direction="l",
220818  linebreak="al",
220819  unicodeslot=0x1CF62,
220820 },
220821 [0x1CF63]={
220822  category="so",
220823  description="ZNAMENNY NEUME VRAKHIYA PROSTAYA",
220824  direction="l",
220825  linebreak="al",
220826  unicodeslot=0x1CF63,
220827 },
220828 [0x1CF64]={
220829  category="so",
220830  description="ZNAMENNY NEUME VRAKHIYA MRACHNAYA",
220831  direction="l",
220832  linebreak="al",
220833  unicodeslot=0x1CF64,
220834 },
220835 [0x1CF65]={
220836  category="so",
220837  description="ZNAMENNY NEUME VRAKHIYA SVETLAYA",
220838  direction="l",
220839  linebreak="al",
220840  unicodeslot=0x1CF65,
220841 },
220842 [0x1CF66]={
220843  category="so",
220844  description="ZNAMENNY NEUME VRAKHIYA TRESVETLAYA",
220845  direction="l",
220846  linebreak="al",
220847  unicodeslot=0x1CF66,
220848 },
220849 [0x1CF67]={
220850  category="so",
220851  description="ZNAMENNY NEUME VRAKHIYA KLYUCHEVAYA PROSTAYA",
220852  direction="l",
220853  linebreak="al",
220854  unicodeslot=0x1CF67,
220855 },
220856 [0x1CF68]={
220857  category="so",
220858  description="ZNAMENNY NEUME VRAKHIYA KLYUCHEVAYA MRACHNAYA",
220859  direction="l",
220860  linebreak="al",
220861  unicodeslot=0x1CF68,
220862 },
220863 [0x1CF69]={
220864  category="so",
220865  description="ZNAMENNY NEUME VRAKHIYA KLYUCHEVAYA SVETLAYA",
220866  direction="l",
220867  linebreak="al",
220868  unicodeslot=0x1CF69,
220869 },
220870 [0x1CF6A]={
220871  category="so",
220872  description="ZNAMENNY NEUME VRAKHIYA KLYUCHEVAYA TRESVETLAYA",
220873  direction="l",
220874  linebreak="al",
220875  unicodeslot=0x1CF6A,
220876 },
220877 [0x1CF6B]={
220878  category="so",
220879  description="ZNAMENNY NEUME DOUBLE ZAPYATAYA",
220880  direction="l",
220881  linebreak="al",
220882  unicodeslot=0x1CF6B,
220883 },
220884 [0x1CF6C]={
220885  category="so",
220886  description="ZNAMENNY NEUME REVERSED CHELYUSTKA",
220887  direction="l",
220888  linebreak="al",
220889  unicodeslot=0x1CF6C,
220890 },
220891 [0x1CF6D]={
220892  category="so",
220893  description="ZNAMENNY NEUME DERBITSA",
220894  direction="l",
220895  linebreak="al",
220896  unicodeslot=0x1CF6D,
220897 },
220898 [0x1CF6E]={
220899  category="so",
220900  description="ZNAMENNY NEUME KHAMILO",
220901  direction="l",
220902  linebreak="al",
220903  unicodeslot=0x1CF6E,
220904 },
220905 [0x1CF6F]={
220906  category="so",
220907  description="ZNAMENNY NEUME CHASHKA",
220908  direction="l",
220909  linebreak="al",
220910  unicodeslot=0x1CF6F,
220911 },
220912 [0x1CF70]={
220913  category="so",
220914  description="ZNAMENNY NEUME PODCHASHIE",
220915  direction="l",
220916  linebreak="al",
220917  unicodeslot=0x1CF70,
220918 },
220919 [0x1CF71]={
220920  category="so",
220921  description="ZNAMENNY NEUME SKAMEYTSA MRACHNAYA",
220922  direction="l",
220923  linebreak="al",
220924  unicodeslot=0x1CF71,
220925 },
220926 [0x1CF72]={
220927  category="so",
220928  description="ZNAMENNY NEUME SKAMEYTSA SVETLAYA",
220929  direction="l",
220930  linebreak="al",
220931  unicodeslot=0x1CF72,
220932 },
220933 [0x1CF73]={
220934  category="so",
220935  description="ZNAMENNY NEUME SKAMEYTSA TRESVETLAYA",
220936  direction="l",
220937  linebreak="al",
220938  unicodeslot=0x1CF73,
220939 },
220940 [0x1CF74]={
220941  category="so",
220942  description="ZNAMENNY NEUME SKAMEYTSA TIKHAYA",
220943  direction="l",
220944  linebreak="al",
220945  unicodeslot=0x1CF74,
220946 },
220947 [0x1CF75]={
220948  category="so",
220949  description="ZNAMENNY NEUME DEMESTVENNY KLYUCH",
220950  direction="l",
220951  linebreak="al",
220952  unicodeslot=0x1CF75,
220953 },
220954 [0x1CF76]={
220955  category="so",
220956  description="ZNAMENNY NEUME SKAMEYTSA KLYUCHEVAYA SVETLAYA",
220957  direction="l",
220958  linebreak="al",
220959  unicodeslot=0x1CF76,
220960 },
220961 [0x1CF77]={
220962  category="so",
220963  description="ZNAMENNY NEUME SKAMEYTSA KLYUCHENEPOSTOYANNAYA",
220964  direction="l",
220965  linebreak="al",
220966  unicodeslot=0x1CF77,
220967 },
220968 [0x1CF78]={
220969  category="so",
220970  description="ZNAMENNY NEUME SKAMEYTSA KLYUCHEVAYA TIKHAYA",
220971  direction="l",
220972  linebreak="al",
220973  unicodeslot=0x1CF78,
220974 },
220975 [0x1CF79]={
220976  category="so",
220977  description="ZNAMENNY NEUME SKAMEYTSA DVOECHELNAYA PROSTAYA",
220978  direction="l",
220979  linebreak="al",
220980  unicodeslot=0x1CF79,
220981 },
220982 [0x1CF7A]={
220983  category="so",
220984  description="ZNAMENNY NEUME SKAMEYTSA DVOECHELNAYA SVETLAYA",
220985  direction="l",
220986  linebreak="al",
220987  unicodeslot=0x1CF7A,
220988 },
220989 [0x1CF7B]={
220990  category="so",
220991  description="ZNAMENNY NEUME SKAMEYTSA DVOECHELNAYA NEPOSTOYANNAYA",
220992  direction="l",
220993  linebreak="al",
220994  unicodeslot=0x1CF7B,
220995 },
220996 [0x1CF7C]={
220997  category="so",
220998  description="ZNAMENNY NEUME SKAMEYTSA DVOECHELNAYA KLYUCHEVAYA",
220999  direction="l",
221000  linebreak="al",
221001  unicodeslot=0x1CF7C,
221002 },
221003 [0x1CF7D]={
221004  category="so",
221005  description="ZNAMENNY NEUME SLOZHITIE",
221006  direction="l",
221007  linebreak="al",
221008  unicodeslot=0x1CF7D,
221009 },
221010 [0x1CF7E]={
221011  category="so",
221012  description="ZNAMENNY NEUME SLOZHITIE S ZAPYATOY",
221013  direction="l",
221014  linebreak="al",
221015  unicodeslot=0x1CF7E,
221016 },
221017 [0x1CF7F]={
221018  category="so",
221019  description="ZNAMENNY NEUME SLOZHITIE ZAKRYTOE",
221020  direction="l",
221021  linebreak="al",
221022  unicodeslot=0x1CF7F,
221023 },
221024 [0x1CF80]={
221025  category="so",
221026  description="ZNAMENNY NEUME SLOZHITIE S KRYZHEM",
221027  direction="l",
221028  linebreak="al",
221029  unicodeslot=0x1CF80,
221030 },
221031 [0x1CF81]={
221032  category="so",
221033  description="ZNAMENNY NEUME KRYZH",
221034  direction="l",
221035  linebreak="al",
221036  unicodeslot=0x1CF81,
221037 },
221038 [0x1CF82]={
221039  category="so",
221040  description="ZNAMENNY NEUME ROG",
221041  direction="l",
221042  linebreak="al",
221043  unicodeslot=0x1CF82,
221044 },
221045 [0x1CF83]={
221046  category="so",
221047  description="ZNAMENNY NEUME FITA",
221048  direction="l",
221049  linebreak="al",
221050  unicodeslot=0x1CF83,
221051 },
221052 [0x1CF84]={
221053  category="so",
221054  description="ZNAMENNY NEUME KOBYLA",
221055  direction="l",
221056  linebreak="al",
221057  unicodeslot=0x1CF84,
221058 },
221059 [0x1CF85]={
221060  category="so",
221061  description="ZNAMENNY NEUME ZMEYTSA",
221062  direction="l",
221063  linebreak="al",
221064  unicodeslot=0x1CF85,
221065 },
221066 [0x1CF86]={
221067  category="so",
221068  description="ZNAMENNY NEUME STATYA",
221069  direction="l",
221070  linebreak="al",
221071  unicodeslot=0x1CF86,
221072 },
221073 [0x1CF87]={
221074  category="so",
221075  description="ZNAMENNY NEUME STATYA S ZAPYATOY",
221076  direction="l",
221077  linebreak="al",
221078  unicodeslot=0x1CF87,
221079 },
221080 [0x1CF88]={
221081  category="so",
221082  description="ZNAMENNY NEUME STATYA S KRYZHEM",
221083  direction="l",
221084  linebreak="al",
221085  unicodeslot=0x1CF88,
221086 },
221087 [0x1CF89]={
221088  category="so",
221089  description="ZNAMENNY NEUME STATYA S ZAPYATOY I KRYZHEM",
221090  direction="l",
221091  linebreak="al",
221092  unicodeslot=0x1CF89,
221093 },
221094 [0x1CF8A]={
221095  category="so",
221096  description="ZNAMENNY NEUME STATYA S KRYZHEM I ZAPYATOY",
221097  direction="l",
221098  linebreak="al",
221099  unicodeslot=0x1CF8A,
221100 },
221101 [0x1CF8B]={
221102  category="so",
221103  description="ZNAMENNY NEUME STATYA ZAKRYTAYA",
221104  direction="l",
221105  linebreak="al",
221106  unicodeslot=0x1CF8B,
221107 },
221108 [0x1CF8C]={
221109  category="so",
221110  description="ZNAMENNY NEUME STATYA ZAKRYTAYA S ZAPYATOY",
221111  direction="l",
221112  linebreak="al",
221113  unicodeslot=0x1CF8C,
221114 },
221115 [0x1CF8D]={
221116  category="so",
221117  description="ZNAMENNY NEUME STATYA S ROGOM",
221118  direction="l",
221119  linebreak="al",
221120  unicodeslot=0x1CF8D,
221121 },
221122 [0x1CF8E]={
221123  category="so",
221124  description="ZNAMENNY NEUME STATYA S DVUMYA ZAPYATYMI",
221125  direction="l",
221126  linebreak="al",
221127  unicodeslot=0x1CF8E,
221128 },
221129 [0x1CF8F]={
221130  category="so",
221131  description="ZNAMENNY NEUME STATYA S ZAPYATOY I PODCHASHIEM",
221132  direction="l",
221133  linebreak="al",
221134  unicodeslot=0x1CF8F,
221135 },
221136 [0x1CF90]={
221137  category="so",
221138  description="ZNAMENNY NEUME POLKULIZMY",
221139  direction="l",
221140  linebreak="al",
221141  unicodeslot=0x1CF90,
221142 },
221143 [0x1CF91]={
221144  category="so",
221145  description="ZNAMENNY NEUME STATYA NEPOSTOYANNAYA",
221146  direction="l",
221147  linebreak="al",
221148  unicodeslot=0x1CF91,
221149 },
221150 [0x1CF92]={
221151  category="so",
221152  description="ZNAMENNY NEUME STRELA PROSTAYA",
221153  direction="l",
221154  linebreak="al",
221155  unicodeslot=0x1CF92,
221156 },
221157 [0x1CF93]={
221158  category="so",
221159  description="ZNAMENNY NEUME STRELA MRACHNOTIKHAYA",
221160  direction="l",
221161  linebreak="al",
221162  unicodeslot=0x1CF93,
221163 },
221164 [0x1CF94]={
221165  category="so",
221166  description="ZNAMENNY NEUME STRELA KRYZHEVAYA",
221167  direction="l",
221168  linebreak="al",
221169  unicodeslot=0x1CF94,
221170 },
221171 [0x1CF95]={
221172  category="so",
221173  description="ZNAMENNY NEUME STRELA POLUPOVODNAYA",
221174  direction="l",
221175  linebreak="al",
221176  unicodeslot=0x1CF95,
221177 },
221178 [0x1CF96]={
221179  category="so",
221180  description="ZNAMENNY NEUME STRELA POVODNAYA",
221181  direction="l",
221182  linebreak="al",
221183  unicodeslot=0x1CF96,
221184 },
221185 [0x1CF97]={
221186  category="so",
221187  description="ZNAMENNY NEUME STRELA NEPOSTOYANNAYA",
221188  direction="l",
221189  linebreak="al",
221190  unicodeslot=0x1CF97,
221191 },
221192 [0x1CF98]={
221193  category="so",
221194  description="ZNAMENNY NEUME STRELA KLYUCHEPOVODNAYA",
221195  direction="l",
221196  linebreak="al",
221197  unicodeslot=0x1CF98,
221198 },
221199 [0x1CF99]={
221200  category="so",
221201  description="ZNAMENNY NEUME STRELA KLYUCHENEPOSTOYANNAYA",
221202  direction="l",
221203  linebreak="al",
221204  unicodeslot=0x1CF99,
221205 },
221206 [0x1CF9A]={
221207  category="so",
221208  description="ZNAMENNY NEUME STRELA TIKHAYA PUTNAYA",
221209  direction="l",
221210  linebreak="al",
221211  unicodeslot=0x1CF9A,
221212 },
221213 [0x1CF9B]={
221214  category="so",
221215  description="ZNAMENNY NEUME STRELA DVOECHELNAYA",
221216  direction="l",
221217  linebreak="al",
221218  unicodeslot=0x1CF9B,
221219 },
221220 [0x1CF9C]={
221221  category="so",
221222  description="ZNAMENNY NEUME STRELA DVOECHELNOKRYZHEVAYA",
221223  direction="l",
221224  linebreak="al",
221225  unicodeslot=0x1CF9C,
221226 },
221227 [0x1CF9D]={
221228  category="so",
221229  description="ZNAMENNY NEUME STRELA DVOECHELNOPOVODNAYA",
221230  direction="l",
221231  linebreak="al",
221232  unicodeslot=0x1CF9D,
221233 },
221234 [0x1CF9E]={
221235  category="so",
221236  description="ZNAMENNY NEUME STRELA DVOECHELNAYA KLYUCHEVAYA",
221237  direction="l",
221238  linebreak="al",
221239  unicodeslot=0x1CF9E,
221240 },
221241 [0x1CF9F]={
221242  category="so",
221243  description="ZNAMENNY NEUME STRELA DVOECHELNOPOVODNAYA KLYUCHEVAYA",
221244  direction="l",
221245  linebreak="al",
221246  unicodeslot=0x1CF9F,
221247 },
221248 [0x1CFA0]={
221249  category="so",
221250  description="ZNAMENNY NEUME STRELA GROMNAYA WITH SINGLE ZAPYATAYA",
221251  direction="l",
221252  linebreak="al",
221253  unicodeslot=0x1CFA0,
221254 },
221255 [0x1CFA1]={
221256  category="so",
221257  description="ZNAMENNY NEUME STRELA GROMOPOVODNAYA WITH SINGLE ZAPYATAYA",
221258  direction="l",
221259  linebreak="al",
221260  unicodeslot=0x1CFA1,
221261 },
221262 [0x1CFA2]={
221263  category="so",
221264  description="ZNAMENNY NEUME STRELA GROMNAYA",
221265  direction="l",
221266  linebreak="al",
221267  unicodeslot=0x1CFA2,
221268 },
221269 [0x1CFA3]={
221270  category="so",
221271  description="ZNAMENNY NEUME STRELA GROMOPOVODNAYA",
221272  direction="l",
221273  linebreak="al",
221274  unicodeslot=0x1CFA3,
221275 },
221276 [0x1CFA4]={
221277  category="so",
221278  description="ZNAMENNY NEUME STRELA GROMOPOVODNAYA WITH DOUBLE ZAPYATAYA",
221279  direction="l",
221280  linebreak="al",
221281  unicodeslot=0x1CFA4,
221282 },
221283 [0x1CFA5]={
221284  category="so",
221285  description="ZNAMENNY NEUME STRELA GROMOKRYZHEVAYA",
221286  direction="l",
221287  linebreak="al",
221288  unicodeslot=0x1CFA5,
221289 },
221290 [0x1CFA6]={
221291  category="so",
221292  description="ZNAMENNY NEUME STRELA GROMOKRYZHEVAYA POVODNAYA",
221293  direction="l",
221294  linebreak="al",
221295  unicodeslot=0x1CFA6,
221296 },
221297 [0x1CFA7]={
221298  category="so",
221299  description="ZNAMENNY NEUME MECHIK",
221300  direction="l",
221301  linebreak="al",
221302  unicodeslot=0x1CFA7,
221303 },
221304 [0x1CFA8]={
221305  category="so",
221306  description="ZNAMENNY NEUME MECHIK POVODNY",
221307  direction="l",
221308  linebreak="al",
221309  unicodeslot=0x1CFA8,
221310 },
221311 [0x1CFA9]={
221312  category="so",
221313  description="ZNAMENNY NEUME MECHIK KLYUCHEVOY",
221314  direction="l",
221315  linebreak="al",
221316  unicodeslot=0x1CFA9,
221317 },
221318 [0x1CFAA]={
221319  category="so",
221320  description="ZNAMENNY NEUME MECHIK KLYUCHEPOVODNY",
221321  direction="l",
221322  linebreak="al",
221323  unicodeslot=0x1CFAA,
221324 },
221325 [0x1CFAB]={
221326  category="so",
221327  description="ZNAMENNY NEUME MECHIK KLYUCHENEPOSTOYANNY",
221328  direction="l",
221329  linebreak="al",
221330  unicodeslot=0x1CFAB,
221331 },
221332 [0x1CFAC]={
221333  category="so",
221334  description="ZNAMENNY NEUME STRELA TRYASOGLASNAYA",
221335  direction="l",
221336  linebreak="al",
221337  unicodeslot=0x1CFAC,
221338 },
221339 [0x1CFAD]={
221340  category="so",
221341  description="ZNAMENNY NEUME STRELA TRYASOPOVODNAYA",
221342  direction="l",
221343  linebreak="al",
221344  unicodeslot=0x1CFAD,
221345 },
221346 [0x1CFAE]={
221347  category="so",
221348  description="ZNAMENNY NEUME STRELA TRYASOSTRELNAYA",
221349  direction="l",
221350  linebreak="al",
221351  unicodeslot=0x1CFAE,
221352 },
221353 [0x1CFAF]={
221354  category="so",
221355  description="ZNAMENNY NEUME OSOKA",
221356  direction="l",
221357  linebreak="al",
221358  unicodeslot=0x1CFAF,
221359 },
221360 [0x1CFB0]={
221361  category="so",
221362  description="ZNAMENNY NEUME OSOKA SVETLAYA",
221363  direction="l",
221364  linebreak="al",
221365  unicodeslot=0x1CFB0,
221366 },
221367 [0x1CFB1]={
221368  category="so",
221369  description="ZNAMENNY NEUME OSOKA TRESVETLAYA",
221370  direction="l",
221371  linebreak="al",
221372  unicodeslot=0x1CFB1,
221373 },
221374 [0x1CFB2]={
221375  category="so",
221376  description="ZNAMENNY NEUME OSOKA KRYUKOVAYA SVETLAYA",
221377  direction="l",
221378  linebreak="al",
221379  unicodeslot=0x1CFB2,
221380 },
221381 [0x1CFB3]={
221382  category="so",
221383  description="ZNAMENNY NEUME OSOKA KLYUCHEVAYA SVETLAYA",
221384  direction="l",
221385  linebreak="al",
221386  unicodeslot=0x1CFB3,
221387 },
221388 [0x1CFB4]={
221389  category="so",
221390  description="ZNAMENNY NEUME OSOKA KLYUCHEVAYA NEPOSTOYANNAYA",
221391  direction="l",
221392  linebreak="al",
221393  unicodeslot=0x1CFB4,
221394 },
221395 [0x1CFB5]={
221396  category="so",
221397  description="ZNAMENNY NEUME STRELA KRYUKOVAYA",
221398  direction="l",
221399  linebreak="al",
221400  unicodeslot=0x1CFB5,
221401 },
221402 [0x1CFB6]={
221403  category="so",
221404  description="ZNAMENNY NEUME STRELA KRYUKOVAYA POVODNAYA",
221405  direction="l",
221406  linebreak="al",
221407  unicodeslot=0x1CFB6,
221408 },
221409 [0x1CFB7]={
221410  category="so",
221411  description="ZNAMENNY NEUME STRELA KRYUKOVAYA GROMNAYA WITH SINGLE ZAPYATAYA",
221412  direction="l",
221413  linebreak="al",
221414  unicodeslot=0x1CFB7,
221415 },
221416 [0x1CFB8]={
221417  category="so",
221418  description="ZNAMENNY NEUME STRELA KRYUKOVAYA GROMOPOVODNAYA WITH SINGLE ZAPYATAYA",
221419  direction="l",
221420  linebreak="al",
221421  unicodeslot=0x1CFB8,
221422 },
221423 [0x1CFB9]={
221424  category="so",
221425  description="ZNAMENNY NEUME STRELA KRYUKOVAYA GROMNAYA",
221426  direction="l",
221427  linebreak="al",
221428  unicodeslot=0x1CFB9,
221429 },
221430 [0x1CFBA]={
221431  category="so",
221432  description="ZNAMENNY NEUME STRELA KRYUKOVAYA GROMOPOVODNAYA",
221433  direction="l",
221434  linebreak="al",
221435  unicodeslot=0x1CFBA,
221436 },
221437 [0x1CFBB]={
221438  category="so",
221439  description="ZNAMENNY NEUME STRELA KRYUKOVAYA GROMOPOVODNAYA WITH DOUBLE ZAPYATAYA",
221440  direction="l",
221441  linebreak="al",
221442  unicodeslot=0x1CFBB,
221443 },
221444 [0x1CFBC]={
221445  category="so",
221446  description="ZNAMENNY NEUME STRELA KRYUKOVAYA GROMOKRYZHEVAYA",
221447  direction="l",
221448  linebreak="al",
221449  unicodeslot=0x1CFBC,
221450 },
221451 [0x1CFBD]={
221452  category="so",
221453  description="ZNAMENNY NEUME STRELA KRYUKOVAYA GROMOKRYZHEVAYA POVODNAYA",
221454  direction="l",
221455  linebreak="al",
221456  unicodeslot=0x1CFBD,
221457 },
221458 [0x1CFBE]={
221459  category="so",
221460  description="ZNAMENNY NEUME STRELA KRYUKOVAYA TRYASKA",
221461  direction="l",
221462  linebreak="al",
221463  unicodeslot=0x1CFBE,
221464 },
221465 [0x1CFBF]={
221466  category="so",
221467  description="ZNAMENNY NEUME KUFISMA",
221468  direction="l",
221469  linebreak="al",
221470  unicodeslot=0x1CFBF,
221471 },
221472 [0x1CFC0]={
221473  category="so",
221474  description="ZNAMENNY NEUME OBLAKO",
221475  direction="l",
221476  linebreak="al",
221477  unicodeslot=0x1CFC0,
221478 },
221479 [0x1CFC1]={
221480  category="so",
221481  description="ZNAMENNY NEUME DUDA",
221482  direction="l",
221483  linebreak="al",
221484  unicodeslot=0x1CFC1,
221485 },
221486 [0x1CFC2]={
221487  category="so",
221488  description="ZNAMENNY NEUME NEMKA",
221489  direction="l",
221490  linebreak="al",
221491  unicodeslot=0x1CFC2,
221492 },
221493 [0x1CFC3]={
221494  category="so",
221495  description="ZNAMENNY NEUME PAUK",
221496  direction="l",
221497  linebreak="al",
221498  unicodeslot=0x1CFC3,
221499 },
221500 [0x1D000]={
221501  category="so",
221502  description="BYZANTINE MUSICAL SYMBOL PSILI",
221503  direction="l",
221504  linebreak="al",
221505  unicodeslot=0x1D000,
221506 },
221507 [0x1D001]={
221508  category="so",
221509  description="BYZANTINE MUSICAL SYMBOL DASEIA",
221510  direction="l",
221511  linebreak="al",
221512  unicodeslot=0x1D001,
221513 },
221514 [0x1D002]={
221515  category="so",
221516  description="BYZANTINE MUSICAL SYMBOL PERISPOMENI",
221517  direction="l",
221518  linebreak="al",
221519  unicodeslot=0x1D002,
221520 },
221521 [0x1D003]={
221522  category="so",
221523  description="BYZANTINE MUSICAL SYMBOL OXEIA EKFONITIKON",
221524  direction="l",
221525  linebreak="al",
221526  unicodeslot=0x1D003,
221527 },
221528 [0x1D004]={
221529  category="so",
221530  description="BYZANTINE MUSICAL SYMBOL OXEIA DIPLI",
221531  direction="l",
221532  linebreak="al",
221533  unicodeslot=0x1D004,
221534 },
221535 [0x1D005]={
221536  category="so",
221537  description="BYZANTINE MUSICAL SYMBOL VAREIA EKFONITIKON",
221538  direction="l",
221539  linebreak="al",
221540  unicodeslot=0x1D005,
221541 },
221542 [0x1D006]={
221543  category="so",
221544  description="BYZANTINE MUSICAL SYMBOL VAREIA DIPLI",
221545  direction="l",
221546  linebreak="al",
221547  unicodeslot=0x1D006,
221548 },
221549 [0x1D007]={
221550  category="so",
221551  description="BYZANTINE MUSICAL SYMBOL KATHISTI",
221552  direction="l",
221553  linebreak="al",
221554  unicodeslot=0x1D007,
221555 },
221556 [0x1D008]={
221557  category="so",
221558  description="BYZANTINE MUSICAL SYMBOL SYRMATIKI",
221559  direction="l",
221560  linebreak="al",
221561  unicodeslot=0x1D008,
221562 },
221563 [0x1D009]={
221564  category="so",
221565  description="BYZANTINE MUSICAL SYMBOL PARAKLITIKI",
221566  direction="l",
221567  linebreak="al",
221568  unicodeslot=0x1D009,
221569 },
221570 [0x1D00A]={
221571  category="so",
221572  description="BYZANTINE MUSICAL SYMBOL YPOKRISIS",
221573  direction="l",
221574  linebreak="al",
221575  unicodeslot=0x1D00A,
221576 },
221577 [0x1D00B]={
221578  category="so",
221579  description="BYZANTINE MUSICAL SYMBOL YPOKRISIS DIPLI",
221580  direction="l",
221581  linebreak="al",
221582  unicodeslot=0x1D00B,
221583 },
221584 [0x1D00C]={
221585  category="so",
221586  description="BYZANTINE MUSICAL SYMBOL KREMASTI",
221587  direction="l",
221588  linebreak="al",
221589  unicodeslot=0x1D00C,
221590 },
221591 [0x1D00D]={
221592  category="so",
221593  description="BYZANTINE MUSICAL SYMBOL APESO EKFONITIKON",
221594  direction="l",
221595  linebreak="al",
221596  unicodeslot=0x1D00D,
221597 },
221598 [0x1D00E]={
221599  category="so",
221600  description="BYZANTINE MUSICAL SYMBOL EXO EKFONITIKON",
221601  direction="l",
221602  linebreak="al",
221603  unicodeslot=0x1D00E,
221604 },
221605 [0x1D00F]={
221606  category="so",
221607  description="BYZANTINE MUSICAL SYMBOL TELEIA",
221608  direction="l",
221609  linebreak="al",
221610  unicodeslot=0x1D00F,
221611 },
221612 [0x1D010]={
221613  category="so",
221614  description="BYZANTINE MUSICAL SYMBOL KENTIMATA",
221615  direction="l",
221616  linebreak="al",
221617  unicodeslot=0x1D010,
221618 },
221619 [0x1D011]={
221620  category="so",
221621  description="BYZANTINE MUSICAL SYMBOL APOSTROFOS",
221622  direction="l",
221623  linebreak="al",
221624  unicodeslot=0x1D011,
221625 },
221626 [0x1D012]={
221627  category="so",
221628  description="BYZANTINE MUSICAL SYMBOL APOSTROFOS DIPLI",
221629  direction="l",
221630  linebreak="al",
221631  unicodeslot=0x1D012,
221632 },
221633 [0x1D013]={
221634  category="so",
221635  description="BYZANTINE MUSICAL SYMBOL SYNEVMA",
221636  direction="l",
221637  linebreak="al",
221638  unicodeslot=0x1D013,
221639 },
221640 [0x1D014]={
221641  category="so",
221642  description="BYZANTINE MUSICAL SYMBOL THITA",
221643  direction="l",
221644  linebreak="al",
221645  unicodeslot=0x1D014,
221646 },
221647 [0x1D015]={
221648  category="so",
221649  description="BYZANTINE MUSICAL SYMBOL OLIGON ARCHAION",
221650  direction="l",
221651  linebreak="al",
221652  unicodeslot=0x1D015,
221653 },
221654 [0x1D016]={
221655  category="so",
221656  description="BYZANTINE MUSICAL SYMBOL GORGON ARCHAION",
221657  direction="l",
221658  linebreak="al",
221659  unicodeslot=0x1D016,
221660 },
221661 [0x1D017]={
221662  category="so",
221663  description="BYZANTINE MUSICAL SYMBOL PSILON",
221664  direction="l",
221665  linebreak="al",
221666  unicodeslot=0x1D017,
221667 },
221668 [0x1D018]={
221669  category="so",
221670  description="BYZANTINE MUSICAL SYMBOL CHAMILON",
221671  direction="l",
221672  linebreak="al",
221673  unicodeslot=0x1D018,
221674 },
221675 [0x1D019]={
221676  category="so",
221677  description="BYZANTINE MUSICAL SYMBOL VATHY",
221678  direction="l",
221679  linebreak="al",
221680  unicodeslot=0x1D019,
221681 },
221682 [0x1D01A]={
221683  category="so",
221684  description="BYZANTINE MUSICAL SYMBOL ISON ARCHAION",
221685  direction="l",
221686  linebreak="al",
221687  unicodeslot=0x1D01A,
221688 },
221689 [0x1D01B]={
221690  category="so",
221691  description="BYZANTINE MUSICAL SYMBOL KENTIMA ARCHAION",
221692  direction="l",
221693  linebreak="al",
221694  unicodeslot=0x1D01B,
221695 },
221696 [0x1D01C]={
221697  category="so",
221698  description="BYZANTINE MUSICAL SYMBOL KENTIMATA ARCHAION",
221699  direction="l",
221700  linebreak="al",
221701  unicodeslot=0x1D01C,
221702 },
221703 [0x1D01D]={
221704  category="so",
221705  description="BYZANTINE MUSICAL SYMBOL SAXIMATA",
221706  direction="l",
221707  linebreak="al",
221708  unicodeslot=0x1D01D,
221709 },
221710 [0x1D01E]={
221711  category="so",
221712  description="BYZANTINE MUSICAL SYMBOL PARICHON",
221713  direction="l",
221714  linebreak="al",
221715  unicodeslot=0x1D01E,
221716 },
221717 [0x1D01F]={
221718  category="so",
221719  description="BYZANTINE MUSICAL SYMBOL STAVROS APODEXIA",
221720  direction="l",
221721  linebreak="al",
221722  unicodeslot=0x1D01F,
221723 },
221724 [0x1D020]={
221725  category="so",
221726  description="BYZANTINE MUSICAL SYMBOL OXEIAI ARCHAION",
221727  direction="l",
221728  linebreak="al",
221729  unicodeslot=0x1D020,
221730 },
221731 [0x1D021]={
221732  category="so",
221733  description="BYZANTINE MUSICAL SYMBOL VAREIAI ARCHAION",
221734  direction="l",
221735  linebreak="al",
221736  unicodeslot=0x1D021,
221737 },
221738 [0x1D022]={
221739  category="so",
221740  description="BYZANTINE MUSICAL SYMBOL APODERMA ARCHAION",
221741  direction="l",
221742  linebreak="al",
221743  unicodeslot=0x1D022,
221744 },
221745 [0x1D023]={
221746  category="so",
221747  description="BYZANTINE MUSICAL SYMBOL APOTHEMA",
221748  direction="l",
221749  linebreak="al",
221750  unicodeslot=0x1D023,
221751 },
221752 [0x1D024]={
221753  category="so",
221754  description="BYZANTINE MUSICAL SYMBOL KLASMA",
221755  direction="l",
221756  linebreak="al",
221757  unicodeslot=0x1D024,
221758 },
221759 [0x1D025]={
221760  category="so",
221761  description="BYZANTINE MUSICAL SYMBOL REVMA",
221762  direction="l",
221763  linebreak="al",
221764  unicodeslot=0x1D025,
221765 },
221766 [0x1D026]={
221767  category="so",
221768  description="BYZANTINE MUSICAL SYMBOL PIASMA ARCHAION",
221769  direction="l",
221770  linebreak="al",
221771  unicodeslot=0x1D026,
221772 },
221773 [0x1D027]={
221774  category="so",
221775  description="BYZANTINE MUSICAL SYMBOL TINAGMA",
221776  direction="l",
221777  linebreak="al",
221778  unicodeslot=0x1D027,
221779 },
221780 [0x1D028]={
221781  category="so",
221782  description="BYZANTINE MUSICAL SYMBOL ANATRICHISMA",
221783  direction="l",
221784  linebreak="al",
221785  unicodeslot=0x1D028,
221786 },
221787 [0x1D029]={
221788  category="so",
221789  description="BYZANTINE MUSICAL SYMBOL SEISMA",
221790  direction="l",
221791  linebreak="al",
221792  unicodeslot=0x1D029,
221793 },
221794 [0x1D02A]={
221795  category="so",
221796  description="BYZANTINE MUSICAL SYMBOL SYNAGMA ARCHAION",
221797  direction="l",
221798  linebreak="al",
221799  unicodeslot=0x1D02A,
221800 },
221801 [0x1D02B]={
221802  category="so",
221803  description="BYZANTINE MUSICAL SYMBOL SYNAGMA META STAVROU",
221804  direction="l",
221805  linebreak="al",
221806  unicodeslot=0x1D02B,
221807 },
221808 [0x1D02C]={
221809  category="so",
221810  description="BYZANTINE MUSICAL SYMBOL OYRANISMA ARCHAION",
221811  direction="l",
221812  linebreak="al",
221813  unicodeslot=0x1D02C,
221814 },
221815 [0x1D02D]={
221816  category="so",
221817  description="BYZANTINE MUSICAL SYMBOL THEMA",
221818  direction="l",
221819  linebreak="al",
221820  unicodeslot=0x1D02D,
221821 },
221822 [0x1D02E]={
221823  category="so",
221824  description="BYZANTINE MUSICAL SYMBOL LEMOI",
221825  direction="l",
221826  linebreak="al",
221827  unicodeslot=0x1D02E,
221828 },
221829 [0x1D02F]={
221830  category="so",
221831  description="BYZANTINE MUSICAL SYMBOL DYO",
221832  direction="l",
221833  linebreak="al",
221834  unicodeslot=0x1D02F,
221835 },
221836 [0x1D030]={
221837  category="so",
221838  description="BYZANTINE MUSICAL SYMBOL TRIA",
221839  direction="l",
221840  linebreak="al",
221841  unicodeslot=0x1D030,
221842 },
221843 [0x1D031]={
221844  category="so",
221845  description="BYZANTINE MUSICAL SYMBOL TESSERA",
221846  direction="l",
221847  linebreak="al",
221848  unicodeslot=0x1D031,
221849 },
221850 [0x1D032]={
221851  category="so",
221852  description="BYZANTINE MUSICAL SYMBOL KRATIMATA",
221853  direction="l",
221854  linebreak="al",
221855  unicodeslot=0x1D032,
221856 },
221857 [0x1D033]={
221858  category="so",
221859  description="BYZANTINE MUSICAL SYMBOL APESO EXO NEO",
221860  direction="l",
221861  linebreak="al",
221862  unicodeslot=0x1D033,
221863 },
221864 [0x1D034]={
221865  category="so",
221866  description="BYZANTINE MUSICAL SYMBOL FTHORA ARCHAION",
221867  direction="l",
221868  linebreak="al",
221869  unicodeslot=0x1D034,
221870 },
221871 [0x1D035]={
221872  category="so",
221873  description="BYZANTINE MUSICAL SYMBOL IMIFTHORA",
221874  direction="l",
221875  linebreak="al",
221876  unicodeslot=0x1D035,
221877 },
221878 [0x1D036]={
221879  category="so",
221880  description="BYZANTINE MUSICAL SYMBOL TROMIKON ARCHAION",
221881  direction="l",
221882  linebreak="al",
221883  unicodeslot=0x1D036,
221884 },
221885 [0x1D037]={
221886  category="so",
221887  description="BYZANTINE MUSICAL SYMBOL KATAVA TROMIKON",
221888  direction="l",
221889  linebreak="al",
221890  unicodeslot=0x1D037,
221891 },
221892 [0x1D038]={
221893  category="so",
221894  description="BYZANTINE MUSICAL SYMBOL PELASTON",
221895  direction="l",
221896  linebreak="al",
221897  unicodeslot=0x1D038,
221898 },
221899 [0x1D039]={
221900  category="so",
221901  description="BYZANTINE MUSICAL SYMBOL PSIFISTON",
221902  direction="l",
221903  linebreak="al",
221904  unicodeslot=0x1D039,
221905 },
221906 [0x1D03A]={
221907  category="so",
221908  description="BYZANTINE MUSICAL SYMBOL KONTEVMA",
221909  direction="l",
221910  linebreak="al",
221911  unicodeslot=0x1D03A,
221912 },
221913 [0x1D03B]={
221914  category="so",
221915  description="BYZANTINE MUSICAL SYMBOL CHOREVMA ARCHAION",
221916  direction="l",
221917  linebreak="al",
221918  unicodeslot=0x1D03B,
221919 },
221920 [0x1D03C]={
221921  category="so",
221922  description="BYZANTINE MUSICAL SYMBOL RAPISMA",
221923  direction="l",
221924  linebreak="al",
221925  unicodeslot=0x1D03C,
221926 },
221927 [0x1D03D]={
221928  category="so",
221929  description="BYZANTINE MUSICAL SYMBOL PARAKALESMA ARCHAION",
221930  direction="l",
221931  linebreak="al",
221932  unicodeslot=0x1D03D,
221933 },
221934 [0x1D03E]={
221935  category="so",
221936  description="BYZANTINE MUSICAL SYMBOL PARAKLITIKI ARCHAION",
221937  direction="l",
221938  linebreak="al",
221939  unicodeslot=0x1D03E,
221940 },
221941 [0x1D03F]={
221942  category="so",
221943  description="BYZANTINE MUSICAL SYMBOL ICHADIN",
221944  direction="l",
221945  linebreak="al",
221946  unicodeslot=0x1D03F,
221947 },
221948 [0x1D040]={
221949  category="so",
221950  description="BYZANTINE MUSICAL SYMBOL NANA",
221951  direction="l",
221952  linebreak="al",
221953  unicodeslot=0x1D040,
221954 },
221955 [0x1D041]={
221956  category="so",
221957  description="BYZANTINE MUSICAL SYMBOL PETASMA",
221958  direction="l",
221959  linebreak="al",
221960  unicodeslot=0x1D041,
221961 },
221962 [0x1D042]={
221963  category="so",
221964  description="BYZANTINE MUSICAL SYMBOL KONTEVMA ALLO",
221965  direction="l",
221966  linebreak="al",
221967  unicodeslot=0x1D042,
221968 },
221969 [0x1D043]={
221970  category="so",
221971  description="BYZANTINE MUSICAL SYMBOL TROMIKON ALLO",
221972  direction="l",
221973  linebreak="al",
221974  unicodeslot=0x1D043,
221975 },
221976 [0x1D044]={
221977  category="so",
221978  description="BYZANTINE MUSICAL SYMBOL STRAGGISMATA",
221979  direction="l",
221980  linebreak="al",
221981  unicodeslot=0x1D044,
221982 },
221983 [0x1D045]={
221984  category="so",
221985  description="BYZANTINE MUSICAL SYMBOL GRONTHISMATA",
221986  direction="l",
221987  linebreak="al",
221988  unicodeslot=0x1D045,
221989 },
221990 [0x1D046]={
221991  category="so",
221992  description="BYZANTINE MUSICAL SYMBOL ISON NEO",
221993  direction="l",
221994  linebreak="al",
221995  unicodeslot=0x1D046,
221996 },
221997 [0x1D047]={
221998  category="so",
221999  description="BYZANTINE MUSICAL SYMBOL OLIGON NEO",
222000  direction="l",
222001  linebreak="al",
222002  unicodeslot=0x1D047,
222003 },
222004 [0x1D048]={
222005  category="so",
222006  description="BYZANTINE MUSICAL SYMBOL OXEIA NEO",
222007  direction="l",
222008  linebreak="al",
222009  unicodeslot=0x1D048,
222010 },
222011 [0x1D049]={
222012  category="so",
222013  description="BYZANTINE MUSICAL SYMBOL PETASTI",
222014  direction="l",
222015  linebreak="al",
222016  unicodeslot=0x1D049,
222017 },
222018 [0x1D04A]={
222019  category="so",
222020  description="BYZANTINE MUSICAL SYMBOL KOUFISMA",
222021  direction="l",
222022  linebreak="al",
222023  unicodeslot=0x1D04A,
222024 },
222025 [0x1D04B]={
222026  category="so",
222027  description="BYZANTINE MUSICAL SYMBOL PETASTOKOUFISMA",
222028  direction="l",
222029  linebreak="al",
222030  unicodeslot=0x1D04B,
222031 },
222032 [0x1D04C]={
222033  category="so",
222034  description="BYZANTINE MUSICAL SYMBOL KRATIMOKOUFISMA",
222035  direction="l",
222036  linebreak="al",
222037  unicodeslot=0x1D04C,
222038 },
222039 [0x1D04D]={
222040  category="so",
222041  description="BYZANTINE MUSICAL SYMBOL PELASTON NEO",
222042  direction="l",
222043  linebreak="al",
222044  unicodeslot=0x1D04D,
222045 },
222046 [0x1D04E]={
222047  category="so",
222048  description="BYZANTINE MUSICAL SYMBOL KENTIMATA NEO ANO",
222049  direction="l",
222050  linebreak="al",
222051  unicodeslot=0x1D04E,
222052 },
222053 [0x1D04F]={
222054  category="so",
222055  description="BYZANTINE MUSICAL SYMBOL KENTIMA NEO ANO",
222056  direction="l",
222057  linebreak="al",
222058  unicodeslot=0x1D04F,
222059 },
222060 [0x1D050]={
222061  category="so",
222062  description="BYZANTINE MUSICAL SYMBOL YPSILI",
222063  direction="l",
222064  linebreak="al",
222065  unicodeslot=0x1D050,
222066 },
222067 [0x1D051]={
222068  category="so",
222069  description="BYZANTINE MUSICAL SYMBOL APOSTROFOS NEO",
222070  direction="l",
222071  linebreak="al",
222072  unicodeslot=0x1D051,
222073 },
222074 [0x1D052]={
222075  category="so",
222076  description="BYZANTINE MUSICAL SYMBOL APOSTROFOI SYNDESMOS NEO",
222077  direction="l",
222078  linebreak="al",
222079  unicodeslot=0x1D052,
222080 },
222081 [0x1D053]={
222082  category="so",
222083  description="BYZANTINE MUSICAL SYMBOL YPORROI",
222084  direction="l",
222085  linebreak="al",
222086  unicodeslot=0x1D053,
222087 },
222088 [0x1D054]={
222089  category="so",
222090  description="BYZANTINE MUSICAL SYMBOL KRATIMOYPORROON",
222091  direction="l",
222092  linebreak="al",
222093  unicodeslot=0x1D054,
222094 },
222095 [0x1D055]={
222096  category="so",
222097  description="BYZANTINE MUSICAL SYMBOL ELAFRON",
222098  direction="l",
222099  linebreak="al",
222100  unicodeslot=0x1D055,
222101 },
222102 [0x1D056]={
222103  category="so",
222104  description="BYZANTINE MUSICAL SYMBOL CHAMILI",
222105  direction="l",
222106  linebreak="al",
222107  unicodeslot=0x1D056,
222108 },
222109 [0x1D057]={
222110  category="so",
222111  description="BYZANTINE MUSICAL SYMBOL MIKRON ISON",
222112  direction="l",
222113  linebreak="al",
222114  unicodeslot=0x1D057,
222115 },
222116 [0x1D058]={
222117  category="so",
222118  description="BYZANTINE MUSICAL SYMBOL VAREIA NEO",
222119  direction="l",
222120  linebreak="al",
222121  unicodeslot=0x1D058,
222122 },
222123 [0x1D059]={
222124  category="so",
222125  description="BYZANTINE MUSICAL SYMBOL PIASMA NEO",
222126  direction="l",
222127  linebreak="al",
222128  unicodeslot=0x1D059,
222129 },
222130 [0x1D05A]={
222131  category="so",
222132  description="BYZANTINE MUSICAL SYMBOL PSIFISTON NEO",
222133  direction="l",
222134  linebreak="al",
222135  unicodeslot=0x1D05A,
222136 },
222137 [0x1D05B]={
222138  category="so",
222139  description="BYZANTINE MUSICAL SYMBOL OMALON",
222140  direction="l",
222141  linebreak="al",
222142  unicodeslot=0x1D05B,
222143 },
222144 [0x1D05C]={
222145  category="so",
222146  description="BYZANTINE MUSICAL SYMBOL ANTIKENOMA",
222147  direction="l",
222148  linebreak="al",
222149  unicodeslot=0x1D05C,
222150 },
222151 [0x1D05D]={
222152  category="so",
222153  description="BYZANTINE MUSICAL SYMBOL LYGISMA",
222154  direction="l",
222155  linebreak="al",
222156  unicodeslot=0x1D05D,
222157 },
222158 [0x1D05E]={
222159  category="so",
222160  description="BYZANTINE MUSICAL SYMBOL PARAKLITIKI NEO",
222161  direction="l",
222162  linebreak="al",
222163  unicodeslot=0x1D05E,
222164 },
222165 [0x1D05F]={
222166  category="so",
222167  description="BYZANTINE MUSICAL SYMBOL PARAKALESMA NEO",
222168  direction="l",
222169  linebreak="al",
222170  unicodeslot=0x1D05F,
222171 },
222172 [0x1D060]={
222173  category="so",
222174  description="BYZANTINE MUSICAL SYMBOL ETERON PARAKALESMA",
222175  direction="l",
222176  linebreak="al",
222177  unicodeslot=0x1D060,
222178 },
222179 [0x1D061]={
222180  category="so",
222181  description="BYZANTINE MUSICAL SYMBOL KYLISMA",
222182  direction="l",
222183  linebreak="al",
222184  unicodeslot=0x1D061,
222185 },
222186 [0x1D062]={
222187  category="so",
222188  description="BYZANTINE MUSICAL SYMBOL ANTIKENOKYLISMA",
222189  direction="l",
222190  linebreak="al",
222191  unicodeslot=0x1D062,
222192 },
222193 [0x1D063]={
222194  category="so",
222195  description="BYZANTINE MUSICAL SYMBOL TROMIKON NEO",
222196  direction="l",
222197  linebreak="al",
222198  unicodeslot=0x1D063,
222199 },
222200 [0x1D064]={
222201  category="so",
222202  description="BYZANTINE MUSICAL SYMBOL EKSTREPTON",
222203  direction="l",
222204  linebreak="al",
222205  unicodeslot=0x1D064,
222206 },
222207 [0x1D065]={
222208  category="so",
222209  description="BYZANTINE MUSICAL SYMBOL SYNAGMA NEO",
222210  direction="l",
222211  linebreak="al",
222212  unicodeslot=0x1D065,
222213 },
222214 [0x1D066]={
222215  category="so",
222216  description="BYZANTINE MUSICAL SYMBOL SYRMA",
222217  direction="l",
222218  linebreak="al",
222219  unicodeslot=0x1D066,
222220 },
222221 [0x1D067]={
222222  category="so",
222223  description="BYZANTINE MUSICAL SYMBOL CHOREVMA NEO",
222224  direction="l",
222225  linebreak="al",
222226  unicodeslot=0x1D067,
222227 },
222228 [0x1D068]={
222229  category="so",
222230  description="BYZANTINE MUSICAL SYMBOL EPEGERMA",
222231  direction="l",
222232  linebreak="al",
222233  unicodeslot=0x1D068,
222234 },
222235 [0x1D069]={
222236  category="so",
222237  description="BYZANTINE MUSICAL SYMBOL SEISMA NEO",
222238  direction="l",
222239  linebreak="al",
222240  unicodeslot=0x1D069,
222241 },
222242 [0x1D06A]={
222243  category="so",
222244  description="BYZANTINE MUSICAL SYMBOL XIRON KLASMA",
222245  direction="l",
222246  linebreak="al",
222247  unicodeslot=0x1D06A,
222248 },
222249 [0x1D06B]={
222250  category="so",
222251  description="BYZANTINE MUSICAL SYMBOL TROMIKOPSIFISTON",
222252  direction="l",
222253  linebreak="al",
222254  unicodeslot=0x1D06B,
222255 },
222256 [0x1D06C]={
222257  category="so",
222258  description="BYZANTINE MUSICAL SYMBOL PSIFISTOLYGISMA",
222259  direction="l",
222260  linebreak="al",
222261  unicodeslot=0x1D06C,
222262 },
222263 [0x1D06D]={
222264  category="so",
222265  description="BYZANTINE MUSICAL SYMBOL TROMIKOLYGISMA",
222266  direction="l",
222267  linebreak="al",
222268  unicodeslot=0x1D06D,
222269 },
222270 [0x1D06E]={
222271  category="so",
222272  description="BYZANTINE MUSICAL SYMBOL TROMIKOPARAKALESMA",
222273  direction="l",
222274  linebreak="al",
222275  unicodeslot=0x1D06E,
222276 },
222277 [0x1D06F]={
222278  category="so",
222279  description="BYZANTINE MUSICAL SYMBOL PSIFISTOPARAKALESMA",
222280  direction="l",
222281  linebreak="al",
222282  unicodeslot=0x1D06F,
222283 },
222284 [0x1D070]={
222285  category="so",
222286  description="BYZANTINE MUSICAL SYMBOL TROMIKOSYNAGMA",
222287  direction="l",
222288  linebreak="al",
222289  unicodeslot=0x1D070,
222290 },
222291 [0x1D071]={
222292  category="so",
222293  description="BYZANTINE MUSICAL SYMBOL PSIFISTOSYNAGMA",
222294  direction="l",
222295  linebreak="al",
222296  unicodeslot=0x1D071,
222297 },
222298 [0x1D072]={
222299  category="so",
222300  description="BYZANTINE MUSICAL SYMBOL GORGOSYNTHETON",
222301  direction="l",
222302  linebreak="al",
222303  unicodeslot=0x1D072,
222304 },
222305 [0x1D073]={
222306  category="so",
222307  description="BYZANTINE MUSICAL SYMBOL ARGOSYNTHETON",
222308  direction="l",
222309  linebreak="al",
222310  unicodeslot=0x1D073,
222311 },
222312 [0x1D074]={
222313  category="so",
222314  description="BYZANTINE MUSICAL SYMBOL ETERON ARGOSYNTHETON",
222315  direction="l",
222316  linebreak="al",
222317  unicodeslot=0x1D074,
222318 },
222319 [0x1D075]={
222320  category="so",
222321  description="BYZANTINE MUSICAL SYMBOL OYRANISMA NEO",
222322  direction="l",
222323  linebreak="al",
222324  unicodeslot=0x1D075,
222325 },
222326 [0x1D076]={
222327  category="so",
222328  description="BYZANTINE MUSICAL SYMBOL THEMATISMOS ESO",
222329  direction="l",
222330  linebreak="al",
222331  unicodeslot=0x1D076,
222332 },
222333 [0x1D077]={
222334  category="so",
222335  description="BYZANTINE MUSICAL SYMBOL THEMATISMOS EXO",
222336  direction="l",
222337  linebreak="al",
222338  unicodeslot=0x1D077,
222339 },
222340 [0x1D078]={
222341  category="so",
222342  description="BYZANTINE MUSICAL SYMBOL THEMA APLOUN",
222343  direction="l",
222344  linebreak="al",
222345  unicodeslot=0x1D078,
222346 },
222347 [0x1D079]={
222348  category="so",
222349  description="BYZANTINE MUSICAL SYMBOL THES KAI APOTHES",
222350  direction="l",
222351  linebreak="al",
222352  unicodeslot=0x1D079,
222353 },
222354 [0x1D07A]={
222355  category="so",
222356  description="BYZANTINE MUSICAL SYMBOL KATAVASMA",
222357  direction="l",
222358  linebreak="al",
222359  unicodeslot=0x1D07A,
222360 },
222361 [0x1D07B]={
222362  category="so",
222363  description="BYZANTINE MUSICAL SYMBOL ENDOFONON",
222364  direction="l",
222365  linebreak="al",
222366  unicodeslot=0x1D07B,
222367 },
222368 [0x1D07C]={
222369  category="so",
222370  description="BYZANTINE MUSICAL SYMBOL YFEN KATO",
222371  direction="l",
222372  linebreak="al",
222373  unicodeslot=0x1D07C,
222374 },
222375 [0x1D07D]={
222376  category="so",
222377  description="BYZANTINE MUSICAL SYMBOL YFEN ANO",
222378  direction="l",
222379  linebreak="al",
222380  unicodeslot=0x1D07D,
222381 },
222382 [0x1D07E]={
222383  category="so",
222384  description="BYZANTINE MUSICAL SYMBOL STAVROS",
222385  direction="l",
222386  linebreak="al",
222387  unicodeslot=0x1D07E,
222388 },
222389 [0x1D07F]={
222390  category="so",
222391  description="BYZANTINE MUSICAL SYMBOL KLASMA ANO",
222392  direction="l",
222393  linebreak="al",
222394  unicodeslot=0x1D07F,
222395 },
222396 [0x1D080]={
222397  category="so",
222398  description="BYZANTINE MUSICAL SYMBOL DIPLI ARCHAION",
222399  direction="l",
222400  linebreak="al",
222401  unicodeslot=0x1D080,
222402 },
222403 [0x1D081]={
222404  category="so",
222405  description="BYZANTINE MUSICAL SYMBOL KRATIMA ARCHAION",
222406  direction="l",
222407  linebreak="al",
222408  unicodeslot=0x1D081,
222409 },
222410 [0x1D082]={
222411  category="so",
222412  description="BYZANTINE MUSICAL SYMBOL KRATIMA ALLO",
222413  direction="l",
222414  linebreak="al",
222415  unicodeslot=0x1D082,
222416 },
222417 [0x1D083]={
222418  category="so",
222419  description="BYZANTINE MUSICAL SYMBOL KRATIMA NEO",
222420  direction="l",
222421  linebreak="al",
222422  unicodeslot=0x1D083,
222423 },
222424 [0x1D084]={
222425  category="so",
222426  description="BYZANTINE MUSICAL SYMBOL APODERMA NEO",
222427  direction="l",
222428  linebreak="al",
222429  unicodeslot=0x1D084,
222430 },
222431 [0x1D085]={
222432  category="so",
222433  description="BYZANTINE MUSICAL SYMBOL APLI",
222434  direction="l",
222435  linebreak="al",
222436  unicodeslot=0x1D085,
222437 },
222438 [0x1D086]={
222439  category="so",
222440  description="BYZANTINE MUSICAL SYMBOL DIPLI",
222441  direction="l",
222442  linebreak="al",
222443  unicodeslot=0x1D086,
222444 },
222445 [0x1D087]={
222446  category="so",
222447  description="BYZANTINE MUSICAL SYMBOL TRIPLI",
222448  direction="l",
222449  linebreak="al",
222450  unicodeslot=0x1D087,
222451 },
222452 [0x1D088]={
222453  category="so",
222454  description="BYZANTINE MUSICAL SYMBOL TETRAPLI",
222455  direction="l",
222456  linebreak="al",
222457  unicodeslot=0x1D088,
222458 },
222459 [0x1D089]={
222460  category="so",
222461  description="BYZANTINE MUSICAL SYMBOL KORONIS",
222462  direction="l",
222463  linebreak="al",
222464  unicodeslot=0x1D089,
222465 },
222466 [0x1D08A]={
222467  category="so",
222468  description="BYZANTINE MUSICAL SYMBOL LEIMMA ENOS CHRONOU",
222469  direction="l",
222470  linebreak="al",
222471  unicodeslot=0x1D08A,
222472 },
222473 [0x1D08B]={
222474  category="so",
222475  description="BYZANTINE MUSICAL SYMBOL LEIMMA DYO CHRONON",
222476  direction="l",
222477  linebreak="al",
222478  unicodeslot=0x1D08B,
222479 },
222480 [0x1D08C]={
222481  category="so",
222482  description="BYZANTINE MUSICAL SYMBOL LEIMMA TRION CHRONON",
222483  direction="l",
222484  linebreak="al",
222485  unicodeslot=0x1D08C,
222486 },
222487 [0x1D08D]={
222488  category="so",
222489  description="BYZANTINE MUSICAL SYMBOL LEIMMA TESSARON CHRONON",
222490  direction="l",
222491  linebreak="al",
222492  unicodeslot=0x1D08D,
222493 },
222494 [0x1D08E]={
222495  category="so",
222496  description="BYZANTINE MUSICAL SYMBOL LEIMMA IMISEOS CHRONOU",
222497  direction="l",
222498  linebreak="al",
222499  unicodeslot=0x1D08E,
222500 },
222501 [0x1D08F]={
222502  category="so",
222503  description="BYZANTINE MUSICAL SYMBOL GORGON NEO ANO",
222504  direction="l",
222505  linebreak="al",
222506  unicodeslot=0x1D08F,
222507 },
222508 [0x1D090]={
222509  category="so",
222510  description="BYZANTINE MUSICAL SYMBOL GORGON PARESTIGMENON ARISTERA",
222511  direction="l",
222512  linebreak="al",
222513  unicodeslot=0x1D090,
222514 },
222515 [0x1D091]={
222516  category="so",
222517  description="BYZANTINE MUSICAL SYMBOL GORGON PARESTIGMENON DEXIA",
222518  direction="l",
222519  linebreak="al",
222520  unicodeslot=0x1D091,
222521 },
222522 [0x1D092]={
222523  category="so",
222524  description="BYZANTINE MUSICAL SYMBOL DIGORGON",
222525  direction="l",
222526  linebreak="al",
222527  unicodeslot=0x1D092,
222528 },
222529 [0x1D093]={
222530  category="so",
222531  description="BYZANTINE MUSICAL SYMBOL DIGORGON PARESTIGMENON ARISTERA KATO",
222532  direction="l",
222533  linebreak="al",
222534  unicodeslot=0x1D093,
222535 },
222536 [0x1D094]={
222537  category="so",
222538  description="BYZANTINE MUSICAL SYMBOL DIGORGON PARESTIGMENON ARISTERA ANO",
222539  direction="l",
222540  linebreak="al",
222541  unicodeslot=0x1D094,
222542 },
222543 [0x1D095]={
222544  category="so",
222545  description="BYZANTINE MUSICAL SYMBOL DIGORGON PARESTIGMENON DEXIA",
222546  direction="l",
222547  linebreak="al",
222548  unicodeslot=0x1D095,
222549 },
222550 [0x1D096]={
222551  category="so",
222552  description="BYZANTINE MUSICAL SYMBOL TRIGORGON",
222553  direction="l",
222554  linebreak="al",
222555  unicodeslot=0x1D096,
222556 },
222557 [0x1D097]={
222558  category="so",
222559  description="BYZANTINE MUSICAL SYMBOL ARGON",
222560  direction="l",
222561  linebreak="al",
222562  unicodeslot=0x1D097,
222563 },
222564 [0x1D098]={
222565  category="so",
222566  description="BYZANTINE MUSICAL SYMBOL IMIDIARGON",
222567  direction="l",
222568  linebreak="al",
222569  unicodeslot=0x1D098,
222570 },
222571 [0x1D099]={
222572  category="so",
222573  description="BYZANTINE MUSICAL SYMBOL DIARGON",
222574  direction="l",
222575  linebreak="al",
222576  unicodeslot=0x1D099,
222577 },
222578 [0x1D09A]={
222579  category="so",
222580  description="BYZANTINE MUSICAL SYMBOL AGOGI POLI ARGI",
222581  direction="l",
222582  linebreak="al",
222583  unicodeslot=0x1D09A,
222584 },
222585 [0x1D09B]={
222586  category="so",
222587  description="BYZANTINE MUSICAL SYMBOL AGOGI ARGOTERI",
222588  direction="l",
222589  linebreak="al",
222590  unicodeslot=0x1D09B,
222591 },
222592 [0x1D09C]={
222593  category="so",
222594  description="BYZANTINE MUSICAL SYMBOL AGOGI ARGI",
222595  direction="l",
222596  linebreak="al",
222597  unicodeslot=0x1D09C,
222598 },
222599 [0x1D09D]={
222600  category="so",
222601  description="BYZANTINE MUSICAL SYMBOL AGOGI METRIA",
222602  direction="l",
222603  linebreak="al",
222604  unicodeslot=0x1D09D,
222605 },
222606 [0x1D09E]={
222607  category="so",
222608  description="BYZANTINE MUSICAL SYMBOL AGOGI MESI",
222609  direction="l",
222610  linebreak="al",
222611  unicodeslot=0x1D09E,
222612 },
222613 [0x1D09F]={
222614  category="so",
222615  description="BYZANTINE MUSICAL SYMBOL AGOGI GORGI",
222616  direction="l",
222617  linebreak="al",
222618  unicodeslot=0x1D09F,
222619 },
222620 [0x1D0A0]={
222621  category="so",
222622  description="BYZANTINE MUSICAL SYMBOL AGOGI GORGOTERI",
222623  direction="l",
222624  linebreak="al",
222625  unicodeslot=0x1D0A0,
222626 },
222627 [0x1D0A1]={
222628  category="so",
222629  description="BYZANTINE MUSICAL SYMBOL AGOGI POLI GORGI",
222630  direction="l",
222631  linebreak="al",
222632  unicodeslot=0x1D0A1,
222633 },
222634 [0x1D0A2]={
222635  category="so",
222636  description="BYZANTINE MUSICAL SYMBOL MARTYRIA PROTOS ICHOS",
222637  direction="l",
222638  linebreak="al",
222639  unicodeslot=0x1D0A2,
222640 },
222641 [0x1D0A3]={
222642  category="so",
222643  description="BYZANTINE MUSICAL SYMBOL MARTYRIA ALLI PROTOS ICHOS",
222644  direction="l",
222645  linebreak="al",
222646  unicodeslot=0x1D0A3,
222647 },
222648 [0x1D0A4]={
222649  category="so",
222650  description="BYZANTINE MUSICAL SYMBOL MARTYRIA DEYTEROS ICHOS",
222651  direction="l",
222652  linebreak="al",
222653  unicodeslot=0x1D0A4,
222654 },
222655 [0x1D0A5]={
222656  category="so",
222657  description="BYZANTINE MUSICAL SYMBOL MARTYRIA ALLI DEYTEROS ICHOS",
222658  direction="l",
222659  linebreak="al",
222660  unicodeslot=0x1D0A5,
222661 },
222662 [0x1D0A6]={
222663  category="so",
222664  description="BYZANTINE MUSICAL SYMBOL MARTYRIA TRITOS ICHOS",
222665  direction="l",
222666  linebreak="al",
222667  unicodeslot=0x1D0A6,
222668 },
222669 [0x1D0A7]={
222670  category="so",
222671  description="BYZANTINE MUSICAL SYMBOL MARTYRIA TRIFONIAS",
222672  direction="l",
222673  linebreak="al",
222674  unicodeslot=0x1D0A7,
222675 },
222676 [0x1D0A8]={
222677  category="so",
222678  description="BYZANTINE MUSICAL SYMBOL MARTYRIA TETARTOS ICHOS",
222679  direction="l",
222680  linebreak="al",
222681  unicodeslot=0x1D0A8,
222682 },
222683 [0x1D0A9]={
222684  category="so",
222685  description="BYZANTINE MUSICAL SYMBOL MARTYRIA TETARTOS LEGETOS ICHOS",
222686  direction="l",
222687  linebreak="al",
222688  unicodeslot=0x1D0A9,
222689 },
222690 [0x1D0AA]={
222691  category="so",
222692  description="BYZANTINE MUSICAL SYMBOL MARTYRIA LEGETOS ICHOS",
222693  direction="l",
222694  linebreak="al",
222695  unicodeslot=0x1D0AA,
222696 },
222697 [0x1D0AB]={
222698  category="so",
222699  description="BYZANTINE MUSICAL SYMBOL MARTYRIA PLAGIOS ICHOS",
222700  direction="l",
222701  linebreak="al",
222702  unicodeslot=0x1D0AB,
222703 },
222704 [0x1D0AC]={
222705  category="so",
222706  description="BYZANTINE MUSICAL SYMBOL ISAKIA TELOUS ICHIMATOS",
222707  direction="l",
222708  linebreak="al",
222709  unicodeslot=0x1D0AC,
222710 },
222711 [0x1D0AD]={
222712  category="so",
222713  description="BYZANTINE MUSICAL SYMBOL APOSTROFOI TELOUS ICHIMATOS",
222714  direction="l",
222715  linebreak="al",
222716  unicodeslot=0x1D0AD,
222717 },
222718 [0x1D0AE]={
222719  category="so",
222720  description="BYZANTINE MUSICAL SYMBOL FANEROSIS TETRAFONIAS",
222721  direction="l",
222722  linebreak="al",
222723  unicodeslot=0x1D0AE,
222724 },
222725 [0x1D0AF]={
222726  category="so",
222727  description="BYZANTINE MUSICAL SYMBOL FANEROSIS MONOFONIAS",
222728  direction="l",
222729  linebreak="al",
222730  unicodeslot=0x1D0AF,
222731 },
222732 [0x1D0B0]={
222733  category="so",
222734  description="BYZANTINE MUSICAL SYMBOL FANEROSIS DIFONIAS",
222735  direction="l",
222736  linebreak="al",
222737  unicodeslot=0x1D0B0,
222738 },
222739 [0x1D0B1]={
222740  category="so",
222741  description="BYZANTINE MUSICAL SYMBOL MARTYRIA VARYS ICHOS",
222742  direction="l",
222743  linebreak="al",
222744  unicodeslot=0x1D0B1,
222745 },
222746 [0x1D0B2]={
222747  category="so",
222748  description="BYZANTINE MUSICAL SYMBOL MARTYRIA PROTOVARYS ICHOS",
222749  direction="l",
222750  linebreak="al",
222751  unicodeslot=0x1D0B2,
222752 },
222753 [0x1D0B3]={
222754  category="so",
222755  description="BYZANTINE MUSICAL SYMBOL MARTYRIA PLAGIOS TETARTOS ICHOS",
222756  direction="l",
222757  linebreak="al",
222758  unicodeslot=0x1D0B3,
222759 },
222760 [0x1D0B4]={
222761  category="so",
222762  description="BYZANTINE MUSICAL SYMBOL GORTHMIKON N APLOUN",
222763  direction="l",
222764  linebreak="al",
222765  unicodeslot=0x1D0B4,
222766 },
222767 [0x1D0B5]={
222768  category="so",
222769  description="BYZANTINE MUSICAL SYMBOL GORTHMIKON N DIPLOUN",
222770  direction="l",
222771  linebreak="al",
222772  unicodeslot=0x1D0B5,
222773 },
222774 [0x1D0B6]={
222775  category="so",
222776  description="BYZANTINE MUSICAL SYMBOL ENARXIS KAI FTHORA VOU",
222777  direction="l",
222778  linebreak="al",
222779  unicodeslot=0x1D0B6,
222780 },
222781 [0x1D0B7]={
222782  category="so",
222783  description="BYZANTINE MUSICAL SYMBOL IMIFONON",
222784  direction="l",
222785  linebreak="al",
222786  unicodeslot=0x1D0B7,
222787 },
222788 [0x1D0B8]={
222789  category="so",
222790  description="BYZANTINE MUSICAL SYMBOL IMIFTHORON",
222791  direction="l",
222792  linebreak="al",
222793  unicodeslot=0x1D0B8,
222794 },
222795 [0x1D0B9]={
222796  category="so",
222797  description="BYZANTINE MUSICAL SYMBOL FTHORA ARCHAION DEYTEROU ICHOU",
222798  direction="l",
222799  linebreak="al",
222800  unicodeslot=0x1D0B9,
222801 },
222802 [0x1D0BA]={
222803  category="so",
222804  description="BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI PA",
222805  direction="l",
222806  linebreak="al",
222807  unicodeslot=0x1D0BA,
222808 },
222809 [0x1D0BB]={
222810  category="so",
222811  description="BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI NANA",
222812  direction="l",
222813  linebreak="al",
222814  unicodeslot=0x1D0BB,
222815 },
222816 [0x1D0BC]={
222817  category="so",
222818  description="BYZANTINE MUSICAL SYMBOL FTHORA NAOS ICHOS",
222819  direction="l",
222820  linebreak="al",
222821  unicodeslot=0x1D0BC,
222822 },
222823 [0x1D0BD]={
222824  category="so",
222825  description="BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI DI",
222826  direction="l",
222827  linebreak="al",
222828  unicodeslot=0x1D0BD,
222829 },
222830 [0x1D0BE]={
222831  category="so",
222832  description="BYZANTINE MUSICAL SYMBOL FTHORA SKLIRON DIATONON DI",
222833  direction="l",
222834  linebreak="al",
222835  unicodeslot=0x1D0BE,
222836 },
222837 [0x1D0BF]={
222838  category="so",
222839  description="BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI KE",
222840  direction="l",
222841  linebreak="al",
222842  unicodeslot=0x1D0BF,
222843 },
222844 [0x1D0C0]={
222845  category="so",
222846  description="BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI ZO",
222847  direction="l",
222848  linebreak="al",
222849  unicodeslot=0x1D0C0,
222850 },
222851 [0x1D0C1]={
222852  category="so",
222853  description="BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI NI KATO",
222854  direction="l",
222855  linebreak="al",
222856  unicodeslot=0x1D0C1,
222857 },
222858 [0x1D0C2]={
222859  category="so",
222860  description="BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI NI ANO",
222861  direction="l",
222862  linebreak="al",
222863  unicodeslot=0x1D0C2,
222864 },
222865 [0x1D0C3]={
222866  category="so",
222867  description="BYZANTINE MUSICAL SYMBOL FTHORA MALAKON CHROMA DIFONIAS",
222868  direction="l",
222869  linebreak="al",
222870  unicodeslot=0x1D0C3,
222871 },
222872 [0x1D0C4]={
222873  category="so",
222874  description="BYZANTINE MUSICAL SYMBOL FTHORA MALAKON CHROMA MONOFONIAS",
222875  direction="l",
222876  linebreak="al",
222877  unicodeslot=0x1D0C4,
222878 },
222879 [0x1D0C5]={
222880  category="so",
222881  description="BYZANTINE MUSICAL SYMBOL FHTORA SKLIRON CHROMA VASIS",
222882  direction="l",
222883  linebreak="al",
222884  unicodeslot=0x1D0C5,
222885 },
222886 [0x1D0C6]={
222887  category="so",
222888  description="BYZANTINE MUSICAL SYMBOL FTHORA SKLIRON CHROMA SYNAFI",
222889  direction="l",
222890  linebreak="al",
222891  unicodeslot=0x1D0C6,
222892 },
222893 [0x1D0C7]={
222894  category="so",
222895  description="BYZANTINE MUSICAL SYMBOL FTHORA NENANO",
222896  direction="l",
222897  linebreak="al",
222898  unicodeslot=0x1D0C7,
222899 },
222900 [0x1D0C8]={
222901  category="so",
222902  description="BYZANTINE MUSICAL SYMBOL CHROA ZYGOS",
222903  direction="l",
222904  linebreak="al",
222905  unicodeslot=0x1D0C8,
222906 },
222907 [0x1D0C9]={
222908  category="so",
222909  description="BYZANTINE MUSICAL SYMBOL CHROA KLITON",
222910  direction="l",
222911  linebreak="al",
222912  unicodeslot=0x1D0C9,
222913 },
222914 [0x1D0CA]={
222915  category="so",
222916  description="BYZANTINE MUSICAL SYMBOL CHROA SPATHI",
222917  direction="l",
222918  linebreak="al",
222919  unicodeslot=0x1D0CA,
222920 },
222921 [0x1D0CB]={
222922  category="so",
222923  description="BYZANTINE MUSICAL SYMBOL FTHORA I YFESIS TETARTIMORION",
222924  direction="l",
222925  linebreak="al",
222926  unicodeslot=0x1D0CB,
222927 },
222928 [0x1D0CC]={
222929  category="so",
222930  description="BYZANTINE MUSICAL SYMBOL FTHORA ENARMONIOS ANTIFONIA",
222931  direction="l",
222932  linebreak="al",
222933  unicodeslot=0x1D0CC,
222934 },
222935 [0x1D0CD]={
222936  category="so",
222937  description="BYZANTINE MUSICAL SYMBOL YFESIS TRITIMORION",
222938  direction="l",
222939  linebreak="al",
222940  unicodeslot=0x1D0CD,
222941 },
222942 [0x1D0CE]={
222943  category="so",
222944  description="BYZANTINE MUSICAL SYMBOL DIESIS TRITIMORION",
222945  direction="l",
222946  linebreak="al",
222947  unicodeslot=0x1D0CE,
222948 },
222949 [0x1D0CF]={
222950  category="so",
222951  description="BYZANTINE MUSICAL SYMBOL DIESIS TETARTIMORION",
222952  direction="l",
222953  linebreak="al",
222954  unicodeslot=0x1D0CF,
222955 },
222956 [0x1D0D0]={
222957  category="so",
222958  description="BYZANTINE MUSICAL SYMBOL DIESIS APLI DYO DODEKATA",
222959  direction="l",
222960  linebreak="al",
222961  unicodeslot=0x1D0D0,
222962 },
222963 [0x1D0D1]={
222964  category="so",
222965  description="BYZANTINE MUSICAL SYMBOL DIESIS MONOGRAMMOS TESSERA DODEKATA",
222966  direction="l",
222967  linebreak="al",
222968  unicodeslot=0x1D0D1,
222969 },
222970 [0x1D0D2]={
222971  category="so",
222972  description="BYZANTINE MUSICAL SYMBOL DIESIS DIGRAMMOS EX DODEKATA",
222973  direction="l",
222974  linebreak="al",
222975  unicodeslot=0x1D0D2,
222976 },
222977 [0x1D0D3]={
222978  category="so",
222979  description="BYZANTINE MUSICAL SYMBOL DIESIS TRIGRAMMOS OKTO DODEKATA",
222980  direction="l",
222981  linebreak="al",
222982  unicodeslot=0x1D0D3,
222983 },
222984 [0x1D0D4]={
222985  category="so",
222986  description="BYZANTINE MUSICAL SYMBOL YFESIS APLI DYO DODEKATA",
222987  direction="l",
222988  linebreak="al",
222989  unicodeslot=0x1D0D4,
222990 },
222991 [0x1D0D5]={
222992  category="so",
222993  description="BYZANTINE MUSICAL SYMBOL YFESIS MONOGRAMMOS TESSERA DODEKATA",
222994  direction="l",
222995  linebreak="al",
222996  unicodeslot=0x1D0D5,
222997 },
222998 [0x1D0D6]={
222999  category="so",
223000  description="BYZANTINE MUSICAL SYMBOL YFESIS DIGRAMMOS EX DODEKATA",
223001  direction="l",
223002  linebreak="al",
223003  unicodeslot=0x1D0D6,
223004 },
223005 [0x1D0D7]={
223006  category="so",
223007  description="BYZANTINE MUSICAL SYMBOL YFESIS TRIGRAMMOS OKTO DODEKATA",
223008  direction="l",
223009  linebreak="al",
223010  unicodeslot=0x1D0D7,
223011 },
223012 [0x1D0D8]={
223013  category="so",
223014  description="BYZANTINE MUSICAL SYMBOL GENIKI DIESIS",
223015  direction="l",
223016  linebreak="al",
223017  unicodeslot=0x1D0D8,
223018 },
223019 [0x1D0D9]={
223020  category="so",
223021  description="BYZANTINE MUSICAL SYMBOL GENIKI YFESIS",
223022  direction="l",
223023  linebreak="al",
223024  unicodeslot=0x1D0D9,
223025 },
223026 [0x1D0DA]={
223027  category="so",
223028  description="BYZANTINE MUSICAL SYMBOL DIASTOLI APLI MIKRI",
223029  direction="l",
223030  linebreak="al",
223031  unicodeslot=0x1D0DA,
223032 },
223033 [0x1D0DB]={
223034  category="so",
223035  description="BYZANTINE MUSICAL SYMBOL DIASTOLI APLI MEGALI",
223036  direction="l",
223037  linebreak="al",
223038  unicodeslot=0x1D0DB,
223039 },
223040 [0x1D0DC]={
223041  category="so",
223042  description="BYZANTINE MUSICAL SYMBOL DIASTOLI DIPLI",
223043  direction="l",
223044  linebreak="al",
223045  unicodeslot=0x1D0DC,
223046 },
223047 [0x1D0DD]={
223048  category="so",
223049  description="BYZANTINE MUSICAL SYMBOL DIASTOLI THESEOS",
223050  direction="l",
223051  linebreak="al",
223052  unicodeslot=0x1D0DD,
223053 },
223054 [0x1D0DE]={
223055  category="so",
223056  description="BYZANTINE MUSICAL SYMBOL SIMANSIS THESEOS",
223057  direction="l",
223058  linebreak="al",
223059  unicodeslot=0x1D0DE,
223060 },
223061 [0x1D0DF]={
223062  category="so",
223063  description="BYZANTINE MUSICAL SYMBOL SIMANSIS THESEOS DISIMOU",
223064  direction="l",
223065  linebreak="al",
223066  unicodeslot=0x1D0DF,
223067 },
223068 [0x1D0E0]={
223069  category="so",
223070  description="BYZANTINE MUSICAL SYMBOL SIMANSIS THESEOS TRISIMOU",
223071  direction="l",
223072  linebreak="al",
223073  unicodeslot=0x1D0E0,
223074 },
223075 [0x1D0E1]={
223076  category="so",
223077  description="BYZANTINE MUSICAL SYMBOL SIMANSIS THESEOS TETRASIMOU",
223078  direction="l",
223079  linebreak="al",
223080  unicodeslot=0x1D0E1,
223081 },
223082 [0x1D0E2]={
223083  category="so",
223084  description="BYZANTINE MUSICAL SYMBOL SIMANSIS ARSEOS",
223085  direction="l",
223086  linebreak="al",
223087  unicodeslot=0x1D0E2,
223088 },
223089 [0x1D0E3]={
223090  category="so",
223091  description="BYZANTINE MUSICAL SYMBOL SIMANSIS ARSEOS DISIMOU",
223092  direction="l",
223093  linebreak="al",
223094  unicodeslot=0x1D0E3,
223095 },
223096 [0x1D0E4]={
223097  category="so",
223098  description="BYZANTINE MUSICAL SYMBOL SIMANSIS ARSEOS TRISIMOU",
223099  direction="l",
223100  linebreak="al",
223101  unicodeslot=0x1D0E4,
223102 },
223103 [0x1D0E5]={
223104  category="so",
223105  description="BYZANTINE MUSICAL SYMBOL SIMANSIS ARSEOS TETRASIMOU",
223106  direction="l",
223107  linebreak="al",
223108  unicodeslot=0x1D0E5,
223109 },
223110 [0x1D0E6]={
223111  category="so",
223112  description="BYZANTINE MUSICAL SYMBOL DIGRAMMA GG",
223113  direction="l",
223114  linebreak="al",
223115  unicodeslot=0x1D0E6,
223116 },
223117 [0x1D0E7]={
223118  category="so",
223119  description="BYZANTINE MUSICAL SYMBOL DIFTOGGOS OU",
223120  direction="l",
223121  linebreak="al",
223122  unicodeslot=0x1D0E7,
223123 },
223124 [0x1D0E8]={
223125  category="so",
223126  description="BYZANTINE MUSICAL SYMBOL STIGMA",
223127  direction="l",
223128  linebreak="al",
223129  unicodeslot=0x1D0E8,
223130 },
223131 [0x1D0E9]={
223132  category="so",
223133  description="BYZANTINE MUSICAL SYMBOL ARKTIKO PA",
223134  direction="l",
223135  linebreak="al",
223136  unicodeslot=0x1D0E9,
223137 },
223138 [0x1D0EA]={
223139  category="so",
223140  description="BYZANTINE MUSICAL SYMBOL ARKTIKO VOU",
223141  direction="l",
223142  linebreak="al",
223143  unicodeslot=0x1D0EA,
223144 },
223145 [0x1D0EB]={
223146  category="so",
223147  description="BYZANTINE MUSICAL SYMBOL ARKTIKO GA",
223148  direction="l",
223149  linebreak="al",
223150  unicodeslot=0x1D0EB,
223151 },
223152 [0x1D0EC]={
223153  category="so",
223154  description="BYZANTINE MUSICAL SYMBOL ARKTIKO DI",
223155  direction="l",
223156  linebreak="al",
223157  unicodeslot=0x1D0EC,
223158 },
223159 [0x1D0ED]={
223160  category="so",
223161  description="BYZANTINE MUSICAL SYMBOL ARKTIKO KE",
223162  direction="l",
223163  linebreak="al",
223164  unicodeslot=0x1D0ED,
223165 },
223166 [0x1D0EE]={
223167  category="so",
223168  description="BYZANTINE MUSICAL SYMBOL ARKTIKO ZO",
223169  direction="l",
223170  linebreak="al",
223171  unicodeslot=0x1D0EE,
223172 },
223173 [0x1D0EF]={
223174  category="so",
223175  description="BYZANTINE MUSICAL SYMBOL ARKTIKO NI",
223176  direction="l",
223177  linebreak="al",
223178  unicodeslot=0x1D0EF,
223179 },
223180 [0x1D0F0]={
223181  category="so",
223182  description="BYZANTINE MUSICAL SYMBOL KENTIMATA NEO MESO",
223183  direction="l",
223184  linebreak="al",
223185  unicodeslot=0x1D0F0,
223186 },
223187 [0x1D0F1]={
223188  category="so",
223189  description="BYZANTINE MUSICAL SYMBOL KENTIMA NEO MESO",
223190  direction="l",
223191  linebreak="al",
223192  unicodeslot=0x1D0F1,
223193 },
223194 [0x1D0F2]={
223195  category="so",
223196  description="BYZANTINE MUSICAL SYMBOL KENTIMATA NEO KATO",
223197  direction="l",
223198  linebreak="al",
223199  unicodeslot=0x1D0F2,
223200 },
223201 [0x1D0F3]={
223202  category="so",
223203  description="BYZANTINE MUSICAL SYMBOL KENTIMA NEO KATO",
223204  direction="l",
223205  linebreak="al",
223206  unicodeslot=0x1D0F3,
223207 },
223208 [0x1D0F4]={
223209  category="so",
223210  description="BYZANTINE MUSICAL SYMBOL KLASMA KATO",
223211  direction="l",
223212  linebreak="al",
223213  unicodeslot=0x1D0F4,
223214 },
223215 [0x1D0F5]={
223216  category="so",
223217  description="BYZANTINE MUSICAL SYMBOL GORGON NEO KATO",
223218  direction="l",
223219  linebreak="al",
223220  unicodeslot=0x1D0F5,
223221 },
223222 [0x1D100]={
223223  category="so",
223224  description="MUSICAL SYMBOL SINGLE BARLINE",
223225  direction="l",
223226  linebreak="al",
223227  unicodeslot=0x1D100,
223228 },
223229 [0x1D101]={
223230  category="so",
223231  description="MUSICAL SYMBOL DOUBLE BARLINE",
223232  direction="l",
223233  linebreak="al",
223234  unicodeslot=0x1D101,
223235 },
223236 [0x1D102]={
223237  category="so",
223238  description="MUSICAL SYMBOL FINAL BARLINE",
223239  direction="l",
223240  linebreak="al",
223241  unicodeslot=0x1D102,
223242 },
223243 [0x1D103]={
223244  category="so",
223245  description="MUSICAL SYMBOL REVERSE FINAL BARLINE",
223246  direction="l",
223247  linebreak="al",
223248  unicodeslot=0x1D103,
223249 },
223250 [0x1D104]={
223251  category="so",
223252  description="MUSICAL SYMBOL DASHED BARLINE",
223253  direction="l",
223254  linebreak="al",
223255  unicodeslot=0x1D104,
223256 },
223257 [0x1D105]={
223258  category="so",
223259  description="MUSICAL SYMBOL SHORT BARLINE",
223260  direction="l",
223261  linebreak="al",
223262  unicodeslot=0x1D105,
223263 },
223264 [0x1D106]={
223265  category="so",
223266  description="MUSICAL SYMBOL LEFT REPEAT SIGN",
223267  direction="l",
223268  linebreak="al",
223269  unicodeslot=0x1D106,
223270 },
223271 [0x1D107]={
223272  category="so",
223273  description="MUSICAL SYMBOL RIGHT REPEAT SIGN",
223274  direction="l",
223275  linebreak="al",
223276  unicodeslot=0x1D107,
223277 },
223278 [0x1D108]={
223279  category="so",
223280  description="MUSICAL SYMBOL REPEAT DOTS",
223281  direction="l",
223282  linebreak="al",
223283  unicodeslot=0x1D108,
223284 },
223285 [0x1D109]={
223286  category="so",
223287  description="MUSICAL SYMBOL DAL SEGNO",
223288  direction="l",
223289  linebreak="al",
223290  unicodeslot=0x1D109,
223291 },
223292 [0x1D10A]={
223293  category="so",
223294  description="MUSICAL SYMBOL DA CAPO",
223295  direction="l",
223296  linebreak="al",
223297  unicodeslot=0x1D10A,
223298 },
223299 [0x1D10B]={
223300  category="so",
223301  description="MUSICAL SYMBOL SEGNO",
223302  direction="l",
223303  linebreak="al",
223304  unicodeslot=0x1D10B,
223305 },
223306 [0x1D10C]={
223307  category="so",
223308  description="MUSICAL SYMBOL CODA",
223309  direction="l",
223310  linebreak="al",
223311  unicodeslot=0x1D10C,
223312 },
223313 [0x1D10D]={
223314  category="so",
223315  description="MUSICAL SYMBOL REPEATED FIGURE-0x0001",
223316  direction="l",
223317  linebreak="al",
223318  unicodeslot=0x1D10D,
223319 },
223320 [0x1D10E]={
223321  category="so",
223322  description="MUSICAL SYMBOL REPEATED FIGURE-0x0002",
223323  direction="l",
223324  linebreak="al",
223325  unicodeslot=0x1D10E,
223326 },
223327 [0x1D10F]={
223328  category="so",
223329  description="MUSICAL SYMBOL REPEATED FIGURE-0x0003",
223330  direction="l",
223331  linebreak="al",
223332  unicodeslot=0x1D10F,
223333 },
223334 [0x1D110]={
223335  category="so",
223336  description="MUSICAL SYMBOL FERMATA",
223337  direction="l",
223338  linebreak="al",
223339  unicodeslot=0x1D110,
223340 },
223341 [0x1D111]={
223342  category="so",
223343  description="MUSICAL SYMBOL FERMATA BELOW",
223344  direction="l",
223345  linebreak="al",
223346  unicodeslot=0x1D111,
223347 },
223348 [0x1D112]={
223349  category="so",
223350  description="MUSICAL SYMBOL BREATH MARK",
223351  direction="l",
223352  linebreak="al",
223353  unicodeslot=0x1D112,
223354 },
223355 [0x1D113]={
223356  category="so",
223357  description="MUSICAL SYMBOL CAESURA",
223358  direction="l",
223359  linebreak="al",
223360  unicodeslot=0x1D113,
223361 },
223362 [0x1D114]={
223363  category="so",
223364  description="MUSICAL SYMBOL BRACE",
223365  direction="l",
223366  linebreak="al",
223367  unicodeslot=0x1D114,
223368 },
223369 [0x1D115]={
223370  category="so",
223371  description="MUSICAL SYMBOL BRACKET",
223372  direction="l",
223373  linebreak="al",
223374  unicodeslot=0x1D115,
223375 },
223376 [0x1D116]={
223377  category="so",
223378  description="MUSICAL SYMBOL ONE-LINE STAFF",
223379  direction="l",
223380  linebreak="al",
223381  unicodeslot=0x1D116,
223382 },
223383 [0x1D117]={
223384  category="so",
223385  description="MUSICAL SYMBOL TWO-LINE STAFF",
223386  direction="l",
223387  linebreak="al",
223388  unicodeslot=0x1D117,
223389 },
223390 [0x1D118]={
223391  category="so",
223392  description="MUSICAL SYMBOL THREE-LINE STAFF",
223393  direction="l",
223394  linebreak="al",
223395  unicodeslot=0x1D118,
223396 },
223397 [0x1D119]={
223398  category="so",
223399  description="MUSICAL SYMBOL FOUR-LINE STAFF",
223400  direction="l",
223401  linebreak="al",
223402  unicodeslot=0x1D119,
223403 },
223404 [0x1D11A]={
223405  category="so",
223406  description="MUSICAL SYMBOL FIVE-LINE STAFF",
223407  direction="l",
223408  linebreak="al",
223409  unicodeslot=0x1D11A,
223410 },
223411 [0x1D11B]={
223412  category="so",
223413  description="MUSICAL SYMBOL SIX-LINE STAFF",
223414  direction="l",
223415  linebreak="al",
223416  unicodeslot=0x1D11B,
223417 },
223418 [0x1D11C]={
223419  category="so",
223420  description="MUSICAL SYMBOL SIX-STRING FRETBOARD",
223421  direction="l",
223422  linebreak="al",
223423  unicodeslot=0x1D11C,
223424 },
223425 [0x1D11D]={
223426  category="so",
223427  description="MUSICAL SYMBOL FOUR-STRING FRETBOARD",
223428  direction="l",
223429  linebreak="al",
223430  unicodeslot=0x1D11D,
223431 },
223432 [0x1D11E]={
223433  category="so",
223434  description="MUSICAL SYMBOL G CLEF",
223435  direction="l",
223436  linebreak="al",
223437  unicodeslot=0x1D11E,
223438 },
223439 [0x1D11F]={
223440  category="so",
223441  description="MUSICAL SYMBOL G CLEF OTTAVA ALTA",
223442  direction="l",
223443  linebreak="al",
223444  unicodeslot=0x1D11F,
223445 },
223446 [0x1D120]={
223447  category="so",
223448  description="MUSICAL SYMBOL G CLEF OTTAVA BASSA",
223449  direction="l",
223450  linebreak="al",
223451  unicodeslot=0x1D120,
223452 },
223453 [0x1D121]={
223454  category="so",
223455  description="MUSICAL SYMBOL C CLEF",
223456  direction="l",
223457  linebreak="al",
223458  unicodeslot=0x1D121,
223459 },
223460 [0x1D122]={
223461  category="so",
223462  description="MUSICAL SYMBOL F CLEF",
223463  direction="l",
223464  linebreak="al",
223465  unicodeslot=0x1D122,
223466 },
223467 [0x1D123]={
223468  category="so",
223469  description="MUSICAL SYMBOL F CLEF OTTAVA ALTA",
223470  direction="l",
223471  linebreak="al",
223472  unicodeslot=0x1D123,
223473 },
223474 [0x1D124]={
223475  category="so",
223476  description="MUSICAL SYMBOL F CLEF OTTAVA BASSA",
223477  direction="l",
223478  linebreak="al",
223479  unicodeslot=0x1D124,
223480 },
223481 [0x1D125]={
223482  category="so",
223483  description="MUSICAL SYMBOL DRUM CLEF-0x0001",
223484  direction="l",
223485  linebreak="al",
223486  unicodeslot=0x1D125,
223487 },
223488 [0x1D126]={
223489  category="so",
223490  description="MUSICAL SYMBOL DRUM CLEF-0x0002",
223491  direction="l",
223492  linebreak="al",
223493  unicodeslot=0x1D126,
223494 },
223495 [0x1D129]={
223496  category="so",
223497  description="MUSICAL SYMBOL MULTIPLE MEASURE REST",
223498  direction="l",
223499  linebreak="al",
223500  unicodeslot=0x1D129,
223501 },
223502 [0x1D12A]={
223503  category="so",
223504  description="MUSICAL SYMBOL DOUBLE SHARP",
223505  direction="l",
223506  linebreak="al",
223507  unicodeslot=0x1D12A,
223508 },
223509 [0x1D12B]={
223510  category="so",
223511  description="MUSICAL SYMBOL DOUBLE FLAT",
223512  direction="l",
223513  linebreak="al",
223514  unicodeslot=0x1D12B,
223515 },
223516 [0x1D12C]={
223517  category="so",
223518  description="MUSICAL SYMBOL FLAT UP",
223519  direction="l",
223520  linebreak="al",
223521  unicodeslot=0x1D12C,
223522 },
223523 [0x1D12D]={
223524  category="so",
223525  description="MUSICAL SYMBOL FLAT DOWN",
223526  direction="l",
223527  linebreak="al",
223528  unicodeslot=0x1D12D,
223529 },
223530 [0x1D12E]={
223531  category="so",
223532  description="MUSICAL SYMBOL NATURAL UP",
223533  direction="l",
223534  linebreak="al",
223535  unicodeslot=0x1D12E,
223536 },
223537 [0x1D12F]={
223538  category="so",
223539  description="MUSICAL SYMBOL NATURAL DOWN",
223540  direction="l",
223541  linebreak="al",
223542  unicodeslot=0x1D12F,
223543 },
223544 [0x1D130]={
223545  category="so",
223546  description="MUSICAL SYMBOL SHARP UP",
223547  direction="l",
223548  linebreak="al",
223549  unicodeslot=0x1D130,
223550 },
223551 [0x1D131]={
223552  category="so",
223553  description="MUSICAL SYMBOL SHARP DOWN",
223554  direction="l",
223555  linebreak="al",
223556  unicodeslot=0x1D131,
223557 },
223558 [0x1D132]={
223559  category="so",
223560  description="MUSICAL SYMBOL QUARTER TONE SHARP",
223561  direction="l",
223562  linebreak="al",
223563  unicodeslot=0x1D132,
223564 },
223565 [0x1D133]={
223566  category="so",
223567  description="MUSICAL SYMBOL QUARTER TONE FLAT",
223568  direction="l",
223569  linebreak="al",
223570  unicodeslot=0x1D133,
223571 },
223572 [0x1D134]={
223573  category="so",
223574  description="MUSICAL SYMBOL COMMON TIME",
223575  direction="l",
223576  linebreak="al",
223577  unicodeslot=0x1D134,
223578 },
223579 [0x1D135]={
223580  category="so",
223581  description="MUSICAL SYMBOL CUT TIME",
223582  direction="l",
223583  linebreak="al",
223584  unicodeslot=0x1D135,
223585 },
223586 [0x1D136]={
223587  category="so",
223588  description="MUSICAL SYMBOL OTTAVA ALTA",
223589  direction="l",
223590  linebreak="al",
223591  unicodeslot=0x1D136,
223592 },
223593 [0x1D137]={
223594  category="so",
223595  description="MUSICAL SYMBOL OTTAVA BASSA",
223596  direction="l",
223597  linebreak="al",
223598  unicodeslot=0x1D137,
223599 },
223600 [0x1D138]={
223601  category="so",
223602  description="MUSICAL SYMBOL QUINDICESIMA ALTA",
223603  direction="l",
223604  linebreak="al",
223605  unicodeslot=0x1D138,
223606 },
223607 [0x1D139]={
223608  category="so",
223609  description="MUSICAL SYMBOL QUINDICESIMA BASSA",
223610  direction="l",
223611  linebreak="al",
223612  unicodeslot=0x1D139,
223613 },
223614 [0x1D13A]={
223615  category="so",
223616  description="MUSICAL SYMBOL MULTI REST",
223617  direction="l",
223618  linebreak="al",
223619  unicodeslot=0x1D13A,
223620 },
223621 [0x1D13B]={
223622  category="so",
223623  description="MUSICAL SYMBOL WHOLE REST",
223624  direction="l",
223625  linebreak="al",
223626  unicodeslot=0x1D13B,
223627 },
223628 [0x1D13C]={
223629  category="so",
223630  description="MUSICAL SYMBOL HALF REST",
223631  direction="l",
223632  linebreak="al",
223633  unicodeslot=0x1D13C,
223634 },
223635 [0x1D13D]={
223636  category="so",
223637  description="MUSICAL SYMBOL QUARTER REST",
223638  direction="l",
223639  linebreak="al",
223640  unicodeslot=0x1D13D,
223641 },
223642 [0x1D13E]={
223643  category="so",
223644  description="MUSICAL SYMBOL EIGHTH REST",
223645  direction="l",
223646  linebreak="al",
223647  unicodeslot=0x1D13E,
223648 },
223649 [0x1D13F]={
223650  category="so",
223651  description="MUSICAL SYMBOL SIXTEENTH REST",
223652  direction="l",
223653  linebreak="al",
223654  unicodeslot=0x1D13F,
223655 },
223656 [0x1D140]={
223657  category="so",
223658  description="MUSICAL SYMBOL THIRTY-SECOND REST",
223659  direction="l",
223660  linebreak="al",
223661  unicodeslot=0x1D140,
223662 },
223663 [0x1D141]={
223664  category="so",
223665  description="MUSICAL SYMBOL SIXTY-FOURTH REST",
223666  direction="l",
223667  linebreak="al",
223668  unicodeslot=0x1D141,
223669 },
223670 [0x1D142]={
223671  category="so",
223672  description="MUSICAL SYMBOL ONE HUNDRED TWENTY-EIGHTH REST",
223673  direction="l",
223674  linebreak="al",
223675  unicodeslot=0x1D142,
223676 },
223677 [0x1D143]={
223678  category="so",
223679  description="MUSICAL SYMBOL X NOTEHEAD",
223680  direction="l",
223681  linebreak="al",
223682  unicodeslot=0x1D143,
223683 },
223684 [0x1D144]={
223685  category="so",
223686  description="MUSICAL SYMBOL PLUS NOTEHEAD",
223687  direction="l",
223688  linebreak="al",
223689  unicodeslot=0x1D144,
223690 },
223691 [0x1D145]={
223692  category="so",
223693  description="MUSICAL SYMBOL CIRCLE X NOTEHEAD",
223694  direction="l",
223695  linebreak="al",
223696  unicodeslot=0x1D145,
223697 },
223698 [0x1D146]={
223699  category="so",
223700  description="MUSICAL SYMBOL SQUARE NOTEHEAD WHITE",
223701  direction="l",
223702  linebreak="al",
223703  unicodeslot=0x1D146,
223704 },
223705 [0x1D147]={
223706  category="so",
223707  description="MUSICAL SYMBOL SQUARE NOTEHEAD BLACK",
223708  direction="l",
223709  linebreak="al",
223710  unicodeslot=0x1D147,
223711 },
223712 [0x1D148]={
223713  category="so",
223714  description="MUSICAL SYMBOL TRIANGLE NOTEHEAD UP WHITE",
223715  direction="l",
223716  linebreak="al",
223717  unicodeslot=0x1D148,
223718 },
223719 [0x1D149]={
223720  category="so",
223721  description="MUSICAL SYMBOL TRIANGLE NOTEHEAD UP BLACK",
223722  direction="l",
223723  linebreak="al",
223724  unicodeslot=0x1D149,
223725 },
223726 [0x1D14A]={
223727  category="so",
223728  description="MUSICAL SYMBOL TRIANGLE NOTEHEAD LEFT WHITE",
223729  direction="l",
223730  linebreak="al",
223731  unicodeslot=0x1D14A,
223732 },
223733 [0x1D14B]={
223734  category="so",
223735  description="MUSICAL SYMBOL TRIANGLE NOTEHEAD LEFT BLACK",
223736  direction="l",
223737  linebreak="al",
223738  unicodeslot=0x1D14B,
223739 },
223740 [0x1D14C]={
223741  category="so",
223742  description="MUSICAL SYMBOL TRIANGLE NOTEHEAD RIGHT WHITE",
223743  direction="l",
223744  linebreak="al",
223745  unicodeslot=0x1D14C,
223746 },
223747 [0x1D14D]={
223748  category="so",
223749  description="MUSICAL SYMBOL TRIANGLE NOTEHEAD RIGHT BLACK",
223750  direction="l",
223751  linebreak="al",
223752  unicodeslot=0x1D14D,
223753 },
223754 [0x1D14E]={
223755  category="so",
223756  description="MUSICAL SYMBOL TRIANGLE NOTEHEAD DOWN WHITE",
223757  direction="l",
223758  linebreak="al",
223759  unicodeslot=0x1D14E,
223760 },
223761 [0x1D14F]={
223762  category="so",
223763  description="MUSICAL SYMBOL TRIANGLE NOTEHEAD DOWN BLACK",
223764  direction="l",
223765  linebreak="al",
223766  unicodeslot=0x1D14F,
223767 },
223768 [0x1D150]={
223769  category="so",
223770  description="MUSICAL SYMBOL TRIANGLE NOTEHEAD UP RIGHT WHITE",
223771  direction="l",
223772  linebreak="al",
223773  unicodeslot=0x1D150,
223774 },
223775 [0x1D151]={
223776  category="so",
223777  description="MUSICAL SYMBOL TRIANGLE NOTEHEAD UP RIGHT BLACK",
223778  direction="l",
223779  linebreak="al",
223780  unicodeslot=0x1D151,
223781 },
223782 [0x1D152]={
223783  category="so",
223784  description="MUSICAL SYMBOL MOON NOTEHEAD WHITE",
223785  direction="l",
223786  linebreak="al",
223787  unicodeslot=0x1D152,
223788 },
223789 [0x1D153]={
223790  category="so",
223791  description="MUSICAL SYMBOL MOON NOTEHEAD BLACK",
223792  direction="l",
223793  linebreak="al",
223794  unicodeslot=0x1D153,
223795 },
223796 [0x1D154]={
223797  category="so",
223798  description="MUSICAL SYMBOL TRIANGLE-ROUND NOTEHEAD DOWN WHITE",
223799  direction="l",
223800  linebreak="al",
223801  unicodeslot=0x1D154,
223802 },
223803 [0x1D155]={
223804  category="so",
223805  description="MUSICAL SYMBOL TRIANGLE-ROUND NOTEHEAD DOWN BLACK",
223806  direction="l",
223807  linebreak="al",
223808  unicodeslot=0x1D155,
223809 },
223810 [0x1D156]={
223811  category="so",
223812  description="MUSICAL SYMBOL PARENTHESIS NOTEHEAD",
223813  direction="l",
223814  linebreak="al",
223815  unicodeslot=0x1D156,
223816 },
223817 [0x1D157]={
223818  category="so",
223819  description="MUSICAL SYMBOL VOID NOTEHEAD",
223820  direction="l",
223821  linebreak="al",
223822  unicodeslot=0x1D157,
223823 },
223824 [0x1D158]={
223825  category="so",
223826  description="MUSICAL SYMBOL NOTEHEAD BLACK",
223827  direction="l",
223828  linebreak="al",
223829  unicodeslot=0x1D158,
223830 },
223831 [0x1D159]={
223832  category="so",
223833  description="MUSICAL SYMBOL NULL NOTEHEAD",
223834  direction="l",
223835  linebreak="al",
223836  unicodeslot=0x1D159,
223837 },
223838 [0x1D15A]={
223839  category="so",
223840  description="MUSICAL SYMBOL CLUSTER NOTEHEAD WHITE",
223841  direction="l",
223842  linebreak="al",
223843  unicodeslot=0x1D15A,
223844 },
223845 [0x1D15B]={
223846  category="so",
223847  description="MUSICAL SYMBOL CLUSTER NOTEHEAD BLACK",
223848  direction="l",
223849  linebreak="al",
223850  unicodeslot=0x1D15B,
223851 },
223852 [0x1D15C]={
223853  category="so",
223854  description="MUSICAL SYMBOL BREVE",
223855  direction="l",
223856  linebreak="al",
223857  unicodeslot=0x1D15C,
223858 },
223859 [0x1D15D]={
223860  category="so",
223861  description="MUSICAL SYMBOL WHOLE NOTE",
223862  direction="l",
223863  linebreak="al",
223864  synonyms={ "semibreve" },
223865  unicodeslot=0x1D15D,
223866 },
223867 [0x1D15E]={
223868  category="so",
223869  description="MUSICAL SYMBOL HALF NOTE",
223870  direction="l",
223871  linebreak="al",
223872  specials={ "char", 0x1D157, 0x1D165 },
223873  unicodeslot=0x1D15E,
223874 },
223875 [0x1D15F]={
223876  category="so",
223877  description="MUSICAL SYMBOL QUARTER NOTE",
223878  direction="l",
223879  linebreak="al",
223880  specials={ "char", 0x1D158, 0x1D165 },
223881  unicodeslot=0x1D15F,
223882 },
223883 [0x1D160]={
223884  category="so",
223885  description="MUSICAL SYMBOL EIGHTH NOTE",
223886  direction="l",
223887  linebreak="al",
223888  specials={ "char", 0x1D15F, 0x1D16E },
223889  unicodeslot=0x1D160,
223890 },
223891 [0x1D161]={
223892  category="so",
223893  description="MUSICAL SYMBOL SIXTEENTH NOTE",
223894  direction="l",
223895  linebreak="al",
223896  specials={ "char", 0x1D15F, 0x1D16F },
223897  synonyms={ "semiquaver" },
223898  unicodeslot=0x1D161,
223899 },
223900 [0x1D162]={
223901  category="so",
223902  description="MUSICAL SYMBOL THIRTY-SECOND NOTE",
223903  direction="l",
223904  linebreak="al",
223905  specials={ "char", 0x1D15F, 0x1D170 },
223906  unicodeslot=0x1D162,
223907 },
223908 [0x1D163]={
223909  category="so",
223910  description="MUSICAL SYMBOL SIXTY-FOURTH NOTE",
223911  direction="l",
223912  linebreak="al",
223913  specials={ "char", 0x1D15F, 0x1D171 },
223914  unicodeslot=0x1D163,
223915 },
223916 [0x1D164]={
223917  category="so",
223918  description="MUSICAL SYMBOL ONE HUNDRED TWENTY-EIGHTH NOTE",
223919  direction="l",
223920  linebreak="al",
223921  specials={ "char", 0x1D15F, 0x1D172 },
223922  unicodeslot=0x1D164,
223923 },
223924 [0x1D165]={
223925  category="mc",
223926  combining=0xD8,
223927  description="MUSICAL SYMBOL COMBINING STEM",
223928  direction="l",
223929  linebreak="cm",
223930  unicodeslot=0x1D165,
223931 },
223932 [0x1D166]={
223933  category="mc",
223934  combining=0xD8,
223935  description="MUSICAL SYMBOL COMBINING SPRECHGESANG STEM",
223936  direction="l",
223937  linebreak="cm",
223938  unicodeslot=0x1D166,
223939 },
223940 [0x1D167]={
223941  category="mn",
223942  combining=0x1,
223943  description="MUSICAL SYMBOL COMBINING TREMOLO-0x0001",
223944  direction="nsm",
223945  linebreak="cm",
223946  unicodeslot=0x1D167,
223947 },
223948 [0x1D168]={
223949  category="mn",
223950  combining=0x1,
223951  description="MUSICAL SYMBOL COMBINING TREMOLO-0x0002",
223952  direction="nsm",
223953  linebreak="cm",
223954  unicodeslot=0x1D168,
223955 },
223956 [0x1D169]={
223957  category="mn",
223958  combining=0x1,
223959  description="MUSICAL SYMBOL COMBINING TREMOLO-0x0003",
223960  direction="nsm",
223961  linebreak="cm",
223962  unicodeslot=0x1D169,
223963 },
223964 [0x1D16A]={
223965  category="so",
223966  description="MUSICAL SYMBOL FINGERED TREMOLO-0x0001",
223967  direction="l",
223968  linebreak="al",
223969  unicodeslot=0x1D16A,
223970 },
223971 [0x1D16B]={
223972  category="so",
223973  description="MUSICAL SYMBOL FINGERED TREMOLO-0x0002",
223974  direction="l",
223975  linebreak="al",
223976  unicodeslot=0x1D16B,
223977 },
223978 [0x1D16C]={
223979  category="so",
223980  description="MUSICAL SYMBOL FINGERED TREMOLO-0x0003",
223981  direction="l",
223982  linebreak="al",
223983  unicodeslot=0x1D16C,
223984 },
223985 [0x1D16D]={
223986  category="mc",
223987  combining=0xE2,
223988  description="MUSICAL SYMBOL COMBINING AUGMENTATION DOT",
223989  direction="l",
223990  linebreak="cm",
223991  unicodeslot=0x1D16D,
223992 },
223993 [0x1D16E]={
223994  category="mc",
223995  combining=0xD8,
223996  description="MUSICAL SYMBOL COMBINING FLAG-0x0001",
223997  direction="l",
223998  linebreak="cm",
223999  unicodeslot=0x1D16E,
224000 },
224001 [0x1D16F]={
224002  category="mc",
224003  combining=0xD8,
224004  description="MUSICAL SYMBOL COMBINING FLAG-0x0002",
224005  direction="l",
224006  linebreak="cm",
224007  unicodeslot=0x1D16F,
224008 },
224009 [0x1D170]={
224010  category="mc",
224011  combining=0xD8,
224012  description="MUSICAL SYMBOL COMBINING FLAG-0x0003",
224013  direction="l",
224014  linebreak="cm",
224015  unicodeslot=0x1D170,
224016 },
224017 [0x1D171]={
224018  category="mc",
224019  combining=0xD8,
224020  description="MUSICAL SYMBOL COMBINING FLAG-0x0004",
224021  direction="l",
224022  linebreak="cm",
224023  unicodeslot=0x1D171,
224024 },
224025 [0x1D172]={
224026  category="mc",
224027  combining=0xD8,
224028  description="MUSICAL SYMBOL COMBINING FLAG-0x0005",
224029  direction="l",
224030  linebreak="cm",
224031  unicodeslot=0x1D172,
224032 },
224033 [0x1D173]={
224034  category="cf",
224035  description="MUSICAL SYMBOL BEGIN BEAM",
224036  direction="bn",
224037  linebreak="cm",
224038  unicodeslot=0x1D173,
224039 },
224040 [0x1D174]={
224041  category="cf",
224042  description="MUSICAL SYMBOL END BEAM",
224043  direction="bn",
224044  linebreak="cm",
224045  unicodeslot=0x1D174,
224046 },
224047 [0x1D175]={
224048  category="cf",
224049  description="MUSICAL SYMBOL BEGIN TIE",
224050  direction="bn",
224051  linebreak="cm",
224052  unicodeslot=0x1D175,
224053 },
224054 [0x1D176]={
224055  category="cf",
224056  description="MUSICAL SYMBOL END TIE",
224057  direction="bn",
224058  linebreak="cm",
224059  unicodeslot=0x1D176,
224060 },
224061 [0x1D177]={
224062  category="cf",
224063  description="MUSICAL SYMBOL BEGIN SLUR",
224064  direction="bn",
224065  linebreak="cm",
224066  unicodeslot=0x1D177,
224067 },
224068 [0x1D178]={
224069  category="cf",
224070  description="MUSICAL SYMBOL END SLUR",
224071  direction="bn",
224072  linebreak="cm",
224073  unicodeslot=0x1D178,
224074 },
224075 [0x1D179]={
224076  category="cf",
224077  description="MUSICAL SYMBOL BEGIN PHRASE",
224078  direction="bn",
224079  linebreak="cm",
224080  unicodeslot=0x1D179,
224081 },
224082 [0x1D17A]={
224083  category="cf",
224084  description="MUSICAL SYMBOL END PHRASE",
224085  direction="bn",
224086  linebreak="cm",
224087  unicodeslot=0x1D17A,
224088 },
224089 [0x1D17B]={
224090  category="mn",
224091  combining=0xDC,
224092  description="MUSICAL SYMBOL COMBINING ACCENT",
224093  direction="nsm",
224094  linebreak="cm",
224095  unicodeslot=0x1D17B,
224096 },
224097 [0x1D17C]={
224098  category="mn",
224099  combining=0xDC,
224100  description="MUSICAL SYMBOL COMBINING STACCATO",
224101  direction="nsm",
224102  linebreak="cm",
224103  unicodeslot=0x1D17C,
224104 },
224105 [0x1D17D]={
224106  category="mn",
224107  combining=0xDC,
224108  description="MUSICAL SYMBOL COMBINING TENUTO",
224109  direction="nsm",
224110  linebreak="cm",
224111  unicodeslot=0x1D17D,
224112 },
224113 [0x1D17E]={
224114  category="mn",
224115  combining=0xDC,
224116  description="MUSICAL SYMBOL COMBINING STACCATISSIMO",
224117  direction="nsm",
224118  linebreak="cm",
224119  unicodeslot=0x1D17E,
224120 },
224121 [0x1D17F]={
224122  category="mn",
224123  combining=0xDC,
224124  description="MUSICAL SYMBOL COMBINING MARCATO",
224125  direction="nsm",
224126  linebreak="cm",
224127  unicodeslot=0x1D17F,
224128 },
224129 [0x1D180]={
224130  category="mn",
224131  combining=0xDC,
224132  description="MUSICAL SYMBOL COMBINING MARCATO-STACCATO",
224133  direction="nsm",
224134  linebreak="cm",
224135  unicodeslot=0x1D180,
224136 },
224137 [0x1D181]={
224138  category="mn",
224139  combining=0xDC,
224140  description="MUSICAL SYMBOL COMBINING ACCENT-STACCATO",
224141  direction="nsm",
224142  linebreak="cm",
224143  unicodeslot=0x1D181,
224144 },
224145 [0x1D182]={
224146  category="mn",
224147  combining=0xDC,
224148  description="MUSICAL SYMBOL COMBINING LOURE",
224149  direction="nsm",
224150  linebreak="cm",
224151  unicodeslot=0x1D182,
224152 },
224153 [0x1D183]={
224154  category="so",
224155  description="MUSICAL SYMBOL ARPEGGIATO UP",
224156  direction="l",
224157  linebreak="al",
224158  unicodeslot=0x1D183,
224159 },
224160 [0x1D184]={
224161  category="so",
224162  description="MUSICAL SYMBOL ARPEGGIATO DOWN",
224163  direction="l",
224164  linebreak="al",
224165  unicodeslot=0x1D184,
224166 },
224167 [0x1D185]={
224168  category="mn",
224169  combining=0xE6,
224170  description="MUSICAL SYMBOL COMBINING DOIT",
224171  direction="nsm",
224172  linebreak="cm",
224173  unicodeslot=0x1D185,
224174 },
224175 [0x1D186]={
224176  category="mn",
224177  combining=0xE6,
224178  description="MUSICAL SYMBOL COMBINING RIP",
224179  direction="nsm",
224180  linebreak="cm",
224181  unicodeslot=0x1D186,
224182 },
224183 [0x1D187]={
224184  category="mn",
224185  combining=0xE6,
224186  description="MUSICAL SYMBOL COMBINING FLIP",
224187  direction="nsm",
224188  linebreak="cm",
224189  unicodeslot=0x1D187,
224190 },
224191 [0x1D188]={
224192  category="mn",
224193  combining=0xE6,
224194  description="MUSICAL SYMBOL COMBINING SMEAR",
224195  direction="nsm",
224196  linebreak="cm",
224197  unicodeslot=0x1D188,
224198 },
224199 [0x1D189]={
224200  category="mn",
224201  combining=0xE6,
224202  description="MUSICAL SYMBOL COMBINING BEND",
224203  direction="nsm",
224204  linebreak="cm",
224205  unicodeslot=0x1D189,
224206 },
224207 [0x1D18A]={
224208  category="mn",
224209  combining=0xDC,
224210  description="MUSICAL SYMBOL COMBINING DOUBLE TONGUE",
224211  direction="nsm",
224212  linebreak="cm",
224213  unicodeslot=0x1D18A,
224214 },
224215 [0x1D18B]={
224216  category="mn",
224217  combining=0xDC,
224218  description="MUSICAL SYMBOL COMBINING TRIPLE TONGUE",
224219  direction="nsm",
224220  linebreak="cm",
224221  unicodeslot=0x1D18B,
224222 },
224223 [0x1D18C]={
224224  category="so",
224225  description="MUSICAL SYMBOL RINFORZANDO",
224226  direction="l",
224227  linebreak="al",
224228  unicodeslot=0x1D18C,
224229 },
224230 [0x1D18D]={
224231  category="so",
224232  description="MUSICAL SYMBOL SUBITO",
224233  direction="l",
224234  linebreak="al",
224235  unicodeslot=0x1D18D,
224236 },
224237 [0x1D18E]={
224238  category="so",
224239  description="MUSICAL SYMBOL Z",
224240  direction="l",
224241  linebreak="al",
224242  unicodeslot=0x1D18E,
224243 },
224244 [0x1D18F]={
224245  category="so",
224246  description="MUSICAL SYMBOL PIANO",
224247  direction="l",
224248  linebreak="al",
224249  unicodeslot=0x1D18F,
224250 },
224251 [0x1D190]={
224252  category="so",
224253  description="MUSICAL SYMBOL MEZZO",
224254  direction="l",
224255  linebreak="al",
224256  unicodeslot=0x1D190,
224257 },
224258 [0x1D191]={
224259  category="so",
224260  description="MUSICAL SYMBOL FORTE",
224261  direction="l",
224262  linebreak="al",
224263  unicodeslot=0x1D191,
224264 },
224265 [0x1D192]={
224266  category="so",
224267  description="MUSICAL SYMBOL CRESCENDO",
224268  direction="l",
224269  linebreak="al",
224270  unicodeslot=0x1D192,
224271 },
224272 [0x1D193]={
224273  category="so",
224274  description="MUSICAL SYMBOL DECRESCENDO",
224275  direction="l",
224276  linebreak="al",
224277  unicodeslot=0x1D193,
224278 },
224279 [0x1D194]={
224280  category="so",
224281  description="MUSICAL SYMBOL GRACE NOTE SLASH",
224282  direction="l",
224283  linebreak="al",
224284  unicodeslot=0x1D194,
224285 },
224286 [0x1D195]={
224287  category="so",
224288  description="MUSICAL SYMBOL GRACE NOTE NO SLASH",
224289  direction="l",
224290  linebreak="al",
224291  unicodeslot=0x1D195,
224292 },
224293 [0x1D196]={
224294  category="so",
224295  description="MUSICAL SYMBOL TR",
224296  direction="l",
224297  linebreak="al",
224298  unicodeslot=0x1D196,
224299 },
224300 [0x1D197]={
224301  category="so",
224302  description="MUSICAL SYMBOL TURN",
224303  direction="l",
224304  linebreak="al",
224305  unicodeslot=0x1D197,
224306 },
224307 [0x1D198]={
224308  category="so",
224309  description="MUSICAL SYMBOL INVERTED TURN",
224310  direction="l",
224311  linebreak="al",
224312  unicodeslot=0x1D198,
224313 },
224314 [0x1D199]={
224315  category="so",
224316  description="MUSICAL SYMBOL TURN SLASH",
224317  direction="l",
224318  linebreak="al",
224319  unicodeslot=0x1D199,
224320 },
224321 [0x1D19A]={
224322  category="so",
224323  description="MUSICAL SYMBOL TURN UP",
224324  direction="l",
224325  linebreak="al",
224326  unicodeslot=0x1D19A,
224327 },
224328 [0x1D19B]={
224329  category="so",
224330  description="MUSICAL SYMBOL ORNAMENT STROKE-0x0001",
224331  direction="l",
224332  linebreak="al",
224333  unicodeslot=0x1D19B,
224334 },
224335 [0x1D19C]={
224336  category="so",
224337  description="MUSICAL SYMBOL ORNAMENT STROKE-0x0002",
224338  direction="l",
224339  linebreak="al",
224340  unicodeslot=0x1D19C,
224341 },
224342 [0x1D19D]={
224343  category="so",
224344  description="MUSICAL SYMBOL ORNAMENT STROKE-0x0003",
224345  direction="l",
224346  linebreak="al",
224347  unicodeslot=0x1D19D,
224348 },
224349 [0x1D19E]={
224350  category="so",
224351  description="MUSICAL SYMBOL ORNAMENT STROKE-0x0004",
224352  direction="l",
224353  linebreak="al",
224354  unicodeslot=0x1D19E,
224355 },
224356 [0x1D19F]={
224357  category="so",
224358  description="MUSICAL SYMBOL ORNAMENT STROKE-0x0005",
224359  direction="l",
224360  linebreak="al",
224361  unicodeslot=0x1D19F,
224362 },
224363 [0x1D1A0]={
224364  category="so",
224365  description="MUSICAL SYMBOL ORNAMENT STROKE-0x0006",
224366  direction="l",
224367  linebreak="al",
224368  unicodeslot=0x1D1A0,
224369 },
224370 [0x1D1A1]={
224371  category="so",
224372  description="MUSICAL SYMBOL ORNAMENT STROKE-0x0007",
224373  direction="l",
224374  linebreak="al",
224375  unicodeslot=0x1D1A1,
224376 },
224377 [0x1D1A2]={
224378  category="so",
224379  description="MUSICAL SYMBOL ORNAMENT STROKE-0x0008",
224380  direction="l",
224381  linebreak="al",
224382  unicodeslot=0x1D1A2,
224383 },
224384 [0x1D1A3]={
224385  category="so",
224386  description="MUSICAL SYMBOL ORNAMENT STROKE-0x0009",
224387  direction="l",
224388  linebreak="al",
224389  unicodeslot=0x1D1A3,
224390 },
224391 [0x1D1A4]={
224392  category="so",
224393  description="MUSICAL SYMBOL ORNAMENT STROKE-0x000A",
224394  direction="l",
224395  linebreak="al",
224396  unicodeslot=0x1D1A4,
224397 },
224398 [0x1D1A5]={
224399  category="so",
224400  description="MUSICAL SYMBOL ORNAMENT STROKE-0x000B",
224401  direction="l",
224402  linebreak="al",
224403  unicodeslot=0x1D1A5,
224404 },
224405 [0x1D1A6]={
224406  category="so",
224407  description="MUSICAL SYMBOL HAUPTSTIMME",
224408  direction="l",
224409  linebreak="al",
224410  unicodeslot=0x1D1A6,
224411 },
224412 [0x1D1A7]={
224413  category="so",
224414  description="MUSICAL SYMBOL NEBENSTIMME",
224415  direction="l",
224416  linebreak="al",
224417  unicodeslot=0x1D1A7,
224418 },
224419 [0x1D1A8]={
224420  category="so",
224421  description="MUSICAL SYMBOL END OF STIMME",
224422  direction="l",
224423  linebreak="al",
224424  unicodeslot=0x1D1A8,
224425 },
224426 [0x1D1A9]={
224427  category="so",
224428  description="MUSICAL SYMBOL DEGREE SLASH",
224429  direction="l",
224430  linebreak="al",
224431  unicodeslot=0x1D1A9,
224432 },
224433 [0x1D1AA]={
224434  category="mn",
224435  combining=0xE6,
224436  description="MUSICAL SYMBOL COMBINING DOWN BOW",
224437  direction="nsm",
224438  linebreak="cm",
224439  unicodeslot=0x1D1AA,
224440 },
224441 [0x1D1AB]={
224442  category="mn",
224443  combining=0xE6,
224444  description="MUSICAL SYMBOL COMBINING UP BOW",
224445  direction="nsm",
224446  linebreak="cm",
224447  unicodeslot=0x1D1AB,
224448 },
224449 [0x1D1AC]={
224450  category="mn",
224451  combining=0xE6,
224452  description="MUSICAL SYMBOL COMBINING HARMONIC",
224453  direction="nsm",
224454  linebreak="cm",
224455  unicodeslot=0x1D1AC,
224456 },
224457 [0x1D1AD]={
224458  category="mn",
224459  combining=0xE6,
224460  description="MUSICAL SYMBOL COMBINING SNAP PIZZICATO",
224461  direction="nsm",
224462  linebreak="cm",
224463  unicodeslot=0x1D1AD,
224464 },
224465 [0x1D1AE]={
224466  category="so",
224467  description="MUSICAL SYMBOL PEDAL MARK",
224468  direction="l",
224469  linebreak="al",
224470  unicodeslot=0x1D1AE,
224471 },
224472 [0x1D1AF]={
224473  category="so",
224474  description="MUSICAL SYMBOL PEDAL UP MARK",
224475  direction="l",
224476  linebreak="al",
224477  unicodeslot=0x1D1AF,
224478 },
224479 [0x1D1B0]={
224480  category="so",
224481  description="MUSICAL SYMBOL HALF PEDAL MARK",
224482  direction="l",
224483  linebreak="al",
224484  unicodeslot=0x1D1B0,
224485 },
224486 [0x1D1B1]={
224487  category="so",
224488  description="MUSICAL SYMBOL GLISSANDO UP",
224489  direction="l",
224490  linebreak="al",
224491  unicodeslot=0x1D1B1,
224492 },
224493 [0x1D1B2]={
224494  category="so",
224495  description="MUSICAL SYMBOL GLISSANDO DOWN",
224496  direction="l",
224497  linebreak="al",
224498  unicodeslot=0x1D1B2,
224499 },
224500 [0x1D1B3]={
224501  category="so",
224502  description="MUSICAL SYMBOL WITH FINGERNAILS",
224503  direction="l",
224504  linebreak="al",
224505  unicodeslot=0x1D1B3,
224506 },
224507 [0x1D1B4]={
224508  category="so",
224509  description="MUSICAL SYMBOL DAMP",
224510  direction="l",
224511  linebreak="al",
224512  unicodeslot=0x1D1B4,
224513 },
224514 [0x1D1B5]={
224515  category="so",
224516  description="MUSICAL SYMBOL DAMP ALL",
224517  direction="l",
224518  linebreak="al",
224519  unicodeslot=0x1D1B5,
224520 },
224521 [0x1D1B6]={
224522  category="so",
224523  description="MUSICAL SYMBOL MAXIMA",
224524  direction="l",
224525  linebreak="al",
224526  unicodeslot=0x1D1B6,
224527 },
224528 [0x1D1B7]={
224529  category="so",
224530  description="MUSICAL SYMBOL LONGA",
224531  direction="l",
224532  linebreak="al",
224533  unicodeslot=0x1D1B7,
224534 },
224535 [0x1D1B8]={
224536  category="so",
224537  description="MUSICAL SYMBOL BREVIS",
224538  direction="l",
224539  linebreak="al",
224540  unicodeslot=0x1D1B8,
224541 },
224542 [0x1D1B9]={
224543  category="so",
224544  description="MUSICAL SYMBOL SEMIBREVIS WHITE",
224545  direction="l",
224546  linebreak="al",
224547  unicodeslot=0x1D1B9,
224548 },
224549 [0x1D1BA]={
224550  category="so",
224551  description="MUSICAL SYMBOL SEMIBREVIS BLACK",
224552  direction="l",
224553  linebreak="al",
224554  unicodeslot=0x1D1BA,
224555 },
224556 [0x1D1BB]={
224557  category="so",
224558  description="MUSICAL SYMBOL MINIMA",
224559  direction="l",
224560  linebreak="al",
224561  specials={ "char", 0x1D1B9, 0x1D165 },
224562  unicodeslot=0x1D1BB,
224563 },
224564 [0x1D1BC]={
224565  category="so",
224566  description="MUSICAL SYMBOL MINIMA BLACK",
224567  direction="l",
224568  linebreak="al",
224569  specials={ "char", 0x1D1BA, 0x1D165 },
224570  unicodeslot=0x1D1BC,
224571 },
224572 [0x1D1BD]={
224573  category="so",
224574  description="MUSICAL SYMBOL SEMIMINIMA WHITE",
224575  direction="l",
224576  linebreak="al",
224577  specials={ "char", 0x1D1BB, 0x1D16E },
224578  unicodeslot=0x1D1BD,
224579 },
224580 [0x1D1BE]={
224581  category="so",
224582  description="MUSICAL SYMBOL SEMIMINIMA BLACK",
224583  direction="l",
224584  linebreak="al",
224585  specials={ "char", 0x1D1BC, 0x1D16E },
224586  unicodeslot=0x1D1BE,
224587 },
224588 [0x1D1BF]={
224589  category="so",
224590  description="MUSICAL SYMBOL FUSA WHITE",
224591  direction="l",
224592  linebreak="al",
224593  specials={ "char", 0x1D1BB, 0x1D16F },
224594  unicodeslot=0x1D1BF,
224595 },
224596 [0x1D1C0]={
224597  category="so",
224598  description="MUSICAL SYMBOL FUSA BLACK",
224599  direction="l",
224600  linebreak="al",
224601  specials={ "char", 0x1D1BC, 0x1D16F },
224602  unicodeslot=0x1D1C0,
224603 },
224604 [0x1D1C1]={
224605  category="so",
224606  description="MUSICAL SYMBOL LONGA PERFECTA REST",
224607  direction="l",
224608  linebreak="al",
224609  unicodeslot=0x1D1C1,
224610 },
224611 [0x1D1C2]={
224612  category="so",
224613  description="MUSICAL SYMBOL LONGA IMPERFECTA REST",
224614  direction="l",
224615  linebreak="al",
224616  unicodeslot=0x1D1C2,
224617 },
224618 [0x1D1C3]={
224619  category="so",
224620  description="MUSICAL SYMBOL BREVIS REST",
224621  direction="l",
224622  linebreak="al",
224623  unicodeslot=0x1D1C3,
224624 },
224625 [0x1D1C4]={
224626  category="so",
224627  description="MUSICAL SYMBOL SEMIBREVIS REST",
224628  direction="l",
224629  linebreak="al",
224630  unicodeslot=0x1D1C4,
224631 },
224632 [0x1D1C5]={
224633  category="so",
224634  description="MUSICAL SYMBOL MINIMA REST",
224635  direction="l",
224636  linebreak="al",
224637  unicodeslot=0x1D1C5,
224638 },
224639 [0x1D1C6]={
224640  category="so",
224641  description="MUSICAL SYMBOL SEMIMINIMA REST",
224642  direction="l",
224643  linebreak="al",
224644  unicodeslot=0x1D1C6,
224645 },
224646 [0x1D1C7]={
224647  category="so",
224648  description="MUSICAL SYMBOL TEMPUS PERFECTUM CUM PROLATIONE PERFECTA",
224649  direction="l",
224650  linebreak="al",
224651  unicodeslot=0x1D1C7,
224652 },
224653 [0x1D1C8]={
224654  category="so",
224655  description="MUSICAL SYMBOL TEMPUS PERFECTUM CUM PROLATIONE IMPERFECTA",
224656  direction="l",
224657  linebreak="al",
224658  unicodeslot=0x1D1C8,
224659 },
224660 [0x1D1C9]={
224661  category="so",
224662  description="MUSICAL SYMBOL TEMPUS PERFECTUM CUM PROLATIONE PERFECTA DIMINUTION-0x0001",
224663  direction="l",
224664  linebreak="al",
224665  unicodeslot=0x1D1C9,
224666 },
224667 [0x1D1CA]={
224668  category="so",
224669  description="MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE PERFECTA",
224670  direction="l",
224671  linebreak="al",
224672  unicodeslot=0x1D1CA,
224673 },
224674 [0x1D1CB]={
224675  category="so",
224676  description="MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE IMPERFECTA",
224677  direction="l",
224678  linebreak="al",
224679  unicodeslot=0x1D1CB,
224680 },
224681 [0x1D1CC]={
224682  category="so",
224683  description="MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE IMPERFECTA DIMINUTION-0x0001",
224684  direction="l",
224685  linebreak="al",
224686  unicodeslot=0x1D1CC,
224687 },
224688 [0x1D1CD]={
224689  category="so",
224690  description="MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE IMPERFECTA DIMINUTION-0x0002",
224691  direction="l",
224692  linebreak="al",
224693  unicodeslot=0x1D1CD,
224694 },
224695 [0x1D1CE]={
224696  category="so",
224697  description="MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE IMPERFECTA DIMINUTION-0x0003",
224698  direction="l",
224699  linebreak="al",
224700  unicodeslot=0x1D1CE,
224701 },
224702 [0x1D1CF]={
224703  category="so",
224704  description="MUSICAL SYMBOL CROIX",
224705  direction="l",
224706  linebreak="al",
224707  unicodeslot=0x1D1CF,
224708 },
224709 [0x1D1D0]={
224710  category="so",
224711  description="MUSICAL SYMBOL GREGORIAN C CLEF",
224712  direction="l",
224713  linebreak="al",
224714  unicodeslot=0x1D1D0,
224715 },
224716 [0x1D1D1]={
224717  category="so",
224718  description="MUSICAL SYMBOL GREGORIAN F CLEF",
224719  direction="l",
224720  linebreak="al",
224721  unicodeslot=0x1D1D1,
224722 },
224723 [0x1D1D2]={
224724  category="so",
224725  description="MUSICAL SYMBOL SQUARE B",
224726  direction="l",
224727  linebreak="al",
224728  unicodeslot=0x1D1D2,
224729 },
224730 [0x1D1D3]={
224731  category="so",
224732  description="MUSICAL SYMBOL VIRGA",
224733  direction="l",
224734  linebreak="al",
224735  unicodeslot=0x1D1D3,
224736 },
224737 [0x1D1D4]={
224738  category="so",
224739  description="MUSICAL SYMBOL PODATUS",
224740  direction="l",
224741  linebreak="al",
224742  unicodeslot=0x1D1D4,
224743 },
224744 [0x1D1D5]={
224745  category="so",
224746  description="MUSICAL SYMBOL CLIVIS",
224747  direction="l",
224748  linebreak="al",
224749  unicodeslot=0x1D1D5,
224750 },
224751 [0x1D1D6]={
224752  category="so",
224753  description="MUSICAL SYMBOL SCANDICUS",
224754  direction="l",
224755  linebreak="al",
224756  unicodeslot=0x1D1D6,
224757 },
224758 [0x1D1D7]={
224759  category="so",
224760  description="MUSICAL SYMBOL CLIMACUS",
224761  direction="l",
224762  linebreak="al",
224763  unicodeslot=0x1D1D7,
224764 },
224765 [0x1D1D8]={
224766  category="so",
224767  description="MUSICAL SYMBOL TORCULUS",
224768  direction="l",
224769  linebreak="al",
224770  unicodeslot=0x1D1D8,
224771 },
224772 [0x1D1D9]={
224773  category="so",
224774  description="MUSICAL SYMBOL PORRECTUS",
224775  direction="l",
224776  linebreak="al",
224777  unicodeslot=0x1D1D9,
224778 },
224779 [0x1D1DA]={
224780  category="so",
224781  description="MUSICAL SYMBOL PORRECTUS FLEXUS",
224782  direction="l",
224783  linebreak="al",
224784  unicodeslot=0x1D1DA,
224785 },
224786 [0x1D1DB]={
224787  category="so",
224788  description="MUSICAL SYMBOL SCANDICUS FLEXUS",
224789  direction="l",
224790  linebreak="al",
224791  unicodeslot=0x1D1DB,
224792 },
224793 [0x1D1DC]={
224794  category="so",
224795  description="MUSICAL SYMBOL TORCULUS RESUPINUS",
224796  direction="l",
224797  linebreak="al",
224798  unicodeslot=0x1D1DC,
224799 },
224800 [0x1D1DD]={
224801  category="so",
224802  description="MUSICAL SYMBOL PES SUBPUNCTIS",
224803  direction="l",
224804  linebreak="al",
224805  unicodeslot=0x1D1DD,
224806 },
224807 [0x1D1DE]={
224808  category="so",
224809  description="MUSICAL SYMBOL KIEVAN C CLEF",
224810  direction="l",
224811  linebreak="al",
224812  unicodeslot=0x1D1DE,
224813 },
224814 [0x1D1DF]={
224815  category="so",
224816  description="MUSICAL SYMBOL KIEVAN END OF PIECE",
224817  direction="l",
224818  linebreak="al",
224819  unicodeslot=0x1D1DF,
224820 },
224821 [0x1D1E0]={
224822  category="so",
224823  description="MUSICAL SYMBOL KIEVAN FINAL NOTE",
224824  direction="l",
224825  linebreak="al",
224826  unicodeslot=0x1D1E0,
224827 },
224828 [0x1D1E1]={
224829  category="so",
224830  description="MUSICAL SYMBOL KIEVAN RECITATIVE MARK",
224831  direction="l",
224832  linebreak="al",
224833  unicodeslot=0x1D1E1,
224834 },
224835 [0x1D1E2]={
224836  category="so",
224837  description="MUSICAL SYMBOL KIEVAN WHOLE NOTE",
224838  direction="l",
224839  linebreak="al",
224840  unicodeslot=0x1D1E2,
224841 },
224842 [0x1D1E3]={
224843  category="so",
224844  description="MUSICAL SYMBOL KIEVAN HALF NOTE",
224845  direction="l",
224846  linebreak="al",
224847  unicodeslot=0x1D1E3,
224848 },
224849 [0x1D1E4]={
224850  category="so",
224851  description="MUSICAL SYMBOL KIEVAN QUARTER NOTE STEM DOWN",
224852  direction="l",
224853  linebreak="al",
224854  unicodeslot=0x1D1E4,
224855 },
224856 [0x1D1E5]={
224857  category="so",
224858  description="MUSICAL SYMBOL KIEVAN QUARTER NOTE STEM UP",
224859  direction="l",
224860  linebreak="al",
224861  unicodeslot=0x1D1E5,
224862 },
224863 [0x1D1E6]={
224864  category="so",
224865  description="MUSICAL SYMBOL KIEVAN EIGHTH NOTE STEM DOWN",
224866  direction="l",
224867  linebreak="al",
224868  unicodeslot=0x1D1E6,
224869 },
224870 [0x1D1E7]={
224871  category="so",
224872  description="MUSICAL SYMBOL KIEVAN EIGHTH NOTE STEM UP",
224873  direction="l",
224874  linebreak="al",
224875  unicodeslot=0x1D1E7,
224876 },
224877 [0x1D1E8]={
224878  category="so",
224879  description="MUSICAL SYMBOL KIEVAN FLAT SIGN",
224880  direction="l",
224881  linebreak="al",
224882  unicodeslot=0x1D1E8,
224883 },
224884 [0x1D1E9]={
224885  category="so",
224886  description="MUSICAL SYMBOL SORI",
224887  direction="on",
224888  linebreak="al",
224889  unicodeslot=0x1D1E9,
224890 },
224891 [0x1D1EA]={
224892  category="so",
224893  description="MUSICAL SYMBOL KORON",
224894  direction="on",
224895  linebreak="al",
224896  unicodeslot=0x1D1EA,
224897 },
224898 [0x1D200]={
224899  category="so",
224900  description="GREEK VOCAL NOTATION SYMBOL-0x0001",
224901  direction="on",
224902  linebreak="al",
224903  unicodeslot=0x1D200,
224904 },
224905 [0x1D201]={
224906  category="so",
224907  description="GREEK VOCAL NOTATION SYMBOL-0x0002",
224908  direction="on",
224909  linebreak="al",
224910  unicodeslot=0x1D201,
224911 },
224912 [0x1D202]={
224913  category="so",
224914  description="GREEK VOCAL NOTATION SYMBOL-0x0003",
224915  direction="on",
224916  linebreak="al",
224917  unicodeslot=0x1D202,
224918 },
224919 [0x1D203]={
224920  category="so",
224921  description="GREEK VOCAL NOTATION SYMBOL-0x0004",
224922  direction="on",
224923  linebreak="al",
224924  unicodeslot=0x1D203,
224925 },
224926 [0x1D204]={
224927  category="so",
224928  description="GREEK VOCAL NOTATION SYMBOL-0x0005",
224929  direction="on",
224930  linebreak="al",
224931  unicodeslot=0x1D204,
224932 },
224933 [0x1D205]={
224934  category="so",
224935  description="GREEK VOCAL NOTATION SYMBOL-0x0006",
224936  direction="on",
224937  linebreak="al",
224938  unicodeslot=0x1D205,
224939 },
224940 [0x1D206]={
224941  category="so",
224942  description="GREEK VOCAL NOTATION SYMBOL-0x0007",
224943  direction="on",
224944  linebreak="al",
224945  unicodeslot=0x1D206,
224946 },
224947 [0x1D207]={
224948  category="so",
224949  description="GREEK VOCAL NOTATION SYMBOL-0x0008",
224950  direction="on",
224951  linebreak="al",
224952  unicodeslot=0x1D207,
224953 },
224954 [0x1D208]={
224955  category="so",
224956  description="GREEK VOCAL NOTATION SYMBOL-0x0009",
224957  direction="on",
224958  linebreak="al",
224959  unicodeslot=0x1D208,
224960 },
224961 [0x1D209]={
224962  category="so",
224963  description="GREEK VOCAL NOTATION SYMBOL-0x000A",
224964  direction="on",
224965  linebreak="al",
224966  unicodeslot=0x1D209,
224967 },
224968 [0x1D20A]={
224969  category="so",
224970  description="GREEK VOCAL NOTATION SYMBOL-0x000B",
224971  direction="on",
224972  linebreak="al",
224973  unicodeslot=0x1D20A,
224974 },
224975 [0x1D20B]={
224976  category="so",
224977  description="GREEK VOCAL NOTATION SYMBOL-0x000C",
224978  direction="on",
224979  linebreak="al",
224980  unicodeslot=0x1D20B,
224981 },
224982 [0x1D20C]={
224983  category="so",
224984  description="GREEK VOCAL NOTATION SYMBOL-0x000D",
224985  direction="on",
224986  linebreak="al",
224987  unicodeslot=0x1D20C,
224988 },
224989 [0x1D20D]={
224990  category="so",
224991  description="GREEK VOCAL NOTATION SYMBOL-0x000E",
224992  direction="on",
224993  linebreak="al",
224994  unicodeslot=0x1D20D,
224995 },
224996 [0x1D20E]={
224997  category="so",
224998  description="GREEK VOCAL NOTATION SYMBOL-0x000F",
224999  direction="on",
225000  linebreak="al",
225001  unicodeslot=0x1D20E,
225002 },
225003 [0x1D20F]={
225004  category="so",
225005  description="GREEK VOCAL NOTATION SYMBOL-0x0010",
225006  direction="on",
225007  linebreak="al",
225008  unicodeslot=0x1D20F,
225009 },
225010 [0x1D210]={
225011  category="so",
225012  description="GREEK VOCAL NOTATION SYMBOL-0x0011",
225013  direction="on",
225014  linebreak="al",
225015  unicodeslot=0x1D210,
225016 },
225017 [0x1D211]={
225018  category="so",
225019  description="GREEK VOCAL NOTATION SYMBOL-0x0012",
225020  direction="on",
225021  linebreak="al",
225022  unicodeslot=0x1D211,
225023 },
225024 [0x1D212]={
225025  category="so",
225026  description="GREEK VOCAL NOTATION SYMBOL-0x0013",
225027  direction="on",
225028  linebreak="al",
225029  unicodeslot=0x1D212,
225030 },
225031 [0x1D213]={
225032  category="so",
225033  description="GREEK VOCAL NOTATION SYMBOL-0x0014",
225034  direction="on",
225035  linebreak="al",
225036  unicodeslot=0x1D213,
225037 },
225038 [0x1D214]={
225039  category="so",
225040  description="GREEK VOCAL NOTATION SYMBOL-0x0015",
225041  direction="on",
225042  linebreak="al",
225043  unicodeslot=0x1D214,
225044 },
225045 [0x1D215]={
225046  category="so",
225047  description="GREEK VOCAL NOTATION SYMBOL-0x0016",
225048  direction="on",
225049  linebreak="al",
225050  unicodeslot=0x1D215,
225051 },
225052 [0x1D216]={
225053  category="so",
225054  description="GREEK VOCAL NOTATION SYMBOL-0x0017",
225055  direction="on",
225056  linebreak="al",
225057  unicodeslot=0x1D216,
225058 },
225059 [0x1D217]={
225060  category="so",
225061  description="GREEK VOCAL NOTATION SYMBOL-0x0018",
225062  direction="on",
225063  linebreak="al",
225064  unicodeslot=0x1D217,
225065 },
225066 [0x1D218]={
225067  category="so",
225068  description="GREEK VOCAL NOTATION SYMBOL-0x0032",
225069  direction="on",
225070  linebreak="al",
225071  unicodeslot=0x1D218,
225072 },
225073 [0x1D219]={
225074  category="so",
225075  description="GREEK VOCAL NOTATION SYMBOL-0x0033",
225076  direction="on",
225077  linebreak="al",
225078  unicodeslot=0x1D219,
225079 },
225080 [0x1D21A]={
225081  category="so",
225082  description="GREEK VOCAL NOTATION SYMBOL-0x0034",
225083  direction="on",
225084  linebreak="al",
225085  unicodeslot=0x1D21A,
225086 },
225087 [0x1D21B]={
225088  category="so",
225089  description="GREEK VOCAL NOTATION SYMBOL-0x0035",
225090  direction="on",
225091  linebreak="al",
225092  unicodeslot=0x1D21B,
225093 },
225094 [0x1D21C]={
225095  category="so",
225096  description="GREEK VOCAL NOTATION SYMBOL-0x0036",
225097  direction="on",
225098  linebreak="al",
225099  unicodeslot=0x1D21C,
225100 },
225101 [0x1D21D]={
225102  category="so",
225103  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0001",
225104  direction="on",
225105  linebreak="al",
225106  unicodeslot=0x1D21D,
225107 },
225108 [0x1D21E]={
225109  category="so",
225110  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0002",
225111  direction="on",
225112  linebreak="al",
225113  unicodeslot=0x1D21E,
225114 },
225115 [0x1D21F]={
225116  category="so",
225117  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0004",
225118  direction="on",
225119  linebreak="al",
225120  unicodeslot=0x1D21F,
225121 },
225122 [0x1D220]={
225123  category="so",
225124  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0005",
225125  direction="on",
225126  linebreak="al",
225127  unicodeslot=0x1D220,
225128 },
225129 [0x1D221]={
225130  category="so",
225131  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0007",
225132  direction="on",
225133  linebreak="al",
225134  unicodeslot=0x1D221,
225135 },
225136 [0x1D222]={
225137  category="so",
225138  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0008",
225139  direction="on",
225140  linebreak="al",
225141  unicodeslot=0x1D222,
225142 },
225143 [0x1D223]={
225144  category="so",
225145  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x000B",
225146  direction="on",
225147  linebreak="al",
225148  unicodeslot=0x1D223,
225149 },
225150 [0x1D224]={
225151  category="so",
225152  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x000C",
225153  direction="on",
225154  linebreak="al",
225155  unicodeslot=0x1D224,
225156 },
225157 [0x1D225]={
225158  category="so",
225159  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x000D",
225160  direction="on",
225161  linebreak="al",
225162  unicodeslot=0x1D225,
225163 },
225164 [0x1D226]={
225165  category="so",
225166  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x000E",
225167  direction="on",
225168  linebreak="al",
225169  unicodeslot=0x1D226,
225170 },
225171 [0x1D227]={
225172  category="so",
225173  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0011",
225174  direction="on",
225175  linebreak="al",
225176  unicodeslot=0x1D227,
225177 },
225178 [0x1D228]={
225179  category="so",
225180  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0012",
225181  direction="on",
225182  linebreak="al",
225183  unicodeslot=0x1D228,
225184 },
225185 [0x1D229]={
225186  category="so",
225187  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0013",
225188  direction="on",
225189  linebreak="al",
225190  unicodeslot=0x1D229,
225191 },
225192 [0x1D22A]={
225193  category="so",
225194  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0017",
225195  direction="on",
225196  linebreak="al",
225197  unicodeslot=0x1D22A,
225198 },
225199 [0x1D22B]={
225200  category="so",
225201  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0018",
225202  direction="on",
225203  linebreak="al",
225204  unicodeslot=0x1D22B,
225205 },
225206 [0x1D22C]={
225207  category="so",
225208  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0019",
225209  direction="on",
225210  linebreak="al",
225211  unicodeslot=0x1D22C,
225212 },
225213 [0x1D22D]={
225214  category="so",
225215  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x001A",
225216  direction="on",
225217  linebreak="al",
225218  unicodeslot=0x1D22D,
225219 },
225220 [0x1D22E]={
225221  category="so",
225222  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x001B",
225223  direction="on",
225224  linebreak="al",
225225  unicodeslot=0x1D22E,
225226 },
225227 [0x1D22F]={
225228  category="so",
225229  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x001D",
225230  direction="on",
225231  linebreak="al",
225232  unicodeslot=0x1D22F,
225233 },
225234 [0x1D230]={
225235  category="so",
225236  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x001E",
225237  direction="on",
225238  linebreak="al",
225239  unicodeslot=0x1D230,
225240 },
225241 [0x1D231]={
225242  category="so",
225243  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0020",
225244  direction="on",
225245  linebreak="al",
225246  unicodeslot=0x1D231,
225247 },
225248 [0x1D232]={
225249  category="so",
225250  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0024",
225251  direction="on",
225252  linebreak="al",
225253  unicodeslot=0x1D232,
225254 },
225255 [0x1D233]={
225256  category="so",
225257  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0025",
225258  direction="on",
225259  linebreak="al",
225260  unicodeslot=0x1D233,
225261 },
225262 [0x1D234]={
225263  category="so",
225264  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0026",
225265  direction="on",
225266  linebreak="al",
225267  unicodeslot=0x1D234,
225268 },
225269 [0x1D235]={
225270  category="so",
225271  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0027",
225272  direction="on",
225273  linebreak="al",
225274  unicodeslot=0x1D235,
225275 },
225276 [0x1D236]={
225277  category="so",
225278  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0028",
225279  direction="on",
225280  linebreak="al",
225281  unicodeslot=0x1D236,
225282 },
225283 [0x1D237]={
225284  category="so",
225285  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x002A",
225286  direction="on",
225287  linebreak="al",
225288  unicodeslot=0x1D237,
225289 },
225290 [0x1D238]={
225291  category="so",
225292  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x002B",
225293  direction="on",
225294  linebreak="al",
225295  unicodeslot=0x1D238,
225296 },
225297 [0x1D239]={
225298  category="so",
225299  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x002D",
225300  direction="on",
225301  linebreak="al",
225302  unicodeslot=0x1D239,
225303 },
225304 [0x1D23A]={
225305  category="so",
225306  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x002F",
225307  direction="on",
225308  linebreak="al",
225309  unicodeslot=0x1D23A,
225310 },
225311 [0x1D23B]={
225312  category="so",
225313  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0030",
225314  direction="on",
225315  linebreak="al",
225316  unicodeslot=0x1D23B,
225317 },
225318 [0x1D23C]={
225319  category="so",
225320  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0031",
225321  direction="on",
225322  linebreak="al",
225323  unicodeslot=0x1D23C,
225324 },
225325 [0x1D23D]={
225326  category="so",
225327  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0032",
225328  direction="on",
225329  linebreak="al",
225330  unicodeslot=0x1D23D,
225331 },
225332 [0x1D23E]={
225333  category="so",
225334  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0033",
225335  direction="on",
225336  linebreak="al",
225337  unicodeslot=0x1D23E,
225338 },
225339 [0x1D23F]={
225340  category="so",
225341  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0034",
225342  direction="on",
225343  linebreak="al",
225344  unicodeslot=0x1D23F,
225345 },
225346 [0x1D240]={
225347  category="so",
225348  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0035",
225349  direction="on",
225350  linebreak="al",
225351  unicodeslot=0x1D240,
225352 },
225353 [0x1D241]={
225354  category="so",
225355  description="GREEK INSTRUMENTAL NOTATION SYMBOL-0x0036",
225356  direction="on",
225357  linebreak="al",
225358  unicodeslot=0x1D241,
225359 },
225360 [0x1D242]={
225361  category="mn",
225362  combining=0xE6,
225363  description="COMBINING GREEK MUSICAL TRISEME",
225364  direction="nsm",
225365  linebreak="cm",
225366  unicodeslot=0x1D242,
225367 },
225368 [0x1D243]={
225369  category="mn",
225370  combining=0xE6,
225371  description="COMBINING GREEK MUSICAL TETRASEME",
225372  direction="nsm",
225373  linebreak="cm",
225374  unicodeslot=0x1D243,
225375 },
225376 [0x1D244]={
225377  category="mn",
225378  combining=0xE6,
225379  description="COMBINING GREEK MUSICAL PENTASEME",
225380  direction="nsm",
225381  linebreak="cm",
225382  unicodeslot=0x1D244,
225383 },
225384 [0x1D245]={
225385  category="so",
225386  description="GREEK MUSICAL LEIMMA",
225387  direction="on",
225388  linebreak="al",
225389  unicodeslot=0x1D245,
225390 },
225391 [0x1D2C0]={
225392  category="no",
225393  description="KAKTOVIK NUMERAL ZERO",
225394  direction="l",
225395  linebreak="al",
225396  unicodeslot=0x1D2C0,
225397 },
225398 [0x1D2C1]={
225399  category="no",
225400  description="KAKTOVIK NUMERAL ONE",
225401  direction="l",
225402  linebreak="al",
225403  unicodeslot=0x1D2C1,
225404 },
225405 [0x1D2C2]={
225406  category="no",
225407  description="KAKTOVIK NUMERAL TWO",
225408  direction="l",
225409  linebreak="al",
225410  unicodeslot=0x1D2C2,
225411 },
225412 [0x1D2C3]={
225413  category="no",
225414  description="KAKTOVIK NUMERAL THREE",
225415  direction="l",
225416  linebreak="al",
225417  unicodeslot=0x1D2C3,
225418 },
225419 [0x1D2C4]={
225420  category="no",
225421  description="KAKTOVIK NUMERAL FOUR",
225422  direction="l",
225423  linebreak="al",
225424  unicodeslot=0x1D2C4,
225425 },
225426 [0x1D2C5]={
225427  category="no",
225428  description="KAKTOVIK NUMERAL FIVE",
225429  direction="l",
225430  linebreak="al",
225431  unicodeslot=0x1D2C5,
225432 },
225433 [0x1D2C6]={
225434  category="no",
225435  description="KAKTOVIK NUMERAL SIX",
225436  direction="l",
225437  linebreak="al",
225438  unicodeslot=0x1D2C6,
225439 },
225440 [0x1D2C7]={
225441  category="no",
225442  description="KAKTOVIK NUMERAL SEVEN",
225443  direction="l",
225444  linebreak="al",
225445  unicodeslot=0x1D2C7,
225446 },
225447 [0x1D2C8]={
225448  category="no",
225449  description="KAKTOVIK NUMERAL EIGHT",
225450  direction="l",
225451  linebreak="al",
225452  unicodeslot=0x1D2C8,
225453 },
225454 [0x1D2C9]={
225455  category="no",
225456  description="KAKTOVIK NUMERAL NINE",
225457  direction="l",
225458  linebreak="al",
225459  unicodeslot=0x1D2C9,
225460 },
225461 [0x1D2CA]={
225462  category="no",
225463  description="KAKTOVIK NUMERAL TEN",
225464  direction="l",
225465  linebreak="al",
225466  unicodeslot=0x1D2CA,
225467 },
225468 [0x1D2CB]={
225469  category="no",
225470  description="KAKTOVIK NUMERAL ELEVEN",
225471  direction="l",
225472  linebreak="al",
225473  unicodeslot=0x1D2CB,
225474 },
225475 [0x1D2CC]={
225476  category="no",
225477  description="KAKTOVIK NUMERAL TWELVE",
225478  direction="l",
225479  linebreak="al",
225480  unicodeslot=0x1D2CC,
225481 },
225482 [0x1D2CD]={
225483  category="no",
225484  description="KAKTOVIK NUMERAL THIRTEEN",
225485  direction="l",
225486  linebreak="al",
225487  unicodeslot=0x1D2CD,
225488 },
225489 [0x1D2CE]={
225490  category="no",
225491  description="KAKTOVIK NUMERAL FOURTEEN",
225492  direction="l",
225493  linebreak="al",
225494  unicodeslot=0x1D2CE,
225495 },
225496 [0x1D2CF]={
225497  category="no",
225498  description="KAKTOVIK NUMERAL FIFTEEN",
225499  direction="l",
225500  linebreak="al",
225501  unicodeslot=0x1D2CF,
225502 },
225503 [0x1D2D0]={
225504  category="no",
225505  description="KAKTOVIK NUMERAL SIXTEEN",
225506  direction="l",
225507  linebreak="al",
225508  unicodeslot=0x1D2D0,
225509 },
225510 [0x1D2D1]={
225511  category="no",
225512  description="KAKTOVIK NUMERAL SEVENTEEN",
225513  direction="l",
225514  linebreak="al",
225515  unicodeslot=0x1D2D1,
225516 },
225517 [0x1D2D2]={
225518  category="no",
225519  description="KAKTOVIK NUMERAL EIGHTEEN",
225520  direction="l",
225521  linebreak="al",
225522  unicodeslot=0x1D2D2,
225523 },
225524 [0x1D2D3]={
225525  category="no",
225526  description="KAKTOVIK NUMERAL NINETEEN",
225527  direction="l",
225528  linebreak="al",
225529  unicodeslot=0x1D2D3,
225530 },
225531 [0x1D2E0]={
225532  category="no",
225533  description="MAYAN NUMERAL ZERO",
225534  direction="l",
225535  linebreak="al",
225536  unicodeslot=0x1D2E0,
225537 },
225538 [0x1D2E1]={
225539  category="no",
225540  description="MAYAN NUMERAL ONE",
225541  direction="l",
225542  linebreak="al",
225543  unicodeslot=0x1D2E1,
225544 },
225545 [0x1D2E2]={
225546  category="no",
225547  description="MAYAN NUMERAL TWO",
225548  direction="l",
225549  linebreak="al",
225550  unicodeslot=0x1D2E2,
225551 },
225552 [0x1D2E3]={
225553  category="no",
225554  description="MAYAN NUMERAL THREE",
225555  direction="l",
225556  linebreak="al",
225557  unicodeslot=0x1D2E3,
225558 },
225559 [0x1D2E4]={
225560  category="no",
225561  description="MAYAN NUMERAL FOUR",
225562  direction="l",
225563  linebreak="al",
225564  unicodeslot=0x1D2E4,
225565 },
225566 [0x1D2E5]={
225567  category="no",
225568  description="MAYAN NUMERAL FIVE",
225569  direction="l",
225570  linebreak="al",
225571  unicodeslot=0x1D2E5,
225572 },
225573 [0x1D2E6]={
225574  category="no",
225575  description="MAYAN NUMERAL SIX",
225576  direction="l",
225577  linebreak="al",
225578  unicodeslot=0x1D2E6,
225579 },
225580 [0x1D2E7]={
225581  category="no",
225582  description="MAYAN NUMERAL SEVEN",
225583  direction="l",
225584  linebreak="al",
225585  unicodeslot=0x1D2E7,
225586 },
225587 [0x1D2E8]={
225588  category="no",
225589  description="MAYAN NUMERAL EIGHT",
225590  direction="l",
225591  linebreak="al",
225592  unicodeslot=0x1D2E8,
225593 },
225594 [0x1D2E9]={
225595  category="no",
225596  description="MAYAN NUMERAL NINE",
225597  direction="l",
225598  linebreak="al",
225599  unicodeslot=0x1D2E9,
225600 },
225601 [0x1D2EA]={
225602  category="no",
225603  description="MAYAN NUMERAL TEN",
225604  direction="l",
225605  linebreak="al",
225606  unicodeslot=0x1D2EA,
225607 },
225608 [0x1D2EB]={
225609  category="no",
225610  description="MAYAN NUMERAL ELEVEN",
225611  direction="l",
225612  linebreak="al",
225613  unicodeslot=0x1D2EB,
225614 },
225615 [0x1D2EC]={
225616  category="no",
225617  description="MAYAN NUMERAL TWELVE",
225618  direction="l",
225619  linebreak="al",
225620  unicodeslot=0x1D2EC,
225621 },
225622 [0x1D2ED]={
225623  category="no",
225624  description="MAYAN NUMERAL THIRTEEN",
225625  direction="l",
225626  linebreak="al",
225627  unicodeslot=0x1D2ED,
225628 },
225629 [0x1D2EE]={
225630  category="no",
225631  description="MAYAN NUMERAL FOURTEEN",
225632  direction="l",
225633  linebreak="al",
225634  unicodeslot=0x1D2EE,
225635 },
225636 [0x1D2EF]={
225637  category="no",
225638  description="MAYAN NUMERAL FIFTEEN",
225639  direction="l",
225640  linebreak="al",
225641  unicodeslot=0x1D2EF,
225642 },
225643 [0x1D2F0]={
225644  category="no",
225645  description="MAYAN NUMERAL SIXTEEN",
225646  direction="l",
225647  linebreak="al",
225648  unicodeslot=0x1D2F0,
225649 },
225650 [0x1D2F1]={
225651  category="no",
225652  description="MAYAN NUMERAL SEVENTEEN",
225653  direction="l",
225654  linebreak="al",
225655  unicodeslot=0x1D2F1,
225656 },
225657 [0x1D2F2]={
225658  category="no",
225659  description="MAYAN NUMERAL EIGHTEEN",
225660  direction="l",
225661  linebreak="al",
225662  unicodeslot=0x1D2F2,
225663 },
225664 [0x1D2F3]={
225665  category="no",
225666  description="MAYAN NUMERAL NINETEEN",
225667  direction="l",
225668  linebreak="al",
225669  unicodeslot=0x1D2F3,
225670 },
225671 [0x1D300]={
225672  category="so",
225673  cjkwd="w",
225674  description="MONOGRAM FOR EARTH",
225675  direction="on",
225676  linebreak="al",
225677  unicodeslot=0x1D300,
225678 },
225679 [0x1D301]={
225680  category="so",
225681  cjkwd="w",
225682  description="DIGRAM FOR HEAVENLY EARTH",
225683  direction="on",
225684  linebreak="al",
225685  unicodeslot=0x1D301,
225686 },
225687 [0x1D302]={
225688  category="so",
225689  cjkwd="w",
225690  description="DIGRAM FOR HUMAN EARTH",
225691  direction="on",
225692  linebreak="al",
225693  unicodeslot=0x1D302,
225694 },
225695 [0x1D303]={
225696  category="so",
225697  cjkwd="w",
225698  description="DIGRAM FOR EARTHLY HEAVEN",
225699  direction="on",
225700  linebreak="al",
225701  unicodeslot=0x1D303,
225702 },
225703 [0x1D304]={
225704  category="so",
225705  cjkwd="w",
225706  description="DIGRAM FOR EARTHLY HUMAN",
225707  direction="on",
225708  linebreak="al",
225709  unicodeslot=0x1D304,
225710 },
225711 [0x1D305]={
225712  category="so",
225713  cjkwd="w",
225714  description="DIGRAM FOR EARTH",
225715  direction="on",
225716  linebreak="al",
225717  unicodeslot=0x1D305,
225718 },
225719 [0x1D306]={
225720  category="so",
225721  cjkwd="w",
225722  description="TETRAGRAM FOR CENTRE",
225723  direction="on",
225724  linebreak="al",
225725  unicodeslot=0x1D306,
225726 },
225727 [0x1D307]={
225728  category="so",
225729  cjkwd="w",
225730  description="TETRAGRAM FOR FULL CIRCLE",
225731  direction="on",
225732  linebreak="al",
225733  unicodeslot=0x1D307,
225734 },
225735 [0x1D308]={
225736  category="so",
225737  cjkwd="w",
225738  description="TETRAGRAM FOR MIRED",
225739  direction="on",
225740  linebreak="al",
225741  unicodeslot=0x1D308,
225742 },
225743 [0x1D309]={
225744  category="so",
225745  cjkwd="w",
225746  description="TETRAGRAM FOR BARRIER",
225747  direction="on",
225748  linebreak="al",
225749  unicodeslot=0x1D309,
225750 },
225751 [0x1D30A]={
225752  category="so",
225753  cjkwd="w",
225754  description="TETRAGRAM FOR KEEPING SMALL",
225755  direction="on",
225756  linebreak="al",
225757  unicodeslot=0x1D30A,
225758 },
225759 [0x1D30B]={
225760  category="so",
225761  cjkwd="w",
225762  description="TETRAGRAM FOR CONTRARIETY",
225763  direction="on",
225764  linebreak="al",
225765  unicodeslot=0x1D30B,
225766 },
225767 [0x1D30C]={
225768  category="so",
225769  cjkwd="w",
225770  description="TETRAGRAM FOR ASCENT",
225771  direction="on",
225772  linebreak="al",
225773  unicodeslot=0x1D30C,
225774 },
225775 [0x1D30D]={
225776  category="so",
225777  cjkwd="w",
225778  description="TETRAGRAM FOR OPPOSITION",
225779  direction="on",
225780  linebreak="al",
225781  unicodeslot=0x1D30D,
225782 },
225783 [0x1D30E]={
225784  category="so",
225785  cjkwd="w",
225786  description="TETRAGRAM FOR BRANCHING OUT",
225787  direction="on",
225788  linebreak="al",
225789  unicodeslot=0x1D30E,
225790 },
225791 [0x1D30F]={
225792  category="so",
225793  cjkwd="w",
225794  description="TETRAGRAM FOR DEFECTIVENESS OR DISTORTION",
225795  direction="on",
225796  linebreak="al",
225797  unicodeslot=0x1D30F,
225798 },
225799 [0x1D310]={
225800  category="so",
225801  cjkwd="w",
225802  description="TETRAGRAM FOR DIVERGENCE",
225803  direction="on",
225804  linebreak="al",
225805  unicodeslot=0x1D310,
225806 },
225807 [0x1D311]={
225808  category="so",
225809  cjkwd="w",
225810  description="TETRAGRAM FOR YOUTHFULNESS",
225811  direction="on",
225812  linebreak="al",
225813  unicodeslot=0x1D311,
225814 },
225815 [0x1D312]={
225816  category="so",
225817  cjkwd="w",
225818  description="TETRAGRAM FOR INCREASE",
225819  direction="on",
225820  linebreak="al",
225821  unicodeslot=0x1D312,
225822 },
225823 [0x1D313]={
225824  category="so",
225825  cjkwd="w",
225826  description="TETRAGRAM FOR PENETRATION",
225827  direction="on",
225828  linebreak="al",
225829  unicodeslot=0x1D313,
225830 },
225831 [0x1D314]={
225832  category="so",
225833  cjkwd="w",
225834  description="TETRAGRAM FOR REACH",
225835  direction="on",
225836  linebreak="al",
225837  unicodeslot=0x1D314,
225838 },
225839 [0x1D315]={
225840  category="so",
225841  cjkwd="w",
225842  description="TETRAGRAM FOR CONTACT",
225843  direction="on",
225844  linebreak="al",
225845  unicodeslot=0x1D315,
225846 },
225847 [0x1D316]={
225848  category="so",
225849  cjkwd="w",
225850  description="TETRAGRAM FOR HOLDING BACK",
225851  direction="on",
225852  linebreak="al",
225853  unicodeslot=0x1D316,
225854 },
225855 [0x1D317]={
225856  category="so",
225857  cjkwd="w",
225858  description="TETRAGRAM FOR WAITING",
225859  direction="on",
225860  linebreak="al",
225861  unicodeslot=0x1D317,
225862 },
225863 [0x1D318]={
225864  category="so",
225865  cjkwd="w",
225866  description="TETRAGRAM FOR FOLLOWING",
225867  direction="on",
225868  linebreak="al",
225869  unicodeslot=0x1D318,
225870 },
225871 [0x1D319]={
225872  category="so",
225873  cjkwd="w",
225874  description="TETRAGRAM FOR ADVANCE",
225875  direction="on",
225876  linebreak="al",
225877  unicodeslot=0x1D319,
225878 },
225879 [0x1D31A]={
225880  category="so",
225881  cjkwd="w",
225882  description="TETRAGRAM FOR RELEASE",
225883  direction="on",
225884  linebreak="al",
225885  unicodeslot=0x1D31A,
225886 },
225887 [0x1D31B]={
225888  category="so",
225889  cjkwd="w",
225890  description="TETRAGRAM FOR RESISTANCE",
225891  direction="on",
225892  linebreak="al",
225893  unicodeslot=0x1D31B,
225894 },
225895 [0x1D31C]={
225896  category="so",
225897  cjkwd="w",
225898  description="TETRAGRAM FOR EASE",
225899  direction="on",
225900  linebreak="al",
225901  unicodeslot=0x1D31C,
225902 },
225903 [0x1D31D]={
225904  category="so",
225905  cjkwd="w",
225906  description="TETRAGRAM FOR JOY",
225907  direction="on",
225908  linebreak="al",
225909  unicodeslot=0x1D31D,
225910 },
225911 [0x1D31E]={
225912  category="so",
225913  cjkwd="w",
225914  description="TETRAGRAM FOR CONTENTION",
225915  direction="on",
225916  linebreak="al",
225917  unicodeslot=0x1D31E,
225918 },
225919 [0x1D31F]={
225920  category="so",
225921  cjkwd="w",
225922  description="TETRAGRAM FOR ENDEAVOUR",
225923  direction="on",
225924  linebreak="al",
225925  unicodeslot=0x1D31F,
225926 },
225927 [0x1D320]={
225928  category="so",
225929  cjkwd="w",
225930  description="TETRAGRAM FOR DUTIES",
225931  direction="on",
225932  linebreak="al",
225933  unicodeslot=0x1D320,
225934 },
225935 [0x1D321]={
225936  category="so",
225937  cjkwd="w",
225938  description="TETRAGRAM FOR CHANGE",
225939  direction="on",
225940  linebreak="al",
225941  unicodeslot=0x1D321,
225942 },
225943 [0x1D322]={
225944  category="so",
225945  cjkwd="w",
225946  description="TETRAGRAM FOR DECISIVENESS",
225947  direction="on",
225948  linebreak="al",
225949  unicodeslot=0x1D322,
225950 },
225951 [0x1D323]={
225952  category="so",
225953  cjkwd="w",
225954  description="TETRAGRAM FOR BOLD RESOLUTION",
225955  direction="on",
225956  linebreak="al",
225957  unicodeslot=0x1D323,
225958 },
225959 [0x1D324]={
225960  category="so",
225961  cjkwd="w",
225962  description="TETRAGRAM FOR PACKING",
225963  direction="on",
225964  linebreak="al",
225965  unicodeslot=0x1D324,
225966 },
225967 [0x1D325]={
225968  category="so",
225969  cjkwd="w",
225970  description="TETRAGRAM FOR LEGION",
225971  direction="on",
225972  linebreak="al",
225973  unicodeslot=0x1D325,
225974 },
225975 [0x1D326]={
225976  category="so",
225977  cjkwd="w",
225978  description="TETRAGRAM FOR CLOSENESS",
225979  direction="on",
225980  linebreak="al",
225981  unicodeslot=0x1D326,
225982 },
225983 [0x1D327]={
225984  category="so",
225985  cjkwd="w",
225986  description="TETRAGRAM FOR KINSHIP",
225987  direction="on",
225988  linebreak="al",
225989  unicodeslot=0x1D327,
225990 },
225991 [0x1D328]={
225992  category="so",
225993  cjkwd="w",
225994  description="TETRAGRAM FOR GATHERING",
225995  direction="on",
225996  linebreak="al",
225997  unicodeslot=0x1D328,
225998 },
225999 [0x1D329]={
226000  category="so",
226001  cjkwd="w",
226002  description="TETRAGRAM FOR STRENGTH",
226003  direction="on",
226004  linebreak="al",
226005  unicodeslot=0x1D329,
226006 },
226007 [0x1D32A]={
226008  category="so",
226009  cjkwd="w",
226010  description="TETRAGRAM FOR PURITY",
226011  direction="on",
226012  linebreak="al",
226013  unicodeslot=0x1D32A,
226014 },
226015 [0x1D32B]={
226016  category="so",
226017  cjkwd="w",
226018  description="TETRAGRAM FOR FULLNESS",
226019  direction="on",
226020  linebreak="al",
226021  unicodeslot=0x1D32B,
226022 },
226023 [0x1D32C]={
226024  category="so",
226025  cjkwd="w",
226026  description="TETRAGRAM FOR RESIDENCE",
226027  direction="on",
226028  linebreak="al",
226029  unicodeslot=0x1D32C,
226030 },
226031 [0x1D32D]={
226032  category="so",
226033  cjkwd="w",
226034  description="TETRAGRAM FOR LAW OR MODEL",
226035  direction="on",
226036  linebreak="al",
226037  unicodeslot=0x1D32D,
226038 },
226039 [0x1D32E]={
226040  category="so",
226041  cjkwd="w",
226042  description="TETRAGRAM FOR RESPONSE",
226043  direction="on",
226044  linebreak="al",
226045  unicodeslot=0x1D32E,
226046 },
226047 [0x1D32F]={
226048  category="so",
226049  cjkwd="w",
226050  description="TETRAGRAM FOR GOING TO MEET",
226051  direction="on",
226052  linebreak="al",
226053  unicodeslot=0x1D32F,
226054 },
226055 [0x1D330]={
226056  category="so",
226057  cjkwd="w",
226058  description="TETRAGRAM FOR ENCOUNTERS",
226059  direction="on",
226060  linebreak="al",
226061  unicodeslot=0x1D330,
226062 },
226063 [0x1D331]={
226064  category="so",
226065  cjkwd="w",
226066  description="TETRAGRAM FOR STOVE",
226067  direction="on",
226068  linebreak="al",
226069  unicodeslot=0x1D331,
226070 },
226071 [0x1D332]={
226072  category="so",
226073  cjkwd="w",
226074  description="TETRAGRAM FOR GREATNESS",
226075  direction="on",
226076  linebreak="al",
226077  unicodeslot=0x1D332,
226078 },
226079 [0x1D333]={
226080  category="so",
226081  cjkwd="w",
226082  description="TETRAGRAM FOR ENLARGEMENT",
226083  direction="on",
226084  linebreak="al",
226085  unicodeslot=0x1D333,
226086 },
226087 [0x1D334]={
226088  category="so",
226089  cjkwd="w",
226090  description="TETRAGRAM FOR PATTERN",
226091  direction="on",
226092  linebreak="al",
226093  unicodeslot=0x1D334,
226094 },
226095 [0x1D335]={
226096  category="so",
226097  cjkwd="w",
226098  description="TETRAGRAM FOR RITUAL",
226099  direction="on",
226100  linebreak="al",
226101  unicodeslot=0x1D335,
226102 },
226103 [0x1D336]={
226104  category="so",
226105  cjkwd="w",
226106  description="TETRAGRAM FOR FLIGHT",
226107  direction="on",
226108  linebreak="al",
226109  unicodeslot=0x1D336,
226110 },
226111 [0x1D337]={
226112  category="so",
226113  cjkwd="w",
226114  description="TETRAGRAM FOR VASTNESS OR WASTING",
226115  direction="on",
226116  linebreak="al",
226117  unicodeslot=0x1D337,
226118 },
226119 [0x1D338]={
226120  category="so",
226121  cjkwd="w",
226122  description="TETRAGRAM FOR CONSTANCY",
226123  direction="on",
226124  linebreak="al",
226125  unicodeslot=0x1D338,
226126 },
226127 [0x1D339]={
226128  category="so",
226129  cjkwd="w",
226130  description="TETRAGRAM FOR MEASURE",
226131  direction="on",
226132  linebreak="al",
226133  unicodeslot=0x1D339,
226134 },
226135 [0x1D33A]={
226136  category="so",
226137  cjkwd="w",
226138  description="TETRAGRAM FOR ETERNITY",
226139  direction="on",
226140  linebreak="al",
226141  unicodeslot=0x1D33A,
226142 },
226143 [0x1D33B]={
226144  category="so",
226145  cjkwd="w",
226146  description="TETRAGRAM FOR UNITY",
226147  direction="on",
226148  linebreak="al",
226149  unicodeslot=0x1D33B,
226150 },
226151 [0x1D33C]={
226152  category="so",
226153  cjkwd="w",
226154  description="TETRAGRAM FOR DIMINISHMENT",
226155  direction="on",
226156  linebreak="al",
226157  unicodeslot=0x1D33C,
226158 },
226159 [0x1D33D]={
226160  category="so",
226161  cjkwd="w",
226162  description="TETRAGRAM FOR CLOSED MOUTH",
226163  direction="on",
226164  linebreak="al",
226165  unicodeslot=0x1D33D,
226166 },
226167 [0x1D33E]={
226168  category="so",
226169  cjkwd="w",
226170  description="TETRAGRAM FOR GUARDEDNESS",
226171  direction="on",
226172  linebreak="al",
226173  unicodeslot=0x1D33E,
226174 },
226175 [0x1D33F]={
226176  category="so",
226177  cjkwd="w",
226178  description="TETRAGRAM FOR GATHERING IN",
226179  direction="on",
226180  linebreak="al",
226181  unicodeslot=0x1D33F,
226182 },
226183 [0x1D340]={
226184  category="so",
226185  cjkwd="w",
226186  description="TETRAGRAM FOR MASSING",
226187  direction="on",
226188  linebreak="al",
226189  unicodeslot=0x1D340,
226190 },
226191 [0x1D341]={
226192  category="so",
226193  cjkwd="w",
226194  description="TETRAGRAM FOR ACCUMULATION",
226195  direction="on",
226196  linebreak="al",
226197  unicodeslot=0x1D341,
226198 },
226199 [0x1D342]={
226200  category="so",
226201  cjkwd="w",
226202  description="TETRAGRAM FOR EMBELLISHMENT",
226203  direction="on",
226204  linebreak="al",
226205  unicodeslot=0x1D342,
226206 },
226207 [0x1D343]={
226208  category="so",
226209  cjkwd="w",
226210  description="TETRAGRAM FOR DOUBT",
226211  direction="on",
226212  linebreak="al",
226213  unicodeslot=0x1D343,
226214 },
226215 [0x1D344]={
226216  category="so",
226217  cjkwd="w",
226218  description="TETRAGRAM FOR WATCH",
226219  direction="on",
226220  linebreak="al",
226221  unicodeslot=0x1D344,
226222 },
226223 [0x1D345]={
226224  category="so",
226225  cjkwd="w",
226226  description="TETRAGRAM FOR SINKING",
226227  direction="on",
226228  linebreak="al",
226229  unicodeslot=0x1D345,
226230 },
226231 [0x1D346]={
226232  category="so",
226233  cjkwd="w",
226234  description="TETRAGRAM FOR INNER",
226235  direction="on",
226236  linebreak="al",
226237  unicodeslot=0x1D346,
226238 },
226239 [0x1D347]={
226240  category="so",
226241  cjkwd="w",
226242  description="TETRAGRAM FOR DEPARTURE",
226243  direction="on",
226244  linebreak="al",
226245  unicodeslot=0x1D347,
226246 },
226247 [0x1D348]={
226248  category="so",
226249  cjkwd="w",
226250  description="TETRAGRAM FOR DARKENING",
226251  direction="on",
226252  linebreak="al",
226253  unicodeslot=0x1D348,
226254 },
226255 [0x1D349]={
226256  category="so",
226257  cjkwd="w",
226258  description="TETRAGRAM FOR DIMMING",
226259  direction="on",
226260  linebreak="al",
226261  unicodeslot=0x1D349,
226262 },
226263 [0x1D34A]={
226264  category="so",
226265  cjkwd="w",
226266  description="TETRAGRAM FOR EXHAUSTION",
226267  direction="on",
226268  linebreak="al",
226269  unicodeslot=0x1D34A,
226270 },
226271 [0x1D34B]={
226272  category="so",
226273  cjkwd="w",
226274  description="TETRAGRAM FOR SEVERANCE",
226275  direction="on",
226276  linebreak="al",
226277  unicodeslot=0x1D34B,
226278 },
226279 [0x1D34C]={
226280  category="so",
226281  cjkwd="w",
226282  description="TETRAGRAM FOR STOPPAGE",
226283  direction="on",
226284  linebreak="al",
226285  unicodeslot=0x1D34C,
226286 },
226287 [0x1D34D]={
226288  category="so",
226289  cjkwd="w",
226290  description="TETRAGRAM FOR HARDNESS",
226291  direction="on",
226292  linebreak="al",
226293  unicodeslot=0x1D34D,
226294 },
226295 [0x1D34E]={
226296  category="so",
226297  cjkwd="w",
226298  description="TETRAGRAM FOR COMPLETION",
226299  direction="on",
226300  linebreak="al",
226301  unicodeslot=0x1D34E,
226302 },
226303 [0x1D34F]={
226304  category="so",
226305  cjkwd="w",
226306  description="TETRAGRAM FOR CLOSURE",
226307  direction="on",
226308  linebreak="al",
226309  unicodeslot=0x1D34F,
226310 },
226311 [0x1D350]={
226312  category="so",
226313  cjkwd="w",
226314  description="TETRAGRAM FOR FAILURE",
226315  direction="on",
226316  linebreak="al",
226317  unicodeslot=0x1D350,
226318 },
226319 [0x1D351]={
226320  category="so",
226321  cjkwd="w",
226322  description="TETRAGRAM FOR AGGRAVATION",
226323  direction="on",
226324  linebreak="al",
226325  unicodeslot=0x1D351,
226326 },
226327 [0x1D352]={
226328  category="so",
226329  cjkwd="w",
226330  description="TETRAGRAM FOR COMPLIANCE",
226331  direction="on",
226332  linebreak="al",
226333  unicodeslot=0x1D352,
226334 },
226335 [0x1D353]={
226336  category="so",
226337  cjkwd="w",
226338  description="TETRAGRAM FOR ON THE VERGE",
226339  direction="on",
226340  linebreak="al",
226341  unicodeslot=0x1D353,
226342 },
226343 [0x1D354]={
226344  category="so",
226345  cjkwd="w",
226346  description="TETRAGRAM FOR DIFFICULTIES",
226347  direction="on",
226348  linebreak="al",
226349  unicodeslot=0x1D354,
226350 },
226351 [0x1D355]={
226352  category="so",
226353  cjkwd="w",
226354  description="TETRAGRAM FOR LABOURING",
226355  direction="on",
226356  linebreak="al",
226357  unicodeslot=0x1D355,
226358 },
226359 [0x1D356]={
226360  category="so",
226361  cjkwd="w",
226362  description="TETRAGRAM FOR FOSTERING",
226363  direction="on",
226364  linebreak="al",
226365  unicodeslot=0x1D356,
226366 },
226367 [0x1D360]={
226368  category="no",
226369  cjkwd="w",
226370  description="COUNTING ROD UNIT DIGIT ONE",
226371  direction="l",
226372  linebreak="al",
226373  unicodeslot=0x1D360,
226374 },
226375 [0x1D361]={
226376  category="no",
226377  cjkwd="w",
226378  description="COUNTING ROD UNIT DIGIT TWO",
226379  direction="l",
226380  linebreak="al",
226381  unicodeslot=0x1D361,
226382 },
226383 [0x1D362]={
226384  category="no",
226385  cjkwd="w",
226386  description="COUNTING ROD UNIT DIGIT THREE",
226387  direction="l",
226388  linebreak="al",
226389  unicodeslot=0x1D362,
226390 },
226391 [0x1D363]={
226392  category="no",
226393  cjkwd="w",
226394  description="COUNTING ROD UNIT DIGIT FOUR",
226395  direction="l",
226396  linebreak="al",
226397  unicodeslot=0x1D363,
226398 },
226399 [0x1D364]={
226400  category="no",
226401  cjkwd="w",
226402  description="COUNTING ROD UNIT DIGIT FIVE",
226403  direction="l",
226404  linebreak="al",
226405  unicodeslot=0x1D364,
226406 },
226407 [0x1D365]={
226408  category="no",
226409  cjkwd="w",
226410  description="COUNTING ROD UNIT DIGIT SIX",
226411  direction="l",
226412  linebreak="al",
226413  unicodeslot=0x1D365,
226414 },
226415 [0x1D366]={
226416  category="no",
226417  cjkwd="w",
226418  description="COUNTING ROD UNIT DIGIT SEVEN",
226419  direction="l",
226420  linebreak="al",
226421  unicodeslot=0x1D366,
226422 },
226423 [0x1D367]={
226424  category="no",
226425  cjkwd="w",
226426  description="COUNTING ROD UNIT DIGIT EIGHT",
226427  direction="l",
226428  linebreak="al",
226429  unicodeslot=0x1D367,
226430 },
226431 [0x1D368]={
226432  category="no",
226433  cjkwd="w",
226434  description="COUNTING ROD UNIT DIGIT NINE",
226435  direction="l",
226436  linebreak="al",
226437  unicodeslot=0x1D368,
226438 },
226439 [0x1D369]={
226440  category="no",
226441  cjkwd="w",
226442  description="COUNTING ROD TENS DIGIT ONE",
226443  direction="l",
226444  linebreak="al",
226445  unicodeslot=0x1D369,
226446 },
226447 [0x1D36A]={
226448  category="no",
226449  cjkwd="w",
226450  description="COUNTING ROD TENS DIGIT TWO",
226451  direction="l",
226452  linebreak="al",
226453  unicodeslot=0x1D36A,
226454 },
226455 [0x1D36B]={
226456  category="no",
226457  cjkwd="w",
226458  description="COUNTING ROD TENS DIGIT THREE",
226459  direction="l",
226460  linebreak="al",
226461  unicodeslot=0x1D36B,
226462 },
226463 [0x1D36C]={
226464  category="no",
226465  cjkwd="w",
226466  description="COUNTING ROD TENS DIGIT FOUR",
226467  direction="l",
226468  linebreak="al",
226469  unicodeslot=0x1D36C,
226470 },
226471 [0x1D36D]={
226472  category="no",
226473  cjkwd="w",
226474  description="COUNTING ROD TENS DIGIT FIVE",
226475  direction="l",
226476  linebreak="al",
226477  unicodeslot=0x1D36D,
226478 },
226479 [0x1D36E]={
226480  category="no",
226481  cjkwd="w",
226482  description="COUNTING ROD TENS DIGIT SIX",
226483  direction="l",
226484  linebreak="al",
226485  unicodeslot=0x1D36E,
226486 },
226487 [0x1D36F]={
226488  category="no",
226489  cjkwd="w",
226490  description="COUNTING ROD TENS DIGIT SEVEN",
226491  direction="l",
226492  linebreak="al",
226493  unicodeslot=0x1D36F,
226494 },
226495 [0x1D370]={
226496  category="no",
226497  cjkwd="w",
226498  description="COUNTING ROD TENS DIGIT EIGHT",
226499  direction="l",
226500  linebreak="al",
226501  unicodeslot=0x1D370,
226502 },
226503 [0x1D371]={
226504  category="no",
226505  cjkwd="w",
226506  description="COUNTING ROD TENS DIGIT NINE",
226507  direction="l",
226508  linebreak="al",
226509  unicodeslot=0x1D371,
226510 },
226511 [0x1D372]={
226512  category="no",
226513  cjkwd="w",
226514  description="IDEOGRAPHIC TALLY MARK ONE",
226515  direction="l",
226516  linebreak="al",
226517  unicodeslot=0x1D372,
226518 },
226519 [0x1D373]={
226520  category="no",
226521  cjkwd="w",
226522  description="IDEOGRAPHIC TALLY MARK TWO",
226523  direction="l",
226524  linebreak="al",
226525  unicodeslot=0x1D373,
226526 },
226527 [0x1D374]={
226528  category="no",
226529  cjkwd="w",
226530  description="IDEOGRAPHIC TALLY MARK THREE",
226531  direction="l",
226532  linebreak="al",
226533  unicodeslot=0x1D374,
226534 },
226535 [0x1D375]={
226536  category="no",
226537  cjkwd="w",
226538  description="IDEOGRAPHIC TALLY MARK FOUR",
226539  direction="l",
226540  linebreak="al",
226541  unicodeslot=0x1D375,
226542 },
226543 [0x1D376]={
226544  category="no",
226545  cjkwd="w",
226546  description="IDEOGRAPHIC TALLY MARK FIVE",
226547  direction="l",
226548  linebreak="al",
226549  unicodeslot=0x1D376,
226550 },
226551 [0x1D377]={
226552  category="no",
226553  description="TALLY MARK ONE",
226554  direction="l",
226555  linebreak="al",
226556  unicodeslot=0x1D377,
226557 },
226558 [0x1D378]={
226559  category="no",
226560  description="TALLY MARK FIVE",
226561  direction="l",
226562  linebreak="al",
226563  unicodeslot=0x1D378,
226564 },
226565 [0x1D400]={
226566  category="lu",
226567  description="MATHEMATICAL BOLD CAPITAL A",
226568  direction="l",
226569  linebreak="al",
226570  mathclass="variable",
226571  specials={ "font", 0x41 },
226572  unicodeslot=0x1D400,
226573  visual="bf",
226574 },
226575 [0x1D401]={
226576  category="lu",
226577  description="MATHEMATICAL BOLD CAPITAL B",
226578  direction="l",
226579  linebreak="al",
226580  mathclass="variable",
226581  specials={ "font", 0x42 },
226582  unicodeslot=0x1D401,
226583  visual="bf",
226584 },
226585 [0x1D402]={
226586  category="lu",
226587  description="MATHEMATICAL BOLD CAPITAL C",
226588  direction="l",
226589  linebreak="al",
226590  mathclass="variable",
226591  specials={ "font", 0x43 },
226592  unicodeslot=0x1D402,
226593  visual="bf",
226594 },
226595 [0x1D403]={
226596  category="lu",
226597  description="MATHEMATICAL BOLD CAPITAL D",
226598  direction="l",
226599  linebreak="al",
226600  mathclass="variable",
226601  specials={ "font", 0x44 },
226602  unicodeslot=0x1D403,
226603  visual="bf",
226604 },
226605 [0x1D404]={
226606  category="lu",
226607  description="MATHEMATICAL BOLD CAPITAL E",
226608  direction="l",
226609  linebreak="al",
226610  mathclass="variable",
226611  specials={ "font", 0x45 },
226612  unicodeslot=0x1D404,
226613  visual="bf",
226614 },
226615 [0x1D405]={
226616  category="lu",
226617  description="MATHEMATICAL BOLD CAPITAL F",
226618  direction="l",
226619  linebreak="al",
226620  mathclass="variable",
226621  specials={ "font", 0x46 },
226622  unicodeslot=0x1D405,
226623  visual="bf",
226624 },
226625 [0x1D406]={
226626  category="lu",
226627  description="MATHEMATICAL BOLD CAPITAL G",
226628  direction="l",
226629  linebreak="al",
226630  mathclass="variable",
226631  specials={ "font", 0x47 },
226632  unicodeslot=0x1D406,
226633  visual="bf",
226634 },
226635 [0x1D407]={
226636  category="lu",
226637  description="MATHEMATICAL BOLD CAPITAL H",
226638  direction="l",
226639  linebreak="al",
226640  mathclass="variable",
226641  specials={ "font", 0x48 },
226642  unicodeslot=0x1D407,
226643  visual="bf",
226644 },
226645 [0x1D408]={
226646  category="lu",
226647  description="MATHEMATICAL BOLD CAPITAL I",
226648  direction="l",
226649  linebreak="al",
226650  mathclass="variable",
226651  specials={ "font", 0x49 },
226652  unicodeslot=0x1D408,
226653  visual="bf",
226654 },
226655 [0x1D409]={
226656  category="lu",
226657  description="MATHEMATICAL BOLD CAPITAL J",
226658  direction="l",
226659  linebreak="al",
226660  mathclass="variable",
226661  specials={ "font", 0x4A },
226662  unicodeslot=0x1D409,
226663  visual="bf",
226664 },
226665 [0x1D40A]={
226666  category="lu",
226667  description="MATHEMATICAL BOLD CAPITAL K",
226668  direction="l",
226669  linebreak="al",
226670  mathclass="variable",
226671  specials={ "font", 0x4B },
226672  unicodeslot=0x1D40A,
226673  visual="bf",
226674 },
226675 [0x1D40B]={
226676  category="lu",
226677  description="MATHEMATICAL BOLD CAPITAL L",
226678  direction="l",
226679  linebreak="al",
226680  mathclass="variable",
226681  specials={ "font", 0x4C },
226682  unicodeslot=0x1D40B,
226683  visual="bf",
226684 },
226685 [0x1D40C]={
226686  category="lu",
226687  description="MATHEMATICAL BOLD CAPITAL M",
226688  direction="l",
226689  linebreak="al",
226690  mathclass="variable",
226691  specials={ "font", 0x4D },
226692  unicodeslot=0x1D40C,
226693  visual="bf",
226694 },
226695 [0x1D40D]={
226696  category="lu",
226697  description="MATHEMATICAL BOLD CAPITAL N",
226698  direction="l",
226699  linebreak="al",
226700  mathclass="variable",
226701  specials={ "font", 0x4E },
226702  unicodeslot=0x1D40D,
226703  visual="bf",
226704 },
226705 [0x1D40E]={
226706  category="lu",
226707  description="MATHEMATICAL BOLD CAPITAL O",
226708  direction="l",
226709  linebreak="al",
226710  mathclass="variable",
226711  specials={ "font", 0x4F },
226712  unicodeslot=0x1D40E,
226713  visual="bf",
226714 },
226715 [0x1D40F]={
226716  category="lu",
226717  description="MATHEMATICAL BOLD CAPITAL P",
226718  direction="l",
226719  linebreak="al",
226720  mathclass="variable",
226721  specials={ "font", 0x50 },
226722  unicodeslot=0x1D40F,
226723  visual="bf",
226724 },
226725 [0x1D410]={
226726  category="lu",
226727  description="MATHEMATICAL BOLD CAPITAL Q",
226728  direction="l",
226729  linebreak="al",
226730  mathclass="variable",
226731  specials={ "font", 0x51 },
226732  unicodeslot=0x1D410,
226733  visual="bf",
226734 },
226735 [0x1D411]={
226736  category="lu",
226737  description="MATHEMATICAL BOLD CAPITAL R",
226738  direction="l",
226739  linebreak="al",
226740  mathclass="variable",
226741  specials={ "font", 0x52 },
226742  unicodeslot=0x1D411,
226743  visual="bf",
226744 },
226745 [0x1D412]={
226746  category="lu",
226747  description="MATHEMATICAL BOLD CAPITAL S",
226748  direction="l",
226749  linebreak="al",
226750  mathclass="variable",
226751  specials={ "font", 0x53 },
226752  unicodeslot=0x1D412,
226753  visual="bf",
226754 },
226755 [0x1D413]={
226756  category="lu",
226757  description="MATHEMATICAL BOLD CAPITAL T",
226758  direction="l",
226759  linebreak="al",
226760  mathclass="variable",
226761  specials={ "font", 0x54 },
226762  unicodeslot=0x1D413,
226763  visual="bf",
226764 },
226765 [0x1D414]={
226766  category="lu",
226767  description="MATHEMATICAL BOLD CAPITAL U",
226768  direction="l",
226769  linebreak="al",
226770  mathclass="variable",
226771  specials={ "font", 0x55 },
226772  unicodeslot=0x1D414,
226773  visual="bf",
226774 },
226775 [0x1D415]={
226776  category="lu",
226777  description="MATHEMATICAL BOLD CAPITAL V",
226778  direction="l",
226779  linebreak="al",
226780  mathclass="variable",
226781  specials={ "font", 0x56 },
226782  unicodeslot=0x1D415,
226783  visual="bf",
226784 },
226785 [0x1D416]={
226786  category="lu",
226787  description="MATHEMATICAL BOLD CAPITAL W",
226788  direction="l",
226789  linebreak="al",
226790  mathclass="variable",
226791  specials={ "font", 0x57 },
226792  unicodeslot=0x1D416,
226793  visual="bf",
226794 },
226795 [0x1D417]={
226796  category="lu",
226797  description="MATHEMATICAL BOLD CAPITAL X",
226798  direction="l",
226799  linebreak="al",
226800  mathclass="variable",
226801  specials={ "font", 0x58 },
226802  unicodeslot=0x1D417,
226803  visual="bf",
226804 },
226805 [0x1D418]={
226806  category="lu",
226807  description="MATHEMATICAL BOLD CAPITAL Y",
226808  direction="l",
226809  linebreak="al",
226810  mathclass="variable",
226811  specials={ "font", 0x59 },
226812  unicodeslot=0x1D418,
226813  visual="bf",
226814 },
226815 [0x1D419]={
226816  category="lu",
226817  description="MATHEMATICAL BOLD CAPITAL Z",
226818  direction="l",
226819  linebreak="al",
226820  mathclass="variable",
226821  specials={ "font", 0x5A },
226822  unicodeslot=0x1D419,
226823  visual="bf",
226824 },
226825 [0x1D41A]={
226826  category="ll",
226827  description="MATHEMATICAL BOLD SMALL A",
226828  direction="l",
226829  linebreak="al",
226830  mathclass="variable",
226831  specials={ "font", 0x61 },
226832  unicodeslot=0x1D41A,
226833  visual="bf",
226834 },
226835 [0x1D41B]={
226836  category="ll",
226837  description="MATHEMATICAL BOLD SMALL B",
226838  direction="l",
226839  linebreak="al",
226840  mathclass="variable",
226841  specials={ "font", 0x62 },
226842  unicodeslot=0x1D41B,
226843  visual="bf",
226844 },
226845 [0x1D41C]={
226846  category="ll",
226847  description="MATHEMATICAL BOLD SMALL C",
226848  direction="l",
226849  linebreak="al",
226850  mathclass="variable",
226851  specials={ "font", 0x63 },
226852  unicodeslot=0x1D41C,
226853  visual="bf",
226854 },
226855 [0x1D41D]={
226856  category="ll",
226857  description="MATHEMATICAL BOLD SMALL D",
226858  direction="l",
226859  linebreak="al",
226860  mathclass="variable",
226861  specials={ "font", 0x64 },
226862  unicodeslot=0x1D41D,
226863  visual="bf",
226864 },
226865 [0x1D41E]={
226866  category="ll",
226867  description="MATHEMATICAL BOLD SMALL E",
226868  direction="l",
226869  linebreak="al",
226870  mathclass="variable",
226871  specials={ "font", 0x65 },
226872  unicodeslot=0x1D41E,
226873  visual="bf",
226874 },
226875 [0x1D41F]={
226876  category="ll",
226877  description="MATHEMATICAL BOLD SMALL F",
226878  direction="l",
226879  linebreak="al",
226880  mathclass="variable",
226881  specials={ "font", 0x66 },
226882  unicodeslot=0x1D41F,
226883  visual="bf",
226884 },
226885 [0x1D420]={
226886  category="ll",
226887  description="MATHEMATICAL BOLD SMALL G",
226888  direction="l",
226889  linebreak="al",
226890  mathclass="variable",
226891  specials={ "font", 0x67 },
226892  unicodeslot=0x1D420,
226893  visual="bf",
226894 },
226895 [0x1D421]={
226896  category="ll",
226897  description="MATHEMATICAL BOLD SMALL H",
226898  direction="l",
226899  linebreak="al",
226900  mathclass="variable",
226901  specials={ "font", 0x68 },
226902  unicodeslot=0x1D421,
226903  visual="bf",
226904 },
226905 [0x1D422]={
226906  category="ll",
226907  description="MATHEMATICAL BOLD SMALL I",
226908  direction="l",
226909  linebreak="al",
226910  mathclass="variable",
226911  specials={ "font", 0x69 },
226912  unicodeslot=0x1D422,
226913  visual="bf",
226914 },
226915 [0x1D423]={
226916  category="ll",
226917  description="MATHEMATICAL BOLD SMALL J",
226918  direction="l",
226919  linebreak="al",
226920  mathclass="variable",
226921  specials={ "font", 0x6A },
226922  unicodeslot=0x1D423,
226923  visual="bf",
226924 },
226925 [0x1D424]={
226926  category="ll",
226927  description="MATHEMATICAL BOLD SMALL K",
226928  direction="l",
226929  linebreak="al",
226930  mathclass="variable",
226931  specials={ "font", 0x6B },
226932  unicodeslot=0x1D424,
226933  visual="bf",
226934 },
226935 [0x1D425]={
226936  category="ll",
226937  description="MATHEMATICAL BOLD SMALL L",
226938  direction="l",
226939  linebreak="al",
226940  mathclass="variable",
226941  specials={ "font", 0x6C },
226942  unicodeslot=0x1D425,
226943  visual="bf",
226944 },
226945 [0x1D426]={
226946  category="ll",
226947  description="MATHEMATICAL BOLD SMALL M",
226948  direction="l",
226949  linebreak="al",
226950  mathclass="variable",
226951  specials={ "font", 0x6D },
226952  unicodeslot=0x1D426,
226953  visual="bf",
226954 },
226955 [0x1D427]={
226956  category="ll",
226957  description="MATHEMATICAL BOLD SMALL N",
226958  direction="l",
226959  linebreak="al",
226960  mathclass="variable",
226961  specials={ "font", 0x6E },
226962  unicodeslot=0x1D427,
226963  visual="bf",
226964 },
226965 [0x1D428]={
226966  category="ll",
226967  description="MATHEMATICAL BOLD SMALL O",
226968  direction="l",
226969  linebreak="al",
226970  mathclass="variable",
226971  specials={ "font", 0x6F },
226972  unicodeslot=0x1D428,
226973  visual="bf",
226974 },
226975 [0x1D429]={
226976  category="ll",
226977  description="MATHEMATICAL BOLD SMALL P",
226978  direction="l",
226979  linebreak="al",
226980  mathclass="variable",
226981  specials={ "font", 0x70 },
226982  unicodeslot=0x1D429,
226983  visual="bf",
226984 },
226985 [0x1D42A]={
226986  category="ll",
226987  description="MATHEMATICAL BOLD SMALL Q",
226988  direction="l",
226989  linebreak="al",
226990  mathclass="variable",
226991  specials={ "font", 0x71 },
226992  unicodeslot=0x1D42A,
226993  visual="bf",
226994 },
226995 [0x1D42B]={
226996  category="ll",
226997  description="MATHEMATICAL BOLD SMALL R",
226998  direction="l",
226999  linebreak="al",
227000  mathclass="variable",
227001  specials={ "font", 0x72 },
227002  unicodeslot=0x1D42B,
227003  visual="bf",
227004 },
227005 [0x1D42C]={
227006  category="ll",
227007  description="MATHEMATICAL BOLD SMALL S",
227008  direction="l",
227009  linebreak="al",
227010  mathclass="variable",
227011  specials={ "font", 0x73 },
227012  unicodeslot=0x1D42C,
227013  visual="bf",
227014 },
227015 [0x1D42D]={
227016  category="ll",
227017  description="MATHEMATICAL BOLD SMALL T",
227018  direction="l",
227019  linebreak="al",
227020  mathclass="variable",
227021  specials={ "font", 0x74 },
227022  unicodeslot=0x1D42D,
227023  visual="bf",
227024 },
227025 [0x1D42E]={
227026  category="ll",
227027  description="MATHEMATICAL BOLD SMALL U",
227028  direction="l",
227029  linebreak="al",
227030  mathclass="variable",
227031  specials={ "font", 0x75 },
227032  unicodeslot=0x1D42E,
227033  visual="bf",
227034 },
227035 [0x1D42F]={
227036  category="ll",
227037  description="MATHEMATICAL BOLD SMALL V",
227038  direction="l",
227039  linebreak="al",
227040  mathclass="variable",
227041  specials={ "font", 0x76 },
227042  unicodeslot=0x1D42F,
227043  visual="bf",
227044 },
227045 [0x1D430]={
227046  category="ll",
227047  description="MATHEMATICAL BOLD SMALL W",
227048  direction="l",
227049  linebreak="al",
227050  mathclass="variable",
227051  specials={ "font", 0x77 },
227052  unicodeslot=0x1D430,
227053  visual="bf",
227054 },
227055 [0x1D431]={
227056  category="ll",
227057  description="MATHEMATICAL BOLD SMALL X",
227058  direction="l",
227059  linebreak="al",
227060  mathclass="variable",
227061  specials={ "font", 0x78 },
227062  unicodeslot=0x1D431,
227063  visual="bf",
227064 },
227065 [0x1D432]={
227066  category="ll",
227067  description="MATHEMATICAL BOLD SMALL Y",
227068  direction="l",
227069  linebreak="al",
227070  mathclass="variable",
227071  specials={ "font", 0x79 },
227072  unicodeslot=0x1D432,
227073  visual="bf",
227074 },
227075 [0x1D433]={
227076  category="ll",
227077  description="MATHEMATICAL BOLD SMALL Z",
227078  direction="l",
227079  linebreak="al",
227080  mathclass="variable",
227081  specials={ "font", 0x7A },
227082  unicodeslot=0x1D433,
227083  visual="bf",
227084 },
227085 [0x1D434]={
227086  category="lu",
227087  description="MATHEMATICAL ITALIC CAPITAL A",
227088  direction="l",
227089  linebreak="al",
227090  mathclass="variable",
227091  specials={ "font", 0x41 },
227092  unicodeslot=0x1D434,
227093  visual="it",
227094 },
227095 [0x1D435]={
227096  category="lu",
227097  description="MATHEMATICAL ITALIC CAPITAL B",
227098  direction="l",
227099  linebreak="al",
227100  mathclass="variable",
227101  specials={ "font", 0x42 },
227102  unicodeslot=0x1D435,
227103  visual="it",
227104 },
227105 [0x1D436]={
227106  category="lu",
227107  description="MATHEMATICAL ITALIC CAPITAL C",
227108  direction="l",
227109  linebreak="al",
227110  mathclass="variable",
227111  specials={ "font", 0x43 },
227112  unicodeslot=0x1D436,
227113  visual="it",
227114 },
227115 [0x1D437]={
227116  category="lu",
227117  description="MATHEMATICAL ITALIC CAPITAL D",
227118  direction="l",
227119  linebreak="al",
227120  mathclass="variable",
227121  mathspec={
227122   {
227123    class="differential",
227124    group="differential",
227125    meaning="differential operator D",
227126    name="mathDitalicshape",
227127   },
227128  },
227129  specials={ "font", 0x44 },
227130  unicodeslot=0x1D437,
227131  visual="it",
227132 },
227133 [0x1D438]={
227134  category="lu",
227135  description="MATHEMATICAL ITALIC CAPITAL E",
227136  direction="l",
227137  linebreak="al",
227138  mathclass="variable",
227139  specials={ "font", 0x45 },
227140  unicodeslot=0x1D438,
227141  visual="it",
227142 },
227143 [0x1D439]={
227144  category="lu",
227145  description="MATHEMATICAL ITALIC CAPITAL F",
227146  direction="l",
227147  linebreak="al",
227148  mathclass="variable",
227149  specials={ "font", 0x46 },
227150  unicodeslot=0x1D439,
227151  visual="it",
227152 },
227153 [0x1D43A]={
227154  category="lu",
227155  description="MATHEMATICAL ITALIC CAPITAL G",
227156  direction="l",
227157  linebreak="al",
227158  mathclass="variable",
227159  specials={ "font", 0x47 },
227160  unicodeslot=0x1D43A,
227161  visual="it",
227162 },
227163 [0x1D43B]={
227164  category="lu",
227165  description="MATHEMATICAL ITALIC CAPITAL H",
227166  direction="l",
227167  linebreak="al",
227168  mathclass="variable",
227169  specials={ "font", 0x48 },
227170  unicodeslot=0x1D43B,
227171  visual="it",
227172 },
227173 [0x1D43C]={
227174  category="lu",
227175  description="MATHEMATICAL ITALIC CAPITAL I",
227176  direction="l",
227177  linebreak="al",
227178  mathclass="variable",
227179  specials={ "font", 0x49 },
227180  unicodeslot=0x1D43C,
227181  visual="it",
227182 },
227183 [0x1D43D]={
227184  category="lu",
227185  description="MATHEMATICAL ITALIC CAPITAL J",
227186  direction="l",
227187  linebreak="al",
227188  mathclass="variable",
227189  specials={ "font", 0x4A },
227190  unicodeslot=0x1D43D,
227191  visual="it",
227192 },
227193 [0x1D43E]={
227194  category="lu",
227195  description="MATHEMATICAL ITALIC CAPITAL K",
227196  direction="l",
227197  linebreak="al",
227198  mathclass="variable",
227199  specials={ "font", 0x4B },
227200  unicodeslot=0x1D43E,
227201  visual="it",
227202 },
227203 [0x1D43F]={
227204  category="lu",
227205  description="MATHEMATICAL ITALIC CAPITAL L",
227206  direction="l",
227207  linebreak="al",
227208  mathclass="variable",
227209  specials={ "font", 0x4C },
227210  unicodeslot=0x1D43F,
227211  visual="it",
227212 },
227213 [0x1D440]={
227214  category="lu",
227215  description="MATHEMATICAL ITALIC CAPITAL M",
227216  direction="l",
227217  linebreak="al",
227218  mathclass="variable",
227219  specials={ "font", 0x4D },
227220  unicodeslot=0x1D440,
227221  visual="it",
227222 },
227223 [0x1D441]={
227224  category="lu",
227225  description="MATHEMATICAL ITALIC CAPITAL N",
227226  direction="l",
227227  linebreak="al",
227228  mathclass="variable",
227229  specials={ "font", 0x4E },
227230  unicodeslot=0x1D441,
227231  visual="it",
227232 },
227233 [0x1D442]={
227234  category="lu",
227235  description="MATHEMATICAL ITALIC CAPITAL O",
227236  direction="l",
227237  linebreak="al",
227238  mathclass="variable",
227239  specials={ "font", 0x4F },
227240  unicodeslot=0x1D442,
227241  visual="it",
227242 },
227243 [0x1D443]={
227244  category="lu",
227245  description="MATHEMATICAL ITALIC CAPITAL P",
227246  direction="l",
227247  linebreak="al",
227248  mathclass="variable",
227249  specials={ "font", 0x50 },
227250  unicodeslot=0x1D443,
227251  visual="it",
227252 },
227253 [0x1D444]={
227254  category="lu",
227255  description="MATHEMATICAL ITALIC CAPITAL Q",
227256  direction="l",
227257  linebreak="al",
227258  mathclass="variable",
227259  specials={ "font", 0x51 },
227260  unicodeslot=0x1D444,
227261  visual="it",
227262 },
227263 [0x1D445]={
227264  category="lu",
227265  description="MATHEMATICAL ITALIC CAPITAL R",
227266  direction="l",
227267  linebreak="al",
227268  mathclass="variable",
227269  specials={ "font", 0x52 },
227270  unicodeslot=0x1D445,
227271  visual="it",
227272 },
227273 [0x1D446]={
227274  category="lu",
227275  description="MATHEMATICAL ITALIC CAPITAL S",
227276  direction="l",
227277  linebreak="al",
227278  mathclass="variable",
227279  specials={ "font", 0x53 },
227280  unicodeslot=0x1D446,
227281  visual="it",
227282 },
227283 [0x1D447]={
227284  category="lu",
227285  description="MATHEMATICAL ITALIC CAPITAL T",
227286  direction="l",
227287  linebreak="al",
227288  mathclass="variable",
227289  mathgroup="default",
227290  mathmeaning="𝑇",
227291  mathspec={
227292   {
227293    class="prime",
227294    group="postfix operator",
227295    meaning="transpose",
227296    name="transposesymbol",
227297   },
227298  },
227299  specials={ "font", 0x54 },
227300  unicodeslot=0x1D447,
227301  visual="it",
227302 },
227303 [0x1D448]={
227304  category="lu",
227305  description="MATHEMATICAL ITALIC CAPITAL U",
227306  direction="l",
227307  linebreak="al",
227308  mathclass="variable",
227309  specials={ "font", 0x55 },
227310  unicodeslot=0x1D448,
227311  visual="it",
227312 },
227313 [0x1D449]={
227314  category="lu",
227315  description="MATHEMATICAL ITALIC CAPITAL V",
227316  direction="l",
227317  linebreak="al",
227318  mathclass="variable",
227319  specials={ "font", 0x56 },
227320  unicodeslot=0x1D449,
227321  visual="it",
227322 },
227323 [0x1D44A]={
227324  category="lu",
227325  description="MATHEMATICAL ITALIC CAPITAL W",
227326  direction="l",
227327  linebreak="al",
227328  mathclass="variable",
227329  specials={ "font", 0x57 },
227330  unicodeslot=0x1D44A,
227331  visual="it",
227332 },
227333 [0x1D44B]={
227334  category="lu",
227335  description="MATHEMATICAL ITALIC CAPITAL X",
227336  direction="l",
227337  linebreak="al",
227338  mathclass="variable",
227339  specials={ "font", 0x58 },
227340  unicodeslot=0x1D44B,
227341  visual="it",
227342 },
227343 [0x1D44C]={
227344  category="lu",
227345  description="MATHEMATICAL ITALIC CAPITAL Y",
227346  direction="l",
227347  linebreak="al",
227348  mathclass="variable",
227349  specials={ "font", 0x59 },
227350  unicodeslot=0x1D44C,
227351  visual="it",
227352 },
227353 [0x1D44D]={
227354  category="lu",
227355  description="MATHEMATICAL ITALIC CAPITAL Z",
227356  direction="l",
227357  linebreak="al",
227358  mathclass="variable",
227359  specials={ "font", 0x5A },
227360  unicodeslot=0x1D44D,
227361  visual="it",
227362 },
227363 [0x1D44E]={
227364  category="ll",
227365  description="MATHEMATICAL ITALIC SMALL A",
227366  direction="l",
227367  linebreak="al",
227368  mathclass="variable",
227369  specials={ "font", 0x61 },
227370  unicodeslot=0x1D44E,
227371  visual="it",
227372 },
227373 [0x1D44F]={
227374  category="ll",
227375  description="MATHEMATICAL ITALIC SMALL B",
227376  direction="l",
227377  linebreak="al",
227378  mathclass="variable",
227379  specials={ "font", 0x62 },
227380  unicodeslot=0x1D44F,
227381  visual="it",
227382 },
227383 [0x1D450]={
227384  category="ll",
227385  description="MATHEMATICAL ITALIC SMALL C",
227386  direction="l",
227387  linebreak="al",
227388  mathclass="variable",
227389  specials={ "font", 0x63 },
227390  unicodeslot=0x1D450,
227391  visual="it",
227392 },
227393 [0x1D451]={
227394  category="ll",
227395  description="MATHEMATICAL ITALIC SMALL D",
227396  direction="l",
227397  linebreak="al",
227398  mathclass="variable",
227399  mathgroup="default",
227400  mathmeaning="𝑑",
227401  mathspec={
227402   {
227403    class="differential",
227404    group="differential",
227405    meaning="differential d",
227406    name="mathditalicshape",
227407   },
227408  },
227409  specials={ "font", 0x64 },
227410  unicodeslot=0x1D451,
227411  visual="it",
227412 },
227413 [0x1D452]={
227414  category="ll",
227415  description="MATHEMATICAL ITALIC SMALL E",
227416  direction="l",
227417  linebreak="al",
227418  mathclass="variable",
227419  mathgroup="default",
227420  mathmeaning="𝑒",
227421  mathspec={
227422   {
227423    class="exponential",
227424    group="exponential",
227425    meaning="exponential e",
227426    name="matheitalicshape",
227427   },
227428  },
227429  specials={ "font", 0x65 },
227430  unicodeslot=0x1D452,
227431  visual="it",
227432 },
227433 [0x1D453]={
227434  category="ll",
227435  description="MATHEMATICAL ITALIC SMALL F",
227436  direction="l",
227437  linebreak="al",
227438  mathclass="variable",
227439  specials={ "font", 0x66 },
227440  unicodeslot=0x1D453,
227441  visual="it",
227442 },
227443 [0x1D454]={
227444  category="ll",
227445  description="MATHEMATICAL ITALIC SMALL G",
227446  direction="l",
227447  linebreak="al",
227448  mathclass="variable",
227449  specials={ "font", 0x67 },
227450  unicodeslot=0x1D454,
227451  visual="it",
227452 },
227453 [0x1D456]={
227454  category="ll",
227455  description="MATHEMATICAL ITALIC SMALL I",
227456  direction="l",
227457  linebreak="al",
227458  mathclass="variable",
227459  mathgroup="default",
227460  mathmeaning="𝑖",
227461  mathspec={
227462   {
227463    class="imaginary",
227464    group="imaginary",
227465    meaning="imaginary i",
227466    name="mathiitalicshape",
227467   },
227468  },
227469  specials={ "font", 0x69 },
227470  unicodeslot=0x1D456,
227471  visual="it",
227472 },
227473 [0x1D457]={
227474  category="ll",
227475  description="MATHEMATICAL ITALIC SMALL J",
227476  direction="l",
227477  linebreak="al",
227478  mathclass="variable",
227479  mathgroup="default",
227480  mathmeaning="𝑗",
227481  mathspec={
227482   {
227483    class="imaginary",
227484    group="imaginary",
227485    meaning="imaginary j",
227486    name="mathjitalicshape",
227487   },
227488  },
227489  specials={ "font", 0x6A },
227490  unicodeslot=0x1D457,
227491  visual="it",
227492 },
227493 [0x1D458]={
227494  category="ll",
227495  description="MATHEMATICAL ITALIC SMALL K",
227496  direction="l",
227497  linebreak="al",
227498  mathclass="variable",
227499  specials={ "font", 0x6B },
227500  unicodeslot=0x1D458,
227501  visual="it",
227502 },
227503 [0x1D459]={
227504  category="ll",
227505  description="MATHEMATICAL ITALIC SMALL L",
227506  direction="l",
227507  linebreak="al",
227508  mathclass="variable",
227509  specials={ "font", 0x6C },
227510  unicodeslot=0x1D459,
227511  visual="it",
227512 },
227513 [0x1D45A]={
227514  category="ll",
227515  description="MATHEMATICAL ITALIC SMALL M",
227516  direction="l",
227517  linebreak="al",
227518  mathclass="variable",
227519  specials={ "font", 0x6D },
227520  unicodeslot=0x1D45A,
227521  visual="it",
227522 },
227523 [0x1D45B]={
227524  category="ll",
227525  description="MATHEMATICAL ITALIC SMALL N",
227526  direction="l",
227527  linebreak="al",
227528  mathclass="variable",
227529  specials={ "font", 0x6E },
227530  unicodeslot=0x1D45B,
227531  visual="it",
227532 },
227533 [0x1D45C]={
227534  category="ll",
227535  description="MATHEMATICAL ITALIC SMALL O",
227536  direction="l",
227537  linebreak="al",
227538  mathclass="variable",
227539  specials={ "font", 0x6F },
227540  unicodeslot=0x1D45C,
227541  visual="it",
227542 },
227543 [0x1D45D]={
227544  category="ll",
227545  description="MATHEMATICAL ITALIC SMALL P",
227546  direction="l",
227547  linebreak="al",
227548  mathclass="variable",
227549  specials={ "font", 0x70 },
227550  unicodeslot=0x1D45D,
227551  visual="it",
227552 },
227553 [0x1D45E]={
227554  category="ll",
227555  description="MATHEMATICAL ITALIC SMALL Q",
227556  direction="l",
227557  linebreak="al",
227558  mathclass="variable",
227559  specials={ "font", 0x71 },
227560  unicodeslot=0x1D45E,
227561  visual="it",
227562 },
227563 [0x1D45F]={
227564  category="ll",
227565  description="MATHEMATICAL ITALIC SMALL R",
227566  direction="l",
227567  linebreak="al",
227568  mathclass="variable",
227569  specials={ "font", 0x72 },
227570  unicodeslot=0x1D45F,
227571  visual="it",
227572 },
227573 [0x1D460]={
227574  category="ll",
227575  description="MATHEMATICAL ITALIC SMALL S",
227576  direction="l",
227577  linebreak="al",
227578  mathclass="variable",
227579  specials={ "font", 0x73 },
227580  unicodeslot=0x1D460,
227581  visual="it",
227582 },
227583 [0x1D461]={
227584  category="ll",
227585  description="MATHEMATICAL ITALIC SMALL T",
227586  direction="l",
227587  linebreak="al",
227588  mathclass="variable",
227589  specials={ "font", 0x74 },
227590  unicodeslot=0x1D461,
227591  visual="it",
227592 },
227593 [0x1D462]={
227594  category="ll",
227595  description="MATHEMATICAL ITALIC SMALL U",
227596  direction="l",
227597  linebreak="al",
227598  mathclass="variable",
227599  specials={ "font", 0x75 },
227600  unicodeslot=0x1D462,
227601  visual="it",
227602 },
227603 [0x1D463]={
227604  category="ll",
227605  description="MATHEMATICAL ITALIC SMALL V",
227606  direction="l",
227607  linebreak="al",
227608  mathclass="variable",
227609  specials={ "font", 0x76 },
227610  unicodeslot=0x1D463,
227611  visual="it",
227612 },
227613 [0x1D464]={
227614  category="ll",
227615  description="MATHEMATICAL ITALIC SMALL W",
227616  direction="l",
227617  linebreak="al",
227618  mathclass="variable",
227619  specials={ "font", 0x77 },
227620  unicodeslot=0x1D464,
227621  visual="it",
227622 },
227623 [0x1D465]={
227624  category="ll",
227625  description="MATHEMATICAL ITALIC SMALL X",
227626  direction="l",
227627  linebreak="al",
227628  mathclass="variable",
227629  specials={ "font", 0x78 },
227630  unicodeslot=0x1D465,
227631  visual="it",
227632 },
227633 [0x1D466]={
227634  category="ll",
227635  description="MATHEMATICAL ITALIC SMALL Y",
227636  direction="l",
227637  linebreak="al",
227638  mathclass="variable",
227639  specials={ "font", 0x79 },
227640  unicodeslot=0x1D466,
227641  visual="it",
227642 },
227643 [0x1D467]={
227644  category="ll",
227645  description="MATHEMATICAL ITALIC SMALL Z",
227646  direction="l",
227647  linebreak="al",
227648  mathclass="variable",
227649  specials={ "font", 0x7A },
227650  unicodeslot=0x1D467,
227651  visual="it",
227652 },
227653 [0x1D468]={
227654  category="lu",
227655  description="MATHEMATICAL BOLD ITALIC CAPITAL A",
227656  direction="l",
227657  linebreak="al",
227658  mathclass="variable",
227659  specials={ "font", 0x41 },
227660  unicodeslot=0x1D468,
227661  visual="bi",
227662 },
227663 [0x1D469]={
227664  category="lu",
227665  description="MATHEMATICAL BOLD ITALIC CAPITAL B",
227666  direction="l",
227667  linebreak="al",
227668  mathclass="variable",
227669  specials={ "font", 0x42 },
227670  unicodeslot=0x1D469,
227671  visual="bi",
227672 },
227673 [0x1D46A]={
227674  category="lu",
227675  description="MATHEMATICAL BOLD ITALIC CAPITAL C",
227676  direction="l",
227677  linebreak="al",
227678  mathclass="variable",
227679  specials={ "font", 0x43 },
227680  unicodeslot=0x1D46A,
227681  visual="bi",
227682 },
227683 [0x1D46B]={
227684  category="lu",
227685  description="MATHEMATICAL BOLD ITALIC CAPITAL D",
227686  direction="l",
227687  linebreak="al",
227688  mathclass="variable",
227689  specials={ "font", 0x44 },
227690  unicodeslot=0x1D46B,
227691  visual="bi",
227692 },
227693 [0x1D46C]={
227694  category="lu",
227695  description="MATHEMATICAL BOLD ITALIC CAPITAL E",
227696  direction="l",
227697  linebreak="al",
227698  mathclass="variable",
227699  specials={ "font", 0x45 },
227700  unicodeslot=0x1D46C,
227701  visual="bi",
227702 },
227703 [0x1D46D]={
227704  category="lu",
227705  description="MATHEMATICAL BOLD ITALIC CAPITAL F",
227706  direction="l",
227707  linebreak="al",
227708  mathclass="variable",
227709  specials={ "font", 0x46 },
227710  unicodeslot=0x1D46D,
227711  visual="bi",
227712 },
227713 [0x1D46E]={
227714  category="lu",
227715  description="MATHEMATICAL BOLD ITALIC CAPITAL G",
227716  direction="l",
227717  linebreak="al",
227718  mathclass="variable",
227719  specials={ "font", 0x47 },
227720  unicodeslot=0x1D46E,
227721  visual="bi",
227722 },
227723 [0x1D46F]={
227724  category="lu",
227725  description="MATHEMATICAL BOLD ITALIC CAPITAL H",
227726  direction="l",
227727  linebreak="al",
227728  mathclass="variable",
227729  specials={ "font", 0x48 },
227730  unicodeslot=0x1D46F,
227731  visual="bi",
227732 },
227733 [0x1D470]={
227734  category="lu",
227735  description="MATHEMATICAL BOLD ITALIC CAPITAL I",
227736  direction="l",
227737  linebreak="al",
227738  mathclass="variable",
227739  specials={ "font", 0x49 },
227740  unicodeslot=0x1D470,
227741  visual="bi",
227742 },
227743 [0x1D471]={
227744  category="lu",
227745  description="MATHEMATICAL BOLD ITALIC CAPITAL J",
227746  direction="l",
227747  linebreak="al",
227748  mathclass="variable",
227749  specials={ "font", 0x4A },
227750  unicodeslot=0x1D471,
227751  visual="bi",
227752 },
227753 [0x1D472]={
227754  category="lu",
227755  description="MATHEMATICAL BOLD ITALIC CAPITAL K",
227756  direction="l",
227757  linebreak="al",
227758  mathclass="variable",
227759  specials={ "font", 0x4B },
227760  unicodeslot=0x1D472,
227761  visual="bi",
227762 },
227763 [0x1D473]={
227764  category="lu",
227765  description="MATHEMATICAL BOLD ITALIC CAPITAL L",
227766  direction="l",
227767  linebreak="al",
227768  mathclass="variable",
227769  specials={ "font", 0x4C },
227770  unicodeslot=0x1D473,
227771  visual="bi",
227772 },
227773 [0x1D474]={
227774  category="lu",
227775  description="MATHEMATICAL BOLD ITALIC CAPITAL M",
227776  direction="l",
227777  linebreak="al",
227778  mathclass="variable",
227779  specials={ "font", 0x4D },
227780  unicodeslot=0x1D474,
227781  visual="bi",
227782 },
227783 [0x1D475]={
227784  category="lu",
227785  description="MATHEMATICAL BOLD ITALIC CAPITAL N",
227786  direction="l",
227787  linebreak="al",
227788  mathclass="variable",
227789  specials={ "font", 0x4E },
227790  unicodeslot=0x1D475,
227791  visual="bi",
227792 },
227793 [0x1D476]={
227794  category="lu",
227795  description="MATHEMATICAL BOLD ITALIC CAPITAL O",
227796  direction="l",
227797  linebreak="al",
227798  mathclass="variable",
227799  specials={ "font", 0x4F },
227800  unicodeslot=0x1D476,
227801  visual="bi",
227802 },
227803 [0x1D477]={
227804  category="lu",
227805  description="MATHEMATICAL BOLD ITALIC CAPITAL P",
227806  direction="l",
227807  linebreak="al",
227808  mathclass="variable",
227809  specials={ "font", 0x50 },
227810  unicodeslot=0x1D477,
227811  visual="bi",
227812 },
227813 [0x1D478]={
227814  category="lu",
227815  description="MATHEMATICAL BOLD ITALIC CAPITAL Q",
227816  direction="l",
227817  linebreak="al",
227818  mathclass="variable",
227819  specials={ "font", 0x51 },
227820  unicodeslot=0x1D478,
227821  visual="bi",
227822 },
227823 [0x1D479]={
227824  category="lu",
227825  description="MATHEMATICAL BOLD ITALIC CAPITAL R",
227826  direction="l",
227827  linebreak="al",
227828  mathclass="variable",
227829  specials={ "font", 0x52 },
227830  unicodeslot=0x1D479,
227831  visual="bi",
227832 },
227833 [0x1D47A]={
227834  category="lu",
227835  description="MATHEMATICAL BOLD ITALIC CAPITAL S",
227836  direction="l",
227837  linebreak="al",
227838  mathclass="variable",
227839  specials={ "font", 0x53 },
227840  unicodeslot=0x1D47A,
227841  visual="bi",
227842 },
227843 [0x1D47B]={
227844  category="lu",
227845  description="MATHEMATICAL BOLD ITALIC CAPITAL T",
227846  direction="l",
227847  linebreak="al",
227848  mathclass="variable",
227849  specials={ "font", 0x54 },
227850  unicodeslot=0x1D47B,
227851  visual="bi",
227852 },
227853 [0x1D47C]={
227854  category="lu",
227855  description="MATHEMATICAL BOLD ITALIC CAPITAL U",
227856  direction="l",
227857  linebreak="al",
227858  mathclass="variable",
227859  specials={ "font", 0x55 },
227860  unicodeslot=0x1D47C,
227861  visual="bi",
227862 },
227863 [0x1D47D]={
227864  category="lu",
227865  description="MATHEMATICAL BOLD ITALIC CAPITAL V",
227866  direction="l",
227867  linebreak="al",
227868  mathclass="variable",
227869  specials={ "font", 0x56 },
227870  unicodeslot=0x1D47D,
227871  visual="bi",
227872 },
227873 [0x1D47E]={
227874  category="lu",
227875  description="MATHEMATICAL BOLD ITALIC CAPITAL W",
227876  direction="l",
227877  linebreak="al",
227878  mathclass="variable",
227879  specials={ "font", 0x57 },
227880  unicodeslot=0x1D47E,
227881  visual="bi",
227882 },
227883 [0x1D47F]={
227884  category="lu",
227885  description="MATHEMATICAL BOLD ITALIC CAPITAL X",
227886  direction="l",
227887  linebreak="al",
227888  mathclass="variable",
227889  specials={ "font", 0x58 },
227890  unicodeslot=0x1D47F,
227891  visual="bi",
227892 },
227893 [0x1D480]={
227894  category="lu",
227895  description="MATHEMATICAL BOLD ITALIC CAPITAL Y",
227896  direction="l",
227897  linebreak="al",
227898  mathclass="variable",
227899  specials={ "font", 0x59 },
227900  unicodeslot=0x1D480,
227901  visual="bi",
227902 },
227903 [0x1D481]={
227904  category="lu",
227905  description="MATHEMATICAL BOLD ITALIC CAPITAL Z",
227906  direction="l",
227907  linebreak="al",
227908  mathclass="variable",
227909  specials={ "font", 0x5A },
227910  unicodeslot=0x1D481,
227911  visual="bi",
227912 },
227913 [0x1D482]={
227914  category="ll",
227915  description="MATHEMATICAL BOLD ITALIC SMALL A",
227916  direction="l",
227917  linebreak="al",
227918  mathclass="variable",
227919  specials={ "font", 0x61 },
227920  unicodeslot=0x1D482,
227921  visual="bi",
227922 },
227923 [0x1D483]={
227924  category="ll",
227925  description="MATHEMATICAL BOLD ITALIC SMALL B",
227926  direction="l",
227927  linebreak="al",
227928  mathclass="variable",
227929  specials={ "font", 0x62 },
227930  unicodeslot=0x1D483,
227931  visual="bi",
227932 },
227933 [0x1D484]={
227934  category="ll",
227935  description="MATHEMATICAL BOLD ITALIC SMALL C",
227936  direction="l",
227937  linebreak="al",
227938  mathclass="variable",
227939  specials={ "font", 0x63 },
227940  unicodeslot=0x1D484,
227941  visual="bi",
227942 },
227943 [0x1D485]={
227944  category="ll",
227945  description="MATHEMATICAL BOLD ITALIC SMALL D",
227946  direction="l",
227947  linebreak="al",
227948  mathclass="variable",
227949  specials={ "font", 0x64 },
227950  unicodeslot=0x1D485,
227951  visual="bi",
227952 },
227953 [0x1D486]={
227954  category="ll",
227955  description="MATHEMATICAL BOLD ITALIC SMALL E",
227956  direction="l",
227957  linebreak="al",
227958  mathclass="variable",
227959  specials={ "font", 0x65 },
227960  unicodeslot=0x1D486,
227961  visual="bi",
227962 },
227963 [0x1D487]={
227964  category="ll",
227965  description="MATHEMATICAL BOLD ITALIC SMALL F",
227966  direction="l",
227967  linebreak="al",
227968  mathclass="variable",
227969  specials={ "font", 0x66 },
227970  unicodeslot=0x1D487,
227971  visual="bi",
227972 },
227973 [0x1D488]={
227974  category="ll",
227975  description="MATHEMATICAL BOLD ITALIC SMALL G",
227976  direction="l",
227977  linebreak="al",
227978  mathclass="variable",
227979  specials={ "font", 0x67 },
227980  unicodeslot=0x1D488,
227981  visual="bi",
227982 },
227983 [0x1D489]={
227984  category="ll",
227985  description="MATHEMATICAL BOLD ITALIC SMALL H",
227986  direction="l",
227987  linebreak="al",
227988  mathclass="variable",
227989  specials={ "font", 0x68 },
227990  unicodeslot=0x1D489,
227991  visual="bi",
227992 },
227993 [0x1D48A]={
227994  category="ll",
227995  description="MATHEMATICAL BOLD ITALIC SMALL I",
227996  direction="l",
227997  linebreak="al",
227998  mathclass="variable",
227999  specials={ "font", 0x69 },
228000  unicodeslot=0x1D48A,
228001  visual="bi",
228002 },
228003 [0x1D48B]={
228004  category="ll",
228005  description="MATHEMATICAL BOLD ITALIC SMALL J",
228006  direction="l",
228007  linebreak="al",
228008  mathclass="variable",
228009  specials={ "font", 0x6A },
228010  unicodeslot=0x1D48B,
228011  visual="bi",
228012 },
228013 [0x1D48C]={
228014  category="ll",
228015  description="MATHEMATICAL BOLD ITALIC SMALL K",
228016  direction="l",
228017  linebreak="al",
228018  mathclass="variable",
228019  specials={ "font", 0x6B },
228020  unicodeslot=0x1D48C,
228021  visual="bi",
228022 },
228023 [0x1D48D]={
228024  category="ll",
228025  description="MATHEMATICAL BOLD ITALIC SMALL L",
228026  direction="l",
228027  linebreak="al",
228028  mathclass="variable",
228029  specials={ "font", 0x6C },
228030  unicodeslot=0x1D48D,
228031  visual="bi",
228032 },
228033 [0x1D48E]={
228034  category="ll",
228035  description="MATHEMATICAL BOLD ITALIC SMALL M",
228036  direction="l",
228037  linebreak="al",
228038  mathclass="variable",
228039  specials={ "font", 0x6D },
228040  unicodeslot=0x1D48E,
228041  visual="bi",
228042 },
228043 [0x1D48F]={
228044  category="ll",
228045  description="MATHEMATICAL BOLD ITALIC SMALL N",
228046  direction="l",
228047  linebreak="al",
228048  mathclass="variable",
228049  specials={ "font", 0x6E },
228050  unicodeslot=0x1D48F,
228051  visual="bi",
228052 },
228053 [0x1D490]={
228054  category="ll",
228055  description="MATHEMATICAL BOLD ITALIC SMALL O",
228056  direction="l",
228057  linebreak="al",
228058  mathclass="variable",
228059  specials={ "font", 0x6F },
228060  unicodeslot=0x1D490,
228061  visual="bi",
228062 },
228063 [0x1D491]={
228064  category="ll",
228065  description="MATHEMATICAL BOLD ITALIC SMALL P",
228066  direction="l",
228067  linebreak="al",
228068  mathclass="variable",
228069  specials={ "font", 0x70 },
228070  unicodeslot=0x1D491,
228071  visual="bi",
228072 },
228073 [0x1D492]={
228074  category="ll",
228075  description="MATHEMATICAL BOLD ITALIC SMALL Q",
228076  direction="l",
228077  linebreak="al",
228078  mathclass="variable",
228079  specials={ "font", 0x71 },
228080  unicodeslot=0x1D492,
228081  visual="bi",
228082 },
228083 [0x1D493]={
228084  category="ll",
228085  description="MATHEMATICAL BOLD ITALIC SMALL R",
228086  direction="l",
228087  linebreak="al",
228088  mathclass="variable",
228089  specials={ "font", 0x72 },
228090  unicodeslot=0x1D493,
228091  visual="bi",
228092 },
228093 [0x1D494]={
228094  category="ll",
228095  description="MATHEMATICAL BOLD ITALIC SMALL S",
228096  direction="l",
228097  linebreak="al",
228098  mathclass="variable",
228099  specials={ "font", 0x73 },
228100  unicodeslot=0x1D494,
228101  visual="bi",
228102 },
228103 [0x1D495]={
228104  category="ll",
228105  description="MATHEMATICAL BOLD ITALIC SMALL T",
228106  direction="l",
228107  linebreak="al",
228108  mathclass="variable",
228109  specials={ "font", 0x74 },
228110  unicodeslot=0x1D495,
228111  visual="bi",
228112 },
228113 [0x1D496]={
228114  category="ll",
228115  description="MATHEMATICAL BOLD ITALIC SMALL U",
228116  direction="l",
228117  linebreak="al",
228118  mathclass="variable",
228119  specials={ "font", 0x75 },
228120  unicodeslot=0x1D496,
228121  visual="bi",
228122 },
228123 [0x1D497]={
228124  category="ll",
228125  description="MATHEMATICAL BOLD ITALIC SMALL V",
228126  direction="l",
228127  linebreak="al",
228128  mathclass="variable",
228129  specials={ "font", 0x76 },
228130  unicodeslot=0x1D497,
228131  visual="bi",
228132 },
228133 [0x1D498]={
228134  category="ll",
228135  description="MATHEMATICAL BOLD ITALIC SMALL W",
228136  direction="l",
228137  linebreak="al",
228138  mathclass="variable",
228139  specials={ "font", 0x77 },
228140  unicodeslot=0x1D498,
228141  visual="bi",
228142 },
228143 [0x1D499]={
228144  category="ll",
228145  description="MATHEMATICAL BOLD ITALIC SMALL X",
228146  direction="l",
228147  linebreak="al",
228148  mathclass="variable",
228149  specials={ "font", 0x78 },
228150  unicodeslot=0x1D499,
228151  visual="bi",
228152 },
228153 [0x1D49A]={
228154  category="ll",
228155  description="MATHEMATICAL BOLD ITALIC SMALL Y",
228156  direction="l",
228157  linebreak="al",
228158  mathclass="variable",
228159  specials={ "font", 0x79 },
228160  unicodeslot=0x1D49A,
228161  visual="bi",
228162 },
228163 [0x1D49B]={
228164  category="ll",
228165  description="MATHEMATICAL BOLD ITALIC SMALL Z",
228166  direction="l",
228167  linebreak="al",
228168  mathclass="variable",
228169  specials={ "font", 0x7A },
228170  unicodeslot=0x1D49B,
228171  visual="bi",
228172 },
228173 [0x1D49C]={
228174  category="lu",
228175  description="MATHEMATICAL SCRIPT CAPITAL A",
228176  direction="l",
228177  linebreak="al",
228178  mathclass="variable",
228179  specials={ "font", 0x41 },
228180  unicodeslot=0x1D49C,
228181  variants=variants_style,
228182  visual="it",
228183 },
228184 [0x1D49E]={
228185  category="lu",
228186  description="MATHEMATICAL SCRIPT CAPITAL C",
228187  direction="l",
228188  linebreak="al",
228189  mathclass="variable",
228190  specials={ "font", 0x43 },
228191  unicodeslot=0x1D49E,
228192  variants=variants_style,
228193  visual="it",
228194 },
228195 [0x1D49F]={
228196  category="lu",
228197  description="MATHEMATICAL SCRIPT CAPITAL D",
228198  direction="l",
228199  linebreak="al",
228200  mathclass="variable",
228201  specials={ "font", 0x44 },
228202  unicodeslot=0x1D49F,
228203  variants=variants_style,
228204  visual="it",
228205 },
228206 [0x1D4A2]={
228207  category="lu",
228208  description="MATHEMATICAL SCRIPT CAPITAL G",
228209  direction="l",
228210  linebreak="al",
228211  mathclass="variable",
228212  specials={ "font", 0x47 },
228213  unicodeslot=0x1D4A2,
228214  variants=variants_style,
228215  visual="it",
228216 },
228217 [0x1D4A5]={
228218  category="lu",
228219  description="MATHEMATICAL SCRIPT CAPITAL J",
228220  direction="l",
228221  linebreak="al",
228222  mathclass="variable",
228223  specials={ "font", 0x4A },
228224  unicodeslot=0x1D4A5,
228225  variants=variants_style,
228226  visual="it",
228227 },
228228 [0x1D4A6]={
228229  category="lu",
228230  description="MATHEMATICAL SCRIPT CAPITAL K",
228231  direction="l",
228232  linebreak="al",
228233  mathclass="variable",
228234  specials={ "font", 0x4B },
228235  unicodeslot=0x1D4A6,
228236  variants=variants_style,
228237  visual="it",
228238 },
228239 [0x1D4A9]={
228240  category="lu",
228241  description="MATHEMATICAL SCRIPT CAPITAL N",
228242  direction="l",
228243  linebreak="al",
228244  mathclass="variable",
228245  specials={ "font", 0x4E },
228246  unicodeslot=0x1D4A9,
228247  variants=variants_style,
228248  visual="it",
228249 },
228250 [0x1D4AA]={
228251  category="lu",
228252  description="MATHEMATICAL SCRIPT CAPITAL O",
228253  direction="l",
228254  linebreak="al",
228255  mathclass="variable",
228256  specials={ "font", 0x4F },
228257  unicodeslot=0x1D4AA,
228258  variants=variants_style,
228259  visual="it",
228260 },
228261 [0x1D4AB]={
228262  category="lu",
228263  description="MATHEMATICAL SCRIPT CAPITAL P",
228264  direction="l",
228265  linebreak="al",
228266  mathclass="variable",
228267  specials={ "font", 0x50 },
228268  synonyms={ "power set" },
228269  unicodeslot=0x1D4AB,
228270  variants=variants_style,
228271  visual="it",
228272 },
228273 [0x1D4AC]={
228274  category="lu",
228275  description="MATHEMATICAL SCRIPT CAPITAL Q",
228276  direction="l",
228277  linebreak="al",
228278  mathclass="variable",
228279  specials={ "font", 0x51 },
228280  unicodeslot=0x1D4AC,
228281  variants=variants_style,
228282  visual="it",
228283 },
228284 [0x1D4AE]={
228285  category="lu",
228286  description="MATHEMATICAL SCRIPT CAPITAL S",
228287  direction="l",
228288  linebreak="al",
228289  mathclass="variable",
228290  specials={ "font", 0x53 },
228291  unicodeslot=0x1D4AE,
228292  variants=variants_style,
228293  visual="it",
228294 },
228295 [0x1D4AF]={
228296  category="lu",
228297  description="MATHEMATICAL SCRIPT CAPITAL T",
228298  direction="l",
228299  linebreak="al",
228300  mathclass="variable",
228301  specials={ "font", 0x54 },
228302  unicodeslot=0x1D4AF,
228303  variants=variants_style,
228304  visual="it",
228305 },
228306 [0x1D4B0]={
228307  category="lu",
228308  description="MATHEMATICAL SCRIPT CAPITAL U",
228309  direction="l",
228310  linebreak="al",
228311  mathclass="variable",
228312  specials={ "font", 0x55 },
228313  unicodeslot=0x1D4B0,
228314  variants=variants_style,
228315  visual="it",
228316 },
228317 [0x1D4B1]={
228318  category="lu",
228319  description="MATHEMATICAL SCRIPT CAPITAL V",
228320  direction="l",
228321  linebreak="al",
228322  mathclass="variable",
228323  specials={ "font", 0x56 },
228324  unicodeslot=0x1D4B1,
228325  variants=variants_style,
228326  visual="it",
228327 },
228328 [0x1D4B2]={
228329  category="lu",
228330  description="MATHEMATICAL SCRIPT CAPITAL W",
228331  direction="l",
228332  linebreak="al",
228333  mathclass="variable",
228334  specials={ "font", 0x57 },
228335  unicodeslot=0x1D4B2,
228336  variants=variants_style,
228337  visual="it",
228338 },
228339 [0x1D4B3]={
228340  category="lu",
228341  description="MATHEMATICAL SCRIPT CAPITAL X",
228342  direction="l",
228343  linebreak="al",
228344  mathclass="variable",
228345  specials={ "font", 0x58 },
228346  unicodeslot=0x1D4B3,
228347  variants=variants_style,
228348  visual="it",
228349 },
228350 [0x1D4B4]={
228351  category="lu",
228352  description="MATHEMATICAL SCRIPT CAPITAL Y",
228353  direction="l",
228354  linebreak="al",
228355  mathclass="variable",
228356  specials={ "font", 0x59 },
228357  unicodeslot=0x1D4B4,
228358  variants=variants_style,
228359  visual="it",
228360 },
228361 [0x1D4B5]={
228362  category="lu",
228363  description="MATHEMATICAL SCRIPT CAPITAL Z",
228364  direction="l",
228365  linebreak="al",
228366  mathclass="variable",
228367  specials={ "font", 0x5A },
228368  unicodeslot=0x1D4B5,
228369  variants=variants_style,
228370  visual="it",
228371 },
228372 [0x1D4B6]={
228373  category="ll",
228374  description="MATHEMATICAL SCRIPT SMALL A",
228375  direction="l",
228376  linebreak="al",
228377  mathclass="variable",
228378  specials={ "font", 0x61 },
228379  unicodeslot=0x1D4B6,
228380  visual="it",
228381 },
228382 [0x1D4B7]={
228383  category="ll",
228384  description="MATHEMATICAL SCRIPT SMALL B",
228385  direction="l",
228386  linebreak="al",
228387  mathclass="variable",
228388  specials={ "font", 0x62 },
228389  unicodeslot=0x1D4B7,
228390  visual="it",
228391 },
228392 [0x1D4B8]={
228393  category="ll",
228394  description="MATHEMATICAL SCRIPT SMALL C",
228395  direction="l",
228396  linebreak="al",
228397  mathclass="variable",
228398  specials={ "font", 0x63 },
228399  unicodeslot=0x1D4B8,
228400  visual="it",
228401 },
228402 [0x1D4B9]={
228403  category="ll",
228404  description="MATHEMATICAL SCRIPT SMALL D",
228405  direction="l",
228406  linebreak="al",
228407  mathclass="variable",
228408  specials={ "font", 0x64 },
228409  unicodeslot=0x1D4B9,
228410  visual="it",
228411 },
228412 [0x1D4BB]={
228413  category="ll",
228414  description="MATHEMATICAL SCRIPT SMALL F",
228415  direction="l",
228416  linebreak="al",
228417  mathclass="variable",
228418  specials={ "font", 0x66 },
228419  unicodeslot=0x1D4BB,
228420  visual="it",
228421 },
228422 [0x1D4BD]={
228423  category="ll",
228424  description="MATHEMATICAL SCRIPT SMALL H",
228425  direction="l",
228426  linebreak="al",
228427  mathclass="variable",
228428  specials={ "font", 0x68 },
228429  unicodeslot=0x1D4BD,
228430  visual="it",
228431 },
228432 [0x1D4BE]={
228433  category="ll",
228434  description="MATHEMATICAL SCRIPT SMALL I",
228435  direction="l",
228436  linebreak="al",
228437  mathclass="variable",
228438  specials={ "font", 0x69 },
228439  unicodeslot=0x1D4BE,
228440  visual="it",
228441 },
228442 [0x1D4BF]={
228443  category="ll",
228444  description="MATHEMATICAL SCRIPT SMALL J",
228445  direction="l",
228446  linebreak="al",
228447  mathclass="variable",
228448  specials={ "font", 0x6A },
228449  unicodeslot=0x1D4BF,
228450  visual="it",
228451 },
228452 [0x1D4C0]={
228453  category="ll",
228454  description="MATHEMATICAL SCRIPT SMALL K",
228455  direction="l",
228456  linebreak="al",
228457  mathclass="variable",
228458  specials={ "font", 0x6B },
228459  unicodeslot=0x1D4C0,
228460  visual="it",
228461 },
228462 [0x1D4C1]={
228463  category="ll",
228464  description="MATHEMATICAL SCRIPT SMALL L",
228465  direction="l",
228466  linebreak="al",
228467  mathclass="variable",
228468  specials={ "font", 0x6C },
228469  unicodeslot=0x1D4C1,
228470  visual="it",
228471 },
228472 [0x1D4C2]={
228473  category="ll",
228474  description="MATHEMATICAL SCRIPT SMALL M",
228475  direction="l",
228476  linebreak="al",
228477  mathclass="variable",
228478  specials={ "font", 0x6D },
228479  unicodeslot=0x1D4C2,
228480  visual="it",
228481 },
228482 [0x1D4C3]={
228483  category="ll",
228484  description="MATHEMATICAL SCRIPT SMALL N",
228485  direction="l",
228486  linebreak="al",
228487  mathclass="variable",
228488  specials={ "font", 0x6E },
228489  unicodeslot=0x1D4C3,
228490  visual="it",
228491 },
228492 [0x1D4C5]={
228493  category="ll",
228494  description="MATHEMATICAL SCRIPT SMALL P",
228495  direction="l",
228496  linebreak="al",
228497  mathclass="variable",
228498  specials={ "font", 0x70 },
228499  unicodeslot=0x1D4C5,
228500  visual="it",
228501 },
228502 [0x1D4C6]={
228503  category="ll",
228504  description="MATHEMATICAL SCRIPT SMALL Q",
228505  direction="l",
228506  linebreak="al",
228507  mathclass="variable",
228508  specials={ "font", 0x71 },
228509  unicodeslot=0x1D4C6,
228510  visual="it",
228511 },
228512 [0x1D4C7]={
228513  category="ll",
228514  description="MATHEMATICAL SCRIPT SMALL R",
228515  direction="l",
228516  linebreak="al",
228517  mathclass="variable",
228518  specials={ "font", 0x72 },
228519  unicodeslot=0x1D4C7,
228520  visual="it",
228521 },
228522 [0x1D4C8]={
228523  category="ll",
228524  description="MATHEMATICAL SCRIPT SMALL S",
228525  direction="l",
228526  linebreak="al",
228527  mathclass="variable",
228528  specials={ "font", 0x73 },
228529  unicodeslot=0x1D4C8,
228530  visual="it",
228531 },
228532 [0x1D4C9]={
228533  category="ll",
228534  description="MATHEMATICAL SCRIPT SMALL T",
228535  direction="l",
228536  linebreak="al",
228537  mathclass="variable",
228538  specials={ "font", 0x74 },
228539  unicodeslot=0x1D4C9,
228540  visual="it",
228541 },
228542 [0x1D4CA]={
228543  category="ll",
228544  description="MATHEMATICAL SCRIPT SMALL U",
228545  direction="l",
228546  linebreak="al",
228547  mathclass="variable",
228548  specials={ "font", 0x75 },
228549  unicodeslot=0x1D4CA,
228550  visual="it",
228551 },
228552 [0x1D4CB]={
228553  category="ll",
228554  description="MATHEMATICAL SCRIPT SMALL V",
228555  direction="l",
228556  linebreak="al",
228557  mathclass="variable",
228558  specials={ "font", 0x76 },
228559  unicodeslot=0x1D4CB,
228560  visual="it",
228561 },
228562 [0x1D4CC]={
228563  category="ll",
228564  description="MATHEMATICAL SCRIPT SMALL W",
228565  direction="l",
228566  linebreak="al",
228567  mathclass="variable",
228568  specials={ "font", 0x77 },
228569  unicodeslot=0x1D4CC,
228570  visual="it",
228571 },
228572 [0x1D4CD]={
228573  category="ll",
228574  description="MATHEMATICAL SCRIPT SMALL X",
228575  direction="l",
228576  linebreak="al",
228577  mathclass="variable",
228578  specials={ "font", 0x78 },
228579  unicodeslot=0x1D4CD,
228580  visual="it",
228581 },
228582 [0x1D4CE]={
228583  category="ll",
228584  description="MATHEMATICAL SCRIPT SMALL Y",
228585  direction="l",
228586  linebreak="al",
228587  mathclass="variable",
228588  specials={ "font", 0x79 },
228589  unicodeslot=0x1D4CE,
228590  visual="it",
228591 },
228592 [0x1D4CF]={
228593  category="ll",
228594  description="MATHEMATICAL SCRIPT SMALL Z",
228595  direction="l",
228596  linebreak="al",
228597  mathclass="variable",
228598  specials={ "font", 0x7A },
228599  unicodeslot=0x1D4CF,
228600  visual="it",
228601 },
228602 [0x1D4D0]={
228603  category="lu",
228604  description="MATHEMATICAL BOLD SCRIPT CAPITAL A",
228605  direction="l",
228606  linebreak="al",
228607  mathclass="variable",
228608  specials={ "font", 0x41 },
228609  unicodeslot=0x1D4D0,
228610  visual="bi",
228611 },
228612 [0x1D4D1]={
228613  category="lu",
228614  description="MATHEMATICAL BOLD SCRIPT CAPITAL B",
228615  direction="l",
228616  linebreak="al",
228617  mathclass="variable",
228618  specials={ "font", 0x42 },
228619  unicodeslot=0x1D4D1,
228620  visual="bi",
228621 },
228622 [0x1D4D2]={
228623  category="lu",
228624  description="MATHEMATICAL BOLD SCRIPT CAPITAL C",
228625  direction="l",
228626  linebreak="al",
228627  mathclass="variable",
228628  specials={ "font", 0x43 },
228629  unicodeslot=0x1D4D2,
228630  visual="bi",
228631 },
228632 [0x1D4D3]={
228633  category="lu",
228634  description="MATHEMATICAL BOLD SCRIPT CAPITAL D",
228635  direction="l",
228636  linebreak="al",
228637  mathclass="variable",
228638  specials={ "font", 0x44 },
228639  unicodeslot=0x1D4D3,
228640  visual="bi",
228641 },
228642 [0x1D4D4]={
228643  category="lu",
228644  description="MATHEMATICAL BOLD SCRIPT CAPITAL E",
228645  direction="l",
228646  linebreak="al",
228647  mathclass="variable",
228648  specials={ "font", 0x45 },
228649  unicodeslot=0x1D4D4,
228650  visual="bi",
228651 },
228652 [0x1D4D5]={
228653  category="lu",
228654  description="MATHEMATICAL BOLD SCRIPT CAPITAL F",
228655  direction="l",
228656  linebreak="al",
228657  mathclass="variable",
228658  specials={ "font", 0x46 },
228659  unicodeslot=0x1D4D5,
228660  visual="bi",
228661 },
228662 [0x1D4D6]={
228663  category="lu",
228664  description="MATHEMATICAL BOLD SCRIPT CAPITAL G",
228665  direction="l",
228666  linebreak="al",
228667  mathclass="variable",
228668  specials={ "font", 0x47 },
228669  unicodeslot=0x1D4D6,
228670  visual="bi",
228671 },
228672 [0x1D4D7]={
228673  category="lu",
228674  description="MATHEMATICAL BOLD SCRIPT CAPITAL H",
228675  direction="l",
228676  linebreak="al",
228677  mathclass="variable",
228678  specials={ "font", 0x48 },
228679  unicodeslot=0x1D4D7,
228680  visual="bi",
228681 },
228682 [0x1D4D8]={
228683  category="lu",
228684  description="MATHEMATICAL BOLD SCRIPT CAPITAL I",
228685  direction="l",
228686  linebreak="al",
228687  mathclass="variable",
228688  specials={ "font", 0x49 },
228689  unicodeslot=0x1D4D8,
228690  visual="bi",
228691 },
228692 [0x1D4D9]={
228693  category="lu",
228694  description="MATHEMATICAL BOLD SCRIPT CAPITAL J",
228695  direction="l",
228696  linebreak="al",
228697  mathclass="variable",
228698  specials={ "font", 0x4A },
228699  unicodeslot=0x1D4D9,
228700  visual="bi",
228701 },
228702 [0x1D4DA]={
228703  category="lu",
228704  description="MATHEMATICAL BOLD SCRIPT CAPITAL K",
228705  direction="l",
228706  linebreak="al",
228707  mathclass="variable",
228708  specials={ "font", 0x4B },
228709  unicodeslot=0x1D4DA,
228710  visual="bi",
228711 },
228712 [0x1D4DB]={
228713  category="lu",
228714  description="MATHEMATICAL BOLD SCRIPT CAPITAL L",
228715  direction="l",
228716  linebreak="al",
228717  mathclass="variable",
228718  specials={ "font", 0x4C },
228719  unicodeslot=0x1D4DB,
228720  visual="bi",
228721 },
228722 [0x1D4DC]={
228723  category="lu",
228724  description="MATHEMATICAL BOLD SCRIPT CAPITAL M",
228725  direction="l",
228726  linebreak="al",
228727  mathclass="variable",
228728  specials={ "font", 0x4D },
228729  unicodeslot=0x1D4DC,
228730  visual="bi",
228731 },
228732 [0x1D4DD]={
228733  category="lu",
228734  description="MATHEMATICAL BOLD SCRIPT CAPITAL N",
228735  direction="l",
228736  linebreak="al",
228737  mathclass="variable",
228738  specials={ "font", 0x4E },
228739  unicodeslot=0x1D4DD,
228740  visual="bi",
228741 },
228742 [0x1D4DE]={
228743  category="lu",
228744  description="MATHEMATICAL BOLD SCRIPT CAPITAL O",
228745  direction="l",
228746  linebreak="al",
228747  mathclass="variable",
228748  specials={ "font", 0x4F },
228749  unicodeslot=0x1D4DE,
228750  visual="bi",
228751 },
228752 [0x1D4DF]={
228753  category="lu",
228754  description="MATHEMATICAL BOLD SCRIPT CAPITAL P",
228755  direction="l",
228756  linebreak="al",
228757  mathclass="variable",
228758  specials={ "font", 0x50 },
228759  unicodeslot=0x1D4DF,
228760  visual="bi",
228761 },
228762 [0x1D4E0]={
228763  category="lu",
228764  description="MATHEMATICAL BOLD SCRIPT CAPITAL Q",
228765  direction="l",
228766  linebreak="al",
228767  mathclass="variable",
228768  specials={ "font", 0x51 },
228769  unicodeslot=0x1D4E0,
228770  visual="bi",
228771 },
228772 [0x1D4E1]={
228773  category="lu",
228774  description="MATHEMATICAL BOLD SCRIPT CAPITAL R",
228775  direction="l",
228776  linebreak="al",
228777  mathclass="variable",
228778  specials={ "font", 0x52 },
228779  unicodeslot=0x1D4E1,
228780  visual="bi",
228781 },
228782 [0x1D4E2]={
228783  category="lu",
228784  description="MATHEMATICAL BOLD SCRIPT CAPITAL S",
228785  direction="l",
228786  linebreak="al",
228787  mathclass="variable",
228788  specials={ "font", 0x53 },
228789  unicodeslot=0x1D4E2,
228790  visual="bi",
228791 },
228792 [0x1D4E3]={
228793  category="lu",
228794  description="MATHEMATICAL BOLD SCRIPT CAPITAL T",
228795  direction="l",
228796  linebreak="al",
228797  mathclass="variable",
228798  specials={ "font", 0x54 },
228799  unicodeslot=0x1D4E3,
228800  visual="bi",
228801 },
228802 [0x1D4E4]={
228803  category="lu",
228804  description="MATHEMATICAL BOLD SCRIPT CAPITAL U",
228805  direction="l",
228806  linebreak="al",
228807  mathclass="variable",
228808  specials={ "font", 0x55 },
228809  unicodeslot=0x1D4E4,
228810  visual="bi",
228811 },
228812 [0x1D4E5]={
228813  category="lu",
228814  description="MATHEMATICAL BOLD SCRIPT CAPITAL V",
228815  direction="l",
228816  linebreak="al",
228817  mathclass="variable",
228818  specials={ "font", 0x56 },
228819  unicodeslot=0x1D4E5,
228820  visual="bi",
228821 },
228822 [0x1D4E6]={
228823  category="lu",
228824  description="MATHEMATICAL BOLD SCRIPT CAPITAL W",
228825  direction="l",
228826  linebreak="al",
228827  mathclass="variable",
228828  specials={ "font", 0x57 },
228829  unicodeslot=0x1D4E6,
228830  visual="bi",
228831 },
228832 [0x1D4E7]={
228833  category="lu",
228834  description="MATHEMATICAL BOLD SCRIPT CAPITAL X",
228835  direction="l",
228836  linebreak="al",
228837  mathclass="variable",
228838  specials={ "font", 0x58 },
228839  unicodeslot=0x1D4E7,
228840  visual="bi",
228841 },
228842 [0x1D4E8]={
228843  category="lu",
228844  description="MATHEMATICAL BOLD SCRIPT CAPITAL Y",
228845  direction="l",
228846  linebreak="al",
228847  mathclass="variable",
228848  specials={ "font", 0x59 },
228849  unicodeslot=0x1D4E8,
228850  visual="bi",
228851 },
228852 [0x1D4E9]={
228853  category="lu",
228854  description="MATHEMATICAL BOLD SCRIPT CAPITAL Z",
228855  direction="l",
228856  linebreak="al",
228857  mathclass="variable",
228858  specials={ "font", 0x5A },
228859  unicodeslot=0x1D4E9,
228860  visual="bi",
228861 },
228862 [0x1D4EA]={
228863  category="ll",
228864  description="MATHEMATICAL BOLD SCRIPT SMALL A",
228865  direction="l",
228866  linebreak="al",
228867  mathclass="variable",
228868  specials={ "font", 0x61 },
228869  unicodeslot=0x1D4EA,
228870  visual="bi",
228871 },
228872 [0x1D4EB]={
228873  category="ll",
228874  description="MATHEMATICAL BOLD SCRIPT SMALL B",
228875  direction="l",
228876  linebreak="al",
228877  mathclass="variable",
228878  specials={ "font", 0x62 },
228879  unicodeslot=0x1D4EB,
228880  visual="bi",
228881 },
228882 [0x1D4EC]={
228883  category="ll",
228884  description="MATHEMATICAL BOLD SCRIPT SMALL C",
228885  direction="l",
228886  linebreak="al",
228887  mathclass="variable",
228888  specials={ "font", 0x63 },
228889  unicodeslot=0x1D4EC,
228890  visual="bi",
228891 },
228892 [0x1D4ED]={
228893  category="ll",
228894  description="MATHEMATICAL BOLD SCRIPT SMALL D",
228895  direction="l",
228896  linebreak="al",
228897  mathclass="variable",
228898  specials={ "font", 0x64 },
228899  unicodeslot=0x1D4ED,
228900  visual="bi",
228901 },
228902 [0x1D4EE]={
228903  category="ll",
228904  description="MATHEMATICAL BOLD SCRIPT SMALL E",
228905  direction="l",
228906  linebreak="al",
228907  mathclass="variable",
228908  specials={ "font", 0x65 },
228909  unicodeslot=0x1D4EE,
228910  visual="bi",
228911 },
228912 [0x1D4EF]={
228913  category="ll",
228914  description="MATHEMATICAL BOLD SCRIPT SMALL F",
228915  direction="l",
228916  linebreak="al",
228917  mathclass="variable",
228918  specials={ "font", 0x66 },
228919  unicodeslot=0x1D4EF,
228920  visual="bi",
228921 },
228922 [0x1D4F0]={
228923  category="ll",
228924  description="MATHEMATICAL BOLD SCRIPT SMALL G",
228925  direction="l",
228926  linebreak="al",
228927  mathclass="variable",
228928  specials={ "font", 0x67 },
228929  unicodeslot=0x1D4F0,
228930  visual="bi",
228931 },
228932 [0x1D4F1]={
228933  category="ll",
228934  description="MATHEMATICAL BOLD SCRIPT SMALL H",
228935  direction="l",
228936  linebreak="al",
228937  mathclass="variable",
228938  specials={ "font", 0x68 },
228939  unicodeslot=0x1D4F1,
228940  visual="bi",
228941 },
228942 [0x1D4F2]={
228943  category="ll",
228944  description="MATHEMATICAL BOLD SCRIPT SMALL I",
228945  direction="l",
228946  linebreak="al",
228947  mathclass="variable",
228948  specials={ "font", 0x69 },
228949  unicodeslot=0x1D4F2,
228950  visual="bi",
228951 },
228952 [0x1D4F3]={
228953  category="ll",
228954  description="MATHEMATICAL BOLD SCRIPT SMALL J",
228955  direction="l",
228956  linebreak="al",
228957  mathclass="variable",
228958  specials={ "font", 0x6A },
228959  unicodeslot=0x1D4F3,
228960  visual="bi",
228961 },
228962 [0x1D4F4]={
228963  category="ll",
228964  description="MATHEMATICAL BOLD SCRIPT SMALL K",
228965  direction="l",
228966  linebreak="al",
228967  mathclass="variable",
228968  specials={ "font", 0x6B },
228969  unicodeslot=0x1D4F4,
228970  visual="bi",
228971 },
228972 [0x1D4F5]={
228973  category="ll",
228974  description="MATHEMATICAL BOLD SCRIPT SMALL L",
228975  direction="l",
228976  linebreak="al",
228977  mathclass="variable",
228978  specials={ "font", 0x6C },
228979  unicodeslot=0x1D4F5,
228980  visual="bi",
228981 },
228982 [0x1D4F6]={
228983  category="ll",
228984  description="MATHEMATICAL BOLD SCRIPT SMALL M",
228985  direction="l",
228986  linebreak="al",
228987  mathclass="variable",
228988  specials={ "font", 0x6D },
228989  unicodeslot=0x1D4F6,
228990  visual="bi",
228991 },
228992 [0x1D4F7]={
228993  category="ll",
228994  description="MATHEMATICAL BOLD SCRIPT SMALL N",
228995  direction="l",
228996  linebreak="al",
228997  mathclass="variable",
228998  specials={ "font", 0x6E },
228999  unicodeslot=0x1D4F7,
229000  visual="bi",
229001 },
229002 [0x1D4F8]={
229003  category="ll",
229004  description="MATHEMATICAL BOLD SCRIPT SMALL O",
229005  direction="l",
229006  linebreak="al",
229007  mathclass="variable",
229008  specials={ "font", 0x6F },
229009  unicodeslot=0x1D4F8,
229010  visual="bi",
229011 },
229012 [0x1D4F9]={
229013  category="ll",
229014  description="MATHEMATICAL BOLD SCRIPT SMALL P",
229015  direction="l",
229016  linebreak="al",
229017  mathclass="variable",
229018  specials={ "font", 0x70 },
229019  unicodeslot=0x1D4F9,
229020  visual="bi",
229021 },
229022 [0x1D4FA]={
229023  category="ll",
229024  description="MATHEMATICAL BOLD SCRIPT SMALL Q",
229025  direction="l",
229026  linebreak="al",
229027  mathclass="variable",
229028  specials={ "font", 0x71 },
229029  unicodeslot=0x1D4FA,
229030  visual="bi",
229031 },
229032 [0x1D4FB]={
229033  category="ll",
229034  description="MATHEMATICAL BOLD SCRIPT SMALL R",
229035  direction="l",
229036  linebreak="al",
229037  mathclass="variable",
229038  specials={ "font", 0x72 },
229039  unicodeslot=0x1D4FB,
229040  visual="bi",
229041 },
229042 [0x1D4FC]={
229043  category="ll",
229044  description="MATHEMATICAL BOLD SCRIPT SMALL S",
229045  direction="l",
229046  linebreak="al",
229047  mathclass="variable",
229048  specials={ "font", 0x73 },
229049  unicodeslot=0x1D4FC,
229050  visual="bi",
229051 },
229052 [0x1D4FD]={
229053  category="ll",
229054  description="MATHEMATICAL BOLD SCRIPT SMALL T",
229055  direction="l",
229056  linebreak="al",
229057  mathclass="variable",
229058  specials={ "font", 0x74 },
229059  unicodeslot=0x1D4FD,
229060  visual="bi",
229061 },
229062 [0x1D4FE]={
229063  category="ll",
229064  description="MATHEMATICAL BOLD SCRIPT SMALL U",
229065  direction="l",
229066  linebreak="al",
229067  mathclass="variable",
229068  specials={ "font", 0x75 },
229069  unicodeslot=0x1D4FE,
229070  visual="bi",
229071 },
229072 [0x1D4FF]={
229073  category="ll",
229074  description="MATHEMATICAL BOLD SCRIPT SMALL V",
229075  direction="l",
229076  linebreak="al",
229077  mathclass="variable",
229078  specials={ "font", 0x76 },
229079  unicodeslot=0x1D4FF,
229080  visual="bi",
229081 },
229082 [0x1D500]={
229083  category="ll",
229084  description="MATHEMATICAL BOLD SCRIPT SMALL W",
229085  direction="l",
229086  linebreak="al",
229087  mathclass="variable",
229088  specials={ "font", 0x77 },
229089  unicodeslot=0x1D500,
229090  visual="bi",
229091 },
229092 [0x1D501]={
229093  category="ll",
229094  description="MATHEMATICAL BOLD SCRIPT SMALL X",
229095  direction="l",
229096  linebreak="al",
229097  mathclass="variable",
229098  specials={ "font", 0x78 },
229099  unicodeslot=0x1D501,
229100  visual="bi",
229101 },
229102 [0x1D502]={
229103  category="ll",
229104  description="MATHEMATICAL BOLD SCRIPT SMALL Y",
229105  direction="l",
229106  linebreak="al",
229107  mathclass="variable",
229108  specials={ "font", 0x79 },
229109  unicodeslot=0x1D502,
229110  visual="bi",
229111 },
229112 [0x1D503]={
229113  category="ll",
229114  description="MATHEMATICAL BOLD SCRIPT SMALL Z",
229115  direction="l",
229116  linebreak="al",
229117  mathclass="variable",
229118  specials={ "font", 0x7A },
229119  unicodeslot=0x1D503,
229120  visual="bi",
229121 },
229122 [0x1D504]={
229123  category="lu",
229124  description="MATHEMATICAL FRAKTUR CAPITAL A",
229125  direction="l",
229126  linebreak="al",
229127  mathclass="variable",
229128  specials={ "font", 0x41 },
229129  unicodeslot=0x1D504,
229130 },
229131 [0x1D505]={
229132  category="lu",
229133  description="MATHEMATICAL FRAKTUR CAPITAL B",
229134  direction="l",
229135  linebreak="al",
229136  mathclass="variable",
229137  specials={ "font", 0x42 },
229138  unicodeslot=0x1D505,
229139 },
229140 [0x1D507]={
229141  category="lu",
229142  description="MATHEMATICAL FRAKTUR CAPITAL D",
229143  direction="l",
229144  linebreak="al",
229145  mathclass="variable",
229146  specials={ "font", 0x44 },
229147  unicodeslot=0x1D507,
229148 },
229149 [0x1D508]={
229150  category="lu",
229151  description="MATHEMATICAL FRAKTUR CAPITAL E",
229152  direction="l",
229153  linebreak="al",
229154  mathclass="variable",
229155  specials={ "font", 0x45 },
229156  unicodeslot=0x1D508,
229157 },
229158 [0x1D509]={
229159  category="lu",
229160  description="MATHEMATICAL FRAKTUR CAPITAL F",
229161  direction="l",
229162  linebreak="al",
229163  mathclass="variable",
229164  specials={ "font", 0x46 },
229165  unicodeslot=0x1D509,
229166 },
229167 [0x1D50A]={
229168  category="lu",
229169  description="MATHEMATICAL FRAKTUR CAPITAL G",
229170  direction="l",
229171  linebreak="al",
229172  mathclass="variable",
229173  specials={ "font", 0x47 },
229174  unicodeslot=0x1D50A,
229175 },
229176 [0x1D50D]={
229177  category="lu",
229178  description="MATHEMATICAL FRAKTUR CAPITAL J",
229179  direction="l",
229180  linebreak="al",
229181  mathclass="variable",
229182  specials={ "font", 0x4A },
229183  unicodeslot=0x1D50D,
229184 },
229185 [0x1D50E]={
229186  category="lu",
229187  description="MATHEMATICAL FRAKTUR CAPITAL K",
229188  direction="l",
229189  linebreak="al",
229190  mathclass="variable",
229191  specials={ "font", 0x4B },
229192  unicodeslot=0x1D50E,
229193 },
229194 [0x1D50F]={
229195  category="lu",
229196  description="MATHEMATICAL FRAKTUR CAPITAL L",
229197  direction="l",
229198  linebreak="al",
229199  mathclass="variable",
229200  specials={ "font", 0x4C },
229201  unicodeslot=0x1D50F,
229202 },
229203 [0x1D510]={
229204  category="lu",
229205  description="MATHEMATICAL FRAKTUR CAPITAL M",
229206  direction="l",
229207  linebreak="al",
229208  mathclass="variable",
229209  specials={ "font", 0x4D },
229210  synonyms={ "new testament majority text" },
229211  unicodeslot=0x1D510,
229212 },
229213 [0x1D511]={
229214  category="lu",
229215  description="MATHEMATICAL FRAKTUR CAPITAL N",
229216  direction="l",
229217  linebreak="al",
229218  mathclass="variable",
229219  specials={ "font", 0x4E },
229220  unicodeslot=0x1D511,
229221 },
229222 [0x1D512]={
229223  category="lu",
229224  description="MATHEMATICAL FRAKTUR CAPITAL O",
229225  direction="l",
229226  linebreak="al",
229227  mathclass="variable",
229228  specials={ "font", 0x4F },
229229  unicodeslot=0x1D512,
229230 },
229231 [0x1D513]={
229232  category="lu",
229233  description="MATHEMATICAL FRAKTUR CAPITAL P",
229234  direction="l",
229235  linebreak="al",
229236  mathclass="variable",
229237  specials={ "font", 0x50 },
229238  unicodeslot=0x1D513,
229239 },
229240 [0x1D514]={
229241  category="lu",
229242  description="MATHEMATICAL FRAKTUR CAPITAL Q",
229243  direction="l",
229244  linebreak="al",
229245  mathclass="variable",
229246  specials={ "font", 0x51 },
229247  unicodeslot=0x1D514,
229248 },
229249 [0x1D516]={
229250  category="lu",
229251  description="MATHEMATICAL FRAKTUR CAPITAL S",
229252  direction="l",
229253  linebreak="al",
229254  mathclass="variable",
229255  specials={ "font", 0x53 },
229256  synonyms={ "greek old testament", "septuagint" },
229257  unicodeslot=0x1D516,
229258 },
229259 [0x1D517]={
229260  category="lu",
229261  description="MATHEMATICAL FRAKTUR CAPITAL T",
229262  direction="l",
229263  linebreak="al",
229264  mathclass="variable",
229265  specials={ "font", 0x54 },
229266  unicodeslot=0x1D517,
229267 },
229268 [0x1D518]={
229269  category="lu",
229270  description="MATHEMATICAL FRAKTUR CAPITAL U",
229271  direction="l",
229272  linebreak="al",
229273  mathclass="variable",
229274  specials={ "font", 0x55 },
229275  unicodeslot=0x1D518,
229276 },
229277 [0x1D519]={
229278  category="lu",
229279  description="MATHEMATICAL FRAKTUR CAPITAL V",
229280  direction="l",
229281  linebreak="al",
229282  mathclass="variable",
229283  specials={ "font", 0x56 },
229284  unicodeslot=0x1D519,
229285 },
229286 [0x1D51A]={
229287  category="lu",
229288  description="MATHEMATICAL FRAKTUR CAPITAL W",
229289  direction="l",
229290  linebreak="al",
229291  mathclass="variable",
229292  specials={ "font", 0x57 },
229293  unicodeslot=0x1D51A,
229294 },
229295 [0x1D51B]={
229296  category="lu",
229297  description="MATHEMATICAL FRAKTUR CAPITAL X",
229298  direction="l",
229299  linebreak="al",
229300  mathclass="variable",
229301  specials={ "font", 0x58 },
229302  unicodeslot=0x1D51B,
229303 },
229304 [0x1D51C]={
229305  category="lu",
229306  description="MATHEMATICAL FRAKTUR CAPITAL Y",
229307  direction="l",
229308  linebreak="al",
229309  mathclass="variable",
229310  specials={ "font", 0x59 },
229311  unicodeslot=0x1D51C,
229312 },
229313 [0x1D51E]={
229314  category="ll",
229315  description="MATHEMATICAL FRAKTUR SMALL A",
229316  direction="l",
229317  linebreak="al",
229318  mathclass="variable",
229319  specials={ "font", 0x61 },
229320  unicodeslot=0x1D51E,
229321 },
229322 [0x1D51F]={
229323  category="ll",
229324  description="MATHEMATICAL FRAKTUR SMALL B",
229325  direction="l",
229326  linebreak="al",
229327  mathclass="variable",
229328  specials={ "font", 0x62 },
229329  unicodeslot=0x1D51F,
229330 },
229331 [0x1D520]={
229332  category="ll",
229333  description="MATHEMATICAL FRAKTUR SMALL C",
229334  direction="l",
229335  linebreak="al",
229336  mathclass="variable",
229337  specials={ "font", 0x63 },
229338  unicodeslot=0x1D520,
229339 },
229340 [0x1D521]={
229341  category="ll",
229342  description="MATHEMATICAL FRAKTUR SMALL D",
229343  direction="l",
229344  linebreak="al",
229345  mathclass="variable",
229346  specials={ "font", 0x64 },
229347  unicodeslot=0x1D521,
229348 },
229349 [0x1D522]={
229350  category="ll",
229351  description="MATHEMATICAL FRAKTUR SMALL E",
229352  direction="l",
229353  linebreak="al",
229354  mathclass="variable",
229355  specials={ "font", 0x65 },
229356  unicodeslot=0x1D522,
229357 },
229358 [0x1D523]={
229359  category="ll",
229360  description="MATHEMATICAL FRAKTUR SMALL F",
229361  direction="l",
229362  linebreak="al",
229363  mathclass="variable",
229364  specials={ "font", 0x66 },
229365  unicodeslot=0x1D523,
229366 },
229367 [0x1D524]={
229368  category="ll",
229369  description="MATHEMATICAL FRAKTUR SMALL G",
229370  direction="l",
229371  linebreak="al",
229372  mathclass="variable",
229373  specials={ "font", 0x67 },
229374  unicodeslot=0x1D524,
229375 },
229376 [0x1D525]={
229377  category="ll",
229378  description="MATHEMATICAL FRAKTUR SMALL H",
229379  direction="l",
229380  linebreak="al",
229381  mathclass="variable",
229382  specials={ "font", 0x68 },
229383  unicodeslot=0x1D525,
229384 },
229385 [0x1D526]={
229386  category="ll",
229387  description="MATHEMATICAL FRAKTUR SMALL I",
229388  direction="l",
229389  linebreak="al",
229390  mathclass="variable",
229391  specials={ "font", 0x69 },
229392  unicodeslot=0x1D526,
229393 },
229394 [0x1D527]={
229395  category="ll",
229396  description="MATHEMATICAL FRAKTUR SMALL J",
229397  direction="l",
229398  linebreak="al",
229399  mathclass="variable",
229400  specials={ "font", 0x6A },
229401  unicodeslot=0x1D527,
229402 },
229403 [0x1D528]={
229404  category="ll",
229405  description="MATHEMATICAL FRAKTUR SMALL K",
229406  direction="l",
229407  linebreak="al",
229408  mathclass="variable",
229409  specials={ "font", 0x6B },
229410  unicodeslot=0x1D528,
229411 },
229412 [0x1D529]={
229413  category="ll",
229414  description="MATHEMATICAL FRAKTUR SMALL L",
229415  direction="l",
229416  linebreak="al",
229417  mathclass="variable",
229418  specials={ "font", 0x6C },
229419  unicodeslot=0x1D529,
229420 },
229421 [0x1D52A]={
229422  category="ll",
229423  description="MATHEMATICAL FRAKTUR SMALL M",
229424  direction="l",
229425  linebreak="al",
229426  mathclass="variable",
229427  specials={ "font", 0x6D },
229428  unicodeslot=0x1D52A,
229429 },
229430 [0x1D52B]={
229431  category="ll",
229432  description="MATHEMATICAL FRAKTUR SMALL N",
229433  direction="l",
229434  linebreak="al",
229435  mathclass="variable",
229436  specials={ "font", 0x6E },
229437  unicodeslot=0x1D52B,
229438 },
229439 [0x1D52C]={
229440  category="ll",
229441  description="MATHEMATICAL FRAKTUR SMALL O",
229442  direction="l",
229443  linebreak="al",
229444  mathclass="variable",
229445  specials={ "font", 0x6F },
229446  unicodeslot=0x1D52C,
229447 },
229448 [0x1D52D]={
229449  category="ll",
229450  description="MATHEMATICAL FRAKTUR SMALL P",
229451  direction="l",
229452  linebreak="al",
229453  mathclass="variable",
229454  specials={ "font", 0x70 },
229455  unicodeslot=0x1D52D,
229456 },
229457 [0x1D52E]={
229458  category="ll",
229459  description="MATHEMATICAL FRAKTUR SMALL Q",
229460  direction="l",
229461  linebreak="al",
229462  mathclass="variable",
229463  specials={ "font", 0x71 },
229464  unicodeslot=0x1D52E,
229465 },
229466 [0x1D52F]={
229467  category="ll",
229468  description="MATHEMATICAL FRAKTUR SMALL R",
229469  direction="l",
229470  linebreak="al",
229471  mathclass="variable",
229472  specials={ "font", 0x72 },
229473  unicodeslot=0x1D52F,
229474 },
229475 [0x1D530]={
229476  category="ll",
229477  description="MATHEMATICAL FRAKTUR SMALL S",
229478  direction="l",
229479  linebreak="al",
229480  mathclass="variable",
229481  specials={ "font", 0x73 },
229482  unicodeslot=0x1D530,
229483 },
229484 [0x1D531]={
229485  category="ll",
229486  description="MATHEMATICAL FRAKTUR SMALL T",
229487  direction="l",
229488  linebreak="al",
229489  mathclass="variable",
229490  specials={ "font", 0x74 },
229491  unicodeslot=0x1D531,
229492 },
229493 [0x1D532]={
229494  category="ll",
229495  description="MATHEMATICAL FRAKTUR SMALL U",
229496  direction="l",
229497  linebreak="al",
229498  mathclass="variable",
229499  specials={ "font", 0x75 },
229500  unicodeslot=0x1D532,
229501 },
229502 [0x1D533]={
229503  category="ll",
229504  description="MATHEMATICAL FRAKTUR SMALL V",
229505  direction="l",
229506  linebreak="al",
229507  mathclass="variable",
229508  specials={ "font", 0x76 },
229509  unicodeslot=0x1D533,
229510 },
229511 [0x1D534]={
229512  category="ll",
229513  description="MATHEMATICAL FRAKTUR SMALL W",
229514  direction="l",
229515  linebreak="al",
229516  mathclass="variable",
229517  specials={ "font", 0x77 },
229518  unicodeslot=0x1D534,
229519 },
229520 [0x1D535]={
229521  category="ll",
229522  description="MATHEMATICAL FRAKTUR SMALL X",
229523  direction="l",
229524  linebreak="al",
229525  mathclass="variable",
229526  specials={ "font", 0x78 },
229527  unicodeslot=0x1D535,
229528 },
229529 [0x1D536]={
229530  category="ll",
229531  description="MATHEMATICAL FRAKTUR SMALL Y",
229532  direction="l",
229533  linebreak="al",
229534  mathclass="variable",
229535  specials={ "font", 0x79 },
229536  unicodeslot=0x1D536,
229537 },
229538 [0x1D537]={
229539  category="ll",
229540  description="MATHEMATICAL FRAKTUR SMALL Z",
229541  direction="l",
229542  linebreak="al",
229543  mathclass="variable",
229544  specials={ "font", 0x7A },
229545  unicodeslot=0x1D537,
229546 },
229547 [0x1D538]={
229548  category="lu",
229549  description="MATHEMATICAL DOUBLE-STRUCK CAPITAL A",
229550  direction="l",
229551  linebreak="al",
229552  mathclass="variable",
229553  mathgroup="number set",
229554  mathmeaning="the algebraic numbers",
229555  specials={ "font", 0x41 },
229556  unicodeslot=0x1D538,
229557 },
229558 [0x1D539]={
229559  category="lu",
229560  description="MATHEMATICAL DOUBLE-STRUCK CAPITAL B",
229561  direction="l",
229562  linebreak="al",
229563  mathclass="variable",
229564  specials={ "font", 0x42 },
229565  unicodeslot=0x1D539,
229566 },
229567 [0x1D53B]={
229568  category="lu",
229569  description="MATHEMATICAL DOUBLE-STRUCK CAPITAL D",
229570  direction="l",
229571  linebreak="al",
229572  mathclass="variable",
229573  specials={ "font", 0x44 },
229574  unicodeslot=0x1D53B,
229575 },
229576 [0x1D53C]={
229577  category="lu",
229578  description="MATHEMATICAL DOUBLE-STRUCK CAPITAL E",
229579  direction="l",
229580  linebreak="al",
229581  mathclass="variable",
229582  specials={ "font", 0x45 },
229583  unicodeslot=0x1D53C,
229584 },
229585 [0x1D53D]={
229586  category="lu",
229587  description="MATHEMATICAL DOUBLE-STRUCK CAPITAL F",
229588  direction="l",
229589  linebreak="al",
229590  mathclass="variable",
229591  specials={ "font", 0x46 },
229592  unicodeslot=0x1D53D,
229593 },
229594 [0x1D53E]={
229595  category="lu",
229596  description="MATHEMATICAL DOUBLE-STRUCK CAPITAL G",
229597  direction="l",
229598  linebreak="al",
229599  mathclass="variable",
229600  specials={ "font", 0x47 },
229601  unicodeslot=0x1D53E,
229602 },
229603 [0x1D540]={
229604  category="lu",
229605  description="MATHEMATICAL DOUBLE-STRUCK CAPITAL I",
229606  direction="l",
229607  linebreak="al",
229608  mathclass="variable",
229609  specials={ "font", 0x49 },
229610  unicodeslot=0x1D540,
229611 },
229612 [0x1D541]={
229613  category="lu",
229614  description="MATHEMATICAL DOUBLE-STRUCK CAPITAL J",
229615  direction="l",
229616  linebreak="al",
229617  mathclass="variable",
229618  specials={ "font", 0x4A },
229619  unicodeslot=0x1D541,
229620 },
229621 [0x1D542]={
229622  category="lu",
229623  description="MATHEMATICAL DOUBLE-STRUCK CAPITAL K",
229624  direction="l",
229625  linebreak="al",
229626  mathclass="variable",
229627  specials={ "font", 0x4B },
229628  unicodeslot=0x1D542,
229629 },
229630 [0x1D543]={
229631  category="lu",
229632  description="MATHEMATICAL DOUBLE-STRUCK CAPITAL L",
229633  direction="l",
229634  linebreak="al",
229635  mathclass="variable",
229636  specials={ "font", 0x4C },
229637  unicodeslot=0x1D543,
229638 },
229639 [0x1D544]={
229640  category="lu",
229641  description="MATHEMATICAL DOUBLE-STRUCK CAPITAL M",
229642  direction="l",
229643  linebreak="al",
229644  mathclass="variable",
229645  specials={ "font", 0x4D },
229646  unicodeslot=0x1D544,
229647 },
229648 [0x1D546]={
229649  category="lu",
229650  description="MATHEMATICAL DOUBLE-STRUCK CAPITAL O",
229651  direction="l",
229652  linebreak="al",
229653  mathclass="variable",
229654  mathgroup="number set",
229655  mathmeaning="the octonions",
229656  specials={ "font", 0x4F },
229657  unicodeslot=0x1D546,
229658 },
229659 [0x1D54A]={
229660  category="lu",
229661  description="MATHEMATICAL DOUBLE-STRUCK CAPITAL S",
229662  direction="l",
229663  linebreak="al",
229664  mathclass="variable",
229665  mathgroup="number set",
229666  mathmeaning="the sedenions",
229667  specials={ "font", 0x53 },
229668  unicodeslot=0x1D54A,
229669 },
229670 [0x1D54B]={
229671  category="lu",
229672  description="MATHEMATICAL DOUBLE-STRUCK CAPITAL T",
229673  direction="l",
229674  linebreak="al",
229675  mathclass="variable",
229676  specials={ "font", 0x54 },
229677  unicodeslot=0x1D54B,
229678 },
229679 [0x1D54C]={
229680  category="lu",
229681  description="MATHEMATICAL DOUBLE-STRUCK CAPITAL U",
229682  direction="l",
229683  linebreak="al",
229684  mathclass="variable",
229685  specials={ "font", 0x55 },
229686  unicodeslot=0x1D54C,
229687 },
229688 [0x1D54D]={
229689  category="lu",
229690  description="MATHEMATICAL DOUBLE-STRUCK CAPITAL V",
229691  direction="l",
229692  linebreak="al",
229693  mathclass="variable",
229694  specials={ "font", 0x56 },
229695  unicodeslot=0x1D54D,
229696 },
229697 [0x1D54E]={
229698  category="lu",
229699  description="MATHEMATICAL DOUBLE-STRUCK CAPITAL W",
229700  direction="l",
229701  linebreak="al",
229702  mathclass="variable",
229703  specials={ "font", 0x57 },
229704  unicodeslot=0x1D54E,
229705 },
229706 [0x1D54F]={
229707  category="lu",
229708  description="MATHEMATICAL DOUBLE-STRUCK CAPITAL X",
229709  direction="l",
229710  linebreak="al",
229711  mathclass="variable",
229712  specials={ "font", 0x58 },
229713  unicodeslot=0x1D54F,
229714 },
229715 [0x1D550]={
229716  category="lu",
229717  description="MATHEMATICAL DOUBLE-STRUCK CAPITAL Y",
229718  direction="l",
229719  linebreak="al",
229720  mathclass="variable",
229721  specials={ "font", 0x59 },
229722  unicodeslot=0x1D550,
229723 },
229724 [0x1D552]={
229725  category="ll",
229726  description="MATHEMATICAL DOUBLE-STRUCK SMALL A",
229727  direction="l",
229728  linebreak="al",
229729  mathclass="variable",
229730  specials={ "font", 0x61 },
229731  unicodeslot=0x1D552,
229732 },
229733 [0x1D553]={
229734  category="ll",
229735  description="MATHEMATICAL DOUBLE-STRUCK SMALL B",
229736  direction="l",
229737  linebreak="al",
229738  mathclass="variable",
229739  specials={ "font", 0x62 },
229740  unicodeslot=0x1D553,
229741 },
229742 [0x1D554]={
229743  category="ll",
229744  description="MATHEMATICAL DOUBLE-STRUCK SMALL C",
229745  direction="l",
229746  linebreak="al",
229747  mathclass="variable",
229748  specials={ "font", 0x63 },
229749  unicodeslot=0x1D554,
229750 },
229751 [0x1D555]={
229752  category="ll",
229753  description="MATHEMATICAL DOUBLE-STRUCK SMALL D",
229754  direction="l",
229755  linebreak="al",
229756  mathclass="variable",
229757  specials={ "font", 0x64 },
229758  unicodeslot=0x1D555,
229759 },
229760 [0x1D556]={
229761  category="ll",
229762  description="MATHEMATICAL DOUBLE-STRUCK SMALL E",
229763  direction="l",
229764  linebreak="al",
229765  mathclass="variable",
229766  specials={ "font", 0x65 },
229767  unicodeslot=0x1D556,
229768 },
229769 [0x1D557]={
229770  category="ll",
229771  description="MATHEMATICAL DOUBLE-STRUCK SMALL F",
229772  direction="l",
229773  linebreak="al",
229774  mathclass="variable",
229775  specials={ "font", 0x66 },
229776  unicodeslot=0x1D557,
229777 },
229778 [0x1D558]={
229779  category="ll",
229780  description="MATHEMATICAL DOUBLE-STRUCK SMALL G",
229781  direction="l",
229782  linebreak="al",
229783  mathclass="variable",
229784  specials={ "font", 0x67 },
229785  unicodeslot=0x1D558,
229786 },
229787 [0x1D559]={
229788  category="ll",
229789  description="MATHEMATICAL DOUBLE-STRUCK SMALL H",
229790  direction="l",
229791  linebreak="al",
229792  mathclass="variable",
229793  specials={ "font", 0x68 },
229794  unicodeslot=0x1D559,
229795 },
229796 [0x1D55A]={
229797  category="ll",
229798  description="MATHEMATICAL DOUBLE-STRUCK SMALL I",
229799  direction="l",
229800  linebreak="al",
229801  mathclass="variable",
229802  specials={ "font", 0x69 },
229803  unicodeslot=0x1D55A,
229804 },
229805 [0x1D55B]={
229806  category="ll",
229807  description="MATHEMATICAL DOUBLE-STRUCK SMALL J",
229808  direction="l",
229809  linebreak="al",
229810  mathclass="variable",
229811  specials={ "font", 0x6A },
229812  unicodeslot=0x1D55B,
229813 },
229814 [0x1D55C]={
229815  category="ll",
229816  description="MATHEMATICAL DOUBLE-STRUCK SMALL K",
229817  direction="l",
229818  linebreak="al",
229819  mathclass="variable",
229820  specials={ "font", 0x6B },
229821  unicodeslot=0x1D55C,
229822 },
229823 [0x1D55D]={
229824  category="ll",
229825  description="MATHEMATICAL DOUBLE-STRUCK SMALL L",
229826  direction="l",
229827  linebreak="al",
229828  mathclass="variable",
229829  specials={ "font", 0x6C },
229830  unicodeslot=0x1D55D,
229831 },
229832 [0x1D55E]={
229833  category="ll",
229834  description="MATHEMATICAL DOUBLE-STRUCK SMALL M",
229835  direction="l",
229836  linebreak="al",
229837  mathclass="variable",
229838  specials={ "font", 0x6D },
229839  unicodeslot=0x1D55E,
229840 },
229841 [0x1D55F]={
229842  category="ll",
229843  description="MATHEMATICAL DOUBLE-STRUCK SMALL N",
229844  direction="l",
229845  linebreak="al",
229846  mathclass="variable",
229847  specials={ "font", 0x6E },
229848  unicodeslot=0x1D55F,
229849 },
229850 [0x1D560]={
229851  category="ll",
229852  description="MATHEMATICAL DOUBLE-STRUCK SMALL O",
229853  direction="l",
229854  linebreak="al",
229855  mathclass="variable",
229856  specials={ "font", 0x6F },
229857  unicodeslot=0x1D560,
229858 },
229859 [0x1D561]={
229860  category="ll",
229861  description="MATHEMATICAL DOUBLE-STRUCK SMALL P",
229862  direction="l",
229863  linebreak="al",
229864  mathclass="variable",
229865  specials={ "font", 0x70 },
229866  unicodeslot=0x1D561,
229867 },
229868 [0x1D562]={
229869  category="ll",
229870  description="MATHEMATICAL DOUBLE-STRUCK SMALL Q",
229871  direction="l",
229872  linebreak="al",
229873  mathclass="variable",
229874  specials={ "font", 0x71 },
229875  unicodeslot=0x1D562,
229876 },
229877 [0x1D563]={
229878  category="ll",
229879  description="MATHEMATICAL DOUBLE-STRUCK SMALL R",
229880  direction="l",
229881  linebreak="al",
229882  mathclass="variable",
229883  specials={ "font", 0x72 },
229884  unicodeslot=0x1D563,
229885 },
229886 [0x1D564]={
229887  category="ll",
229888  description="MATHEMATICAL DOUBLE-STRUCK SMALL S",
229889  direction="l",
229890  linebreak="al",
229891  mathclass="variable",
229892  specials={ "font", 0x73 },
229893  unicodeslot=0x1D564,
229894 },
229895 [0x1D565]={
229896  category="ll",
229897  description="MATHEMATICAL DOUBLE-STRUCK SMALL T",
229898  direction="l",
229899  linebreak="al",
229900  mathclass="variable",
229901  specials={ "font", 0x74 },
229902  unicodeslot=0x1D565,
229903 },
229904 [0x1D566]={
229905  category="ll",
229906  description="MATHEMATICAL DOUBLE-STRUCK SMALL U",
229907  direction="l",
229908  linebreak="al",
229909  mathclass="variable",
229910  specials={ "font", 0x75 },
229911  unicodeslot=0x1D566,
229912 },
229913 [0x1D567]={
229914  category="ll",
229915  description="MATHEMATICAL DOUBLE-STRUCK SMALL V",
229916  direction="l",
229917  linebreak="al",
229918  mathclass="variable",
229919  specials={ "font", 0x76 },
229920  unicodeslot=0x1D567,
229921 },
229922 [0x1D568]={
229923  category="ll",
229924  description="MATHEMATICAL DOUBLE-STRUCK SMALL W",
229925  direction="l",
229926  linebreak="al",
229927  mathclass="variable",
229928  specials={ "font", 0x77 },
229929  unicodeslot=0x1D568,
229930 },
229931 [0x1D569]={
229932  category="ll",
229933  description="MATHEMATICAL DOUBLE-STRUCK SMALL X",
229934  direction="l",
229935  linebreak="al",
229936  mathclass="variable",
229937  specials={ "font", 0x78 },
229938  unicodeslot=0x1D569,
229939 },
229940 [0x1D56A]={
229941  category="ll",
229942  description="MATHEMATICAL DOUBLE-STRUCK SMALL Y",
229943  direction="l",
229944  linebreak="al",
229945  mathclass="variable",
229946  specials={ "font", 0x79 },
229947  unicodeslot=0x1D56A,
229948 },
229949 [0x1D56B]={
229950  category="ll",
229951  description="MATHEMATICAL DOUBLE-STRUCK SMALL Z",
229952  direction="l",
229953  linebreak="al",
229954  mathclass="variable",
229955  specials={ "font", 0x7A },
229956  unicodeslot=0x1D56B,
229957 },
229958 [0x1D56C]={
229959  category="lu",
229960  description="MATHEMATICAL BOLD FRAKTUR CAPITAL A",
229961  direction="l",
229962  linebreak="al",
229963  mathclass="variable",
229964  specials={ "font", 0x41 },
229965  unicodeslot=0x1D56C,
229966  visual="bf",
229967 },
229968 [0x1D56D]={
229969  category="lu",
229970  description="MATHEMATICAL BOLD FRAKTUR CAPITAL B",
229971  direction="l",
229972  linebreak="al",
229973  mathclass="variable",
229974  specials={ "font", 0x42 },
229975  unicodeslot=0x1D56D,
229976  visual="bf",
229977 },
229978 [0x1D56E]={
229979  category="lu",
229980  description="MATHEMATICAL BOLD FRAKTUR CAPITAL C",
229981  direction="l",
229982  linebreak="al",
229983  mathclass="variable",
229984  specials={ "font", 0x43 },
229985  unicodeslot=0x1D56E,
229986  visual="bf",
229987 },
229988 [0x1D56F]={
229989  category="lu",
229990  description="MATHEMATICAL BOLD FRAKTUR CAPITAL D",
229991  direction="l",
229992  linebreak="al",
229993  mathclass="variable",
229994  specials={ "font", 0x44 },
229995  unicodeslot=0x1D56F,
229996  visual="bf",
229997 },
229998 [0x1D570]={
229999  category="lu",
230000  description="MATHEMATICAL BOLD FRAKTUR CAPITAL E",
230001  direction="l",
230002  linebreak="al",
230003  mathclass="variable",
230004  specials={ "font", 0x45 },
230005  unicodeslot=0x1D570,
230006  visual="bf",
230007 },
230008 [0x1D571]={
230009  category="lu",
230010  description="MATHEMATICAL BOLD FRAKTUR CAPITAL F",
230011  direction="l",
230012  linebreak="al",
230013  mathclass="variable",
230014  specials={ "font", 0x46 },
230015  unicodeslot=0x1D571,
230016  visual="bf",
230017 },
230018 [0x1D572]={
230019  category="lu",
230020  description="MATHEMATICAL BOLD FRAKTUR CAPITAL G",
230021  direction="l",
230022  linebreak="al",
230023  mathclass="variable",
230024  specials={ "font", 0x47 },
230025  unicodeslot=0x1D572,
230026  visual="bf",
230027 },
230028 [0x1D573]={
230029  category="lu",
230030  description="MATHEMATICAL BOLD FRAKTUR CAPITAL H",
230031  direction="l",
230032  linebreak="al",
230033  mathclass="variable",
230034  specials={ "font", 0x48 },
230035  unicodeslot=0x1D573,
230036  visual="bf",
230037 },
230038 [0x1D574]={
230039  category="lu",
230040  description="MATHEMATICAL BOLD FRAKTUR CAPITAL I",
230041  direction="l",
230042  linebreak="al",
230043  mathclass="variable",
230044  specials={ "font", 0x49 },
230045  unicodeslot=0x1D574,
230046  visual="bf",
230047 },
230048 [0x1D575]={
230049  category="lu",
230050  description="MATHEMATICAL BOLD FRAKTUR CAPITAL J",
230051  direction="l",
230052  linebreak="al",
230053  mathclass="variable",
230054  specials={ "font", 0x4A },
230055  unicodeslot=0x1D575,
230056  visual="bf",
230057 },
230058 [0x1D576]={
230059  category="lu",
230060  description="MATHEMATICAL BOLD FRAKTUR CAPITAL K",
230061  direction="l",
230062  linebreak="al",
230063  mathclass="variable",
230064  specials={ "font", 0x4B },
230065  unicodeslot=0x1D576,
230066  visual="bf",
230067 },
230068 [0x1D577]={
230069  category="lu",
230070  description="MATHEMATICAL BOLD FRAKTUR CAPITAL L",
230071  direction="l",
230072  linebreak="al",
230073  mathclass="variable",
230074  specials={ "font", 0x4C },
230075  unicodeslot=0x1D577,
230076  visual="bf",
230077 },
230078 [0x1D578]={
230079  category="lu",
230080  description="MATHEMATICAL BOLD FRAKTUR CAPITAL M",
230081  direction="l",
230082  linebreak="al",
230083  mathclass="variable",
230084  specials={ "font", 0x4D },
230085  unicodeslot=0x1D578,
230086  visual="bf",
230087 },
230088 [0x1D579]={
230089  category="lu",
230090  description="MATHEMATICAL BOLD FRAKTUR CAPITAL N",
230091  direction="l",
230092  linebreak="al",
230093  mathclass="variable",
230094  specials={ "font", 0x4E },
230095  unicodeslot=0x1D579,
230096  visual="bf",
230097 },
230098 [0x1D57A]={
230099  category="lu",
230100  description="MATHEMATICAL BOLD FRAKTUR CAPITAL O",
230101  direction="l",
230102  linebreak="al",
230103  mathclass="variable",
230104  specials={ "font", 0x4F },
230105  unicodeslot=0x1D57A,
230106  visual="bf",
230107 },
230108 [0x1D57B]={
230109  category="lu",
230110  description="MATHEMATICAL BOLD FRAKTUR CAPITAL P",
230111  direction="l",
230112  linebreak="al",
230113  mathclass="variable",
230114  specials={ "font", 0x50 },
230115  unicodeslot=0x1D57B,
230116  visual="bf",
230117 },
230118 [0x1D57C]={
230119  category="lu",
230120  description="MATHEMATICAL BOLD FRAKTUR CAPITAL Q",
230121  direction="l",
230122  linebreak="al",
230123  mathclass="variable",
230124  specials={ "font", 0x51 },
230125  unicodeslot=0x1D57C,
230126  visual="bf",
230127 },
230128 [0x1D57D]={
230129  category="lu",
230130  description="MATHEMATICAL BOLD FRAKTUR CAPITAL R",
230131  direction="l",
230132  linebreak="al",
230133  mathclass="variable",
230134  specials={ "font", 0x52 },
230135  unicodeslot=0x1D57D,
230136  visual="bf",
230137 },
230138 [0x1D57E]={
230139  category="lu",
230140  description="MATHEMATICAL BOLD FRAKTUR CAPITAL S",
230141  direction="l",
230142  linebreak="al",
230143  mathclass="variable",
230144  specials={ "font", 0x53 },
230145  unicodeslot=0x1D57E,
230146  visual="bf",
230147 },
230148 [0x1D57F]={
230149  category="lu",
230150  description="MATHEMATICAL BOLD FRAKTUR CAPITAL T",
230151  direction="l",
230152  linebreak="al",
230153  mathclass="variable",
230154  specials={ "font", 0x54 },
230155  unicodeslot=0x1D57F,
230156  visual="bf",
230157 },
230158 [0x1D580]={
230159  category="lu",
230160  description="MATHEMATICAL BOLD FRAKTUR CAPITAL U",
230161  direction="l",
230162  linebreak="al",
230163  mathclass="variable",
230164  specials={ "font", 0x55 },
230165  unicodeslot=0x1D580,
230166  visual="bf",
230167 },
230168 [0x1D581]={
230169  category="lu",
230170  description="MATHEMATICAL BOLD FRAKTUR CAPITAL V",
230171  direction="l",
230172  linebreak="al",
230173  mathclass="variable",
230174  specials={ "font", 0x56 },
230175  unicodeslot=0x1D581,
230176  visual="bf",
230177 },
230178 [0x1D582]={
230179  category="lu",
230180  description="MATHEMATICAL BOLD FRAKTUR CAPITAL W",
230181  direction="l",
230182  linebreak="al",
230183  mathclass="variable",
230184  specials={ "font", 0x57 },
230185  unicodeslot=0x1D582,
230186  visual="bf",
230187 },
230188 [0x1D583]={
230189  category="lu",
230190  description="MATHEMATICAL BOLD FRAKTUR CAPITAL X",
230191  direction="l",
230192  linebreak="al",
230193  mathclass="variable",
230194  specials={ "font", 0x58 },
230195  unicodeslot=0x1D583,
230196  visual="bf",
230197 },
230198 [0x1D584]={
230199  category="lu",
230200  description="MATHEMATICAL BOLD FRAKTUR CAPITAL Y",
230201  direction="l",
230202  linebreak="al",
230203  mathclass="variable",
230204  specials={ "font", 0x59 },
230205  unicodeslot=0x1D584,
230206  visual="bf",
230207 },
230208 [0x1D585]={
230209  category="lu",
230210  description="MATHEMATICAL BOLD FRAKTUR CAPITAL Z",
230211  direction="l",
230212  linebreak="al",
230213  mathclass="variable",
230214  specials={ "font", 0x5A },
230215  unicodeslot=0x1D585,
230216  visual="bf",
230217 },
230218 [0x1D586]={
230219  category="ll",
230220  description="MATHEMATICAL BOLD FRAKTUR SMALL A",
230221  direction="l",
230222  linebreak="al",
230223  mathclass="variable",
230224  specials={ "font", 0x61 },
230225  unicodeslot=0x1D586,
230226  visual="bf",
230227 },
230228 [0x1D587]={
230229  category="ll",
230230  description="MATHEMATICAL BOLD FRAKTUR SMALL B",
230231  direction="l",
230232  linebreak="al",
230233  mathclass="variable",
230234  specials={ "font", 0x62 },
230235  unicodeslot=0x1D587,
230236  visual="bf",
230237 },
230238 [0x1D588]={
230239  category="ll",
230240  description="MATHEMATICAL BOLD FRAKTUR SMALL C",
230241  direction="l",
230242  linebreak="al",
230243  mathclass="variable",
230244  specials={ "font", 0x63 },
230245  unicodeslot=0x1D588,
230246  visual="bf",
230247 },
230248 [0x1D589]={
230249  category="ll",
230250  description="MATHEMATICAL BOLD FRAKTUR SMALL D",
230251  direction="l",
230252  linebreak="al",
230253  mathclass="variable",
230254  specials={ "font", 0x64 },
230255  unicodeslot=0x1D589,
230256  visual="bf",
230257 },
230258 [0x1D58A]={
230259  category="ll",
230260  description="MATHEMATICAL BOLD FRAKTUR SMALL E",
230261  direction="l",
230262  linebreak="al",
230263  mathclass="variable",
230264  specials={ "font", 0x65 },
230265  unicodeslot=0x1D58A,
230266  visual="bf",
230267 },
230268 [0x1D58B]={
230269  category="ll",
230270  description="MATHEMATICAL BOLD FRAKTUR SMALL F",
230271  direction="l",
230272  linebreak="al",
230273  mathclass="variable",
230274  specials={ "font", 0x66 },
230275  unicodeslot=0x1D58B,
230276  visual="bf",
230277 },
230278 [0x1D58C]={
230279  category="ll",
230280  description="MATHEMATICAL BOLD FRAKTUR SMALL G",
230281  direction="l",
230282  linebreak="al",
230283  mathclass="variable",
230284  specials={ "font", 0x67 },
230285  unicodeslot=0x1D58C,
230286  visual="bf",
230287 },
230288 [0x1D58D]={
230289  category="ll",
230290  description="MATHEMATICAL BOLD FRAKTUR SMALL H",
230291  direction="l",
230292  linebreak="al",
230293  mathclass="variable",
230294  specials={ "font", 0x68 },
230295  unicodeslot=0x1D58D,
230296  visual="bf",
230297 },
230298 [0x1D58E]={
230299  category="ll",
230300  description="MATHEMATICAL BOLD FRAKTUR SMALL I",
230301  direction="l",
230302  linebreak="al",
230303  mathclass="variable",
230304  specials={ "font", 0x69 },
230305  unicodeslot=0x1D58E,
230306  visual="bf",
230307 },
230308 [0x1D58F]={
230309  category="ll",
230310  description="MATHEMATICAL BOLD FRAKTUR SMALL J",
230311  direction="l",
230312  linebreak="al",
230313  mathclass="variable",
230314  specials={ "font", 0x6A },
230315  unicodeslot=0x1D58F,
230316  visual="bf",
230317 },
230318 [0x1D590]={
230319  category="ll",
230320  description="MATHEMATICAL BOLD FRAKTUR SMALL K",
230321  direction="l",
230322  linebreak="al",
230323  mathclass="variable",
230324  specials={ "font", 0x6B },
230325  unicodeslot=0x1D590,
230326  visual="bf",
230327 },
230328 [0x1D591]={
230329  category="ll",
230330  description="MATHEMATICAL BOLD FRAKTUR SMALL L",
230331  direction="l",
230332  linebreak="al",
230333  mathclass="variable",
230334  specials={ "font", 0x6C },
230335  unicodeslot=0x1D591,
230336  visual="bf",
230337 },
230338 [0x1D592]={
230339  category="ll",
230340  description="MATHEMATICAL BOLD FRAKTUR SMALL M",
230341  direction="l",
230342  linebreak="al",
230343  mathclass="variable",
230344  specials={ "font", 0x6D },
230345  unicodeslot=0x1D592,
230346  visual="bf",
230347 },
230348 [0x1D593]={
230349  category="ll",
230350  description="MATHEMATICAL BOLD FRAKTUR SMALL N",
230351  direction="l",
230352  linebreak="al",
230353  mathclass="variable",
230354  specials={ "font", 0x6E },
230355  unicodeslot=0x1D593,
230356  visual="bf",
230357 },
230358 [0x1D594]={
230359  category="ll",
230360  description="MATHEMATICAL BOLD FRAKTUR SMALL O",
230361  direction="l",
230362  linebreak="al",
230363  mathclass="variable",
230364  specials={ "font", 0x6F },
230365  unicodeslot=0x1D594,
230366  visual="bf",
230367 },
230368 [0x1D595]={
230369  category="ll",
230370  description="MATHEMATICAL BOLD FRAKTUR SMALL P",
230371  direction="l",
230372  linebreak="al",
230373  mathclass="variable",
230374  specials={ "font", 0x70 },
230375  unicodeslot=0x1D595,
230376  visual="bf",
230377 },
230378 [0x1D596]={
230379  category="ll",
230380  description="MATHEMATICAL BOLD FRAKTUR SMALL Q",
230381  direction="l",
230382  linebreak="al",
230383  mathclass="variable",
230384  specials={ "font", 0x71 },
230385  unicodeslot=0x1D596,
230386  visual="bf",
230387 },
230388 [0x1D597]={
230389  category="ll",
230390  description="MATHEMATICAL BOLD FRAKTUR SMALL R",
230391  direction="l",
230392  linebreak="al",
230393  mathclass="variable",
230394  specials={ "font", 0x72 },
230395  unicodeslot=0x1D597,
230396  visual="bf",
230397 },
230398 [0x1D598]={
230399  category="ll",
230400  description="MATHEMATICAL BOLD FRAKTUR SMALL S",
230401  direction="l",
230402  linebreak="al",
230403  mathclass="variable",
230404  specials={ "font", 0x73 },
230405  unicodeslot=0x1D598,
230406  visual="bf",
230407 },
230408 [0x1D599]={
230409  category="ll",
230410  description="MATHEMATICAL BOLD FRAKTUR SMALL T",
230411  direction="l",
230412  linebreak="al",
230413  mathclass="variable",
230414  specials={ "font", 0x74 },
230415  unicodeslot=0x1D599,
230416  visual="bf",
230417 },
230418 [0x1D59A]={
230419  category="ll",
230420  description="MATHEMATICAL BOLD FRAKTUR SMALL U",
230421  direction="l",
230422  linebreak="al",
230423  mathclass="variable",
230424  specials={ "font", 0x75 },
230425  unicodeslot=0x1D59A,
230426  visual="bf",
230427 },
230428 [0x1D59B]={
230429  category="ll",
230430  description="MATHEMATICAL BOLD FRAKTUR SMALL V",
230431  direction="l",
230432  linebreak="al",
230433  mathclass="variable",
230434  specials={ "font", 0x76 },
230435  unicodeslot=0x1D59B,
230436  visual="bf",
230437 },
230438 [0x1D59C]={
230439  category="ll",
230440  description="MATHEMATICAL BOLD FRAKTUR SMALL W",
230441  direction="l",
230442  linebreak="al",
230443  mathclass="variable",
230444  specials={ "font", 0x77 },
230445  unicodeslot=0x1D59C,
230446  visual="bf",
230447 },
230448 [0x1D59D]={
230449  category="ll",
230450  description="MATHEMATICAL BOLD FRAKTUR SMALL X",
230451  direction="l",
230452  linebreak="al",
230453  mathclass="variable",
230454  specials={ "font", 0x78 },
230455  unicodeslot=0x1D59D,
230456  visual="bf",
230457 },
230458 [0x1D59E]={
230459  category="ll",
230460  description="MATHEMATICAL BOLD FRAKTUR SMALL Y",
230461  direction="l",
230462  linebreak="al",
230463  mathclass="variable",
230464  specials={ "font", 0x79 },
230465  unicodeslot=0x1D59E,
230466  visual="bf",
230467 },
230468 [0x1D59F]={
230469  category="ll",
230470  description="MATHEMATICAL BOLD FRAKTUR SMALL Z",
230471  direction="l",
230472  linebreak="al",
230473  mathclass="variable",
230474  specials={ "font", 0x7A },
230475  unicodeslot=0x1D59F,
230476  visual="bf",
230477 },
230478 [0x1D5A0]={
230479  category="lu",
230480  description="MATHEMATICAL SANS-SERIF CAPITAL A",
230481  direction="l",
230482  linebreak="al",
230483  mathclass="variable",
230484  specials={ "font", 0x41 },
230485  unicodeslot=0x1D5A0,
230486 },
230487 [0x1D5A1]={
230488  category="lu",
230489  description="MATHEMATICAL SANS-SERIF CAPITAL B",
230490  direction="l",
230491  linebreak="al",
230492  mathclass="variable",
230493  specials={ "font", 0x42 },
230494  unicodeslot=0x1D5A1,
230495 },
230496 [0x1D5A2]={
230497  category="lu",
230498  description="MATHEMATICAL SANS-SERIF CAPITAL C",
230499  direction="l",
230500  linebreak="al",
230501  mathclass="variable",
230502  specials={ "font", 0x43 },
230503  unicodeslot=0x1D5A2,
230504 },
230505 [0x1D5A3]={
230506  category="lu",
230507  description="MATHEMATICAL SANS-SERIF CAPITAL D",
230508  direction="l",
230509  linebreak="al",
230510  mathclass="variable",
230511  specials={ "font", 0x44 },
230512  unicodeslot=0x1D5A3,
230513 },
230514 [0x1D5A4]={
230515  category="lu",
230516  description="MATHEMATICAL SANS-SERIF CAPITAL E",
230517  direction="l",
230518  linebreak="al",
230519  mathclass="variable",
230520  specials={ "font", 0x45 },
230521  unicodeslot=0x1D5A4,
230522 },
230523 [0x1D5A5]={
230524  category="lu",
230525  description="MATHEMATICAL SANS-SERIF CAPITAL F",
230526  direction="l",
230527  linebreak="al",
230528  mathclass="variable",
230529  specials={ "font", 0x46 },
230530  unicodeslot=0x1D5A5,
230531 },
230532 [0x1D5A6]={
230533  category="lu",
230534  description="MATHEMATICAL SANS-SERIF CAPITAL G",
230535  direction="l",
230536  linebreak="al",
230537  mathclass="variable",
230538  specials={ "font", 0x47 },
230539  unicodeslot=0x1D5A6,
230540 },
230541 [0x1D5A7]={
230542  category="lu",
230543  description="MATHEMATICAL SANS-SERIF CAPITAL H",
230544  direction="l",
230545  linebreak="al",
230546  mathclass="variable",
230547  specials={ "font", 0x48 },
230548  unicodeslot=0x1D5A7,
230549 },
230550 [0x1D5A8]={
230551  category="lu",
230552  description="MATHEMATICAL SANS-SERIF CAPITAL I",
230553  direction="l",
230554  linebreak="al",
230555  mathclass="variable",
230556  specials={ "font", 0x49 },
230557  unicodeslot=0x1D5A8,
230558 },
230559 [0x1D5A9]={
230560  category="lu",
230561  description="MATHEMATICAL SANS-SERIF CAPITAL J",
230562  direction="l",
230563  linebreak="al",
230564  mathclass="variable",
230565  specials={ "font", 0x4A },
230566  unicodeslot=0x1D5A9,
230567 },
230568 [0x1D5AA]={
230569  category="lu",
230570  description="MATHEMATICAL SANS-SERIF CAPITAL K",
230571  direction="l",
230572  linebreak="al",
230573  mathclass="variable",
230574  specials={ "font", 0x4B },
230575  unicodeslot=0x1D5AA,
230576 },
230577 [0x1D5AB]={
230578  category="lu",
230579  description="MATHEMATICAL SANS-SERIF CAPITAL L",
230580  direction="l",
230581  linebreak="al",
230582  mathclass="variable",
230583  specials={ "font", 0x4C },
230584  unicodeslot=0x1D5AB,
230585 },
230586 [0x1D5AC]={
230587  category="lu",
230588  description="MATHEMATICAL SANS-SERIF CAPITAL M",
230589  direction="l",
230590  linebreak="al",
230591  mathclass="variable",
230592  specials={ "font", 0x4D },
230593  unicodeslot=0x1D5AC,
230594 },
230595 [0x1D5AD]={
230596  category="lu",
230597  description="MATHEMATICAL SANS-SERIF CAPITAL N",
230598  direction="l",
230599  linebreak="al",
230600  mathclass="variable",
230601  specials={ "font", 0x4E },
230602  unicodeslot=0x1D5AD,
230603 },
230604 [0x1D5AE]={
230605  category="lu",
230606  description="MATHEMATICAL SANS-SERIF CAPITAL O",
230607  direction="l",
230608  linebreak="al",
230609  mathclass="variable",
230610  specials={ "font", 0x4F },
230611  unicodeslot=0x1D5AE,
230612 },
230613 [0x1D5AF]={
230614  category="lu",
230615  description="MATHEMATICAL SANS-SERIF CAPITAL P",
230616  direction="l",
230617  linebreak="al",
230618  mathclass="variable",
230619  specials={ "font", 0x50 },
230620  unicodeslot=0x1D5AF,
230621 },
230622 [0x1D5B0]={
230623  category="lu",
230624  description="MATHEMATICAL SANS-SERIF CAPITAL Q",
230625  direction="l",
230626  linebreak="al",
230627  mathclass="variable",
230628  specials={ "font", 0x51 },
230629  unicodeslot=0x1D5B0,
230630 },
230631 [0x1D5B1]={
230632  category="lu",
230633  description="MATHEMATICAL SANS-SERIF CAPITAL R",
230634  direction="l",
230635  linebreak="al",
230636  mathclass="variable",
230637  specials={ "font", 0x52 },
230638  unicodeslot=0x1D5B1,
230639 },
230640 [0x1D5B2]={
230641  category="lu",
230642  description="MATHEMATICAL SANS-SERIF CAPITAL S",
230643  direction="l",
230644  linebreak="al",
230645  mathclass="variable",
230646  specials={ "font", 0x53 },
230647  unicodeslot=0x1D5B2,
230648 },
230649 [0x1D5B3]={
230650  category="lu",
230651  description="MATHEMATICAL SANS-SERIF CAPITAL T",
230652  direction="l",
230653  linebreak="al",
230654  mathclass="variable",
230655  specials={ "font", 0x54 },
230656  unicodeslot=0x1D5B3,
230657 },
230658 [0x1D5B4]={
230659  category="lu",
230660  description="MATHEMATICAL SANS-SERIF CAPITAL U",
230661  direction="l",
230662  linebreak="al",
230663  mathclass="variable",
230664  specials={ "font", 0x55 },
230665  unicodeslot=0x1D5B4,
230666 },
230667 [0x1D5B5]={
230668  category="lu",
230669  description="MATHEMATICAL SANS-SERIF CAPITAL V",
230670  direction="l",
230671  linebreak="al",
230672  mathclass="variable",
230673  specials={ "font", 0x56 },
230674  unicodeslot=0x1D5B5,
230675 },
230676 [0x1D5B6]={
230677  category="lu",
230678  description="MATHEMATICAL SANS-SERIF CAPITAL W",
230679  direction="l",
230680  linebreak="al",
230681  mathclass="variable",
230682  specials={ "font", 0x57 },
230683  unicodeslot=0x1D5B6,
230684 },
230685 [0x1D5B7]={
230686  category="lu",
230687  description="MATHEMATICAL SANS-SERIF CAPITAL X",
230688  direction="l",
230689  linebreak="al",
230690  mathclass="variable",
230691  specials={ "font", 0x58 },
230692  unicodeslot=0x1D5B7,
230693 },
230694 [0x1D5B8]={
230695  category="lu",
230696  description="MATHEMATICAL SANS-SERIF CAPITAL Y",
230697  direction="l",
230698  linebreak="al",
230699  mathclass="variable",
230700  specials={ "font", 0x59 },
230701  unicodeslot=0x1D5B8,
230702 },
230703 [0x1D5B9]={
230704  category="lu",
230705  description="MATHEMATICAL SANS-SERIF CAPITAL Z",
230706  direction="l",
230707  linebreak="al",
230708  mathclass="variable",
230709  specials={ "font", 0x5A },
230710  unicodeslot=0x1D5B9,
230711 },
230712 [0x1D5BA]={
230713  category="ll",
230714  description="MATHEMATICAL SANS-SERIF SMALL A",
230715  direction="l",
230716  linebreak="al",
230717  mathclass="variable",
230718  specials={ "font", 0x61 },
230719  unicodeslot=0x1D5BA,
230720 },
230721 [0x1D5BB]={
230722  category="ll",
230723  description="MATHEMATICAL SANS-SERIF SMALL B",
230724  direction="l",
230725  linebreak="al",
230726  mathclass="variable",
230727  specials={ "font", 0x62 },
230728  unicodeslot=0x1D5BB,
230729 },
230730 [0x1D5BC]={
230731  category="ll",
230732  description="MATHEMATICAL SANS-SERIF SMALL C",
230733  direction="l",
230734  linebreak="al",
230735  mathclass="variable",
230736  specials={ "font", 0x63 },
230737  unicodeslot=0x1D5BC,
230738 },
230739 [0x1D5BD]={
230740  category="ll",
230741  description="MATHEMATICAL SANS-SERIF SMALL D",
230742  direction="l",
230743  linebreak="al",
230744  mathclass="variable",
230745  specials={ "font", 0x64 },
230746  unicodeslot=0x1D5BD,
230747 },
230748 [0x1D5BE]={
230749  category="ll",
230750  description="MATHEMATICAL SANS-SERIF SMALL E",
230751  direction="l",
230752  linebreak="al",
230753  mathclass="variable",
230754  specials={ "font", 0x65 },
230755  unicodeslot=0x1D5BE,
230756 },
230757 [0x1D5BF]={
230758  category="ll",
230759  description="MATHEMATICAL SANS-SERIF SMALL F",
230760  direction="l",
230761  linebreak="al",
230762  mathclass="variable",
230763  specials={ "font", 0x66 },
230764  unicodeslot=0x1D5BF,
230765 },
230766 [0x1D5C0]={
230767  category="ll",
230768  description="MATHEMATICAL SANS-SERIF SMALL G",
230769  direction="l",
230770  linebreak="al",
230771  mathclass="variable",
230772  specials={ "font", 0x67 },
230773  unicodeslot=0x1D5C0,
230774 },
230775 [0x1D5C1]={
230776  category="ll",
230777  description="MATHEMATICAL SANS-SERIF SMALL H",
230778  direction="l",
230779  linebreak="al",
230780  mathclass="variable",
230781  specials={ "font", 0x68 },
230782  unicodeslot=0x1D5C1,
230783 },
230784 [0x1D5C2]={
230785  category="ll",
230786  description="MATHEMATICAL SANS-SERIF SMALL I",
230787  direction="l",
230788  linebreak="al",
230789  mathclass="variable",
230790  specials={ "font", 0x69 },
230791  unicodeslot=0x1D5C2,
230792 },
230793 [0x1D5C3]={
230794  category="ll",
230795  description="MATHEMATICAL SANS-SERIF SMALL J",
230796  direction="l",
230797  linebreak="al",
230798  mathclass="variable",
230799  specials={ "font", 0x6A },
230800  unicodeslot=0x1D5C3,
230801 },
230802 [0x1D5C4]={
230803  category="ll",
230804  description="MATHEMATICAL SANS-SERIF SMALL K",
230805  direction="l",
230806  linebreak="al",
230807  mathclass="variable",
230808  specials={ "font", 0x6B },
230809  unicodeslot=0x1D5C4,
230810 },
230811 [0x1D5C5]={
230812  category="ll",
230813  description="MATHEMATICAL SANS-SERIF SMALL L",
230814  direction="l",
230815  linebreak="al",
230816  mathclass="variable",
230817  specials={ "font", 0x6C },
230818  unicodeslot=0x1D5C5,
230819 },
230820 [0x1D5C6]={
230821  category="ll",
230822  description="MATHEMATICAL SANS-SERIF SMALL M",
230823  direction="l",
230824  linebreak="al",
230825  mathclass="variable",
230826  specials={ "font", 0x6D },
230827  unicodeslot=0x1D5C6,
230828 },
230829 [0x1D5C7]={
230830  category="ll",
230831  description="MATHEMATICAL SANS-SERIF SMALL N",
230832  direction="l",
230833  linebreak="al",
230834  mathclass="variable",
230835  specials={ "font", 0x6E },
230836  unicodeslot=0x1D5C7,
230837 },
230838 [0x1D5C8]={
230839  category="ll",
230840  description="MATHEMATICAL SANS-SERIF SMALL O",
230841  direction="l",
230842  linebreak="al",
230843  mathclass="variable",
230844  specials={ "font", 0x6F },
230845  unicodeslot=0x1D5C8,
230846 },
230847 [0x1D5C9]={
230848  category="ll",
230849  description="MATHEMATICAL SANS-SERIF SMALL P",
230850  direction="l",
230851  linebreak="al",
230852  mathclass="variable",
230853  specials={ "font", 0x70 },
230854  unicodeslot=0x1D5C9,
230855 },
230856 [0x1D5CA]={
230857  category="ll",
230858  description="MATHEMATICAL SANS-SERIF SMALL Q",
230859  direction="l",
230860  linebreak="al",
230861  mathclass="variable",
230862  specials={ "font", 0x71 },
230863  unicodeslot=0x1D5CA,
230864 },
230865 [0x1D5CB]={
230866  category="ll",
230867  description="MATHEMATICAL SANS-SERIF SMALL R",
230868  direction="l",
230869  linebreak="al",
230870  mathclass="variable",
230871  specials={ "font", 0x72 },
230872  unicodeslot=0x1D5CB,
230873 },
230874 [0x1D5CC]={
230875  category="ll",
230876  description="MATHEMATICAL SANS-SERIF SMALL S",
230877  direction="l",
230878  linebreak="al",
230879  mathclass="variable",
230880  specials={ "font", 0x73 },
230881  unicodeslot=0x1D5CC,
230882 },
230883 [0x1D5CD]={
230884  category="ll",
230885  description="MATHEMATICAL SANS-SERIF SMALL T",
230886  direction="l",
230887  linebreak="al",
230888  mathclass="variable",
230889  specials={ "font", 0x74 },
230890  unicodeslot=0x1D5CD,
230891 },
230892 [0x1D5CE]={
230893  category="ll",
230894  description="MATHEMATICAL SANS-SERIF SMALL U",
230895  direction="l",
230896  linebreak="al",
230897  mathclass="variable",
230898  specials={ "font", 0x75 },
230899  unicodeslot=0x1D5CE,
230900 },
230901 [0x1D5CF]={
230902  category="ll",
230903  description="MATHEMATICAL SANS-SERIF SMALL V",
230904  direction="l",
230905  linebreak="al",
230906  mathclass="variable",
230907  specials={ "font", 0x76 },
230908  unicodeslot=0x1D5CF,
230909 },
230910 [0x1D5D0]={
230911  category="ll",
230912  description="MATHEMATICAL SANS-SERIF SMALL W",
230913  direction="l",
230914  linebreak="al",
230915  mathclass="variable",
230916  specials={ "font", 0x77 },
230917  unicodeslot=0x1D5D0,
230918 },
230919 [0x1D5D1]={
230920  category="ll",
230921  description="MATHEMATICAL SANS-SERIF SMALL X",
230922  direction="l",
230923  linebreak="al",
230924  mathclass="variable",
230925  specials={ "font", 0x78 },
230926  unicodeslot=0x1D5D1,
230927 },
230928 [0x1D5D2]={
230929  category="ll",
230930  description="MATHEMATICAL SANS-SERIF SMALL Y",
230931  direction="l",
230932  linebreak="al",
230933  mathclass="variable",
230934  specials={ "font", 0x79 },
230935  unicodeslot=0x1D5D2,
230936 },
230937 [0x1D5D3]={
230938  category="ll",
230939  description="MATHEMATICAL SANS-SERIF SMALL Z",
230940  direction="l",
230941  linebreak="al",
230942  mathclass="variable",
230943  specials={ "font", 0x7A },
230944  unicodeslot=0x1D5D3,
230945 },
230946 [0x1D5D4]={
230947  category="lu",
230948  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL A",
230949  direction="l",
230950  linebreak="al",
230951  mathclass="variable",
230952  specials={ "font", 0x41 },
230953  unicodeslot=0x1D5D4,
230954  visual="bf",
230955 },
230956 [0x1D5D5]={
230957  category="lu",
230958  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL B",
230959  direction="l",
230960  linebreak="al",
230961  mathclass="variable",
230962  specials={ "font", 0x42 },
230963  unicodeslot=0x1D5D5,
230964  visual="bf",
230965 },
230966 [0x1D5D6]={
230967  category="lu",
230968  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL C",
230969  direction="l",
230970  linebreak="al",
230971  mathclass="variable",
230972  specials={ "font", 0x43 },
230973  unicodeslot=0x1D5D6,
230974  visual="bf",
230975 },
230976 [0x1D5D7]={
230977  category="lu",
230978  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL D",
230979  direction="l",
230980  linebreak="al",
230981  mathclass="variable",
230982  specials={ "font", 0x44 },
230983  unicodeslot=0x1D5D7,
230984  visual="bf",
230985 },
230986 [0x1D5D8]={
230987  category="lu",
230988  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL E",
230989  direction="l",
230990  linebreak="al",
230991  mathclass="variable",
230992  specials={ "font", 0x45 },
230993  unicodeslot=0x1D5D8,
230994  visual="bf",
230995 },
230996 [0x1D5D9]={
230997  category="lu",
230998  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL F",
230999  direction="l",
231000  linebreak="al",
231001  mathclass="variable",
231002  specials={ "font", 0x46 },
231003  unicodeslot=0x1D5D9,
231004  visual="bf",
231005 },
231006 [0x1D5DA]={
231007  category="lu",
231008  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL G",
231009  direction="l",
231010  linebreak="al",
231011  mathclass="variable",
231012  specials={ "font", 0x47 },
231013  unicodeslot=0x1D5DA,
231014  visual="bf",
231015 },
231016 [0x1D5DB]={
231017  category="lu",
231018  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL H",
231019  direction="l",
231020  linebreak="al",
231021  mathclass="variable",
231022  specials={ "font", 0x48 },
231023  unicodeslot=0x1D5DB,
231024  visual="bf",
231025 },
231026 [0x1D5DC]={
231027  category="lu",
231028  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL I",
231029  direction="l",
231030  linebreak="al",
231031  mathclass="variable",
231032  specials={ "font", 0x49 },
231033  unicodeslot=0x1D5DC,
231034  visual="bf",
231035 },
231036 [0x1D5DD]={
231037  category="lu",
231038  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL J",
231039  direction="l",
231040  linebreak="al",
231041  mathclass="variable",
231042  specials={ "font", 0x4A },
231043  unicodeslot=0x1D5DD,
231044  visual="bf",
231045 },
231046 [0x1D5DE]={
231047  category="lu",
231048  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL K",
231049  direction="l",
231050  linebreak="al",
231051  mathclass="variable",
231052  specials={ "font", 0x4B },
231053  unicodeslot=0x1D5DE,
231054  visual="bf",
231055 },
231056 [0x1D5DF]={
231057  category="lu",
231058  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL L",
231059  direction="l",
231060  linebreak="al",
231061  mathclass="variable",
231062  specials={ "font", 0x4C },
231063  unicodeslot=0x1D5DF,
231064  visual="bf",
231065 },
231066 [0x1D5E0]={
231067  category="lu",
231068  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL M",
231069  direction="l",
231070  linebreak="al",
231071  mathclass="variable",
231072  specials={ "font", 0x4D },
231073  unicodeslot=0x1D5E0,
231074  visual="bf",
231075 },
231076 [0x1D5E1]={
231077  category="lu",
231078  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL N",
231079  direction="l",
231080  linebreak="al",
231081  mathclass="variable",
231082  specials={ "font", 0x4E },
231083  unicodeslot=0x1D5E1,
231084  visual="bf",
231085 },
231086 [0x1D5E2]={
231087  category="lu",
231088  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL O",
231089  direction="l",
231090  linebreak="al",
231091  mathclass="variable",
231092  specials={ "font", 0x4F },
231093  unicodeslot=0x1D5E2,
231094  visual="bf",
231095 },
231096 [0x1D5E3]={
231097  category="lu",
231098  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL P",
231099  direction="l",
231100  linebreak="al",
231101  mathclass="variable",
231102  specials={ "font", 0x50 },
231103  unicodeslot=0x1D5E3,
231104  visual="bf",
231105 },
231106 [0x1D5E4]={
231107  category="lu",
231108  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL Q",
231109  direction="l",
231110  linebreak="al",
231111  mathclass="variable",
231112  specials={ "font", 0x51 },
231113  unicodeslot=0x1D5E4,
231114  visual="bf",
231115 },
231116 [0x1D5E5]={
231117  category="lu",
231118  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL R",
231119  direction="l",
231120  linebreak="al",
231121  mathclass="variable",
231122  specials={ "font", 0x52 },
231123  unicodeslot=0x1D5E5,
231124  visual="bf",
231125 },
231126 [0x1D5E6]={
231127  category="lu",
231128  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL S",
231129  direction="l",
231130  linebreak="al",
231131  mathclass="variable",
231132  specials={ "font", 0x53 },
231133  unicodeslot=0x1D5E6,
231134  visual="bf",
231135 },
231136 [0x1D5E7]={
231137  category="lu",
231138  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL T",
231139  direction="l",
231140  linebreak="al",
231141  mathclass="variable",
231142  specials={ "font", 0x54 },
231143  unicodeslot=0x1D5E7,
231144  visual="bf",
231145 },
231146 [0x1D5E8]={
231147  category="lu",
231148  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL U",
231149  direction="l",
231150  linebreak="al",
231151  mathclass="variable",
231152  specials={ "font", 0x55 },
231153  unicodeslot=0x1D5E8,
231154  visual="bf",
231155 },
231156 [0x1D5E9]={
231157  category="lu",
231158  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL V",
231159  direction="l",
231160  linebreak="al",
231161  mathclass="variable",
231162  specials={ "font", 0x56 },
231163  unicodeslot=0x1D5E9,
231164  visual="bf",
231165 },
231166 [0x1D5EA]={
231167  category="lu",
231168  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL W",
231169  direction="l",
231170  linebreak="al",
231171  mathclass="variable",
231172  specials={ "font", 0x57 },
231173  unicodeslot=0x1D5EA,
231174  visual="bf",
231175 },
231176 [0x1D5EB]={
231177  category="lu",
231178  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL X",
231179  direction="l",
231180  linebreak="al",
231181  mathclass="variable",
231182  specials={ "font", 0x58 },
231183  unicodeslot=0x1D5EB,
231184  visual="bf",
231185 },
231186 [0x1D5EC]={
231187  category="lu",
231188  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL Y",
231189  direction="l",
231190  linebreak="al",
231191  mathclass="variable",
231192  specials={ "font", 0x59 },
231193  unicodeslot=0x1D5EC,
231194  visual="bf",
231195 },
231196 [0x1D5ED]={
231197  category="lu",
231198  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL Z",
231199  direction="l",
231200  linebreak="al",
231201  mathclass="variable",
231202  specials={ "font", 0x5A },
231203  unicodeslot=0x1D5ED,
231204  visual="bf",
231205 },
231206 [0x1D5EE]={
231207  category="ll",
231208  description="MATHEMATICAL SANS-SERIF BOLD SMALL A",
231209  direction="l",
231210  linebreak="al",
231211  mathclass="variable",
231212  specials={ "font", 0x61 },
231213  unicodeslot=0x1D5EE,
231214  visual="bf",
231215 },
231216 [0x1D5EF]={
231217  category="ll",
231218  description="MATHEMATICAL SANS-SERIF BOLD SMALL B",
231219  direction="l",
231220  linebreak="al",
231221  mathclass="variable",
231222  specials={ "font", 0x62 },
231223  unicodeslot=0x1D5EF,
231224  visual="bf",
231225 },
231226 [0x1D5F0]={
231227  category="ll",
231228  description="MATHEMATICAL SANS-SERIF BOLD SMALL C",
231229  direction="l",
231230  linebreak="al",
231231  mathclass="variable",
231232  specials={ "font", 0x63 },
231233  unicodeslot=0x1D5F0,
231234  visual="bf",
231235 },
231236 [0x1D5F1]={
231237  category="ll",
231238  description="MATHEMATICAL SANS-SERIF BOLD SMALL D",
231239  direction="l",
231240  linebreak="al",
231241  mathclass="variable",
231242  specials={ "font", 0x64 },
231243  unicodeslot=0x1D5F1,
231244  visual="bf",
231245 },
231246 [0x1D5F2]={
231247  category="ll",
231248  description="MATHEMATICAL SANS-SERIF BOLD SMALL E",
231249  direction="l",
231250  linebreak="al",
231251  mathclass="variable",
231252  specials={ "font", 0x65 },
231253  unicodeslot=0x1D5F2,
231254  visual="bf",
231255 },
231256 [0x1D5F3]={
231257  category="ll",
231258  description="MATHEMATICAL SANS-SERIF BOLD SMALL F",
231259  direction="l",
231260  linebreak="al",
231261  mathclass="variable",
231262  specials={ "font", 0x66 },
231263  unicodeslot=0x1D5F3,
231264  visual="bf",
231265 },
231266 [0x1D5F4]={
231267  category="ll",
231268  description="MATHEMATICAL SANS-SERIF BOLD SMALL G",
231269  direction="l",
231270  linebreak="al",
231271  mathclass="variable",
231272  specials={ "font", 0x67 },
231273  unicodeslot=0x1D5F4,
231274  visual="bf",
231275 },
231276 [0x1D5F5]={
231277  category="ll",
231278  description="MATHEMATICAL SANS-SERIF BOLD SMALL H",
231279  direction="l",
231280  linebreak="al",
231281  mathclass="variable",
231282  specials={ "font", 0x68 },
231283  unicodeslot=0x1D5F5,
231284  visual="bf",
231285 },
231286 [0x1D5F6]={
231287  category="ll",
231288  description="MATHEMATICAL SANS-SERIF BOLD SMALL I",
231289  direction="l",
231290  linebreak="al",
231291  mathclass="variable",
231292  specials={ "font", 0x69 },
231293  unicodeslot=0x1D5F6,
231294  visual="bf",
231295 },
231296 [0x1D5F7]={
231297  category="ll",
231298  description="MATHEMATICAL SANS-SERIF BOLD SMALL J",
231299  direction="l",
231300  linebreak="al",
231301  mathclass="variable",
231302  specials={ "font", 0x6A },
231303  unicodeslot=0x1D5F7,
231304  visual="bf",
231305 },
231306 [0x1D5F8]={
231307  category="ll",
231308  description="MATHEMATICAL SANS-SERIF BOLD SMALL K",
231309  direction="l",
231310  linebreak="al",
231311  mathclass="variable",
231312  specials={ "font", 0x6B },
231313  unicodeslot=0x1D5F8,
231314  visual="bf",
231315 },
231316 [0x1D5F9]={
231317  category="ll",
231318  description="MATHEMATICAL SANS-SERIF BOLD SMALL L",
231319  direction="l",
231320  linebreak="al",
231321  mathclass="variable",
231322  specials={ "font", 0x6C },
231323  unicodeslot=0x1D5F9,
231324  visual="bf",
231325 },
231326 [0x1D5FA]={
231327  category="ll",
231328  description="MATHEMATICAL SANS-SERIF BOLD SMALL M",
231329  direction="l",
231330  linebreak="al",
231331  mathclass="variable",
231332  specials={ "font", 0x6D },
231333  unicodeslot=0x1D5FA,
231334  visual="bf",
231335 },
231336 [0x1D5FB]={
231337  category="ll",
231338  description="MATHEMATICAL SANS-SERIF BOLD SMALL N",
231339  direction="l",
231340  linebreak="al",
231341  mathclass="variable",
231342  specials={ "font", 0x6E },
231343  unicodeslot=0x1D5FB,
231344  visual="bf",
231345 },
231346 [0x1D5FC]={
231347  category="ll",
231348  description="MATHEMATICAL SANS-SERIF BOLD SMALL O",
231349  direction="l",
231350  linebreak="al",
231351  mathclass="variable",
231352  specials={ "font", 0x6F },
231353  unicodeslot=0x1D5FC,
231354  visual="bf",
231355 },
231356 [0x1D5FD]={
231357  category="ll",
231358  description="MATHEMATICAL SANS-SERIF BOLD SMALL P",
231359  direction="l",
231360  linebreak="al",
231361  mathclass="variable",
231362  specials={ "font", 0x70 },
231363  unicodeslot=0x1D5FD,
231364  visual="bf",
231365 },
231366 [0x1D5FE]={
231367  category="ll",
231368  description="MATHEMATICAL SANS-SERIF BOLD SMALL Q",
231369  direction="l",
231370  linebreak="al",
231371  mathclass="variable",
231372  specials={ "font", 0x71 },
231373  unicodeslot=0x1D5FE,
231374  visual="bf",
231375 },
231376 [0x1D5FF]={
231377  category="ll",
231378  description="MATHEMATICAL SANS-SERIF BOLD SMALL R",
231379  direction="l",
231380  linebreak="al",
231381  mathclass="variable",
231382  specials={ "font", 0x72 },
231383  unicodeslot=0x1D5FF,
231384  visual="bf",
231385 },
231386 [0x1D600]={
231387  category="ll",
231388  description="MATHEMATICAL SANS-SERIF BOLD SMALL S",
231389  direction="l",
231390  linebreak="al",
231391  mathclass="variable",
231392  specials={ "font", 0x73 },
231393  unicodeslot=0x1D600,
231394  visual="bf",
231395 },
231396 [0x1D601]={
231397  category="ll",
231398  description="MATHEMATICAL SANS-SERIF BOLD SMALL T",
231399  direction="l",
231400  linebreak="al",
231401  mathclass="variable",
231402  specials={ "font", 0x74 },
231403  unicodeslot=0x1D601,
231404  visual="bf",
231405 },
231406 [0x1D602]={
231407  category="ll",
231408  description="MATHEMATICAL SANS-SERIF BOLD SMALL U",
231409  direction="l",
231410  linebreak="al",
231411  mathclass="variable",
231412  specials={ "font", 0x75 },
231413  unicodeslot=0x1D602,
231414  visual="bf",
231415 },
231416 [0x1D603]={
231417  category="ll",
231418  description="MATHEMATICAL SANS-SERIF BOLD SMALL V",
231419  direction="l",
231420  linebreak="al",
231421  mathclass="variable",
231422  specials={ "font", 0x76 },
231423  unicodeslot=0x1D603,
231424  visual="bf",
231425 },
231426 [0x1D604]={
231427  category="ll",
231428  description="MATHEMATICAL SANS-SERIF BOLD SMALL W",
231429  direction="l",
231430  linebreak="al",
231431  mathclass="variable",
231432  specials={ "font", 0x77 },
231433  unicodeslot=0x1D604,
231434  visual="bf",
231435 },
231436 [0x1D605]={
231437  category="ll",
231438  description="MATHEMATICAL SANS-SERIF BOLD SMALL X",
231439  direction="l",
231440  linebreak="al",
231441  mathclass="variable",
231442  specials={ "font", 0x78 },
231443  unicodeslot=0x1D605,
231444  visual="bf",
231445 },
231446 [0x1D606]={
231447  category="ll",
231448  description="MATHEMATICAL SANS-SERIF BOLD SMALL Y",
231449  direction="l",
231450  linebreak="al",
231451  mathclass="variable",
231452  specials={ "font", 0x79 },
231453  unicodeslot=0x1D606,
231454  visual="bf",
231455 },
231456 [0x1D607]={
231457  category="ll",
231458  description="MATHEMATICAL SANS-SERIF BOLD SMALL Z",
231459  direction="l",
231460  linebreak="al",
231461  mathclass="variable",
231462  specials={ "font", 0x7A },
231463  unicodeslot=0x1D607,
231464  visual="bf",
231465 },
231466 [0x1D608]={
231467  category="lu",
231468  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL A",
231469  direction="l",
231470  linebreak="al",
231471  mathclass="variable",
231472  specials={ "font", 0x41 },
231473  unicodeslot=0x1D608,
231474  visual="it",
231475 },
231476 [0x1D609]={
231477  category="lu",
231478  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL B",
231479  direction="l",
231480  linebreak="al",
231481  mathclass="variable",
231482  specials={ "font", 0x42 },
231483  unicodeslot=0x1D609,
231484  visual="it",
231485 },
231486 [0x1D60A]={
231487  category="lu",
231488  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL C",
231489  direction="l",
231490  linebreak="al",
231491  mathclass="variable",
231492  specials={ "font", 0x43 },
231493  unicodeslot=0x1D60A,
231494  visual="it",
231495 },
231496 [0x1D60B]={
231497  category="lu",
231498  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL D",
231499  direction="l",
231500  linebreak="al",
231501  mathclass="variable",
231502  specials={ "font", 0x44 },
231503  unicodeslot=0x1D60B,
231504  visual="it",
231505 },
231506 [0x1D60C]={
231507  category="lu",
231508  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL E",
231509  direction="l",
231510  linebreak="al",
231511  mathclass="variable",
231512  specials={ "font", 0x45 },
231513  unicodeslot=0x1D60C,
231514  visual="it",
231515 },
231516 [0x1D60D]={
231517  category="lu",
231518  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL F",
231519  direction="l",
231520  linebreak="al",
231521  mathclass="variable",
231522  specials={ "font", 0x46 },
231523  unicodeslot=0x1D60D,
231524  visual="it",
231525 },
231526 [0x1D60E]={
231527  category="lu",
231528  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL G",
231529  direction="l",
231530  linebreak="al",
231531  mathclass="variable",
231532  specials={ "font", 0x47 },
231533  unicodeslot=0x1D60E,
231534  visual="it",
231535 },
231536 [0x1D60F]={
231537  category="lu",
231538  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL H",
231539  direction="l",
231540  linebreak="al",
231541  mathclass="variable",
231542  specials={ "font", 0x48 },
231543  unicodeslot=0x1D60F,
231544  visual="it",
231545 },
231546 [0x1D610]={
231547  category="lu",
231548  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL I",
231549  direction="l",
231550  linebreak="al",
231551  mathclass="variable",
231552  specials={ "font", 0x49 },
231553  unicodeslot=0x1D610,
231554  visual="it",
231555 },
231556 [0x1D611]={
231557  category="lu",
231558  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL J",
231559  direction="l",
231560  linebreak="al",
231561  mathclass="variable",
231562  specials={ "font", 0x4A },
231563  unicodeslot=0x1D611,
231564  visual="it",
231565 },
231566 [0x1D612]={
231567  category="lu",
231568  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL K",
231569  direction="l",
231570  linebreak="al",
231571  mathclass="variable",
231572  specials={ "font", 0x4B },
231573  unicodeslot=0x1D612,
231574  visual="it",
231575 },
231576 [0x1D613]={
231577  category="lu",
231578  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL L",
231579  direction="l",
231580  linebreak="al",
231581  mathclass="variable",
231582  specials={ "font", 0x4C },
231583  unicodeslot=0x1D613,
231584  visual="it",
231585 },
231586 [0x1D614]={
231587  category="lu",
231588  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL M",
231589  direction="l",
231590  linebreak="al",
231591  mathclass="variable",
231592  specials={ "font", 0x4D },
231593  unicodeslot=0x1D614,
231594  visual="it",
231595 },
231596 [0x1D615]={
231597  category="lu",
231598  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL N",
231599  direction="l",
231600  linebreak="al",
231601  mathclass="variable",
231602  specials={ "font", 0x4E },
231603  unicodeslot=0x1D615,
231604  visual="it",
231605 },
231606 [0x1D616]={
231607  category="lu",
231608  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL O",
231609  direction="l",
231610  linebreak="al",
231611  mathclass="variable",
231612  specials={ "font", 0x4F },
231613  unicodeslot=0x1D616,
231614  visual="it",
231615 },
231616 [0x1D617]={
231617  category="lu",
231618  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL P",
231619  direction="l",
231620  linebreak="al",
231621  mathclass="variable",
231622  specials={ "font", 0x50 },
231623  unicodeslot=0x1D617,
231624  visual="it",
231625 },
231626 [0x1D618]={
231627  category="lu",
231628  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL Q",
231629  direction="l",
231630  linebreak="al",
231631  mathclass="variable",
231632  specials={ "font", 0x51 },
231633  unicodeslot=0x1D618,
231634  visual="it",
231635 },
231636 [0x1D619]={
231637  category="lu",
231638  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL R",
231639  direction="l",
231640  linebreak="al",
231641  mathclass="variable",
231642  specials={ "font", 0x52 },
231643  unicodeslot=0x1D619,
231644  visual="it",
231645 },
231646 [0x1D61A]={
231647  category="lu",
231648  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL S",
231649  direction="l",
231650  linebreak="al",
231651  mathclass="variable",
231652  specials={ "font", 0x53 },
231653  unicodeslot=0x1D61A,
231654  visual="it",
231655 },
231656 [0x1D61B]={
231657  category="lu",
231658  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL T",
231659  direction="l",
231660  linebreak="al",
231661  mathclass="variable",
231662  specials={ "font", 0x54 },
231663  unicodeslot=0x1D61B,
231664  visual="it",
231665 },
231666 [0x1D61C]={
231667  category="lu",
231668  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL U",
231669  direction="l",
231670  linebreak="al",
231671  mathclass="variable",
231672  specials={ "font", 0x55 },
231673  unicodeslot=0x1D61C,
231674  visual="it",
231675 },
231676 [0x1D61D]={
231677  category="lu",
231678  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL V",
231679  direction="l",
231680  linebreak="al",
231681  mathclass="variable",
231682  specials={ "font", 0x56 },
231683  unicodeslot=0x1D61D,
231684  visual="it",
231685 },
231686 [0x1D61E]={
231687  category="lu",
231688  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL W",
231689  direction="l",
231690  linebreak="al",
231691  mathclass="variable",
231692  specials={ "font", 0x57 },
231693  unicodeslot=0x1D61E,
231694  visual="it",
231695 },
231696 [0x1D61F]={
231697  category="lu",
231698  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL X",
231699  direction="l",
231700  linebreak="al",
231701  mathclass="variable",
231702  specials={ "font", 0x58 },
231703  unicodeslot=0x1D61F,
231704  visual="it",
231705 },
231706 [0x1D620]={
231707  category="lu",
231708  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL Y",
231709  direction="l",
231710  linebreak="al",
231711  mathclass="variable",
231712  specials={ "font", 0x59 },
231713  unicodeslot=0x1D620,
231714  visual="it",
231715 },
231716 [0x1D621]={
231717  category="lu",
231718  description="MATHEMATICAL SANS-SERIF ITALIC CAPITAL Z",
231719  direction="l",
231720  linebreak="al",
231721  mathclass="variable",
231722  specials={ "font", 0x5A },
231723  unicodeslot=0x1D621,
231724  visual="it",
231725 },
231726 [0x1D622]={
231727  category="ll",
231728  description="MATHEMATICAL SANS-SERIF ITALIC SMALL A",
231729  direction="l",
231730  linebreak="al",
231731  mathclass="variable",
231732  specials={ "font", 0x61 },
231733  unicodeslot=0x1D622,
231734  visual="it",
231735 },
231736 [0x1D623]={
231737  category="ll",
231738  description="MATHEMATICAL SANS-SERIF ITALIC SMALL B",
231739  direction="l",
231740  linebreak="al",
231741  mathclass="variable",
231742  specials={ "font", 0x62 },
231743  unicodeslot=0x1D623,
231744  visual="it",
231745 },
231746 [0x1D624]={
231747  category="ll",
231748  description="MATHEMATICAL SANS-SERIF ITALIC SMALL C",
231749  direction="l",
231750  linebreak="al",
231751  mathclass="variable",
231752  specials={ "font", 0x63 },
231753  unicodeslot=0x1D624,
231754  visual="it",
231755 },
231756 [0x1D625]={
231757  category="ll",
231758  description="MATHEMATICAL SANS-SERIF ITALIC SMALL D",
231759  direction="l",
231760  linebreak="al",
231761  mathclass="variable",
231762  specials={ "font", 0x64 },
231763  unicodeslot=0x1D625,
231764  visual="it",
231765 },
231766 [0x1D626]={
231767  category="ll",
231768  description="MATHEMATICAL SANS-SERIF ITALIC SMALL E",
231769  direction="l",
231770  linebreak="al",
231771  mathclass="variable",
231772  specials={ "font", 0x65 },
231773  unicodeslot=0x1D626,
231774  visual="it",
231775 },
231776 [0x1D627]={
231777  category="ll",
231778  description="MATHEMATICAL SANS-SERIF ITALIC SMALL F",
231779  direction="l",
231780  linebreak="al",
231781  mathclass="variable",
231782  specials={ "font", 0x66 },
231783  unicodeslot=0x1D627,
231784  visual="it",
231785 },
231786 [0x1D628]={
231787  category="ll",
231788  description="MATHEMATICAL SANS-SERIF ITALIC SMALL G",
231789  direction="l",
231790  linebreak="al",
231791  mathclass="variable",
231792  specials={ "font", 0x67 },
231793  unicodeslot=0x1D628,
231794  visual="it",
231795 },
231796 [0x1D629]={
231797  category="ll",
231798  description="MATHEMATICAL SANS-SERIF ITALIC SMALL H",
231799  direction="l",
231800  linebreak="al",
231801  mathclass="variable",
231802  specials={ "font", 0x68 },
231803  unicodeslot=0x1D629,
231804  visual="it",
231805 },
231806 [0x1D62A]={
231807  category="ll",
231808  description="MATHEMATICAL SANS-SERIF ITALIC SMALL I",
231809  direction="l",
231810  linebreak="al",
231811  mathclass="variable",
231812  specials={ "font", 0x69 },
231813  unicodeslot=0x1D62A,
231814  visual="it",
231815 },
231816 [0x1D62B]={
231817  category="ll",
231818  description="MATHEMATICAL SANS-SERIF ITALIC SMALL J",
231819  direction="l",
231820  linebreak="al",
231821  mathclass="variable",
231822  specials={ "font", 0x6A },
231823  unicodeslot=0x1D62B,
231824  visual="it",
231825 },
231826 [0x1D62C]={
231827  category="ll",
231828  description="MATHEMATICAL SANS-SERIF ITALIC SMALL K",
231829  direction="l",
231830  linebreak="al",
231831  mathclass="variable",
231832  specials={ "font", 0x6B },
231833  unicodeslot=0x1D62C,
231834  visual="it",
231835 },
231836 [0x1D62D]={
231837  category="ll",
231838  description="MATHEMATICAL SANS-SERIF ITALIC SMALL L",
231839  direction="l",
231840  linebreak="al",
231841  mathclass="variable",
231842  specials={ "font", 0x6C },
231843  unicodeslot=0x1D62D,
231844  visual="it",
231845 },
231846 [0x1D62E]={
231847  category="ll",
231848  description="MATHEMATICAL SANS-SERIF ITALIC SMALL M",
231849  direction="l",
231850  linebreak="al",
231851  mathclass="variable",
231852  specials={ "font", 0x6D },
231853  unicodeslot=0x1D62E,
231854  visual="it",
231855 },
231856 [0x1D62F]={
231857  category="ll",
231858  description="MATHEMATICAL SANS-SERIF ITALIC SMALL N",
231859  direction="l",
231860  linebreak="al",
231861  mathclass="variable",
231862  specials={ "font", 0x6E },
231863  unicodeslot=0x1D62F,
231864  visual="it",
231865 },
231866 [0x1D630]={
231867  category="ll",
231868  description="MATHEMATICAL SANS-SERIF ITALIC SMALL O",
231869  direction="l",
231870  linebreak="al",
231871  mathclass="variable",
231872  specials={ "font", 0x6F },
231873  unicodeslot=0x1D630,
231874  visual="it",
231875 },
231876 [0x1D631]={
231877  category="ll",
231878  description="MATHEMATICAL SANS-SERIF ITALIC SMALL P",
231879  direction="l",
231880  linebreak="al",
231881  mathclass="variable",
231882  specials={ "font", 0x70 },
231883  unicodeslot=0x1D631,
231884  visual="it",
231885 },
231886 [0x1D632]={
231887  category="ll",
231888  description="MATHEMATICAL SANS-SERIF ITALIC SMALL Q",
231889  direction="l",
231890  linebreak="al",
231891  mathclass="variable",
231892  specials={ "font", 0x71 },
231893  unicodeslot=0x1D632,
231894  visual="it",
231895 },
231896 [0x1D633]={
231897  category="ll",
231898  description="MATHEMATICAL SANS-SERIF ITALIC SMALL R",
231899  direction="l",
231900  linebreak="al",
231901  mathclass="variable",
231902  specials={ "font", 0x72 },
231903  unicodeslot=0x1D633,
231904  visual="it",
231905 },
231906 [0x1D634]={
231907  category="ll",
231908  description="MATHEMATICAL SANS-SERIF ITALIC SMALL S",
231909  direction="l",
231910  linebreak="al",
231911  mathclass="variable",
231912  specials={ "font", 0x73 },
231913  unicodeslot=0x1D634,
231914  visual="it",
231915 },
231916 [0x1D635]={
231917  category="ll",
231918  description="MATHEMATICAL SANS-SERIF ITALIC SMALL T",
231919  direction="l",
231920  linebreak="al",
231921  mathclass="variable",
231922  specials={ "font", 0x74 },
231923  unicodeslot=0x1D635,
231924  visual="it",
231925 },
231926 [0x1D636]={
231927  category="ll",
231928  description="MATHEMATICAL SANS-SERIF ITALIC SMALL U",
231929  direction="l",
231930  linebreak="al",
231931  mathclass="variable",
231932  specials={ "font", 0x75 },
231933  unicodeslot=0x1D636,
231934  visual="it",
231935 },
231936 [0x1D637]={
231937  category="ll",
231938  description="MATHEMATICAL SANS-SERIF ITALIC SMALL V",
231939  direction="l",
231940  linebreak="al",
231941  mathclass="variable",
231942  specials={ "font", 0x76 },
231943  unicodeslot=0x1D637,
231944  visual="it",
231945 },
231946 [0x1D638]={
231947  category="ll",
231948  description="MATHEMATICAL SANS-SERIF ITALIC SMALL W",
231949  direction="l",
231950  linebreak="al",
231951  mathclass="variable",
231952  specials={ "font", 0x77 },
231953  unicodeslot=0x1D638,
231954  visual="it",
231955 },
231956 [0x1D639]={
231957  category="ll",
231958  description="MATHEMATICAL SANS-SERIF ITALIC SMALL X",
231959  direction="l",
231960  linebreak="al",
231961  mathclass="variable",
231962  specials={ "font", 0x78 },
231963  unicodeslot=0x1D639,
231964  visual="it",
231965 },
231966 [0x1D63A]={
231967  category="ll",
231968  description="MATHEMATICAL SANS-SERIF ITALIC SMALL Y",
231969  direction="l",
231970  linebreak="al",
231971  mathclass="variable",
231972  specials={ "font", 0x79 },
231973  unicodeslot=0x1D63A,
231974  visual="it",
231975 },
231976 [0x1D63B]={
231977  category="ll",
231978  description="MATHEMATICAL SANS-SERIF ITALIC SMALL Z",
231979  direction="l",
231980  linebreak="al",
231981  mathclass="variable",
231982  specials={ "font", 0x7A },
231983  unicodeslot=0x1D63B,
231984  visual="it",
231985 },
231986 [0x1D63C]={
231987  category="lu",
231988  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL A",
231989  direction="l",
231990  linebreak="al",
231991  mathclass="variable",
231992  specials={ "font", 0x41 },
231993  unicodeslot=0x1D63C,
231994  visual="bi",
231995 },
231996 [0x1D63D]={
231997  category="lu",
231998  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL B",
231999  direction="l",
232000  linebreak="al",
232001  mathclass="variable",
232002  specials={ "font", 0x42 },
232003  unicodeslot=0x1D63D,
232004  visual="bi",
232005 },
232006 [0x1D63E]={
232007  category="lu",
232008  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL C",
232009  direction="l",
232010  linebreak="al",
232011  mathclass="variable",
232012  specials={ "font", 0x43 },
232013  unicodeslot=0x1D63E,
232014  visual="bi",
232015 },
232016 [0x1D63F]={
232017  category="lu",
232018  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL D",
232019  direction="l",
232020  linebreak="al",
232021  mathclass="variable",
232022  specials={ "font", 0x44 },
232023  unicodeslot=0x1D63F,
232024  visual="bi",
232025 },
232026 [0x1D640]={
232027  category="lu",
232028  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL E",
232029  direction="l",
232030  linebreak="al",
232031  mathclass="variable",
232032  specials={ "font", 0x45 },
232033  unicodeslot=0x1D640,
232034  visual="bi",
232035 },
232036 [0x1D641]={
232037  category="lu",
232038  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL F",
232039  direction="l",
232040  linebreak="al",
232041  mathclass="variable",
232042  specials={ "font", 0x46 },
232043  unicodeslot=0x1D641,
232044  visual="bi",
232045 },
232046 [0x1D642]={
232047  category="lu",
232048  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL G",
232049  direction="l",
232050  linebreak="al",
232051  mathclass="variable",
232052  specials={ "font", 0x47 },
232053  unicodeslot=0x1D642,
232054  visual="bi",
232055 },
232056 [0x1D643]={
232057  category="lu",
232058  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL H",
232059  direction="l",
232060  linebreak="al",
232061  mathclass="variable",
232062  specials={ "font", 0x48 },
232063  unicodeslot=0x1D643,
232064  visual="bi",
232065 },
232066 [0x1D644]={
232067  category="lu",
232068  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL I",
232069  direction="l",
232070  linebreak="al",
232071  mathclass="variable",
232072  specials={ "font", 0x49 },
232073  unicodeslot=0x1D644,
232074  visual="bi",
232075 },
232076 [0x1D645]={
232077  category="lu",
232078  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL J",
232079  direction="l",
232080  linebreak="al",
232081  mathclass="variable",
232082  specials={ "font", 0x4A },
232083  unicodeslot=0x1D645,
232084  visual="bi",
232085 },
232086 [0x1D646]={
232087  category="lu",
232088  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL K",
232089  direction="l",
232090  linebreak="al",
232091  mathclass="variable",
232092  specials={ "font", 0x4B },
232093  unicodeslot=0x1D646,
232094  visual="bi",
232095 },
232096 [0x1D647]={
232097  category="lu",
232098  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL L",
232099  direction="l",
232100  linebreak="al",
232101  mathclass="variable",
232102  specials={ "font", 0x4C },
232103  unicodeslot=0x1D647,
232104  visual="bi",
232105 },
232106 [0x1D648]={
232107  category="lu",
232108  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL M",
232109  direction="l",
232110  linebreak="al",
232111  mathclass="variable",
232112  specials={ "font", 0x4D },
232113  unicodeslot=0x1D648,
232114  visual="bi",
232115 },
232116 [0x1D649]={
232117  category="lu",
232118  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL N",
232119  direction="l",
232120  linebreak="al",
232121  mathclass="variable",
232122  specials={ "font", 0x4E },
232123  unicodeslot=0x1D649,
232124  visual="bi",
232125 },
232126 [0x1D64A]={
232127  category="lu",
232128  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL O",
232129  direction="l",
232130  linebreak="al",
232131  mathclass="variable",
232132  specials={ "font", 0x4F },
232133  unicodeslot=0x1D64A,
232134  visual="bi",
232135 },
232136 [0x1D64B]={
232137  category="lu",
232138  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL P",
232139  direction="l",
232140  linebreak="al",
232141  mathclass="variable",
232142  specials={ "font", 0x50 },
232143  unicodeslot=0x1D64B,
232144  visual="bi",
232145 },
232146 [0x1D64C]={
232147  category="lu",
232148  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Q",
232149  direction="l",
232150  linebreak="al",
232151  mathclass="variable",
232152  specials={ "font", 0x51 },
232153  unicodeslot=0x1D64C,
232154  visual="bi",
232155 },
232156 [0x1D64D]={
232157  category="lu",
232158  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL R",
232159  direction="l",
232160  linebreak="al",
232161  mathclass="variable",
232162  specials={ "font", 0x52 },
232163  unicodeslot=0x1D64D,
232164  visual="bi",
232165 },
232166 [0x1D64E]={
232167  category="lu",
232168  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL S",
232169  direction="l",
232170  linebreak="al",
232171  mathclass="variable",
232172  specials={ "font", 0x53 },
232173  unicodeslot=0x1D64E,
232174  visual="bi",
232175 },
232176 [0x1D64F]={
232177  category="lu",
232178  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL T",
232179  direction="l",
232180  linebreak="al",
232181  mathclass="variable",
232182  specials={ "font", 0x54 },
232183  unicodeslot=0x1D64F,
232184  visual="bi",
232185 },
232186 [0x1D650]={
232187  category="lu",
232188  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL U",
232189  direction="l",
232190  linebreak="al",
232191  mathclass="variable",
232192  specials={ "font", 0x55 },
232193  unicodeslot=0x1D650,
232194  visual="bi",
232195 },
232196 [0x1D651]={
232197  category="lu",
232198  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL V",
232199  direction="l",
232200  linebreak="al",
232201  mathclass="variable",
232202  specials={ "font", 0x56 },
232203  unicodeslot=0x1D651,
232204  visual="bi",
232205 },
232206 [0x1D652]={
232207  category="lu",
232208  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL W",
232209  direction="l",
232210  linebreak="al",
232211  mathclass="variable",
232212  specials={ "font", 0x57 },
232213  unicodeslot=0x1D652,
232214  visual="bi",
232215 },
232216 [0x1D653]={
232217  category="lu",
232218  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL X",
232219  direction="l",
232220  linebreak="al",
232221  mathclass="variable",
232222  specials={ "font", 0x58 },
232223  unicodeslot=0x1D653,
232224  visual="bi",
232225 },
232226 [0x1D654]={
232227  category="lu",
232228  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Y",
232229  direction="l",
232230  linebreak="al",
232231  mathclass="variable",
232232  specials={ "font", 0x59 },
232233  unicodeslot=0x1D654,
232234  visual="bi",
232235 },
232236 [0x1D655]={
232237  category="lu",
232238  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Z",
232239  direction="l",
232240  linebreak="al",
232241  mathclass="variable",
232242  specials={ "font", 0x5A },
232243  unicodeslot=0x1D655,
232244  visual="bi",
232245 },
232246 [0x1D656]={
232247  category="ll",
232248  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL A",
232249  direction="l",
232250  linebreak="al",
232251  mathclass="variable",
232252  specials={ "font", 0x61 },
232253  unicodeslot=0x1D656,
232254  visual="bi",
232255 },
232256 [0x1D657]={
232257  category="ll",
232258  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL B",
232259  direction="l",
232260  linebreak="al",
232261  mathclass="variable",
232262  specials={ "font", 0x62 },
232263  unicodeslot=0x1D657,
232264  visual="bi",
232265 },
232266 [0x1D658]={
232267  category="ll",
232268  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL C",
232269  direction="l",
232270  linebreak="al",
232271  mathclass="variable",
232272  specials={ "font", 0x63 },
232273  unicodeslot=0x1D658,
232274  visual="bi",
232275 },
232276 [0x1D659]={
232277  category="ll",
232278  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL D",
232279  direction="l",
232280  linebreak="al",
232281  mathclass="variable",
232282  specials={ "font", 0x64 },
232283  unicodeslot=0x1D659,
232284  visual="bi",
232285 },
232286 [0x1D65A]={
232287  category="ll",
232288  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL E",
232289  direction="l",
232290  linebreak="al",
232291  mathclass="variable",
232292  specials={ "font", 0x65 },
232293  unicodeslot=0x1D65A,
232294  visual="bi",
232295 },
232296 [0x1D65B]={
232297  category="ll",
232298  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL F",
232299  direction="l",
232300  linebreak="al",
232301  mathclass="variable",
232302  specials={ "font", 0x66 },
232303  unicodeslot=0x1D65B,
232304  visual="bi",
232305 },
232306 [0x1D65C]={
232307  category="ll",
232308  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL G",
232309  direction="l",
232310  linebreak="al",
232311  mathclass="variable",
232312  specials={ "font", 0x67 },
232313  unicodeslot=0x1D65C,
232314  visual="bi",
232315 },
232316 [0x1D65D]={
232317  category="ll",
232318  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL H",
232319  direction="l",
232320  linebreak="al",
232321  mathclass="variable",
232322  specials={ "font", 0x68 },
232323  unicodeslot=0x1D65D,
232324  visual="bi",
232325 },
232326 [0x1D65E]={
232327  category="ll",
232328  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL I",
232329  direction="l",
232330  linebreak="al",
232331  mathclass="variable",
232332  specials={ "font", 0x69 },
232333  unicodeslot=0x1D65E,
232334  visual="bi",
232335 },
232336 [0x1D65F]={
232337  category="ll",
232338  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL J",
232339  direction="l",
232340  linebreak="al",
232341  mathclass="variable",
232342  specials={ "font", 0x6A },
232343  unicodeslot=0x1D65F,
232344  visual="bi",
232345 },
232346 [0x1D660]={
232347  category="ll",
232348  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL K",
232349  direction="l",
232350  linebreak="al",
232351  mathclass="variable",
232352  specials={ "font", 0x6B },
232353  unicodeslot=0x1D660,
232354  visual="bi",
232355 },
232356 [0x1D661]={
232357  category="ll",
232358  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL L",
232359  direction="l",
232360  linebreak="al",
232361  mathclass="variable",
232362  specials={ "font", 0x6C },
232363  unicodeslot=0x1D661,
232364  visual="bi",
232365 },
232366 [0x1D662]={
232367  category="ll",
232368  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL M",
232369  direction="l",
232370  linebreak="al",
232371  mathclass="variable",
232372  specials={ "font", 0x6D },
232373  unicodeslot=0x1D662,
232374  visual="bi",
232375 },
232376 [0x1D663]={
232377  category="ll",
232378  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL N",
232379  direction="l",
232380  linebreak="al",
232381  mathclass="variable",
232382  specials={ "font", 0x6E },
232383  unicodeslot=0x1D663,
232384  visual="bi",
232385 },
232386 [0x1D664]={
232387  category="ll",
232388  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL O",
232389  direction="l",
232390  linebreak="al",
232391  mathclass="variable",
232392  specials={ "font", 0x6F },
232393  unicodeslot=0x1D664,
232394  visual="bi",
232395 },
232396 [0x1D665]={
232397  category="ll",
232398  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL P",
232399  direction="l",
232400  linebreak="al",
232401  mathclass="variable",
232402  specials={ "font", 0x70 },
232403  unicodeslot=0x1D665,
232404  visual="bi",
232405 },
232406 [0x1D666]={
232407  category="ll",
232408  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Q",
232409  direction="l",
232410  linebreak="al",
232411  mathclass="variable",
232412  specials={ "font", 0x71 },
232413  unicodeslot=0x1D666,
232414  visual="bi",
232415 },
232416 [0x1D667]={
232417  category="ll",
232418  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL R",
232419  direction="l",
232420  linebreak="al",
232421  mathclass="variable",
232422  specials={ "font", 0x72 },
232423  unicodeslot=0x1D667,
232424  visual="bi",
232425 },
232426 [0x1D668]={
232427  category="ll",
232428  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL S",
232429  direction="l",
232430  linebreak="al",
232431  mathclass="variable",
232432  specials={ "font", 0x73 },
232433  unicodeslot=0x1D668,
232434  visual="bi",
232435 },
232436 [0x1D669]={
232437  category="ll",
232438  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL T",
232439  direction="l",
232440  linebreak="al",
232441  mathclass="variable",
232442  specials={ "font", 0x74 },
232443  unicodeslot=0x1D669,
232444  visual="bi",
232445 },
232446 [0x1D66A]={
232447  category="ll",
232448  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL U",
232449  direction="l",
232450  linebreak="al",
232451  mathclass="variable",
232452  specials={ "font", 0x75 },
232453  unicodeslot=0x1D66A,
232454  visual="bi",
232455 },
232456 [0x1D66B]={
232457  category="ll",
232458  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL V",
232459  direction="l",
232460  linebreak="al",
232461  mathclass="variable",
232462  specials={ "font", 0x76 },
232463  unicodeslot=0x1D66B,
232464  visual="bi",
232465 },
232466 [0x1D66C]={
232467  category="ll",
232468  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL W",
232469  direction="l",
232470  linebreak="al",
232471  mathclass="variable",
232472  specials={ "font", 0x77 },
232473  unicodeslot=0x1D66C,
232474  visual="bi",
232475 },
232476 [0x1D66D]={
232477  category="ll",
232478  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL X",
232479  direction="l",
232480  linebreak="al",
232481  mathclass="variable",
232482  specials={ "font", 0x78 },
232483  unicodeslot=0x1D66D,
232484  visual="bi",
232485 },
232486 [0x1D66E]={
232487  category="ll",
232488  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Y",
232489  direction="l",
232490  linebreak="al",
232491  mathclass="variable",
232492  specials={ "font", 0x79 },
232493  unicodeslot=0x1D66E,
232494  visual="bi",
232495 },
232496 [0x1D66F]={
232497  category="ll",
232498  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Z",
232499  direction="l",
232500  linebreak="al",
232501  mathclass="variable",
232502  specials={ "font", 0x7A },
232503  unicodeslot=0x1D66F,
232504  visual="bi",
232505 },
232506 [0x1D670]={
232507  category="lu",
232508  description="MATHEMATICAL MONOSPACE CAPITAL A",
232509  direction="l",
232510  linebreak="al",
232511  mathclass="variable",
232512  specials={ "font", 0x41 },
232513  unicodeslot=0x1D670,
232514 },
232515 [0x1D671]={
232516  category="lu",
232517  description="MATHEMATICAL MONOSPACE CAPITAL B",
232518  direction="l",
232519  linebreak="al",
232520  mathclass="variable",
232521  specials={ "font", 0x42 },
232522  unicodeslot=0x1D671,
232523 },
232524 [0x1D672]={
232525  category="lu",
232526  description="MATHEMATICAL MONOSPACE CAPITAL C",
232527  direction="l",
232528  linebreak="al",
232529  mathclass="variable",
232530  specials={ "font", 0x43 },
232531  unicodeslot=0x1D672,
232532 },
232533 [0x1D673]={
232534  category="lu",
232535  description="MATHEMATICAL MONOSPACE CAPITAL D",
232536  direction="l",
232537  linebreak="al",
232538  mathclass="variable",
232539  specials={ "font", 0x44 },
232540  unicodeslot=0x1D673,
232541 },
232542 [0x1D674]={
232543  category="lu",
232544  description="MATHEMATICAL MONOSPACE CAPITAL E",
232545  direction="l",
232546  linebreak="al",
232547  mathclass="variable",
232548  specials={ "font", 0x45 },
232549  unicodeslot=0x1D674,
232550 },
232551 [0x1D675]={
232552  category="lu",
232553  description="MATHEMATICAL MONOSPACE CAPITAL F",
232554  direction="l",
232555  linebreak="al",
232556  mathclass="variable",
232557  specials={ "font", 0x46 },
232558  unicodeslot=0x1D675,
232559 },
232560 [0x1D676]={
232561  category="lu",
232562  description="MATHEMATICAL MONOSPACE CAPITAL G",
232563  direction="l",
232564  linebreak="al",
232565  mathclass="variable",
232566  specials={ "font", 0x47 },
232567  unicodeslot=0x1D676,
232568 },
232569 [0x1D677]={
232570  category="lu",
232571  description="MATHEMATICAL MONOSPACE CAPITAL H",
232572  direction="l",
232573  linebreak="al",
232574  mathclass="variable",
232575  specials={ "font", 0x48 },
232576  unicodeslot=0x1D677,
232577 },
232578 [0x1D678]={
232579  category="lu",
232580  description="MATHEMATICAL MONOSPACE CAPITAL I",
232581  direction="l",
232582  linebreak="al",
232583  mathclass="variable",
232584  specials={ "font", 0x49 },
232585  unicodeslot=0x1D678,
232586 },
232587 [0x1D679]={
232588  category="lu",
232589  description="MATHEMATICAL MONOSPACE CAPITAL J",
232590  direction="l",
232591  linebreak="al",
232592  mathclass="variable",
232593  specials={ "font", 0x4A },
232594  unicodeslot=0x1D679,
232595 },
232596 [0x1D67A]={
232597  category="lu",
232598  description="MATHEMATICAL MONOSPACE CAPITAL K",
232599  direction="l",
232600  linebreak="al",
232601  mathclass="variable",
232602  specials={ "font", 0x4B },
232603  unicodeslot=0x1D67A,
232604 },
232605 [0x1D67B]={
232606  category="lu",
232607  description="MATHEMATICAL MONOSPACE CAPITAL L",
232608  direction="l",
232609  linebreak="al",
232610  mathclass="variable",
232611  specials={ "font", 0x4C },
232612  unicodeslot=0x1D67B,
232613 },
232614 [0x1D67C]={
232615  category="lu",
232616  description="MATHEMATICAL MONOSPACE CAPITAL M",
232617  direction="l",
232618  linebreak="al",
232619  mathclass="variable",
232620  specials={ "font", 0x4D },
232621  unicodeslot=0x1D67C,
232622 },
232623 [0x1D67D]={
232624  category="lu",
232625  description="MATHEMATICAL MONOSPACE CAPITAL N",
232626  direction="l",
232627  linebreak="al",
232628  mathclass="variable",
232629  specials={ "font", 0x4E },
232630  unicodeslot=0x1D67D,
232631 },
232632 [0x1D67E]={
232633  category="lu",
232634  description="MATHEMATICAL MONOSPACE CAPITAL O",
232635  direction="l",
232636  linebreak="al",
232637  mathclass="variable",
232638  specials={ "font", 0x4F },
232639  unicodeslot=0x1D67E,
232640 },
232641 [0x1D67F]={
232642  category="lu",
232643  description="MATHEMATICAL MONOSPACE CAPITAL P",
232644  direction="l",
232645  linebreak="al",
232646  mathclass="variable",
232647  specials={ "font", 0x50 },
232648  unicodeslot=0x1D67F,
232649 },
232650 [0x1D680]={
232651  category="lu",
232652  description="MATHEMATICAL MONOSPACE CAPITAL Q",
232653  direction="l",
232654  linebreak="al",
232655  mathclass="variable",
232656  specials={ "font", 0x51 },
232657  unicodeslot=0x1D680,
232658 },
232659 [0x1D681]={
232660  category="lu",
232661  description="MATHEMATICAL MONOSPACE CAPITAL R",
232662  direction="l",
232663  linebreak="al",
232664  mathclass="variable",
232665  specials={ "font", 0x52 },
232666  unicodeslot=0x1D681,
232667 },
232668 [0x1D682]={
232669  category="lu",
232670  description="MATHEMATICAL MONOSPACE CAPITAL S",
232671  direction="l",
232672  linebreak="al",
232673  mathclass="variable",
232674  specials={ "font", 0x53 },
232675  unicodeslot=0x1D682,
232676 },
232677 [0x1D683]={
232678  category="lu",
232679  description="MATHEMATICAL MONOSPACE CAPITAL T",
232680  direction="l",
232681  linebreak="al",
232682  mathclass="variable",
232683  specials={ "font", 0x54 },
232684  unicodeslot=0x1D683,
232685 },
232686 [0x1D684]={
232687  category="lu",
232688  description="MATHEMATICAL MONOSPACE CAPITAL U",
232689  direction="l",
232690  linebreak="al",
232691  mathclass="variable",
232692  specials={ "font", 0x55 },
232693  unicodeslot=0x1D684,
232694 },
232695 [0x1D685]={
232696  category="lu",
232697  description="MATHEMATICAL MONOSPACE CAPITAL V",
232698  direction="l",
232699  linebreak="al",
232700  mathclass="variable",
232701  specials={ "font", 0x56 },
232702  unicodeslot=0x1D685,
232703 },
232704 [0x1D686]={
232705  category="lu",
232706  description="MATHEMATICAL MONOSPACE CAPITAL W",
232707  direction="l",
232708  linebreak="al",
232709  mathclass="variable",
232710  specials={ "font", 0x57 },
232711  unicodeslot=0x1D686,
232712 },
232713 [0x1D687]={
232714  category="lu",
232715  description="MATHEMATICAL MONOSPACE CAPITAL X",
232716  direction="l",
232717  linebreak="al",
232718  mathclass="variable",
232719  specials={ "font", 0x58 },
232720  unicodeslot=0x1D687,
232721 },
232722 [0x1D688]={
232723  category="lu",
232724  description="MATHEMATICAL MONOSPACE CAPITAL Y",
232725  direction="l",
232726  linebreak="al",
232727  mathclass="variable",
232728  specials={ "font", 0x59 },
232729  unicodeslot=0x1D688,
232730 },
232731 [0x1D689]={
232732  category="lu",
232733  description="MATHEMATICAL MONOSPACE CAPITAL Z",
232734  direction="l",
232735  linebreak="al",
232736  mathclass="variable",
232737  specials={ "font", 0x5A },
232738  unicodeslot=0x1D689,
232739 },
232740 [0x1D68A]={
232741  category="ll",
232742  description="MATHEMATICAL MONOSPACE SMALL A",
232743  direction="l",
232744  linebreak="al",
232745  mathclass="variable",
232746  specials={ "font", 0x61 },
232747  unicodeslot=0x1D68A,
232748 },
232749 [0x1D68B]={
232750  category="ll",
232751  description="MATHEMATICAL MONOSPACE SMALL B",
232752  direction="l",
232753  linebreak="al",
232754  mathclass="variable",
232755  specials={ "font", 0x62 },
232756  unicodeslot=0x1D68B,
232757 },
232758 [0x1D68C]={
232759  category="ll",
232760  description="MATHEMATICAL MONOSPACE SMALL C",
232761  direction="l",
232762  linebreak="al",
232763  mathclass="variable",
232764  specials={ "font", 0x63 },
232765  unicodeslot=0x1D68C,
232766 },
232767 [0x1D68D]={
232768  category="ll",
232769  description="MATHEMATICAL MONOSPACE SMALL D",
232770  direction="l",
232771  linebreak="al",
232772  mathclass="variable",
232773  specials={ "font", 0x64 },
232774  unicodeslot=0x1D68D,
232775 },
232776 [0x1D68E]={
232777  category="ll",
232778  description="MATHEMATICAL MONOSPACE SMALL E",
232779  direction="l",
232780  linebreak="al",
232781  mathclass="variable",
232782  specials={ "font", 0x65 },
232783  unicodeslot=0x1D68E,
232784 },
232785 [0x1D68F]={
232786  category="ll",
232787  description="MATHEMATICAL MONOSPACE SMALL F",
232788  direction="l",
232789  linebreak="al",
232790  mathclass="variable",
232791  specials={ "font", 0x66 },
232792  unicodeslot=0x1D68F,
232793 },
232794 [0x1D690]={
232795  category="ll",
232796  description="MATHEMATICAL MONOSPACE SMALL G",
232797  direction="l",
232798  linebreak="al",
232799  mathclass="variable",
232800  specials={ "font", 0x67 },
232801  unicodeslot=0x1D690,
232802 },
232803 [0x1D691]={
232804  category="ll",
232805  description="MATHEMATICAL MONOSPACE SMALL H",
232806  direction="l",
232807  linebreak="al",
232808  mathclass="variable",
232809  specials={ "font", 0x68 },
232810  unicodeslot=0x1D691,
232811 },
232812 [0x1D692]={
232813  category="ll",
232814  description="MATHEMATICAL MONOSPACE SMALL I",
232815  direction="l",
232816  linebreak="al",
232817  mathclass="variable",
232818  specials={ "font", 0x69 },
232819  unicodeslot=0x1D692,
232820 },
232821 [0x1D693]={
232822  category="ll",
232823  description="MATHEMATICAL MONOSPACE SMALL J",
232824  direction="l",
232825  linebreak="al",
232826  mathclass="variable",
232827  specials={ "font", 0x6A },
232828  unicodeslot=0x1D693,
232829 },
232830 [0x1D694]={
232831  category="ll",
232832  description="MATHEMATICAL MONOSPACE SMALL K",
232833  direction="l",
232834  linebreak="al",
232835  mathclass="variable",
232836  specials={ "font", 0x6B },
232837  unicodeslot=0x1D694,
232838 },
232839 [0x1D695]={
232840  category="ll",
232841  description="MATHEMATICAL MONOSPACE SMALL L",
232842  direction="l",
232843  linebreak="al",
232844  mathclass="variable",
232845  specials={ "font", 0x6C },
232846  unicodeslot=0x1D695,
232847 },
232848 [0x1D696]={
232849  category="ll",
232850  description="MATHEMATICAL MONOSPACE SMALL M",
232851  direction="l",
232852  linebreak="al",
232853  mathclass="variable",
232854  specials={ "font", 0x6D },
232855  unicodeslot=0x1D696,
232856 },
232857 [0x1D697]={
232858  category="ll",
232859  description="MATHEMATICAL MONOSPACE SMALL N",
232860  direction="l",
232861  linebreak="al",
232862  mathclass="variable",
232863  specials={ "font", 0x6E },
232864  unicodeslot=0x1D697,
232865 },
232866 [0x1D698]={
232867  category="ll",
232868  description="MATHEMATICAL MONOSPACE SMALL O",
232869  direction="l",
232870  linebreak="al",
232871  mathclass="variable",
232872  specials={ "font", 0x6F },
232873  unicodeslot=0x1D698,
232874 },
232875 [0x1D699]={
232876  category="ll",
232877  description="MATHEMATICAL MONOSPACE SMALL P",
232878  direction="l",
232879  linebreak="al",
232880  mathclass="variable",
232881  specials={ "font", 0x70 },
232882  unicodeslot=0x1D699,
232883 },
232884 [0x1D69A]={
232885  category="ll",
232886  description="MATHEMATICAL MONOSPACE SMALL Q",
232887  direction="l",
232888  linebreak="al",
232889  mathclass="variable",
232890  specials={ "font", 0x71 },
232891  unicodeslot=0x1D69A,
232892 },
232893 [0x1D69B]={
232894  category="ll",
232895  description="MATHEMATICAL MONOSPACE SMALL R",
232896  direction="l",
232897  linebreak="al",
232898  mathclass="variable",
232899  specials={ "font", 0x72 },
232900  unicodeslot=0x1D69B,
232901 },
232902 [0x1D69C]={
232903  category="ll",
232904  description="MATHEMATICAL MONOSPACE SMALL S",
232905  direction="l",
232906  linebreak="al",
232907  mathclass="variable",
232908  specials={ "font", 0x73 },
232909  unicodeslot=0x1D69C,
232910 },
232911 [0x1D69D]={
232912  category="ll",
232913  description="MATHEMATICAL MONOSPACE SMALL T",
232914  direction="l",
232915  linebreak="al",
232916  mathclass="variable",
232917  specials={ "font", 0x74 },
232918  unicodeslot=0x1D69D,
232919 },
232920 [0x1D69E]={
232921  category="ll",
232922  description="MATHEMATICAL MONOSPACE SMALL U",
232923  direction="l",
232924  linebreak="al",
232925  mathclass="variable",
232926  specials={ "font", 0x75 },
232927  unicodeslot=0x1D69E,
232928 },
232929 [0x1D69F]={
232930  category="ll",
232931  description="MATHEMATICAL MONOSPACE SMALL V",
232932  direction="l",
232933  linebreak="al",
232934  mathclass="variable",
232935  specials={ "font", 0x76 },
232936  unicodeslot=0x1D69F,
232937 },
232938 [0x1D6A0]={
232939  category="ll",
232940  description="MATHEMATICAL MONOSPACE SMALL W",
232941  direction="l",
232942  linebreak="al",
232943  mathclass="variable",
232944  specials={ "font", 0x77 },
232945  unicodeslot=0x1D6A0,
232946 },
232947 [0x1D6A1]={
232948  category="ll",
232949  description="MATHEMATICAL MONOSPACE SMALL X",
232950  direction="l",
232951  linebreak="al",
232952  mathclass="variable",
232953  specials={ "font", 0x78 },
232954  unicodeslot=0x1D6A1,
232955 },
232956 [0x1D6A2]={
232957  category="ll",
232958  description="MATHEMATICAL MONOSPACE SMALL Y",
232959  direction="l",
232960  linebreak="al",
232961  mathclass="variable",
232962  specials={ "font", 0x79 },
232963  unicodeslot=0x1D6A2,
232964 },
232965 [0x1D6A3]={
232966  category="ll",
232967  description="MATHEMATICAL MONOSPACE SMALL Z",
232968  direction="l",
232969  linebreak="al",
232970  mathclass="variable",
232971  specials={ "font", 0x7A },
232972  unicodeslot=0x1D6A3,
232973 },
232974 [0x1D6A4]={
232975  category="ll",
232976  description="MATHEMATICAL ITALIC SMALL DOTLESS I",
232977  direction="l",
232978  linebreak="al",
232979  mathclass="ordinary",
232980  mathgroup="constant arithmetic",
232981  mathmeaning="imaginary i",
232982  mathname="imath",
232983  specials={ "font", 0x131 },
232984  unicodeslot=0x1D6A4,
232985  visual="it",
232986 },
232987 [0x1D6A5]={
232988  category="ll",
232989  description="MATHEMATICAL ITALIC SMALL DOTLESS J",
232990  direction="l",
232991  linebreak="al",
232992  mathclass="ordinary",
232993  mathgroup="constant arithmetic",
232994  mathmeaning="imaginary j",
232995  mathname="jmath",
232996  specials={ "font", 0x237 },
232997  unicodeslot=0x1D6A5,
232998  visual="it",
232999 },
233000 [0x1D6A8]={
233001  category="lu",
233002  description="MATHEMATICAL BOLD CAPITAL ALPHA",
233003  direction="l",
233004  linebreak="al",
233005  mathclass="variable",
233006  specials={ "font", 0x391 },
233007  unicodeslot=0x1D6A8,
233008  visual="bf",
233009 },
233010 [0x1D6A9]={
233011  category="lu",
233012  description="MATHEMATICAL BOLD CAPITAL BETA",
233013  direction="l",
233014  linebreak="al",
233015  mathclass="variable",
233016  specials={ "font", 0x392 },
233017  unicodeslot=0x1D6A9,
233018  visual="bf",
233019 },
233020 [0x1D6AA]={
233021  category="lu",
233022  description="MATHEMATICAL BOLD CAPITAL GAMMA",
233023  direction="l",
233024  linebreak="al",
233025  mathclass="variable",
233026  specials={ "font", 0x393 },
233027  unicodeslot=0x1D6AA,
233028  visual="bf",
233029 },
233030 [0x1D6AB]={
233031  category="lu",
233032  description="MATHEMATICAL BOLD CAPITAL DELTA",
233033  direction="l",
233034  linebreak="al",
233035  mathclass="variable",
233036  specials={ "font", 0x394 },
233037  unicodeslot=0x1D6AB,
233038  visual="bf",
233039 },
233040 [0x1D6AC]={
233041  category="lu",
233042  description="MATHEMATICAL BOLD CAPITAL EPSILON",
233043  direction="l",
233044  linebreak="al",
233045  mathclass="variable",
233046  specials={ "font", 0x395 },
233047  unicodeslot=0x1D6AC,
233048  visual="bf",
233049 },
233050 [0x1D6AD]={
233051  category="lu",
233052  description="MATHEMATICAL BOLD CAPITAL ZETA",
233053  direction="l",
233054  linebreak="al",
233055  mathclass="variable",
233056  specials={ "font", 0x396 },
233057  unicodeslot=0x1D6AD,
233058  visual="bf",
233059 },
233060 [0x1D6AE]={
233061  category="lu",
233062  description="MATHEMATICAL BOLD CAPITAL ETA",
233063  direction="l",
233064  linebreak="al",
233065  mathclass="variable",
233066  specials={ "font", 0x397 },
233067  unicodeslot=0x1D6AE,
233068  visual="bf",
233069 },
233070 [0x1D6AF]={
233071  category="lu",
233072  description="MATHEMATICAL BOLD CAPITAL THETA",
233073  direction="l",
233074  linebreak="al",
233075  mathclass="variable",
233076  specials={ "font", 0x398 },
233077  unicodeslot=0x1D6AF,
233078  visual="bf",
233079 },
233080 [0x1D6B0]={
233081  category="lu",
233082  description="MATHEMATICAL BOLD CAPITAL IOTA",
233083  direction="l",
233084  linebreak="al",
233085  mathclass="variable",
233086  specials={ "font", 0x399 },
233087  unicodeslot=0x1D6B0,
233088  visual="bf",
233089 },
233090 [0x1D6B1]={
233091  category="lu",
233092  description="MATHEMATICAL BOLD CAPITAL KAPPA",
233093  direction="l",
233094  linebreak="al",
233095  mathclass="variable",
233096  specials={ "font", 0x39A },
233097  unicodeslot=0x1D6B1,
233098  visual="bf",
233099 },
233100 [0x1D6B2]={
233101  category="lu",
233102  description="MATHEMATICAL BOLD CAPITAL LAMDA",
233103  direction="l",
233104  linebreak="al",
233105  mathclass="variable",
233106  specials={ "font", 0x39B },
233107  unicodeslot=0x1D6B2,
233108  visual="bf",
233109 },
233110 [0x1D6B3]={
233111  category="lu",
233112  description="MATHEMATICAL BOLD CAPITAL MU",
233113  direction="l",
233114  linebreak="al",
233115  mathclass="variable",
233116  specials={ "font", 0x39C },
233117  unicodeslot=0x1D6B3,
233118  visual="bf",
233119 },
233120 [0x1D6B4]={
233121  category="lu",
233122  description="MATHEMATICAL BOLD CAPITAL NU",
233123  direction="l",
233124  linebreak="al",
233125  mathclass="variable",
233126  specials={ "font", 0x39D },
233127  unicodeslot=0x1D6B4,
233128  visual="bf",
233129 },
233130 [0x1D6B5]={
233131  category="lu",
233132  description="MATHEMATICAL BOLD CAPITAL XI",
233133  direction="l",
233134  linebreak="al",
233135  mathclass="variable",
233136  specials={ "font", 0x39E },
233137  unicodeslot=0x1D6B5,
233138  visual="bf",
233139 },
233140 [0x1D6B6]={
233141  category="lu",
233142  description="MATHEMATICAL BOLD CAPITAL OMICRON",
233143  direction="l",
233144  linebreak="al",
233145  mathclass="variable",
233146  specials={ "font", 0x39F },
233147  unicodeslot=0x1D6B6,
233148  visual="bf",
233149 },
233150 [0x1D6B7]={
233151  category="lu",
233152  description="MATHEMATICAL BOLD CAPITAL PI",
233153  direction="l",
233154  linebreak="al",
233155  mathclass="variable",
233156  specials={ "font", 0x3A0 },
233157  unicodeslot=0x1D6B7,
233158  visual="bf",
233159 },
233160 [0x1D6B8]={
233161  category="lu",
233162  description="MATHEMATICAL BOLD CAPITAL RHO",
233163  direction="l",
233164  linebreak="al",
233165  mathclass="variable",
233166  specials={ "font", 0x3A1 },
233167  unicodeslot=0x1D6B8,
233168  visual="bf",
233169 },
233170 [0x1D6B9]={
233171  category="lu",
233172  description="MATHEMATICAL BOLD CAPITAL THETA SYMBOL",
233173  direction="l",
233174  linebreak="al",
233175  mathclass="variable",
233176  specials={ "font", 0x3F4 },
233177  unicodeslot=0x1D6B9,
233178  visual="bf",
233179 },
233180 [0x1D6BA]={
233181  category="lu",
233182  description="MATHEMATICAL BOLD CAPITAL SIGMA",
233183  direction="l",
233184  linebreak="al",
233185  mathclass="variable",
233186  specials={ "font", 0x3A3 },
233187  unicodeslot=0x1D6BA,
233188  visual="bf",
233189 },
233190 [0x1D6BB]={
233191  category="lu",
233192  description="MATHEMATICAL BOLD CAPITAL TAU",
233193  direction="l",
233194  linebreak="al",
233195  mathclass="variable",
233196  specials={ "font", 0x3A4 },
233197  unicodeslot=0x1D6BB,
233198  visual="bf",
233199 },
233200 [0x1D6BC]={
233201  category="lu",
233202  description="MATHEMATICAL BOLD CAPITAL UPSILON",
233203  direction="l",
233204  linebreak="al",
233205  mathclass="variable",
233206  specials={ "font", 0x3A5 },
233207  unicodeslot=0x1D6BC,
233208  visual="bf",
233209 },
233210 [0x1D6BD]={
233211  category="lu",
233212  description="MATHEMATICAL BOLD CAPITAL PHI",
233213  direction="l",
233214  linebreak="al",
233215  mathclass="variable",
233216  specials={ "font", 0x3A6 },
233217  unicodeslot=0x1D6BD,
233218  visual="bf",
233219 },
233220 [0x1D6BE]={
233221  category="lu",
233222  description="MATHEMATICAL BOLD CAPITAL CHI",
233223  direction="l",
233224  linebreak="al",
233225  mathclass="variable",
233226  specials={ "font", 0x3A7 },
233227  unicodeslot=0x1D6BE,
233228  visual="bf",
233229 },
233230 [0x1D6BF]={
233231  category="lu",
233232  description="MATHEMATICAL BOLD CAPITAL PSI",
233233  direction="l",
233234  linebreak="al",
233235  mathclass="variable",
233236  specials={ "font", 0x3A8 },
233237  unicodeslot=0x1D6BF,
233238  visual="bf",
233239 },
233240 [0x1D6C0]={
233241  category="lu",
233242  description="MATHEMATICAL BOLD CAPITAL OMEGA",
233243  direction="l",
233244  linebreak="al",
233245  mathclass="variable",
233246  specials={ "font", 0x3A9 },
233247  unicodeslot=0x1D6C0,
233248  visual="bf",
233249 },
233250 [0x1D6C1]={
233251  category="sm",
233252  description="MATHEMATICAL BOLD NABLA",
233253  direction="on",
233254  linebreak="al",
233255  mathclass="differential",
233256  mathgroup="differential",
233257  mathmeaning="vector gradient",
233258  specials={ "font", 0x2207 },
233259  unicodeslot=0x1D6C1,
233260  visual="bf",
233261 },
233262 [0x1D6C2]={
233263  category="ll",
233264  description="MATHEMATICAL BOLD SMALL ALPHA",
233265  direction="l",
233266  linebreak="al",
233267  mathclass="variable",
233268  specials={ "font", 0x3B1 },
233269  unicodeslot=0x1D6C2,
233270  visual="bf",
233271 },
233272 [0x1D6C3]={
233273  category="ll",
233274  description="MATHEMATICAL BOLD SMALL BETA",
233275  direction="l",
233276  linebreak="al",
233277  mathclass="variable",
233278  specials={ "font", 0x3B2 },
233279  unicodeslot=0x1D6C3,
233280  visual="bf",
233281 },
233282 [0x1D6C4]={
233283  category="ll",
233284  description="MATHEMATICAL BOLD SMALL GAMMA",
233285  direction="l",
233286  linebreak="al",
233287  mathclass="variable",
233288  specials={ "font", 0x3B3 },
233289  unicodeslot=0x1D6C4,
233290  visual="bf",
233291 },
233292 [0x1D6C5]={
233293  category="ll",
233294  description="MATHEMATICAL BOLD SMALL DELTA",
233295  direction="l",
233296  linebreak="al",
233297  mathclass="variable",
233298  specials={ "font", 0x3B4 },
233299  unicodeslot=0x1D6C5,
233300  visual="bf",
233301 },
233302 [0x1D6C6]={
233303  category="ll",
233304  description="MATHEMATICAL BOLD SMALL EPSILON",
233305  direction="l",
233306  linebreak="al",
233307  mathclass="variable",
233308  specials={ "font", 0x3B5 },
233309  unicodeslot=0x1D6C6,
233310  visual="bf",
233311 },
233312 [0x1D6C7]={
233313  category="ll",
233314  description="MATHEMATICAL BOLD SMALL ZETA",
233315  direction="l",
233316  linebreak="al",
233317  mathclass="variable",
233318  specials={ "font", 0x3B6 },
233319  unicodeslot=0x1D6C7,
233320  visual="bf",
233321 },
233322 [0x1D6C8]={
233323  category="ll",
233324  description="MATHEMATICAL BOLD SMALL ETA",
233325  direction="l",
233326  linebreak="al",
233327  mathclass="variable",
233328  specials={ "font", 0x3B7 },
233329  unicodeslot=0x1D6C8,
233330  visual="bf",
233331 },
233332 [0x1D6C9]={
233333  category="ll",
233334  description="MATHEMATICAL BOLD SMALL THETA",
233335  direction="l",
233336  linebreak="al",
233337  mathclass="variable",
233338  specials={ "font", 0x3B8 },
233339  unicodeslot=0x1D6C9,
233340  visual="bf",
233341 },
233342 [0x1D6CA]={
233343  category="ll",
233344  description="MATHEMATICAL BOLD SMALL IOTA",
233345  direction="l",
233346  linebreak="al",
233347  mathclass="variable",
233348  specials={ "font", 0x3B9 },
233349  unicodeslot=0x1D6CA,
233350  visual="bf",
233351 },
233352 [0x1D6CB]={
233353  category="ll",
233354  description="MATHEMATICAL BOLD SMALL KAPPA",
233355  direction="l",
233356  linebreak="al",
233357  mathclass="variable",
233358  specials={ "font", 0x3BA },
233359  unicodeslot=0x1D6CB,
233360  visual="bf",
233361 },
233362 [0x1D6CC]={
233363  category="ll",
233364  description="MATHEMATICAL BOLD SMALL LAMDA",
233365  direction="l",
233366  linebreak="al",
233367  mathclass="variable",
233368  specials={ "font", 0x3BB },
233369  unicodeslot=0x1D6CC,
233370  visual="bf",
233371 },
233372 [0x1D6CD]={
233373  category="ll",
233374  description="MATHEMATICAL BOLD SMALL MU",
233375  direction="l",
233376  linebreak="al",
233377  mathclass="variable",
233378  specials={ "font", 0x3BC },
233379  unicodeslot=0x1D6CD,
233380  visual="bf",
233381 },
233382 [0x1D6CE]={
233383  category="ll",
233384  description="MATHEMATICAL BOLD SMALL NU",
233385  direction="l",
233386  linebreak="al",
233387  mathclass="variable",
233388  specials={ "font", 0x3BD },
233389  unicodeslot=0x1D6CE,
233390  visual="bf",
233391 },
233392 [0x1D6CF]={
233393  category="ll",
233394  description="MATHEMATICAL BOLD SMALL XI",
233395  direction="l",
233396  linebreak="al",
233397  mathclass="variable",
233398  specials={ "font", 0x3BE },
233399  unicodeslot=0x1D6CF,
233400  visual="bf",
233401 },
233402 [0x1D6D0]={
233403  category="ll",
233404  description="MATHEMATICAL BOLD SMALL OMICRON",
233405  direction="l",
233406  linebreak="al",
233407  mathclass="variable",
233408  specials={ "font", 0x3BF },
233409  unicodeslot=0x1D6D0,
233410  visual="bf",
233411 },
233412 [0x1D6D1]={
233413  category="ll",
233414  description="MATHEMATICAL BOLD SMALL PI",
233415  direction="l",
233416  linebreak="al",
233417  mathclass="variable",
233418  specials={ "font", 0x3C0 },
233419  unicodeslot=0x1D6D1,
233420  visual="bf",
233421 },
233422 [0x1D6D2]={
233423  category="ll",
233424  description="MATHEMATICAL BOLD SMALL RHO",
233425  direction="l",
233426  linebreak="al",
233427  mathclass="variable",
233428  specials={ "font", 0x3C1 },
233429  unicodeslot=0x1D6D2,
233430  visual="bf",
233431 },
233432 [0x1D6D3]={
233433  category="ll",
233434  description="MATHEMATICAL BOLD SMALL FINAL SIGMA",
233435  direction="l",
233436  linebreak="al",
233437  mathclass="variable",
233438  specials={ "font", 0x3C2 },
233439  unicodeslot=0x1D6D3,
233440  visual="bf",
233441 },
233442 [0x1D6D4]={
233443  category="ll",
233444  description="MATHEMATICAL BOLD SMALL SIGMA",
233445  direction="l",
233446  linebreak="al",
233447  mathclass="variable",
233448  specials={ "font", 0x3C3 },
233449  unicodeslot=0x1D6D4,
233450  visual="bf",
233451 },
233452 [0x1D6D5]={
233453  category="ll",
233454  description="MATHEMATICAL BOLD SMALL TAU",
233455  direction="l",
233456  linebreak="al",
233457  mathclass="variable",
233458  specials={ "font", 0x3C4 },
233459  unicodeslot=0x1D6D5,
233460  visual="bf",
233461 },
233462 [0x1D6D6]={
233463  category="ll",
233464  description="MATHEMATICAL BOLD SMALL UPSILON",
233465  direction="l",
233466  linebreak="al",
233467  mathclass="variable",
233468  specials={ "font", 0x3C5 },
233469  unicodeslot=0x1D6D6,
233470  visual="bf",
233471 },
233472 [0x1D6D7]={
233473  category="ll",
233474  description="MATHEMATICAL BOLD SMALL PHI",
233475  direction="l",
233476  linebreak="al",
233477  mathclass="variable",
233478  specials={ "font", 0x3C6 },
233479  unicodeslot=0x1D6D7,
233480  visual="bf",
233481 },
233482 [0x1D6D8]={
233483  category="ll",
233484  description="MATHEMATICAL BOLD SMALL CHI",
233485  direction="l",
233486  linebreak="al",
233487  mathclass="variable",
233488  specials={ "font", 0x3C7 },
233489  unicodeslot=0x1D6D8,
233490  visual="bf",
233491 },
233492 [0x1D6D9]={
233493  category="ll",
233494  description="MATHEMATICAL BOLD SMALL PSI",
233495  direction="l",
233496  linebreak="al",
233497  mathclass="variable",
233498  specials={ "font", 0x3C8 },
233499  unicodeslot=0x1D6D9,
233500  visual="bf",
233501 },
233502 [0x1D6DA]={
233503  category="ll",
233504  description="MATHEMATICAL BOLD SMALL OMEGA",
233505  direction="l",
233506  linebreak="al",
233507  mathclass="variable",
233508  specials={ "font", 0x3C9 },
233509  unicodeslot=0x1D6DA,
233510  visual="bf",
233511 },
233512 [0x1D6DB]={
233513  category="sm",
233514  description="MATHEMATICAL BOLD PARTIAL DIFFERENTIAL",
233515  direction="on",
233516  linebreak="al",
233517  mathclass="differential",
233518  mathgroup="differential",
233519  mathmeaning="vector partial",
233520  specials={ "font", 0x2202 },
233521  unicodeslot=0x1D6DB,
233522  visual="bf",
233523 },
233524 [0x1D6DC]={
233525  category="ll",
233526  description="MATHEMATICAL BOLD EPSILON SYMBOL",
233527  direction="l",
233528  linebreak="al",
233529  mathclass="variable",
233530  specials={ "font", 0x3F5 },
233531  unicodeslot=0x1D6DC,
233532  visual="bf",
233533 },
233534 [0x1D6DD]={
233535  category="ll",
233536  description="MATHEMATICAL BOLD THETA SYMBOL",
233537  direction="l",
233538  linebreak="al",
233539  mathclass="variable",
233540  specials={ "font", 0x3D1 },
233541  unicodeslot=0x1D6DD,
233542  visual="bf",
233543 },
233544 [0x1D6DE]={
233545  category="ll",
233546  description="MATHEMATICAL BOLD KAPPA SYMBOL",
233547  direction="l",
233548  linebreak="al",
233549  mathclass="variable",
233550  specials={ "font", 0x3F0 },
233551  unicodeslot=0x1D6DE,
233552  visual="bf",
233553 },
233554 [0x1D6DF]={
233555  category="ll",
233556  description="MATHEMATICAL BOLD PHI SYMBOL",
233557  direction="l",
233558  linebreak="al",
233559  mathclass="variable",
233560  specials={ "font", 0x3D5 },
233561  unicodeslot=0x1D6DF,
233562  visual="bf",
233563 },
233564 [0x1D6E0]={
233565  category="ll",
233566  description="MATHEMATICAL BOLD RHO SYMBOL",
233567  direction="l",
233568  linebreak="al",
233569  mathclass="variable",
233570  specials={ "font", 0x3F1 },
233571  unicodeslot=0x1D6E0,
233572  visual="bf",
233573 },
233574 [0x1D6E1]={
233575  category="ll",
233576  description="MATHEMATICAL BOLD PI SYMBOL",
233577  direction="l",
233578  linebreak="al",
233579  mathclass="variable",
233580  specials={ "font", 0x3D6 },
233581  unicodeslot=0x1D6E1,
233582  visual="bf",
233583 },
233584 [0x1D6E2]={
233585  category="lu",
233586  description="MATHEMATICAL ITALIC CAPITAL ALPHA",
233587  direction="l",
233588  linebreak="al",
233589  mathclass="variable",
233590  specials={ "font", 0x391 },
233591  unicodeslot=0x1D6E2,
233592  visual="it",
233593 },
233594 [0x1D6E3]={
233595  category="lu",
233596  description="MATHEMATICAL ITALIC CAPITAL BETA",
233597  direction="l",
233598  linebreak="al",
233599  mathclass="variable",
233600  specials={ "font", 0x392 },
233601  unicodeslot=0x1D6E3,
233602  visual="it",
233603 },
233604 [0x1D6E4]={
233605  category="lu",
233606  description="MATHEMATICAL ITALIC CAPITAL GAMMA",
233607  direction="l",
233608  linebreak="al",
233609  mathclass="variable",
233610  specials={ "font", 0x393 },
233611  unicodeslot=0x1D6E4,
233612  visual="it",
233613 },
233614 [0x1D6E5]={
233615  category="lu",
233616  description="MATHEMATICAL ITALIC CAPITAL DELTA",
233617  direction="l",
233618  linebreak="al",
233619  mathclass="variable",
233620  specials={ "font", 0x394 },
233621  unicodeslot=0x1D6E5,
233622  visual="it",
233623 },
233624 [0x1D6E6]={
233625  category="lu",
233626  description="MATHEMATICAL ITALIC CAPITAL EPSILON",
233627  direction="l",
233628  linebreak="al",
233629  mathclass="variable",
233630  specials={ "font", 0x395 },
233631  unicodeslot=0x1D6E6,
233632  visual="it",
233633 },
233634 [0x1D6E7]={
233635  category="lu",
233636  description="MATHEMATICAL ITALIC CAPITAL ZETA",
233637  direction="l",
233638  linebreak="al",
233639  mathclass="variable",
233640  specials={ "font", 0x396 },
233641  unicodeslot=0x1D6E7,
233642  visual="it",
233643 },
233644 [0x1D6E8]={
233645  category="lu",
233646  description="MATHEMATICAL ITALIC CAPITAL ETA",
233647  direction="l",
233648  linebreak="al",
233649  mathclass="variable",
233650  specials={ "font", 0x397 },
233651  unicodeslot=0x1D6E8,
233652  visual="it",
233653 },
233654 [0x1D6E9]={
233655  category="lu",
233656  description="MATHEMATICAL ITALIC CAPITAL THETA",
233657  direction="l",
233658  linebreak="al",
233659  mathclass="variable",
233660  specials={ "font", 0x398 },
233661  unicodeslot=0x1D6E9,
233662  visual="it",
233663 },
233664 [0x1D6EA]={
233665  category="lu",
233666  description="MATHEMATICAL ITALIC CAPITAL IOTA",
233667  direction="l",
233668  linebreak="al",
233669  mathclass="variable",
233670  specials={ "font", 0x399 },
233671  unicodeslot=0x1D6EA,
233672  visual="it",
233673 },
233674 [0x1D6EB]={
233675  category="lu",
233676  description="MATHEMATICAL ITALIC CAPITAL KAPPA",
233677  direction="l",
233678  linebreak="al",
233679  mathclass="variable",
233680  specials={ "font", 0x39A },
233681  unicodeslot=0x1D6EB,
233682  visual="it",
233683 },
233684 [0x1D6EC]={
233685  category="lu",
233686  description="MATHEMATICAL ITALIC CAPITAL LAMDA",
233687  direction="l",
233688  linebreak="al",
233689  mathclass="variable",
233690  specials={ "font", 0x39B },
233691  unicodeslot=0x1D6EC,
233692  visual="it",
233693 },
233694 [0x1D6ED]={
233695  category="lu",
233696  description="MATHEMATICAL ITALIC CAPITAL MU",
233697  direction="l",
233698  linebreak="al",
233699  mathclass="variable",
233700  specials={ "font", 0x39C },
233701  unicodeslot=0x1D6ED,
233702  visual="it",
233703 },
233704 [0x1D6EE]={
233705  category="lu",
233706  description="MATHEMATICAL ITALIC CAPITAL NU",
233707  direction="l",
233708  linebreak="al",
233709  mathclass="variable",
233710  specials={ "font", 0x39D },
233711  unicodeslot=0x1D6EE,
233712  visual="it",
233713 },
233714 [0x1D6EF]={
233715  category="lu",
233716  description="MATHEMATICAL ITALIC CAPITAL XI",
233717  direction="l",
233718  linebreak="al",
233719  mathclass="variable",
233720  specials={ "font", 0x39E },
233721  unicodeslot=0x1D6EF,
233722  visual="it",
233723 },
233724 [0x1D6F0]={
233725  category="lu",
233726  description="MATHEMATICAL ITALIC CAPITAL OMICRON",
233727  direction="l",
233728  linebreak="al",
233729  mathclass="variable",
233730  specials={ "font", 0x39F },
233731  unicodeslot=0x1D6F0,
233732  visual="it",
233733 },
233734 [0x1D6F1]={
233735  category="lu",
233736  description="MATHEMATICAL ITALIC CAPITAL PI",
233737  direction="l",
233738  linebreak="al",
233739  mathclass="variable",
233740  specials={ "font", 0x3A0 },
233741  unicodeslot=0x1D6F1,
233742  visual="it",
233743 },
233744 [0x1D6F2]={
233745  category="lu",
233746  description="MATHEMATICAL ITALIC CAPITAL RHO",
233747  direction="l",
233748  linebreak="al",
233749  mathclass="variable",
233750  specials={ "font", 0x3A1 },
233751  unicodeslot=0x1D6F2,
233752  visual="it",
233753 },
233754 [0x1D6F3]={
233755  category="lu",
233756  description="MATHEMATICAL ITALIC CAPITAL THETA SYMBOL",
233757  direction="l",
233758  linebreak="al",
233759  mathclass="variable",
233760  specials={ "font", 0x3F4 },
233761  unicodeslot=0x1D6F3,
233762  visual="it",
233763 },
233764 [0x1D6F4]={
233765  category="lu",
233766  description="MATHEMATICAL ITALIC CAPITAL SIGMA",
233767  direction="l",
233768  linebreak="al",
233769  mathclass="variable",
233770  specials={ "font", 0x3A3 },
233771  unicodeslot=0x1D6F4,
233772  visual="it",
233773 },
233774 [0x1D6F5]={
233775  category="lu",
233776  description="MATHEMATICAL ITALIC CAPITAL TAU",
233777  direction="l",
233778  linebreak="al",
233779  mathclass="variable",
233780  specials={ "font", 0x3A4 },
233781  unicodeslot=0x1D6F5,
233782  visual="it",
233783 },
233784 [0x1D6F6]={
233785  category="lu",
233786  description="MATHEMATICAL ITALIC CAPITAL UPSILON",
233787  direction="l",
233788  linebreak="al",
233789  mathclass="variable",
233790  specials={ "font", 0x3A5 },
233791  unicodeslot=0x1D6F6,
233792  visual="it",
233793 },
233794 [0x1D6F7]={
233795  category="lu",
233796  description="MATHEMATICAL ITALIC CAPITAL PHI",
233797  direction="l",
233798  linebreak="al",
233799  mathclass="variable",
233800  specials={ "font", 0x3A6 },
233801  unicodeslot=0x1D6F7,
233802  visual="it",
233803 },
233804 [0x1D6F8]={
233805  category="lu",
233806  description="MATHEMATICAL ITALIC CAPITAL CHI",
233807  direction="l",
233808  linebreak="al",
233809  mathclass="variable",
233810  specials={ "font", 0x3A7 },
233811  unicodeslot=0x1D6F8,
233812  visual="it",
233813 },
233814 [0x1D6F9]={
233815  category="lu",
233816  description="MATHEMATICAL ITALIC CAPITAL PSI",
233817  direction="l",
233818  linebreak="al",
233819  mathclass="variable",
233820  specials={ "font", 0x3A8 },
233821  unicodeslot=0x1D6F9,
233822  visual="it",
233823 },
233824 [0x1D6FA]={
233825  category="lu",
233826  description="MATHEMATICAL ITALIC CAPITAL OMEGA",
233827  direction="l",
233828  linebreak="al",
233829  mathclass="variable",
233830  specials={ "font", 0x3A9 },
233831  unicodeslot=0x1D6FA,
233832  visual="it",
233833 },
233834 [0x1D6FB]={
233835  category="sm",
233836  description="MATHEMATICAL ITALIC NABLA",
233837  direction="on",
233838  linebreak="al",
233839  mathclass="differential",
233840  mathgroup="differential",
233841  mathmeaning="gradient",
233842  specials={ "font", 0x2207 },
233843  unicodeslot=0x1D6FB,
233844  visual="it",
233845 },
233846 [0x1D6FC]={
233847  category="ll",
233848  description="MATHEMATICAL ITALIC SMALL ALPHA",
233849  direction="l",
233850  linebreak="al",
233851  mathclass="variable",
233852  specials={ "font", 0x3B1 },
233853  unicodeslot=0x1D6FC,
233854  visual="it",
233855 },
233856 [0x1D6FD]={
233857  category="ll",
233858  description="MATHEMATICAL ITALIC SMALL BETA",
233859  direction="l",
233860  linebreak="al",
233861  mathclass="variable",
233862  specials={ "font", 0x3B2 },
233863  unicodeslot=0x1D6FD,
233864  visual="it",
233865 },
233866 [0x1D6FE]={
233867  category="ll",
233868  description="MATHEMATICAL ITALIC SMALL GAMMA",
233869  direction="l",
233870  linebreak="al",
233871  mathclass="variable",
233872  specials={ "font", 0x3B3 },
233873  unicodeslot=0x1D6FE,
233874  visual="it",
233875 },
233876 [0x1D6FF]={
233877  category="ll",
233878  description="MATHEMATICAL ITALIC SMALL DELTA",
233879  direction="l",
233880  linebreak="al",
233881  mathclass="variable",
233882  specials={ "font", 0x3B4 },
233883  unicodeslot=0x1D6FF,
233884  visual="it",
233885 },
233886 [0x1D700]={
233887  category="ll",
233888  description="MATHEMATICAL ITALIC SMALL EPSILON",
233889  direction="l",
233890  linebreak="al",
233891  mathclass="variable",
233892  specials={ "font", 0x3B5 },
233893  unicodeslot=0x1D700,
233894  visual="it",
233895 },
233896 [0x1D701]={
233897  category="ll",
233898  description="MATHEMATICAL ITALIC SMALL ZETA",
233899  direction="l",
233900  linebreak="al",
233901  mathclass="variable",
233902  specials={ "font", 0x3B6 },
233903  unicodeslot=0x1D701,
233904  visual="it",
233905 },
233906 [0x1D702]={
233907  category="ll",
233908  description="MATHEMATICAL ITALIC SMALL ETA",
233909  direction="l",
233910  linebreak="al",
233911  mathclass="variable",
233912  specials={ "font", 0x3B7 },
233913  unicodeslot=0x1D702,
233914  visual="it",
233915 },
233916 [0x1D703]={
233917  category="ll",
233918  description="MATHEMATICAL ITALIC SMALL THETA",
233919  direction="l",
233920  linebreak="al",
233921  mathclass="variable",
233922  specials={ "font", 0x3B8 },
233923  unicodeslot=0x1D703,
233924  visual="it",
233925 },
233926 [0x1D704]={
233927  category="ll",
233928  description="MATHEMATICAL ITALIC SMALL IOTA",
233929  direction="l",
233930  linebreak="al",
233931  mathclass="variable",
233932  specials={ "font", 0x3B9 },
233933  unicodeslot=0x1D704,
233934  visual="it",
233935 },
233936 [0x1D705]={
233937  category="ll",
233938  description="MATHEMATICAL ITALIC SMALL KAPPA",
233939  direction="l",
233940  linebreak="al",
233941  mathclass="variable",
233942  specials={ "font", 0x3BA },
233943  unicodeslot=0x1D705,
233944  visual="it",
233945 },
233946 [0x1D706]={
233947  category="ll",
233948  description="MATHEMATICAL ITALIC SMALL LAMDA",
233949  direction="l",
233950  linebreak="al",
233951  mathclass="variable",
233952  specials={ "font", 0x3BB },
233953  unicodeslot=0x1D706,
233954  visual="it",
233955 },
233956 [0x1D707]={
233957  category="ll",
233958  description="MATHEMATICAL ITALIC SMALL MU",
233959  direction="l",
233960  linebreak="al",
233961  mathclass="variable",
233962  specials={ "font", 0x3BC },
233963  unicodeslot=0x1D707,
233964  visual="it",
233965 },
233966 [0x1D708]={
233967  category="ll",
233968  description="MATHEMATICAL ITALIC SMALL NU",
233969  direction="l",
233970  linebreak="al",
233971  mathclass="variable",
233972  specials={ "font", 0x3BD },
233973  unicodeslot=0x1D708,
233974  visual="it",
233975 },
233976 [0x1D709]={
233977  category="ll",
233978  description="MATHEMATICAL ITALIC SMALL XI",
233979  direction="l",
233980  linebreak="al",
233981  mathclass="variable",
233982  specials={ "font", 0x3BE },
233983  unicodeslot=0x1D709,
233984  visual="it",
233985 },
233986 [0x1D70A]={
233987  category="ll",
233988  description="MATHEMATICAL ITALIC SMALL OMICRON",
233989  direction="l",
233990  linebreak="al",
233991  mathclass="variable",
233992  specials={ "font", 0x3BF },
233993  unicodeslot=0x1D70A,
233994  visual="it",
233995 },
233996 [0x1D70B]={
233997  category="ll",
233998  description="MATHEMATICAL ITALIC SMALL PI",
233999  direction="l",
234000  linebreak="al",
234001  mathclass="variable",
234002  mathname="mathpiitalicshape",
234003  specials={ "font", 0x3C0 },
234004  unicodeslot=0x1D70B,
234005  visual="it",
234006 },
234007 [0x1D70C]={
234008  category="ll",
234009  description="MATHEMATICAL ITALIC SMALL RHO",
234010  direction="l",
234011  linebreak="al",
234012  mathclass="variable",
234013  specials={ "font", 0x3C1 },
234014  unicodeslot=0x1D70C,
234015  visual="it",
234016 },
234017 [0x1D70D]={
234018  category="ll",
234019  description="MATHEMATICAL ITALIC SMALL FINAL SIGMA",
234020  direction="l",
234021  linebreak="al",
234022  mathclass="variable",
234023  specials={ "font", 0x3C2 },
234024  unicodeslot=0x1D70D,
234025  visual="it",
234026 },
234027 [0x1D70E]={
234028  category="ll",
234029  description="MATHEMATICAL ITALIC SMALL SIGMA",
234030  direction="l",
234031  linebreak="al",
234032  mathclass="variable",
234033  specials={ "font", 0x3C3 },
234034  unicodeslot=0x1D70E,
234035  visual="it",
234036 },
234037 [0x1D70F]={
234038  category="ll",
234039  description="MATHEMATICAL ITALIC SMALL TAU",
234040  direction="l",
234041  linebreak="al",
234042  mathclass="variable",
234043  specials={ "font", 0x3C4 },
234044  unicodeslot=0x1D70F,
234045  visual="it",
234046 },
234047 [0x1D710]={
234048  category="ll",
234049  description="MATHEMATICAL ITALIC SMALL UPSILON",
234050  direction="l",
234051  linebreak="al",
234052  mathclass="variable",
234053  specials={ "font", 0x3C5 },
234054  unicodeslot=0x1D710,
234055  visual="it",
234056 },
234057 [0x1D711]={
234058  category="ll",
234059  description="MATHEMATICAL ITALIC SMALL PHI",
234060  direction="l",
234061  linebreak="al",
234062  mathclass="variable",
234063  specials={ "font", 0x3C6 },
234064  unicodeslot=0x1D711,
234065  visual="it",
234066 },
234067 [0x1D712]={
234068  category="ll",
234069  description="MATHEMATICAL ITALIC SMALL CHI",
234070  direction="l",
234071  linebreak="al",
234072  mathclass="variable",
234073  specials={ "font", 0x3C7 },
234074  unicodeslot=0x1D712,
234075  visual="it",
234076 },
234077 [0x1D713]={
234078  category="ll",
234079  description="MATHEMATICAL ITALIC SMALL PSI",
234080  direction="l",
234081  linebreak="al",
234082  mathclass="variable",
234083  specials={ "font", 0x3C8 },
234084  unicodeslot=0x1D713,
234085  visual="it",
234086 },
234087 [0x1D714]={
234088  category="ll",
234089  description="MATHEMATICAL ITALIC SMALL OMEGA",
234090  direction="l",
234091  linebreak="al",
234092  mathclass="variable",
234093  specials={ "font", 0x3C9 },
234094  unicodeslot=0x1D714,
234095  visual="it",
234096 },
234097 [0x1D715]={
234098  category="sm",
234099  description="MATHEMATICAL ITALIC PARTIAL DIFFERENTIAL",
234100  direction="on",
234101  linebreak="al",
234102  mathclass="variable",
234103  mathspec={
234104   {
234105    class="differential",
234106    group="differential",
234107    meaning="partial",
234108   },
234109  },
234110  specials={ "font", 0x2202 },
234111  unicodeslot=0x1D715,
234112  visual="it",
234113 },
234114 [0x1D716]={
234115  category="ll",
234116  description="MATHEMATICAL ITALIC EPSILON SYMBOL",
234117  direction="l",
234118  linebreak="al",
234119  mathclass="variable",
234120  specials={ "font", 0x3F5 },
234121  unicodeslot=0x1D716,
234122  visual="it",
234123 },
234124 [0x1D717]={
234125  category="ll",
234126  description="MATHEMATICAL ITALIC THETA SYMBOL",
234127  direction="l",
234128  linebreak="al",
234129  mathclass="variable",
234130  mathname="vartheta",
234131  specials={ "font", 0x3D1 },
234132  unicodeslot=0x1D717,
234133  visual="it",
234134 },
234135 [0x1D718]={
234136  category="ll",
234137  description="MATHEMATICAL ITALIC KAPPA SYMBOL",
234138  direction="l",
234139  linebreak="al",
234140  mathclass="variable",
234141  mathname="varkappa",
234142  specials={ "font", 0x3F0 },
234143  unicodeslot=0x1D718,
234144  visual="it",
234145 },
234146 [0x1D719]={
234147  category="ll",
234148  description="MATHEMATICAL ITALIC PHI SYMBOL",
234149  direction="l",
234150  linebreak="al",
234151  mathclass="variable",
234152  specials={ "font", 0x3D5 },
234153  unicodeslot=0x1D719,
234154  visual="it",
234155 },
234156 [0x1D71A]={
234157  category="ll",
234158  description="MATHEMATICAL ITALIC RHO SYMBOL",
234159  direction="l",
234160  linebreak="al",
234161  mathclass="variable",
234162  mathname="varrho",
234163  specials={ "font", 0x3F1 },
234164  unicodeslot=0x1D71A,
234165  visual="it",
234166 },
234167 [0x1D71B]={
234168  category="ll",
234169  description="MATHEMATICAL ITALIC PI SYMBOL",
234170  direction="l",
234171  linebreak="al",
234172  specials={ "font", 0x3D6 },
234173  unicodeslot=0x1D71B,
234174  visual="it",
234175 },
234176 [0x1D71C]={
234177  category="lu",
234178  description="MATHEMATICAL BOLD ITALIC CAPITAL ALPHA",
234179  direction="l",
234180  linebreak="al",
234181  mathclass="variable",
234182  specials={ "font", 0x391 },
234183  unicodeslot=0x1D71C,
234184  visual="bi",
234185 },
234186 [0x1D71D]={
234187  category="lu",
234188  description="MATHEMATICAL BOLD ITALIC CAPITAL BETA",
234189  direction="l",
234190  linebreak="al",
234191  mathclass="variable",
234192  specials={ "font", 0x392 },
234193  unicodeslot=0x1D71D,
234194  visual="bi",
234195 },
234196 [0x1D71E]={
234197  category="lu",
234198  description="MATHEMATICAL BOLD ITALIC CAPITAL GAMMA",
234199  direction="l",
234200  linebreak="al",
234201  mathclass="variable",
234202  specials={ "font", 0x393 },
234203  unicodeslot=0x1D71E,
234204  visual="bi",
234205 },
234206 [0x1D71F]={
234207  category="lu",
234208  description="MATHEMATICAL BOLD ITALIC CAPITAL DELTA",
234209  direction="l",
234210  linebreak="al",
234211  mathclass="variable",
234212  specials={ "font", 0x394 },
234213  unicodeslot=0x1D71F,
234214  visual="bi",
234215 },
234216 [0x1D720]={
234217  category="lu",
234218  description="MATHEMATICAL BOLD ITALIC CAPITAL EPSILON",
234219  direction="l",
234220  linebreak="al",
234221  mathclass="variable",
234222  specials={ "font", 0x395 },
234223  unicodeslot=0x1D720,
234224  visual="bi",
234225 },
234226 [0x1D721]={
234227  category="lu",
234228  description="MATHEMATICAL BOLD ITALIC CAPITAL ZETA",
234229  direction="l",
234230  linebreak="al",
234231  mathclass="variable",
234232  specials={ "font", 0x396 },
234233  unicodeslot=0x1D721,
234234  visual="bi",
234235 },
234236 [0x1D722]={
234237  category="lu",
234238  description="MATHEMATICAL BOLD ITALIC CAPITAL ETA",
234239  direction="l",
234240  linebreak="al",
234241  mathclass="variable",
234242  specials={ "font", 0x397 },
234243  unicodeslot=0x1D722,
234244  visual="bi",
234245 },
234246 [0x1D723]={
234247  category="lu",
234248  description="MATHEMATICAL BOLD ITALIC CAPITAL THETA",
234249  direction="l",
234250  linebreak="al",
234251  mathclass="variable",
234252  specials={ "font", 0x398 },
234253  unicodeslot=0x1D723,
234254  visual="bi",
234255 },
234256 [0x1D724]={
234257  category="lu",
234258  description="MATHEMATICAL BOLD ITALIC CAPITAL IOTA",
234259  direction="l",
234260  linebreak="al",
234261  mathclass="variable",
234262  specials={ "font", 0x399 },
234263  unicodeslot=0x1D724,
234264  visual="bi",
234265 },
234266 [0x1D725]={
234267  category="lu",
234268  description="MATHEMATICAL BOLD ITALIC CAPITAL KAPPA",
234269  direction="l",
234270  linebreak="al",
234271  mathclass="variable",
234272  specials={ "font", 0x39A },
234273  unicodeslot=0x1D725,
234274  visual="bi",
234275 },
234276 [0x1D726]={
234277  category="lu",
234278  description="MATHEMATICAL BOLD ITALIC CAPITAL LAMDA",
234279  direction="l",
234280  linebreak="al",
234281  mathclass="variable",
234282  specials={ "font", 0x39B },
234283  unicodeslot=0x1D726,
234284  visual="bi",
234285 },
234286 [0x1D727]={
234287  category="lu",
234288  description="MATHEMATICAL BOLD ITALIC CAPITAL MU",
234289  direction="l",
234290  linebreak="al",
234291  mathclass="variable",
234292  specials={ "font", 0x39C },
234293  unicodeslot=0x1D727,
234294  visual="bi",
234295 },
234296 [0x1D728]={
234297  category="lu",
234298  description="MATHEMATICAL BOLD ITALIC CAPITAL NU",
234299  direction="l",
234300  linebreak="al",
234301  mathclass="variable",
234302  specials={ "font", 0x39D },
234303  unicodeslot=0x1D728,
234304  visual="bi",
234305 },
234306 [0x1D729]={
234307  category="lu",
234308  description="MATHEMATICAL BOLD ITALIC CAPITAL XI",
234309  direction="l",
234310  linebreak="al",
234311  mathclass="variable",
234312  specials={ "font", 0x39E },
234313  unicodeslot=0x1D729,
234314  visual="bi",
234315 },
234316 [0x1D72A]={
234317  category="lu",
234318  description="MATHEMATICAL BOLD ITALIC CAPITAL OMICRON",
234319  direction="l",
234320  linebreak="al",
234321  mathclass="variable",
234322  specials={ "font", 0x39F },
234323  unicodeslot=0x1D72A,
234324  visual="bi",
234325 },
234326 [0x1D72B]={
234327  category="lu",
234328  description="MATHEMATICAL BOLD ITALIC CAPITAL PI",
234329  direction="l",
234330  linebreak="al",
234331  mathclass="variable",
234332  specials={ "font", 0x3A0 },
234333  unicodeslot=0x1D72B,
234334  visual="bi",
234335 },
234336 [0x1D72C]={
234337  category="lu",
234338  description="MATHEMATICAL BOLD ITALIC CAPITAL RHO",
234339  direction="l",
234340  linebreak="al",
234341  mathclass="variable",
234342  specials={ "font", 0x3A1 },
234343  unicodeslot=0x1D72C,
234344  visual="bi",
234345 },
234346 [0x1D72D]={
234347  category="lu",
234348  description="MATHEMATICAL BOLD ITALIC CAPITAL THETA SYMBOL",
234349  direction="l",
234350  linebreak="al",
234351  mathclass="variable",
234352  specials={ "font", 0x3F4 },
234353  unicodeslot=0x1D72D,
234354  visual="bi",
234355 },
234356 [0x1D72E]={
234357  category="lu",
234358  description="MATHEMATICAL BOLD ITALIC CAPITAL SIGMA",
234359  direction="l",
234360  linebreak="al",
234361  mathclass="variable",
234362  specials={ "font", 0x3A3 },
234363  unicodeslot=0x1D72E,
234364  visual="bi",
234365 },
234366 [0x1D72F]={
234367  category="lu",
234368  description="MATHEMATICAL BOLD ITALIC CAPITAL TAU",
234369  direction="l",
234370  linebreak="al",
234371  mathclass="variable",
234372  specials={ "font", 0x3A4 },
234373  unicodeslot=0x1D72F,
234374  visual="bi",
234375 },
234376 [0x1D730]={
234377  category="lu",
234378  description="MATHEMATICAL BOLD ITALIC CAPITAL UPSILON",
234379  direction="l",
234380  linebreak="al",
234381  mathclass="variable",
234382  specials={ "font", 0x3A5 },
234383  unicodeslot=0x1D730,
234384  visual="bi",
234385 },
234386 [0x1D731]={
234387  category="lu",
234388  description="MATHEMATICAL BOLD ITALIC CAPITAL PHI",
234389  direction="l",
234390  linebreak="al",
234391  mathclass="variable",
234392  specials={ "font", 0x3A6 },
234393  unicodeslot=0x1D731,
234394  visual="bi",
234395 },
234396 [0x1D732]={
234397  category="lu",
234398  description="MATHEMATICAL BOLD ITALIC CAPITAL CHI",
234399  direction="l",
234400  linebreak="al",
234401  mathclass="variable",
234402  specials={ "font", 0x3A7 },
234403  unicodeslot=0x1D732,
234404  visual="bi",
234405 },
234406 [0x1D733]={
234407  category="lu",
234408  description="MATHEMATICAL BOLD ITALIC CAPITAL PSI",
234409  direction="l",
234410  linebreak="al",
234411  mathclass="variable",
234412  specials={ "font", 0x3A8 },
234413  unicodeslot=0x1D733,
234414  visual="bi",
234415 },
234416 [0x1D734]={
234417  category="lu",
234418  description="MATHEMATICAL BOLD ITALIC CAPITAL OMEGA",
234419  direction="l",
234420  linebreak="al",
234421  mathclass="variable",
234422  specials={ "font", 0x3A9 },
234423  unicodeslot=0x1D734,
234424  visual="bi",
234425 },
234426 [0x1D735]={
234427  category="sm",
234428  description="MATHEMATICAL BOLD ITALIC NABLA",
234429  direction="on",
234430  linebreak="al",
234431  mathclass="differential",
234432  mathgroup="differential",
234433  mathmeaning="vector gradient",
234434  specials={ "font", 0x2207 },
234435  unicodeslot=0x1D735,
234436  visual="bi",
234437 },
234438 [0x1D736]={
234439  category="ll",
234440  description="MATHEMATICAL BOLD ITALIC SMALL ALPHA",
234441  direction="l",
234442  linebreak="al",
234443  mathclass="variable",
234444  specials={ "font", 0x3B1 },
234445  unicodeslot=0x1D736,
234446  visual="bi",
234447 },
234448 [0x1D737]={
234449  category="ll",
234450  description="MATHEMATICAL BOLD ITALIC SMALL BETA",
234451  direction="l",
234452  linebreak="al",
234453  mathclass="variable",
234454  specials={ "font", 0x3B2 },
234455  unicodeslot=0x1D737,
234456  visual="bi",
234457 },
234458 [0x1D738]={
234459  category="ll",
234460  description="MATHEMATICAL BOLD ITALIC SMALL GAMMA",
234461  direction="l",
234462  linebreak="al",
234463  mathclass="variable",
234464  specials={ "font", 0x3B3 },
234465  unicodeslot=0x1D738,
234466  visual="bi",
234467 },
234468 [0x1D739]={
234469  category="ll",
234470  description="MATHEMATICAL BOLD ITALIC SMALL DELTA",
234471  direction="l",
234472  linebreak="al",
234473  mathclass="variable",
234474  specials={ "font", 0x3B4 },
234475  unicodeslot=0x1D739,
234476  visual="bi",
234477 },
234478 [0x1D73A]={
234479  category="ll",
234480  description="MATHEMATICAL BOLD ITALIC SMALL EPSILON",
234481  direction="l",
234482  linebreak="al",
234483  mathclass="variable",
234484  specials={ "font", 0x3B5 },
234485  unicodeslot=0x1D73A,
234486  visual="bi",
234487 },
234488 [0x1D73B]={
234489  category="ll",
234490  description="MATHEMATICAL BOLD ITALIC SMALL ZETA",
234491  direction="l",
234492  linebreak="al",
234493  mathclass="variable",
234494  specials={ "font", 0x3B6 },
234495  unicodeslot=0x1D73B,
234496  visual="bi",
234497 },
234498 [0x1D73C]={
234499  category="ll",
234500  description="MATHEMATICAL BOLD ITALIC SMALL ETA",
234501  direction="l",
234502  linebreak="al",
234503  mathclass="variable",
234504  specials={ "font", 0x3B7 },
234505  unicodeslot=0x1D73C,
234506  visual="bi",
234507 },
234508 [0x1D73D]={
234509  category="ll",
234510  description="MATHEMATICAL BOLD ITALIC SMALL THETA",
234511  direction="l",
234512  linebreak="al",
234513  mathclass="variable",
234514  specials={ "font", 0x3B8 },
234515  unicodeslot=0x1D73D,
234516  visual="bi",
234517 },
234518 [0x1D73E]={
234519  category="ll",
234520  description="MATHEMATICAL BOLD ITALIC SMALL IOTA",
234521  direction="l",
234522  linebreak="al",
234523  mathclass="variable",
234524  specials={ "font", 0x3B9 },
234525  unicodeslot=0x1D73E,
234526  visual="bi",
234527 },
234528 [0x1D73F]={
234529  category="ll",
234530  description="MATHEMATICAL BOLD ITALIC SMALL KAPPA",
234531  direction="l",
234532  linebreak="al",
234533  mathclass="variable",
234534  specials={ "font", 0x3BA },
234535  unicodeslot=0x1D73F,
234536  visual="bi",
234537 },
234538 [0x1D740]={
234539  category="ll",
234540  description="MATHEMATICAL BOLD ITALIC SMALL LAMDA",
234541  direction="l",
234542  linebreak="al",
234543  mathclass="variable",
234544  specials={ "font", 0x3BB },
234545  unicodeslot=0x1D740,
234546  visual="bi",
234547 },
234548 [0x1D741]={
234549  category="ll",
234550  description="MATHEMATICAL BOLD ITALIC SMALL MU",
234551  direction="l",
234552  linebreak="al",
234553  mathclass="variable",
234554  specials={ "font", 0x3BC },
234555  unicodeslot=0x1D741,
234556  visual="bi",
234557 },
234558 [0x1D742]={
234559  category="ll",
234560  description="MATHEMATICAL BOLD ITALIC SMALL NU",
234561  direction="l",
234562  linebreak="al",
234563  mathclass="variable",
234564  specials={ "font", 0x3BD },
234565  unicodeslot=0x1D742,
234566  visual="bi",
234567 },
234568 [0x1D743]={
234569  category="ll",
234570  description="MATHEMATICAL BOLD ITALIC SMALL XI",
234571  direction="l",
234572  linebreak="al",
234573  mathclass="variable",
234574  specials={ "font", 0x3BE },
234575  unicodeslot=0x1D743,
234576  visual="bi",
234577 },
234578 [0x1D744]={
234579  category="ll",
234580  description="MATHEMATICAL BOLD ITALIC SMALL OMICRON",
234581  direction="l",
234582  linebreak="al",
234583  mathclass="variable",
234584  specials={ "font", 0x3BF },
234585  unicodeslot=0x1D744,
234586  visual="bi",
234587 },
234588 [0x1D745]={
234589  category="ll",
234590  description="MATHEMATICAL BOLD ITALIC SMALL PI",
234591  direction="l",
234592  linebreak="al",
234593  mathclass="variable",
234594  specials={ "font", 0x3C0 },
234595  unicodeslot=0x1D745,
234596  visual="bi",
234597 },
234598 [0x1D746]={
234599  category="ll",
234600  description="MATHEMATICAL BOLD ITALIC SMALL RHO",
234601  direction="l",
234602  linebreak="al",
234603  mathclass="variable",
234604  specials={ "font", 0x3C1 },
234605  unicodeslot=0x1D746,
234606  visual="bi",
234607 },
234608 [0x1D747]={
234609  category="ll",
234610  description="MATHEMATICAL BOLD ITALIC SMALL FINAL SIGMA",
234611  direction="l",
234612  linebreak="al",
234613  mathclass="variable",
234614  specials={ "font", 0x3C2 },
234615  unicodeslot=0x1D747,
234616  visual="bi",
234617 },
234618 [0x1D748]={
234619  category="ll",
234620  description="MATHEMATICAL BOLD ITALIC SMALL SIGMA",
234621  direction="l",
234622  linebreak="al",
234623  mathclass="variable",
234624  specials={ "font", 0x3C3 },
234625  unicodeslot=0x1D748,
234626  visual="bi",
234627 },
234628 [0x1D749]={
234629  category="ll",
234630  description="MATHEMATICAL BOLD ITALIC SMALL TAU",
234631  direction="l",
234632  linebreak="al",
234633  mathclass="variable",
234634  specials={ "font", 0x3C4 },
234635  unicodeslot=0x1D749,
234636  visual="bi",
234637 },
234638 [0x1D74A]={
234639  category="ll",
234640  description="MATHEMATICAL BOLD ITALIC SMALL UPSILON",
234641  direction="l",
234642  linebreak="al",
234643  mathclass="variable",
234644  specials={ "font", 0x3C5 },
234645  unicodeslot=0x1D74A,
234646  visual="bi",
234647 },
234648 [0x1D74B]={
234649  category="ll",
234650  description="MATHEMATICAL BOLD ITALIC SMALL PHI",
234651  direction="l",
234652  linebreak="al",
234653  mathclass="variable",
234654  specials={ "font", 0x3C6 },
234655  unicodeslot=0x1D74B,
234656  visual="bi",
234657 },
234658 [0x1D74C]={
234659  category="ll",
234660  description="MATHEMATICAL BOLD ITALIC SMALL CHI",
234661  direction="l",
234662  linebreak="al",
234663  mathclass="variable",
234664  specials={ "font", 0x3C7 },
234665  unicodeslot=0x1D74C,
234666  visual="bi",
234667 },
234668 [0x1D74D]={
234669  category="ll",
234670  description="MATHEMATICAL BOLD ITALIC SMALL PSI",
234671  direction="l",
234672  linebreak="al",
234673  mathclass="variable",
234674  specials={ "font", 0x3C8 },
234675  unicodeslot=0x1D74D,
234676  visual="bi",
234677 },
234678 [0x1D74E]={
234679  category="ll",
234680  description="MATHEMATICAL BOLD ITALIC SMALL OMEGA",
234681  direction="l",
234682  linebreak="al",
234683  mathclass="variable",
234684  specials={ "font", 0x3C9 },
234685  unicodeslot=0x1D74E,
234686  visual="bi",
234687 },
234688 [0x1D74F]={
234689  category="sm",
234690  description="MATHEMATICAL BOLD ITALIC PARTIAL DIFFERENTIAL",
234691  direction="on",
234692  linebreak="al",
234693  mathclass="differential",
234694  mathgroup="differential",
234695  mathmeaning="vector partial",
234696  specials={ "font", 0x2202 },
234697  unicodeslot=0x1D74F,
234698  visual="bi",
234699 },
234700 [0x1D750]={
234701  category="ll",
234702  description="MATHEMATICAL BOLD ITALIC EPSILON SYMBOL",
234703  direction="l",
234704  linebreak="al",
234705  mathclass="variable",
234706  specials={ "font", 0x3F5 },
234707  unicodeslot=0x1D750,
234708  visual="bi",
234709 },
234710 [0x1D751]={
234711  category="ll",
234712  description="MATHEMATICAL BOLD ITALIC THETA SYMBOL",
234713  direction="l",
234714  linebreak="al",
234715  mathclass="variable",
234716  specials={ "font", 0x3D1 },
234717  unicodeslot=0x1D751,
234718  visual="bi",
234719 },
234720 [0x1D752]={
234721  category="ll",
234722  description="MATHEMATICAL BOLD ITALIC KAPPA SYMBOL",
234723  direction="l",
234724  linebreak="al",
234725  mathclass="variable",
234726  specials={ "font", 0x3F0 },
234727  unicodeslot=0x1D752,
234728  visual="bi",
234729 },
234730 [0x1D753]={
234731  category="ll",
234732  description="MATHEMATICAL BOLD ITALIC PHI SYMBOL",
234733  direction="l",
234734  linebreak="al",
234735  mathclass="variable",
234736  specials={ "font", 0x3D5 },
234737  unicodeslot=0x1D753,
234738  visual="bi",
234739 },
234740 [0x1D754]={
234741  category="ll",
234742  description="MATHEMATICAL BOLD ITALIC RHO SYMBOL",
234743  direction="l",
234744  linebreak="al",
234745  mathclass="variable",
234746  specials={ "font", 0x3F1 },
234747  unicodeslot=0x1D754,
234748  visual="bi",
234749 },
234750 [0x1D755]={
234751  category="ll",
234752  description="MATHEMATICAL BOLD ITALIC PI SYMBOL",
234753  direction="l",
234754  linebreak="al",
234755  mathclass="variable",
234756  specials={ "font", 0x3D6 },
234757  unicodeslot=0x1D755,
234758  visual="bi",
234759 },
234760 [0x1D756]={
234761  category="lu",
234762  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL ALPHA",
234763  direction="l",
234764  linebreak="al",
234765  mathclass="variable",
234766  specials={ "font", 0x391 },
234767  unicodeslot=0x1D756,
234768  visual="bf",
234769 },
234770 [0x1D757]={
234771  category="lu",
234772  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL BETA",
234773  direction="l",
234774  linebreak="al",
234775  mathclass="variable",
234776  specials={ "font", 0x392 },
234777  unicodeslot=0x1D757,
234778  visual="bf",
234779 },
234780 [0x1D758]={
234781  category="lu",
234782  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL GAMMA",
234783  direction="l",
234784  linebreak="al",
234785  mathclass="variable",
234786  specials={ "font", 0x393 },
234787  unicodeslot=0x1D758,
234788  visual="bf",
234789 },
234790 [0x1D759]={
234791  category="lu",
234792  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL DELTA",
234793  direction="l",
234794  linebreak="al",
234795  mathclass="variable",
234796  specials={ "font", 0x394 },
234797  unicodeslot=0x1D759,
234798  visual="bf",
234799 },
234800 [0x1D75A]={
234801  category="lu",
234802  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL EPSILON",
234803  direction="l",
234804  linebreak="al",
234805  mathclass="variable",
234806  specials={ "font", 0x395 },
234807  unicodeslot=0x1D75A,
234808  visual="bf",
234809 },
234810 [0x1D75B]={
234811  category="lu",
234812  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL ZETA",
234813  direction="l",
234814  linebreak="al",
234815  mathclass="variable",
234816  specials={ "font", 0x396 },
234817  unicodeslot=0x1D75B,
234818  visual="bf",
234819 },
234820 [0x1D75C]={
234821  category="lu",
234822  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL ETA",
234823  direction="l",
234824  linebreak="al",
234825  mathclass="variable",
234826  specials={ "font", 0x397 },
234827  unicodeslot=0x1D75C,
234828  visual="bf",
234829 },
234830 [0x1D75D]={
234831  category="lu",
234832  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL THETA",
234833  direction="l",
234834  linebreak="al",
234835  mathclass="variable",
234836  specials={ "font", 0x398 },
234837  unicodeslot=0x1D75D,
234838  visual="bf",
234839 },
234840 [0x1D75E]={
234841  category="lu",
234842  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL IOTA",
234843  direction="l",
234844  linebreak="al",
234845  mathclass="variable",
234846  specials={ "font", 0x399 },
234847  unicodeslot=0x1D75E,
234848  visual="bf",
234849 },
234850 [0x1D75F]={
234851  category="lu",
234852  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL KAPPA",
234853  direction="l",
234854  linebreak="al",
234855  mathclass="variable",
234856  specials={ "font", 0x39A },
234857  unicodeslot=0x1D75F,
234858  visual="bf",
234859 },
234860 [0x1D760]={
234861  category="lu",
234862  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL LAMDA",
234863  direction="l",
234864  linebreak="al",
234865  mathclass="variable",
234866  specials={ "font", 0x39B },
234867  unicodeslot=0x1D760,
234868  visual="bf",
234869 },
234870 [0x1D761]={
234871  category="lu",
234872  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL MU",
234873  direction="l",
234874  linebreak="al",
234875  mathclass="variable",
234876  specials={ "font", 0x39C },
234877  unicodeslot=0x1D761,
234878  visual="bf",
234879 },
234880 [0x1D762]={
234881  category="lu",
234882  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL NU",
234883  direction="l",
234884  linebreak="al",
234885  mathclass="variable",
234886  specials={ "font", 0x39D },
234887  unicodeslot=0x1D762,
234888  visual="bf",
234889 },
234890 [0x1D763]={
234891  category="lu",
234892  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL XI",
234893  direction="l",
234894  linebreak="al",
234895  mathclass="variable",
234896  specials={ "font", 0x39E },
234897  unicodeslot=0x1D763,
234898  visual="bf",
234899 },
234900 [0x1D764]={
234901  category="lu",
234902  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL OMICRON",
234903  direction="l",
234904  linebreak="al",
234905  mathclass="variable",
234906  specials={ "font", 0x39F },
234907  unicodeslot=0x1D764,
234908  visual="bf",
234909 },
234910 [0x1D765]={
234911  category="lu",
234912  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL PI",
234913  direction="l",
234914  linebreak="al",
234915  mathclass="variable",
234916  specials={ "font", 0x3A0 },
234917  unicodeslot=0x1D765,
234918  visual="bf",
234919 },
234920 [0x1D766]={
234921  category="lu",
234922  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL RHO",
234923  direction="l",
234924  linebreak="al",
234925  mathclass="variable",
234926  specials={ "font", 0x3A1 },
234927  unicodeslot=0x1D766,
234928  visual="bf",
234929 },
234930 [0x1D767]={
234931  category="lu",
234932  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL THETA SYMBOL",
234933  direction="l",
234934  linebreak="al",
234935  mathclass="variable",
234936  specials={ "font", 0x3F4 },
234937  unicodeslot=0x1D767,
234938  visual="bf",
234939 },
234940 [0x1D768]={
234941  category="lu",
234942  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL SIGMA",
234943  direction="l",
234944  linebreak="al",
234945  mathclass="variable",
234946  specials={ "font", 0x3A3 },
234947  unicodeslot=0x1D768,
234948  visual="bf",
234949 },
234950 [0x1D769]={
234951  category="lu",
234952  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL TAU",
234953  direction="l",
234954  linebreak="al",
234955  mathclass="variable",
234956  specials={ "font", 0x3A4 },
234957  unicodeslot=0x1D769,
234958  visual="bf",
234959 },
234960 [0x1D76A]={
234961  category="lu",
234962  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL UPSILON",
234963  direction="l",
234964  linebreak="al",
234965  mathclass="variable",
234966  specials={ "font", 0x3A5 },
234967  unicodeslot=0x1D76A,
234968  visual="bf",
234969 },
234970 [0x1D76B]={
234971  category="lu",
234972  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL PHI",
234973  direction="l",
234974  linebreak="al",
234975  mathclass="variable",
234976  specials={ "font", 0x3A6 },
234977  unicodeslot=0x1D76B,
234978  visual="bf",
234979 },
234980 [0x1D76C]={
234981  category="lu",
234982  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL CHI",
234983  direction="l",
234984  linebreak="al",
234985  mathclass="variable",
234986  specials={ "font", 0x3A7 },
234987  unicodeslot=0x1D76C,
234988  visual="bf",
234989 },
234990 [0x1D76D]={
234991  category="lu",
234992  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL PSI",
234993  direction="l",
234994  linebreak="al",
234995  mathclass="variable",
234996  specials={ "font", 0x3A8 },
234997  unicodeslot=0x1D76D,
234998  visual="bf",
234999 },
235000 [0x1D76E]={
235001  category="lu",
235002  description="MATHEMATICAL SANS-SERIF BOLD CAPITAL OMEGA",
235003  direction="l",
235004  linebreak="al",
235005  mathclass="variable",
235006  specials={ "font", 0x3A9 },
235007  unicodeslot=0x1D76E,
235008  visual="bf",
235009 },
235010 [0x1D76F]={
235011  category="sm",
235012  description="MATHEMATICAL SANS-SERIF BOLD NABLA",
235013  direction="on",
235014  linebreak="al",
235015  mathclass="differential",
235016  mathgroup="differential",
235017  mathmeaning="vector gradient",
235018  specials={ "font", 0x2207 },
235019  unicodeslot=0x1D76F,
235020  visual="bf",
235021 },
235022 [0x1D770]={
235023  category="ll",
235024  description="MATHEMATICAL SANS-SERIF BOLD SMALL ALPHA",
235025  direction="l",
235026  linebreak="al",
235027  mathclass="variable",
235028  specials={ "font", 0x3B1 },
235029  unicodeslot=0x1D770,
235030  visual="bf",
235031 },
235032 [0x1D771]={
235033  category="ll",
235034  description="MATHEMATICAL SANS-SERIF BOLD SMALL BETA",
235035  direction="l",
235036  linebreak="al",
235037  mathclass="variable",
235038  specials={ "font", 0x3B2 },
235039  unicodeslot=0x1D771,
235040  visual="bf",
235041 },
235042 [0x1D772]={
235043  category="ll",
235044  description="MATHEMATICAL SANS-SERIF BOLD SMALL GAMMA",
235045  direction="l",
235046  linebreak="al",
235047  mathclass="variable",
235048  specials={ "font", 0x3B3 },
235049  unicodeslot=0x1D772,
235050  visual="bf",
235051 },
235052 [0x1D773]={
235053  category="ll",
235054  description="MATHEMATICAL SANS-SERIF BOLD SMALL DELTA",
235055  direction="l",
235056  linebreak="al",
235057  mathclass="variable",
235058  specials={ "font", 0x3B4 },
235059  unicodeslot=0x1D773,
235060  visual="bf",
235061 },
235062 [0x1D774]={
235063  category="ll",
235064  description="MATHEMATICAL SANS-SERIF BOLD SMALL EPSILON",
235065  direction="l",
235066  linebreak="al",
235067  mathclass="variable",
235068  specials={ "font", 0x3B5 },
235069  unicodeslot=0x1D774,
235070  visual="bf",
235071 },
235072 [0x1D775]={
235073  category="ll",
235074  description="MATHEMATICAL SANS-SERIF BOLD SMALL ZETA",
235075  direction="l",
235076  linebreak="al",
235077  mathclass="variable",
235078  specials={ "font", 0x3B6 },
235079  unicodeslot=0x1D775,
235080  visual="bf",
235081 },
235082 [0x1D776]={
235083  category="ll",
235084  description="MATHEMATICAL SANS-SERIF BOLD SMALL ETA",
235085  direction="l",
235086  linebreak="al",
235087  mathclass="variable",
235088  specials={ "font", 0x3B7 },
235089  unicodeslot=0x1D776,
235090  visual="bf",
235091 },
235092 [0x1D777]={
235093  category="ll",
235094  description="MATHEMATICAL SANS-SERIF BOLD SMALL THETA",
235095  direction="l",
235096  linebreak="al",
235097  mathclass="variable",
235098  specials={ "font", 0x3B8 },
235099  unicodeslot=0x1D777,
235100  visual="bf",
235101 },
235102 [0x1D778]={
235103  category="ll",
235104  description="MATHEMATICAL SANS-SERIF BOLD SMALL IOTA",
235105  direction="l",
235106  linebreak="al",
235107  mathclass="variable",
235108  specials={ "font", 0x3B9 },
235109  unicodeslot=0x1D778,
235110  visual="bf",
235111 },
235112 [0x1D779]={
235113  category="ll",
235114  description="MATHEMATICAL SANS-SERIF BOLD SMALL KAPPA",
235115  direction="l",
235116  linebreak="al",
235117  mathclass="variable",
235118  specials={ "font", 0x3BA },
235119  unicodeslot=0x1D779,
235120  visual="bf",
235121 },
235122 [0x1D77A]={
235123  category="ll",
235124  description="MATHEMATICAL SANS-SERIF BOLD SMALL LAMDA",
235125  direction="l",
235126  linebreak="al",
235127  mathclass="variable",
235128  specials={ "font", 0x3BB },
235129  unicodeslot=0x1D77A,
235130  visual="bf",
235131 },
235132 [0x1D77B]={
235133  category="ll",
235134  description="MATHEMATICAL SANS-SERIF BOLD SMALL MU",
235135  direction="l",
235136  linebreak="al",
235137  mathclass="variable",
235138  specials={ "font", 0x3BC },
235139  unicodeslot=0x1D77B,
235140  visual="bf",
235141 },
235142 [0x1D77C]={
235143  category="ll",
235144  description="MATHEMATICAL SANS-SERIF BOLD SMALL NU",
235145  direction="l",
235146  linebreak="al",
235147  mathclass="variable",
235148  specials={ "font", 0x3BD },
235149  unicodeslot=0x1D77C,
235150  visual="bf",
235151 },
235152 [0x1D77D]={
235153  category="ll",
235154  description="MATHEMATICAL SANS-SERIF BOLD SMALL XI",
235155  direction="l",
235156  linebreak="al",
235157  mathclass="variable",
235158  specials={ "font", 0x3BE },
235159  unicodeslot=0x1D77D,
235160  visual="bf",
235161 },
235162 [0x1D77E]={
235163  category="ll",
235164  description="MATHEMATICAL SANS-SERIF BOLD SMALL OMICRON",
235165  direction="l",
235166  linebreak="al",
235167  mathclass="variable",
235168  specials={ "font", 0x3BF },
235169  unicodeslot=0x1D77E,
235170  visual="bf",
235171 },
235172 [0x1D77F]={
235173  category="ll",
235174  description="MATHEMATICAL SANS-SERIF BOLD SMALL PI",
235175  direction="l",
235176  linebreak="al",
235177  mathclass="variable",
235178  specials={ "font", 0x3C0 },
235179  unicodeslot=0x1D77F,
235180  visual="bf",
235181 },
235182 [0x1D780]={
235183  category="ll",
235184  description="MATHEMATICAL SANS-SERIF BOLD SMALL RHO",
235185  direction="l",
235186  linebreak="al",
235187  mathclass="variable",
235188  specials={ "font", 0x3C1 },
235189  unicodeslot=0x1D780,
235190  visual="bf",
235191 },
235192 [0x1D781]={
235193  category="ll",
235194  description="MATHEMATICAL SANS-SERIF BOLD SMALL FINAL SIGMA",
235195  direction="l",
235196  linebreak="al",
235197  mathclass="variable",
235198  specials={ "font", 0x3C2 },
235199  unicodeslot=0x1D781,
235200  visual="bf",
235201 },
235202 [0x1D782]={
235203  category="ll",
235204  description="MATHEMATICAL SANS-SERIF BOLD SMALL SIGMA",
235205  direction="l",
235206  linebreak="al",
235207  mathclass="variable",
235208  specials={ "font", 0x3C3 },
235209  unicodeslot=0x1D782,
235210  visual="bf",
235211 },
235212 [0x1D783]={
235213  category="ll",
235214  description="MATHEMATICAL SANS-SERIF BOLD SMALL TAU",
235215  direction="l",
235216  linebreak="al",
235217  mathclass="variable",
235218  specials={ "font", 0x3C4 },
235219  unicodeslot=0x1D783,
235220  visual="bf",
235221 },
235222 [0x1D784]={
235223  category="ll",
235224  description="MATHEMATICAL SANS-SERIF BOLD SMALL UPSILON",
235225  direction="l",
235226  linebreak="al",
235227  mathclass="variable",
235228  specials={ "font", 0x3C5 },
235229  unicodeslot=0x1D784,
235230  visual="bf",
235231 },
235232 [0x1D785]={
235233  category="ll",
235234  description="MATHEMATICAL SANS-SERIF BOLD SMALL PHI",
235235  direction="l",
235236  linebreak="al",
235237  mathclass="variable",
235238  specials={ "font", 0x3C6 },
235239  unicodeslot=0x1D785,
235240  visual="bf",
235241 },
235242 [0x1D786]={
235243  category="ll",
235244  description="MATHEMATICAL SANS-SERIF BOLD SMALL CHI",
235245  direction="l",
235246  linebreak="al",
235247  mathclass="variable",
235248  specials={ "font", 0x3C7 },
235249  unicodeslot=0x1D786,
235250  visual="bf",
235251 },
235252 [0x1D787]={
235253  category="ll",
235254  description="MATHEMATICAL SANS-SERIF BOLD SMALL PSI",
235255  direction="l",
235256  linebreak="al",
235257  mathclass="variable",
235258  specials={ "font", 0x3C8 },
235259  unicodeslot=0x1D787,
235260  visual="bf",
235261 },
235262 [0x1D788]={
235263  category="ll",
235264  description="MATHEMATICAL SANS-SERIF BOLD SMALL OMEGA",
235265  direction="l",
235266  linebreak="al",
235267  mathclass="variable",
235268  specials={ "font", 0x3C9 },
235269  unicodeslot=0x1D788,
235270  visual="bf",
235271 },
235272 [0x1D789]={
235273  category="sm",
235274  description="MATHEMATICAL SANS-SERIF BOLD PARTIAL DIFFERENTIAL",
235275  direction="on",
235276  linebreak="al",
235277  mathclass="differential",
235278  mathgroup="differential",
235279  mathmeaning="vector partial",
235280  specials={ "font", 0x2202 },
235281  unicodeslot=0x1D789,
235282  visual="bf",
235283 },
235284 [0x1D78A]={
235285  category="ll",
235286  description="MATHEMATICAL SANS-SERIF BOLD EPSILON SYMBOL",
235287  direction="l",
235288  linebreak="al",
235289  mathclass="variable",
235290  specials={ "font", 0x3F5 },
235291  unicodeslot=0x1D78A,
235292  visual="bf",
235293 },
235294 [0x1D78B]={
235295  category="ll",
235296  description="MATHEMATICAL SANS-SERIF BOLD THETA SYMBOL",
235297  direction="l",
235298  linebreak="al",
235299  mathclass="variable",
235300  specials={ "font", 0x3D1 },
235301  unicodeslot=0x1D78B,
235302  visual="bf",
235303 },
235304 [0x1D78C]={
235305  category="ll",
235306  description="MATHEMATICAL SANS-SERIF BOLD KAPPA SYMBOL",
235307  direction="l",
235308  linebreak="al",
235309  mathclass="variable",
235310  specials={ "font", 0x3F0 },
235311  unicodeslot=0x1D78C,
235312  visual="bf",
235313 },
235314 [0x1D78D]={
235315  category="ll",
235316  description="MATHEMATICAL SANS-SERIF BOLD PHI SYMBOL",
235317  direction="l",
235318  linebreak="al",
235319  mathclass="variable",
235320  specials={ "font", 0x3D5 },
235321  unicodeslot=0x1D78D,
235322  visual="bf",
235323 },
235324 [0x1D78E]={
235325  category="ll",
235326  description="MATHEMATICAL SANS-SERIF BOLD RHO SYMBOL",
235327  direction="l",
235328  linebreak="al",
235329  mathclass="variable",
235330  specials={ "font", 0x3F1 },
235331  unicodeslot=0x1D78E,
235332  visual="bf",
235333 },
235334 [0x1D78F]={
235335  category="ll",
235336  description="MATHEMATICAL SANS-SERIF BOLD PI SYMBOL",
235337  direction="l",
235338  linebreak="al",
235339  mathclass="variable",
235340  specials={ "font", 0x3D6 },
235341  unicodeslot=0x1D78F,
235342  visual="bf",
235343 },
235344 [0x1D790]={
235345  category="lu",
235346  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ALPHA",
235347  direction="l",
235348  linebreak="al",
235349  mathclass="variable",
235350  specials={ "font", 0x391 },
235351  unicodeslot=0x1D790,
235352  visual="bi",
235353 },
235354 [0x1D791]={
235355  category="lu",
235356  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL BETA",
235357  direction="l",
235358  linebreak="al",
235359  mathclass="variable",
235360  specials={ "font", 0x392 },
235361  unicodeslot=0x1D791,
235362  visual="bi",
235363 },
235364 [0x1D792]={
235365  category="lu",
235366  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL GAMMA",
235367  direction="l",
235368  linebreak="al",
235369  mathclass="variable",
235370  specials={ "font", 0x393 },
235371  unicodeslot=0x1D792,
235372  visual="bi",
235373 },
235374 [0x1D793]={
235375  category="lu",
235376  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL DELTA",
235377  direction="l",
235378  linebreak="al",
235379  mathclass="variable",
235380  specials={ "font", 0x394 },
235381  unicodeslot=0x1D793,
235382  visual="bi",
235383 },
235384 [0x1D794]={
235385  category="lu",
235386  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL EPSILON",
235387  direction="l",
235388  linebreak="al",
235389  mathclass="variable",
235390  specials={ "font", 0x395 },
235391  unicodeslot=0x1D794,
235392  visual="bi",
235393 },
235394 [0x1D795]={
235395  category="lu",
235396  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ZETA",
235397  direction="l",
235398  linebreak="al",
235399  mathclass="variable",
235400  specials={ "font", 0x396 },
235401  unicodeslot=0x1D795,
235402  visual="bi",
235403 },
235404 [0x1D796]={
235405  category="lu",
235406  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ETA",
235407  direction="l",
235408  linebreak="al",
235409  mathclass="variable",
235410  specials={ "font", 0x397 },
235411  unicodeslot=0x1D796,
235412  visual="bi",
235413 },
235414 [0x1D797]={
235415  category="lu",
235416  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL THETA",
235417  direction="l",
235418  linebreak="al",
235419  mathclass="variable",
235420  specials={ "font", 0x398 },
235421  unicodeslot=0x1D797,
235422  visual="bi",
235423 },
235424 [0x1D798]={
235425  category="lu",
235426  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL IOTA",
235427  direction="l",
235428  linebreak="al",
235429  mathclass="variable",
235430  specials={ "font", 0x399 },
235431  unicodeslot=0x1D798,
235432  visual="bi",
235433 },
235434 [0x1D799]={
235435  category="lu",
235436  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL KAPPA",
235437  direction="l",
235438  linebreak="al",
235439  mathclass="variable",
235440  specials={ "font", 0x39A },
235441  unicodeslot=0x1D799,
235442  visual="bi",
235443 },
235444 [0x1D79A]={
235445  category="lu",
235446  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL LAMDA",
235447  direction="l",
235448  linebreak="al",
235449  mathclass="variable",
235450  specials={ "font", 0x39B },
235451  unicodeslot=0x1D79A,
235452  visual="bi",
235453 },
235454 [0x1D79B]={
235455  category="lu",
235456  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL MU",
235457  direction="l",
235458  linebreak="al",
235459  mathclass="variable",
235460  specials={ "font", 0x39C },
235461  unicodeslot=0x1D79B,
235462  visual="bi",
235463 },
235464 [0x1D79C]={
235465  category="lu",
235466  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL NU",
235467  direction="l",
235468  linebreak="al",
235469  mathclass="variable",
235470  specials={ "font", 0x39D },
235471  unicodeslot=0x1D79C,
235472  visual="bi",
235473 },
235474 [0x1D79D]={
235475  category="lu",
235476  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL XI",
235477  direction="l",
235478  linebreak="al",
235479  mathclass="variable",
235480  specials={ "font", 0x39E },
235481  unicodeslot=0x1D79D,
235482  visual="bi",
235483 },
235484 [0x1D79E]={
235485  category="lu",
235486  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL OMICRON",
235487  direction="l",
235488  linebreak="al",
235489  mathclass="variable",
235490  specials={ "font", 0x39F },
235491  unicodeslot=0x1D79E,
235492  visual="bi",
235493 },
235494 [0x1D79F]={
235495  category="lu",
235496  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PI",
235497  direction="l",
235498  linebreak="al",
235499  mathclass="variable",
235500  specials={ "font", 0x3A0 },
235501  unicodeslot=0x1D79F,
235502  visual="bi",
235503 },
235504 [0x1D7A0]={
235505  category="lu",
235506  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL RHO",
235507  direction="l",
235508  linebreak="al",
235509  mathclass="variable",
235510  specials={ "font", 0x3A1 },
235511  unicodeslot=0x1D7A0,
235512  visual="bi",
235513 },
235514 [0x1D7A1]={
235515  category="lu",
235516  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL THETA SYMBOL",
235517  direction="l",
235518  linebreak="al",
235519  mathclass="variable",
235520  specials={ "font", 0x3F4 },
235521  unicodeslot=0x1D7A1,
235522  visual="bi",
235523 },
235524 [0x1D7A2]={
235525  category="lu",
235526  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL SIGMA",
235527  direction="l",
235528  linebreak="al",
235529  mathclass="variable",
235530  specials={ "font", 0x3A3 },
235531  unicodeslot=0x1D7A2,
235532  visual="bi",
235533 },
235534 [0x1D7A3]={
235535  category="lu",
235536  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL TAU",
235537  direction="l",
235538  linebreak="al",
235539  mathclass="variable",
235540  specials={ "font", 0x3A4 },
235541  unicodeslot=0x1D7A3,
235542  visual="bi",
235543 },
235544 [0x1D7A4]={
235545  category="lu",
235546  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL UPSILON",
235547  direction="l",
235548  linebreak="al",
235549  mathclass="variable",
235550  specials={ "font", 0x3A5 },
235551  unicodeslot=0x1D7A4,
235552  visual="bi",
235553 },
235554 [0x1D7A5]={
235555  category="lu",
235556  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PHI",
235557  direction="l",
235558  linebreak="al",
235559  mathclass="variable",
235560  specials={ "font", 0x3A6 },
235561  unicodeslot=0x1D7A5,
235562  visual="bi",
235563 },
235564 [0x1D7A6]={
235565  category="lu",
235566  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL CHI",
235567  direction="l",
235568  linebreak="al",
235569  mathclass="variable",
235570  specials={ "font", 0x3A7 },
235571  unicodeslot=0x1D7A6,
235572  visual="bi",
235573 },
235574 [0x1D7A7]={
235575  category="lu",
235576  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PSI",
235577  direction="l",
235578  linebreak="al",
235579  mathclass="variable",
235580  specials={ "font", 0x3A8 },
235581  unicodeslot=0x1D7A7,
235582  visual="bi",
235583 },
235584 [0x1D7A8]={
235585  category="lu",
235586  description="MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL OMEGA",
235587  direction="l",
235588  linebreak="al",
235589  mathclass="variable",
235590  specials={ "font", 0x3A9 },
235591  unicodeslot=0x1D7A8,
235592  visual="bi",
235593 },
235594 [0x1D7A9]={
235595  category="sm",
235596  description="MATHEMATICAL SANS-SERIF BOLD ITALIC NABLA",
235597  direction="on",
235598  linebreak="al",
235599  mathclass="differential",
235600  mathgroup="differential",
235601  mathmeaning="vector gradient",
235602  specials={ "font", 0x2207 },
235603  unicodeslot=0x1D7A9,
235604  visual="bi",
235605 },
235606 [0x1D7AA]={
235607  category="ll",
235608  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ALPHA",
235609  direction="l",
235610  linebreak="al",
235611  mathclass="variable",
235612  specials={ "font", 0x3B1 },
235613  unicodeslot=0x1D7AA,
235614  visual="bi",
235615 },
235616 [0x1D7AB]={
235617  category="ll",
235618  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL BETA",
235619  direction="l",
235620  linebreak="al",
235621  mathclass="variable",
235622  specials={ "font", 0x3B2 },
235623  unicodeslot=0x1D7AB,
235624  visual="bi",
235625 },
235626 [0x1D7AC]={
235627  category="ll",
235628  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL GAMMA",
235629  direction="l",
235630  linebreak="al",
235631  mathclass="variable",
235632  specials={ "font", 0x3B3 },
235633  unicodeslot=0x1D7AC,
235634  visual="bi",
235635 },
235636 [0x1D7AD]={
235637  category="ll",
235638  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL DELTA",
235639  direction="l",
235640  linebreak="al",
235641  mathclass="variable",
235642  specials={ "font", 0x3B4 },
235643  unicodeslot=0x1D7AD,
235644  visual="bi",
235645 },
235646 [0x1D7AE]={
235647  category="ll",
235648  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL EPSILON",
235649  direction="l",
235650  linebreak="al",
235651  mathclass="variable",
235652  specials={ "font", 0x3B5 },
235653  unicodeslot=0x1D7AE,
235654  visual="bi",
235655 },
235656 [0x1D7AF]={
235657  category="ll",
235658  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ZETA",
235659  direction="l",
235660  linebreak="al",
235661  mathclass="variable",
235662  specials={ "font", 0x3B6 },
235663  unicodeslot=0x1D7AF,
235664  visual="bi",
235665 },
235666 [0x1D7B0]={
235667  category="ll",
235668  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ETA",
235669  direction="l",
235670  linebreak="al",
235671  mathclass="variable",
235672  specials={ "font", 0x3B7 },
235673  unicodeslot=0x1D7B0,
235674  visual="bi",
235675 },
235676 [0x1D7B1]={
235677  category="ll",
235678  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL THETA",
235679  direction="l",
235680  linebreak="al",
235681  mathclass="variable",
235682  specials={ "font", 0x3B8 },
235683  unicodeslot=0x1D7B1,
235684  visual="bi",
235685 },
235686 [0x1D7B2]={
235687  category="ll",
235688  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL IOTA",
235689  direction="l",
235690  linebreak="al",
235691  mathclass="variable",
235692  specials={ "font", 0x3B9 },
235693  unicodeslot=0x1D7B2,
235694  visual="bi",
235695 },
235696 [0x1D7B3]={
235697  category="ll",
235698  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL KAPPA",
235699  direction="l",
235700  linebreak="al",
235701  mathclass="variable",
235702  specials={ "font", 0x3BA },
235703  unicodeslot=0x1D7B3,
235704  visual="bi",
235705 },
235706 [0x1D7B4]={
235707  category="ll",
235708  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL LAMDA",
235709  direction="l",
235710  linebreak="al",
235711  mathclass="variable",
235712  specials={ "font", 0x3BB },
235713  unicodeslot=0x1D7B4,
235714  visual="bi",
235715 },
235716 [0x1D7B5]={
235717  category="ll",
235718  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL MU",
235719  direction="l",
235720  linebreak="al",
235721  mathclass="variable",
235722  specials={ "font", 0x3BC },
235723  unicodeslot=0x1D7B5,
235724  visual="bi",
235725 },
235726 [0x1D7B6]={
235727  category="ll",
235728  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL NU",
235729  direction="l",
235730  linebreak="al",
235731  mathclass="variable",
235732  specials={ "font", 0x3BD },
235733  unicodeslot=0x1D7B6,
235734  visual="bi",
235735 },
235736 [0x1D7B7]={
235737  category="ll",
235738  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL XI",
235739  direction="l",
235740  linebreak="al",
235741  mathclass="variable",
235742  specials={ "font", 0x3BE },
235743  unicodeslot=0x1D7B7,
235744  visual="bi",
235745 },
235746 [0x1D7B8]={
235747  category="ll",
235748  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL OMICRON",
235749  direction="l",
235750  linebreak="al",
235751  mathclass="variable",
235752  specials={ "font", 0x3BF },
235753  unicodeslot=0x1D7B8,
235754  visual="bi",
235755 },
235756 [0x1D7B9]={
235757  category="ll",
235758  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL PI",
235759  direction="l",
235760  linebreak="al",
235761  mathclass="variable",
235762  specials={ "font", 0x3C0 },
235763  unicodeslot=0x1D7B9,
235764  visual="bi",
235765 },
235766 [0x1D7BA]={
235767  category="ll",
235768  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL RHO",
235769  direction="l",
235770  linebreak="al",
235771  mathclass="variable",
235772  specials={ "font", 0x3C1 },
235773  unicodeslot=0x1D7BA,
235774  visual="bi",
235775 },
235776 [0x1D7BB]={
235777  category="ll",
235778  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL FINAL SIGMA",
235779  direction="l",
235780  linebreak="al",
235781  mathclass="variable",
235782  specials={ "font", 0x3C2 },
235783  unicodeslot=0x1D7BB,
235784  visual="bi",
235785 },
235786 [0x1D7BC]={
235787  category="ll",
235788  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL SIGMA",
235789  direction="l",
235790  linebreak="al",
235791  mathclass="variable",
235792  specials={ "font", 0x3C3 },
235793  unicodeslot=0x1D7BC,
235794  visual="bi",
235795 },
235796 [0x1D7BD]={
235797  category="ll",
235798  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL TAU",
235799  direction="l",
235800  linebreak="al",
235801  mathclass="variable",
235802  specials={ "font", 0x3C4 },
235803  unicodeslot=0x1D7BD,
235804  visual="bi",
235805 },
235806 [0x1D7BE]={
235807  category="ll",
235808  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL UPSILON",
235809  direction="l",
235810  linebreak="al",
235811  mathclass="variable",
235812  specials={ "font", 0x3C5 },
235813  unicodeslot=0x1D7BE,
235814  visual="bi",
235815 },
235816 [0x1D7BF]={
235817  category="ll",
235818  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL PHI",
235819  direction="l",
235820  linebreak="al",
235821  mathclass="variable",
235822  specials={ "font", 0x3C6 },
235823  unicodeslot=0x1D7BF,
235824  visual="bi",
235825 },
235826 [0x1D7C0]={
235827  category="ll",
235828  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL CHI",
235829  direction="l",
235830  linebreak="al",
235831  mathclass="variable",
235832  specials={ "font", 0x3C7 },
235833  unicodeslot=0x1D7C0,
235834  visual="bi",
235835 },
235836 [0x1D7C1]={
235837  category="ll",
235838  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL PSI",
235839  direction="l",
235840  linebreak="al",
235841  mathclass="variable",
235842  specials={ "font", 0x3C8 },
235843  unicodeslot=0x1D7C1,
235844  visual="bi",
235845 },
235846 [0x1D7C2]={
235847  category="ll",
235848  description="MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL OMEGA",
235849  direction="l",
235850  linebreak="al",
235851  mathclass="variable",
235852  specials={ "font", 0x3C9 },
235853  unicodeslot=0x1D7C2,
235854  visual="bi",
235855 },
235856 [0x1D7C3]={
235857  category="sm",
235858  description="MATHEMATICAL SANS-SERIF BOLD ITALIC PARTIAL DIFFERENTIAL",
235859  direction="on",
235860  linebreak="al",
235861  mathclass="differential",
235862  mathgroup="differential",
235863  mathmeaning="vector partial",
235864  specials={ "font", 0x2202 },
235865  unicodeslot=0x1D7C3,
235866  visual="bi",
235867 },
235868 [0x1D7C4]={
235869  category="ll",
235870  description="MATHEMATICAL SANS-SERIF BOLD ITALIC EPSILON SYMBOL",
235871  direction="l",
235872  linebreak="al",
235873  mathclass="variable",
235874  specials={ "font", 0x3F5 },
235875  unicodeslot=0x1D7C4,
235876  visual="bi",
235877 },
235878 [0x1D7C5]={
235879  category="ll",
235880  description="MATHEMATICAL SANS-SERIF BOLD ITALIC THETA SYMBOL",
235881  direction="l",
235882  linebreak="al",
235883  mathclass="variable",
235884  specials={ "font", 0x3D1 },
235885  unicodeslot=0x1D7C5,
235886  visual="bi",
235887 },
235888 [0x1D7C6]={
235889  category="ll",
235890  description="MATHEMATICAL SANS-SERIF BOLD ITALIC KAPPA SYMBOL",
235891  direction="l",
235892  linebreak="al",
235893  mathclass="variable",
235894  specials={ "font", 0x3F0 },
235895  unicodeslot=0x1D7C6,
235896  visual="bi",
235897 },
235898 [0x1D7C7]={
235899  category="ll",
235900  description="MATHEMATICAL SANS-SERIF BOLD ITALIC PHI SYMBOL",
235901  direction="l",
235902  linebreak="al",
235903  mathclass="variable",
235904  specials={ "font", 0x3D5 },
235905  unicodeslot=0x1D7C7,
235906  visual="bi",
235907 },
235908 [0x1D7C8]={
235909  category="ll",
235910  description="MATHEMATICAL SANS-SERIF BOLD ITALIC RHO SYMBOL",
235911  direction="l",
235912  linebreak="al",
235913  mathclass="variable",
235914  specials={ "font", 0x3F1 },
235915  unicodeslot=0x1D7C8,
235916  visual="bi",
235917 },
235918 [0x1D7C9]={
235919  category="ll",
235920  description="MATHEMATICAL SANS-SERIF BOLD ITALIC PI SYMBOL",
235921  direction="l",
235922  linebreak="al",
235923  mathclass="variable",
235924  specials={ "font", 0x3D6 },
235925  unicodeslot=0x1D7C9,
235926  visual="bi",
235927 },
235928 [0x1D7CA]={
235929  category="lu",
235930  description="MATHEMATICAL BOLD CAPITAL DIGAMMA",
235931  direction="l",
235932  linebreak="al",
235933  mathclass="variable",
235934  specials={ "font", 0x3DC },
235935  unicodeslot=0x1D7CA,
235936  visual="bf",
235937 },
235938 [0x1D7CB]={
235939  category="ll",
235940  description="MATHEMATICAL BOLD SMALL DIGAMMA",
235941  direction="l",
235942  linebreak="al",
235943  mathclass="variable",
235944  specials={ "font", 0x3DD },
235945  unicodeslot=0x1D7CB,
235946  visual="bf",
235947 },
235948 [0x1D7CE]={
235949  category="nd",
235950  description="MATHEMATICAL BOLD DIGIT ZERO",
235951  direction="en",
235952  linebreak="nu",
235953  mathclass="digit",
235954  specials={ "font", 0x30 },
235955  unicodeslot=0x1D7CE,
235956  visual="bf",
235957 },
235958 [0x1D7CF]={
235959  category="nd",
235960  description="MATHEMATICAL BOLD DIGIT ONE",
235961  direction="en",
235962  linebreak="nu",
235963  mathclass="digit",
235964  specials={ "font", 0x31 },
235965  unicodeslot=0x1D7CF,
235966  visual="bf",
235967 },
235968 [0x1D7D0]={
235969  category="nd",
235970  description="MATHEMATICAL BOLD DIGIT TWO",
235971  direction="en",
235972  linebreak="nu",
235973  mathclass="digit",
235974  specials={ "font", 0x32 },
235975  unicodeslot=0x1D7D0,
235976  visual="bf",
235977 },
235978 [0x1D7D1]={
235979  category="nd",
235980  description="MATHEMATICAL BOLD DIGIT THREE",
235981  direction="en",
235982  linebreak="nu",
235983  mathclass="digit",
235984  specials={ "font", 0x33 },
235985  unicodeslot=0x1D7D1,
235986  visual="bf",
235987 },
235988 [0x1D7D2]={
235989  category="nd",
235990  description="MATHEMATICAL BOLD DIGIT FOUR",
235991  direction="en",
235992  linebreak="nu",
235993  mathclass="digit",
235994  specials={ "font", 0x34 },
235995  unicodeslot=0x1D7D2,
235996  visual="bf",
235997 },
235998 [0x1D7D3]={
235999  category="nd",
236000  description="MATHEMATICAL BOLD DIGIT FIVE",
236001  direction="en",
236002  linebreak="nu",
236003  mathclass="digit",
236004  specials={ "font", 0x35 },
236005  unicodeslot=0x1D7D3,
236006  visual="bf",
236007 },
236008 [0x1D7D4]={
236009  category="nd",
236010  description="MATHEMATICAL BOLD DIGIT SIX",
236011  direction="en",
236012  linebreak="nu",
236013  mathclass="digit",
236014  specials={ "font", 0x36 },
236015  unicodeslot=0x1D7D4,
236016  visual="bf",
236017 },
236018 [0x1D7D5]={
236019  category="nd",
236020  description="MATHEMATICAL BOLD DIGIT SEVEN",
236021  direction="en",
236022  linebreak="nu",
236023  mathclass="digit",
236024  specials={ "font", 0x37 },
236025  unicodeslot=0x1D7D5,
236026  visual="bf",
236027 },
236028 [0x1D7D6]={
236029  category="nd",
236030  description="MATHEMATICAL BOLD DIGIT EIGHT",
236031  direction="en",
236032  linebreak="nu",
236033  mathclass="digit",
236034  specials={ "font", 0x38 },
236035  unicodeslot=0x1D7D6,
236036  visual="bf",
236037 },
236038 [0x1D7D7]={
236039  category="nd",
236040  description="MATHEMATICAL BOLD DIGIT NINE",
236041  direction="en",
236042  linebreak="nu",
236043  mathclass="digit",
236044  specials={ "font", 0x39 },
236045  unicodeslot=0x1D7D7,
236046  visual="bf",
236047 },
236048 [0x1D7D8]={
236049  category="nd",
236050  description="MATHEMATICAL DOUBLE-STRUCK DIGIT ZERO",
236051  direction="en",
236052  linebreak="nu",
236053  mathclass="digit",
236054  specials={ "font", 0x30 },
236055  unicodeslot=0x1D7D8,
236056 },
236057 [0x1D7D9]={
236058  category="nd",
236059  description="MATHEMATICAL DOUBLE-STRUCK DIGIT ONE",
236060  direction="en",
236061  linebreak="nu",
236062  mathclass="digit",
236063  specials={ "font", 0x31 },
236064  unicodeslot=0x1D7D9,
236065 },
236066 [0x1D7DA]={
236067  category="nd",
236068  description="MATHEMATICAL DOUBLE-STRUCK DIGIT TWO",
236069  direction="en",
236070  linebreak="nu",
236071  mathclass="digit",
236072  specials={ "font", 0x32 },
236073  unicodeslot=0x1D7DA,
236074 },
236075 [0x1D7DB]={
236076  category="nd",
236077  description="MATHEMATICAL DOUBLE-STRUCK DIGIT THREE",
236078  direction="en",
236079  linebreak="nu",
236080  mathclass="digit",
236081  specials={ "font", 0x33 },
236082  unicodeslot=0x1D7DB,
236083 },
236084 [0x1D7DC]={
236085  category="nd",
236086  description="MATHEMATICAL DOUBLE-STRUCK DIGIT FOUR",
236087  direction="en",
236088  linebreak="nu",
236089  mathclass="digit",
236090  specials={ "font", 0x34 },
236091  unicodeslot=0x1D7DC,
236092 },
236093 [0x1D7DD]={
236094  category="nd",
236095  description="MATHEMATICAL DOUBLE-STRUCK DIGIT FIVE",
236096  direction="en",
236097  linebreak="nu",
236098  mathclass="digit",
236099  specials={ "font", 0x35 },
236100  unicodeslot=0x1D7DD,
236101 },
236102 [0x1D7DE]={
236103  category="nd",
236104  description="MATHEMATICAL DOUBLE-STRUCK DIGIT SIX",
236105  direction="en",
236106  linebreak="nu",
236107  mathclass="digit",
236108  specials={ "font", 0x36 },
236109  unicodeslot=0x1D7DE,
236110 },
236111 [0x1D7DF]={
236112  category="nd",
236113  description="MATHEMATICAL DOUBLE-STRUCK DIGIT SEVEN",
236114  direction="en",
236115  linebreak="nu",
236116  mathclass="digit",
236117  specials={ "font", 0x37 },
236118  unicodeslot=0x1D7DF,
236119 },
236120 [0x1D7E0]={
236121  category="nd",
236122  description="MATHEMATICAL DOUBLE-STRUCK DIGIT EIGHT",
236123  direction="en",
236124  linebreak="nu",
236125  mathclass="digit",
236126  specials={ "font", 0x38 },
236127  unicodeslot=0x1D7E0,
236128 },
236129 [0x1D7E1]={
236130  category="nd",
236131  description="MATHEMATICAL DOUBLE-STRUCK DIGIT NINE",
236132  direction="en",
236133  linebreak="nu",
236134  mathclass="digit",
236135  specials={ "font", 0x39 },
236136  unicodeslot=0x1D7E1,
236137 },
236138 [0x1D7E2]={
236139  category="nd",
236140  description="MATHEMATICAL SANS-SERIF DIGIT ZERO",
236141  direction="en",
236142  linebreak="nu",
236143  mathclass="digit",
236144  specials={ "font", 0x30 },
236145  unicodeslot=0x1D7E2,
236146 },
236147 [0x1D7E3]={
236148  category="nd",
236149  description="MATHEMATICAL SANS-SERIF DIGIT ONE",
236150  direction="en",
236151  linebreak="nu",
236152  mathclass="digit",
236153  specials={ "font", 0x31 },
236154  unicodeslot=0x1D7E3,
236155 },
236156 [0x1D7E4]={
236157  category="nd",
236158  description="MATHEMATICAL SANS-SERIF DIGIT TWO",
236159  direction="en",
236160  linebreak="nu",
236161  mathclass="digit",
236162  specials={ "font", 0x32 },
236163  unicodeslot=0x1D7E4,
236164 },
236165 [0x1D7E5]={
236166  category="nd",
236167  description="MATHEMATICAL SANS-SERIF DIGIT THREE",
236168  direction="en",
236169  linebreak="nu",
236170  mathclass="digit",
236171  specials={ "font", 0x33 },
236172  unicodeslot=0x1D7E5,
236173 },
236174 [0x1D7E6]={
236175  category="nd",
236176  description="MATHEMATICAL SANS-SERIF DIGIT FOUR",
236177  direction="en",
236178  linebreak="nu",
236179  mathclass="digit",
236180  specials={ "font", 0x34 },
236181  unicodeslot=0x1D7E6,
236182 },
236183 [0x1D7E7]={
236184  category="nd",
236185  description="MATHEMATICAL SANS-SERIF DIGIT FIVE",
236186  direction="en",
236187  linebreak="nu",
236188  mathclass="digit",
236189  specials={ "font", 0x35 },
236190  unicodeslot=0x1D7E7,
236191 },
236192 [0x1D7E8]={
236193  category="nd",
236194  description="MATHEMATICAL SANS-SERIF DIGIT SIX",
236195  direction="en",
236196  linebreak="nu",
236197  mathclass="digit",
236198  specials={ "font", 0x36 },
236199  unicodeslot=0x1D7E8,
236200 },
236201 [0x1D7E9]={
236202  category="nd",
236203  description="MATHEMATICAL SANS-SERIF DIGIT SEVEN",
236204  direction="en",
236205  linebreak="nu",
236206  mathclass="digit",
236207  specials={ "font", 0x37 },
236208  unicodeslot=0x1D7E9,
236209 },
236210 [0x1D7EA]={
236211  category="nd",
236212  description="MATHEMATICAL SANS-SERIF DIGIT EIGHT",
236213  direction="en",
236214  linebreak="nu",
236215  mathclass="digit",
236216  specials={ "font", 0x38 },
236217  unicodeslot=0x1D7EA,
236218 },
236219 [0x1D7EB]={
236220  category="nd",
236221  description="MATHEMATICAL SANS-SERIF DIGIT NINE",
236222  direction="en",
236223  linebreak="nu",
236224  mathclass="digit",
236225  specials={ "font", 0x39 },
236226  unicodeslot=0x1D7EB,
236227 },
236228 [0x1D7EC]={
236229  category="nd",
236230  description="MATHEMATICAL SANS-SERIF BOLD DIGIT ZERO",
236231  direction="en",
236232  linebreak="nu",
236233  mathclass="digit",
236234  specials={ "font", 0x30 },
236235  unicodeslot=0x1D7EC,
236236  visual="bf",
236237 },
236238 [0x1D7ED]={
236239  category="nd",
236240  description="MATHEMATICAL SANS-SERIF BOLD DIGIT ONE",
236241  direction="en",
236242  linebreak="nu",
236243  mathclass="digit",
236244  specials={ "font", 0x31 },
236245  unicodeslot=0x1D7ED,
236246  visual="bf",
236247 },
236248 [0x1D7EE]={
236249  category="nd",
236250  description="MATHEMATICAL SANS-SERIF BOLD DIGIT TWO",
236251  direction="en",
236252  linebreak="nu",
236253  mathclass="digit",
236254  specials={ "font", 0x32 },
236255  unicodeslot=0x1D7EE,
236256  visual="bf",
236257 },
236258 [0x1D7EF]={
236259  category="nd",
236260  description="MATHEMATICAL SANS-SERIF BOLD DIGIT THREE",
236261  direction="en",
236262  linebreak="nu",
236263  mathclass="digit",
236264  specials={ "font", 0x33 },
236265  unicodeslot=0x1D7EF,
236266  visual="bf",
236267 },
236268 [0x1D7F0]={
236269  category="nd",
236270  description="MATHEMATICAL SANS-SERIF BOLD DIGIT FOUR",
236271  direction="en",
236272  linebreak="nu",
236273  mathclass="digit",
236274  specials={ "font", 0x34 },
236275  unicodeslot=0x1D7F0,
236276  visual="bf",
236277 },
236278 [0x1D7F1]={
236279  category="nd",
236280  description="MATHEMATICAL SANS-SERIF BOLD DIGIT FIVE",
236281  direction="en",
236282  linebreak="nu",
236283  mathclass="digit",
236284  specials={ "font", 0x35 },
236285  unicodeslot=0x1D7F1,
236286  visual="bf",
236287 },
236288 [0x1D7F2]={
236289  category="nd",
236290  description="MATHEMATICAL SANS-SERIF BOLD DIGIT SIX",
236291  direction="en",
236292  linebreak="nu",
236293  mathclass="digit",
236294  specials={ "font", 0x36 },
236295  unicodeslot=0x1D7F2,
236296  visual="bf",
236297 },
236298 [0x1D7F3]={
236299  category="nd",
236300  description="MATHEMATICAL SANS-SERIF BOLD DIGIT SEVEN",
236301  direction="en",
236302  linebreak="nu",
236303  mathclass="digit",
236304  specials={ "font", 0x37 },
236305  unicodeslot=0x1D7F3,
236306  visual="bf",
236307 },
236308 [0x1D7F4]={
236309  category="nd",
236310  description="MATHEMATICAL SANS-SERIF BOLD DIGIT EIGHT",
236311  direction="en",
236312  linebreak="nu",
236313  mathclass="digit",
236314  specials={ "font", 0x38 },
236315  unicodeslot=0x1D7F4,
236316  visual="bf",
236317 },
236318 [0x1D7F5]={
236319  category="nd",
236320  description="MATHEMATICAL SANS-SERIF BOLD DIGIT NINE",
236321  direction="en",
236322  linebreak="nu",
236323  mathclass="digit",
236324  specials={ "font", 0x39 },
236325  unicodeslot=0x1D7F5,
236326  visual="bf",
236327 },
236328 [0x1D7F6]={
236329  category="nd",
236330  description="MATHEMATICAL MONOSPACE DIGIT ZERO",
236331  direction="en",
236332  linebreak="nu",
236333  mathclass="digit",
236334  specials={ "font", 0x30 },
236335  unicodeslot=0x1D7F6,
236336 },
236337 [0x1D7F7]={
236338  category="nd",
236339  description="MATHEMATICAL MONOSPACE DIGIT ONE",
236340  direction="en",
236341  linebreak="nu",
236342  mathclass="digit",
236343  specials={ "font", 0x31 },
236344  unicodeslot=0x1D7F7,
236345 },
236346 [0x1D7F8]={
236347  category="nd",
236348  description="MATHEMATICAL MONOSPACE DIGIT TWO",
236349  direction="en",
236350  linebreak="nu",
236351  mathclass="digit",
236352  specials={ "font", 0x32 },
236353  unicodeslot=0x1D7F8,
236354 },
236355 [0x1D7F9]={
236356  category="nd",
236357  description="MATHEMATICAL MONOSPACE DIGIT THREE",
236358  direction="en",
236359  linebreak="nu",
236360  mathclass="digit",
236361  specials={ "font", 0x33 },
236362  unicodeslot=0x1D7F9,
236363 },
236364 [0x1D7FA]={
236365  category="nd",
236366  description="MATHEMATICAL MONOSPACE DIGIT FOUR",
236367  direction="en",
236368  linebreak="nu",
236369  mathclass="digit",
236370  specials={ "font", 0x34 },
236371  unicodeslot=0x1D7FA,
236372 },
236373 [0x1D7FB]={
236374  category="nd",
236375  description="MATHEMATICAL MONOSPACE DIGIT FIVE",
236376  direction="en",
236377  linebreak="nu",
236378  mathclass="digit",
236379  specials={ "font", 0x35 },
236380  unicodeslot=0x1D7FB,
236381 },
236382 [0x1D7FC]={
236383  category="nd",
236384  description="MATHEMATICAL MONOSPACE DIGIT SIX",
236385  direction="en",
236386  linebreak="nu",
236387  mathclass="digit",
236388  specials={ "font", 0x36 },
236389  unicodeslot=0x1D7FC,
236390 },
236391 [0x1D7FD]={
236392  category="nd",
236393  description="MATHEMATICAL MONOSPACE DIGIT SEVEN",
236394  direction="en",
236395  linebreak="nu",
236396  mathclass="digit",
236397  specials={ "font", 0x37 },
236398  unicodeslot=0x1D7FD,
236399 },
236400 [0x1D7FE]={
236401  category="nd",
236402  description="MATHEMATICAL MONOSPACE DIGIT EIGHT",
236403  direction="en",
236404  linebreak="nu",
236405  mathclass="digit",
236406  specials={ "font", 0x38 },
236407  unicodeslot=0x1D7FE,
236408 },
236409 [0x1D7FF]={
236410  category="nd",
236411  description="MATHEMATICAL MONOSPACE DIGIT NINE",
236412  direction="en",
236413  linebreak="nu",
236414  mathclass="digit",
236415  specials={ "font", 0x39 },
236416  unicodeslot=0x1D7FF,
236417 },
236418 [0x1D800]={
236419  category="so",
236420  description="SIGNWRITING HAND-FIST INDEX",
236421  direction="l",
236422  linebreak="al",
236423  unicodeslot=0x1D800,
236424 },
236425 [0x1D801]={
236426  category="so",
236427  description="SIGNWRITING HAND-CIRCLE INDEX",
236428  direction="l",
236429  linebreak="al",
236430  unicodeslot=0x1D801,
236431 },
236432 [0x1D802]={
236433  category="so",
236434  description="SIGNWRITING HAND-CUP INDEX",
236435  direction="l",
236436  linebreak="al",
236437  unicodeslot=0x1D802,
236438 },
236439 [0x1D803]={
236440  category="so",
236441  description="SIGNWRITING HAND-OVAL INDEX",
236442  direction="l",
236443  linebreak="al",
236444  unicodeslot=0x1D803,
236445 },
236446 [0x1D804]={
236447  category="so",
236448  description="SIGNWRITING HAND-HINGE INDEX",
236449  direction="l",
236450  linebreak="al",
236451  unicodeslot=0x1D804,
236452 },
236453 [0x1D805]={
236454  category="so",
236455  description="SIGNWRITING HAND-ANGLE INDEX",
236456  direction="l",
236457  linebreak="al",
236458  unicodeslot=0x1D805,
236459 },
236460 [0x1D806]={
236461  category="so",
236462  description="SIGNWRITING HAND-FIST INDEX BENT",
236463  direction="l",
236464  linebreak="al",
236465  unicodeslot=0x1D806,
236466 },
236467 [0x1D807]={
236468  category="so",
236469  description="SIGNWRITING HAND-CIRCLE INDEX BENT",
236470  direction="l",
236471  linebreak="al",
236472  unicodeslot=0x1D807,
236473 },
236474 [0x1D808]={
236475  category="so",
236476  description="SIGNWRITING HAND-FIST THUMB UNDER INDEX BENT",
236477  direction="l",
236478  linebreak="al",
236479  unicodeslot=0x1D808,
236480 },
236481 [0x1D809]={
236482  category="so",
236483  description="SIGNWRITING HAND-FIST INDEX RAISED KNUCKLE",
236484  direction="l",
236485  linebreak="al",
236486  unicodeslot=0x1D809,
236487 },
236488 [0x1D80A]={
236489  category="so",
236490  description="SIGNWRITING HAND-FIST INDEX CUPPED",
236491  direction="l",
236492  linebreak="al",
236493  unicodeslot=0x1D80A,
236494 },
236495 [0x1D80B]={
236496  category="so",
236497  description="SIGNWRITING HAND-FIST INDEX HINGED",
236498  direction="l",
236499  linebreak="al",
236500  unicodeslot=0x1D80B,
236501 },
236502 [0x1D80C]={
236503  category="so",
236504  description="SIGNWRITING HAND-FIST INDEX HINGED LOW",
236505  direction="l",
236506  linebreak="al",
236507  unicodeslot=0x1D80C,
236508 },
236509 [0x1D80D]={
236510  category="so",
236511  description="SIGNWRITING HAND-CIRCLE INDEX HINGE",
236512  direction="l",
236513  linebreak="al",
236514  unicodeslot=0x1D80D,
236515 },
236516 [0x1D80E]={
236517  category="so",
236518  description="SIGNWRITING HAND-FIST INDEX MIDDLE",
236519  direction="l",
236520  linebreak="al",
236521  unicodeslot=0x1D80E,
236522 },
236523 [0x1D80F]={
236524  category="so",
236525  description="SIGNWRITING HAND-CIRCLE INDEX MIDDLE",
236526  direction="l",
236527  linebreak="al",
236528  unicodeslot=0x1D80F,
236529 },
236530 [0x1D810]={
236531  category="so",
236532  description="SIGNWRITING HAND-FIST INDEX MIDDLE BENT",
236533  direction="l",
236534  linebreak="al",
236535  unicodeslot=0x1D810,
236536 },
236537 [0x1D811]={
236538  category="so",
236539  description="SIGNWRITING HAND-FIST INDEX MIDDLE RAISED KNUCKLES",
236540  direction="l",
236541  linebreak="al",
236542  unicodeslot=0x1D811,
236543 },
236544 [0x1D812]={
236545  category="so",
236546  description="SIGNWRITING HAND-FIST INDEX MIDDLE HINGED",
236547  direction="l",
236548  linebreak="al",
236549  unicodeslot=0x1D812,
236550 },
236551 [0x1D813]={
236552  category="so",
236553  description="SIGNWRITING HAND-FIST INDEX UP MIDDLE HINGED",
236554  direction="l",
236555  linebreak="al",
236556  unicodeslot=0x1D813,
236557 },
236558 [0x1D814]={
236559  category="so",
236560  description="SIGNWRITING HAND-FIST INDEX HINGED MIDDLE UP",
236561  direction="l",
236562  linebreak="al",
236563  unicodeslot=0x1D814,
236564 },
236565 [0x1D815]={
236566  category="so",
236567  description="SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED",
236568  direction="l",
236569  linebreak="al",
236570  unicodeslot=0x1D815,
236571 },
236572 [0x1D816]={
236573  category="so",
236574  description="SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED INDEX BENT",
236575  direction="l",
236576  linebreak="al",
236577  unicodeslot=0x1D816,
236578 },
236579 [0x1D817]={
236580  category="so",
236581  description="SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED MIDDLE BENT",
236582  direction="l",
236583  linebreak="al",
236584  unicodeslot=0x1D817,
236585 },
236586 [0x1D818]={
236587  category="so",
236588  description="SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED CUPPED",
236589  direction="l",
236590  linebreak="al",
236591  unicodeslot=0x1D818,
236592 },
236593 [0x1D819]={
236594  category="so",
236595  description="SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED HINGED",
236596  direction="l",
236597  linebreak="al",
236598  unicodeslot=0x1D819,
236599 },
236600 [0x1D81A]={
236601  category="so",
236602  description="SIGNWRITING HAND-FIST INDEX MIDDLE CROSSED",
236603  direction="l",
236604  linebreak="al",
236605  unicodeslot=0x1D81A,
236606 },
236607 [0x1D81B]={
236608  category="so",
236609  description="SIGNWRITING HAND-CIRCLE INDEX MIDDLE CROSSED",
236610  direction="l",
236611  linebreak="al",
236612  unicodeslot=0x1D81B,
236613 },
236614 [0x1D81C]={
236615  category="so",
236616  description="SIGNWRITING HAND-FIST MIDDLE BENT OVER INDEX",
236617  direction="l",
236618  linebreak="al",
236619  unicodeslot=0x1D81C,
236620 },
236621 [0x1D81D]={
236622  category="so",
236623  description="SIGNWRITING HAND-FIST INDEX BENT OVER MIDDLE",
236624  direction="l",
236625  linebreak="al",
236626  unicodeslot=0x1D81D,
236627 },
236628 [0x1D81E]={
236629  category="so",
236630  description="SIGNWRITING HAND-FIST INDEX MIDDLE THUMB",
236631  direction="l",
236632  linebreak="al",
236633  unicodeslot=0x1D81E,
236634 },
236635 [0x1D81F]={
236636  category="so",
236637  description="SIGNWRITING HAND-CIRCLE INDEX MIDDLE THUMB",
236638  direction="l",
236639  linebreak="al",
236640  unicodeslot=0x1D81F,
236641 },
236642 [0x1D820]={
236643  category="so",
236644  description="SIGNWRITING HAND-FIST INDEX MIDDLE STRAIGHT THUMB BENT",
236645  direction="l",
236646  linebreak="al",
236647  unicodeslot=0x1D820,
236648 },
236649 [0x1D821]={
236650  category="so",
236651  description="SIGNWRITING HAND-FIST INDEX MIDDLE BENT THUMB STRAIGHT",
236652  direction="l",
236653  linebreak="al",
236654  unicodeslot=0x1D821,
236655 },
236656 [0x1D822]={
236657  category="so",
236658  description="SIGNWRITING HAND-FIST INDEX MIDDLE THUMB BENT",
236659  direction="l",
236660  linebreak="al",
236661  unicodeslot=0x1D822,
236662 },
236663 [0x1D823]={
236664  category="so",
236665  description="SIGNWRITING HAND-FIST INDEX MIDDLE HINGED SPREAD THUMB SIDE",
236666  direction="l",
236667  linebreak="al",
236668  unicodeslot=0x1D823,
236669 },
236670 [0x1D824]={
236671  category="so",
236672  description="SIGNWRITING HAND-FIST INDEX UP MIDDLE HINGED THUMB SIDE",
236673  direction="l",
236674  linebreak="al",
236675  unicodeslot=0x1D824,
236676 },
236677 [0x1D825]={
236678  category="so",
236679  description="SIGNWRITING HAND-FIST INDEX UP MIDDLE HINGED THUMB CONJOINED",
236680  direction="l",
236681  linebreak="al",
236682  unicodeslot=0x1D825,
236683 },
236684 [0x1D826]={
236685  category="so",
236686  description="SIGNWRITING HAND-FIST INDEX HINGED MIDDLE UP THUMB SIDE",
236687  direction="l",
236688  linebreak="al",
236689  unicodeslot=0x1D826,
236690 },
236691 [0x1D827]={
236692  category="so",
236693  description="SIGNWRITING HAND-FIST INDEX MIDDLE UP SPREAD THUMB FORWARD",
236694  direction="l",
236695  linebreak="al",
236696  unicodeslot=0x1D827,
236697 },
236698 [0x1D828]={
236699  category="so",
236700  description="SIGNWRITING HAND-FIST INDEX MIDDLE THUMB CUPPED",
236701  direction="l",
236702  linebreak="al",
236703  unicodeslot=0x1D828,
236704 },
236705 [0x1D829]={
236706  category="so",
236707  description="SIGNWRITING HAND-FIST INDEX MIDDLE THUMB CIRCLED",
236708  direction="l",
236709  linebreak="al",
236710  unicodeslot=0x1D829,
236711 },
236712 [0x1D82A]={
236713  category="so",
236714  description="SIGNWRITING HAND-FIST INDEX MIDDLE THUMB HOOKED",
236715  direction="l",
236716  linebreak="al",
236717  unicodeslot=0x1D82A,
236718 },
236719 [0x1D82B]={
236720  category="so",
236721  description="SIGNWRITING HAND-FIST INDEX MIDDLE THUMB HINGED",
236722  direction="l",
236723  linebreak="al",
236724  unicodeslot=0x1D82B,
236725 },
236726 [0x1D82C]={
236727  category="so",
236728  description="SIGNWRITING HAND-FIST THUMB BETWEEN INDEX MIDDLE STRAIGHT",
236729  direction="l",
236730  linebreak="al",
236731  unicodeslot=0x1D82C,
236732 },
236733 [0x1D82D]={
236734  category="so",
236735  description="SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED THUMB SIDE",
236736  direction="l",
236737  linebreak="al",
236738  unicodeslot=0x1D82D,
236739 },
236740 [0x1D82E]={
236741  category="so",
236742  description="SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED THUMB SIDE CONJOINED",
236743  direction="l",
236744  linebreak="al",
236745  unicodeslot=0x1D82E,
236746 },
236747 [0x1D82F]={
236748  category="so",
236749  description="SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED THUMB SIDE BENT",
236750  direction="l",
236751  linebreak="al",
236752  unicodeslot=0x1D82F,
236753 },
236754 [0x1D830]={
236755  category="so",
236756  description="SIGNWRITING HAND-FIST MIDDLE THUMB HOOKED INDEX UP",
236757  direction="l",
236758  linebreak="al",
236759  unicodeslot=0x1D830,
236760 },
236761 [0x1D831]={
236762  category="so",
236763  description="SIGNWRITING HAND-FIST INDEX THUMB HOOKED MIDDLE UP",
236764  direction="l",
236765  linebreak="al",
236766  unicodeslot=0x1D831,
236767 },
236768 [0x1D832]={
236769  category="so",
236770  description="SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED HINGED THUMB SIDE",
236771  direction="l",
236772  linebreak="al",
236773  unicodeslot=0x1D832,
236774 },
236775 [0x1D833]={
236776  category="so",
236777  description="SIGNWRITING HAND-FIST INDEX MIDDLE CROSSED THUMB SIDE",
236778  direction="l",
236779  linebreak="al",
236780  unicodeslot=0x1D833,
236781 },
236782 [0x1D834]={
236783  category="so",
236784  description="SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED THUMB FORWARD",
236785  direction="l",
236786  linebreak="al",
236787  unicodeslot=0x1D834,
236788 },
236789 [0x1D835]={
236790  category="so",
236791  description="SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED CUPPED THUMB FORWARD",
236792  direction="l",
236793  linebreak="al",
236794  unicodeslot=0x1D835,
236795 },
236796 [0x1D836]={
236797  category="so",
236798  description="SIGNWRITING HAND-FIST MIDDLE THUMB CUPPED INDEX UP",
236799  direction="l",
236800  linebreak="al",
236801  unicodeslot=0x1D836,
236802 },
236803 [0x1D837]={
236804  category="so",
236805  description="SIGNWRITING HAND-FIST INDEX THUMB CUPPED MIDDLE UP",
236806  direction="l",
236807  linebreak="al",
236808  unicodeslot=0x1D837,
236809 },
236810 [0x1D838]={
236811  category="so",
236812  description="SIGNWRITING HAND-FIST MIDDLE THUMB CIRCLED INDEX UP",
236813  direction="l",
236814  linebreak="al",
236815  unicodeslot=0x1D838,
236816 },
236817 [0x1D839]={
236818  category="so",
236819  description="SIGNWRITING HAND-FIST MIDDLE THUMB CIRCLED INDEX HINGED",
236820  direction="l",
236821  linebreak="al",
236822  unicodeslot=0x1D839,
236823 },
236824 [0x1D83A]={
236825  category="so",
236826  description="SIGNWRITING HAND-FIST INDEX THUMB ANGLED OUT MIDDLE UP",
236827  direction="l",
236828  linebreak="al",
236829  unicodeslot=0x1D83A,
236830 },
236831 [0x1D83B]={
236832  category="so",
236833  description="SIGNWRITING HAND-FIST INDEX THUMB ANGLED IN MIDDLE UP",
236834  direction="l",
236835  linebreak="al",
236836  unicodeslot=0x1D83B,
236837 },
236838 [0x1D83C]={
236839  category="so",
236840  description="SIGNWRITING HAND-FIST INDEX THUMB CIRCLED MIDDLE UP",
236841  direction="l",
236842  linebreak="al",
236843  unicodeslot=0x1D83C,
236844 },
236845 [0x1D83D]={
236846  category="so",
236847  description="SIGNWRITING HAND-FIST INDEX MIDDLE THUMB CONJOINED HINGED",
236848  direction="l",
236849  linebreak="al",
236850  unicodeslot=0x1D83D,
236851 },
236852 [0x1D83E]={
236853  category="so",
236854  description="SIGNWRITING HAND-FIST INDEX MIDDLE THUMB ANGLED OUT",
236855  direction="l",
236856  linebreak="al",
236857  unicodeslot=0x1D83E,
236858 },
236859 [0x1D83F]={
236860  category="so",
236861  description="SIGNWRITING HAND-FIST INDEX MIDDLE THUMB ANGLED",
236862  direction="l",
236863  linebreak="al",
236864  unicodeslot=0x1D83F,
236865 },
236866 [0x1D840]={
236867  category="so",
236868  description="SIGNWRITING HAND-FIST MIDDLE THUMB ANGLED OUT INDEX UP",
236869  direction="l",
236870  linebreak="al",
236871  unicodeslot=0x1D840,
236872 },
236873 [0x1D841]={
236874  category="so",
236875  description="SIGNWRITING HAND-FIST MIDDLE THUMB ANGLED OUT INDEX CROSSED",
236876  direction="l",
236877  linebreak="al",
236878  unicodeslot=0x1D841,
236879 },
236880 [0x1D842]={
236881  category="so",
236882  description="SIGNWRITING HAND-FIST MIDDLE THUMB ANGLED INDEX UP",
236883  direction="l",
236884  linebreak="al",
236885  unicodeslot=0x1D842,
236886 },
236887 [0x1D843]={
236888  category="so",
236889  description="SIGNWRITING HAND-FIST INDEX THUMB HOOKED MIDDLE HINGED",
236890  direction="l",
236891  linebreak="al",
236892  unicodeslot=0x1D843,
236893 },
236894 [0x1D844]={
236895  category="so",
236896  description="SIGNWRITING HAND-FLAT FOUR FINGERS",
236897  direction="l",
236898  linebreak="al",
236899  unicodeslot=0x1D844,
236900 },
236901 [0x1D845]={
236902  category="so",
236903  description="SIGNWRITING HAND-FLAT FOUR FINGERS BENT",
236904  direction="l",
236905  linebreak="al",
236906  unicodeslot=0x1D845,
236907 },
236908 [0x1D846]={
236909  category="so",
236910  description="SIGNWRITING HAND-FLAT FOUR FINGERS HINGED",
236911  direction="l",
236912  linebreak="al",
236913  unicodeslot=0x1D846,
236914 },
236915 [0x1D847]={
236916  category="so",
236917  description="SIGNWRITING HAND-FLAT FOUR FINGERS CONJOINED",
236918  direction="l",
236919  linebreak="al",
236920  unicodeslot=0x1D847,
236921 },
236922 [0x1D848]={
236923  category="so",
236924  description="SIGNWRITING HAND-FLAT FOUR FINGERS CONJOINED SPLIT",
236925  direction="l",
236926  linebreak="al",
236927  unicodeslot=0x1D848,
236928 },
236929 [0x1D849]={
236930  category="so",
236931  description="SIGNWRITING HAND-CLAW FOUR FINGERS CONJOINED",
236932  direction="l",
236933  linebreak="al",
236934  unicodeslot=0x1D849,
236935 },
236936 [0x1D84A]={
236937  category="so",
236938  description="SIGNWRITING HAND-FIST FOUR FINGERS CONJOINED BENT",
236939  direction="l",
236940  linebreak="al",
236941  unicodeslot=0x1D84A,
236942 },
236943 [0x1D84B]={
236944  category="so",
236945  description="SIGNWRITING HAND-HINGE FOUR FINGERS CONJOINED",
236946  direction="l",
236947  linebreak="al",
236948  unicodeslot=0x1D84B,
236949 },
236950 [0x1D84C]={
236951  category="so",
236952  description="SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD",
236953  direction="l",
236954  linebreak="al",
236955  unicodeslot=0x1D84C,
236956 },
236957 [0x1D84D]={
236958  category="so",
236959  description="SIGNWRITING HAND-FLAT HEEL FIVE FINGERS SPREAD",
236960  direction="l",
236961  linebreak="al",
236962  unicodeslot=0x1D84D,
236963 },
236964 [0x1D84E]={
236965  category="so",
236966  description="SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD FOUR BENT",
236967  direction="l",
236968  linebreak="al",
236969  unicodeslot=0x1D84E,
236970 },
236971 [0x1D84F]={
236972  category="so",
236973  description="SIGNWRITING HAND-FLAT HEEL FIVE FINGERS SPREAD FOUR BENT",
236974  direction="l",
236975  linebreak="al",
236976  unicodeslot=0x1D84F,
236977 },
236978 [0x1D850]={
236979  category="so",
236980  description="SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD BENT",
236981  direction="l",
236982  linebreak="al",
236983  unicodeslot=0x1D850,
236984 },
236985 [0x1D851]={
236986  category="so",
236987  description="SIGNWRITING HAND-FLAT HEEL FIVE FINGERS SPREAD BENT",
236988  direction="l",
236989  linebreak="al",
236990  unicodeslot=0x1D851,
236991 },
236992 [0x1D852]={
236993  category="so",
236994  description="SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD THUMB FORWARD",
236995  direction="l",
236996  linebreak="al",
236997  unicodeslot=0x1D852,
236998 },
236999 [0x1D853]={
237000  category="so",
237001  description="SIGNWRITING HAND-CUP FIVE FINGERS SPREAD",
237002  direction="l",
237003  linebreak="al",
237004  unicodeslot=0x1D853,
237005 },
237006 [0x1D854]={
237007  category="so",
237008  description="SIGNWRITING HAND-CUP FIVE FINGERS SPREAD OPEN",
237009  direction="l",
237010  linebreak="al",
237011  unicodeslot=0x1D854,
237012 },
237013 [0x1D855]={
237014  category="so",
237015  description="SIGNWRITING HAND-HINGE FIVE FINGERS SPREAD OPEN",
237016  direction="l",
237017  linebreak="al",
237018  unicodeslot=0x1D855,
237019 },
237020 [0x1D856]={
237021  category="so",
237022  description="SIGNWRITING HAND-OVAL FIVE FINGERS SPREAD",
237023  direction="l",
237024  linebreak="al",
237025  unicodeslot=0x1D856,
237026 },
237027 [0x1D857]={
237028  category="so",
237029  description="SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD HINGED",
237030  direction="l",
237031  linebreak="al",
237032  unicodeslot=0x1D857,
237033 },
237034 [0x1D858]={
237035  category="so",
237036  description="SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD HINGED THUMB SIDE",
237037  direction="l",
237038  linebreak="al",
237039  unicodeslot=0x1D858,
237040 },
237041 [0x1D859]={
237042  category="so",
237043  description="SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD HINGED NO THUMB",
237044  direction="l",
237045  linebreak="al",
237046  unicodeslot=0x1D859,
237047 },
237048 [0x1D85A]={
237049  category="so",
237050  description="SIGNWRITING HAND-FLAT",
237051  direction="l",
237052  linebreak="al",
237053  unicodeslot=0x1D85A,
237054 },
237055 [0x1D85B]={
237056  category="so",
237057  description="SIGNWRITING HAND-FLAT BETWEEN PALM FACINGS",
237058  direction="l",
237059  linebreak="al",
237060  unicodeslot=0x1D85B,
237061 },
237062 [0x1D85C]={
237063  category="so",
237064  description="SIGNWRITING HAND-FLAT HEEL",
237065  direction="l",
237066  linebreak="al",
237067  unicodeslot=0x1D85C,
237068 },
237069 [0x1D85D]={
237070  category="so",
237071  description="SIGNWRITING HAND-FLAT THUMB SIDE",
237072  direction="l",
237073  linebreak="al",
237074  unicodeslot=0x1D85D,
237075 },
237076 [0x1D85E]={
237077  category="so",
237078  description="SIGNWRITING HAND-FLAT HEEL THUMB SIDE",
237079  direction="l",
237080  linebreak="al",
237081  unicodeslot=0x1D85E,
237082 },
237083 [0x1D85F]={
237084  category="so",
237085  description="SIGNWRITING HAND-FLAT THUMB BENT",
237086  direction="l",
237087  linebreak="al",
237088  unicodeslot=0x1D85F,
237089 },
237090 [0x1D860]={
237091  category="so",
237092  description="SIGNWRITING HAND-FLAT THUMB FORWARD",
237093  direction="l",
237094  linebreak="al",
237095  unicodeslot=0x1D860,
237096 },
237097 [0x1D861]={
237098  category="so",
237099  description="SIGNWRITING HAND-FLAT SPLIT INDEX THUMB SIDE",
237100  direction="l",
237101  linebreak="al",
237102  unicodeslot=0x1D861,
237103 },
237104 [0x1D862]={
237105  category="so",
237106  description="SIGNWRITING HAND-FLAT SPLIT CENTRE",
237107  direction="l",
237108  linebreak="al",
237109  unicodeslot=0x1D862,
237110 },
237111 [0x1D863]={
237112  category="so",
237113  description="SIGNWRITING HAND-FLAT SPLIT CENTRE THUMB SIDE",
237114  direction="l",
237115  linebreak="al",
237116  unicodeslot=0x1D863,
237117 },
237118 [0x1D864]={
237119  category="so",
237120  description="SIGNWRITING HAND-FLAT SPLIT CENTRE THUMB SIDE BENT",
237121  direction="l",
237122  linebreak="al",
237123  unicodeslot=0x1D864,
237124 },
237125 [0x1D865]={
237126  category="so",
237127  description="SIGNWRITING HAND-FLAT SPLIT LITTLE",
237128  direction="l",
237129  linebreak="al",
237130  unicodeslot=0x1D865,
237131 },
237132 [0x1D866]={
237133  category="so",
237134  description="SIGNWRITING HAND-CLAW",
237135  direction="l",
237136  linebreak="al",
237137  unicodeslot=0x1D866,
237138 },
237139 [0x1D867]={
237140  category="so",
237141  description="SIGNWRITING HAND-CLAW THUMB SIDE",
237142  direction="l",
237143  linebreak="al",
237144  unicodeslot=0x1D867,
237145 },
237146 [0x1D868]={
237147  category="so",
237148  description="SIGNWRITING HAND-CLAW NO THUMB",
237149  direction="l",
237150  linebreak="al",
237151  unicodeslot=0x1D868,
237152 },
237153 [0x1D869]={
237154  category="so",
237155  description="SIGNWRITING HAND-CLAW THUMB FORWARD",
237156  direction="l",
237157  linebreak="al",
237158  unicodeslot=0x1D869,
237159 },
237160 [0x1D86A]={
237161  category="so",
237162  description="SIGNWRITING HAND-HOOK CURLICUE",
237163  direction="l",
237164  linebreak="al",
237165  unicodeslot=0x1D86A,
237166 },
237167 [0x1D86B]={
237168  category="so",
237169  description="SIGNWRITING HAND-HOOK",
237170  direction="l",
237171  linebreak="al",
237172  unicodeslot=0x1D86B,
237173 },
237174 [0x1D86C]={
237175  category="so",
237176  description="SIGNWRITING HAND-CUP OPEN",
237177  direction="l",
237178  linebreak="al",
237179  unicodeslot=0x1D86C,
237180 },
237181 [0x1D86D]={
237182  category="so",
237183  description="SIGNWRITING HAND-CUP",
237184  direction="l",
237185  linebreak="al",
237186  unicodeslot=0x1D86D,
237187 },
237188 [0x1D86E]={
237189  category="so",
237190  description="SIGNWRITING HAND-CUP OPEN THUMB SIDE",
237191  direction="l",
237192  linebreak="al",
237193  unicodeslot=0x1D86E,
237194 },
237195 [0x1D86F]={
237196  category="so",
237197  description="SIGNWRITING HAND-CUP THUMB SIDE",
237198  direction="l",
237199  linebreak="al",
237200  unicodeslot=0x1D86F,
237201 },
237202 [0x1D870]={
237203  category="so",
237204  description="SIGNWRITING HAND-CUP OPEN NO THUMB",
237205  direction="l",
237206  linebreak="al",
237207  unicodeslot=0x1D870,
237208 },
237209 [0x1D871]={
237210  category="so",
237211  description="SIGNWRITING HAND-CUP NO THUMB",
237212  direction="l",
237213  linebreak="al",
237214  unicodeslot=0x1D871,
237215 },
237216 [0x1D872]={
237217  category="so",
237218  description="SIGNWRITING HAND-CUP OPEN THUMB FORWARD",
237219  direction="l",
237220  linebreak="al",
237221  unicodeslot=0x1D872,
237222 },
237223 [0x1D873]={
237224  category="so",
237225  description="SIGNWRITING HAND-CUP THUMB FORWARD",
237226  direction="l",
237227  linebreak="al",
237228  unicodeslot=0x1D873,
237229 },
237230 [0x1D874]={
237231  category="so",
237232  description="SIGNWRITING HAND-CURLICUE OPEN",
237233  direction="l",
237234  linebreak="al",
237235  unicodeslot=0x1D874,
237236 },
237237 [0x1D875]={
237238  category="so",
237239  description="SIGNWRITING HAND-CURLICUE",
237240  direction="l",
237241  linebreak="al",
237242  unicodeslot=0x1D875,
237243 },
237244 [0x1D876]={
237245  category="so",
237246  description="SIGNWRITING HAND-CIRCLE",
237247  direction="l",
237248  linebreak="al",
237249  unicodeslot=0x1D876,
237250 },
237251 [0x1D877]={
237252  category="so",
237253  description="SIGNWRITING HAND-OVAL",
237254  direction="l",
237255  linebreak="al",
237256  unicodeslot=0x1D877,
237257 },
237258 [0x1D878]={
237259  category="so",
237260  description="SIGNWRITING HAND-OVAL THUMB SIDE",
237261  direction="l",
237262  linebreak="al",
237263  unicodeslot=0x1D878,
237264 },
237265 [0x1D879]={
237266  category="so",
237267  description="SIGNWRITING HAND-OVAL NO THUMB",
237268  direction="l",
237269  linebreak="al",
237270  unicodeslot=0x1D879,
237271 },
237272 [0x1D87A]={
237273  category="so",
237274  description="SIGNWRITING HAND-OVAL THUMB FORWARD",
237275  direction="l",
237276  linebreak="al",
237277  unicodeslot=0x1D87A,
237278 },
237279 [0x1D87B]={
237280  category="so",
237281  description="SIGNWRITING HAND-HINGE OPEN",
237282  direction="l",
237283  linebreak="al",
237284  unicodeslot=0x1D87B,
237285 },
237286 [0x1D87C]={
237287  category="so",
237288  description="SIGNWRITING HAND-HINGE OPEN THUMB FORWARD",
237289  direction="l",
237290  linebreak="al",
237291  unicodeslot=0x1D87C,
237292 },
237293 [0x1D87D]={
237294  category="so",
237295  description="SIGNWRITING HAND-HINGE",
237296  direction="l",
237297  linebreak="al",
237298  unicodeslot=0x1D87D,
237299 },
237300 [0x1D87E]={
237301  category="so",
237302  description="SIGNWRITING HAND-HINGE SMALL",
237303  direction="l",
237304  linebreak="al",
237305  unicodeslot=0x1D87E,
237306 },
237307 [0x1D87F]={
237308  category="so",
237309  description="SIGNWRITING HAND-HINGE OPEN THUMB SIDE",
237310  direction="l",
237311  linebreak="al",
237312  unicodeslot=0x1D87F,
237313 },
237314 [0x1D880]={
237315  category="so",
237316  description="SIGNWRITING HAND-HINGE THUMB SIDE",
237317  direction="l",
237318  linebreak="al",
237319  unicodeslot=0x1D880,
237320 },
237321 [0x1D881]={
237322  category="so",
237323  description="SIGNWRITING HAND-HINGE OPEN NO THUMB",
237324  direction="l",
237325  linebreak="al",
237326  unicodeslot=0x1D881,
237327 },
237328 [0x1D882]={
237329  category="so",
237330  description="SIGNWRITING HAND-HINGE NO THUMB",
237331  direction="l",
237332  linebreak="al",
237333  unicodeslot=0x1D882,
237334 },
237335 [0x1D883]={
237336  category="so",
237337  description="SIGNWRITING HAND-HINGE THUMB SIDE TOUCHING INDEX",
237338  direction="l",
237339  linebreak="al",
237340  unicodeslot=0x1D883,
237341 },
237342 [0x1D884]={
237343  category="so",
237344  description="SIGNWRITING HAND-HINGE THUMB BETWEEN MIDDLE RING",
237345  direction="l",
237346  linebreak="al",
237347  unicodeslot=0x1D884,
237348 },
237349 [0x1D885]={
237350  category="so",
237351  description="SIGNWRITING HAND-ANGLE",
237352  direction="l",
237353  linebreak="al",
237354  unicodeslot=0x1D885,
237355 },
237356 [0x1D886]={
237357  category="so",
237358  description="SIGNWRITING HAND-FIST INDEX MIDDLE RING",
237359  direction="l",
237360  linebreak="al",
237361  unicodeslot=0x1D886,
237362 },
237363 [0x1D887]={
237364  category="so",
237365  description="SIGNWRITING HAND-CIRCLE INDEX MIDDLE RING",
237366  direction="l",
237367  linebreak="al",
237368  unicodeslot=0x1D887,
237369 },
237370 [0x1D888]={
237371  category="so",
237372  description="SIGNWRITING HAND-HINGE INDEX MIDDLE RING",
237373  direction="l",
237374  linebreak="al",
237375  unicodeslot=0x1D888,
237376 },
237377 [0x1D889]={
237378  category="so",
237379  description="SIGNWRITING HAND-ANGLE INDEX MIDDLE RING",
237380  direction="l",
237381  linebreak="al",
237382  unicodeslot=0x1D889,
237383 },
237384 [0x1D88A]={
237385  category="so",
237386  description="SIGNWRITING HAND-HINGE LITTLE",
237387  direction="l",
237388  linebreak="al",
237389  unicodeslot=0x1D88A,
237390 },
237391 [0x1D88B]={
237392  category="so",
237393  description="SIGNWRITING HAND-FIST INDEX MIDDLE RING BENT",
237394  direction="l",
237395  linebreak="al",
237396  unicodeslot=0x1D88B,
237397 },
237398 [0x1D88C]={
237399  category="so",
237400  description="SIGNWRITING HAND-FIST INDEX MIDDLE RING CONJOINED",
237401  direction="l",
237402  linebreak="al",
237403  unicodeslot=0x1D88C,
237404 },
237405 [0x1D88D]={
237406  category="so",
237407  description="SIGNWRITING HAND-HINGE INDEX MIDDLE RING CONJOINED",
237408  direction="l",
237409  linebreak="al",
237410  unicodeslot=0x1D88D,
237411 },
237412 [0x1D88E]={
237413  category="so",
237414  description="SIGNWRITING HAND-FIST LITTLE DOWN",
237415  direction="l",
237416  linebreak="al",
237417  unicodeslot=0x1D88E,
237418 },
237419 [0x1D88F]={
237420  category="so",
237421  description="SIGNWRITING HAND-FIST LITTLE DOWN RIPPLE STRAIGHT",
237422  direction="l",
237423  linebreak="al",
237424  unicodeslot=0x1D88F,
237425 },
237426 [0x1D890]={
237427  category="so",
237428  description="SIGNWRITING HAND-FIST LITTLE DOWN RIPPLE CURVED",
237429  direction="l",
237430  linebreak="al",
237431  unicodeslot=0x1D890,
237432 },
237433 [0x1D891]={
237434  category="so",
237435  description="SIGNWRITING HAND-FIST LITTLE DOWN OTHERS CIRCLED",
237436  direction="l",
237437  linebreak="al",
237438  unicodeslot=0x1D891,
237439 },
237440 [0x1D892]={
237441  category="so",
237442  description="SIGNWRITING HAND-FIST LITTLE UP",
237443  direction="l",
237444  linebreak="al",
237445  unicodeslot=0x1D892,
237446 },
237447 [0x1D893]={
237448  category="so",
237449  description="SIGNWRITING HAND-FIST THUMB UNDER LITTLE UP",
237450  direction="l",
237451  linebreak="al",
237452  unicodeslot=0x1D893,
237453 },
237454 [0x1D894]={
237455  category="so",
237456  description="SIGNWRITING HAND-CIRCLE LITTLE UP",
237457  direction="l",
237458  linebreak="al",
237459  unicodeslot=0x1D894,
237460 },
237461 [0x1D895]={
237462  category="so",
237463  description="SIGNWRITING HAND-OVAL LITTLE UP",
237464  direction="l",
237465  linebreak="al",
237466  unicodeslot=0x1D895,
237467 },
237468 [0x1D896]={
237469  category="so",
237470  description="SIGNWRITING HAND-ANGLE LITTLE UP",
237471  direction="l",
237472  linebreak="al",
237473  unicodeslot=0x1D896,
237474 },
237475 [0x1D897]={
237476  category="so",
237477  description="SIGNWRITING HAND-FIST LITTLE RAISED KNUCKLE",
237478  direction="l",
237479  linebreak="al",
237480  unicodeslot=0x1D897,
237481 },
237482 [0x1D898]={
237483  category="so",
237484  description="SIGNWRITING HAND-FIST LITTLE BENT",
237485  direction="l",
237486  linebreak="al",
237487  unicodeslot=0x1D898,
237488 },
237489 [0x1D899]={
237490  category="so",
237491  description="SIGNWRITING HAND-FIST LITTLE TOUCHES THUMB",
237492  direction="l",
237493  linebreak="al",
237494  unicodeslot=0x1D899,
237495 },
237496 [0x1D89A]={
237497  category="so",
237498  description="SIGNWRITING HAND-FIST LITTLE THUMB",
237499  direction="l",
237500  linebreak="al",
237501  unicodeslot=0x1D89A,
237502 },
237503 [0x1D89B]={
237504  category="so",
237505  description="SIGNWRITING HAND-HINGE LITTLE THUMB",
237506  direction="l",
237507  linebreak="al",
237508  unicodeslot=0x1D89B,
237509 },
237510 [0x1D89C]={
237511  category="so",
237512  description="SIGNWRITING HAND-FIST LITTLE INDEX THUMB",
237513  direction="l",
237514  linebreak="al",
237515  unicodeslot=0x1D89C,
237516 },
237517 [0x1D89D]={
237518  category="so",
237519  description="SIGNWRITING HAND-HINGE LITTLE INDEX THUMB",
237520  direction="l",
237521  linebreak="al",
237522  unicodeslot=0x1D89D,
237523 },
237524 [0x1D89E]={
237525  category="so",
237526  description="SIGNWRITING HAND-ANGLE LITTLE INDEX THUMB INDEX THUMB OUT",
237527  direction="l",
237528  linebreak="al",
237529  unicodeslot=0x1D89E,
237530 },
237531 [0x1D89F]={
237532  category="so",
237533  description="SIGNWRITING HAND-ANGLE LITTLE INDEX THUMB INDEX THUMB",
237534  direction="l",
237535  linebreak="al",
237536  unicodeslot=0x1D89F,
237537 },
237538 [0x1D8A0]={
237539  category="so",
237540  description="SIGNWRITING HAND-FIST LITTLE INDEX",
237541  direction="l",
237542  linebreak="al",
237543  unicodeslot=0x1D8A0,
237544 },
237545 [0x1D8A1]={
237546  category="so",
237547  description="SIGNWRITING HAND-CIRCLE LITTLE INDEX",
237548  direction="l",
237549  linebreak="al",
237550  unicodeslot=0x1D8A1,
237551 },
237552 [0x1D8A2]={
237553  category="so",
237554  description="SIGNWRITING HAND-HINGE LITTLE INDEX",
237555  direction="l",
237556  linebreak="al",
237557  unicodeslot=0x1D8A2,
237558 },
237559 [0x1D8A3]={
237560  category="so",
237561  description="SIGNWRITING HAND-ANGLE LITTLE INDEX",
237562  direction="l",
237563  linebreak="al",
237564  unicodeslot=0x1D8A3,
237565 },
237566 [0x1D8A4]={
237567  category="so",
237568  description="SIGNWRITING HAND-FIST INDEX MIDDLE LITTLE",
237569  direction="l",
237570  linebreak="al",
237571  unicodeslot=0x1D8A4,
237572 },
237573 [0x1D8A5]={
237574  category="so",
237575  description="SIGNWRITING HAND-CIRCLE INDEX MIDDLE LITTLE",
237576  direction="l",
237577  linebreak="al",
237578  unicodeslot=0x1D8A5,
237579 },
237580 [0x1D8A6]={
237581  category="so",
237582  description="SIGNWRITING HAND-HINGE INDEX MIDDLE LITTLE",
237583  direction="l",
237584  linebreak="al",
237585  unicodeslot=0x1D8A6,
237586 },
237587 [0x1D8A7]={
237588  category="so",
237589  description="SIGNWRITING HAND-HINGE RING",
237590  direction="l",
237591  linebreak="al",
237592  unicodeslot=0x1D8A7,
237593 },
237594 [0x1D8A8]={
237595  category="so",
237596  description="SIGNWRITING HAND-ANGLE INDEX MIDDLE LITTLE",
237597  direction="l",
237598  linebreak="al",
237599  unicodeslot=0x1D8A8,
237600 },
237601 [0x1D8A9]={
237602  category="so",
237603  description="SIGNWRITING HAND-FIST INDEX MIDDLE CROSS LITTLE",
237604  direction="l",
237605  linebreak="al",
237606  unicodeslot=0x1D8A9,
237607 },
237608 [0x1D8AA]={
237609  category="so",
237610  description="SIGNWRITING HAND-CIRCLE INDEX MIDDLE CROSS LITTLE",
237611  direction="l",
237612  linebreak="al",
237613  unicodeslot=0x1D8AA,
237614 },
237615 [0x1D8AB]={
237616  category="so",
237617  description="SIGNWRITING HAND-FIST RING DOWN",
237618  direction="l",
237619  linebreak="al",
237620  unicodeslot=0x1D8AB,
237621 },
237622 [0x1D8AC]={
237623  category="so",
237624  description="SIGNWRITING HAND-HINGE RING DOWN INDEX THUMB HOOK MIDDLE",
237625  direction="l",
237626  linebreak="al",
237627  unicodeslot=0x1D8AC,
237628 },
237629 [0x1D8AD]={
237630  category="so",
237631  description="SIGNWRITING HAND-ANGLE RING DOWN MIDDLE THUMB INDEX CROSS",
237632  direction="l",
237633  linebreak="al",
237634  unicodeslot=0x1D8AD,
237635 },
237636 [0x1D8AE]={
237637  category="so",
237638  description="SIGNWRITING HAND-FIST RING UP",
237639  direction="l",
237640  linebreak="al",
237641  unicodeslot=0x1D8AE,
237642 },
237643 [0x1D8AF]={
237644  category="so",
237645  description="SIGNWRITING HAND-FIST RING RAISED KNUCKLE",
237646  direction="l",
237647  linebreak="al",
237648  unicodeslot=0x1D8AF,
237649 },
237650 [0x1D8B0]={
237651  category="so",
237652  description="SIGNWRITING HAND-FIST RING LITTLE",
237653  direction="l",
237654  linebreak="al",
237655  unicodeslot=0x1D8B0,
237656 },
237657 [0x1D8B1]={
237658  category="so",
237659  description="SIGNWRITING HAND-CIRCLE RING LITTLE",
237660  direction="l",
237661  linebreak="al",
237662  unicodeslot=0x1D8B1,
237663 },
237664 [0x1D8B2]={
237665  category="so",
237666  description="SIGNWRITING HAND-OVAL RING LITTLE",
237667  direction="l",
237668  linebreak="al",
237669  unicodeslot=0x1D8B2,
237670 },
237671 [0x1D8B3]={
237672  category="so",
237673  description="SIGNWRITING HAND-ANGLE RING LITTLE",
237674  direction="l",
237675  linebreak="al",
237676  unicodeslot=0x1D8B3,
237677 },
237678 [0x1D8B4]={
237679  category="so",
237680  description="SIGNWRITING HAND-FIST RING MIDDLE",
237681  direction="l",
237682  linebreak="al",
237683  unicodeslot=0x1D8B4,
237684 },
237685 [0x1D8B5]={
237686  category="so",
237687  description="SIGNWRITING HAND-FIST RING MIDDLE CONJOINED",
237688  direction="l",
237689  linebreak="al",
237690  unicodeslot=0x1D8B5,
237691 },
237692 [0x1D8B6]={
237693  category="so",
237694  description="SIGNWRITING HAND-FIST RING MIDDLE RAISED KNUCKLES",
237695  direction="l",
237696  linebreak="al",
237697  unicodeslot=0x1D8B6,
237698 },
237699 [0x1D8B7]={
237700  category="so",
237701  description="SIGNWRITING HAND-FIST RING INDEX",
237702  direction="l",
237703  linebreak="al",
237704  unicodeslot=0x1D8B7,
237705 },
237706 [0x1D8B8]={
237707  category="so",
237708  description="SIGNWRITING HAND-FIST RING THUMB",
237709  direction="l",
237710  linebreak="al",
237711  unicodeslot=0x1D8B8,
237712 },
237713 [0x1D8B9]={
237714  category="so",
237715  description="SIGNWRITING HAND-HOOK RING THUMB",
237716  direction="l",
237717  linebreak="al",
237718  unicodeslot=0x1D8B9,
237719 },
237720 [0x1D8BA]={
237721  category="so",
237722  description="SIGNWRITING HAND-FIST INDEX RING LITTLE",
237723  direction="l",
237724  linebreak="al",
237725  unicodeslot=0x1D8BA,
237726 },
237727 [0x1D8BB]={
237728  category="so",
237729  description="SIGNWRITING HAND-CIRCLE INDEX RING LITTLE",
237730  direction="l",
237731  linebreak="al",
237732  unicodeslot=0x1D8BB,
237733 },
237734 [0x1D8BC]={
237735  category="so",
237736  description="SIGNWRITING HAND-CURLICUE INDEX RING LITTLE ON",
237737  direction="l",
237738  linebreak="al",
237739  unicodeslot=0x1D8BC,
237740 },
237741 [0x1D8BD]={
237742  category="so",
237743  description="SIGNWRITING HAND-HOOK INDEX RING LITTLE OUT",
237744  direction="l",
237745  linebreak="al",
237746  unicodeslot=0x1D8BD,
237747 },
237748 [0x1D8BE]={
237749  category="so",
237750  description="SIGNWRITING HAND-HOOK INDEX RING LITTLE IN",
237751  direction="l",
237752  linebreak="al",
237753  unicodeslot=0x1D8BE,
237754 },
237755 [0x1D8BF]={
237756  category="so",
237757  description="SIGNWRITING HAND-HOOK INDEX RING LITTLE UNDER",
237758  direction="l",
237759  linebreak="al",
237760  unicodeslot=0x1D8BF,
237761 },
237762 [0x1D8C0]={
237763  category="so",
237764  description="SIGNWRITING HAND-CUP INDEX RING LITTLE",
237765  direction="l",
237766  linebreak="al",
237767  unicodeslot=0x1D8C0,
237768 },
237769 [0x1D8C1]={
237770  category="so",
237771  description="SIGNWRITING HAND-HINGE INDEX RING LITTLE",
237772  direction="l",
237773  linebreak="al",
237774  unicodeslot=0x1D8C1,
237775 },
237776 [0x1D8C2]={
237777  category="so",
237778  description="SIGNWRITING HAND-ANGLE INDEX RING LITTLE OUT",
237779  direction="l",
237780  linebreak="al",
237781  unicodeslot=0x1D8C2,
237782 },
237783 [0x1D8C3]={
237784  category="so",
237785  description="SIGNWRITING HAND-ANGLE INDEX RING LITTLE",
237786  direction="l",
237787  linebreak="al",
237788  unicodeslot=0x1D8C3,
237789 },
237790 [0x1D8C4]={
237791  category="so",
237792  description="SIGNWRITING HAND-FIST MIDDLE DOWN",
237793  direction="l",
237794  linebreak="al",
237795  unicodeslot=0x1D8C4,
237796 },
237797 [0x1D8C5]={
237798  category="so",
237799  description="SIGNWRITING HAND-HINGE MIDDLE",
237800  direction="l",
237801  linebreak="al",
237802  unicodeslot=0x1D8C5,
237803 },
237804 [0x1D8C6]={
237805  category="so",
237806  description="SIGNWRITING HAND-FIST MIDDLE UP",
237807  direction="l",
237808  linebreak="al",
237809  unicodeslot=0x1D8C6,
237810 },
237811 [0x1D8C7]={
237812  category="so",
237813  description="SIGNWRITING HAND-CIRCLE MIDDLE UP",
237814  direction="l",
237815  linebreak="al",
237816  unicodeslot=0x1D8C7,
237817 },
237818 [0x1D8C8]={
237819  category="so",
237820  description="SIGNWRITING HAND-FIST MIDDLE RAISED KNUCKLE",
237821  direction="l",
237822  linebreak="al",
237823  unicodeslot=0x1D8C8,
237824 },
237825 [0x1D8C9]={
237826  category="so",
237827  description="SIGNWRITING HAND-FIST MIDDLE UP THUMB SIDE",
237828  direction="l",
237829  linebreak="al",
237830  unicodeslot=0x1D8C9,
237831 },
237832 [0x1D8CA]={
237833  category="so",
237834  description="SIGNWRITING HAND-HOOK MIDDLE THUMB",
237835  direction="l",
237836  linebreak="al",
237837  unicodeslot=0x1D8CA,
237838 },
237839 [0x1D8CB]={
237840  category="so",
237841  description="SIGNWRITING HAND-FIST MIDDLE THUMB LITTLE",
237842  direction="l",
237843  linebreak="al",
237844  unicodeslot=0x1D8CB,
237845 },
237846 [0x1D8CC]={
237847  category="so",
237848  description="SIGNWRITING HAND-FIST MIDDLE LITTLE",
237849  direction="l",
237850  linebreak="al",
237851  unicodeslot=0x1D8CC,
237852 },
237853 [0x1D8CD]={
237854  category="so",
237855  description="SIGNWRITING HAND-FIST MIDDLE RING LITTLE",
237856  direction="l",
237857  linebreak="al",
237858  unicodeslot=0x1D8CD,
237859 },
237860 [0x1D8CE]={
237861  category="so",
237862  description="SIGNWRITING HAND-CIRCLE MIDDLE RING LITTLE",
237863  direction="l",
237864  linebreak="al",
237865  unicodeslot=0x1D8CE,
237866 },
237867 [0x1D8CF]={
237868  category="so",
237869  description="SIGNWRITING HAND-CURLICUE MIDDLE RING LITTLE ON",
237870  direction="l",
237871  linebreak="al",
237872  unicodeslot=0x1D8CF,
237873 },
237874 [0x1D8D0]={
237875  category="so",
237876  description="SIGNWRITING HAND-CUP MIDDLE RING LITTLE",
237877  direction="l",
237878  linebreak="al",
237879  unicodeslot=0x1D8D0,
237880 },
237881 [0x1D8D1]={
237882  category="so",
237883  description="SIGNWRITING HAND-HINGE MIDDLE RING LITTLE",
237884  direction="l",
237885  linebreak="al",
237886  unicodeslot=0x1D8D1,
237887 },
237888 [0x1D8D2]={
237889  category="so",
237890  description="SIGNWRITING HAND-ANGLE MIDDLE RING LITTLE OUT",
237891  direction="l",
237892  linebreak="al",
237893  unicodeslot=0x1D8D2,
237894 },
237895 [0x1D8D3]={
237896  category="so",
237897  description="SIGNWRITING HAND-ANGLE MIDDLE RING LITTLE IN",
237898  direction="l",
237899  linebreak="al",
237900  unicodeslot=0x1D8D3,
237901 },
237902 [0x1D8D4]={
237903  category="so",
237904  description="SIGNWRITING HAND-ANGLE MIDDLE RING LITTLE",
237905  direction="l",
237906  linebreak="al",
237907  unicodeslot=0x1D8D4,
237908 },
237909 [0x1D8D5]={
237910  category="so",
237911  description="SIGNWRITING HAND-CIRCLE MIDDLE RING LITTLE BENT",
237912  direction="l",
237913  linebreak="al",
237914  unicodeslot=0x1D8D5,
237915 },
237916 [0x1D8D6]={
237917  category="so",
237918  description="SIGNWRITING HAND-CLAW MIDDLE RING LITTLE CONJOINED",
237919  direction="l",
237920  linebreak="al",
237921  unicodeslot=0x1D8D6,
237922 },
237923 [0x1D8D7]={
237924  category="so",
237925  description="SIGNWRITING HAND-CLAW MIDDLE RING LITTLE CONJOINED SIDE",
237926  direction="l",
237927  linebreak="al",
237928  unicodeslot=0x1D8D7,
237929 },
237930 [0x1D8D8]={
237931  category="so",
237932  description="SIGNWRITING HAND-HOOK MIDDLE RING LITTLE CONJOINED OUT",
237933  direction="l",
237934  linebreak="al",
237935  unicodeslot=0x1D8D8,
237936 },
237937 [0x1D8D9]={
237938  category="so",
237939  description="SIGNWRITING HAND-HOOK MIDDLE RING LITTLE CONJOINED IN",
237940  direction="l",
237941  linebreak="al",
237942  unicodeslot=0x1D8D9,
237943 },
237944 [0x1D8DA]={
237945  category="so",
237946  description="SIGNWRITING HAND-HOOK MIDDLE RING LITTLE CONJOINED",
237947  direction="l",
237948  linebreak="al",
237949  unicodeslot=0x1D8DA,
237950 },
237951 [0x1D8DB]={
237952  category="so",
237953  description="SIGNWRITING HAND-HINGE INDEX HINGED",
237954  direction="l",
237955  linebreak="al",
237956  unicodeslot=0x1D8DB,
237957 },
237958 [0x1D8DC]={
237959  category="so",
237960  description="SIGNWRITING HAND-FIST INDEX THUMB SIDE",
237961  direction="l",
237962  linebreak="al",
237963  unicodeslot=0x1D8DC,
237964 },
237965 [0x1D8DD]={
237966  category="so",
237967  description="SIGNWRITING HAND-HINGE INDEX THUMB SIDE",
237968  direction="l",
237969  linebreak="al",
237970  unicodeslot=0x1D8DD,
237971 },
237972 [0x1D8DE]={
237973  category="so",
237974  description="SIGNWRITING HAND-FIST INDEX THUMB SIDE THUMB DIAGONAL",
237975  direction="l",
237976  linebreak="al",
237977  unicodeslot=0x1D8DE,
237978 },
237979 [0x1D8DF]={
237980  category="so",
237981  description="SIGNWRITING HAND-FIST INDEX THUMB SIDE THUMB CONJOINED",
237982  direction="l",
237983  linebreak="al",
237984  unicodeslot=0x1D8DF,
237985 },
237986 [0x1D8E0]={
237987  category="so",
237988  description="SIGNWRITING HAND-FIST INDEX THUMB SIDE THUMB BENT",
237989  direction="l",
237990  linebreak="al",
237991  unicodeslot=0x1D8E0,
237992 },
237993 [0x1D8E1]={
237994  category="so",
237995  description="SIGNWRITING HAND-FIST INDEX THUMB SIDE INDEX BENT",
237996  direction="l",
237997  linebreak="al",
237998  unicodeslot=0x1D8E1,
237999 },
238000 [0x1D8E2]={
238001  category="so",
238002  description="SIGNWRITING HAND-FIST INDEX THUMB SIDE BOTH BENT",
238003  direction="l",
238004  linebreak="al",
238005  unicodeslot=0x1D8E2,
238006 },
238007 [0x1D8E3]={
238008  category="so",
238009  description="SIGNWRITING HAND-FIST INDEX THUMB SIDE INDEX HINGE",
238010  direction="l",
238011  linebreak="al",
238012  unicodeslot=0x1D8E3,
238013 },
238014 [0x1D8E4]={
238015  category="so",
238016  description="SIGNWRITING HAND-FIST INDEX THUMB FORWARD INDEX STRAIGHT",
238017  direction="l",
238018  linebreak="al",
238019  unicodeslot=0x1D8E4,
238020 },
238021 [0x1D8E5]={
238022  category="so",
238023  description="SIGNWRITING HAND-FIST INDEX THUMB FORWARD INDEX BENT",
238024  direction="l",
238025  linebreak="al",
238026  unicodeslot=0x1D8E5,
238027 },
238028 [0x1D8E6]={
238029  category="so",
238030  description="SIGNWRITING HAND-FIST INDEX THUMB HOOK",
238031  direction="l",
238032  linebreak="al",
238033  unicodeslot=0x1D8E6,
238034 },
238035 [0x1D8E7]={
238036  category="so",
238037  description="SIGNWRITING HAND-FIST INDEX THUMB CURLICUE",
238038  direction="l",
238039  linebreak="al",
238040  unicodeslot=0x1D8E7,
238041 },
238042 [0x1D8E8]={
238043  category="so",
238044  description="SIGNWRITING HAND-FIST INDEX THUMB CURVE THUMB INSIDE",
238045  direction="l",
238046  linebreak="al",
238047  unicodeslot=0x1D8E8,
238048 },
238049 [0x1D8E9]={
238050  category="so",
238051  description="SIGNWRITING HAND-CLAW INDEX THUMB CURVE THUMB INSIDE",
238052  direction="l",
238053  linebreak="al",
238054  unicodeslot=0x1D8E9,
238055 },
238056 [0x1D8EA]={
238057  category="so",
238058  description="SIGNWRITING HAND-FIST INDEX THUMB CURVE THUMB UNDER",
238059  direction="l",
238060  linebreak="al",
238061  unicodeslot=0x1D8EA,
238062 },
238063 [0x1D8EB]={
238064  category="so",
238065  description="SIGNWRITING HAND-FIST INDEX THUMB CIRCLE",
238066  direction="l",
238067  linebreak="al",
238068  unicodeslot=0x1D8EB,
238069 },
238070 [0x1D8EC]={
238071  category="so",
238072  description="SIGNWRITING HAND-CUP INDEX THUMB",
238073  direction="l",
238074  linebreak="al",
238075  unicodeslot=0x1D8EC,
238076 },
238077 [0x1D8ED]={
238078  category="so",
238079  description="SIGNWRITING HAND-CUP INDEX THUMB OPEN",
238080  direction="l",
238081  linebreak="al",
238082  unicodeslot=0x1D8ED,
238083 },
238084 [0x1D8EE]={
238085  category="so",
238086  description="SIGNWRITING HAND-HINGE INDEX THUMB OPEN",
238087  direction="l",
238088  linebreak="al",
238089  unicodeslot=0x1D8EE,
238090 },
238091 [0x1D8EF]={
238092  category="so",
238093  description="SIGNWRITING HAND-HINGE INDEX THUMB LARGE",
238094  direction="l",
238095  linebreak="al",
238096  unicodeslot=0x1D8EF,
238097 },
238098 [0x1D8F0]={
238099  category="so",
238100  description="SIGNWRITING HAND-HINGE INDEX THUMB",
238101  direction="l",
238102  linebreak="al",
238103  unicodeslot=0x1D8F0,
238104 },
238105 [0x1D8F1]={
238106  category="so",
238107  description="SIGNWRITING HAND-HINGE INDEX THUMB SMALL",
238108  direction="l",
238109  linebreak="al",
238110  unicodeslot=0x1D8F1,
238111 },
238112 [0x1D8F2]={
238113  category="so",
238114  description="SIGNWRITING HAND-ANGLE INDEX THUMB OUT",
238115  direction="l",
238116  linebreak="al",
238117  unicodeslot=0x1D8F2,
238118 },
238119 [0x1D8F3]={
238120  category="so",
238121  description="SIGNWRITING HAND-ANGLE INDEX THUMB IN",
238122  direction="l",
238123  linebreak="al",
238124  unicodeslot=0x1D8F3,
238125 },
238126 [0x1D8F4]={
238127  category="so",
238128  description="SIGNWRITING HAND-ANGLE INDEX THUMB",
238129  direction="l",
238130  linebreak="al",
238131  unicodeslot=0x1D8F4,
238132 },
238133 [0x1D8F5]={
238134  category="so",
238135  description="SIGNWRITING HAND-FIST THUMB",
238136  direction="l",
238137  linebreak="al",
238138  unicodeslot=0x1D8F5,
238139 },
238140 [0x1D8F6]={
238141  category="so",
238142  description="SIGNWRITING HAND-FIST THUMB HEEL",
238143  direction="l",
238144  linebreak="al",
238145  unicodeslot=0x1D8F6,
238146 },
238147 [0x1D8F7]={
238148  category="so",
238149  description="SIGNWRITING HAND-FIST THUMB SIDE DIAGONAL",
238150  direction="l",
238151  linebreak="al",
238152  unicodeslot=0x1D8F7,
238153 },
238154 [0x1D8F8]={
238155  category="so",
238156  description="SIGNWRITING HAND-FIST THUMB SIDE CONJOINED",
238157  direction="l",
238158  linebreak="al",
238159  unicodeslot=0x1D8F8,
238160 },
238161 [0x1D8F9]={
238162  category="so",
238163  description="SIGNWRITING HAND-FIST THUMB SIDE BENT",
238164  direction="l",
238165  linebreak="al",
238166  unicodeslot=0x1D8F9,
238167 },
238168 [0x1D8FA]={
238169  category="so",
238170  description="SIGNWRITING HAND-FIST THUMB FORWARD",
238171  direction="l",
238172  linebreak="al",
238173  unicodeslot=0x1D8FA,
238174 },
238175 [0x1D8FB]={
238176  category="so",
238177  description="SIGNWRITING HAND-FIST THUMB BETWEEN INDEX MIDDLE",
238178  direction="l",
238179  linebreak="al",
238180  unicodeslot=0x1D8FB,
238181 },
238182 [0x1D8FC]={
238183  category="so",
238184  description="SIGNWRITING HAND-FIST THUMB BETWEEN MIDDLE RING",
238185  direction="l",
238186  linebreak="al",
238187  unicodeslot=0x1D8FC,
238188 },
238189 [0x1D8FD]={
238190  category="so",
238191  description="SIGNWRITING HAND-FIST THUMB BETWEEN RING LITTLE",
238192  direction="l",
238193  linebreak="al",
238194  unicodeslot=0x1D8FD,
238195 },
238196 [0x1D8FE]={
238197  category="so",
238198  description="SIGNWRITING HAND-FIST THUMB UNDER TWO FINGERS",
238199  direction="l",
238200  linebreak="al",
238201  unicodeslot=0x1D8FE,
238202 },
238203 [0x1D8FF]={
238204  category="so",
238205  description="SIGNWRITING HAND-FIST THUMB OVER TWO FINGERS",
238206  direction="l",
238207  linebreak="al",
238208  unicodeslot=0x1D8FF,
238209 },
238210 [0x1D900]={
238211  category="so",
238212  description="SIGNWRITING HAND-FIST THUMB UNDER THREE FINGERS",
238213  direction="l",
238214  linebreak="al",
238215  unicodeslot=0x1D900,
238216 },
238217 [0x1D901]={
238218  category="so",
238219  description="SIGNWRITING HAND-FIST THUMB UNDER FOUR FINGERS",
238220  direction="l",
238221  linebreak="al",
238222  unicodeslot=0x1D901,
238223 },
238224 [0x1D902]={
238225  category="so",
238226  description="SIGNWRITING HAND-FIST THUMB OVER FOUR RAISED KNUCKLES",
238227  direction="l",
238228  linebreak="al",
238229  unicodeslot=0x1D902,
238230 },
238231 [0x1D903]={
238232  category="so",
238233  description="SIGNWRITING HAND-FIST",
238234  direction="l",
238235  linebreak="al",
238236  unicodeslot=0x1D903,
238237 },
238238 [0x1D904]={
238239  category="so",
238240  description="SIGNWRITING HAND-FIST HEEL",
238241  direction="l",
238242  linebreak="al",
238243  unicodeslot=0x1D904,
238244 },
238245 [0x1D905]={
238246  category="so",
238247  description="SIGNWRITING TOUCH SINGLE",
238248  direction="l",
238249  linebreak="al",
238250  unicodeslot=0x1D905,
238251 },
238252 [0x1D906]={
238253  category="so",
238254  description="SIGNWRITING TOUCH MULTIPLE",
238255  direction="l",
238256  linebreak="al",
238257  unicodeslot=0x1D906,
238258 },
238259 [0x1D907]={
238260  category="so",
238261  description="SIGNWRITING TOUCH BETWEEN",
238262  direction="l",
238263  linebreak="al",
238264  unicodeslot=0x1D907,
238265 },
238266 [0x1D908]={
238267  category="so",
238268  description="SIGNWRITING GRASP SINGLE",
238269  direction="l",
238270  linebreak="al",
238271  unicodeslot=0x1D908,
238272 },
238273 [0x1D909]={
238274  category="so",
238275  description="SIGNWRITING GRASP MULTIPLE",
238276  direction="l",
238277  linebreak="al",
238278  unicodeslot=0x1D909,
238279 },
238280 [0x1D90A]={
238281  category="so",
238282  description="SIGNWRITING GRASP BETWEEN",
238283  direction="l",
238284  linebreak="al",
238285  unicodeslot=0x1D90A,
238286 },
238287 [0x1D90B]={
238288  category="so",
238289  description="SIGNWRITING STRIKE SINGLE",
238290  direction="l",
238291  linebreak="al",
238292  unicodeslot=0x1D90B,
238293 },
238294 [0x1D90C]={
238295  category="so",
238296  description="SIGNWRITING STRIKE MULTIPLE",
238297  direction="l",
238298  linebreak="al",
238299  unicodeslot=0x1D90C,
238300 },
238301 [0x1D90D]={
238302  category="so",
238303  description="SIGNWRITING STRIKE BETWEEN",
238304  direction="l",
238305  linebreak="al",
238306  unicodeslot=0x1D90D,
238307 },
238308 [0x1D90E]={
238309  category="so",
238310  description="SIGNWRITING BRUSH SINGLE",
238311  direction="l",
238312  linebreak="al",
238313  unicodeslot=0x1D90E,
238314 },
238315 [0x1D90F]={
238316  category="so",
238317  description="SIGNWRITING BRUSH MULTIPLE",
238318  direction="l",
238319  linebreak="al",
238320  unicodeslot=0x1D90F,
238321 },
238322 [0x1D910]={
238323  category="so",
238324  description="SIGNWRITING BRUSH BETWEEN",
238325  direction="l",
238326  linebreak="al",
238327  unicodeslot=0x1D910,
238328 },
238329 [0x1D911]={
238330  category="so",
238331  description="SIGNWRITING RUB SINGLE",
238332  direction="l",
238333  linebreak="al",
238334  unicodeslot=0x1D911,
238335 },
238336 [0x1D912]={
238337  category="so",
238338  description="SIGNWRITING RUB MULTIPLE",
238339  direction="l",
238340  linebreak="al",
238341  unicodeslot=0x1D912,
238342 },
238343 [0x1D913]={
238344  category="so",
238345  description="SIGNWRITING RUB BETWEEN",
238346  direction="l",
238347  linebreak="al",
238348  unicodeslot=0x1D913,
238349 },
238350 [0x1D914]={
238351  category="so",
238352  description="SIGNWRITING SURFACE SYMBOLS",
238353  direction="l",
238354  linebreak="al",
238355  unicodeslot=0x1D914,
238356 },
238357 [0x1D915]={
238358  category="so",
238359  description="SIGNWRITING SURFACE BETWEEN",
238360  direction="l",
238361  linebreak="al",
238362  unicodeslot=0x1D915,
238363 },
238364 [0x1D916]={
238365  category="so",
238366  description="SIGNWRITING SQUEEZE LARGE SINGLE",
238367  direction="l",
238368  linebreak="al",
238369  unicodeslot=0x1D916,
238370 },
238371 [0x1D917]={
238372  category="so",
238373  description="SIGNWRITING SQUEEZE SMALL SINGLE",
238374  direction="l",
238375  linebreak="al",
238376  unicodeslot=0x1D917,
238377 },
238378 [0x1D918]={
238379  category="so",
238380  description="SIGNWRITING SQUEEZE LARGE MULTIPLE",
238381  direction="l",
238382  linebreak="al",
238383  unicodeslot=0x1D918,
238384 },
238385 [0x1D919]={
238386  category="so",
238387  description="SIGNWRITING SQUEEZE SMALL MULTIPLE",
238388  direction="l",
238389  linebreak="al",
238390  unicodeslot=0x1D919,
238391 },
238392 [0x1D91A]={
238393  category="so",
238394  description="SIGNWRITING SQUEEZE SEQUENTIAL",
238395  direction="l",
238396  linebreak="al",
238397  unicodeslot=0x1D91A,
238398 },
238399 [0x1D91B]={
238400  category="so",
238401  description="SIGNWRITING FLICK LARGE SINGLE",
238402  direction="l",
238403  linebreak="al",
238404  unicodeslot=0x1D91B,
238405 },
238406 [0x1D91C]={
238407  category="so",
238408  description="SIGNWRITING FLICK SMALL SINGLE",
238409  direction="l",
238410  linebreak="al",
238411  unicodeslot=0x1D91C,
238412 },
238413 [0x1D91D]={
238414  category="so",
238415  description="SIGNWRITING FLICK LARGE MULTIPLE",
238416  direction="l",
238417  linebreak="al",
238418  unicodeslot=0x1D91D,
238419 },
238420 [0x1D91E]={
238421  category="so",
238422  description="SIGNWRITING FLICK SMALL MULTIPLE",
238423  direction="l",
238424  linebreak="al",
238425  unicodeslot=0x1D91E,
238426 },
238427 [0x1D91F]={
238428  category="so",
238429  description="SIGNWRITING FLICK SEQUENTIAL",
238430  direction="l",
238431  linebreak="al",
238432  unicodeslot=0x1D91F,
238433 },
238434 [0x1D920]={
238435  category="so",
238436  description="SIGNWRITING SQUEEZE FLICK ALTERNATING",
238437  direction="l",
238438  linebreak="al",
238439  unicodeslot=0x1D920,
238440 },
238441 [0x1D921]={
238442  category="so",
238443  description="SIGNWRITING MOVEMENT-HINGE UP DOWN LARGE",
238444  direction="l",
238445  linebreak="al",
238446  unicodeslot=0x1D921,
238447 },
238448 [0x1D922]={
238449  category="so",
238450  description="SIGNWRITING MOVEMENT-HINGE UP DOWN SMALL",
238451  direction="l",
238452  linebreak="al",
238453  unicodeslot=0x1D922,
238454 },
238455 [0x1D923]={
238456  category="so",
238457  description="SIGNWRITING MOVEMENT-HINGE UP SEQUENTIAL",
238458  direction="l",
238459  linebreak="al",
238460  unicodeslot=0x1D923,
238461 },
238462 [0x1D924]={
238463  category="so",
238464  description="SIGNWRITING MOVEMENT-HINGE DOWN SEQUENTIAL",
238465  direction="l",
238466  linebreak="al",
238467  unicodeslot=0x1D924,
238468 },
238469 [0x1D925]={
238470  category="so",
238471  description="SIGNWRITING MOVEMENT-HINGE UP DOWN ALTERNATING LARGE",
238472  direction="l",
238473  linebreak="al",
238474  unicodeslot=0x1D925,
238475 },
238476 [0x1D926]={
238477  category="so",
238478  description="SIGNWRITING MOVEMENT-HINGE UP DOWN ALTERNATING SMALL",
238479  direction="l",
238480  linebreak="al",
238481  unicodeslot=0x1D926,
238482 },
238483 [0x1D927]={
238484  category="so",
238485  description="SIGNWRITING MOVEMENT-HINGE SIDE TO SIDE SCISSORS",
238486  direction="l",
238487  linebreak="al",
238488  unicodeslot=0x1D927,
238489 },
238490 [0x1D928]={
238491  category="so",
238492  description="SIGNWRITING MOVEMENT-WALLPLANE FINGER CONTACT",
238493  direction="l",
238494  linebreak="al",
238495  unicodeslot=0x1D928,
238496 },
238497 [0x1D929]={
238498  category="so",
238499  description="SIGNWRITING MOVEMENT-FLOORPLANE FINGER CONTACT",
238500  direction="l",
238501  linebreak="al",
238502  unicodeslot=0x1D929,
238503 },
238504 [0x1D92A]={
238505  category="so",
238506  description="SIGNWRITING MOVEMENT-WALLPLANE SINGLE STRAIGHT SMALL",
238507  direction="l",
238508  linebreak="al",
238509  unicodeslot=0x1D92A,
238510 },
238511 [0x1D92B]={
238512  category="so",
238513  description="SIGNWRITING MOVEMENT-WALLPLANE SINGLE STRAIGHT MEDIUM",
238514  direction="l",
238515  linebreak="al",
238516  unicodeslot=0x1D92B,
238517 },
238518 [0x1D92C]={
238519  category="so",
238520  description="SIGNWRITING MOVEMENT-WALLPLANE SINGLE STRAIGHT LARGE",
238521  direction="l",
238522  linebreak="al",
238523  unicodeslot=0x1D92C,
238524 },
238525 [0x1D92D]={
238526  category="so",
238527  description="SIGNWRITING MOVEMENT-WALLPLANE SINGLE STRAIGHT LARGEST",
238528  direction="l",
238529  linebreak="al",
238530  unicodeslot=0x1D92D,
238531 },
238532 [0x1D92E]={
238533  category="so",
238534  description="SIGNWRITING MOVEMENT-WALLPLANE SINGLE WRIST FLEX",
238535  direction="l",
238536  linebreak="al",
238537  unicodeslot=0x1D92E,
238538 },
238539 [0x1D92F]={
238540  category="so",
238541  description="SIGNWRITING MOVEMENT-WALLPLANE DOUBLE STRAIGHT",
238542  direction="l",
238543  linebreak="al",
238544  unicodeslot=0x1D92F,
238545 },
238546 [0x1D930]={
238547  category="so",
238548  description="SIGNWRITING MOVEMENT-WALLPLANE DOUBLE WRIST FLEX",
238549  direction="l",
238550  linebreak="al",
238551  unicodeslot=0x1D930,
238552 },
238553 [0x1D931]={
238554  category="so",
238555  description="SIGNWRITING MOVEMENT-WALLPLANE DOUBLE ALTERNATING",
238556  direction="l",
238557  linebreak="al",
238558  unicodeslot=0x1D931,
238559 },
238560 [0x1D932]={
238561  category="so",
238562  description="SIGNWRITING MOVEMENT-WALLPLANE DOUBLE ALTERNATING WRIST FLEX",
238563  direction="l",
238564  linebreak="al",
238565  unicodeslot=0x1D932,
238566 },
238567 [0x1D933]={
238568  category="so",
238569  description="SIGNWRITING MOVEMENT-WALLPLANE CROSS",
238570  direction="l",
238571  linebreak="al",
238572  unicodeslot=0x1D933,
238573 },
238574 [0x1D934]={
238575  category="so",
238576  description="SIGNWRITING MOVEMENT-WALLPLANE TRIPLE STRAIGHT MOVEMENT",
238577  direction="l",
238578  linebreak="al",
238579  unicodeslot=0x1D934,
238580 },
238581 [0x1D935]={
238582  category="so",
238583  description="SIGNWRITING MOVEMENT-WALLPLANE TRIPLE WRIST FLEX",
238584  direction="l",
238585  linebreak="al",
238586  unicodeslot=0x1D935,
238587 },
238588 [0x1D936]={
238589  category="so",
238590  description="SIGNWRITING MOVEMENT-WALLPLANE TRIPLE ALTERNATING",
238591  direction="l",
238592  linebreak="al",
238593  unicodeslot=0x1D936,
238594 },
238595 [0x1D937]={
238596  category="so",
238597  description="SIGNWRITING MOVEMENT-WALLPLANE TRIPLE ALTERNATING WRIST FLEX",
238598  direction="l",
238599  linebreak="al",
238600  unicodeslot=0x1D937,
238601 },
238602 [0x1D938]={
238603  category="so",
238604  description="SIGNWRITING MOVEMENT-WALLPLANE BEND SMALL",
238605  direction="l",
238606  linebreak="al",
238607  unicodeslot=0x1D938,
238608 },
238609 [0x1D939]={
238610  category="so",
238611  description="SIGNWRITING MOVEMENT-WALLPLANE BEND MEDIUM",
238612  direction="l",
238613  linebreak="al",
238614  unicodeslot=0x1D939,
238615 },
238616 [0x1D93A]={
238617  category="so",
238618  description="SIGNWRITING MOVEMENT-WALLPLANE BEND LARGE",
238619  direction="l",
238620  linebreak="al",
238621  unicodeslot=0x1D93A,
238622 },
238623 [0x1D93B]={
238624  category="so",
238625  description="SIGNWRITING MOVEMENT-WALLPLANE CORNER SMALL",
238626  direction="l",
238627  linebreak="al",
238628  unicodeslot=0x1D93B,
238629 },
238630 [0x1D93C]={
238631  category="so",
238632  description="SIGNWRITING MOVEMENT-WALLPLANE CORNER MEDIUM",
238633  direction="l",
238634  linebreak="al",
238635  unicodeslot=0x1D93C,
238636 },
238637 [0x1D93D]={
238638  category="so",
238639  description="SIGNWRITING MOVEMENT-WALLPLANE CORNER LARGE",
238640  direction="l",
238641  linebreak="al",
238642  unicodeslot=0x1D93D,
238643 },
238644 [0x1D93E]={
238645  category="so",
238646  description="SIGNWRITING MOVEMENT-WALLPLANE CORNER ROTATION",
238647  direction="l",
238648  linebreak="al",
238649  unicodeslot=0x1D93E,
238650 },
238651 [0x1D93F]={
238652  category="so",
238653  description="SIGNWRITING MOVEMENT-WALLPLANE CHECK SMALL",
238654  direction="l",
238655  linebreak="al",
238656  unicodeslot=0x1D93F,
238657 },
238658 [0x1D940]={
238659  category="so",
238660  description="SIGNWRITING MOVEMENT-WALLPLANE CHECK MEDIUM",
238661  direction="l",
238662  linebreak="al",
238663  unicodeslot=0x1D940,
238664 },
238665 [0x1D941]={
238666  category="so",
238667  description="SIGNWRITING MOVEMENT-WALLPLANE CHECK LARGE",
238668  direction="l",
238669  linebreak="al",
238670  unicodeslot=0x1D941,
238671 },
238672 [0x1D942]={
238673  category="so",
238674  description="SIGNWRITING MOVEMENT-WALLPLANE BOX SMALL",
238675  direction="l",
238676  linebreak="al",
238677  unicodeslot=0x1D942,
238678 },
238679 [0x1D943]={
238680  category="so",
238681  description="SIGNWRITING MOVEMENT-WALLPLANE BOX MEDIUM",
238682  direction="l",
238683  linebreak="al",
238684  unicodeslot=0x1D943,
238685 },
238686 [0x1D944]={
238687  category="so",
238688  description="SIGNWRITING MOVEMENT-WALLPLANE BOX LARGE",
238689  direction="l",
238690  linebreak="al",
238691  unicodeslot=0x1D944,
238692 },
238693 [0x1D945]={
238694  category="so",
238695  description="SIGNWRITING MOVEMENT-WALLPLANE ZIGZAG SMALL",
238696  direction="l",
238697  linebreak="al",
238698  unicodeslot=0x1D945,
238699 },
238700 [0x1D946]={
238701  category="so",
238702  description="SIGNWRITING MOVEMENT-WALLPLANE ZIGZAG MEDIUM",
238703  direction="l",
238704  linebreak="al",
238705  unicodeslot=0x1D946,
238706 },
238707 [0x1D947]={
238708  category="so",
238709  description="SIGNWRITING MOVEMENT-WALLPLANE ZIGZAG LARGE",
238710  direction="l",
238711  linebreak="al",
238712  unicodeslot=0x1D947,
238713 },
238714 [0x1D948]={
238715  category="so",
238716  description="SIGNWRITING MOVEMENT-WALLPLANE PEAKS SMALL",
238717  direction="l",
238718  linebreak="al",
238719  unicodeslot=0x1D948,
238720 },
238721 [0x1D949]={
238722  category="so",
238723  description="SIGNWRITING MOVEMENT-WALLPLANE PEAKS MEDIUM",
238724  direction="l",
238725  linebreak="al",
238726  unicodeslot=0x1D949,
238727 },
238728 [0x1D94A]={
238729  category="so",
238730  description="SIGNWRITING MOVEMENT-WALLPLANE PEAKS LARGE",
238731  direction="l",
238732  linebreak="al",
238733  unicodeslot=0x1D94A,
238734 },
238735 [0x1D94B]={
238736  category="so",
238737  description="SIGNWRITING TRAVEL-WALLPLANE ROTATION-WALLPLANE SINGLE",
238738  direction="l",
238739  linebreak="al",
238740  unicodeslot=0x1D94B,
238741 },
238742 [0x1D94C]={
238743  category="so",
238744  description="SIGNWRITING TRAVEL-WALLPLANE ROTATION-WALLPLANE DOUBLE",
238745  direction="l",
238746  linebreak="al",
238747  unicodeslot=0x1D94C,
238748 },
238749 [0x1D94D]={
238750  category="so",
238751  description="SIGNWRITING TRAVEL-WALLPLANE ROTATION-WALLPLANE ALTERNATING",
238752  direction="l",
238753  linebreak="al",
238754  unicodeslot=0x1D94D,
238755 },
238756 [0x1D94E]={
238757  category="so",
238758  description="SIGNWRITING TRAVEL-WALLPLANE ROTATION-FLOORPLANE SINGLE",
238759  direction="l",
238760  linebreak="al",
238761  unicodeslot=0x1D94E,
238762 },
238763 [0x1D94F]={
238764  category="so",
238765  description="SIGNWRITING TRAVEL-WALLPLANE ROTATION-FLOORPLANE DOUBLE",
238766  direction="l",
238767  linebreak="al",
238768  unicodeslot=0x1D94F,
238769 },
238770 [0x1D950]={
238771  category="so",
238772  description="SIGNWRITING TRAVEL-WALLPLANE ROTATION-FLOORPLANE ALTERNATING",
238773  direction="l",
238774  linebreak="al",
238775  unicodeslot=0x1D950,
238776 },
238777 [0x1D951]={
238778  category="so",
238779  description="SIGNWRITING TRAVEL-WALLPLANE SHAKING",
238780  direction="l",
238781  linebreak="al",
238782  unicodeslot=0x1D951,
238783 },
238784 [0x1D952]={
238785  category="so",
238786  description="SIGNWRITING TRAVEL-WALLPLANE ARM SPIRAL SINGLE",
238787  direction="l",
238788  linebreak="al",
238789  unicodeslot=0x1D952,
238790 },
238791 [0x1D953]={
238792  category="so",
238793  description="SIGNWRITING TRAVEL-WALLPLANE ARM SPIRAL DOUBLE",
238794  direction="l",
238795  linebreak="al",
238796  unicodeslot=0x1D953,
238797 },
238798 [0x1D954]={
238799  category="so",
238800  description="SIGNWRITING TRAVEL-WALLPLANE ARM SPIRAL TRIPLE",
238801  direction="l",
238802  linebreak="al",
238803  unicodeslot=0x1D954,
238804 },
238805 [0x1D955]={
238806  category="so",
238807  description="SIGNWRITING MOVEMENT-DIAGONAL AWAY SMALL",
238808  direction="l",
238809  linebreak="al",
238810  unicodeslot=0x1D955,
238811 },
238812 [0x1D956]={
238813  category="so",
238814  description="SIGNWRITING MOVEMENT-DIAGONAL AWAY MEDIUM",
238815  direction="l",
238816  linebreak="al",
238817  unicodeslot=0x1D956,
238818 },
238819 [0x1D957]={
238820  category="so",
238821  description="SIGNWRITING MOVEMENT-DIAGONAL AWAY LARGE",
238822  direction="l",
238823  linebreak="al",
238824  unicodeslot=0x1D957,
238825 },
238826 [0x1D958]={
238827  category="so",
238828  description="SIGNWRITING MOVEMENT-DIAGONAL AWAY LARGEST",
238829  direction="l",
238830  linebreak="al",
238831  unicodeslot=0x1D958,
238832 },
238833 [0x1D959]={
238834  category="so",
238835  description="SIGNWRITING MOVEMENT-DIAGONAL TOWARDS SMALL",
238836  direction="l",
238837  linebreak="al",
238838  unicodeslot=0x1D959,
238839 },
238840 [0x1D95A]={
238841  category="so",
238842  description="SIGNWRITING MOVEMENT-DIAGONAL TOWARDS MEDIUM",
238843  direction="l",
238844  linebreak="al",
238845  unicodeslot=0x1D95A,
238846 },
238847 [0x1D95B]={
238848  category="so",
238849  description="SIGNWRITING MOVEMENT-DIAGONAL TOWARDS LARGE",
238850  direction="l",
238851  linebreak="al",
238852  unicodeslot=0x1D95B,
238853 },
238854 [0x1D95C]={
238855  category="so",
238856  description="SIGNWRITING MOVEMENT-DIAGONAL TOWARDS LARGEST",
238857  direction="l",
238858  linebreak="al",
238859  unicodeslot=0x1D95C,
238860 },
238861 [0x1D95D]={
238862  category="so",
238863  description="SIGNWRITING MOVEMENT-DIAGONAL BETWEEN AWAY SMALL",
238864  direction="l",
238865  linebreak="al",
238866  unicodeslot=0x1D95D,
238867 },
238868 [0x1D95E]={
238869  category="so",
238870  description="SIGNWRITING MOVEMENT-DIAGONAL BETWEEN AWAY MEDIUM",
238871  direction="l",
238872  linebreak="al",
238873  unicodeslot=0x1D95E,
238874 },
238875 [0x1D95F]={
238876  category="so",
238877  description="SIGNWRITING MOVEMENT-DIAGONAL BETWEEN AWAY LARGE",
238878  direction="l",
238879  linebreak="al",
238880  unicodeslot=0x1D95F,
238881 },
238882 [0x1D960]={
238883  category="so",
238884  description="SIGNWRITING MOVEMENT-DIAGONAL BETWEEN AWAY LARGEST",
238885  direction="l",
238886  linebreak="al",
238887  unicodeslot=0x1D960,
238888 },
238889 [0x1D961]={
238890  category="so",
238891  description="SIGNWRITING MOVEMENT-DIAGONAL BETWEEN TOWARDS SMALL",
238892  direction="l",
238893  linebreak="al",
238894  unicodeslot=0x1D961,
238895 },
238896 [0x1D962]={
238897  category="so",
238898  description="SIGNWRITING MOVEMENT-DIAGONAL BETWEEN TOWARDS MEDIUM",
238899  direction="l",
238900  linebreak="al",
238901  unicodeslot=0x1D962,
238902 },
238903 [0x1D963]={
238904  category="so",
238905  description="SIGNWRITING MOVEMENT-DIAGONAL BETWEEN TOWARDS LARGE",
238906  direction="l",
238907  linebreak="al",
238908  unicodeslot=0x1D963,
238909 },
238910 [0x1D964]={
238911  category="so",
238912  description="SIGNWRITING MOVEMENT-DIAGONAL BETWEEN TOWARDS LARGEST",
238913  direction="l",
238914  linebreak="al",
238915  unicodeslot=0x1D964,
238916 },
238917 [0x1D965]={
238918  category="so",
238919  description="SIGNWRITING MOVEMENT-FLOORPLANE SINGLE STRAIGHT SMALL",
238920  direction="l",
238921  linebreak="al",
238922  unicodeslot=0x1D965,
238923 },
238924 [0x1D966]={
238925  category="so",
238926  description="SIGNWRITING MOVEMENT-FLOORPLANE SINGLE STRAIGHT MEDIUM",
238927  direction="l",
238928  linebreak="al",
238929  unicodeslot=0x1D966,
238930 },
238931 [0x1D967]={
238932  category="so",
238933  description="SIGNWRITING MOVEMENT-FLOORPLANE SINGLE STRAIGHT LARGE",
238934  direction="l",
238935  linebreak="al",
238936  unicodeslot=0x1D967,
238937 },
238938 [0x1D968]={
238939  category="so",
238940  description="SIGNWRITING MOVEMENT-FLOORPLANE SINGLE STRAIGHT LARGEST",
238941  direction="l",
238942  linebreak="al",
238943  unicodeslot=0x1D968,
238944 },
238945 [0x1D969]={
238946  category="so",
238947  description="SIGNWRITING MOVEMENT-FLOORPLANE SINGLE WRIST FLEX",
238948  direction="l",
238949  linebreak="al",
238950  unicodeslot=0x1D969,
238951 },
238952 [0x1D96A]={
238953  category="so",
238954  description="SIGNWRITING MOVEMENT-FLOORPLANE DOUBLE STRAIGHT",
238955  direction="l",
238956  linebreak="al",
238957  unicodeslot=0x1D96A,
238958 },
238959 [0x1D96B]={
238960  category="so",
238961  description="SIGNWRITING MOVEMENT-FLOORPLANE DOUBLE WRIST FLEX",
238962  direction="l",
238963  linebreak="al",
238964  unicodeslot=0x1D96B,
238965 },
238966 [0x1D96C]={
238967  category="so",
238968  description="SIGNWRITING MOVEMENT-FLOORPLANE DOUBLE ALTERNATING",
238969  direction="l",
238970  linebreak="al",
238971  unicodeslot=0x1D96C,
238972 },
238973 [0x1D96D]={
238974  category="so",
238975  description="SIGNWRITING MOVEMENT-FLOORPLANE DOUBLE ALTERNATING WRIST FLEX",
238976  direction="l",
238977  linebreak="al",
238978  unicodeslot=0x1D96D,
238979 },
238980 [0x1D96E]={
238981  category="so",
238982  description="SIGNWRITING MOVEMENT-FLOORPLANE CROSS",
238983  direction="l",
238984  linebreak="al",
238985  unicodeslot=0x1D96E,
238986 },
238987 [0x1D96F]={
238988  category="so",
238989  description="SIGNWRITING MOVEMENT-FLOORPLANE TRIPLE STRAIGHT MOVEMENT",
238990  direction="l",
238991  linebreak="al",
238992  unicodeslot=0x1D96F,
238993 },
238994 [0x1D970]={
238995  category="so",
238996  description="SIGNWRITING MOVEMENT-FLOORPLANE TRIPLE WRIST FLEX",
238997  direction="l",
238998  linebreak="al",
238999  unicodeslot=0x1D970,
239000 },
239001 [0x1D971]={
239002  category="so",
239003  description="SIGNWRITING MOVEMENT-FLOORPLANE TRIPLE ALTERNATING MOVEMENT",
239004  direction="l",
239005  linebreak="al",
239006  unicodeslot=0x1D971,
239007 },
239008 [0x1D972]={
239009  category="so",
239010  description="SIGNWRITING MOVEMENT-FLOORPLANE TRIPLE ALTERNATING WRIST FLEX",
239011  direction="l",
239012  linebreak="al",
239013  unicodeslot=0x1D972,
239014 },
239015 [0x1D973]={
239016  category="so",
239017  description="SIGNWRITING MOVEMENT-FLOORPLANE BEND",
239018  direction="l",
239019  linebreak="al",
239020  unicodeslot=0x1D973,
239021 },
239022 [0x1D974]={
239023  category="so",
239024  description="SIGNWRITING MOVEMENT-FLOORPLANE CORNER SMALL",
239025  direction="l",
239026  linebreak="al",
239027  unicodeslot=0x1D974,
239028 },
239029 [0x1D975]={
239030  category="so",
239031  description="SIGNWRITING MOVEMENT-FLOORPLANE CORNER MEDIUM",
239032  direction="l",
239033  linebreak="al",
239034  unicodeslot=0x1D975,
239035 },
239036 [0x1D976]={
239037  category="so",
239038  description="SIGNWRITING MOVEMENT-FLOORPLANE CORNER LARGE",
239039  direction="l",
239040  linebreak="al",
239041  unicodeslot=0x1D976,
239042 },
239043 [0x1D977]={
239044  category="so",
239045  description="SIGNWRITING MOVEMENT-FLOORPLANE CHECK",
239046  direction="l",
239047  linebreak="al",
239048  unicodeslot=0x1D977,
239049 },
239050 [0x1D978]={
239051  category="so",
239052  description="SIGNWRITING MOVEMENT-FLOORPLANE BOX SMALL",
239053  direction="l",
239054  linebreak="al",
239055  unicodeslot=0x1D978,
239056 },
239057 [0x1D979]={
239058  category="so",
239059  description="SIGNWRITING MOVEMENT-FLOORPLANE BOX MEDIUM",
239060  direction="l",
239061  linebreak="al",
239062  unicodeslot=0x1D979,
239063 },
239064 [0x1D97A]={
239065  category="so",
239066  description="SIGNWRITING MOVEMENT-FLOORPLANE BOX LARGE",
239067  direction="l",
239068  linebreak="al",
239069  unicodeslot=0x1D97A,
239070 },
239071 [0x1D97B]={
239072  category="so",
239073  description="SIGNWRITING MOVEMENT-FLOORPLANE ZIGZAG SMALL",
239074  direction="l",
239075  linebreak="al",
239076  unicodeslot=0x1D97B,
239077 },
239078 [0x1D97C]={
239079  category="so",
239080  description="SIGNWRITING MOVEMENT-FLOORPLANE ZIGZAG MEDIUM",
239081  direction="l",
239082  linebreak="al",
239083  unicodeslot=0x1D97C,
239084 },
239085 [0x1D97D]={
239086  category="so",
239087  description="SIGNWRITING MOVEMENT-FLOORPLANE ZIGZAG LARGE",
239088  direction="l",
239089  linebreak="al",
239090  unicodeslot=0x1D97D,
239091 },
239092 [0x1D97E]={
239093  category="so",
239094  description="SIGNWRITING MOVEMENT-FLOORPLANE PEAKS SMALL",
239095  direction="l",
239096  linebreak="al",
239097  unicodeslot=0x1D97E,
239098 },
239099 [0x1D97F]={
239100  category="so",
239101  description="SIGNWRITING MOVEMENT-FLOORPLANE PEAKS MEDIUM",
239102  direction="l",
239103  linebreak="al",
239104  unicodeslot=0x1D97F,
239105 },
239106 [0x1D980]={
239107  category="so",
239108  description="SIGNWRITING MOVEMENT-FLOORPLANE PEAKS LARGE",
239109  direction="l",
239110  linebreak="al",
239111  unicodeslot=0x1D980,
239112 },
239113 [0x1D981]={
239114  category="so",
239115  description="SIGNWRITING TRAVEL-FLOORPLANE ROTATION-FLOORPLANE SINGLE",
239116  direction="l",
239117  linebreak="al",
239118  unicodeslot=0x1D981,
239119 },
239120 [0x1D982]={
239121  category="so",
239122  description="SIGNWRITING TRAVEL-FLOORPLANE ROTATION-FLOORPLANE DOUBLE",
239123  direction="l",
239124  linebreak="al",
239125  unicodeslot=0x1D982,
239126 },
239127 [0x1D983]={
239128  category="so",
239129  description="SIGNWRITING TRAVEL-FLOORPLANE ROTATION-FLOORPLANE ALTERNATING",
239130  direction="l",
239131  linebreak="al",
239132  unicodeslot=0x1D983,
239133 },
239134 [0x1D984]={
239135  category="so",
239136  description="SIGNWRITING TRAVEL-FLOORPLANE ROTATION-WALLPLANE SINGLE",
239137  direction="l",
239138  linebreak="al",
239139  unicodeslot=0x1D984,
239140 },
239141 [0x1D985]={
239142  category="so",
239143  description="SIGNWRITING TRAVEL-FLOORPLANE ROTATION-WALLPLANE DOUBLE",
239144  direction="l",
239145  linebreak="al",
239146  unicodeslot=0x1D985,
239147 },
239148 [0x1D986]={
239149  category="so",
239150  description="SIGNWRITING TRAVEL-FLOORPLANE ROTATION-WALLPLANE ALTERNATING",
239151  direction="l",
239152  linebreak="al",
239153  unicodeslot=0x1D986,
239154 },
239155 [0x1D987]={
239156  category="so",
239157  description="SIGNWRITING TRAVEL-FLOORPLANE SHAKING",
239158  direction="l",
239159  linebreak="al",
239160  unicodeslot=0x1D987,
239161 },
239162 [0x1D988]={
239163  category="so",
239164  description="SIGNWRITING MOVEMENT-WALLPLANE CURVE QUARTER SMALL",
239165  direction="l",
239166  linebreak="al",
239167  unicodeslot=0x1D988,
239168 },
239169 [0x1D989]={
239170  category="so",
239171  description="SIGNWRITING MOVEMENT-WALLPLANE CURVE QUARTER MEDIUM",
239172  direction="l",
239173  linebreak="al",
239174  unicodeslot=0x1D989,
239175 },
239176 [0x1D98A]={
239177  category="so",
239178  description="SIGNWRITING MOVEMENT-WALLPLANE CURVE QUARTER LARGE",
239179  direction="l",
239180  linebreak="al",
239181  unicodeslot=0x1D98A,
239182 },
239183 [0x1D98B]={
239184  category="so",
239185  description="SIGNWRITING MOVEMENT-WALLPLANE CURVE QUARTER LARGEST",
239186  direction="l",
239187  linebreak="al",
239188  unicodeslot=0x1D98B,
239189 },
239190 [0x1D98C]={
239191  category="so",
239192  description="SIGNWRITING MOVEMENT-WALLPLANE CURVE HALF-CIRCLE SMALL",
239193  direction="l",
239194  linebreak="al",
239195  unicodeslot=0x1D98C,
239196 },
239197 [0x1D98D]={
239198  category="so",
239199  description="SIGNWRITING MOVEMENT-WALLPLANE CURVE HALF-CIRCLE MEDIUM",
239200  direction="l",
239201  linebreak="al",
239202  unicodeslot=0x1D98D,
239203 },
239204 [0x1D98E]={
239205  category="so",
239206  description="SIGNWRITING MOVEMENT-WALLPLANE CURVE HALF-CIRCLE LARGE",
239207  direction="l",
239208  linebreak="al",
239209  unicodeslot=0x1D98E,
239210 },
239211 [0x1D98F]={
239212  category="so",
239213  description="SIGNWRITING MOVEMENT-WALLPLANE CURVE HALF-CIRCLE LARGEST",
239214  direction="l",
239215  linebreak="al",
239216  unicodeslot=0x1D98F,
239217 },
239218 [0x1D990]={
239219  category="so",
239220  description="SIGNWRITING MOVEMENT-WALLPLANE CURVE THREE-QUARTER CIRCLE SMALL",
239221  direction="l",
239222  linebreak="al",
239223  unicodeslot=0x1D990,
239224 },
239225 [0x1D991]={
239226  category="so",
239227  description="SIGNWRITING MOVEMENT-WALLPLANE CURVE THREE-QUARTER CIRCLE MEDIUM",
239228  direction="l",
239229  linebreak="al",
239230  unicodeslot=0x1D991,
239231 },
239232 [0x1D992]={
239233  category="so",
239234  description="SIGNWRITING MOVEMENT-WALLPLANE HUMP SMALL",
239235  direction="l",
239236  linebreak="al",
239237  unicodeslot=0x1D992,
239238 },
239239 [0x1D993]={
239240  category="so",
239241  description="SIGNWRITING MOVEMENT-WALLPLANE HUMP MEDIUM",
239242  direction="l",
239243  linebreak="al",
239244  unicodeslot=0x1D993,
239245 },
239246 [0x1D994]={
239247  category="so",
239248  description="SIGNWRITING MOVEMENT-WALLPLANE HUMP LARGE",
239249  direction="l",
239250  linebreak="al",
239251  unicodeslot=0x1D994,
239252 },
239253 [0x1D995]={
239254  category="so",
239255  description="SIGNWRITING MOVEMENT-WALLPLANE LOOP SMALL",
239256  direction="l",
239257  linebreak="al",
239258  unicodeslot=0x1D995,
239259 },
239260 [0x1D996]={
239261  category="so",
239262  description="SIGNWRITING MOVEMENT-WALLPLANE LOOP MEDIUM",
239263  direction="l",
239264  linebreak="al",
239265  unicodeslot=0x1D996,
239266 },
239267 [0x1D997]={
239268  category="so",
239269  description="SIGNWRITING MOVEMENT-WALLPLANE LOOP LARGE",
239270  direction="l",
239271  linebreak="al",
239272  unicodeslot=0x1D997,
239273 },
239274 [0x1D998]={
239275  category="so",
239276  description="SIGNWRITING MOVEMENT-WALLPLANE LOOP SMALL DOUBLE",
239277  direction="l",
239278  linebreak="al",
239279  unicodeslot=0x1D998,
239280 },
239281 [0x1D999]={
239282  category="so",
239283  description="SIGNWRITING MOVEMENT-WALLPLANE WAVE CURVE DOUBLE SMALL",
239284  direction="l",
239285  linebreak="al",
239286  unicodeslot=0x1D999,
239287 },
239288 [0x1D99A]={
239289  category="so",
239290  description="SIGNWRITING MOVEMENT-WALLPLANE WAVE CURVE DOUBLE MEDIUM",
239291  direction="l",
239292  linebreak="al",
239293  unicodeslot=0x1D99A,
239294 },
239295 [0x1D99B]={
239296  category="so",
239297  description="SIGNWRITING MOVEMENT-WALLPLANE WAVE CURVE DOUBLE LARGE",
239298  direction="l",
239299  linebreak="al",
239300  unicodeslot=0x1D99B,
239301 },
239302 [0x1D99C]={
239303  category="so",
239304  description="SIGNWRITING MOVEMENT-WALLPLANE WAVE CURVE TRIPLE SMALL",
239305  direction="l",
239306  linebreak="al",
239307  unicodeslot=0x1D99C,
239308 },
239309 [0x1D99D]={
239310  category="so",
239311  description="SIGNWRITING MOVEMENT-WALLPLANE WAVE CURVE TRIPLE MEDIUM",
239312  direction="l",
239313  linebreak="al",
239314  unicodeslot=0x1D99D,
239315 },
239316 [0x1D99E]={
239317  category="so",
239318  description="SIGNWRITING MOVEMENT-WALLPLANE WAVE CURVE TRIPLE LARGE",
239319  direction="l",
239320  linebreak="al",
239321  unicodeslot=0x1D99E,
239322 },
239323 [0x1D99F]={
239324  category="so",
239325  description="SIGNWRITING MOVEMENT-WALLPLANE CURVE THEN STRAIGHT",
239326  direction="l",
239327  linebreak="al",
239328  unicodeslot=0x1D99F,
239329 },
239330 [0x1D9A0]={
239331  category="so",
239332  description="SIGNWRITING MOVEMENT-WALLPLANE CURVED CROSS SMALL",
239333  direction="l",
239334  linebreak="al",
239335  unicodeslot=0x1D9A0,
239336 },
239337 [0x1D9A1]={
239338  category="so",
239339  description="SIGNWRITING MOVEMENT-WALLPLANE CURVED CROSS MEDIUM",
239340  direction="l",
239341  linebreak="al",
239342  unicodeslot=0x1D9A1,
239343 },
239344 [0x1D9A2]={
239345  category="so",
239346  description="SIGNWRITING ROTATION-WALLPLANE SINGLE",
239347  direction="l",
239348  linebreak="al",
239349  unicodeslot=0x1D9A2,
239350 },
239351 [0x1D9A3]={
239352  category="so",
239353  description="SIGNWRITING ROTATION-WALLPLANE DOUBLE",
239354  direction="l",
239355  linebreak="al",
239356  unicodeslot=0x1D9A3,
239357 },
239358 [0x1D9A4]={
239359  category="so",
239360  description="SIGNWRITING ROTATION-WALLPLANE ALTERNATE",
239361  direction="l",
239362  linebreak="al",
239363  unicodeslot=0x1D9A4,
239364 },
239365 [0x1D9A5]={
239366  category="so",
239367  description="SIGNWRITING MOVEMENT-WALLPLANE SHAKING",
239368  direction="l",
239369  linebreak="al",
239370  unicodeslot=0x1D9A5,
239371 },
239372 [0x1D9A6]={
239373  category="so",
239374  description="SIGNWRITING MOVEMENT-WALLPLANE CURVE HITTING FRONT WALL",
239375  direction="l",
239376  linebreak="al",
239377  unicodeslot=0x1D9A6,
239378 },
239379 [0x1D9A7]={
239380  category="so",
239381  description="SIGNWRITING MOVEMENT-WALLPLANE HUMP HITTING FRONT WALL",
239382  direction="l",
239383  linebreak="al",
239384  unicodeslot=0x1D9A7,
239385 },
239386 [0x1D9A8]={
239387  category="so",
239388  description="SIGNWRITING MOVEMENT-WALLPLANE LOOP HITTING FRONT WALL",
239389  direction="l",
239390  linebreak="al",
239391  unicodeslot=0x1D9A8,
239392 },
239393 [0x1D9A9]={
239394  category="so",
239395  description="SIGNWRITING MOVEMENT-WALLPLANE WAVE HITTING FRONT WALL",
239396  direction="l",
239397  linebreak="al",
239398  unicodeslot=0x1D9A9,
239399 },
239400 [0x1D9AA]={
239401  category="so",
239402  description="SIGNWRITING ROTATION-WALLPLANE SINGLE HITTING FRONT WALL",
239403  direction="l",
239404  linebreak="al",
239405  unicodeslot=0x1D9AA,
239406 },
239407 [0x1D9AB]={
239408  category="so",
239409  description="SIGNWRITING ROTATION-WALLPLANE DOUBLE HITTING FRONT WALL",
239410  direction="l",
239411  linebreak="al",
239412  unicodeslot=0x1D9AB,
239413 },
239414 [0x1D9AC]={
239415  category="so",
239416  description="SIGNWRITING ROTATION-WALLPLANE ALTERNATING HITTING FRONT WALL",
239417  direction="l",
239418  linebreak="al",
239419  unicodeslot=0x1D9AC,
239420 },
239421 [0x1D9AD]={
239422  category="so",
239423  description="SIGNWRITING MOVEMENT-WALLPLANE CURVE HITTING CHEST",
239424  direction="l",
239425  linebreak="al",
239426  unicodeslot=0x1D9AD,
239427 },
239428 [0x1D9AE]={
239429  category="so",
239430  description="SIGNWRITING MOVEMENT-WALLPLANE HUMP HITTING CHEST",
239431  direction="l",
239432  linebreak="al",
239433  unicodeslot=0x1D9AE,
239434 },
239435 [0x1D9AF]={
239436  category="so",
239437  description="SIGNWRITING MOVEMENT-WALLPLANE LOOP HITTING CHEST",
239438  direction="l",
239439  linebreak="al",
239440  unicodeslot=0x1D9AF,
239441 },
239442 [0x1D9B0]={
239443  category="so",
239444  description="SIGNWRITING MOVEMENT-WALLPLANE WAVE HITTING CHEST",
239445  direction="l",
239446  linebreak="al",
239447  unicodeslot=0x1D9B0,
239448 },
239449 [0x1D9B1]={
239450  category="so",
239451  description="SIGNWRITING ROTATION-WALLPLANE SINGLE HITTING CHEST",
239452  direction="l",
239453  linebreak="al",
239454  unicodeslot=0x1D9B1,
239455 },
239456 [0x1D9B2]={
239457  category="so",
239458  description="SIGNWRITING ROTATION-WALLPLANE DOUBLE HITTING CHEST",
239459  direction="l",
239460  linebreak="al",
239461  unicodeslot=0x1D9B2,
239462 },
239463 [0x1D9B3]={
239464  category="so",
239465  description="SIGNWRITING ROTATION-WALLPLANE ALTERNATING HITTING CHEST",
239466  direction="l",
239467  linebreak="al",
239468  unicodeslot=0x1D9B3,
239469 },
239470 [0x1D9B4]={
239471  category="so",
239472  description="SIGNWRITING MOVEMENT-WALLPLANE WAVE DIAGONAL PATH SMALL",
239473  direction="l",
239474  linebreak="al",
239475  unicodeslot=0x1D9B4,
239476 },
239477 [0x1D9B5]={
239478  category="so",
239479  description="SIGNWRITING MOVEMENT-WALLPLANE WAVE DIAGONAL PATH MEDIUM",
239480  direction="l",
239481  linebreak="al",
239482  unicodeslot=0x1D9B5,
239483 },
239484 [0x1D9B6]={
239485  category="so",
239486  description="SIGNWRITING MOVEMENT-WALLPLANE WAVE DIAGONAL PATH LARGE",
239487  direction="l",
239488  linebreak="al",
239489  unicodeslot=0x1D9B6,
239490 },
239491 [0x1D9B7]={
239492  category="so",
239493  description="SIGNWRITING MOVEMENT-FLOORPLANE CURVE HITTING CEILING SMALL",
239494  direction="l",
239495  linebreak="al",
239496  unicodeslot=0x1D9B7,
239497 },
239498 [0x1D9B8]={
239499  category="so",
239500  description="SIGNWRITING MOVEMENT-FLOORPLANE CURVE HITTING CEILING LARGE",
239501  direction="l",
239502  linebreak="al",
239503  unicodeslot=0x1D9B8,
239504 },
239505 [0x1D9B9]={
239506  category="so",
239507  description="SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING CEILING SMALL DOUBLE",
239508  direction="l",
239509  linebreak="al",
239510  unicodeslot=0x1D9B9,
239511 },
239512 [0x1D9BA]={
239513  category="so",
239514  description="SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING CEILING LARGE DOUBLE",
239515  direction="l",
239516  linebreak="al",
239517  unicodeslot=0x1D9BA,
239518 },
239519 [0x1D9BB]={
239520  category="so",
239521  description="SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING CEILING SMALL TRIPLE",
239522  direction="l",
239523  linebreak="al",
239524  unicodeslot=0x1D9BB,
239525 },
239526 [0x1D9BC]={
239527  category="so",
239528  description="SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING CEILING LARGE TRIPLE",
239529  direction="l",
239530  linebreak="al",
239531  unicodeslot=0x1D9BC,
239532 },
239533 [0x1D9BD]={
239534  category="so",
239535  description="SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING CEILING SMALL SINGLE",
239536  direction="l",
239537  linebreak="al",
239538  unicodeslot=0x1D9BD,
239539 },
239540 [0x1D9BE]={
239541  category="so",
239542  description="SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING CEILING LARGE SINGLE",
239543  direction="l",
239544  linebreak="al",
239545  unicodeslot=0x1D9BE,
239546 },
239547 [0x1D9BF]={
239548  category="so",
239549  description="SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING CEILING SMALL DOUBLE",
239550  direction="l",
239551  linebreak="al",
239552  unicodeslot=0x1D9BF,
239553 },
239554 [0x1D9C0]={
239555  category="so",
239556  description="SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING CEILING LARGE DOUBLE",
239557  direction="l",
239558  linebreak="al",
239559  unicodeslot=0x1D9C0,
239560 },
239561 [0x1D9C1]={
239562  category="so",
239563  description="SIGNWRITING MOVEMENT-FLOORPLANE WAVE HITTING CEILING SMALL",
239564  direction="l",
239565  linebreak="al",
239566  unicodeslot=0x1D9C1,
239567 },
239568 [0x1D9C2]={
239569  category="so",
239570  description="SIGNWRITING MOVEMENT-FLOORPLANE WAVE HITTING CEILING LARGE",
239571  direction="l",
239572  linebreak="al",
239573  unicodeslot=0x1D9C2,
239574 },
239575 [0x1D9C3]={
239576  category="so",
239577  description="SIGNWRITING ROTATION-FLOORPLANE SINGLE HITTING CEILING",
239578  direction="l",
239579  linebreak="al",
239580  unicodeslot=0x1D9C3,
239581 },
239582 [0x1D9C4]={
239583  category="so",
239584  description="SIGNWRITING ROTATION-FLOORPLANE DOUBLE HITTING CEILING",
239585  direction="l",
239586  linebreak="al",
239587  unicodeslot=0x1D9C4,
239588 },
239589 [0x1D9C5]={
239590  category="so",
239591  description="SIGNWRITING ROTATION-FLOORPLANE ALTERNATING HITTING CEILING",
239592  direction="l",
239593  linebreak="al",
239594  unicodeslot=0x1D9C5,
239595 },
239596 [0x1D9C6]={
239597  category="so",
239598  description="SIGNWRITING MOVEMENT-FLOORPLANE CURVE HITTING FLOOR SMALL",
239599  direction="l",
239600  linebreak="al",
239601  unicodeslot=0x1D9C6,
239602 },
239603 [0x1D9C7]={
239604  category="so",
239605  description="SIGNWRITING MOVEMENT-FLOORPLANE CURVE HITTING FLOOR LARGE",
239606  direction="l",
239607  linebreak="al",
239608  unicodeslot=0x1D9C7,
239609 },
239610 [0x1D9C8]={
239611  category="so",
239612  description="SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING FLOOR SMALL DOUBLE",
239613  direction="l",
239614  linebreak="al",
239615  unicodeslot=0x1D9C8,
239616 },
239617 [0x1D9C9]={
239618  category="so",
239619  description="SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING FLOOR LARGE DOUBLE",
239620  direction="l",
239621  linebreak="al",
239622  unicodeslot=0x1D9C9,
239623 },
239624 [0x1D9CA]={
239625  category="so",
239626  description="SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING FLOOR TRIPLE SMALL TRIPLE",
239627  direction="l",
239628  linebreak="al",
239629  unicodeslot=0x1D9CA,
239630 },
239631 [0x1D9CB]={
239632  category="so",
239633  description="SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING FLOOR TRIPLE LARGE TRIPLE",
239634  direction="l",
239635  linebreak="al",
239636  unicodeslot=0x1D9CB,
239637 },
239638 [0x1D9CC]={
239639  category="so",
239640  description="SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING FLOOR SMALL SINGLE",
239641  direction="l",
239642  linebreak="al",
239643  unicodeslot=0x1D9CC,
239644 },
239645 [0x1D9CD]={
239646  category="so",
239647  description="SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING FLOOR LARGE SINGLE",
239648  direction="l",
239649  linebreak="al",
239650  unicodeslot=0x1D9CD,
239651 },
239652 [0x1D9CE]={
239653  category="so",
239654  description="SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING FLOOR SMALL DOUBLE",
239655  direction="l",
239656  linebreak="al",
239657  unicodeslot=0x1D9CE,
239658 },
239659 [0x1D9CF]={
239660  category="so",
239661  description="SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING FLOOR LARGE DOUBLE",
239662  direction="l",
239663  linebreak="al",
239664  unicodeslot=0x1D9CF,
239665 },
239666 [0x1D9D0]={
239667  category="so",
239668  description="SIGNWRITING MOVEMENT-FLOORPLANE WAVE HITTING FLOOR SMALL",
239669  direction="l",
239670  linebreak="al",
239671  unicodeslot=0x1D9D0,
239672 },
239673 [0x1D9D1]={
239674  category="so",
239675  description="SIGNWRITING MOVEMENT-FLOORPLANE WAVE HITTING FLOOR LARGE",
239676  direction="l",
239677  linebreak="al",
239678  unicodeslot=0x1D9D1,
239679 },
239680 [0x1D9D2]={
239681  category="so",
239682  description="SIGNWRITING ROTATION-FLOORPLANE SINGLE HITTING FLOOR",
239683  direction="l",
239684  linebreak="al",
239685  unicodeslot=0x1D9D2,
239686 },
239687 [0x1D9D3]={
239688  category="so",
239689  description="SIGNWRITING ROTATION-FLOORPLANE DOUBLE HITTING FLOOR",
239690  direction="l",
239691  linebreak="al",
239692  unicodeslot=0x1D9D3,
239693 },
239694 [0x1D9D4]={
239695  category="so",
239696  description="SIGNWRITING ROTATION-FLOORPLANE ALTERNATING HITTING FLOOR",
239697  direction="l",
239698  linebreak="al",
239699  unicodeslot=0x1D9D4,
239700 },
239701 [0x1D9D5]={
239702  category="so",
239703  description="SIGNWRITING MOVEMENT-FLOORPLANE CURVE SMALL",
239704  direction="l",
239705  linebreak="al",
239706  unicodeslot=0x1D9D5,
239707 },
239708 [0x1D9D6]={
239709  category="so",
239710  description="SIGNWRITING MOVEMENT-FLOORPLANE CURVE MEDIUM",
239711  direction="l",
239712  linebreak="al",
239713  unicodeslot=0x1D9D6,
239714 },
239715 [0x1D9D7]={
239716  category="so",
239717  description="SIGNWRITING MOVEMENT-FLOORPLANE CURVE LARGE",
239718  direction="l",
239719  linebreak="al",
239720  unicodeslot=0x1D9D7,
239721 },
239722 [0x1D9D8]={
239723  category="so",
239724  description="SIGNWRITING MOVEMENT-FLOORPLANE CURVE LARGEST",
239725  direction="l",
239726  linebreak="al",
239727  unicodeslot=0x1D9D8,
239728 },
239729 [0x1D9D9]={
239730  category="so",
239731  description="SIGNWRITING MOVEMENT-FLOORPLANE CURVE COMBINED",
239732  direction="l",
239733  linebreak="al",
239734  unicodeslot=0x1D9D9,
239735 },
239736 [0x1D9DA]={
239737  category="so",
239738  description="SIGNWRITING MOVEMENT-FLOORPLANE HUMP SMALL",
239739  direction="l",
239740  linebreak="al",
239741  unicodeslot=0x1D9DA,
239742 },
239743 [0x1D9DB]={
239744  category="so",
239745  description="SIGNWRITING MOVEMENT-FLOORPLANE LOOP SMALL",
239746  direction="l",
239747  linebreak="al",
239748  unicodeslot=0x1D9DB,
239749 },
239750 [0x1D9DC]={
239751  category="so",
239752  description="SIGNWRITING MOVEMENT-FLOORPLANE WAVE SNAKE",
239753  direction="l",
239754  linebreak="al",
239755  unicodeslot=0x1D9DC,
239756 },
239757 [0x1D9DD]={
239758  category="so",
239759  description="SIGNWRITING MOVEMENT-FLOORPLANE WAVE SMALL",
239760  direction="l",
239761  linebreak="al",
239762  unicodeslot=0x1D9DD,
239763 },
239764 [0x1D9DE]={
239765  category="so",
239766  description="SIGNWRITING MOVEMENT-FLOORPLANE WAVE LARGE",
239767  direction="l",
239768  linebreak="al",
239769  unicodeslot=0x1D9DE,
239770 },
239771 [0x1D9DF]={
239772  category="so",
239773  description="SIGNWRITING ROTATION-FLOORPLANE SINGLE",
239774  direction="l",
239775  linebreak="al",
239776  unicodeslot=0x1D9DF,
239777 },
239778 [0x1D9E0]={
239779  category="so",
239780  description="SIGNWRITING ROTATION-FLOORPLANE DOUBLE",
239781  direction="l",
239782  linebreak="al",
239783  unicodeslot=0x1D9E0,
239784 },
239785 [0x1D9E1]={
239786  category="so",
239787  description="SIGNWRITING ROTATION-FLOORPLANE ALTERNATING",
239788  direction="l",
239789  linebreak="al",
239790  unicodeslot=0x1D9E1,
239791 },
239792 [0x1D9E2]={
239793  category="so",
239794  description="SIGNWRITING MOVEMENT-FLOORPLANE SHAKING PARALLEL",
239795  direction="l",
239796  linebreak="al",
239797  unicodeslot=0x1D9E2,
239798 },
239799 [0x1D9E3]={
239800  category="so",
239801  description="SIGNWRITING MOVEMENT-WALLPLANE ARM CIRCLE SMALL SINGLE",
239802  direction="l",
239803  linebreak="al",
239804  unicodeslot=0x1D9E3,
239805 },
239806 [0x1D9E4]={
239807  category="so",
239808  description="SIGNWRITING MOVEMENT-WALLPLANE ARM CIRCLE MEDIUM SINGLE",
239809  direction="l",
239810  linebreak="al",
239811  unicodeslot=0x1D9E4,
239812 },
239813 [0x1D9E5]={
239814  category="so",
239815  description="SIGNWRITING MOVEMENT-WALLPLANE ARM CIRCLE SMALL DOUBLE",
239816  direction="l",
239817  linebreak="al",
239818  unicodeslot=0x1D9E5,
239819 },
239820 [0x1D9E6]={
239821  category="so",
239822  description="SIGNWRITING MOVEMENT-WALLPLANE ARM CIRCLE MEDIUM DOUBLE",
239823  direction="l",
239824  linebreak="al",
239825  unicodeslot=0x1D9E6,
239826 },
239827 [0x1D9E7]={
239828  category="so",
239829  description="SIGNWRITING MOVEMENT-FLOORPLANE ARM CIRCLE HITTING WALL SMALL SINGLE",
239830  direction="l",
239831  linebreak="al",
239832  unicodeslot=0x1D9E7,
239833 },
239834 [0x1D9E8]={
239835  category="so",
239836  description="SIGNWRITING MOVEMENT-FLOORPLANE ARM CIRCLE HITTING WALL MEDIUM SINGLE",
239837  direction="l",
239838  linebreak="al",
239839  unicodeslot=0x1D9E8,
239840 },
239841 [0x1D9E9]={
239842  category="so",
239843  description="SIGNWRITING MOVEMENT-FLOORPLANE ARM CIRCLE HITTING WALL LARGE SINGLE",
239844  direction="l",
239845  linebreak="al",
239846  unicodeslot=0x1D9E9,
239847 },
239848 [0x1D9EA]={
239849  category="so",
239850  description="SIGNWRITING MOVEMENT-FLOORPLANE ARM CIRCLE HITTING WALL SMALL DOUBLE",
239851  direction="l",
239852  linebreak="al",
239853  unicodeslot=0x1D9EA,
239854 },
239855 [0x1D9EB]={
239856  category="so",
239857  description="SIGNWRITING MOVEMENT-FLOORPLANE ARM CIRCLE HITTING WALL MEDIUM DOUBLE",
239858  direction="l",
239859  linebreak="al",
239860  unicodeslot=0x1D9EB,
239861 },
239862 [0x1D9EC]={
239863  category="so",
239864  description="SIGNWRITING MOVEMENT-FLOORPLANE ARM CIRCLE HITTING WALL LARGE DOUBLE",
239865  direction="l",
239866  linebreak="al",
239867  unicodeslot=0x1D9EC,
239868 },
239869 [0x1D9ED]={
239870  category="so",
239871  description="SIGNWRITING MOVEMENT-WALLPLANE WRIST CIRCLE FRONT SINGLE",
239872  direction="l",
239873  linebreak="al",
239874  unicodeslot=0x1D9ED,
239875 },
239876 [0x1D9EE]={
239877  category="so",
239878  description="SIGNWRITING MOVEMENT-WALLPLANE WRIST CIRCLE FRONT DOUBLE",
239879  direction="l",
239880  linebreak="al",
239881  unicodeslot=0x1D9EE,
239882 },
239883 [0x1D9EF]={
239884  category="so",
239885  description="SIGNWRITING MOVEMENT-FLOORPLANE WRIST CIRCLE HITTING WALL SINGLE",
239886  direction="l",
239887  linebreak="al",
239888  unicodeslot=0x1D9EF,
239889 },
239890 [0x1D9F0]={
239891  category="so",
239892  description="SIGNWRITING MOVEMENT-FLOORPLANE WRIST CIRCLE HITTING WALL DOUBLE",
239893  direction="l",
239894  linebreak="al",
239895  unicodeslot=0x1D9F0,
239896 },
239897 [0x1D9F1]={
239898  category="so",
239899  description="SIGNWRITING MOVEMENT-WALLPLANE FINGER CIRCLES SINGLE",
239900  direction="l",
239901  linebreak="al",
239902  unicodeslot=0x1D9F1,
239903 },
239904 [0x1D9F2]={
239905  category="so",
239906  description="SIGNWRITING MOVEMENT-WALLPLANE FINGER CIRCLES DOUBLE",
239907  direction="l",
239908  linebreak="al",
239909  unicodeslot=0x1D9F2,
239910 },
239911 [0x1D9F3]={
239912  category="so",
239913  description="SIGNWRITING MOVEMENT-FLOORPLANE FINGER CIRCLES HITTING WALL SINGLE",
239914  direction="l",
239915  linebreak="al",
239916  unicodeslot=0x1D9F3,
239917 },
239918 [0x1D9F4]={
239919  category="so",
239920  description="SIGNWRITING MOVEMENT-FLOORPLANE FINGER CIRCLES HITTING WALL DOUBLE",
239921  direction="l",
239922  linebreak="al",
239923  unicodeslot=0x1D9F4,
239924 },
239925 [0x1D9F5]={
239926  category="so",
239927  description="SIGNWRITING DYNAMIC ARROWHEAD SMALL",
239928  direction="l",
239929  linebreak="al",
239930  unicodeslot=0x1D9F5,
239931 },
239932 [0x1D9F6]={
239933  category="so",
239934  description="SIGNWRITING DYNAMIC ARROWHEAD LARGE",
239935  direction="l",
239936  linebreak="al",
239937  unicodeslot=0x1D9F6,
239938 },
239939 [0x1D9F7]={
239940  category="so",
239941  description="SIGNWRITING DYNAMIC FAST",
239942  direction="l",
239943  linebreak="al",
239944  unicodeslot=0x1D9F7,
239945 },
239946 [0x1D9F8]={
239947  category="so",
239948  description="SIGNWRITING DYNAMIC SLOW",
239949  direction="l",
239950  linebreak="al",
239951  unicodeslot=0x1D9F8,
239952 },
239953 [0x1D9F9]={
239954  category="so",
239955  description="SIGNWRITING DYNAMIC TENSE",
239956  direction="l",
239957  linebreak="al",
239958  unicodeslot=0x1D9F9,
239959 },
239960 [0x1D9FA]={
239961  category="so",
239962  description="SIGNWRITING DYNAMIC RELAXED",
239963  direction="l",
239964  linebreak="al",
239965  unicodeslot=0x1D9FA,
239966 },
239967 [0x1D9FB]={
239968  category="so",
239969  description="SIGNWRITING DYNAMIC SIMULTANEOUS",
239970  direction="l",
239971  linebreak="al",
239972  unicodeslot=0x1D9FB,
239973 },
239974 [0x1D9FC]={
239975  category="so",
239976  description="SIGNWRITING DYNAMIC SIMULTANEOUS ALTERNATING",
239977  direction="l",
239978  linebreak="al",
239979  unicodeslot=0x1D9FC,
239980 },
239981 [0x1D9FD]={
239982  category="so",
239983  description="SIGNWRITING DYNAMIC EVERY OTHER TIME",
239984  direction="l",
239985  linebreak="al",
239986  unicodeslot=0x1D9FD,
239987 },
239988 [0x1D9FE]={
239989  category="so",
239990  description="SIGNWRITING DYNAMIC GRADUAL",
239991  direction="l",
239992  linebreak="al",
239993  unicodeslot=0x1D9FE,
239994 },
239995 [0x1D9FF]={
239996  category="so",
239997  description="SIGNWRITING HEAD",
239998  direction="l",
239999  linebreak="al",
240000  unicodeslot=0x1D9FF,
240001 },
240002 [0x1DA00]={
240003  category="mn",
240004  description="SIGNWRITING HEAD RIM",
240005  direction="nsm",
240006  linebreak="cm",
240007  unicodeslot=0x1DA00,
240008 },
240009 [0x1DA01]={
240010  category="mn",
240011  description="SIGNWRITING HEAD MOVEMENT-WALLPLANE STRAIGHT",
240012  direction="nsm",
240013  linebreak="cm",
240014  unicodeslot=0x1DA01,
240015 },
240016 [0x1DA02]={
240017  category="mn",
240018  description="SIGNWRITING HEAD MOVEMENT-WALLPLANE TILT",
240019  direction="nsm",
240020  linebreak="cm",
240021  unicodeslot=0x1DA02,
240022 },
240023 [0x1DA03]={
240024  category="mn",
240025  description="SIGNWRITING HEAD MOVEMENT-FLOORPLANE STRAIGHT",
240026  direction="nsm",
240027  linebreak="cm",
240028  unicodeslot=0x1DA03,
240029 },
240030 [0x1DA04]={
240031  category="mn",
240032  description="SIGNWRITING HEAD MOVEMENT-WALLPLANE CURVE",
240033  direction="nsm",
240034  linebreak="cm",
240035  unicodeslot=0x1DA04,
240036 },
240037 [0x1DA05]={
240038  category="mn",
240039  description="SIGNWRITING HEAD MOVEMENT-FLOORPLANE CURVE",
240040  direction="nsm",
240041  linebreak="cm",
240042  unicodeslot=0x1DA05,
240043 },
240044 [0x1DA06]={
240045  category="mn",
240046  description="SIGNWRITING HEAD MOVEMENT CIRCLE",
240047  direction="nsm",
240048  linebreak="cm",
240049  unicodeslot=0x1DA06,
240050 },
240051 [0x1DA07]={
240052  category="mn",
240053  description="SIGNWRITING FACE DIRECTION POSITION NOSE FORWARD TILTING",
240054  direction="nsm",
240055  linebreak="cm",
240056  unicodeslot=0x1DA07,
240057 },
240058 [0x1DA08]={
240059  category="mn",
240060  description="SIGNWRITING FACE DIRECTION POSITION NOSE UP OR DOWN",
240061  direction="nsm",
240062  linebreak="cm",
240063  unicodeslot=0x1DA08,
240064 },
240065 [0x1DA09]={
240066  category="mn",
240067  description="SIGNWRITING FACE DIRECTION POSITION NOSE UP OR DOWN TILTING",
240068  direction="nsm",
240069  linebreak="cm",
240070  unicodeslot=0x1DA09,
240071 },
240072 [0x1DA0A]={
240073  category="mn",
240074  description="SIGNWRITING EYEBROWS STRAIGHT UP",
240075  direction="nsm",
240076  linebreak="cm",
240077  unicodeslot=0x1DA0A,
240078 },
240079 [0x1DA0B]={
240080  category="mn",
240081  description="SIGNWRITING EYEBROWS STRAIGHT NEUTRAL",
240082  direction="nsm",
240083  linebreak="cm",
240084  unicodeslot=0x1DA0B,
240085 },
240086 [0x1DA0C]={
240087  category="mn",
240088  description="SIGNWRITING EYEBROWS STRAIGHT DOWN",
240089  direction="nsm",
240090  linebreak="cm",
240091  unicodeslot=0x1DA0C,
240092 },
240093 [0x1DA0D]={
240094  category="mn",
240095  description="SIGNWRITING DREAMY EYEBROWS NEUTRAL DOWN",
240096  direction="nsm",
240097  linebreak="cm",
240098  unicodeslot=0x1DA0D,
240099 },
240100 [0x1DA0E]={
240101  category="mn",
240102  description="SIGNWRITING DREAMY EYEBROWS DOWN NEUTRAL",
240103  direction="nsm",
240104  linebreak="cm",
240105  unicodeslot=0x1DA0E,
240106 },
240107 [0x1DA0F]={
240108  category="mn",
240109  description="SIGNWRITING DREAMY EYEBROWS UP NEUTRAL",
240110  direction="nsm",
240111  linebreak="cm",
240112  unicodeslot=0x1DA0F,
240113 },
240114 [0x1DA10]={
240115  category="mn",
240116  description="SIGNWRITING DREAMY EYEBROWS NEUTRAL UP",
240117  direction="nsm",
240118  linebreak="cm",
240119  unicodeslot=0x1DA10,
240120 },
240121 [0x1DA11]={
240122  category="mn",
240123  description="SIGNWRITING FOREHEAD NEUTRAL",
240124  direction="nsm",
240125  linebreak="cm",
240126  unicodeslot=0x1DA11,
240127 },
240128 [0x1DA12]={
240129  category="mn",
240130  description="SIGNWRITING FOREHEAD CONTACT",
240131  direction="nsm",
240132  linebreak="cm",
240133  unicodeslot=0x1DA12,
240134 },
240135 [0x1DA13]={
240136  category="mn",
240137  description="SIGNWRITING FOREHEAD WRINKLED",
240138  direction="nsm",
240139  linebreak="cm",
240140  unicodeslot=0x1DA13,
240141 },
240142 [0x1DA14]={
240143  category="mn",
240144  description="SIGNWRITING EYES OPEN",
240145  direction="nsm",
240146  linebreak="cm",
240147  unicodeslot=0x1DA14,
240148 },
240149 [0x1DA15]={
240150  category="mn",
240151  description="SIGNWRITING EYES SQUEEZED",
240152  direction="nsm",
240153  linebreak="cm",
240154  unicodeslot=0x1DA15,
240155 },
240156 [0x1DA16]={
240157  category="mn",
240158  description="SIGNWRITING EYES CLOSED",
240159  direction="nsm",
240160  linebreak="cm",
240161  unicodeslot=0x1DA16,
240162 },
240163 [0x1DA17]={
240164  category="mn",
240165  description="SIGNWRITING EYE BLINK SINGLE",
240166  direction="nsm",
240167  linebreak="cm",
240168  unicodeslot=0x1DA17,
240169 },
240170 [0x1DA18]={
240171  category="mn",
240172  description="SIGNWRITING EYE BLINK MULTIPLE",
240173  direction="nsm",
240174  linebreak="cm",
240175  unicodeslot=0x1DA18,
240176 },
240177 [0x1DA19]={
240178  category="mn",
240179  description="SIGNWRITING EYES HALF OPEN",
240180  direction="nsm",
240181  linebreak="cm",
240182  unicodeslot=0x1DA19,
240183 },
240184 [0x1DA1A]={
240185  category="mn",
240186  description="SIGNWRITING EYES WIDE OPEN",
240187  direction="nsm",
240188  linebreak="cm",
240189  unicodeslot=0x1DA1A,
240190 },
240191 [0x1DA1B]={
240192  category="mn",
240193  description="SIGNWRITING EYES HALF CLOSED",
240194  direction="nsm",
240195  linebreak="cm",
240196  unicodeslot=0x1DA1B,
240197 },
240198 [0x1DA1C]={
240199  category="mn",
240200  description="SIGNWRITING EYES WIDENING MOVEMENT",
240201  direction="nsm",
240202  linebreak="cm",
240203  unicodeslot=0x1DA1C,
240204 },
240205 [0x1DA1D]={
240206  category="mn",
240207  description="SIGNWRITING EYE WINK",
240208  direction="nsm",
240209  linebreak="cm",
240210  unicodeslot=0x1DA1D,
240211 },
240212 [0x1DA1E]={
240213  category="mn",
240214  description="SIGNWRITING EYELASHES UP",
240215  direction="nsm",
240216  linebreak="cm",
240217  unicodeslot=0x1DA1E,
240218 },
240219 [0x1DA1F]={
240220  category="mn",
240221  description="SIGNWRITING EYELASHES DOWN",
240222  direction="nsm",
240223  linebreak="cm",
240224  unicodeslot=0x1DA1F,
240225 },
240226 [0x1DA20]={
240227  category="mn",
240228  description="SIGNWRITING EYELASHES FLUTTERING",
240229  direction="nsm",
240230  linebreak="cm",
240231  unicodeslot=0x1DA20,
240232 },
240233 [0x1DA21]={
240234  category="mn",
240235  description="SIGNWRITING EYEGAZE-WALLPLANE STRAIGHT",
240236  direction="nsm",
240237  linebreak="cm",
240238  unicodeslot=0x1DA21,
240239 },
240240 [0x1DA22]={
240241  category="mn",
240242  description="SIGNWRITING EYEGAZE-WALLPLANE STRAIGHT DOUBLE",
240243  direction="nsm",
240244  linebreak="cm",
240245  unicodeslot=0x1DA22,
240246 },
240247 [0x1DA23]={
240248  category="mn",
240249  description="SIGNWRITING EYEGAZE-WALLPLANE STRAIGHT ALTERNATING",
240250  direction="nsm",
240251  linebreak="cm",
240252  unicodeslot=0x1DA23,
240253 },
240254 [0x1DA24]={
240255  category="mn",
240256  description="SIGNWRITING EYEGAZE-FLOORPLANE STRAIGHT",
240257  direction="nsm",
240258  linebreak="cm",
240259  unicodeslot=0x1DA24,
240260 },
240261 [0x1DA25]={
240262  category="mn",
240263  description="SIGNWRITING EYEGAZE-FLOORPLANE STRAIGHT DOUBLE",
240264  direction="nsm",
240265  linebreak="cm",
240266  unicodeslot=0x1DA25,
240267 },
240268 [0x1DA26]={
240269  category="mn",
240270  description="SIGNWRITING EYEGAZE-FLOORPLANE STRAIGHT ALTERNATING",
240271  direction="nsm",
240272  linebreak="cm",
240273  unicodeslot=0x1DA26,
240274 },
240275 [0x1DA27]={
240276  category="mn",
240277  description="SIGNWRITING EYEGAZE-WALLPLANE CURVED",
240278  direction="nsm",
240279  linebreak="cm",
240280  unicodeslot=0x1DA27,
240281 },
240282 [0x1DA28]={
240283  category="mn",
240284  description="SIGNWRITING EYEGAZE-FLOORPLANE CURVED",
240285  direction="nsm",
240286  linebreak="cm",
240287  unicodeslot=0x1DA28,
240288 },
240289 [0x1DA29]={
240290  category="mn",
240291  description="SIGNWRITING EYEGAZE-WALLPLANE CIRCLING",
240292  direction="nsm",
240293  linebreak="cm",
240294  unicodeslot=0x1DA29,
240295 },
240296 [0x1DA2A]={
240297  category="mn",
240298  description="SIGNWRITING CHEEKS PUFFED",
240299  direction="nsm",
240300  linebreak="cm",
240301  unicodeslot=0x1DA2A,
240302 },
240303 [0x1DA2B]={
240304  category="mn",
240305  description="SIGNWRITING CHEEKS NEUTRAL",
240306  direction="nsm",
240307  linebreak="cm",
240308  unicodeslot=0x1DA2B,
240309 },
240310 [0x1DA2C]={
240311  category="mn",
240312  description="SIGNWRITING CHEEKS SUCKED",
240313  direction="nsm",
240314  linebreak="cm",
240315  unicodeslot=0x1DA2C,
240316 },
240317 [0x1DA2D]={
240318  category="mn",
240319  description="SIGNWRITING TENSE CHEEKS HIGH",
240320  direction="nsm",
240321  linebreak="cm",
240322  unicodeslot=0x1DA2D,
240323 },
240324 [0x1DA2E]={
240325  category="mn",
240326  description="SIGNWRITING TENSE CHEEKS MIDDLE",
240327  direction="nsm",
240328  linebreak="cm",
240329  unicodeslot=0x1DA2E,
240330 },
240331 [0x1DA2F]={
240332  category="mn",
240333  description="SIGNWRITING TENSE CHEEKS LOW",
240334  direction="nsm",
240335  linebreak="cm",
240336  unicodeslot=0x1DA2F,
240337 },
240338 [0x1DA30]={
240339  category="mn",
240340  description="SIGNWRITING EARS",
240341  direction="nsm",
240342  linebreak="cm",
240343  unicodeslot=0x1DA30,
240344 },
240345 [0x1DA31]={
240346  category="mn",
240347  description="SIGNWRITING NOSE NEUTRAL",
240348  direction="nsm",
240349  linebreak="cm",
240350  unicodeslot=0x1DA31,
240351 },
240352 [0x1DA32]={
240353  category="mn",
240354  description="SIGNWRITING NOSE CONTACT",
240355  direction="nsm",
240356  linebreak="cm",
240357  unicodeslot=0x1DA32,
240358 },
240359 [0x1DA33]={
240360  category="mn",
240361  description="SIGNWRITING NOSE WRINKLES",
240362  direction="nsm",
240363  linebreak="cm",
240364  unicodeslot=0x1DA33,
240365 },
240366 [0x1DA34]={
240367  category="mn",
240368  description="SIGNWRITING NOSE WIGGLES",
240369  direction="nsm",
240370  linebreak="cm",
240371  unicodeslot=0x1DA34,
240372 },
240373 [0x1DA35]={
240374  category="mn",
240375  description="SIGNWRITING AIR BLOWING OUT",
240376  direction="nsm",
240377  linebreak="cm",
240378  unicodeslot=0x1DA35,
240379 },
240380 [0x1DA36]={
240381  category="mn",
240382  description="SIGNWRITING AIR SUCKING IN",
240383  direction="nsm",
240384  linebreak="cm",
240385  unicodeslot=0x1DA36,
240386 },
240387 [0x1DA37]={
240388  category="so",
240389  description="SIGNWRITING AIR BLOW SMALL ROTATIONS",
240390  direction="l",
240391  linebreak="al",
240392  unicodeslot=0x1DA37,
240393 },
240394 [0x1DA38]={
240395  category="so",
240396  description="SIGNWRITING AIR SUCK SMALL ROTATIONS",
240397  direction="l",
240398  linebreak="al",
240399  unicodeslot=0x1DA38,
240400 },
240401 [0x1DA39]={
240402  category="so",
240403  description="SIGNWRITING BREATH INHALE",
240404  direction="l",
240405  linebreak="al",
240406  unicodeslot=0x1DA39,
240407 },
240408 [0x1DA3A]={
240409  category="so",
240410  description="SIGNWRITING BREATH EXHALE",
240411  direction="l",
240412  linebreak="al",
240413  unicodeslot=0x1DA3A,
240414 },
240415 [0x1DA3B]={
240416  category="mn",
240417  description="SIGNWRITING MOUTH CLOSED NEUTRAL",
240418  direction="nsm",
240419  linebreak="cm",
240420  unicodeslot=0x1DA3B,
240421 },
240422 [0x1DA3C]={
240423  category="mn",
240424  description="SIGNWRITING MOUTH CLOSED FORWARD",
240425  direction="nsm",
240426  linebreak="cm",
240427  unicodeslot=0x1DA3C,
240428 },
240429 [0x1DA3D]={
240430  category="mn",
240431  description="SIGNWRITING MOUTH CLOSED CONTACT",
240432  direction="nsm",
240433  linebreak="cm",
240434  unicodeslot=0x1DA3D,
240435 },
240436 [0x1DA3E]={
240437  category="mn",
240438  description="SIGNWRITING MOUTH SMILE",
240439  direction="nsm",
240440  linebreak="cm",
240441  unicodeslot=0x1DA3E,
240442 },
240443 [0x1DA3F]={
240444  category="mn",
240445  description="SIGNWRITING MOUTH SMILE WRINKLED",
240446  direction="nsm",
240447  linebreak="cm",
240448  unicodeslot=0x1DA3F,
240449 },
240450 [0x1DA40]={
240451  category="mn",
240452  description="SIGNWRITING MOUTH SMILE OPEN",
240453  direction="nsm",
240454  linebreak="cm",
240455  unicodeslot=0x1DA40,
240456 },
240457 [0x1DA41]={
240458  category="mn",
240459  description="SIGNWRITING MOUTH FROWN",
240460  direction="nsm",
240461  linebreak="cm",
240462  unicodeslot=0x1DA41,
240463 },
240464 [0x1DA42]={
240465  category="mn",
240466  description="SIGNWRITING MOUTH FROWN WRINKLED",
240467  direction="nsm",
240468  linebreak="cm",
240469  unicodeslot=0x1DA42,
240470 },
240471 [0x1DA43]={
240472  category="mn",
240473  description="SIGNWRITING MOUTH FROWN OPEN",
240474  direction="nsm",
240475  linebreak="cm",
240476  unicodeslot=0x1DA43,
240477 },
240478 [0x1DA44]={
240479  category="mn",
240480  description="SIGNWRITING MOUTH OPEN CIRCLE",
240481  direction="nsm",
240482  linebreak="cm",
240483  unicodeslot=0x1DA44,
240484 },
240485 [0x1DA45]={
240486  category="mn",
240487  description="SIGNWRITING MOUTH OPEN FORWARD",
240488  direction="nsm",
240489  linebreak="cm",
240490  unicodeslot=0x1DA45,
240491 },
240492 [0x1DA46]={
240493  category="mn",
240494  description="SIGNWRITING MOUTH OPEN WRINKLED",
240495  direction="nsm",
240496  linebreak="cm",
240497  unicodeslot=0x1DA46,
240498 },
240499 [0x1DA47]={
240500  category="mn",
240501  description="SIGNWRITING MOUTH OPEN OVAL",
240502  direction="nsm",
240503  linebreak="cm",
240504  unicodeslot=0x1DA47,
240505 },
240506 [0x1DA48]={
240507  category="mn",
240508  description="SIGNWRITING MOUTH OPEN OVAL WRINKLED",
240509  direction="nsm",
240510  linebreak="cm",
240511  unicodeslot=0x1DA48,
240512 },
240513 [0x1DA49]={
240514  category="mn",
240515  description="SIGNWRITING MOUTH OPEN OVAL YAWN",
240516  direction="nsm",
240517  linebreak="cm",
240518  unicodeslot=0x1DA49,
240519 },
240520 [0x1DA4A]={
240521  category="mn",
240522  description="SIGNWRITING MOUTH OPEN RECTANGLE",
240523  direction="nsm",
240524  linebreak="cm",
240525  unicodeslot=0x1DA4A,
240526 },
240527 [0x1DA4B]={
240528  category="mn",
240529  description="SIGNWRITING MOUTH OPEN RECTANGLE WRINKLED",
240530  direction="nsm",
240531  linebreak="cm",
240532  unicodeslot=0x1DA4B,
240533 },
240534 [0x1DA4C]={
240535  category="mn",
240536  description="SIGNWRITING MOUTH OPEN RECTANGLE YAWN",
240537  direction="nsm",
240538  linebreak="cm",
240539  unicodeslot=0x1DA4C,
240540 },
240541 [0x1DA4D]={
240542  category="mn",
240543  description="SIGNWRITING MOUTH KISS",
240544  direction="nsm",
240545  linebreak="cm",
240546  unicodeslot=0x1DA4D,
240547 },
240548 [0x1DA4E]={
240549  category="mn",
240550  description="SIGNWRITING MOUTH KISS FORWARD",
240551  direction="nsm",
240552  linebreak="cm",
240553  unicodeslot=0x1DA4E,
240554 },
240555 [0x1DA4F]={
240556  category="mn",
240557  description="SIGNWRITING MOUTH KISS WRINKLED",
240558  direction="nsm",
240559  linebreak="cm",
240560  unicodeslot=0x1DA4F,
240561 },
240562 [0x1DA50]={
240563  category="mn",
240564  description="SIGNWRITING MOUTH TENSE",
240565  direction="nsm",
240566  linebreak="cm",
240567  unicodeslot=0x1DA50,
240568 },
240569 [0x1DA51]={
240570  category="mn",
240571  description="SIGNWRITING MOUTH TENSE FORWARD",
240572  direction="nsm",
240573  linebreak="cm",
240574  unicodeslot=0x1DA51,
240575 },
240576 [0x1DA52]={
240577  category="mn",
240578  description="SIGNWRITING MOUTH TENSE SUCKED",
240579  direction="nsm",
240580  linebreak="cm",
240581  unicodeslot=0x1DA52,
240582 },
240583 [0x1DA53]={
240584  category="mn",
240585  description="SIGNWRITING LIPS PRESSED TOGETHER",
240586  direction="nsm",
240587  linebreak="cm",
240588  unicodeslot=0x1DA53,
240589 },
240590 [0x1DA54]={
240591  category="mn",
240592  description="SIGNWRITING LIP LOWER OVER UPPER",
240593  direction="nsm",
240594  linebreak="cm",
240595  unicodeslot=0x1DA54,
240596 },
240597 [0x1DA55]={
240598  category="mn",
240599  description="SIGNWRITING LIP UPPER OVER LOWER",
240600  direction="nsm",
240601  linebreak="cm",
240602  unicodeslot=0x1DA55,
240603 },
240604 [0x1DA56]={
240605  category="mn",
240606  description="SIGNWRITING MOUTH CORNERS",
240607  direction="nsm",
240608  linebreak="cm",
240609  unicodeslot=0x1DA56,
240610 },
240611 [0x1DA57]={
240612  category="mn",
240613  description="SIGNWRITING MOUTH WRINKLES SINGLE",
240614  direction="nsm",
240615  linebreak="cm",
240616  unicodeslot=0x1DA57,
240617 },
240618 [0x1DA58]={
240619  category="mn",
240620  description="SIGNWRITING MOUTH WRINKLES DOUBLE",
240621  direction="nsm",
240622  linebreak="cm",
240623  unicodeslot=0x1DA58,
240624 },
240625 [0x1DA59]={
240626  category="mn",
240627  description="SIGNWRITING TONGUE STICKING OUT FAR",
240628  direction="nsm",
240629  linebreak="cm",
240630  unicodeslot=0x1DA59,
240631 },
240632 [0x1DA5A]={
240633  category="mn",
240634  description="SIGNWRITING TONGUE LICKING LIPS",
240635  direction="nsm",
240636  linebreak="cm",
240637  unicodeslot=0x1DA5A,
240638 },
240639 [0x1DA5B]={
240640  category="mn",
240641  description="SIGNWRITING TONGUE TIP BETWEEN LIPS",
240642  direction="nsm",
240643  linebreak="cm",
240644  unicodeslot=0x1DA5B,
240645 },
240646 [0x1DA5C]={
240647  category="mn",
240648  description="SIGNWRITING TONGUE TIP TOUCHING INSIDE MOUTH",
240649  direction="nsm",
240650  linebreak="cm",
240651  unicodeslot=0x1DA5C,
240652 },
240653 [0x1DA5D]={
240654  category="mn",
240655  description="SIGNWRITING TONGUE INSIDE MOUTH RELAXED",
240656  direction="nsm",
240657  linebreak="cm",
240658  unicodeslot=0x1DA5D,
240659 },
240660 [0x1DA5E]={
240661  category="mn",
240662  description="SIGNWRITING TONGUE MOVES AGAINST CHEEK",
240663  direction="nsm",
240664  linebreak="cm",
240665  unicodeslot=0x1DA5E,
240666 },
240667 [0x1DA5F]={
240668  category="mn",
240669  description="SIGNWRITING TONGUE CENTRE STICKING OUT",
240670  direction="nsm",
240671  linebreak="cm",
240672  unicodeslot=0x1DA5F,
240673 },
240674 [0x1DA60]={
240675  category="mn",
240676  description="SIGNWRITING TONGUE CENTRE INSIDE MOUTH",
240677  direction="nsm",
240678  linebreak="cm",
240679  unicodeslot=0x1DA60,
240680 },
240681 [0x1DA61]={
240682  category="mn",
240683  description="SIGNWRITING TEETH",
240684  direction="nsm",
240685  linebreak="cm",
240686  unicodeslot=0x1DA61,
240687 },
240688 [0x1DA62]={
240689  category="mn",
240690  description="SIGNWRITING TEETH MOVEMENT",
240691  direction="nsm",
240692  linebreak="cm",
240693  unicodeslot=0x1DA62,
240694 },
240695 [0x1DA63]={
240696  category="mn",
240697  description="SIGNWRITING TEETH ON TONGUE",
240698  direction="nsm",
240699  linebreak="cm",
240700  unicodeslot=0x1DA63,
240701 },
240702 [0x1DA64]={
240703  category="mn",
240704  description="SIGNWRITING TEETH ON TONGUE MOVEMENT",
240705  direction="nsm",
240706  linebreak="cm",
240707  unicodeslot=0x1DA64,
240708 },
240709 [0x1DA65]={
240710  category="mn",
240711  description="SIGNWRITING TEETH ON LIPS",
240712  direction="nsm",
240713  linebreak="cm",
240714  unicodeslot=0x1DA65,
240715 },
240716 [0x1DA66]={
240717  category="mn",
240718  description="SIGNWRITING TEETH ON LIPS MOVEMENT",
240719  direction="nsm",
240720  linebreak="cm",
240721  unicodeslot=0x1DA66,
240722 },
240723 [0x1DA67]={
240724  category="mn",
240725  description="SIGNWRITING TEETH BITE LIPS",
240726  direction="nsm",
240727  linebreak="cm",
240728  unicodeslot=0x1DA67,
240729 },
240730 [0x1DA68]={
240731  category="mn",
240732  description="SIGNWRITING MOVEMENT-WALLPLANE JAW",
240733  direction="nsm",
240734  linebreak="cm",
240735  unicodeslot=0x1DA68,
240736 },
240737 [0x1DA69]={
240738  category="mn",
240739  description="SIGNWRITING MOVEMENT-FLOORPLANE JAW",
240740  direction="nsm",
240741  linebreak="cm",
240742  unicodeslot=0x1DA69,
240743 },
240744 [0x1DA6A]={
240745  category="mn",
240746  description="SIGNWRITING NECK",
240747  direction="nsm",
240748  linebreak="cm",
240749  unicodeslot=0x1DA6A,
240750 },
240751 [0x1DA6B]={
240752  category="mn",
240753  description="SIGNWRITING HAIR",
240754  direction="nsm",
240755  linebreak="cm",
240756  unicodeslot=0x1DA6B,
240757 },
240758 [0x1DA6C]={
240759  category="mn",
240760  description="SIGNWRITING EXCITEMENT",
240761  direction="nsm",
240762  linebreak="cm",
240763  unicodeslot=0x1DA6C,
240764 },
240765 [0x1DA6D]={
240766  category="so",
240767  description="SIGNWRITING SHOULDER HIP SPINE",
240768  direction="l",
240769  linebreak="al",
240770  unicodeslot=0x1DA6D,
240771 },
240772 [0x1DA6E]={
240773  category="so",
240774  description="SIGNWRITING SHOULDER HIP POSITIONS",
240775  direction="l",
240776  linebreak="al",
240777  unicodeslot=0x1DA6E,
240778 },
240779 [0x1DA6F]={
240780  category="so",
240781  description="SIGNWRITING WALLPLANE SHOULDER HIP MOVE",
240782  direction="l",
240783  linebreak="al",
240784  unicodeslot=0x1DA6F,
240785 },
240786 [0x1DA70]={
240787  category="so",
240788  description="SIGNWRITING FLOORPLANE SHOULDER HIP MOVE",
240789  direction="l",
240790  linebreak="al",
240791  unicodeslot=0x1DA70,
240792 },
240793 [0x1DA71]={
240794  category="so",
240795  description="SIGNWRITING SHOULDER TILTING FROM WAIST",
240796  direction="l",
240797  linebreak="al",
240798  unicodeslot=0x1DA71,
240799 },
240800 [0x1DA72]={
240801  category="so",
240802  description="SIGNWRITING TORSO-WALLPLANE STRAIGHT STRETCH",
240803  direction="l",
240804  linebreak="al",
240805  unicodeslot=0x1DA72,
240806 },
240807 [0x1DA73]={
240808  category="so",
240809  description="SIGNWRITING TORSO-WALLPLANE CURVED BEND",
240810  direction="l",
240811  linebreak="al",
240812  unicodeslot=0x1DA73,
240813 },
240814 [0x1DA74]={
240815  category="so",
240816  description="SIGNWRITING TORSO-FLOORPLANE TWISTING",
240817  direction="l",
240818  linebreak="al",
240819  unicodeslot=0x1DA74,
240820 },
240821 [0x1DA75]={
240822  category="mn",
240823  description="SIGNWRITING UPPER BODY TILTING FROM HIP JOINTS",
240824  direction="nsm",
240825  linebreak="cm",
240826  unicodeslot=0x1DA75,
240827 },
240828 [0x1DA76]={
240829  category="so",
240830  description="SIGNWRITING LIMB COMBINATION",
240831  direction="l",
240832  linebreak="al",
240833  unicodeslot=0x1DA76,
240834 },
240835 [0x1DA77]={
240836  category="so",
240837  description="SIGNWRITING LIMB LENGTH-1",
240838  direction="l",
240839  linebreak="al",
240840  unicodeslot=0x1DA77,
240841 },
240842 [0x1DA78]={
240843  category="so",
240844  description="SIGNWRITING LIMB LENGTH-2",
240845  direction="l",
240846  linebreak="al",
240847  unicodeslot=0x1DA78,
240848 },
240849 [0x1DA79]={
240850  category="so",
240851  description="SIGNWRITING LIMB LENGTH-3",
240852  direction="l",
240853  linebreak="al",
240854  unicodeslot=0x1DA79,
240855 },
240856 [0x1DA7A]={
240857  category="so",
240858  description="SIGNWRITING LIMB LENGTH-4",
240859  direction="l",
240860  linebreak="al",
240861  unicodeslot=0x1DA7A,
240862 },
240863 [0x1DA7B]={
240864  category="so",
240865  description="SIGNWRITING LIMB LENGTH-5",
240866  direction="l",
240867  linebreak="al",
240868  unicodeslot=0x1DA7B,
240869 },
240870 [0x1DA7C]={
240871  category="so",
240872  description="SIGNWRITING LIMB LENGTH-6",
240873  direction="l",
240874  linebreak="al",
240875  unicodeslot=0x1DA7C,
240876 },
240877 [0x1DA7D]={
240878  category="so",
240879  description="SIGNWRITING LIMB LENGTH-7",
240880  direction="l",
240881  linebreak="al",
240882  unicodeslot=0x1DA7D,
240883 },
240884 [0x1DA7E]={
240885  category="so",
240886  description="SIGNWRITING FINGER",
240887  direction="l",
240888  linebreak="al",
240889  unicodeslot=0x1DA7E,
240890 },
240891 [0x1DA7F]={
240892  category="so",
240893  description="SIGNWRITING LOCATION-WALLPLANE SPACE",
240894  direction="l",
240895  linebreak="al",
240896  unicodeslot=0x1DA7F,
240897 },
240898 [0x1DA80]={
240899  category="so",
240900  description="SIGNWRITING LOCATION-FLOORPLANE SPACE",
240901  direction="l",
240902  linebreak="al",
240903  unicodeslot=0x1DA80,
240904 },
240905 [0x1DA81]={
240906  category="so",
240907  description="SIGNWRITING LOCATION HEIGHT",
240908  direction="l",
240909  linebreak="al",
240910  unicodeslot=0x1DA81,
240911 },
240912 [0x1DA82]={
240913  category="so",
240914  description="SIGNWRITING LOCATION WIDTH",
240915  direction="l",
240916  linebreak="al",
240917  unicodeslot=0x1DA82,
240918 },
240919 [0x1DA83]={
240920  category="so",
240921  description="SIGNWRITING LOCATION DEPTH",
240922  direction="l",
240923  linebreak="al",
240924  unicodeslot=0x1DA83,
240925 },
240926 [0x1DA84]={
240927  category="mn",
240928  description="SIGNWRITING LOCATION HEAD NECK",
240929  direction="nsm",
240930  linebreak="cm",
240931  unicodeslot=0x1DA84,
240932 },
240933 [0x1DA85]={
240934  category="so",
240935  description="SIGNWRITING LOCATION TORSO",
240936  direction="l",
240937  linebreak="al",
240938  unicodeslot=0x1DA85,
240939 },
240940 [0x1DA86]={
240941  category="so",
240942  description="SIGNWRITING LOCATION LIMBS DIGITS",
240943  direction="l",
240944  linebreak="al",
240945  unicodeslot=0x1DA86,
240946 },
240947 [0x1DA87]={
240948  category="po",
240949  description="SIGNWRITING COMMA",
240950  direction="l",
240951  linebreak="ba",
240952  unicodeslot=0x1DA87,
240953 },
240954 [0x1DA88]={
240955  category="po",
240956  description="SIGNWRITING FULL STOP",
240957  direction="l",
240958  linebreak="ba",
240959  unicodeslot=0x1DA88,
240960 },
240961 [0x1DA89]={
240962  category="po",
240963  description="SIGNWRITING SEMICOLON",
240964  direction="l",
240965  linebreak="ba",
240966  unicodeslot=0x1DA89,
240967 },
240968 [0x1DA8A]={
240969  category="po",
240970  description="SIGNWRITING COLON",
240971  direction="l",
240972  linebreak="ba",
240973  unicodeslot=0x1DA8A,
240974 },
240975 [0x1DA8B]={
240976  category="po",
240977  description="SIGNWRITING PARENTHESIS",
240978  direction="l",
240979  linebreak="al",
240980  unicodeslot=0x1DA8B,
240981 },
240982 [0x1DA9B]={
240983  category="mn",
240984  description="SIGNWRITING FILL MODIFIER-2",
240985  direction="nsm",
240986  linebreak="cm",
240987  unicodeslot=0x1DA9B,
240988 },
240989 [0x1DA9C]={
240990  category="mn",
240991  description="SIGNWRITING FILL MODIFIER-3",
240992  direction="nsm",
240993  linebreak="cm",
240994  unicodeslot=0x1DA9C,
240995 },
240996 [0x1DA9D]={
240997  category="mn",
240998  description="SIGNWRITING FILL MODIFIER-4",
240999  direction="nsm",
241000  linebreak="cm",
241001  unicodeslot=0x1DA9D,
241002 },
241003 [0x1DA9E]={
241004  category="mn",
241005  description="SIGNWRITING FILL MODIFIER-5",
241006  direction="nsm",
241007  linebreak="cm",
241008  unicodeslot=0x1DA9E,
241009 },
241010 [0x1DA9F]={
241011  category="mn",
241012  description="SIGNWRITING FILL MODIFIER-6",
241013  direction="nsm",
241014  linebreak="cm",
241015  unicodeslot=0x1DA9F,
241016 },
241017 [0x1DAA1]={
241018  category="mn",
241019  description="SIGNWRITING ROTATION MODIFIER-2",
241020  direction="nsm",
241021  linebreak="cm",
241022  unicodeslot=0x1DAA1,
241023 },
241024 [0x1DAA2]={
241025  category="mn",
241026  description="SIGNWRITING ROTATION MODIFIER-3",
241027  direction="nsm",
241028  linebreak="cm",
241029  unicodeslot=0x1DAA2,
241030 },
241031 [0x1DAA3]={
241032  category="mn",
241033  description="SIGNWRITING ROTATION MODIFIER-4",
241034  direction="nsm",
241035  linebreak="cm",
241036  unicodeslot=0x1DAA3,
241037 },
241038 [0x1DAA4]={
241039  category="mn",
241040  description="SIGNWRITING ROTATION MODIFIER-5",
241041  direction="nsm",
241042  linebreak="cm",
241043  unicodeslot=0x1DAA4,
241044 },
241045 [0x1DAA5]={
241046  category="mn",
241047  description="SIGNWRITING ROTATION MODIFIER-6",
241048  direction="nsm",
241049  linebreak="cm",
241050  unicodeslot=0x1DAA5,
241051 },
241052 [0x1DAA6]={
241053  category="mn",
241054  description="SIGNWRITING ROTATION MODIFIER-7",
241055  direction="nsm",
241056  linebreak="cm",
241057  unicodeslot=0x1DAA6,
241058 },
241059 [0x1DAA7]={
241060  category="mn",
241061  description="SIGNWRITING ROTATION MODIFIER-8",
241062  direction="nsm",
241063  linebreak="cm",
241064  unicodeslot=0x1DAA7,
241065 },
241066 [0x1DAA8]={
241067  category="mn",
241068  description="SIGNWRITING ROTATION MODIFIER-9",
241069  direction="nsm",
241070  linebreak="cm",
241071  unicodeslot=0x1DAA8,
241072 },
241073 [0x1DAA9]={
241074  category="mn",
241075  description="SIGNWRITING ROTATION MODIFIER-10",
241076  direction="nsm",
241077  linebreak="cm",
241078  unicodeslot=0x1DAA9,
241079 },
241080 [0x1DAAA]={
241081  category="mn",
241082  description="SIGNWRITING ROTATION MODIFIER-11",
241083  direction="nsm",
241084  linebreak="cm",
241085  unicodeslot=0x1DAAA,
241086 },
241087 [0x1DAAB]={
241088  category="mn",
241089  description="SIGNWRITING ROTATION MODIFIER-12",
241090  direction="nsm",
241091  linebreak="cm",
241092  unicodeslot=0x1DAAB,
241093 },
241094 [0x1DAAC]={
241095  category="mn",
241096  description="SIGNWRITING ROTATION MODIFIER-13",
241097  direction="nsm",
241098  linebreak="cm",
241099  unicodeslot=0x1DAAC,
241100 },
241101 [0x1DAAD]={
241102  category="mn",
241103  description="SIGNWRITING ROTATION MODIFIER-14",
241104  direction="nsm",
241105  linebreak="cm",
241106  unicodeslot=0x1DAAD,
241107 },
241108 [0x1DAAE]={
241109  category="mn",
241110  description="SIGNWRITING ROTATION MODIFIER-15",
241111  direction="nsm",
241112  linebreak="cm",
241113  unicodeslot=0x1DAAE,
241114 },
241115 [0x1DAAF]={
241116  category="mn",
241117  description="SIGNWRITING ROTATION MODIFIER-16",
241118  direction="nsm",
241119  linebreak="cm",
241120  unicodeslot=0x1DAAF,
241121 },
241122 [0x1DF00]={
241123  category="ll",
241124  description="LATIN SMALL LETTER FENG DIGRAPH WITH TRILL",
241125  direction="l",
241126  linebreak="al",
241127  unicodeslot=0x1DF00,
241128 },
241129 [0x1DF01]={
241130  category="ll",
241131  description="LATIN SMALL LETTER REVERSED SCRIPT G",
241132  direction="l",
241133  linebreak="al",
241134  unicodeslot=0x1DF01,
241135 },
241136 [0x1DF02]={
241137  category="ll",
241138  description="LATIN LETTER SMALL CAPITAL TURNED G",
241139  direction="l",
241140  linebreak="al",
241141  unicodeslot=0x1DF02,
241142 },
241143 [0x1DF03]={
241144  category="ll",
241145  description="LATIN SMALL LETTER REVERSED K",
241146  direction="l",
241147  linebreak="al",
241148  unicodeslot=0x1DF03,
241149 },
241150 [0x1DF04]={
241151  category="ll",
241152  description="LATIN LETTER SMALL CAPITAL L WITH BELT",
241153  direction="l",
241154  linebreak="al",
241155  unicodeslot=0x1DF04,
241156 },
241157 [0x1DF05]={
241158  category="ll",
241159  description="LATIN SMALL LETTER LEZH WITH RETROFLEX HOOK",
241160  direction="l",
241161  linebreak="al",
241162  unicodeslot=0x1DF05,
241163 },
241164 [0x1DF06]={
241165  category="ll",
241166  description="LATIN SMALL LETTER TURNED Y WITH BELT",
241167  direction="l",
241168  linebreak="al",
241169  unicodeslot=0x1DF06,
241170 },
241171 [0x1DF07]={
241172  category="ll",
241173  description="LATIN SMALL LETTER REVERSED ENG",
241174  direction="l",
241175  linebreak="al",
241176  unicodeslot=0x1DF07,
241177 },
241178 [0x1DF08]={
241179  category="ll",
241180  description="LATIN SMALL LETTER TURNED R WITH LONG LEG AND RETROFLEX HOOK",
241181  direction="l",
241182  linebreak="al",
241183  unicodeslot=0x1DF08,
241184 },
241185 [0x1DF09]={
241186  category="ll",
241187  description="LATIN SMALL LETTER T WITH HOOK AND RETROFLEX HOOK",
241188  direction="l",
241189  linebreak="al",
241190  unicodeslot=0x1DF09,
241191 },
241192 [0x1DF0A]={
241193  category="lo",
241194  description="LATIN LETTER RETROFLEX CLICK WITH RETROFLEX HOOK",
241195  direction="l",
241196  linebreak="al",
241197  unicodeslot=0x1DF0A,
241198 },
241199 [0x1DF0B]={
241200  category="ll",
241201  description="LATIN SMALL LETTER ESH WITH DOUBLE BAR",
241202  direction="l",
241203  linebreak="al",
241204  unicodeslot=0x1DF0B,
241205 },
241206 [0x1DF0C]={
241207  category="ll",
241208  description="LATIN SMALL LETTER ESH WITH DOUBLE BAR AND CURL",
241209  direction="l",
241210  linebreak="al",
241211  unicodeslot=0x1DF0C,
241212 },
241213 [0x1DF0D]={
241214  category="ll",
241215  description="LATIN SMALL LETTER TURNED T WITH CURL",
241216  direction="l",
241217  linebreak="al",
241218  unicodeslot=0x1DF0D,
241219 },
241220 [0x1DF0E]={
241221  category="ll",
241222  description="LATIN LETTER INVERTED GLOTTAL STOP WITH CURL",
241223  direction="l",
241224  linebreak="al",
241225  unicodeslot=0x1DF0E,
241226 },
241227 [0x1DF0F]={
241228  category="ll",
241229  description="LATIN LETTER STRETCHED C WITH CURL",
241230  direction="l",
241231  linebreak="al",
241232  unicodeslot=0x1DF0F,
241233 },
241234 [0x1DF10]={
241235  category="ll",
241236  description="LATIN LETTER SMALL CAPITAL TURNED K",
241237  direction="l",
241238  linebreak="al",
241239  unicodeslot=0x1DF10,
241240 },
241241 [0x1DF11]={
241242  category="ll",
241243  description="LATIN SMALL LETTER L WITH FISHHOOK",
241244  direction="l",
241245  linebreak="al",
241246  unicodeslot=0x1DF11,
241247 },
241248 [0x1DF12]={
241249  category="ll",
241250  description="LATIN SMALL LETTER DEZH DIGRAPH WITH PALATAL HOOK",
241251  direction="l",
241252  linebreak="al",
241253  unicodeslot=0x1DF12,
241254 },
241255 [0x1DF13]={
241256  category="ll",
241257  description="LATIN SMALL LETTER L WITH BELT AND PALATAL HOOK",
241258  direction="l",
241259  linebreak="al",
241260  unicodeslot=0x1DF13,
241261 },
241262 [0x1DF14]={
241263  category="ll",
241264  description="LATIN SMALL LETTER ENG WITH PALATAL HOOK",
241265  direction="l",
241266  linebreak="al",
241267  unicodeslot=0x1DF14,
241268 },
241269 [0x1DF15]={
241270  category="ll",
241271  description="LATIN SMALL LETTER TURNED R WITH PALATAL HOOK",
241272  direction="l",
241273  linebreak="al",
241274  unicodeslot=0x1DF15,
241275 },
241276 [0x1DF16]={
241277  category="ll",
241278  description="LATIN SMALL LETTER R WITH FISHHOOK AND PALATAL HOOK",
241279  direction="l",
241280  linebreak="al",
241281  unicodeslot=0x1DF16,
241282 },
241283 [0x1DF17]={
241284  category="ll",
241285  description="LATIN SMALL LETTER TESH DIGRAPH WITH PALATAL HOOK",
241286  direction="l",
241287  linebreak="al",
241288  unicodeslot=0x1DF17,
241289 },
241290 [0x1DF18]={
241291  category="ll",
241292  description="LATIN SMALL LETTER EZH WITH PALATAL HOOK",
241293  direction="l",
241294  linebreak="al",
241295  unicodeslot=0x1DF18,
241296 },
241297 [0x1DF19]={
241298  category="ll",
241299  description="LATIN SMALL LETTER DEZH DIGRAPH WITH RETROFLEX HOOK",
241300  direction="l",
241301  linebreak="al",
241302  unicodeslot=0x1DF19,
241303 },
241304 [0x1DF1A]={
241305  category="ll",
241306  description="LATIN SMALL LETTER I WITH STROKE AND RETROFLEX HOOK",
241307  direction="l",
241308  linebreak="al",
241309  unicodeslot=0x1DF1A,
241310 },
241311 [0x1DF1B]={
241312  category="ll",
241313  description="LATIN SMALL LETTER O WITH RETROFLEX HOOK",
241314  direction="l",
241315  linebreak="al",
241316  unicodeslot=0x1DF1B,
241317 },
241318 [0x1DF1C]={
241319  category="ll",
241320  description="LATIN SMALL LETTER TESH DIGRAPH WITH RETROFLEX HOOK",
241321  direction="l",
241322  linebreak="al",
241323  unicodeslot=0x1DF1C,
241324 },
241325 [0x1DF1D]={
241326  category="ll",
241327  description="LATIN SMALL LETTER C WITH RETROFLEX HOOK",
241328  direction="l",
241329  linebreak="al",
241330  unicodeslot=0x1DF1D,
241331 },
241332 [0x1DF1E]={
241333  category="ll",
241334  description="LATIN SMALL LETTER S WITH CURL",
241335  direction="l",
241336  linebreak="al",
241337  unicodeslot=0x1DF1E,
241338 },
241339 [0x1DF25]={
241340  category="ll",
241341  description="LATIN SMALL LETTER D WITH MID-HEIGHT LEFT HOOK",
241342  direction="l",
241343  linebreak="al",
241344  unicodeslot=0x1DF25,
241345 },
241346 [0x1DF26]={
241347  category="ll",
241348  description="LATIN SMALL LETTER L WITH MID-HEIGHT LEFT HOOK",
241349  direction="l",
241350  linebreak="al",
241351  unicodeslot=0x1DF26,
241352 },
241353 [0x1DF27]={
241354  category="ll",
241355  description="LATIN SMALL LETTER N WITH MID-HEIGHT LEFT HOOK",
241356  direction="l",
241357  linebreak="al",
241358  unicodeslot=0x1DF27,
241359 },
241360 [0x1DF28]={
241361  category="ll",
241362  description="LATIN SMALL LETTER R WITH MID-HEIGHT LEFT HOOK",
241363  direction="l",
241364  linebreak="al",
241365  unicodeslot=0x1DF28,
241366 },
241367 [0x1DF29]={
241368  category="ll",
241369  description="LATIN SMALL LETTER S WITH MID-HEIGHT LEFT HOOK",
241370  direction="l",
241371  linebreak="al",
241372  unicodeslot=0x1DF29,
241373 },
241374 [0x1DF2A]={
241375  category="ll",
241376  description="LATIN SMALL LETTER T WITH MID-HEIGHT LEFT HOOK",
241377  direction="l",
241378  linebreak="al",
241379  unicodeslot=0x1DF2A,
241380 },
241381 [0x1E000]={
241382  category="mn",
241383  combining=0xE6,
241384  description="COMBINING GLAGOLITIC LETTER AZU",
241385  direction="nsm",
241386  linebreak="cm",
241387  unicodeslot=0x1E000,
241388 },
241389 [0x1E001]={
241390  category="mn",
241391  combining=0xE6,
241392  description="COMBINING GLAGOLITIC LETTER BUKY",
241393  direction="nsm",
241394  linebreak="cm",
241395  unicodeslot=0x1E001,
241396 },
241397 [0x1E002]={
241398  category="mn",
241399  combining=0xE6,
241400  description="COMBINING GLAGOLITIC LETTER VEDE",
241401  direction="nsm",
241402  linebreak="cm",
241403  unicodeslot=0x1E002,
241404 },
241405 [0x1E003]={
241406  category="mn",
241407  combining=0xE6,
241408  description="COMBINING GLAGOLITIC LETTER GLAGOLI",
241409  direction="nsm",
241410  linebreak="cm",
241411  unicodeslot=0x1E003,
241412 },
241413 [0x1E004]={
241414  category="mn",
241415  combining=0xE6,
241416  description="COMBINING GLAGOLITIC LETTER DOBRO",
241417  direction="nsm",
241418  linebreak="cm",
241419  unicodeslot=0x1E004,
241420 },
241421 [0x1E005]={
241422  category="mn",
241423  combining=0xE6,
241424  description="COMBINING GLAGOLITIC LETTER YESTU",
241425  direction="nsm",
241426  linebreak="cm",
241427  unicodeslot=0x1E005,
241428 },
241429 [0x1E006]={
241430  category="mn",
241431  combining=0xE6,
241432  description="COMBINING GLAGOLITIC LETTER ZHIVETE",
241433  direction="nsm",
241434  linebreak="cm",
241435  unicodeslot=0x1E006,
241436 },
241437 [0x1E008]={
241438  category="mn",
241439  combining=0xE6,
241440  description="COMBINING GLAGOLITIC LETTER ZEMLJA",
241441  direction="nsm",
241442  linebreak="cm",
241443  unicodeslot=0x1E008,
241444 },
241445 [0x1E009]={
241446  category="mn",
241447  combining=0xE6,
241448  description="COMBINING GLAGOLITIC LETTER IZHE",
241449  direction="nsm",
241450  linebreak="cm",
241451  unicodeslot=0x1E009,
241452 },
241453 [0x1E00A]={
241454  category="mn",
241455  combining=0xE6,
241456  description="COMBINING GLAGOLITIC LETTER INITIAL IZHE",
241457  direction="nsm",
241458  linebreak="cm",
241459  unicodeslot=0x1E00A,
241460 },
241461 [0x1E00B]={
241462  category="mn",
241463  combining=0xE6,
241464  description="COMBINING GLAGOLITIC LETTER I",
241465  direction="nsm",
241466  linebreak="cm",
241467  unicodeslot=0x1E00B,
241468 },
241469 [0x1E00C]={
241470  category="mn",
241471  combining=0xE6,
241472  description="COMBINING GLAGOLITIC LETTER DJERVI",
241473  direction="nsm",
241474  linebreak="cm",
241475  unicodeslot=0x1E00C,
241476 },
241477 [0x1E00D]={
241478  category="mn",
241479  combining=0xE6,
241480  description="COMBINING GLAGOLITIC LETTER KAKO",
241481  direction="nsm",
241482  linebreak="cm",
241483  unicodeslot=0x1E00D,
241484 },
241485 [0x1E00E]={
241486  category="mn",
241487  combining=0xE6,
241488  description="COMBINING GLAGOLITIC LETTER LJUDIJE",
241489  direction="nsm",
241490  linebreak="cm",
241491  unicodeslot=0x1E00E,
241492 },
241493 [0x1E00F]={
241494  category="mn",
241495  combining=0xE6,
241496  description="COMBINING GLAGOLITIC LETTER MYSLITE",
241497  direction="nsm",
241498  linebreak="cm",
241499  unicodeslot=0x1E00F,
241500 },
241501 [0x1E010]={
241502  category="mn",
241503  combining=0xE6,
241504  description="COMBINING GLAGOLITIC LETTER NASHI",
241505  direction="nsm",
241506  linebreak="cm",
241507  unicodeslot=0x1E010,
241508 },
241509 [0x1E011]={
241510  category="mn",
241511  combining=0xE6,
241512  description="COMBINING GLAGOLITIC LETTER ONU",
241513  direction="nsm",
241514  linebreak="cm",
241515  unicodeslot=0x1E011,
241516 },
241517 [0x1E012]={
241518  category="mn",
241519  combining=0xE6,
241520  description="COMBINING GLAGOLITIC LETTER POKOJI",
241521  direction="nsm",
241522  linebreak="cm",
241523  unicodeslot=0x1E012,
241524 },
241525 [0x1E013]={
241526  category="mn",
241527  combining=0xE6,
241528  description="COMBINING GLAGOLITIC LETTER RITSI",
241529  direction="nsm",
241530  linebreak="cm",
241531  unicodeslot=0x1E013,
241532 },
241533 [0x1E014]={
241534  category="mn",
241535  combining=0xE6,
241536  description="COMBINING GLAGOLITIC LETTER SLOVO",
241537  direction="nsm",
241538  linebreak="cm",
241539  unicodeslot=0x1E014,
241540 },
241541 [0x1E015]={
241542  category="mn",
241543  combining=0xE6,
241544  description="COMBINING GLAGOLITIC LETTER TVRIDO",
241545  direction="nsm",
241546  linebreak="cm",
241547  unicodeslot=0x1E015,
241548 },
241549 [0x1E016]={
241550  category="mn",
241551  combining=0xE6,
241552  description="COMBINING GLAGOLITIC LETTER UKU",
241553  direction="nsm",
241554  linebreak="cm",
241555  unicodeslot=0x1E016,
241556 },
241557 [0x1E017]={
241558  category="mn",
241559  combining=0xE6,
241560  description="COMBINING GLAGOLITIC LETTER FRITU",
241561  direction="nsm",
241562  linebreak="cm",
241563  unicodeslot=0x1E017,
241564 },
241565 [0x1E018]={
241566  category="mn",
241567  combining=0xE6,
241568  description="COMBINING GLAGOLITIC LETTER HERU",
241569  direction="nsm",
241570  linebreak="cm",
241571  unicodeslot=0x1E018,
241572 },
241573 [0x1E01B]={
241574  category="mn",
241575  combining=0xE6,
241576  description="COMBINING GLAGOLITIC LETTER SHTA",
241577  direction="nsm",
241578  linebreak="cm",
241579  unicodeslot=0x1E01B,
241580 },
241581 [0x1E01C]={
241582  category="mn",
241583  combining=0xE6,
241584  description="COMBINING GLAGOLITIC LETTER TSI",
241585  direction="nsm",
241586  linebreak="cm",
241587  unicodeslot=0x1E01C,
241588 },
241589 [0x1E01D]={
241590  category="mn",
241591  combining=0xE6,
241592  description="COMBINING GLAGOLITIC LETTER CHRIVI",
241593  direction="nsm",
241594  linebreak="cm",
241595  unicodeslot=0x1E01D,
241596 },
241597 [0x1E01E]={
241598  category="mn",
241599  combining=0xE6,
241600  description="COMBINING GLAGOLITIC LETTER SHA",
241601  direction="nsm",
241602  linebreak="cm",
241603  unicodeslot=0x1E01E,
241604 },
241605 [0x1E01F]={
241606  category="mn",
241607  combining=0xE6,
241608  description="COMBINING GLAGOLITIC LETTER YERU",
241609  direction="nsm",
241610  linebreak="cm",
241611  unicodeslot=0x1E01F,
241612 },
241613 [0x1E020]={
241614  category="mn",
241615  combining=0xE6,
241616  description="COMBINING GLAGOLITIC LETTER YERI",
241617  direction="nsm",
241618  linebreak="cm",
241619  unicodeslot=0x1E020,
241620 },
241621 [0x1E021]={
241622  category="mn",
241623  combining=0xE6,
241624  description="COMBINING GLAGOLITIC LETTER YATI",
241625  direction="nsm",
241626  linebreak="cm",
241627  unicodeslot=0x1E021,
241628 },
241629 [0x1E023]={
241630  category="mn",
241631  combining=0xE6,
241632  description="COMBINING GLAGOLITIC LETTER YU",
241633  direction="nsm",
241634  linebreak="cm",
241635  unicodeslot=0x1E023,
241636 },
241637 [0x1E024]={
241638  category="mn",
241639  combining=0xE6,
241640  description="COMBINING GLAGOLITIC LETTER SMALL YUS",
241641  direction="nsm",
241642  linebreak="cm",
241643  unicodeslot=0x1E024,
241644 },
241645 [0x1E026]={
241646  category="mn",
241647  combining=0xE6,
241648  description="COMBINING GLAGOLITIC LETTER YO",
241649  direction="nsm",
241650  linebreak="cm",
241651  unicodeslot=0x1E026,
241652 },
241653 [0x1E027]={
241654  category="mn",
241655  combining=0xE6,
241656  description="COMBINING GLAGOLITIC LETTER IOTATED SMALL YUS",
241657  direction="nsm",
241658  linebreak="cm",
241659  unicodeslot=0x1E027,
241660 },
241661 [0x1E028]={
241662  category="mn",
241663  combining=0xE6,
241664  description="COMBINING GLAGOLITIC LETTER BIG YUS",
241665  direction="nsm",
241666  linebreak="cm",
241667  unicodeslot=0x1E028,
241668 },
241669 [0x1E029]={
241670  category="mn",
241671  combining=0xE6,
241672  description="COMBINING GLAGOLITIC LETTER IOTATED BIG YUS",
241673  direction="nsm",
241674  linebreak="cm",
241675  unicodeslot=0x1E029,
241676 },
241677 [0x1E02A]={
241678  category="mn",
241679  combining=0xE6,
241680  description="COMBINING GLAGOLITIC LETTER FITA",
241681  direction="nsm",
241682  linebreak="cm",
241683  unicodeslot=0x1E02A,
241684 },
241685 [0x1E030]={
241686  category="lm",
241687  description="MODIFIER LETTER CYRILLIC SMALL A",
241688  direction="l",
241689  linebreak="al",
241690  specials={ "super", 0x430 },
241691  unicodeslot=0x1E030,
241692 },
241693 [0x1E031]={
241694  category="lm",
241695  description="MODIFIER LETTER CYRILLIC SMALL BE",
241696  direction="l",
241697  linebreak="al",
241698  specials={ "super", 0x431 },
241699  unicodeslot=0x1E031,
241700 },
241701 [0x1E032]={
241702  category="lm",
241703  description="MODIFIER LETTER CYRILLIC SMALL VE",
241704  direction="l",
241705  linebreak="al",
241706  specials={ "super", 0x432 },
241707  unicodeslot=0x1E032,
241708 },
241709 [0x1E033]={
241710  category="lm",
241711  description="MODIFIER LETTER CYRILLIC SMALL GHE",
241712  direction="l",
241713  linebreak="al",
241714  specials={ "super", 0x433 },
241715  unicodeslot=0x1E033,
241716 },
241717 [0x1E034]={
241718  category="lm",
241719  description="MODIFIER LETTER CYRILLIC SMALL DE",
241720  direction="l",
241721  linebreak="al",
241722  specials={ "super", 0x434 },
241723  unicodeslot=0x1E034,
241724 },
241725 [0x1E035]={
241726  category="lm",
241727  description="MODIFIER LETTER CYRILLIC SMALL IE",
241728  direction="l",
241729  linebreak="al",
241730  specials={ "super", 0x435 },
241731  unicodeslot=0x1E035,
241732 },
241733 [0x1E036]={
241734  category="lm",
241735  description="MODIFIER LETTER CYRILLIC SMALL ZHE",
241736  direction="l",
241737  linebreak="al",
241738  specials={ "super", 0x436 },
241739  unicodeslot=0x1E036,
241740 },
241741 [0x1E037]={
241742  category="lm",
241743  description="MODIFIER LETTER CYRILLIC SMALL ZE",
241744  direction="l",
241745  linebreak="al",
241746  specials={ "super", 0x437 },
241747  unicodeslot=0x1E037,
241748 },
241749 [0x1E038]={
241750  category="lm",
241751  description="MODIFIER LETTER CYRILLIC SMALL I",
241752  direction="l",
241753  linebreak="al",
241754  specials={ "super", 0x438 },
241755  unicodeslot=0x1E038,
241756 },
241757 [0x1E039]={
241758  category="lm",
241759  description="MODIFIER LETTER CYRILLIC SMALL KA",
241760  direction="l",
241761  linebreak="al",
241762  specials={ "super", 0x43A },
241763  unicodeslot=0x1E039,
241764 },
241765 [0x1E03A]={
241766  category="lm",
241767  description="MODIFIER LETTER CYRILLIC SMALL EL",
241768  direction="l",
241769  linebreak="al",
241770  specials={ "super", 0x43B },
241771  unicodeslot=0x1E03A,
241772 },
241773 [0x1E03B]={
241774  category="lm",
241775  description="MODIFIER LETTER CYRILLIC SMALL EM",
241776  direction="l",
241777  linebreak="al",
241778  specials={ "super", 0x43C },
241779  unicodeslot=0x1E03B,
241780 },
241781 [0x1E03C]={
241782  category="lm",
241783  description="MODIFIER LETTER CYRILLIC SMALL O",
241784  direction="l",
241785  linebreak="al",
241786  specials={ "super", 0x43E },
241787  unicodeslot=0x1E03C,
241788 },
241789 [0x1E03D]={
241790  category="lm",
241791  description="MODIFIER LETTER CYRILLIC SMALL PE",
241792  direction="l",
241793  linebreak="al",
241794  specials={ "super", 0x43F },
241795  unicodeslot=0x1E03D,
241796 },
241797 [0x1E03E]={
241798  category="lm",
241799  description="MODIFIER LETTER CYRILLIC SMALL ER",
241800  direction="l",
241801  linebreak="al",
241802  specials={ "super", 0x440 },
241803  unicodeslot=0x1E03E,
241804 },
241805 [0x1E03F]={
241806  category="lm",
241807  description="MODIFIER LETTER CYRILLIC SMALL ES",
241808  direction="l",
241809  linebreak="al",
241810  specials={ "super", 0x441 },
241811  unicodeslot=0x1E03F,
241812 },
241813 [0x1E040]={
241814  category="lm",
241815  description="MODIFIER LETTER CYRILLIC SMALL TE",
241816  direction="l",
241817  linebreak="al",
241818  specials={ "super", 0x442 },
241819  unicodeslot=0x1E040,
241820 },
241821 [0x1E041]={
241822  category="lm",
241823  description="MODIFIER LETTER CYRILLIC SMALL U",
241824  direction="l",
241825  linebreak="al",
241826  specials={ "super", 0x443 },
241827  unicodeslot=0x1E041,
241828 },
241829 [0x1E042]={
241830  category="lm",
241831  description="MODIFIER LETTER CYRILLIC SMALL EF",
241832  direction="l",
241833  linebreak="al",
241834  specials={ "super", 0x444 },
241835  unicodeslot=0x1E042,
241836 },
241837 [0x1E043]={
241838  category="lm",
241839  description="MODIFIER LETTER CYRILLIC SMALL HA",
241840  direction="l",
241841  linebreak="al",
241842  specials={ "super", 0x445 },
241843  unicodeslot=0x1E043,
241844 },
241845 [0x1E044]={
241846  category="lm",
241847  description="MODIFIER LETTER CYRILLIC SMALL TSE",
241848  direction="l",
241849  linebreak="al",
241850  specials={ "super", 0x446 },
241851  unicodeslot=0x1E044,
241852 },
241853 [0x1E045]={
241854  category="lm",
241855  description="MODIFIER LETTER CYRILLIC SMALL CHE",
241856  direction="l",
241857  linebreak="al",
241858  specials={ "super", 0x447 },
241859  unicodeslot=0x1E045,
241860 },
241861 [0x1E046]={
241862  category="lm",
241863  description="MODIFIER LETTER CYRILLIC SMALL SHA",
241864  direction="l",
241865  linebreak="al",
241866  specials={ "super", 0x448 },
241867  unicodeslot=0x1E046,
241868 },
241869 [0x1E047]={
241870  category="lm",
241871  description="MODIFIER LETTER CYRILLIC SMALL YERU",
241872  direction="l",
241873  linebreak="al",
241874  specials={ "super", 0x44B },
241875  unicodeslot=0x1E047,
241876 },
241877 [0x1E048]={
241878  category="lm",
241879  description="MODIFIER LETTER CYRILLIC SMALL E",
241880  direction="l",
241881  linebreak="al",
241882  specials={ "super", 0x44D },
241883  unicodeslot=0x1E048,
241884 },
241885 [0x1E049]={
241886  category="lm",
241887  description="MODIFIER LETTER CYRILLIC SMALL YU",
241888  direction="l",
241889  linebreak="al",
241890  specials={ "super", 0x44E },
241891  unicodeslot=0x1E049,
241892 },
241893 [0x1E04A]={
241894  category="lm",
241895  description="MODIFIER LETTER CYRILLIC SMALL DZZE",
241896  direction="l",
241897  linebreak="al",
241898  specials={ "super", 0xA689 },
241899  unicodeslot=0x1E04A,
241900 },
241901 [0x1E04B]={
241902  category="lm",
241903  description="MODIFIER LETTER CYRILLIC SMALL SCHWA",
241904  direction="l",
241905  linebreak="al",
241906  specials={ "super", 0x4D9 },
241907  unicodeslot=0x1E04B,
241908 },
241909 [0x1E04C]={
241910  category="lm",
241911  description="MODIFIER LETTER CYRILLIC SMALL BYELORUSSIAN-UKRAINIAN I",
241912  direction="l",
241913  linebreak="al",
241914  specials={ "super", 0x456 },
241915  unicodeslot=0x1E04C,
241916 },
241917 [0x1E04D]={
241918  category="lm",
241919  description="MODIFIER LETTER CYRILLIC SMALL JE",
241920  direction="l",
241921  linebreak="al",
241922  specials={ "super", 0x458 },
241923  unicodeslot=0x1E04D,
241924 },
241925 [0x1E04E]={
241926  category="lm",
241927  description="MODIFIER LETTER CYRILLIC SMALL BARRED O",
241928  direction="l",
241929  linebreak="al",
241930  specials={ "super", 0x4E9 },
241931  unicodeslot=0x1E04E,
241932 },
241933 [0x1E04F]={
241934  category="lm",
241935  description="MODIFIER LETTER CYRILLIC SMALL STRAIGHT U",
241936  direction="l",
241937  linebreak="al",
241938  specials={ "super", 0x4AF },
241939  unicodeslot=0x1E04F,
241940 },
241941 [0x1E050]={
241942  category="lm",
241943  description="MODIFIER LETTER CYRILLIC SMALL PALOCHKA",
241944  direction="l",
241945  linebreak="al",
241946  specials={ "super", 0x4CF },
241947  unicodeslot=0x1E050,
241948 },
241949 [0x1E051]={
241950  category="lm",
241951  description="CYRILLIC SUBSCRIPT SMALL LETTER A",
241952  direction="l",
241953  linebreak="al",
241954  specials={ "sub", 0x430 },
241955  unicodeslot=0x1E051,
241956 },
241957 [0x1E052]={
241958  category="lm",
241959  description="CYRILLIC SUBSCRIPT SMALL LETTER BE",
241960  direction="l",
241961  linebreak="al",
241962  specials={ "sub", 0x431 },
241963  unicodeslot=0x1E052,
241964 },
241965 [0x1E053]={
241966  category="lm",
241967  description="CYRILLIC SUBSCRIPT SMALL LETTER VE",
241968  direction="l",
241969  linebreak="al",
241970  specials={ "sub", 0x432 },
241971  unicodeslot=0x1E053,
241972 },
241973 [0x1E054]={
241974  category="lm",
241975  description="CYRILLIC SUBSCRIPT SMALL LETTER GHE",
241976  direction="l",
241977  linebreak="al",
241978  specials={ "sub", 0x433 },
241979  unicodeslot=0x1E054,
241980 },
241981 [0x1E055]={
241982  category="lm",
241983  description="CYRILLIC SUBSCRIPT SMALL LETTER DE",
241984  direction="l",
241985  linebreak="al",
241986  specials={ "sub", 0x434 },
241987  unicodeslot=0x1E055,
241988 },
241989 [0x1E056]={
241990  category="lm",
241991  description="CYRILLIC SUBSCRIPT SMALL LETTER IE",
241992  direction="l",
241993  linebreak="al",
241994  specials={ "sub", 0x435 },
241995  unicodeslot=0x1E056,
241996 },
241997 [0x1E057]={
241998  category="lm",
241999  description="CYRILLIC SUBSCRIPT SMALL LETTER ZHE",
242000  direction="l",
242001  linebreak="al",
242002  specials={ "sub", 0x436 },
242003  unicodeslot=0x1E057,
242004 },
242005 [0x1E058]={
242006  category="lm",
242007  description="CYRILLIC SUBSCRIPT SMALL LETTER ZE",
242008  direction="l",
242009  linebreak="al",
242010  specials={ "sub", 0x437 },
242011  unicodeslot=0x1E058,
242012 },
242013 [0x1E059]={
242014  category="lm",
242015  description="CYRILLIC SUBSCRIPT SMALL LETTER I",
242016  direction="l",
242017  linebreak="al",
242018  specials={ "sub", 0x438 },
242019  unicodeslot=0x1E059,
242020 },
242021 [0x1E05A]={
242022  category="lm",
242023  description="CYRILLIC SUBSCRIPT SMALL LETTER KA",
242024  direction="l",
242025  linebreak="al",
242026  specials={ "sub", 0x43A },
242027  unicodeslot=0x1E05A,
242028 },
242029 [0x1E05B]={
242030  category="lm",
242031  description="CYRILLIC SUBSCRIPT SMALL LETTER EL",
242032  direction="l",
242033  linebreak="al",
242034  specials={ "sub", 0x43B },
242035  unicodeslot=0x1E05B,
242036 },
242037 [0x1E05C]={
242038  category="lm",
242039  description="CYRILLIC SUBSCRIPT SMALL LETTER O",
242040  direction="l",
242041  linebreak="al",
242042  specials={ "sub", 0x43E },
242043  unicodeslot=0x1E05C,
242044 },
242045 [0x1E05D]={
242046  category="lm",
242047  description="CYRILLIC SUBSCRIPT SMALL LETTER PE",
242048  direction="l",
242049  linebreak="al",
242050  specials={ "sub", 0x43F },
242051  unicodeslot=0x1E05D,
242052 },
242053 [0x1E05E]={
242054  category="lm",
242055  description="CYRILLIC SUBSCRIPT SMALL LETTER ES",
242056  direction="l",
242057  linebreak="al",
242058  specials={ "sub", 0x441 },
242059  unicodeslot=0x1E05E,
242060 },
242061 [0x1E05F]={
242062  category="lm",
242063  description="CYRILLIC SUBSCRIPT SMALL LETTER U",
242064  direction="l",
242065  linebreak="al",
242066  specials={ "sub", 0x443 },
242067  unicodeslot=0x1E05F,
242068 },
242069 [0x1E060]={
242070  category="lm",
242071  description="CYRILLIC SUBSCRIPT SMALL LETTER EF",
242072  direction="l",
242073  linebreak="al",
242074  specials={ "sub", 0x444 },
242075  unicodeslot=0x1E060,
242076 },
242077 [0x1E061]={
242078  category="lm",
242079  description="CYRILLIC SUBSCRIPT SMALL LETTER HA",
242080  direction="l",
242081  linebreak="al",
242082  specials={ "sub", 0x445 },
242083  unicodeslot=0x1E061,
242084 },
242085 [0x1E062]={
242086  category="lm",
242087  description="CYRILLIC SUBSCRIPT SMALL LETTER TSE",
242088  direction="l",
242089  linebreak="al",
242090  specials={ "sub", 0x446 },
242091  unicodeslot=0x1E062,
242092 },
242093 [0x1E063]={
242094  category="lm",
242095  description="CYRILLIC SUBSCRIPT SMALL LETTER CHE",
242096  direction="l",
242097  linebreak="al",
242098  specials={ "sub", 0x447 },
242099  unicodeslot=0x1E063,
242100 },
242101 [0x1E064]={
242102  category="lm",
242103  description="CYRILLIC SUBSCRIPT SMALL LETTER SHA",
242104  direction="l",
242105  linebreak="al",
242106  specials={ "sub", 0x448 },
242107  unicodeslot=0x1E064,
242108 },
242109 [0x1E065]={
242110  category="lm",
242111  description="CYRILLIC SUBSCRIPT SMALL LETTER HARD SIGN",
242112  direction="l",
242113  linebreak="al",
242114  specials={ "sub", 0x44A },
242115  unicodeslot=0x1E065,
242116 },
242117 [0x1E066]={
242118  category="lm",
242119  description="CYRILLIC SUBSCRIPT SMALL LETTER YERU",
242120  direction="l",
242121  linebreak="al",
242122  specials={ "sub", 0x44B },
242123  unicodeslot=0x1E066,
242124 },
242125 [0x1E067]={
242126  category="lm",
242127  description="CYRILLIC SUBSCRIPT SMALL LETTER GHE WITH UPTURN",
242128  direction="l",
242129  linebreak="al",
242130  specials={ "sub", 0x491 },
242131  unicodeslot=0x1E067,
242132 },
242133 [0x1E068]={
242134  category="lm",
242135  description="CYRILLIC SUBSCRIPT SMALL LETTER BYELORUSSIAN-UKRAINIAN I",
242136  direction="l",
242137  linebreak="al",
242138  specials={ "sub", 0x456 },
242139  unicodeslot=0x1E068,
242140 },
242141 [0x1E069]={
242142  category="lm",
242143  description="CYRILLIC SUBSCRIPT SMALL LETTER DZE",
242144  direction="l",
242145  linebreak="al",
242146  specials={ "sub", 0x455 },
242147  unicodeslot=0x1E069,
242148 },
242149 [0x1E06A]={
242150  category="lm",
242151  description="CYRILLIC SUBSCRIPT SMALL LETTER DZHE",
242152  direction="l",
242153  linebreak="al",
242154  specials={ "sub", 0x45F },
242155  unicodeslot=0x1E06A,
242156 },
242157 [0x1E06B]={
242158  category="lm",
242159  description="MODIFIER LETTER CYRILLIC SMALL ES WITH DESCENDER",
242160  direction="l",
242161  linebreak="al",
242162  specials={ "super", 0x4AB },
242163  unicodeslot=0x1E06B,
242164 },
242165 [0x1E06C]={
242166  category="lm",
242167  description="MODIFIER LETTER CYRILLIC SMALL YERU WITH BACK YER",
242168  direction="l",
242169  linebreak="al",
242170  specials={ "super", 0xA651 },
242171  unicodeslot=0x1E06C,
242172 },
242173 [0x1E06D]={
242174  category="lm",
242175  description="MODIFIER LETTER CYRILLIC SMALL STRAIGHT U WITH STROKE",
242176  direction="l",
242177  linebreak="al",
242178  specials={ "super", 0x4B1 },
242179  unicodeslot=0x1E06D,
242180 },
242181 [0x1E08F]={
242182  category="mn",
242183  combining=0xE6,
242184  description="COMBINING CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I",
242185  direction="nsm",
242186  linebreak="cm",
242187  unicodeslot=0x1E08F,
242188 },
242189 [0x1E100]={
242190  category="lo",
242191  description="NYIAKENG PUACHUE HMONG LETTER MA",
242192  direction="l",
242193  linebreak="al",
242194  unicodeslot=0x1E100,
242195 },
242196 [0x1E101]={
242197  category="lo",
242198  description="NYIAKENG PUACHUE HMONG LETTER TSA",
242199  direction="l",
242200  linebreak="al",
242201  unicodeslot=0x1E101,
242202 },
242203 [0x1E102]={
242204  category="lo",
242205  description="NYIAKENG PUACHUE HMONG LETTER NTA",
242206  direction="l",
242207  linebreak="al",
242208  unicodeslot=0x1E102,
242209 },
242210 [0x1E103]={
242211  category="lo",
242212  description="NYIAKENG PUACHUE HMONG LETTER TA",
242213  direction="l",
242214  linebreak="al",
242215  unicodeslot=0x1E103,
242216 },
242217 [0x1E104]={
242218  category="lo",
242219  description="NYIAKENG PUACHUE HMONG LETTER HA",
242220  direction="l",
242221  linebreak="al",
242222  unicodeslot=0x1E104,
242223 },
242224 [0x1E105]={
242225  category="lo",
242226  description="NYIAKENG PUACHUE HMONG LETTER NA",
242227  direction="l",
242228  linebreak="al",
242229  unicodeslot=0x1E105,
242230 },
242231 [0x1E106]={
242232  category="lo",
242233  description="NYIAKENG PUACHUE HMONG LETTER XA",
242234  direction="l",
242235  linebreak="al",
242236  unicodeslot=0x1E106,
242237 },
242238 [0x1E107]={
242239  category="lo",
242240  description="NYIAKENG PUACHUE HMONG LETTER NKA",
242241  direction="l",
242242  linebreak="al",
242243  unicodeslot=0x1E107,
242244 },
242245 [0x1E108]={
242246  category="lo",
242247  description="NYIAKENG PUACHUE HMONG LETTER CA",
242248  direction="l",
242249  linebreak="al",
242250  unicodeslot=0x1E108,
242251 },
242252 [0x1E109]={
242253  category="lo",
242254  description="NYIAKENG PUACHUE HMONG LETTER LA",
242255  direction="l",
242256  linebreak="al",
242257  unicodeslot=0x1E109,
242258 },
242259 [0x1E10A]={
242260  category="lo",
242261  description="NYIAKENG PUACHUE HMONG LETTER SA",
242262  direction="l",
242263  linebreak="al",
242264  unicodeslot=0x1E10A,
242265 },
242266 [0x1E10B]={
242267  category="lo",
242268  description="NYIAKENG PUACHUE HMONG LETTER ZA",
242269  direction="l",
242270  linebreak="al",
242271  unicodeslot=0x1E10B,
242272 },
242273 [0x1E10C]={
242274  category="lo",
242275  description="NYIAKENG PUACHUE HMONG LETTER NCA",
242276  direction="l",
242277  linebreak="al",
242278  unicodeslot=0x1E10C,
242279 },
242280 [0x1E10D]={
242281  category="lo",
242282  description="NYIAKENG PUACHUE HMONG LETTER NTSA",
242283  direction="l",
242284  linebreak="al",
242285  unicodeslot=0x1E10D,
242286 },
242287 [0x1E10E]={
242288  category="lo",
242289  description="NYIAKENG PUACHUE HMONG LETTER KA",
242290  direction="l",
242291  linebreak="al",
242292  unicodeslot=0x1E10E,
242293 },
242294 [0x1E10F]={
242295  category="lo",
242296  description="NYIAKENG PUACHUE HMONG LETTER DA",
242297  direction="l",
242298  linebreak="al",
242299  unicodeslot=0x1E10F,
242300 },
242301 [0x1E110]={
242302  category="lo",
242303  description="NYIAKENG PUACHUE HMONG LETTER NYA",
242304  direction="l",
242305  linebreak="al",
242306  unicodeslot=0x1E110,
242307 },
242308 [0x1E111]={
242309  category="lo",
242310  description="NYIAKENG PUACHUE HMONG LETTER NRA",
242311  direction="l",
242312  linebreak="al",
242313  unicodeslot=0x1E111,
242314 },
242315 [0x1E112]={
242316  category="lo",
242317  description="NYIAKENG PUACHUE HMONG LETTER VA",
242318  direction="l",
242319  linebreak="al",
242320  unicodeslot=0x1E112,
242321 },
242322 [0x1E113]={
242323  category="lo",
242324  description="NYIAKENG PUACHUE HMONG LETTER NTXA",
242325  direction="l",
242326  linebreak="al",
242327  unicodeslot=0x1E113,
242328 },
242329 [0x1E114]={
242330  category="lo",
242331  description="NYIAKENG PUACHUE HMONG LETTER TXA",
242332  direction="l",
242333  linebreak="al",
242334  unicodeslot=0x1E114,
242335 },
242336 [0x1E115]={
242337  category="lo",
242338  description="NYIAKENG PUACHUE HMONG LETTER FA",
242339  direction="l",
242340  linebreak="al",
242341  unicodeslot=0x1E115,
242342 },
242343 [0x1E116]={
242344  category="lo",
242345  description="NYIAKENG PUACHUE HMONG LETTER RA",
242346  direction="l",
242347  linebreak="al",
242348  unicodeslot=0x1E116,
242349 },
242350 [0x1E117]={
242351  category="lo",
242352  description="NYIAKENG PUACHUE HMONG LETTER QA",
242353  direction="l",
242354  linebreak="al",
242355  unicodeslot=0x1E117,
242356 },
242357 [0x1E118]={
242358  category="lo",
242359  description="NYIAKENG PUACHUE HMONG LETTER YA",
242360  direction="l",
242361  linebreak="al",
242362  unicodeslot=0x1E118,
242363 },
242364 [0x1E119]={
242365  category="lo",
242366  description="NYIAKENG PUACHUE HMONG LETTER NQA",
242367  direction="l",
242368  linebreak="al",
242369  unicodeslot=0x1E119,
242370 },
242371 [0x1E11A]={
242372  category="lo",
242373  description="NYIAKENG PUACHUE HMONG LETTER PA",
242374  direction="l",
242375  linebreak="al",
242376  unicodeslot=0x1E11A,
242377 },
242378 [0x1E11B]={
242379  category="lo",
242380  description="NYIAKENG PUACHUE HMONG LETTER XYA",
242381  direction="l",
242382  linebreak="al",
242383  unicodeslot=0x1E11B,
242384 },
242385 [0x1E11C]={
242386  category="lo",
242387  description="NYIAKENG PUACHUE HMONG LETTER NPA",
242388  direction="l",
242389  linebreak="al",
242390  unicodeslot=0x1E11C,
242391 },
242392 [0x1E11D]={
242393  category="lo",
242394  description="NYIAKENG PUACHUE HMONG LETTER DLA",
242395  direction="l",
242396  linebreak="al",
242397  unicodeslot=0x1E11D,
242398 },
242399 [0x1E11E]={
242400  category="lo",
242401  description="NYIAKENG PUACHUE HMONG LETTER NPLA",
242402  direction="l",
242403  linebreak="al",
242404  unicodeslot=0x1E11E,
242405 },
242406 [0x1E11F]={
242407  category="lo",
242408  description="NYIAKENG PUACHUE HMONG LETTER HAH",
242409  direction="l",
242410  linebreak="al",
242411  unicodeslot=0x1E11F,
242412 },
242413 [0x1E120]={
242414  category="lo",
242415  description="NYIAKENG PUACHUE HMONG LETTER MLA",
242416  direction="l",
242417  linebreak="al",
242418  unicodeslot=0x1E120,
242419 },
242420 [0x1E121]={
242421  category="lo",
242422  description="NYIAKENG PUACHUE HMONG LETTER PLA",
242423  direction="l",
242424  linebreak="al",
242425  unicodeslot=0x1E121,
242426 },
242427 [0x1E122]={
242428  category="lo",
242429  description="NYIAKENG PUACHUE HMONG LETTER GA",
242430  direction="l",
242431  linebreak="al",
242432  unicodeslot=0x1E122,
242433 },
242434 [0x1E123]={
242435  category="lo",
242436  description="NYIAKENG PUACHUE HMONG LETTER RRA",
242437  direction="l",
242438  linebreak="al",
242439  unicodeslot=0x1E123,
242440 },
242441 [0x1E124]={
242442  category="lo",
242443  description="NYIAKENG PUACHUE HMONG LETTER A",
242444  direction="l",
242445  linebreak="al",
242446  unicodeslot=0x1E124,
242447 },
242448 [0x1E125]={
242449  category="lo",
242450  description="NYIAKENG PUACHUE HMONG LETTER AA",
242451  direction="l",
242452  linebreak="al",
242453  unicodeslot=0x1E125,
242454 },
242455 [0x1E126]={
242456  category="lo",
242457  description="NYIAKENG PUACHUE HMONG LETTER I",
242458  direction="l",
242459  linebreak="al",
242460  unicodeslot=0x1E126,
242461 },
242462 [0x1E127]={
242463  category="lo",
242464  description="NYIAKENG PUACHUE HMONG LETTER U",
242465  direction="l",
242466  linebreak="al",
242467  unicodeslot=0x1E127,
242468 },
242469 [0x1E128]={
242470  category="lo",
242471  description="NYIAKENG PUACHUE HMONG LETTER O",
242472  direction="l",
242473  linebreak="al",
242474  unicodeslot=0x1E128,
242475 },
242476 [0x1E129]={
242477  category="lo",
242478  description="NYIAKENG PUACHUE HMONG LETTER OO",
242479  direction="l",
242480  linebreak="al",
242481  unicodeslot=0x1E129,
242482 },
242483 [0x1E12A]={
242484  category="lo",
242485  description="NYIAKENG PUACHUE HMONG LETTER E",
242486  direction="l",
242487  linebreak="al",
242488  unicodeslot=0x1E12A,
242489 },
242490 [0x1E12B]={
242491  category="lo",
242492  description="NYIAKENG PUACHUE HMONG LETTER EE",
242493  direction="l",
242494  linebreak="al",
242495  unicodeslot=0x1E12B,
242496 },
242497 [0x1E12C]={
242498  category="lo",
242499  description="NYIAKENG PUACHUE HMONG LETTER W",
242500  direction="l",
242501  linebreak="al",
242502  unicodeslot=0x1E12C,
242503 },
242504 [0x1E130]={
242505  category="mn",
242506  combining=0xE6,
242507  description="NYIAKENG PUACHUE HMONG TONE-B",
242508  direction="nsm",
242509  linebreak="cm",
242510  unicodeslot=0x1E130,
242511 },
242512 [0x1E131]={
242513  category="mn",
242514  combining=0xE6,
242515  description="NYIAKENG PUACHUE HMONG TONE-M",
242516  direction="nsm",
242517  linebreak="cm",
242518  unicodeslot=0x1E131,
242519 },
242520 [0x1E132]={
242521  category="mn",
242522  combining=0xE6,
242523  description="NYIAKENG PUACHUE HMONG TONE-J",
242524  direction="nsm",
242525  linebreak="cm",
242526  unicodeslot=0x1E132,
242527 },
242528 [0x1E133]={
242529  category="mn",
242530  combining=0xE6,
242531  description="NYIAKENG PUACHUE HMONG TONE-V",
242532  direction="nsm",
242533  linebreak="cm",
242534  unicodeslot=0x1E133,
242535 },
242536 [0x1E134]={
242537  category="mn",
242538  combining=0xE6,
242539  description="NYIAKENG PUACHUE HMONG TONE-S",
242540  direction="nsm",
242541  linebreak="cm",
242542  unicodeslot=0x1E134,
242543 },
242544 [0x1E135]={
242545  category="mn",
242546  combining=0xE6,
242547  description="NYIAKENG PUACHUE HMONG TONE-G",
242548  direction="nsm",
242549  linebreak="cm",
242550  unicodeslot=0x1E135,
242551 },
242552 [0x1E136]={
242553  category="mn",
242554  combining=0xE6,
242555  description="NYIAKENG PUACHUE HMONG TONE-D",
242556  direction="nsm",
242557  linebreak="cm",
242558  unicodeslot=0x1E136,
242559 },
242560 [0x1E137]={
242561  category="lm",
242562  description="NYIAKENG PUACHUE HMONG SIGN FOR PERSON",
242563  direction="l",
242564  linebreak="al",
242565  unicodeslot=0x1E137,
242566 },
242567 [0x1E138]={
242568  category="lm",
242569  description="NYIAKENG PUACHUE HMONG SIGN FOR THING",
242570  direction="l",
242571  linebreak="al",
242572  unicodeslot=0x1E138,
242573 },
242574 [0x1E139]={
242575  category="lm",
242576  description="NYIAKENG PUACHUE HMONG SIGN FOR LOCATION",
242577  direction="l",
242578  linebreak="al",
242579  unicodeslot=0x1E139,
242580 },
242581 [0x1E13A]={
242582  category="lm",
242583  description="NYIAKENG PUACHUE HMONG SIGN FOR ANIMAL",
242584  direction="l",
242585  linebreak="al",
242586  unicodeslot=0x1E13A,
242587 },
242588 [0x1E13B]={
242589  category="lm",
242590  description="NYIAKENG PUACHUE HMONG SIGN FOR INVERTEBRATE",
242591  direction="l",
242592  linebreak="al",
242593  unicodeslot=0x1E13B,
242594 },
242595 [0x1E13C]={
242596  category="lm",
242597  description="NYIAKENG PUACHUE HMONG SIGN XW XW",
242598  direction="l",
242599  linebreak="al",
242600  unicodeslot=0x1E13C,
242601 },
242602 [0x1E13D]={
242603  category="lm",
242604  description="NYIAKENG PUACHUE HMONG SYLLABLE LENGTHENER",
242605  direction="l",
242606  linebreak="al",
242607  unicodeslot=0x1E13D,
242608 },
242609 [0x1E140]={
242610  category="nd",
242611  description="NYIAKENG PUACHUE HMONG DIGIT ZERO",
242612  direction="l",
242613  linebreak="nu",
242614  unicodeslot=0x1E140,
242615 },
242616 [0x1E141]={
242617  category="nd",
242618  description="NYIAKENG PUACHUE HMONG DIGIT ONE",
242619  direction="l",
242620  linebreak="nu",
242621  unicodeslot=0x1E141,
242622 },
242623 [0x1E142]={
242624  category="nd",
242625  description="NYIAKENG PUACHUE HMONG DIGIT TWO",
242626  direction="l",
242627  linebreak="nu",
242628  unicodeslot=0x1E142,
242629 },
242630 [0x1E143]={
242631  category="nd",
242632  description="NYIAKENG PUACHUE HMONG DIGIT THREE",
242633  direction="l",
242634  linebreak="nu",
242635  unicodeslot=0x1E143,
242636 },
242637 [0x1E144]={
242638  category="nd",
242639  description="NYIAKENG PUACHUE HMONG DIGIT FOUR",
242640  direction="l",
242641  linebreak="nu",
242642  unicodeslot=0x1E144,
242643 },
242644 [0x1E145]={
242645  category="nd",
242646  description="NYIAKENG PUACHUE HMONG DIGIT FIVE",
242647  direction="l",
242648  linebreak="nu",
242649  unicodeslot=0x1E145,
242650 },
242651 [0x1E146]={
242652  category="nd",
242653  description="NYIAKENG PUACHUE HMONG DIGIT SIX",
242654  direction="l",
242655  linebreak="nu",
242656  unicodeslot=0x1E146,
242657 },
242658 [0x1E147]={
242659  category="nd",
242660  description="NYIAKENG PUACHUE HMONG DIGIT SEVEN",
242661  direction="l",
242662  linebreak="nu",
242663  unicodeslot=0x1E147,
242664 },
242665 [0x1E148]={
242666  category="nd",
242667  description="NYIAKENG PUACHUE HMONG DIGIT EIGHT",
242668  direction="l",
242669  linebreak="nu",
242670  unicodeslot=0x1E148,
242671 },
242672 [0x1E149]={
242673  category="nd",
242674  description="NYIAKENG PUACHUE HMONG DIGIT NINE",
242675  direction="l",
242676  linebreak="nu",
242677  unicodeslot=0x1E149,
242678 },
242679 [0x1E14E]={
242680  category="lo",
242681  description="NYIAKENG PUACHUE HMONG LOGOGRAM NYAJ",
242682  direction="l",
242683  linebreak="al",
242684  unicodeslot=0x1E14E,
242685 },
242686 [0x1E14F]={
242687  category="so",
242688  description="NYIAKENG PUACHUE HMONG CIRCLED CA",
242689  direction="l",
242690  linebreak="al",
242691  unicodeslot=0x1E14F,
242692 },
242693 [0x1E290]={
242694  category="lo",
242695  description="TOTO LETTER PA",
242696  direction="l",
242697  linebreak="al",
242698  unicodeslot=0x1E290,
242699 },
242700 [0x1E291]={
242701  category="lo",
242702  description="TOTO LETTER BA",
242703  direction="l",
242704  linebreak="al",
242705  unicodeslot=0x1E291,
242706 },
242707 [0x1E292]={
242708  category="lo",
242709  description="TOTO LETTER TA",
242710  direction="l",
242711  linebreak="al",
242712  unicodeslot=0x1E292,
242713 },
242714 [0x1E293]={
242715  category="lo",
242716  description="TOTO LETTER DA",
242717  direction="l",
242718  linebreak="al",
242719  unicodeslot=0x1E293,
242720 },
242721 [0x1E294]={
242722  category="lo",
242723  description="TOTO LETTER KA",
242724  direction="l",
242725  linebreak="al",
242726  unicodeslot=0x1E294,
242727 },
242728 [0x1E295]={
242729  category="lo",
242730  description="TOTO LETTER GA",
242731  direction="l",
242732  linebreak="al",
242733  unicodeslot=0x1E295,
242734 },
242735 [0x1E296]={
242736  category="lo",
242737  description="TOTO LETTER MA",
242738  direction="l",
242739  linebreak="al",
242740  unicodeslot=0x1E296,
242741 },
242742 [0x1E297]={
242743  category="lo",
242744  description="TOTO LETTER NA",
242745  direction="l",
242746  linebreak="al",
242747  unicodeslot=0x1E297,
242748 },
242749 [0x1E298]={
242750  category="lo",
242751  description="TOTO LETTER NGA",
242752  direction="l",
242753  linebreak="al",
242754  unicodeslot=0x1E298,
242755 },
242756 [0x1E299]={
242757  category="lo",
242758  description="TOTO LETTER SA",
242759  direction="l",
242760  linebreak="al",
242761  unicodeslot=0x1E299,
242762 },
242763 [0x1E29A]={
242764  category="lo",
242765  description="TOTO LETTER CHA",
242766  direction="l",
242767  linebreak="al",
242768  unicodeslot=0x1E29A,
242769 },
242770 [0x1E29B]={
242771  category="lo",
242772  description="TOTO LETTER YA",
242773  direction="l",
242774  linebreak="al",
242775  unicodeslot=0x1E29B,
242776 },
242777 [0x1E29C]={
242778  category="lo",
242779  description="TOTO LETTER WA",
242780  direction="l",
242781  linebreak="al",
242782  unicodeslot=0x1E29C,
242783 },
242784 [0x1E29D]={
242785  category="lo",
242786  description="TOTO LETTER JA",
242787  direction="l",
242788  linebreak="al",
242789  unicodeslot=0x1E29D,
242790 },
242791 [0x1E29E]={
242792  category="lo",
242793  description="TOTO LETTER HA",
242794  direction="l",
242795  linebreak="al",
242796  unicodeslot=0x1E29E,
242797 },
242798 [0x1E29F]={
242799  category="lo",
242800  description="TOTO LETTER RA",
242801  direction="l",
242802  linebreak="al",
242803  unicodeslot=0x1E29F,
242804 },
242805 [0x1E2A0]={
242806  category="lo",
242807  description="TOTO LETTER LA",
242808  direction="l",
242809  linebreak="al",
242810  unicodeslot=0x1E2A0,
242811 },
242812 [0x1E2A1]={
242813  category="lo",
242814  description="TOTO LETTER I",
242815  direction="l",
242816  linebreak="al",
242817  unicodeslot=0x1E2A1,
242818 },
242819 [0x1E2A2]={
242820  category="lo",
242821  description="TOTO LETTER BREATHY I",
242822  direction="l",
242823  linebreak="al",
242824  unicodeslot=0x1E2A2,
242825 },
242826 [0x1E2A3]={
242827  category="lo",
242828  description="TOTO LETTER IU",
242829  direction="l",
242830  linebreak="al",
242831  unicodeslot=0x1E2A3,
242832 },
242833 [0x1E2A4]={
242834  category="lo",
242835  description="TOTO LETTER BREATHY IU",
242836  direction="l",
242837  linebreak="al",
242838  unicodeslot=0x1E2A4,
242839 },
242840 [0x1E2A5]={
242841  category="lo",
242842  description="TOTO LETTER U",
242843  direction="l",
242844  linebreak="al",
242845  unicodeslot=0x1E2A5,
242846 },
242847 [0x1E2A6]={
242848  category="lo",
242849  description="TOTO LETTER E",
242850  direction="l",
242851  linebreak="al",
242852  unicodeslot=0x1E2A6,
242853 },
242854 [0x1E2A7]={
242855  category="lo",
242856  description="TOTO LETTER BREATHY E",
242857  direction="l",
242858  linebreak="al",
242859  unicodeslot=0x1E2A7,
242860 },
242861 [0x1E2A8]={
242862  category="lo",
242863  description="TOTO LETTER EO",
242864  direction="l",
242865  linebreak="al",
242866  unicodeslot=0x1E2A8,
242867 },
242868 [0x1E2A9]={
242869  category="lo",
242870  description="TOTO LETTER BREATHY EO",
242871  direction="l",
242872  linebreak="al",
242873  unicodeslot=0x1E2A9,
242874 },
242875 [0x1E2AA]={
242876  category="lo",
242877  description="TOTO LETTER O",
242878  direction="l",
242879  linebreak="al",
242880  unicodeslot=0x1E2AA,
242881 },
242882 [0x1E2AB]={
242883  category="lo",
242884  description="TOTO LETTER AE",
242885  direction="l",
242886  linebreak="al",
242887  unicodeslot=0x1E2AB,
242888 },
242889 [0x1E2AC]={
242890  category="lo",
242891  description="TOTO LETTER BREATHY AE",
242892  direction="l",
242893  linebreak="al",
242894  unicodeslot=0x1E2AC,
242895 },
242896 [0x1E2AD]={
242897  category="lo",
242898  description="TOTO LETTER A",
242899  direction="l",
242900  linebreak="al",
242901  unicodeslot=0x1E2AD,
242902 },
242903 [0x1E2AE]={
242904  category="mn",
242905  combining=0xE6,
242906  description="TOTO SIGN RISING TONE",
242907  direction="nsm",
242908  linebreak="cm",
242909  unicodeslot=0x1E2AE,
242910 },
242911 [0x1E2C0]={
242912  category="lo",
242913  description="WANCHO LETTER AA",
242914  direction="l",
242915  linebreak="al",
242916  unicodeslot=0x1E2C0,
242917 },
242918 [0x1E2C1]={
242919  category="lo",
242920  description="WANCHO LETTER A",
242921  direction="l",
242922  linebreak="al",
242923  unicodeslot=0x1E2C1,
242924 },
242925 [0x1E2C2]={
242926  category="lo",
242927  description="WANCHO LETTER BA",
242928  direction="l",
242929  linebreak="al",
242930  unicodeslot=0x1E2C2,
242931 },
242932 [0x1E2C3]={
242933  category="lo",
242934  description="WANCHO LETTER CA",
242935  direction="l",
242936  linebreak="al",
242937  unicodeslot=0x1E2C3,
242938 },
242939 [0x1E2C4]={
242940  category="lo",
242941  description="WANCHO LETTER DA",
242942  direction="l",
242943  linebreak="al",
242944  unicodeslot=0x1E2C4,
242945 },
242946 [0x1E2C5]={
242947  category="lo",
242948  description="WANCHO LETTER GA",
242949  direction="l",
242950  linebreak="al",
242951  unicodeslot=0x1E2C5,
242952 },
242953 [0x1E2C6]={
242954  category="lo",
242955  description="WANCHO LETTER YA",
242956  direction="l",
242957  linebreak="al",
242958  unicodeslot=0x1E2C6,
242959 },
242960 [0x1E2C7]={
242961  category="lo",
242962  description="WANCHO LETTER PHA",
242963  direction="l",
242964  linebreak="al",
242965  unicodeslot=0x1E2C7,
242966 },
242967 [0x1E2C8]={
242968  category="lo",
242969  description="WANCHO LETTER LA",
242970  direction="l",
242971  linebreak="al",
242972  unicodeslot=0x1E2C8,
242973 },
242974 [0x1E2C9]={
242975  category="lo",
242976  description="WANCHO LETTER NA",
242977  direction="l",
242978  linebreak="al",
242979  unicodeslot=0x1E2C9,
242980 },
242981 [0x1E2CA]={
242982  category="lo",
242983  description="WANCHO LETTER PA",
242984  direction="l",
242985  linebreak="al",
242986  unicodeslot=0x1E2CA,
242987 },
242988 [0x1E2CB]={
242989  category="lo",
242990  description="WANCHO LETTER TA",
242991  direction="l",
242992  linebreak="al",
242993  unicodeslot=0x1E2CB,
242994 },
242995 [0x1E2CC]={
242996  category="lo",
242997  description="WANCHO LETTER THA",
242998  direction="l",
242999  linebreak="al",
243000  unicodeslot=0x1E2CC,
243001 },
243002 [0x1E2CD]={
243003  category="lo",
243004  description="WANCHO LETTER FA",
243005  direction="l",
243006  linebreak="al",
243007  unicodeslot=0x1E2CD,
243008 },
243009 [0x1E2CE]={
243010  category="lo",
243011  description="WANCHO LETTER SA",
243012  direction="l",
243013  linebreak="al",
243014  unicodeslot=0x1E2CE,
243015 },
243016 [0x1E2CF]={
243017  category="lo",
243018  description="WANCHO LETTER SHA",
243019  direction="l",
243020  linebreak="al",
243021  unicodeslot=0x1E2CF,
243022 },
243023 [0x1E2D0]={
243024  category="lo",
243025  description="WANCHO LETTER JA",
243026  direction="l",
243027  linebreak="al",
243028  unicodeslot=0x1E2D0,
243029 },
243030 [0x1E2D1]={
243031  category="lo",
243032  description="WANCHO LETTER ZA",
243033  direction="l",
243034  linebreak="al",
243035  unicodeslot=0x1E2D1,
243036 },
243037 [0x1E2D2]={
243038  category="lo",
243039  description="WANCHO LETTER WA",
243040  direction="l",
243041  linebreak="al",
243042  unicodeslot=0x1E2D2,
243043 },
243044 [0x1E2D3]={
243045  category="lo",
243046  description="WANCHO LETTER VA",
243047  direction="l",
243048  linebreak="al",
243049  unicodeslot=0x1E2D3,
243050 },
243051 [0x1E2D4]={
243052  category="lo",
243053  description="WANCHO LETTER KA",
243054  direction="l",
243055  linebreak="al",
243056  unicodeslot=0x1E2D4,
243057 },
243058 [0x1E2D5]={
243059  category="lo",
243060  description="WANCHO LETTER O",
243061  direction="l",
243062  linebreak="al",
243063  unicodeslot=0x1E2D5,
243064 },
243065 [0x1E2D6]={
243066  category="lo",
243067  description="WANCHO LETTER AU",
243068  direction="l",
243069  linebreak="al",
243070  unicodeslot=0x1E2D6,
243071 },
243072 [0x1E2D7]={
243073  category="lo",
243074  description="WANCHO LETTER RA",
243075  direction="l",
243076  linebreak="al",
243077  unicodeslot=0x1E2D7,
243078 },
243079 [0x1E2D8]={
243080  category="lo",
243081  description="WANCHO LETTER MA",
243082  direction="l",
243083  linebreak="al",
243084  unicodeslot=0x1E2D8,
243085 },
243086 [0x1E2D9]={
243087  category="lo",
243088  description="WANCHO LETTER KHA",
243089  direction="l",
243090  linebreak="al",
243091  unicodeslot=0x1E2D9,
243092 },
243093 [0x1E2DA]={
243094  category="lo",
243095  description="WANCHO LETTER HA",
243096  direction="l",
243097  linebreak="al",
243098  unicodeslot=0x1E2DA,
243099 },
243100 [0x1E2DB]={
243101  category="lo",
243102  description="WANCHO LETTER E",
243103  direction="l",
243104  linebreak="al",
243105  unicodeslot=0x1E2DB,
243106 },
243107 [0x1E2DC]={
243108  category="lo",
243109  description="WANCHO LETTER I",
243110  direction="l",
243111  linebreak="al",
243112  unicodeslot=0x1E2DC,
243113 },
243114 [0x1E2DD]={
243115  category="lo",
243116  description="WANCHO LETTER NGA",
243117  direction="l",
243118  linebreak="al",
243119  unicodeslot=0x1E2DD,
243120 },
243121 [0x1E2DE]={
243122  category="lo",
243123  description="WANCHO LETTER U",
243124  direction="l",
243125  linebreak="al",
243126  unicodeslot=0x1E2DE,
243127 },
243128 [0x1E2DF]={
243129  category="lo",
243130  description="WANCHO LETTER LLHA",
243131  direction="l",
243132  linebreak="al",
243133  unicodeslot=0x1E2DF,
243134 },
243135 [0x1E2E0]={
243136  category="lo",
243137  description="WANCHO LETTER TSA",
243138  direction="l",
243139  linebreak="al",
243140  unicodeslot=0x1E2E0,
243141 },
243142 [0x1E2E1]={
243143  category="lo",
243144  description="WANCHO LETTER TRA",
243145  direction="l",
243146  linebreak="al",
243147  unicodeslot=0x1E2E1,
243148 },
243149 [0x1E2E2]={
243150  category="lo",
243151  description="WANCHO LETTER ONG",
243152  direction="l",
243153  linebreak="al",
243154  unicodeslot=0x1E2E2,
243155 },
243156 [0x1E2E3]={
243157  category="lo",
243158  description="WANCHO LETTER AANG",
243159  direction="l",
243160  linebreak="al",
243161  unicodeslot=0x1E2E3,
243162 },
243163 [0x1E2E4]={
243164  category="lo",
243165  description="WANCHO LETTER ANG",
243166  direction="l",
243167  linebreak="al",
243168  unicodeslot=0x1E2E4,
243169 },
243170 [0x1E2E5]={
243171  category="lo",
243172  description="WANCHO LETTER ING",
243173  direction="l",
243174  linebreak="al",
243175  unicodeslot=0x1E2E5,
243176 },
243177 [0x1E2E6]={
243178  category="lo",
243179  description="WANCHO LETTER ON",
243180  direction="l",
243181  linebreak="al",
243182  unicodeslot=0x1E2E6,
243183 },
243184 [0x1E2E7]={
243185  category="lo",
243186  description="WANCHO LETTER EN",
243187  direction="l",
243188  linebreak="al",
243189  unicodeslot=0x1E2E7,
243190 },
243191 [0x1E2E8]={
243192  category="lo",
243193  description="WANCHO LETTER AAN",
243194  direction="l",
243195  linebreak="al",
243196  unicodeslot=0x1E2E8,
243197 },
243198 [0x1E2E9]={
243199  category="lo",
243200  description="WANCHO LETTER NYA",
243201  direction="l",
243202  linebreak="al",
243203  unicodeslot=0x1E2E9,
243204 },
243205 [0x1E2EA]={
243206  category="lo",
243207  description="WANCHO LETTER UEN",
243208  direction="l",
243209  linebreak="al",
243210  unicodeslot=0x1E2EA,
243211 },
243212 [0x1E2EB]={
243213  category="lo",
243214  description="WANCHO LETTER YIH",
243215  direction="l",
243216  linebreak="al",
243217  unicodeslot=0x1E2EB,
243218 },
243219 [0x1E2EC]={
243220  category="mn",
243221  combining=0xE6,
243222  description="WANCHO TONE TUP",
243223  direction="nsm",
243224  linebreak="cm",
243225  unicodeslot=0x1E2EC,
243226 },
243227 [0x1E2ED]={
243228  category="mn",
243229  combining=0xE6,
243230  description="WANCHO TONE TUPNI",
243231  direction="nsm",
243232  linebreak="cm",
243233  unicodeslot=0x1E2ED,
243234 },
243235 [0x1E2EE]={
243236  category="mn",
243237  combining=0xE6,
243238  description="WANCHO TONE KOI",
243239  direction="nsm",
243240  linebreak="cm",
243241  unicodeslot=0x1E2EE,
243242 },
243243 [0x1E2EF]={
243244  category="mn",
243245  combining=0xE6,
243246  description="WANCHO TONE KOINI",
243247  direction="nsm",
243248  linebreak="cm",
243249  unicodeslot=0x1E2EF,
243250 },
243251 [0x1E2F0]={
243252  category="nd",
243253  description="WANCHO DIGIT ZERO",
243254  direction="l",
243255  linebreak="nu",
243256  unicodeslot=0x1E2F0,
243257 },
243258 [0x1E2F1]={
243259  category="nd",
243260  description="WANCHO DIGIT ONE",
243261  direction="l",
243262  linebreak="nu",
243263  unicodeslot=0x1E2F1,
243264 },
243265 [0x1E2F2]={
243266  category="nd",
243267  description="WANCHO DIGIT TWO",
243268  direction="l",
243269  linebreak="nu",
243270  unicodeslot=0x1E2F2,
243271 },
243272 [0x1E2F3]={
243273  category="nd",
243274  description="WANCHO DIGIT THREE",
243275  direction="l",
243276  linebreak="nu",
243277  unicodeslot=0x1E2F3,
243278 },
243279 [0x1E2F4]={
243280  category="nd",
243281  description="WANCHO DIGIT FOUR",
243282  direction="l",
243283  linebreak="nu",
243284  unicodeslot=0x1E2F4,
243285 },
243286 [0x1E2F5]={
243287  category="nd",
243288  description="WANCHO DIGIT FIVE",
243289  direction="l",
243290  linebreak="nu",
243291  unicodeslot=0x1E2F5,
243292 },
243293 [0x1E2F6]={
243294  category="nd",
243295  description="WANCHO DIGIT SIX",
243296  direction="l",
243297  linebreak="nu",
243298  unicodeslot=0x1E2F6,
243299 },
243300 [0x1E2F7]={
243301  category="nd",
243302  description="WANCHO DIGIT SEVEN",
243303  direction="l",
243304  linebreak="nu",
243305  unicodeslot=0x1E2F7,
243306 },
243307 [0x1E2F8]={
243308  category="nd",
243309  description="WANCHO DIGIT EIGHT",
243310  direction="l",
243311  linebreak="nu",
243312  unicodeslot=0x1E2F8,
243313 },
243314 [0x1E2F9]={
243315  category="nd",
243316  description="WANCHO DIGIT NINE",
243317  direction="l",
243318  linebreak="nu",
243319  unicodeslot=0x1E2F9,
243320 },
243321 [0x1E2FF]={
243322  category="sc",
243323  description="WANCHO NGUN SIGN",
243324  direction="et",
243325  linebreak="pr",
243326  unicodeslot=0x1E2FF,
243327 },
243328 [0x1E4D0]={
243329  category="lo",
243330  description="NAG MUNDARI LETTER O",
243331  direction="l",
243332  linebreak="al",
243333  unicodeslot=0x1E4D0,
243334 },
243335 [0x1E4D1]={
243336  category="lo",
243337  description="NAG MUNDARI LETTER OP",
243338  direction="l",
243339  linebreak="al",
243340  unicodeslot=0x1E4D1,
243341 },
243342 [0x1E4D2]={
243343  category="lo",
243344  description="NAG MUNDARI LETTER OL",
243345  direction="l",
243346  linebreak="al",
243347  unicodeslot=0x1E4D2,
243348 },
243349 [0x1E4D3]={
243350  category="lo",
243351  description="NAG MUNDARI LETTER OY",
243352  direction="l",
243353  linebreak="al",
243354  unicodeslot=0x1E4D3,
243355 },
243356 [0x1E4D4]={
243357  category="lo",
243358  description="NAG MUNDARI LETTER ONG",
243359  direction="l",
243360  linebreak="al",
243361  unicodeslot=0x1E4D4,
243362 },
243363 [0x1E4D5]={
243364  category="lo",
243365  description="NAG MUNDARI LETTER A",
243366  direction="l",
243367  linebreak="al",
243368  unicodeslot=0x1E4D5,
243369 },
243370 [0x1E4D6]={
243371  category="lo",
243372  description="NAG MUNDARI LETTER AJ",
243373  direction="l",
243374  linebreak="al",
243375  unicodeslot=0x1E4D6,
243376 },
243377 [0x1E4D7]={
243378  category="lo",
243379  description="NAG MUNDARI LETTER AB",
243380  direction="l",
243381  linebreak="al",
243382  unicodeslot=0x1E4D7,
243383 },
243384 [0x1E4D8]={
243385  category="lo",
243386  description="NAG MUNDARI LETTER ANY",
243387  direction="l",
243388  linebreak="al",
243389  unicodeslot=0x1E4D8,
243390 },
243391 [0x1E4D9]={
243392  category="lo",
243393  description="NAG MUNDARI LETTER AH",
243394  direction="l",
243395  linebreak="al",
243396  unicodeslot=0x1E4D9,
243397 },
243398 [0x1E4DA]={
243399  category="lo",
243400  description="NAG MUNDARI LETTER I",
243401  direction="l",
243402  linebreak="al",
243403  unicodeslot=0x1E4DA,
243404 },
243405 [0x1E4DB]={
243406  category="lo",
243407  description="NAG MUNDARI LETTER IS",
243408  direction="l",
243409  linebreak="al",
243410  unicodeslot=0x1E4DB,
243411 },
243412 [0x1E4DC]={
243413  category="lo",
243414  description="NAG MUNDARI LETTER IDD",
243415  direction="l",
243416  linebreak="al",
243417  unicodeslot=0x1E4DC,
243418 },
243419 [0x1E4DD]={
243420  category="lo",
243421  description="NAG MUNDARI LETTER IT",
243422  direction="l",
243423  linebreak="al",
243424  unicodeslot=0x1E4DD,
243425 },
243426 [0x1E4DE]={
243427  category="lo",
243428  description="NAG MUNDARI LETTER IH",
243429  direction="l",
243430  linebreak="al",
243431  unicodeslot=0x1E4DE,
243432 },
243433 [0x1E4DF]={
243434  category="lo",
243435  description="NAG MUNDARI LETTER U",
243436  direction="l",
243437  linebreak="al",
243438  unicodeslot=0x1E4DF,
243439 },
243440 [0x1E4E0]={
243441  category="lo",
243442  description="NAG MUNDARI LETTER UC",
243443  direction="l",
243444  linebreak="al",
243445  unicodeslot=0x1E4E0,
243446 },
243447 [0x1E4E1]={
243448  category="lo",
243449  description="NAG MUNDARI LETTER UD",
243450  direction="l",
243451  linebreak="al",
243452  unicodeslot=0x1E4E1,
243453 },
243454 [0x1E4E2]={
243455  category="lo",
243456  description="NAG MUNDARI LETTER UK",
243457  direction="l",
243458  linebreak="al",
243459  unicodeslot=0x1E4E2,
243460 },
243461 [0x1E4E3]={
243462  category="lo",
243463  description="NAG MUNDARI LETTER UR",
243464  direction="l",
243465  linebreak="al",
243466  unicodeslot=0x1E4E3,
243467 },
243468 [0x1E4E4]={
243469  category="lo",
243470  description="NAG MUNDARI LETTER E",
243471  direction="l",
243472  linebreak="al",
243473  unicodeslot=0x1E4E4,
243474 },
243475 [0x1E4E5]={
243476  category="lo",
243477  description="NAG MUNDARI LETTER ENN",
243478  direction="l",
243479  linebreak="al",
243480  unicodeslot=0x1E4E5,
243481 },
243482 [0x1E4E6]={
243483  category="lo",
243484  description="NAG MUNDARI LETTER EG",
243485  direction="l",
243486  linebreak="al",
243487  unicodeslot=0x1E4E6,
243488 },
243489 [0x1E4E7]={
243490  category="lo",
243491  description="NAG MUNDARI LETTER EM",
243492  direction="l",
243493  linebreak="al",
243494  unicodeslot=0x1E4E7,
243495 },
243496 [0x1E4E8]={
243497  category="lo",
243498  description="NAG MUNDARI LETTER EN",
243499  direction="l",
243500  linebreak="al",
243501  unicodeslot=0x1E4E8,
243502 },
243503 [0x1E4E9]={
243504  category="lo",
243505  description="NAG MUNDARI LETTER ETT",
243506  direction="l",
243507  linebreak="al",
243508  unicodeslot=0x1E4E9,
243509 },
243510 [0x1E4EA]={
243511  category="lo",
243512  description="NAG MUNDARI LETTER ELL",
243513  direction="l",
243514  linebreak="al",
243515  unicodeslot=0x1E4EA,
243516 },
243517 [0x1E4EB]={
243518  category="lm",
243519  description="NAG MUNDARI SIGN OJOD",
243520  direction="l",
243521  linebreak="al",
243522  unicodeslot=0x1E4EB,
243523 },
243524 [0x1E4EC]={
243525  category="mn",
243526  combining=0xE8,
243527  description="NAG MUNDARI SIGN MUHOR",
243528  direction="nsm",
243529  linebreak="cm",
243530  unicodeslot=0x1E4EC,
243531 },
243532 [0x1E4ED]={
243533  category="mn",
243534  combining=0xE8,
243535  description="NAG MUNDARI SIGN TOYOR",
243536  direction="nsm",
243537  linebreak="cm",
243538  unicodeslot=0x1E4ED,
243539 },
243540 [0x1E4EE]={
243541  category="mn",
243542  combining=0xDC,
243543  description="NAG MUNDARI SIGN IKIR",
243544  direction="nsm",
243545  linebreak="cm",
243546  unicodeslot=0x1E4EE,
243547 },
243548 [0x1E4EF]={
243549  category="mn",
243550  combining=0xE6,
243551  description="NAG MUNDARI SIGN SUTUH",
243552  direction="nsm",
243553  linebreak="cm",
243554  unicodeslot=0x1E4EF,
243555 },
243556 [0x1E4F0]={
243557  category="nd",
243558  description="NAG MUNDARI DIGIT ZERO",
243559  direction="l",
243560  linebreak="nu",
243561  unicodeslot=0x1E4F0,
243562 },
243563 [0x1E4F1]={
243564  category="nd",
243565  description="NAG MUNDARI DIGIT ONE",
243566  direction="l",
243567  linebreak="nu",
243568  unicodeslot=0x1E4F1,
243569 },
243570 [0x1E4F2]={
243571  category="nd",
243572  description="NAG MUNDARI DIGIT TWO",
243573  direction="l",
243574  linebreak="nu",
243575  unicodeslot=0x1E4F2,
243576 },
243577 [0x1E4F3]={
243578  category="nd",
243579  description="NAG MUNDARI DIGIT THREE",
243580  direction="l",
243581  linebreak="nu",
243582  unicodeslot=0x1E4F3,
243583 },
243584 [0x1E4F4]={
243585  category="nd",
243586  description="NAG MUNDARI DIGIT FOUR",
243587  direction="l",
243588  linebreak="nu",
243589  unicodeslot=0x1E4F4,
243590 },
243591 [0x1E4F5]={
243592  category="nd",
243593  description="NAG MUNDARI DIGIT FIVE",
243594  direction="l",
243595  linebreak="nu",
243596  unicodeslot=0x1E4F5,
243597 },
243598 [0x1E4F6]={
243599  category="nd",
243600  description="NAG MUNDARI DIGIT SIX",
243601  direction="l",
243602  linebreak="nu",
243603  unicodeslot=0x1E4F6,
243604 },
243605 [0x1E4F7]={
243606  category="nd",
243607  description="NAG MUNDARI DIGIT SEVEN",
243608  direction="l",
243609  linebreak="nu",
243610  unicodeslot=0x1E4F7,
243611 },
243612 [0x1E4F8]={
243613  category="nd",
243614  description="NAG MUNDARI DIGIT EIGHT",
243615  direction="l",
243616  linebreak="nu",
243617  unicodeslot=0x1E4F8,
243618 },
243619 [0x1E4F9]={
243620  category="nd",
243621  description="NAG MUNDARI DIGIT NINE",
243622  direction="l",
243623  linebreak="nu",
243624  unicodeslot=0x1E4F9,
243625 },
243626 [0x1E5D0]={
243627  category="lo",
243628  description="OL ONAL LETTER O",
243629  direction="l",
243630  linebreak="al",
243631  unicodeslot=0x1E5D0,
243632 },
243633 [0x1E5D1]={
243634  category="lo",
243635  description="OL ONAL LETTER OM",
243636  direction="l",
243637  linebreak="al",
243638  unicodeslot=0x1E5D1,
243639 },
243640 [0x1E5D2]={
243641  category="lo",
243642  description="OL ONAL LETTER ONG",
243643  direction="l",
243644  linebreak="al",
243645  unicodeslot=0x1E5D2,
243646 },
243647 [0x1E5D3]={
243648  category="lo",
243649  description="OL ONAL LETTER ORR",
243650  direction="l",
243651  linebreak="al",
243652  unicodeslot=0x1E5D3,
243653 },
243654 [0x1E5D4]={
243655  category="lo",
243656  description="OL ONAL LETTER OO",
243657  direction="l",
243658  linebreak="al",
243659  unicodeslot=0x1E5D4,
243660 },
243661 [0x1E5D5]={
243662  category="lo",
243663  description="OL ONAL LETTER OY",
243664  direction="l",
243665  linebreak="al",
243666  unicodeslot=0x1E5D5,
243667 },
243668 [0x1E5D6]={
243669  category="lo",
243670  description="OL ONAL LETTER A",
243671  direction="l",
243672  linebreak="al",
243673  unicodeslot=0x1E5D6,
243674 },
243675 [0x1E5D7]={
243676  category="lo",
243677  description="OL ONAL LETTER AD",
243678  direction="l",
243679  linebreak="al",
243680  unicodeslot=0x1E5D7,
243681 },
243682 [0x1E5D8]={
243683  category="lo",
243684  description="OL ONAL LETTER AB",
243685  direction="l",
243686  linebreak="al",
243687  unicodeslot=0x1E5D8,
243688 },
243689 [0x1E5D9]={
243690  category="lo",
243691  description="OL ONAL LETTER AH",
243692  direction="l",
243693  linebreak="al",
243694  unicodeslot=0x1E5D9,
243695 },
243696 [0x1E5DA]={
243697  category="lo",
243698  description="OL ONAL LETTER AL",
243699  direction="l",
243700  linebreak="al",
243701  unicodeslot=0x1E5DA,
243702 },
243703 [0x1E5DB]={
243704  category="lo",
243705  description="OL ONAL LETTER AW",
243706  direction="l",
243707  linebreak="al",
243708  unicodeslot=0x1E5DB,
243709 },
243710 [0x1E5DC]={
243711  category="lo",
243712  description="OL ONAL LETTER I",
243713  direction="l",
243714  linebreak="al",
243715  unicodeslot=0x1E5DC,
243716 },
243717 [0x1E5DD]={
243718  category="lo",
243719  description="OL ONAL LETTER IT",
243720  direction="l",
243721  linebreak="al",
243722  unicodeslot=0x1E5DD,
243723 },
243724 [0x1E5DE]={
243725  category="lo",
243726  description="OL ONAL LETTER IP",
243727  direction="l",
243728  linebreak="al",
243729  unicodeslot=0x1E5DE,
243730 },
243731 [0x1E5DF]={
243732  category="lo",
243733  description="OL ONAL LETTER ITT",
243734  direction="l",
243735  linebreak="al",
243736  unicodeslot=0x1E5DF,
243737 },
243738 [0x1E5E0]={
243739  category="lo",
243740  description="OL ONAL LETTER ID",
243741  direction="l",
243742  linebreak="al",
243743  unicodeslot=0x1E5E0,
243744 },
243745 [0x1E5E1]={
243746  category="lo",
243747  description="OL ONAL LETTER IN",
243748  direction="l",
243749  linebreak="al",
243750  unicodeslot=0x1E5E1,
243751 },
243752 [0x1E5E2]={
243753  category="lo",
243754  description="OL ONAL LETTER U",
243755  direction="l",
243756  linebreak="al",
243757  unicodeslot=0x1E5E2,
243758 },
243759 [0x1E5E3]={
243760  category="lo",
243761  description="OL ONAL LETTER UK",
243762  direction="l",
243763  linebreak="al",
243764  unicodeslot=0x1E5E3,
243765 },
243766 [0x1E5E4]={
243767  category="lo",
243768  description="OL ONAL LETTER UDD",
243769  direction="l",
243770  linebreak="al",
243771  unicodeslot=0x1E5E4,
243772 },
243773 [0x1E5E5]={
243774  category="lo",
243775  description="OL ONAL LETTER UJ",
243776  direction="l",
243777  linebreak="al",
243778  unicodeslot=0x1E5E5,
243779 },
243780 [0x1E5E6]={
243781  category="lo",
243782  description="OL ONAL LETTER UNY",
243783  direction="l",
243784  linebreak="al",
243785  unicodeslot=0x1E5E6,
243786 },
243787 [0x1E5E7]={
243788  category="lo",
243789  description="OL ONAL LETTER UR",
243790  direction="l",
243791  linebreak="al",
243792  unicodeslot=0x1E5E7,
243793 },
243794 [0x1E5E8]={
243795  category="lo",
243796  description="OL ONAL LETTER E",
243797  direction="l",
243798  linebreak="al",
243799  unicodeslot=0x1E5E8,
243800 },
243801 [0x1E5E9]={
243802  category="lo",
243803  description="OL ONAL LETTER ES",
243804  direction="l",
243805  linebreak="al",
243806  unicodeslot=0x1E5E9,
243807 },
243808 [0x1E5EA]={
243809  category="lo",
243810  description="OL ONAL LETTER EH",
243811  direction="l",
243812  linebreak="al",
243813  unicodeslot=0x1E5EA,
243814 },
243815 [0x1E5EB]={
243816  category="lo",
243817  description="OL ONAL LETTER EC",
243818  direction="l",
243819  linebreak="al",
243820  unicodeslot=0x1E5EB,
243821 },
243822 [0x1E5EC]={
243823  category="lo",
243824  description="OL ONAL LETTER ENN",
243825  direction="l",
243826  linebreak="al",
243827  unicodeslot=0x1E5EC,
243828 },
243829 [0x1E5ED]={
243830  category="lo",
243831  description="OL ONAL LETTER EG",
243832  direction="l",
243833  linebreak="al",
243834  unicodeslot=0x1E5ED,
243835 },
243836 [0x1E5EE]={
243837  category="mn",
243838  combining=0xE6,
243839  description="OL ONAL SIGN MU",
243840  direction="nsm",
243841  linebreak="cm",
243842  unicodeslot=0x1E5EE,
243843 },
243844 [0x1E5EF]={
243845  category="mn",
243846  combining=0xDC,
243847  description="OL ONAL SIGN IKIR",
243848  direction="nsm",
243849  linebreak="cm",
243850  unicodeslot=0x1E5EF,
243851 },
243852 [0x1E5F0]={
243853  category="lo",
243854  description="OL ONAL SIGN HODDOND",
243855  direction="l",
243856  linebreak="al",
243857  unicodeslot=0x1E5F0,
243858 },
243859 [0x1E5F1]={
243860  category="nd",
243861  description="OL ONAL DIGIT ZERO",
243862  direction="l",
243863  linebreak="nu",
243864  unicodeslot=0x1E5F1,
243865 },
243866 [0x1E5F2]={
243867  category="nd",
243868  description="OL ONAL DIGIT ONE",
243869  direction="l",
243870  linebreak="nu",
243871  unicodeslot=0x1E5F2,
243872 },
243873 [0x1E5F3]={
243874  category="nd",
243875  description="OL ONAL DIGIT TWO",
243876  direction="l",
243877  linebreak="nu",
243878  unicodeslot=0x1E5F3,
243879 },
243880 [0x1E5F4]={
243881  category="nd",
243882  description="OL ONAL DIGIT THREE",
243883  direction="l",
243884  linebreak="nu",
243885  unicodeslot=0x1E5F4,
243886 },
243887 [0x1E5F5]={
243888  category="nd",
243889  description="OL ONAL DIGIT FOUR",
243890  direction="l",
243891  linebreak="nu",
243892  unicodeslot=0x1E5F5,
243893 },
243894 [0x1E5F6]={
243895  category="nd",
243896  description="OL ONAL DIGIT FIVE",
243897  direction="l",
243898  linebreak="nu",
243899  unicodeslot=0x1E5F6,
243900 },
243901 [0x1E5F7]={
243902  category="nd",
243903  description="OL ONAL DIGIT SIX",
243904  direction="l",
243905  linebreak="nu",
243906  unicodeslot=0x1E5F7,
243907 },
243908 [0x1E5F8]={
243909  category="nd",
243910  description="OL ONAL DIGIT SEVEN",
243911  direction="l",
243912  linebreak="nu",
243913  unicodeslot=0x1E5F8,
243914 },
243915 [0x1E5F9]={
243916  category="nd",
243917  description="OL ONAL DIGIT EIGHT",
243918  direction="l",
243919  linebreak="nu",
243920  unicodeslot=0x1E5F9,
243921 },
243922 [0x1E5FA]={
243923  category="nd",
243924  description="OL ONAL DIGIT NINE",
243925  direction="l",
243926  linebreak="nu",
243927  unicodeslot=0x1E5FA,
243928 },
243929 [0x1E5FF]={
243930  category="po",
243931  description="OL ONAL ABBREVIATION SIGN",
243932  direction="l",
243933  linebreak="al",
243934  unicodeslot=0x1E5FF,
243935 },
243936 [0x1E7E0]={
243937  category="lo",
243938  description="ETHIOPIC SYLLABLE HHYA",
243939  direction="l",
243940  linebreak="al",
243941  unicodeslot=0x1E7E0,
243942 },
243943 [0x1E7E1]={
243944  category="lo",
243945  description="ETHIOPIC SYLLABLE HHYU",
243946  direction="l",
243947  linebreak="al",
243948  unicodeslot=0x1E7E1,
243949 },
243950 [0x1E7E2]={
243951  category="lo",
243952  description="ETHIOPIC SYLLABLE HHYI",
243953  direction="l",
243954  linebreak="al",
243955  unicodeslot=0x1E7E2,
243956 },
243957 [0x1E7E3]={
243958  category="lo",
243959  description="ETHIOPIC SYLLABLE HHYAA",
243960  direction="l",
243961  linebreak="al",
243962  unicodeslot=0x1E7E3,
243963 },
243964 [0x1E7E4]={
243965  category="lo",
243966  description="ETHIOPIC SYLLABLE HHYEE",
243967  direction="l",
243968  linebreak="al",
243969  unicodeslot=0x1E7E4,
243970 },
243971 [0x1E7E5]={
243972  category="lo",
243973  description="ETHIOPIC SYLLABLE HHYE",
243974  direction="l",
243975  linebreak="al",
243976  unicodeslot=0x1E7E5,
243977 },
243978 [0x1E7E6]={
243979  category="lo",
243980  description="ETHIOPIC SYLLABLE HHYO",
243981  direction="l",
243982  linebreak="al",
243983  unicodeslot=0x1E7E6,
243984 },
243985 [0x1E7E8]={
243986  category="lo",
243987  description="ETHIOPIC SYLLABLE GURAGE HHWA",
243988  direction="l",
243989  linebreak="al",
243990  unicodeslot=0x1E7E8,
243991 },
243992 [0x1E7E9]={
243993  category="lo",
243994  description="ETHIOPIC SYLLABLE HHWI",
243995  direction="l",
243996  linebreak="al",
243997  unicodeslot=0x1E7E9,
243998 },
243999 [0x1E7EA]={
244000  category="lo",
244001  description="ETHIOPIC SYLLABLE HHWEE",
244002  direction="l",
244003  linebreak="al",
244004  unicodeslot=0x1E7EA,
244005 },
244006 [0x1E7EB]={
244007  category="lo",
244008  description="ETHIOPIC SYLLABLE HHWE",
244009  direction="l",
244010  linebreak="al",
244011  unicodeslot=0x1E7EB,
244012 },
244013 [0x1E7ED]={
244014  category="lo",
244015  description="ETHIOPIC SYLLABLE GURAGE MWI",
244016  direction="l",
244017  linebreak="al",
244018  unicodeslot=0x1E7ED,
244019 },
244020 [0x1E7EE]={
244021  category="lo",
244022  description="ETHIOPIC SYLLABLE GURAGE MWEE",
244023  direction="l",
244024  linebreak="al",
244025  unicodeslot=0x1E7EE,
244026 },
244027 [0x1E7F0]={
244028  category="lo",
244029  description="ETHIOPIC SYLLABLE GURAGE QWI",
244030  direction="l",
244031  linebreak="al",
244032  unicodeslot=0x1E7F0,
244033 },
244034 [0x1E7F1]={
244035  category="lo",
244036  description="ETHIOPIC SYLLABLE GURAGE QWEE",
244037  direction="l",
244038  linebreak="al",
244039  unicodeslot=0x1E7F1,
244040 },
244041 [0x1E7F2]={
244042  category="lo",
244043  description="ETHIOPIC SYLLABLE GURAGE QWE",
244044  direction="l",
244045  linebreak="al",
244046  unicodeslot=0x1E7F2,
244047 },
244048 [0x1E7F3]={
244049  category="lo",
244050  description="ETHIOPIC SYLLABLE GURAGE BWI",
244051  direction="l",
244052  linebreak="al",
244053  unicodeslot=0x1E7F3,
244054 },
244055 [0x1E7F4]={
244056  category="lo",
244057  description="ETHIOPIC SYLLABLE GURAGE BWEE",
244058  direction="l",
244059  linebreak="al",
244060  unicodeslot=0x1E7F4,
244061 },
244062 [0x1E7F5]={
244063  category="lo",
244064  description="ETHIOPIC SYLLABLE GURAGE KWI",
244065  direction="l",
244066  linebreak="al",
244067  unicodeslot=0x1E7F5,
244068 },
244069 [0x1E7F6]={
244070  category="lo",
244071  description="ETHIOPIC SYLLABLE GURAGE KWEE",
244072  direction="l",
244073  linebreak="al",
244074  unicodeslot=0x1E7F6,
244075 },
244076 [0x1E7F7]={
244077  category="lo",
244078  description="ETHIOPIC SYLLABLE GURAGE KWE",
244079  direction="l",
244080  linebreak="al",
244081  unicodeslot=0x1E7F7,
244082 },
244083 [0x1E7F8]={
244084  category="lo",
244085  description="ETHIOPIC SYLLABLE GURAGE GWI",
244086  direction="l",
244087  linebreak="al",
244088  unicodeslot=0x1E7F8,
244089 },
244090 [0x1E7F9]={
244091  category="lo",
244092  description="ETHIOPIC SYLLABLE GURAGE GWEE",
244093  direction="l",
244094  linebreak="al",
244095  unicodeslot=0x1E7F9,
244096 },
244097 [0x1E7FA]={
244098  category="lo",
244099  description="ETHIOPIC SYLLABLE GURAGE GWE",
244100  direction="l",
244101  linebreak="al",
244102  unicodeslot=0x1E7FA,
244103 },
244104 [0x1E7FB]={
244105  category="lo",
244106  description="ETHIOPIC SYLLABLE GURAGE FWI",
244107  direction="l",
244108  linebreak="al",
244109  unicodeslot=0x1E7FB,
244110 },
244111 [0x1E7FC]={
244112  category="lo",
244113  description="ETHIOPIC SYLLABLE GURAGE FWEE",
244114  direction="l",
244115  linebreak="al",
244116  unicodeslot=0x1E7FC,
244117 },
244118 [0x1E7FD]={
244119  category="lo",
244120  description="ETHIOPIC SYLLABLE GURAGE PWI",
244121  direction="l",
244122  linebreak="al",
244123  unicodeslot=0x1E7FD,
244124 },
244125 [0x1E7FE]={
244126  category="lo",
244127  description="ETHIOPIC SYLLABLE GURAGE PWEE",
244128  direction="l",
244129  linebreak="al",
244130  unicodeslot=0x1E7FE,
244131 },
244132 [0x1E800]={
244133  category="lo",
244134  description="MENDE KIKAKUI SYLLABLE M001 KI",
244135  direction="r",
244136  linebreak="al",
244137  unicodeslot=0x1E800,
244138 },
244139 [0x1E801]={
244140  category="lo",
244141  description="MENDE KIKAKUI SYLLABLE M002 KA",
244142  direction="r",
244143  linebreak="al",
244144  unicodeslot=0x1E801,
244145 },
244146 [0x1E802]={
244147  category="lo",
244148  description="MENDE KIKAKUI SYLLABLE M003 KU",
244149  direction="r",
244150  linebreak="al",
244151  unicodeslot=0x1E802,
244152 },
244153 [0x1E803]={
244154  category="lo",
244155  description="MENDE KIKAKUI SYLLABLE M065 KEE",
244156  direction="r",
244157  linebreak="al",
244158  unicodeslot=0x1E803,
244159 },
244160 [0x1E804]={
244161  category="lo",
244162  description="MENDE KIKAKUI SYLLABLE M095 KE",
244163  direction="r",
244164  linebreak="al",
244165  unicodeslot=0x1E804,
244166 },
244167 [0x1E805]={
244168  category="lo",
244169  description="MENDE KIKAKUI SYLLABLE M076 KOO",
244170  direction="r",
244171  linebreak="al",
244172  unicodeslot=0x1E805,
244173 },
244174 [0x1E806]={
244175  category="lo",
244176  description="MENDE KIKAKUI SYLLABLE M048 KO",
244177  direction="r",
244178  linebreak="al",
244179  unicodeslot=0x1E806,
244180 },
244181 [0x1E807]={
244182  category="lo",
244183  description="MENDE KIKAKUI SYLLABLE M179 KUA",
244184  direction="r",
244185  linebreak="al",
244186  unicodeslot=0x1E807,
244187 },
244188 [0x1E808]={
244189  category="lo",
244190  description="MENDE KIKAKUI SYLLABLE M004 WI",
244191  direction="r",
244192  linebreak="al",
244193  unicodeslot=0x1E808,
244194 },
244195 [0x1E809]={
244196  category="lo",
244197  description="MENDE KIKAKUI SYLLABLE M005 WA",
244198  direction="r",
244199  linebreak="al",
244200  unicodeslot=0x1E809,
244201 },
244202 [0x1E80A]={
244203  category="lo",
244204  description="MENDE KIKAKUI SYLLABLE M006 WU",
244205  direction="r",
244206  linebreak="al",
244207  unicodeslot=0x1E80A,
244208 },
244209 [0x1E80B]={
244210  category="lo",
244211  description="MENDE KIKAKUI SYLLABLE M126 WEE",
244212  direction="r",
244213  linebreak="al",
244214  unicodeslot=0x1E80B,
244215 },
244216 [0x1E80C]={
244217  category="lo",
244218  description="MENDE KIKAKUI SYLLABLE M118 WE",
244219  direction="r",
244220  linebreak="al",
244221  unicodeslot=0x1E80C,
244222 },
244223 [0x1E80D]={
244224  category="lo",
244225  description="MENDE KIKAKUI SYLLABLE M114 WOO",
244226  direction="r",
244227  linebreak="al",
244228  unicodeslot=0x1E80D,
244229 },
244230 [0x1E80E]={
244231  category="lo",
244232  description="MENDE KIKAKUI SYLLABLE M045 WO",
244233  direction="r",
244234  linebreak="al",
244235  unicodeslot=0x1E80E,
244236 },
244237 [0x1E80F]={
244238  category="lo",
244239  description="MENDE KIKAKUI SYLLABLE M194 WUI",
244240  direction="r",
244241  linebreak="al",
244242  unicodeslot=0x1E80F,
244243 },
244244 [0x1E810]={
244245  category="lo",
244246  description="MENDE KIKAKUI SYLLABLE M143 WEI",
244247  direction="r",
244248  linebreak="al",
244249  unicodeslot=0x1E810,
244250 },
244251 [0x1E811]={
244252  category="lo",
244253  description="MENDE KIKAKUI SYLLABLE M061 WVI",
244254  direction="r",
244255  linebreak="al",
244256  unicodeslot=0x1E811,
244257 },
244258 [0x1E812]={
244259  category="lo",
244260  description="MENDE KIKAKUI SYLLABLE M049 WVA",
244261  direction="r",
244262  linebreak="al",
244263  unicodeslot=0x1E812,
244264 },
244265 [0x1E813]={
244266  category="lo",
244267  description="MENDE KIKAKUI SYLLABLE M139 WVE",
244268  direction="r",
244269  linebreak="al",
244270  unicodeslot=0x1E813,
244271 },
244272 [0x1E814]={
244273  category="lo",
244274  description="MENDE KIKAKUI SYLLABLE M007 MIN",
244275  direction="r",
244276  linebreak="al",
244277  unicodeslot=0x1E814,
244278 },
244279 [0x1E815]={
244280  category="lo",
244281  description="MENDE KIKAKUI SYLLABLE M008 MAN",
244282  direction="r",
244283  linebreak="al",
244284  unicodeslot=0x1E815,
244285 },
244286 [0x1E816]={
244287  category="lo",
244288  description="MENDE KIKAKUI SYLLABLE M009 MUN",
244289  direction="r",
244290  linebreak="al",
244291  unicodeslot=0x1E816,
244292 },
244293 [0x1E817]={
244294  category="lo",
244295  description="MENDE KIKAKUI SYLLABLE M059 MEN",
244296  direction="r",
244297  linebreak="al",
244298  unicodeslot=0x1E817,
244299 },
244300 [0x1E818]={
244301  category="lo",
244302  description="MENDE KIKAKUI SYLLABLE M094 MON",
244303  direction="r",
244304  linebreak="al",
244305  unicodeslot=0x1E818,
244306 },
244307 [0x1E819]={
244308  category="lo",
244309  description="MENDE KIKAKUI SYLLABLE M154 MUAN",
244310  direction="r",
244311  linebreak="al",
244312  unicodeslot=0x1E819,
244313 },
244314 [0x1E81A]={
244315  category="lo",
244316  description="MENDE KIKAKUI SYLLABLE M189 MUEN",
244317  direction="r",
244318  linebreak="al",
244319  unicodeslot=0x1E81A,
244320 },
244321 [0x1E81B]={
244322  category="lo",
244323  description="MENDE KIKAKUI SYLLABLE M010 BI",
244324  direction="r",
244325  linebreak="al",
244326  unicodeslot=0x1E81B,
244327 },
244328 [0x1E81C]={
244329  category="lo",
244330  description="MENDE KIKAKUI SYLLABLE M011 BA",
244331  direction="r",
244332  linebreak="al",
244333  unicodeslot=0x1E81C,
244334 },
244335 [0x1E81D]={
244336  category="lo",
244337  description="MENDE KIKAKUI SYLLABLE M012 BU",
244338  direction="r",
244339  linebreak="al",
244340  unicodeslot=0x1E81D,
244341 },
244342 [0x1E81E]={
244343  category="lo",
244344  description="MENDE KIKAKUI SYLLABLE M150 BEE",
244345  direction="r",
244346  linebreak="al",
244347  unicodeslot=0x1E81E,
244348 },
244349 [0x1E81F]={
244350  category="lo",
244351  description="MENDE KIKAKUI SYLLABLE M097 BE",
244352  direction="r",
244353  linebreak="al",
244354  unicodeslot=0x1E81F,
244355 },
244356 [0x1E820]={
244357  category="lo",
244358  description="MENDE KIKAKUI SYLLABLE M103 BOO",
244359  direction="r",
244360  linebreak="al",
244361  unicodeslot=0x1E820,
244362 },
244363 [0x1E821]={
244364  category="lo",
244365  description="MENDE KIKAKUI SYLLABLE M138 BO",
244366  direction="r",
244367  linebreak="al",
244368  unicodeslot=0x1E821,
244369 },
244370 [0x1E822]={
244371  category="lo",
244372  description="MENDE KIKAKUI SYLLABLE M013 I",
244373  direction="r",
244374  linebreak="al",
244375  unicodeslot=0x1E822,
244376 },
244377 [0x1E823]={
244378  category="lo",
244379  description="MENDE KIKAKUI SYLLABLE M014 A",
244380  direction="r",
244381  linebreak="al",
244382  unicodeslot=0x1E823,
244383 },
244384 [0x1E824]={
244385  category="lo",
244386  description="MENDE KIKAKUI SYLLABLE M015 U",
244387  direction="r",
244388  linebreak="al",
244389  unicodeslot=0x1E824,
244390 },
244391 [0x1E825]={
244392  category="lo",
244393  description="MENDE KIKAKUI SYLLABLE M163 EE",
244394  direction="r",
244395  linebreak="al",
244396  unicodeslot=0x1E825,
244397 },
244398 [0x1E826]={
244399  category="lo",
244400  description="MENDE KIKAKUI SYLLABLE M100 E",
244401  direction="r",
244402  linebreak="al",
244403  unicodeslot=0x1E826,
244404 },
244405 [0x1E827]={
244406  category="lo",
244407  description="MENDE KIKAKUI SYLLABLE M165 OO",
244408  direction="r",
244409  linebreak="al",
244410  unicodeslot=0x1E827,
244411 },
244412 [0x1E828]={
244413  category="lo",
244414  description="MENDE KIKAKUI SYLLABLE M147 O",
244415  direction="r",
244416  linebreak="al",
244417  unicodeslot=0x1E828,
244418 },
244419 [0x1E829]={
244420  category="lo",
244421  description="MENDE KIKAKUI SYLLABLE M137 EI",
244422  direction="r",
244423  linebreak="al",
244424  unicodeslot=0x1E829,
244425 },
244426 [0x1E82A]={
244427  category="lo",
244428  description="MENDE KIKAKUI SYLLABLE M131 IN",
244429  direction="r",
244430  linebreak="al",
244431  unicodeslot=0x1E82A,
244432 },
244433 [0x1E82B]={
244434  category="lo",
244435  description="MENDE KIKAKUI SYLLABLE M135 IN",
244436  direction="r",
244437  linebreak="al",
244438  unicodeslot=0x1E82B,
244439 },
244440 [0x1E82C]={
244441  category="lo",
244442  description="MENDE KIKAKUI SYLLABLE M195 AN",
244443  direction="r",
244444  linebreak="al",
244445  unicodeslot=0x1E82C,
244446 },
244447 [0x1E82D]={
244448  category="lo",
244449  description="MENDE KIKAKUI SYLLABLE M178 EN",
244450  direction="r",
244451  linebreak="al",
244452  unicodeslot=0x1E82D,
244453 },
244454 [0x1E82E]={
244455  category="lo",
244456  description="MENDE KIKAKUI SYLLABLE M019 SI",
244457  direction="r",
244458  linebreak="al",
244459  unicodeslot=0x1E82E,
244460 },
244461 [0x1E82F]={
244462  category="lo",
244463  description="MENDE KIKAKUI SYLLABLE M020 SA",
244464  direction="r",
244465  linebreak="al",
244466  unicodeslot=0x1E82F,
244467 },
244468 [0x1E830]={
244469  category="lo",
244470  description="MENDE KIKAKUI SYLLABLE M021 SU",
244471  direction="r",
244472  linebreak="al",
244473  unicodeslot=0x1E830,
244474 },
244475 [0x1E831]={
244476  category="lo",
244477  description="MENDE KIKAKUI SYLLABLE M162 SEE",
244478  direction="r",
244479  linebreak="al",
244480  unicodeslot=0x1E831,
244481 },
244482 [0x1E832]={
244483  category="lo",
244484  description="MENDE KIKAKUI SYLLABLE M116 SE",
244485  direction="r",
244486  linebreak="al",
244487  unicodeslot=0x1E832,
244488 },
244489 [0x1E833]={
244490  category="lo",
244491  description="MENDE KIKAKUI SYLLABLE M136 SOO",
244492  direction="r",
244493  linebreak="al",
244494  unicodeslot=0x1E833,
244495 },
244496 [0x1E834]={
244497  category="lo",
244498  description="MENDE KIKAKUI SYLLABLE M079 SO",
244499  direction="r",
244500  linebreak="al",
244501  unicodeslot=0x1E834,
244502 },
244503 [0x1E835]={
244504  category="lo",
244505  description="MENDE KIKAKUI SYLLABLE M196 SIA",
244506  direction="r",
244507  linebreak="al",
244508  unicodeslot=0x1E835,
244509 },
244510 [0x1E836]={
244511  category="lo",
244512  description="MENDE KIKAKUI SYLLABLE M025 LI",
244513  direction="r",
244514  linebreak="al",
244515  unicodeslot=0x1E836,
244516 },
244517 [0x1E837]={
244518  category="lo",
244519  description="MENDE KIKAKUI SYLLABLE M026 LA",
244520  direction="r",
244521  linebreak="al",
244522  unicodeslot=0x1E837,
244523 },
244524 [0x1E838]={
244525  category="lo",
244526  description="MENDE KIKAKUI SYLLABLE M027 LU",
244527  direction="r",
244528  linebreak="al",
244529  unicodeslot=0x1E838,
244530 },
244531 [0x1E839]={
244532  category="lo",
244533  description="MENDE KIKAKUI SYLLABLE M084 LEE",
244534  direction="r",
244535  linebreak="al",
244536  unicodeslot=0x1E839,
244537 },
244538 [0x1E83A]={
244539  category="lo",
244540  description="MENDE KIKAKUI SYLLABLE M073 LE",
244541  direction="r",
244542  linebreak="al",
244543  unicodeslot=0x1E83A,
244544 },
244545 [0x1E83B]={
244546  category="lo",
244547  description="MENDE KIKAKUI SYLLABLE M054 LOO",
244548  direction="r",
244549  linebreak="al",
244550  unicodeslot=0x1E83B,
244551 },
244552 [0x1E83C]={
244553  category="lo",
244554  description="MENDE KIKAKUI SYLLABLE M153 LO",
244555  direction="r",
244556  linebreak="al",
244557  unicodeslot=0x1E83C,
244558 },
244559 [0x1E83D]={
244560  category="lo",
244561  description="MENDE KIKAKUI SYLLABLE M110 LONG LE",
244562  direction="r",
244563  linebreak="al",
244564  unicodeslot=0x1E83D,
244565 },
244566 [0x1E83E]={
244567  category="lo",
244568  description="MENDE KIKAKUI SYLLABLE M016 DI",
244569  direction="r",
244570  linebreak="al",
244571  unicodeslot=0x1E83E,
244572 },
244573 [0x1E83F]={
244574  category="lo",
244575  description="MENDE KIKAKUI SYLLABLE M017 DA",
244576  direction="r",
244577  linebreak="al",
244578  unicodeslot=0x1E83F,
244579 },
244580 [0x1E840]={
244581  category="lo",
244582  description="MENDE KIKAKUI SYLLABLE M018 DU",
244583  direction="r",
244584  linebreak="al",
244585  unicodeslot=0x1E840,
244586 },
244587 [0x1E841]={
244588  category="lo",
244589  description="MENDE KIKAKUI SYLLABLE M089 DEE",
244590  direction="r",
244591  linebreak="al",
244592  unicodeslot=0x1E841,
244593 },
244594 [0x1E842]={
244595  category="lo",
244596  description="MENDE KIKAKUI SYLLABLE M180 DOO",
244597  direction="r",
244598  linebreak="al",
244599  unicodeslot=0x1E842,
244600 },
244601 [0x1E843]={
244602  category="lo",
244603  description="MENDE KIKAKUI SYLLABLE M181 DO",
244604  direction="r",
244605  linebreak="al",
244606  unicodeslot=0x1E843,
244607 },
244608 [0x1E844]={
244609  category="lo",
244610  description="MENDE KIKAKUI SYLLABLE M022 TI",
244611  direction="r",
244612  linebreak="al",
244613  unicodeslot=0x1E844,
244614 },
244615 [0x1E845]={
244616  category="lo",
244617  description="MENDE KIKAKUI SYLLABLE M023 TA",
244618  direction="r",
244619  linebreak="al",
244620  unicodeslot=0x1E845,
244621 },
244622 [0x1E846]={
244623  category="lo",
244624  description="MENDE KIKAKUI SYLLABLE M024 TU",
244625  direction="r",
244626  linebreak="al",
244627  unicodeslot=0x1E846,
244628 },
244629 [0x1E847]={
244630  category="lo",
244631  description="MENDE KIKAKUI SYLLABLE M091 TEE",
244632  direction="r",
244633  linebreak="al",
244634  unicodeslot=0x1E847,
244635 },
244636 [0x1E848]={
244637  category="lo",
244638  description="MENDE KIKAKUI SYLLABLE M055 TE",
244639  direction="r",
244640  linebreak="al",
244641  unicodeslot=0x1E848,
244642 },
244643 [0x1E849]={
244644  category="lo",
244645  description="MENDE KIKAKUI SYLLABLE M104 TOO",
244646  direction="r",
244647  linebreak="al",
244648  unicodeslot=0x1E849,
244649 },
244650 [0x1E84A]={
244651  category="lo",
244652  description="MENDE KIKAKUI SYLLABLE M069 TO",
244653  direction="r",
244654  linebreak="al",
244655  unicodeslot=0x1E84A,
244656 },
244657 [0x1E84B]={
244658  category="lo",
244659  description="MENDE KIKAKUI SYLLABLE M028 JI",
244660  direction="r",
244661  linebreak="al",
244662  unicodeslot=0x1E84B,
244663 },
244664 [0x1E84C]={
244665  category="lo",
244666  description="MENDE KIKAKUI SYLLABLE M029 JA",
244667  direction="r",
244668  linebreak="al",
244669  unicodeslot=0x1E84C,
244670 },
244671 [0x1E84D]={
244672  category="lo",
244673  description="MENDE KIKAKUI SYLLABLE M030 JU",
244674  direction="r",
244675  linebreak="al",
244676  unicodeslot=0x1E84D,
244677 },
244678 [0x1E84E]={
244679  category="lo",
244680  description="MENDE KIKAKUI SYLLABLE M157 JEE",
244681  direction="r",
244682  linebreak="al",
244683  unicodeslot=0x1E84E,
244684 },
244685 [0x1E84F]={
244686  category="lo",
244687  description="MENDE KIKAKUI SYLLABLE M113 JE",
244688  direction="r",
244689  linebreak="al",
244690  unicodeslot=0x1E84F,
244691 },
244692 [0x1E850]={
244693  category="lo",
244694  description="MENDE KIKAKUI SYLLABLE M160 JOO",
244695  direction="r",
244696  linebreak="al",
244697  unicodeslot=0x1E850,
244698 },
244699 [0x1E851]={
244700  category="lo",
244701  description="MENDE KIKAKUI SYLLABLE M063 JO",
244702  direction="r",
244703  linebreak="al",
244704  unicodeslot=0x1E851,
244705 },
244706 [0x1E852]={
244707  category="lo",
244708  description="MENDE KIKAKUI SYLLABLE M175 LONG JO",
244709  direction="r",
244710  linebreak="al",
244711  unicodeslot=0x1E852,
244712 },
244713 [0x1E853]={
244714  category="lo",
244715  description="MENDE KIKAKUI SYLLABLE M031 YI",
244716  direction="r",
244717  linebreak="al",
244718  unicodeslot=0x1E853,
244719 },
244720 [0x1E854]={
244721  category="lo",
244722  description="MENDE KIKAKUI SYLLABLE M032 YA",
244723  direction="r",
244724  linebreak="al",
244725  unicodeslot=0x1E854,
244726 },
244727 [0x1E855]={
244728  category="lo",
244729  description="MENDE KIKAKUI SYLLABLE M033 YU",
244730  direction="r",
244731  linebreak="al",
244732  unicodeslot=0x1E855,
244733 },
244734 [0x1E856]={
244735  category="lo",
244736  description="MENDE KIKAKUI SYLLABLE M109 YEE",
244737  direction="r",
244738  linebreak="al",
244739  unicodeslot=0x1E856,
244740 },
244741 [0x1E857]={
244742  category="lo",
244743  description="MENDE KIKAKUI SYLLABLE M080 YE",
244744  direction="r",
244745  linebreak="al",
244746  unicodeslot=0x1E857,
244747 },
244748 [0x1E858]={
244749  category="lo",
244750  description="MENDE KIKAKUI SYLLABLE M141 YOO",
244751  direction="r",
244752  linebreak="al",
244753  unicodeslot=0x1E858,
244754 },
244755 [0x1E859]={
244756  category="lo",
244757  description="MENDE KIKAKUI SYLLABLE M121 YO",
244758  direction="r",
244759  linebreak="al",
244760  unicodeslot=0x1E859,
244761 },
244762 [0x1E85A]={
244763  category="lo",
244764  description="MENDE KIKAKUI SYLLABLE M034 FI",
244765  direction="r",
244766  linebreak="al",
244767  unicodeslot=0x1E85A,
244768 },
244769 [0x1E85B]={
244770  category="lo",
244771  description="MENDE KIKAKUI SYLLABLE M035 FA",
244772  direction="r",
244773  linebreak="al",
244774  unicodeslot=0x1E85B,
244775 },
244776 [0x1E85C]={
244777  category="lo",
244778  description="MENDE KIKAKUI SYLLABLE M036 FU",
244779  direction="r",
244780  linebreak="al",
244781  unicodeslot=0x1E85C,
244782 },
244783 [0x1E85D]={
244784  category="lo",
244785  description="MENDE KIKAKUI SYLLABLE M078 FEE",
244786  direction="r",
244787  linebreak="al",
244788  unicodeslot=0x1E85D,
244789 },
244790 [0x1E85E]={
244791  category="lo",
244792  description="MENDE KIKAKUI SYLLABLE M075 FE",
244793  direction="r",
244794  linebreak="al",
244795  unicodeslot=0x1E85E,
244796 },
244797 [0x1E85F]={
244798  category="lo",
244799  description="MENDE KIKAKUI SYLLABLE M133 FOO",
244800  direction="r",
244801  linebreak="al",
244802  unicodeslot=0x1E85F,
244803 },
244804 [0x1E860]={
244805  category="lo",
244806  description="MENDE KIKAKUI SYLLABLE M088 FO",
244807  direction="r",
244808  linebreak="al",
244809  unicodeslot=0x1E860,
244810 },
244811 [0x1E861]={
244812  category="lo",
244813  description="MENDE KIKAKUI SYLLABLE M197 FUA",
244814  direction="r",
244815  linebreak="al",
244816  unicodeslot=0x1E861,
244817 },
244818 [0x1E862]={
244819  category="lo",
244820  description="MENDE KIKAKUI SYLLABLE M101 FAN",
244821  direction="r",
244822  linebreak="al",
244823  unicodeslot=0x1E862,
244824 },
244825 [0x1E863]={
244826  category="lo",
244827  description="MENDE KIKAKUI SYLLABLE M037 NIN",
244828  direction="r",
244829  linebreak="al",
244830  unicodeslot=0x1E863,
244831 },
244832 [0x1E864]={
244833  category="lo",
244834  description="MENDE KIKAKUI SYLLABLE M038 NAN",
244835  direction="r",
244836  linebreak="al",
244837  unicodeslot=0x1E864,
244838 },
244839 [0x1E865]={
244840  category="lo",
244841  description="MENDE KIKAKUI SYLLABLE M039 NUN",
244842  direction="r",
244843  linebreak="al",
244844  unicodeslot=0x1E865,
244845 },
244846 [0x1E866]={
244847  category="lo",
244848  description="MENDE KIKAKUI SYLLABLE M117 NEN",
244849  direction="r",
244850  linebreak="al",
244851  unicodeslot=0x1E866,
244852 },
244853 [0x1E867]={
244854  category="lo",
244855  description="MENDE KIKAKUI SYLLABLE M169 NON",
244856  direction="r",
244857  linebreak="al",
244858  unicodeslot=0x1E867,
244859 },
244860 [0x1E868]={
244861  category="lo",
244862  description="MENDE KIKAKUI SYLLABLE M176 HI",
244863  direction="r",
244864  linebreak="al",
244865  unicodeslot=0x1E868,
244866 },
244867 [0x1E869]={
244868  category="lo",
244869  description="MENDE KIKAKUI SYLLABLE M041 HA",
244870  direction="r",
244871  linebreak="al",
244872  unicodeslot=0x1E869,
244873 },
244874 [0x1E86A]={
244875  category="lo",
244876  description="MENDE KIKAKUI SYLLABLE M186 HU",
244877  direction="r",
244878  linebreak="al",
244879  unicodeslot=0x1E86A,
244880 },
244881 [0x1E86B]={
244882  category="lo",
244883  description="MENDE KIKAKUI SYLLABLE M040 HEE",
244884  direction="r",
244885  linebreak="al",
244886  unicodeslot=0x1E86B,
244887 },
244888 [0x1E86C]={
244889  category="lo",
244890  description="MENDE KIKAKUI SYLLABLE M096 HE",
244891  direction="r",
244892  linebreak="al",
244893  unicodeslot=0x1E86C,
244894 },
244895 [0x1E86D]={
244896  category="lo",
244897  description="MENDE KIKAKUI SYLLABLE M042 HOO",
244898  direction="r",
244899  linebreak="al",
244900  unicodeslot=0x1E86D,
244901 },
244902 [0x1E86E]={
244903  category="lo",
244904  description="MENDE KIKAKUI SYLLABLE M140 HO",
244905  direction="r",
244906  linebreak="al",
244907  unicodeslot=0x1E86E,
244908 },
244909 [0x1E86F]={
244910  category="lo",
244911  description="MENDE KIKAKUI SYLLABLE M083 HEEI",
244912  direction="r",
244913  linebreak="al",
244914  unicodeslot=0x1E86F,
244915 },
244916 [0x1E870]={
244917  category="lo",
244918  description="MENDE KIKAKUI SYLLABLE M128 HOOU",
244919  direction="r",
244920  linebreak="al",
244921  unicodeslot=0x1E870,
244922 },
244923 [0x1E871]={
244924  category="lo",
244925  description="MENDE KIKAKUI SYLLABLE M053 HIN",
244926  direction="r",
244927  linebreak="al",
244928  unicodeslot=0x1E871,
244929 },
244930 [0x1E872]={
244931  category="lo",
244932  description="MENDE KIKAKUI SYLLABLE M130 HAN",
244933  direction="r",
244934  linebreak="al",
244935  unicodeslot=0x1E872,
244936 },
244937 [0x1E873]={
244938  category="lo",
244939  description="MENDE KIKAKUI SYLLABLE M087 HUN",
244940  direction="r",
244941  linebreak="al",
244942  unicodeslot=0x1E873,
244943 },
244944 [0x1E874]={
244945  category="lo",
244946  description="MENDE KIKAKUI SYLLABLE M052 HEN",
244947  direction="r",
244948  linebreak="al",
244949  unicodeslot=0x1E874,
244950 },
244951 [0x1E875]={
244952  category="lo",
244953  description="MENDE KIKAKUI SYLLABLE M193 HON",
244954  direction="r",
244955  linebreak="al",
244956  unicodeslot=0x1E875,
244957 },
244958 [0x1E876]={
244959  category="lo",
244960  description="MENDE KIKAKUI SYLLABLE M046 HUAN",
244961  direction="r",
244962  linebreak="al",
244963  unicodeslot=0x1E876,
244964 },
244965 [0x1E877]={
244966  category="lo",
244967  description="MENDE KIKAKUI SYLLABLE M090 NGGI",
244968  direction="r",
244969  linebreak="al",
244970  unicodeslot=0x1E877,
244971 },
244972 [0x1E878]={
244973  category="lo",
244974  description="MENDE KIKAKUI SYLLABLE M043 NGGA",
244975  direction="r",
244976  linebreak="al",
244977  unicodeslot=0x1E878,
244978 },
244979 [0x1E879]={
244980  category="lo",
244981  description="MENDE KIKAKUI SYLLABLE M082 NGGU",
244982  direction="r",
244983  linebreak="al",
244984  unicodeslot=0x1E879,
244985 },
244986 [0x1E87A]={
244987  category="lo",
244988  description="MENDE KIKAKUI SYLLABLE M115 NGGEE",
244989  direction="r",
244990  linebreak="al",
244991  unicodeslot=0x1E87A,
244992 },
244993 [0x1E87B]={
244994  category="lo",
244995  description="MENDE KIKAKUI SYLLABLE M146 NGGE",
244996  direction="r",
244997  linebreak="al",
244998  unicodeslot=0x1E87B,
244999 },
245000 [0x1E87C]={
245001  category="lo",
245002  description="MENDE KIKAKUI SYLLABLE M156 NGGOO",
245003  direction="r",
245004  linebreak="al",
245005  unicodeslot=0x1E87C,
245006 },
245007 [0x1E87D]={
245008  category="lo",
245009  description="MENDE KIKAKUI SYLLABLE M120 NGGO",
245010  direction="r",
245011  linebreak="al",
245012  unicodeslot=0x1E87D,
245013 },
245014 [0x1E87E]={
245015  category="lo",
245016  description="MENDE KIKAKUI SYLLABLE M159 NGGAA",
245017  direction="r",
245018  linebreak="al",
245019  unicodeslot=0x1E87E,
245020 },
245021 [0x1E87F]={
245022  category="lo",
245023  description="MENDE KIKAKUI SYLLABLE M127 NGGUA",
245024  direction="r",
245025  linebreak="al",
245026  unicodeslot=0x1E87F,
245027 },
245028 [0x1E880]={
245029  category="lo",
245030  description="MENDE KIKAKUI SYLLABLE M086 LONG NGGE",
245031  direction="r",
245032  linebreak="al",
245033  unicodeslot=0x1E880,
245034 },
245035 [0x1E881]={
245036  category="lo",
245037  description="MENDE KIKAKUI SYLLABLE M106 LONG NGGOO",
245038  direction="r",
245039  linebreak="al",
245040  unicodeslot=0x1E881,
245041 },
245042 [0x1E882]={
245043  category="lo",
245044  description="MENDE KIKAKUI SYLLABLE M183 LONG NGGO",
245045  direction="r",
245046  linebreak="al",
245047  unicodeslot=0x1E882,
245048 },
245049 [0x1E883]={
245050  category="lo",
245051  description="MENDE KIKAKUI SYLLABLE M155 GI",
245052  direction="r",
245053  linebreak="al",
245054  unicodeslot=0x1E883,
245055 },
245056 [0x1E884]={
245057  category="lo",
245058  description="MENDE KIKAKUI SYLLABLE M111 GA",
245059  direction="r",
245060  linebreak="al",
245061  unicodeslot=0x1E884,
245062 },
245063 [0x1E885]={
245064  category="lo",
245065  description="MENDE KIKAKUI SYLLABLE M168 GU",
245066  direction="r",
245067  linebreak="al",
245068  unicodeslot=0x1E885,
245069 },
245070 [0x1E886]={
245071  category="lo",
245072  description="MENDE KIKAKUI SYLLABLE M190 GEE",
245073  direction="r",
245074  linebreak="al",
245075  unicodeslot=0x1E886,
245076 },
245077 [0x1E887]={
245078  category="lo",
245079  description="MENDE KIKAKUI SYLLABLE M166 GUEI",
245080  direction="r",
245081  linebreak="al",
245082  unicodeslot=0x1E887,
245083 },
245084 [0x1E888]={
245085  category="lo",
245086  description="MENDE KIKAKUI SYLLABLE M167 GUAN",
245087  direction="r",
245088  linebreak="al",
245089  unicodeslot=0x1E888,
245090 },
245091 [0x1E889]={
245092  category="lo",
245093  description="MENDE KIKAKUI SYLLABLE M184 NGEN",
245094  direction="r",
245095  linebreak="al",
245096  unicodeslot=0x1E889,
245097 },
245098 [0x1E88A]={
245099  category="lo",
245100  description="MENDE KIKAKUI SYLLABLE M057 NGON",
245101  direction="r",
245102  linebreak="al",
245103  unicodeslot=0x1E88A,
245104 },
245105 [0x1E88B]={
245106  category="lo",
245107  description="MENDE KIKAKUI SYLLABLE M177 NGUAN",
245108  direction="r",
245109  linebreak="al",
245110  unicodeslot=0x1E88B,
245111 },
245112 [0x1E88C]={
245113  category="lo",
245114  description="MENDE KIKAKUI SYLLABLE M068 PI",
245115  direction="r",
245116  linebreak="al",
245117  unicodeslot=0x1E88C,
245118 },
245119 [0x1E88D]={
245120  category="lo",
245121  description="MENDE KIKAKUI SYLLABLE M099 PA",
245122  direction="r",
245123  linebreak="al",
245124  unicodeslot=0x1E88D,
245125 },
245126 [0x1E88E]={
245127  category="lo",
245128  description="MENDE KIKAKUI SYLLABLE M050 PU",
245129  direction="r",
245130  linebreak="al",
245131  unicodeslot=0x1E88E,
245132 },
245133 [0x1E88F]={
245134  category="lo",
245135  description="MENDE KIKAKUI SYLLABLE M081 PEE",
245136  direction="r",
245137  linebreak="al",
245138  unicodeslot=0x1E88F,
245139 },
245140 [0x1E890]={
245141  category="lo",
245142  description="MENDE KIKAKUI SYLLABLE M051 PE",
245143  direction="r",
245144  linebreak="al",
245145  unicodeslot=0x1E890,
245146 },
245147 [0x1E891]={
245148  category="lo",
245149  description="MENDE KIKAKUI SYLLABLE M102 POO",
245150  direction="r",
245151  linebreak="al",
245152  unicodeslot=0x1E891,
245153 },
245154 [0x1E892]={
245155  category="lo",
245156  description="MENDE KIKAKUI SYLLABLE M066 PO",
245157  direction="r",
245158  linebreak="al",
245159  unicodeslot=0x1E892,
245160 },
245161 [0x1E893]={
245162  category="lo",
245163  description="MENDE KIKAKUI SYLLABLE M145 MBI",
245164  direction="r",
245165  linebreak="al",
245166  unicodeslot=0x1E893,
245167 },
245168 [0x1E894]={
245169  category="lo",
245170  description="MENDE KIKAKUI SYLLABLE M062 MBA",
245171  direction="r",
245172  linebreak="al",
245173  unicodeslot=0x1E894,
245174 },
245175 [0x1E895]={
245176  category="lo",
245177  description="MENDE KIKAKUI SYLLABLE M122 MBU",
245178  direction="r",
245179  linebreak="al",
245180  unicodeslot=0x1E895,
245181 },
245182 [0x1E896]={
245183  category="lo",
245184  description="MENDE KIKAKUI SYLLABLE M047 MBEE",
245185  direction="r",
245186  linebreak="al",
245187  unicodeslot=0x1E896,
245188 },
245189 [0x1E897]={
245190  category="lo",
245191  description="MENDE KIKAKUI SYLLABLE M188 MBEE",
245192  direction="r",
245193  linebreak="al",
245194  unicodeslot=0x1E897,
245195 },
245196 [0x1E898]={
245197  category="lo",
245198  description="MENDE KIKAKUI SYLLABLE M072 MBE",
245199  direction="r",
245200  linebreak="al",
245201  unicodeslot=0x1E898,
245202 },
245203 [0x1E899]={
245204  category="lo",
245205  description="MENDE KIKAKUI SYLLABLE M172 MBOO",
245206  direction="r",
245207  linebreak="al",
245208  unicodeslot=0x1E899,
245209 },
245210 [0x1E89A]={
245211  category="lo",
245212  description="MENDE KIKAKUI SYLLABLE M174 MBO",
245213  direction="r",
245214  linebreak="al",
245215  unicodeslot=0x1E89A,
245216 },
245217 [0x1E89B]={
245218  category="lo",
245219  description="MENDE KIKAKUI SYLLABLE M187 MBUU",
245220  direction="r",
245221  linebreak="al",
245222  unicodeslot=0x1E89B,
245223 },
245224 [0x1E89C]={
245225  category="lo",
245226  description="MENDE KIKAKUI SYLLABLE M161 LONG MBE",
245227  direction="r",
245228  linebreak="al",
245229  unicodeslot=0x1E89C,
245230 },
245231 [0x1E89D]={
245232  category="lo",
245233  description="MENDE KIKAKUI SYLLABLE M105 LONG MBOO",
245234  direction="r",
245235  linebreak="al",
245236  unicodeslot=0x1E89D,
245237 },
245238 [0x1E89E]={
245239  category="lo",
245240  description="MENDE KIKAKUI SYLLABLE M142 LONG MBO",
245241  direction="r",
245242  linebreak="al",
245243  unicodeslot=0x1E89E,
245244 },
245245 [0x1E89F]={
245246  category="lo",
245247  description="MENDE KIKAKUI SYLLABLE M132 KPI",
245248  direction="r",
245249  linebreak="al",
245250  unicodeslot=0x1E89F,
245251 },
245252 [0x1E8A0]={
245253  category="lo",
245254  description="MENDE KIKAKUI SYLLABLE M092 KPA",
245255  direction="r",
245256  linebreak="al",
245257  unicodeslot=0x1E8A0,
245258 },
245259 [0x1E8A1]={
245260  category="lo",
245261  description="MENDE KIKAKUI SYLLABLE M074 KPU",
245262  direction="r",
245263  linebreak="al",
245264  unicodeslot=0x1E8A1,
245265 },
245266 [0x1E8A2]={
245267  category="lo",
245268  description="MENDE KIKAKUI SYLLABLE M044 KPEE",
245269  direction="r",
245270  linebreak="al",
245271  unicodeslot=0x1E8A2,
245272 },
245273 [0x1E8A3]={
245274  category="lo",
245275  description="MENDE KIKAKUI SYLLABLE M108 KPE",
245276  direction="r",
245277  linebreak="al",
245278  unicodeslot=0x1E8A3,
245279 },
245280 [0x1E8A4]={
245281  category="lo",
245282  description="MENDE KIKAKUI SYLLABLE M112 KPOO",
245283  direction="r",
245284  linebreak="al",
245285  unicodeslot=0x1E8A4,
245286 },
245287 [0x1E8A5]={
245288  category="lo",
245289  description="MENDE KIKAKUI SYLLABLE M158 KPO",
245290  direction="r",
245291  linebreak="al",
245292  unicodeslot=0x1E8A5,
245293 },
245294 [0x1E8A6]={
245295  category="lo",
245296  description="MENDE KIKAKUI SYLLABLE M124 GBI",
245297  direction="r",
245298  linebreak="al",
245299  unicodeslot=0x1E8A6,
245300 },
245301 [0x1E8A7]={
245302  category="lo",
245303  description="MENDE KIKAKUI SYLLABLE M056 GBA",
245304  direction="r",
245305  linebreak="al",
245306  unicodeslot=0x1E8A7,
245307 },
245308 [0x1E8A8]={
245309  category="lo",
245310  description="MENDE KIKAKUI SYLLABLE M148 GBU",
245311  direction="r",
245312  linebreak="al",
245313  unicodeslot=0x1E8A8,
245314 },
245315 [0x1E8A9]={
245316  category="lo",
245317  description="MENDE KIKAKUI SYLLABLE M093 GBEE",
245318  direction="r",
245319  linebreak="al",
245320  unicodeslot=0x1E8A9,
245321 },
245322 [0x1E8AA]={
245323  category="lo",
245324  description="MENDE KIKAKUI SYLLABLE M107 GBE",
245325  direction="r",
245326  linebreak="al",
245327  unicodeslot=0x1E8AA,
245328 },
245329 [0x1E8AB]={
245330  category="lo",
245331  description="MENDE KIKAKUI SYLLABLE M071 GBOO",
245332  direction="r",
245333  linebreak="al",
245334  unicodeslot=0x1E8AB,
245335 },
245336 [0x1E8AC]={
245337  category="lo",
245338  description="MENDE KIKAKUI SYLLABLE M070 GBO",
245339  direction="r",
245340  linebreak="al",
245341  unicodeslot=0x1E8AC,
245342 },
245343 [0x1E8AD]={
245344  category="lo",
245345  description="MENDE KIKAKUI SYLLABLE M171 RA",
245346  direction="r",
245347  linebreak="al",
245348  unicodeslot=0x1E8AD,
245349 },
245350 [0x1E8AE]={
245351  category="lo",
245352  description="MENDE KIKAKUI SYLLABLE M123 NDI",
245353  direction="r",
245354  linebreak="al",
245355  unicodeslot=0x1E8AE,
245356 },
245357 [0x1E8AF]={
245358  category="lo",
245359  description="MENDE KIKAKUI SYLLABLE M129 NDA",
245360  direction="r",
245361  linebreak="al",
245362  unicodeslot=0x1E8AF,
245363 },
245364 [0x1E8B0]={
245365  category="lo",
245366  description="MENDE KIKAKUI SYLLABLE M125 NDU",
245367  direction="r",
245368  linebreak="al",
245369  unicodeslot=0x1E8B0,
245370 },
245371 [0x1E8B1]={
245372  category="lo",
245373  description="MENDE KIKAKUI SYLLABLE M191 NDEE",
245374  direction="r",
245375  linebreak="al",
245376  unicodeslot=0x1E8B1,
245377 },
245378 [0x1E8B2]={
245379  category="lo",
245380  description="MENDE KIKAKUI SYLLABLE M119 NDE",
245381  direction="r",
245382  linebreak="al",
245383  unicodeslot=0x1E8B2,
245384 },
245385 [0x1E8B3]={
245386  category="lo",
245387  description="MENDE KIKAKUI SYLLABLE M067 NDOO",
245388  direction="r",
245389  linebreak="al",
245390  unicodeslot=0x1E8B3,
245391 },
245392 [0x1E8B4]={
245393  category="lo",
245394  description="MENDE KIKAKUI SYLLABLE M064 NDO",
245395  direction="r",
245396  linebreak="al",
245397  unicodeslot=0x1E8B4,
245398 },
245399 [0x1E8B5]={
245400  category="lo",
245401  description="MENDE KIKAKUI SYLLABLE M152 NJA",
245402  direction="r",
245403  linebreak="al",
245404  unicodeslot=0x1E8B5,
245405 },
245406 [0x1E8B6]={
245407  category="lo",
245408  description="MENDE KIKAKUI SYLLABLE M192 NJU",
245409  direction="r",
245410  linebreak="al",
245411  unicodeslot=0x1E8B6,
245412 },
245413 [0x1E8B7]={
245414  category="lo",
245415  description="MENDE KIKAKUI SYLLABLE M149 NJEE",
245416  direction="r",
245417  linebreak="al",
245418  unicodeslot=0x1E8B7,
245419 },
245420 [0x1E8B8]={
245421  category="lo",
245422  description="MENDE KIKAKUI SYLLABLE M134 NJOO",
245423  direction="r",
245424  linebreak="al",
245425  unicodeslot=0x1E8B8,
245426 },
245427 [0x1E8B9]={
245428  category="lo",
245429  description="MENDE KIKAKUI SYLLABLE M182 VI",
245430  direction="r",
245431  linebreak="al",
245432  unicodeslot=0x1E8B9,
245433 },
245434 [0x1E8BA]={
245435  category="lo",
245436  description="MENDE KIKAKUI SYLLABLE M185 VA",
245437  direction="r",
245438  linebreak="al",
245439  unicodeslot=0x1E8BA,
245440 },
245441 [0x1E8BB]={
245442  category="lo",
245443  description="MENDE KIKAKUI SYLLABLE M151 VU",
245444  direction="r",
245445  linebreak="al",
245446  unicodeslot=0x1E8BB,
245447 },
245448 [0x1E8BC]={
245449  category="lo",
245450  description="MENDE KIKAKUI SYLLABLE M173 VEE",
245451  direction="r",
245452  linebreak="al",
245453  unicodeslot=0x1E8BC,
245454 },
245455 [0x1E8BD]={
245456  category="lo",
245457  description="MENDE KIKAKUI SYLLABLE M085 VE",
245458  direction="r",
245459  linebreak="al",
245460  unicodeslot=0x1E8BD,
245461 },
245462 [0x1E8BE]={
245463  category="lo",
245464  description="MENDE KIKAKUI SYLLABLE M144 VOO",
245465  direction="r",
245466  linebreak="al",
245467  unicodeslot=0x1E8BE,
245468 },
245469 [0x1E8BF]={
245470  category="lo",
245471  description="MENDE KIKAKUI SYLLABLE M077 VO",
245472  direction="r",
245473  linebreak="al",
245474  unicodeslot=0x1E8BF,
245475 },
245476 [0x1E8C0]={
245477  category="lo",
245478  description="MENDE KIKAKUI SYLLABLE M164 NYIN",
245479  direction="r",
245480  linebreak="al",
245481  unicodeslot=0x1E8C0,
245482 },
245483 [0x1E8C1]={
245484  category="lo",
245485  description="MENDE KIKAKUI SYLLABLE M058 NYAN",
245486  direction="r",
245487  linebreak="al",
245488  unicodeslot=0x1E8C1,
245489 },
245490 [0x1E8C2]={
245491  category="lo",
245492  description="MENDE KIKAKUI SYLLABLE M170 NYUN",
245493  direction="r",
245494  linebreak="al",
245495  unicodeslot=0x1E8C2,
245496 },
245497 [0x1E8C3]={
245498  category="lo",
245499  description="MENDE KIKAKUI SYLLABLE M098 NYEN",
245500  direction="r",
245501  linebreak="al",
245502  unicodeslot=0x1E8C3,
245503 },
245504 [0x1E8C4]={
245505  category="lo",
245506  description="MENDE KIKAKUI SYLLABLE M060 NYON",
245507  direction="r",
245508  linebreak="al",
245509  unicodeslot=0x1E8C4,
245510 },
245511 [0x1E8C7]={
245512  category="no",
245513  description="MENDE KIKAKUI DIGIT ONE",
245514  direction="r",
245515  linebreak="al",
245516  unicodeslot=0x1E8C7,
245517 },
245518 [0x1E8C8]={
245519  category="no",
245520  description="MENDE KIKAKUI DIGIT TWO",
245521  direction="r",
245522  linebreak="al",
245523  unicodeslot=0x1E8C8,
245524 },
245525 [0x1E8C9]={
245526  category="no",
245527  description="MENDE KIKAKUI DIGIT THREE",
245528  direction="r",
245529  linebreak="al",
245530  unicodeslot=0x1E8C9,
245531 },
245532 [0x1E8CA]={
245533  category="no",
245534  description="MENDE KIKAKUI DIGIT FOUR",
245535  direction="r",
245536  linebreak="al",
245537  unicodeslot=0x1E8CA,
245538 },
245539 [0x1E8CB]={
245540  category="no",
245541  description="MENDE KIKAKUI DIGIT FIVE",
245542  direction="r",
245543  linebreak="al",
245544  unicodeslot=0x1E8CB,
245545 },
245546 [0x1E8CC]={
245547  category="no",
245548  description="MENDE KIKAKUI DIGIT SIX",
245549  direction="r",
245550  linebreak="al",
245551  unicodeslot=0x1E8CC,
245552 },
245553 [0x1E8CD]={
245554  category="no",
245555  description="MENDE KIKAKUI DIGIT SEVEN",
245556  direction="r",
245557  linebreak="al",
245558  unicodeslot=0x1E8CD,
245559 },
245560 [0x1E8CE]={
245561  category="no",
245562  description="MENDE KIKAKUI DIGIT EIGHT",
245563  direction="r",
245564  linebreak="al",
245565  unicodeslot=0x1E8CE,
245566 },
245567 [0x1E8CF]={
245568  category="no",
245569  description="MENDE KIKAKUI DIGIT NINE",
245570  direction="r",
245571  linebreak="al",
245572  unicodeslot=0x1E8CF,
245573 },
245574 [0x1E8D0]={
245575  category="mn",
245576  combining=0xDC,
245577  description="MENDE KIKAKUI COMBINING NUMBER TEENS",
245578  direction="nsm",
245579  linebreak="cm",
245580  unicodeslot=0x1E8D0,
245581 },
245582 [0x1E8D1]={
245583  category="mn",
245584  combining=0xDC,
245585  description="MENDE KIKAKUI COMBINING NUMBER TENS",
245586  direction="nsm",
245587  linebreak="cm",
245588  unicodeslot=0x1E8D1,
245589 },
245590 [0x1E8D2]={
245591  category="mn",
245592  combining=0xDC,
245593  description="MENDE KIKAKUI COMBINING NUMBER HUNDREDS",
245594  direction="nsm",
245595  linebreak="cm",
245596  unicodeslot=0x1E8D2,
245597 },
245598 [0x1E8D3]={
245599  category="mn",
245600  combining=0xDC,
245601  description="MENDE KIKAKUI COMBINING NUMBER THOUSANDS",
245602  direction="nsm",
245603  linebreak="cm",
245604  unicodeslot=0x1E8D3,
245605 },
245606 [0x1E8D4]={
245607  category="mn",
245608  combining=0xDC,
245609  description="MENDE KIKAKUI COMBINING NUMBER TEN THOUSANDS",
245610  direction="nsm",
245611  linebreak="cm",
245612  unicodeslot=0x1E8D4,
245613 },
245614 [0x1E8D5]={
245615  category="mn",
245616  combining=0xDC,
245617  description="MENDE KIKAKUI COMBINING NUMBER HUNDRED THOUSANDS",
245618  direction="nsm",
245619  linebreak="cm",
245620  unicodeslot=0x1E8D5,
245621 },
245622 [0x1E8D6]={
245623  category="mn",
245624  combining=0xDC,
245625  description="MENDE KIKAKUI COMBINING NUMBER MILLIONS",
245626  direction="nsm",
245627  linebreak="cm",
245628  unicodeslot=0x1E8D6,
245629 },
245630 [0x1E900]={
245631  arabic="d",
245632  category="lu",
245633  description="ADLAM CAPITAL LETTER ALIF",
245634  direction="r",
245635  lccode=0x1E922,
245636  linebreak="al",
245637  unicodeslot=0x1E900,
245638 },
245639 [0x1E901]={
245640  arabic="d",
245641  category="lu",
245642  description="ADLAM CAPITAL LETTER DAALI",
245643  direction="r",
245644  lccode=0x1E923,
245645  linebreak="al",
245646  unicodeslot=0x1E901,
245647 },
245648 [0x1E902]={
245649  arabic="d",
245650  category="lu",
245651  description="ADLAM CAPITAL LETTER LAAM",
245652  direction="r",
245653  lccode=0x1E924,
245654  linebreak="al",
245655  unicodeslot=0x1E902,
245656 },
245657 [0x1E903]={
245658  arabic="d",
245659  category="lu",
245660  description="ADLAM CAPITAL LETTER MIIM",
245661  direction="r",
245662  lccode=0x1E925,
245663  linebreak="al",
245664  unicodeslot=0x1E903,
245665 },
245666 [0x1E904]={
245667  arabic="d",
245668  category="lu",
245669  description="ADLAM CAPITAL LETTER BA",
245670  direction="r",
245671  lccode=0x1E926,
245672  linebreak="al",
245673  unicodeslot=0x1E904,
245674 },
245675 [0x1E905]={
245676  arabic="d",
245677  category="lu",
245678  description="ADLAM CAPITAL LETTER SINNYIIYHE",
245679  direction="r",
245680  lccode=0x1E927,
245681  linebreak="al",
245682  unicodeslot=0x1E905,
245683 },
245684 [0x1E906]={
245685  arabic="d",
245686  category="lu",
245687  description="ADLAM CAPITAL LETTER PE",
245688  direction="r",
245689  lccode=0x1E928,
245690  linebreak="al",
245691  unicodeslot=0x1E906,
245692 },
245693 [0x1E907]={
245694  arabic="d",
245695  category="lu",
245696  description="ADLAM CAPITAL LETTER BHE",
245697  direction="r",
245698  lccode=0x1E929,
245699  linebreak="al",
245700  unicodeslot=0x1E907,
245701 },
245702 [0x1E908]={
245703  arabic="d",
245704  category="lu",
245705  description="ADLAM CAPITAL LETTER RA",
245706  direction="r",
245707  lccode=0x1E92A,
245708  linebreak="al",
245709  unicodeslot=0x1E908,
245710 },
245711 [0x1E909]={
245712  arabic="d",
245713  category="lu",
245714  description="ADLAM CAPITAL LETTER E",
245715  direction="r",
245716  lccode=0x1E92B,
245717  linebreak="al",
245718  unicodeslot=0x1E909,
245719 },
245720 [0x1E90A]={
245721  arabic="d",
245722  category="lu",
245723  description="ADLAM CAPITAL LETTER FA",
245724  direction="r",
245725  lccode=0x1E92C,
245726  linebreak="al",
245727  unicodeslot=0x1E90A,
245728 },
245729 [0x1E90B]={
245730  arabic="d",
245731  category="lu",
245732  description="ADLAM CAPITAL LETTER I",
245733  direction="r",
245734  lccode=0x1E92D,
245735  linebreak="al",
245736  unicodeslot=0x1E90B,
245737 },
245738 [0x1E90C]={
245739  arabic="d",
245740  category="lu",
245741  description="ADLAM CAPITAL LETTER O",
245742  direction="r",
245743  lccode=0x1E92E,
245744  linebreak="al",
245745  unicodeslot=0x1E90C,
245746 },
245747 [0x1E90D]={
245748  arabic="d",
245749  category="lu",
245750  description="ADLAM CAPITAL LETTER DHA",
245751  direction="r",
245752  lccode=0x1E92F,
245753  linebreak="al",
245754  unicodeslot=0x1E90D,
245755 },
245756 [0x1E90E]={
245757  arabic="d",
245758  category="lu",
245759  description="ADLAM CAPITAL LETTER YHE",
245760  direction="r",
245761  lccode=0x1E930,
245762  linebreak="al",
245763  unicodeslot=0x1E90E,
245764 },
245765 [0x1E90F]={
245766  arabic="d",
245767  category="lu",
245768  description="ADLAM CAPITAL LETTER WAW",
245769  direction="r",
245770  lccode=0x1E931,
245771  linebreak="al",
245772  unicodeslot=0x1E90F,
245773 },
245774 [0x1E910]={
245775  arabic="d",
245776  category="lu",
245777  description="ADLAM CAPITAL LETTER NUN",
245778  direction="r",
245779  lccode=0x1E932,
245780  linebreak="al",
245781  unicodeslot=0x1E910,
245782 },
245783 [0x1E911]={
245784  arabic="d",
245785  category="lu",
245786  description="ADLAM CAPITAL LETTER KAF",
245787  direction="r",
245788  lccode=0x1E933,
245789  linebreak="al",
245790  unicodeslot=0x1E911,
245791 },
245792 [0x1E912]={
245793  arabic="d",
245794  category="lu",
245795  description="ADLAM CAPITAL LETTER YA",
245796  direction="r",
245797  lccode=0x1E934,
245798  linebreak="al",
245799  unicodeslot=0x1E912,
245800 },
245801 [0x1E913]={
245802  arabic="d",
245803  category="lu",
245804  description="ADLAM CAPITAL LETTER U",
245805  direction="r",
245806  lccode=0x1E935,
245807  linebreak="al",
245808  unicodeslot=0x1E913,
245809 },
245810 [0x1E914]={
245811  arabic="d",
245812  category="lu",
245813  description="ADLAM CAPITAL LETTER JIIM",
245814  direction="r",
245815  lccode=0x1E936,
245816  linebreak="al",
245817  unicodeslot=0x1E914,
245818 },
245819 [0x1E915]={
245820  arabic="d",
245821  category="lu",
245822  description="ADLAM CAPITAL LETTER CHI",
245823  direction="r",
245824  lccode=0x1E937,
245825  linebreak="al",
245826  unicodeslot=0x1E915,
245827 },
245828 [0x1E916]={
245829  arabic="d",
245830  category="lu",
245831  description="ADLAM CAPITAL LETTER HA",
245832  direction="r",
245833  lccode=0x1E938,
245834  linebreak="al",
245835  unicodeslot=0x1E916,
245836 },
245837 [0x1E917]={
245838  arabic="d",
245839  category="lu",
245840  description="ADLAM CAPITAL LETTER QAAF",
245841  direction="r",
245842  lccode=0x1E939,
245843  linebreak="al",
245844  unicodeslot=0x1E917,
245845 },
245846 [0x1E918]={
245847  arabic="d",
245848  category="lu",
245849  description="ADLAM CAPITAL LETTER GA",
245850  direction="r",
245851  lccode=0x1E93A,
245852  linebreak="al",
245853  unicodeslot=0x1E918,
245854 },
245855 [0x1E919]={
245856  arabic="d",
245857  category="lu",
245858  description="ADLAM CAPITAL LETTER NYA",
245859  direction="r",
245860  lccode=0x1E93B,
245861  linebreak="al",
245862  unicodeslot=0x1E919,
245863 },
245864 [0x1E91A]={
245865  arabic="d",
245866  category="lu",
245867  description="ADLAM CAPITAL LETTER TU",
245868  direction="r",
245869  lccode=0x1E93C,
245870  linebreak="al",
245871  unicodeslot=0x1E91A,
245872 },
245873 [0x1E91B]={
245874  arabic="d",
245875  category="lu",
245876  description="ADLAM CAPITAL LETTER NHA",
245877  direction="r",
245878  lccode=0x1E93D,
245879  linebreak="al",
245880  unicodeslot=0x1E91B,
245881 },
245882 [0x1E91C]={
245883  arabic="d",
245884  category="lu",
245885  description="ADLAM CAPITAL LETTER VA",
245886  direction="r",
245887  lccode=0x1E93E,
245888  linebreak="al",
245889  unicodeslot=0x1E91C,
245890 },
245891 [0x1E91D]={
245892  arabic="d",
245893  category="lu",
245894  description="ADLAM CAPITAL LETTER KHA",
245895  direction="r",
245896  lccode=0x1E93F,
245897  linebreak="al",
245898  unicodeslot=0x1E91D,
245899 },
245900 [0x1E91E]={
245901  arabic="d",
245902  category="lu",
245903  description="ADLAM CAPITAL LETTER GBE",
245904  direction="r",
245905  lccode=0x1E940,
245906  linebreak="al",
245907  unicodeslot=0x1E91E,
245908 },
245909 [0x1E91F]={
245910  arabic="d",
245911  category="lu",
245912  description="ADLAM CAPITAL LETTER ZAL",
245913  direction="r",
245914  lccode=0x1E941,
245915  linebreak="al",
245916  unicodeslot=0x1E91F,
245917 },
245918 [0x1E920]={
245919  arabic="d",
245920  category="lu",
245921  description="ADLAM CAPITAL LETTER KPO",
245922  direction="r",
245923  lccode=0x1E942,
245924  linebreak="al",
245925  unicodeslot=0x1E920,
245926 },
245927 [0x1E921]={
245928  arabic="d",
245929  category="lu",
245930  description="ADLAM CAPITAL LETTER SHA",
245931  direction="r",
245932  lccode=0x1E943,
245933  linebreak="al",
245934  unicodeslot=0x1E921,
245935 },
245936 [0x1E922]={
245937  arabic="d",
245938  category="ll",
245939  description="ADLAM SMALL LETTER ALIF",
245940  direction="r",
245941  linebreak="al",
245942  unicodeslot=0x1E922,
245943 },
245944 [0x1E923]={
245945  arabic="d",
245946  category="ll",
245947  description="ADLAM SMALL LETTER DAALI",
245948  direction="r",
245949  linebreak="al",
245950  unicodeslot=0x1E923,
245951 },
245952 [0x1E924]={
245953  arabic="d",
245954  category="ll",
245955  description="ADLAM SMALL LETTER LAAM",
245956  direction="r",
245957  linebreak="al",
245958  unicodeslot=0x1E924,
245959 },
245960 [0x1E925]={
245961  arabic="d",
245962  category="ll",
245963  description="ADLAM SMALL LETTER MIIM",
245964  direction="r",
245965  linebreak="al",
245966  unicodeslot=0x1E925,
245967 },
245968 [0x1E926]={
245969  arabic="d",
245970  category="ll",
245971  description="ADLAM SMALL LETTER BA",
245972  direction="r",
245973  linebreak="al",
245974  unicodeslot=0x1E926,
245975 },
245976 [0x1E927]={
245977  arabic="d",
245978  category="ll",
245979  description="ADLAM SMALL LETTER SINNYIIYHE",
245980  direction="r",
245981  linebreak="al",
245982  unicodeslot=0x1E927,
245983 },
245984 [0x1E928]={
245985  arabic="d",
245986  category="ll",
245987  description="ADLAM SMALL LETTER PE",
245988  direction="r",
245989  linebreak="al",
245990  unicodeslot=0x1E928,
245991 },
245992 [0x1E929]={
245993  arabic="d",
245994  category="ll",
245995  description="ADLAM SMALL LETTER BHE",
245996  direction="r",
245997  linebreak="al",
245998  unicodeslot=0x1E929,
245999 },
246000 [0x1E92A]={
246001  arabic="d",
246002  category="ll",
246003  description="ADLAM SMALL LETTER RA",
246004  direction="r",
246005  linebreak="al",
246006  unicodeslot=0x1E92A,
246007 },
246008 [0x1E92B]={
246009  arabic="d",
246010  category="ll",
246011  description="ADLAM SMALL LETTER E",
246012  direction="r",
246013  linebreak="al",
246014  unicodeslot=0x1E92B,
246015 },
246016 [0x1E92C]={
246017  arabic="d",
246018  category="ll",
246019  description="ADLAM SMALL LETTER FA",
246020  direction="r",
246021  linebreak="al",
246022  unicodeslot=0x1E92C,
246023 },
246024 [0x1E92D]={
246025  arabic="d",
246026  category="ll",
246027  description="ADLAM SMALL LETTER I",
246028  direction="r",
246029  linebreak="al",
246030  unicodeslot=0x1E92D,
246031 },
246032 [0x1E92E]={
246033  arabic="d",
246034  category="ll",
246035  description="ADLAM SMALL LETTER O",
246036  direction="r",
246037  linebreak="al",
246038  unicodeslot=0x1E92E,
246039 },
246040 [0x1E92F]={
246041  arabic="d",
246042  category="ll",
246043  description="ADLAM SMALL LETTER DHA",
246044  direction="r",
246045  linebreak="al",
246046  unicodeslot=0x1E92F,
246047 },
246048 [0x1E930]={
246049  arabic="d",
246050  category="ll",
246051  description="ADLAM SMALL LETTER YHE",
246052  direction="r",
246053  linebreak="al",
246054  unicodeslot=0x1E930,
246055 },
246056 [0x1E931]={
246057  arabic="d",
246058  category="ll",
246059  description="ADLAM SMALL LETTER WAW",
246060  direction="r",
246061  linebreak="al",
246062  unicodeslot=0x1E931,
246063 },
246064 [0x1E932]={
246065  arabic="d",
246066  category="ll",
246067  description="ADLAM SMALL LETTER NUN",
246068  direction="r",
246069  linebreak="al",
246070  unicodeslot=0x1E932,
246071 },
246072 [0x1E933]={
246073  arabic="d",
246074  category="ll",
246075  description="ADLAM SMALL LETTER KAF",
246076  direction="r",
246077  linebreak="al",
246078  unicodeslot=0x1E933,
246079 },
246080 [0x1E934]={
246081  arabic="d",
246082  category="ll",
246083  description="ADLAM SMALL LETTER YA",
246084  direction="r",
246085  linebreak="al",
246086  unicodeslot=0x1E934,
246087 },
246088 [0x1E935]={
246089  arabic="d",
246090  category="ll",
246091  description="ADLAM SMALL LETTER U",
246092  direction="r",
246093  linebreak="al",
246094  unicodeslot=0x1E935,
246095 },
246096 [0x1E936]={
246097  arabic="d",
246098  category="ll",
246099  description="ADLAM SMALL LETTER JIIM",
246100  direction="r",
246101  linebreak="al",
246102  unicodeslot=0x1E936,
246103 },
246104 [0x1E937]={
246105  arabic="d",
246106  category="ll",
246107  description="ADLAM SMALL LETTER CHI",
246108  direction="r",
246109  linebreak="al",
246110  unicodeslot=0x1E937,
246111 },
246112 [0x1E938]={
246113  arabic="d",
246114  category="ll",
246115  description="ADLAM SMALL LETTER HA",
246116  direction="r",
246117  linebreak="al",
246118  unicodeslot=0x1E938,
246119 },
246120 [0x1E939]={
246121  arabic="d",
246122  category="ll",
246123  description="ADLAM SMALL LETTER QAAF",
246124  direction="r",
246125  linebreak="al",
246126  unicodeslot=0x1E939,
246127 },
246128 [0x1E93A]={
246129  arabic="d",
246130  category="ll",
246131  description="ADLAM SMALL LETTER GA",
246132  direction="r",
246133  linebreak="al",
246134  unicodeslot=0x1E93A,
246135 },
246136 [0x1E93B]={
246137  arabic="d",
246138  category="ll",
246139  description="ADLAM SMALL LETTER NYA",
246140  direction="r",
246141  linebreak="al",
246142  unicodeslot=0x1E93B,
246143 },
246144 [0x1E93C]={
246145  arabic="d",
246146  category="ll",
246147  description="ADLAM SMALL LETTER TU",
246148  direction="r",
246149  linebreak="al",
246150  unicodeslot=0x1E93C,
246151 },
246152 [0x1E93D]={
246153  arabic="d",
246154  category="ll",
246155  description="ADLAM SMALL LETTER NHA",
246156  direction="r",
246157  linebreak="al",
246158  unicodeslot=0x1E93D,
246159 },
246160 [0x1E93E]={
246161  arabic="d",
246162  category="ll",
246163  description="ADLAM SMALL LETTER VA",
246164  direction="r",
246165  linebreak="al",
246166  unicodeslot=0x1E93E,
246167 },
246168 [0x1E93F]={
246169  arabic="d",
246170  category="ll",
246171  description="ADLAM SMALL LETTER KHA",
246172  direction="r",
246173  linebreak="al",
246174  unicodeslot=0x1E93F,
246175 },
246176 [0x1E940]={
246177  arabic="d",
246178  category="ll",
246179  description="ADLAM SMALL LETTER GBE",
246180  direction="r",
246181  linebreak="al",
246182  unicodeslot=0x1E940,
246183 },
246184 [0x1E941]={
246185  arabic="d",
246186  category="ll",
246187  description="ADLAM SMALL LETTER ZAL",
246188  direction="r",
246189  linebreak="al",
246190  unicodeslot=0x1E941,
246191 },
246192 [0x1E942]={
246193  arabic="d",
246194  category="ll",
246195  description="ADLAM SMALL LETTER KPO",
246196  direction="r",
246197  linebreak="al",
246198  unicodeslot=0x1E942,
246199 },
246200 [0x1E943]={
246201  arabic="d",
246202  category="ll",
246203  description="ADLAM SMALL LETTER SHA",
246204  direction="r",
246205  linebreak="al",
246206  unicodeslot=0x1E943,
246207 },
246208 [0x1E944]={
246209  category="mn",
246210  combining=0xE6,
246211  description="ADLAM ALIF LENGTHENER",
246212  direction="nsm",
246213  linebreak="cm",
246214  unicodeslot=0x1E944,
246215 },
246216 [0x1E945]={
246217  category="mn",
246218  combining=0xE6,
246219  description="ADLAM VOWEL LENGTHENER",
246220  direction="nsm",
246221  linebreak="cm",
246222  unicodeslot=0x1E945,
246223 },
246224 [0x1E946]={
246225  category="mn",
246226  combining=0xE6,
246227  description="ADLAM GEMINATION MARK",
246228  direction="nsm",
246229  linebreak="cm",
246230  unicodeslot=0x1E946,
246231 },
246232 [0x1E947]={
246233  category="mn",
246234  combining=0xE6,
246235  description="ADLAM HAMZA",
246236  direction="nsm",
246237  linebreak="cm",
246238  unicodeslot=0x1E947,
246239 },
246240 [0x1E948]={
246241  category="mn",
246242  combining=0xE6,
246243  description="ADLAM CONSONANT MODIFIER",
246244  direction="nsm",
246245  linebreak="cm",
246246  unicodeslot=0x1E948,
246247 },
246248 [0x1E949]={
246249  category="mn",
246250  combining=0xE6,
246251  description="ADLAM GEMINATE CONSONANT MODIFIER",
246252  direction="nsm",
246253  linebreak="cm",
246254  unicodeslot=0x1E949,
246255 },
246256 [0x1E94A]={
246257  category="mn",
246258  combining=0x7,
246259  description="ADLAM NUKTA",
246260  direction="nsm",
246261  linebreak="cm",
246262  unicodeslot=0x1E94A,
246263 },
246264 [0x1E94B]={
246265  arabic="t",
246266  category="lm",
246267  description="ADLAM NASALIZATION MARK",
246268  direction="r",
246269  linebreak="al",
246270  unicodeslot=0x1E94B,
246271 },
246272 [0x1E950]={
246273  category="nd",
246274  description="ADLAM DIGIT ZERO",
246275  direction="r",
246276  linebreak="nu",
246277  unicodeslot=0x1E950,
246278 },
246279 [0x1E951]={
246280  category="nd",
246281  description="ADLAM DIGIT ONE",
246282  direction="r",
246283  linebreak="nu",
246284  unicodeslot=0x1E951,
246285 },
246286 [0x1E952]={
246287  category="nd",
246288  description="ADLAM DIGIT TWO",
246289  direction="r",
246290  linebreak="nu",
246291  unicodeslot=0x1E952,
246292 },
246293 [0x1E953]={
246294  category="nd",
246295  description="ADLAM DIGIT THREE",
246296  direction="r",
246297  linebreak="nu",
246298  unicodeslot=0x1E953,
246299 },
246300 [0x1E954]={
246301  category="nd",
246302  description="ADLAM DIGIT FOUR",
246303  direction="r",
246304  linebreak="nu",
246305  unicodeslot=0x1E954,
246306 },
246307 [0x1E955]={
246308  category="nd",
246309  description="ADLAM DIGIT FIVE",
246310  direction="r",
246311  linebreak="nu",
246312  unicodeslot=0x1E955,
246313 },
246314 [0x1E956]={
246315  category="nd",
246316  description="ADLAM DIGIT SIX",
246317  direction="r",
246318  linebreak="nu",
246319  unicodeslot=0x1E956,
246320 },
246321 [0x1E957]={
246322  category="nd",
246323  description="ADLAM DIGIT SEVEN",
246324  direction="r",
246325  linebreak="nu",
246326  unicodeslot=0x1E957,
246327 },
246328 [0x1E958]={
246329  category="nd",
246330  description="ADLAM DIGIT EIGHT",
246331  direction="r",
246332  linebreak="nu",
246333  unicodeslot=0x1E958,
246334 },
246335 [0x1E959]={
246336  category="nd",
246337  description="ADLAM DIGIT NINE",
246338  direction="r",
246339  linebreak="nu",
246340  unicodeslot=0x1E959,
246341 },
246342 [0x1E95E]={
246343  category="po",
246344  description="ADLAM INITIAL EXCLAMATION MARK",
246345  direction="r",
246346  linebreak="op",
246347  unicodeslot=0x1E95E,
246348 },
246349 [0x1E95F]={
246350  category="po",
246351  description="ADLAM INITIAL QUESTION MARK",
246352  direction="r",
246353  linebreak="op",
246354  unicodeslot=0x1E95F,
246355 },
246356 [0x1EC71]={
246357  category="no",
246358  description="INDIC SIYAQ NUMBER ONE",
246359  direction="al",
246360  linebreak="al",
246361  unicodeslot=0x1EC71,
246362 },
246363 [0x1EC72]={
246364  category="no",
246365  description="INDIC SIYAQ NUMBER TWO",
246366  direction="al",
246367  linebreak="al",
246368  unicodeslot=0x1EC72,
246369 },
246370 [0x1EC73]={
246371  category="no",
246372  description="INDIC SIYAQ NUMBER THREE",
246373  direction="al",
246374  linebreak="al",
246375  unicodeslot=0x1EC73,
246376 },
246377 [0x1EC74]={
246378  category="no",
246379  description="INDIC SIYAQ NUMBER FOUR",
246380  direction="al",
246381  linebreak="al",
246382  unicodeslot=0x1EC74,
246383 },
246384 [0x1EC75]={
246385  category="no",
246386  description="INDIC SIYAQ NUMBER FIVE",
246387  direction="al",
246388  linebreak="al",
246389  unicodeslot=0x1EC75,
246390 },
246391 [0x1EC76]={
246392  category="no",
246393  description="INDIC SIYAQ NUMBER SIX",
246394  direction="al",
246395  linebreak="al",
246396  unicodeslot=0x1EC76,
246397 },
246398 [0x1EC77]={
246399  category="no",
246400  description="INDIC SIYAQ NUMBER SEVEN",
246401  direction="al",
246402  linebreak="al",
246403  unicodeslot=0x1EC77,
246404 },
246405 [0x1EC78]={
246406  category="no",
246407  description="INDIC SIYAQ NUMBER EIGHT",
246408  direction="al",
246409  linebreak="al",
246410  unicodeslot=0x1EC78,
246411 },
246412 [0x1EC79]={
246413  category="no",
246414  description="INDIC SIYAQ NUMBER NINE",
246415  direction="al",
246416  linebreak="al",
246417  unicodeslot=0x1EC79,
246418 },
246419 [0x1EC7A]={
246420  category="no",
246421  description="INDIC SIYAQ NUMBER TEN",
246422  direction="al",
246423  linebreak="al",
246424  unicodeslot=0x1EC7A,
246425 },
246426 [0x1EC7B]={
246427  category="no",
246428  description="INDIC SIYAQ NUMBER TWENTY",
246429  direction="al",
246430  linebreak="al",
246431  unicodeslot=0x1EC7B,
246432 },
246433 [0x1EC7C]={
246434  category="no",
246435  description="INDIC SIYAQ NUMBER THIRTY",
246436  direction="al",
246437  linebreak="al",
246438  unicodeslot=0x1EC7C,
246439 },
246440 [0x1EC7D]={
246441  category="no",
246442  description="INDIC SIYAQ NUMBER FORTY",
246443  direction="al",
246444  linebreak="al",
246445  unicodeslot=0x1EC7D,
246446 },
246447 [0x1EC7E]={
246448  category="no",
246449  description="INDIC SIYAQ NUMBER FIFTY",
246450  direction="al",
246451  linebreak="al",
246452  unicodeslot=0x1EC7E,
246453 },
246454 [0x1EC7F]={
246455  category="no",
246456  description="INDIC SIYAQ NUMBER SIXTY",
246457  direction="al",
246458  linebreak="al",
246459  unicodeslot=0x1EC7F,
246460 },
246461 [0x1EC80]={
246462  category="no",
246463  description="INDIC SIYAQ NUMBER SEVENTY",
246464  direction="al",
246465  linebreak="al",
246466  unicodeslot=0x1EC80,
246467 },
246468 [0x1EC81]={
246469  category="no",
246470  description="INDIC SIYAQ NUMBER EIGHTY",
246471  direction="al",
246472  linebreak="al",
246473  unicodeslot=0x1EC81,
246474 },
246475 [0x1EC82]={
246476  category="no",
246477  description="INDIC SIYAQ NUMBER NINETY",
246478  direction="al",
246479  linebreak="al",
246480  unicodeslot=0x1EC82,
246481 },
246482 [0x1EC83]={
246483  category="no",
246484  description="INDIC SIYAQ NUMBER ONE HUNDRED",
246485  direction="al",
246486  linebreak="al",
246487  unicodeslot=0x1EC83,
246488 },
246489 [0x1EC84]={
246490  category="no",
246491  description="INDIC SIYAQ NUMBER TWO HUNDRED",
246492  direction="al",
246493  linebreak="al",
246494  unicodeslot=0x1EC84,
246495 },
246496 [0x1EC85]={
246497  category="no",
246498  description="INDIC SIYAQ NUMBER THREE HUNDRED",
246499  direction="al",
246500  linebreak="al",
246501  unicodeslot=0x1EC85,
246502 },
246503 [0x1EC86]={
246504  category="no",
246505  description="INDIC SIYAQ NUMBER FOUR HUNDRED",
246506  direction="al",
246507  linebreak="al",
246508  unicodeslot=0x1EC86,
246509 },
246510 [0x1EC87]={
246511  category="no",
246512  description="INDIC SIYAQ NUMBER FIVE HUNDRED",
246513  direction="al",
246514  linebreak="al",
246515  unicodeslot=0x1EC87,
246516 },
246517 [0x1EC88]={
246518  category="no",
246519  description="INDIC SIYAQ NUMBER SIX HUNDRED",
246520  direction="al",
246521  linebreak="al",
246522  unicodeslot=0x1EC88,
246523 },
246524 [0x1EC89]={
246525  category="no",
246526  description="INDIC SIYAQ NUMBER SEVEN HUNDRED",
246527  direction="al",
246528  linebreak="al",
246529  unicodeslot=0x1EC89,
246530 },
246531 [0x1EC8A]={
246532  category="no",
246533  description="INDIC SIYAQ NUMBER EIGHT HUNDRED",
246534  direction="al",
246535  linebreak="al",
246536  unicodeslot=0x1EC8A,
246537 },
246538 [0x1EC8B]={
246539  category="no",
246540  description="INDIC SIYAQ NUMBER NINE HUNDRED",
246541  direction="al",
246542  linebreak="al",
246543  unicodeslot=0x1EC8B,
246544 },
246545 [0x1EC8C]={
246546  category="no",
246547  description="INDIC SIYAQ NUMBER ONE THOUSAND",
246548  direction="al",
246549  linebreak="al",
246550  unicodeslot=0x1EC8C,
246551 },
246552 [0x1EC8D]={
246553  category="no",
246554  description="INDIC SIYAQ NUMBER TWO THOUSAND",
246555  direction="al",
246556  linebreak="al",
246557  unicodeslot=0x1EC8D,
246558 },
246559 [0x1EC8E]={
246560  category="no",
246561  description="INDIC SIYAQ NUMBER THREE THOUSAND",
246562  direction="al",
246563  linebreak="al",
246564  unicodeslot=0x1EC8E,
246565 },
246566 [0x1EC8F]={
246567  category="no",
246568  description="INDIC SIYAQ NUMBER FOUR THOUSAND",
246569  direction="al",
246570  linebreak="al",
246571  unicodeslot=0x1EC8F,
246572 },
246573 [0x1EC90]={
246574  category="no",
246575  description="INDIC SIYAQ NUMBER FIVE THOUSAND",
246576  direction="al",
246577  linebreak="al",
246578  unicodeslot=0x1EC90,
246579 },
246580 [0x1EC91]={
246581  category="no",
246582  description="INDIC SIYAQ NUMBER SIX THOUSAND",
246583  direction="al",
246584  linebreak="al",
246585  unicodeslot=0x1EC91,
246586 },
246587 [0x1EC92]={
246588  category="no",
246589  description="INDIC SIYAQ NUMBER SEVEN THOUSAND",
246590  direction="al",
246591  linebreak="al",
246592  unicodeslot=0x1EC92,
246593 },
246594 [0x1EC93]={
246595  category="no",
246596  description="INDIC SIYAQ NUMBER EIGHT THOUSAND",
246597  direction="al",
246598  linebreak="al",
246599  unicodeslot=0x1EC93,
246600 },
246601 [0x1EC94]={
246602  category="no",
246603  description="INDIC SIYAQ NUMBER NINE THOUSAND",
246604  direction="al",
246605  linebreak="al",
246606  unicodeslot=0x1EC94,
246607 },
246608 [0x1EC95]={
246609  category="no",
246610  description="INDIC SIYAQ NUMBER TEN THOUSAND",
246611  direction="al",
246612  linebreak="al",
246613  unicodeslot=0x1EC95,
246614 },
246615 [0x1EC96]={
246616  category="no",
246617  description="INDIC SIYAQ NUMBER TWENTY THOUSAND",
246618  direction="al",
246619  linebreak="al",
246620  unicodeslot=0x1EC96,
246621 },
246622 [0x1EC97]={
246623  category="no",
246624  description="INDIC SIYAQ NUMBER THIRTY THOUSAND",
246625  direction="al",
246626  linebreak="al",
246627  unicodeslot=0x1EC97,
246628 },
246629 [0x1EC98]={
246630  category="no",
246631  description="INDIC SIYAQ NUMBER FORTY THOUSAND",
246632  direction="al",
246633  linebreak="al",
246634  unicodeslot=0x1EC98,
246635 },
246636 [0x1EC99]={
246637  category="no",
246638  description="INDIC SIYAQ NUMBER FIFTY THOUSAND",
246639  direction="al",
246640  linebreak="al",
246641  unicodeslot=0x1EC99,
246642 },
246643 [0x1EC9A]={
246644  category="no",
246645  description="INDIC SIYAQ NUMBER SIXTY THOUSAND",
246646  direction="al",
246647  linebreak="al",
246648  unicodeslot=0x1EC9A,
246649 },
246650 [0x1EC9B]={
246651  category="no",
246652  description="INDIC SIYAQ NUMBER SEVENTY THOUSAND",
246653  direction="al",
246654  linebreak="al",
246655  unicodeslot=0x1EC9B,
246656 },
246657 [0x1EC9C]={
246658  category="no",
246659  description="INDIC SIYAQ NUMBER EIGHTY THOUSAND",
246660  direction="al",
246661  linebreak="al",
246662  unicodeslot=0x1EC9C,
246663 },
246664 [0x1EC9D]={
246665  category="no",
246666  description="INDIC SIYAQ NUMBER NINETY THOUSAND",
246667  direction="al",
246668  linebreak="al",
246669  unicodeslot=0x1EC9D,
246670 },
246671 [0x1EC9E]={
246672  category="no",
246673  description="INDIC SIYAQ NUMBER LAKH",
246674  direction="al",
246675  linebreak="al",
246676  unicodeslot=0x1EC9E,
246677 },
246678 [0x1EC9F]={
246679  category="no",
246680  description="INDIC SIYAQ NUMBER LAKHAN",
246681  direction="al",
246682  linebreak="al",
246683  unicodeslot=0x1EC9F,
246684 },
246685 [0x1ECA0]={
246686  category="no",
246687  description="INDIC SIYAQ LAKH MARK",
246688  direction="al",
246689  linebreak="al",
246690  unicodeslot=0x1ECA0,
246691 },
246692 [0x1ECA1]={
246693  category="no",
246694  description="INDIC SIYAQ NUMBER KAROR",
246695  direction="al",
246696  linebreak="al",
246697  unicodeslot=0x1ECA1,
246698 },
246699 [0x1ECA2]={
246700  category="no",
246701  description="INDIC SIYAQ NUMBER KARORAN",
246702  direction="al",
246703  linebreak="al",
246704  unicodeslot=0x1ECA2,
246705 },
246706 [0x1ECA3]={
246707  category="no",
246708  description="INDIC SIYAQ NUMBER PREFIXED ONE",
246709  direction="al",
246710  linebreak="al",
246711  unicodeslot=0x1ECA3,
246712 },
246713 [0x1ECA4]={
246714  category="no",
246715  description="INDIC SIYAQ NUMBER PREFIXED TWO",
246716  direction="al",
246717  linebreak="al",
246718  unicodeslot=0x1ECA4,
246719 },
246720 [0x1ECA5]={
246721  category="no",
246722  description="INDIC SIYAQ NUMBER PREFIXED THREE",
246723  direction="al",
246724  linebreak="al",
246725  unicodeslot=0x1ECA5,
246726 },
246727 [0x1ECA6]={
246728  category="no",
246729  description="INDIC SIYAQ NUMBER PREFIXED FOUR",
246730  direction="al",
246731  linebreak="al",
246732  unicodeslot=0x1ECA6,
246733 },
246734 [0x1ECA7]={
246735  category="no",
246736  description="INDIC SIYAQ NUMBER PREFIXED FIVE",
246737  direction="al",
246738  linebreak="al",
246739  unicodeslot=0x1ECA7,
246740 },
246741 [0x1ECA8]={
246742  category="no",
246743  description="INDIC SIYAQ NUMBER PREFIXED SIX",
246744  direction="al",
246745  linebreak="al",
246746  unicodeslot=0x1ECA8,
246747 },
246748 [0x1ECA9]={
246749  category="no",
246750  description="INDIC SIYAQ NUMBER PREFIXED SEVEN",
246751  direction="al",
246752  linebreak="al",
246753  unicodeslot=0x1ECA9,
246754 },
246755 [0x1ECAA]={
246756  category="no",
246757  description="INDIC SIYAQ NUMBER PREFIXED EIGHT",
246758  direction="al",
246759  linebreak="al",
246760  unicodeslot=0x1ECAA,
246761 },
246762 [0x1ECAB]={
246763  category="no",
246764  description="INDIC SIYAQ NUMBER PREFIXED NINE",
246765  direction="al",
246766  linebreak="al",
246767  unicodeslot=0x1ECAB,
246768 },
246769 [0x1ECAC]={
246770  category="so",
246771  description="INDIC SIYAQ PLACEHOLDER",
246772  direction="al",
246773  linebreak="po",
246774  unicodeslot=0x1ECAC,
246775 },
246776 [0x1ECAD]={
246777  category="no",
246778  description="INDIC SIYAQ FRACTION ONE QUARTER",
246779  direction="al",
246780  linebreak="al",
246781  unicodeslot=0x1ECAD,
246782 },
246783 [0x1ECAE]={
246784  category="no",
246785  description="INDIC SIYAQ FRACTION ONE HALF",
246786  direction="al",
246787  linebreak="al",
246788  unicodeslot=0x1ECAE,
246789 },
246790 [0x1ECAF]={
246791  category="no",
246792  description="INDIC SIYAQ FRACTION THREE QUARTERS",
246793  direction="al",
246794  linebreak="al",
246795  unicodeslot=0x1ECAF,
246796 },
246797 [0x1ECB0]={
246798  category="sc",
246799  description="INDIC SIYAQ RUPEE MARK",
246800  direction="al",
246801  linebreak="po",
246802  unicodeslot=0x1ECB0,
246803 },
246804 [0x1ECB1]={
246805  category="no",
246806  description="INDIC SIYAQ NUMBER ALTERNATE ONE",
246807  direction="al",
246808  linebreak="al",
246809  unicodeslot=0x1ECB1,
246810 },
246811 [0x1ECB2]={
246812  category="no",
246813  description="INDIC SIYAQ NUMBER ALTERNATE TWO",
246814  direction="al",
246815  linebreak="al",
246816  unicodeslot=0x1ECB2,
246817 },
246818 [0x1ECB3]={
246819  category="no",
246820  description="INDIC SIYAQ NUMBER ALTERNATE TEN THOUSAND",
246821  direction="al",
246822  linebreak="al",
246823  unicodeslot=0x1ECB3,
246824 },
246825 [0x1ECB4]={
246826  category="no",
246827  description="INDIC SIYAQ ALTERNATE LAKH MARK",
246828  direction="al",
246829  linebreak="al",
246830  unicodeslot=0x1ECB4,
246831 },
246832 [0x1ED01]={
246833  category="no",
246834  description="OTTOMAN SIYAQ NUMBER ONE",
246835  direction="al",
246836  linebreak="al",
246837  unicodeslot=0x1ED01,
246838 },
246839 [0x1ED02]={
246840  category="no",
246841  description="OTTOMAN SIYAQ NUMBER TWO",
246842  direction="al",
246843  linebreak="al",
246844  unicodeslot=0x1ED02,
246845 },
246846 [0x1ED03]={
246847  category="no",
246848  description="OTTOMAN SIYAQ NUMBER THREE",
246849  direction="al",
246850  linebreak="al",
246851  unicodeslot=0x1ED03,
246852 },
246853 [0x1ED04]={
246854  category="no",
246855  description="OTTOMAN SIYAQ NUMBER FOUR",
246856  direction="al",
246857  linebreak="al",
246858  unicodeslot=0x1ED04,
246859 },
246860 [0x1ED05]={
246861  category="no",
246862  description="OTTOMAN SIYAQ NUMBER FIVE",
246863  direction="al",
246864  linebreak="al",
246865  unicodeslot=0x1ED05,
246866 },
246867 [0x1ED06]={
246868  category="no",
246869  description="OTTOMAN SIYAQ NUMBER SIX",
246870  direction="al",
246871  linebreak="al",
246872  unicodeslot=0x1ED06,
246873 },
246874 [0x1ED07]={
246875  category="no",
246876  description="OTTOMAN SIYAQ NUMBER SEVEN",
246877  direction="al",
246878  linebreak="al",
246879  unicodeslot=0x1ED07,
246880 },
246881 [0x1ED08]={
246882  category="no",
246883  description="OTTOMAN SIYAQ NUMBER EIGHT",
246884  direction="al",
246885  linebreak="al",
246886  unicodeslot=0x1ED08,
246887 },
246888 [0x1ED09]={
246889  category="no",
246890  description="OTTOMAN SIYAQ NUMBER NINE",
246891  direction="al",
246892  linebreak="al",
246893  unicodeslot=0x1ED09,
246894 },
246895 [0x1ED0A]={
246896  category="no",
246897  description="OTTOMAN SIYAQ NUMBER TEN",
246898  direction="al",
246899  linebreak="al",
246900  unicodeslot=0x1ED0A,
246901 },
246902 [0x1ED0B]={
246903  category="no",
246904  description="OTTOMAN SIYAQ NUMBER TWENTY",
246905  direction="al",
246906  linebreak="al",
246907  unicodeslot=0x1ED0B,
246908 },
246909 [0x1ED0C]={
246910  category="no",
246911  description="OTTOMAN SIYAQ NUMBER THIRTY",
246912  direction="al",
246913  linebreak="al",
246914  unicodeslot=0x1ED0C,
246915 },
246916 [0x1ED0D]={
246917  category="no",
246918  description="OTTOMAN SIYAQ NUMBER FORTY",
246919  direction="al",
246920  linebreak="al",
246921  unicodeslot=0x1ED0D,
246922 },
246923 [0x1ED0E]={
246924  category="no",
246925  description="OTTOMAN SIYAQ NUMBER FIFTY",
246926  direction="al",
246927  linebreak="al",
246928  unicodeslot=0x1ED0E,
246929 },
246930 [0x1ED0F]={
246931  category="no",
246932  description="OTTOMAN SIYAQ NUMBER SIXTY",
246933  direction="al",
246934  linebreak="al",
246935  unicodeslot=0x1ED0F,
246936 },
246937 [0x1ED10]={
246938  category="no",
246939  description="OTTOMAN SIYAQ NUMBER SEVENTY",
246940  direction="al",
246941  linebreak="al",
246942  unicodeslot=0x1ED10,
246943 },
246944 [0x1ED11]={
246945  category="no",
246946  description="OTTOMAN SIYAQ NUMBER EIGHTY",
246947  direction="al",
246948  linebreak="al",
246949  unicodeslot=0x1ED11,
246950 },
246951 [0x1ED12]={
246952  category="no",
246953  description="OTTOMAN SIYAQ NUMBER NINETY",
246954  direction="al",
246955  linebreak="al",
246956  unicodeslot=0x1ED12,
246957 },
246958 [0x1ED13]={
246959  category="no",
246960  description="OTTOMAN SIYAQ NUMBER ONE HUNDRED",
246961  direction="al",
246962  linebreak="al",
246963  unicodeslot=0x1ED13,
246964 },
246965 [0x1ED14]={
246966  category="no",
246967  description="OTTOMAN SIYAQ NUMBER TWO HUNDRED",
246968  direction="al",
246969  linebreak="al",
246970  unicodeslot=0x1ED14,
246971 },
246972 [0x1ED15]={
246973  category="no",
246974  description="OTTOMAN SIYAQ NUMBER THREE HUNDRED",
246975  direction="al",
246976  linebreak="al",
246977  unicodeslot=0x1ED15,
246978 },
246979 [0x1ED16]={
246980  category="no",
246981  description="OTTOMAN SIYAQ NUMBER FOUR HUNDRED",
246982  direction="al",
246983  linebreak="al",
246984  unicodeslot=0x1ED16,
246985 },
246986 [0x1ED17]={
246987  category="no",
246988  description="OTTOMAN SIYAQ NUMBER FIVE HUNDRED",
246989  direction="al",
246990  linebreak="al",
246991  unicodeslot=0x1ED17,
246992 },
246993 [0x1ED18]={
246994  category="no",
246995  description="OTTOMAN SIYAQ NUMBER SIX HUNDRED",
246996  direction="al",
246997  linebreak="al",
246998  unicodeslot=0x1ED18,
246999 },
247000 [0x1ED19]={
247001  category="no",
247002  description="OTTOMAN SIYAQ NUMBER SEVEN HUNDRED",
247003  direction="al",
247004  linebreak="al",
247005  unicodeslot=0x1ED19,
247006 },
247007 [0x1ED1A]={
247008  category="no",
247009  description="OTTOMAN SIYAQ NUMBER EIGHT HUNDRED",
247010  direction="al",
247011  linebreak="al",
247012  unicodeslot=0x1ED1A,
247013 },
247014 [0x1ED1B]={
247015  category="no",
247016  description="OTTOMAN SIYAQ NUMBER NINE HUNDRED",
247017  direction="al",
247018  linebreak="al",
247019  unicodeslot=0x1ED1B,
247020 },
247021 [0x1ED1C]={
247022  category="no",
247023  description="OTTOMAN SIYAQ NUMBER ONE THOUSAND",
247024  direction="al",
247025  linebreak="al",
247026  unicodeslot=0x1ED1C,
247027 },
247028 [0x1ED1D]={
247029  category="no",
247030  description="OTTOMAN SIYAQ NUMBER TWO THOUSAND",
247031  direction="al",
247032  linebreak="al",
247033  unicodeslot=0x1ED1D,
247034 },
247035 [0x1ED1E]={
247036  category="no",
247037  description="OTTOMAN SIYAQ NUMBER THREE THOUSAND",
247038  direction="al",
247039  linebreak="al",
247040  unicodeslot=0x1ED1E,
247041 },
247042 [0x1ED1F]={
247043  category="no",
247044  description="OTTOMAN SIYAQ NUMBER FOUR THOUSAND",
247045  direction="al",
247046  linebreak="al",
247047  unicodeslot=0x1ED1F,
247048 },
247049 [0x1ED20]={
247050  category="no",
247051  description="OTTOMAN SIYAQ NUMBER FIVE THOUSAND",
247052  direction="al",
247053  linebreak="al",
247054  unicodeslot=0x1ED20,
247055 },
247056 [0x1ED21]={
247057  category="no",
247058  description="OTTOMAN SIYAQ NUMBER SIX THOUSAND",
247059  direction="al",
247060  linebreak="al",
247061  unicodeslot=0x1ED21,
247062 },
247063 [0x1ED22]={
247064  category="no",
247065  description="OTTOMAN SIYAQ NUMBER SEVEN THOUSAND",
247066  direction="al",
247067  linebreak="al",
247068  unicodeslot=0x1ED22,
247069 },
247070 [0x1ED23]={
247071  category="no",
247072  description="OTTOMAN SIYAQ NUMBER EIGHT THOUSAND",
247073  direction="al",
247074  linebreak="al",
247075  unicodeslot=0x1ED23,
247076 },
247077 [0x1ED24]={
247078  category="no",
247079  description="OTTOMAN SIYAQ NUMBER NINE THOUSAND",
247080  direction="al",
247081  linebreak="al",
247082  unicodeslot=0x1ED24,
247083 },
247084 [0x1ED25]={
247085  category="no",
247086  description="OTTOMAN SIYAQ NUMBER TEN THOUSAND",
247087  direction="al",
247088  linebreak="al",
247089  unicodeslot=0x1ED25,
247090 },
247091 [0x1ED26]={
247092  category="no",
247093  description="OTTOMAN SIYAQ NUMBER TWENTY THOUSAND",
247094  direction="al",
247095  linebreak="al",
247096  unicodeslot=0x1ED26,
247097 },
247098 [0x1ED27]={
247099  category="no",
247100  description="OTTOMAN SIYAQ NUMBER THIRTY THOUSAND",
247101  direction="al",
247102  linebreak="al",
247103  unicodeslot=0x1ED27,
247104 },
247105 [0x1ED28]={
247106  category="no",
247107  description="OTTOMAN SIYAQ NUMBER FORTY THOUSAND",
247108  direction="al",
247109  linebreak="al",
247110  unicodeslot=0x1ED28,
247111 },
247112 [0x1ED29]={
247113  category="no",
247114  description="OTTOMAN SIYAQ NUMBER FIFTY THOUSAND",
247115  direction="al",
247116  linebreak="al",
247117  unicodeslot=0x1ED29,
247118 },
247119 [0x1ED2A]={
247120  category="no",
247121  description="OTTOMAN SIYAQ NUMBER SIXTY THOUSAND",
247122  direction="al",
247123  linebreak="al",
247124  unicodeslot=0x1ED2A,
247125 },
247126 [0x1ED2B]={
247127  category="no",
247128  description="OTTOMAN SIYAQ NUMBER SEVENTY THOUSAND",
247129  direction="al",
247130  linebreak="al",
247131  unicodeslot=0x1ED2B,
247132 },
247133 [0x1ED2C]={
247134  category="no",
247135  description="OTTOMAN SIYAQ NUMBER EIGHTY THOUSAND",
247136  direction="al",
247137  linebreak="al",
247138  unicodeslot=0x1ED2C,
247139 },
247140 [0x1ED2D]={
247141  category="no",
247142  description="OTTOMAN SIYAQ NUMBER NINETY THOUSAND",
247143  direction="al",
247144  linebreak="al",
247145  unicodeslot=0x1ED2D,
247146 },
247147 [0x1ED2E]={
247148  category="so",
247149  description="OTTOMAN SIYAQ MARRATAN",
247150  direction="al",
247151  linebreak="al",
247152  unicodeslot=0x1ED2E,
247153 },
247154 [0x1ED2F]={
247155  category="no",
247156  description="OTTOMAN SIYAQ ALTERNATE NUMBER TWO",
247157  direction="al",
247158  linebreak="al",
247159  unicodeslot=0x1ED2F,
247160 },
247161 [0x1ED30]={
247162  category="no",
247163  description="OTTOMAN SIYAQ ALTERNATE NUMBER THREE",
247164  direction="al",
247165  linebreak="al",
247166  unicodeslot=0x1ED30,
247167 },
247168 [0x1ED31]={
247169  category="no",
247170  description="OTTOMAN SIYAQ ALTERNATE NUMBER FOUR",
247171  direction="al",
247172  linebreak="al",
247173  unicodeslot=0x1ED31,
247174 },
247175 [0x1ED32]={
247176  category="no",
247177  description="OTTOMAN SIYAQ ALTERNATE NUMBER FIVE",
247178  direction="al",
247179  linebreak="al",
247180  unicodeslot=0x1ED32,
247181 },
247182 [0x1ED33]={
247183  category="no",
247184  description="OTTOMAN SIYAQ ALTERNATE NUMBER SIX",
247185  direction="al",
247186  linebreak="al",
247187  unicodeslot=0x1ED33,
247188 },
247189 [0x1ED34]={
247190  category="no",
247191  description="OTTOMAN SIYAQ ALTERNATE NUMBER SEVEN",
247192  direction="al",
247193  linebreak="al",
247194  unicodeslot=0x1ED34,
247195 },
247196 [0x1ED35]={
247197  category="no",
247198  description="OTTOMAN SIYAQ ALTERNATE NUMBER EIGHT",
247199  direction="al",
247200  linebreak="al",
247201  unicodeslot=0x1ED35,
247202 },
247203 [0x1ED36]={
247204  category="no",
247205  description="OTTOMAN SIYAQ ALTERNATE NUMBER NINE",
247206  direction="al",
247207  linebreak="al",
247208  unicodeslot=0x1ED36,
247209 },
247210 [0x1ED37]={
247211  category="no",
247212  description="OTTOMAN SIYAQ ALTERNATE NUMBER TEN",
247213  direction="al",
247214  linebreak="al",
247215  unicodeslot=0x1ED37,
247216 },
247217 [0x1ED38]={
247218  category="no",
247219  description="OTTOMAN SIYAQ ALTERNATE NUMBER FOUR HUNDRED",
247220  direction="al",
247221  linebreak="al",
247222  unicodeslot=0x1ED38,
247223 },
247224 [0x1ED39]={
247225  category="no",
247226  description="OTTOMAN SIYAQ ALTERNATE NUMBER SIX HUNDRED",
247227  direction="al",
247228  linebreak="al",
247229  unicodeslot=0x1ED39,
247230 },
247231 [0x1ED3A]={
247232  category="no",
247233  description="OTTOMAN SIYAQ ALTERNATE NUMBER TWO THOUSAND",
247234  direction="al",
247235  linebreak="al",
247236  unicodeslot=0x1ED3A,
247237 },
247238 [0x1ED3B]={
247239  category="no",
247240  description="OTTOMAN SIYAQ ALTERNATE NUMBER TEN THOUSAND",
247241  direction="al",
247242  linebreak="al",
247243  unicodeslot=0x1ED3B,
247244 },
247245 [0x1ED3C]={
247246  category="no",
247247  description="OTTOMAN SIYAQ FRACTION ONE HALF",
247248  direction="al",
247249  linebreak="al",
247250  unicodeslot=0x1ED3C,
247251 },
247252 [0x1ED3D]={
247253  category="no",
247254  description="OTTOMAN SIYAQ FRACTION ONE SIXTH",
247255  direction="al",
247256  linebreak="al",
247257  unicodeslot=0x1ED3D,
247258 },
247259 [0x1EE00]={
247260  category="lo",
247261  comment="check math properties",
247262  description="ARABIC MATHEMATICAL ALEF",
247263  direction="al",
247264  linebreak="al",
247265  specials={ "font", 0x627 },
247266  unicodeslot=0x1EE00,
247267 },
247268 [0x1EE01]={
247269  category="lo",
247270  comment="check math properties",
247271  description="ARABIC MATHEMATICAL BEH",
247272  direction="al",
247273  linebreak="al",
247274  specials={ "font", 0x628 },
247275  unicodeslot=0x1EE01,
247276 },
247277 [0x1EE02]={
247278  category="lo",
247279  comment="check math properties",
247280  description="ARABIC MATHEMATICAL JEEM",
247281  direction="al",
247282  linebreak="al",
247283  specials={ "font", 0x62C },
247284  unicodeslot=0x1EE02,
247285 },
247286 [0x1EE03]={
247287  category="lo",
247288  comment="check math properties",
247289  description="ARABIC MATHEMATICAL DAL",
247290  direction="al",
247291  linebreak="al",
247292  specials={ "font", 0x62F },
247293  unicodeslot=0x1EE03,
247294 },
247295 [0x1EE05]={
247296  category="lo",
247297  comment="check math properties",
247298  description="ARABIC MATHEMATICAL WAW",
247299  direction="al",
247300  linebreak="al",
247301  specials={ "font", 0x648 },
247302  unicodeslot=0x1EE05,
247303 },
247304 [0x1EE06]={
247305  category="lo",
247306  comment="check math properties",
247307  description="ARABIC MATHEMATICAL ZAIN",
247308  direction="al",
247309  linebreak="al",
247310  specials={ "font", 0x632 },
247311  unicodeslot=0x1EE06,
247312 },
247313 [0x1EE07]={
247314  category="lo",
247315  comment="check math properties",
247316  description="ARABIC MATHEMATICAL HAH",
247317  direction="al",
247318  linebreak="al",
247319  specials={ "font", 0x62D },
247320  unicodeslot=0x1EE07,
247321 },
247322 [0x1EE08]={
247323  category="lo",
247324  comment="check math properties",
247325  description="ARABIC MATHEMATICAL TAH",
247326  direction="al",
247327  linebreak="al",
247328  specials={ "font", 0x637 },
247329  unicodeslot=0x1EE08,
247330 },
247331 [0x1EE09]={
247332  category="lo",
247333  comment="check math properties",
247334  description="ARABIC MATHEMATICAL YEH",
247335  direction="al",
247336  linebreak="al",
247337  specials={ "font", 0x64A },
247338  unicodeslot=0x1EE09,
247339 },
247340 [0x1EE0A]={
247341  category="lo",
247342  comment="check math properties",
247343  description="ARABIC MATHEMATICAL KAF",
247344  direction="al",
247345  linebreak="al",
247346  specials={ "font", 0x643 },
247347  unicodeslot=0x1EE0A,
247348 },
247349 [0x1EE0B]={
247350  category="lo",
247351  comment="check math properties",
247352  description="ARABIC MATHEMATICAL LAM",
247353  direction="al",
247354  linebreak="al",
247355  specials={ "font", 0x644 },
247356  unicodeslot=0x1EE0B,
247357 },
247358 [0x1EE0C]={
247359  category="lo",
247360  comment="check math properties",
247361  description="ARABIC MATHEMATICAL MEEM",
247362  direction="al",
247363  linebreak="al",
247364  specials={ "font", 0x645 },
247365  unicodeslot=0x1EE0C,
247366 },
247367 [0x1EE0D]={
247368  category="lo",
247369  comment="check math properties",
247370  description="ARABIC MATHEMATICAL NOON",
247371  direction="al",
247372  linebreak="al",
247373  specials={ "font", 0x646 },
247374  unicodeslot=0x1EE0D,
247375 },
247376 [0x1EE0E]={
247377  category="lo",
247378  comment="check math properties",
247379  description="ARABIC MATHEMATICAL SEEN",
247380  direction="al",
247381  linebreak="al",
247382  specials={ "font", 0x633 },
247383  unicodeslot=0x1EE0E,
247384 },
247385 [0x1EE0F]={
247386  category="lo",
247387  comment="check math properties",
247388  description="ARABIC MATHEMATICAL AIN",
247389  direction="al",
247390  linebreak="al",
247391  specials={ "font", 0x639 },
247392  unicodeslot=0x1EE0F,
247393 },
247394 [0x1EE10]={
247395  category="lo",
247396  comment="check math properties",
247397  description="ARABIC MATHEMATICAL FEH",
247398  direction="al",
247399  linebreak="al",
247400  specials={ "font", 0x641 },
247401  unicodeslot=0x1EE10,
247402 },
247403 [0x1EE11]={
247404  category="lo",
247405  comment="check math properties",
247406  description="ARABIC MATHEMATICAL SAD",
247407  direction="al",
247408  linebreak="al",
247409  specials={ "font", 0x635 },
247410  unicodeslot=0x1EE11,
247411 },
247412 [0x1EE12]={
247413  category="lo",
247414  comment="check math properties",
247415  description="ARABIC MATHEMATICAL QAF",
247416  direction="al",
247417  linebreak="al",
247418  specials={ "font", 0x642 },
247419  unicodeslot=0x1EE12,
247420 },
247421 [0x1EE13]={
247422  category="lo",
247423  comment="check math properties",
247424  description="ARABIC MATHEMATICAL REH",
247425  direction="al",
247426  linebreak="al",
247427  specials={ "font", 0x631 },
247428  unicodeslot=0x1EE13,
247429 },
247430 [0x1EE14]={
247431  category="lo",
247432  comment="check math properties",
247433  description="ARABIC MATHEMATICAL SHEEN",
247434  direction="al",
247435  linebreak="al",
247436  specials={ "font", 0x634 },
247437  unicodeslot=0x1EE14,
247438 },
247439 [0x1EE15]={
247440  category="lo",
247441  comment="check math properties",
247442  description="ARABIC MATHEMATICAL TEH",
247443  direction="al",
247444  linebreak="al",
247445  specials={ "font", 0x62A },
247446  unicodeslot=0x1EE15,
247447 },
247448 [0x1EE16]={
247449  category="lo",
247450  comment="check math properties",
247451  description="ARABIC MATHEMATICAL THEH",
247452  direction="al",
247453  linebreak="al",
247454  specials={ "font", 0x62B },
247455  unicodeslot=0x1EE16,
247456 },
247457 [0x1EE17]={
247458  category="lo",
247459  comment="check math properties",
247460  description="ARABIC MATHEMATICAL KHAH",
247461  direction="al",
247462  linebreak="al",
247463  specials={ "font", 0x62E },
247464  unicodeslot=0x1EE17,
247465 },
247466 [0x1EE18]={
247467  category="lo",
247468  comment="check math properties",
247469  description="ARABIC MATHEMATICAL THAL",
247470  direction="al",
247471  linebreak="al",
247472  specials={ "font", 0x630 },
247473  unicodeslot=0x1EE18,
247474 },
247475 [0x1EE19]={
247476  category="lo",
247477  comment="check math properties",
247478  description="ARABIC MATHEMATICAL DAD",
247479  direction="al",
247480  linebreak="al",
247481  specials={ "font", 0x636 },
247482  unicodeslot=0x1EE19,
247483 },
247484 [0x1EE1A]={
247485  category="lo",
247486  comment="check math properties",
247487  description="ARABIC MATHEMATICAL ZAH",
247488  direction="al",
247489  linebreak="al",
247490  specials={ "font", 0x638 },
247491  unicodeslot=0x1EE1A,
247492 },
247493 [0x1EE1B]={
247494  category="lo",
247495  comment="check math properties",
247496  description="ARABIC MATHEMATICAL GHAIN",
247497  direction="al",
247498  linebreak="al",
247499  specials={ "font", 0x63A },
247500  unicodeslot=0x1EE1B,
247501 },
247502 [0x1EE1C]={
247503  category="lo",
247504  comment="check math properties",
247505  description="ARABIC MATHEMATICAL DOTLESS BEH",
247506  direction="al",
247507  linebreak="al",
247508  specials={ "font", 0x66E },
247509  unicodeslot=0x1EE1C,
247510 },
247511 [0x1EE1D]={
247512  category="lo",
247513  comment="check math properties",
247514  description="ARABIC MATHEMATICAL DOTLESS NOON",
247515  direction="al",
247516  linebreak="al",
247517  specials={ "font", 0x6BA },
247518  unicodeslot=0x1EE1D,
247519 },
247520 [0x1EE1E]={
247521  category="lo",
247522  comment="check math properties",
247523  description="ARABIC MATHEMATICAL DOTLESS FEH",
247524  direction="al",
247525  linebreak="al",
247526  specials={ "font", 0x6A1 },
247527  unicodeslot=0x1EE1E,
247528 },
247529 [0x1EE1F]={
247530  category="lo",
247531  comment="check math properties",
247532  description="ARABIC MATHEMATICAL DOTLESS QAF",
247533  direction="al",
247534  linebreak="al",
247535  specials={ "font", 0x66F },
247536  unicodeslot=0x1EE1F,
247537 },
247538 [0x1EE21]={
247539  category="lo",
247540  comment="check math properties",
247541  description="ARABIC MATHEMATICAL INITIAL BEH",
247542  direction="al",
247543  linebreak="al",
247544  specials={ "font", 0x628 },
247545  unicodeslot=0x1EE21,
247546 },
247547 [0x1EE22]={
247548  category="lo",
247549  comment="check math properties",
247550  description="ARABIC MATHEMATICAL INITIAL JEEM",
247551  direction="al",
247552  linebreak="al",
247553  specials={ "font", 0x62C },
247554  unicodeslot=0x1EE22,
247555 },
247556 [0x1EE24]={
247557  category="lo",
247558  comment="check math properties",
247559  description="ARABIC MATHEMATICAL INITIAL HEH",
247560  direction="al",
247561  linebreak="al",
247562  specials={ "font", 0x647 },
247563  unicodeslot=0x1EE24,
247564 },
247565 [0x1EE27]={
247566  category="lo",
247567  comment="check math properties",
247568  description="ARABIC MATHEMATICAL INITIAL HAH",
247569  direction="al",
247570  linebreak="al",
247571  specials={ "font", 0x62D },
247572  unicodeslot=0x1EE27,
247573 },
247574 [0x1EE29]={
247575  category="lo",
247576  comment="check math properties",
247577  description="ARABIC MATHEMATICAL INITIAL YEH",
247578  direction="al",
247579  linebreak="al",
247580  specials={ "font", 0x64A },
247581  unicodeslot=0x1EE29,
247582 },
247583 [0x1EE2A]={
247584  category="lo",
247585  comment="check math properties",
247586  description="ARABIC MATHEMATICAL INITIAL KAF",
247587  direction="al",
247588  linebreak="al",
247589  specials={ "font", 0x643 },
247590  unicodeslot=0x1EE2A,
247591 },
247592 [0x1EE2B]={
247593  category="lo",
247594  comment="check math properties",
247595  description="ARABIC MATHEMATICAL INITIAL LAM",
247596  direction="al",
247597  linebreak="al",
247598  specials={ "font", 0x644 },
247599  unicodeslot=0x1EE2B,
247600 },
247601 [0x1EE2C]={
247602  category="lo",
247603  comment="check math properties",
247604  description="ARABIC MATHEMATICAL INITIAL MEEM",
247605  direction="al",
247606  linebreak="al",
247607  specials={ "font", 0x645 },
247608  unicodeslot=0x1EE2C,
247609 },
247610 [0x1EE2D]={
247611  category="lo",
247612  comment="check math properties",
247613  description="ARABIC MATHEMATICAL INITIAL NOON",
247614  direction="al",
247615  linebreak="al",
247616  specials={ "font", 0x646 },
247617  unicodeslot=0x1EE2D,
247618 },
247619 [0x1EE2E]={
247620  category="lo",
247621  comment="check math properties",
247622  description="ARABIC MATHEMATICAL INITIAL SEEN",
247623  direction="al",
247624  linebreak="al",
247625  specials={ "font", 0x633 },
247626  unicodeslot=0x1EE2E,
247627 },
247628 [0x1EE2F]={
247629  category="lo",
247630  comment="check math properties",
247631  description="ARABIC MATHEMATICAL INITIAL AIN",
247632  direction="al",
247633  linebreak="al",
247634  specials={ "font", 0x639 },
247635  unicodeslot=0x1EE2F,
247636 },
247637 [0x1EE30]={
247638  category="lo",
247639  comment="check math properties",
247640  description="ARABIC MATHEMATICAL INITIAL FEH",
247641  direction="al",
247642  linebreak="al",
247643  specials={ "font", 0x641 },
247644  unicodeslot=0x1EE30,
247645 },
247646 [0x1EE31]={
247647  category="lo",
247648  comment="check math properties",
247649  description="ARABIC MATHEMATICAL INITIAL SAD",
247650  direction="al",
247651  linebreak="al",
247652  specials={ "font", 0x635 },
247653  unicodeslot=0x1EE31,
247654 },
247655 [0x1EE32]={
247656  category="lo",
247657  comment="check math properties",
247658  description="ARABIC MATHEMATICAL INITIAL QAF",
247659  direction="al",
247660  linebreak="al",
247661  specials={ "font", 0x642 },
247662  unicodeslot=0x1EE32,
247663 },
247664 [0x1EE34]={
247665  category="lo",
247666  comment="check math properties",
247667  description="ARABIC MATHEMATICAL INITIAL SHEEN",
247668  direction="al",
247669  linebreak="al",
247670  specials={ "font", 0x634 },
247671  unicodeslot=0x1EE34,
247672 },
247673 [0x1EE35]={
247674  category="lo",
247675  comment="check math properties",
247676  description="ARABIC MATHEMATICAL INITIAL TEH",
247677  direction="al",
247678  linebreak="al",
247679  specials={ "font", 0x62A },
247680  unicodeslot=0x1EE35,
247681 },
247682 [0x1EE36]={
247683  category="lo",
247684  comment="check math properties",
247685  description="ARABIC MATHEMATICAL INITIAL THEH",
247686  direction="al",
247687  linebreak="al",
247688  specials={ "font", 0x62B },
247689  unicodeslot=0x1EE36,
247690 },
247691 [0x1EE37]={
247692  category="lo",
247693  comment="check math properties",
247694  description="ARABIC MATHEMATICAL INITIAL KHAH",
247695  direction="al",
247696  linebreak="al",
247697  specials={ "font", 0x62E },
247698  unicodeslot=0x1EE37,
247699 },
247700 [0x1EE39]={
247701  category="lo",
247702  comment="check math properties",
247703  description="ARABIC MATHEMATICAL INITIAL DAD",
247704  direction="al",
247705  linebreak="al",
247706  specials={ "font", 0x636 },
247707  unicodeslot=0x1EE39,
247708 },
247709 [0x1EE3B]={
247710  category="lo",
247711  comment="check math properties",
247712  description="ARABIC MATHEMATICAL INITIAL GHAIN",
247713  direction="al",
247714  linebreak="al",
247715  specials={ "font", 0x63A },
247716  unicodeslot=0x1EE3B,
247717 },
247718 [0x1EE42]={
247719  category="lo",
247720  comment="check math properties",
247721  description="ARABIC MATHEMATICAL TAILED JEEM",
247722  direction="al",
247723  linebreak="al",
247724  specials={ "font", 0x62C },
247725  unicodeslot=0x1EE42,
247726 },
247727 [0x1EE47]={
247728  category="lo",
247729  comment="check math properties",
247730  description="ARABIC MATHEMATICAL TAILED HAH",
247731  direction="al",
247732  linebreak="al",
247733  specials={ "font", 0x62D },
247734  unicodeslot=0x1EE47,
247735 },
247736 [0x1EE49]={
247737  category="lo",
247738  comment="check math properties",
247739  description="ARABIC MATHEMATICAL TAILED YEH",
247740  direction="al",
247741  linebreak="al",
247742  specials={ "font", 0x64A },
247743  unicodeslot=0x1EE49,
247744 },
247745 [0x1EE4B]={
247746  category="lo",
247747  comment="check math properties",
247748  description="ARABIC MATHEMATICAL TAILED LAM",
247749  direction="al",
247750  linebreak="al",
247751  specials={ "font", 0x644 },
247752  unicodeslot=0x1EE4B,
247753 },
247754 [0x1EE4D]={
247755  category="lo",
247756  comment="check math properties",
247757  description="ARABIC MATHEMATICAL TAILED NOON",
247758  direction="al",
247759  linebreak="al",
247760  specials={ "font", 0x646 },
247761  unicodeslot=0x1EE4D,
247762 },
247763 [0x1EE4E]={
247764  category="lo",
247765  comment="check math properties",
247766  description="ARABIC MATHEMATICAL TAILED SEEN",
247767  direction="al",
247768  linebreak="al",
247769  specials={ "font", 0x633 },
247770  unicodeslot=0x1EE4E,
247771 },
247772 [0x1EE4F]={
247773  category="lo",
247774  comment="check math properties",
247775  description="ARABIC MATHEMATICAL TAILED AIN",
247776  direction="al",
247777  linebreak="al",
247778  specials={ "font", 0x639 },
247779  unicodeslot=0x1EE4F,
247780 },
247781 [0x1EE51]={
247782  category="lo",
247783  comment="check math properties",
247784  description="ARABIC MATHEMATICAL TAILED SAD",
247785  direction="al",
247786  linebreak="al",
247787  specials={ "font", 0x635 },
247788  unicodeslot=0x1EE51,
247789 },
247790 [0x1EE52]={
247791  category="lo",
247792  comment="check math properties",
247793  description="ARABIC MATHEMATICAL TAILED QAF",
247794  direction="al",
247795  linebreak="al",
247796  specials={ "font", 0x642 },
247797  unicodeslot=0x1EE52,
247798 },
247799 [0x1EE54]={
247800  category="lo",
247801  comment="check math properties",
247802  description="ARABIC MATHEMATICAL TAILED SHEEN",
247803  direction="al",
247804  linebreak="al",
247805  specials={ "font", 0x634 },
247806  unicodeslot=0x1EE54,
247807 },
247808 [0x1EE57]={
247809  category="lo",
247810  comment="check math properties",
247811  description="ARABIC MATHEMATICAL TAILED KHAH",
247812  direction="al",
247813  linebreak="al",
247814  specials={ "font", 0x62E },
247815  unicodeslot=0x1EE57,
247816 },
247817 [0x1EE59]={
247818  category="lo",
247819  comment="check math properties",
247820  description="ARABIC MATHEMATICAL TAILED DAD",
247821  direction="al",
247822  linebreak="al",
247823  specials={ "font", 0x636 },
247824  unicodeslot=0x1EE59,
247825 },
247826 [0x1EE5B]={
247827  category="lo",
247828  comment="check math properties",
247829  description="ARABIC MATHEMATICAL TAILED GHAIN",
247830  direction="al",
247831  linebreak="al",
247832  specials={ "font", 0x63A },
247833  unicodeslot=0x1EE5B,
247834 },
247835 [0x1EE5D]={
247836  category="lo",
247837  comment="check math properties",
247838  description="ARABIC MATHEMATICAL TAILED DOTLESS NOON",
247839  direction="al",
247840  linebreak="al",
247841  specials={ "font", 0x6BA },
247842  unicodeslot=0x1EE5D,
247843 },
247844 [0x1EE5F]={
247845  category="lo",
247846  comment="check math properties",
247847  description="ARABIC MATHEMATICAL TAILED DOTLESS QAF",
247848  direction="al",
247849  linebreak="al",
247850  specials={ "font", 0x66F },
247851  unicodeslot=0x1EE5F,
247852 },
247853 [0x1EE61]={
247854  category="lo",
247855  comment="check math properties",
247856  description="ARABIC MATHEMATICAL STRETCHED BEH",
247857  direction="al",
247858  linebreak="al",
247859  specials={ "font", 0x628 },
247860  unicodeslot=0x1EE61,
247861 },
247862 [0x1EE62]={
247863  category="lo",
247864  comment="check math properties",
247865  description="ARABIC MATHEMATICAL STRETCHED JEEM",
247866  direction="al",
247867  linebreak="al",
247868  specials={ "font", 0x62C },
247869  unicodeslot=0x1EE62,
247870 },
247871 [0x1EE64]={
247872  category="lo",
247873  comment="check math properties",
247874  description="ARABIC MATHEMATICAL STRETCHED HEH",
247875  direction="al",
247876  linebreak="al",
247877  specials={ "font", 0x647 },
247878  unicodeslot=0x1EE64,
247879 },
247880 [0x1EE67]={
247881  category="lo",
247882  comment="check math properties",
247883  description="ARABIC MATHEMATICAL STRETCHED HAH",
247884  direction="al",
247885  linebreak="al",
247886  specials={ "font", 0x62D },
247887  unicodeslot=0x1EE67,
247888 },
247889 [0x1EE68]={
247890  category="lo",
247891  comment="check math properties",
247892  description="ARABIC MATHEMATICAL STRETCHED TAH",
247893  direction="al",
247894  linebreak="al",
247895  specials={ "font", 0x637 },
247896  unicodeslot=0x1EE68,
247897 },
247898 [0x1EE69]={
247899  category="lo",
247900  comment="check math properties",
247901  description="ARABIC MATHEMATICAL STRETCHED YEH",
247902  direction="al",
247903  linebreak="al",
247904  specials={ "font", 0x64A },
247905  unicodeslot=0x1EE69,
247906 },
247907 [0x1EE6A]={
247908  category="lo",
247909  comment="check math properties",
247910  description="ARABIC MATHEMATICAL STRETCHED KAF",
247911  direction="al",
247912  linebreak="al",
247913  specials={ "font", 0x643 },
247914  unicodeslot=0x1EE6A,
247915 },
247916 [0x1EE6C]={
247917  category="lo",
247918  comment="check math properties",
247919  description="ARABIC MATHEMATICAL STRETCHED MEEM",
247920  direction="al",
247921  linebreak="al",
247922  specials={ "font", 0x645 },
247923  unicodeslot=0x1EE6C,
247924 },
247925 [0x1EE6D]={
247926  category="lo",
247927  comment="check math properties",
247928  description="ARABIC MATHEMATICAL STRETCHED NOON",
247929  direction="al",
247930  linebreak="al",
247931  specials={ "font", 0x646 },
247932  unicodeslot=0x1EE6D,
247933 },
247934 [0x1EE6E]={
247935  category="lo",
247936  comment="check math properties",
247937  description="ARABIC MATHEMATICAL STRETCHED SEEN",
247938  direction="al",
247939  linebreak="al",
247940  specials={ "font", 0x633 },
247941  unicodeslot=0x1EE6E,
247942 },
247943 [0x1EE6F]={
247944  category="lo",
247945  comment="check math properties",
247946  description="ARABIC MATHEMATICAL STRETCHED AIN",
247947  direction="al",
247948  linebreak="al",
247949  specials={ "font", 0x639 },
247950  unicodeslot=0x1EE6F,
247951 },
247952 [0x1EE70]={
247953  category="lo",
247954  comment="check math properties",
247955  description="ARABIC MATHEMATICAL STRETCHED FEH",
247956  direction="al",
247957  linebreak="al",
247958  specials={ "font", 0x641 },
247959  unicodeslot=0x1EE70,
247960 },
247961 [0x1EE71]={
247962  category="lo",
247963  comment="check math properties",
247964  description="ARABIC MATHEMATICAL STRETCHED SAD",
247965  direction="al",
247966  linebreak="al",
247967  specials={ "font", 0x635 },
247968  unicodeslot=0x1EE71,
247969 },
247970 [0x1EE72]={
247971  category="lo",
247972  comment="check math properties",
247973  description="ARABIC MATHEMATICAL STRETCHED QAF",
247974  direction="al",
247975  linebreak="al",
247976  specials={ "font", 0x642 },
247977  unicodeslot=0x1EE72,
247978 },
247979 [0x1EE74]={
247980  category="lo",
247981  comment="check math properties",
247982  description="ARABIC MATHEMATICAL STRETCHED SHEEN",
247983  direction="al",
247984  linebreak="al",
247985  specials={ "font", 0x634 },
247986  unicodeslot=0x1EE74,
247987 },
247988 [0x1EE75]={
247989  category="lo",
247990  comment="check math properties",
247991  description="ARABIC MATHEMATICAL STRETCHED TEH",
247992  direction="al",
247993  linebreak="al",
247994  specials={ "font", 0x62A },
247995  unicodeslot=0x1EE75,
247996 },
247997 [0x1EE76]={
247998  category="lo",
247999  comment="check math properties",
248000  description="ARABIC MATHEMATICAL STRETCHED THEH",
248001  direction="al",
248002  linebreak="al",
248003  specials={ "font", 0x62B },
248004  unicodeslot=0x1EE76,
248005 },
248006 [0x1EE77]={
248007  category="lo",
248008  comment="check math properties",
248009  description="ARABIC MATHEMATICAL STRETCHED KHAH",
248010  direction="al",
248011  linebreak="al",
248012  specials={ "font", 0x62E },
248013  unicodeslot=0x1EE77,
248014 },
248015 [0x1EE79]={
248016  category="lo",
248017  comment="check math properties",
248018  description="ARABIC MATHEMATICAL STRETCHED DAD",
248019  direction="al",
248020  linebreak="al",
248021  specials={ "font", 0x636 },
248022  unicodeslot=0x1EE79,
248023 },
248024 [0x1EE7A]={
248025  category="lo",
248026  comment="check math properties",
248027  description="ARABIC MATHEMATICAL STRETCHED ZAH",
248028  direction="al",
248029  linebreak="al",
248030  specials={ "font", 0x638 },
248031  unicodeslot=0x1EE7A,
248032 },
248033 [0x1EE7B]={
248034  category="lo",
248035  comment="check math properties",
248036  description="ARABIC MATHEMATICAL STRETCHED GHAIN",
248037  direction="al",
248038  linebreak="al",
248039  specials={ "font", 0x63A },
248040  unicodeslot=0x1EE7B,
248041 },
248042 [0x1EE7C]={
248043  category="lo",
248044  comment="check math properties",
248045  description="ARABIC MATHEMATICAL STRETCHED DOTLESS BEH",
248046  direction="al",
248047  linebreak="al",
248048  specials={ "font", 0x66E },
248049  unicodeslot=0x1EE7C,
248050 },
248051 [0x1EE7E]={
248052  category="lo",
248053  comment="check math properties",
248054  description="ARABIC MATHEMATICAL STRETCHED DOTLESS FEH",
248055  direction="al",
248056  linebreak="al",
248057  specials={ "font", 0x6A1 },
248058  unicodeslot=0x1EE7E,
248059 },
248060 [0x1EE80]={
248061  category="lo",
248062  comment="check math properties",
248063  description="ARABIC MATHEMATICAL LOOPED ALEF",
248064  direction="al",
248065  linebreak="al",
248066  specials={ "font", 0x627 },
248067  unicodeslot=0x1EE80,
248068 },
248069 [0x1EE81]={
248070  category="lo",
248071  comment="check math properties",
248072  description="ARABIC MATHEMATICAL LOOPED BEH",
248073  direction="al",
248074  linebreak="al",
248075  specials={ "font", 0x628 },
248076  unicodeslot=0x1EE81,
248077 },
248078 [0x1EE82]={
248079  category="lo",
248080  comment="check math properties",
248081  description="ARABIC MATHEMATICAL LOOPED JEEM",
248082  direction="al",
248083  linebreak="al",
248084  specials={ "font", 0x62C },
248085  unicodeslot=0x1EE82,
248086 },
248087 [0x1EE83]={
248088  category="lo",
248089  comment="check math properties",
248090  description="ARABIC MATHEMATICAL LOOPED DAL",
248091  direction="al",
248092  linebreak="al",
248093  specials={ "font", 0x62F },
248094  unicodeslot=0x1EE83,
248095 },
248096 [0x1EE84]={
248097  category="lo",
248098  comment="check math properties",
248099  description="ARABIC MATHEMATICAL LOOPED HEH",
248100  direction="al",
248101  linebreak="al",
248102  specials={ "font", 0x647 },
248103  unicodeslot=0x1EE84,
248104 },
248105 [0x1EE85]={
248106  category="lo",
248107  comment="check math properties",
248108  description="ARABIC MATHEMATICAL LOOPED WAW",
248109  direction="al",
248110  linebreak="al",
248111  specials={ "font", 0x648 },
248112  unicodeslot=0x1EE85,
248113 },
248114 [0x1EE86]={
248115  category="lo",
248116  comment="check math properties",
248117  description="ARABIC MATHEMATICAL LOOPED ZAIN",
248118  direction="al",
248119  linebreak="al",
248120  specials={ "font", 0x632 },
248121  unicodeslot=0x1EE86,
248122 },
248123 [0x1EE87]={
248124  category="lo",
248125  comment="check math properties",
248126  description="ARABIC MATHEMATICAL LOOPED HAH",
248127  direction="al",
248128  linebreak="al",
248129  specials={ "font", 0x62D },
248130  unicodeslot=0x1EE87,
248131 },
248132 [0x1EE88]={
248133  category="lo",
248134  comment="check math properties",
248135  description="ARABIC MATHEMATICAL LOOPED TAH",
248136  direction="al",
248137  linebreak="al",
248138  specials={ "font", 0x637 },
248139  unicodeslot=0x1EE88,
248140 },
248141 [0x1EE89]={
248142  category="lo",
248143  comment="check math properties",
248144  description="ARABIC MATHEMATICAL LOOPED YEH",
248145  direction="al",
248146  linebreak="al",
248147  specials={ "font", 0x64A },
248148  unicodeslot=0x1EE89,
248149 },
248150 [0x1EE8B]={
248151  category="lo",
248152  comment="check math properties",
248153  description="ARABIC MATHEMATICAL LOOPED LAM",
248154  direction="al",
248155  linebreak="al",
248156  specials={ "font", 0x644 },
248157  unicodeslot=0x1EE8B,
248158 },
248159 [0x1EE8C]={
248160  category="lo",
248161  comment="check math properties",
248162  description="ARABIC MATHEMATICAL LOOPED MEEM",
248163  direction="al",
248164  linebreak="al",
248165  specials={ "font", 0x645 },
248166  unicodeslot=0x1EE8C,
248167 },
248168 [0x1EE8D]={
248169  category="lo",
248170  comment="check math properties",
248171  description="ARABIC MATHEMATICAL LOOPED NOON",
248172  direction="al",
248173  linebreak="al",
248174  specials={ "font", 0x646 },
248175  unicodeslot=0x1EE8D,
248176 },
248177 [0x1EE8E]={
248178  category="lo",
248179  comment="check math properties",
248180  description="ARABIC MATHEMATICAL LOOPED SEEN",
248181  direction="al",
248182  linebreak="al",
248183  specials={ "font", 0x633 },
248184  unicodeslot=0x1EE8E,
248185 },
248186 [0x1EE8F]={
248187  category="lo",
248188  comment="check math properties",
248189  description="ARABIC MATHEMATICAL LOOPED AIN",
248190  direction="al",
248191  linebreak="al",
248192  specials={ "font", 0x639 },
248193  unicodeslot=0x1EE8F,
248194 },
248195 [0x1EE90]={
248196  category="lo",
248197  comment="check math properties",
248198  description="ARABIC MATHEMATICAL LOOPED FEH",
248199  direction="al",
248200  linebreak="al",
248201  specials={ "font", 0x641 },
248202  unicodeslot=0x1EE90,
248203 },
248204 [0x1EE91]={
248205  category="lo",
248206  comment="check math properties",
248207  description="ARABIC MATHEMATICAL LOOPED SAD",
248208  direction="al",
248209  linebreak="al",
248210  specials={ "font", 0x635 },
248211  unicodeslot=0x1EE91,
248212 },
248213 [0x1EE92]={
248214  category="lo",
248215  comment="check math properties",
248216  description="ARABIC MATHEMATICAL LOOPED QAF",
248217  direction="al",
248218  linebreak="al",
248219  specials={ "font", 0x642 },
248220  unicodeslot=0x1EE92,
248221 },
248222 [0x1EE93]={
248223  category="lo",
248224  comment="check math properties",
248225  description="ARABIC MATHEMATICAL LOOPED REH",
248226  direction="al",
248227  linebreak="al",
248228  specials={ "font", 0x631 },
248229  unicodeslot=0x1EE93,
248230 },
248231 [0x1EE94]={
248232  category="lo",
248233  comment="check math properties",
248234  description="ARABIC MATHEMATICAL LOOPED SHEEN",
248235  direction="al",
248236  linebreak="al",
248237  specials={ "font", 0x634 },
248238  unicodeslot=0x1EE94,
248239 },
248240 [0x1EE95]={
248241  category="lo",
248242  comment="check math properties",
248243  description="ARABIC MATHEMATICAL LOOPED TEH",
248244  direction="al",
248245  linebreak="al",
248246  specials={ "font", 0x62A },
248247  unicodeslot=0x1EE95,
248248 },
248249 [0x1EE96]={
248250  category="lo",
248251  comment="check math properties",
248252  description="ARABIC MATHEMATICAL LOOPED THEH",
248253  direction="al",
248254  linebreak="al",
248255  specials={ "font", 0x62B },
248256  unicodeslot=0x1EE96,
248257 },
248258 [0x1EE97]={
248259  category="lo",
248260  comment="check math properties",
248261  description="ARABIC MATHEMATICAL LOOPED KHAH",
248262  direction="al",
248263  linebreak="al",
248264  specials={ "font", 0x62E },
248265  unicodeslot=0x1EE97,
248266 },
248267 [0x1EE98]={
248268  category="lo",
248269  comment="check math properties",
248270  description="ARABIC MATHEMATICAL LOOPED THAL",
248271  direction="al",
248272  linebreak="al",
248273  specials={ "font", 0x630 },
248274  unicodeslot=0x1EE98,
248275 },
248276 [0x1EE99]={
248277  category="lo",
248278  comment="check math properties",
248279  description="ARABIC MATHEMATICAL LOOPED DAD",
248280  direction="al",
248281  linebreak="al",
248282  specials={ "font", 0x636 },
248283  unicodeslot=0x1EE99,
248284 },
248285 [0x1EE9A]={
248286  category="lo",
248287  comment="check math properties",
248288  description="ARABIC MATHEMATICAL LOOPED ZAH",
248289  direction="al",
248290  linebreak="al",
248291  specials={ "font", 0x638 },
248292  unicodeslot=0x1EE9A,
248293 },
248294 [0x1EE9B]={
248295  category="lo",
248296  comment="check math properties",
248297  description="ARABIC MATHEMATICAL LOOPED GHAIN",
248298  direction="al",
248299  linebreak="al",
248300  specials={ "font", 0x63A },
248301  unicodeslot=0x1EE9B,
248302 },
248303 [0x1EEA1]={
248304  category="lo",
248305  comment="check math properties",
248306  description="ARABIC MATHEMATICAL DOUBLE-STRUCK BEH",
248307  direction="al",
248308  linebreak="al",
248309  specials={ "font", 0x628 },
248310  unicodeslot=0x1EEA1,
248311 },
248312 [0x1EEA2]={
248313  category="lo",
248314  comment="check math properties",
248315  description="ARABIC MATHEMATICAL DOUBLE-STRUCK JEEM",
248316  direction="al",
248317  linebreak="al",
248318  specials={ "font", 0x62C },
248319  unicodeslot=0x1EEA2,
248320 },
248321 [0x1EEA3]={
248322  category="lo",
248323  comment="check math properties",
248324  description="ARABIC MATHEMATICAL DOUBLE-STRUCK DAL",
248325  direction="al",
248326  linebreak="al",
248327  specials={ "font", 0x62F },
248328  unicodeslot=0x1EEA3,
248329 },
248330 [0x1EEA5]={
248331  category="lo",
248332  comment="check math properties",
248333  description="ARABIC MATHEMATICAL DOUBLE-STRUCK WAW",
248334  direction="al",
248335  linebreak="al",
248336  specials={ "font", 0x648 },
248337  unicodeslot=0x1EEA5,
248338 },
248339 [0x1EEA6]={
248340  category="lo",
248341  comment="check math properties",
248342  description="ARABIC MATHEMATICAL DOUBLE-STRUCK ZAIN",
248343  direction="al",
248344  linebreak="al",
248345  specials={ "font", 0x632 },
248346  unicodeslot=0x1EEA6,
248347 },
248348 [0x1EEA7]={
248349  category="lo",
248350  comment="check math properties",
248351  description="ARABIC MATHEMATICAL DOUBLE-STRUCK HAH",
248352  direction="al",
248353  linebreak="al",
248354  specials={ "font", 0x62D },
248355  unicodeslot=0x1EEA7,
248356 },
248357 [0x1EEA8]={
248358  category="lo",
248359  comment="check math properties",
248360  description="ARABIC MATHEMATICAL DOUBLE-STRUCK TAH",
248361  direction="al",
248362  linebreak="al",
248363  specials={ "font", 0x637 },
248364  unicodeslot=0x1EEA8,
248365 },
248366 [0x1EEA9]={
248367  category="lo",
248368  comment="check math properties",
248369  description="ARABIC MATHEMATICAL DOUBLE-STRUCK YEH",
248370  direction="al",
248371  linebreak="al",
248372  specials={ "font", 0x64A },
248373  unicodeslot=0x1EEA9,
248374 },
248375 [0x1EEAB]={
248376  category="lo",
248377  comment="check math properties",
248378  description="ARABIC MATHEMATICAL DOUBLE-STRUCK LAM",
248379  direction="al",
248380  linebreak="al",
248381  specials={ "font", 0x644 },
248382  unicodeslot=0x1EEAB,
248383 },
248384 [0x1EEAC]={
248385  category="lo",
248386  comment="check math properties",
248387  description="ARABIC MATHEMATICAL DOUBLE-STRUCK MEEM",
248388  direction="al",
248389  linebreak="al",
248390  specials={ "font", 0x645 },
248391  unicodeslot=0x1EEAC,
248392 },
248393 [0x1EEAD]={
248394  category="lo",
248395  comment="check math properties",
248396  description="ARABIC MATHEMATICAL DOUBLE-STRUCK NOON",
248397  direction="al",
248398  linebreak="al",
248399  specials={ "font", 0x646 },
248400  unicodeslot=0x1EEAD,
248401 },
248402 [0x1EEAE]={
248403  category="lo",
248404  comment="check math properties",
248405  description="ARABIC MATHEMATICAL DOUBLE-STRUCK SEEN",
248406  direction="al",
248407  linebreak="al",
248408  specials={ "font", 0x633 },
248409  unicodeslot=0x1EEAE,
248410 },
248411 [0x1EEAF]={
248412  category="lo",
248413  comment="check math properties",
248414  description="ARABIC MATHEMATICAL DOUBLE-STRUCK AIN",
248415  direction="al",
248416  linebreak="al",
248417  specials={ "font", 0x639 },
248418  unicodeslot=0x1EEAF,
248419 },
248420 [0x1EEB0]={
248421  category="lo",
248422  comment="check math properties",
248423  description="ARABIC MATHEMATICAL DOUBLE-STRUCK FEH",
248424  direction="al",
248425  linebreak="al",
248426  specials={ "font", 0x641 },
248427  unicodeslot=0x1EEB0,
248428 },
248429 [0x1EEB1]={
248430  category="lo",
248431  comment="check math properties",
248432  description="ARABIC MATHEMATICAL DOUBLE-STRUCK SAD",
248433  direction="al",
248434  linebreak="al",
248435  specials={ "font", 0x635 },
248436  unicodeslot=0x1EEB1,
248437 },
248438 [0x1EEB2]={
248439  category="lo",
248440  comment="check math properties",
248441  description="ARABIC MATHEMATICAL DOUBLE-STRUCK QAF",
248442  direction="al",
248443  linebreak="al",
248444  specials={ "font", 0x642 },
248445  unicodeslot=0x1EEB2,
248446 },
248447 [0x1EEB3]={
248448  category="lo",
248449  comment="check math properties",
248450  description="ARABIC MATHEMATICAL DOUBLE-STRUCK REH",
248451  direction="al",
248452  linebreak="al",
248453  specials={ "font", 0x631 },
248454  unicodeslot=0x1EEB3,
248455 },
248456 [0x1EEB4]={
248457  category="lo",
248458  comment="check math properties",
248459  description="ARABIC MATHEMATICAL DOUBLE-STRUCK SHEEN",
248460  direction="al",
248461  linebreak="al",
248462  specials={ "font", 0x634 },
248463  unicodeslot=0x1EEB4,
248464 },
248465 [0x1EEB5]={
248466  category="lo",
248467  comment="check math properties",
248468  description="ARABIC MATHEMATICAL DOUBLE-STRUCK TEH",
248469  direction="al",
248470  linebreak="al",
248471  specials={ "font", 0x62A },
248472  unicodeslot=0x1EEB5,
248473 },
248474 [0x1EEB6]={
248475  category="lo",
248476  comment="check math properties",
248477  description="ARABIC MATHEMATICAL DOUBLE-STRUCK THEH",
248478  direction="al",
248479  linebreak="al",
248480  specials={ "font", 0x62B },
248481  unicodeslot=0x1EEB6,
248482 },
248483 [0x1EEB7]={
248484  category="lo",
248485  comment="check math properties",
248486  description="ARABIC MATHEMATICAL DOUBLE-STRUCK KHAH",
248487  direction="al",
248488  linebreak="al",
248489  specials={ "font", 0x62E },
248490  unicodeslot=0x1EEB7,
248491 },
248492 [0x1EEB8]={
248493  category="lo",
248494  comment="check math properties",
248495  description="ARABIC MATHEMATICAL DOUBLE-STRUCK THAL",
248496  direction="al",
248497  linebreak="al",
248498  specials={ "font", 0x630 },
248499  unicodeslot=0x1EEB8,
248500 },
248501 [0x1EEB9]={
248502  category="lo",
248503  comment="check math properties",
248504  description="ARABIC MATHEMATICAL DOUBLE-STRUCK DAD",
248505  direction="al",
248506  linebreak="al",
248507  specials={ "font", 0x636 },
248508  unicodeslot=0x1EEB9,
248509 },
248510 [0x1EEBA]={
248511  category="lo",
248512  comment="check math properties",
248513  description="ARABIC MATHEMATICAL DOUBLE-STRUCK ZAH",
248514  direction="al",
248515  linebreak="al",
248516  specials={ "font", 0x638 },
248517  unicodeslot=0x1EEBA,
248518 },
248519 [0x1EEBB]={
248520  category="lo",
248521  comment="check math properties",
248522  description="ARABIC MATHEMATICAL DOUBLE-STRUCK GHAIN",
248523  direction="al",
248524  linebreak="al",
248525  specials={ "font", 0x63A },
248526  unicodeslot=0x1EEBB,
248527 },
248528 [0x1EEF0]={
248529  category="sm",
248530  comment="check math properties",
248531  description="ARABIC MATHEMATICAL OPERATOR MEEM WITH HAH WITH TATWEEL",
248532  direction="on",
248533  linebreak="al",
248534  unicodeslot=0x1EEF0,
248535 },
248536 [0x1EEF1]={
248537  category="sm",
248538  comment="check math properties",
248539  description="ARABIC MATHEMATICAL OPERATOR HAH WITH DAL",
248540  direction="on",
248541  linebreak="al",
248542  unicodeslot=0x1EEF1,
248543 },
248544 [0x1F000]={
248545  category="so",
248546  description="MAHJONG TILE EAST WIND",
248547  direction="on",
248548  linebreak="id",
248549  unicodeslot=0x1F000,
248550 },
248551 [0x1F001]={
248552  category="so",
248553  description="MAHJONG TILE SOUTH WIND",
248554  direction="on",
248555  linebreak="id",
248556  unicodeslot=0x1F001,
248557 },
248558 [0x1F002]={
248559  category="so",
248560  description="MAHJONG TILE WEST WIND",
248561  direction="on",
248562  linebreak="id",
248563  unicodeslot=0x1F002,
248564 },
248565 [0x1F003]={
248566  category="so",
248567  description="MAHJONG TILE NORTH WIND",
248568  direction="on",
248569  linebreak="id",
248570  unicodeslot=0x1F003,
248571 },
248572 [0x1F004]={
248573  category="so",
248574  cjkwd="w",
248575  description="MAHJONG TILE RED DRAGON",
248576  direction="on",
248577  linebreak="id",
248578  unicodeslot=0x1F004,
248579  variants=variants_emoji,
248580 },
248581 [0x1F005]={
248582  category="so",
248583  description="MAHJONG TILE GREEN DRAGON",
248584  direction="on",
248585  linebreak="id",
248586  unicodeslot=0x1F005,
248587 },
248588 [0x1F006]={
248589  category="so",
248590  description="MAHJONG TILE WHITE DRAGON",
248591  direction="on",
248592  linebreak="id",
248593  unicodeslot=0x1F006,
248594 },
248595 [0x1F007]={
248596  category="so",
248597  description="MAHJONG TILE ONE OF CHARACTERS",
248598  direction="on",
248599  linebreak="id",
248600  unicodeslot=0x1F007,
248601 },
248602 [0x1F008]={
248603  category="so",
248604  description="MAHJONG TILE TWO OF CHARACTERS",
248605  direction="on",
248606  linebreak="id",
248607  unicodeslot=0x1F008,
248608 },
248609 [0x1F009]={
248610  category="so",
248611  description="MAHJONG TILE THREE OF CHARACTERS",
248612  direction="on",
248613  linebreak="id",
248614  unicodeslot=0x1F009,
248615 },
248616 [0x1F00A]={
248617  category="so",
248618  description="MAHJONG TILE FOUR OF CHARACTERS",
248619  direction="on",
248620  linebreak="id",
248621  unicodeslot=0x1F00A,
248622 },
248623 [0x1F00B]={
248624  category="so",
248625  description="MAHJONG TILE FIVE OF CHARACTERS",
248626  direction="on",
248627  linebreak="id",
248628  unicodeslot=0x1F00B,
248629 },
248630 [0x1F00C]={
248631  category="so",
248632  description="MAHJONG TILE SIX OF CHARACTERS",
248633  direction="on",
248634  linebreak="id",
248635  unicodeslot=0x1F00C,
248636 },
248637 [0x1F00D]={
248638  category="so",
248639  description="MAHJONG TILE SEVEN OF CHARACTERS",
248640  direction="on",
248641  linebreak="id",
248642  unicodeslot=0x1F00D,
248643 },
248644 [0x1F00E]={
248645  category="so",
248646  description="MAHJONG TILE EIGHT OF CHARACTERS",
248647  direction="on",
248648  linebreak="id",
248649  unicodeslot=0x1F00E,
248650 },
248651 [0x1F00F]={
248652  category="so",
248653  description="MAHJONG TILE NINE OF CHARACTERS",
248654  direction="on",
248655  linebreak="id",
248656  unicodeslot=0x1F00F,
248657 },
248658 [0x1F010]={
248659  category="so",
248660  description="MAHJONG TILE ONE OF BAMBOOS",
248661  direction="on",
248662  linebreak="id",
248663  unicodeslot=0x1F010,
248664 },
248665 [0x1F011]={
248666  category="so",
248667  description="MAHJONG TILE TWO OF BAMBOOS",
248668  direction="on",
248669  linebreak="id",
248670  unicodeslot=0x1F011,
248671 },
248672 [0x1F012]={
248673  category="so",
248674  description="MAHJONG TILE THREE OF BAMBOOS",
248675  direction="on",
248676  linebreak="id",
248677  unicodeslot=0x1F012,
248678 },
248679 [0x1F013]={
248680  category="so",
248681  description="MAHJONG TILE FOUR OF BAMBOOS",
248682  direction="on",
248683  linebreak="id",
248684  unicodeslot=0x1F013,
248685 },
248686 [0x1F014]={
248687  category="so",
248688  description="MAHJONG TILE FIVE OF BAMBOOS",
248689  direction="on",
248690  linebreak="id",
248691  unicodeslot=0x1F014,
248692 },
248693 [0x1F015]={
248694  category="so",
248695  description="MAHJONG TILE SIX OF BAMBOOS",
248696  direction="on",
248697  linebreak="id",
248698  unicodeslot=0x1F015,
248699 },
248700 [0x1F016]={
248701  category="so",
248702  description="MAHJONG TILE SEVEN OF BAMBOOS",
248703  direction="on",
248704  linebreak="id",
248705  unicodeslot=0x1F016,
248706 },
248707 [0x1F017]={
248708  category="so",
248709  description="MAHJONG TILE EIGHT OF BAMBOOS",
248710  direction="on",
248711  linebreak="id",
248712  unicodeslot=0x1F017,
248713 },
248714 [0x1F018]={
248715  category="so",
248716  description="MAHJONG TILE NINE OF BAMBOOS",
248717  direction="on",
248718  linebreak="id",
248719  unicodeslot=0x1F018,
248720 },
248721 [0x1F019]={
248722  category="so",
248723  description="MAHJONG TILE ONE OF CIRCLES",
248724  direction="on",
248725  linebreak="id",
248726  unicodeslot=0x1F019,
248727 },
248728 [0x1F01A]={
248729  category="so",
248730  description="MAHJONG TILE TWO OF CIRCLES",
248731  direction="on",
248732  linebreak="id",
248733  unicodeslot=0x1F01A,
248734 },
248735 [0x1F01B]={
248736  category="so",
248737  description="MAHJONG TILE THREE OF CIRCLES",
248738  direction="on",
248739  linebreak="id",
248740  unicodeslot=0x1F01B,
248741 },
248742 [0x1F01C]={
248743  category="so",
248744  description="MAHJONG TILE FOUR OF CIRCLES",
248745  direction="on",
248746  linebreak="id",
248747  unicodeslot=0x1F01C,
248748 },
248749 [0x1F01D]={
248750  category="so",
248751  description="MAHJONG TILE FIVE OF CIRCLES",
248752  direction="on",
248753  linebreak="id",
248754  unicodeslot=0x1F01D,
248755 },
248756 [0x1F01E]={
248757  category="so",
248758  description="MAHJONG TILE SIX OF CIRCLES",
248759  direction="on",
248760  linebreak="id",
248761  unicodeslot=0x1F01E,
248762 },
248763 [0x1F01F]={
248764  category="so",
248765  description="MAHJONG TILE SEVEN OF CIRCLES",
248766  direction="on",
248767  linebreak="id",
248768  unicodeslot=0x1F01F,
248769 },
248770 [0x1F020]={
248771  category="so",
248772  description="MAHJONG TILE EIGHT OF CIRCLES",
248773  direction="on",
248774  linebreak="id",
248775  unicodeslot=0x1F020,
248776 },
248777 [0x1F021]={
248778  category="so",
248779  description="MAHJONG TILE NINE OF CIRCLES",
248780  direction="on",
248781  linebreak="id",
248782  unicodeslot=0x1F021,
248783 },
248784 [0x1F022]={
248785  category="so",
248786  description="MAHJONG TILE PLUM",
248787  direction="on",
248788  linebreak="id",
248789  unicodeslot=0x1F022,
248790 },
248791 [0x1F023]={
248792  category="so",
248793  description="MAHJONG TILE ORCHID",
248794  direction="on",
248795  linebreak="id",
248796  unicodeslot=0x1F023,
248797 },
248798 [0x1F024]={
248799  category="so",
248800  description="MAHJONG TILE BAMBOO",
248801  direction="on",
248802  linebreak="id",
248803  unicodeslot=0x1F024,
248804 },
248805 [0x1F025]={
248806  category="so",
248807  description="MAHJONG TILE CHRYSANTHEMUM",
248808  direction="on",
248809  linebreak="id",
248810  unicodeslot=0x1F025,
248811 },
248812 [0x1F026]={
248813  category="so",
248814  description="MAHJONG TILE SPRING",
248815  direction="on",
248816  linebreak="id",
248817  unicodeslot=0x1F026,
248818 },
248819 [0x1F027]={
248820  category="so",
248821  description="MAHJONG TILE SUMMER",
248822  direction="on",
248823  linebreak="id",
248824  unicodeslot=0x1F027,
248825 },
248826 [0x1F028]={
248827  category="so",
248828  description="MAHJONG TILE AUTUMN",
248829  direction="on",
248830  linebreak="id",
248831  unicodeslot=0x1F028,
248832 },
248833 [0x1F029]={
248834  category="so",
248835  description="MAHJONG TILE WINTER",
248836  direction="on",
248837  linebreak="id",
248838  unicodeslot=0x1F029,
248839 },
248840 [0x1F02A]={
248841  category="so",
248842  description="MAHJONG TILE JOKER",
248843  direction="on",
248844  linebreak="id",
248845  unicodeslot=0x1F02A,
248846 },
248847 [0x1F02B]={
248848  category="so",
248849  description="MAHJONG TILE BACK",
248850  direction="on",
248851  linebreak="id",
248852  unicodeslot=0x1F02B,
248853 },
248854 [0x1F030]={
248855  category="so",
248856  description="DOMINO TILE HORIZONTAL BACK",
248857  direction="on",
248858  linebreak="id",
248859  unicodeslot=0x1F030,
248860 },
248861 [0x1F031]={
248862  category="so",
248863  description="DOMINO TILE HORIZONTAL-00-00",
248864  direction="on",
248865  linebreak="id",
248866  unicodeslot=0x1F031,
248867 },
248868 [0x1F032]={
248869  category="so",
248870  description="DOMINO TILE HORIZONTAL-00-01",
248871  direction="on",
248872  linebreak="id",
248873  unicodeslot=0x1F032,
248874 },
248875 [0x1F033]={
248876  category="so",
248877  description="DOMINO TILE HORIZONTAL-00-02",
248878  direction="on",
248879  linebreak="id",
248880  unicodeslot=0x1F033,
248881 },
248882 [0x1F034]={
248883  category="so",
248884  description="DOMINO TILE HORIZONTAL-00-03",
248885  direction="on",
248886  linebreak="id",
248887  unicodeslot=0x1F034,
248888 },
248889 [0x1F035]={
248890  category="so",
248891  description="DOMINO TILE HORIZONTAL-00-04",
248892  direction="on",
248893  linebreak="id",
248894  unicodeslot=0x1F035,
248895 },
248896 [0x1F036]={
248897  category="so",
248898  description="DOMINO TILE HORIZONTAL-00-05",
248899  direction="on",
248900  linebreak="id",
248901  unicodeslot=0x1F036,
248902 },
248903 [0x1F037]={
248904  category="so",
248905  description="DOMINO TILE HORIZONTAL-00-06",
248906  direction="on",
248907  linebreak="id",
248908  unicodeslot=0x1F037,
248909 },
248910 [0x1F038]={
248911  category="so",
248912  description="DOMINO TILE HORIZONTAL-01-00",
248913  direction="on",
248914  linebreak="id",
248915  unicodeslot=0x1F038,
248916 },
248917 [0x1F039]={
248918  category="so",
248919  description="DOMINO TILE HORIZONTAL-01-01",
248920  direction="on",
248921  linebreak="id",
248922  unicodeslot=0x1F039,
248923 },
248924 [0x1F03A]={
248925  category="so",
248926  description="DOMINO TILE HORIZONTAL-01-02",
248927  direction="on",
248928  linebreak="id",
248929  unicodeslot=0x1F03A,
248930 },
248931 [0x1F03B]={
248932  category="so",
248933  description="DOMINO TILE HORIZONTAL-01-03",
248934  direction="on",
248935  linebreak="id",
248936  unicodeslot=0x1F03B,
248937 },
248938 [0x1F03C]={
248939  category="so",
248940  description="DOMINO TILE HORIZONTAL-01-04",
248941  direction="on",
248942  linebreak="id",
248943  unicodeslot=0x1F03C,
248944 },
248945 [0x1F03D]={
248946  category="so",
248947  description="DOMINO TILE HORIZONTAL-01-05",
248948  direction="on",
248949  linebreak="id",
248950  unicodeslot=0x1F03D,
248951 },
248952 [0x1F03E]={
248953  category="so",
248954  description="DOMINO TILE HORIZONTAL-01-06",
248955  direction="on",
248956  linebreak="id",
248957  unicodeslot=0x1F03E,
248958 },
248959 [0x1F03F]={
248960  category="so",
248961  description="DOMINO TILE HORIZONTAL-02-00",
248962  direction="on",
248963  linebreak="id",
248964  unicodeslot=0x1F03F,
248965 },
248966 [0x1F040]={
248967  category="so",
248968  description="DOMINO TILE HORIZONTAL-02-01",
248969  direction="on",
248970  linebreak="id",
248971  unicodeslot=0x1F040,
248972 },
248973 [0x1F041]={
248974  category="so",
248975  description="DOMINO TILE HORIZONTAL-02-02",
248976  direction="on",
248977  linebreak="id",
248978  unicodeslot=0x1F041,
248979 },
248980 [0x1F042]={
248981  category="so",
248982  description="DOMINO TILE HORIZONTAL-02-03",
248983  direction="on",
248984  linebreak="id",
248985  unicodeslot=0x1F042,
248986 },
248987 [0x1F043]={
248988  category="so",
248989  description="DOMINO TILE HORIZONTAL-02-04",
248990  direction="on",
248991  linebreak="id",
248992  unicodeslot=0x1F043,
248993 },
248994 [0x1F044]={
248995  category="so",
248996  description="DOMINO TILE HORIZONTAL-02-05",
248997  direction="on",
248998  linebreak="id",
248999  unicodeslot=0x1F044,
249000 },
249001 [0x1F045]={
249002  category="so",
249003  description="DOMINO TILE HORIZONTAL-02-06",
249004  direction="on",
249005  linebreak="id",
249006  unicodeslot=0x1F045,
249007 },
249008 [0x1F046]={
249009  category="so",
249010  description="DOMINO TILE HORIZONTAL-03-00",
249011  direction="on",
249012  linebreak="id",
249013  unicodeslot=0x1F046,
249014 },
249015 [0x1F047]={
249016  category="so",
249017  description="DOMINO TILE HORIZONTAL-03-01",
249018  direction="on",
249019  linebreak="id",
249020  unicodeslot=0x1F047,
249021 },
249022 [0x1F048]={
249023  category="so",
249024  description="DOMINO TILE HORIZONTAL-03-02",
249025  direction="on",
249026  linebreak="id",
249027  unicodeslot=0x1F048,
249028 },
249029 [0x1F049]={
249030  category="so",
249031  description="DOMINO TILE HORIZONTAL-03-03",
249032  direction="on",
249033  linebreak="id",
249034  unicodeslot=0x1F049,
249035 },
249036 [0x1F04A]={
249037  category="so",
249038  description="DOMINO TILE HORIZONTAL-03-04",
249039  direction="on",
249040  linebreak="id",
249041  unicodeslot=0x1F04A,
249042 },
249043 [0x1F04B]={
249044  category="so",
249045  description="DOMINO TILE HORIZONTAL-03-05",
249046  direction="on",
249047  linebreak="id",
249048  unicodeslot=0x1F04B,
249049 },
249050 [0x1F04C]={
249051  category="so",
249052  description="DOMINO TILE HORIZONTAL-03-06",
249053  direction="on",
249054  linebreak="id",
249055  unicodeslot=0x1F04C,
249056 },
249057 [0x1F04D]={
249058  category="so",
249059  description="DOMINO TILE HORIZONTAL-04-00",
249060  direction="on",
249061  linebreak="id",
249062  unicodeslot=0x1F04D,
249063 },
249064 [0x1F04E]={
249065  category="so",
249066  description="DOMINO TILE HORIZONTAL-04-01",
249067  direction="on",
249068  linebreak="id",
249069  unicodeslot=0x1F04E,
249070 },
249071 [0x1F04F]={
249072  category="so",
249073  description="DOMINO TILE HORIZONTAL-04-02",
249074  direction="on",
249075  linebreak="id",
249076  unicodeslot=0x1F04F,
249077 },
249078 [0x1F050]={
249079  category="so",
249080  description="DOMINO TILE HORIZONTAL-04-03",
249081  direction="on",
249082  linebreak="id",
249083  unicodeslot=0x1F050,
249084 },
249085 [0x1F051]={
249086  category="so",
249087  description="DOMINO TILE HORIZONTAL-04-04",
249088  direction="on",
249089  linebreak="id",
249090  unicodeslot=0x1F051,
249091 },
249092 [0x1F052]={
249093  category="so",
249094  description="DOMINO TILE HORIZONTAL-04-05",
249095  direction="on",
249096  linebreak="id",
249097  unicodeslot=0x1F052,
249098 },
249099 [0x1F053]={
249100  category="so",
249101  description="DOMINO TILE HORIZONTAL-04-06",
249102  direction="on",
249103  linebreak="id",
249104  unicodeslot=0x1F053,
249105 },
249106 [0x1F054]={
249107  category="so",
249108  description="DOMINO TILE HORIZONTAL-05-00",
249109  direction="on",
249110  linebreak="id",
249111  unicodeslot=0x1F054,
249112 },
249113 [0x1F055]={
249114  category="so",
249115  description="DOMINO TILE HORIZONTAL-05-01",
249116  direction="on",
249117  linebreak="id",
249118  unicodeslot=0x1F055,
249119 },
249120 [0x1F056]={
249121  category="so",
249122  description="DOMINO TILE HORIZONTAL-05-02",
249123  direction="on",
249124  linebreak="id",
249125  unicodeslot=0x1F056,
249126 },
249127 [0x1F057]={
249128  category="so",
249129  description="DOMINO TILE HORIZONTAL-05-03",
249130  direction="on",
249131  linebreak="id",
249132  unicodeslot=0x1F057,
249133 },
249134 [0x1F058]={
249135  category="so",
249136  description="DOMINO TILE HORIZONTAL-05-04",
249137  direction="on",
249138  linebreak="id",
249139  unicodeslot=0x1F058,
249140 },
249141 [0x1F059]={
249142  category="so",
249143  description="DOMINO TILE HORIZONTAL-05-05",
249144  direction="on",
249145  linebreak="id",
249146  unicodeslot=0x1F059,
249147 },
249148 [0x1F05A]={
249149  category="so",
249150  description="DOMINO TILE HORIZONTAL-05-06",
249151  direction="on",
249152  linebreak="id",
249153  unicodeslot=0x1F05A,
249154 },
249155 [0x1F05B]={
249156  category="so",
249157  description="DOMINO TILE HORIZONTAL-06-00",
249158  direction="on",
249159  linebreak="id",
249160  unicodeslot=0x1F05B,
249161 },
249162 [0x1F05C]={
249163  category="so",
249164  description="DOMINO TILE HORIZONTAL-06-01",
249165  direction="on",
249166  linebreak="id",
249167  unicodeslot=0x1F05C,
249168 },
249169 [0x1F05D]={
249170  category="so",
249171  description="DOMINO TILE HORIZONTAL-06-02",
249172  direction="on",
249173  linebreak="id",
249174  unicodeslot=0x1F05D,
249175 },
249176 [0x1F05E]={
249177  category="so",
249178  description="DOMINO TILE HORIZONTAL-06-03",
249179  direction="on",
249180  linebreak="id",
249181  unicodeslot=0x1F05E,
249182 },
249183 [0x1F05F]={
249184  category="so",
249185  description="DOMINO TILE HORIZONTAL-06-04",
249186  direction="on",
249187  linebreak="id",
249188  unicodeslot=0x1F05F,
249189 },
249190 [0x1F060]={
249191  category="so",
249192  description="DOMINO TILE HORIZONTAL-06-05",
249193  direction="on",
249194  linebreak="id",
249195  unicodeslot=0x1F060,
249196 },
249197 [0x1F061]={
249198  category="so",
249199  description="DOMINO TILE HORIZONTAL-06-06",
249200  direction="on",
249201  linebreak="id",
249202  unicodeslot=0x1F061,
249203 },
249204 [0x1F062]={
249205  category="so",
249206  description="DOMINO TILE VERTICAL BACK",
249207  direction="on",
249208  linebreak="id",
249209  unicodeslot=0x1F062,
249210 },
249211 [0x1F063]={
249212  category="so",
249213  description="DOMINO TILE VERTICAL-00-00",
249214  direction="on",
249215  linebreak="id",
249216  unicodeslot=0x1F063,
249217 },
249218 [0x1F064]={
249219  category="so",
249220  description="DOMINO TILE VERTICAL-00-01",
249221  direction="on",
249222  linebreak="id",
249223  unicodeslot=0x1F064,
249224 },
249225 [0x1F065]={
249226  category="so",
249227  description="DOMINO TILE VERTICAL-00-02",
249228  direction="on",
249229  linebreak="id",
249230  unicodeslot=0x1F065,
249231 },
249232 [0x1F066]={
249233  category="so",
249234  description="DOMINO TILE VERTICAL-00-03",
249235  direction="on",
249236  linebreak="id",
249237  unicodeslot=0x1F066,
249238 },
249239 [0x1F067]={
249240  category="so",
249241  description="DOMINO TILE VERTICAL-00-04",
249242  direction="on",
249243  linebreak="id",
249244  unicodeslot=0x1F067,
249245 },
249246 [0x1F068]={
249247  category="so",
249248  description="DOMINO TILE VERTICAL-00-05",
249249  direction="on",
249250  linebreak="id",
249251  unicodeslot=0x1F068,
249252 },
249253 [0x1F069]={
249254  category="so",
249255  description="DOMINO TILE VERTICAL-00-06",
249256  direction="on",
249257  linebreak="id",
249258  unicodeslot=0x1F069,
249259 },
249260 [0x1F06A]={
249261  category="so",
249262  description="DOMINO TILE VERTICAL-01-00",
249263  direction="on",
249264  linebreak="id",
249265  unicodeslot=0x1F06A,
249266 },
249267 [0x1F06B]={
249268  category="so",
249269  description="DOMINO TILE VERTICAL-01-01",
249270  direction="on",
249271  linebreak="id",
249272  unicodeslot=0x1F06B,
249273 },
249274 [0x1F06C]={
249275  category="so",
249276  description="DOMINO TILE VERTICAL-01-02",
249277  direction="on",
249278  linebreak="id",
249279  unicodeslot=0x1F06C,
249280 },
249281 [0x1F06D]={
249282  category="so",
249283  description="DOMINO TILE VERTICAL-01-03",
249284  direction="on",
249285  linebreak="id",
249286  unicodeslot=0x1F06D,
249287 },
249288 [0x1F06E]={
249289  category="so",
249290  description="DOMINO TILE VERTICAL-01-04",
249291  direction="on",
249292  linebreak="id",
249293  unicodeslot=0x1F06E,
249294 },
249295 [0x1F06F]={
249296  category="so",
249297  description="DOMINO TILE VERTICAL-01-05",
249298  direction="on",
249299  linebreak="id",
249300  unicodeslot=0x1F06F,
249301 },
249302 [0x1F070]={
249303  category="so",
249304  description="DOMINO TILE VERTICAL-01-06",
249305  direction="on",
249306  linebreak="id",
249307  unicodeslot=0x1F070,
249308 },
249309 [0x1F071]={
249310  category="so",
249311  description="DOMINO TILE VERTICAL-02-00",
249312  direction="on",
249313  linebreak="id",
249314  unicodeslot=0x1F071,
249315 },
249316 [0x1F072]={
249317  category="so",
249318  description="DOMINO TILE VERTICAL-02-01",
249319  direction="on",
249320  linebreak="id",
249321  unicodeslot=0x1F072,
249322 },
249323 [0x1F073]={
249324  category="so",
249325  description="DOMINO TILE VERTICAL-02-02",
249326  direction="on",
249327  linebreak="id",
249328  unicodeslot=0x1F073,
249329 },
249330 [0x1F074]={
249331  category="so",
249332  description="DOMINO TILE VERTICAL-02-03",
249333  direction="on",
249334  linebreak="id",
249335  unicodeslot=0x1F074,
249336 },
249337 [0x1F075]={
249338  category="so",
249339  description="DOMINO TILE VERTICAL-02-04",
249340  direction="on",
249341  linebreak="id",
249342  unicodeslot=0x1F075,
249343 },
249344 [0x1F076]={
249345  category="so",
249346  description="DOMINO TILE VERTICAL-02-05",
249347  direction="on",
249348  linebreak="id",
249349  unicodeslot=0x1F076,
249350 },
249351 [0x1F077]={
249352  category="so",
249353  description="DOMINO TILE VERTICAL-02-06",
249354  direction="on",
249355  linebreak="id",
249356  unicodeslot=0x1F077,
249357 },
249358 [0x1F078]={
249359  category="so",
249360  description="DOMINO TILE VERTICAL-03-00",
249361  direction="on",
249362  linebreak="id",
249363  unicodeslot=0x1F078,
249364 },
249365 [0x1F079]={
249366  category="so",
249367  description="DOMINO TILE VERTICAL-03-01",
249368  direction="on",
249369  linebreak="id",
249370  unicodeslot=0x1F079,
249371 },
249372 [0x1F07A]={
249373  category="so",
249374  description="DOMINO TILE VERTICAL-03-02",
249375  direction="on",
249376  linebreak="id",
249377  unicodeslot=0x1F07A,
249378 },
249379 [0x1F07B]={
249380  category="so",
249381  description="DOMINO TILE VERTICAL-03-03",
249382  direction="on",
249383  linebreak="id",
249384  unicodeslot=0x1F07B,
249385 },
249386 [0x1F07C]={
249387  category="so",
249388  description="DOMINO TILE VERTICAL-03-04",
249389  direction="on",
249390  linebreak="id",
249391  unicodeslot=0x1F07C,
249392 },
249393 [0x1F07D]={
249394  category="so",
249395  description="DOMINO TILE VERTICAL-03-05",
249396  direction="on",
249397  linebreak="id",
249398  unicodeslot=0x1F07D,
249399 },
249400 [0x1F07E]={
249401  category="so",
249402  description="DOMINO TILE VERTICAL-03-06",
249403  direction="on",
249404  linebreak="id",
249405  unicodeslot=0x1F07E,
249406 },
249407 [0x1F07F]={
249408  category="so",
249409  description="DOMINO TILE VERTICAL-04-00",
249410  direction="on",
249411  linebreak="id",
249412  unicodeslot=0x1F07F,
249413 },
249414 [0x1F080]={
249415  category="so",
249416  description="DOMINO TILE VERTICAL-04-01",
249417  direction="on",
249418  linebreak="id",
249419  unicodeslot=0x1F080,
249420 },
249421 [0x1F081]={
249422  category="so",
249423  description="DOMINO TILE VERTICAL-04-02",
249424  direction="on",
249425  linebreak="id",
249426  unicodeslot=0x1F081,
249427 },
249428 [0x1F082]={
249429  category="so",
249430  description="DOMINO TILE VERTICAL-04-03",
249431  direction="on",
249432  linebreak="id",
249433  unicodeslot=0x1F082,
249434 },
249435 [0x1F083]={
249436  category="so",
249437  description="DOMINO TILE VERTICAL-04-04",
249438  direction="on",
249439  linebreak="id",
249440  unicodeslot=0x1F083,
249441 },
249442 [0x1F084]={
249443  category="so",
249444  description="DOMINO TILE VERTICAL-04-05",
249445  direction="on",
249446  linebreak="id",
249447  unicodeslot=0x1F084,
249448 },
249449 [0x1F085]={
249450  category="so",
249451  description="DOMINO TILE VERTICAL-04-06",
249452  direction="on",
249453  linebreak="id",
249454  unicodeslot=0x1F085,
249455 },
249456 [0x1F086]={
249457  category="so",
249458  description="DOMINO TILE VERTICAL-05-00",
249459  direction="on",
249460  linebreak="id",
249461  unicodeslot=0x1F086,
249462 },
249463 [0x1F087]={
249464  category="so",
249465  description="DOMINO TILE VERTICAL-05-01",
249466  direction="on",
249467  linebreak="id",
249468  unicodeslot=0x1F087,
249469 },
249470 [0x1F088]={
249471  category="so",
249472  description="DOMINO TILE VERTICAL-05-02",
249473  direction="on",
249474  linebreak="id",
249475  unicodeslot=0x1F088,
249476 },
249477 [0x1F089]={
249478  category="so",
249479  description="DOMINO TILE VERTICAL-05-03",
249480  direction="on",
249481  linebreak="id",
249482  unicodeslot=0x1F089,
249483 },
249484 [0x1F08A]={
249485  category="so",
249486  description="DOMINO TILE VERTICAL-05-04",
249487  direction="on",
249488  linebreak="id",
249489  unicodeslot=0x1F08A,
249490 },
249491 [0x1F08B]={
249492  category="so",
249493  description="DOMINO TILE VERTICAL-05-05",
249494  direction="on",
249495  linebreak="id",
249496  unicodeslot=0x1F08B,
249497 },
249498 [0x1F08C]={
249499  category="so",
249500  description="DOMINO TILE VERTICAL-05-06",
249501  direction="on",
249502  linebreak="id",
249503  unicodeslot=0x1F08C,
249504 },
249505 [0x1F08D]={
249506  category="so",
249507  description="DOMINO TILE VERTICAL-06-00",
249508  direction="on",
249509  linebreak="id",
249510  unicodeslot=0x1F08D,
249511 },
249512 [0x1F08E]={
249513  category="so",
249514  description="DOMINO TILE VERTICAL-06-01",
249515  direction="on",
249516  linebreak="id",
249517  unicodeslot=0x1F08E,
249518 },
249519 [0x1F08F]={
249520  category="so",
249521  description="DOMINO TILE VERTICAL-06-02",
249522  direction="on",
249523  linebreak="id",
249524  unicodeslot=0x1F08F,
249525 },
249526 [0x1F090]={
249527  category="so",
249528  description="DOMINO TILE VERTICAL-06-03",
249529  direction="on",
249530  linebreak="id",
249531  unicodeslot=0x1F090,
249532 },
249533 [0x1F091]={
249534  category="so",
249535  description="DOMINO TILE VERTICAL-06-04",
249536  direction="on",
249537  linebreak="id",
249538  unicodeslot=0x1F091,
249539 },
249540 [0x1F092]={
249541  category="so",
249542  description="DOMINO TILE VERTICAL-06-05",
249543  direction="on",
249544  linebreak="id",
249545  unicodeslot=0x1F092,
249546 },
249547 [0x1F093]={
249548  category="so",
249549  description="DOMINO TILE VERTICAL-06-06",
249550  direction="on",
249551  linebreak="id",
249552  unicodeslot=0x1F093,
249553 },
249554 [0x1F0A0]={
249555  category="so",
249556  description="PLAYING CARD BACK",
249557  direction="on",
249558  linebreak="id",
249559  unicodeslot=0x1F0A0,
249560 },
249561 [0x1F0A1]={
249562  category="so",
249563  description="PLAYING CARD ACE OF SPADES",
249564  direction="on",
249565  linebreak="id",
249566  unicodeslot=0x1F0A1,
249567 },
249568 [0x1F0A2]={
249569  category="so",
249570  description="PLAYING CARD TWO OF SPADES",
249571  direction="on",
249572  linebreak="id",
249573  unicodeslot=0x1F0A2,
249574 },
249575 [0x1F0A3]={
249576  category="so",
249577  description="PLAYING CARD THREE OF SPADES",
249578  direction="on",
249579  linebreak="id",
249580  unicodeslot=0x1F0A3,
249581 },
249582 [0x1F0A4]={
249583  category="so",
249584  description="PLAYING CARD FOUR OF SPADES",
249585  direction="on",
249586  linebreak="id",
249587  unicodeslot=0x1F0A4,
249588 },
249589 [0x1F0A5]={
249590  category="so",
249591  description="PLAYING CARD FIVE OF SPADES",
249592  direction="on",
249593  linebreak="id",
249594  unicodeslot=0x1F0A5,
249595 },
249596 [0x1F0A6]={
249597  category="so",
249598  description="PLAYING CARD SIX OF SPADES",
249599  direction="on",
249600  linebreak="id",
249601  unicodeslot=0x1F0A6,
249602 },
249603 [0x1F0A7]={
249604  category="so",
249605  description="PLAYING CARD SEVEN OF SPADES",
249606  direction="on",
249607  linebreak="id",
249608  unicodeslot=0x1F0A7,
249609 },
249610 [0x1F0A8]={
249611  category="so",
249612  description="PLAYING CARD EIGHT OF SPADES",
249613  direction="on",
249614  linebreak="id",
249615  unicodeslot=0x1F0A8,
249616 },
249617 [0x1F0A9]={
249618  category="so",
249619  description="PLAYING CARD NINE OF SPADES",
249620  direction="on",
249621  linebreak="id",
249622  unicodeslot=0x1F0A9,
249623 },
249624 [0x1F0AA]={
249625  category="so",
249626  description="PLAYING CARD TEN OF SPADES",
249627  direction="on",
249628  linebreak="id",
249629  unicodeslot=0x1F0AA,
249630 },
249631 [0x1F0AB]={
249632  category="so",
249633  description="PLAYING CARD JACK OF SPADES",
249634  direction="on",
249635  linebreak="id",
249636  unicodeslot=0x1F0AB,
249637 },
249638 [0x1F0AC]={
249639  category="so",
249640  description="PLAYING CARD KNIGHT OF SPADES",
249641  direction="on",
249642  linebreak="id",
249643  unicodeslot=0x1F0AC,
249644 },
249645 [0x1F0AD]={
249646  category="so",
249647  description="PLAYING CARD QUEEN OF SPADES",
249648  direction="on",
249649  linebreak="id",
249650  unicodeslot=0x1F0AD,
249651 },
249652 [0x1F0AE]={
249653  category="so",
249654  description="PLAYING CARD KING OF SPADES",
249655  direction="on",
249656  linebreak="id",
249657  unicodeslot=0x1F0AE,
249658 },
249659 [0x1F0B1]={
249660  category="so",
249661  description="PLAYING CARD ACE OF HEARTS",
249662  direction="on",
249663  linebreak="id",
249664  unicodeslot=0x1F0B1,
249665 },
249666 [0x1F0B2]={
249667  category="so",
249668  description="PLAYING CARD TWO OF HEARTS",
249669  direction="on",
249670  linebreak="id",
249671  unicodeslot=0x1F0B2,
249672 },
249673 [0x1F0B3]={
249674  category="so",
249675  description="PLAYING CARD THREE OF HEARTS",
249676  direction="on",
249677  linebreak="id",
249678  unicodeslot=0x1F0B3,
249679 },
249680 [0x1F0B4]={
249681  category="so",
249682  description="PLAYING CARD FOUR OF HEARTS",
249683  direction="on",
249684  linebreak="id",
249685  unicodeslot=0x1F0B4,
249686 },
249687 [0x1F0B5]={
249688  category="so",
249689  description="PLAYING CARD FIVE OF HEARTS",
249690  direction="on",
249691  linebreak="id",
249692  unicodeslot=0x1F0B5,
249693 },
249694 [0x1F0B6]={
249695  category="so",
249696  description="PLAYING CARD SIX OF HEARTS",
249697  direction="on",
249698  linebreak="id",
249699  unicodeslot=0x1F0B6,
249700 },
249701 [0x1F0B7]={
249702  category="so",
249703  description="PLAYING CARD SEVEN OF HEARTS",
249704  direction="on",
249705  linebreak="id",
249706  unicodeslot=0x1F0B7,
249707 },
249708 [0x1F0B8]={
249709  category="so",
249710  description="PLAYING CARD EIGHT OF HEARTS",
249711  direction="on",
249712  linebreak="id",
249713  unicodeslot=0x1F0B8,
249714 },
249715 [0x1F0B9]={
249716  category="so",
249717  description="PLAYING CARD NINE OF HEARTS",
249718  direction="on",
249719  linebreak="id",
249720  unicodeslot=0x1F0B9,
249721 },
249722 [0x1F0BA]={
249723  category="so",
249724  description="PLAYING CARD TEN OF HEARTS",
249725  direction="on",
249726  linebreak="id",
249727  unicodeslot=0x1F0BA,
249728 },
249729 [0x1F0BB]={
249730  category="so",
249731  description="PLAYING CARD JACK OF HEARTS",
249732  direction="on",
249733  linebreak="id",
249734  unicodeslot=0x1F0BB,
249735 },
249736 [0x1F0BC]={
249737  category="so",
249738  description="PLAYING CARD KNIGHT OF HEARTS",
249739  direction="on",
249740  linebreak="id",
249741  unicodeslot=0x1F0BC,
249742 },
249743 [0x1F0BD]={
249744  category="so",
249745  description="PLAYING CARD QUEEN OF HEARTS",
249746  direction="on",
249747  linebreak="id",
249748  unicodeslot=0x1F0BD,
249749 },
249750 [0x1F0BE]={
249751  category="so",
249752  description="PLAYING CARD KING OF HEARTS",
249753  direction="on",
249754  linebreak="id",
249755  unicodeslot=0x1F0BE,
249756 },
249757 [0x1F0BF]={
249758  category="so",
249759  description="PLAYING CARD RED JOKER",
249760  direction="on",
249761  linebreak="id",
249762  unicodeslot=0x1F0BF,
249763 },
249764 [0x1F0C1]={
249765  category="so",
249766  description="PLAYING CARD ACE OF DIAMONDS",
249767  direction="on",
249768  linebreak="id",
249769  unicodeslot=0x1F0C1,
249770 },
249771 [0x1F0C2]={
249772  category="so",
249773  description="PLAYING CARD TWO OF DIAMONDS",
249774  direction="on",
249775  linebreak="id",
249776  unicodeslot=0x1F0C2,
249777 },
249778 [0x1F0C3]={
249779  category="so",
249780  description="PLAYING CARD THREE OF DIAMONDS",
249781  direction="on",
249782  linebreak="id",
249783  unicodeslot=0x1F0C3,
249784 },
249785 [0x1F0C4]={
249786  category="so",
249787  description="PLAYING CARD FOUR OF DIAMONDS",
249788  direction="on",
249789  linebreak="id",
249790  unicodeslot=0x1F0C4,
249791 },
249792 [0x1F0C5]={
249793  category="so",
249794  description="PLAYING CARD FIVE OF DIAMONDS",
249795  direction="on",
249796  linebreak="id",
249797  unicodeslot=0x1F0C5,
249798 },
249799 [0x1F0C6]={
249800  category="so",
249801  description="PLAYING CARD SIX OF DIAMONDS",
249802  direction="on",
249803  linebreak="id",
249804  unicodeslot=0x1F0C6,
249805 },
249806 [0x1F0C7]={
249807  category="so",
249808  description="PLAYING CARD SEVEN OF DIAMONDS",
249809  direction="on",
249810  linebreak="id",
249811  unicodeslot=0x1F0C7,
249812 },
249813 [0x1F0C8]={
249814  category="so",
249815  description="PLAYING CARD EIGHT OF DIAMONDS",
249816  direction="on",
249817  linebreak="id",
249818  unicodeslot=0x1F0C8,
249819 },
249820 [0x1F0C9]={
249821  category="so",
249822  description="PLAYING CARD NINE OF DIAMONDS",
249823  direction="on",
249824  linebreak="id",
249825  unicodeslot=0x1F0C9,
249826 },
249827 [0x1F0CA]={
249828  category="so",
249829  description="PLAYING CARD TEN OF DIAMONDS",
249830  direction="on",
249831  linebreak="id",
249832  unicodeslot=0x1F0CA,
249833 },
249834 [0x1F0CB]={
249835  category="so",
249836  description="PLAYING CARD JACK OF DIAMONDS",
249837  direction="on",
249838  linebreak="id",
249839  unicodeslot=0x1F0CB,
249840 },
249841 [0x1F0CC]={
249842  category="so",
249843  description="PLAYING CARD KNIGHT OF DIAMONDS",
249844  direction="on",
249845  linebreak="id",
249846  unicodeslot=0x1F0CC,
249847 },
249848 [0x1F0CD]={
249849  category="so",
249850  description="PLAYING CARD QUEEN OF DIAMONDS",
249851  direction="on",
249852  linebreak="id",
249853  unicodeslot=0x1F0CD,
249854 },
249855 [0x1F0CE]={
249856  category="so",
249857  description="PLAYING CARD KING OF DIAMONDS",
249858  direction="on",
249859  linebreak="id",
249860  unicodeslot=0x1F0CE,
249861 },
249862 [0x1F0CF]={
249863  category="so",
249864  cjkwd="w",
249865  description="PLAYING CARD BLACK JOKER",
249866  direction="on",
249867  linebreak="id",
249868  unicodeslot=0x1F0CF,
249869 },
249870 [0x1F0D1]={
249871  category="so",
249872  description="PLAYING CARD ACE OF CLUBS",
249873  direction="on",
249874  linebreak="id",
249875  unicodeslot=0x1F0D1,
249876 },
249877 [0x1F0D2]={
249878  category="so",
249879  description="PLAYING CARD TWO OF CLUBS",
249880  direction="on",
249881  linebreak="id",
249882  unicodeslot=0x1F0D2,
249883 },
249884 [0x1F0D3]={
249885  category="so",
249886  description="PLAYING CARD THREE OF CLUBS",
249887  direction="on",
249888  linebreak="id",
249889  unicodeslot=0x1F0D3,
249890 },
249891 [0x1F0D4]={
249892  category="so",
249893  description="PLAYING CARD FOUR OF CLUBS",
249894  direction="on",
249895  linebreak="id",
249896  unicodeslot=0x1F0D4,
249897 },
249898 [0x1F0D5]={
249899  category="so",
249900  description="PLAYING CARD FIVE OF CLUBS",
249901  direction="on",
249902  linebreak="id",
249903  unicodeslot=0x1F0D5,
249904 },
249905 [0x1F0D6]={
249906  category="so",
249907  description="PLAYING CARD SIX OF CLUBS",
249908  direction="on",
249909  linebreak="id",
249910  unicodeslot=0x1F0D6,
249911 },
249912 [0x1F0D7]={
249913  category="so",
249914  description="PLAYING CARD SEVEN OF CLUBS",
249915  direction="on",
249916  linebreak="id",
249917  unicodeslot=0x1F0D7,
249918 },
249919 [0x1F0D8]={
249920  category="so",
249921  description="PLAYING CARD EIGHT OF CLUBS",
249922  direction="on",
249923  linebreak="id",
249924  unicodeslot=0x1F0D8,
249925 },
249926 [0x1F0D9]={
249927  category="so",
249928  description="PLAYING CARD NINE OF CLUBS",
249929  direction="on",
249930  linebreak="id",
249931  unicodeslot=0x1F0D9,
249932 },
249933 [0x1F0DA]={
249934  category="so",
249935  description="PLAYING CARD TEN OF CLUBS",
249936  direction="on",
249937  linebreak="id",
249938  unicodeslot=0x1F0DA,
249939 },
249940 [0x1F0DB]={
249941  category="so",
249942  description="PLAYING CARD JACK OF CLUBS",
249943  direction="on",
249944  linebreak="id",
249945  unicodeslot=0x1F0DB,
249946 },
249947 [0x1F0DC]={
249948  category="so",
249949  description="PLAYING CARD KNIGHT OF CLUBS",
249950  direction="on",
249951  linebreak="id",
249952  unicodeslot=0x1F0DC,
249953 },
249954 [0x1F0DD]={
249955  category="so",
249956  description="PLAYING CARD QUEEN OF CLUBS",
249957  direction="on",
249958  linebreak="id",
249959  unicodeslot=0x1F0DD,
249960 },
249961 [0x1F0DE]={
249962  category="so",
249963  description="PLAYING CARD KING OF CLUBS",
249964  direction="on",
249965  linebreak="id",
249966  unicodeslot=0x1F0DE,
249967 },
249968 [0x1F0DF]={
249969  category="so",
249970  description="PLAYING CARD WHITE JOKER",
249971  direction="on",
249972  linebreak="id",
249973  unicodeslot=0x1F0DF,
249974 },
249975 [0x1F0E0]={
249976  category="so",
249977  description="PLAYING CARD FOOL",
249978  direction="on",
249979  linebreak="id",
249980  unicodeslot=0x1F0E0,
249981 },
249982 [0x1F0E1]={
249983  category="so",
249984  description="PLAYING CARD TRUMP-1",
249985  direction="on",
249986  linebreak="id",
249987  unicodeslot=0x1F0E1,
249988 },
249989 [0x1F0E2]={
249990  category="so",
249991  description="PLAYING CARD TRUMP-2",
249992  direction="on",
249993  linebreak="id",
249994  unicodeslot=0x1F0E2,
249995 },
249996 [0x1F0E3]={
249997  category="so",
249998  description="PLAYING CARD TRUMP-3",
249999  direction="on",
250000  linebreak="id",
250001  unicodeslot=0x1F0E3,
250002 },
250003 [0x1F0E4]={
250004  category="so",
250005  description="PLAYING CARD TRUMP-4",
250006  direction="on",
250007  linebreak="id",
250008  unicodeslot=0x1F0E4,
250009 },
250010 [0x1F0E5]={
250011  category="so",
250012  description="PLAYING CARD TRUMP-5",
250013  direction="on",
250014  linebreak="id",
250015  unicodeslot=0x1F0E5,
250016 },
250017 [0x1F0E6]={
250018  category="so",
250019  description="PLAYING CARD TRUMP-6",
250020  direction="on",
250021  linebreak="id",
250022  unicodeslot=0x1F0E6,
250023 },
250024 [0x1F0E7]={
250025  category="so",
250026  description="PLAYING CARD TRUMP-7",
250027  direction="on",
250028  linebreak="id",
250029  unicodeslot=0x1F0E7,
250030 },
250031 [0x1F0E8]={
250032  category="so",
250033  description="PLAYING CARD TRUMP-8",
250034  direction="on",
250035  linebreak="id",
250036  unicodeslot=0x1F0E8,
250037 },
250038 [0x1F0E9]={
250039  category="so",
250040  description="PLAYING CARD TRUMP-9",
250041  direction="on",
250042  linebreak="id",
250043  unicodeslot=0x1F0E9,
250044 },
250045 [0x1F0EA]={
250046  category="so",
250047  description="PLAYING CARD TRUMP-10",
250048  direction="on",
250049  linebreak="id",
250050  unicodeslot=0x1F0EA,
250051 },
250052 [0x1F0EB]={
250053  category="so",
250054  description="PLAYING CARD TRUMP-11",
250055  direction="on",
250056  linebreak="id",
250057  unicodeslot=0x1F0EB,
250058 },
250059 [0x1F0EC]={
250060  category="so",
250061  description="PLAYING CARD TRUMP-12",
250062  direction="on",
250063  linebreak="id",
250064  unicodeslot=0x1F0EC,
250065 },
250066 [0x1F0ED]={
250067  category="so",
250068  description="PLAYING CARD TRUMP-13",
250069  direction="on",
250070  linebreak="id",
250071  unicodeslot=0x1F0ED,
250072 },
250073 [0x1F0EE]={
250074  category="so",
250075  description="PLAYING CARD TRUMP-14",
250076  direction="on",
250077  linebreak="id",
250078  unicodeslot=0x1F0EE,
250079 },
250080 [0x1F0EF]={
250081  category="so",
250082  description="PLAYING CARD TRUMP-15",
250083  direction="on",
250084  linebreak="id",
250085  unicodeslot=0x1F0EF,
250086 },
250087 [0x1F0F0]={
250088  category="so",
250089  description="PLAYING CARD TRUMP-16",
250090  direction="on",
250091  linebreak="id",
250092  unicodeslot=0x1F0F0,
250093 },
250094 [0x1F0F1]={
250095  category="so",
250096  description="PLAYING CARD TRUMP-17",
250097  direction="on",
250098  linebreak="id",
250099  unicodeslot=0x1F0F1,
250100 },
250101 [0x1F0F2]={
250102  category="so",
250103  description="PLAYING CARD TRUMP-18",
250104  direction="on",
250105  linebreak="id",
250106  unicodeslot=0x1F0F2,
250107 },
250108 [0x1F0F3]={
250109  category="so",
250110  description="PLAYING CARD TRUMP-19",
250111  direction="on",
250112  linebreak="id",
250113  unicodeslot=0x1F0F3,
250114 },
250115 [0x1F0F4]={
250116  category="so",
250117  description="PLAYING CARD TRUMP-20",
250118  direction="on",
250119  linebreak="id",
250120  unicodeslot=0x1F0F4,
250121 },
250122 [0x1F0F5]={
250123  category="so",
250124  description="PLAYING CARD TRUMP-21",
250125  direction="on",
250126  linebreak="id",
250127  unicodeslot=0x1F0F5,
250128 },
250129 [0x1F100]={
250130  category="no",
250131  cjkwd="a",
250132  description="DIGIT ZERO FULL STOP",
250133  direction="en",
250134  linebreak="ai",
250135  specials={ "compat", 0x30, 0x2E },
250136  unicodeslot=0x1F100,
250137 },
250138 [0x1F101]={
250139  category="no",
250140  cjkwd="a",
250141  description="DIGIT ZERO COMMA",
250142  direction="en",
250143  linebreak="ai",
250144  specials={ "compat", 0x30, 0x2C },
250145  unicodeslot=0x1F101,
250146 },
250147 [0x1F102]={
250148  category="no",
250149  cjkwd="a",
250150  description="DIGIT ONE COMMA",
250151  direction="en",
250152  linebreak="ai",
250153  specials={ "compat", 0x31, 0x2C },
250154  unicodeslot=0x1F102,
250155 },
250156 [0x1F103]={
250157  category="no",
250158  cjkwd="a",
250159  description="DIGIT TWO COMMA",
250160  direction="en",
250161  linebreak="ai",
250162  specials={ "compat", 0x32, 0x2C },
250163  unicodeslot=0x1F103,
250164 },
250165 [0x1F104]={
250166  category="no",
250167  cjkwd="a",
250168  description="DIGIT THREE COMMA",
250169  direction="en",
250170  linebreak="ai",
250171  specials={ "compat", 0x33, 0x2C },
250172  unicodeslot=0x1F104,
250173 },
250174 [0x1F105]={
250175  category="no",
250176  cjkwd="a",
250177  description="DIGIT FOUR COMMA",
250178  direction="en",
250179  linebreak="ai",
250180  specials={ "compat", 0x34, 0x2C },
250181  unicodeslot=0x1F105,
250182 },
250183 [0x1F106]={
250184  category="no",
250185  cjkwd="a",
250186  description="DIGIT FIVE COMMA",
250187  direction="en",
250188  linebreak="ai",
250189  specials={ "compat", 0x35, 0x2C },
250190  unicodeslot=0x1F106,
250191 },
250192 [0x1F107]={
250193  category="no",
250194  cjkwd="a",
250195  description="DIGIT SIX COMMA",
250196  direction="en",
250197  linebreak="ai",
250198  specials={ "compat", 0x36, 0x2C },
250199  unicodeslot=0x1F107,
250200 },
250201 [0x1F108]={
250202  category="no",
250203  cjkwd="a",
250204  description="DIGIT SEVEN COMMA",
250205  direction="en",
250206  linebreak="ai",
250207  specials={ "compat", 0x37, 0x2C },
250208  unicodeslot=0x1F108,
250209 },
250210 [0x1F109]={
250211  category="no",
250212  cjkwd="a",
250213  description="DIGIT EIGHT COMMA",
250214  direction="en",
250215  linebreak="ai",
250216  specials={ "compat", 0x38, 0x2C },
250217  unicodeslot=0x1F109,
250218 },
250219 [0x1F10A]={
250220  category="no",
250221  cjkwd="a",
250222  description="DIGIT NINE COMMA",
250223  direction="en",
250224  linebreak="ai",
250225  specials={ "compat", 0x39, 0x2C },
250226  unicodeslot=0x1F10A,
250227 },
250228 [0x1F10B]={
250229  category="no",
250230  description="DINGBAT CIRCLED SANS-SERIF DIGIT ZERO",
250231  direction="on",
250232  linebreak="ai",
250233  unicodeslot=0x1F10B,
250234 },
250235 [0x1F10C]={
250236  category="no",
250237  description="DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT ZERO",
250238  direction="on",
250239  linebreak="ai",
250240  unicodeslot=0x1F10C,
250241 },
250242 [0x1F10D]={
250243  category="so",
250244  description="CIRCLED ZERO WITH SLASH",
250245  direction="on",
250246  linebreak="al",
250247  unicodeslot=0x1F10D,
250248 },
250249 [0x1F10E]={
250250  category="so",
250251  description="CIRCLED ANTICLOCKWISE ARROW",
250252  direction="on",
250253  linebreak="al",
250254  unicodeslot=0x1F10E,
250255 },
250256 [0x1F10F]={
250257  category="so",
250258  description="CIRCLED DOLLAR SIGN WITH OVERLAID BACKSLASH",
250259  direction="on",
250260  linebreak="al",
250261  unicodeslot=0x1F10F,
250262 },
250263 [0x1F110]={
250264  category="so",
250265  cjkwd="a",
250266  description="PARENTHESIZED LATIN CAPITAL LETTER A",
250267  direction="l",
250268  linebreak="ai",
250269  specials={ "compat", 0x28, 0x41, 0x29 },
250270  unicodeslot=0x1F110,
250271 },
250272 [0x1F111]={
250273  category="so",
250274  cjkwd="a",
250275  description="PARENTHESIZED LATIN CAPITAL LETTER B",
250276  direction="l",
250277  linebreak="ai",
250278  specials={ "compat", 0x28, 0x42, 0x29 },
250279  unicodeslot=0x1F111,
250280 },
250281 [0x1F112]={
250282  category="so",
250283  cjkwd="a",
250284  description="PARENTHESIZED LATIN CAPITAL LETTER C",
250285  direction="l",
250286  linebreak="ai",
250287  specials={ "compat", 0x28, 0x43, 0x29 },
250288  unicodeslot=0x1F112,
250289 },
250290 [0x1F113]={
250291  category="so",
250292  cjkwd="a",
250293  description="PARENTHESIZED LATIN CAPITAL LETTER D",
250294  direction="l",
250295  linebreak="ai",
250296  specials={ "compat", 0x28, 0x44, 0x29 },
250297  unicodeslot=0x1F113,
250298 },
250299 [0x1F114]={
250300  category="so",
250301  cjkwd="a",
250302  description="PARENTHESIZED LATIN CAPITAL LETTER E",
250303  direction="l",
250304  linebreak="ai",
250305  specials={ "compat", 0x28, 0x45, 0x29 },
250306  unicodeslot=0x1F114,
250307 },
250308 [0x1F115]={
250309  category="so",
250310  cjkwd="a",
250311  description="PARENTHESIZED LATIN CAPITAL LETTER F",
250312  direction="l",
250313  linebreak="ai",
250314  specials={ "compat", 0x28, 0x46, 0x29 },
250315  unicodeslot=0x1F115,
250316 },
250317 [0x1F116]={
250318  category="so",
250319  cjkwd="a",
250320  description="PARENTHESIZED LATIN CAPITAL LETTER G",
250321  direction="l",
250322  linebreak="ai",
250323  specials={ "compat", 0x28, 0x47, 0x29 },
250324  unicodeslot=0x1F116,
250325 },
250326 [0x1F117]={
250327  category="so",
250328  cjkwd="a",
250329  description="PARENTHESIZED LATIN CAPITAL LETTER H",
250330  direction="l",
250331  linebreak="ai",
250332  specials={ "compat", 0x28, 0x48, 0x29 },
250333  unicodeslot=0x1F117,
250334 },
250335 [0x1F118]={
250336  category="so",
250337  cjkwd="a",
250338  description="PARENTHESIZED LATIN CAPITAL LETTER I",
250339  direction="l",
250340  linebreak="ai",
250341  specials={ "compat", 0x28, 0x49, 0x29 },
250342  unicodeslot=0x1F118,
250343 },
250344 [0x1F119]={
250345  category="so",
250346  cjkwd="a",
250347  description="PARENTHESIZED LATIN CAPITAL LETTER J",
250348  direction="l",
250349  linebreak="ai",
250350  specials={ "compat", 0x28, 0x4A, 0x29 },
250351  unicodeslot=0x1F119,
250352 },
250353 [0x1F11A]={
250354  category="so",
250355  cjkwd="a",
250356  description="PARENTHESIZED LATIN CAPITAL LETTER K",
250357  direction="l",
250358  linebreak="ai",
250359  specials={ "compat", 0x28, 0x4B, 0x29 },
250360  unicodeslot=0x1F11A,
250361 },
250362 [0x1F11B]={
250363  category="so",
250364  cjkwd="a",
250365  description="PARENTHESIZED LATIN CAPITAL LETTER L",
250366  direction="l",
250367  linebreak="ai",
250368  specials={ "compat", 0x28, 0x4C, 0x29 },
250369  unicodeslot=0x1F11B,
250370 },
250371 [0x1F11C]={
250372  category="so",
250373  cjkwd="a",
250374  description="PARENTHESIZED LATIN CAPITAL LETTER M",
250375  direction="l",
250376  linebreak="ai",
250377  specials={ "compat", 0x28, 0x4D, 0x29 },
250378  unicodeslot=0x1F11C,
250379 },
250380 [0x1F11D]={
250381  category="so",
250382  cjkwd="a",
250383  description="PARENTHESIZED LATIN CAPITAL LETTER N",
250384  direction="l",
250385  linebreak="ai",
250386  specials={ "compat", 0x28, 0x4E, 0x29 },
250387  unicodeslot=0x1F11D,
250388 },
250389 [0x1F11E]={
250390  category="so",
250391  cjkwd="a",
250392  description="PARENTHESIZED LATIN CAPITAL LETTER O",
250393  direction="l",
250394  linebreak="ai",
250395  specials={ "compat", 0x28, 0x4F, 0x29 },
250396  unicodeslot=0x1F11E,
250397 },
250398 [0x1F11F]={
250399  category="so",
250400  cjkwd="a",
250401  description="PARENTHESIZED LATIN CAPITAL LETTER P",
250402  direction="l",
250403  linebreak="ai",
250404  specials={ "compat", 0x28, 0x50, 0x29 },
250405  unicodeslot=0x1F11F,
250406 },
250407 [0x1F120]={
250408  category="so",
250409  cjkwd="a",
250410  description="PARENTHESIZED LATIN CAPITAL LETTER Q",
250411  direction="l",
250412  linebreak="ai",
250413  specials={ "compat", 0x28, 0x51, 0x29 },
250414  unicodeslot=0x1F120,
250415 },
250416 [0x1F121]={
250417  category="so",
250418  cjkwd="a",
250419  description="PARENTHESIZED LATIN CAPITAL LETTER R",
250420  direction="l",
250421  linebreak="ai",
250422  specials={ "compat", 0x28, 0x52, 0x29 },
250423  unicodeslot=0x1F121,
250424 },
250425 [0x1F122]={
250426  category="so",
250427  cjkwd="a",
250428  description="PARENTHESIZED LATIN CAPITAL LETTER S",
250429  direction="l",
250430  linebreak="ai",
250431  specials={ "compat", 0x28, 0x53, 0x29 },
250432  unicodeslot=0x1F122,
250433 },
250434 [0x1F123]={
250435  category="so",
250436  cjkwd="a",
250437  description="PARENTHESIZED LATIN CAPITAL LETTER T",
250438  direction="l",
250439  linebreak="ai",
250440  specials={ "compat", 0x28, 0x54, 0x29 },
250441  unicodeslot=0x1F123,
250442 },
250443 [0x1F124]={
250444  category="so",
250445  cjkwd="a",
250446  description="PARENTHESIZED LATIN CAPITAL LETTER U",
250447  direction="l",
250448  linebreak="ai",
250449  specials={ "compat", 0x28, 0x55, 0x29 },
250450  unicodeslot=0x1F124,
250451 },
250452 [0x1F125]={
250453  category="so",
250454  cjkwd="a",
250455  description="PARENTHESIZED LATIN CAPITAL LETTER V",
250456  direction="l",
250457  linebreak="ai",
250458  specials={ "compat", 0x28, 0x56, 0x29 },
250459  unicodeslot=0x1F125,
250460 },
250461 [0x1F126]={
250462  category="so",
250463  cjkwd="a",
250464  description="PARENTHESIZED LATIN CAPITAL LETTER W",
250465  direction="l",
250466  linebreak="ai",
250467  specials={ "compat", 0x28, 0x57, 0x29 },
250468  unicodeslot=0x1F126,
250469 },
250470 [0x1F127]={
250471  category="so",
250472  cjkwd="a",
250473  description="PARENTHESIZED LATIN CAPITAL LETTER X",
250474  direction="l",
250475  linebreak="ai",
250476  specials={ "compat", 0x28, 0x58, 0x29 },
250477  unicodeslot=0x1F127,
250478 },
250479 [0x1F128]={
250480  category="so",
250481  cjkwd="a",
250482  description="PARENTHESIZED LATIN CAPITAL LETTER Y",
250483  direction="l",
250484  linebreak="ai",
250485  specials={ "compat", 0x28, 0x59, 0x29 },
250486  unicodeslot=0x1F128,
250487 },
250488 [0x1F129]={
250489  category="so",
250490  cjkwd="a",
250491  description="PARENTHESIZED LATIN CAPITAL LETTER Z",
250492  direction="l",
250493  linebreak="ai",
250494  specials={ "compat", 0x28, 0x5A, 0x29 },
250495  unicodeslot=0x1F129,
250496 },
250497 [0x1F12A]={
250498  category="so",
250499  cjkwd="a",
250500  description="TORTOISE SHELL BRACKETED LATIN CAPITAL LETTER S",
250501  direction="l",
250502  linebreak="ai",
250503  specials={ "compat", 0x3014, 0x53, 0x3015 },
250504  unicodeslot=0x1F12A,
250505 },
250506 [0x1F12B]={
250507  category="so",
250508  cjkwd="a",
250509  description="CIRCLED ITALIC LATIN CAPITAL LETTER C",
250510  direction="l",
250511  linebreak="ai",
250512  specials={ "circle", 0x43 },
250513  unicodeslot=0x1F12B,
250514 },
250515 [0x1F12C]={
250516  category="so",
250517  cjkwd="a",
250518  description="CIRCLED ITALIC LATIN CAPITAL LETTER R",
250519  direction="l",
250520  linebreak="ai",
250521  specials={ "circle", 0x52 },
250522  unicodeslot=0x1F12C,
250523 },
250524 [0x1F12D]={
250525  category="so",
250526  cjkwd="a",
250527  description="CIRCLED CD",
250528  direction="l",
250529  linebreak="ai",
250530  specials={ "circle", 0x43, 0x44 },
250531  unicodeslot=0x1F12D,
250532 },
250533 [0x1F12E]={
250534  category="so",
250535  description="CIRCLED WZ",
250536  direction="l",
250537  linebreak="al",
250538  specials={ "circle", 0x57, 0x5A },
250539  unicodeslot=0x1F12E,
250540 },
250541 [0x1F12F]={
250542  category="so",
250543  description="COPYLEFT SYMBOL",
250544  direction="on",
250545  linebreak="al",
250546  unicodeslot=0x1F12F,
250547 },
250548 [0x1F130]={
250549  category="so",
250550  cjkwd="a",
250551  description="SQUARED LATIN CAPITAL LETTER A",
250552  direction="l",
250553  linebreak="ai",
250554  specials={ "square", 0x41 },
250555  unicodeslot=0x1F130,
250556 },
250557 [0x1F131]={
250558  category="so",
250559  cjkwd="a",
250560  description="SQUARED LATIN CAPITAL LETTER B",
250561  direction="l",
250562  linebreak="ai",
250563  specials={ "square", 0x42 },
250564  unicodeslot=0x1F131,
250565 },
250566 [0x1F132]={
250567  category="so",
250568  cjkwd="a",
250569  description="SQUARED LATIN CAPITAL LETTER C",
250570  direction="l",
250571  linebreak="ai",
250572  specials={ "square", 0x43 },
250573  unicodeslot=0x1F132,
250574 },
250575 [0x1F133]={
250576  category="so",
250577  cjkwd="a",
250578  description="SQUARED LATIN CAPITAL LETTER D",
250579  direction="l",
250580  linebreak="ai",
250581  specials={ "square", 0x44 },
250582  unicodeslot=0x1F133,
250583 },
250584 [0x1F134]={
250585  category="so",
250586  cjkwd="a",
250587  description="SQUARED LATIN CAPITAL LETTER E",
250588  direction="l",
250589  linebreak="ai",
250590  specials={ "square", 0x45 },
250591  unicodeslot=0x1F134,
250592 },
250593 [0x1F135]={
250594  category="so",
250595  cjkwd="a",
250596  description="SQUARED LATIN CAPITAL LETTER F",
250597  direction="l",
250598  linebreak="ai",
250599  specials={ "square", 0x46 },
250600  unicodeslot=0x1F135,
250601 },
250602 [0x1F136]={
250603  category="so",
250604  cjkwd="a",
250605  description="SQUARED LATIN CAPITAL LETTER G",
250606  direction="l",
250607  linebreak="ai",
250608  specials={ "square", 0x47 },
250609  unicodeslot=0x1F136,
250610 },
250611 [0x1F137]={
250612  category="so",
250613  cjkwd="a",
250614  description="SQUARED LATIN CAPITAL LETTER H",
250615  direction="l",
250616  linebreak="ai",
250617  specials={ "square", 0x48 },
250618  unicodeslot=0x1F137,
250619 },
250620 [0x1F138]={
250621  category="so",
250622  cjkwd="a",
250623  description="SQUARED LATIN CAPITAL LETTER I",
250624  direction="l",
250625  linebreak="ai",
250626  specials={ "square", 0x49 },
250627  unicodeslot=0x1F138,
250628 },
250629 [0x1F139]={
250630  category="so",
250631  cjkwd="a",
250632  description="SQUARED LATIN CAPITAL LETTER J",
250633  direction="l",
250634  linebreak="ai",
250635  specials={ "square", 0x4A },
250636  unicodeslot=0x1F139,
250637 },
250638 [0x1F13A]={
250639  category="so",
250640  cjkwd="a",
250641  description="SQUARED LATIN CAPITAL LETTER K",
250642  direction="l",
250643  linebreak="ai",
250644  specials={ "square", 0x4B },
250645  unicodeslot=0x1F13A,
250646 },
250647 [0x1F13B]={
250648  category="so",
250649  cjkwd="a",
250650  description="SQUARED LATIN CAPITAL LETTER L",
250651  direction="l",
250652  linebreak="ai",
250653  specials={ "square", 0x4C },
250654  unicodeslot=0x1F13B,
250655 },
250656 [0x1F13C]={
250657  category="so",
250658  cjkwd="a",
250659  description="SQUARED LATIN CAPITAL LETTER M",
250660  direction="l",
250661  linebreak="ai",
250662  specials={ "square", 0x4D },
250663  unicodeslot=0x1F13C,
250664 },
250665 [0x1F13D]={
250666  category="so",
250667  cjkwd="a",
250668  description="SQUARED LATIN CAPITAL LETTER N",
250669  direction="l",
250670  linebreak="ai",
250671  specials={ "square", 0x4E },
250672  unicodeslot=0x1F13D,
250673 },
250674 [0x1F13E]={
250675  category="so",
250676  cjkwd="a",
250677  description="SQUARED LATIN CAPITAL LETTER O",
250678  direction="l",
250679  linebreak="ai",
250680  specials={ "square", 0x4F },
250681  unicodeslot=0x1F13E,
250682 },
250683 [0x1F13F]={
250684  category="so",
250685  cjkwd="a",
250686  description="SQUARED LATIN CAPITAL LETTER P",
250687  direction="l",
250688  linebreak="ai",
250689  specials={ "square", 0x50 },
250690  unicodeslot=0x1F13F,
250691 },
250692 [0x1F140]={
250693  category="so",
250694  cjkwd="a",
250695  description="SQUARED LATIN CAPITAL LETTER Q",
250696  direction="l",
250697  linebreak="ai",
250698  specials={ "square", 0x51 },
250699  unicodeslot=0x1F140,
250700 },
250701 [0x1F141]={
250702  category="so",
250703  cjkwd="a",
250704  description="SQUARED LATIN CAPITAL LETTER R",
250705  direction="l",
250706  linebreak="ai",
250707  specials={ "square", 0x52 },
250708  unicodeslot=0x1F141,
250709 },
250710 [0x1F142]={
250711  category="so",
250712  cjkwd="a",
250713  description="SQUARED LATIN CAPITAL LETTER S",
250714  direction="l",
250715  linebreak="ai",
250716  specials={ "square", 0x53 },
250717  unicodeslot=0x1F142,
250718 },
250719 [0x1F143]={
250720  category="so",
250721  cjkwd="a",
250722  description="SQUARED LATIN CAPITAL LETTER T",
250723  direction="l",
250724  linebreak="ai",
250725  specials={ "square", 0x54 },
250726  unicodeslot=0x1F143,
250727 },
250728 [0x1F144]={
250729  category="so",
250730  cjkwd="a",
250731  description="SQUARED LATIN CAPITAL LETTER U",
250732  direction="l",
250733  linebreak="ai",
250734  specials={ "square", 0x55 },
250735  unicodeslot=0x1F144,
250736 },
250737 [0x1F145]={
250738  category="so",
250739  cjkwd="a",
250740  description="SQUARED LATIN CAPITAL LETTER V",
250741  direction="l",
250742  linebreak="ai",
250743  specials={ "square", 0x56 },
250744  unicodeslot=0x1F145,
250745 },
250746 [0x1F146]={
250747  category="so",
250748  cjkwd="a",
250749  description="SQUARED LATIN CAPITAL LETTER W",
250750  direction="l",
250751  linebreak="ai",
250752  specials={ "square", 0x57 },
250753  unicodeslot=0x1F146,
250754 },
250755 [0x1F147]={
250756  category="so",
250757  cjkwd="a",
250758  description="SQUARED LATIN CAPITAL LETTER X",
250759  direction="l",
250760  linebreak="ai",
250761  specials={ "square", 0x58 },
250762  unicodeslot=0x1F147,
250763 },
250764 [0x1F148]={
250765  category="so",
250766  cjkwd="a",
250767  description="SQUARED LATIN CAPITAL LETTER Y",
250768  direction="l",
250769  linebreak="ai",
250770  specials={ "square", 0x59 },
250771  unicodeslot=0x1F148,
250772 },
250773 [0x1F149]={
250774  category="so",
250775  cjkwd="a",
250776  description="SQUARED LATIN CAPITAL LETTER Z",
250777  direction="l",
250778  linebreak="ai",
250779  specials={ "square", 0x5A },
250780  unicodeslot=0x1F149,
250781 },
250782 [0x1F14A]={
250783  category="so",
250784  cjkwd="a",
250785  description="SQUARED HV",
250786  direction="l",
250787  linebreak="ai",
250788  specials={ "square", 0x48, 0x56 },
250789  unicodeslot=0x1F14A,
250790 },
250791 [0x1F14B]={
250792  category="so",
250793  cjkwd="a",
250794  description="SQUARED MV",
250795  direction="l",
250796  linebreak="ai",
250797  specials={ "square", 0x4D, 0x56 },
250798  unicodeslot=0x1F14B,
250799 },
250800 [0x1F14C]={
250801  category="so",
250802  cjkwd="a",
250803  description="SQUARED SD",
250804  direction="l",
250805  linebreak="ai",
250806  specials={ "square", 0x53, 0x44 },
250807  unicodeslot=0x1F14C,
250808 },
250809 [0x1F14D]={
250810  category="so",
250811  cjkwd="a",
250812  description="SQUARED SS",
250813  direction="l",
250814  linebreak="ai",
250815  specials={ "square", 0x53, 0x53 },
250816  unicodeslot=0x1F14D,
250817 },
250818 [0x1F14E]={
250819  category="so",
250820  cjkwd="a",
250821  description="SQUARED PPV",
250822  direction="l",
250823  linebreak="ai",
250824  specials={ "square", 0x50, 0x50, 0x56 },
250825  unicodeslot=0x1F14E,
250826 },
250827 [0x1F14F]={
250828  category="so",
250829  cjkwd="a",
250830  description="SQUARED WC",
250831  direction="l",
250832  linebreak="ai",
250833  specials={ "square", 0x57, 0x43 },
250834  unicodeslot=0x1F14F,
250835 },
250836 [0x1F150]={
250837  category="so",
250838  cjkwd="a",
250839  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER A",
250840  direction="l",
250841  linebreak="ai",
250842  unicodeslot=0x1F150,
250843 },
250844 [0x1F151]={
250845  category="so",
250846  cjkwd="a",
250847  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER B",
250848  direction="l",
250849  linebreak="ai",
250850  unicodeslot=0x1F151,
250851 },
250852 [0x1F152]={
250853  category="so",
250854  cjkwd="a",
250855  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER C",
250856  direction="l",
250857  linebreak="ai",
250858  unicodeslot=0x1F152,
250859 },
250860 [0x1F153]={
250861  category="so",
250862  cjkwd="a",
250863  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER D",
250864  direction="l",
250865  linebreak="ai",
250866  unicodeslot=0x1F153,
250867 },
250868 [0x1F154]={
250869  category="so",
250870  cjkwd="a",
250871  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER E",
250872  direction="l",
250873  linebreak="ai",
250874  unicodeslot=0x1F154,
250875 },
250876 [0x1F155]={
250877  category="so",
250878  cjkwd="a",
250879  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER F",
250880  direction="l",
250881  linebreak="ai",
250882  unicodeslot=0x1F155,
250883 },
250884 [0x1F156]={
250885  category="so",
250886  cjkwd="a",
250887  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER G",
250888  direction="l",
250889  linebreak="ai",
250890  unicodeslot=0x1F156,
250891 },
250892 [0x1F157]={
250893  category="so",
250894  cjkwd="a",
250895  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER H",
250896  direction="l",
250897  linebreak="ai",
250898  unicodeslot=0x1F157,
250899 },
250900 [0x1F158]={
250901  category="so",
250902  cjkwd="a",
250903  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER I",
250904  direction="l",
250905  linebreak="ai",
250906  unicodeslot=0x1F158,
250907 },
250908 [0x1F159]={
250909  category="so",
250910  cjkwd="a",
250911  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER J",
250912  direction="l",
250913  linebreak="ai",
250914  unicodeslot=0x1F159,
250915 },
250916 [0x1F15A]={
250917  category="so",
250918  cjkwd="a",
250919  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER K",
250920  direction="l",
250921  linebreak="ai",
250922  unicodeslot=0x1F15A,
250923 },
250924 [0x1F15B]={
250925  category="so",
250926  cjkwd="a",
250927  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER L",
250928  direction="l",
250929  linebreak="ai",
250930  unicodeslot=0x1F15B,
250931 },
250932 [0x1F15C]={
250933  category="so",
250934  cjkwd="a",
250935  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER M",
250936  direction="l",
250937  linebreak="ai",
250938  unicodeslot=0x1F15C,
250939 },
250940 [0x1F15D]={
250941  category="so",
250942  cjkwd="a",
250943  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER N",
250944  direction="l",
250945  linebreak="ai",
250946  unicodeslot=0x1F15D,
250947 },
250948 [0x1F15E]={
250949  category="so",
250950  cjkwd="a",
250951  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER O",
250952  direction="l",
250953  linebreak="ai",
250954  unicodeslot=0x1F15E,
250955 },
250956 [0x1F15F]={
250957  category="so",
250958  cjkwd="a",
250959  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER P",
250960  direction="l",
250961  linebreak="ai",
250962  unicodeslot=0x1F15F,
250963 },
250964 [0x1F160]={
250965  category="so",
250966  cjkwd="a",
250967  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER Q",
250968  direction="l",
250969  linebreak="ai",
250970  unicodeslot=0x1F160,
250971 },
250972 [0x1F161]={
250973  category="so",
250974  cjkwd="a",
250975  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER R",
250976  direction="l",
250977  linebreak="ai",
250978  unicodeslot=0x1F161,
250979 },
250980 [0x1F162]={
250981  category="so",
250982  cjkwd="a",
250983  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER S",
250984  direction="l",
250985  linebreak="ai",
250986  unicodeslot=0x1F162,
250987 },
250988 [0x1F163]={
250989  category="so",
250990  cjkwd="a",
250991  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER T",
250992  direction="l",
250993  linebreak="ai",
250994  unicodeslot=0x1F163,
250995 },
250996 [0x1F164]={
250997  category="so",
250998  cjkwd="a",
250999  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER U",
251000  direction="l",
251001  linebreak="ai",
251002  unicodeslot=0x1F164,
251003 },
251004 [0x1F165]={
251005  category="so",
251006  cjkwd="a",
251007  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER V",
251008  direction="l",
251009  linebreak="ai",
251010  unicodeslot=0x1F165,
251011 },
251012 [0x1F166]={
251013  category="so",
251014  cjkwd="a",
251015  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER W",
251016  direction="l",
251017  linebreak="ai",
251018  unicodeslot=0x1F166,
251019 },
251020 [0x1F167]={
251021  category="so",
251022  cjkwd="a",
251023  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER X",
251024  direction="l",
251025  linebreak="ai",
251026  unicodeslot=0x1F167,
251027 },
251028 [0x1F168]={
251029  category="so",
251030  cjkwd="a",
251031  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER Y",
251032  direction="l",
251033  linebreak="ai",
251034  unicodeslot=0x1F168,
251035 },
251036 [0x1F169]={
251037  category="so",
251038  cjkwd="a",
251039  description="NEGATIVE CIRCLED LATIN CAPITAL LETTER Z",
251040  direction="l",
251041  linebreak="ai",
251042  unicodeslot=0x1F169,
251043 },
251044 [0x1F16A]={
251045  category="so",
251046  description="RAISED MC SIGN",
251047  direction="on",
251048  linebreak="al",
251049  specials={ "super", 0x4D, 0x43 },
251050  synonyms={ "marque de commerce" },
251051  unicodeslot=0x1F16A,
251052 },
251053 [0x1F16B]={
251054  category="so",
251055  description="RAISED MD SIGN",
251056  direction="on",
251057  linebreak="al",
251058  specials={ "super", 0x4D, 0x44 },
251059  synonyms={ "marque deposee" },
251060  unicodeslot=0x1F16B,
251061 },
251062 [0x1F16C]={
251063  category="so",
251064  description="RAISED MR SIGN",
251065  direction="on",
251066  linebreak="al",
251067  specials={ "super", 0x4D, 0x52 },
251068  unicodeslot=0x1F16C,
251069 },
251070 [0x1F16D]={
251071  category="so",
251072  description="CIRCLED CC",
251073  direction="on",
251074  linebreak="al",
251075  unicodeslot=0x1F16D,
251076 },
251077 [0x1F16E]={
251078  category="so",
251079  description="CIRCLED C WITH OVERLAID BACKSLASH",
251080  direction="on",
251081  linebreak="al",
251082  unicodeslot=0x1F16E,
251083 },
251084 [0x1F16F]={
251085  category="so",
251086  description="CIRCLED HUMAN FIGURE",
251087  direction="on",
251088  linebreak="al",
251089  unicodeslot=0x1F16F,
251090 },
251091 [0x1F170]={
251092  category="so",
251093  cjkwd="a",
251094  description="NEGATIVE SQUARED LATIN CAPITAL LETTER A",
251095  direction="l",
251096  linebreak="ai",
251097  unicodeslot=0x1F170,
251098  variants=variants_emoji,
251099 },
251100 [0x1F171]={
251101  category="so",
251102  cjkwd="a",
251103  description="NEGATIVE SQUARED LATIN CAPITAL LETTER B",
251104  direction="l",
251105  linebreak="ai",
251106  unicodeslot=0x1F171,
251107  variants=variants_emoji,
251108 },
251109 [0x1F172]={
251110  category="so",
251111  cjkwd="a",
251112  description="NEGATIVE SQUARED LATIN CAPITAL LETTER C",
251113  direction="l",
251114  linebreak="ai",
251115  unicodeslot=0x1F172,
251116 },
251117 [0x1F173]={
251118  category="so",
251119  cjkwd="a",
251120  description="NEGATIVE SQUARED LATIN CAPITAL LETTER D",
251121  direction="l",
251122  linebreak="ai",
251123  unicodeslot=0x1F173,
251124 },
251125 [0x1F174]={
251126  category="so",
251127  cjkwd="a",
251128  description="NEGATIVE SQUARED LATIN CAPITAL LETTER E",
251129  direction="l",
251130  linebreak="ai",
251131  unicodeslot=0x1F174,
251132 },
251133 [0x1F175]={
251134  category="so",
251135  cjkwd="a",
251136  description="NEGATIVE SQUARED LATIN CAPITAL LETTER F",
251137  direction="l",
251138  linebreak="ai",
251139  unicodeslot=0x1F175,
251140 },
251141 [0x1F176]={
251142  category="so",
251143  cjkwd="a",
251144  description="NEGATIVE SQUARED LATIN CAPITAL LETTER G",
251145  direction="l",
251146  linebreak="ai",
251147  unicodeslot=0x1F176,
251148 },
251149 [0x1F177]={
251150  category="so",
251151  cjkwd="a",
251152  description="NEGATIVE SQUARED LATIN CAPITAL LETTER H",
251153  direction="l",
251154  linebreak="ai",
251155  unicodeslot=0x1F177,
251156 },
251157 [0x1F178]={
251158  category="so",
251159  cjkwd="a",
251160  description="NEGATIVE SQUARED LATIN CAPITAL LETTER I",
251161  direction="l",
251162  linebreak="ai",
251163  unicodeslot=0x1F178,
251164 },
251165 [0x1F179]={
251166  category="so",
251167  cjkwd="a",
251168  description="NEGATIVE SQUARED LATIN CAPITAL LETTER J",
251169  direction="l",
251170  linebreak="ai",
251171  unicodeslot=0x1F179,
251172 },
251173 [0x1F17A]={
251174  category="so",
251175  cjkwd="a",
251176  description="NEGATIVE SQUARED LATIN CAPITAL LETTER K",
251177  direction="l",
251178  linebreak="ai",
251179  unicodeslot=0x1F17A,
251180 },
251181 [0x1F17B]={
251182  category="so",
251183  cjkwd="a",
251184  description="NEGATIVE SQUARED LATIN CAPITAL LETTER L",
251185  direction="l",
251186  linebreak="ai",
251187  unicodeslot=0x1F17B,
251188 },
251189 [0x1F17C]={
251190  category="so",
251191  cjkwd="a",
251192  description="NEGATIVE SQUARED LATIN CAPITAL LETTER M",
251193  direction="l",
251194  linebreak="ai",
251195  unicodeslot=0x1F17C,
251196 },
251197 [0x1F17D]={
251198  category="so",
251199  cjkwd="a",
251200  description="NEGATIVE SQUARED LATIN CAPITAL LETTER N",
251201  direction="l",
251202  linebreak="ai",
251203  unicodeslot=0x1F17D,
251204 },
251205 [0x1F17E]={
251206  category="so",
251207  cjkwd="a",
251208  description="NEGATIVE SQUARED LATIN CAPITAL LETTER O",
251209  direction="l",
251210  linebreak="ai",
251211  unicodeslot=0x1F17E,
251212  variants=variants_emoji,
251213 },
251214 [0x1F17F]={
251215  category="so",
251216  cjkwd="a",
251217  description="NEGATIVE SQUARED LATIN CAPITAL LETTER P",
251218  direction="l",
251219  linebreak="ai",
251220  unicodeslot=0x1F17F,
251221  variants=variants_emoji,
251222 },
251223 [0x1F180]={
251224  category="so",
251225  cjkwd="a",
251226  description="NEGATIVE SQUARED LATIN CAPITAL LETTER Q",
251227  direction="l",
251228  linebreak="ai",
251229  unicodeslot=0x1F180,
251230 },
251231 [0x1F181]={
251232  category="so",
251233  cjkwd="a",
251234  description="NEGATIVE SQUARED LATIN CAPITAL LETTER R",
251235  direction="l",
251236  linebreak="ai",
251237  unicodeslot=0x1F181,
251238 },
251239 [0x1F182]={
251240  category="so",
251241  cjkwd="a",
251242  description="NEGATIVE SQUARED LATIN CAPITAL LETTER S",
251243  direction="l",
251244  linebreak="ai",
251245  unicodeslot=0x1F182,
251246 },
251247 [0x1F183]={
251248  category="so",
251249  cjkwd="a",
251250  description="NEGATIVE SQUARED LATIN CAPITAL LETTER T",
251251  direction="l",
251252  linebreak="ai",
251253  unicodeslot=0x1F183,
251254 },
251255 [0x1F184]={
251256  category="so",
251257  cjkwd="a",
251258  description="NEGATIVE SQUARED LATIN CAPITAL LETTER U",
251259  direction="l",
251260  linebreak="ai",
251261  unicodeslot=0x1F184,
251262 },
251263 [0x1F185]={
251264  category="so",
251265  cjkwd="a",
251266  description="NEGATIVE SQUARED LATIN CAPITAL LETTER V",
251267  direction="l",
251268  linebreak="ai",
251269  unicodeslot=0x1F185,
251270 },
251271 [0x1F186]={
251272  category="so",
251273  cjkwd="a",
251274  description="NEGATIVE SQUARED LATIN CAPITAL LETTER W",
251275  direction="l",
251276  linebreak="ai",
251277  unicodeslot=0x1F186,
251278 },
251279 [0x1F187]={
251280  category="so",
251281  cjkwd="a",
251282  description="NEGATIVE SQUARED LATIN CAPITAL LETTER X",
251283  direction="l",
251284  linebreak="ai",
251285  unicodeslot=0x1F187,
251286 },
251287 [0x1F188]={
251288  category="so",
251289  cjkwd="a",
251290  description="NEGATIVE SQUARED LATIN CAPITAL LETTER Y",
251291  direction="l",
251292  linebreak="ai",
251293  unicodeslot=0x1F188,
251294 },
251295 [0x1F189]={
251296  category="so",
251297  cjkwd="a",
251298  description="NEGATIVE SQUARED LATIN CAPITAL LETTER Z",
251299  direction="l",
251300  linebreak="ai",
251301  unicodeslot=0x1F189,
251302 },
251303 [0x1F18A]={
251304  category="so",
251305  cjkwd="a",
251306  description="CROSSED NEGATIVE SQUARED LATIN CAPITAL LETTER P",
251307  direction="l",
251308  linebreak="ai",
251309  unicodeslot=0x1F18A,
251310 },
251311 [0x1F18B]={
251312  category="so",
251313  cjkwd="a",
251314  description="NEGATIVE SQUARED IC",
251315  direction="l",
251316  linebreak="ai",
251317  unicodeslot=0x1F18B,
251318 },
251319 [0x1F18C]={
251320  category="so",
251321  cjkwd="a",
251322  description="NEGATIVE SQUARED PA",
251323  direction="l",
251324  linebreak="ai",
251325  unicodeslot=0x1F18C,
251326 },
251327 [0x1F18D]={
251328  category="so",
251329  cjkwd="a",
251330  description="NEGATIVE SQUARED SA",
251331  direction="l",
251332  linebreak="ai",
251333  unicodeslot=0x1F18D,
251334 },
251335 [0x1F18E]={
251336  category="so",
251337  cjkwd="w",
251338  description="NEGATIVE SQUARED AB",
251339  direction="l",
251340  linebreak="ai",
251341  unicodeslot=0x1F18E,
251342 },
251343 [0x1F18F]={
251344  category="so",
251345  cjkwd="a",
251346  description="NEGATIVE SQUARED WC",
251347  direction="l",
251348  linebreak="ai",
251349  unicodeslot=0x1F18F,
251350 },
251351 [0x1F190]={
251352  category="so",
251353  cjkwd="a",
251354  description="SQUARE DJ",
251355  direction="l",
251356  linebreak="ai",
251357  specials={ "square", 0x44, 0x4A },
251358  unicodeslot=0x1F190,
251359 },
251360 [0x1F191]={
251361  category="so",
251362  cjkwd="w",
251363  description="SQUARED CL",
251364  direction="l",
251365  linebreak="ai",
251366  unicodeslot=0x1F191,
251367 },
251368 [0x1F192]={
251369  category="so",
251370  cjkwd="w",
251371  description="SQUARED COOL",
251372  direction="l",
251373  linebreak="ai",
251374  unicodeslot=0x1F192,
251375 },
251376 [0x1F193]={
251377  category="so",
251378  cjkwd="w",
251379  description="SQUARED FREE",
251380  direction="l",
251381  linebreak="ai",
251382  unicodeslot=0x1F193,
251383 },
251384 [0x1F194]={
251385  category="so",
251386  cjkwd="w",
251387  description="SQUARED ID",
251388  direction="l",
251389  linebreak="ai",
251390  unicodeslot=0x1F194,
251391 },
251392 [0x1F195]={
251393  category="so",
251394  cjkwd="w",
251395  description="SQUARED NEW",
251396  direction="l",
251397  linebreak="ai",
251398  unicodeslot=0x1F195,
251399 },
251400 [0x1F196]={
251401  category="so",
251402  cjkwd="w",
251403  description="SQUARED NG",
251404  direction="l",
251405  linebreak="ai",
251406  unicodeslot=0x1F196,
251407 },
251408 [0x1F197]={
251409  category="so",
251410  cjkwd="w",
251411  description="SQUARED OK",
251412  direction="l",
251413  linebreak="ai",
251414  unicodeslot=0x1F197,
251415 },
251416 [0x1F198]={
251417  category="so",
251418  cjkwd="w",
251419  description="SQUARED SOS",
251420  direction="l",
251421  linebreak="ai",
251422  unicodeslot=0x1F198,
251423 },
251424 [0x1F199]={
251425  category="so",
251426  cjkwd="w",
251427  description="SQUARED UP WITH EXCLAMATION MARK",
251428  direction="l",
251429  linebreak="ai",
251430  unicodeslot=0x1F199,
251431 },
251432 [0x1F19A]={
251433  category="so",
251434  cjkwd="w",
251435  description="SQUARED VS",
251436  direction="l",
251437  linebreak="ai",
251438  unicodeslot=0x1F19A,
251439 },
251440 [0x1F19B]={
251441  category="so",
251442  cjkwd="a",
251443  description="SQUARED THREE D",
251444  direction="l",
251445  linebreak="ai",
251446  unicodeslot=0x1F19B,
251447 },
251448 [0x1F19C]={
251449  category="so",
251450  cjkwd="a",
251451  description="SQUARED SECOND SCREEN",
251452  direction="l",
251453  linebreak="ai",
251454  unicodeslot=0x1F19C,
251455 },
251456 [0x1F19D]={
251457  category="so",
251458  cjkwd="a",
251459  description="SQUARED TWO K",
251460  direction="l",
251461  linebreak="ai",
251462  unicodeslot=0x1F19D,
251463 },
251464 [0x1F19E]={
251465  category="so",
251466  cjkwd="a",
251467  description="SQUARED FOUR K",
251468  direction="l",
251469  linebreak="ai",
251470  unicodeslot=0x1F19E,
251471 },
251472 [0x1F19F]={
251473  category="so",
251474  cjkwd="a",
251475  description="SQUARED EIGHT K",
251476  direction="l",
251477  linebreak="ai",
251478  unicodeslot=0x1F19F,
251479 },
251480 [0x1F1A0]={
251481  category="so",
251482  cjkwd="a",
251483  description="SQUARED FIVE POINT ONE",
251484  direction="l",
251485  linebreak="ai",
251486  unicodeslot=0x1F1A0,
251487 },
251488 [0x1F1A1]={
251489  category="so",
251490  cjkwd="a",
251491  description="SQUARED SEVEN POINT ONE",
251492  direction="l",
251493  linebreak="ai",
251494  unicodeslot=0x1F1A1,
251495 },
251496 [0x1F1A2]={
251497  category="so",
251498  cjkwd="a",
251499  description="SQUARED TWENTY-TWO POINT TWO",
251500  direction="l",
251501  linebreak="ai",
251502  unicodeslot=0x1F1A2,
251503 },
251504 [0x1F1A3]={
251505  category="so",
251506  cjkwd="a",
251507  description="SQUARED SIXTY P",
251508  direction="l",
251509  linebreak="ai",
251510  unicodeslot=0x1F1A3,
251511 },
251512 [0x1F1A4]={
251513  category="so",
251514  cjkwd="a",
251515  description="SQUARED ONE HUNDRED TWENTY P",
251516  direction="l",
251517  linebreak="ai",
251518  unicodeslot=0x1F1A4,
251519 },
251520 [0x1F1A5]={
251521  category="so",
251522  cjkwd="a",
251523  description="SQUARED LATIN SMALL LETTER D",
251524  direction="l",
251525  linebreak="ai",
251526  unicodeslot=0x1F1A5,
251527 },
251528 [0x1F1A6]={
251529  category="so",
251530  cjkwd="a",
251531  description="SQUARED HC",
251532  direction="l",
251533  linebreak="ai",
251534  unicodeslot=0x1F1A6,
251535 },
251536 [0x1F1A7]={
251537  category="so",
251538  cjkwd="a",
251539  description="SQUARED HDR",
251540  direction="l",
251541  linebreak="ai",
251542  unicodeslot=0x1F1A7,
251543 },
251544 [0x1F1A8]={
251545  category="so",
251546  cjkwd="a",
251547  description="SQUARED HI-RES",
251548  direction="l",
251549  linebreak="ai",
251550  unicodeslot=0x1F1A8,
251551 },
251552 [0x1F1A9]={
251553  category="so",
251554  cjkwd="a",
251555  description="SQUARED LOSSLESS",
251556  direction="l",
251557  linebreak="ai",
251558  unicodeslot=0x1F1A9,
251559 },
251560 [0x1F1AA]={
251561  category="so",
251562  cjkwd="a",
251563  description="SQUARED SHV",
251564  direction="l",
251565  linebreak="ai",
251566  unicodeslot=0x1F1AA,
251567 },
251568 [0x1F1AB]={
251569  category="so",
251570  cjkwd="a",
251571  description="SQUARED UHD",
251572  direction="l",
251573  linebreak="ai",
251574  unicodeslot=0x1F1AB,
251575 },
251576 [0x1F1AC]={
251577  category="so",
251578  cjkwd="a",
251579  description="SQUARED VOD",
251580  direction="l",
251581  linebreak="ai",
251582  unicodeslot=0x1F1AC,
251583 },
251584 [0x1F1AD]={
251585  category="so",
251586  description="MASK WORK SYMBOL",
251587  direction="on",
251588  linebreak="al",
251589  unicodeslot=0x1F1AD,
251590 },
251591 [0x1F1E6]={
251592  category="so",
251593  description="REGIONAL INDICATOR SYMBOL LETTER A",
251594  direction="l",
251595  linebreak="ri",
251596  unicodeslot=0x1F1E6,
251597 },
251598 [0x1F1E7]={
251599  category="so",
251600  description="REGIONAL INDICATOR SYMBOL LETTER B",
251601  direction="l",
251602  linebreak="ri",
251603  unicodeslot=0x1F1E7,
251604 },
251605 [0x1F1E8]={
251606  category="so",
251607  description="REGIONAL INDICATOR SYMBOL LETTER C",
251608  direction="l",
251609  linebreak="ri",
251610  unicodeslot=0x1F1E8,
251611 },
251612 [0x1F1E9]={
251613  category="so",
251614  description="REGIONAL INDICATOR SYMBOL LETTER D",
251615  direction="l",
251616  linebreak="ri",
251617  unicodeslot=0x1F1E9,
251618 },
251619 [0x1F1EA]={
251620  category="so",
251621  description="REGIONAL INDICATOR SYMBOL LETTER E",
251622  direction="l",
251623  linebreak="ri",
251624  unicodeslot=0x1F1EA,
251625 },
251626 [0x1F1EB]={
251627  category="so",
251628  description="REGIONAL INDICATOR SYMBOL LETTER F",
251629  direction="l",
251630  linebreak="ri",
251631  unicodeslot=0x1F1EB,
251632 },
251633 [0x1F1EC]={
251634  category="so",
251635  description="REGIONAL INDICATOR SYMBOL LETTER G",
251636  direction="l",
251637  linebreak="ri",
251638  unicodeslot=0x1F1EC,
251639 },
251640 [0x1F1ED]={
251641  category="so",
251642  description="REGIONAL INDICATOR SYMBOL LETTER H",
251643  direction="l",
251644  linebreak="ri",
251645  unicodeslot=0x1F1ED,
251646 },
251647 [0x1F1EE]={
251648  category="so",
251649  description="REGIONAL INDICATOR SYMBOL LETTER I",
251650  direction="l",
251651  linebreak="ri",
251652  unicodeslot=0x1F1EE,
251653 },
251654 [0x1F1EF]={
251655  category="so",
251656  description="REGIONAL INDICATOR SYMBOL LETTER J",
251657  direction="l",
251658  linebreak="ri",
251659  unicodeslot=0x1F1EF,
251660 },
251661 [0x1F1F0]={
251662  category="so",
251663  description="REGIONAL INDICATOR SYMBOL LETTER K",
251664  direction="l",
251665  linebreak="ri",
251666  unicodeslot=0x1F1F0,
251667 },
251668 [0x1F1F1]={
251669  category="so",
251670  description="REGIONAL INDICATOR SYMBOL LETTER L",
251671  direction="l",
251672  linebreak="ri",
251673  unicodeslot=0x1F1F1,
251674 },
251675 [0x1F1F2]={
251676  category="so",
251677  description="REGIONAL INDICATOR SYMBOL LETTER M",
251678  direction="l",
251679  linebreak="ri",
251680  unicodeslot=0x1F1F2,
251681 },
251682 [0x1F1F3]={
251683  category="so",
251684  description="REGIONAL INDICATOR SYMBOL LETTER N",
251685  direction="l",
251686  linebreak="ri",
251687  unicodeslot=0x1F1F3,
251688 },
251689 [0x1F1F4]={
251690  category="so",
251691  description="REGIONAL INDICATOR SYMBOL LETTER O",
251692  direction="l",
251693  linebreak="ri",
251694  unicodeslot=0x1F1F4,
251695 },
251696 [0x1F1F5]={
251697  category="so",
251698  description="REGIONAL INDICATOR SYMBOL LETTER P",
251699  direction="l",
251700  linebreak="ri",
251701  unicodeslot=0x1F1F5,
251702 },
251703 [0x1F1F6]={
251704  category="so",
251705  description="REGIONAL INDICATOR SYMBOL LETTER Q",
251706  direction="l",
251707  linebreak="ri",
251708  unicodeslot=0x1F1F6,
251709 },
251710 [0x1F1F7]={
251711  category="so",
251712  description="REGIONAL INDICATOR SYMBOL LETTER R",
251713  direction="l",
251714  linebreak="ri",
251715  unicodeslot=0x1F1F7,
251716 },
251717 [0x1F1F8]={
251718  category="so",
251719  description="REGIONAL INDICATOR SYMBOL LETTER S",
251720  direction="l",
251721  linebreak="ri",
251722  unicodeslot=0x1F1F8,
251723 },
251724 [0x1F1F9]={
251725  category="so",
251726  description="REGIONAL INDICATOR SYMBOL LETTER T",
251727  direction="l",
251728  linebreak="ri",
251729  unicodeslot=0x1F1F9,
251730 },
251731 [0x1F1FA]={
251732  category="so",
251733  description="REGIONAL INDICATOR SYMBOL LETTER U",
251734  direction="l",
251735  linebreak="ri",
251736  unicodeslot=0x1F1FA,
251737 },
251738 [0x1F1FB]={
251739  category="so",
251740  description="REGIONAL INDICATOR SYMBOL LETTER V",
251741  direction="l",
251742  linebreak="ri",
251743  unicodeslot=0x1F1FB,
251744 },
251745 [0x1F1FC]={
251746  category="so",
251747  description="REGIONAL INDICATOR SYMBOL LETTER W",
251748  direction="l",
251749  linebreak="ri",
251750  unicodeslot=0x1F1FC,
251751 },
251752 [0x1F1FD]={
251753  category="so",
251754  description="REGIONAL INDICATOR SYMBOL LETTER X",
251755  direction="l",
251756  linebreak="ri",
251757  unicodeslot=0x1F1FD,
251758 },
251759 [0x1F1FE]={
251760  category="so",
251761  description="REGIONAL INDICATOR SYMBOL LETTER Y",
251762  direction="l",
251763  linebreak="ri",
251764  unicodeslot=0x1F1FE,
251765 },
251766 [0x1F1FF]={
251767  category="so",
251768  description="REGIONAL INDICATOR SYMBOL LETTER Z",
251769  direction="l",
251770  linebreak="ri",
251771  unicodeslot=0x1F1FF,
251772 },
251773 [0x1F200]={
251774  category="so",
251775  cjkwd="w",
251776  description="SQUARE HIRAGANA HOKA",
251777  direction="l",
251778  linebreak="id",
251779  specials={ "square", 0x307B, 0x304B },
251780  unicodeslot=0x1F200,
251781 },
251782 [0x1F201]={
251783  category="so",
251784  cjkwd="w",
251785  description="SQUARED KATAKANA KOKO",
251786  direction="l",
251787  linebreak="id",
251788  specials={ "square", 0x30B3, 0x30B3 },
251789  unicodeslot=0x1F201,
251790 },
251791 [0x1F202]={
251792  category="so",
251793  cjkwd="w",
251794  description="SQUARED KATAKANA SA",
251795  direction="l",
251796  linebreak="id",
251797  specials={ "square", 0x30B5 },
251798  unicodeslot=0x1F202,
251799  variants=variants_emoji,
251800 },
251801 [0x1F210]={
251802  category="so",
251803  cjkwd="w",
251804  description="SQUARED CJK UNIFIED IDEOGRAPH-624B",
251805  direction="l",
251806  linebreak="id",
251807  specials={ "square", 0x624B },
251808  unicodeslot=0x1F210,
251809 },
251810 [0x1F211]={
251811  category="so",
251812  cjkwd="w",
251813  description="SQUARED CJK UNIFIED IDEOGRAPH-5B57",
251814  direction="l",
251815  linebreak="id",
251816  specials={ "square", 0x5B57 },
251817  unicodeslot=0x1F211,
251818 },
251819 [0x1F212]={
251820  category="so",
251821  cjkwd="w",
251822  description="SQUARED CJK UNIFIED IDEOGRAPH-53CC",
251823  direction="l",
251824  linebreak="id",
251825  specials={ "square", 0x53CC },
251826  unicodeslot=0x1F212,
251827 },
251828 [0x1F213]={
251829  category="so",
251830  cjkwd="w",
251831  description="SQUARED KATAKANA DE",
251832  direction="l",
251833  linebreak="id",
251834  specials={ "square", 0x30C7 },
251835  unicodeslot=0x1F213,
251836 },
251837 [0x1F214]={
251838  category="so",
251839  cjkwd="w",
251840  description="SQUARED CJK UNIFIED IDEOGRAPH-4E8C",
251841  direction="l",
251842  linebreak="id",
251843  specials={ "square", 0x4E8C },
251844  unicodeslot=0x1F214,
251845 },
251846 [0x1F215]={
251847  category="so",
251848  cjkwd="w",
251849  description="SQUARED CJK UNIFIED IDEOGRAPH-591A",
251850  direction="l",
251851  linebreak="id",
251852  specials={ "square", 0x591A },
251853  unicodeslot=0x1F215,
251854 },
251855 [0x1F216]={
251856  category="so",
251857  cjkwd="w",
251858  description="SQUARED CJK UNIFIED IDEOGRAPH-89E3",
251859  direction="l",
251860  linebreak="id",
251861  specials={ "square", 0x89E3 },
251862  unicodeslot=0x1F216,
251863 },
251864 [0x1F217]={
251865  category="so",
251866  cjkwd="w",
251867  description="SQUARED CJK UNIFIED IDEOGRAPH-5929",
251868  direction="l",
251869  linebreak="id",
251870  specials={ "square", 0x5929 },
251871  unicodeslot=0x1F217,
251872 },
251873 [0x1F218]={
251874  category="so",
251875  cjkwd="w",
251876  description="SQUARED CJK UNIFIED IDEOGRAPH-4EA4",
251877  direction="l",
251878  linebreak="id",
251879  specials={ "square", 0x4EA4 },
251880  unicodeslot=0x1F218,
251881 },
251882 [0x1F219]={
251883  category="so",
251884  cjkwd="w",
251885  description="SQUARED CJK UNIFIED IDEOGRAPH-6620",
251886  direction="l",
251887  linebreak="id",
251888  specials={ "square", 0x6620 },
251889  unicodeslot=0x1F219,
251890 },
251891 [0x1F21A]={
251892  category="so",
251893  cjkwd="w",
251894  description="SQUARED CJK UNIFIED IDEOGRAPH-7121",
251895  direction="l",
251896  linebreak="id",
251897  specials={ "square", 0x7121 },
251898  unicodeslot=0x1F21A,
251899  variants=variants_emoji,
251900 },
251901 [0x1F21B]={
251902  category="so",
251903  cjkwd="w",
251904  description="SQUARED CJK UNIFIED IDEOGRAPH-6599",
251905  direction="l",
251906  linebreak="id",
251907  specials={ "square", 0x6599 },
251908  unicodeslot=0x1F21B,
251909 },
251910 [0x1F21C]={
251911  category="so",
251912  cjkwd="w",
251913  description="SQUARED CJK UNIFIED IDEOGRAPH-524D",
251914  direction="l",
251915  linebreak="id",
251916  specials={ "square", 0x524D },
251917  unicodeslot=0x1F21C,
251918 },
251919 [0x1F21D]={
251920  category="so",
251921  cjkwd="w",
251922  description="SQUARED CJK UNIFIED IDEOGRAPH-5F8C",
251923  direction="l",
251924  linebreak="id",
251925  specials={ "square", 0x5F8C },
251926  unicodeslot=0x1F21D,
251927 },
251928 [0x1F21E]={
251929  category="so",
251930  cjkwd="w",
251931  description="SQUARED CJK UNIFIED IDEOGRAPH-518D",
251932  direction="l",
251933  linebreak="id",
251934  specials={ "square", 0x518D },
251935  unicodeslot=0x1F21E,
251936 },
251937 [0x1F21F]={
251938  category="so",
251939  cjkwd="w",
251940  description="SQUARED CJK UNIFIED IDEOGRAPH-65B0",
251941  direction="l",
251942  linebreak="id",
251943  specials={ "square", 0x65B0 },
251944  unicodeslot=0x1F21F,
251945 },
251946 [0x1F220]={
251947  category="so",
251948  cjkwd="w",
251949  description="SQUARED CJK UNIFIED IDEOGRAPH-521D",
251950  direction="l",
251951  linebreak="id",
251952  specials={ "square", 0x521D },
251953  unicodeslot=0x1F220,
251954 },
251955 [0x1F221]={
251956  category="so",
251957  cjkwd="w",
251958  description="SQUARED CJK UNIFIED IDEOGRAPH-7D42",
251959  direction="l",
251960  linebreak="id",
251961  specials={ "square", 0x7D42 },
251962  unicodeslot=0x1F221,
251963 },
251964 [0x1F222]={
251965  category="so",
251966  cjkwd="w",
251967  description="SQUARED CJK UNIFIED IDEOGRAPH-751F",
251968  direction="l",
251969  linebreak="id",
251970  specials={ "square", 0x751F },
251971  unicodeslot=0x1F222,
251972 },
251973 [0x1F223]={
251974  category="so",
251975  cjkwd="w",
251976  description="SQUARED CJK UNIFIED IDEOGRAPH-8CA9",
251977  direction="l",
251978  linebreak="id",
251979  specials={ "square", 0x8CA9 },
251980  unicodeslot=0x1F223,
251981 },
251982 [0x1F224]={
251983  category="so",
251984  cjkwd="w",
251985  description="SQUARED CJK UNIFIED IDEOGRAPH-58F0",
251986  direction="l",
251987  linebreak="id",
251988  specials={ "square", 0x58F0 },
251989  unicodeslot=0x1F224,
251990 },
251991 [0x1F225]={
251992  category="so",
251993  cjkwd="w",
251994  description="SQUARED CJK UNIFIED IDEOGRAPH-5439",
251995  direction="l",
251996  linebreak="id",
251997  specials={ "square", 0x5439 },
251998  unicodeslot=0x1F225,
251999 },
252000 [0x1F226]={
252001  category="so",
252002  cjkwd="w",
252003  description="SQUARED CJK UNIFIED IDEOGRAPH-6F14",
252004  direction="l",
252005  linebreak="id",
252006  specials={ "square", 0x6F14 },
252007  unicodeslot=0x1F226,
252008 },
252009 [0x1F227]={
252010  category="so",
252011  cjkwd="w",
252012  description="SQUARED CJK UNIFIED IDEOGRAPH-6295",
252013  direction="l",
252014  linebreak="id",
252015  specials={ "square", 0x6295 },
252016  unicodeslot=0x1F227,
252017 },
252018 [0x1F228]={
252019  category="so",
252020  cjkwd="w",
252021  description="SQUARED CJK UNIFIED IDEOGRAPH-6355",
252022  direction="l",
252023  linebreak="id",
252024  specials={ "square", 0x6355 },
252025  unicodeslot=0x1F228,
252026 },
252027 [0x1F229]={
252028  category="so",
252029  cjkwd="w",
252030  description="SQUARED CJK UNIFIED IDEOGRAPH-4E00",
252031  direction="l",
252032  linebreak="id",
252033  specials={ "square", 0x4E00 },
252034  unicodeslot=0x1F229,
252035 },
252036 [0x1F22A]={
252037  category="so",
252038  cjkwd="w",
252039  description="SQUARED CJK UNIFIED IDEOGRAPH-4E09",
252040  direction="l",
252041  linebreak="id",
252042  specials={ "square", 0x4E09 },
252043  unicodeslot=0x1F22A,
252044 },
252045 [0x1F22B]={
252046  category="so",
252047  cjkwd="w",
252048  description="SQUARED CJK UNIFIED IDEOGRAPH-904A",
252049  direction="l",
252050  linebreak="id",
252051  specials={ "square", 0x904A },
252052  unicodeslot=0x1F22B,
252053 },
252054 [0x1F22C]={
252055  category="so",
252056  cjkwd="w",
252057  description="SQUARED CJK UNIFIED IDEOGRAPH-5DE6",
252058  direction="l",
252059  linebreak="id",
252060  specials={ "square", 0x5DE6 },
252061  unicodeslot=0x1F22C,
252062 },
252063 [0x1F22D]={
252064  category="so",
252065  cjkwd="w",
252066  description="SQUARED CJK UNIFIED IDEOGRAPH-4E2D",
252067  direction="l",
252068  linebreak="id",
252069  specials={ "square", 0x4E2D },
252070  unicodeslot=0x1F22D,
252071 },
252072 [0x1F22E]={
252073  category="so",
252074  cjkwd="w",
252075  description="SQUARED CJK UNIFIED IDEOGRAPH-53F3",
252076  direction="l",
252077  linebreak="id",
252078  specials={ "square", 0x53F3 },
252079  unicodeslot=0x1F22E,
252080 },
252081 [0x1F22F]={
252082  category="so",
252083  cjkwd="w",
252084  description="SQUARED CJK UNIFIED IDEOGRAPH-6307",
252085  direction="l",
252086  linebreak="id",
252087  specials={ "square", 0x6307 },
252088  unicodeslot=0x1F22F,
252089  variants=variants_emoji,
252090 },
252091 [0x1F230]={
252092  category="so",
252093  cjkwd="w",
252094  description="SQUARED CJK UNIFIED IDEOGRAPH-8D70",
252095  direction="l",
252096  linebreak="id",
252097  specials={ "square", 0x8D70 },
252098  unicodeslot=0x1F230,
252099 },
252100 [0x1F231]={
252101  category="so",
252102  cjkwd="w",
252103  description="SQUARED CJK UNIFIED IDEOGRAPH-6253",
252104  direction="l",
252105  linebreak="id",
252106  specials={ "square", 0x6253 },
252107  unicodeslot=0x1F231,
252108 },
252109 [0x1F232]={
252110  category="so",
252111  cjkwd="w",
252112  description="SQUARED CJK UNIFIED IDEOGRAPH-7981",
252113  direction="l",
252114  linebreak="id",
252115  specials={ "square", 0x7981 },
252116  unicodeslot=0x1F232,
252117 },
252118 [0x1F233]={
252119  category="so",
252120  cjkwd="w",
252121  description="SQUARED CJK UNIFIED IDEOGRAPH-7A7A",
252122  direction="l",
252123  linebreak="id",
252124  specials={ "square", 0x7A7A },
252125  unicodeslot=0x1F233,
252126 },
252127 [0x1F234]={
252128  category="so",
252129  cjkwd="w",
252130  description="SQUARED CJK UNIFIED IDEOGRAPH-5408",
252131  direction="l",
252132  linebreak="id",
252133  specials={ "square", 0x5408 },
252134  unicodeslot=0x1F234,
252135 },
252136 [0x1F235]={
252137  category="so",
252138  cjkwd="w",
252139  description="SQUARED CJK UNIFIED IDEOGRAPH-6E80",
252140  direction="l",
252141  linebreak="id",
252142  specials={ "square", 0x6E80 },
252143  unicodeslot=0x1F235,
252144 },
252145 [0x1F236]={
252146  category="so",
252147  cjkwd="w",
252148  description="SQUARED CJK UNIFIED IDEOGRAPH-6709",
252149  direction="l",
252150  linebreak="id",
252151  specials={ "square", 0x6709 },
252152  unicodeslot=0x1F236,
252153 },
252154 [0x1F237]={
252155  category="so",
252156  cjkwd="w",
252157  description="SQUARED CJK UNIFIED IDEOGRAPH-6708",
252158  direction="l",
252159  linebreak="id",
252160  specials={ "square", 0x6708 },
252161  unicodeslot=0x1F237,
252162  variants=variants_emoji,
252163 },
252164 [0x1F238]={
252165  category="so",
252166  cjkwd="w",
252167  description="SQUARED CJK UNIFIED IDEOGRAPH-7533",
252168  direction="l",
252169  linebreak="id",
252170  specials={ "square", 0x7533 },
252171  unicodeslot=0x1F238,
252172 },
252173 [0x1F239]={
252174  category="so",
252175  cjkwd="w",
252176  description="SQUARED CJK UNIFIED IDEOGRAPH-5272",
252177  direction="l",
252178  linebreak="id",
252179  specials={ "square", 0x5272 },
252180  unicodeslot=0x1F239,
252181 },
252182 [0x1F23A]={
252183  category="so",
252184  cjkwd="w",
252185  description="SQUARED CJK UNIFIED IDEOGRAPH-55B6",
252186  direction="l",
252187  linebreak="id",
252188  specials={ "square", 0x55B6 },
252189  unicodeslot=0x1F23A,
252190 },
252191 [0x1F23B]={
252192  category="so",
252193  cjkwd="w",
252194  description="SQUARED CJK UNIFIED IDEOGRAPH-914D",
252195  direction="l",
252196  linebreak="id",
252197  specials={ "square", 0x914D },
252198  unicodeslot=0x1F23B,
252199 },
252200 [0x1F240]={
252201  category="so",
252202  cjkwd="w",
252203  description="TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-672C",
252204  direction="l",
252205  linebreak="id",
252206  specials={ "compat", 0x3014, 0x672C, 0x3015 },
252207  unicodeslot=0x1F240,
252208 },
252209 [0x1F241]={
252210  category="so",
252211  cjkwd="w",
252212  description="TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-4E09",
252213  direction="l",
252214  linebreak="id",
252215  specials={ "compat", 0x3014, 0x4E09, 0x3015 },
252216  unicodeslot=0x1F241,
252217 },
252218 [0x1F242]={
252219  category="so",
252220  cjkwd="w",
252221  description="TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-4E8C",
252222  direction="l",
252223  linebreak="id",
252224  specials={ "compat", 0x3014, 0x4E8C, 0x3015 },
252225  unicodeslot=0x1F242,
252226 },
252227 [0x1F243]={
252228  category="so",
252229  cjkwd="w",
252230  description="TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-5B89",
252231  direction="l",
252232  linebreak="id",
252233  specials={ "compat", 0x3014, 0x5B89, 0x3015 },
252234  unicodeslot=0x1F243,
252235 },
252236 [0x1F244]={
252237  category="so",
252238  cjkwd="w",
252239  description="TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-70B9",
252240  direction="l",
252241  linebreak="id",
252242  specials={ "compat", 0x3014, 0x70B9, 0x3015 },
252243  unicodeslot=0x1F244,
252244 },
252245 [0x1F245]={
252246  category="so",
252247  cjkwd="w",
252248  description="TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-6253",
252249  direction="l",
252250  linebreak="id",
252251  specials={ "compat", 0x3014, 0x6253, 0x3015 },
252252  unicodeslot=0x1F245,
252253 },
252254 [0x1F246]={
252255  category="so",
252256  cjkwd="w",
252257  description="TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-76D7",
252258  direction="l",
252259  linebreak="id",
252260  specials={ "compat", 0x3014, 0x76D7, 0x3015 },
252261  unicodeslot=0x1F246,
252262 },
252263 [0x1F247]={
252264  category="so",
252265  cjkwd="w",
252266  description="TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-52DD",
252267  direction="l",
252268  linebreak="id",
252269  specials={ "compat", 0x3014, 0x52DD, 0x3015 },
252270  unicodeslot=0x1F247,
252271 },
252272 [0x1F248]={
252273  category="so",
252274  cjkwd="w",
252275  description="TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-6557",
252276  direction="l",
252277  linebreak="id",
252278  specials={ "compat", 0x3014, 0x6557, 0x3015 },
252279  unicodeslot=0x1F248,
252280 },
252281 [0x1F250]={
252282  category="so",
252283  cjkwd="w",
252284  description="CIRCLED IDEOGRAPH ADVANTAGE",
252285  direction="l",
252286  linebreak="id",
252287  specials={ "circle", 0x5F97 },
252288  unicodeslot=0x1F250,
252289 },
252290 [0x1F251]={
252291  category="so",
252292  cjkwd="w",
252293  description="CIRCLED IDEOGRAPH ACCEPT",
252294  direction="l",
252295  linebreak="id",
252296  specials={ "circle", 0x53EF },
252297  unicodeslot=0x1F251,
252298 },
252299 [0x1F260]={
252300  category="so",
252301  cjkwd="w",
252302  description="ROUNDED SYMBOL FOR FU",
252303  direction="on",
252304  linebreak="id",
252305  unicodeslot=0x1F260,
252306 },
252307 [0x1F261]={
252308  category="so",
252309  cjkwd="w",
252310  description="ROUNDED SYMBOL FOR LU",
252311  direction="on",
252312  linebreak="id",
252313  unicodeslot=0x1F261,
252314 },
252315 [0x1F262]={
252316  category="so",
252317  cjkwd="w",
252318  description="ROUNDED SYMBOL FOR SHOU",
252319  direction="on",
252320  linebreak="id",
252321  unicodeslot=0x1F262,
252322 },
252323 [0x1F263]={
252324  category="so",
252325  cjkwd="w",
252326  description="ROUNDED SYMBOL FOR XI",
252327  direction="on",
252328  linebreak="id",
252329  unicodeslot=0x1F263,
252330 },
252331 [0x1F264]={
252332  category="so",
252333  cjkwd="w",
252334  description="ROUNDED SYMBOL FOR SHUANGXI",
252335  direction="on",
252336  linebreak="id",
252337  unicodeslot=0x1F264,
252338 },
252339 [0x1F265]={
252340  category="so",
252341  cjkwd="w",
252342  description="ROUNDED SYMBOL FOR CAI",
252343  direction="on",
252344  linebreak="id",
252345  unicodeslot=0x1F265,
252346 },
252347 [0x1F300]={
252348  category="so",
252349  cjkwd="w",
252350  description="CYCLONE",
252351  direction="on",
252352  linebreak="id",
252353  unicodeslot=0x1F300,
252354 },
252355 [0x1F301]={
252356  category="so",
252357  cjkwd="w",
252358  description="FOGGY",
252359  direction="on",
252360  linebreak="id",
252361  unicodeslot=0x1F301,
252362 },
252363 [0x1F302]={
252364  category="so",
252365  cjkwd="w",
252366  description="CLOSED UMBRELLA",
252367  direction="on",
252368  linebreak="id",
252369  unicodeslot=0x1F302,
252370 },
252371 [0x1F303]={
252372  category="so",
252373  cjkwd="w",
252374  description="NIGHT WITH STARS",
252375  direction="on",
252376  linebreak="id",
252377  unicodeslot=0x1F303,
252378 },
252379 [0x1F304]={
252380  category="so",
252381  cjkwd="w",
252382  description="SUNRISE OVER MOUNTAINS",
252383  direction="on",
252384  linebreak="id",
252385  unicodeslot=0x1F304,
252386 },
252387 [0x1F305]={
252388  category="so",
252389  cjkwd="w",
252390  description="SUNRISE",
252391  direction="on",
252392  linebreak="id",
252393  unicodeslot=0x1F305,
252394 },
252395 [0x1F306]={
252396  category="so",
252397  cjkwd="w",
252398  description="CITYSCAPE AT DUSK",
252399  direction="on",
252400  linebreak="id",
252401  unicodeslot=0x1F306,
252402 },
252403 [0x1F307]={
252404  category="so",
252405  cjkwd="w",
252406  description="SUNSET OVER BUILDINGS",
252407  direction="on",
252408  linebreak="id",
252409  unicodeslot=0x1F307,
252410 },
252411 [0x1F308]={
252412  category="so",
252413  cjkwd="w",
252414  description="RAINBOW",
252415  direction="on",
252416  linebreak="id",
252417  unicodeslot=0x1F308,
252418 },
252419 [0x1F309]={
252420  category="so",
252421  cjkwd="w",
252422  description="BRIDGE AT NIGHT",
252423  direction="on",
252424  linebreak="id",
252425  unicodeslot=0x1F309,
252426 },
252427 [0x1F30A]={
252428  category="so",
252429  cjkwd="w",
252430  description="WATER WAVE",
252431  direction="on",
252432  linebreak="id",
252433  unicodeslot=0x1F30A,
252434 },
252435 [0x1F30B]={
252436  category="so",
252437  cjkwd="w",
252438  description="VOLCANO",
252439  direction="on",
252440  linebreak="id",
252441  unicodeslot=0x1F30B,
252442 },
252443 [0x1F30C]={
252444  category="so",
252445  cjkwd="w",
252446  description="MILKY WAY",
252447  direction="on",
252448  linebreak="id",
252449  unicodeslot=0x1F30C,
252450 },
252451 [0x1F30D]={
252452  category="so",
252453  cjkwd="w",
252454  description="EARTH GLOBE EUROPE-AFRICA",
252455  direction="on",
252456  linebreak="id",
252457  unicodeslot=0x1F30D,
252458 },
252459 [0x1F30E]={
252460  category="so",
252461  cjkwd="w",
252462  description="EARTH GLOBE AMERICAS",
252463  direction="on",
252464  linebreak="id",
252465  unicodeslot=0x1F30E,
252466 },
252467 [0x1F30F]={
252468  category="so",
252469  cjkwd="w",
252470  description="EARTH GLOBE ASIA-AUSTRALIA",
252471  direction="on",
252472  linebreak="id",
252473  unicodeslot=0x1F30F,
252474 },
252475 [0x1F310]={
252476  category="so",
252477  cjkwd="w",
252478  description="GLOBE WITH MERIDIANS",
252479  direction="on",
252480  linebreak="id",
252481  unicodeslot=0x1F310,
252482 },
252483 [0x1F311]={
252484  category="so",
252485  cjkwd="w",
252486  description="NEW MOON SYMBOL",
252487  direction="on",
252488  linebreak="id",
252489  unicodeslot=0x1F311,
252490 },
252491 [0x1F312]={
252492  category="so",
252493  cjkwd="w",
252494  description="WAXING CRESCENT MOON SYMBOL",
252495  direction="on",
252496  linebreak="id",
252497  unicodeslot=0x1F312,
252498 },
252499 [0x1F313]={
252500  category="so",
252501  cjkwd="w",
252502  description="FIRST QUARTER MOON SYMBOL",
252503  direction="on",
252504  linebreak="id",
252505  unicodeslot=0x1F313,
252506 },
252507 [0x1F314]={
252508  category="so",
252509  cjkwd="w",
252510  description="WAXING GIBBOUS MOON SYMBOL",
252511  direction="on",
252512  linebreak="id",
252513  unicodeslot=0x1F314,
252514 },
252515 [0x1F315]={
252516  category="so",
252517  cjkwd="w",
252518  description="FULL MOON SYMBOL",
252519  direction="on",
252520  linebreak="id",
252521  unicodeslot=0x1F315,
252522 },
252523 [0x1F316]={
252524  category="so",
252525  cjkwd="w",
252526  description="WANING GIBBOUS MOON SYMBOL",
252527  direction="on",
252528  linebreak="id",
252529  unicodeslot=0x1F316,
252530 },
252531 [0x1F317]={
252532  category="so",
252533  cjkwd="w",
252534  description="LAST QUARTER MOON SYMBOL",
252535  direction="on",
252536  linebreak="id",
252537  unicodeslot=0x1F317,
252538 },
252539 [0x1F318]={
252540  category="so",
252541  cjkwd="w",
252542  description="WANING CRESCENT MOON SYMBOL",
252543  direction="on",
252544  linebreak="id",
252545  unicodeslot=0x1F318,
252546 },
252547 [0x1F319]={
252548  category="so",
252549  cjkwd="w",
252550  description="CRESCENT MOON",
252551  direction="on",
252552  linebreak="id",
252553  unicodeslot=0x1F319,
252554 },
252555 [0x1F31A]={
252556  category="so",
252557  cjkwd="w",
252558  description="NEW MOON WITH FACE",
252559  direction="on",
252560  linebreak="id",
252561  unicodeslot=0x1F31A,
252562 },
252563 [0x1F31B]={
252564  category="so",
252565  cjkwd="w",
252566  description="FIRST QUARTER MOON WITH FACE",
252567  direction="on",
252568  linebreak="id",
252569  unicodeslot=0x1F31B,
252570 },
252571 [0x1F31C]={
252572  category="so",
252573  cjkwd="w",
252574  description="LAST QUARTER MOON WITH FACE",
252575  direction="on",
252576  linebreak="id",
252577  unicodeslot=0x1F31C,
252578 },
252579 [0x1F31D]={
252580  category="so",
252581  cjkwd="w",
252582  description="FULL MOON WITH FACE",
252583  direction="on",
252584  linebreak="id",
252585  unicodeslot=0x1F31D,
252586 },
252587 [0x1F31E]={
252588  category="so",
252589  cjkwd="w",
252590  description="SUN WITH FACE",
252591  direction="on",
252592  linebreak="id",
252593  unicodeslot=0x1F31E,
252594 },
252595 [0x1F31F]={
252596  category="so",
252597  cjkwd="w",
252598  description="GLOWING STAR",
252599  direction="on",
252600  linebreak="id",
252601  unicodeslot=0x1F31F,
252602 },
252603 [0x1F320]={
252604  category="so",
252605  cjkwd="w",
252606  description="SHOOTING STAR",
252607  direction="on",
252608  linebreak="id",
252609  unicodeslot=0x1F320,
252610 },
252611 [0x1F321]={
252612  category="so",
252613  description="THERMOMETER",
252614  direction="on",
252615  linebreak="id",
252616  unicodeslot=0x1F321,
252617  variants=variants_emoji,
252618 },
252619 [0x1F322]={
252620  category="so",
252621  description="BLACK DROPLET",
252622  direction="on",
252623  linebreak="id",
252624  unicodeslot=0x1F322,
252625 },
252626 [0x1F323]={
252627  category="so",
252628  description="WHITE SUN",
252629  direction="on",
252630  linebreak="id",
252631  unicodeslot=0x1F323,
252632 },
252633 [0x1F324]={
252634  category="so",
252635  description="WHITE SUN WITH SMALL CLOUD",
252636  direction="on",
252637  linebreak="id",
252638  unicodeslot=0x1F324,
252639  variants=variants_emoji,
252640 },
252641 [0x1F325]={
252642  category="so",
252643  description="WHITE SUN BEHIND CLOUD",
252644  direction="on",
252645  linebreak="id",
252646  unicodeslot=0x1F325,
252647  variants=variants_emoji,
252648 },
252649 [0x1F326]={
252650  category="so",
252651  description="WHITE SUN BEHIND CLOUD WITH RAIN",
252652  direction="on",
252653  linebreak="id",
252654  unicodeslot=0x1F326,
252655  variants=variants_emoji,
252656 },
252657 [0x1F327]={
252658  category="so",
252659  description="CLOUD WITH RAIN",
252660  direction="on",
252661  linebreak="id",
252662  unicodeslot=0x1F327,
252663  variants=variants_emoji,
252664 },
252665 [0x1F328]={
252666  category="so",
252667  description="CLOUD WITH SNOW",
252668  direction="on",
252669  linebreak="id",
252670  unicodeslot=0x1F328,
252671  variants=variants_emoji,
252672 },
252673 [0x1F329]={
252674  category="so",
252675  description="CLOUD WITH LIGHTNING",
252676  direction="on",
252677  linebreak="id",
252678  unicodeslot=0x1F329,
252679  variants=variants_emoji,
252680 },
252681 [0x1F32A]={
252682  category="so",
252683  description="CLOUD WITH TORNADO",
252684  direction="on",
252685  linebreak="id",
252686  unicodeslot=0x1F32A,
252687  variants=variants_emoji,
252688 },
252689 [0x1F32B]={
252690  category="so",
252691  description="FOG",
252692  direction="on",
252693  linebreak="id",
252694  unicodeslot=0x1F32B,
252695  variants=variants_emoji,
252696 },
252697 [0x1F32C]={
252698  category="so",
252699  description="WIND BLOWING FACE",
252700  direction="on",
252701  linebreak="id",
252702  unicodeslot=0x1F32C,
252703  variants=variants_emoji,
252704 },
252705 [0x1F32D]={
252706  category="so",
252707  cjkwd="w",
252708  description="HOT DOG",
252709  direction="on",
252710  linebreak="id",
252711  unicodeslot=0x1F32D,
252712 },
252713 [0x1F32E]={
252714  category="so",
252715  cjkwd="w",
252716  description="TACO",
252717  direction="on",
252718  linebreak="id",
252719  unicodeslot=0x1F32E,
252720 },
252721 [0x1F32F]={
252722  category="so",
252723  cjkwd="w",
252724  description="BURRITO",
252725  direction="on",
252726  linebreak="id",
252727  unicodeslot=0x1F32F,
252728 },
252729 [0x1F330]={
252730  category="so",
252731  cjkwd="w",
252732  description="CHESTNUT",
252733  direction="on",
252734  linebreak="id",
252735  unicodeslot=0x1F330,
252736 },
252737 [0x1F331]={
252738  category="so",
252739  cjkwd="w",
252740  description="SEEDLING",
252741  direction="on",
252742  linebreak="id",
252743  unicodeslot=0x1F331,
252744 },
252745 [0x1F332]={
252746  category="so",
252747  cjkwd="w",
252748  description="EVERGREEN TREE",
252749  direction="on",
252750  linebreak="id",
252751  unicodeslot=0x1F332,
252752 },
252753 [0x1F333]={
252754  category="so",
252755  cjkwd="w",
252756  description="DECIDUOUS TREE",
252757  direction="on",
252758  linebreak="id",
252759  unicodeslot=0x1F333,
252760 },
252761 [0x1F334]={
252762  category="so",
252763  cjkwd="w",
252764  description="PALM TREE",
252765  direction="on",
252766  linebreak="id",
252767  unicodeslot=0x1F334,
252768 },
252769 [0x1F335]={
252770  category="so",
252771  cjkwd="w",
252772  description="CACTUS",
252773  direction="on",
252774  linebreak="id",
252775  unicodeslot=0x1F335,
252776 },
252777 [0x1F336]={
252778  category="so",
252779  description="HOT PEPPER",
252780  direction="on",
252781  linebreak="id",
252782  synonyms={ "spicy" },
252783  unicodeslot=0x1F336,
252784  variants=variants_emoji,
252785 },
252786 [0x1F337]={
252787  category="so",
252788  cjkwd="w",
252789  description="TULIP",
252790  direction="on",
252791  linebreak="id",
252792  unicodeslot=0x1F337,
252793 },
252794 [0x1F338]={
252795  category="so",
252796  cjkwd="w",
252797  description="CHERRY BLOSSOM",
252798  direction="on",
252799  linebreak="id",
252800  unicodeslot=0x1F338,
252801 },
252802 [0x1F339]={
252803  category="so",
252804  cjkwd="w",
252805  description="ROSE",
252806  direction="on",
252807  linebreak="id",
252808  unicodeslot=0x1F339,
252809 },
252810 [0x1F33A]={
252811  category="so",
252812  cjkwd="w",
252813  description="HIBISCUS",
252814  direction="on",
252815  linebreak="id",
252816  unicodeslot=0x1F33A,
252817 },
252818 [0x1F33B]={
252819  category="so",
252820  cjkwd="w",
252821  description="SUNFLOWER",
252822  direction="on",
252823  linebreak="id",
252824  unicodeslot=0x1F33B,
252825 },
252826 [0x1F33C]={
252827  category="so",
252828  cjkwd="w",
252829  description="BLOSSOM",
252830  direction="on",
252831  linebreak="id",
252832  unicodeslot=0x1F33C,
252833 },
252834 [0x1F33D]={
252835  category="so",
252836  cjkwd="w",
252837  description="EAR OF MAIZE",
252838  direction="on",
252839  linebreak="id",
252840  unicodeslot=0x1F33D,
252841 },
252842 [0x1F33E]={
252843  category="so",
252844  cjkwd="w",
252845  description="EAR OF RICE",
252846  direction="on",
252847  linebreak="id",
252848  unicodeslot=0x1F33E,
252849 },
252850 [0x1F33F]={
252851  category="so",
252852  cjkwd="w",
252853  description="HERB",
252854  direction="on",
252855  linebreak="id",
252856  unicodeslot=0x1F33F,
252857 },
252858 [0x1F340]={
252859  category="so",
252860  cjkwd="w",
252861  description="FOUR LEAF CLOVER",
252862  direction="on",
252863  linebreak="id",
252864  unicodeslot=0x1F340,
252865 },
252866 [0x1F341]={
252867  category="so",
252868  cjkwd="w",
252869  description="MAPLE LEAF",
252870  direction="on",
252871  linebreak="id",
252872  unicodeslot=0x1F341,
252873 },
252874 [0x1F342]={
252875  category="so",
252876  cjkwd="w",
252877  description="FALLEN LEAF",
252878  direction="on",
252879  linebreak="id",
252880  unicodeslot=0x1F342,
252881 },
252882 [0x1F343]={
252883  category="so",
252884  cjkwd="w",
252885  description="LEAF FLUTTERING IN WIND",
252886  direction="on",
252887  linebreak="id",
252888  unicodeslot=0x1F343,
252889 },
252890 [0x1F344]={
252891  category="so",
252892  cjkwd="w",
252893  description="MUSHROOM",
252894  direction="on",
252895  linebreak="id",
252896  unicodeslot=0x1F344,
252897 },
252898 [0x1F345]={
252899  category="so",
252900  cjkwd="w",
252901  description="TOMATO",
252902  direction="on",
252903  linebreak="id",
252904  unicodeslot=0x1F345,
252905 },
252906 [0x1F346]={
252907  category="so",
252908  cjkwd="w",
252909  description="AUBERGINE",
252910  direction="on",
252911  linebreak="id",
252912  unicodeslot=0x1F346,
252913 },
252914 [0x1F347]={
252915  category="so",
252916  cjkwd="w",
252917  description="GRAPES",
252918  direction="on",
252919  linebreak="id",
252920  unicodeslot=0x1F347,
252921 },
252922 [0x1F348]={
252923  category="so",
252924  cjkwd="w",
252925  description="MELON",
252926  direction="on",
252927  linebreak="id",
252928  unicodeslot=0x1F348,
252929 },
252930 [0x1F349]={
252931  category="so",
252932  cjkwd="w",
252933  description="WATERMELON",
252934  direction="on",
252935  linebreak="id",
252936  unicodeslot=0x1F349,
252937 },
252938 [0x1F34A]={
252939  category="so",
252940  cjkwd="w",
252941  description="TANGERINE",
252942  direction="on",
252943  linebreak="id",
252944  unicodeslot=0x1F34A,
252945 },
252946 [0x1F34B]={
252947  category="so",
252948  cjkwd="w",
252949  description="LEMON",
252950  direction="on",
252951  linebreak="id",
252952  unicodeslot=0x1F34B,
252953 },
252954 [0x1F34C]={
252955  category="so",
252956  cjkwd="w",
252957  description="BANANA",
252958  direction="on",
252959  linebreak="id",
252960  unicodeslot=0x1F34C,
252961 },
252962 [0x1F34D]={
252963  category="so",
252964  cjkwd="w",
252965  description="PINEAPPLE",
252966  direction="on",
252967  linebreak="id",
252968  unicodeslot=0x1F34D,
252969 },
252970 [0x1F34E]={
252971  category="so",
252972  cjkwd="w",
252973  description="RED APPLE",
252974  direction="on",
252975  linebreak="id",
252976  unicodeslot=0x1F34E,
252977 },
252978 [0x1F34F]={
252979  category="so",
252980  cjkwd="w",
252981  description="GREEN APPLE",
252982  direction="on",
252983  linebreak="id",
252984  unicodeslot=0x1F34F,
252985 },
252986 [0x1F350]={
252987  category="so",
252988  cjkwd="w",
252989  description="PEAR",
252990  direction="on",
252991  linebreak="id",
252992  unicodeslot=0x1F350,
252993 },
252994 [0x1F351]={
252995  category="so",
252996  cjkwd="w",
252997  description="PEACH",
252998  direction="on",
252999  linebreak="id",
253000  unicodeslot=0x1F351,
253001 },
253002 [0x1F352]={
253003  category="so",
253004  cjkwd="w",
253005  description="CHERRIES",
253006  direction="on",
253007  linebreak="id",
253008  unicodeslot=0x1F352,
253009 },
253010 [0x1F353]={
253011  category="so",
253012  cjkwd="w",
253013  description="STRAWBERRY",
253014  direction="on",
253015  linebreak="id",
253016  unicodeslot=0x1F353,
253017 },
253018 [0x1F354]={
253019  category="so",
253020  cjkwd="w",
253021  description="HAMBURGER",
253022  direction="on",
253023  linebreak="id",
253024  unicodeslot=0x1F354,
253025 },
253026 [0x1F355]={
253027  category="so",
253028  cjkwd="w",
253029  description="SLICE OF PIZZA",
253030  direction="on",
253031  linebreak="id",
253032  unicodeslot=0x1F355,
253033 },
253034 [0x1F356]={
253035  category="so",
253036  cjkwd="w",
253037  description="MEAT ON BONE",
253038  direction="on",
253039  linebreak="id",
253040  unicodeslot=0x1F356,
253041 },
253042 [0x1F357]={
253043  category="so",
253044  cjkwd="w",
253045  description="POULTRY LEG",
253046  direction="on",
253047  linebreak="id",
253048  unicodeslot=0x1F357,
253049 },
253050 [0x1F358]={
253051  category="so",
253052  cjkwd="w",
253053  description="RICE CRACKER",
253054  direction="on",
253055  linebreak="id",
253056  unicodeslot=0x1F358,
253057 },
253058 [0x1F359]={
253059  category="so",
253060  cjkwd="w",
253061  description="RICE BALL",
253062  direction="on",
253063  linebreak="id",
253064  unicodeslot=0x1F359,
253065 },
253066 [0x1F35A]={
253067  category="so",
253068  cjkwd="w",
253069  description="COOKED RICE",
253070  direction="on",
253071  linebreak="id",
253072  unicodeslot=0x1F35A,
253073 },
253074 [0x1F35B]={
253075  category="so",
253076  cjkwd="w",
253077  description="CURRY AND RICE",
253078  direction="on",
253079  linebreak="id",
253080  unicodeslot=0x1F35B,
253081 },
253082 [0x1F35C]={
253083  category="so",
253084  cjkwd="w",
253085  description="STEAMING BOWL",
253086  direction="on",
253087  linebreak="id",
253088  unicodeslot=0x1F35C,
253089 },
253090 [0x1F35D]={
253091  category="so",
253092  cjkwd="w",
253093  description="SPAGHETTI",
253094  direction="on",
253095  linebreak="id",
253096  unicodeslot=0x1F35D,
253097 },
253098 [0x1F35E]={
253099  category="so",
253100  cjkwd="w",
253101  description="BREAD",
253102  direction="on",
253103  linebreak="id",
253104  unicodeslot=0x1F35E,
253105 },
253106 [0x1F35F]={
253107  category="so",
253108  cjkwd="w",
253109  description="FRENCH FRIES",
253110  direction="on",
253111  linebreak="id",
253112  unicodeslot=0x1F35F,
253113 },
253114 [0x1F360]={
253115  category="so",
253116  cjkwd="w",
253117  description="ROASTED SWEET POTATO",
253118  direction="on",
253119  linebreak="id",
253120  unicodeslot=0x1F360,
253121 },
253122 [0x1F361]={
253123  category="so",
253124  cjkwd="w",
253125  description="DANGO",
253126  direction="on",
253127  linebreak="id",
253128  unicodeslot=0x1F361,
253129 },
253130 [0x1F362]={
253131  category="so",
253132  cjkwd="w",
253133  description="ODEN",
253134  direction="on",
253135  linebreak="id",
253136  unicodeslot=0x1F362,
253137 },
253138 [0x1F363]={
253139  category="so",
253140  cjkwd="w",
253141  description="SUSHI",
253142  direction="on",
253143  linebreak="id",
253144  unicodeslot=0x1F363,
253145 },
253146 [0x1F364]={
253147  category="so",
253148  cjkwd="w",
253149  description="FRIED SHRIMP",
253150  direction="on",
253151  linebreak="id",
253152  unicodeslot=0x1F364,
253153 },
253154 [0x1F365]={
253155  category="so",
253156  cjkwd="w",
253157  description="FISH CAKE WITH SWIRL DESIGN",
253158  direction="on",
253159  linebreak="id",
253160  unicodeslot=0x1F365,
253161 },
253162 [0x1F366]={
253163  category="so",
253164  cjkwd="w",
253165  description="SOFT ICE CREAM",
253166  direction="on",
253167  linebreak="id",
253168  unicodeslot=0x1F366,
253169 },
253170 [0x1F367]={
253171  category="so",
253172  cjkwd="w",
253173  description="SHAVED ICE",
253174  direction="on",
253175  linebreak="id",
253176  unicodeslot=0x1F367,
253177 },
253178 [0x1F368]={
253179  category="so",
253180  cjkwd="w",
253181  description="ICE CREAM",
253182  direction="on",
253183  linebreak="id",
253184  unicodeslot=0x1F368,
253185 },
253186 [0x1F369]={
253187  category="so",
253188  cjkwd="w",
253189  description="DOUGHNUT",
253190  direction="on",
253191  linebreak="id",
253192  unicodeslot=0x1F369,
253193 },
253194 [0x1F36A]={
253195  category="so",
253196  cjkwd="w",
253197  description="COOKIE",
253198  direction="on",
253199  linebreak="id",
253200  unicodeslot=0x1F36A,
253201 },
253202 [0x1F36B]={
253203  category="so",
253204  cjkwd="w",
253205  description="CHOCOLATE BAR",
253206  direction="on",
253207  linebreak="id",
253208  unicodeslot=0x1F36B,
253209 },
253210 [0x1F36C]={
253211  category="so",
253212  cjkwd="w",
253213  description="CANDY",
253214  direction="on",
253215  linebreak="id",
253216  unicodeslot=0x1F36C,
253217 },
253218 [0x1F36D]={
253219  category="so",
253220  cjkwd="w",
253221  description="LOLLIPOP",
253222  direction="on",
253223  linebreak="id",
253224  unicodeslot=0x1F36D,
253225 },
253226 [0x1F36E]={
253227  category="so",
253228  cjkwd="w",
253229  description="CUSTARD",
253230  direction="on",
253231  linebreak="id",
253232  unicodeslot=0x1F36E,
253233 },
253234 [0x1F36F]={
253235  category="so",
253236  cjkwd="w",
253237  description="HONEY POT",
253238  direction="on",
253239  linebreak="id",
253240  unicodeslot=0x1F36F,
253241 },
253242 [0x1F370]={
253243  category="so",
253244  cjkwd="w",
253245  description="SHORTCAKE",
253246  direction="on",
253247  linebreak="id",
253248  unicodeslot=0x1F370,
253249 },
253250 [0x1F371]={
253251  category="so",
253252  cjkwd="w",
253253  description="BENTO BOX",
253254  direction="on",
253255  linebreak="id",
253256  unicodeslot=0x1F371,
253257 },
253258 [0x1F372]={
253259  category="so",
253260  cjkwd="w",
253261  description="POT OF FOOD",
253262  direction="on",
253263  linebreak="id",
253264  unicodeslot=0x1F372,
253265 },
253266 [0x1F373]={
253267  category="so",
253268  cjkwd="w",
253269  description="COOKING",
253270  direction="on",
253271  linebreak="id",
253272  unicodeslot=0x1F373,
253273 },
253274 [0x1F374]={
253275  category="so",
253276  cjkwd="w",
253277  description="FORK AND KNIFE",
253278  direction="on",
253279  linebreak="id",
253280  synonyms={ "meal (glyph may vary) restaurant" },
253281  unicodeslot=0x1F374,
253282 },
253283 [0x1F375]={
253284  category="so",
253285  cjkwd="w",
253286  description="TEACUP WITHOUT HANDLE",
253287  direction="on",
253288  linebreak="id",
253289  unicodeslot=0x1F375,
253290 },
253291 [0x1F376]={
253292  category="so",
253293  cjkwd="w",
253294  description="SAKE BOTTLE AND CUP",
253295  direction="on",
253296  linebreak="id",
253297  unicodeslot=0x1F376,
253298 },
253299 [0x1F377]={
253300  category="so",
253301  cjkwd="w",
253302  description="WINE GLASS",
253303  direction="on",
253304  linebreak="id",
253305  unicodeslot=0x1F377,
253306 },
253307 [0x1F378]={
253308  category="so",
253309  cjkwd="w",
253310  description="COCKTAIL GLASS",
253311  direction="on",
253312  linebreak="id",
253313  unicodeslot=0x1F378,
253314 },
253315 [0x1F379]={
253316  category="so",
253317  cjkwd="w",
253318  description="TROPICAL DRINK",
253319  direction="on",
253320  linebreak="id",
253321  unicodeslot=0x1F379,
253322 },
253323 [0x1F37A]={
253324  category="so",
253325  cjkwd="w",
253326  description="BEER MUG",
253327  direction="on",
253328  linebreak="id",
253329  unicodeslot=0x1F37A,
253330 },
253331 [0x1F37B]={
253332  category="so",
253333  cjkwd="w",
253334  description="CLINKING BEER MUGS",
253335  direction="on",
253336  linebreak="id",
253337  unicodeslot=0x1F37B,
253338 },
253339 [0x1F37C]={
253340  category="so",
253341  cjkwd="w",
253342  description="BABY BOTTLE",
253343  direction="on",
253344  linebreak="id",
253345  unicodeslot=0x1F37C,
253346 },
253347 [0x1F37D]={
253348  category="so",
253349  description="FORK AND KNIFE WITH PLATE",
253350  direction="on",
253351  linebreak="id",
253352  synonyms={ "dining available symbol", "food available symbol" },
253353  unicodeslot=0x1F37D,
253354  variants=variants_emoji,
253355 },
253356 [0x1F37E]={
253357  category="so",
253358  cjkwd="w",
253359  description="BOTTLE WITH POPPING CORK",
253360  direction="on",
253361  linebreak="id",
253362  unicodeslot=0x1F37E,
253363 },
253364 [0x1F37F]={
253365  category="so",
253366  cjkwd="w",
253367  description="POPCORN",
253368  direction="on",
253369  linebreak="id",
253370  unicodeslot=0x1F37F,
253371 },
253372 [0x1F380]={
253373  category="so",
253374  cjkwd="w",
253375  description="RIBBON",
253376  direction="on",
253377  linebreak="id",
253378  unicodeslot=0x1F380,
253379 },
253380 [0x1F381]={
253381  category="so",
253382  cjkwd="w",
253383  description="WRAPPED PRESENT",
253384  direction="on",
253385  linebreak="id",
253386  unicodeslot=0x1F381,
253387 },
253388 [0x1F382]={
253389  category="so",
253390  cjkwd="w",
253391  description="BIRTHDAY CAKE",
253392  direction="on",
253393  linebreak="id",
253394  unicodeslot=0x1F382,
253395 },
253396 [0x1F383]={
253397  category="so",
253398  cjkwd="w",
253399  description="JACK-O-LANTERN",
253400  direction="on",
253401  linebreak="id",
253402  unicodeslot=0x1F383,
253403 },
253404 [0x1F384]={
253405  category="so",
253406  cjkwd="w",
253407  description="CHRISTMAS TREE",
253408  direction="on",
253409  linebreak="id",
253410  unicodeslot=0x1F384,
253411 },
253412 [0x1F385]={
253413  category="so",
253414  cjkwd="w",
253415  description="FATHER CHRISTMAS",
253416  direction="on",
253417  linebreak="eb",
253418  synonyms={ "santa claus" },
253419  unicodeslot=0x1F385,
253420 },
253421 [0x1F386]={
253422  category="so",
253423  cjkwd="w",
253424  description="FIREWORKS",
253425  direction="on",
253426  linebreak="id",
253427  unicodeslot=0x1F386,
253428 },
253429 [0x1F387]={
253430  category="so",
253431  cjkwd="w",
253432  description="FIREWORK SPARKLER",
253433  direction="on",
253434  linebreak="id",
253435  unicodeslot=0x1F387,
253436 },
253437 [0x1F388]={
253438  category="so",
253439  cjkwd="w",
253440  description="BALLOON",
253441  direction="on",
253442  linebreak="id",
253443  unicodeslot=0x1F388,
253444 },
253445 [0x1F389]={
253446  category="so",
253447  cjkwd="w",
253448  description="PARTY POPPER",
253449  direction="on",
253450  linebreak="id",
253451  unicodeslot=0x1F389,
253452 },
253453 [0x1F38A]={
253454  category="so",
253455  cjkwd="w",
253456  description="CONFETTI BALL",
253457  direction="on",
253458  linebreak="id",
253459  unicodeslot=0x1F38A,
253460 },
253461 [0x1F38B]={
253462  category="so",
253463  cjkwd="w",
253464  description="TANABATA TREE",
253465  direction="on",
253466  linebreak="id",
253467  unicodeslot=0x1F38B,
253468 },
253469 [0x1F38C]={
253470  category="so",
253471  cjkwd="w",
253472  description="CROSSED FLAGS",
253473  direction="on",
253474  linebreak="id",
253475  unicodeslot=0x1F38C,
253476 },
253477 [0x1F38D]={
253478  category="so",
253479  cjkwd="w",
253480  description="PINE DECORATION",
253481  direction="on",
253482  linebreak="id",
253483  unicodeslot=0x1F38D,
253484 },
253485 [0x1F38E]={
253486  category="so",
253487  cjkwd="w",
253488  description="JAPANESE DOLLS",
253489  direction="on",
253490  linebreak="id",
253491  unicodeslot=0x1F38E,
253492 },
253493 [0x1F38F]={
253494  category="so",
253495  cjkwd="w",
253496  description="CARP STREAMER",
253497  direction="on",
253498  linebreak="id",
253499  unicodeslot=0x1F38F,
253500 },
253501 [0x1F390]={
253502  category="so",
253503  cjkwd="w",
253504  description="WIND CHIME",
253505  direction="on",
253506  linebreak="id",
253507  unicodeslot=0x1F390,
253508 },
253509 [0x1F391]={
253510  category="so",
253511  cjkwd="w",
253512  description="MOON VIEWING CEREMONY",
253513  direction="on",
253514  linebreak="id",
253515  unicodeslot=0x1F391,
253516 },
253517 [0x1F392]={
253518  category="so",
253519  cjkwd="w",
253520  description="SCHOOL SATCHEL",
253521  direction="on",
253522  linebreak="id",
253523  unicodeslot=0x1F392,
253524 },
253525 [0x1F393]={
253526  category="so",
253527  cjkwd="w",
253528  description="GRADUATION CAP",
253529  direction="on",
253530  linebreak="id",
253531  synonyms={ "mortarboard" },
253532  unicodeslot=0x1F393,
253533 },
253534 [0x1F394]={
253535  category="so",
253536  description="HEART WITH TIP ON THE LEFT",
253537  direction="on",
253538  linebreak="id",
253539  unicodeslot=0x1F394,
253540 },
253541 [0x1F395]={
253542  category="so",
253543  description="BOUQUET OF FLOWERS",
253544  direction="on",
253545  linebreak="id",
253546  unicodeslot=0x1F395,
253547 },
253548 [0x1F396]={
253549  category="so",
253550  description="MILITARY MEDAL",
253551  direction="on",
253552  linebreak="id",
253553  unicodeslot=0x1F396,
253554  variants=variants_emoji,
253555 },
253556 [0x1F397]={
253557  category="so",
253558  description="REMINDER RIBBON",
253559  direction="on",
253560  linebreak="id",
253561  unicodeslot=0x1F397,
253562  variants=variants_emoji,
253563 },
253564 [0x1F398]={
253565  category="so",
253566  description="MUSICAL KEYBOARD WITH JACKS",
253567  direction="on",
253568  linebreak="id",
253569  unicodeslot=0x1F398,
253570 },
253571 [0x1F399]={
253572  category="so",
253573  description="STUDIO MICROPHONE",
253574  direction="on",
253575  linebreak="id",
253576  unicodeslot=0x1F399,
253577  variants=variants_emoji,
253578 },
253579 [0x1F39A]={
253580  category="so",
253581  description="LEVEL SLIDER",
253582  direction="on",
253583  linebreak="id",
253584  unicodeslot=0x1F39A,
253585  variants=variants_emoji,
253586 },
253587 [0x1F39B]={
253588  category="so",
253589  description="CONTROL KNOBS",
253590  direction="on",
253591  linebreak="id",
253592  unicodeslot=0x1F39B,
253593  variants=variants_emoji,
253594 },
253595 [0x1F39C]={
253596  category="so",
253597  description="BEAMED ASCENDING MUSICAL NOTES",
253598  direction="on",
253599  linebreak="al",
253600  unicodeslot=0x1F39C,
253601 },
253602 [0x1F39D]={
253603  category="so",
253604  description="BEAMED DESCENDING MUSICAL NOTES",
253605  direction="on",
253606  linebreak="al",
253607  unicodeslot=0x1F39D,
253608 },
253609 [0x1F39E]={
253610  category="so",
253611  description="FILM FRAMES",
253612  direction="on",
253613  linebreak="id",
253614  unicodeslot=0x1F39E,
253615  variants=variants_emoji,
253616 },
253617 [0x1F39F]={
253618  category="so",
253619  description="ADMISSION TICKETS",
253620  direction="on",
253621  linebreak="id",
253622  unicodeslot=0x1F39F,
253623  variants=variants_emoji,
253624 },
253625 [0x1F3A0]={
253626  category="so",
253627  cjkwd="w",
253628  description="CAROUSEL HORSE",
253629  direction="on",
253630  linebreak="id",
253631  unicodeslot=0x1F3A0,
253632 },
253633 [0x1F3A1]={
253634  category="so",
253635  cjkwd="w",
253636  description="FERRIS WHEEL",
253637  direction="on",
253638  linebreak="id",
253639  unicodeslot=0x1F3A1,
253640 },
253641 [0x1F3A2]={
253642  category="so",
253643  cjkwd="w",
253644  description="ROLLER COASTER",
253645  direction="on",
253646  linebreak="id",
253647  unicodeslot=0x1F3A2,
253648 },
253649 [0x1F3A3]={
253650  category="so",
253651  cjkwd="w",
253652  description="FISHING POLE AND FISH",
253653  direction="on",
253654  linebreak="id",
253655  unicodeslot=0x1F3A3,
253656 },
253657 [0x1F3A4]={
253658  category="so",
253659  cjkwd="w",
253660  description="MICROPHONE",
253661  direction="on",
253662  linebreak="id",
253663  unicodeslot=0x1F3A4,
253664 },
253665 [0x1F3A5]={
253666  category="so",
253667  cjkwd="w",
253668  description="MOVIE CAMERA",
253669  direction="on",
253670  linebreak="id",
253671  unicodeslot=0x1F3A5,
253672 },
253673 [0x1F3A6]={
253674  category="so",
253675  cjkwd="w",
253676  description="CINEMA",
253677  direction="on",
253678  linebreak="id",
253679  unicodeslot=0x1F3A6,
253680 },
253681 [0x1F3A7]={
253682  category="so",
253683  cjkwd="w",
253684  description="HEADPHONE",
253685  direction="on",
253686  linebreak="id",
253687  unicodeslot=0x1F3A7,
253688 },
253689 [0x1F3A8]={
253690  category="so",
253691  cjkwd="w",
253692  description="ARTIST PALETTE",
253693  direction="on",
253694  linebreak="id",
253695  unicodeslot=0x1F3A8,
253696 },
253697 [0x1F3A9]={
253698  category="so",
253699  cjkwd="w",
253700  description="TOP HAT",
253701  direction="on",
253702  linebreak="id",
253703  unicodeslot=0x1F3A9,
253704 },
253705 [0x1F3AA]={
253706  category="so",
253707  cjkwd="w",
253708  description="CIRCUS TENT",
253709  direction="on",
253710  linebreak="id",
253711  unicodeslot=0x1F3AA,
253712 },
253713 [0x1F3AB]={
253714  category="so",
253715  cjkwd="w",
253716  description="TICKET",
253717  direction="on",
253718  linebreak="id",
253719  unicodeslot=0x1F3AB,
253720 },
253721 [0x1F3AC]={
253722  category="so",
253723  cjkwd="w",
253724  description="CLAPPER BOARD",
253725  direction="on",
253726  linebreak="id",
253727  unicodeslot=0x1F3AC,
253728 },
253729 [0x1F3AD]={
253730  category="so",
253731  cjkwd="w",
253732  description="PERFORMING ARTS",
253733  direction="on",
253734  linebreak="id",
253735  synonyms={ "masks of comedy and tragedy", "theater masks" },
253736  unicodeslot=0x1F3AD,
253737 },
253738 [0x1F3AE]={
253739  category="so",
253740  cjkwd="w",
253741  description="VIDEO GAME",
253742  direction="on",
253743  linebreak="id",
253744  unicodeslot=0x1F3AE,
253745 },
253746 [0x1F3AF]={
253747  category="so",
253748  cjkwd="w",
253749  description="DIRECT HIT",
253750  direction="on",
253751  linebreak="id",
253752  unicodeslot=0x1F3AF,
253753 },
253754 [0x1F3B0]={
253755  category="so",
253756  cjkwd="w",
253757  description="SLOT MACHINE",
253758  direction="on",
253759  linebreak="id",
253760  unicodeslot=0x1F3B0,
253761 },
253762 [0x1F3B1]={
253763  category="so",
253764  cjkwd="w",
253765  description="BILLIARDS",
253766  direction="on",
253767  linebreak="id",
253768  unicodeslot=0x1F3B1,
253769 },
253770 [0x1F3B2]={
253771  category="so",
253772  cjkwd="w",
253773  description="GAME DIE",
253774  direction="on",
253775  linebreak="id",
253776  unicodeslot=0x1F3B2,
253777 },
253778 [0x1F3B3]={
253779  category="so",
253780  cjkwd="w",
253781  description="BOWLING",
253782  direction="on",
253783  linebreak="id",
253784  unicodeslot=0x1F3B3,
253785 },
253786 [0x1F3B4]={
253787  category="so",
253788  cjkwd="w",
253789  description="FLOWER PLAYING CARDS",
253790  direction="on",
253791  linebreak="id",
253792  unicodeslot=0x1F3B4,
253793 },
253794 [0x1F3B5]={
253795  category="so",
253796  cjkwd="w",
253797  description="MUSICAL NOTE",
253798  direction="on",
253799  linebreak="al",
253800  unicodeslot=0x1F3B5,
253801 },
253802 [0x1F3B6]={
253803  category="so",
253804  cjkwd="w",
253805  description="MULTIPLE MUSICAL NOTES",
253806  direction="on",
253807  linebreak="al",
253808  unicodeslot=0x1F3B6,
253809 },
253810 [0x1F3B7]={
253811  category="so",
253812  cjkwd="w",
253813  description="SAXOPHONE",
253814  direction="on",
253815  linebreak="id",
253816  unicodeslot=0x1F3B7,
253817 },
253818 [0x1F3B8]={
253819  category="so",
253820  cjkwd="w",
253821  description="GUITAR",
253822  direction="on",
253823  linebreak="id",
253824  unicodeslot=0x1F3B8,
253825 },
253826 [0x1F3B9]={
253827  category="so",
253828  cjkwd="w",
253829  description="MUSICAL KEYBOARD",
253830  direction="on",
253831  linebreak="id",
253832  unicodeslot=0x1F3B9,
253833 },
253834 [0x1F3BA]={
253835  category="so",
253836  cjkwd="w",
253837  description="TRUMPET",
253838  direction="on",
253839  linebreak="id",
253840  unicodeslot=0x1F3BA,
253841 },
253842 [0x1F3BB]={
253843  category="so",
253844  cjkwd="w",
253845  description="VIOLIN",
253846  direction="on",
253847  linebreak="id",
253848  unicodeslot=0x1F3BB,
253849 },
253850 [0x1F3BC]={
253851  category="so",
253852  cjkwd="w",
253853  description="MUSICAL SCORE",
253854  direction="on",
253855  linebreak="al",
253856  unicodeslot=0x1F3BC,
253857 },
253858 [0x1F3BD]={
253859  category="so",
253860  cjkwd="w",
253861  description="RUNNING SHIRT WITH SASH",
253862  direction="on",
253863  linebreak="id",
253864  unicodeslot=0x1F3BD,
253865 },
253866 [0x1F3BE]={
253867  category="so",
253868  cjkwd="w",
253869  description="TENNIS RACQUET AND BALL",
253870  direction="on",
253871  linebreak="id",
253872  unicodeslot=0x1F3BE,
253873 },
253874 [0x1F3BF]={
253875  category="so",
253876  cjkwd="w",
253877  description="SKI AND SKI BOOT",
253878  direction="on",
253879  linebreak="id",
253880  unicodeslot=0x1F3BF,
253881 },
253882 [0x1F3C0]={
253883  category="so",
253884  cjkwd="w",
253885  description="BASKETBALL AND HOOP",
253886  direction="on",
253887  linebreak="id",
253888  unicodeslot=0x1F3C0,
253889 },
253890 [0x1F3C1]={
253891  category="so",
253892  cjkwd="w",
253893  description="CHEQUERED FLAG",
253894  direction="on",
253895  linebreak="id",
253896  unicodeslot=0x1F3C1,
253897 },
253898 [0x1F3C2]={
253899  category="so",
253900  cjkwd="w",
253901  description="SNOWBOARDER",
253902  direction="on",
253903  linebreak="eb",
253904  unicodeslot=0x1F3C2,
253905 },
253906 [0x1F3C3]={
253907  category="so",
253908  cjkwd="w",
253909  description="RUNNER",
253910  direction="on",
253911  linebreak="eb",
253912  unicodeslot=0x1F3C3,
253913 },
253914 [0x1F3C4]={
253915  category="so",
253916  cjkwd="w",
253917  description="SURFER",
253918  direction="on",
253919  linebreak="eb",
253920  unicodeslot=0x1F3C4,
253921 },
253922 [0x1F3C5]={
253923  category="so",
253924  cjkwd="w",
253925  description="SPORTS MEDAL",
253926  direction="on",
253927  linebreak="id",
253928  unicodeslot=0x1F3C5,
253929 },
253930 [0x1F3C6]={
253931  category="so",
253932  cjkwd="w",
253933  description="TROPHY",
253934  direction="on",
253935  linebreak="id",
253936  unicodeslot=0x1F3C6,
253937 },
253938 [0x1F3C7]={
253939  category="so",
253940  cjkwd="w",
253941  description="HORSE RACING",
253942  direction="on",
253943  linebreak="eb",
253944  unicodeslot=0x1F3C7,
253945 },
253946 [0x1F3C8]={
253947  category="so",
253948  cjkwd="w",
253949  description="AMERICAN FOOTBALL",
253950  direction="on",
253951  linebreak="id",
253952  unicodeslot=0x1F3C8,
253953 },
253954 [0x1F3C9]={
253955  category="so",
253956  cjkwd="w",
253957  description="RUGBY FOOTBALL",
253958  direction="on",
253959  linebreak="id",
253960  unicodeslot=0x1F3C9,
253961 },
253962 [0x1F3CA]={
253963  category="so",
253964  cjkwd="w",
253965  description="SWIMMER",
253966  direction="on",
253967  linebreak="eb",
253968  unicodeslot=0x1F3CA,
253969 },
253970 [0x1F3CB]={
253971  category="so",
253972  description="WEIGHT LIFTER",
253973  direction="on",
253974  linebreak="eb",
253975  unicodeslot=0x1F3CB,
253976  variants=variants_emoji,
253977 },
253978 [0x1F3CC]={
253979  category="so",
253980  description="GOLFER",
253981  direction="on",
253982  linebreak="eb",
253983  unicodeslot=0x1F3CC,
253984  variants=variants_emoji,
253985 },
253986 [0x1F3CD]={
253987  category="so",
253988  description="RACING MOTORCYCLE",
253989  direction="on",
253990  linebreak="id",
253991  unicodeslot=0x1F3CD,
253992  variants=variants_emoji,
253993 },
253994 [0x1F3CE]={
253995  category="so",
253996  description="RACING CAR",
253997  direction="on",
253998  linebreak="id",
253999  unicodeslot=0x1F3CE,
254000  variants=variants_emoji,
254001 },
254002 [0x1F3CF]={
254003  category="so",
254004  cjkwd="w",
254005  description="CRICKET BAT AND BALL",
254006  direction="on",
254007  linebreak="id",
254008  unicodeslot=0x1F3CF,
254009 },
254010 [0x1F3D0]={
254011  category="so",
254012  cjkwd="w",
254013  description="VOLLEYBALL",
254014  direction="on",
254015  linebreak="id",
254016  unicodeslot=0x1F3D0,
254017 },
254018 [0x1F3D1]={
254019  category="so",
254020  cjkwd="w",
254021  description="FIELD HOCKEY STICK AND BALL",
254022  direction="on",
254023  linebreak="id",
254024  unicodeslot=0x1F3D1,
254025 },
254026 [0x1F3D2]={
254027  category="so",
254028  cjkwd="w",
254029  description="ICE HOCKEY STICK AND PUCK",
254030  direction="on",
254031  linebreak="id",
254032  unicodeslot=0x1F3D2,
254033 },
254034 [0x1F3D3]={
254035  category="so",
254036  cjkwd="w",
254037  description="TABLE TENNIS PADDLE AND BALL",
254038  direction="on",
254039  linebreak="id",
254040  unicodeslot=0x1F3D3,
254041 },
254042 [0x1F3D4]={
254043  category="so",
254044  description="SNOW CAPPED MOUNTAIN",
254045  direction="on",
254046  linebreak="id",
254047  unicodeslot=0x1F3D4,
254048  variants=variants_emoji,
254049 },
254050 [0x1F3D5]={
254051  category="so",
254052  description="CAMPING",
254053  direction="on",
254054  linebreak="id",
254055  unicodeslot=0x1F3D5,
254056  variants=variants_emoji,
254057 },
254058 [0x1F3D6]={
254059  category="so",
254060  description="BEACH WITH UMBRELLA",
254061  direction="on",
254062  linebreak="id",
254063  unicodeslot=0x1F3D6,
254064  variants=variants_emoji,
254065 },
254066 [0x1F3D7]={
254067  category="so",
254068  description="BUILDING CONSTRUCTION",
254069  direction="on",
254070  linebreak="id",
254071  unicodeslot=0x1F3D7,
254072  variants=variants_emoji,
254073 },
254074 [0x1F3D8]={
254075  category="so",
254076  description="HOUSE BUILDINGS",
254077  direction="on",
254078  linebreak="id",
254079  unicodeslot=0x1F3D8,
254080  variants=variants_emoji,
254081 },
254082 [0x1F3D9]={
254083  category="so",
254084  description="CITYSCAPE",
254085  direction="on",
254086  linebreak="id",
254087  unicodeslot=0x1F3D9,
254088  variants=variants_emoji,
254089 },
254090 [0x1F3DA]={
254091  category="so",
254092  description="DERELICT HOUSE BUILDING",
254093  direction="on",
254094  linebreak="id",
254095  unicodeslot=0x1F3DA,
254096  variants=variants_emoji,
254097 },
254098 [0x1F3DB]={
254099  category="so",
254100  description="CLASSICAL BUILDING",
254101  direction="on",
254102  linebreak="id",
254103  unicodeslot=0x1F3DB,
254104  variants=variants_emoji,
254105 },
254106 [0x1F3DC]={
254107  category="so",
254108  description="DESERT",
254109  direction="on",
254110  linebreak="id",
254111  unicodeslot=0x1F3DC,
254112  variants=variants_emoji,
254113 },
254114 [0x1F3DD]={
254115  category="so",
254116  description="DESERT ISLAND",
254117  direction="on",
254118  linebreak="id",
254119  unicodeslot=0x1F3DD,
254120  variants=variants_emoji,
254121 },
254122 [0x1F3DE]={
254123  category="so",
254124  description="NATIONAL PARK",
254125  direction="on",
254126  linebreak="id",
254127  unicodeslot=0x1F3DE,
254128  variants=variants_emoji,
254129 },
254130 [0x1F3DF]={
254131  category="so",
254132  description="STADIUM",
254133  direction="on",
254134  linebreak="id",
254135  unicodeslot=0x1F3DF,
254136  variants=variants_emoji,
254137 },
254138 [0x1F3E0]={
254139  category="so",
254140  cjkwd="w",
254141  description="HOUSE BUILDING",
254142  direction="on",
254143  linebreak="id",
254144  unicodeslot=0x1F3E0,
254145 },
254146 [0x1F3E1]={
254147  category="so",
254148  cjkwd="w",
254149  description="HOUSE WITH GARDEN",
254150  direction="on",
254151  linebreak="id",
254152  unicodeslot=0x1F3E1,
254153 },
254154 [0x1F3E2]={
254155  category="so",
254156  cjkwd="w",
254157  description="OFFICE BUILDING",
254158  direction="on",
254159  linebreak="id",
254160  unicodeslot=0x1F3E2,
254161 },
254162 [0x1F3E3]={
254163  category="so",
254164  cjkwd="w",
254165  description="JAPANESE POST OFFICE",
254166  direction="on",
254167  linebreak="id",
254168  unicodeslot=0x1F3E3,
254169 },
254170 [0x1F3E4]={
254171  category="so",
254172  cjkwd="w",
254173  description="EUROPEAN POST OFFICE",
254174  direction="on",
254175  linebreak="id",
254176  unicodeslot=0x1F3E4,
254177 },
254178 [0x1F3E5]={
254179  category="so",
254180  cjkwd="w",
254181  description="HOSPITAL",
254182  direction="on",
254183  linebreak="id",
254184  unicodeslot=0x1F3E5,
254185 },
254186 [0x1F3E6]={
254187  category="so",
254188  cjkwd="w",
254189  description="BANK",
254190  direction="on",
254191  linebreak="id",
254192  unicodeslot=0x1F3E6,
254193 },
254194 [0x1F3E7]={
254195  category="so",
254196  cjkwd="w",
254197  description="AUTOMATED TELLER MACHINE",
254198  direction="on",
254199  linebreak="id",
254200  unicodeslot=0x1F3E7,
254201 },
254202 [0x1F3E8]={
254203  category="so",
254204  cjkwd="w",
254205  description="HOTEL",
254206  direction="on",
254207  linebreak="id",
254208  unicodeslot=0x1F3E8,
254209 },
254210 [0x1F3E9]={
254211  category="so",
254212  cjkwd="w",
254213  description="LOVE HOTEL",
254214  direction="on",
254215  linebreak="id",
254216  unicodeslot=0x1F3E9,
254217 },
254218 [0x1F3EA]={
254219  category="so",
254220  cjkwd="w",
254221  description="CONVENIENCE STORE",
254222  direction="on",
254223  linebreak="id",
254224  unicodeslot=0x1F3EA,
254225 },
254226 [0x1F3EB]={
254227  category="so",
254228  cjkwd="w",
254229  description="SCHOOL",
254230  direction="on",
254231  linebreak="id",
254232  unicodeslot=0x1F3EB,
254233 },
254234 [0x1F3EC]={
254235  category="so",
254236  cjkwd="w",
254237  description="DEPARTMENT STORE",
254238  direction="on",
254239  linebreak="id",
254240  unicodeslot=0x1F3EC,
254241 },
254242 [0x1F3ED]={
254243  category="so",
254244  cjkwd="w",
254245  description="FACTORY",
254246  direction="on",
254247  linebreak="id",
254248  unicodeslot=0x1F3ED,
254249 },
254250 [0x1F3EE]={
254251  category="so",
254252  cjkwd="w",
254253  description="IZAKAYA LANTERN",
254254  direction="on",
254255  linebreak="id",
254256  unicodeslot=0x1F3EE,
254257 },
254258 [0x1F3EF]={
254259  category="so",
254260  cjkwd="w",
254261  description="JAPANESE CASTLE",
254262  direction="on",
254263  linebreak="id",
254264  unicodeslot=0x1F3EF,
254265 },
254266 [0x1F3F0]={
254267  category="so",
254268  cjkwd="w",
254269  description="EUROPEAN CASTLE",
254270  direction="on",
254271  linebreak="id",
254272  unicodeslot=0x1F3F0,
254273 },
254274 [0x1F3F1]={
254275  category="so",
254276  description="WHITE PENNANT",
254277  direction="on",
254278  linebreak="id",
254279  unicodeslot=0x1F3F1,
254280 },
254281 [0x1F3F2]={
254282  category="so",
254283  description="BLACK PENNANT",
254284  direction="on",
254285  linebreak="id",
254286  unicodeslot=0x1F3F2,
254287 },
254288 [0x1F3F3]={
254289  category="so",
254290  description="WAVING WHITE FLAG",
254291  direction="on",
254292  linebreak="id",
254293  unicodeslot=0x1F3F3,
254294  variants=variants_emoji,
254295 },
254296 [0x1F3F4]={
254297  category="so",
254298  cjkwd="w",
254299  description="WAVING BLACK FLAG",
254300  direction="on",
254301  linebreak="id",
254302  unicodeslot=0x1F3F4,
254303 },
254304 [0x1F3F5]={
254305  category="so",
254306  description="ROSETTE",
254307  direction="on",
254308  linebreak="id",
254309  unicodeslot=0x1F3F5,
254310  variants=variants_emoji,
254311 },
254312 [0x1F3F6]={
254313  category="so",
254314  description="BLACK ROSETTE",
254315  direction="on",
254316  linebreak="id",
254317  unicodeslot=0x1F3F6,
254318 },
254319 [0x1F3F7]={
254320  category="so",
254321  description="LABEL",
254322  direction="on",
254323  linebreak="id",
254324  unicodeslot=0x1F3F7,
254325  variants=variants_emoji,
254326 },
254327 [0x1F3F8]={
254328  category="so",
254329  cjkwd="w",
254330  description="BADMINTON RACQUET AND SHUTTLECOCK",
254331  direction="on",
254332  linebreak="id",
254333  unicodeslot=0x1F3F8,
254334 },
254335 [0x1F3F9]={
254336  category="so",
254337  cjkwd="w",
254338  description="BOW AND ARROW",
254339  direction="on",
254340  linebreak="id",
254341  unicodeslot=0x1F3F9,
254342 },
254343 [0x1F3FA]={
254344  category="so",
254345  cjkwd="w",
254346  description="AMPHORA",
254347  direction="on",
254348  linebreak="id",
254349  unicodeslot=0x1F3FA,
254350 },
254351 [0x1F3FB]={
254352  category="sk",
254353  cjkwd="w",
254354  description="EMOJI MODIFIER FITZPATRICK TYPE-1-2",
254355  direction="on",
254356  linebreak="em",
254357  unicodeslot=0x1F3FB,
254358 },
254359 [0x1F3FC]={
254360  category="sk",
254361  cjkwd="w",
254362  description="EMOJI MODIFIER FITZPATRICK TYPE-3",
254363  direction="on",
254364  linebreak="em",
254365  unicodeslot=0x1F3FC,
254366 },
254367 [0x1F3FD]={
254368  category="sk",
254369  cjkwd="w",
254370  description="EMOJI MODIFIER FITZPATRICK TYPE-4",
254371  direction="on",
254372  linebreak="em",
254373  unicodeslot=0x1F3FD,
254374 },
254375 [0x1F3FE]={
254376  category="sk",
254377  cjkwd="w",
254378  description="EMOJI MODIFIER FITZPATRICK TYPE-5",
254379  direction="on",
254380  linebreak="em",
254381  unicodeslot=0x1F3FE,
254382 },
254383 [0x1F3FF]={
254384  category="sk",
254385  cjkwd="w",
254386  description="EMOJI MODIFIER FITZPATRICK TYPE-6",
254387  direction="on",
254388  linebreak="em",
254389  unicodeslot=0x1F3FF,
254390 },
254391 [0x1F400]={
254392  category="so",
254393  cjkwd="w",
254394  description="RAT",
254395  direction="on",
254396  linebreak="id",
254397  unicodeslot=0x1F400,
254398 },
254399 [0x1F401]={
254400  category="so",
254401  cjkwd="w",
254402  description="MOUSE",
254403  direction="on",
254404  linebreak="id",
254405  unicodeslot=0x1F401,
254406 },
254407 [0x1F402]={
254408  category="so",
254409  cjkwd="w",
254410  description="OX",
254411  direction="on",
254412  linebreak="id",
254413  unicodeslot=0x1F402,
254414 },
254415 [0x1F403]={
254416  category="so",
254417  cjkwd="w",
254418  description="WATER BUFFALO",
254419  direction="on",
254420  linebreak="id",
254421  unicodeslot=0x1F403,
254422 },
254423 [0x1F404]={
254424  category="so",
254425  cjkwd="w",
254426  description="COW",
254427  direction="on",
254428  linebreak="id",
254429  synonyms={ "beef (on menus)" },
254430  unicodeslot=0x1F404,
254431 },
254432 [0x1F405]={
254433  category="so",
254434  cjkwd="w",
254435  description="TIGER",
254436  direction="on",
254437  linebreak="id",
254438  unicodeslot=0x1F405,
254439 },
254440 [0x1F406]={
254441  category="so",
254442  cjkwd="w",
254443  description="LEOPARD",
254444  direction="on",
254445  linebreak="id",
254446  unicodeslot=0x1F406,
254447 },
254448 [0x1F407]={
254449  category="so",
254450  cjkwd="w",
254451  description="RABBIT",
254452  direction="on",
254453  linebreak="id",
254454  unicodeslot=0x1F407,
254455 },
254456 [0x1F408]={
254457  category="so",
254458  cjkwd="w",
254459  description="CAT",
254460  direction="on",
254461  linebreak="id",
254462  unicodeslot=0x1F408,
254463 },
254464 [0x1F409]={
254465  category="so",
254466  cjkwd="w",
254467  description="DRAGON",
254468  direction="on",
254469  linebreak="id",
254470  unicodeslot=0x1F409,
254471 },
254472 [0x1F40A]={
254473  category="so",
254474  cjkwd="w",
254475  description="CROCODILE",
254476  direction="on",
254477  linebreak="id",
254478  unicodeslot=0x1F40A,
254479 },
254480 [0x1F40B]={
254481  category="so",
254482  cjkwd="w",
254483  description="WHALE",
254484  direction="on",
254485  linebreak="id",
254486  unicodeslot=0x1F40B,
254487 },
254488 [0x1F40C]={
254489  category="so",
254490  cjkwd="w",
254491  description="SNAIL",
254492  direction="on",
254493  linebreak="id",
254494  unicodeslot=0x1F40C,
254495 },
254496 [0x1F40D]={
254497  category="so",
254498  cjkwd="w",
254499  description="SNAKE",
254500  direction="on",
254501  linebreak="id",
254502  unicodeslot=0x1F40D,
254503 },
254504 [0x1F40E]={
254505  category="so",
254506  cjkwd="w",
254507  description="HORSE",
254508  direction="on",
254509  linebreak="id",
254510  unicodeslot=0x1F40E,
254511 },
254512 [0x1F40F]={
254513  category="so",
254514  cjkwd="w",
254515  description="RAM",
254516  direction="on",
254517  linebreak="id",
254518  unicodeslot=0x1F40F,
254519 },
254520 [0x1F410]={
254521  category="so",
254522  cjkwd="w",
254523  description="GOAT",
254524  direction="on",
254525  linebreak="id",
254526  unicodeslot=0x1F410,
254527 },
254528 [0x1F411]={
254529  category="so",
254530  cjkwd="w",
254531  description="SHEEP",
254532  direction="on",
254533  linebreak="id",
254534  unicodeslot=0x1F411,
254535 },
254536 [0x1F412]={
254537  category="so",
254538  cjkwd="w",
254539  description="MONKEY",
254540  direction="on",
254541  linebreak="id",
254542  unicodeslot=0x1F412,
254543 },
254544 [0x1F413]={
254545  category="so",
254546  cjkwd="w",
254547  description="ROOSTER",
254548  direction="on",
254549  linebreak="id",
254550  unicodeslot=0x1F413,
254551 },
254552 [0x1F414]={
254553  category="so",
254554  cjkwd="w",
254555  description="CHICKEN",
254556  direction="on",
254557  linebreak="id",
254558  synonyms={ "poultry (on menus)" },
254559  unicodeslot=0x1F414,
254560 },
254561 [0x1F415]={
254562  category="so",
254563  cjkwd="w",
254564  description="DOG",
254565  direction="on",
254566  linebreak="id",
254567  unicodeslot=0x1F415,
254568 },
254569 [0x1F416]={
254570  category="so",
254571  cjkwd="w",
254572  description="PIG",
254573  direction="on",
254574  linebreak="id",
254575  synonyms={ "pork (on menus)" },
254576  unicodeslot=0x1F416,
254577 },
254578 [0x1F417]={
254579  category="so",
254580  cjkwd="w",
254581  description="BOAR",
254582  direction="on",
254583  linebreak="id",
254584  unicodeslot=0x1F417,
254585 },
254586 [0x1F418]={
254587  category="so",
254588  cjkwd="w",
254589  description="ELEPHANT",
254590  direction="on",
254591  linebreak="id",
254592  unicodeslot=0x1F418,
254593 },
254594 [0x1F419]={
254595  category="so",
254596  cjkwd="w",
254597  description="OCTOPUS",
254598  direction="on",
254599  linebreak="id",
254600  unicodeslot=0x1F419,
254601 },
254602 [0x1F41A]={
254603  category="so",
254604  cjkwd="w",
254605  description="SPIRAL SHELL",
254606  direction="on",
254607  linebreak="id",
254608  synonyms={ "seashell" },
254609  unicodeslot=0x1F41A,
254610 },
254611 [0x1F41B]={
254612  category="so",
254613  cjkwd="w",
254614  description="BUG",
254615  direction="on",
254616  linebreak="id",
254617  unicodeslot=0x1F41B,
254618 },
254619 [0x1F41C]={
254620  category="so",
254621  cjkwd="w",
254622  description="ANT",
254623  direction="on",
254624  linebreak="id",
254625  unicodeslot=0x1F41C,
254626 },
254627 [0x1F41D]={
254628  category="so",
254629  cjkwd="w",
254630  description="HONEYBEE",
254631  direction="on",
254632  linebreak="id",
254633  unicodeslot=0x1F41D,
254634 },
254635 [0x1F41E]={
254636  category="so",
254637  cjkwd="w",
254638  description="LADY BEETLE",
254639  direction="on",
254640  linebreak="id",
254641  unicodeslot=0x1F41E,
254642 },
254643 [0x1F41F]={
254644  category="so",
254645  cjkwd="w",
254646  description="FISH",
254647  direction="on",
254648  linebreak="id",
254649  unicodeslot=0x1F41F,
254650 },
254651 [0x1F420]={
254652  category="so",
254653  cjkwd="w",
254654  description="TROPICAL FISH",
254655  direction="on",
254656  linebreak="id",
254657  unicodeslot=0x1F420,
254658 },
254659 [0x1F421]={
254660  category="so",
254661  cjkwd="w",
254662  description="BLOWFISH",
254663  direction="on",
254664  linebreak="id",
254665  unicodeslot=0x1F421,
254666 },
254667 [0x1F422]={
254668  category="so",
254669  cjkwd="w",
254670  description="TURTLE",
254671  direction="on",
254672  linebreak="id",
254673  unicodeslot=0x1F422,
254674 },
254675 [0x1F423]={
254676  category="so",
254677  cjkwd="w",
254678  description="HATCHING CHICK",
254679  direction="on",
254680  linebreak="id",
254681  unicodeslot=0x1F423,
254682 },
254683 [0x1F424]={
254684  category="so",
254685  cjkwd="w",
254686  description="BABY CHICK",
254687  direction="on",
254688  linebreak="id",
254689  unicodeslot=0x1F424,
254690 },
254691 [0x1F425]={
254692  category="so",
254693  cjkwd="w",
254694  description="FRONT-FACING BABY CHICK",
254695  direction="on",
254696  linebreak="id",
254697  unicodeslot=0x1F425,
254698 },
254699 [0x1F426]={
254700  category="so",
254701  cjkwd="w",
254702  description="BIRD",
254703  direction="on",
254704  linebreak="id",
254705  unicodeslot=0x1F426,
254706 },
254707 [0x1F427]={
254708  category="so",
254709  cjkwd="w",
254710  description="PENGUIN",
254711  direction="on",
254712  linebreak="id",
254713  unicodeslot=0x1F427,
254714 },
254715 [0x1F428]={
254716  category="so",
254717  cjkwd="w",
254718  description="KOALA",
254719  direction="on",
254720  linebreak="id",
254721  unicodeslot=0x1F428,
254722 },
254723 [0x1F429]={
254724  category="so",
254725  cjkwd="w",
254726  description="POODLE",
254727  direction="on",
254728  linebreak="id",
254729  unicodeslot=0x1F429,
254730 },
254731 [0x1F42A]={
254732  category="so",
254733  cjkwd="w",
254734  description="DROMEDARY CAMEL",
254735  direction="on",
254736  linebreak="id",
254737  unicodeslot=0x1F42A,
254738 },
254739 [0x1F42B]={
254740  category="so",
254741  cjkwd="w",
254742  description="BACTRIAN CAMEL",
254743  direction="on",
254744  linebreak="id",
254745  unicodeslot=0x1F42B,
254746 },
254747 [0x1F42C]={
254748  category="so",
254749  cjkwd="w",
254750  description="DOLPHIN",
254751  direction="on",
254752  linebreak="id",
254753  unicodeslot=0x1F42C,
254754 },
254755 [0x1F42D]={
254756  category="so",
254757  cjkwd="w",
254758  description="MOUSE FACE",
254759  direction="on",
254760  linebreak="id",
254761  unicodeslot=0x1F42D,
254762 },
254763 [0x1F42E]={
254764  category="so",
254765  cjkwd="w",
254766  description="COW FACE",
254767  direction="on",
254768  linebreak="id",
254769  unicodeslot=0x1F42E,
254770 },
254771 [0x1F42F]={
254772  category="so",
254773  cjkwd="w",
254774  description="TIGER FACE",
254775  direction="on",
254776  linebreak="id",
254777  unicodeslot=0x1F42F,
254778 },
254779 [0x1F430]={
254780  category="so",
254781  cjkwd="w",
254782  description="RABBIT FACE",
254783  direction="on",
254784  linebreak="id",
254785  unicodeslot=0x1F430,
254786 },
254787 [0x1F431]={
254788  category="so",
254789  cjkwd="w",
254790  description="CAT FACE",
254791  direction="on",
254792  linebreak="id",
254793  unicodeslot=0x1F431,
254794 },
254795 [0x1F432]={
254796  category="so",
254797  cjkwd="w",
254798  description="DRAGON FACE",
254799  direction="on",
254800  linebreak="id",
254801  unicodeslot=0x1F432,
254802 },
254803 [0x1F433]={
254804  category="so",
254805  cjkwd="w",
254806  description="SPOUTING WHALE",
254807  direction="on",
254808  linebreak="id",
254809  unicodeslot=0x1F433,
254810 },
254811 [0x1F434]={
254812  category="so",
254813  cjkwd="w",
254814  description="HORSE FACE",
254815  direction="on",
254816  linebreak="id",
254817  unicodeslot=0x1F434,
254818 },
254819 [0x1F435]={
254820  category="so",
254821  cjkwd="w",
254822  description="MONKEY FACE",
254823  direction="on",
254824  linebreak="id",
254825  unicodeslot=0x1F435,
254826 },
254827 [0x1F436]={
254828  category="so",
254829  cjkwd="w",
254830  description="DOG FACE",
254831  direction="on",
254832  linebreak="id",
254833  unicodeslot=0x1F436,
254834 },
254835 [0x1F437]={
254836  category="so",
254837  cjkwd="w",
254838  description="PIG FACE",
254839  direction="on",
254840  linebreak="id",
254841  unicodeslot=0x1F437,
254842 },
254843 [0x1F438]={
254844  category="so",
254845  cjkwd="w",
254846  description="FROG FACE",
254847  direction="on",
254848  linebreak="id",
254849  unicodeslot=0x1F438,
254850 },
254851 [0x1F439]={
254852  category="so",
254853  cjkwd="w",
254854  description="HAMSTER FACE",
254855  direction="on",
254856  linebreak="id",
254857  unicodeslot=0x1F439,
254858 },
254859 [0x1F43A]={
254860  category="so",
254861  cjkwd="w",
254862  description="WOLF FACE",
254863  direction="on",
254864  linebreak="id",
254865  unicodeslot=0x1F43A,
254866 },
254867 [0x1F43B]={
254868  category="so",
254869  cjkwd="w",
254870  description="BEAR FACE",
254871  direction="on",
254872  linebreak="id",
254873  unicodeslot=0x1F43B,
254874 },
254875 [0x1F43C]={
254876  category="so",
254877  cjkwd="w",
254878  description="PANDA FACE",
254879  direction="on",
254880  linebreak="id",
254881  unicodeslot=0x1F43C,
254882 },
254883 [0x1F43D]={
254884  category="so",
254885  cjkwd="w",
254886  description="PIG NOSE",
254887  direction="on",
254888  linebreak="id",
254889  unicodeslot=0x1F43D,
254890 },
254891 [0x1F43E]={
254892  category="so",
254893  cjkwd="w",
254894  description="PAW PRINTS",
254895  direction="on",
254896  linebreak="id",
254897  unicodeslot=0x1F43E,
254898 },
254899 [0x1F43F]={
254900  category="so",
254901  description="CHIPMUNK",
254902  direction="on",
254903  linebreak="id",
254904  unicodeslot=0x1F43F,
254905  variants=variants_emoji,
254906 },
254907 [0x1F440]={
254908  category="so",
254909  cjkwd="w",
254910  description="EYES",
254911  direction="on",
254912  linebreak="id",
254913  unicodeslot=0x1F440,
254914 },
254915 [0x1F441]={
254916  category="so",
254917  description="EYE",
254918  direction="on",
254919  linebreak="id",
254920  unicodeslot=0x1F441,
254921  variants=variants_emoji,
254922 },
254923 [0x1F442]={
254924  category="so",
254925  cjkwd="w",
254926  description="EAR",
254927  direction="on",
254928  linebreak="eb",
254929  unicodeslot=0x1F442,
254930 },
254931 [0x1F443]={
254932  category="so",
254933  cjkwd="w",
254934  description="NOSE",
254935  direction="on",
254936  linebreak="eb",
254937  unicodeslot=0x1F443,
254938 },
254939 [0x1F444]={
254940  category="so",
254941  cjkwd="w",
254942  description="MOUTH",
254943  direction="on",
254944  linebreak="id",
254945  unicodeslot=0x1F444,
254946 },
254947 [0x1F445]={
254948  category="so",
254949  cjkwd="w",
254950  description="TONGUE",
254951  direction="on",
254952  linebreak="id",
254953  unicodeslot=0x1F445,
254954 },
254955 [0x1F446]={
254956  category="so",
254957  cjkwd="w",
254958  description="WHITE UP POINTING BACKHAND INDEX",
254959  direction="on",
254960  linebreak="eb",
254961  unicodeslot=0x1F446,
254962 },
254963 [0x1F447]={
254964  category="so",
254965  cjkwd="w",
254966  description="WHITE DOWN POINTING BACKHAND INDEX",
254967  direction="on",
254968  linebreak="eb",
254969  unicodeslot=0x1F447,
254970 },
254971 [0x1F448]={
254972  category="so",
254973  cjkwd="w",
254974  description="WHITE LEFT POINTING BACKHAND INDEX",
254975  direction="on",
254976  linebreak="eb",
254977  unicodeslot=0x1F448,
254978 },
254979 [0x1F449]={
254980  category="so",
254981  cjkwd="w",
254982  description="WHITE RIGHT POINTING BACKHAND INDEX",
254983  direction="on",
254984  linebreak="eb",
254985  unicodeslot=0x1F449,
254986 },
254987 [0x1F44A]={
254988  category="so",
254989  cjkwd="w",
254990  description="FISTED HAND SIGN",
254991  direction="on",
254992  linebreak="eb",
254993  synonyms={ "punch" },
254994  unicodeslot=0x1F44A,
254995 },
254996 [0x1F44B]={
254997  category="so",
254998  cjkwd="w",
254999  description="WAVING HAND SIGN",
255000  direction="on",
255001  linebreak="eb",
255002  unicodeslot=0x1F44B,
255003 },
255004 [0x1F44C]={
255005  category="so",
255006  cjkwd="w",
255007  description="OK HAND SIGN",
255008  direction="on",
255009  linebreak="eb",
255010  unicodeslot=0x1F44C,
255011 },
255012 [0x1F44D]={
255013  category="so",
255014  cjkwd="w",
255015  description="THUMBS UP SIGN",
255016  direction="on",
255017  linebreak="eb",
255018  unicodeslot=0x1F44D,
255019 },
255020 [0x1F44E]={
255021  category="so",
255022  cjkwd="w",
255023  description="THUMBS DOWN SIGN",
255024  direction="on",
255025  linebreak="eb",
255026  unicodeslot=0x1F44E,
255027 },
255028 [0x1F44F]={
255029  category="so",
255030  cjkwd="w",
255031  description="CLAPPING HANDS SIGN",
255032  direction="on",
255033  linebreak="eb",
255034  unicodeslot=0x1F44F,
255035 },
255036 [0x1F450]={
255037  category="so",
255038  cjkwd="w",
255039  description="OPEN HANDS SIGN",
255040  direction="on",
255041  linebreak="eb",
255042  unicodeslot=0x1F450,
255043 },
255044 [0x1F451]={
255045  category="so",
255046  cjkwd="w",
255047  description="CROWN",
255048  direction="on",
255049  linebreak="id",
255050  unicodeslot=0x1F451,
255051 },
255052 [0x1F452]={
255053  category="so",
255054  cjkwd="w",
255055  description="WOMANS HAT",
255056  direction="on",
255057  linebreak="id",
255058  unicodeslot=0x1F452,
255059 },
255060 [0x1F453]={
255061  category="so",
255062  cjkwd="w",
255063  description="EYEGLASSES",
255064  direction="on",
255065  linebreak="id",
255066  unicodeslot=0x1F453,
255067 },
255068 [0x1F454]={
255069  category="so",
255070  cjkwd="w",
255071  description="NECKTIE",
255072  direction="on",
255073  linebreak="id",
255074  unicodeslot=0x1F454,
255075 },
255076 [0x1F455]={
255077  category="so",
255078  cjkwd="w",
255079  description="T-SHIRT",
255080  direction="on",
255081  linebreak="id",
255082  unicodeslot=0x1F455,
255083 },
255084 [0x1F456]={
255085  category="so",
255086  cjkwd="w",
255087  description="JEANS",
255088  direction="on",
255089  linebreak="id",
255090  unicodeslot=0x1F456,
255091 },
255092 [0x1F457]={
255093  category="so",
255094  cjkwd="w",
255095  description="DRESS",
255096  direction="on",
255097  linebreak="id",
255098  unicodeslot=0x1F457,
255099 },
255100 [0x1F458]={
255101  category="so",
255102  cjkwd="w",
255103  description="KIMONO",
255104  direction="on",
255105  linebreak="id",
255106  unicodeslot=0x1F458,
255107 },
255108 [0x1F459]={
255109  category="so",
255110  cjkwd="w",
255111  description="BIKINI",
255112  direction="on",
255113  linebreak="id",
255114  unicodeslot=0x1F459,
255115 },
255116 [0x1F45A]={
255117  category="so",
255118  cjkwd="w",
255119  description="WOMANS CLOTHES",
255120  direction="on",
255121  linebreak="id",
255122  unicodeslot=0x1F45A,
255123 },
255124 [0x1F45B]={
255125  category="so",
255126  cjkwd="w",
255127  description="PURSE",
255128  direction="on",
255129  linebreak="id",
255130  unicodeslot=0x1F45B,
255131 },
255132 [0x1F45C]={
255133  category="so",
255134  cjkwd="w",
255135  description="HANDBAG",
255136  direction="on",
255137  linebreak="id",
255138  unicodeslot=0x1F45C,
255139 },
255140 [0x1F45D]={
255141  category="so",
255142  cjkwd="w",
255143  description="POUCH",
255144  direction="on",
255145  linebreak="id",
255146  unicodeslot=0x1F45D,
255147 },
255148 [0x1F45E]={
255149  category="so",
255150  cjkwd="w",
255151  description="MANS SHOE",
255152  direction="on",
255153  linebreak="id",
255154  unicodeslot=0x1F45E,
255155 },
255156 [0x1F45F]={
255157  category="so",
255158  cjkwd="w",
255159  description="ATHLETIC SHOE",
255160  direction="on",
255161  linebreak="id",
255162  unicodeslot=0x1F45F,
255163 },
255164 [0x1F460]={
255165  category="so",
255166  cjkwd="w",
255167  description="HIGH-HEELED SHOE",
255168  direction="on",
255169  linebreak="id",
255170  unicodeslot=0x1F460,
255171 },
255172 [0x1F461]={
255173  category="so",
255174  cjkwd="w",
255175  description="WOMANS SANDAL",
255176  direction="on",
255177  linebreak="id",
255178  unicodeslot=0x1F461,
255179 },
255180 [0x1F462]={
255181  category="so",
255182  cjkwd="w",
255183  description="WOMANS BOOTS",
255184  direction="on",
255185  linebreak="id",
255186  unicodeslot=0x1F462,
255187 },
255188 [0x1F463]={
255189  category="so",
255190  cjkwd="w",
255191  description="FOOTPRINTS",
255192  direction="on",
255193  linebreak="id",
255194  unicodeslot=0x1F463,
255195 },
255196 [0x1F464]={
255197  category="so",
255198  cjkwd="w",
255199  description="BUST IN SILHOUETTE",
255200  direction="on",
255201  linebreak="id",
255202  synonyms={ "guest account" },
255203  unicodeslot=0x1F464,
255204 },
255205 [0x1F465]={
255206  category="so",
255207  cjkwd="w",
255208  description="BUSTS IN SILHOUETTE",
255209  direction="on",
255210  linebreak="id",
255211  synonyms={ "accounts" },
255212  unicodeslot=0x1F465,
255213 },
255214 [0x1F466]={
255215  category="so",
255216  cjkwd="w",
255217  description="BOY",
255218  direction="on",
255219  linebreak="eb",
255220  unicodeslot=0x1F466,
255221 },
255222 [0x1F467]={
255223  category="so",
255224  cjkwd="w",
255225  description="GIRL",
255226  direction="on",
255227  linebreak="eb",
255228  unicodeslot=0x1F467,
255229 },
255230 [0x1F468]={
255231  category="so",
255232  cjkwd="w",
255233  description="MAN",
255234  direction="on",
255235  linebreak="eb",
255236  unicodeslot=0x1F468,
255237 },
255238 [0x1F469]={
255239  category="so",
255240  cjkwd="w",
255241  description="WOMAN",
255242  direction="on",
255243  linebreak="eb",
255244  unicodeslot=0x1F469,
255245 },
255246 [0x1F46A]={
255247  category="so",
255248  cjkwd="w",
255249  description="FAMILY",
255250  direction="on",
255251  linebreak="eb",
255252  unicodeslot=0x1F46A,
255253 },
255254 [0x1F46B]={
255255  category="so",
255256  cjkwd="w",
255257  description="MAN AND WOMAN HOLDING HANDS",
255258  direction="on",
255259  linebreak="eb",
255260  unicodeslot=0x1F46B,
255261 },
255262 [0x1F46C]={
255263  category="so",
255264  cjkwd="w",
255265  description="TWO MEN HOLDING HANDS",
255266  direction="on",
255267  linebreak="eb",
255268  unicodeslot=0x1F46C,
255269 },
255270 [0x1F46D]={
255271  category="so",
255272  cjkwd="w",
255273  description="TWO WOMEN HOLDING HANDS",
255274  direction="on",
255275  linebreak="eb",
255276  unicodeslot=0x1F46D,
255277 },
255278 [0x1F46E]={
255279  category="so",
255280  cjkwd="w",
255281  description="POLICE OFFICER",
255282  direction="on",
255283  linebreak="eb",
255284  unicodeslot=0x1F46E,
255285 },
255286 [0x1F46F]={
255287  category="so",
255288  cjkwd="w",
255289  description="WOMAN WITH BUNNY EARS",
255290  direction="on",
255291  linebreak="eb",
255292  unicodeslot=0x1F46F,
255293 },
255294 [0x1F470]={
255295  category="so",
255296  cjkwd="w",
255297  description="BRIDE WITH VEIL",
255298  direction="on",
255299  linebreak="eb",
255300  unicodeslot=0x1F470,
255301 },
255302 [0x1F471]={
255303  category="so",
255304  cjkwd="w",
255305  description="PERSON WITH BLOND HAIR",
255306  direction="on",
255307  linebreak="eb",
255308  unicodeslot=0x1F471,
255309 },
255310 [0x1F472]={
255311  category="so",
255312  cjkwd="w",
255313  description="MAN WITH GUA PI MAO",
255314  direction="on",
255315  linebreak="eb",
255316  unicodeslot=0x1F472,
255317 },
255318 [0x1F473]={
255319  category="so",
255320  cjkwd="w",
255321  description="MAN WITH TURBAN",
255322  direction="on",
255323  linebreak="eb",
255324  unicodeslot=0x1F473,
255325 },
255326 [0x1F474]={
255327  category="so",
255328  cjkwd="w",
255329  description="OLDER MAN",
255330  direction="on",
255331  linebreak="eb",
255332  unicodeslot=0x1F474,
255333 },
255334 [0x1F475]={
255335  category="so",
255336  cjkwd="w",
255337  description="OLDER WOMAN",
255338  direction="on",
255339  linebreak="eb",
255340  unicodeslot=0x1F475,
255341 },
255342 [0x1F476]={
255343  category="so",
255344  cjkwd="w",
255345  description="BABY",
255346  direction="on",
255347  linebreak="eb",
255348  unicodeslot=0x1F476,
255349 },
255350 [0x1F477]={
255351  category="so",
255352  cjkwd="w",
255353  description="CONSTRUCTION WORKER",
255354  direction="on",
255355  linebreak="eb",
255356  synonyms={ "hardhat" },
255357  unicodeslot=0x1F477,
255358 },
255359 [0x1F478]={
255360  category="so",
255361  cjkwd="w",
255362  description="PRINCESS",
255363  direction="on",
255364  linebreak="eb",
255365  unicodeslot=0x1F478,
255366 },
255367 [0x1F479]={
255368  category="so",
255369  cjkwd="w",
255370  description="JAPANESE OGRE",
255371  direction="on",
255372  linebreak="id",
255373  unicodeslot=0x1F479,
255374 },
255375 [0x1F47A]={
255376  category="so",
255377  cjkwd="w",
255378  description="JAPANESE GOBLIN",
255379  direction="on",
255380  linebreak="id",
255381  unicodeslot=0x1F47A,
255382 },
255383 [0x1F47B]={
255384  category="so",
255385  cjkwd="w",
255386  description="GHOST",
255387  direction="on",
255388  linebreak="id",
255389  unicodeslot=0x1F47B,
255390 },
255391 [0x1F47C]={
255392  category="so",
255393  cjkwd="w",
255394  description="BABY ANGEL",
255395  direction="on",
255396  linebreak="eb",
255397  unicodeslot=0x1F47C,
255398 },
255399 [0x1F47D]={
255400  category="so",
255401  cjkwd="w",
255402  description="EXTRATERRESTRIAL ALIEN",
255403  direction="on",
255404  linebreak="id",
255405  unicodeslot=0x1F47D,
255406 },
255407 [0x1F47E]={
255408  category="so",
255409  cjkwd="w",
255410  description="ALIEN MONSTER",
255411  direction="on",
255412  linebreak="id",
255413  unicodeslot=0x1F47E,
255414 },
255415 [0x1F47F]={
255416  category="so",
255417  cjkwd="w",
255418  description="IMP",
255419  direction="on",
255420  linebreak="id",
255421  unicodeslot=0x1F47F,
255422 },
255423 [0x1F480]={
255424  category="so",
255425  cjkwd="w",
255426  description="SKULL",
255427  direction="on",
255428  linebreak="id",
255429  unicodeslot=0x1F480,
255430 },
255431 [0x1F481]={
255432  category="so",
255433  cjkwd="w",
255434  description="INFORMATION DESK PERSON",
255435  direction="on",
255436  linebreak="eb",
255437  unicodeslot=0x1F481,
255438 },
255439 [0x1F482]={
255440  category="so",
255441  cjkwd="w",
255442  description="GUARDSMAN",
255443  direction="on",
255444  linebreak="eb",
255445  unicodeslot=0x1F482,
255446 },
255447 [0x1F483]={
255448  category="so",
255449  cjkwd="w",
255450  description="DANCER",
255451  direction="on",
255452  linebreak="eb",
255453  unicodeslot=0x1F483,
255454 },
255455 [0x1F484]={
255456  category="so",
255457  cjkwd="w",
255458  description="LIPSTICK",
255459  direction="on",
255460  linebreak="id",
255461  unicodeslot=0x1F484,
255462 },
255463 [0x1F485]={
255464  category="so",
255465  cjkwd="w",
255466  description="NAIL POLISH",
255467  direction="on",
255468  linebreak="eb",
255469  unicodeslot=0x1F485,
255470 },
255471 [0x1F486]={
255472  category="so",
255473  cjkwd="w",
255474  description="FACE MASSAGE",
255475  direction="on",
255476  linebreak="eb",
255477  unicodeslot=0x1F486,
255478 },
255479 [0x1F487]={
255480  category="so",
255481  cjkwd="w",
255482  description="HAIRCUT",
255483  direction="on",
255484  linebreak="eb",
255485  unicodeslot=0x1F487,
255486 },
255487 [0x1F488]={
255488  category="so",
255489  cjkwd="w",
255490  description="BARBER POLE",
255491  direction="on",
255492  linebreak="id",
255493  unicodeslot=0x1F488,
255494 },
255495 [0x1F489]={
255496  category="so",
255497  cjkwd="w",
255498  description="SYRINGE",
255499  direction="on",
255500  linebreak="id",
255501  unicodeslot=0x1F489,
255502 },
255503 [0x1F48A]={
255504  category="so",
255505  cjkwd="w",
255506  description="PILL",
255507  direction="on",
255508  linebreak="id",
255509  unicodeslot=0x1F48A,
255510 },
255511 [0x1F48B]={
255512  category="so",
255513  cjkwd="w",
255514  description="KISS MARK",
255515  direction="on",
255516  linebreak="id",
255517  unicodeslot=0x1F48B,
255518 },
255519 [0x1F48C]={
255520  category="so",
255521  cjkwd="w",
255522  description="LOVE LETTER",
255523  direction="on",
255524  linebreak="id",
255525  unicodeslot=0x1F48C,
255526 },
255527 [0x1F48D]={
255528  category="so",
255529  cjkwd="w",
255530  description="RING",
255531  direction="on",
255532  linebreak="id",
255533  unicodeslot=0x1F48D,
255534 },
255535 [0x1F48E]={
255536  category="so",
255537  cjkwd="w",
255538  description="GEM STONE",
255539  direction="on",
255540  linebreak="id",
255541  unicodeslot=0x1F48E,
255542 },
255543 [0x1F48F]={
255544  category="so",
255545  cjkwd="w",
255546  description="KISS",
255547  direction="on",
255548  linebreak="eb",
255549  unicodeslot=0x1F48F,
255550 },
255551 [0x1F490]={
255552  category="so",
255553  cjkwd="w",
255554  description="BOUQUET",
255555  direction="on",
255556  linebreak="id",
255557  unicodeslot=0x1F490,
255558 },
255559 [0x1F491]={
255560  category="so",
255561  cjkwd="w",
255562  description="COUPLE WITH HEART",
255563  direction="on",
255564  linebreak="eb",
255565  unicodeslot=0x1F491,
255566 },
255567 [0x1F492]={
255568  category="so",
255569  cjkwd="w",
255570  description="WEDDING",
255571  direction="on",
255572  linebreak="id",
255573  unicodeslot=0x1F492,
255574 },
255575 [0x1F493]={
255576  category="so",
255577  cjkwd="w",
255578  description="BEATING HEART",
255579  direction="on",
255580  linebreak="id",
255581  unicodeslot=0x1F493,
255582 },
255583 [0x1F494]={
255584  category="so",
255585  cjkwd="w",
255586  description="BROKEN HEART",
255587  direction="on",
255588  linebreak="id",
255589  unicodeslot=0x1F494,
255590 },
255591 [0x1F495]={
255592  category="so",
255593  cjkwd="w",
255594  description="TWO HEARTS",
255595  direction="on",
255596  linebreak="id",
255597  unicodeslot=0x1F495,
255598 },
255599 [0x1F496]={
255600  category="so",
255601  cjkwd="w",
255602  description="SPARKLING HEART",
255603  direction="on",
255604  linebreak="id",
255605  unicodeslot=0x1F496,
255606 },
255607 [0x1F497]={
255608  category="so",
255609  cjkwd="w",
255610  description="GROWING HEART",
255611  direction="on",
255612  linebreak="id",
255613  unicodeslot=0x1F497,
255614 },
255615 [0x1F498]={
255616  category="so",
255617  cjkwd="w",
255618  description="HEART WITH ARROW",
255619  direction="on",
255620  linebreak="id",
255621  unicodeslot=0x1F498,
255622 },
255623 [0x1F499]={
255624  category="so",
255625  cjkwd="w",
255626  description="BLUE HEART",
255627  direction="on",
255628  linebreak="id",
255629  unicodeslot=0x1F499,
255630 },
255631 [0x1F49A]={
255632  category="so",
255633  cjkwd="w",
255634  description="GREEN HEART",
255635  direction="on",
255636  linebreak="id",
255637  unicodeslot=0x1F49A,
255638 },
255639 [0x1F49B]={
255640  category="so",
255641  cjkwd="w",
255642  description="YELLOW HEART",
255643  direction="on",
255644  linebreak="id",
255645  unicodeslot=0x1F49B,
255646 },
255647 [0x1F49C]={
255648  category="so",
255649  cjkwd="w",
255650  description="PURPLE HEART",
255651  direction="on",
255652  linebreak="id",
255653  unicodeslot=0x1F49C,
255654 },
255655 [0x1F49D]={
255656  category="so",
255657  cjkwd="w",
255658  description="HEART WITH RIBBON",
255659  direction="on",
255660  linebreak="id",
255661  unicodeslot=0x1F49D,
255662 },
255663 [0x1F49E]={
255664  category="so",
255665  cjkwd="w",
255666  description="REVOLVING HEARTS",
255667  direction="on",
255668  linebreak="id",
255669  unicodeslot=0x1F49E,
255670 },
255671 [0x1F49F]={
255672  category="so",
255673  cjkwd="w",
255674  description="HEART DECORATION",
255675  direction="on",
255676  linebreak="id",
255677  unicodeslot=0x1F49F,
255678 },
255679 [0x1F4A0]={
255680  category="so",
255681  cjkwd="w",
255682  description="DIAMOND SHAPE WITH A DOT INSIDE",
255683  direction="on",
255684  linebreak="al",
255685  unicodeslot=0x1F4A0,
255686 },
255687 [0x1F4A1]={
255688  category="so",
255689  cjkwd="w",
255690  description="ELECTRIC LIGHT BULB",
255691  direction="on",
255692  linebreak="id",
255693  synonyms={ "idea" },
255694  unicodeslot=0x1F4A1,
255695 },
255696 [0x1F4A2]={
255697  category="so",
255698  cjkwd="w",
255699  description="ANGER SYMBOL",
255700  direction="on",
255701  linebreak="al",
255702  unicodeslot=0x1F4A2,
255703 },
255704 [0x1F4A3]={
255705  category="so",
255706  cjkwd="w",
255707  description="BOMB",
255708  direction="on",
255709  linebreak="id",
255710  unicodeslot=0x1F4A3,
255711 },
255712 [0x1F4A4]={
255713  category="so",
255714  cjkwd="w",
255715  description="SLEEPING SYMBOL",
255716  direction="on",
255717  linebreak="al",
255718  unicodeslot=0x1F4A4,
255719 },
255720 [0x1F4A5]={
255721  category="so",
255722  cjkwd="w",
255723  description="COLLISION SYMBOL",
255724  direction="on",
255725  linebreak="id",
255726  unicodeslot=0x1F4A5,
255727 },
255728 [0x1F4A6]={
255729  category="so",
255730  cjkwd="w",
255731  description="SPLASHING SWEAT SYMBOL",
255732  direction="on",
255733  linebreak="id",
255734  synonyms={ "plewds" },
255735  unicodeslot=0x1F4A6,
255736 },
255737 [0x1F4A7]={
255738  category="so",
255739  cjkwd="w",
255740  description="DROPLET",
255741  direction="on",
255742  linebreak="id",
255743  unicodeslot=0x1F4A7,
255744 },
255745 [0x1F4A8]={
255746  category="so",
255747  cjkwd="w",
255748  description="DASH SYMBOL",
255749  direction="on",
255750  linebreak="id",
255751  synonyms={ "briffits" },
255752  unicodeslot=0x1F4A8,
255753 },
255754 [0x1F4A9]={
255755  category="so",
255756  cjkwd="w",
255757  description="PILE OF POO",
255758  direction="on",
255759  linebreak="id",
255760  unicodeslot=0x1F4A9,
255761 },
255762 [0x1F4AA]={
255763  category="so",
255764  cjkwd="w",
255765  description="FLEXED BICEPS",
255766  direction="on",
255767  linebreak="eb",
255768  unicodeslot=0x1F4AA,
255769 },
255770 [0x1F4AB]={
255771  category="so",
255772  cjkwd="w",
255773  description="DIZZY SYMBOL",
255774  direction="on",
255775  linebreak="id",
255776  synonyms={ "squeans" },
255777  unicodeslot=0x1F4AB,
255778 },
255779 [0x1F4AC]={
255780  category="so",
255781  cjkwd="w",
255782  description="SPEECH BALLOON",
255783  direction="on",
255784  linebreak="id",
255785  unicodeslot=0x1F4AC,
255786 },
255787 [0x1F4AD]={
255788  category="so",
255789  cjkwd="w",
255790  description="THOUGHT BALLOON",
255791  direction="on",
255792  linebreak="id",
255793  unicodeslot=0x1F4AD,
255794 },
255795 [0x1F4AE]={
255796  category="so",
255797  cjkwd="w",
255798  description="WHITE FLOWER",
255799  direction="on",
255800  linebreak="id",
255801  unicodeslot=0x1F4AE,
255802 },
255803 [0x1F4AF]={
255804  category="so",
255805  cjkwd="w",
255806  description="HUNDRED POINTS SYMBOL",
255807  direction="on",
255808  linebreak="al",
255809  unicodeslot=0x1F4AF,
255810 },
255811 [0x1F4B0]={
255812  category="so",
255813  cjkwd="w",
255814  description="MONEY BAG",
255815  direction="on",
255816  linebreak="id",
255817  unicodeslot=0x1F4B0,
255818 },
255819 [0x1F4B1]={
255820  category="so",
255821  cjkwd="w",
255822  description="CURRENCY EXCHANGE",
255823  direction="on",
255824  linebreak="al",
255825  unicodeslot=0x1F4B1,
255826 },
255827 [0x1F4B2]={
255828  category="so",
255829  cjkwd="w",
255830  description="HEAVY DOLLAR SIGN",
255831  direction="on",
255832  linebreak="al",
255833  unicodeslot=0x1F4B2,
255834 },
255835 [0x1F4B3]={
255836  category="so",
255837  cjkwd="w",
255838  description="CREDIT CARD",
255839  direction="on",
255840  linebreak="id",
255841  unicodeslot=0x1F4B3,
255842 },
255843 [0x1F4B4]={
255844  category="so",
255845  cjkwd="w",
255846  description="BANKNOTE WITH YEN SIGN",
255847  direction="on",
255848  linebreak="id",
255849  unicodeslot=0x1F4B4,
255850 },
255851 [0x1F4B5]={
255852  category="so",
255853  cjkwd="w",
255854  description="BANKNOTE WITH DOLLAR SIGN",
255855  direction="on",
255856  linebreak="id",
255857  unicodeslot=0x1F4B5,
255858 },
255859 [0x1F4B6]={
255860  category="so",
255861  cjkwd="w",
255862  description="BANKNOTE WITH EURO SIGN",
255863  direction="on",
255864  linebreak="id",
255865  unicodeslot=0x1F4B6,
255866 },
255867 [0x1F4B7]={
255868  category="so",
255869  cjkwd="w",
255870  description="BANKNOTE WITH POUND SIGN",
255871  direction="on",
255872  linebreak="id",
255873  unicodeslot=0x1F4B7,
255874 },
255875 [0x1F4B8]={
255876  category="so",
255877  cjkwd="w",
255878  description="MONEY WITH WINGS",
255879  direction="on",
255880  linebreak="id",
255881  unicodeslot=0x1F4B8,
255882 },
255883 [0x1F4B9]={
255884  category="so",
255885  cjkwd="w",
255886  description="CHART WITH UPWARDS TREND AND YEN SIGN",
255887  direction="on",
255888  linebreak="id",
255889  unicodeslot=0x1F4B9,
255890 },
255891 [0x1F4BA]={
255892  category="so",
255893  cjkwd="w",
255894  description="SEAT",
255895  direction="on",
255896  linebreak="id",
255897  unicodeslot=0x1F4BA,
255898 },
255899 [0x1F4BB]={
255900  category="so",
255901  cjkwd="w",
255902  description="PERSONAL COMPUTER",
255903  direction="on",
255904  linebreak="id",
255905  unicodeslot=0x1F4BB,
255906 },
255907 [0x1F4BC]={
255908  category="so",
255909  cjkwd="w",
255910  description="BRIEFCASE",
255911  direction="on",
255912  linebreak="id",
255913  unicodeslot=0x1F4BC,
255914 },
255915 [0x1F4BD]={
255916  category="so",
255917  cjkwd="w",
255918  description="MINIDISC",
255919  direction="on",
255920  linebreak="id",
255921  unicodeslot=0x1F4BD,
255922 },
255923 [0x1F4BE]={
255924  category="so",
255925  cjkwd="w",
255926  description="FLOPPY DISK",
255927  direction="on",
255928  linebreak="id",
255929  unicodeslot=0x1F4BE,
255930 },
255931 [0x1F4BF]={
255932  category="so",
255933  cjkwd="w",
255934  description="OPTICAL DISC",
255935  direction="on",
255936  linebreak="id",
255937  synonyms={ "cd", "compact disc" },
255938  unicodeslot=0x1F4BF,
255939 },
255940 [0x1F4C0]={
255941  category="so",
255942  cjkwd="w",
255943  description="DVD",
255944  direction="on",
255945  linebreak="id",
255946  unicodeslot=0x1F4C0,
255947 },
255948 [0x1F4C1]={
255949  category="so",
255950  cjkwd="w",
255951  description="FILE FOLDER",
255952  direction="on",
255953  linebreak="id",
255954  unicodeslot=0x1F4C1,
255955 },
255956 [0x1F4C2]={
255957  category="so",
255958  cjkwd="w",
255959  description="OPEN FILE FOLDER",
255960  direction="on",
255961  linebreak="id",
255962  unicodeslot=0x1F4C2,
255963 },
255964 [0x1F4C3]={
255965  category="so",
255966  cjkwd="w",
255967  description="PAGE WITH CURL",
255968  direction="on",
255969  linebreak="id",
255970  unicodeslot=0x1F4C3,
255971 },
255972 [0x1F4C4]={
255973  category="so",
255974  cjkwd="w",
255975  description="PAGE FACING UP",
255976  direction="on",
255977  linebreak="id",
255978  unicodeslot=0x1F4C4,
255979 },
255980 [0x1F4C5]={
255981  category="so",
255982  cjkwd="w",
255983  description="CALENDAR",
255984  direction="on",
255985  linebreak="id",
255986  unicodeslot=0x1F4C5,
255987 },
255988 [0x1F4C6]={
255989  category="so",
255990  cjkwd="w",
255991  description="TEAR-OFF CALENDAR",
255992  direction="on",
255993  linebreak="id",
255994  unicodeslot=0x1F4C6,
255995 },
255996 [0x1F4C7]={
255997  category="so",
255998  cjkwd="w",
255999  description="CARD INDEX",
256000  direction="on",
256001  linebreak="id",
256002  unicodeslot=0x1F4C7,
256003 },
256004 [0x1F4C8]={
256005  category="so",
256006  cjkwd="w",
256007  description="CHART WITH UPWARDS TREND",
256008  direction="on",
256009  linebreak="id",
256010  unicodeslot=0x1F4C8,
256011 },
256012 [0x1F4C9]={
256013  category="so",
256014  cjkwd="w",
256015  description="CHART WITH DOWNWARDS TREND",
256016  direction="on",
256017  linebreak="id",
256018  unicodeslot=0x1F4C9,
256019 },
256020 [0x1F4CA]={
256021  category="so",
256022  cjkwd="w",
256023  description="BAR CHART",
256024  direction="on",
256025  linebreak="id",
256026  unicodeslot=0x1F4CA,
256027 },
256028 [0x1F4CB]={
256029  category="so",
256030  cjkwd="w",
256031  description="CLIPBOARD",
256032  direction="on",
256033  linebreak="id",
256034  unicodeslot=0x1F4CB,
256035 },
256036 [0x1F4CC]={
256037  category="so",
256038  cjkwd="w",
256039  description="PUSHPIN",
256040  direction="on",
256041  linebreak="id",
256042  unicodeslot=0x1F4CC,
256043 },
256044 [0x1F4CD]={
256045  category="so",
256046  cjkwd="w",
256047  description="ROUND PUSHPIN",
256048  direction="on",
256049  linebreak="id",
256050  unicodeslot=0x1F4CD,
256051 },
256052 [0x1F4CE]={
256053  category="so",
256054  cjkwd="w",
256055  description="PAPERCLIP",
256056  direction="on",
256057  linebreak="id",
256058  unicodeslot=0x1F4CE,
256059 },
256060 [0x1F4CF]={
256061  category="so",
256062  cjkwd="w",
256063  description="STRAIGHT RULER",
256064  direction="on",
256065  linebreak="id",
256066  unicodeslot=0x1F4CF,
256067 },
256068 [0x1F4D0]={
256069  category="so",
256070  cjkwd="w",
256071  description="TRIANGULAR RULER",
256072  direction="on",
256073  linebreak="id",
256074  unicodeslot=0x1F4D0,
256075 },
256076 [0x1F4D1]={
256077  category="so",
256078  cjkwd="w",
256079  description="BOOKMARK TABS",
256080  direction="on",
256081  linebreak="id",
256082  unicodeslot=0x1F4D1,
256083 },
256084 [0x1F4D2]={
256085  category="so",
256086  cjkwd="w",
256087  description="LEDGER",
256088  direction="on",
256089  linebreak="id",
256090  unicodeslot=0x1F4D2,
256091 },
256092 [0x1F4D3]={
256093  category="so",
256094  cjkwd="w",
256095  description="NOTEBOOK",
256096  direction="on",
256097  linebreak="id",
256098  unicodeslot=0x1F4D3,
256099 },
256100 [0x1F4D4]={
256101  category="so",
256102  cjkwd="w",
256103  description="NOTEBOOK WITH DECORATIVE COVER",
256104  direction="on",
256105  linebreak="id",
256106  unicodeslot=0x1F4D4,
256107 },
256108 [0x1F4D5]={
256109  category="so",
256110  cjkwd="w",
256111  description="CLOSED BOOK",
256112  direction="on",
256113  linebreak="id",
256114  unicodeslot=0x1F4D5,
256115 },
256116 [0x1F4D6]={
256117  category="so",
256118  cjkwd="w",
256119  description="OPEN BOOK",
256120  direction="on",
256121  linebreak="id",
256122  unicodeslot=0x1F4D6,
256123 },
256124 [0x1F4D7]={
256125  category="so",
256126  cjkwd="w",
256127  description="GREEN BOOK",
256128  direction="on",
256129  linebreak="id",
256130  unicodeslot=0x1F4D7,
256131 },
256132 [0x1F4D8]={
256133  category="so",
256134  cjkwd="w",
256135  description="BLUE BOOK",
256136  direction="on",
256137  linebreak="id",
256138  unicodeslot=0x1F4D8,
256139 },
256140 [0x1F4D9]={
256141  category="so",
256142  cjkwd="w",
256143  description="ORANGE BOOK",
256144  direction="on",
256145  linebreak="id",
256146  unicodeslot=0x1F4D9,
256147 },
256148 [0x1F4DA]={
256149  category="so",
256150  cjkwd="w",
256151  description="BOOKS",
256152  direction="on",
256153  linebreak="id",
256154  unicodeslot=0x1F4DA,
256155 },
256156 [0x1F4DB]={
256157  category="so",
256158  cjkwd="w",
256159  description="NAME BADGE",
256160  direction="on",
256161  linebreak="id",
256162  unicodeslot=0x1F4DB,
256163 },
256164 [0x1F4DC]={
256165  category="so",
256166  cjkwd="w",
256167  description="SCROLL",
256168  direction="on",
256169  linebreak="id",
256170  unicodeslot=0x1F4DC,
256171 },
256172 [0x1F4DD]={
256173  category="so",
256174  cjkwd="w",
256175  description="MEMO",
256176  direction="on",
256177  linebreak="id",
256178  unicodeslot=0x1F4DD,
256179 },
256180 [0x1F4DE]={
256181  category="so",
256182  cjkwd="w",
256183  description="TELEPHONE RECEIVER",
256184  direction="on",
256185  linebreak="id",
256186  unicodeslot=0x1F4DE,
256187 },
256188 [0x1F4DF]={
256189  category="so",
256190  cjkwd="w",
256191  description="PAGER",
256192  direction="on",
256193  linebreak="id",
256194  unicodeslot=0x1F4DF,
256195 },
256196 [0x1F4E0]={
256197  category="so",
256198  cjkwd="w",
256199  description="FAX MACHINE",
256200  direction="on",
256201  linebreak="id",
256202  unicodeslot=0x1F4E0,
256203 },
256204 [0x1F4E1]={
256205  category="so",
256206  cjkwd="w",
256207  description="SATELLITE ANTENNA",
256208  direction="on",
256209  linebreak="id",
256210  unicodeslot=0x1F4E1,
256211 },
256212 [0x1F4E2]={
256213  category="so",
256214  cjkwd="w",
256215  description="PUBLIC ADDRESS LOUDSPEAKER",
256216  direction="on",
256217  linebreak="id",
256218  unicodeslot=0x1F4E2,
256219 },
256220 [0x1F4E3]={
256221  category="so",
256222  cjkwd="w",
256223  description="CHEERING MEGAPHONE",
256224  direction="on",
256225  linebreak="id",
256226  unicodeslot=0x1F4E3,
256227 },
256228 [0x1F4E4]={
256229  category="so",
256230  cjkwd="w",
256231  description="OUTBOX TRAY",
256232  direction="on",
256233  linebreak="id",
256234  unicodeslot=0x1F4E4,
256235 },
256236 [0x1F4E5]={
256237  category="so",
256238  cjkwd="w",
256239  description="INBOX TRAY",
256240  direction="on",
256241  linebreak="id",
256242  unicodeslot=0x1F4E5,
256243 },
256244 [0x1F4E6]={
256245  category="so",
256246  cjkwd="w",
256247  description="PACKAGE",
256248  direction="on",
256249  linebreak="id",
256250  unicodeslot=0x1F4E6,
256251 },
256252 [0x1F4E7]={
256253  category="so",
256254  cjkwd="w",
256255  description="E-MAIL SYMBOL",
256256  direction="on",
256257  linebreak="id",
256258  unicodeslot=0x1F4E7,
256259 },
256260 [0x1F4E8]={
256261  category="so",
256262  cjkwd="w",
256263  description="INCOMING ENVELOPE",
256264  direction="on",
256265  linebreak="id",
256266  unicodeslot=0x1F4E8,
256267 },
256268 [0x1F4E9]={
256269  category="so",
256270  cjkwd="w",
256271  description="ENVELOPE WITH DOWNWARDS ARROW ABOVE",
256272  direction="on",
256273  linebreak="id",
256274  unicodeslot=0x1F4E9,
256275 },
256276 [0x1F4EA]={
256277  category="so",
256278  cjkwd="w",
256279  description="CLOSED MAILBOX WITH LOWERED FLAG",
256280  direction="on",
256281  linebreak="id",
256282  unicodeslot=0x1F4EA,
256283 },
256284 [0x1F4EB]={
256285  category="so",
256286  cjkwd="w",
256287  description="CLOSED MAILBOX WITH RAISED FLAG",
256288  direction="on",
256289  linebreak="id",
256290  unicodeslot=0x1F4EB,
256291 },
256292 [0x1F4EC]={
256293  category="so",
256294  cjkwd="w",
256295  description="OPEN MAILBOX WITH RAISED FLAG",
256296  direction="on",
256297  linebreak="id",
256298  unicodeslot=0x1F4EC,
256299 },
256300 [0x1F4ED]={
256301  category="so",
256302  cjkwd="w",
256303  description="OPEN MAILBOX WITH LOWERED FLAG",
256304  direction="on",
256305  linebreak="id",
256306  unicodeslot=0x1F4ED,
256307 },
256308 [0x1F4EE]={
256309  category="so",
256310  cjkwd="w",
256311  description="POSTBOX",
256312  direction="on",
256313  linebreak="id",
256314  unicodeslot=0x1F4EE,
256315 },
256316 [0x1F4EF]={
256317  category="so",
256318  cjkwd="w",
256319  description="POSTAL HORN",
256320  direction="on",
256321  linebreak="id",
256322  unicodeslot=0x1F4EF,
256323 },
256324 [0x1F4F0]={
256325  category="so",
256326  cjkwd="w",
256327  description="NEWSPAPER",
256328  direction="on",
256329  linebreak="id",
256330  unicodeslot=0x1F4F0,
256331 },
256332 [0x1F4F1]={
256333  category="so",
256334  cjkwd="w",
256335  description="MOBILE PHONE",
256336  direction="on",
256337  linebreak="id",
256338  unicodeslot=0x1F4F1,
256339 },
256340 [0x1F4F2]={
256341  category="so",
256342  cjkwd="w",
256343  description="MOBILE PHONE WITH RIGHTWARDS ARROW AT LEFT",
256344  direction="on",
256345  linebreak="id",
256346  unicodeslot=0x1F4F2,
256347 },
256348 [0x1F4F3]={
256349  category="so",
256350  cjkwd="w",
256351  description="VIBRATION MODE",
256352  direction="on",
256353  linebreak="id",
256354  unicodeslot=0x1F4F3,
256355 },
256356 [0x1F4F4]={
256357  category="so",
256358  cjkwd="w",
256359  description="MOBILE PHONE OFF",
256360  direction="on",
256361  linebreak="id",
256362  unicodeslot=0x1F4F4,
256363 },
256364 [0x1F4F5]={
256365  category="so",
256366  cjkwd="w",
256367  description="NO MOBILE PHONES",
256368  direction="on",
256369  linebreak="id",
256370  unicodeslot=0x1F4F5,
256371 },
256372 [0x1F4F6]={
256373  category="so",
256374  cjkwd="w",
256375  description="ANTENNA WITH BARS",
256376  direction="on",
256377  linebreak="id",
256378  unicodeslot=0x1F4F6,
256379 },
256380 [0x1F4F7]={
256381  category="so",
256382  cjkwd="w",
256383  description="CAMERA",
256384  direction="on",
256385  linebreak="id",
256386  unicodeslot=0x1F4F7,
256387 },
256388 [0x1F4F8]={
256389  category="so",
256390  cjkwd="w",
256391  description="CAMERA WITH FLASH",
256392  direction="on",
256393  linebreak="id",
256394  unicodeslot=0x1F4F8,
256395 },
256396 [0x1F4F9]={
256397  category="so",
256398  cjkwd="w",
256399  description="VIDEO CAMERA",
256400  direction="on",
256401  linebreak="id",
256402  unicodeslot=0x1F4F9,
256403 },
256404 [0x1F4FA]={
256405  category="so",
256406  cjkwd="w",
256407  description="TELEVISION",
256408  direction="on",
256409  linebreak="id",
256410  unicodeslot=0x1F4FA,
256411 },
256412 [0x1F4FB]={
256413  category="so",
256414  cjkwd="w",
256415  description="RADIO",
256416  direction="on",
256417  linebreak="id",
256418  unicodeslot=0x1F4FB,
256419 },
256420 [0x1F4FC]={
256421  category="so",
256422  cjkwd="w",
256423  description="VIDEOCASSETTE",
256424  direction="on",
256425  linebreak="id",
256426  unicodeslot=0x1F4FC,
256427 },
256428 [0x1F4FD]={
256429  category="so",
256430  description="FILM PROJECTOR",
256431  direction="on",
256432  linebreak="id",
256433  unicodeslot=0x1F4FD,
256434  variants=variants_emoji,
256435 },
256436 [0x1F4FE]={
256437  category="so",
256438  description="PORTABLE STEREO",
256439  direction="on",
256440  linebreak="id",
256441  unicodeslot=0x1F4FE,
256442 },
256443 [0x1F4FF]={
256444  category="so",
256445  cjkwd="w",
256446  description="PRAYER BEADS",
256447  direction="on",
256448  linebreak="id",
256449  unicodeslot=0x1F4FF,
256450 },
256451 [0x1F500]={
256452  category="so",
256453  cjkwd="w",
256454  description="TWISTED RIGHTWARDS ARROWS",
256455  direction="on",
256456  linebreak="al",
256457  unicodeslot=0x1F500,
256458 },
256459 [0x1F501]={
256460  category="so",
256461  cjkwd="w",
256462  description="CLOCKWISE RIGHTWARDS AND LEFTWARDS OPEN CIRCLE ARROWS",
256463  direction="on",
256464  linebreak="al",
256465  unicodeslot=0x1F501,
256466 },
256467 [0x1F502]={
256468  category="so",
256469  cjkwd="w",
256470  description="CLOCKWISE RIGHTWARDS AND LEFTWARDS OPEN CIRCLE ARROWS WITH CIRCLED ONE OVERLAY",
256471  direction="on",
256472  linebreak="al",
256473  unicodeslot=0x1F502,
256474 },
256475 [0x1F503]={
256476  category="so",
256477  cjkwd="w",
256478  description="CLOCKWISE DOWNWARDS AND UPWARDS OPEN CIRCLE ARROWS",
256479  direction="on",
256480  linebreak="al",
256481  unicodeslot=0x1F503,
256482 },
256483 [0x1F504]={
256484  category="so",
256485  cjkwd="w",
256486  description="ANTICLOCKWISE DOWNWARDS AND UPWARDS OPEN CIRCLE ARROWS",
256487  direction="on",
256488  linebreak="al",
256489  unicodeslot=0x1F504,
256490 },
256491 [0x1F505]={
256492  category="so",
256493  cjkwd="w",
256494  description="LOW BRIGHTNESS SYMBOL",
256495  direction="on",
256496  linebreak="al",
256497  unicodeslot=0x1F505,
256498 },
256499 [0x1F506]={
256500  category="so",
256501  cjkwd="w",
256502  description="HIGH BRIGHTNESS SYMBOL",
256503  direction="on",
256504  linebreak="al",
256505  unicodeslot=0x1F506,
256506 },
256507 [0x1F507]={
256508  category="so",
256509  cjkwd="w",
256510  description="SPEAKER WITH CANCELLATION STROKE",
256511  direction="on",
256512  linebreak="id",
256513  unicodeslot=0x1F507,
256514 },
256515 [0x1F508]={
256516  category="so",
256517  cjkwd="w",
256518  description="SPEAKER",
256519  direction="on",
256520  linebreak="id",
256521  unicodeslot=0x1F508,
256522 },
256523 [0x1F509]={
256524  category="so",
256525  cjkwd="w",
256526  description="SPEAKER WITH ONE SOUND WAVE",
256527  direction="on",
256528  linebreak="id",
256529  unicodeslot=0x1F509,
256530 },
256531 [0x1F50A]={
256532  category="so",
256533  cjkwd="w",
256534  description="SPEAKER WITH THREE SOUND WAVES",
256535  direction="on",
256536  linebreak="id",
256537  synonyms={ "sound" },
256538  unicodeslot=0x1F50A,
256539 },
256540 [0x1F50B]={
256541  category="so",
256542  cjkwd="w",
256543  description="BATTERY",
256544  direction="on",
256545  linebreak="id",
256546  unicodeslot=0x1F50B,
256547 },
256548 [0x1F50C]={
256549  category="so",
256550  cjkwd="w",
256551  description="ELECTRIC PLUG",
256552  direction="on",
256553  linebreak="id",
256554  unicodeslot=0x1F50C,
256555 },
256556 [0x1F50D]={
256557  category="so",
256558  cjkwd="w",
256559  description="LEFT-POINTING MAGNIFYING GLASS",
256560  direction="on",
256561  linebreak="id",
256562  unicodeslot=0x1F50D,
256563 },
256564 [0x1F50E]={
256565  category="so",
256566  cjkwd="w",
256567  description="RIGHT-POINTING MAGNIFYING GLASS",
256568  direction="on",
256569  linebreak="id",
256570  unicodeslot=0x1F50E,
256571 },
256572 [0x1F50F]={
256573  category="so",
256574  cjkwd="w",
256575  description="LOCK WITH INK PEN",
256576  direction="on",
256577  linebreak="id",
256578  unicodeslot=0x1F50F,
256579 },
256580 [0x1F510]={
256581  category="so",
256582  cjkwd="w",
256583  description="CLOSED LOCK WITH KEY",
256584  direction="on",
256585  linebreak="id",
256586  unicodeslot=0x1F510,
256587 },
256588 [0x1F511]={
256589  category="so",
256590  cjkwd="w",
256591  description="KEY",
256592  direction="on",
256593  linebreak="id",
256594  unicodeslot=0x1F511,
256595 },
256596 [0x1F512]={
256597  category="so",
256598  cjkwd="w",
256599  description="LOCK",
256600  direction="on",
256601  linebreak="id",
256602  unicodeslot=0x1F512,
256603 },
256604 [0x1F513]={
256605  category="so",
256606  cjkwd="w",
256607  description="OPEN LOCK",
256608  direction="on",
256609  linebreak="id",
256610  unicodeslot=0x1F513,
256611 },
256612 [0x1F514]={
256613  category="so",
256614  cjkwd="w",
256615  description="BELL",
256616  direction="on",
256617  linebreak="id",
256618  unicodeslot=0x1F514,
256619 },
256620 [0x1F515]={
256621  category="so",
256622  cjkwd="w",
256623  description="BELL WITH CANCELLATION STROKE",
256624  direction="on",
256625  linebreak="id",
256626  unicodeslot=0x1F515,
256627 },
256628 [0x1F516]={
256629  category="so",
256630  cjkwd="w",
256631  description="BOOKMARK",
256632  direction="on",
256633  linebreak="id",
256634  unicodeslot=0x1F516,
256635 },
256636 [0x1F517]={
256637  category="so",
256638  cjkwd="w",
256639  description="LINK SYMBOL",
256640  direction="on",
256641  linebreak="al",
256642  unicodeslot=0x1F517,
256643 },
256644 [0x1F518]={
256645  category="so",
256646  cjkwd="w",
256647  description="RADIO BUTTON",
256648  direction="on",
256649  linebreak="al",
256650  unicodeslot=0x1F518,
256651 },
256652 [0x1F519]={
256653  category="so",
256654  cjkwd="w",
256655  description="BACK WITH LEFTWARDS ARROW ABOVE",
256656  direction="on",
256657  linebreak="al",
256658  unicodeslot=0x1F519,
256659 },
256660 [0x1F51A]={
256661  category="so",
256662  cjkwd="w",
256663  description="END WITH LEFTWARDS ARROW ABOVE",
256664  direction="on",
256665  linebreak="al",
256666  unicodeslot=0x1F51A,
256667 },
256668 [0x1F51B]={
256669  category="so",
256670  cjkwd="w",
256671  description="ON WITH EXCLAMATION MARK WITH LEFT RIGHT ARROW ABOVE",
256672  direction="on",
256673  linebreak="al",
256674  unicodeslot=0x1F51B,
256675 },
256676 [0x1F51C]={
256677  category="so",
256678  cjkwd="w",
256679  description="SOON WITH RIGHTWARDS ARROW ABOVE",
256680  direction="on",
256681  linebreak="al",
256682  unicodeslot=0x1F51C,
256683 },
256684 [0x1F51D]={
256685  category="so",
256686  cjkwd="w",
256687  description="TOP WITH UPWARDS ARROW ABOVE",
256688  direction="on",
256689  linebreak="al",
256690  unicodeslot=0x1F51D,
256691 },
256692 [0x1F51E]={
256693  category="so",
256694  cjkwd="w",
256695  description="NO ONE UNDER EIGHTEEN SYMBOL",
256696  direction="on",
256697  linebreak="al",
256698  unicodeslot=0x1F51E,
256699 },
256700 [0x1F51F]={
256701  category="so",
256702  cjkwd="w",
256703  description="KEYCAP TEN",
256704  direction="on",
256705  linebreak="al",
256706  unicodeslot=0x1F51F,
256707 },
256708 [0x1F520]={
256709  category="so",
256710  cjkwd="w",
256711  description="INPUT SYMBOL FOR LATIN CAPITAL LETTERS",
256712  direction="on",
256713  linebreak="al",
256714  unicodeslot=0x1F520,
256715 },
256716 [0x1F521]={
256717  category="so",
256718  cjkwd="w",
256719  description="INPUT SYMBOL FOR LATIN SMALL LETTERS",
256720  direction="on",
256721  linebreak="al",
256722  unicodeslot=0x1F521,
256723 },
256724 [0x1F522]={
256725  category="so",
256726  cjkwd="w",
256727  description="INPUT SYMBOL FOR NUMBERS",
256728  direction="on",
256729  linebreak="al",
256730  unicodeslot=0x1F522,
256731 },
256732 [0x1F523]={
256733  category="so",
256734  cjkwd="w",
256735  description="INPUT SYMBOL FOR SYMBOLS",
256736  direction="on",
256737  linebreak="al",
256738  unicodeslot=0x1F523,
256739 },
256740 [0x1F524]={
256741  category="so",
256742  cjkwd="w",
256743  description="INPUT SYMBOL FOR LATIN LETTERS",
256744  direction="on",
256745  linebreak="al",
256746  unicodeslot=0x1F524,
256747 },
256748 [0x1F525]={
256749  category="so",
256750  cjkwd="w",
256751  description="FIRE",
256752  direction="on",
256753  linebreak="id",
256754  unicodeslot=0x1F525,
256755 },
256756 [0x1F526]={
256757  category="so",
256758  cjkwd="w",
256759  description="ELECTRIC TORCH",
256760  direction="on",
256761  linebreak="id",
256762  unicodeslot=0x1F526,
256763 },
256764 [0x1F527]={
256765  category="so",
256766  cjkwd="w",
256767  description="WRENCH",
256768  direction="on",
256769  linebreak="id",
256770  unicodeslot=0x1F527,
256771 },
256772 [0x1F528]={
256773  category="so",
256774  cjkwd="w",
256775  description="HAMMER",
256776  direction="on",
256777  linebreak="id",
256778  unicodeslot=0x1F528,
256779 },
256780 [0x1F529]={
256781  category="so",
256782  cjkwd="w",
256783  description="NUT AND BOLT",
256784  direction="on",
256785  linebreak="id",
256786  unicodeslot=0x1F529,
256787 },
256788 [0x1F52A]={
256789  category="so",
256790  cjkwd="w",
256791  description="HOCHO",
256792  direction="on",
256793  linebreak="id",
256794  unicodeslot=0x1F52A,
256795 },
256796 [0x1F52B]={
256797  category="so",
256798  cjkwd="w",
256799  description="PISTOL",
256800  direction="on",
256801  linebreak="id",
256802  unicodeslot=0x1F52B,
256803 },
256804 [0x1F52C]={
256805  category="so",
256806  cjkwd="w",
256807  description="MICROSCOPE",
256808  direction="on",
256809  linebreak="id",
256810  unicodeslot=0x1F52C,
256811 },
256812 [0x1F52D]={
256813  category="so",
256814  cjkwd="w",
256815  description="TELESCOPE",
256816  direction="on",
256817  linebreak="id",
256818  unicodeslot=0x1F52D,
256819 },
256820 [0x1F52E]={
256821  category="so",
256822  cjkwd="w",
256823  description="CRYSTAL BALL",
256824  direction="on",
256825  linebreak="id",
256826  unicodeslot=0x1F52E,
256827 },
256828 [0x1F52F]={
256829  category="so",
256830  cjkwd="w",
256831  description="SIX POINTED STAR WITH MIDDLE DOT",
256832  direction="on",
256833  linebreak="id",
256834  unicodeslot=0x1F52F,
256835 },
256836 [0x1F530]={
256837  category="so",
256838  cjkwd="w",
256839  description="JAPANESE SYMBOL FOR BEGINNER",
256840  direction="on",
256841  linebreak="id",
256842  unicodeslot=0x1F530,
256843 },
256844 [0x1F531]={
256845  category="so",
256846  cjkwd="w",
256847  description="TRIDENT EMBLEM",
256848  direction="on",
256849  linebreak="id",
256850  unicodeslot=0x1F531,
256851 },
256852 [0x1F532]={
256853  category="so",
256854  cjkwd="w",
256855  description="BLACK SQUARE BUTTON",
256856  direction="on",
256857  linebreak="al",
256858  unicodeslot=0x1F532,
256859 },
256860 [0x1F533]={
256861  category="so",
256862  cjkwd="w",
256863  description="WHITE SQUARE BUTTON",
256864  direction="on",
256865  linebreak="al",
256866  unicodeslot=0x1F533,
256867 },
256868 [0x1F534]={
256869  category="so",
256870  cjkwd="w",
256871  description="LARGE RED CIRCLE",
256872  direction="on",
256873  linebreak="al",
256874  unicodeslot=0x1F534,
256875 },
256876 [0x1F535]={
256877  category="so",
256878  cjkwd="w",
256879  description="LARGE BLUE CIRCLE",
256880  direction="on",
256881  linebreak="al",
256882  unicodeslot=0x1F535,
256883 },
256884 [0x1F536]={
256885  category="so",
256886  cjkwd="w",
256887  description="LARGE ORANGE DIAMOND",
256888  direction="on",
256889  linebreak="al",
256890  unicodeslot=0x1F536,
256891 },
256892 [0x1F537]={
256893  category="so",
256894  cjkwd="w",
256895  description="LARGE BLUE DIAMOND",
256896  direction="on",
256897  linebreak="al",
256898  unicodeslot=0x1F537,
256899 },
256900 [0x1F538]={
256901  category="so",
256902  cjkwd="w",
256903  description="SMALL ORANGE DIAMOND",
256904  direction="on",
256905  linebreak="al",
256906  unicodeslot=0x1F538,
256907 },
256908 [0x1F539]={
256909  category="so",
256910  cjkwd="w",
256911  description="SMALL BLUE DIAMOND",
256912  direction="on",
256913  linebreak="al",
256914  unicodeslot=0x1F539,
256915 },
256916 [0x1F53A]={
256917  category="so",
256918  cjkwd="w",
256919  description="UP-POINTING RED TRIANGLE",
256920  direction="on",
256921  linebreak="al",
256922  unicodeslot=0x1F53A,
256923 },
256924 [0x1F53B]={
256925  category="so",
256926  cjkwd="w",
256927  description="DOWN-POINTING RED TRIANGLE",
256928  direction="on",
256929  linebreak="al",
256930  unicodeslot=0x1F53B,
256931 },
256932 [0x1F53C]={
256933  category="so",
256934  cjkwd="w",
256935  description="UP-POINTING SMALL RED TRIANGLE",
256936  direction="on",
256937  linebreak="al",
256938  unicodeslot=0x1F53C,
256939 },
256940 [0x1F53D]={
256941  category="so",
256942  cjkwd="w",
256943  description="DOWN-POINTING SMALL RED TRIANGLE",
256944  direction="on",
256945  linebreak="al",
256946  unicodeslot=0x1F53D,
256947 },
256948 [0x1F53E]={
256949  category="so",
256950  description="LOWER RIGHT SHADOWED WHITE CIRCLE",
256951  direction="on",
256952  linebreak="al",
256953  unicodeslot=0x1F53E,
256954 },
256955 [0x1F53F]={
256956  category="so",
256957  description="UPPER RIGHT SHADOWED WHITE CIRCLE",
256958  direction="on",
256959  linebreak="al",
256960  unicodeslot=0x1F53F,
256961 },
256962 [0x1F540]={
256963  category="so",
256964  description="CIRCLED CROSS POMMEE",
256965  direction="on",
256966  linebreak="al",
256967  unicodeslot=0x1F540,
256968 },
256969 [0x1F541]={
256970  category="so",
256971  description="CROSS POMMEE WITH HALF-CIRCLE BELOW",
256972  direction="on",
256973  linebreak="al",
256974  unicodeslot=0x1F541,
256975 },
256976 [0x1F542]={
256977  category="so",
256978  description="CROSS POMMEE",
256979  direction="on",
256980  linebreak="al",
256981  unicodeslot=0x1F542,
256982 },
256983 [0x1F543]={
256984  category="so",
256985  description="NOTCHED LEFT SEMICIRCLE WITH THREE DOTS",
256986  direction="on",
256987  linebreak="al",
256988  unicodeslot=0x1F543,
256989 },
256990 [0x1F544]={
256991  category="so",
256992  description="NOTCHED RIGHT SEMICIRCLE WITH THREE DOTS",
256993  direction="on",
256994  linebreak="al",
256995  unicodeslot=0x1F544,
256996 },
256997 [0x1F545]={
256998  category="so",
256999  description="SYMBOL FOR MARKS CHAPTER",
257000  direction="on",
257001  linebreak="al",
257002  unicodeslot=0x1F545,
257003 },
257004 [0x1F546]={
257005  category="so",
257006  description="WHITE LATIN CROSS",
257007  direction="on",
257008  linebreak="al",
257009  unicodeslot=0x1F546,
257010 },
257011 [0x1F547]={
257012  category="so",
257013  description="HEAVY LATIN CROSS",
257014  direction="on",
257015  linebreak="al",
257016  unicodeslot=0x1F547,
257017 },
257018 [0x1F548]={
257019  category="so",
257020  description="CELTIC CROSS",
257021  direction="on",
257022  linebreak="al",
257023  unicodeslot=0x1F548,
257024 },
257025 [0x1F549]={
257026  category="so",
257027  description="OM SYMBOL",
257028  direction="on",
257029  linebreak="al",
257030  unicodeslot=0x1F549,
257031  variants=variants_emoji,
257032 },
257033 [0x1F54A]={
257034  category="so",
257035  description="DOVE OF PEACE",
257036  direction="on",
257037  linebreak="id",
257038  unicodeslot=0x1F54A,
257039  variants=variants_emoji,
257040 },
257041 [0x1F54B]={
257042  category="so",
257043  cjkwd="w",
257044  description="KAABA",
257045  direction="on",
257046  linebreak="id",
257047  unicodeslot=0x1F54B,
257048 },
257049 [0x1F54C]={
257050  category="so",
257051  cjkwd="w",
257052  description="MOSQUE",
257053  direction="on",
257054  linebreak="id",
257055  unicodeslot=0x1F54C,
257056 },
257057 [0x1F54D]={
257058  category="so",
257059  cjkwd="w",
257060  description="SYNAGOGUE",
257061  direction="on",
257062  linebreak="id",
257063  unicodeslot=0x1F54D,
257064 },
257065 [0x1F54E]={
257066  category="so",
257067  cjkwd="w",
257068  description="MENORAH WITH NINE BRANCHES",
257069  direction="on",
257070  linebreak="id",
257071  unicodeslot=0x1F54E,
257072 },
257073 [0x1F54F]={
257074  category="so",
257075  description="BOWL OF HYGIEIA",
257076  direction="on",
257077  linebreak="id",
257078  unicodeslot=0x1F54F,
257079 },
257080 [0x1F550]={
257081  category="so",
257082  cjkwd="w",
257083  description="CLOCK FACE ONE OCLOCK",
257084  direction="on",
257085  linebreak="id",
257086  unicodeslot=0x1F550,
257087 },
257088 [0x1F551]={
257089  category="so",
257090  cjkwd="w",
257091  description="CLOCK FACE TWO OCLOCK",
257092  direction="on",
257093  linebreak="id",
257094  unicodeslot=0x1F551,
257095 },
257096 [0x1F552]={
257097  category="so",
257098  cjkwd="w",
257099  description="CLOCK FACE THREE OCLOCK",
257100  direction="on",
257101  linebreak="id",
257102  unicodeslot=0x1F552,
257103 },
257104 [0x1F553]={
257105  category="so",
257106  cjkwd="w",
257107  description="CLOCK FACE FOUR OCLOCK",
257108  direction="on",
257109  linebreak="id",
257110  unicodeslot=0x1F553,
257111 },
257112 [0x1F554]={
257113  category="so",
257114  cjkwd="w",
257115  description="CLOCK FACE FIVE OCLOCK",
257116  direction="on",
257117  linebreak="id",
257118  unicodeslot=0x1F554,
257119 },
257120 [0x1F555]={
257121  category="so",
257122  cjkwd="w",
257123  description="CLOCK FACE SIX OCLOCK",
257124  direction="on",
257125  linebreak="id",
257126  unicodeslot=0x1F555,
257127 },
257128 [0x1F556]={
257129  category="so",
257130  cjkwd="w",
257131  description="CLOCK FACE SEVEN OCLOCK",
257132  direction="on",
257133  linebreak="id",
257134  unicodeslot=0x1F556,
257135 },
257136 [0x1F557]={
257137  category="so",
257138  cjkwd="w",
257139  description="CLOCK FACE EIGHT OCLOCK",
257140  direction="on",
257141  linebreak="id",
257142  unicodeslot=0x1F557,
257143 },
257144 [0x1F558]={
257145  category="so",
257146  cjkwd="w",
257147  description="CLOCK FACE NINE OCLOCK",
257148  direction="on",
257149  linebreak="id",
257150  unicodeslot=0x1F558,
257151 },
257152 [0x1F559]={
257153  category="so",
257154  cjkwd="w",
257155  description="CLOCK FACE TEN OCLOCK",
257156  direction="on",
257157  linebreak="id",
257158  unicodeslot=0x1F559,
257159 },
257160 [0x1F55A]={
257161  category="so",
257162  cjkwd="w",
257163  description="CLOCK FACE ELEVEN OCLOCK",
257164  direction="on",
257165  linebreak="id",
257166  unicodeslot=0x1F55A,
257167 },
257168 [0x1F55B]={
257169  category="so",
257170  cjkwd="w",
257171  description="CLOCK FACE TWELVE OCLOCK",
257172  direction="on",
257173  linebreak="id",
257174  unicodeslot=0x1F55B,
257175 },
257176 [0x1F55C]={
257177  category="so",
257178  cjkwd="w",
257179  description="CLOCK FACE ONE-THIRTY",
257180  direction="on",
257181  linebreak="id",
257182  unicodeslot=0x1F55C,
257183 },
257184 [0x1F55D]={
257185  category="so",
257186  cjkwd="w",
257187  description="CLOCK FACE TWO-THIRTY",
257188  direction="on",
257189  linebreak="id",
257190  unicodeslot=0x1F55D,
257191 },
257192 [0x1F55E]={
257193  category="so",
257194  cjkwd="w",
257195  description="CLOCK FACE THREE-THIRTY",
257196  direction="on",
257197  linebreak="id",
257198  unicodeslot=0x1F55E,
257199 },
257200 [0x1F55F]={
257201  category="so",
257202  cjkwd="w",
257203  description="CLOCK FACE FOUR-THIRTY",
257204  direction="on",
257205  linebreak="id",
257206  unicodeslot=0x1F55F,
257207 },
257208 [0x1F560]={
257209  category="so",
257210  cjkwd="w",
257211  description="CLOCK FACE FIVE-THIRTY",
257212  direction="on",
257213  linebreak="id",
257214  unicodeslot=0x1F560,
257215 },
257216 [0x1F561]={
257217  category="so",
257218  cjkwd="w",
257219  description="CLOCK FACE SIX-THIRTY",
257220  direction="on",
257221  linebreak="id",
257222  unicodeslot=0x1F561,
257223 },
257224 [0x1F562]={
257225  category="so",
257226  cjkwd="w",
257227  description="CLOCK FACE SEVEN-THIRTY",
257228  direction="on",
257229  linebreak="id",
257230  unicodeslot=0x1F562,
257231 },
257232 [0x1F563]={
257233  category="so",
257234  cjkwd="w",
257235  description="CLOCK FACE EIGHT-THIRTY",
257236  direction="on",
257237  linebreak="id",
257238  unicodeslot=0x1F563,
257239 },
257240 [0x1F564]={
257241  category="so",
257242  cjkwd="w",
257243  description="CLOCK FACE NINE-THIRTY",
257244  direction="on",
257245  linebreak="id",
257246  unicodeslot=0x1F564,
257247 },
257248 [0x1F565]={
257249  category="so",
257250  cjkwd="w",
257251  description="CLOCK FACE TEN-THIRTY",
257252  direction="on",
257253  linebreak="id",
257254  unicodeslot=0x1F565,
257255 },
257256 [0x1F566]={
257257  category="so",
257258  cjkwd="w",
257259  description="CLOCK FACE ELEVEN-THIRTY",
257260  direction="on",
257261  linebreak="id",
257262  unicodeslot=0x1F566,
257263 },
257264 [0x1F567]={
257265  category="so",
257266  cjkwd="w",
257267  description="CLOCK FACE TWELVE-THIRTY",
257268  direction="on",
257269  linebreak="id",
257270  unicodeslot=0x1F567,
257271 },
257272 [0x1F568]={
257273  category="so",
257274  description="RIGHT SPEAKER",
257275  direction="on",
257276  linebreak="id",
257277  unicodeslot=0x1F568,
257278 },
257279 [0x1F569]={
257280  category="so",
257281  description="RIGHT SPEAKER WITH ONE SOUND WAVE",
257282  direction="on",
257283  linebreak="id",
257284  unicodeslot=0x1F569,
257285 },
257286 [0x1F56A]={
257287  category="so",
257288  description="RIGHT SPEAKER WITH THREE SOUND WAVES",
257289  direction="on",
257290  linebreak="id",
257291  unicodeslot=0x1F56A,
257292 },
257293 [0x1F56B]={
257294  category="so",
257295  description="BULLHORN",
257296  direction="on",
257297  linebreak="id",
257298  unicodeslot=0x1F56B,
257299 },
257300 [0x1F56C]={
257301  category="so",
257302  description="BULLHORN WITH SOUND WAVES",
257303  direction="on",
257304  linebreak="id",
257305  unicodeslot=0x1F56C,
257306 },
257307 [0x1F56D]={
257308  category="so",
257309  description="RINGING BELL",
257310  direction="on",
257311  linebreak="id",
257312  unicodeslot=0x1F56D,
257313 },
257314 [0x1F56E]={
257315  category="so",
257316  description="BOOK",
257317  direction="on",
257318  linebreak="id",
257319  unicodeslot=0x1F56E,
257320 },
257321 [0x1F56F]={
257322  category="so",
257323  description="CANDLE",
257324  direction="on",
257325  linebreak="id",
257326  unicodeslot=0x1F56F,
257327  variants=variants_emoji,
257328 },
257329 [0x1F570]={
257330  category="so",
257331  description="MANTELPIECE CLOCK",
257332  direction="on",
257333  linebreak="id",
257334  unicodeslot=0x1F570,
257335  variants=variants_emoji,
257336 },
257337 [0x1F571]={
257338  category="so",
257339  description="BLACK SKULL AND CROSSBONES",
257340  direction="on",
257341  linebreak="id",
257342  unicodeslot=0x1F571,
257343 },
257344 [0x1F572]={
257345  category="so",
257346  description="NO PIRACY",
257347  direction="on",
257348  linebreak="id",
257349  unicodeslot=0x1F572,
257350 },
257351 [0x1F573]={
257352  category="so",
257353  description="HOLE",
257354  direction="on",
257355  linebreak="id",
257356  unicodeslot=0x1F573,
257357  variants=variants_emoji,
257358 },
257359 [0x1F574]={
257360  category="so",
257361  description="MAN IN BUSINESS SUIT LEVITATING",
257362  direction="on",
257363  linebreak="eb",
257364  unicodeslot=0x1F574,
257365  variants=variants_emoji,
257366 },
257367 [0x1F575]={
257368  category="so",
257369  description="SLEUTH OR SPY",
257370  direction="on",
257371  linebreak="eb",
257372  unicodeslot=0x1F575,
257373  variants=variants_emoji,
257374 },
257375 [0x1F576]={
257376  category="so",
257377  description="DARK SUNGLASSES",
257378  direction="on",
257379  linebreak="id",
257380  unicodeslot=0x1F576,
257381  variants=variants_emoji,
257382 },
257383 [0x1F577]={
257384  category="so",
257385  description="SPIDER",
257386  direction="on",
257387  linebreak="id",
257388  unicodeslot=0x1F577,
257389  variants=variants_emoji,
257390 },
257391 [0x1F578]={
257392  category="so",
257393  description="SPIDER WEB",
257394  direction="on",
257395  linebreak="id",
257396  unicodeslot=0x1F578,
257397  variants=variants_emoji,
257398 },
257399 [0x1F579]={
257400  category="so",
257401  description="JOYSTICK",
257402  direction="on",
257403  linebreak="id",
257404  unicodeslot=0x1F579,
257405  variants=variants_emoji,
257406 },
257407 [0x1F57A]={
257408  category="so",
257409  cjkwd="w",
257410  description="MAN DANCING",
257411  direction="on",
257412  linebreak="eb",
257413  unicodeslot=0x1F57A,
257414 },
257415 [0x1F57B]={
257416  category="so",
257417  description="LEFT HAND TELEPHONE RECEIVER",
257418  direction="on",
257419  linebreak="id",
257420  unicodeslot=0x1F57B,
257421 },
257422 [0x1F57C]={
257423  category="so",
257424  description="TELEPHONE RECEIVER WITH PAGE",
257425  direction="on",
257426  linebreak="id",
257427  unicodeslot=0x1F57C,
257428 },
257429 [0x1F57D]={
257430  category="so",
257431  description="RIGHT HAND TELEPHONE RECEIVER",
257432  direction="on",
257433  linebreak="id",
257434  synonyms={ "telephone handset" },
257435  unicodeslot=0x1F57D,
257436 },
257437 [0x1F57E]={
257438  category="so",
257439  description="WHITE TOUCHTONE TELEPHONE",
257440  direction="on",
257441  linebreak="id",
257442  unicodeslot=0x1F57E,
257443 },
257444 [0x1F57F]={
257445  category="so",
257446  description="BLACK TOUCHTONE TELEPHONE",
257447  direction="on",
257448  linebreak="id",
257449  unicodeslot=0x1F57F,
257450 },
257451 [0x1F580]={
257452  category="so",
257453  description="TELEPHONE ON TOP OF MODEM",
257454  direction="on",
257455  linebreak="id",
257456  unicodeslot=0x1F580,
257457 },
257458 [0x1F581]={
257459  category="so",
257460  description="CLAMSHELL MOBILE PHONE",
257461  direction="on",
257462  linebreak="id",
257463  unicodeslot=0x1F581,
257464 },
257465 [0x1F582]={
257466  category="so",
257467  description="BACK OF ENVELOPE",
257468  direction="on",
257469  linebreak="id",
257470  unicodeslot=0x1F582,
257471 },
257472 [0x1F583]={
257473  category="so",
257474  description="STAMPED ENVELOPE",
257475  direction="on",
257476  linebreak="id",
257477  unicodeslot=0x1F583,
257478 },
257479 [0x1F584]={
257480  category="so",
257481  description="ENVELOPE WITH LIGHTNING",
257482  direction="on",
257483  linebreak="id",
257484  unicodeslot=0x1F584,
257485 },
257486 [0x1F585]={
257487  category="so",
257488  description="FLYING ENVELOPE",
257489  direction="on",
257490  linebreak="id",
257491  unicodeslot=0x1F585,
257492 },
257493 [0x1F586]={
257494  category="so",
257495  description="PEN OVER STAMPED ENVELOPE",
257496  direction="on",
257497  linebreak="id",
257498  unicodeslot=0x1F586,
257499 },
257500 [0x1F587]={
257501  category="so",
257502  description="LINKED PAPERCLIPS",
257503  direction="on",
257504  linebreak="id",
257505  unicodeslot=0x1F587,
257506  variants=variants_emoji,
257507 },
257508 [0x1F588]={
257509  category="so",
257510  description="BLACK PUSHPIN",
257511  direction="on",
257512  linebreak="id",
257513  unicodeslot=0x1F588,
257514 },
257515 [0x1F589]={
257516  category="so",
257517  description="LOWER LEFT PENCIL",
257518  direction="on",
257519  linebreak="id",
257520  unicodeslot=0x1F589,
257521 },
257522 [0x1F58A]={
257523  category="so",
257524  description="LOWER LEFT BALLPOINT PEN",
257525  direction="on",
257526  linebreak="id",
257527  unicodeslot=0x1F58A,
257528  variants=variants_emoji,
257529 },
257530 [0x1F58B]={
257531  category="so",
257532  description="LOWER LEFT FOUNTAIN PEN",
257533  direction="on",
257534  linebreak="id",
257535  unicodeslot=0x1F58B,
257536  variants=variants_emoji,
257537 },
257538 [0x1F58C]={
257539  category="so",
257540  description="LOWER LEFT PAINTBRUSH",
257541  direction="on",
257542  linebreak="id",
257543  unicodeslot=0x1F58C,
257544  variants=variants_emoji,
257545 },
257546 [0x1F58D]={
257547  category="so",
257548  description="LOWER LEFT CRAYON",
257549  direction="on",
257550  linebreak="id",
257551  unicodeslot=0x1F58D,
257552  variants=variants_emoji,
257553 },
257554 [0x1F58E]={
257555  category="so",
257556  description="LEFT WRITING HAND",
257557  direction="on",
257558  linebreak="id",
257559  unicodeslot=0x1F58E,
257560 },
257561 [0x1F58F]={
257562  category="so",
257563  description="TURNED OK HAND SIGN",
257564  direction="on",
257565  linebreak="id",
257566  unicodeslot=0x1F58F,
257567 },
257568 [0x1F590]={
257569  category="so",
257570  description="RAISED HAND WITH FINGERS SPLAYED",
257571  direction="on",
257572  linebreak="eb",
257573  unicodeslot=0x1F590,
257574  variants=variants_emoji,
257575 },
257576 [0x1F591]={
257577  category="so",
257578  description="REVERSED RAISED HAND WITH FINGERS SPLAYED",
257579  direction="on",
257580  linebreak="id",
257581  unicodeslot=0x1F591,
257582 },
257583 [0x1F592]={
257584  category="so",
257585  description="REVERSED THUMBS UP SIGN",
257586  direction="on",
257587  linebreak="id",
257588  unicodeslot=0x1F592,
257589 },
257590 [0x1F593]={
257591  category="so",
257592  description="REVERSED THUMBS DOWN SIGN",
257593  direction="on",
257594  linebreak="id",
257595  unicodeslot=0x1F593,
257596 },
257597 [0x1F594]={
257598  category="so",
257599  description="REVERSED VICTORY HAND",
257600  direction="on",
257601  linebreak="id",
257602  unicodeslot=0x1F594,
257603 },
257604 [0x1F595]={
257605  category="so",
257606  cjkwd="w",
257607  description="REVERSED HAND WITH MIDDLE FINGER EXTENDED",
257608  direction="on",
257609  linebreak="eb",
257610  unicodeslot=0x1F595,
257611 },
257612 [0x1F596]={
257613  category="so",
257614  cjkwd="w",
257615  description="RAISED HAND WITH PART BETWEEN MIDDLE AND RING FINGERS",
257616  direction="on",
257617  linebreak="eb",
257618  unicodeslot=0x1F596,
257619 },
257620 [0x1F597]={
257621  category="so",
257622  description="WHITE DOWN POINTING LEFT HAND INDEX",
257623  direction="on",
257624  linebreak="id",
257625  unicodeslot=0x1F597,
257626 },
257627 [0x1F598]={
257628  category="so",
257629  description="SIDEWAYS WHITE LEFT POINTING INDEX",
257630  direction="on",
257631  linebreak="id",
257632  unicodeslot=0x1F598,
257633 },
257634 [0x1F599]={
257635  category="so",
257636  description="SIDEWAYS WHITE RIGHT POINTING INDEX",
257637  direction="on",
257638  linebreak="id",
257639  unicodeslot=0x1F599,
257640 },
257641 [0x1F59A]={
257642  category="so",
257643  description="SIDEWAYS BLACK LEFT POINTING INDEX",
257644  direction="on",
257645  linebreak="id",
257646  unicodeslot=0x1F59A,
257647 },
257648 [0x1F59B]={
257649  category="so",
257650  description="SIDEWAYS BLACK RIGHT POINTING INDEX",
257651  direction="on",
257652  linebreak="id",
257653  unicodeslot=0x1F59B,
257654 },
257655 [0x1F59C]={
257656  category="so",
257657  description="BLACK LEFT POINTING BACKHAND INDEX",
257658  direction="on",
257659  linebreak="id",
257660  unicodeslot=0x1F59C,
257661 },
257662 [0x1F59D]={
257663  category="so",
257664  description="BLACK RIGHT POINTING BACKHAND INDEX",
257665  direction="on",
257666  linebreak="id",
257667  unicodeslot=0x1F59D,
257668 },
257669 [0x1F59E]={
257670  category="so",
257671  description="SIDEWAYS WHITE UP POINTING INDEX",
257672  direction="on",
257673  linebreak="id",
257674  unicodeslot=0x1F59E,
257675 },
257676 [0x1F59F]={
257677  category="so",
257678  description="SIDEWAYS WHITE DOWN POINTING INDEX",
257679  direction="on",
257680  linebreak="id",
257681  unicodeslot=0x1F59F,
257682 },
257683 [0x1F5A0]={
257684  category="so",
257685  description="SIDEWAYS BLACK UP POINTING INDEX",
257686  direction="on",
257687  linebreak="id",
257688  unicodeslot=0x1F5A0,
257689 },
257690 [0x1F5A1]={
257691  category="so",
257692  description="SIDEWAYS BLACK DOWN POINTING INDEX",
257693  direction="on",
257694  linebreak="id",
257695  unicodeslot=0x1F5A1,
257696 },
257697 [0x1F5A2]={
257698  category="so",
257699  description="BLACK UP POINTING BACKHAND INDEX",
257700  direction="on",
257701  linebreak="id",
257702  unicodeslot=0x1F5A2,
257703 },
257704 [0x1F5A3]={
257705  category="so",
257706  description="BLACK DOWN POINTING BACKHAND INDEX",
257707  direction="on",
257708  linebreak="id",
257709  unicodeslot=0x1F5A3,
257710 },
257711 [0x1F5A4]={
257712  category="so",
257713  cjkwd="w",
257714  description="BLACK HEART",
257715  direction="on",
257716  linebreak="id",
257717  unicodeslot=0x1F5A4,
257718 },
257719 [0x1F5A5]={
257720  category="so",
257721  description="DESKTOP COMPUTER",
257722  direction="on",
257723  linebreak="id",
257724  unicodeslot=0x1F5A5,
257725  variants=variants_emoji,
257726 },
257727 [0x1F5A6]={
257728  category="so",
257729  description="KEYBOARD AND MOUSE",
257730  direction="on",
257731  linebreak="id",
257732  unicodeslot=0x1F5A6,
257733 },
257734 [0x1F5A7]={
257735  category="so",
257736  description="THREE NETWORKED COMPUTERS",
257737  direction="on",
257738  linebreak="id",
257739  unicodeslot=0x1F5A7,
257740 },
257741 [0x1F5A8]={
257742  category="so",
257743  description="PRINTER",
257744  direction="on",
257745  linebreak="id",
257746  unicodeslot=0x1F5A8,
257747  variants=variants_emoji,
257748 },
257749 [0x1F5A9]={
257750  category="so",
257751  description="POCKET CALCULATOR",
257752  direction="on",
257753  linebreak="id",
257754  unicodeslot=0x1F5A9,
257755 },
257756 [0x1F5AA]={
257757  category="so",
257758  description="BLACK HARD SHELL FLOPPY DISK",
257759  direction="on",
257760  linebreak="id",
257761  unicodeslot=0x1F5AA,
257762 },
257763 [0x1F5AB]={
257764  category="so",
257765  description="WHITE HARD SHELL FLOPPY DISK",
257766  direction="on",
257767  linebreak="id",
257768  unicodeslot=0x1F5AB,
257769 },
257770 [0x1F5AC]={
257771  category="so",
257772  description="SOFT SHELL FLOPPY DISK",
257773  direction="on",
257774  linebreak="id",
257775  unicodeslot=0x1F5AC,
257776 },
257777 [0x1F5AD]={
257778  category="so",
257779  description="TAPE CARTRIDGE",
257780  direction="on",
257781  linebreak="id",
257782  unicodeslot=0x1F5AD,
257783 },
257784 [0x1F5AE]={
257785  category="so",
257786  description="WIRED KEYBOARD",
257787  direction="on",
257788  linebreak="id",
257789  unicodeslot=0x1F5AE,
257790 },
257791 [0x1F5AF]={
257792  category="so",
257793  description="ONE BUTTON MOUSE",
257794  direction="on",
257795  linebreak="id",
257796  unicodeslot=0x1F5AF,
257797 },
257798 [0x1F5B0]={
257799  category="so",
257800  description="TWO BUTTON MOUSE",
257801  direction="on",
257802  linebreak="id",
257803  unicodeslot=0x1F5B0,
257804 },
257805 [0x1F5B1]={
257806  category="so",
257807  description="THREE BUTTON MOUSE",
257808  direction="on",
257809  linebreak="id",
257810  unicodeslot=0x1F5B1,
257811  variants=variants_emoji,
257812 },
257813 [0x1F5B2]={
257814  category="so",
257815  description="TRACKBALL",
257816  direction="on",
257817  linebreak="id",
257818  unicodeslot=0x1F5B2,
257819  variants=variants_emoji,
257820 },
257821 [0x1F5B3]={
257822  category="so",
257823  description="OLD PERSONAL COMPUTER",
257824  direction="on",
257825  linebreak="id",
257826  unicodeslot=0x1F5B3,
257827 },
257828 [0x1F5B4]={
257829  category="so",
257830  description="HARD DISK",
257831  direction="on",
257832  linebreak="id",
257833  unicodeslot=0x1F5B4,
257834 },
257835 [0x1F5B5]={
257836  category="so",
257837  description="SCREEN",
257838  direction="on",
257839  linebreak="id",
257840  unicodeslot=0x1F5B5,
257841 },
257842 [0x1F5B6]={
257843  category="so",
257844  description="PRINTER ICON",
257845  direction="on",
257846  linebreak="id",
257847  unicodeslot=0x1F5B6,
257848 },
257849 [0x1F5B7]={
257850  category="so",
257851  description="FAX ICON",
257852  direction="on",
257853  linebreak="id",
257854  unicodeslot=0x1F5B7,
257855 },
257856 [0x1F5B8]={
257857  category="so",
257858  description="OPTICAL DISC ICON",
257859  direction="on",
257860  linebreak="id",
257861  unicodeslot=0x1F5B8,
257862 },
257863 [0x1F5B9]={
257864  category="so",
257865  description="DOCUMENT WITH TEXT",
257866  direction="on",
257867  linebreak="id",
257868  unicodeslot=0x1F5B9,
257869 },
257870 [0x1F5BA]={
257871  category="so",
257872  description="DOCUMENT WITH TEXT AND PICTURE",
257873  direction="on",
257874  linebreak="id",
257875  unicodeslot=0x1F5BA,
257876 },
257877 [0x1F5BB]={
257878  category="so",
257879  description="DOCUMENT WITH PICTURE",
257880  direction="on",
257881  linebreak="id",
257882  unicodeslot=0x1F5BB,
257883 },
257884 [0x1F5BC]={
257885  category="so",
257886  description="FRAME WITH PICTURE",
257887  direction="on",
257888  linebreak="id",
257889  unicodeslot=0x1F5BC,
257890  variants=variants_emoji,
257891 },
257892 [0x1F5BD]={
257893  category="so",
257894  description="FRAME WITH TILES",
257895  direction="on",
257896  linebreak="id",
257897  unicodeslot=0x1F5BD,
257898 },
257899 [0x1F5BE]={
257900  category="so",
257901  description="FRAME WITH AN X",
257902  direction="on",
257903  linebreak="id",
257904  unicodeslot=0x1F5BE,
257905 },
257906 [0x1F5BF]={
257907  category="so",
257908  description="BLACK FOLDER",
257909  direction="on",
257910  linebreak="id",
257911  unicodeslot=0x1F5BF,
257912 },
257913 [0x1F5C0]={
257914  category="so",
257915  description="FOLDER",
257916  direction="on",
257917  linebreak="id",
257918  unicodeslot=0x1F5C0,
257919 },
257920 [0x1F5C1]={
257921  category="so",
257922  description="OPEN FOLDER",
257923  direction="on",
257924  linebreak="id",
257925  unicodeslot=0x1F5C1,
257926 },
257927 [0x1F5C2]={
257928  category="so",
257929  description="CARD INDEX DIVIDERS",
257930  direction="on",
257931  linebreak="id",
257932  unicodeslot=0x1F5C2,
257933  variants=variants_emoji,
257934 },
257935 [0x1F5C3]={
257936  category="so",
257937  description="CARD FILE BOX",
257938  direction="on",
257939  linebreak="id",
257940  unicodeslot=0x1F5C3,
257941  variants=variants_emoji,
257942 },
257943 [0x1F5C4]={
257944  category="so",
257945  description="FILE CABINET",
257946  direction="on",
257947  linebreak="id",
257948  unicodeslot=0x1F5C4,
257949  variants=variants_emoji,
257950 },
257951 [0x1F5C5]={
257952  category="so",
257953  description="EMPTY NOTE",
257954  direction="on",
257955  linebreak="id",
257956  unicodeslot=0x1F5C5,
257957 },
257958 [0x1F5C6]={
257959  category="so",
257960  description="EMPTY NOTE PAGE",
257961  direction="on",
257962  linebreak="id",
257963  unicodeslot=0x1F5C6,
257964 },
257965 [0x1F5C7]={
257966  category="so",
257967  description="EMPTY NOTE PAD",
257968  direction="on",
257969  linebreak="id",
257970  unicodeslot=0x1F5C7,
257971 },
257972 [0x1F5C8]={
257973  category="so",
257974  description="NOTE",
257975  direction="on",
257976  linebreak="id",
257977  unicodeslot=0x1F5C8,
257978 },
257979 [0x1F5C9]={
257980  category="so",
257981  description="NOTE PAGE",
257982  direction="on",
257983  linebreak="id",
257984  unicodeslot=0x1F5C9,
257985 },
257986 [0x1F5CA]={
257987  category="so",
257988  description="NOTE PAD",
257989  direction="on",
257990  linebreak="id",
257991  unicodeslot=0x1F5CA,
257992 },
257993 [0x1F5CB]={
257994  category="so",
257995  description="EMPTY DOCUMENT",
257996  direction="on",
257997  linebreak="id",
257998  unicodeslot=0x1F5CB,
257999 },
258000 [0x1F5CC]={
258001  category="so",
258002  description="EMPTY PAGE",
258003  direction="on",
258004  linebreak="id",
258005  unicodeslot=0x1F5CC,
258006 },
258007 [0x1F5CD]={
258008  category="so",
258009  description="EMPTY PAGES",
258010  direction="on",
258011  linebreak="id",
258012  unicodeslot=0x1F5CD,
258013 },
258014 [0x1F5CE]={
258015  category="so",
258016  description="DOCUMENT",
258017  direction="on",
258018  linebreak="id",
258019  unicodeslot=0x1F5CE,
258020 },
258021 [0x1F5CF]={
258022  category="so",
258023  description="PAGE",
258024  direction="on",
258025  linebreak="id",
258026  unicodeslot=0x1F5CF,
258027 },
258028 [0x1F5D0]={
258029  category="so",
258030  description="PAGES",
258031  direction="on",
258032  linebreak="id",
258033  unicodeslot=0x1F5D0,
258034 },
258035 [0x1F5D1]={
258036  category="so",
258037  description="WASTEBASKET",
258038  direction="on",
258039  linebreak="id",
258040  synonyms={ "trashcan" },
258041  unicodeslot=0x1F5D1,
258042  variants=variants_emoji,
258043 },
258044 [0x1F5D2]={
258045  category="so",
258046  description="SPIRAL NOTE PAD",
258047  direction="on",
258048  linebreak="id",
258049  unicodeslot=0x1F5D2,
258050  variants=variants_emoji,
258051 },
258052 [0x1F5D3]={
258053  category="so",
258054  description="SPIRAL CALENDAR PAD",
258055  direction="on",
258056  linebreak="id",
258057  unicodeslot=0x1F5D3,
258058  variants=variants_emoji,
258059 },
258060 [0x1F5D4]={
258061  category="so",
258062  description="DESKTOP WINDOW",
258063  direction="on",
258064  linebreak="al",
258065  unicodeslot=0x1F5D4,
258066 },
258067 [0x1F5D5]={
258068  category="so",
258069  description="MINIMIZE",
258070  direction="on",
258071  linebreak="al",
258072  unicodeslot=0x1F5D5,
258073 },
258074 [0x1F5D6]={
258075  category="so",
258076  description="MAXIMIZE",
258077  direction="on",
258078  linebreak="al",
258079  unicodeslot=0x1F5D6,
258080 },
258081 [0x1F5D7]={
258082  category="so",
258083  description="OVERLAP",
258084  direction="on",
258085  linebreak="al",
258086  unicodeslot=0x1F5D7,
258087 },
258088 [0x1F5D8]={
258089  category="so",
258090  description="CLOCKWISE RIGHT AND LEFT SEMICIRCLE ARROWS",
258091  direction="on",
258092  linebreak="al",
258093  unicodeslot=0x1F5D8,
258094 },
258095 [0x1F5D9]={
258096  category="so",
258097  description="CANCELLATION X",
258098  direction="on",
258099  linebreak="al",
258100  unicodeslot=0x1F5D9,
258101 },
258102 [0x1F5DA]={
258103  category="so",
258104  description="INCREASE FONT SIZE SYMBOL",
258105  direction="on",
258106  linebreak="al",
258107  unicodeslot=0x1F5DA,
258108 },
258109 [0x1F5DB]={
258110  category="so",
258111  description="DECREASE FONT SIZE SYMBOL",
258112  direction="on",
258113  linebreak="al",
258114  unicodeslot=0x1F5DB,
258115 },
258116 [0x1F5DC]={
258117  category="so",
258118  description="COMPRESSION",
258119  direction="on",
258120  linebreak="id",
258121  unicodeslot=0x1F5DC,
258122  variants=variants_emoji,
258123 },
258124 [0x1F5DD]={
258125  category="so",
258126  description="OLD KEY",
258127  direction="on",
258128  linebreak="id",
258129  unicodeslot=0x1F5DD,
258130  variants=variants_emoji,
258131 },
258132 [0x1F5DE]={
258133  category="so",
258134  description="ROLLED-UP NEWSPAPER",
258135  direction="on",
258136  linebreak="id",
258137  unicodeslot=0x1F5DE,
258138  variants=variants_emoji,
258139 },
258140 [0x1F5DF]={
258141  category="so",
258142  description="PAGE WITH CIRCLED TEXT",
258143  direction="on",
258144  linebreak="id",
258145  unicodeslot=0x1F5DF,
258146 },
258147 [0x1F5E0]={
258148  category="so",
258149  description="STOCK CHART",
258150  direction="on",
258151  linebreak="id",
258152  unicodeslot=0x1F5E0,
258153 },
258154 [0x1F5E1]={
258155  category="so",
258156  description="DAGGER KNIFE",
258157  direction="on",
258158  linebreak="id",
258159  unicodeslot=0x1F5E1,
258160  variants=variants_emoji,
258161 },
258162 [0x1F5E2]={
258163  category="so",
258164  description="LIPS",
258165  direction="on",
258166  linebreak="id",
258167  unicodeslot=0x1F5E2,
258168 },
258169 [0x1F5E3]={
258170  category="so",
258171  description="SPEAKING HEAD IN SILHOUETTE",
258172  direction="on",
258173  linebreak="id",
258174  unicodeslot=0x1F5E3,
258175  variants=variants_emoji,
258176 },
258177 [0x1F5E4]={
258178  category="so",
258179  description="THREE RAYS ABOVE",
258180  direction="on",
258181  linebreak="id",
258182  unicodeslot=0x1F5E4,
258183 },
258184 [0x1F5E5]={
258185  category="so",
258186  description="THREE RAYS BELOW",
258187  direction="on",
258188  linebreak="id",
258189  unicodeslot=0x1F5E5,
258190 },
258191 [0x1F5E6]={
258192  category="so",
258193  description="THREE RAYS LEFT",
258194  direction="on",
258195  linebreak="id",
258196  unicodeslot=0x1F5E6,
258197 },
258198 [0x1F5E7]={
258199  category="so",
258200  description="THREE RAYS RIGHT",
258201  direction="on",
258202  linebreak="id",
258203  unicodeslot=0x1F5E7,
258204 },
258205 [0x1F5E8]={
258206  category="so",
258207  description="LEFT SPEECH BUBBLE",
258208  direction="on",
258209  linebreak="id",
258210  unicodeslot=0x1F5E8,
258211  variants=variants_emoji,
258212 },
258213 [0x1F5E9]={
258214  category="so",
258215  description="RIGHT SPEECH BUBBLE",
258216  direction="on",
258217  linebreak="id",
258218  unicodeslot=0x1F5E9,
258219 },
258220 [0x1F5EA]={
258221  category="so",
258222  description="TWO SPEECH BUBBLES",
258223  direction="on",
258224  linebreak="id",
258225  unicodeslot=0x1F5EA,
258226 },
258227 [0x1F5EB]={
258228  category="so",
258229  description="THREE SPEECH BUBBLES",
258230  direction="on",
258231  linebreak="id",
258232  unicodeslot=0x1F5EB,
258233 },
258234 [0x1F5EC]={
258235  category="so",
258236  description="LEFT THOUGHT BUBBLE",
258237  direction="on",
258238  linebreak="id",
258239  unicodeslot=0x1F5EC,
258240 },
258241 [0x1F5ED]={
258242  category="so",
258243  description="RIGHT THOUGHT BUBBLE",
258244  direction="on",
258245  linebreak="id",
258246  unicodeslot=0x1F5ED,
258247 },
258248 [0x1F5EE]={
258249  category="so",
258250  description="LEFT ANGER BUBBLE",
258251  direction="on",
258252  linebreak="id",
258253  unicodeslot=0x1F5EE,
258254 },
258255 [0x1F5EF]={
258256  category="so",
258257  description="RIGHT ANGER BUBBLE",
258258  direction="on",
258259  linebreak="id",
258260  unicodeslot=0x1F5EF,
258261  variants=variants_emoji,
258262 },
258263 [0x1F5F0]={
258264  category="so",
258265  description="MOOD BUBBLE",
258266  direction="on",
258267  linebreak="id",
258268  unicodeslot=0x1F5F0,
258269 },
258270 [0x1F5F1]={
258271  category="so",
258272  description="LIGHTNING MOOD BUBBLE",
258273  direction="on",
258274  linebreak="id",
258275  unicodeslot=0x1F5F1,
258276 },
258277 [0x1F5F2]={
258278  category="so",
258279  description="LIGHTNING MOOD",
258280  direction="on",
258281  linebreak="id",
258282  synonyms={ "lightning bolt" },
258283  unicodeslot=0x1F5F2,
258284 },
258285 [0x1F5F3]={
258286  category="so",
258287  description="BALLOT BOX WITH BALLOT",
258288  direction="on",
258289  linebreak="id",
258290  unicodeslot=0x1F5F3,
258291  variants=variants_emoji,
258292 },
258293 [0x1F5F4]={
258294  category="so",
258295  description="BALLOT SCRIPT X",
258296  direction="on",
258297  linebreak="al",
258298  unicodeslot=0x1F5F4,
258299 },
258300 [0x1F5F5]={
258301  category="so",
258302  description="BALLOT BOX WITH SCRIPT X",
258303  direction="on",
258304  linebreak="al",
258305  unicodeslot=0x1F5F5,
258306 },
258307 [0x1F5F6]={
258308  category="so",
258309  description="BALLOT BOLD SCRIPT X",
258310  direction="on",
258311  linebreak="al",
258312  unicodeslot=0x1F5F6,
258313 },
258314 [0x1F5F7]={
258315  category="so",
258316  description="BALLOT BOX WITH BOLD SCRIPT X",
258317  direction="on",
258318  linebreak="al",
258319  unicodeslot=0x1F5F7,
258320 },
258321 [0x1F5F8]={
258322  category="so",
258323  description="LIGHT CHECK MARK",
258324  direction="on",
258325  linebreak="al",
258326  unicodeslot=0x1F5F8,
258327 },
258328 [0x1F5F9]={
258329  category="so",
258330  description="BALLOT BOX WITH BOLD CHECK",
258331  direction="on",
258332  linebreak="al",
258333  unicodeslot=0x1F5F9,
258334 },
258335 [0x1F5FA]={
258336  category="so",
258337  description="WORLD MAP",
258338  direction="on",
258339  linebreak="id",
258340  unicodeslot=0x1F5FA,
258341  variants=variants_emoji,
258342 },
258343 [0x1F5FB]={
258344  category="so",
258345  cjkwd="w",
258346  description="MOUNT FUJI",
258347  direction="on",
258348  linebreak="id",
258349  unicodeslot=0x1F5FB,
258350 },
258351 [0x1F5FC]={
258352  category="so",
258353  cjkwd="w",
258354  description="TOKYO TOWER",
258355  direction="on",
258356  linebreak="id",
258357  unicodeslot=0x1F5FC,
258358 },
258359 [0x1F5FD]={
258360  category="so",
258361  cjkwd="w",
258362  description="STATUE OF LIBERTY",
258363  direction="on",
258364  linebreak="id",
258365  unicodeslot=0x1F5FD,
258366 },
258367 [0x1F5FE]={
258368  category="so",
258369  cjkwd="w",
258370  description="SILHOUETTE OF JAPAN",
258371  direction="on",
258372  linebreak="id",
258373  unicodeslot=0x1F5FE,
258374 },
258375 [0x1F5FF]={
258376  category="so",
258377  cjkwd="w",
258378  description="MOYAI",
258379  direction="on",
258380  linebreak="id",
258381  unicodeslot=0x1F5FF,
258382 },
258383 [0x1F600]={
258384  category="so",
258385  cjkwd="w",
258386  description="GRINNING FACE",
258387  direction="on",
258388  linebreak="id",
258389  unicodeslot=0x1F600,
258390 },
258391 [0x1F601]={
258392  category="so",
258393  cjkwd="w",
258394  description="GRINNING FACE WITH SMILING EYES",
258395  direction="on",
258396  linebreak="id",
258397  unicodeslot=0x1F601,
258398 },
258399 [0x1F602]={
258400  category="so",
258401  cjkwd="w",
258402  description="FACE WITH TEARS OF JOY",
258403  direction="on",
258404  linebreak="id",
258405  unicodeslot=0x1F602,
258406 },
258407 [0x1F603]={
258408  category="so",
258409  cjkwd="w",
258410  description="SMILING FACE WITH OPEN MOUTH",
258411  direction="on",
258412  linebreak="id",
258413  unicodeslot=0x1F603,
258414 },
258415 [0x1F604]={
258416  category="so",
258417  cjkwd="w",
258418  description="SMILING FACE WITH OPEN MOUTH AND SMILING EYES",
258419  direction="on",
258420  linebreak="id",
258421  unicodeslot=0x1F604,
258422 },
258423 [0x1F605]={
258424  category="so",
258425  cjkwd="w",
258426  description="SMILING FACE WITH OPEN MOUTH AND COLD SWEAT",
258427  direction="on",
258428  linebreak="id",
258429  unicodeslot=0x1F605,
258430 },
258431 [0x1F606]={
258432  category="so",
258433  cjkwd="w",
258434  description="SMILING FACE WITH OPEN MOUTH AND TIGHTLY-CLOSED EYES",
258435  direction="on",
258436  linebreak="id",
258437  unicodeslot=0x1F606,
258438 },
258439 [0x1F607]={
258440  category="so",
258441  cjkwd="w",
258442  description="SMILING FACE WITH HALO",
258443  direction="on",
258444  linebreak="id",
258445  unicodeslot=0x1F607,
258446 },
258447 [0x1F608]={
258448  category="so",
258449  cjkwd="w",
258450  description="SMILING FACE WITH HORNS",
258451  direction="on",
258452  linebreak="id",
258453  unicodeslot=0x1F608,
258454 },
258455 [0x1F609]={
258456  category="so",
258457  cjkwd="w",
258458  description="WINKING FACE",
258459  direction="on",
258460  linebreak="id",
258461  unicodeslot=0x1F609,
258462 },
258463 [0x1F60A]={
258464  category="so",
258465  cjkwd="w",
258466  description="SMILING FACE WITH SMILING EYES",
258467  direction="on",
258468  linebreak="id",
258469  unicodeslot=0x1F60A,
258470 },
258471 [0x1F60B]={
258472  category="so",
258473  cjkwd="w",
258474  description="FACE SAVOURING DELICIOUS FOOD",
258475  direction="on",
258476  linebreak="id",
258477  unicodeslot=0x1F60B,
258478 },
258479 [0x1F60C]={
258480  category="so",
258481  cjkwd="w",
258482  description="RELIEVED FACE",
258483  direction="on",
258484  linebreak="id",
258485  unicodeslot=0x1F60C,
258486 },
258487 [0x1F60D]={
258488  category="so",
258489  cjkwd="w",
258490  description="SMILING FACE WITH HEART-SHAPED EYES",
258491  direction="on",
258492  linebreak="id",
258493  unicodeslot=0x1F60D,
258494 },
258495 [0x1F60E]={
258496  category="so",
258497  cjkwd="w",
258498  description="SMILING FACE WITH SUNGLASSES",
258499  direction="on",
258500  linebreak="id",
258501  unicodeslot=0x1F60E,
258502 },
258503 [0x1F60F]={
258504  category="so",
258505  cjkwd="w",
258506  description="SMIRKING FACE",
258507  direction="on",
258508  linebreak="id",
258509  unicodeslot=0x1F60F,
258510 },
258511 [0x1F610]={
258512  category="so",
258513  cjkwd="w",
258514  description="NEUTRAL FACE",
258515  direction="on",
258516  linebreak="id",
258517  unicodeslot=0x1F610,
258518 },
258519 [0x1F611]={
258520  category="so",
258521  cjkwd="w",
258522  description="EXPRESSIONLESS FACE",
258523  direction="on",
258524  linebreak="id",
258525  unicodeslot=0x1F611,
258526 },
258527 [0x1F612]={
258528  category="so",
258529  cjkwd="w",
258530  description="UNAMUSED FACE",
258531  direction="on",
258532  linebreak="id",
258533  unicodeslot=0x1F612,
258534 },
258535 [0x1F613]={
258536  category="so",
258537  cjkwd="w",
258538  description="FACE WITH COLD SWEAT",
258539  direction="on",
258540  linebreak="id",
258541  unicodeslot=0x1F613,
258542 },
258543 [0x1F614]={
258544  category="so",
258545  cjkwd="w",
258546  description="PENSIVE FACE",
258547  direction="on",
258548  linebreak="id",
258549  unicodeslot=0x1F614,
258550 },
258551 [0x1F615]={
258552  category="so",
258553  cjkwd="w",
258554  description="CONFUSED FACE",
258555  direction="on",
258556  linebreak="id",
258557  unicodeslot=0x1F615,
258558 },
258559 [0x1F616]={
258560  category="so",
258561  cjkwd="w",
258562  description="CONFOUNDED FACE",
258563  direction="on",
258564  linebreak="id",
258565  unicodeslot=0x1F616,
258566 },
258567 [0x1F617]={
258568  category="so",
258569  cjkwd="w",
258570  description="KISSING FACE",
258571  direction="on",
258572  linebreak="id",
258573  unicodeslot=0x1F617,
258574 },
258575 [0x1F618]={
258576  category="so",
258577  cjkwd="w",
258578  description="FACE THROWING A KISS",
258579  direction="on",
258580  linebreak="id",
258581  unicodeslot=0x1F618,
258582 },
258583 [0x1F619]={
258584  category="so",
258585  cjkwd="w",
258586  description="KISSING FACE WITH SMILING EYES",
258587  direction="on",
258588  linebreak="id",
258589  unicodeslot=0x1F619,
258590 },
258591 [0x1F61A]={
258592  category="so",
258593  cjkwd="w",
258594  description="KISSING FACE WITH CLOSED EYES",
258595  direction="on",
258596  linebreak="id",
258597  unicodeslot=0x1F61A,
258598 },
258599 [0x1F61B]={
258600  category="so",
258601  cjkwd="w",
258602  description="FACE WITH STUCK-OUT TONGUE",
258603  direction="on",
258604  linebreak="id",
258605  unicodeslot=0x1F61B,
258606 },
258607 [0x1F61C]={
258608  category="so",
258609  cjkwd="w",
258610  description="FACE WITH STUCK-OUT TONGUE AND WINKING EYE",
258611  direction="on",
258612  linebreak="id",
258613  unicodeslot=0x1F61C,
258614 },
258615 [0x1F61D]={
258616  category="so",
258617  cjkwd="w",
258618  description="FACE WITH STUCK-OUT TONGUE AND TIGHTLY-CLOSED EYES",
258619  direction="on",
258620  linebreak="id",
258621  unicodeslot=0x1F61D,
258622 },
258623 [0x1F61E]={
258624  category="so",
258625  cjkwd="w",
258626  description="DISAPPOINTED FACE",
258627  direction="on",
258628  linebreak="id",
258629  unicodeslot=0x1F61E,
258630 },
258631 [0x1F61F]={
258632  category="so",
258633  cjkwd="w",
258634  description="WORRIED FACE",
258635  direction="on",
258636  linebreak="id",
258637  unicodeslot=0x1F61F,
258638 },
258639 [0x1F620]={
258640  category="so",
258641  cjkwd="w",
258642  description="ANGRY FACE",
258643  direction="on",
258644  linebreak="id",
258645  unicodeslot=0x1F620,
258646 },
258647 [0x1F621]={
258648  category="so",
258649  cjkwd="w",
258650  description="POUTING FACE",
258651  direction="on",
258652  linebreak="id",
258653  unicodeslot=0x1F621,
258654 },
258655 [0x1F622]={
258656  category="so",
258657  cjkwd="w",
258658  description="CRYING FACE",
258659  direction="on",
258660  linebreak="id",
258661  unicodeslot=0x1F622,
258662 },
258663 [0x1F623]={
258664  category="so",
258665  cjkwd="w",
258666  description="PERSEVERING FACE",
258667  direction="on",
258668  linebreak="id",
258669  unicodeslot=0x1F623,
258670 },
258671 [0x1F624]={
258672  category="so",
258673  cjkwd="w",
258674  description="FACE WITH LOOK OF TRIUMPH",
258675  direction="on",
258676  linebreak="id",
258677  unicodeslot=0x1F624,
258678 },
258679 [0x1F625]={
258680  category="so",
258681  cjkwd="w",
258682  description="DISAPPOINTED BUT RELIEVED FACE",
258683  direction="on",
258684  linebreak="id",
258685  unicodeslot=0x1F625,
258686 },
258687 [0x1F626]={
258688  category="so",
258689  cjkwd="w",
258690  description="FROWNING FACE WITH OPEN MOUTH",
258691  direction="on",
258692  linebreak="id",
258693  unicodeslot=0x1F626,
258694 },
258695 [0x1F627]={
258696  category="so",
258697  cjkwd="w",
258698  description="ANGUISHED FACE",
258699  direction="on",
258700  linebreak="id",
258701  unicodeslot=0x1F627,
258702 },
258703 [0x1F628]={
258704  category="so",
258705  cjkwd="w",
258706  description="FEARFUL FACE",
258707  direction="on",
258708  linebreak="id",
258709  unicodeslot=0x1F628,
258710 },
258711 [0x1F629]={
258712  category="so",
258713  cjkwd="w",
258714  description="WEARY FACE",
258715  direction="on",
258716  linebreak="id",
258717  unicodeslot=0x1F629,
258718 },
258719 [0x1F62A]={
258720  category="so",
258721  cjkwd="w",
258722  description="SLEEPY FACE",
258723  direction="on",
258724  linebreak="id",
258725  unicodeslot=0x1F62A,
258726 },
258727 [0x1F62B]={
258728  category="so",
258729  cjkwd="w",
258730  description="TIRED FACE",
258731  direction="on",
258732  linebreak="id",
258733  unicodeslot=0x1F62B,
258734 },
258735 [0x1F62C]={
258736  category="so",
258737  cjkwd="w",
258738  description="GRIMACING FACE",
258739  direction="on",
258740  linebreak="id",
258741  unicodeslot=0x1F62C,
258742 },
258743 [0x1F62D]={
258744  category="so",
258745  cjkwd="w",
258746  description="LOUDLY CRYING FACE",
258747  direction="on",
258748  linebreak="id",
258749  unicodeslot=0x1F62D,
258750 },
258751 [0x1F62E]={
258752  category="so",
258753  cjkwd="w",
258754  description="FACE WITH OPEN MOUTH",
258755  direction="on",
258756  linebreak="id",
258757  unicodeslot=0x1F62E,
258758 },
258759 [0x1F62F]={
258760  category="so",
258761  cjkwd="w",
258762  description="HUSHED FACE",
258763  direction="on",
258764  linebreak="id",
258765  unicodeslot=0x1F62F,
258766 },
258767 [0x1F630]={
258768  category="so",
258769  cjkwd="w",
258770  description="FACE WITH OPEN MOUTH AND COLD SWEAT",
258771  direction="on",
258772  linebreak="id",
258773  unicodeslot=0x1F630,
258774 },
258775 [0x1F631]={
258776  category="so",
258777  cjkwd="w",
258778  description="FACE SCREAMING IN FEAR",
258779  direction="on",
258780  linebreak="id",
258781  unicodeslot=0x1F631,
258782 },
258783 [0x1F632]={
258784  category="so",
258785  cjkwd="w",
258786  description="ASTONISHED FACE",
258787  direction="on",
258788  linebreak="id",
258789  unicodeslot=0x1F632,
258790 },
258791 [0x1F633]={
258792  category="so",
258793  cjkwd="w",
258794  description="FLUSHED FACE",
258795  direction="on",
258796  linebreak="id",
258797  unicodeslot=0x1F633,
258798 },
258799 [0x1F634]={
258800  category="so",
258801  cjkwd="w",
258802  description="SLEEPING FACE",
258803  direction="on",
258804  linebreak="id",
258805  unicodeslot=0x1F634,
258806 },
258807 [0x1F635]={
258808  category="so",
258809  cjkwd="w",
258810  description="DIZZY FACE",
258811  direction="on",
258812  linebreak="id",
258813  unicodeslot=0x1F635,
258814 },
258815 [0x1F636]={
258816  category="so",
258817  cjkwd="w",
258818  description="FACE WITHOUT MOUTH",
258819  direction="on",
258820  linebreak="id",
258821  unicodeslot=0x1F636,
258822 },
258823 [0x1F637]={
258824  category="so",
258825  cjkwd="w",
258826  description="FACE WITH MEDICAL MASK",
258827  direction="on",
258828  linebreak="id",
258829  unicodeslot=0x1F637,
258830 },
258831 [0x1F638]={
258832  category="so",
258833  cjkwd="w",
258834  description="GRINNING CAT FACE WITH SMILING EYES",
258835  direction="on",
258836  linebreak="id",
258837  unicodeslot=0x1F638,
258838 },
258839 [0x1F639]={
258840  category="so",
258841  cjkwd="w",
258842  description="CAT FACE WITH TEARS OF JOY",
258843  direction="on",
258844  linebreak="id",
258845  unicodeslot=0x1F639,
258846 },
258847 [0x1F63A]={
258848  category="so",
258849  cjkwd="w",
258850  description="SMILING CAT FACE WITH OPEN MOUTH",
258851  direction="on",
258852  linebreak="id",
258853  unicodeslot=0x1F63A,
258854 },
258855 [0x1F63B]={
258856  category="so",
258857  cjkwd="w",
258858  description="SMILING CAT FACE WITH HEART-SHAPED EYES",
258859  direction="on",
258860  linebreak="id",
258861  unicodeslot=0x1F63B,
258862 },
258863 [0x1F63C]={
258864  category="so",
258865  cjkwd="w",
258866  description="CAT FACE WITH WRY SMILE",
258867  direction="on",
258868  linebreak="id",
258869  unicodeslot=0x1F63C,
258870 },
258871 [0x1F63D]={
258872  category="so",
258873  cjkwd="w",
258874  description="KISSING CAT FACE WITH CLOSED EYES",
258875  direction="on",
258876  linebreak="id",
258877  unicodeslot=0x1F63D,
258878 },
258879 [0x1F63E]={
258880  category="so",
258881  cjkwd="w",
258882  description="POUTING CAT FACE",
258883  direction="on",
258884  linebreak="id",
258885  unicodeslot=0x1F63E,
258886 },
258887 [0x1F63F]={
258888  category="so",
258889  cjkwd="w",
258890  description="CRYING CAT FACE",
258891  direction="on",
258892  linebreak="id",
258893  unicodeslot=0x1F63F,
258894 },
258895 [0x1F640]={
258896  category="so",
258897  cjkwd="w",
258898  description="WEARY CAT FACE",
258899  direction="on",
258900  linebreak="id",
258901  unicodeslot=0x1F640,
258902 },
258903 [0x1F641]={
258904  category="so",
258905  cjkwd="w",
258906  description="SLIGHTLY FROWNING FACE",
258907  direction="on",
258908  linebreak="id",
258909  unicodeslot=0x1F641,
258910 },
258911 [0x1F642]={
258912  category="so",
258913  cjkwd="w",
258914  description="SLIGHTLY SMILING FACE",
258915  direction="on",
258916  linebreak="id",
258917  unicodeslot=0x1F642,
258918 },
258919 [0x1F643]={
258920  category="so",
258921  cjkwd="w",
258922  description="UPSIDE-DOWN FACE",
258923  direction="on",
258924  linebreak="id",
258925  unicodeslot=0x1F643,
258926 },
258927 [0x1F644]={
258928  category="so",
258929  cjkwd="w",
258930  description="FACE WITH ROLLING EYES",
258931  direction="on",
258932  linebreak="id",
258933  unicodeslot=0x1F644,
258934 },
258935 [0x1F645]={
258936  category="so",
258937  cjkwd="w",
258938  description="FACE WITH NO GOOD GESTURE",
258939  direction="on",
258940  linebreak="eb",
258941  unicodeslot=0x1F645,
258942 },
258943 [0x1F646]={
258944  category="so",
258945  cjkwd="w",
258946  description="FACE WITH OK GESTURE",
258947  direction="on",
258948  linebreak="eb",
258949  unicodeslot=0x1F646,
258950 },
258951 [0x1F647]={
258952  category="so",
258953  cjkwd="w",
258954  description="PERSON BOWING DEEPLY",
258955  direction="on",
258956  linebreak="eb",
258957  unicodeslot=0x1F647,
258958 },
258959 [0x1F648]={
258960  category="so",
258961  cjkwd="w",
258962  description="SEE-NO-EVIL MONKEY",
258963  direction="on",
258964  linebreak="id",
258965  unicodeslot=0x1F648,
258966 },
258967 [0x1F649]={
258968  category="so",
258969  cjkwd="w",
258970  description="HEAR-NO-EVIL MONKEY",
258971  direction="on",
258972  linebreak="id",
258973  unicodeslot=0x1F649,
258974 },
258975 [0x1F64A]={
258976  category="so",
258977  cjkwd="w",
258978  description="SPEAK-NO-EVIL MONKEY",
258979  direction="on",
258980  linebreak="id",
258981  unicodeslot=0x1F64A,
258982 },
258983 [0x1F64B]={
258984  category="so",
258985  cjkwd="w",
258986  description="HAPPY PERSON RAISING ONE HAND",
258987  direction="on",
258988  linebreak="eb",
258989  unicodeslot=0x1F64B,
258990 },
258991 [0x1F64C]={
258992  category="so",
258993  cjkwd="w",
258994  description="PERSON RAISING BOTH HANDS IN CELEBRATION",
258995  direction="on",
258996  linebreak="eb",
258997  unicodeslot=0x1F64C,
258998 },
258999 [0x1F64D]={
259000  category="so",
259001  cjkwd="w",
259002  description="PERSON FROWNING",
259003  direction="on",
259004  linebreak="eb",
259005  unicodeslot=0x1F64D,
259006 },
259007 [0x1F64E]={
259008  category="so",
259009  cjkwd="w",
259010  description="PERSON WITH POUTING FACE",
259011  direction="on",
259012  linebreak="eb",
259013  unicodeslot=0x1F64E,
259014 },
259015 [0x1F64F]={
259016  category="so",
259017  cjkwd="w",
259018  description="PERSON WITH FOLDED HANDS",
259019  direction="on",
259020  linebreak="eb",
259021  unicodeslot=0x1F64F,
259022 },
259023 [0x1F650]={
259024  category="so",
259025  description="NORTH WEST POINTING LEAF",
259026  direction="on",
259027  linebreak="al",
259028  unicodeslot=0x1F650,
259029 },
259030 [0x1F651]={
259031  category="so",
259032  description="SOUTH WEST POINTING LEAF",
259033  direction="on",
259034  linebreak="al",
259035  unicodeslot=0x1F651,
259036 },
259037 [0x1F652]={
259038  category="so",
259039  description="NORTH EAST POINTING LEAF",
259040  direction="on",
259041  linebreak="al",
259042  unicodeslot=0x1F652,
259043 },
259044 [0x1F653]={
259045  category="so",
259046  description="SOUTH EAST POINTING LEAF",
259047  direction="on",
259048  linebreak="al",
259049  unicodeslot=0x1F653,
259050 },
259051 [0x1F654]={
259052  category="so",
259053  description="TURNED NORTH WEST POINTING LEAF",
259054  direction="on",
259055  linebreak="al",
259056  unicodeslot=0x1F654,
259057 },
259058 [0x1F655]={
259059  category="so",
259060  description="TURNED SOUTH WEST POINTING LEAF",
259061  direction="on",
259062  linebreak="al",
259063  unicodeslot=0x1F655,
259064 },
259065 [0x1F656]={
259066  category="so",
259067  description="TURNED NORTH EAST POINTING LEAF",
259068  direction="on",
259069  linebreak="al",
259070  unicodeslot=0x1F656,
259071 },
259072 [0x1F657]={
259073  category="so",
259074  description="TURNED SOUTH EAST POINTING LEAF",
259075  direction="on",
259076  linebreak="al",
259077  unicodeslot=0x1F657,
259078 },
259079 [0x1F658]={
259080  category="so",
259081  description="NORTH WEST POINTING VINE LEAF",
259082  direction="on",
259083  linebreak="al",
259084  unicodeslot=0x1F658,
259085 },
259086 [0x1F659]={
259087  category="so",
259088  description="SOUTH WEST POINTING VINE LEAF",
259089  direction="on",
259090  linebreak="al",
259091  unicodeslot=0x1F659,
259092 },
259093 [0x1F65A]={
259094  category="so",
259095  description="NORTH EAST POINTING VINE LEAF",
259096  direction="on",
259097  linebreak="al",
259098  unicodeslot=0x1F65A,
259099 },
259100 [0x1F65B]={
259101  category="so",
259102  description="SOUTH EAST POINTING VINE LEAF",
259103  direction="on",
259104  linebreak="al",
259105  unicodeslot=0x1F65B,
259106 },
259107 [0x1F65C]={
259108  category="so",
259109  description="HEAVY NORTH WEST POINTING VINE LEAF",
259110  direction="on",
259111  linebreak="al",
259112  unicodeslot=0x1F65C,
259113 },
259114 [0x1F65D]={
259115  category="so",
259116  description="HEAVY SOUTH WEST POINTING VINE LEAF",
259117  direction="on",
259118  linebreak="al",
259119  unicodeslot=0x1F65D,
259120 },
259121 [0x1F65E]={
259122  category="so",
259123  description="HEAVY NORTH EAST POINTING VINE LEAF",
259124  direction="on",
259125  linebreak="al",
259126  unicodeslot=0x1F65E,
259127 },
259128 [0x1F65F]={
259129  category="so",
259130  description="HEAVY SOUTH EAST POINTING VINE LEAF",
259131  direction="on",
259132  linebreak="al",
259133  unicodeslot=0x1F65F,
259134 },
259135 [0x1F660]={
259136  category="so",
259137  description="NORTH WEST POINTING BUD",
259138  direction="on",
259139  linebreak="al",
259140  unicodeslot=0x1F660,
259141 },
259142 [0x1F661]={
259143  category="so",
259144  description="SOUTH WEST POINTING BUD",
259145  direction="on",
259146  linebreak="al",
259147  unicodeslot=0x1F661,
259148 },
259149 [0x1F662]={
259150  category="so",
259151  description="NORTH EAST POINTING BUD",
259152  direction="on",
259153  linebreak="al",
259154  unicodeslot=0x1F662,
259155 },
259156 [0x1F663]={
259157  category="so",
259158  description="SOUTH EAST POINTING BUD",
259159  direction="on",
259160  linebreak="al",
259161  unicodeslot=0x1F663,
259162 },
259163 [0x1F664]={
259164  category="so",
259165  description="HEAVY NORTH WEST POINTING BUD",
259166  direction="on",
259167  linebreak="al",
259168  unicodeslot=0x1F664,
259169 },
259170 [0x1F665]={
259171  category="so",
259172  description="HEAVY SOUTH WEST POINTING BUD",
259173  direction="on",
259174  linebreak="al",
259175  unicodeslot=0x1F665,
259176 },
259177 [0x1F666]={
259178  category="so",
259179  description="HEAVY NORTH EAST POINTING BUD",
259180  direction="on",
259181  linebreak="al",
259182  unicodeslot=0x1F666,
259183 },
259184 [0x1F667]={
259185  category="so",
259186  description="HEAVY SOUTH EAST POINTING BUD",
259187  direction="on",
259188  linebreak="al",
259189  unicodeslot=0x1F667,
259190 },
259191 [0x1F668]={
259192  category="so",
259193  description="HOLLOW QUILT SQUARE ORNAMENT",
259194  direction="on",
259195  linebreak="al",
259196  unicodeslot=0x1F668,
259197 },
259198 [0x1F669]={
259199  category="so",
259200  description="HOLLOW QUILT SQUARE ORNAMENT IN BLACK SQUARE",
259201  direction="on",
259202  linebreak="al",
259203  unicodeslot=0x1F669,
259204 },
259205 [0x1F66A]={
259206  category="so",
259207  description="SOLID QUILT SQUARE ORNAMENT",
259208  direction="on",
259209  linebreak="al",
259210  unicodeslot=0x1F66A,
259211 },
259212 [0x1F66B]={
259213  category="so",
259214  description="SOLID QUILT SQUARE ORNAMENT IN BLACK SQUARE",
259215  direction="on",
259216  linebreak="al",
259217  unicodeslot=0x1F66B,
259218 },
259219 [0x1F66C]={
259220  category="so",
259221  description="LEFTWARDS ROCKET",
259222  direction="on",
259223  linebreak="al",
259224  unicodeslot=0x1F66C,
259225 },
259226 [0x1F66D]={
259227  category="so",
259228  description="UPWARDS ROCKET",
259229  direction="on",
259230  linebreak="al",
259231  unicodeslot=0x1F66D,
259232 },
259233 [0x1F66E]={
259234  category="so",
259235  description="RIGHTWARDS ROCKET",
259236  direction="on",
259237  linebreak="al",
259238  unicodeslot=0x1F66E,
259239 },
259240 [0x1F66F]={
259241  category="so",
259242  description="DOWNWARDS ROCKET",
259243  direction="on",
259244  linebreak="al",
259245  unicodeslot=0x1F66F,
259246 },
259247 [0x1F670]={
259248  category="so",
259249  description="SCRIPT LIGATURE ET ORNAMENT",
259250  direction="on",
259251  linebreak="al",
259252  unicodeslot=0x1F670,
259253 },
259254 [0x1F671]={
259255  category="so",
259256  description="HEAVY SCRIPT LIGATURE ET ORNAMENT",
259257  direction="on",
259258  linebreak="al",
259259  unicodeslot=0x1F671,
259260 },
259261 [0x1F672]={
259262  category="so",
259263  description="LIGATURE OPEN ET ORNAMENT",
259264  direction="on",
259265  linebreak="al",
259266  unicodeslot=0x1F672,
259267 },
259268 [0x1F673]={
259269  category="so",
259270  description="HEAVY LIGATURE OPEN ET ORNAMENT",
259271  direction="on",
259272  linebreak="al",
259273  unicodeslot=0x1F673,
259274 },
259275 [0x1F674]={
259276  category="so",
259277  description="HEAVY AMPERSAND ORNAMENT",
259278  direction="on",
259279  linebreak="al",
259280  unicodeslot=0x1F674,
259281 },
259282 [0x1F675]={
259283  category="so",
259284  description="SWASH AMPERSAND ORNAMENT",
259285  direction="on",
259286  linebreak="al",
259287  unicodeslot=0x1F675,
259288 },
259289 [0x1F676]={
259290  category="so",
259291  description="SANS-SERIF HEAVY DOUBLE TURNED COMMA QUOTATION MARK ORNAMENT",
259292  direction="on",
259293  linebreak="qu",
259294  unicodeslot=0x1F676,
259295 },
259296 [0x1F677]={
259297  category="so",
259298  description="SANS-SERIF HEAVY DOUBLE COMMA QUOTATION MARK ORNAMENT",
259299  direction="on",
259300  linebreak="qu",
259301  unicodeslot=0x1F677,
259302 },
259303 [0x1F678]={
259304  category="so",
259305  description="SANS-SERIF HEAVY LOW DOUBLE COMMA QUOTATION MARK ORNAMENT",
259306  direction="on",
259307  linebreak="qu",
259308  unicodeslot=0x1F678,
259309 },
259310 [0x1F679]={
259311  category="so",
259312  description="HEAVY INTERROBANG ORNAMENT",
259313  direction="on",
259314  linebreak="ns",
259315  unicodeslot=0x1F679,
259316 },
259317 [0x1F67A]={
259318  category="so",
259319  description="SANS-SERIF INTERROBANG ORNAMENT",
259320  direction="on",
259321  linebreak="ns",
259322  unicodeslot=0x1F67A,
259323 },
259324 [0x1F67B]={
259325  category="so",
259326  description="HEAVY SANS-SERIF INTERROBANG ORNAMENT",
259327  direction="on",
259328  linebreak="ns",
259329  unicodeslot=0x1F67B,
259330 },
259331 [0x1F67C]={
259332  category="so",
259333  description="VERY HEAVY SOLIDUS",
259334  direction="on",
259335  linebreak="al",
259336  unicodeslot=0x1F67C,
259337 },
259338 [0x1F67D]={
259339  category="so",
259340  description="VERY HEAVY REVERSE SOLIDUS",
259341  direction="on",
259342  linebreak="al",
259343  unicodeslot=0x1F67D,
259344 },
259345 [0x1F67E]={
259346  category="so",
259347  description="CHECKER BOARD",
259348  direction="on",
259349  linebreak="al",
259350  unicodeslot=0x1F67E,
259351 },
259352 [0x1F67F]={
259353  category="so",
259354  description="REVERSE CHECKER BOARD",
259355  direction="on",
259356  linebreak="al",
259357  unicodeslot=0x1F67F,
259358 },
259359 [0x1F680]={
259360  category="so",
259361  cjkwd="w",
259362  description="ROCKET",
259363  direction="on",
259364  linebreak="id",
259365  unicodeslot=0x1F680,
259366 },
259367 [0x1F681]={
259368  category="so",
259369  cjkwd="w",
259370  description="HELICOPTER",
259371  direction="on",
259372  linebreak="id",
259373  unicodeslot=0x1F681,
259374 },
259375 [0x1F682]={
259376  category="so",
259377  cjkwd="w",
259378  description="STEAM LOCOMOTIVE",
259379  direction="on",
259380  linebreak="id",
259381  unicodeslot=0x1F682,
259382 },
259383 [0x1F683]={
259384  category="so",
259385  cjkwd="w",
259386  description="RAILWAY CAR",
259387  direction="on",
259388  linebreak="id",
259389  unicodeslot=0x1F683,
259390 },
259391 [0x1F684]={
259392  category="so",
259393  cjkwd="w",
259394  description="HIGH-SPEED TRAIN",
259395  direction="on",
259396  linebreak="id",
259397  unicodeslot=0x1F684,
259398 },
259399 [0x1F685]={
259400  category="so",
259401  cjkwd="w",
259402  description="HIGH-SPEED TRAIN WITH BULLET NOSE",
259403  direction="on",
259404  linebreak="id",
259405  unicodeslot=0x1F685,
259406 },
259407 [0x1F686]={
259408  category="so",
259409  cjkwd="w",
259410  description="TRAIN",
259411  direction="on",
259412  linebreak="id",
259413  unicodeslot=0x1F686,
259414 },
259415 [0x1F687]={
259416  category="so",
259417  cjkwd="w",
259418  description="METRO",
259419  direction="on",
259420  linebreak="id",
259421  unicodeslot=0x1F687,
259422 },
259423 [0x1F688]={
259424  category="so",
259425  cjkwd="w",
259426  description="LIGHT RAIL",
259427  direction="on",
259428  linebreak="id",
259429  unicodeslot=0x1F688,
259430 },
259431 [0x1F689]={
259432  category="so",
259433  cjkwd="w",
259434  description="STATION",
259435  direction="on",
259436  linebreak="id",
259437  unicodeslot=0x1F689,
259438 },
259439 [0x1F68A]={
259440  category="so",
259441  cjkwd="w",
259442  description="TRAM",
259443  direction="on",
259444  linebreak="id",
259445  unicodeslot=0x1F68A,
259446 },
259447 [0x1F68B]={
259448  category="so",
259449  cjkwd="w",
259450  description="TRAM CAR",
259451  direction="on",
259452  linebreak="id",
259453  unicodeslot=0x1F68B,
259454 },
259455 [0x1F68C]={
259456  category="so",
259457  cjkwd="w",
259458  description="BUS",
259459  direction="on",
259460  linebreak="id",
259461  unicodeslot=0x1F68C,
259462 },
259463 [0x1F68D]={
259464  category="so",
259465  cjkwd="w",
259466  description="ONCOMING BUS",
259467  direction="on",
259468  linebreak="id",
259469  unicodeslot=0x1F68D,
259470 },
259471 [0x1F68E]={
259472  category="so",
259473  cjkwd="w",
259474  description="TROLLEYBUS",
259475  direction="on",
259476  linebreak="id",
259477  unicodeslot=0x1F68E,
259478 },
259479 [0x1F68F]={
259480  category="so",
259481  cjkwd="w",
259482  description="BUS STOP",
259483  direction="on",
259484  linebreak="id",
259485  unicodeslot=0x1F68F,
259486 },
259487 [0x1F690]={
259488  category="so",
259489  cjkwd="w",
259490  description="MINIBUS",
259491  direction="on",
259492  linebreak="id",
259493  unicodeslot=0x1F690,
259494 },
259495 [0x1F691]={
259496  category="so",
259497  cjkwd="w",
259498  description="AMBULANCE",
259499  direction="on",
259500  linebreak="id",
259501  unicodeslot=0x1F691,
259502 },
259503 [0x1F692]={
259504  category="so",
259505  cjkwd="w",
259506  description="FIRE ENGINE",
259507  direction="on",
259508  linebreak="id",
259509  unicodeslot=0x1F692,
259510 },
259511 [0x1F693]={
259512  category="so",
259513  cjkwd="w",
259514  description="POLICE CAR",
259515  direction="on",
259516  linebreak="id",
259517  unicodeslot=0x1F693,
259518 },
259519 [0x1F694]={
259520  category="so",
259521  cjkwd="w",
259522  description="ONCOMING POLICE CAR",
259523  direction="on",
259524  linebreak="id",
259525  unicodeslot=0x1F694,
259526 },
259527 [0x1F695]={
259528  category="so",
259529  cjkwd="w",
259530  description="TAXI",
259531  direction="on",
259532  linebreak="id",
259533  unicodeslot=0x1F695,
259534 },
259535 [0x1F696]={
259536  category="so",
259537  cjkwd="w",
259538  description="ONCOMING TAXI",
259539  direction="on",
259540  linebreak="id",
259541  unicodeslot=0x1F696,
259542 },
259543 [0x1F697]={
259544  category="so",
259545  cjkwd="w",
259546  description="AUTOMOBILE",
259547  direction="on",
259548  linebreak="id",
259549  unicodeslot=0x1F697,
259550 },
259551 [0x1F698]={
259552  category="so",
259553  cjkwd="w",
259554  description="ONCOMING AUTOMOBILE",
259555  direction="on",
259556  linebreak="id",
259557  unicodeslot=0x1F698,
259558 },
259559 [0x1F699]={
259560  category="so",
259561  cjkwd="w",
259562  description="RECREATIONAL VEHICLE",
259563  direction="on",
259564  linebreak="id",
259565  unicodeslot=0x1F699,
259566 },
259567 [0x1F69A]={
259568  category="so",
259569  cjkwd="w",
259570  description="DELIVERY TRUCK",
259571  direction="on",
259572  linebreak="id",
259573  unicodeslot=0x1F69A,
259574 },
259575 [0x1F69B]={
259576  category="so",
259577  cjkwd="w",
259578  description="ARTICULATED LORRY",
259579  direction="on",
259580  linebreak="id",
259581  unicodeslot=0x1F69B,
259582 },
259583 [0x1F69C]={
259584  category="so",
259585  cjkwd="w",
259586  description="TRACTOR",
259587  direction="on",
259588  linebreak="id",
259589  unicodeslot=0x1F69C,
259590 },
259591 [0x1F69D]={
259592  category="so",
259593  cjkwd="w",
259594  description="MONORAIL",
259595  direction="on",
259596  linebreak="id",
259597  unicodeslot=0x1F69D,
259598 },
259599 [0x1F69E]={
259600  category="so",
259601  cjkwd="w",
259602  description="MOUNTAIN RAILWAY",
259603  direction="on",
259604  linebreak="id",
259605  unicodeslot=0x1F69E,
259606 },
259607 [0x1F69F]={
259608  category="so",
259609  cjkwd="w",
259610  description="SUSPENSION RAILWAY",
259611  direction="on",
259612  linebreak="id",
259613  unicodeslot=0x1F69F,
259614 },
259615 [0x1F6A0]={
259616  category="so",
259617  cjkwd="w",
259618  description="MOUNTAIN CABLEWAY",
259619  direction="on",
259620  linebreak="id",
259621  unicodeslot=0x1F6A0,
259622 },
259623 [0x1F6A1]={
259624  category="so",
259625  cjkwd="w",
259626  description="AERIAL TRAMWAY",
259627  direction="on",
259628  linebreak="id",
259629  unicodeslot=0x1F6A1,
259630 },
259631 [0x1F6A2]={
259632  category="so",
259633  cjkwd="w",
259634  description="SHIP",
259635  direction="on",
259636  linebreak="id",
259637  unicodeslot=0x1F6A2,
259638 },
259639 [0x1F6A3]={
259640  category="so",
259641  cjkwd="w",
259642  description="ROWBOAT",
259643  direction="on",
259644  linebreak="eb",
259645  unicodeslot=0x1F6A3,
259646 },
259647 [0x1F6A4]={
259648  category="so",
259649  cjkwd="w",
259650  description="SPEEDBOAT",
259651  direction="on",
259652  linebreak="id",
259653  unicodeslot=0x1F6A4,
259654 },
259655 [0x1F6A5]={
259656  category="so",
259657  cjkwd="w",
259658  description="HORIZONTAL TRAFFIC LIGHT",
259659  direction="on",
259660  linebreak="id",
259661  unicodeslot=0x1F6A5,
259662 },
259663 [0x1F6A6]={
259664  category="so",
259665  cjkwd="w",
259666  description="VERTICAL TRAFFIC LIGHT",
259667  direction="on",
259668  linebreak="id",
259669  unicodeslot=0x1F6A6,
259670 },
259671 [0x1F6A7]={
259672  category="so",
259673  cjkwd="w",
259674  description="CONSTRUCTION SIGN",
259675  direction="on",
259676  linebreak="id",
259677  unicodeslot=0x1F6A7,
259678 },
259679 [0x1F6A8]={
259680  category="so",
259681  cjkwd="w",
259682  description="POLICE CARS REVOLVING LIGHT",
259683  direction="on",
259684  linebreak="id",
259685  unicodeslot=0x1F6A8,
259686 },
259687 [0x1F6A9]={
259688  category="so",
259689  cjkwd="w",
259690  description="TRIANGULAR FLAG ON POST",
259691  direction="on",
259692  linebreak="id",
259693  unicodeslot=0x1F6A9,
259694 },
259695 [0x1F6AA]={
259696  category="so",
259697  cjkwd="w",
259698  description="DOOR",
259699  direction="on",
259700  linebreak="id",
259701  unicodeslot=0x1F6AA,
259702 },
259703 [0x1F6AB]={
259704  category="so",
259705  cjkwd="w",
259706  description="NO ENTRY SIGN",
259707  direction="on",
259708  linebreak="id",
259709  unicodeslot=0x1F6AB,
259710 },
259711 [0x1F6AC]={
259712  category="so",
259713  cjkwd="w",
259714  description="SMOKING SYMBOL",
259715  direction="on",
259716  linebreak="id",
259717  unicodeslot=0x1F6AC,
259718 },
259719 [0x1F6AD]={
259720  category="so",
259721  cjkwd="w",
259722  description="NO SMOKING SYMBOL",
259723  direction="on",
259724  linebreak="id",
259725  unicodeslot=0x1F6AD,
259726 },
259727 [0x1F6AE]={
259728  category="so",
259729  cjkwd="w",
259730  description="PUT LITTER IN ITS PLACE SYMBOL",
259731  direction="on",
259732  linebreak="id",
259733  unicodeslot=0x1F6AE,
259734 },
259735 [0x1F6AF]={
259736  category="so",
259737  cjkwd="w",
259738  description="DO NOT LITTER SYMBOL",
259739  direction="on",
259740  linebreak="id",
259741  unicodeslot=0x1F6AF,
259742 },
259743 [0x1F6B0]={
259744  category="so",
259745  cjkwd="w",
259746  description="POTABLE WATER SYMBOL",
259747  direction="on",
259748  linebreak="id",
259749  unicodeslot=0x1F6B0,
259750 },
259751 [0x1F6B1]={
259752  category="so",
259753  cjkwd="w",
259754  description="NON-POTABLE WATER SYMBOL",
259755  direction="on",
259756  linebreak="id",
259757  unicodeslot=0x1F6B1,
259758 },
259759 [0x1F6B2]={
259760  category="so",
259761  cjkwd="w",
259762  description="BICYCLE",
259763  direction="on",
259764  linebreak="id",
259765  unicodeslot=0x1F6B2,
259766 },
259767 [0x1F6B3]={
259768  category="so",
259769  cjkwd="w",
259770  description="NO BICYCLES",
259771  direction="on",
259772  linebreak="id",
259773  unicodeslot=0x1F6B3,
259774 },
259775 [0x1F6B4]={
259776  category="so",
259777  cjkwd="w",
259778  description="BICYCLIST",
259779  direction="on",
259780  linebreak="eb",
259781  unicodeslot=0x1F6B4,
259782 },
259783 [0x1F6B5]={
259784  category="so",
259785  cjkwd="w",
259786  description="MOUNTAIN BICYCLIST",
259787  direction="on",
259788  linebreak="eb",
259789  unicodeslot=0x1F6B5,
259790 },
259791 [0x1F6B6]={
259792  category="so",
259793  cjkwd="w",
259794  description="PEDESTRIAN",
259795  direction="on",
259796  linebreak="eb",
259797  unicodeslot=0x1F6B6,
259798 },
259799 [0x1F6B7]={
259800  category="so",
259801  cjkwd="w",
259802  description="NO PEDESTRIANS",
259803  direction="on",
259804  linebreak="id",
259805  unicodeslot=0x1F6B7,
259806 },
259807 [0x1F6B8]={
259808  category="so",
259809  cjkwd="w",
259810  description="CHILDREN CROSSING",
259811  direction="on",
259812  linebreak="id",
259813  unicodeslot=0x1F6B8,
259814 },
259815 [0x1F6B9]={
259816  category="so",
259817  cjkwd="w",
259818  description="MENS SYMBOL",
259819  direction="on",
259820  linebreak="id",
259821  unicodeslot=0x1F6B9,
259822 },
259823 [0x1F6BA]={
259824  category="so",
259825  cjkwd="w",
259826  description="WOMENS SYMBOL",
259827  direction="on",
259828  linebreak="id",
259829  unicodeslot=0x1F6BA,
259830 },
259831 [0x1F6BB]={
259832  category="so",
259833  cjkwd="w",
259834  description="RESTROOM",
259835  direction="on",
259836  linebreak="id",
259837  unicodeslot=0x1F6BB,
259838 },
259839 [0x1F6BC]={
259840  category="so",
259841  cjkwd="w",
259842  description="BABY SYMBOL",
259843  direction="on",
259844  linebreak="id",
259845  unicodeslot=0x1F6BC,
259846 },
259847 [0x1F6BD]={
259848  category="so",
259849  cjkwd="w",
259850  description="TOILET",
259851  direction="on",
259852  linebreak="id",
259853  unicodeslot=0x1F6BD,
259854 },
259855 [0x1F6BE]={
259856  category="so",
259857  cjkwd="w",
259858  description="WATER CLOSET",
259859  direction="on",
259860  linebreak="id",
259861  unicodeslot=0x1F6BE,
259862 },
259863 [0x1F6BF]={
259864  category="so",
259865  cjkwd="w",
259866  description="SHOWER",
259867  direction="on",
259868  linebreak="id",
259869  unicodeslot=0x1F6BF,
259870 },
259871 [0x1F6C0]={
259872  category="so",
259873  cjkwd="w",
259874  description="BATH",
259875  direction="on",
259876  linebreak="eb",
259877  unicodeslot=0x1F6C0,
259878 },
259879 [0x1F6C1]={
259880  category="so",
259881  cjkwd="w",
259882  description="BATHTUB",
259883  direction="on",
259884  linebreak="id",
259885  unicodeslot=0x1F6C1,
259886 },
259887 [0x1F6C2]={
259888  category="so",
259889  cjkwd="w",
259890  description="PASSPORT CONTROL",
259891  direction="on",
259892  linebreak="id",
259893  unicodeslot=0x1F6C2,
259894 },
259895 [0x1F6C3]={
259896  category="so",
259897  cjkwd="w",
259898  description="CUSTOMS",
259899  direction="on",
259900  linebreak="id",
259901  unicodeslot=0x1F6C3,
259902 },
259903 [0x1F6C4]={
259904  category="so",
259905  cjkwd="w",
259906  description="BAGGAGE CLAIM",
259907  direction="on",
259908  linebreak="id",
259909  unicodeslot=0x1F6C4,
259910 },
259911 [0x1F6C5]={
259912  category="so",
259913  cjkwd="w",
259914  description="LEFT LUGGAGE",
259915  direction="on",
259916  linebreak="id",
259917  unicodeslot=0x1F6C5,
259918 },
259919 [0x1F6C6]={
259920  category="so",
259921  description="TRIANGLE WITH ROUNDED CORNERS",
259922  direction="on",
259923  linebreak="id",
259924  synonyms={ "caution" },
259925  unicodeslot=0x1F6C6,
259926 },
259927 [0x1F6C7]={
259928  category="so",
259929  description="PROHIBITED SIGN",
259930  direction="on",
259931  linebreak="id",
259932  unicodeslot=0x1F6C7,
259933 },
259934 [0x1F6C8]={
259935  category="so",
259936  description="CIRCLED INFORMATION SOURCE",
259937  direction="on",
259938  linebreak="id",
259939  synonyms={ "information" },
259940  unicodeslot=0x1F6C8,
259941 },
259942 [0x1F6C9]={
259943  category="so",
259944  description="BOYS SYMBOL",
259945  direction="on",
259946  linebreak="id",
259947  unicodeslot=0x1F6C9,
259948 },
259949 [0x1F6CA]={
259950  category="so",
259951  description="GIRLS SYMBOL",
259952  direction="on",
259953  linebreak="id",
259954  unicodeslot=0x1F6CA,
259955 },
259956 [0x1F6CB]={
259957  category="so",
259958  description="COUCH AND LAMP",
259959  direction="on",
259960  linebreak="id",
259961  unicodeslot=0x1F6CB,
259962  variants=variants_emoji,
259963 },
259964 [0x1F6CC]={
259965  category="so",
259966  cjkwd="w",
259967  description="SLEEPING ACCOMMODATION",
259968  direction="on",
259969  linebreak="eb",
259970  unicodeslot=0x1F6CC,
259971 },
259972 [0x1F6CD]={
259973  category="so",
259974  description="SHOPPING BAGS",
259975  direction="on",
259976  linebreak="id",
259977  unicodeslot=0x1F6CD,
259978  variants=variants_emoji,
259979 },
259980 [0x1F6CE]={
259981  category="so",
259982  description="BELLHOP BELL",
259983  direction="on",
259984  linebreak="id",
259985  unicodeslot=0x1F6CE,
259986  variants=variants_emoji,
259987 },
259988 [0x1F6CF]={
259989  category="so",
259990  description="BED",
259991  direction="on",
259992  linebreak="id",
259993  unicodeslot=0x1F6CF,
259994  variants=variants_emoji,
259995 },
259996 [0x1F6D0]={
259997  category="so",
259998  cjkwd="w",
259999  description="PLACE OF WORSHIP",
260000  direction="on",
260001  linebreak="id",
260002  unicodeslot=0x1F6D0,
260003 },
260004 [0x1F6D1]={
260005  category="so",
260006  cjkwd="w",
260007  description="OCTAGONAL SIGN",
260008  direction="on",
260009  linebreak="id",
260010  synonyms={ "stop sign" },
260011  unicodeslot=0x1F6D1,
260012 },
260013 [0x1F6D2]={
260014  category="so",
260015  cjkwd="w",
260016  description="SHOPPING TROLLEY",
260017  direction="on",
260018  linebreak="id",
260019  synonyms={ "shopping cart" },
260020  unicodeslot=0x1F6D2,
260021 },
260022 [0x1F6D3]={
260023  category="so",
260024  description="STUPA",
260025  direction="on",
260026  linebreak="id",
260027  unicodeslot=0x1F6D3,
260028 },
260029 [0x1F6D4]={
260030  category="so",
260031  description="PAGODA",
260032  direction="on",
260033  linebreak="id",
260034  unicodeslot=0x1F6D4,
260035 },
260036 [0x1F6D5]={
260037  category="so",
260038  cjkwd="w",
260039  description="HINDU TEMPLE",
260040  direction="on",
260041  linebreak="id",
260042  unicodeslot=0x1F6D5,
260043 },
260044 [0x1F6D6]={
260045  category="so",
260046  cjkwd="w",
260047  description="HUT",
260048  direction="on",
260049  linebreak="id",
260050  unicodeslot=0x1F6D6,
260051 },
260052 [0x1F6D7]={
260053  category="so",
260054  cjkwd="w",
260055  description="ELEVATOR",
260056  direction="on",
260057  linebreak="id",
260058  unicodeslot=0x1F6D7,
260059 },
260060 [0x1F6DC]={
260061  category="so",
260062  cjkwd="w",
260063  description="WIRELESS",
260064  direction="on",
260065  linebreak="id",
260066  unicodeslot=0x1F6DC,
260067 },
260068 [0x1F6DD]={
260069  category="so",
260070  cjkwd="w",
260071  description="PLAYGROUND SLIDE",
260072  direction="on",
260073  linebreak="id",
260074  unicodeslot=0x1F6DD,
260075 },
260076 [0x1F6DE]={
260077  category="so",
260078  cjkwd="w",
260079  description="WHEEL",
260080  direction="on",
260081  linebreak="id",
260082  unicodeslot=0x1F6DE,
260083 },
260084 [0x1F6DF]={
260085  category="so",
260086  cjkwd="w",
260087  description="RING BUOY",
260088  direction="on",
260089  linebreak="id",
260090  unicodeslot=0x1F6DF,
260091 },
260092 [0x1F6E0]={
260093  category="so",
260094  description="HAMMER AND WRENCH",
260095  direction="on",
260096  linebreak="id",
260097  unicodeslot=0x1F6E0,
260098  variants=variants_emoji,
260099 },
260100 [0x1F6E1]={
260101  category="so",
260102  description="SHIELD",
260103  direction="on",
260104  linebreak="id",
260105  unicodeslot=0x1F6E1,
260106  variants=variants_emoji,
260107 },
260108 [0x1F6E2]={
260109  category="so",
260110  description="OIL DRUM",
260111  direction="on",
260112  linebreak="id",
260113  unicodeslot=0x1F6E2,
260114  variants=variants_emoji,
260115 },
260116 [0x1F6E3]={
260117  category="so",
260118  description="MOTORWAY",
260119  direction="on",
260120  linebreak="id",
260121  unicodeslot=0x1F6E3,
260122  variants=variants_emoji,
260123 },
260124 [0x1F6E4]={
260125  category="so",
260126  description="RAILWAY TRACK",
260127  direction="on",
260128  linebreak="id",
260129  unicodeslot=0x1F6E4,
260130  variants=variants_emoji,
260131 },
260132 [0x1F6E5]={
260133  category="so",
260134  description="MOTOR BOAT",
260135  direction="on",
260136  linebreak="id",
260137  unicodeslot=0x1F6E5,
260138  variants=variants_emoji,
260139 },
260140 [0x1F6E6]={
260141  category="so",
260142  description="UP-POINTING MILITARY AIRPLANE",
260143  direction="on",
260144  linebreak="id",
260145  unicodeslot=0x1F6E6,
260146 },
260147 [0x1F6E7]={
260148  category="so",
260149  description="UP-POINTING AIRPLANE",
260150  direction="on",
260151  linebreak="id",
260152  unicodeslot=0x1F6E7,
260153 },
260154 [0x1F6E8]={
260155  category="so",
260156  description="UP-POINTING SMALL AIRPLANE",
260157  direction="on",
260158  linebreak="id",
260159  unicodeslot=0x1F6E8,
260160 },
260161 [0x1F6E9]={
260162  category="so",
260163  description="SMALL AIRPLANE",
260164  direction="on",
260165  linebreak="id",
260166  unicodeslot=0x1F6E9,
260167  variants=variants_emoji,
260168 },
260169 [0x1F6EA]={
260170  category="so",
260171  description="NORTHEAST-POINTING AIRPLANE",
260172  direction="on",
260173  linebreak="id",
260174  unicodeslot=0x1F6EA,
260175 },
260176 [0x1F6EB]={
260177  category="so",
260178  cjkwd="w",
260179  description="AIRPLANE DEPARTURE",
260180  direction="on",
260181  linebreak="id",
260182  unicodeslot=0x1F6EB,
260183 },
260184 [0x1F6EC]={
260185  category="so",
260186  cjkwd="w",
260187  description="AIRPLANE ARRIVING",
260188  direction="on",
260189  linebreak="id",
260190  unicodeslot=0x1F6EC,
260191 },
260192 [0x1F6F0]={
260193  category="so",
260194  description="SATELLITE",
260195  direction="on",
260196  linebreak="id",
260197  unicodeslot=0x1F6F0,
260198  variants=variants_emoji,
260199 },
260200 [0x1F6F1]={
260201  category="so",
260202  description="ONCOMING FIRE ENGINE",
260203  direction="on",
260204  linebreak="id",
260205  unicodeslot=0x1F6F1,
260206 },
260207 [0x1F6F2]={
260208  category="so",
260209  description="DIESEL LOCOMOTIVE",
260210  direction="on",
260211  linebreak="id",
260212  unicodeslot=0x1F6F2,
260213 },
260214 [0x1F6F3]={
260215  category="so",
260216  description="PASSENGER SHIP",
260217  direction="on",
260218  linebreak="id",
260219  unicodeslot=0x1F6F3,
260220  variants=variants_emoji,
260221 },
260222 [0x1F6F4]={
260223  category="so",
260224  cjkwd="w",
260225  description="SCOOTER",
260226  direction="on",
260227  linebreak="id",
260228  unicodeslot=0x1F6F4,
260229 },
260230 [0x1F6F5]={
260231  category="so",
260232  cjkwd="w",
260233  description="MOTOR SCOOTER",
260234  direction="on",
260235  linebreak="id",
260236  unicodeslot=0x1F6F5,
260237 },
260238 [0x1F6F6]={
260239  category="so",
260240  cjkwd="w",
260241  description="CANOE",
260242  direction="on",
260243  linebreak="id",
260244  unicodeslot=0x1F6F6,
260245 },
260246 [0x1F6F7]={
260247  category="so",
260248  cjkwd="w",
260249  description="SLED",
260250  direction="on",
260251  linebreak="id",
260252  unicodeslot=0x1F6F7,
260253 },
260254 [0x1F6F8]={
260255  category="so",
260256  cjkwd="w",
260257  description="FLYING SAUCER",
260258  direction="on",
260259  linebreak="id",
260260  unicodeslot=0x1F6F8,
260261 },
260262 [0x1F6F9]={
260263  category="so",
260264  cjkwd="w",
260265  description="SKATEBOARD",
260266  direction="on",
260267  linebreak="id",
260268  unicodeslot=0x1F6F9,
260269 },
260270 [0x1F6FA]={
260271  category="so",
260272  cjkwd="w",
260273  description="AUTO RICKSHAW",
260274  direction="on",
260275  linebreak="id",
260276  unicodeslot=0x1F6FA,
260277 },
260278 [0x1F6FB]={
260279  category="so",
260280  cjkwd="w",
260281  description="PICKUP TRUCK",
260282  direction="on",
260283  linebreak="id",
260284  unicodeslot=0x1F6FB,
260285 },
260286 [0x1F6FC]={
260287  category="so",
260288  cjkwd="w",
260289  description="ROLLER SKATE",
260290  direction="on",
260291  linebreak="id",
260292  unicodeslot=0x1F6FC,
260293 },
260294 [0x1F700]={
260295  category="so",
260296  description="ALCHEMICAL SYMBOL FOR QUINTESSENCE",
260297  direction="on",
260298  linebreak="al",
260299  unicodeslot=0x1F700,
260300 },
260301 [0x1F701]={
260302  category="so",
260303  description="ALCHEMICAL SYMBOL FOR AIR",
260304  direction="on",
260305  linebreak="al",
260306  unicodeslot=0x1F701,
260307 },
260308 [0x1F702]={
260309  category="so",
260310  description="ALCHEMICAL SYMBOL FOR FIRE",
260311  direction="on",
260312  linebreak="al",
260313  unicodeslot=0x1F702,
260314 },
260315 [0x1F703]={
260316  category="so",
260317  description="ALCHEMICAL SYMBOL FOR EARTH",
260318  direction="on",
260319  linebreak="al",
260320  unicodeslot=0x1F703,
260321 },
260322 [0x1F704]={
260323  category="so",
260324  description="ALCHEMICAL SYMBOL FOR WATER",
260325  direction="on",
260326  linebreak="al",
260327  unicodeslot=0x1F704,
260328 },
260329 [0x1F705]={
260330  category="so",
260331  description="ALCHEMICAL SYMBOL FOR AQUAFORTIS",
260332  direction="on",
260333  linebreak="al",
260334  unicodeslot=0x1F705,
260335 },
260336 [0x1F706]={
260337  category="so",
260338  description="ALCHEMICAL SYMBOL FOR AQUA REGIA",
260339  direction="on",
260340  linebreak="al",
260341  unicodeslot=0x1F706,
260342 },
260343 [0x1F707]={
260344  category="so",
260345  description="ALCHEMICAL SYMBOL FOR AQUA REGIA-2",
260346  direction="on",
260347  linebreak="al",
260348  unicodeslot=0x1F707,
260349 },
260350 [0x1F708]={
260351  category="so",
260352  description="ALCHEMICAL SYMBOL FOR AQUA VITAE",
260353  direction="on",
260354  linebreak="al",
260355  unicodeslot=0x1F708,
260356 },
260357 [0x1F709]={
260358  category="so",
260359  description="ALCHEMICAL SYMBOL FOR AQUA VITAE-2",
260360  direction="on",
260361  linebreak="al",
260362  unicodeslot=0x1F709,
260363 },
260364 [0x1F70A]={
260365  category="so",
260366  description="ALCHEMICAL SYMBOL FOR VINEGAR",
260367  direction="on",
260368  linebreak="al",
260369  unicodeslot=0x1F70A,
260370 },
260371 [0x1F70B]={
260372  category="so",
260373  description="ALCHEMICAL SYMBOL FOR VINEGAR-2",
260374  direction="on",
260375  linebreak="al",
260376  unicodeslot=0x1F70B,
260377 },
260378 [0x1F70C]={
260379  category="so",
260380  description="ALCHEMICAL SYMBOL FOR VINEGAR-3",
260381  direction="on",
260382  linebreak="al",
260383  unicodeslot=0x1F70C,
260384 },
260385 [0x1F70D]={
260386  category="so",
260387  description="ALCHEMICAL SYMBOL FOR SULFUR",
260388  direction="on",
260389  linebreak="al",
260390  unicodeslot=0x1F70D,
260391 },
260392 [0x1F70E]={
260393  category="so",
260394  description="ALCHEMICAL SYMBOL FOR PHILOSOPHERS SULFUR",
260395  direction="on",
260396  linebreak="al",
260397  unicodeslot=0x1F70E,
260398 },
260399 [0x1F70F]={
260400  category="so",
260401  description="ALCHEMICAL SYMBOL FOR BLACK SULFUR",
260402  direction="on",
260403  linebreak="al",
260404  unicodeslot=0x1F70F,
260405 },
260406 [0x1F710]={
260407  category="so",
260408  description="ALCHEMICAL SYMBOL FOR MERCURY SUBLIMATE",
260409  direction="on",
260410  linebreak="al",
260411  unicodeslot=0x1F710,
260412 },
260413 [0x1F711]={
260414  category="so",
260415  description="ALCHEMICAL SYMBOL FOR MERCURY SUBLIMATE-2",
260416  direction="on",
260417  linebreak="al",
260418  unicodeslot=0x1F711,
260419 },
260420 [0x1F712]={
260421  category="so",
260422  description="ALCHEMICAL SYMBOL FOR MERCURY SUBLIMATE-3",
260423  direction="on",
260424  linebreak="al",
260425  unicodeslot=0x1F712,
260426 },
260427 [0x1F713]={
260428  category="so",
260429  description="ALCHEMICAL SYMBOL FOR CINNABAR",
260430  direction="on",
260431  linebreak="al",
260432  unicodeslot=0x1F713,
260433 },
260434 [0x1F714]={
260435  category="so",
260436  description="ALCHEMICAL SYMBOL FOR SALT",
260437  direction="on",
260438  linebreak="al",
260439  unicodeslot=0x1F714,
260440 },
260441 [0x1F715]={
260442  category="so",
260443  description="ALCHEMICAL SYMBOL FOR NITRE",
260444  direction="on",
260445  linebreak="al",
260446  unicodeslot=0x1F715,
260447 },
260448 [0x1F716]={
260449  category="so",
260450  description="ALCHEMICAL SYMBOL FOR VITRIOL",
260451  direction="on",
260452  linebreak="al",
260453  unicodeslot=0x1F716,
260454 },
260455 [0x1F717]={
260456  category="so",
260457  description="ALCHEMICAL SYMBOL FOR VITRIOL-2",
260458  direction="on",
260459  linebreak="al",
260460  unicodeslot=0x1F717,
260461 },
260462 [0x1F718]={
260463  category="so",
260464  description="ALCHEMICAL SYMBOL FOR ROCK SALT",
260465  direction="on",
260466  linebreak="al",
260467  unicodeslot=0x1F718,
260468 },
260469 [0x1F719]={
260470  category="so",
260471  description="ALCHEMICAL SYMBOL FOR ROCK SALT-2",
260472  direction="on",
260473  linebreak="al",
260474  unicodeslot=0x1F719,
260475 },
260476 [0x1F71A]={
260477  category="so",
260478  description="ALCHEMICAL SYMBOL FOR GOLD",
260479  direction="on",
260480  linebreak="al",
260481  unicodeslot=0x1F71A,
260482 },
260483 [0x1F71B]={
260484  category="so",
260485  description="ALCHEMICAL SYMBOL FOR SILVER",
260486  direction="on",
260487  linebreak="al",
260488  unicodeslot=0x1F71B,
260489 },
260490 [0x1F71C]={
260491  category="so",
260492  description="ALCHEMICAL SYMBOL FOR IRON ORE",
260493  direction="on",
260494  linebreak="al",
260495  unicodeslot=0x1F71C,
260496 },
260497 [0x1F71D]={
260498  category="so",
260499  description="ALCHEMICAL SYMBOL FOR IRON ORE-2",
260500  direction="on",
260501  linebreak="al",
260502  unicodeslot=0x1F71D,
260503 },
260504 [0x1F71E]={
260505  category="so",
260506  description="ALCHEMICAL SYMBOL FOR CROCUS OF IRON",
260507  direction="on",
260508  linebreak="al",
260509  unicodeslot=0x1F71E,
260510 },
260511 [0x1F71F]={
260512  category="so",
260513  description="ALCHEMICAL SYMBOL FOR REGULUS OF IRON",
260514  direction="on",
260515  linebreak="al",
260516  unicodeslot=0x1F71F,
260517 },
260518 [0x1F720]={
260519  category="so",
260520  description="ALCHEMICAL SYMBOL FOR COPPER ORE",
260521  direction="on",
260522  linebreak="al",
260523  unicodeslot=0x1F720,
260524 },
260525 [0x1F721]={
260526  category="so",
260527  description="ALCHEMICAL SYMBOL FOR IRON-COPPER ORE",
260528  direction="on",
260529  linebreak="al",
260530  unicodeslot=0x1F721,
260531 },
260532 [0x1F722]={
260533  category="so",
260534  description="ALCHEMICAL SYMBOL FOR SUBLIMATE OF COPPER",
260535  direction="on",
260536  linebreak="al",
260537  unicodeslot=0x1F722,
260538 },
260539 [0x1F723]={
260540  category="so",
260541  description="ALCHEMICAL SYMBOL FOR CROCUS OF COPPER",
260542  direction="on",
260543  linebreak="al",
260544  unicodeslot=0x1F723,
260545 },
260546 [0x1F724]={
260547  category="so",
260548  description="ALCHEMICAL SYMBOL FOR CROCUS OF COPPER-2",
260549  direction="on",
260550  linebreak="al",
260551  unicodeslot=0x1F724,
260552 },
260553 [0x1F725]={
260554  category="so",
260555  description="ALCHEMICAL SYMBOL FOR COPPER ANTIMONIATE",
260556  direction="on",
260557  linebreak="al",
260558  unicodeslot=0x1F725,
260559 },
260560 [0x1F726]={
260561  category="so",
260562  description="ALCHEMICAL SYMBOL FOR SALT OF COPPER ANTIMONIATE",
260563  direction="on",
260564  linebreak="al",
260565  unicodeslot=0x1F726,
260566 },
260567 [0x1F727]={
260568  category="so",
260569  description="ALCHEMICAL SYMBOL FOR SUBLIMATE OF SALT OF COPPER",
260570  direction="on",
260571  linebreak="al",
260572  unicodeslot=0x1F727,
260573 },
260574 [0x1F728]={
260575  category="so",
260576  description="ALCHEMICAL SYMBOL FOR VERDIGRIS",
260577  direction="on",
260578  linebreak="al",
260579  unicodeslot=0x1F728,
260580 },
260581 [0x1F729]={
260582  category="so",
260583  description="ALCHEMICAL SYMBOL FOR TIN ORE",
260584  direction="on",
260585  linebreak="al",
260586  unicodeslot=0x1F729,
260587 },
260588 [0x1F72A]={
260589  category="so",
260590  description="ALCHEMICAL SYMBOL FOR LEAD ORE",
260591  direction="on",
260592  linebreak="al",
260593  unicodeslot=0x1F72A,
260594 },
260595 [0x1F72B]={
260596  category="so",
260597  description="ALCHEMICAL SYMBOL FOR ANTIMONY ORE",
260598  direction="on",
260599  linebreak="al",
260600  unicodeslot=0x1F72B,
260601 },
260602 [0x1F72C]={
260603  category="so",
260604  description="ALCHEMICAL SYMBOL FOR SUBLIMATE OF ANTIMONY",
260605  direction="on",
260606  linebreak="al",
260607  unicodeslot=0x1F72C,
260608 },
260609 [0x1F72D]={
260610  category="so",
260611  description="ALCHEMICAL SYMBOL FOR SALT OF ANTIMONY",
260612  direction="on",
260613  linebreak="al",
260614  unicodeslot=0x1F72D,
260615 },
260616 [0x1F72E]={
260617  category="so",
260618  description="ALCHEMICAL SYMBOL FOR SUBLIMATE OF SALT OF ANTIMONY",
260619  direction="on",
260620  linebreak="al",
260621  unicodeslot=0x1F72E,
260622 },
260623 [0x1F72F]={
260624  category="so",
260625  description="ALCHEMICAL SYMBOL FOR VINEGAR OF ANTIMONY",
260626  direction="on",
260627  linebreak="al",
260628  unicodeslot=0x1F72F,
260629 },
260630 [0x1F730]={
260631  category="so",
260632  description="ALCHEMICAL SYMBOL FOR REGULUS OF ANTIMONY",
260633  direction="on",
260634  linebreak="al",
260635  unicodeslot=0x1F730,
260636 },
260637 [0x1F731]={
260638  category="so",
260639  description="ALCHEMICAL SYMBOL FOR REGULUS OF ANTIMONY-2",
260640  direction="on",
260641  linebreak="al",
260642  unicodeslot=0x1F731,
260643 },
260644 [0x1F732]={
260645  category="so",
260646  description="ALCHEMICAL SYMBOL FOR REGULUS",
260647  direction="on",
260648  linebreak="al",
260649  unicodeslot=0x1F732,
260650 },
260651 [0x1F733]={
260652  category="so",
260653  description="ALCHEMICAL SYMBOL FOR REGULUS-2",
260654  direction="on",
260655  linebreak="al",
260656  unicodeslot=0x1F733,
260657 },
260658 [0x1F734]={
260659  category="so",
260660  description="ALCHEMICAL SYMBOL FOR REGULUS-3",
260661  direction="on",
260662  linebreak="al",
260663  unicodeslot=0x1F734,
260664 },
260665 [0x1F735]={
260666  category="so",
260667  description="ALCHEMICAL SYMBOL FOR REGULUS-4",
260668  direction="on",
260669  linebreak="al",
260670  unicodeslot=0x1F735,
260671 },
260672 [0x1F736]={
260673  category="so",
260674  description="ALCHEMICAL SYMBOL FOR ALKALI",
260675  direction="on",
260676  linebreak="al",
260677  unicodeslot=0x1F736,
260678 },
260679 [0x1F737]={
260680  category="so",
260681  description="ALCHEMICAL SYMBOL FOR ALKALI-2",
260682  direction="on",
260683  linebreak="al",
260684  unicodeslot=0x1F737,
260685 },
260686 [0x1F738]={
260687  category="so",
260688  description="ALCHEMICAL SYMBOL FOR MARCASITE",
260689  direction="on",
260690  linebreak="al",
260691  unicodeslot=0x1F738,
260692 },
260693 [0x1F739]={
260694  category="so",
260695  description="ALCHEMICAL SYMBOL FOR SAL-AMMONIAC",
260696  direction="on",
260697  linebreak="al",
260698  unicodeslot=0x1F739,
260699 },
260700 [0x1F73A]={
260701  category="so",
260702  description="ALCHEMICAL SYMBOL FOR ARSENIC",
260703  direction="on",
260704  linebreak="al",
260705  unicodeslot=0x1F73A,
260706 },
260707 [0x1F73B]={
260708  category="so",
260709  description="ALCHEMICAL SYMBOL FOR REALGAR",
260710  direction="on",
260711  linebreak="al",
260712  unicodeslot=0x1F73B,
260713 },
260714 [0x1F73C]={
260715  category="so",
260716  description="ALCHEMICAL SYMBOL FOR REALGAR-2",
260717  direction="on",
260718  linebreak="al",
260719  unicodeslot=0x1F73C,
260720 },
260721 [0x1F73D]={
260722  category="so",
260723  description="ALCHEMICAL SYMBOL FOR AURIPIGMENT",
260724  direction="on",
260725  linebreak="al",
260726  unicodeslot=0x1F73D,
260727 },
260728 [0x1F73E]={
260729  category="so",
260730  description="ALCHEMICAL SYMBOL FOR BISMUTH ORE",
260731  direction="on",
260732  linebreak="al",
260733  unicodeslot=0x1F73E,
260734 },
260735 [0x1F73F]={
260736  category="so",
260737  description="ALCHEMICAL SYMBOL FOR TARTAR",
260738  direction="on",
260739  linebreak="al",
260740  unicodeslot=0x1F73F,
260741 },
260742 [0x1F740]={
260743  category="so",
260744  description="ALCHEMICAL SYMBOL FOR TARTAR-2",
260745  direction="on",
260746  linebreak="al",
260747  unicodeslot=0x1F740,
260748 },
260749 [0x1F741]={
260750  category="so",
260751  description="ALCHEMICAL SYMBOL FOR QUICK LIME",
260752  direction="on",
260753  linebreak="al",
260754  unicodeslot=0x1F741,
260755 },
260756 [0x1F742]={
260757  category="so",
260758  description="ALCHEMICAL SYMBOL FOR BORAX",
260759  direction="on",
260760  linebreak="al",
260761  unicodeslot=0x1F742,
260762 },
260763 [0x1F743]={
260764  category="so",
260765  description="ALCHEMICAL SYMBOL FOR BORAX-2",
260766  direction="on",
260767  linebreak="al",
260768  unicodeslot=0x1F743,
260769 },
260770 [0x1F744]={
260771  category="so",
260772  description="ALCHEMICAL SYMBOL FOR BORAX-3",
260773  direction="on",
260774  linebreak="al",
260775  unicodeslot=0x1F744,
260776 },
260777 [0x1F745]={
260778  category="so",
260779  description="ALCHEMICAL SYMBOL FOR ALUM",
260780  direction="on",
260781  linebreak="al",
260782  unicodeslot=0x1F745,
260783 },
260784 [0x1F746]={
260785  category="so",
260786  description="ALCHEMICAL SYMBOL FOR OIL",
260787  direction="on",
260788  linebreak="al",
260789  unicodeslot=0x1F746,
260790 },
260791 [0x1F747]={
260792  category="so",
260793  description="ALCHEMICAL SYMBOL FOR SPIRIT",
260794  direction="on",
260795  linebreak="al",
260796  unicodeslot=0x1F747,
260797 },
260798 [0x1F748]={
260799  category="so",
260800  description="ALCHEMICAL SYMBOL FOR TINCTURE",
260801  direction="on",
260802  linebreak="al",
260803  unicodeslot=0x1F748,
260804 },
260805 [0x1F749]={
260806  category="so",
260807  description="ALCHEMICAL SYMBOL FOR GUM",
260808  direction="on",
260809  linebreak="al",
260810  unicodeslot=0x1F749,
260811 },
260812 [0x1F74A]={
260813  category="so",
260814  description="ALCHEMICAL SYMBOL FOR WAX",
260815  direction="on",
260816  linebreak="al",
260817  unicodeslot=0x1F74A,
260818 },
260819 [0x1F74B]={
260820  category="so",
260821  description="ALCHEMICAL SYMBOL FOR POWDER",
260822  direction="on",
260823  linebreak="al",
260824  unicodeslot=0x1F74B,
260825 },
260826 [0x1F74C]={
260827  category="so",
260828  description="ALCHEMICAL SYMBOL FOR CALX",
260829  direction="on",
260830  linebreak="al",
260831  unicodeslot=0x1F74C,
260832 },
260833 [0x1F74D]={
260834  category="so",
260835  description="ALCHEMICAL SYMBOL FOR TUTTY",
260836  direction="on",
260837  linebreak="al",
260838  unicodeslot=0x1F74D,
260839 },
260840 [0x1F74E]={
260841  category="so",
260842  description="ALCHEMICAL SYMBOL FOR CAPUT MORTUUM",
260843  direction="on",
260844  linebreak="al",
260845  unicodeslot=0x1F74E,
260846 },
260847 [0x1F74F]={
260848  category="so",
260849  description="ALCHEMICAL SYMBOL FOR SCEPTER OF JOVE",
260850  direction="on",
260851  linebreak="al",
260852  unicodeslot=0x1F74F,
260853 },
260854 [0x1F750]={
260855  category="so",
260856  description="ALCHEMICAL SYMBOL FOR CADUCEUS",
260857  direction="on",
260858  linebreak="al",
260859  unicodeslot=0x1F750,
260860 },
260861 [0x1F751]={
260862  category="so",
260863  description="ALCHEMICAL SYMBOL FOR TRIDENT",
260864  direction="on",
260865  linebreak="al",
260866  unicodeslot=0x1F751,
260867 },
260868 [0x1F752]={
260869  category="so",
260870  description="ALCHEMICAL SYMBOL FOR STARRED TRIDENT",
260871  direction="on",
260872  linebreak="al",
260873  unicodeslot=0x1F752,
260874 },
260875 [0x1F753]={
260876  category="so",
260877  description="ALCHEMICAL SYMBOL FOR LODESTONE",
260878  direction="on",
260879  linebreak="al",
260880  unicodeslot=0x1F753,
260881 },
260882 [0x1F754]={
260883  category="so",
260884  description="ALCHEMICAL SYMBOL FOR SOAP",
260885  direction="on",
260886  linebreak="al",
260887  unicodeslot=0x1F754,
260888 },
260889 [0x1F755]={
260890  category="so",
260891  description="ALCHEMICAL SYMBOL FOR URINE",
260892  direction="on",
260893  linebreak="al",
260894  unicodeslot=0x1F755,
260895 },
260896 [0x1F756]={
260897  category="so",
260898  description="ALCHEMICAL SYMBOL FOR HORSE DUNG",
260899  direction="on",
260900  linebreak="al",
260901  unicodeslot=0x1F756,
260902 },
260903 [0x1F757]={
260904  category="so",
260905  description="ALCHEMICAL SYMBOL FOR ASHES",
260906  direction="on",
260907  linebreak="al",
260908  unicodeslot=0x1F757,
260909 },
260910 [0x1F758]={
260911  category="so",
260912  description="ALCHEMICAL SYMBOL FOR POT ASHES",
260913  direction="on",
260914  linebreak="al",
260915  unicodeslot=0x1F758,
260916 },
260917 [0x1F759]={
260918  category="so",
260919  description="ALCHEMICAL SYMBOL FOR BRICK",
260920  direction="on",
260921  linebreak="al",
260922  unicodeslot=0x1F759,
260923 },
260924 [0x1F75A]={
260925  category="so",
260926  description="ALCHEMICAL SYMBOL FOR POWDERED BRICK",
260927  direction="on",
260928  linebreak="al",
260929  unicodeslot=0x1F75A,
260930 },
260931 [0x1F75B]={
260932  category="so",
260933  description="ALCHEMICAL SYMBOL FOR AMALGAM",
260934  direction="on",
260935  linebreak="al",
260936  unicodeslot=0x1F75B,
260937 },
260938 [0x1F75C]={
260939  category="so",
260940  description="ALCHEMICAL SYMBOL FOR STRATUM SUPER STRATUM",
260941  direction="on",
260942  linebreak="al",
260943  unicodeslot=0x1F75C,
260944 },
260945 [0x1F75D]={
260946  category="so",
260947  description="ALCHEMICAL SYMBOL FOR STRATUM SUPER STRATUM-2",
260948  direction="on",
260949  linebreak="al",
260950  unicodeslot=0x1F75D,
260951 },
260952 [0x1F75E]={
260953  category="so",
260954  description="ALCHEMICAL SYMBOL FOR SUBLIMATION",
260955  direction="on",
260956  linebreak="al",
260957  unicodeslot=0x1F75E,
260958 },
260959 [0x1F75F]={
260960  category="so",
260961  description="ALCHEMICAL SYMBOL FOR PRECIPITATE",
260962  direction="on",
260963  linebreak="al",
260964  unicodeslot=0x1F75F,
260965 },
260966 [0x1F760]={
260967  category="so",
260968  description="ALCHEMICAL SYMBOL FOR DISTILL",
260969  direction="on",
260970  linebreak="al",
260971  unicodeslot=0x1F760,
260972 },
260973 [0x1F761]={
260974  category="so",
260975  description="ALCHEMICAL SYMBOL FOR DISSOLVE",
260976  direction="on",
260977  linebreak="al",
260978  unicodeslot=0x1F761,
260979 },
260980 [0x1F762]={
260981  category="so",
260982  description="ALCHEMICAL SYMBOL FOR DISSOLVE-2",
260983  direction="on",
260984  linebreak="al",
260985  unicodeslot=0x1F762,
260986 },
260987 [0x1F763]={
260988  category="so",
260989  description="ALCHEMICAL SYMBOL FOR PURIFY",
260990  direction="on",
260991  linebreak="al",
260992  unicodeslot=0x1F763,
260993 },
260994 [0x1F764]={
260995  category="so",
260996  description="ALCHEMICAL SYMBOL FOR PUTREFACTION",
260997  direction="on",
260998  linebreak="al",
260999  unicodeslot=0x1F764,
261000 },
261001 [0x1F765]={
261002  category="so",
261003  description="ALCHEMICAL SYMBOL FOR CRUCIBLE",
261004  direction="on",
261005  linebreak="al",
261006  unicodeslot=0x1F765,
261007 },
261008 [0x1F766]={
261009  category="so",
261010  description="ALCHEMICAL SYMBOL FOR CRUCIBLE-2",
261011  direction="on",
261012  linebreak="al",
261013  unicodeslot=0x1F766,
261014 },
261015 [0x1F767]={
261016  category="so",
261017  description="ALCHEMICAL SYMBOL FOR CRUCIBLE-3",
261018  direction="on",
261019  linebreak="al",
261020  unicodeslot=0x1F767,
261021 },
261022 [0x1F768]={
261023  category="so",
261024  description="ALCHEMICAL SYMBOL FOR CRUCIBLE-4",
261025  direction="on",
261026  linebreak="al",
261027  unicodeslot=0x1F768,
261028 },
261029 [0x1F769]={
261030  category="so",
261031  description="ALCHEMICAL SYMBOL FOR CRUCIBLE-5",
261032  direction="on",
261033  linebreak="al",
261034  unicodeslot=0x1F769,
261035 },
261036 [0x1F76A]={
261037  category="so",
261038  description="ALCHEMICAL SYMBOL FOR ALEMBIC",
261039  direction="on",
261040  linebreak="al",
261041  unicodeslot=0x1F76A,
261042 },
261043 [0x1F76B]={
261044  category="so",
261045  description="ALCHEMICAL SYMBOL FOR BATH OF MARY",
261046  direction="on",
261047  linebreak="al",
261048  unicodeslot=0x1F76B,
261049 },
261050 [0x1F76C]={
261051  category="so",
261052  description="ALCHEMICAL SYMBOL FOR BATH OF VAPOURS",
261053  direction="on",
261054  linebreak="al",
261055  unicodeslot=0x1F76C,
261056 },
261057 [0x1F76D]={
261058  category="so",
261059  description="ALCHEMICAL SYMBOL FOR RETORT",
261060  direction="on",
261061  linebreak="al",
261062  unicodeslot=0x1F76D,
261063 },
261064 [0x1F76E]={
261065  category="so",
261066  description="ALCHEMICAL SYMBOL FOR HOUR",
261067  direction="on",
261068  linebreak="al",
261069  unicodeslot=0x1F76E,
261070 },
261071 [0x1F76F]={
261072  category="so",
261073  description="ALCHEMICAL SYMBOL FOR NIGHT",
261074  direction="on",
261075  linebreak="al",
261076  unicodeslot=0x1F76F,
261077 },
261078 [0x1F770]={
261079  category="so",
261080  description="ALCHEMICAL SYMBOL FOR DAY-NIGHT",
261081  direction="on",
261082  linebreak="al",
261083  unicodeslot=0x1F770,
261084 },
261085 [0x1F771]={
261086  category="so",
261087  description="ALCHEMICAL SYMBOL FOR MONTH",
261088  direction="on",
261089  linebreak="al",
261090  unicodeslot=0x1F771,
261091 },
261092 [0x1F772]={
261093  category="so",
261094  description="ALCHEMICAL SYMBOL FOR HALF DRAM",
261095  direction="on",
261096  linebreak="al",
261097  unicodeslot=0x1F772,
261098 },
261099 [0x1F773]={
261100  category="so",
261101  description="ALCHEMICAL SYMBOL FOR HALF OUNCE",
261102  direction="on",
261103  linebreak="al",
261104  unicodeslot=0x1F773,
261105 },
261106 [0x1F774]={
261107  category="so",
261108  description="LOT OF FORTUNE",
261109  direction="on",
261110  linebreak="id",
261111  unicodeslot=0x1F774,
261112 },
261113 [0x1F775]={
261114  category="so",
261115  description="OCCULTATION",
261116  direction="on",
261117  linebreak="id",
261118  unicodeslot=0x1F775,
261119 },
261120 [0x1F776]={
261121  category="so",
261122  description="LUNAR ECLIPSE",
261123  direction="on",
261124  linebreak="id",
261125  unicodeslot=0x1F776,
261126 },
261127 [0x1F77B]={
261128  category="so",
261129  description="HAUMEA",
261130  direction="on",
261131  linebreak="id",
261132  unicodeslot=0x1F77B,
261133 },
261134 [0x1F77C]={
261135  category="so",
261136  description="MAKEMAKE",
261137  direction="on",
261138  linebreak="id",
261139  unicodeslot=0x1F77C,
261140 },
261141 [0x1F77D]={
261142  category="so",
261143  description="GONGGONG",
261144  direction="on",
261145  linebreak="id",
261146  unicodeslot=0x1F77D,
261147 },
261148 [0x1F77E]={
261149  category="so",
261150  description="QUAOAR",
261151  direction="on",
261152  linebreak="id",
261153  unicodeslot=0x1F77E,
261154 },
261155 [0x1F77F]={
261156  category="so",
261157  description="ORCUS",
261158  direction="on",
261159  linebreak="id",
261160  unicodeslot=0x1F77F,
261161 },
261162 [0x1F780]={
261163  category="so",
261164  description="BLACK LEFT-POINTING ISOSCELES RIGHT TRIANGLE",
261165  direction="on",
261166  linebreak="al",
261167  unicodeslot=0x1F780,
261168 },
261169 [0x1F781]={
261170  category="so",
261171  description="BLACK UP-POINTING ISOSCELES RIGHT TRIANGLE",
261172  direction="on",
261173  linebreak="al",
261174  unicodeslot=0x1F781,
261175 },
261176 [0x1F782]={
261177  category="so",
261178  description="BLACK RIGHT-POINTING ISOSCELES RIGHT TRIANGLE",
261179  direction="on",
261180  linebreak="al",
261181  unicodeslot=0x1F782,
261182 },
261183 [0x1F783]={
261184  category="so",
261185  description="BLACK DOWN-POINTING ISOSCELES RIGHT TRIANGLE",
261186  direction="on",
261187  linebreak="al",
261188  unicodeslot=0x1F783,
261189 },
261190 [0x1F784]={
261191  category="so",
261192  description="BLACK SLIGHTLY SMALL CIRCLE",
261193  direction="on",
261194  linebreak="al",
261195  unicodeslot=0x1F784,
261196 },
261197 [0x1F785]={
261198  category="so",
261199  description="MEDIUM BOLD WHITE CIRCLE",
261200  direction="on",
261201  linebreak="al",
261202  unicodeslot=0x1F785,
261203 },
261204 [0x1F786]={
261205  category="so",
261206  description="BOLD WHITE CIRCLE",
261207  direction="on",
261208  linebreak="al",
261209  unicodeslot=0x1F786,
261210 },
261211 [0x1F787]={
261212  category="so",
261213  description="HEAVY WHITE CIRCLE",
261214  direction="on",
261215  linebreak="al",
261216  unicodeslot=0x1F787,
261217 },
261218 [0x1F788]={
261219  category="so",
261220  description="VERY HEAVY WHITE CIRCLE",
261221  direction="on",
261222  linebreak="al",
261223  unicodeslot=0x1F788,
261224 },
261225 [0x1F789]={
261226  category="so",
261227  description="EXTREMELY HEAVY WHITE CIRCLE",
261228  direction="on",
261229  linebreak="al",
261230  unicodeslot=0x1F789,
261231 },
261232 [0x1F78A]={
261233  category="so",
261234  description="WHITE CIRCLE CONTAINING BLACK SMALL CIRCLE",
261235  direction="on",
261236  linebreak="al",
261237  unicodeslot=0x1F78A,
261238 },
261239 [0x1F78B]={
261240  category="so",
261241  description="ROUND TARGET",
261242  direction="on",
261243  linebreak="al",
261244  synonyms={ "bullseye" },
261245  unicodeslot=0x1F78B,
261246 },
261247 [0x1F78C]={
261248  category="so",
261249  description="BLACK TINY SQUARE",
261250  direction="on",
261251  linebreak="al",
261252  unicodeslot=0x1F78C,
261253 },
261254 [0x1F78D]={
261255  category="so",
261256  description="BLACK SLIGHTLY SMALL SQUARE",
261257  direction="on",
261258  linebreak="al",
261259  unicodeslot=0x1F78D,
261260 },
261261 [0x1F78E]={
261262  category="so",
261263  description="LIGHT WHITE SQUARE",
261264  direction="on",
261265  linebreak="al",
261266  unicodeslot=0x1F78E,
261267 },
261268 [0x1F78F]={
261269  category="so",
261270  description="MEDIUM WHITE SQUARE",
261271  direction="on",
261272  linebreak="al",
261273  unicodeslot=0x1F78F,
261274 },
261275 [0x1F790]={
261276  category="so",
261277  description="BOLD WHITE SQUARE",
261278  direction="on",
261279  linebreak="al",
261280  unicodeslot=0x1F790,
261281 },
261282 [0x1F791]={
261283  category="so",
261284  description="HEAVY WHITE SQUARE",
261285  direction="on",
261286  linebreak="al",
261287  unicodeslot=0x1F791,
261288 },
261289 [0x1F792]={
261290  category="so",
261291  description="VERY HEAVY WHITE SQUARE",
261292  direction="on",
261293  linebreak="al",
261294  unicodeslot=0x1F792,
261295 },
261296 [0x1F793]={
261297  category="so",
261298  description="EXTREMELY HEAVY WHITE SQUARE",
261299  direction="on",
261300  linebreak="al",
261301  unicodeslot=0x1F793,
261302 },
261303 [0x1F794]={
261304  category="so",
261305  description="WHITE SQUARE CONTAINING BLACK VERY SMALL SQUARE",
261306  direction="on",
261307  linebreak="al",
261308  unicodeslot=0x1F794,
261309 },
261310 [0x1F795]={
261311  category="so",
261312  description="WHITE SQUARE CONTAINING BLACK MEDIUM SQUARE",
261313  direction="on",
261314  linebreak="al",
261315  unicodeslot=0x1F795,
261316 },
261317 [0x1F796]={
261318  category="so",
261319  description="SQUARE TARGET",
261320  direction="on",
261321  linebreak="al",
261322  unicodeslot=0x1F796,
261323 },
261324 [0x1F797]={
261325  category="so",
261326  description="BLACK TINY DIAMOND",
261327  direction="on",
261328  linebreak="al",
261329  unicodeslot=0x1F797,
261330 },
261331 [0x1F798]={
261332  category="so",
261333  description="BLACK VERY SMALL DIAMOND",
261334  direction="on",
261335  linebreak="al",
261336  unicodeslot=0x1F798,
261337 },
261338 [0x1F799]={
261339  category="so",
261340  description="BLACK MEDIUM SMALL DIAMOND",
261341  direction="on",
261342  linebreak="al",
261343  unicodeslot=0x1F799,
261344 },
261345 [0x1F79A]={
261346  category="so",
261347  description="WHITE DIAMOND CONTAINING BLACK VERY SMALL DIAMOND",
261348  direction="on",
261349  linebreak="al",
261350  unicodeslot=0x1F79A,
261351 },
261352 [0x1F79B]={
261353  category="so",
261354  description="WHITE DIAMOND CONTAINING BLACK MEDIUM DIAMOND",
261355  direction="on",
261356  linebreak="al",
261357  unicodeslot=0x1F79B,
261358 },
261359 [0x1F79C]={
261360  category="so",
261361  description="DIAMOND TARGET",
261362  direction="on",
261363  linebreak="al",
261364  unicodeslot=0x1F79C,
261365 },
261366 [0x1F79D]={
261367  category="so",
261368  description="BLACK TINY LOZENGE",
261369  direction="on",
261370  linebreak="al",
261371  unicodeslot=0x1F79D,
261372 },
261373 [0x1F79E]={
261374  category="so",
261375  description="BLACK VERY SMALL LOZENGE",
261376  direction="on",
261377  linebreak="al",
261378  unicodeslot=0x1F79E,
261379 },
261380 [0x1F79F]={
261381  category="so",
261382  description="BLACK MEDIUM SMALL LOZENGE",
261383  direction="on",
261384  linebreak="al",
261385  unicodeslot=0x1F79F,
261386 },
261387 [0x1F7A0]={
261388  category="so",
261389  description="WHITE LOZENGE CONTAINING BLACK SMALL LOZENGE",
261390  direction="on",
261391  linebreak="al",
261392  unicodeslot=0x1F7A0,
261393 },
261394 [0x1F7A1]={
261395  category="so",
261396  description="THIN GREEK CROSS",
261397  direction="on",
261398  linebreak="al",
261399  unicodeslot=0x1F7A1,
261400 },
261401 [0x1F7A2]={
261402  category="so",
261403  description="LIGHT GREEK CROSS",
261404  direction="on",
261405  linebreak="al",
261406  unicodeslot=0x1F7A2,
261407 },
261408 [0x1F7A3]={
261409  category="so",
261410  description="MEDIUM GREEK CROSS",
261411  direction="on",
261412  linebreak="al",
261413  unicodeslot=0x1F7A3,
261414 },
261415 [0x1F7A4]={
261416  category="so",
261417  description="BOLD GREEK CROSS",
261418  direction="on",
261419  linebreak="al",
261420  unicodeslot=0x1F7A4,
261421 },
261422 [0x1F7A5]={
261423  category="so",
261424  description="VERY BOLD GREEK CROSS",
261425  direction="on",
261426  linebreak="al",
261427  unicodeslot=0x1F7A5,
261428 },
261429 [0x1F7A6]={
261430  category="so",
261431  description="VERY HEAVY GREEK CROSS",
261432  direction="on",
261433  linebreak="al",
261434  unicodeslot=0x1F7A6,
261435 },
261436 [0x1F7A7]={
261437  category="so",
261438  description="EXTREMELY HEAVY GREEK CROSS",
261439  direction="on",
261440  linebreak="al",
261441  unicodeslot=0x1F7A7,
261442 },
261443 [0x1F7A8]={
261444  category="so",
261445  description="THIN SALTIRE",
261446  direction="on",
261447  linebreak="al",
261448  unicodeslot=0x1F7A8,
261449 },
261450 [0x1F7A9]={
261451  category="so",
261452  description="LIGHT SALTIRE",
261453  direction="on",
261454  linebreak="al",
261455  unicodeslot=0x1F7A9,
261456 },
261457 [0x1F7AA]={
261458  category="so",
261459  description="MEDIUM SALTIRE",
261460  direction="on",
261461  linebreak="al",
261462  unicodeslot=0x1F7AA,
261463 },
261464 [0x1F7AB]={
261465  category="so",
261466  description="BOLD SALTIRE",
261467  direction="on",
261468  linebreak="al",
261469  unicodeslot=0x1F7AB,
261470 },
261471 [0x1F7AC]={
261472  category="so",
261473  description="HEAVY SALTIRE",
261474  direction="on",
261475  linebreak="al",
261476  unicodeslot=0x1F7AC,
261477 },
261478 [0x1F7AD]={
261479  category="so",
261480  description="VERY HEAVY SALTIRE",
261481  direction="on",
261482  linebreak="al",
261483  unicodeslot=0x1F7AD,
261484 },
261485 [0x1F7AE]={
261486  category="so",
261487  description="EXTREMELY HEAVY SALTIRE",
261488  direction="on",
261489  linebreak="al",
261490  unicodeslot=0x1F7AE,
261491 },
261492 [0x1F7AF]={
261493  category="so",
261494  description="LIGHT FIVE SPOKED ASTERISK",
261495  direction="on",
261496  linebreak="al",
261497  unicodeslot=0x1F7AF,
261498 },
261499 [0x1F7B0]={
261500  category="so",
261501  description="MEDIUM FIVE SPOKED ASTERISK",
261502  direction="on",
261503  linebreak="al",
261504  unicodeslot=0x1F7B0,
261505 },
261506 [0x1F7B1]={
261507  category="so",
261508  description="BOLD FIVE SPOKED ASTERISK",
261509  direction="on",
261510  linebreak="al",
261511  unicodeslot=0x1F7B1,
261512 },
261513 [0x1F7B2]={
261514  category="so",
261515  description="HEAVY FIVE SPOKED ASTERISK",
261516  direction="on",
261517  linebreak="al",
261518  unicodeslot=0x1F7B2,
261519 },
261520 [0x1F7B3]={
261521  category="so",
261522  description="VERY HEAVY FIVE SPOKED ASTERISK",
261523  direction="on",
261524  linebreak="al",
261525  unicodeslot=0x1F7B3,
261526 },
261527 [0x1F7B4]={
261528  category="so",
261529  description="EXTREMELY HEAVY FIVE SPOKED ASTERISK",
261530  direction="on",
261531  linebreak="al",
261532  unicodeslot=0x1F7B4,
261533 },
261534 [0x1F7B5]={
261535  category="so",
261536  description="LIGHT SIX SPOKED ASTERISK",
261537  direction="on",
261538  linebreak="al",
261539  unicodeslot=0x1F7B5,
261540 },
261541 [0x1F7B6]={
261542  category="so",
261543  description="MEDIUM SIX SPOKED ASTERISK",
261544  direction="on",
261545  linebreak="al",
261546  unicodeslot=0x1F7B6,
261547 },
261548 [0x1F7B7]={
261549  category="so",
261550  description="BOLD SIX SPOKED ASTERISK",
261551  direction="on",
261552  linebreak="al",
261553  unicodeslot=0x1F7B7,
261554 },
261555 [0x1F7B8]={
261556  category="so",
261557  description="HEAVY SIX SPOKED ASTERISK",
261558  direction="on",
261559  linebreak="al",
261560  unicodeslot=0x1F7B8,
261561 },
261562 [0x1F7B9]={
261563  category="so",
261564  description="VERY HEAVY SIX SPOKED ASTERISK",
261565  direction="on",
261566  linebreak="al",
261567  unicodeslot=0x1F7B9,
261568 },
261569 [0x1F7BA]={
261570  category="so",
261571  description="EXTREMELY HEAVY SIX SPOKED ASTERISK",
261572  direction="on",
261573  linebreak="al",
261574  unicodeslot=0x1F7BA,
261575 },
261576 [0x1F7BB]={
261577  category="so",
261578  description="LIGHT EIGHT SPOKED ASTERISK",
261579  direction="on",
261580  linebreak="al",
261581  unicodeslot=0x1F7BB,
261582 },
261583 [0x1F7BC]={
261584  category="so",
261585  description="MEDIUM EIGHT SPOKED ASTERISK",
261586  direction="on",
261587  linebreak="al",
261588  unicodeslot=0x1F7BC,
261589 },
261590 [0x1F7BD]={
261591  category="so",
261592  description="BOLD EIGHT SPOKED ASTERISK",
261593  direction="on",
261594  linebreak="al",
261595  unicodeslot=0x1F7BD,
261596 },
261597 [0x1F7BE]={
261598  category="so",
261599  description="HEAVY EIGHT SPOKED ASTERISK",
261600  direction="on",
261601  linebreak="al",
261602  unicodeslot=0x1F7BE,
261603 },
261604 [0x1F7BF]={
261605  category="so",
261606  description="VERY HEAVY EIGHT SPOKED ASTERISK",
261607  direction="on",
261608  linebreak="al",
261609  unicodeslot=0x1F7BF,
261610 },
261611 [0x1F7C0]={
261612  category="so",
261613  description="LIGHT THREE POINTED BLACK STAR",
261614  direction="on",
261615  linebreak="al",
261616  unicodeslot=0x1F7C0,
261617 },
261618 [0x1F7C1]={
261619  category="so",
261620  description="MEDIUM THREE POINTED BLACK STAR",
261621  direction="on",
261622  linebreak="al",
261623  unicodeslot=0x1F7C1,
261624 },
261625 [0x1F7C2]={
261626  category="so",
261627  description="THREE POINTED BLACK STAR",
261628  direction="on",
261629  linebreak="al",
261630  unicodeslot=0x1F7C2,
261631 },
261632 [0x1F7C3]={
261633  category="so",
261634  description="MEDIUM THREE POINTED PINWHEEL STAR",
261635  direction="on",
261636  linebreak="al",
261637  unicodeslot=0x1F7C3,
261638 },
261639 [0x1F7C4]={
261640  category="so",
261641  description="LIGHT FOUR POINTED BLACK STAR",
261642  direction="on",
261643  linebreak="al",
261644  unicodeslot=0x1F7C4,
261645 },
261646 [0x1F7C5]={
261647  category="so",
261648  description="MEDIUM FOUR POINTED BLACK STAR",
261649  direction="on",
261650  linebreak="al",
261651  unicodeslot=0x1F7C5,
261652 },
261653 [0x1F7C6]={
261654  category="so",
261655  description="FOUR POINTED BLACK STAR",
261656  direction="on",
261657  linebreak="al",
261658  unicodeslot=0x1F7C6,
261659 },
261660 [0x1F7C7]={
261661  category="so",
261662  description="MEDIUM FOUR POINTED PINWHEEL STAR",
261663  direction="on",
261664  linebreak="al",
261665  unicodeslot=0x1F7C7,
261666 },
261667 [0x1F7C8]={
261668  category="so",
261669  description="REVERSE LIGHT FOUR POINTED PINWHEEL STAR",
261670  direction="on",
261671  linebreak="al",
261672  unicodeslot=0x1F7C8,
261673 },
261674 [0x1F7C9]={
261675  category="so",
261676  description="LIGHT FIVE POINTED BLACK STAR",
261677  direction="on",
261678  linebreak="al",
261679  unicodeslot=0x1F7C9,
261680 },
261681 [0x1F7CA]={
261682  category="so",
261683  description="HEAVY FIVE POINTED BLACK STAR",
261684  direction="on",
261685  linebreak="al",
261686  unicodeslot=0x1F7CA,
261687 },
261688 [0x1F7CB]={
261689  category="so",
261690  description="MEDIUM SIX POINTED BLACK STAR",
261691  direction="on",
261692  linebreak="al",
261693  unicodeslot=0x1F7CB,
261694 },
261695 [0x1F7CC]={
261696  category="so",
261697  description="HEAVY SIX POINTED BLACK STAR",
261698  direction="on",
261699  linebreak="al",
261700  unicodeslot=0x1F7CC,
261701 },
261702 [0x1F7CD]={
261703  category="so",
261704  description="SIX POINTED PINWHEEL STAR",
261705  direction="on",
261706  linebreak="al",
261707  unicodeslot=0x1F7CD,
261708 },
261709 [0x1F7CE]={
261710  category="so",
261711  description="MEDIUM EIGHT POINTED BLACK STAR",
261712  direction="on",
261713  linebreak="al",
261714  unicodeslot=0x1F7CE,
261715 },
261716 [0x1F7CF]={
261717  category="so",
261718  description="HEAVY EIGHT POINTED BLACK STAR",
261719  direction="on",
261720  linebreak="al",
261721  unicodeslot=0x1F7CF,
261722 },
261723 [0x1F7D0]={
261724  category="so",
261725  description="VERY HEAVY EIGHT POINTED BLACK STAR",
261726  direction="on",
261727  linebreak="al",
261728  unicodeslot=0x1F7D0,
261729 },
261730 [0x1F7D1]={
261731  category="so",
261732  description="HEAVY EIGHT POINTED PINWHEEL STAR",
261733  direction="on",
261734  linebreak="al",
261735  unicodeslot=0x1F7D1,
261736 },
261737 [0x1F7D2]={
261738  category="so",
261739  description="LIGHT TWELVE POINTED BLACK STAR",
261740  direction="on",
261741  linebreak="al",
261742  unicodeslot=0x1F7D2,
261743 },
261744 [0x1F7D3]={
261745  category="so",
261746  description="HEAVY TWELVE POINTED BLACK STAR",
261747  direction="on",
261748  linebreak="al",
261749  unicodeslot=0x1F7D3,
261750 },
261751 [0x1F7D4]={
261752  category="so",
261753  description="HEAVY TWELVE POINTED PINWHEEL STAR",
261754  direction="on",
261755  linebreak="al",
261756  unicodeslot=0x1F7D4,
261757 },
261758 [0x1F7D5]={
261759  category="so",
261760  description="CIRCLED TRIANGLE",
261761  direction="on",
261762  linebreak="id",
261763  unicodeslot=0x1F7D5,
261764 },
261765 [0x1F7D6]={
261766  category="so",
261767  description="NEGATIVE CIRCLED TRIANGLE",
261768  direction="on",
261769  linebreak="id",
261770  unicodeslot=0x1F7D6,
261771 },
261772 [0x1F7D7]={
261773  category="so",
261774  description="CIRCLED SQUARE",
261775  direction="on",
261776  linebreak="id",
261777  unicodeslot=0x1F7D7,
261778 },
261779 [0x1F7D8]={
261780  category="so",
261781  description="NEGATIVE CIRCLED SQUARE",
261782  direction="on",
261783  linebreak="id",
261784  unicodeslot=0x1F7D8,
261785 },
261786 [0x1F7D9]={
261787  category="so",
261788  description="NINE POINTED WHITE STAR",
261789  direction="on",
261790  linebreak="id",
261791  unicodeslot=0x1F7D9,
261792 },
261793 [0x1F7E0]={
261794  category="so",
261795  cjkwd="w",
261796  description="LARGE ORANGE CIRCLE",
261797  direction="on",
261798  linebreak="id",
261799  unicodeslot=0x1F7E0,
261800 },
261801 [0x1F7E1]={
261802  category="so",
261803  cjkwd="w",
261804  description="LARGE YELLOW CIRCLE",
261805  direction="on",
261806  linebreak="id",
261807  unicodeslot=0x1F7E1,
261808 },
261809 [0x1F7E2]={
261810  category="so",
261811  cjkwd="w",
261812  description="LARGE GREEN CIRCLE",
261813  direction="on",
261814  linebreak="id",
261815  unicodeslot=0x1F7E2,
261816 },
261817 [0x1F7E3]={
261818  category="so",
261819  cjkwd="w",
261820  description="LARGE PURPLE CIRCLE",
261821  direction="on",
261822  linebreak="id",
261823  unicodeslot=0x1F7E3,
261824 },
261825 [0x1F7E4]={
261826  category="so",
261827  cjkwd="w",
261828  description="LARGE BROWN CIRCLE",
261829  direction="on",
261830  linebreak="id",
261831  unicodeslot=0x1F7E4,
261832 },
261833 [0x1F7E5]={
261834  category="so",
261835  cjkwd="w",
261836  description="LARGE RED SQUARE",
261837  direction="on",
261838  linebreak="id",
261839  unicodeslot=0x1F7E5,
261840 },
261841 [0x1F7E6]={
261842  category="so",
261843  cjkwd="w",
261844  description="LARGE BLUE SQUARE",
261845  direction="on",
261846  linebreak="id",
261847  unicodeslot=0x1F7E6,
261848 },
261849 [0x1F7E7]={
261850  category="so",
261851  cjkwd="w",
261852  description="LARGE ORANGE SQUARE",
261853  direction="on",
261854  linebreak="id",
261855  unicodeslot=0x1F7E7,
261856 },
261857 [0x1F7E8]={
261858  category="so",
261859  cjkwd="w",
261860  description="LARGE YELLOW SQUARE",
261861  direction="on",
261862  linebreak="id",
261863  unicodeslot=0x1F7E8,
261864 },
261865 [0x1F7E9]={
261866  category="so",
261867  cjkwd="w",
261868  description="LARGE GREEN SQUARE",
261869  direction="on",
261870  linebreak="id",
261871  unicodeslot=0x1F7E9,
261872 },
261873 [0x1F7EA]={
261874  category="so",
261875  cjkwd="w",
261876  description="LARGE PURPLE SQUARE",
261877  direction="on",
261878  linebreak="id",
261879  unicodeslot=0x1F7EA,
261880 },
261881 [0x1F7EB]={
261882  category="so",
261883  cjkwd="w",
261884  description="LARGE BROWN SQUARE",
261885  direction="on",
261886  linebreak="id",
261887  unicodeslot=0x1F7EB,
261888 },
261889 [0x1F7F0]={
261890  category="so",
261891  cjkwd="w",
261892  description="HEAVY EQUALS SIGN",
261893  direction="on",
261894  linebreak="id",
261895  unicodeslot=0x1F7F0,
261896 },
261897 [0x1F800]={
261898  category="so",
261899  description="LEFTWARDS ARROW WITH SMALL TRIANGLE ARROWHEAD",
261900  direction="on",
261901  linebreak="al",
261902  unicodeslot=0x1F800,
261903 },
261904 [0x1F801]={
261905  category="so",
261906  description="UPWARDS ARROW WITH SMALL TRIANGLE ARROWHEAD",
261907  direction="on",
261908  linebreak="al",
261909  unicodeslot=0x1F801,
261910 },
261911 [0x1F802]={
261912  category="so",
261913  description="RIGHTWARDS ARROW WITH SMALL TRIANGLE ARROWHEAD",
261914  direction="on",
261915  linebreak="al",
261916  unicodeslot=0x1F802,
261917 },
261918 [0x1F803]={
261919  category="so",
261920  description="DOWNWARDS ARROW WITH SMALL TRIANGLE ARROWHEAD",
261921  direction="on",
261922  linebreak="al",
261923  unicodeslot=0x1F803,
261924 },
261925 [0x1F804]={
261926  category="so",
261927  description="LEFTWARDS ARROW WITH MEDIUM TRIANGLE ARROWHEAD",
261928  direction="on",
261929  linebreak="al",
261930  unicodeslot=0x1F804,
261931 },
261932 [0x1F805]={
261933  category="so",
261934  description="UPWARDS ARROW WITH MEDIUM TRIANGLE ARROWHEAD",
261935  direction="on",
261936  linebreak="al",
261937  unicodeslot=0x1F805,
261938 },
261939 [0x1F806]={
261940  category="so",
261941  description="RIGHTWARDS ARROW WITH MEDIUM TRIANGLE ARROWHEAD",
261942  direction="on",
261943  linebreak="al",
261944  unicodeslot=0x1F806,
261945 },
261946 [0x1F807]={
261947  category="so",
261948  description="DOWNWARDS ARROW WITH MEDIUM TRIANGLE ARROWHEAD",
261949  direction="on",
261950  linebreak="al",
261951  unicodeslot=0x1F807,
261952 },
261953 [0x1F808]={
261954  category="so",
261955  description="LEFTWARDS ARROW WITH LARGE TRIANGLE ARROWHEAD",
261956  direction="on",
261957  linebreak="al",
261958  unicodeslot=0x1F808,
261959 },
261960 [0x1F809]={
261961  category="so",
261962  description="UPWARDS ARROW WITH LARGE TRIANGLE ARROWHEAD",
261963  direction="on",
261964  linebreak="al",
261965  unicodeslot=0x1F809,
261966 },
261967 [0x1F80A]={
261968  category="so",
261969  description="RIGHTWARDS ARROW WITH LARGE TRIANGLE ARROWHEAD",
261970  direction="on",
261971  linebreak="al",
261972  unicodeslot=0x1F80A,
261973 },
261974 [0x1F80B]={
261975  category="so",
261976  description="DOWNWARDS ARROW WITH LARGE TRIANGLE ARROWHEAD",
261977  direction="on",
261978  linebreak="al",
261979  unicodeslot=0x1F80B,
261980 },
261981 [0x1F810]={
261982  category="so",
261983  description="LEFTWARDS ARROW WITH SMALL EQUILATERAL ARROWHEAD",
261984  direction="on",
261985  linebreak="al",
261986  unicodeslot=0x1F810,
261987 },
261988 [0x1F811]={
261989  category="so",
261990  description="UPWARDS ARROW WITH SMALL EQUILATERAL ARROWHEAD",
261991  direction="on",
261992  linebreak="al",
261993  unicodeslot=0x1F811,
261994 },
261995 [0x1F812]={
261996  category="so",
261997  description="RIGHTWARDS ARROW WITH SMALL EQUILATERAL ARROWHEAD",
261998  direction="on",
261999  linebreak="al",
262000  unicodeslot=0x1F812,
262001 },
262002 [0x1F813]={
262003  category="so",
262004  description="DOWNWARDS ARROW WITH SMALL EQUILATERAL ARROWHEAD",
262005  direction="on",
262006  linebreak="al",
262007  unicodeslot=0x1F813,
262008 },
262009 [0x1F814]={
262010  category="so",
262011  description="LEFTWARDS ARROW WITH EQUILATERAL ARROWHEAD",
262012  direction="on",
262013  linebreak="al",
262014  unicodeslot=0x1F814,
262015 },
262016 [0x1F815]={
262017  category="so",
262018  description="UPWARDS ARROW WITH EQUILATERAL ARROWHEAD",
262019  direction="on",
262020  linebreak="al",
262021  unicodeslot=0x1F815,
262022 },
262023 [0x1F816]={
262024  category="so",
262025  description="RIGHTWARDS ARROW WITH EQUILATERAL ARROWHEAD",
262026  direction="on",
262027  linebreak="al",
262028  unicodeslot=0x1F816,
262029 },
262030 [0x1F817]={
262031  category="so",
262032  description="DOWNWARDS ARROW WITH EQUILATERAL ARROWHEAD",
262033  direction="on",
262034  linebreak="al",
262035  unicodeslot=0x1F817,
262036 },
262037 [0x1F818]={
262038  category="so",
262039  description="HEAVY LEFTWARDS ARROW WITH EQUILATERAL ARROWHEAD",
262040  direction="on",
262041  linebreak="al",
262042  unicodeslot=0x1F818,
262043 },
262044 [0x1F819]={
262045  category="so",
262046  description="HEAVY UPWARDS ARROW WITH EQUILATERAL ARROWHEAD",
262047  direction="on",
262048  linebreak="al",
262049  unicodeslot=0x1F819,
262050 },
262051 [0x1F81A]={
262052  category="so",
262053  description="HEAVY RIGHTWARDS ARROW WITH EQUILATERAL ARROWHEAD",
262054  direction="on",
262055  linebreak="al",
262056  unicodeslot=0x1F81A,
262057 },
262058 [0x1F81B]={
262059  category="so",
262060  description="HEAVY DOWNWARDS ARROW WITH EQUILATERAL ARROWHEAD",
262061  direction="on",
262062  linebreak="al",
262063  unicodeslot=0x1F81B,
262064 },
262065 [0x1F81C]={
262066  category="so",
262067  description="HEAVY LEFTWARDS ARROW WITH LARGE EQUILATERAL ARROWHEAD",
262068  direction="on",
262069  linebreak="al",
262070  unicodeslot=0x1F81C,
262071 },
262072 [0x1F81D]={
262073  category="so",
262074  description="HEAVY UPWARDS ARROW WITH LARGE EQUILATERAL ARROWHEAD",
262075  direction="on",
262076  linebreak="al",
262077  unicodeslot=0x1F81D,
262078 },
262079 [0x1F81E]={
262080  category="so",
262081  description="HEAVY RIGHTWARDS ARROW WITH LARGE EQUILATERAL ARROWHEAD",
262082  direction="on",
262083  linebreak="al",
262084  unicodeslot=0x1F81E,
262085 },
262086 [0x1F81F]={
262087  category="so",
262088  description="HEAVY DOWNWARDS ARROW WITH LARGE EQUILATERAL ARROWHEAD",
262089  direction="on",
262090  linebreak="al",
262091  unicodeslot=0x1F81F,
262092 },
262093 [0x1F820]={
262094  category="so",
262095  description="LEFTWARDS TRIANGLE-HEADED ARROW WITH NARROW SHAFT",
262096  direction="on",
262097  linebreak="al",
262098  unicodeslot=0x1F820,
262099 },
262100 [0x1F821]={
262101  category="so",
262102  description="UPWARDS TRIANGLE-HEADED ARROW WITH NARROW SHAFT",
262103  direction="on",
262104  linebreak="al",
262105  unicodeslot=0x1F821,
262106 },
262107 [0x1F822]={
262108  category="so",
262109  description="RIGHTWARDS TRIANGLE-HEADED ARROW WITH NARROW SHAFT",
262110  direction="on",
262111  linebreak="al",
262112  unicodeslot=0x1F822,
262113 },
262114 [0x1F823]={
262115  category="so",
262116  description="DOWNWARDS TRIANGLE-HEADED ARROW WITH NARROW SHAFT",
262117  direction="on",
262118  linebreak="al",
262119  unicodeslot=0x1F823,
262120 },
262121 [0x1F824]={
262122  category="so",
262123  description="LEFTWARDS TRIANGLE-HEADED ARROW WITH MEDIUM SHAFT",
262124  direction="on",
262125  linebreak="al",
262126  unicodeslot=0x1F824,
262127 },
262128 [0x1F825]={
262129  category="so",
262130  description="UPWARDS TRIANGLE-HEADED ARROW WITH MEDIUM SHAFT",
262131  direction="on",
262132  linebreak="al",
262133  unicodeslot=0x1F825,
262134 },
262135 [0x1F826]={
262136  category="so",
262137  description="RIGHTWARDS TRIANGLE-HEADED ARROW WITH MEDIUM SHAFT",
262138  direction="on",
262139  linebreak="al",
262140  unicodeslot=0x1F826,
262141 },
262142 [0x1F827]={
262143  category="so",
262144  description="DOWNWARDS TRIANGLE-HEADED ARROW WITH MEDIUM SHAFT",
262145  direction="on",
262146  linebreak="al",
262147  unicodeslot=0x1F827,
262148 },
262149 [0x1F828]={
262150  category="so",
262151  description="LEFTWARDS TRIANGLE-HEADED ARROW WITH BOLD SHAFT",
262152  direction="on",
262153  linebreak="al",
262154  unicodeslot=0x1F828,
262155 },
262156 [0x1F829]={
262157  category="so",
262158  description="UPWARDS TRIANGLE-HEADED ARROW WITH BOLD SHAFT",
262159  direction="on",
262160  linebreak="al",
262161  unicodeslot=0x1F829,
262162 },
262163 [0x1F82A]={
262164  category="so",
262165  description="RIGHTWARDS TRIANGLE-HEADED ARROW WITH BOLD SHAFT",
262166  direction="on",
262167  linebreak="al",
262168  unicodeslot=0x1F82A,
262169 },
262170 [0x1F82B]={
262171  category="so",
262172  description="DOWNWARDS TRIANGLE-HEADED ARROW WITH BOLD SHAFT",
262173  direction="on",
262174  linebreak="al",
262175  unicodeslot=0x1F82B,
262176 },
262177 [0x1F82C]={
262178  category="so",
262179  description="LEFTWARDS TRIANGLE-HEADED ARROW WITH HEAVY SHAFT",
262180  direction="on",
262181  linebreak="al",
262182  unicodeslot=0x1F82C,
262183 },
262184 [0x1F82D]={
262185  category="so",
262186  description="UPWARDS TRIANGLE-HEADED ARROW WITH HEAVY SHAFT",
262187  direction="on",
262188  linebreak="al",
262189  unicodeslot=0x1F82D,
262190 },
262191 [0x1F82E]={
262192  category="so",
262193  description="RIGHTWARDS TRIANGLE-HEADED ARROW WITH HEAVY SHAFT",
262194  direction="on",
262195  linebreak="al",
262196  unicodeslot=0x1F82E,
262197 },
262198 [0x1F82F]={
262199  category="so",
262200  description="DOWNWARDS TRIANGLE-HEADED ARROW WITH HEAVY SHAFT",
262201  direction="on",
262202  linebreak="al",
262203  unicodeslot=0x1F82F,
262204 },
262205 [0x1F830]={
262206  category="so",
262207  description="LEFTWARDS TRIANGLE-HEADED ARROW WITH VERY HEAVY SHAFT",
262208  direction="on",
262209  linebreak="al",
262210  unicodeslot=0x1F830,
262211 },
262212 [0x1F831]={
262213  category="so",
262214  description="UPWARDS TRIANGLE-HEADED ARROW WITH VERY HEAVY SHAFT",
262215  direction="on",
262216  linebreak="al",
262217  unicodeslot=0x1F831,
262218 },
262219 [0x1F832]={
262220  category="so",
262221  description="RIGHTWARDS TRIANGLE-HEADED ARROW WITH VERY HEAVY SHAFT",
262222  direction="on",
262223  linebreak="al",
262224  unicodeslot=0x1F832,
262225 },
262226 [0x1F833]={
262227  category="so",
262228  description="DOWNWARDS TRIANGLE-HEADED ARROW WITH VERY HEAVY SHAFT",
262229  direction="on",
262230  linebreak="al",
262231  unicodeslot=0x1F833,
262232 },
262233 [0x1F834]={
262234  category="so",
262235  description="LEFTWARDS FINGER-POST ARROW",
262236  direction="on",
262237  linebreak="al",
262238  unicodeslot=0x1F834,
262239 },
262240 [0x1F835]={
262241  category="so",
262242  description="UPWARDS FINGER-POST ARROW",
262243  direction="on",
262244  linebreak="al",
262245  unicodeslot=0x1F835,
262246 },
262247 [0x1F836]={
262248  category="so",
262249  description="RIGHTWARDS FINGER-POST ARROW",
262250  direction="on",
262251  linebreak="al",
262252  unicodeslot=0x1F836,
262253 },
262254 [0x1F837]={
262255  category="so",
262256  description="DOWNWARDS FINGER-POST ARROW",
262257  direction="on",
262258  linebreak="al",
262259  unicodeslot=0x1F837,
262260 },
262261 [0x1F838]={
262262  category="so",
262263  description="LEFTWARDS SQUARED ARROW",
262264  direction="on",
262265  linebreak="al",
262266  unicodeslot=0x1F838,
262267 },
262268 [0x1F839]={
262269  category="so",
262270  description="UPWARDS SQUARED ARROW",
262271  direction="on",
262272  linebreak="al",
262273  unicodeslot=0x1F839,
262274 },
262275 [0x1F83A]={
262276  category="so",
262277  description="RIGHTWARDS SQUARED ARROW",
262278  direction="on",
262279  linebreak="al",
262280  unicodeslot=0x1F83A,
262281 },
262282 [0x1F83B]={
262283  category="so",
262284  description="DOWNWARDS SQUARED ARROW",
262285  direction="on",
262286  linebreak="al",
262287  unicodeslot=0x1F83B,
262288 },
262289 [0x1F83C]={
262290  category="so",
262291  description="LEFTWARDS COMPRESSED ARROW",
262292  direction="on",
262293  linebreak="al",
262294  unicodeslot=0x1F83C,
262295 },
262296 [0x1F83D]={
262297  category="so",
262298  description="UPWARDS COMPRESSED ARROW",
262299  direction="on",
262300  linebreak="al",
262301  unicodeslot=0x1F83D,
262302 },
262303 [0x1F83E]={
262304  category="so",
262305  description="RIGHTWARDS COMPRESSED ARROW",
262306  direction="on",
262307  linebreak="al",
262308  unicodeslot=0x1F83E,
262309 },
262310 [0x1F83F]={
262311  category="so",
262312  description="DOWNWARDS COMPRESSED ARROW",
262313  direction="on",
262314  linebreak="al",
262315  unicodeslot=0x1F83F,
262316 },
262317 [0x1F840]={
262318  category="so",
262319  description="LEFTWARDS HEAVY COMPRESSED ARROW",
262320  direction="on",
262321  linebreak="al",
262322  unicodeslot=0x1F840,
262323 },
262324 [0x1F841]={
262325  category="so",
262326  description="UPWARDS HEAVY COMPRESSED ARROW",
262327  direction="on",
262328  linebreak="al",
262329  unicodeslot=0x1F841,
262330 },
262331 [0x1F842]={
262332  category="so",
262333  description="RIGHTWARDS HEAVY COMPRESSED ARROW",
262334  direction="on",
262335  linebreak="al",
262336  unicodeslot=0x1F842,
262337 },
262338 [0x1F843]={
262339  category="so",
262340  description="DOWNWARDS HEAVY COMPRESSED ARROW",
262341  direction="on",
262342  linebreak="al",
262343  unicodeslot=0x1F843,
262344 },
262345 [0x1F844]={
262346  category="so",
262347  description="LEFTWARDS HEAVY ARROW",
262348  direction="on",
262349  linebreak="al",
262350  unicodeslot=0x1F844,
262351 },
262352 [0x1F845]={
262353  category="so",
262354  description="UPWARDS HEAVY ARROW",
262355  direction="on",
262356  linebreak="al",
262357  unicodeslot=0x1F845,
262358 },
262359 [0x1F846]={
262360  category="so",
262361  description="RIGHTWARDS HEAVY ARROW",
262362  direction="on",
262363  linebreak="al",
262364  unicodeslot=0x1F846,
262365 },
262366 [0x1F847]={
262367  category="so",
262368  description="DOWNWARDS HEAVY ARROW",
262369  direction="on",
262370  linebreak="al",
262371  unicodeslot=0x1F847,
262372 },
262373 [0x1F850]={
262374  category="so",
262375  description="LEFTWARDS SANS-SERIF ARROW",
262376  direction="on",
262377  linebreak="al",
262378  unicodeslot=0x1F850,
262379 },
262380 [0x1F851]={
262381  category="so",
262382  description="UPWARDS SANS-SERIF ARROW",
262383  direction="on",
262384  linebreak="al",
262385  unicodeslot=0x1F851,
262386 },
262387 [0x1F852]={
262388  category="so",
262389  description="RIGHTWARDS SANS-SERIF ARROW",
262390  direction="on",
262391  linebreak="al",
262392  unicodeslot=0x1F852,
262393 },
262394 [0x1F853]={
262395  category="so",
262396  description="DOWNWARDS SANS-SERIF ARROW",
262397  direction="on",
262398  linebreak="al",
262399  unicodeslot=0x1F853,
262400 },
262401 [0x1F854]={
262402  category="so",
262403  description="NORTH WEST SANS-SERIF ARROW",
262404  direction="on",
262405  linebreak="al",
262406  unicodeslot=0x1F854,
262407 },
262408 [0x1F855]={
262409  category="so",
262410  description="NORTH EAST SANS-SERIF ARROW",
262411  direction="on",
262412  linebreak="al",
262413  unicodeslot=0x1F855,
262414 },
262415 [0x1F856]={
262416  category="so",
262417  description="SOUTH EAST SANS-SERIF ARROW",
262418  direction="on",
262419  linebreak="al",
262420  unicodeslot=0x1F856,
262421 },
262422 [0x1F857]={
262423  category="so",
262424  description="SOUTH WEST SANS-SERIF ARROW",
262425  direction="on",
262426  linebreak="al",
262427  unicodeslot=0x1F857,
262428 },
262429 [0x1F858]={
262430  category="so",
262431  description="LEFT RIGHT SANS-SERIF ARROW",
262432  direction="on",
262433  linebreak="al",
262434  unicodeslot=0x1F858,
262435 },
262436 [0x1F859]={
262437  category="so",
262438  description="UP DOWN SANS-SERIF ARROW",
262439  direction="on",
262440  linebreak="al",
262441  unicodeslot=0x1F859,
262442 },
262443 [0x1F860]={
262444  category="so",
262445  description="WIDE-HEADED LEFTWARDS LIGHT BARB ARROW",
262446  direction="on",
262447  linebreak="al",
262448  unicodeslot=0x1F860,
262449 },
262450 [0x1F861]={
262451  category="so",
262452  description="WIDE-HEADED UPWARDS LIGHT BARB ARROW",
262453  direction="on",
262454  linebreak="al",
262455  unicodeslot=0x1F861,
262456 },
262457 [0x1F862]={
262458  category="so",
262459  description="WIDE-HEADED RIGHTWARDS LIGHT BARB ARROW",
262460  direction="on",
262461  linebreak="al",
262462  unicodeslot=0x1F862,
262463 },
262464 [0x1F863]={
262465  category="so",
262466  description="WIDE-HEADED DOWNWARDS LIGHT BARB ARROW",
262467  direction="on",
262468  linebreak="al",
262469  unicodeslot=0x1F863,
262470 },
262471 [0x1F864]={
262472  category="so",
262473  description="WIDE-HEADED NORTH WEST LIGHT BARB ARROW",
262474  direction="on",
262475  linebreak="al",
262476  unicodeslot=0x1F864,
262477 },
262478 [0x1F865]={
262479  category="so",
262480  description="WIDE-HEADED NORTH EAST LIGHT BARB ARROW",
262481  direction="on",
262482  linebreak="al",
262483  unicodeslot=0x1F865,
262484 },
262485 [0x1F866]={
262486  category="so",
262487  description="WIDE-HEADED SOUTH EAST LIGHT BARB ARROW",
262488  direction="on",
262489  linebreak="al",
262490  unicodeslot=0x1F866,
262491 },
262492 [0x1F867]={
262493  category="so",
262494  description="WIDE-HEADED SOUTH WEST LIGHT BARB ARROW",
262495  direction="on",
262496  linebreak="al",
262497  unicodeslot=0x1F867,
262498 },
262499 [0x1F868]={
262500  category="so",
262501  description="WIDE-HEADED LEFTWARDS BARB ARROW",
262502  direction="on",
262503  linebreak="al",
262504  unicodeslot=0x1F868,
262505 },
262506 [0x1F869]={
262507  category="so",
262508  description="WIDE-HEADED UPWARDS BARB ARROW",
262509  direction="on",
262510  linebreak="al",
262511  unicodeslot=0x1F869,
262512 },
262513 [0x1F86A]={
262514  category="so",
262515  description="WIDE-HEADED RIGHTWARDS BARB ARROW",
262516  direction="on",
262517  linebreak="al",
262518  unicodeslot=0x1F86A,
262519 },
262520 [0x1F86B]={
262521  category="so",
262522  description="WIDE-HEADED DOWNWARDS BARB ARROW",
262523  direction="on",
262524  linebreak="al",
262525  unicodeslot=0x1F86B,
262526 },
262527 [0x1F86C]={
262528  category="so",
262529  description="WIDE-HEADED NORTH WEST BARB ARROW",
262530  direction="on",
262531  linebreak="al",
262532  unicodeslot=0x1F86C,
262533 },
262534 [0x1F86D]={
262535  category="so",
262536  description="WIDE-HEADED NORTH EAST BARB ARROW",
262537  direction="on",
262538  linebreak="al",
262539  unicodeslot=0x1F86D,
262540 },
262541 [0x1F86E]={
262542  category="so",
262543  description="WIDE-HEADED SOUTH EAST BARB ARROW",
262544  direction="on",
262545  linebreak="al",
262546  unicodeslot=0x1F86E,
262547 },
262548 [0x1F86F]={
262549  category="so",
262550  description="WIDE-HEADED SOUTH WEST BARB ARROW",
262551  direction="on",
262552  linebreak="al",
262553  unicodeslot=0x1F86F,
262554 },
262555 [0x1F870]={
262556  category="so",
262557  description="WIDE-HEADED LEFTWARDS MEDIUM BARB ARROW",
262558  direction="on",
262559  linebreak="al",
262560  unicodeslot=0x1F870,
262561 },
262562 [0x1F871]={
262563  category="so",
262564  description="WIDE-HEADED UPWARDS MEDIUM BARB ARROW",
262565  direction="on",
262566  linebreak="al",
262567  unicodeslot=0x1F871,
262568 },
262569 [0x1F872]={
262570  category="so",
262571  description="WIDE-HEADED RIGHTWARDS MEDIUM BARB ARROW",
262572  direction="on",
262573  linebreak="al",
262574  unicodeslot=0x1F872,
262575 },
262576 [0x1F873]={
262577  category="so",
262578  description="WIDE-HEADED DOWNWARDS MEDIUM BARB ARROW",
262579  direction="on",
262580  linebreak="al",
262581  unicodeslot=0x1F873,
262582 },
262583 [0x1F874]={
262584  category="so",
262585  description="WIDE-HEADED NORTH WEST MEDIUM BARB ARROW",
262586  direction="on",
262587  linebreak="al",
262588  unicodeslot=0x1F874,
262589 },
262590 [0x1F875]={
262591  category="so",
262592  description="WIDE-HEADED NORTH EAST MEDIUM BARB ARROW",
262593  direction="on",
262594  linebreak="al",
262595  unicodeslot=0x1F875,
262596 },
262597 [0x1F876]={
262598  category="so",
262599  description="WIDE-HEADED SOUTH EAST MEDIUM BARB ARROW",
262600  direction="on",
262601  linebreak="al",
262602  unicodeslot=0x1F876,
262603 },
262604 [0x1F877]={
262605  category="so",
262606  description="WIDE-HEADED SOUTH WEST MEDIUM BARB ARROW",
262607  direction="on",
262608  linebreak="al",
262609  unicodeslot=0x1F877,
262610 },
262611 [0x1F878]={
262612  category="so",
262613  description="WIDE-HEADED LEFTWARDS HEAVY BARB ARROW",
262614  direction="on",
262615  linebreak="al",
262616  unicodeslot=0x1F878,
262617 },
262618 [0x1F879]={
262619  category="so",
262620  description="WIDE-HEADED UPWARDS HEAVY BARB ARROW",
262621  direction="on",
262622  linebreak="al",
262623  unicodeslot=0x1F879,
262624 },
262625 [0x1F87A]={
262626  category="so",
262627  description="WIDE-HEADED RIGHTWARDS HEAVY BARB ARROW",
262628  direction="on",
262629  linebreak="al",
262630  unicodeslot=0x1F87A,
262631 },
262632 [0x1F87B]={
262633  category="so",
262634  description="WIDE-HEADED DOWNWARDS HEAVY BARB ARROW",
262635  direction="on",
262636  linebreak="al",
262637  unicodeslot=0x1F87B,
262638 },
262639 [0x1F87C]={
262640  category="so",
262641  description="WIDE-HEADED NORTH WEST HEAVY BARB ARROW",
262642  direction="on",
262643  linebreak="al",
262644  unicodeslot=0x1F87C,
262645 },
262646 [0x1F87D]={
262647  category="so",
262648  description="WIDE-HEADED NORTH EAST HEAVY BARB ARROW",
262649  direction="on",
262650  linebreak="al",
262651  unicodeslot=0x1F87D,
262652 },
262653 [0x1F87E]={
262654  category="so",
262655  description="WIDE-HEADED SOUTH EAST HEAVY BARB ARROW",
262656  direction="on",
262657  linebreak="al",
262658  unicodeslot=0x1F87E,
262659 },
262660 [0x1F87F]={
262661  category="so",
262662  description="WIDE-HEADED SOUTH WEST HEAVY BARB ARROW",
262663  direction="on",
262664  linebreak="al",
262665  unicodeslot=0x1F87F,
262666 },
262667 [0x1F880]={
262668  category="so",
262669  description="WIDE-HEADED LEFTWARDS VERY HEAVY BARB ARROW",
262670  direction="on",
262671  linebreak="al",
262672  unicodeslot=0x1F880,
262673 },
262674 [0x1F881]={
262675  category="so",
262676  description="WIDE-HEADED UPWARDS VERY HEAVY BARB ARROW",
262677  direction="on",
262678  linebreak="al",
262679  unicodeslot=0x1F881,
262680 },
262681 [0x1F882]={
262682  category="so",
262683  description="WIDE-HEADED RIGHTWARDS VERY HEAVY BARB ARROW",
262684  direction="on",
262685  linebreak="al",
262686  unicodeslot=0x1F882,
262687 },
262688 [0x1F883]={
262689  category="so",
262690  description="WIDE-HEADED DOWNWARDS VERY HEAVY BARB ARROW",
262691  direction="on",
262692  linebreak="al",
262693  unicodeslot=0x1F883,
262694 },
262695 [0x1F884]={
262696  category="so",
262697  description="WIDE-HEADED NORTH WEST VERY HEAVY BARB ARROW",
262698  direction="on",
262699  linebreak="al",
262700  unicodeslot=0x1F884,
262701 },
262702 [0x1F885]={
262703  category="so",
262704  description="WIDE-HEADED NORTH EAST VERY HEAVY BARB ARROW",
262705  direction="on",
262706  linebreak="al",
262707  unicodeslot=0x1F885,
262708 },
262709 [0x1F886]={
262710  category="so",
262711  description="WIDE-HEADED SOUTH EAST VERY HEAVY BARB ARROW",
262712  direction="on",
262713  linebreak="al",
262714  unicodeslot=0x1F886,
262715 },
262716 [0x1F887]={
262717  category="so",
262718  description="WIDE-HEADED SOUTH WEST VERY HEAVY BARB ARROW",
262719  direction="on",
262720  linebreak="al",
262721  unicodeslot=0x1F887,
262722 },
262723 [0x1F890]={
262724  category="so",
262725  description="LEFTWARDS TRIANGLE ARROWHEAD",
262726  direction="on",
262727  linebreak="al",
262728  unicodeslot=0x1F890,
262729 },
262730 [0x1F891]={
262731  category="so",
262732  description="UPWARDS TRIANGLE ARROWHEAD",
262733  direction="on",
262734  linebreak="al",
262735  unicodeslot=0x1F891,
262736 },
262737 [0x1F892]={
262738  category="so",
262739  description="RIGHTWARDS TRIANGLE ARROWHEAD",
262740  direction="on",
262741  linebreak="al",
262742  unicodeslot=0x1F892,
262743 },
262744 [0x1F893]={
262745  category="so",
262746  description="DOWNWARDS TRIANGLE ARROWHEAD",
262747  direction="on",
262748  linebreak="al",
262749  unicodeslot=0x1F893,
262750 },
262751 [0x1F894]={
262752  category="so",
262753  description="LEFTWARDS WHITE ARROW WITHIN TRIANGLE ARROWHEAD",
262754  direction="on",
262755  linebreak="al",
262756  unicodeslot=0x1F894,
262757 },
262758 [0x1F895]={
262759  category="so",
262760  description="UPWARDS WHITE ARROW WITHIN TRIANGLE ARROWHEAD",
262761  direction="on",
262762  linebreak="al",
262763  unicodeslot=0x1F895,
262764 },
262765 [0x1F896]={
262766  category="so",
262767  description="RIGHTWARDS WHITE ARROW WITHIN TRIANGLE ARROWHEAD",
262768  direction="on",
262769  linebreak="al",
262770  unicodeslot=0x1F896,
262771 },
262772 [0x1F897]={
262773  category="so",
262774  description="DOWNWARDS WHITE ARROW WITHIN TRIANGLE ARROWHEAD",
262775  direction="on",
262776  linebreak="al",
262777  unicodeslot=0x1F897,
262778 },
262779 [0x1F898]={
262780  category="so",
262781  description="LEFTWARDS ARROW WITH NOTCHED TAIL",
262782  direction="on",
262783  linebreak="al",
262784  unicodeslot=0x1F898,
262785 },
262786 [0x1F899]={
262787  category="so",
262788  description="UPWARDS ARROW WITH NOTCHED TAIL",
262789  direction="on",
262790  linebreak="al",
262791  unicodeslot=0x1F899,
262792 },
262793 [0x1F89A]={
262794  category="so",
262795  description="RIGHTWARDS ARROW WITH NOTCHED TAIL",
262796  direction="on",
262797  linebreak="al",
262798  unicodeslot=0x1F89A,
262799 },
262800 [0x1F89B]={
262801  category="so",
262802  description="DOWNWARDS ARROW WITH NOTCHED TAIL",
262803  direction="on",
262804  linebreak="al",
262805  unicodeslot=0x1F89B,
262806 },
262807 [0x1F89C]={
262808  category="so",
262809  description="HEAVY ARROW SHAFT WIDTH ONE",
262810  direction="on",
262811  linebreak="al",
262812  unicodeslot=0x1F89C,
262813 },
262814 [0x1F89D]={
262815  category="so",
262816  description="HEAVY ARROW SHAFT WIDTH TWO THIRDS",
262817  direction="on",
262818  linebreak="al",
262819  unicodeslot=0x1F89D,
262820 },
262821 [0x1F89E]={
262822  category="so",
262823  description="HEAVY ARROW SHAFT WIDTH ONE HALF",
262824  direction="on",
262825  linebreak="al",
262826  unicodeslot=0x1F89E,
262827 },
262828 [0x1F89F]={
262829  category="so",
262830  description="HEAVY ARROW SHAFT WIDTH ONE THIRD",
262831  direction="on",
262832  linebreak="al",
262833  unicodeslot=0x1F89F,
262834 },
262835 [0x1F8A0]={
262836  category="so",
262837  description="LEFTWARDS BOTTOM-SHADED WHITE ARROW",
262838  direction="on",
262839  linebreak="al",
262840  unicodeslot=0x1F8A0,
262841 },
262842 [0x1F8A1]={
262843  category="so",
262844  description="RIGHTWARDS BOTTOM SHADED WHITE ARROW",
262845  direction="on",
262846  linebreak="al",
262847  unicodeslot=0x1F8A1,
262848 },
262849 [0x1F8A2]={
262850  category="so",
262851  description="LEFTWARDS TOP SHADED WHITE ARROW",
262852  direction="on",
262853  linebreak="al",
262854  unicodeslot=0x1F8A2,
262855 },
262856 [0x1F8A3]={
262857  category="so",
262858  description="RIGHTWARDS TOP SHADED WHITE ARROW",
262859  direction="on",
262860  linebreak="al",
262861  unicodeslot=0x1F8A3,
262862 },
262863 [0x1F8A4]={
262864  category="so",
262865  description="LEFTWARDS LEFT-SHADED WHITE ARROW",
262866  direction="on",
262867  linebreak="al",
262868  unicodeslot=0x1F8A4,
262869 },
262870 [0x1F8A5]={
262871  category="so",
262872  description="RIGHTWARDS RIGHT-SHADED WHITE ARROW",
262873  direction="on",
262874  linebreak="al",
262875  unicodeslot=0x1F8A5,
262876 },
262877 [0x1F8A6]={
262878  category="so",
262879  description="LEFTWARDS RIGHT-SHADED WHITE ARROW",
262880  direction="on",
262881  linebreak="al",
262882  unicodeslot=0x1F8A6,
262883 },
262884 [0x1F8A7]={
262885  category="so",
262886  description="RIGHTWARDS LEFT-SHADED WHITE ARROW",
262887  direction="on",
262888  linebreak="al",
262889  unicodeslot=0x1F8A7,
262890 },
262891 [0x1F8A8]={
262892  category="so",
262893  description="LEFTWARDS BACK-TILTED SHADOWED WHITE ARROW",
262894  direction="on",
262895  linebreak="al",
262896  unicodeslot=0x1F8A8,
262897 },
262898 [0x1F8A9]={
262899  category="so",
262900  description="RIGHTWARDS BACK-TILTED SHADOWED WHITE ARROW",
262901  direction="on",
262902  linebreak="al",
262903  unicodeslot=0x1F8A9,
262904 },
262905 [0x1F8AA]={
262906  category="so",
262907  description="LEFTWARDS FRONT-TILTED SHADOWED WHITE ARROW",
262908  direction="on",
262909  linebreak="al",
262910  unicodeslot=0x1F8AA,
262911 },
262912 [0x1F8AB]={
262913  category="so",
262914  description="RIGHTWARDS FRONT-TILTED SHADOWED WHITE ARROW",
262915  direction="on",
262916  linebreak="al",
262917  unicodeslot=0x1F8AB,
262918 },
262919 [0x1F8AC]={
262920  category="so",
262921  description="WHITE ARROW SHAFT WIDTH ONE",
262922  direction="on",
262923  linebreak="al",
262924  unicodeslot=0x1F8AC,
262925 },
262926 [0x1F8AD]={
262927  category="so",
262928  description="WHITE ARROW SHAFT WIDTH TWO THIRDS",
262929  direction="on",
262930  linebreak="al",
262931  unicodeslot=0x1F8AD,
262932 },
262933 [0x1F8B0]={
262934  category="so",
262935  description="ARROW POINTING UPWARDS THEN NORTH WEST",
262936  direction="on",
262937  linebreak="al",
262938  unicodeslot=0x1F8B0,
262939 },
262940 [0x1F8B1]={
262941  category="so",
262942  description="ARROW POINTING RIGHTWARDS THEN CURVING SOUTH WEST",
262943  direction="on",
262944  linebreak="al",
262945  unicodeslot=0x1F8B1,
262946 },
262947 [0x1F8B2]={
262948  category="so",
262949  description="RIGHTWARDS ARROW WITH LOWER HOOK",
262950  direction="on",
262951  linebreak="al",
262952  unicodeslot=0x1F8B2,
262953 },
262954 [0x1F8B3]={
262955  category="so",
262956  description="DOWNWARDS BLACK ARROW TO BAR",
262957  direction="on",
262958  linebreak="al",
262959  unicodeslot=0x1F8B3,
262960 },
262961 [0x1F8B4]={
262962  category="so",
262963  description="NEGATIVE SQUARED LEFTWARDS ARROW",
262964  direction="on",
262965  linebreak="al",
262966  unicodeslot=0x1F8B4,
262967 },
262968 [0x1F8B5]={
262969  category="so",
262970  description="NEGATIVE SQUARED UPWARDS ARROW",
262971  direction="on",
262972  linebreak="al",
262973  unicodeslot=0x1F8B5,
262974 },
262975 [0x1F8B6]={
262976  category="so",
262977  description="NEGATIVE SQUARED RIGHTWARDS ARROW",
262978  direction="on",
262979  linebreak="al",
262980  unicodeslot=0x1F8B6,
262981 },
262982 [0x1F8B7]={
262983  category="so",
262984  description="NEGATIVE SQUARED DOWNWARDS ARROW",
262985  direction="on",
262986  linebreak="al",
262987  unicodeslot=0x1F8B7,
262988 },
262989 [0x1F8B8]={
262990  category="so",
262991  description="NORTH WEST ARROW FROM BAR",
262992  direction="on",
262993  linebreak="al",
262994  unicodeslot=0x1F8B8,
262995 },
262996 [0x1F8B9]={
262997  category="so",
262998  description="NORTH EAST ARROW FROM BAR",
262999  direction="on",
263000  linebreak="al",
263001  unicodeslot=0x1F8B9,
263002 },
263003 [0x1F8BA]={
263004  category="so",
263005  description="SOUTH EAST ARROW FROM BAR",
263006  direction="on",
263007  linebreak="al",
263008  unicodeslot=0x1F8BA,
263009 },
263010 [0x1F8BB]={
263011  category="so",
263012  description="SOUTH WEST ARROW FROM BAR",
263013  direction="on",
263014  linebreak="al",
263015  unicodeslot=0x1F8BB,
263016 },
263017 [0x1F8C0]={
263018  category="so",
263019  description="LEFTWARDS ARROW FROM DOWNWARDS ARROW",
263020  direction="on",
263021  linebreak="al",
263022  unicodeslot=0x1F8C0,
263023 },
263024 [0x1F8C1]={
263025  category="so",
263026  description="RIGHTWARDS ARROW FROM DOWNWARDS ARROW",
263027  direction="on",
263028  linebreak="al",
263029  unicodeslot=0x1F8C1,
263030 },
263031 [0x1F900]={
263032  category="so",
263033  description="CIRCLED CROSS FORMEE WITH FOUR DOTS",
263034  direction="on",
263035  linebreak="al",
263036  unicodeslot=0x1F900,
263037 },
263038 [0x1F901]={
263039  category="so",
263040  description="CIRCLED CROSS FORMEE WITH TWO DOTS",
263041  direction="on",
263042  linebreak="al",
263043  unicodeslot=0x1F901,
263044 },
263045 [0x1F902]={
263046  category="so",
263047  description="CIRCLED CROSS FORMEE",
263048  direction="on",
263049  linebreak="al",
263050  unicodeslot=0x1F902,
263051 },
263052 [0x1F903]={
263053  category="so",
263054  description="LEFT HALF CIRCLE WITH FOUR DOTS",
263055  direction="on",
263056  linebreak="al",
263057  unicodeslot=0x1F903,
263058 },
263059 [0x1F904]={
263060  category="so",
263061  description="LEFT HALF CIRCLE WITH THREE DOTS",
263062  direction="on",
263063  linebreak="al",
263064  unicodeslot=0x1F904,
263065 },
263066 [0x1F905]={
263067  category="so",
263068  description="LEFT HALF CIRCLE WITH TWO DOTS",
263069  direction="on",
263070  linebreak="al",
263071  unicodeslot=0x1F905,
263072 },
263073 [0x1F906]={
263074  category="so",
263075  description="LEFT HALF CIRCLE WITH DOT",
263076  direction="on",
263077  linebreak="al",
263078  unicodeslot=0x1F906,
263079 },
263080 [0x1F907]={
263081  category="so",
263082  description="LEFT HALF CIRCLE",
263083  direction="on",
263084  linebreak="al",
263085  unicodeslot=0x1F907,
263086 },
263087 [0x1F908]={
263088  category="so",
263089  description="DOWNWARD FACING HOOK",
263090  direction="on",
263091  linebreak="al",
263092  unicodeslot=0x1F908,
263093 },
263094 [0x1F909]={
263095  category="so",
263096  description="DOWNWARD FACING NOTCHED HOOK",
263097  direction="on",
263098  linebreak="al",
263099  unicodeslot=0x1F909,
263100 },
263101 [0x1F90A]={
263102  category="so",
263103  description="DOWNWARD FACING HOOK WITH DOT",
263104  direction="on",
263105  linebreak="al",
263106  unicodeslot=0x1F90A,
263107 },
263108 [0x1F90B]={
263109  category="so",
263110  description="DOWNWARD FACING NOTCHED HOOK WITH DOT",
263111  direction="on",
263112  linebreak="al",
263113  unicodeslot=0x1F90B,
263114 },
263115 [0x1F90C]={
263116  category="so",
263117  cjkwd="w",
263118  description="PINCHED FINGERS",
263119  direction="on",
263120  linebreak="eb",
263121  unicodeslot=0x1F90C,
263122 },
263123 [0x1F90D]={
263124  category="so",
263125  cjkwd="w",
263126  description="WHITE HEART",
263127  direction="on",
263128  linebreak="id",
263129  unicodeslot=0x1F90D,
263130 },
263131 [0x1F90E]={
263132  category="so",
263133  cjkwd="w",
263134  description="BROWN HEART",
263135  direction="on",
263136  linebreak="id",
263137  unicodeslot=0x1F90E,
263138 },
263139 [0x1F90F]={
263140  category="so",
263141  cjkwd="w",
263142  description="PINCHING HAND",
263143  direction="on",
263144  linebreak="eb",
263145  unicodeslot=0x1F90F,
263146 },
263147 [0x1F910]={
263148  category="so",
263149  cjkwd="w",
263150  description="ZIPPER-MOUTH FACE",
263151  direction="on",
263152  linebreak="id",
263153  unicodeslot=0x1F910,
263154 },
263155 [0x1F911]={
263156  category="so",
263157  cjkwd="w",
263158  description="MONEY-MOUTH FACE",
263159  direction="on",
263160  linebreak="id",
263161  unicodeslot=0x1F911,
263162 },
263163 [0x1F912]={
263164  category="so",
263165  cjkwd="w",
263166  description="FACE WITH THERMOMETER",
263167  direction="on",
263168  linebreak="id",
263169  unicodeslot=0x1F912,
263170 },
263171 [0x1F913]={
263172  category="so",
263173  cjkwd="w",
263174  description="NERD FACE",
263175  direction="on",
263176  linebreak="id",
263177  unicodeslot=0x1F913,
263178 },
263179 [0x1F914]={
263180  category="so",
263181  cjkwd="w",
263182  description="THINKING FACE",
263183  direction="on",
263184  linebreak="id",
263185  unicodeslot=0x1F914,
263186 },
263187 [0x1F915]={
263188  category="so",
263189  cjkwd="w",
263190  description="FACE WITH HEAD-BANDAGE",
263191  direction="on",
263192  linebreak="id",
263193  unicodeslot=0x1F915,
263194 },
263195 [0x1F916]={
263196  category="so",
263197  cjkwd="w",
263198  description="ROBOT FACE",
263199  direction="on",
263200  linebreak="id",
263201  unicodeslot=0x1F916,
263202 },
263203 [0x1F917]={
263204  category="so",
263205  cjkwd="w",
263206  description="HUGGING FACE",
263207  direction="on",
263208  linebreak="id",
263209  unicodeslot=0x1F917,
263210 },
263211 [0x1F918]={
263212  category="so",
263213  cjkwd="w",
263214  description="SIGN OF THE HORNS",
263215  direction="on",
263216  linebreak="eb",
263217  unicodeslot=0x1F918,
263218 },
263219 [0x1F919]={
263220  category="so",
263221  cjkwd="w",
263222  description="CALL ME HAND",
263223  direction="on",
263224  linebreak="eb",
263225  unicodeslot=0x1F919,
263226 },
263227 [0x1F91A]={
263228  category="so",
263229  cjkwd="w",
263230  description="RAISED BACK OF HAND",
263231  direction="on",
263232  linebreak="eb",
263233  unicodeslot=0x1F91A,
263234 },
263235 [0x1F91B]={
263236  category="so",
263237  cjkwd="w",
263238  description="LEFT-FACING FIST",
263239  direction="on",
263240  linebreak="eb",
263241  unicodeslot=0x1F91B,
263242 },
263243 [0x1F91C]={
263244  category="so",
263245  cjkwd="w",
263246  description="RIGHT-FACING FIST",
263247  direction="on",
263248  linebreak="eb",
263249  unicodeslot=0x1F91C,
263250 },
263251 [0x1F91D]={
263252  category="so",
263253  cjkwd="w",
263254  description="HANDSHAKE",
263255  direction="on",
263256  linebreak="eb",
263257  unicodeslot=0x1F91D,
263258 },
263259 [0x1F91E]={
263260  category="so",
263261  cjkwd="w",
263262  description="HAND WITH INDEX AND MIDDLE FINGERS CROSSED",
263263  direction="on",
263264  linebreak="eb",
263265  synonyms={ "crossed fingers", "fingers crossed" },
263266  unicodeslot=0x1F91E,
263267 },
263268 [0x1F91F]={
263269  category="so",
263270  cjkwd="w",
263271  description="I LOVE YOU HAND SIGN",
263272  direction="on",
263273  linebreak="eb",
263274  synonyms={ "hand sign love" },
263275  unicodeslot=0x1F91F,
263276 },
263277 [0x1F920]={
263278  category="so",
263279  cjkwd="w",
263280  description="FACE WITH COWBOY HAT",
263281  direction="on",
263282  linebreak="id",
263283  unicodeslot=0x1F920,
263284 },
263285 [0x1F921]={
263286  category="so",
263287  cjkwd="w",
263288  description="CLOWN FACE",
263289  direction="on",
263290  linebreak="id",
263291  unicodeslot=0x1F921,
263292 },
263293 [0x1F922]={
263294  category="so",
263295  cjkwd="w",
263296  description="NAUSEATED FACE",
263297  direction="on",
263298  linebreak="id",
263299  unicodeslot=0x1F922,
263300 },
263301 [0x1F923]={
263302  category="so",
263303  cjkwd="w",
263304  description="ROLLING ON THE FLOOR LAUGHING",
263305  direction="on",
263306  linebreak="id",
263307  synonyms={ "rofl" },
263308  unicodeslot=0x1F923,
263309 },
263310 [0x1F924]={
263311  category="so",
263312  cjkwd="w",
263313  description="DROOLING FACE",
263314  direction="on",
263315  linebreak="id",
263316  unicodeslot=0x1F924,
263317 },
263318 [0x1F925]={
263319  category="so",
263320  cjkwd="w",
263321  description="LYING FACE",
263322  direction="on",
263323  linebreak="id",
263324  unicodeslot=0x1F925,
263325 },
263326 [0x1F926]={
263327  category="so",
263328  cjkwd="w",
263329  description="FACE PALM",
263330  direction="on",
263331  linebreak="eb",
263332  unicodeslot=0x1F926,
263333 },
263334 [0x1F927]={
263335  category="so",
263336  cjkwd="w",
263337  description="SNEEZING FACE",
263338  direction="on",
263339  linebreak="id",
263340  unicodeslot=0x1F927,
263341 },
263342 [0x1F928]={
263343  category="so",
263344  cjkwd="w",
263345  description="FACE WITH ONE EYEBROW RAISED",
263346  direction="on",
263347  linebreak="id",
263348  unicodeslot=0x1F928,
263349 },
263350 [0x1F929]={
263351  category="so",
263352  cjkwd="w",
263353  description="GRINNING FACE WITH STAR EYES",
263354  direction="on",
263355  linebreak="id",
263356  unicodeslot=0x1F929,
263357 },
263358 [0x1F92A]={
263359  category="so",
263360  cjkwd="w",
263361  description="GRINNING FACE WITH ONE LARGE AND ONE SMALL EYE",
263362  direction="on",
263363  linebreak="id",
263364  unicodeslot=0x1F92A,
263365 },
263366 [0x1F92B]={
263367  category="so",
263368  cjkwd="w",
263369  description="FACE WITH FINGER COVERING CLOSED LIPS",
263370  direction="on",
263371  linebreak="id",
263372  unicodeslot=0x1F92B,
263373 },
263374 [0x1F92C]={
263375  category="so",
263376  cjkwd="w",
263377  description="SERIOUS FACE WITH SYMBOLS COVERING MOUTH",
263378  direction="on",
263379  linebreak="id",
263380  unicodeslot=0x1F92C,
263381 },
263382 [0x1F92D]={
263383  category="so",
263384  cjkwd="w",
263385  description="SMILING FACE WITH SMILING EYES AND HAND COVERING MOUTH",
263386  direction="on",
263387  linebreak="id",
263388  unicodeslot=0x1F92D,
263389 },
263390 [0x1F92E]={
263391  category="so",
263392  cjkwd="w",
263393  description="FACE WITH OPEN MOUTH VOMITING",
263394  direction="on",
263395  linebreak="id",
263396  unicodeslot=0x1F92E,
263397 },
263398 [0x1F92F]={
263399  category="so",
263400  cjkwd="w",
263401  description="SHOCKED FACE WITH EXPLODING HEAD",
263402  direction="on",
263403  linebreak="id",
263404  unicodeslot=0x1F92F,
263405 },
263406 [0x1F930]={
263407  category="so",
263408  cjkwd="w",
263409  description="PREGNANT WOMAN",
263410  direction="on",
263411  linebreak="eb",
263412  unicodeslot=0x1F930,
263413 },
263414 [0x1F931]={
263415  category="so",
263416  cjkwd="w",
263417  description="BREAST-FEEDING",
263418  direction="on",
263419  linebreak="eb",
263420  unicodeslot=0x1F931,
263421 },
263422 [0x1F932]={
263423  category="so",
263424  cjkwd="w",
263425  description="PALMS UP TOGETHER",
263426  direction="on",
263427  linebreak="eb",
263428  unicodeslot=0x1F932,
263429 },
263430 [0x1F933]={
263431  category="so",
263432  cjkwd="w",
263433  description="SELFIE",
263434  direction="on",
263435  linebreak="eb",
263436  unicodeslot=0x1F933,
263437 },
263438 [0x1F934]={
263439  category="so",
263440  cjkwd="w",
263441  description="PRINCE",
263442  direction="on",
263443  linebreak="eb",
263444  unicodeslot=0x1F934,
263445 },
263446 [0x1F935]={
263447  category="so",
263448  cjkwd="w",
263449  description="MAN IN TUXEDO",
263450  direction="on",
263451  linebreak="eb",
263452  unicodeslot=0x1F935,
263453 },
263454 [0x1F936]={
263455  category="so",
263456  cjkwd="w",
263457  description="MOTHER CHRISTMAS",
263458  direction="on",
263459  linebreak="eb",
263460  unicodeslot=0x1F936,
263461 },
263462 [0x1F937]={
263463  category="so",
263464  cjkwd="w",
263465  description="SHRUG",
263466  direction="on",
263467  linebreak="eb",
263468  unicodeslot=0x1F937,
263469 },
263470 [0x1F938]={
263471  category="so",
263472  cjkwd="w",
263473  description="PERSON DOING CARTWHEEL",
263474  direction="on",
263475  linebreak="eb",
263476  unicodeslot=0x1F938,
263477 },
263478 [0x1F939]={
263479  category="so",
263480  cjkwd="w",
263481  description="JUGGLING",
263482  direction="on",
263483  linebreak="eb",
263484  unicodeslot=0x1F939,
263485 },
263486 [0x1F93A]={
263487  category="so",
263488  cjkwd="w",
263489  description="FENCER",
263490  direction="on",
263491  linebreak="id",
263492  unicodeslot=0x1F93A,
263493 },
263494 [0x1F93B]={
263495  category="so",
263496  description="MODERN PENTATHLON",
263497  direction="on",
263498  linebreak="id",
263499  unicodeslot=0x1F93B,
263500 },
263501 [0x1F93C]={
263502  category="so",
263503  cjkwd="w",
263504  description="WRESTLERS",
263505  direction="on",
263506  linebreak="eb",
263507  unicodeslot=0x1F93C,
263508 },
263509 [0x1F93D]={
263510  category="so",
263511  cjkwd="w",
263512  description="WATER POLO",
263513  direction="on",
263514  linebreak="eb",
263515  unicodeslot=0x1F93D,
263516 },
263517 [0x1F93E]={
263518  category="so",
263519  cjkwd="w",
263520  description="HANDBALL",
263521  direction="on",
263522  linebreak="eb",
263523  unicodeslot=0x1F93E,
263524 },
263525 [0x1F93F]={
263526  category="so",
263527  cjkwd="w",
263528  description="DIVING MASK",
263529  direction="on",
263530  linebreak="id",
263531  unicodeslot=0x1F93F,
263532 },
263533 [0x1F940]={
263534  category="so",
263535  cjkwd="w",
263536  description="WILTED FLOWER",
263537  direction="on",
263538  linebreak="id",
263539  unicodeslot=0x1F940,
263540 },
263541 [0x1F941]={
263542  category="so",
263543  cjkwd="w",
263544  description="DRUM WITH DRUMSTICKS",
263545  direction="on",
263546  linebreak="id",
263547  unicodeslot=0x1F941,
263548 },
263549 [0x1F942]={
263550  category="so",
263551  cjkwd="w",
263552  description="CLINKING GLASSES",
263553  direction="on",
263554  linebreak="id",
263555  unicodeslot=0x1F942,
263556 },
263557 [0x1F943]={
263558  category="so",
263559  cjkwd="w",
263560  description="TUMBLER GLASS",
263561  direction="on",
263562  linebreak="id",
263563  unicodeslot=0x1F943,
263564 },
263565 [0x1F944]={
263566  category="so",
263567  cjkwd="w",
263568  description="SPOON",
263569  direction="on",
263570  linebreak="id",
263571  unicodeslot=0x1F944,
263572 },
263573 [0x1F945]={
263574  category="so",
263575  cjkwd="w",
263576  description="GOAL NET",
263577  direction="on",
263578  linebreak="id",
263579  unicodeslot=0x1F945,
263580 },
263581 [0x1F946]={
263582  category="so",
263583  description="RIFLE",
263584  direction="on",
263585  linebreak="id",
263586  unicodeslot=0x1F946,
263587 },
263588 [0x1F947]={
263589  category="so",
263590  cjkwd="w",
263591  description="FIRST PLACE MEDAL",
263592  direction="on",
263593  linebreak="id",
263594  synonyms={ "gold medal" },
263595  unicodeslot=0x1F947,
263596 },
263597 [0x1F948]={
263598  category="so",
263599  cjkwd="w",
263600  description="SECOND PLACE MEDAL",
263601  direction="on",
263602  linebreak="id",
263603  synonyms={ "silver medal" },
263604  unicodeslot=0x1F948,
263605 },
263606 [0x1F949]={
263607  category="so",
263608  cjkwd="w",
263609  description="THIRD PLACE MEDAL",
263610  direction="on",
263611  linebreak="id",
263612  synonyms={ "bronze medal" },
263613  unicodeslot=0x1F949,
263614 },
263615 [0x1F94A]={
263616  category="so",
263617  cjkwd="w",
263618  description="BOXING GLOVE",
263619  direction="on",
263620  linebreak="id",
263621  unicodeslot=0x1F94A,
263622 },
263623 [0x1F94B]={
263624  category="so",
263625  cjkwd="w",
263626  description="MARTIAL ARTS UNIFORM",
263627  direction="on",
263628  linebreak="id",
263629  unicodeslot=0x1F94B,
263630 },
263631 [0x1F94C]={
263632  category="so",
263633  cjkwd="w",
263634  description="CURLING STONE",
263635  direction="on",
263636  linebreak="id",
263637  unicodeslot=0x1F94C,
263638 },
263639 [0x1F94D]={
263640  category="so",
263641  cjkwd="w",
263642  description="LACROSSE STICK AND BALL",
263643  direction="on",
263644  linebreak="id",
263645  unicodeslot=0x1F94D,
263646 },
263647 [0x1F94E]={
263648  category="so",
263649  cjkwd="w",
263650  description="SOFTBALL",
263651  direction="on",
263652  linebreak="id",
263653  unicodeslot=0x1F94E,
263654 },
263655 [0x1F94F]={
263656  category="so",
263657  cjkwd="w",
263658  description="FLYING DISC",
263659  direction="on",
263660  linebreak="id",
263661  unicodeslot=0x1F94F,
263662 },
263663 [0x1F950]={
263664  category="so",
263665  cjkwd="w",
263666  description="CROISSANT",
263667  direction="on",
263668  linebreak="id",
263669  unicodeslot=0x1F950,
263670 },
263671 [0x1F951]={
263672  category="so",
263673  cjkwd="w",
263674  description="AVOCADO",
263675  direction="on",
263676  linebreak="id",
263677  unicodeslot=0x1F951,
263678 },
263679 [0x1F952]={
263680  category="so",
263681  cjkwd="w",
263682  description="CUCUMBER",
263683  direction="on",
263684  linebreak="id",
263685  unicodeslot=0x1F952,
263686 },
263687 [0x1F953]={
263688  category="so",
263689  cjkwd="w",
263690  description="BACON",
263691  direction="on",
263692  linebreak="id",
263693  unicodeslot=0x1F953,
263694 },
263695 [0x1F954]={
263696  category="so",
263697  cjkwd="w",
263698  description="POTATO",
263699  direction="on",
263700  linebreak="id",
263701  unicodeslot=0x1F954,
263702 },
263703 [0x1F955]={
263704  category="so",
263705  cjkwd="w",
263706  description="CARROT",
263707  direction="on",
263708  linebreak="id",
263709  unicodeslot=0x1F955,
263710 },
263711 [0x1F956]={
263712  category="so",
263713  cjkwd="w",
263714  description="BAGUETTE BREAD",
263715  direction="on",
263716  linebreak="id",
263717  unicodeslot=0x1F956,
263718 },
263719 [0x1F957]={
263720  category="so",
263721  cjkwd="w",
263722  description="GREEN SALAD",
263723  direction="on",
263724  linebreak="id",
263725  unicodeslot=0x1F957,
263726 },
263727 [0x1F958]={
263728  category="so",
263729  cjkwd="w",
263730  description="SHALLOW PAN OF FOOD",
263731  direction="on",
263732  linebreak="id",
263733  synonyms={ "paella" },
263734  unicodeslot=0x1F958,
263735 },
263736 [0x1F959]={
263737  category="so",
263738  cjkwd="w",
263739  description="STUFFED FLATBREAD",
263740  direction="on",
263741  linebreak="id",
263742  unicodeslot=0x1F959,
263743 },
263744 [0x1F95A]={
263745  category="so",
263746  cjkwd="w",
263747  description="EGG",
263748  direction="on",
263749  linebreak="id",
263750  unicodeslot=0x1F95A,
263751 },
263752 [0x1F95B]={
263753  category="so",
263754  cjkwd="w",
263755  description="GLASS OF MILK",
263756  direction="on",
263757  linebreak="id",
263758  unicodeslot=0x1F95B,
263759 },
263760 [0x1F95C]={
263761  category="so",
263762  cjkwd="w",
263763  description="PEANUTS",
263764  direction="on",
263765  linebreak="id",
263766  unicodeslot=0x1F95C,
263767 },
263768 [0x1F95D]={
263769  category="so",
263770  cjkwd="w",
263771  description="KIWIFRUIT",
263772  direction="on",
263773  linebreak="id",
263774  unicodeslot=0x1F95D,
263775 },
263776 [0x1F95E]={
263777  category="so",
263778  cjkwd="w",
263779  description="PANCAKES",
263780  direction="on",
263781  linebreak="id",
263782  unicodeslot=0x1F95E,
263783 },
263784 [0x1F95F]={
263785  category="so",
263786  cjkwd="w",
263787  description="DUMPLING",
263788  direction="on",
263789  linebreak="id",
263790  unicodeslot=0x1F95F,
263791 },
263792 [0x1F960]={
263793  category="so",
263794  cjkwd="w",
263795  description="FORTUNE COOKIE",
263796  direction="on",
263797  linebreak="id",
263798  unicodeslot=0x1F960,
263799 },
263800 [0x1F961]={
263801  category="so",
263802  cjkwd="w",
263803  description="TAKEOUT BOX",
263804  direction="on",
263805  linebreak="id",
263806  unicodeslot=0x1F961,
263807 },
263808 [0x1F962]={
263809  category="so",
263810  cjkwd="w",
263811  description="CHOPSTICKS",
263812  direction="on",
263813  linebreak="id",
263814  unicodeslot=0x1F962,
263815 },
263816 [0x1F963]={
263817  category="so",
263818  cjkwd="w",
263819  description="BOWL WITH SPOON",
263820  direction="on",
263821  linebreak="id",
263822  unicodeslot=0x1F963,
263823 },
263824 [0x1F964]={
263825  category="so",
263826  cjkwd="w",
263827  description="CUP WITH STRAW",
263828  direction="on",
263829  linebreak="id",
263830  unicodeslot=0x1F964,
263831 },
263832 [0x1F965]={
263833  category="so",
263834  cjkwd="w",
263835  description="COCONUT",
263836  direction="on",
263837  linebreak="id",
263838  unicodeslot=0x1F965,
263839 },
263840 [0x1F966]={
263841  category="so",
263842  cjkwd="w",
263843  description="BROCCOLI",
263844  direction="on",
263845  linebreak="id",
263846  unicodeslot=0x1F966,
263847 },
263848 [0x1F967]={
263849  category="so",
263850  cjkwd="w",
263851  description="PIE",
263852  direction="on",
263853  linebreak="id",
263854  unicodeslot=0x1F967,
263855 },
263856 [0x1F968]={
263857  category="so",
263858  cjkwd="w",
263859  description="PRETZEL",
263860  direction="on",
263861  linebreak="id",
263862  unicodeslot=0x1F968,
263863 },
263864 [0x1F969]={
263865  category="so",
263866  cjkwd="w",
263867  description="CUT OF MEAT",
263868  direction="on",
263869  linebreak="id",
263870  unicodeslot=0x1F969,
263871 },
263872 [0x1F96A]={
263873  category="so",
263874  cjkwd="w",
263875  description="SANDWICH",
263876  direction="on",
263877  linebreak="id",
263878  unicodeslot=0x1F96A,
263879 },
263880 [0x1F96B]={
263881  category="so",
263882  cjkwd="w",
263883  description="CANNED FOOD",
263884  direction="on",
263885  linebreak="id",
263886  unicodeslot=0x1F96B,
263887 },
263888 [0x1F96C]={
263889  category="so",
263890  cjkwd="w",
263891  description="LEAFY GREEN",
263892  direction="on",
263893  linebreak="id",
263894  unicodeslot=0x1F96C,
263895 },
263896 [0x1F96D]={
263897  category="so",
263898  cjkwd="w",
263899  description="MANGO",
263900  direction="on",
263901  linebreak="id",
263902  unicodeslot=0x1F96D,
263903 },
263904 [0x1F96E]={
263905  category="so",
263906  cjkwd="w",
263907  description="MOON CAKE",
263908  direction="on",
263909  linebreak="id",
263910  unicodeslot=0x1F96E,
263911 },
263912 [0x1F96F]={
263913  category="so",
263914  cjkwd="w",
263915  description="BAGEL",
263916  direction="on",
263917  linebreak="id",
263918  unicodeslot=0x1F96F,
263919 },
263920 [0x1F970]={
263921  category="so",
263922  cjkwd="w",
263923  description="SMILING FACE WITH SMILING EYES AND THREE HEARTS",
263924  direction="on",
263925  linebreak="id",
263926  unicodeslot=0x1F970,
263927 },
263928 [0x1F971]={
263929  category="so",
263930  cjkwd="w",
263931  description="YAWNING FACE",
263932  direction="on",
263933  linebreak="id",
263934  unicodeslot=0x1F971,
263935 },
263936 [0x1F972]={
263937  category="so",
263938  cjkwd="w",
263939  description="SMILING FACE WITH TEAR",
263940  direction="on",
263941  linebreak="id",
263942  unicodeslot=0x1F972,
263943 },
263944 [0x1F973]={
263945  category="so",
263946  cjkwd="w",
263947  description="FACE WITH PARTY HORN AND PARTY HAT",
263948  direction="on",
263949  linebreak="id",
263950  unicodeslot=0x1F973,
263951 },
263952 [0x1F974]={
263953  category="so",
263954  cjkwd="w",
263955  description="FACE WITH UNEVEN EYES AND WAVY MOUTH",
263956  direction="on",
263957  linebreak="id",
263958  unicodeslot=0x1F974,
263959 },
263960 [0x1F975]={
263961  category="so",
263962  cjkwd="w",
263963  description="OVERHEATED FACE",
263964  direction="on",
263965  linebreak="id",
263966  unicodeslot=0x1F975,
263967 },
263968 [0x1F976]={
263969  category="so",
263970  cjkwd="w",
263971  description="FREEZING FACE",
263972  direction="on",
263973  linebreak="id",
263974  unicodeslot=0x1F976,
263975 },
263976 [0x1F977]={
263977  category="so",
263978  cjkwd="w",
263979  description="NINJA",
263980  direction="on",
263981  linebreak="eb",
263982  unicodeslot=0x1F977,
263983 },
263984 [0x1F978]={
263985  category="so",
263986  cjkwd="w",
263987  description="DISGUISED FACE",
263988  direction="on",
263989  linebreak="id",
263990  synonyms={ "face with groucho glasses" },
263991  unicodeslot=0x1F978,
263992 },
263993 [0x1F979]={
263994  category="so",
263995  cjkwd="w",
263996  description="FACE HOLDING BACK TEARS",
263997  direction="on",
263998  linebreak="id",
263999  unicodeslot=0x1F979,
264000 },
264001 [0x1F97A]={
264002  category="so",
264003  cjkwd="w",
264004  description="FACE WITH PLEADING EYES",
264005  direction="on",
264006  linebreak="id",
264007  unicodeslot=0x1F97A,
264008 },
264009 [0x1F97B]={
264010  category="so",
264011  cjkwd="w",
264012  description="SARI",
264013  direction="on",
264014  linebreak="id",
264015  unicodeslot=0x1F97B,
264016 },
264017 [0x1F97C]={
264018  category="so",
264019  cjkwd="w",
264020  description="LAB COAT",
264021  direction="on",
264022  linebreak="id",
264023  unicodeslot=0x1F97C,
264024 },
264025 [0x1F97D]={
264026  category="so",
264027  cjkwd="w",
264028  description="GOGGLES",
264029  direction="on",
264030  linebreak="id",
264031  unicodeslot=0x1F97D,
264032 },
264033 [0x1F97E]={
264034  category="so",
264035  cjkwd="w",
264036  description="HIKING BOOT",
264037  direction="on",
264038  linebreak="id",
264039  unicodeslot=0x1F97E,
264040 },
264041 [0x1F97F]={
264042  category="so",
264043  cjkwd="w",
264044  description="FLAT SHOE",
264045  direction="on",
264046  linebreak="id",
264047  unicodeslot=0x1F97F,
264048 },
264049 [0x1F980]={
264050  category="so",
264051  cjkwd="w",
264052  description="CRAB",
264053  direction="on",
264054  linebreak="id",
264055  unicodeslot=0x1F980,
264056 },
264057 [0x1F981]={
264058  category="so",
264059  cjkwd="w",
264060  description="LION FACE",
264061  direction="on",
264062  linebreak="id",
264063  unicodeslot=0x1F981,
264064 },
264065 [0x1F982]={
264066  category="so",
264067  cjkwd="w",
264068  description="SCORPION",
264069  direction="on",
264070  linebreak="id",
264071  unicodeslot=0x1F982,
264072 },
264073 [0x1F983]={
264074  category="so",
264075  cjkwd="w",
264076  description="TURKEY",
264077  direction="on",
264078  linebreak="id",
264079  unicodeslot=0x1F983,
264080 },
264081 [0x1F984]={
264082  category="so",
264083  cjkwd="w",
264084  description="UNICORN FACE",
264085  direction="on",
264086  linebreak="id",
264087  unicodeslot=0x1F984,
264088 },
264089 [0x1F985]={
264090  category="so",
264091  cjkwd="w",
264092  description="EAGLE",
264093  direction="on",
264094  linebreak="id",
264095  unicodeslot=0x1F985,
264096 },
264097 [0x1F986]={
264098  category="so",
264099  cjkwd="w",
264100  description="DUCK",
264101  direction="on",
264102  linebreak="id",
264103  unicodeslot=0x1F986,
264104 },
264105 [0x1F987]={
264106  category="so",
264107  cjkwd="w",
264108  description="BAT",
264109  direction="on",
264110  linebreak="id",
264111  unicodeslot=0x1F987,
264112 },
264113 [0x1F988]={
264114  category="so",
264115  cjkwd="w",
264116  description="SHARK",
264117  direction="on",
264118  linebreak="id",
264119  unicodeslot=0x1F988,
264120 },
264121 [0x1F989]={
264122  category="so",
264123  cjkwd="w",
264124  description="OWL",
264125  direction="on",
264126  linebreak="id",
264127  unicodeslot=0x1F989,
264128 },
264129 [0x1F98A]={
264130  category="so",
264131  cjkwd="w",
264132  description="FOX FACE",
264133  direction="on",
264134  linebreak="id",
264135  unicodeslot=0x1F98A,
264136 },
264137 [0x1F98B]={
264138  category="so",
264139  cjkwd="w",
264140  description="BUTTERFLY",
264141  direction="on",
264142  linebreak="id",
264143  unicodeslot=0x1F98B,
264144 },
264145 [0x1F98C]={
264146  category="so",
264147  cjkwd="w",
264148  description="DEER",
264149  direction="on",
264150  linebreak="id",
264151  unicodeslot=0x1F98C,
264152 },
264153 [0x1F98D]={
264154  category="so",
264155  cjkwd="w",
264156  description="GORILLA",
264157  direction="on",
264158  linebreak="id",
264159  unicodeslot=0x1F98D,
264160 },
264161 [0x1F98E]={
264162  category="so",
264163  cjkwd="w",
264164  description="LIZARD",
264165  direction="on",
264166  linebreak="id",
264167  unicodeslot=0x1F98E,
264168 },
264169 [0x1F98F]={
264170  category="so",
264171  cjkwd="w",
264172  description="RHINOCEROS",
264173  direction="on",
264174  linebreak="id",
264175  unicodeslot=0x1F98F,
264176 },
264177 [0x1F990]={
264178  category="so",
264179  cjkwd="w",
264180  description="SHRIMP",
264181  direction="on",
264182  linebreak="id",
264183  unicodeslot=0x1F990,
264184 },
264185 [0x1F991]={
264186  category="so",
264187  cjkwd="w",
264188  description="SQUID",
264189  direction="on",
264190  linebreak="id",
264191  unicodeslot=0x1F991,
264192 },
264193 [0x1F992]={
264194  category="so",
264195  cjkwd="w",
264196  description="GIRAFFE FACE",
264197  direction="on",
264198  linebreak="id",
264199  unicodeslot=0x1F992,
264200 },
264201 [0x1F993]={
264202  category="so",
264203  cjkwd="w",
264204  description="ZEBRA FACE",
264205  direction="on",
264206  linebreak="id",
264207  unicodeslot=0x1F993,
264208 },
264209 [0x1F994]={
264210  category="so",
264211  cjkwd="w",
264212  description="HEDGEHOG",
264213  direction="on",
264214  linebreak="id",
264215  unicodeslot=0x1F994,
264216 },
264217 [0x1F995]={
264218  category="so",
264219  cjkwd="w",
264220  description="SAUROPOD",
264221  direction="on",
264222  linebreak="id",
264223  unicodeslot=0x1F995,
264224 },
264225 [0x1F996]={
264226  category="so",
264227  cjkwd="w",
264228  description="T-REX",
264229  direction="on",
264230  linebreak="id",
264231  synonyms={ "tyrannosaurus rex" },
264232  unicodeslot=0x1F996,
264233 },
264234 [0x1F997]={
264235  category="so",
264236  cjkwd="w",
264237  description="CRICKET",
264238  direction="on",
264239  linebreak="id",
264240  unicodeslot=0x1F997,
264241 },
264242 [0x1F998]={
264243  category="so",
264244  cjkwd="w",
264245  description="KANGAROO",
264246  direction="on",
264247  linebreak="id",
264248  unicodeslot=0x1F998,
264249 },
264250 [0x1F999]={
264251  category="so",
264252  cjkwd="w",
264253  description="LLAMA",
264254  direction="on",
264255  linebreak="id",
264256  unicodeslot=0x1F999,
264257 },
264258 [0x1F99A]={
264259  category="so",
264260  cjkwd="w",
264261  description="PEACOCK",
264262  direction="on",
264263  linebreak="id",
264264  unicodeslot=0x1F99A,
264265 },
264266 [0x1F99B]={
264267  category="so",
264268  cjkwd="w",
264269  description="HIPPOPOTAMUS",
264270  direction="on",
264271  linebreak="id",
264272  unicodeslot=0x1F99B,
264273 },
264274 [0x1F99C]={
264275  category="so",
264276  cjkwd="w",
264277  description="PARROT",
264278  direction="on",
264279  linebreak="id",
264280  unicodeslot=0x1F99C,
264281 },
264282 [0x1F99D]={
264283  category="so",
264284  cjkwd="w",
264285  description="RACCOON",
264286  direction="on",
264287  linebreak="id",
264288  unicodeslot=0x1F99D,
264289 },
264290 [0x1F99E]={
264291  category="so",
264292  cjkwd="w",
264293  description="LOBSTER",
264294  direction="on",
264295  linebreak="id",
264296  unicodeslot=0x1F99E,
264297 },
264298 [0x1F99F]={
264299  category="so",
264300  cjkwd="w",
264301  description="MOSQUITO",
264302  direction="on",
264303  linebreak="id",
264304  unicodeslot=0x1F99F,
264305 },
264306 [0x1F9A0]={
264307  category="so",
264308  cjkwd="w",
264309  description="MICROBE",
264310  direction="on",
264311  linebreak="id",
264312  unicodeslot=0x1F9A0,
264313 },
264314 [0x1F9A1]={
264315  category="so",
264316  cjkwd="w",
264317  description="BADGER",
264318  direction="on",
264319  linebreak="id",
264320  unicodeslot=0x1F9A1,
264321 },
264322 [0x1F9A2]={
264323  category="so",
264324  cjkwd="w",
264325  description="SWAN",
264326  direction="on",
264327  linebreak="id",
264328  unicodeslot=0x1F9A2,
264329 },
264330 [0x1F9A3]={
264331  category="so",
264332  cjkwd="w",
264333  description="MAMMOTH",
264334  direction="on",
264335  linebreak="id",
264336  unicodeslot=0x1F9A3,
264337 },
264338 [0x1F9A4]={
264339  category="so",
264340  cjkwd="w",
264341  description="DODO",
264342  direction="on",
264343  linebreak="id",
264344  unicodeslot=0x1F9A4,
264345 },
264346 [0x1F9A5]={
264347  category="so",
264348  cjkwd="w",
264349  description="SLOTH",
264350  direction="on",
264351  linebreak="id",
264352  unicodeslot=0x1F9A5,
264353 },
264354 [0x1F9A6]={
264355  category="so",
264356  cjkwd="w",
264357  description="OTTER",
264358  direction="on",
264359  linebreak="id",
264360  unicodeslot=0x1F9A6,
264361 },
264362 [0x1F9A7]={
264363  category="so",
264364  cjkwd="w",
264365  description="ORANGUTAN",
264366  direction="on",
264367  linebreak="id",
264368  unicodeslot=0x1F9A7,
264369 },
264370 [0x1F9A8]={
264371  category="so",
264372  cjkwd="w",
264373  description="SKUNK",
264374  direction="on",
264375  linebreak="id",
264376  unicodeslot=0x1F9A8,
264377 },
264378 [0x1F9A9]={
264379  category="so",
264380  cjkwd="w",
264381  description="FLAMINGO",
264382  direction="on",
264383  linebreak="id",
264384  unicodeslot=0x1F9A9,
264385 },
264386 [0x1F9AA]={
264387  category="so",
264388  cjkwd="w",
264389  description="OYSTER",
264390  direction="on",
264391  linebreak="id",
264392  unicodeslot=0x1F9AA,
264393 },
264394 [0x1F9AB]={
264395  category="so",
264396  cjkwd="w",
264397  description="BEAVER",
264398  direction="on",
264399  linebreak="id",
264400  unicodeslot=0x1F9AB,
264401 },
264402 [0x1F9AC]={
264403  category="so",
264404  cjkwd="w",
264405  description="BISON",
264406  direction="on",
264407  linebreak="id",
264408  unicodeslot=0x1F9AC,
264409 },
264410 [0x1F9AD]={
264411  category="so",
264412  cjkwd="w",
264413  description="SEAL",
264414  direction="on",
264415  linebreak="id",
264416  unicodeslot=0x1F9AD,
264417 },
264418 [0x1F9AE]={
264419  category="so",
264420  cjkwd="w",
264421  description="GUIDE DOG",
264422  direction="on",
264423  linebreak="id",
264424  unicodeslot=0x1F9AE,
264425 },
264426 [0x1F9AF]={
264427  category="so",
264428  cjkwd="w",
264429  description="PROBING CANE",
264430  direction="on",
264431  linebreak="id",
264432  unicodeslot=0x1F9AF,
264433 },
264434 [0x1F9B0]={
264435  category="so",
264436  cjkwd="w",
264437  description="EMOJI COMPONENT RED HAIR",
264438  direction="on",
264439  linebreak="id",
264440  unicodeslot=0x1F9B0,
264441 },
264442 [0x1F9B1]={
264443  category="so",
264444  cjkwd="w",
264445  description="EMOJI COMPONENT CURLY HAIR",
264446  direction="on",
264447  linebreak="id",
264448  unicodeslot=0x1F9B1,
264449 },
264450 [0x1F9B2]={
264451  category="so",
264452  cjkwd="w",
264453  description="EMOJI COMPONENT BALD",
264454  direction="on",
264455  linebreak="id",
264456  unicodeslot=0x1F9B2,
264457 },
264458 [0x1F9B3]={
264459  category="so",
264460  cjkwd="w",
264461  description="EMOJI COMPONENT WHITE HAIR",
264462  direction="on",
264463  linebreak="id",
264464  unicodeslot=0x1F9B3,
264465 },
264466 [0x1F9B4]={
264467  category="so",
264468  cjkwd="w",
264469  description="BONE",
264470  direction="on",
264471  linebreak="id",
264472  unicodeslot=0x1F9B4,
264473 },
264474 [0x1F9B5]={
264475  category="so",
264476  cjkwd="w",
264477  description="LEG",
264478  direction="on",
264479  linebreak="eb",
264480  unicodeslot=0x1F9B5,
264481 },
264482 [0x1F9B6]={
264483  category="so",
264484  cjkwd="w",
264485  description="FOOT",
264486  direction="on",
264487  linebreak="eb",
264488  unicodeslot=0x1F9B6,
264489 },
264490 [0x1F9B7]={
264491  category="so",
264492  cjkwd="w",
264493  description="TOOTH",
264494  direction="on",
264495  linebreak="id",
264496  unicodeslot=0x1F9B7,
264497 },
264498 [0x1F9B8]={
264499  category="so",
264500  cjkwd="w",
264501  description="SUPERHERO",
264502  direction="on",
264503  linebreak="eb",
264504  unicodeslot=0x1F9B8,
264505 },
264506 [0x1F9B9]={
264507  category="so",
264508  cjkwd="w",
264509  description="SUPERVILLAIN",
264510  direction="on",
264511  linebreak="eb",
264512  unicodeslot=0x1F9B9,
264513 },
264514 [0x1F9BA]={
264515  category="so",
264516  cjkwd="w",
264517  description="SAFETY VEST",
264518  direction="on",
264519  linebreak="id",
264520  unicodeslot=0x1F9BA,
264521 },
264522 [0x1F9BB]={
264523  category="so",
264524  cjkwd="w",
264525  description="EAR WITH HEARING AID",
264526  direction="on",
264527  linebreak="eb",
264528  unicodeslot=0x1F9BB,
264529 },
264530 [0x1F9BC]={
264531  category="so",
264532  cjkwd="w",
264533  description="MOTORIZED WHEELCHAIR",
264534  direction="on",
264535  linebreak="id",
264536  unicodeslot=0x1F9BC,
264537 },
264538 [0x1F9BD]={
264539  category="so",
264540  cjkwd="w",
264541  description="MANUAL WHEELCHAIR",
264542  direction="on",
264543  linebreak="id",
264544  unicodeslot=0x1F9BD,
264545 },
264546 [0x1F9BE]={
264547  category="so",
264548  cjkwd="w",
264549  description="MECHANICAL ARM",
264550  direction="on",
264551  linebreak="id",
264552  unicodeslot=0x1F9BE,
264553 },
264554 [0x1F9BF]={
264555  category="so",
264556  cjkwd="w",
264557  description="MECHANICAL LEG",
264558  direction="on",
264559  linebreak="id",
264560  unicodeslot=0x1F9BF,
264561 },
264562 [0x1F9C0]={
264563  category="so",
264564  cjkwd="w",
264565  description="CHEESE WEDGE",
264566  direction="on",
264567  linebreak="id",
264568  unicodeslot=0x1F9C0,
264569 },
264570 [0x1F9C1]={
264571  category="so",
264572  cjkwd="w",
264573  description="CUPCAKE",
264574  direction="on",
264575  linebreak="id",
264576  unicodeslot=0x1F9C1,
264577 },
264578 [0x1F9C2]={
264579  category="so",
264580  cjkwd="w",
264581  description="SALT SHAKER",
264582  direction="on",
264583  linebreak="id",
264584  unicodeslot=0x1F9C2,
264585 },
264586 [0x1F9C3]={
264587  category="so",
264588  cjkwd="w",
264589  description="BEVERAGE BOX",
264590  direction="on",
264591  linebreak="id",
264592  unicodeslot=0x1F9C3,
264593 },
264594 [0x1F9C4]={
264595  category="so",
264596  cjkwd="w",
264597  description="GARLIC",
264598  direction="on",
264599  linebreak="id",
264600  unicodeslot=0x1F9C4,
264601 },
264602 [0x1F9C5]={
264603  category="so",
264604  cjkwd="w",
264605  description="ONION",
264606  direction="on",
264607  linebreak="id",
264608  unicodeslot=0x1F9C5,
264609 },
264610 [0x1F9C6]={
264611  category="so",
264612  cjkwd="w",
264613  description="FALAFEL",
264614  direction="on",
264615  linebreak="id",
264616  unicodeslot=0x1F9C6,
264617 },
264618 [0x1F9C7]={
264619  category="so",
264620  cjkwd="w",
264621  description="WAFFLE",
264622  direction="on",
264623  linebreak="id",
264624  unicodeslot=0x1F9C7,
264625 },
264626 [0x1F9C8]={
264627  category="so",
264628  cjkwd="w",
264629  description="BUTTER",
264630  direction="on",
264631  linebreak="id",
264632  unicodeslot=0x1F9C8,
264633 },
264634 [0x1F9C9]={
264635  category="so",
264636  cjkwd="w",
264637  description="MATE DRINK",
264638  direction="on",
264639  linebreak="id",
264640  unicodeslot=0x1F9C9,
264641 },
264642 [0x1F9CA]={
264643  category="so",
264644  cjkwd="w",
264645  description="ICE CUBE",
264646  direction="on",
264647  linebreak="id",
264648  unicodeslot=0x1F9CA,
264649 },
264650 [0x1F9CB]={
264651  category="so",
264652  cjkwd="w",
264653  description="BUBBLE TEA",
264654  direction="on",
264655  linebreak="id",
264656  unicodeslot=0x1F9CB,
264657 },
264658 [0x1F9CC]={
264659  category="so",
264660  cjkwd="w",
264661  description="TROLL",
264662  direction="on",
264663  linebreak="id",
264664  unicodeslot=0x1F9CC,
264665 },
264666 [0x1F9CD]={
264667  category="so",
264668  cjkwd="w",
264669  description="STANDING PERSON",
264670  direction="on",
264671  linebreak="eb",
264672  unicodeslot=0x1F9CD,
264673 },
264674 [0x1F9CE]={
264675  category="so",
264676  cjkwd="w",
264677  description="KNEELING PERSON",
264678  direction="on",
264679  linebreak="eb",
264680  unicodeslot=0x1F9CE,
264681 },
264682 [0x1F9CF]={
264683  category="so",
264684  cjkwd="w",
264685  description="DEAF PERSON",
264686  direction="on",
264687  linebreak="eb",
264688  unicodeslot=0x1F9CF,
264689 },
264690 [0x1F9D0]={
264691  category="so",
264692  cjkwd="w",
264693  description="FACE WITH MONOCLE",
264694  direction="on",
264695  linebreak="id",
264696  unicodeslot=0x1F9D0,
264697 },
264698 [0x1F9D1]={
264699  category="so",
264700  cjkwd="w",
264701  description="ADULT",
264702  direction="on",
264703  linebreak="eb",
264704  unicodeslot=0x1F9D1,
264705 },
264706 [0x1F9D2]={
264707  category="so",
264708  cjkwd="w",
264709  description="CHILD",
264710  direction="on",
264711  linebreak="eb",
264712  unicodeslot=0x1F9D2,
264713 },
264714 [0x1F9D3]={
264715  category="so",
264716  cjkwd="w",
264717  description="OLDER ADULT",
264718  direction="on",
264719  linebreak="eb",
264720  unicodeslot=0x1F9D3,
264721 },
264722 [0x1F9D4]={
264723  category="so",
264724  cjkwd="w",
264725  description="BEARDED PERSON",
264726  direction="on",
264727  linebreak="eb",
264728  unicodeslot=0x1F9D4,
264729 },
264730 [0x1F9D5]={
264731  category="so",
264732  cjkwd="w",
264733  description="PERSON WITH HEADSCARF",
264734  direction="on",
264735  linebreak="eb",
264736  unicodeslot=0x1F9D5,
264737 },
264738 [0x1F9D6]={
264739  category="so",
264740  cjkwd="w",
264741  description="PERSON IN STEAMY ROOM",
264742  direction="on",
264743  linebreak="eb",
264744  unicodeslot=0x1F9D6,
264745 },
264746 [0x1F9D7]={
264747  category="so",
264748  cjkwd="w",
264749  description="PERSON CLIMBING",
264750  direction="on",
264751  linebreak="eb",
264752  unicodeslot=0x1F9D7,
264753 },
264754 [0x1F9D8]={
264755  category="so",
264756  cjkwd="w",
264757  description="PERSON IN LOTUS POSITION",
264758  direction="on",
264759  linebreak="eb",
264760  unicodeslot=0x1F9D8,
264761 },
264762 [0x1F9D9]={
264763  category="so",
264764  cjkwd="w",
264765  description="MAGE",
264766  direction="on",
264767  linebreak="eb",
264768  unicodeslot=0x1F9D9,
264769 },
264770 [0x1F9DA]={
264771  category="so",
264772  cjkwd="w",
264773  description="FAIRY",
264774  direction="on",
264775  linebreak="eb",
264776  unicodeslot=0x1F9DA,
264777 },
264778 [0x1F9DB]={
264779  category="so",
264780  cjkwd="w",
264781  description="VAMPIRE",
264782  direction="on",
264783  linebreak="eb",
264784  unicodeslot=0x1F9DB,
264785 },
264786 [0x1F9DC]={
264787  category="so",
264788  cjkwd="w",
264789  description="MERPERSON",
264790  direction="on",
264791  linebreak="eb",
264792  unicodeslot=0x1F9DC,
264793 },
264794 [0x1F9DD]={
264795  category="so",
264796  cjkwd="w",
264797  description="ELF",
264798  direction="on",
264799  linebreak="eb",
264800  unicodeslot=0x1F9DD,
264801 },
264802 [0x1F9DE]={
264803  category="so",
264804  cjkwd="w",
264805  description="GENIE",
264806  direction="on",
264807  linebreak="id",
264808  unicodeslot=0x1F9DE,
264809 },
264810 [0x1F9DF]={
264811  category="so",
264812  cjkwd="w",
264813  description="ZOMBIE",
264814  direction="on",
264815  linebreak="id",
264816  unicodeslot=0x1F9DF,
264817 },
264818 [0x1F9E0]={
264819  category="so",
264820  cjkwd="w",
264821  description="BRAIN",
264822  direction="on",
264823  linebreak="id",
264824  unicodeslot=0x1F9E0,
264825 },
264826 [0x1F9E1]={
264827  category="so",
264828  cjkwd="w",
264829  description="ORANGE HEART",
264830  direction="on",
264831  linebreak="id",
264832  unicodeslot=0x1F9E1,
264833 },
264834 [0x1F9E2]={
264835  category="so",
264836  cjkwd="w",
264837  description="BILLED CAP",
264838  direction="on",
264839  linebreak="id",
264840  unicodeslot=0x1F9E2,
264841 },
264842 [0x1F9E3]={
264843  category="so",
264844  cjkwd="w",
264845  description="SCARF",
264846  direction="on",
264847  linebreak="id",
264848  unicodeslot=0x1F9E3,
264849 },
264850 [0x1F9E4]={
264851  category="so",
264852  cjkwd="w",
264853  description="GLOVES",
264854  direction="on",
264855  linebreak="id",
264856  unicodeslot=0x1F9E4,
264857 },
264858 [0x1F9E5]={
264859  category="so",
264860  cjkwd="w",
264861  description="COAT",
264862  direction="on",
264863  linebreak="id",
264864  unicodeslot=0x1F9E5,
264865 },
264866 [0x1F9E6]={
264867  category="so",
264868  cjkwd="w",
264869  description="SOCKS",
264870  direction="on",
264871  linebreak="id",
264872  unicodeslot=0x1F9E6,
264873 },
264874 [0x1F9E7]={
264875  category="so",
264876  cjkwd="w",
264877  description="RED GIFT ENVELOPE",
264878  direction="on",
264879  linebreak="id",
264880  unicodeslot=0x1F9E7,
264881 },
264882 [0x1F9E8]={
264883  category="so",
264884  cjkwd="w",
264885  description="FIRECRACKER",
264886  direction="on",
264887  linebreak="id",
264888  unicodeslot=0x1F9E8,
264889 },
264890 [0x1F9E9]={
264891  category="so",
264892  cjkwd="w",
264893  description="JIGSAW PUZZLE PIECE",
264894  direction="on",
264895  linebreak="id",
264896  unicodeslot=0x1F9E9,
264897 },
264898 [0x1F9EA]={
264899  category="so",
264900  cjkwd="w",
264901  description="TEST TUBE",
264902  direction="on",
264903  linebreak="id",
264904  unicodeslot=0x1F9EA,
264905 },
264906 [0x1F9EB]={
264907  category="so",
264908  cjkwd="w",
264909  description="PETRI DISH",
264910  direction="on",
264911  linebreak="id",
264912  unicodeslot=0x1F9EB,
264913 },
264914 [0x1F9EC]={
264915  category="so",
264916  cjkwd="w",
264917  description="DNA DOUBLE HELIX",
264918  direction="on",
264919  linebreak="id",
264920  unicodeslot=0x1F9EC,
264921 },
264922 [0x1F9ED]={
264923  category="so",
264924  cjkwd="w",
264925  description="COMPASS",
264926  direction="on",
264927  linebreak="id",
264928  unicodeslot=0x1F9ED,
264929 },
264930 [0x1F9EE]={
264931  category="so",
264932  cjkwd="w",
264933  description="ABACUS",
264934  direction="on",
264935  linebreak="id",
264936  unicodeslot=0x1F9EE,
264937 },
264938 [0x1F9EF]={
264939  category="so",
264940  cjkwd="w",
264941  description="FIRE EXTINGUISHER",
264942  direction="on",
264943  linebreak="id",
264944  unicodeslot=0x1F9EF,
264945 },
264946 [0x1F9F0]={
264947  category="so",
264948  cjkwd="w",
264949  description="TOOLBOX",
264950  direction="on",
264951  linebreak="id",
264952  unicodeslot=0x1F9F0,
264953 },
264954 [0x1F9F1]={
264955  category="so",
264956  cjkwd="w",
264957  description="BRICK",
264958  direction="on",
264959  linebreak="id",
264960  unicodeslot=0x1F9F1,
264961 },
264962 [0x1F9F2]={
264963  category="so",
264964  cjkwd="w",
264965  description="MAGNET",
264966  direction="on",
264967  linebreak="id",
264968  unicodeslot=0x1F9F2,
264969 },
264970 [0x1F9F3]={
264971  category="so",
264972  cjkwd="w",
264973  description="LUGGAGE",
264974  direction="on",
264975  linebreak="id",
264976  unicodeslot=0x1F9F3,
264977 },
264978 [0x1F9F4]={
264979  category="so",
264980  cjkwd="w",
264981  description="LOTION BOTTLE",
264982  direction="on",
264983  linebreak="id",
264984  unicodeslot=0x1F9F4,
264985 },
264986 [0x1F9F5]={
264987  category="so",
264988  cjkwd="w",
264989  description="SPOOL OF THREAD",
264990  direction="on",
264991  linebreak="id",
264992  unicodeslot=0x1F9F5,
264993 },
264994 [0x1F9F6]={
264995  category="so",
264996  cjkwd="w",
264997  description="BALL OF YARN",
264998  direction="on",
264999  linebreak="id",
265000  unicodeslot=0x1F9F6,
265001 },
265002 [0x1F9F7]={
265003  category="so",
265004  cjkwd="w",
265005  description="SAFETY PIN",
265006  direction="on",
265007  linebreak="id",
265008  unicodeslot=0x1F9F7,
265009 },
265010 [0x1F9F8]={
265011  category="so",
265012  cjkwd="w",
265013  description="TEDDY BEAR",
265014  direction="on",
265015  linebreak="id",
265016  unicodeslot=0x1F9F8,
265017 },
265018 [0x1F9F9]={
265019  category="so",
265020  cjkwd="w",
265021  description="BROOM",
265022  direction="on",
265023  linebreak="id",
265024  unicodeslot=0x1F9F9,
265025 },
265026 [0x1F9FA]={
265027  category="so",
265028  cjkwd="w",
265029  description="BASKET",
265030  direction="on",
265031  linebreak="id",
265032  unicodeslot=0x1F9FA,
265033 },
265034 [0x1F9FB]={
265035  category="so",
265036  cjkwd="w",
265037  description="ROLL OF PAPER",
265038  direction="on",
265039  linebreak="id",
265040  unicodeslot=0x1F9FB,
265041 },
265042 [0x1F9FC]={
265043  category="so",
265044  cjkwd="w",
265045  description="BAR OF SOAP",
265046  direction="on",
265047  linebreak="id",
265048  unicodeslot=0x1F9FC,
265049 },
265050 [0x1F9FD]={
265051  category="so",
265052  cjkwd="w",
265053  description="SPONGE",
265054  direction="on",
265055  linebreak="id",
265056  unicodeslot=0x1F9FD,
265057 },
265058 [0x1F9FE]={
265059  category="so",
265060  cjkwd="w",
265061  description="RECEIPT",
265062  direction="on",
265063  linebreak="id",
265064  unicodeslot=0x1F9FE,
265065 },
265066 [0x1F9FF]={
265067  category="so",
265068  cjkwd="w",
265069  description="NAZAR AMULET",
265070  direction="on",
265071  linebreak="id",
265072  unicodeslot=0x1F9FF,
265073 },
265074 [0x1FA00]={
265075  category="so",
265076  description="NEUTRAL CHESS KING",
265077  direction="on",
265078  linebreak="al",
265079  unicodeslot=0x1FA00,
265080 },
265081 [0x1FA01]={
265082  category="so",
265083  description="NEUTRAL CHESS QUEEN",
265084  direction="on",
265085  linebreak="al",
265086  unicodeslot=0x1FA01,
265087 },
265088 [0x1FA02]={
265089  category="so",
265090  description="NEUTRAL CHESS ROOK",
265091  direction="on",
265092  linebreak="al",
265093  unicodeslot=0x1FA02,
265094 },
265095 [0x1FA03]={
265096  category="so",
265097  description="NEUTRAL CHESS BISHOP",
265098  direction="on",
265099  linebreak="al",
265100  unicodeslot=0x1FA03,
265101 },
265102 [0x1FA04]={
265103  category="so",
265104  description="NEUTRAL CHESS KNIGHT",
265105  direction="on",
265106  linebreak="al",
265107  unicodeslot=0x1FA04,
265108 },
265109 [0x1FA05]={
265110  category="so",
265111  description="NEUTRAL CHESS PAWN",
265112  direction="on",
265113  linebreak="al",
265114  unicodeslot=0x1FA05,
265115 },
265116 [0x1FA06]={
265117  category="so",
265118  description="WHITE CHESS KNIGHT ROTATED FORTY-FIVE DEGREES",
265119  direction="on",
265120  linebreak="al",
265121  unicodeslot=0x1FA06,
265122 },
265123 [0x1FA07]={
265124  category="so",
265125  description="BLACK CHESS KNIGHT ROTATED FORTY-FIVE DEGREES",
265126  direction="on",
265127  linebreak="al",
265128  unicodeslot=0x1FA07,
265129 },
265130 [0x1FA08]={
265131  category="so",
265132  description="NEUTRAL CHESS KNIGHT ROTATED FORTY-FIVE DEGREES",
265133  direction="on",
265134  linebreak="al",
265135  unicodeslot=0x1FA08,
265136 },
265137 [0x1FA09]={
265138  category="so",
265139  description="WHITE CHESS KING ROTATED NINETY DEGREES",
265140  direction="on",
265141  linebreak="al",
265142  unicodeslot=0x1FA09,
265143 },
265144 [0x1FA0A]={
265145  category="so",
265146  description="WHITE CHESS QUEEN ROTATED NINETY DEGREES",
265147  direction="on",
265148  linebreak="al",
265149  unicodeslot=0x1FA0A,
265150 },
265151 [0x1FA0B]={
265152  category="so",
265153  description="WHITE CHESS ROOK ROTATED NINETY DEGREES",
265154  direction="on",
265155  linebreak="al",
265156  unicodeslot=0x1FA0B,
265157 },
265158 [0x1FA0C]={
265159  category="so",
265160  description="WHITE CHESS BISHOP ROTATED NINETY DEGREES",
265161  direction="on",
265162  linebreak="al",
265163  unicodeslot=0x1FA0C,
265164 },
265165 [0x1FA0D]={
265166  category="so",
265167  description="WHITE CHESS KNIGHT ROTATED NINETY DEGREES",
265168  direction="on",
265169  linebreak="al",
265170  unicodeslot=0x1FA0D,
265171 },
265172 [0x1FA0E]={
265173  category="so",
265174  description="WHITE CHESS PAWN ROTATED NINETY DEGREES",
265175  direction="on",
265176  linebreak="al",
265177  unicodeslot=0x1FA0E,
265178 },
265179 [0x1FA0F]={
265180  category="so",
265181  description="BLACK CHESS KING ROTATED NINETY DEGREES",
265182  direction="on",
265183  linebreak="al",
265184  unicodeslot=0x1FA0F,
265185 },
265186 [0x1FA10]={
265187  category="so",
265188  description="BLACK CHESS QUEEN ROTATED NINETY DEGREES",
265189  direction="on",
265190  linebreak="al",
265191  unicodeslot=0x1FA10,
265192 },
265193 [0x1FA11]={
265194  category="so",
265195  description="BLACK CHESS ROOK ROTATED NINETY DEGREES",
265196  direction="on",
265197  linebreak="al",
265198  unicodeslot=0x1FA11,
265199 },
265200 [0x1FA12]={
265201  category="so",
265202  description="BLACK CHESS BISHOP ROTATED NINETY DEGREES",
265203  direction="on",
265204  linebreak="al",
265205  unicodeslot=0x1FA12,
265206 },
265207 [0x1FA13]={
265208  category="so",
265209  description="BLACK CHESS KNIGHT ROTATED NINETY DEGREES",
265210  direction="on",
265211  linebreak="al",
265212  unicodeslot=0x1FA13,
265213 },
265214 [0x1FA14]={
265215  category="so",
265216  description="BLACK CHESS PAWN ROTATED NINETY DEGREES",
265217  direction="on",
265218  linebreak="al",
265219  unicodeslot=0x1FA14,
265220 },
265221 [0x1FA15]={
265222  category="so",
265223  description="NEUTRAL CHESS KING ROTATED NINETY DEGREES",
265224  direction="on",
265225  linebreak="al",
265226  unicodeslot=0x1FA15,
265227 },
265228 [0x1FA16]={
265229  category="so",
265230  description="NEUTRAL CHESS QUEEN ROTATED NINETY DEGREES",
265231  direction="on",
265232  linebreak="al",
265233  unicodeslot=0x1FA16,
265234 },
265235 [0x1FA17]={
265236  category="so",
265237  description="NEUTRAL CHESS ROOK ROTATED NINETY DEGREES",
265238  direction="on",
265239  linebreak="al",
265240  unicodeslot=0x1FA17,
265241 },
265242 [0x1FA18]={
265243  category="so",
265244  description="NEUTRAL CHESS BISHOP ROTATED NINETY DEGREES",
265245  direction="on",
265246  linebreak="al",
265247  unicodeslot=0x1FA18,
265248 },
265249 [0x1FA19]={
265250  category="so",
265251  description="NEUTRAL CHESS KNIGHT ROTATED NINETY DEGREES",
265252  direction="on",
265253  linebreak="al",
265254  unicodeslot=0x1FA19,
265255 },
265256 [0x1FA1A]={
265257  category="so",
265258  description="NEUTRAL CHESS PAWN ROTATED NINETY DEGREES",
265259  direction="on",
265260  linebreak="al",
265261  unicodeslot=0x1FA1A,
265262 },
265263 [0x1FA1B]={
265264  category="so",
265265  description="WHITE CHESS KNIGHT ROTATED ONE HUNDRED THIRTY-FIVE DEGREES",
265266  direction="on",
265267  linebreak="al",
265268  unicodeslot=0x1FA1B,
265269 },
265270 [0x1FA1C]={
265271  category="so",
265272  description="BLACK CHESS KNIGHT ROTATED ONE HUNDRED THIRTY-FIVE DEGREES",
265273  direction="on",
265274  linebreak="al",
265275  unicodeslot=0x1FA1C,
265276 },
265277 [0x1FA1D]={
265278  category="so",
265279  description="NEUTRAL CHESS KNIGHT ROTATED ONE HUNDRED THIRTY-FIVE DEGREES",
265280  direction="on",
265281  linebreak="al",
265282  unicodeslot=0x1FA1D,
265283 },
265284 [0x1FA1E]={
265285  category="so",
265286  description="WHITE CHESS TURNED KING",
265287  direction="on",
265288  linebreak="al",
265289  unicodeslot=0x1FA1E,
265290 },
265291 [0x1FA1F]={
265292  category="so",
265293  description="WHITE CHESS TURNED QUEEN",
265294  direction="on",
265295  linebreak="al",
265296  unicodeslot=0x1FA1F,
265297 },
265298 [0x1FA20]={
265299  category="so",
265300  description="WHITE CHESS TURNED ROOK",
265301  direction="on",
265302  linebreak="al",
265303  unicodeslot=0x1FA20,
265304 },
265305 [0x1FA21]={
265306  category="so",
265307  description="WHITE CHESS TURNED BISHOP",
265308  direction="on",
265309  linebreak="al",
265310  unicodeslot=0x1FA21,
265311 },
265312 [0x1FA22]={
265313  category="so",
265314  description="WHITE CHESS TURNED KNIGHT",
265315  direction="on",
265316  linebreak="al",
265317  unicodeslot=0x1FA22,
265318 },
265319 [0x1FA23]={
265320  category="so",
265321  description="WHITE CHESS TURNED PAWN",
265322  direction="on",
265323  linebreak="al",
265324  unicodeslot=0x1FA23,
265325 },
265326 [0x1FA24]={
265327  category="so",
265328  description="BLACK CHESS TURNED KING",
265329  direction="on",
265330  linebreak="al",
265331  unicodeslot=0x1FA24,
265332 },
265333 [0x1FA25]={
265334  category="so",
265335  description="BLACK CHESS TURNED QUEEN",
265336  direction="on",
265337  linebreak="al",
265338  unicodeslot=0x1FA25,
265339 },
265340 [0x1FA26]={
265341  category="so",
265342  description="BLACK CHESS TURNED ROOK",
265343  direction="on",
265344  linebreak="al",
265345  unicodeslot=0x1FA26,
265346 },
265347 [0x1FA27]={
265348  category="so",
265349  description="BLACK CHESS TURNED BISHOP",
265350  direction="on",
265351  linebreak="al",
265352  unicodeslot=0x1FA27,
265353 },
265354 [0x1FA28]={
265355  category="so",
265356  description="BLACK CHESS TURNED KNIGHT",
265357  direction="on",
265358  linebreak="al",
265359  unicodeslot=0x1FA28,
265360 },
265361 [0x1FA29]={
265362  category="so",
265363  description="BLACK CHESS TURNED PAWN",
265364  direction="on",
265365  linebreak="al",
265366  unicodeslot=0x1FA29,
265367 },
265368 [0x1FA2A]={
265369  category="so",
265370  description="NEUTRAL CHESS TURNED KING",
265371  direction="on",
265372  linebreak="al",
265373  unicodeslot=0x1FA2A,
265374 },
265375 [0x1FA2B]={
265376  category="so",
265377  description="NEUTRAL CHESS TURNED QUEEN",
265378  direction="on",
265379  linebreak="al",
265380  unicodeslot=0x1FA2B,
265381 },
265382 [0x1FA2C]={
265383  category="so",
265384  description="NEUTRAL CHESS TURNED ROOK",
265385  direction="on",
265386  linebreak="al",
265387  unicodeslot=0x1FA2C,
265388 },
265389 [0x1FA2D]={
265390  category="so",
265391  description="NEUTRAL CHESS TURNED BISHOP",
265392  direction="on",
265393  linebreak="al",
265394  unicodeslot=0x1FA2D,
265395 },
265396 [0x1FA2E]={
265397  category="so",
265398  description="NEUTRAL CHESS TURNED KNIGHT",
265399  direction="on",
265400  linebreak="al",
265401  unicodeslot=0x1FA2E,
265402 },
265403 [0x1FA2F]={
265404  category="so",
265405  description="NEUTRAL CHESS TURNED PAWN",
265406  direction="on",
265407  linebreak="al",
265408  unicodeslot=0x1FA2F,
265409 },
265410 [0x1FA30]={
265411  category="so",
265412  description="WHITE CHESS KNIGHT ROTATED TWO HUNDRED TWENTY-FIVE DEGREES",
265413  direction="on",
265414  linebreak="al",
265415  unicodeslot=0x1FA30,
265416 },
265417 [0x1FA31]={
265418  category="so",
265419  description="BLACK CHESS KNIGHT ROTATED TWO HUNDRED TWENTY-FIVE DEGREES",
265420  direction="on",
265421  linebreak="al",
265422  unicodeslot=0x1FA31,
265423 },
265424 [0x1FA32]={
265425  category="so",
265426  description="NEUTRAL CHESS KNIGHT ROTATED TWO HUNDRED TWENTY-FIVE DEGREES",
265427  direction="on",
265428  linebreak="al",
265429  unicodeslot=0x1FA32,
265430 },
265431 [0x1FA33]={
265432  category="so",
265433  description="WHITE CHESS KING ROTATED TWO HUNDRED SEVENTY DEGREES",
265434  direction="on",
265435  linebreak="al",
265436  unicodeslot=0x1FA33,
265437 },
265438 [0x1FA34]={
265439  category="so",
265440  description="WHITE CHESS QUEEN ROTATED TWO HUNDRED SEVENTY DEGREES",
265441  direction="on",
265442  linebreak="al",
265443  unicodeslot=0x1FA34,
265444 },
265445 [0x1FA35]={
265446  category="so",
265447  description="WHITE CHESS ROOK ROTATED TWO HUNDRED SEVENTY DEGREES",
265448  direction="on",
265449  linebreak="al",
265450  unicodeslot=0x1FA35,
265451 },
265452 [0x1FA36]={
265453  category="so",
265454  description="WHITE CHESS BISHOP ROTATED TWO HUNDRED SEVENTY DEGREES",
265455  direction="on",
265456  linebreak="al",
265457  unicodeslot=0x1FA36,
265458 },
265459 [0x1FA37]={
265460  category="so",
265461  description="WHITE CHESS KNIGHT ROTATED TWO HUNDRED SEVENTY DEGREES",
265462  direction="on",
265463  linebreak="al",
265464  unicodeslot=0x1FA37,
265465 },
265466 [0x1FA38]={
265467  category="so",
265468  description="WHITE CHESS PAWN ROTATED TWO HUNDRED SEVENTY DEGREES",
265469  direction="on",
265470  linebreak="al",
265471  unicodeslot=0x1FA38,
265472 },
265473 [0x1FA39]={
265474  category="so",
265475  description="BLACK CHESS KING ROTATED TWO HUNDRED SEVENTY DEGREES",
265476  direction="on",
265477  linebreak="al",
265478  unicodeslot=0x1FA39,
265479 },
265480 [0x1FA3A]={
265481  category="so",
265482  description="BLACK CHESS QUEEN ROTATED TWO HUNDRED SEVENTY DEGREES",
265483  direction="on",
265484  linebreak="al",
265485  unicodeslot=0x1FA3A,
265486 },
265487 [0x1FA3B]={
265488  category="so",
265489  description="BLACK CHESS ROOK ROTATED TWO HUNDRED SEVENTY DEGREES",
265490  direction="on",
265491  linebreak="al",
265492  unicodeslot=0x1FA3B,
265493 },
265494 [0x1FA3C]={
265495  category="so",
265496  description="BLACK CHESS BISHOP ROTATED TWO HUNDRED SEVENTY DEGREES",
265497  direction="on",
265498  linebreak="al",
265499  unicodeslot=0x1FA3C,
265500 },
265501 [0x1FA3D]={
265502  category="so",
265503  description="BLACK CHESS KNIGHT ROTATED TWO HUNDRED SEVENTY DEGREES",
265504  direction="on",
265505  linebreak="al",
265506  unicodeslot=0x1FA3D,
265507 },
265508 [0x1FA3E]={
265509  category="so",
265510  description="BLACK CHESS PAWN ROTATED TWO HUNDRED SEVENTY DEGREES",
265511  direction="on",
265512  linebreak="al",
265513  unicodeslot=0x1FA3E,
265514 },
265515 [0x1FA3F]={
265516  category="so",
265517  description="NEUTRAL CHESS KING ROTATED TWO HUNDRED SEVENTY DEGREES",
265518  direction="on",
265519  linebreak="al",
265520  unicodeslot=0x1FA3F,
265521 },
265522 [0x1FA40]={
265523  category="so",
265524  description="NEUTRAL CHESS QUEEN ROTATED TWO HUNDRED SEVENTY DEGREES",
265525  direction="on",
265526  linebreak="al",
265527  unicodeslot=0x1FA40,
265528 },
265529 [0x1FA41]={
265530  category="so",
265531  description="NEUTRAL CHESS ROOK ROTATED TWO HUNDRED SEVENTY DEGREES",
265532  direction="on",
265533  linebreak="al",
265534  unicodeslot=0x1FA41,
265535 },
265536 [0x1FA42]={
265537  category="so",
265538  description="NEUTRAL CHESS BISHOP ROTATED TWO HUNDRED SEVENTY DEGREES",
265539  direction="on",
265540  linebreak="al",
265541  unicodeslot=0x1FA42,
265542 },
265543 [0x1FA43]={
265544  category="so",
265545  description="NEUTRAL CHESS KNIGHT ROTATED TWO HUNDRED SEVENTY DEGREES",
265546  direction="on",
265547  linebreak="al",
265548  unicodeslot=0x1FA43,
265549 },
265550 [0x1FA44]={
265551  category="so",
265552  description="NEUTRAL CHESS PAWN ROTATED TWO HUNDRED SEVENTY DEGREES",
265553  direction="on",
265554  linebreak="al",
265555  unicodeslot=0x1FA44,
265556 },
265557 [0x1FA45]={
265558  category="so",
265559  description="WHITE CHESS KNIGHT ROTATED THREE HUNDRED FIFTEEN DEGREES",
265560  direction="on",
265561  linebreak="al",
265562  unicodeslot=0x1FA45,
265563 },
265564 [0x1FA46]={
265565  category="so",
265566  description="BLACK CHESS KNIGHT ROTATED THREE HUNDRED FIFTEEN DEGREES",
265567  direction="on",
265568  linebreak="al",
265569  unicodeslot=0x1FA46,
265570 },
265571 [0x1FA47]={
265572  category="so",
265573  description="NEUTRAL CHESS KNIGHT ROTATED THREE HUNDRED FIFTEEN DEGREES",
265574  direction="on",
265575  linebreak="al",
265576  unicodeslot=0x1FA47,
265577 },
265578 [0x1FA48]={
265579  category="so",
265580  description="WHITE CHESS EQUIHOPPER",
265581  direction="on",
265582  linebreak="al",
265583  unicodeslot=0x1FA48,
265584 },
265585 [0x1FA49]={
265586  category="so",
265587  description="BLACK CHESS EQUIHOPPER",
265588  direction="on",
265589  linebreak="al",
265590  unicodeslot=0x1FA49,
265591 },
265592 [0x1FA4A]={
265593  category="so",
265594  description="NEUTRAL CHESS EQUIHOPPER",
265595  direction="on",
265596  linebreak="al",
265597  unicodeslot=0x1FA4A,
265598 },
265599 [0x1FA4B]={
265600  category="so",
265601  description="WHITE CHESS EQUIHOPPER ROTATED NINETY DEGREES",
265602  direction="on",
265603  linebreak="al",
265604  unicodeslot=0x1FA4B,
265605 },
265606 [0x1FA4C]={
265607  category="so",
265608  description="BLACK CHESS EQUIHOPPER ROTATED NINETY DEGREES",
265609  direction="on",
265610  linebreak="al",
265611  unicodeslot=0x1FA4C,
265612 },
265613 [0x1FA4D]={
265614  category="so",
265615  description="NEUTRAL CHESS EQUIHOPPER ROTATED NINETY DEGREES",
265616  direction="on",
265617  linebreak="al",
265618  unicodeslot=0x1FA4D,
265619 },
265620 [0x1FA4E]={
265621  category="so",
265622  description="WHITE CHESS KNIGHT-QUEEN",
265623  direction="on",
265624  linebreak="al",
265625  unicodeslot=0x1FA4E,
265626 },
265627 [0x1FA4F]={
265628  category="so",
265629  description="WHITE CHESS KNIGHT-ROOK",
265630  direction="on",
265631  linebreak="al",
265632  unicodeslot=0x1FA4F,
265633 },
265634 [0x1FA50]={
265635  category="so",
265636  description="WHITE CHESS KNIGHT-BISHOP",
265637  direction="on",
265638  linebreak="al",
265639  unicodeslot=0x1FA50,
265640 },
265641 [0x1FA51]={
265642  category="so",
265643  description="BLACK CHESS KNIGHT-QUEEN",
265644  direction="on",
265645  linebreak="al",
265646  unicodeslot=0x1FA51,
265647 },
265648 [0x1FA52]={
265649  category="so",
265650  description="BLACK CHESS KNIGHT-ROOK",
265651  direction="on",
265652  linebreak="al",
265653  unicodeslot=0x1FA52,
265654 },
265655 [0x1FA53]={
265656  category="so",
265657  description="BLACK CHESS KNIGHT-BISHOP",
265658  direction="on",
265659  linebreak="al",
265660  unicodeslot=0x1FA53,
265661 },
265662 [0x1FA60]={
265663  category="so",
265664  description="XIANGQI RED GENERAL",
265665  direction="on",
265666  linebreak="id",
265667  unicodeslot=0x1FA60,
265668 },
265669 [0x1FA61]={
265670  category="so",
265671  description="XIANGQI RED MANDARIN",
265672  direction="on",
265673  linebreak="id",
265674  unicodeslot=0x1FA61,
265675 },
265676 [0x1FA62]={
265677  category="so",
265678  description="XIANGQI RED ELEPHANT",
265679  direction="on",
265680  linebreak="id",
265681  unicodeslot=0x1FA62,
265682 },
265683 [0x1FA63]={
265684  category="so",
265685  description="XIANGQI RED HORSE",
265686  direction="on",
265687  linebreak="id",
265688  unicodeslot=0x1FA63,
265689 },
265690 [0x1FA64]={
265691  category="so",
265692  description="XIANGQI RED CHARIOT",
265693  direction="on",
265694  linebreak="id",
265695  unicodeslot=0x1FA64,
265696 },
265697 [0x1FA65]={
265698  category="so",
265699  description="XIANGQI RED CANNON",
265700  direction="on",
265701  linebreak="id",
265702  unicodeslot=0x1FA65,
265703 },
265704 [0x1FA66]={
265705  category="so",
265706  description="XIANGQI RED SOLDIER",
265707  direction="on",
265708  linebreak="id",
265709  unicodeslot=0x1FA66,
265710 },
265711 [0x1FA67]={
265712  category="so",
265713  description="XIANGQI BLACK GENERAL",
265714  direction="on",
265715  linebreak="id",
265716  unicodeslot=0x1FA67,
265717 },
265718 [0x1FA68]={
265719  category="so",
265720  description="XIANGQI BLACK MANDARIN",
265721  direction="on",
265722  linebreak="id",
265723  unicodeslot=0x1FA68,
265724 },
265725 [0x1FA69]={
265726  category="so",
265727  description="XIANGQI BLACK ELEPHANT",
265728  direction="on",
265729  linebreak="id",
265730  unicodeslot=0x1FA69,
265731 },
265732 [0x1FA6A]={
265733  category="so",
265734  description="XIANGQI BLACK HORSE",
265735  direction="on",
265736  linebreak="id",
265737  unicodeslot=0x1FA6A,
265738 },
265739 [0x1FA6B]={
265740  category="so",
265741  description="XIANGQI BLACK CHARIOT",
265742  direction="on",
265743  linebreak="id",
265744  unicodeslot=0x1FA6B,
265745 },
265746 [0x1FA6C]={
265747  category="so",
265748  description="XIANGQI BLACK CANNON",
265749  direction="on",
265750  linebreak="id",
265751  unicodeslot=0x1FA6C,
265752 },
265753 [0x1FA6D]={
265754  category="so",
265755  description="XIANGQI BLACK SOLDIER",
265756  direction="on",
265757  linebreak="id",
265758  unicodeslot=0x1FA6D,
265759 },
265760 [0x1FA70]={
265761  category="so",
265762  cjkwd="w",
265763  description="BALLET SHOES",
265764  direction="on",
265765  linebreak="id",
265766  unicodeslot=0x1FA70,
265767 },
265768 [0x1FA71]={
265769  category="so",
265770  cjkwd="w",
265771  description="ONE-PIECE SWIMSUIT",
265772  direction="on",
265773  linebreak="id",
265774  unicodeslot=0x1FA71,
265775 },
265776 [0x1FA72]={
265777  category="so",
265778  cjkwd="w",
265779  description="BRIEFS",
265780  direction="on",
265781  linebreak="id",
265782  unicodeslot=0x1FA72,
265783 },
265784 [0x1FA73]={
265785  category="so",
265786  cjkwd="w",
265787  description="SHORTS",
265788  direction="on",
265789  linebreak="id",
265790  unicodeslot=0x1FA73,
265791 },
265792 [0x1FA74]={
265793  category="so",
265794  cjkwd="w",
265795  description="THONG SANDAL",
265796  direction="on",
265797  linebreak="id",
265798  unicodeslot=0x1FA74,
265799 },
265800 [0x1FA75]={
265801  category="so",
265802  cjkwd="w",
265803  description="LIGHT BLUE HEART",
265804  direction="on",
265805  linebreak="id",
265806  unicodeslot=0x1FA75,
265807 },
265808 [0x1FA76]={
265809  category="so",
265810  cjkwd="w",
265811  description="GREY HEART",
265812  direction="on",
265813  linebreak="id",
265814  unicodeslot=0x1FA76,
265815 },
265816 [0x1FA77]={
265817  category="so",
265818  cjkwd="w",
265819  description="PINK HEART",
265820  direction="on",
265821  linebreak="id",
265822  unicodeslot=0x1FA77,
265823 },
265824 [0x1FA78]={
265825  category="so",
265826  cjkwd="w",
265827  description="DROP OF BLOOD",
265828  direction="on",
265829  linebreak="id",
265830  unicodeslot=0x1FA78,
265831 },
265832 [0x1FA79]={
265833  category="so",
265834  cjkwd="w",
265835  description="ADHESIVE BANDAGE",
265836  direction="on",
265837  linebreak="id",
265838  unicodeslot=0x1FA79,
265839 },
265840 [0x1FA7A]={
265841  category="so",
265842  cjkwd="w",
265843  description="STETHOSCOPE",
265844  direction="on",
265845  linebreak="id",
265846  unicodeslot=0x1FA7A,
265847 },
265848 [0x1FA7B]={
265849  category="so",
265850  cjkwd="w",
265851  description="X-RAY",
265852  direction="on",
265853  linebreak="id",
265854  unicodeslot=0x1FA7B,
265855 },
265856 [0x1FA7C]={
265857  category="so",
265858  cjkwd="w",
265859  description="CRUTCH",
265860  direction="on",
265861  linebreak="id",
265862  unicodeslot=0x1FA7C,
265863 },
265864 [0x1FA80]={
265865  category="so",
265866  cjkwd="w",
265867  description="YO-YO",
265868  direction="on",
265869  linebreak="id",
265870  unicodeslot=0x1FA80,
265871 },
265872 [0x1FA81]={
265873  category="so",
265874  cjkwd="w",
265875  description="KITE",
265876  direction="on",
265877  linebreak="id",
265878  unicodeslot=0x1FA81,
265879 },
265880 [0x1FA82]={
265881  category="so",
265882  cjkwd="w",
265883  description="PARACHUTE",
265884  direction="on",
265885  linebreak="id",
265886  unicodeslot=0x1FA82,
265887 },
265888 [0x1FA83]={
265889  category="so",
265890  cjkwd="w",
265891  description="BOOMERANG",
265892  direction="on",
265893  linebreak="id",
265894  unicodeslot=0x1FA83,
265895 },
265896 [0x1FA84]={
265897  category="so",
265898  cjkwd="w",
265899  description="MAGIC WAND",
265900  direction="on",
265901  linebreak="id",
265902  unicodeslot=0x1FA84,
265903 },
265904 [0x1FA85]={
265905  category="so",
265906  cjkwd="w",
265907  description="PINATA",
265908  direction="on",
265909  linebreak="id",
265910  unicodeslot=0x1FA85,
265911 },
265912 [0x1FA86]={
265913  category="so",
265914  cjkwd="w",
265915  description="NESTING DOLLS",
265916  direction="on",
265917  linebreak="id",
265918  unicodeslot=0x1FA86,
265919 },
265920 [0x1FA87]={
265921  category="so",
265922  cjkwd="w",
265923  description="MARACAS",
265924  direction="on",
265925  linebreak="id",
265926  unicodeslot=0x1FA87,
265927 },
265928 [0x1FA88]={
265929  category="so",
265930  cjkwd="w",
265931  description="FLUTE",
265932  direction="on",
265933  linebreak="id",
265934  unicodeslot=0x1FA88,
265935 },
265936 [0x1FA89]={
265937  category="so",
265938  cjkwd="w",
265939  description="HARP",
265940  direction="on",
265941  linebreak="id",
265942  unicodeslot=0x1FA89,
265943 },
265944 [0x1FA8F]={
265945  category="so",
265946  cjkwd="w",
265947  description="SHOVEL",
265948  direction="on",
265949  linebreak="id",
265950  unicodeslot=0x1FA8F,
265951 },
265952 [0x1FA90]={
265953  category="so",
265954  cjkwd="w",
265955  description="RINGED PLANET",
265956  direction="on",
265957  linebreak="id",
265958  unicodeslot=0x1FA90,
265959 },
265960 [0x1FA91]={
265961  category="so",
265962  cjkwd="w",
265963  description="CHAIR",
265964  direction="on",
265965  linebreak="id",
265966  unicodeslot=0x1FA91,
265967 },
265968 [0x1FA92]={
265969  category="so",
265970  cjkwd="w",
265971  description="RAZOR",
265972  direction="on",
265973  linebreak="id",
265974  unicodeslot=0x1FA92,
265975 },
265976 [0x1FA93]={
265977  category="so",
265978  cjkwd="w",
265979  description="AXE",
265980  direction="on",
265981  linebreak="id",
265982  unicodeslot=0x1FA93,
265983 },
265984 [0x1FA94]={
265985  category="so",
265986  cjkwd="w",
265987  description="DIYA LAMP",
265988  direction="on",
265989  linebreak="id",
265990  unicodeslot=0x1FA94,
265991 },
265992 [0x1FA95]={
265993  category="so",
265994  cjkwd="w",
265995  description="BANJO",
265996  direction="on",
265997  linebreak="id",
265998  unicodeslot=0x1FA95,
265999 },
266000 [0x1FA96]={
266001  category="so",
266002  cjkwd="w",
266003  description="MILITARY HELMET",
266004  direction="on",
266005  linebreak="id",
266006  unicodeslot=0x1FA96,
266007 },
266008 [0x1FA97]={
266009  category="so",
266010  cjkwd="w",
266011  description="ACCORDION",
266012  direction="on",
266013  linebreak="id",
266014  unicodeslot=0x1FA97,
266015 },
266016 [0x1FA98]={
266017  category="so",
266018  cjkwd="w",
266019  description="LONG DRUM",
266020  direction="on",
266021  linebreak="id",
266022  unicodeslot=0x1FA98,
266023 },
266024 [0x1FA99]={
266025  category="so",
266026  cjkwd="w",
266027  description="COIN",
266028  direction="on",
266029  linebreak="id",
266030  unicodeslot=0x1FA99,
266031 },
266032 [0x1FA9A]={
266033  category="so",
266034  cjkwd="w",
266035  description="CARPENTRY SAW",
266036  direction="on",
266037  linebreak="id",
266038  unicodeslot=0x1FA9A,
266039 },
266040 [0x1FA9B]={
266041  category="so",
266042  cjkwd="w",
266043  description="SCREWDRIVER",
266044  direction="on",
266045  linebreak="id",
266046  unicodeslot=0x1FA9B,
266047 },
266048 [0x1FA9C]={
266049  category="so",
266050  cjkwd="w",
266051  description="LADDER",
266052  direction="on",
266053  linebreak="id",
266054  unicodeslot=0x1FA9C,
266055 },
266056 [0x1FA9D]={
266057  category="so",
266058  cjkwd="w",
266059  description="HOOK",
266060  direction="on",
266061  linebreak="id",
266062  unicodeslot=0x1FA9D,
266063 },
266064 [0x1FA9E]={
266065  category="so",
266066  cjkwd="w",
266067  description="MIRROR",
266068  direction="on",
266069  linebreak="id",
266070  unicodeslot=0x1FA9E,
266071 },
266072 [0x1FA9F]={
266073  category="so",
266074  cjkwd="w",
266075  description="WINDOW",
266076  direction="on",
266077  linebreak="id",
266078  unicodeslot=0x1FA9F,
266079 },
266080 [0x1FAA0]={
266081  category="so",
266082  cjkwd="w",
266083  description="PLUNGER",
266084  direction="on",
266085  linebreak="id",
266086  unicodeslot=0x1FAA0,
266087 },
266088 [0x1FAA1]={
266089  category="so",
266090  cjkwd="w",
266091  description="SEWING NEEDLE",
266092  direction="on",
266093  linebreak="id",
266094  unicodeslot=0x1FAA1,
266095 },
266096 [0x1FAA2]={
266097  category="so",
266098  cjkwd="w",
266099  description="KNOT",
266100  direction="on",
266101  linebreak="id",
266102  unicodeslot=0x1FAA2,
266103 },
266104 [0x1FAA3]={
266105  category="so",
266106  cjkwd="w",
266107  description="BUCKET",
266108  direction="on",
266109  linebreak="id",
266110  unicodeslot=0x1FAA3,
266111 },
266112 [0x1FAA4]={
266113  category="so",
266114  cjkwd="w",
266115  description="MOUSE TRAP",
266116  direction="on",
266117  linebreak="id",
266118  unicodeslot=0x1FAA4,
266119 },
266120 [0x1FAA5]={
266121  category="so",
266122  cjkwd="w",
266123  description="TOOTHBRUSH",
266124  direction="on",
266125  linebreak="id",
266126  unicodeslot=0x1FAA5,
266127 },
266128 [0x1FAA6]={
266129  category="so",
266130  cjkwd="w",
266131  description="HEADSTONE",
266132  direction="on",
266133  linebreak="id",
266134  unicodeslot=0x1FAA6,
266135 },
266136 [0x1FAA7]={
266137  category="so",
266138  cjkwd="w",
266139  description="PLACARD",
266140  direction="on",
266141  linebreak="id",
266142  unicodeslot=0x1FAA7,
266143 },
266144 [0x1FAA8]={
266145  category="so",
266146  cjkwd="w",
266147  description="ROCK",
266148  direction="on",
266149  linebreak="id",
266150  unicodeslot=0x1FAA8,
266151 },
266152 [0x1FAA9]={
266153  category="so",
266154  cjkwd="w",
266155  description="MIRROR BALL",
266156  direction="on",
266157  linebreak="id",
266158  unicodeslot=0x1FAA9,
266159 },
266160 [0x1FAAA]={
266161  category="so",
266162  cjkwd="w",
266163  description="IDENTIFICATION CARD",
266164  direction="on",
266165  linebreak="id",
266166  unicodeslot=0x1FAAA,
266167 },
266168 [0x1FAAB]={
266169  category="so",
266170  cjkwd="w",
266171  description="LOW BATTERY",
266172  direction="on",
266173  linebreak="id",
266174  unicodeslot=0x1FAAB,
266175 },
266176 [0x1FAAC]={
266177  category="so",
266178  cjkwd="w",
266179  description="HAMSA",
266180  direction="on",
266181  linebreak="id",
266182  unicodeslot=0x1FAAC,
266183 },
266184 [0x1FAAD]={
266185  category="so",
266186  cjkwd="w",
266187  description="FOLDING HAND FAN",
266188  direction="on",
266189  linebreak="id",
266190  unicodeslot=0x1FAAD,
266191 },
266192 [0x1FAAE]={
266193  category="so",
266194  cjkwd="w",
266195  description="HAIR PICK",
266196  direction="on",
266197  linebreak="id",
266198  unicodeslot=0x1FAAE,
266199 },
266200 [0x1FAAF]={
266201  category="so",
266202  cjkwd="w",
266203  description="KHANDA",
266204  direction="on",
266205  linebreak="id",
266206  unicodeslot=0x1FAAF,
266207 },
266208 [0x1FAB0]={
266209  category="so",
266210  cjkwd="w",
266211  description="FLY",
266212  direction="on",
266213  linebreak="id",
266214  unicodeslot=0x1FAB0,
266215 },
266216 [0x1FAB1]={
266217  category="so",
266218  cjkwd="w",
266219  description="WORM",
266220  direction="on",
266221  linebreak="id",
266222  unicodeslot=0x1FAB1,
266223 },
266224 [0x1FAB2]={
266225  category="so",
266226  cjkwd="w",
266227  description="BEETLE",
266228  direction="on",
266229  linebreak="id",
266230  unicodeslot=0x1FAB2,
266231 },
266232 [0x1FAB3]={
266233  category="so",
266234  cjkwd="w",
266235  description="COCKROACH",
266236  direction="on",
266237  linebreak="id",
266238  unicodeslot=0x1FAB3,
266239 },
266240 [0x1FAB4]={
266241  category="so",
266242  cjkwd="w",
266243  description="POTTED PLANT",
266244  direction="on",
266245  linebreak="id",
266246  unicodeslot=0x1FAB4,
266247 },
266248 [0x1FAB5]={
266249  category="so",
266250  cjkwd="w",
266251  description="WOOD",
266252  direction="on",
266253  linebreak="id",
266254  unicodeslot=0x1FAB5,
266255 },
266256 [0x1FAB6]={
266257  category="so",
266258  cjkwd="w",
266259  description="FEATHER",
266260  direction="on",
266261  linebreak="id",
266262  unicodeslot=0x1FAB6,
266263 },
266264 [0x1FAB7]={
266265  category="so",
266266  cjkwd="w",
266267  description="LOTUS",
266268  direction="on",
266269  linebreak="id",
266270  unicodeslot=0x1FAB7,
266271 },
266272 [0x1FAB8]={
266273  category="so",
266274  cjkwd="w",
266275  description="CORAL",
266276  direction="on",
266277  linebreak="id",
266278  unicodeslot=0x1FAB8,
266279 },
266280 [0x1FAB9]={
266281  category="so",
266282  cjkwd="w",
266283  description="EMPTY NEST",
266284  direction="on",
266285  linebreak="id",
266286  unicodeslot=0x1FAB9,
266287 },
266288 [0x1FABA]={
266289  category="so",
266290  cjkwd="w",
266291  description="NEST WITH EGGS",
266292  direction="on",
266293  linebreak="id",
266294  unicodeslot=0x1FABA,
266295 },
266296 [0x1FABB]={
266297  category="so",
266298  cjkwd="w",
266299  description="HYACINTH",
266300  direction="on",
266301  linebreak="id",
266302  unicodeslot=0x1FABB,
266303 },
266304 [0x1FABC]={
266305  category="so",
266306  cjkwd="w",
266307  description="JELLYFISH",
266308  direction="on",
266309  linebreak="id",
266310  unicodeslot=0x1FABC,
266311 },
266312 [0x1FABD]={
266313  category="so",
266314  cjkwd="w",
266315  description="WING",
266316  direction="on",
266317  linebreak="id",
266318  unicodeslot=0x1FABD,
266319 },
266320 [0x1FABE]={
266321  category="so",
266322  cjkwd="w",
266323  description="LEAFLESS TREE",
266324  direction="on",
266325  linebreak="id",
266326  unicodeslot=0x1FABE,
266327 },
266328 [0x1FABF]={
266329  category="so",
266330  cjkwd="w",
266331  description="GOOSE",
266332  direction="on",
266333  linebreak="id",
266334  unicodeslot=0x1FABF,
266335 },
266336 [0x1FAC0]={
266337  category="so",
266338  cjkwd="w",
266339  description="ANATOMICAL HEART",
266340  direction="on",
266341  linebreak="id",
266342  unicodeslot=0x1FAC0,
266343 },
266344 [0x1FAC1]={
266345  category="so",
266346  cjkwd="w",
266347  description="LUNGS",
266348  direction="on",
266349  linebreak="id",
266350  unicodeslot=0x1FAC1,
266351 },
266352 [0x1FAC2]={
266353  category="so",
266354  cjkwd="w",
266355  description="PEOPLE HUGGING",
266356  direction="on",
266357  linebreak="id",
266358  unicodeslot=0x1FAC2,
266359 },
266360 [0x1FAC3]={
266361  category="so",
266362  cjkwd="w",
266363  description="PREGNANT MAN",
266364  direction="on",
266365  linebreak="eb",
266366  unicodeslot=0x1FAC3,
266367 },
266368 [0x1FAC4]={
266369  category="so",
266370  cjkwd="w",
266371  description="PREGNANT PERSON",
266372  direction="on",
266373  linebreak="eb",
266374  unicodeslot=0x1FAC4,
266375 },
266376 [0x1FAC5]={
266377  category="so",
266378  cjkwd="w",
266379  description="PERSON WITH CROWN",
266380  direction="on",
266381  linebreak="eb",
266382  unicodeslot=0x1FAC5,
266383 },
266384 [0x1FAC6]={
266385  category="so",
266386  cjkwd="w",
266387  description="FINGERPRINT",
266388  direction="on",
266389  linebreak="id",
266390  unicodeslot=0x1FAC6,
266391 },
266392 [0x1FACE]={
266393  category="so",
266394  cjkwd="w",
266395  description="MOOSE",
266396  direction="on",
266397  linebreak="id",
266398  unicodeslot=0x1FACE,
266399 },
266400 [0x1FACF]={
266401  category="so",
266402  cjkwd="w",
266403  description="DONKEY",
266404  direction="on",
266405  linebreak="id",
266406  unicodeslot=0x1FACF,
266407 },
266408 [0x1FAD0]={
266409  category="so",
266410  cjkwd="w",
266411  description="BLUEBERRIES",
266412  direction="on",
266413  linebreak="id",
266414  unicodeslot=0x1FAD0,
266415 },
266416 [0x1FAD1]={
266417  category="so",
266418  cjkwd="w",
266419  description="BELL PEPPER",
266420  direction="on",
266421  linebreak="id",
266422  unicodeslot=0x1FAD1,
266423 },
266424 [0x1FAD2]={
266425  category="so",
266426  cjkwd="w",
266427  description="OLIVE",
266428  direction="on",
266429  linebreak="id",
266430  unicodeslot=0x1FAD2,
266431 },
266432 [0x1FAD3]={
266433  category="so",
266434  cjkwd="w",
266435  description="FLATBREAD",
266436  direction="on",
266437  linebreak="id",
266438  unicodeslot=0x1FAD3,
266439 },
266440 [0x1FAD4]={
266441  category="so",
266442  cjkwd="w",
266443  description="TAMALE",
266444  direction="on",
266445  linebreak="id",
266446  unicodeslot=0x1FAD4,
266447 },
266448 [0x1FAD5]={
266449  category="so",
266450  cjkwd="w",
266451  description="FONDUE",
266452  direction="on",
266453  linebreak="id",
266454  unicodeslot=0x1FAD5,
266455 },
266456 [0x1FAD6]={
266457  category="so",
266458  cjkwd="w",
266459  description="TEAPOT",
266460  direction="on",
266461  linebreak="id",
266462  unicodeslot=0x1FAD6,
266463 },
266464 [0x1FAD7]={
266465  category="so",
266466  cjkwd="w",
266467  description="POURING LIQUID",
266468  direction="on",
266469  linebreak="id",
266470  unicodeslot=0x1FAD7,
266471 },
266472 [0x1FAD8]={
266473  category="so",
266474  cjkwd="w",
266475  description="BEANS",
266476  direction="on",
266477  linebreak="id",
266478  unicodeslot=0x1FAD8,
266479 },
266480 [0x1FAD9]={
266481  category="so",
266482  cjkwd="w",
266483  description="JAR",
266484  direction="on",
266485  linebreak="id",
266486  unicodeslot=0x1FAD9,
266487 },
266488 [0x1FADA]={
266489  category="so",
266490  cjkwd="w",
266491  description="GINGER ROOT",
266492  direction="on",
266493  linebreak="id",
266494  unicodeslot=0x1FADA,
266495 },
266496 [0x1FADB]={
266497  category="so",
266498  cjkwd="w",
266499  description="PEA POD",
266500  direction="on",
266501  linebreak="id",
266502  unicodeslot=0x1FADB,
266503 },
266504 [0x1FADC]={
266505  category="so",
266506  cjkwd="w",
266507  description="ROOT VEGETABLE",
266508  direction="on",
266509  linebreak="id",
266510  unicodeslot=0x1FADC,
266511 },
266512 [0x1FADF]={
266513  category="so",
266514  cjkwd="w",
266515  description="SPLATTER",
266516  direction="on",
266517  linebreak="id",
266518  unicodeslot=0x1FADF,
266519 },
266520 [0x1FAE0]={
266521  category="so",
266522  cjkwd="w",
266523  description="MELTING FACE",
266524  direction="on",
266525  linebreak="id",
266526  unicodeslot=0x1FAE0,
266527 },
266528 [0x1FAE1]={
266529  category="so",
266530  cjkwd="w",
266531  description="SALUTING FACE",
266532  direction="on",
266533  linebreak="id",
266534  unicodeslot=0x1FAE1,
266535 },
266536 [0x1FAE2]={
266537  category="so",
266538  cjkwd="w",
266539  description="FACE WITH OPEN EYES AND HAND OVER MOUTH",
266540  direction="on",
266541  linebreak="id",
266542  unicodeslot=0x1FAE2,
266543 },
266544 [0x1FAE3]={
266545  category="so",
266546  cjkwd="w",
266547  description="FACE WITH PEEKING EYE",
266548  direction="on",
266549  linebreak="id",
266550  unicodeslot=0x1FAE3,
266551 },
266552 [0x1FAE4]={
266553  category="so",
266554  cjkwd="w",
266555  description="FACE WITH DIAGONAL MOUTH",
266556  direction="on",
266557  linebreak="id",
266558  unicodeslot=0x1FAE4,
266559 },
266560 [0x1FAE5]={
266561  category="so",
266562  cjkwd="w",
266563  description="DOTTED LINE FACE",
266564  direction="on",
266565  linebreak="id",
266566  unicodeslot=0x1FAE5,
266567 },
266568 [0x1FAE6]={
266569  category="so",
266570  cjkwd="w",
266571  description="BITING LIP",
266572  direction="on",
266573  linebreak="id",
266574  unicodeslot=0x1FAE6,
266575 },
266576 [0x1FAE7]={
266577  category="so",
266578  cjkwd="w",
266579  description="BUBBLES",
266580  direction="on",
266581  linebreak="id",
266582  unicodeslot=0x1FAE7,
266583 },
266584 [0x1FAE8]={
266585  category="so",
266586  cjkwd="w",
266587  description="SHAKING FACE",
266588  direction="on",
266589  linebreak="id",
266590  unicodeslot=0x1FAE8,
266591 },
266592 [0x1FAE9]={
266593  category="so",
266594  cjkwd="w",
266595  description="FACE WITH BAGS UNDER EYES",
266596  direction="on",
266597  linebreak="id",
266598  unicodeslot=0x1FAE9,
266599 },
266600 [0x1FAF0]={
266601  category="so",
266602  cjkwd="w",
266603  description="HAND WITH INDEX FINGER AND THUMB CROSSED",
266604  direction="on",
266605  linebreak="eb",
266606  unicodeslot=0x1FAF0,
266607 },
266608 [0x1FAF1]={
266609  category="so",
266610  cjkwd="w",
266611  description="RIGHTWARDS HAND",
266612  direction="on",
266613  linebreak="eb",
266614  unicodeslot=0x1FAF1,
266615 },
266616 [0x1FAF2]={
266617  category="so",
266618  cjkwd="w",
266619  description="LEFTWARDS HAND",
266620  direction="on",
266621  linebreak="eb",
266622  unicodeslot=0x1FAF2,
266623 },
266624 [0x1FAF3]={
266625  category="so",
266626  cjkwd="w",
266627  description="PALM DOWN HAND",
266628  direction="on",
266629  linebreak="eb",
266630  unicodeslot=0x1FAF3,
266631 },
266632 [0x1FAF4]={
266633  category="so",
266634  cjkwd="w",
266635  description="PALM UP HAND",
266636  direction="on",
266637  linebreak="eb",
266638  unicodeslot=0x1FAF4,
266639 },
266640 [0x1FAF5]={
266641  category="so",
266642  cjkwd="w",
266643  description="INDEX POINTING AT THE VIEWER",
266644  direction="on",
266645  linebreak="eb",
266646  unicodeslot=0x1FAF5,
266647 },
266648 [0x1FAF6]={
266649  category="so",
266650  cjkwd="w",
266651  description="HEART HANDS",
266652  direction="on",
266653  linebreak="eb",
266654  unicodeslot=0x1FAF6,
266655 },
266656 [0x1FAF7]={
266657  category="so",
266658  cjkwd="w",
266659  description="LEFTWARDS PUSHING HAND",
266660  direction="on",
266661  linebreak="eb",
266662  unicodeslot=0x1FAF7,
266663 },
266664 [0x1FAF8]={
266665  category="so",
266666  cjkwd="w",
266667  description="RIGHTWARDS PUSHING HAND",
266668  direction="on",
266669  linebreak="eb",
266670  unicodeslot=0x1FAF8,
266671 },
266672 [0x1FB00]={
266673  category="so",
266674  description="BLOCK SEXTANT-1",
266675  direction="on",
266676  linebreak="al",
266677  unicodeslot=0x1FB00,
266678 },
266679 [0x1FB01]={
266680  category="so",
266681  description="BLOCK SEXTANT-2",
266682  direction="on",
266683  linebreak="al",
266684  unicodeslot=0x1FB01,
266685 },
266686 [0x1FB02]={
266687  category="so",
266688  description="BLOCK SEXTANT-12",
266689  direction="on",
266690  linebreak="al",
266691  unicodeslot=0x1FB02,
266692 },
266693 [0x1FB03]={
266694  category="so",
266695  description="BLOCK SEXTANT-3",
266696  direction="on",
266697  linebreak="al",
266698  unicodeslot=0x1FB03,
266699 },
266700 [0x1FB04]={
266701  category="so",
266702  description="BLOCK SEXTANT-13",
266703  direction="on",
266704  linebreak="al",
266705  unicodeslot=0x1FB04,
266706 },
266707 [0x1FB05]={
266708  category="so",
266709  description="BLOCK SEXTANT-23",
266710  direction="on",
266711  linebreak="al",
266712  unicodeslot=0x1FB05,
266713 },
266714 [0x1FB06]={
266715  category="so",
266716  description="BLOCK SEXTANT-123",
266717  direction="on",
266718  linebreak="al",
266719  unicodeslot=0x1FB06,
266720 },
266721 [0x1FB07]={
266722  category="so",
266723  description="BLOCK SEXTANT-4",
266724  direction="on",
266725  linebreak="al",
266726  unicodeslot=0x1FB07,
266727 },
266728 [0x1FB08]={
266729  category="so",
266730  description="BLOCK SEXTANT-14",
266731  direction="on",
266732  linebreak="al",
266733  unicodeslot=0x1FB08,
266734 },
266735 [0x1FB09]={
266736  category="so",
266737  description="BLOCK SEXTANT-24",
266738  direction="on",
266739  linebreak="al",
266740  unicodeslot=0x1FB09,
266741 },
266742 [0x1FB0A]={
266743  category="so",
266744  description="BLOCK SEXTANT-124",
266745  direction="on",
266746  linebreak="al",
266747  unicodeslot=0x1FB0A,
266748 },
266749 [0x1FB0B]={
266750  category="so",
266751  description="BLOCK SEXTANT-34",
266752  direction="on",
266753  linebreak="al",
266754  unicodeslot=0x1FB0B,
266755 },
266756 [0x1FB0C]={
266757  category="so",
266758  description="BLOCK SEXTANT-134",
266759  direction="on",
266760  linebreak="al",
266761  unicodeslot=0x1FB0C,
266762 },
266763 [0x1FB0D]={
266764  category="so",
266765  description="BLOCK SEXTANT-234",
266766  direction="on",
266767  linebreak="al",
266768  unicodeslot=0x1FB0D,
266769 },
266770 [0x1FB0E]={
266771  category="so",
266772  description="BLOCK SEXTANT-1234",
266773  direction="on",
266774  linebreak="al",
266775  unicodeslot=0x1FB0E,
266776 },
266777 [0x1FB0F]={
266778  category="so",
266779  description="BLOCK SEXTANT-5",
266780  direction="on",
266781  linebreak="al",
266782  unicodeslot=0x1FB0F,
266783 },
266784 [0x1FB10]={
266785  category="so",
266786  description="BLOCK SEXTANT-15",
266787  direction="on",
266788  linebreak="al",
266789  unicodeslot=0x1FB10,
266790 },
266791 [0x1FB11]={
266792  category="so",
266793  description="BLOCK SEXTANT-25",
266794  direction="on",
266795  linebreak="al",
266796  unicodeslot=0x1FB11,
266797 },
266798 [0x1FB12]={
266799  category="so",
266800  description="BLOCK SEXTANT-125",
266801  direction="on",
266802  linebreak="al",
266803  unicodeslot=0x1FB12,
266804 },
266805 [0x1FB13]={
266806  category="so",
266807  description="BLOCK SEXTANT-35",
266808  direction="on",
266809  linebreak="al",
266810  unicodeslot=0x1FB13,
266811 },
266812 [0x1FB14]={
266813  category="so",
266814  description="BLOCK SEXTANT-235",
266815  direction="on",
266816  linebreak="al",
266817  unicodeslot=0x1FB14,
266818 },
266819 [0x1FB15]={
266820  category="so",
266821  description="BLOCK SEXTANT-1235",
266822  direction="on",
266823  linebreak="al",
266824  unicodeslot=0x1FB15,
266825 },
266826 [0x1FB16]={
266827  category="so",
266828  description="BLOCK SEXTANT-45",
266829  direction="on",
266830  linebreak="al",
266831  unicodeslot=0x1FB16,
266832 },
266833 [0x1FB17]={
266834  category="so",
266835  description="BLOCK SEXTANT-145",
266836  direction="on",
266837  linebreak="al",
266838  unicodeslot=0x1FB17,
266839 },
266840 [0x1FB18]={
266841  category="so",
266842  description="BLOCK SEXTANT-245",
266843  direction="on",
266844  linebreak="al",
266845  unicodeslot=0x1FB18,
266846 },
266847 [0x1FB19]={
266848  category="so",
266849  description="BLOCK SEXTANT-1245",
266850  direction="on",
266851  linebreak="al",
266852  unicodeslot=0x1FB19,
266853 },
266854 [0x1FB1A]={
266855  category="so",
266856  description="BLOCK SEXTANT-345",
266857  direction="on",
266858  linebreak="al",
266859  unicodeslot=0x1FB1A,
266860 },
266861 [0x1FB1B]={
266862  category="so",
266863  description="BLOCK SEXTANT-1345",
266864  direction="on",
266865  linebreak="al",
266866  unicodeslot=0x1FB1B,
266867 },
266868 [0x1FB1C]={
266869  category="so",
266870  description="BLOCK SEXTANT-2345",
266871  direction="on",
266872  linebreak="al",
266873  unicodeslot=0x1FB1C,
266874 },
266875 [0x1FB1D]={
266876  category="so",
266877  description="BLOCK SEXTANT-12345",
266878  direction="on",
266879  linebreak="al",
266880  unicodeslot=0x1FB1D,
266881 },
266882 [0x1FB1E]={
266883  category="so",
266884  description="BLOCK SEXTANT-6",
266885  direction="on",
266886  linebreak="al",
266887  unicodeslot=0x1FB1E,
266888 },
266889 [0x1FB1F]={
266890  category="so",
266891  description="BLOCK SEXTANT-16",
266892  direction="on",
266893  linebreak="al",
266894  unicodeslot=0x1FB1F,
266895 },
266896 [0x1FB20]={
266897  category="so",
266898  description="BLOCK SEXTANT-26",
266899  direction="on",
266900  linebreak="al",
266901  unicodeslot=0x1FB20,
266902 },
266903 [0x1FB21]={
266904  category="so",
266905  description="BLOCK SEXTANT-126",
266906  direction="on",
266907  linebreak="al",
266908  unicodeslot=0x1FB21,
266909 },
266910 [0x1FB22]={
266911  category="so",
266912  description="BLOCK SEXTANT-36",
266913  direction="on",
266914  linebreak="al",
266915  unicodeslot=0x1FB22,
266916 },
266917 [0x1FB23]={
266918  category="so",
266919  description="BLOCK SEXTANT-136",
266920  direction="on",
266921  linebreak="al",
266922  unicodeslot=0x1FB23,
266923 },
266924 [0x1FB24]={
266925  category="so",
266926  description="BLOCK SEXTANT-236",
266927  direction="on",
266928  linebreak="al",
266929  unicodeslot=0x1FB24,
266930 },
266931 [0x1FB25]={
266932  category="so",
266933  description="BLOCK SEXTANT-1236",
266934  direction="on",
266935  linebreak="al",
266936  unicodeslot=0x1FB25,
266937 },
266938 [0x1FB26]={
266939  category="so",
266940  description="BLOCK SEXTANT-46",
266941  direction="on",
266942  linebreak="al",
266943  unicodeslot=0x1FB26,
266944 },
266945 [0x1FB27]={
266946  category="so",
266947  description="BLOCK SEXTANT-146",
266948  direction="on",
266949  linebreak="al",
266950  unicodeslot=0x1FB27,
266951 },
266952 [0x1FB28]={
266953  category="so",
266954  description="BLOCK SEXTANT-1246",
266955  direction="on",
266956  linebreak="al",
266957  unicodeslot=0x1FB28,
266958 },
266959 [0x1FB29]={
266960  category="so",
266961  description="BLOCK SEXTANT-346",
266962  direction="on",
266963  linebreak="al",
266964  unicodeslot=0x1FB29,
266965 },
266966 [0x1FB2A]={
266967  category="so",
266968  description="BLOCK SEXTANT-1346",
266969  direction="on",
266970  linebreak="al",
266971  unicodeslot=0x1FB2A,
266972 },
266973 [0x1FB2B]={
266974  category="so",
266975  description="BLOCK SEXTANT-2346",
266976  direction="on",
266977  linebreak="al",
266978  unicodeslot=0x1FB2B,
266979 },
266980 [0x1FB2C]={
266981  category="so",
266982  description="BLOCK SEXTANT-12346",
266983  direction="on",
266984  linebreak="al",
266985  unicodeslot=0x1FB2C,
266986 },
266987 [0x1FB2D]={
266988  category="so",
266989  description="BLOCK SEXTANT-56",
266990  direction="on",
266991  linebreak="al",
266992  unicodeslot=0x1FB2D,
266993 },
266994 [0x1FB2E]={
266995  category="so",
266996  description="BLOCK SEXTANT-156",
266997  direction="on",
266998  linebreak="al",
266999  unicodeslot=0x1FB2E,
267000 },
267001 [0x1FB2F]={
267002  category="so",
267003  description="BLOCK SEXTANT-256",
267004  direction="on",
267005  linebreak="al",
267006  unicodeslot=0x1FB2F,
267007 },
267008 [0x1FB30]={
267009  category="so",
267010  description="BLOCK SEXTANT-1256",
267011  direction="on",
267012  linebreak="al",
267013  unicodeslot=0x1FB30,
267014 },
267015 [0x1FB31]={
267016  category="so",
267017  description="BLOCK SEXTANT-356",
267018  direction="on",
267019  linebreak="al",
267020  unicodeslot=0x1FB31,
267021 },
267022 [0x1FB32]={
267023  category="so",
267024  description="BLOCK SEXTANT-1356",
267025  direction="on",
267026  linebreak="al",
267027  unicodeslot=0x1FB32,
267028 },
267029 [0x1FB33]={
267030  category="so",
267031  description="BLOCK SEXTANT-2356",
267032  direction="on",
267033  linebreak="al",
267034  unicodeslot=0x1FB33,
267035 },
267036 [0x1FB34]={
267037  category="so",
267038  description="BLOCK SEXTANT-12356",
267039  direction="on",
267040  linebreak="al",
267041  unicodeslot=0x1FB34,
267042 },
267043 [0x1FB35]={
267044  category="so",
267045  description="BLOCK SEXTANT-456",
267046  direction="on",
267047  linebreak="al",
267048  unicodeslot=0x1FB35,
267049 },
267050 [0x1FB36]={
267051  category="so",
267052  description="BLOCK SEXTANT-1456",
267053  direction="on",
267054  linebreak="al",
267055  unicodeslot=0x1FB36,
267056 },
267057 [0x1FB37]={
267058  category="so",
267059  description="BLOCK SEXTANT-2456",
267060  direction="on",
267061  linebreak="al",
267062  unicodeslot=0x1FB37,
267063 },
267064 [0x1FB38]={
267065  category="so",
267066  description="BLOCK SEXTANT-12456",
267067  direction="on",
267068  linebreak="al",
267069  unicodeslot=0x1FB38,
267070 },
267071 [0x1FB39]={
267072  category="so",
267073  description="BLOCK SEXTANT-3456",
267074  direction="on",
267075  linebreak="al",
267076  unicodeslot=0x1FB39,
267077 },
267078 [0x1FB3A]={
267079  category="so",
267080  description="BLOCK SEXTANT-13456",
267081  direction="on",
267082  linebreak="al",
267083  unicodeslot=0x1FB3A,
267084 },
267085 [0x1FB3B]={
267086  category="so",
267087  description="BLOCK SEXTANT-23456",
267088  direction="on",
267089  linebreak="al",
267090  unicodeslot=0x1FB3B,
267091 },
267092 [0x1FB3C]={
267093  category="so",
267094  description="LOWER LEFT BLOCK DIAGONAL LOWER MIDDLE LEFT TO LOWER CENTRE",
267095  direction="on",
267096  linebreak="al",
267097  unicodeslot=0x1FB3C,
267098 },
267099 [0x1FB3D]={
267100  category="so",
267101  description="LOWER LEFT BLOCK DIAGONAL LOWER MIDDLE LEFT TO LOWER RIGHT",
267102  direction="on",
267103  linebreak="al",
267104  unicodeslot=0x1FB3D,
267105 },
267106 [0x1FB3E]={
267107  category="so",
267108  description="LOWER LEFT BLOCK DIAGONAL UPPER MIDDLE LEFT TO LOWER CENTRE",
267109  direction="on",
267110  linebreak="al",
267111  unicodeslot=0x1FB3E,
267112 },
267113 [0x1FB3F]={
267114  category="so",
267115  description="LOWER LEFT BLOCK DIAGONAL UPPER MIDDLE LEFT TO LOWER RIGHT",
267116  direction="on",
267117  linebreak="al",
267118  unicodeslot=0x1FB3F,
267119 },
267120 [0x1FB40]={
267121  category="so",
267122  description="LOWER LEFT BLOCK DIAGONAL UPPER LEFT TO LOWER CENTRE",
267123  direction="on",
267124  linebreak="al",
267125  unicodeslot=0x1FB40,
267126 },
267127 [0x1FB41]={
267128  category="so",
267129  description="LOWER RIGHT BLOCK DIAGONAL UPPER MIDDLE LEFT TO UPPER CENTRE",
267130  direction="on",
267131  linebreak="al",
267132  unicodeslot=0x1FB41,
267133 },
267134 [0x1FB42]={
267135  category="so",
267136  description="LOWER RIGHT BLOCK DIAGONAL UPPER MIDDLE LEFT TO UPPER RIGHT",
267137  direction="on",
267138  linebreak="al",
267139  unicodeslot=0x1FB42,
267140 },
267141 [0x1FB43]={
267142  category="so",
267143  description="LOWER RIGHT BLOCK DIAGONAL LOWER MIDDLE LEFT TO UPPER CENTRE",
267144  direction="on",
267145  linebreak="al",
267146  unicodeslot=0x1FB43,
267147 },
267148 [0x1FB44]={
267149  category="so",
267150  description="LOWER RIGHT BLOCK DIAGONAL LOWER MIDDLE LEFT TO UPPER RIGHT",
267151  direction="on",
267152  linebreak="al",
267153  unicodeslot=0x1FB44,
267154 },
267155 [0x1FB45]={
267156  category="so",
267157  description="LOWER RIGHT BLOCK DIAGONAL LOWER LEFT TO UPPER CENTRE",
267158  direction="on",
267159  linebreak="al",
267160  unicodeslot=0x1FB45,
267161 },
267162 [0x1FB46]={
267163  category="so",
267164  description="LOWER RIGHT BLOCK DIAGONAL LOWER MIDDLE LEFT TO UPPER MIDDLE RIGHT",
267165  direction="on",
267166  linebreak="al",
267167  unicodeslot=0x1FB46,
267168 },
267169 [0x1FB47]={
267170  category="so",
267171  description="LOWER RIGHT BLOCK DIAGONAL LOWER CENTRE TO LOWER MIDDLE RIGHT",
267172  direction="on",
267173  linebreak="al",
267174  unicodeslot=0x1FB47,
267175 },
267176 [0x1FB48]={
267177  category="so",
267178  description="LOWER RIGHT BLOCK DIAGONAL LOWER LEFT TO LOWER MIDDLE RIGHT",
267179  direction="on",
267180  linebreak="al",
267181  unicodeslot=0x1FB48,
267182 },
267183 [0x1FB49]={
267184  category="so",
267185  description="LOWER RIGHT BLOCK DIAGONAL LOWER CENTRE TO UPPER MIDDLE RIGHT",
267186  direction="on",
267187  linebreak="al",
267188  unicodeslot=0x1FB49,
267189 },
267190 [0x1FB4A]={
267191  category="so",
267192  description="LOWER RIGHT BLOCK DIAGONAL LOWER LEFT TO UPPER MIDDLE RIGHT",
267193  direction="on",
267194  linebreak="al",
267195  unicodeslot=0x1FB4A,
267196 },
267197 [0x1FB4B]={
267198  category="so",
267199  description="LOWER RIGHT BLOCK DIAGONAL LOWER CENTRE TO UPPER RIGHT",
267200  direction="on",
267201  linebreak="al",
267202  unicodeslot=0x1FB4B,
267203 },
267204 [0x1FB4C]={
267205  category="so",
267206  description="LOWER LEFT BLOCK DIAGONAL UPPER CENTRE TO UPPER MIDDLE RIGHT",
267207  direction="on",
267208  linebreak="al",
267209  unicodeslot=0x1FB4C,
267210 },
267211 [0x1FB4D]={
267212  category="so",
267213  description="LOWER LEFT BLOCK DIAGONAL UPPER LEFT TO UPPER MIDDLE RIGHT",
267214  direction="on",
267215  linebreak="al",
267216  unicodeslot=0x1FB4D,
267217 },
267218 [0x1FB4E]={
267219  category="so",
267220  description="LOWER LEFT BLOCK DIAGONAL UPPER CENTRE TO LOWER MIDDLE RIGHT",
267221  direction="on",
267222  linebreak="al",
267223  unicodeslot=0x1FB4E,
267224 },
267225 [0x1FB4F]={
267226  category="so",
267227  description="LOWER LEFT BLOCK DIAGONAL UPPER LEFT TO LOWER MIDDLE RIGHT",
267228  direction="on",
267229  linebreak="al",
267230  unicodeslot=0x1FB4F,
267231 },
267232 [0x1FB50]={
267233  category="so",
267234  description="LOWER LEFT BLOCK DIAGONAL UPPER CENTRE TO LOWER RIGHT",
267235  direction="on",
267236  linebreak="al",
267237  unicodeslot=0x1FB50,
267238 },
267239 [0x1FB51]={
267240  category="so",
267241  description="LOWER LEFT BLOCK DIAGONAL UPPER MIDDLE LEFT TO LOWER MIDDLE RIGHT",
267242  direction="on",
267243  linebreak="al",
267244  unicodeslot=0x1FB51,
267245 },
267246 [0x1FB52]={
267247  category="so",
267248  description="UPPER RIGHT BLOCK DIAGONAL LOWER MIDDLE LEFT TO LOWER CENTRE",
267249  direction="on",
267250  linebreak="al",
267251  unicodeslot=0x1FB52,
267252 },
267253 [0x1FB53]={
267254  category="so",
267255  description="UPPER RIGHT BLOCK DIAGONAL LOWER MIDDLE LEFT TO LOWER RIGHT",
267256  direction="on",
267257  linebreak="al",
267258  unicodeslot=0x1FB53,
267259 },
267260 [0x1FB54]={
267261  category="so",
267262  description="UPPER RIGHT BLOCK DIAGONAL UPPER MIDDLE LEFT TO LOWER CENTRE",
267263  direction="on",
267264  linebreak="al",
267265  unicodeslot=0x1FB54,
267266 },
267267 [0x1FB55]={
267268  category="so",
267269  description="UPPER RIGHT BLOCK DIAGONAL UPPER MIDDLE LEFT TO LOWER RIGHT",
267270  direction="on",
267271  linebreak="al",
267272  unicodeslot=0x1FB55,
267273 },
267274 [0x1FB56]={
267275  category="so",
267276  description="UPPER RIGHT BLOCK DIAGONAL UPPER LEFT TO LOWER CENTRE",
267277  direction="on",
267278  linebreak="al",
267279  unicodeslot=0x1FB56,
267280 },
267281 [0x1FB57]={
267282  category="so",
267283  description="UPPER LEFT BLOCK DIAGONAL UPPER MIDDLE LEFT TO UPPER CENTRE",
267284  direction="on",
267285  linebreak="al",
267286  unicodeslot=0x1FB57,
267287 },
267288 [0x1FB58]={
267289  category="so",
267290  description="UPPER LEFT BLOCK DIAGONAL UPPER MIDDLE LEFT TO UPPER RIGHT",
267291  direction="on",
267292  linebreak="al",
267293  unicodeslot=0x1FB58,
267294 },
267295 [0x1FB59]={
267296  category="so",
267297  description="UPPER LEFT BLOCK DIAGONAL LOWER MIDDLE LEFT TO UPPER CENTRE",
267298  direction="on",
267299  linebreak="al",
267300  unicodeslot=0x1FB59,
267301 },
267302 [0x1FB5A]={
267303  category="so",
267304  description="UPPER LEFT BLOCK DIAGONAL LOWER MIDDLE LEFT TO UPPER RIGHT",
267305  direction="on",
267306  linebreak="al",
267307  unicodeslot=0x1FB5A,
267308 },
267309 [0x1FB5B]={
267310  category="so",
267311  description="UPPER LEFT BLOCK DIAGONAL LOWER LEFT TO UPPER CENTRE",
267312  direction="on",
267313  linebreak="al",
267314  unicodeslot=0x1FB5B,
267315 },
267316 [0x1FB5C]={
267317  category="so",
267318  description="UPPER LEFT BLOCK DIAGONAL LOWER MIDDLE LEFT TO UPPER MIDDLE RIGHT",
267319  direction="on",
267320  linebreak="al",
267321  unicodeslot=0x1FB5C,
267322 },
267323 [0x1FB5D]={
267324  category="so",
267325  description="UPPER LEFT BLOCK DIAGONAL LOWER CENTRE TO LOWER MIDDLE RIGHT",
267326  direction="on",
267327  linebreak="al",
267328  unicodeslot=0x1FB5D,
267329 },
267330 [0x1FB5E]={
267331  category="so",
267332  description="UPPER LEFT BLOCK DIAGONAL LOWER LEFT TO LOWER MIDDLE RIGHT",
267333  direction="on",
267334  linebreak="al",
267335  unicodeslot=0x1FB5E,
267336 },
267337 [0x1FB5F]={
267338  category="so",
267339  description="UPPER LEFT BLOCK DIAGONAL LOWER CENTRE TO UPPER MIDDLE RIGHT",
267340  direction="on",
267341  linebreak="al",
267342  unicodeslot=0x1FB5F,
267343 },
267344 [0x1FB60]={
267345  category="so",
267346  description="UPPER LEFT BLOCK DIAGONAL LOWER LEFT TO UPPER MIDDLE RIGHT",
267347  direction="on",
267348  linebreak="al",
267349  unicodeslot=0x1FB60,
267350 },
267351 [0x1FB61]={
267352  category="so",
267353  description="UPPER LEFT BLOCK DIAGONAL LOWER CENTRE TO UPPER RIGHT",
267354  direction="on",
267355  linebreak="al",
267356  unicodeslot=0x1FB61,
267357 },
267358 [0x1FB62]={
267359  category="so",
267360  description="UPPER RIGHT BLOCK DIAGONAL UPPER CENTRE TO UPPER MIDDLE RIGHT",
267361  direction="on",
267362  linebreak="al",
267363  unicodeslot=0x1FB62,
267364 },
267365 [0x1FB63]={
267366  category="so",
267367  description="UPPER RIGHT BLOCK DIAGONAL UPPER LEFT TO UPPER MIDDLE RIGHT",
267368  direction="on",
267369  linebreak="al",
267370  unicodeslot=0x1FB63,
267371 },
267372 [0x1FB64]={
267373  category="so",
267374  description="UPPER RIGHT BLOCK DIAGONAL UPPER CENTRE TO LOWER MIDDLE RIGHT",
267375  direction="on",
267376  linebreak="al",
267377  unicodeslot=0x1FB64,
267378 },
267379 [0x1FB65]={
267380  category="so",
267381  description="UPPER RIGHT BLOCK DIAGONAL UPPER LEFT TO LOWER MIDDLE RIGHT",
267382  direction="on",
267383  linebreak="al",
267384  unicodeslot=0x1FB65,
267385 },
267386 [0x1FB66]={
267387  category="so",
267388  description="UPPER RIGHT BLOCK DIAGONAL UPPER CENTRE TO LOWER RIGHT",
267389  direction="on",
267390  linebreak="al",
267391  unicodeslot=0x1FB66,
267392 },
267393 [0x1FB67]={
267394  category="so",
267395  description="UPPER RIGHT BLOCK DIAGONAL UPPER MIDDLE LEFT TO LOWER MIDDLE RIGHT",
267396  direction="on",
267397  linebreak="al",
267398  unicodeslot=0x1FB67,
267399 },
267400 [0x1FB68]={
267401  category="so",
267402  description="UPPER AND RIGHT AND LOWER TRIANGULAR THREE QUARTERS BLOCK",
267403  direction="on",
267404  linebreak="al",
267405  unicodeslot=0x1FB68,
267406 },
267407 [0x1FB69]={
267408  category="so",
267409  description="LEFT AND LOWER AND RIGHT TRIANGULAR THREE QUARTERS BLOCK",
267410  direction="on",
267411  linebreak="al",
267412  unicodeslot=0x1FB69,
267413 },
267414 [0x1FB6A]={
267415  category="so",
267416  description="UPPER AND LEFT AND LOWER TRIANGULAR THREE QUARTERS BLOCK",
267417  direction="on",
267418  linebreak="al",
267419  unicodeslot=0x1FB6A,
267420 },
267421 [0x1FB6B]={
267422  category="so",
267423  description="LEFT AND UPPER AND RIGHT TRIANGULAR THREE QUARTERS BLOCK",
267424  direction="on",
267425  linebreak="al",
267426  unicodeslot=0x1FB6B,
267427 },
267428 [0x1FB6C]={
267429  category="so",
267430  description="LEFT TRIANGULAR ONE QUARTER BLOCK",
267431  direction="on",
267432  linebreak="al",
267433  unicodeslot=0x1FB6C,
267434 },
267435 [0x1FB6D]={
267436  category="so",
267437  description="UPPER TRIANGULAR ONE QUARTER BLOCK",
267438  direction="on",
267439  linebreak="al",
267440  unicodeslot=0x1FB6D,
267441 },
267442 [0x1FB6E]={
267443  category="so",
267444  description="RIGHT TRIANGULAR ONE QUARTER BLOCK",
267445  direction="on",
267446  linebreak="al",
267447  unicodeslot=0x1FB6E,
267448 },
267449 [0x1FB6F]={
267450  category="so",
267451  description="LOWER TRIANGULAR ONE QUARTER BLOCK",
267452  direction="on",
267453  linebreak="al",
267454  unicodeslot=0x1FB6F,
267455 },
267456 [0x1FB70]={
267457  category="so",
267458  description="VERTICAL ONE EIGHTH BLOCK-2",
267459  direction="on",
267460  linebreak="al",
267461  unicodeslot=0x1FB70,
267462 },
267463 [0x1FB71]={
267464  category="so",
267465  description="VERTICAL ONE EIGHTH BLOCK-3",
267466  direction="on",
267467  linebreak="al",
267468  unicodeslot=0x1FB71,
267469 },
267470 [0x1FB72]={
267471  category="so",
267472  description="VERTICAL ONE EIGHTH BLOCK-4",
267473  direction="on",
267474  linebreak="al",
267475  unicodeslot=0x1FB72,
267476 },
267477 [0x1FB73]={
267478  category="so",
267479  description="VERTICAL ONE EIGHTH BLOCK-5",
267480  direction="on",
267481  linebreak="al",
267482  unicodeslot=0x1FB73,
267483 },
267484 [0x1FB74]={
267485  category="so",
267486  description="VERTICAL ONE EIGHTH BLOCK-6",
267487  direction="on",
267488  linebreak="al",
267489  unicodeslot=0x1FB74,
267490 },
267491 [0x1FB75]={
267492  category="so",
267493  description="VERTICAL ONE EIGHTH BLOCK-7",
267494  direction="on",
267495  linebreak="al",
267496  unicodeslot=0x1FB75,
267497 },
267498 [0x1FB76]={
267499  category="so",
267500  description="HORIZONTAL ONE EIGHTH BLOCK-2",
267501  direction="on",
267502  linebreak="al",
267503  unicodeslot=0x1FB76,
267504 },
267505 [0x1FB77]={
267506  category="so",
267507  description="HORIZONTAL ONE EIGHTH BLOCK-3",
267508  direction="on",
267509  linebreak="al",
267510  unicodeslot=0x1FB77,
267511 },
267512 [0x1FB78]={
267513  category="so",
267514  description="HORIZONTAL ONE EIGHTH BLOCK-4",
267515  direction="on",
267516  linebreak="al",
267517  unicodeslot=0x1FB78,
267518 },
267519 [0x1FB79]={
267520  category="so",
267521  description="HORIZONTAL ONE EIGHTH BLOCK-5",
267522  direction="on",
267523  linebreak="al",
267524  unicodeslot=0x1FB79,
267525 },
267526 [0x1FB7A]={
267527  category="so",
267528  description="HORIZONTAL ONE EIGHTH BLOCK-6",
267529  direction="on",
267530  linebreak="al",
267531  unicodeslot=0x1FB7A,
267532 },
267533 [0x1FB7B]={
267534  category="so",
267535  description="HORIZONTAL ONE EIGHTH BLOCK-7",
267536  direction="on",
267537  linebreak="al",
267538  unicodeslot=0x1FB7B,
267539 },
267540 [0x1FB7C]={
267541  category="so",
267542  description="LEFT AND LOWER ONE EIGHTH BLOCK",
267543  direction="on",
267544  linebreak="al",
267545  unicodeslot=0x1FB7C,
267546 },
267547 [0x1FB7D]={
267548  category="so",
267549  description="LEFT AND UPPER ONE EIGHTH BLOCK",
267550  direction="on",
267551  linebreak="al",
267552  unicodeslot=0x1FB7D,
267553 },
267554 [0x1FB7E]={
267555  category="so",
267556  description="RIGHT AND UPPER ONE EIGHTH BLOCK",
267557  direction="on",
267558  linebreak="al",
267559  unicodeslot=0x1FB7E,
267560 },
267561 [0x1FB7F]={
267562  category="so",
267563  description="RIGHT AND LOWER ONE EIGHTH BLOCK",
267564  direction="on",
267565  linebreak="al",
267566  unicodeslot=0x1FB7F,
267567 },
267568 [0x1FB80]={
267569  category="so",
267570  description="UPPER AND LOWER ONE EIGHTH BLOCK",
267571  direction="on",
267572  linebreak="al",
267573  unicodeslot=0x1FB80,
267574 },
267575 [0x1FB81]={
267576  category="so",
267577  description="HORIZONTAL ONE EIGHTH BLOCK-1358",
267578  direction="on",
267579  linebreak="al",
267580  unicodeslot=0x1FB81,
267581 },
267582 [0x1FB82]={
267583  category="so",
267584  description="UPPER ONE QUARTER BLOCK",
267585  direction="on",
267586  linebreak="al",
267587  unicodeslot=0x1FB82,
267588 },
267589 [0x1FB83]={
267590  category="so",
267591  description="UPPER THREE EIGHTHS BLOCK",
267592  direction="on",
267593  linebreak="al",
267594  unicodeslot=0x1FB83,
267595 },
267596 [0x1FB84]={
267597  category="so",
267598  description="UPPER FIVE EIGHTHS BLOCK",
267599  direction="on",
267600  linebreak="al",
267601  unicodeslot=0x1FB84,
267602 },
267603 [0x1FB85]={
267604  category="so",
267605  description="UPPER THREE QUARTERS BLOCK",
267606  direction="on",
267607  linebreak="al",
267608  unicodeslot=0x1FB85,
267609 },
267610 [0x1FB86]={
267611  category="so",
267612  description="UPPER SEVEN EIGHTHS BLOCK",
267613  direction="on",
267614  linebreak="al",
267615  unicodeslot=0x1FB86,
267616 },
267617 [0x1FB87]={
267618  category="so",
267619  description="RIGHT ONE QUARTER BLOCK",
267620  direction="on",
267621  linebreak="al",
267622  unicodeslot=0x1FB87,
267623 },
267624 [0x1FB88]={
267625  category="so",
267626  description="RIGHT THREE EIGHTHS BLOCK",
267627  direction="on",
267628  linebreak="al",
267629  unicodeslot=0x1FB88,
267630 },
267631 [0x1FB89]={
267632  category="so",
267633  description="RIGHT FIVE EIGHTHS BLOCK",
267634  direction="on",
267635  linebreak="al",
267636  unicodeslot=0x1FB89,
267637 },
267638 [0x1FB8A]={
267639  category="so",
267640  description="RIGHT THREE QUARTERS BLOCK",
267641  direction="on",
267642  linebreak="al",
267643  unicodeslot=0x1FB8A,
267644 },
267645 [0x1FB8B]={
267646  category="so",
267647  description="RIGHT SEVEN EIGHTHS BLOCK",
267648  direction="on",
267649  linebreak="al",
267650  unicodeslot=0x1FB8B,
267651 },
267652 [0x1FB8C]={
267653  category="so",
267654  description="LEFT HALF MEDIUM SHADE",
267655  direction="on",
267656  linebreak="al",
267657  unicodeslot=0x1FB8C,
267658 },
267659 [0x1FB8D]={
267660  category="so",
267661  description="RIGHT HALF MEDIUM SHADE",
267662  direction="on",
267663  linebreak="al",
267664  unicodeslot=0x1FB8D,
267665 },
267666 [0x1FB8E]={
267667  category="so",
267668  description="UPPER HALF MEDIUM SHADE",
267669  direction="on",
267670  linebreak="al",
267671  unicodeslot=0x1FB8E,
267672 },
267673 [0x1FB8F]={
267674  category="so",
267675  description="LOWER HALF MEDIUM SHADE",
267676  direction="on",
267677  linebreak="al",
267678  unicodeslot=0x1FB8F,
267679 },
267680 [0x1FB90]={
267681  category="so",
267682  description="INVERSE MEDIUM SHADE",
267683  direction="on",
267684  linebreak="al",
267685  unicodeslot=0x1FB90,
267686 },
267687 [0x1FB91]={
267688  category="so",
267689  description="UPPER HALF BLOCK AND LOWER HALF INVERSE MEDIUM SHADE",
267690  direction="on",
267691  linebreak="al",
267692  unicodeslot=0x1FB91,
267693 },
267694 [0x1FB92]={
267695  category="so",
267696  description="UPPER HALF INVERSE MEDIUM SHADE AND LOWER HALF BLOCK",
267697  direction="on",
267698  linebreak="al",
267699  unicodeslot=0x1FB92,
267700 },
267701 [0x1FB94]={
267702  category="so",
267703  description="LEFT HALF INVERSE MEDIUM SHADE AND RIGHT HALF BLOCK",
267704  direction="on",
267705  linebreak="al",
267706  unicodeslot=0x1FB94,
267707 },
267708 [0x1FB95]={
267709  category="so",
267710  description="CHECKER BOARD FILL",
267711  direction="on",
267712  linebreak="al",
267713  unicodeslot=0x1FB95,
267714 },
267715 [0x1FB96]={
267716  category="so",
267717  description="INVERSE CHECKER BOARD FILL",
267718  direction="on",
267719  linebreak="al",
267720  unicodeslot=0x1FB96,
267721 },
267722 [0x1FB97]={
267723  category="so",
267724  description="HEAVY HORIZONTAL FILL",
267725  direction="on",
267726  linebreak="al",
267727  unicodeslot=0x1FB97,
267728 },
267729 [0x1FB98]={
267730  category="so",
267731  description="UPPER LEFT TO LOWER RIGHT FILL",
267732  direction="on",
267733  linebreak="al",
267734  unicodeslot=0x1FB98,
267735 },
267736 [0x1FB99]={
267737  category="so",
267738  description="UPPER RIGHT TO LOWER LEFT FILL",
267739  direction="on",
267740  linebreak="al",
267741  unicodeslot=0x1FB99,
267742 },
267743 [0x1FB9A]={
267744  category="so",
267745  description="UPPER AND LOWER TRIANGULAR HALF BLOCK",
267746  direction="on",
267747  linebreak="al",
267748  unicodeslot=0x1FB9A,
267749 },
267750 [0x1FB9B]={
267751  category="so",
267752  description="LEFT AND RIGHT TRIANGULAR HALF BLOCK",
267753  direction="on",
267754  linebreak="al",
267755  unicodeslot=0x1FB9B,
267756 },
267757 [0x1FB9C]={
267758  category="so",
267759  description="UPPER LEFT TRIANGULAR MEDIUM SHADE",
267760  direction="on",
267761  linebreak="al",
267762  unicodeslot=0x1FB9C,
267763 },
267764 [0x1FB9D]={
267765  category="so",
267766  description="UPPER RIGHT TRIANGULAR MEDIUM SHADE",
267767  direction="on",
267768  linebreak="al",
267769  unicodeslot=0x1FB9D,
267770 },
267771 [0x1FB9E]={
267772  category="so",
267773  description="LOWER RIGHT TRIANGULAR MEDIUM SHADE",
267774  direction="on",
267775  linebreak="al",
267776  unicodeslot=0x1FB9E,
267777 },
267778 [0x1FB9F]={
267779  category="so",
267780  description="LOWER LEFT TRIANGULAR MEDIUM SHADE",
267781  direction="on",
267782  linebreak="al",
267783  unicodeslot=0x1FB9F,
267784 },
267785 [0x1FBA0]={
267786  category="so",
267787  description="BOX DRAWINGS LIGHT DIAGONAL UPPER CENTRE TO MIDDLE LEFT",
267788  direction="on",
267789  linebreak="al",
267790  unicodeslot=0x1FBA0,
267791 },
267792 [0x1FBA1]={
267793  category="so",
267794  description="BOX DRAWINGS LIGHT DIAGONAL UPPER CENTRE TO MIDDLE RIGHT",
267795  direction="on",
267796  linebreak="al",
267797  unicodeslot=0x1FBA1,
267798 },
267799 [0x1FBA2]={
267800  category="so",
267801  description="BOX DRAWINGS LIGHT DIAGONAL MIDDLE LEFT TO LOWER CENTRE",
267802  direction="on",
267803  linebreak="al",
267804  unicodeslot=0x1FBA2,
267805 },
267806 [0x1FBA3]={
267807  category="so",
267808  description="BOX DRAWINGS LIGHT DIAGONAL MIDDLE RIGHT TO LOWER CENTRE",
267809  direction="on",
267810  linebreak="al",
267811  unicodeslot=0x1FBA3,
267812 },
267813 [0x1FBA4]={
267814  category="so",
267815  description="BOX DRAWINGS LIGHT DIAGONAL UPPER CENTRE TO MIDDLE LEFT TO LOWER CENTRE",
267816  direction="on",
267817  linebreak="al",
267818  unicodeslot=0x1FBA4,
267819 },
267820 [0x1FBA5]={
267821  category="so",
267822  description="BOX DRAWINGS LIGHT DIAGONAL UPPER CENTRE TO MIDDLE RIGHT TO LOWER CENTRE",
267823  direction="on",
267824  linebreak="al",
267825  unicodeslot=0x1FBA5,
267826 },
267827 [0x1FBA6]={
267828  category="so",
267829  description="BOX DRAWINGS LIGHT DIAGONAL MIDDLE LEFT TO LOWER CENTRE TO MIDDLE RIGHT",
267830  direction="on",
267831  linebreak="al",
267832  unicodeslot=0x1FBA6,
267833 },
267834 [0x1FBA7]={
267835  category="so",
267836  description="BOX DRAWINGS LIGHT DIAGONAL MIDDLE LEFT TO UPPER CENTRE TO MIDDLE RIGHT",
267837  direction="on",
267838  linebreak="al",
267839  unicodeslot=0x1FBA7,
267840 },
267841 [0x1FBA8]={
267842  category="so",
267843  description="BOX DRAWINGS LIGHT DIAGONAL UPPER CENTRE TO MIDDLE LEFT AND MIDDLE RIGHT TO LOWER CENTRE",
267844  direction="on",
267845  linebreak="al",
267846  unicodeslot=0x1FBA8,
267847 },
267848 [0x1FBA9]={
267849  category="so",
267850  description="BOX DRAWINGS LIGHT DIAGONAL UPPER CENTRE TO MIDDLE RIGHT AND MIDDLE LEFT TO LOWER CENTRE",
267851  direction="on",
267852  linebreak="al",
267853  unicodeslot=0x1FBA9,
267854 },
267855 [0x1FBAA]={
267856  category="so",
267857  description="BOX DRAWINGS LIGHT DIAGONAL UPPER CENTRE TO MIDDLE RIGHT TO LOWER CENTRE TO MIDDLE LEFT",
267858  direction="on",
267859  linebreak="al",
267860  unicodeslot=0x1FBAA,
267861 },
267862 [0x1FBAB]={
267863  category="so",
267864  description="BOX DRAWINGS LIGHT DIAGONAL UPPER CENTRE TO MIDDLE LEFT TO LOWER CENTRE TO MIDDLE RIGHT",
267865  direction="on",
267866  linebreak="al",
267867  unicodeslot=0x1FBAB,
267868 },
267869 [0x1FBAC]={
267870  category="so",
267871  description="BOX DRAWINGS LIGHT DIAGONAL MIDDLE LEFT TO UPPER CENTRE TO MIDDLE RIGHT TO LOWER CENTRE",
267872  direction="on",
267873  linebreak="al",
267874  unicodeslot=0x1FBAC,
267875 },
267876 [0x1FBAD]={
267877  category="so",
267878  description="BOX DRAWINGS LIGHT DIAGONAL MIDDLE RIGHT TO UPPER CENTRE TO MIDDLE LEFT TO LOWER CENTRE",
267879  direction="on",
267880  linebreak="al",
267881  unicodeslot=0x1FBAD,
267882 },
267883 [0x1FBAE]={
267884  category="so",
267885  description="BOX DRAWINGS LIGHT DIAGONAL DIAMOND",
267886  direction="on",
267887  linebreak="al",
267888  unicodeslot=0x1FBAE,
267889 },
267890 [0x1FBAF]={
267891  category="so",
267892  description="BOX DRAWINGS LIGHT HORIZONTAL WITH VERTICAL STROKE",
267893  direction="on",
267894  linebreak="al",
267895  unicodeslot=0x1FBAF,
267896 },
267897 [0x1FBB0]={
267898  category="so",
267899  description="ARROWHEAD-SHAPED POINTER",
267900  direction="on",
267901  linebreak="al",
267902  unicodeslot=0x1FBB0,
267903 },
267904 [0x1FBB1]={
267905  category="so",
267906  description="INVERSE CHECK MARK",
267907  direction="on",
267908  linebreak="al",
267909  unicodeslot=0x1FBB1,
267910 },
267911 [0x1FBB2]={
267912  category="so",
267913  description="LEFT HALF RUNNING MAN",
267914  direction="on",
267915  linebreak="al",
267916  unicodeslot=0x1FBB2,
267917 },
267918 [0x1FBB3]={
267919  category="so",
267920  description="RIGHT HALF RUNNING MAN",
267921  direction="on",
267922  linebreak="al",
267923  unicodeslot=0x1FBB3,
267924 },
267925 [0x1FBB4]={
267926  category="so",
267927  description="INVERSE DOWNWARDS ARROW WITH TIP LEFTWARDS",
267928  direction="on",
267929  linebreak="al",
267930  unicodeslot=0x1FBB4,
267931 },
267932 [0x1FBB5]={
267933  category="so",
267934  description="LEFTWARDS ARROW AND UPPER AND LOWER ONE EIGHTH BLOCK",
267935  direction="on",
267936  linebreak="al",
267937  unicodeslot=0x1FBB5,
267938 },
267939 [0x1FBB6]={
267940  category="so",
267941  description="RIGHTWARDS ARROW AND UPPER AND LOWER ONE EIGHTH BLOCK",
267942  direction="on",
267943  linebreak="al",
267944  unicodeslot=0x1FBB6,
267945 },
267946 [0x1FBB7]={
267947  category="so",
267948  description="DOWNWARDS ARROW AND RIGHT ONE EIGHTH BLOCK",
267949  direction="on",
267950  linebreak="al",
267951  unicodeslot=0x1FBB7,
267952 },
267953 [0x1FBB8]={
267954  category="so",
267955  description="UPWARDS ARROW AND RIGHT ONE EIGHTH BLOCK",
267956  direction="on",
267957  linebreak="al",
267958  unicodeslot=0x1FBB8,
267959 },
267960 [0x1FBB9]={
267961  category="so",
267962  description="LEFT HALF FOLDER",
267963  direction="on",
267964  linebreak="al",
267965  unicodeslot=0x1FBB9,
267966 },
267967 [0x1FBBA]={
267968  category="so",
267969  description="RIGHT HALF FOLDER",
267970  direction="on",
267971  linebreak="al",
267972  unicodeslot=0x1FBBA,
267973 },
267974 [0x1FBBB]={
267975  category="so",
267976  description="VOIDED GREEK CROSS",
267977  direction="on",
267978  linebreak="al",
267979  unicodeslot=0x1FBBB,
267980 },
267981 [0x1FBBC]={
267982  category="so",
267983  description="RIGHT OPEN SQUARED DOT",
267984  direction="on",
267985  linebreak="al",
267986  unicodeslot=0x1FBBC,
267987 },
267988 [0x1FBBD]={
267989  category="so",
267990  description="NEGATIVE DIAGONAL CROSS",
267991  direction="on",
267992  linebreak="al",
267993  unicodeslot=0x1FBBD,
267994 },
267995 [0x1FBBE]={
267996  category="so",
267997  description="NEGATIVE DIAGONAL MIDDLE RIGHT TO LOWER CENTRE",
267998  direction="on",
267999  linebreak="al",
268000  unicodeslot=0x1FBBE,
268001 },
268002 [0x1FBBF]={
268003  category="so",
268004  description="NEGATIVE DIAGONAL DIAMOND",
268005  direction="on",
268006  linebreak="al",
268007  unicodeslot=0x1FBBF,
268008 },
268009 [0x1FBC0]={
268010  category="so",
268011  description="WHITE HEAVY SALTIRE WITH ROUNDED CORNERS",
268012  direction="on",
268013  linebreak="al",
268014  unicodeslot=0x1FBC0,
268015 },
268016 [0x1FBC1]={
268017  category="so",
268018  description="LEFT THIRD WHITE RIGHT POINTING INDEX",
268019  direction="on",
268020  linebreak="al",
268021  unicodeslot=0x1FBC1,
268022 },
268023 [0x1FBC2]={
268024  category="so",
268025  description="MIDDLE THIRD WHITE RIGHT POINTING INDEX",
268026  direction="on",
268027  linebreak="al",
268028  unicodeslot=0x1FBC2,
268029 },
268030 [0x1FBC3]={
268031  category="so",
268032  description="RIGHT THIRD WHITE RIGHT POINTING INDEX",
268033  direction="on",
268034  linebreak="al",
268035  unicodeslot=0x1FBC3,
268036 },
268037 [0x1FBC4]={
268038  category="so",
268039  description="NEGATIVE SQUARED QUESTION MARK",
268040  direction="on",
268041  linebreak="al",
268042  unicodeslot=0x1FBC4,
268043 },
268044 [0x1FBC5]={
268045  category="so",
268046  description="STICK FIGURE",
268047  direction="on",
268048  linebreak="al",
268049  unicodeslot=0x1FBC5,
268050 },
268051 [0x1FBC6]={
268052  category="so",
268053  description="STICK FIGURE WITH ARMS RAISED",
268054  direction="on",
268055  linebreak="al",
268056  unicodeslot=0x1FBC6,
268057 },
268058 [0x1FBC7]={
268059  category="so",
268060  description="STICK FIGURE LEANING LEFT",
268061  direction="on",
268062  linebreak="al",
268063  unicodeslot=0x1FBC7,
268064 },
268065 [0x1FBC8]={
268066  category="so",
268067  description="STICK FIGURE LEANING RIGHT",
268068  direction="on",
268069  linebreak="al",
268070  unicodeslot=0x1FBC8,
268071 },
268072 [0x1FBC9]={
268073  category="so",
268074  description="STICK FIGURE WITH DRESS",
268075  direction="on",
268076  linebreak="al",
268077  unicodeslot=0x1FBC9,
268078 },
268079 [0x1FBCA]={
268080  category="so",
268081  description="WHITE UP-POINTING CHEVRON",
268082  direction="on",
268083  linebreak="al",
268084  unicodeslot=0x1FBCA,
268085 },
268086 [0x1FBCB]={
268087  category="so",
268088  description="WHITE CROSS MARK",
268089  direction="on",
268090  linebreak="al",
268091  unicodeslot=0x1FBCB,
268092 },
268093 [0x1FBCC]={
268094  category="so",
268095  description="RAISED SMALL LEFT SQUARE BRACKET",
268096  direction="on",
268097  linebreak="al",
268098  unicodeslot=0x1FBCC,
268099 },
268100 [0x1FBCD]={
268101  category="so",
268102  description="BLACK SMALL UP-POINTING CHEVRON",
268103  direction="on",
268104  linebreak="al",
268105  unicodeslot=0x1FBCD,
268106 },
268107 [0x1FBCE]={
268108  category="so",
268109  description="LEFT TWO THIRDS BLOCK",
268110  direction="on",
268111  linebreak="al",
268112  unicodeslot=0x1FBCE,
268113 },
268114 [0x1FBCF]={
268115  category="so",
268116  description="LEFT ONE THIRD BLOCK",
268117  direction="on",
268118  linebreak="al",
268119  unicodeslot=0x1FBCF,
268120 },
268121 [0x1FBD0]={
268122  category="so",
268123  description="BOX DRAWINGS LIGHT DIAGONAL MIDDLE RIGHT TO LOWER LEFT",
268124  direction="on",
268125  linebreak="al",
268126  unicodeslot=0x1FBD0,
268127 },
268128 [0x1FBD1]={
268129  category="so",
268130  description="BOX DRAWINGS LIGHT DIAGONAL UPPER RIGHT TO MIDDLE LEFT",
268131  direction="on",
268132  linebreak="al",
268133  unicodeslot=0x1FBD1,
268134 },
268135 [0x1FBD2]={
268136  category="so",
268137  description="BOX DRAWINGS LIGHT DIAGONAL UPPER LEFT TO MIDDLE RIGHT",
268138  direction="on",
268139  linebreak="al",
268140  unicodeslot=0x1FBD2,
268141 },
268142 [0x1FBD3]={
268143  category="so",
268144  description="BOX DRAWINGS LIGHT DIAGONAL MIDDLE LEFT TO LOWER RIGHT",
268145  direction="on",
268146  linebreak="al",
268147  unicodeslot=0x1FBD3,
268148 },
268149 [0x1FBD4]={
268150  category="so",
268151  description="BOX DRAWINGS LIGHT DIAGONAL UPPER LEFT TO LOWER CENTRE",
268152  direction="on",
268153  linebreak="al",
268154  unicodeslot=0x1FBD4,
268155 },
268156 [0x1FBD5]={
268157  category="so",
268158  description="BOX DRAWINGS LIGHT DIAGONAL UPPER CENTRE TO LOWER RIGHT",
268159  direction="on",
268160  linebreak="al",
268161  unicodeslot=0x1FBD5,
268162 },
268163 [0x1FBD6]={
268164  category="so",
268165  description="BOX DRAWINGS LIGHT DIAGONAL UPPER RIGHT TO LOWER CENTRE",
268166  direction="on",
268167  linebreak="al",
268168  unicodeslot=0x1FBD6,
268169 },
268170 [0x1FBD7]={
268171  category="so",
268172  description="BOX DRAWINGS LIGHT DIAGONAL UPPER CENTRE TO LOWER LEFT",
268173  direction="on",
268174  linebreak="al",
268175  unicodeslot=0x1FBD7,
268176 },
268177 [0x1FBD8]={
268178  category="so",
268179  description="BOX DRAWINGS LIGHT DIAGONAL UPPER LEFT TO MIDDLE CENTRE TO UPPER RIGHT",
268180  direction="on",
268181  linebreak="al",
268182  unicodeslot=0x1FBD8,
268183 },
268184 [0x1FBD9]={
268185  category="so",
268186  description="BOX DRAWINGS LIGHT DIAGONAL UPPER RIGHT TO MIDDLE CENTRE TO LOWER RIGHT",
268187  direction="on",
268188  linebreak="al",
268189  unicodeslot=0x1FBD9,
268190 },
268191 [0x1FBDA]={
268192  category="so",
268193  description="BOX DRAWINGS LIGHT DIAGONAL LOWER LEFT TO MIDDLE CENTRE TO LOWER RIGHT",
268194  direction="on",
268195  linebreak="al",
268196  unicodeslot=0x1FBDA,
268197 },
268198 [0x1FBDB]={
268199  category="so",
268200  description="BOX DRAWINGS LIGHT DIAGONAL UPPER LEFT TO MIDDLE CENTRE TO LOWER LEFT",
268201  direction="on",
268202  linebreak="al",
268203  unicodeslot=0x1FBDB,
268204 },
268205 [0x1FBDC]={
268206  category="so",
268207  description="BOX DRAWINGS LIGHT DIAGONAL UPPER LEFT TO LOWER CENTRE TO UPPER RIGHT",
268208  direction="on",
268209  linebreak="al",
268210  unicodeslot=0x1FBDC,
268211 },
268212 [0x1FBDD]={
268213  category="so",
268214  description="BOX DRAWINGS LIGHT DIAGONAL UPPER RIGHT TO MIDDLE LEFT TO LOWER RIGHT",
268215  direction="on",
268216  linebreak="al",
268217  unicodeslot=0x1FBDD,
268218 },
268219 [0x1FBDE]={
268220  category="so",
268221  description="BOX DRAWINGS LIGHT DIAGONAL LOWER LEFT TO UPPER CENTRE TO LOWER RIGHT",
268222  direction="on",
268223  linebreak="al",
268224  unicodeslot=0x1FBDE,
268225 },
268226 [0x1FBDF]={
268227  category="so",
268228  description="BOX DRAWINGS LIGHT DIAGONAL UPPER LEFT TO MIDDLE RIGHT TO LOWER LEFT",
268229  direction="on",
268230  linebreak="al",
268231  unicodeslot=0x1FBDF,
268232 },
268233 [0x1FBE0]={
268234  category="so",
268235  description="TOP JUSTIFIED LOWER HALF WHITE CIRCLE",
268236  direction="on",
268237  linebreak="al",
268238  unicodeslot=0x1FBE0,
268239 },
268240 [0x1FBE1]={
268241  category="so",
268242  description="RIGHT JUSTIFIED LEFT HALF WHITE CIRCLE",
268243  direction="on",
268244  linebreak="al",
268245  unicodeslot=0x1FBE1,
268246 },
268247 [0x1FBE2]={
268248  category="so",
268249  description="BOTTOM JUSTIFIED UPPER HALF WHITE CIRCLE",
268250  direction="on",
268251  linebreak="al",
268252  unicodeslot=0x1FBE2,
268253 },
268254 [0x1FBE3]={
268255  category="so",
268256  description="LEFT JUSTIFIED RIGHT HALF WHITE CIRCLE",
268257  direction="on",
268258  linebreak="al",
268259  unicodeslot=0x1FBE3,
268260 },
268261 [0x1FBE4]={
268262  category="so",
268263  description="UPPER CENTRE ONE QUARTER BLOCK",
268264  direction="on",
268265  linebreak="al",
268266  unicodeslot=0x1FBE4,
268267 },
268268 [0x1FBE5]={
268269  category="so",
268270  description="LOWER CENTRE ONE QUARTER BLOCK",
268271  direction="on",
268272  linebreak="al",
268273  unicodeslot=0x1FBE5,
268274 },
268275 [0x1FBE6]={
268276  category="so",
268277  description="MIDDLE LEFT ONE QUARTER BLOCK",
268278  direction="on",
268279  linebreak="al",
268280  unicodeslot=0x1FBE6,
268281 },
268282 [0x1FBE7]={
268283  category="so",
268284  description="MIDDLE RIGHT ONE QUARTER BLOCK",
268285  direction="on",
268286  linebreak="al",
268287  unicodeslot=0x1FBE7,
268288 },
268289 [0x1FBE8]={
268290  category="so",
268291  description="TOP JUSTIFIED LOWER HALF BLACK CIRCLE",
268292  direction="on",
268293  linebreak="al",
268294  unicodeslot=0x1FBE8,
268295 },
268296 [0x1FBE9]={
268297  category="so",
268298  description="RIGHT JUSTIFIED LEFT HALF BLACK CIRCLE",
268299  direction="on",
268300  linebreak="al",
268301  unicodeslot=0x1FBE9,
268302 },
268303 [0x1FBEA]={
268304  category="so",
268305  description="BOTTOM JUSTIFIED UPPER HALF BLACK CIRCLE",
268306  direction="on",
268307  linebreak="al",
268308  unicodeslot=0x1FBEA,
268309 },
268310 [0x1FBEB]={
268311  category="so",
268312  description="LEFT JUSTIFIED RIGHT HALF BLACK CIRCLE",
268313  direction="on",
268314  linebreak="al",
268315  unicodeslot=0x1FBEB,
268316 },
268317 [0x1FBEC]={
268318  category="so",
268319  description="TOP RIGHT JUSTIFIED LOWER LEFT QUARTER BLACK CIRCLE",
268320  direction="on",
268321  linebreak="al",
268322  unicodeslot=0x1FBEC,
268323 },
268324 [0x1FBED]={
268325  category="so",
268326  description="BOTTOM LEFT JUSTIFIED UPPER RIGHT QUARTER BLACK CIRCLE",
268327  direction="on",
268328  linebreak="al",
268329  unicodeslot=0x1FBED,
268330 },
268331 [0x1FBEE]={
268332  category="so",
268333  description="BOTTOM RIGHT JUSTIFIED UPPER LEFT QUARTER BLACK CIRCLE",
268334  direction="on",
268335  linebreak="al",
268336  unicodeslot=0x1FBEE,
268337 },
268338 [0x1FBEF]={
268339  category="so",
268340  description="TOP LEFT JUSTIFIED LOWER RIGHT QUARTER BLACK CIRCLE",
268341  direction="on",
268342  linebreak="al",
268343  unicodeslot=0x1FBEF,
268344 },
268345 [0x1FBF0]={
268346  category="nd",
268347  description="SEGMENTED DIGIT ZERO",
268348  direction="en",
268349  linebreak="nu",
268350  specials={ "font", 0x30 },
268351  unicodeslot=0x1FBF0,
268352 },
268353 [0x1FBF1]={
268354  category="nd",
268355  description="SEGMENTED DIGIT ONE",
268356  direction="en",
268357  linebreak="nu",
268358  specials={ "font", 0x31 },
268359  unicodeslot=0x1FBF1,
268360 },
268361 [0x1FBF2]={
268362  category="nd",
268363  description="SEGMENTED DIGIT TWO",
268364  direction="en",
268365  linebreak="nu",
268366  specials={ "font", 0x32 },
268367  unicodeslot=0x1FBF2,
268368 },
268369 [0x1FBF3]={
268370  category="nd",
268371  description="SEGMENTED DIGIT THREE",
268372  direction="en",
268373  linebreak="nu",
268374  specials={ "font", 0x33 },
268375  unicodeslot=0x1FBF3,
268376 },
268377 [0x1FBF4]={
268378  category="nd",
268379  description="SEGMENTED DIGIT FOUR",
268380  direction="en",
268381  linebreak="nu",
268382  specials={ "font", 0x34 },
268383  unicodeslot=0x1FBF4,
268384 },
268385 [0x1FBF5]={
268386  category="nd",
268387  description="SEGMENTED DIGIT FIVE",
268388  direction="en",
268389  linebreak="nu",
268390  specials={ "font", 0x35 },
268391  unicodeslot=0x1FBF5,
268392 },
268393 [0x1FBF6]={
268394  category="nd",
268395  description="SEGMENTED DIGIT SIX",
268396  direction="en",
268397  linebreak="nu",
268398  specials={ "font", 0x36 },
268399  unicodeslot=0x1FBF6,
268400 },
268401 [0x1FBF7]={
268402  category="nd",
268403  description="SEGMENTED DIGIT SEVEN",
268404  direction="en",
268405  linebreak="nu",
268406  specials={ "font", 0x37 },
268407  unicodeslot=0x1FBF7,
268408 },
268409 [0x1FBF8]={
268410  category="nd",
268411  description="SEGMENTED DIGIT EIGHT",
268412  direction="en",
268413  linebreak="nu",
268414  specials={ "font", 0x38 },
268415  unicodeslot=0x1FBF8,
268416 },
268417 [0x1FBF9]={
268418  category="nd",
268419  description="SEGMENTED DIGIT NINE",
268420  direction="en",
268421  linebreak="nu",
268422  specials={ "font", 0x39 },
268423  unicodeslot=0x1FBF9,
268424 },
268425 [0x2F800]={
268426  category="lo",
268427  cjkwd="w",
268428  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0320",
268429  direction="l",
268430  linebreak="id",
268431  specials={ "char", 0x4E3D },
268432  unicodeslot=0x2F800,
268433 },
268434 [0x2F801]={
268435  category="lo",
268436  cjkwd="w",
268437  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0321",
268438  direction="l",
268439  linebreak="id",
268440  specials={ "char", 0x4E38 },
268441  unicodeslot=0x2F801,
268442 },
268443 [0x2F802]={
268444  category="lo",
268445  cjkwd="w",
268446  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0322",
268447  direction="l",
268448  linebreak="id",
268449  specials={ "char", 0x4E41 },
268450  unicodeslot=0x2F802,
268451 },
268452 [0x2F803]={
268453  category="lo",
268454  cjkwd="w",
268455  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0323",
268456  direction="l",
268457  linebreak="id",
268458  specials={ "char", 0x20122 },
268459  unicodeslot=0x2F803,
268460 },
268461 [0x2F804]={
268462  category="lo",
268463  cjkwd="w",
268464  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0324",
268465  direction="l",
268466  linebreak="id",
268467  specials={ "char", 0x4F60 },
268468  unicodeslot=0x2F804,
268469 },
268470 [0x2F805]={
268471  category="lo",
268472  cjkwd="w",
268473  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0325",
268474  direction="l",
268475  linebreak="id",
268476  specials={ "char", 0x4FAE },
268477  unicodeslot=0x2F805,
268478 },
268479 [0x2F806]={
268480  category="lo",
268481  cjkwd="w",
268482  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0326",
268483  direction="l",
268484  linebreak="id",
268485  specials={ "char", 0x4FBB },
268486  unicodeslot=0x2F806,
268487 },
268488 [0x2F807]={
268489  category="lo",
268490  cjkwd="w",
268491  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0327",
268492  direction="l",
268493  linebreak="id",
268494  specials={ "char", 0x5002 },
268495  unicodeslot=0x2F807,
268496 },
268497 [0x2F808]={
268498  category="lo",
268499  cjkwd="w",
268500  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0328",
268501  direction="l",
268502  linebreak="id",
268503  specials={ "char", 0x507A },
268504  unicodeslot=0x2F808,
268505 },
268506 [0x2F809]={
268507  category="lo",
268508  cjkwd="w",
268509  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0329",
268510  direction="l",
268511  linebreak="id",
268512  specials={ "char", 0x5099 },
268513  unicodeslot=0x2F809,
268514 },
268515 [0x2F80A]={
268516  category="lo",
268517  cjkwd="w",
268518  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0050A",
268519  direction="l",
268520  linebreak="id",
268521  specials={ "char", 0x50E7 },
268522  unicodeslot=0x2F80A,
268523 },
268524 [0x2F80B]={
268525  category="lo",
268526  cjkwd="w",
268527  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0050B",
268528  direction="l",
268529  linebreak="id",
268530  specials={ "char", 0x50CF },
268531  unicodeslot=0x2F80B,
268532 },
268533 [0x2F80C]={
268534  category="lo",
268535  cjkwd="w",
268536  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0050C",
268537  direction="l",
268538  linebreak="id",
268539  specials={ "char", 0x349E },
268540  unicodeslot=0x2F80C,
268541 },
268542 [0x2F80D]={
268543  category="lo",
268544  cjkwd="w",
268545  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0050D",
268546  direction="l",
268547  linebreak="id",
268548  specials={ "char", 0x2063A },
268549  unicodeslot=0x2F80D,
268550 },
268551 [0x2F80E]={
268552  category="lo",
268553  cjkwd="w",
268554  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0050E",
268555  direction="l",
268556  linebreak="id",
268557  specials={ "char", 0x514D },
268558  unicodeslot=0x2F80E,
268559 },
268560 [0x2F80F]={
268561  category="lo",
268562  cjkwd="w",
268563  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0050F",
268564  direction="l",
268565  linebreak="id",
268566  specials={ "char", 0x5154 },
268567  unicodeslot=0x2F80F,
268568 },
268569 [0x2F810]={
268570  category="lo",
268571  cjkwd="w",
268572  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x032A",
268573  direction="l",
268574  linebreak="id",
268575  specials={ "char", 0x5164 },
268576  unicodeslot=0x2F810,
268577 },
268578 [0x2F811]={
268579  category="lo",
268580  cjkwd="w",
268581  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x032B",
268582  direction="l",
268583  linebreak="id",
268584  specials={ "char", 0x5177 },
268585  unicodeslot=0x2F811,
268586 },
268587 [0x2F812]={
268588  category="lo",
268589  cjkwd="w",
268590  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x032C",
268591  direction="l",
268592  linebreak="id",
268593  specials={ "char", 0x2051C },
268594  unicodeslot=0x2F812,
268595 },
268596 [0x2F813]={
268597  category="lo",
268598  cjkwd="w",
268599  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x032D",
268600  direction="l",
268601  linebreak="id",
268602  specials={ "char", 0x34B9 },
268603  unicodeslot=0x2F813,
268604 },
268605 [0x2F814]={
268606  category="lo",
268607  cjkwd="w",
268608  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x032E",
268609  direction="l",
268610  linebreak="id",
268611  specials={ "char", 0x5167 },
268612  unicodeslot=0x2F814,
268613 },
268614 [0x2F815]={
268615  category="lo",
268616  cjkwd="w",
268617  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x032F",
268618  direction="l",
268619  linebreak="id",
268620  specials={ "char", 0x518D },
268621  unicodeslot=0x2F815,
268622 },
268623 [0x2F816]={
268624  category="lo",
268625  cjkwd="w",
268626  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0330",
268627  direction="l",
268628  linebreak="id",
268629  specials={ "char", 0x2054B },
268630  unicodeslot=0x2F816,
268631 },
268632 [0x2F817]={
268633  category="lo",
268634  cjkwd="w",
268635  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0331",
268636  direction="l",
268637  linebreak="id",
268638  specials={ "char", 0x5197 },
268639  unicodeslot=0x2F817,
268640 },
268641 [0x2F818]={
268642  category="lo",
268643  cjkwd="w",
268644  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0332",
268645  direction="l",
268646  linebreak="id",
268647  specials={ "char", 0x51A4 },
268648  unicodeslot=0x2F818,
268649 },
268650 [0x2F819]={
268651  category="lo",
268652  cjkwd="w",
268653  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0333",
268654  direction="l",
268655  linebreak="id",
268656  specials={ "char", 0x4ECC },
268657  unicodeslot=0x2F819,
268658 },
268659 [0x2F81A]={
268660  category="lo",
268661  cjkwd="w",
268662  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0051A",
268663  direction="l",
268664  linebreak="id",
268665  specials={ "char", 0x51AC },
268666  unicodeslot=0x2F81A,
268667 },
268668 [0x2F81B]={
268669  category="lo",
268670  cjkwd="w",
268671  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0051B",
268672  direction="l",
268673  linebreak="id",
268674  specials={ "char", 0x51B5 },
268675  unicodeslot=0x2F81B,
268676 },
268677 [0x2F81C]={
268678  category="lo",
268679  cjkwd="w",
268680  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0051C",
268681  direction="l",
268682  linebreak="id",
268683  specials={ "char", 0x291DF },
268684  unicodeslot=0x2F81C,
268685 },
268686 [0x2F81D]={
268687  category="lo",
268688  cjkwd="w",
268689  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0051D",
268690  direction="l",
268691  linebreak="id",
268692  specials={ "char", 0x51F5 },
268693  unicodeslot=0x2F81D,
268694 },
268695 [0x2F81E]={
268696  category="lo",
268697  cjkwd="w",
268698  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0051E",
268699  direction="l",
268700  linebreak="id",
268701  specials={ "char", 0x5203 },
268702  unicodeslot=0x2F81E,
268703 },
268704 [0x2F81F]={
268705  category="lo",
268706  cjkwd="w",
268707  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0051F",
268708  direction="l",
268709  linebreak="id",
268710  specials={ "char", 0x34DF },
268711  unicodeslot=0x2F81F,
268712 },
268713 [0x2F820]={
268714  category="lo",
268715  cjkwd="w",
268716  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0334",
268717  direction="l",
268718  linebreak="id",
268719  specials={ "char", 0x523B },
268720  unicodeslot=0x2F820,
268721 },
268722 [0x2F821]={
268723  category="lo",
268724  cjkwd="w",
268725  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0335",
268726  direction="l",
268727  linebreak="id",
268728  specials={ "char", 0x5246 },
268729  unicodeslot=0x2F821,
268730 },
268731 [0x2F822]={
268732  category="lo",
268733  cjkwd="w",
268734  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0336",
268735  direction="l",
268736  linebreak="id",
268737  specials={ "char", 0x5272 },
268738  unicodeslot=0x2F822,
268739 },
268740 [0x2F823]={
268741  category="lo",
268742  cjkwd="w",
268743  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0337",
268744  direction="l",
268745  linebreak="id",
268746  specials={ "char", 0x5277 },
268747  unicodeslot=0x2F823,
268748 },
268749 [0x2F824]={
268750  category="lo",
268751  cjkwd="w",
268752  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0338",
268753  direction="l",
268754  linebreak="id",
268755  specials={ "char", 0x3515 },
268756  unicodeslot=0x2F824,
268757 },
268758 [0x2F825]={
268759  category="lo",
268760  cjkwd="w",
268761  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0339",
268762  direction="l",
268763  linebreak="id",
268764  specials={ "char", 0x52C7 },
268765  unicodeslot=0x2F825,
268766 },
268767 [0x2F826]={
268768  category="lo",
268769  cjkwd="w",
268770  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x033A",
268771  direction="l",
268772  linebreak="id",
268773  specials={ "char", 0x52C9 },
268774  unicodeslot=0x2F826,
268775 },
268776 [0x2F827]={
268777  category="lo",
268778  cjkwd="w",
268779  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x033B",
268780  direction="l",
268781  linebreak="id",
268782  specials={ "char", 0x52E4 },
268783  unicodeslot=0x2F827,
268784 },
268785 [0x2F828]={
268786  category="lo",
268787  cjkwd="w",
268788  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x033C",
268789  direction="l",
268790  linebreak="id",
268791  specials={ "char", 0x52FA },
268792  unicodeslot=0x2F828,
268793 },
268794 [0x2F829]={
268795  category="lo",
268796  cjkwd="w",
268797  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x033D",
268798  direction="l",
268799  linebreak="id",
268800  specials={ "char", 0x5305 },
268801  unicodeslot=0x2F829,
268802 },
268803 [0x2F82A]={
268804  category="lo",
268805  cjkwd="w",
268806  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0052A",
268807  direction="l",
268808  linebreak="id",
268809  specials={ "char", 0x5306 },
268810  unicodeslot=0x2F82A,
268811 },
268812 [0x2F82B]={
268813  category="lo",
268814  cjkwd="w",
268815  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0052B",
268816  direction="l",
268817  linebreak="id",
268818  specials={ "char", 0x5317 },
268819  unicodeslot=0x2F82B,
268820 },
268821 [0x2F82C]={
268822  category="lo",
268823  cjkwd="w",
268824  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0052C",
268825  direction="l",
268826  linebreak="id",
268827  specials={ "char", 0x5349 },
268828  unicodeslot=0x2F82C,
268829 },
268830 [0x2F82D]={
268831  category="lo",
268832  cjkwd="w",
268833  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0052D",
268834  direction="l",
268835  linebreak="id",
268836  specials={ "char", 0x5351 },
268837  unicodeslot=0x2F82D,
268838 },
268839 [0x2F82E]={
268840  category="lo",
268841  cjkwd="w",
268842  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0052E",
268843  direction="l",
268844  linebreak="id",
268845  specials={ "char", 0x535A },
268846  unicodeslot=0x2F82E,
268847 },
268848 [0x2F82F]={
268849  category="lo",
268850  cjkwd="w",
268851  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0052F",
268852  direction="l",
268853  linebreak="id",
268854  specials={ "char", 0x5373 },
268855  unicodeslot=0x2F82F,
268856 },
268857 [0x2F830]={
268858  category="lo",
268859  cjkwd="w",
268860  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x033E",
268861  direction="l",
268862  linebreak="id",
268863  specials={ "char", 0x537D },
268864  unicodeslot=0x2F830,
268865 },
268866 [0x2F831]={
268867  category="lo",
268868  cjkwd="w",
268869  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x033F",
268870  direction="l",
268871  linebreak="id",
268872  specials={ "char", 0x537F },
268873  unicodeslot=0x2F831,
268874 },
268875 [0x2F832]={
268876  category="lo",
268877  cjkwd="w",
268878  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0340",
268879  direction="l",
268880  linebreak="id",
268881  specials={ "char", 0x537F },
268882  unicodeslot=0x2F832,
268883 },
268884 [0x2F833]={
268885  category="lo",
268886  cjkwd="w",
268887  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0341",
268888  direction="l",
268889  linebreak="id",
268890  specials={ "char", 0x537F },
268891  unicodeslot=0x2F833,
268892 },
268893 [0x2F834]={
268894  category="lo",
268895  cjkwd="w",
268896  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0342",
268897  direction="l",
268898  linebreak="id",
268899  specials={ "char", 0x20A2C },
268900  unicodeslot=0x2F834,
268901 },
268902 [0x2F835]={
268903  category="lo",
268904  cjkwd="w",
268905  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0343",
268906  direction="l",
268907  linebreak="id",
268908  specials={ "char", 0x7070 },
268909  unicodeslot=0x2F835,
268910 },
268911 [0x2F836]={
268912  category="lo",
268913  cjkwd="w",
268914  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0344",
268915  direction="l",
268916  linebreak="id",
268917  specials={ "char", 0x53CA },
268918  unicodeslot=0x2F836,
268919 },
268920 [0x2F837]={
268921  category="lo",
268922  cjkwd="w",
268923  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0345",
268924  direction="l",
268925  linebreak="id",
268926  specials={ "char", 0x53DF },
268927  unicodeslot=0x2F837,
268928 },
268929 [0x2F838]={
268930  category="lo",
268931  cjkwd="w",
268932  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0346",
268933  direction="l",
268934  linebreak="id",
268935  specials={ "char", 0x20B63 },
268936  unicodeslot=0x2F838,
268937 },
268938 [0x2F839]={
268939  category="lo",
268940  cjkwd="w",
268941  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0347",
268942  direction="l",
268943  linebreak="id",
268944  specials={ "char", 0x53EB },
268945  unicodeslot=0x2F839,
268946 },
268947 [0x2F83A]={
268948  category="lo",
268949  cjkwd="w",
268950  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0053A",
268951  direction="l",
268952  linebreak="id",
268953  specials={ "char", 0x53F1 },
268954  unicodeslot=0x2F83A,
268955 },
268956 [0x2F83B]={
268957  category="lo",
268958  cjkwd="w",
268959  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0053B",
268960  direction="l",
268961  linebreak="id",
268962  specials={ "char", 0x5406 },
268963  unicodeslot=0x2F83B,
268964 },
268965 [0x2F83C]={
268966  category="lo",
268967  cjkwd="w",
268968  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0053C",
268969  direction="l",
268970  linebreak="id",
268971  specials={ "char", 0x549E },
268972  unicodeslot=0x2F83C,
268973 },
268974 [0x2F83D]={
268975  category="lo",
268976  cjkwd="w",
268977  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0053D",
268978  direction="l",
268979  linebreak="id",
268980  specials={ "char", 0x5438 },
268981  unicodeslot=0x2F83D,
268982 },
268983 [0x2F83E]={
268984  category="lo",
268985  cjkwd="w",
268986  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0053E",
268987  direction="l",
268988  linebreak="id",
268989  specials={ "char", 0x5448 },
268990  unicodeslot=0x2F83E,
268991 },
268992 [0x2F83F]={
268993  category="lo",
268994  cjkwd="w",
268995  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0053F",
268996  direction="l",
268997  linebreak="id",
268998  specials={ "char", 0x5468 },
268999  unicodeslot=0x2F83F,
269000 },
269001 [0x2F840]={
269002  category="lo",
269003  cjkwd="w",
269004  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0348",
269005  direction="l",
269006  linebreak="id",
269007  specials={ "char", 0x54A2 },
269008  unicodeslot=0x2F840,
269009 },
269010 [0x2F841]={
269011  category="lo",
269012  cjkwd="w",
269013  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0349",
269014  direction="l",
269015  linebreak="id",
269016  specials={ "char", 0x54F6 },
269017  unicodeslot=0x2F841,
269018 },
269019 [0x2F842]={
269020  category="lo",
269021  cjkwd="w",
269022  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x034A",
269023  direction="l",
269024  linebreak="id",
269025  specials={ "char", 0x5510 },
269026  unicodeslot=0x2F842,
269027 },
269028 [0x2F843]={
269029  category="lo",
269030  cjkwd="w",
269031  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x034B",
269032  direction="l",
269033  linebreak="id",
269034  specials={ "char", 0x5553 },
269035  unicodeslot=0x2F843,
269036 },
269037 [0x2F844]={
269038  category="lo",
269039  cjkwd="w",
269040  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x034C",
269041  direction="l",
269042  linebreak="id",
269043  specials={ "char", 0x5563 },
269044  unicodeslot=0x2F844,
269045 },
269046 [0x2F845]={
269047  category="lo",
269048  cjkwd="w",
269049  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x034D",
269050  direction="l",
269051  linebreak="id",
269052  specials={ "char", 0x5584 },
269053  unicodeslot=0x2F845,
269054 },
269055 [0x2F846]={
269056  category="lo",
269057  cjkwd="w",
269058  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x034E",
269059  direction="l",
269060  linebreak="id",
269061  specials={ "char", 0x5584 },
269062  unicodeslot=0x2F846,
269063 },
269064 [0x2F847]={
269065  category="lo",
269066  cjkwd="w",
269067  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x034F",
269068  direction="l",
269069  linebreak="id",
269070  specials={ "char", 0x5599 },
269071  unicodeslot=0x2F847,
269072 },
269073 [0x2F848]={
269074  category="lo",
269075  cjkwd="w",
269076  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0350",
269077  direction="l",
269078  linebreak="id",
269079  specials={ "char", 0x55AB },
269080  unicodeslot=0x2F848,
269081 },
269082 [0x2F849]={
269083  category="lo",
269084  cjkwd="w",
269085  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0351",
269086  direction="l",
269087  linebreak="id",
269088  specials={ "char", 0x55B3 },
269089  unicodeslot=0x2F849,
269090 },
269091 [0x2F84A]={
269092  category="lo",
269093  cjkwd="w",
269094  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0054A",
269095  direction="l",
269096  linebreak="id",
269097  specials={ "char", 0x55C2 },
269098  unicodeslot=0x2F84A,
269099 },
269100 [0x2F84B]={
269101  category="lo",
269102  cjkwd="w",
269103  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0054B",
269104  direction="l",
269105  linebreak="id",
269106  specials={ "char", 0x5716 },
269107  unicodeslot=0x2F84B,
269108 },
269109 [0x2F84C]={
269110  category="lo",
269111  cjkwd="w",
269112  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0054C",
269113  direction="l",
269114  linebreak="id",
269115  specials={ "char", 0x5606 },
269116  unicodeslot=0x2F84C,
269117 },
269118 [0x2F84D]={
269119  category="lo",
269120  cjkwd="w",
269121  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0054D",
269122  direction="l",
269123  linebreak="id",
269124  specials={ "char", 0x5717 },
269125  unicodeslot=0x2F84D,
269126 },
269127 [0x2F84E]={
269128  category="lo",
269129  cjkwd="w",
269130  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0054E",
269131  direction="l",
269132  linebreak="id",
269133  specials={ "char", 0x5651 },
269134  unicodeslot=0x2F84E,
269135 },
269136 [0x2F84F]={
269137  category="lo",
269138  cjkwd="w",
269139  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0054F",
269140  direction="l",
269141  linebreak="id",
269142  specials={ "char", 0x5674 },
269143  unicodeslot=0x2F84F,
269144 },
269145 [0x2F850]={
269146  category="lo",
269147  cjkwd="w",
269148  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0352",
269149  direction="l",
269150  linebreak="id",
269151  specials={ "char", 0x5207 },
269152  unicodeslot=0x2F850,
269153 },
269154 [0x2F851]={
269155  category="lo",
269156  cjkwd="w",
269157  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0353",
269158  direction="l",
269159  linebreak="id",
269160  specials={ "char", 0x58EE },
269161  unicodeslot=0x2F851,
269162 },
269163 [0x2F852]={
269164  category="lo",
269165  cjkwd="w",
269166  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0354",
269167  direction="l",
269168  linebreak="id",
269169  specials={ "char", 0x57CE },
269170  unicodeslot=0x2F852,
269171 },
269172 [0x2F853]={
269173  category="lo",
269174  cjkwd="w",
269175  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0355",
269176  direction="l",
269177  linebreak="id",
269178  specials={ "char", 0x57F4 },
269179  unicodeslot=0x2F853,
269180 },
269181 [0x2F854]={
269182  category="lo",
269183  cjkwd="w",
269184  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0356",
269185  direction="l",
269186  linebreak="id",
269187  specials={ "char", 0x580D },
269188  unicodeslot=0x2F854,
269189 },
269190 [0x2F855]={
269191  category="lo",
269192  cjkwd="w",
269193  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0357",
269194  direction="l",
269195  linebreak="id",
269196  specials={ "char", 0x578B },
269197  unicodeslot=0x2F855,
269198 },
269199 [0x2F856]={
269200  category="lo",
269201  cjkwd="w",
269202  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0358",
269203  direction="l",
269204  linebreak="id",
269205  specials={ "char", 0x5832 },
269206  unicodeslot=0x2F856,
269207 },
269208 [0x2F857]={
269209  category="lo",
269210  cjkwd="w",
269211  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0359",
269212  direction="l",
269213  linebreak="id",
269214  specials={ "char", 0x5831 },
269215  unicodeslot=0x2F857,
269216 },
269217 [0x2F858]={
269218  category="lo",
269219  cjkwd="w",
269220  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x035A",
269221  direction="l",
269222  linebreak="id",
269223  specials={ "char", 0x58AC },
269224  unicodeslot=0x2F858,
269225 },
269226 [0x2F859]={
269227  category="lo",
269228  cjkwd="w",
269229  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x035B",
269230  direction="l",
269231  linebreak="id",
269232  specials={ "char", 0x214E4 },
269233  unicodeslot=0x2F859,
269234 },
269235 [0x2F85A]={
269236  category="lo",
269237  cjkwd="w",
269238  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0055A",
269239  direction="l",
269240  linebreak="id",
269241  specials={ "char", 0x58F2 },
269242  unicodeslot=0x2F85A,
269243 },
269244 [0x2F85B]={
269245  category="lo",
269246  cjkwd="w",
269247  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0055B",
269248  direction="l",
269249  linebreak="id",
269250  specials={ "char", 0x58F7 },
269251  unicodeslot=0x2F85B,
269252 },
269253 [0x2F85C]={
269254  category="lo",
269255  cjkwd="w",
269256  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0055C",
269257  direction="l",
269258  linebreak="id",
269259  specials={ "char", 0x5906 },
269260  unicodeslot=0x2F85C,
269261 },
269262 [0x2F85D]={
269263  category="lo",
269264  cjkwd="w",
269265  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0055D",
269266  direction="l",
269267  linebreak="id",
269268  specials={ "char", 0x591A },
269269  unicodeslot=0x2F85D,
269270 },
269271 [0x2F85E]={
269272  category="lo",
269273  cjkwd="w",
269274  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0055E",
269275  direction="l",
269276  linebreak="id",
269277  specials={ "char", 0x5922 },
269278  unicodeslot=0x2F85E,
269279 },
269280 [0x2F85F]={
269281  category="lo",
269282  cjkwd="w",
269283  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0055F",
269284  direction="l",
269285  linebreak="id",
269286  specials={ "char", 0x5962 },
269287  unicodeslot=0x2F85F,
269288 },
269289 [0x2F860]={
269290  category="lo",
269291  cjkwd="w",
269292  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x035C",
269293  direction="l",
269294  linebreak="id",
269295  specials={ "char", 0x216A8 },
269296  unicodeslot=0x2F860,
269297 },
269298 [0x2F861]={
269299  category="lo",
269300  cjkwd="w",
269301  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x035D",
269302  direction="l",
269303  linebreak="id",
269304  specials={ "char", 0x216EA },
269305  unicodeslot=0x2F861,
269306 },
269307 [0x2F862]={
269308  category="lo",
269309  cjkwd="w",
269310  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x035E",
269311  direction="l",
269312  linebreak="id",
269313  specials={ "char", 0x59EC },
269314  unicodeslot=0x2F862,
269315 },
269316 [0x2F863]={
269317  category="lo",
269318  cjkwd="w",
269319  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x035F",
269320  direction="l",
269321  linebreak="id",
269322  specials={ "char", 0x5A1B },
269323  unicodeslot=0x2F863,
269324 },
269325 [0x2F864]={
269326  category="lo",
269327  cjkwd="w",
269328  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0360",
269329  direction="l",
269330  linebreak="id",
269331  specials={ "char", 0x5A27 },
269332  unicodeslot=0x2F864,
269333 },
269334 [0x2F865]={
269335  category="lo",
269336  cjkwd="w",
269337  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0361",
269338  direction="l",
269339  linebreak="id",
269340  specials={ "char", 0x59D8 },
269341  unicodeslot=0x2F865,
269342 },
269343 [0x2F866]={
269344  category="lo",
269345  cjkwd="w",
269346  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0362",
269347  direction="l",
269348  linebreak="id",
269349  specials={ "char", 0x5A66 },
269350  unicodeslot=0x2F866,
269351 },
269352 [0x2F867]={
269353  category="lo",
269354  cjkwd="w",
269355  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0363",
269356  direction="l",
269357  linebreak="id",
269358  specials={ "char", 0x36EE },
269359  unicodeslot=0x2F867,
269360 },
269361 [0x2F868]={
269362  category="lo",
269363  cjkwd="w",
269364  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0364",
269365  direction="l",
269366  linebreak="id",
269367  specials={ "char", 0x36FC },
269368  unicodeslot=0x2F868,
269369 },
269370 [0x2F869]={
269371  category="lo",
269372  cjkwd="w",
269373  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0365",
269374  direction="l",
269375  linebreak="id",
269376  specials={ "char", 0x5B08 },
269377  unicodeslot=0x2F869,
269378 },
269379 [0x2F86A]={
269380  category="lo",
269381  cjkwd="w",
269382  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0056A",
269383  direction="l",
269384  linebreak="id",
269385  specials={ "char", 0x5B3E },
269386  unicodeslot=0x2F86A,
269387 },
269388 [0x2F86B]={
269389  category="lo",
269390  cjkwd="w",
269391  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0056B",
269392  direction="l",
269393  linebreak="id",
269394  specials={ "char", 0x5B3E },
269395  unicodeslot=0x2F86B,
269396 },
269397 [0x2F86C]={
269398  category="lo",
269399  cjkwd="w",
269400  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0056C",
269401  direction="l",
269402  linebreak="id",
269403  specials={ "char", 0x219C8 },
269404  unicodeslot=0x2F86C,
269405 },
269406 [0x2F86D]={
269407  category="lo",
269408  cjkwd="w",
269409  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0056D",
269410  direction="l",
269411  linebreak="id",
269412  specials={ "char", 0x5BC3 },
269413  unicodeslot=0x2F86D,
269414 },
269415 [0x2F86E]={
269416  category="lo",
269417  cjkwd="w",
269418  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0056E",
269419  direction="l",
269420  linebreak="id",
269421  specials={ "char", 0x5BD8 },
269422  unicodeslot=0x2F86E,
269423 },
269424 [0x2F86F]={
269425  category="lo",
269426  cjkwd="w",
269427  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0056F",
269428  direction="l",
269429  linebreak="id",
269430  specials={ "char", 0x5BE7 },
269431  unicodeslot=0x2F86F,
269432 },
269433 [0x2F870]={
269434  category="lo",
269435  cjkwd="w",
269436  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0366",
269437  direction="l",
269438  linebreak="id",
269439  specials={ "char", 0x5BF3 },
269440  unicodeslot=0x2F870,
269441 },
269442 [0x2F871]={
269443  category="lo",
269444  cjkwd="w",
269445  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0367",
269446  direction="l",
269447  linebreak="id",
269448  specials={ "char", 0x21B18 },
269449  unicodeslot=0x2F871,
269450 },
269451 [0x2F872]={
269452  category="lo",
269453  cjkwd="w",
269454  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0368",
269455  direction="l",
269456  linebreak="id",
269457  specials={ "char", 0x5BFF },
269458  unicodeslot=0x2F872,
269459 },
269460 [0x2F873]={
269461  category="lo",
269462  cjkwd="w",
269463  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0369",
269464  direction="l",
269465  linebreak="id",
269466  specials={ "char", 0x5C06 },
269467  unicodeslot=0x2F873,
269468 },
269469 [0x2F874]={
269470  category="lo",
269471  cjkwd="w",
269472  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x036A",
269473  direction="l",
269474  linebreak="id",
269475  specials={ "char", 0x5F53 },
269476  unicodeslot=0x2F874,
269477 },
269478 [0x2F875]={
269479  category="lo",
269480  cjkwd="w",
269481  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x036B",
269482  direction="l",
269483  linebreak="id",
269484  specials={ "char", 0x5C22 },
269485  unicodeslot=0x2F875,
269486 },
269487 [0x2F876]={
269488  category="lo",
269489  cjkwd="w",
269490  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x036C",
269491  direction="l",
269492  linebreak="id",
269493  specials={ "char", 0x3781 },
269494  unicodeslot=0x2F876,
269495 },
269496 [0x2F877]={
269497  category="lo",
269498  cjkwd="w",
269499  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x036D",
269500  direction="l",
269501  linebreak="id",
269502  specials={ "char", 0x5C60 },
269503  unicodeslot=0x2F877,
269504 },
269505 [0x2F878]={
269506  category="lo",
269507  cjkwd="w",
269508  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x036E",
269509  direction="l",
269510  linebreak="id",
269511  specials={ "char", 0x5C6E },
269512  unicodeslot=0x2F878,
269513 },
269514 [0x2F879]={
269515  category="lo",
269516  cjkwd="w",
269517  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x036F",
269518  direction="l",
269519  linebreak="id",
269520  specials={ "char", 0x5CC0 },
269521  unicodeslot=0x2F879,
269522 },
269523 [0x2F87A]={
269524  category="lo",
269525  cjkwd="w",
269526  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0057A",
269527  direction="l",
269528  linebreak="id",
269529  specials={ "char", 0x5C8D },
269530  unicodeslot=0x2F87A,
269531 },
269532 [0x2F87B]={
269533  category="lo",
269534  cjkwd="w",
269535  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0057B",
269536  direction="l",
269537  linebreak="id",
269538  specials={ "char", 0x21DE4 },
269539  unicodeslot=0x2F87B,
269540 },
269541 [0x2F87C]={
269542  category="lo",
269543  cjkwd="w",
269544  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0057C",
269545  direction="l",
269546  linebreak="id",
269547  specials={ "char", 0x5D43 },
269548  unicodeslot=0x2F87C,
269549 },
269550 [0x2F87D]={
269551  category="lo",
269552  cjkwd="w",
269553  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0057D",
269554  direction="l",
269555  linebreak="id",
269556  specials={ "char", 0x21DE6 },
269557  unicodeslot=0x2F87D,
269558 },
269559 [0x2F87E]={
269560  category="lo",
269561  cjkwd="w",
269562  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0057E",
269563  direction="l",
269564  linebreak="id",
269565  specials={ "char", 0x5D6E },
269566  unicodeslot=0x2F87E,
269567 },
269568 [0x2F87F]={
269569  category="lo",
269570  cjkwd="w",
269571  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0057F",
269572  direction="l",
269573  linebreak="id",
269574  specials={ "char", 0x5D6B },
269575  unicodeslot=0x2F87F,
269576 },
269577 [0x2F880]={
269578  category="lo",
269579  cjkwd="w",
269580  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0370",
269581  direction="l",
269582  linebreak="id",
269583  specials={ "char", 0x5D7C },
269584  unicodeslot=0x2F880,
269585 },
269586 [0x2F881]={
269587  category="lo",
269588  cjkwd="w",
269589  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0371",
269590  direction="l",
269591  linebreak="id",
269592  specials={ "char", 0x5DE1 },
269593  unicodeslot=0x2F881,
269594 },
269595 [0x2F882]={
269596  category="lo",
269597  cjkwd="w",
269598  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0372",
269599  direction="l",
269600  linebreak="id",
269601  specials={ "char", 0x5DE2 },
269602  unicodeslot=0x2F882,
269603 },
269604 [0x2F883]={
269605  category="lo",
269606  cjkwd="w",
269607  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0373",
269608  direction="l",
269609  linebreak="id",
269610  specials={ "char", 0x382F },
269611  unicodeslot=0x2F883,
269612 },
269613 [0x2F884]={
269614  category="lo",
269615  cjkwd="w",
269616  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0374",
269617  direction="l",
269618  linebreak="id",
269619  specials={ "char", 0x5DFD },
269620  unicodeslot=0x2F884,
269621 },
269622 [0x2F885]={
269623  category="lo",
269624  cjkwd="w",
269625  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0375",
269626  direction="l",
269627  linebreak="id",
269628  specials={ "char", 0x5E28 },
269629  unicodeslot=0x2F885,
269630 },
269631 [0x2F886]={
269632  category="lo",
269633  cjkwd="w",
269634  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0376",
269635  direction="l",
269636  linebreak="id",
269637  specials={ "char", 0x5E3D },
269638  unicodeslot=0x2F886,
269639 },
269640 [0x2F887]={
269641  category="lo",
269642  cjkwd="w",
269643  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0377",
269644  direction="l",
269645  linebreak="id",
269646  specials={ "char", 0x5E69 },
269647  unicodeslot=0x2F887,
269648 },
269649 [0x2F888]={
269650  category="lo",
269651  cjkwd="w",
269652  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0378",
269653  direction="l",
269654  linebreak="id",
269655  specials={ "char", 0x3862 },
269656  unicodeslot=0x2F888,
269657 },
269658 [0x2F889]={
269659  category="lo",
269660  cjkwd="w",
269661  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0379",
269662  direction="l",
269663  linebreak="id",
269664  specials={ "char", 0x22183 },
269665  unicodeslot=0x2F889,
269666 },
269667 [0x2F88A]={
269668  category="lo",
269669  cjkwd="w",
269670  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0058A",
269671  direction="l",
269672  linebreak="id",
269673  specials={ "char", 0x387C },
269674  unicodeslot=0x2F88A,
269675 },
269676 [0x2F88B]={
269677  category="lo",
269678  cjkwd="w",
269679  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0058B",
269680  direction="l",
269681  linebreak="id",
269682  specials={ "char", 0x5EB0 },
269683  unicodeslot=0x2F88B,
269684 },
269685 [0x2F88C]={
269686  category="lo",
269687  cjkwd="w",
269688  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0058C",
269689  direction="l",
269690  linebreak="id",
269691  specials={ "char", 0x5EB3 },
269692  unicodeslot=0x2F88C,
269693 },
269694 [0x2F88D]={
269695  category="lo",
269696  cjkwd="w",
269697  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0058D",
269698  direction="l",
269699  linebreak="id",
269700  specials={ "char", 0x5EB6 },
269701  unicodeslot=0x2F88D,
269702 },
269703 [0x2F88E]={
269704  category="lo",
269705  cjkwd="w",
269706  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0058E",
269707  direction="l",
269708  linebreak="id",
269709  specials={ "char", 0x5ECA },
269710  unicodeslot=0x2F88E,
269711 },
269712 [0x2F88F]={
269713  category="lo",
269714  cjkwd="w",
269715  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0058F",
269716  direction="l",
269717  linebreak="id",
269718  specials={ "char", 0x2A392 },
269719  unicodeslot=0x2F88F,
269720 },
269721 [0x2F890]={
269722  category="lo",
269723  cjkwd="w",
269724  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x037A",
269725  direction="l",
269726  linebreak="id",
269727  specials={ "char", 0x5EFE },
269728  unicodeslot=0x2F890,
269729 },
269730 [0x2F891]={
269731  category="lo",
269732  cjkwd="w",
269733  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x037B",
269734  direction="l",
269735  linebreak="id",
269736  specials={ "char", 0x22331 },
269737  unicodeslot=0x2F891,
269738 },
269739 [0x2F892]={
269740  category="lo",
269741  cjkwd="w",
269742  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x037C",
269743  direction="l",
269744  linebreak="id",
269745  specials={ "char", 0x22331 },
269746  unicodeslot=0x2F892,
269747 },
269748 [0x2F893]={
269749  category="lo",
269750  cjkwd="w",
269751  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x037D",
269752  direction="l",
269753  linebreak="id",
269754  specials={ "char", 0x8201 },
269755  unicodeslot=0x2F893,
269756 },
269757 [0x2F894]={
269758  category="lo",
269759  cjkwd="w",
269760  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x037E",
269761  direction="l",
269762  linebreak="id",
269763  specials={ "char", 0x5F22 },
269764  unicodeslot=0x2F894,
269765 },
269766 [0x2F895]={
269767  category="lo",
269768  cjkwd="w",
269769  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x037F",
269770  direction="l",
269771  linebreak="id",
269772  specials={ "char", 0x5F22 },
269773  unicodeslot=0x2F895,
269774 },
269775 [0x2F896]={
269776  category="lo",
269777  cjkwd="w",
269778  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0380",
269779  direction="l",
269780  linebreak="id",
269781  specials={ "char", 0x38C7 },
269782  unicodeslot=0x2F896,
269783 },
269784 [0x2F897]={
269785  category="lo",
269786  cjkwd="w",
269787  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0381",
269788  direction="l",
269789  linebreak="id",
269790  specials={ "char", 0x232B8 },
269791  unicodeslot=0x2F897,
269792 },
269793 [0x2F898]={
269794  category="lo",
269795  cjkwd="w",
269796  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0382",
269797  direction="l",
269798  linebreak="id",
269799  specials={ "char", 0x261DA },
269800  unicodeslot=0x2F898,
269801 },
269802 [0x2F899]={
269803  category="lo",
269804  cjkwd="w",
269805  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0383",
269806  direction="l",
269807  linebreak="id",
269808  specials={ "char", 0x5F62 },
269809  unicodeslot=0x2F899,
269810 },
269811 [0x2F89A]={
269812  category="lo",
269813  cjkwd="w",
269814  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0059A",
269815  direction="l",
269816  linebreak="id",
269817  specials={ "char", 0x5F6B },
269818  unicodeslot=0x2F89A,
269819 },
269820 [0x2F89B]={
269821  category="lo",
269822  cjkwd="w",
269823  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0059B",
269824  direction="l",
269825  linebreak="id",
269826  specials={ "char", 0x38E3 },
269827  unicodeslot=0x2F89B,
269828 },
269829 [0x2F89C]={
269830  category="lo",
269831  cjkwd="w",
269832  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0059C",
269833  direction="l",
269834  linebreak="id",
269835  specials={ "char", 0x5F9A },
269836  unicodeslot=0x2F89C,
269837 },
269838 [0x2F89D]={
269839  category="lo",
269840  cjkwd="w",
269841  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0059D",
269842  direction="l",
269843  linebreak="id",
269844  specials={ "char", 0x5FCD },
269845  unicodeslot=0x2F89D,
269846 },
269847 [0x2F89E]={
269848  category="lo",
269849  cjkwd="w",
269850  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0059E",
269851  direction="l",
269852  linebreak="id",
269853  specials={ "char", 0x5FD7 },
269854  unicodeslot=0x2F89E,
269855 },
269856 [0x2F89F]={
269857  category="lo",
269858  cjkwd="w",
269859  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0059F",
269860  direction="l",
269861  linebreak="id",
269862  specials={ "char", 0x5FF9 },
269863  unicodeslot=0x2F89F,
269864 },
269865 [0x2F8A0]={
269866  category="lo",
269867  cjkwd="w",
269868  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008A0x0000",
269869  direction="l",
269870  linebreak="id",
269871  specials={ "char", 0x6081 },
269872  unicodeslot=0x2F8A0,
269873 },
269874 [0x2F8A1]={
269875  category="lo",
269876  cjkwd="w",
269877  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008A0x0001",
269878  direction="l",
269879  linebreak="id",
269880  specials={ "char", 0x393A },
269881  unicodeslot=0x2F8A1,
269882 },
269883 [0x2F8A2]={
269884  category="lo",
269885  cjkwd="w",
269886  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008A0x0002",
269887  direction="l",
269888  linebreak="id",
269889  specials={ "char", 0x391C },
269890  unicodeslot=0x2F8A2,
269891 },
269892 [0x2F8A3]={
269893  category="lo",
269894  cjkwd="w",
269895  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008A0x0003",
269896  direction="l",
269897  linebreak="id",
269898  specials={ "char", 0x6094 },
269899  unicodeslot=0x2F8A3,
269900 },
269901 [0x2F8A4]={
269902  category="lo",
269903  cjkwd="w",
269904  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008A0x0004",
269905  direction="l",
269906  linebreak="id",
269907  specials={ "char", 0x226D4 },
269908  unicodeslot=0x2F8A4,
269909 },
269910 [0x2F8A5]={
269911  category="lo",
269912  cjkwd="w",
269913  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008A0x0005",
269914  direction="l",
269915  linebreak="id",
269916  specials={ "char", 0x60C7 },
269917  unicodeslot=0x2F8A5,
269918 },
269919 [0x2F8A6]={
269920  category="lo",
269921  cjkwd="w",
269922  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008A0x0006",
269923  direction="l",
269924  linebreak="id",
269925  specials={ "char", 0x6148 },
269926  unicodeslot=0x2F8A6,
269927 },
269928 [0x2F8A7]={
269929  category="lo",
269930  cjkwd="w",
269931  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008A0x0007",
269932  direction="l",
269933  linebreak="id",
269934  specials={ "char", 0x614C },
269935  unicodeslot=0x2F8A7,
269936 },
269937 [0x2F8A8]={
269938  category="lo",
269939  cjkwd="w",
269940  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008A0x0008",
269941  direction="l",
269942  linebreak="id",
269943  specials={ "char", 0x614E },
269944  unicodeslot=0x2F8A8,
269945 },
269946 [0x2F8A9]={
269947  category="lo",
269948  cjkwd="w",
269949  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008A0x0009",
269950  direction="l",
269951  linebreak="id",
269952  specials={ "char", 0x614C },
269953  unicodeslot=0x2F8A9,
269954 },
269955 [0x2F8AA]={
269956  category="lo",
269957  cjkwd="w",
269958  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008AA",
269959  direction="l",
269960  linebreak="id",
269961  specials={ "char", 0x617A },
269962  unicodeslot=0x2F8AA,
269963 },
269964 [0x2F8AB]={
269965  category="lo",
269966  cjkwd="w",
269967  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008AB",
269968  direction="l",
269969  linebreak="id",
269970  specials={ "char", 0x618E },
269971  unicodeslot=0x2F8AB,
269972 },
269973 [0x2F8AC]={
269974  category="lo",
269975  cjkwd="w",
269976  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008AC",
269977  direction="l",
269978  linebreak="id",
269979  specials={ "char", 0x61B2 },
269980  unicodeslot=0x2F8AC,
269981 },
269982 [0x2F8AD]={
269983  category="lo",
269984  cjkwd="w",
269985  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008AD",
269986  direction="l",
269987  linebreak="id",
269988  specials={ "char", 0x61A4 },
269989  unicodeslot=0x2F8AD,
269990 },
269991 [0x2F8AE]={
269992  category="lo",
269993  cjkwd="w",
269994  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008AE",
269995  direction="l",
269996  linebreak="id",
269997  specials={ "char", 0x61AF },
269998  unicodeslot=0x2F8AE,
269999 },
270000 [0x2F8AF]={
270001  category="lo",
270002  cjkwd="w",
270003  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008AF",
270004  direction="l",
270005  linebreak="id",
270006  specials={ "char", 0x61DE },
270007  unicodeslot=0x2F8AF,
270008 },
270009 [0x2F8B0]={
270010  category="lo",
270011  cjkwd="w",
270012  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008B0x0000",
270013  direction="l",
270014  linebreak="id",
270015  specials={ "char", 0x61F2 },
270016  unicodeslot=0x2F8B0,
270017 },
270018 [0x2F8B1]={
270019  category="lo",
270020  cjkwd="w",
270021  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008B0x0001",
270022  direction="l",
270023  linebreak="id",
270024  specials={ "char", 0x61F6 },
270025  unicodeslot=0x2F8B1,
270026 },
270027 [0x2F8B2]={
270028  category="lo",
270029  cjkwd="w",
270030  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008B0x0002",
270031  direction="l",
270032  linebreak="id",
270033  specials={ "char", 0x6210 },
270034  unicodeslot=0x2F8B2,
270035 },
270036 [0x2F8B3]={
270037  category="lo",
270038  cjkwd="w",
270039  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008B0x0003",
270040  direction="l",
270041  linebreak="id",
270042  specials={ "char", 0x621B },
270043  unicodeslot=0x2F8B3,
270044 },
270045 [0x2F8B4]={
270046  category="lo",
270047  cjkwd="w",
270048  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008B0x0004",
270049  direction="l",
270050  linebreak="id",
270051  specials={ "char", 0x625D },
270052  unicodeslot=0x2F8B4,
270053 },
270054 [0x2F8B5]={
270055  category="lo",
270056  cjkwd="w",
270057  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008B0x0005",
270058  direction="l",
270059  linebreak="id",
270060  specials={ "char", 0x62B1 },
270061  unicodeslot=0x2F8B5,
270062 },
270063 [0x2F8B6]={
270064  category="lo",
270065  cjkwd="w",
270066  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008B0x0006",
270067  direction="l",
270068  linebreak="id",
270069  specials={ "char", 0x62D4 },
270070  unicodeslot=0x2F8B6,
270071 },
270072 [0x2F8B7]={
270073  category="lo",
270074  cjkwd="w",
270075  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008B0x0007",
270076  direction="l",
270077  linebreak="id",
270078  specials={ "char", 0x6350 },
270079  unicodeslot=0x2F8B7,
270080 },
270081 [0x2F8B8]={
270082  category="lo",
270083  cjkwd="w",
270084  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008B0x0008",
270085  direction="l",
270086  linebreak="id",
270087  specials={ "char", 0x22B0C },
270088  unicodeslot=0x2F8B8,
270089 },
270090 [0x2F8B9]={
270091  category="lo",
270092  cjkwd="w",
270093  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008B0x0009",
270094  direction="l",
270095  linebreak="id",
270096  specials={ "char", 0x633D },
270097  unicodeslot=0x2F8B9,
270098 },
270099 [0x2F8BA]={
270100  category="lo",
270101  cjkwd="w",
270102  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008BA",
270103  direction="l",
270104  linebreak="id",
270105  specials={ "char", 0x62FC },
270106  unicodeslot=0x2F8BA,
270107 },
270108 [0x2F8BB]={
270109  category="lo",
270110  cjkwd="w",
270111  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008BB",
270112  direction="l",
270113  linebreak="id",
270114  specials={ "char", 0x6368 },
270115  unicodeslot=0x2F8BB,
270116 },
270117 [0x2F8BC]={
270118  category="lo",
270119  cjkwd="w",
270120  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008BC",
270121  direction="l",
270122  linebreak="id",
270123  specials={ "char", 0x6383 },
270124  unicodeslot=0x2F8BC,
270125 },
270126 [0x2F8BD]={
270127  category="lo",
270128  cjkwd="w",
270129  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008BD",
270130  direction="l",
270131  linebreak="id",
270132  specials={ "char", 0x63E4 },
270133  unicodeslot=0x2F8BD,
270134 },
270135 [0x2F8BE]={
270136  category="lo",
270137  cjkwd="w",
270138  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008BE",
270139  direction="l",
270140  linebreak="id",
270141  specials={ "char", 0x22BF1 },
270142  unicodeslot=0x2F8BE,
270143 },
270144 [0x2F8BF]={
270145  category="lo",
270146  cjkwd="w",
270147  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008BF",
270148  direction="l",
270149  linebreak="id",
270150  specials={ "char", 0x6422 },
270151  unicodeslot=0x2F8BF,
270152 },
270153 [0x2F8C0]={
270154  category="lo",
270155  cjkwd="w",
270156  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008C0x0000",
270157  direction="l",
270158  linebreak="id",
270159  specials={ "char", 0x63C5 },
270160  unicodeslot=0x2F8C0,
270161 },
270162 [0x2F8C1]={
270163  category="lo",
270164  cjkwd="w",
270165  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008C0x0001",
270166  direction="l",
270167  linebreak="id",
270168  specials={ "char", 0x63A9 },
270169  unicodeslot=0x2F8C1,
270170 },
270171 [0x2F8C2]={
270172  category="lo",
270173  cjkwd="w",
270174  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008C0x0002",
270175  direction="l",
270176  linebreak="id",
270177  specials={ "char", 0x3A2E },
270178  unicodeslot=0x2F8C2,
270179 },
270180 [0x2F8C3]={
270181  category="lo",
270182  cjkwd="w",
270183  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008C0x0003",
270184  direction="l",
270185  linebreak="id",
270186  specials={ "char", 0x6469 },
270187  unicodeslot=0x2F8C3,
270188 },
270189 [0x2F8C4]={
270190  category="lo",
270191  cjkwd="w",
270192  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008C0x0004",
270193  direction="l",
270194  linebreak="id",
270195  specials={ "char", 0x647E },
270196  unicodeslot=0x2F8C4,
270197 },
270198 [0x2F8C5]={
270199  category="lo",
270200  cjkwd="w",
270201  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008C0x0005",
270202  direction="l",
270203  linebreak="id",
270204  specials={ "char", 0x649D },
270205  unicodeslot=0x2F8C5,
270206 },
270207 [0x2F8C6]={
270208  category="lo",
270209  cjkwd="w",
270210  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008C0x0006",
270211  direction="l",
270212  linebreak="id",
270213  specials={ "char", 0x6477 },
270214  unicodeslot=0x2F8C6,
270215 },
270216 [0x2F8C7]={
270217  category="lo",
270218  cjkwd="w",
270219  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008C0x0007",
270220  direction="l",
270221  linebreak="id",
270222  specials={ "char", 0x3A6C },
270223  unicodeslot=0x2F8C7,
270224 },
270225 [0x2F8C8]={
270226  category="lo",
270227  cjkwd="w",
270228  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008C0x0008",
270229  direction="l",
270230  linebreak="id",
270231  specials={ "char", 0x654F },
270232  unicodeslot=0x2F8C8,
270233 },
270234 [0x2F8C9]={
270235  category="lo",
270236  cjkwd="w",
270237  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008C0x0009",
270238  direction="l",
270239  linebreak="id",
270240  specials={ "char", 0x656C },
270241  unicodeslot=0x2F8C9,
270242 },
270243 [0x2F8CA]={
270244  category="lo",
270245  cjkwd="w",
270246  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008CA",
270247  direction="l",
270248  linebreak="id",
270249  specials={ "char", 0x2300A },
270250  unicodeslot=0x2F8CA,
270251 },
270252 [0x2F8CB]={
270253  category="lo",
270254  cjkwd="w",
270255  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008CB",
270256  direction="l",
270257  linebreak="id",
270258  specials={ "char", 0x65E3 },
270259  unicodeslot=0x2F8CB,
270260 },
270261 [0x2F8CC]={
270262  category="lo",
270263  cjkwd="w",
270264  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008CC",
270265  direction="l",
270266  linebreak="id",
270267  specials={ "char", 0x66F8 },
270268  unicodeslot=0x2F8CC,
270269 },
270270 [0x2F8CD]={
270271  category="lo",
270272  cjkwd="w",
270273  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008CD",
270274  direction="l",
270275  linebreak="id",
270276  specials={ "char", 0x6649 },
270277  unicodeslot=0x2F8CD,
270278 },
270279 [0x2F8CE]={
270280  category="lo",
270281  cjkwd="w",
270282  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008CE",
270283  direction="l",
270284  linebreak="id",
270285  specials={ "char", 0x3B19 },
270286  unicodeslot=0x2F8CE,
270287 },
270288 [0x2F8CF]={
270289  category="lo",
270290  cjkwd="w",
270291  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008CF",
270292  direction="l",
270293  linebreak="id",
270294  specials={ "char", 0x6691 },
270295  unicodeslot=0x2F8CF,
270296 },
270297 [0x2F8D0]={
270298  category="lo",
270299  cjkwd="w",
270300  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008D0x0000",
270301  direction="l",
270302  linebreak="id",
270303  specials={ "char", 0x3B08 },
270304  unicodeslot=0x2F8D0,
270305 },
270306 [0x2F8D1]={
270307  category="lo",
270308  cjkwd="w",
270309  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008D0x0001",
270310  direction="l",
270311  linebreak="id",
270312  specials={ "char", 0x3AE4 },
270313  unicodeslot=0x2F8D1,
270314 },
270315 [0x2F8D2]={
270316  category="lo",
270317  cjkwd="w",
270318  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008D0x0002",
270319  direction="l",
270320  linebreak="id",
270321  specials={ "char", 0x5192 },
270322  unicodeslot=0x2F8D2,
270323 },
270324 [0x2F8D3]={
270325  category="lo",
270326  cjkwd="w",
270327  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008D0x0003",
270328  direction="l",
270329  linebreak="id",
270330  specials={ "char", 0x5195 },
270331  unicodeslot=0x2F8D3,
270332 },
270333 [0x2F8D4]={
270334  category="lo",
270335  cjkwd="w",
270336  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008D0x0004",
270337  direction="l",
270338  linebreak="id",
270339  specials={ "char", 0x6700 },
270340  unicodeslot=0x2F8D4,
270341 },
270342 [0x2F8D5]={
270343  category="lo",
270344  cjkwd="w",
270345  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008D0x0005",
270346  direction="l",
270347  linebreak="id",
270348  specials={ "char", 0x669C },
270349  unicodeslot=0x2F8D5,
270350 },
270351 [0x2F8D6]={
270352  category="lo",
270353  cjkwd="w",
270354  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008D0x0006",
270355  direction="l",
270356  linebreak="id",
270357  specials={ "char", 0x80AD },
270358  unicodeslot=0x2F8D6,
270359 },
270360 [0x2F8D7]={
270361  category="lo",
270362  cjkwd="w",
270363  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008D0x0007",
270364  direction="l",
270365  linebreak="id",
270366  specials={ "char", 0x43D9 },
270367  unicodeslot=0x2F8D7,
270368 },
270369 [0x2F8D8]={
270370  category="lo",
270371  cjkwd="w",
270372  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008D0x0008",
270373  direction="l",
270374  linebreak="id",
270375  specials={ "char", 0x6717 },
270376  unicodeslot=0x2F8D8,
270377 },
270378 [0x2F8D9]={
270379  category="lo",
270380  cjkwd="w",
270381  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008D0x0009",
270382  direction="l",
270383  linebreak="id",
270384  specials={ "char", 0x671B },
270385  unicodeslot=0x2F8D9,
270386 },
270387 [0x2F8DA]={
270388  category="lo",
270389  cjkwd="w",
270390  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008DA",
270391  direction="l",
270392  linebreak="id",
270393  specials={ "char", 0x6721 },
270394  unicodeslot=0x2F8DA,
270395 },
270396 [0x2F8DB]={
270397  category="lo",
270398  cjkwd="w",
270399  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008DB",
270400  direction="l",
270401  linebreak="id",
270402  specials={ "char", 0x675E },
270403  unicodeslot=0x2F8DB,
270404 },
270405 [0x2F8DC]={
270406  category="lo",
270407  cjkwd="w",
270408  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008DC",
270409  direction="l",
270410  linebreak="id",
270411  specials={ "char", 0x6753 },
270412  unicodeslot=0x2F8DC,
270413 },
270414 [0x2F8DD]={
270415  category="lo",
270416  cjkwd="w",
270417  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008DD",
270418  direction="l",
270419  linebreak="id",
270420  specials={ "char", 0x233C3 },
270421  unicodeslot=0x2F8DD,
270422 },
270423 [0x2F8DE]={
270424  category="lo",
270425  cjkwd="w",
270426  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008DE",
270427  direction="l",
270428  linebreak="id",
270429  specials={ "char", 0x3B49 },
270430  unicodeslot=0x2F8DE,
270431 },
270432 [0x2F8DF]={
270433  category="lo",
270434  cjkwd="w",
270435  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008DF",
270436  direction="l",
270437  linebreak="id",
270438  specials={ "char", 0x67FA },
270439  unicodeslot=0x2F8DF,
270440 },
270441 [0x2F8E0]={
270442  category="lo",
270443  cjkwd="w",
270444  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008E0x0000",
270445  direction="l",
270446  linebreak="id",
270447  specials={ "char", 0x6785 },
270448  unicodeslot=0x2F8E0,
270449 },
270450 [0x2F8E1]={
270451  category="lo",
270452  cjkwd="w",
270453  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008E0x0001",
270454  direction="l",
270455  linebreak="id",
270456  specials={ "char", 0x6852 },
270457  unicodeslot=0x2F8E1,
270458 },
270459 [0x2F8E2]={
270460  category="lo",
270461  cjkwd="w",
270462  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008E0x0002",
270463  direction="l",
270464  linebreak="id",
270465  specials={ "char", 0x6885 },
270466  unicodeslot=0x2F8E2,
270467 },
270468 [0x2F8E3]={
270469  category="lo",
270470  cjkwd="w",
270471  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008E0x0003",
270472  direction="l",
270473  linebreak="id",
270474  specials={ "char", 0x2346D },
270475  unicodeslot=0x2F8E3,
270476 },
270477 [0x2F8E4]={
270478  category="lo",
270479  cjkwd="w",
270480  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008E0x0004",
270481  direction="l",
270482  linebreak="id",
270483  specials={ "char", 0x688E },
270484  unicodeslot=0x2F8E4,
270485 },
270486 [0x2F8E5]={
270487  category="lo",
270488  cjkwd="w",
270489  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008E0x0005",
270490  direction="l",
270491  linebreak="id",
270492  specials={ "char", 0x681F },
270493  unicodeslot=0x2F8E5,
270494 },
270495 [0x2F8E6]={
270496  category="lo",
270497  cjkwd="w",
270498  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008E0x0006",
270499  direction="l",
270500  linebreak="id",
270501  specials={ "char", 0x6914 },
270502  unicodeslot=0x2F8E6,
270503 },
270504 [0x2F8E7]={
270505  category="lo",
270506  cjkwd="w",
270507  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008E0x0007",
270508  direction="l",
270509  linebreak="id",
270510  specials={ "char", 0x3B9D },
270511  unicodeslot=0x2F8E7,
270512 },
270513 [0x2F8E8]={
270514  category="lo",
270515  cjkwd="w",
270516  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008E0x0008",
270517  direction="l",
270518  linebreak="id",
270519  specials={ "char", 0x6942 },
270520  unicodeslot=0x2F8E8,
270521 },
270522 [0x2F8E9]={
270523  category="lo",
270524  cjkwd="w",
270525  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008E0x0009",
270526  direction="l",
270527  linebreak="id",
270528  specials={ "char", 0x69A3 },
270529  unicodeslot=0x2F8E9,
270530 },
270531 [0x2F8EA]={
270532  category="lo",
270533  cjkwd="w",
270534  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008EA",
270535  direction="l",
270536  linebreak="id",
270537  specials={ "char", 0x69EA },
270538  unicodeslot=0x2F8EA,
270539 },
270540 [0x2F8EB]={
270541  category="lo",
270542  cjkwd="w",
270543  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008EB",
270544  direction="l",
270545  linebreak="id",
270546  specials={ "char", 0x6AA8 },
270547  unicodeslot=0x2F8EB,
270548 },
270549 [0x2F8EC]={
270550  category="lo",
270551  cjkwd="w",
270552  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008EC",
270553  direction="l",
270554  linebreak="id",
270555  specials={ "char", 0x236A3 },
270556  unicodeslot=0x2F8EC,
270557 },
270558 [0x2F8ED]={
270559  category="lo",
270560  cjkwd="w",
270561  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008ED",
270562  direction="l",
270563  linebreak="id",
270564  specials={ "char", 0x6ADB },
270565  unicodeslot=0x2F8ED,
270566 },
270567 [0x2F8EE]={
270568  category="lo",
270569  cjkwd="w",
270570  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008EE",
270571  direction="l",
270572  linebreak="id",
270573  specials={ "char", 0x3C18 },
270574  unicodeslot=0x2F8EE,
270575 },
270576 [0x2F8EF]={
270577  category="lo",
270578  cjkwd="w",
270579  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008EF",
270580  direction="l",
270581  linebreak="id",
270582  specials={ "char", 0x6B21 },
270583  unicodeslot=0x2F8EF,
270584 },
270585 [0x2F8F0]={
270586  category="lo",
270587  cjkwd="w",
270588  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008F0x0000",
270589  direction="l",
270590  linebreak="id",
270591  specials={ "char", 0x238A7 },
270592  unicodeslot=0x2F8F0,
270593 },
270594 [0x2F8F1]={
270595  category="lo",
270596  cjkwd="w",
270597  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008F0x0001",
270598  direction="l",
270599  linebreak="id",
270600  specials={ "char", 0x6B54 },
270601  unicodeslot=0x2F8F1,
270602 },
270603 [0x2F8F2]={
270604  category="lo",
270605  cjkwd="w",
270606  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008F0x0002",
270607  direction="l",
270608  linebreak="id",
270609  specials={ "char", 0x3C4E },
270610  unicodeslot=0x2F8F2,
270611 },
270612 [0x2F8F3]={
270613  category="lo",
270614  cjkwd="w",
270615  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008F0x0003",
270616  direction="l",
270617  linebreak="id",
270618  specials={ "char", 0x6B72 },
270619  unicodeslot=0x2F8F3,
270620 },
270621 [0x2F8F4]={
270622  category="lo",
270623  cjkwd="w",
270624  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008F0x0004",
270625  direction="l",
270626  linebreak="id",
270627  specials={ "char", 0x6B9F },
270628  unicodeslot=0x2F8F4,
270629 },
270630 [0x2F8F5]={
270631  category="lo",
270632  cjkwd="w",
270633  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008F0x0005",
270634  direction="l",
270635  linebreak="id",
270636  specials={ "char", 0x6BBA },
270637  unicodeslot=0x2F8F5,
270638 },
270639 [0x2F8F6]={
270640  category="lo",
270641  cjkwd="w",
270642  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008F0x0006",
270643  direction="l",
270644  linebreak="id",
270645  specials={ "char", 0x6BBB },
270646  unicodeslot=0x2F8F6,
270647 },
270648 [0x2F8F7]={
270649  category="lo",
270650  cjkwd="w",
270651  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008F0x0007",
270652  direction="l",
270653  linebreak="id",
270654  specials={ "char", 0x23A8D },
270655  unicodeslot=0x2F8F7,
270656 },
270657 [0x2F8F8]={
270658  category="lo",
270659  cjkwd="w",
270660  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008F0x0008",
270661  direction="l",
270662  linebreak="id",
270663  specials={ "char", 0x21D0B },
270664  unicodeslot=0x2F8F8,
270665 },
270666 [0x2F8F9]={
270667  category="lo",
270668  cjkwd="w",
270669  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008F0x0009",
270670  direction="l",
270671  linebreak="id",
270672  specials={ "char", 0x23AFA },
270673  unicodeslot=0x2F8F9,
270674 },
270675 [0x2F8FA]={
270676  category="lo",
270677  cjkwd="w",
270678  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008FA",
270679  direction="l",
270680  linebreak="id",
270681  specials={ "char", 0x6C4E },
270682  unicodeslot=0x2F8FA,
270683 },
270684 [0x2F8FB]={
270685  category="lo",
270686  cjkwd="w",
270687  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008FB",
270688  direction="l",
270689  linebreak="id",
270690  specials={ "char", 0x23CBC },
270691  unicodeslot=0x2F8FB,
270692 },
270693 [0x2F8FC]={
270694  category="lo",
270695  cjkwd="w",
270696  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008FC",
270697  direction="l",
270698  linebreak="id",
270699  specials={ "char", 0x6CBF },
270700  unicodeslot=0x2F8FC,
270701 },
270702 [0x2F8FD]={
270703  category="lo",
270704  cjkwd="w",
270705  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008FD",
270706  direction="l",
270707  linebreak="id",
270708  specials={ "char", 0x6CCD },
270709  unicodeslot=0x2F8FD,
270710 },
270711 [0x2F8FE]={
270712  category="lo",
270713  cjkwd="w",
270714  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008FE",
270715  direction="l",
270716  linebreak="id",
270717  specials={ "char", 0x6C67 },
270718  unicodeslot=0x2F8FE,
270719 },
270720 [0x2F8FF]={
270721  category="lo",
270722  cjkwd="w",
270723  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0008FF",
270724  direction="l",
270725  linebreak="id",
270726  specials={ "char", 0x6D16 },
270727  unicodeslot=0x2F8FF,
270728 },
270729 [0x2F900]={
270730  category="lo",
270731  cjkwd="w",
270732  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0384",
270733  direction="l",
270734  linebreak="id",
270735  specials={ "char", 0x6D3E },
270736  unicodeslot=0x2F900,
270737 },
270738 [0x2F901]={
270739  category="lo",
270740  cjkwd="w",
270741  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0385",
270742  direction="l",
270743  linebreak="id",
270744  specials={ "char", 0x6D77 },
270745  unicodeslot=0x2F901,
270746 },
270747 [0x2F902]={
270748  category="lo",
270749  cjkwd="w",
270750  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0386",
270751  direction="l",
270752  linebreak="id",
270753  specials={ "char", 0x6D41 },
270754  unicodeslot=0x2F902,
270755 },
270756 [0x2F903]={
270757  category="lo",
270758  cjkwd="w",
270759  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0387",
270760  direction="l",
270761  linebreak="id",
270762  specials={ "char", 0x6D69 },
270763  unicodeslot=0x2F903,
270764 },
270765 [0x2F904]={
270766  category="lo",
270767  cjkwd="w",
270768  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0388",
270769  direction="l",
270770  linebreak="id",
270771  specials={ "char", 0x6D78 },
270772  unicodeslot=0x2F904,
270773 },
270774 [0x2F905]={
270775  category="lo",
270776  cjkwd="w",
270777  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0389",
270778  direction="l",
270779  linebreak="id",
270780  specials={ "char", 0x6D85 },
270781  unicodeslot=0x2F905,
270782 },
270783 [0x2F906]={
270784  category="lo",
270785  cjkwd="w",
270786  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x038A",
270787  direction="l",
270788  linebreak="id",
270789  specials={ "char", 0x23D1E },
270790  unicodeslot=0x2F906,
270791 },
270792 [0x2F907]={
270793  category="lo",
270794  cjkwd="w",
270795  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x038B",
270796  direction="l",
270797  linebreak="id",
270798  specials={ "char", 0x6D34 },
270799  unicodeslot=0x2F907,
270800 },
270801 [0x2F908]={
270802  category="lo",
270803  cjkwd="w",
270804  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x038C",
270805  direction="l",
270806  linebreak="id",
270807  specials={ "char", 0x6E2F },
270808  unicodeslot=0x2F908,
270809 },
270810 [0x2F909]={
270811  category="lo",
270812  cjkwd="w",
270813  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x038D",
270814  direction="l",
270815  linebreak="id",
270816  specials={ "char", 0x6E6E },
270817  unicodeslot=0x2F909,
270818 },
270819 [0x2F90A]={
270820  category="lo",
270821  cjkwd="w",
270822  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005AA",
270823  direction="l",
270824  linebreak="id",
270825  specials={ "char", 0x3D33 },
270826  unicodeslot=0x2F90A,
270827 },
270828 [0x2F90B]={
270829  category="lo",
270830  cjkwd="w",
270831  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005AB",
270832  direction="l",
270833  linebreak="id",
270834  specials={ "char", 0x6ECB },
270835  unicodeslot=0x2F90B,
270836 },
270837 [0x2F90C]={
270838  category="lo",
270839  cjkwd="w",
270840  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005AC",
270841  direction="l",
270842  linebreak="id",
270843  specials={ "char", 0x6EC7 },
270844  unicodeslot=0x2F90C,
270845 },
270846 [0x2F90D]={
270847  category="lo",
270848  cjkwd="w",
270849  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005AD",
270850  direction="l",
270851  linebreak="id",
270852  specials={ "char", 0x23ED1 },
270853  unicodeslot=0x2F90D,
270854 },
270855 [0x2F90E]={
270856  category="lo",
270857  cjkwd="w",
270858  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005AE",
270859  direction="l",
270860  linebreak="id",
270861  specials={ "char", 0x6DF9 },
270862  unicodeslot=0x2F90E,
270863 },
270864 [0x2F90F]={
270865  category="lo",
270866  cjkwd="w",
270867  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005AF",
270868  direction="l",
270869  linebreak="id",
270870  specials={ "char", 0x6F6E },
270871  unicodeslot=0x2F90F,
270872 },
270873 [0x2F910]={
270874  category="lo",
270875  cjkwd="w",
270876  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x038E",
270877  direction="l",
270878  linebreak="id",
270879  specials={ "char", 0x23F5E },
270880  unicodeslot=0x2F910,
270881 },
270882 [0x2F911]={
270883  category="lo",
270884  cjkwd="w",
270885  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x038F",
270886  direction="l",
270887  linebreak="id",
270888  specials={ "char", 0x23F8E },
270889  unicodeslot=0x2F911,
270890 },
270891 [0x2F912]={
270892  category="lo",
270893  cjkwd="w",
270894  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0390",
270895  direction="l",
270896  linebreak="id",
270897  specials={ "char", 0x6FC6 },
270898  unicodeslot=0x2F912,
270899 },
270900 [0x2F913]={
270901  category="lo",
270902  cjkwd="w",
270903  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0391",
270904  direction="l",
270905  linebreak="id",
270906  specials={ "char", 0x7039 },
270907  unicodeslot=0x2F913,
270908 },
270909 [0x2F914]={
270910  category="lo",
270911  cjkwd="w",
270912  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0392",
270913  direction="l",
270914  linebreak="id",
270915  specials={ "char", 0x701E },
270916  unicodeslot=0x2F914,
270917 },
270918 [0x2F915]={
270919  category="lo",
270920  cjkwd="w",
270921  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0393",
270922  direction="l",
270923  linebreak="id",
270924  specials={ "char", 0x701B },
270925  unicodeslot=0x2F915,
270926 },
270927 [0x2F916]={
270928  category="lo",
270929  cjkwd="w",
270930  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0394",
270931  direction="l",
270932  linebreak="id",
270933  specials={ "char", 0x3D96 },
270934  unicodeslot=0x2F916,
270935 },
270936 [0x2F917]={
270937  category="lo",
270938  cjkwd="w",
270939  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0395",
270940  direction="l",
270941  linebreak="id",
270942  specials={ "char", 0x704A },
270943  unicodeslot=0x2F917,
270944 },
270945 [0x2F918]={
270946  category="lo",
270947  cjkwd="w",
270948  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0396",
270949  direction="l",
270950  linebreak="id",
270951  specials={ "char", 0x707D },
270952  unicodeslot=0x2F918,
270953 },
270954 [0x2F919]={
270955  category="lo",
270956  cjkwd="w",
270957  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0397",
270958  direction="l",
270959  linebreak="id",
270960  specials={ "char", 0x7077 },
270961  unicodeslot=0x2F919,
270962 },
270963 [0x2F91A]={
270964  category="lo",
270965  cjkwd="w",
270966  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005BA",
270967  direction="l",
270968  linebreak="id",
270969  specials={ "char", 0x70AD },
270970  unicodeslot=0x2F91A,
270971 },
270972 [0x2F91B]={
270973  category="lo",
270974  cjkwd="w",
270975  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005BB",
270976  direction="l",
270977  linebreak="id",
270978  specials={ "char", 0x20525 },
270979  unicodeslot=0x2F91B,
270980 },
270981 [0x2F91C]={
270982  category="lo",
270983  cjkwd="w",
270984  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005BC",
270985  direction="l",
270986  linebreak="id",
270987  specials={ "char", 0x7145 },
270988  unicodeslot=0x2F91C,
270989 },
270990 [0x2F91D]={
270991  category="lo",
270992  cjkwd="w",
270993  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005BD",
270994  direction="l",
270995  linebreak="id",
270996  specials={ "char", 0x24263 },
270997  unicodeslot=0x2F91D,
270998 },
270999 [0x2F91E]={
271000  category="lo",
271001  cjkwd="w",
271002  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005BE",
271003  direction="l",
271004  linebreak="id",
271005  specials={ "char", 0x719C },
271006  unicodeslot=0x2F91E,
271007 },
271008 [0x2F91F]={
271009  category="lo",
271010  cjkwd="w",
271011  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005BF",
271012  direction="l",
271013  linebreak="id",
271014  specials={ "char", 0x243AB },
271015  unicodeslot=0x2F91F,
271016 },
271017 [0x2F920]={
271018  category="lo",
271019  cjkwd="w",
271020  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0398",
271021  direction="l",
271022  linebreak="id",
271023  specials={ "char", 0x7228 },
271024  unicodeslot=0x2F920,
271025 },
271026 [0x2F921]={
271027  category="lo",
271028  cjkwd="w",
271029  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0399",
271030  direction="l",
271031  linebreak="id",
271032  specials={ "char", 0x7235 },
271033  unicodeslot=0x2F921,
271034 },
271035 [0x2F922]={
271036  category="lo",
271037  cjkwd="w",
271038  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x039A",
271039  direction="l",
271040  linebreak="id",
271041  specials={ "char", 0x7250 },
271042  unicodeslot=0x2F922,
271043 },
271044 [0x2F923]={
271045  category="lo",
271046  cjkwd="w",
271047  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x039B",
271048  direction="l",
271049  linebreak="id",
271050  specials={ "char", 0x24608 },
271051  unicodeslot=0x2F923,
271052 },
271053 [0x2F924]={
271054  category="lo",
271055  cjkwd="w",
271056  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x039C",
271057  direction="l",
271058  linebreak="id",
271059  specials={ "char", 0x7280 },
271060  unicodeslot=0x2F924,
271061 },
271062 [0x2F925]={
271063  category="lo",
271064  cjkwd="w",
271065  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x039D",
271066  direction="l",
271067  linebreak="id",
271068  specials={ "char", 0x7295 },
271069  unicodeslot=0x2F925,
271070 },
271071 [0x2F926]={
271072  category="lo",
271073  cjkwd="w",
271074  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x039E",
271075  direction="l",
271076  linebreak="id",
271077  specials={ "char", 0x24735 },
271078  unicodeslot=0x2F926,
271079 },
271080 [0x2F927]={
271081  category="lo",
271082  cjkwd="w",
271083  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x039F",
271084  direction="l",
271085  linebreak="id",
271086  specials={ "char", 0x24814 },
271087  unicodeslot=0x2F927,
271088 },
271089 [0x2F928]={
271090  category="lo",
271091  cjkwd="w",
271092  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03A0",
271093  direction="l",
271094  linebreak="id",
271095  specials={ "char", 0x737A },
271096  unicodeslot=0x2F928,
271097 },
271098 [0x2F929]={
271099  category="lo",
271100  cjkwd="w",
271101  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03A1",
271102  direction="l",
271103  linebreak="id",
271104  specials={ "char", 0x738B },
271105  unicodeslot=0x2F929,
271106 },
271107 [0x2F92A]={
271108  category="lo",
271109  cjkwd="w",
271110  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005CA",
271111  direction="l",
271112  linebreak="id",
271113  specials={ "char", 0x3EAC },
271114  unicodeslot=0x2F92A,
271115 },
271116 [0x2F92B]={
271117  category="lo",
271118  cjkwd="w",
271119  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005CB",
271120  direction="l",
271121  linebreak="id",
271122  specials={ "char", 0x73A5 },
271123  unicodeslot=0x2F92B,
271124 },
271125 [0x2F92C]={
271126  category="lo",
271127  cjkwd="w",
271128  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005CC",
271129  direction="l",
271130  linebreak="id",
271131  specials={ "char", 0x3EB8 },
271132  unicodeslot=0x2F92C,
271133 },
271134 [0x2F92D]={
271135  category="lo",
271136  cjkwd="w",
271137  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005CD",
271138  direction="l",
271139  linebreak="id",
271140  specials={ "char", 0x3EB8 },
271141  unicodeslot=0x2F92D,
271142 },
271143 [0x2F92E]={
271144  category="lo",
271145  cjkwd="w",
271146  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005CE",
271147  direction="l",
271148  linebreak="id",
271149  specials={ "char", 0x7447 },
271150  unicodeslot=0x2F92E,
271151 },
271152 [0x2F92F]={
271153  category="lo",
271154  cjkwd="w",
271155  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005CF",
271156  direction="l",
271157  linebreak="id",
271158  specials={ "char", 0x745C },
271159  unicodeslot=0x2F92F,
271160 },
271161 [0x2F930]={
271162  category="lo",
271163  cjkwd="w",
271164  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03A2",
271165  direction="l",
271166  linebreak="id",
271167  specials={ "char", 0x7471 },
271168  unicodeslot=0x2F930,
271169 },
271170 [0x2F931]={
271171  category="lo",
271172  cjkwd="w",
271173  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03A3",
271174  direction="l",
271175  linebreak="id",
271176  specials={ "char", 0x7485 },
271177  unicodeslot=0x2F931,
271178 },
271179 [0x2F932]={
271180  category="lo",
271181  cjkwd="w",
271182  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03A4",
271183  direction="l",
271184  linebreak="id",
271185  specials={ "char", 0x74CA },
271186  unicodeslot=0x2F932,
271187 },
271188 [0x2F933]={
271189  category="lo",
271190  cjkwd="w",
271191  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03A5",
271192  direction="l",
271193  linebreak="id",
271194  specials={ "char", 0x3F1B },
271195  unicodeslot=0x2F933,
271196 },
271197 [0x2F934]={
271198  category="lo",
271199  cjkwd="w",
271200  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03A6",
271201  direction="l",
271202  linebreak="id",
271203  specials={ "char", 0x7524 },
271204  unicodeslot=0x2F934,
271205 },
271206 [0x2F935]={
271207  category="lo",
271208  cjkwd="w",
271209  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03A7",
271210  direction="l",
271211  linebreak="id",
271212  specials={ "char", 0x24C36 },
271213  unicodeslot=0x2F935,
271214 },
271215 [0x2F936]={
271216  category="lo",
271217  cjkwd="w",
271218  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03A8",
271219  direction="l",
271220  linebreak="id",
271221  specials={ "char", 0x753E },
271222  unicodeslot=0x2F936,
271223 },
271224 [0x2F937]={
271225  category="lo",
271226  cjkwd="w",
271227  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03A9",
271228  direction="l",
271229  linebreak="id",
271230  specials={ "char", 0x24C92 },
271231  unicodeslot=0x2F937,
271232 },
271233 [0x2F938]={
271234  category="lo",
271235  cjkwd="w",
271236  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03AA",
271237  direction="l",
271238  linebreak="id",
271239  specials={ "char", 0x7570 },
271240  unicodeslot=0x2F938,
271241 },
271242 [0x2F939]={
271243  category="lo",
271244  cjkwd="w",
271245  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03AB",
271246  direction="l",
271247  linebreak="id",
271248  specials={ "char", 0x2219F },
271249  unicodeslot=0x2F939,
271250 },
271251 [0x2F93A]={
271252  category="lo",
271253  cjkwd="w",
271254  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005DA",
271255  direction="l",
271256  linebreak="id",
271257  specials={ "char", 0x7610 },
271258  unicodeslot=0x2F93A,
271259 },
271260 [0x2F93B]={
271261  category="lo",
271262  cjkwd="w",
271263  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005DB",
271264  direction="l",
271265  linebreak="id",
271266  specials={ "char", 0x24FA1 },
271267  unicodeslot=0x2F93B,
271268 },
271269 [0x2F93C]={
271270  category="lo",
271271  cjkwd="w",
271272  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005DC",
271273  direction="l",
271274  linebreak="id",
271275  specials={ "char", 0x24FB8 },
271276  unicodeslot=0x2F93C,
271277 },
271278 [0x2F93D]={
271279  category="lo",
271280  cjkwd="w",
271281  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005DD",
271282  direction="l",
271283  linebreak="id",
271284  specials={ "char", 0x25044 },
271285  unicodeslot=0x2F93D,
271286 },
271287 [0x2F93E]={
271288  category="lo",
271289  cjkwd="w",
271290  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005DE",
271291  direction="l",
271292  linebreak="id",
271293  specials={ "char", 0x3FFC },
271294  unicodeslot=0x2F93E,
271295 },
271296 [0x2F93F]={
271297  category="lo",
271298  cjkwd="w",
271299  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005DF",
271300  direction="l",
271301  linebreak="id",
271302  specials={ "char", 0x4008 },
271303  unicodeslot=0x2F93F,
271304 },
271305 [0x2F940]={
271306  category="lo",
271307  cjkwd="w",
271308  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03AC",
271309  direction="l",
271310  linebreak="id",
271311  specials={ "char", 0x76F4 },
271312  unicodeslot=0x2F940,
271313 },
271314 [0x2F941]={
271315  category="lo",
271316  cjkwd="w",
271317  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03AD",
271318  direction="l",
271319  linebreak="id",
271320  specials={ "char", 0x250F3 },
271321  unicodeslot=0x2F941,
271322 },
271323 [0x2F942]={
271324  category="lo",
271325  cjkwd="w",
271326  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03AE",
271327  direction="l",
271328  linebreak="id",
271329  specials={ "char", 0x250F2 },
271330  unicodeslot=0x2F942,
271331 },
271332 [0x2F943]={
271333  category="lo",
271334  cjkwd="w",
271335  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03AF",
271336  direction="l",
271337  linebreak="id",
271338  specials={ "char", 0x25119 },
271339  unicodeslot=0x2F943,
271340 },
271341 [0x2F944]={
271342  category="lo",
271343  cjkwd="w",
271344  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03B0",
271345  direction="l",
271346  linebreak="id",
271347  specials={ "char", 0x25133 },
271348  unicodeslot=0x2F944,
271349 },
271350 [0x2F945]={
271351  category="lo",
271352  cjkwd="w",
271353  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03B1",
271354  direction="l",
271355  linebreak="id",
271356  specials={ "char", 0x771E },
271357  unicodeslot=0x2F945,
271358 },
271359 [0x2F946]={
271360  category="lo",
271361  cjkwd="w",
271362  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03B2",
271363  direction="l",
271364  linebreak="id",
271365  specials={ "char", 0x771F },
271366  unicodeslot=0x2F946,
271367 },
271368 [0x2F947]={
271369  category="lo",
271370  cjkwd="w",
271371  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03B3",
271372  direction="l",
271373  linebreak="id",
271374  specials={ "char", 0x771F },
271375  unicodeslot=0x2F947,
271376 },
271377 [0x2F948]={
271378  category="lo",
271379  cjkwd="w",
271380  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03B4",
271381  direction="l",
271382  linebreak="id",
271383  specials={ "char", 0x774A },
271384  unicodeslot=0x2F948,
271385 },
271386 [0x2F949]={
271387  category="lo",
271388  cjkwd="w",
271389  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03B5",
271390  direction="l",
271391  linebreak="id",
271392  specials={ "char", 0x4039 },
271393  unicodeslot=0x2F949,
271394 },
271395 [0x2F94A]={
271396  category="lo",
271397  cjkwd="w",
271398  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005EA",
271399  direction="l",
271400  linebreak="id",
271401  specials={ "char", 0x778B },
271402  unicodeslot=0x2F94A,
271403 },
271404 [0x2F94B]={
271405  category="lo",
271406  cjkwd="w",
271407  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005EB",
271408  direction="l",
271409  linebreak="id",
271410  specials={ "char", 0x4046 },
271411  unicodeslot=0x2F94B,
271412 },
271413 [0x2F94C]={
271414  category="lo",
271415  cjkwd="w",
271416  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005EC",
271417  direction="l",
271418  linebreak="id",
271419  specials={ "char", 0x4096 },
271420  unicodeslot=0x2F94C,
271421 },
271422 [0x2F94D]={
271423  category="lo",
271424  cjkwd="w",
271425  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005ED",
271426  direction="l",
271427  linebreak="id",
271428  specials={ "char", 0x2541D },
271429  unicodeslot=0x2F94D,
271430 },
271431 [0x2F94E]={
271432  category="lo",
271433  cjkwd="w",
271434  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005EE",
271435  direction="l",
271436  linebreak="id",
271437  specials={ "char", 0x784E },
271438  unicodeslot=0x2F94E,
271439 },
271440 [0x2F94F]={
271441  category="lo",
271442  cjkwd="w",
271443  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005EF",
271444  direction="l",
271445  linebreak="id",
271446  specials={ "char", 0x788C },
271447  unicodeslot=0x2F94F,
271448 },
271449 [0x2F950]={
271450  category="lo",
271451  cjkwd="w",
271452  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03B6",
271453  direction="l",
271454  linebreak="id",
271455  specials={ "char", 0x78CC },
271456  unicodeslot=0x2F950,
271457 },
271458 [0x2F951]={
271459  category="lo",
271460  cjkwd="w",
271461  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03B7",
271462  direction="l",
271463  linebreak="id",
271464  specials={ "char", 0x40E3 },
271465  unicodeslot=0x2F951,
271466 },
271467 [0x2F952]={
271468  category="lo",
271469  cjkwd="w",
271470  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03B8",
271471  direction="l",
271472  linebreak="id",
271473  specials={ "char", 0x25626 },
271474  unicodeslot=0x2F952,
271475 },
271476 [0x2F953]={
271477  category="lo",
271478  cjkwd="w",
271479  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03B9",
271480  direction="l",
271481  linebreak="id",
271482  specials={ "char", 0x7956 },
271483  unicodeslot=0x2F953,
271484 },
271485 [0x2F954]={
271486  category="lo",
271487  cjkwd="w",
271488  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03BA",
271489  direction="l",
271490  linebreak="id",
271491  specials={ "char", 0x2569A },
271492  unicodeslot=0x2F954,
271493 },
271494 [0x2F955]={
271495  category="lo",
271496  cjkwd="w",
271497  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03BB",
271498  direction="l",
271499  linebreak="id",
271500  specials={ "char", 0x256C5 },
271501  unicodeslot=0x2F955,
271502 },
271503 [0x2F956]={
271504  category="lo",
271505  cjkwd="w",
271506  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03BC",
271507  direction="l",
271508  linebreak="id",
271509  specials={ "char", 0x798F },
271510  unicodeslot=0x2F956,
271511 },
271512 [0x2F957]={
271513  category="lo",
271514  cjkwd="w",
271515  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03BD",
271516  direction="l",
271517  linebreak="id",
271518  specials={ "char", 0x79EB },
271519  unicodeslot=0x2F957,
271520 },
271521 [0x2F958]={
271522  category="lo",
271523  cjkwd="w",
271524  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03BE",
271525  direction="l",
271526  linebreak="id",
271527  specials={ "char", 0x412F },
271528  unicodeslot=0x2F958,
271529 },
271530 [0x2F959]={
271531  category="lo",
271532  cjkwd="w",
271533  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03BF",
271534  direction="l",
271535  linebreak="id",
271536  specials={ "char", 0x7A40 },
271537  unicodeslot=0x2F959,
271538 },
271539 [0x2F95A]={
271540  category="lo",
271541  cjkwd="w",
271542  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005FA",
271543  direction="l",
271544  linebreak="id",
271545  specials={ "char", 0x7A4A },
271546  unicodeslot=0x2F95A,
271547 },
271548 [0x2F95B]={
271549  category="lo",
271550  cjkwd="w",
271551  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005FB",
271552  direction="l",
271553  linebreak="id",
271554  specials={ "char", 0x7A4F },
271555  unicodeslot=0x2F95B,
271556 },
271557 [0x2F95C]={
271558  category="lo",
271559  cjkwd="w",
271560  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005FC",
271561  direction="l",
271562  linebreak="id",
271563  specials={ "char", 0x2597C },
271564  unicodeslot=0x2F95C,
271565 },
271566 [0x2F95D]={
271567  category="lo",
271568  cjkwd="w",
271569  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005FD",
271570  direction="l",
271571  linebreak="id",
271572  specials={ "char", 0x25AA7 },
271573  unicodeslot=0x2F95D,
271574 },
271575 [0x2F95E]={
271576  category="lo",
271577  cjkwd="w",
271578  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005FE",
271579  direction="l",
271580  linebreak="id",
271581  specials={ "char", 0x25AA7 },
271582  unicodeslot=0x2F95E,
271583 },
271584 [0x2F95F]={
271585  category="lo",
271586  cjkwd="w",
271587  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x005FF",
271588  direction="l",
271589  linebreak="id",
271590  specials={ "char", 0x7AEE },
271591  unicodeslot=0x2F95F,
271592 },
271593 [0x2F960]={
271594  category="lo",
271595  cjkwd="w",
271596  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03C0",
271597  direction="l",
271598  linebreak="id",
271599  specials={ "char", 0x4202 },
271600  unicodeslot=0x2F960,
271601 },
271602 [0x2F961]={
271603  category="lo",
271604  cjkwd="w",
271605  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03C1",
271606  direction="l",
271607  linebreak="id",
271608  specials={ "char", 0x25BAB },
271609  unicodeslot=0x2F961,
271610 },
271611 [0x2F962]={
271612  category="lo",
271613  cjkwd="w",
271614  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03C2",
271615  direction="l",
271616  linebreak="id",
271617  specials={ "char", 0x7BC6 },
271618  unicodeslot=0x2F962,
271619 },
271620 [0x2F963]={
271621  category="lo",
271622  cjkwd="w",
271623  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03C3",
271624  direction="l",
271625  linebreak="id",
271626  specials={ "char", 0x7BC9 },
271627  unicodeslot=0x2F963,
271628 },
271629 [0x2F964]={
271630  category="lo",
271631  cjkwd="w",
271632  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03C4",
271633  direction="l",
271634  linebreak="id",
271635  specials={ "char", 0x4227 },
271636  unicodeslot=0x2F964,
271637 },
271638 [0x2F965]={
271639  category="lo",
271640  cjkwd="w",
271641  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03C5",
271642  direction="l",
271643  linebreak="id",
271644  specials={ "char", 0x25C80 },
271645  unicodeslot=0x2F965,
271646 },
271647 [0x2F966]={
271648  category="lo",
271649  cjkwd="w",
271650  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03C6",
271651  direction="l",
271652  linebreak="id",
271653  specials={ "char", 0x7CD2 },
271654  unicodeslot=0x2F966,
271655 },
271656 [0x2F967]={
271657  category="lo",
271658  cjkwd="w",
271659  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03C7",
271660  direction="l",
271661  linebreak="id",
271662  specials={ "char", 0x42A0 },
271663  unicodeslot=0x2F967,
271664 },
271665 [0x2F968]={
271666  category="lo",
271667  cjkwd="w",
271668  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03C8",
271669  direction="l",
271670  linebreak="id",
271671  specials={ "char", 0x7CE8 },
271672  unicodeslot=0x2F968,
271673 },
271674 [0x2F969]={
271675  category="lo",
271676  cjkwd="w",
271677  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03C9",
271678  direction="l",
271679  linebreak="id",
271680  specials={ "char", 0x7CE3 },
271681  unicodeslot=0x2F969,
271682 },
271683 [0x2F96A]={
271684  category="lo",
271685  cjkwd="w",
271686  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0060A",
271687  direction="l",
271688  linebreak="id",
271689  specials={ "char", 0x7D00 },
271690  unicodeslot=0x2F96A,
271691 },
271692 [0x2F96B]={
271693  category="lo",
271694  cjkwd="w",
271695  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0060B",
271696  direction="l",
271697  linebreak="id",
271698  specials={ "char", 0x25F86 },
271699  unicodeslot=0x2F96B,
271700 },
271701 [0x2F96C]={
271702  category="lo",
271703  cjkwd="w",
271704  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0060C",
271705  direction="l",
271706  linebreak="id",
271707  specials={ "char", 0x7D63 },
271708  unicodeslot=0x2F96C,
271709 },
271710 [0x2F96D]={
271711  category="lo",
271712  cjkwd="w",
271713  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0060D",
271714  direction="l",
271715  linebreak="id",
271716  specials={ "char", 0x4301 },
271717  unicodeslot=0x2F96D,
271718 },
271719 [0x2F96E]={
271720  category="lo",
271721  cjkwd="w",
271722  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0060E",
271723  direction="l",
271724  linebreak="id",
271725  specials={ "char", 0x7DC7 },
271726  unicodeslot=0x2F96E,
271727 },
271728 [0x2F96F]={
271729  category="lo",
271730  cjkwd="w",
271731  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0060F",
271732  direction="l",
271733  linebreak="id",
271734  specials={ "char", 0x7E02 },
271735  unicodeslot=0x2F96F,
271736 },
271737 [0x2F970]={
271738  category="lo",
271739  cjkwd="w",
271740  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03CA",
271741  direction="l",
271742  linebreak="id",
271743  specials={ "char", 0x7E45 },
271744  unicodeslot=0x2F970,
271745 },
271746 [0x2F971]={
271747  category="lo",
271748  cjkwd="w",
271749  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03CB",
271750  direction="l",
271751  linebreak="id",
271752  specials={ "char", 0x4334 },
271753  unicodeslot=0x2F971,
271754 },
271755 [0x2F972]={
271756  category="lo",
271757  cjkwd="w",
271758  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03CC",
271759  direction="l",
271760  linebreak="id",
271761  specials={ "char", 0x26228 },
271762  unicodeslot=0x2F972,
271763 },
271764 [0x2F973]={
271765  category="lo",
271766  cjkwd="w",
271767  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03CD",
271768  direction="l",
271769  linebreak="id",
271770  specials={ "char", 0x26247 },
271771  unicodeslot=0x2F973,
271772 },
271773 [0x2F974]={
271774  category="lo",
271775  cjkwd="w",
271776  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03CE",
271777  direction="l",
271778  linebreak="id",
271779  specials={ "char", 0x4359 },
271780  unicodeslot=0x2F974,
271781 },
271782 [0x2F975]={
271783  category="lo",
271784  cjkwd="w",
271785  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03CF",
271786  direction="l",
271787  linebreak="id",
271788  specials={ "char", 0x262D9 },
271789  unicodeslot=0x2F975,
271790 },
271791 [0x2F976]={
271792  category="lo",
271793  cjkwd="w",
271794  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03D0",
271795  direction="l",
271796  linebreak="id",
271797  specials={ "char", 0x7F7A },
271798  unicodeslot=0x2F976,
271799 },
271800 [0x2F977]={
271801  category="lo",
271802  cjkwd="w",
271803  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03D1",
271804  direction="l",
271805  linebreak="id",
271806  specials={ "char", 0x2633E },
271807  unicodeslot=0x2F977,
271808 },
271809 [0x2F978]={
271810  category="lo",
271811  cjkwd="w",
271812  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03D2",
271813  direction="l",
271814  linebreak="id",
271815  specials={ "char", 0x7F95 },
271816  unicodeslot=0x2F978,
271817 },
271818 [0x2F979]={
271819  category="lo",
271820  cjkwd="w",
271821  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03D3",
271822  direction="l",
271823  linebreak="id",
271824  specials={ "char", 0x7FFA },
271825  unicodeslot=0x2F979,
271826 },
271827 [0x2F97A]={
271828  category="lo",
271829  cjkwd="w",
271830  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0061A",
271831  direction="l",
271832  linebreak="id",
271833  specials={ "char", 0x8005 },
271834  unicodeslot=0x2F97A,
271835 },
271836 [0x2F97B]={
271837  category="lo",
271838  cjkwd="w",
271839  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0061B",
271840  direction="l",
271841  linebreak="id",
271842  specials={ "char", 0x264DA },
271843  unicodeslot=0x2F97B,
271844 },
271845 [0x2F97C]={
271846  category="lo",
271847  cjkwd="w",
271848  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0061C",
271849  direction="l",
271850  linebreak="id",
271851  specials={ "char", 0x26523 },
271852  unicodeslot=0x2F97C,
271853 },
271854 [0x2F97D]={
271855  category="lo",
271856  cjkwd="w",
271857  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0061D",
271858  direction="l",
271859  linebreak="id",
271860  specials={ "char", 0x8060 },
271861  unicodeslot=0x2F97D,
271862 },
271863 [0x2F97E]={
271864  category="lo",
271865  cjkwd="w",
271866  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0061E",
271867  direction="l",
271868  linebreak="id",
271869  specials={ "char", 0x265A8 },
271870  unicodeslot=0x2F97E,
271871 },
271872 [0x2F97F]={
271873  category="lo",
271874  cjkwd="w",
271875  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0061F",
271876  direction="l",
271877  linebreak="id",
271878  specials={ "char", 0x8070 },
271879  unicodeslot=0x2F97F,
271880 },
271881 [0x2F980]={
271882  category="lo",
271883  cjkwd="w",
271884  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03D4",
271885  direction="l",
271886  linebreak="id",
271887  specials={ "char", 0x2335F },
271888  unicodeslot=0x2F980,
271889 },
271890 [0x2F981]={
271891  category="lo",
271892  cjkwd="w",
271893  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03D5",
271894  direction="l",
271895  linebreak="id",
271896  specials={ "char", 0x43D5 },
271897  unicodeslot=0x2F981,
271898 },
271899 [0x2F982]={
271900  category="lo",
271901  cjkwd="w",
271902  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03D6",
271903  direction="l",
271904  linebreak="id",
271905  specials={ "char", 0x80B2 },
271906  unicodeslot=0x2F982,
271907 },
271908 [0x2F983]={
271909  category="lo",
271910  cjkwd="w",
271911  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03D7",
271912  direction="l",
271913  linebreak="id",
271914  specials={ "char", 0x8103 },
271915  unicodeslot=0x2F983,
271916 },
271917 [0x2F984]={
271918  category="lo",
271919  cjkwd="w",
271920  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03D8",
271921  direction="l",
271922  linebreak="id",
271923  specials={ "char", 0x440B },
271924  unicodeslot=0x2F984,
271925 },
271926 [0x2F985]={
271927  category="lo",
271928  cjkwd="w",
271929  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03D9",
271930  direction="l",
271931  linebreak="id",
271932  specials={ "char", 0x813E },
271933  unicodeslot=0x2F985,
271934 },
271935 [0x2F986]={
271936  category="lo",
271937  cjkwd="w",
271938  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03DA",
271939  direction="l",
271940  linebreak="id",
271941  specials={ "char", 0x5AB5 },
271942  unicodeslot=0x2F986,
271943 },
271944 [0x2F987]={
271945  category="lo",
271946  cjkwd="w",
271947  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03DB",
271948  direction="l",
271949  linebreak="id",
271950  specials={ "char", 0x267A7 },
271951  unicodeslot=0x2F987,
271952 },
271953 [0x2F988]={
271954  category="lo",
271955  cjkwd="w",
271956  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03DC",
271957  direction="l",
271958  linebreak="id",
271959  specials={ "char", 0x267B5 },
271960  unicodeslot=0x2F988,
271961 },
271962 [0x2F989]={
271963  category="lo",
271964  cjkwd="w",
271965  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03DD",
271966  direction="l",
271967  linebreak="id",
271968  specials={ "char", 0x23393 },
271969  unicodeslot=0x2F989,
271970 },
271971 [0x2F98A]={
271972  category="lo",
271973  cjkwd="w",
271974  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0062A",
271975  direction="l",
271976  linebreak="id",
271977  specials={ "char", 0x2339C },
271978  unicodeslot=0x2F98A,
271979 },
271980 [0x2F98B]={
271981  category="lo",
271982  cjkwd="w",
271983  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0062B",
271984  direction="l",
271985  linebreak="id",
271986  specials={ "char", 0x8201 },
271987  unicodeslot=0x2F98B,
271988 },
271989 [0x2F98C]={
271990  category="lo",
271991  cjkwd="w",
271992  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0062C",
271993  direction="l",
271994  linebreak="id",
271995  specials={ "char", 0x8204 },
271996  unicodeslot=0x2F98C,
271997 },
271998 [0x2F98D]={
271999  category="lo",
272000  cjkwd="w",
272001  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0062D",
272002  direction="l",
272003  linebreak="id",
272004  specials={ "char", 0x8F9E },
272005  unicodeslot=0x2F98D,
272006 },
272007 [0x2F98E]={
272008  category="lo",
272009  cjkwd="w",
272010  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0062E",
272011  direction="l",
272012  linebreak="id",
272013  specials={ "char", 0x446B },
272014  unicodeslot=0x2F98E,
272015 },
272016 [0x2F98F]={
272017  category="lo",
272018  cjkwd="w",
272019  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0062F",
272020  direction="l",
272021  linebreak="id",
272022  specials={ "char", 0x8291 },
272023  unicodeslot=0x2F98F,
272024 },
272025 [0x2F990]={
272026  category="lo",
272027  cjkwd="w",
272028  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03DE",
272029  direction="l",
272030  linebreak="id",
272031  specials={ "char", 0x828B },
272032  unicodeslot=0x2F990,
272033 },
272034 [0x2F991]={
272035  category="lo",
272036  cjkwd="w",
272037  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03DF",
272038  direction="l",
272039  linebreak="id",
272040  specials={ "char", 0x829D },
272041  unicodeslot=0x2F991,
272042 },
272043 [0x2F992]={
272044  category="lo",
272045  cjkwd="w",
272046  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03E0",
272047  direction="l",
272048  linebreak="id",
272049  specials={ "char", 0x52B3 },
272050  unicodeslot=0x2F992,
272051 },
272052 [0x2F993]={
272053  category="lo",
272054  cjkwd="w",
272055  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03E1",
272056  direction="l",
272057  linebreak="id",
272058  specials={ "char", 0x82B1 },
272059  unicodeslot=0x2F993,
272060 },
272061 [0x2F994]={
272062  category="lo",
272063  cjkwd="w",
272064  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03E2",
272065  direction="l",
272066  linebreak="id",
272067  specials={ "char", 0x82B3 },
272068  unicodeslot=0x2F994,
272069 },
272070 [0x2F995]={
272071  category="lo",
272072  cjkwd="w",
272073  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03E3",
272074  direction="l",
272075  linebreak="id",
272076  specials={ "char", 0x82BD },
272077  unicodeslot=0x2F995,
272078 },
272079 [0x2F996]={
272080  category="lo",
272081  cjkwd="w",
272082  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03E4",
272083  direction="l",
272084  linebreak="id",
272085  specials={ "char", 0x82E6 },
272086  unicodeslot=0x2F996,
272087 },
272088 [0x2F997]={
272089  category="lo",
272090  cjkwd="w",
272091  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03E5",
272092  direction="l",
272093  linebreak="id",
272094  specials={ "char", 0x26B3C },
272095  unicodeslot=0x2F997,
272096 },
272097 [0x2F998]={
272098  category="lo",
272099  cjkwd="w",
272100  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03E6",
272101  direction="l",
272102  linebreak="id",
272103  specials={ "char", 0x82E5 },
272104  unicodeslot=0x2F998,
272105 },
272106 [0x2F999]={
272107  category="lo",
272108  cjkwd="w",
272109  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x03E7",
272110  direction="l",
272111  linebreak="id",
272112  specials={ "char", 0x831D },
272113  unicodeslot=0x2F999,
272114 },
272115 [0x2F99A]={
272116  category="lo",
272117  cjkwd="w",
272118  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0063A",
272119  direction="l",
272120  linebreak="id",
272121  specials={ "char", 0x8363 },
272122  unicodeslot=0x2F99A,
272123 },
272124 [0x2F99B]={
272125  category="lo",
272126  cjkwd="w",
272127  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0063B",
272128  direction="l",
272129  linebreak="id",
272130  specials={ "char", 0x83AD },
272131  unicodeslot=0x2F99B,
272132 },
272133 [0x2F99C]={
272134  category="lo",
272135  cjkwd="w",
272136  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0063C",
272137  direction="l",
272138  linebreak="id",
272139  specials={ "char", 0x8323 },
272140  unicodeslot=0x2F99C,
272141 },
272142 [0x2F99D]={
272143  category="lo",
272144  cjkwd="w",
272145  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0063D",
272146  direction="l",
272147  linebreak="id",
272148  specials={ "char", 0x83BD },
272149  unicodeslot=0x2F99D,
272150 },
272151 [0x2F99E]={
272152  category="lo",
272153  cjkwd="w",
272154  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0063E",
272155  direction="l",
272156  linebreak="id",
272157  specials={ "char", 0x83E7 },
272158  unicodeslot=0x2F99E,
272159 },
272160 [0x2F99F]={
272161  category="lo",
272162  cjkwd="w",
272163  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0063F",
272164  direction="l",
272165  linebreak="id",
272166  specials={ "char", 0x8457 },
272167  unicodeslot=0x2F99F,
272168 },
272169 [0x2F9A0]={
272170  category="lo",
272171  cjkwd="w",
272172  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009A0x0000",
272173  direction="l",
272174  linebreak="id",
272175  specials={ "char", 0x8353 },
272176  unicodeslot=0x2F9A0,
272177 },
272178 [0x2F9A1]={
272179  category="lo",
272180  cjkwd="w",
272181  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009A0x0001",
272182  direction="l",
272183  linebreak="id",
272184  specials={ "char", 0x83CA },
272185  unicodeslot=0x2F9A1,
272186 },
272187 [0x2F9A2]={
272188  category="lo",
272189  cjkwd="w",
272190  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009A0x0002",
272191  direction="l",
272192  linebreak="id",
272193  specials={ "char", 0x83CC },
272194  unicodeslot=0x2F9A2,
272195 },
272196 [0x2F9A3]={
272197  category="lo",
272198  cjkwd="w",
272199  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009A0x0003",
272200  direction="l",
272201  linebreak="id",
272202  specials={ "char", 0x83DC },
272203  unicodeslot=0x2F9A3,
272204 },
272205 [0x2F9A4]={
272206  category="lo",
272207  cjkwd="w",
272208  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009A0x0004",
272209  direction="l",
272210  linebreak="id",
272211  specials={ "char", 0x26C36 },
272212  unicodeslot=0x2F9A4,
272213 },
272214 [0x2F9A5]={
272215  category="lo",
272216  cjkwd="w",
272217  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009A0x0005",
272218  direction="l",
272219  linebreak="id",
272220  specials={ "char", 0x26D6B },
272221  unicodeslot=0x2F9A5,
272222 },
272223 [0x2F9A6]={
272224  category="lo",
272225  cjkwd="w",
272226  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009A0x0006",
272227  direction="l",
272228  linebreak="id",
272229  specials={ "char", 0x26CD5 },
272230  unicodeslot=0x2F9A6,
272231 },
272232 [0x2F9A7]={
272233  category="lo",
272234  cjkwd="w",
272235  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009A0x0007",
272236  direction="l",
272237  linebreak="id",
272238  specials={ "char", 0x452B },
272239  unicodeslot=0x2F9A7,
272240 },
272241 [0x2F9A8]={
272242  category="lo",
272243  cjkwd="w",
272244  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009A0x0008",
272245  direction="l",
272246  linebreak="id",
272247  specials={ "char", 0x84F1 },
272248  unicodeslot=0x2F9A8,
272249 },
272250 [0x2F9A9]={
272251  category="lo",
272252  cjkwd="w",
272253  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009A0x0009",
272254  direction="l",
272255  linebreak="id",
272256  specials={ "char", 0x84F3 },
272257  unicodeslot=0x2F9A9,
272258 },
272259 [0x2F9AA]={
272260  category="lo",
272261  cjkwd="w",
272262  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009AA",
272263  direction="l",
272264  linebreak="id",
272265  specials={ "char", 0x8516 },
272266  unicodeslot=0x2F9AA,
272267 },
272268 [0x2F9AB]={
272269  category="lo",
272270  cjkwd="w",
272271  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009AB",
272272  direction="l",
272273  linebreak="id",
272274  specials={ "char", 0x273CA },
272275  unicodeslot=0x2F9AB,
272276 },
272277 [0x2F9AC]={
272278  category="lo",
272279  cjkwd="w",
272280  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009AC",
272281  direction="l",
272282  linebreak="id",
272283  specials={ "char", 0x8564 },
272284  unicodeslot=0x2F9AC,
272285 },
272286 [0x2F9AD]={
272287  category="lo",
272288  cjkwd="w",
272289  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009AD",
272290  direction="l",
272291  linebreak="id",
272292  specials={ "char", 0x26F2C },
272293  unicodeslot=0x2F9AD,
272294 },
272295 [0x2F9AE]={
272296  category="lo",
272297  cjkwd="w",
272298  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009AE",
272299  direction="l",
272300  linebreak="id",
272301  specials={ "char", 0x455D },
272302  unicodeslot=0x2F9AE,
272303 },
272304 [0x2F9AF]={
272305  category="lo",
272306  cjkwd="w",
272307  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009AF",
272308  direction="l",
272309  linebreak="id",
272310  specials={ "char", 0x4561 },
272311  unicodeslot=0x2F9AF,
272312 },
272313 [0x2F9B0]={
272314  category="lo",
272315  cjkwd="w",
272316  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009B0x0000",
272317  direction="l",
272318  linebreak="id",
272319  specials={ "char", 0x26FB1 },
272320  unicodeslot=0x2F9B0,
272321 },
272322 [0x2F9B1]={
272323  category="lo",
272324  cjkwd="w",
272325  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009B0x0001",
272326  direction="l",
272327  linebreak="id",
272328  specials={ "char", 0x270D2 },
272329  unicodeslot=0x2F9B1,
272330 },
272331 [0x2F9B2]={
272332  category="lo",
272333  cjkwd="w",
272334  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009B0x0002",
272335  direction="l",
272336  linebreak="id",
272337  specials={ "char", 0x456B },
272338  unicodeslot=0x2F9B2,
272339 },
272340 [0x2F9B3]={
272341  category="lo",
272342  cjkwd="w",
272343  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009B0x0003",
272344  direction="l",
272345  linebreak="id",
272346  specials={ "char", 0x8650 },
272347  unicodeslot=0x2F9B3,
272348 },
272349 [0x2F9B4]={
272350  category="lo",
272351  cjkwd="w",
272352  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009B0x0004",
272353  direction="l",
272354  linebreak="id",
272355  specials={ "char", 0x865C },
272356  unicodeslot=0x2F9B4,
272357 },
272358 [0x2F9B5]={
272359  category="lo",
272360  cjkwd="w",
272361  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009B0x0005",
272362  direction="l",
272363  linebreak="id",
272364  specials={ "char", 0x8667 },
272365  unicodeslot=0x2F9B5,
272366 },
272367 [0x2F9B6]={
272368  category="lo",
272369  cjkwd="w",
272370  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009B0x0006",
272371  direction="l",
272372  linebreak="id",
272373  specials={ "char", 0x8669 },
272374  unicodeslot=0x2F9B6,
272375 },
272376 [0x2F9B7]={
272377  category="lo",
272378  cjkwd="w",
272379  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009B0x0007",
272380  direction="l",
272381  linebreak="id",
272382  specials={ "char", 0x86A9 },
272383  unicodeslot=0x2F9B7,
272384 },
272385 [0x2F9B8]={
272386  category="lo",
272387  cjkwd="w",
272388  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009B0x0008",
272389  direction="l",
272390  linebreak="id",
272391  specials={ "char", 0x8688 },
272392  unicodeslot=0x2F9B8,
272393 },
272394 [0x2F9B9]={
272395  category="lo",
272396  cjkwd="w",
272397  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009B0x0009",
272398  direction="l",
272399  linebreak="id",
272400  specials={ "char", 0x870E },
272401  unicodeslot=0x2F9B9,
272402 },
272403 [0x2F9BA]={
272404  category="lo",
272405  cjkwd="w",
272406  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009BA",
272407  direction="l",
272408  linebreak="id",
272409  specials={ "char", 0x86E2 },
272410  unicodeslot=0x2F9BA,
272411 },
272412 [0x2F9BB]={
272413  category="lo",
272414  cjkwd="w",
272415  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009BB",
272416  direction="l",
272417  linebreak="id",
272418  specials={ "char", 0x8779 },
272419  unicodeslot=0x2F9BB,
272420 },
272421 [0x2F9BC]={
272422  category="lo",
272423  cjkwd="w",
272424  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009BC",
272425  direction="l",
272426  linebreak="id",
272427  specials={ "char", 0x8728 },
272428  unicodeslot=0x2F9BC,
272429 },
272430 [0x2F9BD]={
272431  category="lo",
272432  cjkwd="w",
272433  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009BD",
272434  direction="l",
272435  linebreak="id",
272436  specials={ "char", 0x876B },
272437  unicodeslot=0x2F9BD,
272438 },
272439 [0x2F9BE]={
272440  category="lo",
272441  cjkwd="w",
272442  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009BE",
272443  direction="l",
272444  linebreak="id",
272445  specials={ "char", 0x8786 },
272446  unicodeslot=0x2F9BE,
272447 },
272448 [0x2F9BF]={
272449  category="lo",
272450  cjkwd="w",
272451  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009BF",
272452  direction="l",
272453  linebreak="id",
272454  specials={ "char", 0x45D7 },
272455  unicodeslot=0x2F9BF,
272456 },
272457 [0x2F9C0]={
272458  category="lo",
272459  cjkwd="w",
272460  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009C0x0000",
272461  direction="l",
272462  linebreak="id",
272463  specials={ "char", 0x87E1 },
272464  unicodeslot=0x2F9C0,
272465 },
272466 [0x2F9C1]={
272467  category="lo",
272468  cjkwd="w",
272469  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009C0x0001",
272470  direction="l",
272471  linebreak="id",
272472  specials={ "char", 0x8801 },
272473  unicodeslot=0x2F9C1,
272474 },
272475 [0x2F9C2]={
272476  category="lo",
272477  cjkwd="w",
272478  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009C0x0002",
272479  direction="l",
272480  linebreak="id",
272481  specials={ "char", 0x45F9 },
272482  unicodeslot=0x2F9C2,
272483 },
272484 [0x2F9C3]={
272485  category="lo",
272486  cjkwd="w",
272487  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009C0x0003",
272488  direction="l",
272489  linebreak="id",
272490  specials={ "char", 0x8860 },
272491  unicodeslot=0x2F9C3,
272492 },
272493 [0x2F9C4]={
272494  category="lo",
272495  cjkwd="w",
272496  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009C0x0004",
272497  direction="l",
272498  linebreak="id",
272499  specials={ "char", 0x8863 },
272500  unicodeslot=0x2F9C4,
272501 },
272502 [0x2F9C5]={
272503  category="lo",
272504  cjkwd="w",
272505  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009C0x0005",
272506  direction="l",
272507  linebreak="id",
272508  specials={ "char", 0x27667 },
272509  unicodeslot=0x2F9C5,
272510 },
272511 [0x2F9C6]={
272512  category="lo",
272513  cjkwd="w",
272514  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009C0x0006",
272515  direction="l",
272516  linebreak="id",
272517  specials={ "char", 0x88D7 },
272518  unicodeslot=0x2F9C6,
272519 },
272520 [0x2F9C7]={
272521  category="lo",
272522  cjkwd="w",
272523  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009C0x0007",
272524  direction="l",
272525  linebreak="id",
272526  specials={ "char", 0x88DE },
272527  unicodeslot=0x2F9C7,
272528 },
272529 [0x2F9C8]={
272530  category="lo",
272531  cjkwd="w",
272532  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009C0x0008",
272533  direction="l",
272534  linebreak="id",
272535  specials={ "char", 0x4635 },
272536  unicodeslot=0x2F9C8,
272537 },
272538 [0x2F9C9]={
272539  category="lo",
272540  cjkwd="w",
272541  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009C0x0009",
272542  direction="l",
272543  linebreak="id",
272544  specials={ "char", 0x88FA },
272545  unicodeslot=0x2F9C9,
272546 },
272547 [0x2F9CA]={
272548  category="lo",
272549  cjkwd="w",
272550  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009CA",
272551  direction="l",
272552  linebreak="id",
272553  specials={ "char", 0x34BB },
272554  unicodeslot=0x2F9CA,
272555 },
272556 [0x2F9CB]={
272557  category="lo",
272558  cjkwd="w",
272559  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009CB",
272560  direction="l",
272561  linebreak="id",
272562  specials={ "char", 0x278AE },
272563  unicodeslot=0x2F9CB,
272564 },
272565 [0x2F9CC]={
272566  category="lo",
272567  cjkwd="w",
272568  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009CC",
272569  direction="l",
272570  linebreak="id",
272571  specials={ "char", 0x27966 },
272572  unicodeslot=0x2F9CC,
272573 },
272574 [0x2F9CD]={
272575  category="lo",
272576  cjkwd="w",
272577  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009CD",
272578  direction="l",
272579  linebreak="id",
272580  specials={ "char", 0x46BE },
272581  unicodeslot=0x2F9CD,
272582 },
272583 [0x2F9CE]={
272584  category="lo",
272585  cjkwd="w",
272586  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009CE",
272587  direction="l",
272588  linebreak="id",
272589  specials={ "char", 0x46C7 },
272590  unicodeslot=0x2F9CE,
272591 },
272592 [0x2F9CF]={
272593  category="lo",
272594  cjkwd="w",
272595  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009CF",
272596  direction="l",
272597  linebreak="id",
272598  specials={ "char", 0x8AA0 },
272599  unicodeslot=0x2F9CF,
272600 },
272601 [0x2F9D0]={
272602  category="lo",
272603  cjkwd="w",
272604  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009D0x0000",
272605  direction="l",
272606  linebreak="id",
272607  specials={ "char", 0x8AED },
272608  unicodeslot=0x2F9D0,
272609 },
272610 [0x2F9D1]={
272611  category="lo",
272612  cjkwd="w",
272613  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009D0x0001",
272614  direction="l",
272615  linebreak="id",
272616  specials={ "char", 0x8B8A },
272617  unicodeslot=0x2F9D1,
272618 },
272619 [0x2F9D2]={
272620  category="lo",
272621  cjkwd="w",
272622  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009D0x0002",
272623  direction="l",
272624  linebreak="id",
272625  specials={ "char", 0x8C55 },
272626  unicodeslot=0x2F9D2,
272627 },
272628 [0x2F9D3]={
272629  category="lo",
272630  cjkwd="w",
272631  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009D0x0003",
272632  direction="l",
272633  linebreak="id",
272634  specials={ "char", 0x27CA8 },
272635  unicodeslot=0x2F9D3,
272636 },
272637 [0x2F9D4]={
272638  category="lo",
272639  cjkwd="w",
272640  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009D0x0004",
272641  direction="l",
272642  linebreak="id",
272643  specials={ "char", 0x8CAB },
272644  unicodeslot=0x2F9D4,
272645 },
272646 [0x2F9D5]={
272647  category="lo",
272648  cjkwd="w",
272649  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009D0x0005",
272650  direction="l",
272651  linebreak="id",
272652  specials={ "char", 0x8CC1 },
272653  unicodeslot=0x2F9D5,
272654 },
272655 [0x2F9D6]={
272656  category="lo",
272657  cjkwd="w",
272658  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009D0x0006",
272659  direction="l",
272660  linebreak="id",
272661  specials={ "char", 0x8D1B },
272662  unicodeslot=0x2F9D6,
272663 },
272664 [0x2F9D7]={
272665  category="lo",
272666  cjkwd="w",
272667  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009D0x0007",
272668  direction="l",
272669  linebreak="id",
272670  specials={ "char", 0x8D77 },
272671  unicodeslot=0x2F9D7,
272672 },
272673 [0x2F9D8]={
272674  category="lo",
272675  cjkwd="w",
272676  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009D0x0008",
272677  direction="l",
272678  linebreak="id",
272679  specials={ "char", 0x27F2F },
272680  unicodeslot=0x2F9D8,
272681 },
272682 [0x2F9D9]={
272683  category="lo",
272684  cjkwd="w",
272685  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009D0x0009",
272686  direction="l",
272687  linebreak="id",
272688  specials={ "char", 0x20804 },
272689  unicodeslot=0x2F9D9,
272690 },
272691 [0x2F9DA]={
272692  category="lo",
272693  cjkwd="w",
272694  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009DA",
272695  direction="l",
272696  linebreak="id",
272697  specials={ "char", 0x8DCB },
272698  unicodeslot=0x2F9DA,
272699 },
272700 [0x2F9DB]={
272701  category="lo",
272702  cjkwd="w",
272703  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009DB",
272704  direction="l",
272705  linebreak="id",
272706  specials={ "char", 0x8DBC },
272707  unicodeslot=0x2F9DB,
272708 },
272709 [0x2F9DC]={
272710  category="lo",
272711  cjkwd="w",
272712  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009DC",
272713  direction="l",
272714  linebreak="id",
272715  specials={ "char", 0x8DF0 },
272716  unicodeslot=0x2F9DC,
272717 },
272718 [0x2F9DD]={
272719  category="lo",
272720  cjkwd="w",
272721  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009DD",
272722  direction="l",
272723  linebreak="id",
272724  specials={ "char", 0x208DE },
272725  unicodeslot=0x2F9DD,
272726 },
272727 [0x2F9DE]={
272728  category="lo",
272729  cjkwd="w",
272730  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009DE",
272731  direction="l",
272732  linebreak="id",
272733  specials={ "char", 0x8ED4 },
272734  unicodeslot=0x2F9DE,
272735 },
272736 [0x2F9DF]={
272737  category="lo",
272738  cjkwd="w",
272739  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009DF",
272740  direction="l",
272741  linebreak="id",
272742  specials={ "char", 0x8F38 },
272743  unicodeslot=0x2F9DF,
272744 },
272745 [0x2F9E0]={
272746  category="lo",
272747  cjkwd="w",
272748  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009E0x0000",
272749  direction="l",
272750  linebreak="id",
272751  specials={ "char", 0x285D2 },
272752  unicodeslot=0x2F9E0,
272753 },
272754 [0x2F9E1]={
272755  category="lo",
272756  cjkwd="w",
272757  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009E0x0001",
272758  direction="l",
272759  linebreak="id",
272760  specials={ "char", 0x285ED },
272761  unicodeslot=0x2F9E1,
272762 },
272763 [0x2F9E2]={
272764  category="lo",
272765  cjkwd="w",
272766  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009E0x0002",
272767  direction="l",
272768  linebreak="id",
272769  specials={ "char", 0x9094 },
272770  unicodeslot=0x2F9E2,
272771 },
272772 [0x2F9E3]={
272773  category="lo",
272774  cjkwd="w",
272775  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009E0x0003",
272776  direction="l",
272777  linebreak="id",
272778  specials={ "char", 0x90F1 },
272779  unicodeslot=0x2F9E3,
272780 },
272781 [0x2F9E4]={
272782  category="lo",
272783  cjkwd="w",
272784  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009E0x0004",
272785  direction="l",
272786  linebreak="id",
272787  specials={ "char", 0x9111 },
272788  unicodeslot=0x2F9E4,
272789 },
272790 [0x2F9E5]={
272791  category="lo",
272792  cjkwd="w",
272793  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009E0x0005",
272794  direction="l",
272795  linebreak="id",
272796  specials={ "char", 0x2872E },
272797  unicodeslot=0x2F9E5,
272798 },
272799 [0x2F9E6]={
272800  category="lo",
272801  cjkwd="w",
272802  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009E0x0006",
272803  direction="l",
272804  linebreak="id",
272805  specials={ "char", 0x911B },
272806  unicodeslot=0x2F9E6,
272807 },
272808 [0x2F9E7]={
272809  category="lo",
272810  cjkwd="w",
272811  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009E0x0007",
272812  direction="l",
272813  linebreak="id",
272814  specials={ "char", 0x9238 },
272815  unicodeslot=0x2F9E7,
272816 },
272817 [0x2F9E8]={
272818  category="lo",
272819  cjkwd="w",
272820  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009E0x0008",
272821  direction="l",
272822  linebreak="id",
272823  specials={ "char", 0x92D7 },
272824  unicodeslot=0x2F9E8,
272825 },
272826 [0x2F9E9]={
272827  category="lo",
272828  cjkwd="w",
272829  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009E0x0009",
272830  direction="l",
272831  linebreak="id",
272832  specials={ "char", 0x92D8 },
272833  unicodeslot=0x2F9E9,
272834 },
272835 [0x2F9EA]={
272836  category="lo",
272837  cjkwd="w",
272838  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009EA",
272839  direction="l",
272840  linebreak="id",
272841  specials={ "char", 0x927C },
272842  unicodeslot=0x2F9EA,
272843 },
272844 [0x2F9EB]={
272845  category="lo",
272846  cjkwd="w",
272847  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009EB",
272848  direction="l",
272849  linebreak="id",
272850  specials={ "char", 0x93F9 },
272851  unicodeslot=0x2F9EB,
272852 },
272853 [0x2F9EC]={
272854  category="lo",
272855  cjkwd="w",
272856  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009EC",
272857  direction="l",
272858  linebreak="id",
272859  specials={ "char", 0x9415 },
272860  unicodeslot=0x2F9EC,
272861 },
272862 [0x2F9ED]={
272863  category="lo",
272864  cjkwd="w",
272865  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009ED",
272866  direction="l",
272867  linebreak="id",
272868  specials={ "char", 0x28BFA },
272869  unicodeslot=0x2F9ED,
272870 },
272871 [0x2F9EE]={
272872  category="lo",
272873  cjkwd="w",
272874  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009EE",
272875  direction="l",
272876  linebreak="id",
272877  specials={ "char", 0x958B },
272878  unicodeslot=0x2F9EE,
272879 },
272880 [0x2F9EF]={
272881  category="lo",
272882  cjkwd="w",
272883  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009EF",
272884  direction="l",
272885  linebreak="id",
272886  specials={ "char", 0x4995 },
272887  unicodeslot=0x2F9EF,
272888 },
272889 [0x2F9F0]={
272890  category="lo",
272891  cjkwd="w",
272892  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009F0x0000",
272893  direction="l",
272894  linebreak="id",
272895  specials={ "char", 0x95B7 },
272896  unicodeslot=0x2F9F0,
272897 },
272898 [0x2F9F1]={
272899  category="lo",
272900  cjkwd="w",
272901  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009F0x0001",
272902  direction="l",
272903  linebreak="id",
272904  specials={ "char", 0x28D77 },
272905  unicodeslot=0x2F9F1,
272906 },
272907 [0x2F9F2]={
272908  category="lo",
272909  cjkwd="w",
272910  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009F0x0002",
272911  direction="l",
272912  linebreak="id",
272913  specials={ "char", 0x49E6 },
272914  unicodeslot=0x2F9F2,
272915 },
272916 [0x2F9F3]={
272917  category="lo",
272918  cjkwd="w",
272919  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009F0x0003",
272920  direction="l",
272921  linebreak="id",
272922  specials={ "char", 0x96C3 },
272923  unicodeslot=0x2F9F3,
272924 },
272925 [0x2F9F4]={
272926  category="lo",
272927  cjkwd="w",
272928  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009F0x0004",
272929  direction="l",
272930  linebreak="id",
272931  specials={ "char", 0x5DB2 },
272932  unicodeslot=0x2F9F4,
272933 },
272934 [0x2F9F5]={
272935  category="lo",
272936  cjkwd="w",
272937  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009F0x0005",
272938  direction="l",
272939  linebreak="id",
272940  specials={ "char", 0x9723 },
272941  unicodeslot=0x2F9F5,
272942 },
272943 [0x2F9F6]={
272944  category="lo",
272945  cjkwd="w",
272946  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009F0x0006",
272947  direction="l",
272948  linebreak="id",
272949  specials={ "char", 0x29145 },
272950  unicodeslot=0x2F9F6,
272951 },
272952 [0x2F9F7]={
272953  category="lo",
272954  cjkwd="w",
272955  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009F0x0007",
272956  direction="l",
272957  linebreak="id",
272958  specials={ "char", 0x2921A },
272959  unicodeslot=0x2F9F7,
272960 },
272961 [0x2F9F8]={
272962  category="lo",
272963  cjkwd="w",
272964  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009F0x0008",
272965  direction="l",
272966  linebreak="id",
272967  specials={ "char", 0x4A6E },
272968  unicodeslot=0x2F9F8,
272969 },
272970 [0x2F9F9]={
272971  category="lo",
272972  cjkwd="w",
272973  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009F0x0009",
272974  direction="l",
272975  linebreak="id",
272976  specials={ "char", 0x4A76 },
272977  unicodeslot=0x2F9F9,
272978 },
272979 [0x2F9FA]={
272980  category="lo",
272981  cjkwd="w",
272982  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009FA",
272983  direction="l",
272984  linebreak="id",
272985  specials={ "char", 0x97E0 },
272986  unicodeslot=0x2F9FA,
272987 },
272988 [0x2F9FB]={
272989  category="lo",
272990  cjkwd="w",
272991  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009FB",
272992  direction="l",
272993  linebreak="id",
272994  specials={ "char", 0x2940A },
272995  unicodeslot=0x2F9FB,
272996 },
272997 [0x2F9FC]={
272998  category="lo",
272999  cjkwd="w",
273000  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009FC",
273001  direction="l",
273002  linebreak="id",
273003  specials={ "char", 0x4AB2 },
273004  unicodeslot=0x2F9FC,
273005 },
273006 [0x2F9FD]={
273007  category="lo",
273008  cjkwd="w",
273009  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009FD",
273010  direction="l",
273011  linebreak="id",
273012  specials={ "char", 0x29496 },
273013  unicodeslot=0x2F9FD,
273014 },
273015 [0x2F9FE]={
273016  category="lo",
273017  cjkwd="w",
273018  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009FE",
273019  direction="l",
273020  linebreak="id",
273021  specials={ "char", 0x980B },
273022  unicodeslot=0x2F9FE,
273023 },
273024 [0x2F9FF]={
273025  category="lo",
273026  cjkwd="w",
273027  description="CJK COMPATIBILITY IDEOGRAPH-0x0002F0x0009FF",
273028  direction="l",
273029  linebreak="id",
273030  specials={ "char", 0x980B },
273031  unicodeslot=0x2F9FF,
273032 },
273033 [0x2FA00]={
273034  category="lo",
273035  cjkwd="w",
273036  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0000",
273037  direction="l",
273038  linebreak="id",
273039  specials={ "char", 0x9829 },
273040  unicodeslot=0x2FA00,
273041 },
273042 [0x2FA01]={
273043  category="lo",
273044  cjkwd="w",
273045  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0001",
273046  direction="l",
273047  linebreak="id",
273048  specials={ "char", 0x295B6 },
273049  unicodeslot=0x2FA01,
273050 },
273051 [0x2FA02]={
273052  category="lo",
273053  cjkwd="w",
273054  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0002",
273055  direction="l",
273056  linebreak="id",
273057  specials={ "char", 0x98E2 },
273058  unicodeslot=0x2FA02,
273059 },
273060 [0x2FA03]={
273061  category="lo",
273062  cjkwd="w",
273063  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0003",
273064  direction="l",
273065  linebreak="id",
273066  specials={ "char", 0x4B33 },
273067  unicodeslot=0x2FA03,
273068 },
273069 [0x2FA04]={
273070  category="lo",
273071  cjkwd="w",
273072  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0004",
273073  direction="l",
273074  linebreak="id",
273075  specials={ "char", 0x9929 },
273076  unicodeslot=0x2FA04,
273077 },
273078 [0x2FA05]={
273079  category="lo",
273080  cjkwd="w",
273081  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0005",
273082  direction="l",
273083  linebreak="id",
273084  specials={ "char", 0x99A7 },
273085  unicodeslot=0x2FA05,
273086 },
273087 [0x2FA06]={
273088  category="lo",
273089  cjkwd="w",
273090  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0006",
273091  direction="l",
273092  linebreak="id",
273093  specials={ "char", 0x99C2 },
273094  unicodeslot=0x2FA06,
273095 },
273096 [0x2FA07]={
273097  category="lo",
273098  cjkwd="w",
273099  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0007",
273100  direction="l",
273101  linebreak="id",
273102  specials={ "char", 0x99FE },
273103  unicodeslot=0x2FA07,
273104 },
273105 [0x2FA08]={
273106  category="lo",
273107  cjkwd="w",
273108  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0008",
273109  direction="l",
273110  linebreak="id",
273111  specials={ "char", 0x4BCE },
273112  unicodeslot=0x2FA08,
273113 },
273114 [0x2FA09]={
273115  category="lo",
273116  cjkwd="w",
273117  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0009",
273118  direction="l",
273119  linebreak="id",
273120  specials={ "char", 0x29B30 },
273121  unicodeslot=0x2FA09,
273122 },
273123 [0x2FA0A]={
273124  category="lo",
273125  cjkwd="w",
273126  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0000A",
273127  direction="l",
273128  linebreak="id",
273129  specials={ "char", 0x9B12 },
273130  unicodeslot=0x2FA0A,
273131 },
273132 [0x2FA0B]={
273133  category="lo",
273134  cjkwd="w",
273135  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0000B",
273136  direction="l",
273137  linebreak="id",
273138  specials={ "char", 0x9C40 },
273139  unicodeslot=0x2FA0B,
273140 },
273141 [0x2FA0C]={
273142  category="lo",
273143  cjkwd="w",
273144  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0000C",
273145  direction="l",
273146  linebreak="id",
273147  specials={ "char", 0x9CFD },
273148  unicodeslot=0x2FA0C,
273149 },
273150 [0x2FA0D]={
273151  category="lo",
273152  cjkwd="w",
273153  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0000D",
273154  direction="l",
273155  linebreak="id",
273156  specials={ "char", 0x4CCE },
273157  unicodeslot=0x2FA0D,
273158 },
273159 [0x2FA0E]={
273160  category="lo",
273161  cjkwd="w",
273162  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0000E",
273163  direction="l",
273164  linebreak="id",
273165  specials={ "char", 0x4CED },
273166  unicodeslot=0x2FA0E,
273167 },
273168 [0x2FA0F]={
273169  category="lo",
273170  cjkwd="w",
273171  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0000F",
273172  direction="l",
273173  linebreak="id",
273174  specials={ "char", 0x9D67 },
273175  unicodeslot=0x2FA0F,
273176 },
273177 [0x2FA10]={
273178  category="lo",
273179  cjkwd="w",
273180  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x000A",
273181  direction="l",
273182  linebreak="id",
273183  specials={ "char", 0x2A0CE },
273184  unicodeslot=0x2FA10,
273185 },
273186 [0x2FA11]={
273187  category="lo",
273188  cjkwd="w",
273189  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x000B",
273190  direction="l",
273191  linebreak="id",
273192  specials={ "char", 0x4CF8 },
273193  unicodeslot=0x2FA11,
273194 },
273195 [0x2FA12]={
273196  category="lo",
273197  cjkwd="w",
273198  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x000C",
273199  direction="l",
273200  linebreak="id",
273201  specials={ "char", 0x2A105 },
273202  unicodeslot=0x2FA12,
273203 },
273204 [0x2FA13]={
273205  category="lo",
273206  cjkwd="w",
273207  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x000D",
273208  direction="l",
273209  linebreak="id",
273210  specials={ "char", 0x2A20E },
273211  unicodeslot=0x2FA13,
273212 },
273213 [0x2FA14]={
273214  category="lo",
273215  cjkwd="w",
273216  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x000E",
273217  direction="l",
273218  linebreak="id",
273219  specials={ "char", 0x2A291 },
273220  unicodeslot=0x2FA14,
273221 },
273222 [0x2FA15]={
273223  category="lo",
273224  cjkwd="w",
273225  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x000F",
273226  direction="l",
273227  linebreak="id",
273228  specials={ "char", 0x9EBB },
273229  unicodeslot=0x2FA15,
273230 },
273231 [0x2FA16]={
273232  category="lo",
273233  cjkwd="w",
273234  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0010",
273235  direction="l",
273236  linebreak="id",
273237  specials={ "char", 0x4D56 },
273238  unicodeslot=0x2FA16,
273239 },
273240 [0x2FA17]={
273241  category="lo",
273242  cjkwd="w",
273243  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0011",
273244  direction="l",
273245  linebreak="id",
273246  specials={ "char", 0x9EF9 },
273247  unicodeslot=0x2FA17,
273248 },
273249 [0x2FA18]={
273250  category="lo",
273251  cjkwd="w",
273252  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0012",
273253  direction="l",
273254  linebreak="id",
273255  specials={ "char", 0x9EFE },
273256  unicodeslot=0x2FA18,
273257 },
273258 [0x2FA19]={
273259  category="lo",
273260  cjkwd="w",
273261  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0013",
273262  direction="l",
273263  linebreak="id",
273264  specials={ "char", 0x9F05 },
273265  unicodeslot=0x2FA19,
273266 },
273267 [0x2FA1A]={
273268  category="lo",
273269  cjkwd="w",
273270  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0001A",
273271  direction="l",
273272  linebreak="id",
273273  specials={ "char", 0x9F0F },
273274  unicodeslot=0x2FA1A,
273275 },
273276 [0x2FA1B]={
273277  category="lo",
273278  cjkwd="w",
273279  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0001B",
273280  direction="l",
273281  linebreak="id",
273282  specials={ "char", 0x9F16 },
273283  unicodeslot=0x2FA1B,
273284 },
273285 [0x2FA1C]={
273286  category="lo",
273287  cjkwd="w",
273288  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0001C",
273289  direction="l",
273290  linebreak="id",
273291  specials={ "char", 0x9F3B },
273292  unicodeslot=0x2FA1C,
273293 },
273294 [0x2FA1D]={
273295  category="lo",
273296  cjkwd="w",
273297  description="CJK COMPATIBILITY IDEOGRAPH-0x0002FA0x0001D",
273298  direction="l",
273299  linebreak="id",
273300  specials={ "char", 0x2A600 },
273301  unicodeslot=0x2FA1D,
273302 },
273303 [0xE0001]={
273304  category="cf",
273305  description="LANGUAGE TAG",
273306  direction="bn",
273307  linebreak="cm",
273308  unicodeslot=0xE0001,
273309 },
273310 [0xE0020]={
273311  category="cf",
273312  description="TAG SPACE",
273313  direction="bn",
273314  linebreak="cm",
273315  unicodeslot=0xE0020,
273316 },
273317 [0xE0021]={
273318  category="cf",
273319  description="TAG EXCLAMATION MARK",
273320  direction="bn",
273321  linebreak="cm",
273322  unicodeslot=0xE0021,
273323 },
273324 [0xE0022]={
273325  category="cf",
273326  description="TAG QUOTATION MARK",
273327  direction="bn",
273328  linebreak="cm",
273329  unicodeslot=0xE0022,
273330 },
273331 [0xE0023]={
273332  category="cf",
273333  description="TAG NUMBER SIGN",
273334  direction="bn",
273335  linebreak="cm",
273336  unicodeslot=0xE0023,
273337 },
273338 [0xE0024]={
273339  category="cf",
273340  description="TAG DOLLAR SIGN",
273341  direction="bn",
273342  linebreak="cm",
273343  unicodeslot=0xE0024,
273344 },
273345 [0xE0025]={
273346  category="cf",
273347  description="TAG PERCENT SIGN",
273348  direction="bn",
273349  linebreak="cm",
273350  unicodeslot=0xE0025,
273351 },
273352 [0xE0026]={
273353  category="cf",
273354  description="TAG AMPERSAND",
273355  direction="bn",
273356  linebreak="cm",
273357  unicodeslot=0xE0026,
273358 },
273359 [0xE0027]={
273360  category="cf",
273361  description="TAG APOSTROPHE",
273362  direction="bn",
273363  linebreak="cm",
273364  unicodeslot=0xE0027,
273365 },
273366 [0xE0028]={
273367  category="cf",
273368  description="TAG LEFT PARENTHESIS",
273369  direction="bn",
273370  linebreak="cm",
273371  unicodeslot=0xE0028,
273372 },
273373 [0xE0029]={
273374  category="cf",
273375  description="TAG RIGHT PARENTHESIS",
273376  direction="bn",
273377  linebreak="cm",
273378  unicodeslot=0xE0029,
273379 },
273380 [0xE002A]={
273381  category="cf",
273382  description="TAG ASTERISK",
273383  direction="bn",
273384  linebreak="cm",
273385  unicodeslot=0xE002A,
273386 },
273387 [0xE002B]={
273388  category="cf",
273389  description="TAG PLUS SIGN",
273390  direction="bn",
273391  linebreak="cm",
273392  unicodeslot=0xE002B,
273393 },
273394 [0xE002C]={
273395  category="cf",
273396  description="TAG COMMA",
273397  direction="bn",
273398  linebreak="cm",
273399  unicodeslot=0xE002C,
273400 },
273401 [0xE002D]={
273402  category="cf",
273403  description="TAG HYPHEN-MINUS",
273404  direction="bn",
273405  linebreak="cm",
273406  unicodeslot=0xE002D,
273407 },
273408 [0xE002E]={
273409  category="cf",
273410  description="TAG FULL STOP",
273411  direction="bn",
273412  linebreak="cm",
273413  unicodeslot=0xE002E,
273414 },
273415 [0xE002F]={
273416  category="cf",
273417  description="TAG SOLIDUS",
273418  direction="bn",
273419  linebreak="cm",
273420  unicodeslot=0xE002F,
273421 },
273422 [0xE0030]={
273423  category="cf",
273424  description="TAG DIGIT ZERO",
273425  direction="bn",
273426  linebreak="cm",
273427  unicodeslot=0xE0030,
273428 },
273429 [0xE0031]={
273430  category="cf",
273431  description="TAG DIGIT ONE",
273432  direction="bn",
273433  linebreak="cm",
273434  unicodeslot=0xE0031,
273435 },
273436 [0xE0032]={
273437  category="cf",
273438  description="TAG DIGIT TWO",
273439  direction="bn",
273440  linebreak="cm",
273441  unicodeslot=0xE0032,
273442 },
273443 [0xE0033]={
273444  category="cf",
273445  description="TAG DIGIT THREE",
273446  direction="bn",
273447  linebreak="cm",
273448  unicodeslot=0xE0033,
273449 },
273450 [0xE0034]={
273451  category="cf",
273452  description="TAG DIGIT FOUR",
273453  direction="bn",
273454  linebreak="cm",
273455  unicodeslot=0xE0034,
273456 },
273457 [0xE0035]={
273458  category="cf",
273459  description="TAG DIGIT FIVE",
273460  direction="bn",
273461  linebreak="cm",
273462  unicodeslot=0xE0035,
273463 },
273464 [0xE0036]={
273465  category="cf",
273466  description="TAG DIGIT SIX",
273467  direction="bn",
273468  linebreak="cm",
273469  unicodeslot=0xE0036,
273470 },
273471 [0xE0037]={
273472  category="cf",
273473  description="TAG DIGIT SEVEN",
273474  direction="bn",
273475  linebreak="cm",
273476  unicodeslot=0xE0037,
273477 },
273478 [0xE0038]={
273479  category="cf",
273480  description="TAG DIGIT EIGHT",
273481  direction="bn",
273482  linebreak="cm",
273483  unicodeslot=0xE0038,
273484 },
273485 [0xE0039]={
273486  category="cf",
273487  description="TAG DIGIT NINE",
273488  direction="bn",
273489  linebreak="cm",
273490  unicodeslot=0xE0039,
273491 },
273492 [0xE003A]={
273493  category="cf",
273494  description="TAG COLON",
273495  direction="bn",
273496  linebreak="cm",
273497  unicodeslot=0xE003A,
273498 },
273499 [0xE003B]={
273500  category="cf",
273501  description="TAG SEMICOLON",
273502  direction="bn",
273503  linebreak="cm",
273504  unicodeslot=0xE003B,
273505 },
273506 [0xE003C]={
273507  category="cf",
273508  description="TAG LESS-THAN SIGN",
273509  direction="bn",
273510  linebreak="cm",
273511  unicodeslot=0xE003C,
273512 },
273513 [0xE003D]={
273514  category="cf",
273515  description="TAG EQUALS SIGN",
273516  direction="bn",
273517  linebreak="cm",
273518  unicodeslot=0xE003D,
273519 },
273520 [0xE003E]={
273521  category="cf",
273522  description="TAG GREATER-THAN SIGN",
273523  direction="bn",
273524  linebreak="cm",
273525  unicodeslot=0xE003E,
273526 },
273527 [0xE003F]={
273528  category="cf",
273529  description="TAG QUESTION MARK",
273530  direction="bn",
273531  linebreak="cm",
273532  unicodeslot=0xE003F,
273533 },
273534 [0xE0040]={
273535  category="cf",
273536  description="TAG COMMERCIAL AT",
273537  direction="bn",
273538  linebreak="cm",
273539  unicodeslot=0xE0040,
273540 },
273541 [0xE0041]={
273542  category="cf",
273543  description="TAG LATIN CAPITAL LETTER A",
273544  direction="bn",
273545  linebreak="cm",
273546  unicodeslot=0xE0041,
273547 },
273548 [0xE0042]={
273549  category="cf",
273550  description="TAG LATIN CAPITAL LETTER B",
273551  direction="bn",
273552  linebreak="cm",
273553  unicodeslot=0xE0042,
273554 },
273555 [0xE0043]={
273556  category="cf",
273557  description="TAG LATIN CAPITAL LETTER C",
273558  direction="bn",
273559  linebreak="cm",
273560  unicodeslot=0xE0043,
273561 },
273562 [0xE0044]={
273563  category="cf",
273564  description="TAG LATIN CAPITAL LETTER D",
273565  direction="bn",
273566  linebreak="cm",
273567  unicodeslot=0xE0044,
273568 },
273569 [0xE0045]={
273570  category="cf",
273571  description="TAG LATIN CAPITAL LETTER E",
273572  direction="bn",
273573  linebreak="cm",
273574  unicodeslot=0xE0045,
273575 },
273576 [0xE0046]={
273577  category="cf",
273578  description="TAG LATIN CAPITAL LETTER F",
273579  direction="bn",
273580  linebreak="cm",
273581  unicodeslot=0xE0046,
273582 },
273583 [0xE0047]={
273584  category="cf",
273585  description="TAG LATIN CAPITAL LETTER G",
273586  direction="bn",
273587  linebreak="cm",
273588  unicodeslot=0xE0047,
273589 },
273590 [0xE0048]={
273591  category="cf",
273592  description="TAG LATIN CAPITAL LETTER H",
273593  direction="bn",
273594  linebreak="cm",
273595  unicodeslot=0xE0048,
273596 },
273597 [0xE0049]={
273598  category="cf",
273599  description="TAG LATIN CAPITAL LETTER I",
273600  direction="bn",
273601  linebreak="cm",
273602  unicodeslot=0xE0049,
273603 },
273604 [0xE004A]={
273605  category="cf",
273606  description="TAG LATIN CAPITAL LETTER J",
273607  direction="bn",
273608  linebreak="cm",
273609  unicodeslot=0xE004A,
273610 },
273611 [0xE004B]={
273612  category="cf",
273613  description="TAG LATIN CAPITAL LETTER K",
273614  direction="bn",
273615  linebreak="cm",
273616  unicodeslot=0xE004B,
273617 },
273618 [0xE004C]={
273619  category="cf",
273620  description="TAG LATIN CAPITAL LETTER L",
273621  direction="bn",
273622  linebreak="cm",
273623  unicodeslot=0xE004C,
273624 },
273625 [0xE004D]={
273626  category="cf",
273627  description="TAG LATIN CAPITAL LETTER M",
273628  direction="bn",
273629  linebreak="cm",
273630  unicodeslot=0xE004D,
273631 },
273632 [0xE004E]={
273633  category="cf",
273634  description="TAG LATIN CAPITAL LETTER N",
273635  direction="bn",
273636  linebreak="cm",
273637  unicodeslot=0xE004E,
273638 },
273639 [0xE004F]={
273640  category="cf",
273641  description="TAG LATIN CAPITAL LETTER O",
273642  direction="bn",
273643  linebreak="cm",
273644  unicodeslot=0xE004F,
273645 },
273646 [0xE0050]={
273647  category="cf",
273648  description="TAG LATIN CAPITAL LETTER P",
273649  direction="bn",
273650  linebreak="cm",
273651  unicodeslot=0xE0050,
273652 },
273653 [0xE0051]={
273654  category="cf",
273655  description="TAG LATIN CAPITAL LETTER Q",
273656  direction="bn",
273657  linebreak="cm",
273658  unicodeslot=0xE0051,
273659 },
273660 [0xE0052]={
273661  category="cf",
273662  description="TAG LATIN CAPITAL LETTER R",
273663  direction="bn",
273664  linebreak="cm",
273665  unicodeslot=0xE0052,
273666 },
273667 [0xE0053]={
273668  category="cf",
273669  description="TAG LATIN CAPITAL LETTER S",
273670  direction="bn",
273671  linebreak="cm",
273672  unicodeslot=0xE0053,
273673 },
273674 [0xE0054]={
273675  category="cf",
273676  description="TAG LATIN CAPITAL LETTER T",
273677  direction="bn",
273678  linebreak="cm",
273679  unicodeslot=0xE0054,
273680 },
273681 [0xE0055]={
273682  category="cf",
273683  description="TAG LATIN CAPITAL LETTER U",
273684  direction="bn",
273685  linebreak="cm",
273686  unicodeslot=0xE0055,
273687 },
273688 [0xE0056]={
273689  category="cf",
273690  description="TAG LATIN CAPITAL LETTER V",
273691  direction="bn",
273692  linebreak="cm",
273693  unicodeslot=0xE0056,
273694 },
273695 [0xE0057]={
273696  category="cf",
273697  description="TAG LATIN CAPITAL LETTER W",
273698  direction="bn",
273699  linebreak="cm",
273700  unicodeslot=0xE0057,
273701 },
273702 [0xE0058]={
273703  category="cf",
273704  description="TAG LATIN CAPITAL LETTER X",
273705  direction="bn",
273706  linebreak="cm",
273707  unicodeslot=0xE0058,
273708 },
273709 [0xE0059]={
273710  category="cf",
273711  description="TAG LATIN CAPITAL LETTER Y",
273712  direction="bn",
273713  linebreak="cm",
273714  unicodeslot=0xE0059,
273715 },
273716 [0xE005A]={
273717  category="cf",
273718  description="TAG LATIN CAPITAL LETTER Z",
273719  direction="bn",
273720  linebreak="cm",
273721  unicodeslot=0xE005A,
273722 },
273723 [0xE005B]={
273724  category="cf",
273725  description="TAG LEFT SQUARE BRACKET",
273726  direction="bn",
273727  linebreak="cm",
273728  unicodeslot=0xE005B,
273729 },
273730 [0xE005C]={
273731  category="cf",
273732  description="TAG REVERSE SOLIDUS",
273733  direction="bn",
273734  linebreak="cm",
273735  unicodeslot=0xE005C,
273736 },
273737 [0xE005D]={
273738  category="cf",
273739  description="TAG RIGHT SQUARE BRACKET",
273740  direction="bn",
273741  linebreak="cm",
273742  unicodeslot=0xE005D,
273743 },
273744 [0xE005E]={
273745  category="cf",
273746  description="TAG CIRCUMFLEX ACCENT",
273747  direction="bn",
273748  linebreak="cm",
273749  unicodeslot=0xE005E,
273750 },
273751 [0xE005F]={
273752  category="cf",
273753  description="TAG LOW LINE",
273754  direction="bn",
273755  linebreak="cm",
273756  unicodeslot=0xE005F,
273757 },
273758 [0xE0060]={
273759  category="cf",
273760  description="TAG GRAVE ACCENT",
273761  direction="bn",
273762  linebreak="cm",
273763  unicodeslot=0xE0060,
273764 },
273765 [0xE0061]={
273766  category="cf",
273767  description="TAG LATIN SMALL LETTER A",
273768  direction="bn",
273769  linebreak="cm",
273770  unicodeslot=0xE0061,
273771 },
273772 [0xE0062]={
273773  category="cf",
273774  description="TAG LATIN SMALL LETTER B",
273775  direction="bn",
273776  linebreak="cm",
273777  unicodeslot=0xE0062,
273778 },
273779 [0xE0063]={
273780  category="cf",
273781  description="TAG LATIN SMALL LETTER C",
273782  direction="bn",
273783  linebreak="cm",
273784  unicodeslot=0xE0063,
273785 },
273786 [0xE0064]={
273787  category="cf",
273788  description="TAG LATIN SMALL LETTER D",
273789  direction="bn",
273790  linebreak="cm",
273791  unicodeslot=0xE0064,
273792 },
273793 [0xE0065]={
273794  category="cf",
273795  description="TAG LATIN SMALL LETTER E",
273796  direction="bn",
273797  linebreak="cm",
273798  unicodeslot=0xE0065,
273799 },
273800 [0xE0066]={
273801  category="cf",
273802  description="TAG LATIN SMALL LETTER F",
273803  direction="bn",
273804  linebreak="cm",
273805  unicodeslot=0xE0066,
273806 },
273807 [0xE0067]={
273808  category="cf",
273809  description="TAG LATIN SMALL LETTER G",
273810  direction="bn",
273811  linebreak="cm",
273812  unicodeslot=0xE0067,
273813 },
273814 [0xE0068]={
273815  category="cf",
273816  description="TAG LATIN SMALL LETTER H",
273817  direction="bn",
273818  linebreak="cm",
273819  unicodeslot=0xE0068,
273820 },
273821 [0xE0069]={
273822  category="cf",
273823  description="TAG LATIN SMALL LETTER I",
273824  direction="bn",
273825  linebreak="cm",
273826  unicodeslot=0xE0069,
273827 },
273828 [0xE006A]={
273829  category="cf",
273830  description="TAG LATIN SMALL LETTER J",
273831  direction="bn",
273832  linebreak="cm",
273833  unicodeslot=0xE006A,
273834 },
273835 [0xE006B]={
273836  category="cf",
273837  description="TAG LATIN SMALL LETTER K",
273838  direction="bn",
273839  linebreak="cm",
273840  unicodeslot=0xE006B,
273841 },
273842 [0xE006C]={
273843  category="cf",
273844  description="TAG LATIN SMALL LETTER L",
273845  direction="bn",
273846  linebreak="cm",
273847  unicodeslot=0xE006C,
273848 },
273849 [0xE006D]={
273850  category="cf",
273851  description="TAG LATIN SMALL LETTER M",
273852  direction="bn",
273853  linebreak="cm",
273854  unicodeslot=0xE006D,
273855 },
273856 [0xE006E]={
273857  category="cf",
273858  description="TAG LATIN SMALL LETTER N",
273859  direction="bn",
273860  linebreak="cm",
273861  unicodeslot=0xE006E,
273862 },
273863 [0xE006F]={
273864  category="cf",
273865  description="TAG LATIN SMALL LETTER O",
273866  direction="bn",
273867  linebreak="cm",
273868  unicodeslot=0xE006F,
273869 },
273870 [0xE0070]={
273871  category="cf",
273872  description="TAG LATIN SMALL LETTER P",
273873  direction="bn",
273874  linebreak="cm",
273875  unicodeslot=0xE0070,
273876 },
273877 [0xE0071]={
273878  category="cf",
273879  description="TAG LATIN SMALL LETTER Q",
273880  direction="bn",
273881  linebreak="cm",
273882  unicodeslot=0xE0071,
273883 },
273884 [0xE0072]={
273885  category="cf",
273886  description="TAG LATIN SMALL LETTER R",
273887  direction="bn",
273888  linebreak="cm",
273889  unicodeslot=0xE0072,
273890 },
273891 [0xE0073]={
273892  category="cf",
273893  description="TAG LATIN SMALL LETTER S",
273894  direction="bn",
273895  linebreak="cm",
273896  unicodeslot=0xE0073,
273897 },
273898 [0xE0074]={
273899  category="cf",
273900  description="TAG LATIN SMALL LETTER T",
273901  direction="bn",
273902  linebreak="cm",
273903  unicodeslot=0xE0074,
273904 },
273905 [0xE0075]={
273906  category="cf",
273907  description="TAG LATIN SMALL LETTER U",
273908  direction="bn",
273909  linebreak="cm",
273910  unicodeslot=0xE0075,
273911 },
273912 [0xE0076]={
273913  category="cf",
273914  description="TAG LATIN SMALL LETTER V",
273915  direction="bn",
273916  linebreak="cm",
273917  unicodeslot=0xE0076,
273918 },
273919 [0xE0077]={
273920  category="cf",
273921  description="TAG LATIN SMALL LETTER W",
273922  direction="bn",
273923  linebreak="cm",
273924  unicodeslot=0xE0077,
273925 },
273926 [0xE0078]={
273927  category="cf",
273928  description="TAG LATIN SMALL LETTER X",
273929  direction="bn",
273930  linebreak="cm",
273931  unicodeslot=0xE0078,
273932 },
273933 [0xE0079]={
273934  category="cf",
273935  description="TAG LATIN SMALL LETTER Y",
273936  direction="bn",
273937  linebreak="cm",
273938  unicodeslot=0xE0079,
273939 },
273940 [0xE007A]={
273941  category="cf",
273942  description="TAG LATIN SMALL LETTER Z",
273943  direction="bn",
273944  linebreak="cm",
273945  unicodeslot=0xE007A,
273946 },
273947 [0xE007B]={
273948  category="cf",
273949  description="TAG LEFT CURLY BRACKET",
273950  direction="bn",
273951  linebreak="cm",
273952  unicodeslot=0xE007B,
273953 },
273954 [0xE007C]={
273955  category="cf",
273956  description="TAG VERTICAL LINE",
273957  direction="bn",
273958  linebreak="cm",
273959  unicodeslot=0xE007C,
273960 },
273961 [0xE007D]={
273962  category="cf",
273963  description="TAG RIGHT CURLY BRACKET",
273964  direction="bn",
273965  linebreak="cm",
273966  unicodeslot=0xE007D,
273967 },
273968 [0xE007E]={
273969  category="cf",
273970  description="TAG TILDE",
273971  direction="bn",
273972  linebreak="cm",
273973  unicodeslot=0xE007E,
273974 },
273975 [0xE007F]={
273976  category="cf",
273977  description="CANCEL TAG",
273978  direction="bn",
273979  linebreak="cm",
273980  unicodeslot=0xE007F,
273981 },
273982 [0xE0100]={
273983  description="VARIATION SELECTOR-0x0011",
273984  synonyms={ "vs17" },
273985  unicodeslot=0xE0100,
273986 },
273987}
273988